From 875a595db5559111d9ba358e28f7a2ca164d8489 Mon Sep 17 00:00:00 2001 From: Brian Walsh Date: Fri, 13 May 2022 07:51:15 -0700 Subject: [PATCH] Fixtures setup --- tests/fixtures/anvil/README.md | 4 + .../protected/DocumentReference.ndjson | 9609 ++++ .../protected/Patient.ndjson | 3202 ++ .../protected/ResearchSubject.ndjson | 3202 ++ .../protected/Specimen.ndjson | 3202 ++ .../protected/Task.ndjson | 3202 ++ .../public/Organization.ndjson | 4 + .../public/Practitioner.ndjson | 1 + .../public/PractitionerRole.ndjson | 1 + .../public/ResearchStudy.ndjson | 1 + .../ResearchStudyObservationSummary.ndjson | 120 + .../anvil/output/gen3/_definitions.yaml | 252 + .../fixtures/anvil/output/gen3/_settings.yaml | 6 + tests/fixtures/anvil/output/gen3/_terms.yaml | 1938 + tests/fixtures/dbgap/README.md | 10 + .../fixtures/dbgap/examples/observation.json | 34237 +++++++++++++ .../dbgap/examples/research_study.json | 221 + .../examples/research_subject_patient.json | 39851 ++++++++++++++++ .../dbgap/output/gen3/_definitions.yaml | 252 + .../fixtures/dbgap/output/gen3/_settings.yaml | 6 + tests/fixtures/dbgap/output/gen3/_terms.yaml | 1938 + tests/fixtures/ncpi/README.md | 5 + .../CodeSystem-ConditionInheritanceMode.json | 151 + .../ncpi/examples/CodeSystem-hpo.json | 7611 +++ .../examples/CodeSystem-loinc-answers.json | 139 + .../ncpi/examples/CodeSystem-mondo.json | 55 + .../ncpi/examples/CodeSystem-ncit.json | 55 + .../examples/CodeSystem-ncpi-data-types.json | 53 + .../ncpi/examples/CodeSystem-ncpi.json | 89 + .../ncpi/examples/CodeSystem-omim.json | 2035 + .../ncpi/examples/CodeSystem-tbd-codes.json | 136 + .../ncpi/examples/CodeSystem-v3-hgvs.json | 320 + .../examples/Condition-disease-example-1.json | 89 + .../Condition-phenotype-example-1.json | 67 + .../DiagnosticReport-diagnostic-report-1.json | 37 + ...ence-drs-document-reference-example-1.json | 21 + ...research-document-reference-example-1.json | 34 + ...nGuide-NCPI-FHIR-Implementation-Guide.json | 1130 + .../Observation-anvil-summary-cmg.json | 75 + .../Observation-anvil-summary-phs000711.json | 128 + .../Observation-diagnostic-implication-1.json | 75 + ...rvation-family-relationship-example-1.json | 41 + ...rvation-family-relationship-example-2.json | 41 + ...rvation-family-relationship-example-3.json | 46 + ...rvation-family-relationship-example-4.json | 46 + .../Observation-variant-example-1.json | 215 + .../Organization-organization-example-1.json | 43 + .../examples/Patient-patient-example-1.json | 182 + .../examples/Patient-patient-example-2.json | 130 + .../examples/Patient-patient-example-3.json | 130 + .../Practitioner-practitioner-example-1.json | 42 + ...ionerRole-practitioner-role-example-1.json | 35 + .../ResearchStudy-research-study-cmg.json | 33 + ...esearchStudy-research-study-example-1.json | 13 + ...esearchStudy-research-study-phs000711.json | 38 + ...rchSubject-research-subject-example-1.json | 15 + ...rchSubject-research-subject-example-2.json | 15 + ...rchSubject-research-subject-example-3.json | 15 + .../examples/Specimen-specimen-example-1.json | 112 + .../examples/StructureDefinition-disease.json | 2004 + ...ructureDefinition-family-relationship.json | 3009 ++ ...ructureDefinition-ncpi-drs-attachment.json | 603 + ...efinition-ncpi-drs-document-reference.json | 2453 + ...tion-ncpi-research-document-reference.json | 2480 + ...tructureDefinition-ncpi-specimen-task.json | 2996 ++ .../StructureDefinition-phenotype.json | 2004 + .../StructureDefinition-supporting-info.json | 296 + .../ncpi/examples/Task-task-example-1.json | 30 + .../ncpi/examples/Task-task-example-2.json | 44 + .../ValueSet-condition-inheritance-vs.json | 54 + .../ncpi/examples/ValueSet-disease-codes.json | 51 + .../ncpi/examples/ValueSet-loinc-answers.json | 45 + .../ncpi/examples/ValueSet-ncpi-vs.json | 47 + .../examples/ValueSet-phenotype-codes.json | 45 + .../ncpi/examples/ValueSet-tbd-codes.json | 56 + .../ncpi/output/gen3/_definitions.yaml | 252 + .../fixtures/ncpi/output/gen3/_settings.yaml | 6 + tests/fixtures/ncpi/output/gen3/_terms.yaml | 1938 + tests/fixtures/synthea/.gitignore | 1 + .../synthea/filtered/Condition.ndjson | 370 + .../synthea/filtered/DiagnosticReport.ndjson | 1148 + .../synthea/filtered/DocumentReference.ndjson | 810 + .../synthea/filtered/Encounter.ndjson | 810 + .../synthea/filtered/HospitalInformation.json | 18053 +++++++ .../synthea/filtered/Immunization.ndjson | 227 + .../synthea/filtered/Observation.ndjson | 2549 + .../fixtures/synthea/filtered/Patient.ndjson | 15 + .../filtered/PractitionerInformation.json | 20474 ++++++++ .../synthea/filtered/Procedure.ndjson | 977 + .../synthea/output/gen3/_definitions.yaml | 252 + .../synthea/output/gen3/_settings.yaml | 6 + .../fixtures/synthea/output/gen3/_terms.yaml | 1938 + 92 files changed, 180799 insertions(+) create mode 100644 tests/fixtures/anvil/README.md create mode 100644 tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/DocumentReference.ndjson create mode 100644 tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/Patient.ndjson create mode 100644 tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/ResearchSubject.ndjson create mode 100644 tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/Specimen.ndjson create mode 100644 tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/Task.ndjson create mode 100644 tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/Organization.ndjson create mode 100644 tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/Practitioner.ndjson create mode 100644 tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/PractitionerRole.ndjson create mode 100644 tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/ResearchStudy.ndjson create mode 100644 tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/ResearchStudyObservationSummary.ndjson create mode 100644 tests/fixtures/anvil/output/gen3/_definitions.yaml create mode 100644 tests/fixtures/anvil/output/gen3/_settings.yaml create mode 100644 tests/fixtures/anvil/output/gen3/_terms.yaml create mode 100644 tests/fixtures/dbgap/README.md create mode 100644 tests/fixtures/dbgap/examples/observation.json create mode 100644 tests/fixtures/dbgap/examples/research_study.json create mode 100644 tests/fixtures/dbgap/examples/research_subject_patient.json create mode 100644 tests/fixtures/dbgap/output/gen3/_definitions.yaml create mode 100644 tests/fixtures/dbgap/output/gen3/_settings.yaml create mode 100644 tests/fixtures/dbgap/output/gen3/_terms.yaml create mode 100644 tests/fixtures/ncpi/README.md create mode 100644 tests/fixtures/ncpi/examples/CodeSystem-ConditionInheritanceMode.json create mode 100644 tests/fixtures/ncpi/examples/CodeSystem-hpo.json create mode 100644 tests/fixtures/ncpi/examples/CodeSystem-loinc-answers.json create mode 100644 tests/fixtures/ncpi/examples/CodeSystem-mondo.json create mode 100644 tests/fixtures/ncpi/examples/CodeSystem-ncit.json create mode 100644 tests/fixtures/ncpi/examples/CodeSystem-ncpi-data-types.json create mode 100644 tests/fixtures/ncpi/examples/CodeSystem-ncpi.json create mode 100644 tests/fixtures/ncpi/examples/CodeSystem-omim.json create mode 100644 tests/fixtures/ncpi/examples/CodeSystem-tbd-codes.json create mode 100644 tests/fixtures/ncpi/examples/CodeSystem-v3-hgvs.json create mode 100644 tests/fixtures/ncpi/examples/Condition-disease-example-1.json create mode 100644 tests/fixtures/ncpi/examples/Condition-phenotype-example-1.json create mode 100644 tests/fixtures/ncpi/examples/DiagnosticReport-diagnostic-report-1.json create mode 100644 tests/fixtures/ncpi/examples/DocumentReference-drs-document-reference-example-1.json create mode 100644 tests/fixtures/ncpi/examples/DocumentReference-research-document-reference-example-1.json create mode 100644 tests/fixtures/ncpi/examples/ImplementationGuide-NCPI-FHIR-Implementation-Guide.json create mode 100644 tests/fixtures/ncpi/examples/Observation-anvil-summary-cmg.json create mode 100644 tests/fixtures/ncpi/examples/Observation-anvil-summary-phs000711.json create mode 100644 tests/fixtures/ncpi/examples/Observation-diagnostic-implication-1.json create mode 100644 tests/fixtures/ncpi/examples/Observation-family-relationship-example-1.json create mode 100644 tests/fixtures/ncpi/examples/Observation-family-relationship-example-2.json create mode 100644 tests/fixtures/ncpi/examples/Observation-family-relationship-example-3.json create mode 100644 tests/fixtures/ncpi/examples/Observation-family-relationship-example-4.json create mode 100644 tests/fixtures/ncpi/examples/Observation-variant-example-1.json create mode 100644 tests/fixtures/ncpi/examples/Organization-organization-example-1.json create mode 100644 tests/fixtures/ncpi/examples/Patient-patient-example-1.json create mode 100644 tests/fixtures/ncpi/examples/Patient-patient-example-2.json create mode 100644 tests/fixtures/ncpi/examples/Patient-patient-example-3.json create mode 100644 tests/fixtures/ncpi/examples/Practitioner-practitioner-example-1.json create mode 100644 tests/fixtures/ncpi/examples/PractitionerRole-practitioner-role-example-1.json create mode 100644 tests/fixtures/ncpi/examples/ResearchStudy-research-study-cmg.json create mode 100644 tests/fixtures/ncpi/examples/ResearchStudy-research-study-example-1.json create mode 100644 tests/fixtures/ncpi/examples/ResearchStudy-research-study-phs000711.json create mode 100644 tests/fixtures/ncpi/examples/ResearchSubject-research-subject-example-1.json create mode 100644 tests/fixtures/ncpi/examples/ResearchSubject-research-subject-example-2.json create mode 100644 tests/fixtures/ncpi/examples/ResearchSubject-research-subject-example-3.json create mode 100644 tests/fixtures/ncpi/examples/Specimen-specimen-example-1.json create mode 100644 tests/fixtures/ncpi/examples/StructureDefinition-disease.json create mode 100644 tests/fixtures/ncpi/examples/StructureDefinition-family-relationship.json create mode 100644 tests/fixtures/ncpi/examples/StructureDefinition-ncpi-drs-attachment.json create mode 100644 tests/fixtures/ncpi/examples/StructureDefinition-ncpi-drs-document-reference.json create mode 100644 tests/fixtures/ncpi/examples/StructureDefinition-ncpi-research-document-reference.json create mode 100644 tests/fixtures/ncpi/examples/StructureDefinition-ncpi-specimen-task.json create mode 100644 tests/fixtures/ncpi/examples/StructureDefinition-phenotype.json create mode 100644 tests/fixtures/ncpi/examples/StructureDefinition-supporting-info.json create mode 100644 tests/fixtures/ncpi/examples/Task-task-example-1.json create mode 100644 tests/fixtures/ncpi/examples/Task-task-example-2.json create mode 100644 tests/fixtures/ncpi/examples/ValueSet-condition-inheritance-vs.json create mode 100644 tests/fixtures/ncpi/examples/ValueSet-disease-codes.json create mode 100644 tests/fixtures/ncpi/examples/ValueSet-loinc-answers.json create mode 100644 tests/fixtures/ncpi/examples/ValueSet-ncpi-vs.json create mode 100644 tests/fixtures/ncpi/examples/ValueSet-phenotype-codes.json create mode 100644 tests/fixtures/ncpi/examples/ValueSet-tbd-codes.json create mode 100644 tests/fixtures/ncpi/output/gen3/_definitions.yaml create mode 100644 tests/fixtures/ncpi/output/gen3/_settings.yaml create mode 100644 tests/fixtures/ncpi/output/gen3/_terms.yaml create mode 100644 tests/fixtures/synthea/.gitignore create mode 100644 tests/fixtures/synthea/filtered/Condition.ndjson create mode 100644 tests/fixtures/synthea/filtered/DiagnosticReport.ndjson create mode 100644 tests/fixtures/synthea/filtered/DocumentReference.ndjson create mode 100644 tests/fixtures/synthea/filtered/Encounter.ndjson create mode 100644 tests/fixtures/synthea/filtered/HospitalInformation.json create mode 100644 tests/fixtures/synthea/filtered/Immunization.ndjson create mode 100644 tests/fixtures/synthea/filtered/Observation.ndjson create mode 100644 tests/fixtures/synthea/filtered/Patient.ndjson create mode 100644 tests/fixtures/synthea/filtered/PractitionerInformation.json create mode 100644 tests/fixtures/synthea/filtered/Procedure.ndjson create mode 100644 tests/fixtures/synthea/output/gen3/_definitions.yaml create mode 100644 tests/fixtures/synthea/output/gen3/_settings.yaml create mode 100644 tests/fixtures/synthea/output/gen3/_terms.yaml diff --git a/tests/fixtures/anvil/README.md b/tests/fixtures/anvil/README.md new file mode 100644 index 0000000..cfaa8bd --- /dev/null +++ b/tests/fixtures/anvil/README.md @@ -0,0 +1,4 @@ +## AnVIL + +### Download anvil_etl output +gs:///fhir/public \ No newline at end of file diff --git a/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/DocumentReference.ndjson b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/DocumentReference.ndjson new file mode 100644 index 0000000..fa70162 --- /dev/null +++ b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/DocumentReference.ndjson @@ -0,0 +1,9609 @@ +{"id":"c07e3b64-f677-5ef7-9bb0-8a2a188592c2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00405/analysis/HG00405.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367795#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b0440a52-b26c-538c-b3f2-364d6f4e25bf"},"resourceType":"DocumentReference"} +{"id":"f21602c9-f5ad-5863-9fa3-cef957311a5f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00405/analysis/HG00405.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367795#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b0440a52-b26c-538c-b3f2-364d6f4e25bf"},"resourceType":"DocumentReference"} +{"id":"19162a3a-346a-54de-8587-a4aa5d7b1a5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00405/analysis/HG00405.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367795#sample/cram"}],"status":"current","subject":{"reference":"Patient/b0440a52-b26c-538c-b3f2-364d6f4e25bf"},"resourceType":"DocumentReference"} +{"id":"44bd8168-e41a-5936-b5e8-21cf2316adef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00408/analysis/HG00408.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367796#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a38cef49-3d0e-5f1d-8ea8-36a4842d6a8c"},"resourceType":"DocumentReference"} +{"id":"816d7af4-e5b9-5678-b346-bea57e9b21d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00408/analysis/HG00408.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367796#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a38cef49-3d0e-5f1d-8ea8-36a4842d6a8c"},"resourceType":"DocumentReference"} +{"id":"d478d067-407c-52ee-ae63-afd008dade23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00408/analysis/HG00408.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367796#sample/cram"}],"status":"current","subject":{"reference":"Patient/a38cef49-3d0e-5f1d-8ea8-36a4842d6a8c"},"resourceType":"DocumentReference"} +{"id":"b08b7082-ce4c-5a7a-ad33-f46ad1bbd66b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00418/analysis/HG00418.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367797#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/539da95f-f249-5920-bda6-06836b5f9fce"},"resourceType":"DocumentReference"} +{"id":"84ae78c8-3bda-59cd-bfc3-c1139e60bcb7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00418/analysis/HG00418.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367797#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/539da95f-f249-5920-bda6-06836b5f9fce"},"resourceType":"DocumentReference"} +{"id":"97fb4ba3-62a9-5ded-a561-d04f4efd631a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00418/analysis/HG00418.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367797#sample/cram"}],"status":"current","subject":{"reference":"Patient/539da95f-f249-5920-bda6-06836b5f9fce"},"resourceType":"DocumentReference"} +{"id":"deac7693-31b0-5b75-b90b-c94f55f25698","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00420/analysis/HG00420.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367798#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2ec66e85-7f8d-5df4-a271-880d04476f28"},"resourceType":"DocumentReference"} +{"id":"cadf8685-98d6-5073-ad68-013781961dda","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00420/analysis/HG00420.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367798#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2ec66e85-7f8d-5df4-a271-880d04476f28"},"resourceType":"DocumentReference"} +{"id":"eb51cc53-8dc0-515d-b74c-b4e3ea9a082f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00420/analysis/HG00420.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367798#sample/cram"}],"status":"current","subject":{"reference":"Patient/2ec66e85-7f8d-5df4-a271-880d04476f28"},"resourceType":"DocumentReference"} +{"id":"345eaa25-88d1-54e3-9b5a-97666046e2c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00423/analysis/HG00423.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367799#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f2ea9333-e939-5ed3-9026-f888dcc197e5"},"resourceType":"DocumentReference"} +{"id":"ff846687-dba0-5b00-8f5e-47131b81294f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00423/analysis/HG00423.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367799#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f2ea9333-e939-5ed3-9026-f888dcc197e5"},"resourceType":"DocumentReference"} +{"id":"510ea49f-1c38-583e-812c-9b6b6148b45a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00423/analysis/HG00423.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367799#sample/cram"}],"status":"current","subject":{"reference":"Patient/f2ea9333-e939-5ed3-9026-f888dcc197e5"},"resourceType":"DocumentReference"} +{"id":"e8fe56a4-1853-5c3f-b7c2-a9e7355b32a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00427/analysis/HG00427.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367800#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a58ade2b-c456-5412-b592-38aa13957796"},"resourceType":"DocumentReference"} +{"id":"51b40b01-6eb2-50da-83d7-3eaae6f9b54d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00427/analysis/HG00427.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367800#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a58ade2b-c456-5412-b592-38aa13957796"},"resourceType":"DocumentReference"} +{"id":"0e9fbe21-3e4a-53f5-a2a9-8a6c34dad3c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00427/analysis/HG00427.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367800#sample/cram"}],"status":"current","subject":{"reference":"Patient/a58ade2b-c456-5412-b592-38aa13957796"},"resourceType":"DocumentReference"} +{"id":"92a22617-97c1-538d-8cf3-cb1c0e969498","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00429/analysis/HG00429.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367801#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5f6a6f6f-201a-5d2f-a8ae-1b001d263fec"},"resourceType":"DocumentReference"} +{"id":"d80961f1-697a-5fef-8689-a1bd68844512","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00429/analysis/HG00429.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367801#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5f6a6f6f-201a-5d2f-a8ae-1b001d263fec"},"resourceType":"DocumentReference"} +{"id":"2c277386-433f-5669-8865-f5977bc22df3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00429/analysis/HG00429.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367801#sample/cram"}],"status":"current","subject":{"reference":"Patient/5f6a6f6f-201a-5d2f-a8ae-1b001d263fec"},"resourceType":"DocumentReference"} +{"id":"31a00660-332b-5aa9-b8ab-1df6cb474781","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00438/analysis/HG00438.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367802#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/980d240b-644f-54bf-9858-0e54a42d7041"},"resourceType":"DocumentReference"} +{"id":"fd905ba7-ed54-5d9a-8510-890c41dd982d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00438/analysis/HG00438.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367802#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/980d240b-644f-54bf-9858-0e54a42d7041"},"resourceType":"DocumentReference"} +{"id":"8c1b40e0-4ff8-5a7d-af91-989aeb45fe69","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00438/analysis/HG00438.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367802#sample/cram"}],"status":"current","subject":{"reference":"Patient/980d240b-644f-54bf-9858-0e54a42d7041"},"resourceType":"DocumentReference"} +{"id":"57b3760b-5173-50e9-8493-21d032fe746b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00444/analysis/HG00444.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367803#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/835ab41f-3523-5f99-98b6-a4c822800497"},"resourceType":"DocumentReference"} +{"id":"f2c12f92-5463-52df-9827-0eab57513d71","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00444/analysis/HG00444.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367803#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/835ab41f-3523-5f99-98b6-a4c822800497"},"resourceType":"DocumentReference"} +{"id":"995557ad-1d32-5859-9b27-95d308b3a62e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00444/analysis/HG00444.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367803#sample/cram"}],"status":"current","subject":{"reference":"Patient/835ab41f-3523-5f99-98b6-a4c822800497"},"resourceType":"DocumentReference"} +{"id":"bd107567-2ef3-5a09-98f0-d33b22e1e72b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00447/analysis/HG00447.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367804#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a56c871b-5e42-5d1c-a0ce-8d28a11fbaa8"},"resourceType":"DocumentReference"} +{"id":"760edeb9-8c66-5b29-93c9-d758fb76f703","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00447/analysis/HG00447.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367804#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a56c871b-5e42-5d1c-a0ce-8d28a11fbaa8"},"resourceType":"DocumentReference"} +{"id":"3c8b4d89-5b7a-5f0e-994d-37efe44212bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00447/analysis/HG00447.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367804#sample/cram"}],"status":"current","subject":{"reference":"Patient/a56c871b-5e42-5d1c-a0ce-8d28a11fbaa8"},"resourceType":"DocumentReference"} +{"id":"a13b44e8-1cfa-5c58-bc64-ac6ab219b82a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00450/analysis/HG00450.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367805#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/de38e8ee-6dde-57d5-880f-9db68f7c91e0"},"resourceType":"DocumentReference"} +{"id":"8a60bc7f-c1fd-59e9-a240-7a65a93f0cb5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00450/analysis/HG00450.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367805#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/de38e8ee-6dde-57d5-880f-9db68f7c91e0"},"resourceType":"DocumentReference"} +{"id":"a388a8ec-dfef-51d0-a060-f31c27d78a98","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00450/analysis/HG00450.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367805#sample/cram"}],"status":"current","subject":{"reference":"Patient/de38e8ee-6dde-57d5-880f-9db68f7c91e0"},"resourceType":"DocumentReference"} +{"id":"302a2da7-4def-5bde-a106-76dba7f337bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00453/analysis/HG00453.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367806#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/02b7d85c-f2d3-511e-a8b5-b19c20f6fcc0"},"resourceType":"DocumentReference"} +{"id":"9d1f37f4-c332-5ce2-8b44-ce47913da4a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00453/analysis/HG00453.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367806#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/02b7d85c-f2d3-511e-a8b5-b19c20f6fcc0"},"resourceType":"DocumentReference"} +{"id":"c10e5829-a660-5cb8-a6b6-2afcd470c1cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00453/analysis/HG00453.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367806#sample/cram"}],"status":"current","subject":{"reference":"Patient/02b7d85c-f2d3-511e-a8b5-b19c20f6fcc0"},"resourceType":"DocumentReference"} +{"id":"6c7e528b-06cd-50af-8922-489b2617cd4a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00459/analysis/HG00459.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367807#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/08d91a5c-5722-5439-95f0-c228d5323dc7"},"resourceType":"DocumentReference"} +{"id":"87589eb7-49d5-53a0-b7c1-2d232e52bf8f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00459/analysis/HG00459.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367807#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/08d91a5c-5722-5439-95f0-c228d5323dc7"},"resourceType":"DocumentReference"} +{"id":"4f8a67a2-2cb8-57de-83c7-55b6b03c1df5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00459/analysis/HG00459.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367807#sample/cram"}],"status":"current","subject":{"reference":"Patient/08d91a5c-5722-5439-95f0-c228d5323dc7"},"resourceType":"DocumentReference"} +{"id":"609c9101-7452-5b56-b3b6-5a9ebb3a845a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00465/analysis/HG00465.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367808#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c9ba5a9b-dacd-5e7d-9e9e-86c06bdf1175"},"resourceType":"DocumentReference"} +{"id":"c441e6e6-472e-5c66-83a4-ced93c8404eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00465/analysis/HG00465.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367808#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c9ba5a9b-dacd-5e7d-9e9e-86c06bdf1175"},"resourceType":"DocumentReference"} +{"id":"b2d313a4-4b2a-5fdb-9709-3e3670d93b66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00465/analysis/HG00465.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367808#sample/cram"}],"status":"current","subject":{"reference":"Patient/c9ba5a9b-dacd-5e7d-9e9e-86c06bdf1175"},"resourceType":"DocumentReference"} +{"id":"78d8407f-fc45-5379-bd82-95e054492308","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00474/analysis/HG00474.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367809#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/119fa2c7-bb2b-5ce1-800f-43a31d98bb26"},"resourceType":"DocumentReference"} +{"id":"2b5a8453-c14d-569e-a2d6-38e7313231f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00474/analysis/HG00474.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367809#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/119fa2c7-bb2b-5ce1-800f-43a31d98bb26"},"resourceType":"DocumentReference"} +{"id":"918204ce-ac76-5781-b4cd-c9684c5c4c68","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00474/analysis/HG00474.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367809#sample/cram"}],"status":"current","subject":{"reference":"Patient/119fa2c7-bb2b-5ce1-800f-43a31d98bb26"},"resourceType":"DocumentReference"} +{"id":"0ba52367-5fbf-50b5-a6e6-5086b46c9fb3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00477/analysis/HG00477.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367810#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0dede4c6-a46e-5495-88e0-625374abeb75"},"resourceType":"DocumentReference"} +{"id":"bb4b8ee5-f7b9-5326-b96f-0fc462c35aa0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00477/analysis/HG00477.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367810#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0dede4c6-a46e-5495-88e0-625374abeb75"},"resourceType":"DocumentReference"} +{"id":"8a87ffde-ccc0-5946-bc7e-aac5f461aa21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00477/analysis/HG00477.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367810#sample/cram"}],"status":"current","subject":{"reference":"Patient/0dede4c6-a46e-5495-88e0-625374abeb75"},"resourceType":"DocumentReference"} +{"id":"fd078d4d-8138-55be-b7f8-7ef1b85eafca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00480/analysis/HG00480.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367811#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/74848144-5830-57b0-9352-1d95cb4a5fd6"},"resourceType":"DocumentReference"} +{"id":"cb699044-46dd-5503-8653-00f1d20ee9eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00480/analysis/HG00480.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367811#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/74848144-5830-57b0-9352-1d95cb4a5fd6"},"resourceType":"DocumentReference"} +{"id":"2058ab10-31f8-5107-80d4-daf013c7dbdc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00480/analysis/HG00480.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367811#sample/cram"}],"status":"current","subject":{"reference":"Patient/74848144-5830-57b0-9352-1d95cb4a5fd6"},"resourceType":"DocumentReference"} +{"id":"61435fae-cbfc-574c-8841-c5e4e5189a6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00501/analysis/HG00501.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367812#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ef8ed35e-a26a-5986-8b31-5b2daa2e70f3"},"resourceType":"DocumentReference"} +{"id":"4e5d9e8c-8641-5aee-9d91-0046ecb9546c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00501/analysis/HG00501.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367812#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ef8ed35e-a26a-5986-8b31-5b2daa2e70f3"},"resourceType":"DocumentReference"} +{"id":"208eaa4e-780c-5250-a9bd-9e61193e8c7d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00501/analysis/HG00501.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367812#sample/cram"}],"status":"current","subject":{"reference":"Patient/ef8ed35e-a26a-5986-8b31-5b2daa2e70f3"},"resourceType":"DocumentReference"} +{"id":"6744e8e5-7ded-53bb-b7f7-80fe651da5cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00502/analysis/HG00502.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367813#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/40d414f6-a88c-536c-a473-e71eed34821e"},"resourceType":"DocumentReference"} +{"id":"5722a7bb-7814-5e2c-bb91-f1659360f39e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00502/analysis/HG00502.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367813#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/40d414f6-a88c-536c-a473-e71eed34821e"},"resourceType":"DocumentReference"} +{"id":"86a19cc4-9aca-596a-ad3b-4f22f34e7e56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00502/analysis/HG00502.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367813#sample/cram"}],"status":"current","subject":{"reference":"Patient/40d414f6-a88c-536c-a473-e71eed34821e"},"resourceType":"DocumentReference"} +{"id":"7000573c-32be-545e-b216-6ece2609ed91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00512/analysis/HG00512.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367814#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7db2d7b9-b583-5d2a-b9d7-e52a32931e1b"},"resourceType":"DocumentReference"} +{"id":"a61082c0-07a7-53c8-8add-4882810f1037","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00512/analysis/HG00512.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367814#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7db2d7b9-b583-5d2a-b9d7-e52a32931e1b"},"resourceType":"DocumentReference"} +{"id":"05a06fa5-5d88-5028-a9c1-9325afe40679","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00512/analysis/HG00512.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367814#sample/cram"}],"status":"current","subject":{"reference":"Patient/7db2d7b9-b583-5d2a-b9d7-e52a32931e1b"},"resourceType":"DocumentReference"} +{"id":"deae3938-b464-560a-bd70-c3eac6334b4e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00514/analysis/HG00514.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367815#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c8a3a735-08f9-5c57-a21f-6ac02e9661ca"},"resourceType":"DocumentReference"} +{"id":"72b16c3c-b196-5dad-b8bf-1ece88f8b232","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00514/analysis/HG00514.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367815#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c8a3a735-08f9-5c57-a21f-6ac02e9661ca"},"resourceType":"DocumentReference"} +{"id":"5c1e1eb8-9493-5114-a126-8de36b18cb6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00514/analysis/HG00514.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367815#sample/cram"}],"status":"current","subject":{"reference":"Patient/c8a3a735-08f9-5c57-a21f-6ac02e9661ca"},"resourceType":"DocumentReference"} +{"id":"b7b9ed4f-ae69-5e38-bd71-7ec45b4dd117","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00526/analysis/HG00526.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367816#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1b170c39-4744-5f23-af78-29c35f3c77ac"},"resourceType":"DocumentReference"} +{"id":"126dbeda-f7aa-50b1-9517-5315c65de6e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00526/analysis/HG00526.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367816#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1b170c39-4744-5f23-af78-29c35f3c77ac"},"resourceType":"DocumentReference"} +{"id":"fc2ac104-9e20-5302-98c5-70081fe4494a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00526/analysis/HG00526.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367816#sample/cram"}],"status":"current","subject":{"reference":"Patient/1b170c39-4744-5f23-af78-29c35f3c77ac"},"resourceType":"DocumentReference"} +{"id":"57b063e5-e451-51d5-b8ae-fab5231412da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00532/analysis/HG00532.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367817#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/33282b07-a0a0-5c96-9bf0-7d059fafd57c"},"resourceType":"DocumentReference"} +{"id":"1f4c37bc-ae41-51a3-97d1-d115fe7514bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00532/analysis/HG00532.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367817#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/33282b07-a0a0-5c96-9bf0-7d059fafd57c"},"resourceType":"DocumentReference"} +{"id":"c89386ce-372b-531b-9007-5b40c1efda7d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00532/analysis/HG00532.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367817#sample/cram"}],"status":"current","subject":{"reference":"Patient/33282b07-a0a0-5c96-9bf0-7d059fafd57c"},"resourceType":"DocumentReference"} +{"id":"855af459-d674-5e58-932d-49b1c21d5823","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00535/analysis/HG00535.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367818#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7eb12602-774c-56dc-b50f-6f12ff5acb24"},"resourceType":"DocumentReference"} +{"id":"ce9a0c3c-c189-5a11-be93-49619bdcfd33","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00535/analysis/HG00535.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367818#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7eb12602-774c-56dc-b50f-6f12ff5acb24"},"resourceType":"DocumentReference"} +{"id":"cc2ca330-b80c-510d-ab72-53fa66bcb880","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00535/analysis/HG00535.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367818#sample/cram"}],"status":"current","subject":{"reference":"Patient/7eb12602-774c-56dc-b50f-6f12ff5acb24"},"resourceType":"DocumentReference"} +{"id":"5f83be31-9ae1-5a86-840a-14d9dc947026","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00538/analysis/HG00538.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367819#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5cec8035-f1d8-5407-b02e-6090ca6f29b0"},"resourceType":"DocumentReference"} +{"id":"c872a08c-745f-5764-b2a3-6445146098dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00538/analysis/HG00538.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367819#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5cec8035-f1d8-5407-b02e-6090ca6f29b0"},"resourceType":"DocumentReference"} +{"id":"7078bcba-f9f7-5e66-a9bd-78f116c3ae13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00538/analysis/HG00538.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367819#sample/cram"}],"status":"current","subject":{"reference":"Patient/5cec8035-f1d8-5407-b02e-6090ca6f29b0"},"resourceType":"DocumentReference"} +{"id":"e7dcef73-0ee8-5c22-b924-b08ff0fa3632","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00544/analysis/HG00544.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367820#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9f8f5936-f5f1-581f-9b00-6c1d2ec03d69"},"resourceType":"DocumentReference"} +{"id":"38487897-b90c-5d90-87fc-da57515b7d4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00544/analysis/HG00544.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367820#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9f8f5936-f5f1-581f-9b00-6c1d2ec03d69"},"resourceType":"DocumentReference"} +{"id":"089dc79f-6b48-5f2c-95dc-da1c74ab1283","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00544/analysis/HG00544.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367820#sample/cram"}],"status":"current","subject":{"reference":"Patient/9f8f5936-f5f1-581f-9b00-6c1d2ec03d69"},"resourceType":"DocumentReference"} +{"id":"d6dd04f0-c8f3-5bfa-838e-71b763a6747f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00552/analysis/HG00552.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367821#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/334693b2-d29e-5152-b17c-c8d81de500f5"},"resourceType":"DocumentReference"} +{"id":"c0faed4c-8e33-578a-91bb-8d884bee42ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00552/analysis/HG00552.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367821#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/334693b2-d29e-5152-b17c-c8d81de500f5"},"resourceType":"DocumentReference"} +{"id":"face8ac1-5f1a-5246-ac27-750bb9fe1884","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00552/analysis/HG00552.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367821#sample/cram"}],"status":"current","subject":{"reference":"Patient/334693b2-d29e-5152-b17c-c8d81de500f5"},"resourceType":"DocumentReference"} +{"id":"d9db8048-9c59-5c69-8d11-4db4b231e698","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00555/analysis/HG00555.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367822#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/34b7f037-bb45-5abb-9119-f9228b5183c8"},"resourceType":"DocumentReference"} +{"id":"9804f223-3922-54d6-82b7-c5e250e4a0f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00555/analysis/HG00555.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367822#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/34b7f037-bb45-5abb-9119-f9228b5183c8"},"resourceType":"DocumentReference"} +{"id":"0a71b0e2-7c58-5ef0-8f4b-084debb1442e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00555/analysis/HG00555.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367822#sample/cram"}],"status":"current","subject":{"reference":"Patient/34b7f037-bb45-5abb-9119-f9228b5183c8"},"resourceType":"DocumentReference"} +{"id":"18d5d564-d435-5ee0-a19a-08688d8f0b67","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00558/analysis/HG00558.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367823#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fb9f53d5-4c52-5948-9240-a9af33f08195"},"resourceType":"DocumentReference"} +{"id":"528117e1-6806-5959-a3cc-f436da1d48b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00558/analysis/HG00558.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367823#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fb9f53d5-4c52-5948-9240-a9af33f08195"},"resourceType":"DocumentReference"} +{"id":"15a27a05-8840-512a-a046-72b8373fb8a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00558/analysis/HG00558.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367823#sample/cram"}],"status":"current","subject":{"reference":"Patient/fb9f53d5-4c52-5948-9240-a9af33f08195"},"resourceType":"DocumentReference"} +{"id":"ec13cc22-e6fa-59e8-b298-de1f2d78b5f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00561/analysis/HG00561.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367824#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c20a0d57-a95c-5651-b0e4-5f13bb8b491f"},"resourceType":"DocumentReference"} +{"id":"0f7f41c0-591f-5f45-8abf-b9c2b9020f03","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00561/analysis/HG00561.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367824#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c20a0d57-a95c-5651-b0e4-5f13bb8b491f"},"resourceType":"DocumentReference"} +{"id":"f50471a1-b095-51b6-b976-75c5583cc701","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00561/analysis/HG00561.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367824#sample/cram"}],"status":"current","subject":{"reference":"Patient/c20a0d57-a95c-5651-b0e4-5f13bb8b491f"},"resourceType":"DocumentReference"} +{"id":"6a03df3c-74a2-539e-b027-0e19bc316322","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00567/analysis/HG00567.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367825#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e1c94d8b-de06-5eff-99b1-0ab770fb3afb"},"resourceType":"DocumentReference"} +{"id":"731b4811-2489-5b6a-acd8-f163352ef82c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00567/analysis/HG00567.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367825#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e1c94d8b-de06-5eff-99b1-0ab770fb3afb"},"resourceType":"DocumentReference"} +{"id":"88844e38-cbb0-599a-ac24-565d4990a8fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00567/analysis/HG00567.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367825#sample/cram"}],"status":"current","subject":{"reference":"Patient/e1c94d8b-de06-5eff-99b1-0ab770fb3afb"},"resourceType":"DocumentReference"} +{"id":"6ff69283-9a2d-5ca2-a861-64d3ad3234c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00577/analysis/HG00577.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367826#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e4556d2c-dc25-5173-a0b8-f9def7aa6744"},"resourceType":"DocumentReference"} +{"id":"535fd4ed-febf-5523-affd-6cdac2b32f49","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00577/analysis/HG00577.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367826#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e4556d2c-dc25-5173-a0b8-f9def7aa6744"},"resourceType":"DocumentReference"} +{"id":"ddfc72c0-5a3f-5bd5-be50-2bb0b2c9e7fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00577/analysis/HG00577.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367826#sample/cram"}],"status":"current","subject":{"reference":"Patient/e4556d2c-dc25-5173-a0b8-f9def7aa6744"},"resourceType":"DocumentReference"} +{"id":"0931bdf4-3856-5115-9ee2-9ac5ce7986c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00578/analysis/HG00578.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367827#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9334ff88-7d8f-504c-8507-b36a0392549a"},"resourceType":"DocumentReference"} +{"id":"e37c842a-f570-53f3-9178-734172bafe16","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00578/analysis/HG00578.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367827#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9334ff88-7d8f-504c-8507-b36a0392549a"},"resourceType":"DocumentReference"} +{"id":"f50ca496-f51a-54e3-935c-fb353d5eeb91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00578/analysis/HG00578.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367827#sample/cram"}],"status":"current","subject":{"reference":"Patient/9334ff88-7d8f-504c-8507-b36a0392549a"},"resourceType":"DocumentReference"} +{"id":"915156ae-8456-56ec-a4b4-0985eb4d21e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00579/analysis/HG00579.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367828#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c1ff3383-83fb-5744-8d12-8be21849b77c"},"resourceType":"DocumentReference"} +{"id":"124c7a15-11ed-5313-bfcb-4227e5cb4d9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00579/analysis/HG00579.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367828#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c1ff3383-83fb-5744-8d12-8be21849b77c"},"resourceType":"DocumentReference"} +{"id":"f1805b1f-a161-50ff-9c3a-a34d546492cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00579/analysis/HG00579.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367828#sample/cram"}],"status":"current","subject":{"reference":"Patient/c1ff3383-83fb-5744-8d12-8be21849b77c"},"resourceType":"DocumentReference"} +{"id":"9278246d-063f-5458-92af-e23a45259be6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00582/analysis/HG00582.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367829#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b1d68013-b95a-5a89-821c-6ec9f7846ee3"},"resourceType":"DocumentReference"} +{"id":"dbd0a473-2df5-5d89-8127-4e0abe184023","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00582/analysis/HG00582.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367829#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b1d68013-b95a-5a89-821c-6ec9f7846ee3"},"resourceType":"DocumentReference"} +{"id":"f8eb7a79-13af-5859-b137-1daf5d33cdea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00582/analysis/HG00582.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367829#sample/cram"}],"status":"current","subject":{"reference":"Patient/b1d68013-b95a-5a89-821c-6ec9f7846ee3"},"resourceType":"DocumentReference"} +{"id":"f5289b8c-5e13-5483-ad19-d52c019c2c28","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00585/analysis/HG00585.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367830#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bd86f751-6fb0-5d53-a784-93a899497eaf"},"resourceType":"DocumentReference"} +{"id":"499cf99a-2b86-57d4-94d6-cd2e9becbe59","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00585/analysis/HG00585.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367830#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bd86f751-6fb0-5d53-a784-93a899497eaf"},"resourceType":"DocumentReference"} +{"id":"4a9f9fbc-190a-5de5-a2f5-2ad3efdc3942","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00585/analysis/HG00585.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367830#sample/cram"}],"status":"current","subject":{"reference":"Patient/bd86f751-6fb0-5d53-a784-93a899497eaf"},"resourceType":"DocumentReference"} +{"id":"61f1a442-76d4-5250-aeb4-5e6fe8e9f4f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00591/analysis/HG00591.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367831#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9d89f118-e84c-51e0-93cc-53ba23831249"},"resourceType":"DocumentReference"} +{"id":"ee5641b9-54af-5373-ae66-195382492135","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00591/analysis/HG00591.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367831#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9d89f118-e84c-51e0-93cc-53ba23831249"},"resourceType":"DocumentReference"} +{"id":"689cc7dd-8d02-5f7e-92fc-16a88ac7f6b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00591/analysis/HG00591.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367831#sample/cram"}],"status":"current","subject":{"reference":"Patient/9d89f118-e84c-51e0-93cc-53ba23831249"},"resourceType":"DocumentReference"} +{"id":"41417d2d-a247-5c1e-8473-0bd3dfc4d5da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00594/analysis/HG00594.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367832#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0a656092-fd90-5089-a332-d547fac5bf27"},"resourceType":"DocumentReference"} +{"id":"bc4293d5-3a84-5893-91ec-cf0ea22cf7f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00594/analysis/HG00594.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367832#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0a656092-fd90-5089-a332-d547fac5bf27"},"resourceType":"DocumentReference"} +{"id":"60874339-985c-5a9f-82ca-27512abf1f8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00594/analysis/HG00594.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367832#sample/cram"}],"status":"current","subject":{"reference":"Patient/0a656092-fd90-5089-a332-d547fac5bf27"},"resourceType":"DocumentReference"} +{"id":"1a02551c-7357-58fb-ab88-a6c65409358d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00597/analysis/HG00597.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367833#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5bc428b2-15b6-52e8-b352-4909b6aae67e"},"resourceType":"DocumentReference"} +{"id":"3a44e3c5-1380-5cbd-9d2b-fa9644f2c373","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00597/analysis/HG00597.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367833#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5bc428b2-15b6-52e8-b352-4909b6aae67e"},"resourceType":"DocumentReference"} +{"id":"7d84120c-ea76-5c30-9db5-81f947dea909","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00597/analysis/HG00597.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367833#sample/cram"}],"status":"current","subject":{"reference":"Patient/5bc428b2-15b6-52e8-b352-4909b6aae67e"},"resourceType":"DocumentReference"} +{"id":"6cbaf3fe-553f-5e48-adb5-ad02a5f474f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00609/analysis/HG00609.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367834#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/33f6e248-2c91-5931-a2c4-42f9df0897bd"},"resourceType":"DocumentReference"} +{"id":"999b52f1-ac52-5cb0-b0bd-30b1511809db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00609/analysis/HG00609.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367834#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/33f6e248-2c91-5931-a2c4-42f9df0897bd"},"resourceType":"DocumentReference"} +{"id":"e7f295ca-fd31-5370-bb2e-0872e5b45859","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00609/analysis/HG00609.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367834#sample/cram"}],"status":"current","subject":{"reference":"Patient/33f6e248-2c91-5931-a2c4-42f9df0897bd"},"resourceType":"DocumentReference"} +{"id":"1747418f-f12b-5b51-a03d-a77c015084b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00612/analysis/HG00612.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367835#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/155295b3-133e-5ab6-b8bd-8a3872f34bb1"},"resourceType":"DocumentReference"} +{"id":"2c0e3d16-c85c-50f5-83ce-994d4a8cf5ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00612/analysis/HG00612.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367835#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/155295b3-133e-5ab6-b8bd-8a3872f34bb1"},"resourceType":"DocumentReference"} +{"id":"182af33f-0c33-5e65-aab2-4ffac82a9f35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00612/analysis/HG00612.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367835#sample/cram"}],"status":"current","subject":{"reference":"Patient/155295b3-133e-5ab6-b8bd-8a3872f34bb1"},"resourceType":"DocumentReference"} +{"id":"7659ee1b-5bce-5c67-945d-9af9f2b57194","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00615/analysis/HG00615.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367836#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6eb67cae-6d05-5e1b-a51a-262a9d3abce2"},"resourceType":"DocumentReference"} +{"id":"5aad3635-c46a-5ef7-be9e-031176a6c8b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00615/analysis/HG00615.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367836#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6eb67cae-6d05-5e1b-a51a-262a9d3abce2"},"resourceType":"DocumentReference"} +{"id":"143b11da-ab14-524f-ae27-a55a5d105546","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00615/analysis/HG00615.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367836#sample/cram"}],"status":"current","subject":{"reference":"Patient/6eb67cae-6d05-5e1b-a51a-262a9d3abce2"},"resourceType":"DocumentReference"} +{"id":"16f7bffa-dbf5-560d-8c9f-dbb3d6c782d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00621/analysis/HG00621.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367837#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ebb03d77-9c33-501a-91f1-684470e6a2c2"},"resourceType":"DocumentReference"} +{"id":"9638d64a-ac1f-5e9b-aca0-04b2d5cf4ba4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00621/analysis/HG00621.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367837#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ebb03d77-9c33-501a-91f1-684470e6a2c2"},"resourceType":"DocumentReference"} +{"id":"afb0c8ae-fb0b-5c14-b8bb-d6a4c67be0fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00621/analysis/HG00621.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367837#sample/cram"}],"status":"current","subject":{"reference":"Patient/ebb03d77-9c33-501a-91f1-684470e6a2c2"},"resourceType":"DocumentReference"} +{"id":"90458e84-e857-5546-b5f3-7b37573b58dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00627/analysis/HG00627.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367838#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ee6427a1-035b-5024-b905-cd377bb327bc"},"resourceType":"DocumentReference"} +{"id":"c66f95c5-82f5-588a-b5d3-c79ee5302781","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00627/analysis/HG00627.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367838#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ee6427a1-035b-5024-b905-cd377bb327bc"},"resourceType":"DocumentReference"} +{"id":"66f58215-d1d1-53c5-a0e9-cd71f31634cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00627/analysis/HG00627.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367838#sample/cram"}],"status":"current","subject":{"reference":"Patient/ee6427a1-035b-5024-b905-cd377bb327bc"},"resourceType":"DocumentReference"} +{"id":"7721d961-829c-52cb-a87b-bd20e89eb726","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00630/analysis/HG00630.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367839#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/faa0167e-396d-5c5f-adaa-f164e1303b83"},"resourceType":"DocumentReference"} +{"id":"c6780543-23b5-5338-89e5-5881e34c5a43","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00630/analysis/HG00630.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367839#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/faa0167e-396d-5c5f-adaa-f164e1303b83"},"resourceType":"DocumentReference"} +{"id":"3813cc02-417f-5f65-84de-a9a1d494b947","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00630/analysis/HG00630.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367839#sample/cram"}],"status":"current","subject":{"reference":"Patient/faa0167e-396d-5c5f-adaa-f164e1303b83"},"resourceType":"DocumentReference"} +{"id":"b3e05a0b-7a02-5fb1-a8fe-20b32aa16282","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00635/analysis/HG00635.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367840#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7fb74466-d7b3-55fb-bd41-83ad7af35a81"},"resourceType":"DocumentReference"} +{"id":"6a167070-f713-5a10-bae2-f066add89b4b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00635/analysis/HG00635.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367840#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7fb74466-d7b3-55fb-bd41-83ad7af35a81"},"resourceType":"DocumentReference"} +{"id":"a05504ba-bfd3-56b3-ac96-dbc4b82ecc2d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00635/analysis/HG00635.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367840#sample/cram"}],"status":"current","subject":{"reference":"Patient/7fb74466-d7b3-55fb-bd41-83ad7af35a81"},"resourceType":"DocumentReference"} +{"id":"1db4526e-6fc3-5185-ab6e-d64827d4baf2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00636/analysis/HG00636.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367841#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8b21a2fb-d43b-59ae-afd9-f2290bd6d15b"},"resourceType":"DocumentReference"} +{"id":"63f3e7be-e1d3-5594-8394-58c12e9bd694","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00636/analysis/HG00636.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367841#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8b21a2fb-d43b-59ae-afd9-f2290bd6d15b"},"resourceType":"DocumentReference"} +{"id":"2d37ad70-4e37-5463-a79e-edce1f79d953","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00636/analysis/HG00636.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367841#sample/cram"}],"status":"current","subject":{"reference":"Patient/8b21a2fb-d43b-59ae-afd9-f2290bd6d15b"},"resourceType":"DocumentReference"} +{"id":"41124947-7c79-524c-acd2-37165cd6a4ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00639/analysis/HG00639.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367842#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1f30713d-172a-5caf-ab92-954218f08b23"},"resourceType":"DocumentReference"} +{"id":"5406ad4b-81b9-5ecc-ba1a-6d631b667b9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00639/analysis/HG00639.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367842#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1f30713d-172a-5caf-ab92-954218f08b23"},"resourceType":"DocumentReference"} +{"id":"8be125b5-1be9-55d3-86ed-d5e4afcfa9e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00639/analysis/HG00639.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367842#sample/cram"}],"status":"current","subject":{"reference":"Patient/1f30713d-172a-5caf-ab92-954218f08b23"},"resourceType":"DocumentReference"} +{"id":"bce4b1b2-f2f4-545e-8ae3-28967b89216d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00642/analysis/HG00642.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367843#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/34b964ab-4251-58ce-8667-4c612bd568c4"},"resourceType":"DocumentReference"} +{"id":"e6c522e0-310f-5177-86ef-bb3c84a284ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00642/analysis/HG00642.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367843#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/34b964ab-4251-58ce-8667-4c612bd568c4"},"resourceType":"DocumentReference"} +{"id":"6caa7f25-91bb-5f38-aeb6-2a40566065b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00642/analysis/HG00642.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367843#sample/cram"}],"status":"current","subject":{"reference":"Patient/34b964ab-4251-58ce-8667-4c612bd568c4"},"resourceType":"DocumentReference"} +{"id":"1c1212de-fcc6-5a92-a1b4-3a387496e7c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00652/analysis/HG00652.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367844#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/25c45ee2-a28a-54c7-bcce-eb8e32a42d33"},"resourceType":"DocumentReference"} +{"id":"21deb80d-d890-5ea1-a66b-c11b6d72708e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00652/analysis/HG00652.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367844#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/25c45ee2-a28a-54c7-bcce-eb8e32a42d33"},"resourceType":"DocumentReference"} +{"id":"fe72e70e-6cbd-5f45-9696-af0055f75ece","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00652/analysis/HG00652.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367844#sample/cram"}],"status":"current","subject":{"reference":"Patient/25c45ee2-a28a-54c7-bcce-eb8e32a42d33"},"resourceType":"DocumentReference"} +{"id":"314b7920-4863-593f-867d-d9a166dd2f19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00655/analysis/HG00655.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367845#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6a1ceb02-fad5-56c2-8fe1-20eb812a796b"},"resourceType":"DocumentReference"} +{"id":"3e933807-1c2b-5358-9edd-88db1a8b7fd6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00655/analysis/HG00655.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367845#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6a1ceb02-fad5-56c2-8fe1-20eb812a796b"},"resourceType":"DocumentReference"} +{"id":"acbd7f4c-236d-50dd-b7f3-b96a27c2cee0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00655/analysis/HG00655.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367845#sample/cram"}],"status":"current","subject":{"reference":"Patient/6a1ceb02-fad5-56c2-8fe1-20eb812a796b"},"resourceType":"DocumentReference"} +{"id":"b8bbeed9-e768-57be-9d3c-d1d88692b56d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00658/analysis/HG00658.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367846#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ffb7acde-7565-523e-be69-5dfd32773069"},"resourceType":"DocumentReference"} +{"id":"edd46f6d-f2f9-518a-aa0d-bf622ed0c0a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00658/analysis/HG00658.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367846#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ffb7acde-7565-523e-be69-5dfd32773069"},"resourceType":"DocumentReference"} +{"id":"eb949a28-e323-5d73-9a9e-e31f5611d887","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00658/analysis/HG00658.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367846#sample/cram"}],"status":"current","subject":{"reference":"Patient/ffb7acde-7565-523e-be69-5dfd32773069"},"resourceType":"DocumentReference"} +{"id":"e21d1d2f-eb46-5ce1-95f6-c02d7bf98c63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00664/analysis/HG00664.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367847#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6fa0cc63-1196-5be5-93f8-a75ef58dab97"},"resourceType":"DocumentReference"} +{"id":"3a7e509e-2f71-5b35-b80d-bb6bd2975504","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00664/analysis/HG00664.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367847#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6fa0cc63-1196-5be5-93f8-a75ef58dab97"},"resourceType":"DocumentReference"} +{"id":"a9530270-ae24-5c21-a957-4ab373a3f0bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00664/analysis/HG00664.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367847#sample/cram"}],"status":"current","subject":{"reference":"Patient/6fa0cc63-1196-5be5-93f8-a75ef58dab97"},"resourceType":"DocumentReference"} +{"id":"3cbaafc9-5421-5fb8-8b8d-ec53beba487b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00673/analysis/HG00673.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367848#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f0287988-7599-5722-9f38-8da1d84bfd00"},"resourceType":"DocumentReference"} +{"id":"f568f4c2-2a65-5da7-92dc-bf61d8212abe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00673/analysis/HG00673.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367848#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f0287988-7599-5722-9f38-8da1d84bfd00"},"resourceType":"DocumentReference"} +{"id":"7d45b2e0-cc43-5f6b-841c-dd2d38f60b53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00673/analysis/HG00673.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367848#sample/cram"}],"status":"current","subject":{"reference":"Patient/f0287988-7599-5722-9f38-8da1d84bfd00"},"resourceType":"DocumentReference"} +{"id":"55a28e3a-24b5-5be1-8f04-bf8b7d00741b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00685/analysis/HG00685.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367849#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b6c5e753-539a-589f-939c-6d1c2d58da29"},"resourceType":"DocumentReference"} +{"id":"b3524dc4-1995-5d46-aa8c-d588fd9e7a76","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00685/analysis/HG00685.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367849#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b6c5e753-539a-589f-939c-6d1c2d58da29"},"resourceType":"DocumentReference"} +{"id":"3432c0f3-a7fe-55ae-933e-d45da59bcca8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00685/analysis/HG00685.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367849#sample/cram"}],"status":"current","subject":{"reference":"Patient/b6c5e753-539a-589f-939c-6d1c2d58da29"},"resourceType":"DocumentReference"} +{"id":"7c409fd8-f00e-5e0d-904c-e3e4ec38b680","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00691/analysis/HG00691.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367850#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5b7fd1b8-d762-5234-9617-0971de64d663"},"resourceType":"DocumentReference"} +{"id":"37e4a4cf-499b-558e-8567-fa6a973ad106","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00691/analysis/HG00691.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367850#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5b7fd1b8-d762-5234-9617-0971de64d663"},"resourceType":"DocumentReference"} +{"id":"6f737bc2-be5f-5b04-bbf4-06597f36ba39","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00691/analysis/HG00691.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367850#sample/cram"}],"status":"current","subject":{"reference":"Patient/5b7fd1b8-d762-5234-9617-0971de64d663"},"resourceType":"DocumentReference"} +{"id":"5e5f5ecc-ed12-5b8f-ba64-2f66340de1d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00694/analysis/HG00694.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367851#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ea465e03-012f-51ee-b34f-7cff5110db91"},"resourceType":"DocumentReference"} +{"id":"997f5b04-468a-558b-84b0-b1f8830d7d8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00694/analysis/HG00694.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367851#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ea465e03-012f-51ee-b34f-7cff5110db91"},"resourceType":"DocumentReference"} +{"id":"438a182a-113d-565c-99ed-1292217ec919","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00694/analysis/HG00694.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367851#sample/cram"}],"status":"current","subject":{"reference":"Patient/ea465e03-012f-51ee-b34f-7cff5110db91"},"resourceType":"DocumentReference"} +{"id":"7a9ea02e-fe54-54d7-9c2a-a3e41f8fcb02","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00700/analysis/HG00700.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367852#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/446e88f7-c8b3-5954-8040-b2781e711da0"},"resourceType":"DocumentReference"} +{"id":"10fc74ea-5cf2-586c-ab58-fa97ed091e2d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00700/analysis/HG00700.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367852#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/446e88f7-c8b3-5954-8040-b2781e711da0"},"resourceType":"DocumentReference"} +{"id":"63f5601c-fd82-523f-ade9-8e30a16779f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00700/analysis/HG00700.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367852#sample/cram"}],"status":"current","subject":{"reference":"Patient/446e88f7-c8b3-5954-8040-b2781e711da0"},"resourceType":"DocumentReference"} +{"id":"49ea924f-124c-5214-88af-06c2bf2e4256","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00702/analysis/HG00702.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367853#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bdc583c9-432a-5292-9ab2-184036548a19"},"resourceType":"DocumentReference"} +{"id":"e759e452-6224-5338-ae43-83ed96637ea8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00702/analysis/HG00702.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367853#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bdc583c9-432a-5292-9ab2-184036548a19"},"resourceType":"DocumentReference"} +{"id":"c3b24407-fe2c-5e93-844f-9b95aa68442a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00702/analysis/HG00702.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367853#sample/cram"}],"status":"current","subject":{"reference":"Patient/bdc583c9-432a-5292-9ab2-184036548a19"},"resourceType":"DocumentReference"} +{"id":"6db4d790-fed3-5752-9d02-52d5d654196c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00703/analysis/HG00703.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367854#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b65939c9-4868-5406-b061-4b310e7c4871"},"resourceType":"DocumentReference"} +{"id":"7e896d24-83d2-58db-85b2-692ef197f39f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00703/analysis/HG00703.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367854#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b65939c9-4868-5406-b061-4b310e7c4871"},"resourceType":"DocumentReference"} +{"id":"9f6e5975-1977-5db0-b9e9-43721d330635","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00703/analysis/HG00703.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367854#sample/cram"}],"status":"current","subject":{"reference":"Patient/b65939c9-4868-5406-b061-4b310e7c4871"},"resourceType":"DocumentReference"} +{"id":"493197bc-90f1-5b59-a35c-090300f78754","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00706/analysis/HG00706.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367855#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8ab6463f-514a-5fb0-b7f3-d550980bb18e"},"resourceType":"DocumentReference"} +{"id":"c22820f6-ab57-5f13-9cc0-9c203b03e71e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00706/analysis/HG00706.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367855#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8ab6463f-514a-5fb0-b7f3-d550980bb18e"},"resourceType":"DocumentReference"} +{"id":"6c3cb6ae-85b1-57e2-984f-8d2d3b9b9fe4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00706/analysis/HG00706.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367855#sample/cram"}],"status":"current","subject":{"reference":"Patient/8ab6463f-514a-5fb0-b7f3-d550980bb18e"},"resourceType":"DocumentReference"} +{"id":"23446183-bb97-5469-ab1d-0f48e835b0f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00709/analysis/HG00709.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367856#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/03b2df0e-63c1-524a-8550-42462406007c"},"resourceType":"DocumentReference"} +{"id":"5bc13805-a970-5f71-95e9-2e1881135956","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00709/analysis/HG00709.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367856#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/03b2df0e-63c1-524a-8550-42462406007c"},"resourceType":"DocumentReference"} +{"id":"8e36f073-0039-5d7f-b433-e7cbe401e6ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00709/analysis/HG00709.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367856#sample/cram"}],"status":"current","subject":{"reference":"Patient/03b2df0e-63c1-524a-8550-42462406007c"},"resourceType":"DocumentReference"} +{"id":"5f05d884-02f1-53e3-9d75-20c6275f620c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00733/analysis/HG00733.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367857#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bedec67a-9982-58f2-a773-b3157966786b"},"resourceType":"DocumentReference"} +{"id":"0a38b091-e363-5ae7-8945-263be9e899c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00733/analysis/HG00733.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367857#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bedec67a-9982-58f2-a773-b3157966786b"},"resourceType":"DocumentReference"} +{"id":"65908590-50f7-5bfa-82bc-90bfdb6ed571","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00733/analysis/HG00733.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367857#sample/cram"}],"status":"current","subject":{"reference":"Patient/bedec67a-9982-58f2-a773-b3157966786b"},"resourceType":"DocumentReference"} +{"id":"9b1690e2-97e4-5281-811c-b8f16f8f6c65","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00735/analysis/HG00735.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367858#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/25cf9ab9-ed11-5835-864a-e9a94af34c4d"},"resourceType":"DocumentReference"} +{"id":"ac5e7824-986c-59f4-a4bc-5137a56e3f2b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00735/analysis/HG00735.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367858#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/25cf9ab9-ed11-5835-864a-e9a94af34c4d"},"resourceType":"DocumentReference"} +{"id":"ebdd61c0-e370-5f86-b917-970081560750","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00735/analysis/HG00735.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367858#sample/cram"}],"status":"current","subject":{"reference":"Patient/25cf9ab9-ed11-5835-864a-e9a94af34c4d"},"resourceType":"DocumentReference"} +{"id":"f44120d0-fcbd-53a6-80da-efd80066e73b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00738/analysis/HG00738.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367859#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/81a800c2-12ed-5a50-a1b2-2a0d6acd982b"},"resourceType":"DocumentReference"} +{"id":"b772abce-7459-5e5b-9c26-f8a0efc4fdfd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00738/analysis/HG00738.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367859#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/81a800c2-12ed-5a50-a1b2-2a0d6acd982b"},"resourceType":"DocumentReference"} +{"id":"fdcb2aad-6114-5d1a-bea5-88055c7f9553","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00738/analysis/HG00738.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367859#sample/cram"}],"status":"current","subject":{"reference":"Patient/81a800c2-12ed-5a50-a1b2-2a0d6acd982b"},"resourceType":"DocumentReference"} +{"id":"f94ac33f-422b-55e0-94eb-a1b1d54411c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00741/analysis/HG00741.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367860#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f2ece387-9089-5549-b8c2-c91efc6adf7f"},"resourceType":"DocumentReference"} +{"id":"7058ea8f-42d1-56a9-a367-7135e17fbc4a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG00741/analysis/HG00741.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367860#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f2ece387-9089-5549-b8c2-c91efc6adf7f"},"resourceType":"DocumentReference"} +{"id":"5e2485a7-55c5-54ae-97c7-b7ba523526f9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG00741/analysis/HG00741.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367860#sample/cram"}],"status":"current","subject":{"reference":"Patient/f2ece387-9089-5549-b8c2-c91efc6adf7f"},"resourceType":"DocumentReference"} +{"id":"f420c029-4c52-5f1c-b2b1-e0f0b3f45a3c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01050/analysis/HG01050.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367861#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f94275a5-33bc-5d35-aaee-8729d2658f79"},"resourceType":"DocumentReference"} +{"id":"0b9d7437-e093-573a-9719-a47204fd1188","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01050/analysis/HG01050.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367861#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f94275a5-33bc-5d35-aaee-8729d2658f79"},"resourceType":"DocumentReference"} +{"id":"b9e463f9-497f-5347-9840-5f783b6b4767","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01050/analysis/HG01050.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367861#sample/cram"}],"status":"current","subject":{"reference":"Patient/f94275a5-33bc-5d35-aaee-8729d2658f79"},"resourceType":"DocumentReference"} +{"id":"6f9164d9-764d-56e5-bba0-ba606c572081","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01053/analysis/HG01053.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367862#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5175c431-afa7-573a-8b5d-8953850edfab"},"resourceType":"DocumentReference"} +{"id":"e0b03ba7-c7c7-5f3e-8a6d-3aedc1dbe20e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01053/analysis/HG01053.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367862#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5175c431-afa7-573a-8b5d-8953850edfab"},"resourceType":"DocumentReference"} +{"id":"59520920-83dd-52ce-81f7-7c6a2d1919f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01053/analysis/HG01053.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367862#sample/cram"}],"status":"current","subject":{"reference":"Patient/5175c431-afa7-573a-8b5d-8953850edfab"},"resourceType":"DocumentReference"} +{"id":"32b80f5b-62b7-5699-99f5-4df240867b98","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01056/analysis/HG01056.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367863#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/71a3d379-77f1-509d-a2c2-c678e5b0468d"},"resourceType":"DocumentReference"} +{"id":"64856f85-cf23-5fe4-8980-14ad29311c74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01056/analysis/HG01056.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367863#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/71a3d379-77f1-509d-a2c2-c678e5b0468d"},"resourceType":"DocumentReference"} +{"id":"c9550776-5673-5213-a37c-2cd0c7365edc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01056/analysis/HG01056.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367863#sample/cram"}],"status":"current","subject":{"reference":"Patient/71a3d379-77f1-509d-a2c2-c678e5b0468d"},"resourceType":"DocumentReference"} +{"id":"02fd5f25-c32f-5a36-9788-21a9eac421aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01062/analysis/HG01062.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367864#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/93e353cd-4597-5a45-a0f6-541f58b9a0f4"},"resourceType":"DocumentReference"} +{"id":"f3c96c64-4bc1-5058-9ee6-e788ceafad2b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01062/analysis/HG01062.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367864#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/93e353cd-4597-5a45-a0f6-541f58b9a0f4"},"resourceType":"DocumentReference"} +{"id":"d84945a8-bdbf-5acb-9b59-255309d1edb3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01062/analysis/HG01062.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367864#sample/cram"}],"status":"current","subject":{"reference":"Patient/93e353cd-4597-5a45-a0f6-541f58b9a0f4"},"resourceType":"DocumentReference"} +{"id":"e1e46b32-f5d5-56c3-a355-c90fc6b3ddd8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01068/analysis/HG01068.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367865#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/37fdab0b-9624-5ab0-95ec-e906434142cb"},"resourceType":"DocumentReference"} +{"id":"cfd124ac-6518-503d-a307-a8d13c16df18","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01068/analysis/HG01068.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367865#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/37fdab0b-9624-5ab0-95ec-e906434142cb"},"resourceType":"DocumentReference"} +{"id":"39632c40-e10b-57c9-a386-e572b7ab1c50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01068/analysis/HG01068.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367865#sample/cram"}],"status":"current","subject":{"reference":"Patient/37fdab0b-9624-5ab0-95ec-e906434142cb"},"resourceType":"DocumentReference"} +{"id":"f8b36b18-8025-54f4-a42d-b2a118f5d55f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01071/analysis/HG01071.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367866#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c8a97a71-09f6-568e-a1e6-197132d1a4b7"},"resourceType":"DocumentReference"} +{"id":"f1121e3a-e74a-5c6e-8e37-f2c609d49aa9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01071/analysis/HG01071.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367866#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c8a97a71-09f6-568e-a1e6-197132d1a4b7"},"resourceType":"DocumentReference"} +{"id":"9ce3dad3-0015-5d98-bc9e-c067b73d56e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01071/analysis/HG01071.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367866#sample/cram"}],"status":"current","subject":{"reference":"Patient/c8a97a71-09f6-568e-a1e6-197132d1a4b7"},"resourceType":"DocumentReference"} +{"id":"3e627304-6fd6-502a-9f29-f20b0e934a8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01074/analysis/HG01074.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367867#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/046404ff-4402-581a-a1f3-7c6cd8372546"},"resourceType":"DocumentReference"} +{"id":"40f5059e-eb36-5e4d-95bd-8f4f7818d184","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01074/analysis/HG01074.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367867#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/046404ff-4402-581a-a1f3-7c6cd8372546"},"resourceType":"DocumentReference"} +{"id":"4faeadc6-ed48-5c4b-b0b0-837e1fa30cdb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01074/analysis/HG01074.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367867#sample/cram"}],"status":"current","subject":{"reference":"Patient/046404ff-4402-581a-a1f3-7c6cd8372546"},"resourceType":"DocumentReference"} +{"id":"996e38ad-7b24-52cf-8545-81fed4bbfbfb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01081/analysis/HG01081.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367868#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2093995b-e453-59ee-b0da-96bbfd99b045"},"resourceType":"DocumentReference"} +{"id":"75e66fa2-6d3e-5da8-a1de-8b77099e75d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01081/analysis/HG01081.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367868#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2093995b-e453-59ee-b0da-96bbfd99b045"},"resourceType":"DocumentReference"} +{"id":"ec6e480c-f705-5579-a8cc-f78ea6cd5518","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01081/analysis/HG01081.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367868#sample/cram"}],"status":"current","subject":{"reference":"Patient/2093995b-e453-59ee-b0da-96bbfd99b045"},"resourceType":"DocumentReference"} +{"id":"9482b563-af64-55d5-aeca-d564fa44225b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01084/analysis/HG01084.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367869#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/262cb594-4d3b-5e8b-82ca-9962835653bc"},"resourceType":"DocumentReference"} +{"id":"fec7f69a-2c57-555d-9992-6c6caf22c4ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01084/analysis/HG01084.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367869#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/262cb594-4d3b-5e8b-82ca-9962835653bc"},"resourceType":"DocumentReference"} +{"id":"3b7b0f11-2759-5004-b663-767120cbaa88","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01084/analysis/HG01084.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367869#sample/cram"}],"status":"current","subject":{"reference":"Patient/262cb594-4d3b-5e8b-82ca-9962835653bc"},"resourceType":"DocumentReference"} +{"id":"7fafa8a9-bb51-54fe-8d10-bcf48af242bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01087/analysis/HG01087.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367870#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a254ea02-2745-5038-b23f-22d377f14bb7"},"resourceType":"DocumentReference"} +{"id":"2c27c520-3068-5321-8627-b2d720dfa1aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01087/analysis/HG01087.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367870#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a254ea02-2745-5038-b23f-22d377f14bb7"},"resourceType":"DocumentReference"} +{"id":"38a65cc3-0a19-51c9-8a55-2ffe27a73588","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01087/analysis/HG01087.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367870#sample/cram"}],"status":"current","subject":{"reference":"Patient/a254ea02-2745-5038-b23f-22d377f14bb7"},"resourceType":"DocumentReference"} +{"id":"aba11e2e-3aeb-527c-8611-68077bb74ce7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01096/analysis/HG01096.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367871#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c10b96d0-cfef-5b38-945e-ab35ccd95c6e"},"resourceType":"DocumentReference"} +{"id":"5c24f5ec-97b3-5699-a5e5-8c2c41830737","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01096/analysis/HG01096.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367871#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c10b96d0-cfef-5b38-945e-ab35ccd95c6e"},"resourceType":"DocumentReference"} +{"id":"381c0a4d-30bb-5911-96e8-ad23f0c0c27f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01096/analysis/HG01096.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367871#sample/cram"}],"status":"current","subject":{"reference":"Patient/c10b96d0-cfef-5b38-945e-ab35ccd95c6e"},"resourceType":"DocumentReference"} +{"id":"841d2892-957b-5147-a368-873b5f0c122f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01099/analysis/HG01099.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367872#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/908375df-ccf3-5ee4-bead-69973068a097"},"resourceType":"DocumentReference"} +{"id":"14076ed9-6e89-5c6f-bd79-445e50ea2ec3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01099/analysis/HG01099.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367872#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/908375df-ccf3-5ee4-bead-69973068a097"},"resourceType":"DocumentReference"} +{"id":"ac1f6935-e4bf-5948-8b68-399636cfb5f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01099/analysis/HG01099.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367872#sample/cram"}],"status":"current","subject":{"reference":"Patient/908375df-ccf3-5ee4-bead-69973068a097"},"resourceType":"DocumentReference"} +{"id":"f37e99d7-db37-5706-9556-3d8b99790d38","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01100/analysis/HG01100.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367873#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3b697ac5-1a1b-5ed4-b6dd-23a6ede71608"},"resourceType":"DocumentReference"} +{"id":"d106bece-5bfc-50d8-a7cf-abd5b26ff601","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01100/analysis/HG01100.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367873#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3b697ac5-1a1b-5ed4-b6dd-23a6ede71608"},"resourceType":"DocumentReference"} +{"id":"e84fcc67-819b-53c7-92ae-94e3f31cedf7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01100/analysis/HG01100.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367873#sample/cram"}],"status":"current","subject":{"reference":"Patient/3b697ac5-1a1b-5ed4-b6dd-23a6ede71608"},"resourceType":"DocumentReference"} +{"id":"3e993fb6-cc20-5c6c-8b03-9e369375907a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01103/analysis/HG01103.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367874#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/93a095eb-6179-5612-bbc4-33be23b121c1"},"resourceType":"DocumentReference"} +{"id":"08ba811c-39bf-5154-904c-b73d4e0b0ec7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01103/analysis/HG01103.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367874#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/93a095eb-6179-5612-bbc4-33be23b121c1"},"resourceType":"DocumentReference"} +{"id":"468e2a40-bd1f-50f0-99c5-f1199cde750a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01103/analysis/HG01103.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367874#sample/cram"}],"status":"current","subject":{"reference":"Patient/93a095eb-6179-5612-bbc4-33be23b121c1"},"resourceType":"DocumentReference"} +{"id":"34731918-8588-56d9-bd5d-e9966f48dfff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01106/analysis/HG01106.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367875#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e8afd558-9b34-567a-b106-046ecb854327"},"resourceType":"DocumentReference"} +{"id":"95117d79-d747-5be8-9b48-54f5b8b18c4d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01106/analysis/HG01106.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367875#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e8afd558-9b34-567a-b106-046ecb854327"},"resourceType":"DocumentReference"} +{"id":"708545b8-9a5e-58ad-be5e-042b661762ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01106/analysis/HG01106.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367875#sample/cram"}],"status":"current","subject":{"reference":"Patient/e8afd558-9b34-567a-b106-046ecb854327"},"resourceType":"DocumentReference"} +{"id":"254aa72f-b168-5cc7-a085-361fec1603c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01109/analysis/HG01109.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367876#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/89ee4f17-f293-5b80-b2e5-2a2c5be96300"},"resourceType":"DocumentReference"} +{"id":"2664b214-966e-5de0-9963-e2306e11ee28","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01109/analysis/HG01109.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367876#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/89ee4f17-f293-5b80-b2e5-2a2c5be96300"},"resourceType":"DocumentReference"} +{"id":"862921c0-fd20-57fb-8b2d-617569f335f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01109/analysis/HG01109.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367876#sample/cram"}],"status":"current","subject":{"reference":"Patient/89ee4f17-f293-5b80-b2e5-2a2c5be96300"},"resourceType":"DocumentReference"} +{"id":"6625b760-6d89-5368-b871-c9246266fdf4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01114/analysis/HG01114.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367877#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/016e9af1-ba1d-5116-bda1-8900518cb50b"},"resourceType":"DocumentReference"} +{"id":"cec2fce1-df5d-568a-8111-16bbd842526f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01114/analysis/HG01114.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367877#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/016e9af1-ba1d-5116-bda1-8900518cb50b"},"resourceType":"DocumentReference"} +{"id":"a648d578-3f1c-5da2-9636-b87040846b42","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01114/analysis/HG01114.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367877#sample/cram"}],"status":"current","subject":{"reference":"Patient/016e9af1-ba1d-5116-bda1-8900518cb50b"},"resourceType":"DocumentReference"} +{"id":"4f832652-5c9b-532e-b3aa-c9b775097902","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01126/analysis/HG01126.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367878#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0f31fb07-2d5f-5119-a72b-57a5ca091ca8"},"resourceType":"DocumentReference"} +{"id":"89c193dc-9b4f-5257-85c4-cabe2a4cc8eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01126/analysis/HG01126.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367878#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0f31fb07-2d5f-5119-a72b-57a5ca091ca8"},"resourceType":"DocumentReference"} +{"id":"d49b5556-803c-5f2a-acb7-b243dedfa269","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01126/analysis/HG01126.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367878#sample/cram"}],"status":"current","subject":{"reference":"Patient/0f31fb07-2d5f-5119-a72b-57a5ca091ca8"},"resourceType":"DocumentReference"} +{"id":"0e56bf91-4c99-542a-b4a4-b2c3f38e7c5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01135/analysis/HG01135.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367879#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7f2f97c5-ebb1-5d87-aedf-07ac0bbf29a7"},"resourceType":"DocumentReference"} +{"id":"879a1754-9ab3-5bff-be9a-cf05698d2c4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01135/analysis/HG01135.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367879#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7f2f97c5-ebb1-5d87-aedf-07ac0bbf29a7"},"resourceType":"DocumentReference"} +{"id":"4b2bd5a9-20d7-59de-a750-86d61ee47378","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01135/analysis/HG01135.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367879#sample/cram"}],"status":"current","subject":{"reference":"Patient/7f2f97c5-ebb1-5d87-aedf-07ac0bbf29a7"},"resourceType":"DocumentReference"} +{"id":"cbaeee48-a68b-5bd8-8f55-be9a5ef34a7b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01138/analysis/HG01138.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367880#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/096cf846-91ce-5b63-827a-b10294015d60"},"resourceType":"DocumentReference"} +{"id":"cb383fb6-0327-56c0-bb37-50cffa9be536","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01138/analysis/HG01138.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367880#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/096cf846-91ce-5b63-827a-b10294015d60"},"resourceType":"DocumentReference"} +{"id":"30c52a91-c50a-5378-9cce-256d558d12ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01138/analysis/HG01138.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367880#sample/cram"}],"status":"current","subject":{"reference":"Patient/096cf846-91ce-5b63-827a-b10294015d60"},"resourceType":"DocumentReference"} +{"id":"1085b1e4-c2c2-5774-bdf0-8ec1d79daee5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01141/analysis/HG01141.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367881#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7bb1fce2-fe4f-5fe5-8cbe-ed730cc29b6a"},"resourceType":"DocumentReference"} +{"id":"a5b1c071-4cfb-5dee-b850-edfcb73d1351","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01141/analysis/HG01141.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367881#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7bb1fce2-fe4f-5fe5-8cbe-ed730cc29b6a"},"resourceType":"DocumentReference"} +{"id":"1fcc43e5-2cea-56a7-8926-06411184b32e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01141/analysis/HG01141.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367881#sample/cram"}],"status":"current","subject":{"reference":"Patient/7bb1fce2-fe4f-5fe5-8cbe-ed730cc29b6a"},"resourceType":"DocumentReference"} +{"id":"4fa457f6-9f79-5ad4-8746-622dcc74d0d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01150/analysis/HG01150.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367882#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f17a15d4-aee1-5d66-b721-46df5334e2af"},"resourceType":"DocumentReference"} +{"id":"b1edb82c-a0a5-5873-9ae6-aff0e4c94a49","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01150/analysis/HG01150.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367882#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f17a15d4-aee1-5d66-b721-46df5334e2af"},"resourceType":"DocumentReference"} +{"id":"9077efc3-b17b-55e5-833a-b45f90abf6d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01150/analysis/HG01150.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367882#sample/cram"}],"status":"current","subject":{"reference":"Patient/f17a15d4-aee1-5d66-b721-46df5334e2af"},"resourceType":"DocumentReference"} +{"id":"34c47ee7-acc6-5d93-889b-e5adff0f47d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01169/analysis/HG01169.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367883#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5f458406-f0bc-506b-a963-5aed41efcdc1"},"resourceType":"DocumentReference"} +{"id":"28646488-ddff-5aad-8768-4c443941b308","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01169/analysis/HG01169.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367883#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5f458406-f0bc-506b-a963-5aed41efcdc1"},"resourceType":"DocumentReference"} +{"id":"433cf6e2-b78a-5209-9032-6b0512ecb5f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01169/analysis/HG01169.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367883#sample/cram"}],"status":"current","subject":{"reference":"Patient/5f458406-f0bc-506b-a963-5aed41efcdc1"},"resourceType":"DocumentReference"} +{"id":"46d1f7e6-9719-5b86-872e-cf38ca2c4823","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01172/analysis/HG01172.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367884#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8fe50e38-8b6b-5e54-866c-547473c44577"},"resourceType":"DocumentReference"} +{"id":"8fe8ae4a-dee9-58a1-964d-4cd3bdd1f24d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01172/analysis/HG01172.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367884#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8fe50e38-8b6b-5e54-866c-547473c44577"},"resourceType":"DocumentReference"} +{"id":"f713c3b5-9435-588d-99b0-d498ded9b1a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01172/analysis/HG01172.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367884#sample/cram"}],"status":"current","subject":{"reference":"Patient/8fe50e38-8b6b-5e54-866c-547473c44577"},"resourceType":"DocumentReference"} +{"id":"dae2a94e-c4fe-5be9-8d86-c7a78055e5b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01175/analysis/HG01175.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367885#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/40d5d0d1-2a49-5024-ada7-dbcc60706784"},"resourceType":"DocumentReference"} +{"id":"8fa42ed9-bf17-5ba1-afde-6ed723fa0ae7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01175/analysis/HG01175.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367885#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/40d5d0d1-2a49-5024-ada7-dbcc60706784"},"resourceType":"DocumentReference"} +{"id":"c8385a74-0b93-5318-bfb2-8ece2dfa8adc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01175/analysis/HG01175.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367885#sample/cram"}],"status":"current","subject":{"reference":"Patient/40d5d0d1-2a49-5024-ada7-dbcc60706784"},"resourceType":"DocumentReference"} +{"id":"bc1cf7f9-bbc9-522e-8041-e0c080143be1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01178/analysis/HG01178.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367886#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/91eb3098-f016-58ac-8f82-bdf59a8eaab3"},"resourceType":"DocumentReference"} +{"id":"7c3c4db5-da89-5dcf-833f-a02c7a43abde","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01178/analysis/HG01178.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367886#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/91eb3098-f016-58ac-8f82-bdf59a8eaab3"},"resourceType":"DocumentReference"} +{"id":"2c0d42c8-6352-54ab-b3cc-6c5a7865224d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01178/analysis/HG01178.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367886#sample/cram"}],"status":"current","subject":{"reference":"Patient/91eb3098-f016-58ac-8f82-bdf59a8eaab3"},"resourceType":"DocumentReference"} +{"id":"c4ebeee9-8c25-586f-85a8-c4d491bef70d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01184/analysis/HG01184.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367887#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e81b07fc-09c1-59b0-bc0c-a88442c39f7d"},"resourceType":"DocumentReference"} +{"id":"a5e89128-063f-54fd-bbb6-b1e63d0bb645","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01184/analysis/HG01184.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367887#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e81b07fc-09c1-59b0-bc0c-a88442c39f7d"},"resourceType":"DocumentReference"} +{"id":"b6e7758a-b09e-5c56-b01c-2975206492db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01184/analysis/HG01184.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367887#sample/cram"}],"status":"current","subject":{"reference":"Patient/e81b07fc-09c1-59b0-bc0c-a88442c39f7d"},"resourceType":"DocumentReference"} +{"id":"1f77f43e-189b-5246-a776-e752fee0de34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01189/analysis/HG01189.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367888#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dcf8e0fd-b345-5953-a17f-606eb0a96240"},"resourceType":"DocumentReference"} +{"id":"b3403956-e4b0-582c-b616-7a7f5422e76b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01189/analysis/HG01189.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367888#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dcf8e0fd-b345-5953-a17f-606eb0a96240"},"resourceType":"DocumentReference"} +{"id":"fd2cf531-e220-52ee-b15f-ec5211e76345","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01189/analysis/HG01189.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367888#sample/cram"}],"status":"current","subject":{"reference":"Patient/dcf8e0fd-b345-5953-a17f-606eb0a96240"},"resourceType":"DocumentReference"} +{"id":"aba51443-ca0a-5024-8d34-222aaf0f2084","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01192/analysis/HG01192.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367889#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/55f80ad1-bfbb-53f3-9723-73e7cf395ce8"},"resourceType":"DocumentReference"} +{"id":"eb7fc70d-79bf-5895-a50f-e0341ebfab4e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01192/analysis/HG01192.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367889#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/55f80ad1-bfbb-53f3-9723-73e7cf395ce8"},"resourceType":"DocumentReference"} +{"id":"6c49eb36-4f94-53d3-be40-e1a98b9222b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01192/analysis/HG01192.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367889#sample/cram"}],"status":"current","subject":{"reference":"Patient/55f80ad1-bfbb-53f3-9723-73e7cf395ce8"},"resourceType":"DocumentReference"} +{"id":"7baf0bb4-aa16-5d45-a7b4-f96420ff761f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01199/analysis/HG01199.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367890#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b611af95-3653-5335-ad41-c570920a4f90"},"resourceType":"DocumentReference"} +{"id":"628d9bb5-6ff9-5a62-a2c1-dd53be62f081","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01199/analysis/HG01199.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367890#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b611af95-3653-5335-ad41-c570920a4f90"},"resourceType":"DocumentReference"} +{"id":"45bab042-5e35-5ed0-a922-7d851d9ace23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01199/analysis/HG01199.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367890#sample/cram"}],"status":"current","subject":{"reference":"Patient/b611af95-3653-5335-ad41-c570920a4f90"},"resourceType":"DocumentReference"} +{"id":"8dd7e227-2d67-5907-95d3-3156f1c66069","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01206/analysis/HG01206.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367891#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5ab4e85b-782a-5499-b9f7-cd9cae7f8c18"},"resourceType":"DocumentReference"} +{"id":"8ad18c93-45dd-5fae-840a-20403e8bf68a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01206/analysis/HG01206.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367891#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5ab4e85b-782a-5499-b9f7-cd9cae7f8c18"},"resourceType":"DocumentReference"} +{"id":"995657bf-1a6e-53f0-b5b5-7c11da0d0f9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01206/analysis/HG01206.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367891#sample/cram"}],"status":"current","subject":{"reference":"Patient/5ab4e85b-782a-5499-b9f7-cd9cae7f8c18"},"resourceType":"DocumentReference"} +{"id":"6139577d-3389-5597-9776-c7d14d2c098a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01243/analysis/HG01243.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367892#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c27f754a-9521-5207-9203-4a628897dd41"},"resourceType":"DocumentReference"} +{"id":"9f89fa5f-9a11-58a1-a251-1c8bb6fb16ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01243/analysis/HG01243.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367892#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c27f754a-9521-5207-9203-4a628897dd41"},"resourceType":"DocumentReference"} +{"id":"5f22a6b3-38e0-52d3-a461-cadb01f8dd72","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01243/analysis/HG01243.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367892#sample/cram"}],"status":"current","subject":{"reference":"Patient/c27f754a-9521-5207-9203-4a628897dd41"},"resourceType":"DocumentReference"} +{"id":"cd4ae4f3-3751-513d-abaf-5fc2092615ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01249/analysis/HG01249.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367893#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ec2b359d-6520-5004-9dd4-f87fde1a2ba6"},"resourceType":"DocumentReference"} +{"id":"1009831f-d1a2-5b1c-b6cb-6d3fff416b34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01249/analysis/HG01249.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367893#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ec2b359d-6520-5004-9dd4-f87fde1a2ba6"},"resourceType":"DocumentReference"} +{"id":"f415ecea-385c-5ada-a77f-3060106c5908","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01249/analysis/HG01249.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367893#sample/cram"}],"status":"current","subject":{"reference":"Patient/ec2b359d-6520-5004-9dd4-f87fde1a2ba6"},"resourceType":"DocumentReference"} +{"id":"c10a98e6-6152-5c97-91b6-c40605fa32a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01252/analysis/HG01252.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367894#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/251c3a64-7487-5849-8f67-e8b91b24dde9"},"resourceType":"DocumentReference"} +{"id":"aebb39dd-9c83-52f5-b56d-68a6f203ccb2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01252/analysis/HG01252.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367894#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/251c3a64-7487-5849-8f67-e8b91b24dde9"},"resourceType":"DocumentReference"} +{"id":"d3aeecec-f590-55b0-bef4-8979c6da8292","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01252/analysis/HG01252.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367894#sample/cram"}],"status":"current","subject":{"reference":"Patient/251c3a64-7487-5849-8f67-e8b91b24dde9"},"resourceType":"DocumentReference"} +{"id":"0a3449f9-354f-5751-8ac6-2b3c85598469","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01255/analysis/HG01255.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367895#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4ff946c3-bfdc-5724-8dab-302331dd4d81"},"resourceType":"DocumentReference"} +{"id":"50a05fb7-de81-53a1-837e-e8de9a7d7db4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01255/analysis/HG01255.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367895#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4ff946c3-bfdc-5724-8dab-302331dd4d81"},"resourceType":"DocumentReference"} +{"id":"93e6bcff-0364-5039-b4f3-3ba30ca12e53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01255/analysis/HG01255.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367895#sample/cram"}],"status":"current","subject":{"reference":"Patient/4ff946c3-bfdc-5724-8dab-302331dd4d81"},"resourceType":"DocumentReference"} +{"id":"10f83dbf-8289-58a6-bf31-d4e06ebf2e72","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01258/analysis/HG01258.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367896#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8fdca497-9469-504c-84b2-3a255e651cab"},"resourceType":"DocumentReference"} +{"id":"0e62a60c-513a-5bc3-aa8c-8762a7f65a94","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01258/analysis/HG01258.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367896#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8fdca497-9469-504c-84b2-3a255e651cab"},"resourceType":"DocumentReference"} +{"id":"72026541-7ded-5c91-ab58-f2d0346d88d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01258/analysis/HG01258.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367896#sample/cram"}],"status":"current","subject":{"reference":"Patient/8fdca497-9469-504c-84b2-3a255e651cab"},"resourceType":"DocumentReference"} +{"id":"1c786720-dcd8-5f0b-b0f6-cf7a1c9b2581","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01261/analysis/HG01261.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367897#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c616b02b-f9ae-55b6-a12d-6ed5cc5f8fd6"},"resourceType":"DocumentReference"} +{"id":"41ae3ca0-a68d-5f61-9e29-ac7d79673cf4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01261/analysis/HG01261.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367897#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c616b02b-f9ae-55b6-a12d-6ed5cc5f8fd6"},"resourceType":"DocumentReference"} +{"id":"82913a77-3ec9-5fe1-890d-3b7a827c59c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01261/analysis/HG01261.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367897#sample/cram"}],"status":"current","subject":{"reference":"Patient/c616b02b-f9ae-55b6-a12d-6ed5cc5f8fd6"},"resourceType":"DocumentReference"} +{"id":"9d46d887-5c61-5a2a-8bf3-7ba53344eb7d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01273/analysis/HG01273.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367898#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e61730f5-2583-55e4-86a3-507b4d9d6317"},"resourceType":"DocumentReference"} +{"id":"03b60423-21df-5fd5-9dde-358388d65769","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01273/analysis/HG01273.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367898#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e61730f5-2583-55e4-86a3-507b4d9d6317"},"resourceType":"DocumentReference"} +{"id":"1c40656e-a90e-5710-bd40-8c3cbcbbd84d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01273/analysis/HG01273.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367898#sample/cram"}],"status":"current","subject":{"reference":"Patient/e61730f5-2583-55e4-86a3-507b4d9d6317"},"resourceType":"DocumentReference"} +{"id":"e24e5e42-06a2-5fef-82ea-3712b234f80e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01274/analysis/HG01274.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367899#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/de39e8b6-6d87-52b0-a577-9c3e3275ddfb"},"resourceType":"DocumentReference"} +{"id":"b61a54de-b725-54cd-a779-edce0fcba94c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01274/analysis/HG01274.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367899#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/de39e8b6-6d87-52b0-a577-9c3e3275ddfb"},"resourceType":"DocumentReference"} +{"id":"f6e0d56e-01f8-5d90-95d6-cbba10e51fdf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01274/analysis/HG01274.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367899#sample/cram"}],"status":"current","subject":{"reference":"Patient/de39e8b6-6d87-52b0-a577-9c3e3275ddfb"},"resourceType":"DocumentReference"} +{"id":"29bcd590-a1a8-5f67-a872-12c60a42acd9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01276/analysis/HG01276.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367900#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/044a78f6-673c-5819-bc4e-f0252e813879"},"resourceType":"DocumentReference"} +{"id":"2f5a2d13-4081-5283-b38e-87e61a1247e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01276/analysis/HG01276.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367900#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/044a78f6-673c-5819-bc4e-f0252e813879"},"resourceType":"DocumentReference"} +{"id":"a6126d9c-2c4e-5f2b-8a4d-08622144f34c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01276/analysis/HG01276.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367900#sample/cram"}],"status":"current","subject":{"reference":"Patient/044a78f6-673c-5819-bc4e-f0252e813879"},"resourceType":"DocumentReference"} +{"id":"87c38d78-1d3a-5f47-89cb-3c289784da87","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01278/analysis/HG01278.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367901#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0c4e1423-4658-5a06-a305-cd0f42360de9"},"resourceType":"DocumentReference"} +{"id":"224b9684-4ab9-5bf8-a69d-acba1923096a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01278/analysis/HG01278.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367901#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0c4e1423-4658-5a06-a305-cd0f42360de9"},"resourceType":"DocumentReference"} +{"id":"029bfc1f-0dc8-5355-9cf0-f1dbd825f7e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01278/analysis/HG01278.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367901#sample/cram"}],"status":"current","subject":{"reference":"Patient/0c4e1423-4658-5a06-a305-cd0f42360de9"},"resourceType":"DocumentReference"} +{"id":"22542bd4-89de-56a3-8e9e-59946d0edc5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01279/analysis/HG01279.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367902#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a1656617-aeeb-5e72-9953-e5c5e162c4d7"},"resourceType":"DocumentReference"} +{"id":"47aa6ee2-5ba8-524f-a9b9-b902eb867e06","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01279/analysis/HG01279.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367902#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a1656617-aeeb-5e72-9953-e5c5e162c4d7"},"resourceType":"DocumentReference"} +{"id":"dfcef4d5-22aa-50da-aa10-45d79d00bb16","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01279/analysis/HG01279.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367902#sample/cram"}],"status":"current","subject":{"reference":"Patient/a1656617-aeeb-5e72-9953-e5c5e162c4d7"},"resourceType":"DocumentReference"} +{"id":"6524c5bf-57a3-571f-b335-5c5146238424","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01343/analysis/HG01343.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367903#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/04dbec39-b41a-572b-85d0-ba53e4fe5039"},"resourceType":"DocumentReference"} +{"id":"47dfd970-4881-5e60-b958-66711082aa4d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01343/analysis/HG01343.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367903#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/04dbec39-b41a-572b-85d0-ba53e4fe5039"},"resourceType":"DocumentReference"} +{"id":"728dad25-defc-5a1d-b34c-eb03b589f4cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01343/analysis/HG01343.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367903#sample/cram"}],"status":"current","subject":{"reference":"Patient/04dbec39-b41a-572b-85d0-ba53e4fe5039"},"resourceType":"DocumentReference"} +{"id":"4d74ead2-6bfb-541b-a245-d16e6f7d03aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01346/analysis/HG01346.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367904#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5648ed97-841a-5f65-b7db-af832e3d2022"},"resourceType":"DocumentReference"} +{"id":"d33010ad-07a5-58b8-8ad9-ff49eb1a04c2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01346/analysis/HG01346.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367904#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5648ed97-841a-5f65-b7db-af832e3d2022"},"resourceType":"DocumentReference"} +{"id":"4e4ed2ea-b5fb-53dc-8a6c-127baedda9c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01346/analysis/HG01346.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367904#sample/cram"}],"status":"current","subject":{"reference":"Patient/5648ed97-841a-5f65-b7db-af832e3d2022"},"resourceType":"DocumentReference"} +{"id":"8144fea6-48dd-5818-b82a-be58ce7610ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01347/analysis/HG01347.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367905#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e773ff6a-b2ba-5654-897c-a98634e428a5"},"resourceType":"DocumentReference"} +{"id":"09932f3a-c955-55bc-a241-21f392fbf87a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01347/analysis/HG01347.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367905#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e773ff6a-b2ba-5654-897c-a98634e428a5"},"resourceType":"DocumentReference"} +{"id":"34fdd0fb-fc97-51b7-bb31-965885d76a93","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01347/analysis/HG01347.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367905#sample/cram"}],"status":"current","subject":{"reference":"Patient/e773ff6a-b2ba-5654-897c-a98634e428a5"},"resourceType":"DocumentReference"} +{"id":"12d33876-887b-58a5-bd95-8179f13f4c55","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01349/analysis/HG01349.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367906#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/299e0e7e-d13a-59bc-a3d4-27483aeeaf03"},"resourceType":"DocumentReference"} +{"id":"f55259dc-0430-5576-ba0a-1fe61b77e812","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01349/analysis/HG01349.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367906#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/299e0e7e-d13a-59bc-a3d4-27483aeeaf03"},"resourceType":"DocumentReference"} +{"id":"f544209d-53b1-59e5-8864-5a36d7d8345e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01349/analysis/HG01349.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367906#sample/cram"}],"status":"current","subject":{"reference":"Patient/299e0e7e-d13a-59bc-a3d4-27483aeeaf03"},"resourceType":"DocumentReference"} +{"id":"c9b2d484-7991-5abb-8280-a6c87860d326","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01352/analysis/HG01352.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367907#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/105c6cfd-55c2-5523-a296-c639093edc7d"},"resourceType":"DocumentReference"} +{"id":"495beb0c-dafc-5f65-9969-2df730e6d49a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01352/analysis/HG01352.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367907#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/105c6cfd-55c2-5523-a296-c639093edc7d"},"resourceType":"DocumentReference"} +{"id":"3672df95-e26d-5df8-ac3c-c8eda4bac54f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01352/analysis/HG01352.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367907#sample/cram"}],"status":"current","subject":{"reference":"Patient/105c6cfd-55c2-5523-a296-c639093edc7d"},"resourceType":"DocumentReference"} +{"id":"5d231b11-5b13-593d-97c7-56e9c1921786","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01355/analysis/HG01355.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367908#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/604d1b2b-82d9-534b-981b-08b0c9db7603"},"resourceType":"DocumentReference"} +{"id":"208021fe-84f9-5c81-9423-3e118f18c30d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01355/analysis/HG01355.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367908#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/604d1b2b-82d9-534b-981b-08b0c9db7603"},"resourceType":"DocumentReference"} +{"id":"13eac056-f097-5ba7-9d41-addf0301978d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01355/analysis/HG01355.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367908#sample/cram"}],"status":"current","subject":{"reference":"Patient/604d1b2b-82d9-534b-981b-08b0c9db7603"},"resourceType":"DocumentReference"} +{"id":"4cd11c33-c439-59f3-ae57-d0eeb51f19a2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01358/analysis/HG01358.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367909#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/971f2cee-57e0-5fca-a25f-c658b4caadae"},"resourceType":"DocumentReference"} +{"id":"7b275a20-e806-57cb-8b44-35160543803e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01358/analysis/HG01358.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367909#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/971f2cee-57e0-5fca-a25f-c658b4caadae"},"resourceType":"DocumentReference"} +{"id":"cc66cbef-73e7-5b65-b04d-a10eacf59372","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01358/analysis/HG01358.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367909#sample/cram"}],"status":"current","subject":{"reference":"Patient/971f2cee-57e0-5fca-a25f-c658b4caadae"},"resourceType":"DocumentReference"} +{"id":"0f25c41c-466b-56f6-9699-c02e4ed9ed56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01361/analysis/HG01361.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367910#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/32fff55d-bea4-501d-bfdf-7e686143e580"},"resourceType":"DocumentReference"} +{"id":"0e25c67e-6829-577d-8095-cab9e6e11c3f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01361/analysis/HG01361.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367910#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/32fff55d-bea4-501d-bfdf-7e686143e580"},"resourceType":"DocumentReference"} +{"id":"20cb5241-a682-5436-a0c5-03fab48c36c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01361/analysis/HG01361.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367910#sample/cram"}],"status":"current","subject":{"reference":"Patient/32fff55d-bea4-501d-bfdf-7e686143e580"},"resourceType":"DocumentReference"} +{"id":"80fd256b-27db-5197-aa21-a952cb1f596e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01367/analysis/HG01367.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367911#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e9d9fe25-fe01-5428-a62e-1a39d779c838"},"resourceType":"DocumentReference"} +{"id":"f5bcb4a6-534f-59f8-80d3-5cafea08fc13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01367/analysis/HG01367.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367911#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e9d9fe25-fe01-5428-a62e-1a39d779c838"},"resourceType":"DocumentReference"} +{"id":"381d49d2-63af-5db0-aff3-206f75d4d939","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01367/analysis/HG01367.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367911#sample/cram"}],"status":"current","subject":{"reference":"Patient/e9d9fe25-fe01-5428-a62e-1a39d779c838"},"resourceType":"DocumentReference"} +{"id":"06738a24-fe8e-5965-a8d3-1ddd4c9e79a2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01376/analysis/HG01376.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367912#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/79a99c9f-265a-5527-81b4-1f8774e009a2"},"resourceType":"DocumentReference"} +{"id":"dc174f64-4964-5e5b-b9b5-29d3bacac3d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01376/analysis/HG01376.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367912#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/79a99c9f-265a-5527-81b4-1f8774e009a2"},"resourceType":"DocumentReference"} +{"id":"ffbaac09-469b-5b42-9f71-646cbffb8466","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01376/analysis/HG01376.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367912#sample/cram"}],"status":"current","subject":{"reference":"Patient/79a99c9f-265a-5527-81b4-1f8774e009a2"},"resourceType":"DocumentReference"} +{"id":"cbb9f57d-ef65-524e-a9c3-a02a4de2843b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01379/analysis/HG01379.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367913#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5b0562d5-61d5-5b2c-ab61-dd9619e5da4f"},"resourceType":"DocumentReference"} +{"id":"63b92e89-587a-5de0-b738-4523c4eab70e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01379/analysis/HG01379.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367913#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5b0562d5-61d5-5b2c-ab61-dd9619e5da4f"},"resourceType":"DocumentReference"} +{"id":"e7e067a9-5bb7-5260-aaca-6888cc17738b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01379/analysis/HG01379.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367913#sample/cram"}],"status":"current","subject":{"reference":"Patient/5b0562d5-61d5-5b2c-ab61-dd9619e5da4f"},"resourceType":"DocumentReference"} +{"id":"2827bb03-db8e-58eb-a803-b4bbc1f35039","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01385/analysis/HG01385.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367914#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bda22dd5-7b5d-5014-bece-bd9f0d7d7ec5"},"resourceType":"DocumentReference"} +{"id":"a918bce3-aea0-54d1-a7b9-8733e61960a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01385/analysis/HG01385.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367914#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bda22dd5-7b5d-5014-bece-bd9f0d7d7ec5"},"resourceType":"DocumentReference"} +{"id":"917c0132-0cf6-5650-8b09-ffee339d299f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01385/analysis/HG01385.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367914#sample/cram"}],"status":"current","subject":{"reference":"Patient/bda22dd5-7b5d-5014-bece-bd9f0d7d7ec5"},"resourceType":"DocumentReference"} +{"id":"c6705740-1806-5a36-b86c-c7255d4d51d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01391/analysis/HG01391.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367915#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/576781d9-6ebd-5acb-bab0-ccf35a8a00e7"},"resourceType":"DocumentReference"} +{"id":"863ffcb4-e659-5768-a9a4-93ac86bccb50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01391/analysis/HG01391.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367915#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/576781d9-6ebd-5acb-bab0-ccf35a8a00e7"},"resourceType":"DocumentReference"} +{"id":"02728537-dc66-508e-ab1f-e6ad3721fb17","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01391/analysis/HG01391.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367915#sample/cram"}],"status":"current","subject":{"reference":"Patient/576781d9-6ebd-5acb-bab0-ccf35a8a00e7"},"resourceType":"DocumentReference"} +{"id":"1e1e43ce-eda4-56da-9da6-7f29b5b82604","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01433/analysis/HG01433.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367916#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8fe7ba58-96d2-5609-8329-bd9d12d4617a"},"resourceType":"DocumentReference"} +{"id":"89ad5799-47a5-5a7b-a11d-a1f00a2d2281","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01433/analysis/HG01433.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367916#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8fe7ba58-96d2-5609-8329-bd9d12d4617a"},"resourceType":"DocumentReference"} +{"id":"1c7c5598-75ae-59cb-aa13-4ac8bb298747","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01433/analysis/HG01433.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367916#sample/cram"}],"status":"current","subject":{"reference":"Patient/8fe7ba58-96d2-5609-8329-bd9d12d4617a"},"resourceType":"DocumentReference"} +{"id":"ed741e25-e078-5ab4-b407-8029bc61a051","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01439/analysis/HG01439.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367917#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/72794aeb-e5a1-57b2-afd1-6b17dd286a30"},"resourceType":"DocumentReference"} +{"id":"01db0c47-b6b0-5c82-a9f4-a7cce9d4f75d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01439/analysis/HG01439.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367917#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/72794aeb-e5a1-57b2-afd1-6b17dd286a30"},"resourceType":"DocumentReference"} +{"id":"99c9dd74-7fdd-56cc-8645-2be0afed0c91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01439/analysis/HG01439.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367917#sample/cram"}],"status":"current","subject":{"reference":"Patient/72794aeb-e5a1-57b2-afd1-6b17dd286a30"},"resourceType":"DocumentReference"} +{"id":"0f1e22c8-a4ac-5d5d-b0ff-1f58dbda16b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01457/analysis/HG01457.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367918#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ee93910c-2da4-571c-8975-539ce6e5af1b"},"resourceType":"DocumentReference"} +{"id":"858cc4f7-438c-5612-a874-b6d038fb8d75","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01457/analysis/HG01457.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367918#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ee93910c-2da4-571c-8975-539ce6e5af1b"},"resourceType":"DocumentReference"} +{"id":"3486997d-0990-5075-9f4f-bc0f25d00c20","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01457/analysis/HG01457.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367918#sample/cram"}],"status":"current","subject":{"reference":"Patient/ee93910c-2da4-571c-8975-539ce6e5af1b"},"resourceType":"DocumentReference"} +{"id":"51a4df64-c900-5846-b760-f91256b33fcb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01463/analysis/HG01463.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367919#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3f7e7f6d-250f-5163-8e10-f37950c21265"},"resourceType":"DocumentReference"} +{"id":"20f4e124-38d3-5f67-a01d-85142786fc5d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01463/analysis/HG01463.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367919#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3f7e7f6d-250f-5163-8e10-f37950c21265"},"resourceType":"DocumentReference"} +{"id":"6942b93c-7c02-5a03-bd25-0dea5587b6d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01463/analysis/HG01463.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367919#sample/cram"}],"status":"current","subject":{"reference":"Patient/3f7e7f6d-250f-5163-8e10-f37950c21265"},"resourceType":"DocumentReference"} +{"id":"7e59b503-46a3-5fbe-a46e-a6ad1a3a55f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01466/analysis/HG01466.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367920#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b745544d-e8bf-5e3b-9f58-5e3c2add3be6"},"resourceType":"DocumentReference"} +{"id":"6917857b-7465-588e-9cf4-00fdcf753c34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01466/analysis/HG01466.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367920#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b745544d-e8bf-5e3b-9f58-5e3c2add3be6"},"resourceType":"DocumentReference"} +{"id":"bfe98421-c723-568c-b9f6-38000dcfb7c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01466/analysis/HG01466.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367920#sample/cram"}],"status":"current","subject":{"reference":"Patient/b745544d-e8bf-5e3b-9f58-5e3c2add3be6"},"resourceType":"DocumentReference"} +{"id":"2660b2e6-a642-5c80-befc-db6a782628db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01490/analysis/HG01490.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367921#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/31caa434-4f59-5b3e-9e17-4ac79dcf983d"},"resourceType":"DocumentReference"} +{"id":"8cdc9143-2cc9-5b58-8521-638cb8d8c254","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01490/analysis/HG01490.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367921#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/31caa434-4f59-5b3e-9e17-4ac79dcf983d"},"resourceType":"DocumentReference"} +{"id":"9ffe3416-5c69-5c44-b89b-daebca43fe8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01490/analysis/HG01490.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367921#sample/cram"}],"status":"current","subject":{"reference":"Patient/31caa434-4f59-5b3e-9e17-4ac79dcf983d"},"resourceType":"DocumentReference"} +{"id":"78f9ebd6-a925-545c-9581-8e1ddbd3ca4b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01493/analysis/HG01493.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367922#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0f0a7ef1-88c6-55b2-a8d2-9e1a46852b85"},"resourceType":"DocumentReference"} +{"id":"0d631e06-a2a4-5211-a041-fa58cd3745ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01493/analysis/HG01493.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367922#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0f0a7ef1-88c6-55b2-a8d2-9e1a46852b85"},"resourceType":"DocumentReference"} +{"id":"5abdaff9-c09c-5717-b93b-96b831d8472b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01493/analysis/HG01493.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367922#sample/cram"}],"status":"current","subject":{"reference":"Patient/0f0a7ef1-88c6-55b2-a8d2-9e1a46852b85"},"resourceType":"DocumentReference"} +{"id":"16b513c9-4c67-516f-a47c-af985b71390e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01496/analysis/HG01496.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367923#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c21a8373-8e4c-5ed4-94c6-846614511a74"},"resourceType":"DocumentReference"} +{"id":"998f8a3d-3636-5958-9b70-2b4b7216a311","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01496/analysis/HG01496.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367923#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c21a8373-8e4c-5ed4-94c6-846614511a74"},"resourceType":"DocumentReference"} +{"id":"2f48b9bc-824a-5078-9cd7-c4949d81a9d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01496/analysis/HG01496.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367923#sample/cram"}],"status":"current","subject":{"reference":"Patient/c21a8373-8e4c-5ed4-94c6-846614511a74"},"resourceType":"DocumentReference"} +{"id":"01d60502-5b8a-5d45-870d-641d8f795fc9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01499/analysis/HG01499.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367924#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a5d1809a-f92a-52fd-9443-727fe388deac"},"resourceType":"DocumentReference"} +{"id":"4b42e505-3f6d-5880-a2c4-f724373d3a6e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01499/analysis/HG01499.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367924#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a5d1809a-f92a-52fd-9443-727fe388deac"},"resourceType":"DocumentReference"} +{"id":"473343d0-6524-5af7-8fe9-a1d070d85878","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01499/analysis/HG01499.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367924#sample/cram"}],"status":"current","subject":{"reference":"Patient/a5d1809a-f92a-52fd-9443-727fe388deac"},"resourceType":"DocumentReference"} +{"id":"e6942599-e16e-5f32-a94d-d6802999547d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01502/analysis/HG01502.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367925#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f474efae-0430-5a08-8dbb-87f60c73f623"},"resourceType":"DocumentReference"} +{"id":"ace2e7e1-4a86-52e5-88b9-8cb29f939c53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01502/analysis/HG01502.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367925#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f474efae-0430-5a08-8dbb-87f60c73f623"},"resourceType":"DocumentReference"} +{"id":"d3c71871-9144-553d-bb78-e2784fed08b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01502/analysis/HG01502.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367925#sample/cram"}],"status":"current","subject":{"reference":"Patient/f474efae-0430-5a08-8dbb-87f60c73f623"},"resourceType":"DocumentReference"} +{"id":"b3a58a69-07b5-5d57-b8f0-a44327bfcc63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01505/analysis/HG01505.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367926#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2d218919-c0d1-5a8e-984f-8cb4dec7c296"},"resourceType":"DocumentReference"} +{"id":"05f005c8-6c6e-5171-b7f1-0dd878c26d71","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01505/analysis/HG01505.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367926#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2d218919-c0d1-5a8e-984f-8cb4dec7c296"},"resourceType":"DocumentReference"} +{"id":"81197190-e40f-520d-a586-e9616701bb2d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01505/analysis/HG01505.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367926#sample/cram"}],"status":"current","subject":{"reference":"Patient/2d218919-c0d1-5a8e-984f-8cb4dec7c296"},"resourceType":"DocumentReference"} +{"id":"51f80288-d7dc-5ab7-9af9-e7fcc31a944e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01508/analysis/HG01508.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367927#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5055bd52-8dcc-546f-b265-8442b7ab69e6"},"resourceType":"DocumentReference"} +{"id":"ec974acf-6ae8-5110-a6e3-a8df5b045b89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01508/analysis/HG01508.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367927#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5055bd52-8dcc-546f-b265-8442b7ab69e6"},"resourceType":"DocumentReference"} +{"id":"f1f9e752-69c6-5d77-a1e4-d1f6074802f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01508/analysis/HG01508.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367927#sample/cram"}],"status":"current","subject":{"reference":"Patient/5055bd52-8dcc-546f-b265-8442b7ab69e6"},"resourceType":"DocumentReference"} +{"id":"4adef87b-79ce-5e27-bd2f-418ec471293e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01511/analysis/HG01511.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367928#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c5c8b05c-09ea-57a5-a0ce-aa99981ada75"},"resourceType":"DocumentReference"} +{"id":"5a692437-081d-5424-bd78-b8c95ff080b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01511/analysis/HG01511.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367928#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c5c8b05c-09ea-57a5-a0ce-aa99981ada75"},"resourceType":"DocumentReference"} +{"id":"fb3b5a30-4365-5a9c-a19e-d74cd3f6c8ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01511/analysis/HG01511.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367928#sample/cram"}],"status":"current","subject":{"reference":"Patient/c5c8b05c-09ea-57a5-a0ce-aa99981ada75"},"resourceType":"DocumentReference"} +{"id":"3b20c8c4-7423-51bd-aa7d-79ee18e5ae26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01514/analysis/HG01514.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367929#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/39a0dd9e-1451-5562-8ce1-04391654d617"},"resourceType":"DocumentReference"} +{"id":"a171e51e-86bc-52b4-b21d-916e515a3c3b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01514/analysis/HG01514.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367929#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/39a0dd9e-1451-5562-8ce1-04391654d617"},"resourceType":"DocumentReference"} +{"id":"dc005720-0ff5-5100-9896-582581ab378e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01514/analysis/HG01514.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367929#sample/cram"}],"status":"current","subject":{"reference":"Patient/39a0dd9e-1451-5562-8ce1-04391654d617"},"resourceType":"DocumentReference"} +{"id":"5a6c2932-889b-530f-bbf4-d20ca15b25b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01517/analysis/HG01517.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367930#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d88847f2-39bd-59c0-934d-1ac3c3f9f245"},"resourceType":"DocumentReference"} +{"id":"04b2c53b-47b4-5777-a86a-50ce300cd617","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01517/analysis/HG01517.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367930#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d88847f2-39bd-59c0-934d-1ac3c3f9f245"},"resourceType":"DocumentReference"} +{"id":"908d7d06-6939-54c7-acf5-fbf7b03d639d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01517/analysis/HG01517.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367930#sample/cram"}],"status":"current","subject":{"reference":"Patient/d88847f2-39bd-59c0-934d-1ac3c3f9f245"},"resourceType":"DocumentReference"} +{"id":"3c101f96-f46c-55eb-904c-83968b01079b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01520/analysis/HG01520.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367931#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/68ae8f64-4613-5650-bba3-dbaf8b08d31a"},"resourceType":"DocumentReference"} +{"id":"ec746217-2720-58c3-bc65-86eefb689c0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01520/analysis/HG01520.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367931#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/68ae8f64-4613-5650-bba3-dbaf8b08d31a"},"resourceType":"DocumentReference"} +{"id":"e6fe7836-7312-53f0-834d-cedc88fbf2ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01520/analysis/HG01520.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367931#sample/cram"}],"status":"current","subject":{"reference":"Patient/68ae8f64-4613-5650-bba3-dbaf8b08d31a"},"resourceType":"DocumentReference"} +{"id":"8ca14cbd-7f5f-5875-bc87-a8d0e4f8a906","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01523/analysis/HG01523.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367932#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/208b8041-ae77-5eb3-9bc1-230bc1b78ecb"},"resourceType":"DocumentReference"} +{"id":"8951e551-cfaf-5f39-a8de-9b6fdee2c158","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01523/analysis/HG01523.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367932#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/208b8041-ae77-5eb3-9bc1-230bc1b78ecb"},"resourceType":"DocumentReference"} +{"id":"142ce69a-c03d-5dcf-9552-34b0890ec8ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01523/analysis/HG01523.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367932#sample/cram"}],"status":"current","subject":{"reference":"Patient/208b8041-ae77-5eb3-9bc1-230bc1b78ecb"},"resourceType":"DocumentReference"} +{"id":"d9123317-ce6e-573e-93dc-4e421d593dff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01526/analysis/HG01526.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367933#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/006cbca1-0409-5ae1-b88d-00c9cfbe9842"},"resourceType":"DocumentReference"} +{"id":"c899c0cb-0232-5078-a4a2-d9a79ec77407","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01526/analysis/HG01526.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367933#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/006cbca1-0409-5ae1-b88d-00c9cfbe9842"},"resourceType":"DocumentReference"} +{"id":"adb370c4-0803-57ba-8661-537929c6ee78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01526/analysis/HG01526.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367933#sample/cram"}],"status":"current","subject":{"reference":"Patient/006cbca1-0409-5ae1-b88d-00c9cfbe9842"},"resourceType":"DocumentReference"} +{"id":"67059cc0-2bc0-59ea-ba49-8e13bd831015","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01529/analysis/HG01529.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367934#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fb0348df-2d81-5508-989f-211c81ab47da"},"resourceType":"DocumentReference"} +{"id":"70607846-9a26-5b74-8cd3-405727db9353","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01529/analysis/HG01529.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367934#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fb0348df-2d81-5508-989f-211c81ab47da"},"resourceType":"DocumentReference"} +{"id":"0fb83ffd-e3e9-5e84-be42-a6914b6f6755","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01529/analysis/HG01529.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367934#sample/cram"}],"status":"current","subject":{"reference":"Patient/fb0348df-2d81-5508-989f-211c81ab47da"},"resourceType":"DocumentReference"} +{"id":"cf95b79c-8346-5cf8-a471-b3c810696ee5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01532/analysis/HG01532.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367935#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1e7a7b2e-ebd4-57ff-ac42-013634484342"},"resourceType":"DocumentReference"} +{"id":"d0e80e49-adfc-5627-90b6-7ff8a65ca6b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01532/analysis/HG01532.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367935#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1e7a7b2e-ebd4-57ff-ac42-013634484342"},"resourceType":"DocumentReference"} +{"id":"a57cf40b-0291-5c11-b34d-dd6552616eb3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01532/analysis/HG01532.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367935#sample/cram"}],"status":"current","subject":{"reference":"Patient/1e7a7b2e-ebd4-57ff-ac42-013634484342"},"resourceType":"DocumentReference"} +{"id":"7c8f9643-a10b-57e3-85d8-64c6084de7d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01538/analysis/HG01538.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367936#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e376879b-2687-50fb-b91f-c21d317e6987"},"resourceType":"DocumentReference"} +{"id":"e127bedf-3123-5afa-aeeb-4f6fb48b3a15","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01538/analysis/HG01538.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367936#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e376879b-2687-50fb-b91f-c21d317e6987"},"resourceType":"DocumentReference"} +{"id":"dc317f04-c611-53ef-8b58-1e48be7fa3c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01538/analysis/HG01538.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367936#sample/cram"}],"status":"current","subject":{"reference":"Patient/e376879b-2687-50fb-b91f-c21d317e6987"},"resourceType":"DocumentReference"} +{"id":"39cfde2d-072b-5f60-9e42-bceb0abaa7b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01552/analysis/HG01552.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367937#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6285e57d-6311-5c78-8301-4a3a09576e9b"},"resourceType":"DocumentReference"} +{"id":"dc2a95a0-2a35-5f27-b7e9-a8d1b3e324b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01552/analysis/HG01552.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367937#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6285e57d-6311-5c78-8301-4a3a09576e9b"},"resourceType":"DocumentReference"} +{"id":"170e973e-0f7b-5474-a388-601d52a2d843","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01552/analysis/HG01552.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367937#sample/cram"}],"status":"current","subject":{"reference":"Patient/6285e57d-6311-5c78-8301-4a3a09576e9b"},"resourceType":"DocumentReference"} +{"id":"167f62f4-7611-5987-931a-af0b7194c1e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01567/analysis/HG01567.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367938#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c8e192d8-ef56-5e3e-9c88-9ede35968488"},"resourceType":"DocumentReference"} +{"id":"66265937-e62b-5312-a427-18a038ff49ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01567/analysis/HG01567.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367938#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c8e192d8-ef56-5e3e-9c88-9ede35968488"},"resourceType":"DocumentReference"} +{"id":"25aa90b1-0bfe-5bee-9d83-b61ecf747b26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01567/analysis/HG01567.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367938#sample/cram"}],"status":"current","subject":{"reference":"Patient/c8e192d8-ef56-5e3e-9c88-9ede35968488"},"resourceType":"DocumentReference"} +{"id":"276fe39e-33cb-540b-8fff-8db7b46baf46","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01573/analysis/HG01573.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367939#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dc0d5177-f0e0-56b2-9f35-e4a8e10a3650"},"resourceType":"DocumentReference"} +{"id":"2ee4dae1-8bce-5c86-97d7-feb00290b6ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01573/analysis/HG01573.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367939#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dc0d5177-f0e0-56b2-9f35-e4a8e10a3650"},"resourceType":"DocumentReference"} +{"id":"142a5977-1bef-56e3-959c-d06b6db4f22b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01573/analysis/HG01573.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367939#sample/cram"}],"status":"current","subject":{"reference":"Patient/dc0d5177-f0e0-56b2-9f35-e4a8e10a3650"},"resourceType":"DocumentReference"} +{"id":"0a29b7b3-6e37-502f-90fd-4ca7e99c6cde","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01579/analysis/HG01579.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367940#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c1450bc3-0145-5595-8967-1e37cee2dcd5"},"resourceType":"DocumentReference"} +{"id":"a25fa7b5-6b94-58f7-92ba-449771be9933","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01579/analysis/HG01579.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367940#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c1450bc3-0145-5595-8967-1e37cee2dcd5"},"resourceType":"DocumentReference"} +{"id":"7ba68151-7b06-5733-b0e2-4936c158d934","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01579/analysis/HG01579.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367940#sample/cram"}],"status":"current","subject":{"reference":"Patient/c1450bc3-0145-5595-8967-1e37cee2dcd5"},"resourceType":"DocumentReference"} +{"id":"3ea5368c-9cb5-583c-a3c4-1646eeaf91b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01601/analysis/HG01601.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367941#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c0f08fff-f016-596b-8935-dfaad123fa9d"},"resourceType":"DocumentReference"} +{"id":"09a71443-7cab-5824-bcd4-37689047231d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01601/analysis/HG01601.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367941#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c0f08fff-f016-596b-8935-dfaad123fa9d"},"resourceType":"DocumentReference"} +{"id":"bce64cb8-183b-5f11-856c-3b70945007e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01601/analysis/HG01601.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367941#sample/cram"}],"status":"current","subject":{"reference":"Patient/c0f08fff-f016-596b-8935-dfaad123fa9d"},"resourceType":"DocumentReference"} +{"id":"c492a38e-7351-55a3-a9c0-77a25d4b1675","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01604/analysis/HG01604.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367942#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d6507770-36d6-570c-a9be-726452ba2ba4"},"resourceType":"DocumentReference"} +{"id":"62718f7c-faa6-53ca-8305-57304f324cc3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01604/analysis/HG01604.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367942#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d6507770-36d6-570c-a9be-726452ba2ba4"},"resourceType":"DocumentReference"} +{"id":"34ae37d0-262d-5273-8dbd-291b6de5cdf5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01604/analysis/HG01604.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367942#sample/cram"}],"status":"current","subject":{"reference":"Patient/d6507770-36d6-570c-a9be-726452ba2ba4"},"resourceType":"DocumentReference"} +{"id":"c5824547-cbb5-5218-b7b0-7ef1b85988d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01609/analysis/HG01609.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367943#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1465e2c9-3d01-584a-9571-a82fa67a0d0c"},"resourceType":"DocumentReference"} +{"id":"fce72903-02f6-5b82-b156-ab37b48d72dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01609/analysis/HG01609.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367943#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1465e2c9-3d01-584a-9571-a82fa67a0d0c"},"resourceType":"DocumentReference"} +{"id":"f34316dd-7e9c-5782-8ac6-7494cb00a022","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01609/analysis/HG01609.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367943#sample/cram"}],"status":"current","subject":{"reference":"Patient/1465e2c9-3d01-584a-9571-a82fa67a0d0c"},"resourceType":"DocumentReference"} +{"id":"75d26878-0dac-5490-8e7a-03f2496b88c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01611/analysis/HG01611.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367944#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6b0a020a-a4ac-564d-a0f8-56022961810f"},"resourceType":"DocumentReference"} +{"id":"84613fdf-acc0-58ea-b832-431198002c60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01611/analysis/HG01611.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367944#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6b0a020a-a4ac-564d-a0f8-56022961810f"},"resourceType":"DocumentReference"} +{"id":"c787913a-1453-5e6a-b2cd-5945b46ae75d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01611/analysis/HG01611.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367944#sample/cram"}],"status":"current","subject":{"reference":"Patient/6b0a020a-a4ac-564d-a0f8-56022961810f"},"resourceType":"DocumentReference"} +{"id":"331ea27a-07f6-5023-8227-3c866590345b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01614/analysis/HG01614.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367945#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3fe2ad59-575f-5c8b-86a0-573c4b4d39bd"},"resourceType":"DocumentReference"} +{"id":"d440c741-fd91-514e-8539-f3b596b89210","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01614/analysis/HG01614.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367945#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3fe2ad59-575f-5c8b-86a0-573c4b4d39bd"},"resourceType":"DocumentReference"} +{"id":"6591bc6d-dece-5fa1-a0d0-04adf82e84fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01614/analysis/HG01614.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367945#sample/cram"}],"status":"current","subject":{"reference":"Patient/3fe2ad59-575f-5c8b-86a0-573c4b4d39bd"},"resourceType":"DocumentReference"} +{"id":"11d6a7d5-0589-556f-ba1c-d8e5f5ce3dcd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01616/analysis/HG01616.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367946#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/155d7bc3-3584-5d2a-b326-2613cbb7c4e6"},"resourceType":"DocumentReference"} +{"id":"266e0e8c-566a-5ccf-924a-0c5ce6bbfef6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01616/analysis/HG01616.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367946#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/155d7bc3-3584-5d2a-b326-2613cbb7c4e6"},"resourceType":"DocumentReference"} +{"id":"885e9d7b-b73f-503c-8157-ee1b0a5c4466","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01616/analysis/HG01616.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367946#sample/cram"}],"status":"current","subject":{"reference":"Patient/155d7bc3-3584-5d2a-b326-2613cbb7c4e6"},"resourceType":"DocumentReference"} +{"id":"65bcd765-05c1-5222-b25d-4d86ebdfc07c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01621/analysis/HG01621.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367947#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/06d53d77-05f4-53de-9026-a09b1257da9c"},"resourceType":"DocumentReference"} +{"id":"8f0f6a48-40ef-5836-affb-c8dba824cf11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01621/analysis/HG01621.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367947#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/06d53d77-05f4-53de-9026-a09b1257da9c"},"resourceType":"DocumentReference"} +{"id":"d4372eba-1b9a-5196-8a2e-130bf3087d93","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01621/analysis/HG01621.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367947#sample/cram"}],"status":"current","subject":{"reference":"Patient/06d53d77-05f4-53de-9026-a09b1257da9c"},"resourceType":"DocumentReference"} +{"id":"c99fea95-4651-58ec-b44c-2095ec5ec828","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01622/analysis/HG01622.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367948#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/04953bce-6be2-5c08-ab26-e3df2603e0a7"},"resourceType":"DocumentReference"} +{"id":"d704cc77-6734-5c8e-b384-592134d8c605","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01622/analysis/HG01622.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367948#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/04953bce-6be2-5c08-ab26-e3df2603e0a7"},"resourceType":"DocumentReference"} +{"id":"40ee35d1-2620-5ebd-b0b5-bcbc5801ceea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01622/analysis/HG01622.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367948#sample/cram"}],"status":"current","subject":{"reference":"Patient/04953bce-6be2-5c08-ab26-e3df2603e0a7"},"resourceType":"DocumentReference"} +{"id":"b28ac806-59a4-500d-8a5b-0090d4735a04","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01627/analysis/HG01627.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367949#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5c042346-efe4-5e8e-8087-dec3c6c9af09"},"resourceType":"DocumentReference"} +{"id":"9720fd45-44e6-5d8b-a8fd-66f84f6ae0b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01627/analysis/HG01627.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367949#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5c042346-efe4-5e8e-8087-dec3c6c9af09"},"resourceType":"DocumentReference"} +{"id":"bb6530eb-d6fe-5c9e-a053-bcb75043f8f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01627/analysis/HG01627.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367949#sample/cram"}],"status":"current","subject":{"reference":"Patient/5c042346-efe4-5e8e-8087-dec3c6c9af09"},"resourceType":"DocumentReference"} +{"id":"7d9055ed-40be-5e5b-8f30-d056d366cb50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01629/analysis/HG01629.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367950#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/89686899-9a2c-5963-8c4c-97552cb0543c"},"resourceType":"DocumentReference"} +{"id":"4ef78d24-7f7b-597c-b1f3-341491269f2b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01629/analysis/HG01629.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367950#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/89686899-9a2c-5963-8c4c-97552cb0543c"},"resourceType":"DocumentReference"} +{"id":"8530bdbc-d29d-55fd-8c97-3f87731774ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01629/analysis/HG01629.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367950#sample/cram"}],"status":"current","subject":{"reference":"Patient/89686899-9a2c-5963-8c4c-97552cb0543c"},"resourceType":"DocumentReference"} +{"id":"6eb6eba6-3b68-594c-ba5a-1857d1371228","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01633/analysis/HG01633.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367951#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f602500c-56d3-5cf8-b9df-5e28fc92401f"},"resourceType":"DocumentReference"} +{"id":"9f7000ff-944a-5a78-bc0a-edd73b6d41a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01633/analysis/HG01633.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367951#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f602500c-56d3-5cf8-b9df-5e28fc92401f"},"resourceType":"DocumentReference"} +{"id":"ce07ce99-45f9-5b7d-bbb5-6f6276074b18","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01633/analysis/HG01633.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367951#sample/cram"}],"status":"current","subject":{"reference":"Patient/f602500c-56d3-5cf8-b9df-5e28fc92401f"},"resourceType":"DocumentReference"} +{"id":"37e0df6c-5628-52eb-8d05-7a811aa318e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01667/analysis/HG01667.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367952#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ddba795b-4078-52ea-aeee-a180685698c9"},"resourceType":"DocumentReference"} +{"id":"dc04ae25-650e-5ff2-a93a-8c9f90d0f802","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01667/analysis/HG01667.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367952#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ddba795b-4078-52ea-aeee-a180685698c9"},"resourceType":"DocumentReference"} +{"id":"99b87bbb-90a6-52af-a3c7-93af2ffc95f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01667/analysis/HG01667.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367952#sample/cram"}],"status":"current","subject":{"reference":"Patient/ddba795b-4078-52ea-aeee-a180685698c9"},"resourceType":"DocumentReference"} +{"id":"ee280995-da57-54a5-abea-a2e0e2b5bcb0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01671/analysis/HG01671.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367953#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/255f6f28-2fc6-5b8a-a1b5-a6d315cdffe7"},"resourceType":"DocumentReference"} +{"id":"fbfcf0b8-d92a-51d3-86fd-b86b0a85a52d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01671/analysis/HG01671.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367953#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/255f6f28-2fc6-5b8a-a1b5-a6d315cdffe7"},"resourceType":"DocumentReference"} +{"id":"0a1ad5a5-af94-5210-8e46-6e4cd4172f9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01671/analysis/HG01671.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367953#sample/cram"}],"status":"current","subject":{"reference":"Patient/255f6f28-2fc6-5b8a-a1b5-a6d315cdffe7"},"resourceType":"DocumentReference"} +{"id":"f68c7a87-46e2-5ed0-8b27-a3e4eadfced3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01674/analysis/HG01674.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367954#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1a282d7a-0331-5f8c-a9b0-45fe5ca49727"},"resourceType":"DocumentReference"} +{"id":"f95c48a4-8ccf-5660-a46d-d2fe1ff385fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01674/analysis/HG01674.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367954#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1a282d7a-0331-5f8c-a9b0-45fe5ca49727"},"resourceType":"DocumentReference"} +{"id":"f902fc6a-5351-5a91-9ece-65771c3ae0b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01674/analysis/HG01674.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367954#sample/cram"}],"status":"current","subject":{"reference":"Patient/1a282d7a-0331-5f8c-a9b0-45fe5ca49727"},"resourceType":"DocumentReference"} +{"id":"20960300-4b2f-566d-b29f-aee04f8eef3f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01677/analysis/HG01677.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367955#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e174fbc1-7606-5b77-9b69-04bfb4f0d793"},"resourceType":"DocumentReference"} +{"id":"277e327a-e307-5808-9f3c-9b028590dc38","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01677/analysis/HG01677.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367955#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e174fbc1-7606-5b77-9b69-04bfb4f0d793"},"resourceType":"DocumentReference"} +{"id":"80ed9228-ca33-5855-815c-b21d5f60ab6d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01677/analysis/HG01677.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367955#sample/cram"}],"status":"current","subject":{"reference":"Patient/e174fbc1-7606-5b77-9b69-04bfb4f0d793"},"resourceType":"DocumentReference"} +{"id":"6255b30c-6710-5e0b-80dc-d9af5dfc90ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01681/analysis/HG01681.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367956#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/75163d03-e889-541c-8e8d-7128bc1ec50e"},"resourceType":"DocumentReference"} +{"id":"fef0dbe2-3ef6-5487-88eb-f5d8b3250b18","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01681/analysis/HG01681.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367956#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/75163d03-e889-541c-8e8d-7128bc1ec50e"},"resourceType":"DocumentReference"} +{"id":"2437cf35-5e99-5a0e-adcc-e4945b7faba5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01681/analysis/HG01681.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367956#sample/cram"}],"status":"current","subject":{"reference":"Patient/75163d03-e889-541c-8e8d-7128bc1ec50e"},"resourceType":"DocumentReference"} +{"id":"dbd9bafc-1a3d-5b39-9a6d-d4b24b67f100","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01683/analysis/HG01683.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367957#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5e4d61f7-b3c1-5498-9332-45b83f444745"},"resourceType":"DocumentReference"} +{"id":"465f4a08-a346-5ef0-9a97-1f54ad054538","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01683/analysis/HG01683.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367957#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5e4d61f7-b3c1-5498-9332-45b83f444745"},"resourceType":"DocumentReference"} +{"id":"cb449de1-c033-5a50-8fb2-f66fdbf40e6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01683/analysis/HG01683.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367957#sample/cram"}],"status":"current","subject":{"reference":"Patient/5e4d61f7-b3c1-5498-9332-45b83f444745"},"resourceType":"DocumentReference"} +{"id":"3afc64ca-a971-598c-a24e-01a1ea0fc35c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01687/analysis/HG01687.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367958#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2cbfd033-770a-5620-9452-8f414dec72c4"},"resourceType":"DocumentReference"} +{"id":"88210491-43cd-59e7-ac89-043422591497","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01687/analysis/HG01687.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367958#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2cbfd033-770a-5620-9452-8f414dec72c4"},"resourceType":"DocumentReference"} +{"id":"ec38b9b2-d939-59e2-9e0d-6d1e1ff8c97b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01687/analysis/HG01687.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367958#sample/cram"}],"status":"current","subject":{"reference":"Patient/2cbfd033-770a-5620-9452-8f414dec72c4"},"resourceType":"DocumentReference"} +{"id":"2dd7b6b9-690d-5c7a-9d71-08ccfaef320a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01696/analysis/HG01696.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367959#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a6935a4b-3503-5cac-83fb-1cd8a943a55c"},"resourceType":"DocumentReference"} +{"id":"44ac3238-380b-5cc5-81c1-0481d34418b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01696/analysis/HG01696.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367959#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a6935a4b-3503-5cac-83fb-1cd8a943a55c"},"resourceType":"DocumentReference"} +{"id":"ebbfa73d-a08c-53ec-97ea-8f8a132c2174","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01696/analysis/HG01696.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367959#sample/cram"}],"status":"current","subject":{"reference":"Patient/a6935a4b-3503-5cac-83fb-1cd8a943a55c"},"resourceType":"DocumentReference"} +{"id":"ad0b0946-6a0c-583d-85f7-7f0780a47880","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01698/analysis/HG01698.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367960#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f10261db-453a-53aa-bc19-3ccc4edf105a"},"resourceType":"DocumentReference"} +{"id":"cbcf2db7-b812-538a-aeb1-1fbaba738a92","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01698/analysis/HG01698.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367960#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f10261db-453a-53aa-bc19-3ccc4edf105a"},"resourceType":"DocumentReference"} +{"id":"cb33759e-7bd6-559c-9667-f960f4dbfbc6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01698/analysis/HG01698.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367960#sample/cram"}],"status":"current","subject":{"reference":"Patient/f10261db-453a-53aa-bc19-3ccc4edf105a"},"resourceType":"DocumentReference"} +{"id":"41672a0c-e92f-579f-9b22-e6368231c929","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01701/analysis/HG01701.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367961#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/33de1e69-9299-501b-9c18-67252c4609c3"},"resourceType":"DocumentReference"} +{"id":"c12532e1-d591-581a-a733-47714af2adc5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01701/analysis/HG01701.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367961#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/33de1e69-9299-501b-9c18-67252c4609c3"},"resourceType":"DocumentReference"} +{"id":"cd01b20c-87e4-54be-b5d6-da81f74d9a8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01701/analysis/HG01701.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367961#sample/cram"}],"status":"current","subject":{"reference":"Patient/33de1e69-9299-501b-9c18-67252c4609c3"},"resourceType":"DocumentReference"} +{"id":"1d5a3564-3ff8-52d4-8a02-2d841d92738e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01703/analysis/HG01703.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367962#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3b7ec9cc-13a2-5d66-983a-c8846eff9083"},"resourceType":"DocumentReference"} +{"id":"abd293f3-0955-5f02-9826-4d7fb79ddb46","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01703/analysis/HG01703.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367962#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3b7ec9cc-13a2-5d66-983a-c8846eff9083"},"resourceType":"DocumentReference"} +{"id":"e5ac8ba8-4b25-5734-a4ca-88988da593f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01703/analysis/HG01703.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367962#sample/cram"}],"status":"current","subject":{"reference":"Patient/3b7ec9cc-13a2-5d66-983a-c8846eff9083"},"resourceType":"DocumentReference"} +{"id":"31b6d329-bf75-527a-bd7e-85d0a78daba0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01706/analysis/HG01706.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367963#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b68eee80-5f96-535e-a30c-d3262bfb8da9"},"resourceType":"DocumentReference"} +{"id":"15b7e258-084b-5bd1-93ba-1724b9428f72","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01706/analysis/HG01706.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367963#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b68eee80-5f96-535e-a30c-d3262bfb8da9"},"resourceType":"DocumentReference"} +{"id":"bf5e4418-d862-520e-a990-5534193abe65","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01706/analysis/HG01706.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367963#sample/cram"}],"status":"current","subject":{"reference":"Patient/b68eee80-5f96-535e-a30c-d3262bfb8da9"},"resourceType":"DocumentReference"} +{"id":"5166360e-6fa0-5f84-8f34-914e52fff310","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01711/analysis/HG01711.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367964#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ba0ac47e-5cf9-5156-b8e0-8a7df1687b0c"},"resourceType":"DocumentReference"} +{"id":"7f7e4149-61a4-5433-a1d2-c1652b34af8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01711/analysis/HG01711.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367964#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ba0ac47e-5cf9-5156-b8e0-8a7df1687b0c"},"resourceType":"DocumentReference"} +{"id":"2c5a2770-3217-59e2-a8e2-bcde3a89e120","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01711/analysis/HG01711.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367964#sample/cram"}],"status":"current","subject":{"reference":"Patient/ba0ac47e-5cf9-5156-b8e0-8a7df1687b0c"},"resourceType":"DocumentReference"} +{"id":"207eeb65-fb36-57cd-860f-d18b4f9925ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01748/analysis/HG01748.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367965#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f2f2f63c-3a77-53a8-b81f-042066aa6c32"},"resourceType":"DocumentReference"} +{"id":"9685e2bf-f16b-5113-a745-e44d1e140a51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01748/analysis/HG01748.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367965#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f2f2f63c-3a77-53a8-b81f-042066aa6c32"},"resourceType":"DocumentReference"} +{"id":"9098fa69-9182-57c9-9bbf-cde6f6e6c9c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01748/analysis/HG01748.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367965#sample/cram"}],"status":"current","subject":{"reference":"Patient/f2f2f63c-3a77-53a8-b81f-042066aa6c32"},"resourceType":"DocumentReference"} +{"id":"6b287b65-1f89-5488-a9b5-944a81864737","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01755/analysis/HG01755.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367966#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ef5e6dd3-5eb1-5d63-97fd-3464022f80cf"},"resourceType":"DocumentReference"} +{"id":"2e188c20-e81c-5930-b669-38ae86304ad3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01755/analysis/HG01755.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367966#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ef5e6dd3-5eb1-5d63-97fd-3464022f80cf"},"resourceType":"DocumentReference"} +{"id":"fc9ba744-e196-51f0-8020-0d0cfa8e32a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01755/analysis/HG01755.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367966#sample/cram"}],"status":"current","subject":{"reference":"Patient/ef5e6dd3-5eb1-5d63-97fd-3464022f80cf"},"resourceType":"DocumentReference"} +{"id":"b9c6882a-0ada-54d8-afa6-87efe0b9377a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01763/analysis/HG01763.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367967#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/249df174-ddf5-55ab-854b-3e5daa41f9b7"},"resourceType":"DocumentReference"} +{"id":"f99cd70a-227a-5c96-b07c-c836864f07f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01763/analysis/HG01763.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367967#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/249df174-ddf5-55ab-854b-3e5daa41f9b7"},"resourceType":"DocumentReference"} +{"id":"b733ced9-7ae0-59ef-a1e2-46371a7bd063","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01763/analysis/HG01763.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367967#sample/cram"}],"status":"current","subject":{"reference":"Patient/249df174-ddf5-55ab-854b-3e5daa41f9b7"},"resourceType":"DocumentReference"} +{"id":"351064e5-6cbb-554f-8067-a6cbfe43800f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01772/analysis/HG01772.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367968#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ae58c512-25b1-5f7c-a88c-b292e5746122"},"resourceType":"DocumentReference"} +{"id":"104afaf1-518b-5d6e-8e78-bf669b303b8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01772/analysis/HG01772.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367968#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ae58c512-25b1-5f7c-a88c-b292e5746122"},"resourceType":"DocumentReference"} +{"id":"70c1c527-81e1-59cd-a460-d6c1d3b3ef3d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01772/analysis/HG01772.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367968#sample/cram"}],"status":"current","subject":{"reference":"Patient/ae58c512-25b1-5f7c-a88c-b292e5746122"},"resourceType":"DocumentReference"} +{"id":"a3feb31b-2cd0-59cd-9324-bc3f0a933846","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01774/analysis/HG01774.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367969#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a150ccea-dc4d-5d68-b50d-ba89a9f7dd68"},"resourceType":"DocumentReference"} +{"id":"11e73f7e-09f5-595c-8a51-cb363414091a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01774/analysis/HG01774.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367969#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a150ccea-dc4d-5d68-b50d-ba89a9f7dd68"},"resourceType":"DocumentReference"} +{"id":"970673bf-0ba2-5b1c-a161-b942ca14f22c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01774/analysis/HG01774.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367969#sample/cram"}],"status":"current","subject":{"reference":"Patient/a150ccea-dc4d-5d68-b50d-ba89a9f7dd68"},"resourceType":"DocumentReference"} +{"id":"a94c6ecf-e7c2-5516-b40b-1ce44df37999","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01778/analysis/HG01778.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367970#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6977e682-2f54-5a9e-a896-c79e3446046e"},"resourceType":"DocumentReference"} +{"id":"b04872ef-74ae-583b-abe3-05c65a15081d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01778/analysis/HG01778.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367970#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6977e682-2f54-5a9e-a896-c79e3446046e"},"resourceType":"DocumentReference"} +{"id":"daee8538-9cef-5edf-8cfe-553a232e82ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01778/analysis/HG01778.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367970#sample/cram"}],"status":"current","subject":{"reference":"Patient/6977e682-2f54-5a9e-a896-c79e3446046e"},"resourceType":"DocumentReference"} +{"id":"b3b1a756-ef2c-56ad-8e31-c286aee4f3a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01780/analysis/HG01780.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367971#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/850d8e7e-0eff-5160-8a45-53f6e348bfbf"},"resourceType":"DocumentReference"} +{"id":"19054aad-0c2e-5565-96bd-9595178be72d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01780/analysis/HG01780.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367971#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/850d8e7e-0eff-5160-8a45-53f6e348bfbf"},"resourceType":"DocumentReference"} +{"id":"eae397ca-4e1c-59f3-b55c-17315f5c70b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01780/analysis/HG01780.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367971#sample/cram"}],"status":"current","subject":{"reference":"Patient/850d8e7e-0eff-5160-8a45-53f6e348bfbf"},"resourceType":"DocumentReference"} +{"id":"a024608e-d5fe-55e7-b713-66de1212bf61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01782/analysis/HG01782.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367972#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ca565a2c-e41c-5ecf-a8bf-63089474f7df"},"resourceType":"DocumentReference"} +{"id":"b862e2ae-a22b-5171-9ec0-601348c7b59f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01782/analysis/HG01782.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367972#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ca565a2c-e41c-5ecf-a8bf-63089474f7df"},"resourceType":"DocumentReference"} +{"id":"db168011-c403-5bf9-91de-e8025fac19f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01782/analysis/HG01782.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367972#sample/cram"}],"status":"current","subject":{"reference":"Patient/ca565a2c-e41c-5ecf-a8bf-63089474f7df"},"resourceType":"DocumentReference"} +{"id":"8aca25ed-a4a4-5f31-b029-d67f14231547","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01881/analysis/HG01881.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367973#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/21a7a541-ab85-5f52-9e51-6bc0ff969852"},"resourceType":"DocumentReference"} +{"id":"337af749-d947-5187-bb98-53e03a68b73d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01881/analysis/HG01881.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367973#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/21a7a541-ab85-5f52-9e51-6bc0ff969852"},"resourceType":"DocumentReference"} +{"id":"f019bc76-69ec-5be4-96a7-5a5ecf936ba2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01881/analysis/HG01881.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367973#sample/cram"}],"status":"current","subject":{"reference":"Patient/21a7a541-ab85-5f52-9e51-6bc0ff969852"},"resourceType":"DocumentReference"} +{"id":"79e2592f-4554-5f10-99eb-1e6eb09f01bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01884/analysis/HG01884.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367974#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5e66b5ce-6766-5ff0-ba30-17ad6869266b"},"resourceType":"DocumentReference"} +{"id":"0538ceb1-bb6f-55b7-aebc-110ac5a51542","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01884/analysis/HG01884.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367974#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5e66b5ce-6766-5ff0-ba30-17ad6869266b"},"resourceType":"DocumentReference"} +{"id":"27b293dc-2b5d-5937-8e3d-bed76a11be16","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01884/analysis/HG01884.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367974#sample/cram"}],"status":"current","subject":{"reference":"Patient/5e66b5ce-6766-5ff0-ba30-17ad6869266b"},"resourceType":"DocumentReference"} +{"id":"008f90d9-9622-5fdd-850d-29eb9313ef90","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01887/analysis/HG01887.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367975#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f9fec6d2-e45f-5229-af4d-7cd7ef90e273"},"resourceType":"DocumentReference"} +{"id":"6b2c25ef-031d-5148-b606-488d67322f6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01887/analysis/HG01887.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367975#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f9fec6d2-e45f-5229-af4d-7cd7ef90e273"},"resourceType":"DocumentReference"} +{"id":"9ef3985f-d7ef-581d-8f80-3e6d12a1faf9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01887/analysis/HG01887.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367975#sample/cram"}],"status":"current","subject":{"reference":"Patient/f9fec6d2-e45f-5229-af4d-7cd7ef90e273"},"resourceType":"DocumentReference"} +{"id":"0e8139af-f1e5-5fc5-85fe-b88944738179","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01888/analysis/HG01888.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367976#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ee6c6bcb-e00a-5223-bc5c-3caafae68bf6"},"resourceType":"DocumentReference"} +{"id":"bf43cbcb-8137-5c6a-9d65-ea065f196aae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01888/analysis/HG01888.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367976#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ee6c6bcb-e00a-5223-bc5c-3caafae68bf6"},"resourceType":"DocumentReference"} +{"id":"e1436789-0fe5-582b-90e5-a2915959879b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01888/analysis/HG01888.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367976#sample/cram"}],"status":"current","subject":{"reference":"Patient/ee6c6bcb-e00a-5223-bc5c-3caafae68bf6"},"resourceType":"DocumentReference"} +{"id":"bcca9d5f-71cf-5a16-90f0-845fa8a910d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01891/analysis/HG01891.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367977#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f8b5971a-4e7f-544d-882f-91e2b17f9f82"},"resourceType":"DocumentReference"} +{"id":"d99a1783-c288-550f-b057-d6a92f4da9be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01891/analysis/HG01891.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367977#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f8b5971a-4e7f-544d-882f-91e2b17f9f82"},"resourceType":"DocumentReference"} +{"id":"b7599a1e-de6a-5179-8915-75262343e6d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01891/analysis/HG01891.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367977#sample/cram"}],"status":"current","subject":{"reference":"Patient/f8b5971a-4e7f-544d-882f-91e2b17f9f82"},"resourceType":"DocumentReference"} +{"id":"c917f56a-10cd-52cd-8f43-4518d95eee1a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01895/analysis/HG01895.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367978#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3a9e4034-e977-5347-a1eb-bcbf83c81eef"},"resourceType":"DocumentReference"} +{"id":"ba7fdc82-07c5-5a8d-8e61-7a7b1d5165a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01895/analysis/HG01895.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367978#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3a9e4034-e977-5347-a1eb-bcbf83c81eef"},"resourceType":"DocumentReference"} +{"id":"8b52825b-ac86-5fe9-9623-038624410084","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01895/analysis/HG01895.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367978#sample/cram"}],"status":"current","subject":{"reference":"Patient/3a9e4034-e977-5347-a1eb-bcbf83c81eef"},"resourceType":"DocumentReference"} +{"id":"c42c06f5-00da-58bd-8c0f-d9b7118cebd0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01897/analysis/HG01897.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367979#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e71567a2-04ef-542e-a2a5-d864537ab154"},"resourceType":"DocumentReference"} +{"id":"327c02cf-590d-5845-86f2-b01617297da6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01897/analysis/HG01897.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367979#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e71567a2-04ef-542e-a2a5-d864537ab154"},"resourceType":"DocumentReference"} +{"id":"278a41da-63b1-58d2-992d-1e179f604a87","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01897/analysis/HG01897.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367979#sample/cram"}],"status":"current","subject":{"reference":"Patient/e71567a2-04ef-542e-a2a5-d864537ab154"},"resourceType":"DocumentReference"} +{"id":"0cae9dfc-29d2-59ac-8fe0-be024603b7bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01898/analysis/HG01898.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367980#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/91f98091-78e3-5c99-bcce-4f6a015b76e7"},"resourceType":"DocumentReference"} +{"id":"c21af0a2-c21a-50a9-822d-6a905cf48240","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01898/analysis/HG01898.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367980#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/91f98091-78e3-5c99-bcce-4f6a015b76e7"},"resourceType":"DocumentReference"} +{"id":"c3fc135a-8314-566e-865a-98a50998c9cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01898/analysis/HG01898.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367980#sample/cram"}],"status":"current","subject":{"reference":"Patient/91f98091-78e3-5c99-bcce-4f6a015b76e7"},"resourceType":"DocumentReference"} +{"id":"eddbd9f7-c73a-5245-b631-d751e83c2961","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01916/analysis/HG01916.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367981#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ca0eb0ee-65e4-52cf-a149-657aa3e3cf30"},"resourceType":"DocumentReference"} +{"id":"ef4834ea-2306-5f90-adab-72e3fb537dca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01916/analysis/HG01916.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367981#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ca0eb0ee-65e4-52cf-a149-657aa3e3cf30"},"resourceType":"DocumentReference"} +{"id":"21422ac1-1838-5ad7-b0a2-2e9d000a336a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01916/analysis/HG01916.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367981#sample/cram"}],"status":"current","subject":{"reference":"Patient/ca0eb0ee-65e4-52cf-a149-657aa3e3cf30"},"resourceType":"DocumentReference"} +{"id":"d52865cf-c195-5623-8316-238dae97bb53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01919/analysis/HG01919.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367982#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/10b4676f-eda5-5421-860a-e8469fa044ef"},"resourceType":"DocumentReference"} +{"id":"003daaa1-d14d-5594-ab1a-39995a4693b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01919/analysis/HG01919.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367982#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/10b4676f-eda5-5421-860a-e8469fa044ef"},"resourceType":"DocumentReference"} +{"id":"56050f75-7d30-5ed2-bf45-66da4dd72082","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01919/analysis/HG01919.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367982#sample/cram"}],"status":"current","subject":{"reference":"Patient/10b4676f-eda5-5421-860a-e8469fa044ef"},"resourceType":"DocumentReference"} +{"id":"dd1128ff-28ef-5ec1-b2ff-20615490bd65","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01922/analysis/HG01922.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367983#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cbe25467-adb5-523b-bc77-b07ee6cef960"},"resourceType":"DocumentReference"} +{"id":"94f81a30-d25e-5305-8e33-39e60f43b650","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01922/analysis/HG01922.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367983#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cbe25467-adb5-523b-bc77-b07ee6cef960"},"resourceType":"DocumentReference"} +{"id":"60c823a1-7265-50b1-ad19-b3a43f9bd941","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01922/analysis/HG01922.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367983#sample/cram"}],"status":"current","subject":{"reference":"Patient/cbe25467-adb5-523b-bc77-b07ee6cef960"},"resourceType":"DocumentReference"} +{"id":"2fa4910c-0cce-53dd-960d-8036e333dbbf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01925/analysis/HG01925.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367984#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/85f9b935-04de-550d-a8b0-1d42bb22cb08"},"resourceType":"DocumentReference"} +{"id":"0e7d88a5-1454-5a94-b977-b088c8488319","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01925/analysis/HG01925.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367984#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/85f9b935-04de-550d-a8b0-1d42bb22cb08"},"resourceType":"DocumentReference"} +{"id":"14f5ae22-68ae-5a80-93bc-309161c2b890","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01925/analysis/HG01925.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367984#sample/cram"}],"status":"current","subject":{"reference":"Patient/85f9b935-04de-550d-a8b0-1d42bb22cb08"},"resourceType":"DocumentReference"} +{"id":"446d0520-bf4f-5740-9f7d-63d9c8541237","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01928/analysis/HG01928.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367985#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/829bf140-14f3-5bf0-8574-c11b0d04c898"},"resourceType":"DocumentReference"} +{"id":"7144b553-881f-55ab-9af4-f988ff14f386","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01928/analysis/HG01928.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367985#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/829bf140-14f3-5bf0-8574-c11b0d04c898"},"resourceType":"DocumentReference"} +{"id":"2baa8bb8-9d3a-5c50-9d7d-30b16b418b3d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01928/analysis/HG01928.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367985#sample/cram"}],"status":"current","subject":{"reference":"Patient/829bf140-14f3-5bf0-8574-c11b0d04c898"},"resourceType":"DocumentReference"} +{"id":"b02268c1-614c-52c3-8cbf-6cd67a650029","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01934/analysis/HG01934.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367986#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9ed68bfb-8cad-5e1f-a034-2d36bdb4a2ec"},"resourceType":"DocumentReference"} +{"id":"f78d4c8c-9ba6-53f5-8a8c-bf5c7390ba02","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01934/analysis/HG01934.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367986#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9ed68bfb-8cad-5e1f-a034-2d36bdb4a2ec"},"resourceType":"DocumentReference"} +{"id":"3bf40977-12b9-5709-b6ef-ae9a31edf4c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01934/analysis/HG01934.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367986#sample/cram"}],"status":"current","subject":{"reference":"Patient/9ed68bfb-8cad-5e1f-a034-2d36bdb4a2ec"},"resourceType":"DocumentReference"} +{"id":"eb7e1534-7170-5ea6-b7fa-2052298f27b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01937/analysis/HG01937.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367987#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0b57fef1-4fb2-5fa5-940d-4e7b841b2de7"},"resourceType":"DocumentReference"} +{"id":"49ad59fc-f311-51b2-9207-354504332130","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01937/analysis/HG01937.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367987#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0b57fef1-4fb2-5fa5-940d-4e7b841b2de7"},"resourceType":"DocumentReference"} +{"id":"419b0d4f-7c7a-54d0-a8c7-a9c86744384f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01937/analysis/HG01937.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367987#sample/cram"}],"status":"current","subject":{"reference":"Patient/0b57fef1-4fb2-5fa5-940d-4e7b841b2de7"},"resourceType":"DocumentReference"} +{"id":"759de15a-0640-591b-9731-8423f880d004","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01940/analysis/HG01940.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367988#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cb465393-6052-5832-b52e-e3c96bcd2f3d"},"resourceType":"DocumentReference"} +{"id":"ea09cdcd-c135-51da-82bd-d507ac52ca35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01940/analysis/HG01940.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367988#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cb465393-6052-5832-b52e-e3c96bcd2f3d"},"resourceType":"DocumentReference"} +{"id":"eb2b066e-011c-5ccc-9b30-7495daa62cc7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01940/analysis/HG01940.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367988#sample/cram"}],"status":"current","subject":{"reference":"Patient/cb465393-6052-5832-b52e-e3c96bcd2f3d"},"resourceType":"DocumentReference"} +{"id":"46ece96c-4888-5c72-984b-9bda84fecbb8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01943/analysis/HG01943.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367989#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7517ee0e-c1b6-5cb9-b941-c33466ee1a22"},"resourceType":"DocumentReference"} +{"id":"d1c535a7-035c-546f-9a79-f9376a63f5d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01943/analysis/HG01943.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367989#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7517ee0e-c1b6-5cb9-b941-c33466ee1a22"},"resourceType":"DocumentReference"} +{"id":"d12b3529-4703-587b-92e4-4eae4d2c0c57","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01943/analysis/HG01943.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367989#sample/cram"}],"status":"current","subject":{"reference":"Patient/7517ee0e-c1b6-5cb9-b941-c33466ee1a22"},"resourceType":"DocumentReference"} +{"id":"c5f0d71a-c04d-5e15-b38e-9a786d726e62","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01946/analysis/HG01946.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367990#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9a75ee82-fc5b-5a23-9b24-7298a27552ea"},"resourceType":"DocumentReference"} +{"id":"beaa3b66-cc25-5ac2-a653-279e2dde6c68","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01946/analysis/HG01946.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367990#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9a75ee82-fc5b-5a23-9b24-7298a27552ea"},"resourceType":"DocumentReference"} +{"id":"45cb5040-129e-5b07-9b32-a2165f850064","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01946/analysis/HG01946.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367990#sample/cram"}],"status":"current","subject":{"reference":"Patient/9a75ee82-fc5b-5a23-9b24-7298a27552ea"},"resourceType":"DocumentReference"} +{"id":"8e8d9409-d272-5cca-8d3d-f65ceaaf9177","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01949/analysis/HG01949.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367991#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/25d1ae09-c0d2-5988-a79f-32c66cade254"},"resourceType":"DocumentReference"} +{"id":"b5286de9-ad69-5ea4-9369-cf51f02b3f1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01949/analysis/HG01949.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367991#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/25d1ae09-c0d2-5988-a79f-32c66cade254"},"resourceType":"DocumentReference"} +{"id":"53cee7eb-11ce-5b38-ad4c-3f858802aeff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01949/analysis/HG01949.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367991#sample/cram"}],"status":"current","subject":{"reference":"Patient/25d1ae09-c0d2-5988-a79f-32c66cade254"},"resourceType":"DocumentReference"} +{"id":"e5ade3bf-f108-5025-933d-23ffaf9a27f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01952/analysis/HG01952.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367992#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/409a8114-7a60-5b70-82cb-845c0453e2d0"},"resourceType":"DocumentReference"} +{"id":"baed1b22-a4b9-53cc-9584-7eb7c54dbbc7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01952/analysis/HG01952.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367992#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/409a8114-7a60-5b70-82cb-845c0453e2d0"},"resourceType":"DocumentReference"} +{"id":"882b4669-4962-5ba6-9568-aa2dff9ebfbd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01952/analysis/HG01952.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367992#sample/cram"}],"status":"current","subject":{"reference":"Patient/409a8114-7a60-5b70-82cb-845c0453e2d0"},"resourceType":"DocumentReference"} +{"id":"5e99ecbd-e377-557e-b39c-0b03375eb181","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01955/analysis/HG01955.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367993#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5c724508-745e-5bd2-bb47-67e0eaffedb3"},"resourceType":"DocumentReference"} +{"id":"f9d97005-d2ae-5c6b-b16d-4fb4e36f8d4b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01955/analysis/HG01955.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367993#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5c724508-745e-5bd2-bb47-67e0eaffedb3"},"resourceType":"DocumentReference"} +{"id":"67590232-ca28-563a-8e7b-d8b1dc1bb890","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01955/analysis/HG01955.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367993#sample/cram"}],"status":"current","subject":{"reference":"Patient/5c724508-745e-5bd2-bb47-67e0eaffedb3"},"resourceType":"DocumentReference"} +{"id":"8951b702-1e8c-54ce-8389-81f2a992843f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01959/analysis/HG01959.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367994#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c9eb1dca-98ed-560b-902d-ad57acace837"},"resourceType":"DocumentReference"} +{"id":"b4b01a86-a44c-5595-827f-379ed6de248e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01959/analysis/HG01959.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367994#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c9eb1dca-98ed-560b-902d-ad57acace837"},"resourceType":"DocumentReference"} +{"id":"bc854438-9dca-5ef4-937f-5916b0fca292","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01959/analysis/HG01959.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367994#sample/cram"}],"status":"current","subject":{"reference":"Patient/c9eb1dca-98ed-560b-902d-ad57acace837"},"resourceType":"DocumentReference"} +{"id":"8561c16d-aa95-55f3-908f-e93f60ff67d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01960/analysis/HG01960.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367995#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e42089aa-abbc-54d2-8cdb-398cb0dc5707"},"resourceType":"DocumentReference"} +{"id":"4bb52cb0-54e3-50c7-8759-a4a6a2ea176d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01960/analysis/HG01960.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367995#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e42089aa-abbc-54d2-8cdb-398cb0dc5707"},"resourceType":"DocumentReference"} +{"id":"3a97d5d0-1aff-5145-8a22-fc5c15db3337","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01960/analysis/HG01960.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367995#sample/cram"}],"status":"current","subject":{"reference":"Patient/e42089aa-abbc-54d2-8cdb-398cb0dc5707"},"resourceType":"DocumentReference"} +{"id":"920f63e9-e287-5b6f-8f53-e2afb3a51361","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01969/analysis/HG01969.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367996#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f30f90ef-c462-52b2-969a-458dc63f2fdb"},"resourceType":"DocumentReference"} +{"id":"5bca0083-e83d-57c7-a198-6ca2df84114a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01969/analysis/HG01969.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367996#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f30f90ef-c462-52b2-969a-458dc63f2fdb"},"resourceType":"DocumentReference"} +{"id":"d4d9b753-447f-5d67-9309-5f0c0bcad81c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01969/analysis/HG01969.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367996#sample/cram"}],"status":"current","subject":{"reference":"Patient/f30f90ef-c462-52b2-969a-458dc63f2fdb"},"resourceType":"DocumentReference"} +{"id":"8fdcc777-399b-50d3-903b-29dfd8ce581b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01972/analysis/HG01972.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367997#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e8289e25-424e-5252-91da-268c223d0ab3"},"resourceType":"DocumentReference"} +{"id":"5d6985da-88ed-56df-899f-0cb2835fbc57","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01972/analysis/HG01972.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367997#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e8289e25-424e-5252-91da-268c223d0ab3"},"resourceType":"DocumentReference"} +{"id":"585ed80b-260d-594b-8a64-ef925de5dd0f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01972/analysis/HG01972.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367997#sample/cram"}],"status":"current","subject":{"reference":"Patient/e8289e25-424e-5252-91da-268c223d0ab3"},"resourceType":"DocumentReference"} +{"id":"54b39c9f-c99c-5bfc-aebc-0311c5c01265","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01975/analysis/HG01975.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367998#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/46868dac-4ea3-5f40-8cd9-0d4d1c83fe87"},"resourceType":"DocumentReference"} +{"id":"48627431-b5ca-5fed-a2c2-4d5e4f72c37d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01975/analysis/HG01975.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367998#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/46868dac-4ea3-5f40-8cd9-0d4d1c83fe87"},"resourceType":"DocumentReference"} +{"id":"d5a03d47-5cfe-53b8-9fa9-7c8fb7260bdf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01975/analysis/HG01975.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367998#sample/cram"}],"status":"current","subject":{"reference":"Patient/46868dac-4ea3-5f40-8cd9-0d4d1c83fe87"},"resourceType":"DocumentReference"} +{"id":"8b086785-1cd8-55a9-a644-5426c4fd5574","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01978/analysis/HG01978.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367999#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3201743b-60b5-5e43-b2d5-51f22d7a13cc"},"resourceType":"DocumentReference"} +{"id":"d5b8e1d9-4dcf-5556-a918-a3b3d7869b6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01978/analysis/HG01978.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367999#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3201743b-60b5-5e43-b2d5-51f22d7a13cc"},"resourceType":"DocumentReference"} +{"id":"1705d0f9-2db4-5f46-8059-19d8b40c28dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01978/analysis/HG01978.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367999#sample/cram"}],"status":"current","subject":{"reference":"Patient/3201743b-60b5-5e43-b2d5-51f22d7a13cc"},"resourceType":"DocumentReference"} +{"id":"690d1b4f-55e0-5546-942c-2b45dd638bc0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01981/analysis/HG01981.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368000#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eea7e5b4-f1f0-59f1-a59c-05ad419ae931"},"resourceType":"DocumentReference"} +{"id":"08b4e98b-e0bb-5a87-a2cf-5cc9182c7ebc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01981/analysis/HG01981.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368000#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eea7e5b4-f1f0-59f1-a59c-05ad419ae931"},"resourceType":"DocumentReference"} +{"id":"b5477f6f-4fc1-53db-9734-2384268fe2ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01981/analysis/HG01981.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368000#sample/cram"}],"status":"current","subject":{"reference":"Patient/eea7e5b4-f1f0-59f1-a59c-05ad419ae931"},"resourceType":"DocumentReference"} +{"id":"a8be144d-8886-59f8-ae0d-1bbe190cf5e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01983/analysis/HG01983.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368001#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9b1e55c6-1be7-5641-90e3-92d2c053a674"},"resourceType":"DocumentReference"} +{"id":"f8971873-0404-519f-8604-7e2ea806405b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01983/analysis/HG01983.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368001#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9b1e55c6-1be7-5641-90e3-92d2c053a674"},"resourceType":"DocumentReference"} +{"id":"14e5bc76-7f51-5cb6-8f22-02347212afbe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01983/analysis/HG01983.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368001#sample/cram"}],"status":"current","subject":{"reference":"Patient/9b1e55c6-1be7-5641-90e3-92d2c053a674"},"resourceType":"DocumentReference"} +{"id":"b6d54079-83d3-5e81-a904-1981205faebd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01984/analysis/HG01984.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368002#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9ddfd850-2058-5a3e-b94f-0becdb5ada08"},"resourceType":"DocumentReference"} +{"id":"1017036c-3a99-5f52-bbdd-d7768a77f770","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01984/analysis/HG01984.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368002#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9ddfd850-2058-5a3e-b94f-0becdb5ada08"},"resourceType":"DocumentReference"} +{"id":"6f23df63-d0b3-54b9-bf51-104b4ec25a47","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01984/analysis/HG01984.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368002#sample/cram"}],"status":"current","subject":{"reference":"Patient/9ddfd850-2058-5a3e-b94f-0becdb5ada08"},"resourceType":"DocumentReference"} +{"id":"c50a5438-ffb0-5f19-8948-4b7fa952a166","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01987/analysis/HG01987.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368003#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7e93dfc4-81de-5b41-93c3-6f56ffc572b5"},"resourceType":"DocumentReference"} +{"id":"4b62a315-8003-5153-90b6-fd650f2d2aa7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01987/analysis/HG01987.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368003#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7e93dfc4-81de-5b41-93c3-6f56ffc572b5"},"resourceType":"DocumentReference"} +{"id":"b81faacc-f520-5d73-9e3a-98df8d071c81","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01987/analysis/HG01987.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368003#sample/cram"}],"status":"current","subject":{"reference":"Patient/7e93dfc4-81de-5b41-93c3-6f56ffc572b5"},"resourceType":"DocumentReference"} +{"id":"7fbada85-9b4f-525c-9827-988e8948ac21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01993/analysis/HG01993.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368004#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0274d845-c62a-5c21-9458-9ae182e72baf"},"resourceType":"DocumentReference"} +{"id":"4c72cc4f-b18c-536b-a446-fa527903297e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01993/analysis/HG01993.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368004#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0274d845-c62a-5c21-9458-9ae182e72baf"},"resourceType":"DocumentReference"} +{"id":"2d2f081d-9bd0-59b7-9593-a8766ecff615","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01993/analysis/HG01993.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368004#sample/cram"}],"status":"current","subject":{"reference":"Patient/0274d845-c62a-5c21-9458-9ae182e72baf"},"resourceType":"DocumentReference"} +{"id":"c2b8cf93-801b-5a47-856e-33ab892c604b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01998/analysis/HG01998.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368005#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/74cfe7f5-8673-51c0-8c0c-5aae7da64424"},"resourceType":"DocumentReference"} +{"id":"5f6e97a3-0630-5499-bd0a-24ccd535c9ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG01998/analysis/HG01998.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368005#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/74cfe7f5-8673-51c0-8c0c-5aae7da64424"},"resourceType":"DocumentReference"} +{"id":"83aae46f-0dcf-5eea-aa8a-231c2cf1e70e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG01998/analysis/HG01998.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368005#sample/cram"}],"status":"current","subject":{"reference":"Patient/74cfe7f5-8673-51c0-8c0c-5aae7da64424"},"resourceType":"DocumentReference"} +{"id":"0b04f2cf-c7ee-55e9-95b3-631ec86500ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02004/analysis/HG02004.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368006#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4affa0f0-f1f2-5790-8b06-8d23554eeacf"},"resourceType":"DocumentReference"} +{"id":"79079134-881c-5c50-b47b-202a09bba1c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02004/analysis/HG02004.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368006#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4affa0f0-f1f2-5790-8b06-8d23554eeacf"},"resourceType":"DocumentReference"} +{"id":"867a1a06-bd60-5942-8652-c35668a4a722","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02004/analysis/HG02004.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368006#sample/cram"}],"status":"current","subject":{"reference":"Patient/4affa0f0-f1f2-5790-8b06-8d23554eeacf"},"resourceType":"DocumentReference"} +{"id":"21985943-87d5-512a-b53a-0bfe01553a93","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02011/analysis/HG02011.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368007#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8ac12bcb-9fbd-5247-bc95-5c1244e07501"},"resourceType":"DocumentReference"} +{"id":"cc6435ee-d484-5049-a3e3-8da25de82fe5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02011/analysis/HG02011.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368007#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8ac12bcb-9fbd-5247-bc95-5c1244e07501"},"resourceType":"DocumentReference"} +{"id":"c21023d4-179c-5f5b-8896-a4b40357ae35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02011/analysis/HG02011.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368007#sample/cram"}],"status":"current","subject":{"reference":"Patient/8ac12bcb-9fbd-5247-bc95-5c1244e07501"},"resourceType":"DocumentReference"} +{"id":"d4838ff6-8f3b-5c18-9919-f43c0a7704df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02015/analysis/HG02015.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368008#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ac76b1cf-c8ed-59c4-8cce-0687cc969a1c"},"resourceType":"DocumentReference"} +{"id":"718f6ecd-45d8-5051-9d4b-51e7b6994f76","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02015/analysis/HG02015.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368008#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ac76b1cf-c8ed-59c4-8cce-0687cc969a1c"},"resourceType":"DocumentReference"} +{"id":"352ed21d-fb96-56da-82c3-707a9d070b37","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02015/analysis/HG02015.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368008#sample/cram"}],"status":"current","subject":{"reference":"Patient/ac76b1cf-c8ed-59c4-8cce-0687cc969a1c"},"resourceType":"DocumentReference"} +{"id":"7442f19f-e582-5827-965a-58d6bd43e6de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02018/analysis/HG02018.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368009#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cd77bbd2-64b8-57b3-a19d-a54e0a98bb5a"},"resourceType":"DocumentReference"} +{"id":"20f9b7bf-5db7-50da-a9d2-0671e485a62d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02018/analysis/HG02018.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368009#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cd77bbd2-64b8-57b3-a19d-a54e0a98bb5a"},"resourceType":"DocumentReference"} +{"id":"05157639-3cf8-5b52-91f7-fd7705726393","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02018/analysis/HG02018.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368009#sample/cram"}],"status":"current","subject":{"reference":"Patient/cd77bbd2-64b8-57b3-a19d-a54e0a98bb5a"},"resourceType":"DocumentReference"} +{"id":"8b556f4f-4cc8-5588-9a8f-13ac893f369e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02024/analysis/HG02024.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368010#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c46cd65f-0863-5142-ae75-4cf3c084be67"},"resourceType":"DocumentReference"} +{"id":"5c4d367a-61a0-5099-90ea-ae820654d05d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02024/analysis/HG02024.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368010#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c46cd65f-0863-5142-ae75-4cf3c084be67"},"resourceType":"DocumentReference"} +{"id":"c86e266f-4156-5bec-aa8e-206b676aad93","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02024/analysis/HG02024.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368010#sample/cram"}],"status":"current","subject":{"reference":"Patient/c46cd65f-0863-5142-ae75-4cf3c084be67"},"resourceType":"DocumentReference"} +{"id":"f3e30177-5e85-5b5d-80b1-cbe856995b43","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02027/analysis/HG02027.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368011#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/720e04c3-5634-567d-b6a8-6fa952066aa9"},"resourceType":"DocumentReference"} +{"id":"7db5b0c3-7607-50c4-befe-dab55c507564","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02027/analysis/HG02027.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368011#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/720e04c3-5634-567d-b6a8-6fa952066aa9"},"resourceType":"DocumentReference"} +{"id":"20c8628c-c1ec-57b6-b921-0757516a1bf4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02027/analysis/HG02027.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368011#sample/cram"}],"status":"current","subject":{"reference":"Patient/720e04c3-5634-567d-b6a8-6fa952066aa9"},"resourceType":"DocumentReference"} +{"id":"21998f46-47ae-50a7-ac34-134344718110","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02030/analysis/HG02030.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368012#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/75a2ec10-1249-5989-9086-6aff7ec51b5d"},"resourceType":"DocumentReference"} +{"id":"f7d29978-68c4-5fcf-a8d4-ea3d7c0e7bb4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02030/analysis/HG02030.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368012#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/75a2ec10-1249-5989-9086-6aff7ec51b5d"},"resourceType":"DocumentReference"} +{"id":"1c0af820-a1cc-5756-8258-21ce1fca40a6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02030/analysis/HG02030.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368012#sample/cram"}],"status":"current","subject":{"reference":"Patient/75a2ec10-1249-5989-9086-6aff7ec51b5d"},"resourceType":"DocumentReference"} +{"id":"5403b5c9-93be-53fd-80ab-146b4629d57c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02055/analysis/HG02055.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368013#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6f1e4c57-2182-5138-93c7-c7feaa10bede"},"resourceType":"DocumentReference"} +{"id":"db246f88-213c-58a7-b7be-e18fbe53fc10","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02055/analysis/HG02055.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368013#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6f1e4c57-2182-5138-93c7-c7feaa10bede"},"resourceType":"DocumentReference"} +{"id":"d34d1c99-b2ef-57fd-a9ed-761fa0334e7c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02055/analysis/HG02055.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368013#sample/cram"}],"status":"current","subject":{"reference":"Patient/6f1e4c57-2182-5138-93c7-c7feaa10bede"},"resourceType":"DocumentReference"} +{"id":"d9d0982f-9988-59c2-9548-385ab016c038","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02056/analysis/HG02056.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368014#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/272d9fa6-6a99-58fe-8162-291b1e9128af"},"resourceType":"DocumentReference"} +{"id":"b7a7f88d-a736-545b-aa12-8542396330b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02056/analysis/HG02056.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368014#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/272d9fa6-6a99-58fe-8162-291b1e9128af"},"resourceType":"DocumentReference"} +{"id":"43c38b51-09c1-5c3c-b835-73a82f9ec514","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02056/analysis/HG02056.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368014#sample/cram"}],"status":"current","subject":{"reference":"Patient/272d9fa6-6a99-58fe-8162-291b1e9128af"},"resourceType":"DocumentReference"} +{"id":"cf7b4822-18a8-56fa-a1cd-fa682a32a5d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02059/analysis/HG02059.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368015#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3ddf8de7-b733-524f-8a0a-347b0a19a100"},"resourceType":"DocumentReference"} +{"id":"a684e649-4c54-532b-8ab9-8d7fdb5c78ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02059/analysis/HG02059.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368015#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3ddf8de7-b733-524f-8a0a-347b0a19a100"},"resourceType":"DocumentReference"} +{"id":"a90e2b42-ab58-57ab-8809-8473e43536fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02059/analysis/HG02059.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368015#sample/cram"}],"status":"current","subject":{"reference":"Patient/3ddf8de7-b733-524f-8a0a-347b0a19a100"},"resourceType":"DocumentReference"} +{"id":"92b0c3e9-c371-5094-bd86-e3dce75e8a4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02068/analysis/HG02068.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368016#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/03894036-b68b-512f-8b8a-b4bef2fbb278"},"resourceType":"DocumentReference"} +{"id":"aa35c4fb-9b92-583f-bbda-fbfa7cba87eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02068/analysis/HG02068.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368016#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/03894036-b68b-512f-8b8a-b4bef2fbb278"},"resourceType":"DocumentReference"} +{"id":"6f6a480e-dd64-5c0d-8eb2-a42f527d8ba6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02068/analysis/HG02068.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368016#sample/cram"}],"status":"current","subject":{"reference":"Patient/03894036-b68b-512f-8b8a-b4bef2fbb278"},"resourceType":"DocumentReference"} +{"id":"98282581-b9dd-5d20-b22b-f64cf7ddc09f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02071/analysis/HG02071.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368017#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3a4b0407-abee-5d38-9eb8-48adf6a7af4a"},"resourceType":"DocumentReference"} +{"id":"80fd0a3a-2918-5b15-a6a3-2125bc6959ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02071/analysis/HG02071.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368017#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3a4b0407-abee-5d38-9eb8-48adf6a7af4a"},"resourceType":"DocumentReference"} +{"id":"3ed27348-e99e-5f3c-ac3a-cadd2560f2ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02071/analysis/HG02071.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368017#sample/cram"}],"status":"current","subject":{"reference":"Patient/3a4b0407-abee-5d38-9eb8-48adf6a7af4a"},"resourceType":"DocumentReference"} +{"id":"53479e0b-f9f6-5cb6-99dc-a6d0106102f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02074/analysis/HG02074.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368018#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e45ffd4e-163f-5c4a-9e0f-9c373656fb57"},"resourceType":"DocumentReference"} +{"id":"019fb2ac-a5db-5a40-87ab-0bb45e468e62","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02074/analysis/HG02074.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368018#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e45ffd4e-163f-5c4a-9e0f-9c373656fb57"},"resourceType":"DocumentReference"} +{"id":"c01b983d-16b2-546a-8fc0-f5d42480b8ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02074/analysis/HG02074.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368018#sample/cram"}],"status":"current","subject":{"reference":"Patient/e45ffd4e-163f-5c4a-9e0f-9c373656fb57"},"resourceType":"DocumentReference"} +{"id":"050ef0e6-034f-59f5-ad58-8363470fa3a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02077/analysis/HG02077.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368019#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1eb8166a-7332-58b0-abe6-45a171b35e39"},"resourceType":"DocumentReference"} +{"id":"aaf1a44e-1164-501d-bbb7-110bd2a5a124","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02077/analysis/HG02077.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368019#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1eb8166a-7332-58b0-abe6-45a171b35e39"},"resourceType":"DocumentReference"} +{"id":"8159ceaf-3189-5224-b671-57fa4e77d91f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02077/analysis/HG02077.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368019#sample/cram"}],"status":"current","subject":{"reference":"Patient/1eb8166a-7332-58b0-abe6-45a171b35e39"},"resourceType":"DocumentReference"} +{"id":"bf345fb5-d1a4-5603-b279-e62ac9ef489f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02080/analysis/HG02080.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368020#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f44932ff-79d1-5e81-8694-45a40526cf87"},"resourceType":"DocumentReference"} +{"id":"0e3e54bd-98bc-5be5-a1c4-a146f451e55b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02080/analysis/HG02080.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368020#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f44932ff-79d1-5e81-8694-45a40526cf87"},"resourceType":"DocumentReference"} +{"id":"52f8976c-1d85-5483-bf61-0cceb9c9911a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02080/analysis/HG02080.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368020#sample/cram"}],"status":"current","subject":{"reference":"Patient/f44932ff-79d1-5e81-8694-45a40526cf87"},"resourceType":"DocumentReference"} +{"id":"1599e240-47c3-5a18-85f1-901da5cfc033","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02083/analysis/HG02083.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368021#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1ffaeb52-7bed-5969-a54b-f111002f2378"},"resourceType":"DocumentReference"} +{"id":"452a6019-7452-5a0f-9369-3c5b7e308452","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02083/analysis/HG02083.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368021#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1ffaeb52-7bed-5969-a54b-f111002f2378"},"resourceType":"DocumentReference"} +{"id":"93eefa54-627f-5f1d-b57a-1070525ea15b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02083/analysis/HG02083.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368021#sample/cram"}],"status":"current","subject":{"reference":"Patient/1ffaeb52-7bed-5969-a54b-f111002f2378"},"resourceType":"DocumentReference"} +{"id":"01ca8443-a250-5075-8379-5292f36a04c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02091/analysis/HG02091.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368022#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/605c1168-0b83-5414-855b-18d3e699629a"},"resourceType":"DocumentReference"} +{"id":"6c21ad82-9696-561d-adfa-63ac5086fdaa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02091/analysis/HG02091.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368022#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/605c1168-0b83-5414-855b-18d3e699629a"},"resourceType":"DocumentReference"} +{"id":"0758f9dd-ec7e-5164-9310-6600186421bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02091/analysis/HG02091.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368022#sample/cram"}],"status":"current","subject":{"reference":"Patient/605c1168-0b83-5414-855b-18d3e699629a"},"resourceType":"DocumentReference"} +{"id":"a0fc92f1-7c56-50df-b9da-e17cfc6b9172","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02106/analysis/HG02106.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368023#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8894d323-23c7-5e4f-b624-1895a1abab66"},"resourceType":"DocumentReference"} +{"id":"6aab5ca4-f7fd-51b8-886d-d786743b9962","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02106/analysis/HG02106.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368023#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8894d323-23c7-5e4f-b624-1895a1abab66"},"resourceType":"DocumentReference"} +{"id":"7f175de4-a6a7-5278-bba6-9556d7fbfbad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02106/analysis/HG02106.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368023#sample/cram"}],"status":"current","subject":{"reference":"Patient/8894d323-23c7-5e4f-b624-1895a1abab66"},"resourceType":"DocumentReference"} +{"id":"95bff3f8-c4c2-5191-9610-0acd715b4329","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02120/analysis/HG02120.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368024#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d153952d-dd2d-53cc-a045-70c9a3035316"},"resourceType":"DocumentReference"} +{"id":"14c38fc4-c70f-595f-a0d6-1b4e48a887a2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02120/analysis/HG02120.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368024#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d153952d-dd2d-53cc-a045-70c9a3035316"},"resourceType":"DocumentReference"} +{"id":"480c809f-9fad-587b-a6e2-57dc9490a4f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02120/analysis/HG02120.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368024#sample/cram"}],"status":"current","subject":{"reference":"Patient/d153952d-dd2d-53cc-a045-70c9a3035316"},"resourceType":"DocumentReference"} +{"id":"aab14986-6e2e-5844-8a24-b1ac38efb7a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02126/analysis/HG02126.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368025#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4f96e2fd-49f4-52f5-8245-fe0c10a6298f"},"resourceType":"DocumentReference"} +{"id":"4e43d152-f560-5553-8c30-40135b3dca89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02126/analysis/HG02126.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368025#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4f96e2fd-49f4-52f5-8245-fe0c10a6298f"},"resourceType":"DocumentReference"} +{"id":"03591824-7d79-5380-8576-e39123637d95","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02126/analysis/HG02126.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368025#sample/cram"}],"status":"current","subject":{"reference":"Patient/4f96e2fd-49f4-52f5-8245-fe0c10a6298f"},"resourceType":"DocumentReference"} +{"id":"d5721846-5c34-5632-b1c4-bdaef8cf3b42","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02129/analysis/HG02129.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368026#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f66796cb-5850-523c-812a-843ded1ccc37"},"resourceType":"DocumentReference"} +{"id":"e5aafcec-65a0-588f-a441-d446c3cbb042","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02129/analysis/HG02129.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368026#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f66796cb-5850-523c-812a-843ded1ccc37"},"resourceType":"DocumentReference"} +{"id":"1fdf8bf4-b530-5665-808f-1d7d8076c74a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02129/analysis/HG02129.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368026#sample/cram"}],"status":"current","subject":{"reference":"Patient/f66796cb-5850-523c-812a-843ded1ccc37"},"resourceType":"DocumentReference"} +{"id":"626386d1-7b5c-5206-aea0-fd7a18d2ce17","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02132/analysis/HG02132.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368027#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/99c722c4-3ab6-58b3-8542-f1db99f0d43a"},"resourceType":"DocumentReference"} +{"id":"117305b2-481d-592d-87d0-6c04d966afed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02132/analysis/HG02132.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368027#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/99c722c4-3ab6-58b3-8542-f1db99f0d43a"},"resourceType":"DocumentReference"} +{"id":"c48cabea-5642-5012-84da-b4b8d3b6795f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02132/analysis/HG02132.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368027#sample/cram"}],"status":"current","subject":{"reference":"Patient/99c722c4-3ab6-58b3-8542-f1db99f0d43a"},"resourceType":"DocumentReference"} +{"id":"a8248135-6888-5f57-8cd4-9b29794f8bbe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02135/analysis/HG02135.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368028#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6a6496d9-540b-50dc-8e30-4dbc4fb20d46"},"resourceType":"DocumentReference"} +{"id":"fa5425dc-f104-5ea1-956c-aa187c9d7ef5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02135/analysis/HG02135.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368028#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6a6496d9-540b-50dc-8e30-4dbc4fb20d46"},"resourceType":"DocumentReference"} +{"id":"29245f06-6a4b-566c-af0e-df9b6b7b7fa5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02135/analysis/HG02135.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368028#sample/cram"}],"status":"current","subject":{"reference":"Patient/6a6496d9-540b-50dc-8e30-4dbc4fb20d46"},"resourceType":"DocumentReference"} +{"id":"1d527148-f4e4-5c08-9d5c-a1b96886bd94","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02145/analysis/HG02145.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368029#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f23521fa-ae57-5971-a0b9-d50b4e024ed6"},"resourceType":"DocumentReference"} +{"id":"71cda8ea-84c6-588d-bcc7-19baac9182e3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02145/analysis/HG02145.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368029#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f23521fa-ae57-5971-a0b9-d50b4e024ed6"},"resourceType":"DocumentReference"} +{"id":"dc9f7d6a-1893-5cad-9f62-0796fbbc7309","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02145/analysis/HG02145.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368029#sample/cram"}],"status":"current","subject":{"reference":"Patient/f23521fa-ae57-5971-a0b9-d50b4e024ed6"},"resourceType":"DocumentReference"} +{"id":"6af5145b-bea7-5372-b3c6-24ed8093f922","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02148/analysis/HG02148.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368030#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a02a591a-b7bd-5883-bc5a-fb7419716449"},"resourceType":"DocumentReference"} +{"id":"9afbc1a8-4d97-5e4e-930a-a25a05513b81","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02148/analysis/HG02148.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368030#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a02a591a-b7bd-5883-bc5a-fb7419716449"},"resourceType":"DocumentReference"} +{"id":"782f29c2-ecec-5bdd-95cb-b967fabfc529","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02148/analysis/HG02148.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368030#sample/cram"}],"status":"current","subject":{"reference":"Patient/a02a591a-b7bd-5883-bc5a-fb7419716449"},"resourceType":"DocumentReference"} +{"id":"45fcf496-a953-54f4-968e-26aeffeae2ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02222/analysis/HG02222.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368031#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b6c3cd9b-82a1-57bd-98e6-ca61a8784551"},"resourceType":"DocumentReference"} +{"id":"9d922733-df49-54af-8aca-114ed1e703fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02222/analysis/HG02222.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368031#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b6c3cd9b-82a1-57bd-98e6-ca61a8784551"},"resourceType":"DocumentReference"} +{"id":"e3df7f07-7df7-51b0-b115-e8cc9f6d7b5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02222/analysis/HG02222.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368031#sample/cram"}],"status":"current","subject":{"reference":"Patient/b6c3cd9b-82a1-57bd-98e6-ca61a8784551"},"resourceType":"DocumentReference"} +{"id":"c21672a8-3872-5e8b-a161-203784759134","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02225/analysis/HG02225.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368032#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/29e38345-7a92-5281-a08e-ef022761c929"},"resourceType":"DocumentReference"} +{"id":"a372c2b9-515c-58ac-afac-e8757c2beeec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02225/analysis/HG02225.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368032#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/29e38345-7a92-5281-a08e-ef022761c929"},"resourceType":"DocumentReference"} +{"id":"85b0eeaf-3e60-5b26-adc8-6b809282c168","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02225/analysis/HG02225.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368032#sample/cram"}],"status":"current","subject":{"reference":"Patient/29e38345-7a92-5281-a08e-ef022761c929"},"resourceType":"DocumentReference"} +{"id":"c5cd3767-aee7-5224-a6ae-f7d6d32760dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02229/analysis/HG02229.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368033#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3b710d3e-20d5-5ce3-b19b-c8ddf26614e9"},"resourceType":"DocumentReference"} +{"id":"1d010a66-51a0-5600-bb55-ff0fd1a1de94","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02229/analysis/HG02229.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368033#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3b710d3e-20d5-5ce3-b19b-c8ddf26614e9"},"resourceType":"DocumentReference"} +{"id":"a4a9f93b-2b8d-52f8-b3f8-71ca7eb5b549","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02229/analysis/HG02229.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368033#sample/cram"}],"status":"current","subject":{"reference":"Patient/3b710d3e-20d5-5ce3-b19b-c8ddf26614e9"},"resourceType":"DocumentReference"} +{"id":"8daab104-f9bb-55c5-8d51-559c96590a5e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02234/analysis/HG02234.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368034#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/90510b5c-cba8-52ee-baf6-c21bf6530a66"},"resourceType":"DocumentReference"} +{"id":"2eb4c0a8-c379-58e3-8a01-6ac59ffa16b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02234/analysis/HG02234.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368034#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/90510b5c-cba8-52ee-baf6-c21bf6530a66"},"resourceType":"DocumentReference"} +{"id":"632e3fe2-f600-587b-9b74-0ba8e545efba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02234/analysis/HG02234.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368034#sample/cram"}],"status":"current","subject":{"reference":"Patient/90510b5c-cba8-52ee-baf6-c21bf6530a66"},"resourceType":"DocumentReference"} +{"id":"a787d76d-19c0-5b7d-89f7-75fa04abe295","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02237/analysis/HG02237.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368035#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/36b8414c-2eb1-55d0-964d-a857e88a9379"},"resourceType":"DocumentReference"} +{"id":"098ee9e8-00ff-5b69-9bcb-a5febe7c8274","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02237/analysis/HG02237.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368035#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/36b8414c-2eb1-55d0-964d-a857e88a9379"},"resourceType":"DocumentReference"} +{"id":"a14138fb-2dd0-5e75-9fbb-1f79ac2a5a6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02237/analysis/HG02237.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368035#sample/cram"}],"status":"current","subject":{"reference":"Patient/36b8414c-2eb1-55d0-964d-a857e88a9379"},"resourceType":"DocumentReference"} +{"id":"b2dbef84-d400-547e-a776-c09b9b0fa252","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02240/analysis/HG02240.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368036#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a722e091-20be-55f1-b918-9add883eb18b"},"resourceType":"DocumentReference"} +{"id":"1b5d8885-a14c-5087-bf1f-3d9c53d6797e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02240/analysis/HG02240.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368036#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a722e091-20be-55f1-b918-9add883eb18b"},"resourceType":"DocumentReference"} +{"id":"e6ce2b97-acad-50eb-bb2f-6eb44279d15b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02240/analysis/HG02240.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368036#sample/cram"}],"status":"current","subject":{"reference":"Patient/a722e091-20be-55f1-b918-9add883eb18b"},"resourceType":"DocumentReference"} +{"id":"73885c9d-3ce5-541f-be77-30864b307e64","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02257/analysis/HG02257.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368037#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2412ef84-527e-559d-a7e5-2ea885b498ad"},"resourceType":"DocumentReference"} +{"id":"b8811198-ec50-5a81-afb6-b350c5cf7a8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02257/analysis/HG02257.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368037#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2412ef84-527e-559d-a7e5-2ea885b498ad"},"resourceType":"DocumentReference"} +{"id":"b2e8c4c0-61cb-59d0-8cc0-7a691fdf157b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02257/analysis/HG02257.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368037#sample/cram"}],"status":"current","subject":{"reference":"Patient/2412ef84-527e-559d-a7e5-2ea885b498ad"},"resourceType":"DocumentReference"} +{"id":"33d35013-3193-51c2-97ac-119a7b5f1d71","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02258/analysis/HG02258.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368038#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b4a5c416-85cb-5a38-b270-6358ac5096ea"},"resourceType":"DocumentReference"} +{"id":"9b328207-0efb-5b5a-a9c8-368fbd1fd62d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02258/analysis/HG02258.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368038#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b4a5c416-85cb-5a38-b270-6358ac5096ea"},"resourceType":"DocumentReference"} +{"id":"69cc4639-b357-566a-8024-83b65d59d70e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02258/analysis/HG02258.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368038#sample/cram"}],"status":"current","subject":{"reference":"Patient/b4a5c416-85cb-5a38-b270-6358ac5096ea"},"resourceType":"DocumentReference"} +{"id":"7d6ecb80-25bd-54e9-9651-6b92ccafff39","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02261/analysis/HG02261.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368039#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7ed97cad-3e97-5627-afe2-711a410a7bfb"},"resourceType":"DocumentReference"} +{"id":"88db3d4c-1bf8-53fe-b6c5-c7c672e3a3cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02261/analysis/HG02261.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368039#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7ed97cad-3e97-5627-afe2-711a410a7bfb"},"resourceType":"DocumentReference"} +{"id":"c3fa540c-2b81-55ae-9985-deafd6bca74d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02261/analysis/HG02261.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368039#sample/cram"}],"status":"current","subject":{"reference":"Patient/7ed97cad-3e97-5627-afe2-711a410a7bfb"},"resourceType":"DocumentReference"} +{"id":"d7871cc9-2661-5b60-8f3d-1ab9211c23fc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02273/analysis/HG02273.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368040#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c22e3cfd-0972-5e76-b812-70d97a1cfe46"},"resourceType":"DocumentReference"} +{"id":"5df3366c-b0fa-5e70-8cb3-30b8a8e2420d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02273/analysis/HG02273.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368040#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c22e3cfd-0972-5e76-b812-70d97a1cfe46"},"resourceType":"DocumentReference"} +{"id":"cb6faef8-7795-5da8-b588-61a8fb8060af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02273/analysis/HG02273.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368040#sample/cram"}],"status":"current","subject":{"reference":"Patient/c22e3cfd-0972-5e76-b812-70d97a1cfe46"},"resourceType":"DocumentReference"} +{"id":"dd41e5bd-83ba-5b0e-894b-3e6fe5114461","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02279/analysis/HG02279.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368041#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/998d98cb-8586-5305-b08f-bc5e315299bc"},"resourceType":"DocumentReference"} +{"id":"17faf013-b3dd-567a-a446-a47449463d98","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02279/analysis/HG02279.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368041#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/998d98cb-8586-5305-b08f-bc5e315299bc"},"resourceType":"DocumentReference"} +{"id":"0fe085d7-fcce-5cab-a09e-732da9c9ffaa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02279/analysis/HG02279.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368041#sample/cram"}],"status":"current","subject":{"reference":"Patient/998d98cb-8586-5305-b08f-bc5e315299bc"},"resourceType":"DocumentReference"} +{"id":"43a111fd-8ccf-5f04-957b-9751c7d79c58","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02280/analysis/HG02280.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368042#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5a5abb6e-d8d9-5ea4-8bcd-0b702d4cea72"},"resourceType":"DocumentReference"} +{"id":"40af1544-8daf-5415-92fb-176c0488060f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02280/analysis/HG02280.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368042#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5a5abb6e-d8d9-5ea4-8bcd-0b702d4cea72"},"resourceType":"DocumentReference"} +{"id":"f29b8ee0-b62a-5768-9ef3-1386576b29e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02280/analysis/HG02280.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368042#sample/cram"}],"status":"current","subject":{"reference":"Patient/5a5abb6e-d8d9-5ea4-8bcd-0b702d4cea72"},"resourceType":"DocumentReference"} +{"id":"03f3c939-7a49-568d-9bfc-4318c620f36c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02287/analysis/HG02287.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368043#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/935d31c7-e574-5691-b4fc-39c4f7aba12a"},"resourceType":"DocumentReference"} +{"id":"a91a9438-304b-51b0-8e45-7c57d5541a44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02287/analysis/HG02287.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368043#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/935d31c7-e574-5691-b4fc-39c4f7aba12a"},"resourceType":"DocumentReference"} +{"id":"970b1683-4a32-5003-bb01-a883dc1858dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02287/analysis/HG02287.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368043#sample/cram"}],"status":"current","subject":{"reference":"Patient/935d31c7-e574-5691-b4fc-39c4f7aba12a"},"resourceType":"DocumentReference"} +{"id":"fcb54ee3-f729-598c-8e41-1fa29bfef044","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02293/analysis/HG02293.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368044#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b452c4c5-6ef5-5de8-8827-d26a7d4750ac"},"resourceType":"DocumentReference"} +{"id":"1e734537-5f3f-5a14-8d7a-25a718cfc1be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02293/analysis/HG02293.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368044#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b452c4c5-6ef5-5de8-8827-d26a7d4750ac"},"resourceType":"DocumentReference"} +{"id":"c87039ad-2a65-54a9-a804-9ef2f62f57b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02293/analysis/HG02293.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368044#sample/cram"}],"status":"current","subject":{"reference":"Patient/b452c4c5-6ef5-5de8-8827-d26a7d4750ac"},"resourceType":"DocumentReference"} +{"id":"8a243a17-869b-5bdf-8847-b56b6f49a82b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02300/analysis/HG02300.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368045#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b24afcbe-3fb6-56b7-836b-9fb0e248ca72"},"resourceType":"DocumentReference"} +{"id":"cdeeec26-8314-5081-beb0-3ce1efe58167","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02300/analysis/HG02300.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368045#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b24afcbe-3fb6-56b7-836b-9fb0e248ca72"},"resourceType":"DocumentReference"} +{"id":"37332c31-2b00-5bbd-a455-445178443930","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02300/analysis/HG02300.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368045#sample/cram"}],"status":"current","subject":{"reference":"Patient/b24afcbe-3fb6-56b7-836b-9fb0e248ca72"},"resourceType":"DocumentReference"} +{"id":"a5e4c997-e210-5feb-b79f-c2e6c69ed151","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02302/analysis/HG02302.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368046#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/81f9f9aa-c97a-5d9b-82f8-7cd8d1e8bb77"},"resourceType":"DocumentReference"} +{"id":"29fa9c77-b4ff-56df-8232-ba15548b225d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02302/analysis/HG02302.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368046#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/81f9f9aa-c97a-5d9b-82f8-7cd8d1e8bb77"},"resourceType":"DocumentReference"} +{"id":"d45027aa-e201-53de-8086-80fe09cffe69","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02302/analysis/HG02302.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368046#sample/cram"}],"status":"current","subject":{"reference":"Patient/81f9f9aa-c97a-5d9b-82f8-7cd8d1e8bb77"},"resourceType":"DocumentReference"} +{"id":"4e8c8abd-b296-5377-8f25-4fa7bd943732","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02303/analysis/HG02303.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368047#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e3dc1a11-81e7-5812-bd8c-ea7ac321e71c"},"resourceType":"DocumentReference"} +{"id":"88e9adfa-ba55-5b11-a5a8-5e44de7a9c36","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02303/analysis/HG02303.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368047#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e3dc1a11-81e7-5812-bd8c-ea7ac321e71c"},"resourceType":"DocumentReference"} +{"id":"65c052f3-4ba9-57ed-ac40-ec3ce4525bfe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02303/analysis/HG02303.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368047#sample/cram"}],"status":"current","subject":{"reference":"Patient/e3dc1a11-81e7-5812-bd8c-ea7ac321e71c"},"resourceType":"DocumentReference"} +{"id":"44157ab3-5fec-5b07-af5c-22e168c66cac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02316/analysis/HG02316.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368048#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/789303c6-06e0-5e8b-aefe-daa1bdf762bd"},"resourceType":"DocumentReference"} +{"id":"e71c0c6c-a5f2-5bcc-b421-e9f1dc1b6562","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02316/analysis/HG02316.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368048#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/789303c6-06e0-5e8b-aefe-daa1bdf762bd"},"resourceType":"DocumentReference"} +{"id":"12049f09-e574-5a9e-af8a-772cb6ca8ac9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02316/analysis/HG02316.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368048#sample/cram"}],"status":"current","subject":{"reference":"Patient/789303c6-06e0-5e8b-aefe-daa1bdf762bd"},"resourceType":"DocumentReference"} +{"id":"9d995427-2b17-5d21-adbe-07973579408f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02321/analysis/HG02321.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368049#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3acde6ba-9dbf-5cc3-a630-097edc3908c9"},"resourceType":"DocumentReference"} +{"id":"04016b9e-8011-5c06-a0af-9010e7e09071","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02321/analysis/HG02321.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368049#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3acde6ba-9dbf-5cc3-a630-097edc3908c9"},"resourceType":"DocumentReference"} +{"id":"06bd630a-4214-53e9-b9fa-570d11547797","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02321/analysis/HG02321.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368049#sample/cram"}],"status":"current","subject":{"reference":"Patient/3acde6ba-9dbf-5cc3-a630-097edc3908c9"},"resourceType":"DocumentReference"} +{"id":"33b3ccf5-af57-58da-8c21-8f200a9b3c50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02451/analysis/HG02451.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368050#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8d1c2c28-f69a-538c-95e3-beb28ab07f67"},"resourceType":"DocumentReference"} +{"id":"c44c43d8-c4b7-5f90-93c6-5902eabde827","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02451/analysis/HG02451.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368050#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8d1c2c28-f69a-538c-95e3-beb28ab07f67"},"resourceType":"DocumentReference"} +{"id":"685dadaf-7028-597c-a72d-eea0ae66bc55","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02451/analysis/HG02451.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368050#sample/cram"}],"status":"current","subject":{"reference":"Patient/8d1c2c28-f69a-538c-95e3-beb28ab07f67"},"resourceType":"DocumentReference"} +{"id":"cef10aa7-e8dd-5669-959c-1e2e2cd024e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02463/analysis/HG02463.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368051#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2ceea85b-55ae-5547-8a6d-4cc6a9c68f85"},"resourceType":"DocumentReference"} +{"id":"f72f4682-584b-52e6-a02b-c91c2ff5067f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02463/analysis/HG02463.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368051#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2ceea85b-55ae-5547-8a6d-4cc6a9c68f85"},"resourceType":"DocumentReference"} +{"id":"1fe93bbe-ffac-5505-9c2f-5ebfa6b63c59","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02463/analysis/HG02463.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368051#sample/cram"}],"status":"current","subject":{"reference":"Patient/2ceea85b-55ae-5547-8a6d-4cc6a9c68f85"},"resourceType":"DocumentReference"} +{"id":"7461795f-d1b8-52f1-a263-9c7601a4e729","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02466/analysis/HG02466.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368052#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/769cc530-30ac-5e1a-a482-6f34a6a66dae"},"resourceType":"DocumentReference"} +{"id":"6b360916-e04b-504c-ad38-9f6130ae231e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02466/analysis/HG02466.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368052#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/769cc530-30ac-5e1a-a482-6f34a6a66dae"},"resourceType":"DocumentReference"} +{"id":"837752f9-5b04-5690-9a9c-95f3d30e6168","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02466/analysis/HG02466.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368052#sample/cram"}],"status":"current","subject":{"reference":"Patient/769cc530-30ac-5e1a-a482-6f34a6a66dae"},"resourceType":"DocumentReference"} +{"id":"6423f627-80a7-598a-b58b-29c389f5370b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02492/analysis/HG02492.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368053#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/22aa32bb-58e5-5b54-b61b-e54c5ca79ec0"},"resourceType":"DocumentReference"} +{"id":"c2b192f3-bbbe-5d75-8163-0813a0026265","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02492/analysis/HG02492.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368053#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/22aa32bb-58e5-5b54-b61b-e54c5ca79ec0"},"resourceType":"DocumentReference"} +{"id":"963d553a-7dea-57c9-8f37-68fae20bc37c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02492/analysis/HG02492.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368053#sample/cram"}],"status":"current","subject":{"reference":"Patient/22aa32bb-58e5-5b54-b61b-e54c5ca79ec0"},"resourceType":"DocumentReference"} +{"id":"b62bfee5-927c-5885-bc99-c92c9a01d682","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02495/analysis/HG02495.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368054#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/50709dae-9b9b-51c9-9e0d-f9ab58fdc4c6"},"resourceType":"DocumentReference"} +{"id":"e5617f12-5449-5f88-a905-4e5cc491ddd6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02495/analysis/HG02495.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368054#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/50709dae-9b9b-51c9-9e0d-f9ab58fdc4c6"},"resourceType":"DocumentReference"} +{"id":"7b2a19b8-98f8-5847-b44b-8389b5786c3b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02495/analysis/HG02495.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368054#sample/cram"}],"status":"current","subject":{"reference":"Patient/50709dae-9b9b-51c9-9e0d-f9ab58fdc4c6"},"resourceType":"DocumentReference"} +{"id":"2d0a4536-eb07-561b-9a44-6cfba2b5fa8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02514/analysis/HG02514.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368055#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0078c9af-612e-545e-9e06-80fd79ef4761"},"resourceType":"DocumentReference"} +{"id":"cc7b11c4-ac6a-567c-b869-77a5c6879ebf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02514/analysis/HG02514.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368055#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0078c9af-612e-545e-9e06-80fd79ef4761"},"resourceType":"DocumentReference"} +{"id":"a9db90b0-7c81-5995-a996-66b77c6732ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02514/analysis/HG02514.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368055#sample/cram"}],"status":"current","subject":{"reference":"Patient/0078c9af-612e-545e-9e06-80fd79ef4761"},"resourceType":"DocumentReference"} +{"id":"d7bfda35-8c6d-5ddb-9765-19cacc310159","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02523/analysis/HG02523.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368056#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ca8352ab-db01-5684-a6e4-632bea19f348"},"resourceType":"DocumentReference"} +{"id":"acca024b-8a71-54c2-be90-403b5a422edb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02523/analysis/HG02523.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368056#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ca8352ab-db01-5684-a6e4-632bea19f348"},"resourceType":"DocumentReference"} +{"id":"8b1c386b-f710-5a51-81b6-883b988c5600","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02523/analysis/HG02523.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368056#sample/cram"}],"status":"current","subject":{"reference":"Patient/ca8352ab-db01-5684-a6e4-632bea19f348"},"resourceType":"DocumentReference"} +{"id":"b7f21834-fdbc-53fd-9af8-33b626f02f8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02524/analysis/HG02524.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368057#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3a6070fc-558b-5039-878a-c7433b90615c"},"resourceType":"DocumentReference"} +{"id":"4c8624f9-c743-5b34-97fc-1f775df2729a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02524/analysis/HG02524.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368057#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3a6070fc-558b-5039-878a-c7433b90615c"},"resourceType":"DocumentReference"} +{"id":"7222d8cd-0dd1-544e-b6d2-39af819cd7d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02524/analysis/HG02524.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368057#sample/cram"}],"status":"current","subject":{"reference":"Patient/3a6070fc-558b-5039-878a-c7433b90615c"},"resourceType":"DocumentReference"} +{"id":"c8b7f085-e4cc-5b48-bfa9-1c6dd5da8ddd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02525/analysis/HG02525.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368058#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/af2b5c09-cc3f-51b5-b8de-b08cbfdf432e"},"resourceType":"DocumentReference"} +{"id":"07dc463d-c8da-52e1-97c9-e4d17d53cd57","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02525/analysis/HG02525.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368058#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/af2b5c09-cc3f-51b5-b8de-b08cbfdf432e"},"resourceType":"DocumentReference"} +{"id":"c2789cf6-79cd-54bb-b265-1410ec73d5ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02525/analysis/HG02525.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368058#sample/cram"}],"status":"current","subject":{"reference":"Patient/af2b5c09-cc3f-51b5-b8de-b08cbfdf432e"},"resourceType":"DocumentReference"} +{"id":"da31ca37-3829-5ea4-bc93-94f758230c65","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02526/analysis/HG02526.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368059#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9f3a2bce-6baa-580f-bf46-f77244f6a227"},"resourceType":"DocumentReference"} +{"id":"d00f599b-2234-5b1c-8b40-9efe3b7908bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02526/analysis/HG02526.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368059#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9f3a2bce-6baa-580f-bf46-f77244f6a227"},"resourceType":"DocumentReference"} +{"id":"4cb43b05-f47d-5b26-a44d-ed67035faa9d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02526/analysis/HG02526.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368059#sample/cram"}],"status":"current","subject":{"reference":"Patient/9f3a2bce-6baa-580f-bf46-f77244f6a227"},"resourceType":"DocumentReference"} +{"id":"4e565db5-1d19-57dc-b257-b3ecea0bef58","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02563/analysis/HG02563.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368060#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/48c8d637-13d6-588c-a77d-b2f5e35699eb"},"resourceType":"DocumentReference"} +{"id":"f582c662-680f-5275-91e7-ac039f8041a6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02563/analysis/HG02563.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368060#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/48c8d637-13d6-588c-a77d-b2f5e35699eb"},"resourceType":"DocumentReference"} +{"id":"ef0842bc-0f30-542b-bbcd-774b3510e4e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02563/analysis/HG02563.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368060#sample/cram"}],"status":"current","subject":{"reference":"Patient/48c8d637-13d6-588c-a77d-b2f5e35699eb"},"resourceType":"DocumentReference"} +{"id":"4d5355e5-a91b-59e7-9973-da0dd27b7d18","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02569/analysis/HG02569.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368061#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a6c3ebde-6bba-5272-9953-af6e73bdd72c"},"resourceType":"DocumentReference"} +{"id":"1a51557d-d5d8-5eb7-a0e4-15118930a0a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02569/analysis/HG02569.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368061#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a6c3ebde-6bba-5272-9953-af6e73bdd72c"},"resourceType":"DocumentReference"} +{"id":"4b028e08-4f8d-5ee2-9b47-cc2d733417d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02569/analysis/HG02569.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368061#sample/cram"}],"status":"current","subject":{"reference":"Patient/a6c3ebde-6bba-5272-9953-af6e73bdd72c"},"resourceType":"DocumentReference"} +{"id":"c3f6258a-21b1-5a36-949a-9e01832dfebb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02572/analysis/HG02572.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368062#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/67932467-b3f2-5a3c-bf7e-39d1af1fee44"},"resourceType":"DocumentReference"} +{"id":"45141404-b13f-5f1c-8720-02062fe9c8bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02572/analysis/HG02572.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368062#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/67932467-b3f2-5a3c-bf7e-39d1af1fee44"},"resourceType":"DocumentReference"} +{"id":"7fca501c-301b-5a67-b879-abb1f5906a70","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02572/analysis/HG02572.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368062#sample/cram"}],"status":"current","subject":{"reference":"Patient/67932467-b3f2-5a3c-bf7e-39d1af1fee44"},"resourceType":"DocumentReference"} +{"id":"516cb149-ca67-5d9f-9420-070f3b22e249","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02575/analysis/HG02575.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368063#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/76c4db5d-fec3-504b-a68e-b7c6c689f162"},"resourceType":"DocumentReference"} +{"id":"bf0c83f7-10a1-5860-bf61-8c0e6e8a33b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02575/analysis/HG02575.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368063#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/76c4db5d-fec3-504b-a68e-b7c6c689f162"},"resourceType":"DocumentReference"} +{"id":"7496f983-505f-543a-b3fd-b4d14eedf473","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02575/analysis/HG02575.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368063#sample/cram"}],"status":"current","subject":{"reference":"Patient/76c4db5d-fec3-504b-a68e-b7c6c689f162"},"resourceType":"DocumentReference"} +{"id":"614d3a01-2e63-537d-9620-c525bfcd0352","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02584/analysis/HG02584.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368064#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5f86d71e-4349-5605-a3c3-a150f62f54a3"},"resourceType":"DocumentReference"} +{"id":"a5c341cf-5702-580b-b23d-b4399a1a5a51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02584/analysis/HG02584.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368064#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5f86d71e-4349-5605-a3c3-a150f62f54a3"},"resourceType":"DocumentReference"} +{"id":"1e4014d0-b956-59b0-b4a8-a53049d8e9bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02584/analysis/HG02584.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368064#sample/cram"}],"status":"current","subject":{"reference":"Patient/5f86d71e-4349-5605-a3c3-a150f62f54a3"},"resourceType":"DocumentReference"} +{"id":"f5ef2b4f-8c78-54f4-b632-26cb7296a1db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02587/analysis/HG02587.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368065#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/337693ed-f210-53f7-a608-13c078eaf7ad"},"resourceType":"DocumentReference"} +{"id":"a7b2e342-b488-53f8-a1e0-a634c49b7d2b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02587/analysis/HG02587.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368065#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/337693ed-f210-53f7-a608-13c078eaf7ad"},"resourceType":"DocumentReference"} +{"id":"1c2b9ee1-0a5f-5efa-8a82-269555705f64","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02587/analysis/HG02587.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368065#sample/cram"}],"status":"current","subject":{"reference":"Patient/337693ed-f210-53f7-a608-13c078eaf7ad"},"resourceType":"DocumentReference"} +{"id":"e7d14469-4b2a-5f3a-a7c1-db89f136c7cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02590/analysis/HG02590.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368066#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3122473a-c39a-5709-8f65-58dca89372f7"},"resourceType":"DocumentReference"} +{"id":"1240c6a8-bb23-5727-9bbe-118612bfe4e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02590/analysis/HG02590.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368066#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3122473a-c39a-5709-8f65-58dca89372f7"},"resourceType":"DocumentReference"} +{"id":"67af6111-d2c1-5e8c-9e59-388733d1e16c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02590/analysis/HG02590.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368066#sample/cram"}],"status":"current","subject":{"reference":"Patient/3122473a-c39a-5709-8f65-58dca89372f7"},"resourceType":"DocumentReference"} +{"id":"78b06415-244e-5324-9d34-399b1ac72f0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02596/analysis/HG02596.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368067#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ed31ffd0-0607-54fd-9cd1-5b59bb6caf0d"},"resourceType":"DocumentReference"} +{"id":"ac0e9af8-de7e-5878-8153-7c3b114cf6f9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02596/analysis/HG02596.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368067#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ed31ffd0-0607-54fd-9cd1-5b59bb6caf0d"},"resourceType":"DocumentReference"} +{"id":"6696e1a1-6dc3-5f96-bea3-636d2b198e44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02596/analysis/HG02596.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368067#sample/cram"}],"status":"current","subject":{"reference":"Patient/ed31ffd0-0607-54fd-9cd1-5b59bb6caf0d"},"resourceType":"DocumentReference"} +{"id":"bf2acbda-3af0-5e8c-909b-64d580315a20","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02602/analysis/HG02602.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368068#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/214f5c49-aaf3-55fb-a528-7efdd268c0f6"},"resourceType":"DocumentReference"} +{"id":"d0316346-bceb-5866-9934-6c1c08b3e730","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02602/analysis/HG02602.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368068#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/214f5c49-aaf3-55fb-a528-7efdd268c0f6"},"resourceType":"DocumentReference"} +{"id":"107cb663-c53b-51f5-8c0a-7be5a50d7162","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02602/analysis/HG02602.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368068#sample/cram"}],"status":"current","subject":{"reference":"Patient/214f5c49-aaf3-55fb-a528-7efdd268c0f6"},"resourceType":"DocumentReference"} +{"id":"5b64577f-8607-5656-9f02-4b8d8672d8d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02605/analysis/HG02605.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368069#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/398343a8-64c6-5e8f-9b67-316c6c1e74bf"},"resourceType":"DocumentReference"} +{"id":"0cb9a801-08ee-58df-bf53-268fbe1252eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02605/analysis/HG02605.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368069#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/398343a8-64c6-5e8f-9b67-316c6c1e74bf"},"resourceType":"DocumentReference"} +{"id":"73843fbd-3d5c-5e90-b142-7a20013b9127","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02605/analysis/HG02605.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368069#sample/cram"}],"status":"current","subject":{"reference":"Patient/398343a8-64c6-5e8f-9b67-316c6c1e74bf"},"resourceType":"DocumentReference"} +{"id":"71ccd8ad-23b7-5232-9e58-d268680d05c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02612/analysis/HG02612.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368070#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/170bdd06-306b-5b88-83eb-fbab35f0bbea"},"resourceType":"DocumentReference"} +{"id":"75e7060f-7b64-5e2e-bb45-83552756d51e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02612/analysis/HG02612.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368070#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/170bdd06-306b-5b88-83eb-fbab35f0bbea"},"resourceType":"DocumentReference"} +{"id":"2c2a5370-beca-51b9-86a9-94da64650c68","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02612/analysis/HG02612.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368070#sample/cram"}],"status":"current","subject":{"reference":"Patient/170bdd06-306b-5b88-83eb-fbab35f0bbea"},"resourceType":"DocumentReference"} +{"id":"9767fbd5-efe1-52d9-a5c4-8de9bd397666","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02615/analysis/HG02615.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368071#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f90cc3a5-dbd1-59a7-828e-cc89499b7ba9"},"resourceType":"DocumentReference"} +{"id":"400fbebf-13f5-539f-9640-0dd509db4e40","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02615/analysis/HG02615.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368071#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f90cc3a5-dbd1-59a7-828e-cc89499b7ba9"},"resourceType":"DocumentReference"} +{"id":"767569ab-9df7-5101-a473-f58117ac46a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02615/analysis/HG02615.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368071#sample/cram"}],"status":"current","subject":{"reference":"Patient/f90cc3a5-dbd1-59a7-828e-cc89499b7ba9"},"resourceType":"DocumentReference"} +{"id":"9a07bfb3-ff6c-597e-9c9e-761d56a9701a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02622/analysis/HG02622.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368072#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c665b89e-b5f8-55ed-bc0f-8440b5b17884"},"resourceType":"DocumentReference"} +{"id":"24860fe9-cb6a-5159-8a7b-d8df7ef8b18f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02622/analysis/HG02622.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368072#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c665b89e-b5f8-55ed-bc0f-8440b5b17884"},"resourceType":"DocumentReference"} +{"id":"ec0ab44d-8c5a-5ad6-a581-5d6fe4a5b193","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02622/analysis/HG02622.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368072#sample/cram"}],"status":"current","subject":{"reference":"Patient/c665b89e-b5f8-55ed-bc0f-8440b5b17884"},"resourceType":"DocumentReference"} +{"id":"586a522e-94e2-54e8-bbc1-c7ddd8a13325","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02625/analysis/HG02625.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368073#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/530774f4-0207-5a1b-8848-2aeb972f1bd4"},"resourceType":"DocumentReference"} +{"id":"83c7b0f2-c308-5d46-9fe7-cacd54521946","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02625/analysis/HG02625.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368073#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/530774f4-0207-5a1b-8848-2aeb972f1bd4"},"resourceType":"DocumentReference"} +{"id":"476d8c37-60d3-54af-b2f9-1a88b5fc8807","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02625/analysis/HG02625.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368073#sample/cram"}],"status":"current","subject":{"reference":"Patient/530774f4-0207-5a1b-8848-2aeb972f1bd4"},"resourceType":"DocumentReference"} +{"id":"125095be-b933-55e5-b7ce-3a2d847c1ae7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02630/analysis/HG02630.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368074#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/47209edf-13f6-5a50-bd83-49878e2b3316"},"resourceType":"DocumentReference"} +{"id":"a9304cae-0efe-5d48-9610-9e4b980b1045","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02630/analysis/HG02630.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368074#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/47209edf-13f6-5a50-bd83-49878e2b3316"},"resourceType":"DocumentReference"} +{"id":"0efba8f7-66f0-531b-b9d5-7faf525011e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02630/analysis/HG02630.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368074#sample/cram"}],"status":"current","subject":{"reference":"Patient/47209edf-13f6-5a50-bd83-49878e2b3316"},"resourceType":"DocumentReference"} +{"id":"ba283b18-49ff-5645-a74e-845f72c6f836","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02636/analysis/HG02636.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368075#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f40a7d51-85bd-5408-aa1b-25246556adde"},"resourceType":"DocumentReference"} +{"id":"ff3f201b-2780-55d6-a05e-0e64e7028109","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02636/analysis/HG02636.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368075#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f40a7d51-85bd-5408-aa1b-25246556adde"},"resourceType":"DocumentReference"} +{"id":"07ec33e3-5c2b-5cd0-9528-964f11e040f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02636/analysis/HG02636.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368075#sample/cram"}],"status":"current","subject":{"reference":"Patient/f40a7d51-85bd-5408-aa1b-25246556adde"},"resourceType":"DocumentReference"} +{"id":"d641bef7-7317-5dcc-8896-2e453d5eede7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02644/analysis/HG02644.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368076#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c12286bd-8c49-55b1-94f0-d2bc632dda4d"},"resourceType":"DocumentReference"} +{"id":"42b5c7ee-cb90-5af9-a551-faeeb679a0b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02644/analysis/HG02644.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368076#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c12286bd-8c49-55b1-94f0-d2bc632dda4d"},"resourceType":"DocumentReference"} +{"id":"c06a5435-2970-5272-96fe-735508c06754","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02644/analysis/HG02644.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368076#sample/cram"}],"status":"current","subject":{"reference":"Patient/c12286bd-8c49-55b1-94f0-d2bc632dda4d"},"resourceType":"DocumentReference"} +{"id":"a4bfe70c-b7ff-5c05-aa55-fe8ab6b30186","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02647/analysis/HG02647.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368077#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1f55ff63-52d7-5afd-aef2-fa44a248ddcc"},"resourceType":"DocumentReference"} +{"id":"ffc128a8-c13f-5f23-bd60-25ff19a977b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02647/analysis/HG02647.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368077#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1f55ff63-52d7-5afd-aef2-fa44a248ddcc"},"resourceType":"DocumentReference"} +{"id":"d4009f8e-a958-56e6-8893-d2615a498b38","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02647/analysis/HG02647.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368077#sample/cram"}],"status":"current","subject":{"reference":"Patient/1f55ff63-52d7-5afd-aef2-fa44a248ddcc"},"resourceType":"DocumentReference"} +{"id":"2da2d4e6-ba9c-5db7-a165-22af1ead82dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02650/analysis/HG02650.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368078#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/de0f0e8b-2d12-5166-ba01-2928f460ade1"},"resourceType":"DocumentReference"} +{"id":"acf1adae-ea15-5915-9804-521fbb46d6d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02650/analysis/HG02650.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368078#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/de0f0e8b-2d12-5166-ba01-2928f460ade1"},"resourceType":"DocumentReference"} +{"id":"c37b7fe8-96e3-59cf-b699-fb714b38985d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02650/analysis/HG02650.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368078#sample/cram"}],"status":"current","subject":{"reference":"Patient/de0f0e8b-2d12-5166-ba01-2928f460ade1"},"resourceType":"DocumentReference"} +{"id":"68142b35-74cd-55ff-94ef-518c95b7583f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02653/analysis/HG02653.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368079#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f4325c25-595d-5f5b-b919-d69e4468aa5f"},"resourceType":"DocumentReference"} +{"id":"5a046c22-be93-5264-9d34-f1e115d0e108","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02653/analysis/HG02653.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368079#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f4325c25-595d-5f5b-b919-d69e4468aa5f"},"resourceType":"DocumentReference"} +{"id":"5cfddd42-1c13-5e21-8a1d-6f584855aaa4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02653/analysis/HG02653.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368079#sample/cram"}],"status":"current","subject":{"reference":"Patient/f4325c25-595d-5f5b-b919-d69e4468aa5f"},"resourceType":"DocumentReference"} +{"id":"21cba774-8de2-5466-8d57-84949736fa3b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02656/analysis/HG02656.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368080#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c7a0855e-db38-5d7d-9a76-06e95332e6d3"},"resourceType":"DocumentReference"} +{"id":"a818035e-9962-5a07-9b5d-1db24326874e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02656/analysis/HG02656.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368080#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c7a0855e-db38-5d7d-9a76-06e95332e6d3"},"resourceType":"DocumentReference"} +{"id":"17cbf9b3-64fd-5628-8020-8dd76af3bdb4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02656/analysis/HG02656.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368080#sample/cram"}],"status":"current","subject":{"reference":"Patient/c7a0855e-db38-5d7d-9a76-06e95332e6d3"},"resourceType":"DocumentReference"} +{"id":"e13c1eb6-21df-528b-9ee6-b5a4715b6395","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02659/analysis/HG02659.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368081#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/875ad4bc-3f18-57fa-8d14-2d3ed6214929"},"resourceType":"DocumentReference"} +{"id":"fc259ec2-9f4e-5314-b074-4a1afb9e0d2e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02659/analysis/HG02659.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368081#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/875ad4bc-3f18-57fa-8d14-2d3ed6214929"},"resourceType":"DocumentReference"} +{"id":"6d03be42-0021-58a0-9107-b1a46b0ff8c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02659/analysis/HG02659.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368081#sample/cram"}],"status":"current","subject":{"reference":"Patient/875ad4bc-3f18-57fa-8d14-2d3ed6214929"},"resourceType":"DocumentReference"} +{"id":"05a9f1d9-9002-5d83-96f8-b21434e55f06","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02662/analysis/HG02662.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368082#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9291d234-e87d-591c-8a67-08411a29cec1"},"resourceType":"DocumentReference"} +{"id":"1fa94c5b-bde9-5ebe-b02e-7a8338a6e96d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02662/analysis/HG02662.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368082#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9291d234-e87d-591c-8a67-08411a29cec1"},"resourceType":"DocumentReference"} +{"id":"e516bfbf-c7fd-5e36-9f42-77d10ad70e5f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02662/analysis/HG02662.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368082#sample/cram"}],"status":"current","subject":{"reference":"Patient/9291d234-e87d-591c-8a67-08411a29cec1"},"resourceType":"DocumentReference"} +{"id":"4814148c-b370-53c4-9cf5-3dfe20bf1fc5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02668/analysis/HG02668.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368083#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bd45e98d-5794-5264-aa2d-6dd53e034ca3"},"resourceType":"DocumentReference"} +{"id":"5874c2e5-4c19-58b2-8f09-0beb56e0276c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02668/analysis/HG02668.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368083#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bd45e98d-5794-5264-aa2d-6dd53e034ca3"},"resourceType":"DocumentReference"} +{"id":"91fd9fda-51b1-5464-8146-f5052ba01079","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02668/analysis/HG02668.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368083#sample/cram"}],"status":"current","subject":{"reference":"Patient/bd45e98d-5794-5264-aa2d-6dd53e034ca3"},"resourceType":"DocumentReference"} +{"id":"ca02bfd2-6dd0-5a33-85fb-253f335a0b7c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02677/analysis/HG02677.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368084#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b7660f3c-9d38-5083-834f-c75f8ae24d43"},"resourceType":"DocumentReference"} +{"id":"fbe60770-1d75-57e7-84f1-6870376b0ffd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02677/analysis/HG02677.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368084#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b7660f3c-9d38-5083-834f-c75f8ae24d43"},"resourceType":"DocumentReference"} +{"id":"54928adf-378f-587a-bcbe-8e11c6581da0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02677/analysis/HG02677.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368084#sample/cram"}],"status":"current","subject":{"reference":"Patient/b7660f3c-9d38-5083-834f-c75f8ae24d43"},"resourceType":"DocumentReference"} +{"id":"fedc2145-89b9-5c39-a4e1-7fc809b72c49","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02680/analysis/HG02680.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368085#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/82c3610e-a9b1-58ca-b2f5-0ee88a42623c"},"resourceType":"DocumentReference"} +{"id":"4a915823-6fc5-51e6-bebe-99bf4e7f5c22","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02680/analysis/HG02680.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368085#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/82c3610e-a9b1-58ca-b2f5-0ee88a42623c"},"resourceType":"DocumentReference"} +{"id":"e3aa78da-b13e-5c9d-bf0e-2ca9dca85db7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02680/analysis/HG02680.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368085#sample/cram"}],"status":"current","subject":{"reference":"Patient/82c3610e-a9b1-58ca-b2f5-0ee88a42623c"},"resourceType":"DocumentReference"} +{"id":"f39fd641-385d-5331-9737-4268de8d6c65","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02683/analysis/HG02683.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368086#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bc10ee1d-e916-5619-9a42-97d640321874"},"resourceType":"DocumentReference"} +{"id":"005b9075-75dd-5f56-b4ba-a8c419c36f8e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02683/analysis/HG02683.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368086#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bc10ee1d-e916-5619-9a42-97d640321874"},"resourceType":"DocumentReference"} +{"id":"c8c42d4c-1ddc-5b18-b892-386cfb00319c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02683/analysis/HG02683.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368086#sample/cram"}],"status":"current","subject":{"reference":"Patient/bc10ee1d-e916-5619-9a42-97d640321874"},"resourceType":"DocumentReference"} +{"id":"4baa34e6-e40a-5e1a-b08a-0f17c1e56d29","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02686/analysis/HG02686.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368087#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bc360563-b90c-5fee-b4fd-17b02d22136a"},"resourceType":"DocumentReference"} +{"id":"1b3c96eb-7b86-57d4-9190-dcaa0ad61b6b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02686/analysis/HG02686.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368087#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bc360563-b90c-5fee-b4fd-17b02d22136a"},"resourceType":"DocumentReference"} +{"id":"5f18b2cc-ad87-5a39-9993-11ac09042c62","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02686/analysis/HG02686.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368087#sample/cram"}],"status":"current","subject":{"reference":"Patient/bc360563-b90c-5fee-b4fd-17b02d22136a"},"resourceType":"DocumentReference"} +{"id":"b76fb487-3a46-537a-818a-bb458b12dc23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02689/analysis/HG02689.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368088#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3264996a-7306-5b27-a9a3-6d36cd1d2f8f"},"resourceType":"DocumentReference"} +{"id":"4586d016-7e3a-5b07-9e34-68d0e6b51f84","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02689/analysis/HG02689.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368088#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3264996a-7306-5b27-a9a3-6d36cd1d2f8f"},"resourceType":"DocumentReference"} +{"id":"f42368ac-1dbf-5b69-b873-3e0fd8ec70d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02689/analysis/HG02689.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368088#sample/cram"}],"status":"current","subject":{"reference":"Patient/3264996a-7306-5b27-a9a3-6d36cd1d2f8f"},"resourceType":"DocumentReference"} +{"id":"0950b3a3-9fd2-5d25-8ecf-77601dd07c7a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02692/analysis/HG02692.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368089#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/126c9389-f0d7-5d98-bd9b-6710b22b7962"},"resourceType":"DocumentReference"} +{"id":"bb8f25fc-ba8b-599e-b45d-981dea2a3d89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02692/analysis/HG02692.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368089#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/126c9389-f0d7-5d98-bd9b-6710b22b7962"},"resourceType":"DocumentReference"} +{"id":"d56f755d-f1df-5b20-94fb-ebedc0fb0c1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02692/analysis/HG02692.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368089#sample/cram"}],"status":"current","subject":{"reference":"Patient/126c9389-f0d7-5d98-bd9b-6710b22b7962"},"resourceType":"DocumentReference"} +{"id":"98007237-a8e1-5fa9-8d0f-244f77de6e14","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02698/analysis/HG02698.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368090#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/745b42fa-ade3-56e1-856b-7e9502bc81d9"},"resourceType":"DocumentReference"} +{"id":"0884d166-2d60-50b8-89c3-8f564347c6d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02698/analysis/HG02698.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368090#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/745b42fa-ade3-56e1-856b-7e9502bc81d9"},"resourceType":"DocumentReference"} +{"id":"ada63c16-b9fe-5f08-bf35-0b40f9e464d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02698/analysis/HG02698.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368090#sample/cram"}],"status":"current","subject":{"reference":"Patient/745b42fa-ade3-56e1-856b-7e9502bc81d9"},"resourceType":"DocumentReference"} +{"id":"f96eb00d-0eef-5227-8d63-b9db9c01048e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02701/analysis/HG02701.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368091#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/04566af3-3e69-5ede-a54d-3038856e5213"},"resourceType":"DocumentReference"} +{"id":"dfa007db-eed0-58b6-b6fa-98f53c678206","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02701/analysis/HG02701.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368091#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/04566af3-3e69-5ede-a54d-3038856e5213"},"resourceType":"DocumentReference"} +{"id":"6e94f625-6d77-51c1-ba12-bdf4f1b3cd63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02701/analysis/HG02701.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368091#sample/cram"}],"status":"current","subject":{"reference":"Patient/04566af3-3e69-5ede-a54d-3038856e5213"},"resourceType":"DocumentReference"} +{"id":"55c027d1-0c48-5d66-b8f9-f3662e7fd180","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02704/analysis/HG02704.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368092#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bab76e3a-ffa3-5abe-b4b7-49abf015b5f5"},"resourceType":"DocumentReference"} +{"id":"3d9c41a7-aaa4-5c64-b674-68618fc686ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02704/analysis/HG02704.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368092#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bab76e3a-ffa3-5abe-b4b7-49abf015b5f5"},"resourceType":"DocumentReference"} +{"id":"a86011fa-1e22-59c9-9a1b-a4680991d6d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02704/analysis/HG02704.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368092#sample/cram"}],"status":"current","subject":{"reference":"Patient/bab76e3a-ffa3-5abe-b4b7-49abf015b5f5"},"resourceType":"DocumentReference"} +{"id":"3265f0df-1c21-5bfa-b8a4-0d59abdae7d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02717/analysis/HG02717.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368093#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a64f6cd9-3a22-54bc-b2fc-417eabc91d1a"},"resourceType":"DocumentReference"} +{"id":"539f41a3-c12d-522c-ab6e-1c54f91a2983","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02717/analysis/HG02717.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368093#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a64f6cd9-3a22-54bc-b2fc-417eabc91d1a"},"resourceType":"DocumentReference"} +{"id":"4c597cbe-d366-5877-b2a8-18f1ff935736","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02717/analysis/HG02717.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368093#sample/cram"}],"status":"current","subject":{"reference":"Patient/a64f6cd9-3a22-54bc-b2fc-417eabc91d1a"},"resourceType":"DocumentReference"} +{"id":"a5d08c01-5ad4-5e3c-9a38-5dd25639aed3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02723/analysis/HG02723.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368094#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f098ce33-7948-5e59-99ef-0a9b7b933e57"},"resourceType":"DocumentReference"} +{"id":"4e6e6b21-f7d5-5680-8014-63bc31b3e498","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02723/analysis/HG02723.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368094#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f098ce33-7948-5e59-99ef-0a9b7b933e57"},"resourceType":"DocumentReference"} +{"id":"ff130de3-32ea-5f13-830c-9c9d5087e345","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02723/analysis/HG02723.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368094#sample/cram"}],"status":"current","subject":{"reference":"Patient/f098ce33-7948-5e59-99ef-0a9b7b933e57"},"resourceType":"DocumentReference"} +{"id":"b4711b97-9a2d-53c0-9e3a-f8e995af4e27","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02726/analysis/HG02726.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368095#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/10921935-21c6-5e70-b2cb-bf62987ecad1"},"resourceType":"DocumentReference"} +{"id":"6c5429ac-73ab-559f-9264-e44b268af183","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02726/analysis/HG02726.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368095#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/10921935-21c6-5e70-b2cb-bf62987ecad1"},"resourceType":"DocumentReference"} +{"id":"dda6221e-38ce-5eb9-858f-e3cd667541ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02726/analysis/HG02726.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368095#sample/cram"}],"status":"current","subject":{"reference":"Patient/10921935-21c6-5e70-b2cb-bf62987ecad1"},"resourceType":"DocumentReference"} +{"id":"9014d3f8-5211-5117-a38b-272388080153","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02729/analysis/HG02729.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368096#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/60d62854-3148-55f3-80f7-46ddb4d40ea5"},"resourceType":"DocumentReference"} +{"id":"b2e90903-707f-5f77-9933-83ad53d5a146","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02729/analysis/HG02729.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368096#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/60d62854-3148-55f3-80f7-46ddb4d40ea5"},"resourceType":"DocumentReference"} +{"id":"ed73529c-1acc-5d80-978f-24e18115e311","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02729/analysis/HG02729.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368096#sample/cram"}],"status":"current","subject":{"reference":"Patient/60d62854-3148-55f3-80f7-46ddb4d40ea5"},"resourceType":"DocumentReference"} +{"id":"31143f0d-350a-5c0a-974e-3d8526a86ba1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02735/analysis/HG02735.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368097#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a80b0903-3ed3-5b9d-97fd-b8b65459e528"},"resourceType":"DocumentReference"} +{"id":"ad55b12d-21e0-5a30-815d-843e80266e24","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02735/analysis/HG02735.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368097#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a80b0903-3ed3-5b9d-97fd-b8b65459e528"},"resourceType":"DocumentReference"} +{"id":"f99cd8a1-2be3-5936-8b9b-a77786dba497","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02735/analysis/HG02735.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368097#sample/cram"}],"status":"current","subject":{"reference":"Patient/a80b0903-3ed3-5b9d-97fd-b8b65459e528"},"resourceType":"DocumentReference"} +{"id":"2a54bc9d-a5f0-59dd-9522-6eef1fcce7f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02738/analysis/HG02738.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368098#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8b21b19c-1b3c-5156-ab6a-353f8b39ae14"},"resourceType":"DocumentReference"} +{"id":"dfae0578-e135-5fd4-8706-8a08bf4255e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02738/analysis/HG02738.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368098#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8b21b19c-1b3c-5156-ab6a-353f8b39ae14"},"resourceType":"DocumentReference"} +{"id":"f2805c7f-8ac9-51b8-9db1-174c55421910","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02738/analysis/HG02738.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368098#sample/cram"}],"status":"current","subject":{"reference":"Patient/8b21b19c-1b3c-5156-ab6a-353f8b39ae14"},"resourceType":"DocumentReference"} +{"id":"cc72633b-653e-5a3e-8c7f-8be4012bd1ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02761/analysis/HG02761.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368099#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ca5a675f-d655-5800-9652-97b260f2bce9"},"resourceType":"DocumentReference"} +{"id":"84688591-5ae5-5d64-aa06-2f36432c8ad6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02761/analysis/HG02761.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368099#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ca5a675f-d655-5800-9652-97b260f2bce9"},"resourceType":"DocumentReference"} +{"id":"0a25ed5b-96ee-5f82-b7a7-5b9c191bfb31","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02761/analysis/HG02761.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368099#sample/cram"}],"status":"current","subject":{"reference":"Patient/ca5a675f-d655-5800-9652-97b260f2bce9"},"resourceType":"DocumentReference"} +{"id":"1f49f23d-e852-5c72-bdbf-20bafaaf8951","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02762/analysis/HG02762.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368100#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5bd9c944-45a9-57d4-8541-fe00bb62801e"},"resourceType":"DocumentReference"} +{"id":"57ae29d1-1d45-5666-b91f-df4a369d94b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02762/analysis/HG02762.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368100#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5bd9c944-45a9-57d4-8541-fe00bb62801e"},"resourceType":"DocumentReference"} +{"id":"852e0f90-d649-5278-bc24-9d6f868440dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02762/analysis/HG02762.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368100#sample/cram"}],"status":"current","subject":{"reference":"Patient/5bd9c944-45a9-57d4-8541-fe00bb62801e"},"resourceType":"DocumentReference"} +{"id":"b2cc07ed-a4d0-5253-8be5-589a6952e3c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02764/analysis/HG02764.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368101#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/291a88aa-da40-5efb-aba1-ae5fc2cbcb8a"},"resourceType":"DocumentReference"} +{"id":"f841cb56-429a-5ed7-a13a-af1fb8a4f9e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02764/analysis/HG02764.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368101#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/291a88aa-da40-5efb-aba1-ae5fc2cbcb8a"},"resourceType":"DocumentReference"} +{"id":"56fd1bbc-ca8a-5123-8eb4-decd5ee9b0fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02764/analysis/HG02764.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368101#sample/cram"}],"status":"current","subject":{"reference":"Patient/291a88aa-da40-5efb-aba1-ae5fc2cbcb8a"},"resourceType":"DocumentReference"} +{"id":"92447a91-c9e8-5919-abde-79f5a3f96c77","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02770/analysis/HG02770.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368102#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3581f5a9-01ec-5695-a2fa-136ae80168c2"},"resourceType":"DocumentReference"} +{"id":"7c935861-088a-5dfe-a2ee-72b24fc3cdf3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02770/analysis/HG02770.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368102#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3581f5a9-01ec-5695-a2fa-136ae80168c2"},"resourceType":"DocumentReference"} +{"id":"9ed76396-6a73-5016-a1e2-087f14725a9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02770/analysis/HG02770.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368102#sample/cram"}],"status":"current","subject":{"reference":"Patient/3581f5a9-01ec-5695-a2fa-136ae80168c2"},"resourceType":"DocumentReference"} +{"id":"52f06c46-5094-5b09-8674-3aedab275b11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02773/analysis/HG02773.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368103#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cebb6cf5-1337-5115-bc67-9628960c5785"},"resourceType":"DocumentReference"} +{"id":"a92c06ad-b99e-5ee8-afbc-8aeac07436fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02773/analysis/HG02773.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368103#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cebb6cf5-1337-5115-bc67-9628960c5785"},"resourceType":"DocumentReference"} +{"id":"834a2516-670b-596a-8d2c-495b972ff752","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02773/analysis/HG02773.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368103#sample/cram"}],"status":"current","subject":{"reference":"Patient/cebb6cf5-1337-5115-bc67-9628960c5785"},"resourceType":"DocumentReference"} +{"id":"4de28c64-7a36-5faf-aa89-c47a4149f6fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02776/analysis/HG02776.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368104#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fe446a0c-14bc-5d68-8e79-f2a9f3d485f6"},"resourceType":"DocumentReference"} +{"id":"554a1097-639d-5682-b5d9-be69307fc457","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02776/analysis/HG02776.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368104#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fe446a0c-14bc-5d68-8e79-f2a9f3d485f6"},"resourceType":"DocumentReference"} +{"id":"740df97d-ee48-5f1e-a4cd-a4a8230cf909","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02776/analysis/HG02776.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368104#sample/cram"}],"status":"current","subject":{"reference":"Patient/fe446a0c-14bc-5d68-8e79-f2a9f3d485f6"},"resourceType":"DocumentReference"} +{"id":"8a6c05dc-bca8-5230-8f3e-25dca2e004cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02785/analysis/HG02785.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368105#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/62644701-348d-5089-afd6-c79ed605cb71"},"resourceType":"DocumentReference"} +{"id":"792bf95d-e642-581c-9bfe-a7851cf75e74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02785/analysis/HG02785.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368105#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/62644701-348d-5089-afd6-c79ed605cb71"},"resourceType":"DocumentReference"} +{"id":"7341eb7a-27c8-547f-8b8c-800014ec2e43","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02785/analysis/HG02785.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368105#sample/cram"}],"status":"current","subject":{"reference":"Patient/62644701-348d-5089-afd6-c79ed605cb71"},"resourceType":"DocumentReference"} +{"id":"fbd989f9-ddb4-54f2-888a-094f99f9985b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02788/analysis/HG02788.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368106#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6c6d4f21-3bc0-5937-9a17-7af7ef49ea0e"},"resourceType":"DocumentReference"} +{"id":"cce3d169-5abc-5f1d-a37c-06de03fae9cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02788/analysis/HG02788.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368106#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6c6d4f21-3bc0-5937-9a17-7af7ef49ea0e"},"resourceType":"DocumentReference"} +{"id":"b3eafe07-f757-5156-8246-39aae71ea825","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02788/analysis/HG02788.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368106#sample/cram"}],"status":"current","subject":{"reference":"Patient/6c6d4f21-3bc0-5937-9a17-7af7ef49ea0e"},"resourceType":"DocumentReference"} +{"id":"69de1e36-84bf-5af7-bde6-45ec10973d83","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02791/analysis/HG02791.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368107#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/18eaff30-13d4-5e50-a50b-28ebf683310f"},"resourceType":"DocumentReference"} +{"id":"3ee6ddf5-4ed2-507d-8103-2609b1bb2c84","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02791/analysis/HG02791.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368107#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/18eaff30-13d4-5e50-a50b-28ebf683310f"},"resourceType":"DocumentReference"} +{"id":"add4ddbe-1020-5ac1-87b7-fdcce7d084fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02791/analysis/HG02791.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368107#sample/cram"}],"status":"current","subject":{"reference":"Patient/18eaff30-13d4-5e50-a50b-28ebf683310f"},"resourceType":"DocumentReference"} +{"id":"bd644c70-0ccd-56f3-9e09-351c47127925","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02794/analysis/HG02794.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368108#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/291daa45-feed-5151-a114-e09c2a4b3638"},"resourceType":"DocumentReference"} +{"id":"23c4f3d2-fc7d-5d15-8e2b-6994ae66212a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02794/analysis/HG02794.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368108#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/291daa45-feed-5151-a114-e09c2a4b3638"},"resourceType":"DocumentReference"} +{"id":"d27efdf7-7c0d-5af6-bfad-85f44dfd0e61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02794/analysis/HG02794.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368108#sample/cram"}],"status":"current","subject":{"reference":"Patient/291daa45-feed-5151-a114-e09c2a4b3638"},"resourceType":"DocumentReference"} +{"id":"35cbc8c2-264b-5269-adfd-91e1c337ec6c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02800/analysis/HG02800.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368109#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/80d61dd1-3210-5c43-b323-487bde91d505"},"resourceType":"DocumentReference"} +{"id":"4e17fde0-5927-5c54-afad-c4713b804d04","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02800/analysis/HG02800.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368109#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/80d61dd1-3210-5c43-b323-487bde91d505"},"resourceType":"DocumentReference"} +{"id":"709bbd62-124d-515d-9c46-0dcd6511e009","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02800/analysis/HG02800.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368109#sample/cram"}],"status":"current","subject":{"reference":"Patient/80d61dd1-3210-5c43-b323-487bde91d505"},"resourceType":"DocumentReference"} +{"id":"1894d5f7-d0ab-58da-a418-98ff92c7dac7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02806/analysis/HG02806.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368110#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d957a52c-4741-58a6-9010-5dc2b6e2de65"},"resourceType":"DocumentReference"} +{"id":"07715971-4417-5ad3-a754-a9c30402f067","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02806/analysis/HG02806.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368110#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d957a52c-4741-58a6-9010-5dc2b6e2de65"},"resourceType":"DocumentReference"} +{"id":"c28c0194-0bfc-58ac-958d-bccf5a34249c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02806/analysis/HG02806.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368110#sample/cram"}],"status":"current","subject":{"reference":"Patient/d957a52c-4741-58a6-9010-5dc2b6e2de65"},"resourceType":"DocumentReference"} +{"id":"ca5c6ba5-74e7-524a-b566-03fd11133bbc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02809/analysis/HG02809.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368111#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f77c49c5-ad14-5ef9-a8a3-fc064c03810b"},"resourceType":"DocumentReference"} +{"id":"1d4b91dc-a734-500e-8194-31c9691de198","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02809/analysis/HG02809.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368111#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f77c49c5-ad14-5ef9-a8a3-fc064c03810b"},"resourceType":"DocumentReference"} +{"id":"ee53a51f-521e-5ccd-ace1-dc592096a579","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02809/analysis/HG02809.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368111#sample/cram"}],"status":"current","subject":{"reference":"Patient/f77c49c5-ad14-5ef9-a8a3-fc064c03810b"},"resourceType":"DocumentReference"} +{"id":"053ca927-5294-5831-b5fd-aa25a2b0141c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02812/analysis/HG02812.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368112#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b035e8a4-019f-5df7-af78-7f13ef6e6cb5"},"resourceType":"DocumentReference"} +{"id":"ed6b2bea-454f-5d06-b589-a3fe036a8cf3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02812/analysis/HG02812.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368112#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b035e8a4-019f-5df7-af78-7f13ef6e6cb5"},"resourceType":"DocumentReference"} +{"id":"cae8e867-7183-5954-bbdb-dfe200f74e32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02812/analysis/HG02812.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368112#sample/cram"}],"status":"current","subject":{"reference":"Patient/b035e8a4-019f-5df7-af78-7f13ef6e6cb5"},"resourceType":"DocumentReference"} +{"id":"9b729043-ab07-522a-96db-3a12c841d378","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02815/analysis/HG02815.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368113#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/290af995-9691-57d5-ac5b-961cb0f5192a"},"resourceType":"DocumentReference"} +{"id":"a9ad47da-9843-571b-9bcf-6e6f28344e1e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02815/analysis/HG02815.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368113#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/290af995-9691-57d5-ac5b-961cb0f5192a"},"resourceType":"DocumentReference"} +{"id":"8954799c-75c7-5b0e-800c-af7df0994aa1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02815/analysis/HG02815.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368113#sample/cram"}],"status":"current","subject":{"reference":"Patient/290af995-9691-57d5-ac5b-961cb0f5192a"},"resourceType":"DocumentReference"} +{"id":"0eca1ff6-1f20-5a55-a720-2b6604dd4c5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02818/analysis/HG02818.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368114#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2e274ca8-0f09-50fa-bc3b-02254c2f7a2e"},"resourceType":"DocumentReference"} +{"id":"03149e2c-da7e-5f02-a022-856b459dbfbc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02818/analysis/HG02818.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368114#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2e274ca8-0f09-50fa-bc3b-02254c2f7a2e"},"resourceType":"DocumentReference"} +{"id":"871e99ce-165b-53e9-bcaa-3b4536d0b17c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02818/analysis/HG02818.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368114#sample/cram"}],"status":"current","subject":{"reference":"Patient/2e274ca8-0f09-50fa-bc3b-02254c2f7a2e"},"resourceType":"DocumentReference"} +{"id":"b54d38f5-6f39-5b52-9568-9c3d66783aec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02821/analysis/HG02821.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368115#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c66cba88-8ced-53b8-8a6c-725a25b50ef7"},"resourceType":"DocumentReference"} +{"id":"422111f9-dc96-590c-9ffe-5aa60e8eba9d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02821/analysis/HG02821.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368115#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c66cba88-8ced-53b8-8a6c-725a25b50ef7"},"resourceType":"DocumentReference"} +{"id":"f2fdec58-e6f7-545a-945e-b1729d10a48e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02821/analysis/HG02821.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368115#sample/cram"}],"status":"current","subject":{"reference":"Patient/c66cba88-8ced-53b8-8a6c-725a25b50ef7"},"resourceType":"DocumentReference"} +{"id":"4f362e22-3528-56a9-8786-ed0403be4d6e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02838/analysis/HG02838.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368116#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e82425a6-27ca-57f2-aee1-a8f1b8f8fdc7"},"resourceType":"DocumentReference"} +{"id":"2724fcf7-7b99-513f-bee3-bb70daf1e5a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02838/analysis/HG02838.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368116#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e82425a6-27ca-57f2-aee1-a8f1b8f8fdc7"},"resourceType":"DocumentReference"} +{"id":"13d0fe9d-a163-564e-af13-cf6240701fdd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02838/analysis/HG02838.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368116#sample/cram"}],"status":"current","subject":{"reference":"Patient/e82425a6-27ca-57f2-aee1-a8f1b8f8fdc7"},"resourceType":"DocumentReference"} +{"id":"b64a52d8-9542-5970-8a45-1d3ddad4cdc5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02841/analysis/HG02841.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368117#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2fea0bbb-e8e4-5ff6-ae8b-7038ebf9350c"},"resourceType":"DocumentReference"} +{"id":"1fa69722-7253-587d-8783-f74be8539349","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02841/analysis/HG02841.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368117#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2fea0bbb-e8e4-5ff6-ae8b-7038ebf9350c"},"resourceType":"DocumentReference"} +{"id":"c532cfa2-0970-5ee7-8645-9bae825f13d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02841/analysis/HG02841.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368117#sample/cram"}],"status":"current","subject":{"reference":"Patient/2fea0bbb-e8e4-5ff6-ae8b-7038ebf9350c"},"resourceType":"DocumentReference"} +{"id":"1b9e6dfe-035f-5344-b468-10968fba6dc5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02853/analysis/HG02853.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368118#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4f4fa7cc-2aeb-58da-85f0-e34bc3dd3c92"},"resourceType":"DocumentReference"} +{"id":"4c78bdaf-cf76-5c01-821a-cde36856c775","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02853/analysis/HG02853.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368118#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4f4fa7cc-2aeb-58da-85f0-e34bc3dd3c92"},"resourceType":"DocumentReference"} +{"id":"881440e7-ea69-5fb7-832a-b5a7bd6a7d5f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02853/analysis/HG02853.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368118#sample/cram"}],"status":"current","subject":{"reference":"Patient/4f4fa7cc-2aeb-58da-85f0-e34bc3dd3c92"},"resourceType":"DocumentReference"} +{"id":"54b07d5e-73d6-5c5f-b035-facbed9a951d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02856/analysis/HG02856.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368119#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6be4f2a4-3fed-59cf-a51b-03b9c46f9387"},"resourceType":"DocumentReference"} +{"id":"e7ebb5ed-8339-50e5-b110-29e1332fab3f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02856/analysis/HG02856.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368119#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6be4f2a4-3fed-59cf-a51b-03b9c46f9387"},"resourceType":"DocumentReference"} +{"id":"873d87d9-800d-5134-add5-017bc0b34752","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02856/analysis/HG02856.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368119#sample/cram"}],"status":"current","subject":{"reference":"Patient/6be4f2a4-3fed-59cf-a51b-03b9c46f9387"},"resourceType":"DocumentReference"} +{"id":"7a5b9b06-51f4-580b-8912-e257bbfc0c47","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02862/analysis/HG02862.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368120#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e95f66e6-1da9-562e-b195-43f5f8c35a66"},"resourceType":"DocumentReference"} +{"id":"72efae2b-2d33-5b29-a700-cc55186e308f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02862/analysis/HG02862.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368120#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e95f66e6-1da9-562e-b195-43f5f8c35a66"},"resourceType":"DocumentReference"} +{"id":"2057ad79-5b22-5444-a705-42626da7514c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02862/analysis/HG02862.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368120#sample/cram"}],"status":"current","subject":{"reference":"Patient/e95f66e6-1da9-562e-b195-43f5f8c35a66"},"resourceType":"DocumentReference"} +{"id":"f46caab0-9b25-5f91-bfce-4ae20f703f27","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02869/analysis/HG02869.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368121#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/947074fc-4f39-5ed4-938e-4d86f77db286"},"resourceType":"DocumentReference"} +{"id":"33e8447d-efb4-5840-80e9-8f7ca2b07656","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02869/analysis/HG02869.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368121#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/947074fc-4f39-5ed4-938e-4d86f77db286"},"resourceType":"DocumentReference"} +{"id":"2edb3512-c03d-579f-944f-309360fa1707","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02869/analysis/HG02869.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368121#sample/cram"}],"status":"current","subject":{"reference":"Patient/947074fc-4f39-5ed4-938e-4d86f77db286"},"resourceType":"DocumentReference"} +{"id":"f49d889f-3a1f-50ad-8254-cd40cef4a5ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02871/analysis/HG02871.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368122#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/89180753-a9e9-5e03-b05f-96a22cd5d637"},"resourceType":"DocumentReference"} +{"id":"2f483098-1107-5c47-9af4-dfc1d8d3327d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02871/analysis/HG02871.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368122#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/89180753-a9e9-5e03-b05f-96a22cd5d637"},"resourceType":"DocumentReference"} +{"id":"d8e4e60a-71da-5199-b00a-28ff0bd8ce47","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02871/analysis/HG02871.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368122#sample/cram"}],"status":"current","subject":{"reference":"Patient/89180753-a9e9-5e03-b05f-96a22cd5d637"},"resourceType":"DocumentReference"} +{"id":"a364cb90-abcb-57ea-a710-6722e8e0252e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02880/analysis/HG02880.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368123#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/18ebf401-f753-5e90-925b-f1cdd26a3936"},"resourceType":"DocumentReference"} +{"id":"cbd1bc60-7750-5d7a-91b8-13d1eea70aa9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02880/analysis/HG02880.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368123#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/18ebf401-f753-5e90-925b-f1cdd26a3936"},"resourceType":"DocumentReference"} +{"id":"c03c41cc-9e65-526a-a9ca-08a48ebbd1fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02880/analysis/HG02880.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368123#sample/cram"}],"status":"current","subject":{"reference":"Patient/18ebf401-f753-5e90-925b-f1cdd26a3936"},"resourceType":"DocumentReference"} +{"id":"7a505e74-c5d6-5089-99c3-d1db3274d294","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02883/analysis/HG02883.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368124#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/93f49dad-6a6f-5204-b572-dbc19d65442b"},"resourceType":"DocumentReference"} +{"id":"1063bf1b-ae05-5a1a-8944-9862a9359d19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02883/analysis/HG02883.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368124#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/93f49dad-6a6f-5204-b572-dbc19d65442b"},"resourceType":"DocumentReference"} +{"id":"f19ef951-9bc6-53c2-b066-21c8a418b8f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02883/analysis/HG02883.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368124#sample/cram"}],"status":"current","subject":{"reference":"Patient/93f49dad-6a6f-5204-b572-dbc19d65442b"},"resourceType":"DocumentReference"} +{"id":"395ba5bb-d4e9-5d25-8e23-b10cba9d8d2d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02886/analysis/HG02886.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368125#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5d04729a-ecfc-59f6-bb9b-c55d38a91f02"},"resourceType":"DocumentReference"} +{"id":"a85d14cf-cb14-5628-a18f-051320d716c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02886/analysis/HG02886.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368125#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5d04729a-ecfc-59f6-bb9b-c55d38a91f02"},"resourceType":"DocumentReference"} +{"id":"eb12ae1e-4d34-5c1d-9602-c59ab969349e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02886/analysis/HG02886.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368125#sample/cram"}],"status":"current","subject":{"reference":"Patient/5d04729a-ecfc-59f6-bb9b-c55d38a91f02"},"resourceType":"DocumentReference"} +{"id":"a01fec91-4621-5228-a0c7-a434666e6fb7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02889/analysis/HG02889.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368126#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c805a504-a05c-5b85-951b-390027977039"},"resourceType":"DocumentReference"} +{"id":"57538a87-cf70-5a43-86fb-7a3e71c27b0a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02889/analysis/HG02889.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368126#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c805a504-a05c-5b85-951b-390027977039"},"resourceType":"DocumentReference"} +{"id":"3ed9dd71-aa63-5ccb-8af9-03d5225057b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02889/analysis/HG02889.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368126#sample/cram"}],"status":"current","subject":{"reference":"Patient/c805a504-a05c-5b85-951b-390027977039"},"resourceType":"DocumentReference"} +{"id":"9a0af56a-369f-583a-95e8-43f8a7b385bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02892/analysis/HG02892.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368127#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9201351c-63cb-5425-ab32-ada96530aac1"},"resourceType":"DocumentReference"} +{"id":"316a865c-5257-5653-b163-2b7f2bbd1b69","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02892/analysis/HG02892.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368127#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9201351c-63cb-5425-ab32-ada96530aac1"},"resourceType":"DocumentReference"} +{"id":"971ee093-cf62-529d-bf61-4aa8c8fcd0ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02892/analysis/HG02892.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368127#sample/cram"}],"status":"current","subject":{"reference":"Patient/9201351c-63cb-5425-ab32-ada96530aac1"},"resourceType":"DocumentReference"} +{"id":"8937a0d8-3ace-5f68-9668-df9c23b367b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02897/analysis/HG02897.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368128#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a701da68-d86f-5990-b25a-63d4afe8b7a4"},"resourceType":"DocumentReference"} +{"id":"868815fe-de01-5a47-ac20-423005dec1ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02897/analysis/HG02897.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368128#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a701da68-d86f-5990-b25a-63d4afe8b7a4"},"resourceType":"DocumentReference"} +{"id":"219c8ed6-1758-55dd-be5a-934777c78b81","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02897/analysis/HG02897.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368128#sample/cram"}],"status":"current","subject":{"reference":"Patient/a701da68-d86f-5990-b25a-63d4afe8b7a4"},"resourceType":"DocumentReference"} +{"id":"34bf4e58-1947-5968-9de3-897d6ef19295","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02924/analysis/HG02924.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368129#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5b756c35-57d2-5992-a067-3d8c305e5f8a"},"resourceType":"DocumentReference"} +{"id":"061b3833-62aa-56a3-a50e-76fc14e66868","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02924/analysis/HG02924.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368129#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5b756c35-57d2-5992-a067-3d8c305e5f8a"},"resourceType":"DocumentReference"} +{"id":"5ee93c01-86f9-51e5-90a8-f9f0dca02136","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02924/analysis/HG02924.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368129#sample/cram"}],"status":"current","subject":{"reference":"Patient/5b756c35-57d2-5992-a067-3d8c305e5f8a"},"resourceType":"DocumentReference"} +{"id":"bcd768ff-ca6f-5303-a351-75dbb8ab937b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02945/analysis/HG02945.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368130#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4b799e09-17fc-5733-bf9a-854bc6ca5b6a"},"resourceType":"DocumentReference"} +{"id":"7382e0f7-ada8-511d-b81d-69ef8e1d98ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02945/analysis/HG02945.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368130#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4b799e09-17fc-5733-bf9a-854bc6ca5b6a"},"resourceType":"DocumentReference"} +{"id":"ee8fb368-0565-58fb-8895-c3c813503a60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02945/analysis/HG02945.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368130#sample/cram"}],"status":"current","subject":{"reference":"Patient/4b799e09-17fc-5733-bf9a-854bc6ca5b6a"},"resourceType":"DocumentReference"} +{"id":"f983f4e4-f2ff-5e4a-8732-b89f91f4cbbb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02948/analysis/HG02948.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368131#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ac8f08d3-e2c4-50aa-87e7-17fc07067b03"},"resourceType":"DocumentReference"} +{"id":"65a34daa-f9c7-5508-a3ab-dd21cf11b90b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02948/analysis/HG02948.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368131#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ac8f08d3-e2c4-50aa-87e7-17fc07067b03"},"resourceType":"DocumentReference"} +{"id":"d544bcfd-ce84-594d-870f-1c420ab8d1ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02948/analysis/HG02948.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368131#sample/cram"}],"status":"current","subject":{"reference":"Patient/ac8f08d3-e2c4-50aa-87e7-17fc07067b03"},"resourceType":"DocumentReference"} +{"id":"7611aec5-1338-538b-9704-98bea0bde588","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02954/analysis/HG02954.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368132#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/86db9ee4-6466-590f-8b50-868d8ed906bb"},"resourceType":"DocumentReference"} +{"id":"61ba5ce8-d6b2-5a94-927d-fd22edf3703a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02954/analysis/HG02954.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368132#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/86db9ee4-6466-590f-8b50-868d8ed906bb"},"resourceType":"DocumentReference"} +{"id":"8d608adf-51a7-505b-860d-4accf87a16c2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02954/analysis/HG02954.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368132#sample/cram"}],"status":"current","subject":{"reference":"Patient/86db9ee4-6466-590f-8b50-868d8ed906bb"},"resourceType":"DocumentReference"} +{"id":"eebda3d8-ac38-5d8d-9102-7107d3408ce6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02964/analysis/HG02964.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368133#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/71f48d37-c219-57dd-b5fa-fb7ab71eb140"},"resourceType":"DocumentReference"} +{"id":"8a9b0286-5f0d-5cb0-9136-115cc82084f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02964/analysis/HG02964.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368133#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/71f48d37-c219-57dd-b5fa-fb7ab71eb140"},"resourceType":"DocumentReference"} +{"id":"b2e56f89-0c12-57e6-b5ae-78bf9ee17de8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02964/analysis/HG02964.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368133#sample/cram"}],"status":"current","subject":{"reference":"Patient/71f48d37-c219-57dd-b5fa-fb7ab71eb140"},"resourceType":"DocumentReference"} +{"id":"665cccd3-2a03-5908-a383-80c040f50868","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02965/analysis/HG02965.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368134#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/41dd6b4e-d032-5c85-9fdb-b1a42fa01ac8"},"resourceType":"DocumentReference"} +{"id":"8446e523-823f-562f-ad92-3268d228d9f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02965/analysis/HG02965.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368134#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/41dd6b4e-d032-5c85-9fdb-b1a42fa01ac8"},"resourceType":"DocumentReference"} +{"id":"56ef2aa3-9711-54f9-8177-461b72768e3b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02965/analysis/HG02965.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368134#sample/cram"}],"status":"current","subject":{"reference":"Patient/41dd6b4e-d032-5c85-9fdb-b1a42fa01ac8"},"resourceType":"DocumentReference"} +{"id":"f669f342-c8cf-5e55-9dcc-35ba13916c32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02966/analysis/HG02966.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368135#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a406c2a1-ebd1-54d7-a29c-b516170388d8"},"resourceType":"DocumentReference"} +{"id":"f2c28155-e428-50ec-b977-ed76276f274c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02966/analysis/HG02966.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368135#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a406c2a1-ebd1-54d7-a29c-b516170388d8"},"resourceType":"DocumentReference"} +{"id":"cfb5d450-5a6c-5057-bf1b-a268fdd031ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02966/analysis/HG02966.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368135#sample/cram"}],"status":"current","subject":{"reference":"Patient/a406c2a1-ebd1-54d7-a29c-b516170388d8"},"resourceType":"DocumentReference"} +{"id":"1c18f0aa-e184-5974-93c4-1833473af9a6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02972/analysis/HG02972.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368136#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4dfbf827-6907-5d12-a32a-796c9d9c9db6"},"resourceType":"DocumentReference"} +{"id":"afb00334-0f92-5db0-8055-a9d06df4ce74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02972/analysis/HG02972.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368136#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4dfbf827-6907-5d12-a32a-796c9d9c9db6"},"resourceType":"DocumentReference"} +{"id":"04d6767d-7605-5b75-a18e-454d3fe47638","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02972/analysis/HG02972.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368136#sample/cram"}],"status":"current","subject":{"reference":"Patient/4dfbf827-6907-5d12-a32a-796c9d9c9db6"},"resourceType":"DocumentReference"} +{"id":"86af2e15-7f70-59b5-8a04-2f99309a0cf1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02975/analysis/HG02975.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368137#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d5422146-9ec9-5d67-a885-e59fed44922a"},"resourceType":"DocumentReference"} +{"id":"104a6830-4fd4-5666-9f40-7afb1bdeaeb8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02975/analysis/HG02975.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368137#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d5422146-9ec9-5d67-a885-e59fed44922a"},"resourceType":"DocumentReference"} +{"id":"75194d84-b1e9-5487-9fa3-ec1c630f5d30","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02975/analysis/HG02975.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368137#sample/cram"}],"status":"current","subject":{"reference":"Patient/d5422146-9ec9-5d67-a885-e59fed44922a"},"resourceType":"DocumentReference"} +{"id":"128dd295-7a61-5643-9baa-21c7de9f52d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02978/analysis/HG02978.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368138#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7b0e6422-4951-5e04-9551-bc2f66c2d1fd"},"resourceType":"DocumentReference"} +{"id":"498af464-8827-5b6c-8ae0-fa777135ff76","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02978/analysis/HG02978.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368138#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7b0e6422-4951-5e04-9551-bc2f66c2d1fd"},"resourceType":"DocumentReference"} +{"id":"997fac63-fd7a-5b86-a6fc-094de17d38d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02978/analysis/HG02978.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368138#sample/cram"}],"status":"current","subject":{"reference":"Patient/7b0e6422-4951-5e04-9551-bc2f66c2d1fd"},"resourceType":"DocumentReference"} +{"id":"2db5077f-2c56-57ec-87db-5635312d0bc9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02980/analysis/HG02980.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368139#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f0a056b9-e480-5614-bc5c-2647056f5be6"},"resourceType":"DocumentReference"} +{"id":"1297666c-f2ab-577f-86d8-a00c099d3954","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02980/analysis/HG02980.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368139#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f0a056b9-e480-5614-bc5c-2647056f5be6"},"resourceType":"DocumentReference"} +{"id":"a21c9a7d-5655-529f-b246-224b364f94b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02980/analysis/HG02980.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368139#sample/cram"}],"status":"current","subject":{"reference":"Patient/f0a056b9-e480-5614-bc5c-2647056f5be6"},"resourceType":"DocumentReference"} +{"id":"19184173-d02d-5d72-b2eb-ed052734f3c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02984/analysis/HG02984.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368140#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cfdf23e7-3b79-59fa-b19f-7841c099c41d"},"resourceType":"DocumentReference"} +{"id":"cfa672d9-2420-5656-b71a-282f3265f293","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG02984/analysis/HG02984.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368140#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cfdf23e7-3b79-59fa-b19f-7841c099c41d"},"resourceType":"DocumentReference"} +{"id":"4d6e12b1-d32b-5185-a802-be37ee3e1dbc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG02984/analysis/HG02984.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368140#sample/cram"}],"status":"current","subject":{"reference":"Patient/cfdf23e7-3b79-59fa-b19f-7841c099c41d"},"resourceType":"DocumentReference"} +{"id":"8c06b07d-e71f-5171-a7ee-2ed3b7797b4a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03008/analysis/HG03008.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368141#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9a001cd8-793f-56e5-87c9-41e2f6ddc3bf"},"resourceType":"DocumentReference"} +{"id":"3c6483ff-c3fa-507c-8d1b-ed02aafcf9e3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03008/analysis/HG03008.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368141#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9a001cd8-793f-56e5-87c9-41e2f6ddc3bf"},"resourceType":"DocumentReference"} +{"id":"49b702a5-3111-5234-b207-c89a9152a255","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03008/analysis/HG03008.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368141#sample/cram"}],"status":"current","subject":{"reference":"Patient/9a001cd8-793f-56e5-87c9-41e2f6ddc3bf"},"resourceType":"DocumentReference"} +{"id":"0ac22e63-0968-5a2b-a31d-97cdfc3aeed3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03017/analysis/HG03017.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368142#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5e1672d1-f713-55ce-9687-350da3a7d07d"},"resourceType":"DocumentReference"} +{"id":"3c3b4288-4883-5839-a7a7-826d0785efee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03017/analysis/HG03017.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368142#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5e1672d1-f713-55ce-9687-350da3a7d07d"},"resourceType":"DocumentReference"} +{"id":"e0334188-5c1e-507e-bacd-89910577e702","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03017/analysis/HG03017.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368142#sample/cram"}],"status":"current","subject":{"reference":"Patient/5e1672d1-f713-55ce-9687-350da3a7d07d"},"resourceType":"DocumentReference"} +{"id":"7d063979-6b02-5ee8-86d1-9dd57b37cd04","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03026/analysis/HG03026.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368143#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d68b7829-085d-5426-9624-18ca79c6ecd8"},"resourceType":"DocumentReference"} +{"id":"7eaa17ab-9815-5bc1-91da-3f3761d78002","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03026/analysis/HG03026.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368143#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d68b7829-085d-5426-9624-18ca79c6ecd8"},"resourceType":"DocumentReference"} +{"id":"6fd11c95-40b8-54c6-aebe-96ca7b3df0ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03026/analysis/HG03026.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368143#sample/cram"}],"status":"current","subject":{"reference":"Patient/d68b7829-085d-5426-9624-18ca79c6ecd8"},"resourceType":"DocumentReference"} +{"id":"84e08cfa-e2ed-59c6-8c80-c6a355399d08","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03029/analysis/HG03029.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368144#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9b4790a5-a102-5bd5-a0e0-bd4de687980e"},"resourceType":"DocumentReference"} +{"id":"b31c4333-0628-5a57-a0dd-5ba2af29f905","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03029/analysis/HG03029.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368144#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9b4790a5-a102-5bd5-a0e0-bd4de687980e"},"resourceType":"DocumentReference"} +{"id":"1aa993d4-ceeb-5a83-a8f2-12869caa7375","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03029/analysis/HG03029.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368144#sample/cram"}],"status":"current","subject":{"reference":"Patient/9b4790a5-a102-5bd5-a0e0-bd4de687980e"},"resourceType":"DocumentReference"} +{"id":"ac779da8-485a-5ba1-a96a-99d98735b4a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03033/analysis/HG03033.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368145#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0e8a32b2-35d1-587a-aa48-308864d99bec"},"resourceType":"DocumentReference"} +{"id":"bf2dac61-c8bf-58a8-b30c-2e1492df98c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03033/analysis/HG03033.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368145#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0e8a32b2-35d1-587a-aa48-308864d99bec"},"resourceType":"DocumentReference"} +{"id":"8514719c-a908-586e-b9d3-66c75cad65d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03033/analysis/HG03033.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368145#sample/cram"}],"status":"current","subject":{"reference":"Patient/0e8a32b2-35d1-587a-aa48-308864d99bec"},"resourceType":"DocumentReference"} +{"id":"855b5740-f9ac-51ee-9c62-7fe2bbd3e352","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03034/analysis/HG03034.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368146#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/14608007-70a1-5aaf-8284-4792cbf58228"},"resourceType":"DocumentReference"} +{"id":"0968320c-6da7-5ffb-9962-7b74cfe476cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03034/analysis/HG03034.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368146#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/14608007-70a1-5aaf-8284-4792cbf58228"},"resourceType":"DocumentReference"} +{"id":"aab91e6d-c772-5c53-abc5-25eb901cf6b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03034/analysis/HG03034.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368146#sample/cram"}],"status":"current","subject":{"reference":"Patient/14608007-70a1-5aaf-8284-4792cbf58228"},"resourceType":"DocumentReference"} +{"id":"229c5153-7732-5e76-9206-596f8e1f25ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03035/analysis/HG03035.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368147#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/438894a8-a549-56bc-8599-9295b68385fd"},"resourceType":"DocumentReference"} +{"id":"5636b2b7-c42e-5889-b86e-017914f50672","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03035/analysis/HG03035.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368147#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/438894a8-a549-56bc-8599-9295b68385fd"},"resourceType":"DocumentReference"} +{"id":"aa67df57-284e-522e-baac-6fbd73419b0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03035/analysis/HG03035.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368147#sample/cram"}],"status":"current","subject":{"reference":"Patient/438894a8-a549-56bc-8599-9295b68385fd"},"resourceType":"DocumentReference"} +{"id":"02e31761-808c-5eac-a0af-0f63706def60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03041/analysis/HG03041.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368148#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7bb4dee0-80a4-52af-b700-3e358e133174"},"resourceType":"DocumentReference"} +{"id":"ed8f76df-a9b2-5d2b-84b3-0fcfefdee983","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03041/analysis/HG03041.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368148#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7bb4dee0-80a4-52af-b700-3e358e133174"},"resourceType":"DocumentReference"} +{"id":"98f21b63-3a25-5720-bc89-66b1d736b21e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03041/analysis/HG03041.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368148#sample/cram"}],"status":"current","subject":{"reference":"Patient/7bb4dee0-80a4-52af-b700-3e358e133174"},"resourceType":"DocumentReference"} +{"id":"5553d0f6-55c6-50a2-9997-cda7d583c424","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03047/analysis/HG03047.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368149#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c4a9fbb4-3c43-50e0-b776-7fd10ac3f852"},"resourceType":"DocumentReference"} +{"id":"d3bbcb20-c042-5ed7-9b87-03f262316c20","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03047/analysis/HG03047.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368149#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c4a9fbb4-3c43-50e0-b776-7fd10ac3f852"},"resourceType":"DocumentReference"} +{"id":"8ac45d6f-122d-5bc7-a2e6-e1fb6325d9ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03047/analysis/HG03047.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368149#sample/cram"}],"status":"current","subject":{"reference":"Patient/c4a9fbb4-3c43-50e0-b776-7fd10ac3f852"},"resourceType":"DocumentReference"} +{"id":"384dfef6-85c3-5aba-b382-1bcd68f17b58","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03050/analysis/HG03050.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368150#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fa21ef97-a9cf-5351-984c-e7c9f0df8146"},"resourceType":"DocumentReference"} +{"id":"27402524-fad8-5e17-9e1c-7776533859b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03050/analysis/HG03050.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368150#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fa21ef97-a9cf-5351-984c-e7c9f0df8146"},"resourceType":"DocumentReference"} +{"id":"342acd33-fdad-5350-8b9f-b224e6c3f704","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03050/analysis/HG03050.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368150#sample/cram"}],"status":"current","subject":{"reference":"Patient/fa21ef97-a9cf-5351-984c-e7c9f0df8146"},"resourceType":"DocumentReference"} +{"id":"c02a8fbe-27c4-5c94-9435-7a2c7f1be69e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03056/analysis/HG03056.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368151#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cb7aa35d-0621-50c0-8d1d-c079171699d9"},"resourceType":"DocumentReference"} +{"id":"066e3fdc-840a-59b2-b4d6-55469639bbec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03056/analysis/HG03056.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368151#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cb7aa35d-0621-50c0-8d1d-c079171699d9"},"resourceType":"DocumentReference"} +{"id":"8aa89d2b-60fb-50d0-884d-94ae24ff04ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03056/analysis/HG03056.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368151#sample/cram"}],"status":"current","subject":{"reference":"Patient/cb7aa35d-0621-50c0-8d1d-c079171699d9"},"resourceType":"DocumentReference"} +{"id":"ccbe986c-9ba9-5310-bd60-29906a061f14","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03065/analysis/HG03065.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368152#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/36df2d7f-bfde-5f4a-8c44-ecb8d6daccf4"},"resourceType":"DocumentReference"} +{"id":"70cd55c7-0aa8-5f7a-8cdc-83c24dc43ee7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03065/analysis/HG03065.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368152#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/36df2d7f-bfde-5f4a-8c44-ecb8d6daccf4"},"resourceType":"DocumentReference"} +{"id":"95d6d852-6fd4-5129-b153-43bb5a155852","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03065/analysis/HG03065.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368152#sample/cram"}],"status":"current","subject":{"reference":"Patient/36df2d7f-bfde-5f4a-8c44-ecb8d6daccf4"},"resourceType":"DocumentReference"} +{"id":"0a013bd5-b334-51b4-9f72-3120af4ec802","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03098/analysis/HG03098.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368153#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4d2dcb21-287a-5442-afac-ebc82f766c9c"},"resourceType":"DocumentReference"} +{"id":"3076f156-14eb-5dba-b585-3b4eea734bf4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03098/analysis/HG03098.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368153#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4d2dcb21-287a-5442-afac-ebc82f766c9c"},"resourceType":"DocumentReference"} +{"id":"fda6205d-95e3-539d-b960-2a60a2a9db46","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03098/analysis/HG03098.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368153#sample/cram"}],"status":"current","subject":{"reference":"Patient/4d2dcb21-287a-5442-afac-ebc82f766c9c"},"resourceType":"DocumentReference"} +{"id":"caeb4659-a0c3-59d5-9f69-2153cb69ddd2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03101/analysis/HG03101.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368154#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a2d63f84-e7b2-5e9f-81d1-5c1c44a818ac"},"resourceType":"DocumentReference"} +{"id":"6ea6b8f8-51fe-55c3-b790-44e200d0e5f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03101/analysis/HG03101.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368154#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a2d63f84-e7b2-5e9f-81d1-5c1c44a818ac"},"resourceType":"DocumentReference"} +{"id":"ec5f9bdb-54b0-5c85-9408-449dd4c41d7b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03101/analysis/HG03101.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368154#sample/cram"}],"status":"current","subject":{"reference":"Patient/a2d63f84-e7b2-5e9f-81d1-5c1c44a818ac"},"resourceType":"DocumentReference"} +{"id":"ceb2489c-a2f9-55eb-b1b7-d5c18309f958","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03110/analysis/HG03110.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368155#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2ea6d950-6574-50dd-a0b0-06112d92228c"},"resourceType":"DocumentReference"} +{"id":"73c01aed-7daf-5655-be26-df835e406ab1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03110/analysis/HG03110.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368155#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2ea6d950-6574-50dd-a0b0-06112d92228c"},"resourceType":"DocumentReference"} +{"id":"762c904a-81e9-54ac-adcf-4d732ecd5eca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03110/analysis/HG03110.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368155#sample/cram"}],"status":"current","subject":{"reference":"Patient/2ea6d950-6574-50dd-a0b0-06112d92228c"},"resourceType":"DocumentReference"} +{"id":"532ea0a5-0898-52b4-bd6a-163f65185401","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03113/analysis/HG03113.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368156#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/347e3b03-ed1e-54e9-a332-f03743fcbbc8"},"resourceType":"DocumentReference"} +{"id":"6a5fbcc0-a3d0-59ab-a4d7-0ebe57494ed8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03113/analysis/HG03113.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368156#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/347e3b03-ed1e-54e9-a332-f03743fcbbc8"},"resourceType":"DocumentReference"} +{"id":"591a8120-64ec-5f1f-bd7a-722ce6107060","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03113/analysis/HG03113.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368156#sample/cram"}],"status":"current","subject":{"reference":"Patient/347e3b03-ed1e-54e9-a332-f03743fcbbc8"},"resourceType":"DocumentReference"} +{"id":"ce308b48-46ab-533e-ae13-4b50f4ea8030","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03116/analysis/HG03116.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368157#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fac73f2d-7491-518c-8989-7b69b41b84b8"},"resourceType":"DocumentReference"} +{"id":"abf68b2c-392a-5508-b7df-68a72fc89ba5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03116/analysis/HG03116.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368157#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fac73f2d-7491-518c-8989-7b69b41b84b8"},"resourceType":"DocumentReference"} +{"id":"2f077332-4e15-52ed-a7bb-288f6e4a8b11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03116/analysis/HG03116.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368157#sample/cram"}],"status":"current","subject":{"reference":"Patient/fac73f2d-7491-518c-8989-7b69b41b84b8"},"resourceType":"DocumentReference"} +{"id":"a2cd6b7d-e104-5ced-9ffb-6635601784da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03119/analysis/HG03119.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368158#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/94f67d55-c437-5016-bf11-595bb69c6afe"},"resourceType":"DocumentReference"} +{"id":"9f8ada71-356b-50e8-9123-8c38efc061d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03119/analysis/HG03119.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368158#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/94f67d55-c437-5016-bf11-595bb69c6afe"},"resourceType":"DocumentReference"} +{"id":"69ca354f-1f35-5f47-baf4-f938e601a444","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03119/analysis/HG03119.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368158#sample/cram"}],"status":"current","subject":{"reference":"Patient/94f67d55-c437-5016-bf11-595bb69c6afe"},"resourceType":"DocumentReference"} +{"id":"5c953d21-0df5-5f9e-9bf2-b7b85b135408","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03122/analysis/HG03122.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368159#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1e3ffec6-a75c-5266-a8e1-8bb3dbf3072b"},"resourceType":"DocumentReference"} +{"id":"978bff4c-d921-532c-90af-754e3fc9d90b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03122/analysis/HG03122.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368159#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1e3ffec6-a75c-5266-a8e1-8bb3dbf3072b"},"resourceType":"DocumentReference"} +{"id":"d9bcc9e4-0c7a-56d6-b3a9-84c77ee10ec0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03122/analysis/HG03122.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368159#sample/cram"}],"status":"current","subject":{"reference":"Patient/1e3ffec6-a75c-5266-a8e1-8bb3dbf3072b"},"resourceType":"DocumentReference"} +{"id":"eae76eeb-326b-57ab-9ac7-c0cae41031cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03125/analysis/HG03125.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368160#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0ce2f707-176b-5533-bee0-ab93e23c2114"},"resourceType":"DocumentReference"} +{"id":"5b2f34ad-ad68-5fd1-9d13-dcb0198f24b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03125/analysis/HG03125.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368160#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0ce2f707-176b-5533-bee0-ab93e23c2114"},"resourceType":"DocumentReference"} +{"id":"4e6fdb37-417d-51e6-b20f-c09149797ece","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03125/analysis/HG03125.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368160#sample/cram"}],"status":"current","subject":{"reference":"Patient/0ce2f707-176b-5533-bee0-ab93e23c2114"},"resourceType":"DocumentReference"} +{"id":"1d70bb24-fa83-5096-b833-76235f001e5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03128/analysis/HG03128.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368161#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4d3823ab-5768-5467-b970-3ca13e6f4338"},"resourceType":"DocumentReference"} +{"id":"3ffcbace-81e2-5a4f-beea-6581e2ec7a28","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03128/analysis/HG03128.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368161#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4d3823ab-5768-5467-b970-3ca13e6f4338"},"resourceType":"DocumentReference"} +{"id":"1705aef3-a48c-51bf-a2f4-32983d7577f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03128/analysis/HG03128.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368161#sample/cram"}],"status":"current","subject":{"reference":"Patient/4d3823ab-5768-5467-b970-3ca13e6f4338"},"resourceType":"DocumentReference"} +{"id":"f3190345-a60e-5267-9093-a174a93826d8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03131/analysis/HG03131.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368162#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/297282a1-d948-5a04-ac83-a3cee391ee0c"},"resourceType":"DocumentReference"} +{"id":"9f0e113c-7cd1-5e58-bc46-22374cbe51fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03131/analysis/HG03131.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368162#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/297282a1-d948-5a04-ac83-a3cee391ee0c"},"resourceType":"DocumentReference"} +{"id":"d5074e66-4989-5089-8f57-724fed495c82","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03131/analysis/HG03131.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368162#sample/cram"}],"status":"current","subject":{"reference":"Patient/297282a1-d948-5a04-ac83-a3cee391ee0c"},"resourceType":"DocumentReference"} +{"id":"698b2506-72f8-500c-a253-293974757ce4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03134/analysis/HG03134.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368163#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8b154082-67ba-55f5-9b33-42b55f4f8297"},"resourceType":"DocumentReference"} +{"id":"26c83240-4f59-5927-9389-f7dee83fd740","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03134/analysis/HG03134.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368163#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8b154082-67ba-55f5-9b33-42b55f4f8297"},"resourceType":"DocumentReference"} +{"id":"ae667e68-d028-5333-b394-7a84c375c113","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03134/analysis/HG03134.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368163#sample/cram"}],"status":"current","subject":{"reference":"Patient/8b154082-67ba-55f5-9b33-42b55f4f8297"},"resourceType":"DocumentReference"} +{"id":"39290b8a-367b-5e1f-bf47-90c75f2b73f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03137/analysis/HG03137.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368164#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9af31d9b-c30c-5ec5-9889-38a04d28ef34"},"resourceType":"DocumentReference"} +{"id":"dfdac33f-1482-5090-95e3-2ef9e4a13dd3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03137/analysis/HG03137.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368164#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9af31d9b-c30c-5ec5-9889-38a04d28ef34"},"resourceType":"DocumentReference"} +{"id":"d4c08af3-68f1-542a-b3fb-f16fa84ed111","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03137/analysis/HG03137.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368164#sample/cram"}],"status":"current","subject":{"reference":"Patient/9af31d9b-c30c-5ec5-9889-38a04d28ef34"},"resourceType":"DocumentReference"} +{"id":"6ac6a3eb-942d-5765-a885-a90f8772da2a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03161/analysis/HG03161.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368165#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a9ef840c-2f12-5d79-9d4d-dc9192ec126d"},"resourceType":"DocumentReference"} +{"id":"c2506b80-d8b3-509b-bd6a-fbec684d2933","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03161/analysis/HG03161.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368165#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a9ef840c-2f12-5d79-9d4d-dc9192ec126d"},"resourceType":"DocumentReference"} +{"id":"c4e6c557-5dc9-5453-841f-e5fff0600337","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03161/analysis/HG03161.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368165#sample/cram"}],"status":"current","subject":{"reference":"Patient/a9ef840c-2f12-5d79-9d4d-dc9192ec126d"},"resourceType":"DocumentReference"} +{"id":"86254bdb-0018-57a3-939d-9a55c991d800","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03164/analysis/HG03164.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368166#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/45b9d34d-f90c-5339-9d81-a5830180c7d3"},"resourceType":"DocumentReference"} +{"id":"e3463b12-4084-59c9-983d-41ebf0d69ab1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03164/analysis/HG03164.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368166#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/45b9d34d-f90c-5339-9d81-a5830180c7d3"},"resourceType":"DocumentReference"} +{"id":"ff431de6-5b53-5d3a-9d04-457af6a6019a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03164/analysis/HG03164.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368166#sample/cram"}],"status":"current","subject":{"reference":"Patient/45b9d34d-f90c-5339-9d81-a5830180c7d3"},"resourceType":"DocumentReference"} +{"id":"51ae9c6f-9936-52a5-8bf9-68c621c6ac8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03170/analysis/HG03170.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368167#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a3f11ae6-469b-5fa5-8d35-01ea4e18af26"},"resourceType":"DocumentReference"} +{"id":"60a9b2c0-6cd4-5442-99cf-412d1fb23765","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03170/analysis/HG03170.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368167#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a3f11ae6-469b-5fa5-8d35-01ea4e18af26"},"resourceType":"DocumentReference"} +{"id":"cccfe628-bb71-527d-b52c-effa43d91eb9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03170/analysis/HG03170.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368167#sample/cram"}],"status":"current","subject":{"reference":"Patient/a3f11ae6-469b-5fa5-8d35-01ea4e18af26"},"resourceType":"DocumentReference"} +{"id":"44254b76-2878-505e-a8a9-32fbb4a919e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03191/analysis/HG03191.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368168#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6ad98fd5-356c-5737-a699-f40bee6be075"},"resourceType":"DocumentReference"} +{"id":"96f737ca-69ff-549e-a32a-df55cf9431ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03191/analysis/HG03191.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368168#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6ad98fd5-356c-5737-a699-f40bee6be075"},"resourceType":"DocumentReference"} +{"id":"e0a2b2a4-6f99-503f-8879-13a8636f0a8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03191/analysis/HG03191.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368168#sample/cram"}],"status":"current","subject":{"reference":"Patient/6ad98fd5-356c-5737-a699-f40bee6be075"},"resourceType":"DocumentReference"} +{"id":"4b0b92ae-bdab-51f7-a0b4-44b7578202c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03197/analysis/HG03197.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368169#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eea6ff89-cfda-515c-b88f-b8a2c295ca67"},"resourceType":"DocumentReference"} +{"id":"a1888b26-1942-5475-916d-798d257185ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03197/analysis/HG03197.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368169#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eea6ff89-cfda-515c-b88f-b8a2c295ca67"},"resourceType":"DocumentReference"} +{"id":"c05971d8-e507-5ebc-91e6-cc7c806b3d56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03197/analysis/HG03197.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368169#sample/cram"}],"status":"current","subject":{"reference":"Patient/eea6ff89-cfda-515c-b88f-b8a2c295ca67"},"resourceType":"DocumentReference"} +{"id":"4cee4736-0898-5dae-a746-a1814c0dd3eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03200/analysis/HG03200.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368170#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/87cb47b6-d4cd-5526-acaf-0927a4cc06bb"},"resourceType":"DocumentReference"} +{"id":"830ec4e6-1baf-543b-8f99-4659c4643c24","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03200/analysis/HG03200.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368170#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/87cb47b6-d4cd-5526-acaf-0927a4cc06bb"},"resourceType":"DocumentReference"} +{"id":"1bb6c8fb-f559-53e7-80db-e67f7f786e1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03200/analysis/HG03200.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368170#sample/cram"}],"status":"current","subject":{"reference":"Patient/87cb47b6-d4cd-5526-acaf-0927a4cc06bb"},"resourceType":"DocumentReference"} +{"id":"cb73b446-7c21-5a26-9f7c-8e42ed793ee7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03230/analysis/HG03230.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368171#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/68db6355-4fb7-5af5-a01d-a028987b1d91"},"resourceType":"DocumentReference"} +{"id":"dca0f2f6-2cb2-5049-bc6b-19d06ee2f0ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03230/analysis/HG03230.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368171#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/68db6355-4fb7-5af5-a01d-a028987b1d91"},"resourceType":"DocumentReference"} +{"id":"658858e5-6313-5d9f-840e-d7db77c56c28","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03230/analysis/HG03230.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368171#sample/cram"}],"status":"current","subject":{"reference":"Patient/68db6355-4fb7-5af5-a01d-a028987b1d91"},"resourceType":"DocumentReference"} +{"id":"ceb094b8-2592-5bac-bf1f-634ee73a86da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03236/analysis/HG03236.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368172#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1958c753-4b7f-53c9-8c6f-4e561502584b"},"resourceType":"DocumentReference"} +{"id":"5b6ab743-6eac-5bcd-af2a-03c673104a0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03236/analysis/HG03236.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368172#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1958c753-4b7f-53c9-8c6f-4e561502584b"},"resourceType":"DocumentReference"} +{"id":"0f5940e8-ad3e-54a3-8f1f-f06cc3a5bf79","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03236/analysis/HG03236.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368172#sample/cram"}],"status":"current","subject":{"reference":"Patient/1958c753-4b7f-53c9-8c6f-4e561502584b"},"resourceType":"DocumentReference"} +{"id":"31c60f4e-6743-5cc3-ad8d-c3d6429f1571","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03239/analysis/HG03239.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368173#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5160e8ab-faaa-5e6b-9c68-ec54e74f0600"},"resourceType":"DocumentReference"} +{"id":"f941a9dd-23c3-59d0-8f35-dc1e6ef0a3f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03239/analysis/HG03239.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368173#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5160e8ab-faaa-5e6b-9c68-ec54e74f0600"},"resourceType":"DocumentReference"} +{"id":"6dd4f47f-9b8e-5b1d-b308-050e878ef2a2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03239/analysis/HG03239.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368173#sample/cram"}],"status":"current","subject":{"reference":"Patient/5160e8ab-faaa-5e6b-9c68-ec54e74f0600"},"resourceType":"DocumentReference"} +{"id":"4149cb62-0e24-5205-a3cd-58fc19d07557","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03242/analysis/HG03242.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368174#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a24c75e2-8ff9-532b-8d3c-68d72970c77c"},"resourceType":"DocumentReference"} +{"id":"f04537fc-f835-522c-82f8-61d25235db6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03242/analysis/HG03242.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368174#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a24c75e2-8ff9-532b-8d3c-68d72970c77c"},"resourceType":"DocumentReference"} +{"id":"1a31d6a7-c8df-530e-8244-54f55bb728b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03242/analysis/HG03242.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368174#sample/cram"}],"status":"current","subject":{"reference":"Patient/a24c75e2-8ff9-532b-8d3c-68d72970c77c"},"resourceType":"DocumentReference"} +{"id":"35b3be3f-b3b1-5624-a67a-c46eb80171bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03248/analysis/HG03248.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368175#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/81db6c97-0c46-5254-ae5c-7f8553d7b7a3"},"resourceType":"DocumentReference"} +{"id":"7c0aaf83-5e2c-56bf-b4e6-d9eef1f4b752","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03248/analysis/HG03248.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368175#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/81db6c97-0c46-5254-ae5c-7f8553d7b7a3"},"resourceType":"DocumentReference"} +{"id":"490705f0-1dc2-5bb3-95a2-efe4dc7e4ca8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03248/analysis/HG03248.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368175#sample/cram"}],"status":"current","subject":{"reference":"Patient/81db6c97-0c46-5254-ae5c-7f8553d7b7a3"},"resourceType":"DocumentReference"} +{"id":"2bd6b1ed-5fea-51c4-a50b-217ab2c00b76","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03249/analysis/HG03249.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368176#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ed34cc66-a4e9-5f6b-8312-5f2cca8f72e4"},"resourceType":"DocumentReference"} +{"id":"b8e61dd3-f30d-5233-adc2-56fac36a0d6c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03249/analysis/HG03249.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368176#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ed34cc66-a4e9-5f6b-8312-5f2cca8f72e4"},"resourceType":"DocumentReference"} +{"id":"a5722741-6d1c-537d-b298-e7ca766d5ff3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03249/analysis/HG03249.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368176#sample/cram"}],"status":"current","subject":{"reference":"Patient/ed34cc66-a4e9-5f6b-8312-5f2cca8f72e4"},"resourceType":"DocumentReference"} +{"id":"7e64f925-af83-52ca-9f73-7ff655c82d48","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03250/analysis/HG03250.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368177#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5ed71a0d-62df-5a5e-adad-1f839c35aaf2"},"resourceType":"DocumentReference"} +{"id":"56aff7f6-6928-5f65-b402-50a68ffcfbbc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03250/analysis/HG03250.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368177#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5ed71a0d-62df-5a5e-adad-1f839c35aaf2"},"resourceType":"DocumentReference"} +{"id":"81199909-4d91-5f26-b314-a440e13772c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03250/analysis/HG03250.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368177#sample/cram"}],"status":"current","subject":{"reference":"Patient/5ed71a0d-62df-5a5e-adad-1f839c35aaf2"},"resourceType":"DocumentReference"} +{"id":"2c070308-6128-52ee-a6ae-cdd317b46b12","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03251/analysis/HG03251.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368178#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/077defbd-cbed-53a6-82bb-e1244a49c8af"},"resourceType":"DocumentReference"} +{"id":"15b25d9f-149f-5106-b9b3-5e126deb5942","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03251/analysis/HG03251.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368178#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/077defbd-cbed-53a6-82bb-e1244a49c8af"},"resourceType":"DocumentReference"} +{"id":"b880637f-e180-51c6-9d3b-c672bb09669d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03251/analysis/HG03251.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368178#sample/cram"}],"status":"current","subject":{"reference":"Patient/077defbd-cbed-53a6-82bb-e1244a49c8af"},"resourceType":"DocumentReference"} +{"id":"146a3dd1-7cd3-56e7-8e91-9f6eb1cbef16","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03260/analysis/HG03260.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368179#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f7a5f66a-4a58-5028-9968-e8705f700cd7"},"resourceType":"DocumentReference"} +{"id":"4d0ad74f-0531-5021-8ba7-46559dd42c7d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03260/analysis/HG03260.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368179#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f7a5f66a-4a58-5028-9968-e8705f700cd7"},"resourceType":"DocumentReference"} +{"id":"c69a9443-cc1a-5983-a728-2f3d50800f34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03260/analysis/HG03260.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368179#sample/cram"}],"status":"current","subject":{"reference":"Patient/f7a5f66a-4a58-5028-9968-e8705f700cd7"},"resourceType":"DocumentReference"} +{"id":"37b6b995-dc54-5f43-8dc0-94e539aa3248","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03269/analysis/HG03269.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368180#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b03f9494-af1a-5276-b8ad-9600e947f2b7"},"resourceType":"DocumentReference"} +{"id":"e5431e5a-b76a-5006-8b7f-f3c653b9874c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03269/analysis/HG03269.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368180#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b03f9494-af1a-5276-b8ad-9600e947f2b7"},"resourceType":"DocumentReference"} +{"id":"976db5e8-a66a-5e51-aa34-87390f5b31c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03269/analysis/HG03269.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368180#sample/cram"}],"status":"current","subject":{"reference":"Patient/b03f9494-af1a-5276-b8ad-9600e947f2b7"},"resourceType":"DocumentReference"} +{"id":"61e251a1-fb9e-5109-8f87-d674fd57a409","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03272/analysis/HG03272.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368181#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9a21dd5c-bac8-5069-a5c1-cf4dd3510a3d"},"resourceType":"DocumentReference"} +{"id":"53ad000b-c002-51e2-a590-7de0679c504b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03272/analysis/HG03272.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368181#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9a21dd5c-bac8-5069-a5c1-cf4dd3510a3d"},"resourceType":"DocumentReference"} +{"id":"cbd54b2a-a9c0-55a1-b6b1-4488c77cb542","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03272/analysis/HG03272.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368181#sample/cram"}],"status":"current","subject":{"reference":"Patient/9a21dd5c-bac8-5069-a5c1-cf4dd3510a3d"},"resourceType":"DocumentReference"} +{"id":"73d28122-781c-53fe-85e4-5cac418b8070","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03296/analysis/HG03296.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368182#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2d89cd9c-5635-55b2-ad2e-c0fa2b1eba34"},"resourceType":"DocumentReference"} +{"id":"34fa8e39-8564-596e-b913-f4e1a90937bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03296/analysis/HG03296.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368182#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2d89cd9c-5635-55b2-ad2e-c0fa2b1eba34"},"resourceType":"DocumentReference"} +{"id":"924cc047-3660-573d-a5ec-8a6e37f745d8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03296/analysis/HG03296.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368182#sample/cram"}],"status":"current","subject":{"reference":"Patient/2d89cd9c-5635-55b2-ad2e-c0fa2b1eba34"},"resourceType":"DocumentReference"} +{"id":"6a3e861e-28bb-5e32-8138-85f24125098b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03299/analysis/HG03299.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368183#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7fe9f7a2-54be-5807-9d16-37d2603ebcc2"},"resourceType":"DocumentReference"} +{"id":"ff5d40ba-d86e-5b65-8483-5fd32d601866","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03299/analysis/HG03299.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368183#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7fe9f7a2-54be-5807-9d16-37d2603ebcc2"},"resourceType":"DocumentReference"} +{"id":"105226f5-56a4-5f3a-b64e-d1e1a9e5f1b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03299/analysis/HG03299.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368183#sample/cram"}],"status":"current","subject":{"reference":"Patient/7fe9f7a2-54be-5807-9d16-37d2603ebcc2"},"resourceType":"DocumentReference"} +{"id":"6f999966-a237-5fa6-988c-df1d4735b840","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03302/analysis/HG03302.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368184#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1885e6f1-358a-5036-a55b-a4c8ee3174b4"},"resourceType":"DocumentReference"} +{"id":"eb142b15-752d-5260-abcb-94f0d153fe25","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03302/analysis/HG03302.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368184#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1885e6f1-358a-5036-a55b-a4c8ee3174b4"},"resourceType":"DocumentReference"} +{"id":"af09d3a7-2a3b-599c-94d9-e64a072d63b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03302/analysis/HG03302.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368184#sample/cram"}],"status":"current","subject":{"reference":"Patient/1885e6f1-358a-5036-a55b-a4c8ee3174b4"},"resourceType":"DocumentReference"} +{"id":"667ba45a-78bb-5962-809f-2bb59a812da8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03305/analysis/HG03305.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368185#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e7d82cdf-38c1-5eae-ad2d-6e60da694ca0"},"resourceType":"DocumentReference"} +{"id":"c23dbe4e-c6c9-595e-a232-f5c8e4156ab7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03305/analysis/HG03305.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368185#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e7d82cdf-38c1-5eae-ad2d-6e60da694ca0"},"resourceType":"DocumentReference"} +{"id":"08257229-e700-58ad-b458-23bed68ce537","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03305/analysis/HG03305.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368185#sample/cram"}],"status":"current","subject":{"reference":"Patient/e7d82cdf-38c1-5eae-ad2d-6e60da694ca0"},"resourceType":"DocumentReference"} +{"id":"ee3f662a-c180-5668-99aa-0c090531e483","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03306/analysis/HG03306.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368186#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0227ac97-3760-5a0c-b7a3-6b86f4d798d8"},"resourceType":"DocumentReference"} +{"id":"e2740677-a446-538c-9fb5-6fa7837d51c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03306/analysis/HG03306.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368186#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0227ac97-3760-5a0c-b7a3-6b86f4d798d8"},"resourceType":"DocumentReference"} +{"id":"2f032f23-2dd6-53d5-8f66-efa6f2227541","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03306/analysis/HG03306.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368186#sample/cram"}],"status":"current","subject":{"reference":"Patient/0227ac97-3760-5a0c-b7a3-6b86f4d798d8"},"resourceType":"DocumentReference"} +{"id":"56dcf566-a7e9-59ba-bc03-dfbac73ebbf5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03307/analysis/HG03307.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368187#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e96abccb-b01f-5d63-ade0-990c76f9aada"},"resourceType":"DocumentReference"} +{"id":"99ccae85-7bfc-5366-b7a1-873bcf474339","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03307/analysis/HG03307.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368187#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e96abccb-b01f-5d63-ade0-990c76f9aada"},"resourceType":"DocumentReference"} +{"id":"89ee1823-bd34-5956-9c45-8e3b551b81d8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03307/analysis/HG03307.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368187#sample/cram"}],"status":"current","subject":{"reference":"Patient/e96abccb-b01f-5d63-ade0-990c76f9aada"},"resourceType":"DocumentReference"} +{"id":"78d9fbeb-545b-5937-a26f-eedb882e1e24","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03308/analysis/HG03308.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368188#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/823ba89c-1177-56e7-b3cb-677779fc3a7c"},"resourceType":"DocumentReference"} +{"id":"a9152127-58a3-56f3-b0c4-26bb52447d6b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03308/analysis/HG03308.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368188#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/823ba89c-1177-56e7-b3cb-677779fc3a7c"},"resourceType":"DocumentReference"} +{"id":"26356c5e-c3a9-53ce-b9d7-0183f5d9290a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03308/analysis/HG03308.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368188#sample/cram"}],"status":"current","subject":{"reference":"Patient/823ba89c-1177-56e7-b3cb-677779fc3a7c"},"resourceType":"DocumentReference"} +{"id":"c30bcbdc-0ee0-59c4-9716-6891c53c8565","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03309/analysis/HG03309.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368189#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1b464538-c706-5f68-adf2-3196b8a246b3"},"resourceType":"DocumentReference"} +{"id":"f51999b3-93ea-5287-8c98-8476030db669","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03309/analysis/HG03309.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368189#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1b464538-c706-5f68-adf2-3196b8a246b3"},"resourceType":"DocumentReference"} +{"id":"6b69d0ac-72c9-5211-9ef0-92ce07624489","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03309/analysis/HG03309.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368189#sample/cram"}],"status":"current","subject":{"reference":"Patient/1b464538-c706-5f68-adf2-3196b8a246b3"},"resourceType":"DocumentReference"} +{"id":"b8cdbf02-d852-5d3c-a517-3a3749845fe3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03310/analysis/HG03310.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368190#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7f80a5d7-dea8-591d-9e47-4dd5866843f3"},"resourceType":"DocumentReference"} +{"id":"93372c8a-8746-5144-80af-14ae66e067fc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03310/analysis/HG03310.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368190#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7f80a5d7-dea8-591d-9e47-4dd5866843f3"},"resourceType":"DocumentReference"} +{"id":"fd662b50-ecfa-5b41-a0f6-02ff94ced973","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03310/analysis/HG03310.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368190#sample/cram"}],"status":"current","subject":{"reference":"Patient/7f80a5d7-dea8-591d-9e47-4dd5866843f3"},"resourceType":"DocumentReference"} +{"id":"2863c1b9-4cb8-519e-8332-33e18b8c4dc5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03312/analysis/HG03312.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368191#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fa7a69d5-136f-5bae-9fb5-ceb6028cc866"},"resourceType":"DocumentReference"} +{"id":"559f9fdd-8c00-57bd-b829-8f34b98297b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03312/analysis/HG03312.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368191#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fa7a69d5-136f-5bae-9fb5-ceb6028cc866"},"resourceType":"DocumentReference"} +{"id":"19402a7c-07b1-5654-8329-5e0b08908461","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03312/analysis/HG03312.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368191#sample/cram"}],"status":"current","subject":{"reference":"Patient/fa7a69d5-136f-5bae-9fb5-ceb6028cc866"},"resourceType":"DocumentReference"} +{"id":"816b513a-65bd-5afc-98c5-6a52346993db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03314/analysis/HG03314.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368192#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/154b0fd7-a9e3-5e37-b416-262efa2ad560"},"resourceType":"DocumentReference"} +{"id":"6d659da8-e998-59b6-96ac-f8379cd9b68c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03314/analysis/HG03314.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368192#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/154b0fd7-a9e3-5e37-b416-262efa2ad560"},"resourceType":"DocumentReference"} +{"id":"b20f381c-3eb8-5485-a7f8-7e5459277a6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03314/analysis/HG03314.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368192#sample/cram"}],"status":"current","subject":{"reference":"Patient/154b0fd7-a9e3-5e37-b416-262efa2ad560"},"resourceType":"DocumentReference"} +{"id":"17ba0fc3-2ea7-5673-88bc-783c21e25e26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03344/analysis/HG03344.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368193#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3ce1d982-e0fe-5e4f-b7ec-b6dd76fdd352"},"resourceType":"DocumentReference"} +{"id":"66a278a8-a5e2-5832-89a2-f93fa20f22d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03344/analysis/HG03344.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368193#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3ce1d982-e0fe-5e4f-b7ec-b6dd76fdd352"},"resourceType":"DocumentReference"} +{"id":"ff6947dc-6af1-5b37-9281-067ddb74b6a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03344/analysis/HG03344.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368193#sample/cram"}],"status":"current","subject":{"reference":"Patient/3ce1d982-e0fe-5e4f-b7ec-b6dd76fdd352"},"resourceType":"DocumentReference"} +{"id":"93094c9b-e53b-5d2b-8e3c-5671a098a088","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03350/analysis/HG03350.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368194#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7bd8b79c-87c3-542b-a000-3d0347e4750e"},"resourceType":"DocumentReference"} +{"id":"4dc5cf91-cdd4-5b28-8087-b536deba68a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03350/analysis/HG03350.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368194#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7bd8b79c-87c3-542b-a000-3d0347e4750e"},"resourceType":"DocumentReference"} +{"id":"47865546-753b-55ca-a0cc-31423f64d0c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03350/analysis/HG03350.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368194#sample/cram"}],"status":"current","subject":{"reference":"Patient/7bd8b79c-87c3-542b-a000-3d0347e4750e"},"resourceType":"DocumentReference"} +{"id":"54863341-c8b3-5751-aaed-11802124b694","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03368/analysis/HG03368.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368195#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8420dfec-fc80-584c-a16a-0cc4551db173"},"resourceType":"DocumentReference"} +{"id":"bf89b770-9169-58aa-a797-f11f6243b4fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03368/analysis/HG03368.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368195#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8420dfec-fc80-584c-a16a-0cc4551db173"},"resourceType":"DocumentReference"} +{"id":"e3466f1f-91e2-5180-8898-dbf57c3fa8c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03368/analysis/HG03368.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368195#sample/cram"}],"status":"current","subject":{"reference":"Patient/8420dfec-fc80-584c-a16a-0cc4551db173"},"resourceType":"DocumentReference"} +{"id":"12441250-84d6-5aed-b51d-31b342aa6700","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03371/analysis/HG03371.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368196#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cde0e4a3-f0f2-5c45-bca2-9f974d7e378f"},"resourceType":"DocumentReference"} +{"id":"c49edb3d-46ec-5eb5-bdec-d7683134701b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03371/analysis/HG03371.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368196#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cde0e4a3-f0f2-5c45-bca2-9f974d7e378f"},"resourceType":"DocumentReference"} +{"id":"ce57ad97-4a81-5931-a6f9-ee3dd0463943","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03371/analysis/HG03371.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368196#sample/cram"}],"status":"current","subject":{"reference":"Patient/cde0e4a3-f0f2-5c45-bca2-9f974d7e378f"},"resourceType":"DocumentReference"} +{"id":"f09d87e2-f5f7-5f10-b1e7-f1ace51591e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03373/analysis/HG03373.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368197#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6000c277-d02c-5deb-9780-d81412787e48"},"resourceType":"DocumentReference"} +{"id":"3e74aee7-2020-5559-98f0-06927295bb03","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03373/analysis/HG03373.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368197#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6000c277-d02c-5deb-9780-d81412787e48"},"resourceType":"DocumentReference"} +{"id":"a44596ce-ba3b-5f29-83ea-ea0059add3a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03373/analysis/HG03373.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368197#sample/cram"}],"status":"current","subject":{"reference":"Patient/6000c277-d02c-5deb-9780-d81412787e48"},"resourceType":"DocumentReference"} +{"id":"429af762-f08d-5fd9-a023-89f456655811","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03374/analysis/HG03374.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368198#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f7acb0a9-7702-5f2d-a0f6-49a1486d933d"},"resourceType":"DocumentReference"} +{"id":"4537cec8-a3ab-53e9-b2ef-992b582d6091","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03374/analysis/HG03374.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368198#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f7acb0a9-7702-5f2d-a0f6-49a1486d933d"},"resourceType":"DocumentReference"} +{"id":"1262c4a9-80db-50fd-9faa-03602c405b44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03374/analysis/HG03374.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368198#sample/cram"}],"status":"current","subject":{"reference":"Patient/f7acb0a9-7702-5f2d-a0f6-49a1486d933d"},"resourceType":"DocumentReference"} +{"id":"a5b3d2b1-66d2-5987-a861-5204cb010a5d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03438/analysis/HG03438.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368199#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cc7d6618-83d6-5089-aa08-94bbf4b97e68"},"resourceType":"DocumentReference"} +{"id":"a3ae0aa9-ddba-55a9-8f0a-8a9f2275a65f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03438/analysis/HG03438.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368199#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cc7d6618-83d6-5089-aa08-94bbf4b97e68"},"resourceType":"DocumentReference"} +{"id":"888b01d3-3a87-5999-b8ab-529f08dfbe21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03438/analysis/HG03438.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368199#sample/cram"}],"status":"current","subject":{"reference":"Patient/cc7d6618-83d6-5089-aa08-94bbf4b97e68"},"resourceType":"DocumentReference"} +{"id":"aca82983-8d25-5c18-be8d-d35cf18825d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03453/analysis/HG03453.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368200#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d577dadb-4c30-5aba-b692-2b07aea30166"},"resourceType":"DocumentReference"} +{"id":"f799a6e1-1900-521b-9325-4c0423f1f5a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03453/analysis/HG03453.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368200#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d577dadb-4c30-5aba-b692-2b07aea30166"},"resourceType":"DocumentReference"} +{"id":"7f0b1bb7-876d-5e08-bcab-0ffe345dc2e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03453/analysis/HG03453.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368200#sample/cram"}],"status":"current","subject":{"reference":"Patient/d577dadb-4c30-5aba-b692-2b07aea30166"},"resourceType":"DocumentReference"} +{"id":"8adfb6e5-045b-5ca5-9c98-ec4f0b2be0c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03454/analysis/HG03454.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368201#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/307ac7c4-3f6b-5a93-9a9c-994cd9b5903d"},"resourceType":"DocumentReference"} +{"id":"7019633e-7035-5941-acd3-351b102de5e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03454/analysis/HG03454.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368201#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/307ac7c4-3f6b-5a93-9a9c-994cd9b5903d"},"resourceType":"DocumentReference"} +{"id":"1a189388-9605-529b-95aa-512733436553","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03454/analysis/HG03454.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368201#sample/cram"}],"status":"current","subject":{"reference":"Patient/307ac7c4-3f6b-5a93-9a9c-994cd9b5903d"},"resourceType":"DocumentReference"} +{"id":"7580343e-3f85-5c37-9153-b666e6359473","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03456/analysis/HG03456.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368202#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/79e09371-4cf6-5bba-b9b7-6086606296d1"},"resourceType":"DocumentReference"} +{"id":"2d4d078f-6981-5fce-90d5-9b4720a760c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03456/analysis/HG03456.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368202#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/79e09371-4cf6-5bba-b9b7-6086606296d1"},"resourceType":"DocumentReference"} +{"id":"275868a2-5ebd-543c-936e-f1cee1ccba1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03456/analysis/HG03456.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368202#sample/cram"}],"status":"current","subject":{"reference":"Patient/79e09371-4cf6-5bba-b9b7-6086606296d1"},"resourceType":"DocumentReference"} +{"id":"d009a824-287e-52ef-8e8f-d736ba87b826","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03480/analysis/HG03480.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368203#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cbf2cf77-0605-5cae-a009-f3e0a7608733"},"resourceType":"DocumentReference"} +{"id":"e6ffa221-ce79-5a5b-9fc7-a4403d12ad11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03480/analysis/HG03480.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368203#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cbf2cf77-0605-5cae-a009-f3e0a7608733"},"resourceType":"DocumentReference"} +{"id":"2df0e7d9-7e29-5c67-9e1c-c649eeb2ed12","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03480/analysis/HG03480.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368203#sample/cram"}],"status":"current","subject":{"reference":"Patient/cbf2cf77-0605-5cae-a009-f3e0a7608733"},"resourceType":"DocumentReference"} +{"id":"6c9bedcf-fe5b-591d-a1b5-542a220b88c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03486/analysis/HG03486.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368204#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bdcde907-cff6-5fff-a9a2-9589ad7008b7"},"resourceType":"DocumentReference"} +{"id":"84fbf198-b4c5-55aa-8b7d-4805dc22e53f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03486/analysis/HG03486.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368204#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bdcde907-cff6-5fff-a9a2-9589ad7008b7"},"resourceType":"DocumentReference"} +{"id":"17601297-ed12-5e6a-8d8f-4e8126f384c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03486/analysis/HG03486.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368204#sample/cram"}],"status":"current","subject":{"reference":"Patient/bdcde907-cff6-5fff-a9a2-9589ad7008b7"},"resourceType":"DocumentReference"} +{"id":"bfceea83-f11e-5853-a1b8-ee237a2bdbac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03487/analysis/HG03487.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368205#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d844f010-5494-5445-bd14-86a6495f214c"},"resourceType":"DocumentReference"} +{"id":"fd52be3d-0aa7-5751-b843-a7bc068c1a00","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03487/analysis/HG03487.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368205#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d844f010-5494-5445-bd14-86a6495f214c"},"resourceType":"DocumentReference"} +{"id":"ac93c599-6ce9-5325-99f1-a5f2ab053db4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03487/analysis/HG03487.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368205#sample/cram"}],"status":"current","subject":{"reference":"Patient/d844f010-5494-5445-bd14-86a6495f214c"},"resourceType":"DocumentReference"} +{"id":"e571cda5-8d76-5316-92b4-57e058e1cbe4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03489/analysis/HG03489.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368206#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/14eb2a46-0ba3-525b-a8e8-1e5e1a6e7502"},"resourceType":"DocumentReference"} +{"id":"2771615d-d4be-507c-b5ed-857bb6f1e9cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03489/analysis/HG03489.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368206#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/14eb2a46-0ba3-525b-a8e8-1e5e1a6e7502"},"resourceType":"DocumentReference"} +{"id":"021bce8a-7428-5d2d-af98-ee098194cac0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03489/analysis/HG03489.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368206#sample/cram"}],"status":"current","subject":{"reference":"Patient/14eb2a46-0ba3-525b-a8e8-1e5e1a6e7502"},"resourceType":"DocumentReference"} +{"id":"b774b907-3009-57ab-888c-7dd35a06b28e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03492/analysis/HG03492.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368207#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/99959fda-3245-54df-89c4-f5a4ab763502"},"resourceType":"DocumentReference"} +{"id":"09b0ff3f-6358-58dc-9d84-5bf9f0d1b2a6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03492/analysis/HG03492.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368207#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/99959fda-3245-54df-89c4-f5a4ab763502"},"resourceType":"DocumentReference"} +{"id":"18852cca-5d47-5ed7-8801-a9c1823a4501","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03492/analysis/HG03492.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368207#sample/cram"}],"status":"current","subject":{"reference":"Patient/99959fda-3245-54df-89c4-f5a4ab763502"},"resourceType":"DocumentReference"} +{"id":"023e703a-5e9a-5844-bbbc-df0732c0a942","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03516/analysis/HG03516.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368208#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/67297610-efdc-5bb1-982d-803be656d6fe"},"resourceType":"DocumentReference"} +{"id":"7d0df852-e7bf-5473-a2ea-98623e16bc82","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03516/analysis/HG03516.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368208#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/67297610-efdc-5bb1-982d-803be656d6fe"},"resourceType":"DocumentReference"} +{"id":"19e29628-0318-5d23-be8e-96c169b0c985","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03516/analysis/HG03516.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368208#sample/cram"}],"status":"current","subject":{"reference":"Patient/67297610-efdc-5bb1-982d-803be656d6fe"},"resourceType":"DocumentReference"} +{"id":"f88fd5e6-2f62-530a-8954-8fb49edb0ec6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03519/analysis/HG03519.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368209#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/01741253-5d6f-50d1-8a5f-1f6111aa45a5"},"resourceType":"DocumentReference"} +{"id":"c3ac3fa4-cd15-5588-b956-8f6cf9a4f3bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03519/analysis/HG03519.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368209#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/01741253-5d6f-50d1-8a5f-1f6111aa45a5"},"resourceType":"DocumentReference"} +{"id":"6ff7007c-5b6e-5f78-a574-6fe95c1dc488","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03519/analysis/HG03519.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368209#sample/cram"}],"status":"current","subject":{"reference":"Patient/01741253-5d6f-50d1-8a5f-1f6111aa45a5"},"resourceType":"DocumentReference"} +{"id":"44c568a5-5431-51cf-91c7-1056377e5bc2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03522/analysis/HG03522.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368210#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/667d8d2e-2baf-5ad8-9033-5458c42145d9"},"resourceType":"DocumentReference"} +{"id":"bc6d8ea5-5c37-582f-a2e2-be6161d687f9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03522/analysis/HG03522.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368210#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/667d8d2e-2baf-5ad8-9033-5458c42145d9"},"resourceType":"DocumentReference"} +{"id":"821d0604-453f-56d8-a362-83abebd5675c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03522/analysis/HG03522.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368210#sample/cram"}],"status":"current","subject":{"reference":"Patient/667d8d2e-2baf-5ad8-9033-5458c42145d9"},"resourceType":"DocumentReference"} +{"id":"dc675608-072b-58b5-a644-c6f4eaf5b4f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03540/analysis/HG03540.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368211#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3c1e1313-1ae1-5845-a619-c7499eca5957"},"resourceType":"DocumentReference"} +{"id":"c40013fd-d7e6-5e89-aea6-e159952baab2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03540/analysis/HG03540.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368211#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3c1e1313-1ae1-5845-a619-c7499eca5957"},"resourceType":"DocumentReference"} +{"id":"ae210bd8-fc8f-56b2-9cab-6add97966bbe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03540/analysis/HG03540.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368211#sample/cram"}],"status":"current","subject":{"reference":"Patient/3c1e1313-1ae1-5845-a619-c7499eca5957"},"resourceType":"DocumentReference"} +{"id":"914d7ef9-c9e2-57df-9585-27da9a1585f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03574/analysis/HG03574.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368212#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8c7bfe1d-433d-5922-8556-b6cbd23b00ba"},"resourceType":"DocumentReference"} +{"id":"65568138-c582-5595-8465-1a2723879c5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03574/analysis/HG03574.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368212#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8c7bfe1d-433d-5922-8556-b6cbd23b00ba"},"resourceType":"DocumentReference"} +{"id":"2586ffa2-5f3a-5ede-89dd-15b8bc5890be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03574/analysis/HG03574.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368212#sample/cram"}],"status":"current","subject":{"reference":"Patient/8c7bfe1d-433d-5922-8556-b6cbd23b00ba"},"resourceType":"DocumentReference"} +{"id":"0d9c7f41-4916-55d7-9ac7-1517c4d73ac6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03576/analysis/HG03576.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368213#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fa06fb6d-4bc3-5e5b-9d64-7cade86e0374"},"resourceType":"DocumentReference"} +{"id":"49241c1c-5b2d-518e-9836-0ce0b767d779","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03576/analysis/HG03576.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368213#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fa06fb6d-4bc3-5e5b-9d64-7cade86e0374"},"resourceType":"DocumentReference"} +{"id":"21dce923-a8fc-5166-bc19-89d7b0b18047","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03576/analysis/HG03576.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368213#sample/cram"}],"status":"current","subject":{"reference":"Patient/fa06fb6d-4bc3-5e5b-9d64-7cade86e0374"},"resourceType":"DocumentReference"} +{"id":"61a85dc3-665c-5a6f-9a40-6d0c1b431043","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03579/analysis/HG03579.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368214#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1c44465d-32d9-5373-8db0-e5cc51ecd9c0"},"resourceType":"DocumentReference"} +{"id":"c8578b98-5188-5ea2-9349-3377684c36dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03579/analysis/HG03579.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368214#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1c44465d-32d9-5373-8db0-e5cc51ecd9c0"},"resourceType":"DocumentReference"} +{"id":"443682f8-fcd5-568d-a356-b9ea2f5f55a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03579/analysis/HG03579.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368214#sample/cram"}],"status":"current","subject":{"reference":"Patient/1c44465d-32d9-5373-8db0-e5cc51ecd9c0"},"resourceType":"DocumentReference"} +{"id":"47b0bfba-1913-5830-995b-8d8e541cb9ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03582/analysis/HG03582.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368215#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5589220b-7aaa-5b03-9541-44033fd763b0"},"resourceType":"DocumentReference"} +{"id":"9ba08895-775c-5d81-b7f6-e1ed5655f6cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03582/analysis/HG03582.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368215#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5589220b-7aaa-5b03-9541-44033fd763b0"},"resourceType":"DocumentReference"} +{"id":"303f1677-490e-52c9-8385-bca9fdcd4064","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03582/analysis/HG03582.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368215#sample/cram"}],"status":"current","subject":{"reference":"Patient/5589220b-7aaa-5b03-9541-44033fd763b0"},"resourceType":"DocumentReference"} +{"id":"cc152c26-c74e-5e33-be79-a235b41755da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03584/analysis/HG03584.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368216#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cfd983d3-f729-533c-ab90-b1b772112cc8"},"resourceType":"DocumentReference"} +{"id":"f9952ee5-8fbf-5de6-a23d-738822ad80de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03584/analysis/HG03584.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368216#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cfd983d3-f729-533c-ab90-b1b772112cc8"},"resourceType":"DocumentReference"} +{"id":"a8cdc5a5-e12f-572e-baad-b7033f4c3014","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03584/analysis/HG03584.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368216#sample/cram"}],"status":"current","subject":{"reference":"Patient/cfd983d3-f729-533c-ab90-b1b772112cc8"},"resourceType":"DocumentReference"} +{"id":"c05178a2-63ad-5bbc-a3dd-c50f863a8258","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03596/analysis/HG03596.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368217#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/55a96b2c-e22b-58db-a580-6d59552b1121"},"resourceType":"DocumentReference"} +{"id":"6175a914-d36b-51f4-a079-d2f99bdc174f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03596/analysis/HG03596.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368217#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/55a96b2c-e22b-58db-a580-6d59552b1121"},"resourceType":"DocumentReference"} +{"id":"8ba43944-785c-5069-a335-96b611d06d2b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03596/analysis/HG03596.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368217#sample/cram"}],"status":"current","subject":{"reference":"Patient/55a96b2c-e22b-58db-a580-6d59552b1121"},"resourceType":"DocumentReference"} +{"id":"8861b24c-5c53-5efa-b021-f02193bb6aba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03605/analysis/HG03605.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368218#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fb95496d-4bb6-527e-a06c-795967428672"},"resourceType":"DocumentReference"} +{"id":"12f75d79-1977-5e59-9f48-be29273e414f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03605/analysis/HG03605.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368218#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fb95496d-4bb6-527e-a06c-795967428672"},"resourceType":"DocumentReference"} +{"id":"98411dee-13bf-57a4-8845-545c4741b10f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03605/analysis/HG03605.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368218#sample/cram"}],"status":"current","subject":{"reference":"Patient/fb95496d-4bb6-527e-a06c-795967428672"},"resourceType":"DocumentReference"} +{"id":"76e24fcf-25b0-5818-bc9f-3845c036a45c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03606/analysis/HG03606.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368219#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d954e17a-d4d6-50e2-9343-2bcb73a02059"},"resourceType":"DocumentReference"} +{"id":"f9681f18-2f87-5e2f-b4ba-6e9cfef4e49d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03606/analysis/HG03606.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368219#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d954e17a-d4d6-50e2-9343-2bcb73a02059"},"resourceType":"DocumentReference"} +{"id":"df41e986-2f4d-51af-b943-44b35867e474","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03606/analysis/HG03606.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368219#sample/cram"}],"status":"current","subject":{"reference":"Patient/d954e17a-d4d6-50e2-9343-2bcb73a02059"},"resourceType":"DocumentReference"} +{"id":"0ecc8830-4d64-5088-b0b4-8f8039d93c14","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03617/analysis/HG03617.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368220#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cf88ea88-4046-5c7e-adb7-d035d75f6156"},"resourceType":"DocumentReference"} +{"id":"404297f1-a1cf-57d1-b82a-8541571fe0af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03617/analysis/HG03617.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368220#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cf88ea88-4046-5c7e-adb7-d035d75f6156"},"resourceType":"DocumentReference"} +{"id":"30864612-c708-575c-bb6b-eabd58aacfb6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03617/analysis/HG03617.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368220#sample/cram"}],"status":"current","subject":{"reference":"Patient/cf88ea88-4046-5c7e-adb7-d035d75f6156"},"resourceType":"DocumentReference"} +{"id":"a16783a2-f5e2-56d1-a819-c7ac4e63d615","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03618/analysis/HG03618.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368221#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8badd1fd-07bc-504b-a265-adf33741be81"},"resourceType":"DocumentReference"} +{"id":"4be3eb3c-32f3-524c-9c8a-5ec0f2c0bac6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03618/analysis/HG03618.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368221#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8badd1fd-07bc-504b-a265-adf33741be81"},"resourceType":"DocumentReference"} +{"id":"9b5375e8-4047-5fae-87e0-4ae781d00f21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03618/analysis/HG03618.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368221#sample/cram"}],"status":"current","subject":{"reference":"Patient/8badd1fd-07bc-504b-a265-adf33741be81"},"resourceType":"DocumentReference"} +{"id":"b334fc47-62c4-5874-8d40-a869248a584a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03620/analysis/HG03620.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368222#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/40b0ba74-e4b4-5df1-8b8c-340bf1e6a620"},"resourceType":"DocumentReference"} +{"id":"3e9d797b-a258-5c83-8ebd-22390bf00631","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03620/analysis/HG03620.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368222#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/40b0ba74-e4b4-5df1-8b8c-340bf1e6a620"},"resourceType":"DocumentReference"} +{"id":"04f2724a-2962-5341-b4af-e9fdcb9066d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03620/analysis/HG03620.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368222#sample/cram"}],"status":"current","subject":{"reference":"Patient/40b0ba74-e4b4-5df1-8b8c-340bf1e6a620"},"resourceType":"DocumentReference"} +{"id":"20af8ae9-3ecf-5d97-8a31-476f1ae7eb63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03626/analysis/HG03626.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368223#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/43068891-0af0-54f8-b6d4-02bbad3247a4"},"resourceType":"DocumentReference"} +{"id":"8cda88bf-1dd0-508d-90df-559ac9c0c00d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03626/analysis/HG03626.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368223#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/43068891-0af0-54f8-b6d4-02bbad3247a4"},"resourceType":"DocumentReference"} +{"id":"a7cc946a-9414-5bd5-9376-8f2e00f5161b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03626/analysis/HG03626.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368223#sample/cram"}],"status":"current","subject":{"reference":"Patient/43068891-0af0-54f8-b6d4-02bbad3247a4"},"resourceType":"DocumentReference"} +{"id":"4b3b1c4b-ff99-52df-8a8d-6049622fb7d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03633/analysis/HG03633.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368224#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/05cc71c5-8959-5bd6-948d-09947716676e"},"resourceType":"DocumentReference"} +{"id":"012e83ef-684e-596b-aa8e-063320e34b2d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03633/analysis/HG03633.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368224#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/05cc71c5-8959-5bd6-948d-09947716676e"},"resourceType":"DocumentReference"} +{"id":"856f5b1c-5ee1-5586-bb61-35e66e9cad80","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03633/analysis/HG03633.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368224#sample/cram"}],"status":"current","subject":{"reference":"Patient/05cc71c5-8959-5bd6-948d-09947716676e"},"resourceType":"DocumentReference"} +{"id":"11341ace-4244-56d5-a123-6dd6387150cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03635/analysis/HG03635.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368225#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9233e39e-ead0-5028-a5c6-e67a5c86040e"},"resourceType":"DocumentReference"} +{"id":"022eb3a4-7d91-59f7-a9b6-d59ad79469b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03635/analysis/HG03635.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368225#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9233e39e-ead0-5028-a5c6-e67a5c86040e"},"resourceType":"DocumentReference"} +{"id":"8b362a35-49a7-5978-b22f-96467af53338","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03635/analysis/HG03635.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368225#sample/cram"}],"status":"current","subject":{"reference":"Patient/9233e39e-ead0-5028-a5c6-e67a5c86040e"},"resourceType":"DocumentReference"} +{"id":"c72df069-abd1-5ab9-a26b-f989078ca342","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03639/analysis/HG03639.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368226#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/33e32ecc-e14d-5808-be79-dbfb8e21e5f9"},"resourceType":"DocumentReference"} +{"id":"c8e415ed-e324-58b6-beef-4ad3fb80a75d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03639/analysis/HG03639.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368226#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/33e32ecc-e14d-5808-be79-dbfb8e21e5f9"},"resourceType":"DocumentReference"} +{"id":"fcda83db-bd37-51c1-8d6b-1f7a9244a783","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03639/analysis/HG03639.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368226#sample/cram"}],"status":"current","subject":{"reference":"Patient/33e32ecc-e14d-5808-be79-dbfb8e21e5f9"},"resourceType":"DocumentReference"} +{"id":"3bf414e7-8175-59a5-975a-363446ff653f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03641/analysis/HG03641.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368227#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a6944257-165f-544b-a431-638a03128402"},"resourceType":"DocumentReference"} +{"id":"78963e74-7511-5ebb-8db8-7cca3740074e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03641/analysis/HG03641.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368227#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a6944257-165f-544b-a431-638a03128402"},"resourceType":"DocumentReference"} +{"id":"3bccfd8a-2090-50cb-a486-c532f3428c75","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03641/analysis/HG03641.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368227#sample/cram"}],"status":"current","subject":{"reference":"Patient/a6944257-165f-544b-a431-638a03128402"},"resourceType":"DocumentReference"} +{"id":"52bd3f3c-f6e7-5aef-b1b7-c84d8f3f1877","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03650/analysis/HG03650.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368228#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b0f5e1d6-696d-5422-abd8-e2479b179f9d"},"resourceType":"DocumentReference"} +{"id":"254cd5a8-2a64-57f9-a3c4-6eb30170f00c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03650/analysis/HG03650.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368228#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b0f5e1d6-696d-5422-abd8-e2479b179f9d"},"resourceType":"DocumentReference"} +{"id":"9a1b39de-14e3-5b11-b720-1cb8f734e69c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03650/analysis/HG03650.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368228#sample/cram"}],"status":"current","subject":{"reference":"Patient/b0f5e1d6-696d-5422-abd8-e2479b179f9d"},"resourceType":"DocumentReference"} +{"id":"c781a5d1-59b4-5c32-8c47-43fe528017f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03651/analysis/HG03651.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368229#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f72ab89c-f388-5797-8b73-2e25a5d9af8c"},"resourceType":"DocumentReference"} +{"id":"639e5fdc-04f5-5b30-8f89-8c0db2444e9f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03651/analysis/HG03651.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368229#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f72ab89c-f388-5797-8b73-2e25a5d9af8c"},"resourceType":"DocumentReference"} +{"id":"4a982a9c-afa9-55f0-b4a1-4a52a578ecb9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03651/analysis/HG03651.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368229#sample/cram"}],"status":"current","subject":{"reference":"Patient/f72ab89c-f388-5797-8b73-2e25a5d9af8c"},"resourceType":"DocumentReference"} +{"id":"8598dd28-5826-562f-97cd-1f3a61d5e2f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03654/analysis/HG03654.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368230#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/12b1b823-f0b5-5647-8bde-ac5286363b39"},"resourceType":"DocumentReference"} +{"id":"673348be-d739-55af-803b-558024c3cba9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03654/analysis/HG03654.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368230#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/12b1b823-f0b5-5647-8bde-ac5286363b39"},"resourceType":"DocumentReference"} +{"id":"4d6a6811-123e-51da-ae90-832457d3f903","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03654/analysis/HG03654.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368230#sample/cram"}],"status":"current","subject":{"reference":"Patient/12b1b823-f0b5-5647-8bde-ac5286363b39"},"resourceType":"DocumentReference"} +{"id":"2adf6aad-df60-5427-ada1-69ecdd5732a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03669/analysis/HG03669.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368231#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/72bcce67-6be5-5f4e-b944-941bc265d177"},"resourceType":"DocumentReference"} +{"id":"dbef08f4-d0ff-5e05-9960-ac2bc530ab0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03669/analysis/HG03669.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368231#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/72bcce67-6be5-5f4e-b944-941bc265d177"},"resourceType":"DocumentReference"} +{"id":"c90b8aaf-2724-5b0e-ba6a-c596c3863974","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03669/analysis/HG03669.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368231#sample/cram"}],"status":"current","subject":{"reference":"Patient/72bcce67-6be5-5f4e-b944-941bc265d177"},"resourceType":"DocumentReference"} +{"id":"b9864310-8f45-5520-bfb1-1158c9ef6f16","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03682/analysis/HG03682.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368232#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aee3b92f-656d-5e7f-9ff9-64d27a7159cb"},"resourceType":"DocumentReference"} +{"id":"62d07462-399d-5e19-9822-84b650973ff1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03682/analysis/HG03682.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368232#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aee3b92f-656d-5e7f-9ff9-64d27a7159cb"},"resourceType":"DocumentReference"} +{"id":"8f0f3576-3a63-52cb-8de1-33d365ecf3c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03682/analysis/HG03682.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368232#sample/cram"}],"status":"current","subject":{"reference":"Patient/aee3b92f-656d-5e7f-9ff9-64d27a7159cb"},"resourceType":"DocumentReference"} +{"id":"fc12b74a-bd8c-5b17-8f29-a9baec40f631","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03683/analysis/HG03683.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368233#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b0d65062-4379-52ec-a5f0-7a53ec1d4231"},"resourceType":"DocumentReference"} +{"id":"92a64b38-475e-53f9-aa03-39dcf7550c8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03683/analysis/HG03683.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368233#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b0d65062-4379-52ec-a5f0-7a53ec1d4231"},"resourceType":"DocumentReference"} +{"id":"47dc465e-7d68-5b74-9d8a-2f2bedc1c8a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03683/analysis/HG03683.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368233#sample/cram"}],"status":"current","subject":{"reference":"Patient/b0d65062-4379-52ec-a5f0-7a53ec1d4231"},"resourceType":"DocumentReference"} +{"id":"e93f4965-ae2e-594b-841e-a8763e2cdb58","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03688/analysis/HG03688.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368234#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/941317ac-d045-5a17-b122-45f978f5d541"},"resourceType":"DocumentReference"} +{"id":"ebb22da1-b124-5811-b870-4fddd80edbbd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03688/analysis/HG03688.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368234#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/941317ac-d045-5a17-b122-45f978f5d541"},"resourceType":"DocumentReference"} +{"id":"6622e6e7-447e-5fdf-aeb2-83377a8ac9dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03688/analysis/HG03688.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368234#sample/cram"}],"status":"current","subject":{"reference":"Patient/941317ac-d045-5a17-b122-45f978f5d541"},"resourceType":"DocumentReference"} +{"id":"689003b7-fd9b-5fcd-b2f0-87859b2d2899","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03699/analysis/HG03699.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368235#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/df20a216-1ccb-59c9-af4a-bcd299732de9"},"resourceType":"DocumentReference"} +{"id":"cb263b56-0c0f-5056-b5a2-5304cfb26127","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03699/analysis/HG03699.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368235#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/df20a216-1ccb-59c9-af4a-bcd299732de9"},"resourceType":"DocumentReference"} +{"id":"5329268e-a084-586d-8097-835ac2a63876","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03699/analysis/HG03699.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368235#sample/cram"}],"status":"current","subject":{"reference":"Patient/df20a216-1ccb-59c9-af4a-bcd299732de9"},"resourceType":"DocumentReference"} +{"id":"f79eaf1e-8f68-5094-8640-b334af0ba327","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03700/analysis/HG03700.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368236#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d65ff022-1bd5-5863-812b-0eca7c790dcd"},"resourceType":"DocumentReference"} +{"id":"8c0cd286-2823-5aa6-b966-46701f0b135d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03700/analysis/HG03700.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368236#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d65ff022-1bd5-5863-812b-0eca7c790dcd"},"resourceType":"DocumentReference"} +{"id":"2cc7d00a-b01f-5a8e-9c60-71469d89bf4d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03700/analysis/HG03700.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368236#sample/cram"}],"status":"current","subject":{"reference":"Patient/d65ff022-1bd5-5863-812b-0eca7c790dcd"},"resourceType":"DocumentReference"} +{"id":"4822a050-5d86-5aa0-91ca-a9deabe1280c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03701/analysis/HG03701.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368237#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/55daa950-db30-5da0-ac18-73044f725a11"},"resourceType":"DocumentReference"} +{"id":"ff2f81ef-e346-5af1-8d13-f139068d17ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03701/analysis/HG03701.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368237#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/55daa950-db30-5da0-ac18-73044f725a11"},"resourceType":"DocumentReference"} +{"id":"ae1ec20f-ba68-5084-98c6-e00486887ad6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03701/analysis/HG03701.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368237#sample/cram"}],"status":"current","subject":{"reference":"Patient/55daa950-db30-5da0-ac18-73044f725a11"},"resourceType":"DocumentReference"} +{"id":"7c828f21-1a08-51b2-8199-783d5d21cfab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03704/analysis/HG03704.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368238#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/605e05bb-f29b-53e0-9ce2-c3d8c8b3a8f5"},"resourceType":"DocumentReference"} +{"id":"691f47d4-303d-5470-b506-05327ecc4bdf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03704/analysis/HG03704.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368238#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/605e05bb-f29b-53e0-9ce2-c3d8c8b3a8f5"},"resourceType":"DocumentReference"} +{"id":"ecd212e6-2280-5400-a303-10acbcd5713a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03704/analysis/HG03704.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368238#sample/cram"}],"status":"current","subject":{"reference":"Patient/605e05bb-f29b-53e0-9ce2-c3d8c8b3a8f5"},"resourceType":"DocumentReference"} +{"id":"5cca29e2-8079-5b0e-9a09-18b6ff6fcbe0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03707/analysis/HG03707.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368239#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/34919d8c-e1e1-5bdc-a97a-9191b0f07d50"},"resourceType":"DocumentReference"} +{"id":"a948e622-04d1-580b-a82f-407cda0d8004","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03707/analysis/HG03707.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368239#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/34919d8c-e1e1-5bdc-a97a-9191b0f07d50"},"resourceType":"DocumentReference"} +{"id":"1bfb6fd9-5933-5080-865e-63d37e6595fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03707/analysis/HG03707.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368239#sample/cram"}],"status":"current","subject":{"reference":"Patient/34919d8c-e1e1-5bdc-a97a-9191b0f07d50"},"resourceType":"DocumentReference"} +{"id":"efd0b880-3cb4-5052-b948-2b90266cb21d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03710/analysis/HG03710.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368240#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c7437e96-4133-52cc-a4e9-284232f1c5a1"},"resourceType":"DocumentReference"} +{"id":"3b23c3d2-c1f3-51a2-a9a1-38a6472f52c2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03710/analysis/HG03710.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368240#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c7437e96-4133-52cc-a4e9-284232f1c5a1"},"resourceType":"DocumentReference"} +{"id":"5a7cf6c8-0606-5026-b473-193182931ad5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03710/analysis/HG03710.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368240#sample/cram"}],"status":"current","subject":{"reference":"Patient/c7437e96-4133-52cc-a4e9-284232f1c5a1"},"resourceType":"DocumentReference"} +{"id":"e294a1dd-a777-5c75-acb4-a7c44e4f27c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03719/analysis/HG03719.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368241#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/85b4f612-5082-5ee8-8457-591e0b791317"},"resourceType":"DocumentReference"} +{"id":"007127bb-a0f6-53ac-8d15-298e40e260a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03719/analysis/HG03719.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368241#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/85b4f612-5082-5ee8-8457-591e0b791317"},"resourceType":"DocumentReference"} +{"id":"f6e9c27a-bf22-5dfe-81fb-726b65842db8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03719/analysis/HG03719.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368241#sample/cram"}],"status":"current","subject":{"reference":"Patient/85b4f612-5082-5ee8-8457-591e0b791317"},"resourceType":"DocumentReference"} +{"id":"8fc44b72-1092-5a79-b42c-b5518ac460d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03721/analysis/HG03721.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368242#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7ec9f644-dd93-5a78-899d-2247c4423b57"},"resourceType":"DocumentReference"} +{"id":"4364832b-8d66-5007-b355-0abeed125434","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03721/analysis/HG03721.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368242#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7ec9f644-dd93-5a78-899d-2247c4423b57"},"resourceType":"DocumentReference"} +{"id":"8ad9fcb3-91a5-598d-bd30-dbec51da68d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03721/analysis/HG03721.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368242#sample/cram"}],"status":"current","subject":{"reference":"Patient/7ec9f644-dd93-5a78-899d-2247c4423b57"},"resourceType":"DocumentReference"} +{"id":"f14641f5-9c8a-5ad5-b407-92f2398b22e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03725/analysis/HG03725.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368243#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/53254dd2-edbf-50c9-adda-b5a0318852a2"},"resourceType":"DocumentReference"} +{"id":"557292e8-80b6-582d-9b1d-906590269600","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03725/analysis/HG03725.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368243#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/53254dd2-edbf-50c9-adda-b5a0318852a2"},"resourceType":"DocumentReference"} +{"id":"ad2d1ada-8097-5bc0-aed4-321dc9d9c80f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03725/analysis/HG03725.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368243#sample/cram"}],"status":"current","subject":{"reference":"Patient/53254dd2-edbf-50c9-adda-b5a0318852a2"},"resourceType":"DocumentReference"} +{"id":"9240dbef-a30f-5e4c-a972-4c251034290f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03732/analysis/HG03732.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368244#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b225fce4-0f72-53ee-9539-518e14ad4bfa"},"resourceType":"DocumentReference"} +{"id":"ac9750ac-c7e7-537e-a8f8-a832fbb364f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03732/analysis/HG03732.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368244#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b225fce4-0f72-53ee-9539-518e14ad4bfa"},"resourceType":"DocumentReference"} +{"id":"19e20a4c-298d-52d3-8aea-3d7409d6634a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03732/analysis/HG03732.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368244#sample/cram"}],"status":"current","subject":{"reference":"Patient/b225fce4-0f72-53ee-9539-518e14ad4bfa"},"resourceType":"DocumentReference"} +{"id":"0162d09b-5eb0-590a-8bf9-69e9ec39f749","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03761/analysis/HG03761.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368245#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9d51877a-042a-52d1-8819-58b56af5a611"},"resourceType":"DocumentReference"} +{"id":"b7eff9b3-519a-5408-879f-97663fce2f3f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03761/analysis/HG03761.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368245#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9d51877a-042a-52d1-8819-58b56af5a611"},"resourceType":"DocumentReference"} +{"id":"4eecdd50-b716-5fae-b38a-831830593dac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03761/analysis/HG03761.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368245#sample/cram"}],"status":"current","subject":{"reference":"Patient/9d51877a-042a-52d1-8819-58b56af5a611"},"resourceType":"DocumentReference"} +{"id":"bff2fe2b-cf49-5269-9a3f-040d4a12bace","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03763/analysis/HG03763.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368246#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b038ac7d-7664-598f-813b-bb6e369e2595"},"resourceType":"DocumentReference"} +{"id":"e6cc238f-7d2f-5d36-ba3a-d1e9161f10df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03763/analysis/HG03763.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368246#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b038ac7d-7664-598f-813b-bb6e369e2595"},"resourceType":"DocumentReference"} +{"id":"d913ad57-2083-5698-9a10-cf02a60ac7bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03763/analysis/HG03763.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368246#sample/cram"}],"status":"current","subject":{"reference":"Patient/b038ac7d-7664-598f-813b-bb6e369e2595"},"resourceType":"DocumentReference"} +{"id":"86386182-3a89-5bef-96c9-242b88a35c35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03794/analysis/HG03794.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368247#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ad35e03d-a773-55cd-a272-4bd02f1cb1f2"},"resourceType":"DocumentReference"} +{"id":"a06b3196-fabc-59fe-891b-31c15675ef64","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03794/analysis/HG03794.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368247#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ad35e03d-a773-55cd-a272-4bd02f1cb1f2"},"resourceType":"DocumentReference"} +{"id":"70308599-7f11-5d6f-9841-014f618b224f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03794/analysis/HG03794.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368247#sample/cram"}],"status":"current","subject":{"reference":"Patient/ad35e03d-a773-55cd-a272-4bd02f1cb1f2"},"resourceType":"DocumentReference"} +{"id":"345267f0-2ed4-5f40-94fe-c9650bef7961","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03795/analysis/HG03795.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368248#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/105fbfed-f370-5933-bf1e-cd9eb04f76a6"},"resourceType":"DocumentReference"} +{"id":"7070102c-2666-564d-9f49-060cbcd1a472","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03795/analysis/HG03795.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368248#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/105fbfed-f370-5933-bf1e-cd9eb04f76a6"},"resourceType":"DocumentReference"} +{"id":"cbaa6b91-d750-532d-8bac-80f8984a06e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03795/analysis/HG03795.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368248#sample/cram"}],"status":"current","subject":{"reference":"Patient/105fbfed-f370-5933-bf1e-cd9eb04f76a6"},"resourceType":"DocumentReference"} +{"id":"6e2c45b6-8419-5004-a3f0-fabf2c5608d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03797/analysis/HG03797.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368249#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c568f32a-2dde-5458-b40f-0b55d2fc7880"},"resourceType":"DocumentReference"} +{"id":"1298f869-5903-5a98-8dd9-fdbf7d371900","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03797/analysis/HG03797.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368249#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c568f32a-2dde-5458-b40f-0b55d2fc7880"},"resourceType":"DocumentReference"} +{"id":"39431f05-6491-56be-8d93-21fbeef53f56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03797/analysis/HG03797.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368249#sample/cram"}],"status":"current","subject":{"reference":"Patient/c568f32a-2dde-5458-b40f-0b55d2fc7880"},"resourceType":"DocumentReference"} +{"id":"b3c92105-69a1-51d8-9b20-5fbc4691ed4b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03798/analysis/HG03798.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368250#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/990168cc-b15d-5e53-b946-c3275a44ce2f"},"resourceType":"DocumentReference"} +{"id":"625c6eef-78f1-5d84-b455-9094bc1a166c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03798/analysis/HG03798.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368250#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/990168cc-b15d-5e53-b946-c3275a44ce2f"},"resourceType":"DocumentReference"} +{"id":"05aae4e0-52e6-535b-b6e3-cafeff48ad15","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03798/analysis/HG03798.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368250#sample/cram"}],"status":"current","subject":{"reference":"Patient/990168cc-b15d-5e53-b946-c3275a44ce2f"},"resourceType":"DocumentReference"} +{"id":"2d409558-668f-5718-9cc4-428a126a18d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03799/analysis/HG03799.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368251#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/747dc6b8-c0b1-591e-b502-d065505e493a"},"resourceType":"DocumentReference"} +{"id":"56fe2f92-16d5-5b9a-87a3-7109b8937ac4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03799/analysis/HG03799.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368251#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/747dc6b8-c0b1-591e-b502-d065505e493a"},"resourceType":"DocumentReference"} +{"id":"21a89b7f-eee3-5583-8969-75ba855612ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03799/analysis/HG03799.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368251#sample/cram"}],"status":"current","subject":{"reference":"Patient/747dc6b8-c0b1-591e-b502-d065505e493a"},"resourceType":"DocumentReference"} +{"id":"d3cdab10-0ae9-5101-a94b-0957799bd3da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03801/analysis/HG03801.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368252#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/044f992b-ee73-5c07-a4a5-6de63284399a"},"resourceType":"DocumentReference"} +{"id":"c1ceb9bc-07a6-521c-b724-7d77bb8ee8ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03801/analysis/HG03801.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368252#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/044f992b-ee73-5c07-a4a5-6de63284399a"},"resourceType":"DocumentReference"} +{"id":"4f5bd726-03e3-5869-8358-4ca66bd8c091","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03801/analysis/HG03801.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368252#sample/cram"}],"status":"current","subject":{"reference":"Patient/044f992b-ee73-5c07-a4a5-6de63284399a"},"resourceType":"DocumentReference"} +{"id":"e4ecd9d9-3324-5868-9a3c-300d5ea562e3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03804/analysis/HG03804.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368253#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dbd4b0f4-1cda-52bd-a119-b0fe2da3ea04"},"resourceType":"DocumentReference"} +{"id":"3dfa624a-46bb-5999-be6b-87fab4c02009","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03804/analysis/HG03804.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368253#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dbd4b0f4-1cda-52bd-a119-b0fe2da3ea04"},"resourceType":"DocumentReference"} +{"id":"3205d846-67e3-5912-8840-b9e8895d5e80","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03804/analysis/HG03804.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368253#sample/cram"}],"status":"current","subject":{"reference":"Patient/dbd4b0f4-1cda-52bd-a119-b0fe2da3ea04"},"resourceType":"DocumentReference"} +{"id":"032935c2-be7c-51b9-a084-e3cb5678f34b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03806/analysis/HG03806.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368254#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8f7e21d3-fc08-5439-b2ca-b47741a66995"},"resourceType":"DocumentReference"} +{"id":"7024c57e-4480-526d-8911-e57dfe824f60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03806/analysis/HG03806.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368254#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8f7e21d3-fc08-5439-b2ca-b47741a66995"},"resourceType":"DocumentReference"} +{"id":"7c8eb077-2a9d-51c7-83de-e537e13a843a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03806/analysis/HG03806.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368254#sample/cram"}],"status":"current","subject":{"reference":"Patient/8f7e21d3-fc08-5439-b2ca-b47741a66995"},"resourceType":"DocumentReference"} +{"id":"9b199f32-8e53-5be7-a6a9-de42ff3e52ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03807/analysis/HG03807.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368255#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eace7263-f678-5642-9550-b0036c476780"},"resourceType":"DocumentReference"} +{"id":"13dbdd2c-50ca-560e-a76f-e9d799567f47","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03807/analysis/HG03807.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368255#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eace7263-f678-5642-9550-b0036c476780"},"resourceType":"DocumentReference"} +{"id":"5c8ac173-7952-5406-829d-e48738a38d0f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03807/analysis/HG03807.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368255#sample/cram"}],"status":"current","subject":{"reference":"Patient/eace7263-f678-5642-9550-b0036c476780"},"resourceType":"DocumentReference"} +{"id":"43ac48c1-c388-56d7-8010-0367f50ff8f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03816/analysis/HG03816.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368256#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/74446d57-cea6-5733-97b0-3294054bf5bd"},"resourceType":"DocumentReference"} +{"id":"520b51f8-d815-551f-9a69-eee5b5216cfb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03816/analysis/HG03816.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368256#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/74446d57-cea6-5733-97b0-3294054bf5bd"},"resourceType":"DocumentReference"} +{"id":"6b7ee357-11a1-5625-83ec-4c5aa83cb8b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03816/analysis/HG03816.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368256#sample/cram"}],"status":"current","subject":{"reference":"Patient/74446d57-cea6-5733-97b0-3294054bf5bd"},"resourceType":"DocumentReference"} +{"id":"a2a704f9-99f6-5e29-a618-4bfc9685df32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03825/analysis/HG03825.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368257#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d1ca0081-70c5-5d3d-a324-b2f0fcd868b0"},"resourceType":"DocumentReference"} +{"id":"504daf46-7cde-58d1-96bd-f01a7ce5d9d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03825/analysis/HG03825.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368257#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d1ca0081-70c5-5d3d-a324-b2f0fcd868b0"},"resourceType":"DocumentReference"} +{"id":"3e128b4b-5d31-5d44-b24c-1f177ea50bc0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03825/analysis/HG03825.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368257#sample/cram"}],"status":"current","subject":{"reference":"Patient/d1ca0081-70c5-5d3d-a324-b2f0fcd868b0"},"resourceType":"DocumentReference"} +{"id":"2ca43c77-cf77-53a3-a52f-82228b7a0af2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03831/analysis/HG03831.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368258#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dabdda6e-f672-543a-9840-0a6c82a4a119"},"resourceType":"DocumentReference"} +{"id":"c6ae8f27-41b5-50c4-a3ae-fe749a250810","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03831/analysis/HG03831.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368258#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dabdda6e-f672-543a-9840-0a6c82a4a119"},"resourceType":"DocumentReference"} +{"id":"0f3a85e1-1ba6-5be6-9400-f4b185f79040","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03831/analysis/HG03831.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368258#sample/cram"}],"status":"current","subject":{"reference":"Patient/dabdda6e-f672-543a-9840-0a6c82a4a119"},"resourceType":"DocumentReference"} +{"id":"3e907251-d0bb-5e3e-a76c-88f074cb5cca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03834/analysis/HG03834.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368259#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/198e00de-a8d4-5aed-831c-7117851088c3"},"resourceType":"DocumentReference"} +{"id":"4ae4a239-8872-5c06-94e5-d388b24f2b86","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03834/analysis/HG03834.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368259#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/198e00de-a8d4-5aed-831c-7117851088c3"},"resourceType":"DocumentReference"} +{"id":"60d95b66-7305-5cfb-ba8e-e6f2adbd4863","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03834/analysis/HG03834.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368259#sample/cram"}],"status":"current","subject":{"reference":"Patient/198e00de-a8d4-5aed-831c-7117851088c3"},"resourceType":"DocumentReference"} +{"id":"6ecd6f00-26ee-51bc-b8c6-22955cd3abb7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03904/analysis/HG03904.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368260#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/97d6e3ec-49ad-5e88-8627-033d0dbc9bc7"},"resourceType":"DocumentReference"} +{"id":"0a4e0b69-4ed6-59d6-a653-4b4b101b498c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03904/analysis/HG03904.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368260#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/97d6e3ec-49ad-5e88-8627-033d0dbc9bc7"},"resourceType":"DocumentReference"} +{"id":"0b6cfb22-6d73-53c3-aeff-f2a9229d11cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03904/analysis/HG03904.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368260#sample/cram"}],"status":"current","subject":{"reference":"Patient/97d6e3ec-49ad-5e88-8627-033d0dbc9bc7"},"resourceType":"DocumentReference"} +{"id":"a2d69c18-fe20-51b0-9786-040aa9e26638","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03906/analysis/HG03906.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368261#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/325e11e2-3b5a-5adb-bd3a-4a37a03819db"},"resourceType":"DocumentReference"} +{"id":"71c30e20-5a0b-5453-ad26-15d64a05b985","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03906/analysis/HG03906.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368261#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/325e11e2-3b5a-5adb-bd3a-4a37a03819db"},"resourceType":"DocumentReference"} +{"id":"d89a4ebd-37bf-57db-b7ec-3d3f2e80d6a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03906/analysis/HG03906.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368261#sample/cram"}],"status":"current","subject":{"reference":"Patient/325e11e2-3b5a-5adb-bd3a-4a37a03819db"},"resourceType":"DocumentReference"} +{"id":"1a7ee04b-4fe9-5e03-a085-096e81580640","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03909/analysis/HG03909.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368262#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/827fee56-ed45-52ac-8783-3e5f8de4b6f3"},"resourceType":"DocumentReference"} +{"id":"76b491ae-bbbf-512d-80ee-c12064f16af4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03909/analysis/HG03909.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368262#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/827fee56-ed45-52ac-8783-3e5f8de4b6f3"},"resourceType":"DocumentReference"} +{"id":"b1ea7160-90fa-5d5d-8c9d-d71861131135","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03909/analysis/HG03909.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368262#sample/cram"}],"status":"current","subject":{"reference":"Patient/827fee56-ed45-52ac-8783-3e5f8de4b6f3"},"resourceType":"DocumentReference"} +{"id":"d411a5bf-d7c8-5141-a85e-76908546515c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03915/analysis/HG03915.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368263#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d93fb243-7f51-5f35-bc3c-7ab8e45d9f97"},"resourceType":"DocumentReference"} +{"id":"b97e93d4-b502-5804-a624-d425decfead7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03915/analysis/HG03915.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368263#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d93fb243-7f51-5f35-bc3c-7ab8e45d9f97"},"resourceType":"DocumentReference"} +{"id":"1dcff4f1-4cc4-5854-9276-a1206fabe1f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03915/analysis/HG03915.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368263#sample/cram"}],"status":"current","subject":{"reference":"Patient/d93fb243-7f51-5f35-bc3c-7ab8e45d9f97"},"resourceType":"DocumentReference"} +{"id":"ec1f2efe-5de3-5c70-b177-d79a7fd301ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03927/analysis/HG03927.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368264#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0afa3630-0eae-558e-8749-74873fe0ca3d"},"resourceType":"DocumentReference"} +{"id":"c4f63e77-0ee6-5dee-9a30-b4f839b4ccf8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03927/analysis/HG03927.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368264#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0afa3630-0eae-558e-8749-74873fe0ca3d"},"resourceType":"DocumentReference"} +{"id":"43068a3c-a815-501d-93ca-ede617f0f37b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03927/analysis/HG03927.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368264#sample/cram"}],"status":"current","subject":{"reference":"Patient/0afa3630-0eae-558e-8749-74873fe0ca3d"},"resourceType":"DocumentReference"} +{"id":"65bb227a-e765-529a-a06d-000f0acb44f9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03929/analysis/HG03929.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368265#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2a9fc85b-3a06-5689-b779-72b2cd0aaf32"},"resourceType":"DocumentReference"} +{"id":"2eccab2e-54a8-5948-9ab9-c26b6cdbad67","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03929/analysis/HG03929.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368265#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2a9fc85b-3a06-5689-b779-72b2cd0aaf32"},"resourceType":"DocumentReference"} +{"id":"66c1e9a9-780d-5da6-8f82-cfaa0ef61294","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03929/analysis/HG03929.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368265#sample/cram"}],"status":"current","subject":{"reference":"Patient/2a9fc85b-3a06-5689-b779-72b2cd0aaf32"},"resourceType":"DocumentReference"} +{"id":"0006d97f-238e-50b8-bfb3-dd24152ecd95","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03930/analysis/HG03930.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368266#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/af01da9c-f9ed-5f72-988b-b4467d8aef4d"},"resourceType":"DocumentReference"} +{"id":"1262b5f1-8ecc-5f6c-a68a-e99f871cda40","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03930/analysis/HG03930.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368266#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/af01da9c-f9ed-5f72-988b-b4467d8aef4d"},"resourceType":"DocumentReference"} +{"id":"784eec03-91f9-5cf5-b73c-d5fc60ab8325","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03930/analysis/HG03930.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368266#sample/cram"}],"status":"current","subject":{"reference":"Patient/af01da9c-f9ed-5f72-988b-b4467d8aef4d"},"resourceType":"DocumentReference"} +{"id":"c12f9aee-b642-565f-bd16-1f1d20111cda","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03942/analysis/HG03942.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368267#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/08e2b5b8-f153-573c-93f9-eab8c1fa4382"},"resourceType":"DocumentReference"} +{"id":"a618a4f8-fad2-5b2d-b6c8-abcf811a4eb0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03942/analysis/HG03942.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368267#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/08e2b5b8-f153-573c-93f9-eab8c1fa4382"},"resourceType":"DocumentReference"} +{"id":"e1e8775b-166d-57e0-aaa2-f0516e9edb95","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03942/analysis/HG03942.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368267#sample/cram"}],"status":"current","subject":{"reference":"Patient/08e2b5b8-f153-573c-93f9-eab8c1fa4382"},"resourceType":"DocumentReference"} +{"id":"15767f45-5abe-5fed-a173-8f2bfd6ff2c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03992/analysis/HG03992.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368268#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b51311fc-91e4-5459-91c3-8ea4da47e07a"},"resourceType":"DocumentReference"} +{"id":"64186ed6-5686-5e10-8e5f-8ff1c5b173f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG03992/analysis/HG03992.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368268#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b51311fc-91e4-5459-91c3-8ea4da47e07a"},"resourceType":"DocumentReference"} +{"id":"63123a60-54c6-567f-887a-0be9560d3e0f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG03992/analysis/HG03992.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368268#sample/cram"}],"status":"current","subject":{"reference":"Patient/b51311fc-91e4-5459-91c3-8ea4da47e07a"},"resourceType":"DocumentReference"} +{"id":"e7adfad4-94b4-54d3-9981-ccdf709d3218","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04036/analysis/HG04036.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368269#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8ed3ae2e-6b01-5dfa-9d3d-ca4c75849733"},"resourceType":"DocumentReference"} +{"id":"ad2cc303-8931-5aca-a870-c50c1d6d042a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04036/analysis/HG04036.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368269#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8ed3ae2e-6b01-5dfa-9d3d-ca4c75849733"},"resourceType":"DocumentReference"} +{"id":"aaecf54b-da41-52fe-b85b-79f9066d0b60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04036/analysis/HG04036.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368269#sample/cram"}],"status":"current","subject":{"reference":"Patient/8ed3ae2e-6b01-5dfa-9d3d-ca4c75849733"},"resourceType":"DocumentReference"} +{"id":"bef96f2c-256e-5eed-a903-c927067132a6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04115/analysis/HG04115.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368270#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b21d51ec-6121-53df-8235-b80d50a5e20b"},"resourceType":"DocumentReference"} +{"id":"06ed3180-2fa5-579e-aabc-1765430471c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04115/analysis/HG04115.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368270#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b21d51ec-6121-53df-8235-b80d50a5e20b"},"resourceType":"DocumentReference"} +{"id":"86b6485c-43f4-5bb8-9d88-9e5a43431405","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04115/analysis/HG04115.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368270#sample/cram"}],"status":"current","subject":{"reference":"Patient/b21d51ec-6121-53df-8235-b80d50a5e20b"},"resourceType":"DocumentReference"} +{"id":"2b65e017-0520-5724-ae53-18dc4fbca4db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04122/analysis/HG04122.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368271#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5bb70d1f-998c-5575-bdc2-9304d89299e3"},"resourceType":"DocumentReference"} +{"id":"0eb25c21-171d-579a-b787-7044064d6acc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04122/analysis/HG04122.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368271#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5bb70d1f-998c-5575-bdc2-9304d89299e3"},"resourceType":"DocumentReference"} +{"id":"7020f864-c04f-5758-b13d-9c226c684b92","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04122/analysis/HG04122.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368271#sample/cram"}],"status":"current","subject":{"reference":"Patient/5bb70d1f-998c-5575-bdc2-9304d89299e3"},"resourceType":"DocumentReference"} +{"id":"0b6a53fb-61a3-54fa-acb7-76f677d45b15","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04127/analysis/HG04127.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368272#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0d35cb44-eb62-5c0d-8fed-cbd50bf9c88e"},"resourceType":"DocumentReference"} +{"id":"ac095892-cdcd-59f5-a6be-c7d2a74167c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04127/analysis/HG04127.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368272#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0d35cb44-eb62-5c0d-8fed-cbd50bf9c88e"},"resourceType":"DocumentReference"} +{"id":"c7db426b-85c1-559c-a1f5-2703eeb52a53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04127/analysis/HG04127.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368272#sample/cram"}],"status":"current","subject":{"reference":"Patient/0d35cb44-eb62-5c0d-8fed-cbd50bf9c88e"},"resourceType":"DocumentReference"} +{"id":"2854da4a-aa2c-5f37-8e9e-b7cf4ead6990","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04132/analysis/HG04132.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368273#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/935699ab-b44d-585c-921c-bd0426247642"},"resourceType":"DocumentReference"} +{"id":"35b2e08b-ab2a-5fa9-b25f-9e1ac8980a11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04132/analysis/HG04132.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368273#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/935699ab-b44d-585c-921c-bd0426247642"},"resourceType":"DocumentReference"} +{"id":"5423e02f-bc70-5224-b726-8e920bcb70df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04132/analysis/HG04132.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368273#sample/cram"}],"status":"current","subject":{"reference":"Patient/935699ab-b44d-585c-921c-bd0426247642"},"resourceType":"DocumentReference"} +{"id":"3089d4f3-3a64-5285-9144-f2b759ec0c7a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04133/analysis/HG04133.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368274#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a402e802-b4ed-59eb-a738-49c0000e83a8"},"resourceType":"DocumentReference"} +{"id":"642c1c2a-eca5-5264-b00f-8d52299e53fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04133/analysis/HG04133.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368274#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a402e802-b4ed-59eb-a738-49c0000e83a8"},"resourceType":"DocumentReference"} +{"id":"1b943efc-b509-5b82-ad09-d35aeb76769f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04133/analysis/HG04133.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368274#sample/cram"}],"status":"current","subject":{"reference":"Patient/a402e802-b4ed-59eb-a738-49c0000e83a8"},"resourceType":"DocumentReference"} +{"id":"3d341a3e-ea5f-550a-b6bb-b5bc362f56bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04135/analysis/HG04135.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368275#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/25e3501c-100d-5228-8d9f-7027c2f689f2"},"resourceType":"DocumentReference"} +{"id":"f27c67ca-1120-5960-87bc-f377ec433042","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04135/analysis/HG04135.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368275#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/25e3501c-100d-5228-8d9f-7027c2f689f2"},"resourceType":"DocumentReference"} +{"id":"1918c9d9-e3ec-54e5-a2b1-78bac3800a87","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04135/analysis/HG04135.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368275#sample/cram"}],"status":"current","subject":{"reference":"Patient/25e3501c-100d-5228-8d9f-7027c2f689f2"},"resourceType":"DocumentReference"} +{"id":"dd039e14-b4cb-5d2e-9d81-c6502ba6bf7d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04136/analysis/HG04136.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368276#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5fcaa10a-6207-5f28-882f-c3b5a30f242a"},"resourceType":"DocumentReference"} +{"id":"396449f0-d3d4-57ab-881a-336038043337","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04136/analysis/HG04136.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368276#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5fcaa10a-6207-5f28-882f-c3b5a30f242a"},"resourceType":"DocumentReference"} +{"id":"a2e1aab4-dafc-5343-990f-64df0f831746","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04136/analysis/HG04136.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368276#sample/cram"}],"status":"current","subject":{"reference":"Patient/5fcaa10a-6207-5f28-882f-c3b5a30f242a"},"resourceType":"DocumentReference"} +{"id":"e0d70bd0-84c2-5144-8878-92fade95bc9e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04142/analysis/HG04142.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368277#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c40ff980-7019-5be0-afaf-f3277e401534"},"resourceType":"DocumentReference"} +{"id":"c56a1d2b-9909-57b7-a8ed-31017bd07b6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04142/analysis/HG04142.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368277#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c40ff980-7019-5be0-afaf-f3277e401534"},"resourceType":"DocumentReference"} +{"id":"c43c33e8-e6ed-5ade-b513-f464e3edf5d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04142/analysis/HG04142.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368277#sample/cram"}],"status":"current","subject":{"reference":"Patient/c40ff980-7019-5be0-afaf-f3277e401534"},"resourceType":"DocumentReference"} +{"id":"7b15c29d-2855-5ce1-8a56-b4c1a6bb06b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04147/analysis/HG04147.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368278#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/417183c6-2a19-5054-9341-47cf405dd6f4"},"resourceType":"DocumentReference"} +{"id":"43b3247b-34b4-50b0-a5cf-075a81c4ee66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04147/analysis/HG04147.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368278#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/417183c6-2a19-5054-9341-47cf405dd6f4"},"resourceType":"DocumentReference"} +{"id":"a1f148a0-f011-5b38-ba4b-59e212e40dc2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04147/analysis/HG04147.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368278#sample/cram"}],"status":"current","subject":{"reference":"Patient/417183c6-2a19-5054-9341-47cf405dd6f4"},"resourceType":"DocumentReference"} +{"id":"53670f72-2369-5c00-8b21-fbe89ad01083","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04148/analysis/HG04148.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368279#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8be0c7e1-1268-5c37-b04b-8a0b4c78c684"},"resourceType":"DocumentReference"} +{"id":"26ebfc50-305c-5a08-a984-89f249e11b23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04148/analysis/HG04148.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368279#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8be0c7e1-1268-5c37-b04b-8a0b4c78c684"},"resourceType":"DocumentReference"} +{"id":"3a0681fd-0885-53cc-8906-b0454ef067fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04148/analysis/HG04148.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368279#sample/cram"}],"status":"current","subject":{"reference":"Patient/8be0c7e1-1268-5c37-b04b-8a0b4c78c684"},"resourceType":"DocumentReference"} +{"id":"0b5e7117-6534-589e-9cbc-3b589c2a0076","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04149/analysis/HG04149.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368280#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1dd61fc2-e1a2-5668-9395-22c4cce293d7"},"resourceType":"DocumentReference"} +{"id":"84d5ffc6-143e-5fe1-b66e-73102a11b3f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04149/analysis/HG04149.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368280#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1dd61fc2-e1a2-5668-9395-22c4cce293d7"},"resourceType":"DocumentReference"} +{"id":"ba66db42-3811-5b7d-a012-419adc1b3f03","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04149/analysis/HG04149.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368280#sample/cram"}],"status":"current","subject":{"reference":"Patient/1dd61fc2-e1a2-5668-9395-22c4cce293d7"},"resourceType":"DocumentReference"} +{"id":"0c3c5685-bb28-5d3e-bf8b-e51427d36605","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04150/analysis/HG04150.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368281#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7bf6c725-8cea-59cd-b18f-f0c07b0bd7ac"},"resourceType":"DocumentReference"} +{"id":"8c26a724-b151-515d-9a96-298f71b99331","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04150/analysis/HG04150.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368281#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7bf6c725-8cea-59cd-b18f-f0c07b0bd7ac"},"resourceType":"DocumentReference"} +{"id":"14568ac5-3d49-5dfb-8b09-fa57914b6f7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04150/analysis/HG04150.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368281#sample/cram"}],"status":"current","subject":{"reference":"Patient/7bf6c725-8cea-59cd-b18f-f0c07b0bd7ac"},"resourceType":"DocumentReference"} +{"id":"6f8aa161-0830-50ea-ac4a-575e3751cd38","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04151/analysis/HG04151.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368282#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6539273e-8ee0-5c59-887c-9c36f7b1e967"},"resourceType":"DocumentReference"} +{"id":"e03ae4e1-2475-55a0-9be6-8cff419b974c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04151/analysis/HG04151.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368282#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6539273e-8ee0-5c59-887c-9c36f7b1e967"},"resourceType":"DocumentReference"} +{"id":"d21db4e8-dfb8-5074-ab88-0ca952aa7b9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04151/analysis/HG04151.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368282#sample/cram"}],"status":"current","subject":{"reference":"Patient/6539273e-8ee0-5c59-887c-9c36f7b1e967"},"resourceType":"DocumentReference"} +{"id":"9a0259ee-200e-56bd-9721-e9e4e4262967","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04157/analysis/HG04157.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368283#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fdf9c9e8-e5a9-5b62-8cc8-6da06a1efb1a"},"resourceType":"DocumentReference"} +{"id":"d4000aae-e055-5e34-a009-2d565946ed3a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04157/analysis/HG04157.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368283#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fdf9c9e8-e5a9-5b62-8cc8-6da06a1efb1a"},"resourceType":"DocumentReference"} +{"id":"9e8106b1-d38e-5f8f-a1fb-5a22988b9915","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04157/analysis/HG04157.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368283#sample/cram"}],"status":"current","subject":{"reference":"Patient/fdf9c9e8-e5a9-5b62-8cc8-6da06a1efb1a"},"resourceType":"DocumentReference"} +{"id":"14aeb287-5686-5b04-85df-faf688024387","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04160/analysis/HG04160.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368284#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b9af6f0a-7ab7-543c-84eb-f02950613ff0"},"resourceType":"DocumentReference"} +{"id":"ed8d958f-9f94-5b36-9e84-44a46b548268","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04160/analysis/HG04160.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368284#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b9af6f0a-7ab7-543c-84eb-f02950613ff0"},"resourceType":"DocumentReference"} +{"id":"6aa58490-37ec-5fae-9145-c822c7bb0a79","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04160/analysis/HG04160.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368284#sample/cram"}],"status":"current","subject":{"reference":"Patient/b9af6f0a-7ab7-543c-84eb-f02950613ff0"},"resourceType":"DocumentReference"} +{"id":"365ad72b-2610-57ba-bc4b-bd10eca3491f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04174/analysis/HG04174.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368285#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/efcb7d03-17af-55dd-b810-7a0a46da24cb"},"resourceType":"DocumentReference"} +{"id":"5f8362e9-1f42-5818-8116-419fa4c8cef5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04174/analysis/HG04174.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368285#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/efcb7d03-17af-55dd-b810-7a0a46da24cb"},"resourceType":"DocumentReference"} +{"id":"c15d1ac2-015b-5a4a-8287-4649fff4a354","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04174/analysis/HG04174.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368285#sample/cram"}],"status":"current","subject":{"reference":"Patient/efcb7d03-17af-55dd-b810-7a0a46da24cb"},"resourceType":"DocumentReference"} +{"id":"65e40c91-17c6-5e81-bde4-72375b184c7b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04175/analysis/HG04175.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368286#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/71efa6c3-af33-5169-98ff-2b09df1808b2"},"resourceType":"DocumentReference"} +{"id":"1edcde3b-2ca4-59c2-9947-cb0f6411af8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04175/analysis/HG04175.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368286#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/71efa6c3-af33-5169-98ff-2b09df1808b2"},"resourceType":"DocumentReference"} +{"id":"7825a7e5-f9d5-50f6-a42c-58206c20fe65","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04175/analysis/HG04175.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368286#sample/cram"}],"status":"current","subject":{"reference":"Patient/71efa6c3-af33-5169-98ff-2b09df1808b2"},"resourceType":"DocumentReference"} +{"id":"8635a68a-6ecd-5f12-8b33-ed7f337afe2b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04184/analysis/HG04184.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368287#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/99c56cda-1f42-5362-ad74-111eeb511d09"},"resourceType":"DocumentReference"} +{"id":"79e82e65-551f-5f1e-a039-f66a7eb66a72","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04184/analysis/HG04184.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368287#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/99c56cda-1f42-5362-ad74-111eeb511d09"},"resourceType":"DocumentReference"} +{"id":"d5ef7f21-71f2-50d2-9acc-8202633b73c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04184/analysis/HG04184.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368287#sample/cram"}],"status":"current","subject":{"reference":"Patient/99c56cda-1f42-5362-ad74-111eeb511d09"},"resourceType":"DocumentReference"} +{"id":"6b39a643-83fd-5446-bea3-465f1c847863","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04187/analysis/HG04187.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368288#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/35d4c353-670f-50ae-8349-7f2e19cc90d9"},"resourceType":"DocumentReference"} +{"id":"6cce9ebe-3f68-5b43-90e3-9126a908a018","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04187/analysis/HG04187.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368288#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/35d4c353-670f-50ae-8349-7f2e19cc90d9"},"resourceType":"DocumentReference"} +{"id":"eb99eb5e-d231-598f-a5b9-035a6f5e01de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04187/analysis/HG04187.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368288#sample/cram"}],"status":"current","subject":{"reference":"Patient/35d4c353-670f-50ae-8349-7f2e19cc90d9"},"resourceType":"DocumentReference"} +{"id":"dbf98f99-f802-5cbf-b4dd-e0e0a97f4506","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04191/analysis/HG04191.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368289#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b64a8bb5-2964-596d-a213-ed1657a27867"},"resourceType":"DocumentReference"} +{"id":"c99f9b0b-c8d0-57c5-aa80-a9452f2ab6d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04191/analysis/HG04191.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368289#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b64a8bb5-2964-596d-a213-ed1657a27867"},"resourceType":"DocumentReference"} +{"id":"92e9aa38-f050-5406-b6b5-2c763342d67b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04191/analysis/HG04191.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368289#sample/cram"}],"status":"current","subject":{"reference":"Patient/b64a8bb5-2964-596d-a213-ed1657a27867"},"resourceType":"DocumentReference"} +{"id":"6ea75b46-1a88-583f-8076-0a67dda869e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04192/analysis/HG04192.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368290#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/498b8aba-743e-5b78-8e54-c76b46f66995"},"resourceType":"DocumentReference"} +{"id":"ba4c15f6-734a-543f-9ea1-247e9c8f6f5e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04192/analysis/HG04192.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368290#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/498b8aba-743e-5b78-8e54-c76b46f66995"},"resourceType":"DocumentReference"} +{"id":"d702a974-dec3-5e72-b4a9-a4a075596ff8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04192/analysis/HG04192.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368290#sample/cram"}],"status":"current","subject":{"reference":"Patient/498b8aba-743e-5b78-8e54-c76b46f66995"},"resourceType":"DocumentReference"} +{"id":"42ca51f5-e33b-58d8-8bf7-008ac063a5d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04193/analysis/HG04193.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368291#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e53777ea-fe63-559c-968f-1f92bfefadd6"},"resourceType":"DocumentReference"} +{"id":"88b6c7c3-dfd3-53c3-8bd1-512f9da4e8c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04193/analysis/HG04193.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368291#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e53777ea-fe63-559c-968f-1f92bfefadd6"},"resourceType":"DocumentReference"} +{"id":"1fb4b74c-02d8-58e2-8cce-02b1db27ce46","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04193/analysis/HG04193.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368291#sample/cram"}],"status":"current","subject":{"reference":"Patient/e53777ea-fe63-559c-968f-1f92bfefadd6"},"resourceType":"DocumentReference"} +{"id":"bab72812-195c-584a-b305-9c0570786d13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04199/analysis/HG04199.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368292#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/292fa0a3-7ee0-56b7-be7d-0b81e7f661f9"},"resourceType":"DocumentReference"} +{"id":"046c886c-cdfb-5b2c-85e4-a3b9ee738840","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04199/analysis/HG04199.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368292#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/292fa0a3-7ee0-56b7-be7d-0b81e7f661f9"},"resourceType":"DocumentReference"} +{"id":"6fefa468-2a4e-5879-93ee-60d3c0740533","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04199/analysis/HG04199.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368292#sample/cram"}],"status":"current","subject":{"reference":"Patient/292fa0a3-7ee0-56b7-be7d-0b81e7f661f9"},"resourceType":"DocumentReference"} +{"id":"404e58f0-4ccc-5e67-9f39-b03d5159e305","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04204/analysis/HG04204.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368293#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ce16f937-fcc4-5d79-9d09-0775e735c46f"},"resourceType":"DocumentReference"} +{"id":"989d87e1-966d-5ba7-b172-0f8419038662","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04204/analysis/HG04204.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368293#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ce16f937-fcc4-5d79-9d09-0775e735c46f"},"resourceType":"DocumentReference"} +{"id":"8dde4e78-2fbe-5c03-8e92-0c244fa7324b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04204/analysis/HG04204.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368293#sample/cram"}],"status":"current","subject":{"reference":"Patient/ce16f937-fcc4-5d79-9d09-0775e735c46f"},"resourceType":"DocumentReference"} +{"id":"e3c6a91e-266d-518e-98f1-06528d57688b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04215/analysis/HG04215.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368294#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/df022f45-b6bc-5f78-9c73-d46343f50081"},"resourceType":"DocumentReference"} +{"id":"f5ac1429-0b78-5586-8b1a-2b759c8727d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04215/analysis/HG04215.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368294#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/df022f45-b6bc-5f78-9c73-d46343f50081"},"resourceType":"DocumentReference"} +{"id":"62010dac-a5ba-5b60-9aac-a6c8923f5c82","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04215/analysis/HG04215.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368294#sample/cram"}],"status":"current","subject":{"reference":"Patient/df022f45-b6bc-5f78-9c73-d46343f50081"},"resourceType":"DocumentReference"} +{"id":"2834611a-dbd1-5032-a21a-653312060ebb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04217/analysis/HG04217.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368295#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ca7bf964-7775-5e93-86c3-884d60c83f81"},"resourceType":"DocumentReference"} +{"id":"5805e8e3-dff6-575e-b1af-3a157c8d1381","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04217/analysis/HG04217.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368295#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ca7bf964-7775-5e93-86c3-884d60c83f81"},"resourceType":"DocumentReference"} +{"id":"f786acfa-c5ba-597c-8660-6f115bde0e80","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04217/analysis/HG04217.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368295#sample/cram"}],"status":"current","subject":{"reference":"Patient/ca7bf964-7775-5e93-86c3-884d60c83f81"},"resourceType":"DocumentReference"} +{"id":"d58c19d2-1234-5fa4-8668-50867908499e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04228/analysis/HG04228.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368296#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1a38a84c-4f31-5e36-a13b-968eb8f6163f"},"resourceType":"DocumentReference"} +{"id":"e0149698-3166-5d11-b211-b02947ea2bb9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_HG04228/analysis/HG04228.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368296#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1a38a84c-4f31-5e36-a13b-968eb8f6163f"},"resourceType":"DocumentReference"} +{"id":"fd946d88-230b-5b8c-9ba9-c120e4f36b41","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_HG04228/analysis/HG04228.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368296#sample/cram"}],"status":"current","subject":{"reference":"Patient/1a38a84c-4f31-5e36-a13b-968eb8f6163f"},"resourceType":"DocumentReference"} +{"id":"be35bfbf-5922-5a78-af0a-8ba59705b8d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA06991/analysis/NA06991.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368297#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/68633019-00f4-5d94-b14d-249d15ed0d7f"},"resourceType":"DocumentReference"} +{"id":"fddfa895-2737-5649-a75d-7b052fb25d26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA06991/analysis/NA06991.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368297#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/68633019-00f4-5d94-b14d-249d15ed0d7f"},"resourceType":"DocumentReference"} +{"id":"139548b0-e0cf-510c-85e4-9972e5c1b340","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA06991/analysis/NA06991.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368297#sample/cram"}],"status":"current","subject":{"reference":"Patient/68633019-00f4-5d94-b14d-249d15ed0d7f"},"resourceType":"DocumentReference"} +{"id":"c7a8122f-4935-5a1d-9822-f0181a8267c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA06993/analysis/NA06993.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368298#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/386329e4-24a9-5cf6-b69e-4ab320b0c8db"},"resourceType":"DocumentReference"} +{"id":"cf1794bf-0aef-5d92-843d-cf8f4640e1e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA06993/analysis/NA06993.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368298#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/386329e4-24a9-5cf6-b69e-4ab320b0c8db"},"resourceType":"DocumentReference"} +{"id":"22a30aea-7e3a-5121-9531-cc841a7c028a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA06993/analysis/NA06993.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368298#sample/cram"}],"status":"current","subject":{"reference":"Patient/386329e4-24a9-5cf6-b69e-4ab320b0c8db"},"resourceType":"DocumentReference"} +{"id":"30c170e0-08e5-51c2-a67c-db81fd88c97f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA06995/analysis/NA06995.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368299#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7eec2ed9-f0f4-520c-8396-8cc373aece90"},"resourceType":"DocumentReference"} +{"id":"aab59cba-d134-5ba4-810a-1b274971faf1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA06995/analysis/NA06995.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368299#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7eec2ed9-f0f4-520c-8396-8cc373aece90"},"resourceType":"DocumentReference"} +{"id":"63b6e295-94bf-589d-b630-314404e68c78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA06995/analysis/NA06995.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368299#sample/cram"}],"status":"current","subject":{"reference":"Patient/7eec2ed9-f0f4-520c-8396-8cc373aece90"},"resourceType":"DocumentReference"} +{"id":"19fa2ec6-3ad0-5722-a5dc-589140cb1b6e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA06997/analysis/NA06997.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368300#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/718dd940-0cc9-5c07-b567-4e0868b92288"},"resourceType":"DocumentReference"} +{"id":"9d9d36b8-9a42-58b4-b151-bf71db8edc24","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA06997/analysis/NA06997.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368300#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/718dd940-0cc9-5c07-b567-4e0868b92288"},"resourceType":"DocumentReference"} +{"id":"07652a9b-bebb-5807-91ad-c657ab744b7e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA06997/analysis/NA06997.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368300#sample/cram"}],"status":"current","subject":{"reference":"Patient/718dd940-0cc9-5c07-b567-4e0868b92288"},"resourceType":"DocumentReference"} +{"id":"329bb172-5d1e-5ba2-8a40-e129fa928cf1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07014/analysis/NA07014.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368301#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/97ac1424-f89c-5418-be9b-99b238025b97"},"resourceType":"DocumentReference"} +{"id":"f5bfb9a6-34bb-5711-acbc-8b015193680b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07014/analysis/NA07014.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368301#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/97ac1424-f89c-5418-be9b-99b238025b97"},"resourceType":"DocumentReference"} +{"id":"b8a9d60c-cce3-584f-afd6-68d7c71ba46f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA07014/analysis/NA07014.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368301#sample/cram"}],"status":"current","subject":{"reference":"Patient/97ac1424-f89c-5418-be9b-99b238025b97"},"resourceType":"DocumentReference"} +{"id":"6a51ed9f-85e6-5b61-ba1c-00f15ba462cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07019/analysis/NA07019.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368302#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8746764f-7a3f-5e39-8edd-531d52d3d419"},"resourceType":"DocumentReference"} +{"id":"a525e02a-7186-5b45-b95c-a21faf5cce9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07019/analysis/NA07019.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368302#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8746764f-7a3f-5e39-8edd-531d52d3d419"},"resourceType":"DocumentReference"} +{"id":"81ecf929-f91a-5152-bf9e-081452fc3547","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA07019/analysis/NA07019.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368302#sample/cram"}],"status":"current","subject":{"reference":"Patient/8746764f-7a3f-5e39-8edd-531d52d3d419"},"resourceType":"DocumentReference"} +{"id":"a972487c-28ee-55e7-ba7f-fa72fb413969","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07022/analysis/NA07022.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368303#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/88e5db99-361b-5dee-b68a-017ec6868572"},"resourceType":"DocumentReference"} +{"id":"2c5468cd-1cc7-560a-b0d7-71f8c40698d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07022/analysis/NA07022.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368303#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/88e5db99-361b-5dee-b68a-017ec6868572"},"resourceType":"DocumentReference"} +{"id":"a488dea6-feed-56e9-94ee-537ad0ca3e10","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA07022/analysis/NA07022.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368303#sample/cram"}],"status":"current","subject":{"reference":"Patient/88e5db99-361b-5dee-b68a-017ec6868572"},"resourceType":"DocumentReference"} +{"id":"1314aec8-ed84-5230-adff-3bbd8c845c7c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07029/analysis/NA07029.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368304#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e45a9023-61a7-59b1-a0c6-9179857a879a"},"resourceType":"DocumentReference"} +{"id":"bb091f0b-d67a-519d-a013-18d5dcc6709c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07029/analysis/NA07029.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368304#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e45a9023-61a7-59b1-a0c6-9179857a879a"},"resourceType":"DocumentReference"} +{"id":"a28ee113-1a64-5b69-bf84-cec97c1e750f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA07029/analysis/NA07029.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368304#sample/cram"}],"status":"current","subject":{"reference":"Patient/e45a9023-61a7-59b1-a0c6-9179857a879a"},"resourceType":"DocumentReference"} +{"id":"42fec54e-1e3d-5bc8-bcc4-865195ca274d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07031/analysis/NA07031.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368305#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d973a69b-e1c7-5d3b-af6a-88bbf4bbf393"},"resourceType":"DocumentReference"} +{"id":"2b585579-35db-5373-aecf-985d0838dace","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07031/analysis/NA07031.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368305#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d973a69b-e1c7-5d3b-af6a-88bbf4bbf393"},"resourceType":"DocumentReference"} +{"id":"bee18299-9907-5635-99cb-9b1a9ff1435c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA07031/analysis/NA07031.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368305#sample/cram"}],"status":"current","subject":{"reference":"Patient/d973a69b-e1c7-5d3b-af6a-88bbf4bbf393"},"resourceType":"DocumentReference"} +{"id":"a62dfe1f-ae6e-5de4-9dd7-f7f87e819908","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07034/analysis/NA07034.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368306#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/12cda69c-f068-53f6-a106-3bd0c92a3e2e"},"resourceType":"DocumentReference"} +{"id":"38f94116-8205-59d4-b2fb-55fa1bdfbe56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07034/analysis/NA07034.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368306#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/12cda69c-f068-53f6-a106-3bd0c92a3e2e"},"resourceType":"DocumentReference"} +{"id":"b1624883-1e89-5e92-a5b4-1021905568b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA07034/analysis/NA07034.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368306#sample/cram"}],"status":"current","subject":{"reference":"Patient/12cda69c-f068-53f6-a106-3bd0c92a3e2e"},"resourceType":"DocumentReference"} +{"id":"12002f18-91b7-5e22-9b32-b7bd40853750","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07045/analysis/NA07045.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368307#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2a61cf8d-22a4-5ca7-a790-73d623707f77"},"resourceType":"DocumentReference"} +{"id":"6cc1b1db-184e-5d34-b2b7-60ca17bdcf8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07045/analysis/NA07045.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368307#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2a61cf8d-22a4-5ca7-a790-73d623707f77"},"resourceType":"DocumentReference"} +{"id":"c045d2f5-0501-5006-837c-21963fb05b63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA07045/analysis/NA07045.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368307#sample/cram"}],"status":"current","subject":{"reference":"Patient/2a61cf8d-22a4-5ca7-a790-73d623707f77"},"resourceType":"DocumentReference"} +{"id":"86ef547d-2268-5423-973b-59c57b5698c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07055/analysis/NA07055.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368308#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d62a9c3b-f9e6-5ed0-8c02-f2cfcc45536f"},"resourceType":"DocumentReference"} +{"id":"4ae95805-4e1d-5d8f-af6e-9cf0202afda2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07055/analysis/NA07055.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368308#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d62a9c3b-f9e6-5ed0-8c02-f2cfcc45536f"},"resourceType":"DocumentReference"} +{"id":"0a4de2b7-7029-513f-998e-1e9686b13f48","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA07055/analysis/NA07055.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368308#sample/cram"}],"status":"current","subject":{"reference":"Patient/d62a9c3b-f9e6-5ed0-8c02-f2cfcc45536f"},"resourceType":"DocumentReference"} +{"id":"c0a7c2a0-9353-59a8-9dac-cdfa30c4df11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07345/analysis/NA07345.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368309#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/da1e4214-fb16-54f3-98ba-223263e0dbb0"},"resourceType":"DocumentReference"} +{"id":"7b8ffbce-7e5c-5d21-8d71-e0b68da5c351","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07345/analysis/NA07345.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368309#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/da1e4214-fb16-54f3-98ba-223263e0dbb0"},"resourceType":"DocumentReference"} +{"id":"c7a95dd3-45f0-5956-a20e-f3d294bd2d84","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA07345/analysis/NA07345.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368309#sample/cram"}],"status":"current","subject":{"reference":"Patient/da1e4214-fb16-54f3-98ba-223263e0dbb0"},"resourceType":"DocumentReference"} +{"id":"9cb9a7d6-2ab2-509e-a103-089e105d9810","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07346/analysis/NA07346.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368310#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6f8d715a-0265-5018-955d-173e804be8b8"},"resourceType":"DocumentReference"} +{"id":"e1d8a1cc-c0b0-5f96-aad7-bf697aaaeff9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07346/analysis/NA07346.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368310#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6f8d715a-0265-5018-955d-173e804be8b8"},"resourceType":"DocumentReference"} +{"id":"7a0f60c6-d07e-5693-92ff-dd2e5d1c4d76","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA07346/analysis/NA07346.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368310#sample/cram"}],"status":"current","subject":{"reference":"Patient/6f8d715a-0265-5018-955d-173e804be8b8"},"resourceType":"DocumentReference"} +{"id":"fdbf73c1-cdc1-54b6-889c-8898dc8345e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07348/analysis/NA07348.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368311#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b1a76215-daf7-53ee-838c-73e806a81b20"},"resourceType":"DocumentReference"} +{"id":"a284b1c8-346a-5e76-a1d9-a821c368d36d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07348/analysis/NA07348.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368311#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b1a76215-daf7-53ee-838c-73e806a81b20"},"resourceType":"DocumentReference"} +{"id":"ba529391-9c06-5cdd-9927-d9ecde57e4e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA07348/analysis/NA07348.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368311#sample/cram"}],"status":"current","subject":{"reference":"Patient/b1a76215-daf7-53ee-838c-73e806a81b20"},"resourceType":"DocumentReference"} +{"id":"edd81a9c-fb6d-5433-b765-8979c0c4569f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07349/analysis/NA07349.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368312#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ab6d0af6-6a10-5f7b-8bd2-cae676a40afb"},"resourceType":"DocumentReference"} +{"id":"a20f0812-dcd3-572f-9689-6579b3f9fd45","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07349/analysis/NA07349.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368312#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ab6d0af6-6a10-5f7b-8bd2-cae676a40afb"},"resourceType":"DocumentReference"} +{"id":"0b136cf7-4f67-5597-a791-ae06b47dbde6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA07349/analysis/NA07349.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368312#sample/cram"}],"status":"current","subject":{"reference":"Patient/ab6d0af6-6a10-5f7b-8bd2-cae676a40afb"},"resourceType":"DocumentReference"} +{"id":"1567bbf0-b3f4-5b6a-93e5-47e386c73e9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07435/analysis/NA07435.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368313#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5513599e-9c7d-564d-9daa-0dc502897101"},"resourceType":"DocumentReference"} +{"id":"ac348a29-50f3-5079-aa3b-fee5483def80","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA07435/analysis/NA07435.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368313#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5513599e-9c7d-564d-9daa-0dc502897101"},"resourceType":"DocumentReference"} +{"id":"be206578-c5cb-5011-9cc8-57b0ef8d02e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA07435/analysis/NA07435.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368313#sample/cram"}],"status":"current","subject":{"reference":"Patient/5513599e-9c7d-564d-9daa-0dc502897101"},"resourceType":"DocumentReference"} +{"id":"9e38358d-77b7-5895-986b-0980f07d52fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10830/analysis/NA10830.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368314#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/135ebede-779a-58e8-bb05-6a566da369bf"},"resourceType":"DocumentReference"} +{"id":"963adfd7-8fe3-537e-91a5-73c42a360ff5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10830/analysis/NA10830.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368314#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/135ebede-779a-58e8-bb05-6a566da369bf"},"resourceType":"DocumentReference"} +{"id":"b9c0d698-73b9-5e51-86c4-bfe0609d6a8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10830/analysis/NA10830.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368314#sample/cram"}],"status":"current","subject":{"reference":"Patient/135ebede-779a-58e8-bb05-6a566da369bf"},"resourceType":"DocumentReference"} +{"id":"e1ad0556-5d10-5f8e-8832-b5b91305c653","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10831/analysis/NA10831.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368315#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b0b6d7c5-ac61-5e88-9dfb-1304e7763027"},"resourceType":"DocumentReference"} +{"id":"6863b168-e165-5518-8572-9bc3acb57d90","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10831/analysis/NA10831.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368315#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b0b6d7c5-ac61-5e88-9dfb-1304e7763027"},"resourceType":"DocumentReference"} +{"id":"a69d4f2c-5919-51d9-990a-9eb636c22a6e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10831/analysis/NA10831.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368315#sample/cram"}],"status":"current","subject":{"reference":"Patient/b0b6d7c5-ac61-5e88-9dfb-1304e7763027"},"resourceType":"DocumentReference"} +{"id":"2c3ad544-fa60-50ff-ac34-fc3d3ab6bed5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10835/analysis/NA10835.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368316#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/09f7c8a3-5c78-5654-9078-5e4f85f925a0"},"resourceType":"DocumentReference"} +{"id":"f537c82c-0c61-53de-93e9-de75f5464a8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10835/analysis/NA10835.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368316#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/09f7c8a3-5c78-5654-9078-5e4f85f925a0"},"resourceType":"DocumentReference"} +{"id":"8c899040-c238-5ba9-99ad-d67170396a7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10835/analysis/NA10835.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368316#sample/cram"}],"status":"current","subject":{"reference":"Patient/09f7c8a3-5c78-5654-9078-5e4f85f925a0"},"resourceType":"DocumentReference"} +{"id":"957e79be-4974-5159-86de-c98e50ec33eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10836/analysis/NA10836.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368317#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bee56c42-42a3-5ee8-b58b-6cba06dceda5"},"resourceType":"DocumentReference"} +{"id":"5da4edad-07f0-5cbb-851a-506ebc040fa9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10836/analysis/NA10836.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368317#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bee56c42-42a3-5ee8-b58b-6cba06dceda5"},"resourceType":"DocumentReference"} +{"id":"750fca01-7250-56b0-aba4-c974bc7d8e43","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10836/analysis/NA10836.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368317#sample/cram"}],"status":"current","subject":{"reference":"Patient/bee56c42-42a3-5ee8-b58b-6cba06dceda5"},"resourceType":"DocumentReference"} +{"id":"a72b69df-dfb2-5d80-aee1-ce8a8a4fe12a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10837/analysis/NA10837.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368318#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d77f1b45-6476-510a-b399-7406b1b40965"},"resourceType":"DocumentReference"} +{"id":"f8ccbf0d-1a03-5ca0-8b50-8624f23524df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10837/analysis/NA10837.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368318#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d77f1b45-6476-510a-b399-7406b1b40965"},"resourceType":"DocumentReference"} +{"id":"50fc49e9-be0a-5cb9-b720-e1abbc05dd87","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10837/analysis/NA10837.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368318#sample/cram"}],"status":"current","subject":{"reference":"Patient/d77f1b45-6476-510a-b399-7406b1b40965"},"resourceType":"DocumentReference"} +{"id":"50f090de-cfcf-589b-9bea-e50e80d21e7e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10838/analysis/NA10838.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368319#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e78dbcef-143e-5692-86b5-436957c45ac2"},"resourceType":"DocumentReference"} +{"id":"a8bb3102-ca5c-55df-b685-9c2d4cd61444","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10838/analysis/NA10838.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368319#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e78dbcef-143e-5692-86b5-436957c45ac2"},"resourceType":"DocumentReference"} +{"id":"136367b4-03fa-5c82-b082-1bbd93f34da2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10838/analysis/NA10838.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368319#sample/cram"}],"status":"current","subject":{"reference":"Patient/e78dbcef-143e-5692-86b5-436957c45ac2"},"resourceType":"DocumentReference"} +{"id":"b61391f7-84cc-5961-9bbc-faec1b29eec4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10839/analysis/NA10839.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368320#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3d69537f-a0c6-5af7-b69f-6b52400b4c04"},"resourceType":"DocumentReference"} +{"id":"2d9ed092-dc09-50e5-90bb-9ee1ce475b2e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10839/analysis/NA10839.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368320#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3d69537f-a0c6-5af7-b69f-6b52400b4c04"},"resourceType":"DocumentReference"} +{"id":"d46f0853-6698-53e6-b57a-08a53e10cada","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10839/analysis/NA10839.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368320#sample/cram"}],"status":"current","subject":{"reference":"Patient/3d69537f-a0c6-5af7-b69f-6b52400b4c04"},"resourceType":"DocumentReference"} +{"id":"bba75148-bfb0-5c34-8f88-bcb07ea859b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10840/analysis/NA10840.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368321#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c27943f7-fccf-5a41-b352-8b6333d12f02"},"resourceType":"DocumentReference"} +{"id":"a1f67e5a-becf-5c9f-be70-0801242c9169","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10840/analysis/NA10840.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368321#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c27943f7-fccf-5a41-b352-8b6333d12f02"},"resourceType":"DocumentReference"} +{"id":"899a38c1-6a9c-55f8-98a2-fa6419fd9246","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10840/analysis/NA10840.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368321#sample/cram"}],"status":"current","subject":{"reference":"Patient/c27943f7-fccf-5a41-b352-8b6333d12f02"},"resourceType":"DocumentReference"} +{"id":"64007a42-8fd6-515b-95ed-cb4e75a688a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10842/analysis/NA10842.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368322#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ab467923-e80a-5da7-87ef-9ac4d1becf7e"},"resourceType":"DocumentReference"} +{"id":"10716893-5eec-5f67-b7e5-c55fbe5e0a71","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10842/analysis/NA10842.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368322#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ab467923-e80a-5da7-87ef-9ac4d1becf7e"},"resourceType":"DocumentReference"} +{"id":"04238dd1-a5e8-5088-a39f-a2849940aadf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10842/analysis/NA10842.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368322#sample/cram"}],"status":"current","subject":{"reference":"Patient/ab467923-e80a-5da7-87ef-9ac4d1becf7e"},"resourceType":"DocumentReference"} +{"id":"803cc49d-e1e5-5249-a1ad-090e33679973","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10843/analysis/NA10843.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368323#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/185cfae4-2e78-57a0-a218-67602d144fdd"},"resourceType":"DocumentReference"} +{"id":"f80b9043-db86-558d-be7d-09a97e3fe820","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10843/analysis/NA10843.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368323#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/185cfae4-2e78-57a0-a218-67602d144fdd"},"resourceType":"DocumentReference"} +{"id":"e41561a7-69e8-58ab-b797-54670f7795b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10843/analysis/NA10843.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368323#sample/cram"}],"status":"current","subject":{"reference":"Patient/185cfae4-2e78-57a0-a218-67602d144fdd"},"resourceType":"DocumentReference"} +{"id":"15a74d01-2d68-5f6b-b942-1083279ad2a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10845/analysis/NA10845.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368324#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a543b126-d9a8-5a83-9276-fa67524aeb20"},"resourceType":"DocumentReference"} +{"id":"59b611e2-27dd-5b67-aa4c-b8e5feb3b8c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10845/analysis/NA10845.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368324#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a543b126-d9a8-5a83-9276-fa67524aeb20"},"resourceType":"DocumentReference"} +{"id":"c3138c99-b0e7-5081-842b-f18045a98cef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10845/analysis/NA10845.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368324#sample/cram"}],"status":"current","subject":{"reference":"Patient/a543b126-d9a8-5a83-9276-fa67524aeb20"},"resourceType":"DocumentReference"} +{"id":"c60f1b2f-7135-5166-a84b-c9690efa4091","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10846/analysis/NA10846.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368325#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0e2d297d-1994-532b-8f3e-1a2d0170f67b"},"resourceType":"DocumentReference"} +{"id":"9d7a8dfb-290f-538b-a9ef-148d33ec658b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10846/analysis/NA10846.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368325#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0e2d297d-1994-532b-8f3e-1a2d0170f67b"},"resourceType":"DocumentReference"} +{"id":"81b09b74-c61d-5825-a6f9-79689e7e2035","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10846/analysis/NA10846.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368325#sample/cram"}],"status":"current","subject":{"reference":"Patient/0e2d297d-1994-532b-8f3e-1a2d0170f67b"},"resourceType":"DocumentReference"} +{"id":"5f35c1c3-6a95-5b47-8131-fc6da51d34ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10852/analysis/NA10852.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368326#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ef50d0df-abb6-5b0e-8695-471a9dcdb486"},"resourceType":"DocumentReference"} +{"id":"c01892da-38d0-5a60-b5f7-7eef096d02e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10852/analysis/NA10852.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368326#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ef50d0df-abb6-5b0e-8695-471a9dcdb486"},"resourceType":"DocumentReference"} +{"id":"2444b77b-205b-53ce-b9d2-f4bfd248d76e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10852/analysis/NA10852.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368326#sample/cram"}],"status":"current","subject":{"reference":"Patient/ef50d0df-abb6-5b0e-8695-471a9dcdb486"},"resourceType":"DocumentReference"} +{"id":"3f7bf5d3-df1f-52fb-85b1-3708c247ce61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10854/analysis/NA10854.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368327#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/01f76a14-3d13-5b1b-94c8-4a93d9978c8e"},"resourceType":"DocumentReference"} +{"id":"a70be5f6-dbdc-56be-a837-398ccad2f21b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10854/analysis/NA10854.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368327#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/01f76a14-3d13-5b1b-94c8-4a93d9978c8e"},"resourceType":"DocumentReference"} +{"id":"0d0bd067-9a6e-519b-824a-19e137b4469c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10854/analysis/NA10854.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368327#sample/cram"}],"status":"current","subject":{"reference":"Patient/01f76a14-3d13-5b1b-94c8-4a93d9978c8e"},"resourceType":"DocumentReference"} +{"id":"2c20611d-04b3-5b14-9a28-d8d45fdd39c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10855/analysis/NA10855.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368328#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dabbc504-89a1-58f5-abd9-3d2d6b0fef46"},"resourceType":"DocumentReference"} +{"id":"bb73f4eb-3360-5f89-9a02-9fa612911654","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10855/analysis/NA10855.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368328#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dabbc504-89a1-58f5-abd9-3d2d6b0fef46"},"resourceType":"DocumentReference"} +{"id":"ec90618e-11d8-5617-b890-56bcb5cd88a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10855/analysis/NA10855.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368328#sample/cram"}],"status":"current","subject":{"reference":"Patient/dabbc504-89a1-58f5-abd9-3d2d6b0fef46"},"resourceType":"DocumentReference"} +{"id":"e308a233-f64a-5a89-a529-8d50ee83b5e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10856/analysis/NA10856.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368329#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c167b486-10e5-5652-84a4-668b147e5390"},"resourceType":"DocumentReference"} +{"id":"c1f90df2-3a1d-54a3-9843-ca871817c2c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10856/analysis/NA10856.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368329#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c167b486-10e5-5652-84a4-668b147e5390"},"resourceType":"DocumentReference"} +{"id":"3d9eb16b-7df7-5b5d-be4b-591b7b1e2ce8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10856/analysis/NA10856.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368329#sample/cram"}],"status":"current","subject":{"reference":"Patient/c167b486-10e5-5652-84a4-668b147e5390"},"resourceType":"DocumentReference"} +{"id":"35b19060-5256-5e85-ab2a-f232f21c5334","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10857/analysis/NA10857.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368330#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/66f7a261-8d14-53d0-ac90-ce1e422055e1"},"resourceType":"DocumentReference"} +{"id":"17bcdd64-d857-569e-a651-8019ba4c738c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10857/analysis/NA10857.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368330#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/66f7a261-8d14-53d0-ac90-ce1e422055e1"},"resourceType":"DocumentReference"} +{"id":"8593f409-718a-5e39-ba1f-1bcb3ac788dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10857/analysis/NA10857.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368330#sample/cram"}],"status":"current","subject":{"reference":"Patient/66f7a261-8d14-53d0-ac90-ce1e422055e1"},"resourceType":"DocumentReference"} +{"id":"3ff96ef5-b8f7-5205-93b4-f219f618ee8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10859/analysis/NA10859.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368331#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/22209eb2-d9a8-5a10-a65c-1622a90b0751"},"resourceType":"DocumentReference"} +{"id":"601decfd-451a-59ea-b78c-aec69da1eef1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10859/analysis/NA10859.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368331#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/22209eb2-d9a8-5a10-a65c-1622a90b0751"},"resourceType":"DocumentReference"} +{"id":"29b9ad23-2664-5818-b995-8c2da19c06f9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10859/analysis/NA10859.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368331#sample/cram"}],"status":"current","subject":{"reference":"Patient/22209eb2-d9a8-5a10-a65c-1622a90b0751"},"resourceType":"DocumentReference"} +{"id":"bbb226bb-e7ef-594a-baac-873040840e48","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10860/analysis/NA10860.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368332#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d581f4b4-1f5e-5439-8157-98dbb131c15c"},"resourceType":"DocumentReference"} +{"id":"4eba75e5-16c2-5bd3-bf68-0cf5a0b6bbb3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10860/analysis/NA10860.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368332#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d581f4b4-1f5e-5439-8157-98dbb131c15c"},"resourceType":"DocumentReference"} +{"id":"8a975f94-d2de-51e2-a710-837e48225304","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10860/analysis/NA10860.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368332#sample/cram"}],"status":"current","subject":{"reference":"Patient/d581f4b4-1f5e-5439-8157-98dbb131c15c"},"resourceType":"DocumentReference"} +{"id":"a7a401e9-0ef5-5fcb-a1ad-fbbcb6e8ab74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10861/analysis/NA10861.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368333#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/003998c6-f2e8-54f4-b262-442641651693"},"resourceType":"DocumentReference"} +{"id":"11f8da48-273b-5a9c-810a-61a017b00e00","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10861/analysis/NA10861.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368333#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/003998c6-f2e8-54f4-b262-442641651693"},"resourceType":"DocumentReference"} +{"id":"bf6059a5-239c-5a22-8162-11837e7c52e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10861/analysis/NA10861.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368333#sample/cram"}],"status":"current","subject":{"reference":"Patient/003998c6-f2e8-54f4-b262-442641651693"},"resourceType":"DocumentReference"} +{"id":"0482502f-f512-57ea-812a-a36f8650c56e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10863/analysis/NA10863.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368334#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/13022abb-c94f-5b9b-98bc-b42cc82045d1"},"resourceType":"DocumentReference"} +{"id":"e127fb42-cae3-5484-b3d3-c1746dfa0c47","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10863/analysis/NA10863.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368334#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/13022abb-c94f-5b9b-98bc-b42cc82045d1"},"resourceType":"DocumentReference"} +{"id":"f34be902-2a60-506b-b81f-dc423ff4b8dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10863/analysis/NA10863.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368334#sample/cram"}],"status":"current","subject":{"reference":"Patient/13022abb-c94f-5b9b-98bc-b42cc82045d1"},"resourceType":"DocumentReference"} +{"id":"1b2fc009-5dff-54bb-828b-d56268ce22a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10864/analysis/NA10864.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368335#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e1e1b7ba-81f4-5ed6-94b6-72feaecb4e22"},"resourceType":"DocumentReference"} +{"id":"0e0cda8d-7c94-5bbf-a712-be20df005e0a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10864/analysis/NA10864.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368335#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e1e1b7ba-81f4-5ed6-94b6-72feaecb4e22"},"resourceType":"DocumentReference"} +{"id":"ef4daf16-dd07-5366-a3a5-3a0f669607b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10864/analysis/NA10864.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368335#sample/cram"}],"status":"current","subject":{"reference":"Patient/e1e1b7ba-81f4-5ed6-94b6-72feaecb4e22"},"resourceType":"DocumentReference"} +{"id":"682e99de-a6e4-596f-8fcd-fe8a789a3a99","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10865/analysis/NA10865.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368336#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9fd5e95b-c75e-5e08-b80c-2fc37074579c"},"resourceType":"DocumentReference"} +{"id":"dcffb94c-b880-5633-8437-8d8db8535630","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA10865/analysis/NA10865.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368336#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9fd5e95b-c75e-5e08-b80c-2fc37074579c"},"resourceType":"DocumentReference"} +{"id":"b143a8b9-ea71-5244-a77c-51e04a86310c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA10865/analysis/NA10865.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368336#sample/cram"}],"status":"current","subject":{"reference":"Patient/9fd5e95b-c75e-5e08-b80c-2fc37074579c"},"resourceType":"DocumentReference"} +{"id":"3149be8d-4ce0-5e9c-83a2-54939c86ea7e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA11839/analysis/NA11839.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368337#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/190676d8-88b3-5fdb-8bba-e7f637dfde7e"},"resourceType":"DocumentReference"} +{"id":"de1df5fd-7136-57e5-810d-207f6300cc1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA11839/analysis/NA11839.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368337#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/190676d8-88b3-5fdb-8bba-e7f637dfde7e"},"resourceType":"DocumentReference"} +{"id":"7f0f0fd1-8249-5693-ba2f-239cfd8ef18a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA11839/analysis/NA11839.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368337#sample/cram"}],"status":"current","subject":{"reference":"Patient/190676d8-88b3-5fdb-8bba-e7f637dfde7e"},"resourceType":"DocumentReference"} +{"id":"fb620c9c-9551-5528-bd47-7fa5ae6bf962","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA11882/analysis/NA11882.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368338#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/39a077f3-c4cd-5130-831d-e121d9020e6a"},"resourceType":"DocumentReference"} +{"id":"caef61d3-0a86-529d-b05e-646bd5ccd3a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA11882/analysis/NA11882.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368338#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/39a077f3-c4cd-5130-831d-e121d9020e6a"},"resourceType":"DocumentReference"} +{"id":"ca897e6d-6f89-55f2-b27d-aed164e6896c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA11882/analysis/NA11882.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368338#sample/cram"}],"status":"current","subject":{"reference":"Patient/39a077f3-c4cd-5130-831d-e121d9020e6a"},"resourceType":"DocumentReference"} +{"id":"b9b11e99-c624-5bd5-bdcb-966bcf0d7b8e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA11891/analysis/NA11891.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368339#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/010cd168-5c46-5c30-ae7b-79caf266bf9f"},"resourceType":"DocumentReference"} +{"id":"42b3ad08-618c-5736-8a53-a9cb90313e4c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA11891/analysis/NA11891.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368339#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/010cd168-5c46-5c30-ae7b-79caf266bf9f"},"resourceType":"DocumentReference"} +{"id":"cee07e1e-7cdb-5adb-a74f-771f0b1e2db0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA11891/analysis/NA11891.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368339#sample/cram"}],"status":"current","subject":{"reference":"Patient/010cd168-5c46-5c30-ae7b-79caf266bf9f"},"resourceType":"DocumentReference"} +{"id":"cc034baa-9446-57f4-a7c2-7a62da6e1f02","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA11917/analysis/NA11917.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368340#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/38a3a3d7-2a46-5a4e-959b-ab7df6e69c9d"},"resourceType":"DocumentReference"} +{"id":"5acb21db-84e8-547c-a754-10ccd8b025cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA11917/analysis/NA11917.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368340#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/38a3a3d7-2a46-5a4e-959b-ab7df6e69c9d"},"resourceType":"DocumentReference"} +{"id":"56e389ee-02e5-58e7-8962-e23e4a65e9cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA11917/analysis/NA11917.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368340#sample/cram"}],"status":"current","subject":{"reference":"Patient/38a3a3d7-2a46-5a4e-959b-ab7df6e69c9d"},"resourceType":"DocumentReference"} +{"id":"36e09aac-a8eb-526b-81d0-aa8592ab2913","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA11993/analysis/NA11993.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368341#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/79a43b78-6ba6-5580-b9d1-7bf11d1dff61"},"resourceType":"DocumentReference"} +{"id":"10483c23-b8af-58e1-8280-0ded98871edb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA11993/analysis/NA11993.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368341#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/79a43b78-6ba6-5580-b9d1-7bf11d1dff61"},"resourceType":"DocumentReference"} +{"id":"0d8a86c0-7c20-5280-a9e4-1b2b66da76fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA11993/analysis/NA11993.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368341#sample/cram"}],"status":"current","subject":{"reference":"Patient/79a43b78-6ba6-5580-b9d1-7bf11d1dff61"},"resourceType":"DocumentReference"} +{"id":"07de41b7-67be-508b-ab1b-82a0a6b541a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12056/analysis/NA12056.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368342#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/206ec175-2d65-5960-919b-5bbf38df61b0"},"resourceType":"DocumentReference"} +{"id":"21dfb36a-427d-5a1d-89e3-ec3488e5defa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12056/analysis/NA12056.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368342#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/206ec175-2d65-5960-919b-5bbf38df61b0"},"resourceType":"DocumentReference"} +{"id":"22955fb0-7e2a-5ce8-bad3-2eb16d550f51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12056/analysis/NA12056.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368342#sample/cram"}],"status":"current","subject":{"reference":"Patient/206ec175-2d65-5960-919b-5bbf38df61b0"},"resourceType":"DocumentReference"} +{"id":"607e424e-9003-5a59-9050-45ec46d6bcf8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12057/analysis/NA12057.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368343#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/45c272d4-e251-5f1a-905c-343c4da5a568"},"resourceType":"DocumentReference"} +{"id":"e84f5ae0-7136-55fd-9211-ad444a98b391","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12057/analysis/NA12057.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368343#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/45c272d4-e251-5f1a-905c-343c4da5a568"},"resourceType":"DocumentReference"} +{"id":"4a5ae220-3fd6-5648-806c-9b96dc3d2b12","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12057/analysis/NA12057.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368343#sample/cram"}],"status":"current","subject":{"reference":"Patient/45c272d4-e251-5f1a-905c-343c4da5a568"},"resourceType":"DocumentReference"} +{"id":"716c3a6c-a544-536a-a407-0103c54521bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12145/analysis/NA12145.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368344#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9538bb48-345c-5755-b5a4-b30a4eefe099"},"resourceType":"DocumentReference"} +{"id":"0e3934b4-1997-51b4-9804-845c1a4e2dc1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12145/analysis/NA12145.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368344#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9538bb48-345c-5755-b5a4-b30a4eefe099"},"resourceType":"DocumentReference"} +{"id":"676569c1-9158-5076-bdb1-09e0d4b3959c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12145/analysis/NA12145.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368344#sample/cram"}],"status":"current","subject":{"reference":"Patient/9538bb48-345c-5755-b5a4-b30a4eefe099"},"resourceType":"DocumentReference"} +{"id":"2a9b04c9-c348-5673-852f-acbb7ddd1443","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12146/analysis/NA12146.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368345#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aa2d6edd-7457-5bb1-bf2f-457f241e5c6d"},"resourceType":"DocumentReference"} +{"id":"8c9b609f-6612-5f06-8cb1-caa8ef11a252","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12146/analysis/NA12146.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368345#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aa2d6edd-7457-5bb1-bf2f-457f241e5c6d"},"resourceType":"DocumentReference"} +{"id":"50ebfe63-9663-5035-b333-f073f30af84d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12146/analysis/NA12146.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368345#sample/cram"}],"status":"current","subject":{"reference":"Patient/aa2d6edd-7457-5bb1-bf2f-457f241e5c6d"},"resourceType":"DocumentReference"} +{"id":"ed34adda-ef98-5ae3-8d98-d95ef70adf78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12236/analysis/NA12236.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368346#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b71766c6-4980-58ae-bd27-46484766d3fa"},"resourceType":"DocumentReference"} +{"id":"00fedc67-b78d-5cd0-b45c-dd4f8f72f07a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12236/analysis/NA12236.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368346#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b71766c6-4980-58ae-bd27-46484766d3fa"},"resourceType":"DocumentReference"} +{"id":"153cd332-2132-5db0-ace1-a51c55dfa42f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12236/analysis/NA12236.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368346#sample/cram"}],"status":"current","subject":{"reference":"Patient/b71766c6-4980-58ae-bd27-46484766d3fa"},"resourceType":"DocumentReference"} +{"id":"2dfcf45a-2edf-50b1-87e5-70177b9d07ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12239/analysis/NA12239.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368347#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a99c678a-4728-5f17-91a7-d7945b257837"},"resourceType":"DocumentReference"} +{"id":"1e261a92-ea12-50f2-8657-3e39bb1693fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12239/analysis/NA12239.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368347#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a99c678a-4728-5f17-91a7-d7945b257837"},"resourceType":"DocumentReference"} +{"id":"5e6992d3-35d4-5253-9207-34de93a81b16","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12239/analysis/NA12239.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368347#sample/cram"}],"status":"current","subject":{"reference":"Patient/a99c678a-4728-5f17-91a7-d7945b257837"},"resourceType":"DocumentReference"} +{"id":"95c84d34-7517-5024-b3c0-66279e36bc35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12248/analysis/NA12248.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368348#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/85e23bd6-dba0-5da9-89a0-9f528e15ef5f"},"resourceType":"DocumentReference"} +{"id":"b02da745-2dda-5338-a8cf-4392e0ac857e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12248/analysis/NA12248.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368348#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/85e23bd6-dba0-5da9-89a0-9f528e15ef5f"},"resourceType":"DocumentReference"} +{"id":"600d2336-7d9b-5898-afda-5fcb95caa037","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12248/analysis/NA12248.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368348#sample/cram"}],"status":"current","subject":{"reference":"Patient/85e23bd6-dba0-5da9-89a0-9f528e15ef5f"},"resourceType":"DocumentReference"} +{"id":"510fac03-91aa-565e-ad9c-b3978a8d2b05","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12264/analysis/NA12264.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368349#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f5ddc93f-89c5-5eae-851b-a50839b2ac8f"},"resourceType":"DocumentReference"} +{"id":"ac4f5e1c-172c-5b74-b0a5-f7083a280eea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12264/analysis/NA12264.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368349#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f5ddc93f-89c5-5eae-851b-a50839b2ac8f"},"resourceType":"DocumentReference"} +{"id":"7874c219-36df-5aac-9abb-99e7f7c1e122","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12264/analysis/NA12264.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368349#sample/cram"}],"status":"current","subject":{"reference":"Patient/f5ddc93f-89c5-5eae-851b-a50839b2ac8f"},"resourceType":"DocumentReference"} +{"id":"61542c4e-5a05-5751-b3b3-43a27b9a8735","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12274/analysis/NA12274.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368350#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1b3efa97-2cc2-5a1f-bd2f-fae9cc348a6b"},"resourceType":"DocumentReference"} +{"id":"63aa1f2c-a216-5f47-b141-c51e63334332","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12274/analysis/NA12274.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368350#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1b3efa97-2cc2-5a1f-bd2f-fae9cc348a6b"},"resourceType":"DocumentReference"} +{"id":"efbc2ed2-13d0-5c5d-bd99-9ca2ab19dbc8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12274/analysis/NA12274.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368350#sample/cram"}],"status":"current","subject":{"reference":"Patient/1b3efa97-2cc2-5a1f-bd2f-fae9cc348a6b"},"resourceType":"DocumentReference"} +{"id":"41768363-ad0e-5ab0-9c63-887b45bbcf05","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12329/analysis/NA12329.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368351#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/52f5bb59-837f-5fa1-ab2c-b6c0ca5451f5"},"resourceType":"DocumentReference"} +{"id":"9791d69b-8f50-5751-a0c1-cfea8a717b9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12329/analysis/NA12329.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368351#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/52f5bb59-837f-5fa1-ab2c-b6c0ca5451f5"},"resourceType":"DocumentReference"} +{"id":"a33ed2a6-deca-5f8d-8cb3-8305e8e43af5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12329/analysis/NA12329.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368351#sample/cram"}],"status":"current","subject":{"reference":"Patient/52f5bb59-837f-5fa1-ab2c-b6c0ca5451f5"},"resourceType":"DocumentReference"} +{"id":"1b12deaf-cf59-550c-a227-a33d922d012f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12335/analysis/NA12335.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368352#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e4711675-62fe-5cac-ac26-2f9cead4287e"},"resourceType":"DocumentReference"} +{"id":"9961c8f1-43b0-5b74-8045-a9fe30173184","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12335/analysis/NA12335.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368352#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e4711675-62fe-5cac-ac26-2f9cead4287e"},"resourceType":"DocumentReference"} +{"id":"26c1f816-2467-560a-b2fe-094c9d77941a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12335/analysis/NA12335.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368352#sample/cram"}],"status":"current","subject":{"reference":"Patient/e4711675-62fe-5cac-ac26-2f9cead4287e"},"resourceType":"DocumentReference"} +{"id":"636e547d-fd5b-57c5-ba96-0c5feb6c6005","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12336/analysis/NA12336.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368353#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8764f1da-6f87-5866-a01e-97e49c8825fe"},"resourceType":"DocumentReference"} +{"id":"685a3b7f-7771-5e66-b7d6-e26617978272","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12336/analysis/NA12336.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368353#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8764f1da-6f87-5866-a01e-97e49c8825fe"},"resourceType":"DocumentReference"} +{"id":"6179d8db-4a40-5e11-ac95-b72613a4b1d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12336/analysis/NA12336.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368353#sample/cram"}],"status":"current","subject":{"reference":"Patient/8764f1da-6f87-5866-a01e-97e49c8825fe"},"resourceType":"DocumentReference"} +{"id":"0059f994-6d63-566b-855e-5c593db02bd0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12343/analysis/NA12343.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368354#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/33b9fe82-4882-5296-aef3-34e14122a347"},"resourceType":"DocumentReference"} +{"id":"71154ad1-d3d2-5785-a4e0-ffcb444529dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12343/analysis/NA12343.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368354#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/33b9fe82-4882-5296-aef3-34e14122a347"},"resourceType":"DocumentReference"} +{"id":"f32e82ac-67de-5871-ad76-a1b49aa143c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12343/analysis/NA12343.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368354#sample/cram"}],"status":"current","subject":{"reference":"Patient/33b9fe82-4882-5296-aef3-34e14122a347"},"resourceType":"DocumentReference"} +{"id":"61f59437-fd33-5be2-a5e1-b6072efebceb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12344/analysis/NA12344.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368355#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/039d2f20-c224-5b48-a860-a9cf19384519"},"resourceType":"DocumentReference"} +{"id":"aa2610d3-b9d6-5fa6-aee7-0c31129aec70","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12344/analysis/NA12344.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368355#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/039d2f20-c224-5b48-a860-a9cf19384519"},"resourceType":"DocumentReference"} +{"id":"0823b7f3-7a35-5cc7-9e54-0aa9a20a6ed8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12344/analysis/NA12344.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368355#sample/cram"}],"status":"current","subject":{"reference":"Patient/039d2f20-c224-5b48-a860-a9cf19384519"},"resourceType":"DocumentReference"} +{"id":"0b146013-c56c-5b39-b390-4b297e9615a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12376/analysis/NA12376.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368356#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e896debf-3047-5d06-8659-9b1fced90c3d"},"resourceType":"DocumentReference"} +{"id":"d7bba31d-78a8-58a6-85bb-dd835083b07a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12376/analysis/NA12376.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368356#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e896debf-3047-5d06-8659-9b1fced90c3d"},"resourceType":"DocumentReference"} +{"id":"f7093ee2-70a1-5ad5-acbb-673dcd0b89a6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12376/analysis/NA12376.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368356#sample/cram"}],"status":"current","subject":{"reference":"Patient/e896debf-3047-5d06-8659-9b1fced90c3d"},"resourceType":"DocumentReference"} +{"id":"2b9e4eaf-481e-5c46-b3cc-8630b8b63fed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12386/analysis/NA12386.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368357#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8bc54c90-2441-5c4b-bae3-7c79046150e6"},"resourceType":"DocumentReference"} +{"id":"22325399-c843-5059-af39-8c985bbed759","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12386/analysis/NA12386.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368357#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8bc54c90-2441-5c4b-bae3-7c79046150e6"},"resourceType":"DocumentReference"} +{"id":"4bcb823e-6b1f-5d4b-9ae2-41ba61e9fe27","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12386/analysis/NA12386.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368357#sample/cram"}],"status":"current","subject":{"reference":"Patient/8bc54c90-2441-5c4b-bae3-7c79046150e6"},"resourceType":"DocumentReference"} +{"id":"c78c2696-3db9-58ab-bb49-e2556ac18ecd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12485/analysis/NA12485.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368358#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/74c433bd-fed2-53f3-ac5b-bf43d3031f9a"},"resourceType":"DocumentReference"} +{"id":"0d5e96aa-5074-50d5-9541-996ce4c4cc46","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12485/analysis/NA12485.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368358#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/74c433bd-fed2-53f3-ac5b-bf43d3031f9a"},"resourceType":"DocumentReference"} +{"id":"e99e1b28-f8c6-5422-b756-539209217e50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12485/analysis/NA12485.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368358#sample/cram"}],"status":"current","subject":{"reference":"Patient/74c433bd-fed2-53f3-ac5b-bf43d3031f9a"},"resourceType":"DocumentReference"} +{"id":"28371156-230d-55c7-964b-b7f049d066d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12707/analysis/NA12707.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368359#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d85e297c-8086-5348-97ab-3f0ec0a9b0f6"},"resourceType":"DocumentReference"} +{"id":"e2d03bb1-4520-56a9-a107-1327804e2950","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12707/analysis/NA12707.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368359#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d85e297c-8086-5348-97ab-3f0ec0a9b0f6"},"resourceType":"DocumentReference"} +{"id":"2c6471e5-a466-5c2d-b788-19c2effcbdd9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12707/analysis/NA12707.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368359#sample/cram"}],"status":"current","subject":{"reference":"Patient/d85e297c-8086-5348-97ab-3f0ec0a9b0f6"},"resourceType":"DocumentReference"} +{"id":"eaf52609-bd81-5d60-bf54-704f275fb96a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12739/analysis/NA12739.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368360#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2ed63bdf-344a-55b7-be1b-2b4f822dd369"},"resourceType":"DocumentReference"} +{"id":"ad3bec74-325a-5efc-97d6-109627b2b296","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12739/analysis/NA12739.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368360#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2ed63bdf-344a-55b7-be1b-2b4f822dd369"},"resourceType":"DocumentReference"} +{"id":"202ec1b8-1c4f-5c3d-ab0a-918f6d302675","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12739/analysis/NA12739.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368360#sample/cram"}],"status":"current","subject":{"reference":"Patient/2ed63bdf-344a-55b7-be1b-2b4f822dd369"},"resourceType":"DocumentReference"} +{"id":"5b9f4904-3f42-5349-b62c-30a4f397f972","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12740/analysis/NA12740.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368361#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a9762f46-cf6d-585a-997b-ed3b02d7bc9d"},"resourceType":"DocumentReference"} +{"id":"611d1ce3-7e5b-5608-bc96-d02cf5a4e957","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12740/analysis/NA12740.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368361#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a9762f46-cf6d-585a-997b-ed3b02d7bc9d"},"resourceType":"DocumentReference"} +{"id":"1f564ea8-14c6-5fb9-970f-fabb6a19afab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12740/analysis/NA12740.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368361#sample/cram"}],"status":"current","subject":{"reference":"Patient/a9762f46-cf6d-585a-997b-ed3b02d7bc9d"},"resourceType":"DocumentReference"} +{"id":"5373a1cd-fb4f-5d2e-8196-67d27976125e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12752/analysis/NA12752.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368362#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/06e567dd-5840-5cdd-b50d-bcf738a9eae8"},"resourceType":"DocumentReference"} +{"id":"b3517029-967c-5bc1-bf02-9590c555694c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12752/analysis/NA12752.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368362#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/06e567dd-5840-5cdd-b50d-bcf738a9eae8"},"resourceType":"DocumentReference"} +{"id":"48c1d962-4aa8-5103-920d-1d69c168f979","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12752/analysis/NA12752.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368362#sample/cram"}],"status":"current","subject":{"reference":"Patient/06e567dd-5840-5cdd-b50d-bcf738a9eae8"},"resourceType":"DocumentReference"} +{"id":"e7f7ff8a-2d81-54ab-a63b-c95fd670bc4d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12753/analysis/NA12753.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368363#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e307b062-cea5-5e3d-bb5d-5f749bd4e920"},"resourceType":"DocumentReference"} +{"id":"966265ce-5d29-5355-a825-2acd9e5ecc69","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12753/analysis/NA12753.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368363#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e307b062-cea5-5e3d-bb5d-5f749bd4e920"},"resourceType":"DocumentReference"} +{"id":"41b078a0-c131-5e1f-bf64-175f59425313","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12753/analysis/NA12753.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368363#sample/cram"}],"status":"current","subject":{"reference":"Patient/e307b062-cea5-5e3d-bb5d-5f749bd4e920"},"resourceType":"DocumentReference"} +{"id":"e5d6c441-6fd5-5fca-819b-2a016b941f41","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12766/analysis/NA12766.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368364#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e45214ca-85df-59ea-a4ef-05cabd00730d"},"resourceType":"DocumentReference"} +{"id":"73c87410-e3d4-517b-bafd-91cf3371966a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12766/analysis/NA12766.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368364#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e45214ca-85df-59ea-a4ef-05cabd00730d"},"resourceType":"DocumentReference"} +{"id":"cc4c0beb-e728-5caf-a84e-cbe1c6f4c410","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12766/analysis/NA12766.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368364#sample/cram"}],"status":"current","subject":{"reference":"Patient/e45214ca-85df-59ea-a4ef-05cabd00730d"},"resourceType":"DocumentReference"} +{"id":"8b6e8451-a564-587f-98ff-8672669c2a75","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12767/analysis/NA12767.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368365#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9c6e40d0-adab-5764-b78a-4dc5a732f060"},"resourceType":"DocumentReference"} +{"id":"8c419106-f9e1-5d5c-9582-fb2cb20baf7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12767/analysis/NA12767.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368365#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9c6e40d0-adab-5764-b78a-4dc5a732f060"},"resourceType":"DocumentReference"} +{"id":"d14c27c8-e9ea-5810-8ba1-c643318046c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12767/analysis/NA12767.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368365#sample/cram"}],"status":"current","subject":{"reference":"Patient/9c6e40d0-adab-5764-b78a-4dc5a732f060"},"resourceType":"DocumentReference"} +{"id":"91a7be31-1395-5cd2-aca2-0b3122e6920a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12801/analysis/NA12801.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368366#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/87ba6074-cc0d-56c0-9552-503f1b81f364"},"resourceType":"DocumentReference"} +{"id":"1508a937-638c-5601-bd79-0642ed728e07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12801/analysis/NA12801.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368366#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/87ba6074-cc0d-56c0-9552-503f1b81f364"},"resourceType":"DocumentReference"} +{"id":"4bdd50bc-c7e6-5286-82cb-8edd06d0326d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12801/analysis/NA12801.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368366#sample/cram"}],"status":"current","subject":{"reference":"Patient/87ba6074-cc0d-56c0-9552-503f1b81f364"},"resourceType":"DocumentReference"} +{"id":"2c424041-ba79-5324-a6fe-9382f502144a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12802/analysis/NA12802.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368367#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3f526930-87d1-5397-a867-6c2273efc213"},"resourceType":"DocumentReference"} +{"id":"bf40d489-10f8-5217-b6fd-c60dc57fa7c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12802/analysis/NA12802.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368367#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3f526930-87d1-5397-a867-6c2273efc213"},"resourceType":"DocumentReference"} +{"id":"70551248-2f92-5353-bfd0-13fdf5744015","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12802/analysis/NA12802.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368367#sample/cram"}],"status":"current","subject":{"reference":"Patient/3f526930-87d1-5397-a867-6c2273efc213"},"resourceType":"DocumentReference"} +{"id":"1c182592-4b2a-5dd7-9ed2-b2b48083f0a2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12817/analysis/NA12817.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368368#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cb9768a5-cb70-5783-bd02-cdd03ba8597a"},"resourceType":"DocumentReference"} +{"id":"86210a2f-96cf-5b1a-a57d-823e5cf3b068","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12817/analysis/NA12817.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368368#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cb9768a5-cb70-5783-bd02-cdd03ba8597a"},"resourceType":"DocumentReference"} +{"id":"02a92427-e753-5488-9833-9f36dcbcd095","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12817/analysis/NA12817.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368368#sample/cram"}],"status":"current","subject":{"reference":"Patient/cb9768a5-cb70-5783-bd02-cdd03ba8597a"},"resourceType":"DocumentReference"} +{"id":"e0d1415b-8fea-50c0-a38e-4000e5ed408c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12818/analysis/NA12818.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368369#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4fe30650-c7d0-5812-8c8d-3e5239d8e962"},"resourceType":"DocumentReference"} +{"id":"e837bfc2-1908-5b21-8a37-2eba8979b882","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12818/analysis/NA12818.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368369#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4fe30650-c7d0-5812-8c8d-3e5239d8e962"},"resourceType":"DocumentReference"} +{"id":"3939fcb8-9138-55eb-af9b-1e7616f05d93","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12818/analysis/NA12818.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368369#sample/cram"}],"status":"current","subject":{"reference":"Patient/4fe30650-c7d0-5812-8c8d-3e5239d8e962"},"resourceType":"DocumentReference"} +{"id":"b7fbcb8a-bf90-5620-9366-1f263a9ec0ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12832/analysis/NA12832.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368370#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f2d5a8aa-cd97-52a1-bde8-1308d05f8916"},"resourceType":"DocumentReference"} +{"id":"2b1b4b0e-3dea-52eb-8bd9-ffaeb2009be5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12832/analysis/NA12832.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368370#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f2d5a8aa-cd97-52a1-bde8-1308d05f8916"},"resourceType":"DocumentReference"} +{"id":"ece89036-a58e-5a4f-a3ad-124a5894e5e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12832/analysis/NA12832.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368370#sample/cram"}],"status":"current","subject":{"reference":"Patient/f2d5a8aa-cd97-52a1-bde8-1308d05f8916"},"resourceType":"DocumentReference"} +{"id":"04ecf7ea-b31e-5fe8-9316-36294715283b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12864/analysis/NA12864.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368371#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b15f8e73-551e-54e9-80c6-2f8622e313ee"},"resourceType":"DocumentReference"} +{"id":"2c584380-3272-5124-b2a9-4cf760d37a3b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12864/analysis/NA12864.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368371#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b15f8e73-551e-54e9-80c6-2f8622e313ee"},"resourceType":"DocumentReference"} +{"id":"5630d103-b207-5749-a8c7-9ec0c94e59ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12864/analysis/NA12864.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368371#sample/cram"}],"status":"current","subject":{"reference":"Patient/b15f8e73-551e-54e9-80c6-2f8622e313ee"},"resourceType":"DocumentReference"} +{"id":"0eb1fb85-99f8-5a27-86bb-625d34c50b92","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12865/analysis/NA12865.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368372#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5d64ac86-c570-576c-8e21-ad49106fcefc"},"resourceType":"DocumentReference"} +{"id":"46046bd7-2198-5b1f-bd19-9eb9dd92f092","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12865/analysis/NA12865.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368372#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5d64ac86-c570-576c-8e21-ad49106fcefc"},"resourceType":"DocumentReference"} +{"id":"db3c53b3-b373-5c27-b8d1-b6bda7047035","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12865/analysis/NA12865.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368372#sample/cram"}],"status":"current","subject":{"reference":"Patient/5d64ac86-c570-576c-8e21-ad49106fcefc"},"resourceType":"DocumentReference"} +{"id":"ba2387b1-8d9b-58b3-935b-7ff0dbd2b47b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12875/analysis/NA12875.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368373#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/478c4d07-9b3f-5474-8d16-a98960ee44e6"},"resourceType":"DocumentReference"} +{"id":"bd016b5d-29a8-50ca-a421-007aa54c233d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12875/analysis/NA12875.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368373#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/478c4d07-9b3f-5474-8d16-a98960ee44e6"},"resourceType":"DocumentReference"} +{"id":"323b9a32-5fb9-569f-b0a9-05d118d58d6d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12875/analysis/NA12875.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368373#sample/cram"}],"status":"current","subject":{"reference":"Patient/478c4d07-9b3f-5474-8d16-a98960ee44e6"},"resourceType":"DocumentReference"} +{"id":"d18b90ab-f145-5bf5-bf25-a658ca2f4eef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12877/analysis/NA12877.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368374#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f98a5d48-ee69-547f-8b43-923c64e35c4c"},"resourceType":"DocumentReference"} +{"id":"cab25bbd-1747-51cb-89ab-22bc5e3955ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12877/analysis/NA12877.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368374#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f98a5d48-ee69-547f-8b43-923c64e35c4c"},"resourceType":"DocumentReference"} +{"id":"ec9d3f9c-41f4-5758-8031-b415465328d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12877/analysis/NA12877.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368374#sample/cram"}],"status":"current","subject":{"reference":"Patient/f98a5d48-ee69-547f-8b43-923c64e35c4c"},"resourceType":"DocumentReference"} +{"id":"372ef95f-e5fc-520d-b428-0467fa9054c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12891/analysis/NA12891.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368375#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/368b2636-8032-5e50-bd7a-610e95531a85"},"resourceType":"DocumentReference"} +{"id":"cd75d265-bc0f-59f8-9bd3-262981c10ac3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12891/analysis/NA12891.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368375#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/368b2636-8032-5e50-bd7a-610e95531a85"},"resourceType":"DocumentReference"} +{"id":"2131c084-8dca-533c-a8f6-c701f2d63495","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12891/analysis/NA12891.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368375#sample/cram"}],"status":"current","subject":{"reference":"Patient/368b2636-8032-5e50-bd7a-610e95531a85"},"resourceType":"DocumentReference"} +{"id":"37c871e8-19f6-5cab-bc9a-afaa72de92c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12892/analysis/NA12892.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368376#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/810fde84-cf4b-5777-97a1-a84fa7eb6fe2"},"resourceType":"DocumentReference"} +{"id":"56c40082-4b32-512a-89ad-d2431d9e75ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA12892/analysis/NA12892.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368376#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/810fde84-cf4b-5777-97a1-a84fa7eb6fe2"},"resourceType":"DocumentReference"} +{"id":"05aae22d-125a-51de-8731-b3b49574d67c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA12892/analysis/NA12892.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368376#sample/cram"}],"status":"current","subject":{"reference":"Patient/810fde84-cf4b-5777-97a1-a84fa7eb6fe2"},"resourceType":"DocumentReference"} +{"id":"2685e62a-0c38-51a2-8940-2df102edf0c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18484/analysis/NA18484.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368377#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ebeefb39-fa4c-5f94-a6ee-b40da861b7e4"},"resourceType":"DocumentReference"} +{"id":"948f41f2-2a0c-5168-9e5e-c33c9a8fd70b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18484/analysis/NA18484.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368377#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ebeefb39-fa4c-5f94-a6ee-b40da861b7e4"},"resourceType":"DocumentReference"} +{"id":"354f5f79-c029-5fa4-a4b1-6c28ba732c87","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18484/analysis/NA18484.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368377#sample/cram"}],"status":"current","subject":{"reference":"Patient/ebeefb39-fa4c-5f94-a6ee-b40da861b7e4"},"resourceType":"DocumentReference"} +{"id":"311db1a8-9109-519c-9205-729c78441b1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18485/analysis/NA18485.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368378#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d65a20c6-3dd1-5096-a62e-99d3c73e822a"},"resourceType":"DocumentReference"} +{"id":"c3c926e5-d6f2-5d65-8c16-d6094da01868","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18485/analysis/NA18485.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368378#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d65a20c6-3dd1-5096-a62e-99d3c73e822a"},"resourceType":"DocumentReference"} +{"id":"41c83b07-c44e-5ca0-b504-0b39f28feb85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18485/analysis/NA18485.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368378#sample/cram"}],"status":"current","subject":{"reference":"Patient/d65a20c6-3dd1-5096-a62e-99d3c73e822a"},"resourceType":"DocumentReference"} +{"id":"346b017f-b62d-5ad7-b2d8-046827e8ff20","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18487/analysis/NA18487.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368379#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/73d45686-72cb-51dc-9a40-12cdb1a3b587"},"resourceType":"DocumentReference"} +{"id":"54cb55fe-91a6-5d55-bb2f-7d70c423dc7b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18487/analysis/NA18487.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368379#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/73d45686-72cb-51dc-9a40-12cdb1a3b587"},"resourceType":"DocumentReference"} +{"id":"5ded9c71-0d0b-52c5-9498-a1c85558285b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18487/analysis/NA18487.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368379#sample/cram"}],"status":"current","subject":{"reference":"Patient/73d45686-72cb-51dc-9a40-12cdb1a3b587"},"resourceType":"DocumentReference"} +{"id":"15ed4b51-e272-5a34-a25d-772a60c186e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18497/analysis/NA18497.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368380#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a07b4b72-c7ca-55c8-b8b6-dcec86414bd0"},"resourceType":"DocumentReference"} +{"id":"446c0034-6f4b-550a-8e72-eb8218ba7762","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18497/analysis/NA18497.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368380#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a07b4b72-c7ca-55c8-b8b6-dcec86414bd0"},"resourceType":"DocumentReference"} +{"id":"40ae17de-dfd8-533c-80f5-c819832ed18c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18497/analysis/NA18497.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368380#sample/cram"}],"status":"current","subject":{"reference":"Patient/a07b4b72-c7ca-55c8-b8b6-dcec86414bd0"},"resourceType":"DocumentReference"} +{"id":"2e9ddc32-ce83-5165-8b2a-33eb370e1708","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18500/analysis/NA18500.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368381#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/94a28871-00a5-5728-a8b9-57d3704aad02"},"resourceType":"DocumentReference"} +{"id":"3260e366-3436-585d-b22c-115186af40db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18500/analysis/NA18500.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368381#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/94a28871-00a5-5728-a8b9-57d3704aad02"},"resourceType":"DocumentReference"} +{"id":"4f299770-e445-5162-8225-6221f0de0219","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18500/analysis/NA18500.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368381#sample/cram"}],"status":"current","subject":{"reference":"Patient/94a28871-00a5-5728-a8b9-57d3704aad02"},"resourceType":"DocumentReference"} +{"id":"b3560c91-5404-59a1-ab15-ddb6af28503c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18503/analysis/NA18503.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368382#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ec797cd0-7077-5454-9197-14a4414fe1e8"},"resourceType":"DocumentReference"} +{"id":"405aea4e-e029-5388-9930-ee0e5aea90e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18503/analysis/NA18503.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368382#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ec797cd0-7077-5454-9197-14a4414fe1e8"},"resourceType":"DocumentReference"} +{"id":"c847980e-2a1c-5180-ba55-f57730498bc2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18503/analysis/NA18503.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368382#sample/cram"}],"status":"current","subject":{"reference":"Patient/ec797cd0-7077-5454-9197-14a4414fe1e8"},"resourceType":"DocumentReference"} +{"id":"306878ff-5e09-5091-94cb-402df4338325","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18506/analysis/NA18506.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368383#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/42033be5-aa98-559a-8a7a-a032c9fb0fe0"},"resourceType":"DocumentReference"} +{"id":"bb3a81d9-e738-546a-8726-097d4212f655","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18506/analysis/NA18506.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368383#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/42033be5-aa98-559a-8a7a-a032c9fb0fe0"},"resourceType":"DocumentReference"} +{"id":"9545ca6d-456d-5e07-b7e8-9ae0e75fa813","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18506/analysis/NA18506.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368383#sample/cram"}],"status":"current","subject":{"reference":"Patient/42033be5-aa98-559a-8a7a-a032c9fb0fe0"},"resourceType":"DocumentReference"} +{"id":"9a2a2e68-2518-5372-a0a0-574a32088b51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18515/analysis/NA18515.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368384#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c46d74fe-5678-5986-88ab-618f29fe25c9"},"resourceType":"DocumentReference"} +{"id":"dacc4f0f-c86b-5072-99da-8bf3d85df465","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18515/analysis/NA18515.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368384#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c46d74fe-5678-5986-88ab-618f29fe25c9"},"resourceType":"DocumentReference"} +{"id":"83afe663-44e4-53b7-9132-8566cc2539f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18515/analysis/NA18515.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368384#sample/cram"}],"status":"current","subject":{"reference":"Patient/c46d74fe-5678-5986-88ab-618f29fe25c9"},"resourceType":"DocumentReference"} +{"id":"7a713be9-bbe8-5518-bf2a-79a30dcbda89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18518/analysis/NA18518.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368385#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9eeba135-0426-50c9-b337-00da065e70b6"},"resourceType":"DocumentReference"} +{"id":"3df71cba-756e-52d2-afe4-9ec6cdd603d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18518/analysis/NA18518.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368385#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9eeba135-0426-50c9-b337-00da065e70b6"},"resourceType":"DocumentReference"} +{"id":"71230440-291f-5006-8b14-cb3cfad66360","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18518/analysis/NA18518.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368385#sample/cram"}],"status":"current","subject":{"reference":"Patient/9eeba135-0426-50c9-b337-00da065e70b6"},"resourceType":"DocumentReference"} +{"id":"ec4237bd-337a-5ecc-9b84-0f16c5cd867f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18521/analysis/NA18521.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368386#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6b969de6-fc64-524a-8901-bcdf17d9f72f"},"resourceType":"DocumentReference"} +{"id":"35980860-84de-5392-b394-c527d5819c12","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18521/analysis/NA18521.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368386#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6b969de6-fc64-524a-8901-bcdf17d9f72f"},"resourceType":"DocumentReference"} +{"id":"83684cf3-c2e2-5f0e-a2ad-30d40b7afbe8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18521/analysis/NA18521.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368386#sample/cram"}],"status":"current","subject":{"reference":"Patient/6b969de6-fc64-524a-8901-bcdf17d9f72f"},"resourceType":"DocumentReference"} +{"id":"07022495-1d75-580b-8e52-e0652e64b770","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18852/analysis/NA18852.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368387#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bd5f12dd-c752-531b-a14d-3d45ead82b59"},"resourceType":"DocumentReference"} +{"id":"00894891-e675-5f7d-a7a7-1a2c7de076bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18852/analysis/NA18852.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368387#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bd5f12dd-c752-531b-a14d-3d45ead82b59"},"resourceType":"DocumentReference"} +{"id":"7423c732-5bc6-5336-82e0-f972c2e560db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18852/analysis/NA18852.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368387#sample/cram"}],"status":"current","subject":{"reference":"Patient/bd5f12dd-c752-531b-a14d-3d45ead82b59"},"resourceType":"DocumentReference"} +{"id":"538dd33d-f61e-5051-aabb-45488c594199","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18854/analysis/NA18854.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368388#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f799c56d-b0d6-5bca-b18e-21f05020fbb0"},"resourceType":"DocumentReference"} +{"id":"1417e043-8918-5728-89e3-2ff764d81daa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18854/analysis/NA18854.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368388#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f799c56d-b0d6-5bca-b18e-21f05020fbb0"},"resourceType":"DocumentReference"} +{"id":"d246c714-8794-5174-ae28-c6cc27c492f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18854/analysis/NA18854.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368388#sample/cram"}],"status":"current","subject":{"reference":"Patient/f799c56d-b0d6-5bca-b18e-21f05020fbb0"},"resourceType":"DocumentReference"} +{"id":"cb77093c-d079-5529-9b5a-1e89fef396c2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18855/analysis/NA18855.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368389#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/af67848c-0993-5f08-8715-86275e48b7c2"},"resourceType":"DocumentReference"} +{"id":"69f1c7c9-17ae-557e-abb8-e99ffd0a888f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18855/analysis/NA18855.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368389#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/af67848c-0993-5f08-8715-86275e48b7c2"},"resourceType":"DocumentReference"} +{"id":"a86d5198-f436-5b82-a715-64e3ef92dcaa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18855/analysis/NA18855.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368389#sample/cram"}],"status":"current","subject":{"reference":"Patient/af67848c-0993-5f08-8715-86275e48b7c2"},"resourceType":"DocumentReference"} +{"id":"3ee3683c-823e-53d7-b60c-6cf29935cd07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18857/analysis/NA18857.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368390#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0eeb6f77-a950-5738-94a3-a89b4096696c"},"resourceType":"DocumentReference"} +{"id":"c7bad0fe-3366-5e8b-9025-1310e5b48202","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18857/analysis/NA18857.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368390#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0eeb6f77-a950-5738-94a3-a89b4096696c"},"resourceType":"DocumentReference"} +{"id":"cbd16f73-b1d7-5f2f-ac48-164f64ef7808","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18857/analysis/NA18857.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368390#sample/cram"}],"status":"current","subject":{"reference":"Patient/0eeb6f77-a950-5738-94a3-a89b4096696c"},"resourceType":"DocumentReference"} +{"id":"8e10c42f-d5a2-5e94-8f7a-6f0be0311a89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18859/analysis/NA18859.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368391#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/402c2c0b-3bb9-551b-915a-c25976d99874"},"resourceType":"DocumentReference"} +{"id":"5bb2e1c2-9566-532d-b223-673f3b1e62dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18859/analysis/NA18859.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368391#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/402c2c0b-3bb9-551b-915a-c25976d99874"},"resourceType":"DocumentReference"} +{"id":"fd80e6cf-5b37-59ae-a70f-081a1cb636df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18859/analysis/NA18859.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368391#sample/cram"}],"status":"current","subject":{"reference":"Patient/402c2c0b-3bb9-551b-915a-c25976d99874"},"resourceType":"DocumentReference"} +{"id":"6f79d55f-3f3e-5409-a098-72fce53c43c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18860/analysis/NA18860.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368392#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/72c3ac66-5d32-5281-8d6d-6554bdb45f6b"},"resourceType":"DocumentReference"} +{"id":"9098f274-bebb-5a99-add4-24d1e1b3d235","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18860/analysis/NA18860.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368392#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/72c3ac66-5d32-5281-8d6d-6554bdb45f6b"},"resourceType":"DocumentReference"} +{"id":"82f3ac99-0218-5490-b105-e5633e3a7ea2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18860/analysis/NA18860.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368392#sample/cram"}],"status":"current","subject":{"reference":"Patient/72c3ac66-5d32-5281-8d6d-6554bdb45f6b"},"resourceType":"DocumentReference"} +{"id":"7fdf8be6-7dcd-58d1-8264-50138b3f88db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18862/analysis/NA18862.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368393#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ff56eed4-5c0f-5697-a273-dbcd837c7de6"},"resourceType":"DocumentReference"} +{"id":"22662c2a-12ea-52d2-b140-6ed3b5c2c5a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18862/analysis/NA18862.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368393#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ff56eed4-5c0f-5697-a273-dbcd837c7de6"},"resourceType":"DocumentReference"} +{"id":"7a5821a1-3c2b-51a5-b720-086b1b2b37f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18862/analysis/NA18862.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368393#sample/cram"}],"status":"current","subject":{"reference":"Patient/ff56eed4-5c0f-5697-a273-dbcd837c7de6"},"resourceType":"DocumentReference"} +{"id":"3054b981-1535-5366-840f-4f58b1714b67","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18863/analysis/NA18863.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368394#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9e2aa225-75fa-5cd0-8a3e-ea4ee4b7dc72"},"resourceType":"DocumentReference"} +{"id":"586a70f0-0017-53cb-80f4-70bd3088995b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18863/analysis/NA18863.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368394#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9e2aa225-75fa-5cd0-8a3e-ea4ee4b7dc72"},"resourceType":"DocumentReference"} +{"id":"835a8f1e-7b87-5d2b-b38c-b65b000834de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18863/analysis/NA18863.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368394#sample/cram"}],"status":"current","subject":{"reference":"Patient/9e2aa225-75fa-5cd0-8a3e-ea4ee4b7dc72"},"resourceType":"DocumentReference"} +{"id":"66d5daf0-3768-540d-b22a-aae201c2c666","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18869/analysis/NA18869.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368395#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cb8b5ef7-a64c-5557-af19-2c6fc25dc2d4"},"resourceType":"DocumentReference"} +{"id":"73da4a0f-595f-568a-b891-7130496d2c53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18869/analysis/NA18869.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368395#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cb8b5ef7-a64c-5557-af19-2c6fc25dc2d4"},"resourceType":"DocumentReference"} +{"id":"d9394b52-4634-5f87-aeb8-0251dfe15288","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18869/analysis/NA18869.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368395#sample/cram"}],"status":"current","subject":{"reference":"Patient/cb8b5ef7-a64c-5557-af19-2c6fc25dc2d4"},"resourceType":"DocumentReference"} +{"id":"8ec356e8-eb71-5702-9c38-d69dd94ce3f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18872/analysis/NA18872.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368396#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ac0b4283-e68f-51b0-8db6-74fbf027cdcb"},"resourceType":"DocumentReference"} +{"id":"5c0dd492-6af6-516d-aa05-83687ed1d174","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18872/analysis/NA18872.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368396#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ac0b4283-e68f-51b0-8db6-74fbf027cdcb"},"resourceType":"DocumentReference"} +{"id":"eb6fcc55-12fc-5880-b2a3-7313532683d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18872/analysis/NA18872.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368396#sample/cram"}],"status":"current","subject":{"reference":"Patient/ac0b4283-e68f-51b0-8db6-74fbf027cdcb"},"resourceType":"DocumentReference"} +{"id":"2c91e89c-603e-5e02-b2ca-9435f87fcf2b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18875/analysis/NA18875.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368397#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5973ec79-215d-5a39-9853-45dae07be582"},"resourceType":"DocumentReference"} +{"id":"d1f81c3f-faf4-584a-8cbc-f5d70d1b4444","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18875/analysis/NA18875.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368397#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5973ec79-215d-5a39-9853-45dae07be582"},"resourceType":"DocumentReference"} +{"id":"0ddce2f6-38b3-5f05-83f3-0b193ac2f586","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18875/analysis/NA18875.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368397#sample/cram"}],"status":"current","subject":{"reference":"Patient/5973ec79-215d-5a39-9853-45dae07be582"},"resourceType":"DocumentReference"} +{"id":"41c87fec-db8a-5cc4-a3a2-5fc9756fba8e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18906/analysis/NA18906.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368398#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c5389a0c-9620-56f1-b9aa-af1573f438db"},"resourceType":"DocumentReference"} +{"id":"65d65b84-818e-5871-867f-65dafabb0750","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18906/analysis/NA18906.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368398#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c5389a0c-9620-56f1-b9aa-af1573f438db"},"resourceType":"DocumentReference"} +{"id":"d885aa2a-9c3b-5182-9c6f-d3a585567e82","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18906/analysis/NA18906.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368398#sample/cram"}],"status":"current","subject":{"reference":"Patient/c5389a0c-9620-56f1-b9aa-af1573f438db"},"resourceType":"DocumentReference"} +{"id":"81fc9c5f-b4c6-5b50-93e7-2a64da75cc3d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18911/analysis/NA18911.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368399#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/82ab989b-8def-5f10-a482-dc0d2862c091"},"resourceType":"DocumentReference"} +{"id":"431678d6-8d6b-5e47-938c-536d2c3c7c81","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18911/analysis/NA18911.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368399#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/82ab989b-8def-5f10-a482-dc0d2862c091"},"resourceType":"DocumentReference"} +{"id":"2a313a35-d9d1-5487-96be-33729772de2a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18911/analysis/NA18911.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368399#sample/cram"}],"status":"current","subject":{"reference":"Patient/82ab989b-8def-5f10-a482-dc0d2862c091"},"resourceType":"DocumentReference"} +{"id":"7f858e7d-dc04-5204-b09e-87a1b3d5a285","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18913/analysis/NA18913.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368400#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4e3e0fc3-5604-5a1e-8a83-fdb7ba13d436"},"resourceType":"DocumentReference"} +{"id":"8948075d-bc82-5be4-8525-fcfc3fd2a30e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18913/analysis/NA18913.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368400#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4e3e0fc3-5604-5a1e-8a83-fdb7ba13d436"},"resourceType":"DocumentReference"} +{"id":"93df4534-f476-53ca-960a-079fe85df4bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18913/analysis/NA18913.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368400#sample/cram"}],"status":"current","subject":{"reference":"Patient/4e3e0fc3-5604-5a1e-8a83-fdb7ba13d436"},"resourceType":"DocumentReference"} +{"id":"c6c80ef1-96b7-56e4-b1ee-133455ca117f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18914/analysis/NA18914.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368401#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/44691148-a06a-56a7-879a-19983c135199"},"resourceType":"DocumentReference"} +{"id":"1e2e43fb-a14d-5bd9-82b0-b0d31046c02b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18914/analysis/NA18914.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368401#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/44691148-a06a-56a7-879a-19983c135199"},"resourceType":"DocumentReference"} +{"id":"d2f4d338-cd7e-54de-8687-86b2083ceb1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18914/analysis/NA18914.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368401#sample/cram"}],"status":"current","subject":{"reference":"Patient/44691148-a06a-56a7-879a-19983c135199"},"resourceType":"DocumentReference"} +{"id":"3b4d3699-943b-5d4c-9b0e-99decc74790c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18925/analysis/NA18925.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368402#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/709b779e-7b39-5cb9-825f-a30b4d17ede0"},"resourceType":"DocumentReference"} +{"id":"ee5ec39e-3e6b-516a-b17f-655330ae0dcb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18925/analysis/NA18925.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368402#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/709b779e-7b39-5cb9-825f-a30b4d17ede0"},"resourceType":"DocumentReference"} +{"id":"7ae3983f-b272-5411-a458-b23565612bd4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18925/analysis/NA18925.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368402#sample/cram"}],"status":"current","subject":{"reference":"Patient/709b779e-7b39-5cb9-825f-a30b4d17ede0"},"resourceType":"DocumentReference"} +{"id":"2aec246a-746c-5e3c-b92a-b6216c4599bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18930/analysis/NA18930.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368403#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ae4c3dce-5e97-5d00-af41-3445133f1985"},"resourceType":"DocumentReference"} +{"id":"143fc400-6ed7-5735-81ba-3758c2d15fbd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18930/analysis/NA18930.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368403#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ae4c3dce-5e97-5d00-af41-3445133f1985"},"resourceType":"DocumentReference"} +{"id":"ba3a5713-9379-55aa-8eac-7e21f7aedcc8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18930/analysis/NA18930.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368403#sample/cram"}],"status":"current","subject":{"reference":"Patient/ae4c3dce-5e97-5d00-af41-3445133f1985"},"resourceType":"DocumentReference"} +{"id":"11ca3f27-0b59-5a7f-8993-f9db947138b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18935/analysis/NA18935.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368404#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/be7db1db-2f39-51f8-90ea-5ecb6d74c334"},"resourceType":"DocumentReference"} +{"id":"4c8d0a88-3673-5302-91ee-dfb60cbd82aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA18935/analysis/NA18935.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368404#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/be7db1db-2f39-51f8-90ea-5ecb6d74c334"},"resourceType":"DocumentReference"} +{"id":"ec2ba033-0836-5b2b-92cd-804e5d34ad38","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA18935/analysis/NA18935.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368404#sample/cram"}],"status":"current","subject":{"reference":"Patient/be7db1db-2f39-51f8-90ea-5ecb6d74c334"},"resourceType":"DocumentReference"} +{"id":"c95f27a5-fa74-570c-8378-e43827fd4c7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19094/analysis/NA19094.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368405#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e7140535-f320-5b26-994d-8c6dd1de148c"},"resourceType":"DocumentReference"} +{"id":"4e234666-547a-5ef2-8c21-691fbb16dbe3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19094/analysis/NA19094.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368405#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e7140535-f320-5b26-994d-8c6dd1de148c"},"resourceType":"DocumentReference"} +{"id":"63acc218-35da-5da8-a3ab-2a65bd0f4d4d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19094/analysis/NA19094.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368405#sample/cram"}],"status":"current","subject":{"reference":"Patient/e7140535-f320-5b26-994d-8c6dd1de148c"},"resourceType":"DocumentReference"} +{"id":"0b647f83-1da5-54e8-8cf0-e74aa70c8ba0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19097/analysis/NA19097.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368406#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e7b3d209-8f90-5d14-a1d1-10996f9deb1b"},"resourceType":"DocumentReference"} +{"id":"aa75e26c-fc9a-5648-917f-3c4b6692d8de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19097/analysis/NA19097.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368406#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e7b3d209-8f90-5d14-a1d1-10996f9deb1b"},"resourceType":"DocumentReference"} +{"id":"fcaad987-d223-5f0b-987d-6332571ce773","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19097/analysis/NA19097.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368406#sample/cram"}],"status":"current","subject":{"reference":"Patient/e7b3d209-8f90-5d14-a1d1-10996f9deb1b"},"resourceType":"DocumentReference"} +{"id":"7134cc50-ab5f-5ead-b487-8e1af9891828","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19100/analysis/NA19100.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368407#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/62bf7a79-416d-5d07-9f51-f7289a4f21af"},"resourceType":"DocumentReference"} +{"id":"c5c6314f-e199-5801-b27c-6bc8f896a614","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19100/analysis/NA19100.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368407#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/62bf7a79-416d-5d07-9f51-f7289a4f21af"},"resourceType":"DocumentReference"} +{"id":"cf10c07f-02aa-5076-a978-0be476023cfc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19100/analysis/NA19100.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368407#sample/cram"}],"status":"current","subject":{"reference":"Patient/62bf7a79-416d-5d07-9f51-f7289a4f21af"},"resourceType":"DocumentReference"} +{"id":"19141b04-1eb1-551e-bb15-57f1780d47a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19101/analysis/NA19101.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368408#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4c47319b-4f81-5b68-9699-19d8c1676eb5"},"resourceType":"DocumentReference"} +{"id":"b4953b6c-6b23-5f58-aa2e-2aaeb17b15bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19101/analysis/NA19101.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368408#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4c47319b-4f81-5b68-9699-19d8c1676eb5"},"resourceType":"DocumentReference"} +{"id":"c987401c-01ca-5b0a-bf02-a7b74e3214da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19101/analysis/NA19101.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368408#sample/cram"}],"status":"current","subject":{"reference":"Patient/4c47319b-4f81-5b68-9699-19d8c1676eb5"},"resourceType":"DocumentReference"} +{"id":"c6bf34e0-5ace-54fc-a0d3-d526c76d8156","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19103/analysis/NA19103.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368409#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/77d69e9c-a06d-5c82-a989-00393651dbeb"},"resourceType":"DocumentReference"} +{"id":"61e57a33-8bf4-5833-9038-0d6d919de5ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19103/analysis/NA19103.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368409#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/77d69e9c-a06d-5c82-a989-00393651dbeb"},"resourceType":"DocumentReference"} +{"id":"87402bca-5755-57ff-9ffc-8dce01140897","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19103/analysis/NA19103.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368409#sample/cram"}],"status":"current","subject":{"reference":"Patient/77d69e9c-a06d-5c82-a989-00393651dbeb"},"resourceType":"DocumentReference"} +{"id":"8288fb4f-0a44-55d7-8111-5807dd872ece","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19109/analysis/NA19109.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368410#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6ae324c3-1f49-50c4-b35f-2a7657bba150"},"resourceType":"DocumentReference"} +{"id":"ae0f0c37-2652-57c2-a4cb-cafc014d7477","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19109/analysis/NA19109.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368410#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6ae324c3-1f49-50c4-b35f-2a7657bba150"},"resourceType":"DocumentReference"} +{"id":"f14e00a2-7d43-5d64-8183-7e239fafa20d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19109/analysis/NA19109.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368410#sample/cram"}],"status":"current","subject":{"reference":"Patient/6ae324c3-1f49-50c4-b35f-2a7657bba150"},"resourceType":"DocumentReference"} +{"id":"cd3e7851-c725-566c-acfc-39eaa0615d7a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19115/analysis/NA19115.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368411#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4164f6e6-3f6f-533d-aac1-e0606dafb9fe"},"resourceType":"DocumentReference"} +{"id":"5a22cf9f-ba64-5325-81a2-6315bb28f284","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19115/analysis/NA19115.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368411#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4164f6e6-3f6f-533d-aac1-e0606dafb9fe"},"resourceType":"DocumentReference"} +{"id":"714a1975-95a9-531c-834c-e68c70e4bbd1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19115/analysis/NA19115.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368411#sample/cram"}],"status":"current","subject":{"reference":"Patient/4164f6e6-3f6f-533d-aac1-e0606dafb9fe"},"resourceType":"DocumentReference"} +{"id":"2ec9c6e5-d8cd-5098-b6c8-a7ba45a43efe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19120/analysis/NA19120.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368412#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3e007a48-78fa-54fc-b701-18e8f2ce6836"},"resourceType":"DocumentReference"} +{"id":"84a38406-1343-5ad7-993c-205f55607fa2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19120/analysis/NA19120.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368412#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3e007a48-78fa-54fc-b701-18e8f2ce6836"},"resourceType":"DocumentReference"} +{"id":"da1cee8a-b666-5a57-9557-4f6502f06f50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19120/analysis/NA19120.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368412#sample/cram"}],"status":"current","subject":{"reference":"Patient/3e007a48-78fa-54fc-b701-18e8f2ce6836"},"resourceType":"DocumentReference"} +{"id":"ef265239-62b4-5c43-a89a-b537c02ec544","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19122/analysis/NA19122.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368413#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2feb96f6-1e2d-5f6a-bff5-923a21e631af"},"resourceType":"DocumentReference"} +{"id":"c2a915fb-3045-519a-8fd9-0fd2d975039d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19122/analysis/NA19122.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368413#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2feb96f6-1e2d-5f6a-bff5-923a21e631af"},"resourceType":"DocumentReference"} +{"id":"9d3ed573-4d0b-5ae1-ae76-18900f159384","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19122/analysis/NA19122.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368413#sample/cram"}],"status":"current","subject":{"reference":"Patient/2feb96f6-1e2d-5f6a-bff5-923a21e631af"},"resourceType":"DocumentReference"} +{"id":"ee448540-ee9f-57d5-94fe-81b1884564b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19123/analysis/NA19123.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368414#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6eed90aa-8734-5d7a-aa34-9c53460a1001"},"resourceType":"DocumentReference"} +{"id":"94c8b4a8-cb69-53c6-afaa-b1ffe941e8e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19123/analysis/NA19123.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368414#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6eed90aa-8734-5d7a-aa34-9c53460a1001"},"resourceType":"DocumentReference"} +{"id":"fc0afc64-6ed6-5946-84f9-8b4fe349200f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19123/analysis/NA19123.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368414#sample/cram"}],"status":"current","subject":{"reference":"Patient/6eed90aa-8734-5d7a-aa34-9c53460a1001"},"resourceType":"DocumentReference"} +{"id":"b7356d46-8ff6-52d1-9098-cc8b21f5e142","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19127/analysis/NA19127.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368415#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b3a79507-1d97-5f7f-bb8b-8026e6687f0e"},"resourceType":"DocumentReference"} +{"id":"ea7614be-b6c0-5c4c-80e9-a968cf3896de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19127/analysis/NA19127.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368415#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b3a79507-1d97-5f7f-bb8b-8026e6687f0e"},"resourceType":"DocumentReference"} +{"id":"bce9b247-54b5-5a0d-9c80-fb7c58cdf3ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19127/analysis/NA19127.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368415#sample/cram"}],"status":"current","subject":{"reference":"Patient/b3a79507-1d97-5f7f-bb8b-8026e6687f0e"},"resourceType":"DocumentReference"} +{"id":"4fc6dcf6-2c97-578e-aa57-7a0a6c8b47ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19128/analysis/NA19128.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368416#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f75aaa57-53ae-5996-97e2-c4bbf59d64b2"},"resourceType":"DocumentReference"} +{"id":"b0879704-aa20-5649-b894-5edeae7c84f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19128/analysis/NA19128.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368416#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f75aaa57-53ae-5996-97e2-c4bbf59d64b2"},"resourceType":"DocumentReference"} +{"id":"f87a46b4-ff6c-5f92-a88a-43df2275e124","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19128/analysis/NA19128.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368416#sample/cram"}],"status":"current","subject":{"reference":"Patient/f75aaa57-53ae-5996-97e2-c4bbf59d64b2"},"resourceType":"DocumentReference"} +{"id":"98f32e19-7ef7-567e-918b-4ce6619a1554","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19132/analysis/NA19132.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368417#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0bb6d229-5746-5b1a-8f21-c39d60fdb2e9"},"resourceType":"DocumentReference"} +{"id":"4a6f9ffa-be10-5ae4-9400-1bb48345d7f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19132/analysis/NA19132.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368417#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0bb6d229-5746-5b1a-8f21-c39d60fdb2e9"},"resourceType":"DocumentReference"} +{"id":"e552d11a-cf3f-509f-8d38-0cd479aac4fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19132/analysis/NA19132.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368417#sample/cram"}],"status":"current","subject":{"reference":"Patient/0bb6d229-5746-5b1a-8f21-c39d60fdb2e9"},"resourceType":"DocumentReference"} +{"id":"35951baf-9e3e-580c-847e-fd0999ad4c6c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19139/analysis/NA19139.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368418#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7f130238-9189-511e-badb-9b8594de13fe"},"resourceType":"DocumentReference"} +{"id":"adee11ef-7c57-5e5a-aa42-cca215cd0fb8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19139/analysis/NA19139.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368418#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7f130238-9189-511e-badb-9b8594de13fe"},"resourceType":"DocumentReference"} +{"id":"5638d6d9-5e9b-53ec-8108-a99935da19d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19139/analysis/NA19139.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368418#sample/cram"}],"status":"current","subject":{"reference":"Patient/7f130238-9189-511e-badb-9b8594de13fe"},"resourceType":"DocumentReference"} +{"id":"fd3e623f-4f32-58e0-9410-0c9e081cdcc4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19140/analysis/NA19140.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368419#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/051c68e0-bb5c-549b-96f7-717d2d1638da"},"resourceType":"DocumentReference"} +{"id":"9cbb6431-0866-5dda-b31c-5589acebd509","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19140/analysis/NA19140.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368419#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/051c68e0-bb5c-549b-96f7-717d2d1638da"},"resourceType":"DocumentReference"} +{"id":"52817d78-c36f-5de4-af18-286fa430a173","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19140/analysis/NA19140.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368419#sample/cram"}],"status":"current","subject":{"reference":"Patient/051c68e0-bb5c-549b-96f7-717d2d1638da"},"resourceType":"DocumentReference"} +{"id":"810fa9ed-da76-54ea-93b9-23910d7c6d9f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19142/analysis/NA19142.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368420#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/15883edc-f32d-57c7-8990-20090d220f9a"},"resourceType":"DocumentReference"} +{"id":"ca0f0be7-8823-5df1-814f-32c8a7e1ac09","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19142/analysis/NA19142.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368420#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/15883edc-f32d-57c7-8990-20090d220f9a"},"resourceType":"DocumentReference"} +{"id":"d86e2caf-397c-53dc-9a44-61bc37a4c5c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19142/analysis/NA19142.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368420#sample/cram"}],"status":"current","subject":{"reference":"Patient/15883edc-f32d-57c7-8990-20090d220f9a"},"resourceType":"DocumentReference"} +{"id":"58a4e30f-ded3-5e46-adae-f7f4a23464ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19145/analysis/NA19145.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368421#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a3f18452-af91-5f05-a4ce-fa8f92ba0ab5"},"resourceType":"DocumentReference"} +{"id":"5da0b575-0772-56d0-92bc-2327cf9e052f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19145/analysis/NA19145.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368421#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a3f18452-af91-5f05-a4ce-fa8f92ba0ab5"},"resourceType":"DocumentReference"} +{"id":"38c49bb1-b240-59e5-b51b-7b698cf1d5ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19145/analysis/NA19145.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368421#sample/cram"}],"status":"current","subject":{"reference":"Patient/a3f18452-af91-5f05-a4ce-fa8f92ba0ab5"},"resourceType":"DocumentReference"} +{"id":"96075c1e-78f8-5fd0-9977-22a4a54a9a7c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19148/analysis/NA19148.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368422#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b530f2de-081a-58ab-9fc7-6195fb1cd31e"},"resourceType":"DocumentReference"} +{"id":"612926aa-c655-5ef1-b80d-82ca00be1bf7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19148/analysis/NA19148.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368422#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b530f2de-081a-58ab-9fc7-6195fb1cd31e"},"resourceType":"DocumentReference"} +{"id":"ab1f2063-7a6d-535f-8502-b1e323cd4835","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19148/analysis/NA19148.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368422#sample/cram"}],"status":"current","subject":{"reference":"Patient/b530f2de-081a-58ab-9fc7-6195fb1cd31e"},"resourceType":"DocumentReference"} +{"id":"a2d99fb3-1d94-5ae4-aab9-47c8182f9687","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19150/analysis/NA19150.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368423#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/218b07e2-b028-5798-8692-cce90cf41852"},"resourceType":"DocumentReference"} +{"id":"2855304a-70d9-5a4d-917e-c04b44f05fef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19150/analysis/NA19150.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368423#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/218b07e2-b028-5798-8692-cce90cf41852"},"resourceType":"DocumentReference"} +{"id":"555e0a8a-5b09-5f10-a984-8a59109646d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19150/analysis/NA19150.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368423#sample/cram"}],"status":"current","subject":{"reference":"Patient/218b07e2-b028-5798-8692-cce90cf41852"},"resourceType":"DocumentReference"} +{"id":"ce4289a7-7e15-583d-b4a3-39e1fb6b78e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19151/analysis/NA19151.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368424#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4c06cc03-60aa-5c68-aa42-6675cbc1a6dc"},"resourceType":"DocumentReference"} +{"id":"72c8f375-31f0-58f6-9742-5ac728ef5c25","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19151/analysis/NA19151.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368424#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4c06cc03-60aa-5c68-aa42-6675cbc1a6dc"},"resourceType":"DocumentReference"} +{"id":"65f0ddf4-df1a-5655-9f00-cf76f31c0f29","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19151/analysis/NA19151.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368424#sample/cram"}],"status":"current","subject":{"reference":"Patient/4c06cc03-60aa-5c68-aa42-6675cbc1a6dc"},"resourceType":"DocumentReference"} +{"id":"acd93bf7-8bcf-506d-a8b0-b5ef2d0923d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19154/analysis/NA19154.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368425#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/437d4571-0289-5a6c-a5f0-d4367a4de5e5"},"resourceType":"DocumentReference"} +{"id":"939af0a3-497c-5acd-8f0e-f734120e7bff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19154/analysis/NA19154.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368425#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/437d4571-0289-5a6c-a5f0-d4367a4de5e5"},"resourceType":"DocumentReference"} +{"id":"ae170660-ab72-571d-b0c5-f9b2ab43ed49","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19154/analysis/NA19154.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368425#sample/cram"}],"status":"current","subject":{"reference":"Patient/437d4571-0289-5a6c-a5f0-d4367a4de5e5"},"resourceType":"DocumentReference"} +{"id":"33e6e58a-ee3d-5aeb-a80e-9be76c9d6479","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19161/analysis/NA19161.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368426#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ff517bd7-c60f-54f2-b822-4317bb3ae307"},"resourceType":"DocumentReference"} +{"id":"bbbc6c09-9ed7-57c2-a609-9832465fa4bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19161/analysis/NA19161.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368426#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ff517bd7-c60f-54f2-b822-4317bb3ae307"},"resourceType":"DocumentReference"} +{"id":"9d0f1996-49c2-5665-a55c-15129459a95d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19161/analysis/NA19161.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368426#sample/cram"}],"status":"current","subject":{"reference":"Patient/ff517bd7-c60f-54f2-b822-4317bb3ae307"},"resourceType":"DocumentReference"} +{"id":"e304dba2-6087-50e6-8816-8b9b274670d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19173/analysis/NA19173.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368427#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6fc04323-bba0-51bf-a0f6-ec0fad2415e2"},"resourceType":"DocumentReference"} +{"id":"b2a84910-832c-588d-b505-56d82fd7830f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19173/analysis/NA19173.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368427#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6fc04323-bba0-51bf-a0f6-ec0fad2415e2"},"resourceType":"DocumentReference"} +{"id":"03596ee0-1119-5c48-b7fb-412c58971d12","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19173/analysis/NA19173.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368427#sample/cram"}],"status":"current","subject":{"reference":"Patient/6fc04323-bba0-51bf-a0f6-ec0fad2415e2"},"resourceType":"DocumentReference"} +{"id":"0ee23d98-fc82-5cac-bb0a-843908b48a98","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19174/analysis/NA19174.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368428#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eac16c18-d893-55f1-b14b-ebe00d1947c1"},"resourceType":"DocumentReference"} +{"id":"fef4e511-194f-5157-89f5-b57fa1a084a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19174/analysis/NA19174.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368428#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eac16c18-d893-55f1-b14b-ebe00d1947c1"},"resourceType":"DocumentReference"} +{"id":"2a38cd84-63f4-5c89-a433-0715f3ef9296","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19174/analysis/NA19174.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368428#sample/cram"}],"status":"current","subject":{"reference":"Patient/eac16c18-d893-55f1-b14b-ebe00d1947c1"},"resourceType":"DocumentReference"} +{"id":"a90364f0-a046-56ab-a84b-5ab2ed1fbf66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19176/analysis/NA19176.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368429#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1acc66f3-271c-5d46-82e7-c501634eefd0"},"resourceType":"DocumentReference"} +{"id":"a262d070-00c1-5561-bdad-ea8682e53960","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19176/analysis/NA19176.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368429#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1acc66f3-271c-5d46-82e7-c501634eefd0"},"resourceType":"DocumentReference"} +{"id":"5eab1f73-a5d2-5b56-a145-0ecc13a6a9cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19176/analysis/NA19176.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368429#sample/cram"}],"status":"current","subject":{"reference":"Patient/1acc66f3-271c-5d46-82e7-c501634eefd0"},"resourceType":"DocumentReference"} +{"id":"fe98ffd1-552d-504d-ac67-36a84a49169b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19177/analysis/NA19177.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368430#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/19eed93f-1cbe-52b9-88c8-ca193711231d"},"resourceType":"DocumentReference"} +{"id":"29a97cef-fdf8-5403-b6ab-7521385e6f08","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19177/analysis/NA19177.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368430#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/19eed93f-1cbe-52b9-88c8-ca193711231d"},"resourceType":"DocumentReference"} +{"id":"6c2d1469-07c5-5124-956b-45ff07636789","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19177/analysis/NA19177.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368430#sample/cram"}],"status":"current","subject":{"reference":"Patient/19eed93f-1cbe-52b9-88c8-ca193711231d"},"resourceType":"DocumentReference"} +{"id":"25b8589b-685b-52c1-bb8a-eb598f1e1284","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19186/analysis/NA19186.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368431#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/656b55bb-7ee2-5395-ba2c-699de553283d"},"resourceType":"DocumentReference"} +{"id":"77cafa36-ad34-5778-bee1-545280fca0a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19186/analysis/NA19186.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368431#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/656b55bb-7ee2-5395-ba2c-699de553283d"},"resourceType":"DocumentReference"} +{"id":"4e353af5-ae0b-557c-afe1-ab1b636f0711","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19186/analysis/NA19186.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368431#sample/cram"}],"status":"current","subject":{"reference":"Patient/656b55bb-7ee2-5395-ba2c-699de553283d"},"resourceType":"DocumentReference"} +{"id":"0133feae-6af7-5ef0-a1c1-4fd30dda799a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19191/analysis/NA19191.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368432#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8f4ee9bd-701e-59bb-bbde-11080c693e99"},"resourceType":"DocumentReference"} +{"id":"0e35a5ae-9cb1-5028-95e7-25b1545c773d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19191/analysis/NA19191.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368432#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8f4ee9bd-701e-59bb-bbde-11080c693e99"},"resourceType":"DocumentReference"} +{"id":"86a711a6-df66-5db0-b158-d940d458faab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19191/analysis/NA19191.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368432#sample/cram"}],"status":"current","subject":{"reference":"Patient/8f4ee9bd-701e-59bb-bbde-11080c693e99"},"resourceType":"DocumentReference"} +{"id":"8a5669ef-d42e-50af-8403-143d683eaa33","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19199/analysis/NA19199.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368433#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6b544332-beda-51c0-9f07-a501ee085184"},"resourceType":"DocumentReference"} +{"id":"d6bf61ad-97a1-5f7d-a5b8-846d5112c5ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19199/analysis/NA19199.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368433#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6b544332-beda-51c0-9f07-a501ee085184"},"resourceType":"DocumentReference"} +{"id":"d115e9c8-88c5-55fe-a6a5-34f74c243e02","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19199/analysis/NA19199.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368433#sample/cram"}],"status":"current","subject":{"reference":"Patient/6b544332-beda-51c0-9f07-a501ee085184"},"resourceType":"DocumentReference"} +{"id":"a96e0bdf-053e-58d9-ab8a-48373376f1a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19202/analysis/NA19202.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368434#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8f0a1e49-3931-5218-bd70-8e6127c4f74a"},"resourceType":"DocumentReference"} +{"id":"13dda7cc-43dc-553a-8a8c-b69910caddad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19202/analysis/NA19202.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368434#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8f0a1e49-3931-5218-bd70-8e6127c4f74a"},"resourceType":"DocumentReference"} +{"id":"4845167e-b780-5446-9a58-289015bbb9c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19202/analysis/NA19202.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368434#sample/cram"}],"status":"current","subject":{"reference":"Patient/8f0a1e49-3931-5218-bd70-8e6127c4f74a"},"resourceType":"DocumentReference"} +{"id":"39074b29-546a-5d9a-bc0e-f73795307cb2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19203/analysis/NA19203.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368435#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d9cae665-3b2c-51f5-9d62-efec5735d453"},"resourceType":"DocumentReference"} +{"id":"b0f74b5c-c592-5c59-bea6-889b3c5ba219","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19203/analysis/NA19203.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368435#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d9cae665-3b2c-51f5-9d62-efec5735d453"},"resourceType":"DocumentReference"} +{"id":"1b3265af-fc76-5feb-bb0a-29c78ef1ae19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19203/analysis/NA19203.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368435#sample/cram"}],"status":"current","subject":{"reference":"Patient/d9cae665-3b2c-51f5-9d62-efec5735d453"},"resourceType":"DocumentReference"} +{"id":"bfcbf781-3379-5c26-995d-8cdb266e9939","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19205/analysis/NA19205.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368436#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/036b4245-b916-561f-a64e-a84861af9563"},"resourceType":"DocumentReference"} +{"id":"1afb853a-d96d-5f69-bd68-fa25f846e036","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19205/analysis/NA19205.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368436#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/036b4245-b916-561f-a64e-a84861af9563"},"resourceType":"DocumentReference"} +{"id":"e1372174-a673-5cf4-bc81-df302da8022a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19205/analysis/NA19205.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368436#sample/cram"}],"status":"current","subject":{"reference":"Patient/036b4245-b916-561f-a64e-a84861af9563"},"resourceType":"DocumentReference"} +{"id":"1ba732b0-4449-5cbd-a890-c4b7547b3889","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19208/analysis/NA19208.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368437#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b8a02aa2-4c33-58aa-b140-dbfdb5287118"},"resourceType":"DocumentReference"} +{"id":"952c4e06-abd6-581d-bad3-6cfe7823abc9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19208/analysis/NA19208.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368437#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b8a02aa2-4c33-58aa-b140-dbfdb5287118"},"resourceType":"DocumentReference"} +{"id":"97bc155f-6e42-564b-932c-9123382700b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19208/analysis/NA19208.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368437#sample/cram"}],"status":"current","subject":{"reference":"Patient/b8a02aa2-4c33-58aa-b140-dbfdb5287118"},"resourceType":"DocumentReference"} +{"id":"f5930bfa-42f6-55de-a639-54e110399351","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19211/analysis/NA19211.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368438#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/23149110-dcc8-5d92-b393-2aaf3d146221"},"resourceType":"DocumentReference"} +{"id":"e080c9b0-ed20-5adf-9d06-e33cefebee67","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19211/analysis/NA19211.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368438#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/23149110-dcc8-5d92-b393-2aaf3d146221"},"resourceType":"DocumentReference"} +{"id":"f27d11d8-afc9-5682-bc6d-3badefca4b7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19211/analysis/NA19211.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368438#sample/cram"}],"status":"current","subject":{"reference":"Patient/23149110-dcc8-5d92-b393-2aaf3d146221"},"resourceType":"DocumentReference"} +{"id":"d9cb6c34-6471-5378-872e-8e900cf1de07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19215/analysis/NA19215.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368439#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d3427ac1-38bc-5ad5-813a-7d08c6fb6e20"},"resourceType":"DocumentReference"} +{"id":"591a02fc-ad8b-5a73-97f6-f2affb749635","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19215/analysis/NA19215.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368439#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d3427ac1-38bc-5ad5-813a-7d08c6fb6e20"},"resourceType":"DocumentReference"} +{"id":"ef86054a-391f-54b7-b029-dbf1988f1fbd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19215/analysis/NA19215.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368439#sample/cram"}],"status":"current","subject":{"reference":"Patient/d3427ac1-38bc-5ad5-813a-7d08c6fb6e20"},"resourceType":"DocumentReference"} +{"id":"ce670eaa-1213-5405-9b4d-896ed618869b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19221/analysis/NA19221.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368440#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/de140690-ea64-5eae-93d0-be7b9600886b"},"resourceType":"DocumentReference"} +{"id":"44888436-39b9-5654-af35-ff99d46f9254","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19221/analysis/NA19221.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368440#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/de140690-ea64-5eae-93d0-be7b9600886b"},"resourceType":"DocumentReference"} +{"id":"5b565d56-120b-52e7-b91c-792f8d6f36b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19221/analysis/NA19221.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368440#sample/cram"}],"status":"current","subject":{"reference":"Patient/de140690-ea64-5eae-93d0-be7b9600886b"},"resourceType":"DocumentReference"} +{"id":"377619d6-bce3-5b07-883a-90b5a6a31be1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19224/analysis/NA19224.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368441#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4dcbb70e-5d76-59e9-8b2f-b5b8a57f69df"},"resourceType":"DocumentReference"} +{"id":"df044826-1fc5-5758-a3d4-206af711fe05","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19224/analysis/NA19224.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368441#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4dcbb70e-5d76-59e9-8b2f-b5b8a57f69df"},"resourceType":"DocumentReference"} +{"id":"06997b0a-1725-58ee-81d2-979fc77bfca0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19224/analysis/NA19224.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368441#sample/cram"}],"status":"current","subject":{"reference":"Patient/4dcbb70e-5d76-59e9-8b2f-b5b8a57f69df"},"resourceType":"DocumentReference"} +{"id":"a48a6202-6066-56e6-a2aa-3a2d84fab926","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19226/analysis/NA19226.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368442#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5922a5c8-3f57-5295-8225-1ee5da66e980"},"resourceType":"DocumentReference"} +{"id":"355514ce-9f86-5445-9298-4ad76e73e656","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19226/analysis/NA19226.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368442#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5922a5c8-3f57-5295-8225-1ee5da66e980"},"resourceType":"DocumentReference"} +{"id":"017641d4-a016-5e76-a240-1efb30c9ada5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19226/analysis/NA19226.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368442#sample/cram"}],"status":"current","subject":{"reference":"Patient/5922a5c8-3f57-5295-8225-1ee5da66e980"},"resourceType":"DocumentReference"} +{"id":"e08aa4b0-3d3c-569e-a7b9-e58a129ea093","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19237/analysis/NA19237.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368443#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c47302a8-4ce4-587f-85ea-3f97e04fd164"},"resourceType":"DocumentReference"} +{"id":"880387a3-3516-53c4-b0ef-ffbaf673a8e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19237/analysis/NA19237.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368443#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c47302a8-4ce4-587f-85ea-3f97e04fd164"},"resourceType":"DocumentReference"} +{"id":"9238fd79-8a49-5fe7-9bf1-b0c9317e1a9d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19237/analysis/NA19237.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368443#sample/cram"}],"status":"current","subject":{"reference":"Patient/c47302a8-4ce4-587f-85ea-3f97e04fd164"},"resourceType":"DocumentReference"} +{"id":"f8e05d4b-d938-56f4-b030-66b6cabab629","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19240/analysis/NA19240.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368444#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/335a5115-efcd-5f5c-90b2-8ab437489a06"},"resourceType":"DocumentReference"} +{"id":"f3282790-6726-5706-9191-709f990013af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19240/analysis/NA19240.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368444#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/335a5115-efcd-5f5c-90b2-8ab437489a06"},"resourceType":"DocumentReference"} +{"id":"90a7a765-2efd-5767-97df-a154243e612e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19240/analysis/NA19240.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368444#sample/cram"}],"status":"current","subject":{"reference":"Patient/335a5115-efcd-5f5c-90b2-8ab437489a06"},"resourceType":"DocumentReference"} +{"id":"438dd079-931a-5f5c-8eef-f122516ba8f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19249/analysis/NA19249.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368445#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/264e1030-61d5-56e9-9571-db46cef2ccdd"},"resourceType":"DocumentReference"} +{"id":"b3fa3252-c1b7-56cd-8d97-69710a84fd3e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19249/analysis/NA19249.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368445#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/264e1030-61d5-56e9-9571-db46cef2ccdd"},"resourceType":"DocumentReference"} +{"id":"85023962-550f-5ff1-9f84-1b2ea1732526","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19249/analysis/NA19249.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368445#sample/cram"}],"status":"current","subject":{"reference":"Patient/264e1030-61d5-56e9-9571-db46cef2ccdd"},"resourceType":"DocumentReference"} +{"id":"0470d7fd-a460-58d1-b61c-38d96ccfaa68","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19258/analysis/NA19258.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368446#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8506e861-331b-513e-93e1-6cb47ed6fec3"},"resourceType":"DocumentReference"} +{"id":"23486b38-7996-5931-9fc1-eccd63fab9f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19258/analysis/NA19258.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368446#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8506e861-331b-513e-93e1-6cb47ed6fec3"},"resourceType":"DocumentReference"} +{"id":"2e0a8245-001e-5780-9061-03716a62aafa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19258/analysis/NA19258.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368446#sample/cram"}],"status":"current","subject":{"reference":"Patient/8506e861-331b-513e-93e1-6cb47ed6fec3"},"resourceType":"DocumentReference"} +{"id":"83211a76-dfd2-59a8-a3b1-8939c0f8bd87","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19650/analysis/NA19650.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368447#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9d5ec760-25ff-5623-b95d-a56b24091c77"},"resourceType":"DocumentReference"} +{"id":"40bf4b66-1130-54b2-9647-7d2548eb62e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19650/analysis/NA19650.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368447#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9d5ec760-25ff-5623-b95d-a56b24091c77"},"resourceType":"DocumentReference"} +{"id":"6a6c9eb9-1cd1-5946-bfbf-c0209f70a132","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19650/analysis/NA19650.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368447#sample/cram"}],"status":"current","subject":{"reference":"Patient/9d5ec760-25ff-5623-b95d-a56b24091c77"},"resourceType":"DocumentReference"} +{"id":"67b10843-81f7-5ca1-908f-5acdbede46d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19653/analysis/NA19653.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368448#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7e582288-5dfb-5bd5-a257-c286e963e7fa"},"resourceType":"DocumentReference"} +{"id":"4f02be4e-a18d-5206-88ed-fd9ad4e9e436","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19653/analysis/NA19653.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368448#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7e582288-5dfb-5bd5-a257-c286e963e7fa"},"resourceType":"DocumentReference"} +{"id":"deda9a05-99f4-541b-be90-8a8acca6ec2c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19653/analysis/NA19653.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368448#sample/cram"}],"status":"current","subject":{"reference":"Patient/7e582288-5dfb-5bd5-a257-c286e963e7fa"},"resourceType":"DocumentReference"} +{"id":"4f81a6d1-affe-53fe-bbfb-c0af1b7e858f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19656/analysis/NA19656.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368449#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3e7dad8d-12c6-5cd8-82fc-0b5198ebcc84"},"resourceType":"DocumentReference"} +{"id":"a0e36cea-2df7-569f-8061-2721dbb8b41d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19656/analysis/NA19656.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368449#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3e7dad8d-12c6-5cd8-82fc-0b5198ebcc84"},"resourceType":"DocumentReference"} +{"id":"bd1d8593-318b-5008-a4fd-f2d6087b0df9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19656/analysis/NA19656.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368449#sample/cram"}],"status":"current","subject":{"reference":"Patient/3e7dad8d-12c6-5cd8-82fc-0b5198ebcc84"},"resourceType":"DocumentReference"} +{"id":"a82f79e1-93ea-53cf-90c5-a3dda7489128","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19659/analysis/NA19659.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368450#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0384ef12-e388-52ae-823b-972e888096b1"},"resourceType":"DocumentReference"} +{"id":"0a48a178-0001-5bf3-beec-26bdbdce49ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19659/analysis/NA19659.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368450#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0384ef12-e388-52ae-823b-972e888096b1"},"resourceType":"DocumentReference"} +{"id":"f7a74461-a0ee-5ddd-8a61-a69fceee0470","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19659/analysis/NA19659.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368450#sample/cram"}],"status":"current","subject":{"reference":"Patient/0384ef12-e388-52ae-823b-972e888096b1"},"resourceType":"DocumentReference"} +{"id":"3639c4c9-8610-5da8-a254-c244d2644e84","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19660/analysis/NA19660.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368451#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3f0e66a6-efb6-5992-aa8b-75da6e3122fc"},"resourceType":"DocumentReference"} +{"id":"0983b8ce-4fc8-5e6c-8ac7-78f4cc5f0f2a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19660/analysis/NA19660.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368451#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3f0e66a6-efb6-5992-aa8b-75da6e3122fc"},"resourceType":"DocumentReference"} +{"id":"15612a7c-6773-5d6b-8b30-470227ab0997","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19660/analysis/NA19660.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368451#sample/cram"}],"status":"current","subject":{"reference":"Patient/3f0e66a6-efb6-5992-aa8b-75da6e3122fc"},"resourceType":"DocumentReference"} +{"id":"e0643145-c4c8-571c-925b-0af14ca59450","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19662/analysis/NA19662.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368452#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/628bf7a1-4fb0-5f35-b966-eacd71d8ccfd"},"resourceType":"DocumentReference"} +{"id":"1e8016bf-293e-584e-a7eb-bebe874c34d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19662/analysis/NA19662.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368452#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/628bf7a1-4fb0-5f35-b966-eacd71d8ccfd"},"resourceType":"DocumentReference"} +{"id":"6e195b61-9d58-5741-a95d-fdeaf5ce1e42","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19662/analysis/NA19662.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368452#sample/cram"}],"status":"current","subject":{"reference":"Patient/628bf7a1-4fb0-5f35-b966-eacd71d8ccfd"},"resourceType":"DocumentReference"} +{"id":"abd91560-c8a4-571d-9f08-f0b9e145169c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19665/analysis/NA19665.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368453#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/beaf6e7a-1331-58b0-b794-570286cd6bfe"},"resourceType":"DocumentReference"} +{"id":"14110597-3716-547a-bbf7-47eb932d5b51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19665/analysis/NA19665.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368453#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/beaf6e7a-1331-58b0-b794-570286cd6bfe"},"resourceType":"DocumentReference"} +{"id":"a3f362e7-9c37-5eb1-a32d-a524f46f6182","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19665/analysis/NA19665.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368453#sample/cram"}],"status":"current","subject":{"reference":"Patient/beaf6e7a-1331-58b0-b794-570286cd6bfe"},"resourceType":"DocumentReference"} +{"id":"bb6180f5-764a-53b6-b655-8601e5f94673","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19671/analysis/NA19671.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368454#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a055ff2e-a380-5a6a-bf2b-13e056368ad0"},"resourceType":"DocumentReference"} +{"id":"a581466e-3e39-503e-83fd-46f5b25d834b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19671/analysis/NA19671.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368454#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a055ff2e-a380-5a6a-bf2b-13e056368ad0"},"resourceType":"DocumentReference"} +{"id":"863a5389-7493-5187-ac09-e8b2d39810ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19671/analysis/NA19671.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368454#sample/cram"}],"status":"current","subject":{"reference":"Patient/a055ff2e-a380-5a6a-bf2b-13e056368ad0"},"resourceType":"DocumentReference"} +{"id":"a75e9874-7705-5d53-9dd4-0d3cd1d53f72","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19675/analysis/NA19675.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368455#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ab04841c-825a-5a3c-a6eb-633270006b31"},"resourceType":"DocumentReference"} +{"id":"d4e38a0b-8380-56b1-a991-d2c281256b46","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19675/analysis/NA19675.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368455#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ab04841c-825a-5a3c-a6eb-633270006b31"},"resourceType":"DocumentReference"} +{"id":"f43fbe84-0761-5695-b5b2-8ec6e5558bf4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19675/analysis/NA19675.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368455#sample/cram"}],"status":"current","subject":{"reference":"Patient/ab04841c-825a-5a3c-a6eb-633270006b31"},"resourceType":"DocumentReference"} +{"id":"51297765-6829-5231-8a09-7110a8de210a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19677/analysis/NA19677.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368456#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c65286d3-3980-5271-80aa-444659226a6b"},"resourceType":"DocumentReference"} +{"id":"4f7c2cdd-2940-5635-bf7e-19d732c8aac9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19677/analysis/NA19677.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368456#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c65286d3-3980-5271-80aa-444659226a6b"},"resourceType":"DocumentReference"} +{"id":"dfd0b64c-ec25-5119-82a9-19e301f96dbf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19677/analysis/NA19677.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368456#sample/cram"}],"status":"current","subject":{"reference":"Patient/c65286d3-3980-5271-80aa-444659226a6b"},"resourceType":"DocumentReference"} +{"id":"097039ce-8093-501a-aa4e-7d940b5dd36d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19680/analysis/NA19680.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368457#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d646b2a6-dfab-5ab7-a87b-fceb309df975"},"resourceType":"DocumentReference"} +{"id":"b46abada-906e-5022-8fd1-54be9e2125ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19680/analysis/NA19680.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368457#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d646b2a6-dfab-5ab7-a87b-fceb309df975"},"resourceType":"DocumentReference"} +{"id":"7df2682b-9961-5b7d-ac30-eb640889a876","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19680/analysis/NA19680.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368457#sample/cram"}],"status":"current","subject":{"reference":"Patient/d646b2a6-dfab-5ab7-a87b-fceb309df975"},"resourceType":"DocumentReference"} +{"id":"8ff102d7-b249-5ba9-b7c6-6b67077f7d50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19683/analysis/NA19683.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368458#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/520fd6de-4479-5cd1-965b-7c637c6942c3"},"resourceType":"DocumentReference"} +{"id":"05ebc1ea-6908-5ec0-9900-0da0db51c84f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19683/analysis/NA19683.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368458#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/520fd6de-4479-5cd1-965b-7c637c6942c3"},"resourceType":"DocumentReference"} +{"id":"3d3b1e10-e789-5d6d-a8d0-6730411c51aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19683/analysis/NA19683.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368458#sample/cram"}],"status":"current","subject":{"reference":"Patient/520fd6de-4479-5cd1-965b-7c637c6942c3"},"resourceType":"DocumentReference"} +{"id":"99d63ae2-7518-56c5-bcb2-1c3272958ccc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19685/analysis/NA19685.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368459#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d0b5bd77-990f-5b84-adf1-5786553a98fc"},"resourceType":"DocumentReference"} +{"id":"58fcc990-7667-56ed-aa5f-ea7b96062a7b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19685/analysis/NA19685.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368459#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d0b5bd77-990f-5b84-adf1-5786553a98fc"},"resourceType":"DocumentReference"} +{"id":"79557780-d954-5810-9585-efa11654b1d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19685/analysis/NA19685.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368459#sample/cram"}],"status":"current","subject":{"reference":"Patient/d0b5bd77-990f-5b84-adf1-5786553a98fc"},"resourceType":"DocumentReference"} +{"id":"51078eb7-d1be-5b4e-93f2-8475f0a0795e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19686/analysis/NA19686.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368460#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aff9ac95-6998-5350-a794-824837b043e5"},"resourceType":"DocumentReference"} +{"id":"ca86a638-cb1c-577e-8fc8-7e1b1221f3e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19686/analysis/NA19686.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368460#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aff9ac95-6998-5350-a794-824837b043e5"},"resourceType":"DocumentReference"} +{"id":"0442d985-a31e-5cf4-9cce-f7f5a3d3eaab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19686/analysis/NA19686.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368460#sample/cram"}],"status":"current","subject":{"reference":"Patient/aff9ac95-6998-5350-a794-824837b043e5"},"resourceType":"DocumentReference"} +{"id":"84332cf9-8fe0-5454-a2e8-2677dff2a128","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19702/analysis/NA19702.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368461#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3b29686b-7232-5449-98ae-c2eef33724d9"},"resourceType":"DocumentReference"} +{"id":"65acb533-dc9d-5253-b135-ee9629b3fa06","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19702/analysis/NA19702.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368461#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3b29686b-7232-5449-98ae-c2eef33724d9"},"resourceType":"DocumentReference"} +{"id":"53e7dc6d-7874-59bf-80ec-dc3a974e2fe2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19702/analysis/NA19702.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368461#sample/cram"}],"status":"current","subject":{"reference":"Patient/3b29686b-7232-5449-98ae-c2eef33724d9"},"resourceType":"DocumentReference"} +{"id":"288735e1-0467-5497-a7f9-152d60bf5c3c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19705/analysis/NA19705.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368462#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/11c624a0-6b75-53ad-9dc3-fa3ef28ee8f7"},"resourceType":"DocumentReference"} +{"id":"1493d7c4-2f7b-5889-b736-3b44c38cdee7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19705/analysis/NA19705.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368462#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/11c624a0-6b75-53ad-9dc3-fa3ef28ee8f7"},"resourceType":"DocumentReference"} +{"id":"6defcb2a-fb3d-5c11-b763-82e309327a75","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19705/analysis/NA19705.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368462#sample/cram"}],"status":"current","subject":{"reference":"Patient/11c624a0-6b75-53ad-9dc3-fa3ef28ee8f7"},"resourceType":"DocumentReference"} +{"id":"c6ac72b9-1058-5705-b1b2-6016728a6a7c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19718/analysis/NA19718.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368463#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8e086662-4e43-5fef-9bcc-f468aee9d830"},"resourceType":"DocumentReference"} +{"id":"230bfc7a-5115-5ea7-b5db-682f5b2a6fd9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19718/analysis/NA19718.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368463#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8e086662-4e43-5fef-9bcc-f468aee9d830"},"resourceType":"DocumentReference"} +{"id":"643f5587-01c1-512b-966d-4d4aefd0af1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19718/analysis/NA19718.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368463#sample/cram"}],"status":"current","subject":{"reference":"Patient/8e086662-4e43-5fef-9bcc-f468aee9d830"},"resourceType":"DocumentReference"} +{"id":"71048509-701f-52ec-8346-63b50a897d47","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19721/analysis/NA19721.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368464#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6dd348a7-41bc-5599-b36c-ce6d60456149"},"resourceType":"DocumentReference"} +{"id":"9b307031-8eee-5b1e-ad01-93eecf18ba21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19721/analysis/NA19721.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368464#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6dd348a7-41bc-5599-b36c-ce6d60456149"},"resourceType":"DocumentReference"} +{"id":"479734b6-4aa6-52a9-866f-2186c5a245a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19721/analysis/NA19721.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368464#sample/cram"}],"status":"current","subject":{"reference":"Patient/6dd348a7-41bc-5599-b36c-ce6d60456149"},"resourceType":"DocumentReference"} +{"id":"82dce14d-9bfd-54c5-8b2d-1f9a8ba8b481","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19724/analysis/NA19724.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368465#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4ded9105-06fc-530c-b3b6-d302df952533"},"resourceType":"DocumentReference"} +{"id":"30975ad5-069a-5f9d-918c-70f61d0bb795","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19724/analysis/NA19724.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368465#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4ded9105-06fc-530c-b3b6-d302df952533"},"resourceType":"DocumentReference"} +{"id":"82a07251-e8b2-514d-b6a3-f9f94bfe9b27","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19724/analysis/NA19724.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368465#sample/cram"}],"status":"current","subject":{"reference":"Patient/4ded9105-06fc-530c-b3b6-d302df952533"},"resourceType":"DocumentReference"} +{"id":"947af641-5f41-5004-9e16-2932d4e7694b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19727/analysis/NA19727.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368466#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/03130d51-21c6-5570-bfe0-6d100a85c8e8"},"resourceType":"DocumentReference"} +{"id":"7568ff2a-d965-55c6-b3d3-1db149a490ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19727/analysis/NA19727.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368466#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/03130d51-21c6-5570-bfe0-6d100a85c8e8"},"resourceType":"DocumentReference"} +{"id":"71445e0d-47d9-5f03-9bf7-4a1af1c85063","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19727/analysis/NA19727.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368466#sample/cram"}],"status":"current","subject":{"reference":"Patient/03130d51-21c6-5570-bfe0-6d100a85c8e8"},"resourceType":"DocumentReference"} +{"id":"aaad8e93-7d21-5f0b-aaff-37cbda764016","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19730/analysis/NA19730.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368467#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ea7efb36-7786-5073-ac92-51bf57ed328d"},"resourceType":"DocumentReference"} +{"id":"eda11133-13b5-5e83-999b-06ddb2cd1dfa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19730/analysis/NA19730.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368467#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ea7efb36-7786-5073-ac92-51bf57ed328d"},"resourceType":"DocumentReference"} +{"id":"678a8e1c-9ed3-5f68-8b77-d2e68a2bacfb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19730/analysis/NA19730.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368467#sample/cram"}],"status":"current","subject":{"reference":"Patient/ea7efb36-7786-5073-ac92-51bf57ed328d"},"resourceType":"DocumentReference"} +{"id":"ed30536d-9f44-5ff7-b356-08604eba2715","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19733/analysis/NA19733.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368468#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f3ed3df0-fecb-5718-919f-d613dfca3e10"},"resourceType":"DocumentReference"} +{"id":"e3bcb598-e3c9-5a54-8b6e-6dba01c2eea1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19733/analysis/NA19733.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368468#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f3ed3df0-fecb-5718-919f-d613dfca3e10"},"resourceType":"DocumentReference"} +{"id":"5f3aca05-e172-5cc4-afad-1ad11826da96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19733/analysis/NA19733.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368468#sample/cram"}],"status":"current","subject":{"reference":"Patient/f3ed3df0-fecb-5718-919f-d613dfca3e10"},"resourceType":"DocumentReference"} +{"id":"c9139e2f-e04f-597d-9122-b0e3cb7c38f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19748/analysis/NA19748.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368469#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f10f783e-6330-5b5f-b37a-c0730d19f885"},"resourceType":"DocumentReference"} +{"id":"370e5fcc-2729-5e92-bbd6-07932e3115ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19748/analysis/NA19748.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368469#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f10f783e-6330-5b5f-b37a-c0730d19f885"},"resourceType":"DocumentReference"} +{"id":"abfc7a29-b8da-51f0-b081-c0012f470edf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19748/analysis/NA19748.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368469#sample/cram"}],"status":"current","subject":{"reference":"Patient/f10f783e-6330-5b5f-b37a-c0730d19f885"},"resourceType":"DocumentReference"} +{"id":"61c8e226-bc4b-5f1c-91aa-0d4b3bec3dd1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19751/analysis/NA19751.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368470#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9d7529ed-403f-5500-9bc4-03775fc2d540"},"resourceType":"DocumentReference"} +{"id":"85245759-03bd-57d6-8fac-00d5d05de799","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19751/analysis/NA19751.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368470#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9d7529ed-403f-5500-9bc4-03775fc2d540"},"resourceType":"DocumentReference"} +{"id":"78da0e7d-8285-57b6-aee8-2caf4779951c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19751/analysis/NA19751.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368470#sample/cram"}],"status":"current","subject":{"reference":"Patient/9d7529ed-403f-5500-9bc4-03775fc2d540"},"resourceType":"DocumentReference"} +{"id":"79b31ac7-eaaa-5e5c-97f6-7e05faf8f430","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19757/analysis/NA19757.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368471#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/97b704c4-4d16-5fec-8d6c-d3f5a2033a84"},"resourceType":"DocumentReference"} +{"id":"c8fead2b-ad82-54ac-85cb-ea272dc2dbf1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19757/analysis/NA19757.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368471#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/97b704c4-4d16-5fec-8d6c-d3f5a2033a84"},"resourceType":"DocumentReference"} +{"id":"67a04ba4-7461-5626-8175-39f2cf5f607e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19757/analysis/NA19757.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368471#sample/cram"}],"status":"current","subject":{"reference":"Patient/97b704c4-4d16-5fec-8d6c-d3f5a2033a84"},"resourceType":"DocumentReference"} +{"id":"c3eb81bb-6c60-5225-ab42-11eaabcc70bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19760/analysis/NA19760.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368472#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/59496b36-eeb2-53bc-b2d5-6b00d73e3acb"},"resourceType":"DocumentReference"} +{"id":"013744bc-7ed7-5ba8-b89f-14989178e992","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19760/analysis/NA19760.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368472#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/59496b36-eeb2-53bc-b2d5-6b00d73e3acb"},"resourceType":"DocumentReference"} +{"id":"6f334172-d9ba-5762-9127-34afec210d8f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19760/analysis/NA19760.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368472#sample/cram"}],"status":"current","subject":{"reference":"Patient/59496b36-eeb2-53bc-b2d5-6b00d73e3acb"},"resourceType":"DocumentReference"} +{"id":"8fe99341-ed84-5c39-9241-8c047e8d768a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19763/analysis/NA19763.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368473#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/22dc29fe-3ebd-55e4-bda6-358bac8e7ce1"},"resourceType":"DocumentReference"} +{"id":"777207a7-1d72-5201-96d2-e7c157fefe2a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19763/analysis/NA19763.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368473#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/22dc29fe-3ebd-55e4-bda6-358bac8e7ce1"},"resourceType":"DocumentReference"} +{"id":"6c753298-0af6-5b70-a406-b9e36a3f3593","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19763/analysis/NA19763.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368473#sample/cram"}],"status":"current","subject":{"reference":"Patient/22dc29fe-3ebd-55e4-bda6-358bac8e7ce1"},"resourceType":"DocumentReference"} +{"id":"b7aa0b9c-f11e-5ecf-b27d-ddb356ffe09c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19772/analysis/NA19772.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368474#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6fefb272-b379-5bcc-a1a5-d807f6c180bb"},"resourceType":"DocumentReference"} +{"id":"2ebab3f7-ce14-5fd9-81fb-81f7e97fb02e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19772/analysis/NA19772.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368474#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6fefb272-b379-5bcc-a1a5-d807f6c180bb"},"resourceType":"DocumentReference"} +{"id":"7e22436f-a6bc-5b47-9440-2d160a2ddde3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19772/analysis/NA19772.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368474#sample/cram"}],"status":"current","subject":{"reference":"Patient/6fefb272-b379-5bcc-a1a5-d807f6c180bb"},"resourceType":"DocumentReference"} +{"id":"597fa1c5-6be7-50ac-b032-508eb2481b11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19775/analysis/NA19775.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368475#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2c64c178-f5d0-59a2-9fe3-998fb2824f95"},"resourceType":"DocumentReference"} +{"id":"d1551103-16a6-5fbc-9e27-a9fe91f3c841","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19775/analysis/NA19775.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368475#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2c64c178-f5d0-59a2-9fe3-998fb2824f95"},"resourceType":"DocumentReference"} +{"id":"3e1b64f5-b264-5e1b-a9a5-54651db51401","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19775/analysis/NA19775.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368475#sample/cram"}],"status":"current","subject":{"reference":"Patient/2c64c178-f5d0-59a2-9fe3-998fb2824f95"},"resourceType":"DocumentReference"} +{"id":"53c36f8b-a5d6-5de3-9744-e43e06f1da38","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19778/analysis/NA19778.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368476#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/316d7466-2dd7-56f3-b480-b7cf9d3b912d"},"resourceType":"DocumentReference"} +{"id":"63a7d979-947d-5a8f-941f-692cf69f50e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19778/analysis/NA19778.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368476#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/316d7466-2dd7-56f3-b480-b7cf9d3b912d"},"resourceType":"DocumentReference"} +{"id":"75022a61-5ea1-5f39-8b2c-9b876cde100e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19778/analysis/NA19778.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368476#sample/cram"}],"status":"current","subject":{"reference":"Patient/316d7466-2dd7-56f3-b480-b7cf9d3b912d"},"resourceType":"DocumentReference"} +{"id":"5485adf1-c537-5615-9781-d5f9415600c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19781/analysis/NA19781.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368477#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e572791b-9f20-5a3c-a353-f495a891f878"},"resourceType":"DocumentReference"} +{"id":"548c1f8f-9f2c-5679-9a33-b79f36154080","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19781/analysis/NA19781.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368477#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e572791b-9f20-5a3c-a353-f495a891f878"},"resourceType":"DocumentReference"} +{"id":"608fca00-a13e-54db-a4e2-fb89c5554c76","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19781/analysis/NA19781.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368477#sample/cram"}],"status":"current","subject":{"reference":"Patient/e572791b-9f20-5a3c-a353-f495a891f878"},"resourceType":"DocumentReference"} +{"id":"5e5746c8-c0d0-50a5-830d-cf67d77d9a62","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19784/analysis/NA19784.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368478#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0198d474-2b3a-50fe-9727-fa0c4f6ed57c"},"resourceType":"DocumentReference"} +{"id":"e87e31bc-026b-5345-8ec3-baa0e9f0ab6c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19784/analysis/NA19784.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368478#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0198d474-2b3a-50fe-9727-fa0c4f6ed57c"},"resourceType":"DocumentReference"} +{"id":"9a2aaa8a-ff56-5a51-8ebf-7656c119c560","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19784/analysis/NA19784.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368478#sample/cram"}],"status":"current","subject":{"reference":"Patient/0198d474-2b3a-50fe-9727-fa0c4f6ed57c"},"resourceType":"DocumentReference"} +{"id":"fb9115ed-796d-5166-aaaa-8ac34bc6864b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19787/analysis/NA19787.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368479#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3046aaba-1910-5a6b-8cfb-024ea4575bd7"},"resourceType":"DocumentReference"} +{"id":"037e13a6-96a7-5c38-aa42-3f871db1d282","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19787/analysis/NA19787.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368479#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3046aaba-1910-5a6b-8cfb-024ea4575bd7"},"resourceType":"DocumentReference"} +{"id":"b1d8da92-2914-5205-af27-ea9bab48494e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19787/analysis/NA19787.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368479#sample/cram"}],"status":"current","subject":{"reference":"Patient/3046aaba-1910-5a6b-8cfb-024ea4575bd7"},"resourceType":"DocumentReference"} +{"id":"eded1051-8e9c-5aab-a6c4-506710120cf1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19790/analysis/NA19790.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368480#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ca494de3-f746-5155-9ee3-eb55d7d06fd8"},"resourceType":"DocumentReference"} +{"id":"a083a964-22d1-57bd-a0fc-0ba345c81fa8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19790/analysis/NA19790.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368480#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ca494de3-f746-5155-9ee3-eb55d7d06fd8"},"resourceType":"DocumentReference"} +{"id":"6c3087a7-8ac4-5565-ac2c-7d59e8b61115","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19790/analysis/NA19790.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368480#sample/cram"}],"status":"current","subject":{"reference":"Patient/ca494de3-f746-5155-9ee3-eb55d7d06fd8"},"resourceType":"DocumentReference"} +{"id":"09064372-3f18-5a89-ab77-89ccad0db089","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19796/analysis/NA19796.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368481#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b86807a8-5de3-58f6-86c4-c13237e78262"},"resourceType":"DocumentReference"} +{"id":"293d06e5-d05b-5e45-baaf-ff84779a53a2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19796/analysis/NA19796.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368481#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b86807a8-5de3-58f6-86c4-c13237e78262"},"resourceType":"DocumentReference"} +{"id":"01ae1b42-7bf2-503f-a21e-0d92747c3f60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19796/analysis/NA19796.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368481#sample/cram"}],"status":"current","subject":{"reference":"Patient/b86807a8-5de3-58f6-86c4-c13237e78262"},"resourceType":"DocumentReference"} +{"id":"0dd548b3-1745-502f-89e7-d8c6361c1562","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19828/analysis/NA19828.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368482#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/766cd9c9-5b34-5d2f-bcd6-cd5eb1186adf"},"resourceType":"DocumentReference"} +{"id":"e9443c0f-f651-51e5-b596-6725ae99792e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19828/analysis/NA19828.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368482#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/766cd9c9-5b34-5d2f-bcd6-cd5eb1186adf"},"resourceType":"DocumentReference"} +{"id":"54f15259-cdae-511b-9fb0-45a4bb3ba5f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19828/analysis/NA19828.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368482#sample/cram"}],"status":"current","subject":{"reference":"Patient/766cd9c9-5b34-5d2f-bcd6-cd5eb1186adf"},"resourceType":"DocumentReference"} +{"id":"03687a05-0c7b-50c9-bef7-908758b9f29d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19836/analysis/NA19836.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368483#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a4a9c894-9f58-5555-a5ab-044035e86ac4"},"resourceType":"DocumentReference"} +{"id":"ffae72af-bdef-5be9-9a2b-15386767965b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19836/analysis/NA19836.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368483#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a4a9c894-9f58-5555-a5ab-044035e86ac4"},"resourceType":"DocumentReference"} +{"id":"fad99c8e-5521-588e-aeec-8c09d0650e35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19836/analysis/NA19836.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368483#sample/cram"}],"status":"current","subject":{"reference":"Patient/a4a9c894-9f58-5555-a5ab-044035e86ac4"},"resourceType":"DocumentReference"} +{"id":"b98b744b-3eaa-5474-ba38-df09c32337cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19902/analysis/NA19902.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368484#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f001f9e2-8774-56c9-b831-998a56c3da0c"},"resourceType":"DocumentReference"} +{"id":"ca6183c8-13a0-51d6-a26d-9c1d200cb301","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19902/analysis/NA19902.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368484#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f001f9e2-8774-56c9-b831-998a56c3da0c"},"resourceType":"DocumentReference"} +{"id":"65184ad2-e78e-5138-bd10-dbe9d5d9f253","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19902/analysis/NA19902.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368484#sample/cram"}],"status":"current","subject":{"reference":"Patient/f001f9e2-8774-56c9-b831-998a56c3da0c"},"resourceType":"DocumentReference"} +{"id":"d06c05b5-05aa-5c98-ac15-67b313db70c2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19918/analysis/NA19918.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368485#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4c844094-d6e2-59b8-afbd-5c23c044691c"},"resourceType":"DocumentReference"} +{"id":"aab8846f-ee72-51bf-97d6-11434c29f419","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19918/analysis/NA19918.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368485#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4c844094-d6e2-59b8-afbd-5c23c044691c"},"resourceType":"DocumentReference"} +{"id":"ae5f7983-1862-5e09-b148-c7891ae6946d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19918/analysis/NA19918.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368485#sample/cram"}],"status":"current","subject":{"reference":"Patient/4c844094-d6e2-59b8-afbd-5c23c044691c"},"resourceType":"DocumentReference"} +{"id":"4d56a2b0-c109-50f0-9fb4-d880ee0438d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19919/analysis/NA19919.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368486#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/45f97cd6-a75e-5d3d-bbe1-99d8163d5126"},"resourceType":"DocumentReference"} +{"id":"8b91f44a-d127-5672-85aa-e07860c55d84","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19919/analysis/NA19919.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368486#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/45f97cd6-a75e-5d3d-bbe1-99d8163d5126"},"resourceType":"DocumentReference"} +{"id":"721611dc-3e62-5ac3-8ec7-41e2de8fe083","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19919/analysis/NA19919.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368486#sample/cram"}],"status":"current","subject":{"reference":"Patient/45f97cd6-a75e-5d3d-bbe1-99d8163d5126"},"resourceType":"DocumentReference"} +{"id":"9779e8c8-1d9c-5138-bbf0-929aba960d58","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19924/analysis/NA19924.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368487#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/db096608-778e-5596-ae40-6a473bfe5c32"},"resourceType":"DocumentReference"} +{"id":"0fe5c8ed-6006-5a05-b00c-c72eec43e331","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19924/analysis/NA19924.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368487#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/db096608-778e-5596-ae40-6a473bfe5c32"},"resourceType":"DocumentReference"} +{"id":"17886eac-92aa-5694-afaf-aa9a500faead","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19924/analysis/NA19924.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368487#sample/cram"}],"status":"current","subject":{"reference":"Patient/db096608-778e-5596-ae40-6a473bfe5c32"},"resourceType":"DocumentReference"} +{"id":"5887f2cc-d353-54e8-af3b-7edd44a326b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19983/analysis/NA19983.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368488#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7d0c17d8-3a5d-51c9-8e50-54ffdc2d5626"},"resourceType":"DocumentReference"} +{"id":"2538e20d-6504-5a5f-9ca2-f144909ad1f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA19983/analysis/NA19983.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368488#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7d0c17d8-3a5d-51c9-8e50-54ffdc2d5626"},"resourceType":"DocumentReference"} +{"id":"9190b3b1-9e77-58c4-9ee0-ae3cd8d7fe59","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA19983/analysis/NA19983.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368488#sample/cram"}],"status":"current","subject":{"reference":"Patient/7d0c17d8-3a5d-51c9-8e50-54ffdc2d5626"},"resourceType":"DocumentReference"} +{"id":"4f34c82b-0f97-531b-8483-08a26c53d7f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA20128/analysis/NA20128.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368489#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d76aad05-8a9b-5d89-bc17-bbc42a7eeb37"},"resourceType":"DocumentReference"} +{"id":"289483ec-743c-51d3-9bca-f6657ba0e4c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA20128/analysis/NA20128.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368489#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d76aad05-8a9b-5d89-bc17-bbc42a7eeb37"},"resourceType":"DocumentReference"} +{"id":"49367579-2c41-5478-b59e-ec691191b7cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA20128/analysis/NA20128.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368489#sample/cram"}],"status":"current","subject":{"reference":"Patient/d76aad05-8a9b-5d89-bc17-bbc42a7eeb37"},"resourceType":"DocumentReference"} +{"id":"6c7d1f8a-6b07-5006-810c-a092d60f61a6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA20129/analysis/NA20129.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368490#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/62b7aabb-f422-586b-a20e-90bb202dfd0a"},"resourceType":"DocumentReference"} +{"id":"3f6dc135-1ba0-526f-88dc-6e5c302b9659","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA20129/analysis/NA20129.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368490#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/62b7aabb-f422-586b-a20e-90bb202dfd0a"},"resourceType":"DocumentReference"} +{"id":"83d11cd7-72a4-5c18-8bf0-fc05fae6720d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA20129/analysis/NA20129.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368490#sample/cram"}],"status":"current","subject":{"reference":"Patient/62b7aabb-f422-586b-a20e-90bb202dfd0a"},"resourceType":"DocumentReference"} +{"id":"2354a6d9-6b4c-5455-8a68-b0c25d19f8c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA20279/analysis/NA20279.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368491#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/684d8d6e-66fd-5d39-9f44-dbdf7d61c23d"},"resourceType":"DocumentReference"} +{"id":"4f706341-0eb8-563f-b1a1-523354224110","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA20279/analysis/NA20279.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368491#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/684d8d6e-66fd-5d39-9f44-dbdf7d61c23d"},"resourceType":"DocumentReference"} +{"id":"d729e1d8-0134-5b79-83ba-1bbd3b294999","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA20279/analysis/NA20279.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368491#sample/cram"}],"status":"current","subject":{"reference":"Patient/684d8d6e-66fd-5d39-9f44-dbdf7d61c23d"},"resourceType":"DocumentReference"} +{"id":"220ec068-80f5-5191-917a-1b5fb72e9806","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA20358/analysis/NA20358.haplotypeCalls.er.raw.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368492#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/78023962-ac80-5127-a0b9-c085303c5a81"},"resourceType":"DocumentReference"} +{"id":"fb0bb721-119c-5b64-b2f4-b09ff5d7c8ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Project_CCDG_14151_B01_GRM_WGS.gVCF.2020-02-12/Sample_NA20358/analysis/NA20358.haplotypeCalls.er.raw.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368492#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/78023962-ac80-5127-a0b9-c085303c5a81"},"resourceType":"DocumentReference"} +{"id":"de501867-5b3e-5262-82ef-b950af42c977","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_14151/Project_CCDG_14151_B01_GRM_WGS.cram.2020-02-12/Sample_NA20358/analysis/NA20358.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368492#sample/cram"}],"status":"current","subject":{"reference":"Patient/78023962-ac80-5127-a0b9-c085303c5a81"},"resourceType":"DocumentReference"} +{"id":"36ace528-5c68-566c-accb-263d090fc6e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA06985/analysis/NA06985.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000030#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/28a34f09-7848-59ee-9fce-60f36fcb2588"},"resourceType":"DocumentReference"} +{"id":"34eae2c4-a191-5d55-a867-c78834ecc138","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA06985/analysis/NA06985.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000030#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/28a34f09-7848-59ee-9fce-60f36fcb2588"},"resourceType":"DocumentReference"} +{"id":"9f596b1e-21d1-5ff5-9777-dbbe456b2a41","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA06985/analysis/NA06985.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000030#sample/cram"}],"status":"current","subject":{"reference":"Patient/28a34f09-7848-59ee-9fce-60f36fcb2588"},"resourceType":"DocumentReference"} +{"id":"f01c2a41-22e6-54c8-b8d4-ae99de77011f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA06986/analysis/NA06986.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000031#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d09e0951-283d-5b90-bdd6-50a1761a14f8"},"resourceType":"DocumentReference"} +{"id":"1622a68f-693c-5697-83fd-e1a924e19fbf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA06986/analysis/NA06986.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000031#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d09e0951-283d-5b90-bdd6-50a1761a14f8"},"resourceType":"DocumentReference"} +{"id":"506711f0-6f8c-516e-9635-7ec3f09b1c00","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA06986/analysis/NA06986.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000031#sample/cram"}],"status":"current","subject":{"reference":"Patient/d09e0951-283d-5b90-bdd6-50a1761a14f8"},"resourceType":"DocumentReference"} +{"id":"7577f229-d54d-5cb0-b14d-3bf8109d8a2c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA06994/analysis/NA06994.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000032#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0e2d0507-41b2-5773-87f4-6858a01b58cb"},"resourceType":"DocumentReference"} +{"id":"d6d1dc12-cc66-531b-85be-209b57b81403","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA06994/analysis/NA06994.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000032#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0e2d0507-41b2-5773-87f4-6858a01b58cb"},"resourceType":"DocumentReference"} +{"id":"aa3fefaf-70f4-5d21-ad23-9fb50a33d669","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA06994/analysis/NA06994.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000032#sample/cram"}],"status":"current","subject":{"reference":"Patient/0e2d0507-41b2-5773-87f4-6858a01b58cb"},"resourceType":"DocumentReference"} +{"id":"179b9e96-0aed-536c-9423-11f3d470c949","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA07000/analysis/NA07000.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000033#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/27376b2b-8d58-52a8-bf68-35b27125bde8"},"resourceType":"DocumentReference"} +{"id":"31340b25-1d81-521a-be11-fe3364726e06","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA07000/analysis/NA07000.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000033#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/27376b2b-8d58-52a8-bf68-35b27125bde8"},"resourceType":"DocumentReference"} +{"id":"55ebd4a8-db35-561f-b71f-277a8de9d04f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA07000/analysis/NA07000.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000033#sample/cram"}],"status":"current","subject":{"reference":"Patient/27376b2b-8d58-52a8-bf68-35b27125bde8"},"resourceType":"DocumentReference"} +{"id":"7442d0c6-91da-5346-a802-275cf74ffde7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA07037/analysis/NA07037.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000034#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/491c2b3c-ebb9-5d15-b061-6d459ae02fef"},"resourceType":"DocumentReference"} +{"id":"4a77bc26-6eb4-5934-ac0c-0a53b2fd5290","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA07037/analysis/NA07037.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000034#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/491c2b3c-ebb9-5d15-b061-6d459ae02fef"},"resourceType":"DocumentReference"} +{"id":"2637a5c6-3154-5c2f-afda-f3f2320aff98","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA07037/analysis/NA07037.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000034#sample/cram"}],"status":"current","subject":{"reference":"Patient/491c2b3c-ebb9-5d15-b061-6d459ae02fef"},"resourceType":"DocumentReference"} +{"id":"9dd6df93-5f6f-53d3-8e6d-99f944c0831f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA07051/analysis/NA07051.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000035#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/681f5d1a-d0ff-5c15-86cd-b4a886237e03"},"resourceType":"DocumentReference"} +{"id":"2a119924-43c7-56b2-ab1f-ba13e8c24fec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA07051/analysis/NA07051.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000035#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/681f5d1a-d0ff-5c15-86cd-b4a886237e03"},"resourceType":"DocumentReference"} +{"id":"c318f997-7fb8-5621-8356-d7f37ae45b2c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA07051/analysis/NA07051.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000035#sample/cram"}],"status":"current","subject":{"reference":"Patient/681f5d1a-d0ff-5c15-86cd-b4a886237e03"},"resourceType":"DocumentReference"} +{"id":"52cfdae1-e398-5cfe-b67d-40af7e68d59c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA07347/analysis/NA07347.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000037#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/267d05d0-0417-5c5d-bd23-0600f98ff2e5"},"resourceType":"DocumentReference"} +{"id":"348a8ff4-3bd1-5f45-8156-25f75171350b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA07347/analysis/NA07347.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000037#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/267d05d0-0417-5c5d-bd23-0600f98ff2e5"},"resourceType":"DocumentReference"} +{"id":"57688d5f-bc66-57c9-9091-958f9a8a8a5a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA07347/analysis/NA07347.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000037#sample/cram"}],"status":"current","subject":{"reference":"Patient/267d05d0-0417-5c5d-bd23-0600f98ff2e5"},"resourceType":"DocumentReference"} +{"id":"9740f070-f336-5804-845c-8ae24b99317e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA07357/analysis/NA07357.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000038#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a78f7227-2935-5efd-92fa-432f8fb0d37a"},"resourceType":"DocumentReference"} +{"id":"9890708e-347b-54d9-a675-7f83f9b619b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA07357/analysis/NA07357.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000038#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a78f7227-2935-5efd-92fa-432f8fb0d37a"},"resourceType":"DocumentReference"} +{"id":"840b2175-24e2-5815-9f90-e4cdc049970d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA07357/analysis/NA07357.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000038#sample/cram"}],"status":"current","subject":{"reference":"Patient/a78f7227-2935-5efd-92fa-432f8fb0d37a"},"resourceType":"DocumentReference"} +{"id":"8df730f4-c7af-55c4-b3ce-655441500494","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA10847/analysis/NA10847.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000039#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dd63b3d3-10cf-52b6-a48f-84df4721cce4"},"resourceType":"DocumentReference"} +{"id":"6a0edd74-b25d-5ba9-9a1e-004dae9d94e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA10847/analysis/NA10847.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000039#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dd63b3d3-10cf-52b6-a48f-84df4721cce4"},"resourceType":"DocumentReference"} +{"id":"742d854a-e88a-56cd-a859-71f8f539a5e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA10847/analysis/NA10847.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000039#sample/cram"}],"status":"current","subject":{"reference":"Patient/dd63b3d3-10cf-52b6-a48f-84df4721cce4"},"resourceType":"DocumentReference"} +{"id":"a71e092f-a2ed-5795-b2ab-05e5dd5fba41","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA10851/analysis/NA10851.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000040#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cd80a890-1752-5365-8294-393b7994d1e4"},"resourceType":"DocumentReference"} +{"id":"efe62877-2fef-5db6-90f4-9c3ca8fe84ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA10851/analysis/NA10851.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000040#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cd80a890-1752-5365-8294-393b7994d1e4"},"resourceType":"DocumentReference"} +{"id":"19c39cc4-96e7-5792-b36b-7196cae2ed63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA10851/analysis/NA10851.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000040#sample/cram"}],"status":"current","subject":{"reference":"Patient/cd80a890-1752-5365-8294-393b7994d1e4"},"resourceType":"DocumentReference"} +{"id":"f8654c2d-77a9-5ed4-8aa3-7b032f8cfc19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11829/analysis/NA11829.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000041#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/67b026f8-83d0-5f77-bf41-5e36d8ef1d39"},"resourceType":"DocumentReference"} +{"id":"4ca1857b-df17-501f-ba3d-3f8eb41029b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11829/analysis/NA11829.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000041#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/67b026f8-83d0-5f77-bf41-5e36d8ef1d39"},"resourceType":"DocumentReference"} +{"id":"e1c150d7-3bc7-503f-9602-2faa5a67414d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11829/analysis/NA11829.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000041#sample/cram"}],"status":"current","subject":{"reference":"Patient/67b026f8-83d0-5f77-bf41-5e36d8ef1d39"},"resourceType":"DocumentReference"} +{"id":"c44e5c75-123e-5d91-9e70-c8518cee072f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11830/analysis/NA11830.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000042#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d297220f-e3f0-548f-94b4-5702a852e093"},"resourceType":"DocumentReference"} +{"id":"c9c96f24-f4da-52dc-a099-077978bc0a8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11830/analysis/NA11830.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000042#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d297220f-e3f0-548f-94b4-5702a852e093"},"resourceType":"DocumentReference"} +{"id":"562530b8-a182-52cd-a87a-b338d6cf68ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11830/analysis/NA11830.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000042#sample/cram"}],"status":"current","subject":{"reference":"Patient/d297220f-e3f0-548f-94b4-5702a852e093"},"resourceType":"DocumentReference"} +{"id":"45dd162f-4e03-59ce-9143-9dcf675b6df8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11831/analysis/NA11831.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000043#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e4f056d1-7726-5e22-8c45-30f886d1d302"},"resourceType":"DocumentReference"} +{"id":"739a7f47-5bd3-5ed9-abe5-bc54bb15462c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11831/analysis/NA11831.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000043#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e4f056d1-7726-5e22-8c45-30f886d1d302"},"resourceType":"DocumentReference"} +{"id":"6d703c5c-7180-587c-ae21-122d81175c8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11831/analysis/NA11831.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000043#sample/cram"}],"status":"current","subject":{"reference":"Patient/e4f056d1-7726-5e22-8c45-30f886d1d302"},"resourceType":"DocumentReference"} +{"id":"b135c84a-fc6a-5239-a10a-3233e29d2d3d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11832/analysis/NA11832.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000044#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3a710567-9b6b-5ce1-aac4-e56abe002999"},"resourceType":"DocumentReference"} +{"id":"7f1864f7-41c1-5d5b-9129-5a1c4c4a0d4d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11832/analysis/NA11832.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000044#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3a710567-9b6b-5ce1-aac4-e56abe002999"},"resourceType":"DocumentReference"} +{"id":"c912f4fc-f0fa-5c4c-aacf-c8735eced480","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11832/analysis/NA11832.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000044#sample/cram"}],"status":"current","subject":{"reference":"Patient/3a710567-9b6b-5ce1-aac4-e56abe002999"},"resourceType":"DocumentReference"} +{"id":"647842ae-0eb2-5521-8c0a-468903dc3a93","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11840/analysis/NA11840.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000045#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/359ee1fe-87be-5e11-9f34-c486df827c03"},"resourceType":"DocumentReference"} +{"id":"40119b86-82f7-57bd-9605-15dbf5ddda09","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11840/analysis/NA11840.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000045#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/359ee1fe-87be-5e11-9f34-c486df827c03"},"resourceType":"DocumentReference"} +{"id":"ead1c38e-1107-5a54-a930-b54d5dc597a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11840/analysis/NA11840.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000045#sample/cram"}],"status":"current","subject":{"reference":"Patient/359ee1fe-87be-5e11-9f34-c486df827c03"},"resourceType":"DocumentReference"} +{"id":"784fb5be-8bc7-506d-92e9-b6a7a9a77676","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11881/analysis/NA11881.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000046#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/07e90ba2-4e92-5e93-bf75-4e9152b28946"},"resourceType":"DocumentReference"} +{"id":"f87f3ab0-2260-56a6-9467-bad87ad262e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11881/analysis/NA11881.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000046#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/07e90ba2-4e92-5e93-bf75-4e9152b28946"},"resourceType":"DocumentReference"} +{"id":"87744510-5970-50dc-be89-541bb9b39b69","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11881/analysis/NA11881.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000046#sample/cram"}],"status":"current","subject":{"reference":"Patient/07e90ba2-4e92-5e93-bf75-4e9152b28946"},"resourceType":"DocumentReference"} +{"id":"2ab3c14e-2a5c-58ed-b8d0-e600824a8d63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11894/analysis/NA11894.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000047#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1e6ddfcc-1ed7-5c28-9955-ba5c4f5294cb"},"resourceType":"DocumentReference"} +{"id":"e4a8dcc0-b9f6-5326-9bc7-4d0d95f3b3f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11894/analysis/NA11894.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000047#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1e6ddfcc-1ed7-5c28-9955-ba5c4f5294cb"},"resourceType":"DocumentReference"} +{"id":"4af25aa6-8ae1-522d-9afd-b61582f11530","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11894/analysis/NA11894.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000047#sample/cram"}],"status":"current","subject":{"reference":"Patient/1e6ddfcc-1ed7-5c28-9955-ba5c4f5294cb"},"resourceType":"DocumentReference"} +{"id":"42a0127b-8660-568d-904f-7eae801a5dd7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11918/analysis/NA11918.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000048#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a9a1c9e6-51a9-552a-ab46-ff6f006d30ff"},"resourceType":"DocumentReference"} +{"id":"77ffd785-c981-593b-8664-697b6aaf4d31","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11918/analysis/NA11918.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000048#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a9a1c9e6-51a9-552a-ab46-ff6f006d30ff"},"resourceType":"DocumentReference"} +{"id":"cf02f5cb-9b7f-5af3-b4b8-5ac571339ddb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11918/analysis/NA11918.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000048#sample/cram"}],"status":"current","subject":{"reference":"Patient/a9a1c9e6-51a9-552a-ab46-ff6f006d30ff"},"resourceType":"DocumentReference"} +{"id":"5d32ff5b-b34e-5855-b472-2c8cb2f380a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11919/analysis/NA11919.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000049#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1ba069b8-06bd-59fa-b17d-62ad62f71c62"},"resourceType":"DocumentReference"} +{"id":"1c2721f3-06ee-5de7-8933-905448d91cc8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11919/analysis/NA11919.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000049#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1ba069b8-06bd-59fa-b17d-62ad62f71c62"},"resourceType":"DocumentReference"} +{"id":"82c20837-27a1-576d-9c04-742392317d5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11919/analysis/NA11919.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000049#sample/cram"}],"status":"current","subject":{"reference":"Patient/1ba069b8-06bd-59fa-b17d-62ad62f71c62"},"resourceType":"DocumentReference"} +{"id":"493afffe-bd86-55fa-aec0-483111e2971a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11920/analysis/NA11920.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000050#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/011379b9-624a-5828-bd5f-01db5b0f6857"},"resourceType":"DocumentReference"} +{"id":"183d9756-e7f3-52ed-a770-33eb1a2fa85e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11920/analysis/NA11920.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000050#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/011379b9-624a-5828-bd5f-01db5b0f6857"},"resourceType":"DocumentReference"} +{"id":"d31612a1-0713-5230-b10b-e82726b17685","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11920/analysis/NA11920.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000050#sample/cram"}],"status":"current","subject":{"reference":"Patient/011379b9-624a-5828-bd5f-01db5b0f6857"},"resourceType":"DocumentReference"} +{"id":"872955c4-e3a7-5140-ad53-4ffce07f2aed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11931/analysis/NA11931.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000051#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/91020476-651b-5ee6-b057-3b2cdc5f862a"},"resourceType":"DocumentReference"} +{"id":"4942475e-026e-5fad-b460-cb960375b63d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11931/analysis/NA11931.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000051#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/91020476-651b-5ee6-b057-3b2cdc5f862a"},"resourceType":"DocumentReference"} +{"id":"975c7c97-028a-56f5-b0b2-509641617c84","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11931/analysis/NA11931.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000051#sample/cram"}],"status":"current","subject":{"reference":"Patient/91020476-651b-5ee6-b057-3b2cdc5f862a"},"resourceType":"DocumentReference"} +{"id":"43950a87-5f31-50b1-9fc3-67c70b8f10e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11992/analysis/NA11992.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000052#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/11859d3f-d861-5629-8816-a9c38d4df73a"},"resourceType":"DocumentReference"} +{"id":"05f8723c-0798-5838-919f-0365ff3da61a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11992/analysis/NA11992.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000052#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/11859d3f-d861-5629-8816-a9c38d4df73a"},"resourceType":"DocumentReference"} +{"id":"3a3f507a-d3c6-526b-bf2f-07758991ba36","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11992/analysis/NA11992.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000052#sample/cram"}],"status":"current","subject":{"reference":"Patient/11859d3f-d861-5629-8816-a9c38d4df73a"},"resourceType":"DocumentReference"} +{"id":"d071b60b-1f6d-52ca-a425-96e9bce59bc3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11994/analysis/NA11994.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000054#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/010598dd-cafe-5de1-81bf-8dd3eaba9f50"},"resourceType":"DocumentReference"} +{"id":"136de7dc-1ea5-56bc-9fea-a5430acd1bb7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11994/analysis/NA11994.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000054#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/010598dd-cafe-5de1-81bf-8dd3eaba9f50"},"resourceType":"DocumentReference"} +{"id":"25e24424-5b0b-5adf-a76c-53ed1031c00a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11994/analysis/NA11994.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000054#sample/cram"}],"status":"current","subject":{"reference":"Patient/010598dd-cafe-5de1-81bf-8dd3eaba9f50"},"resourceType":"DocumentReference"} +{"id":"4d6e8e5e-4a67-509e-aa62-dc3fae3e0ef6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11995/analysis/NA11995.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000055#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/835f45fc-1607-5f15-b54d-b0aa4eb9dec9"},"resourceType":"DocumentReference"} +{"id":"2abd48e0-d525-5156-9093-f19f486ff240","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11995/analysis/NA11995.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000055#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/835f45fc-1607-5f15-b54d-b0aa4eb9dec9"},"resourceType":"DocumentReference"} +{"id":"ace92b14-60f5-5583-86f1-e6b0da7791de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11995/analysis/NA11995.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000055#sample/cram"}],"status":"current","subject":{"reference":"Patient/835f45fc-1607-5f15-b54d-b0aa4eb9dec9"},"resourceType":"DocumentReference"} +{"id":"74d88465-a716-516f-80d4-38e541ef0006","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12003/analysis/NA12003.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000056#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/02fa272f-966b-5254-8954-24e68c56230e"},"resourceType":"DocumentReference"} +{"id":"d94c36d6-3567-5af1-b7a3-2bfbce8ee699","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12003/analysis/NA12003.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000056#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/02fa272f-966b-5254-8954-24e68c56230e"},"resourceType":"DocumentReference"} +{"id":"0356f670-8c14-50cd-aaf4-17823c06f170","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12003/analysis/NA12003.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000056#sample/cram"}],"status":"current","subject":{"reference":"Patient/02fa272f-966b-5254-8954-24e68c56230e"},"resourceType":"DocumentReference"} +{"id":"a494d855-b127-5592-b1f9-df0096abb65c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12004/analysis/NA12004.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000057#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/51749c98-f596-5015-9480-d919abad1d2b"},"resourceType":"DocumentReference"} +{"id":"3cf905d2-55c1-509b-a13e-f36f945513a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12004/analysis/NA12004.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000057#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/51749c98-f596-5015-9480-d919abad1d2b"},"resourceType":"DocumentReference"} +{"id":"4f5ce204-16af-5d35-929f-80b8e0ab6388","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12004/analysis/NA12004.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000057#sample/cram"}],"status":"current","subject":{"reference":"Patient/51749c98-f596-5015-9480-d919abad1d2b"},"resourceType":"DocumentReference"} +{"id":"ea3fc783-44f5-56ce-946c-856c2c5239cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12005/analysis/NA12005.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000058#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ae9ab6b6-1c7a-5ebe-be6d-01f8145ed282"},"resourceType":"DocumentReference"} +{"id":"757dbb61-fe0d-5085-8319-571c8fbdae22","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12005/analysis/NA12005.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000058#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ae9ab6b6-1c7a-5ebe-be6d-01f8145ed282"},"resourceType":"DocumentReference"} +{"id":"59092672-807d-5b99-95ff-0ad14b50a436","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12005/analysis/NA12005.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000058#sample/cram"}],"status":"current","subject":{"reference":"Patient/ae9ab6b6-1c7a-5ebe-be6d-01f8145ed282"},"resourceType":"DocumentReference"} +{"id":"9c2ecf34-97de-5dc9-b9f3-c1596b8d2ad9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12006/analysis/NA12006.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000059#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f0906fab-6b76-5b07-b075-68dc4e82168b"},"resourceType":"DocumentReference"} +{"id":"668e4117-b01a-5cbd-91ee-18864cb95ac1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12006/analysis/NA12006.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000059#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f0906fab-6b76-5b07-b075-68dc4e82168b"},"resourceType":"DocumentReference"} +{"id":"f6571345-dce6-5708-8934-f96beb3ee7e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12006/analysis/NA12006.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000059#sample/cram"}],"status":"current","subject":{"reference":"Patient/f0906fab-6b76-5b07-b075-68dc4e82168b"},"resourceType":"DocumentReference"} +{"id":"b2375a5f-ecd8-5f1f-80e5-7960bb951b94","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12043/analysis/NA12043.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000060#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/78d18f00-fa66-5a7c-ba68-a602572e46c8"},"resourceType":"DocumentReference"} +{"id":"58d8d723-75bc-5964-8a2c-28ee3c35fcb4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12043/analysis/NA12043.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000060#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/78d18f00-fa66-5a7c-ba68-a602572e46c8"},"resourceType":"DocumentReference"} +{"id":"71b56b05-b06f-55a0-aebf-191344209d8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12043/analysis/NA12043.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000060#sample/cram"}],"status":"current","subject":{"reference":"Patient/78d18f00-fa66-5a7c-ba68-a602572e46c8"},"resourceType":"DocumentReference"} +{"id":"2ca3a7e2-fdf2-5bd8-95e9-24e2d0162327","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12044/analysis/NA12044.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000061#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/24158143-4d05-5494-b45a-ba74652fa492"},"resourceType":"DocumentReference"} +{"id":"6efcf678-784b-5ae6-83b3-26c103900929","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12044/analysis/NA12044.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000061#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/24158143-4d05-5494-b45a-ba74652fa492"},"resourceType":"DocumentReference"} +{"id":"fd54b6fe-4e1a-58f7-b97b-abf5ed09e0c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12044/analysis/NA12044.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000061#sample/cram"}],"status":"current","subject":{"reference":"Patient/24158143-4d05-5494-b45a-ba74652fa492"},"resourceType":"DocumentReference"} +{"id":"e2842aa7-dcfe-51ee-9122-11de74fe5876","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12045/analysis/NA12045.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000062#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1ad0cbca-c29a-5f81-b9e3-8754b06fb3cd"},"resourceType":"DocumentReference"} +{"id":"4d898855-e41a-5b32-94ec-e475e0c92ecd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12045/analysis/NA12045.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000062#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1ad0cbca-c29a-5f81-b9e3-8754b06fb3cd"},"resourceType":"DocumentReference"} +{"id":"2cda6590-98a9-587b-98a0-a966e7513f7c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12045/analysis/NA12045.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000062#sample/cram"}],"status":"current","subject":{"reference":"Patient/1ad0cbca-c29a-5f81-b9e3-8754b06fb3cd"},"resourceType":"DocumentReference"} +{"id":"efe9fd8f-ca1d-5efd-8f35-9c0a5695a761","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12144/analysis/NA12144.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000063#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a5b4e01b-e9bb-5e2d-a0f7-0757cbc3acdd"},"resourceType":"DocumentReference"} +{"id":"5de0e914-62d4-53a9-95b9-3d7724b7af6e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12144/analysis/NA12144.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000063#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a5b4e01b-e9bb-5e2d-a0f7-0757cbc3acdd"},"resourceType":"DocumentReference"} +{"id":"65a25c6f-9db2-57ea-b1dd-1dee5464ae6d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12144/analysis/NA12144.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000063#sample/cram"}],"status":"current","subject":{"reference":"Patient/a5b4e01b-e9bb-5e2d-a0f7-0757cbc3acdd"},"resourceType":"DocumentReference"} +{"id":"d156a90c-d2c6-5a93-8bc7-ad5b9b150190","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12154/analysis/NA12154.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000064#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dd25d117-1898-51de-9657-90301fdfae9b"},"resourceType":"DocumentReference"} +{"id":"ddd6b124-3261-599d-bf64-486762c48994","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12154/analysis/NA12154.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000064#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dd25d117-1898-51de-9657-90301fdfae9b"},"resourceType":"DocumentReference"} +{"id":"7ddee8a5-0587-56af-a1cd-b7ea02bdb2c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12154/analysis/NA12154.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000064#sample/cram"}],"status":"current","subject":{"reference":"Patient/dd25d117-1898-51de-9657-90301fdfae9b"},"resourceType":"DocumentReference"} +{"id":"7af221f9-b292-595f-9391-c540ca6483f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12155/analysis/NA12155.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000065#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9ac85088-f85d-530d-838c-c5ad5d925fa3"},"resourceType":"DocumentReference"} +{"id":"30679a14-a735-5329-840e-fd04437bcc13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12155/analysis/NA12155.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000065#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9ac85088-f85d-530d-838c-c5ad5d925fa3"},"resourceType":"DocumentReference"} +{"id":"627277b6-1931-57bd-86d0-8c19b6fcee59","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12155/analysis/NA12155.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000065#sample/cram"}],"status":"current","subject":{"reference":"Patient/9ac85088-f85d-530d-838c-c5ad5d925fa3"},"resourceType":"DocumentReference"} +{"id":"9c1fce24-c90d-554e-9372-0bc90b7b24c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12156/analysis/NA12156.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000066#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3e0d7fa2-8908-536c-bc8a-3e3e741eb2a9"},"resourceType":"DocumentReference"} +{"id":"70d5f28b-87a1-5bb6-98ee-97620acbc6a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12156/analysis/NA12156.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000066#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3e0d7fa2-8908-536c-bc8a-3e3e741eb2a9"},"resourceType":"DocumentReference"} +{"id":"88d97f8a-6619-5558-a6c7-f95baebe9dbf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12156/analysis/NA12156.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000066#sample/cram"}],"status":"current","subject":{"reference":"Patient/3e0d7fa2-8908-536c-bc8a-3e3e741eb2a9"},"resourceType":"DocumentReference"} +{"id":"625ea966-43c4-5cdf-a82b-fc98c4192061","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12234/analysis/NA12234.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000067#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ad6d5eab-0e76-5680-978b-d8dab55effb4"},"resourceType":"DocumentReference"} +{"id":"2eaacd72-faa3-5abd-9337-8bf2f1ccb046","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12234/analysis/NA12234.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000067#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ad6d5eab-0e76-5680-978b-d8dab55effb4"},"resourceType":"DocumentReference"} +{"id":"c88c4cc8-dc6e-5190-9981-cb81ead09ea2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12234/analysis/NA12234.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000067#sample/cram"}],"status":"current","subject":{"reference":"Patient/ad6d5eab-0e76-5680-978b-d8dab55effb4"},"resourceType":"DocumentReference"} +{"id":"094ce647-1677-5ed6-835e-3309c40b59cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12249/analysis/NA12249.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000068#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b887ba89-2923-5731-be76-e128d1d31eed"},"resourceType":"DocumentReference"} +{"id":"a5390c4d-54b0-51e6-9e29-d8b359fc119d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12249/analysis/NA12249.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000068#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b887ba89-2923-5731-be76-e128d1d31eed"},"resourceType":"DocumentReference"} +{"id":"b8a8bdee-b548-5347-b349-12fb612d46f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12249/analysis/NA12249.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000068#sample/cram"}],"status":"current","subject":{"reference":"Patient/b887ba89-2923-5731-be76-e128d1d31eed"},"resourceType":"DocumentReference"} +{"id":"219d6c01-d584-5a79-826c-b8508905554e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12287/analysis/NA12287.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000069#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6cb1fc96-11fa-5ba7-9cad-e33016a71d84"},"resourceType":"DocumentReference"} +{"id":"e5af470a-53ce-5f4b-8b7e-a7be8cf350fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12287/analysis/NA12287.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000069#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6cb1fc96-11fa-5ba7-9cad-e33016a71d84"},"resourceType":"DocumentReference"} +{"id":"66bd48d3-2be2-548b-bfba-7d6b43b35319","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12287/analysis/NA12287.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000069#sample/cram"}],"status":"current","subject":{"reference":"Patient/6cb1fc96-11fa-5ba7-9cad-e33016a71d84"},"resourceType":"DocumentReference"} +{"id":"685e54cc-01e7-52eb-b3e9-8c48403d4e23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12414/analysis/NA12414.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000070#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b0af88ee-4135-52fa-a2ab-6e5fc83beea7"},"resourceType":"DocumentReference"} +{"id":"75048e62-d218-50c4-99b4-4c6f998832bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12414/analysis/NA12414.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000070#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b0af88ee-4135-52fa-a2ab-6e5fc83beea7"},"resourceType":"DocumentReference"} +{"id":"ccb52fcc-c000-5ad9-8c59-b172943f60a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12414/analysis/NA12414.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000070#sample/cram"}],"status":"current","subject":{"reference":"Patient/b0af88ee-4135-52fa-a2ab-6e5fc83beea7"},"resourceType":"DocumentReference"} +{"id":"b20986d1-95f7-5c26-a765-cebe5855f96f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12489/analysis/NA12489.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000071#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c99fd17a-572c-5bd0-b83b-92a824bc433d"},"resourceType":"DocumentReference"} +{"id":"eb00447c-7048-5f33-bece-788cb5a9fbd9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12489/analysis/NA12489.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000071#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c99fd17a-572c-5bd0-b83b-92a824bc433d"},"resourceType":"DocumentReference"} +{"id":"254590bf-04b8-5849-846e-d1818c60947c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12489/analysis/NA12489.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000071#sample/cram"}],"status":"current","subject":{"reference":"Patient/c99fd17a-572c-5bd0-b83b-92a824bc433d"},"resourceType":"DocumentReference"} +{"id":"2983f3cb-1bff-51df-b52c-def189e09318","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12716/analysis/NA12716.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000072#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/838575df-f913-5a8f-a0b6-3f23551c29f9"},"resourceType":"DocumentReference"} +{"id":"cd08ed50-3a04-5b06-a5bd-acab8221dfa5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12716/analysis/NA12716.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000072#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/838575df-f913-5a8f-a0b6-3f23551c29f9"},"resourceType":"DocumentReference"} +{"id":"a19ae7c0-0f35-5d0c-85ee-46aa84ef8132","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12716/analysis/NA12716.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000072#sample/cram"}],"status":"current","subject":{"reference":"Patient/838575df-f913-5a8f-a0b6-3f23551c29f9"},"resourceType":"DocumentReference"} +{"id":"c210e58a-1ab4-528a-b92a-5f53ae262eda","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12717/analysis/NA12717.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000073#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b28b07f6-ccff-5814-bb55-7e5e72a3395a"},"resourceType":"DocumentReference"} +{"id":"20290613-7fd3-5ef4-9ee8-63c30eb11a28","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12717/analysis/NA12717.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000073#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b28b07f6-ccff-5814-bb55-7e5e72a3395a"},"resourceType":"DocumentReference"} +{"id":"bebf8713-7346-50a3-bf76-1873e33b3621","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12717/analysis/NA12717.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000073#sample/cram"}],"status":"current","subject":{"reference":"Patient/b28b07f6-ccff-5814-bb55-7e5e72a3395a"},"resourceType":"DocumentReference"} +{"id":"5face1c5-2b96-5a69-8fdd-4fbcfaebf9b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12749/analysis/NA12749.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000074#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/51303946-c3db-5000-981a-b7e8ff53deb4"},"resourceType":"DocumentReference"} +{"id":"db303d3e-9a6a-50f0-bb77-930262a4b06a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12749/analysis/NA12749.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000074#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/51303946-c3db-5000-981a-b7e8ff53deb4"},"resourceType":"DocumentReference"} +{"id":"b3f85cfa-7124-5399-94f8-2de63f768426","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12749/analysis/NA12749.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000074#sample/cram"}],"status":"current","subject":{"reference":"Patient/51303946-c3db-5000-981a-b7e8ff53deb4"},"resourceType":"DocumentReference"} +{"id":"0641760a-db29-52da-9e16-71f0fe7662a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12750/analysis/NA12750.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000075#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/84b9d318-c9e2-599c-a5bc-4fd38dc3f140"},"resourceType":"DocumentReference"} +{"id":"7d9d496c-5f20-55bd-9330-c3b5c4c47303","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12750/analysis/NA12750.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000075#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/84b9d318-c9e2-599c-a5bc-4fd38dc3f140"},"resourceType":"DocumentReference"} +{"id":"6e5afa1d-ed1a-55ee-98bf-ec9419d2e139","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12750/analysis/NA12750.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000075#sample/cram"}],"status":"current","subject":{"reference":"Patient/84b9d318-c9e2-599c-a5bc-4fd38dc3f140"},"resourceType":"DocumentReference"} +{"id":"f5368bd5-470b-5054-9ebe-6635515df601","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12751/analysis/NA12751.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000076#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/383a1fc5-c3b5-5f0b-8839-05aaf383a436"},"resourceType":"DocumentReference"} +{"id":"40571240-ffed-5360-ac5b-4955145fa87b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12751/analysis/NA12751.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000076#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/383a1fc5-c3b5-5f0b-8839-05aaf383a436"},"resourceType":"DocumentReference"} +{"id":"d79e625e-8895-57c5-860e-f9d1deeb87ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12751/analysis/NA12751.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000076#sample/cram"}],"status":"current","subject":{"reference":"Patient/383a1fc5-c3b5-5f0b-8839-05aaf383a436"},"resourceType":"DocumentReference"} +{"id":"01e972e8-33b9-558a-8fdd-54d7ce715ea1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12760/analysis/NA12760.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000077#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/12d83f33-c441-5376-ba08-e3fdcc618eb1"},"resourceType":"DocumentReference"} +{"id":"1d865a7d-4b70-55c8-8db8-84aa0668a9f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12760/analysis/NA12760.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000077#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/12d83f33-c441-5376-ba08-e3fdcc618eb1"},"resourceType":"DocumentReference"} +{"id":"eca9c0f8-7517-5fcb-8405-e9a9705afc05","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12760/analysis/NA12760.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000077#sample/cram"}],"status":"current","subject":{"reference":"Patient/12d83f33-c441-5376-ba08-e3fdcc618eb1"},"resourceType":"DocumentReference"} +{"id":"e307ab1d-77a9-5e0e-a740-7de9d29b6bf0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12761/analysis/NA12761.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000078#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4dd300b4-0c1f-5e23-9aba-338c02e2bf96"},"resourceType":"DocumentReference"} +{"id":"76d30bc1-9c0a-58db-a7e4-104de112931b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12761/analysis/NA12761.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000078#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4dd300b4-0c1f-5e23-9aba-338c02e2bf96"},"resourceType":"DocumentReference"} +{"id":"b56509c3-5ac5-5fdd-8ecd-8f7817b429ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12761/analysis/NA12761.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000078#sample/cram"}],"status":"current","subject":{"reference":"Patient/4dd300b4-0c1f-5e23-9aba-338c02e2bf96"},"resourceType":"DocumentReference"} +{"id":"07fe0b97-5a7c-54d0-8d9f-f1348bba3d0e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12762/analysis/NA12762.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000079#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/86b682cc-4f5b-557b-b111-24edecb8b55e"},"resourceType":"DocumentReference"} +{"id":"abf3ca6b-cf44-5fec-b271-10846aa9c57a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12762/analysis/NA12762.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000079#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/86b682cc-4f5b-557b-b111-24edecb8b55e"},"resourceType":"DocumentReference"} +{"id":"0a189f31-4096-5d22-99ab-e607dfd40e6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12762/analysis/NA12762.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000079#sample/cram"}],"status":"current","subject":{"reference":"Patient/86b682cc-4f5b-557b-b111-24edecb8b55e"},"resourceType":"DocumentReference"} +{"id":"562f8543-5711-5bdb-8e39-c2b23081f8cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12763/analysis/NA12763.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000080#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cf3cef7f-18c4-556a-9d9c-f60d86477c06"},"resourceType":"DocumentReference"} +{"id":"9e9c13b7-b596-5bbe-8ec9-6f14cf9ea1e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12763/analysis/NA12763.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000080#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cf3cef7f-18c4-556a-9d9c-f60d86477c06"},"resourceType":"DocumentReference"} +{"id":"1268b564-e821-5104-980d-b12d9894c4b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12763/analysis/NA12763.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000080#sample/cram"}],"status":"current","subject":{"reference":"Patient/cf3cef7f-18c4-556a-9d9c-f60d86477c06"},"resourceType":"DocumentReference"} +{"id":"10d1d573-cff0-5661-baa3-eeb0321c6d1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12776/analysis/NA12776.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000081#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/02a58f0e-da08-52d9-bfda-5d04d96b83aa"},"resourceType":"DocumentReference"} +{"id":"4cd678e4-cd83-5e41-8650-068a3ab133cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12776/analysis/NA12776.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000081#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/02a58f0e-da08-52d9-bfda-5d04d96b83aa"},"resourceType":"DocumentReference"} +{"id":"cf8a6d0a-d378-5c3f-a20d-70453f35c11d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12776/analysis/NA12776.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000081#sample/cram"}],"status":"current","subject":{"reference":"Patient/02a58f0e-da08-52d9-bfda-5d04d96b83aa"},"resourceType":"DocumentReference"} +{"id":"68e7ade1-273b-5ce2-80be-8f913424fd3e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12812/analysis/NA12812.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000082#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c83ffb32-df9c-5ff4-a0ba-704ac9f1803b"},"resourceType":"DocumentReference"} +{"id":"b8ac2de3-7a04-588e-983c-3b15f50e5c81","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12812/analysis/NA12812.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000082#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c83ffb32-df9c-5ff4-a0ba-704ac9f1803b"},"resourceType":"DocumentReference"} +{"id":"2559877f-dede-5697-8c3e-b10df43a3b02","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12812/analysis/NA12812.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000082#sample/cram"}],"status":"current","subject":{"reference":"Patient/c83ffb32-df9c-5ff4-a0ba-704ac9f1803b"},"resourceType":"DocumentReference"} +{"id":"53e4794b-ad41-55d7-8423-bf017aa0ff01","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12813/analysis/NA12813.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000083#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e508587a-746c-50e8-9308-63f2fe2dc559"},"resourceType":"DocumentReference"} +{"id":"3d18f0de-d704-5df6-b761-1a543088c887","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12813/analysis/NA12813.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000083#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e508587a-746c-50e8-9308-63f2fe2dc559"},"resourceType":"DocumentReference"} +{"id":"499be7c7-c8d7-585e-b1c8-c56924594f9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12813/analysis/NA12813.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000083#sample/cram"}],"status":"current","subject":{"reference":"Patient/e508587a-746c-50e8-9308-63f2fe2dc559"},"resourceType":"DocumentReference"} +{"id":"3eee7b01-00b9-5c41-b71b-fb0de809cd62","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12814/analysis/NA12814.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000084#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bf3e73ac-6097-583e-b2b8-00e59602a546"},"resourceType":"DocumentReference"} +{"id":"d130eaf5-da40-5be8-8309-20daaa6ae853","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12814/analysis/NA12814.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000084#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bf3e73ac-6097-583e-b2b8-00e59602a546"},"resourceType":"DocumentReference"} +{"id":"9556b23c-8f26-527a-ad78-991f49bd4ad2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12814/analysis/NA12814.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000084#sample/cram"}],"status":"current","subject":{"reference":"Patient/bf3e73ac-6097-583e-b2b8-00e59602a546"},"resourceType":"DocumentReference"} +{"id":"37ac9ae0-87f0-5059-854f-00dea1b424b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12815/analysis/NA12815.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000085#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a78e984d-d0f5-58be-81f7-05b403a29375"},"resourceType":"DocumentReference"} +{"id":"e5115b52-03e2-5350-9053-9ff90a074090","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12815/analysis/NA12815.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000085#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a78e984d-d0f5-58be-81f7-05b403a29375"},"resourceType":"DocumentReference"} +{"id":"80ac852e-2975-58b7-993a-478e1b3228f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12815/analysis/NA12815.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000085#sample/cram"}],"status":"current","subject":{"reference":"Patient/a78e984d-d0f5-58be-81f7-05b403a29375"},"resourceType":"DocumentReference"} +{"id":"a83294db-50b5-565e-9f34-9036d5987b5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12828/analysis/NA12828.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000086#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ff31e404-75ac-5268-8032-6792e0753147"},"resourceType":"DocumentReference"} +{"id":"10fcb390-615f-54a8-8cac-16c83f4c7cdc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12828/analysis/NA12828.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000086#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ff31e404-75ac-5268-8032-6792e0753147"},"resourceType":"DocumentReference"} +{"id":"dc4f0d29-1c90-5f66-aa4d-d9e30c74a890","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12828/analysis/NA12828.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000086#sample/cram"}],"status":"current","subject":{"reference":"Patient/ff31e404-75ac-5268-8032-6792e0753147"},"resourceType":"DocumentReference"} +{"id":"c4c46df4-b035-5d09-8e49-56d194d2ff73","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12872/analysis/NA12872.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000087#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/089edf9c-7f88-5120-a564-1a8aee0f78af"},"resourceType":"DocumentReference"} +{"id":"717d07ae-ad6a-5a22-8c33-9eb6a51dae79","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12872/analysis/NA12872.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000087#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/089edf9c-7f88-5120-a564-1a8aee0f78af"},"resourceType":"DocumentReference"} +{"id":"de36e7b2-ad6e-5914-92c0-b26f3a484176","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12872/analysis/NA12872.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000087#sample/cram"}],"status":"current","subject":{"reference":"Patient/089edf9c-7f88-5120-a564-1a8aee0f78af"},"resourceType":"DocumentReference"} +{"id":"5aa19a0c-448f-57b9-afca-c2102c720147","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12873/analysis/NA12873.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000088#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4abb2605-5f92-5328-bc67-582fbb64146f"},"resourceType":"DocumentReference"} +{"id":"23edf6f5-9dd5-554d-9ff4-0b0bc8e6d0bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12873/analysis/NA12873.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000088#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4abb2605-5f92-5328-bc67-582fbb64146f"},"resourceType":"DocumentReference"} +{"id":"490d78cc-7dec-5944-958e-146ab7898664","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12873/analysis/NA12873.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000088#sample/cram"}],"status":"current","subject":{"reference":"Patient/4abb2605-5f92-5328-bc67-582fbb64146f"},"resourceType":"DocumentReference"} +{"id":"d2d2f72d-3fe3-5fc9-b8aa-769201cebcfa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12874/analysis/NA12874.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000089#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/44d3ffcd-2a5e-5ca0-a628-10007a1829a2"},"resourceType":"DocumentReference"} +{"id":"74748b0f-2757-57eb-9a00-c3c17064d93f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12874/analysis/NA12874.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000089#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/44d3ffcd-2a5e-5ca0-a628-10007a1829a2"},"resourceType":"DocumentReference"} +{"id":"8355da6b-dc7e-5be4-9ee2-f4e6a54368fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12874/analysis/NA12874.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000089#sample/cram"}],"status":"current","subject":{"reference":"Patient/44d3ffcd-2a5e-5ca0-a628-10007a1829a2"},"resourceType":"DocumentReference"} +{"id":"d08474a1-6465-57ea-b08e-6d4e2940203b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12878/analysis/NA12878.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000090#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/011a5daf-57df-56af-b114-0763c487d181"},"resourceType":"DocumentReference"} +{"id":"fcbb5d3a-1bba-5073-bd4c-9175b606108d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12878/analysis/NA12878.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000090#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/011a5daf-57df-56af-b114-0763c487d181"},"resourceType":"DocumentReference"} +{"id":"5886b813-bee4-5600-8437-9056aaf9a8dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12878/analysis/NA12878.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000090#sample/cram"}],"status":"current","subject":{"reference":"Patient/011a5daf-57df-56af-b114-0763c487d181"},"resourceType":"DocumentReference"} +{"id":"c02ebd92-be4f-50e4-aa3c-2b8a7e19a292","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18486/analysis/NA18486.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000093#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e0b06ba4-a003-54ac-9b88-4e06b9b61209"},"resourceType":"DocumentReference"} +{"id":"26de1d7d-1b8e-53ac-9a99-08dba6c96c92","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18486/analysis/NA18486.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000093#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e0b06ba4-a003-54ac-9b88-4e06b9b61209"},"resourceType":"DocumentReference"} +{"id":"2d6e9389-39cf-51fd-a10f-4b5021b466f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18486/analysis/NA18486.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000093#sample/cram"}],"status":"current","subject":{"reference":"Patient/e0b06ba4-a003-54ac-9b88-4e06b9b61209"},"resourceType":"DocumentReference"} +{"id":"09582147-104a-5314-ad86-313fcc9a0eba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18489/analysis/NA18489.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000094#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aeb9c0d6-5f2d-5519-bb8e-7aa647214eff"},"resourceType":"DocumentReference"} +{"id":"003ccea8-75b4-5029-a642-6e9f150c831c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18489/analysis/NA18489.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000094#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aeb9c0d6-5f2d-5519-bb8e-7aa647214eff"},"resourceType":"DocumentReference"} +{"id":"572cd527-e530-5b2a-b852-67f26bda4682","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18489/analysis/NA18489.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000094#sample/cram"}],"status":"current","subject":{"reference":"Patient/aeb9c0d6-5f2d-5519-bb8e-7aa647214eff"},"resourceType":"DocumentReference"} +{"id":"8760ba3d-ab77-52fd-80d6-369c37045d07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18498/analysis/NA18498.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000095#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/88c0450a-168a-54dc-8c79-8a99be98eb8b"},"resourceType":"DocumentReference"} +{"id":"55ab9992-82bf-515a-9d13-7df3fb553ddc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18498/analysis/NA18498.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000095#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/88c0450a-168a-54dc-8c79-8a99be98eb8b"},"resourceType":"DocumentReference"} +{"id":"5cc0417e-568a-5173-8f7f-f43ecf9856e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18498/analysis/NA18498.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000095#sample/cram"}],"status":"current","subject":{"reference":"Patient/88c0450a-168a-54dc-8c79-8a99be98eb8b"},"resourceType":"DocumentReference"} +{"id":"65ea9671-bbcf-51d6-a907-aa5bd5d6fbcd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18499/analysis/NA18499.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000096#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e00530d0-71f5-5fb9-b781-b809f184c133"},"resourceType":"DocumentReference"} +{"id":"a44d5323-0b6b-587f-b870-0228219d82e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18499/analysis/NA18499.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000096#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e00530d0-71f5-5fb9-b781-b809f184c133"},"resourceType":"DocumentReference"} +{"id":"a229c574-8b8e-5897-9578-c2ca54e35598","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18499/analysis/NA18499.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000096#sample/cram"}],"status":"current","subject":{"reference":"Patient/e00530d0-71f5-5fb9-b781-b809f184c133"},"resourceType":"DocumentReference"} +{"id":"a6a87810-f6ea-5b93-a874-43ff0d3e2069","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18501/analysis/NA18501.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000097#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/292d7a5f-9c8b-56c2-b453-329699ac0f40"},"resourceType":"DocumentReference"} +{"id":"4fd11335-e1cc-5d41-8183-d58e1570a850","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18501/analysis/NA18501.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000097#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/292d7a5f-9c8b-56c2-b453-329699ac0f40"},"resourceType":"DocumentReference"} +{"id":"a93636a9-02d1-5b21-8a78-b8af5b3b6ced","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18501/analysis/NA18501.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000097#sample/cram"}],"status":"current","subject":{"reference":"Patient/292d7a5f-9c8b-56c2-b453-329699ac0f40"},"resourceType":"DocumentReference"} +{"id":"3dbd8603-493f-51d5-885b-85e1fc75c216","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18502/analysis/NA18502.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000098#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0e9e8950-ae9f-51e1-92d8-ec63efad4a08"},"resourceType":"DocumentReference"} +{"id":"30b381a1-00b6-542a-9fe1-6993c7a3c344","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18502/analysis/NA18502.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000098#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0e9e8950-ae9f-51e1-92d8-ec63efad4a08"},"resourceType":"DocumentReference"} +{"id":"06e85212-62ac-5e9d-982c-f8569bd3f3ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18502/analysis/NA18502.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000098#sample/cram"}],"status":"current","subject":{"reference":"Patient/0e9e8950-ae9f-51e1-92d8-ec63efad4a08"},"resourceType":"DocumentReference"} +{"id":"37e54d98-64c8-58f1-9c0f-124ea8c1b8f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18504/analysis/NA18504.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000099#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0343a281-3322-57cb-b56e-b4aa6b5d66e1"},"resourceType":"DocumentReference"} +{"id":"d16063e0-889a-5766-96f0-fe1996695fe5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18504/analysis/NA18504.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000099#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0343a281-3322-57cb-b56e-b4aa6b5d66e1"},"resourceType":"DocumentReference"} +{"id":"8463f0d1-b0de-573e-9ff9-63673a1bbcbc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18504/analysis/NA18504.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000099#sample/cram"}],"status":"current","subject":{"reference":"Patient/0343a281-3322-57cb-b56e-b4aa6b5d66e1"},"resourceType":"DocumentReference"} +{"id":"d127fa45-8df8-5d3f-a7a5-c2353646892d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18505/analysis/NA18505.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000100#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/31ffbf22-7fcb-5e99-a0c1-9ee68a9fecef"},"resourceType":"DocumentReference"} +{"id":"179df4b1-b18a-5b5e-85eb-0eebab12780f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18505/analysis/NA18505.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000100#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/31ffbf22-7fcb-5e99-a0c1-9ee68a9fecef"},"resourceType":"DocumentReference"} +{"id":"4e752b1c-32c0-564c-9b86-1f91b3a15ff8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18505/analysis/NA18505.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000100#sample/cram"}],"status":"current","subject":{"reference":"Patient/31ffbf22-7fcb-5e99-a0c1-9ee68a9fecef"},"resourceType":"DocumentReference"} +{"id":"c6319ce0-4c4d-5de2-8ecb-f68e84d226a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18507/analysis/NA18507.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000101#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6133b69b-4089-51c3-8dcd-24449e45d51f"},"resourceType":"DocumentReference"} +{"id":"6ef022b1-3df3-5227-b8d0-36b381d4f477","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18507/analysis/NA18507.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000101#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6133b69b-4089-51c3-8dcd-24449e45d51f"},"resourceType":"DocumentReference"} +{"id":"7c8f6c08-b732-5fa9-ac4b-2d0bc091588b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18507/analysis/NA18507.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000101#sample/cram"}],"status":"current","subject":{"reference":"Patient/6133b69b-4089-51c3-8dcd-24449e45d51f"},"resourceType":"DocumentReference"} +{"id":"e5265f9c-5ea9-544e-b198-9ae441bcd633","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18508/analysis/NA18508.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000102#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8b198375-7af9-50de-9471-0548e0639320"},"resourceType":"DocumentReference"} +{"id":"916d14da-0387-510a-8d5f-12f3d78fad34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18508/analysis/NA18508.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000102#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8b198375-7af9-50de-9471-0548e0639320"},"resourceType":"DocumentReference"} +{"id":"831f4a4a-33ad-543e-9323-51234104d245","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18508/analysis/NA18508.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000102#sample/cram"}],"status":"current","subject":{"reference":"Patient/8b198375-7af9-50de-9471-0548e0639320"},"resourceType":"DocumentReference"} +{"id":"bba2a44b-6646-5a8b-b531-ce763c853af4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18510/analysis/NA18510.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000103#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/084b06ea-be95-5d4e-b888-5791f9f2650e"},"resourceType":"DocumentReference"} +{"id":"1b723b0b-12b9-57c2-a4df-66cfa8b9ff42","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18510/analysis/NA18510.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000103#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/084b06ea-be95-5d4e-b888-5791f9f2650e"},"resourceType":"DocumentReference"} +{"id":"56b5bbef-2691-5542-b05e-b08b941415f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18510/analysis/NA18510.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000103#sample/cram"}],"status":"current","subject":{"reference":"Patient/084b06ea-be95-5d4e-b888-5791f9f2650e"},"resourceType":"DocumentReference"} +{"id":"59f8e721-04c9-5ab8-a4bf-919b1d9e0174","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18511/analysis/NA18511.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000104#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/24cb124b-bca9-5988-8573-436fc2f378e2"},"resourceType":"DocumentReference"} +{"id":"125f06c5-384f-5cd5-8563-af25692c04ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18511/analysis/NA18511.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000104#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/24cb124b-bca9-5988-8573-436fc2f378e2"},"resourceType":"DocumentReference"} +{"id":"dcf588f3-11f5-5fbc-834b-e86a869207e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18511/analysis/NA18511.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000104#sample/cram"}],"status":"current","subject":{"reference":"Patient/24cb124b-bca9-5988-8573-436fc2f378e2"},"resourceType":"DocumentReference"} +{"id":"4a1646ff-b485-5267-bb60-f6a11f897990","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18516/analysis/NA18516.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000105#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f8f4990f-7a2a-5379-9a49-1ce9a04496f3"},"resourceType":"DocumentReference"} +{"id":"8865784f-c192-5b29-a154-427da33eed44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18516/analysis/NA18516.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000105#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f8f4990f-7a2a-5379-9a49-1ce9a04496f3"},"resourceType":"DocumentReference"} +{"id":"a733241c-be56-5e67-9a9e-ba8b05b3a106","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18516/analysis/NA18516.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000105#sample/cram"}],"status":"current","subject":{"reference":"Patient/f8f4990f-7a2a-5379-9a49-1ce9a04496f3"},"resourceType":"DocumentReference"} +{"id":"2cd8c7bf-72ee-560d-91ad-77c731d14254","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18517/analysis/NA18517.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000106#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/45adf53d-4f62-5d2c-b020-6c0043263ee8"},"resourceType":"DocumentReference"} +{"id":"85b3e146-fcf8-56c2-a857-add60a36b468","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18517/analysis/NA18517.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000106#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/45adf53d-4f62-5d2c-b020-6c0043263ee8"},"resourceType":"DocumentReference"} +{"id":"4cfa24c1-40e0-5d5a-9129-45e90be7361f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18517/analysis/NA18517.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000106#sample/cram"}],"status":"current","subject":{"reference":"Patient/45adf53d-4f62-5d2c-b020-6c0043263ee8"},"resourceType":"DocumentReference"} +{"id":"b7634410-32bd-5be7-9303-68bda288f9db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18519/analysis/NA18519.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000107#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d9bdf7f5-c834-582e-8a4b-01ff0195ec4b"},"resourceType":"DocumentReference"} +{"id":"083fdbd5-1138-52a8-9747-b261e1978d35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18519/analysis/NA18519.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000107#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d9bdf7f5-c834-582e-8a4b-01ff0195ec4b"},"resourceType":"DocumentReference"} +{"id":"0b310fb8-8db5-56c8-a3d8-3e6b4d6c8b02","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18519/analysis/NA18519.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000107#sample/cram"}],"status":"current","subject":{"reference":"Patient/d9bdf7f5-c834-582e-8a4b-01ff0195ec4b"},"resourceType":"DocumentReference"} +{"id":"a0eec479-3f26-5744-9fa1-87a725e754d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18520/analysis/NA18520.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000108#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9b26ccec-38ff-5749-b7f8-89af4a351e14"},"resourceType":"DocumentReference"} +{"id":"de552d21-5915-5afc-b6be-1a9ed5821d71","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18520/analysis/NA18520.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000108#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9b26ccec-38ff-5749-b7f8-89af4a351e14"},"resourceType":"DocumentReference"} +{"id":"f9394ae1-edea-550c-b012-6be068118fd7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18520/analysis/NA18520.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000108#sample/cram"}],"status":"current","subject":{"reference":"Patient/9b26ccec-38ff-5749-b7f8-89af4a351e14"},"resourceType":"DocumentReference"} +{"id":"98187c89-94a4-54bc-9033-bc3be9e91d75","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18522/analysis/NA18522.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000109#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fe7c626b-623d-576e-9520-79c5a033de74"},"resourceType":"DocumentReference"} +{"id":"717e4aae-e5bd-580f-b94d-b41ed2920440","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18522/analysis/NA18522.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000109#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fe7c626b-623d-576e-9520-79c5a033de74"},"resourceType":"DocumentReference"} +{"id":"67a1d529-8ea7-5f84-960e-14600c28bbf0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18522/analysis/NA18522.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000109#sample/cram"}],"status":"current","subject":{"reference":"Patient/fe7c626b-623d-576e-9520-79c5a033de74"},"resourceType":"DocumentReference"} +{"id":"cd117984-3b4e-507c-86d6-7dcd0a863e57","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18523/analysis/NA18523.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000110#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7594f22e-13fb-55ad-9d17-f21825f88092"},"resourceType":"DocumentReference"} +{"id":"64633c21-de3a-59c2-826f-de81a2fd1b63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18523/analysis/NA18523.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000110#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7594f22e-13fb-55ad-9d17-f21825f88092"},"resourceType":"DocumentReference"} +{"id":"235c1b98-6e8f-54d9-a345-8b2e62cc7a85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18523/analysis/NA18523.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000110#sample/cram"}],"status":"current","subject":{"reference":"Patient/7594f22e-13fb-55ad-9d17-f21825f88092"},"resourceType":"DocumentReference"} +{"id":"16ba08c6-cf8d-5671-8a94-db0de29d5688","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18526/analysis/NA18526.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000111#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/07839940-097b-518e-a060-10701b2b4d04"},"resourceType":"DocumentReference"} +{"id":"d4b5b6e7-0b6a-5718-804a-affdefe2fb57","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18526/analysis/NA18526.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000111#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/07839940-097b-518e-a060-10701b2b4d04"},"resourceType":"DocumentReference"} +{"id":"61a3890c-f240-5f8c-81ff-150546b5adc5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18526/analysis/NA18526.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000111#sample/cram"}],"status":"current","subject":{"reference":"Patient/07839940-097b-518e-a060-10701b2b4d04"},"resourceType":"DocumentReference"} +{"id":"6fef4833-e408-583b-bc29-164e2f6ccac6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18532/analysis/NA18532.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000112#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ecb9cfeb-a7a4-5a21-af7c-5726bb48d558"},"resourceType":"DocumentReference"} +{"id":"b78930c1-837a-5e0f-aed1-d7eb47b92b3d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18532/analysis/NA18532.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000112#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ecb9cfeb-a7a4-5a21-af7c-5726bb48d558"},"resourceType":"DocumentReference"} +{"id":"9d0838b1-6965-54c8-b389-0f6d682adece","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18532/analysis/NA18532.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000112#sample/cram"}],"status":"current","subject":{"reference":"Patient/ecb9cfeb-a7a4-5a21-af7c-5726bb48d558"},"resourceType":"DocumentReference"} +{"id":"ed42d83a-27da-526d-9ad8-46ffe558615f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18537/analysis/NA18537.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000113#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a250209f-becc-5165-a463-a216b0a76b47"},"resourceType":"DocumentReference"} +{"id":"d282cd8f-904c-5e77-a834-ef54740c2a93","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18537/analysis/NA18537.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000113#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a250209f-becc-5165-a463-a216b0a76b47"},"resourceType":"DocumentReference"} +{"id":"f5d8b4b6-6ed2-5290-9efc-085194ae166e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18537/analysis/NA18537.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000113#sample/cram"}],"status":"current","subject":{"reference":"Patient/a250209f-becc-5165-a463-a216b0a76b47"},"resourceType":"DocumentReference"} +{"id":"6fa0c75f-47ef-5bf6-ab6b-60c5a7b82c14","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18542/analysis/NA18542.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000114#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/01fecb81-c83a-50ae-9295-6fc5ec4f8650"},"resourceType":"DocumentReference"} +{"id":"7d7331b3-d426-5c8f-a862-f19b6962d424","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18542/analysis/NA18542.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000114#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/01fecb81-c83a-50ae-9295-6fc5ec4f8650"},"resourceType":"DocumentReference"} +{"id":"4b0cc7c5-a34c-5f85-8166-e7bb493b7bcb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18542/analysis/NA18542.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000114#sample/cram"}],"status":"current","subject":{"reference":"Patient/01fecb81-c83a-50ae-9295-6fc5ec4f8650"},"resourceType":"DocumentReference"} +{"id":"e2b8049c-367f-521e-8cdb-f53714ee39d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18545/analysis/NA18545.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000115#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5def65df-1996-512e-b64f-dc4ba5d21f28"},"resourceType":"DocumentReference"} +{"id":"eb70d0ca-deee-5def-882e-e3c87115cf4d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18545/analysis/NA18545.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000115#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5def65df-1996-512e-b64f-dc4ba5d21f28"},"resourceType":"DocumentReference"} +{"id":"1461a2cb-423a-514c-9b6a-897d5b85fcc1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18545/analysis/NA18545.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000115#sample/cram"}],"status":"current","subject":{"reference":"Patient/5def65df-1996-512e-b64f-dc4ba5d21f28"},"resourceType":"DocumentReference"} +{"id":"b1925ccc-917b-5a75-aa3f-2da65710b4c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18547/analysis/NA18547.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000116#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c3646198-61cc-5052-b703-e49435b1dbb3"},"resourceType":"DocumentReference"} +{"id":"6a3c90c1-0229-539e-8ee1-c1f55107884e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18547/analysis/NA18547.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000116#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c3646198-61cc-5052-b703-e49435b1dbb3"},"resourceType":"DocumentReference"} +{"id":"bf30d289-6fe8-512d-b5a5-95dc13dcd48c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18547/analysis/NA18547.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000116#sample/cram"}],"status":"current","subject":{"reference":"Patient/c3646198-61cc-5052-b703-e49435b1dbb3"},"resourceType":"DocumentReference"} +{"id":"045b45c6-db9a-5ea5-85c0-911318453734","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18550/analysis/NA18550.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000117#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f9e7db6f-0807-59d1-8a1f-61b585598588"},"resourceType":"DocumentReference"} +{"id":"57b3ea40-e2ef-5a04-8423-336b87bfc58c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18550/analysis/NA18550.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000117#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f9e7db6f-0807-59d1-8a1f-61b585598588"},"resourceType":"DocumentReference"} +{"id":"f90ebea8-377f-5e1a-b870-8d39f488ac83","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18550/analysis/NA18550.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000117#sample/cram"}],"status":"current","subject":{"reference":"Patient/f9e7db6f-0807-59d1-8a1f-61b585598588"},"resourceType":"DocumentReference"} +{"id":"39a2bb2b-1a3a-5d39-9179-ea111fcff44e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18552/analysis/NA18552.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000118#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/facc3ea5-9719-57e4-9a27-48552aa5189b"},"resourceType":"DocumentReference"} +{"id":"8f35c72c-4999-5ff9-b076-1f9b51b606c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18552/analysis/NA18552.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000118#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/facc3ea5-9719-57e4-9a27-48552aa5189b"},"resourceType":"DocumentReference"} +{"id":"cd444633-7e5c-5831-bea8-10f9484c18d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18552/analysis/NA18552.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000118#sample/cram"}],"status":"current","subject":{"reference":"Patient/facc3ea5-9719-57e4-9a27-48552aa5189b"},"resourceType":"DocumentReference"} +{"id":"6707b564-27a4-58ee-b820-a76be31b0be0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18555/analysis/NA18555.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000119#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f90b4279-5d3f-593e-8c48-859ea3cbc7e8"},"resourceType":"DocumentReference"} +{"id":"e072a57c-9f0f-5e56-b7e5-31a5d5e6dc81","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18555/analysis/NA18555.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000119#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f90b4279-5d3f-593e-8c48-859ea3cbc7e8"},"resourceType":"DocumentReference"} +{"id":"27ff6d3c-915e-5428-a033-a010e9bf06f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18555/analysis/NA18555.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000119#sample/cram"}],"status":"current","subject":{"reference":"Patient/f90b4279-5d3f-593e-8c48-859ea3cbc7e8"},"resourceType":"DocumentReference"} +{"id":"14759141-b1b6-58bb-9f50-d97f0fcb66da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18558/analysis/NA18558.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000120#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f31740ca-d9f4-5848-8d4a-b6cd9be56f7e"},"resourceType":"DocumentReference"} +{"id":"75b9ace9-1f55-5472-818b-88e65e169127","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18558/analysis/NA18558.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000120#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f31740ca-d9f4-5848-8d4a-b6cd9be56f7e"},"resourceType":"DocumentReference"} +{"id":"5347980d-d8d9-5435-9ea8-5770745a2f4e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18558/analysis/NA18558.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000120#sample/cram"}],"status":"current","subject":{"reference":"Patient/f31740ca-d9f4-5848-8d4a-b6cd9be56f7e"},"resourceType":"DocumentReference"} +{"id":"6bd30390-aa69-5b6f-b12b-aa09d331da75","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18561/analysis/NA18561.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000121#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/81cde550-8b9b-5c59-a0ee-388f45d3ef09"},"resourceType":"DocumentReference"} +{"id":"c3aa1a8d-31ee-507c-be44-429be28d6583","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18561/analysis/NA18561.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000121#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/81cde550-8b9b-5c59-a0ee-388f45d3ef09"},"resourceType":"DocumentReference"} +{"id":"a076c798-7b00-51ac-8117-89be541012cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18561/analysis/NA18561.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000121#sample/cram"}],"status":"current","subject":{"reference":"Patient/81cde550-8b9b-5c59-a0ee-388f45d3ef09"},"resourceType":"DocumentReference"} +{"id":"07ea337f-cdc3-553b-b5e9-564b75e4f454","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18562/analysis/NA18562.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000122#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2751fb81-4617-5cd5-8fd4-fc18501f0b80"},"resourceType":"DocumentReference"} +{"id":"61e5d8dc-cfc1-547b-b8eb-38404e875544","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18562/analysis/NA18562.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000122#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2751fb81-4617-5cd5-8fd4-fc18501f0b80"},"resourceType":"DocumentReference"} +{"id":"f7466e04-e39f-5e01-bf4b-f681f085a1c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18562/analysis/NA18562.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000122#sample/cram"}],"status":"current","subject":{"reference":"Patient/2751fb81-4617-5cd5-8fd4-fc18501f0b80"},"resourceType":"DocumentReference"} +{"id":"d7757d46-6c82-5f9b-afca-16f9daa61272","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18563/analysis/NA18563.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000123#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6a7848c5-fac9-5127-aedb-8fb808a9ffc6"},"resourceType":"DocumentReference"} +{"id":"2dfaa6c1-6286-5ae6-85b6-bf85d5d24636","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18563/analysis/NA18563.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000123#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6a7848c5-fac9-5127-aedb-8fb808a9ffc6"},"resourceType":"DocumentReference"} +{"id":"3471ebc1-2758-53f7-9bf2-506747ba81bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18563/analysis/NA18563.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000123#sample/cram"}],"status":"current","subject":{"reference":"Patient/6a7848c5-fac9-5127-aedb-8fb808a9ffc6"},"resourceType":"DocumentReference"} +{"id":"df86a563-eb12-514e-a4c1-a4a2f7fa45c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18564/analysis/NA18564.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000124#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/abe256a6-ea1e-591d-8897-ac65434f3b67"},"resourceType":"DocumentReference"} +{"id":"4a3f8ad5-d712-5152-87f9-a57e9184cbfb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18564/analysis/NA18564.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000124#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/abe256a6-ea1e-591d-8897-ac65434f3b67"},"resourceType":"DocumentReference"} +{"id":"fbc6f4c0-62fb-554d-b25b-3f2ba82ec26c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18564/analysis/NA18564.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000124#sample/cram"}],"status":"current","subject":{"reference":"Patient/abe256a6-ea1e-591d-8897-ac65434f3b67"},"resourceType":"DocumentReference"} +{"id":"e7765170-0756-57b2-994a-2a35729f04ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18566/analysis/NA18566.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000125#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/096c36a1-9082-54c5-8b11-19805acedc0c"},"resourceType":"DocumentReference"} +{"id":"ba949f55-9416-5257-aed1-c9a6236d405e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18566/analysis/NA18566.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000125#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/096c36a1-9082-54c5-8b11-19805acedc0c"},"resourceType":"DocumentReference"} +{"id":"dae81064-656b-5035-833a-d060837b239c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18566/analysis/NA18566.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000125#sample/cram"}],"status":"current","subject":{"reference":"Patient/096c36a1-9082-54c5-8b11-19805acedc0c"},"resourceType":"DocumentReference"} +{"id":"a39f2b63-cc96-5ac0-9fd0-d8a08de4ab01","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18570/analysis/NA18570.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000126#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/48145447-f68c-5bed-9233-14669ddba8b5"},"resourceType":"DocumentReference"} +{"id":"44b5976b-fd14-5474-9474-15721d4186f9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18570/analysis/NA18570.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000126#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/48145447-f68c-5bed-9233-14669ddba8b5"},"resourceType":"DocumentReference"} +{"id":"0780a524-ef0d-5a0b-a7f7-aecd50e99546","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18570/analysis/NA18570.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000126#sample/cram"}],"status":"current","subject":{"reference":"Patient/48145447-f68c-5bed-9233-14669ddba8b5"},"resourceType":"DocumentReference"} +{"id":"ab2fc2d4-3257-51c0-85c6-867830dfa611","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18571/analysis/NA18571.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000127#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a4b31d18-51be-54df-b834-ef2f8308d0a3"},"resourceType":"DocumentReference"} +{"id":"cba328c6-1876-5283-b3b0-f3735cecda01","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18571/analysis/NA18571.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000127#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a4b31d18-51be-54df-b834-ef2f8308d0a3"},"resourceType":"DocumentReference"} +{"id":"04f5f5a6-dfef-5b91-9a36-37a6db83ace6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18571/analysis/NA18571.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000127#sample/cram"}],"status":"current","subject":{"reference":"Patient/a4b31d18-51be-54df-b834-ef2f8308d0a3"},"resourceType":"DocumentReference"} +{"id":"1d1cfb96-669a-524f-906b-a1b2735a0b15","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18572/analysis/NA18572.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000128#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6ecdc879-a5ff-5cda-8181-9518f5ea9084"},"resourceType":"DocumentReference"} +{"id":"03145f0b-2d67-5fc1-832c-651dfab9b72c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18572/analysis/NA18572.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000128#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6ecdc879-a5ff-5cda-8181-9518f5ea9084"},"resourceType":"DocumentReference"} +{"id":"c92b2876-35ce-548c-a4d6-7e8f24de9891","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18572/analysis/NA18572.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000128#sample/cram"}],"status":"current","subject":{"reference":"Patient/6ecdc879-a5ff-5cda-8181-9518f5ea9084"},"resourceType":"DocumentReference"} +{"id":"31fb3ff4-09d4-5b04-b98d-17706cdd231c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18573/analysis/NA18573.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000129#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aad6006a-4621-5725-9c0d-4c75a317b9ca"},"resourceType":"DocumentReference"} +{"id":"b82f3e84-2691-5ebd-8644-cfcf2da027a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18573/analysis/NA18573.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000129#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aad6006a-4621-5725-9c0d-4c75a317b9ca"},"resourceType":"DocumentReference"} +{"id":"599e3676-145e-5b41-8451-8e34707cab1a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18573/analysis/NA18573.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000129#sample/cram"}],"status":"current","subject":{"reference":"Patient/aad6006a-4621-5725-9c0d-4c75a317b9ca"},"resourceType":"DocumentReference"} +{"id":"33dd37cc-5f31-5af7-bdca-f175feef826b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18577/analysis/NA18577.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000131#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f37d55d0-d7b9-5ab6-827a-205becfcaef7"},"resourceType":"DocumentReference"} +{"id":"ff406429-ba31-5d92-b34a-8e7ee77f32d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18577/analysis/NA18577.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000131#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f37d55d0-d7b9-5ab6-827a-205becfcaef7"},"resourceType":"DocumentReference"} +{"id":"2b85c3bd-0429-5a8a-b6c8-dd93e0ea0751","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18577/analysis/NA18577.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000131#sample/cram"}],"status":"current","subject":{"reference":"Patient/f37d55d0-d7b9-5ab6-827a-205becfcaef7"},"resourceType":"DocumentReference"} +{"id":"eb805caa-2379-5a45-899c-30ace991517d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18579/analysis/NA18579.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000132#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e959fafe-6be5-5e1b-b514-cac8e1a4cc19"},"resourceType":"DocumentReference"} +{"id":"3216368c-24b1-5261-9f3b-c862783c36df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18579/analysis/NA18579.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000132#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e959fafe-6be5-5e1b-b514-cac8e1a4cc19"},"resourceType":"DocumentReference"} +{"id":"e08ac5f1-57ce-5486-a8ef-683a6d5e9b35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18579/analysis/NA18579.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000132#sample/cram"}],"status":"current","subject":{"reference":"Patient/e959fafe-6be5-5e1b-b514-cac8e1a4cc19"},"resourceType":"DocumentReference"} +{"id":"22df5d60-7136-52e8-9681-ffb2a99127c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18582/analysis/NA18582.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000133#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/57d30ec1-af8d-5b7f-8651-4c4106acc72a"},"resourceType":"DocumentReference"} +{"id":"aea515d3-2e85-55a8-8876-f6eb0bd16b97","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18582/analysis/NA18582.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000133#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/57d30ec1-af8d-5b7f-8651-4c4106acc72a"},"resourceType":"DocumentReference"} +{"id":"6bc3e37f-1c44-5bb1-ab88-37e8052a6515","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18582/analysis/NA18582.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000133#sample/cram"}],"status":"current","subject":{"reference":"Patient/57d30ec1-af8d-5b7f-8651-4c4106acc72a"},"resourceType":"DocumentReference"} +{"id":"3f493877-0363-5170-ab58-d48387f0cac6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18592/analysis/NA18592.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000134#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e88ac88e-8844-5714-9066-3f2ad57df86f"},"resourceType":"DocumentReference"} +{"id":"b3fb7627-0bed-515b-ba0a-e25c5fe99255","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18592/analysis/NA18592.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000134#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e88ac88e-8844-5714-9066-3f2ad57df86f"},"resourceType":"DocumentReference"} +{"id":"9b686924-0dd3-5ea0-add4-be4f98dccb73","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18592/analysis/NA18592.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000134#sample/cram"}],"status":"current","subject":{"reference":"Patient/e88ac88e-8844-5714-9066-3f2ad57df86f"},"resourceType":"DocumentReference"} +{"id":"bc440f3e-b6b0-5d07-902d-002dc24c2799","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18593/analysis/NA18593.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000135#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2de30168-f520-5c70-a071-1e4989fd61f8"},"resourceType":"DocumentReference"} +{"id":"b3c027e4-dd12-5199-a5d0-f30d98038401","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18593/analysis/NA18593.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000135#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2de30168-f520-5c70-a071-1e4989fd61f8"},"resourceType":"DocumentReference"} +{"id":"17768237-9a3e-5ed6-bead-b9471fe8087a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18593/analysis/NA18593.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000135#sample/cram"}],"status":"current","subject":{"reference":"Patient/2de30168-f520-5c70-a071-1e4989fd61f8"},"resourceType":"DocumentReference"} +{"id":"64e5ef3b-74c0-5994-ba9b-42db4f166962","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18603/analysis/NA18603.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000136#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ef6cf0d8-aafe-5d6f-97c0-23d57ad73516"},"resourceType":"DocumentReference"} +{"id":"b32559d4-f70c-5d65-aae9-7cdf0112a5a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18603/analysis/NA18603.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000136#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ef6cf0d8-aafe-5d6f-97c0-23d57ad73516"},"resourceType":"DocumentReference"} +{"id":"fcec8db6-ad01-5b4e-8296-11e590c275df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18603/analysis/NA18603.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000136#sample/cram"}],"status":"current","subject":{"reference":"Patient/ef6cf0d8-aafe-5d6f-97c0-23d57ad73516"},"resourceType":"DocumentReference"} +{"id":"88b47e7c-9332-578f-b12c-490f92c739c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18605/analysis/NA18605.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000137#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2b138302-268d-5763-acd3-b0cd6efc36a9"},"resourceType":"DocumentReference"} +{"id":"af3c91f6-858d-5882-ac12-7f4cee962f34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18605/analysis/NA18605.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000137#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2b138302-268d-5763-acd3-b0cd6efc36a9"},"resourceType":"DocumentReference"} +{"id":"d10c2270-7763-578f-bc6b-3c4aa18b6b91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18605/analysis/NA18605.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000137#sample/cram"}],"status":"current","subject":{"reference":"Patient/2b138302-268d-5763-acd3-b0cd6efc36a9"},"resourceType":"DocumentReference"} +{"id":"4cdba6c7-99ac-5edc-83ce-cde9667cd263","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18608/analysis/NA18608.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000138#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bb1aeda7-0867-56ae-ab9f-07b59fce9a1a"},"resourceType":"DocumentReference"} +{"id":"32734f0a-66be-59cb-b5fb-24906afe4e59","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18608/analysis/NA18608.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000138#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bb1aeda7-0867-56ae-ab9f-07b59fce9a1a"},"resourceType":"DocumentReference"} +{"id":"9bca7bb7-269c-5d4d-af85-301c24a90036","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18608/analysis/NA18608.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000138#sample/cram"}],"status":"current","subject":{"reference":"Patient/bb1aeda7-0867-56ae-ab9f-07b59fce9a1a"},"resourceType":"DocumentReference"} +{"id":"b202c38d-ad65-589c-9943-1235f027bd41","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18609/analysis/NA18609.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000139#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6866e5a9-cd4e-5695-9d81-aef68a938394"},"resourceType":"DocumentReference"} +{"id":"53f401af-3109-5a71-8a59-fb2ffd15241d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18609/analysis/NA18609.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000139#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6866e5a9-cd4e-5695-9d81-aef68a938394"},"resourceType":"DocumentReference"} +{"id":"02773ace-c296-53fb-8b83-08dbde4cfb61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18609/analysis/NA18609.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000139#sample/cram"}],"status":"current","subject":{"reference":"Patient/6866e5a9-cd4e-5695-9d81-aef68a938394"},"resourceType":"DocumentReference"} +{"id":"a9ed771e-6808-568f-8c0d-a9117e074930","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18638/analysis/NA18638.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000140#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ffe71544-ed7f-53c2-b249-50571681cd8f"},"resourceType":"DocumentReference"} +{"id":"1f8f793f-5d14-580d-a6e9-19829dae6f3d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18638/analysis/NA18638.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000140#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ffe71544-ed7f-53c2-b249-50571681cd8f"},"resourceType":"DocumentReference"} +{"id":"570df82b-138f-5f9d-acc7-d2bd9ab87927","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18638/analysis/NA18638.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000140#sample/cram"}],"status":"current","subject":{"reference":"Patient/ffe71544-ed7f-53c2-b249-50571681cd8f"},"resourceType":"DocumentReference"} +{"id":"39abea9b-310c-5041-9401-630a27390bf8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18853/analysis/NA18853.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000141#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/46de7d85-1689-5912-a6f2-264745b98e3f"},"resourceType":"DocumentReference"} +{"id":"48e5dca6-5133-5d6b-a89b-3ac573a51d68","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18853/analysis/NA18853.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000141#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/46de7d85-1689-5912-a6f2-264745b98e3f"},"resourceType":"DocumentReference"} +{"id":"6d2b6f05-292e-50ab-bff6-7c072681b37f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18853/analysis/NA18853.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000141#sample/cram"}],"status":"current","subject":{"reference":"Patient/46de7d85-1689-5912-a6f2-264745b98e3f"},"resourceType":"DocumentReference"} +{"id":"dcacf14e-971a-55ff-9c79-560e99359b29","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18856/analysis/NA18856.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000142#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5c51ffeb-4f71-5003-87bc-0024479d3a07"},"resourceType":"DocumentReference"} +{"id":"f84d0315-e48c-5fca-b20d-725bf14e1f33","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18856/analysis/NA18856.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000142#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5c51ffeb-4f71-5003-87bc-0024479d3a07"},"resourceType":"DocumentReference"} +{"id":"bb9babc2-ca52-54b5-86d6-8ddb27d76e96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18856/analysis/NA18856.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000142#sample/cram"}],"status":"current","subject":{"reference":"Patient/5c51ffeb-4f71-5003-87bc-0024479d3a07"},"resourceType":"DocumentReference"} +{"id":"d1fc7d0d-4c9a-5b89-8dfc-104afddd169e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18858/analysis/NA18858.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000143#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/14d15921-a2dd-51d0-a85b-704bb8463b01"},"resourceType":"DocumentReference"} +{"id":"94191caf-36a9-591f-91ac-8a88c96ef723","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18858/analysis/NA18858.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000143#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/14d15921-a2dd-51d0-a85b-704bb8463b01"},"resourceType":"DocumentReference"} +{"id":"bf49490c-c143-57ec-88ce-976fbb6541f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18858/analysis/NA18858.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000143#sample/cram"}],"status":"current","subject":{"reference":"Patient/14d15921-a2dd-51d0-a85b-704bb8463b01"},"resourceType":"DocumentReference"} +{"id":"56d8f676-2176-5c89-941d-261193c03151","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18861/analysis/NA18861.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000144#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/354655b7-4ef8-51eb-95e4-e633060b8452"},"resourceType":"DocumentReference"} +{"id":"f0d52265-8486-59f6-ad37-8ff8161fe242","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18861/analysis/NA18861.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000144#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/354655b7-4ef8-51eb-95e4-e633060b8452"},"resourceType":"DocumentReference"} +{"id":"855b2983-88e3-5ab6-b374-4ba488e1c32c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18861/analysis/NA18861.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000144#sample/cram"}],"status":"current","subject":{"reference":"Patient/354655b7-4ef8-51eb-95e4-e633060b8452"},"resourceType":"DocumentReference"} +{"id":"e0ab2aef-9174-5284-b297-e563c4c20b1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18870/analysis/NA18870.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000145#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7b6bf1a4-a201-5e9c-9f1b-e3d21f9c6bcb"},"resourceType":"DocumentReference"} +{"id":"2fa0af8c-149f-5f4a-b783-41aa840dbe1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18870/analysis/NA18870.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000145#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7b6bf1a4-a201-5e9c-9f1b-e3d21f9c6bcb"},"resourceType":"DocumentReference"} +{"id":"17d13b17-1998-56cd-a447-8f2d60a78959","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18870/analysis/NA18870.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000145#sample/cram"}],"status":"current","subject":{"reference":"Patient/7b6bf1a4-a201-5e9c-9f1b-e3d21f9c6bcb"},"resourceType":"DocumentReference"} +{"id":"de2a14ec-ae3b-54d4-8a94-e5a931e616e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18871/analysis/NA18871.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000146#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/30dd2f9d-7941-51f6-bb44-646206087724"},"resourceType":"DocumentReference"} +{"id":"76fd7009-ffae-5930-ae3f-d6fb6190b741","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18871/analysis/NA18871.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000146#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/30dd2f9d-7941-51f6-bb44-646206087724"},"resourceType":"DocumentReference"} +{"id":"baced8e5-f491-5c35-9200-f77e0ab56ffb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18871/analysis/NA18871.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000146#sample/cram"}],"status":"current","subject":{"reference":"Patient/30dd2f9d-7941-51f6-bb44-646206087724"},"resourceType":"DocumentReference"} +{"id":"1258a9fe-2fc4-5a9e-9329-aac4c079a00f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18907/analysis/NA18907.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000147#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8ae4fcf9-da0e-5235-b95c-b5df6b6154a0"},"resourceType":"DocumentReference"} +{"id":"02cab67d-ae2a-50bf-b85a-4eb3b9289aee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18907/analysis/NA18907.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000147#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8ae4fcf9-da0e-5235-b95c-b5df6b6154a0"},"resourceType":"DocumentReference"} +{"id":"331cff35-0d12-5533-8dee-ffd10854007c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18907/analysis/NA18907.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000147#sample/cram"}],"status":"current","subject":{"reference":"Patient/8ae4fcf9-da0e-5235-b95c-b5df6b6154a0"},"resourceType":"DocumentReference"} +{"id":"7bb5d559-78df-591f-8131-1f07d67dc6dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18909/analysis/NA18909.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000148#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/71390c2b-d8c1-5c69-aca6-c38bcb1b3359"},"resourceType":"DocumentReference"} +{"id":"3c5981bf-8b15-539a-af45-07a4c41fd8a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18909/analysis/NA18909.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000148#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/71390c2b-d8c1-5c69-aca6-c38bcb1b3359"},"resourceType":"DocumentReference"} +{"id":"a5d31571-b779-5df7-be2b-8dcecd6fdcfd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18909/analysis/NA18909.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000148#sample/cram"}],"status":"current","subject":{"reference":"Patient/71390c2b-d8c1-5c69-aca6-c38bcb1b3359"},"resourceType":"DocumentReference"} +{"id":"d4b6769a-cf6e-5527-935a-845c81ff7ce0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18912/analysis/NA18912.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000149#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2bbd2f45-b722-5a89-82bf-dc4959bd4ed9"},"resourceType":"DocumentReference"} +{"id":"d31d3980-6a8e-5b93-81ca-4e07ebc635aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18912/analysis/NA18912.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000149#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2bbd2f45-b722-5a89-82bf-dc4959bd4ed9"},"resourceType":"DocumentReference"} +{"id":"4871bafe-5e6e-5c57-9cc3-a396ae89d960","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18912/analysis/NA18912.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000149#sample/cram"}],"status":"current","subject":{"reference":"Patient/2bbd2f45-b722-5a89-82bf-dc4959bd4ed9"},"resourceType":"DocumentReference"} +{"id":"0b97627a-3418-51d0-88ae-e1470881da23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18916/analysis/NA18916.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000150#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0b03dd21-5e79-5294-a6d9-b55180fb00e6"},"resourceType":"DocumentReference"} +{"id":"1c2ae018-e86f-5c10-af05-d23aa6a5973e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18916/analysis/NA18916.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000150#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0b03dd21-5e79-5294-a6d9-b55180fb00e6"},"resourceType":"DocumentReference"} +{"id":"9aacb501-02d7-5931-a67a-709485e79a32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18916/analysis/NA18916.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000150#sample/cram"}],"status":"current","subject":{"reference":"Patient/0b03dd21-5e79-5294-a6d9-b55180fb00e6"},"resourceType":"DocumentReference"} +{"id":"33967775-ee73-5647-9b7a-f77e6fad8bfe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18940/analysis/NA18940.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000151#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0a9ec0fe-4bf8-575f-8af0-25f85791ceb2"},"resourceType":"DocumentReference"} +{"id":"f120dfd6-e7fd-59be-aa36-285453dc1abe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18940/analysis/NA18940.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000151#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0a9ec0fe-4bf8-575f-8af0-25f85791ceb2"},"resourceType":"DocumentReference"} +{"id":"b214aa47-bd19-5588-b7f9-250cccf11495","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18940/analysis/NA18940.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000151#sample/cram"}],"status":"current","subject":{"reference":"Patient/0a9ec0fe-4bf8-575f-8af0-25f85791ceb2"},"resourceType":"DocumentReference"} +{"id":"aea41102-fd84-5786-96f2-412f3cb2f187","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18942/analysis/NA18942.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000152#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3610b3f1-0f1b-5f63-ba53-3081089fcdda"},"resourceType":"DocumentReference"} +{"id":"d8ee8d76-e7a2-5950-9054-5ba0c294eacd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18942/analysis/NA18942.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000152#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3610b3f1-0f1b-5f63-ba53-3081089fcdda"},"resourceType":"DocumentReference"} +{"id":"35bbe763-eae7-5422-8e5c-c947c331820e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18942/analysis/NA18942.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000152#sample/cram"}],"status":"current","subject":{"reference":"Patient/3610b3f1-0f1b-5f63-ba53-3081089fcdda"},"resourceType":"DocumentReference"} +{"id":"ae7b9caa-9c26-5964-93fc-ae5ba6e1e3ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18943/analysis/NA18943.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000153#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0b9e29f4-3c3a-5ac0-8160-fc1dd505bb92"},"resourceType":"DocumentReference"} +{"id":"c1f0a31c-cd7a-56ea-990e-d6a9f85f6e87","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18943/analysis/NA18943.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000153#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0b9e29f4-3c3a-5ac0-8160-fc1dd505bb92"},"resourceType":"DocumentReference"} +{"id":"0bbf9df9-12cd-5912-9784-45da297fadbc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18943/analysis/NA18943.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000153#sample/cram"}],"status":"current","subject":{"reference":"Patient/0b9e29f4-3c3a-5ac0-8160-fc1dd505bb92"},"resourceType":"DocumentReference"} +{"id":"da7336bf-f94e-5079-9ff9-2bd41b94ccb8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18944/analysis/NA18944.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000154#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b01d61a3-f2f6-5a72-addf-e6c5edb258b1"},"resourceType":"DocumentReference"} +{"id":"3daf5f9c-0c78-59a5-b826-0aa0604f8bef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18944/analysis/NA18944.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000154#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b01d61a3-f2f6-5a72-addf-e6c5edb258b1"},"resourceType":"DocumentReference"} +{"id":"a19e5e6b-11e6-5860-bfc7-b6767480fced","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18944/analysis/NA18944.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000154#sample/cram"}],"status":"current","subject":{"reference":"Patient/b01d61a3-f2f6-5a72-addf-e6c5edb258b1"},"resourceType":"DocumentReference"} +{"id":"cd18e33a-18c5-552b-b0b2-f9f71ae3896f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18945/analysis/NA18945.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000155#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/46e0699d-f8a7-5cdc-85d5-0c5c6d647185"},"resourceType":"DocumentReference"} +{"id":"561e807a-8987-5b3d-a012-b4af96b545f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18945/analysis/NA18945.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000155#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/46e0699d-f8a7-5cdc-85d5-0c5c6d647185"},"resourceType":"DocumentReference"} +{"id":"487d1997-575c-51f7-8e86-b65c88157d61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18945/analysis/NA18945.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000155#sample/cram"}],"status":"current","subject":{"reference":"Patient/46e0699d-f8a7-5cdc-85d5-0c5c6d647185"},"resourceType":"DocumentReference"} +{"id":"3c31aaa5-3a0e-5be3-8e18-40b9892704b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18947/analysis/NA18947.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000156#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ffb6d3cd-68f8-5948-89f8-b91b5e7aa93d"},"resourceType":"DocumentReference"} +{"id":"92c47e23-7bf0-543c-b131-c55bbe8e4948","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18947/analysis/NA18947.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000156#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ffb6d3cd-68f8-5948-89f8-b91b5e7aa93d"},"resourceType":"DocumentReference"} +{"id":"36df6c3c-1c27-59d9-b032-7390db2896de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18947/analysis/NA18947.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000156#sample/cram"}],"status":"current","subject":{"reference":"Patient/ffb6d3cd-68f8-5948-89f8-b91b5e7aa93d"},"resourceType":"DocumentReference"} +{"id":"29fa550c-b3cd-524c-9e1e-d6d3b66dbd56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18948/analysis/NA18948.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000157#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a19dcf79-46ad-5040-bbe9-1c1b085b7d70"},"resourceType":"DocumentReference"} +{"id":"2b7d5cff-56fc-586b-880e-20e41404c446","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18948/analysis/NA18948.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000157#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a19dcf79-46ad-5040-bbe9-1c1b085b7d70"},"resourceType":"DocumentReference"} +{"id":"0009dbc2-8424-5c6c-9fe3-b955f91a899b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18948/analysis/NA18948.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000157#sample/cram"}],"status":"current","subject":{"reference":"Patient/a19dcf79-46ad-5040-bbe9-1c1b085b7d70"},"resourceType":"DocumentReference"} +{"id":"baa261c3-06ba-5766-bbdb-1f9ddf2ef793","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18949/analysis/NA18949.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000158#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1292d919-287e-5556-95e5-9c9099018b46"},"resourceType":"DocumentReference"} +{"id":"fc124c78-ea3d-55c2-a164-c106c597b47e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18949/analysis/NA18949.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000158#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1292d919-287e-5556-95e5-9c9099018b46"},"resourceType":"DocumentReference"} +{"id":"81af0fd3-1d93-50ef-a190-0afd408b5086","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18949/analysis/NA18949.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000158#sample/cram"}],"status":"current","subject":{"reference":"Patient/1292d919-287e-5556-95e5-9c9099018b46"},"resourceType":"DocumentReference"} +{"id":"8ae1899b-e32a-599b-9c87-e6c9230cbf19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18951/analysis/NA18951.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000159#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4ef56c50-8a1b-5f85-af25-cbd231c0698e"},"resourceType":"DocumentReference"} +{"id":"47b69445-bd43-5b2f-bf6c-dd9644cf1215","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18951/analysis/NA18951.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000159#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4ef56c50-8a1b-5f85-af25-cbd231c0698e"},"resourceType":"DocumentReference"} +{"id":"51c75723-a57b-51e5-8414-3a58d339063b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18951/analysis/NA18951.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000159#sample/cram"}],"status":"current","subject":{"reference":"Patient/4ef56c50-8a1b-5f85-af25-cbd231c0698e"},"resourceType":"DocumentReference"} +{"id":"90a91a4d-78bf-54f0-8168-31445a2a6c04","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18952/analysis/NA18952.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000160#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d7d78095-b9e3-5e82-a505-7e3108a2d373"},"resourceType":"DocumentReference"} +{"id":"2423cb43-58fe-56db-a233-6e12eac358ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18952/analysis/NA18952.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000160#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d7d78095-b9e3-5e82-a505-7e3108a2d373"},"resourceType":"DocumentReference"} +{"id":"4fc131b9-7827-5306-b70f-2e37e8b00f81","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18952/analysis/NA18952.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000160#sample/cram"}],"status":"current","subject":{"reference":"Patient/d7d78095-b9e3-5e82-a505-7e3108a2d373"},"resourceType":"DocumentReference"} +{"id":"f28d8998-395a-5686-81b3-9d6295674f14","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18953/analysis/NA18953.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000161#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5ed42b31-a877-578c-8900-475dca8094e6"},"resourceType":"DocumentReference"} +{"id":"0fb019a3-8ea3-52b7-b9a7-817f896cae75","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18953/analysis/NA18953.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000161#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5ed42b31-a877-578c-8900-475dca8094e6"},"resourceType":"DocumentReference"} +{"id":"66f1a756-371c-53e5-8c44-bbdab67553ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18953/analysis/NA18953.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000161#sample/cram"}],"status":"current","subject":{"reference":"Patient/5ed42b31-a877-578c-8900-475dca8094e6"},"resourceType":"DocumentReference"} +{"id":"dc10d6b3-bf1b-577d-9a27-07bd1fc728e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18956/analysis/NA18956.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000162#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/415caa33-d088-53b0-8865-3c3590ea5e4c"},"resourceType":"DocumentReference"} +{"id":"0b91ef65-c634-5c62-9d85-04536bfe984b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18956/analysis/NA18956.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000162#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/415caa33-d088-53b0-8865-3c3590ea5e4c"},"resourceType":"DocumentReference"} +{"id":"a03c32d9-7d6f-500e-9836-13d9bde24770","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18956/analysis/NA18956.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000162#sample/cram"}],"status":"current","subject":{"reference":"Patient/415caa33-d088-53b0-8865-3c3590ea5e4c"},"resourceType":"DocumentReference"} +{"id":"c2bf1c1b-8a24-516c-892d-a7decd34e822","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18959/analysis/NA18959.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000163#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5e8fbb0c-2711-5e5a-b90a-d63c5b7149d9"},"resourceType":"DocumentReference"} +{"id":"59347367-f030-5686-9ecc-00d0c1523427","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18959/analysis/NA18959.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000163#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5e8fbb0c-2711-5e5a-b90a-d63c5b7149d9"},"resourceType":"DocumentReference"} +{"id":"6af440c5-62e3-5317-b27d-0ac0a44d7f4b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18959/analysis/NA18959.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000163#sample/cram"}],"status":"current","subject":{"reference":"Patient/5e8fbb0c-2711-5e5a-b90a-d63c5b7149d9"},"resourceType":"DocumentReference"} +{"id":"a05ab2b4-da7b-5c5e-985c-b9a18a41ac5f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18960/analysis/NA18960.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000164#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/69aa2d6a-43bf-5836-a15f-eca763286d30"},"resourceType":"DocumentReference"} +{"id":"47327d9c-7341-5f08-aa19-ee3b138edc35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18960/analysis/NA18960.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000164#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/69aa2d6a-43bf-5836-a15f-eca763286d30"},"resourceType":"DocumentReference"} +{"id":"af68b9ee-abf4-5422-811a-ab51985c9bdf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18960/analysis/NA18960.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000164#sample/cram"}],"status":"current","subject":{"reference":"Patient/69aa2d6a-43bf-5836-a15f-eca763286d30"},"resourceType":"DocumentReference"} +{"id":"86b68d7b-fce5-5b46-b316-6fa66fc9b46b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18961/analysis/NA18961.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000165#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5055a1ae-c228-551a-96ea-6c367fac9dcc"},"resourceType":"DocumentReference"} +{"id":"bf7f56d2-d934-5287-9bcb-bb1b712c298a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18961/analysis/NA18961.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000165#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5055a1ae-c228-551a-96ea-6c367fac9dcc"},"resourceType":"DocumentReference"} +{"id":"e55b749e-ff61-5329-aa98-e93d65ec979e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18961/analysis/NA18961.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000165#sample/cram"}],"status":"current","subject":{"reference":"Patient/5055a1ae-c228-551a-96ea-6c367fac9dcc"},"resourceType":"DocumentReference"} +{"id":"1c79f1af-6248-5c96-8826-2948ab686bb4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18964/analysis/NA18964.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000166#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/164d29ad-4a30-5704-9a0f-defe95dd4af1"},"resourceType":"DocumentReference"} +{"id":"9ae3efd2-762e-5fa2-aac8-833b24e6f934","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18964/analysis/NA18964.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000166#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/164d29ad-4a30-5704-9a0f-defe95dd4af1"},"resourceType":"DocumentReference"} +{"id":"68547bc3-5db5-5496-b26c-1feaeeff23a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18964/analysis/NA18964.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000166#sample/cram"}],"status":"current","subject":{"reference":"Patient/164d29ad-4a30-5704-9a0f-defe95dd4af1"},"resourceType":"DocumentReference"} +{"id":"0b4f350c-33cd-5467-b6c1-d6d7d3f325c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18965/analysis/NA18965.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000167#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1f5cbc7f-6c1f-51d3-b0a9-1a9f0a3418e7"},"resourceType":"DocumentReference"} +{"id":"c31e86ad-ea2f-50c0-b6c8-573ada58a7aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18965/analysis/NA18965.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000167#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1f5cbc7f-6c1f-51d3-b0a9-1a9f0a3418e7"},"resourceType":"DocumentReference"} +{"id":"a4233cfd-7022-511a-a0f1-460b3665e346","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18965/analysis/NA18965.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000167#sample/cram"}],"status":"current","subject":{"reference":"Patient/1f5cbc7f-6c1f-51d3-b0a9-1a9f0a3418e7"},"resourceType":"DocumentReference"} +{"id":"0b3a872c-1568-525d-88da-54fa59071fbd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18967/analysis/NA18967.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000168#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a934dbfc-fbb6-5d7d-a4d6-2359d3fa1a9b"},"resourceType":"DocumentReference"} +{"id":"86e19f16-1504-53a9-9eaf-ae5952f0210f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18967/analysis/NA18967.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000168#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a934dbfc-fbb6-5d7d-a4d6-2359d3fa1a9b"},"resourceType":"DocumentReference"} +{"id":"41dd72e0-eef5-5fc4-ba92-1b24f4b7fc6b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18967/analysis/NA18967.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000168#sample/cram"}],"status":"current","subject":{"reference":"Patient/a934dbfc-fbb6-5d7d-a4d6-2359d3fa1a9b"},"resourceType":"DocumentReference"} +{"id":"cc8e166d-2ccf-5484-8052-7f15bc1d2493","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18968/analysis/NA18968.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000169#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7a3d858b-45af-5fbc-a079-3781bd9e7b23"},"resourceType":"DocumentReference"} +{"id":"6509835f-928d-5417-ae9e-b37222ecb30c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18968/analysis/NA18968.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000169#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7a3d858b-45af-5fbc-a079-3781bd9e7b23"},"resourceType":"DocumentReference"} +{"id":"eb79aaed-e5f7-5fbc-94e4-2e56869d9cd6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18968/analysis/NA18968.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000169#sample/cram"}],"status":"current","subject":{"reference":"Patient/7a3d858b-45af-5fbc-a079-3781bd9e7b23"},"resourceType":"DocumentReference"} +{"id":"dc5cd0fd-5348-5c55-b6e3-57c83e969cdc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18969/analysis/NA18969.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000170#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/953a68ba-44c4-5c3b-86ab-2c70dc6c6343"},"resourceType":"DocumentReference"} +{"id":"ad852100-7ae3-5870-adfc-3cb545d4bcb7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18969/analysis/NA18969.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000170#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/953a68ba-44c4-5c3b-86ab-2c70dc6c6343"},"resourceType":"DocumentReference"} +{"id":"6a13b2f5-6804-5733-8d48-fbc4f4dbbb06","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18969/analysis/NA18969.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000170#sample/cram"}],"status":"current","subject":{"reference":"Patient/953a68ba-44c4-5c3b-86ab-2c70dc6c6343"},"resourceType":"DocumentReference"} +{"id":"06c218ce-2579-5b3f-ab08-51c38475fba9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18970/analysis/NA18970.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000171#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6f96ab95-f176-5364-ade1-c9cb35e1020d"},"resourceType":"DocumentReference"} +{"id":"2c0d8d71-4593-5000-ba1b-39d8ffd7db18","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18970/analysis/NA18970.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000171#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6f96ab95-f176-5364-ade1-c9cb35e1020d"},"resourceType":"DocumentReference"} +{"id":"283c40ae-2ae8-5484-9890-0b6974b65ca5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18970/analysis/NA18970.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000171#sample/cram"}],"status":"current","subject":{"reference":"Patient/6f96ab95-f176-5364-ade1-c9cb35e1020d"},"resourceType":"DocumentReference"} +{"id":"04cb2506-928c-5b1c-9c46-ddd3b8886162","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18971/analysis/NA18971.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000172#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d3ecd15e-8361-50a3-a5a9-e6870d930156"},"resourceType":"DocumentReference"} +{"id":"02582375-8334-582c-815e-b28bcaf73204","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18971/analysis/NA18971.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000172#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d3ecd15e-8361-50a3-a5a9-e6870d930156"},"resourceType":"DocumentReference"} +{"id":"3c39b806-d102-5132-ac0c-487ec78dff29","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18971/analysis/NA18971.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000172#sample/cram"}],"status":"current","subject":{"reference":"Patient/d3ecd15e-8361-50a3-a5a9-e6870d930156"},"resourceType":"DocumentReference"} +{"id":"a5a3da65-e959-5628-ac1f-fb4c6a17a358","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18972/analysis/NA18972.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000173#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7ac61d0e-f849-5a9a-89b0-107f30a88cc7"},"resourceType":"DocumentReference"} +{"id":"2389af95-7be7-51c9-b047-a67410467744","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18972/analysis/NA18972.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000173#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7ac61d0e-f849-5a9a-89b0-107f30a88cc7"},"resourceType":"DocumentReference"} +{"id":"1febb1ab-d2d4-5acb-8443-3b6db07d65e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18972/analysis/NA18972.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000173#sample/cram"}],"status":"current","subject":{"reference":"Patient/7ac61d0e-f849-5a9a-89b0-107f30a88cc7"},"resourceType":"DocumentReference"} +{"id":"a4ac9c5d-d041-5797-ae17-dfe8f438b29c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18973/analysis/NA18973.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000174#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/92b03715-53c4-578c-a8d3-eb36f0216a5f"},"resourceType":"DocumentReference"} +{"id":"2f05557a-7a5b-5e30-901e-4aa35e0739c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18973/analysis/NA18973.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000174#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/92b03715-53c4-578c-a8d3-eb36f0216a5f"},"resourceType":"DocumentReference"} +{"id":"1b63bfa8-7abb-5f96-8cc0-d986f7bf8472","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18973/analysis/NA18973.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000174#sample/cram"}],"status":"current","subject":{"reference":"Patient/92b03715-53c4-578c-a8d3-eb36f0216a5f"},"resourceType":"DocumentReference"} +{"id":"1240bc2f-ff9d-5c4a-aaa0-6d3e0171de17","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18974/analysis/NA18974.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000175#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6359d817-730b-5bca-8a85-9bd304612137"},"resourceType":"DocumentReference"} +{"id":"25d3d6ac-5ec3-568f-8aad-9de0beed85d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18974/analysis/NA18974.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000175#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6359d817-730b-5bca-8a85-9bd304612137"},"resourceType":"DocumentReference"} +{"id":"bd75c2e9-4480-5a52-bc61-3be30b9f418e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18974/analysis/NA18974.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000175#sample/cram"}],"status":"current","subject":{"reference":"Patient/6359d817-730b-5bca-8a85-9bd304612137"},"resourceType":"DocumentReference"} +{"id":"4ab2d288-c360-5de4-844c-2fba17de6fcf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18975/analysis/NA18975.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000176#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c6e97b03-85bb-50ad-8810-8d478f915d52"},"resourceType":"DocumentReference"} +{"id":"290d5312-eb78-5471-995a-a9412e1fd0b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18975/analysis/NA18975.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000176#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c6e97b03-85bb-50ad-8810-8d478f915d52"},"resourceType":"DocumentReference"} +{"id":"cfcea3c6-6bd2-573d-8470-396bcc50d9b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18975/analysis/NA18975.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000176#sample/cram"}],"status":"current","subject":{"reference":"Patient/c6e97b03-85bb-50ad-8810-8d478f915d52"},"resourceType":"DocumentReference"} +{"id":"e40c418f-245b-5960-9e58-534207061c5f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18976/analysis/NA18976.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000177#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f734aaa2-cfbf-5180-a6f1-d9f020a57cfb"},"resourceType":"DocumentReference"} +{"id":"760ecce4-fae0-593c-8a83-a5650a0281fc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18976/analysis/NA18976.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000177#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f734aaa2-cfbf-5180-a6f1-d9f020a57cfb"},"resourceType":"DocumentReference"} +{"id":"a0b69a0f-a8e1-5e1c-bd29-394f44e7139b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18976/analysis/NA18976.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000177#sample/cram"}],"status":"current","subject":{"reference":"Patient/f734aaa2-cfbf-5180-a6f1-d9f020a57cfb"},"resourceType":"DocumentReference"} +{"id":"8e43a4e7-1464-550a-9544-4a37c60ed988","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18980/analysis/NA18980.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000178#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/207d1a7f-6085-5427-b64f-7e2ec8d44ed7"},"resourceType":"DocumentReference"} +{"id":"a6721461-53a7-5631-baf1-7c184736f889","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18980/analysis/NA18980.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000178#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/207d1a7f-6085-5427-b64f-7e2ec8d44ed7"},"resourceType":"DocumentReference"} +{"id":"7cc538cc-02bd-598c-8898-de3c53dda401","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18980/analysis/NA18980.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000178#sample/cram"}],"status":"current","subject":{"reference":"Patient/207d1a7f-6085-5427-b64f-7e2ec8d44ed7"},"resourceType":"DocumentReference"} +{"id":"dbd1eab0-027a-5510-8843-3ae72396117d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18981/analysis/NA18981.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000179#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9f5d88f4-bc5f-51e2-b985-c3a0e3317eec"},"resourceType":"DocumentReference"} +{"id":"59f44db2-2e11-5bf8-9617-6f86d35cf04a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18981/analysis/NA18981.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000179#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9f5d88f4-bc5f-51e2-b985-c3a0e3317eec"},"resourceType":"DocumentReference"} +{"id":"ae62bf6e-6ce6-5742-b68a-184d9d0575ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18981/analysis/NA18981.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000179#sample/cram"}],"status":"current","subject":{"reference":"Patient/9f5d88f4-bc5f-51e2-b985-c3a0e3317eec"},"resourceType":"DocumentReference"} +{"id":"571c9852-358a-5fe2-8128-fcafb077c326","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19005/analysis/NA19005.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000180#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1620c4c9-7574-5885-9377-23740e22f9cc"},"resourceType":"DocumentReference"} +{"id":"f224d8d9-710f-5bfd-aae2-40f4bdaa9b9b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19005/analysis/NA19005.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000180#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1620c4c9-7574-5885-9377-23740e22f9cc"},"resourceType":"DocumentReference"} +{"id":"df7872f5-766d-5d42-89d4-5191c37bf74b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19005/analysis/NA19005.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000180#sample/cram"}],"status":"current","subject":{"reference":"Patient/1620c4c9-7574-5885-9377-23740e22f9cc"},"resourceType":"DocumentReference"} +{"id":"5debde02-2756-57ba-aa09-532bf3594e0b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19093/analysis/NA19093.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000181#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e820d717-bda5-5ce5-aa80-5fea126b98ce"},"resourceType":"DocumentReference"} +{"id":"05303208-db97-576b-aa5e-716a0e2750d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19093/analysis/NA19093.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000181#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e820d717-bda5-5ce5-aa80-5fea126b98ce"},"resourceType":"DocumentReference"} +{"id":"51e06536-f60b-5141-bb00-a701705f987e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19093/analysis/NA19093.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000181#sample/cram"}],"status":"current","subject":{"reference":"Patient/e820d717-bda5-5ce5-aa80-5fea126b98ce"},"resourceType":"DocumentReference"} +{"id":"8317bee7-2092-562d-9d79-a6454154d278","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19098/analysis/NA19098.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000182#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c38ef899-ad79-57ca-9d64-cc49fca1b285"},"resourceType":"DocumentReference"} +{"id":"001969d7-0985-52cd-ad70-edff718f3597","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19098/analysis/NA19098.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000182#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c38ef899-ad79-57ca-9d64-cc49fca1b285"},"resourceType":"DocumentReference"} +{"id":"9873a5bd-fe75-5d84-b603-abb7909af463","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19098/analysis/NA19098.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000182#sample/cram"}],"status":"current","subject":{"reference":"Patient/c38ef899-ad79-57ca-9d64-cc49fca1b285"},"resourceType":"DocumentReference"} +{"id":"ba3ab104-74c1-5456-88c5-5e59c7bcaeff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19099/analysis/NA19099.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000183#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3b590724-bdec-5209-a069-08447d9a6a75"},"resourceType":"DocumentReference"} +{"id":"798009ea-efcd-5086-a484-9027602ce3a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19099/analysis/NA19099.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000183#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3b590724-bdec-5209-a069-08447d9a6a75"},"resourceType":"DocumentReference"} +{"id":"915d08d7-a88f-5476-950f-7ab367bd465b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19099/analysis/NA19099.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000183#sample/cram"}],"status":"current","subject":{"reference":"Patient/3b590724-bdec-5209-a069-08447d9a6a75"},"resourceType":"DocumentReference"} +{"id":"7d3be879-7327-5181-b5fe-f18bd67c97a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19102/analysis/NA19102.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000184#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dd551cdb-dd91-5f19-b3f3-d58cca21dfc3"},"resourceType":"DocumentReference"} +{"id":"37b1b9dc-d8b7-5b23-b04b-cc1b54ed866b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19102/analysis/NA19102.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000184#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dd551cdb-dd91-5f19-b3f3-d58cca21dfc3"},"resourceType":"DocumentReference"} +{"id":"adeace31-a849-55aa-b978-034336d859d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19102/analysis/NA19102.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000184#sample/cram"}],"status":"current","subject":{"reference":"Patient/dd551cdb-dd91-5f19-b3f3-d58cca21dfc3"},"resourceType":"DocumentReference"} +{"id":"6b46797a-c4b3-5223-927e-769042381158","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19108/analysis/NA19108.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000185#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/858d30ce-6604-5abe-b851-a7bf407018d4"},"resourceType":"DocumentReference"} +{"id":"25b6921f-5142-55c4-b197-77b6a682dac1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19108/analysis/NA19108.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000185#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/858d30ce-6604-5abe-b851-a7bf407018d4"},"resourceType":"DocumentReference"} +{"id":"1856f721-b939-5e68-8d6a-f62f0c9e2f35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19108/analysis/NA19108.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000185#sample/cram"}],"status":"current","subject":{"reference":"Patient/858d30ce-6604-5abe-b851-a7bf407018d4"},"resourceType":"DocumentReference"} +{"id":"d6a228a7-7397-5cb8-87a8-666ce2d9f6c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19114/analysis/NA19114.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000186#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/295544ea-1cf4-57d3-8850-46029f697278"},"resourceType":"DocumentReference"} +{"id":"7b4ab846-d26f-5ccf-b143-e45aa916f5b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19114/analysis/NA19114.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000186#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/295544ea-1cf4-57d3-8850-46029f697278"},"resourceType":"DocumentReference"} +{"id":"860e3098-8e29-569e-80f8-21859beaa276","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19114/analysis/NA19114.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000186#sample/cram"}],"status":"current","subject":{"reference":"Patient/295544ea-1cf4-57d3-8850-46029f697278"},"resourceType":"DocumentReference"} +{"id":"818b5437-aeb8-5674-a6a1-f503db22f6d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19116/analysis/NA19116.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000187#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c2816126-8dfa-51a3-991b-90845a13beb9"},"resourceType":"DocumentReference"} +{"id":"eb03d470-201e-54c0-b702-4c6a8d5e2917","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19116/analysis/NA19116.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000187#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c2816126-8dfa-51a3-991b-90845a13beb9"},"resourceType":"DocumentReference"} +{"id":"de85a3b9-a6bd-5b82-99b3-1baf3e350fd9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19116/analysis/NA19116.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000187#sample/cram"}],"status":"current","subject":{"reference":"Patient/c2816126-8dfa-51a3-991b-90845a13beb9"},"resourceType":"DocumentReference"} +{"id":"22ece597-e9be-5899-888a-8b6635f990b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19119/analysis/NA19119.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000188#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/30e5fa6b-1da5-54e1-8e23-068d6129901a"},"resourceType":"DocumentReference"} +{"id":"44ad33c5-37c3-5fde-bb03-51548b511cde","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19119/analysis/NA19119.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000188#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/30e5fa6b-1da5-54e1-8e23-068d6129901a"},"resourceType":"DocumentReference"} +{"id":"a57d88c8-df69-58b3-85d7-2f7478f7eb73","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19119/analysis/NA19119.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000188#sample/cram"}],"status":"current","subject":{"reference":"Patient/30e5fa6b-1da5-54e1-8e23-068d6129901a"},"resourceType":"DocumentReference"} +{"id":"9eb6b428-8d00-5313-a7f0-8233b631bf4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19129/analysis/NA19129.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000189#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ea2fcd39-b476-5cee-a0ef-6e58ae7c7a9f"},"resourceType":"DocumentReference"} +{"id":"466447b7-b05f-58e7-a70b-8a070a63af99","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19129/analysis/NA19129.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000189#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ea2fcd39-b476-5cee-a0ef-6e58ae7c7a9f"},"resourceType":"DocumentReference"} +{"id":"3a9d2da0-8694-5e2d-a5c0-d16b57413719","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19129/analysis/NA19129.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000189#sample/cram"}],"status":"current","subject":{"reference":"Patient/ea2fcd39-b476-5cee-a0ef-6e58ae7c7a9f"},"resourceType":"DocumentReference"} +{"id":"929f94f9-8858-52cf-85c0-3e704b124c75","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19131/analysis/NA19131.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000190#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/17e36af5-d25d-5aa9-9663-9269909d2449"},"resourceType":"DocumentReference"} +{"id":"e5d5737d-b077-5805-b81c-f10d2c17666a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19131/analysis/NA19131.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000190#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/17e36af5-d25d-5aa9-9663-9269909d2449"},"resourceType":"DocumentReference"} +{"id":"193a202b-d57e-5d14-bcc1-97db7058ff1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19131/analysis/NA19131.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000190#sample/cram"}],"status":"current","subject":{"reference":"Patient/17e36af5-d25d-5aa9-9663-9269909d2449"},"resourceType":"DocumentReference"} +{"id":"069c19e5-d5f6-5288-be0f-85c7a1a15a3b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19137/analysis/NA19137.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000191#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c6cf0653-5c6c-5562-93bd-8caa440b2648"},"resourceType":"DocumentReference"} +{"id":"80f3edbc-52a8-5f1d-8949-6c0a4ab30308","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19137/analysis/NA19137.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000191#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c6cf0653-5c6c-5562-93bd-8caa440b2648"},"resourceType":"DocumentReference"} +{"id":"7ea503ac-721e-5a47-a57b-89b49b4334f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19137/analysis/NA19137.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000191#sample/cram"}],"status":"current","subject":{"reference":"Patient/c6cf0653-5c6c-5562-93bd-8caa440b2648"},"resourceType":"DocumentReference"} +{"id":"08ce9a81-e100-5b08-a2e9-104182e954eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19138/analysis/NA19138.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000192#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7aaa98ca-2e91-5a92-b7cf-88bf00779683"},"resourceType":"DocumentReference"} +{"id":"2fec61d7-a112-5ed5-bd07-e5efbf86e303","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19138/analysis/NA19138.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000192#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7aaa98ca-2e91-5a92-b7cf-88bf00779683"},"resourceType":"DocumentReference"} +{"id":"fce5f535-4d2f-54ac-9e03-e3dde554a1d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19138/analysis/NA19138.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000192#sample/cram"}],"status":"current","subject":{"reference":"Patient/7aaa98ca-2e91-5a92-b7cf-88bf00779683"},"resourceType":"DocumentReference"} +{"id":"7e30a5ac-f3bd-5588-ab91-6ef541fa85ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19141/analysis/NA19141.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000193#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/46f01bd5-8c06-5379-9bd2-e713b072b0ad"},"resourceType":"DocumentReference"} +{"id":"f10e4488-8339-5059-ada9-a17d289c1da5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19141/analysis/NA19141.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000193#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/46f01bd5-8c06-5379-9bd2-e713b072b0ad"},"resourceType":"DocumentReference"} +{"id":"35e8b625-e94e-5a6e-8961-ccb1fbabce57","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19141/analysis/NA19141.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000193#sample/cram"}],"status":"current","subject":{"reference":"Patient/46f01bd5-8c06-5379-9bd2-e713b072b0ad"},"resourceType":"DocumentReference"} +{"id":"5a99a7c0-6801-5ab2-bbd3-6e846295d31c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19143/analysis/NA19143.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000194#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/34b6a5ad-1679-57a4-a870-d23754e484f5"},"resourceType":"DocumentReference"} +{"id":"d4cd6cfc-9659-5c15-9a5f-bb1139b12629","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19143/analysis/NA19143.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000194#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/34b6a5ad-1679-57a4-a870-d23754e484f5"},"resourceType":"DocumentReference"} +{"id":"1bc18e5d-d3b0-59d5-8eae-667d2c5e6636","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19143/analysis/NA19143.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000194#sample/cram"}],"status":"current","subject":{"reference":"Patient/34b6a5ad-1679-57a4-a870-d23754e484f5"},"resourceType":"DocumentReference"} +{"id":"c6f15d47-b388-56b2-964d-7972ee311ee7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19144/analysis/NA19144.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000195#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6753ef49-cf0e-52b6-8c3d-9c7184ce5c22"},"resourceType":"DocumentReference"} +{"id":"e150c6cc-55af-58e8-ad43-e3139a674d51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19144/analysis/NA19144.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000195#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6753ef49-cf0e-52b6-8c3d-9c7184ce5c22"},"resourceType":"DocumentReference"} +{"id":"a77f96c4-414c-5dbd-824c-1f2ed889d6bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19144/analysis/NA19144.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000195#sample/cram"}],"status":"current","subject":{"reference":"Patient/6753ef49-cf0e-52b6-8c3d-9c7184ce5c22"},"resourceType":"DocumentReference"} +{"id":"2b3141ea-4ad1-5063-bda4-41371c814cbc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19147/analysis/NA19147.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000196#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3a31ebc0-47ab-51d4-a346-63ca5a8ff12c"},"resourceType":"DocumentReference"} +{"id":"d2c4d589-cc70-5763-933a-6608f2cab76e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19147/analysis/NA19147.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000196#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3a31ebc0-47ab-51d4-a346-63ca5a8ff12c"},"resourceType":"DocumentReference"} +{"id":"b988c745-162e-5017-b4fc-765c35d35187","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19147/analysis/NA19147.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000196#sample/cram"}],"status":"current","subject":{"reference":"Patient/3a31ebc0-47ab-51d4-a346-63ca5a8ff12c"},"resourceType":"DocumentReference"} +{"id":"b0b7bf1f-ecac-5be0-a669-a1456612a585","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19152/analysis/NA19152.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000197#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ebe62159-2599-5235-b9d4-3c314875545b"},"resourceType":"DocumentReference"} +{"id":"90a86c16-534f-5dbd-a0a2-dfc1f4dbddd9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19152/analysis/NA19152.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000197#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ebe62159-2599-5235-b9d4-3c314875545b"},"resourceType":"DocumentReference"} +{"id":"6a589b2e-2a29-549c-a0d2-01a12b8ae135","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19152/analysis/NA19152.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000197#sample/cram"}],"status":"current","subject":{"reference":"Patient/ebe62159-2599-5235-b9d4-3c314875545b"},"resourceType":"DocumentReference"} +{"id":"3544a72f-639f-562e-93ba-980e03af8c86","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19153/analysis/NA19153.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000198#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6efc688e-ca25-592a-a74f-2823fd6aae50"},"resourceType":"DocumentReference"} +{"id":"43fd3fa9-ab1d-5556-8f54-f5237741fed3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19153/analysis/NA19153.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000198#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6efc688e-ca25-592a-a74f-2823fd6aae50"},"resourceType":"DocumentReference"} +{"id":"b218204a-a691-5a3c-92e7-24f4c7423a2f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19153/analysis/NA19153.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000198#sample/cram"}],"status":"current","subject":{"reference":"Patient/6efc688e-ca25-592a-a74f-2823fd6aae50"},"resourceType":"DocumentReference"} +{"id":"eb81fc03-8d5b-553e-85ee-a1d273824fa2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19159/analysis/NA19159.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000199#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/40f2c591-9378-54ef-830d-e89fd76c91d1"},"resourceType":"DocumentReference"} +{"id":"b03c2dcb-9503-560a-ad63-fb2a9a0a55bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19159/analysis/NA19159.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000199#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/40f2c591-9378-54ef-830d-e89fd76c91d1"},"resourceType":"DocumentReference"} +{"id":"f1e55c1c-901c-5a20-8615-c70ff320704d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19159/analysis/NA19159.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000199#sample/cram"}],"status":"current","subject":{"reference":"Patient/40f2c591-9378-54ef-830d-e89fd76c91d1"},"resourceType":"DocumentReference"} +{"id":"ce644c0a-b527-5332-9f8b-1d8f24c9d619","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19160/analysis/NA19160.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000200#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f5d4879b-b3bb-5b3d-a652-d3b110aaa99c"},"resourceType":"DocumentReference"} +{"id":"cfc2f819-7416-58df-81e3-120ed6a69cce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19160/analysis/NA19160.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000200#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f5d4879b-b3bb-5b3d-a652-d3b110aaa99c"},"resourceType":"DocumentReference"} +{"id":"c2d41947-3334-5acd-b4f8-f180a46a2274","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19160/analysis/NA19160.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000200#sample/cram"}],"status":"current","subject":{"reference":"Patient/f5d4879b-b3bb-5b3d-a652-d3b110aaa99c"},"resourceType":"DocumentReference"} +{"id":"51714dad-0669-5137-bf3b-1f5f7bf3cdbb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19171/analysis/NA19171.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000201#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/537d1c2c-3d9f-556f-aaa3-aab0dc0e079f"},"resourceType":"DocumentReference"} +{"id":"27287ad4-5588-59d1-8bb7-9d64969b6605","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19171/analysis/NA19171.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000201#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/537d1c2c-3d9f-556f-aaa3-aab0dc0e079f"},"resourceType":"DocumentReference"} +{"id":"268df82d-adb2-5b52-8c7e-1bc43064c87d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19171/analysis/NA19171.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000201#sample/cram"}],"status":"current","subject":{"reference":"Patient/537d1c2c-3d9f-556f-aaa3-aab0dc0e079f"},"resourceType":"DocumentReference"} +{"id":"c9efc50a-c89d-55eb-a30e-21ded894ccb6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19172/analysis/NA19172.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000202#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/49144eed-f13a-5b7a-a190-0dccd8512c83"},"resourceType":"DocumentReference"} +{"id":"5007f0d5-7b70-5828-9bf1-cd411ca21b53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19172/analysis/NA19172.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000202#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/49144eed-f13a-5b7a-a190-0dccd8512c83"},"resourceType":"DocumentReference"} +{"id":"605613ca-1889-51c7-b9ae-cf25624a7eec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19172/analysis/NA19172.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000202#sample/cram"}],"status":"current","subject":{"reference":"Patient/49144eed-f13a-5b7a-a190-0dccd8512c83"},"resourceType":"DocumentReference"} +{"id":"1b84ee13-6d74-5856-9ce8-5f4149da52be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19190/analysis/NA19190.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000203#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6bc94cbd-b5ce-5e1b-ab1f-9ab0edd8bc5c"},"resourceType":"DocumentReference"} +{"id":"8e5ea444-8034-51dc-89f9-7967b94746ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19190/analysis/NA19190.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000203#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6bc94cbd-b5ce-5e1b-ab1f-9ab0edd8bc5c"},"resourceType":"DocumentReference"} +{"id":"bf433bb8-4489-5dd3-9ccb-49cce837f2de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19190/analysis/NA19190.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000203#sample/cram"}],"status":"current","subject":{"reference":"Patient/6bc94cbd-b5ce-5e1b-ab1f-9ab0edd8bc5c"},"resourceType":"DocumentReference"} +{"id":"348d3065-a45d-5e0c-a7ef-accbe9cba18d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19200/analysis/NA19200.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000204#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9bcee41d-f67f-580c-abdf-01df4784bfa3"},"resourceType":"DocumentReference"} +{"id":"535442d1-1a94-5505-880e-75fef85a2ed0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19200/analysis/NA19200.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000204#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9bcee41d-f67f-580c-abdf-01df4784bfa3"},"resourceType":"DocumentReference"} +{"id":"bb1c66e3-757a-5a02-bbe0-f1bf6540f521","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19200/analysis/NA19200.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000204#sample/cram"}],"status":"current","subject":{"reference":"Patient/9bcee41d-f67f-580c-abdf-01df4784bfa3"},"resourceType":"DocumentReference"} +{"id":"2f3939c5-2065-5844-8ff5-1e767aaa6003","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19201/analysis/NA19201.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000205#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6bbf49e8-f907-5e25-989e-2c5015582b56"},"resourceType":"DocumentReference"} +{"id":"ae40c334-e0ef-5e90-bfea-15df85c8702c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19201/analysis/NA19201.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000205#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6bbf49e8-f907-5e25-989e-2c5015582b56"},"resourceType":"DocumentReference"} +{"id":"b02fd6df-016c-5221-b2ca-8e273b09c246","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19201/analysis/NA19201.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000205#sample/cram"}],"status":"current","subject":{"reference":"Patient/6bbf49e8-f907-5e25-989e-2c5015582b56"},"resourceType":"DocumentReference"} +{"id":"9e0b8107-605c-5543-bece-d9a23cf71ce9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19204/analysis/NA19204.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000206#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f6caf009-21c5-58ed-8750-fadf3054b282"},"resourceType":"DocumentReference"} +{"id":"6869f623-7c1b-5961-ac28-ceabb5422567","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19204/analysis/NA19204.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000206#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f6caf009-21c5-58ed-8750-fadf3054b282"},"resourceType":"DocumentReference"} +{"id":"9374fd4c-a122-5e72-b8a2-b8561016ffb2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19204/analysis/NA19204.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000206#sample/cram"}],"status":"current","subject":{"reference":"Patient/f6caf009-21c5-58ed-8750-fadf3054b282"},"resourceType":"DocumentReference"} +{"id":"c28b7ff5-db0d-538f-9578-a72fabf9594b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19206/analysis/NA19206.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000207#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/be180678-9b82-5407-bf59-97f716b97eb2"},"resourceType":"DocumentReference"} +{"id":"2bdc9eca-d297-58be-b39b-d4c7430b4226","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19206/analysis/NA19206.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000207#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/be180678-9b82-5407-bf59-97f716b97eb2"},"resourceType":"DocumentReference"} +{"id":"bee101fc-6b6d-50d2-b473-d85afd1127f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19206/analysis/NA19206.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000207#sample/cram"}],"status":"current","subject":{"reference":"Patient/be180678-9b82-5407-bf59-97f716b97eb2"},"resourceType":"DocumentReference"} +{"id":"a65d0e35-25bb-5f2b-bb0c-e54a61e4850c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19207/analysis/NA19207.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000208#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dfe15bef-423a-5b27-b00c-5de8e91cdb24"},"resourceType":"DocumentReference"} +{"id":"f4da4c91-c258-526a-8860-76d6a86207a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19207/analysis/NA19207.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000208#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dfe15bef-423a-5b27-b00c-5de8e91cdb24"},"resourceType":"DocumentReference"} +{"id":"aebe3508-e812-5c00-a9c5-d3c720205db4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19207/analysis/NA19207.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000208#sample/cram"}],"status":"current","subject":{"reference":"Patient/dfe15bef-423a-5b27-b00c-5de8e91cdb24"},"resourceType":"DocumentReference"} +{"id":"3c4009a4-cd4f-5c39-beaf-0669afff8f18","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19209/analysis/NA19209.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000209#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fa49b941-e0b5-5517-8c2b-84c01b773e30"},"resourceType":"DocumentReference"} +{"id":"a44bb4e8-7fc6-5991-919c-6d485de549b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19209/analysis/NA19209.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000209#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fa49b941-e0b5-5517-8c2b-84c01b773e30"},"resourceType":"DocumentReference"} +{"id":"7660c060-f814-5060-b8b1-6dd2e065570b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19209/analysis/NA19209.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000209#sample/cram"}],"status":"current","subject":{"reference":"Patient/fa49b941-e0b5-5517-8c2b-84c01b773e30"},"resourceType":"DocumentReference"} +{"id":"7f34b4cc-d49d-5313-8912-c6620cb7407d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19210/analysis/NA19210.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000210#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/64d4192a-18a2-56de-98ac-d87007f95c24"},"resourceType":"DocumentReference"} +{"id":"009199b4-b8be-57cf-a87a-c0549367a9e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19210/analysis/NA19210.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000210#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/64d4192a-18a2-56de-98ac-d87007f95c24"},"resourceType":"DocumentReference"} +{"id":"96a6623b-9129-53a0-991b-7d428208e986","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19210/analysis/NA19210.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000210#sample/cram"}],"status":"current","subject":{"reference":"Patient/64d4192a-18a2-56de-98ac-d87007f95c24"},"resourceType":"DocumentReference"} +{"id":"6a9dc3d1-d8bd-5684-bec8-b68863dbfd03","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19225/analysis/NA19225.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000211#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/87218645-16c1-5aaf-a9d6-08577f75f7f9"},"resourceType":"DocumentReference"} +{"id":"b0224d64-29ed-508f-b5d4-e0193df69e27","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19225/analysis/NA19225.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000211#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/87218645-16c1-5aaf-a9d6-08577f75f7f9"},"resourceType":"DocumentReference"} +{"id":"c50c3230-ad80-5d03-a632-4c2e19220031","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19225/analysis/NA19225.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000211#sample/cram"}],"status":"current","subject":{"reference":"Patient/87218645-16c1-5aaf-a9d6-08577f75f7f9"},"resourceType":"DocumentReference"} +{"id":"f8ae92fb-645d-5f71-8384-8d0666909c4e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19238/analysis/NA19238.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000212#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/848b7758-b426-5a72-bccb-20b8c505f9c0"},"resourceType":"DocumentReference"} +{"id":"e33e14c7-5a9b-5288-9408-58cbebf24069","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19238/analysis/NA19238.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000212#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/848b7758-b426-5a72-bccb-20b8c505f9c0"},"resourceType":"DocumentReference"} +{"id":"2917252e-5cab-5647-9ba7-0bd09137c8d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19238/analysis/NA19238.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000212#sample/cram"}],"status":"current","subject":{"reference":"Patient/848b7758-b426-5a72-bccb-20b8c505f9c0"},"resourceType":"DocumentReference"} +{"id":"24e93928-c7a4-5325-af84-d1c060d7cf30","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19239/analysis/NA19239.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000213#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c884324c-3846-5543-b121-a682dd12d23b"},"resourceType":"DocumentReference"} +{"id":"7bfd6a82-4bf4-5227-bcd6-59f687bd3cd4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19239/analysis/NA19239.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000213#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c884324c-3846-5543-b121-a682dd12d23b"},"resourceType":"DocumentReference"} +{"id":"3d4c5aea-71c1-56f1-b9dd-331ad05245ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19239/analysis/NA19239.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000213#sample/cram"}],"status":"current","subject":{"reference":"Patient/c884324c-3846-5543-b121-a682dd12d23b"},"resourceType":"DocumentReference"} +{"id":"f3d18163-dd68-5cb9-9d90-a0b7ff6283a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19257/analysis/NA19257.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000215#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b5229129-918b-5f0c-9ea3-4e1a369bab93"},"resourceType":"DocumentReference"} +{"id":"48554a6d-31f1-5be4-8ea0-6150552dcaf8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19257/analysis/NA19257.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000215#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b5229129-918b-5f0c-9ea3-4e1a369bab93"},"resourceType":"DocumentReference"} +{"id":"8b10c160-b465-51e9-85a3-808280589c07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19257/analysis/NA19257.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000215#sample/cram"}],"status":"current","subject":{"reference":"Patient/b5229129-918b-5f0c-9ea3-4e1a369bab93"},"resourceType":"DocumentReference"} +{"id":"9818c37b-f3e8-527c-b10a-988be7b0e34d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA07056/analysis/NA07056.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000594#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5888f5c8-a43a-5bce-8d64-914c1bbb6943"},"resourceType":"DocumentReference"} +{"id":"076615a2-bc5b-5769-a533-b13d0a7d4f0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA07056/analysis/NA07056.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000594#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5888f5c8-a43a-5bce-8d64-914c1bbb6943"},"resourceType":"DocumentReference"} +{"id":"79a3cfb2-77ce-51f3-9a85-a991d179c074","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA07056/analysis/NA07056.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000594#sample/cram"}],"status":"current","subject":{"reference":"Patient/5888f5c8-a43a-5bce-8d64-914c1bbb6943"},"resourceType":"DocumentReference"} +{"id":"1dabea37-a272-5ffc-9a9f-5664b92faa6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18614/analysis/NA18614.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000607#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b9edffb0-f5f9-50f2-ba83-7e0549af9b14"},"resourceType":"DocumentReference"} +{"id":"ac6e4ac4-2d79-5d6e-bd27-4e60070f374b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18614/analysis/NA18614.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000607#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b9edffb0-f5f9-50f2-ba83-7e0549af9b14"},"resourceType":"DocumentReference"} +{"id":"c640fbf7-8fd6-5bb9-b1c4-9ef40126f52c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18614/analysis/NA18614.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000607#sample/cram"}],"status":"current","subject":{"reference":"Patient/b9edffb0-f5f9-50f2-ba83-7e0549af9b14"},"resourceType":"DocumentReference"} +{"id":"06338cb7-b5cd-5db4-9e21-808d984a624e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA06984/analysis/NA06984.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000609#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/43413240-6b27-51cb-8a61-e7e10f8c9b0e"},"resourceType":"DocumentReference"} +{"id":"330c9cbc-5f13-599d-9caa-7e1fd3f05a99","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA06984/analysis/NA06984.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000609#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/43413240-6b27-51cb-8a61-e7e10f8c9b0e"},"resourceType":"DocumentReference"} +{"id":"0d0425d9-5de0-5df1-b802-b086bbd4708d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA06984/analysis/NA06984.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000609#sample/cram"}],"status":"current","subject":{"reference":"Patient/43413240-6b27-51cb-8a61-e7e10f8c9b0e"},"resourceType":"DocumentReference"} +{"id":"f65225ba-b58f-567c-bb90-777b96d27792","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA06989/analysis/NA06989.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000610#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/88e33f50-76df-5337-ac5f-ac11c9bb985b"},"resourceType":"DocumentReference"} +{"id":"ae754db5-1a8c-5ea0-a470-7d3328595e96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA06989/analysis/NA06989.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000610#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/88e33f50-76df-5337-ac5f-ac11c9bb985b"},"resourceType":"DocumentReference"} +{"id":"63687ab7-a7bc-5851-9a6a-a53559b10418","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA06989/analysis/NA06989.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000610#sample/cram"}],"status":"current","subject":{"reference":"Patient/88e33f50-76df-5337-ac5f-ac11c9bb985b"},"resourceType":"DocumentReference"} +{"id":"0dadd72f-dc9e-59a1-858a-594cc885bb56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11843/analysis/NA11843.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000611#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3ebf0254-bdfd-53a6-9d7f-87ad1db443de"},"resourceType":"DocumentReference"} +{"id":"04482cd8-c145-5eed-b8b9-c95a00fe7830","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11843/analysis/NA11843.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000611#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3ebf0254-bdfd-53a6-9d7f-87ad1db443de"},"resourceType":"DocumentReference"} +{"id":"83a39cf1-83ff-5952-822d-6fd77cf3dd08","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11843/analysis/NA11843.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000611#sample/cram"}],"status":"current","subject":{"reference":"Patient/3ebf0254-bdfd-53a6-9d7f-87ad1db443de"},"resourceType":"DocumentReference"} +{"id":"890a0f0d-ff27-561f-9662-8b142a4e84ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11892/analysis/NA11892.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000612#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/78e9d9dd-0a67-5818-a2e3-15d0b5bf5f7d"},"resourceType":"DocumentReference"} +{"id":"451b8bec-bd32-59c0-8f09-3b1e3146016d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11892/analysis/NA11892.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000612#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/78e9d9dd-0a67-5818-a2e3-15d0b5bf5f7d"},"resourceType":"DocumentReference"} +{"id":"d4b72ce5-34cc-529b-acf8-8dc0ab46af73","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11892/analysis/NA11892.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000612#sample/cram"}],"status":"current","subject":{"reference":"Patient/78e9d9dd-0a67-5818-a2e3-15d0b5bf5f7d"},"resourceType":"DocumentReference"} +{"id":"99b0a02a-14a0-5ba0-9b01-0fd862735969","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11893/analysis/NA11893.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000613#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d4c8c3db-86a5-5b86-b2b6-e64449e8092c"},"resourceType":"DocumentReference"} +{"id":"9d8101e2-d4db-5ff6-a291-385f09bcd020","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11893/analysis/NA11893.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000613#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d4c8c3db-86a5-5b86-b2b6-e64449e8092c"},"resourceType":"DocumentReference"} +{"id":"90cd35f1-ff09-558d-8068-7fa67b5aa5c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11893/analysis/NA11893.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000613#sample/cram"}],"status":"current","subject":{"reference":"Patient/d4c8c3db-86a5-5b86-b2b6-e64449e8092c"},"resourceType":"DocumentReference"} +{"id":"347e6256-e365-5619-8400-70251c0f4984","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11930/analysis/NA11930.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000614#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6ee5ee78-9d48-549b-a309-94b964ff661b"},"resourceType":"DocumentReference"} +{"id":"51c77b5a-d480-59ce-bc6a-fe85bfa4fbb9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11930/analysis/NA11930.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000614#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6ee5ee78-9d48-549b-a309-94b964ff661b"},"resourceType":"DocumentReference"} +{"id":"2027630c-653d-5873-b400-586a3182ed1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11930/analysis/NA11930.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000614#sample/cram"}],"status":"current","subject":{"reference":"Patient/6ee5ee78-9d48-549b-a309-94b964ff661b"},"resourceType":"DocumentReference"} +{"id":"0a48bdb9-a007-5420-8639-8b32db309df9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12058/analysis/NA12058.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000615#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/74ffc0b6-8ed2-5297-8f4e-5e3f8296828e"},"resourceType":"DocumentReference"} +{"id":"81f97262-99b7-5b7a-b087-b58143a89e35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12058/analysis/NA12058.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000615#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/74ffc0b6-8ed2-5297-8f4e-5e3f8296828e"},"resourceType":"DocumentReference"} +{"id":"41a2d00b-c240-5b70-9c8c-efd8557865d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12058/analysis/NA12058.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000615#sample/cram"}],"status":"current","subject":{"reference":"Patient/74ffc0b6-8ed2-5297-8f4e-5e3f8296828e"},"resourceType":"DocumentReference"} +{"id":"178fdae5-cbc5-5569-854f-701fe1634285","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12272/analysis/NA12272.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000616#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/42de3e78-180f-5e1a-9be2-198b94232146"},"resourceType":"DocumentReference"} +{"id":"3210aace-1434-5f79-afd1-db0aee9e6af9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12272/analysis/NA12272.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000616#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/42de3e78-180f-5e1a-9be2-198b94232146"},"resourceType":"DocumentReference"} +{"id":"33784e01-4b62-5b01-954d-ff8dd9bc54c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12272/analysis/NA12272.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000616#sample/cram"}],"status":"current","subject":{"reference":"Patient/42de3e78-180f-5e1a-9be2-198b94232146"},"resourceType":"DocumentReference"} +{"id":"85e71c35-44af-58d2-a217-94314bc913f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12273/analysis/NA12273.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000617#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b2246eb1-e1b8-5b98-bdad-5d04cdd5ee86"},"resourceType":"DocumentReference"} +{"id":"b4e85eb2-a2f1-51aa-9d58-5ef927c3708e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12273/analysis/NA12273.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000617#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b2246eb1-e1b8-5b98-bdad-5d04cdd5ee86"},"resourceType":"DocumentReference"} +{"id":"d2f14947-a686-5e25-8762-0c8c4e754a93","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12273/analysis/NA12273.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000617#sample/cram"}],"status":"current","subject":{"reference":"Patient/b2246eb1-e1b8-5b98-bdad-5d04cdd5ee86"},"resourceType":"DocumentReference"} +{"id":"aa102fc1-f44b-53e4-864e-813cd7f5e692","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12275/analysis/NA12275.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000618#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/351935c0-8ace-5ab6-9c47-428ad7fcc0c6"},"resourceType":"DocumentReference"} +{"id":"9f2a3918-a19b-5622-9848-27a634f2de5e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12275/analysis/NA12275.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000618#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/351935c0-8ace-5ab6-9c47-428ad7fcc0c6"},"resourceType":"DocumentReference"} +{"id":"03d48692-8e16-55f8-b124-2415733f0f32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12275/analysis/NA12275.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000618#sample/cram"}],"status":"current","subject":{"reference":"Patient/351935c0-8ace-5ab6-9c47-428ad7fcc0c6"},"resourceType":"DocumentReference"} +{"id":"c66c1523-21ca-534c-9683-2f43b26b96fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12282/analysis/NA12282.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000619#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a344167b-b372-53f2-bc60-f138b8480b3c"},"resourceType":"DocumentReference"} +{"id":"4ca93114-2746-5e01-8c3b-295bb6dde78c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12282/analysis/NA12282.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000619#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a344167b-b372-53f2-bc60-f138b8480b3c"},"resourceType":"DocumentReference"} +{"id":"3e0f7078-b453-5598-8f80-a0061aa26751","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12282/analysis/NA12282.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000619#sample/cram"}],"status":"current","subject":{"reference":"Patient/a344167b-b372-53f2-bc60-f138b8480b3c"},"resourceType":"DocumentReference"} +{"id":"b20e7bfa-c85e-594e-a135-6d80f9a273a2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12283/analysis/NA12283.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000620#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3dc64e95-db2c-58bb-b498-2d503c574528"},"resourceType":"DocumentReference"} +{"id":"79a1fde9-061f-501a-a819-3b9a50a616e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12283/analysis/NA12283.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000620#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3dc64e95-db2c-58bb-b498-2d503c574528"},"resourceType":"DocumentReference"} +{"id":"8eeca3a6-dfd9-55da-b293-357f8495c530","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12283/analysis/NA12283.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000620#sample/cram"}],"status":"current","subject":{"reference":"Patient/3dc64e95-db2c-58bb-b498-2d503c574528"},"resourceType":"DocumentReference"} +{"id":"e73f8ae9-c15a-5a8c-8d18-d2f7bfbea4ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12286/analysis/NA12286.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000621#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a24d2606-7acc-5298-9204-3f0674def29e"},"resourceType":"DocumentReference"} +{"id":"84a339da-b0f2-5bbc-a0ab-a8326e3a942c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12286/analysis/NA12286.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000621#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a24d2606-7acc-5298-9204-3f0674def29e"},"resourceType":"DocumentReference"} +{"id":"7ffc1c03-f382-578c-9401-97c71824e12e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12286/analysis/NA12286.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000621#sample/cram"}],"status":"current","subject":{"reference":"Patient/a24d2606-7acc-5298-9204-3f0674def29e"},"resourceType":"DocumentReference"} +{"id":"0cc878da-72fc-5885-8f8d-e72bff5a8032","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12340/analysis/NA12340.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000622#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/de224673-b851-5e96-bc72-baa605ad1f7a"},"resourceType":"DocumentReference"} +{"id":"82fb62e1-47fa-56d6-8160-5f807d608088","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12340/analysis/NA12340.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000622#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/de224673-b851-5e96-bc72-baa605ad1f7a"},"resourceType":"DocumentReference"} +{"id":"d5be765e-72eb-539c-aaaa-743592b52a34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12340/analysis/NA12340.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000622#sample/cram"}],"status":"current","subject":{"reference":"Patient/de224673-b851-5e96-bc72-baa605ad1f7a"},"resourceType":"DocumentReference"} +{"id":"11c4242b-618b-508f-b3d6-f71d97d46a34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12341/analysis/NA12341.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000623#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a06bb06a-2bd2-5a83-a824-f7dd2ad53d5f"},"resourceType":"DocumentReference"} +{"id":"56f9a459-0d17-549f-a6b1-549dc79766b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12341/analysis/NA12341.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000623#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a06bb06a-2bd2-5a83-a824-f7dd2ad53d5f"},"resourceType":"DocumentReference"} +{"id":"c5855652-89c3-5f46-bb20-f5625b49370a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12341/analysis/NA12341.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000623#sample/cram"}],"status":"current","subject":{"reference":"Patient/a06bb06a-2bd2-5a83-a824-f7dd2ad53d5f"},"resourceType":"DocumentReference"} +{"id":"78c8afe2-deab-5b23-b191-dc0675eff8f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12342/analysis/NA12342.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000624#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aa34bad1-e66f-5606-9dee-1c6b2369cbc4"},"resourceType":"DocumentReference"} +{"id":"8b4d044e-56d2-59e6-9e4e-85cddf4e8591","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12342/analysis/NA12342.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000624#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aa34bad1-e66f-5606-9dee-1c6b2369cbc4"},"resourceType":"DocumentReference"} +{"id":"105f0249-2a4e-5c43-8929-89848601d97c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12342/analysis/NA12342.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000624#sample/cram"}],"status":"current","subject":{"reference":"Patient/aa34bad1-e66f-5606-9dee-1c6b2369cbc4"},"resourceType":"DocumentReference"} +{"id":"a1a702f0-9ef4-5a93-a348-8e0577455ad8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12347/analysis/NA12347.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000625#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8c43887c-a7f6-5b64-be17-8df2baf775ff"},"resourceType":"DocumentReference"} +{"id":"aec1c292-5097-59f3-9c74-97a5b222b807","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12347/analysis/NA12347.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000625#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8c43887c-a7f6-5b64-be17-8df2baf775ff"},"resourceType":"DocumentReference"} +{"id":"ec1707f7-b25c-5bde-b844-4cb2559eebdf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12347/analysis/NA12347.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000625#sample/cram"}],"status":"current","subject":{"reference":"Patient/8c43887c-a7f6-5b64-be17-8df2baf775ff"},"resourceType":"DocumentReference"} +{"id":"1fb22649-4710-5f33-a7bb-750063e02826","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12348/analysis/NA12348.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000626#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5f0e7d82-6828-513f-8fca-0eb8f5788567"},"resourceType":"DocumentReference"} +{"id":"21215e90-4246-5b13-a672-5492ba7608ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12348/analysis/NA12348.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000626#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5f0e7d82-6828-513f-8fca-0eb8f5788567"},"resourceType":"DocumentReference"} +{"id":"bef652d6-fb4d-5038-8105-530d4694d39a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12348/analysis/NA12348.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000626#sample/cram"}],"status":"current","subject":{"reference":"Patient/5f0e7d82-6828-513f-8fca-0eb8f5788567"},"resourceType":"DocumentReference"} +{"id":"532bb14f-61ff-57de-801d-7539be9be125","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12383/analysis/NA12383.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000627#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7e73ec22-ce7f-5e5c-8d30-e43d97aaa3e1"},"resourceType":"DocumentReference"} +{"id":"9d3fc4d1-33d4-5a62-a3eb-5484fff0ed13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12383/analysis/NA12383.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000627#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7e73ec22-ce7f-5e5c-8d30-e43d97aaa3e1"},"resourceType":"DocumentReference"} +{"id":"9b34d7bf-60f3-55af-99da-e0dc5bf21b37","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12383/analysis/NA12383.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000627#sample/cram"}],"status":"current","subject":{"reference":"Patient/7e73ec22-ce7f-5e5c-8d30-e43d97aaa3e1"},"resourceType":"DocumentReference"} +{"id":"d00dcfed-3837-5ed5-99e6-d1e5e15fcd91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12399/analysis/NA12399.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000628#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e67b24ee-3c94-5e07-85c7-2422d4dc09ea"},"resourceType":"DocumentReference"} +{"id":"b768804c-6d0c-5a4f-8760-90eabc936c5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12399/analysis/NA12399.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000628#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e67b24ee-3c94-5e07-85c7-2422d4dc09ea"},"resourceType":"DocumentReference"} +{"id":"01932643-9f7a-5b08-a5e1-07cd969cacf7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12399/analysis/NA12399.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000628#sample/cram"}],"status":"current","subject":{"reference":"Patient/e67b24ee-3c94-5e07-85c7-2422d4dc09ea"},"resourceType":"DocumentReference"} +{"id":"2f75b2fa-8978-5e61-9641-72333b84e8cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12400/analysis/NA12400.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000629#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0a6f87dc-0ce7-5537-ad4b-991f74dac001"},"resourceType":"DocumentReference"} +{"id":"4892eca6-dbe4-5ee0-99fc-0c852b8f5833","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12400/analysis/NA12400.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000629#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0a6f87dc-0ce7-5537-ad4b-991f74dac001"},"resourceType":"DocumentReference"} +{"id":"2572dc78-6889-527b-86fa-e443d28bae1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12400/analysis/NA12400.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000629#sample/cram"}],"status":"current","subject":{"reference":"Patient/0a6f87dc-0ce7-5537-ad4b-991f74dac001"},"resourceType":"DocumentReference"} +{"id":"a9e609dd-8d34-5b8c-aea7-69c33d17e51e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12413/analysis/NA12413.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000630#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e8163d4c-1fde-56f2-b4d8-df3507035404"},"resourceType":"DocumentReference"} +{"id":"3d827bb0-e909-5f26-90bd-a77bd2d5d9eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12413/analysis/NA12413.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000630#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e8163d4c-1fde-56f2-b4d8-df3507035404"},"resourceType":"DocumentReference"} +{"id":"1007eecd-1785-54ec-b0ba-7246537d00f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12413/analysis/NA12413.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000630#sample/cram"}],"status":"current","subject":{"reference":"Patient/e8163d4c-1fde-56f2-b4d8-df3507035404"},"resourceType":"DocumentReference"} +{"id":"1c99566d-954c-55a1-8f96-51a5b996e027","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12546/analysis/NA12546.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000631#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5ef5ddbb-e302-5904-ab3d-3c14ad346052"},"resourceType":"DocumentReference"} +{"id":"e30fd5bc-f57b-555f-9457-485f5c6bcd4a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12546/analysis/NA12546.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000631#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5ef5ddbb-e302-5904-ab3d-3c14ad346052"},"resourceType":"DocumentReference"} +{"id":"7c0e9f10-d979-5b7d-8e77-72b7d3ae4f9e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12546/analysis/NA12546.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000631#sample/cram"}],"status":"current","subject":{"reference":"Patient/5ef5ddbb-e302-5904-ab3d-3c14ad346052"},"resourceType":"DocumentReference"} +{"id":"3c9f300e-9873-5ad8-b078-794f54edfc22","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12546B/analysis/NA12546B.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000631#sample/gVCF"}],"status":"current","subject":{"reference":"Patient/5ef5ddbb-e302-5904-ab3d-3c14ad346052"},"resourceType":"DocumentReference"} +{"id":"df6fb2e1-790e-54b5-88e2-61de4af2cd8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12718/analysis/NA12718.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000632#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/195d5104-5363-5d3d-963e-bdc31f223aa2"},"resourceType":"DocumentReference"} +{"id":"1f545631-6062-50c1-ad9f-296f5f9e5bef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12718/analysis/NA12718.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000632#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/195d5104-5363-5d3d-963e-bdc31f223aa2"},"resourceType":"DocumentReference"} +{"id":"1bc8f40a-5878-577a-817e-43f236ddf50d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12718/analysis/NA12718.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000632#sample/cram"}],"status":"current","subject":{"reference":"Patient/195d5104-5363-5d3d-963e-bdc31f223aa2"},"resourceType":"DocumentReference"} +{"id":"77e0589a-4e8f-5ed1-8d62-89561b23fa05","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12748/analysis/NA12748.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000633#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/58ef7bee-aee2-51a4-a472-49a4f8366e71"},"resourceType":"DocumentReference"} +{"id":"fee6bc91-7bbc-59bb-a384-48aa23f0076b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12748/analysis/NA12748.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000633#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/58ef7bee-aee2-51a4-a472-49a4f8366e71"},"resourceType":"DocumentReference"} +{"id":"ac37ae6c-85b0-5ffd-a6ad-d254cdfa0cb4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12748/analysis/NA12748.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000633#sample/cram"}],"status":"current","subject":{"reference":"Patient/58ef7bee-aee2-51a4-a472-49a4f8366e71"},"resourceType":"DocumentReference"} +{"id":"f53fd844-db7f-5d59-814a-c5ecc1e50752","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12775/analysis/NA12775.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000634#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7cb36968-9121-552a-9593-84d38e27bec5"},"resourceType":"DocumentReference"} +{"id":"6ff8670c-8bd6-50c2-b295-97d5a77380d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12775/analysis/NA12775.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000634#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7cb36968-9121-552a-9593-84d38e27bec5"},"resourceType":"DocumentReference"} +{"id":"a2546e80-c16c-52a4-87de-7b6e83601ab0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12775/analysis/NA12775.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000634#sample/cram"}],"status":"current","subject":{"reference":"Patient/7cb36968-9121-552a-9593-84d38e27bec5"},"resourceType":"DocumentReference"} +{"id":"0e877ea0-3cf0-5532-98db-5b77b4e749ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12777/analysis/NA12777.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000635#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/71394d3f-e39d-58de-8d97-335f8bcc3ecc"},"resourceType":"DocumentReference"} +{"id":"17e720c3-c5ef-514b-8ace-954b9e385ade","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12777/analysis/NA12777.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000635#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/71394d3f-e39d-58de-8d97-335f8bcc3ecc"},"resourceType":"DocumentReference"} +{"id":"964bc215-5eed-5fe1-890a-c71391c42730","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12777/analysis/NA12777.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000635#sample/cram"}],"status":"current","subject":{"reference":"Patient/71394d3f-e39d-58de-8d97-335f8bcc3ecc"},"resourceType":"DocumentReference"} +{"id":"49c4673f-8eec-5078-afdd-d25f2e36446c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12778/analysis/NA12778.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000636#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9c324173-6a13-53e7-977a-421dda8d887d"},"resourceType":"DocumentReference"} +{"id":"755c79dd-370f-5a38-8be4-44eae271fe8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12778/analysis/NA12778.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000636#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9c324173-6a13-53e7-977a-421dda8d887d"},"resourceType":"DocumentReference"} +{"id":"e9f0b59a-7359-5448-b2f4-5c125aefaec2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12778/analysis/NA12778.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000636#sample/cram"}],"status":"current","subject":{"reference":"Patient/9c324173-6a13-53e7-977a-421dda8d887d"},"resourceType":"DocumentReference"} +{"id":"9e24ee7b-0476-5cc3-a0b8-45e0f8f55d7d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12827/analysis/NA12827.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000637#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6e87a5ad-3ef3-5f7d-9979-c91363bf4d1f"},"resourceType":"DocumentReference"} +{"id":"700cacff-3b7d-5d04-8bf9-64625a10cb79","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12827/analysis/NA12827.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000637#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6e87a5ad-3ef3-5f7d-9979-c91363bf4d1f"},"resourceType":"DocumentReference"} +{"id":"ddd12f59-5e39-5c5c-8bc9-20832a79951f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12827/analysis/NA12827.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000637#sample/cram"}],"status":"current","subject":{"reference":"Patient/6e87a5ad-3ef3-5f7d-9979-c91363bf4d1f"},"resourceType":"DocumentReference"} +{"id":"a099b97c-db3b-5400-92e3-8e493d5d1bfb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12829/analysis/NA12829.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000638#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/851ba456-6379-56f2-b09e-abcf2be8bcfc"},"resourceType":"DocumentReference"} +{"id":"2dff0d74-26b8-5aa9-bcff-4ccd251dbef3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12829/analysis/NA12829.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000638#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/851ba456-6379-56f2-b09e-abcf2be8bcfc"},"resourceType":"DocumentReference"} +{"id":"31eee5ff-b199-55c1-9a72-45e0f0a4b537","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12829/analysis/NA12829.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000638#sample/cram"}],"status":"current","subject":{"reference":"Patient/851ba456-6379-56f2-b09e-abcf2be8bcfc"},"resourceType":"DocumentReference"} +{"id":"5b779b62-b970-5c13-8122-051be6d3d765","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12830/analysis/NA12830.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000639#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/41f00aaa-ed6f-5b13-8fed-82fbc952b908"},"resourceType":"DocumentReference"} +{"id":"9358d2f6-eb37-59aa-8770-a3d1206194b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12830/analysis/NA12830.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000639#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/41f00aaa-ed6f-5b13-8fed-82fbc952b908"},"resourceType":"DocumentReference"} +{"id":"8a8eedac-39b8-52cd-9468-cfcb392a2ff4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12830/analysis/NA12830.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000639#sample/cram"}],"status":"current","subject":{"reference":"Patient/41f00aaa-ed6f-5b13-8fed-82fbc952b908"},"resourceType":"DocumentReference"} +{"id":"cd79e117-6efc-5f15-9be7-12837e5b0020","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12830A/analysis/NA12830A.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000639#sample/gVCF"}],"status":"current","subject":{"reference":"Patient/41f00aaa-ed6f-5b13-8fed-82fbc952b908"},"resourceType":"DocumentReference"} +{"id":"cdcc55e7-6d77-544d-9adb-54e4b0d2df02","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12842/analysis/NA12842.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000640#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f34e41f9-5344-527a-8668-7d58af762421"},"resourceType":"DocumentReference"} +{"id":"9f1a0536-d592-5d4f-8e65-3239775a631f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12842/analysis/NA12842.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000640#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f34e41f9-5344-527a-8668-7d58af762421"},"resourceType":"DocumentReference"} +{"id":"c3f12fbe-e2d4-5520-bbf6-6b9867b03505","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12842/analysis/NA12842.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000640#sample/cram"}],"status":"current","subject":{"reference":"Patient/f34e41f9-5344-527a-8668-7d58af762421"},"resourceType":"DocumentReference"} +{"id":"aedf9ee2-fbcd-5df8-9c86-462dc6775426","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12843/analysis/NA12843.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000641#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/04095124-9fd2-550b-960b-42ac6df8bf48"},"resourceType":"DocumentReference"} +{"id":"5ac6ba95-34d3-586f-a601-c42266716161","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12843/analysis/NA12843.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000641#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/04095124-9fd2-550b-960b-42ac6df8bf48"},"resourceType":"DocumentReference"} +{"id":"99792fba-0769-54c9-9e9b-af3758946764","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12843/analysis/NA12843.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000641#sample/cram"}],"status":"current","subject":{"reference":"Patient/04095124-9fd2-550b-960b-42ac6df8bf48"},"resourceType":"DocumentReference"} +{"id":"18ba0938-0c9e-53a0-9c6e-cd1db583270e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12889/analysis/NA12889.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000642#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f75ded40-8c02-5b72-911e-178f81f37381"},"resourceType":"DocumentReference"} +{"id":"6836bdf2-faef-5467-8abe-86b35f79cc90","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12889/analysis/NA12889.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000642#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f75ded40-8c02-5b72-911e-178f81f37381"},"resourceType":"DocumentReference"} +{"id":"9cb51862-9773-54bb-a194-f8576b0d0456","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12889/analysis/NA12889.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000642#sample/cram"}],"status":"current","subject":{"reference":"Patient/f75ded40-8c02-5b72-911e-178f81f37381"},"resourceType":"DocumentReference"} +{"id":"e1814f6e-85db-5512-b813-1ea91956c18b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12890/analysis/NA12890.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000643#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0c4d1e95-b515-50fa-8cd8-8b2f70128d07"},"resourceType":"DocumentReference"} +{"id":"11a0bdd2-9d00-5aaa-96ad-36d918048cc6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12890/analysis/NA12890.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000643#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0c4d1e95-b515-50fa-8cd8-8b2f70128d07"},"resourceType":"DocumentReference"} +{"id":"d05da8b6-898a-5fc3-925d-c4899f3bd151","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12890/analysis/NA12890.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000643#sample/cram"}],"status":"current","subject":{"reference":"Patient/0c4d1e95-b515-50fa-8cd8-8b2f70128d07"},"resourceType":"DocumentReference"} +{"id":"44e0dd0d-0b16-5569-bfcd-e4909ae09c26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18488/analysis/NA18488.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000645#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7050494b-5a58-5e8b-9b83-dd17e99c2ef3"},"resourceType":"DocumentReference"} +{"id":"52892e7c-8d1f-5e31-b7fb-dfa5ed73c19b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18488/analysis/NA18488.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000645#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7050494b-5a58-5e8b-9b83-dd17e99c2ef3"},"resourceType":"DocumentReference"} +{"id":"e72bc980-5c5a-5072-8cc9-80bef1a48182","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18488/analysis/NA18488.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000645#sample/cram"}],"status":"current","subject":{"reference":"Patient/7050494b-5a58-5e8b-9b83-dd17e99c2ef3"},"resourceType":"DocumentReference"} +{"id":"1dbe916d-9348-5a78-9969-1748fecc7b15","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18530/analysis/NA18530.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000648#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bbb9b821-e68d-52db-90c8-90755553c9eb"},"resourceType":"DocumentReference"} +{"id":"af1de521-9787-592b-a10e-9bfbdec512ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18530/analysis/NA18530.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000648#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bbb9b821-e68d-52db-90c8-90755553c9eb"},"resourceType":"DocumentReference"} +{"id":"0928888a-3187-5d7c-9fd0-81183e78a002","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18530/analysis/NA18530.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000648#sample/cram"}],"status":"current","subject":{"reference":"Patient/bbb9b821-e68d-52db-90c8-90755553c9eb"},"resourceType":"DocumentReference"} +{"id":"f2c011ee-f0af-58a1-9bcf-7a95d17bc6c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18534/analysis/NA18534.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000649#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/747e46a9-2222-53db-8b8e-c4672766d9ec"},"resourceType":"DocumentReference"} +{"id":"68831d8b-2a67-561c-ba03-0538afc81022","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18534/analysis/NA18534.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000649#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/747e46a9-2222-53db-8b8e-c4672766d9ec"},"resourceType":"DocumentReference"} +{"id":"5d211881-82fc-58e2-afcd-d61145720930","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18534/analysis/NA18534.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000649#sample/cram"}],"status":"current","subject":{"reference":"Patient/747e46a9-2222-53db-8b8e-c4672766d9ec"},"resourceType":"DocumentReference"} +{"id":"19fde515-ac79-5168-a4ef-2d0058d63226","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18536/analysis/NA18536.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000650#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/045d4115-ea50-5ab2-9f02-caf85e0cb105"},"resourceType":"DocumentReference"} +{"id":"f30a22bb-d139-55f7-b7ab-c780a7316429","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18536/analysis/NA18536.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000650#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/045d4115-ea50-5ab2-9f02-caf85e0cb105"},"resourceType":"DocumentReference"} +{"id":"cb0a2891-6595-508a-b69b-5db0d19d3c6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18536/analysis/NA18536.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000650#sample/cram"}],"status":"current","subject":{"reference":"Patient/045d4115-ea50-5ab2-9f02-caf85e0cb105"},"resourceType":"DocumentReference"} +{"id":"aa9e2664-c4ce-552d-8944-48ee9ddc49dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18543/analysis/NA18543.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000652#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cd6d0566-70da-5c71-a6f6-14c28a02d9e8"},"resourceType":"DocumentReference"} +{"id":"b2bc620a-3fcd-58dd-92eb-97cc26094c63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18543/analysis/NA18543.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000652#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cd6d0566-70da-5c71-a6f6-14c28a02d9e8"},"resourceType":"DocumentReference"} +{"id":"38cdc7a7-5ab7-5f70-b69c-4d4c4654538b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18543/analysis/NA18543.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000652#sample/cram"}],"status":"current","subject":{"reference":"Patient/cd6d0566-70da-5c71-a6f6-14c28a02d9e8"},"resourceType":"DocumentReference"} +{"id":"e8274463-f65d-577f-9c93-5a1bdb9f4d1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18544/analysis/NA18544.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000653#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/96a4c1ac-eb15-5710-9c5b-f751a5e4c6b2"},"resourceType":"DocumentReference"} +{"id":"414b6d69-49b1-5a95-ba7e-97f4393ba1c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18544/analysis/NA18544.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000653#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/96a4c1ac-eb15-5710-9c5b-f751a5e4c6b2"},"resourceType":"DocumentReference"} +{"id":"fbd1ad3c-4604-51cb-98cd-55beec7f6af2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18544/analysis/NA18544.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000653#sample/cram"}],"status":"current","subject":{"reference":"Patient/96a4c1ac-eb15-5710-9c5b-f751a5e4c6b2"},"resourceType":"DocumentReference"} +{"id":"98fb85ab-49e1-5889-a88a-9387f4c7b8ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18546/analysis/NA18546.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000654#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a6773a50-4737-554a-9f9a-1fc8277ebd13"},"resourceType":"DocumentReference"} +{"id":"d4bfc4c8-bc47-599f-ba80-88f21f3ece43","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18546/analysis/NA18546.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000654#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a6773a50-4737-554a-9f9a-1fc8277ebd13"},"resourceType":"DocumentReference"} +{"id":"8d81bcda-c575-5811-b9cf-e1a7f8a45b30","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18546/analysis/NA18546.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000654#sample/cram"}],"status":"current","subject":{"reference":"Patient/a6773a50-4737-554a-9f9a-1fc8277ebd13"},"resourceType":"DocumentReference"} +{"id":"bdd7cdec-1ad2-53b4-bdec-fc43b74b2517","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18548/analysis/NA18548.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000655#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0deaf7d8-f7e7-53e5-899f-40f14407912e"},"resourceType":"DocumentReference"} +{"id":"fd93b6ad-8d63-5d60-bf87-e458fca03a18","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18548/analysis/NA18548.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000655#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0deaf7d8-f7e7-53e5-899f-40f14407912e"},"resourceType":"DocumentReference"} +{"id":"ba5ffae8-f121-587c-8a01-9a8371f958f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18548/analysis/NA18548.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000655#sample/cram"}],"status":"current","subject":{"reference":"Patient/0deaf7d8-f7e7-53e5-899f-40f14407912e"},"resourceType":"DocumentReference"} +{"id":"466c42f4-f8af-5ffb-a829-f56e21416507","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18549/analysis/NA18549.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000656#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/555080d4-81dd-5cba-bdd9-ac46bcda60ae"},"resourceType":"DocumentReference"} +{"id":"9ad3bffe-3ef7-595c-851a-5fc78581b71d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18549/analysis/NA18549.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000656#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/555080d4-81dd-5cba-bdd9-ac46bcda60ae"},"resourceType":"DocumentReference"} +{"id":"0f4c1793-1003-5369-9914-ca603be9442e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18549/analysis/NA18549.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000656#sample/cram"}],"status":"current","subject":{"reference":"Patient/555080d4-81dd-5cba-bdd9-ac46bcda60ae"},"resourceType":"DocumentReference"} +{"id":"e369a1d9-b9af-5eba-9f5a-56614d198e35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18557/analysis/NA18557.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000657#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/245d61fb-fac3-5d68-8b59-3e4ba37f83bf"},"resourceType":"DocumentReference"} +{"id":"ba96a31e-56d5-501c-8a5d-296bf5c6ef78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18557/analysis/NA18557.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000657#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/245d61fb-fac3-5d68-8b59-3e4ba37f83bf"},"resourceType":"DocumentReference"} +{"id":"2a455c1a-f979-5b1c-b3b7-8e6ef8235b5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18557/analysis/NA18557.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000657#sample/cram"}],"status":"current","subject":{"reference":"Patient/245d61fb-fac3-5d68-8b59-3e4ba37f83bf"},"resourceType":"DocumentReference"} +{"id":"667d65e6-a27d-575f-8fb0-64e50e4685c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18559/analysis/NA18559.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000658#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6410bda1-05a7-5ded-be42-745d12372e5f"},"resourceType":"DocumentReference"} +{"id":"ac126bfc-5537-5b45-8c12-31b0bbd3acc2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18559/analysis/NA18559.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000658#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6410bda1-05a7-5ded-be42-745d12372e5f"},"resourceType":"DocumentReference"} +{"id":"dd451d16-307e-51fe-ac7e-3437d8a0dae7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18559/analysis/NA18559.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000658#sample/cram"}],"status":"current","subject":{"reference":"Patient/6410bda1-05a7-5ded-be42-745d12372e5f"},"resourceType":"DocumentReference"} +{"id":"79560efd-0cef-53bf-81f6-2c7a985f854e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18595/analysis/NA18595.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000659#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/60aef3e7-e936-50aa-912b-69edb8cdbd6a"},"resourceType":"DocumentReference"} +{"id":"ffd9e80d-5fb0-5fb8-bace-b12521b6256f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18595/analysis/NA18595.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000659#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/60aef3e7-e936-50aa-912b-69edb8cdbd6a"},"resourceType":"DocumentReference"} +{"id":"70c1346b-5e4e-547e-8bdb-1d20923dcaca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18595/analysis/NA18595.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000659#sample/cram"}],"status":"current","subject":{"reference":"Patient/60aef3e7-e936-50aa-912b-69edb8cdbd6a"},"resourceType":"DocumentReference"} +{"id":"bca1678d-aa4d-5867-80d1-e5da008e6d39","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18596/analysis/NA18596.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000660#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/53b29d5b-22bc-5017-86fe-dfde4fc4dbf1"},"resourceType":"DocumentReference"} +{"id":"b26ac465-45b4-504e-a983-ce12561d27ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18596/analysis/NA18596.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000660#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/53b29d5b-22bc-5017-86fe-dfde4fc4dbf1"},"resourceType":"DocumentReference"} +{"id":"aa3f8483-af73-52ce-89f1-a2ca357df2b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18596/analysis/NA18596.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000660#sample/cram"}],"status":"current","subject":{"reference":"Patient/53b29d5b-22bc-5017-86fe-dfde4fc4dbf1"},"resourceType":"DocumentReference"} +{"id":"9a7a9e90-1a88-5862-916c-d02795291154","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18597/analysis/NA18597.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000661#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a215b592-eafb-5865-a3bf-c00fce7e49e5"},"resourceType":"DocumentReference"} +{"id":"e7650c22-256d-594c-8ec7-98e0f7c61b19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18597/analysis/NA18597.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000661#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a215b592-eafb-5865-a3bf-c00fce7e49e5"},"resourceType":"DocumentReference"} +{"id":"c01bbee8-833a-5701-b5df-ff8c4317daff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18597/analysis/NA18597.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000661#sample/cram"}],"status":"current","subject":{"reference":"Patient/a215b592-eafb-5865-a3bf-c00fce7e49e5"},"resourceType":"DocumentReference"} +{"id":"79dd16e7-7645-5bb0-a979-1ce68a7f6fc2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18599/analysis/NA18599.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000662#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e4f982b5-db0e-54e4-a028-ef340a175c0f"},"resourceType":"DocumentReference"} +{"id":"eec175f7-3142-5153-a9e2-1831339ab857","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18599/analysis/NA18599.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000662#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e4f982b5-db0e-54e4-a028-ef340a175c0f"},"resourceType":"DocumentReference"} +{"id":"7b5ab896-da83-57d4-b85b-8bb7c734fdba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18599/analysis/NA18599.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000662#sample/cram"}],"status":"current","subject":{"reference":"Patient/e4f982b5-db0e-54e4-a028-ef340a175c0f"},"resourceType":"DocumentReference"} +{"id":"66e7c4b3-f4d7-5ca5-8934-dd9f058bbe22","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18602/analysis/NA18602.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000663#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/34786cb6-0b44-5690-b219-39907cab5202"},"resourceType":"DocumentReference"} +{"id":"8271c6d7-2f20-52f6-be38-0e4b75a4758e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18602/analysis/NA18602.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000663#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/34786cb6-0b44-5690-b219-39907cab5202"},"resourceType":"DocumentReference"} +{"id":"cc3c613d-4ddb-5d1a-8d61-b3328cefa3ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18602/analysis/NA18602.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000663#sample/cram"}],"status":"current","subject":{"reference":"Patient/34786cb6-0b44-5690-b219-39907cab5202"},"resourceType":"DocumentReference"} +{"id":"3151d7b7-edf6-50c3-b7e6-ce7e8cd211db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18606/analysis/NA18606.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000664#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/34086669-260a-5a4b-b8f6-3f39898e3505"},"resourceType":"DocumentReference"} +{"id":"9e5774f2-8ec5-586e-b2e9-979c81059add","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18606/analysis/NA18606.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000664#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/34086669-260a-5a4b-b8f6-3f39898e3505"},"resourceType":"DocumentReference"} +{"id":"c44ca0fe-3350-5058-9382-affa4aeb4366","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18606/analysis/NA18606.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000664#sample/cram"}],"status":"current","subject":{"reference":"Patient/34086669-260a-5a4b-b8f6-3f39898e3505"},"resourceType":"DocumentReference"} +{"id":"05045e43-7234-567b-9502-abd2a516a4ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18610/analysis/NA18610.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000665#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3ce8faca-5754-533e-8405-ccddadc5e182"},"resourceType":"DocumentReference"} +{"id":"578496ce-adb7-5e92-831a-c1b93d2e1e1a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18610/analysis/NA18610.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000665#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3ce8faca-5754-533e-8405-ccddadc5e182"},"resourceType":"DocumentReference"} +{"id":"33170e7a-ae9f-59e5-8860-372ac38c6e6c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18610/analysis/NA18610.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000665#sample/cram"}],"status":"current","subject":{"reference":"Patient/3ce8faca-5754-533e-8405-ccddadc5e182"},"resourceType":"DocumentReference"} +{"id":"52257d77-ea9d-5186-8059-473a7f51a27d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18611/analysis/NA18611.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000666#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/31027cef-41dd-5911-8eb3-e150765a01a1"},"resourceType":"DocumentReference"} +{"id":"4d29f486-8418-5ccf-b397-0c3540f09830","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18611/analysis/NA18611.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000666#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/31027cef-41dd-5911-8eb3-e150765a01a1"},"resourceType":"DocumentReference"} +{"id":"c202862b-ad06-5d4f-bbdf-65969b13d14b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18611/analysis/NA18611.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000666#sample/cram"}],"status":"current","subject":{"reference":"Patient/31027cef-41dd-5911-8eb3-e150765a01a1"},"resourceType":"DocumentReference"} +{"id":"50a41775-580c-5187-9697-4ba53cfc5dc2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18612/analysis/NA18612.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000667#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b4629ea8-f061-5c9b-8305-cd916fc47bd9"},"resourceType":"DocumentReference"} +{"id":"c87a9785-223a-5c9e-9a51-88de28a1c63e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18612/analysis/NA18612.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000667#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b4629ea8-f061-5c9b-8305-cd916fc47bd9"},"resourceType":"DocumentReference"} +{"id":"88d5dfe3-ead4-5902-911a-c0c809ea7f5a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18612/analysis/NA18612.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000667#sample/cram"}],"status":"current","subject":{"reference":"Patient/b4629ea8-f061-5c9b-8305-cd916fc47bd9"},"resourceType":"DocumentReference"} +{"id":"e8aa6150-b6ff-5211-b901-402fa500da69","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18613/analysis/NA18613.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000668#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/72038419-d143-5c85-a8b9-8804e8cf781f"},"resourceType":"DocumentReference"} +{"id":"807e6bd4-e7ed-52ff-8afd-38577d6676f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18613/analysis/NA18613.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000668#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/72038419-d143-5c85-a8b9-8804e8cf781f"},"resourceType":"DocumentReference"} +{"id":"5ae0b757-0dd8-5fab-95ae-1aa4533f12f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18613/analysis/NA18613.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000668#sample/cram"}],"status":"current","subject":{"reference":"Patient/72038419-d143-5c85-a8b9-8804e8cf781f"},"resourceType":"DocumentReference"} +{"id":"07a8687f-4c5a-577d-b52e-016aa37b3724","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18615/analysis/NA18615.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000669#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/52980ce7-11d3-576f-9b00-2c00a3be75e3"},"resourceType":"DocumentReference"} +{"id":"ddb4aaba-664c-594e-962e-54a9dbee7da8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18615/analysis/NA18615.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000669#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/52980ce7-11d3-576f-9b00-2c00a3be75e3"},"resourceType":"DocumentReference"} +{"id":"a5512bc7-1493-5519-91e4-0918af733d62","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18615/analysis/NA18615.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000669#sample/cram"}],"status":"current","subject":{"reference":"Patient/52980ce7-11d3-576f-9b00-2c00a3be75e3"},"resourceType":"DocumentReference"} +{"id":"3f98a6c0-d4a8-5dd4-abbd-2e1b5143dac1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18616/analysis/NA18616.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000670#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7b3f94f6-f647-54b8-bcbe-93472e7ff88d"},"resourceType":"DocumentReference"} +{"id":"b81713ec-2af5-5d15-9822-03ceeee1bace","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18616/analysis/NA18616.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000670#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7b3f94f6-f647-54b8-bcbe-93472e7ff88d"},"resourceType":"DocumentReference"} +{"id":"fff8e7f4-b17c-552d-aced-0060e034a5ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18616/analysis/NA18616.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000670#sample/cram"}],"status":"current","subject":{"reference":"Patient/7b3f94f6-f647-54b8-bcbe-93472e7ff88d"},"resourceType":"DocumentReference"} +{"id":"7d9bb548-4834-5da2-9bc1-29698aff526d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18617/analysis/NA18617.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000671#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3a36558e-e467-531e-91e1-8f4d21210246"},"resourceType":"DocumentReference"} +{"id":"be5a625f-b0e1-5b78-85c4-0796786bb4b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18617/analysis/NA18617.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000671#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3a36558e-e467-531e-91e1-8f4d21210246"},"resourceType":"DocumentReference"} +{"id":"7c32bb6f-bd97-57eb-8850-9bf8626bea4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18617/analysis/NA18617.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000671#sample/cram"}],"status":"current","subject":{"reference":"Patient/3a36558e-e467-531e-91e1-8f4d21210246"},"resourceType":"DocumentReference"} +{"id":"36aa8f3a-5a52-5859-94be-d7d583366699","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18618/analysis/NA18618.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000672#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/41ca1ea0-981c-53d6-b8f8-2ad8d6a2780c"},"resourceType":"DocumentReference"} +{"id":"ebf62c46-aa37-5920-8491-0b2da937d4b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18618/analysis/NA18618.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000672#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/41ca1ea0-981c-53d6-b8f8-2ad8d6a2780c"},"resourceType":"DocumentReference"} +{"id":"93d7d730-5d63-5fc7-be86-13d082960b9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18618/analysis/NA18618.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000672#sample/cram"}],"status":"current","subject":{"reference":"Patient/41ca1ea0-981c-53d6-b8f8-2ad8d6a2780c"},"resourceType":"DocumentReference"} +{"id":"ce149581-3bbd-58f3-a1aa-23b79029327d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18619/analysis/NA18619.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000673#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/05d6c450-abff-5124-96b3-387e0265746a"},"resourceType":"DocumentReference"} +{"id":"4d174c5d-988d-5307-bac0-45539dcdef96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18619/analysis/NA18619.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000673#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/05d6c450-abff-5124-96b3-387e0265746a"},"resourceType":"DocumentReference"} +{"id":"0d0e2d12-c38b-54c1-8136-647fab5861cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18619/analysis/NA18619.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000673#sample/cram"}],"status":"current","subject":{"reference":"Patient/05d6c450-abff-5124-96b3-387e0265746a"},"resourceType":"DocumentReference"} +{"id":"cf3e035a-0a93-5ede-8383-849562a8f27b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18620/analysis/NA18620.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000674#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/290b54d8-a7a8-5cfb-9c4d-eb739791a8c6"},"resourceType":"DocumentReference"} +{"id":"a3b036c3-4c4d-5491-a91b-5e5db9bfcc5e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18620/analysis/NA18620.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000674#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/290b54d8-a7a8-5cfb-9c4d-eb739791a8c6"},"resourceType":"DocumentReference"} +{"id":"2bf46300-7cf5-5091-a76d-0b71101937df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18620/analysis/NA18620.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000674#sample/cram"}],"status":"current","subject":{"reference":"Patient/290b54d8-a7a8-5cfb-9c4d-eb739791a8c6"},"resourceType":"DocumentReference"} +{"id":"050ff2ed-36ad-55b6-a482-6505f1578b19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18621/analysis/NA18621.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000675#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1bd59cc5-084d-5fbc-9552-a3bfffaaf083"},"resourceType":"DocumentReference"} +{"id":"b5b84d0b-ef68-5371-a9d8-251aecebc28d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18621/analysis/NA18621.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000675#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1bd59cc5-084d-5fbc-9552-a3bfffaaf083"},"resourceType":"DocumentReference"} +{"id":"3736e6f8-3862-573f-bb06-f733117466c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18621/analysis/NA18621.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000675#sample/cram"}],"status":"current","subject":{"reference":"Patient/1bd59cc5-084d-5fbc-9552-a3bfffaaf083"},"resourceType":"DocumentReference"} +{"id":"0a8b4e20-1702-588f-8891-07e507c12078","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18622/analysis/NA18622.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000676#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bef04b09-336c-5493-baaf-ef761fedc007"},"resourceType":"DocumentReference"} +{"id":"e7471ce5-67c4-5b70-b0b2-b77f454c5da8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18622/analysis/NA18622.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000676#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bef04b09-336c-5493-baaf-ef761fedc007"},"resourceType":"DocumentReference"} +{"id":"2a883119-abf6-5708-b461-aa0b2ce474c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18622/analysis/NA18622.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000676#sample/cram"}],"status":"current","subject":{"reference":"Patient/bef04b09-336c-5493-baaf-ef761fedc007"},"resourceType":"DocumentReference"} +{"id":"999c7192-8dac-5e34-b4ca-a6ac10f553fc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18623/analysis/NA18623.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000677#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e2f88260-4b20-5057-8f8c-694ba11730b5"},"resourceType":"DocumentReference"} +{"id":"6ff7af8c-b6ab-55d0-9ab1-670a16a807f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18623/analysis/NA18623.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000677#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e2f88260-4b20-5057-8f8c-694ba11730b5"},"resourceType":"DocumentReference"} +{"id":"7373e941-d142-594f-8eef-bf101db2d35b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18623/analysis/NA18623.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000677#sample/cram"}],"status":"current","subject":{"reference":"Patient/e2f88260-4b20-5057-8f8c-694ba11730b5"},"resourceType":"DocumentReference"} +{"id":"f64fe2cb-f9ed-58d7-8d8f-562f5d1f4783","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18624/analysis/NA18624.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000678#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5a5b4b07-5e87-5b9f-be7c-ffc888590380"},"resourceType":"DocumentReference"} +{"id":"d89aba0c-ca6b-5646-b98c-de0cca228c5d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18624/analysis/NA18624.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000678#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5a5b4b07-5e87-5b9f-be7c-ffc888590380"},"resourceType":"DocumentReference"} +{"id":"263b6235-b5d7-503c-b3f6-0f59f4ba3581","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18624/analysis/NA18624.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000678#sample/cram"}],"status":"current","subject":{"reference":"Patient/5a5b4b07-5e87-5b9f-be7c-ffc888590380"},"resourceType":"DocumentReference"} +{"id":"019aac48-2fe4-5d54-93d4-585a2155bcdd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18625/analysis/NA18625.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000679#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9ae6aa72-b57a-5f54-aedd-f1707b1b77ae"},"resourceType":"DocumentReference"} +{"id":"fcf8e4c4-63a6-5109-b52c-358c020ee0c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18625/analysis/NA18625.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000679#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9ae6aa72-b57a-5f54-aedd-f1707b1b77ae"},"resourceType":"DocumentReference"} +{"id":"a7bfb8d4-d9b7-51ee-a56e-ef532e27fb1a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18625/analysis/NA18625.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000679#sample/cram"}],"status":"current","subject":{"reference":"Patient/9ae6aa72-b57a-5f54-aedd-f1707b1b77ae"},"resourceType":"DocumentReference"} +{"id":"b46ea936-b91e-5dbf-8b00-69bb05a6f872","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18626/analysis/NA18626.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000680#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/28aff1c1-8f4b-5704-934b-c9d351ee42cf"},"resourceType":"DocumentReference"} +{"id":"397a94b9-ee70-5785-a827-530bb9bb0562","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18626/analysis/NA18626.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000680#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/28aff1c1-8f4b-5704-934b-c9d351ee42cf"},"resourceType":"DocumentReference"} +{"id":"7f2c9de7-beb6-5eee-b03b-0386c9bcc3df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18626/analysis/NA18626.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000680#sample/cram"}],"status":"current","subject":{"reference":"Patient/28aff1c1-8f4b-5704-934b-c9d351ee42cf"},"resourceType":"DocumentReference"} +{"id":"6461e036-bd7d-53d2-826c-078426458601","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18627/analysis/NA18627.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000681#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eb1b39b3-ad6f-5155-894d-12bd1d0efb01"},"resourceType":"DocumentReference"} +{"id":"e2ce0bc9-290d-53b8-b0ff-7bfc73d83081","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18627/analysis/NA18627.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000681#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eb1b39b3-ad6f-5155-894d-12bd1d0efb01"},"resourceType":"DocumentReference"} +{"id":"8edb3996-c51c-5a33-b925-5b5e5e5a09ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18627/analysis/NA18627.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000681#sample/cram"}],"status":"current","subject":{"reference":"Patient/eb1b39b3-ad6f-5155-894d-12bd1d0efb01"},"resourceType":"DocumentReference"} +{"id":"375167bf-69cc-591f-8a2d-e68da8dc18e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18628/analysis/NA18628.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000682#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5fb23ffb-39d0-51ae-b70e-e399b6d1d632"},"resourceType":"DocumentReference"} +{"id":"cdd60c7c-4603-5f14-bf58-cf6a6d65f346","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18628/analysis/NA18628.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000682#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5fb23ffb-39d0-51ae-b70e-e399b6d1d632"},"resourceType":"DocumentReference"} +{"id":"4ead59e0-1e59-5aab-8548-bf222be6eb92","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18628/analysis/NA18628.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000682#sample/cram"}],"status":"current","subject":{"reference":"Patient/5fb23ffb-39d0-51ae-b70e-e399b6d1d632"},"resourceType":"DocumentReference"} +{"id":"0e7a0d6c-3a8b-5497-b0b9-4070cec55d24","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18630/analysis/NA18630.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000683#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/952a29fe-ca23-5807-bff4-3f7863fa4b55"},"resourceType":"DocumentReference"} +{"id":"a0c8b634-6482-53a1-b3e2-de769ba9b99c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18630/analysis/NA18630.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000683#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/952a29fe-ca23-5807-bff4-3f7863fa4b55"},"resourceType":"DocumentReference"} +{"id":"0b31b843-3b16-530d-98e0-094e4e4ffa45","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18630/analysis/NA18630.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000683#sample/cram"}],"status":"current","subject":{"reference":"Patient/952a29fe-ca23-5807-bff4-3f7863fa4b55"},"resourceType":"DocumentReference"} +{"id":"4a6b9e5b-8d5e-50c5-9178-d4d6f28079e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18631/analysis/NA18631.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000684#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/60646fbc-ec3c-5ca1-8692-0e8cb2315f42"},"resourceType":"DocumentReference"} +{"id":"eba083af-9dad-5150-be6d-1600ab328343","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18631/analysis/NA18631.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000684#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/60646fbc-ec3c-5ca1-8692-0e8cb2315f42"},"resourceType":"DocumentReference"} +{"id":"a830fbe9-03a4-53e6-a0ab-e7b3496cad9d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18631/analysis/NA18631.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000684#sample/cram"}],"status":"current","subject":{"reference":"Patient/60646fbc-ec3c-5ca1-8692-0e8cb2315f42"},"resourceType":"DocumentReference"} +{"id":"a0f10740-f7d5-57e9-8bc8-a00a934bcef2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18632/analysis/NA18632.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000685#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1304daab-1277-5154-8e69-e0f0ae4ec382"},"resourceType":"DocumentReference"} +{"id":"d24bb87b-bd56-5c43-a613-73af6951d1d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18632/analysis/NA18632.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000685#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1304daab-1277-5154-8e69-e0f0ae4ec382"},"resourceType":"DocumentReference"} +{"id":"84883e5c-eb49-52cf-9db9-9902e0188f6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18632/analysis/NA18632.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000685#sample/cram"}],"status":"current","subject":{"reference":"Patient/1304daab-1277-5154-8e69-e0f0ae4ec382"},"resourceType":"DocumentReference"} +{"id":"262b1c40-6705-537d-a5f9-c636fe8bb0ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18633/analysis/NA18633.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000686#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/27124f3c-9d0c-5f51-ad4f-7a0051cd382b"},"resourceType":"DocumentReference"} +{"id":"08ff97bb-5c3e-587d-8f3e-a1abaad87f8e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18633/analysis/NA18633.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000686#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/27124f3c-9d0c-5f51-ad4f-7a0051cd382b"},"resourceType":"DocumentReference"} +{"id":"6c120a2c-0fc8-559a-a571-4f74904e1cb3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18633/analysis/NA18633.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000686#sample/cram"}],"status":"current","subject":{"reference":"Patient/27124f3c-9d0c-5f51-ad4f-7a0051cd382b"},"resourceType":"DocumentReference"} +{"id":"35a2bb4f-eefa-5738-bd80-06c3d3ad2409","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18634/analysis/NA18634.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000687#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6f89faae-4aa5-5863-a377-08c28ced84b9"},"resourceType":"DocumentReference"} +{"id":"18d54e0c-772b-5c77-a4c6-8e35e705c00d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18634/analysis/NA18634.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000687#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6f89faae-4aa5-5863-a377-08c28ced84b9"},"resourceType":"DocumentReference"} +{"id":"b6c432d9-6f43-5ae8-870a-b7a9849cc66c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18634/analysis/NA18634.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000687#sample/cram"}],"status":"current","subject":{"reference":"Patient/6f89faae-4aa5-5863-a377-08c28ced84b9"},"resourceType":"DocumentReference"} +{"id":"ace74620-5c03-5408-a311-cb85424b31d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18635/analysis/NA18635.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000688#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c140aad5-a4c0-54e4-b771-3dd30c613274"},"resourceType":"DocumentReference"} +{"id":"87d84754-c1c0-5a21-8338-8a5d6f5a38a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18635/analysis/NA18635.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000688#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c140aad5-a4c0-54e4-b771-3dd30c613274"},"resourceType":"DocumentReference"} +{"id":"a52af3fe-dcdc-5d6f-81e0-e4d68870e788","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18635/analysis/NA18635.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000688#sample/cram"}],"status":"current","subject":{"reference":"Patient/c140aad5-a4c0-54e4-b771-3dd30c613274"},"resourceType":"DocumentReference"} +{"id":"126292a5-81e6-551c-aa01-be78f05314ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18636/analysis/NA18636.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000689#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2856f869-ea26-5a02-8a75-2452cbf782a8"},"resourceType":"DocumentReference"} +{"id":"0698ede7-d71e-5671-903d-f1055130f5d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18636/analysis/NA18636.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000689#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2856f869-ea26-5a02-8a75-2452cbf782a8"},"resourceType":"DocumentReference"} +{"id":"5ed7eadb-882e-502f-876a-ed09f10cdf3f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18636/analysis/NA18636.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000689#sample/cram"}],"status":"current","subject":{"reference":"Patient/2856f869-ea26-5a02-8a75-2452cbf782a8"},"resourceType":"DocumentReference"} +{"id":"c0f0c4ae-7052-5974-8c03-f00f38415fbc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18637/analysis/NA18637.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000690#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3433fb81-2025-5bfd-8635-ac5e5cb40ce0"},"resourceType":"DocumentReference"} +{"id":"f0966b34-11a7-51da-8cc6-9e5e1c9b357e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18637/analysis/NA18637.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000690#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3433fb81-2025-5bfd-8635-ac5e5cb40ce0"},"resourceType":"DocumentReference"} +{"id":"50326c8d-1ce1-5157-a94f-8a2475998fcb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18637/analysis/NA18637.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000690#sample/cram"}],"status":"current","subject":{"reference":"Patient/3433fb81-2025-5bfd-8635-ac5e5cb40ce0"},"resourceType":"DocumentReference"} +{"id":"d8449853-229c-5778-aa4e-23c04b59d761","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18639/analysis/NA18639.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000691#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/997d17c0-ba08-5df4-95d9-da5812a37e70"},"resourceType":"DocumentReference"} +{"id":"55acfecc-f076-5fc1-bb85-7f71358c4b46","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18639/analysis/NA18639.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000691#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/997d17c0-ba08-5df4-95d9-da5812a37e70"},"resourceType":"DocumentReference"} +{"id":"a927ec9f-8e86-5d68-806d-3c27c7c1b106","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18639/analysis/NA18639.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000691#sample/cram"}],"status":"current","subject":{"reference":"Patient/997d17c0-ba08-5df4-95d9-da5812a37e70"},"resourceType":"DocumentReference"} +{"id":"3119b02f-3f3c-5dde-b6e6-04c1e698bb75","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18640/analysis/NA18640.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000692#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5ec84f61-0fe3-5bde-ba5d-1e3000c5fb09"},"resourceType":"DocumentReference"} +{"id":"c78d973c-a7af-5642-bc37-887535ca244a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18640/analysis/NA18640.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000692#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5ec84f61-0fe3-5bde-ba5d-1e3000c5fb09"},"resourceType":"DocumentReference"} +{"id":"8ef9f68d-b374-577a-8217-046935e85ad8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18640/analysis/NA18640.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000692#sample/cram"}],"status":"current","subject":{"reference":"Patient/5ec84f61-0fe3-5bde-ba5d-1e3000c5fb09"},"resourceType":"DocumentReference"} +{"id":"cd294a36-ef8a-56f9-9bae-39e19f170e25","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18641/analysis/NA18641.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000693#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8fb21bf5-d4d9-565c-a25a-798299df8dad"},"resourceType":"DocumentReference"} +{"id":"2f23b915-c74d-53c6-9c61-f54ee4d48ce2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18641/analysis/NA18641.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000693#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8fb21bf5-d4d9-565c-a25a-798299df8dad"},"resourceType":"DocumentReference"} +{"id":"5fa74c65-7a1f-55ab-9fb1-ee0f3664c902","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18641/analysis/NA18641.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000693#sample/cram"}],"status":"current","subject":{"reference":"Patient/8fb21bf5-d4d9-565c-a25a-798299df8dad"},"resourceType":"DocumentReference"} +{"id":"e75ea521-b398-5b6e-a253-135137b0639f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18642/analysis/NA18642.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000694#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d7aafeee-c447-5d73-afbf-b4034496910e"},"resourceType":"DocumentReference"} +{"id":"5068c399-c763-58e6-a010-115d3f9d5f27","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18642/analysis/NA18642.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000694#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d7aafeee-c447-5d73-afbf-b4034496910e"},"resourceType":"DocumentReference"} +{"id":"4798cb0c-1196-59a0-8f3e-19362aec89d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18642/analysis/NA18642.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000694#sample/cram"}],"status":"current","subject":{"reference":"Patient/d7aafeee-c447-5d73-afbf-b4034496910e"},"resourceType":"DocumentReference"} +{"id":"b26427b9-5d89-5bfc-a434-a6f22170c4c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18643/analysis/NA18643.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000695#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fcd26f7a-c205-5baa-bec6-f54d8bea9ea8"},"resourceType":"DocumentReference"} +{"id":"7154a7a1-4e2f-50c4-956a-937050f1bd8c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18643/analysis/NA18643.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000695#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fcd26f7a-c205-5baa-bec6-f54d8bea9ea8"},"resourceType":"DocumentReference"} +{"id":"46dc265d-994d-5f6d-a719-c80eaed0e39c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18643/analysis/NA18643.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000695#sample/cram"}],"status":"current","subject":{"reference":"Patient/fcd26f7a-c205-5baa-bec6-f54d8bea9ea8"},"resourceType":"DocumentReference"} +{"id":"ba20f9cb-3230-561b-bf50-565288f07520","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18645/analysis/NA18645.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000696#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c45a0f10-790a-5e99-9f8b-e1991825e5cf"},"resourceType":"DocumentReference"} +{"id":"40beca71-9ae2-5d72-8f9c-12d89c4b8d22","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18645/analysis/NA18645.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000696#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c45a0f10-790a-5e99-9f8b-e1991825e5cf"},"resourceType":"DocumentReference"} +{"id":"d3efae32-7a5d-5e07-ac02-26507af131aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18645/analysis/NA18645.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000696#sample/cram"}],"status":"current","subject":{"reference":"Patient/c45a0f10-790a-5e99-9f8b-e1991825e5cf"},"resourceType":"DocumentReference"} +{"id":"5542cfa8-d3fe-5936-ba73-b5f2e7db515c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18647/analysis/NA18647.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000697#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d5151c61-c5ca-59d5-a140-c0b7c160a691"},"resourceType":"DocumentReference"} +{"id":"2770a72a-d579-5048-ad71-5095e83a27a2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18647/analysis/NA18647.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000697#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d5151c61-c5ca-59d5-a140-c0b7c160a691"},"resourceType":"DocumentReference"} +{"id":"263687c2-b802-592c-9a20-dc594628f76f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18647/analysis/NA18647.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000697#sample/cram"}],"status":"current","subject":{"reference":"Patient/d5151c61-c5ca-59d5-a140-c0b7c160a691"},"resourceType":"DocumentReference"} +{"id":"0af01a58-4c7d-54ef-bbd7-8937eafa26a6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18740/analysis/NA18740.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000698#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/39a0b031-cedb-510c-a506-f16c90aa6e77"},"resourceType":"DocumentReference"} +{"id":"4eabae3f-6ac9-573f-9d8b-52a01bd3d9cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18740/analysis/NA18740.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000698#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/39a0b031-cedb-510c-a506-f16c90aa6e77"},"resourceType":"DocumentReference"} +{"id":"5d30ca21-2b69-54a3-bf6e-97f0aec17735","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18740/analysis/NA18740.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000698#sample/cram"}],"status":"current","subject":{"reference":"Patient/39a0b031-cedb-510c-a506-f16c90aa6e77"},"resourceType":"DocumentReference"} +{"id":"4585eecc-1ab8-5178-9e00-80ebbe0c0390","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18745/analysis/NA18745.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000699#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6dd0f488-2ff0-5221-a6ac-0c93e231ea9d"},"resourceType":"DocumentReference"} +{"id":"1e4d51c7-e1fd-594a-ba32-a6fec6db8fc4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18745/analysis/NA18745.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000699#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6dd0f488-2ff0-5221-a6ac-0c93e231ea9d"},"resourceType":"DocumentReference"} +{"id":"668b0a60-62b1-5903-8cd2-7b0f988744b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18745/analysis/NA18745.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000699#sample/cram"}],"status":"current","subject":{"reference":"Patient/6dd0f488-2ff0-5221-a6ac-0c93e231ea9d"},"resourceType":"DocumentReference"} +{"id":"f9d410b4-eca3-50f1-a5d8-ad11b9ef15ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18747/analysis/NA18747.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000700#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/607b29de-0c9b-5a81-9afb-2fe886ba7973"},"resourceType":"DocumentReference"} +{"id":"6c1af1ef-3a1b-5301-ae9b-251292579407","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18747/analysis/NA18747.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000700#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/607b29de-0c9b-5a81-9afb-2fe886ba7973"},"resourceType":"DocumentReference"} +{"id":"707bbcc0-437c-58c6-a3b8-e3aca232ac7e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18747/analysis/NA18747.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000700#sample/cram"}],"status":"current","subject":{"reference":"Patient/607b29de-0c9b-5a81-9afb-2fe886ba7973"},"resourceType":"DocumentReference"} +{"id":"8c67c390-906f-5fdd-8271-4105adf6adde","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18748/analysis/NA18748.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000701#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/651bc90a-fe52-5252-85ab-31506ef19ec7"},"resourceType":"DocumentReference"} +{"id":"516fbdf8-f381-58e5-9e92-1b8d8f7009c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18748/analysis/NA18748.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000701#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/651bc90a-fe52-5252-85ab-31506ef19ec7"},"resourceType":"DocumentReference"} +{"id":"2248c8bf-46ec-525d-8927-ec365eecae7d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18748/analysis/NA18748.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000701#sample/cram"}],"status":"current","subject":{"reference":"Patient/651bc90a-fe52-5252-85ab-31506ef19ec7"},"resourceType":"DocumentReference"} +{"id":"f9cb9aaf-d599-5529-a06b-f83f27947e24","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18749/analysis/NA18749.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000702#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0fcc6a71-7936-5e3d-a270-c7c139d4862b"},"resourceType":"DocumentReference"} +{"id":"f74c3f9b-82d7-5601-9b1e-d56fd39da355","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18749/analysis/NA18749.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000702#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0fcc6a71-7936-5e3d-a270-c7c139d4862b"},"resourceType":"DocumentReference"} +{"id":"04d2a12b-617b-500b-b74d-f36ac30f1697","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18749/analysis/NA18749.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000702#sample/cram"}],"status":"current","subject":{"reference":"Patient/0fcc6a71-7936-5e3d-a270-c7c139d4862b"},"resourceType":"DocumentReference"} +{"id":"6cb02c20-00db-5689-8445-f1c754400cd3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18757/analysis/NA18757.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000703#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3ec60bc8-2c36-59fb-b88c-ff4f64ff7952"},"resourceType":"DocumentReference"} +{"id":"73308728-d828-5a8f-83c8-353702051927","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18757/analysis/NA18757.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000703#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3ec60bc8-2c36-59fb-b88c-ff4f64ff7952"},"resourceType":"DocumentReference"} +{"id":"2211897e-2ce2-5fa6-b422-809e4046e625","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18757/analysis/NA18757.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000703#sample/cram"}],"status":"current","subject":{"reference":"Patient/3ec60bc8-2c36-59fb-b88c-ff4f64ff7952"},"resourceType":"DocumentReference"} +{"id":"8e04b4bb-e958-5539-9fda-9131809f8f6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18867/analysis/NA18867.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000704#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/76a66820-9d47-5dbe-a11d-2cf06b1dff1b"},"resourceType":"DocumentReference"} +{"id":"6661b0bf-55b1-5164-bec7-ffacd83d25b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18867/analysis/NA18867.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000704#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/76a66820-9d47-5dbe-a11d-2cf06b1dff1b"},"resourceType":"DocumentReference"} +{"id":"580edb79-c4c7-59bc-b0bf-8d3dd88bc368","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18867/analysis/NA18867.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000704#sample/cram"}],"status":"current","subject":{"reference":"Patient/76a66820-9d47-5dbe-a11d-2cf06b1dff1b"},"resourceType":"DocumentReference"} +{"id":"02a5a77c-4a8b-51d9-a91b-c5f4f13ba112","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18868/analysis/NA18868.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000705#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b2755e33-8aa5-598c-bec9-b5a767a7ee44"},"resourceType":"DocumentReference"} +{"id":"1afbd7fb-27a4-52e4-bbe1-fe35aa01ff01","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18868/analysis/NA18868.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000705#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b2755e33-8aa5-598c-bec9-b5a767a7ee44"},"resourceType":"DocumentReference"} +{"id":"8586dcf7-20a6-5f2c-861f-39d677ea579a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18868/analysis/NA18868.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000705#sample/cram"}],"status":"current","subject":{"reference":"Patient/b2755e33-8aa5-598c-bec9-b5a767a7ee44"},"resourceType":"DocumentReference"} +{"id":"b10672e9-7bd5-5c18-a902-a8aa054aa3d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18873/analysis/NA18873.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000706#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e0a32672-b904-589f-8d58-263d6d5413e8"},"resourceType":"DocumentReference"} +{"id":"2cb8c856-758e-5acd-9ca9-013510f357ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18873/analysis/NA18873.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000706#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e0a32672-b904-589f-8d58-263d6d5413e8"},"resourceType":"DocumentReference"} +{"id":"ce8019e4-6432-5e07-a9ab-ca0350f1e4d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18873/analysis/NA18873.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000706#sample/cram"}],"status":"current","subject":{"reference":"Patient/e0a32672-b904-589f-8d58-263d6d5413e8"},"resourceType":"DocumentReference"} +{"id":"dcf7d27e-9e6b-5122-9969-01550a448385","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18874/analysis/NA18874.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000707#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d8e68b25-2695-5082-9ae6-5f70d2ef7997"},"resourceType":"DocumentReference"} +{"id":"3d9124ca-86db-5ac3-9752-17299752a55b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18874/analysis/NA18874.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000707#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d8e68b25-2695-5082-9ae6-5f70d2ef7997"},"resourceType":"DocumentReference"} +{"id":"e7f785de-31aa-5d79-a00e-84706e971a6c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18874/analysis/NA18874.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000707#sample/cram"}],"status":"current","subject":{"reference":"Patient/d8e68b25-2695-5082-9ae6-5f70d2ef7997"},"resourceType":"DocumentReference"} +{"id":"424bbf75-3ea4-550a-b285-3da7514a5ec3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18874A/analysis/NA18874A.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000707#sample/gVCF"}],"status":"current","subject":{"reference":"Patient/d8e68b25-2695-5082-9ae6-5f70d2ef7997"},"resourceType":"DocumentReference"} +{"id":"c574d37a-daf9-51ac-ab01-2563ab649564","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18908/analysis/NA18908.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000708#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e052b7f0-e6ba-58dd-845a-0b4a05860122"},"resourceType":"DocumentReference"} +{"id":"cd9b66e4-a65c-5a9b-b4cf-73371a30cee1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18908/analysis/NA18908.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000708#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e052b7f0-e6ba-58dd-845a-0b4a05860122"},"resourceType":"DocumentReference"} +{"id":"0c6e86e1-9849-5ae0-99bf-1c4ab75a1adc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18908/analysis/NA18908.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000708#sample/cram"}],"status":"current","subject":{"reference":"Patient/e052b7f0-e6ba-58dd-845a-0b4a05860122"},"resourceType":"DocumentReference"} +{"id":"3f1b2bf9-5903-58ac-b560-3d306378e066","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18910/analysis/NA18910.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000709#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/023a4a3f-2529-56d9-935a-28f27381cefb"},"resourceType":"DocumentReference"} +{"id":"d9f10532-e481-54fa-8bd8-1be14edaa305","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18910/analysis/NA18910.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000709#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/023a4a3f-2529-56d9-935a-28f27381cefb"},"resourceType":"DocumentReference"} +{"id":"fa3a8c2c-69a8-551a-8371-1f1eec6c7f3b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18910/analysis/NA18910.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000709#sample/cram"}],"status":"current","subject":{"reference":"Patient/023a4a3f-2529-56d9-935a-28f27381cefb"},"resourceType":"DocumentReference"} +{"id":"0dfd45cd-4638-5609-94a3-127d767f007e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18917/analysis/NA18917.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000710#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/18d6ac8e-acdf-511a-a74d-1349460645ff"},"resourceType":"DocumentReference"} +{"id":"a3576fee-0d5f-50fd-bf65-936e054fdc56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18917/analysis/NA18917.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000710#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/18d6ac8e-acdf-511a-a74d-1349460645ff"},"resourceType":"DocumentReference"} +{"id":"b4292ec4-633d-5f49-8077-c9c8463bd1d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18917/analysis/NA18917.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000710#sample/cram"}],"status":"current","subject":{"reference":"Patient/18d6ac8e-acdf-511a-a74d-1349460645ff"},"resourceType":"DocumentReference"} +{"id":"5f336a83-8e00-5887-aaa8-6b85a57a5dbf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18923/analysis/NA18923.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000711#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0888911e-2a84-5d1c-ba55-0b7074b42b9c"},"resourceType":"DocumentReference"} +{"id":"7afe76cd-703c-5071-9d81-da9cdba74acd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18923/analysis/NA18923.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000711#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0888911e-2a84-5d1c-ba55-0b7074b42b9c"},"resourceType":"DocumentReference"} +{"id":"0b143eb7-f1af-5659-9f10-b9b5bced39bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18923/analysis/NA18923.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000711#sample/cram"}],"status":"current","subject":{"reference":"Patient/0888911e-2a84-5d1c-ba55-0b7074b42b9c"},"resourceType":"DocumentReference"} +{"id":"df55caaa-367b-5761-aee2-ae51bcc96fcf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18924/analysis/NA18924.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000712#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c9bc8fb3-0ae7-5afa-9095-72b36c737fd8"},"resourceType":"DocumentReference"} +{"id":"cd122cb3-8b21-57d3-83aa-07155558fd81","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18924/analysis/NA18924.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000712#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c9bc8fb3-0ae7-5afa-9095-72b36c737fd8"},"resourceType":"DocumentReference"} +{"id":"f07a250a-41c0-5f87-9342-1c5b75e204cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18924/analysis/NA18924.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000712#sample/cram"}],"status":"current","subject":{"reference":"Patient/c9bc8fb3-0ae7-5afa-9095-72b36c737fd8"},"resourceType":"DocumentReference"} +{"id":"6f3ff125-20db-5077-9870-2f7ce5a3874a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18933/analysis/NA18933.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000713#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/884ae94e-c6ce-53af-b5bc-638e5d251b85"},"resourceType":"DocumentReference"} +{"id":"d3aeffe7-b287-5321-b7fe-f6f56bfefae1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18933/analysis/NA18933.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000713#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/884ae94e-c6ce-53af-b5bc-638e5d251b85"},"resourceType":"DocumentReference"} +{"id":"080e54d0-75e6-5ecf-867c-7dc7642a786a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18933/analysis/NA18933.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000713#sample/cram"}],"status":"current","subject":{"reference":"Patient/884ae94e-c6ce-53af-b5bc-638e5d251b85"},"resourceType":"DocumentReference"} +{"id":"f62c8528-0e9d-516a-8840-9e7e57fcf8dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18934/analysis/NA18934.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000714#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ab8cfd21-605c-50e3-811a-3cdbec9df9b1"},"resourceType":"DocumentReference"} +{"id":"d3a94ffc-92d7-5e52-ba78-0cc65c442d2a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18934/analysis/NA18934.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000714#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ab8cfd21-605c-50e3-811a-3cdbec9df9b1"},"resourceType":"DocumentReference"} +{"id":"61b67b22-0bc1-57b8-9016-a96af37bd61d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18934/analysis/NA18934.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000714#sample/cram"}],"status":"current","subject":{"reference":"Patient/ab8cfd21-605c-50e3-811a-3cdbec9df9b1"},"resourceType":"DocumentReference"} +{"id":"cf667516-5adc-5109-817e-0446d89d3d22","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18939/analysis/NA18939.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000715#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5f3715f3-6a40-5d03-9a80-c0487695f61e"},"resourceType":"DocumentReference"} +{"id":"84d54564-3146-527d-a574-b2de1a36a418","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18939/analysis/NA18939.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000715#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5f3715f3-6a40-5d03-9a80-c0487695f61e"},"resourceType":"DocumentReference"} +{"id":"ed49c1c9-c000-5c07-a3da-7075f0d8d01f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18939/analysis/NA18939.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000715#sample/cram"}],"status":"current","subject":{"reference":"Patient/5f3715f3-6a40-5d03-9a80-c0487695f61e"},"resourceType":"DocumentReference"} +{"id":"dc11039b-1534-57ed-a9e3-f83f7e94f397","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18941/analysis/NA18941.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000716#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/054a1785-5c8e-5864-ab76-a934e984fb0e"},"resourceType":"DocumentReference"} +{"id":"f0bdcff1-1577-5f81-95ff-066bc2ced778","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18941/analysis/NA18941.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000716#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/054a1785-5c8e-5864-ab76-a934e984fb0e"},"resourceType":"DocumentReference"} +{"id":"726347dc-fe62-54be-9fcb-210446effe25","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18941/analysis/NA18941.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000716#sample/cram"}],"status":"current","subject":{"reference":"Patient/054a1785-5c8e-5864-ab76-a934e984fb0e"},"resourceType":"DocumentReference"} +{"id":"30185ab2-bdf8-5fd2-8ca1-8fb8143022d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18946/analysis/NA18946.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000717#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0e1dca93-53e2-5fc2-b0b0-55f4d52d920d"},"resourceType":"DocumentReference"} +{"id":"8e440a56-9342-57fd-999e-c76422ea9512","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18946/analysis/NA18946.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000717#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0e1dca93-53e2-5fc2-b0b0-55f4d52d920d"},"resourceType":"DocumentReference"} +{"id":"5941900d-8088-5003-9817-adcbfaba5cbb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18946/analysis/NA18946.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000717#sample/cram"}],"status":"current","subject":{"reference":"Patient/0e1dca93-53e2-5fc2-b0b0-55f4d52d920d"},"resourceType":"DocumentReference"} +{"id":"7fbd9711-3f1a-5092-8b87-028c265f4e1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18954/analysis/NA18954.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000718#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/02fa90ac-6d15-541a-80fa-010451afc7b0"},"resourceType":"DocumentReference"} +{"id":"c4a7e7e7-96ef-50a0-b1b9-92bb64930e96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18954/analysis/NA18954.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000718#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/02fa90ac-6d15-541a-80fa-010451afc7b0"},"resourceType":"DocumentReference"} +{"id":"e2f9faed-f066-5c30-94f8-ff7837025c23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18954/analysis/NA18954.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000718#sample/cram"}],"status":"current","subject":{"reference":"Patient/02fa90ac-6d15-541a-80fa-010451afc7b0"},"resourceType":"DocumentReference"} +{"id":"ed347ac4-6c32-5877-8353-d789ec48ac3c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18957/analysis/NA18957.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000720#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8a6ca7d4-da1b-5b23-8ea1-894e157cf651"},"resourceType":"DocumentReference"} +{"id":"0c82307d-1d02-5933-aae0-54a175af5628","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18957/analysis/NA18957.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000720#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8a6ca7d4-da1b-5b23-8ea1-894e157cf651"},"resourceType":"DocumentReference"} +{"id":"10c223b5-8214-5d2f-902b-064e3cf706e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18957/analysis/NA18957.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000720#sample/cram"}],"status":"current","subject":{"reference":"Patient/8a6ca7d4-da1b-5b23-8ea1-894e157cf651"},"resourceType":"DocumentReference"} +{"id":"ee750f51-b89a-5d71-aa89-a57e0c755702","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18962/analysis/NA18962.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000721#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d80352ad-e696-528b-9a0f-8e934d5d38cc"},"resourceType":"DocumentReference"} +{"id":"6a93a60b-35e4-5224-9cde-e37974a69bfa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18962/analysis/NA18962.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000721#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d80352ad-e696-528b-9a0f-8e934d5d38cc"},"resourceType":"DocumentReference"} +{"id":"3d91f70a-b762-5ff2-a14b-1551240e8b74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18962/analysis/NA18962.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000721#sample/cram"}],"status":"current","subject":{"reference":"Patient/d80352ad-e696-528b-9a0f-8e934d5d38cc"},"resourceType":"DocumentReference"} +{"id":"201cce0d-fa89-5356-9c2c-6cb4a3df40da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18963/analysis/NA18963.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000722#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a528761f-65af-5ba0-acf4-454222a676aa"},"resourceType":"DocumentReference"} +{"id":"1ed6cda4-8869-555b-999b-34b775c68a6d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18963/analysis/NA18963.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000722#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a528761f-65af-5ba0-acf4-454222a676aa"},"resourceType":"DocumentReference"} +{"id":"b686ad78-8ef7-5e18-b445-0f1aafc06abd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18963/analysis/NA18963.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000722#sample/cram"}],"status":"current","subject":{"reference":"Patient/a528761f-65af-5ba0-acf4-454222a676aa"},"resourceType":"DocumentReference"} +{"id":"652aff64-832d-57a1-9000-894d8e554087","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18966/analysis/NA18966.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000723#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/30ed2eff-5444-5ca3-b7cf-6c935ba062b5"},"resourceType":"DocumentReference"} +{"id":"8c0c48e5-7986-50c0-9fcc-6662bedab58a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18966/analysis/NA18966.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000723#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/30ed2eff-5444-5ca3-b7cf-6c935ba062b5"},"resourceType":"DocumentReference"} +{"id":"5bea3bb2-1e9b-56a3-a2a8-cddbdf8168c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18966/analysis/NA18966.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000723#sample/cram"}],"status":"current","subject":{"reference":"Patient/30ed2eff-5444-5ca3-b7cf-6c935ba062b5"},"resourceType":"DocumentReference"} +{"id":"2f11b01e-9c4f-5845-8158-f49a37887631","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18977/analysis/NA18977.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000724#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/55ec200a-c56e-5794-96a6-d8030c2d076f"},"resourceType":"DocumentReference"} +{"id":"3ad2add3-8327-5058-8aec-3cf05d61b80b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18977/analysis/NA18977.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000724#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/55ec200a-c56e-5794-96a6-d8030c2d076f"},"resourceType":"DocumentReference"} +{"id":"772b88c3-800d-5d5e-b9c5-47801d8da8b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18977/analysis/NA18977.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000724#sample/cram"}],"status":"current","subject":{"reference":"Patient/55ec200a-c56e-5794-96a6-d8030c2d076f"},"resourceType":"DocumentReference"} +{"id":"ea7ed245-e6de-521d-b550-ede4970e395a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18978/analysis/NA18978.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000725#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0038dcca-bd13-54a8-8639-40b9bf681519"},"resourceType":"DocumentReference"} +{"id":"4400dc25-5bcd-5e94-be4d-15972744ce1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18978/analysis/NA18978.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000725#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0038dcca-bd13-54a8-8639-40b9bf681519"},"resourceType":"DocumentReference"} +{"id":"f857dced-0600-562a-87de-71ffb7302445","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18978/analysis/NA18978.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000725#sample/cram"}],"status":"current","subject":{"reference":"Patient/0038dcca-bd13-54a8-8639-40b9bf681519"},"resourceType":"DocumentReference"} +{"id":"90b3830f-1d2e-52c2-a92a-6da239e81066","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18979/analysis/NA18979.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000726#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/803b70c1-c788-59c0-a54f-ef0705a6a43e"},"resourceType":"DocumentReference"} +{"id":"2f021c51-d686-56e1-87ec-c1986aabd80e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18979/analysis/NA18979.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000726#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/803b70c1-c788-59c0-a54f-ef0705a6a43e"},"resourceType":"DocumentReference"} +{"id":"5aa9b348-ac83-59c1-b4f1-3612d65f0ce7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18979/analysis/NA18979.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000726#sample/cram"}],"status":"current","subject":{"reference":"Patient/803b70c1-c788-59c0-a54f-ef0705a6a43e"},"resourceType":"DocumentReference"} +{"id":"4ea6cd99-456f-5c62-9c77-919702413289","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18987/analysis/NA18987.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000727#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/208b0080-d99b-554f-b2bf-221f3bdc84fc"},"resourceType":"DocumentReference"} +{"id":"220147b1-2ec4-5c83-9508-2f686b52f51a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18987/analysis/NA18987.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000727#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/208b0080-d99b-554f-b2bf-221f3bdc84fc"},"resourceType":"DocumentReference"} +{"id":"2fe96def-63d7-550e-9292-814f9e00c6e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18987/analysis/NA18987.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000727#sample/cram"}],"status":"current","subject":{"reference":"Patient/208b0080-d99b-554f-b2bf-221f3bdc84fc"},"resourceType":"DocumentReference"} +{"id":"a9816000-5a5d-5e48-8dfe-265e802b2aae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18990/analysis/NA18990.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000728#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c5f65a2c-f3f7-541b-abff-2fdbb773d1a6"},"resourceType":"DocumentReference"} +{"id":"8f167d9c-ddac-50d8-83be-057ea950231e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18990/analysis/NA18990.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000728#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c5f65a2c-f3f7-541b-abff-2fdbb773d1a6"},"resourceType":"DocumentReference"} +{"id":"a806bd23-3b28-5b3e-998d-07e06b5afad4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18990/analysis/NA18990.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000728#sample/cram"}],"status":"current","subject":{"reference":"Patient/c5f65a2c-f3f7-541b-abff-2fdbb773d1a6"},"resourceType":"DocumentReference"} +{"id":"4e3036e1-6d58-5b90-a01f-c6ca1128252d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18991/analysis/NA18991.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000729#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/293628d6-ca42-5a48-bfe6-9c77b24cb1d7"},"resourceType":"DocumentReference"} +{"id":"7d2d0bba-d259-5ad3-9c70-62741b907f97","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18991/analysis/NA18991.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000729#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/293628d6-ca42-5a48-bfe6-9c77b24cb1d7"},"resourceType":"DocumentReference"} +{"id":"5a888f55-01c0-5420-afcd-af81906753dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18991/analysis/NA18991.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000729#sample/cram"}],"status":"current","subject":{"reference":"Patient/293628d6-ca42-5a48-bfe6-9c77b24cb1d7"},"resourceType":"DocumentReference"} +{"id":"95dc3eb8-8e47-50fa-ab9e-49c1828d26b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18992/analysis/NA18992.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000730#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fab9a57a-dd04-5ae2-98fb-1ae8ad60f12b"},"resourceType":"DocumentReference"} +{"id":"c65851f3-1e74-5591-83e8-62612cb6b0a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18992/analysis/NA18992.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000730#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fab9a57a-dd04-5ae2-98fb-1ae8ad60f12b"},"resourceType":"DocumentReference"} +{"id":"fd145ceb-1a8e-5ec7-9ce8-c903d52818cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18992/analysis/NA18992.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000730#sample/cram"}],"status":"current","subject":{"reference":"Patient/fab9a57a-dd04-5ae2-98fb-1ae8ad60f12b"},"resourceType":"DocumentReference"} +{"id":"467a0f47-8814-5a27-847b-7623097e11f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18993/analysis/NA18993.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000731#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/68859e95-a947-537f-86b5-c97f8cdab6c8"},"resourceType":"DocumentReference"} +{"id":"a8d5c8cf-1a1d-58de-8bd9-32393554c5e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18993/analysis/NA18993.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000731#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/68859e95-a947-537f-86b5-c97f8cdab6c8"},"resourceType":"DocumentReference"} +{"id":"c1c8c797-5220-5534-aebb-e8bcf0e83a2b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18993/analysis/NA18993.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000731#sample/cram"}],"status":"current","subject":{"reference":"Patient/68859e95-a947-537f-86b5-c97f8cdab6c8"},"resourceType":"DocumentReference"} +{"id":"0c87d837-c841-54ec-b48e-74a48339a785","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18994/analysis/NA18994.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000732#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/48195c8f-1393-51fc-ab70-f15d14e47714"},"resourceType":"DocumentReference"} +{"id":"492618e4-ee14-5e2c-9a22-c33f038ac3a2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18994/analysis/NA18994.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000732#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/48195c8f-1393-51fc-ab70-f15d14e47714"},"resourceType":"DocumentReference"} +{"id":"98cc36b8-5e87-537d-9abe-ee8f6901e28f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18994/analysis/NA18994.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000732#sample/cram"}],"status":"current","subject":{"reference":"Patient/48195c8f-1393-51fc-ab70-f15d14e47714"},"resourceType":"DocumentReference"} +{"id":"d6c2e5e2-911d-5e84-8d64-60a92b09f84f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18995/analysis/NA18995.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000733#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/63613dfc-381f-5c51-8603-cd212e2afbc8"},"resourceType":"DocumentReference"} +{"id":"3862a8c2-b4e3-561c-b038-5c5a55d641ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18995/analysis/NA18995.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000733#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/63613dfc-381f-5c51-8603-cd212e2afbc8"},"resourceType":"DocumentReference"} +{"id":"c47efdc9-d4a8-51b7-a3f7-8875b70e91bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18995/analysis/NA18995.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000733#sample/cram"}],"status":"current","subject":{"reference":"Patient/63613dfc-381f-5c51-8603-cd212e2afbc8"},"resourceType":"DocumentReference"} +{"id":"d0edd5b7-4fd6-5f07-a504-c37b3316b778","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18997/analysis/NA18997.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000734#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/81d4c3fe-4e44-55e0-b8b9-a93bc481e24d"},"resourceType":"DocumentReference"} +{"id":"ddeefb84-f8c4-5a13-872f-5bf49f50cd14","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18997/analysis/NA18997.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000734#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/81d4c3fe-4e44-55e0-b8b9-a93bc481e24d"},"resourceType":"DocumentReference"} +{"id":"94993d39-cfb3-5a45-896d-558f6b5180b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18997/analysis/NA18997.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000734#sample/cram"}],"status":"current","subject":{"reference":"Patient/81d4c3fe-4e44-55e0-b8b9-a93bc481e24d"},"resourceType":"DocumentReference"} +{"id":"f759ed6b-068f-5ac9-8b7f-b4a262f042fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18998/analysis/NA18998.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000735#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a721d8c2-b27e-5a4d-b7d5-e45da6016ff9"},"resourceType":"DocumentReference"} +{"id":"bcb5fe8c-7e9d-5a05-a2a5-e8b9f2fbb7b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18998/analysis/NA18998.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000735#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a721d8c2-b27e-5a4d-b7d5-e45da6016ff9"},"resourceType":"DocumentReference"} +{"id":"27a6b01a-24d7-576f-a250-38f445547865","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18998/analysis/NA18998.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000735#sample/cram"}],"status":"current","subject":{"reference":"Patient/a721d8c2-b27e-5a4d-b7d5-e45da6016ff9"},"resourceType":"DocumentReference"} +{"id":"91b5285d-0c74-5dfd-9955-02d6db2cd5ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18999/analysis/NA18999.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000736#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1d6b98c3-7ec6-534b-bd02-0ae24f420909"},"resourceType":"DocumentReference"} +{"id":"6e2e7b83-e673-5d9b-ab08-5c7f99e9d964","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18999/analysis/NA18999.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000736#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1d6b98c3-7ec6-534b-bd02-0ae24f420909"},"resourceType":"DocumentReference"} +{"id":"8435f61b-c8d8-5e2a-8a06-439830e3ee97","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18999/analysis/NA18999.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000736#sample/cram"}],"status":"current","subject":{"reference":"Patient/1d6b98c3-7ec6-534b-bd02-0ae24f420909"},"resourceType":"DocumentReference"} +{"id":"4537b4c3-94bd-5c50-9d57-87ad0a5c56f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19000/analysis/NA19000.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000737#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/438a0936-08f0-578f-98f3-4615eab4d7e0"},"resourceType":"DocumentReference"} +{"id":"16fd9859-2431-56a6-be7d-45e60b646ddf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19000/analysis/NA19000.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000737#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/438a0936-08f0-578f-98f3-4615eab4d7e0"},"resourceType":"DocumentReference"} +{"id":"00e9ed44-90c1-562b-8aea-547ff6feed15","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19000/analysis/NA19000.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000737#sample/cram"}],"status":"current","subject":{"reference":"Patient/438a0936-08f0-578f-98f3-4615eab4d7e0"},"resourceType":"DocumentReference"} +{"id":"ccbddf79-6afa-5174-8084-dfbe71789d4e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19001/analysis/NA19001.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000738#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a41e3c01-8503-5667-9c23-fc6d32858e4f"},"resourceType":"DocumentReference"} +{"id":"88bf5542-5869-5062-89af-45523bb3396d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19001/analysis/NA19001.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000738#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a41e3c01-8503-5667-9c23-fc6d32858e4f"},"resourceType":"DocumentReference"} +{"id":"77263d0b-b550-5ebd-b09d-781b33220127","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19001/analysis/NA19001.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000738#sample/cram"}],"status":"current","subject":{"reference":"Patient/a41e3c01-8503-5667-9c23-fc6d32858e4f"},"resourceType":"DocumentReference"} +{"id":"d2b4ddde-e661-57a9-b470-b50f03b3152b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19002/analysis/NA19002.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000739#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aa1dc98e-9203-59e9-ae02-eb6c0f827a4d"},"resourceType":"DocumentReference"} +{"id":"e6437b53-c9fb-51cf-9d4f-50a56a6137da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19002/analysis/NA19002.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000739#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aa1dc98e-9203-59e9-ae02-eb6c0f827a4d"},"resourceType":"DocumentReference"} +{"id":"e0ef2e3c-3320-5159-b20c-0f61d45a897f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19002/analysis/NA19002.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000739#sample/cram"}],"status":"current","subject":{"reference":"Patient/aa1dc98e-9203-59e9-ae02-eb6c0f827a4d"},"resourceType":"DocumentReference"} +{"id":"0c483601-d3be-5160-9c0d-5eb796587e2f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19003/analysis/NA19003.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000740#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6d08e3cf-727a-562d-8ad7-be3fbb894ebd"},"resourceType":"DocumentReference"} +{"id":"1af440aa-df81-528d-98f0-9d8e8db4e840","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19003/analysis/NA19003.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000740#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6d08e3cf-727a-562d-8ad7-be3fbb894ebd"},"resourceType":"DocumentReference"} +{"id":"8a02ed2e-d014-5239-a3af-5f68d9183210","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19003/analysis/NA19003.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000740#sample/cram"}],"status":"current","subject":{"reference":"Patient/6d08e3cf-727a-562d-8ad7-be3fbb894ebd"},"resourceType":"DocumentReference"} +{"id":"8b788a2b-da8a-5ed4-9641-18d751e9c120","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19007/analysis/NA19007.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000741#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/66fce958-16c0-5e37-affa-b9f1129fdf79"},"resourceType":"DocumentReference"} +{"id":"af77f078-5c1e-5cf4-9a8f-6d1d93c05e9f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19007/analysis/NA19007.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000741#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/66fce958-16c0-5e37-affa-b9f1129fdf79"},"resourceType":"DocumentReference"} +{"id":"132896d3-9f95-52c4-be83-227bc0d11b72","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19007/analysis/NA19007.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000741#sample/cram"}],"status":"current","subject":{"reference":"Patient/66fce958-16c0-5e37-affa-b9f1129fdf79"},"resourceType":"DocumentReference"} +{"id":"bb2d130f-2484-5abb-b2c8-0cbb53f86a61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19009/analysis/NA19009.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000742#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/95fa7133-f391-5a31-8fd8-66eecf4a4d88"},"resourceType":"DocumentReference"} +{"id":"37457d46-c3b7-5862-a831-d6dc7e7ab1a2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19009/analysis/NA19009.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000742#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/95fa7133-f391-5a31-8fd8-66eecf4a4d88"},"resourceType":"DocumentReference"} +{"id":"66dd259d-1817-52e1-b944-f4eabdd39b41","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19009/analysis/NA19009.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000742#sample/cram"}],"status":"current","subject":{"reference":"Patient/95fa7133-f391-5a31-8fd8-66eecf4a4d88"},"resourceType":"DocumentReference"} +{"id":"c8e950d4-9442-5b2a-a4d1-3a81fb760740","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19010/analysis/NA19010.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000743#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2daf2d45-c009-500f-8a67-9c27dfaec7a0"},"resourceType":"DocumentReference"} +{"id":"7afd2545-0b27-5ed8-96b6-454c4a42566c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19010/analysis/NA19010.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000743#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2daf2d45-c009-500f-8a67-9c27dfaec7a0"},"resourceType":"DocumentReference"} +{"id":"0c29ae21-14d8-5695-a17f-4d8992141da4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19010/analysis/NA19010.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000743#sample/cram"}],"status":"current","subject":{"reference":"Patient/2daf2d45-c009-500f-8a67-9c27dfaec7a0"},"resourceType":"DocumentReference"} +{"id":"50f33c5d-721a-5ed3-826d-235238ff62e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19012/analysis/NA19012.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000744#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a0ba4392-bbf6-59fb-8faa-6fcba960b43a"},"resourceType":"DocumentReference"} +{"id":"e1712b52-707b-5e46-b19d-a13a81c53a36","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19012/analysis/NA19012.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000744#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a0ba4392-bbf6-59fb-8faa-6fcba960b43a"},"resourceType":"DocumentReference"} +{"id":"41e9d343-4c66-5ca4-9e52-0e007d7150a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19012/analysis/NA19012.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000744#sample/cram"}],"status":"current","subject":{"reference":"Patient/a0ba4392-bbf6-59fb-8faa-6fcba960b43a"},"resourceType":"DocumentReference"} +{"id":"631fd839-6ef5-5247-b4c9-50bec65374dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19054/analysis/NA19054.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000745#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/54b804bc-3872-5844-a524-b588079b0e90"},"resourceType":"DocumentReference"} +{"id":"16ef3088-b82f-5cab-9f14-25005280b768","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19054/analysis/NA19054.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000745#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/54b804bc-3872-5844-a524-b588079b0e90"},"resourceType":"DocumentReference"} +{"id":"b6a84cf3-7615-5843-88d3-026e56e0eedc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19054/analysis/NA19054.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000745#sample/cram"}],"status":"current","subject":{"reference":"Patient/54b804bc-3872-5844-a524-b588079b0e90"},"resourceType":"DocumentReference"} +{"id":"9c211dcb-d2d3-58ee-b2e7-6be5327cdf3a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19055/analysis/NA19055.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000746#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/513c3307-e404-558c-b1cc-989aacdadf15"},"resourceType":"DocumentReference"} +{"id":"15dbb31d-33a6-545d-8ce3-040723664045","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19055/analysis/NA19055.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000746#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/513c3307-e404-558c-b1cc-989aacdadf15"},"resourceType":"DocumentReference"} +{"id":"66d0c78d-0886-51a2-8f67-b699cfd608ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19055/analysis/NA19055.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000746#sample/cram"}],"status":"current","subject":{"reference":"Patient/513c3307-e404-558c-b1cc-989aacdadf15"},"resourceType":"DocumentReference"} +{"id":"c4718e92-6ff5-5b1f-a351-2112a3c9e1a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19056/analysis/NA19056.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000747#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/637c8ab3-9ed9-5a31-9b6e-fe1c274c6585"},"resourceType":"DocumentReference"} +{"id":"fe321376-aba2-5db9-afe8-f68fac5285f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19056/analysis/NA19056.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000747#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/637c8ab3-9ed9-5a31-9b6e-fe1c274c6585"},"resourceType":"DocumentReference"} +{"id":"637bd56f-eeea-5f18-9456-adc37977d077","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19056/analysis/NA19056.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000747#sample/cram"}],"status":"current","subject":{"reference":"Patient/637c8ab3-9ed9-5a31-9b6e-fe1c274c6585"},"resourceType":"DocumentReference"} +{"id":"59e06d6d-778c-59de-8189-4507d62c39e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19057/analysis/NA19057.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000748#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a487ecba-d313-5e11-a34f-5702d4468649"},"resourceType":"DocumentReference"} +{"id":"61eb22cf-6dec-512e-b58d-869f61f9f09c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19057/analysis/NA19057.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000748#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a487ecba-d313-5e11-a34f-5702d4468649"},"resourceType":"DocumentReference"} +{"id":"9d71ecd8-ac2c-5b8e-a10a-476fb20a3cfd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19057/analysis/NA19057.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000748#sample/cram"}],"status":"current","subject":{"reference":"Patient/a487ecba-d313-5e11-a34f-5702d4468649"},"resourceType":"DocumentReference"} +{"id":"09282a83-fdb6-53a6-9af1-9420aeaec491","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19058/analysis/NA19058.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000749#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/52a20819-cb6c-5f3a-8124-0212883f8a98"},"resourceType":"DocumentReference"} +{"id":"d52b9baa-f750-5afc-a3ed-44f4232b93ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19058/analysis/NA19058.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000749#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/52a20819-cb6c-5f3a-8124-0212883f8a98"},"resourceType":"DocumentReference"} +{"id":"e400b553-f8d5-5b5a-8c0b-af4bd5267cba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19058/analysis/NA19058.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000749#sample/cram"}],"status":"current","subject":{"reference":"Patient/52a20819-cb6c-5f3a-8124-0212883f8a98"},"resourceType":"DocumentReference"} +{"id":"7e492e3f-21e3-51a0-8cb0-be9b1e238126","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19059/analysis/NA19059.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000750#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1755f74f-dc85-56a0-917a-beb95726632c"},"resourceType":"DocumentReference"} +{"id":"1f68b1a7-6281-5855-a794-0c096cf193fc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19059/analysis/NA19059.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000750#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1755f74f-dc85-56a0-917a-beb95726632c"},"resourceType":"DocumentReference"} +{"id":"dbe67a3b-21da-55c6-b31b-fc574afac27b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19059/analysis/NA19059.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000750#sample/cram"}],"status":"current","subject":{"reference":"Patient/1755f74f-dc85-56a0-917a-beb95726632c"},"resourceType":"DocumentReference"} +{"id":"b0bf1b96-a061-5052-882c-0166b59ee836","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19060/analysis/NA19060.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000751#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/451e71f3-1118-53b9-abaa-92d132147bd2"},"resourceType":"DocumentReference"} +{"id":"4111fb47-5c1b-5047-a585-132bc16f3d5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19060/analysis/NA19060.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000751#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/451e71f3-1118-53b9-abaa-92d132147bd2"},"resourceType":"DocumentReference"} +{"id":"a4243ef3-8cf3-5d65-a33b-49ae54eb5342","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19060/analysis/NA19060.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000751#sample/cram"}],"status":"current","subject":{"reference":"Patient/451e71f3-1118-53b9-abaa-92d132147bd2"},"resourceType":"DocumentReference"} +{"id":"a5aa67a2-b1c4-530b-8974-5713ee6f5400","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19062/analysis/NA19062.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000752#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9f9cc3c1-f445-56ae-a628-1cbce1fee465"},"resourceType":"DocumentReference"} +{"id":"cd0f5cc3-3aa3-5550-84dd-76328e7943e3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19062/analysis/NA19062.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000752#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9f9cc3c1-f445-56ae-a628-1cbce1fee465"},"resourceType":"DocumentReference"} +{"id":"1408dcdf-9a14-5bed-be09-d63227f5e3b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19062/analysis/NA19062.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000752#sample/cram"}],"status":"current","subject":{"reference":"Patient/9f9cc3c1-f445-56ae-a628-1cbce1fee465"},"resourceType":"DocumentReference"} +{"id":"652f1ae8-076c-5c87-837d-b00e6a02ce9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19063/analysis/NA19063.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000753#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0dee3f0b-9677-5442-9415-b9f36a59cf31"},"resourceType":"DocumentReference"} +{"id":"c2d95c4c-4d96-58a9-8238-eca215beb7d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19063/analysis/NA19063.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000753#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0dee3f0b-9677-5442-9415-b9f36a59cf31"},"resourceType":"DocumentReference"} +{"id":"2d714c7c-9341-598b-8fa3-6e540340853f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19063/analysis/NA19063.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000753#sample/cram"}],"status":"current","subject":{"reference":"Patient/0dee3f0b-9677-5442-9415-b9f36a59cf31"},"resourceType":"DocumentReference"} +{"id":"4281194b-c76d-5771-8b7b-ef7e8e49bf09","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19064/analysis/NA19064.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000754#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2c7dc64f-93be-532a-ad67-87d52c9f4203"},"resourceType":"DocumentReference"} +{"id":"538e09ab-0bf2-5bc7-b109-d36e5bc94880","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19064/analysis/NA19064.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000754#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2c7dc64f-93be-532a-ad67-87d52c9f4203"},"resourceType":"DocumentReference"} +{"id":"cf655165-1798-5800-87d7-f7294a66ac02","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19064/analysis/NA19064.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000754#sample/cram"}],"status":"current","subject":{"reference":"Patient/2c7dc64f-93be-532a-ad67-87d52c9f4203"},"resourceType":"DocumentReference"} +{"id":"d4ba9066-465a-5e9d-92c3-9ce6733f0f2a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19065/analysis/NA19065.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000755#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/11449edd-0b38-597a-a070-6bf8a0d32c4c"},"resourceType":"DocumentReference"} +{"id":"d4083442-cc4b-58cd-bfc9-0756fdcfa614","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19065/analysis/NA19065.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000755#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/11449edd-0b38-597a-a070-6bf8a0d32c4c"},"resourceType":"DocumentReference"} +{"id":"f010c144-76ad-5dcb-9950-4e0b611faa1a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19065/analysis/NA19065.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000755#sample/cram"}],"status":"current","subject":{"reference":"Patient/11449edd-0b38-597a-a070-6bf8a0d32c4c"},"resourceType":"DocumentReference"} +{"id":"f4173cd8-7938-5020-b655-c8747b32b2fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19066/analysis/NA19066.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000756#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/69806400-7ce1-56f4-a5d8-33bd6277560c"},"resourceType":"DocumentReference"} +{"id":"534c9db9-c800-5cb9-9d82-cb87c97ffd03","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19066/analysis/NA19066.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000756#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/69806400-7ce1-56f4-a5d8-33bd6277560c"},"resourceType":"DocumentReference"} +{"id":"67f6d65e-7cf4-5092-81ab-65f78715690b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19066/analysis/NA19066.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000756#sample/cram"}],"status":"current","subject":{"reference":"Patient/69806400-7ce1-56f4-a5d8-33bd6277560c"},"resourceType":"DocumentReference"} +{"id":"1d6127d9-01a3-5278-b722-951a8a6e6c19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19067/analysis/NA19067.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000757#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8ebad833-55ba-587b-99f9-8b96c909fb3b"},"resourceType":"DocumentReference"} +{"id":"cc66f299-5300-5a89-bbfa-7ed177a77908","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19067/analysis/NA19067.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000757#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8ebad833-55ba-587b-99f9-8b96c909fb3b"},"resourceType":"DocumentReference"} +{"id":"ee5b53b0-f313-57cc-bb5e-1e79b550f4c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19067/analysis/NA19067.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000757#sample/cram"}],"status":"current","subject":{"reference":"Patient/8ebad833-55ba-587b-99f9-8b96c909fb3b"},"resourceType":"DocumentReference"} +{"id":"db0d79e0-1cff-5896-82e2-7e8bab8cfb00","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19068/analysis/NA19068.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000758#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7bec8dcf-13f0-5c3f-be91-c434ba24ba8f"},"resourceType":"DocumentReference"} +{"id":"bfb4cd35-cdaa-5b9d-9694-a58b2230cdcd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19068/analysis/NA19068.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000758#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7bec8dcf-13f0-5c3f-be91-c434ba24ba8f"},"resourceType":"DocumentReference"} +{"id":"9203049a-ce0b-544a-afd6-12db3df3f488","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19068/analysis/NA19068.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000758#sample/cram"}],"status":"current","subject":{"reference":"Patient/7bec8dcf-13f0-5c3f-be91-c434ba24ba8f"},"resourceType":"DocumentReference"} +{"id":"64336f7f-d6bd-5fc8-9e3a-cab02a536105","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19070/analysis/NA19070.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000759#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c9bb6742-1983-562e-8347-bd5395d6e02e"},"resourceType":"DocumentReference"} +{"id":"d1cb5cf6-ba36-591f-a702-93f0737cc6ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19070/analysis/NA19070.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000759#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c9bb6742-1983-562e-8347-bd5395d6e02e"},"resourceType":"DocumentReference"} +{"id":"fb252942-ed48-5cbf-9a93-96daf99256c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19070/analysis/NA19070.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000759#sample/cram"}],"status":"current","subject":{"reference":"Patient/c9bb6742-1983-562e-8347-bd5395d6e02e"},"resourceType":"DocumentReference"} +{"id":"39de60c5-c7b8-5e9c-8d64-ae82c90e3818","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19072/analysis/NA19072.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000760#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/38e85aa2-c301-5fbb-abc3-b331faf627d1"},"resourceType":"DocumentReference"} +{"id":"9cb37fd9-099b-5ef2-ae08-607c32e775fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19072/analysis/NA19072.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000760#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/38e85aa2-c301-5fbb-abc3-b331faf627d1"},"resourceType":"DocumentReference"} +{"id":"c310fdcf-66b0-5272-a657-aeb004a54ce3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19072/analysis/NA19072.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000760#sample/cram"}],"status":"current","subject":{"reference":"Patient/38e85aa2-c301-5fbb-abc3-b331faf627d1"},"resourceType":"DocumentReference"} +{"id":"7d5250ac-295f-53c4-a1d2-fb9b11c97a21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19074/analysis/NA19074.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000761#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/96a05196-ee5c-5e74-9a07-49b65c6110de"},"resourceType":"DocumentReference"} +{"id":"c94ca339-779b-589a-a809-ee40dc29b4a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19074/analysis/NA19074.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000761#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/96a05196-ee5c-5e74-9a07-49b65c6110de"},"resourceType":"DocumentReference"} +{"id":"88372751-889c-53dd-820b-9aa7d8770afc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19074/analysis/NA19074.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000761#sample/cram"}],"status":"current","subject":{"reference":"Patient/96a05196-ee5c-5e74-9a07-49b65c6110de"},"resourceType":"DocumentReference"} +{"id":"4b8ded51-c61b-5f5e-ac58-a002821a75d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19075/analysis/NA19075.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000762#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/065df4b2-57a7-5e5f-8053-cb48a8bbc8d7"},"resourceType":"DocumentReference"} +{"id":"6b17face-7a5c-52e9-8da5-659c5e8a9323","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19075/analysis/NA19075.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000762#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/065df4b2-57a7-5e5f-8053-cb48a8bbc8d7"},"resourceType":"DocumentReference"} +{"id":"f02525c7-d129-5a1b-b5c7-792c1a216930","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19075/analysis/NA19075.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000762#sample/cram"}],"status":"current","subject":{"reference":"Patient/065df4b2-57a7-5e5f-8053-cb48a8bbc8d7"},"resourceType":"DocumentReference"} +{"id":"2f355121-0c5f-56bc-bc51-ccb62df4fec0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19076/analysis/NA19076.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000763#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3a69c9cd-2b30-5f96-9250-00872067510f"},"resourceType":"DocumentReference"} +{"id":"06af0a2a-9f48-5774-bf91-7c6ad0079c74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19076/analysis/NA19076.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000763#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3a69c9cd-2b30-5f96-9250-00872067510f"},"resourceType":"DocumentReference"} +{"id":"e56d0ba0-81b1-5454-9aee-877a07181d23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19076/analysis/NA19076.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000763#sample/cram"}],"status":"current","subject":{"reference":"Patient/3a69c9cd-2b30-5f96-9250-00872067510f"},"resourceType":"DocumentReference"} +{"id":"52d58c99-1dde-5858-abce-01afd9eab5b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19077/analysis/NA19077.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000764#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c3f5188a-0678-54c3-8af6-b778c7eb7a76"},"resourceType":"DocumentReference"} +{"id":"8497ecab-a013-50dc-aa1b-02fb34c01b10","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19077/analysis/NA19077.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000764#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c3f5188a-0678-54c3-8af6-b778c7eb7a76"},"resourceType":"DocumentReference"} +{"id":"a83a71b7-8aa7-5253-a0d8-9cce5184ce78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19077/analysis/NA19077.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000764#sample/cram"}],"status":"current","subject":{"reference":"Patient/c3f5188a-0678-54c3-8af6-b778c7eb7a76"},"resourceType":"DocumentReference"} +{"id":"68f28ff4-2df7-5bb1-b789-6abdc036861f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19078/analysis/NA19078.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000765#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/daed0ec4-d880-529a-b938-208d0508fad3"},"resourceType":"DocumentReference"} +{"id":"ad442f0f-1867-54c1-9c3b-4a926d341a0e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19078/analysis/NA19078.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000765#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/daed0ec4-d880-529a-b938-208d0508fad3"},"resourceType":"DocumentReference"} +{"id":"ad260d3a-36d7-5453-8062-849fb55e28db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19078/analysis/NA19078.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000765#sample/cram"}],"status":"current","subject":{"reference":"Patient/daed0ec4-d880-529a-b938-208d0508fad3"},"resourceType":"DocumentReference"} +{"id":"f3212cb8-a28a-546b-80ed-adec9f8828d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19079/analysis/NA19079.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000766#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9f49317a-1a7d-5f56-bed6-b157e4b15550"},"resourceType":"DocumentReference"} +{"id":"345140ad-146e-5733-8702-239a174cc1cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19079/analysis/NA19079.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000766#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9f49317a-1a7d-5f56-bed6-b157e4b15550"},"resourceType":"DocumentReference"} +{"id":"cc055837-25f5-536e-9185-97ccd87b493e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19079/analysis/NA19079.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000766#sample/cram"}],"status":"current","subject":{"reference":"Patient/9f49317a-1a7d-5f56-bed6-b157e4b15550"},"resourceType":"DocumentReference"} +{"id":"00143713-9e0f-5eb2-a0b7-2382e46a92bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19080/analysis/NA19080.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000767#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f6a45641-aa24-59e1-a855-f43770df6e20"},"resourceType":"DocumentReference"} +{"id":"a25728c3-9145-5fa8-81ab-5d5f4ebb1abf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19080/analysis/NA19080.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000767#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f6a45641-aa24-59e1-a855-f43770df6e20"},"resourceType":"DocumentReference"} +{"id":"285b0fd5-392b-558d-910f-67b7e109307d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19080/analysis/NA19080.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000767#sample/cram"}],"status":"current","subject":{"reference":"Patient/f6a45641-aa24-59e1-a855-f43770df6e20"},"resourceType":"DocumentReference"} +{"id":"555258c8-56b9-5c95-90b3-def9d8ab1789","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19081/analysis/NA19081.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000768#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eaf28b0d-9e0f-5632-9527-8f21bdb697d9"},"resourceType":"DocumentReference"} +{"id":"c2489c31-0aa7-53bb-82d7-81edc3d97c71","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19081/analysis/NA19081.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000768#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eaf28b0d-9e0f-5632-9527-8f21bdb697d9"},"resourceType":"DocumentReference"} +{"id":"576ef0fe-3cf3-577a-91d8-3a6f13fe6ff6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19081/analysis/NA19081.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000768#sample/cram"}],"status":"current","subject":{"reference":"Patient/eaf28b0d-9e0f-5632-9527-8f21bdb697d9"},"resourceType":"DocumentReference"} +{"id":"08deebda-5f0d-54a1-b46d-58a7bd988262","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19082/analysis/NA19082.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000769#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f5a86008-85f4-5812-b776-5aa202c447c1"},"resourceType":"DocumentReference"} +{"id":"5e0db9ff-eb4b-512f-bb66-823fdd84bc57","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19082/analysis/NA19082.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000769#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f5a86008-85f4-5812-b776-5aa202c447c1"},"resourceType":"DocumentReference"} +{"id":"8846fe4d-2646-5077-95fe-111437068814","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19082/analysis/NA19082.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000769#sample/cram"}],"status":"current","subject":{"reference":"Patient/f5a86008-85f4-5812-b776-5aa202c447c1"},"resourceType":"DocumentReference"} +{"id":"05a4808c-fec4-5853-97b1-adef8e3b7d02","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19083/analysis/NA19083.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000770#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/61a2fab1-fd4a-5698-9bab-98be00adf1af"},"resourceType":"DocumentReference"} +{"id":"7c45dd1f-e72d-5678-bd41-f0e3913bdd2c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19083/analysis/NA19083.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000770#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/61a2fab1-fd4a-5698-9bab-98be00adf1af"},"resourceType":"DocumentReference"} +{"id":"9d814927-be7c-5784-96b8-e76f4b6d4099","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19083/analysis/NA19083.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000770#sample/cram"}],"status":"current","subject":{"reference":"Patient/61a2fab1-fd4a-5698-9bab-98be00adf1af"},"resourceType":"DocumentReference"} +{"id":"16f76065-f74e-5ac3-8b25-9dbea2025b13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19084/analysis/NA19084.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000771#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e15b1397-ff16-5076-9a65-24e0593e1d32"},"resourceType":"DocumentReference"} +{"id":"f71ea2a9-1765-5a92-9d6f-f9b9826ebcbb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19084/analysis/NA19084.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000771#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e15b1397-ff16-5076-9a65-24e0593e1d32"},"resourceType":"DocumentReference"} +{"id":"7d0fca6f-3a4a-5a09-b249-6c558524115b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19084/analysis/NA19084.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000771#sample/cram"}],"status":"current","subject":{"reference":"Patient/e15b1397-ff16-5076-9a65-24e0593e1d32"},"resourceType":"DocumentReference"} +{"id":"befd8006-1710-54d1-8f62-11094656f398","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19085/analysis/NA19085.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000772#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cf786d70-1d07-5b0d-8047-6fe081641f4c"},"resourceType":"DocumentReference"} +{"id":"dd1b162d-4187-59eb-b9c3-ce9d42380d88","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19085/analysis/NA19085.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000772#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cf786d70-1d07-5b0d-8047-6fe081641f4c"},"resourceType":"DocumentReference"} +{"id":"12b835f9-719b-56d2-877a-80ddefbfdc41","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19085/analysis/NA19085.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000772#sample/cram"}],"status":"current","subject":{"reference":"Patient/cf786d70-1d07-5b0d-8047-6fe081641f4c"},"resourceType":"DocumentReference"} +{"id":"1ce66805-0ca5-5b36-816f-f70db7ff8388","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19086/analysis/NA19086.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000773#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/32037497-3078-59eb-a769-3df97d052fff"},"resourceType":"DocumentReference"} +{"id":"65035d8e-92c5-56fb-ba08-d75abeecd118","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19086/analysis/NA19086.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000773#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/32037497-3078-59eb-a769-3df97d052fff"},"resourceType":"DocumentReference"} +{"id":"6c4a109e-b2fe-5609-a6ea-7e0098aa930e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19086/analysis/NA19086.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000773#sample/cram"}],"status":"current","subject":{"reference":"Patient/32037497-3078-59eb-a769-3df97d052fff"},"resourceType":"DocumentReference"} +{"id":"c65e42ff-aaf7-5f2f-b168-78e9b5abd018","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19087/analysis/NA19087.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000774#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0fbd6254-9cb6-5a9b-9533-08f6fbaa74d2"},"resourceType":"DocumentReference"} +{"id":"b637eb98-d22b-513e-ac5f-d347103fbff4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19087/analysis/NA19087.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000774#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0fbd6254-9cb6-5a9b-9533-08f6fbaa74d2"},"resourceType":"DocumentReference"} +{"id":"2a721431-c6d2-56f3-94a3-096f8c6c1834","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19087/analysis/NA19087.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000774#sample/cram"}],"status":"current","subject":{"reference":"Patient/0fbd6254-9cb6-5a9b-9533-08f6fbaa74d2"},"resourceType":"DocumentReference"} +{"id":"39b77f82-6721-558b-bfce-561ef37327a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19088/analysis/NA19088.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000775#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2af05ccf-d3c8-5459-9dba-56e1026f1e6e"},"resourceType":"DocumentReference"} +{"id":"83577b08-ebef-55b0-b0a1-b70bdc8ad1d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19088/analysis/NA19088.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000775#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2af05ccf-d3c8-5459-9dba-56e1026f1e6e"},"resourceType":"DocumentReference"} +{"id":"abfc0cf6-41e3-5fe3-a30f-adcafa571e54","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19088/analysis/NA19088.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000775#sample/cram"}],"status":"current","subject":{"reference":"Patient/2af05ccf-d3c8-5459-9dba-56e1026f1e6e"},"resourceType":"DocumentReference"} +{"id":"871db047-97a3-5fd0-9e39-00d7225f4494","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19092/analysis/NA19092.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000776#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d3bf68ea-57ea-50fa-b754-1d90a954a5d3"},"resourceType":"DocumentReference"} +{"id":"98504c69-f4c3-5eb3-acdd-e5a7ab9d5697","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19092/analysis/NA19092.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000776#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d3bf68ea-57ea-50fa-b754-1d90a954a5d3"},"resourceType":"DocumentReference"} +{"id":"a5460140-b610-5a58-9a09-db4b668dee78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19092/analysis/NA19092.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000776#sample/cram"}],"status":"current","subject":{"reference":"Patient/d3bf68ea-57ea-50fa-b754-1d90a954a5d3"},"resourceType":"DocumentReference"} +{"id":"ebead15e-7b37-52d6-ad05-12b8ef13378f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19095/analysis/NA19095.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000777#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2662c8a6-dc4f-528e-96be-b8e287776b41"},"resourceType":"DocumentReference"} +{"id":"c73755de-dc6d-553d-9ed9-e24ae4f5d564","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19095/analysis/NA19095.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000777#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2662c8a6-dc4f-528e-96be-b8e287776b41"},"resourceType":"DocumentReference"} +{"id":"721a8590-3765-5f82-8260-2c0793a63e85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19095/analysis/NA19095.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000777#sample/cram"}],"status":"current","subject":{"reference":"Patient/2662c8a6-dc4f-528e-96be-b8e287776b41"},"resourceType":"DocumentReference"} +{"id":"27a914b1-0aa3-50a8-aa5f-c607b55e4458","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19096/analysis/NA19096.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000778#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3d8f072b-4f4e-5307-8c44-a8eb6611feea"},"resourceType":"DocumentReference"} +{"id":"5883631b-3920-57b0-b423-e99fc8066f20","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19096/analysis/NA19096.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000778#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3d8f072b-4f4e-5307-8c44-a8eb6611feea"},"resourceType":"DocumentReference"} +{"id":"6012ede9-f8e4-51db-bb9c-86f00b7fe1c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19096/analysis/NA19096.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000778#sample/cram"}],"status":"current","subject":{"reference":"Patient/3d8f072b-4f4e-5307-8c44-a8eb6611feea"},"resourceType":"DocumentReference"} +{"id":"4471e9a6-2501-58a8-90d9-9d8cb29b0b5e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19107/analysis/NA19107.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000779#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b13f138d-de65-535c-8bca-1e8f33ef3d4d"},"resourceType":"DocumentReference"} +{"id":"fc0c3d39-7909-56a9-8c75-548afe6c3e10","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19107/analysis/NA19107.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000779#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b13f138d-de65-535c-8bca-1e8f33ef3d4d"},"resourceType":"DocumentReference"} +{"id":"f67bc0f0-7e9e-5cf1-af2d-d63c94168471","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19107/analysis/NA19107.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000779#sample/cram"}],"status":"current","subject":{"reference":"Patient/b13f138d-de65-535c-8bca-1e8f33ef3d4d"},"resourceType":"DocumentReference"} +{"id":"f01c82a0-f110-5aa4-b75e-40a817d8f66c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19113/analysis/NA19113.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000780#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ebb47f05-1f59-5a3a-8cef-94bf2d6a7446"},"resourceType":"DocumentReference"} +{"id":"4fa0a4dd-48ba-55b8-8d0e-8a49b2dc02f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19113/analysis/NA19113.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000780#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ebb47f05-1f59-5a3a-8cef-94bf2d6a7446"},"resourceType":"DocumentReference"} +{"id":"8aa54425-0527-50ad-98c6-5d483559c889","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19113/analysis/NA19113.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000780#sample/cram"}],"status":"current","subject":{"reference":"Patient/ebb47f05-1f59-5a3a-8cef-94bf2d6a7446"},"resourceType":"DocumentReference"} +{"id":"06a35a2e-1f60-53ac-aa4d-d8bf8415c58f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19117/analysis/NA19117.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000781#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d7ae7604-09e0-532d-aafa-5a784c22777f"},"resourceType":"DocumentReference"} +{"id":"081fbe03-0272-57d1-a09e-c572a2dcea59","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19117/analysis/NA19117.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000781#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d7ae7604-09e0-532d-aafa-5a784c22777f"},"resourceType":"DocumentReference"} +{"id":"4b96f423-f349-5ce5-9f00-7e7c91ab3e1a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19117/analysis/NA19117.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000781#sample/cram"}],"status":"current","subject":{"reference":"Patient/d7ae7604-09e0-532d-aafa-5a784c22777f"},"resourceType":"DocumentReference"} +{"id":"6d708066-8a1a-591b-ae20-e64302157759","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19118/analysis/NA19118.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000782#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7696d36c-82b2-5aec-b245-7502bc276975"},"resourceType":"DocumentReference"} +{"id":"449a29d8-ee94-5328-bf91-4f3cdbf52ff1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19118/analysis/NA19118.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000782#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7696d36c-82b2-5aec-b245-7502bc276975"},"resourceType":"DocumentReference"} +{"id":"8d698118-d255-5512-b095-9f43c8c3c7f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19118/analysis/NA19118.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000782#sample/cram"}],"status":"current","subject":{"reference":"Patient/7696d36c-82b2-5aec-b245-7502bc276975"},"resourceType":"DocumentReference"} +{"id":"2acea243-0c9f-56c9-91a1-ff144ddd8dd5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19121/analysis/NA19121.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000783#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1b34cdaf-ab9e-5cfc-9cb7-e2151775a9f0"},"resourceType":"DocumentReference"} +{"id":"0befb906-9c23-5a8b-9fcc-b9748e4ed640","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19121/analysis/NA19121.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000783#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1b34cdaf-ab9e-5cfc-9cb7-e2151775a9f0"},"resourceType":"DocumentReference"} +{"id":"cdd96484-7d90-5bdd-a836-2f3b4fc316ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19121/analysis/NA19121.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000783#sample/cram"}],"status":"current","subject":{"reference":"Patient/1b34cdaf-ab9e-5cfc-9cb7-e2151775a9f0"},"resourceType":"DocumentReference"} +{"id":"691be764-f571-5081-85b4-9e2992505176","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19130/analysis/NA19130.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000785#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e86e7748-dbc0-595d-848c-bc4029fa68a9"},"resourceType":"DocumentReference"} +{"id":"762eb725-8853-5883-9569-82592a54bc38","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19130/analysis/NA19130.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000785#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e86e7748-dbc0-595d-848c-bc4029fa68a9"},"resourceType":"DocumentReference"} +{"id":"b9092f57-10e3-5e60-8120-87f47e8b277e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19130/analysis/NA19130.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000785#sample/cram"}],"status":"current","subject":{"reference":"Patient/e86e7748-dbc0-595d-848c-bc4029fa68a9"},"resourceType":"DocumentReference"} +{"id":"c4f7be23-b0e6-5ab2-8ee6-faa3f57aae8f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19146/analysis/NA19146.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000786#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/96ca172f-527e-56ed-b999-d77414ae9844"},"resourceType":"DocumentReference"} +{"id":"3915be34-d38e-5157-9369-96155ea9df02","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19146/analysis/NA19146.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000786#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/96ca172f-527e-56ed-b999-d77414ae9844"},"resourceType":"DocumentReference"} +{"id":"44413040-f6a2-5b28-ad17-008a46f6497b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19146/analysis/NA19146.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000786#sample/cram"}],"status":"current","subject":{"reference":"Patient/96ca172f-527e-56ed-b999-d77414ae9844"},"resourceType":"DocumentReference"} +{"id":"02a1cc08-7ac8-5c95-8ce6-8a41f2a3b777","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19149/analysis/NA19149.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000787#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/064c8270-4aaf-53de-9322-89ab798c33d0"},"resourceType":"DocumentReference"} +{"id":"53cbb7f3-6d0d-5f91-8ec1-7cc356d8531f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19149/analysis/NA19149.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000787#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/064c8270-4aaf-53de-9322-89ab798c33d0"},"resourceType":"DocumentReference"} +{"id":"8d64655f-fbaa-50e3-846b-4603ada65fcd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19149/analysis/NA19149.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000787#sample/cram"}],"status":"current","subject":{"reference":"Patient/064c8270-4aaf-53de-9322-89ab798c33d0"},"resourceType":"DocumentReference"} +{"id":"99ce19be-c53f-5fc4-bf91-ffb6f57bf55c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19175/analysis/NA19175.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000789#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c80d210c-b330-55de-b595-dba2e2a116f7"},"resourceType":"DocumentReference"} +{"id":"4e0bd991-0e31-521d-8d7c-d355c1d81ebc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19175/analysis/NA19175.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000789#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c80d210c-b330-55de-b595-dba2e2a116f7"},"resourceType":"DocumentReference"} +{"id":"a2821e34-6fcc-54e6-8285-cbb763674c18","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19175/analysis/NA19175.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000789#sample/cram"}],"status":"current","subject":{"reference":"Patient/c80d210c-b330-55de-b595-dba2e2a116f7"},"resourceType":"DocumentReference"} +{"id":"ee4fffec-be1c-5909-b785-1c9156dfb0d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19184/analysis/NA19184.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000793#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/09add51a-8939-5d11-ba45-d4f429ad9472"},"resourceType":"DocumentReference"} +{"id":"11ca55a5-90f0-5202-9865-0739430e56e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19184/analysis/NA19184.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000793#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/09add51a-8939-5d11-ba45-d4f429ad9472"},"resourceType":"DocumentReference"} +{"id":"2ad79b5e-b76d-5edb-85c3-3ce6b75ba539","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19184/analysis/NA19184.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000793#sample/cram"}],"status":"current","subject":{"reference":"Patient/09add51a-8939-5d11-ba45-d4f429ad9472"},"resourceType":"DocumentReference"} +{"id":"6132eac6-235d-50de-be5c-448cbe4fc5e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19185/analysis/NA19185.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000794#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b4a54923-077e-5dc6-8c66-655a131b684c"},"resourceType":"DocumentReference"} +{"id":"a219e6f1-450a-5506-9b9d-c78dcb69a7ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19185/analysis/NA19185.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000794#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b4a54923-077e-5dc6-8c66-655a131b684c"},"resourceType":"DocumentReference"} +{"id":"81c94f44-0af4-5934-8f53-690bda925966","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19185/analysis/NA19185.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000794#sample/cram"}],"status":"current","subject":{"reference":"Patient/b4a54923-077e-5dc6-8c66-655a131b684c"},"resourceType":"DocumentReference"} +{"id":"1fa2c33b-6319-5758-bada-c194197aba74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19189/analysis/NA19189.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000795#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5a92901c-c0cd-5ce5-9128-05e2c8152dab"},"resourceType":"DocumentReference"} +{"id":"35fe4a2d-c658-57ae-a6df-e8730f1a3874","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19189/analysis/NA19189.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000795#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5a92901c-c0cd-5ce5-9128-05e2c8152dab"},"resourceType":"DocumentReference"} +{"id":"bdcc39a4-85dc-5acc-ad88-0f997d8a1966","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19189/analysis/NA19189.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000795#sample/cram"}],"status":"current","subject":{"reference":"Patient/5a92901c-c0cd-5ce5-9128-05e2c8152dab"},"resourceType":"DocumentReference"} +{"id":"6abfd949-49ba-5280-9014-ad7f53482203","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19197/analysis/NA19197.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000796#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/72be44e6-a65b-51ee-846c-13c9083f16aa"},"resourceType":"DocumentReference"} +{"id":"1706a32d-2e6a-5992-a24e-d097aa0da58d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19197/analysis/NA19197.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000796#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/72be44e6-a65b-51ee-846c-13c9083f16aa"},"resourceType":"DocumentReference"} +{"id":"d7bbcf38-a0d8-50be-97cd-5c1cdbd6b8bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19197/analysis/NA19197.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000796#sample/cram"}],"status":"current","subject":{"reference":"Patient/72be44e6-a65b-51ee-846c-13c9083f16aa"},"resourceType":"DocumentReference"} +{"id":"e878540f-c775-5ae2-b366-6a89c6b2ddf6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19198/analysis/NA19198.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000797#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9b7b9b68-67a0-51da-b2f6-20e5db50c400"},"resourceType":"DocumentReference"} +{"id":"dd939f42-868a-5006-affd-48b1377dcfcc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19198/analysis/NA19198.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000797#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9b7b9b68-67a0-51da-b2f6-20e5db50c400"},"resourceType":"DocumentReference"} +{"id":"b7046898-58af-52a7-99f0-589b91f58613","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19198/analysis/NA19198.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000797#sample/cram"}],"status":"current","subject":{"reference":"Patient/9b7b9b68-67a0-51da-b2f6-20e5db50c400"},"resourceType":"DocumentReference"} +{"id":"ace2cf8d-45da-55ed-9b54-5aa27f3ffa7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19213/analysis/NA19213.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000798#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7ad33d2e-f22d-5cdd-9243-efa3e8f043d2"},"resourceType":"DocumentReference"} +{"id":"c3b3f977-8891-5277-aaf8-eb87bf24597f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19213/analysis/NA19213.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000798#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7ad33d2e-f22d-5cdd-9243-efa3e8f043d2"},"resourceType":"DocumentReference"} +{"id":"9ef7956c-6cf8-557c-b52d-f68eb1c6261d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19213/analysis/NA19213.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000798#sample/cram"}],"status":"current","subject":{"reference":"Patient/7ad33d2e-f22d-5cdd-9243-efa3e8f043d2"},"resourceType":"DocumentReference"} +{"id":"e910d81f-a375-55de-8f11-11ea1e285a0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19214/analysis/NA19214.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000799#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7004e440-0a20-52c8-a860-435446fc9be1"},"resourceType":"DocumentReference"} +{"id":"c72b68f8-45ce-5ed8-81f1-a5a1ada5f948","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19214/analysis/NA19214.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000799#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7004e440-0a20-52c8-a860-435446fc9be1"},"resourceType":"DocumentReference"} +{"id":"f54e96c5-4adb-5bdd-ba42-6d4b55129737","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19214/analysis/NA19214.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000799#sample/cram"}],"status":"current","subject":{"reference":"Patient/7004e440-0a20-52c8-a860-435446fc9be1"},"resourceType":"DocumentReference"} +{"id":"362dd8c4-aaeb-5dc7-b5a4-1c5ba13bf1dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19223/analysis/NA19223.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000800#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cd150b5a-e97a-58d4-9448-e6690291af11"},"resourceType":"DocumentReference"} +{"id":"91974f3d-ef0b-5906-ae2e-32bcd958a8b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19223/analysis/NA19223.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000800#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cd150b5a-e97a-58d4-9448-e6690291af11"},"resourceType":"DocumentReference"} +{"id":"05b1b866-2c3a-50d4-9d6a-fbe01a60e45a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19223/analysis/NA19223.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000800#sample/cram"}],"status":"current","subject":{"reference":"Patient/cd150b5a-e97a-58d4-9448-e6690291af11"},"resourceType":"DocumentReference"} +{"id":"058ef71d-c319-5b2b-be96-b3bec97fac05","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19235/analysis/NA19235.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000801#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3fc5fb40-10dc-5651-8865-03b4fa371a97"},"resourceType":"DocumentReference"} +{"id":"9e8cc229-d6ae-59f1-84ea-b1f5678b5403","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19235/analysis/NA19235.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000801#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3fc5fb40-10dc-5651-8865-03b4fa371a97"},"resourceType":"DocumentReference"} +{"id":"aeb7a86b-cccc-54d3-9752-c8c878ce437a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19235/analysis/NA19235.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000801#sample/cram"}],"status":"current","subject":{"reference":"Patient/3fc5fb40-10dc-5651-8865-03b4fa371a97"},"resourceType":"DocumentReference"} +{"id":"97571645-ba76-527e-831f-9f1f08a8586d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19236/analysis/NA19236.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000802#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/009c9086-1c48-5eea-acc4-270d29962b23"},"resourceType":"DocumentReference"} +{"id":"bc6152b1-0c8d-5e97-94b9-ee3cb631cfb2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19236/analysis/NA19236.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000802#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/009c9086-1c48-5eea-acc4-270d29962b23"},"resourceType":"DocumentReference"} +{"id":"9f1f9cd6-cb9b-5b31-9d3f-aa92420695a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19236/analysis/NA19236.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000802#sample/cram"}],"status":"current","subject":{"reference":"Patient/009c9086-1c48-5eea-acc4-270d29962b23"},"resourceType":"DocumentReference"} +{"id":"49a5d06b-d296-5ef5-83b9-39175def8268","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19247/analysis/NA19247.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000803#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/35481f23-eec0-5ed3-b949-5bc4ffc6d184"},"resourceType":"DocumentReference"} +{"id":"55a5f91d-6663-5c78-aa27-878325f53db4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19247/analysis/NA19247.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000803#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/35481f23-eec0-5ed3-b949-5bc4ffc6d184"},"resourceType":"DocumentReference"} +{"id":"b9b136f7-3ddd-56d4-bc44-a2b3e667d45e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19247/analysis/NA19247.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000803#sample/cram"}],"status":"current","subject":{"reference":"Patient/35481f23-eec0-5ed3-b949-5bc4ffc6d184"},"resourceType":"DocumentReference"} +{"id":"83b474e7-6281-54da-b1b3-446e8cbc9f6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19248/analysis/NA19248.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000804#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0e8c98e1-2ba1-5799-915d-1ef427eab2a2"},"resourceType":"DocumentReference"} +{"id":"466a64c7-bec9-52a7-8f6b-020b0e7d5246","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19248/analysis/NA19248.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000804#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0e8c98e1-2ba1-5799-915d-1ef427eab2a2"},"resourceType":"DocumentReference"} +{"id":"ca25ec61-0dd0-52d2-b945-ded7746a5408","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19248/analysis/NA19248.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000804#sample/cram"}],"status":"current","subject":{"reference":"Patient/0e8c98e1-2ba1-5799-915d-1ef427eab2a2"},"resourceType":"DocumentReference"} +{"id":"1bd452fb-6888-55f0-8230-14a9702ec7e3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19256/analysis/NA19256.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000805#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/18cd63ba-4352-5415-8d6c-b29e72af2514"},"resourceType":"DocumentReference"} +{"id":"f9d598e0-b9a5-5021-a299-ff28514e2468","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19256/analysis/NA19256.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000805#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/18cd63ba-4352-5415-8d6c-b29e72af2514"},"resourceType":"DocumentReference"} +{"id":"e62cdf4d-8cd3-5eae-ae5e-fd6b2244333e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19256/analysis/NA19256.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000805#sample/cram"}],"status":"current","subject":{"reference":"Patient/18cd63ba-4352-5415-8d6c-b29e72af2514"},"resourceType":"DocumentReference"} +{"id":"490074c4-5d18-553f-b7ee-ab2ece71fc6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA07048/analysis/NA07048.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001259#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5b018154-0c25-5626-8184-1f41340dfe46"},"resourceType":"DocumentReference"} +{"id":"36545ac6-f054-5310-b278-3c2059bfb9f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA07048/analysis/NA07048.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001259#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5b018154-0c25-5626-8184-1f41340dfe46"},"resourceType":"DocumentReference"} +{"id":"148830f7-8743-555b-bef1-f782be82c7fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA07048/analysis/NA07048.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001259#sample/cram"}],"status":"current","subject":{"reference":"Patient/5b018154-0c25-5626-8184-1f41340dfe46"},"resourceType":"DocumentReference"} +{"id":"8ddfd2e2-0220-5158-bc3d-2415b439cf5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11932/analysis/NA11932.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001261#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/30855302-1d77-5a50-b80b-904475ef3491"},"resourceType":"DocumentReference"} +{"id":"0c19a40d-2b96-5d1a-ab18-6e6ed480092a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11932/analysis/NA11932.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001261#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/30855302-1d77-5a50-b80b-904475ef3491"},"resourceType":"DocumentReference"} +{"id":"1269c23a-e182-587b-a728-92ed5f34b406","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11932/analysis/NA11932.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001261#sample/cram"}],"status":"current","subject":{"reference":"Patient/30855302-1d77-5a50-b80b-904475ef3491"},"resourceType":"DocumentReference"} +{"id":"3b985283-6acf-5494-9039-0540f5fb1317","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11933/analysis/NA11933.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001262#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2360aabb-e9da-5b4c-af5d-f783fe988042"},"resourceType":"DocumentReference"} +{"id":"1c8f40a6-d9ff-5ae7-af32-8b8d0af988e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA11933/analysis/NA11933.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001262#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2360aabb-e9da-5b4c-af5d-f783fe988042"},"resourceType":"DocumentReference"} +{"id":"10d7dcfd-284e-5f90-bc76-26455bced112","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA11933/analysis/NA11933.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001262#sample/cram"}],"status":"current","subject":{"reference":"Patient/2360aabb-e9da-5b4c-af5d-f783fe988042"},"resourceType":"DocumentReference"} +{"id":"837f7e7f-8fd9-513b-a26f-155c71ffb3d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12046/analysis/NA12046.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001263#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6bafa8d3-c927-50be-ba5e-a4173c8da7e2"},"resourceType":"DocumentReference"} +{"id":"71145398-2df4-5256-b0c0-65041df8da61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA12046/analysis/NA12046.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001263#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6bafa8d3-c927-50be-ba5e-a4173c8da7e2"},"resourceType":"DocumentReference"} +{"id":"50adf000-3847-5932-b8e1-06c6582bcd0b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA12046/analysis/NA12046.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001263#sample/cram"}],"status":"current","subject":{"reference":"Patient/6bafa8d3-c927-50be-ba5e-a4173c8da7e2"},"resourceType":"DocumentReference"} +{"id":"5d6442de-a6a5-50a8-b538-2580577e6f96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18525/analysis/NA18525.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001364#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/af2ab368-bda6-5c78-9dec-45c48febe784"},"resourceType":"DocumentReference"} +{"id":"b49563bb-e784-5c86-ac08-e10a6be3408a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18525/analysis/NA18525.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001364#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/af2ab368-bda6-5c78-9dec-45c48febe784"},"resourceType":"DocumentReference"} +{"id":"7521f3db-9a90-5c99-9358-582c6c5d2310","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18525/analysis/NA18525.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001364#sample/cram"}],"status":"current","subject":{"reference":"Patient/af2ab368-bda6-5c78-9dec-45c48febe784"},"resourceType":"DocumentReference"} +{"id":"81b66a2c-77f8-51a6-9514-674305db8d29","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18528/analysis/NA18528.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001366#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ea4f8ae0-ff76-5ccf-b63a-623af9c1ef0e"},"resourceType":"DocumentReference"} +{"id":"04c0f8cd-cceb-5fb8-a89a-59481c978b76","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18528/analysis/NA18528.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001366#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ea4f8ae0-ff76-5ccf-b63a-623af9c1ef0e"},"resourceType":"DocumentReference"} +{"id":"38284ad2-0de0-5121-b640-d8ab82e51ab7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18528/analysis/NA18528.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001366#sample/cram"}],"status":"current","subject":{"reference":"Patient/ea4f8ae0-ff76-5ccf-b63a-623af9c1ef0e"},"resourceType":"DocumentReference"} +{"id":"46382c28-6bcb-5945-9961-babf0e488cba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18531/analysis/NA18531.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001367#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/214ffedc-fe1f-5450-b65d-57f8cd6d1b34"},"resourceType":"DocumentReference"} +{"id":"ef5bea65-aece-5217-af95-d4ef164971de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18531/analysis/NA18531.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001367#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/214ffedc-fe1f-5450-b65d-57f8cd6d1b34"},"resourceType":"DocumentReference"} +{"id":"3002043a-d799-5e94-a951-d3d76ae10ac2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18531/analysis/NA18531.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001367#sample/cram"}],"status":"current","subject":{"reference":"Patient/214ffedc-fe1f-5450-b65d-57f8cd6d1b34"},"resourceType":"DocumentReference"} +{"id":"2ffd24c4-886c-5802-8c02-c963a69b3893","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18533/analysis/NA18533.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001368#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6bb4a26a-a1ad-52ac-bc0c-5efdc015ec10"},"resourceType":"DocumentReference"} +{"id":"4311c659-d417-587c-90b4-24de1b5cc218","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18533/analysis/NA18533.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001368#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6bb4a26a-a1ad-52ac-bc0c-5efdc015ec10"},"resourceType":"DocumentReference"} +{"id":"f25782ef-6491-5965-b1ad-53364bc7ff8f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18533/analysis/NA18533.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001368#sample/cram"}],"status":"current","subject":{"reference":"Patient/6bb4a26a-a1ad-52ac-bc0c-5efdc015ec10"},"resourceType":"DocumentReference"} +{"id":"72e14573-24b4-5e55-971d-cd1d2ad67f38","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18535/analysis/NA18535.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001369#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ee8b3a60-5fee-5896-b8c8-da5c0449041c"},"resourceType":"DocumentReference"} +{"id":"7a04ce64-2827-52a8-83ea-bf3fbcd7c9cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18535/analysis/NA18535.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001369#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ee8b3a60-5fee-5896-b8c8-da5c0449041c"},"resourceType":"DocumentReference"} +{"id":"64e3d596-24ed-5ea6-8e26-4badc79e1c45","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18535/analysis/NA18535.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001369#sample/cram"}],"status":"current","subject":{"reference":"Patient/ee8b3a60-5fee-5896-b8c8-da5c0449041c"},"resourceType":"DocumentReference"} +{"id":"7560d771-bab2-5a15-a632-d9391a93d72e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18538/analysis/NA18538.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001370#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1946d7f0-4fd3-5626-8f32-7fb149af3158"},"resourceType":"DocumentReference"} +{"id":"45e917d5-423c-590d-a7ed-4b3894364a05","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18538/analysis/NA18538.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001370#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1946d7f0-4fd3-5626-8f32-7fb149af3158"},"resourceType":"DocumentReference"} +{"id":"84621228-4c3f-5709-a2bd-8f25f964a124","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18538/analysis/NA18538.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001370#sample/cram"}],"status":"current","subject":{"reference":"Patient/1946d7f0-4fd3-5626-8f32-7fb149af3158"},"resourceType":"DocumentReference"} +{"id":"deff0138-39fb-52f6-b33f-93e72a18f2cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18539/analysis/NA18539.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001371#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9ae33036-fd8d-5a85-b3e7-6d522a7554e3"},"resourceType":"DocumentReference"} +{"id":"70bdbe49-c1c6-5574-9b3d-9dd622f8128a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18539/analysis/NA18539.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001371#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9ae33036-fd8d-5a85-b3e7-6d522a7554e3"},"resourceType":"DocumentReference"} +{"id":"e4c5a073-8d38-5b6f-a3d3-6906799371a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18539/analysis/NA18539.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001371#sample/cram"}],"status":"current","subject":{"reference":"Patient/9ae33036-fd8d-5a85-b3e7-6d522a7554e3"},"resourceType":"DocumentReference"} +{"id":"896ce80c-fbe4-514c-b880-c53592cf2680","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18541/analysis/NA18541.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001372#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/741b3bc4-ca66-5181-8200-c8b42188db5c"},"resourceType":"DocumentReference"} +{"id":"fdcbaee5-9057-54c7-920c-5136dc5e8dae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18541/analysis/NA18541.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001372#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/741b3bc4-ca66-5181-8200-c8b42188db5c"},"resourceType":"DocumentReference"} +{"id":"72636290-453c-5f6d-bd71-1b6913f7445e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18541/analysis/NA18541.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001372#sample/cram"}],"status":"current","subject":{"reference":"Patient/741b3bc4-ca66-5181-8200-c8b42188db5c"},"resourceType":"DocumentReference"} +{"id":"a2fe8067-c051-5257-8b05-6c7ef6ccd016","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18553/analysis/NA18553.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001373#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aaac57e2-ed2d-5db5-92af-4f8f651b896c"},"resourceType":"DocumentReference"} +{"id":"6c30a4bc-93c4-531b-8b5f-9250318d109b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18553/analysis/NA18553.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001373#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aaac57e2-ed2d-5db5-92af-4f8f651b896c"},"resourceType":"DocumentReference"} +{"id":"a3013000-355d-5db2-b77e-e9f7270291c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18553/analysis/NA18553.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001373#sample/cram"}],"status":"current","subject":{"reference":"Patient/aaac57e2-ed2d-5db5-92af-4f8f651b896c"},"resourceType":"DocumentReference"} +{"id":"408bc047-4772-59c3-9662-943196e6e733","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18560/analysis/NA18560.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001374#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e8956340-f6f3-5114-b6f3-ec0111fb65af"},"resourceType":"DocumentReference"} +{"id":"b8649411-4ff2-5c62-b1c5-ed0883534c4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18560/analysis/NA18560.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001374#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e8956340-f6f3-5114-b6f3-ec0111fb65af"},"resourceType":"DocumentReference"} +{"id":"30deab11-9c20-5287-b062-1cab76d883d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18560/analysis/NA18560.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001374#sample/cram"}],"status":"current","subject":{"reference":"Patient/e8956340-f6f3-5114-b6f3-ec0111fb65af"},"resourceType":"DocumentReference"} +{"id":"3b5e9c03-01c7-5da3-b6d7-a644793ed5b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18565/analysis/NA18565.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001375#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/54f1ffbe-e063-57ca-a54e-848fa732b351"},"resourceType":"DocumentReference"} +{"id":"b63d2658-a0f0-5f7e-aa3c-5d464d988fd6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18565/analysis/NA18565.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001375#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/54f1ffbe-e063-57ca-a54e-848fa732b351"},"resourceType":"DocumentReference"} +{"id":"82df57a7-ffe2-5094-a0e6-b409ea917760","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18565/analysis/NA18565.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001375#sample/cram"}],"status":"current","subject":{"reference":"Patient/54f1ffbe-e063-57ca-a54e-848fa732b351"},"resourceType":"DocumentReference"} +{"id":"917c053b-6249-5c3b-8820-2489ad1bddc8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18567/analysis/NA18567.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001376#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/216eb931-da5d-5045-a06e-e7df93a3696c"},"resourceType":"DocumentReference"} +{"id":"0a64aeba-4fcd-598f-a3f4-9675b42c5d8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18567/analysis/NA18567.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001376#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/216eb931-da5d-5045-a06e-e7df93a3696c"},"resourceType":"DocumentReference"} +{"id":"e629509f-13fc-55ae-9cda-e1bd2cfb5e3a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18567/analysis/NA18567.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001376#sample/cram"}],"status":"current","subject":{"reference":"Patient/216eb931-da5d-5045-a06e-e7df93a3696c"},"resourceType":"DocumentReference"} +{"id":"5b52afa5-89e9-5758-a36b-9a493ffd9c17","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18574/analysis/NA18574.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001379#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/92e810cb-6a9e-5e0d-880e-7d26999d26c4"},"resourceType":"DocumentReference"} +{"id":"487e2d68-a45b-59cb-99b1-bc0c93511f16","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18574/analysis/NA18574.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001379#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/92e810cb-6a9e-5e0d-880e-7d26999d26c4"},"resourceType":"DocumentReference"} +{"id":"6149d83f-b1fe-5272-9cfa-eb69f2d8e43b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18574/analysis/NA18574.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001379#sample/cram"}],"status":"current","subject":{"reference":"Patient/92e810cb-6a9e-5e0d-880e-7d26999d26c4"},"resourceType":"DocumentReference"} +{"id":"41d5e62c-126b-5d62-b2ee-562f4b9fcc1e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18591/analysis/NA18591.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001384#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/05cb1d9c-e2c6-5d70-98c7-4e508886a89d"},"resourceType":"DocumentReference"} +{"id":"492b2466-c126-500a-b264-3796f36dd20a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18591/analysis/NA18591.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001384#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/05cb1d9c-e2c6-5d70-98c7-4e508886a89d"},"resourceType":"DocumentReference"} +{"id":"b85da8a2-a029-52fd-bfee-c638922ad5d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18591/analysis/NA18591.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001384#sample/cram"}],"status":"current","subject":{"reference":"Patient/05cb1d9c-e2c6-5d70-98c7-4e508886a89d"},"resourceType":"DocumentReference"} +{"id":"c7934eb7-33a2-5cec-a7a8-2b1aea15cf8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18629/analysis/NA18629.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001386#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a7c34a66-0582-537b-b1f4-64b646df6c26"},"resourceType":"DocumentReference"} +{"id":"1259af75-e19c-539b-bde5-94e8c73ed465","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18629/analysis/NA18629.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001386#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a7c34a66-0582-537b-b1f4-64b646df6c26"},"resourceType":"DocumentReference"} +{"id":"090fb2ab-f578-5608-9a45-892c34493a6b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18629/analysis/NA18629.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001386#sample/cram"}],"status":"current","subject":{"reference":"Patient/a7c34a66-0582-537b-b1f4-64b646df6c26"},"resourceType":"DocumentReference"} +{"id":"0a081130-f0e6-5edb-9a19-5562d302e996","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18644/analysis/NA18644.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001387#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/35c83af4-7fba-5b00-b6f4-e7892100bfc4"},"resourceType":"DocumentReference"} +{"id":"4dc3681f-94d2-517d-9b2b-0ea1f6474f15","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18644/analysis/NA18644.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001387#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/35c83af4-7fba-5b00-b6f4-e7892100bfc4"},"resourceType":"DocumentReference"} +{"id":"4c2ce403-6eae-573d-9ff8-1aa2e93a7c40","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18644/analysis/NA18644.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001387#sample/cram"}],"status":"current","subject":{"reference":"Patient/35c83af4-7fba-5b00-b6f4-e7892100bfc4"},"resourceType":"DocumentReference"} +{"id":"9fba594c-2393-525c-aa00-5eb0079482c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18646/analysis/NA18646.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001388#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/76b4d9cb-cb82-5e17-a720-b02333903431"},"resourceType":"DocumentReference"} +{"id":"c77701a7-6cad-5a30-b6d2-236c9a3bd9e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18646/analysis/NA18646.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001388#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/76b4d9cb-cb82-5e17-a720-b02333903431"},"resourceType":"DocumentReference"} +{"id":"231f5444-87e0-56c1-b7df-2eabf5885e51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18646/analysis/NA18646.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001388#sample/cram"}],"status":"current","subject":{"reference":"Patient/76b4d9cb-cb82-5e17-a720-b02333903431"},"resourceType":"DocumentReference"} +{"id":"986db39d-9e1a-5a28-a383-d58b5d7edf3e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18648/analysis/NA18648.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001389#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aa801f9f-35d5-57aa-9d77-713093db5a28"},"resourceType":"DocumentReference"} +{"id":"c92e8e7b-fd41-54dd-9b20-a1771942b3bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18648/analysis/NA18648.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001389#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aa801f9f-35d5-57aa-9d77-713093db5a28"},"resourceType":"DocumentReference"} +{"id":"8c94dd0c-3a7e-54df-9925-c1741ed4cef4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18648/analysis/NA18648.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001389#sample/cram"}],"status":"current","subject":{"reference":"Patient/aa801f9f-35d5-57aa-9d77-713093db5a28"},"resourceType":"DocumentReference"} +{"id":"fd19e8aa-5e87-5d4d-9255-e9bfa032e344","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18864/analysis/NA18864.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001467#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/23a4d6db-79c7-5b78-a4f2-a9005fc78de8"},"resourceType":"DocumentReference"} +{"id":"e491063d-e164-5fad-91c2-0e6d1b456b09","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18864/analysis/NA18864.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001467#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/23a4d6db-79c7-5b78-a4f2-a9005fc78de8"},"resourceType":"DocumentReference"} +{"id":"d2fe22db-d607-5c7a-b5dd-2cc67b3f93a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18864/analysis/NA18864.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001467#sample/cram"}],"status":"current","subject":{"reference":"Patient/23a4d6db-79c7-5b78-a4f2-a9005fc78de8"},"resourceType":"DocumentReference"} +{"id":"c5e2de2b-975e-5f60-b89e-f165a125524b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18865/analysis/NA18865.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001468#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/211ee60b-fb87-5331-9cc9-d05a9004733f"},"resourceType":"DocumentReference"} +{"id":"0d556c2e-9f81-5a6d-9875-28f534d68d86","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18865/analysis/NA18865.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001468#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/211ee60b-fb87-5331-9cc9-d05a9004733f"},"resourceType":"DocumentReference"} +{"id":"adbd7df6-5dc6-5845-965a-1184a6c8124d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18865/analysis/NA18865.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001468#sample/cram"}],"status":"current","subject":{"reference":"Patient/211ee60b-fb87-5331-9cc9-d05a9004733f"},"resourceType":"DocumentReference"} +{"id":"19ed3623-139a-53fb-b18a-649bfb5d550b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18876/analysis/NA18876.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001469#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fe553819-423d-5bd5-ae2d-f9bd78d0139f"},"resourceType":"DocumentReference"} +{"id":"71dc97ae-5603-58d7-9a8b-56050d2606e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18876/analysis/NA18876.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001469#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fe553819-423d-5bd5-ae2d-f9bd78d0139f"},"resourceType":"DocumentReference"} +{"id":"cd418c5f-2761-59c0-b774-76f1387d32fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18876/analysis/NA18876.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001469#sample/cram"}],"status":"current","subject":{"reference":"Patient/fe553819-423d-5bd5-ae2d-f9bd78d0139f"},"resourceType":"DocumentReference"} +{"id":"e7fee494-942c-5214-9391-fad1bd7fc040","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18877/analysis/NA18877.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001470#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4c162c49-b13b-5a7c-bee1-01d17dff77a6"},"resourceType":"DocumentReference"} +{"id":"758ba9ce-6ac6-58c9-a2ed-9f9a5a832294","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18877/analysis/NA18877.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001470#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4c162c49-b13b-5a7c-bee1-01d17dff77a6"},"resourceType":"DocumentReference"} +{"id":"1eed2c9a-f0b0-56a7-b1e4-9b5b51222269","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18877/analysis/NA18877.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001470#sample/cram"}],"status":"current","subject":{"reference":"Patient/4c162c49-b13b-5a7c-bee1-01d17dff77a6"},"resourceType":"DocumentReference"} +{"id":"83dba57a-74a2-5202-8008-4718794d5eb5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18878/analysis/NA18878.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001471#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3f9f8ca3-61ae-54c3-9d40-7000c9b93b78"},"resourceType":"DocumentReference"} +{"id":"acfef71a-6b63-5e35-a7c8-3fdf7fbb0db3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18878/analysis/NA18878.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001471#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3f9f8ca3-61ae-54c3-9d40-7000c9b93b78"},"resourceType":"DocumentReference"} +{"id":"5b00d792-4906-5263-81bd-ca7b25396ced","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18878/analysis/NA18878.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001471#sample/cram"}],"status":"current","subject":{"reference":"Patient/3f9f8ca3-61ae-54c3-9d40-7000c9b93b78"},"resourceType":"DocumentReference"} +{"id":"62ca487e-9632-5f95-812f-6e961b1d9ae4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18879/analysis/NA18879.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001472#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b6e536d2-30c8-51b4-bb5b-caf43ffb5e59"},"resourceType":"DocumentReference"} +{"id":"94a079a9-b59f-5b86-a2cf-49d7cedd6da6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18879/analysis/NA18879.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001472#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b6e536d2-30c8-51b4-bb5b-caf43ffb5e59"},"resourceType":"DocumentReference"} +{"id":"c7bd46b1-9abc-527a-bd80-166c7f00e2cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18879/analysis/NA18879.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001472#sample/cram"}],"status":"current","subject":{"reference":"Patient/b6e536d2-30c8-51b4-bb5b-caf43ffb5e59"},"resourceType":"DocumentReference"} +{"id":"db39388a-db31-58d5-b563-e67d9c298c81","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18881/analysis/NA18881.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001473#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3238d1ae-4d60-56fa-82cc-49aff91c5634"},"resourceType":"DocumentReference"} +{"id":"eb081a27-7031-5e17-a9e7-ed828e1e97b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18881/analysis/NA18881.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001473#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3238d1ae-4d60-56fa-82cc-49aff91c5634"},"resourceType":"DocumentReference"} +{"id":"a9a1269f-e540-52a0-a818-0dca41b34fcd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18881/analysis/NA18881.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001473#sample/cram"}],"status":"current","subject":{"reference":"Patient/3238d1ae-4d60-56fa-82cc-49aff91c5634"},"resourceType":"DocumentReference"} +{"id":"a5518a7c-97d9-5cf1-b88c-5f89db0fbc67","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18915/analysis/NA18915.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001474#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e6d9858b-6fe0-533d-bbef-72c5a846f27a"},"resourceType":"DocumentReference"} +{"id":"cae7c88d-a362-534b-9f38-6f42537cb23e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18915/analysis/NA18915.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001474#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e6d9858b-6fe0-533d-bbef-72c5a846f27a"},"resourceType":"DocumentReference"} +{"id":"0977ba3e-5eca-521a-a31d-60b5dd12f41d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18915/analysis/NA18915.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001474#sample/cram"}],"status":"current","subject":{"reference":"Patient/e6d9858b-6fe0-533d-bbef-72c5a846f27a"},"resourceType":"DocumentReference"} +{"id":"eb0d85e7-a4e7-5f8b-b8c9-c66d66b999b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18950/analysis/NA18950.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001477#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9b91afbf-6f58-5bbe-841f-e7e3517b128c"},"resourceType":"DocumentReference"} +{"id":"2edaeeac-ccc5-5b4e-90f1-90c526bc495a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18950/analysis/NA18950.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001477#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9b91afbf-6f58-5bbe-841f-e7e3517b128c"},"resourceType":"DocumentReference"} +{"id":"99cf87f0-b4e8-5eec-88f8-88d05494d129","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18950/analysis/NA18950.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001477#sample/cram"}],"status":"current","subject":{"reference":"Patient/9b91afbf-6f58-5bbe-841f-e7e3517b128c"},"resourceType":"DocumentReference"} +{"id":"dbca9b79-a59f-587b-a489-1cf0e3842bbe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18982/analysis/NA18982.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001478#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/698a8c2e-4972-5e6c-b188-7e2ff241e1bf"},"resourceType":"DocumentReference"} +{"id":"8afdc971-e429-5ac0-bb95-784e2bc3210a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18982/analysis/NA18982.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001478#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/698a8c2e-4972-5e6c-b188-7e2ff241e1bf"},"resourceType":"DocumentReference"} +{"id":"2abe9220-9ae6-5fc3-ad54-4d35842df3f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18982/analysis/NA18982.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001478#sample/cram"}],"status":"current","subject":{"reference":"Patient/698a8c2e-4972-5e6c-b188-7e2ff241e1bf"},"resourceType":"DocumentReference"} +{"id":"490d0265-05e7-5d57-a927-898e32f996c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18983/analysis/NA18983.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001479#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/039a024e-2ec3-5a76-8bd1-ca7d8a5e55f4"},"resourceType":"DocumentReference"} +{"id":"0f156958-57d9-5335-aa0b-feeaa874ac74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18983/analysis/NA18983.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001479#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/039a024e-2ec3-5a76-8bd1-ca7d8a5e55f4"},"resourceType":"DocumentReference"} +{"id":"79b81d2b-d96d-551c-a3bc-dccdb4cd43c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18983/analysis/NA18983.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001479#sample/cram"}],"status":"current","subject":{"reference":"Patient/039a024e-2ec3-5a76-8bd1-ca7d8a5e55f4"},"resourceType":"DocumentReference"} +{"id":"35ae61f3-5355-5864-9398-6577e6a64d96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18984/analysis/NA18984.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001480#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bce2099d-b217-5f55-9f41-c3ef0c75a215"},"resourceType":"DocumentReference"} +{"id":"653a8ad0-ba3a-5bfe-8b58-4f3d2cdf2d85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18984/analysis/NA18984.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001480#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bce2099d-b217-5f55-9f41-c3ef0c75a215"},"resourceType":"DocumentReference"} +{"id":"27c74f02-b5b0-55fb-94f7-2eb9b4892cee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18984/analysis/NA18984.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001480#sample/cram"}],"status":"current","subject":{"reference":"Patient/bce2099d-b217-5f55-9f41-c3ef0c75a215"},"resourceType":"DocumentReference"} +{"id":"a4c349aa-6a90-53d3-9403-65119d7f0a98","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18985/analysis/NA18985.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001481#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/02bf4035-e25c-56b7-8a84-14748d0e26ff"},"resourceType":"DocumentReference"} +{"id":"d901e1e1-b05b-5264-811f-3f383fddb74b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18985/analysis/NA18985.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001481#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/02bf4035-e25c-56b7-8a84-14748d0e26ff"},"resourceType":"DocumentReference"} +{"id":"0db78506-103d-5263-8850-037fe580ab0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18985/analysis/NA18985.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001481#sample/cram"}],"status":"current","subject":{"reference":"Patient/02bf4035-e25c-56b7-8a84-14748d0e26ff"},"resourceType":"DocumentReference"} +{"id":"e4bc248d-f125-5f97-8bf4-f0daa27912ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18986/analysis/NA18986.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001482#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cf488362-fe2d-5cd8-9395-b0d31deb238f"},"resourceType":"DocumentReference"} +{"id":"e3212771-03e2-5bcd-b5bf-39a764d85fc2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18986/analysis/NA18986.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001482#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cf488362-fe2d-5cd8-9395-b0d31deb238f"},"resourceType":"DocumentReference"} +{"id":"91f17138-9dbd-51f1-a72c-4b407b5ab123","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18986/analysis/NA18986.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001482#sample/cram"}],"status":"current","subject":{"reference":"Patient/cf488362-fe2d-5cd8-9395-b0d31deb238f"},"resourceType":"DocumentReference"} +{"id":"ade44a7d-6f35-51eb-8779-fc79a6872700","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18988/analysis/NA18988.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001483#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e738b9aa-c87e-5d06-92ab-5a7c3323918b"},"resourceType":"DocumentReference"} +{"id":"1546c244-ee1e-5660-b080-88e4c54e8790","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18988/analysis/NA18988.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001483#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e738b9aa-c87e-5d06-92ab-5a7c3323918b"},"resourceType":"DocumentReference"} +{"id":"9196763f-403b-519d-8dab-fb401e10d98d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18988/analysis/NA18988.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001483#sample/cram"}],"status":"current","subject":{"reference":"Patient/e738b9aa-c87e-5d06-92ab-5a7c3323918b"},"resourceType":"DocumentReference"} +{"id":"30a20a9b-9b3b-56b9-b21c-2b5b238d1a5a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18989/analysis/NA18989.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001484#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d5a8f17c-e020-53d3-bf11-f9f6901faf3f"},"resourceType":"DocumentReference"} +{"id":"0c80464d-0ab9-5715-8c1f-e2099230fae2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA18989/analysis/NA18989.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001484#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d5a8f17c-e020-53d3-bf11-f9f6901faf3f"},"resourceType":"DocumentReference"} +{"id":"a06cce5e-0f8e-50bb-b9da-9e002651930b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA18989/analysis/NA18989.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001484#sample/cram"}],"status":"current","subject":{"reference":"Patient/d5a8f17c-e020-53d3-bf11-f9f6901faf3f"},"resourceType":"DocumentReference"} +{"id":"9b21b048-72c3-521d-bd5f-b965f4961aa7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19004/analysis/NA19004.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001485#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/49afd642-3dd2-5289-af40-7c8011e5d9f7"},"resourceType":"DocumentReference"} +{"id":"2d7f3e2b-8a4a-5ea4-b94d-877f48f84519","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19004/analysis/NA19004.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001485#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/49afd642-3dd2-5289-af40-7c8011e5d9f7"},"resourceType":"DocumentReference"} +{"id":"4cdbd5dd-e077-5294-b9ed-885ad1da88fc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19004/analysis/NA19004.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001485#sample/cram"}],"status":"current","subject":{"reference":"Patient/49afd642-3dd2-5289-af40-7c8011e5d9f7"},"resourceType":"DocumentReference"} +{"id":"560b2f2d-6009-54f3-abb1-cc03c217a5f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19006/analysis/NA19006.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001486#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/527d2486-b159-5f23-8f74-637df0435e21"},"resourceType":"DocumentReference"} +{"id":"db985367-97a9-56c0-82a5-36e23c003666","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19006/analysis/NA19006.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001486#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/527d2486-b159-5f23-8f74-637df0435e21"},"resourceType":"DocumentReference"} +{"id":"f2402aa2-748c-578b-a13c-565c68b055a6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19006/analysis/NA19006.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001486#sample/cram"}],"status":"current","subject":{"reference":"Patient/527d2486-b159-5f23-8f74-637df0435e21"},"resourceType":"DocumentReference"} +{"id":"ae21b672-ab01-53c1-878b-99a2b0f5282e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19011/analysis/NA19011.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001487#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ec13d303-9c13-5921-bd6e-0c664be8d327"},"resourceType":"DocumentReference"} +{"id":"e0b818c4-1243-59f8-9066-cca0201df39d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19011/analysis/NA19011.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001487#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ec13d303-9c13-5921-bd6e-0c664be8d327"},"resourceType":"DocumentReference"} +{"id":"cd8bead1-c028-5068-b240-aed9e781e23e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19011/analysis/NA19011.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001487#sample/cram"}],"status":"current","subject":{"reference":"Patient/ec13d303-9c13-5921-bd6e-0c664be8d327"},"resourceType":"DocumentReference"} +{"id":"6383cf77-307c-53cc-a73e-cd525d8612e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19017/analysis/NA19017.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001488#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/48bd7217-e654-5df6-abf8-ba4c431f4f4a"},"resourceType":"DocumentReference"} +{"id":"b305da51-4b34-5b46-af19-ddd044bd4e7c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19017/analysis/NA19017.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001488#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/48bd7217-e654-5df6-abf8-ba4c431f4f4a"},"resourceType":"DocumentReference"} +{"id":"d4baa202-f1c9-56d8-91d2-bf6d639bf8cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19017/analysis/NA19017.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001488#sample/cram"}],"status":"current","subject":{"reference":"Patient/48bd7217-e654-5df6-abf8-ba4c431f4f4a"},"resourceType":"DocumentReference"} +{"id":"82a3067a-ad3f-58ea-9102-65a58353f2fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19019/analysis/NA19019.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001489#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bd2a71e1-2fec-5fec-9051-6d33b1f4c55a"},"resourceType":"DocumentReference"} +{"id":"e1684b60-21d7-5724-970f-fbb8d818e129","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19019/analysis/NA19019.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001489#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bd2a71e1-2fec-5fec-9051-6d33b1f4c55a"},"resourceType":"DocumentReference"} +{"id":"389afa67-2295-5516-8494-b1f84ad86f00","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19019/analysis/NA19019.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001489#sample/cram"}],"status":"current","subject":{"reference":"Patient/bd2a71e1-2fec-5fec-9051-6d33b1f4c55a"},"resourceType":"DocumentReference"} +{"id":"beea1f93-c0ba-5ee7-a7c4-b86f9e9eb612","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19020/analysis/NA19020.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001490#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fb36c243-0388-541e-ad8a-702b6c11d847"},"resourceType":"DocumentReference"} +{"id":"b9d0bccb-8815-5acf-b228-4ce9bfb84af7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19020/analysis/NA19020.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001490#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fb36c243-0388-541e-ad8a-702b6c11d847"},"resourceType":"DocumentReference"} +{"id":"abfce66e-ac45-58b0-b6d2-11415532c36e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19020/analysis/NA19020.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001490#sample/cram"}],"status":"current","subject":{"reference":"Patient/fb36c243-0388-541e-ad8a-702b6c11d847"},"resourceType":"DocumentReference"} +{"id":"43750d55-a6f8-5833-af25-ade9e3ca31bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19023/analysis/NA19023.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001492#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e38fc91e-ed6c-574b-9cd1-eebe1b3d7aef"},"resourceType":"DocumentReference"} +{"id":"4766fc0e-8962-5c88-a635-8c66eb197d21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19023/analysis/NA19023.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001492#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e38fc91e-ed6c-574b-9cd1-eebe1b3d7aef"},"resourceType":"DocumentReference"} +{"id":"336ed66b-67ee-532f-876d-0794a09a3c1a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19023/analysis/NA19023.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001492#sample/cram"}],"status":"current","subject":{"reference":"Patient/e38fc91e-ed6c-574b-9cd1-eebe1b3d7aef"},"resourceType":"DocumentReference"} +{"id":"0e2fc46c-40bb-512f-9829-529ce7a5f606","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19024/analysis/NA19024.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001493#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/680b3e4a-01d6-5c53-9dd7-0420fd97d0a4"},"resourceType":"DocumentReference"} +{"id":"ffe4edf4-a6ae-5afc-ae79-cd68cf1a36b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19024/analysis/NA19024.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001493#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/680b3e4a-01d6-5c53-9dd7-0420fd97d0a4"},"resourceType":"DocumentReference"} +{"id":"8f171191-8ef3-5378-a557-5f8109b1edbe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19024/analysis/NA19024.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001493#sample/cram"}],"status":"current","subject":{"reference":"Patient/680b3e4a-01d6-5c53-9dd7-0420fd97d0a4"},"resourceType":"DocumentReference"} +{"id":"a1d18505-606d-5175-ba73-dc48a664d5f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19025/analysis/NA19025.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001494#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9de328ce-6982-572b-aa13-8d7fa411ecfd"},"resourceType":"DocumentReference"} +{"id":"d323ac65-fcf3-5d5c-b952-484b731a9eaa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19025/analysis/NA19025.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001494#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9de328ce-6982-572b-aa13-8d7fa411ecfd"},"resourceType":"DocumentReference"} +{"id":"3ddd93ce-1130-590c-bf33-cb4bc5edfdf3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19025/analysis/NA19025.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001494#sample/cram"}],"status":"current","subject":{"reference":"Patient/9de328ce-6982-572b-aa13-8d7fa411ecfd"},"resourceType":"DocumentReference"} +{"id":"254aed84-7e91-5249-84c8-cf7b09595a16","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19026/analysis/NA19026.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001495#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/34f09cef-c525-5453-a83b-25aa941eaa87"},"resourceType":"DocumentReference"} +{"id":"e7cbb1af-4c44-56ac-a5ef-2d4894ad3ccf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19026/analysis/NA19026.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001495#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/34f09cef-c525-5453-a83b-25aa941eaa87"},"resourceType":"DocumentReference"} +{"id":"52ecb06a-60c2-5caa-9722-94e39902cbdb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19026/analysis/NA19026.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001495#sample/cram"}],"status":"current","subject":{"reference":"Patient/34f09cef-c525-5453-a83b-25aa941eaa87"},"resourceType":"DocumentReference"} +{"id":"7dcc651a-fa34-53a3-a3ca-48e71e41ef5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19027/analysis/NA19027.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001496#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d0bcc4cc-3367-56bb-aa85-7920009ac131"},"resourceType":"DocumentReference"} +{"id":"09b064fa-57a8-5a9c-a37a-cf248fa7c668","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19027/analysis/NA19027.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001496#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d0bcc4cc-3367-56bb-aa85-7920009ac131"},"resourceType":"DocumentReference"} +{"id":"aedcdf50-2f84-5a5d-94f5-4482832ef91d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19027/analysis/NA19027.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001496#sample/cram"}],"status":"current","subject":{"reference":"Patient/d0bcc4cc-3367-56bb-aa85-7920009ac131"},"resourceType":"DocumentReference"} +{"id":"3203f744-c8ac-5005-9f9a-4819a0549d8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19028/analysis/NA19028.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001497#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/26466483-11da-51c6-8d1c-bc96b05eb7f2"},"resourceType":"DocumentReference"} +{"id":"1ae45054-b763-596d-b721-bbeaec761091","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19028/analysis/NA19028.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001497#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/26466483-11da-51c6-8d1c-bc96b05eb7f2"},"resourceType":"DocumentReference"} +{"id":"362cae5d-8f03-5f7f-ab0e-548ecdec6e69","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19028/analysis/NA19028.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001497#sample/cram"}],"status":"current","subject":{"reference":"Patient/26466483-11da-51c6-8d1c-bc96b05eb7f2"},"resourceType":"DocumentReference"} +{"id":"93d91e7f-501f-513e-8f1b-f7eb4bde5c38","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19030/analysis/NA19030.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001498#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/98291c86-6e0c-517f-9fcd-07e03406a515"},"resourceType":"DocumentReference"} +{"id":"8585e96f-b06b-5514-b059-91ef303d9045","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19030/analysis/NA19030.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001498#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/98291c86-6e0c-517f-9fcd-07e03406a515"},"resourceType":"DocumentReference"} +{"id":"e4cf872f-dcb8-503a-ab35-cff14644298b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19030/analysis/NA19030.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001498#sample/cram"}],"status":"current","subject":{"reference":"Patient/98291c86-6e0c-517f-9fcd-07e03406a515"},"resourceType":"DocumentReference"} +{"id":"ba990d56-cde8-551c-9bac-adf1b00ba2a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19031/analysis/NA19031.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001499#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1ad0114c-247b-5cdd-bf0a-07ec7dffe5e0"},"resourceType":"DocumentReference"} +{"id":"d3d852c1-b1ac-52bc-a994-79a43f24775f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19031/analysis/NA19031.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001499#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1ad0114c-247b-5cdd-bf0a-07ec7dffe5e0"},"resourceType":"DocumentReference"} +{"id":"7814119f-8431-5439-b6e7-287b31a3b279","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19031/analysis/NA19031.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001499#sample/cram"}],"status":"current","subject":{"reference":"Patient/1ad0114c-247b-5cdd-bf0a-07ec7dffe5e0"},"resourceType":"DocumentReference"} +{"id":"e6c3077c-b3cd-5c95-a410-2082b771c00f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19035/analysis/NA19035.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001500#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/93774168-64c1-5dee-bd7a-5b7b6804a747"},"resourceType":"DocumentReference"} +{"id":"473dd2fe-5535-5233-9939-5b3deadf9c72","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19035/analysis/NA19035.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001500#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/93774168-64c1-5dee-bd7a-5b7b6804a747"},"resourceType":"DocumentReference"} +{"id":"76f0e671-9e17-50cf-8555-32685f33cf4c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19035/analysis/NA19035.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001500#sample/cram"}],"status":"current","subject":{"reference":"Patient/93774168-64c1-5dee-bd7a-5b7b6804a747"},"resourceType":"DocumentReference"} +{"id":"8ae77d27-d224-57d9-aaf4-b7a4b633897a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19036/analysis/NA19036.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001501#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/81b5b566-3bea-585f-bf13-715ad4eeeb96"},"resourceType":"DocumentReference"} +{"id":"35a2e2f6-7446-52e7-a742-23767d51f0ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19036/analysis/NA19036.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001501#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/81b5b566-3bea-585f-bf13-715ad4eeeb96"},"resourceType":"DocumentReference"} +{"id":"a92e54d8-a48c-5d94-82f0-385ff95ceae9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19036/analysis/NA19036.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001501#sample/cram"}],"status":"current","subject":{"reference":"Patient/81b5b566-3bea-585f-bf13-715ad4eeeb96"},"resourceType":"DocumentReference"} +{"id":"5a83a75b-4b93-541a-ac8c-4eb641a46197","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19037/analysis/NA19037.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001502#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a0af433a-55e4-5eee-8f8c-293af07be864"},"resourceType":"DocumentReference"} +{"id":"a98921f2-7376-5e98-92ad-97c502b55c49","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19037/analysis/NA19037.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001502#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a0af433a-55e4-5eee-8f8c-293af07be864"},"resourceType":"DocumentReference"} +{"id":"d6374614-4fe5-5b26-a377-d32a1604d286","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19037/analysis/NA19037.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001502#sample/cram"}],"status":"current","subject":{"reference":"Patient/a0af433a-55e4-5eee-8f8c-293af07be864"},"resourceType":"DocumentReference"} +{"id":"bfa0f0af-acb4-5d79-b6c1-6f73ff19fc0a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19038/analysis/NA19038.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001503#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a065c22f-4203-59b2-9a60-cbd7274fe421"},"resourceType":"DocumentReference"} +{"id":"174ccce5-af13-5d09-be84-79d90a6ac54a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19038/analysis/NA19038.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001503#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a065c22f-4203-59b2-9a60-cbd7274fe421"},"resourceType":"DocumentReference"} +{"id":"56b91cf6-836a-57b4-83dc-dd7ee9df1ca9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19038/analysis/NA19038.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001503#sample/cram"}],"status":"current","subject":{"reference":"Patient/a065c22f-4203-59b2-9a60-cbd7274fe421"},"resourceType":"DocumentReference"} +{"id":"c11e8dbf-0339-58e1-80c1-37ac45ccdd48","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19041/analysis/NA19041.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001505#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c34542ff-9d10-50bb-8406-86d08c0a6038"},"resourceType":"DocumentReference"} +{"id":"839fec1c-5b1c-5ef6-b896-0af9e4a78ab8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19041/analysis/NA19041.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001505#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c34542ff-9d10-50bb-8406-86d08c0a6038"},"resourceType":"DocumentReference"} +{"id":"443ad360-8aca-5712-85ef-22dbbf68578f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19041/analysis/NA19041.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001505#sample/cram"}],"status":"current","subject":{"reference":"Patient/c34542ff-9d10-50bb-8406-86d08c0a6038"},"resourceType":"DocumentReference"} +{"id":"87a85d32-9515-52b4-815e-2df16cc05895","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19042/analysis/NA19042.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001506#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/286f7a82-1635-50ca-9136-a3f13e111dec"},"resourceType":"DocumentReference"} +{"id":"ff6aacf1-67a2-5c16-84f3-b80918dc3b4a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19042/analysis/NA19042.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001506#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/286f7a82-1635-50ca-9136-a3f13e111dec"},"resourceType":"DocumentReference"} +{"id":"8af55547-66fc-5fd7-94ad-812e1d111988","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19042/analysis/NA19042.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001506#sample/cram"}],"status":"current","subject":{"reference":"Patient/286f7a82-1635-50ca-9136-a3f13e111dec"},"resourceType":"DocumentReference"} +{"id":"d527c9ba-306e-5ec0-98d4-2098af7fa923","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19043/analysis/NA19043.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001507#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/95f4382a-5377-5f11-8418-2fd2bddebf0e"},"resourceType":"DocumentReference"} +{"id":"acb1e9f5-6e32-5cf7-b097-6c01a8436dab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19043/analysis/NA19043.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001507#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/95f4382a-5377-5f11-8418-2fd2bddebf0e"},"resourceType":"DocumentReference"} +{"id":"41ed0f91-9100-5d54-8b5b-1a2e720bec0b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19043/analysis/NA19043.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001507#sample/cram"}],"status":"current","subject":{"reference":"Patient/95f4382a-5377-5f11-8418-2fd2bddebf0e"},"resourceType":"DocumentReference"} +{"id":"f56b1f10-8c02-5cb7-972c-a948ac59aba2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19089/analysis/NA19089.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001512#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3293c83f-4fb1-5061-a959-32886eda67a5"},"resourceType":"DocumentReference"} +{"id":"223c9c5f-8091-54ff-a18f-f0c521d91dcd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19089/analysis/NA19089.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001512#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3293c83f-4fb1-5061-a959-32886eda67a5"},"resourceType":"DocumentReference"} +{"id":"c3b39285-f441-5046-979d-8b0bf974ee64","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19089/analysis/NA19089.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001512#sample/cram"}],"status":"current","subject":{"reference":"Patient/3293c83f-4fb1-5061-a959-32886eda67a5"},"resourceType":"DocumentReference"} +{"id":"39bec36e-b55c-5d17-a3fd-84510416a45b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19090/analysis/NA19090.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001513#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b99da706-e597-5e59-9556-66565894c248"},"resourceType":"DocumentReference"} +{"id":"e30fe420-b681-51ee-a068-67e5a068bc26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19090/analysis/NA19090.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001513#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b99da706-e597-5e59-9556-66565894c248"},"resourceType":"DocumentReference"} +{"id":"1d7e9e6c-60a7-55c8-a61d-37858ba50e5d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19090/analysis/NA19090.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001513#sample/cram"}],"status":"current","subject":{"reference":"Patient/b99da706-e597-5e59-9556-66565894c248"},"resourceType":"DocumentReference"} +{"id":"89193d75-d823-546d-80d9-96e72286c001","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19091/analysis/NA19091.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001514#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c139bff1-ff20-5240-8ca9-6519ed2409ff"},"resourceType":"DocumentReference"} +{"id":"f44e1902-90df-563b-b404-22d4b016d4e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19091/analysis/NA19091.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001514#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c139bff1-ff20-5240-8ca9-6519ed2409ff"},"resourceType":"DocumentReference"} +{"id":"2aa564e0-a2dd-584c-8867-8601c5dd54f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19091/analysis/NA19091.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001514#sample/cram"}],"status":"current","subject":{"reference":"Patient/c139bff1-ff20-5240-8ca9-6519ed2409ff"},"resourceType":"DocumentReference"} +{"id":"a32b5370-f896-5319-841f-eb48de7b9473","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19307/analysis/NA19307.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001545#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/85dacc6f-5d44-5be5-b634-8ea70952b80d"},"resourceType":"DocumentReference"} +{"id":"e88bd334-dc96-5402-98cf-e4ae0adf511d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19307/analysis/NA19307.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001545#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/85dacc6f-5d44-5be5-b634-8ea70952b80d"},"resourceType":"DocumentReference"} +{"id":"a0f94068-d9bc-5589-bb55-7fb39c738bca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19307/analysis/NA19307.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001545#sample/cram"}],"status":"current","subject":{"reference":"Patient/85dacc6f-5d44-5be5-b634-8ea70952b80d"},"resourceType":"DocumentReference"} +{"id":"7f6081de-e7f2-5236-a005-1089e71f8357","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19308/analysis/NA19308.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001546#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4ad2c30a-ab92-5bcc-ae7a-a8031bcdc99f"},"resourceType":"DocumentReference"} +{"id":"74bdc542-159f-561f-b8ba-96a0ede80ed6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19308/analysis/NA19308.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001546#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4ad2c30a-ab92-5bcc-ae7a-a8031bcdc99f"},"resourceType":"DocumentReference"} +{"id":"39218064-5b2a-52a3-82d2-9006d915ea5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19308/analysis/NA19308.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001546#sample/cram"}],"status":"current","subject":{"reference":"Patient/4ad2c30a-ab92-5bcc-ae7a-a8031bcdc99f"},"resourceType":"DocumentReference"} +{"id":"4a954086-6026-56e5-ba29-1a0840087675","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19309/analysis/NA19309.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001547#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6145dd5c-b458-5c37-bc61-89737947704f"},"resourceType":"DocumentReference"} +{"id":"900f0b5d-64ab-5eb0-be3c-4286eb85248c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19309/analysis/NA19309.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001547#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6145dd5c-b458-5c37-bc61-89737947704f"},"resourceType":"DocumentReference"} +{"id":"58d31d8f-7f8f-5155-a1e2-99af1672f822","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19309/analysis/NA19309.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001547#sample/cram"}],"status":"current","subject":{"reference":"Patient/6145dd5c-b458-5c37-bc61-89737947704f"},"resourceType":"DocumentReference"} +{"id":"ea421834-b328-56c0-887f-0de442e18c64","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19310/analysis/NA19310.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001548#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/47b443fb-4f52-5ce7-abe9-5455db6201f3"},"resourceType":"DocumentReference"} +{"id":"de9b8251-c661-5f27-9e1c-8104c2b27288","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19310/analysis/NA19310.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001548#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/47b443fb-4f52-5ce7-abe9-5455db6201f3"},"resourceType":"DocumentReference"} +{"id":"72543520-a910-596f-93a1-c82eef26b678","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19310/analysis/NA19310.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001548#sample/cram"}],"status":"current","subject":{"reference":"Patient/47b443fb-4f52-5ce7-abe9-5455db6201f3"},"resourceType":"DocumentReference"} +{"id":"69db7887-e247-5c24-b300-75e9f1949d0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19312/analysis/NA19312.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001550#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/096e975d-406a-5197-9495-6910ef41dc46"},"resourceType":"DocumentReference"} +{"id":"6c89660d-fa90-5265-866e-52e1f0a5e8af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19312/analysis/NA19312.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001550#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/096e975d-406a-5197-9495-6910ef41dc46"},"resourceType":"DocumentReference"} +{"id":"a47939f5-f68e-58f1-818d-4fd4b6375eff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19312/analysis/NA19312.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001550#sample/cram"}],"status":"current","subject":{"reference":"Patient/096e975d-406a-5197-9495-6910ef41dc46"},"resourceType":"DocumentReference"} +{"id":"05e8da93-3927-5c27-b6ed-bdd019768205","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19314/analysis/NA19314.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001552#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d4c987ea-0375-5c35-8b3e-b7be41adbf33"},"resourceType":"DocumentReference"} +{"id":"c508a7fd-44b1-5889-8440-6f17718f63e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19314/analysis/NA19314.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001552#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d4c987ea-0375-5c35-8b3e-b7be41adbf33"},"resourceType":"DocumentReference"} +{"id":"078a6639-8c1c-5063-9ca3-8394980b3aa3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19314/analysis/NA19314.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001552#sample/cram"}],"status":"current","subject":{"reference":"Patient/d4c987ea-0375-5c35-8b3e-b7be41adbf33"},"resourceType":"DocumentReference"} +{"id":"c4ed7630-1de3-5a85-99b7-b4fe97567fcf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19315/analysis/NA19315.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001553#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c12209ac-78bc-5954-b240-a5fdb81d96a5"},"resourceType":"DocumentReference"} +{"id":"6427a146-1879-5788-904a-0aa3c1fcec33","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19315/analysis/NA19315.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001553#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c12209ac-78bc-5954-b240-a5fdb81d96a5"},"resourceType":"DocumentReference"} +{"id":"79fa8c9f-ac6f-557d-839a-5f0afe60b6cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19315/analysis/NA19315.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001553#sample/cram"}],"status":"current","subject":{"reference":"Patient/c12209ac-78bc-5954-b240-a5fdb81d96a5"},"resourceType":"DocumentReference"} +{"id":"3b77ff67-081d-5960-9ee7-185308c75940","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19316/analysis/NA19316.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001554#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/379cb791-a177-5d45-b875-53cf1dcb7066"},"resourceType":"DocumentReference"} +{"id":"4a6e576f-4aa7-5d79-b3c3-6bf1050d228b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19316/analysis/NA19316.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001554#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/379cb791-a177-5d45-b875-53cf1dcb7066"},"resourceType":"DocumentReference"} +{"id":"713616b4-b305-503e-b9ea-6050f15231d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19316/analysis/NA19316.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001554#sample/cram"}],"status":"current","subject":{"reference":"Patient/379cb791-a177-5d45-b875-53cf1dcb7066"},"resourceType":"DocumentReference"} +{"id":"c57df4c9-a23c-5704-8f0b-9530a1449390","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19317/analysis/NA19317.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001555#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e6dad89f-ef1a-5313-8260-5170b28e6c48"},"resourceType":"DocumentReference"} +{"id":"ad7209f2-e619-5100-8c75-aa4fb728d728","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19317/analysis/NA19317.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001555#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e6dad89f-ef1a-5313-8260-5170b28e6c48"},"resourceType":"DocumentReference"} +{"id":"d5c4f215-a291-5f7c-a4ac-57d56d3a31eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19317/analysis/NA19317.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001555#sample/cram"}],"status":"current","subject":{"reference":"Patient/e6dad89f-ef1a-5313-8260-5170b28e6c48"},"resourceType":"DocumentReference"} +{"id":"39b26c98-36eb-5ac4-a1bf-b5702b4a3a0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19318/analysis/NA19318.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001556#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aa91af24-c7bc-5565-bd19-c9faf98d04be"},"resourceType":"DocumentReference"} +{"id":"4c124cfb-847c-5eae-b437-3a80f35fe66d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19318/analysis/NA19318.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001556#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aa91af24-c7bc-5565-bd19-c9faf98d04be"},"resourceType":"DocumentReference"} +{"id":"0d597428-f379-529d-a445-90f14073fb6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19318/analysis/NA19318.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001556#sample/cram"}],"status":"current","subject":{"reference":"Patient/aa91af24-c7bc-5565-bd19-c9faf98d04be"},"resourceType":"DocumentReference"} +{"id":"6668d808-d6a4-5755-b126-19060d0e81b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19319/analysis/NA19319.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001557#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f4401959-1e8b-56eb-bbab-497f0f41d69a"},"resourceType":"DocumentReference"} +{"id":"b08ba488-2a94-5e95-98b0-80456c5e23d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19319/analysis/NA19319.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001557#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f4401959-1e8b-56eb-bbab-497f0f41d69a"},"resourceType":"DocumentReference"} +{"id":"557539f4-3c3c-5c7f-994b-7ee30afec7dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19319/analysis/NA19319.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001557#sample/cram"}],"status":"current","subject":{"reference":"Patient/f4401959-1e8b-56eb-bbab-497f0f41d69a"},"resourceType":"DocumentReference"} +{"id":"8de53676-d4ad-555b-8002-d6c92104844d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19320/analysis/NA19320.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001558#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1b15680a-7310-5051-994f-195b3dbcc108"},"resourceType":"DocumentReference"} +{"id":"5f25f435-f2a8-5c96-a8c6-c8c9f426eb3b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19320/analysis/NA19320.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001558#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1b15680a-7310-5051-994f-195b3dbcc108"},"resourceType":"DocumentReference"} +{"id":"615246be-ed52-50e6-946d-c3a886c2e21f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19320/analysis/NA19320.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001558#sample/cram"}],"status":"current","subject":{"reference":"Patient/1b15680a-7310-5051-994f-195b3dbcc108"},"resourceType":"DocumentReference"} +{"id":"5c1401d4-dbbb-5752-8de3-9d74c889fd46","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19321/analysis/NA19321.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001559#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d228d7f1-735b-55d9-83fe-054d8fd758e4"},"resourceType":"DocumentReference"} +{"id":"2ed8b83d-74c8-58aa-b1c5-14acf86cae6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19321/analysis/NA19321.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001559#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d228d7f1-735b-55d9-83fe-054d8fd758e4"},"resourceType":"DocumentReference"} +{"id":"01da1fd4-aa86-5046-9d20-245514940e62","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19321/analysis/NA19321.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001559#sample/cram"}],"status":"current","subject":{"reference":"Patient/d228d7f1-735b-55d9-83fe-054d8fd758e4"},"resourceType":"DocumentReference"} +{"id":"0880a05f-1e39-592e-bf21-bfee715d7824","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19323/analysis/NA19323.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001560#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ae98e285-aed9-5efe-bfe3-8c8b756df828"},"resourceType":"DocumentReference"} +{"id":"2cd035e0-0bfd-543e-becb-d66081d9cf33","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19323/analysis/NA19323.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001560#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ae98e285-aed9-5efe-bfe3-8c8b756df828"},"resourceType":"DocumentReference"} +{"id":"304d787d-cafa-53e7-ae4b-cc06ef4188b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19323/analysis/NA19323.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001560#sample/cram"}],"status":"current","subject":{"reference":"Patient/ae98e285-aed9-5efe-bfe3-8c8b756df828"},"resourceType":"DocumentReference"} +{"id":"8e65d24a-fec9-5f42-bec4-14f53dd3c48d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19324/analysis/NA19324.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001561#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/daed6a3c-6d83-5999-a1e0-dc3e3387575e"},"resourceType":"DocumentReference"} +{"id":"66c9e77e-c793-523d-add3-528158b45221","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19324/analysis/NA19324.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001561#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/daed6a3c-6d83-5999-a1e0-dc3e3387575e"},"resourceType":"DocumentReference"} +{"id":"1797d8d5-7ccb-5448-93e6-5e9817b9409a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19324/analysis/NA19324.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001561#sample/cram"}],"status":"current","subject":{"reference":"Patient/daed6a3c-6d83-5999-a1e0-dc3e3387575e"},"resourceType":"DocumentReference"} +{"id":"7c3d2053-bb64-57f2-abfe-989269635b96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19327/analysis/NA19327.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001562#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/46eb98f2-4f54-567c-beea-3d9e2d144e66"},"resourceType":"DocumentReference"} +{"id":"d07bfb11-7782-55e7-ab1f-133536040c94","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19327/analysis/NA19327.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001562#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/46eb98f2-4f54-567c-beea-3d9e2d144e66"},"resourceType":"DocumentReference"} +{"id":"38fd0d86-54af-521a-a62c-55a333ebbe8e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19327/analysis/NA19327.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001562#sample/cram"}],"status":"current","subject":{"reference":"Patient/46eb98f2-4f54-567c-beea-3d9e2d144e66"},"resourceType":"DocumentReference"} +{"id":"9c628f1a-9264-5706-8ef8-ff82f313307b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19328/analysis/NA19328.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001563#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5785c166-1bf9-5950-aeca-00df5911f185"},"resourceType":"DocumentReference"} +{"id":"8b98753f-fec6-5525-8016-c3edfd8902e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19328/analysis/NA19328.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001563#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5785c166-1bf9-5950-aeca-00df5911f185"},"resourceType":"DocumentReference"} +{"id":"c69c4d0c-aff7-5304-9463-7be0f058550c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19328/analysis/NA19328.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001563#sample/cram"}],"status":"current","subject":{"reference":"Patient/5785c166-1bf9-5950-aeca-00df5911f185"},"resourceType":"DocumentReference"} +{"id":"af94aa3c-2c10-5fbe-8a71-541bd817572a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19331/analysis/NA19331.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001564#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bc19d217-39d4-55e5-aa07-37aedc4deb72"},"resourceType":"DocumentReference"} +{"id":"cba6043f-5731-5440-b211-7b65079e9d20","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19331/analysis/NA19331.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001564#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bc19d217-39d4-55e5-aa07-37aedc4deb72"},"resourceType":"DocumentReference"} +{"id":"40c82cc8-b0d5-50bb-beb2-fc26b3d52f07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19331/analysis/NA19331.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001564#sample/cram"}],"status":"current","subject":{"reference":"Patient/bc19d217-39d4-55e5-aa07-37aedc4deb72"},"resourceType":"DocumentReference"} +{"id":"87ebbd0c-5676-5c4c-894d-a99a9a3a23f9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19332/analysis/NA19332.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001565#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f4104da6-7494-51b0-85a8-e9fd1dbf1ccc"},"resourceType":"DocumentReference"} +{"id":"f172a147-e2a0-5ea4-8064-7ee5f78e6a18","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19332/analysis/NA19332.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001565#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f4104da6-7494-51b0-85a8-e9fd1dbf1ccc"},"resourceType":"DocumentReference"} +{"id":"42c62d22-368c-566f-b2c2-61b90417d120","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19332/analysis/NA19332.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001565#sample/cram"}],"status":"current","subject":{"reference":"Patient/f4104da6-7494-51b0-85a8-e9fd1dbf1ccc"},"resourceType":"DocumentReference"} +{"id":"f4023055-3440-56fb-ab61-e2596680740a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19334/analysis/NA19334.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001566#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9f8c274f-87df-55f4-9a55-f8f49510f662"},"resourceType":"DocumentReference"} +{"id":"4dc4ba84-5d2f-5b8e-b2e6-84d6f4c941a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19334/analysis/NA19334.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001566#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9f8c274f-87df-55f4-9a55-f8f49510f662"},"resourceType":"DocumentReference"} +{"id":"ceee316b-fd47-5587-b758-c3ea76d8d712","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19334/analysis/NA19334.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001566#sample/cram"}],"status":"current","subject":{"reference":"Patient/9f8c274f-87df-55f4-9a55-f8f49510f662"},"resourceType":"DocumentReference"} +{"id":"6c34d8b3-005f-583b-b76b-ca04ee80184b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19338/analysis/NA19338.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001567#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a50138e8-10fa-5418-bc32-3f4d69caaa32"},"resourceType":"DocumentReference"} +{"id":"3f1bc116-bbf3-5d71-a876-952ff074fefa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19338/analysis/NA19338.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001567#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a50138e8-10fa-5418-bc32-3f4d69caaa32"},"resourceType":"DocumentReference"} +{"id":"2746b002-e590-5ded-92c8-4d694fb59932","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19338/analysis/NA19338.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001567#sample/cram"}],"status":"current","subject":{"reference":"Patient/a50138e8-10fa-5418-bc32-3f4d69caaa32"},"resourceType":"DocumentReference"} +{"id":"eef01b64-599b-56c1-9357-467efa74e1c2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19346/analysis/NA19346.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001568#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e4b032ad-50be-5150-ba0f-647dba96cb0f"},"resourceType":"DocumentReference"} +{"id":"38306061-335b-51d8-be03-5059f1a20ca6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19346/analysis/NA19346.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001568#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e4b032ad-50be-5150-ba0f-647dba96cb0f"},"resourceType":"DocumentReference"} +{"id":"6de30940-5afc-5002-be13-a921eb776108","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19346/analysis/NA19346.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001568#sample/cram"}],"status":"current","subject":{"reference":"Patient/e4b032ad-50be-5150-ba0f-647dba96cb0f"},"resourceType":"DocumentReference"} +{"id":"1f83eb30-e389-54f4-bdd3-c4bfeffc1871","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19347/analysis/NA19347.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001569#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a9090400-f38a-51fb-861a-2015811ae2c3"},"resourceType":"DocumentReference"} +{"id":"7ed2e31b-a98f-567a-9b13-edf0d11ce83c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19347/analysis/NA19347.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001569#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a9090400-f38a-51fb-861a-2015811ae2c3"},"resourceType":"DocumentReference"} +{"id":"a20165fc-06b8-5a22-acc6-f88ec25270cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19347/analysis/NA19347.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001569#sample/cram"}],"status":"current","subject":{"reference":"Patient/a9090400-f38a-51fb-861a-2015811ae2c3"},"resourceType":"DocumentReference"} +{"id":"259eaa68-49fe-590a-9b1c-c6b9d02a7db9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19350/analysis/NA19350.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001570#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bf341030-2116-563f-88fd-042c3fbe7229"},"resourceType":"DocumentReference"} +{"id":"e0167a93-664c-5c3b-93d8-f3671824b60a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19350/analysis/NA19350.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001570#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bf341030-2116-563f-88fd-042c3fbe7229"},"resourceType":"DocumentReference"} +{"id":"553c84ad-8ffd-5004-bdcb-40ce086ec1b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19350/analysis/NA19350.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001570#sample/cram"}],"status":"current","subject":{"reference":"Patient/bf341030-2116-563f-88fd-042c3fbe7229"},"resourceType":"DocumentReference"} +{"id":"fb7f9ff0-6b27-548c-a53c-ebb1f9fe8c51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19351/analysis/NA19351.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001571#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7a9d2513-bf1b-55e5-897f-824d65c02d47"},"resourceType":"DocumentReference"} +{"id":"e9d920f5-5628-5edd-b5d3-7b7d096cbd9d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19351/analysis/NA19351.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001571#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7a9d2513-bf1b-55e5-897f-824d65c02d47"},"resourceType":"DocumentReference"} +{"id":"4166bd8b-d4fe-5012-bc87-44db27b1c11e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19351/analysis/NA19351.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001571#sample/cram"}],"status":"current","subject":{"reference":"Patient/7a9d2513-bf1b-55e5-897f-824d65c02d47"},"resourceType":"DocumentReference"} +{"id":"7b97f99e-a988-5d46-a973-05c673d99264","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19355/analysis/NA19355.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001573#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/acd64024-498f-567c-855b-5d1fc21a41a0"},"resourceType":"DocumentReference"} +{"id":"4abda75e-b526-5918-b27a-4d5e0b6173a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19355/analysis/NA19355.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001573#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/acd64024-498f-567c-855b-5d1fc21a41a0"},"resourceType":"DocumentReference"} +{"id":"b802c138-82a1-56c5-8668-8280fc35e14b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19355/analysis/NA19355.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001573#sample/cram"}],"status":"current","subject":{"reference":"Patient/acd64024-498f-567c-855b-5d1fc21a41a0"},"resourceType":"DocumentReference"} +{"id":"d730a60f-1e24-588d-bd2c-2a336617e8e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19360/analysis/NA19360.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001575#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dd347ca3-8bf6-54f0-89be-8cdc94e3994d"},"resourceType":"DocumentReference"} +{"id":"00d2a55b-73f0-5dd2-855e-10e7c6e9f9ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19360/analysis/NA19360.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001575#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dd347ca3-8bf6-54f0-89be-8cdc94e3994d"},"resourceType":"DocumentReference"} +{"id":"70c9b1a4-df95-5f2c-8b8b-f31308675f93","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19360/analysis/NA19360.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001575#sample/cram"}],"status":"current","subject":{"reference":"Patient/dd347ca3-8bf6-54f0-89be-8cdc94e3994d"},"resourceType":"DocumentReference"} +{"id":"5ffefa1f-01c8-514d-be9f-e0f09b05c94d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19372/analysis/NA19372.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001577#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e2bd0a6c-fe1e-5509-b269-72ce09d66db5"},"resourceType":"DocumentReference"} +{"id":"5d2e6eb8-717b-50ac-82d3-ae0ac0de138a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19372/analysis/NA19372.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001577#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e2bd0a6c-fe1e-5509-b269-72ce09d66db5"},"resourceType":"DocumentReference"} +{"id":"072b73ed-aea3-5f09-815c-37d4cfe7c04d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19372/analysis/NA19372.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001577#sample/cram"}],"status":"current","subject":{"reference":"Patient/e2bd0a6c-fe1e-5509-b269-72ce09d66db5"},"resourceType":"DocumentReference"} +{"id":"995f1c58-9cea-505d-98d9-52d6597f3d32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19374/analysis/NA19374.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001579#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a28c9b09-c65c-53f8-a981-dc449da4f4dd"},"resourceType":"DocumentReference"} +{"id":"3716acf6-b880-5f72-a6db-3b21e97550fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19374/analysis/NA19374.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001579#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a28c9b09-c65c-53f8-a981-dc449da4f4dd"},"resourceType":"DocumentReference"} +{"id":"42c48a28-6c0f-5426-8f6b-7b36c7cd7c43","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19374/analysis/NA19374.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001579#sample/cram"}],"status":"current","subject":{"reference":"Patient/a28c9b09-c65c-53f8-a981-dc449da4f4dd"},"resourceType":"DocumentReference"} +{"id":"3c9b4b23-a86c-5bbf-b833-b34ec94d1d71","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19375/analysis/NA19375.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001580#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7fa39ad1-e70a-5760-aeee-58bbd5234ba7"},"resourceType":"DocumentReference"} +{"id":"4a587cd7-7554-5e85-8edc-2459aa1bbd1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19375/analysis/NA19375.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001580#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7fa39ad1-e70a-5760-aeee-58bbd5234ba7"},"resourceType":"DocumentReference"} +{"id":"b19a86cc-6289-5698-8c82-b129d6d10239","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19375/analysis/NA19375.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001580#sample/cram"}],"status":"current","subject":{"reference":"Patient/7fa39ad1-e70a-5760-aeee-58bbd5234ba7"},"resourceType":"DocumentReference"} +{"id":"4bc50aa6-04d2-507a-8948-46d26e00f13d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19376/analysis/NA19376.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001581#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/45ed3532-3c61-5591-bdaf-5988ee748fd0"},"resourceType":"DocumentReference"} +{"id":"a96d4840-82f9-5b41-a75c-58c4a2d5dc0e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19376/analysis/NA19376.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001581#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/45ed3532-3c61-5591-bdaf-5988ee748fd0"},"resourceType":"DocumentReference"} +{"id":"f8ec6f6a-2a36-59d9-8ccd-08e020772781","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19376/analysis/NA19376.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001581#sample/cram"}],"status":"current","subject":{"reference":"Patient/45ed3532-3c61-5591-bdaf-5988ee748fd0"},"resourceType":"DocumentReference"} +{"id":"c7629173-f7ac-5c3b-abea-827ffbdf8213","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19377/analysis/NA19377.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001582#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6b03fd7d-daad-57a2-87ac-d8eeed03aaff"},"resourceType":"DocumentReference"} +{"id":"b0bccd83-33d1-5394-b752-e2ffd14739d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19377/analysis/NA19377.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001582#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6b03fd7d-daad-57a2-87ac-d8eeed03aaff"},"resourceType":"DocumentReference"} +{"id":"47aca00f-f4cd-5bb6-87bd-1897637b2580","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19377/analysis/NA19377.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001582#sample/cram"}],"status":"current","subject":{"reference":"Patient/6b03fd7d-daad-57a2-87ac-d8eeed03aaff"},"resourceType":"DocumentReference"} +{"id":"61700a66-5437-5af6-b798-5b4019d1a1fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19378/analysis/NA19378.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001583#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eb97a69d-20bf-5a86-8542-f7aa8f098b49"},"resourceType":"DocumentReference"} +{"id":"bd8f67cb-7769-5555-a7d9-c6afc1712659","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19378/analysis/NA19378.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001583#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eb97a69d-20bf-5a86-8542-f7aa8f098b49"},"resourceType":"DocumentReference"} +{"id":"8c3d466e-9dfd-5511-b7e1-726272349689","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19378/analysis/NA19378.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001583#sample/cram"}],"status":"current","subject":{"reference":"Patient/eb97a69d-20bf-5a86-8542-f7aa8f098b49"},"resourceType":"DocumentReference"} +{"id":"69e5fad7-1a6a-5897-b0a7-58dc309c9636","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19379/analysis/NA19379.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001584#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7af2a2ac-2f61-5b2e-bc8a-41f72be7c5e1"},"resourceType":"DocumentReference"} +{"id":"8e244e43-8db1-58c3-a8e3-73f08cf1d8e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19379/analysis/NA19379.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001584#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7af2a2ac-2f61-5b2e-bc8a-41f72be7c5e1"},"resourceType":"DocumentReference"} +{"id":"fd80b91a-e066-5699-bdf6-7a2c6f5dbc78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19379/analysis/NA19379.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001584#sample/cram"}],"status":"current","subject":{"reference":"Patient/7af2a2ac-2f61-5b2e-bc8a-41f72be7c5e1"},"resourceType":"DocumentReference"} +{"id":"67eaf915-5e98-5dab-92ee-d1a97485f774","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19380/analysis/NA19380.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001585#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e3baa26d-9365-543d-ad4e-660893da8205"},"resourceType":"DocumentReference"} +{"id":"f7af54fa-7e6d-5b5c-b95d-3c0201c0ef72","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19380/analysis/NA19380.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001585#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e3baa26d-9365-543d-ad4e-660893da8205"},"resourceType":"DocumentReference"} +{"id":"7fc083f9-1a3e-5d7e-8f13-f1be05031f40","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19380/analysis/NA19380.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001585#sample/cram"}],"status":"current","subject":{"reference":"Patient/e3baa26d-9365-543d-ad4e-660893da8205"},"resourceType":"DocumentReference"} +{"id":"a6c95b7c-2d30-5a9f-be09-51a3ba4abc65","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19383/analysis/NA19383.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001588#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/954babbd-495b-59f0-9695-953e7c8f4a05"},"resourceType":"DocumentReference"} +{"id":"6ef21d1f-b8d2-5fbb-8804-64e8efeffa39","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19383/analysis/NA19383.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001588#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/954babbd-495b-59f0-9695-953e7c8f4a05"},"resourceType":"DocumentReference"} +{"id":"73e4cd89-6ef5-5f9f-9d66-bcfe7febc1c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19383/analysis/NA19383.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001588#sample/cram"}],"status":"current","subject":{"reference":"Patient/954babbd-495b-59f0-9695-953e7c8f4a05"},"resourceType":"DocumentReference"} +{"id":"e2a2158b-d828-5239-8171-a78d567979cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19384/analysis/NA19384.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001589#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/00a5ca7b-6994-5156-bb17-d68bef73508c"},"resourceType":"DocumentReference"} +{"id":"6be32eac-e774-5f1a-b45e-f6a5f75605d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19384/analysis/NA19384.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001589#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/00a5ca7b-6994-5156-bb17-d68bef73508c"},"resourceType":"DocumentReference"} +{"id":"7591d2e3-55ec-52be-b9d1-e32a2f1b76de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19384/analysis/NA19384.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001589#sample/cram"}],"status":"current","subject":{"reference":"Patient/00a5ca7b-6994-5156-bb17-d68bef73508c"},"resourceType":"DocumentReference"} +{"id":"96425fa9-3488-5efe-95d5-7c433aac85ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19385/analysis/NA19385.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001590#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b783a2ed-3004-58ed-aae0-6bbf09311b07"},"resourceType":"DocumentReference"} +{"id":"05691a6a-e19f-5178-98bb-5ba6c077e6ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19385/analysis/NA19385.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001590#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b783a2ed-3004-58ed-aae0-6bbf09311b07"},"resourceType":"DocumentReference"} +{"id":"178cf6a4-c450-5b2f-b79a-d76617564048","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19385/analysis/NA19385.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001590#sample/cram"}],"status":"current","subject":{"reference":"Patient/b783a2ed-3004-58ed-aae0-6bbf09311b07"},"resourceType":"DocumentReference"} +{"id":"ba04ba42-2b59-512b-838e-9b708c9d3b8c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19390/analysis/NA19390.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001591#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d5935a13-2976-55b0-92ed-0656840fec9c"},"resourceType":"DocumentReference"} +{"id":"45379436-e8a5-59f8-b405-01f686e2c49e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19390/analysis/NA19390.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001591#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d5935a13-2976-55b0-92ed-0656840fec9c"},"resourceType":"DocumentReference"} +{"id":"95db02ea-17ac-5ce4-85c1-73582c04105f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19390/analysis/NA19390.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001591#sample/cram"}],"status":"current","subject":{"reference":"Patient/d5935a13-2976-55b0-92ed-0656840fec9c"},"resourceType":"DocumentReference"} +{"id":"ba54d64a-7130-56dc-9ed8-f9bbfbc007b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19391/analysis/NA19391.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001592#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1240f655-5496-5c40-83ed-7d4a6e256857"},"resourceType":"DocumentReference"} +{"id":"6525003d-b10e-5630-bb0d-1d674b5fb80b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19391/analysis/NA19391.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001592#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1240f655-5496-5c40-83ed-7d4a6e256857"},"resourceType":"DocumentReference"} +{"id":"1635d1bf-500e-559b-b704-97826af4bdf1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19391/analysis/NA19391.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001592#sample/cram"}],"status":"current","subject":{"reference":"Patient/1240f655-5496-5c40-83ed-7d4a6e256857"},"resourceType":"DocumentReference"} +{"id":"1f739011-1244-5f6a-8637-834e4d002d6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19393/analysis/NA19393.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001594#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/835a119d-d474-521f-941d-093f75bd8f52"},"resourceType":"DocumentReference"} +{"id":"0f41bb69-b255-5772-b9a2-bedd63ac3096","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19393/analysis/NA19393.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001594#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/835a119d-d474-521f-941d-093f75bd8f52"},"resourceType":"DocumentReference"} +{"id":"7359035d-fa4f-5714-9efb-dc221c999208","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19393/analysis/NA19393.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001594#sample/cram"}],"status":"current","subject":{"reference":"Patient/835a119d-d474-521f-941d-093f75bd8f52"},"resourceType":"DocumentReference"} +{"id":"e7895efb-8316-5de6-89dc-bca5f1eec56f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19394/analysis/NA19394.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001595#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5cee8407-7aa9-53d9-a807-7ad0f83f077b"},"resourceType":"DocumentReference"} +{"id":"eba470c4-bbda-5b7c-b148-01790090c530","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19394/analysis/NA19394.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001595#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5cee8407-7aa9-53d9-a807-7ad0f83f077b"},"resourceType":"DocumentReference"} +{"id":"a2225003-b6cf-57a5-a877-1d49b3b71f28","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19394/analysis/NA19394.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001595#sample/cram"}],"status":"current","subject":{"reference":"Patient/5cee8407-7aa9-53d9-a807-7ad0f83f077b"},"resourceType":"DocumentReference"} +{"id":"38fb9c80-72b7-5ede-801e-931b5e8345af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19395/analysis/NA19395.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001596#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d7cf9569-a0bf-5771-8bdd-20b0f4eedce1"},"resourceType":"DocumentReference"} +{"id":"6c145ecd-955b-5c25-bf3f-fddcf9f75ef6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19395/analysis/NA19395.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001596#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d7cf9569-a0bf-5771-8bdd-20b0f4eedce1"},"resourceType":"DocumentReference"} +{"id":"a27d4b3c-ba5b-5e52-8800-d580cd25c914","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19395/analysis/NA19395.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001596#sample/cram"}],"status":"current","subject":{"reference":"Patient/d7cf9569-a0bf-5771-8bdd-20b0f4eedce1"},"resourceType":"DocumentReference"} +{"id":"1f1e5227-ef2c-53c3-8142-c73aff6ca8a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19397/analysis/NA19397.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001598#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e8ece533-bb6a-5695-81d2-f33b2765ab1a"},"resourceType":"DocumentReference"} +{"id":"ec3e15ae-f0ff-5235-bd87-c28364c2d8b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19397/analysis/NA19397.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001598#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e8ece533-bb6a-5695-81d2-f33b2765ab1a"},"resourceType":"DocumentReference"} +{"id":"545835bc-bcd2-5c63-a5be-09f46017f4f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19397/analysis/NA19397.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001598#sample/cram"}],"status":"current","subject":{"reference":"Patient/e8ece533-bb6a-5695-81d2-f33b2765ab1a"},"resourceType":"DocumentReference"} +{"id":"b0b94bcb-ade7-5fc7-9682-456d3d9fb97a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19399/analysis/NA19399.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001600#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/df40d3c8-1ee0-59ed-8dc7-b8918d69e267"},"resourceType":"DocumentReference"} +{"id":"83dad460-bff3-5478-9ef5-dcc1900e900f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19399/analysis/NA19399.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001600#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/df40d3c8-1ee0-59ed-8dc7-b8918d69e267"},"resourceType":"DocumentReference"} +{"id":"de4d6809-ecae-51aa-ac17-ad262920ecc0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19399/analysis/NA19399.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001600#sample/cram"}],"status":"current","subject":{"reference":"Patient/df40d3c8-1ee0-59ed-8dc7-b8918d69e267"},"resourceType":"DocumentReference"} +{"id":"3959340e-0f03-557f-9fd0-f02b0c74486f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19401/analysis/NA19401.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001601#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6bd47bee-f434-5573-a1a0-d218a789e2ee"},"resourceType":"DocumentReference"} +{"id":"713ca787-f681-58f2-9e57-b89ad18515b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19401/analysis/NA19401.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001601#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6bd47bee-f434-5573-a1a0-d218a789e2ee"},"resourceType":"DocumentReference"} +{"id":"4557aa11-8494-580d-a062-94be2660b2cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19401/analysis/NA19401.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001601#sample/cram"}],"status":"current","subject":{"reference":"Patient/6bd47bee-f434-5573-a1a0-d218a789e2ee"},"resourceType":"DocumentReference"} +{"id":"b0765e5b-50bc-593b-b333-03c11726c36b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19403/analysis/NA19403.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001603#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/774e4c87-4f9c-5f9b-ac56-9c7e8ff6a6d7"},"resourceType":"DocumentReference"} +{"id":"9103d805-4793-52d2-9525-3ff10d20b618","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19403/analysis/NA19403.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001603#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/774e4c87-4f9c-5f9b-ac56-9c7e8ff6a6d7"},"resourceType":"DocumentReference"} +{"id":"20a694c6-4636-57b4-807d-1d4dd74c7294","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19403/analysis/NA19403.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001603#sample/cram"}],"status":"current","subject":{"reference":"Patient/774e4c87-4f9c-5f9b-ac56-9c7e8ff6a6d7"},"resourceType":"DocumentReference"} +{"id":"3696dd31-89c2-50b5-976a-d1244d59b3a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19404/analysis/NA19404.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001604#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dfe86e45-d3f1-5b06-91ca-1d0120ef88d3"},"resourceType":"DocumentReference"} +{"id":"91b2e0ff-fce1-502f-b67f-ba2e4f60a990","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19404/analysis/NA19404.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001604#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dfe86e45-d3f1-5b06-91ca-1d0120ef88d3"},"resourceType":"DocumentReference"} +{"id":"15a15017-68f5-5070-877e-bb2c8cd51171","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19404/analysis/NA19404.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001604#sample/cram"}],"status":"current","subject":{"reference":"Patient/dfe86e45-d3f1-5b06-91ca-1d0120ef88d3"},"resourceType":"DocumentReference"} +{"id":"444fab21-d9c7-5975-bbaa-fb279879b2cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19428/analysis/NA19428.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001605#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/65567bf6-db23-57ea-ac73-233aa25d5f30"},"resourceType":"DocumentReference"} +{"id":"71fa0ba3-157e-5522-97b1-3429e4dc53a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19428/analysis/NA19428.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001605#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/65567bf6-db23-57ea-ac73-233aa25d5f30"},"resourceType":"DocumentReference"} +{"id":"f1ebf1e7-124a-5c3d-8e8d-30dfa2fbfa61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19428/analysis/NA19428.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001605#sample/cram"}],"status":"current","subject":{"reference":"Patient/65567bf6-db23-57ea-ac73-233aa25d5f30"},"resourceType":"DocumentReference"} +{"id":"302a800f-bb3b-5283-bb04-bb0e59a5ab80","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19429/analysis/NA19429.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001606#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7fba446b-d24c-571f-84ae-4712530c2211"},"resourceType":"DocumentReference"} +{"id":"53a44caa-a2bf-5518-9adb-59e2727905ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19429/analysis/NA19429.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001606#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7fba446b-d24c-571f-84ae-4712530c2211"},"resourceType":"DocumentReference"} +{"id":"fc35b725-609c-579d-b21d-47ee7a0ab303","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19429/analysis/NA19429.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001606#sample/cram"}],"status":"current","subject":{"reference":"Patient/7fba446b-d24c-571f-84ae-4712530c2211"},"resourceType":"DocumentReference"} +{"id":"3f658516-ad28-5f7b-8c31-d90942b15872","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19430/analysis/NA19430.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001607#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/835f9e46-b541-5848-83eb-43f627aeadf3"},"resourceType":"DocumentReference"} +{"id":"c02fcf7d-9026-5f8b-8063-8bc473a207ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19430/analysis/NA19430.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001607#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/835f9e46-b541-5848-83eb-43f627aeadf3"},"resourceType":"DocumentReference"} +{"id":"b655572e-c70f-589c-bf68-47ced41d4f89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19430/analysis/NA19430.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001607#sample/cram"}],"status":"current","subject":{"reference":"Patient/835f9e46-b541-5848-83eb-43f627aeadf3"},"resourceType":"DocumentReference"} +{"id":"00fd92c6-1d08-5587-9135-0b16bcc1f80d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19431/analysis/NA19431.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001608#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3a4973d5-b718-536a-a77f-21b7b96104ed"},"resourceType":"DocumentReference"} +{"id":"c8f5bc26-2fc9-5732-861b-2b81ff573ff2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19431/analysis/NA19431.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001608#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3a4973d5-b718-536a-a77f-21b7b96104ed"},"resourceType":"DocumentReference"} +{"id":"cdc05798-250e-59f8-ae37-6f274529cbcc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19431/analysis/NA19431.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001608#sample/cram"}],"status":"current","subject":{"reference":"Patient/3a4973d5-b718-536a-a77f-21b7b96104ed"},"resourceType":"DocumentReference"} +{"id":"96138152-4946-5a87-b918-baa4b1455488","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19434/analysis/NA19434.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001610#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ede44ec3-fd90-5357-9059-8a6944f87360"},"resourceType":"DocumentReference"} +{"id":"5157dc48-bd2a-5f86-ac23-6a5778525a37","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19434/analysis/NA19434.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001610#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ede44ec3-fd90-5357-9059-8a6944f87360"},"resourceType":"DocumentReference"} +{"id":"f3bd8bae-ae65-57a8-9641-b41f403dd421","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19434/analysis/NA19434.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001610#sample/cram"}],"status":"current","subject":{"reference":"Patient/ede44ec3-fd90-5357-9059-8a6944f87360"},"resourceType":"DocumentReference"} +{"id":"e15415aa-94a3-5051-9559-e4bdb4e832ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19435/analysis/NA19435.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001611#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/92ac3665-f7a1-5334-b46d-cb9f9c41c032"},"resourceType":"DocumentReference"} +{"id":"e9129e1b-c61c-5fd9-b410-000e54413aa1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19435/analysis/NA19435.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001611#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/92ac3665-f7a1-5334-b46d-cb9f9c41c032"},"resourceType":"DocumentReference"} +{"id":"63543789-1181-51fe-b6d7-9dd64aea94f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19435/analysis/NA19435.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001611#sample/cram"}],"status":"current","subject":{"reference":"Patient/92ac3665-f7a1-5334-b46d-cb9f9c41c032"},"resourceType":"DocumentReference"} +{"id":"11170cd5-d8b4-591b-9cae-7c54ccb9b333","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19436/analysis/NA19436.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001612#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bee2797c-bb6f-5656-bb7b-bdc74066b2f1"},"resourceType":"DocumentReference"} +{"id":"21a03dc4-b1df-5854-9e81-0527e89268f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19436/analysis/NA19436.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001612#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bee2797c-bb6f-5656-bb7b-bdc74066b2f1"},"resourceType":"DocumentReference"} +{"id":"fcf65bfe-805a-5e33-9ff5-e4c25bd79434","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19436/analysis/NA19436.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001612#sample/cram"}],"status":"current","subject":{"reference":"Patient/bee2797c-bb6f-5656-bb7b-bdc74066b2f1"},"resourceType":"DocumentReference"} +{"id":"ca2285af-e8a6-5895-ab88-aa366e66bc73","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19437/analysis/NA19437.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001613#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6f355a2b-377e-5a31-89cb-dfe3b6d8fb68"},"resourceType":"DocumentReference"} +{"id":"4660acaf-d517-57e7-a6fc-436c63aede2e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19437/analysis/NA19437.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001613#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6f355a2b-377e-5a31-89cb-dfe3b6d8fb68"},"resourceType":"DocumentReference"} +{"id":"6c17540d-b57e-5b55-8dc6-c64a82766544","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19437/analysis/NA19437.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001613#sample/cram"}],"status":"current","subject":{"reference":"Patient/6f355a2b-377e-5a31-89cb-dfe3b6d8fb68"},"resourceType":"DocumentReference"} +{"id":"ed568be1-30ff-5033-beae-4bb0e470514d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19438/analysis/NA19438.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001614#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e2e866c5-ecbf-56b8-a04c-964dbc3ee59b"},"resourceType":"DocumentReference"} +{"id":"f115919a-df72-56dd-86be-72e874cb1802","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19438/analysis/NA19438.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001614#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e2e866c5-ecbf-56b8-a04c-964dbc3ee59b"},"resourceType":"DocumentReference"} +{"id":"ca1cbff1-1386-5c44-9a2a-4bc55eff5387","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19438/analysis/NA19438.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001614#sample/cram"}],"status":"current","subject":{"reference":"Patient/e2e866c5-ecbf-56b8-a04c-964dbc3ee59b"},"resourceType":"DocumentReference"} +{"id":"7015bf99-983e-59fe-9fd2-8ca3869d5226","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19439/analysis/NA19439.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001615#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e51736d3-7673-50df-8f93-de7b554a0429"},"resourceType":"DocumentReference"} +{"id":"65b8e3da-9b34-55b7-bbc0-37945d39f452","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19439/analysis/NA19439.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001615#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e51736d3-7673-50df-8f93-de7b554a0429"},"resourceType":"DocumentReference"} +{"id":"fe7d3cf9-1de3-5721-80b6-df556401c1a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19439/analysis/NA19439.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001615#sample/cram"}],"status":"current","subject":{"reference":"Patient/e51736d3-7673-50df-8f93-de7b554a0429"},"resourceType":"DocumentReference"} +{"id":"050b6f11-6dc8-5761-b8b5-f9ce11b44066","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19440/analysis/NA19440.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001616#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/824e8da5-fdd9-5297-9962-f2c4dc97f8ce"},"resourceType":"DocumentReference"} +{"id":"c1800254-e96d-5613-ba54-f9140157df8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19440/analysis/NA19440.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001616#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/824e8da5-fdd9-5297-9962-f2c4dc97f8ce"},"resourceType":"DocumentReference"} +{"id":"e05ab815-673b-5b92-bdf5-929b75ef16e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19440/analysis/NA19440.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001616#sample/cram"}],"status":"current","subject":{"reference":"Patient/824e8da5-fdd9-5297-9962-f2c4dc97f8ce"},"resourceType":"DocumentReference"} +{"id":"75da1211-1505-5948-b127-f41737007428","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19443/analysis/NA19443.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001618#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/667988d5-2256-54e3-9c3b-fd4f5958a35b"},"resourceType":"DocumentReference"} +{"id":"0b6dd3dc-e232-5527-b31a-ad16d3afc17b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19443/analysis/NA19443.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001618#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/667988d5-2256-54e3-9c3b-fd4f5958a35b"},"resourceType":"DocumentReference"} +{"id":"b0da7018-0b02-5cea-bb24-9dbb57129dc4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19443/analysis/NA19443.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001618#sample/cram"}],"status":"current","subject":{"reference":"Patient/667988d5-2256-54e3-9c3b-fd4f5958a35b"},"resourceType":"DocumentReference"} +{"id":"5117a835-ac24-54f6-8696-2b5667c75293","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19445/analysis/NA19445.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001620#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/58db06c0-2d26-5c9d-b14c-d34846595a31"},"resourceType":"DocumentReference"} +{"id":"2afc1fa4-95fc-5577-89a9-c5f66ffeda1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19445/analysis/NA19445.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001620#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/58db06c0-2d26-5c9d-b14c-d34846595a31"},"resourceType":"DocumentReference"} +{"id":"910c3aa1-1eb9-5b93-8e7f-6adb6764281c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19445/analysis/NA19445.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001620#sample/cram"}],"status":"current","subject":{"reference":"Patient/58db06c0-2d26-5c9d-b14c-d34846595a31"},"resourceType":"DocumentReference"} +{"id":"3130720e-8223-591f-a88c-51511f8bf9b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19446/analysis/NA19446.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001621#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8e13f750-1715-5f29-bcc7-bb5a621e3094"},"resourceType":"DocumentReference"} +{"id":"c05f2121-debf-52d2-b61c-f2ed8629080e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19446/analysis/NA19446.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001621#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8e13f750-1715-5f29-bcc7-bb5a621e3094"},"resourceType":"DocumentReference"} +{"id":"2cb1af78-e1ad-562d-b995-6d1e017ade5e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19446/analysis/NA19446.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001621#sample/cram"}],"status":"current","subject":{"reference":"Patient/8e13f750-1715-5f29-bcc7-bb5a621e3094"},"resourceType":"DocumentReference"} +{"id":"c4b54a48-526a-56be-9c2c-d00d85b3be44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19448/analysis/NA19448.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001622#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ca226a92-9d4f-5e1d-8979-458565275398"},"resourceType":"DocumentReference"} +{"id":"1ac4bcba-d344-52ff-ae2b-670d2e504aa1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19448/analysis/NA19448.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001622#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ca226a92-9d4f-5e1d-8979-458565275398"},"resourceType":"DocumentReference"} +{"id":"f2236f76-2a4d-5439-8579-117923b8ce29","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19448/analysis/NA19448.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001622#sample/cram"}],"status":"current","subject":{"reference":"Patient/ca226a92-9d4f-5e1d-8979-458565275398"},"resourceType":"DocumentReference"} +{"id":"85d134f0-819b-5bb8-a89b-643c821c3653","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19449/analysis/NA19449.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001623#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/72c58200-be63-5e63-86a1-6c02b66ea3af"},"resourceType":"DocumentReference"} +{"id":"647081d0-fbce-50f3-838c-36685c64a26b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19449/analysis/NA19449.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001623#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/72c58200-be63-5e63-86a1-6c02b66ea3af"},"resourceType":"DocumentReference"} +{"id":"12e8f83d-71ec-5e41-98d1-52f30a1998cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19449/analysis/NA19449.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001623#sample/cram"}],"status":"current","subject":{"reference":"Patient/72c58200-be63-5e63-86a1-6c02b66ea3af"},"resourceType":"DocumentReference"} +{"id":"432a7550-f0d3-5f53-bdb6-5d71b06c0446","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19451/analysis/NA19451.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001624#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/743ac24e-e527-54eb-87c2-587ba29ea07f"},"resourceType":"DocumentReference"} +{"id":"8273102d-ed92-5346-9ea9-76735b5242ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19451/analysis/NA19451.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001624#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/743ac24e-e527-54eb-87c2-587ba29ea07f"},"resourceType":"DocumentReference"} +{"id":"dc72e7ff-da64-517c-b4ad-df314b22fad1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19451/analysis/NA19451.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001624#sample/cram"}],"status":"current","subject":{"reference":"Patient/743ac24e-e527-54eb-87c2-587ba29ea07f"},"resourceType":"DocumentReference"} +{"id":"aeba62c0-46de-5fea-bfaa-ccb955c5c8c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19452/analysis/NA19452.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001625#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1a5f5f7e-19ab-5506-9879-b4fe72038a64"},"resourceType":"DocumentReference"} +{"id":"6dcfe9a3-332f-5019-9917-20f48f3c6129","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19452/analysis/NA19452.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001625#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1a5f5f7e-19ab-5506-9879-b4fe72038a64"},"resourceType":"DocumentReference"} +{"id":"580f30b4-95dc-578e-aeeb-50cbcd8c56c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19452/analysis/NA19452.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001625#sample/cram"}],"status":"current","subject":{"reference":"Patient/1a5f5f7e-19ab-5506-9879-b4fe72038a64"},"resourceType":"DocumentReference"} +{"id":"b154c155-8348-5ebf-99c5-2f503678cbe8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19454/analysis/NA19454.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001627#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/01c1da48-6755-5242-beff-a479ba90795f"},"resourceType":"DocumentReference"} +{"id":"0eeb37bb-60db-5c02-9f04-a7542555a9e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19454/analysis/NA19454.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001627#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/01c1da48-6755-5242-beff-a479ba90795f"},"resourceType":"DocumentReference"} +{"id":"9b446013-af2e-5468-a9b6-ec1aa1271eb0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19454/analysis/NA19454.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001627#sample/cram"}],"status":"current","subject":{"reference":"Patient/01c1da48-6755-5242-beff-a479ba90795f"},"resourceType":"DocumentReference"} +{"id":"af1d0ad7-54a5-51e1-badd-0f5d2faacbf0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19455/analysis/NA19455.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001628#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fc69e6a8-5cb4-57da-834f-b48c09dab039"},"resourceType":"DocumentReference"} +{"id":"0be18b9e-ebb5-5cb2-8013-82751b6b8b41","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19455/analysis/NA19455.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001628#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fc69e6a8-5cb4-57da-834f-b48c09dab039"},"resourceType":"DocumentReference"} +{"id":"566065ac-d610-5107-9a4b-6c5fe5141564","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19455/analysis/NA19455.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001628#sample/cram"}],"status":"current","subject":{"reference":"Patient/fc69e6a8-5cb4-57da-834f-b48c09dab039"},"resourceType":"DocumentReference"} +{"id":"205aa155-e40c-5e27-aa3e-dd13d51f8d49","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19456/analysis/NA19456.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001629#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/302faa9f-2e86-58c4-bf35-f1633c2df88c"},"resourceType":"DocumentReference"} +{"id":"25351492-9c66-5d41-82a8-a81a240b8f21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19456/analysis/NA19456.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001629#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/302faa9f-2e86-58c4-bf35-f1633c2df88c"},"resourceType":"DocumentReference"} +{"id":"4576d0e2-1b85-5114-8110-16b8e31f3aef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19456/analysis/NA19456.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001629#sample/cram"}],"status":"current","subject":{"reference":"Patient/302faa9f-2e86-58c4-bf35-f1633c2df88c"},"resourceType":"DocumentReference"} +{"id":"1a87a12d-b8e5-5cac-8f0f-feb1e4ca4718","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19457/analysis/NA19457.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001630#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7e420247-e104-567f-b02a-ef7282411013"},"resourceType":"DocumentReference"} +{"id":"30a48fc9-d76d-5a23-81a5-f859c5f9e585","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19457/analysis/NA19457.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001630#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7e420247-e104-567f-b02a-ef7282411013"},"resourceType":"DocumentReference"} +{"id":"e27a5581-ce4e-5bfc-a5fe-92906a1d1660","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19457/analysis/NA19457.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001630#sample/cram"}],"status":"current","subject":{"reference":"Patient/7e420247-e104-567f-b02a-ef7282411013"},"resourceType":"DocumentReference"} +{"id":"16c49b29-1bc1-50dc-9917-dd652131ef5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19461/analysis/NA19461.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001631#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/751d9d5d-9912-5406-a2ed-eba2d76a3133"},"resourceType":"DocumentReference"} +{"id":"75ee4285-61d8-561b-9775-57fa36e636bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19461/analysis/NA19461.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001631#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/751d9d5d-9912-5406-a2ed-eba2d76a3133"},"resourceType":"DocumentReference"} +{"id":"dd52ec56-d598-546d-8bbb-0e999d96b783","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19461/analysis/NA19461.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001631#sample/cram"}],"status":"current","subject":{"reference":"Patient/751d9d5d-9912-5406-a2ed-eba2d76a3133"},"resourceType":"DocumentReference"} +{"id":"8f40938d-0390-5386-9416-6306591517a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19462/analysis/NA19462.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001632#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/40c328be-2206-54e9-a25c-8a5ec9bc58c6"},"resourceType":"DocumentReference"} +{"id":"f5542667-b045-5d91-8b50-7de4718be104","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19462/analysis/NA19462.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001632#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/40c328be-2206-54e9-a25c-8a5ec9bc58c6"},"resourceType":"DocumentReference"} +{"id":"c48e876e-af3b-55a5-ab11-980ffae01d91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19462/analysis/NA19462.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001632#sample/cram"}],"status":"current","subject":{"reference":"Patient/40c328be-2206-54e9-a25c-8a5ec9bc58c6"},"resourceType":"DocumentReference"} +{"id":"bf64fcb8-208f-5d66-b07a-d3986e916155","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19463/analysis/NA19463.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001633#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3d5560f4-cfac-5cf0-a81d-e2414c0ab93e"},"resourceType":"DocumentReference"} +{"id":"d83076a3-8606-595a-8e3b-c7e9103c73dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19463/analysis/NA19463.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001633#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3d5560f4-cfac-5cf0-a81d-e2414c0ab93e"},"resourceType":"DocumentReference"} +{"id":"a5c17131-6ce1-561e-acd9-d124eab4bfe9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19463/analysis/NA19463.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001633#sample/cram"}],"status":"current","subject":{"reference":"Patient/3d5560f4-cfac-5cf0-a81d-e2414c0ab93e"},"resourceType":"DocumentReference"} +{"id":"f0a72f32-b991-56e2-8082-3dd544e89c73","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19466/analysis/NA19466.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001634#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4baac138-e8e0-5bce-ba34-5d36d306b094"},"resourceType":"DocumentReference"} +{"id":"277d0054-2827-537b-b40e-02762f425345","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19466/analysis/NA19466.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001634#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4baac138-e8e0-5bce-ba34-5d36d306b094"},"resourceType":"DocumentReference"} +{"id":"e3933666-9c01-5558-ab00-5576a87a0b9f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19466/analysis/NA19466.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001634#sample/cram"}],"status":"current","subject":{"reference":"Patient/4baac138-e8e0-5bce-ba34-5d36d306b094"},"resourceType":"DocumentReference"} +{"id":"a0bba680-4d00-5f24-9611-7189310674e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19467/analysis/NA19467.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001635#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f8b2538d-537e-5111-81e7-bf7c6caafd1e"},"resourceType":"DocumentReference"} +{"id":"68f4ab40-a1b5-5113-9dcb-53a1c45bee3c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19467/analysis/NA19467.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001635#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f8b2538d-537e-5111-81e7-bf7c6caafd1e"},"resourceType":"DocumentReference"} +{"id":"7f631dc4-8567-524e-b6db-e22809b2456e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19467/analysis/NA19467.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001635#sample/cram"}],"status":"current","subject":{"reference":"Patient/f8b2538d-537e-5111-81e7-bf7c6caafd1e"},"resourceType":"DocumentReference"} +{"id":"9f9b4fc9-cd46-5eef-8699-db95b4fb7a16","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19468/analysis/NA19468.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001636#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2bb2188c-fb4b-55ee-9f20-82447f59caf7"},"resourceType":"DocumentReference"} +{"id":"2fa3f78e-0dd0-5727-b334-4c8b7837c258","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19468/analysis/NA19468.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001636#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2bb2188c-fb4b-55ee-9f20-82447f59caf7"},"resourceType":"DocumentReference"} +{"id":"ee1940d2-67b6-5ace-8a20-810b6e46ef11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19468/analysis/NA19468.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001636#sample/cram"}],"status":"current","subject":{"reference":"Patient/2bb2188c-fb4b-55ee-9f20-82447f59caf7"},"resourceType":"DocumentReference"} +{"id":"43394252-d0cd-5692-9c82-a8256a58c71c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19471/analysis/NA19471.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001639#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aab302cc-e532-597a-8caa-3268213efa1f"},"resourceType":"DocumentReference"} +{"id":"3d84bf32-34f0-54e9-819c-156cacb3a65f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19471/analysis/NA19471.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001639#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aab302cc-e532-597a-8caa-3268213efa1f"},"resourceType":"DocumentReference"} +{"id":"e6f14713-961f-5c7c-b0de-6d9f3854c4a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19471/analysis/NA19471.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001639#sample/cram"}],"status":"current","subject":{"reference":"Patient/aab302cc-e532-597a-8caa-3268213efa1f"},"resourceType":"DocumentReference"} +{"id":"82e2bdae-d965-595f-a4ab-df2ce79de5fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19472/analysis/NA19472.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001640#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/64a7ea68-c793-52bc-aa7f-5f254b792105"},"resourceType":"DocumentReference"} +{"id":"cef5db56-8dce-5fd6-acb1-b366aa29e456","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19472/analysis/NA19472.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001640#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/64a7ea68-c793-52bc-aa7f-5f254b792105"},"resourceType":"DocumentReference"} +{"id":"ea2a9d89-1d26-5ba0-a30e-ae6d94f79fa0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19472/analysis/NA19472.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001640#sample/cram"}],"status":"current","subject":{"reference":"Patient/64a7ea68-c793-52bc-aa7f-5f254b792105"},"resourceType":"DocumentReference"} +{"id":"65af2f21-9aec-56e3-bdcf-5f6d9c0f1262","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19473/analysis/NA19473.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001641#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bdfe89eb-cc82-5ea9-a47e-9b6c89c5ab8b"},"resourceType":"DocumentReference"} +{"id":"360cb7ac-17ab-5007-a369-59db089605df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19473/analysis/NA19473.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001641#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bdfe89eb-cc82-5ea9-a47e-9b6c89c5ab8b"},"resourceType":"DocumentReference"} +{"id":"5492b2f8-9440-5403-900e-cb595e8d4188","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19473/analysis/NA19473.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001641#sample/cram"}],"status":"current","subject":{"reference":"Patient/bdfe89eb-cc82-5ea9-a47e-9b6c89c5ab8b"},"resourceType":"DocumentReference"} +{"id":"bf51b3cc-59ce-59d0-8868-11ed7d1e287e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19474/analysis/NA19474.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001642#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/463aeb31-e235-5cf0-8f62-10d3cadeec1b"},"resourceType":"DocumentReference"} +{"id":"4941336f-27c6-53de-b428-3d674269c27d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19474/analysis/NA19474.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001642#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/463aeb31-e235-5cf0-8f62-10d3cadeec1b"},"resourceType":"DocumentReference"} +{"id":"1b52a2e9-403c-5c0d-bf35-e78d21b68170","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19474/analysis/NA19474.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001642#sample/cram"}],"status":"current","subject":{"reference":"Patient/463aeb31-e235-5cf0-8f62-10d3cadeec1b"},"resourceType":"DocumentReference"} +{"id":"811c851a-afb7-59ff-8e8c-148fc3bda3da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19475/analysis/NA19475.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001643#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c09fa01f-f457-55f8-902c-cbc197a4210b"},"resourceType":"DocumentReference"} +{"id":"6f1d0aaa-b2bc-5dab-9534-acda647f93bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19475/analysis/NA19475.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001643#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c09fa01f-f457-55f8-902c-cbc197a4210b"},"resourceType":"DocumentReference"} +{"id":"c48b8c9f-5943-5a69-a68b-c16b7b2fad7b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19475/analysis/NA19475.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001643#sample/cram"}],"status":"current","subject":{"reference":"Patient/c09fa01f-f457-55f8-902c-cbc197a4210b"},"resourceType":"DocumentReference"} +{"id":"75e03900-be67-5cff-be5f-6b18e34760a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20502/analysis/NA20502.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001670#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3c0801e9-075e-5995-88f4-b5fc9c9325d4"},"resourceType":"DocumentReference"} +{"id":"bbc9fe31-ff61-50fb-9c21-dfa5d83b4904","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20502/analysis/NA20502.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001670#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3c0801e9-075e-5995-88f4-b5fc9c9325d4"},"resourceType":"DocumentReference"} +{"id":"b92bfd1e-6586-59c1-a32c-301c76a00484","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20502/analysis/NA20502.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001670#sample/cram"}],"status":"current","subject":{"reference":"Patient/3c0801e9-075e-5995-88f4-b5fc9c9325d4"},"resourceType":"DocumentReference"} +{"id":"f58c9e39-4136-5486-b045-fcae436d8c88","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20503/analysis/NA20503.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001671#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/feee8058-75f2-5145-9730-ed52b333b47c"},"resourceType":"DocumentReference"} +{"id":"c310edee-68fb-505e-adea-d54840fb12c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20503/analysis/NA20503.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001671#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/feee8058-75f2-5145-9730-ed52b333b47c"},"resourceType":"DocumentReference"} +{"id":"a0469a9b-0c43-589c-b26f-c02c2fef64d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20503/analysis/NA20503.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001671#sample/cram"}],"status":"current","subject":{"reference":"Patient/feee8058-75f2-5145-9730-ed52b333b47c"},"resourceType":"DocumentReference"} +{"id":"512a3ac5-410a-5444-b5de-ea28b8c755e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20504/analysis/NA20504.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001672#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e0700ca1-2c89-50d4-b028-fa0dbe087d56"},"resourceType":"DocumentReference"} +{"id":"882cea3e-098f-5d32-8f7e-009c2afab0e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20504/analysis/NA20504.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001672#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e0700ca1-2c89-50d4-b028-fa0dbe087d56"},"resourceType":"DocumentReference"} +{"id":"020794b6-60c1-54d2-b248-6336b7c9cfd1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20504/analysis/NA20504.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001672#sample/cram"}],"status":"current","subject":{"reference":"Patient/e0700ca1-2c89-50d4-b028-fa0dbe087d56"},"resourceType":"DocumentReference"} +{"id":"4d9297d8-7159-5b79-a430-ea1cb21b984b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20505/analysis/NA20505.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001673#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3b44a9e9-9995-5485-aec3-5d6f0b385a2f"},"resourceType":"DocumentReference"} +{"id":"c0dd0043-2961-5886-9af5-134497140f48","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20505/analysis/NA20505.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001673#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3b44a9e9-9995-5485-aec3-5d6f0b385a2f"},"resourceType":"DocumentReference"} +{"id":"12efba11-eb3e-5705-887d-cd239b631b62","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20505/analysis/NA20505.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001673#sample/cram"}],"status":"current","subject":{"reference":"Patient/3b44a9e9-9995-5485-aec3-5d6f0b385a2f"},"resourceType":"DocumentReference"} +{"id":"5253fd15-f74c-5665-80a2-280f97abd95c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20506/analysis/NA20506.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001674#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/24645128-5fb2-5849-a646-e285885e4e2c"},"resourceType":"DocumentReference"} +{"id":"2385d3bb-c336-5fa1-9fc0-84f6b3526731","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20506/analysis/NA20506.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001674#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/24645128-5fb2-5849-a646-e285885e4e2c"},"resourceType":"DocumentReference"} +{"id":"8b59cba5-35ed-527d-929a-f28ea70c62b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20506/analysis/NA20506.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001674#sample/cram"}],"status":"current","subject":{"reference":"Patient/24645128-5fb2-5849-a646-e285885e4e2c"},"resourceType":"DocumentReference"} +{"id":"ade49036-0034-515e-bbe1-5e5a32a9dc2e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20507/analysis/NA20507.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001675#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a4ca6713-c19b-5a0e-9513-8b9b5f9ef77a"},"resourceType":"DocumentReference"} +{"id":"55b27d6f-4ac3-5f79-9fce-d27586cc12b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20507/analysis/NA20507.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001675#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a4ca6713-c19b-5a0e-9513-8b9b5f9ef77a"},"resourceType":"DocumentReference"} +{"id":"b66c3b84-24f3-5c18-a198-ffd8391beda1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20507/analysis/NA20507.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001675#sample/cram"}],"status":"current","subject":{"reference":"Patient/a4ca6713-c19b-5a0e-9513-8b9b5f9ef77a"},"resourceType":"DocumentReference"} +{"id":"4456f462-608d-52b8-988b-fe849397446f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20508/analysis/NA20508.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001676#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3f02297a-3ebf-5f21-92c4-19645b139403"},"resourceType":"DocumentReference"} +{"id":"1cabb882-4798-50d5-8246-f5d646f606df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20508/analysis/NA20508.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001676#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3f02297a-3ebf-5f21-92c4-19645b139403"},"resourceType":"DocumentReference"} +{"id":"187eb969-0e54-58b5-b6b6-c3af7d86a338","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20508/analysis/NA20508.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001676#sample/cram"}],"status":"current","subject":{"reference":"Patient/3f02297a-3ebf-5f21-92c4-19645b139403"},"resourceType":"DocumentReference"} +{"id":"3d15a5d4-8d8a-5024-9174-0cb558208fdb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20509/analysis/NA20509.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001677#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/db4cdf86-8ef9-53fc-a3d5-e09b4b8b98eb"},"resourceType":"DocumentReference"} +{"id":"db7e38de-78f2-57aa-831d-16b49ce5bbf7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20509/analysis/NA20509.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001677#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/db4cdf86-8ef9-53fc-a3d5-e09b4b8b98eb"},"resourceType":"DocumentReference"} +{"id":"8ff52592-4350-5d27-98ae-94cb3ad8f282","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20509/analysis/NA20509.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001677#sample/cram"}],"status":"current","subject":{"reference":"Patient/db4cdf86-8ef9-53fc-a3d5-e09b4b8b98eb"},"resourceType":"DocumentReference"} +{"id":"44da6249-98f1-5ffc-8e6b-631aba20363e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20510/analysis/NA20510.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001678#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/161572e0-9826-5b1c-b4b1-8da8eaaa2095"},"resourceType":"DocumentReference"} +{"id":"c3f6f24f-bc91-5681-b5ef-a189272d0a1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20510/analysis/NA20510.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001678#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/161572e0-9826-5b1c-b4b1-8da8eaaa2095"},"resourceType":"DocumentReference"} +{"id":"a4f09543-cc1e-59f3-8e6e-46a468c0b4e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20510/analysis/NA20510.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001678#sample/cram"}],"status":"current","subject":{"reference":"Patient/161572e0-9826-5b1c-b4b1-8da8eaaa2095"},"resourceType":"DocumentReference"} +{"id":"c759ee56-fa3e-5c91-8bd7-20352d26aa74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20511/analysis/NA20511.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001679#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/29850f81-bfaf-56d9-8758-df28fcbf1489"},"resourceType":"DocumentReference"} +{"id":"5a4aa5f3-b5f4-583e-9f52-566233435508","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20511/analysis/NA20511.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001679#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/29850f81-bfaf-56d9-8758-df28fcbf1489"},"resourceType":"DocumentReference"} +{"id":"630f6d13-3a23-5255-93ea-76b3cfdc8416","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20511/analysis/NA20511.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001679#sample/cram"}],"status":"current","subject":{"reference":"Patient/29850f81-bfaf-56d9-8758-df28fcbf1489"},"resourceType":"DocumentReference"} +{"id":"8fea3bf8-88ad-50c2-9779-8fef63b0040a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20512/analysis/NA20512.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001680#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3ccc3e39-fee6-5923-85a6-533a2f100e64"},"resourceType":"DocumentReference"} +{"id":"b29c6d48-a3ab-5bcf-ae67-081c4d6ee6f9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20512/analysis/NA20512.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001680#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3ccc3e39-fee6-5923-85a6-533a2f100e64"},"resourceType":"DocumentReference"} +{"id":"3f18c70d-d8d0-5b29-acd3-c9e795e74470","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20512/analysis/NA20512.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001680#sample/cram"}],"status":"current","subject":{"reference":"Patient/3ccc3e39-fee6-5923-85a6-533a2f100e64"},"resourceType":"DocumentReference"} +{"id":"71687c5b-1d1d-519c-b273-5de963cddc92","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20513/analysis/NA20513.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001681#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c4e47ff4-f7ec-57e7-b648-17e91265c705"},"resourceType":"DocumentReference"} +{"id":"207cd02b-855e-5473-86e9-42fe5c066c64","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20513/analysis/NA20513.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001681#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c4e47ff4-f7ec-57e7-b648-17e91265c705"},"resourceType":"DocumentReference"} +{"id":"99a9c318-3b44-53ed-b53e-d3a2c33ed8a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20513/analysis/NA20513.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001681#sample/cram"}],"status":"current","subject":{"reference":"Patient/c4e47ff4-f7ec-57e7-b648-17e91265c705"},"resourceType":"DocumentReference"} +{"id":"565441a9-0bd9-56db-8897-5bdb7edbf144","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20514/analysis/NA20514.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001682#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5b1584d7-69a6-5d11-8aa7-7e4ce82fd533"},"resourceType":"DocumentReference"} +{"id":"7873f37e-c2cd-5638-9c67-81b99b257ccc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20514/analysis/NA20514.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001682#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5b1584d7-69a6-5d11-8aa7-7e4ce82fd533"},"resourceType":"DocumentReference"} +{"id":"cde47dfc-b4b9-5b98-baf3-a85707fc86e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20514/analysis/NA20514.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001682#sample/cram"}],"status":"current","subject":{"reference":"Patient/5b1584d7-69a6-5d11-8aa7-7e4ce82fd533"},"resourceType":"DocumentReference"} +{"id":"84b86893-6e3c-5cca-802b-1eb32765f4ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20515/analysis/NA20515.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001683#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/41360a91-97d0-5208-a5f7-c39041bc301e"},"resourceType":"DocumentReference"} +{"id":"b78281d4-b0a4-509b-bde7-0263b8adaf6c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20515/analysis/NA20515.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001683#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/41360a91-97d0-5208-a5f7-c39041bc301e"},"resourceType":"DocumentReference"} +{"id":"6a1172c5-c87e-5ef3-8030-6e729834f288","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20515/analysis/NA20515.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001683#sample/cram"}],"status":"current","subject":{"reference":"Patient/41360a91-97d0-5208-a5f7-c39041bc301e"},"resourceType":"DocumentReference"} +{"id":"b4a4fde4-dd30-518d-aa0d-69f8718a70a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20516/analysis/NA20516.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001684#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e34e0e57-bdea-5593-9e54-c3e98839693f"},"resourceType":"DocumentReference"} +{"id":"33980bb9-fbd0-59e4-8bf1-647301f5d970","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20516/analysis/NA20516.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001684#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e34e0e57-bdea-5593-9e54-c3e98839693f"},"resourceType":"DocumentReference"} +{"id":"603b2594-c899-5c19-bc22-be48b49803b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20516/analysis/NA20516.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001684#sample/cram"}],"status":"current","subject":{"reference":"Patient/e34e0e57-bdea-5593-9e54-c3e98839693f"},"resourceType":"DocumentReference"} +{"id":"b82d0f8f-9717-5e57-8171-516f0cdb66b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20517/analysis/NA20517.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001685#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/97b38882-9c74-512d-847f-c316d8d6e913"},"resourceType":"DocumentReference"} +{"id":"bc9aed15-5d9e-5ec8-b2a0-d94459056e08","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20517/analysis/NA20517.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001685#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/97b38882-9c74-512d-847f-c316d8d6e913"},"resourceType":"DocumentReference"} +{"id":"eb9e6e4c-326c-55c6-ab23-aeffbd87fb4b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20517/analysis/NA20517.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001685#sample/cram"}],"status":"current","subject":{"reference":"Patient/97b38882-9c74-512d-847f-c316d8d6e913"},"resourceType":"DocumentReference"} +{"id":"30ca3a70-5f73-5031-a94d-82174c71579b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20518/analysis/NA20518.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001686#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/91dba586-ea4e-57a4-9e19-c09f3cec0cc9"},"resourceType":"DocumentReference"} +{"id":"be54af92-5406-5a5e-8582-1a23ebad35c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20518/analysis/NA20518.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001686#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/91dba586-ea4e-57a4-9e19-c09f3cec0cc9"},"resourceType":"DocumentReference"} +{"id":"fdb9fe5f-3aa0-57d1-85d7-a046b369201a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20518/analysis/NA20518.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001686#sample/cram"}],"status":"current","subject":{"reference":"Patient/91dba586-ea4e-57a4-9e19-c09f3cec0cc9"},"resourceType":"DocumentReference"} +{"id":"9521c91e-a8dd-5a50-ae6d-291fff82d62a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20519/analysis/NA20519.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001687#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/735e94a2-55f4-5a8a-90f9-8bd2bed09dff"},"resourceType":"DocumentReference"} +{"id":"d9ce592c-1dc8-5b1d-8264-b654650c32ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20519/analysis/NA20519.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001687#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/735e94a2-55f4-5a8a-90f9-8bd2bed09dff"},"resourceType":"DocumentReference"} +{"id":"67496cbf-9e59-56a1-a95e-dadf9add721c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20519/analysis/NA20519.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001687#sample/cram"}],"status":"current","subject":{"reference":"Patient/735e94a2-55f4-5a8a-90f9-8bd2bed09dff"},"resourceType":"DocumentReference"} +{"id":"95ef9e23-1fe4-50ac-8678-e2cd5e1f74f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20520/analysis/NA20520.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001688#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d2f8f1de-b1f6-5f4b-90aa-8250d3920695"},"resourceType":"DocumentReference"} +{"id":"340a74fb-6525-5d3c-96c0-0a5d9e954c74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20520/analysis/NA20520.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001688#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d2f8f1de-b1f6-5f4b-90aa-8250d3920695"},"resourceType":"DocumentReference"} +{"id":"1ad3d1fe-ea5b-5346-ba4e-9fc6f2b51181","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20520/analysis/NA20520.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001688#sample/cram"}],"status":"current","subject":{"reference":"Patient/d2f8f1de-b1f6-5f4b-90aa-8250d3920695"},"resourceType":"DocumentReference"} +{"id":"fe9f2502-30f9-5e44-b63e-f3449f57cca5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20521/analysis/NA20521.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001689#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/672fc657-db26-5449-8ecd-de717041f9d5"},"resourceType":"DocumentReference"} +{"id":"97c32fd9-b834-5cfd-a6ed-9c8f1ab8dcfb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20521/analysis/NA20521.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001689#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/672fc657-db26-5449-8ecd-de717041f9d5"},"resourceType":"DocumentReference"} +{"id":"fea02184-d23b-5c0a-b864-33dc6551a560","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20521/analysis/NA20521.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001689#sample/cram"}],"status":"current","subject":{"reference":"Patient/672fc657-db26-5449-8ecd-de717041f9d5"},"resourceType":"DocumentReference"} +{"id":"95eada6b-6986-59e8-9218-035250da6ccc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20522/analysis/NA20522.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001690#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e698a3ad-6e7a-5b1d-b342-1b07049379bf"},"resourceType":"DocumentReference"} +{"id":"8289ed08-dd07-5d3d-9671-29939c5baeb7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20522/analysis/NA20522.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001690#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e698a3ad-6e7a-5b1d-b342-1b07049379bf"},"resourceType":"DocumentReference"} +{"id":"65700c39-e62f-5f18-ab71-37f0aa61f649","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20522/analysis/NA20522.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001690#sample/cram"}],"status":"current","subject":{"reference":"Patient/e698a3ad-6e7a-5b1d-b342-1b07049379bf"},"resourceType":"DocumentReference"} +{"id":"aebfe59f-9738-56bd-b56c-ffdd38db728b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20524/analysis/NA20524.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001691#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e9f3b06d-9dc9-5132-a890-7239becf39c4"},"resourceType":"DocumentReference"} +{"id":"0f3c11f0-80d4-5252-9459-dfd7a60d0800","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20524/analysis/NA20524.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001691#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e9f3b06d-9dc9-5132-a890-7239becf39c4"},"resourceType":"DocumentReference"} +{"id":"cdad0532-acc9-546c-8d43-4f71dbfd372b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20524/analysis/NA20524.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001691#sample/cram"}],"status":"current","subject":{"reference":"Patient/e9f3b06d-9dc9-5132-a890-7239becf39c4"},"resourceType":"DocumentReference"} +{"id":"ad2227ee-c34d-5577-8f37-b7e1c2233b7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20525/analysis/NA20525.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001692#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/12745246-0776-5015-8743-d2c217d7d7f3"},"resourceType":"DocumentReference"} +{"id":"54522bfd-d8e1-500f-a859-a65c4ef4ad41","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20525/analysis/NA20525.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001692#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/12745246-0776-5015-8743-d2c217d7d7f3"},"resourceType":"DocumentReference"} +{"id":"7f69e8f8-d5bf-5f69-add1-e607f76abba6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20525/analysis/NA20525.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001692#sample/cram"}],"status":"current","subject":{"reference":"Patient/12745246-0776-5015-8743-d2c217d7d7f3"},"resourceType":"DocumentReference"} +{"id":"e0fad4dd-8c62-59fb-a66a-b4ae21bcc4e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20527/analysis/NA20527.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001694#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/070ab54a-697f-5937-8886-fa2e720f15b4"},"resourceType":"DocumentReference"} +{"id":"8540c5ae-540b-548d-887e-e2295cc226f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20527/analysis/NA20527.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001694#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/070ab54a-697f-5937-8886-fa2e720f15b4"},"resourceType":"DocumentReference"} +{"id":"edfe14f3-bb15-574b-bc3d-17e90db1a04e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20527/analysis/NA20527.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001694#sample/cram"}],"status":"current","subject":{"reference":"Patient/070ab54a-697f-5937-8886-fa2e720f15b4"},"resourceType":"DocumentReference"} +{"id":"1b216ec4-399d-559b-9ba4-bc942c8a0247","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20528/analysis/NA20528.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001695#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fba04281-6b1d-520b-90a4-22dd97968e5a"},"resourceType":"DocumentReference"} +{"id":"489f975e-e3c5-5ebd-acc2-b48a8e940673","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20528/analysis/NA20528.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001695#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fba04281-6b1d-520b-90a4-22dd97968e5a"},"resourceType":"DocumentReference"} +{"id":"4f85f346-c667-5734-9b81-deecc31e03fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20528/analysis/NA20528.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001695#sample/cram"}],"status":"current","subject":{"reference":"Patient/fba04281-6b1d-520b-90a4-22dd97968e5a"},"resourceType":"DocumentReference"} +{"id":"2a58863f-68a0-5cc6-b072-e8030a53b4b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20529/analysis/NA20529.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001696#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3399e9e1-9e4d-536d-ab87-e87a5a2a624f"},"resourceType":"DocumentReference"} +{"id":"5e48c6c2-b465-5d49-812d-65510d71e9c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20529/analysis/NA20529.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001696#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3399e9e1-9e4d-536d-ab87-e87a5a2a624f"},"resourceType":"DocumentReference"} +{"id":"cfc0f4bd-f27f-5895-ad0e-2b3c9a9e367c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20529/analysis/NA20529.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001696#sample/cram"}],"status":"current","subject":{"reference":"Patient/3399e9e1-9e4d-536d-ab87-e87a5a2a624f"},"resourceType":"DocumentReference"} +{"id":"efc6dfa1-5347-5d68-94a9-e3e8e7303ec6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20530/analysis/NA20530.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001697#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/819a8842-2221-5b39-9782-349d7f2ccf95"},"resourceType":"DocumentReference"} +{"id":"b52f25c9-f0a8-590d-8c2f-6e89dac23628","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20530/analysis/NA20530.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001697#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/819a8842-2221-5b39-9782-349d7f2ccf95"},"resourceType":"DocumentReference"} +{"id":"ee9fe2e6-b227-51f7-85da-3996237b09fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20530/analysis/NA20530.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001697#sample/cram"}],"status":"current","subject":{"reference":"Patient/819a8842-2221-5b39-9782-349d7f2ccf95"},"resourceType":"DocumentReference"} +{"id":"0e71e072-1b1e-508d-973c-4f71f366e6e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20531/analysis/NA20531.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001698#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3c60ae47-abb7-5327-9801-3136a35540b3"},"resourceType":"DocumentReference"} +{"id":"c382bae5-2302-5509-9e24-34826a97180f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20531/analysis/NA20531.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001698#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3c60ae47-abb7-5327-9801-3136a35540b3"},"resourceType":"DocumentReference"} +{"id":"5bf4acaa-d2d6-5bd0-893f-1c028fd0ab5f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20531/analysis/NA20531.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001698#sample/cram"}],"status":"current","subject":{"reference":"Patient/3c60ae47-abb7-5327-9801-3136a35540b3"},"resourceType":"DocumentReference"} +{"id":"73b671c6-6699-5620-abb3-f1197cf3825d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20532/analysis/NA20532.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001699#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/56ad1325-8f40-5c9e-8afc-67a97a47a436"},"resourceType":"DocumentReference"} +{"id":"005a2762-bcfa-5d8f-a48b-a8662c1d1111","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20532/analysis/NA20532.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001699#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/56ad1325-8f40-5c9e-8afc-67a97a47a436"},"resourceType":"DocumentReference"} +{"id":"bd0d95ed-2ea0-526b-8c31-1a77419836d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20532/analysis/NA20532.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001699#sample/cram"}],"status":"current","subject":{"reference":"Patient/56ad1325-8f40-5c9e-8afc-67a97a47a436"},"resourceType":"DocumentReference"} +{"id":"e00be8ea-94fa-51c5-9b2e-d431bff3f362","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20533/analysis/NA20533.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001700#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5d2c9d8e-0304-56c0-b6cb-173b493cc5ad"},"resourceType":"DocumentReference"} +{"id":"a3c251de-e32d-57ab-9d17-99ae3c9e9630","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20533/analysis/NA20533.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001700#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5d2c9d8e-0304-56c0-b6cb-173b493cc5ad"},"resourceType":"DocumentReference"} +{"id":"06944c75-dae7-57ae-bcc7-9d50798579c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20533/analysis/NA20533.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001700#sample/cram"}],"status":"current","subject":{"reference":"Patient/5d2c9d8e-0304-56c0-b6cb-173b493cc5ad"},"resourceType":"DocumentReference"} +{"id":"ef111a34-9a14-5785-bbe8-8f12e0abc14e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20534/analysis/NA20534.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001701#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3e64bfba-bb57-5a46-8dc7-82adc28ee58e"},"resourceType":"DocumentReference"} +{"id":"99390e07-6a89-58d3-9def-0ce336da200a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20534/analysis/NA20534.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001701#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3e64bfba-bb57-5a46-8dc7-82adc28ee58e"},"resourceType":"DocumentReference"} +{"id":"b945ebfa-3bfc-5b85-a3f9-917a47727e6c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20534/analysis/NA20534.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001701#sample/cram"}],"status":"current","subject":{"reference":"Patient/3e64bfba-bb57-5a46-8dc7-82adc28ee58e"},"resourceType":"DocumentReference"} +{"id":"4238647b-b974-5af7-9357-86581b4fd880","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20535/analysis/NA20535.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001702#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/edac87d0-7e5a-5010-976a-481ac92e737b"},"resourceType":"DocumentReference"} +{"id":"fa00caa1-fbae-5efb-9d71-9b8fef795cbc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20535/analysis/NA20535.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001702#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/edac87d0-7e5a-5010-976a-481ac92e737b"},"resourceType":"DocumentReference"} +{"id":"5faa279d-2803-521b-bfa9-f81de311152c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20535/analysis/NA20535.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001702#sample/cram"}],"status":"current","subject":{"reference":"Patient/edac87d0-7e5a-5010-976a-481ac92e737b"},"resourceType":"DocumentReference"} +{"id":"3a0b5872-ac14-537b-8da9-ba306600c2e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20536/analysis/NA20536.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001703#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f9d45b0b-31ca-5069-ba5b-6ec6ec52c9b5"},"resourceType":"DocumentReference"} +{"id":"3a3c21dc-eccd-57db-b5a4-8676f9cb5930","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20536/analysis/NA20536.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001703#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f9d45b0b-31ca-5069-ba5b-6ec6ec52c9b5"},"resourceType":"DocumentReference"} +{"id":"64cce6cd-598f-50dd-bc0a-7e5e01caada8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20536/analysis/NA20536.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001703#sample/cram"}],"status":"current","subject":{"reference":"Patient/f9d45b0b-31ca-5069-ba5b-6ec6ec52c9b5"},"resourceType":"DocumentReference"} +{"id":"cbc08222-4f2e-5f99-bd86-8f372ce69429","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20538/analysis/NA20538.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001705#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/91173e82-aa1a-5d03-bc56-7473f1eb6090"},"resourceType":"DocumentReference"} +{"id":"97b70ad6-5e92-50bc-91a7-fa1e6fb01b99","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20538/analysis/NA20538.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001705#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/91173e82-aa1a-5d03-bc56-7473f1eb6090"},"resourceType":"DocumentReference"} +{"id":"e4f159a0-93c1-59d4-937e-f606ea29b915","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20538/analysis/NA20538.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001705#sample/cram"}],"status":"current","subject":{"reference":"Patient/91173e82-aa1a-5d03-bc56-7473f1eb6090"},"resourceType":"DocumentReference"} +{"id":"8517283c-8a4e-519b-8c23-c8a7536956df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20539/analysis/NA20539.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001706#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f2e6c468-8c9c-5b81-b8a4-9d50144b4802"},"resourceType":"DocumentReference"} +{"id":"94385c95-c0cb-50c6-8471-3c5abfc42190","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20539/analysis/NA20539.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001706#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f2e6c468-8c9c-5b81-b8a4-9d50144b4802"},"resourceType":"DocumentReference"} +{"id":"3167d414-00e3-5829-84c5-8721735e2e84","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20539/analysis/NA20539.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001706#sample/cram"}],"status":"current","subject":{"reference":"Patient/f2e6c468-8c9c-5b81-b8a4-9d50144b4802"},"resourceType":"DocumentReference"} +{"id":"c97ce026-d231-59b7-8a53-003cd1bb44cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20540/analysis/NA20540.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001707#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eba19c29-6654-5b3d-b43c-95800c3acb2d"},"resourceType":"DocumentReference"} +{"id":"44d3fe9a-dc1d-54cf-a99c-da3bf7a7cb58","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20540/analysis/NA20540.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001707#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eba19c29-6654-5b3d-b43c-95800c3acb2d"},"resourceType":"DocumentReference"} +{"id":"94cf7241-449b-5e37-9521-c2fd4d508a2c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20540/analysis/NA20540.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001707#sample/cram"}],"status":"current","subject":{"reference":"Patient/eba19c29-6654-5b3d-b43c-95800c3acb2d"},"resourceType":"DocumentReference"} +{"id":"21408b4f-18e5-5449-8f45-cc7214e25429","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20541/analysis/NA20541.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001708#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bdb28e85-3840-5320-b061-dc1001298b6e"},"resourceType":"DocumentReference"} +{"id":"8b23cf6a-9af2-5ec1-affe-3ec174d887f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20541/analysis/NA20541.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001708#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bdb28e85-3840-5320-b061-dc1001298b6e"},"resourceType":"DocumentReference"} +{"id":"25bc8485-43a8-514b-82d4-1503cf24c3b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20541/analysis/NA20541.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001708#sample/cram"}],"status":"current","subject":{"reference":"Patient/bdb28e85-3840-5320-b061-dc1001298b6e"},"resourceType":"DocumentReference"} +{"id":"d20116d3-f855-5040-afb6-c9fabf544e13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20542/analysis/NA20542.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001709#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1c10febb-3e4d-5517-89e9-010de39ffc86"},"resourceType":"DocumentReference"} +{"id":"b762428d-1747-5781-bba4-5098d09bd804","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20542/analysis/NA20542.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001709#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1c10febb-3e4d-5517-89e9-010de39ffc86"},"resourceType":"DocumentReference"} +{"id":"0f2936a2-662f-5379-bac2-a4a7fadf0f36","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20542/analysis/NA20542.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001709#sample/cram"}],"status":"current","subject":{"reference":"Patient/1c10febb-3e4d-5517-89e9-010de39ffc86"},"resourceType":"DocumentReference"} +{"id":"94ec3713-682a-5142-b0c6-b8b31ed3116f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20543/analysis/NA20543.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001710#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0e7db9ea-1223-5ede-a3ed-e4935cc1da24"},"resourceType":"DocumentReference"} +{"id":"91ed3514-13ef-5151-bbe8-64bb8dce6d35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20543/analysis/NA20543.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001710#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0e7db9ea-1223-5ede-a3ed-e4935cc1da24"},"resourceType":"DocumentReference"} +{"id":"c148b9a8-8418-5581-a104-f4a3cbcb6f53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20543/analysis/NA20543.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001710#sample/cram"}],"status":"current","subject":{"reference":"Patient/0e7db9ea-1223-5ede-a3ed-e4935cc1da24"},"resourceType":"DocumentReference"} +{"id":"d55a6ba1-368c-5b02-8e5c-d775d0cad9e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20544/analysis/NA20544.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001711#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/52486580-9ec6-5596-a670-34b8d1e2e411"},"resourceType":"DocumentReference"} +{"id":"54562865-9257-5b20-95f5-14c812b50c49","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20544/analysis/NA20544.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001711#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/52486580-9ec6-5596-a670-34b8d1e2e411"},"resourceType":"DocumentReference"} +{"id":"0135d3b3-006a-5458-8fa3-c4e8fee85bd5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20544/analysis/NA20544.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001711#sample/cram"}],"status":"current","subject":{"reference":"Patient/52486580-9ec6-5596-a670-34b8d1e2e411"},"resourceType":"DocumentReference"} +{"id":"ab388575-a3b3-5fc8-8f2c-30ce14ece46b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20581/analysis/NA20581.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001712#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2661171a-0a65-590f-9ea8-c0c6618f299b"},"resourceType":"DocumentReference"} +{"id":"6d2a812c-89e3-56e7-bef5-86fa340287ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20581/analysis/NA20581.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001712#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2661171a-0a65-590f-9ea8-c0c6618f299b"},"resourceType":"DocumentReference"} +{"id":"8f214735-e166-56e6-962d-3d244a5925f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20581/analysis/NA20581.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001712#sample/cram"}],"status":"current","subject":{"reference":"Patient/2661171a-0a65-590f-9ea8-c0c6618f299b"},"resourceType":"DocumentReference"} +{"id":"da910c42-acd3-5ee3-9c66-a122730aaed4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20582/analysis/NA20582.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001713#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c98a1aab-ea7b-59c1-afaf-ea2fbe5010d0"},"resourceType":"DocumentReference"} +{"id":"bf57ba2e-1bd1-50ed-9000-7f3cdd9e7906","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20582/analysis/NA20582.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001713#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c98a1aab-ea7b-59c1-afaf-ea2fbe5010d0"},"resourceType":"DocumentReference"} +{"id":"409b6bf8-497f-5948-bb8e-281d181aadb6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20582/analysis/NA20582.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001713#sample/cram"}],"status":"current","subject":{"reference":"Patient/c98a1aab-ea7b-59c1-afaf-ea2fbe5010d0"},"resourceType":"DocumentReference"} +{"id":"baf5190d-7031-5836-8eb7-3e85f61f600a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20585/analysis/NA20585.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001714#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5915843e-bcfc-5a2c-8168-b2a5749c2382"},"resourceType":"DocumentReference"} +{"id":"3f14caef-6934-58c7-9b94-891d69080143","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20585/analysis/NA20585.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001714#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5915843e-bcfc-5a2c-8168-b2a5749c2382"},"resourceType":"DocumentReference"} +{"id":"ab5608d3-6948-5013-8693-b02d1e9b0bec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20585/analysis/NA20585.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001714#sample/cram"}],"status":"current","subject":{"reference":"Patient/5915843e-bcfc-5a2c-8168-b2a5749c2382"},"resourceType":"DocumentReference"} +{"id":"8b462ae2-2470-58ea-9c17-13159dca76f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20586/analysis/NA20586.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001715#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d7a44e91-2ed4-5e56-ae6b-86c2aa755747"},"resourceType":"DocumentReference"} +{"id":"cf94e1f6-2589-59fc-9c3e-6fe6456f51cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20586/analysis/NA20586.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001715#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d7a44e91-2ed4-5e56-ae6b-86c2aa755747"},"resourceType":"DocumentReference"} +{"id":"8240491b-03bd-55a5-b797-ae2eeec959f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20586/analysis/NA20586.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001715#sample/cram"}],"status":"current","subject":{"reference":"Patient/d7a44e91-2ed4-5e56-ae6b-86c2aa755747"},"resourceType":"DocumentReference"} +{"id":"d76088d3-65a8-5cbe-b510-0f9e604e0a0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20587/analysis/NA20587.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001716#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/63c8c2ed-6d79-5ff9-bf5c-2537fb4ca6f0"},"resourceType":"DocumentReference"} +{"id":"55270b65-b9ee-5881-b604-ce83e1cf9360","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20587/analysis/NA20587.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001716#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/63c8c2ed-6d79-5ff9-bf5c-2537fb4ca6f0"},"resourceType":"DocumentReference"} +{"id":"76d302d4-5ea6-5ee2-94c8-d694452413e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20587/analysis/NA20587.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001716#sample/cram"}],"status":"current","subject":{"reference":"Patient/63c8c2ed-6d79-5ff9-bf5c-2537fb4ca6f0"},"resourceType":"DocumentReference"} +{"id":"cd8c12b1-04a6-5ca5-b21e-314e48c7a17c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20588/analysis/NA20588.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001717#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0d30a1c4-6d00-54ea-ad7a-9eea9bbb16df"},"resourceType":"DocumentReference"} +{"id":"d30bd258-77f1-56c1-837d-bc754177b111","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20588/analysis/NA20588.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001717#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0d30a1c4-6d00-54ea-ad7a-9eea9bbb16df"},"resourceType":"DocumentReference"} +{"id":"0a5228be-520f-5156-8f85-5fe2cfa2f66b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20588/analysis/NA20588.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001717#sample/cram"}],"status":"current","subject":{"reference":"Patient/0d30a1c4-6d00-54ea-ad7a-9eea9bbb16df"},"resourceType":"DocumentReference"} +{"id":"d61df069-bb4f-5c7d-90cd-fbb14108b204","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20589/analysis/NA20589.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001718#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f76eba10-d261-5249-b334-6abf17d7306f"},"resourceType":"DocumentReference"} +{"id":"565bc7fc-fff9-5d50-b2c2-eb115e98adc0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20589/analysis/NA20589.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001718#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f76eba10-d261-5249-b334-6abf17d7306f"},"resourceType":"DocumentReference"} +{"id":"468f680e-e90e-580b-8dfb-85042bcba426","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20589/analysis/NA20589.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001718#sample/cram"}],"status":"current","subject":{"reference":"Patient/f76eba10-d261-5249-b334-6abf17d7306f"},"resourceType":"DocumentReference"} +{"id":"fc0bd26a-531c-593a-b652-9a6fda4860c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20752/analysis/NA20752.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001719#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4dc788de-3777-503a-98b0-c8d2f4b4bbff"},"resourceType":"DocumentReference"} +{"id":"f847f5fc-6b23-5ee2-98ae-be4a70f031f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20752/analysis/NA20752.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001719#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4dc788de-3777-503a-98b0-c8d2f4b4bbff"},"resourceType":"DocumentReference"} +{"id":"e2bbfc67-d0ef-5624-930c-497752b3ecdb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20752/analysis/NA20752.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001719#sample/cram"}],"status":"current","subject":{"reference":"Patient/4dc788de-3777-503a-98b0-c8d2f4b4bbff"},"resourceType":"DocumentReference"} +{"id":"6a7b44a4-04fe-5560-94ec-dcdbc958ab70","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20753/analysis/NA20753.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001720#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/64856352-5886-59e6-bd2e-479070fc385f"},"resourceType":"DocumentReference"} +{"id":"cf93a3a4-025d-5fd6-b4f7-90a919379d5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20753/analysis/NA20753.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001720#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/64856352-5886-59e6-bd2e-479070fc385f"},"resourceType":"DocumentReference"} +{"id":"5efaa20c-edfd-5599-9f6a-b4984402fadf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20753/analysis/NA20753.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001720#sample/cram"}],"status":"current","subject":{"reference":"Patient/64856352-5886-59e6-bd2e-479070fc385f"},"resourceType":"DocumentReference"} +{"id":"4b1c2d35-e5ba-5103-b935-c49b6732588b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20754/analysis/NA20754.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001721#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f92f19da-b79d-5529-ac75-f434244d9f7f"},"resourceType":"DocumentReference"} +{"id":"cd14fd91-e45c-5b13-978a-d9f9b13cc3b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20754/analysis/NA20754.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001721#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f92f19da-b79d-5529-ac75-f434244d9f7f"},"resourceType":"DocumentReference"} +{"id":"aac45989-ee6a-5ab0-a74a-503967dbd02c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20754/analysis/NA20754.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001721#sample/cram"}],"status":"current","subject":{"reference":"Patient/f92f19da-b79d-5529-ac75-f434244d9f7f"},"resourceType":"DocumentReference"} +{"id":"c49ac06a-c3d4-5a78-ade4-f88f9256f79b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20755/analysis/NA20755.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001722#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9a97026c-2820-5a7d-9c2f-a1d604b8b553"},"resourceType":"DocumentReference"} +{"id":"6a510e90-7e95-539f-b6d2-9e17974893b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20755/analysis/NA20755.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001722#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9a97026c-2820-5a7d-9c2f-a1d604b8b553"},"resourceType":"DocumentReference"} +{"id":"cf3a7ae2-f477-50c1-b7ad-b9b30557b3c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20755/analysis/NA20755.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001722#sample/cram"}],"status":"current","subject":{"reference":"Patient/9a97026c-2820-5a7d-9c2f-a1d604b8b553"},"resourceType":"DocumentReference"} +{"id":"7c829d20-d8c1-5eb7-a43c-5011580ef97c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20756/analysis/NA20756.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001723#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/08632c8e-f32d-5ec0-b548-2e04a566d5c5"},"resourceType":"DocumentReference"} +{"id":"d7d0e8da-1840-55c7-a177-504fbca9601f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20756/analysis/NA20756.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001723#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/08632c8e-f32d-5ec0-b548-2e04a566d5c5"},"resourceType":"DocumentReference"} +{"id":"719bef31-fb9d-51e4-884e-34af0b2e8d56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20756/analysis/NA20756.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001723#sample/cram"}],"status":"current","subject":{"reference":"Patient/08632c8e-f32d-5ec0-b548-2e04a566d5c5"},"resourceType":"DocumentReference"} +{"id":"2384d421-773d-5d8d-bfd2-257bbcc0004c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20757/analysis/NA20757.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001724#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3204c712-6508-5ff4-be19-56a6b1e41732"},"resourceType":"DocumentReference"} +{"id":"11544533-44e2-5e7b-a014-a9a22f2c2624","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20757/analysis/NA20757.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001724#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3204c712-6508-5ff4-be19-56a6b1e41732"},"resourceType":"DocumentReference"} +{"id":"79c5930d-1d33-5905-a98d-603fbdb7010d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20757/analysis/NA20757.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001724#sample/cram"}],"status":"current","subject":{"reference":"Patient/3204c712-6508-5ff4-be19-56a6b1e41732"},"resourceType":"DocumentReference"} +{"id":"7103b6fb-fd8d-5006-aaaf-edddea0187fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20758/analysis/NA20758.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001725#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/32e15d5c-2424-52bf-8951-8191fbfb942a"},"resourceType":"DocumentReference"} +{"id":"aa272a37-422c-51f2-9a90-2bf48843e2c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20758/analysis/NA20758.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001725#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/32e15d5c-2424-52bf-8951-8191fbfb942a"},"resourceType":"DocumentReference"} +{"id":"4874098b-886f-5481-924a-945ddd57dd6d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20758/analysis/NA20758.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001725#sample/cram"}],"status":"current","subject":{"reference":"Patient/32e15d5c-2424-52bf-8951-8191fbfb942a"},"resourceType":"DocumentReference"} +{"id":"f6657c1f-9539-5f54-8616-2163a363ea2c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20759/analysis/NA20759.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001726#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/28da9df6-03fb-5bce-bd73-d25380deaa5f"},"resourceType":"DocumentReference"} +{"id":"d49dd2ea-8b34-56ca-a3e7-061898a61855","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20759/analysis/NA20759.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001726#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/28da9df6-03fb-5bce-bd73-d25380deaa5f"},"resourceType":"DocumentReference"} +{"id":"e96c9546-3978-56ac-9a74-df43c4f4e18e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20759/analysis/NA20759.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001726#sample/cram"}],"status":"current","subject":{"reference":"Patient/28da9df6-03fb-5bce-bd73-d25380deaa5f"},"resourceType":"DocumentReference"} +{"id":"21ee8c05-d587-59f2-a960-197c68330921","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20760/analysis/NA20760.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001727#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f17e31db-d462-55a7-883f-920619d85745"},"resourceType":"DocumentReference"} +{"id":"bdcb9314-5300-5bd6-a501-30418f2fc283","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20760/analysis/NA20760.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001727#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f17e31db-d462-55a7-883f-920619d85745"},"resourceType":"DocumentReference"} +{"id":"8dc3444c-048a-5358-9239-214a67ff9123","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20760/analysis/NA20760.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001727#sample/cram"}],"status":"current","subject":{"reference":"Patient/f17e31db-d462-55a7-883f-920619d85745"},"resourceType":"DocumentReference"} +{"id":"67a4c3cf-a089-5676-b4e9-210c534ad5fc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20761/analysis/NA20761.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001728#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b0efa63b-6c01-5187-8dc4-3d4d53463e05"},"resourceType":"DocumentReference"} +{"id":"a8ab19d1-cb2d-5de0-bbfd-ad5ece54e949","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20761/analysis/NA20761.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001728#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b0efa63b-6c01-5187-8dc4-3d4d53463e05"},"resourceType":"DocumentReference"} +{"id":"a7df5f59-0165-56f4-a2b4-c98b5675b9e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20761/analysis/NA20761.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001728#sample/cram"}],"status":"current","subject":{"reference":"Patient/b0efa63b-6c01-5187-8dc4-3d4d53463e05"},"resourceType":"DocumentReference"} +{"id":"7de974e7-6d0f-582b-af2e-c2ecc5d570ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20762/analysis/NA20762.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001729#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e7f1dfcb-e91c-52bc-baac-4eb3afb292bc"},"resourceType":"DocumentReference"} +{"id":"f488b5e4-40d6-56f1-8860-e07b23e49203","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20762/analysis/NA20762.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001729#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e7f1dfcb-e91c-52bc-baac-4eb3afb292bc"},"resourceType":"DocumentReference"} +{"id":"c4a6876e-4805-5eba-a874-9e64a095dd19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20762/analysis/NA20762.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001729#sample/cram"}],"status":"current","subject":{"reference":"Patient/e7f1dfcb-e91c-52bc-baac-4eb3afb292bc"},"resourceType":"DocumentReference"} +{"id":"9ba39857-885c-5c13-88c3-dd747eb17eb7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20763/analysis/NA20763.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001730#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/496afc73-1394-5815-a390-0d3af4f48fc1"},"resourceType":"DocumentReference"} +{"id":"6d4fc6b7-00c8-5c47-a6c1-0904d75ad14f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20763/analysis/NA20763.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001730#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/496afc73-1394-5815-a390-0d3af4f48fc1"},"resourceType":"DocumentReference"} +{"id":"c9dfa09a-d074-5050-a055-ede9398a301b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20763/analysis/NA20763.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001730#sample/cram"}],"status":"current","subject":{"reference":"Patient/496afc73-1394-5815-a390-0d3af4f48fc1"},"resourceType":"DocumentReference"} +{"id":"092c653c-309d-5745-86ec-5c9b5974dd85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20764/analysis/NA20764.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001731#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6cbd09e8-72d4-5b38-a518-813a1201ff5b"},"resourceType":"DocumentReference"} +{"id":"a8897f07-bc4d-5e76-b039-7dcf2da6fd73","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20764/analysis/NA20764.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001731#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6cbd09e8-72d4-5b38-a518-813a1201ff5b"},"resourceType":"DocumentReference"} +{"id":"93f8494d-2b6e-5ff9-a0dc-a74056dc3a50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20764/analysis/NA20764.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001731#sample/cram"}],"status":"current","subject":{"reference":"Patient/6cbd09e8-72d4-5b38-a518-813a1201ff5b"},"resourceType":"DocumentReference"} +{"id":"f86a250c-8583-5e7e-8d57-8623f9ad0a8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20765/analysis/NA20765.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001732#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2c94b7a4-73bd-5a1f-9774-c486eba1b934"},"resourceType":"DocumentReference"} +{"id":"ee41b621-149e-551d-8126-c679b5aaddee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20765/analysis/NA20765.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001732#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2c94b7a4-73bd-5a1f-9774-c486eba1b934"},"resourceType":"DocumentReference"} +{"id":"0170301d-a33a-5dfc-ac2c-b8a342414808","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20765/analysis/NA20765.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001732#sample/cram"}],"status":"current","subject":{"reference":"Patient/2c94b7a4-73bd-5a1f-9774-c486eba1b934"},"resourceType":"DocumentReference"} +{"id":"8d51c0b1-c236-5f6e-8fc1-b4acb7f4a2f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20766/analysis/NA20766.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001733#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c7c59c92-74b4-5672-9477-1bd11ad51334"},"resourceType":"DocumentReference"} +{"id":"9a5ea4c7-035e-5cb0-92c0-d34d2f23bd83","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20766/analysis/NA20766.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001733#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c7c59c92-74b4-5672-9477-1bd11ad51334"},"resourceType":"DocumentReference"} +{"id":"8c049361-3960-5be3-ba00-1112544fdcd0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20766/analysis/NA20766.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001733#sample/cram"}],"status":"current","subject":{"reference":"Patient/c7c59c92-74b4-5672-9477-1bd11ad51334"},"resourceType":"DocumentReference"} +{"id":"a7e8ee65-f5cb-5837-a305-e0b0c90eef95","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20767/analysis/NA20767.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001734#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1a574078-d401-5e0e-b8c6-320d620ec6cb"},"resourceType":"DocumentReference"} +{"id":"b0950ecc-900e-505d-828d-d2ebfd6dfff5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20767/analysis/NA20767.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001734#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1a574078-d401-5e0e-b8c6-320d620ec6cb"},"resourceType":"DocumentReference"} +{"id":"a08af4f7-8f35-51ff-89d6-33a57b2d519f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20767/analysis/NA20767.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001734#sample/cram"}],"status":"current","subject":{"reference":"Patient/1a574078-d401-5e0e-b8c6-320d620ec6cb"},"resourceType":"DocumentReference"} +{"id":"a5c1fbc5-8f6b-594a-9e4f-3d9e232a01ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20768/analysis/NA20768.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001735#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0c35992d-a955-5f9c-959d-067b88e75349"},"resourceType":"DocumentReference"} +{"id":"67317cc8-5436-5c29-8978-9a79143b6451","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20768/analysis/NA20768.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001735#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0c35992d-a955-5f9c-959d-067b88e75349"},"resourceType":"DocumentReference"} +{"id":"47ac25dd-a2de-5ff6-806e-aa2023b40254","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20768/analysis/NA20768.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001735#sample/cram"}],"status":"current","subject":{"reference":"Patient/0c35992d-a955-5f9c-959d-067b88e75349"},"resourceType":"DocumentReference"} +{"id":"7d1a264c-0563-5c46-99ef-be4cf39ee4f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20769/analysis/NA20769.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001736#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f6de56a9-ccc0-5ac0-9c74-1047673a03b6"},"resourceType":"DocumentReference"} +{"id":"fbdb28ae-b6b2-5efb-bc2a-ab2dac6a410f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20769/analysis/NA20769.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001736#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f6de56a9-ccc0-5ac0-9c74-1047673a03b6"},"resourceType":"DocumentReference"} +{"id":"9ebea181-e0a9-5507-a770-d0a20703557c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20769/analysis/NA20769.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001736#sample/cram"}],"status":"current","subject":{"reference":"Patient/f6de56a9-ccc0-5ac0-9c74-1047673a03b6"},"resourceType":"DocumentReference"} +{"id":"f771f002-d163-5e23-8927-c790a69c9d54","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20770/analysis/NA20770.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001737#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8d7289e1-040e-591f-80ad-9aecf2efb10f"},"resourceType":"DocumentReference"} +{"id":"5897bd24-f4a3-533a-82cc-12e871e2cbd0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20770/analysis/NA20770.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001737#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8d7289e1-040e-591f-80ad-9aecf2efb10f"},"resourceType":"DocumentReference"} +{"id":"bcebf1e3-9e8c-5382-8c2b-ef7c18fc1ac3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20770/analysis/NA20770.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001737#sample/cram"}],"status":"current","subject":{"reference":"Patient/8d7289e1-040e-591f-80ad-9aecf2efb10f"},"resourceType":"DocumentReference"} +{"id":"02603092-1240-578e-a86b-02011f7644ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20771/analysis/NA20771.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001738#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7f2d5c73-938c-53b4-a9d0-e3559a47fd16"},"resourceType":"DocumentReference"} +{"id":"a8fdfffc-72c8-51a5-a0ce-1cc386a0a45a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20771/analysis/NA20771.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001738#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7f2d5c73-938c-53b4-a9d0-e3559a47fd16"},"resourceType":"DocumentReference"} +{"id":"14b95a2a-6e8f-54ca-9a57-9130e93a82b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20771/analysis/NA20771.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001738#sample/cram"}],"status":"current","subject":{"reference":"Patient/7f2d5c73-938c-53b4-a9d0-e3559a47fd16"},"resourceType":"DocumentReference"} +{"id":"3c8d2599-3651-552a-85bb-47af5470788e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20772/analysis/NA20772.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001739#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6b9c3076-ef88-5c07-8875-d2ce7e031d64"},"resourceType":"DocumentReference"} +{"id":"7665e293-5c1e-5912-960b-6848aa54ede3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20772/analysis/NA20772.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001739#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6b9c3076-ef88-5c07-8875-d2ce7e031d64"},"resourceType":"DocumentReference"} +{"id":"bdca1d21-ab0f-50ce-ba6c-c3b4dcfc8eaf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20772/analysis/NA20772.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001739#sample/cram"}],"status":"current","subject":{"reference":"Patient/6b9c3076-ef88-5c07-8875-d2ce7e031d64"},"resourceType":"DocumentReference"} +{"id":"1d21b724-18b7-5143-97ba-bf4103d50a32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20773/analysis/NA20773.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001740#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f6eb3610-3ad7-5b66-8b29-a51778ca9a44"},"resourceType":"DocumentReference"} +{"id":"a56aba9f-98fd-5c0c-8735-5c67677588c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20773/analysis/NA20773.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001740#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f6eb3610-3ad7-5b66-8b29-a51778ca9a44"},"resourceType":"DocumentReference"} +{"id":"d8bcf33a-e762-5e24-93be-4f7523262daf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20773/analysis/NA20773.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001740#sample/cram"}],"status":"current","subject":{"reference":"Patient/f6eb3610-3ad7-5b66-8b29-a51778ca9a44"},"resourceType":"DocumentReference"} +{"id":"ef22e2b7-4fb5-54bb-adc8-38d0c31c8b7b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20774/analysis/NA20774.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001741#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/47ec3aee-9712-534a-ae4c-a4cf0021becc"},"resourceType":"DocumentReference"} +{"id":"a109ac80-3873-5959-a780-4491d8fff98b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20774/analysis/NA20774.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001741#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/47ec3aee-9712-534a-ae4c-a4cf0021becc"},"resourceType":"DocumentReference"} +{"id":"ce2edb9c-2a7f-587f-92f4-2334d169360c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20774/analysis/NA20774.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001741#sample/cram"}],"status":"current","subject":{"reference":"Patient/47ec3aee-9712-534a-ae4c-a4cf0021becc"},"resourceType":"DocumentReference"} +{"id":"2f99535b-ac59-5f5e-aae7-3e8cf6d1e1c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20775/analysis/NA20775.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001742#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3bc04604-a286-518a-858e-1b4a2e25ead7"},"resourceType":"DocumentReference"} +{"id":"dc7a8575-5100-5743-82a8-8ec2bb8979e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20775/analysis/NA20775.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001742#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3bc04604-a286-518a-858e-1b4a2e25ead7"},"resourceType":"DocumentReference"} +{"id":"5603f459-ff73-55ac-a22c-33e08dbfe61a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20775/analysis/NA20775.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001742#sample/cram"}],"status":"current","subject":{"reference":"Patient/3bc04604-a286-518a-858e-1b4a2e25ead7"},"resourceType":"DocumentReference"} +{"id":"c5a75c6a-eaa1-5366-a36c-361d58e9afe2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20778/analysis/NA20778.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001743#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bbab2514-ecb7-5b1d-9091-11dc832b8ce9"},"resourceType":"DocumentReference"} +{"id":"60528243-344c-5c46-b233-2d6fd79d9ad0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20778/analysis/NA20778.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001743#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bbab2514-ecb7-5b1d-9091-11dc832b8ce9"},"resourceType":"DocumentReference"} +{"id":"adc52eb3-c4b2-5894-beb7-ce614a83dbda","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20778/analysis/NA20778.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001743#sample/cram"}],"status":"current","subject":{"reference":"Patient/bbab2514-ecb7-5b1d-9091-11dc832b8ce9"},"resourceType":"DocumentReference"} +{"id":"080603f4-af0e-5df4-b35f-b494e80a3ec8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20783/analysis/NA20783.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001745#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/52dd3b06-0ce9-5e0a-92dc-072539c3397f"},"resourceType":"DocumentReference"} +{"id":"23e848b3-049f-5c89-be77-c771a5c9117b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20783/analysis/NA20783.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001745#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/52dd3b06-0ce9-5e0a-92dc-072539c3397f"},"resourceType":"DocumentReference"} +{"id":"22c7ba0a-9f96-5a3d-8c99-e1ac6e30eef0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20783/analysis/NA20783.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001745#sample/cram"}],"status":"current","subject":{"reference":"Patient/52dd3b06-0ce9-5e0a-92dc-072539c3397f"},"resourceType":"DocumentReference"} +{"id":"e37abd1c-a6ab-5108-9b05-8c46950dbbdf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20785/analysis/NA20785.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001746#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fc5c82b4-e362-5f33-8d62-dafc25f15c0b"},"resourceType":"DocumentReference"} +{"id":"9e145b96-5674-5f6b-add2-c21c7e842f50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20785/analysis/NA20785.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001746#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fc5c82b4-e362-5f33-8d62-dafc25f15c0b"},"resourceType":"DocumentReference"} +{"id":"d1e6633a-4e93-5189-b755-81a424342dc4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20785/analysis/NA20785.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001746#sample/cram"}],"status":"current","subject":{"reference":"Patient/fc5c82b4-e362-5f33-8d62-dafc25f15c0b"},"resourceType":"DocumentReference"} +{"id":"1a4ca4cd-a64c-5f1a-b5b7-f947a8d52df1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20786/analysis/NA20786.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001747#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/56b65364-c50b-5494-afad-604bb4470a02"},"resourceType":"DocumentReference"} +{"id":"30c12ca2-db2d-57ae-a1c2-cecc33338fe0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20786/analysis/NA20786.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001747#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/56b65364-c50b-5494-afad-604bb4470a02"},"resourceType":"DocumentReference"} +{"id":"4e60f514-bb1b-501d-aafd-c649c268f0a2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20786/analysis/NA20786.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001747#sample/cram"}],"status":"current","subject":{"reference":"Patient/56b65364-c50b-5494-afad-604bb4470a02"},"resourceType":"DocumentReference"} +{"id":"231c7ffe-ca65-50d3-846c-6580eea58011","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20787/analysis/NA20787.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001748#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0fe263e7-cf1a-517c-ad56-eccb46796f1d"},"resourceType":"DocumentReference"} +{"id":"fa9071e4-43b5-5e30-bfe9-db43b88a369b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20787/analysis/NA20787.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001748#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0fe263e7-cf1a-517c-ad56-eccb46796f1d"},"resourceType":"DocumentReference"} +{"id":"97930a2e-5822-5a75-a5f8-cf9ce41373bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20787/analysis/NA20787.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001748#sample/cram"}],"status":"current","subject":{"reference":"Patient/0fe263e7-cf1a-517c-ad56-eccb46796f1d"},"resourceType":"DocumentReference"} +{"id":"969f766a-d338-5366-a828-0fa6534f1ce7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20790/analysis/NA20790.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001749#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dd829346-2047-57ad-8304-b26b114b076e"},"resourceType":"DocumentReference"} +{"id":"7fafa8d1-7bd1-5bd1-a194-06762f8b4c60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20790/analysis/NA20790.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001749#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dd829346-2047-57ad-8304-b26b114b076e"},"resourceType":"DocumentReference"} +{"id":"4e28023b-65bb-5667-9764-062e9e9e8cbb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20790/analysis/NA20790.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001749#sample/cram"}],"status":"current","subject":{"reference":"Patient/dd829346-2047-57ad-8304-b26b114b076e"},"resourceType":"DocumentReference"} +{"id":"a7c0c159-695f-5465-9368-4fe8b407382c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20792/analysis/NA20792.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001751#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bd073f39-fa65-5ca8-b8b4-c6ab2f379168"},"resourceType":"DocumentReference"} +{"id":"18ecfa80-7e8f-5893-99c0-01c9130512d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20792/analysis/NA20792.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001751#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bd073f39-fa65-5ca8-b8b4-c6ab2f379168"},"resourceType":"DocumentReference"} +{"id":"a49d4f2f-5714-5e47-a248-e5381f7c0aa7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20792/analysis/NA20792.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001751#sample/cram"}],"status":"current","subject":{"reference":"Patient/bd073f39-fa65-5ca8-b8b4-c6ab2f379168"},"resourceType":"DocumentReference"} +{"id":"baa799a4-5a41-580a-b0d6-170f7cd5bd9e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20795/analysis/NA20795.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001752#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e13578ad-9dbf-537d-9002-191c3ad1dcff"},"resourceType":"DocumentReference"} +{"id":"7ff521cf-8a05-57de-be90-7e76b9e3369c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20795/analysis/NA20795.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001752#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e13578ad-9dbf-537d-9002-191c3ad1dcff"},"resourceType":"DocumentReference"} +{"id":"ad5b69c9-e66b-5ecf-9a88-236fba181082","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20795/analysis/NA20795.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001752#sample/cram"}],"status":"current","subject":{"reference":"Patient/e13578ad-9dbf-537d-9002-191c3ad1dcff"},"resourceType":"DocumentReference"} +{"id":"05bf567a-a4cf-5fcb-b564-6e59fe4cc761","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20796/analysis/NA20796.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001753#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ea11e96a-71f9-5cd7-9d39-3282c07a06d9"},"resourceType":"DocumentReference"} +{"id":"0cf236ee-1233-5870-aec4-9f88f8240977","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20796/analysis/NA20796.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001753#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ea11e96a-71f9-5cd7-9d39-3282c07a06d9"},"resourceType":"DocumentReference"} +{"id":"a2337130-6b33-53a5-a60d-c97bc0328861","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20796/analysis/NA20796.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001753#sample/cram"}],"status":"current","subject":{"reference":"Patient/ea11e96a-71f9-5cd7-9d39-3282c07a06d9"},"resourceType":"DocumentReference"} +{"id":"1b4df082-c187-51ed-a6dd-ae8a2c034111","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20797/analysis/NA20797.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001754#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/facd5a01-0f13-5d97-b00c-55bfdb66cb57"},"resourceType":"DocumentReference"} +{"id":"4dc660fc-b026-5fd5-af03-b02f2cf4802c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20797/analysis/NA20797.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001754#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/facd5a01-0f13-5d97-b00c-55bfdb66cb57"},"resourceType":"DocumentReference"} +{"id":"79f6b0ac-8f69-5f70-8004-914ba2a50f5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20797/analysis/NA20797.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001754#sample/cram"}],"status":"current","subject":{"reference":"Patient/facd5a01-0f13-5d97-b00c-55bfdb66cb57"},"resourceType":"DocumentReference"} +{"id":"177fed17-0cda-58d3-b741-bfc56a41978e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20798/analysis/NA20798.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001755#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9635f8a5-e6b0-5700-81df-2855fbc960c4"},"resourceType":"DocumentReference"} +{"id":"bbbe0f21-e004-5a04-9b99-93b0367ea347","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20798/analysis/NA20798.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001755#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9635f8a5-e6b0-5700-81df-2855fbc960c4"},"resourceType":"DocumentReference"} +{"id":"6c6a82ed-e14a-5e1f-b667-481061593aad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20798/analysis/NA20798.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001755#sample/cram"}],"status":"current","subject":{"reference":"Patient/9635f8a5-e6b0-5700-81df-2855fbc960c4"},"resourceType":"DocumentReference"} +{"id":"2095c82f-7f69-5990-80ad-1e1e4ce90a9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20799/analysis/NA20799.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001756#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/de81e073-4fb1-50ca-bc0a-df4fe527f9ff"},"resourceType":"DocumentReference"} +{"id":"4ddd69c5-ac09-5295-b302-e48fa8ba5018","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20799/analysis/NA20799.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001756#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/de81e073-4fb1-50ca-bc0a-df4fe527f9ff"},"resourceType":"DocumentReference"} +{"id":"0a4a596b-1f1b-5b1a-9c93-84ea426debc4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20799/analysis/NA20799.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001756#sample/cram"}],"status":"current","subject":{"reference":"Patient/de81e073-4fb1-50ca-bc0a-df4fe527f9ff"},"resourceType":"DocumentReference"} +{"id":"8af19ac6-c07f-50d5-aaf5-bac8788102cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20800/analysis/NA20800.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001757#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c993016f-4463-5eb1-873d-e31eb306d143"},"resourceType":"DocumentReference"} +{"id":"3c5a658d-56d5-5d20-916a-4b5036c57697","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20800/analysis/NA20800.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001757#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c993016f-4463-5eb1-873d-e31eb306d143"},"resourceType":"DocumentReference"} +{"id":"fc01901d-20d1-5742-b156-c47007890951","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20800/analysis/NA20800.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001757#sample/cram"}],"status":"current","subject":{"reference":"Patient/c993016f-4463-5eb1-873d-e31eb306d143"},"resourceType":"DocumentReference"} +{"id":"3f7a460b-b0bb-5d9c-856e-4bc0f4ade32c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20801/analysis/NA20801.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001758#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/60ae65a8-6b2a-5b62-9430-3a9eb1f8b17e"},"resourceType":"DocumentReference"} +{"id":"82f9d5bf-9a66-5f06-b175-7fd3de57f460","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20801/analysis/NA20801.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001758#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/60ae65a8-6b2a-5b62-9430-3a9eb1f8b17e"},"resourceType":"DocumentReference"} +{"id":"f0ed3f33-3f5a-5ae4-afca-70b319404467","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20801/analysis/NA20801.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001758#sample/cram"}],"status":"current","subject":{"reference":"Patient/60ae65a8-6b2a-5b62-9430-3a9eb1f8b17e"},"resourceType":"DocumentReference"} +{"id":"84a2535d-048c-50d3-afe6-e0a503f9925e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20802/analysis/NA20802.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001759#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/988e7b29-0a9b-56fd-81b1-8af3ca840f4f"},"resourceType":"DocumentReference"} +{"id":"eb37771c-92b5-5e54-9d9e-e9413517a88a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20802/analysis/NA20802.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001759#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/988e7b29-0a9b-56fd-81b1-8af3ca840f4f"},"resourceType":"DocumentReference"} +{"id":"a2569119-23eb-5d8a-ae6e-afd0020964a6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20802/analysis/NA20802.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001759#sample/cram"}],"status":"current","subject":{"reference":"Patient/988e7b29-0a9b-56fd-81b1-8af3ca840f4f"},"resourceType":"DocumentReference"} +{"id":"a243eb83-53f3-522f-9a68-a23ebcd5544d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20803/analysis/NA20803.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001760#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6a6c6f7b-52ee-5ba0-9801-c1881e9eaa82"},"resourceType":"DocumentReference"} +{"id":"93ef0a47-7bee-501e-b298-963e8a25f5a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20803/analysis/NA20803.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001760#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6a6c6f7b-52ee-5ba0-9801-c1881e9eaa82"},"resourceType":"DocumentReference"} +{"id":"21014424-ef73-51b9-8a1c-9021bf979c59","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20803/analysis/NA20803.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001760#sample/cram"}],"status":"current","subject":{"reference":"Patient/6a6c6f7b-52ee-5ba0-9801-c1881e9eaa82"},"resourceType":"DocumentReference"} +{"id":"e60b709b-069d-5595-8a70-e61c7fb347f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20804/analysis/NA20804.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001761#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f96316cb-9704-5e1e-b267-2b81aa752e05"},"resourceType":"DocumentReference"} +{"id":"0b3f2195-393e-577c-b360-fef2f928a807","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20804/analysis/NA20804.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001761#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f96316cb-9704-5e1e-b267-2b81aa752e05"},"resourceType":"DocumentReference"} +{"id":"c345abab-2d0d-5666-bf90-f400a5c28708","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20804/analysis/NA20804.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001761#sample/cram"}],"status":"current","subject":{"reference":"Patient/f96316cb-9704-5e1e-b267-2b81aa752e05"},"resourceType":"DocumentReference"} +{"id":"f965ed75-b8b1-51b6-9ad6-c0520ffe12ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20805/analysis/NA20805.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001762#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/36e25a9b-b3ab-5f60-bdbd-1e8192e90aac"},"resourceType":"DocumentReference"} +{"id":"8f544003-d27a-516b-97d6-b417a00e025c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20805/analysis/NA20805.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001762#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/36e25a9b-b3ab-5f60-bdbd-1e8192e90aac"},"resourceType":"DocumentReference"} +{"id":"9dd35f6b-3733-50e4-923b-62d81f24af1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20805/analysis/NA20805.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001762#sample/cram"}],"status":"current","subject":{"reference":"Patient/36e25a9b-b3ab-5f60-bdbd-1e8192e90aac"},"resourceType":"DocumentReference"} +{"id":"f2998488-429a-5e73-ac7f-6a2d8e9383eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20806/analysis/NA20806.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001763#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fe92514f-32aa-5a15-8c64-d6fbc33d7ef1"},"resourceType":"DocumentReference"} +{"id":"88bf1046-89ee-543e-ab18-91acee9c0262","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20806/analysis/NA20806.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001763#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fe92514f-32aa-5a15-8c64-d6fbc33d7ef1"},"resourceType":"DocumentReference"} +{"id":"ce9ed0af-e660-5753-a1cb-b7a07dec8e26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20806/analysis/NA20806.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001763#sample/cram"}],"status":"current","subject":{"reference":"Patient/fe92514f-32aa-5a15-8c64-d6fbc33d7ef1"},"resourceType":"DocumentReference"} +{"id":"9ddf3401-f21f-5052-935a-88dc15f4a0c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20807/analysis/NA20807.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001764#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3a1ccbef-9708-5464-a383-651e679f1cca"},"resourceType":"DocumentReference"} +{"id":"2844c5e8-eb2f-5c6b-957e-9cec03985a2c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20807/analysis/NA20807.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001764#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3a1ccbef-9708-5464-a383-651e679f1cca"},"resourceType":"DocumentReference"} +{"id":"0ad20c6d-eb92-5ad7-843f-c7318697f947","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20807/analysis/NA20807.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001764#sample/cram"}],"status":"current","subject":{"reference":"Patient/3a1ccbef-9708-5464-a383-651e679f1cca"},"resourceType":"DocumentReference"} +{"id":"089f5b30-1ca8-5f8a-b127-e84f908f6217","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20808/analysis/NA20808.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001765#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/20c03eea-c4c9-568b-9055-8994cad51f18"},"resourceType":"DocumentReference"} +{"id":"efff6895-570b-53d1-87e0-68b29c52411f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20808/analysis/NA20808.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001765#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/20c03eea-c4c9-568b-9055-8994cad51f18"},"resourceType":"DocumentReference"} +{"id":"0fdca4dd-1844-5184-93e2-613e02f8f30f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20808/analysis/NA20808.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001765#sample/cram"}],"status":"current","subject":{"reference":"Patient/20c03eea-c4c9-568b-9055-8994cad51f18"},"resourceType":"DocumentReference"} +{"id":"16040dfd-e5cb-5f44-9b9f-274a9144d4b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20809/analysis/NA20809.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001766#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/90e9a104-1557-59d5-a5af-7e4a50e443a3"},"resourceType":"DocumentReference"} +{"id":"48d4a5f4-0e96-53fe-bbc7-16db57aeb141","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20809/analysis/NA20809.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001766#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/90e9a104-1557-59d5-a5af-7e4a50e443a3"},"resourceType":"DocumentReference"} +{"id":"84d1b8d1-8058-5f6f-adc0-198129c7dfc3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20809/analysis/NA20809.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001766#sample/cram"}],"status":"current","subject":{"reference":"Patient/90e9a104-1557-59d5-a5af-7e4a50e443a3"},"resourceType":"DocumentReference"} +{"id":"0ff07af5-2099-51ed-ab19-c3072fe4d629","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20810/analysis/NA20810.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001767#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f1e36289-db91-5b8f-a501-21e611c84675"},"resourceType":"DocumentReference"} +{"id":"ddc0a8de-53bd-52e5-abdd-645411ec0b91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20810/analysis/NA20810.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001767#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f1e36289-db91-5b8f-a501-21e611c84675"},"resourceType":"DocumentReference"} +{"id":"002c3157-7f78-5674-af8c-c145ab56a522","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20810/analysis/NA20810.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001767#sample/cram"}],"status":"current","subject":{"reference":"Patient/f1e36289-db91-5b8f-a501-21e611c84675"},"resourceType":"DocumentReference"} +{"id":"4453be81-b911-52d4-b480-a935627def8e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20811/analysis/NA20811.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001768#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3b8e1111-52d5-535c-bbfa-21149f5d6d4d"},"resourceType":"DocumentReference"} +{"id":"c4340cc5-c406-540f-be4d-1e9f8212e239","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20811/analysis/NA20811.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001768#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3b8e1111-52d5-535c-bbfa-21149f5d6d4d"},"resourceType":"DocumentReference"} +{"id":"913841d0-b5f4-5701-aff0-aad0d65821fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20811/analysis/NA20811.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001768#sample/cram"}],"status":"current","subject":{"reference":"Patient/3b8e1111-52d5-535c-bbfa-21149f5d6d4d"},"resourceType":"DocumentReference"} +{"id":"8e85d40e-1f7a-5dec-8d10-01529ce66e60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20812/analysis/NA20812.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001769#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a224fd78-3bf0-56ab-acac-96efc9ba47c4"},"resourceType":"DocumentReference"} +{"id":"dac42ce0-9db7-5b62-b426-56ddeb381e0f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20812/analysis/NA20812.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001769#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a224fd78-3bf0-56ab-acac-96efc9ba47c4"},"resourceType":"DocumentReference"} +{"id":"b44df400-892d-5ef2-91c3-4d2752752e64","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20812/analysis/NA20812.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001769#sample/cram"}],"status":"current","subject":{"reference":"Patient/a224fd78-3bf0-56ab-acac-96efc9ba47c4"},"resourceType":"DocumentReference"} +{"id":"0729f7ae-4bc7-5100-acfb-b9674a237942","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20813/analysis/NA20813.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001770#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9ee0f1b4-8d09-508b-bfb1-3d9445c54c8e"},"resourceType":"DocumentReference"} +{"id":"aeb7140e-5850-5108-81d8-667d0ae945dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20813/analysis/NA20813.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001770#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9ee0f1b4-8d09-508b-bfb1-3d9445c54c8e"},"resourceType":"DocumentReference"} +{"id":"e5543307-b951-543a-be4c-968d9da42997","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20813/analysis/NA20813.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001770#sample/cram"}],"status":"current","subject":{"reference":"Patient/9ee0f1b4-8d09-508b-bfb1-3d9445c54c8e"},"resourceType":"DocumentReference"} +{"id":"f2a9f3ca-839c-5b54-b53e-a4442a202bab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20814/analysis/NA20814.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001771#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/642b9cae-c74b-52c6-92b6-29f58abca1d2"},"resourceType":"DocumentReference"} +{"id":"ef019d85-f326-52f3-9c48-f4314e950909","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20814/analysis/NA20814.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001771#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/642b9cae-c74b-52c6-92b6-29f58abca1d2"},"resourceType":"DocumentReference"} +{"id":"fdea153b-9781-50d0-a5e0-e96bc967febc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20814/analysis/NA20814.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001771#sample/cram"}],"status":"current","subject":{"reference":"Patient/642b9cae-c74b-52c6-92b6-29f58abca1d2"},"resourceType":"DocumentReference"} +{"id":"79d442b5-291c-5c96-8b87-5a3272ac5697","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20815/analysis/NA20815.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001772#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e3aa003e-d582-52ad-b581-e8343c2386d9"},"resourceType":"DocumentReference"} +{"id":"b99da88f-107f-5255-bc4b-3f18bdec410a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20815/analysis/NA20815.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001772#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e3aa003e-d582-52ad-b581-e8343c2386d9"},"resourceType":"DocumentReference"} +{"id":"20687a17-4cb4-529a-9582-00656a67a217","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20815/analysis/NA20815.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001772#sample/cram"}],"status":"current","subject":{"reference":"Patient/e3aa003e-d582-52ad-b581-e8343c2386d9"},"resourceType":"DocumentReference"} +{"id":"112e9a26-9ce2-5062-bbd9-107da5765061","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20818/analysis/NA20818.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001775#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e0aa70eb-19bc-5ebc-8fcb-76f430352406"},"resourceType":"DocumentReference"} +{"id":"adc0ce8b-e9ea-551e-a1ca-34195eb21964","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20818/analysis/NA20818.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001775#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e0aa70eb-19bc-5ebc-8fcb-76f430352406"},"resourceType":"DocumentReference"} +{"id":"8e43cdfb-6bb5-5473-965b-51e83ed8e799","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20818/analysis/NA20818.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001775#sample/cram"}],"status":"current","subject":{"reference":"Patient/e0aa70eb-19bc-5ebc-8fcb-76f430352406"},"resourceType":"DocumentReference"} +{"id":"799d4612-338f-51a2-bf0c-4b52faa69655","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20819/analysis/NA20819.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001776#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8f11363b-4d96-50b9-b31f-45987a82908a"},"resourceType":"DocumentReference"} +{"id":"cfac63f3-8f49-5a66-bf22-5fe17fb8cd6e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20819/analysis/NA20819.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001776#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8f11363b-4d96-50b9-b31f-45987a82908a"},"resourceType":"DocumentReference"} +{"id":"967b4c2e-8e90-5f68-a563-ba2a2eccfb72","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20819/analysis/NA20819.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001776#sample/cram"}],"status":"current","subject":{"reference":"Patient/8f11363b-4d96-50b9-b31f-45987a82908a"},"resourceType":"DocumentReference"} +{"id":"a24d5fd5-3dfc-5322-9bf5-20626b390715","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20821/analysis/NA20821.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001778#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2e366855-70cd-5b8f-a381-960da8d4aeb4"},"resourceType":"DocumentReference"} +{"id":"12b6cd7a-d9ae-568a-ab57-cfc9f7272d80","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20821/analysis/NA20821.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001778#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2e366855-70cd-5b8f-a381-960da8d4aeb4"},"resourceType":"DocumentReference"} +{"id":"830db19f-73a4-5444-9980-621245d0425d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20821/analysis/NA20821.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001778#sample/cram"}],"status":"current","subject":{"reference":"Patient/2e366855-70cd-5b8f-a381-960da8d4aeb4"},"resourceType":"DocumentReference"} +{"id":"2315fb31-4e75-53a4-b6f8-3f7969e73959","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20822/analysis/NA20822.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001779#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a12d5797-5eb1-5e87-891e-848c1612e99c"},"resourceType":"DocumentReference"} +{"id":"ebf7e33d-65a4-521d-8916-dbd7d05c0481","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20822/analysis/NA20822.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001779#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a12d5797-5eb1-5e87-891e-848c1612e99c"},"resourceType":"DocumentReference"} +{"id":"0fb08a60-8bce-5658-9bee-a2eabaa040c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20822/analysis/NA20822.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001779#sample/cram"}],"status":"current","subject":{"reference":"Patient/a12d5797-5eb1-5e87-891e-848c1612e99c"},"resourceType":"DocumentReference"} +{"id":"ad0a4294-76bd-54c3-9e2c-c52e5ff6566b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20826/analysis/NA20826.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001781#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/df394c6f-8bb9-5c57-8e83-a4e4af7b676c"},"resourceType":"DocumentReference"} +{"id":"ba73751a-399a-574e-867a-cc4ca5922288","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20826/analysis/NA20826.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001781#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/df394c6f-8bb9-5c57-8e83-a4e4af7b676c"},"resourceType":"DocumentReference"} +{"id":"d15f1bd4-439d-53fa-b75b-7ba1a3b29685","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20826/analysis/NA20826.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001781#sample/cram"}],"status":"current","subject":{"reference":"Patient/df394c6f-8bb9-5c57-8e83-a4e4af7b676c"},"resourceType":"DocumentReference"} +{"id":"d7a80bd3-de96-5245-b64c-7caa0cc883ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20827/analysis/NA20827.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001782#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3a4b99f7-f694-5662-88cc-e3da1b0b4716"},"resourceType":"DocumentReference"} +{"id":"9f359841-542e-52d5-a99c-15750e0f1246","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20827/analysis/NA20827.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001782#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3a4b99f7-f694-5662-88cc-e3da1b0b4716"},"resourceType":"DocumentReference"} +{"id":"81d71e34-530e-547b-b11d-958cbff30733","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20827/analysis/NA20827.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001782#sample/cram"}],"status":"current","subject":{"reference":"Patient/3a4b99f7-f694-5662-88cc-e3da1b0b4716"},"resourceType":"DocumentReference"} +{"id":"2afdca55-26c5-560b-ae43-1cccdae841ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20828/analysis/NA20828.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001783#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/592a7021-700f-558e-8635-58b5c59f78ce"},"resourceType":"DocumentReference"} +{"id":"133cced6-7a64-5295-ad0b-0a1f378408ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20828/analysis/NA20828.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001783#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/592a7021-700f-558e-8635-58b5c59f78ce"},"resourceType":"DocumentReference"} +{"id":"65e70eac-a321-510d-acfb-454350682cf0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20828/analysis/NA20828.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001783#sample/cram"}],"status":"current","subject":{"reference":"Patient/592a7021-700f-558e-8635-58b5c59f78ce"},"resourceType":"DocumentReference"} +{"id":"192f59d5-7a90-5640-a19d-39cc5258b1a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20832/analysis/NA20832.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001786#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a4a2b2ea-548d-5be8-9fbf-3b511ba3599f"},"resourceType":"DocumentReference"} +{"id":"82185f30-94df-5160-b50c-0e7d01c8da77","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20832/analysis/NA20832.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001786#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a4a2b2ea-548d-5be8-9fbf-3b511ba3599f"},"resourceType":"DocumentReference"} +{"id":"7d9fc697-d51e-56f4-9992-dbcb6cad4313","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20832/analysis/NA20832.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001786#sample/cram"}],"status":"current","subject":{"reference":"Patient/a4a2b2ea-548d-5be8-9fbf-3b511ba3599f"},"resourceType":"DocumentReference"} +{"id":"9af50fa6-1673-579b-bfab-5546f0bf389f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19222/analysis/NA19222.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001802#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f06cd270-f288-52a5-9b70-2de82c84a5e3"},"resourceType":"DocumentReference"} +{"id":"399f7ba5-94f5-526d-b29a-56769e0a7abf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19222/analysis/NA19222.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001802#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f06cd270-f288-52a5-9b70-2de82c84a5e3"},"resourceType":"DocumentReference"} +{"id":"f7e3b135-3b10-5056-af92-1888942c26ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19222/analysis/NA19222.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001802#sample/cram"}],"status":"current","subject":{"reference":"Patient/f06cd270-f288-52a5-9b70-2de82c84a5e3"},"resourceType":"DocumentReference"} +{"id":"20559ce3-b5f9-5047-b2a9-3aa1f16af040","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19625/analysis/NA19625.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003634#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f69d364f-b29d-5e72-a3f9-88088468d85f"},"resourceType":"DocumentReference"} +{"id":"d275dfa3-02c0-56b8-bda9-69a61c5e7a79","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19625/analysis/NA19625.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003634#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f69d364f-b29d-5e72-a3f9-88088468d85f"},"resourceType":"DocumentReference"} +{"id":"787b2b33-cef1-5a49-9d3a-ff6a951a47a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19625/analysis/NA19625.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003634#sample/cram"}],"status":"current","subject":{"reference":"Patient/f69d364f-b29d-5e72-a3f9-88088468d85f"},"resourceType":"DocumentReference"} +{"id":"9ab186da-e501-5545-949b-0867ad2dc2a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19648/analysis/NA19648.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003635#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/08d1e230-0d4b-5a45-b1d9-3e65b2a6a083"},"resourceType":"DocumentReference"} +{"id":"d1b0171a-b4f9-5b1b-ab7c-88d533959dd7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19648/analysis/NA19648.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003635#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/08d1e230-0d4b-5a45-b1d9-3e65b2a6a083"},"resourceType":"DocumentReference"} +{"id":"f1bc5ac5-31d4-5ef9-8380-844ab1e5ca1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19648/analysis/NA19648.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003635#sample/cram"}],"status":"current","subject":{"reference":"Patient/08d1e230-0d4b-5a45-b1d9-3e65b2a6a083"},"resourceType":"DocumentReference"} +{"id":"2d8572ea-351b-50ea-8c9d-e83c726c8b98","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19649/analysis/NA19649.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003636#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e6adf15e-3efc-5af6-a7ee-9e60b37664c3"},"resourceType":"DocumentReference"} +{"id":"3513d5a9-ed54-5d98-a233-0e21a2c76e91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19649/analysis/NA19649.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003636#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e6adf15e-3efc-5af6-a7ee-9e60b37664c3"},"resourceType":"DocumentReference"} +{"id":"9fc01490-c2b2-516f-9d8e-3cca87a3d8cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19649/analysis/NA19649.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003636#sample/cram"}],"status":"current","subject":{"reference":"Patient/e6adf15e-3efc-5af6-a7ee-9e60b37664c3"},"resourceType":"DocumentReference"} +{"id":"61b3a3fa-4a0e-5a81-820d-145e57ac488f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19651/analysis/NA19651.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003638#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c370b795-fc6b-58eb-8b1f-93a4f0c46c00"},"resourceType":"DocumentReference"} +{"id":"bda365c0-2ed6-54de-8bb2-1ddc23df12e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19651/analysis/NA19651.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003638#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c370b795-fc6b-58eb-8b1f-93a4f0c46c00"},"resourceType":"DocumentReference"} +{"id":"56cdbf05-0bda-5288-8646-d823c9a0254e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19651/analysis/NA19651.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003638#sample/cram"}],"status":"current","subject":{"reference":"Patient/c370b795-fc6b-58eb-8b1f-93a4f0c46c00"},"resourceType":"DocumentReference"} +{"id":"99360178-31e7-5401-975f-e9e3d9ff5933","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19652/analysis/NA19652.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003639#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f3e0ae38-e305-550d-88db-5a9eb7d30617"},"resourceType":"DocumentReference"} +{"id":"b8bf6fd6-7dec-59cc-a0a7-0cdc2a2b0532","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19652/analysis/NA19652.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003639#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f3e0ae38-e305-550d-88db-5a9eb7d30617"},"resourceType":"DocumentReference"} +{"id":"1a5b017a-e074-5701-a8b7-924d63ec0e86","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19652/analysis/NA19652.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003639#sample/cram"}],"status":"current","subject":{"reference":"Patient/f3e0ae38-e305-550d-88db-5a9eb7d30617"},"resourceType":"DocumentReference"} +{"id":"d8bf56d3-e991-5569-bc19-98cc49622903","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19654/analysis/NA19654.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003641#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e6a45724-5d1e-5b80-91e6-f912a10abbaf"},"resourceType":"DocumentReference"} +{"id":"ec92b8eb-c4bf-5ab4-b1a9-ab01f4afc210","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19654/analysis/NA19654.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003641#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e6a45724-5d1e-5b80-91e6-f912a10abbaf"},"resourceType":"DocumentReference"} +{"id":"fb950b34-4894-58cc-8d7c-9ddfb2dedbca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19654/analysis/NA19654.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003641#sample/cram"}],"status":"current","subject":{"reference":"Patient/e6a45724-5d1e-5b80-91e6-f912a10abbaf"},"resourceType":"DocumentReference"} +{"id":"55b1f525-a403-5934-b6b8-cf7e78e53a20","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19655/analysis/NA19655.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003642#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/22a520b3-0e96-5077-a1b1-a78f79a8e986"},"resourceType":"DocumentReference"} +{"id":"c4583911-caac-5ac1-aa30-efcf156d28cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19655/analysis/NA19655.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003642#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/22a520b3-0e96-5077-a1b1-a78f79a8e986"},"resourceType":"DocumentReference"} +{"id":"7d4f9ed5-de7b-52df-87b2-9a9e71da0f42","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19655/analysis/NA19655.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003642#sample/cram"}],"status":"current","subject":{"reference":"Patient/22a520b3-0e96-5077-a1b1-a78f79a8e986"},"resourceType":"DocumentReference"} +{"id":"67c94589-69b9-5594-b453-b8f9edc999d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19657/analysis/NA19657.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003644#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/734450ae-4ce6-55c3-8c60-6180847b90c5"},"resourceType":"DocumentReference"} +{"id":"b016e607-fd39-568e-8fc6-2aaadd439772","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19657/analysis/NA19657.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003644#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/734450ae-4ce6-55c3-8c60-6180847b90c5"},"resourceType":"DocumentReference"} +{"id":"25d8ec5f-f721-58c3-b660-e52e06115669","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19657/analysis/NA19657.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003644#sample/cram"}],"status":"current","subject":{"reference":"Patient/734450ae-4ce6-55c3-8c60-6180847b90c5"},"resourceType":"DocumentReference"} +{"id":"50df7e05-341d-5261-a1d8-8c9f10e230b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19658/analysis/NA19658.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003645#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/411af2d0-bc18-5677-88bb-5dd62cb382d9"},"resourceType":"DocumentReference"} +{"id":"f00381a1-ef26-52cf-a0a0-c9cde4030d61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19658/analysis/NA19658.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003645#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/411af2d0-bc18-5677-88bb-5dd62cb382d9"},"resourceType":"DocumentReference"} +{"id":"3453c57c-a8de-5e03-bc74-a86e98d07f8c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19658/analysis/NA19658.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003645#sample/cram"}],"status":"current","subject":{"reference":"Patient/411af2d0-bc18-5677-88bb-5dd62cb382d9"},"resourceType":"DocumentReference"} +{"id":"d0172916-7f6d-5b1b-ad02-f3f4bd34f8dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19661/analysis/NA19661.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003648#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/29359887-4f5c-5167-a60d-e0bafe2a7f48"},"resourceType":"DocumentReference"} +{"id":"6abe987e-ab6d-52ed-ac00-454475eb7be2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19661/analysis/NA19661.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003648#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/29359887-4f5c-5167-a60d-e0bafe2a7f48"},"resourceType":"DocumentReference"} +{"id":"f45142e3-8343-5b43-b86f-654801460889","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19661/analysis/NA19661.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003648#sample/cram"}],"status":"current","subject":{"reference":"Patient/29359887-4f5c-5167-a60d-e0bafe2a7f48"},"resourceType":"DocumentReference"} +{"id":"a6f29310-5e28-57b3-8b17-69ed8b18968a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19663/analysis/NA19663.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003650#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/71c6b943-051d-5dcc-b598-a9375535fca0"},"resourceType":"DocumentReference"} +{"id":"374d2c8d-9fda-5b50-aa2a-bac0455f90e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19663/analysis/NA19663.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003650#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/71c6b943-051d-5dcc-b598-a9375535fca0"},"resourceType":"DocumentReference"} +{"id":"50cbf1e1-d877-5ebf-849b-c2fcbd2cee03","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19663/analysis/NA19663.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003650#sample/cram"}],"status":"current","subject":{"reference":"Patient/71c6b943-051d-5dcc-b598-a9375535fca0"},"resourceType":"DocumentReference"} +{"id":"ae0147fb-8453-5306-86fa-9e39a7e3242c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19664/analysis/NA19664.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003651#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b2600617-0a19-5eed-a497-6e514c92e78e"},"resourceType":"DocumentReference"} +{"id":"6506fe64-9033-58da-87aa-058791b860c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19664/analysis/NA19664.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003651#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b2600617-0a19-5eed-a497-6e514c92e78e"},"resourceType":"DocumentReference"} +{"id":"516ece0d-3842-5a3d-a03e-dbf573ae1d83","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19664/analysis/NA19664.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003651#sample/cram"}],"status":"current","subject":{"reference":"Patient/b2600617-0a19-5eed-a497-6e514c92e78e"},"resourceType":"DocumentReference"} +{"id":"da19d350-30bc-5afc-9171-1223c7abd0fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19669/analysis/NA19669.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003653#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e81a0b32-83df-56f9-ab63-5d965df2f90b"},"resourceType":"DocumentReference"} +{"id":"d8f1587f-293f-5b46-8d81-66057dc54fcf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19669/analysis/NA19669.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003653#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e81a0b32-83df-56f9-ab63-5d965df2f90b"},"resourceType":"DocumentReference"} +{"id":"de234a72-56a4-5265-94fe-2503b1f87a2b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19669/analysis/NA19669.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003653#sample/cram"}],"status":"current","subject":{"reference":"Patient/e81a0b32-83df-56f9-ab63-5d965df2f90b"},"resourceType":"DocumentReference"} +{"id":"15035d19-4871-5cb7-a9aa-56df4254a615","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19670/analysis/NA19670.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003654#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/95288dc9-b716-5ebc-bbfa-69d32f60f5e8"},"resourceType":"DocumentReference"} +{"id":"231575c3-6b1a-55a8-8a0d-cecde1182232","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19670/analysis/NA19670.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003654#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/95288dc9-b716-5ebc-bbfa-69d32f60f5e8"},"resourceType":"DocumentReference"} +{"id":"a5b37579-08ea-558f-93f4-0fadaee28c1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19670/analysis/NA19670.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003654#sample/cram"}],"status":"current","subject":{"reference":"Patient/95288dc9-b716-5ebc-bbfa-69d32f60f5e8"},"resourceType":"DocumentReference"} +{"id":"7cab0433-d4ae-5b3d-b935-862f07c45a3f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19676/analysis/NA19676.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003657#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/92c8ac1c-397e-5e67-aa3b-ce6d3585b11c"},"resourceType":"DocumentReference"} +{"id":"6efad56d-6cac-5721-b57a-313bc95e41c2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19676/analysis/NA19676.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003657#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/92c8ac1c-397e-5e67-aa3b-ce6d3585b11c"},"resourceType":"DocumentReference"} +{"id":"991ec8b6-227b-5db8-af61-b8f2379a1c63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19676/analysis/NA19676.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003657#sample/cram"}],"status":"current","subject":{"reference":"Patient/92c8ac1c-397e-5e67-aa3b-ce6d3585b11c"},"resourceType":"DocumentReference"} +{"id":"ff042686-14e2-56d3-be5d-e0e7187482aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19678/analysis/NA19678.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003659#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/944fea22-9545-5dd6-a52a-5611a60ea1c9"},"resourceType":"DocumentReference"} +{"id":"017cd997-8a1f-5b7b-88ea-820573808d76","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19678/analysis/NA19678.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003659#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/944fea22-9545-5dd6-a52a-5611a60ea1c9"},"resourceType":"DocumentReference"} +{"id":"dcbc6b99-3b73-5931-9b96-382078ccdaa9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19678/analysis/NA19678.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003659#sample/cram"}],"status":"current","subject":{"reference":"Patient/944fea22-9545-5dd6-a52a-5611a60ea1c9"},"resourceType":"DocumentReference"} +{"id":"95bd7a7c-e6f0-5492-aee1-e943d99fa405","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19679/analysis/NA19679.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003660#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3f7e7d1d-b041-57ff-8ba1-7514995ac87b"},"resourceType":"DocumentReference"} +{"id":"d4c2f9ee-9ca8-537a-b2e0-220725c64af0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19679/analysis/NA19679.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003660#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3f7e7d1d-b041-57ff-8ba1-7514995ac87b"},"resourceType":"DocumentReference"} +{"id":"b26e3ce2-b470-5981-bb31-5ec1d6c8c8b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19679/analysis/NA19679.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003660#sample/cram"}],"status":"current","subject":{"reference":"Patient/3f7e7d1d-b041-57ff-8ba1-7514995ac87b"},"resourceType":"DocumentReference"} +{"id":"a94a7ce1-7785-51f4-a15a-8d411eaca7ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19681/analysis/NA19681.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003662#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/15013bfb-198d-50e3-96f6-b06444275531"},"resourceType":"DocumentReference"} +{"id":"fe879df9-d47f-529d-9860-217273b61b8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19681/analysis/NA19681.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003662#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/15013bfb-198d-50e3-96f6-b06444275531"},"resourceType":"DocumentReference"} +{"id":"346ccd81-aad9-5d16-bfad-eb2ac2e2076b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19681/analysis/NA19681.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003662#sample/cram"}],"status":"current","subject":{"reference":"Patient/15013bfb-198d-50e3-96f6-b06444275531"},"resourceType":"DocumentReference"} +{"id":"87fa9d5c-7463-5104-93cc-a303d7bd9154","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19682/analysis/NA19682.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003663#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/077f6858-f664-5303-bfed-e5c78ee14b91"},"resourceType":"DocumentReference"} +{"id":"da856f15-ffa6-5814-a957-c88b7864a162","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19682/analysis/NA19682.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003663#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/077f6858-f664-5303-bfed-e5c78ee14b91"},"resourceType":"DocumentReference"} +{"id":"254f5b08-1e5a-5899-a3cf-9aaa6c04ef19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19682/analysis/NA19682.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003663#sample/cram"}],"status":"current","subject":{"reference":"Patient/077f6858-f664-5303-bfed-e5c78ee14b91"},"resourceType":"DocumentReference"} +{"id":"91d4ce41-6fb9-546b-9274-f6e8e9e2bf20","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19684/analysis/NA19684.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003665#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/562b8cbc-2af7-5c16-bb76-2fb211890796"},"resourceType":"DocumentReference"} +{"id":"33aac221-bd8d-5d2a-945e-12340b48f4ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19684/analysis/NA19684.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003665#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/562b8cbc-2af7-5c16-bb76-2fb211890796"},"resourceType":"DocumentReference"} +{"id":"f77b8763-d7ac-5c45-87fb-6126ca830f6c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19684/analysis/NA19684.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003665#sample/cram"}],"status":"current","subject":{"reference":"Patient/562b8cbc-2af7-5c16-bb76-2fb211890796"},"resourceType":"DocumentReference"} +{"id":"e601ccbb-074a-50da-adbf-ef45e3354e10","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19700/analysis/NA19700.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003668#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ddef06b9-5632-5705-ac81-9af2d4c04050"},"resourceType":"DocumentReference"} +{"id":"64d2df11-9b6c-5fc1-905a-a350b1c0af5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19700/analysis/NA19700.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003668#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ddef06b9-5632-5705-ac81-9af2d4c04050"},"resourceType":"DocumentReference"} +{"id":"86cc426f-c3d6-5347-a28b-658199428476","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19700/analysis/NA19700.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003668#sample/cram"}],"status":"current","subject":{"reference":"Patient/ddef06b9-5632-5705-ac81-9af2d4c04050"},"resourceType":"DocumentReference"} +{"id":"e9c95bb7-b5fd-5d62-be0f-32642b011910","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19701/analysis/NA19701.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003669#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/98ca2e16-7a05-5a6a-9463-0be5706236ed"},"resourceType":"DocumentReference"} +{"id":"3488002e-059a-58c3-bbd7-7ea0553796ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19701/analysis/NA19701.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003669#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/98ca2e16-7a05-5a6a-9463-0be5706236ed"},"resourceType":"DocumentReference"} +{"id":"7d06ded8-0f98-57d0-bffa-b4a5e95be976","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19701/analysis/NA19701.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003669#sample/cram"}],"status":"current","subject":{"reference":"Patient/98ca2e16-7a05-5a6a-9463-0be5706236ed"},"resourceType":"DocumentReference"} +{"id":"4815f169-c3d8-5fa5-a692-f0f4201ea516","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19703/analysis/NA19703.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003671#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/88f6852e-ed40-5917-b30f-928e3b4ed181"},"resourceType":"DocumentReference"} +{"id":"61c78bff-8a0b-5a49-8887-2b1ba2ed77d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19703/analysis/NA19703.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003671#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/88f6852e-ed40-5917-b30f-928e3b4ed181"},"resourceType":"DocumentReference"} +{"id":"09a59504-8c8f-5ec3-b750-90533e017bdb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19703/analysis/NA19703.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003671#sample/cram"}],"status":"current","subject":{"reference":"Patient/88f6852e-ed40-5917-b30f-928e3b4ed181"},"resourceType":"DocumentReference"} +{"id":"a6f7cfb7-ddd2-57cd-87a7-7a00b82f1d05","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19704/analysis/NA19704.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003672#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/900709ae-2de1-561e-b8ce-7f76342629ef"},"resourceType":"DocumentReference"} +{"id":"ec261e82-30d2-5489-99b6-c3b943b8d443","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19704/analysis/NA19704.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003672#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/900709ae-2de1-561e-b8ce-7f76342629ef"},"resourceType":"DocumentReference"} +{"id":"cf5b2f5e-f4be-5139-9ce1-0e4f037ec045","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19704/analysis/NA19704.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003672#sample/cram"}],"status":"current","subject":{"reference":"Patient/900709ae-2de1-561e-b8ce-7f76342629ef"},"resourceType":"DocumentReference"} +{"id":"e367de1b-5d58-5e49-bc55-4588d816e8f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19707/analysis/NA19707.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003674#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f9cad711-ce37-5262-a756-657030d71f9a"},"resourceType":"DocumentReference"} +{"id":"9a79ffd2-b7ba-5096-ab5a-1d29698c344d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19707/analysis/NA19707.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003674#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f9cad711-ce37-5262-a756-657030d71f9a"},"resourceType":"DocumentReference"} +{"id":"30b938b0-0ed9-588e-938f-c6559a1eb337","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19707/analysis/NA19707.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003674#sample/cram"}],"status":"current","subject":{"reference":"Patient/f9cad711-ce37-5262-a756-657030d71f9a"},"resourceType":"DocumentReference"} +{"id":"f38dc00e-1f1a-5af1-a8ab-c0cfeeb77f70","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19711/analysis/NA19711.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003676#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/26062f44-ee86-568b-b5c9-76ab2cdf2f5d"},"resourceType":"DocumentReference"} +{"id":"1f8a9a77-4130-5be7-93ab-9bdeb697d161","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19711/analysis/NA19711.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003676#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/26062f44-ee86-568b-b5c9-76ab2cdf2f5d"},"resourceType":"DocumentReference"} +{"id":"b84cc8ec-e78e-512d-ac60-e9e70788020e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19711/analysis/NA19711.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003676#sample/cram"}],"status":"current","subject":{"reference":"Patient/26062f44-ee86-568b-b5c9-76ab2cdf2f5d"},"resourceType":"DocumentReference"} +{"id":"a5269c30-95d3-517e-94fc-8a5700b9255e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19712/analysis/NA19712.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003677#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/98cd58c4-00ef-5131-b55e-42aac2a53a06"},"resourceType":"DocumentReference"} +{"id":"7231d72b-41b8-59bb-995a-66decb5c2465","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19712/analysis/NA19712.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003677#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/98cd58c4-00ef-5131-b55e-42aac2a53a06"},"resourceType":"DocumentReference"} +{"id":"57028e5d-2915-5e9a-9f76-d9ab3114d219","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19712/analysis/NA19712.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003677#sample/cram"}],"status":"current","subject":{"reference":"Patient/98cd58c4-00ef-5131-b55e-42aac2a53a06"},"resourceType":"DocumentReference"} +{"id":"f81496f9-0996-533d-b20b-999b0c957a6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19713/analysis/NA19713.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003678#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d1553f2f-4a1b-5796-81e2-2d7a6eec878c"},"resourceType":"DocumentReference"} +{"id":"2c1a601b-08bf-56d8-b74f-be45bbf2a304","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19713/analysis/NA19713.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003678#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d1553f2f-4a1b-5796-81e2-2d7a6eec878c"},"resourceType":"DocumentReference"} +{"id":"e1dc68a2-b034-5839-aa87-528a5b39b7c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19713/analysis/NA19713.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003678#sample/cram"}],"status":"current","subject":{"reference":"Patient/d1553f2f-4a1b-5796-81e2-2d7a6eec878c"},"resourceType":"DocumentReference"} +{"id":"e930a283-5004-5240-b97a-3b87a1783953","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19716/analysis/NA19716.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003680#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e9d8704c-9200-55e5-b47a-ebd866a836c9"},"resourceType":"DocumentReference"} +{"id":"b4dc869f-0ef2-5e1a-81db-3bd62a9b868e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19716/analysis/NA19716.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003680#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e9d8704c-9200-55e5-b47a-ebd866a836c9"},"resourceType":"DocumentReference"} +{"id":"cab04b13-22dc-54af-9a56-6857b21f6c90","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19716/analysis/NA19716.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003680#sample/cram"}],"status":"current","subject":{"reference":"Patient/e9d8704c-9200-55e5-b47a-ebd866a836c9"},"resourceType":"DocumentReference"} +{"id":"9b16e9bd-0d56-5b84-b303-120438f03cdf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19717/analysis/NA19717.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003681#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/915c831d-4814-5aaa-8b16-ea649597618d"},"resourceType":"DocumentReference"} +{"id":"b6049efe-2827-55c8-aa90-ccf392af87e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19717/analysis/NA19717.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003681#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/915c831d-4814-5aaa-8b16-ea649597618d"},"resourceType":"DocumentReference"} +{"id":"57e4cf95-0f24-5113-aad5-e8b955ba6ea9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19717/analysis/NA19717.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003681#sample/cram"}],"status":"current","subject":{"reference":"Patient/915c831d-4814-5aaa-8b16-ea649597618d"},"resourceType":"DocumentReference"} +{"id":"aad39eed-ffa1-5225-96c0-1b5a013a2e8c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19719/analysis/NA19719.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003683#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/be608055-aef8-5636-b0cb-1ce99788cceb"},"resourceType":"DocumentReference"} +{"id":"ac4e4364-5b04-58d4-80be-ad9e5c4df6b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19719/analysis/NA19719.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003683#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/be608055-aef8-5636-b0cb-1ce99788cceb"},"resourceType":"DocumentReference"} +{"id":"d5bd7562-957b-5d66-a338-8665c220429e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19719/analysis/NA19719.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003683#sample/cram"}],"status":"current","subject":{"reference":"Patient/be608055-aef8-5636-b0cb-1ce99788cceb"},"resourceType":"DocumentReference"} +{"id":"ac8014ad-f0d8-5f93-920f-056abda94ebf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19720/analysis/NA19720.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003684#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/030ec4aa-368a-5cbe-8a87-631ccde9226d"},"resourceType":"DocumentReference"} +{"id":"77e30674-fbe1-52f0-badc-888ed88fab45","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19720/analysis/NA19720.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003684#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/030ec4aa-368a-5cbe-8a87-631ccde9226d"},"resourceType":"DocumentReference"} +{"id":"1a285983-ceaf-5989-82b3-096475fab7eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19720/analysis/NA19720.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003684#sample/cram"}],"status":"current","subject":{"reference":"Patient/030ec4aa-368a-5cbe-8a87-631ccde9226d"},"resourceType":"DocumentReference"} +{"id":"a8d280c6-42ca-58d1-ae9d-3cd96a8114b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19722/analysis/NA19722.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003686#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1e2b96da-7b57-5551-8c09-c440126d3c04"},"resourceType":"DocumentReference"} +{"id":"5913fb72-4089-5359-ad82-993819be9fb0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19722/analysis/NA19722.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003686#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1e2b96da-7b57-5551-8c09-c440126d3c04"},"resourceType":"DocumentReference"} +{"id":"a619435b-9f1e-5b38-b4be-ac79e7938f65","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19722/analysis/NA19722.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003686#sample/cram"}],"status":"current","subject":{"reference":"Patient/1e2b96da-7b57-5551-8c09-c440126d3c04"},"resourceType":"DocumentReference"} +{"id":"91ad972a-e0e0-5e29-a732-83046bacec6b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19723/analysis/NA19723.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003687#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eac859df-bea5-5b7a-89e3-edbd008212d1"},"resourceType":"DocumentReference"} +{"id":"d61d1dcb-aaae-5907-8fea-89a2c4b0c13d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19723/analysis/NA19723.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003687#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eac859df-bea5-5b7a-89e3-edbd008212d1"},"resourceType":"DocumentReference"} +{"id":"2889ff3c-3e38-5665-b099-e34bf4689cf7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19723/analysis/NA19723.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003687#sample/cram"}],"status":"current","subject":{"reference":"Patient/eac859df-bea5-5b7a-89e3-edbd008212d1"},"resourceType":"DocumentReference"} +{"id":"85a25094-df8c-5fb9-b233-a315f46d8a0e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19725/analysis/NA19725.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003689#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/efd4be4a-29ec-568a-abb1-d0f1ef8cc90e"},"resourceType":"DocumentReference"} +{"id":"e809fbc9-32a1-5ed6-99a5-524ffd127569","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19725/analysis/NA19725.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003689#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/efd4be4a-29ec-568a-abb1-d0f1ef8cc90e"},"resourceType":"DocumentReference"} +{"id":"91bce3bb-945a-58ae-8451-4ae95ea74a98","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19725/analysis/NA19725.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003689#sample/cram"}],"status":"current","subject":{"reference":"Patient/efd4be4a-29ec-568a-abb1-d0f1ef8cc90e"},"resourceType":"DocumentReference"} +{"id":"35117512-160b-530c-a1fa-71e469841b54","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19726/analysis/NA19726.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003690#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/66e0658f-c226-5421-b072-4d01ae9a1a0f"},"resourceType":"DocumentReference"} +{"id":"f95d7572-31c8-5fd3-bbfe-d697fec0faaf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19726/analysis/NA19726.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003690#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/66e0658f-c226-5421-b072-4d01ae9a1a0f"},"resourceType":"DocumentReference"} +{"id":"5146bd2d-e4e6-56a8-99ea-069f08e08956","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19726/analysis/NA19726.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003690#sample/cram"}],"status":"current","subject":{"reference":"Patient/66e0658f-c226-5421-b072-4d01ae9a1a0f"},"resourceType":"DocumentReference"} +{"id":"95df68fb-e129-5b3e-811b-5c2686df25ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19728/analysis/NA19728.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003692#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2eea57d5-6137-58d2-926e-e278050c1c93"},"resourceType":"DocumentReference"} +{"id":"436aaf0d-3822-531f-9765-d72da3ab283e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19728/analysis/NA19728.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003692#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2eea57d5-6137-58d2-926e-e278050c1c93"},"resourceType":"DocumentReference"} +{"id":"488c9b77-04d3-5692-b051-1044d7cdc00c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19728/analysis/NA19728.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003692#sample/cram"}],"status":"current","subject":{"reference":"Patient/2eea57d5-6137-58d2-926e-e278050c1c93"},"resourceType":"DocumentReference"} +{"id":"8737fb42-e1c6-5fe4-afc6-f74b1a90955d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19729/analysis/NA19729.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003693#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1d66fd9e-f06d-56eb-967f-b88dc71f6a12"},"resourceType":"DocumentReference"} +{"id":"208b8e2d-bfbe-5a93-a801-294d3a7cdcdf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19729/analysis/NA19729.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003693#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1d66fd9e-f06d-56eb-967f-b88dc71f6a12"},"resourceType":"DocumentReference"} +{"id":"60fc293e-4e16-56c9-a9ab-65e8a90e65c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19729/analysis/NA19729.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003693#sample/cram"}],"status":"current","subject":{"reference":"Patient/1d66fd9e-f06d-56eb-967f-b88dc71f6a12"},"resourceType":"DocumentReference"} +{"id":"e9f427db-c766-5ca2-b518-ab91e2640069","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19731/analysis/NA19731.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003695#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/377c5d4d-b271-57c7-9f54-71d5f51cbf88"},"resourceType":"DocumentReference"} +{"id":"14155a7c-035f-504c-968f-1e84919ce311","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19731/analysis/NA19731.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003695#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/377c5d4d-b271-57c7-9f54-71d5f51cbf88"},"resourceType":"DocumentReference"} +{"id":"037a1188-6f4b-5554-aedd-f9b61f4ec81f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19731/analysis/NA19731.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003695#sample/cram"}],"status":"current","subject":{"reference":"Patient/377c5d4d-b271-57c7-9f54-71d5f51cbf88"},"resourceType":"DocumentReference"} +{"id":"e398b433-03ab-5f45-a3ae-3bb10d5418e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19732/analysis/NA19732.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003696#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e250bb03-3dc2-54f6-a8ab-69f4efa9d39e"},"resourceType":"DocumentReference"} +{"id":"841b6e71-038c-5519-ad33-ed83118bb8c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19732/analysis/NA19732.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003696#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e250bb03-3dc2-54f6-a8ab-69f4efa9d39e"},"resourceType":"DocumentReference"} +{"id":"0503b386-466f-514d-bb25-76ae06e66f06","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19732/analysis/NA19732.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003696#sample/cram"}],"status":"current","subject":{"reference":"Patient/e250bb03-3dc2-54f6-a8ab-69f4efa9d39e"},"resourceType":"DocumentReference"} +{"id":"9d5557ae-cc51-5abf-b4af-438994f6be11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19746/analysis/NA19746.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003698#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e4614165-5701-5393-b135-f8cedc360376"},"resourceType":"DocumentReference"} +{"id":"ab075272-efea-5f03-afe9-53e5352d2627","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19746/analysis/NA19746.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003698#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e4614165-5701-5393-b135-f8cedc360376"},"resourceType":"DocumentReference"} +{"id":"33e1ff28-2a41-5e49-972e-e49733a72a01","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19746/analysis/NA19746.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003698#sample/cram"}],"status":"current","subject":{"reference":"Patient/e4614165-5701-5393-b135-f8cedc360376"},"resourceType":"DocumentReference"} +{"id":"1c1796e6-09a9-5ba3-a1dc-4b7e783c8b26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19747/analysis/NA19747.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003699#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ba7196dc-17f3-59d5-a6f5-a162f24a5be7"},"resourceType":"DocumentReference"} +{"id":"d0f4b96d-8986-5d6e-a0f1-dbf92fb6fa57","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19747/analysis/NA19747.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003699#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ba7196dc-17f3-59d5-a6f5-a162f24a5be7"},"resourceType":"DocumentReference"} +{"id":"3e16c531-863b-54e8-bfb9-f8c0748bbae4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19747/analysis/NA19747.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003699#sample/cram"}],"status":"current","subject":{"reference":"Patient/ba7196dc-17f3-59d5-a6f5-a162f24a5be7"},"resourceType":"DocumentReference"} +{"id":"f291d054-9242-51ac-984e-068bc9fd622c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19749/analysis/NA19749.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003701#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e297ecb0-597f-535b-8747-ad1ace401281"},"resourceType":"DocumentReference"} +{"id":"1c022153-0cc2-56c9-a472-41a9902b360a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19749/analysis/NA19749.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003701#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e297ecb0-597f-535b-8747-ad1ace401281"},"resourceType":"DocumentReference"} +{"id":"c7aec8fb-bcf7-5044-b205-1b633d405157","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19749/analysis/NA19749.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003701#sample/cram"}],"status":"current","subject":{"reference":"Patient/e297ecb0-597f-535b-8747-ad1ace401281"},"resourceType":"DocumentReference"} +{"id":"156d0a0f-19d2-5399-90fa-23cbb2624a9f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19750/analysis/NA19750.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003702#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e3eadf16-3d08-51cf-8b9c-3c2da5a112d9"},"resourceType":"DocumentReference"} +{"id":"42cfc98d-b757-5a3d-a8d8-1f29ed5d2075","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19750/analysis/NA19750.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003702#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e3eadf16-3d08-51cf-8b9c-3c2da5a112d9"},"resourceType":"DocumentReference"} +{"id":"d2fdb65b-a15a-5b7b-aeb7-18f84c1afc20","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19750/analysis/NA19750.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003702#sample/cram"}],"status":"current","subject":{"reference":"Patient/e3eadf16-3d08-51cf-8b9c-3c2da5a112d9"},"resourceType":"DocumentReference"} +{"id":"a9e7c990-91d1-5c11-a32e-23292ac3ac6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19755/analysis/NA19755.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003704#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d4075728-45d5-59d3-81e0-656795ec5169"},"resourceType":"DocumentReference"} +{"id":"c85bdf6e-16ad-5c41-b7e1-22a6e7b43d84","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19755/analysis/NA19755.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003704#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d4075728-45d5-59d3-81e0-656795ec5169"},"resourceType":"DocumentReference"} +{"id":"a2d03aaa-59a9-54b5-a121-521045cd6bfe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19755/analysis/NA19755.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003704#sample/cram"}],"status":"current","subject":{"reference":"Patient/d4075728-45d5-59d3-81e0-656795ec5169"},"resourceType":"DocumentReference"} +{"id":"722e257b-d979-52e3-8a7e-068d80d8b036","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19756/analysis/NA19756.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003705#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9f8e7b93-a75a-56c2-9036-fdba39ff4c6d"},"resourceType":"DocumentReference"} +{"id":"370aa6a3-41d5-581a-abc9-8bb682e47855","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19756/analysis/NA19756.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003705#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9f8e7b93-a75a-56c2-9036-fdba39ff4c6d"},"resourceType":"DocumentReference"} +{"id":"49c86268-6695-526e-aebc-34399329f80c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19756/analysis/NA19756.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003705#sample/cram"}],"status":"current","subject":{"reference":"Patient/9f8e7b93-a75a-56c2-9036-fdba39ff4c6d"},"resourceType":"DocumentReference"} +{"id":"1878a246-d922-5b43-85ef-25b45680c615","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19758/analysis/NA19758.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003707#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9f176c40-ea66-591e-ac96-9a1ea898cb0c"},"resourceType":"DocumentReference"} +{"id":"b0f555a1-3232-54a8-9b30-133a6246626c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19758/analysis/NA19758.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003707#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9f176c40-ea66-591e-ac96-9a1ea898cb0c"},"resourceType":"DocumentReference"} +{"id":"3a43f01e-7d69-51ab-8cc6-4fe8b6eadcee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19758/analysis/NA19758.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003707#sample/cram"}],"status":"current","subject":{"reference":"Patient/9f176c40-ea66-591e-ac96-9a1ea898cb0c"},"resourceType":"DocumentReference"} +{"id":"08af1d19-4760-5bb3-9821-a1bf79a867fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19759/analysis/NA19759.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003708#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bae7efb0-df8d-56f8-9fa8-7e1f3234e838"},"resourceType":"DocumentReference"} +{"id":"e0f8a518-7c51-5171-a5fd-c8a6d184925f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19759/analysis/NA19759.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003708#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bae7efb0-df8d-56f8-9fa8-7e1f3234e838"},"resourceType":"DocumentReference"} +{"id":"aa22ada6-df83-5770-9917-2a8ca5bbfe7c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19759/analysis/NA19759.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003708#sample/cram"}],"status":"current","subject":{"reference":"Patient/bae7efb0-df8d-56f8-9fa8-7e1f3234e838"},"resourceType":"DocumentReference"} +{"id":"f928172c-1d80-5b99-9d89-48dd7c5fd3da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19761/analysis/NA19761.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003710#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d704e64b-6c4e-5dfa-974c-13d7f3df8abf"},"resourceType":"DocumentReference"} +{"id":"40311ae3-fa2f-5d78-bdc0-260c19744b3b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19761/analysis/NA19761.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003710#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d704e64b-6c4e-5dfa-974c-13d7f3df8abf"},"resourceType":"DocumentReference"} +{"id":"8ef83d1d-77de-5a8d-a74a-a75388825fcc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19761/analysis/NA19761.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003710#sample/cram"}],"status":"current","subject":{"reference":"Patient/d704e64b-6c4e-5dfa-974c-13d7f3df8abf"},"resourceType":"DocumentReference"} +{"id":"1c0b3ce1-3f83-5cbe-8b23-faefde351d14","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19762/analysis/NA19762.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003711#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d6eb25bf-26af-52ed-9be3-b3bb6159045d"},"resourceType":"DocumentReference"} +{"id":"65186f47-ad60-583e-ac55-870f1f4b1e42","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19762/analysis/NA19762.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003711#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d6eb25bf-26af-52ed-9be3-b3bb6159045d"},"resourceType":"DocumentReference"} +{"id":"37ad2b30-890d-5d38-8319-79bd56350003","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19762/analysis/NA19762.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003711#sample/cram"}],"status":"current","subject":{"reference":"Patient/d6eb25bf-26af-52ed-9be3-b3bb6159045d"},"resourceType":"DocumentReference"} +{"id":"2fe09f7b-cde9-53b0-85fe-b4b882174f80","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19770/analysis/NA19770.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003713#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ac461b0d-7a26-546a-a3b2-784ce38b18d6"},"resourceType":"DocumentReference"} +{"id":"6a6bcf71-fbee-5bf3-ab03-7d231428481e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19770/analysis/NA19770.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003713#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ac461b0d-7a26-546a-a3b2-784ce38b18d6"},"resourceType":"DocumentReference"} +{"id":"f77f76cf-20d8-54a0-978e-4749b4b1e6f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19770/analysis/NA19770.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003713#sample/cram"}],"status":"current","subject":{"reference":"Patient/ac461b0d-7a26-546a-a3b2-784ce38b18d6"},"resourceType":"DocumentReference"} +{"id":"e3890209-4644-5832-b80e-160a1c3f7079","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19771/analysis/NA19771.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003714#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/07e79322-80e0-5c0e-bde4-ff94a5ef1fc6"},"resourceType":"DocumentReference"} +{"id":"1a85aaa9-989f-54ba-8a9d-821fddb84f95","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19771/analysis/NA19771.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003714#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/07e79322-80e0-5c0e-bde4-ff94a5ef1fc6"},"resourceType":"DocumentReference"} +{"id":"25319545-3716-5982-87c2-7d8ac79e48fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19771/analysis/NA19771.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003714#sample/cram"}],"status":"current","subject":{"reference":"Patient/07e79322-80e0-5c0e-bde4-ff94a5ef1fc6"},"resourceType":"DocumentReference"} +{"id":"55f56840-c0e7-520a-9750-de4885f06cf5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19773/analysis/NA19773.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003716#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c59cff77-f86f-5a9e-93be-28c1667a0f21"},"resourceType":"DocumentReference"} +{"id":"43ae046f-99c9-5652-9128-2bbcfb8d69a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19773/analysis/NA19773.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003716#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c59cff77-f86f-5a9e-93be-28c1667a0f21"},"resourceType":"DocumentReference"} +{"id":"32cdc63a-e87b-5fac-8120-1f709725766c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19773/analysis/NA19773.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003716#sample/cram"}],"status":"current","subject":{"reference":"Patient/c59cff77-f86f-5a9e-93be-28c1667a0f21"},"resourceType":"DocumentReference"} +{"id":"3e35eb32-2261-5076-b52a-fdef73c4b982","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19774/analysis/NA19774.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003717#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7b0a522e-14a3-5fe3-b752-1d03bd13044f"},"resourceType":"DocumentReference"} +{"id":"5c9d74de-7a90-5e0f-98bd-bf6deeedb08a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19774/analysis/NA19774.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003717#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7b0a522e-14a3-5fe3-b752-1d03bd13044f"},"resourceType":"DocumentReference"} +{"id":"38c7ff4e-7f94-5135-8ed0-61bc47f43cec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19774/analysis/NA19774.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003717#sample/cram"}],"status":"current","subject":{"reference":"Patient/7b0a522e-14a3-5fe3-b752-1d03bd13044f"},"resourceType":"DocumentReference"} +{"id":"211470df-2f9a-51d7-885c-3f6d670d25ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19776/analysis/NA19776.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003719#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7723963a-1d2b-5e3b-8820-f8eb25113dd0"},"resourceType":"DocumentReference"} +{"id":"5a4a4a52-a76e-5420-a93c-80e3038f17dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19776/analysis/NA19776.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003719#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7723963a-1d2b-5e3b-8820-f8eb25113dd0"},"resourceType":"DocumentReference"} +{"id":"015edf58-c53c-5d1b-9bea-81033288a519","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19776/analysis/NA19776.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003719#sample/cram"}],"status":"current","subject":{"reference":"Patient/7723963a-1d2b-5e3b-8820-f8eb25113dd0"},"resourceType":"DocumentReference"} +{"id":"c05a0af2-195b-5caf-9690-cf1eae8fc754","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19777/analysis/NA19777.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003720#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/410efee8-5121-5d3a-b881-3c9ab1055183"},"resourceType":"DocumentReference"} +{"id":"a09cebaf-8992-52a2-9c0d-c0931e87e0ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19777/analysis/NA19777.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003720#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/410efee8-5121-5d3a-b881-3c9ab1055183"},"resourceType":"DocumentReference"} +{"id":"b6b4b122-d19c-5103-af00-236e7c0025fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19777/analysis/NA19777.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003720#sample/cram"}],"status":"current","subject":{"reference":"Patient/410efee8-5121-5d3a-b881-3c9ab1055183"},"resourceType":"DocumentReference"} +{"id":"aa741e16-547f-500e-ad1f-b5f74aed2575","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19779/analysis/NA19779.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003722#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/79eceacd-b5b7-54ac-a6ff-e03fdd71a750"},"resourceType":"DocumentReference"} +{"id":"e5cbf345-3d78-57b7-a0e3-6eb7b2fc9598","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19779/analysis/NA19779.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003722#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/79eceacd-b5b7-54ac-a6ff-e03fdd71a750"},"resourceType":"DocumentReference"} +{"id":"817936ca-55bb-594a-9414-70315a491a6e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19779/analysis/NA19779.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003722#sample/cram"}],"status":"current","subject":{"reference":"Patient/79eceacd-b5b7-54ac-a6ff-e03fdd71a750"},"resourceType":"DocumentReference"} +{"id":"62954dfc-4d11-5fc1-95a2-6f8c59b94676","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19780/analysis/NA19780.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003723#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2134af96-d97d-56fd-a6cc-516777bc6a41"},"resourceType":"DocumentReference"} +{"id":"8cc01b3d-7bb6-50ef-a9f6-1f4d0a3c3e05","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19780/analysis/NA19780.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003723#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2134af96-d97d-56fd-a6cc-516777bc6a41"},"resourceType":"DocumentReference"} +{"id":"4d1bff7e-31fa-54ae-9c0a-1b6fc3be948e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19780/analysis/NA19780.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003723#sample/cram"}],"status":"current","subject":{"reference":"Patient/2134af96-d97d-56fd-a6cc-516777bc6a41"},"resourceType":"DocumentReference"} +{"id":"69edf9be-6e65-5598-918c-26e766b0d76c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19782/analysis/NA19782.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003725#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ebfc605a-c37e-5fef-8601-7109c1ee82ff"},"resourceType":"DocumentReference"} +{"id":"57611cfa-d4e5-5ebe-b419-ff5bb01ec4c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19782/analysis/NA19782.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003725#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ebfc605a-c37e-5fef-8601-7109c1ee82ff"},"resourceType":"DocumentReference"} +{"id":"a9eda858-45fa-57e2-8659-b0c0fac623c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19782/analysis/NA19782.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003725#sample/cram"}],"status":"current","subject":{"reference":"Patient/ebfc605a-c37e-5fef-8601-7109c1ee82ff"},"resourceType":"DocumentReference"} +{"id":"35d384ee-0401-550a-b93a-a735422f90ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19783/analysis/NA19783.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003726#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/802fc743-0d85-5ed9-899d-0504598b4238"},"resourceType":"DocumentReference"} +{"id":"aabca5b5-dea4-5c9f-960e-55536f424968","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19783/analysis/NA19783.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003726#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/802fc743-0d85-5ed9-899d-0504598b4238"},"resourceType":"DocumentReference"} +{"id":"034dee40-6b54-5e0a-8337-c86aaae8aba2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19783/analysis/NA19783.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003726#sample/cram"}],"status":"current","subject":{"reference":"Patient/802fc743-0d85-5ed9-899d-0504598b4238"},"resourceType":"DocumentReference"} +{"id":"58cccbe0-813e-53e6-a344-2427cfea3a2a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19785/analysis/NA19785.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003728#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b4673c2d-481b-5f93-9457-591b512a768e"},"resourceType":"DocumentReference"} +{"id":"17576c80-8823-5069-aa7d-5addf7f6d651","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19785/analysis/NA19785.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003728#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b4673c2d-481b-5f93-9457-591b512a768e"},"resourceType":"DocumentReference"} +{"id":"9d1382b0-cbc8-5673-aef2-4538206cdc23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19785/analysis/NA19785.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003728#sample/cram"}],"status":"current","subject":{"reference":"Patient/b4673c2d-481b-5f93-9457-591b512a768e"},"resourceType":"DocumentReference"} +{"id":"a4d3b275-5120-56fe-b762-76b0edf1bc7a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19786/analysis/NA19786.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003729#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fe7e1004-323b-5970-ab94-2e1aecfd4ff8"},"resourceType":"DocumentReference"} +{"id":"3ddf264f-2209-55bb-8402-e7c8fa6e2868","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19786/analysis/NA19786.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003729#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fe7e1004-323b-5970-ab94-2e1aecfd4ff8"},"resourceType":"DocumentReference"} +{"id":"c58d2916-648c-56fa-b227-f77f3b379532","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19786/analysis/NA19786.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003729#sample/cram"}],"status":"current","subject":{"reference":"Patient/fe7e1004-323b-5970-ab94-2e1aecfd4ff8"},"resourceType":"DocumentReference"} +{"id":"2dd6f76e-86a9-50d1-9e5b-6f532728969b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19788/analysis/NA19788.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003731#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/de46924a-bfe4-5129-8451-5aed943efc75"},"resourceType":"DocumentReference"} +{"id":"9fd09303-1dab-5dd0-a010-e80edb9a61fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19788/analysis/NA19788.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003731#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/de46924a-bfe4-5129-8451-5aed943efc75"},"resourceType":"DocumentReference"} +{"id":"4752593b-1770-5544-9b92-4736f595de36","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19788/analysis/NA19788.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003731#sample/cram"}],"status":"current","subject":{"reference":"Patient/de46924a-bfe4-5129-8451-5aed943efc75"},"resourceType":"DocumentReference"} +{"id":"8f9dfe5b-705e-54b6-8b00-66187aa82dfa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19789/analysis/NA19789.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003732#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/02cdf784-9227-54e4-8d49-09ecdb4937da"},"resourceType":"DocumentReference"} +{"id":"8317d669-9e43-507d-a2f2-4dae048002fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19789/analysis/NA19789.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003732#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/02cdf784-9227-54e4-8d49-09ecdb4937da"},"resourceType":"DocumentReference"} +{"id":"61bc3e30-2948-5772-8eec-9b5f2876e53f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19789/analysis/NA19789.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003732#sample/cram"}],"status":"current","subject":{"reference":"Patient/02cdf784-9227-54e4-8d49-09ecdb4937da"},"resourceType":"DocumentReference"} +{"id":"042eb6c7-d590-5888-aded-056b9a40cbab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19794/analysis/NA19794.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003734#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/609ce0ba-0ce0-52aa-9e74-3101e48ed67f"},"resourceType":"DocumentReference"} +{"id":"b58d5baa-9aec-54fc-92c7-eb14ff0dd18e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19794/analysis/NA19794.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003734#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/609ce0ba-0ce0-52aa-9e74-3101e48ed67f"},"resourceType":"DocumentReference"} +{"id":"e39ad50b-6a56-593e-acf8-9432f4120187","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19794/analysis/NA19794.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003734#sample/cram"}],"status":"current","subject":{"reference":"Patient/609ce0ba-0ce0-52aa-9e74-3101e48ed67f"},"resourceType":"DocumentReference"} +{"id":"cdd017a2-8d27-54d1-b5cc-1e85d4c50c53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19795/analysis/NA19795.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003735#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1eba11fa-4441-58af-95e9-b0bfad62fe8d"},"resourceType":"DocumentReference"} +{"id":"ed5e6786-f9b2-524a-a908-b246a7f719ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19795/analysis/NA19795.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003735#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1eba11fa-4441-58af-95e9-b0bfad62fe8d"},"resourceType":"DocumentReference"} +{"id":"036348e3-49f1-543b-b04e-09882e7049e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19795/analysis/NA19795.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003735#sample/cram"}],"status":"current","subject":{"reference":"Patient/1eba11fa-4441-58af-95e9-b0bfad62fe8d"},"resourceType":"DocumentReference"} +{"id":"76aaf794-cbd8-57d7-8187-3debdddd7838","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19818/analysis/NA19818.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003737#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/346c829f-6a0a-5572-a863-716c301e94e1"},"resourceType":"DocumentReference"} +{"id":"fd8fe791-7ee1-525b-a6fc-2c8abb56fdd5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19818/analysis/NA19818.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003737#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/346c829f-6a0a-5572-a863-716c301e94e1"},"resourceType":"DocumentReference"} +{"id":"a202dee1-92f4-5d9c-a5ab-2f6cc1dd59b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19818/analysis/NA19818.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003737#sample/cram"}],"status":"current","subject":{"reference":"Patient/346c829f-6a0a-5572-a863-716c301e94e1"},"resourceType":"DocumentReference"} +{"id":"359ec8ae-8074-546d-9676-c5466d5c66dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19819/analysis/NA19819.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003738#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a37e8cc2-bd6e-5af4-a84a-b05b53fe09f0"},"resourceType":"DocumentReference"} +{"id":"d44801a5-abec-5063-b611-99b3116e64a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19819/analysis/NA19819.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003738#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a37e8cc2-bd6e-5af4-a84a-b05b53fe09f0"},"resourceType":"DocumentReference"} +{"id":"0000a174-4cd1-5d3f-a659-8abac5eb1b0b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19819/analysis/NA19819.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003738#sample/cram"}],"status":"current","subject":{"reference":"Patient/a37e8cc2-bd6e-5af4-a84a-b05b53fe09f0"},"resourceType":"DocumentReference"} +{"id":"e1638bf9-a136-5986-940a-fc3f61df1077","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19834/analysis/NA19834.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003740#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6967aca8-f6a5-5d70-a453-f3eedeb639fd"},"resourceType":"DocumentReference"} +{"id":"1fb9ca7a-30b2-5797-827a-751b7a159b60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19834/analysis/NA19834.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003740#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6967aca8-f6a5-5d70-a453-f3eedeb639fd"},"resourceType":"DocumentReference"} +{"id":"68ddcf98-050e-5d3f-aa41-c0071346d41e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19834/analysis/NA19834.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003740#sample/cram"}],"status":"current","subject":{"reference":"Patient/6967aca8-f6a5-5d70-a453-f3eedeb639fd"},"resourceType":"DocumentReference"} +{"id":"d1b771e1-82b5-57d7-bfb3-fe98dfb05f13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19835/analysis/NA19835.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003741#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4de1fccb-ff76-5fed-bc1b-84ba3d2d2372"},"resourceType":"DocumentReference"} +{"id":"76c1797e-2179-510f-8c25-5f0efffcc382","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19835/analysis/NA19835.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003741#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4de1fccb-ff76-5fed-bc1b-84ba3d2d2372"},"resourceType":"DocumentReference"} +{"id":"cf7d0808-5aec-5be3-bd2e-0aec7137bbd6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19835/analysis/NA19835.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003741#sample/cram"}],"status":"current","subject":{"reference":"Patient/4de1fccb-ff76-5fed-bc1b-84ba3d2d2372"},"resourceType":"DocumentReference"} +{"id":"47ce0d82-b4ac-5b62-8804-d788250a2253","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19900/analysis/NA19900.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003743#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/345f62da-18e6-5da0-9b91-c1272b902a19"},"resourceType":"DocumentReference"} +{"id":"40d3cb08-ac38-5500-b36e-f7cb70f22c63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19900/analysis/NA19900.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003743#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/345f62da-18e6-5da0-9b91-c1272b902a19"},"resourceType":"DocumentReference"} +{"id":"d8438ec7-9869-5d03-b42d-2c9b2ffddf3a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19900/analysis/NA19900.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003743#sample/cram"}],"status":"current","subject":{"reference":"Patient/345f62da-18e6-5da0-9b91-c1272b902a19"},"resourceType":"DocumentReference"} +{"id":"e93b45fd-ea13-5946-a55c-7a8897a713c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19901/analysis/NA19901.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003744#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9a6f7eaa-3ef9-5de0-8c3b-b996fae207d6"},"resourceType":"DocumentReference"} +{"id":"6f3064a8-447f-5845-9030-e9e7fb0bc757","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19901/analysis/NA19901.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003744#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9a6f7eaa-3ef9-5de0-8c3b-b996fae207d6"},"resourceType":"DocumentReference"} +{"id":"6dd91848-4a57-5fa7-930a-c34deb3cc044","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19901/analysis/NA19901.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003744#sample/cram"}],"status":"current","subject":{"reference":"Patient/9a6f7eaa-3ef9-5de0-8c3b-b996fae207d6"},"resourceType":"DocumentReference"} +{"id":"e9092118-9827-5b20-8d95-963776613253","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19904/analysis/NA19904.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003746#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cdb1b183-0eac-5012-b66a-e0a6f258550a"},"resourceType":"DocumentReference"} +{"id":"5595cc71-a186-5cb9-a17e-77025ed37ab4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19904/analysis/NA19904.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003746#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cdb1b183-0eac-5012-b66a-e0a6f258550a"},"resourceType":"DocumentReference"} +{"id":"2dc6de1b-a09a-500c-8c8c-c89ba6f919ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19904/analysis/NA19904.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003746#sample/cram"}],"status":"current","subject":{"reference":"Patient/cdb1b183-0eac-5012-b66a-e0a6f258550a"},"resourceType":"DocumentReference"} +{"id":"436a1f8e-d4a4-5360-af9c-3a75702ac32b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19908/analysis/NA19908.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003747#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0f8231b4-6893-5853-bbfe-17c8be61b3b6"},"resourceType":"DocumentReference"} +{"id":"ce909aca-5d09-5baa-854f-6d137a144299","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19908/analysis/NA19908.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003747#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0f8231b4-6893-5853-bbfe-17c8be61b3b6"},"resourceType":"DocumentReference"} +{"id":"73e52979-755b-5f37-a050-3e5f03729032","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19908/analysis/NA19908.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003747#sample/cram"}],"status":"current","subject":{"reference":"Patient/0f8231b4-6893-5853-bbfe-17c8be61b3b6"},"resourceType":"DocumentReference"} +{"id":"59e59fe3-85fc-5d7b-9350-9955b2f2e7c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19909/analysis/NA19909.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003748#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2cfa4781-520d-591f-8842-f2e5da25fb26"},"resourceType":"DocumentReference"} +{"id":"c8b4437b-34e6-5e50-9b5f-32619d239270","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19909/analysis/NA19909.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003748#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2cfa4781-520d-591f-8842-f2e5da25fb26"},"resourceType":"DocumentReference"} +{"id":"b8f88b38-34e9-5146-ab3b-7a8302623e16","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19909/analysis/NA19909.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003748#sample/cram"}],"status":"current","subject":{"reference":"Patient/2cfa4781-520d-591f-8842-f2e5da25fb26"},"resourceType":"DocumentReference"} +{"id":"1ea2ad97-24a4-5818-9973-b502378a7506","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19914/analysis/NA19914.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003749#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0a7d912b-f3df-5aa6-81d7-dbec07a0fa10"},"resourceType":"DocumentReference"} +{"id":"6de355b3-88b1-524d-a30f-708dce3dd167","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19914/analysis/NA19914.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003749#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0a7d912b-f3df-5aa6-81d7-dbec07a0fa10"},"resourceType":"DocumentReference"} +{"id":"0272cbf8-b46c-51fa-9183-b845ce052f06","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19914/analysis/NA19914.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003749#sample/cram"}],"status":"current","subject":{"reference":"Patient/0a7d912b-f3df-5aa6-81d7-dbec07a0fa10"},"resourceType":"DocumentReference"} +{"id":"3d54d086-9a2e-56fd-9b79-0eeeeed3268b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19916/analysis/NA19916.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003751#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9569f0ec-e6aa-5a56-b5cf-9fcfa3b8c67e"},"resourceType":"DocumentReference"} +{"id":"9ad336b3-f392-5392-983f-94e4ec21d059","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19916/analysis/NA19916.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003751#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9569f0ec-e6aa-5a56-b5cf-9fcfa3b8c67e"},"resourceType":"DocumentReference"} +{"id":"96ebbb69-8836-5772-9b6a-ce18262185e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19916/analysis/NA19916.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003751#sample/cram"}],"status":"current","subject":{"reference":"Patient/9569f0ec-e6aa-5a56-b5cf-9fcfa3b8c67e"},"resourceType":"DocumentReference"} +{"id":"8fd7a322-6b0b-5941-badd-05da57e054d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19917/analysis/NA19917.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003752#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6c648cd3-a030-5ee1-8ec2-d86caab634e3"},"resourceType":"DocumentReference"} +{"id":"730564e4-2096-5b4f-85c6-a85404352b31","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19917/analysis/NA19917.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003752#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6c648cd3-a030-5ee1-8ec2-d86caab634e3"},"resourceType":"DocumentReference"} +{"id":"68ad0bd5-86b5-532a-9514-f9bef43fe9fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19917/analysis/NA19917.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003752#sample/cram"}],"status":"current","subject":{"reference":"Patient/6c648cd3-a030-5ee1-8ec2-d86caab634e3"},"resourceType":"DocumentReference"} +{"id":"276f4e8f-933c-554f-8963-e8adce51b80a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19920/analysis/NA19920.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003755#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dd55c7f6-f307-51ba-ad02-8b33738d24e6"},"resourceType":"DocumentReference"} +{"id":"a1a75813-9fa9-532d-80ad-9a343a345eb9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19920/analysis/NA19920.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003755#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dd55c7f6-f307-51ba-ad02-8b33738d24e6"},"resourceType":"DocumentReference"} +{"id":"9759b5cd-9ca2-5ee3-a206-b480a2546506","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19920/analysis/NA19920.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003755#sample/cram"}],"status":"current","subject":{"reference":"Patient/dd55c7f6-f307-51ba-ad02-8b33738d24e6"},"resourceType":"DocumentReference"} +{"id":"748305bb-0cd5-5573-9f05-45cbaba8735d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19921/analysis/NA19921.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003756#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2de82946-03ec-591c-bc77-38069940a0c4"},"resourceType":"DocumentReference"} +{"id":"7f251b31-64a9-51f4-9556-61a1adc9e0f9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19921/analysis/NA19921.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003756#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2de82946-03ec-591c-bc77-38069940a0c4"},"resourceType":"DocumentReference"} +{"id":"53b70ed1-24d8-525f-817f-01e63b19f83e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19921/analysis/NA19921.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003756#sample/cram"}],"status":"current","subject":{"reference":"Patient/2de82946-03ec-591c-bc77-38069940a0c4"},"resourceType":"DocumentReference"} +{"id":"b5884030-0844-54e9-83dc-3eaa3c7747e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19982/analysis/NA19982.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003757#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/813573ce-af34-5c96-8ae7-b11eb13e9c9a"},"resourceType":"DocumentReference"} +{"id":"c6124813-e5c8-5229-832a-b1e7c16342e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19982/analysis/NA19982.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003757#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/813573ce-af34-5c96-8ae7-b11eb13e9c9a"},"resourceType":"DocumentReference"} +{"id":"1346d70c-6737-52af-bb03-b7114aafcbfd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19982/analysis/NA19982.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003757#sample/cram"}],"status":"current","subject":{"reference":"Patient/813573ce-af34-5c96-8ae7-b11eb13e9c9a"},"resourceType":"DocumentReference"} +{"id":"0834a0ec-d5b2-5a2f-87d7-ca4ed71c63ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20126/analysis/NA20126.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003760#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/96dc44d5-cba1-5093-9ca3-2751171110f3"},"resourceType":"DocumentReference"} +{"id":"2b05ac2e-7829-5d97-bcd4-8bd6834e513d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20126/analysis/NA20126.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003760#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/96dc44d5-cba1-5093-9ca3-2751171110f3"},"resourceType":"DocumentReference"} +{"id":"becc61d8-bfc8-5031-ae1d-a8d6fc834fb7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20126/analysis/NA20126.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003760#sample/cram"}],"status":"current","subject":{"reference":"Patient/96dc44d5-cba1-5093-9ca3-2751171110f3"},"resourceType":"DocumentReference"} +{"id":"9bc9e008-09bb-5702-b182-5fbfda5545a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20127/analysis/NA20127.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003761#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d55db37c-468f-54c7-bad0-1cc2355ca2c1"},"resourceType":"DocumentReference"} +{"id":"f15f8745-1180-586a-b440-018d0830a3de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20127/analysis/NA20127.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003761#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d55db37c-468f-54c7-bad0-1cc2355ca2c1"},"resourceType":"DocumentReference"} +{"id":"8d868cf0-2345-5554-871b-1aecf0673a24","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20127/analysis/NA20127.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003761#sample/cram"}],"status":"current","subject":{"reference":"Patient/d55db37c-468f-54c7-bad0-1cc2355ca2c1"},"resourceType":"DocumentReference"} +{"id":"fb0b1aaf-2142-5a8f-8560-d8b651512932","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20276/analysis/NA20276.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003764#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/91308c9d-47fd-5227-812b-42c28ab8b033"},"resourceType":"DocumentReference"} +{"id":"b0d83404-1bf8-5146-ba1c-8cf593ced9cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20276/analysis/NA20276.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003764#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/91308c9d-47fd-5227-812b-42c28ab8b033"},"resourceType":"DocumentReference"} +{"id":"93350964-2c49-5e72-bee9-4621d485c760","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20276/analysis/NA20276.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003764#sample/cram"}],"status":"current","subject":{"reference":"Patient/91308c9d-47fd-5227-812b-42c28ab8b033"},"resourceType":"DocumentReference"} +{"id":"34b556af-7cdb-583e-9d14-c3e4b09f6397","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20278/analysis/NA20278.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003766#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ca6b9cc3-ae9c-5373-a182-9ffd3c8e9350"},"resourceType":"DocumentReference"} +{"id":"aea15ed6-56c2-50d1-b85d-fe45c9f70bdf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20278/analysis/NA20278.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003766#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ca6b9cc3-ae9c-5373-a182-9ffd3c8e9350"},"resourceType":"DocumentReference"} +{"id":"bbc63b30-36ff-572c-8093-dd2743451ca1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20278/analysis/NA20278.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003766#sample/cram"}],"status":"current","subject":{"reference":"Patient/ca6b9cc3-ae9c-5373-a182-9ffd3c8e9350"},"resourceType":"DocumentReference"} +{"id":"125ff3c5-94ba-5c5d-86f7-dfbc203f98f9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20281/analysis/NA20281.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003768#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a0bce9a3-4aa2-5b65-a95f-4156aff8d2b9"},"resourceType":"DocumentReference"} +{"id":"76fd9314-2b0d-57e2-8780-09d538f43a17","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20281/analysis/NA20281.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003768#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a0bce9a3-4aa2-5b65-a95f-4156aff8d2b9"},"resourceType":"DocumentReference"} +{"id":"10301689-1723-5828-977d-9a374daaaf94","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20281/analysis/NA20281.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003768#sample/cram"}],"status":"current","subject":{"reference":"Patient/a0bce9a3-4aa2-5b65-a95f-4156aff8d2b9"},"resourceType":"DocumentReference"} +{"id":"175bbd23-86ec-573d-a7b9-68cb79493050","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20282/analysis/NA20282.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003769#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/959acc0c-f3c6-558e-8795-5034198d7e54"},"resourceType":"DocumentReference"} +{"id":"8b71d8c0-4e03-5ed1-bc3b-a2d7cdd68673","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20282/analysis/NA20282.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003769#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/959acc0c-f3c6-558e-8795-5034198d7e54"},"resourceType":"DocumentReference"} +{"id":"185c27e1-3a24-5237-98c8-0c8fa12e1921","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20282/analysis/NA20282.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003769#sample/cram"}],"status":"current","subject":{"reference":"Patient/959acc0c-f3c6-558e-8795-5034198d7e54"},"resourceType":"DocumentReference"} +{"id":"f1f0ec44-2a53-5066-843f-8a40bf6aadb7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20287/analysis/NA20287.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003771#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/163b99eb-2dd0-5c1e-8c42-a4167cfc0e02"},"resourceType":"DocumentReference"} +{"id":"30d540f5-b295-5f9c-a4c4-22b8518148e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20287/analysis/NA20287.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003771#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/163b99eb-2dd0-5c1e-8c42-a4167cfc0e02"},"resourceType":"DocumentReference"} +{"id":"d8560636-eec0-54b6-9356-41c5167a80e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20287/analysis/NA20287.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003771#sample/cram"}],"status":"current","subject":{"reference":"Patient/163b99eb-2dd0-5c1e-8c42-a4167cfc0e02"},"resourceType":"DocumentReference"} +{"id":"4198e1ad-ea14-5480-9b88-fe125f2b3ceb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20289/analysis/NA20289.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003773#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f47fab51-427f-514c-b66a-2b5dc374b492"},"resourceType":"DocumentReference"} +{"id":"eb020e1e-b1f6-5e39-b102-161be659e57d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20289/analysis/NA20289.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003773#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f47fab51-427f-514c-b66a-2b5dc374b492"},"resourceType":"DocumentReference"} +{"id":"e829967f-f6f1-5396-a6a7-4ba8e931b18f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20289/analysis/NA20289.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003773#sample/cram"}],"status":"current","subject":{"reference":"Patient/f47fab51-427f-514c-b66a-2b5dc374b492"},"resourceType":"DocumentReference"} +{"id":"b864f589-72dc-58a0-b0f8-fce179da5584","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20291/analysis/NA20291.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003775#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2ec3f6bf-bed7-5f9f-b56b-74906033c05f"},"resourceType":"DocumentReference"} +{"id":"9b672a11-daae-5ac0-9318-8a5445900c29","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20291/analysis/NA20291.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003775#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2ec3f6bf-bed7-5f9f-b56b-74906033c05f"},"resourceType":"DocumentReference"} +{"id":"33d96e0f-d842-5ddb-a715-3b6011e8e7fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20291/analysis/NA20291.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003775#sample/cram"}],"status":"current","subject":{"reference":"Patient/2ec3f6bf-bed7-5f9f-b56b-74906033c05f"},"resourceType":"DocumentReference"} +{"id":"4547b01a-956b-5737-ba4b-2d9c5a64d5d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20294/analysis/NA20294.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003777#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6742a295-9a7f-5828-b33f-de6bd679fba1"},"resourceType":"DocumentReference"} +{"id":"3c6e6e7a-f89b-57a3-864d-af5c93e4ea00","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20294/analysis/NA20294.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003777#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6742a295-9a7f-5828-b33f-de6bd679fba1"},"resourceType":"DocumentReference"} +{"id":"66477700-31f6-51e2-8d10-de6ab30fbe96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20294/analysis/NA20294.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003777#sample/cram"}],"status":"current","subject":{"reference":"Patient/6742a295-9a7f-5828-b33f-de6bd679fba1"},"resourceType":"DocumentReference"} +{"id":"1ff49429-f489-5633-a0d6-30f20577d0dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20296/analysis/NA20296.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003779#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d8dd1a56-b55b-5412-8b59-64bb83fab6db"},"resourceType":"DocumentReference"} +{"id":"f7c52f50-e77a-50ae-a349-67bda7b6ca35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20296/analysis/NA20296.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003779#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d8dd1a56-b55b-5412-8b59-64bb83fab6db"},"resourceType":"DocumentReference"} +{"id":"c87745a5-071a-56ad-a275-e70c53f1f62e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20296/analysis/NA20296.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003779#sample/cram"}],"status":"current","subject":{"reference":"Patient/d8dd1a56-b55b-5412-8b59-64bb83fab6db"},"resourceType":"DocumentReference"} +{"id":"03a786c2-5349-531d-979c-05a52bb3cc1a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20299/analysis/NA20299.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003781#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fac85fbf-f49c-5086-83b4-a7e54d21902d"},"resourceType":"DocumentReference"} +{"id":"78930d24-54ca-55db-8078-1fd741192c10","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20299/analysis/NA20299.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003781#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fac85fbf-f49c-5086-83b4-a7e54d21902d"},"resourceType":"DocumentReference"} +{"id":"8070c105-f065-524c-a6c7-9bf00c2e4a9e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20299/analysis/NA20299.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003781#sample/cram"}],"status":"current","subject":{"reference":"Patient/fac85fbf-f49c-5086-83b4-a7e54d21902d"},"resourceType":"DocumentReference"} +{"id":"eaf87989-0f4d-5737-901b-3212c9d0ad89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20314/analysis/NA20314.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003785#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e14d9392-687f-573d-a1e3-1b528e05ba0d"},"resourceType":"DocumentReference"} +{"id":"649c4fe2-5e3e-5938-ad1d-0c26c8201dd2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20314/analysis/NA20314.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003785#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e14d9392-687f-573d-a1e3-1b528e05ba0d"},"resourceType":"DocumentReference"} +{"id":"14310a59-b7da-56a0-91fe-b2fd86fe55cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20314/analysis/NA20314.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003785#sample/cram"}],"status":"current","subject":{"reference":"Patient/e14d9392-687f-573d-a1e3-1b528e05ba0d"},"resourceType":"DocumentReference"} +{"id":"e74baf58-5e15-5893-aaf1-95e0bf14f065","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20317/analysis/NA20317.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003787#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b38f8430-3c54-5d24-88ec-5ddae4e41c39"},"resourceType":"DocumentReference"} +{"id":"058c76e5-3a7f-5635-a46b-085460dd947e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20317/analysis/NA20317.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003787#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b38f8430-3c54-5d24-88ec-5ddae4e41c39"},"resourceType":"DocumentReference"} +{"id":"829ba333-dd32-5286-9cc7-b215a521a37e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20317/analysis/NA20317.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003787#sample/cram"}],"status":"current","subject":{"reference":"Patient/b38f8430-3c54-5d24-88ec-5ddae4e41c39"},"resourceType":"DocumentReference"} +{"id":"e63eddd5-c294-58c3-8aa0-927359ea54f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20332/analysis/NA20332.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003790#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c3c161ed-6d55-53d3-ab0c-8c69f75e3a2a"},"resourceType":"DocumentReference"} +{"id":"03932134-8bd8-5e24-aee1-e69037fe98f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20332/analysis/NA20332.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003790#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c3c161ed-6d55-53d3-ab0c-8c69f75e3a2a"},"resourceType":"DocumentReference"} +{"id":"3dd7bfd2-2818-5267-9d53-ad1655da2097","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20332/analysis/NA20332.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003790#sample/cram"}],"status":"current","subject":{"reference":"Patient/c3c161ed-6d55-53d3-ab0c-8c69f75e3a2a"},"resourceType":"DocumentReference"} +{"id":"332f7f10-8aa6-5c71-b4ef-57d9b5ab1286","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20334/analysis/NA20334.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003792#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e87d7ad7-3e4b-5fdc-9d0e-db7b5323e9c5"},"resourceType":"DocumentReference"} +{"id":"7239a40c-98ef-5e66-b258-2d2c65172ce1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20334/analysis/NA20334.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003792#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e87d7ad7-3e4b-5fdc-9d0e-db7b5323e9c5"},"resourceType":"DocumentReference"} +{"id":"b25424ff-3fd4-5ac6-bacd-7de7e0fb7b0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20334/analysis/NA20334.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003792#sample/cram"}],"status":"current","subject":{"reference":"Patient/e87d7ad7-3e4b-5fdc-9d0e-db7b5323e9c5"},"resourceType":"DocumentReference"} +{"id":"4043da9b-1d84-5679-a87f-bd888f8e8cac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20340/analysis/NA20340.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003796#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c0296337-ea77-56cb-ac67-62a4f949e734"},"resourceType":"DocumentReference"} +{"id":"863e3cf1-8f11-573b-9975-66020cde9121","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20340/analysis/NA20340.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003796#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c0296337-ea77-56cb-ac67-62a4f949e734"},"resourceType":"DocumentReference"} +{"id":"9b56cf8b-7811-5451-89c6-9b5244abe113","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20340/analysis/NA20340.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003796#sample/cram"}],"status":"current","subject":{"reference":"Patient/c0296337-ea77-56cb-ac67-62a4f949e734"},"resourceType":"DocumentReference"} +{"id":"8e5df354-c050-5a19-9130-d8fe5723b5ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20342/analysis/NA20342.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003798#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/07cadef7-c0f1-59ff-afef-38004a69591e"},"resourceType":"DocumentReference"} +{"id":"3623c772-3279-5b54-87de-1c2761353b2b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20342/analysis/NA20342.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003798#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/07cadef7-c0f1-59ff-afef-38004a69591e"},"resourceType":"DocumentReference"} +{"id":"fa986652-6bd3-5f4a-a65c-188e2f768f00","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20342/analysis/NA20342.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003798#sample/cram"}],"status":"current","subject":{"reference":"Patient/07cadef7-c0f1-59ff-afef-38004a69591e"},"resourceType":"DocumentReference"} +{"id":"750865f5-db03-51ee-ad51-e176e171c353","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20346/analysis/NA20346.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003802#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c961027c-ca41-5b37-b441-e7caedd1c659"},"resourceType":"DocumentReference"} +{"id":"09335987-54b3-5fec-9b09-d4dcc56dfc7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20346/analysis/NA20346.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003802#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c961027c-ca41-5b37-b441-e7caedd1c659"},"resourceType":"DocumentReference"} +{"id":"8875fa2a-08f8-55f7-8946-82b50bc92e86","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20346/analysis/NA20346.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003802#sample/cram"}],"status":"current","subject":{"reference":"Patient/c961027c-ca41-5b37-b441-e7caedd1c659"},"resourceType":"DocumentReference"} +{"id":"bea96a6b-e05a-516b-b2d9-34109b7f1258","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20348/analysis/NA20348.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003804#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2bb46a59-abd1-5a20-bb93-7a0f479b1568"},"resourceType":"DocumentReference"} +{"id":"6e1fe7d9-6cc2-561a-91eb-ddce1350eda9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20348/analysis/NA20348.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003804#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2bb46a59-abd1-5a20-bb93-7a0f479b1568"},"resourceType":"DocumentReference"} +{"id":"ccc47c62-1667-53d4-a5f0-985e3cf4aa9f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20348/analysis/NA20348.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003804#sample/cram"}],"status":"current","subject":{"reference":"Patient/2bb46a59-abd1-5a20-bb93-7a0f479b1568"},"resourceType":"DocumentReference"} +{"id":"b2e0b3ef-4b57-5115-8f21-6fed74d68247","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20356/analysis/NA20356.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003807#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0b336a17-d215-530f-b4f1-e653cf1faa26"},"resourceType":"DocumentReference"} +{"id":"dfbdbbc7-924c-5c16-bf97-b65c884df5f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20356/analysis/NA20356.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003807#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0b336a17-d215-530f-b4f1-e653cf1faa26"},"resourceType":"DocumentReference"} +{"id":"d0f337a0-992c-5353-9497-b815d8bf7cef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20356/analysis/NA20356.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003807#sample/cram"}],"status":"current","subject":{"reference":"Patient/0b336a17-d215-530f-b4f1-e653cf1faa26"},"resourceType":"DocumentReference"} +{"id":"84e865a4-fa58-5c13-bf50-0cfa48a80dd9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20357/analysis/NA20357.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003808#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/badd1029-5ca2-5691-8211-9ac6c3f50fad"},"resourceType":"DocumentReference"} +{"id":"f34818ab-cfbc-5022-aadb-fafafb6e2402","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20357/analysis/NA20357.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003808#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/badd1029-5ca2-5691-8211-9ac6c3f50fad"},"resourceType":"DocumentReference"} +{"id":"411c21b2-1eaf-50bd-af38-4a1045c8cb69","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20357/analysis/NA20357.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003808#sample/cram"}],"status":"current","subject":{"reference":"Patient/badd1029-5ca2-5691-8211-9ac6c3f50fad"},"resourceType":"DocumentReference"} +{"id":"539c7226-7903-5e57-bc04-6db43cee6752","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20359/analysis/NA20359.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003810#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/94afb80f-6c12-528d-b6b6-2f079ed026c9"},"resourceType":"DocumentReference"} +{"id":"a2afafd3-b0b8-56f3-a163-99a62b891e11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20359/analysis/NA20359.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003810#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/94afb80f-6c12-528d-b6b6-2f079ed026c9"},"resourceType":"DocumentReference"} +{"id":"eb9972dc-f355-591a-a5b4-1577b52b8f28","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20359/analysis/NA20359.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003810#sample/cram"}],"status":"current","subject":{"reference":"Patient/94afb80f-6c12-528d-b6b6-2f079ed026c9"},"resourceType":"DocumentReference"} +{"id":"cefff1cd-284b-5273-b82a-6fa271e2eeae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20845/analysis/NA20845.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003814#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fa0bcf87-36b8-5567-a0c3-a0ceba1586a5"},"resourceType":"DocumentReference"} +{"id":"f30e3773-d3bf-55e4-9677-7c1a51bfc7bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20845/analysis/NA20845.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003814#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fa0bcf87-36b8-5567-a0c3-a0ceba1586a5"},"resourceType":"DocumentReference"} +{"id":"e0b6cb62-8a80-5c3c-ac4f-4e057fdadf77","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20845/analysis/NA20845.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003814#sample/cram"}],"status":"current","subject":{"reference":"Patient/fa0bcf87-36b8-5567-a0c3-a0ceba1586a5"},"resourceType":"DocumentReference"} +{"id":"f0a19a3d-8489-5e04-8d5d-c6371fd554f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20846/analysis/NA20846.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003815#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5eb771e2-11b0-5eaf-9bbe-78cb6aa38bb9"},"resourceType":"DocumentReference"} +{"id":"e7f6a7a1-9a80-5517-93aa-e805e4edd4d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20846/analysis/NA20846.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003815#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5eb771e2-11b0-5eaf-9bbe-78cb6aa38bb9"},"resourceType":"DocumentReference"} +{"id":"9aa5998e-9df3-50bd-a32a-59d38a35fabe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20846/analysis/NA20846.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003815#sample/cram"}],"status":"current","subject":{"reference":"Patient/5eb771e2-11b0-5eaf-9bbe-78cb6aa38bb9"},"resourceType":"DocumentReference"} +{"id":"3d74ebc5-4629-53f3-b105-101d7e55a73e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20847/analysis/NA20847.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003816#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/16ab3c35-71bf-59fb-a0f3-a7c2d2017a24"},"resourceType":"DocumentReference"} +{"id":"311cf20b-c94e-546b-ba62-419f4a40f6ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20847/analysis/NA20847.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003816#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/16ab3c35-71bf-59fb-a0f3-a7c2d2017a24"},"resourceType":"DocumentReference"} +{"id":"2d25e0eb-00d2-5ec1-90da-ec1c9c8ee765","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20847/analysis/NA20847.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003816#sample/cram"}],"status":"current","subject":{"reference":"Patient/16ab3c35-71bf-59fb-a0f3-a7c2d2017a24"},"resourceType":"DocumentReference"} +{"id":"028c52b6-49a7-59d8-a502-b3dcfe1c4ef7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20849/analysis/NA20849.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003817#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/35f2f4ce-dbc0-5290-9b49-294aed9412ce"},"resourceType":"DocumentReference"} +{"id":"cf3c6351-d8b1-5daf-8744-b326a3e63656","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20849/analysis/NA20849.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003817#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/35f2f4ce-dbc0-5290-9b49-294aed9412ce"},"resourceType":"DocumentReference"} +{"id":"892accd5-eff7-5170-8c53-c01c63a671d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20849/analysis/NA20849.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003817#sample/cram"}],"status":"current","subject":{"reference":"Patient/35f2f4ce-dbc0-5290-9b49-294aed9412ce"},"resourceType":"DocumentReference"} +{"id":"e7fcb9c4-27c8-5f99-9cb8-34c8b9f56cfc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20850/analysis/NA20850.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003818#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/81be0826-e83d-511b-bdc1-6fb9c602e270"},"resourceType":"DocumentReference"} +{"id":"314cfd06-56bd-5bcf-9148-d802a0c47128","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20850/analysis/NA20850.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003818#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/81be0826-e83d-511b-bdc1-6fb9c602e270"},"resourceType":"DocumentReference"} +{"id":"8f61fc96-790e-56e6-9582-7f4a72c4462e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20850/analysis/NA20850.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003818#sample/cram"}],"status":"current","subject":{"reference":"Patient/81be0826-e83d-511b-bdc1-6fb9c602e270"},"resourceType":"DocumentReference"} +{"id":"f6d5b101-403d-5a10-bc68-696c76e6d8f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20851/analysis/NA20851.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003819#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e237160d-8a7d-5069-baf9-8811ebedc044"},"resourceType":"DocumentReference"} +{"id":"4e8de0f8-135f-5170-9cd4-678ffb9093a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20851/analysis/NA20851.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003819#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e237160d-8a7d-5069-baf9-8811ebedc044"},"resourceType":"DocumentReference"} +{"id":"a99ef443-103e-57d3-8169-4a25ef73d1de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20851/analysis/NA20851.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003819#sample/cram"}],"status":"current","subject":{"reference":"Patient/e237160d-8a7d-5069-baf9-8811ebedc044"},"resourceType":"DocumentReference"} +{"id":"d5a9f5cf-e49c-5ec7-9a3e-2662d26b88bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20852/analysis/NA20852.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003820#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2ff5cad3-1f65-5f2d-bbb9-560176562573"},"resourceType":"DocumentReference"} +{"id":"09f2fbd0-f643-5c50-bf9c-32854b0b3fd4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20852/analysis/NA20852.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003820#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2ff5cad3-1f65-5f2d-bbb9-560176562573"},"resourceType":"DocumentReference"} +{"id":"9f84ce30-1f36-5416-99da-0ea2c8c8f777","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20852/analysis/NA20852.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003820#sample/cram"}],"status":"current","subject":{"reference":"Patient/2ff5cad3-1f65-5f2d-bbb9-560176562573"},"resourceType":"DocumentReference"} +{"id":"f39acc21-e97d-5874-b4e5-133c21c804a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20853/analysis/NA20853.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003821#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/150fc7ad-c81c-5da3-bf5b-0cb38cf95d35"},"resourceType":"DocumentReference"} +{"id":"7cd0894e-6a56-5e7d-b5ab-e7404a713744","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20853/analysis/NA20853.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003821#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/150fc7ad-c81c-5da3-bf5b-0cb38cf95d35"},"resourceType":"DocumentReference"} +{"id":"4607e2ff-a2fe-528a-b503-f2c042bfc98a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20853/analysis/NA20853.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003821#sample/cram"}],"status":"current","subject":{"reference":"Patient/150fc7ad-c81c-5da3-bf5b-0cb38cf95d35"},"resourceType":"DocumentReference"} +{"id":"0ab7966c-be6f-5893-864e-4c9f38b6836d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20854/analysis/NA20854.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003822#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2ec96644-801c-5dd2-80d4-4378afa801fe"},"resourceType":"DocumentReference"} +{"id":"fc091cd3-1794-5b29-96c5-d784b64c8f67","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20854/analysis/NA20854.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003822#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2ec96644-801c-5dd2-80d4-4378afa801fe"},"resourceType":"DocumentReference"} +{"id":"b7d3a377-b9d8-58b0-b682-d110f37d7990","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20854/analysis/NA20854.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003822#sample/cram"}],"status":"current","subject":{"reference":"Patient/2ec96644-801c-5dd2-80d4-4378afa801fe"},"resourceType":"DocumentReference"} +{"id":"0df13c0d-7cc1-5deb-9aa7-084c484fb0c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20856/analysis/NA20856.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003823#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ee020a8c-3f99-5888-a6f8-2996a3a2eb75"},"resourceType":"DocumentReference"} +{"id":"55279bdd-74f0-5005-b4b4-b269763a02e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20856/analysis/NA20856.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003823#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ee020a8c-3f99-5888-a6f8-2996a3a2eb75"},"resourceType":"DocumentReference"} +{"id":"45c11792-928a-5946-a81f-e92122a9c5a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20856/analysis/NA20856.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003823#sample/cram"}],"status":"current","subject":{"reference":"Patient/ee020a8c-3f99-5888-a6f8-2996a3a2eb75"},"resourceType":"DocumentReference"} +{"id":"05eda831-39ac-543a-8e0b-5dfd8c15cf10","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20858/analysis/NA20858.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003824#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dec4aaa4-f4e7-5ea0-88a5-0d327af05d85"},"resourceType":"DocumentReference"} +{"id":"ceab9072-35bb-5a3e-a344-d0da447d3fea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20858/analysis/NA20858.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003824#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dec4aaa4-f4e7-5ea0-88a5-0d327af05d85"},"resourceType":"DocumentReference"} +{"id":"893130de-0cc3-58ee-9c4d-0c5075f9f448","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20858/analysis/NA20858.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003824#sample/cram"}],"status":"current","subject":{"reference":"Patient/dec4aaa4-f4e7-5ea0-88a5-0d327af05d85"},"resourceType":"DocumentReference"} +{"id":"56ebe164-22dc-5847-928b-18c88648c503","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20859/analysis/NA20859.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003825#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/94c582df-1967-5cd1-ac50-b31a9af455cf"},"resourceType":"DocumentReference"} +{"id":"96965dc9-d7c0-5576-8028-6d40b5df40c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20859/analysis/NA20859.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003825#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/94c582df-1967-5cd1-ac50-b31a9af455cf"},"resourceType":"DocumentReference"} +{"id":"2df33146-bca4-52db-9967-95adf32503d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20859/analysis/NA20859.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003825#sample/cram"}],"status":"current","subject":{"reference":"Patient/94c582df-1967-5cd1-ac50-b31a9af455cf"},"resourceType":"DocumentReference"} +{"id":"bebfa3c3-74f5-5f33-8466-d12d5069c718","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20861/analysis/NA20861.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003826#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0c85db17-3fa7-5875-a371-b35496494323"},"resourceType":"DocumentReference"} +{"id":"9e82ad3c-48ae-5434-9517-972aecacb85c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20861/analysis/NA20861.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003826#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0c85db17-3fa7-5875-a371-b35496494323"},"resourceType":"DocumentReference"} +{"id":"a5543dd3-77a0-5ae0-92dc-f67ee3535785","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20861/analysis/NA20861.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003826#sample/cram"}],"status":"current","subject":{"reference":"Patient/0c85db17-3fa7-5875-a371-b35496494323"},"resourceType":"DocumentReference"} +{"id":"1cf25008-3a2c-53d8-afbf-033d23b00b32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20862/analysis/NA20862.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003827#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/abcdc3d1-c961-5f1b-82fd-ea234d94f15d"},"resourceType":"DocumentReference"} +{"id":"6def8bb6-2f81-50ff-bd5e-b07870ea7289","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20862/analysis/NA20862.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003827#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/abcdc3d1-c961-5f1b-82fd-ea234d94f15d"},"resourceType":"DocumentReference"} +{"id":"8d711eda-6e69-5292-8f01-117980b22cff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20862/analysis/NA20862.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003827#sample/cram"}],"status":"current","subject":{"reference":"Patient/abcdc3d1-c961-5f1b-82fd-ea234d94f15d"},"resourceType":"DocumentReference"} +{"id":"71f4b45d-aa82-59d4-97f1-03aba79f5895","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20866/analysis/NA20866.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003828#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d030aeda-46c9-54b7-b92e-0b2f32af446a"},"resourceType":"DocumentReference"} +{"id":"a9180683-9550-5ca2-80e9-ccc9967d10aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20866/analysis/NA20866.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003828#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d030aeda-46c9-54b7-b92e-0b2f32af446a"},"resourceType":"DocumentReference"} +{"id":"7d785098-1ea2-5f92-b786-6507e51bdb7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20866/analysis/NA20866.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003828#sample/cram"}],"status":"current","subject":{"reference":"Patient/d030aeda-46c9-54b7-b92e-0b2f32af446a"},"resourceType":"DocumentReference"} +{"id":"19388dbd-aa51-5f6f-881d-98fdd8c13e82","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20869/analysis/NA20869.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003829#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b76deab3-8364-5387-8a4e-0bb5e7dd4bae"},"resourceType":"DocumentReference"} +{"id":"c42becdf-2350-5f6f-aa2b-689f4829165f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20869/analysis/NA20869.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003829#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b76deab3-8364-5387-8a4e-0bb5e7dd4bae"},"resourceType":"DocumentReference"} +{"id":"6b1c3fd4-20f5-55dd-87ff-ebeac8abfe4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20869/analysis/NA20869.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003829#sample/cram"}],"status":"current","subject":{"reference":"Patient/b76deab3-8364-5387-8a4e-0bb5e7dd4bae"},"resourceType":"DocumentReference"} +{"id":"13756128-97d6-5c57-aabc-291d4699906c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20870/analysis/NA20870.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003830#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/791ffcc2-01da-508c-8803-727eccf445fc"},"resourceType":"DocumentReference"} +{"id":"984b041e-5f50-57b0-b072-dde7abe245d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20870/analysis/NA20870.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003830#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/791ffcc2-01da-508c-8803-727eccf445fc"},"resourceType":"DocumentReference"} +{"id":"b25fa2ef-e75e-5a35-a352-02d376dd94cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20870/analysis/NA20870.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003830#sample/cram"}],"status":"current","subject":{"reference":"Patient/791ffcc2-01da-508c-8803-727eccf445fc"},"resourceType":"DocumentReference"} +{"id":"5d8fe2af-34e5-5556-a1cd-ca680d9122d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20872/analysis/NA20872.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003832#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d1076667-d3d5-5996-8a26-39cae65d0f99"},"resourceType":"DocumentReference"} +{"id":"c93525d6-8a80-5f36-865e-ded25858e263","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20872/analysis/NA20872.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003832#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d1076667-d3d5-5996-8a26-39cae65d0f99"},"resourceType":"DocumentReference"} +{"id":"99c8d7f0-cf7c-59fb-aced-a7f34c845c1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20872/analysis/NA20872.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003832#sample/cram"}],"status":"current","subject":{"reference":"Patient/d1076667-d3d5-5996-8a26-39cae65d0f99"},"resourceType":"DocumentReference"} +{"id":"c4d94aeb-6718-5d61-95ec-014ee7af5732","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20874/analysis/NA20874.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003834#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b22b4a2b-a801-5213-a898-3aa49869cc0a"},"resourceType":"DocumentReference"} +{"id":"08a7397c-d38b-5f8b-84f7-fc6482beb94f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20874/analysis/NA20874.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003834#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b22b4a2b-a801-5213-a898-3aa49869cc0a"},"resourceType":"DocumentReference"} +{"id":"385ec6de-8b87-53bf-bb6a-84d24a7eca5f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20874/analysis/NA20874.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003834#sample/cram"}],"status":"current","subject":{"reference":"Patient/b22b4a2b-a801-5213-a898-3aa49869cc0a"},"resourceType":"DocumentReference"} +{"id":"1ff0e0ed-c8d0-5745-9c4f-8faa45077d1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20875/analysis/NA20875.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003835#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cb3f6508-9f0c-5515-9e2a-0428bd7a6e59"},"resourceType":"DocumentReference"} +{"id":"1c9f6dd5-c3b4-56fd-8c05-689ea998b8de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20875/analysis/NA20875.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003835#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cb3f6508-9f0c-5515-9e2a-0428bd7a6e59"},"resourceType":"DocumentReference"} +{"id":"c10ab6d8-047a-52a3-9a24-82a283aa6f3a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20875/analysis/NA20875.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003835#sample/cram"}],"status":"current","subject":{"reference":"Patient/cb3f6508-9f0c-5515-9e2a-0428bd7a6e59"},"resourceType":"DocumentReference"} +{"id":"b3b7a2e5-97ee-5a80-a56c-cbf241ae24db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20876/analysis/NA20876.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003836#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c32d913c-f069-5504-ad9d-231034259c30"},"resourceType":"DocumentReference"} +{"id":"a712dca1-89f5-5a1f-81a7-4ec5edcab0fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20876/analysis/NA20876.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003836#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c32d913c-f069-5504-ad9d-231034259c30"},"resourceType":"DocumentReference"} +{"id":"32e24b0c-a943-598a-94b0-7573e3dded96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20876/analysis/NA20876.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003836#sample/cram"}],"status":"current","subject":{"reference":"Patient/c32d913c-f069-5504-ad9d-231034259c30"},"resourceType":"DocumentReference"} +{"id":"af41984e-63c9-53e1-949d-773761a05c4c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20877/analysis/NA20877.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003837#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b369ea78-45ea-5373-81ce-231c4a1beb64"},"resourceType":"DocumentReference"} +{"id":"a6c684b1-5204-510b-b071-683568563b26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20877/analysis/NA20877.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003837#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b369ea78-45ea-5373-81ce-231c4a1beb64"},"resourceType":"DocumentReference"} +{"id":"faf8ab1f-4d68-5a12-a6f3-330e92b6a6e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20877/analysis/NA20877.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003837#sample/cram"}],"status":"current","subject":{"reference":"Patient/b369ea78-45ea-5373-81ce-231c4a1beb64"},"resourceType":"DocumentReference"} +{"id":"1304feec-6186-58a7-b6f0-dfb7db875ed6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20878/analysis/NA20878.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003838#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/feda2cf9-9779-5aa3-98bd-b531f831e2ba"},"resourceType":"DocumentReference"} +{"id":"da5b803b-080f-5d0c-9c0e-ef02b989cd0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20878/analysis/NA20878.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003838#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/feda2cf9-9779-5aa3-98bd-b531f831e2ba"},"resourceType":"DocumentReference"} +{"id":"cd5002ac-35f6-556a-986a-c16578d700f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20878/analysis/NA20878.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003838#sample/cram"}],"status":"current","subject":{"reference":"Patient/feda2cf9-9779-5aa3-98bd-b531f831e2ba"},"resourceType":"DocumentReference"} +{"id":"50677386-4d78-5546-91b0-655682b882f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20881/analysis/NA20881.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003840#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/92c86b67-6c77-575f-96d5-aca8e887c830"},"resourceType":"DocumentReference"} +{"id":"8b4dff17-8961-564f-a1e4-9afae9576600","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20881/analysis/NA20881.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003840#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/92c86b67-6c77-575f-96d5-aca8e887c830"},"resourceType":"DocumentReference"} +{"id":"0757f4ef-598d-5cfb-b44d-8d4ccaf8ca10","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20881/analysis/NA20881.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003840#sample/cram"}],"status":"current","subject":{"reference":"Patient/92c86b67-6c77-575f-96d5-aca8e887c830"},"resourceType":"DocumentReference"} +{"id":"323b90f7-1114-542d-9e5b-7bf034c45fa8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20882/analysis/NA20882.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003841#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0edd4e0f-f678-5fde-8f2c-df4a2f342b6e"},"resourceType":"DocumentReference"} +{"id":"4610f663-55d5-534b-a794-cf847d34f0f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20882/analysis/NA20882.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003841#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0edd4e0f-f678-5fde-8f2c-df4a2f342b6e"},"resourceType":"DocumentReference"} +{"id":"4c8236ab-3e1d-5328-99f2-c7ab801b41b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20882/analysis/NA20882.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003841#sample/cram"}],"status":"current","subject":{"reference":"Patient/0edd4e0f-f678-5fde-8f2c-df4a2f342b6e"},"resourceType":"DocumentReference"} +{"id":"63d067cf-dd83-54c3-868c-dadd8383ff05","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20884/analysis/NA20884.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003843#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bc0b6791-3201-535c-bec6-6f0a4423e61b"},"resourceType":"DocumentReference"} +{"id":"63f2bd56-a13f-5fea-ae19-16ab9ea3fb72","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20884/analysis/NA20884.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003843#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bc0b6791-3201-535c-bec6-6f0a4423e61b"},"resourceType":"DocumentReference"} +{"id":"180acc88-95e6-541d-bf57-9491754d236b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20884/analysis/NA20884.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003843#sample/cram"}],"status":"current","subject":{"reference":"Patient/bc0b6791-3201-535c-bec6-6f0a4423e61b"},"resourceType":"DocumentReference"} +{"id":"da046229-512a-54f2-b610-51ca36b41155","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20885/analysis/NA20885.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003844#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/09be72d8-30eb-58ea-9c52-22cc2871b948"},"resourceType":"DocumentReference"} +{"id":"9990d8b9-4aa3-53c8-bb93-ce595d43c4e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20885/analysis/NA20885.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003844#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/09be72d8-30eb-58ea-9c52-22cc2871b948"},"resourceType":"DocumentReference"} +{"id":"309e599b-ed45-521c-82c0-ab8a0693c75b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20885/analysis/NA20885.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003844#sample/cram"}],"status":"current","subject":{"reference":"Patient/09be72d8-30eb-58ea-9c52-22cc2871b948"},"resourceType":"DocumentReference"} +{"id":"1a2d0d8a-7194-58b9-8bf3-0bc8fe148957","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20886/analysis/NA20886.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003845#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d446011e-6cc0-584a-8282-800ff9cd2229"},"resourceType":"DocumentReference"} +{"id":"c68e2bcb-1a5e-5e8c-9086-e2d55c97627b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20886/analysis/NA20886.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003845#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d446011e-6cc0-584a-8282-800ff9cd2229"},"resourceType":"DocumentReference"} +{"id":"96ad06c3-d32e-5ea3-b722-be54c335867e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20886/analysis/NA20886.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003845#sample/cram"}],"status":"current","subject":{"reference":"Patient/d446011e-6cc0-584a-8282-800ff9cd2229"},"resourceType":"DocumentReference"} +{"id":"b9ff5ead-40ab-5714-a303-4335080756de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20887/analysis/NA20887.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003846#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4f1385f9-0f27-5220-90ac-ea362c208cbe"},"resourceType":"DocumentReference"} +{"id":"c4619a65-ea6b-5810-8d40-0ed2f2ee16b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20887/analysis/NA20887.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003846#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4f1385f9-0f27-5220-90ac-ea362c208cbe"},"resourceType":"DocumentReference"} +{"id":"91035a8d-c771-5f78-ac0f-261bb4316835","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20887/analysis/NA20887.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003846#sample/cram"}],"status":"current","subject":{"reference":"Patient/4f1385f9-0f27-5220-90ac-ea362c208cbe"},"resourceType":"DocumentReference"} +{"id":"cdb434ba-92e6-51b0-836f-3c1dbabe1407","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20888/analysis/NA20888.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003847#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ba7c9bf5-9015-5319-a7f9-2954d02b57fa"},"resourceType":"DocumentReference"} +{"id":"b8eb799b-6375-5a52-bc90-e19f51b36238","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20888/analysis/NA20888.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003847#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ba7c9bf5-9015-5319-a7f9-2954d02b57fa"},"resourceType":"DocumentReference"} +{"id":"22883da8-9b6f-5480-a062-558b9a286d5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20888/analysis/NA20888.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003847#sample/cram"}],"status":"current","subject":{"reference":"Patient/ba7c9bf5-9015-5319-a7f9-2954d02b57fa"},"resourceType":"DocumentReference"} +{"id":"271cc618-c4a1-5293-81de-6b169ee9a097","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20889/analysis/NA20889.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003848#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9774d8d8-ea98-5f83-a2f8-442f9c1a120d"},"resourceType":"DocumentReference"} +{"id":"8d5d466e-47ab-53e4-821d-8171e7ea0046","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20889/analysis/NA20889.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003848#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9774d8d8-ea98-5f83-a2f8-442f9c1a120d"},"resourceType":"DocumentReference"} +{"id":"1553e8fc-422f-5504-b1e4-db791e15c38d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20889/analysis/NA20889.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003848#sample/cram"}],"status":"current","subject":{"reference":"Patient/9774d8d8-ea98-5f83-a2f8-442f9c1a120d"},"resourceType":"DocumentReference"} +{"id":"c2b07a2e-6924-575d-b8ae-2f0e4d5dad0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20890/analysis/NA20890.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003849#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bffa5a38-f505-5d15-a3af-763f86c7146f"},"resourceType":"DocumentReference"} +{"id":"09fe2577-dc78-5b33-a9d4-b299139384a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20890/analysis/NA20890.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003849#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bffa5a38-f505-5d15-a3af-763f86c7146f"},"resourceType":"DocumentReference"} +{"id":"3b78027f-ed77-5243-997b-64e8c1b00f39","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20890/analysis/NA20890.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003849#sample/cram"}],"status":"current","subject":{"reference":"Patient/bffa5a38-f505-5d15-a3af-763f86c7146f"},"resourceType":"DocumentReference"} +{"id":"088a2576-8280-54e2-9b4e-ec5bcfc7b168","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20891/analysis/NA20891.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003850#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1c5b649a-0a4b-52b6-a2fc-acedc214b440"},"resourceType":"DocumentReference"} +{"id":"f995bed6-f05c-5df1-bd2b-415ccca0f7b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20891/analysis/NA20891.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003850#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1c5b649a-0a4b-52b6-a2fc-acedc214b440"},"resourceType":"DocumentReference"} +{"id":"3036e31e-e803-50d6-aad2-c5c9c7440497","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20891/analysis/NA20891.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003850#sample/cram"}],"status":"current","subject":{"reference":"Patient/1c5b649a-0a4b-52b6-a2fc-acedc214b440"},"resourceType":"DocumentReference"} +{"id":"878e5842-d38d-5d0e-9f3b-700d231fc6c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20892/analysis/NA20892.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003851#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1d7c0b8c-509c-549b-a8e8-5ee685148cb2"},"resourceType":"DocumentReference"} +{"id":"6fbc8657-52b8-5396-bb5f-01c3a225c3a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20892/analysis/NA20892.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003851#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1d7c0b8c-509c-549b-a8e8-5ee685148cb2"},"resourceType":"DocumentReference"} +{"id":"b92908e0-4b3c-5c7c-a6d7-8d40d5018237","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20892/analysis/NA20892.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003851#sample/cram"}],"status":"current","subject":{"reference":"Patient/1d7c0b8c-509c-549b-a8e8-5ee685148cb2"},"resourceType":"DocumentReference"} +{"id":"e178e7f5-fefb-5352-bafc-7f4ce3f20f0f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20894/analysis/NA20894.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003853#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/657645bb-ae41-55a4-9117-59d09da463b1"},"resourceType":"DocumentReference"} +{"id":"5e6d4f74-2828-596b-9889-f5d8bd250999","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20894/analysis/NA20894.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003853#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/657645bb-ae41-55a4-9117-59d09da463b1"},"resourceType":"DocumentReference"} +{"id":"8f80f365-b667-5eb7-b380-79326a646464","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20894/analysis/NA20894.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003853#sample/cram"}],"status":"current","subject":{"reference":"Patient/657645bb-ae41-55a4-9117-59d09da463b1"},"resourceType":"DocumentReference"} +{"id":"abd29d05-1708-5190-8073-05b72d2b0f5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20895/analysis/NA20895.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003854#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/300c8515-b4a3-5d5a-9325-0ee036fb6f97"},"resourceType":"DocumentReference"} +{"id":"5c65b797-91d2-535d-ad3b-b1754eba1b03","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20895/analysis/NA20895.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003854#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/300c8515-b4a3-5d5a-9325-0ee036fb6f97"},"resourceType":"DocumentReference"} +{"id":"503a848a-640c-5220-81d9-91aa52903b6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20895/analysis/NA20895.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003854#sample/cram"}],"status":"current","subject":{"reference":"Patient/300c8515-b4a3-5d5a-9325-0ee036fb6f97"},"resourceType":"DocumentReference"} +{"id":"62c51021-72e4-5730-86fc-c9784401c3bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20896/analysis/NA20896.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003855#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ba67478f-4c72-539a-8880-2a276a7b408e"},"resourceType":"DocumentReference"} +{"id":"6b255dc5-ea1e-5386-8e00-c59755e4206b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20896/analysis/NA20896.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003855#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ba67478f-4c72-539a-8880-2a276a7b408e"},"resourceType":"DocumentReference"} +{"id":"340b979c-7b99-5915-83f2-9e73d8292984","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20896/analysis/NA20896.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003855#sample/cram"}],"status":"current","subject":{"reference":"Patient/ba67478f-4c72-539a-8880-2a276a7b408e"},"resourceType":"DocumentReference"} +{"id":"94df3d6b-7da1-59df-bef5-3306f72e896c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20897/analysis/NA20897.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003856#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/82d047ea-369c-5336-bb35-c54db2d82dfa"},"resourceType":"DocumentReference"} +{"id":"e13afdac-1331-5301-8415-4ce5366c939f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20897/analysis/NA20897.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003856#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/82d047ea-369c-5336-bb35-c54db2d82dfa"},"resourceType":"DocumentReference"} +{"id":"56d436df-6185-5e9c-8920-82ba3ac7ba11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20897/analysis/NA20897.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003856#sample/cram"}],"status":"current","subject":{"reference":"Patient/82d047ea-369c-5336-bb35-c54db2d82dfa"},"resourceType":"DocumentReference"} +{"id":"18c581f0-3ee4-53ee-b892-aba064b4fa6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20899/analysis/NA20899.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003858#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dd32cad6-45c6-566d-89b0-6f2cc513c9a0"},"resourceType":"DocumentReference"} +{"id":"e86f08ea-3726-5549-9578-caf7fb08bd16","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20899/analysis/NA20899.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003858#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dd32cad6-45c6-566d-89b0-6f2cc513c9a0"},"resourceType":"DocumentReference"} +{"id":"40740dbc-6845-56c9-90aa-71c7a96e122e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20899/analysis/NA20899.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003858#sample/cram"}],"status":"current","subject":{"reference":"Patient/dd32cad6-45c6-566d-89b0-6f2cc513c9a0"},"resourceType":"DocumentReference"} +{"id":"8061b84d-d29c-5c54-8d77-25f51502c08b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20900/analysis/NA20900.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003859#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/43be06aa-9a8b-54b0-84af-02d355a4391a"},"resourceType":"DocumentReference"} +{"id":"64b547a2-52f0-5b82-a8b1-224a020b9741","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20900/analysis/NA20900.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003859#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/43be06aa-9a8b-54b0-84af-02d355a4391a"},"resourceType":"DocumentReference"} +{"id":"8f987cbf-ba44-57e8-83c6-96ac2df7258c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20900/analysis/NA20900.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003859#sample/cram"}],"status":"current","subject":{"reference":"Patient/43be06aa-9a8b-54b0-84af-02d355a4391a"},"resourceType":"DocumentReference"} +{"id":"0bc3a179-e492-5341-a1cf-0bdc5dfa28f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20901/analysis/NA20901.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003860#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5ec2d2dc-a20e-5bb5-8644-40070c9119f7"},"resourceType":"DocumentReference"} +{"id":"be72ae61-eb9f-575e-bb66-08b9497813c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20901/analysis/NA20901.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003860#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5ec2d2dc-a20e-5bb5-8644-40070c9119f7"},"resourceType":"DocumentReference"} +{"id":"22911967-141f-5f03-9079-0e0f649aba89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20901/analysis/NA20901.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003860#sample/cram"}],"status":"current","subject":{"reference":"Patient/5ec2d2dc-a20e-5bb5-8644-40070c9119f7"},"resourceType":"DocumentReference"} +{"id":"e91bbd9a-dcd8-5439-be7b-b3e7e637e70e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20902/analysis/NA20902.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003861#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6ee583f0-45cf-515f-98ac-c641cdfdbfc9"},"resourceType":"DocumentReference"} +{"id":"19e31853-c33d-5a61-9b0e-fdb2169a1a19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20902/analysis/NA20902.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003861#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6ee583f0-45cf-515f-98ac-c641cdfdbfc9"},"resourceType":"DocumentReference"} +{"id":"fa36f9b3-db42-5c1c-8a6f-01dc3eca90e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20902/analysis/NA20902.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003861#sample/cram"}],"status":"current","subject":{"reference":"Patient/6ee583f0-45cf-515f-98ac-c641cdfdbfc9"},"resourceType":"DocumentReference"} +{"id":"88271df7-1288-54fc-86b5-fa0dc911e577","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20903/analysis/NA20903.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003862#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b9cf5430-2770-51b0-8527-d9f2b35587ef"},"resourceType":"DocumentReference"} +{"id":"02eb58a3-42e5-527f-81c7-93a706a3b7e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20903/analysis/NA20903.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003862#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b9cf5430-2770-51b0-8527-d9f2b35587ef"},"resourceType":"DocumentReference"} +{"id":"b467e626-9f77-5053-9214-e5e6ce3e40f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20903/analysis/NA20903.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003862#sample/cram"}],"status":"current","subject":{"reference":"Patient/b9cf5430-2770-51b0-8527-d9f2b35587ef"},"resourceType":"DocumentReference"} +{"id":"40c9fccd-63d9-5b78-aea5-8da225e30101","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20904/analysis/NA20904.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003863#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/18a70405-d287-5088-a81b-19f00eebd7d9"},"resourceType":"DocumentReference"} +{"id":"763b967d-e1fe-5df2-99b4-2bee1736aff5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20904/analysis/NA20904.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003863#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/18a70405-d287-5088-a81b-19f00eebd7d9"},"resourceType":"DocumentReference"} +{"id":"559ddde6-52bb-5d01-978a-930a298921f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20904/analysis/NA20904.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003863#sample/cram"}],"status":"current","subject":{"reference":"Patient/18a70405-d287-5088-a81b-19f00eebd7d9"},"resourceType":"DocumentReference"} +{"id":"d7bb3f75-a3a1-5ac9-988d-bab44d1b7dbe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20906/analysis/NA20906.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003864#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b1161c25-9274-5c20-8c0f-50b1009f51ef"},"resourceType":"DocumentReference"} +{"id":"0afa56f7-0334-5fdb-a686-906b970be9b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20906/analysis/NA20906.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003864#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b1161c25-9274-5c20-8c0f-50b1009f51ef"},"resourceType":"DocumentReference"} +{"id":"ba879e7e-c59d-5ce5-8093-7703656379b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20906/analysis/NA20906.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003864#sample/cram"}],"status":"current","subject":{"reference":"Patient/b1161c25-9274-5c20-8c0f-50b1009f51ef"},"resourceType":"DocumentReference"} +{"id":"232b04d0-2064-51ec-acb1-5dde33bcfc3f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20908/analysis/NA20908.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003866#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d167f475-d9b2-52bb-b55a-4da5b1b7074d"},"resourceType":"DocumentReference"} +{"id":"d965b4ea-550b-5302-b0a0-1ec35e5129d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20908/analysis/NA20908.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003866#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d167f475-d9b2-52bb-b55a-4da5b1b7074d"},"resourceType":"DocumentReference"} +{"id":"72463a9f-df73-5046-b855-ed56a5562b91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20908/analysis/NA20908.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003866#sample/cram"}],"status":"current","subject":{"reference":"Patient/d167f475-d9b2-52bb-b55a-4da5b1b7074d"},"resourceType":"DocumentReference"} +{"id":"728626a7-f637-5297-8bfc-da4734160a6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20910/analysis/NA20910.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003868#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0b405155-f664-5556-96ca-f7480d5f3094"},"resourceType":"DocumentReference"} +{"id":"a6b1134e-5389-5fe8-9b01-f3acc97ef63d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20910/analysis/NA20910.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003868#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0b405155-f664-5556-96ca-f7480d5f3094"},"resourceType":"DocumentReference"} +{"id":"6f78f71c-92a3-5dd7-8467-53eba6ff7aa5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20910/analysis/NA20910.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003868#sample/cram"}],"status":"current","subject":{"reference":"Patient/0b405155-f664-5556-96ca-f7480d5f3094"},"resourceType":"DocumentReference"} +{"id":"1b364e46-8f27-5fd6-b07f-8b52b92028be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20911/analysis/NA20911.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003869#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a6a4c7c8-3b4f-55c7-8181-2a87a9e33253"},"resourceType":"DocumentReference"} +{"id":"60cc0708-149a-50f6-9b67-ef3af74cc93f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20911/analysis/NA20911.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003869#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a6a4c7c8-3b4f-55c7-8181-2a87a9e33253"},"resourceType":"DocumentReference"} +{"id":"db1e1a91-131e-5c87-b041-cf2480413ac2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20911/analysis/NA20911.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003869#sample/cram"}],"status":"current","subject":{"reference":"Patient/a6a4c7c8-3b4f-55c7-8181-2a87a9e33253"},"resourceType":"DocumentReference"} +{"id":"3704b44a-eb03-5317-a285-05500ccf2294","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21086/analysis/NA21086.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003870#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ccb3cae8-33f8-5629-848c-78288f3a0916"},"resourceType":"DocumentReference"} +{"id":"bf069ae6-28b9-5b47-ad1d-aa2ac774d002","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21086/analysis/NA21086.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003870#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ccb3cae8-33f8-5629-848c-78288f3a0916"},"resourceType":"DocumentReference"} +{"id":"6b949959-e06e-5675-b0d8-bdc19bf48b4c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21086/analysis/NA21086.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003870#sample/cram"}],"status":"current","subject":{"reference":"Patient/ccb3cae8-33f8-5629-848c-78288f3a0916"},"resourceType":"DocumentReference"} +{"id":"fbb669cd-aa20-5e43-b48b-27510a983c6c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21088/analysis/NA21088.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003871#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3e53f0f8-6c31-5e66-bbf1-11e794bfaa49"},"resourceType":"DocumentReference"} +{"id":"e87592ff-dc90-5a2d-a977-b6b943957669","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21088/analysis/NA21088.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003871#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3e53f0f8-6c31-5e66-bbf1-11e794bfaa49"},"resourceType":"DocumentReference"} +{"id":"a00f4a30-7db9-555c-824a-00272e37833c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21088/analysis/NA21088.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003871#sample/cram"}],"status":"current","subject":{"reference":"Patient/3e53f0f8-6c31-5e66-bbf1-11e794bfaa49"},"resourceType":"DocumentReference"} +{"id":"ba06430c-0430-5623-8e99-daee9b80c802","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21089/analysis/NA21089.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003872#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/61a2b781-f783-5e48-a6b7-d08e578a9cdc"},"resourceType":"DocumentReference"} +{"id":"e4a2dc85-4ed1-5a66-9bdf-129d245b799a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21089/analysis/NA21089.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003872#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/61a2b781-f783-5e48-a6b7-d08e578a9cdc"},"resourceType":"DocumentReference"} +{"id":"9270ebf4-248c-511b-b516-9a01f68d1c95","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21089/analysis/NA21089.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003872#sample/cram"}],"status":"current","subject":{"reference":"Patient/61a2b781-f783-5e48-a6b7-d08e578a9cdc"},"resourceType":"DocumentReference"} +{"id":"c2ca0fa1-a5d0-5f10-96ca-2f7a2d747989","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21090/analysis/NA21090.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003873#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a38d346f-f28d-5414-9d2a-e4e26e047d42"},"resourceType":"DocumentReference"} +{"id":"11577913-547d-563d-8cbc-e8706c291a5a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21090/analysis/NA21090.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003873#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a38d346f-f28d-5414-9d2a-e4e26e047d42"},"resourceType":"DocumentReference"} +{"id":"86a0b85f-9a88-509e-9b4e-dbabd9b91bd5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21090/analysis/NA21090.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003873#sample/cram"}],"status":"current","subject":{"reference":"Patient/a38d346f-f28d-5414-9d2a-e4e26e047d42"},"resourceType":"DocumentReference"} +{"id":"23f082df-e90a-5827-beb3-022259f9c427","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21091/analysis/NA21091.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003874#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eb7a2269-5f27-5600-82cd-3c485138e5d1"},"resourceType":"DocumentReference"} +{"id":"f562c15f-e7f8-5225-b86a-2f1f2133f985","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21091/analysis/NA21091.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003874#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eb7a2269-5f27-5600-82cd-3c485138e5d1"},"resourceType":"DocumentReference"} +{"id":"c4eece4b-488c-5911-9758-ad3a701414d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21091/analysis/NA21091.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003874#sample/cram"}],"status":"current","subject":{"reference":"Patient/eb7a2269-5f27-5600-82cd-3c485138e5d1"},"resourceType":"DocumentReference"} +{"id":"ca3cb409-3d26-546b-94bb-5ab0a904cf87","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21092/analysis/NA21092.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003875#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d6e450b8-c230-542f-be5a-9dd5a2ab5fc4"},"resourceType":"DocumentReference"} +{"id":"ce192598-fcb9-5b86-be49-02c8b0bcebf8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21092/analysis/NA21092.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003875#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d6e450b8-c230-542f-be5a-9dd5a2ab5fc4"},"resourceType":"DocumentReference"} +{"id":"274fffb2-7383-5129-a5cb-43ec3efcae2d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21092/analysis/NA21092.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003875#sample/cram"}],"status":"current","subject":{"reference":"Patient/d6e450b8-c230-542f-be5a-9dd5a2ab5fc4"},"resourceType":"DocumentReference"} +{"id":"7fe7e3f1-c2ac-507f-9444-e98a903b388a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21094/analysis/NA21094.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003876#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/141ff550-5409-56fc-989a-8044de548828"},"resourceType":"DocumentReference"} +{"id":"bd5c3e9e-f535-5226-9fe9-87e1d48ec075","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21094/analysis/NA21094.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003876#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/141ff550-5409-56fc-989a-8044de548828"},"resourceType":"DocumentReference"} +{"id":"9f0495f9-d433-5173-be22-cc67c384e51e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21094/analysis/NA21094.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003876#sample/cram"}],"status":"current","subject":{"reference":"Patient/141ff550-5409-56fc-989a-8044de548828"},"resourceType":"DocumentReference"} +{"id":"ab137ac8-4b64-5ea3-a5b2-075b0f2df0cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21097/analysis/NA21097.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003877#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/75cee424-edb6-5239-a378-c27be37261cd"},"resourceType":"DocumentReference"} +{"id":"c0369725-2fcf-5f9a-8de7-5fc1ecca4733","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21097/analysis/NA21097.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003877#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/75cee424-edb6-5239-a378-c27be37261cd"},"resourceType":"DocumentReference"} +{"id":"159923a1-45cf-5561-b5bb-13cb43bbab14","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21097/analysis/NA21097.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003877#sample/cram"}],"status":"current","subject":{"reference":"Patient/75cee424-edb6-5239-a378-c27be37261cd"},"resourceType":"DocumentReference"} +{"id":"aea6239e-f1b4-59fd-9c36-4b17a3f75f2a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21098/analysis/NA21098.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003878#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/28f67170-a740-56cb-b2c2-b529bacec9b4"},"resourceType":"DocumentReference"} +{"id":"ec545ada-86a8-5a5a-9635-1f3a4dab55dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21098/analysis/NA21098.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003878#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/28f67170-a740-56cb-b2c2-b529bacec9b4"},"resourceType":"DocumentReference"} +{"id":"682f64f6-9437-5fab-b84f-3c90f143ff5d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21098/analysis/NA21098.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003878#sample/cram"}],"status":"current","subject":{"reference":"Patient/28f67170-a740-56cb-b2c2-b529bacec9b4"},"resourceType":"DocumentReference"} +{"id":"aeb919e1-468b-50c0-9cbc-40a122650780","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21099/analysis/NA21099.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003879#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/94341aed-9775-5c70-a8c4-8fadb77876c7"},"resourceType":"DocumentReference"} +{"id":"7527d407-3339-5dff-8f88-642378bf5a7a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21099/analysis/NA21099.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003879#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/94341aed-9775-5c70-a8c4-8fadb77876c7"},"resourceType":"DocumentReference"} +{"id":"7bb0a379-7156-5b01-ac7f-4084c97d552b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21099/analysis/NA21099.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003879#sample/cram"}],"status":"current","subject":{"reference":"Patient/94341aed-9775-5c70-a8c4-8fadb77876c7"},"resourceType":"DocumentReference"} +{"id":"59d1f6fb-e6cd-58bf-83d3-6cd2c02cef9f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21100/analysis/NA21100.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003880#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2a0e7ac4-660a-58c9-b370-c9119c2a1491"},"resourceType":"DocumentReference"} +{"id":"4a5723d3-dd2d-56b3-bd9d-6d5cc7f1ed13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21100/analysis/NA21100.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003880#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2a0e7ac4-660a-58c9-b370-c9119c2a1491"},"resourceType":"DocumentReference"} +{"id":"b6ef52b9-2a5e-5085-80ff-aa09c1cc4558","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21100/analysis/NA21100.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003880#sample/cram"}],"status":"current","subject":{"reference":"Patient/2a0e7ac4-660a-58c9-b370-c9119c2a1491"},"resourceType":"DocumentReference"} +{"id":"9062e012-4e45-58ce-b066-b5dacd43545c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21101/analysis/NA21101.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003881#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8adff827-6532-53c7-b0a4-63eb2705821d"},"resourceType":"DocumentReference"} +{"id":"235d45ab-0323-5efc-af48-1ce655346661","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21101/analysis/NA21101.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003881#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8adff827-6532-53c7-b0a4-63eb2705821d"},"resourceType":"DocumentReference"} +{"id":"11f009b3-7fcd-50ab-960e-b02bb0e9ea3c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21101/analysis/NA21101.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003881#sample/cram"}],"status":"current","subject":{"reference":"Patient/8adff827-6532-53c7-b0a4-63eb2705821d"},"resourceType":"DocumentReference"} +{"id":"e49a46f9-0145-5c59-959f-bda99de20a39","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21102/analysis/NA21102.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003882#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5acb0dc2-f281-5224-b8cb-c65ee07f6b48"},"resourceType":"DocumentReference"} +{"id":"9cf70ae6-a55a-578a-bead-6584a975fec6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21102/analysis/NA21102.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003882#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5acb0dc2-f281-5224-b8cb-c65ee07f6b48"},"resourceType":"DocumentReference"} +{"id":"53fe97f9-ac18-5fa4-bebc-3dbd59f27b1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21102/analysis/NA21102.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003882#sample/cram"}],"status":"current","subject":{"reference":"Patient/5acb0dc2-f281-5224-b8cb-c65ee07f6b48"},"resourceType":"DocumentReference"} +{"id":"7c0190a0-e0c4-5025-8a80-fdd1e1436a99","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21103/analysis/NA21103.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003883#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/124ec591-9ae0-56e0-b48b-33ab9f26cb62"},"resourceType":"DocumentReference"} +{"id":"db11421f-1112-51ba-8dc0-9f7afc3cfc8f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21103/analysis/NA21103.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003883#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/124ec591-9ae0-56e0-b48b-33ab9f26cb62"},"resourceType":"DocumentReference"} +{"id":"ae352f44-15a4-512b-b3a7-55e338ebb23e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21103/analysis/NA21103.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003883#sample/cram"}],"status":"current","subject":{"reference":"Patient/124ec591-9ae0-56e0-b48b-33ab9f26cb62"},"resourceType":"DocumentReference"} +{"id":"9a6706f8-998d-57ce-8725-ee342183b5af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21104/analysis/NA21104.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003884#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a1d75bbd-a0fe-53df-80ef-25505d002f30"},"resourceType":"DocumentReference"} +{"id":"5801521c-73e8-587a-8330-0c8facc610dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21104/analysis/NA21104.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003884#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a1d75bbd-a0fe-53df-80ef-25505d002f30"},"resourceType":"DocumentReference"} +{"id":"c04af6fc-13cf-5da0-9966-0208674411a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21104/analysis/NA21104.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003884#sample/cram"}],"status":"current","subject":{"reference":"Patient/a1d75bbd-a0fe-53df-80ef-25505d002f30"},"resourceType":"DocumentReference"} +{"id":"049c2b5f-93c7-571b-8bbb-490e8fa716ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21105/analysis/NA21105.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003885#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/96e2c98f-6ef0-5e60-b674-35f279505475"},"resourceType":"DocumentReference"} +{"id":"1b04a560-a645-5cab-b6d1-4e9219c4bd1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21105/analysis/NA21105.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003885#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/96e2c98f-6ef0-5e60-b674-35f279505475"},"resourceType":"DocumentReference"} +{"id":"36c8346f-c0c4-54e4-897a-9a0c25ba73f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21105/analysis/NA21105.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003885#sample/cram"}],"status":"current","subject":{"reference":"Patient/96e2c98f-6ef0-5e60-b674-35f279505475"},"resourceType":"DocumentReference"} +{"id":"26bfd33c-82da-5529-8a54-abd93acc63e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21106/analysis/NA21106.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003886#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f32a6f97-dc2f-5669-87e3-16f3422f32c7"},"resourceType":"DocumentReference"} +{"id":"9a9174b8-b37f-5397-a016-c817c4b68289","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21106/analysis/NA21106.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003886#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f32a6f97-dc2f-5669-87e3-16f3422f32c7"},"resourceType":"DocumentReference"} +{"id":"672c2983-df15-5fa4-bf58-2d1dde535084","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21106/analysis/NA21106.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003886#sample/cram"}],"status":"current","subject":{"reference":"Patient/f32a6f97-dc2f-5669-87e3-16f3422f32c7"},"resourceType":"DocumentReference"} +{"id":"30b12cb1-95ae-5da2-af12-e1ae6729d927","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21107/analysis/NA21107.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003887#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/71a6f194-a2d2-5545-8fa8-5d8db8d45371"},"resourceType":"DocumentReference"} +{"id":"06ab87dd-2f1c-54f7-9954-84ccb1b53e78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21107/analysis/NA21107.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003887#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/71a6f194-a2d2-5545-8fa8-5d8db8d45371"},"resourceType":"DocumentReference"} +{"id":"6804e972-e303-5514-9941-8483fb20b467","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21107/analysis/NA21107.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003887#sample/cram"}],"status":"current","subject":{"reference":"Patient/71a6f194-a2d2-5545-8fa8-5d8db8d45371"},"resourceType":"DocumentReference"} +{"id":"1d55e7a2-da65-5b2a-a1aa-96f7f7a89099","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21108/analysis/NA21108.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003888#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f41f5352-ed0d-5398-9833-0d3ed8f39cbb"},"resourceType":"DocumentReference"} +{"id":"ce7c9557-0f15-5c0c-9ec3-8d40d2a9f5db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21108/analysis/NA21108.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003888#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f41f5352-ed0d-5398-9833-0d3ed8f39cbb"},"resourceType":"DocumentReference"} +{"id":"7298059f-7514-5b3e-9a08-a8f7d81c70c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21108/analysis/NA21108.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003888#sample/cram"}],"status":"current","subject":{"reference":"Patient/f41f5352-ed0d-5398-9833-0d3ed8f39cbb"},"resourceType":"DocumentReference"} +{"id":"47bc0da7-670e-5319-b813-a29b61604049","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21109/analysis/NA21109.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003889#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/50fc6229-5a36-5300-a58f-5b06d751d284"},"resourceType":"DocumentReference"} +{"id":"c008ac33-78a2-58be-a6dc-45cde0793c07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21109/analysis/NA21109.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003889#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/50fc6229-5a36-5300-a58f-5b06d751d284"},"resourceType":"DocumentReference"} +{"id":"689b8f40-64a1-5933-a51d-c8587af8521b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21109/analysis/NA21109.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003889#sample/cram"}],"status":"current","subject":{"reference":"Patient/50fc6229-5a36-5300-a58f-5b06d751d284"},"resourceType":"DocumentReference"} +{"id":"31e89f5c-347f-52f4-84de-ef4318f9ae89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21110/analysis/NA21110.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003890#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c60fec57-9f7c-54a7-8802-6d915a3e44a6"},"resourceType":"DocumentReference"} +{"id":"28332a90-2dba-595a-b01d-850224fdde66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21110/analysis/NA21110.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003890#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c60fec57-9f7c-54a7-8802-6d915a3e44a6"},"resourceType":"DocumentReference"} +{"id":"a4a64eef-e4b4-5c77-ace2-075911f6564e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21110/analysis/NA21110.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003890#sample/cram"}],"status":"current","subject":{"reference":"Patient/c60fec57-9f7c-54a7-8802-6d915a3e44a6"},"resourceType":"DocumentReference"} +{"id":"fd648bb5-195e-5575-a590-a38fac7e7498","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21111/analysis/NA21111.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003891#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/41dffee4-1368-5c78-a64f-ec17dbbf785d"},"resourceType":"DocumentReference"} +{"id":"9453de40-3063-52f2-bb82-623e44d9a132","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21111/analysis/NA21111.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003891#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/41dffee4-1368-5c78-a64f-ec17dbbf785d"},"resourceType":"DocumentReference"} +{"id":"12329038-fa65-5633-a448-da03be7e9813","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21111/analysis/NA21111.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003891#sample/cram"}],"status":"current","subject":{"reference":"Patient/41dffee4-1368-5c78-a64f-ec17dbbf785d"},"resourceType":"DocumentReference"} +{"id":"928a0484-f325-52ca-9178-abbe6956597f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21112/analysis/NA21112.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003892#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/70be98d6-22dc-580a-865c-14cdee08791d"},"resourceType":"DocumentReference"} +{"id":"8591bffb-ad5f-5bdd-b32c-d511cf43cb95","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21112/analysis/NA21112.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003892#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/70be98d6-22dc-580a-865c-14cdee08791d"},"resourceType":"DocumentReference"} +{"id":"f60a75a8-e05f-5ab5-abd4-d1c57a3db611","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21112/analysis/NA21112.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003892#sample/cram"}],"status":"current","subject":{"reference":"Patient/70be98d6-22dc-580a-865c-14cdee08791d"},"resourceType":"DocumentReference"} +{"id":"d1c27542-d1f2-5695-bc14-dea68524c6e3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21113/analysis/NA21113.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003893#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/abd40c6a-331c-553f-b383-45c7d861a66b"},"resourceType":"DocumentReference"} +{"id":"24e39845-c607-5d0d-83a6-234cb1d4ecaf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21113/analysis/NA21113.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003893#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/abd40c6a-331c-553f-b383-45c7d861a66b"},"resourceType":"DocumentReference"} +{"id":"d57a054b-7b46-5371-915b-2b15196823b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21113/analysis/NA21113.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003893#sample/cram"}],"status":"current","subject":{"reference":"Patient/abd40c6a-331c-553f-b383-45c7d861a66b"},"resourceType":"DocumentReference"} +{"id":"b71f4d5c-a90c-50d0-8cc0-7fe8e8dc61d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21115/analysis/NA21115.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003894#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/66c10039-429a-5cdd-bd0d-d0e7bd9b3e1f"},"resourceType":"DocumentReference"} +{"id":"4839b893-7fe9-5758-811b-95586d9d6aca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21115/analysis/NA21115.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003894#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/66c10039-429a-5cdd-bd0d-d0e7bd9b3e1f"},"resourceType":"DocumentReference"} +{"id":"c626abc9-0775-56a1-bdd8-ba15c2af8966","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21115/analysis/NA21115.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003894#sample/cram"}],"status":"current","subject":{"reference":"Patient/66c10039-429a-5cdd-bd0d-d0e7bd9b3e1f"},"resourceType":"DocumentReference"} +{"id":"11349ed6-239d-5e8d-b564-79dca0cf9d91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21116/analysis/NA21116.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003895#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fa925266-53ee-5e82-a5f4-16e54b9a0c69"},"resourceType":"DocumentReference"} +{"id":"52dd389f-dbf3-531e-be1d-46b4496e7088","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21116/analysis/NA21116.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003895#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fa925266-53ee-5e82-a5f4-16e54b9a0c69"},"resourceType":"DocumentReference"} +{"id":"18e59c72-fc0d-5559-b125-9c2570afa843","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21116/analysis/NA21116.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003895#sample/cram"}],"status":"current","subject":{"reference":"Patient/fa925266-53ee-5e82-a5f4-16e54b9a0c69"},"resourceType":"DocumentReference"} +{"id":"cc19e3fb-59b4-5d78-99f5-3cdda5b4743d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21117/analysis/NA21117.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003896#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/79d2f16f-1896-59bd-8bc7-23ddd220dfff"},"resourceType":"DocumentReference"} +{"id":"d181487e-0bee-5d6f-b11f-05ee198e9920","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21117/analysis/NA21117.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003896#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/79d2f16f-1896-59bd-8bc7-23ddd220dfff"},"resourceType":"DocumentReference"} +{"id":"6c8d1af9-9516-5ff8-9c2e-bbb378fccf4d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21117/analysis/NA21117.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003896#sample/cram"}],"status":"current","subject":{"reference":"Patient/79d2f16f-1896-59bd-8bc7-23ddd220dfff"},"resourceType":"DocumentReference"} +{"id":"ae86fc4d-d431-5041-a9bc-e621fe53da91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21118/analysis/NA21118.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003897#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/94a15b05-1554-545e-8897-331d76f9fde1"},"resourceType":"DocumentReference"} +{"id":"9b8a36e3-c220-5014-8bf3-8cd0dcacec8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21118/analysis/NA21118.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003897#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/94a15b05-1554-545e-8897-331d76f9fde1"},"resourceType":"DocumentReference"} +{"id":"2f542261-2ccc-505a-98f9-b99f50b9ffbd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21118/analysis/NA21118.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003897#sample/cram"}],"status":"current","subject":{"reference":"Patient/94a15b05-1554-545e-8897-331d76f9fde1"},"resourceType":"DocumentReference"} +{"id":"b3ccf42e-34df-5821-810f-64fef73395d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21119/analysis/NA21119.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003898#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7bcf64f4-c3d4-51b4-aac3-9e03503a0587"},"resourceType":"DocumentReference"} +{"id":"29b25911-d86a-530a-9a86-8c720264c814","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21119/analysis/NA21119.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003898#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7bcf64f4-c3d4-51b4-aac3-9e03503a0587"},"resourceType":"DocumentReference"} +{"id":"30a44f17-847a-5c3c-bef0-b77c9352e324","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21119/analysis/NA21119.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003898#sample/cram"}],"status":"current","subject":{"reference":"Patient/7bcf64f4-c3d4-51b4-aac3-9e03503a0587"},"resourceType":"DocumentReference"} +{"id":"00201a56-fdcc-507c-b032-fd9763d89e06","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21120/analysis/NA21120.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003899#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4b81fc5c-1520-5e2f-8cd5-281c31e0c84f"},"resourceType":"DocumentReference"} +{"id":"82fe4a6c-10ec-5289-9032-2b04062e3e47","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21120/analysis/NA21120.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003899#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4b81fc5c-1520-5e2f-8cd5-281c31e0c84f"},"resourceType":"DocumentReference"} +{"id":"12fb5427-8c76-5323-88f6-879dbcfa3c52","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21120/analysis/NA21120.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003899#sample/cram"}],"status":"current","subject":{"reference":"Patient/4b81fc5c-1520-5e2f-8cd5-281c31e0c84f"},"resourceType":"DocumentReference"} +{"id":"5523200d-6625-54fe-a8c6-920e10514932","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21122/analysis/NA21122.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003901#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b6e8e465-7631-557f-8b56-1029d31b4d45"},"resourceType":"DocumentReference"} +{"id":"61471354-1caf-550d-a9b1-42d6bc6ebe07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21122/analysis/NA21122.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003901#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b6e8e465-7631-557f-8b56-1029d31b4d45"},"resourceType":"DocumentReference"} +{"id":"11f8f228-b913-5c52-8d78-0732fbffc664","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21122/analysis/NA21122.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003901#sample/cram"}],"status":"current","subject":{"reference":"Patient/b6e8e465-7631-557f-8b56-1029d31b4d45"},"resourceType":"DocumentReference"} +{"id":"b13a2fba-d5ab-5be1-bc0d-a1308ce7a338","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21123/analysis/NA21123.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003902#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9c0f853c-2a75-5b9c-9f68-79059c66e357"},"resourceType":"DocumentReference"} +{"id":"630e5529-b9b0-57e1-80a8-d31d19a65572","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21123/analysis/NA21123.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003902#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9c0f853c-2a75-5b9c-9f68-79059c66e357"},"resourceType":"DocumentReference"} +{"id":"b8bcf36c-26da-5e3d-bbb4-31685045bcc4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21123/analysis/NA21123.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003902#sample/cram"}],"status":"current","subject":{"reference":"Patient/9c0f853c-2a75-5b9c-9f68-79059c66e357"},"resourceType":"DocumentReference"} +{"id":"3633cbbd-6a94-5a86-815a-53809f1f7c0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21125/analysis/NA21125.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003903#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e7e2ce02-c594-5c2b-9613-bfacda76a8d8"},"resourceType":"DocumentReference"} +{"id":"6b00a86c-cf86-58bb-ae4c-97d16d083605","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21125/analysis/NA21125.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003903#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e7e2ce02-c594-5c2b-9613-bfacda76a8d8"},"resourceType":"DocumentReference"} +{"id":"22529a76-daee-5f00-9cd1-4a0bc5b59434","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21125/analysis/NA21125.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003903#sample/cram"}],"status":"current","subject":{"reference":"Patient/e7e2ce02-c594-5c2b-9613-bfacda76a8d8"},"resourceType":"DocumentReference"} +{"id":"7bdf071a-efe7-507e-825f-a6ae80e044cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21127/analysis/NA21127.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003904#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bf90eadb-02d8-567a-9cd9-88393223f9d5"},"resourceType":"DocumentReference"} +{"id":"e40b0f0a-fcfb-5eb6-85bf-d206381070e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21127/analysis/NA21127.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003904#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bf90eadb-02d8-567a-9cd9-88393223f9d5"},"resourceType":"DocumentReference"} +{"id":"b345d632-80db-53c1-af09-3e375f2531a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21127/analysis/NA21127.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003904#sample/cram"}],"status":"current","subject":{"reference":"Patient/bf90eadb-02d8-567a-9cd9-88393223f9d5"},"resourceType":"DocumentReference"} +{"id":"f94f1d11-18fd-5ed1-973b-83dcd41b7854","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21128/analysis/NA21128.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003905#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/01640026-9980-5d9e-a701-a263759d5064"},"resourceType":"DocumentReference"} +{"id":"3d676dd4-097b-578e-9eb6-c562d847635d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21128/analysis/NA21128.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003905#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/01640026-9980-5d9e-a701-a263759d5064"},"resourceType":"DocumentReference"} +{"id":"6811acef-479a-5d33-a7ca-5cfdcb6add27","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21128/analysis/NA21128.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003905#sample/cram"}],"status":"current","subject":{"reference":"Patient/01640026-9980-5d9e-a701-a263759d5064"},"resourceType":"DocumentReference"} +{"id":"646e07fc-64c1-51e0-ab00-2ee8c5fd01d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21130/analysis/NA21130.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003906#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/82fa793d-5b38-5b76-9b82-1ac377d5d3ca"},"resourceType":"DocumentReference"} +{"id":"2e4d80bd-205b-5d80-9098-1f8a1d51962b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21130/analysis/NA21130.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003906#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/82fa793d-5b38-5b76-9b82-1ac377d5d3ca"},"resourceType":"DocumentReference"} +{"id":"effeda7e-30d7-5c29-accc-f594bb34aa6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21130/analysis/NA21130.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003906#sample/cram"}],"status":"current","subject":{"reference":"Patient/82fa793d-5b38-5b76-9b82-1ac377d5d3ca"},"resourceType":"DocumentReference"} +{"id":"afa41e1e-3dbe-5cc6-914a-d6b4c27c1b89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21133/analysis/NA21133.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003907#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/491d6cbc-2dee-5392-a193-85304bd0925a"},"resourceType":"DocumentReference"} +{"id":"4a369fd7-467c-5ec6-a04b-f919ccc7b74b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21133/analysis/NA21133.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003907#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/491d6cbc-2dee-5392-a193-85304bd0925a"},"resourceType":"DocumentReference"} +{"id":"682295b4-8b1f-5e91-a18f-5fe710ce0127","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21133/analysis/NA21133.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003907#sample/cram"}],"status":"current","subject":{"reference":"Patient/491d6cbc-2dee-5392-a193-85304bd0925a"},"resourceType":"DocumentReference"} +{"id":"4c05f5dd-089d-58ef-bd0f-50ceed87d259","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21135/analysis/NA21135.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003908#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b83fd5e7-3a32-55fd-9262-3f8130b6c57e"},"resourceType":"DocumentReference"} +{"id":"7215aadc-c7b7-5072-a30d-bbbfcd929a79","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21135/analysis/NA21135.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003908#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b83fd5e7-3a32-55fd-9262-3f8130b6c57e"},"resourceType":"DocumentReference"} +{"id":"6c948594-8d0e-534c-ae1e-9b378f34e2b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21135/analysis/NA21135.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003908#sample/cram"}],"status":"current","subject":{"reference":"Patient/b83fd5e7-3a32-55fd-9262-3f8130b6c57e"},"resourceType":"DocumentReference"} +{"id":"c8837e23-d559-51df-8b45-68d34ac13ddb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21137/analysis/NA21137.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003909#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/65ace306-47c9-503c-a91f-b9bc2cec179b"},"resourceType":"DocumentReference"} +{"id":"9fca4712-76a1-5d63-bc68-f9cdb6762418","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21137/analysis/NA21137.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003909#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/65ace306-47c9-503c-a91f-b9bc2cec179b"},"resourceType":"DocumentReference"} +{"id":"28cdb8b2-e0b9-59a7-81d9-87d5be378adf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21137/analysis/NA21137.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003909#sample/cram"}],"status":"current","subject":{"reference":"Patient/65ace306-47c9-503c-a91f-b9bc2cec179b"},"resourceType":"DocumentReference"} +{"id":"a1048335-49ba-5d01-8d9d-8dd043f664f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21141/analysis/NA21141.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003910#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3788edb8-dabe-5fb0-b987-d8b7d4b8760f"},"resourceType":"DocumentReference"} +{"id":"23adc27c-cc75-5d65-b8ce-d0d68789f25e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21141/analysis/NA21141.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003910#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3788edb8-dabe-5fb0-b987-d8b7d4b8760f"},"resourceType":"DocumentReference"} +{"id":"c1ab4934-e91d-5c86-82ac-ec19b92bbaa8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21141/analysis/NA21141.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003910#sample/cram"}],"status":"current","subject":{"reference":"Patient/3788edb8-dabe-5fb0-b987-d8b7d4b8760f"},"resourceType":"DocumentReference"} +{"id":"800d7876-20c0-5435-9a31-81b9c31b97d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21142/analysis/NA21142.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003911#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cce2af85-1a03-5a00-81d4-53fc085c708e"},"resourceType":"DocumentReference"} +{"id":"321c87c4-1629-515a-9302-27bddc8a5b0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21142/analysis/NA21142.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003911#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cce2af85-1a03-5a00-81d4-53fc085c708e"},"resourceType":"DocumentReference"} +{"id":"5c367ca5-3ea3-5fab-8166-a5c5080d2f98","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21142/analysis/NA21142.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003911#sample/cram"}],"status":"current","subject":{"reference":"Patient/cce2af85-1a03-5a00-81d4-53fc085c708e"},"resourceType":"DocumentReference"} +{"id":"3320bb9a-473c-54dc-a4c8-1642ffc34edc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21143/analysis/NA21143.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003912#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a0175508-ecfc-5789-abd4-a8e4067dd832"},"resourceType":"DocumentReference"} +{"id":"e669543d-2a73-580d-a018-e79c379c3bbc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21143/analysis/NA21143.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003912#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a0175508-ecfc-5789-abd4-a8e4067dd832"},"resourceType":"DocumentReference"} +{"id":"591aa5b3-112d-57ac-9e4b-e5115f7a1139","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21143/analysis/NA21143.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003912#sample/cram"}],"status":"current","subject":{"reference":"Patient/a0175508-ecfc-5789-abd4-a8e4067dd832"},"resourceType":"DocumentReference"} +{"id":"4d5b2b47-cc77-57d2-a5cd-2ccf80ce0bfd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21144/analysis/NA21144.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003913#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9c7e18f0-8b8d-5a9f-a6b2-9af02aa4a996"},"resourceType":"DocumentReference"} +{"id":"94cd3e6e-dc17-5779-ade0-4583bf598d4c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21144/analysis/NA21144.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003913#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9c7e18f0-8b8d-5a9f-a6b2-9af02aa4a996"},"resourceType":"DocumentReference"} +{"id":"f5951630-3682-5dfc-ace9-7cab1f2332f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21144/analysis/NA21144.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003913#sample/cram"}],"status":"current","subject":{"reference":"Patient/9c7e18f0-8b8d-5a9f-a6b2-9af02aa4a996"},"resourceType":"DocumentReference"} +{"id":"3ec07823-c3dc-5a3f-9ecf-939c86857e3d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19734/analysis/NA19734.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006559#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/99e204ac-d9cc-5fb7-accc-d676f946e00a"},"resourceType":"DocumentReference"} +{"id":"84c68aec-31c8-57df-8983-e79ca45f985f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19734/analysis/NA19734.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006559#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/99e204ac-d9cc-5fb7-accc-d676f946e00a"},"resourceType":"DocumentReference"} +{"id":"aa3e1ca3-9ce8-5b99-ba68-fc93e34c5bf3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19734/analysis/NA19734.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006559#sample/cram"}],"status":"current","subject":{"reference":"Patient/99e204ac-d9cc-5fb7-accc-d676f946e00a"},"resourceType":"DocumentReference"} +{"id":"a7a018c1-5e9c-5c9b-8b12-3673bc2f0db6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19735/analysis/NA19735.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006560#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a249fbea-15bc-54c7-9591-f0840c7e0921"},"resourceType":"DocumentReference"} +{"id":"5a161f00-c24a-5f42-b840-49c4b1f75ce9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19735/analysis/NA19735.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006560#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a249fbea-15bc-54c7-9591-f0840c7e0921"},"resourceType":"DocumentReference"} +{"id":"a8afd5a3-bcbc-5c65-be13-afc26e2ce67f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19735/analysis/NA19735.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006560#sample/cram"}],"status":"current","subject":{"reference":"Patient/a249fbea-15bc-54c7-9591-f0840c7e0921"},"resourceType":"DocumentReference"} +{"id":"dea64a96-d970-5bb9-a40e-bb76ebfe82d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19740/analysis/NA19740.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006563#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dd5c4159-7e0e-5016-a900-96e95de6de84"},"resourceType":"DocumentReference"} +{"id":"d9e2f095-f120-5bc3-8dc2-8ad86b3fb5c2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19740/analysis/NA19740.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006563#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dd5c4159-7e0e-5016-a900-96e95de6de84"},"resourceType":"DocumentReference"} +{"id":"f40b57ec-5bf3-5a25-a348-7e2b4de36797","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19740/analysis/NA19740.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006563#sample/cram"}],"status":"current","subject":{"reference":"Patient/dd5c4159-7e0e-5016-a900-96e95de6de84"},"resourceType":"DocumentReference"} +{"id":"d0815d85-5582-5cd9-b72a-de56e5770207","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19741/analysis/NA19741.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006564#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ae8d58d1-0566-52e1-83bc-3f191a2bea5b"},"resourceType":"DocumentReference"} +{"id":"6ba5cf45-2b8d-5df8-bdb2-1936bf3c93f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19741/analysis/NA19741.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006564#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ae8d58d1-0566-52e1-83bc-3f191a2bea5b"},"resourceType":"DocumentReference"} +{"id":"96c84382-4406-53c5-a423-1017a7be1bb8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19741/analysis/NA19741.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006564#sample/cram"}],"status":"current","subject":{"reference":"Patient/ae8d58d1-0566-52e1-83bc-3f191a2bea5b"},"resourceType":"DocumentReference"} +{"id":"49fa56a4-b944-5e11-9f57-fe47492c4863","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19752/analysis/NA19752.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006565#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/de2f3b76-9538-5a99-b45f-2c61cbcde8d1"},"resourceType":"DocumentReference"} +{"id":"9fd66a3f-629a-5172-a052-9c42ceef64e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19752/analysis/NA19752.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006565#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/de2f3b76-9538-5a99-b45f-2c61cbcde8d1"},"resourceType":"DocumentReference"} +{"id":"1aa3f6d0-1968-5d45-ba04-fb4da976f945","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19752/analysis/NA19752.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006565#sample/cram"}],"status":"current","subject":{"reference":"Patient/de2f3b76-9538-5a99-b45f-2c61cbcde8d1"},"resourceType":"DocumentReference"} +{"id":"1c62f88b-fc3d-5569-837a-9627120e399e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19764/analysis/NA19764.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006567#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c2d8813b-8165-5ae3-ab25-bfb345f32473"},"resourceType":"DocumentReference"} +{"id":"0c4d45ce-7da5-5eb3-9149-d497086be6ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19764/analysis/NA19764.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006567#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c2d8813b-8165-5ae3-ab25-bfb345f32473"},"resourceType":"DocumentReference"} +{"id":"18983747-354c-5464-98fa-94a1ed10eefe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19764/analysis/NA19764.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006567#sample/cram"}],"status":"current","subject":{"reference":"Patient/c2d8813b-8165-5ae3-ab25-bfb345f32473"},"resourceType":"DocumentReference"} +{"id":"1a118ceb-05bf-59bb-b1ed-3698ceb5244e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19792/analysis/NA19792.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006569#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/64e1fe84-1a4b-5bde-b62c-ac9e7bbc6443"},"resourceType":"DocumentReference"} +{"id":"75981044-8f28-5601-a226-2eae2e7d9a07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19792/analysis/NA19792.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006569#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/64e1fe84-1a4b-5bde-b62c-ac9e7bbc6443"},"resourceType":"DocumentReference"} +{"id":"0b3f0636-2b7a-5188-a887-bc74e9c5375f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19792/analysis/NA19792.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006569#sample/cram"}],"status":"current","subject":{"reference":"Patient/64e1fe84-1a4b-5bde-b62c-ac9e7bbc6443"},"resourceType":"DocumentReference"} +{"id":"2cf0b480-345a-546d-8ef4-b5b315b11c04","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19922/analysis/NA19922.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006572#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/416ad245-b929-5916-a988-db761482274f"},"resourceType":"DocumentReference"} +{"id":"cc7f8595-5c5a-5fbb-b7f8-36800ef436a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19922/analysis/NA19922.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006572#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/416ad245-b929-5916-a988-db761482274f"},"resourceType":"DocumentReference"} +{"id":"6e3e08e1-737f-5437-b310-c3d63aa7fcba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19922/analysis/NA19922.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006572#sample/cram"}],"status":"current","subject":{"reference":"Patient/416ad245-b929-5916-a988-db761482274f"},"resourceType":"DocumentReference"} +{"id":"d8bdcae6-80de-5adb-82cd-cec9f172ee1a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19923/analysis/NA19923.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006573#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4fe1db1a-c5de-5726-b150-af11456c295e"},"resourceType":"DocumentReference"} +{"id":"e89f6d44-85f4-5c52-afee-0d5bf8b60741","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19923/analysis/NA19923.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006573#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4fe1db1a-c5de-5726-b150-af11456c295e"},"resourceType":"DocumentReference"} +{"id":"162613ef-4b75-5584-b728-bcbdf7d259bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19923/analysis/NA19923.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006573#sample/cram"}],"status":"current","subject":{"reference":"Patient/4fe1db1a-c5de-5726-b150-af11456c295e"},"resourceType":"DocumentReference"} +{"id":"b3abe729-bef3-5ac4-8965-beaea21f8d21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19984/analysis/NA19984.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006574#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b17e61bc-cbe9-5659-98f1-ff9acb448181"},"resourceType":"DocumentReference"} +{"id":"ac2f5d54-5646-512a-80fb-e63d816b410e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19984/analysis/NA19984.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006574#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b17e61bc-cbe9-5659-98f1-ff9acb448181"},"resourceType":"DocumentReference"} +{"id":"9df4b793-c704-5226-8df6-6d0abfa2da8c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19984/analysis/NA19984.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006574#sample/cram"}],"status":"current","subject":{"reference":"Patient/b17e61bc-cbe9-5659-98f1-ff9acb448181"},"resourceType":"DocumentReference"} +{"id":"1ffd1a5b-c4ab-5629-8578-322f4ecd85e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20298/analysis/NA20298.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006575#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/254d33f3-b7ad-5440-a683-80a080ac7ca5"},"resourceType":"DocumentReference"} +{"id":"476600f1-a42f-59eb-a361-12b5ca438045","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20298/analysis/NA20298.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006575#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/254d33f3-b7ad-5440-a683-80a080ac7ca5"},"resourceType":"DocumentReference"} +{"id":"751f4821-98cf-5404-9018-557bbf035db9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20298/analysis/NA20298.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006575#sample/cram"}],"status":"current","subject":{"reference":"Patient/254d33f3-b7ad-5440-a683-80a080ac7ca5"},"resourceType":"DocumentReference"} +{"id":"b54fad97-49da-5dd8-ae09-7baff5306e9e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20339/analysis/NA20339.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006576#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b387398c-668f-528c-9d17-845c93d7b0c2"},"resourceType":"DocumentReference"} +{"id":"83f72082-0b1d-50aa-9068-0d7d0bfdff58","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20339/analysis/NA20339.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006576#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b387398c-668f-528c-9d17-845c93d7b0c2"},"resourceType":"DocumentReference"} +{"id":"5ffcad21-bb94-5dd1-91a7-56a9e8938ad5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20339/analysis/NA20339.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006576#sample/cram"}],"status":"current","subject":{"reference":"Patient/b387398c-668f-528c-9d17-845c93d7b0c2"},"resourceType":"DocumentReference"} +{"id":"61a96b4a-5f0c-5c14-94ff-523041dc4d91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20351/analysis/NA20351.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006577#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/39112585-0dae-5705-b5d3-37bccd8e8644"},"resourceType":"DocumentReference"} +{"id":"403d6d79-84b4-500d-86ac-57928bb790e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20351/analysis/NA20351.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006577#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/39112585-0dae-5705-b5d3-37bccd8e8644"},"resourceType":"DocumentReference"} +{"id":"936e61b4-be35-5489-9f7f-0727ba8c5f0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20351/analysis/NA20351.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006577#sample/cram"}],"status":"current","subject":{"reference":"Patient/39112585-0dae-5705-b5d3-37bccd8e8644"},"resourceType":"DocumentReference"} +{"id":"3000c52e-b158-5e58-bb98-09574b6a6e71","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20412/analysis/NA20412.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006578#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e838d378-5b2a-5218-a80c-6454b4bdb0ab"},"resourceType":"DocumentReference"} +{"id":"bf39f533-3dd4-581c-9fbf-e7b370299ebb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20412/analysis/NA20412.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006578#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e838d378-5b2a-5218-a80c-6454b4bdb0ab"},"resourceType":"DocumentReference"} +{"id":"845e3750-bd3c-54d9-88c9-6009b8589ed2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20412/analysis/NA20412.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006578#sample/cram"}],"status":"current","subject":{"reference":"Patient/e838d378-5b2a-5218-a80c-6454b4bdb0ab"},"resourceType":"DocumentReference"} +{"id":"0e6425c4-6c84-5a6d-b592-66bdf9b522a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20863/analysis/NA20863.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006580#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/83c8ae45-0076-5230-bd0f-2a3634853b0e"},"resourceType":"DocumentReference"} +{"id":"6eb79b4e-b395-5c07-a2a9-f0aebe8914c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20863/analysis/NA20863.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006580#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/83c8ae45-0076-5230-bd0f-2a3634853b0e"},"resourceType":"DocumentReference"} +{"id":"67b7c589-25ce-556b-8ae5-c8a4aba883ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20863/analysis/NA20863.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006580#sample/cram"}],"status":"current","subject":{"reference":"Patient/83c8ae45-0076-5230-bd0f-2a3634853b0e"},"resourceType":"DocumentReference"} +{"id":"e3651977-8050-53ce-83b2-5621d5cb4c54","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20864/analysis/NA20864.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006581#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4f1f2772-a1c7-5385-bb8a-14807edc8303"},"resourceType":"DocumentReference"} +{"id":"87323d0d-2e81-5428-818a-660640003b50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20864/analysis/NA20864.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006581#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4f1f2772-a1c7-5385-bb8a-14807edc8303"},"resourceType":"DocumentReference"} +{"id":"62c97296-c429-5988-b3ac-b4027c2a6f7b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20864/analysis/NA20864.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006581#sample/cram"}],"status":"current","subject":{"reference":"Patient/4f1f2772-a1c7-5385-bb8a-14807edc8303"},"resourceType":"DocumentReference"} +{"id":"3351a807-0abf-5e5a-b378-64fbe7fe0ee7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20867/analysis/NA20867.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006582#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1bb99377-a9fe-5ba4-bccb-73d39bd091ec"},"resourceType":"DocumentReference"} +{"id":"28c653d4-a659-5475-aea9-667d964e0ca5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20867/analysis/NA20867.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006582#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1bb99377-a9fe-5ba4-bccb-73d39bd091ec"},"resourceType":"DocumentReference"} +{"id":"961a7370-a2fb-569d-998b-81e02cb9b435","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20867/analysis/NA20867.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006582#sample/cram"}],"status":"current","subject":{"reference":"Patient/1bb99377-a9fe-5ba4-bccb-73d39bd091ec"},"resourceType":"DocumentReference"} +{"id":"3f8e7852-740d-5dda-bca1-5ae23b46892d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20868/analysis/NA20868.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006583#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8ff85a29-f32e-5703-ae72-003794c8b158"},"resourceType":"DocumentReference"} +{"id":"89e2ddae-3715-5570-8526-2444052748f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20868/analysis/NA20868.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006583#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8ff85a29-f32e-5703-ae72-003794c8b158"},"resourceType":"DocumentReference"} +{"id":"abdeea7b-21d1-5abd-8259-1cbf5f2dd1e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20868/analysis/NA20868.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006583#sample/cram"}],"status":"current","subject":{"reference":"Patient/8ff85a29-f32e-5703-ae72-003794c8b158"},"resourceType":"DocumentReference"} +{"id":"e23b09f7-7563-5416-956a-df80f61941e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20905/analysis/NA20905.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006584#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f18d0b6d-15d7-5ad1-96cb-be27e4b5b585"},"resourceType":"DocumentReference"} +{"id":"ce3dfd0c-2012-5e73-bec1-1f80b8684f46","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20905/analysis/NA20905.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006584#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f18d0b6d-15d7-5ad1-96cb-be27e4b5b585"},"resourceType":"DocumentReference"} +{"id":"16f514a0-11c7-51de-864f-481da53c2153","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20905/analysis/NA20905.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006584#sample/cram"}],"status":"current","subject":{"reference":"Patient/f18d0b6d-15d7-5ad1-96cb-be27e4b5b585"},"resourceType":"DocumentReference"} +{"id":"cad3473d-ad18-5d52-b401-4a6de974427d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21087/analysis/NA21087.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006585#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dcc57ab5-912c-5e4a-9618-3c33201d3c4e"},"resourceType":"DocumentReference"} +{"id":"8cf02cc3-e63e-5c46-8d95-77d2a9fba141","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21087/analysis/NA21087.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006585#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dcc57ab5-912c-5e4a-9618-3c33201d3c4e"},"resourceType":"DocumentReference"} +{"id":"a0b544c8-28b7-5864-88ee-a3d17f3af512","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21087/analysis/NA21087.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006585#sample/cram"}],"status":"current","subject":{"reference":"Patient/dcc57ab5-912c-5e4a-9618-3c33201d3c4e"},"resourceType":"DocumentReference"} +{"id":"5d30c49b-0d01-5290-a2d5-b2f75a20360b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21093/analysis/NA21093.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006586#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c02e2b34-8575-58e6-81fb-27e3f4d8d072"},"resourceType":"DocumentReference"} +{"id":"f15a0f86-9734-5b35-9a65-3d00a4adbab0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21093/analysis/NA21093.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006586#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c02e2b34-8575-58e6-81fb-27e3f4d8d072"},"resourceType":"DocumentReference"} +{"id":"aa8327f0-a601-5dd9-8623-fe2e25ae6087","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21093/analysis/NA21093.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006586#sample/cram"}],"status":"current","subject":{"reference":"Patient/c02e2b34-8575-58e6-81fb-27e3f4d8d072"},"resourceType":"DocumentReference"} +{"id":"6b327f45-1b11-5916-aa97-62485c2eaa2c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21095/analysis/NA21095.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006587#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4c5eb825-a1aa-5b84-baa5-68a6e01e7826"},"resourceType":"DocumentReference"} +{"id":"729b5d43-63fb-56e7-b965-a005e0f60da1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21095/analysis/NA21095.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006587#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4c5eb825-a1aa-5b84-baa5-68a6e01e7826"},"resourceType":"DocumentReference"} +{"id":"b3621c7a-b5c0-5c4c-ba1c-7930b9737607","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21095/analysis/NA21095.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006587#sample/cram"}],"status":"current","subject":{"reference":"Patient/4c5eb825-a1aa-5b84-baa5-68a6e01e7826"},"resourceType":"DocumentReference"} +{"id":"dc31a16d-ad37-54c2-bfa1-7eccfc900917","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21114/analysis/NA21114.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006588#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7a6eac5a-3c81-5ab8-8bf4-328a48f08181"},"resourceType":"DocumentReference"} +{"id":"7c964332-23b8-5f90-aa39-5e6be54a9509","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21114/analysis/NA21114.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006588#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7a6eac5a-3c81-5ab8-8bf4-328a48f08181"},"resourceType":"DocumentReference"} +{"id":"36e42c12-5355-59be-8bfc-b7a1e4e16743","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21114/analysis/NA21114.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006588#sample/cram"}],"status":"current","subject":{"reference":"Patient/7a6eac5a-3c81-5ab8-8bf4-328a48f08181"},"resourceType":"DocumentReference"} +{"id":"6d1cd40e-9faf-51ce-ba2b-af7c44a5327e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21124/analysis/NA21124.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006589#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a261f652-dc74-5819-857f-00f00865ecaa"},"resourceType":"DocumentReference"} +{"id":"7fab2efa-afa8-5afb-ae2b-9243e50fc9a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21124/analysis/NA21124.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006589#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a261f652-dc74-5819-857f-00f00865ecaa"},"resourceType":"DocumentReference"} +{"id":"4fd6f0ad-8dc8-5f40-9710-7d743f8c69b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21124/analysis/NA21124.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006589#sample/cram"}],"status":"current","subject":{"reference":"Patient/a261f652-dc74-5819-857f-00f00865ecaa"},"resourceType":"DocumentReference"} +{"id":"79f71811-c752-5645-a73f-315a27be6aa2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21126/analysis/NA21126.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006590#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7e38ab59-8753-54d5-8f15-b101dfaf7087"},"resourceType":"DocumentReference"} +{"id":"16a7f80f-ae9d-5ed6-ba49-7b0d9cc25b02","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21126/analysis/NA21126.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006590#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7e38ab59-8753-54d5-8f15-b101dfaf7087"},"resourceType":"DocumentReference"} +{"id":"4baf54d7-0b49-5e44-a63d-ec7f1a630616","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21126/analysis/NA21126.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006590#sample/cram"}],"status":"current","subject":{"reference":"Patient/7e38ab59-8753-54d5-8f15-b101dfaf7087"},"resourceType":"DocumentReference"} +{"id":"d833ec35-5568-5eb6-b0e9-8ce1bb2811fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21129/analysis/NA21129.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006591#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2cc27d8c-f673-5f8b-9196-95854d12eb93"},"resourceType":"DocumentReference"} +{"id":"c3514047-f05e-5605-845c-9c8973001ea7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA21129/analysis/NA21129.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006591#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2cc27d8c-f673-5f8b-9196-95854d12eb93"},"resourceType":"DocumentReference"} +{"id":"d62bcb5f-d9de-564d-9bf4-e6853ce53425","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA21129/analysis/NA21129.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006591#sample/cram"}],"status":"current","subject":{"reference":"Patient/2cc27d8c-f673-5f8b-9196-95854d12eb93"},"resourceType":"DocumentReference"} +{"id":"396d5c90-c2a4-5d29-8f41-032a5177897b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00096/analysis/HG00096.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006837#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cfd8bc25-366b-512c-99c7-b0a0636c75bc"},"resourceType":"DocumentReference"} +{"id":"e3764ff5-f1fe-5d00-bed3-1bfe47111d06","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00096/analysis/HG00096.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006837#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cfd8bc25-366b-512c-99c7-b0a0636c75bc"},"resourceType":"DocumentReference"} +{"id":"c6539ed3-3abd-5015-abb7-13caa7c211ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00096/analysis/HG00096.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006837#sample/cram"}],"status":"current","subject":{"reference":"Patient/cfd8bc25-366b-512c-99c7-b0a0636c75bc"},"resourceType":"DocumentReference"} +{"id":"c1bd2292-dcca-55a0-9812-3b1e65c63297","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00097/analysis/HG00097.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006838#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/81b8d95c-b11a-5308-b8b5-51cb773484f2"},"resourceType":"DocumentReference"} +{"id":"09c85f1a-87b5-5c30-a556-accfc3835cf4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00097/analysis/HG00097.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006838#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/81b8d95c-b11a-5308-b8b5-51cb773484f2"},"resourceType":"DocumentReference"} +{"id":"711ebeef-9dd8-5917-9052-30ea6a394874","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00097/analysis/HG00097.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006838#sample/cram"}],"status":"current","subject":{"reference":"Patient/81b8d95c-b11a-5308-b8b5-51cb773484f2"},"resourceType":"DocumentReference"} +{"id":"868e2653-d7e3-5a31-abc2-8c578be68522","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00099/analysis/HG00099.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006840#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1d6b7dca-beff-5044-9292-d80f07fee13d"},"resourceType":"DocumentReference"} +{"id":"9b149684-8ea5-5943-91f9-a69661eab0c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00099/analysis/HG00099.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006840#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1d6b7dca-beff-5044-9292-d80f07fee13d"},"resourceType":"DocumentReference"} +{"id":"8d220cf1-052e-5eeb-bc4d-d94df47cd6f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00099/analysis/HG00099.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006840#sample/cram"}],"status":"current","subject":{"reference":"Patient/1d6b7dca-beff-5044-9292-d80f07fee13d"},"resourceType":"DocumentReference"} +{"id":"9681fd09-8c24-5ede-9eff-618660c9a778","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00100/analysis/HG00100.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006841#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aaba57af-8229-5528-8cf6-dba8378b2a3f"},"resourceType":"DocumentReference"} +{"id":"377e5648-7a8d-5a94-a991-7b0fee9ab3c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00100/analysis/HG00100.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006841#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aaba57af-8229-5528-8cf6-dba8378b2a3f"},"resourceType":"DocumentReference"} +{"id":"4921267f-3a70-54c2-96e4-0cb30bc92493","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00100/analysis/HG00100.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006841#sample/cram"}],"status":"current","subject":{"reference":"Patient/aaba57af-8229-5528-8cf6-dba8378b2a3f"},"resourceType":"DocumentReference"} +{"id":"318ab99d-d0f5-557a-afa8-bc86c6e39c70","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00101/analysis/HG00101.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006842#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bc081840-6f59-5a1c-9ca2-5279e9016215"},"resourceType":"DocumentReference"} +{"id":"48f59248-5e97-5534-b3d3-ee629de692fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00101/analysis/HG00101.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006842#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bc081840-6f59-5a1c-9ca2-5279e9016215"},"resourceType":"DocumentReference"} +{"id":"33d8eef2-1ed1-56bb-bd6b-05845dab1833","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00101/analysis/HG00101.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006842#sample/cram"}],"status":"current","subject":{"reference":"Patient/bc081840-6f59-5a1c-9ca2-5279e9016215"},"resourceType":"DocumentReference"} +{"id":"e0b6cdff-0cfe-5a9b-9334-cd7ac5e4f24e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00102/analysis/HG00102.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006843#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2049d459-e804-57f6-82f4-12a362f4cee9"},"resourceType":"DocumentReference"} +{"id":"4cfd0b85-4d16-5d34-85c9-4f5420ac305d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00102/analysis/HG00102.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006843#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2049d459-e804-57f6-82f4-12a362f4cee9"},"resourceType":"DocumentReference"} +{"id":"0d44d42e-299e-59a3-af57-7903591af2d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00102/analysis/HG00102.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006843#sample/cram"}],"status":"current","subject":{"reference":"Patient/2049d459-e804-57f6-82f4-12a362f4cee9"},"resourceType":"DocumentReference"} +{"id":"871549f4-ae9b-5bd1-bf1b-9e501ed99f73","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00103/analysis/HG00103.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006844#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7d8b2536-8e25-51e8-b1d1-5a25b453471e"},"resourceType":"DocumentReference"} +{"id":"2a183915-f2ab-509d-9519-5030e7e64d63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00103/analysis/HG00103.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006844#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7d8b2536-8e25-51e8-b1d1-5a25b453471e"},"resourceType":"DocumentReference"} +{"id":"4aabe8fb-9b36-5748-a6d7-98800f66d3d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00103/analysis/HG00103.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006844#sample/cram"}],"status":"current","subject":{"reference":"Patient/7d8b2536-8e25-51e8-b1d1-5a25b453471e"},"resourceType":"DocumentReference"} +{"id":"115b95c6-e81f-53bd-9c6e-97e4a491b71b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00105/analysis/HG00105.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006846#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a48e7fa2-f840-58a5-9836-e143a0b71430"},"resourceType":"DocumentReference"} +{"id":"eadadf7a-b662-5a5c-9649-f7c106eb1b13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00105/analysis/HG00105.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006846#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a48e7fa2-f840-58a5-9836-e143a0b71430"},"resourceType":"DocumentReference"} +{"id":"59ac305a-f81d-55bc-b70a-9fb28ecd5cb2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00105/analysis/HG00105.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006846#sample/cram"}],"status":"current","subject":{"reference":"Patient/a48e7fa2-f840-58a5-9836-e143a0b71430"},"resourceType":"DocumentReference"} +{"id":"5c17a31c-2cf4-5b8c-966b-58fd81f70fed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00106/analysis/HG00106.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006847#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/649c8d15-7d7c-52f9-a92d-e551ea5c052b"},"resourceType":"DocumentReference"} +{"id":"fc010b2f-e7b2-56bb-9367-09f9f6403946","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00106/analysis/HG00106.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006847#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/649c8d15-7d7c-52f9-a92d-e551ea5c052b"},"resourceType":"DocumentReference"} +{"id":"b9846e17-fa76-5dec-bbb6-8f90f4b8d7bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00106/analysis/HG00106.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006847#sample/cram"}],"status":"current","subject":{"reference":"Patient/649c8d15-7d7c-52f9-a92d-e551ea5c052b"},"resourceType":"DocumentReference"} +{"id":"27dd0187-2869-560d-8d99-ae9f8a2b8060","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00107/analysis/HG00107.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006848#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cc9d059b-a6eb-5f47-80f5-6a913dfa45a0"},"resourceType":"DocumentReference"} +{"id":"90477670-20b1-5c45-9581-4c1a357d7d2a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00107/analysis/HG00107.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006848#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cc9d059b-a6eb-5f47-80f5-6a913dfa45a0"},"resourceType":"DocumentReference"} +{"id":"352508ec-4169-5c58-b7f2-a8e40c326023","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00107/analysis/HG00107.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006848#sample/cram"}],"status":"current","subject":{"reference":"Patient/cc9d059b-a6eb-5f47-80f5-6a913dfa45a0"},"resourceType":"DocumentReference"} +{"id":"a90659de-10a2-55cc-a206-cb0f8f9b464b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00108/analysis/HG00108.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006849#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/019143da-b1ea-53c4-8aaa-5e3fda05284b"},"resourceType":"DocumentReference"} +{"id":"4385bab1-64a8-5498-8c9d-ff198d6ec3f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00108/analysis/HG00108.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006849#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/019143da-b1ea-53c4-8aaa-5e3fda05284b"},"resourceType":"DocumentReference"} +{"id":"552e4c09-16a2-56d6-a580-b67bce7e20ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00108/analysis/HG00108.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006849#sample/cram"}],"status":"current","subject":{"reference":"Patient/019143da-b1ea-53c4-8aaa-5e3fda05284b"},"resourceType":"DocumentReference"} +{"id":"0e5666e7-006d-5ea0-b037-bcf9b0240512","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00109/analysis/HG00109.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006850#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/094cb86c-44c4-5dc9-99eb-2ea52428b253"},"resourceType":"DocumentReference"} +{"id":"00ed2bf2-44c1-500f-9fc0-7244ed2346a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00109/analysis/HG00109.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006850#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/094cb86c-44c4-5dc9-99eb-2ea52428b253"},"resourceType":"DocumentReference"} +{"id":"91dd3067-5483-5eaa-879b-a08308b93885","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00109/analysis/HG00109.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006850#sample/cram"}],"status":"current","subject":{"reference":"Patient/094cb86c-44c4-5dc9-99eb-2ea52428b253"},"resourceType":"DocumentReference"} +{"id":"6966931c-a95a-5d87-a3b2-e51e86447a8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00110/analysis/HG00110.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006851#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eb5a137d-ad79-5f47-abf4-e40bed9f9e28"},"resourceType":"DocumentReference"} +{"id":"a2c34997-20f8-516b-8a05-68fbc87c3347","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00110/analysis/HG00110.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006851#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eb5a137d-ad79-5f47-abf4-e40bed9f9e28"},"resourceType":"DocumentReference"} +{"id":"482b59ed-2c6d-551c-96ea-bd373c20c1bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00110/analysis/HG00110.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006851#sample/cram"}],"status":"current","subject":{"reference":"Patient/eb5a137d-ad79-5f47-abf4-e40bed9f9e28"},"resourceType":"DocumentReference"} +{"id":"5a873937-1ed4-5e9f-a601-1aaee581308e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00111/analysis/HG00111.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006852#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e8a38233-7744-54ba-a3e6-40c34a4e4250"},"resourceType":"DocumentReference"} +{"id":"2e0ebcb0-8311-5ce0-83ab-edaff0eaed1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00111/analysis/HG00111.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006852#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e8a38233-7744-54ba-a3e6-40c34a4e4250"},"resourceType":"DocumentReference"} +{"id":"6e41e16c-195f-5347-889a-2f98713e8674","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00111/analysis/HG00111.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006852#sample/cram"}],"status":"current","subject":{"reference":"Patient/e8a38233-7744-54ba-a3e6-40c34a4e4250"},"resourceType":"DocumentReference"} +{"id":"229a709f-1280-55a6-b991-be64f9704933","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00112/analysis/HG00112.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006853#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bf12b544-8b00-5ecd-b5cf-ee6942205ff5"},"resourceType":"DocumentReference"} +{"id":"fec70e52-cf10-5eee-ab41-007a94e7e19c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00112/analysis/HG00112.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006853#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bf12b544-8b00-5ecd-b5cf-ee6942205ff5"},"resourceType":"DocumentReference"} +{"id":"553a0d92-17d3-5d26-94ad-2e65b0021e5f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00112/analysis/HG00112.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006853#sample/cram"}],"status":"current","subject":{"reference":"Patient/bf12b544-8b00-5ecd-b5cf-ee6942205ff5"},"resourceType":"DocumentReference"} +{"id":"e30d639d-d415-51d6-b21a-a6efcdae3766","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00113/analysis/HG00113.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006854#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0503c664-2de6-5520-a6a9-b2e2448d4ec0"},"resourceType":"DocumentReference"} +{"id":"825f2974-18ba-5c4f-b375-12c0f1e63330","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00113/analysis/HG00113.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006854#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0503c664-2de6-5520-a6a9-b2e2448d4ec0"},"resourceType":"DocumentReference"} +{"id":"72a7c839-4665-582c-b943-acd9089436e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00113/analysis/HG00113.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006854#sample/cram"}],"status":"current","subject":{"reference":"Patient/0503c664-2de6-5520-a6a9-b2e2448d4ec0"},"resourceType":"DocumentReference"} +{"id":"8d540faf-e110-5e06-830e-255d7b9498db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00114/analysis/HG00114.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006855#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/412c8949-1992-58b9-ab40-58866624baa3"},"resourceType":"DocumentReference"} +{"id":"aff4df22-c5cf-535e-8ae3-048006cbb781","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00114/analysis/HG00114.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006855#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/412c8949-1992-58b9-ab40-58866624baa3"},"resourceType":"DocumentReference"} +{"id":"9575cf62-8ea7-5787-9dc3-58869de8b427","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00114/analysis/HG00114.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006855#sample/cram"}],"status":"current","subject":{"reference":"Patient/412c8949-1992-58b9-ab40-58866624baa3"},"resourceType":"DocumentReference"} +{"id":"6469a790-c334-542c-a246-c5bb6fa97c57","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00115/analysis/HG00115.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006856#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8ebc656d-4563-57eb-8a2b-bbf63be9c7f2"},"resourceType":"DocumentReference"} +{"id":"57fbad92-3ab6-538a-9d63-87e6e9a16855","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00115/analysis/HG00115.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006856#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8ebc656d-4563-57eb-8a2b-bbf63be9c7f2"},"resourceType":"DocumentReference"} +{"id":"cee9ebd2-9b1d-59a1-914f-446d41806a1a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00115/analysis/HG00115.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006856#sample/cram"}],"status":"current","subject":{"reference":"Patient/8ebc656d-4563-57eb-8a2b-bbf63be9c7f2"},"resourceType":"DocumentReference"} +{"id":"95fa3f86-06f0-5517-8a4a-de6bb467a2a2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00116/analysis/HG00116.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006857#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/51b2c431-95ae-5d79-803d-298392ba70df"},"resourceType":"DocumentReference"} +{"id":"8214342c-1e4b-5b82-a0f5-e515566f6243","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00116/analysis/HG00116.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006857#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/51b2c431-95ae-5d79-803d-298392ba70df"},"resourceType":"DocumentReference"} +{"id":"f34c7291-5388-500e-a55f-80a2580472bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00116/analysis/HG00116.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006857#sample/cram"}],"status":"current","subject":{"reference":"Patient/51b2c431-95ae-5d79-803d-298392ba70df"},"resourceType":"DocumentReference"} +{"id":"377e36fb-dd00-5759-b9a7-f7e207b64504","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00117/analysis/HG00117.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006858#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9ce40c17-f415-5fa5-99f1-0e4c436b6e7e"},"resourceType":"DocumentReference"} +{"id":"92fc8de2-cff0-583d-971b-c9dfc5f4397c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00117/analysis/HG00117.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006858#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9ce40c17-f415-5fa5-99f1-0e4c436b6e7e"},"resourceType":"DocumentReference"} +{"id":"fb9870e4-c740-52bc-8354-c3f8e355dbcb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00117/analysis/HG00117.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006858#sample/cram"}],"status":"current","subject":{"reference":"Patient/9ce40c17-f415-5fa5-99f1-0e4c436b6e7e"},"resourceType":"DocumentReference"} +{"id":"ad4c9d6b-9335-5394-9fde-f21777c8a3d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00120/analysis/HG00120.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006859#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/438eecf1-c065-59aa-8410-2e7dc0ea9ed5"},"resourceType":"DocumentReference"} +{"id":"78bd8a20-0688-5142-af47-38da565c1e5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00120/analysis/HG00120.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006859#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/438eecf1-c065-59aa-8410-2e7dc0ea9ed5"},"resourceType":"DocumentReference"} +{"id":"9a677d09-a8ad-5336-9e71-12b4c26b9ab2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00120/analysis/HG00120.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006859#sample/cram"}],"status":"current","subject":{"reference":"Patient/438eecf1-c065-59aa-8410-2e7dc0ea9ed5"},"resourceType":"DocumentReference"} +{"id":"516df11d-f502-5ddd-b2fa-73b4edf723fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00127/analysis/HG00127.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006860#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9be53e2b-0cbf-57af-bcfd-27c6928a1399"},"resourceType":"DocumentReference"} +{"id":"4eba5edb-da8d-5807-9485-8bed0e446664","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00127/analysis/HG00127.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006860#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9be53e2b-0cbf-57af-bcfd-27c6928a1399"},"resourceType":"DocumentReference"} +{"id":"2086bbe9-29da-50e7-a614-6bd1d53903b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00127/analysis/HG00127.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006860#sample/cram"}],"status":"current","subject":{"reference":"Patient/9be53e2b-0cbf-57af-bcfd-27c6928a1399"},"resourceType":"DocumentReference"} +{"id":"31870768-5578-5a17-8c7d-831b93ed81a6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00128/analysis/HG00128.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006861#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2dda38b4-6e48-5566-9526-3cddc39d30fc"},"resourceType":"DocumentReference"} +{"id":"6d52540b-07cd-5d6c-b68c-02a37be4979a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00128/analysis/HG00128.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006861#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2dda38b4-6e48-5566-9526-3cddc39d30fc"},"resourceType":"DocumentReference"} +{"id":"565bad0b-a956-5967-a649-fd5caec69f23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00128/analysis/HG00128.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006861#sample/cram"}],"status":"current","subject":{"reference":"Patient/2dda38b4-6e48-5566-9526-3cddc39d30fc"},"resourceType":"DocumentReference"} +{"id":"b60b6456-97a4-5545-8722-143cf560aab6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00129/analysis/HG00129.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006862#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a6eafd5b-5808-58e4-9be7-f0a781bac767"},"resourceType":"DocumentReference"} +{"id":"8c383ad8-7309-5085-8a19-0c8e7c310575","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00129/analysis/HG00129.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006862#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a6eafd5b-5808-58e4-9be7-f0a781bac767"},"resourceType":"DocumentReference"} +{"id":"f2dc5be5-85aa-563f-974a-34dc4c1a2423","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00129/analysis/HG00129.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006862#sample/cram"}],"status":"current","subject":{"reference":"Patient/a6eafd5b-5808-58e4-9be7-f0a781bac767"},"resourceType":"DocumentReference"} +{"id":"75ab7d97-b361-501e-b705-7d353b21e107","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00130/analysis/HG00130.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006863#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/65ead5d7-4d23-5f9d-a25d-f52e44e8f465"},"resourceType":"DocumentReference"} +{"id":"5574a855-f722-545b-a105-03e9ff270641","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00130/analysis/HG00130.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006863#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/65ead5d7-4d23-5f9d-a25d-f52e44e8f465"},"resourceType":"DocumentReference"} +{"id":"f9448e6f-9ed8-5e3c-a7fe-26837780b215","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00130/analysis/HG00130.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006863#sample/cram"}],"status":"current","subject":{"reference":"Patient/65ead5d7-4d23-5f9d-a25d-f52e44e8f465"},"resourceType":"DocumentReference"} +{"id":"d4166bbf-bbdc-549d-88fc-7f291cd31b8e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00131/analysis/HG00131.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006864#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/698776bc-fea6-5919-942f-d0662b38cad8"},"resourceType":"DocumentReference"} +{"id":"525322a0-84ba-5283-9e31-f58408998b72","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00131/analysis/HG00131.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006864#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/698776bc-fea6-5919-942f-d0662b38cad8"},"resourceType":"DocumentReference"} +{"id":"cf05741f-8ae6-53c2-bf85-380315a7ecf5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00131/analysis/HG00131.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006864#sample/cram"}],"status":"current","subject":{"reference":"Patient/698776bc-fea6-5919-942f-d0662b38cad8"},"resourceType":"DocumentReference"} +{"id":"c17c2960-8d1e-5286-bbb3-3d97af59f1cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00132/analysis/HG00132.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006865#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f0fd703f-b0f2-5c44-98df-1893969c5f02"},"resourceType":"DocumentReference"} +{"id":"4f835922-4149-5ddc-a438-fb777c25115b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00132/analysis/HG00132.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006865#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f0fd703f-b0f2-5c44-98df-1893969c5f02"},"resourceType":"DocumentReference"} +{"id":"1158db08-581e-50d2-b731-bf132a736bf1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00132/analysis/HG00132.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006865#sample/cram"}],"status":"current","subject":{"reference":"Patient/f0fd703f-b0f2-5c44-98df-1893969c5f02"},"resourceType":"DocumentReference"} +{"id":"81db2696-e089-5d9f-b79f-a354cb853d19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00133/analysis/HG00133.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006866#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fc3fd127-b061-533e-b6c8-11f2a38bf490"},"resourceType":"DocumentReference"} +{"id":"340da89d-1bb6-518c-b531-b53a31b7d3e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00133/analysis/HG00133.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006866#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fc3fd127-b061-533e-b6c8-11f2a38bf490"},"resourceType":"DocumentReference"} +{"id":"f292e13a-01a2-5007-a8f3-b7e266949c5d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00133/analysis/HG00133.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006866#sample/cram"}],"status":"current","subject":{"reference":"Patient/fc3fd127-b061-533e-b6c8-11f2a38bf490"},"resourceType":"DocumentReference"} +{"id":"555b2f6f-2ed7-5f75-af97-338a4cd38244","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00136/analysis/HG00136.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006869#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/595db002-a1a8-5ce2-acbc-593d130a324e"},"resourceType":"DocumentReference"} +{"id":"ac195f82-dc5c-50f7-bfe7-f1d8fd378e1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00136/analysis/HG00136.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006869#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/595db002-a1a8-5ce2-acbc-593d130a324e"},"resourceType":"DocumentReference"} +{"id":"eb2df8d4-1b2f-5260-b262-56a6214b7c6b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00136/analysis/HG00136.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006869#sample/cram"}],"status":"current","subject":{"reference":"Patient/595db002-a1a8-5ce2-acbc-593d130a324e"},"resourceType":"DocumentReference"} +{"id":"c0554fca-4eb6-598e-98c4-8f9b75700533","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00137/analysis/HG00137.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006870#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e314caae-9984-5d3d-95fc-046000a3e75e"},"resourceType":"DocumentReference"} +{"id":"75083f48-476d-52f8-bd95-7577a3c5d1fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00137/analysis/HG00137.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006870#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e314caae-9984-5d3d-95fc-046000a3e75e"},"resourceType":"DocumentReference"} +{"id":"8e9d7750-79b7-5ae7-956e-f810aec0d67e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00137/analysis/HG00137.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006870#sample/cram"}],"status":"current","subject":{"reference":"Patient/e314caae-9984-5d3d-95fc-046000a3e75e"},"resourceType":"DocumentReference"} +{"id":"54b18fc5-9469-5aa9-be91-d19b3e1d0295","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00138/analysis/HG00138.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006871#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5410b958-f338-56c5-aa3d-6a49088d241d"},"resourceType":"DocumentReference"} +{"id":"439a14c6-7ddf-57ec-bb4f-bb9c21e1d28e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00138/analysis/HG00138.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006871#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5410b958-f338-56c5-aa3d-6a49088d241d"},"resourceType":"DocumentReference"} +{"id":"5d5949ba-679d-5ac8-8214-5bdda4dd6c42","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00138/analysis/HG00138.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006871#sample/cram"}],"status":"current","subject":{"reference":"Patient/5410b958-f338-56c5-aa3d-6a49088d241d"},"resourceType":"DocumentReference"} +{"id":"cc1e3e80-1cf7-5810-ab24-4aad835da091","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00139/analysis/HG00139.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006872#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9258ba8e-db77-59d2-957a-b1c5271774ef"},"resourceType":"DocumentReference"} +{"id":"23742b16-6056-5de1-97ae-768016ec22da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00139/analysis/HG00139.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006872#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9258ba8e-db77-59d2-957a-b1c5271774ef"},"resourceType":"DocumentReference"} +{"id":"82f96d43-3390-5b89-9197-808144dad530","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00139/analysis/HG00139.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006872#sample/cram"}],"status":"current","subject":{"reference":"Patient/9258ba8e-db77-59d2-957a-b1c5271774ef"},"resourceType":"DocumentReference"} +{"id":"6debfeb4-723b-51d7-a040-2674176e39bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00140/analysis/HG00140.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006873#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7216c92c-902d-56cc-8f77-6394a7a5caf4"},"resourceType":"DocumentReference"} +{"id":"3e0f21da-e522-5a94-9a11-83a10f8c0879","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00140/analysis/HG00140.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006873#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7216c92c-902d-56cc-8f77-6394a7a5caf4"},"resourceType":"DocumentReference"} +{"id":"b0bd3b06-1178-5135-a0d9-91b930cec273","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00140/analysis/HG00140.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006873#sample/cram"}],"status":"current","subject":{"reference":"Patient/7216c92c-902d-56cc-8f77-6394a7a5caf4"},"resourceType":"DocumentReference"} +{"id":"7c79e79b-bc20-5d84-b3cd-c218e73118ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00141/analysis/HG00141.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006874#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c111b62e-a6ee-5c88-a9a8-24f503f04f0e"},"resourceType":"DocumentReference"} +{"id":"7455406b-d391-578f-8a9f-db2b02369232","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00141/analysis/HG00141.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006874#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c111b62e-a6ee-5c88-a9a8-24f503f04f0e"},"resourceType":"DocumentReference"} +{"id":"8e99f5aa-07ae-585b-ae86-69c050a341e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00141/analysis/HG00141.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006874#sample/cram"}],"status":"current","subject":{"reference":"Patient/c111b62e-a6ee-5c88-a9a8-24f503f04f0e"},"resourceType":"DocumentReference"} +{"id":"d1346486-c9ff-50f1-8352-62e99b6dde49","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00142/analysis/HG00142.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006875#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/45aecc30-fe70-5dfc-8a70-9cf35a7eb9d4"},"resourceType":"DocumentReference"} +{"id":"595dd604-681c-5ef5-a13c-f44ad79e246d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00142/analysis/HG00142.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006875#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/45aecc30-fe70-5dfc-8a70-9cf35a7eb9d4"},"resourceType":"DocumentReference"} +{"id":"dc9f6077-a8b4-5d8b-9967-c4d4fdb5d1b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00142/analysis/HG00142.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006875#sample/cram"}],"status":"current","subject":{"reference":"Patient/45aecc30-fe70-5dfc-8a70-9cf35a7eb9d4"},"resourceType":"DocumentReference"} +{"id":"b14542cf-5209-56e1-819e-003bdce1fb8c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00143/analysis/HG00143.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006876#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/de52f443-bf14-5cc8-b178-2e2f8a741518"},"resourceType":"DocumentReference"} +{"id":"292a5a0f-3a5a-5204-9bdd-ea65b7a82a03","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00143/analysis/HG00143.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006876#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/de52f443-bf14-5cc8-b178-2e2f8a741518"},"resourceType":"DocumentReference"} +{"id":"c102a953-64a3-5cd3-80a8-27cf3c7225c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00143/analysis/HG00143.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006876#sample/cram"}],"status":"current","subject":{"reference":"Patient/de52f443-bf14-5cc8-b178-2e2f8a741518"},"resourceType":"DocumentReference"} +{"id":"62d6bde3-c041-5f4b-8daf-404787384927","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00145/analysis/HG00145.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006878#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b6fe77f7-1d5a-5524-9857-e452b421a803"},"resourceType":"DocumentReference"} +{"id":"0ad24698-ba41-528f-a566-025d547dd9b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00145/analysis/HG00145.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006878#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b6fe77f7-1d5a-5524-9857-e452b421a803"},"resourceType":"DocumentReference"} +{"id":"bd910a96-1b30-56cf-8ba0-699b423ca608","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00145/analysis/HG00145.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006878#sample/cram"}],"status":"current","subject":{"reference":"Patient/b6fe77f7-1d5a-5524-9857-e452b421a803"},"resourceType":"DocumentReference"} +{"id":"76b3fca4-bc02-5c46-8242-5c367b8c6512","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00146/analysis/HG00146.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006879#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d7d0be87-c5ba-58e3-914b-7ecce913c384"},"resourceType":"DocumentReference"} +{"id":"42b6df4c-ea4e-5828-9b50-9fe65f9e8780","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00146/analysis/HG00146.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006879#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d7d0be87-c5ba-58e3-914b-7ecce913c384"},"resourceType":"DocumentReference"} +{"id":"b8009516-feb3-5e18-86f6-b5cbd114e989","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00146/analysis/HG00146.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006879#sample/cram"}],"status":"current","subject":{"reference":"Patient/d7d0be87-c5ba-58e3-914b-7ecce913c384"},"resourceType":"DocumentReference"} +{"id":"9976c2f0-3158-50e8-8948-d1c46fbae2da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00148/analysis/HG00148.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006881#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0427b034-3e7c-5b14-98c6-359d9828b7c6"},"resourceType":"DocumentReference"} +{"id":"bca93ea9-da35-5a3d-99b3-b9c3045cb6d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00148/analysis/HG00148.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006881#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0427b034-3e7c-5b14-98c6-359d9828b7c6"},"resourceType":"DocumentReference"} +{"id":"9bb7c26c-2db0-5132-981a-3eebf297155c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00148/analysis/HG00148.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006881#sample/cram"}],"status":"current","subject":{"reference":"Patient/0427b034-3e7c-5b14-98c6-359d9828b7c6"},"resourceType":"DocumentReference"} +{"id":"c36de14d-8ada-5de8-a54a-0649ad2a7150","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00149/analysis/HG00149.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006882#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2e43b8b4-5cbb-54e5-b45b-b65de7ff87d8"},"resourceType":"DocumentReference"} +{"id":"a94654a3-4d42-5e23-abca-07688f9ed096","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00149/analysis/HG00149.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006882#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2e43b8b4-5cbb-54e5-b45b-b65de7ff87d8"},"resourceType":"DocumentReference"} +{"id":"fe6edd01-56f8-5d99-b9f2-c7b72b2902f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00149/analysis/HG00149.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006882#sample/cram"}],"status":"current","subject":{"reference":"Patient/2e43b8b4-5cbb-54e5-b45b-b65de7ff87d8"},"resourceType":"DocumentReference"} +{"id":"b0d44097-1e3a-5e95-8e53-a7ad65a1dfe7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00150/analysis/HG00150.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006883#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a30ad356-b07c-5f52-9c35-4a6997ed4499"},"resourceType":"DocumentReference"} +{"id":"9472d497-6fee-5111-8921-cca8f4f43d73","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00150/analysis/HG00150.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006883#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a30ad356-b07c-5f52-9c35-4a6997ed4499"},"resourceType":"DocumentReference"} +{"id":"2ce7ca67-af11-5771-9e0e-eefd9d1cfc6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00150/analysis/HG00150.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006883#sample/cram"}],"status":"current","subject":{"reference":"Patient/a30ad356-b07c-5f52-9c35-4a6997ed4499"},"resourceType":"DocumentReference"} +{"id":"f7eec6a2-cb67-5126-a405-7ea2decd93c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00151/analysis/HG00151.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006884#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/71ccfa83-eed3-5594-a514-f7758bf07f06"},"resourceType":"DocumentReference"} +{"id":"12e17b76-3642-56c3-a578-b8d7ec94632d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00151/analysis/HG00151.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006884#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/71ccfa83-eed3-5594-a514-f7758bf07f06"},"resourceType":"DocumentReference"} +{"id":"924c72b0-0803-580f-9abe-cbfccb0d6440","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00151/analysis/HG00151.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006884#sample/cram"}],"status":"current","subject":{"reference":"Patient/71ccfa83-eed3-5594-a514-f7758bf07f06"},"resourceType":"DocumentReference"} +{"id":"beb8e1e6-70d3-572c-bb63-d4eee12005ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00155/analysis/HG00155.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006887#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6060bdba-2606-5239-9bb1-2b49db6cdd65"},"resourceType":"DocumentReference"} +{"id":"53b4e9c2-ec9b-5f07-9190-79e536ed4df6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00155/analysis/HG00155.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006887#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6060bdba-2606-5239-9bb1-2b49db6cdd65"},"resourceType":"DocumentReference"} +{"id":"c8a4858b-80da-514d-b40b-275c57e55f68","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00155/analysis/HG00155.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006887#sample/cram"}],"status":"current","subject":{"reference":"Patient/6060bdba-2606-5239-9bb1-2b49db6cdd65"},"resourceType":"DocumentReference"} +{"id":"f29076be-5478-5dd6-b134-ee35637cccec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00157/analysis/HG00157.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006889#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6b1a7e16-32c7-5419-b983-ecf3915615f1"},"resourceType":"DocumentReference"} +{"id":"ba7227b4-cae5-5032-9abe-fb69ee0cdba5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00157/analysis/HG00157.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006889#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6b1a7e16-32c7-5419-b983-ecf3915615f1"},"resourceType":"DocumentReference"} +{"id":"f11020f2-20cb-5cbc-a5ac-591cea98831f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00157/analysis/HG00157.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006889#sample/cram"}],"status":"current","subject":{"reference":"Patient/6b1a7e16-32c7-5419-b983-ecf3915615f1"},"resourceType":"DocumentReference"} +{"id":"55166a11-445c-525c-963c-17d471d18734","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00158/analysis/HG00158.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006890#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/af52fd4b-7a03-50c7-b3ae-02400e652e0b"},"resourceType":"DocumentReference"} +{"id":"befb26af-276c-5db6-b036-f9baa125131a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00158/analysis/HG00158.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006890#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/af52fd4b-7a03-50c7-b3ae-02400e652e0b"},"resourceType":"DocumentReference"} +{"id":"cfbabf1a-245c-5a2b-a68a-caa87e975a91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00158/analysis/HG00158.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006890#sample/cram"}],"status":"current","subject":{"reference":"Patient/af52fd4b-7a03-50c7-b3ae-02400e652e0b"},"resourceType":"DocumentReference"} +{"id":"e86f5904-51ce-57e3-8bd6-11fbc0a8461f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00160/analysis/HG00160.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006891#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6d21dbf7-ca00-5527-bde7-c2b26e522f62"},"resourceType":"DocumentReference"} +{"id":"5d0a3f09-d3d0-5b5b-82fd-7bc1d7fd52c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00160/analysis/HG00160.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006891#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6d21dbf7-ca00-5527-bde7-c2b26e522f62"},"resourceType":"DocumentReference"} +{"id":"082a9027-0250-578a-a39f-0034a2a313bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00160/analysis/HG00160.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006891#sample/cram"}],"status":"current","subject":{"reference":"Patient/6d21dbf7-ca00-5527-bde7-c2b26e522f62"},"resourceType":"DocumentReference"} +{"id":"21697770-da0b-5fec-8001-054d3ac20d27","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00171/analysis/HG00171.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006892#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5e71ba92-6724-5ab7-9451-e02fd1a6157d"},"resourceType":"DocumentReference"} +{"id":"cfe0396c-5b6e-5791-8a17-b7544ba77be1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00171/analysis/HG00171.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006892#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5e71ba92-6724-5ab7-9451-e02fd1a6157d"},"resourceType":"DocumentReference"} +{"id":"a780b6c5-cec4-5c29-be16-49177baf49a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00171/analysis/HG00171.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006892#sample/cram"}],"status":"current","subject":{"reference":"Patient/5e71ba92-6724-5ab7-9451-e02fd1a6157d"},"resourceType":"DocumentReference"} +{"id":"8e016826-44a9-5771-b6d7-5e5412c91bd4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00173/analysis/HG00173.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006893#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fbdafd0b-4ed0-5684-858c-ad45c5e14c45"},"resourceType":"DocumentReference"} +{"id":"31b528ae-22e0-5793-a424-7f45b2f4996b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00173/analysis/HG00173.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006893#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fbdafd0b-4ed0-5684-858c-ad45c5e14c45"},"resourceType":"DocumentReference"} +{"id":"06dc25e2-0a48-5553-815a-0ca21b328d8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00173/analysis/HG00173.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006893#sample/cram"}],"status":"current","subject":{"reference":"Patient/fbdafd0b-4ed0-5684-858c-ad45c5e14c45"},"resourceType":"DocumentReference"} +{"id":"0b84d0c1-4576-5429-bf7e-bb956b65dc3c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00174/analysis/HG00174.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006894#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/96dcd442-7b7c-5da2-bb16-29fda354ac97"},"resourceType":"DocumentReference"} +{"id":"c9bcb6a7-a82e-56df-a6e3-eac77b7e227e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00174/analysis/HG00174.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006894#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/96dcd442-7b7c-5da2-bb16-29fda354ac97"},"resourceType":"DocumentReference"} +{"id":"7578f574-f362-5879-bef3-5cf18c18fb8e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00174/analysis/HG00174.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006894#sample/cram"}],"status":"current","subject":{"reference":"Patient/96dcd442-7b7c-5da2-bb16-29fda354ac97"},"resourceType":"DocumentReference"} +{"id":"74915f18-aaa4-5db5-a44e-ebf65be1dc0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00176/analysis/HG00176.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006895#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/deb87dcc-75e3-54db-9544-c5e041a7f170"},"resourceType":"DocumentReference"} +{"id":"c5686484-aadc-5dad-a818-08a4b1967891","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00176/analysis/HG00176.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006895#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/deb87dcc-75e3-54db-9544-c5e041a7f170"},"resourceType":"DocumentReference"} +{"id":"3ec054b6-13b5-599d-9c38-5916048e048c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00176/analysis/HG00176.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006895#sample/cram"}],"status":"current","subject":{"reference":"Patient/deb87dcc-75e3-54db-9544-c5e041a7f170"},"resourceType":"DocumentReference"} +{"id":"e77ecf5a-defc-5f0e-b91e-3707d40b08b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00177/analysis/HG00177.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006896#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/667da24b-8765-5049-abdc-1ba7f1a7c39d"},"resourceType":"DocumentReference"} +{"id":"43d8b313-3975-5766-9587-7041214baf1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00177/analysis/HG00177.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006896#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/667da24b-8765-5049-abdc-1ba7f1a7c39d"},"resourceType":"DocumentReference"} +{"id":"8d505f49-0c89-51d3-8573-f1960d21316d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00177/analysis/HG00177.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006896#sample/cram"}],"status":"current","subject":{"reference":"Patient/667da24b-8765-5049-abdc-1ba7f1a7c39d"},"resourceType":"DocumentReference"} +{"id":"5272f2f2-3146-54ed-a21d-e6776cdfd702","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00178/analysis/HG00178.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006897#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d089e841-a3f4-592b-91ad-8a4a633c6dfe"},"resourceType":"DocumentReference"} +{"id":"c50cd4de-c8ec-574c-b797-dae749c274c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00178/analysis/HG00178.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006897#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d089e841-a3f4-592b-91ad-8a4a633c6dfe"},"resourceType":"DocumentReference"} +{"id":"b644edb4-d217-55af-b83b-ce3dac1ef546","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00178/analysis/HG00178.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006897#sample/cram"}],"status":"current","subject":{"reference":"Patient/d089e841-a3f4-592b-91ad-8a4a633c6dfe"},"resourceType":"DocumentReference"} +{"id":"4c23de59-556d-5bc8-b269-b47df3d5e354","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00179/analysis/HG00179.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006898#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bc9a6c80-54bf-5a2c-8198-8b1a4f1cf2e9"},"resourceType":"DocumentReference"} +{"id":"88ad4131-7325-5ab4-80d2-df6307d197e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00179/analysis/HG00179.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006898#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bc9a6c80-54bf-5a2c-8198-8b1a4f1cf2e9"},"resourceType":"DocumentReference"} +{"id":"09b63c58-9dac-5e3a-8724-f12927a42890","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00179/analysis/HG00179.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006898#sample/cram"}],"status":"current","subject":{"reference":"Patient/bc9a6c80-54bf-5a2c-8198-8b1a4f1cf2e9"},"resourceType":"DocumentReference"} +{"id":"6b0bb8f2-a963-5570-ba97-3568ab8cb3a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00180/analysis/HG00180.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006899#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4c641e4d-303b-5f1f-b31b-2fd6b5236c77"},"resourceType":"DocumentReference"} +{"id":"fd804a27-c66f-5bb0-aeac-c66b5a8ae619","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00180/analysis/HG00180.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006899#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4c641e4d-303b-5f1f-b31b-2fd6b5236c77"},"resourceType":"DocumentReference"} +{"id":"2526dc28-c622-560a-9e8a-664c8deea387","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00180/analysis/HG00180.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006899#sample/cram"}],"status":"current","subject":{"reference":"Patient/4c641e4d-303b-5f1f-b31b-2fd6b5236c77"},"resourceType":"DocumentReference"} +{"id":"d3559519-2fa7-5422-8d4a-fe74085d752d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00181/analysis/HG00181.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006900#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/85017c48-be68-5a55-97c3-c7ec78e309ee"},"resourceType":"DocumentReference"} +{"id":"df1e8433-f26f-58fb-95a8-d09c6030d2f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00181/analysis/HG00181.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006900#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/85017c48-be68-5a55-97c3-c7ec78e309ee"},"resourceType":"DocumentReference"} +{"id":"212d3815-67b8-5994-b51b-3c58d53bfd6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00181/analysis/HG00181.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006900#sample/cram"}],"status":"current","subject":{"reference":"Patient/85017c48-be68-5a55-97c3-c7ec78e309ee"},"resourceType":"DocumentReference"} +{"id":"d348315d-8e7a-55f3-a66d-cfa2194d8b53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00182/analysis/HG00182.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006901#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dea07c55-8a29-5cd7-8221-8ac2141b1589"},"resourceType":"DocumentReference"} +{"id":"932e494b-9747-53e1-8a4b-3269be8bc001","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00182/analysis/HG00182.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006901#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dea07c55-8a29-5cd7-8221-8ac2141b1589"},"resourceType":"DocumentReference"} +{"id":"ad1d3d07-a119-5ec0-a554-81e7fb7d2c4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00182/analysis/HG00182.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006901#sample/cram"}],"status":"current","subject":{"reference":"Patient/dea07c55-8a29-5cd7-8221-8ac2141b1589"},"resourceType":"DocumentReference"} +{"id":"7a03f89a-674f-55e8-92a3-80dcc3f7d95b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00183/analysis/HG00183.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006902#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d9f99966-be78-5536-b0cb-f2db0f6a84f2"},"resourceType":"DocumentReference"} +{"id":"6e255086-5072-5ef3-9bba-31c1a13d1dd2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00183/analysis/HG00183.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006902#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d9f99966-be78-5536-b0cb-f2db0f6a84f2"},"resourceType":"DocumentReference"} +{"id":"0914e508-c2e4-5d42-b2fe-25629aa4d602","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00183/analysis/HG00183.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006902#sample/cram"}],"status":"current","subject":{"reference":"Patient/d9f99966-be78-5536-b0cb-f2db0f6a84f2"},"resourceType":"DocumentReference"} +{"id":"1d8edf9b-8ccc-57c8-a659-712dfce4f8dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00185/analysis/HG00185.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006903#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/64878686-0bfc-5af5-8b81-dd009d6c37a1"},"resourceType":"DocumentReference"} +{"id":"355bd128-1f4f-558c-89e3-f157655f14c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00185/analysis/HG00185.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006903#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/64878686-0bfc-5af5-8b81-dd009d6c37a1"},"resourceType":"DocumentReference"} +{"id":"1fe4976b-8bd0-547a-8c93-dbccc37c57d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00185/analysis/HG00185.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006903#sample/cram"}],"status":"current","subject":{"reference":"Patient/64878686-0bfc-5af5-8b81-dd009d6c37a1"},"resourceType":"DocumentReference"} +{"id":"b9f9bc95-7ea3-5a05-8680-678969bb6ce1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00186/analysis/HG00186.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006904#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3b3c2ce7-b711-51be-bf63-7e5c6a2ae032"},"resourceType":"DocumentReference"} +{"id":"2b54ddaf-8ec7-506f-8ec5-20291a35f7a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00186/analysis/HG00186.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006904#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3b3c2ce7-b711-51be-bf63-7e5c6a2ae032"},"resourceType":"DocumentReference"} +{"id":"5d08dde5-6eb8-5f7c-a6a7-e5499e03373d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00186/analysis/HG00186.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006904#sample/cram"}],"status":"current","subject":{"reference":"Patient/3b3c2ce7-b711-51be-bf63-7e5c6a2ae032"},"resourceType":"DocumentReference"} +{"id":"c832f353-0f2c-504f-9ded-edadb5663ea7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00187/analysis/HG00187.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006905#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dbdb816c-8a67-5bde-a9b2-a91e55ad5953"},"resourceType":"DocumentReference"} +{"id":"e574159c-4244-56b6-a298-dd51f0546bd3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00187/analysis/HG00187.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006905#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dbdb816c-8a67-5bde-a9b2-a91e55ad5953"},"resourceType":"DocumentReference"} +{"id":"7b7c785a-de21-504c-ba6b-bc066a5a8b1a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00187/analysis/HG00187.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006905#sample/cram"}],"status":"current","subject":{"reference":"Patient/dbdb816c-8a67-5bde-a9b2-a91e55ad5953"},"resourceType":"DocumentReference"} +{"id":"592f7d9b-aecb-597c-905c-1982efd89956","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00188/analysis/HG00188.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006906#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3bcc3857-86b4-536e-8f87-cf167409f7a8"},"resourceType":"DocumentReference"} +{"id":"a6a80c62-a721-5376-8e49-a87e31d53d78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00188/analysis/HG00188.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006906#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3bcc3857-86b4-536e-8f87-cf167409f7a8"},"resourceType":"DocumentReference"} +{"id":"00aac5c4-fbba-5747-bc7a-8f8a0eabc1c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00188/analysis/HG00188.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006906#sample/cram"}],"status":"current","subject":{"reference":"Patient/3bcc3857-86b4-536e-8f87-cf167409f7a8"},"resourceType":"DocumentReference"} +{"id":"afd0f6f1-22d7-50c3-abf8-83b87f9bfb4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00189/analysis/HG00189.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006907#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2d724b76-275b-57e8-96f0-5237241da793"},"resourceType":"DocumentReference"} +{"id":"c02e8833-8716-5b86-9113-5097955f13c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00189/analysis/HG00189.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006907#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2d724b76-275b-57e8-96f0-5237241da793"},"resourceType":"DocumentReference"} +{"id":"43d71d52-804e-521e-a4d9-6c25f62ddba1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00189/analysis/HG00189.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006907#sample/cram"}],"status":"current","subject":{"reference":"Patient/2d724b76-275b-57e8-96f0-5237241da793"},"resourceType":"DocumentReference"} +{"id":"1e96c9f2-3209-5d3c-abb7-a0d0cf696fb7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00190/analysis/HG00190.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006908#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1fe36b1a-365f-5239-8142-30fc45dc4d24"},"resourceType":"DocumentReference"} +{"id":"38a95409-609e-5225-933f-b36830c303cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00190/analysis/HG00190.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006908#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1fe36b1a-365f-5239-8142-30fc45dc4d24"},"resourceType":"DocumentReference"} +{"id":"480d05ae-154e-5b54-a762-2204e4fc080d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00190/analysis/HG00190.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006908#sample/cram"}],"status":"current","subject":{"reference":"Patient/1fe36b1a-365f-5239-8142-30fc45dc4d24"},"resourceType":"DocumentReference"} +{"id":"c3e40300-5210-5a77-b8a0-18e42c780ca7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00233/analysis/HG00233.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006909#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4b509046-8113-528a-b475-dc5525b22535"},"resourceType":"DocumentReference"} +{"id":"77c025b3-92a7-509f-81a6-8d3cffad1a37","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00233/analysis/HG00233.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006909#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4b509046-8113-528a-b475-dc5525b22535"},"resourceType":"DocumentReference"} +{"id":"4484e6a7-9f85-54a0-9a49-acc5fe35869b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00233/analysis/HG00233.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006909#sample/cram"}],"status":"current","subject":{"reference":"Patient/4b509046-8113-528a-b475-dc5525b22535"},"resourceType":"DocumentReference"} +{"id":"858c94f0-cdd7-5377-bb31-ee2e2bd91811","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00234/analysis/HG00234.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006910#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0b8aba56-31e8-54db-a69d-98994e29e332"},"resourceType":"DocumentReference"} +{"id":"442a922f-53b7-566e-9dd7-401d982c78f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00234/analysis/HG00234.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006910#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0b8aba56-31e8-54db-a69d-98994e29e332"},"resourceType":"DocumentReference"} +{"id":"9af87af7-4da6-5660-a518-56d41713988c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00234/analysis/HG00234.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006910#sample/cram"}],"status":"current","subject":{"reference":"Patient/0b8aba56-31e8-54db-a69d-98994e29e332"},"resourceType":"DocumentReference"} +{"id":"3549a8ab-dbdd-5236-b3d6-f48c28a2d1c2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00235/analysis/HG00235.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006911#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ec2deadd-3ebe-56fe-bd6c-050b838cf2a6"},"resourceType":"DocumentReference"} +{"id":"787a732c-b23b-5da4-9587-a55735e26057","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00235/analysis/HG00235.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006911#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ec2deadd-3ebe-56fe-bd6c-050b838cf2a6"},"resourceType":"DocumentReference"} +{"id":"d9ebffa8-35dc-5f39-9183-444be0dfd813","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00235/analysis/HG00235.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006911#sample/cram"}],"status":"current","subject":{"reference":"Patient/ec2deadd-3ebe-56fe-bd6c-050b838cf2a6"},"resourceType":"DocumentReference"} +{"id":"07d979d0-0375-5131-afb6-adafe9f594b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00238/analysis/HG00238.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006912#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/25a930a2-f092-5874-858a-b054eaf3d681"},"resourceType":"DocumentReference"} +{"id":"d259d8a3-fc96-5200-baff-fd213d7ac568","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00238/analysis/HG00238.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006912#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/25a930a2-f092-5874-858a-b054eaf3d681"},"resourceType":"DocumentReference"} +{"id":"01cdfdf2-9e4d-5ddc-8feb-0e4e51dcef70","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00238/analysis/HG00238.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006912#sample/cram"}],"status":"current","subject":{"reference":"Patient/25a930a2-f092-5874-858a-b054eaf3d681"},"resourceType":"DocumentReference"} +{"id":"b3e2e9f2-72c5-59de-ba25-e2fbb42b9a7d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00240/analysis/HG00240.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006913#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6f39d7bb-0912-5031-a5fa-6eb504a27ae4"},"resourceType":"DocumentReference"} +{"id":"5356c6c3-1d9c-5f5e-a87d-71af2095b173","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00240/analysis/HG00240.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006913#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6f39d7bb-0912-5031-a5fa-6eb504a27ae4"},"resourceType":"DocumentReference"} +{"id":"d446c3f8-7f19-5ac7-bdcc-6675e246bb49","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00240/analysis/HG00240.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006913#sample/cram"}],"status":"current","subject":{"reference":"Patient/6f39d7bb-0912-5031-a5fa-6eb504a27ae4"},"resourceType":"DocumentReference"} +{"id":"2e8ff7d5-2688-56ce-bf2c-967c5bcd05a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00255/analysis/HG00255.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006914#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b20caa00-c3f9-59a6-9c7c-40827a0b0566"},"resourceType":"DocumentReference"} +{"id":"7e41d75a-e118-5994-9d10-5e391a53830e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00255/analysis/HG00255.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006914#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b20caa00-c3f9-59a6-9c7c-40827a0b0566"},"resourceType":"DocumentReference"} +{"id":"d90ec93a-5200-5fec-b71c-3eb5fdbe66e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00255/analysis/HG00255.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006914#sample/cram"}],"status":"current","subject":{"reference":"Patient/b20caa00-c3f9-59a6-9c7c-40827a0b0566"},"resourceType":"DocumentReference"} +{"id":"7ab8b78a-d080-5bee-ac28-e3efa239672c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00442/analysis/HG00442.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006915#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f2fcf490-5eb5-518d-b3b8-66c99b2dc76e"},"resourceType":"DocumentReference"} +{"id":"ca616d29-e3d7-596a-8223-0e15c3a3bb7b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00442/analysis/HG00442.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006915#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f2fcf490-5eb5-518d-b3b8-66c99b2dc76e"},"resourceType":"DocumentReference"} +{"id":"878d7782-526a-5b1a-bea0-9afd28ac0d60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00442/analysis/HG00442.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006915#sample/cram"}],"status":"current","subject":{"reference":"Patient/f2fcf490-5eb5-518d-b3b8-66c99b2dc76e"},"resourceType":"DocumentReference"} +{"id":"3fb6d250-1118-5472-889c-ab6cecedc689","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00443/analysis/HG00443.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006916#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b015d140-526f-51ef-b889-a1f05b58067c"},"resourceType":"DocumentReference"} +{"id":"a833b65d-dd4a-560b-9eb1-2d6d6e0c6266","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00443/analysis/HG00443.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006916#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b015d140-526f-51ef-b889-a1f05b58067c"},"resourceType":"DocumentReference"} +{"id":"c5c17857-e16a-55ef-a246-c2fb59933f23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00443/analysis/HG00443.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006916#sample/cram"}],"status":"current","subject":{"reference":"Patient/b015d140-526f-51ef-b889-a1f05b58067c"},"resourceType":"DocumentReference"} +{"id":"ae1f7312-565e-5231-8b84-5da56a56b689","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00445/analysis/HG00445.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006918#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/703bb2f1-f2d2-557b-8cc7-1ca3f61ea3fc"},"resourceType":"DocumentReference"} +{"id":"c2d89033-7ffe-5713-b992-831172c81afe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00445/analysis/HG00445.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006918#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/703bb2f1-f2d2-557b-8cc7-1ca3f61ea3fc"},"resourceType":"DocumentReference"} +{"id":"d52fb24e-3393-57c1-8ff0-1ac3f1a17445","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00445/analysis/HG00445.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006918#sample/cram"}],"status":"current","subject":{"reference":"Patient/703bb2f1-f2d2-557b-8cc7-1ca3f61ea3fc"},"resourceType":"DocumentReference"} +{"id":"c153098c-096c-5112-abdf-f1ecc4abf82f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00446/analysis/HG00446.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006919#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9cf78e08-30b0-5670-9ea5-3b4edb77c182"},"resourceType":"DocumentReference"} +{"id":"1c540f33-febf-5cd2-bf28-61cecb40a815","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00446/analysis/HG00446.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006919#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9cf78e08-30b0-5670-9ea5-3b4edb77c182"},"resourceType":"DocumentReference"} +{"id":"5ffd3b7d-bc7e-534b-a356-3ae46b671d1a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00446/analysis/HG00446.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006919#sample/cram"}],"status":"current","subject":{"reference":"Patient/9cf78e08-30b0-5670-9ea5-3b4edb77c182"},"resourceType":"DocumentReference"} +{"id":"40e2c828-b7af-51fb-b6fa-6b7c43a358b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00448/analysis/HG00448.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006921#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e19ece23-4a0b-5a9d-a6a3-b06dee93e405"},"resourceType":"DocumentReference"} +{"id":"4a647e5a-d45e-5dc0-b1a2-5ddffd6a5862","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00448/analysis/HG00448.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006921#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e19ece23-4a0b-5a9d-a6a3-b06dee93e405"},"resourceType":"DocumentReference"} +{"id":"3ecd3be9-06e2-5ced-9fd2-08df588c25f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00448/analysis/HG00448.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006921#sample/cram"}],"status":"current","subject":{"reference":"Patient/e19ece23-4a0b-5a9d-a6a3-b06dee93e405"},"resourceType":"DocumentReference"} +{"id":"0277ac1b-633b-5dd3-ae4e-cf973a83d8fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00449/analysis/HG00449.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006922#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7c4770c2-524e-5b0a-961a-865df1c39bb1"},"resourceType":"DocumentReference"} +{"id":"27eec29f-165a-578a-bc8a-ba4965a44fa4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00449/analysis/HG00449.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006922#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7c4770c2-524e-5b0a-961a-865df1c39bb1"},"resourceType":"DocumentReference"} +{"id":"7bfe54bb-3fef-5d9e-980e-d2d0189bb61a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00449/analysis/HG00449.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006922#sample/cram"}],"status":"current","subject":{"reference":"Patient/7c4770c2-524e-5b0a-961a-865df1c39bb1"},"resourceType":"DocumentReference"} +{"id":"6c8fa64b-ce8a-5f56-91a2-32870bcf1a5f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00451/analysis/HG00451.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006924#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/146a024a-127d-5803-82ba-76c6245d0e1d"},"resourceType":"DocumentReference"} +{"id":"aed30df1-6f0d-57d2-a1ae-362ca2466c74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00451/analysis/HG00451.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006924#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/146a024a-127d-5803-82ba-76c6245d0e1d"},"resourceType":"DocumentReference"} +{"id":"4578b4f0-6553-55a5-abfb-a1b539077386","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00451/analysis/HG00451.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006924#sample/cram"}],"status":"current","subject":{"reference":"Patient/146a024a-127d-5803-82ba-76c6245d0e1d"},"resourceType":"DocumentReference"} +{"id":"35003e00-ab01-5bab-83f2-0e7eb3e14c79","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00452/analysis/HG00452.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006925#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2fe0b077-2d6c-597c-80df-8640e936b453"},"resourceType":"DocumentReference"} +{"id":"8edca768-b8ac-5e6b-b6c6-c2a0fd4807bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00452/analysis/HG00452.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006925#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2fe0b077-2d6c-597c-80df-8640e936b453"},"resourceType":"DocumentReference"} +{"id":"b829b96a-7074-5922-bc12-6e4adb8c631a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00452/analysis/HG00452.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006925#sample/cram"}],"status":"current","subject":{"reference":"Patient/2fe0b077-2d6c-597c-80df-8640e936b453"},"resourceType":"DocumentReference"} +{"id":"fb358b13-0225-5c30-a217-757bce33db23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00463/analysis/HG00463.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006927#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/538a77e4-949a-5b48-9fcf-40380b48d276"},"resourceType":"DocumentReference"} +{"id":"2839b699-e281-59ba-aff4-8b59cd0d36f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00463/analysis/HG00463.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006927#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/538a77e4-949a-5b48-9fcf-40380b48d276"},"resourceType":"DocumentReference"} +{"id":"8beadd82-3e6c-5d8c-99a6-96e93a31ae14","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00463/analysis/HG00463.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006927#sample/cram"}],"status":"current","subject":{"reference":"Patient/538a77e4-949a-5b48-9fcf-40380b48d276"},"resourceType":"DocumentReference"} +{"id":"f3fd9c57-fe3a-5577-b9fe-4b7ed26f01b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00464/analysis/HG00464.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006928#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e089da42-1662-5e1a-93b1-c17abbc988ef"},"resourceType":"DocumentReference"} +{"id":"20c22fd1-eeac-5015-adb8-90c2e98416f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00464/analysis/HG00464.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006928#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e089da42-1662-5e1a-93b1-c17abbc988ef"},"resourceType":"DocumentReference"} +{"id":"03b4b265-4ec2-559f-acb0-0966e720dcdd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00464/analysis/HG00464.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006928#sample/cram"}],"status":"current","subject":{"reference":"Patient/e089da42-1662-5e1a-93b1-c17abbc988ef"},"resourceType":"DocumentReference"} +{"id":"053ac231-f719-526e-aa54-2eb0e85273b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00118/analysis/HG00118.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008503#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/07c7f709-35ea-5112-b244-dfc8ace3355a"},"resourceType":"DocumentReference"} +{"id":"7bfada53-4cf5-540e-9b32-e58d08d9816b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00118/analysis/HG00118.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008503#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/07c7f709-35ea-5112-b244-dfc8ace3355a"},"resourceType":"DocumentReference"} +{"id":"89875ec9-99c8-576e-8da5-0b8a3050c556","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00118/analysis/HG00118.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008503#sample/cram"}],"status":"current","subject":{"reference":"Patient/07c7f709-35ea-5112-b244-dfc8ace3355a"},"resourceType":"DocumentReference"} +{"id":"1aec0964-d5d2-5061-aadd-83bb46283bdd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00119/analysis/HG00119.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008504#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2ec73dec-3b63-57c7-a302-cde4cb34ed0d"},"resourceType":"DocumentReference"} +{"id":"e5702427-28ca-5cea-8463-e38619572a66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00119/analysis/HG00119.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008504#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2ec73dec-3b63-57c7-a302-cde4cb34ed0d"},"resourceType":"DocumentReference"} +{"id":"327eca63-aba3-53f1-8ab0-8a85b3749ac2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00119/analysis/HG00119.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008504#sample/cram"}],"status":"current","subject":{"reference":"Patient/2ec73dec-3b63-57c7-a302-cde4cb34ed0d"},"resourceType":"DocumentReference"} +{"id":"c13107bb-ebee-55c8-a55a-1e76aaf27bfd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00121/analysis/HG00121.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008505#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/95533db1-5399-59af-8343-04422f5f22fe"},"resourceType":"DocumentReference"} +{"id":"4ec9c1ae-89f8-5d0d-9ebb-583956cf61fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00121/analysis/HG00121.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008505#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/95533db1-5399-59af-8343-04422f5f22fe"},"resourceType":"DocumentReference"} +{"id":"e3e8c53a-5608-5966-9ca2-84c99adc100f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00121/analysis/HG00121.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008505#sample/cram"}],"status":"current","subject":{"reference":"Patient/95533db1-5399-59af-8343-04422f5f22fe"},"resourceType":"DocumentReference"} +{"id":"7192edcd-1cc7-5d47-8d3d-911a0d61ac54","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00122/analysis/HG00122.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008506#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f18c1797-9dff-55a6-9277-eb1c97bb5fb1"},"resourceType":"DocumentReference"} +{"id":"3d12f3d9-0bb7-583f-aeb4-9c0ff50c95be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00122/analysis/HG00122.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008506#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f18c1797-9dff-55a6-9277-eb1c97bb5fb1"},"resourceType":"DocumentReference"} +{"id":"b35f0e99-f1a5-50ab-8145-b9c8bd25609c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00122/analysis/HG00122.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008506#sample/cram"}],"status":"current","subject":{"reference":"Patient/f18c1797-9dff-55a6-9277-eb1c97bb5fb1"},"resourceType":"DocumentReference"} +{"id":"ec53b269-3cb0-5a1f-a838-cdb676a09677","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00123/analysis/HG00123.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008507#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/96f76984-8f59-5b82-9e3d-b81c653775dd"},"resourceType":"DocumentReference"} +{"id":"81d82f60-e483-560d-81a6-9ccb3a267dd1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00123/analysis/HG00123.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008507#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/96f76984-8f59-5b82-9e3d-b81c653775dd"},"resourceType":"DocumentReference"} +{"id":"1d652bf9-82f9-5759-b00f-b3634c97a86d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00123/analysis/HG00123.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008507#sample/cram"}],"status":"current","subject":{"reference":"Patient/96f76984-8f59-5b82-9e3d-b81c653775dd"},"resourceType":"DocumentReference"} +{"id":"b3ed2db9-e5c1-591d-81f8-6e88f39cd6eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00125/analysis/HG00125.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008509#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/41d8b32b-8bd5-578f-bf15-7ea753a17ab5"},"resourceType":"DocumentReference"} +{"id":"4cdfa11d-0004-5110-b157-0b08c5b60c5d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00125/analysis/HG00125.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008509#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/41d8b32b-8bd5-578f-bf15-7ea753a17ab5"},"resourceType":"DocumentReference"} +{"id":"1ce8e2da-7e42-5540-a388-cc1342278ac3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00125/analysis/HG00125.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008509#sample/cram"}],"status":"current","subject":{"reference":"Patient/41d8b32b-8bd5-578f-bf15-7ea753a17ab5"},"resourceType":"DocumentReference"} +{"id":"3cd5c9cd-15d6-52ba-befe-06e629bad5f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00126/analysis/HG00126.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008510#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c8b750af-7b14-59f2-a897-d09a81e919f3"},"resourceType":"DocumentReference"} +{"id":"cf64e1e0-e916-511c-98b7-0b071d44b3cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00126/analysis/HG00126.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008510#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c8b750af-7b14-59f2-a897-d09a81e919f3"},"resourceType":"DocumentReference"} +{"id":"cece7045-9741-5b56-906f-ae1ca2460e76","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00126/analysis/HG00126.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008510#sample/cram"}],"status":"current","subject":{"reference":"Patient/c8b750af-7b14-59f2-a897-d09a81e919f3"},"resourceType":"DocumentReference"} +{"id":"39844a78-ce52-5bcf-ab48-96a4982e3b3c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00159/analysis/HG00159.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008511#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/555717f1-72f8-54e7-85bd-d99c87c54ca5"},"resourceType":"DocumentReference"} +{"id":"be4a01df-332a-5fdf-bc78-4b1cc3098b68","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00159/analysis/HG00159.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008511#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/555717f1-72f8-54e7-85bd-d99c87c54ca5"},"resourceType":"DocumentReference"} +{"id":"2ef8c9e9-13a2-5ca5-a3f4-7edb8c857074","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00159/analysis/HG00159.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008511#sample/cram"}],"status":"current","subject":{"reference":"Patient/555717f1-72f8-54e7-85bd-d99c87c54ca5"},"resourceType":"DocumentReference"} +{"id":"26b67879-73f1-54fb-9438-50087ed1362b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00231/analysis/HG00231.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008512#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f7a284e0-e81f-54af-b057-a4b5c788eec7"},"resourceType":"DocumentReference"} +{"id":"68230f74-6b5f-5098-a35f-1748bbb40226","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00231/analysis/HG00231.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008512#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f7a284e0-e81f-54af-b057-a4b5c788eec7"},"resourceType":"DocumentReference"} +{"id":"6a8d3951-b67e-5180-ace2-e122cba56336","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00231/analysis/HG00231.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008512#sample/cram"}],"status":"current","subject":{"reference":"Patient/f7a284e0-e81f-54af-b057-a4b5c788eec7"},"resourceType":"DocumentReference"} +{"id":"a90e1127-6d0e-581f-9640-584cde019da8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00232/analysis/HG00232.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008513#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/08dbac4c-8e15-5774-9250-b262ba8fa9ab"},"resourceType":"DocumentReference"} +{"id":"0587dd53-3696-5526-8048-03adceb4dd1a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00232/analysis/HG00232.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008513#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/08dbac4c-8e15-5774-9250-b262ba8fa9ab"},"resourceType":"DocumentReference"} +{"id":"5191d3eb-5550-577a-9e4a-85bc76b220f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00232/analysis/HG00232.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008513#sample/cram"}],"status":"current","subject":{"reference":"Patient/08dbac4c-8e15-5774-9250-b262ba8fa9ab"},"resourceType":"DocumentReference"} +{"id":"0f170845-6828-5a05-8f6f-734fbae8f572","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00236/analysis/HG00236.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008514#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5da4210c-6203-51bc-86d1-cd227181d251"},"resourceType":"DocumentReference"} +{"id":"76705fda-ed3d-5b63-a816-8b66bf202ea7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00236/analysis/HG00236.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008514#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5da4210c-6203-51bc-86d1-cd227181d251"},"resourceType":"DocumentReference"} +{"id":"c8ee9648-3296-555e-803f-75eebf56d097","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00236/analysis/HG00236.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008514#sample/cram"}],"status":"current","subject":{"reference":"Patient/5da4210c-6203-51bc-86d1-cd227181d251"},"resourceType":"DocumentReference"} +{"id":"f550fd3b-ceb6-5602-aec5-9bd135ec522f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00237/analysis/HG00237.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008515#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/81c69554-097c-5f16-8b9b-44a36986e632"},"resourceType":"DocumentReference"} +{"id":"68823445-5bb3-5a80-a171-7a793c2c63a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00237/analysis/HG00237.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008515#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/81c69554-097c-5f16-8b9b-44a36986e632"},"resourceType":"DocumentReference"} +{"id":"e6e36ee9-97f8-5a36-8762-1a4b3b48a925","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00237/analysis/HG00237.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008515#sample/cram"}],"status":"current","subject":{"reference":"Patient/81c69554-097c-5f16-8b9b-44a36986e632"},"resourceType":"DocumentReference"} +{"id":"91628df7-016f-5d9f-ac81-1943fdb309c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00239/analysis/HG00239.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008516#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/503d9a85-2152-5607-bcfd-33b8eb7575e8"},"resourceType":"DocumentReference"} +{"id":"266dab42-923b-5a50-8f78-2b990497d902","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00239/analysis/HG00239.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008516#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/503d9a85-2152-5607-bcfd-33b8eb7575e8"},"resourceType":"DocumentReference"} +{"id":"1dcc2477-0495-58f9-a821-967a0ef7d207","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00239/analysis/HG00239.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008516#sample/cram"}],"status":"current","subject":{"reference":"Patient/503d9a85-2152-5607-bcfd-33b8eb7575e8"},"resourceType":"DocumentReference"} +{"id":"537ab401-446f-504a-a976-8ca1b9ad83c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00242/analysis/HG00242.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008517#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4302278f-8f4b-54ce-aab7-7e1bf4105ba7"},"resourceType":"DocumentReference"} +{"id":"878100f2-9df4-57d0-8519-af3a888eef15","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00242/analysis/HG00242.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008517#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4302278f-8f4b-54ce-aab7-7e1bf4105ba7"},"resourceType":"DocumentReference"} +{"id":"4b2f12b3-63b1-5a2c-9327-644461e91043","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00242/analysis/HG00242.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008517#sample/cram"}],"status":"current","subject":{"reference":"Patient/4302278f-8f4b-54ce-aab7-7e1bf4105ba7"},"resourceType":"DocumentReference"} +{"id":"f12f445b-60cd-51dd-8d16-707a3d619aa2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00243/analysis/HG00243.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008518#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0936d158-9ea3-5308-8489-0219c8b21da6"},"resourceType":"DocumentReference"} +{"id":"02928f02-b34c-57a5-b5c5-08950866b115","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00243/analysis/HG00243.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008518#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0936d158-9ea3-5308-8489-0219c8b21da6"},"resourceType":"DocumentReference"} +{"id":"7de1f1c6-abd4-5721-90ce-d9ff02eb67ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00243/analysis/HG00243.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008518#sample/cram"}],"status":"current","subject":{"reference":"Patient/0936d158-9ea3-5308-8489-0219c8b21da6"},"resourceType":"DocumentReference"} +{"id":"94a8e8a8-361f-5227-bf5f-922a84adb540","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00244/analysis/HG00244.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008519#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/30a5b422-18d6-5504-82da-dc331b898d7a"},"resourceType":"DocumentReference"} +{"id":"036fd875-ec2a-5158-b83a-71feeb0c53b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00244/analysis/HG00244.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008519#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/30a5b422-18d6-5504-82da-dc331b898d7a"},"resourceType":"DocumentReference"} +{"id":"007077a4-20bb-5100-85eb-93b48ffbb569","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00244/analysis/HG00244.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008519#sample/cram"}],"status":"current","subject":{"reference":"Patient/30a5b422-18d6-5504-82da-dc331b898d7a"},"resourceType":"DocumentReference"} +{"id":"5fdedc42-97df-5053-89eb-bcaefe31b377","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00245/analysis/HG00245.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008520#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/752fe98e-ede4-5853-ac4c-a24a9c4f96c0"},"resourceType":"DocumentReference"} +{"id":"0b9b563a-3bff-5f97-99df-f04c01561ad8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00245/analysis/HG00245.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008520#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/752fe98e-ede4-5853-ac4c-a24a9c4f96c0"},"resourceType":"DocumentReference"} +{"id":"24fda9f6-b6a0-5f2f-ae2d-aff1d77dd64d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00245/analysis/HG00245.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008520#sample/cram"}],"status":"current","subject":{"reference":"Patient/752fe98e-ede4-5853-ac4c-a24a9c4f96c0"},"resourceType":"DocumentReference"} +{"id":"55fb49ad-4402-5bc3-9e23-9b8a8459a01c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00252/analysis/HG00252.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008523#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0d5f9b5d-6bfe-587e-aa28-899cb7183200"},"resourceType":"DocumentReference"} +{"id":"3972ccc0-fa70-54ae-b99e-f908181bf19f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00252/analysis/HG00252.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008523#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0d5f9b5d-6bfe-587e-aa28-899cb7183200"},"resourceType":"DocumentReference"} +{"id":"978e5f4b-8c6a-5c4e-ab95-fd074c1af11a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00252/analysis/HG00252.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008523#sample/cram"}],"status":"current","subject":{"reference":"Patient/0d5f9b5d-6bfe-587e-aa28-899cb7183200"},"resourceType":"DocumentReference"} +{"id":"c89f158a-2899-5613-bee6-993a27a471bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00253/analysis/HG00253.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008524#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aea9dace-2817-5e47-b9b1-40607af2551d"},"resourceType":"DocumentReference"} +{"id":"1a078eb0-5f97-594f-baa7-afa03c6da406","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00253/analysis/HG00253.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008524#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aea9dace-2817-5e47-b9b1-40607af2551d"},"resourceType":"DocumentReference"} +{"id":"761bedd4-5a97-5996-bcde-2af0b2f30daa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00253/analysis/HG00253.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008524#sample/cram"}],"status":"current","subject":{"reference":"Patient/aea9dace-2817-5e47-b9b1-40607af2551d"},"resourceType":"DocumentReference"} +{"id":"c5ac5fe4-cd79-5d07-b02d-0080ccabd5a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00254/analysis/HG00254.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008525#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/41aaaf41-f2d4-5426-afb1-c352d37aa099"},"resourceType":"DocumentReference"} +{"id":"b4337661-2ca4-5e50-b926-13add08fea70","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00254/analysis/HG00254.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008525#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/41aaaf41-f2d4-5426-afb1-c352d37aa099"},"resourceType":"DocumentReference"} +{"id":"c14d0656-30e9-5eb1-9ffa-f7328bf7d186","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00254/analysis/HG00254.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008525#sample/cram"}],"status":"current","subject":{"reference":"Patient/41aaaf41-f2d4-5426-afb1-c352d37aa099"},"resourceType":"DocumentReference"} +{"id":"e0804d1c-93ec-5dba-b690-7cecc0cf81cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00256/analysis/HG00256.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008526#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ea986a3e-e7b7-533f-8ce7-51835bd81317"},"resourceType":"DocumentReference"} +{"id":"aa721fee-32ab-571e-ad17-728419feafb8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00256/analysis/HG00256.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008526#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ea986a3e-e7b7-533f-8ce7-51835bd81317"},"resourceType":"DocumentReference"} +{"id":"3b14585c-d6d8-5dea-b20a-a9c42d1cbff7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00256/analysis/HG00256.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008526#sample/cram"}],"status":"current","subject":{"reference":"Patient/ea986a3e-e7b7-533f-8ce7-51835bd81317"},"resourceType":"DocumentReference"} +{"id":"1d07a819-9c5f-5d31-96f8-484534c64c49","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00257/analysis/HG00257.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008527#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f84007a6-f865-579c-83b4-ffcf9db3a5a4"},"resourceType":"DocumentReference"} +{"id":"7b7058d6-9c9f-5cf2-a0da-066be8196608","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00257/analysis/HG00257.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008527#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f84007a6-f865-579c-83b4-ffcf9db3a5a4"},"resourceType":"DocumentReference"} +{"id":"c1031d97-6a51-54a4-a124-c5c2fb3c147d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00257/analysis/HG00257.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008527#sample/cram"}],"status":"current","subject":{"reference":"Patient/f84007a6-f865-579c-83b4-ffcf9db3a5a4"},"resourceType":"DocumentReference"} +{"id":"e26a54e0-b892-512d-b125-680b345bc065","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00258/analysis/HG00258.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008528#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5342e8de-b420-55c5-8d6d-446061c9dfed"},"resourceType":"DocumentReference"} +{"id":"10cda888-a2d7-531c-ada4-746d7fc9feab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00258/analysis/HG00258.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008528#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5342e8de-b420-55c5-8d6d-446061c9dfed"},"resourceType":"DocumentReference"} +{"id":"60f3eb1a-6832-5dec-99a9-7d8c4b21962e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00258/analysis/HG00258.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008528#sample/cram"}],"status":"current","subject":{"reference":"Patient/5342e8de-b420-55c5-8d6d-446061c9dfed"},"resourceType":"DocumentReference"} +{"id":"2a841582-e3e8-59ac-a230-36e23659f9fc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00259/analysis/HG00259.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008529#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/217cc39f-1aad-50d7-8b4a-a217030c3b8a"},"resourceType":"DocumentReference"} +{"id":"cd437d29-0188-56cd-9a0a-48ae694f8d52","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00259/analysis/HG00259.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008529#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/217cc39f-1aad-50d7-8b4a-a217030c3b8a"},"resourceType":"DocumentReference"} +{"id":"35199983-4196-516e-b854-76783f1c3e80","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00259/analysis/HG00259.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008529#sample/cram"}],"status":"current","subject":{"reference":"Patient/217cc39f-1aad-50d7-8b4a-a217030c3b8a"},"resourceType":"DocumentReference"} +{"id":"bdce62c9-4a12-5158-a40a-6702741050cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00260/analysis/HG00260.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008530#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2b758527-b9ca-5277-a57c-9a3a8ab69c7a"},"resourceType":"DocumentReference"} +{"id":"84e960eb-2471-5a3c-b87c-8b763d4451a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00260/analysis/HG00260.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008530#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2b758527-b9ca-5277-a57c-9a3a8ab69c7a"},"resourceType":"DocumentReference"} +{"id":"892dced4-d28a-5572-9b0a-df384f8865c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00260/analysis/HG00260.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008530#sample/cram"}],"status":"current","subject":{"reference":"Patient/2b758527-b9ca-5277-a57c-9a3a8ab69c7a"},"resourceType":"DocumentReference"} +{"id":"cb849f17-9dc8-54e4-8cd6-9975b1fa676b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00261/analysis/HG00261.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008531#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4640f1bb-6dbc-5dcb-9938-a52076e0868e"},"resourceType":"DocumentReference"} +{"id":"2db3b61b-3ce9-5bbc-beba-f962329fe3a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00261/analysis/HG00261.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008531#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4640f1bb-6dbc-5dcb-9938-a52076e0868e"},"resourceType":"DocumentReference"} +{"id":"b11424e4-3c2d-56f0-8b10-ee7dc0373d49","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00261/analysis/HG00261.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008531#sample/cram"}],"status":"current","subject":{"reference":"Patient/4640f1bb-6dbc-5dcb-9938-a52076e0868e"},"resourceType":"DocumentReference"} +{"id":"4037b726-7971-5add-82fa-82d99a529a62","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00262/analysis/HG00262.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008532#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bbe0cd70-00e3-5c8e-ae43-70157a0eff0f"},"resourceType":"DocumentReference"} +{"id":"49808dff-3309-5add-ab57-9ab0d84fd2fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00262/analysis/HG00262.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008532#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bbe0cd70-00e3-5c8e-ae43-70157a0eff0f"},"resourceType":"DocumentReference"} +{"id":"8c38b00a-eead-5dd1-9d94-fcc3c17ef5bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00262/analysis/HG00262.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008532#sample/cram"}],"status":"current","subject":{"reference":"Patient/bbe0cd70-00e3-5c8e-ae43-70157a0eff0f"},"resourceType":"DocumentReference"} +{"id":"6af22f90-755d-58d0-a38a-acadb1af0347","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00263/analysis/HG00263.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008533#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/de1e17f2-4872-522e-9dac-59a8c2b228bd"},"resourceType":"DocumentReference"} +{"id":"b2c21a04-b820-5b87-969c-61df6821ac62","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00263/analysis/HG00263.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008533#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/de1e17f2-4872-522e-9dac-59a8c2b228bd"},"resourceType":"DocumentReference"} +{"id":"1b0212fa-2ee1-52a2-9062-8214a5e87411","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00263/analysis/HG00263.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008533#sample/cram"}],"status":"current","subject":{"reference":"Patient/de1e17f2-4872-522e-9dac-59a8c2b228bd"},"resourceType":"DocumentReference"} +{"id":"a2f45bac-c055-59ae-81aa-16a3753c21b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00264/analysis/HG00264.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008534#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a3cec1ad-5ba4-525e-8a9c-0fd108dc152f"},"resourceType":"DocumentReference"} +{"id":"120e6fab-d248-5cb7-b456-0f79378928e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00264/analysis/HG00264.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008534#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a3cec1ad-5ba4-525e-8a9c-0fd108dc152f"},"resourceType":"DocumentReference"} +{"id":"70053dc8-bbb7-5c92-aa8d-f4baccf27a9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00264/analysis/HG00264.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008534#sample/cram"}],"status":"current","subject":{"reference":"Patient/a3cec1ad-5ba4-525e-8a9c-0fd108dc152f"},"resourceType":"DocumentReference"} +{"id":"24b9ea15-4f73-56d1-b989-4cb274c3b792","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00265/analysis/HG00265.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008535#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/285d04ce-7944-5e68-9ab1-78ec65c68dfe"},"resourceType":"DocumentReference"} +{"id":"c778e7f2-b4ee-592e-a5bd-6ed326d3f43a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00265/analysis/HG00265.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008535#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/285d04ce-7944-5e68-9ab1-78ec65c68dfe"},"resourceType":"DocumentReference"} +{"id":"fecbe1a2-b171-5af9-be89-a7d6eba150b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00265/analysis/HG00265.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008535#sample/cram"}],"status":"current","subject":{"reference":"Patient/285d04ce-7944-5e68-9ab1-78ec65c68dfe"},"resourceType":"DocumentReference"} +{"id":"0dffd286-df07-58c6-ab2b-9979f29503b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00266/analysis/HG00266.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008536#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b8af68dd-f540-5a91-b12a-b7a032fb00f3"},"resourceType":"DocumentReference"} +{"id":"37d02182-4167-554c-b4b1-858d2242d8c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00266/analysis/HG00266.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008536#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b8af68dd-f540-5a91-b12a-b7a032fb00f3"},"resourceType":"DocumentReference"} +{"id":"796a555e-1565-5466-87d7-b74e3d3cfd2c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00266/analysis/HG00266.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008536#sample/cram"}],"status":"current","subject":{"reference":"Patient/b8af68dd-f540-5a91-b12a-b7a032fb00f3"},"resourceType":"DocumentReference"} +{"id":"c98bf787-4ca4-5e3c-a3b1-dddefa516f37","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00267/analysis/HG00267.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008537#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/380c292e-b519-5efd-aad1-1ae053c3ba5d"},"resourceType":"DocumentReference"} +{"id":"3512b000-6361-5800-ba73-6111ec6cf3a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00267/analysis/HG00267.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008537#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/380c292e-b519-5efd-aad1-1ae053c3ba5d"},"resourceType":"DocumentReference"} +{"id":"a31debeb-ad81-56bb-adb5-70f9a7ba902d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00267/analysis/HG00267.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008537#sample/cram"}],"status":"current","subject":{"reference":"Patient/380c292e-b519-5efd-aad1-1ae053c3ba5d"},"resourceType":"DocumentReference"} +{"id":"f475d342-6a25-5818-8fb4-3b111574612f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00268/analysis/HG00268.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008538#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/15df9a47-d1ff-5f8d-af85-0f127bedd50c"},"resourceType":"DocumentReference"} +{"id":"93fa5286-af70-5fd7-8858-da05cf0d3cf8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00268/analysis/HG00268.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008538#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/15df9a47-d1ff-5f8d-af85-0f127bedd50c"},"resourceType":"DocumentReference"} +{"id":"50695624-b485-5211-8cd0-308e9f1f7835","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00268/analysis/HG00268.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008538#sample/cram"}],"status":"current","subject":{"reference":"Patient/15df9a47-d1ff-5f8d-af85-0f127bedd50c"},"resourceType":"DocumentReference"} +{"id":"c6a84fe5-f865-5eda-9591-2af396961379","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00269/analysis/HG00269.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008539#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3fed692a-9a5c-55dd-b9cf-e7cf479bbb41"},"resourceType":"DocumentReference"} +{"id":"35fa5681-f8e3-51cd-bc1f-3cb3097c1311","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00269/analysis/HG00269.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008539#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3fed692a-9a5c-55dd-b9cf-e7cf479bbb41"},"resourceType":"DocumentReference"} +{"id":"b6f6587f-15c3-59ea-90cd-619ea5fa0115","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00269/analysis/HG00269.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008539#sample/cram"}],"status":"current","subject":{"reference":"Patient/3fed692a-9a5c-55dd-b9cf-e7cf479bbb41"},"resourceType":"DocumentReference"} +{"id":"c09ea1c1-f0e3-5bcf-8823-5450f7b4ef93","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00271/analysis/HG00271.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008541#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/92541ded-068e-51b9-9b06-4486837028b0"},"resourceType":"DocumentReference"} +{"id":"53a353bc-df4b-5e00-946b-ad3b8c3dce8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00271/analysis/HG00271.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008541#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/92541ded-068e-51b9-9b06-4486837028b0"},"resourceType":"DocumentReference"} +{"id":"47e45a57-82a5-5c93-8d30-617594dd84e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00271/analysis/HG00271.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008541#sample/cram"}],"status":"current","subject":{"reference":"Patient/92541ded-068e-51b9-9b06-4486837028b0"},"resourceType":"DocumentReference"} +{"id":"260255d4-376c-5a78-96c1-fe7b9a6c3c1e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00272/analysis/HG00272.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008542#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8edff217-868d-5a8d-9ff3-d4aaed789990"},"resourceType":"DocumentReference"} +{"id":"31a64092-7cf7-596e-b8bd-dde484559a0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00272/analysis/HG00272.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008542#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8edff217-868d-5a8d-9ff3-d4aaed789990"},"resourceType":"DocumentReference"} +{"id":"431c01a6-b58e-53ac-8d66-bae923ab5435","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00272/analysis/HG00272.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008542#sample/cram"}],"status":"current","subject":{"reference":"Patient/8edff217-868d-5a8d-9ff3-d4aaed789990"},"resourceType":"DocumentReference"} +{"id":"d2082cc1-c33e-5ad5-bf57-b5bb1bc2d573","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00273/analysis/HG00273.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008543#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d2a10090-6163-5f7e-90c8-fa4c5f1286a7"},"resourceType":"DocumentReference"} +{"id":"6014c6da-3183-5d73-93cb-992bb605c1e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00273/analysis/HG00273.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008543#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d2a10090-6163-5f7e-90c8-fa4c5f1286a7"},"resourceType":"DocumentReference"} +{"id":"c7ad664c-f3b7-5255-97f2-14205a6a36a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00273/analysis/HG00273.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008543#sample/cram"}],"status":"current","subject":{"reference":"Patient/d2a10090-6163-5f7e-90c8-fa4c5f1286a7"},"resourceType":"DocumentReference"} +{"id":"0ca80ef6-c514-59de-b889-919ec01b4143","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00306/analysis/HG00306.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008544#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/88560a24-178a-5387-af64-b2fed9470323"},"resourceType":"DocumentReference"} +{"id":"c4b63bed-0337-5178-8f87-755a1fb47da6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00306/analysis/HG00306.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008544#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/88560a24-178a-5387-af64-b2fed9470323"},"resourceType":"DocumentReference"} +{"id":"5cd3542e-17d3-5f2a-b360-28ec35d3d909","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00306/analysis/HG00306.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008544#sample/cram"}],"status":"current","subject":{"reference":"Patient/88560a24-178a-5387-af64-b2fed9470323"},"resourceType":"DocumentReference"} +{"id":"6c53a280-a4b1-59fd-aed2-45a087125526","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00308/analysis/HG00308.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008545#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a5e06095-158f-5174-82c2-fdf8f09b6f19"},"resourceType":"DocumentReference"} +{"id":"0064c5d1-2c8b-5dc4-8512-c02e2624dfe0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00308/analysis/HG00308.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008545#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a5e06095-158f-5174-82c2-fdf8f09b6f19"},"resourceType":"DocumentReference"} +{"id":"e3227d00-df8b-5283-ae98-5684c7cbe202","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00308/analysis/HG00308.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008545#sample/cram"}],"status":"current","subject":{"reference":"Patient/a5e06095-158f-5174-82c2-fdf8f09b6f19"},"resourceType":"DocumentReference"} +{"id":"93daffc4-6c22-5504-a0f9-bacf320ecf20","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00309/analysis/HG00309.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008546#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3c117b68-7fbb-5ee2-8bbf-19161cad8b12"},"resourceType":"DocumentReference"} +{"id":"426eb6c7-9348-57cd-91a0-a894d96078a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00309/analysis/HG00309.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008546#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3c117b68-7fbb-5ee2-8bbf-19161cad8b12"},"resourceType":"DocumentReference"} +{"id":"49185fba-be02-5b3f-a849-25aee4f73502","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00309/analysis/HG00309.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008546#sample/cram"}],"status":"current","subject":{"reference":"Patient/3c117b68-7fbb-5ee2-8bbf-19161cad8b12"},"resourceType":"DocumentReference"} +{"id":"1dd9b6bb-4b57-54c2-a062-e12cbd07dc2e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00311/analysis/HG00311.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008547#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/13a6736d-22e1-505a-8e41-427ceaa9e331"},"resourceType":"DocumentReference"} +{"id":"76a7b329-298d-5077-8bfa-68b7576840c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00311/analysis/HG00311.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008547#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/13a6736d-22e1-505a-8e41-427ceaa9e331"},"resourceType":"DocumentReference"} +{"id":"f207dc3a-e68a-571b-9c33-a038073484b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00311/analysis/HG00311.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008547#sample/cram"}],"status":"current","subject":{"reference":"Patient/13a6736d-22e1-505a-8e41-427ceaa9e331"},"resourceType":"DocumentReference"} +{"id":"f8cd9d78-a82a-5b59-a1d7-c2ca12392039","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00313/analysis/HG00313.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008549#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/560c71fd-1ed8-51cf-8798-c685dea90b97"},"resourceType":"DocumentReference"} +{"id":"c1cb86eb-ac1e-5fe7-bb0a-a32acb74ba93","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00313/analysis/HG00313.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008549#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/560c71fd-1ed8-51cf-8798-c685dea90b97"},"resourceType":"DocumentReference"} +{"id":"589be12f-f77e-5f9e-90bd-ba60e7043214","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00313/analysis/HG00313.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008549#sample/cram"}],"status":"current","subject":{"reference":"Patient/560c71fd-1ed8-51cf-8798-c685dea90b97"},"resourceType":"DocumentReference"} +{"id":"66a64956-d599-5eb7-8073-a0cdf78ee06e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00315/analysis/HG00315.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008550#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3132d903-6a83-535b-a96f-e9d994197294"},"resourceType":"DocumentReference"} +{"id":"94ae8485-1f11-5e6d-a2e7-fc91e8be2185","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00315/analysis/HG00315.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008550#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3132d903-6a83-535b-a96f-e9d994197294"},"resourceType":"DocumentReference"} +{"id":"0c21cc2e-6763-5211-b19e-90048c42ab81","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00315/analysis/HG00315.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008550#sample/cram"}],"status":"current","subject":{"reference":"Patient/3132d903-6a83-535b-a96f-e9d994197294"},"resourceType":"DocumentReference"} +{"id":"01c429b8-6d40-5ca4-96e9-88e10e088522","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00318/analysis/HG00318.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008551#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/63ddc87e-34ed-520e-b912-32289dffe127"},"resourceType":"DocumentReference"} +{"id":"c54784c4-5dd2-5476-8bc0-3bf68de3a380","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00318/analysis/HG00318.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008551#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/63ddc87e-34ed-520e-b912-32289dffe127"},"resourceType":"DocumentReference"} +{"id":"2e515ec4-ce4d-5f01-bbda-9dacb8924a6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00318/analysis/HG00318.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008551#sample/cram"}],"status":"current","subject":{"reference":"Patient/63ddc87e-34ed-520e-b912-32289dffe127"},"resourceType":"DocumentReference"} +{"id":"c840ea5b-e355-53ab-9820-72fd0b7a1f4e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00319/analysis/HG00319.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008552#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1e2a272f-f88f-5faf-9353-99e6479468e1"},"resourceType":"DocumentReference"} +{"id":"d790eed9-471c-5271-bd58-34bf87cd9b84","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00319/analysis/HG00319.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008552#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1e2a272f-f88f-5faf-9353-99e6479468e1"},"resourceType":"DocumentReference"} +{"id":"3e06d3c1-9a65-5254-b15b-2e98599bb2e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00319/analysis/HG00319.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008552#sample/cram"}],"status":"current","subject":{"reference":"Patient/1e2a272f-f88f-5faf-9353-99e6479468e1"},"resourceType":"DocumentReference"} +{"id":"74fd9b30-f9ca-5dd1-b2fc-19361a3e3efe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00320/analysis/HG00320.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008553#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/25b15408-b7e5-582a-957c-bd6d5ea634ab"},"resourceType":"DocumentReference"} +{"id":"0be3425b-a7e4-5b97-ae4e-fc36417e3329","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00320/analysis/HG00320.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008553#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/25b15408-b7e5-582a-957c-bd6d5ea634ab"},"resourceType":"DocumentReference"} +{"id":"56a27581-7a6d-54b9-a5b1-9f5260a60e15","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00320/analysis/HG00320.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008553#sample/cram"}],"status":"current","subject":{"reference":"Patient/25b15408-b7e5-582a-957c-bd6d5ea634ab"},"resourceType":"DocumentReference"} +{"id":"dad50f6d-783d-54b5-b2db-3671336ce349","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00321/analysis/HG00321.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008554#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/730e6d43-6760-5a26-98c0-0659efbd91b2"},"resourceType":"DocumentReference"} +{"id":"20c5bd47-d501-580d-9837-825bcee60f42","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00321/analysis/HG00321.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008554#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/730e6d43-6760-5a26-98c0-0659efbd91b2"},"resourceType":"DocumentReference"} +{"id":"b34bc1bc-86dc-50a4-b16a-a085bece52ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00321/analysis/HG00321.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008554#sample/cram"}],"status":"current","subject":{"reference":"Patient/730e6d43-6760-5a26-98c0-0659efbd91b2"},"resourceType":"DocumentReference"} +{"id":"58780b06-dffa-5123-a93e-9b316579356c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00323/analysis/HG00323.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008555#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/59c3b5d4-267d-5472-bc98-435f0d15832e"},"resourceType":"DocumentReference"} +{"id":"f456be34-fb3e-530d-bce0-a3e965e0194e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00323/analysis/HG00323.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008555#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/59c3b5d4-267d-5472-bc98-435f0d15832e"},"resourceType":"DocumentReference"} +{"id":"29442414-b5b5-5fa7-98bd-335b4db7992b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00323/analysis/HG00323.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008555#sample/cram"}],"status":"current","subject":{"reference":"Patient/59c3b5d4-267d-5472-bc98-435f0d15832e"},"resourceType":"DocumentReference"} +{"id":"cab5c726-7822-553e-a0ef-4a9a61349fc2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00327/analysis/HG00327.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008556#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/00de5d40-00b7-56c0-a775-f3cbfdd78d6f"},"resourceType":"DocumentReference"} +{"id":"78f766f4-ab7d-582b-bfcf-18cdc70aec90","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00327/analysis/HG00327.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008556#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/00de5d40-00b7-56c0-a775-f3cbfdd78d6f"},"resourceType":"DocumentReference"} +{"id":"3ed38cc1-9bcf-5be3-b4b7-137dde63e4ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00327/analysis/HG00327.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008556#sample/cram"}],"status":"current","subject":{"reference":"Patient/00de5d40-00b7-56c0-a775-f3cbfdd78d6f"},"resourceType":"DocumentReference"} +{"id":"107fb3d3-7252-5c4d-a357-3abf38b2ba05","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00328/analysis/HG00328.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008557#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/224fb571-f241-54bc-b465-1e07e6189ace"},"resourceType":"DocumentReference"} +{"id":"c66c5130-0241-5e5b-9cdf-2a9f445d54b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00328/analysis/HG00328.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008557#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/224fb571-f241-54bc-b465-1e07e6189ace"},"resourceType":"DocumentReference"} +{"id":"38189d43-e732-5201-ac1a-b0b50e138b14","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00328/analysis/HG00328.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008557#sample/cram"}],"status":"current","subject":{"reference":"Patient/224fb571-f241-54bc-b465-1e07e6189ace"},"resourceType":"DocumentReference"} +{"id":"53db5fde-7124-5dac-8d2c-356183f3677c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00335/analysis/HG00335.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008558#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/30bfa68e-d8ec-5a21-ae33-cde650104305"},"resourceType":"DocumentReference"} +{"id":"4e245a7f-7685-5d53-a227-db1868a0bae6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00335/analysis/HG00335.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008558#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/30bfa68e-d8ec-5a21-ae33-cde650104305"},"resourceType":"DocumentReference"} +{"id":"e52ea9f8-9762-5980-89cf-e88f3c9a02ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00335/analysis/HG00335.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008558#sample/cram"}],"status":"current","subject":{"reference":"Patient/30bfa68e-d8ec-5a21-ae33-cde650104305"},"resourceType":"DocumentReference"} +{"id":"2790245e-8ad0-5eff-a2dc-9ca383ebb8bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00336/analysis/HG00336.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008559#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b7544cbb-9521-56d0-9298-e4f0dae9dcb8"},"resourceType":"DocumentReference"} +{"id":"ee5b6ae4-b6c5-5ea8-b893-38cf1f06ba7e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00336/analysis/HG00336.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008559#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b7544cbb-9521-56d0-9298-e4f0dae9dcb8"},"resourceType":"DocumentReference"} +{"id":"badb51a6-5fba-5ca1-ae75-c2f4f6624d35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00336/analysis/HG00336.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008559#sample/cram"}],"status":"current","subject":{"reference":"Patient/b7544cbb-9521-56d0-9298-e4f0dae9dcb8"},"resourceType":"DocumentReference"} +{"id":"cd3ecf29-88f6-5f1f-94ed-99d394e1b048","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00337/analysis/HG00337.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008560#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/af62563f-fc10-5127-99c5-2fc15d8ad8b4"},"resourceType":"DocumentReference"} +{"id":"2b26982a-91dd-5994-957a-8b8d537ce022","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00337/analysis/HG00337.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008560#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/af62563f-fc10-5127-99c5-2fc15d8ad8b4"},"resourceType":"DocumentReference"} +{"id":"d8c30915-3d4e-59a6-95c2-e297b7bd7449","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00337/analysis/HG00337.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008560#sample/cram"}],"status":"current","subject":{"reference":"Patient/af62563f-fc10-5127-99c5-2fc15d8ad8b4"},"resourceType":"DocumentReference"} +{"id":"0671a436-ef96-511c-a5f2-be08574e4830","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00338/analysis/HG00338.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008561#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/16fa9b87-808f-5103-90c6-8ca1365de128"},"resourceType":"DocumentReference"} +{"id":"6935efd7-d594-5686-a5d2-0078be5d3b22","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00338/analysis/HG00338.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008561#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/16fa9b87-808f-5103-90c6-8ca1365de128"},"resourceType":"DocumentReference"} +{"id":"9762bf1b-d489-5f02-a398-4a78fc861908","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00338/analysis/HG00338.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008561#sample/cram"}],"status":"current","subject":{"reference":"Patient/16fa9b87-808f-5103-90c6-8ca1365de128"},"resourceType":"DocumentReference"} +{"id":"3d4c7c1b-b674-532b-b482-2b9831a156ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00339/analysis/HG00339.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008562#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6b925a2f-a90d-5c1e-9868-f12daf0fff92"},"resourceType":"DocumentReference"} +{"id":"69ab2610-37b0-53d6-8bb0-5eb785989c08","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00339/analysis/HG00339.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008562#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6b925a2f-a90d-5c1e-9868-f12daf0fff92"},"resourceType":"DocumentReference"} +{"id":"7d44f3af-80c6-5a8e-b99d-28161fcf59b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00339/analysis/HG00339.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008562#sample/cram"}],"status":"current","subject":{"reference":"Patient/6b925a2f-a90d-5c1e-9868-f12daf0fff92"},"resourceType":"DocumentReference"} +{"id":"6e347ab2-8b3c-51c9-af2d-d271a2f40341","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00342/analysis/HG00342.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008563#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/11a6259e-f8b7-537e-b961-0286b145411e"},"resourceType":"DocumentReference"} +{"id":"7519dc90-9c1f-52b1-a30f-b1842c11bff3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00342/analysis/HG00342.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008563#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/11a6259e-f8b7-537e-b961-0286b145411e"},"resourceType":"DocumentReference"} +{"id":"991ec19e-0bc9-545b-83e9-a0ee22df3efe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00342/analysis/HG00342.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008563#sample/cram"}],"status":"current","subject":{"reference":"Patient/11a6259e-f8b7-537e-b961-0286b145411e"},"resourceType":"DocumentReference"} +{"id":"aa14ef54-0b56-5d16-b199-325ab840401b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00343/analysis/HG00343.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008564#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fa947f4b-5018-5d06-9c04-f809223efb56"},"resourceType":"DocumentReference"} +{"id":"d3924996-1d95-5330-8b76-a995f7873be1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00343/analysis/HG00343.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008564#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fa947f4b-5018-5d06-9c04-f809223efb56"},"resourceType":"DocumentReference"} +{"id":"51dea112-ad73-5c88-bacd-62f2ebae1ee3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00343/analysis/HG00343.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008564#sample/cram"}],"status":"current","subject":{"reference":"Patient/fa947f4b-5018-5d06-9c04-f809223efb56"},"resourceType":"DocumentReference"} +{"id":"5767e8a3-76f2-524e-a2e4-5b26967e5d16","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00344/analysis/HG00344.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008565#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8c9c1f43-6336-5fe6-a7ad-f8e118cb5035"},"resourceType":"DocumentReference"} +{"id":"fa340085-a638-5087-958d-49a7f3bd28f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00344/analysis/HG00344.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008565#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8c9c1f43-6336-5fe6-a7ad-f8e118cb5035"},"resourceType":"DocumentReference"} +{"id":"0b0e92ab-35a7-5dee-856a-6440f57b33ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00344/analysis/HG00344.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008565#sample/cram"}],"status":"current","subject":{"reference":"Patient/8c9c1f43-6336-5fe6-a7ad-f8e118cb5035"},"resourceType":"DocumentReference"} +{"id":"1da70701-4a6d-5ddc-8f11-3556356eef43","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00345/analysis/HG00345.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008566#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4c46a176-1a62-5800-bfa2-1e3a5adcf561"},"resourceType":"DocumentReference"} +{"id":"330b3602-8c9c-5974-8160-2f0e47597017","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00345/analysis/HG00345.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008566#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4c46a176-1a62-5800-bfa2-1e3a5adcf561"},"resourceType":"DocumentReference"} +{"id":"7dbcbe5e-fd1f-51ac-a000-12eb1df6f111","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00345/analysis/HG00345.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008566#sample/cram"}],"status":"current","subject":{"reference":"Patient/4c46a176-1a62-5800-bfa2-1e3a5adcf561"},"resourceType":"DocumentReference"} +{"id":"551e4fab-5a2e-5aff-bad7-ebd0ef1a9c70","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00346/analysis/HG00346.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008567#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7419db6a-093d-58a7-b961-7594daf86f6c"},"resourceType":"DocumentReference"} +{"id":"f09e036e-2a7a-5566-a8ba-06cb7739e697","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00346/analysis/HG00346.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008567#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7419db6a-093d-58a7-b961-7594daf86f6c"},"resourceType":"DocumentReference"} +{"id":"b4ea89f6-5e5a-53a6-8b59-86d941d4638d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00346/analysis/HG00346.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008567#sample/cram"}],"status":"current","subject":{"reference":"Patient/7419db6a-093d-58a7-b961-7594daf86f6c"},"resourceType":"DocumentReference"} +{"id":"4e3ca0f5-8719-552f-8186-a7214f1fff83","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00349/analysis/HG00349.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008568#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/30fc5ae2-ae73-5b99-a039-8dd7712db15e"},"resourceType":"DocumentReference"} +{"id":"b5616ba3-2691-5344-9da0-d7f39b1b9596","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00349/analysis/HG00349.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008568#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/30fc5ae2-ae73-5b99-a039-8dd7712db15e"},"resourceType":"DocumentReference"} +{"id":"3cb3d114-cb9d-5d61-8fdc-9991a4f26633","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00349/analysis/HG00349.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008568#sample/cram"}],"status":"current","subject":{"reference":"Patient/30fc5ae2-ae73-5b99-a039-8dd7712db15e"},"resourceType":"DocumentReference"} +{"id":"82990ae0-76b6-5c08-a449-c5df3759e536","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00350/analysis/HG00350.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008569#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c95fe7c9-95fc-524a-8727-75bdce0693f7"},"resourceType":"DocumentReference"} +{"id":"2ab2bcba-e5c3-5908-bc71-fc2630a55cd7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00350/analysis/HG00350.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008569#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c95fe7c9-95fc-524a-8727-75bdce0693f7"},"resourceType":"DocumentReference"} +{"id":"4c8d0bca-426d-5521-bdd1-21e3b4a94e95","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00350/analysis/HG00350.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008569#sample/cram"}],"status":"current","subject":{"reference":"Patient/c95fe7c9-95fc-524a-8727-75bdce0693f7"},"resourceType":"DocumentReference"} +{"id":"811f7c24-80d3-5a62-881e-89597b660404","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00351/analysis/HG00351.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008570#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/521bd4e1-d175-5f7d-a2e4-1076243bd4ac"},"resourceType":"DocumentReference"} +{"id":"9aa1525b-fddc-5e78-9c14-cc5129505c86","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00351/analysis/HG00351.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008570#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/521bd4e1-d175-5f7d-a2e4-1076243bd4ac"},"resourceType":"DocumentReference"} +{"id":"d68384ae-8611-5b95-b6a6-40702282360f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00351/analysis/HG00351.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008570#sample/cram"}],"status":"current","subject":{"reference":"Patient/521bd4e1-d175-5f7d-a2e4-1076243bd4ac"},"resourceType":"DocumentReference"} +{"id":"6628f77c-b69a-5d0a-b676-513c09d82cfa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00353/analysis/HG00353.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008571#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4783bb77-eeba-5f0f-8f2f-f47a3d7b0296"},"resourceType":"DocumentReference"} +{"id":"5f1efc1d-9e50-5cd6-b7c7-0ce46a275697","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00353/analysis/HG00353.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008571#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4783bb77-eeba-5f0f-8f2f-f47a3d7b0296"},"resourceType":"DocumentReference"} +{"id":"7b6b1d60-3446-53aa-937f-8dd111f53dd5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00353/analysis/HG00353.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008571#sample/cram"}],"status":"current","subject":{"reference":"Patient/4783bb77-eeba-5f0f-8f2f-f47a3d7b0296"},"resourceType":"DocumentReference"} +{"id":"8bf374d6-d4d7-57d2-a038-113ce74b45d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00355/analysis/HG00355.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008572#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/26bd3251-2a55-58c1-91c6-1216a70c51ea"},"resourceType":"DocumentReference"} +{"id":"74d2cb4c-e5bf-56b8-846c-016b32f24e51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00355/analysis/HG00355.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008572#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/26bd3251-2a55-58c1-91c6-1216a70c51ea"},"resourceType":"DocumentReference"} +{"id":"351827c4-795e-52e5-ab1e-427a5863d437","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00355/analysis/HG00355.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008572#sample/cram"}],"status":"current","subject":{"reference":"Patient/26bd3251-2a55-58c1-91c6-1216a70c51ea"},"resourceType":"DocumentReference"} +{"id":"1b1914c0-4760-52c9-b423-c5e21cc47927","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00356/analysis/HG00356.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008573#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a874914a-cc1f-5c61-94a9-f7c8b4a5239a"},"resourceType":"DocumentReference"} +{"id":"0db97fe7-e87f-5bee-a448-d368bb22d9f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00356/analysis/HG00356.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008573#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a874914a-cc1f-5c61-94a9-f7c8b4a5239a"},"resourceType":"DocumentReference"} +{"id":"aef63d04-7646-5782-a5d8-4d0ce64088a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00356/analysis/HG00356.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008573#sample/cram"}],"status":"current","subject":{"reference":"Patient/a874914a-cc1f-5c61-94a9-f7c8b4a5239a"},"resourceType":"DocumentReference"} +{"id":"f7f88838-0db1-571a-8031-4ac2fa7edd1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00357/analysis/HG00357.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008574#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bb7186c0-3e73-5338-ab66-1908427f02d6"},"resourceType":"DocumentReference"} +{"id":"16a35583-720a-5d77-a44e-0038417e5a53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00357/analysis/HG00357.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008574#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bb7186c0-3e73-5338-ab66-1908427f02d6"},"resourceType":"DocumentReference"} +{"id":"1f5872ce-6b5f-5668-9366-21c60dc15de3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00357/analysis/HG00357.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008574#sample/cram"}],"status":"current","subject":{"reference":"Patient/bb7186c0-3e73-5338-ab66-1908427f02d6"},"resourceType":"DocumentReference"} +{"id":"52dbddaf-20d4-54c7-9d30-2c5bc5ff6f7d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00358/analysis/HG00358.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008575#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ad9770e0-3826-5c53-a42a-a0a1aae298ba"},"resourceType":"DocumentReference"} +{"id":"64f0cb54-4ad0-5509-94e3-64f94d89dd3a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00358/analysis/HG00358.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008575#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ad9770e0-3826-5c53-a42a-a0a1aae298ba"},"resourceType":"DocumentReference"} +{"id":"46bcafe4-07b4-5d85-ab8b-ffe9fa429da3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00358/analysis/HG00358.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008575#sample/cram"}],"status":"current","subject":{"reference":"Patient/ad9770e0-3826-5c53-a42a-a0a1aae298ba"},"resourceType":"DocumentReference"} +{"id":"05dfaa19-926a-5237-be9a-cc979c177cbd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00360/analysis/HG00360.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008577#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4ba4d87a-7579-5fd1-9be9-e65275b9d1c1"},"resourceType":"DocumentReference"} +{"id":"80dd78e1-36b8-501e-92ee-44d447826d61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00360/analysis/HG00360.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008577#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4ba4d87a-7579-5fd1-9be9-e65275b9d1c1"},"resourceType":"DocumentReference"} +{"id":"fe32800c-3cf0-5e76-8e21-c53402c8014d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00360/analysis/HG00360.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008577#sample/cram"}],"status":"current","subject":{"reference":"Patient/4ba4d87a-7579-5fd1-9be9-e65275b9d1c1"},"resourceType":"DocumentReference"} +{"id":"eadf31c3-a38a-5a8a-ac2c-b87b8157b17e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00361/analysis/HG00361.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008578#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cd7ca8f4-9f62-5583-a40c-b51b481f9cd6"},"resourceType":"DocumentReference"} +{"id":"33360565-9825-5cbf-b43c-c32d16269bd1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00361/analysis/HG00361.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008578#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cd7ca8f4-9f62-5583-a40c-b51b481f9cd6"},"resourceType":"DocumentReference"} +{"id":"c72c039a-1d8a-56e0-bd71-246f7addbd0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00361/analysis/HG00361.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008578#sample/cram"}],"status":"current","subject":{"reference":"Patient/cd7ca8f4-9f62-5583-a40c-b51b481f9cd6"},"resourceType":"DocumentReference"} +{"id":"f499e676-3ea2-5838-b3d2-50d1f5ae526e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00362/analysis/HG00362.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008579#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2515d591-1f27-563e-a807-1fc7cfb87793"},"resourceType":"DocumentReference"} +{"id":"5e3bbb3f-0f04-5d22-8ca2-cb59fcac05a2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00362/analysis/HG00362.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008579#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2515d591-1f27-563e-a807-1fc7cfb87793"},"resourceType":"DocumentReference"} +{"id":"0e959454-a370-5277-af01-dea9fb6ef607","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00362/analysis/HG00362.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008579#sample/cram"}],"status":"current","subject":{"reference":"Patient/2515d591-1f27-563e-a807-1fc7cfb87793"},"resourceType":"DocumentReference"} +{"id":"0501aafd-c363-5091-a108-e9acaf03b30e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00364/analysis/HG00364.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008580#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eac4a458-0070-5f16-ba42-ec33effcbfd4"},"resourceType":"DocumentReference"} +{"id":"5e045351-9297-5f6f-8661-91489a0affe7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00364/analysis/HG00364.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008580#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eac4a458-0070-5f16-ba42-ec33effcbfd4"},"resourceType":"DocumentReference"} +{"id":"fdf107f2-43aa-5be4-97a1-8260a958e7ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00364/analysis/HG00364.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008580#sample/cram"}],"status":"current","subject":{"reference":"Patient/eac4a458-0070-5f16-ba42-ec33effcbfd4"},"resourceType":"DocumentReference"} +{"id":"98afc66b-b224-5724-b067-236b44cda304","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00365/analysis/HG00365.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008581#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1f13f5e9-dbe6-5d75-b006-70c3831414c7"},"resourceType":"DocumentReference"} +{"id":"d51338cc-1072-5ac3-b77b-c0335f38c179","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00365/analysis/HG00365.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008581#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1f13f5e9-dbe6-5d75-b006-70c3831414c7"},"resourceType":"DocumentReference"} +{"id":"44e08ea3-34dc-55f8-95a6-a80097eef4e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00365/analysis/HG00365.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008581#sample/cram"}],"status":"current","subject":{"reference":"Patient/1f13f5e9-dbe6-5d75-b006-70c3831414c7"},"resourceType":"DocumentReference"} +{"id":"da2f9aab-e7ff-58bf-a70e-c2fb80146ef7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00366/analysis/HG00366.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008582#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/88a08c1e-c1da-5501-aaf0-bd09265ef6d2"},"resourceType":"DocumentReference"} +{"id":"801e58bc-889a-54ed-9753-770bb0597217","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00366/analysis/HG00366.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008582#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/88a08c1e-c1da-5501-aaf0-bd09265ef6d2"},"resourceType":"DocumentReference"} +{"id":"e9dec6d0-7037-5a8e-98d1-76f08fa032c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00366/analysis/HG00366.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008582#sample/cram"}],"status":"current","subject":{"reference":"Patient/88a08c1e-c1da-5501-aaf0-bd09265ef6d2"},"resourceType":"DocumentReference"} +{"id":"be2f4921-f173-5d10-bcbc-e04e18d7446a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00367/analysis/HG00367.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008583#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1b418e4c-dc50-5220-95bb-77fe8dfcc669"},"resourceType":"DocumentReference"} +{"id":"84442faf-c599-540a-91d5-1ad5c47df291","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00367/analysis/HG00367.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008583#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1b418e4c-dc50-5220-95bb-77fe8dfcc669"},"resourceType":"DocumentReference"} +{"id":"bc6bdbfc-a634-5148-80e9-d7e98c9aa9e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00367/analysis/HG00367.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008583#sample/cram"}],"status":"current","subject":{"reference":"Patient/1b418e4c-dc50-5220-95bb-77fe8dfcc669"},"resourceType":"DocumentReference"} +{"id":"af72b9cf-fae1-5f30-9d64-afe859d9dfd9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00368/analysis/HG00368.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008584#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3aa76038-b0ca-5e21-83b7-14d322e3bd70"},"resourceType":"DocumentReference"} +{"id":"cc263bd0-4337-5e86-92e1-228d4c46c5fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00368/analysis/HG00368.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008584#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3aa76038-b0ca-5e21-83b7-14d322e3bd70"},"resourceType":"DocumentReference"} +{"id":"fa242ae6-314e-5c1e-add1-bb5c87c784c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00368/analysis/HG00368.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008584#sample/cram"}],"status":"current","subject":{"reference":"Patient/3aa76038-b0ca-5e21-83b7-14d322e3bd70"},"resourceType":"DocumentReference"} +{"id":"e0669c19-fe8c-5303-8cbf-e5319615666b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00369/analysis/HG00369.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008585#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4d1793db-2ba1-58d5-bb73-7c6aeaf2d5d9"},"resourceType":"DocumentReference"} +{"id":"ff43652e-5998-5038-8393-966915a7422e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00369/analysis/HG00369.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008585#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4d1793db-2ba1-58d5-bb73-7c6aeaf2d5d9"},"resourceType":"DocumentReference"} +{"id":"81da8e78-f4ec-511b-8953-f46e6331c792","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00369/analysis/HG00369.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008585#sample/cram"}],"status":"current","subject":{"reference":"Patient/4d1793db-2ba1-58d5-bb73-7c6aeaf2d5d9"},"resourceType":"DocumentReference"} +{"id":"c8123100-ae25-5c5e-a2b4-b82f7e6bb470","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00371/analysis/HG00371.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008586#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2d9bad7f-6654-5667-b7b4-e8c72202ca8e"},"resourceType":"DocumentReference"} +{"id":"6882651f-da5d-5200-b704-7edaaf600313","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00371/analysis/HG00371.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008586#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2d9bad7f-6654-5667-b7b4-e8c72202ca8e"},"resourceType":"DocumentReference"} +{"id":"f9cfabf8-7983-56a0-90bb-38cb5cff88a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00371/analysis/HG00371.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008586#sample/cram"}],"status":"current","subject":{"reference":"Patient/2d9bad7f-6654-5667-b7b4-e8c72202ca8e"},"resourceType":"DocumentReference"} +{"id":"28e5a4a7-c2c9-59e5-b580-c5d0ab822551","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00372/analysis/HG00372.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008587#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c7d2bb0a-ce4c-5ca1-a273-fd61aa0fe635"},"resourceType":"DocumentReference"} +{"id":"c0d827e7-17a9-5548-86af-0d19a185d361","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00372/analysis/HG00372.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008587#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c7d2bb0a-ce4c-5ca1-a273-fd61aa0fe635"},"resourceType":"DocumentReference"} +{"id":"3fb45e20-35a3-5dd5-b260-09fbe6e3e3be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00372/analysis/HG00372.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008587#sample/cram"}],"status":"current","subject":{"reference":"Patient/c7d2bb0a-ce4c-5ca1-a273-fd61aa0fe635"},"resourceType":"DocumentReference"} +{"id":"e06db93f-c460-5624-b14b-c43a1c08e256","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00373/analysis/HG00373.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008588#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6fbb8408-1708-5a07-91a9-7b0e3625ebfb"},"resourceType":"DocumentReference"} +{"id":"71f0e97f-3a80-549d-a326-09965fae4581","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00373/analysis/HG00373.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008588#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6fbb8408-1708-5a07-91a9-7b0e3625ebfb"},"resourceType":"DocumentReference"} +{"id":"9e7aceb1-3bd4-52e1-a928-ae43d88d6eb3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00373/analysis/HG00373.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008588#sample/cram"}],"status":"current","subject":{"reference":"Patient/6fbb8408-1708-5a07-91a9-7b0e3625ebfb"},"resourceType":"DocumentReference"} +{"id":"6c520c11-bcc1-5646-842e-0d805da31ea9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00375/analysis/HG00375.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008589#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/889326f9-e383-57e9-a0bb-a54e915cd3e2"},"resourceType":"DocumentReference"} +{"id":"fc8bcb7c-c24c-509a-800c-02f4029dd6bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00375/analysis/HG00375.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008589#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/889326f9-e383-57e9-a0bb-a54e915cd3e2"},"resourceType":"DocumentReference"} +{"id":"047e3831-af0f-5eeb-b66d-6e76b0e01cea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00375/analysis/HG00375.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008589#sample/cram"}],"status":"current","subject":{"reference":"Patient/889326f9-e383-57e9-a0bb-a54e915cd3e2"},"resourceType":"DocumentReference"} +{"id":"fe24fe88-1482-510b-bb41-90212142f365","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00376/analysis/HG00376.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008590#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ea46167f-3423-5d68-ab28-e3d23c450584"},"resourceType":"DocumentReference"} +{"id":"d2375a1a-eeb0-5f92-9153-13049dd06844","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00376/analysis/HG00376.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008590#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ea46167f-3423-5d68-ab28-e3d23c450584"},"resourceType":"DocumentReference"} +{"id":"a9748132-8ec6-5e42-9e2d-d82fde3472df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00376/analysis/HG00376.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008590#sample/cram"}],"status":"current","subject":{"reference":"Patient/ea46167f-3423-5d68-ab28-e3d23c450584"},"resourceType":"DocumentReference"} +{"id":"b5937339-fd06-5f7d-822b-070ede8c6180","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00378/analysis/HG00378.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008592#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/446b72d0-573a-5267-af45-c60feab32113"},"resourceType":"DocumentReference"} +{"id":"6a86de85-56fa-5f41-9de5-48c6410fd324","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00378/analysis/HG00378.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008592#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/446b72d0-573a-5267-af45-c60feab32113"},"resourceType":"DocumentReference"} +{"id":"99f334b5-598c-5bbf-96b5-270f5cf531c2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00378/analysis/HG00378.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008592#sample/cram"}],"status":"current","subject":{"reference":"Patient/446b72d0-573a-5267-af45-c60feab32113"},"resourceType":"DocumentReference"} +{"id":"c03e5729-4e6f-5b24-b6cc-6f1350b8aaae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00379/analysis/HG00379.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008593#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/285ddbd7-754d-5040-83ef-3c5a9a2ec307"},"resourceType":"DocumentReference"} +{"id":"c908856d-e3f7-5048-97c0-8b480bc951dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00379/analysis/HG00379.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008593#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/285ddbd7-754d-5040-83ef-3c5a9a2ec307"},"resourceType":"DocumentReference"} +{"id":"2aa04b81-3537-51fc-8129-853061f5caa8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00379/analysis/HG00379.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008593#sample/cram"}],"status":"current","subject":{"reference":"Patient/285ddbd7-754d-5040-83ef-3c5a9a2ec307"},"resourceType":"DocumentReference"} +{"id":"32fe2db6-fc3a-5dde-b1ea-a0d2245e287b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00380/analysis/HG00380.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008594#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/27359520-71da-5825-a9d1-458e2bc14227"},"resourceType":"DocumentReference"} +{"id":"2e926d41-48e7-5b83-bfa5-53abe33bfd51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00380/analysis/HG00380.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008594#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/27359520-71da-5825-a9d1-458e2bc14227"},"resourceType":"DocumentReference"} +{"id":"657465f9-24c9-5f71-b880-c7fe2d0ac74f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00380/analysis/HG00380.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008594#sample/cram"}],"status":"current","subject":{"reference":"Patient/27359520-71da-5825-a9d1-458e2bc14227"},"resourceType":"DocumentReference"} +{"id":"1e961135-ba52-5956-b0f9-6f008f496f20","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00381/analysis/HG00381.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008595#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c1882070-09ef-5d98-b2ae-8968a319d771"},"resourceType":"DocumentReference"} +{"id":"5e500530-db28-5253-b5ac-b1f2cf8d0442","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00381/analysis/HG00381.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008595#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c1882070-09ef-5d98-b2ae-8968a319d771"},"resourceType":"DocumentReference"} +{"id":"f5d5084d-627c-516a-a141-830ebb4b8aef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00381/analysis/HG00381.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008595#sample/cram"}],"status":"current","subject":{"reference":"Patient/c1882070-09ef-5d98-b2ae-8968a319d771"},"resourceType":"DocumentReference"} +{"id":"db6aacd5-9e5d-52bd-af08-c58c03d0e9bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00382/analysis/HG00382.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008596#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0cb7c2fc-9b61-504f-ae00-66900a38e913"},"resourceType":"DocumentReference"} +{"id":"e976b349-40cd-595f-847c-d48bb602354b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00382/analysis/HG00382.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008596#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0cb7c2fc-9b61-504f-ae00-66900a38e913"},"resourceType":"DocumentReference"} +{"id":"88528b0f-93b5-56c0-8997-2b6074e9f2c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00382/analysis/HG00382.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008596#sample/cram"}],"status":"current","subject":{"reference":"Patient/0cb7c2fc-9b61-504f-ae00-66900a38e913"},"resourceType":"DocumentReference"} +{"id":"4c085f62-9be2-573c-9a8a-401d11b5c8ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00384/analysis/HG00384.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008597#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/282453e4-32a8-5326-a5fd-9ff661eb2279"},"resourceType":"DocumentReference"} +{"id":"1842e8d9-6ab7-5cab-925c-523715642b0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00384/analysis/HG00384.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008597#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/282453e4-32a8-5326-a5fd-9ff661eb2279"},"resourceType":"DocumentReference"} +{"id":"8653d8be-f382-5ab5-a3ed-f4e7f7b21921","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00384/analysis/HG00384.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008597#sample/cram"}],"status":"current","subject":{"reference":"Patient/282453e4-32a8-5326-a5fd-9ff661eb2279"},"resourceType":"DocumentReference"} +{"id":"3cf29f22-5fdc-5fed-9708-a14727a0c982","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00403/analysis/HG00403.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008598#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b388d6a1-c075-5f40-a730-7d45a17a6027"},"resourceType":"DocumentReference"} +{"id":"9eb666a4-fab7-5e6f-81bf-6657d620accd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00403/analysis/HG00403.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008598#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b388d6a1-c075-5f40-a730-7d45a17a6027"},"resourceType":"DocumentReference"} +{"id":"4ec5c1f5-c3c4-561c-b515-64b55d324c9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00403/analysis/HG00403.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008598#sample/cram"}],"status":"current","subject":{"reference":"Patient/b388d6a1-c075-5f40-a730-7d45a17a6027"},"resourceType":"DocumentReference"} +{"id":"e987a4e0-c016-5730-881c-10d3ed0208ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00404/analysis/HG00404.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008599#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/46c78b29-221d-596c-a118-230195176aca"},"resourceType":"DocumentReference"} +{"id":"d9c5b235-c1c4-5969-add9-c1a131135980","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00404/analysis/HG00404.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008599#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/46c78b29-221d-596c-a118-230195176aca"},"resourceType":"DocumentReference"} +{"id":"efbe3739-4ef0-563c-9503-df18393d938b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00404/analysis/HG00404.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008599#sample/cram"}],"status":"current","subject":{"reference":"Patient/46c78b29-221d-596c-a118-230195176aca"},"resourceType":"DocumentReference"} +{"id":"e3f51485-2b49-53ff-951d-b6e8e8a84d18","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00406/analysis/HG00406.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008601#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8ddd26ab-ee6c-5599-858b-8f3780248e0b"},"resourceType":"DocumentReference"} +{"id":"3fabb2ad-c382-55c9-a3c3-79ff65a5a811","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00406/analysis/HG00406.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008601#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8ddd26ab-ee6c-5599-858b-8f3780248e0b"},"resourceType":"DocumentReference"} +{"id":"77e57e26-e037-575f-931b-dbd24e89a1d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00406/analysis/HG00406.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008601#sample/cram"}],"status":"current","subject":{"reference":"Patient/8ddd26ab-ee6c-5599-858b-8f3780248e0b"},"resourceType":"DocumentReference"} +{"id":"b7812fa8-2615-5336-bd7f-f8e82009d944","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00407/analysis/HG00407.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008602#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8189f1ed-edd5-5edb-b192-8779c34941e3"},"resourceType":"DocumentReference"} +{"id":"e8ae6109-478f-5bc6-824c-1bbfa016f2f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00407/analysis/HG00407.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008602#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8189f1ed-edd5-5edb-b192-8779c34941e3"},"resourceType":"DocumentReference"} +{"id":"aad4d4c9-be84-5667-9c81-24766a9eec8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00407/analysis/HG00407.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008602#sample/cram"}],"status":"current","subject":{"reference":"Patient/8189f1ed-edd5-5edb-b192-8779c34941e3"},"resourceType":"DocumentReference"} +{"id":"36c9f2cb-9c0c-51a8-9ee0-d462ca061cc6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00419/analysis/HG00419.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008605#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/11a19463-7add-5baf-a422-ef894c881b77"},"resourceType":"DocumentReference"} +{"id":"75a6aac3-f592-54b6-92e2-6744f91660ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00419/analysis/HG00419.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008605#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/11a19463-7add-5baf-a422-ef894c881b77"},"resourceType":"DocumentReference"} +{"id":"06d76528-36e4-5e45-af08-f88e3d511307","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00419/analysis/HG00419.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008605#sample/cram"}],"status":"current","subject":{"reference":"Patient/11a19463-7add-5baf-a422-ef894c881b77"},"resourceType":"DocumentReference"} +{"id":"c1f1c3d6-bcc4-5d92-8599-f6765e3a6f57","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00421/analysis/HG00421.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008607#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7195356e-2c26-55d8-88e2-46eaf824d798"},"resourceType":"DocumentReference"} +{"id":"d9fad2be-d540-5244-a734-0561fde83ba6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00421/analysis/HG00421.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008607#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7195356e-2c26-55d8-88e2-46eaf824d798"},"resourceType":"DocumentReference"} +{"id":"254c4b36-3605-5fcb-b724-c0db99f623e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00421/analysis/HG00421.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008607#sample/cram"}],"status":"current","subject":{"reference":"Patient/7195356e-2c26-55d8-88e2-46eaf824d798"},"resourceType":"DocumentReference"} +{"id":"796cf3f6-3754-53a8-8893-238e529af25e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00422/analysis/HG00422.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008608#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b604e83c-7946-5341-8168-c2595ff6a677"},"resourceType":"DocumentReference"} +{"id":"4932fef3-1302-514e-b31b-7a4c3976ef8e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00422/analysis/HG00422.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008608#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b604e83c-7946-5341-8168-c2595ff6a677"},"resourceType":"DocumentReference"} +{"id":"483e8564-0309-5a1a-a98a-f7254cb5dca2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00422/analysis/HG00422.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008608#sample/cram"}],"status":"current","subject":{"reference":"Patient/b604e83c-7946-5341-8168-c2595ff6a677"},"resourceType":"DocumentReference"} +{"id":"415acf3c-ffa4-5106-b782-1c1450807149","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00428/analysis/HG00428.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008611#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/24d4171e-0cb0-53f4-a9e4-06b977f17705"},"resourceType":"DocumentReference"} +{"id":"88f02091-81a8-5a27-be0a-9cbb39a49eae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00428/analysis/HG00428.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008611#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/24d4171e-0cb0-53f4-a9e4-06b977f17705"},"resourceType":"DocumentReference"} +{"id":"49ced2ff-b5f5-55bf-81e2-bedf7c106d45","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00428/analysis/HG00428.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008611#sample/cram"}],"status":"current","subject":{"reference":"Patient/24d4171e-0cb0-53f4-a9e4-06b977f17705"},"resourceType":"DocumentReference"} +{"id":"fd429bb6-543e-599d-95b4-e80291478f3c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00436/analysis/HG00436.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008613#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/96118aa6-7d5b-54a3-b3bf-85e8751514b0"},"resourceType":"DocumentReference"} +{"id":"979b7a5c-aba3-54b2-b428-c21b9bb3fbd8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00436/analysis/HG00436.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008613#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/96118aa6-7d5b-54a3-b3bf-85e8751514b0"},"resourceType":"DocumentReference"} +{"id":"1a26a818-7ffc-58cc-baae-b89670dfbd96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00436/analysis/HG00436.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008613#sample/cram"}],"status":"current","subject":{"reference":"Patient/96118aa6-7d5b-54a3-b3bf-85e8751514b0"},"resourceType":"DocumentReference"} +{"id":"dabcfd00-001c-5fc2-aabc-f483bc822a0b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00437/analysis/HG00437.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008614#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5b9a1050-6f72-5b9d-9c4d-8339d27e2443"},"resourceType":"DocumentReference"} +{"id":"a7a17001-ff39-57b0-b532-ee6fddb63542","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00437/analysis/HG00437.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008614#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5b9a1050-6f72-5b9d-9c4d-8339d27e2443"},"resourceType":"DocumentReference"} +{"id":"7e438721-d651-50dc-a33f-b438efb3d7b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00437/analysis/HG00437.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008614#sample/cram"}],"status":"current","subject":{"reference":"Patient/5b9a1050-6f72-5b9d-9c4d-8339d27e2443"},"resourceType":"DocumentReference"} +{"id":"970f1d99-ebf9-52dd-89f1-c0be8c628512","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00457/analysis/HG00457.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008616#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/23c085b7-3387-58bc-9a82-18c5d2b7a690"},"resourceType":"DocumentReference"} +{"id":"5fa4e935-412b-553f-aa8e-4cbd56e3a776","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00457/analysis/HG00457.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008616#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/23c085b7-3387-58bc-9a82-18c5d2b7a690"},"resourceType":"DocumentReference"} +{"id":"1f144b14-0f50-5c12-b2ab-c82f0353a3d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00457/analysis/HG00457.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008616#sample/cram"}],"status":"current","subject":{"reference":"Patient/23c085b7-3387-58bc-9a82-18c5d2b7a690"},"resourceType":"DocumentReference"} +{"id":"af8f60d9-4ab6-5532-9b04-d8e2ec824308","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00458/analysis/HG00458.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008617#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4b1c1f12-8134-54ff-8dba-a2cd5e6560cc"},"resourceType":"DocumentReference"} +{"id":"9130782a-25ab-5f0e-aaa3-639a0bff5ac6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00458/analysis/HG00458.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008617#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4b1c1f12-8134-54ff-8dba-a2cd5e6560cc"},"resourceType":"DocumentReference"} +{"id":"b3c61628-6d3e-5eb8-a619-d57500cf4541","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00458/analysis/HG00458.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008617#sample/cram"}],"status":"current","subject":{"reference":"Patient/4b1c1f12-8134-54ff-8dba-a2cd5e6560cc"},"resourceType":"DocumentReference"} +{"id":"dc28a9bb-ed72-5e0b-9790-6e6fe67d7239","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00472/analysis/HG00472.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008619#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cec81b36-f4f7-5879-8362-58ea25e3717c"},"resourceType":"DocumentReference"} +{"id":"a31fbebc-586b-5465-80a6-44f91c95d999","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00472/analysis/HG00472.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008619#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cec81b36-f4f7-5879-8362-58ea25e3717c"},"resourceType":"DocumentReference"} +{"id":"6b675b2b-ad31-5774-8d98-403ae896fa2e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00472/analysis/HG00472.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008619#sample/cram"}],"status":"current","subject":{"reference":"Patient/cec81b36-f4f7-5879-8362-58ea25e3717c"},"resourceType":"DocumentReference"} +{"id":"2dc7e65d-3284-52fc-9a81-4d58500087b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00473/analysis/HG00473.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008620#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6bd428d3-51e4-5d90-8eba-e87798534c49"},"resourceType":"DocumentReference"} +{"id":"c298e1b2-edc2-5292-84ce-5a3921231c8c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00473/analysis/HG00473.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008620#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6bd428d3-51e4-5d90-8eba-e87798534c49"},"resourceType":"DocumentReference"} +{"id":"f32434d7-fb54-57b4-afc7-2817083639d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00473/analysis/HG00473.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008620#sample/cram"}],"status":"current","subject":{"reference":"Patient/6bd428d3-51e4-5d90-8eba-e87798534c49"},"resourceType":"DocumentReference"} +{"id":"5023905b-b430-5d4d-86b1-085bfc89c36c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00475/analysis/HG00475.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008622#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f9e8d084-14ac-55e9-8c52-86b5bd910529"},"resourceType":"DocumentReference"} +{"id":"a8a60eb4-7d2e-5e21-b32c-2ad24112e0ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00475/analysis/HG00475.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008622#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f9e8d084-14ac-55e9-8c52-86b5bd910529"},"resourceType":"DocumentReference"} +{"id":"20c26f0b-4b4b-5b6f-b1ba-a68f9e001d82","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00475/analysis/HG00475.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008622#sample/cram"}],"status":"current","subject":{"reference":"Patient/f9e8d084-14ac-55e9-8c52-86b5bd910529"},"resourceType":"DocumentReference"} +{"id":"8f1d585a-dc66-584b-bae0-5b18d9fabba7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00476/analysis/HG00476.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008623#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5d2c3c20-d705-5aa3-b67b-328fa1710c15"},"resourceType":"DocumentReference"} +{"id":"d1a1014d-333a-5035-ab3f-59c946dcdde2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00476/analysis/HG00476.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008623#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5d2c3c20-d705-5aa3-b67b-328fa1710c15"},"resourceType":"DocumentReference"} +{"id":"19eccb35-4459-5159-88e1-82034b80a7d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00476/analysis/HG00476.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008623#sample/cram"}],"status":"current","subject":{"reference":"Patient/5d2c3c20-d705-5aa3-b67b-328fa1710c15"},"resourceType":"DocumentReference"} +{"id":"6c4c347c-d075-5f18-b207-41e029a02d71","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00478/analysis/HG00478.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008625#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/11ce8791-fc83-5b85-882b-e0ce3983c82d"},"resourceType":"DocumentReference"} +{"id":"970b8d12-41ab-5802-8e45-f8bd683d1bea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00478/analysis/HG00478.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008625#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/11ce8791-fc83-5b85-882b-e0ce3983c82d"},"resourceType":"DocumentReference"} +{"id":"16f448e8-606c-54fb-96f3-20f617640da4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00478/analysis/HG00478.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008625#sample/cram"}],"status":"current","subject":{"reference":"Patient/11ce8791-fc83-5b85-882b-e0ce3983c82d"},"resourceType":"DocumentReference"} +{"id":"a30fb317-20ba-563c-9efd-8e85871206c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00479/analysis/HG00479.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008626#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0ef0f34c-150b-5539-9ab4-a2d10782410b"},"resourceType":"DocumentReference"} +{"id":"d047e442-daeb-5122-b74f-2230c6941655","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00479/analysis/HG00479.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008626#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0ef0f34c-150b-5539-9ab4-a2d10782410b"},"resourceType":"DocumentReference"} +{"id":"98f672a7-0da6-5285-b898-8ba9ab950736","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00479/analysis/HG00479.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008626#sample/cram"}],"status":"current","subject":{"reference":"Patient/0ef0f34c-150b-5539-9ab4-a2d10782410b"},"resourceType":"DocumentReference"} +{"id":"cbf987fc-fa51-5b8c-8d22-bb8ef329074a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00500/analysis/HG00500.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008628#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c65501c9-ca14-586b-a546-5789e4693764"},"resourceType":"DocumentReference"} +{"id":"2df03131-eb96-52f8-ac92-c4d13b413340","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00500/analysis/HG00500.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008628#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c65501c9-ca14-586b-a546-5789e4693764"},"resourceType":"DocumentReference"} +{"id":"9c87c714-a2eb-5977-86e7-bb3b5aebde65","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00500/analysis/HG00500.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008628#sample/cram"}],"status":"current","subject":{"reference":"Patient/c65501c9-ca14-586b-a546-5789e4693764"},"resourceType":"DocumentReference"} +{"id":"052ad075-6d41-5957-9f4f-054a49fd9c3e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00513/analysis/HG00513.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008632#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e75b099e-9bf3-5140-bf82-438e3bb05622"},"resourceType":"DocumentReference"} +{"id":"14f83478-9b04-5176-9935-b6b424aeef63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00513/analysis/HG00513.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008632#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e75b099e-9bf3-5140-bf82-438e3bb05622"},"resourceType":"DocumentReference"} +{"id":"53c8e8af-73f7-50d4-858c-3364ba4991d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00513/analysis/HG00513.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008632#sample/cram"}],"status":"current","subject":{"reference":"Patient/e75b099e-9bf3-5140-bf82-438e3bb05622"},"resourceType":"DocumentReference"} +{"id":"2c2562af-b9ca-5de1-a60f-57d827370a6c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00524/analysis/HG00524.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008634#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/18d958e9-e31b-5c0c-80d3-6f0c870ed6b1"},"resourceType":"DocumentReference"} +{"id":"295eabd5-42df-50ce-8f84-023710a67fbc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00524/analysis/HG00524.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008634#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/18d958e9-e31b-5c0c-80d3-6f0c870ed6b1"},"resourceType":"DocumentReference"} +{"id":"a6f65302-14ee-5cce-922f-fe8dc9935546","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00524/analysis/HG00524.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008634#sample/cram"}],"status":"current","subject":{"reference":"Patient/18d958e9-e31b-5c0c-80d3-6f0c870ed6b1"},"resourceType":"DocumentReference"} +{"id":"b284e652-5ada-5b1b-87a7-53db02a67892","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00525/analysis/HG00525.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008635#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/780adfee-f28e-5ccc-9d3f-c5b4ea5ec285"},"resourceType":"DocumentReference"} +{"id":"f6b4c7f1-2040-5dd5-bce2-ca8ad0ef621c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00525/analysis/HG00525.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008635#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/780adfee-f28e-5ccc-9d3f-c5b4ea5ec285"},"resourceType":"DocumentReference"} +{"id":"f62eb37a-a169-565c-b097-0b1eb698a6ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00525/analysis/HG00525.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008635#sample/cram"}],"status":"current","subject":{"reference":"Patient/780adfee-f28e-5ccc-9d3f-c5b4ea5ec285"},"resourceType":"DocumentReference"} +{"id":"7b878506-0aa4-5601-a200-826028e1f57e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00530/analysis/HG00530.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008637#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/360d1a3c-7226-5490-a86c-f022e5091e68"},"resourceType":"DocumentReference"} +{"id":"05e13a02-773d-5862-b97a-773edb0552b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00530/analysis/HG00530.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008637#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/360d1a3c-7226-5490-a86c-f022e5091e68"},"resourceType":"DocumentReference"} +{"id":"79234be2-4b39-58f7-b7b8-159119530072","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00530/analysis/HG00530.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008637#sample/cram"}],"status":"current","subject":{"reference":"Patient/360d1a3c-7226-5490-a86c-f022e5091e68"},"resourceType":"DocumentReference"} +{"id":"207cb591-77fb-5624-8200-929ea31fa5d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00531/analysis/HG00531.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008638#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2a58a6ab-1e7d-5195-b647-25c25dacde2f"},"resourceType":"DocumentReference"} +{"id":"2cf15b62-e788-550b-948f-bdf295b917dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00531/analysis/HG00531.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008638#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2a58a6ab-1e7d-5195-b647-25c25dacde2f"},"resourceType":"DocumentReference"} +{"id":"47cc56f5-f8ec-5eea-aeab-9012626ec346","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00531/analysis/HG00531.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008638#sample/cram"}],"status":"current","subject":{"reference":"Patient/2a58a6ab-1e7d-5195-b647-25c25dacde2f"},"resourceType":"DocumentReference"} +{"id":"d59ba37d-ceed-55de-8369-9144c9b25e9e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00533/analysis/HG00533.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008640#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/88d773fc-82c1-5ca6-9eea-1e8bd1e862d9"},"resourceType":"DocumentReference"} +{"id":"7f7c5375-f75f-5384-84a0-9032b68f140e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00533/analysis/HG00533.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008640#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/88d773fc-82c1-5ca6-9eea-1e8bd1e862d9"},"resourceType":"DocumentReference"} +{"id":"0f0e1a11-b9e6-5c3e-bcca-3fd53b9f914b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00533/analysis/HG00533.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008640#sample/cram"}],"status":"current","subject":{"reference":"Patient/88d773fc-82c1-5ca6-9eea-1e8bd1e862d9"},"resourceType":"DocumentReference"} +{"id":"86eab52f-8dd3-5abb-b008-8dc46a845827","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00534/analysis/HG00534.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008641#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/23cb50d2-7a8f-5eac-bbfa-7c36a090828e"},"resourceType":"DocumentReference"} +{"id":"64e74b00-0e67-5986-a3a1-a71ba9bd22c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00534/analysis/HG00534.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008641#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/23cb50d2-7a8f-5eac-bbfa-7c36a090828e"},"resourceType":"DocumentReference"} +{"id":"7f812cb0-fac3-5ef3-ab23-bb8952ae130d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00534/analysis/HG00534.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008641#sample/cram"}],"status":"current","subject":{"reference":"Patient/23cb50d2-7a8f-5eac-bbfa-7c36a090828e"},"resourceType":"DocumentReference"} +{"id":"a97151e7-1b4d-5f69-a910-1ca0dbb07d2e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00536/analysis/HG00536.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008643#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/66e5d2ce-5edf-59a7-9763-f267dbd815ce"},"resourceType":"DocumentReference"} +{"id":"613b00b0-4267-522d-a7da-54f125f0e40b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00536/analysis/HG00536.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008643#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/66e5d2ce-5edf-59a7-9763-f267dbd815ce"},"resourceType":"DocumentReference"} +{"id":"9a01c200-4d19-516a-af21-10162324b109","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00536/analysis/HG00536.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008643#sample/cram"}],"status":"current","subject":{"reference":"Patient/66e5d2ce-5edf-59a7-9763-f267dbd815ce"},"resourceType":"DocumentReference"} +{"id":"41516116-a626-553f-a30f-1170474817c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00537/analysis/HG00537.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008644#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/62b85d73-1e41-569f-b978-4433a2840988"},"resourceType":"DocumentReference"} +{"id":"43b9b762-d41b-5290-bff1-b6cc8959fea6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00537/analysis/HG00537.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008644#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/62b85d73-1e41-569f-b978-4433a2840988"},"resourceType":"DocumentReference"} +{"id":"f7b39d44-f5e3-5bad-945a-004c0baa724e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00537/analysis/HG00537.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008644#sample/cram"}],"status":"current","subject":{"reference":"Patient/62b85d73-1e41-569f-b978-4433a2840988"},"resourceType":"DocumentReference"} +{"id":"d29c2279-ab76-5a99-9ad3-adffd0ca29d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00542/analysis/HG00542.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008646#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0cbeb49d-0530-55ed-a937-65d13ebe9034"},"resourceType":"DocumentReference"} +{"id":"c753025a-3b91-5bea-b793-82f91cb93792","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00542/analysis/HG00542.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008646#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0cbeb49d-0530-55ed-a937-65d13ebe9034"},"resourceType":"DocumentReference"} +{"id":"6343862d-6f8a-5b7f-88fb-17178f597938","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00542/analysis/HG00542.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008646#sample/cram"}],"status":"current","subject":{"reference":"Patient/0cbeb49d-0530-55ed-a937-65d13ebe9034"},"resourceType":"DocumentReference"} +{"id":"d1927e9f-2f35-5f4e-ae7e-abfdfd642930","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00543/analysis/HG00543.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008647#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4209e1a6-6131-59d9-bdf8-26912e608ab9"},"resourceType":"DocumentReference"} +{"id":"95a79130-e53b-523d-969d-5cf66b61aa4d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00543/analysis/HG00543.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008647#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4209e1a6-6131-59d9-bdf8-26912e608ab9"},"resourceType":"DocumentReference"} +{"id":"1c614d8f-4b0c-5a36-8d5b-28b460b6dd0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00543/analysis/HG00543.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008647#sample/cram"}],"status":"current","subject":{"reference":"Patient/4209e1a6-6131-59d9-bdf8-26912e608ab9"},"resourceType":"DocumentReference"} +{"id":"049d771c-9ede-54df-8fcc-f31ebcb0dc58","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00553/analysis/HG00553.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008649#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a6ff0fda-76b8-5b23-814c-4504397179e6"},"resourceType":"DocumentReference"} +{"id":"2b696473-500c-5214-910d-ff4bcded606c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00553/analysis/HG00553.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008649#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a6ff0fda-76b8-5b23-814c-4504397179e6"},"resourceType":"DocumentReference"} +{"id":"1c8afff2-5b77-5f4a-a181-bbc23c48968c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00553/analysis/HG00553.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008649#sample/cram"}],"status":"current","subject":{"reference":"Patient/a6ff0fda-76b8-5b23-814c-4504397179e6"},"resourceType":"DocumentReference"} +{"id":"1cded2b1-5a71-53cc-a2d8-128f99359eff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00554/analysis/HG00554.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008650#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/416182f8-f936-54db-acea-c0aa0b089693"},"resourceType":"DocumentReference"} +{"id":"629673de-f447-5f3b-928a-54d7ae57f9a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00554/analysis/HG00554.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008650#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/416182f8-f936-54db-acea-c0aa0b089693"},"resourceType":"DocumentReference"} +{"id":"18d4a305-a99e-5ba8-a34b-e87c35f07466","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00554/analysis/HG00554.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008650#sample/cram"}],"status":"current","subject":{"reference":"Patient/416182f8-f936-54db-acea-c0aa0b089693"},"resourceType":"DocumentReference"} +{"id":"b9cdf451-aa87-5b7b-8fe0-ba8e990973ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00556/analysis/HG00556.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008652#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d76a9192-8b78-587d-bd8b-fd7bbc8be47e"},"resourceType":"DocumentReference"} +{"id":"5bb82452-8bd2-5928-854c-b5533f0d4031","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00556/analysis/HG00556.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008652#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d76a9192-8b78-587d-bd8b-fd7bbc8be47e"},"resourceType":"DocumentReference"} +{"id":"1813d391-5c3c-5a3f-ad2e-04709a927d0f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00556/analysis/HG00556.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008652#sample/cram"}],"status":"current","subject":{"reference":"Patient/d76a9192-8b78-587d-bd8b-fd7bbc8be47e"},"resourceType":"DocumentReference"} +{"id":"627fc246-c4c8-5794-bcef-97dc8f7bb4a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00557/analysis/HG00557.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008653#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/80a915b3-2577-59f5-9a0e-d5d9378407b2"},"resourceType":"DocumentReference"} +{"id":"9e37aa0d-67eb-551b-8b59-0e5da3260b74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00557/analysis/HG00557.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008653#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/80a915b3-2577-59f5-9a0e-d5d9378407b2"},"resourceType":"DocumentReference"} +{"id":"415d9977-8c81-59a0-91e5-80c045265570","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00557/analysis/HG00557.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008653#sample/cram"}],"status":"current","subject":{"reference":"Patient/80a915b3-2577-59f5-9a0e-d5d9378407b2"},"resourceType":"DocumentReference"} +{"id":"fb6adb58-6be0-5921-bcd9-3bc112c74d2f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00559/analysis/HG00559.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008655#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d6607d96-a6ae-544f-ae8a-d73be6cf93e6"},"resourceType":"DocumentReference"} +{"id":"0290e1cc-2647-53f9-99f1-d309d2951ed1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00559/analysis/HG00559.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008655#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d6607d96-a6ae-544f-ae8a-d73be6cf93e6"},"resourceType":"DocumentReference"} +{"id":"4aa57f17-48bc-5e41-a7b7-573c6acd0f7a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00559/analysis/HG00559.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008655#sample/cram"}],"status":"current","subject":{"reference":"Patient/d6607d96-a6ae-544f-ae8a-d73be6cf93e6"},"resourceType":"DocumentReference"} +{"id":"9ae37049-884f-5998-ba34-1db22efed32a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00560/analysis/HG00560.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008656#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e284ec61-c605-51b4-9217-0cf7b80b9daa"},"resourceType":"DocumentReference"} +{"id":"3b35c228-e506-5c52-98e3-596f2e75345a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00560/analysis/HG00560.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008656#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e284ec61-c605-51b4-9217-0cf7b80b9daa"},"resourceType":"DocumentReference"} +{"id":"69f1fa69-942b-5890-9183-1fc9367df867","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00560/analysis/HG00560.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008656#sample/cram"}],"status":"current","subject":{"reference":"Patient/e284ec61-c605-51b4-9217-0cf7b80b9daa"},"resourceType":"DocumentReference"} +{"id":"474fdf2e-a8e1-5984-a139-87a126b1f1a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00565/analysis/HG00565.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008658#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/110dac5e-839d-5b06-a0c6-5abccaf5e3e1"},"resourceType":"DocumentReference"} +{"id":"9b9c0382-791e-5339-ba94-7613f6704b84","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00565/analysis/HG00565.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008658#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/110dac5e-839d-5b06-a0c6-5abccaf5e3e1"},"resourceType":"DocumentReference"} +{"id":"76fd61d2-e080-5ecd-a401-5d1837128e23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00565/analysis/HG00565.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008658#sample/cram"}],"status":"current","subject":{"reference":"Patient/110dac5e-839d-5b06-a0c6-5abccaf5e3e1"},"resourceType":"DocumentReference"} +{"id":"c5b213a3-8c63-5114-abca-54f2a1e9c45b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00566/analysis/HG00566.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008659#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/01827160-5853-52f4-9161-9e903b8a62bd"},"resourceType":"DocumentReference"} +{"id":"1fdc7ed2-2f17-5ac0-abb2-9ee277f53f0a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00566/analysis/HG00566.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008659#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/01827160-5853-52f4-9161-9e903b8a62bd"},"resourceType":"DocumentReference"} +{"id":"af190532-4683-5bc0-b226-0a9efe819f9e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00566/analysis/HG00566.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008659#sample/cram"}],"status":"current","subject":{"reference":"Patient/01827160-5853-52f4-9161-9e903b8a62bd"},"resourceType":"DocumentReference"} +{"id":"51bb28f8-5603-5a4c-a4ac-ae26a5561ba5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00580/analysis/HG00580.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008664#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/54714411-f02a-51aa-899e-6fb16d0abfdb"},"resourceType":"DocumentReference"} +{"id":"899ebe3a-df6d-50d1-a5d5-9e1e0e04ef63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00580/analysis/HG00580.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008664#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/54714411-f02a-51aa-899e-6fb16d0abfdb"},"resourceType":"DocumentReference"} +{"id":"493d69e9-2f83-58e2-b2d0-4920eeebaef5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00580/analysis/HG00580.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008664#sample/cram"}],"status":"current","subject":{"reference":"Patient/54714411-f02a-51aa-899e-6fb16d0abfdb"},"resourceType":"DocumentReference"} +{"id":"0f975b63-e8e2-56ee-9581-8318c92d0d86","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00581/analysis/HG00581.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008665#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2a14344f-6746-5d89-a146-a5ebe7d8317e"},"resourceType":"DocumentReference"} +{"id":"a9e845aa-f6bf-5172-b667-7246261147f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00581/analysis/HG00581.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008665#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2a14344f-6746-5d89-a146-a5ebe7d8317e"},"resourceType":"DocumentReference"} +{"id":"15351f65-a054-531b-80d1-fa9ebb30ceaf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00581/analysis/HG00581.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008665#sample/cram"}],"status":"current","subject":{"reference":"Patient/2a14344f-6746-5d89-a146-a5ebe7d8317e"},"resourceType":"DocumentReference"} +{"id":"1a25bd2f-09d2-50b9-8c1e-518a53b913cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00583/analysis/HG00583.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008667#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a88388a1-605b-5344-98e2-5aa706930185"},"resourceType":"DocumentReference"} +{"id":"c2d23acf-cc83-50b8-96e3-aee16ce512bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00583/analysis/HG00583.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008667#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a88388a1-605b-5344-98e2-5aa706930185"},"resourceType":"DocumentReference"} +{"id":"5e311086-fd01-5240-8e65-f2bf8aa1face","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00583/analysis/HG00583.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008667#sample/cram"}],"status":"current","subject":{"reference":"Patient/a88388a1-605b-5344-98e2-5aa706930185"},"resourceType":"DocumentReference"} +{"id":"b98abbea-fcf3-52d9-9416-2613165ebd9f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00584/analysis/HG00584.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008668#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2a5cb961-c63f-5003-9f63-724d660a594a"},"resourceType":"DocumentReference"} +{"id":"16f761ed-3781-5e7c-886b-2e86a9d29f68","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00584/analysis/HG00584.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008668#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2a5cb961-c63f-5003-9f63-724d660a594a"},"resourceType":"DocumentReference"} +{"id":"70abae87-c01d-55e2-aff4-f51a487c4fd5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00584/analysis/HG00584.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008668#sample/cram"}],"status":"current","subject":{"reference":"Patient/2a5cb961-c63f-5003-9f63-724d660a594a"},"resourceType":"DocumentReference"} +{"id":"fd0772b0-2215-597e-b86c-c50f9aa7a38e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00589/analysis/HG00589.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008670#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eda512cf-5341-56f8-932e-cdbf822b539b"},"resourceType":"DocumentReference"} +{"id":"d66a5ce2-440e-5b48-9354-8fff4b7c0c6b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00589/analysis/HG00589.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008670#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eda512cf-5341-56f8-932e-cdbf822b539b"},"resourceType":"DocumentReference"} +{"id":"1719f5c5-37de-5397-85ed-a11ae52c30df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00589/analysis/HG00589.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008670#sample/cram"}],"status":"current","subject":{"reference":"Patient/eda512cf-5341-56f8-932e-cdbf822b539b"},"resourceType":"DocumentReference"} +{"id":"306df97c-bd73-58cc-87b8-bfc9c92a77d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00590/analysis/HG00590.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008671#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/38e53f34-b20e-5a9c-a7f0-d133ea07df60"},"resourceType":"DocumentReference"} +{"id":"97909b50-ced0-5f57-893f-a114186b5012","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00590/analysis/HG00590.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008671#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/38e53f34-b20e-5a9c-a7f0-d133ea07df60"},"resourceType":"DocumentReference"} +{"id":"54656523-e1b2-55df-acdc-dbc73ca3ac24","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00590/analysis/HG00590.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008671#sample/cram"}],"status":"current","subject":{"reference":"Patient/38e53f34-b20e-5a9c-a7f0-d133ea07df60"},"resourceType":"DocumentReference"} +{"id":"bd21491f-0e8c-55fa-bd96-aebe3211bdcf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00592/analysis/HG00592.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008673#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d86186e7-340b-542d-bb7f-ec0d2c80882f"},"resourceType":"DocumentReference"} +{"id":"df42d3c0-85bb-57a5-9f65-ffdfe8e5ad0a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00592/analysis/HG00592.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008673#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d86186e7-340b-542d-bb7f-ec0d2c80882f"},"resourceType":"DocumentReference"} +{"id":"91e58542-491a-56ac-9709-32c34418ecb1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00592/analysis/HG00592.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008673#sample/cram"}],"status":"current","subject":{"reference":"Patient/d86186e7-340b-542d-bb7f-ec0d2c80882f"},"resourceType":"DocumentReference"} +{"id":"9f2dd48f-e400-5167-8d24-d759fb19bb44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00593/analysis/HG00593.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008674#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e9cafcef-6254-5603-a622-0f4602b5bdc7"},"resourceType":"DocumentReference"} +{"id":"284a6308-071e-5169-aca5-e729914ac7c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00593/analysis/HG00593.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008674#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e9cafcef-6254-5603-a622-0f4602b5bdc7"},"resourceType":"DocumentReference"} +{"id":"e52085ae-c03a-5c2d-bf05-82d4663fd06e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00593/analysis/HG00593.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008674#sample/cram"}],"status":"current","subject":{"reference":"Patient/e9cafcef-6254-5603-a622-0f4602b5bdc7"},"resourceType":"DocumentReference"} +{"id":"670df80a-d04d-57a7-8afb-2be6a4f99381","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00595/analysis/HG00595.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008676#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/977987ed-8359-543e-ba57-dd834956a677"},"resourceType":"DocumentReference"} +{"id":"9db3653e-d7ed-5155-8c1d-b1dd60b0520d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00595/analysis/HG00595.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008676#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/977987ed-8359-543e-ba57-dd834956a677"},"resourceType":"DocumentReference"} +{"id":"05b0571a-8cd6-5ecf-bddc-f28215a08c74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00595/analysis/HG00595.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008676#sample/cram"}],"status":"current","subject":{"reference":"Patient/977987ed-8359-543e-ba57-dd834956a677"},"resourceType":"DocumentReference"} +{"id":"5e94f654-c49b-535e-ba8b-3bfd5b80936e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00596/analysis/HG00596.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008677#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/73e8b308-ab55-57f3-8679-4867ca04f7f5"},"resourceType":"DocumentReference"} +{"id":"c5b0f1df-9ca9-54bb-9d3b-dfe68f267e4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00596/analysis/HG00596.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008677#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/73e8b308-ab55-57f3-8679-4867ca04f7f5"},"resourceType":"DocumentReference"} +{"id":"4cb9c153-8d14-5149-9e49-c788479e325f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00596/analysis/HG00596.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008677#sample/cram"}],"status":"current","subject":{"reference":"Patient/73e8b308-ab55-57f3-8679-4867ca04f7f5"},"resourceType":"DocumentReference"} +{"id":"75d9f3f5-d9ab-5947-ab33-79b792c37943","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00607/analysis/HG00607.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008679#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ac0b92b5-afe3-58d0-b5db-eaea9630244f"},"resourceType":"DocumentReference"} +{"id":"1e82be11-d241-50ee-8d97-6ae33760cc23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00607/analysis/HG00607.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008679#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ac0b92b5-afe3-58d0-b5db-eaea9630244f"},"resourceType":"DocumentReference"} +{"id":"5642df62-98fb-5771-a686-128a7c5f88ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00607/analysis/HG00607.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008679#sample/cram"}],"status":"current","subject":{"reference":"Patient/ac0b92b5-afe3-58d0-b5db-eaea9630244f"},"resourceType":"DocumentReference"} +{"id":"a933d6e7-b80b-56b4-aae7-cd5a79fcbef9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00608/analysis/HG00608.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008680#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c2be55f1-30bd-5013-8e72-e67f04ea7829"},"resourceType":"DocumentReference"} +{"id":"ca2d13b3-eb61-52b0-8463-42a714982117","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00608/analysis/HG00608.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008680#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c2be55f1-30bd-5013-8e72-e67f04ea7829"},"resourceType":"DocumentReference"} +{"id":"418e4cda-7a91-5344-b873-3b40f97b2abd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00608/analysis/HG00608.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008680#sample/cram"}],"status":"current","subject":{"reference":"Patient/c2be55f1-30bd-5013-8e72-e67f04ea7829"},"resourceType":"DocumentReference"} +{"id":"abdfe991-7495-51eb-8e5f-d40e1b3bfa44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00610/analysis/HG00610.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008682#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3e2ae326-9312-57f5-aabe-1ae58d82b591"},"resourceType":"DocumentReference"} +{"id":"9b59c7ea-2c31-54f9-8155-ce7bd09c5338","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00610/analysis/HG00610.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008682#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3e2ae326-9312-57f5-aabe-1ae58d82b591"},"resourceType":"DocumentReference"} +{"id":"4a0e7ae4-8e14-526a-88dd-d1ea9eacfec3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00610/analysis/HG00610.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008682#sample/cram"}],"status":"current","subject":{"reference":"Patient/3e2ae326-9312-57f5-aabe-1ae58d82b591"},"resourceType":"DocumentReference"} +{"id":"a2c306f9-f70d-5032-9740-56cd24265804","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00611/analysis/HG00611.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008683#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6bd782c5-3518-5462-9093-e8f5b1b0e51c"},"resourceType":"DocumentReference"} +{"id":"f7eaebdd-c809-574a-8dea-588d8fa94eb1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00611/analysis/HG00611.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008683#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6bd782c5-3518-5462-9093-e8f5b1b0e51c"},"resourceType":"DocumentReference"} +{"id":"6af36e85-e7cf-5973-8914-676f172c26ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00611/analysis/HG00611.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008683#sample/cram"}],"status":"current","subject":{"reference":"Patient/6bd782c5-3518-5462-9093-e8f5b1b0e51c"},"resourceType":"DocumentReference"} +{"id":"40e6a3ef-4ff8-593d-a54e-f1330979205b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00613/analysis/HG00613.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008685#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eba0ce52-4a74-575f-8ac2-db511abd78ab"},"resourceType":"DocumentReference"} +{"id":"1d648169-fc37-558f-85f4-b18c148d62ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00613/analysis/HG00613.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008685#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eba0ce52-4a74-575f-8ac2-db511abd78ab"},"resourceType":"DocumentReference"} +{"id":"3ca8ce7f-27da-563e-a959-3ac32e70fbde","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00613/analysis/HG00613.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008685#sample/cram"}],"status":"current","subject":{"reference":"Patient/eba0ce52-4a74-575f-8ac2-db511abd78ab"},"resourceType":"DocumentReference"} +{"id":"ba53611c-e286-5185-b3b3-2b7399cf9c48","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00614/analysis/HG00614.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008686#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/da9c9795-74fe-544a-8cb0-15d695719bd1"},"resourceType":"DocumentReference"} +{"id":"eb4c8d36-9357-5d17-b4e2-af5a6e2843ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00614/analysis/HG00614.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008686#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/da9c9795-74fe-544a-8cb0-15d695719bd1"},"resourceType":"DocumentReference"} +{"id":"b67adf63-05c3-55da-af4f-800f9353161d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00614/analysis/HG00614.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008686#sample/cram"}],"status":"current","subject":{"reference":"Patient/da9c9795-74fe-544a-8cb0-15d695719bd1"},"resourceType":"DocumentReference"} +{"id":"630c5b75-dcc8-5fe6-a91d-cb303db2addb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00619/analysis/HG00619.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008688#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ecb0040f-f106-576e-9768-130106d82af1"},"resourceType":"DocumentReference"} +{"id":"c1df509d-a1df-51ac-84a4-b82eacbf2d94","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00619/analysis/HG00619.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008688#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ecb0040f-f106-576e-9768-130106d82af1"},"resourceType":"DocumentReference"} +{"id":"b3c2a31c-427d-5a08-a5f3-292a62a6dc97","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00619/analysis/HG00619.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008688#sample/cram"}],"status":"current","subject":{"reference":"Patient/ecb0040f-f106-576e-9768-130106d82af1"},"resourceType":"DocumentReference"} +{"id":"6131fbbb-8436-58b0-b8d3-440b01aabbf1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00620/analysis/HG00620.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008689#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2a76b95e-92f1-5e39-92ae-84ddd987bcf6"},"resourceType":"DocumentReference"} +{"id":"984d0b6d-96e4-59e6-84fa-63430d79c230","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00620/analysis/HG00620.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008689#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2a76b95e-92f1-5e39-92ae-84ddd987bcf6"},"resourceType":"DocumentReference"} +{"id":"b95b0bea-94cc-51e4-8355-458f14d130e3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00620/analysis/HG00620.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008689#sample/cram"}],"status":"current","subject":{"reference":"Patient/2a76b95e-92f1-5e39-92ae-84ddd987bcf6"},"resourceType":"DocumentReference"} +{"id":"58cf8ce7-1ded-5cb2-95db-9f624e7332a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00625/analysis/HG00625.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008691#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1c3ee990-4830-5b47-a774-fa0e38c0ff10"},"resourceType":"DocumentReference"} +{"id":"1db0a6bf-a606-54c9-ae0f-b0b911536146","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00625/analysis/HG00625.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008691#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1c3ee990-4830-5b47-a774-fa0e38c0ff10"},"resourceType":"DocumentReference"} +{"id":"21dba623-0fbf-5a74-ac6d-b1844e28a843","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00625/analysis/HG00625.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008691#sample/cram"}],"status":"current","subject":{"reference":"Patient/1c3ee990-4830-5b47-a774-fa0e38c0ff10"},"resourceType":"DocumentReference"} +{"id":"e0388e74-8f0e-5be8-9bf1-51f11401aff2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00626/analysis/HG00626.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008692#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2d21a93c-825b-5882-afee-ee74108ba67a"},"resourceType":"DocumentReference"} +{"id":"a666db60-215f-55eb-be35-2a122019f2e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00626/analysis/HG00626.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008692#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2d21a93c-825b-5882-afee-ee74108ba67a"},"resourceType":"DocumentReference"} +{"id":"a8072884-0135-533b-8df4-8229415662e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00626/analysis/HG00626.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008692#sample/cram"}],"status":"current","subject":{"reference":"Patient/2d21a93c-825b-5882-afee-ee74108ba67a"},"resourceType":"DocumentReference"} +{"id":"be9d833d-af75-59d2-ad2a-7534bbb3d528","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00628/analysis/HG00628.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008694#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/919d7525-9052-5a00-ad65-02c78a0cc67e"},"resourceType":"DocumentReference"} +{"id":"ba7a8af5-a281-59e9-b31d-0b4bd7e87674","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00628/analysis/HG00628.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008694#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/919d7525-9052-5a00-ad65-02c78a0cc67e"},"resourceType":"DocumentReference"} +{"id":"7e570ecb-6519-5a4e-8e63-1b425fa3109d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00628/analysis/HG00628.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008694#sample/cram"}],"status":"current","subject":{"reference":"Patient/919d7525-9052-5a00-ad65-02c78a0cc67e"},"resourceType":"DocumentReference"} +{"id":"fc1bd33b-dce7-5ffa-8467-c77be4edf6d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00629/analysis/HG00629.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008695#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b5d96410-bd1a-5bdd-86c0-008d8fc9a4e6"},"resourceType":"DocumentReference"} +{"id":"5a14d56c-efb3-5070-9e32-059f73b8d504","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00629/analysis/HG00629.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008695#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b5d96410-bd1a-5bdd-86c0-008d8fc9a4e6"},"resourceType":"DocumentReference"} +{"id":"de083399-f92e-558c-ada0-9168111ff973","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00629/analysis/HG00629.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008695#sample/cram"}],"status":"current","subject":{"reference":"Patient/b5d96410-bd1a-5bdd-86c0-008d8fc9a4e6"},"resourceType":"DocumentReference"} +{"id":"6ed1a159-6283-54fc-9ed2-043b617a9c1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00634/analysis/HG00634.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008697#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/86c03177-98bc-5d43-9f44-e4849d1b352a"},"resourceType":"DocumentReference"} +{"id":"9afedfad-9c79-50dc-ac8e-fc87794c94f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00634/analysis/HG00634.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008697#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/86c03177-98bc-5d43-9f44-e4849d1b352a"},"resourceType":"DocumentReference"} +{"id":"0b8b90fe-136f-50a3-8a28-a4a3baec2910","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00634/analysis/HG00634.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008697#sample/cram"}],"status":"current","subject":{"reference":"Patient/86c03177-98bc-5d43-9f44-e4849d1b352a"},"resourceType":"DocumentReference"} +{"id":"fb35995e-bae7-5a0f-9f56-e4fe191d5307","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00637/analysis/HG00637.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008700#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6ffbbe55-496a-5a56-a280-49f9cc065e14"},"resourceType":"DocumentReference"} +{"id":"1f399f11-6d95-58be-900b-d87e5d746c0b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00637/analysis/HG00637.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008700#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6ffbbe55-496a-5a56-a280-49f9cc065e14"},"resourceType":"DocumentReference"} +{"id":"1b66ff4f-a0c2-5d04-b518-f72d83ca9e9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00637/analysis/HG00637.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008700#sample/cram"}],"status":"current","subject":{"reference":"Patient/6ffbbe55-496a-5a56-a280-49f9cc065e14"},"resourceType":"DocumentReference"} +{"id":"2265a76c-11d2-5937-b31c-597cec902586","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00638/analysis/HG00638.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008701#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e4157028-2233-5685-8221-37fd7dbf7c9a"},"resourceType":"DocumentReference"} +{"id":"9590a124-a4c0-5e43-a47d-f03ef65840de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00638/analysis/HG00638.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008701#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e4157028-2233-5685-8221-37fd7dbf7c9a"},"resourceType":"DocumentReference"} +{"id":"b290a920-ea6c-5f92-bc26-9aa14d13e0f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00638/analysis/HG00638.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008701#sample/cram"}],"status":"current","subject":{"reference":"Patient/e4157028-2233-5685-8221-37fd7dbf7c9a"},"resourceType":"DocumentReference"} +{"id":"2234a357-e2ff-55e7-b302-c7a4f67dbc4d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00640/analysis/HG00640.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008703#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5b2a9663-bab7-5b9b-ad43-661533eb2f7c"},"resourceType":"DocumentReference"} +{"id":"3ba39464-bf68-5a4d-ab9a-dc700cd2eea7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00640/analysis/HG00640.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008703#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5b2a9663-bab7-5b9b-ad43-661533eb2f7c"},"resourceType":"DocumentReference"} +{"id":"d3aa4f8f-92b4-5a99-9992-ac3bcd384144","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00640/analysis/HG00640.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008703#sample/cram"}],"status":"current","subject":{"reference":"Patient/5b2a9663-bab7-5b9b-ad43-661533eb2f7c"},"resourceType":"DocumentReference"} +{"id":"54d64d9c-7e66-5264-95c6-54dc6640484d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00641/analysis/HG00641.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008704#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a735a46f-a2fa-5bc2-885d-b5757374bba6"},"resourceType":"DocumentReference"} +{"id":"7fe3c093-0ca4-598e-8754-3bab935e2639","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00641/analysis/HG00641.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008704#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a735a46f-a2fa-5bc2-885d-b5757374bba6"},"resourceType":"DocumentReference"} +{"id":"40ac434f-6278-59d8-8d78-383eb05728cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00641/analysis/HG00641.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008704#sample/cram"}],"status":"current","subject":{"reference":"Patient/a735a46f-a2fa-5bc2-885d-b5757374bba6"},"resourceType":"DocumentReference"} +{"id":"56b440dd-80f3-5d86-9708-4a5a5065bc9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00650/analysis/HG00650.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008706#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/35b44e7a-8f9c-5678-92da-bb87beacc470"},"resourceType":"DocumentReference"} +{"id":"3cb472b4-cbaf-52c1-8582-a2b85cc6c044","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00650/analysis/HG00650.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008706#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/35b44e7a-8f9c-5678-92da-bb87beacc470"},"resourceType":"DocumentReference"} +{"id":"3bf30d9b-c67c-5a17-b915-0bd509c3e933","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00650/analysis/HG00650.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008706#sample/cram"}],"status":"current","subject":{"reference":"Patient/35b44e7a-8f9c-5678-92da-bb87beacc470"},"resourceType":"DocumentReference"} +{"id":"4c3efecd-d032-5863-b628-63eef5cac33d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00651/analysis/HG00651.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008707#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c7fc301c-955d-58e4-8280-dea6942b5f05"},"resourceType":"DocumentReference"} +{"id":"2fb5ff2e-dcdd-51bf-8d18-352cb1c6a956","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00651/analysis/HG00651.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008707#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c7fc301c-955d-58e4-8280-dea6942b5f05"},"resourceType":"DocumentReference"} +{"id":"ae211594-9a30-5e16-8373-d399b95faf12","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00651/analysis/HG00651.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008707#sample/cram"}],"status":"current","subject":{"reference":"Patient/c7fc301c-955d-58e4-8280-dea6942b5f05"},"resourceType":"DocumentReference"} +{"id":"461e4000-584f-525b-b476-9eec2c572384","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00653/analysis/HG00653.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008709#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4844bd1b-9fce-5f0d-9e3a-5e9be1b97925"},"resourceType":"DocumentReference"} +{"id":"2cad0558-b893-5e21-ac96-91efe0f5404f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00653/analysis/HG00653.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008709#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4844bd1b-9fce-5f0d-9e3a-5e9be1b97925"},"resourceType":"DocumentReference"} +{"id":"6d2cff1d-3c0b-554d-b29c-eea351223740","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00653/analysis/HG00653.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008709#sample/cram"}],"status":"current","subject":{"reference":"Patient/4844bd1b-9fce-5f0d-9e3a-5e9be1b97925"},"resourceType":"DocumentReference"} +{"id":"ba4fd0e8-08d9-5e85-ac23-4bc6398f587a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00654/analysis/HG00654.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008710#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4c34ccc9-d821-560c-9eb5-183cbc35364a"},"resourceType":"DocumentReference"} +{"id":"906cca0d-5d2c-5fc1-9061-a0d1c488aa24","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00654/analysis/HG00654.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008710#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4c34ccc9-d821-560c-9eb5-183cbc35364a"},"resourceType":"DocumentReference"} +{"id":"1160002e-4c37-5963-ae9e-db0de5d0e5f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00654/analysis/HG00654.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008710#sample/cram"}],"status":"current","subject":{"reference":"Patient/4c34ccc9-d821-560c-9eb5-183cbc35364a"},"resourceType":"DocumentReference"} +{"id":"980b4446-2824-54c7-a7c1-75bec31e8d25","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00656/analysis/HG00656.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008712#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4d404638-467b-537f-95d1-230e3078890b"},"resourceType":"DocumentReference"} +{"id":"61354820-d36c-5bde-b42f-2f730a4297c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00656/analysis/HG00656.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008712#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4d404638-467b-537f-95d1-230e3078890b"},"resourceType":"DocumentReference"} +{"id":"5b70aa4d-b236-5fa4-8aa6-3c117c7eb875","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00656/analysis/HG00656.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008712#sample/cram"}],"status":"current","subject":{"reference":"Patient/4d404638-467b-537f-95d1-230e3078890b"},"resourceType":"DocumentReference"} +{"id":"fedd8300-4601-566d-b208-97d2a1c02671","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00657/analysis/HG00657.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008713#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6aa8e67b-ae16-54c1-9f0a-122ccd08a952"},"resourceType":"DocumentReference"} +{"id":"c41eed8e-7d81-554e-8bd0-ba16b3a68340","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00657/analysis/HG00657.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008713#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6aa8e67b-ae16-54c1-9f0a-122ccd08a952"},"resourceType":"DocumentReference"} +{"id":"7615ebd2-122a-5882-b4bf-b1491da1896d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00657/analysis/HG00657.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008713#sample/cram"}],"status":"current","subject":{"reference":"Patient/6aa8e67b-ae16-54c1-9f0a-122ccd08a952"},"resourceType":"DocumentReference"} +{"id":"a4ebaba8-7793-5702-a22d-39293f83d079","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00662/analysis/HG00662.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008715#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/37300490-51f0-5135-b6e0-29b1a94f755c"},"resourceType":"DocumentReference"} +{"id":"42541d67-9943-545e-8998-9bac03ce2f6e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00662/analysis/HG00662.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008715#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/37300490-51f0-5135-b6e0-29b1a94f755c"},"resourceType":"DocumentReference"} +{"id":"8624ffb9-62ad-53ed-976d-1a345b0cb60e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00662/analysis/HG00662.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008715#sample/cram"}],"status":"current","subject":{"reference":"Patient/37300490-51f0-5135-b6e0-29b1a94f755c"},"resourceType":"DocumentReference"} +{"id":"b069714a-31f2-5af0-95d4-bf897dbedb63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00663/analysis/HG00663.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008716#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f5681e0b-5340-574a-9ceb-c3a5c1240176"},"resourceType":"DocumentReference"} +{"id":"16cc5e4c-d0d9-5763-9e43-3c76a3785cb2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00663/analysis/HG00663.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008716#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f5681e0b-5340-574a-9ceb-c3a5c1240176"},"resourceType":"DocumentReference"} +{"id":"1fec9166-5119-53bb-aa44-e6fbd8d9c034","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00663/analysis/HG00663.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008716#sample/cram"}],"status":"current","subject":{"reference":"Patient/f5681e0b-5340-574a-9ceb-c3a5c1240176"},"resourceType":"DocumentReference"} +{"id":"11690baf-ff0e-5eb4-b596-8e73d309b832","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00671/analysis/HG00671.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008718#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0b5fe5bd-e094-5edf-9e61-20368888c515"},"resourceType":"DocumentReference"} +{"id":"5ff58281-c25f-53d7-9d5b-c89c85acb669","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00671/analysis/HG00671.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008718#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0b5fe5bd-e094-5edf-9e61-20368888c515"},"resourceType":"DocumentReference"} +{"id":"e9723a82-c825-5c46-8e35-fcf443e2316e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00671/analysis/HG00671.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008718#sample/cram"}],"status":"current","subject":{"reference":"Patient/0b5fe5bd-e094-5edf-9e61-20368888c515"},"resourceType":"DocumentReference"} +{"id":"c74f6956-d137-5ecd-8c66-937ac9a72183","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00672/analysis/HG00672.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008719#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/835167ec-1bbe-515e-9e7f-16715e7e23ee"},"resourceType":"DocumentReference"} +{"id":"d768d90a-21e3-57bc-85f3-5a16850c6513","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00672/analysis/HG00672.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008719#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/835167ec-1bbe-515e-9e7f-16715e7e23ee"},"resourceType":"DocumentReference"} +{"id":"8f556801-54f9-55bb-b4e9-b30c7dc6b717","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00672/analysis/HG00672.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008719#sample/cram"}],"status":"current","subject":{"reference":"Patient/835167ec-1bbe-515e-9e7f-16715e7e23ee"},"resourceType":"DocumentReference"} +{"id":"e9eba24f-03dc-5d59-a999-5294254dfff9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00683/analysis/HG00683.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008721#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/df8fa12d-2570-54d7-b6b0-f4f86add8190"},"resourceType":"DocumentReference"} +{"id":"3a3a8e9a-3b3a-53c7-b6df-dd44f47610f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00683/analysis/HG00683.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008721#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/df8fa12d-2570-54d7-b6b0-f4f86add8190"},"resourceType":"DocumentReference"} +{"id":"3ae5093b-fa12-5033-9c19-0f032a195b1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00683/analysis/HG00683.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008721#sample/cram"}],"status":"current","subject":{"reference":"Patient/df8fa12d-2570-54d7-b6b0-f4f86add8190"},"resourceType":"DocumentReference"} +{"id":"2d9744d9-c8dd-5ca8-adbf-cb4a72a243d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00684/analysis/HG00684.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008722#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/140ae5d5-ec18-5f36-9bed-c37c19ffdab5"},"resourceType":"DocumentReference"} +{"id":"a492fbb0-e4c5-5ebe-b044-3f5b09782100","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00684/analysis/HG00684.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008722#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/140ae5d5-ec18-5f36-9bed-c37c19ffdab5"},"resourceType":"DocumentReference"} +{"id":"2314d237-0abc-5d35-a5d3-22954b59eb4a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00684/analysis/HG00684.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008722#sample/cram"}],"status":"current","subject":{"reference":"Patient/140ae5d5-ec18-5f36-9bed-c37c19ffdab5"},"resourceType":"DocumentReference"} +{"id":"19cde76c-a59e-5e49-a318-a820de4a9355","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00689/analysis/HG00689.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008724#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/23464961-c9d2-5131-8bab-7f83f9c3c7f0"},"resourceType":"DocumentReference"} +{"id":"0d386c08-b6f9-5656-bd38-aaeaac277809","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00689/analysis/HG00689.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008724#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/23464961-c9d2-5131-8bab-7f83f9c3c7f0"},"resourceType":"DocumentReference"} +{"id":"a5b0a43c-3f4c-5fec-ad36-925b5b152b5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00689/analysis/HG00689.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008724#sample/cram"}],"status":"current","subject":{"reference":"Patient/23464961-c9d2-5131-8bab-7f83f9c3c7f0"},"resourceType":"DocumentReference"} +{"id":"cc20ef2c-f1e5-5b5b-aa43-c1546b72f4e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00690/analysis/HG00690.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008725#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/04bce267-cbe8-58b6-b9a9-11baef0d24e6"},"resourceType":"DocumentReference"} +{"id":"7334559e-5aae-5a71-8ff3-99c73ba9be3d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00690/analysis/HG00690.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008725#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/04bce267-cbe8-58b6-b9a9-11baef0d24e6"},"resourceType":"DocumentReference"} +{"id":"076330f8-ccb7-587b-a4a5-1175a3a0e926","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00690/analysis/HG00690.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008725#sample/cram"}],"status":"current","subject":{"reference":"Patient/04bce267-cbe8-58b6-b9a9-11baef0d24e6"},"resourceType":"DocumentReference"} +{"id":"e1163e9c-7c88-505e-a9e4-fdb2da06335c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00692/analysis/HG00692.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008727#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c1e5eb0e-63d1-5992-8fd0-4a1399416d04"},"resourceType":"DocumentReference"} +{"id":"a0297efc-00bf-5fa3-a1bf-24246bf56f8c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00692/analysis/HG00692.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008727#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c1e5eb0e-63d1-5992-8fd0-4a1399416d04"},"resourceType":"DocumentReference"} +{"id":"355a28fb-8010-585d-8304-daf6b3f8df11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00692/analysis/HG00692.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008727#sample/cram"}],"status":"current","subject":{"reference":"Patient/c1e5eb0e-63d1-5992-8fd0-4a1399416d04"},"resourceType":"DocumentReference"} +{"id":"a7469f1f-bff4-50da-93bd-8b0d33b01123","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00693/analysis/HG00693.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008728#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4ef99d3e-a77f-584e-8d36-aae73b1efd81"},"resourceType":"DocumentReference"} +{"id":"82a7d56c-a76b-5ec5-9eb6-15b64dc92dd3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00693/analysis/HG00693.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008728#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4ef99d3e-a77f-584e-8d36-aae73b1efd81"},"resourceType":"DocumentReference"} +{"id":"ee37e67f-7cf1-592a-b739-b2db43ebc870","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00693/analysis/HG00693.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008728#sample/cram"}],"status":"current","subject":{"reference":"Patient/4ef99d3e-a77f-584e-8d36-aae73b1efd81"},"resourceType":"DocumentReference"} +{"id":"d233e725-3111-560f-991c-8476b1facc1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00698/analysis/HG00698.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008730#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2b248f73-6668-50eb-a70b-7101a389fc8d"},"resourceType":"DocumentReference"} +{"id":"2689ee75-4e49-5389-967d-e51bda2044b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00698/analysis/HG00698.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008730#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2b248f73-6668-50eb-a70b-7101a389fc8d"},"resourceType":"DocumentReference"} +{"id":"695cea81-c701-53e5-ae3c-d898e6517f63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00698/analysis/HG00698.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008730#sample/cram"}],"status":"current","subject":{"reference":"Patient/2b248f73-6668-50eb-a70b-7101a389fc8d"},"resourceType":"DocumentReference"} +{"id":"8b9d24f6-cc54-5e95-b794-a1966d983fb3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00699/analysis/HG00699.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008731#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cc22d171-ac01-5b2e-9898-d82f4fcdc665"},"resourceType":"DocumentReference"} +{"id":"df8c5728-ef68-5321-b9cd-cd0b4b3813dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00699/analysis/HG00699.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008731#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cc22d171-ac01-5b2e-9898-d82f4fcdc665"},"resourceType":"DocumentReference"} +{"id":"6630b964-ae4b-5dc7-9c8f-8e13ec61b800","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00699/analysis/HG00699.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008731#sample/cram"}],"status":"current","subject":{"reference":"Patient/cc22d171-ac01-5b2e-9898-d82f4fcdc665"},"resourceType":"DocumentReference"} +{"id":"f0959a94-ecd8-55ad-9a7e-1fd87704a44f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00701/analysis/HG00701.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008733#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dd786566-f411-56ab-a19a-494a7a265dda"},"resourceType":"DocumentReference"} +{"id":"85830283-d4fa-5dca-b87c-5bc236ec5b1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00701/analysis/HG00701.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008733#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dd786566-f411-56ab-a19a-494a7a265dda"},"resourceType":"DocumentReference"} +{"id":"12897338-5fec-5d09-904d-c053660a4a8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00701/analysis/HG00701.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008733#sample/cram"}],"status":"current","subject":{"reference":"Patient/dd786566-f411-56ab-a19a-494a7a265dda"},"resourceType":"DocumentReference"} +{"id":"170b2e67-fdd5-5db0-bf2b-6840da9b91cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00704/analysis/HG00704.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008736#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6884d053-1fa5-58cd-b96c-c0f299d41a87"},"resourceType":"DocumentReference"} +{"id":"addfb650-ed69-5869-b3d0-c64bbbfc509d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00704/analysis/HG00704.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008736#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6884d053-1fa5-58cd-b96c-c0f299d41a87"},"resourceType":"DocumentReference"} +{"id":"51b7b160-124b-5c6d-8bc1-52d647940663","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00704/analysis/HG00704.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008736#sample/cram"}],"status":"current","subject":{"reference":"Patient/6884d053-1fa5-58cd-b96c-c0f299d41a87"},"resourceType":"DocumentReference"} +{"id":"c70ebc91-7a92-5e36-ad4a-13edf7c87b3d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00705/analysis/HG00705.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008737#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3f1ba82a-d2ee-5fe7-a833-2f62a7508f1d"},"resourceType":"DocumentReference"} +{"id":"84332d6a-0394-5636-8f94-52b0bef4edf1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00705/analysis/HG00705.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008737#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3f1ba82a-d2ee-5fe7-a833-2f62a7508f1d"},"resourceType":"DocumentReference"} +{"id":"3ab4c2ca-7d5d-58ee-b344-615b10855d0a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00705/analysis/HG00705.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008737#sample/cram"}],"status":"current","subject":{"reference":"Patient/3f1ba82a-d2ee-5fe7-a833-2f62a7508f1d"},"resourceType":"DocumentReference"} +{"id":"3ca6b51e-4693-52d6-825c-2f4c164a001d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00707/analysis/HG00707.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008739#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9cbfbdc7-3f04-5359-8116-cfa96793c0d9"},"resourceType":"DocumentReference"} +{"id":"ef447311-3105-5abe-83fb-8db120f2b6e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00707/analysis/HG00707.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008739#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9cbfbdc7-3f04-5359-8116-cfa96793c0d9"},"resourceType":"DocumentReference"} +{"id":"2418326e-a92f-54a1-9dac-a359bc7011c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00707/analysis/HG00707.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008739#sample/cram"}],"status":"current","subject":{"reference":"Patient/9cbfbdc7-3f04-5359-8116-cfa96793c0d9"},"resourceType":"DocumentReference"} +{"id":"6a03eead-2f65-5445-b997-b2de3cb83564","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00708/analysis/HG00708.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008740#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d147514e-fdc6-558b-8e22-a64a6b2ac3bf"},"resourceType":"DocumentReference"} +{"id":"a9c7bf5b-1753-5268-98bc-f1efe14eb9f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00708/analysis/HG00708.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008740#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d147514e-fdc6-558b-8e22-a64a6b2ac3bf"},"resourceType":"DocumentReference"} +{"id":"80493aee-d873-54fc-aec7-04cecd5eaf6b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00708/analysis/HG00708.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008740#sample/cram"}],"status":"current","subject":{"reference":"Patient/d147514e-fdc6-558b-8e22-a64a6b2ac3bf"},"resourceType":"DocumentReference"} +{"id":"036784ba-d8ed-5a04-adf1-13645ced731c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00717/analysis/HG00717.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008743#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1af473fb-2d3d-5d62-aba9-b8e96cd84c08"},"resourceType":"DocumentReference"} +{"id":"c6b31667-5f14-5518-9b15-6f7af5d0abe9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00717/analysis/HG00717.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008743#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1af473fb-2d3d-5d62-aba9-b8e96cd84c08"},"resourceType":"DocumentReference"} +{"id":"7b9bf133-1e22-5508-8b68-4eea63fb2c1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00717/analysis/HG00717.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008743#sample/cram"}],"status":"current","subject":{"reference":"Patient/1af473fb-2d3d-5d62-aba9-b8e96cd84c08"},"resourceType":"DocumentReference"} +{"id":"1db9325b-8b10-5437-b19d-89554c2d8d17","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00731/analysis/HG00731.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008745#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4bb23239-5b25-5e22-88fd-33a5d07a4046"},"resourceType":"DocumentReference"} +{"id":"7a0e8446-dc35-5911-818a-6192a5525164","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00731/analysis/HG00731.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008745#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4bb23239-5b25-5e22-88fd-33a5d07a4046"},"resourceType":"DocumentReference"} +{"id":"64aee56e-5d11-5311-83e6-1bc0c15f9544","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00731/analysis/HG00731.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008745#sample/cram"}],"status":"current","subject":{"reference":"Patient/4bb23239-5b25-5e22-88fd-33a5d07a4046"},"resourceType":"DocumentReference"} +{"id":"24deb490-7615-51ed-a977-076950fdb90a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00732/analysis/HG00732.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008746#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5e636a8d-87a0-57b9-b643-43a41cfa8109"},"resourceType":"DocumentReference"} +{"id":"54108c3e-c5b6-5d18-814c-8b1e532de0fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00732/analysis/HG00732.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008746#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5e636a8d-87a0-57b9-b643-43a41cfa8109"},"resourceType":"DocumentReference"} +{"id":"0231de6b-bef7-5885-8934-0682ec17d18c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00732/analysis/HG00732.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008746#sample/cram"}],"status":"current","subject":{"reference":"Patient/5e636a8d-87a0-57b9-b643-43a41cfa8109"},"resourceType":"DocumentReference"} +{"id":"f8d023c4-8379-517f-9856-d17dd541ff1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00736/analysis/HG00736.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008748#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4e705a18-73a1-588a-9d0e-6e872cc67341"},"resourceType":"DocumentReference"} +{"id":"49b0c0be-3ed4-5e04-9b30-30c547d45e08","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00736/analysis/HG00736.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008748#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4e705a18-73a1-588a-9d0e-6e872cc67341"},"resourceType":"DocumentReference"} +{"id":"23756c39-7df0-5953-aacb-d09e2b308849","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00736/analysis/HG00736.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008748#sample/cram"}],"status":"current","subject":{"reference":"Patient/4e705a18-73a1-588a-9d0e-6e872cc67341"},"resourceType":"DocumentReference"} +{"id":"21ae362d-727e-504f-9049-fc0cf453f140","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00737/analysis/HG00737.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008749#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/baa27b83-bf39-5008-9532-f4d142865fc9"},"resourceType":"DocumentReference"} +{"id":"cef601a8-5358-5129-9b6c-b9ff2311d95f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00737/analysis/HG00737.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008749#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/baa27b83-bf39-5008-9532-f4d142865fc9"},"resourceType":"DocumentReference"} +{"id":"eaf8ba56-e188-57b1-b1cc-3882137e3e62","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00737/analysis/HG00737.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008749#sample/cram"}],"status":"current","subject":{"reference":"Patient/baa27b83-bf39-5008-9532-f4d142865fc9"},"resourceType":"DocumentReference"} +{"id":"7455641e-0768-5459-8da5-a40aa4ae69ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00739/analysis/HG00739.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008751#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/30f78021-c4f9-5744-b337-d0e97624e10a"},"resourceType":"DocumentReference"} +{"id":"0e8ff268-4af1-52d5-aa27-dec44973dffd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00739/analysis/HG00739.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008751#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/30f78021-c4f9-5744-b337-d0e97624e10a"},"resourceType":"DocumentReference"} +{"id":"88daffce-2bed-57b6-9987-6f19c6b3a7e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00739/analysis/HG00739.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008751#sample/cram"}],"status":"current","subject":{"reference":"Patient/30f78021-c4f9-5744-b337-d0e97624e10a"},"resourceType":"DocumentReference"} +{"id":"bf588674-5825-5b05-9a31-9c3c58de8c0b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00740/analysis/HG00740.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008752#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/59153380-fa64-5607-82a0-b579094f787e"},"resourceType":"DocumentReference"} +{"id":"ec36ba7d-b900-535e-bb54-dc8245ec1baa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00740/analysis/HG00740.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008752#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/59153380-fa64-5607-82a0-b579094f787e"},"resourceType":"DocumentReference"} +{"id":"246baa31-6e42-580c-b566-ea1200b55280","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00740/analysis/HG00740.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008752#sample/cram"}],"status":"current","subject":{"reference":"Patient/59153380-fa64-5607-82a0-b579094f787e"},"resourceType":"DocumentReference"} +{"id":"d65f2c9e-9f7c-5d14-95a6-4b08250b8199","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01047/analysis/HG01047.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008754#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7fc15341-d582-5c86-b918-cda7e2542027"},"resourceType":"DocumentReference"} +{"id":"a65e5220-913c-5830-8021-1d1649d6679a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01047/analysis/HG01047.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008754#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7fc15341-d582-5c86-b918-cda7e2542027"},"resourceType":"DocumentReference"} +{"id":"2a8a0c6f-867a-563c-853c-fbcc6a585423","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01047/analysis/HG01047.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008754#sample/cram"}],"status":"current","subject":{"reference":"Patient/7fc15341-d582-5c86-b918-cda7e2542027"},"resourceType":"DocumentReference"} +{"id":"aaf76ba3-8fea-5fd0-b2d9-c8aafe9f035c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01048/analysis/HG01048.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008755#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f2d2527a-3975-5b8e-adbf-051d4a905c69"},"resourceType":"DocumentReference"} +{"id":"23adc8f7-4fc2-5969-91f2-b0f3a4e64a37","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01048/analysis/HG01048.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008755#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f2d2527a-3975-5b8e-adbf-051d4a905c69"},"resourceType":"DocumentReference"} +{"id":"c59f0aa7-a8e2-57dd-b558-d24577738173","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01048/analysis/HG01048.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008755#sample/cram"}],"status":"current","subject":{"reference":"Patient/f2d2527a-3975-5b8e-adbf-051d4a905c69"},"resourceType":"DocumentReference"} +{"id":"f93cbc7e-6bd1-5eea-b769-1e283ad02b4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01049/analysis/HG01049.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008756#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/075cda46-9db6-5019-a526-f39505973642"},"resourceType":"DocumentReference"} +{"id":"768c4b32-72bb-5405-82a7-0ec3d1002163","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01049/analysis/HG01049.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008756#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/075cda46-9db6-5019-a526-f39505973642"},"resourceType":"DocumentReference"} +{"id":"f928f1f1-a899-57fc-9b0a-f9c94aa06a70","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01049/analysis/HG01049.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008756#sample/cram"}],"status":"current","subject":{"reference":"Patient/075cda46-9db6-5019-a526-f39505973642"},"resourceType":"DocumentReference"} +{"id":"c5c2bfe3-5837-59bc-a645-0ab4a7431b82","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01054/analysis/HG01054.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008758#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ef8eb7ee-06bc-537e-8f38-407fc5776d55"},"resourceType":"DocumentReference"} +{"id":"d0ccc4f4-4f12-52bd-8472-bc736af4147f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01054/analysis/HG01054.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008758#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ef8eb7ee-06bc-537e-8f38-407fc5776d55"},"resourceType":"DocumentReference"} +{"id":"3f41a5ae-66af-552e-86af-a8ff1b87921a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01054/analysis/HG01054.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008758#sample/cram"}],"status":"current","subject":{"reference":"Patient/ef8eb7ee-06bc-537e-8f38-407fc5776d55"},"resourceType":"DocumentReference"} +{"id":"879e36aa-d7d3-596b-b478-e74baf650064","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01055/analysis/HG01055.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008759#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/51180823-03c1-5f6c-99da-6748d91aed78"},"resourceType":"DocumentReference"} +{"id":"616d0bed-962c-5959-b301-96e2f1a720f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01055/analysis/HG01055.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008759#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/51180823-03c1-5f6c-99da-6748d91aed78"},"resourceType":"DocumentReference"} +{"id":"a998808b-228b-5038-9984-b1b2524dfe2f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01055/analysis/HG01055.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008759#sample/cram"}],"status":"current","subject":{"reference":"Patient/51180823-03c1-5f6c-99da-6748d91aed78"},"resourceType":"DocumentReference"} +{"id":"5693fc9b-e69f-5baf-b753-3904f9d4da4e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01066/analysis/HG01066.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008761#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1816ab57-cc58-5b51-a0a7-5aa4ed3d24c4"},"resourceType":"DocumentReference"} +{"id":"c7a1f031-74f0-5c99-8695-d1759f078ae3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01066/analysis/HG01066.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008761#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1816ab57-cc58-5b51-a0a7-5aa4ed3d24c4"},"resourceType":"DocumentReference"} +{"id":"4419e06b-d4ba-5fbb-a538-21cb11119723","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01066/analysis/HG01066.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008761#sample/cram"}],"status":"current","subject":{"reference":"Patient/1816ab57-cc58-5b51-a0a7-5aa4ed3d24c4"},"resourceType":"DocumentReference"} +{"id":"dbe58625-da19-5f09-ac59-e17e3590ffa5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01067/analysis/HG01067.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008762#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e7baffd7-68c0-56f9-91bd-36e4aaf4ffef"},"resourceType":"DocumentReference"} +{"id":"d1e6c51e-9869-5b97-826a-fbe018e0c03c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01067/analysis/HG01067.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008762#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e7baffd7-68c0-56f9-91bd-36e4aaf4ffef"},"resourceType":"DocumentReference"} +{"id":"d454c854-d3b9-50a9-ad0a-2b4a5aa5bda1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01067/analysis/HG01067.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008762#sample/cram"}],"status":"current","subject":{"reference":"Patient/e7baffd7-68c0-56f9-91bd-36e4aaf4ffef"},"resourceType":"DocumentReference"} +{"id":"40899139-7621-568f-84c0-096b9eca2b29","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01079/analysis/HG01079.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008764#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1f24e703-3407-50c6-aa8e-d761d69c6d82"},"resourceType":"DocumentReference"} +{"id":"547764c6-5cbd-569a-a5b6-60a603cd5bb4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01079/analysis/HG01079.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008764#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1f24e703-3407-50c6-aa8e-d761d69c6d82"},"resourceType":"DocumentReference"} +{"id":"9751d8f1-f03e-51df-9f52-081b5d1cfef4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01079/analysis/HG01079.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008764#sample/cram"}],"status":"current","subject":{"reference":"Patient/1f24e703-3407-50c6-aa8e-d761d69c6d82"},"resourceType":"DocumentReference"} +{"id":"115679aa-9eba-52b0-9afd-26a31bd7755a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01080/analysis/HG01080.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008765#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6f2ad48b-bdea-5c68-8e6e-b285bf80ea62"},"resourceType":"DocumentReference"} +{"id":"7de97fb8-1b83-59f2-a2c6-30ee84884787","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01080/analysis/HG01080.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008765#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6f2ad48b-bdea-5c68-8e6e-b285bf80ea62"},"resourceType":"DocumentReference"} +{"id":"de4709c0-0731-5536-993f-40944f1a30b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01080/analysis/HG01080.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008765#sample/cram"}],"status":"current","subject":{"reference":"Patient/6f2ad48b-bdea-5c68-8e6e-b285bf80ea62"},"resourceType":"DocumentReference"} +{"id":"def42176-ac5f-5f60-bb6c-723ad17df7e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01097/analysis/HG01097.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008767#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0c31ff70-72e6-5d53-b239-50e31c839f7b"},"resourceType":"DocumentReference"} +{"id":"80905e49-bc5e-584d-b935-a2bfb7710514","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01097/analysis/HG01097.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008767#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0c31ff70-72e6-5d53-b239-50e31c839f7b"},"resourceType":"DocumentReference"} +{"id":"c0797bae-0d7a-5723-884d-bf027498f87b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01097/analysis/HG01097.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008767#sample/cram"}],"status":"current","subject":{"reference":"Patient/0c31ff70-72e6-5d53-b239-50e31c839f7b"},"resourceType":"DocumentReference"} +{"id":"0d378e66-f493-5838-a17c-c02e7a16a308","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01098/analysis/HG01098.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008768#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5d8ed576-c979-5218-958a-7f0f98e95772"},"resourceType":"DocumentReference"} +{"id":"cd6bf242-2123-5a1f-9376-0f2bde0492e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01098/analysis/HG01098.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008768#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5d8ed576-c979-5218-958a-7f0f98e95772"},"resourceType":"DocumentReference"} +{"id":"97ad7e56-daab-519d-aef2-2e82fc9b8b31","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01098/analysis/HG01098.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008768#sample/cram"}],"status":"current","subject":{"reference":"Patient/5d8ed576-c979-5218-958a-7f0f98e95772"},"resourceType":"DocumentReference"} +{"id":"b53fcdf8-675c-5544-92e6-57d8a6556dd1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19913/analysis/NA19913.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008784#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ba9ef38a-f073-538a-981a-534fc1db972a"},"resourceType":"DocumentReference"} +{"id":"50fc27d0-4b03-510b-b83c-ae9e293dca78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA19913/analysis/NA19913.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008784#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ba9ef38a-f073-538a-981a-534fc1db972a"},"resourceType":"DocumentReference"} +{"id":"85fdbd31-5bd1-5181-a49b-eecf08646385","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA19913/analysis/NA19913.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008784#sample/cram"}],"status":"current","subject":{"reference":"Patient/ba9ef38a-f073-538a-981a-534fc1db972a"},"resourceType":"DocumentReference"} +{"id":"166092a7-5a7f-5fb5-85f5-e7e4b4fc2f47","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20274/analysis/NA20274.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008786#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ea63e32b-9a0a-5690-9b35-56cb7a598ca8"},"resourceType":"DocumentReference"} +{"id":"41c4d133-4706-5f0a-8e89-7b1cce622ef7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20274/analysis/NA20274.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008786#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ea63e32b-9a0a-5690-9b35-56cb7a598ca8"},"resourceType":"DocumentReference"} +{"id":"91196d08-8759-550e-b2be-3af05291d358","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20274/analysis/NA20274.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008786#sample/cram"}],"status":"current","subject":{"reference":"Patient/ea63e32b-9a0a-5690-9b35-56cb7a598ca8"},"resourceType":"DocumentReference"} +{"id":"b91b3e8d-87ce-534d-a955-d8b0b5896382","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20318/analysis/NA20318.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008790#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bb034de6-7983-56dd-9aff-47424b463edd"},"resourceType":"DocumentReference"} +{"id":"cae281a4-7f02-5031-986e-9619e4bbe03a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20318/analysis/NA20318.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008790#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bb034de6-7983-56dd-9aff-47424b463edd"},"resourceType":"DocumentReference"} +{"id":"61eb93dd-a568-5219-8229-c431ee827cd5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20318/analysis/NA20318.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008790#sample/cram"}],"status":"current","subject":{"reference":"Patient/bb034de6-7983-56dd-9aff-47424b463edd"},"resourceType":"DocumentReference"} +{"id":"ae83df9a-9e1d-5783-91f9-7be14e18af3d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20320/analysis/NA20320.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008791#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fa995f5b-2269-5b2d-b5a0-0416f57242f8"},"resourceType":"DocumentReference"} +{"id":"23e790ca-8d7d-577a-b791-26a55d2ce3d8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20320/analysis/NA20320.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008791#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fa995f5b-2269-5b2d-b5a0-0416f57242f8"},"resourceType":"DocumentReference"} +{"id":"4fc58ea0-2856-543f-b40b-3de9bf9a1565","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20320/analysis/NA20320.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008791#sample/cram"}],"status":"current","subject":{"reference":"Patient/fa995f5b-2269-5b2d-b5a0-0416f57242f8"},"resourceType":"DocumentReference"} +{"id":"f10f608e-560e-5712-a7cc-15b020febe8e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20321/analysis/NA20321.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008792#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/30c0eb15-c62a-54c5-978e-c85966e54aea"},"resourceType":"DocumentReference"} +{"id":"d6d693b8-f605-5d37-8d54-1d01324450d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20321/analysis/NA20321.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008792#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/30c0eb15-c62a-54c5-978e-c85966e54aea"},"resourceType":"DocumentReference"} +{"id":"a87d9e0e-c7bc-5a7f-8df2-5566525e14da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20321/analysis/NA20321.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008792#sample/cram"}],"status":"current","subject":{"reference":"Patient/30c0eb15-c62a-54c5-978e-c85966e54aea"},"resourceType":"DocumentReference"} +{"id":"5c4f5ede-8c93-5451-9f0c-6e8f346ca4bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20355/analysis/NA20355.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008793#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8cbed54c-ad60-52d3-9356-cf7fb4cab6af"},"resourceType":"DocumentReference"} +{"id":"ef99e58e-c94a-586c-8572-db5e6ec23310","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20355/analysis/NA20355.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008793#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8cbed54c-ad60-52d3-9356-cf7fb4cab6af"},"resourceType":"DocumentReference"} +{"id":"396eaae8-78f7-527c-bb59-781571283ee6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20355/analysis/NA20355.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008793#sample/cram"}],"status":"current","subject":{"reference":"Patient/8cbed54c-ad60-52d3-9356-cf7fb4cab6af"},"resourceType":"DocumentReference"} +{"id":"6a931743-65dc-503f-99e6-6199109ad004","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20362/analysis/NA20362.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008795#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7591076c-dc9a-559f-b6c7-cea9bc3c6cf7"},"resourceType":"DocumentReference"} +{"id":"e190094e-4eb4-53ef-ac97-e93e6e975ebb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_NA20362/analysis/NA20362.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008795#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7591076c-dc9a-559f-b6c7-cea9bc3c6cf7"},"resourceType":"DocumentReference"} +{"id":"4f610475-b326-5386-a345-05049bd30b9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_NA20362/analysis/NA20362.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008795#sample/cram"}],"status":"current","subject":{"reference":"Patient/7591076c-dc9a-559f-b6c7-cea9bc3c6cf7"},"resourceType":"DocumentReference"} +{"id":"044e607d-6bed-5187-acef-0791ea002c17","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00734/analysis/HG00734.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008986#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/09fd5794-12ea-5cc1-84e4-7c49931cc354"},"resourceType":"DocumentReference"} +{"id":"61a6c759-96f1-5449-938d-28d724a4b4db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00734/analysis/HG00734.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008986#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/09fd5794-12ea-5cc1-84e4-7c49931cc354"},"resourceType":"DocumentReference"} +{"id":"56e3727f-7125-51a0-9628-5698035a82f9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00734/analysis/HG00734.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008986#sample/cram"}],"status":"current","subject":{"reference":"Patient/09fd5794-12ea-5cc1-84e4-7c49931cc354"},"resourceType":"DocumentReference"} +{"id":"aa11fff6-609f-5c0c-b14b-eacc73c3fa11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00154/analysis/HG00154.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010719#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/77c6d71e-ecdb-54dc-9b20-23aab1e5f224"},"resourceType":"DocumentReference"} +{"id":"31b608ac-82de-51ac-bc0c-afd6b3635247","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00154/analysis/HG00154.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010719#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/77c6d71e-ecdb-54dc-9b20-23aab1e5f224"},"resourceType":"DocumentReference"} +{"id":"b83ef8e5-1085-5546-9ca3-56415253ffde","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00154/analysis/HG00154.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010719#sample/cram"}],"status":"current","subject":{"reference":"Patient/77c6d71e-ecdb-54dc-9b20-23aab1e5f224"},"resourceType":"DocumentReference"} +{"id":"82426393-57a3-579c-92f4-428795f21f47","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00246/analysis/HG00246.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010720#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cfc86d76-27b8-51b2-a28b-4958b9809b39"},"resourceType":"DocumentReference"} +{"id":"61caa0a0-2013-5bf3-81a4-9577edd27b9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00246/analysis/HG00246.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010720#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cfc86d76-27b8-51b2-a28b-4958b9809b39"},"resourceType":"DocumentReference"} +{"id":"c20efb20-a239-5448-993c-257baad979bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00246/analysis/HG00246.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010720#sample/cram"}],"status":"current","subject":{"reference":"Patient/cfc86d76-27b8-51b2-a28b-4958b9809b39"},"resourceType":"DocumentReference"} +{"id":"49310b8c-731c-5680-ad1c-e922b1f8d6c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00250/analysis/HG00250.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010722#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f88b1ba7-3557-56bf-a66e-5b7627707ebc"},"resourceType":"DocumentReference"} +{"id":"602ff81a-bfb7-5ff7-8e60-05f0dae78426","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00250/analysis/HG00250.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010722#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f88b1ba7-3557-56bf-a66e-5b7627707ebc"},"resourceType":"DocumentReference"} +{"id":"c6d8f825-d9c9-5b1d-bf64-d34d9450d7ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00250/analysis/HG00250.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010722#sample/cram"}],"status":"current","subject":{"reference":"Patient/f88b1ba7-3557-56bf-a66e-5b7627707ebc"},"resourceType":"DocumentReference"} +{"id":"8749b7c5-2575-508a-b3f1-95c79e306701","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00251/analysis/HG00251.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010723#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5679a62f-4dc0-5032-b4a6-e91bf225841b"},"resourceType":"DocumentReference"} +{"id":"daf926a4-844f-52ce-9412-583afd9c7627","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00251/analysis/HG00251.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010723#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5679a62f-4dc0-5032-b4a6-e91bf225841b"},"resourceType":"DocumentReference"} +{"id":"5e49f879-5040-5e3b-9f24-388a0cb58bd1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00251/analysis/HG00251.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010723#sample/cram"}],"status":"current","subject":{"reference":"Patient/5679a62f-4dc0-5032-b4a6-e91bf225841b"},"resourceType":"DocumentReference"} +{"id":"c27cf781-13b0-5449-8b04-b7e5cf1b4e92","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00274/analysis/HG00274.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010724#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f29b1a2e-c3f0-58e3-9f39-d51e5ecdc7c3"},"resourceType":"DocumentReference"} +{"id":"5424d1a3-0331-59cb-b9ec-87945e603f31","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00274/analysis/HG00274.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010724#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f29b1a2e-c3f0-58e3-9f39-d51e5ecdc7c3"},"resourceType":"DocumentReference"} +{"id":"cfbf9bc8-8c6b-5946-9b2c-b3f31cbd1058","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00274/analysis/HG00274.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010724#sample/cram"}],"status":"current","subject":{"reference":"Patient/f29b1a2e-c3f0-58e3-9f39-d51e5ecdc7c3"},"resourceType":"DocumentReference"} +{"id":"688750e9-8b7b-52d8-b9b3-efa302766356","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00275/analysis/HG00275.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010725#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0899051c-2fed-5c0b-a86e-0b16be5fc47f"},"resourceType":"DocumentReference"} +{"id":"b91982c8-a218-5468-890b-f8eabf612f27","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00275/analysis/HG00275.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010725#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0899051c-2fed-5c0b-a86e-0b16be5fc47f"},"resourceType":"DocumentReference"} +{"id":"ce8ca38a-ba10-5d50-b0bf-5837e876021c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00275/analysis/HG00275.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010725#sample/cram"}],"status":"current","subject":{"reference":"Patient/0899051c-2fed-5c0b-a86e-0b16be5fc47f"},"resourceType":"DocumentReference"} +{"id":"fbc2ed4b-e1a0-51ec-b8d5-d571a0c5aa39","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00276/analysis/HG00276.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010726#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/790aae73-61e3-5733-a0b4-f69ba7af311a"},"resourceType":"DocumentReference"} +{"id":"ff1f7485-d273-5778-a545-690394e88181","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00276/analysis/HG00276.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010726#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/790aae73-61e3-5733-a0b4-f69ba7af311a"},"resourceType":"DocumentReference"} +{"id":"42dd6e6d-cf0a-5159-85f4-369efd13fa31","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00276/analysis/HG00276.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010726#sample/cram"}],"status":"current","subject":{"reference":"Patient/790aae73-61e3-5733-a0b4-f69ba7af311a"},"resourceType":"DocumentReference"} +{"id":"17232833-a706-5067-80c7-12ca15eb1592","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00277/analysis/HG00277.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010727#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fe7b952f-565b-5f15-8cc0-4c18a79443ca"},"resourceType":"DocumentReference"} +{"id":"f3e08e26-88b8-5a6d-900d-d0cfaba282d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00277/analysis/HG00277.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010727#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fe7b952f-565b-5f15-8cc0-4c18a79443ca"},"resourceType":"DocumentReference"} +{"id":"2067541e-a0de-5392-b73d-6ce2bd1f7e6e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00277/analysis/HG00277.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010727#sample/cram"}],"status":"current","subject":{"reference":"Patient/fe7b952f-565b-5f15-8cc0-4c18a79443ca"},"resourceType":"DocumentReference"} +{"id":"d8951d48-878d-5099-8fd5-60669c65737a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00278/analysis/HG00278.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010728#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9600a564-c495-59c9-8601-9c4fac1dc1b6"},"resourceType":"DocumentReference"} +{"id":"4bfa230c-b8b9-54d4-97d7-bcb30e8a2b3e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00278/analysis/HG00278.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010728#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9600a564-c495-59c9-8601-9c4fac1dc1b6"},"resourceType":"DocumentReference"} +{"id":"84e24733-33d4-5f1b-b554-30b38a1ef558","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00278/analysis/HG00278.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010728#sample/cram"}],"status":"current","subject":{"reference":"Patient/9600a564-c495-59c9-8601-9c4fac1dc1b6"},"resourceType":"DocumentReference"} +{"id":"b8bab449-d647-54ea-8af4-9855511412f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00280/analysis/HG00280.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010729#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8b93dcde-d36f-515d-ae9b-cc419e4a407e"},"resourceType":"DocumentReference"} +{"id":"2cbd2d70-1a45-5814-912f-c00387139764","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00280/analysis/HG00280.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010729#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8b93dcde-d36f-515d-ae9b-cc419e4a407e"},"resourceType":"DocumentReference"} +{"id":"3b1884e5-5cd3-50b6-be66-eeaf8e20b63d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00280/analysis/HG00280.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010729#sample/cram"}],"status":"current","subject":{"reference":"Patient/8b93dcde-d36f-515d-ae9b-cc419e4a407e"},"resourceType":"DocumentReference"} +{"id":"cdc3cb98-6100-5858-a3ec-a1e18ff35e99","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00281/analysis/HG00281.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010730#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/567a89e7-1a84-5690-86aa-42e5867647ee"},"resourceType":"DocumentReference"} +{"id":"8c1de9a8-ecfd-5102-a207-1ea1d54eea4b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00281/analysis/HG00281.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010730#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/567a89e7-1a84-5690-86aa-42e5867647ee"},"resourceType":"DocumentReference"} +{"id":"87af5401-7111-507e-9b47-63b5b6d8a64f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00281/analysis/HG00281.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010730#sample/cram"}],"status":"current","subject":{"reference":"Patient/567a89e7-1a84-5690-86aa-42e5867647ee"},"resourceType":"DocumentReference"} +{"id":"ce46b7f8-2f86-592e-b893-c551f883f8fc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00282/analysis/HG00282.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010731#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/64e66549-759f-59dd-a5d1-32f81cf19a26"},"resourceType":"DocumentReference"} +{"id":"62cfbd48-d289-5210-8b8d-322d890611f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00282/analysis/HG00282.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010731#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/64e66549-759f-59dd-a5d1-32f81cf19a26"},"resourceType":"DocumentReference"} +{"id":"1f4d7912-52fc-5cb9-8887-4940f434c5d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00282/analysis/HG00282.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010731#sample/cram"}],"status":"current","subject":{"reference":"Patient/64e66549-759f-59dd-a5d1-32f81cf19a26"},"resourceType":"DocumentReference"} +{"id":"1273fe1b-d18f-5291-a98f-c7c458328640","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00284/analysis/HG00284.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010732#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/de29609f-fca4-5621-80d2-8909392aadf1"},"resourceType":"DocumentReference"} +{"id":"9ee88dc9-7c99-598e-bc48-78d21969a2c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00284/analysis/HG00284.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010732#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/de29609f-fca4-5621-80d2-8909392aadf1"},"resourceType":"DocumentReference"} +{"id":"ac092102-0709-530f-a23e-f4578234ed8c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00284/analysis/HG00284.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010732#sample/cram"}],"status":"current","subject":{"reference":"Patient/de29609f-fca4-5621-80d2-8909392aadf1"},"resourceType":"DocumentReference"} +{"id":"3fc37890-ee54-5314-8a6d-86f6db6cfdd8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00285/analysis/HG00285.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010733#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8fd73ebe-a360-5500-ac66-9be350f106ef"},"resourceType":"DocumentReference"} +{"id":"3863fd7f-a7f6-5155-9ee9-4d8e5483d20b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00285/analysis/HG00285.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010733#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8fd73ebe-a360-5500-ac66-9be350f106ef"},"resourceType":"DocumentReference"} +{"id":"7e88c4dc-16a4-5951-a532-1ed3c4914c78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00285/analysis/HG00285.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010733#sample/cram"}],"status":"current","subject":{"reference":"Patient/8fd73ebe-a360-5500-ac66-9be350f106ef"},"resourceType":"DocumentReference"} +{"id":"f2e086ff-f581-56f6-82ef-7f269d370854","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00310/analysis/HG00310.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010734#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/26bff4b3-ec40-5ab9-b158-b8d9a2dca4e9"},"resourceType":"DocumentReference"} +{"id":"f4ec685a-b043-519a-8d5a-f52af6e85cd4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00310/analysis/HG00310.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010734#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/26bff4b3-ec40-5ab9-b158-b8d9a2dca4e9"},"resourceType":"DocumentReference"} +{"id":"51454929-7c34-5c2c-a6eb-73e52d3db86d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00310/analysis/HG00310.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010734#sample/cram"}],"status":"current","subject":{"reference":"Patient/26bff4b3-ec40-5ab9-b158-b8d9a2dca4e9"},"resourceType":"DocumentReference"} +{"id":"69e4e289-6117-5b23-9e0b-cf1648245c96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00324/analysis/HG00324.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010735#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9e51cb6f-4501-579e-9768-8a6030a36060"},"resourceType":"DocumentReference"} +{"id":"a9e3d345-4127-55ce-9e49-c1016d398659","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00324/analysis/HG00324.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010735#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9e51cb6f-4501-579e-9768-8a6030a36060"},"resourceType":"DocumentReference"} +{"id":"a1efaa9a-76e3-529d-9ed8-6e2cbcc6decc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00324/analysis/HG00324.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010735#sample/cram"}],"status":"current","subject":{"reference":"Patient/9e51cb6f-4501-579e-9768-8a6030a36060"},"resourceType":"DocumentReference"} +{"id":"7ed49457-ca73-5b14-bb3e-eaa2f4ec37e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00325/analysis/HG00325.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010736#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/91c38653-821f-59c1-99f9-0432d1b29873"},"resourceType":"DocumentReference"} +{"id":"c584f587-6a73-5284-a686-dd08df48d12f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00325/analysis/HG00325.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010736#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/91c38653-821f-59c1-99f9-0432d1b29873"},"resourceType":"DocumentReference"} +{"id":"521cb702-e632-5013-bcd2-0c027b9db805","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00325/analysis/HG00325.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010736#sample/cram"}],"status":"current","subject":{"reference":"Patient/91c38653-821f-59c1-99f9-0432d1b29873"},"resourceType":"DocumentReference"} +{"id":"4eae772a-2746-5c2e-bded-c70446a3019f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00326/analysis/HG00326.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010737#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/23052124-b7c9-5ec9-8584-8905a6301cd5"},"resourceType":"DocumentReference"} +{"id":"b715c76b-519d-5210-a24d-2af5892e7ca2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00326/analysis/HG00326.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010737#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/23052124-b7c9-5ec9-8584-8905a6301cd5"},"resourceType":"DocumentReference"} +{"id":"199c538e-3846-5240-bd68-b9e7c6bba580","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00326/analysis/HG00326.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010737#sample/cram"}],"status":"current","subject":{"reference":"Patient/23052124-b7c9-5ec9-8584-8905a6301cd5"},"resourceType":"DocumentReference"} +{"id":"f030b7ae-e6c2-503b-9fe7-5cd77c1e0371","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00329/analysis/HG00329.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010738#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/60dc9d35-ee76-589c-92c3-faedafb87425"},"resourceType":"DocumentReference"} +{"id":"e7f6b8c9-8303-5268-8ee6-c4c35f8c92dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00329/analysis/HG00329.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010738#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/60dc9d35-ee76-589c-92c3-faedafb87425"},"resourceType":"DocumentReference"} +{"id":"af1ef807-3de9-5968-a087-50fdb35e1509","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00329/analysis/HG00329.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010738#sample/cram"}],"status":"current","subject":{"reference":"Patient/60dc9d35-ee76-589c-92c3-faedafb87425"},"resourceType":"DocumentReference"} +{"id":"80dd5f78-6d8a-537b-8116-d589bbe1d72a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00330/analysis/HG00330.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010739#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/354b4f39-cef1-540d-99ec-852a2b55e564"},"resourceType":"DocumentReference"} +{"id":"27e25d24-4d1d-5040-b1e0-684ffbe62a4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00330/analysis/HG00330.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010739#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/354b4f39-cef1-540d-99ec-852a2b55e564"},"resourceType":"DocumentReference"} +{"id":"a9c21691-e2a5-5645-82ee-3f0db916ed98","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00330/analysis/HG00330.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010739#sample/cram"}],"status":"current","subject":{"reference":"Patient/354b4f39-cef1-540d-99ec-852a2b55e564"},"resourceType":"DocumentReference"} +{"id":"b1b3ea54-8fdf-552e-85b2-26f885b9b4fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00331/analysis/HG00331.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010740#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/45d925a4-0f28-5d46-a6eb-599043198450"},"resourceType":"DocumentReference"} +{"id":"23e079dd-b89e-5258-a225-2ca6ff288277","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00331/analysis/HG00331.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010740#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/45d925a4-0f28-5d46-a6eb-599043198450"},"resourceType":"DocumentReference"} +{"id":"a24e32b6-8553-5e93-89a1-c694dcce16d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00331/analysis/HG00331.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010740#sample/cram"}],"status":"current","subject":{"reference":"Patient/45d925a4-0f28-5d46-a6eb-599043198450"},"resourceType":"DocumentReference"} +{"id":"f44bc0cb-005a-5108-9fef-62cf294135cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00332/analysis/HG00332.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010741#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f95c5f4f-8e33-5e78-9a35-11f5213ab4d9"},"resourceType":"DocumentReference"} +{"id":"ae29a111-16ae-5b10-a53a-d7f7b34eb748","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00332/analysis/HG00332.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010741#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f95c5f4f-8e33-5e78-9a35-11f5213ab4d9"},"resourceType":"DocumentReference"} +{"id":"50a1d9b9-8df6-568a-ac06-b3d24b096277","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00332/analysis/HG00332.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010741#sample/cram"}],"status":"current","subject":{"reference":"Patient/f95c5f4f-8e33-5e78-9a35-11f5213ab4d9"},"resourceType":"DocumentReference"} +{"id":"cac7c24f-1d56-5ac0-9a7a-2214273d40be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00334/analysis/HG00334.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010742#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/71533c14-4765-5dc0-9664-2eefccda205d"},"resourceType":"DocumentReference"} +{"id":"fcd7ba78-4e18-5e64-884e-bdce1486a715","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00334/analysis/HG00334.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010742#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/71533c14-4765-5dc0-9664-2eefccda205d"},"resourceType":"DocumentReference"} +{"id":"889b68d7-decf-5974-a4a4-0338d99587d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00334/analysis/HG00334.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010742#sample/cram"}],"status":"current","subject":{"reference":"Patient/71533c14-4765-5dc0-9664-2eefccda205d"},"resourceType":"DocumentReference"} +{"id":"bf963f36-a53f-5208-bf53-7b875a3f3166","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00341/analysis/HG00341.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010743#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/63ea20e5-d12e-5b3c-acfe-3eb342a7f386"},"resourceType":"DocumentReference"} +{"id":"a58e9e30-462a-5eae-9d4f-fb99e8d3d65c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00341/analysis/HG00341.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010743#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/63ea20e5-d12e-5b3c-acfe-3eb342a7f386"},"resourceType":"DocumentReference"} +{"id":"1a73e8eb-0533-579d-b92d-d087740c2ced","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00341/analysis/HG00341.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010743#sample/cram"}],"status":"current","subject":{"reference":"Patient/63ea20e5-d12e-5b3c-acfe-3eb342a7f386"},"resourceType":"DocumentReference"} +{"id":"04a888d7-e215-59c1-a45c-fa9c7220f84e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00383/analysis/HG00383.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010744#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/530a3fd1-cb8c-5e1b-910c-84f7b93ec5a1"},"resourceType":"DocumentReference"} +{"id":"53a18d5b-d2d9-5946-8c83-f7052b99bfc7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00383/analysis/HG00383.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010744#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/530a3fd1-cb8c-5e1b-910c-84f7b93ec5a1"},"resourceType":"DocumentReference"} +{"id":"c930d31b-18c3-5772-be5d-6aa051a482c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00383/analysis/HG00383.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010744#sample/cram"}],"status":"current","subject":{"reference":"Patient/530a3fd1-cb8c-5e1b-910c-84f7b93ec5a1"},"resourceType":"DocumentReference"} +{"id":"9032c3be-c0e0-5d85-a400-6efb39c22d45","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00551/analysis/HG00551.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010745#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/71bb8ef6-648f-5b3e-a4a9-413428cf3a40"},"resourceType":"DocumentReference"} +{"id":"1925a253-87a4-570b-8d68-02616260ceca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00551/analysis/HG00551.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010745#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/71bb8ef6-648f-5b3e-a4a9-413428cf3a40"},"resourceType":"DocumentReference"} +{"id":"fad6d5e5-502e-5cdd-8e95-39262f9973f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00551/analysis/HG00551.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010745#sample/cram"}],"status":"current","subject":{"reference":"Patient/71bb8ef6-648f-5b3e-a4a9-413428cf3a40"},"resourceType":"DocumentReference"} +{"id":"ec9fde67-29d8-57af-a46b-72f3eb05996a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01051/analysis/HG01051.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010747#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7f740e77-1113-51ee-b7be-6aad81d7fd32"},"resourceType":"DocumentReference"} +{"id":"6f307ee2-1efa-5270-9128-5a7c6af891db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01051/analysis/HG01051.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010747#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7f740e77-1113-51ee-b7be-6aad81d7fd32"},"resourceType":"DocumentReference"} +{"id":"da21c198-4fe6-533b-ab49-bb5892deb988","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01051/analysis/HG01051.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010747#sample/cram"}],"status":"current","subject":{"reference":"Patient/7f740e77-1113-51ee-b7be-6aad81d7fd32"},"resourceType":"DocumentReference"} +{"id":"f0e9c8ef-31b5-504c-985d-025cbaebb4c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01052/analysis/HG01052.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010748#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/05f84386-947d-5add-9747-71fdf4cd101d"},"resourceType":"DocumentReference"} +{"id":"19363aff-d2ba-5c9d-85ae-3f99df234196","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01052/analysis/HG01052.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010748#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/05f84386-947d-5add-9747-71fdf4cd101d"},"resourceType":"DocumentReference"} +{"id":"aa37f18d-11cc-50d5-aa67-7243b534922f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01052/analysis/HG01052.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010748#sample/cram"}],"status":"current","subject":{"reference":"Patient/05f84386-947d-5add-9747-71fdf4cd101d"},"resourceType":"DocumentReference"} +{"id":"41480b97-4a31-5d66-959b-3860d8c6db34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01060/analysis/HG01060.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010750#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9d205363-4a8e-5323-b114-a77ab4846045"},"resourceType":"DocumentReference"} +{"id":"59dea95c-b818-5f1c-85b5-34e6a198b2be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01060/analysis/HG01060.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010750#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9d205363-4a8e-5323-b114-a77ab4846045"},"resourceType":"DocumentReference"} +{"id":"e89dae97-dae7-57ed-9b21-c713ad626a7e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01060/analysis/HG01060.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010750#sample/cram"}],"status":"current","subject":{"reference":"Patient/9d205363-4a8e-5323-b114-a77ab4846045"},"resourceType":"DocumentReference"} +{"id":"9d59d8c3-8dee-5bb2-9043-e3eb8d4f9d47","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01061/analysis/HG01061.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010751#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a4a74ba4-2b77-5917-b6bf-1186f69acad7"},"resourceType":"DocumentReference"} +{"id":"6256172c-aecb-5d36-a4f1-08fa8cbf0d78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01061/analysis/HG01061.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010751#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a4a74ba4-2b77-5917-b6bf-1186f69acad7"},"resourceType":"DocumentReference"} +{"id":"8217ff0f-244e-510b-a411-c2420ee1bae7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01061/analysis/HG01061.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010751#sample/cram"}],"status":"current","subject":{"reference":"Patient/a4a74ba4-2b77-5917-b6bf-1186f69acad7"},"resourceType":"DocumentReference"} +{"id":"f0bd0e6b-5899-5bdd-a973-85d4ed668548","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01069/analysis/HG01069.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010753#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0953b48c-a9d5-5d36-b2ee-0d48d9a0be25"},"resourceType":"DocumentReference"} +{"id":"321186c3-c60c-596d-b762-8702f02e3d79","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01069/analysis/HG01069.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010753#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0953b48c-a9d5-5d36-b2ee-0d48d9a0be25"},"resourceType":"DocumentReference"} +{"id":"0d2475ee-c220-5ba8-afcb-28e73ee95dcb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01069/analysis/HG01069.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010753#sample/cram"}],"status":"current","subject":{"reference":"Patient/0953b48c-a9d5-5d36-b2ee-0d48d9a0be25"},"resourceType":"DocumentReference"} +{"id":"a3a02cdc-84c2-5053-a525-8fa7542043b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01070/analysis/HG01070.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010754#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c4b43491-2a53-561f-9196-4e3b026418cb"},"resourceType":"DocumentReference"} +{"id":"da1e3b1a-0b1b-5dba-b7b1-0c82ca97efe6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01070/analysis/HG01070.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010754#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c4b43491-2a53-561f-9196-4e3b026418cb"},"resourceType":"DocumentReference"} +{"id":"1785bb27-7d20-5a0b-9283-d725f4396ecb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01070/analysis/HG01070.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010754#sample/cram"}],"status":"current","subject":{"reference":"Patient/c4b43491-2a53-561f-9196-4e3b026418cb"},"resourceType":"DocumentReference"} +{"id":"2eebf0a8-8a9f-5977-8275-7b9e6773e2e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01072/analysis/HG01072.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010756#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5849bbb7-c914-583f-95d6-337437d84bab"},"resourceType":"DocumentReference"} +{"id":"311f177a-80eb-5f5a-83c1-652a3d469109","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01072/analysis/HG01072.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010756#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5849bbb7-c914-583f-95d6-337437d84bab"},"resourceType":"DocumentReference"} +{"id":"8f0382d0-85cd-5516-8ea9-e719cd07f7d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01072/analysis/HG01072.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010756#sample/cram"}],"status":"current","subject":{"reference":"Patient/5849bbb7-c914-583f-95d6-337437d84bab"},"resourceType":"DocumentReference"} +{"id":"eed2dc23-28c9-5c0f-af2c-e54eda0d3000","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01073/analysis/HG01073.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010757#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c4d11d03-d55f-5cb3-bd1d-ccfe26458d20"},"resourceType":"DocumentReference"} +{"id":"fbecd113-2b9d-5ed6-a86a-e48058f48649","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01073/analysis/HG01073.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010757#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c4d11d03-d55f-5cb3-bd1d-ccfe26458d20"},"resourceType":"DocumentReference"} +{"id":"2b1dfb82-8200-5903-bec3-b101a2031b0b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01073/analysis/HG01073.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010757#sample/cram"}],"status":"current","subject":{"reference":"Patient/c4d11d03-d55f-5cb3-bd1d-ccfe26458d20"},"resourceType":"DocumentReference"} +{"id":"8e5dac31-f1a6-53d0-b0b1-a1fcbcd2d3ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01075/analysis/HG01075.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010759#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/041d665e-8278-5ca6-b14c-7c7e9c3a7712"},"resourceType":"DocumentReference"} +{"id":"d0049cfa-7171-5a5d-8ba1-7864454a74d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01075/analysis/HG01075.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010759#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/041d665e-8278-5ca6-b14c-7c7e9c3a7712"},"resourceType":"DocumentReference"} +{"id":"f823ed3c-0749-5d28-87c7-04548df05844","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01075/analysis/HG01075.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010759#sample/cram"}],"status":"current","subject":{"reference":"Patient/041d665e-8278-5ca6-b14c-7c7e9c3a7712"},"resourceType":"DocumentReference"} +{"id":"f60ed89b-220e-5eef-9efa-99d73b78fa22","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01082/analysis/HG01082.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010760#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/93e6dac6-e034-5b8d-8674-42ffe626f7b2"},"resourceType":"DocumentReference"} +{"id":"25f82a1d-74f5-50e5-b157-2666363ef6b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01082/analysis/HG01082.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010760#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/93e6dac6-e034-5b8d-8674-42ffe626f7b2"},"resourceType":"DocumentReference"} +{"id":"0640c310-f6fb-5f38-a58a-94a2f4e8656b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01082/analysis/HG01082.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010760#sample/cram"}],"status":"current","subject":{"reference":"Patient/93e6dac6-e034-5b8d-8674-42ffe626f7b2"},"resourceType":"DocumentReference"} +{"id":"7b135716-aad5-5964-85f4-718a9b58e005","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01083/analysis/HG01083.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010761#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/66626522-ac5b-5a19-8730-a2ea6bf1fba2"},"resourceType":"DocumentReference"} +{"id":"1457358d-b4bd-5023-864f-48ca13c3b7fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01083/analysis/HG01083.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010761#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/66626522-ac5b-5a19-8730-a2ea6bf1fba2"},"resourceType":"DocumentReference"} +{"id":"d3905399-1e19-5985-a1c7-b4378098c906","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01083/analysis/HG01083.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010761#sample/cram"}],"status":"current","subject":{"reference":"Patient/66626522-ac5b-5a19-8730-a2ea6bf1fba2"},"resourceType":"DocumentReference"} +{"id":"1255c6f5-17f4-59c5-8268-3002dece5bc4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01085/analysis/HG01085.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010763#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/601ca1b3-c2ce-5a0e-8bd3-629fda6e74ee"},"resourceType":"DocumentReference"} +{"id":"9a8bd4c5-cc42-5c43-ab8e-411474cd5b20","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01085/analysis/HG01085.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010763#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/601ca1b3-c2ce-5a0e-8bd3-629fda6e74ee"},"resourceType":"DocumentReference"} +{"id":"0a03ce0e-8e70-5a76-a9a8-b80e5d00d0ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01085/analysis/HG01085.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010763#sample/cram"}],"status":"current","subject":{"reference":"Patient/601ca1b3-c2ce-5a0e-8bd3-629fda6e74ee"},"resourceType":"DocumentReference"} +{"id":"f9fc4fda-b05c-5eff-ba8f-838e24d68b7a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01086/analysis/HG01086.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010764#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9b2dc246-bb80-5c4f-92a0-e64b492212c2"},"resourceType":"DocumentReference"} +{"id":"0282a613-0bcf-5960-ad3c-15657618f936","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01086/analysis/HG01086.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010764#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9b2dc246-bb80-5c4f-92a0-e64b492212c2"},"resourceType":"DocumentReference"} +{"id":"5b1dcafb-a00f-5f41-9069-06d1c3ce9cc6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01086/analysis/HG01086.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010764#sample/cram"}],"status":"current","subject":{"reference":"Patient/9b2dc246-bb80-5c4f-92a0-e64b492212c2"},"resourceType":"DocumentReference"} +{"id":"4c30d124-7ce4-5522-a96d-13a7708665fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01094/analysis/HG01094.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010766#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/59f41194-f12b-5aa9-a0db-38fa4d70c3ad"},"resourceType":"DocumentReference"} +{"id":"400f2d13-a65c-556a-b01a-7a0e6cf8d208","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01094/analysis/HG01094.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010766#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/59f41194-f12b-5aa9-a0db-38fa4d70c3ad"},"resourceType":"DocumentReference"} +{"id":"8f1da622-b56c-5bd3-9bc0-169d5f9ac395","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01094/analysis/HG01094.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010766#sample/cram"}],"status":"current","subject":{"reference":"Patient/59f41194-f12b-5aa9-a0db-38fa4d70c3ad"},"resourceType":"DocumentReference"} +{"id":"bd3e8bd1-40d6-5a83-abe4-9fca3bd1fc1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01095/analysis/HG01095.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010767#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2cad0ceb-db4b-5282-9e3a-934dbf454216"},"resourceType":"DocumentReference"} +{"id":"4ed35135-b239-569f-a3fa-98a7572eea7d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01095/analysis/HG01095.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010767#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2cad0ceb-db4b-5282-9e3a-934dbf454216"},"resourceType":"DocumentReference"} +{"id":"6544a557-6ef7-565e-8357-06979e2c48ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01095/analysis/HG01095.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010767#sample/cram"}],"status":"current","subject":{"reference":"Patient/2cad0ceb-db4b-5282-9e3a-934dbf454216"},"resourceType":"DocumentReference"} +{"id":"de49c15e-6574-55bd-80b0-3b499ae6cedf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01101/analysis/HG01101.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010770#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ddcf714c-fb66-5dc6-8534-e8b8ab996353"},"resourceType":"DocumentReference"} +{"id":"4e6b308a-04f7-578c-98d9-92df29ada867","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01101/analysis/HG01101.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010770#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ddcf714c-fb66-5dc6-8534-e8b8ab996353"},"resourceType":"DocumentReference"} +{"id":"47691e66-6128-5e72-8e43-7423692d6680","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01101/analysis/HG01101.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010770#sample/cram"}],"status":"current","subject":{"reference":"Patient/ddcf714c-fb66-5dc6-8534-e8b8ab996353"},"resourceType":"DocumentReference"} +{"id":"4eb08728-3c52-5419-9ec3-1c1a0e661d32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01102/analysis/HG01102.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010771#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/92168aba-22ce-5d14-9092-3a2b2a0cc027"},"resourceType":"DocumentReference"} +{"id":"cac95807-2d02-56ca-8e43-614a738689b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01102/analysis/HG01102.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010771#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/92168aba-22ce-5d14-9092-3a2b2a0cc027"},"resourceType":"DocumentReference"} +{"id":"e34e9eb1-1af3-5e87-907d-5a99ef32e2b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01102/analysis/HG01102.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010771#sample/cram"}],"status":"current","subject":{"reference":"Patient/92168aba-22ce-5d14-9092-3a2b2a0cc027"},"resourceType":"DocumentReference"} +{"id":"7a563798-a50a-546f-ab4f-0c39074c4418","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01104/analysis/HG01104.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010773#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c3ca345b-0108-53a6-82b4-1eb7e284cfc3"},"resourceType":"DocumentReference"} +{"id":"6c85682f-8f19-5938-b12e-8b907cc9c338","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01104/analysis/HG01104.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010773#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c3ca345b-0108-53a6-82b4-1eb7e284cfc3"},"resourceType":"DocumentReference"} +{"id":"022201d9-1dd3-5221-9d98-7aa045433850","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01104/analysis/HG01104.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010773#sample/cram"}],"status":"current","subject":{"reference":"Patient/c3ca345b-0108-53a6-82b4-1eb7e284cfc3"},"resourceType":"DocumentReference"} +{"id":"a0222a7d-ba8c-59fe-9e7a-bacd07d80990","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01105/analysis/HG01105.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010774#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3651a3ce-372d-517a-908a-70658bf1bfad"},"resourceType":"DocumentReference"} +{"id":"106caee3-ae67-56e2-a5a9-058b28153128","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01105/analysis/HG01105.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010774#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3651a3ce-372d-517a-908a-70658bf1bfad"},"resourceType":"DocumentReference"} +{"id":"962e7cf6-e5c6-583e-9f6e-ed127876b7c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01105/analysis/HG01105.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010774#sample/cram"}],"status":"current","subject":{"reference":"Patient/3651a3ce-372d-517a-908a-70658bf1bfad"},"resourceType":"DocumentReference"} +{"id":"3a1190c1-7a26-5390-b3e5-c560ebed2e40","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01107/analysis/HG01107.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010776#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/94ca96d8-d088-577f-ac44-1f91f00c66a5"},"resourceType":"DocumentReference"} +{"id":"57994802-5012-556b-8665-b1e59f0763dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01107/analysis/HG01107.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010776#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/94ca96d8-d088-577f-ac44-1f91f00c66a5"},"resourceType":"DocumentReference"} +{"id":"306aa8b7-f3c0-511d-a3c1-8e1161927c2b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01107/analysis/HG01107.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010776#sample/cram"}],"status":"current","subject":{"reference":"Patient/94ca96d8-d088-577f-ac44-1f91f00c66a5"},"resourceType":"DocumentReference"} +{"id":"e7f983d6-126b-54f9-b561-d5527f8aead1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01108/analysis/HG01108.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010777#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aed611c3-e238-5c7f-9a11-2736bd69b5ea"},"resourceType":"DocumentReference"} +{"id":"897f32ff-1a37-549d-b262-fbf63c1227cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01108/analysis/HG01108.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010777#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aed611c3-e238-5c7f-9a11-2736bd69b5ea"},"resourceType":"DocumentReference"} +{"id":"c4a07dd0-a0ef-5c1d-b323-0537dbb508e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01108/analysis/HG01108.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010777#sample/cram"}],"status":"current","subject":{"reference":"Patient/aed611c3-e238-5c7f-9a11-2736bd69b5ea"},"resourceType":"DocumentReference"} +{"id":"91c6a41b-f1cd-5a80-a472-420979702a39","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01110/analysis/HG01110.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010779#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e9a67235-0814-5850-9827-2daecbecdffe"},"resourceType":"DocumentReference"} +{"id":"ed0870a0-7f84-5712-9f4a-6334dbc05708","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01110/analysis/HG01110.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010779#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e9a67235-0814-5850-9827-2daecbecdffe"},"resourceType":"DocumentReference"} +{"id":"f654e63a-0bff-5a0c-8a73-4a19920b8314","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01110/analysis/HG01110.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010779#sample/cram"}],"status":"current","subject":{"reference":"Patient/e9a67235-0814-5850-9827-2daecbecdffe"},"resourceType":"DocumentReference"} +{"id":"62b1eae5-3e64-5cb5-bf94-2f0cc2e4bca6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01111/analysis/HG01111.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010780#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2d3f3f0a-dce1-516a-bd31-d5b5ada403cb"},"resourceType":"DocumentReference"} +{"id":"0499a0ad-a2ec-590c-91ce-0579656f1b6d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01111/analysis/HG01111.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010780#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2d3f3f0a-dce1-516a-bd31-d5b5ada403cb"},"resourceType":"DocumentReference"} +{"id":"8d9e7098-359f-533e-95d2-ae1f8f146926","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01111/analysis/HG01111.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010780#sample/cram"}],"status":"current","subject":{"reference":"Patient/2d3f3f0a-dce1-516a-bd31-d5b5ada403cb"},"resourceType":"DocumentReference"} +{"id":"6d7094de-43d4-5b9b-9397-4ad166f8eec4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01112/analysis/HG01112.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010781#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2c4e9e0f-2b05-5c88-b0f0-8f2a31eb2d73"},"resourceType":"DocumentReference"} +{"id":"9bd60e8b-6159-5099-a9d5-c6d380029172","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01112/analysis/HG01112.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010781#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2c4e9e0f-2b05-5c88-b0f0-8f2a31eb2d73"},"resourceType":"DocumentReference"} +{"id":"0cf7664a-7109-578f-a703-898c8030766a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01112/analysis/HG01112.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010781#sample/cram"}],"status":"current","subject":{"reference":"Patient/2c4e9e0f-2b05-5c88-b0f0-8f2a31eb2d73"},"resourceType":"DocumentReference"} +{"id":"4bd5a073-1172-5227-ab60-bf1c08cc4e9f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01113/analysis/HG01113.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010782#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/75628cf8-ef74-552c-b44e-4e01404db96f"},"resourceType":"DocumentReference"} +{"id":"9a7386ae-154f-5890-be7f-98d55090ecd4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01113/analysis/HG01113.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010782#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/75628cf8-ef74-552c-b44e-4e01404db96f"},"resourceType":"DocumentReference"} +{"id":"4da01a90-092f-5941-b1e6-fe8707362315","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01113/analysis/HG01113.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010782#sample/cram"}],"status":"current","subject":{"reference":"Patient/75628cf8-ef74-552c-b44e-4e01404db96f"},"resourceType":"DocumentReference"} +{"id":"b4b09435-c2a1-5c00-b942-72df1449a079","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01124/analysis/HG01124.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010784#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/843fbe2e-2f84-53d5-99f1-96e175fba62f"},"resourceType":"DocumentReference"} +{"id":"910f3100-fdf4-5ad6-921d-4550106e297d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01124/analysis/HG01124.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010784#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/843fbe2e-2f84-53d5-99f1-96e175fba62f"},"resourceType":"DocumentReference"} +{"id":"220c59f3-ca16-5331-9fc6-57a03d07eb32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01124/analysis/HG01124.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010784#sample/cram"}],"status":"current","subject":{"reference":"Patient/843fbe2e-2f84-53d5-99f1-96e175fba62f"},"resourceType":"DocumentReference"} +{"id":"63124530-c00a-58d8-b754-a5927fa39f21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01125/analysis/HG01125.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010785#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b4ced3c5-1d14-5bd4-a4e2-cfd4d989d134"},"resourceType":"DocumentReference"} +{"id":"5b021fc5-acb0-5392-bd35-ec3816cf67be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01125/analysis/HG01125.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010785#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b4ced3c5-1d14-5bd4-a4e2-cfd4d989d134"},"resourceType":"DocumentReference"} +{"id":"6ebc5da6-4707-55a5-8cbc-0191ed55b75f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01125/analysis/HG01125.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010785#sample/cram"}],"status":"current","subject":{"reference":"Patient/b4ced3c5-1d14-5bd4-a4e2-cfd4d989d134"},"resourceType":"DocumentReference"} +{"id":"b86e4def-2f78-51cb-a79b-a876e55281bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01133/analysis/HG01133.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010787#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2419305c-c5f6-55dd-a3cc-797de2516c35"},"resourceType":"DocumentReference"} +{"id":"1f8669bf-a766-5b90-b039-901da68382d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01133/analysis/HG01133.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010787#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2419305c-c5f6-55dd-a3cc-797de2516c35"},"resourceType":"DocumentReference"} +{"id":"978c4929-7016-5c24-92bb-fe99a023fe04","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01133/analysis/HG01133.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010787#sample/cram"}],"status":"current","subject":{"reference":"Patient/2419305c-c5f6-55dd-a3cc-797de2516c35"},"resourceType":"DocumentReference"} +{"id":"b677c680-b840-508c-b208-59b7e5de2d13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01134/analysis/HG01134.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010788#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/37f763d7-0448-55c7-a9d1-28adcacc655a"},"resourceType":"DocumentReference"} +{"id":"9cc8d69c-3997-53ad-82d5-5e1fb3306eff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01134/analysis/HG01134.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010788#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/37f763d7-0448-55c7-a9d1-28adcacc655a"},"resourceType":"DocumentReference"} +{"id":"ec5f112f-512a-5393-a7cb-c3df1610971e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01134/analysis/HG01134.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010788#sample/cram"}],"status":"current","subject":{"reference":"Patient/37f763d7-0448-55c7-a9d1-28adcacc655a"},"resourceType":"DocumentReference"} +{"id":"123da468-ef53-523b-8c71-0e4b8f8b5cb9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01136/analysis/HG01136.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010790#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cef50bdc-f4cf-5015-9fa7-2dd8e87a3eb1"},"resourceType":"DocumentReference"} +{"id":"ddee3ad0-e1ef-5809-afd2-6d679a067f26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01136/analysis/HG01136.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010790#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cef50bdc-f4cf-5015-9fa7-2dd8e87a3eb1"},"resourceType":"DocumentReference"} +{"id":"488191dd-d0f1-53c0-b4a2-21eed366cb13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01136/analysis/HG01136.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010790#sample/cram"}],"status":"current","subject":{"reference":"Patient/cef50bdc-f4cf-5015-9fa7-2dd8e87a3eb1"},"resourceType":"DocumentReference"} +{"id":"e98f2f2b-0eff-5ef1-b093-22fbbde80485","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01137/analysis/HG01137.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010791#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b7ebc2d0-c1ba-54ba-aa05-cccab3bb3e6a"},"resourceType":"DocumentReference"} +{"id":"48723ad3-57ba-5e9c-8a75-e3431355a9bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01137/analysis/HG01137.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010791#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b7ebc2d0-c1ba-54ba-aa05-cccab3bb3e6a"},"resourceType":"DocumentReference"} +{"id":"b201e124-d9d0-54e2-94a3-c0da0419ebb0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01137/analysis/HG01137.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010791#sample/cram"}],"status":"current","subject":{"reference":"Patient/b7ebc2d0-c1ba-54ba-aa05-cccab3bb3e6a"},"resourceType":"DocumentReference"} +{"id":"a20e166d-04c0-5a4b-a2eb-ed7e57b9d4d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01139/analysis/HG01139.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010793#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/afbd362e-341e-576b-8bb3-c7a065e7f2f0"},"resourceType":"DocumentReference"} +{"id":"d33972b7-dd59-5c85-b200-667f9eca7bc5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01139/analysis/HG01139.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010793#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/afbd362e-341e-576b-8bb3-c7a065e7f2f0"},"resourceType":"DocumentReference"} +{"id":"f4c6858e-c43a-5adb-83e5-6247af80f419","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01139/analysis/HG01139.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010793#sample/cram"}],"status":"current","subject":{"reference":"Patient/afbd362e-341e-576b-8bb3-c7a065e7f2f0"},"resourceType":"DocumentReference"} +{"id":"f4f7f4f6-47ef-51be-a50e-e9706b082625","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01140/analysis/HG01140.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010794#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f41ac33d-f20c-5599-8fe7-15645b275ddf"},"resourceType":"DocumentReference"} +{"id":"b9766971-f78e-5016-9499-5d2ae9c72060","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01140/analysis/HG01140.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010794#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f41ac33d-f20c-5599-8fe7-15645b275ddf"},"resourceType":"DocumentReference"} +{"id":"64e8175b-fd6d-57ab-aebc-1c63d4907ee8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01140/analysis/HG01140.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010794#sample/cram"}],"status":"current","subject":{"reference":"Patient/f41ac33d-f20c-5599-8fe7-15645b275ddf"},"resourceType":"DocumentReference"} +{"id":"0c914ea3-4e01-5a4b-8e1d-7268120be209","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01148/analysis/HG01148.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010796#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8e346c20-0803-5f06-89ea-ac430b2989d0"},"resourceType":"DocumentReference"} +{"id":"9ecb3017-e346-54c3-aacc-538de081ea3e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01148/analysis/HG01148.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010796#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8e346c20-0803-5f06-89ea-ac430b2989d0"},"resourceType":"DocumentReference"} +{"id":"5872ba3f-ba02-56fd-8f08-78034dfedbf7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01148/analysis/HG01148.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010796#sample/cram"}],"status":"current","subject":{"reference":"Patient/8e346c20-0803-5f06-89ea-ac430b2989d0"},"resourceType":"DocumentReference"} +{"id":"d5888cf1-b892-5697-b9a8-42b4e95391c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01149/analysis/HG01149.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010797#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7c938b78-c3a2-57a2-bf02-d0481c3ac6f5"},"resourceType":"DocumentReference"} +{"id":"cc316315-eb10-5d4f-9c1f-e661ca63e35c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01149/analysis/HG01149.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010797#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7c938b78-c3a2-57a2-bf02-d0481c3ac6f5"},"resourceType":"DocumentReference"} +{"id":"3632b77f-0cdc-551b-b503-8c8362a9d171","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01149/analysis/HG01149.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010797#sample/cram"}],"status":"current","subject":{"reference":"Patient/7c938b78-c3a2-57a2-bf02-d0481c3ac6f5"},"resourceType":"DocumentReference"} +{"id":"497f8c7a-3274-5fea-8cb5-7d30a7903847","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01167/analysis/HG01167.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010799#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ab598c54-1707-525b-9c47-53a02d368dd0"},"resourceType":"DocumentReference"} +{"id":"2b424ffc-f3ba-5826-b3b7-5ad196415b44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01167/analysis/HG01167.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010799#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ab598c54-1707-525b-9c47-53a02d368dd0"},"resourceType":"DocumentReference"} +{"id":"0d91b41f-7b2e-51aa-b901-54ab4684779f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01167/analysis/HG01167.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010799#sample/cram"}],"status":"current","subject":{"reference":"Patient/ab598c54-1707-525b-9c47-53a02d368dd0"},"resourceType":"DocumentReference"} +{"id":"14876322-1f75-5d69-bb49-0af00b2336b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01168/analysis/HG01168.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010800#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c13e3a9d-e261-5d2f-a657-5f04e86a56d0"},"resourceType":"DocumentReference"} +{"id":"c9de30dc-a810-5ca2-bd93-541d404364be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01168/analysis/HG01168.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010800#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c13e3a9d-e261-5d2f-a657-5f04e86a56d0"},"resourceType":"DocumentReference"} +{"id":"f52d305a-240e-5693-bb55-8c1d10915239","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01168/analysis/HG01168.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010800#sample/cram"}],"status":"current","subject":{"reference":"Patient/c13e3a9d-e261-5d2f-a657-5f04e86a56d0"},"resourceType":"DocumentReference"} +{"id":"a0ece46d-57c9-5289-9b4a-023969ced39d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01170/analysis/HG01170.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010802#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/90fec841-a3f2-5855-abb8-52125dcea875"},"resourceType":"DocumentReference"} +{"id":"e2564d5e-5236-53e6-8097-1e23046e01b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01170/analysis/HG01170.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010802#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/90fec841-a3f2-5855-abb8-52125dcea875"},"resourceType":"DocumentReference"} +{"id":"6dfa20e4-7c3b-5800-9878-58ef7ecc9520","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01170/analysis/HG01170.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010802#sample/cram"}],"status":"current","subject":{"reference":"Patient/90fec841-a3f2-5855-abb8-52125dcea875"},"resourceType":"DocumentReference"} +{"id":"52bf89d5-7ad1-5d47-8eae-1f6c3741bc2f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01171/analysis/HG01171.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010803#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7a3878b5-c33b-5115-b446-fede4402b55f"},"resourceType":"DocumentReference"} +{"id":"8d84d211-93ac-5fe2-987a-fccb61425111","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01171/analysis/HG01171.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010803#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7a3878b5-c33b-5115-b446-fede4402b55f"},"resourceType":"DocumentReference"} +{"id":"c32d708f-8689-55b5-8960-378ad197a8eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01171/analysis/HG01171.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010803#sample/cram"}],"status":"current","subject":{"reference":"Patient/7a3878b5-c33b-5115-b446-fede4402b55f"},"resourceType":"DocumentReference"} +{"id":"a6a41c3d-3862-590e-82ae-fd685bb6bd7e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01173/analysis/HG01173.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010805#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/95c44f8b-276b-5b51-ab44-62e79bd88e3f"},"resourceType":"DocumentReference"} +{"id":"03660d39-61f3-5f8d-affc-8e4eb89188fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01173/analysis/HG01173.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010805#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/95c44f8b-276b-5b51-ab44-62e79bd88e3f"},"resourceType":"DocumentReference"} +{"id":"9478f6e2-8f49-5605-90cd-94d8822c6b1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01173/analysis/HG01173.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010805#sample/cram"}],"status":"current","subject":{"reference":"Patient/95c44f8b-276b-5b51-ab44-62e79bd88e3f"},"resourceType":"DocumentReference"} +{"id":"aff38090-ac9b-503f-950e-ec3c2f78a887","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01174/analysis/HG01174.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010806#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1f80f705-e4a4-582b-943f-0d443579f004"},"resourceType":"DocumentReference"} +{"id":"f2b35ff4-57a1-5cb2-8d92-e7c04a6d7c60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01174/analysis/HG01174.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010806#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1f80f705-e4a4-582b-943f-0d443579f004"},"resourceType":"DocumentReference"} +{"id":"e339a27e-8bd1-500e-b321-8133768ed0e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01174/analysis/HG01174.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010806#sample/cram"}],"status":"current","subject":{"reference":"Patient/1f80f705-e4a4-582b-943f-0d443579f004"},"resourceType":"DocumentReference"} +{"id":"9cb6f8de-de70-5941-9ea1-dbc216b73e3a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01176/analysis/HG01176.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010808#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/431173aa-b7d8-5112-91aa-14f64407192e"},"resourceType":"DocumentReference"} +{"id":"f2e05f22-660b-5b7b-81c4-3c2a9fea747c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01176/analysis/HG01176.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010808#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/431173aa-b7d8-5112-91aa-14f64407192e"},"resourceType":"DocumentReference"} +{"id":"25bb2da2-d94a-5155-b642-d5fd3a0b669f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01176/analysis/HG01176.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010808#sample/cram"}],"status":"current","subject":{"reference":"Patient/431173aa-b7d8-5112-91aa-14f64407192e"},"resourceType":"DocumentReference"} +{"id":"20ea0b5a-01de-5af7-a9bf-e977004af0fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01177/analysis/HG01177.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010809#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4592072f-f53b-596c-8d6b-9899609c3756"},"resourceType":"DocumentReference"} +{"id":"54cf8233-08ca-5cfa-a401-1df0283e1bea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01177/analysis/HG01177.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010809#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4592072f-f53b-596c-8d6b-9899609c3756"},"resourceType":"DocumentReference"} +{"id":"11fbc4af-48c7-5141-9db1-6b10ab9ef1ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01177/analysis/HG01177.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010809#sample/cram"}],"status":"current","subject":{"reference":"Patient/4592072f-f53b-596c-8d6b-9899609c3756"},"resourceType":"DocumentReference"} +{"id":"51e72a1c-e4f9-58db-8d45-751d55e6eb55","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01182/analysis/HG01182.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010814#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ac61fd7a-1662-54a7-89b1-5fb490f77874"},"resourceType":"DocumentReference"} +{"id":"79ecfb60-944d-5c94-a531-3587bcef3798","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01182/analysis/HG01182.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010814#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ac61fd7a-1662-54a7-89b1-5fb490f77874"},"resourceType":"DocumentReference"} +{"id":"8b553f3f-3152-5686-b9fa-9151c89357b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01182/analysis/HG01182.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010814#sample/cram"}],"status":"current","subject":{"reference":"Patient/ac61fd7a-1662-54a7-89b1-5fb490f77874"},"resourceType":"DocumentReference"} +{"id":"49c9eaf1-d457-5cf0-85f7-851127c07615","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01183/analysis/HG01183.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010815#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2f0f25bb-95ca-571b-be96-276039cdf79e"},"resourceType":"DocumentReference"} +{"id":"2bf56e08-e1ab-5430-ae72-a8f496da49b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01183/analysis/HG01183.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010815#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2f0f25bb-95ca-571b-be96-276039cdf79e"},"resourceType":"DocumentReference"} +{"id":"8e455eb3-a1b8-539b-be53-5cf45364a992","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01183/analysis/HG01183.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010815#sample/cram"}],"status":"current","subject":{"reference":"Patient/2f0f25bb-95ca-571b-be96-276039cdf79e"},"resourceType":"DocumentReference"} +{"id":"8e03d355-21b9-5150-a22f-ec39354648c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01187/analysis/HG01187.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010817#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3e2cf521-b214-573e-a1a7-847aae7bcbc2"},"resourceType":"DocumentReference"} +{"id":"ea024f22-33c3-5f6e-99c4-dcd99b58a215","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01187/analysis/HG01187.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010817#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3e2cf521-b214-573e-a1a7-847aae7bcbc2"},"resourceType":"DocumentReference"} +{"id":"c166b7cd-c738-5874-aa2c-3f954696b52b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01187/analysis/HG01187.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010817#sample/cram"}],"status":"current","subject":{"reference":"Patient/3e2cf521-b214-573e-a1a7-847aae7bcbc2"},"resourceType":"DocumentReference"} +{"id":"b396c8f8-9801-5583-b8a9-9bfedab2cf66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01188/analysis/HG01188.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010818#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/75036af4-b0c7-5657-828b-00c1c90176da"},"resourceType":"DocumentReference"} +{"id":"09cc1be7-ad70-5842-b110-0d20083bd1fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01188/analysis/HG01188.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010818#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/75036af4-b0c7-5657-828b-00c1c90176da"},"resourceType":"DocumentReference"} +{"id":"73639fa8-0cf3-505a-a4c2-35bbb70d0373","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01188/analysis/HG01188.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010818#sample/cram"}],"status":"current","subject":{"reference":"Patient/75036af4-b0c7-5657-828b-00c1c90176da"},"resourceType":"DocumentReference"} +{"id":"86de5743-b90b-5fed-8c87-7e988c1335b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01190/analysis/HG01190.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010820#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/39fe88bb-0b04-575f-a483-431e1b4bf3f6"},"resourceType":"DocumentReference"} +{"id":"dd4a12dc-ec18-53ed-8b73-a58926daebcf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01190/analysis/HG01190.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010820#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/39fe88bb-0b04-575f-a483-431e1b4bf3f6"},"resourceType":"DocumentReference"} +{"id":"7bda57a2-7e3e-5c5c-83b0-984e389cbe7c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01190/analysis/HG01190.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010820#sample/cram"}],"status":"current","subject":{"reference":"Patient/39fe88bb-0b04-575f-a483-431e1b4bf3f6"},"resourceType":"DocumentReference"} +{"id":"2a997736-2dd7-5f9b-b5bc-3c9072425125","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01191/analysis/HG01191.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010821#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/41f7ab36-1309-5936-a0ae-31771d672888"},"resourceType":"DocumentReference"} +{"id":"602be5c4-a5cd-57f4-aef4-1eeef6c54554","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01191/analysis/HG01191.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010821#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/41f7ab36-1309-5936-a0ae-31771d672888"},"resourceType":"DocumentReference"} +{"id":"d11e77bc-aa57-5513-845d-8ce4c0b14b3a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01191/analysis/HG01191.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010821#sample/cram"}],"status":"current","subject":{"reference":"Patient/41f7ab36-1309-5936-a0ae-31771d672888"},"resourceType":"DocumentReference"} +{"id":"b76f19c1-6049-528b-9dfe-cacee4b07865","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01197/analysis/HG01197.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010823#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/17e8cbaf-03ae-5ba2-938c-b5a75834a4d4"},"resourceType":"DocumentReference"} +{"id":"b3e6532e-2989-5bd9-a57e-2b7a92b34135","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01197/analysis/HG01197.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010823#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/17e8cbaf-03ae-5ba2-938c-b5a75834a4d4"},"resourceType":"DocumentReference"} +{"id":"b2dbcf3b-8f86-515e-baf8-6fd489bcc064","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01197/analysis/HG01197.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010823#sample/cram"}],"status":"current","subject":{"reference":"Patient/17e8cbaf-03ae-5ba2-938c-b5a75834a4d4"},"resourceType":"DocumentReference"} +{"id":"26f12fe3-27d9-56e8-a053-6ea119fa456e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01198/analysis/HG01198.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010824#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cf60f329-6708-54cb-b96d-b6ab887e3829"},"resourceType":"DocumentReference"} +{"id":"553b892f-63d1-5ac7-b337-1c0869a78d09","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01198/analysis/HG01198.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010824#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cf60f329-6708-54cb-b96d-b6ab887e3829"},"resourceType":"DocumentReference"} +{"id":"974cd3df-0ba1-5f8a-8f9d-09ec9226ab6e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01198/analysis/HG01198.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010824#sample/cram"}],"status":"current","subject":{"reference":"Patient/cf60f329-6708-54cb-b96d-b6ab887e3829"},"resourceType":"DocumentReference"} +{"id":"b644919b-b7c4-578c-bf4c-d72ccf4d37c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01204/analysis/HG01204.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010826#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1f4f43b9-2a96-54da-b264-a103a66a90ed"},"resourceType":"DocumentReference"} +{"id":"6416726b-d74a-5818-a161-741660df0ac5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01204/analysis/HG01204.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010826#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1f4f43b9-2a96-54da-b264-a103a66a90ed"},"resourceType":"DocumentReference"} +{"id":"c8514968-8e1d-570d-aa78-633d6c239411","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01204/analysis/HG01204.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010826#sample/cram"}],"status":"current","subject":{"reference":"Patient/1f4f43b9-2a96-54da-b264-a103a66a90ed"},"resourceType":"DocumentReference"} +{"id":"357c9355-44fe-5525-975c-a60a5a1a6e28","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01205/analysis/HG01205.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010827#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5da38b64-cb81-57c0-9e84-fbdd6c434bf6"},"resourceType":"DocumentReference"} +{"id":"f9e00c37-0c11-5715-bf78-6fa561627420","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01205/analysis/HG01205.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010827#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5da38b64-cb81-57c0-9e84-fbdd6c434bf6"},"resourceType":"DocumentReference"} +{"id":"471b7470-7508-5fed-80c7-6c0de633a835","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01205/analysis/HG01205.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010827#sample/cram"}],"status":"current","subject":{"reference":"Patient/5da38b64-cb81-57c0-9e84-fbdd6c434bf6"},"resourceType":"DocumentReference"} +{"id":"6afd2a10-6556-5a03-ad96-3c4dbc084b51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01241/analysis/HG01241.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010829#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c26261ec-e9b0-52ff-9ad7-c8c32c866aa3"},"resourceType":"DocumentReference"} +{"id":"7229035e-2c23-537f-8728-17c2223053a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01241/analysis/HG01241.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010829#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c26261ec-e9b0-52ff-9ad7-c8c32c866aa3"},"resourceType":"DocumentReference"} +{"id":"f59bedbb-afd3-50ee-a366-449c20a3db6e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01241/analysis/HG01241.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010829#sample/cram"}],"status":"current","subject":{"reference":"Patient/c26261ec-e9b0-52ff-9ad7-c8c32c866aa3"},"resourceType":"DocumentReference"} +{"id":"2a42d010-6de3-58f4-b038-7e2510532908","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01242/analysis/HG01242.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010830#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/07478407-fe38-50e8-ad96-3820e3bb707b"},"resourceType":"DocumentReference"} +{"id":"63c0704d-6b1c-5171-8446-67af2fe4e4d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01242/analysis/HG01242.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010830#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/07478407-fe38-50e8-ad96-3820e3bb707b"},"resourceType":"DocumentReference"} +{"id":"a9da9b10-2748-5d5a-8c87-d69ac3124e58","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01242/analysis/HG01242.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010830#sample/cram"}],"status":"current","subject":{"reference":"Patient/07478407-fe38-50e8-ad96-3820e3bb707b"},"resourceType":"DocumentReference"} +{"id":"a0bb1282-5411-57c0-aceb-387a8c56ccb2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01247/analysis/HG01247.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010832#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7905e58d-8445-550e-b645-297dea0fcaf9"},"resourceType":"DocumentReference"} +{"id":"953472d2-413d-55eb-bf68-349949f64385","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01247/analysis/HG01247.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010832#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7905e58d-8445-550e-b645-297dea0fcaf9"},"resourceType":"DocumentReference"} +{"id":"113ee686-a5bc-55b7-be01-c9352456b5f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01247/analysis/HG01247.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010832#sample/cram"}],"status":"current","subject":{"reference":"Patient/7905e58d-8445-550e-b645-297dea0fcaf9"},"resourceType":"DocumentReference"} +{"id":"62ab3e54-3bfe-54ab-ab9b-745b8678a981","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01248/analysis/HG01248.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010833#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a005d789-b9cc-5815-9a29-bda99cf9ba24"},"resourceType":"DocumentReference"} +{"id":"f0556f54-a8a6-5e61-abe9-43aca97e3557","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01248/analysis/HG01248.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010833#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a005d789-b9cc-5815-9a29-bda99cf9ba24"},"resourceType":"DocumentReference"} +{"id":"72dee5e4-2288-5072-981c-09965037c797","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01248/analysis/HG01248.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010833#sample/cram"}],"status":"current","subject":{"reference":"Patient/a005d789-b9cc-5815-9a29-bda99cf9ba24"},"resourceType":"DocumentReference"} +{"id":"7ef488e8-8954-54a3-97f9-9fb721e2699a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01250/analysis/HG01250.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010835#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/be5eafb2-bcec-56f4-91c0-7c151fa1731a"},"resourceType":"DocumentReference"} +{"id":"7940a7d9-588a-53ae-87a5-b18c85209ec4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01250/analysis/HG01250.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010835#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/be5eafb2-bcec-56f4-91c0-7c151fa1731a"},"resourceType":"DocumentReference"} +{"id":"d190f15f-7485-5ed8-bd26-a59072e92c51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01250/analysis/HG01250.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010835#sample/cram"}],"status":"current","subject":{"reference":"Patient/be5eafb2-bcec-56f4-91c0-7c151fa1731a"},"resourceType":"DocumentReference"} +{"id":"5fd8352b-4652-520a-9476-7d7ae87435ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01251/analysis/HG01251.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010836#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/96d18ed9-3699-511d-bf49-5e84030445ec"},"resourceType":"DocumentReference"} +{"id":"2c94b8a3-e0e2-5841-b0ae-55a7bc41546b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01251/analysis/HG01251.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010836#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/96d18ed9-3699-511d-bf49-5e84030445ec"},"resourceType":"DocumentReference"} +{"id":"1a0edad9-c8f4-5cee-bf5c-5acdda6bd213","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01251/analysis/HG01251.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010836#sample/cram"}],"status":"current","subject":{"reference":"Patient/96d18ed9-3699-511d-bf49-5e84030445ec"},"resourceType":"DocumentReference"} +{"id":"4db83d39-1da0-51e4-a2e1-02542a8ac41e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01253/analysis/HG01253.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010838#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d3bd042b-bdcb-59d4-96ef-c24a71cc8a43"},"resourceType":"DocumentReference"} +{"id":"374a5989-a7e0-5cc4-bb2b-54f979216320","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01253/analysis/HG01253.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010838#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d3bd042b-bdcb-59d4-96ef-c24a71cc8a43"},"resourceType":"DocumentReference"} +{"id":"c0d5f62a-e43a-5fe6-922c-c47e63504b4c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01253/analysis/HG01253.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010838#sample/cram"}],"status":"current","subject":{"reference":"Patient/d3bd042b-bdcb-59d4-96ef-c24a71cc8a43"},"resourceType":"DocumentReference"} +{"id":"5eb38663-50be-508e-bb0e-58f84065e82f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01254/analysis/HG01254.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010839#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8f233362-06ce-546a-bdaa-691f960dc2d3"},"resourceType":"DocumentReference"} +{"id":"ddacd6ef-ecc5-5aea-befa-c55ae9b625c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01254/analysis/HG01254.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010839#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8f233362-06ce-546a-bdaa-691f960dc2d3"},"resourceType":"DocumentReference"} +{"id":"ba2bd0f0-f7ea-5225-bc60-8f0a4e7459ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01254/analysis/HG01254.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010839#sample/cram"}],"status":"current","subject":{"reference":"Patient/8f233362-06ce-546a-bdaa-691f960dc2d3"},"resourceType":"DocumentReference"} +{"id":"aa6fe5c9-d4c1-5d8d-956e-a8dbd354b8f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01256/analysis/HG01256.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010841#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a4f162cd-ef7a-5d64-b3d6-3132874661d4"},"resourceType":"DocumentReference"} +{"id":"9f403696-4b07-5135-b49b-85f4f5acc0b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01256/analysis/HG01256.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010841#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a4f162cd-ef7a-5d64-b3d6-3132874661d4"},"resourceType":"DocumentReference"} +{"id":"dee1fd3d-0f71-52b9-afb2-eace322561af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01256/analysis/HG01256.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010841#sample/cram"}],"status":"current","subject":{"reference":"Patient/a4f162cd-ef7a-5d64-b3d6-3132874661d4"},"resourceType":"DocumentReference"} +{"id":"f32f250d-3322-5fea-9332-ebd2c6550dc1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01257/analysis/HG01257.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010842#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b00853d8-d198-513c-bfc2-4e6c997e5080"},"resourceType":"DocumentReference"} +{"id":"dd361b51-6a6b-5157-ab43-906d17b5990f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01257/analysis/HG01257.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010842#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b00853d8-d198-513c-bfc2-4e6c997e5080"},"resourceType":"DocumentReference"} +{"id":"766b5aea-fbed-5aee-b8ce-6d2381158ef0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01257/analysis/HG01257.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010842#sample/cram"}],"status":"current","subject":{"reference":"Patient/b00853d8-d198-513c-bfc2-4e6c997e5080"},"resourceType":"DocumentReference"} +{"id":"43ae3da3-8e26-546c-bf3a-be093dc7c718","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01259/analysis/HG01259.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010844#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eade3cc6-afde-5e32-a66c-00589fbea6b6"},"resourceType":"DocumentReference"} +{"id":"0a98b074-169c-5317-89ff-520f668dfb1a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01259/analysis/HG01259.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010844#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eade3cc6-afde-5e32-a66c-00589fbea6b6"},"resourceType":"DocumentReference"} +{"id":"27a661f5-7a4a-5f5b-970a-b91a92f90baa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01259/analysis/HG01259.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010844#sample/cram"}],"status":"current","subject":{"reference":"Patient/eade3cc6-afde-5e32-a66c-00589fbea6b6"},"resourceType":"DocumentReference"} +{"id":"f38a1a82-5bbc-5342-8ec5-9a0a8de7077f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01260/analysis/HG01260.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010845#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f91e0439-37d0-52b3-af9f-4cc1844382ac"},"resourceType":"DocumentReference"} +{"id":"b2cdb1b9-c765-5b7e-a99e-0d57bb9fffe0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01260/analysis/HG01260.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010845#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f91e0439-37d0-52b3-af9f-4cc1844382ac"},"resourceType":"DocumentReference"} +{"id":"aa1bca21-dbdb-5811-a61b-253b5ad0bfbb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01260/analysis/HG01260.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010845#sample/cram"}],"status":"current","subject":{"reference":"Patient/f91e0439-37d0-52b3-af9f-4cc1844382ac"},"resourceType":"DocumentReference"} +{"id":"5807e8e8-0513-5671-a557-54b3fa9f7cdf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01271/analysis/HG01271.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010850#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d66ef753-6221-55ff-aba1-81e53dbd865a"},"resourceType":"DocumentReference"} +{"id":"c7ad591a-86d0-5708-978b-477374c6b49c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01271/analysis/HG01271.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010850#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d66ef753-6221-55ff-aba1-81e53dbd865a"},"resourceType":"DocumentReference"} +{"id":"2e07aaa9-6f83-57ba-9752-1f7595e2471d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01271/analysis/HG01271.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010850#sample/cram"}],"status":"current","subject":{"reference":"Patient/d66ef753-6221-55ff-aba1-81e53dbd865a"},"resourceType":"DocumentReference"} +{"id":"4aa79335-bf5c-5121-82e9-d99aa0a767d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01272/analysis/HG01272.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010851#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b8b75d47-820e-52c0-87c3-b268ceef3bba"},"resourceType":"DocumentReference"} +{"id":"a6b33eaf-c275-5e55-b610-5835e9ec8f0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01272/analysis/HG01272.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010851#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b8b75d47-820e-52c0-87c3-b268ceef3bba"},"resourceType":"DocumentReference"} +{"id":"f182992d-bcaf-56b9-8b97-7e23331f5f6d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01272/analysis/HG01272.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010851#sample/cram"}],"status":"current","subject":{"reference":"Patient/b8b75d47-820e-52c0-87c3-b268ceef3bba"},"resourceType":"DocumentReference"} +{"id":"cdb0aa46-7a8d-555b-a240-1b0cfe21e932","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01275/analysis/HG01275.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010854#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a3d1504a-2ca8-57b4-a66c-cc6285c2bd81"},"resourceType":"DocumentReference"} +{"id":"a6cf7e8e-53c4-5490-a4f8-875f14b739e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01275/analysis/HG01275.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010854#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a3d1504a-2ca8-57b4-a66c-cc6285c2bd81"},"resourceType":"DocumentReference"} +{"id":"1daa2124-80f0-5038-a4a7-679c5709ed4d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01275/analysis/HG01275.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010854#sample/cram"}],"status":"current","subject":{"reference":"Patient/a3d1504a-2ca8-57b4-a66c-cc6285c2bd81"},"resourceType":"DocumentReference"} +{"id":"b95bbf81-eefb-513b-b178-a313c01b4979","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01277/analysis/HG01277.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010856#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7a17f16e-2dcd-59f3-82b9-682396dd7ace"},"resourceType":"DocumentReference"} +{"id":"204f00db-7710-58df-85ae-db82e563547c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01277/analysis/HG01277.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010856#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7a17f16e-2dcd-59f3-82b9-682396dd7ace"},"resourceType":"DocumentReference"} +{"id":"c1eaa5a6-e08e-58bc-82f2-aeee2f7cb527","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01277/analysis/HG01277.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010856#sample/cram"}],"status":"current","subject":{"reference":"Patient/7a17f16e-2dcd-59f3-82b9-682396dd7ace"},"resourceType":"DocumentReference"} +{"id":"3eb140d2-34ac-58fb-87ce-3e9ceb3aa389","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01334/analysis/HG01334.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010871#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/43e2c860-3e83-5a5a-a3a1-bd6aa54f9754"},"resourceType":"DocumentReference"} +{"id":"1a5cf2dd-d469-5f0c-bbb4-c70a9b1975d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01334/analysis/HG01334.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010871#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/43e2c860-3e83-5a5a-a3a1-bd6aa54f9754"},"resourceType":"DocumentReference"} +{"id":"1355b9d0-15c0-523d-9579-5b8dd1aeff8f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01334/analysis/HG01334.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010871#sample/cram"}],"status":"current","subject":{"reference":"Patient/43e2c860-3e83-5a5a-a3a1-bd6aa54f9754"},"resourceType":"DocumentReference"} +{"id":"b427c69e-5a72-5baf-aa17-76a06daeec31","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01344/analysis/HG01344.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010872#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b34a21ec-2805-5d1c-bda6-11131281d2a8"},"resourceType":"DocumentReference"} +{"id":"18aa6637-ac68-5dce-bfb6-6e8c3228ad2f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01344/analysis/HG01344.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010872#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b34a21ec-2805-5d1c-bda6-11131281d2a8"},"resourceType":"DocumentReference"} +{"id":"169dbd01-6583-56bf-ac3a-4b301087b1e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01344/analysis/HG01344.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010872#sample/cram"}],"status":"current","subject":{"reference":"Patient/b34a21ec-2805-5d1c-bda6-11131281d2a8"},"resourceType":"DocumentReference"} +{"id":"8d6d8dfe-be7d-5438-b718-2326cb2e2772","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01345/analysis/HG01345.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010873#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ba45225d-9b1a-5266-aa2d-6d281e8259cb"},"resourceType":"DocumentReference"} +{"id":"24be58f3-a86f-5603-b812-a38f8ac03a59","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01345/analysis/HG01345.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010873#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ba45225d-9b1a-5266-aa2d-6d281e8259cb"},"resourceType":"DocumentReference"} +{"id":"318cdb54-d1d7-573f-9ca0-31a047566a78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01345/analysis/HG01345.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010873#sample/cram"}],"status":"current","subject":{"reference":"Patient/ba45225d-9b1a-5266-aa2d-6d281e8259cb"},"resourceType":"DocumentReference"} +{"id":"b877cd32-82a3-5c2d-b3c5-c2e472cdbfac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01348/analysis/HG01348.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010876#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/36004c9f-e5fe-5a54-92bd-04a7e300f659"},"resourceType":"DocumentReference"} +{"id":"628a6568-034a-5ea3-8296-4d6577a902f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01348/analysis/HG01348.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010876#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/36004c9f-e5fe-5a54-92bd-04a7e300f659"},"resourceType":"DocumentReference"} +{"id":"46d9f769-5f3d-5438-b7cf-640b17048bcd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01348/analysis/HG01348.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010876#sample/cram"}],"status":"current","subject":{"reference":"Patient/36004c9f-e5fe-5a54-92bd-04a7e300f659"},"resourceType":"DocumentReference"} +{"id":"63f532e1-ed7d-5d9b-bb50-98ed1eac02db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01356/analysis/HG01356.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010878#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/421f0d33-f383-522f-805b-05c1c13746bb"},"resourceType":"DocumentReference"} +{"id":"ddb89474-e676-54bf-8c1f-18684e71b35c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01356/analysis/HG01356.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010878#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/421f0d33-f383-522f-805b-05c1c13746bb"},"resourceType":"DocumentReference"} +{"id":"8b65d254-45f4-59e8-8ede-fc1382225536","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01356/analysis/HG01356.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010878#sample/cram"}],"status":"current","subject":{"reference":"Patient/421f0d33-f383-522f-805b-05c1c13746bb"},"resourceType":"DocumentReference"} +{"id":"2d5b2f99-72aa-569a-83dc-40a8187b77e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01357/analysis/HG01357.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010879#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/390dd651-16ad-5624-9752-169a59a982c8"},"resourceType":"DocumentReference"} +{"id":"98a3ed70-44e6-5955-b752-b052e72de4ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01357/analysis/HG01357.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010879#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/390dd651-16ad-5624-9752-169a59a982c8"},"resourceType":"DocumentReference"} +{"id":"622713de-eca4-5029-b042-7cc42f5fa76a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01357/analysis/HG01357.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010879#sample/cram"}],"status":"current","subject":{"reference":"Patient/390dd651-16ad-5624-9752-169a59a982c8"},"resourceType":"DocumentReference"} +{"id":"e043ab93-d831-5a22-821f-73152c285f9e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01377/analysis/HG01377.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010881#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b80c4b08-d1d6-5bbe-af0d-b75d3f72c6b1"},"resourceType":"DocumentReference"} +{"id":"2f5ba3c7-de64-5edd-a4c6-756a5ee2f68c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01377/analysis/HG01377.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010881#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b80c4b08-d1d6-5bbe-af0d-b75d3f72c6b1"},"resourceType":"DocumentReference"} +{"id":"a75d4cf6-e7e6-5691-b9b2-8f9935fe4339","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01377/analysis/HG01377.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010881#sample/cram"}],"status":"current","subject":{"reference":"Patient/b80c4b08-d1d6-5bbe-af0d-b75d3f72c6b1"},"resourceType":"DocumentReference"} +{"id":"8657764f-0de6-5f51-9f2f-3975d8fb3e30","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01378/analysis/HG01378.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010882#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/35ea1fd0-fcec-5bee-9a52-760b9c71ed0b"},"resourceType":"DocumentReference"} +{"id":"a0acd6fd-be0e-5c45-95ea-d0666335a16b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01378/analysis/HG01378.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010882#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/35ea1fd0-fcec-5bee-9a52-760b9c71ed0b"},"resourceType":"DocumentReference"} +{"id":"d3fc8c7b-f1ac-502b-baa0-3187c002c4d8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01378/analysis/HG01378.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010882#sample/cram"}],"status":"current","subject":{"reference":"Patient/35ea1fd0-fcec-5bee-9a52-760b9c71ed0b"},"resourceType":"DocumentReference"} +{"id":"7a4a8356-1fc3-568d-816d-39cf88f34ffb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01383/analysis/HG01383.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010884#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5fc616a1-1355-5f25-80ce-79eb971bdcff"},"resourceType":"DocumentReference"} +{"id":"b3d72934-9769-59da-99d7-c1b7964915ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01383/analysis/HG01383.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010884#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5fc616a1-1355-5f25-80ce-79eb971bdcff"},"resourceType":"DocumentReference"} +{"id":"4a68ee04-6791-5fac-b57d-523476cc7857","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01383/analysis/HG01383.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010884#sample/cram"}],"status":"current","subject":{"reference":"Patient/5fc616a1-1355-5f25-80ce-79eb971bdcff"},"resourceType":"DocumentReference"} +{"id":"d6ebc96e-9860-50d5-9aa5-123dfdf4ff90","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01384/analysis/HG01384.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010885#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8ad224f0-17c5-500e-b55b-5128ae69d850"},"resourceType":"DocumentReference"} +{"id":"d3321d8b-c549-5f3a-999b-1f8902ecb07f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01384/analysis/HG01384.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010885#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8ad224f0-17c5-500e-b55b-5128ae69d850"},"resourceType":"DocumentReference"} +{"id":"983179da-ac01-5a5f-9fd4-081302da4b3c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01384/analysis/HG01384.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010885#sample/cram"}],"status":"current","subject":{"reference":"Patient/8ad224f0-17c5-500e-b55b-5128ae69d850"},"resourceType":"DocumentReference"} +{"id":"51551dd3-cdd6-5174-abef-401a77c220f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01341/analysis/HG01341.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074262#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b17899ec-7a32-5c69-ba57-f9532b477929"},"resourceType":"DocumentReference"} +{"id":"ffb62e8c-03c0-5072-acbf-2f54e3fefa9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01341/analysis/HG01341.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074262#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b17899ec-7a32-5c69-ba57-f9532b477929"},"resourceType":"DocumentReference"} +{"id":"0d23372c-bcf9-555e-b1c0-852f4e8dec14","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01341/analysis/HG01341.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074262#sample/cram"}],"status":"current","subject":{"reference":"Patient/b17899ec-7a32-5c69-ba57-f9532b477929"},"resourceType":"DocumentReference"} +{"id":"18f4895a-3de8-56bb-8616-6dd46d008cc5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01342/analysis/HG01342.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074263#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/19b3021f-3eb4-5b80-b2bf-bf00b69ec05a"},"resourceType":"DocumentReference"} +{"id":"b0a1160a-aa5e-5267-b8af-2c04fa7742d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01342/analysis/HG01342.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074263#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/19b3021f-3eb4-5b80-b2bf-bf00b69ec05a"},"resourceType":"DocumentReference"} +{"id":"c6d85a84-89d4-5a1e-b906-cf158f9dd8b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01342/analysis/HG01342.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074263#sample/cram"}],"status":"current","subject":{"reference":"Patient/19b3021f-3eb4-5b80-b2bf-bf00b69ec05a"},"resourceType":"DocumentReference"} +{"id":"c43e8829-7a83-5e98-b9f6-d4fe4c3f0211","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01350/analysis/HG01350.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074265#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/63ad4a6c-6a16-501e-8c91-d06bc01ce3af"},"resourceType":"DocumentReference"} +{"id":"742a39c0-130a-584d-a2d6-d5cfeae654b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01350/analysis/HG01350.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074265#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/63ad4a6c-6a16-501e-8c91-d06bc01ce3af"},"resourceType":"DocumentReference"} +{"id":"502572a3-05d6-57b4-87fa-d61385443b5d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01350/analysis/HG01350.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074265#sample/cram"}],"status":"current","subject":{"reference":"Patient/63ad4a6c-6a16-501e-8c91-d06bc01ce3af"},"resourceType":"DocumentReference"} +{"id":"a7453837-3238-5131-9561-1e6a6038f8e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01351/analysis/HG01351.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074266#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dcfc8bf1-0f52-57f8-9797-e54274d814da"},"resourceType":"DocumentReference"} +{"id":"c68ac4bb-c395-56d4-b8af-c3e7578ed7cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01351/analysis/HG01351.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074266#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dcfc8bf1-0f52-57f8-9797-e54274d814da"},"resourceType":"DocumentReference"} +{"id":"fb9181b4-9494-54ee-8afd-58aac7c10abd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01351/analysis/HG01351.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074266#sample/cram"}],"status":"current","subject":{"reference":"Patient/dcfc8bf1-0f52-57f8-9797-e54274d814da"},"resourceType":"DocumentReference"} +{"id":"3fcc10b4-8796-5b80-9da4-21e744eb1494","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01353/analysis/HG01353.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074268#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8cedd1ac-6879-5b6d-9786-da8f82d51c7d"},"resourceType":"DocumentReference"} +{"id":"4112997f-e990-5d91-81b7-539401f65fd5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01353/analysis/HG01353.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074268#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8cedd1ac-6879-5b6d-9786-da8f82d51c7d"},"resourceType":"DocumentReference"} +{"id":"f4d1e1b4-e141-5055-83e3-6409041e1151","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01353/analysis/HG01353.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074268#sample/cram"}],"status":"current","subject":{"reference":"Patient/8cedd1ac-6879-5b6d-9786-da8f82d51c7d"},"resourceType":"DocumentReference"} +{"id":"e8b44a6d-c08d-5229-a945-662503d627c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01354/analysis/HG01354.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074269#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/27c14ad0-1113-5c14-a47d-81882a9e0ec2"},"resourceType":"DocumentReference"} +{"id":"3635b1e9-6da5-5cfe-b9fc-720e24f5f254","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01354/analysis/HG01354.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074269#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/27c14ad0-1113-5c14-a47d-81882a9e0ec2"},"resourceType":"DocumentReference"} +{"id":"18481088-563a-553e-93a1-781c572eb595","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01354/analysis/HG01354.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074269#sample/cram"}],"status":"current","subject":{"reference":"Patient/27c14ad0-1113-5c14-a47d-81882a9e0ec2"},"resourceType":"DocumentReference"} +{"id":"356b7f1c-23d3-547c-9ffc-3c2e5afe15e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01359/analysis/HG01359.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074271#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1b771e72-0fbf-5579-89e8-65688670635c"},"resourceType":"DocumentReference"} +{"id":"f5462612-bcbc-5303-9306-71a109cd4312","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01359/analysis/HG01359.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074271#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1b771e72-0fbf-5579-89e8-65688670635c"},"resourceType":"DocumentReference"} +{"id":"01cc79a4-b67c-5b57-8a19-5a05c1b1b5d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01359/analysis/HG01359.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074271#sample/cram"}],"status":"current","subject":{"reference":"Patient/1b771e72-0fbf-5579-89e8-65688670635c"},"resourceType":"DocumentReference"} +{"id":"d8723a00-6831-5971-b47a-ceb9cf22f593","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01360/analysis/HG01360.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074272#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/616cb9f0-c7de-54e3-8f90-c681e6f04a8a"},"resourceType":"DocumentReference"} +{"id":"d559818e-ba5d-5c3b-943f-61d1ac1cf1be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01360/analysis/HG01360.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074272#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/616cb9f0-c7de-54e3-8f90-c681e6f04a8a"},"resourceType":"DocumentReference"} +{"id":"a7ee06ee-c66a-533c-adac-1b6f3688d3df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01360/analysis/HG01360.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074272#sample/cram"}],"status":"current","subject":{"reference":"Patient/616cb9f0-c7de-54e3-8f90-c681e6f04a8a"},"resourceType":"DocumentReference"} +{"id":"74550408-6289-544e-aeb2-96167eb22ae1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01365/analysis/HG01365.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074274#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5c5ca385-5f7b-5b68-9d7a-b94d489de24a"},"resourceType":"DocumentReference"} +{"id":"73d50895-a8ef-54bb-aa5e-4decc43e3846","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01365/analysis/HG01365.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074274#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5c5ca385-5f7b-5b68-9d7a-b94d489de24a"},"resourceType":"DocumentReference"} +{"id":"01c7d7cd-9653-5933-97f2-02607f608a16","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01365/analysis/HG01365.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074274#sample/cram"}],"status":"current","subject":{"reference":"Patient/5c5ca385-5f7b-5b68-9d7a-b94d489de24a"},"resourceType":"DocumentReference"} +{"id":"41e3a4b8-a6e3-517f-a16b-9908003497e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01366/analysis/HG01366.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074275#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4ac3bb5e-fd4e-5acd-9765-af8bc589770e"},"resourceType":"DocumentReference"} +{"id":"5e2b285d-3a4e-56a8-ad29-76535b687b49","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01366/analysis/HG01366.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074275#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4ac3bb5e-fd4e-5acd-9765-af8bc589770e"},"resourceType":"DocumentReference"} +{"id":"160927ff-6277-53cd-a6df-e6a5404409bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01366/analysis/HG01366.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074275#sample/cram"}],"status":"current","subject":{"reference":"Patient/4ac3bb5e-fd4e-5acd-9765-af8bc589770e"},"resourceType":"DocumentReference"} +{"id":"96928a91-5dde-52a8-82c1-7bd35fc083e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01374/analysis/HG01374.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074277#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8afdac77-1c1d-5b0c-9e48-0a05044f6140"},"resourceType":"DocumentReference"} +{"id":"b38b31a0-9625-5e21-8da6-b4da90778f44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01374/analysis/HG01374.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074277#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8afdac77-1c1d-5b0c-9e48-0a05044f6140"},"resourceType":"DocumentReference"} +{"id":"3e7590d0-8e6c-5935-80cf-a12af6b0a148","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01374/analysis/HG01374.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074277#sample/cram"}],"status":"current","subject":{"reference":"Patient/8afdac77-1c1d-5b0c-9e48-0a05044f6140"},"resourceType":"DocumentReference"} +{"id":"b0c23e35-e655-5544-b6a1-b7d005404944","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01375/analysis/HG01375.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074278#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/749f2f17-08ae-586b-bf36-5f3160a47917"},"resourceType":"DocumentReference"} +{"id":"07c1c26a-30e3-59a6-b43f-04165f84bdd8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01375/analysis/HG01375.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074278#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/749f2f17-08ae-586b-bf36-5f3160a47917"},"resourceType":"DocumentReference"} +{"id":"91b79433-2890-52de-ab9d-172a74d953b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01375/analysis/HG01375.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074278#sample/cram"}],"status":"current","subject":{"reference":"Patient/749f2f17-08ae-586b-bf36-5f3160a47917"},"resourceType":"DocumentReference"} +{"id":"b8a9eac3-d0e2-5b20-8445-754129f96de6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01389/analysis/HG01389.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074280#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/242d8e6a-2022-564c-8c61-2b9977960283"},"resourceType":"DocumentReference"} +{"id":"b9ab52d7-d6bb-5bd4-96cf-b11eebaa472a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01389/analysis/HG01389.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074280#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/242d8e6a-2022-564c-8c61-2b9977960283"},"resourceType":"DocumentReference"} +{"id":"3d08dbbd-e040-5dce-b615-1e550819dece","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01389/analysis/HG01389.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074280#sample/cram"}],"status":"current","subject":{"reference":"Patient/242d8e6a-2022-564c-8c61-2b9977960283"},"resourceType":"DocumentReference"} +{"id":"875449ba-c070-514b-b21f-ac30faacfe36","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01390/analysis/HG01390.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074281#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7b52f02b-3253-517d-8e24-8f53fdedbc7e"},"resourceType":"DocumentReference"} +{"id":"147f69fb-642b-5775-9d0e-6982a2703aae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01390/analysis/HG01390.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074281#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7b52f02b-3253-517d-8e24-8f53fdedbc7e"},"resourceType":"DocumentReference"} +{"id":"abb59ef8-be15-5e25-8f05-fea287c38324","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01390/analysis/HG01390.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074281#sample/cram"}],"status":"current","subject":{"reference":"Patient/7b52f02b-3253-517d-8e24-8f53fdedbc7e"},"resourceType":"DocumentReference"} +{"id":"8db52891-8a47-5296-9307-3d440671403f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01437/analysis/HG01437.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074283#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0bbd8805-a567-5a49-b00a-d96fa99f994e"},"resourceType":"DocumentReference"} +{"id":"67536d85-a3e5-5717-aa41-5ff8a61d1ca2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01437/analysis/HG01437.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074283#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0bbd8805-a567-5a49-b00a-d96fa99f994e"},"resourceType":"DocumentReference"} +{"id":"4e5b756e-d333-51c4-aa78-63efd0ff9762","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01437/analysis/HG01437.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074283#sample/cram"}],"status":"current","subject":{"reference":"Patient/0bbd8805-a567-5a49-b00a-d96fa99f994e"},"resourceType":"DocumentReference"} +{"id":"e8d06235-4404-5043-a58e-35752aff5193","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01438/analysis/HG01438.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074284#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f075713e-1c54-5a71-8836-768ddfcbecc9"},"resourceType":"DocumentReference"} +{"id":"8928dc1c-d61d-5c56-8c93-b89365a6dcb9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01438/analysis/HG01438.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074284#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f075713e-1c54-5a71-8836-768ddfcbecc9"},"resourceType":"DocumentReference"} +{"id":"06b9701f-518b-5c9c-be60-1bf3d0e4e788","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01438/analysis/HG01438.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074284#sample/cram"}],"status":"current","subject":{"reference":"Patient/f075713e-1c54-5a71-8836-768ddfcbecc9"},"resourceType":"DocumentReference"} +{"id":"92d41811-37d0-53cf-94ef-51a16ed3bf89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01440/analysis/HG01440.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074286#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ff580d56-5a3e-55d9-8966-92229f7869a4"},"resourceType":"DocumentReference"} +{"id":"ea2e416b-d964-557f-a951-13c8255af072","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01440/analysis/HG01440.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074286#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ff580d56-5a3e-55d9-8966-92229f7869a4"},"resourceType":"DocumentReference"} +{"id":"e7ec6052-6ca9-50f0-8b0e-411a077af6de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01440/analysis/HG01440.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074286#sample/cram"}],"status":"current","subject":{"reference":"Patient/ff580d56-5a3e-55d9-8966-92229f7869a4"},"resourceType":"DocumentReference"} +{"id":"93e18a92-78ee-5a47-99e3-7da42c417432","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01441/analysis/HG01441.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074287#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8247c674-2d43-5411-951b-d950484d0a9b"},"resourceType":"DocumentReference"} +{"id":"5117071c-064c-529b-a89c-b66406812c49","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01441/analysis/HG01441.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074287#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8247c674-2d43-5411-951b-d950484d0a9b"},"resourceType":"DocumentReference"} +{"id":"ebb4e16f-7393-516a-a196-180f0f13cd3e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01441/analysis/HG01441.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074287#sample/cram"}],"status":"current","subject":{"reference":"Patient/8247c674-2d43-5411-951b-d950484d0a9b"},"resourceType":"DocumentReference"} +{"id":"cefc9807-80e6-50cc-b546-70c113ad8fba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01455/analysis/HG01455.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074289#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/945c6bd8-cbc3-506f-8bb1-0cc9c7604a22"},"resourceType":"DocumentReference"} +{"id":"483dae9e-7d8d-55e6-bbde-db61c4d3f823","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01455/analysis/HG01455.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074289#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/945c6bd8-cbc3-506f-8bb1-0cc9c7604a22"},"resourceType":"DocumentReference"} +{"id":"1d43c1af-3f19-56e2-b75e-a90a3513ae9d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01455/analysis/HG01455.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074289#sample/cram"}],"status":"current","subject":{"reference":"Patient/945c6bd8-cbc3-506f-8bb1-0cc9c7604a22"},"resourceType":"DocumentReference"} +{"id":"142bef24-050e-5e75-a799-488a8fe43fa1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01456/analysis/HG01456.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074290#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/24ed38ae-8c46-5020-8a00-412cf52b09c4"},"resourceType":"DocumentReference"} +{"id":"c810448c-b745-59cb-86ca-38c7f1020926","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01456/analysis/HG01456.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074290#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/24ed38ae-8c46-5020-8a00-412cf52b09c4"},"resourceType":"DocumentReference"} +{"id":"23658bbf-503f-512b-bf33-7f5e3c11b8ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01456/analysis/HG01456.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074290#sample/cram"}],"status":"current","subject":{"reference":"Patient/24ed38ae-8c46-5020-8a00-412cf52b09c4"},"resourceType":"DocumentReference"} +{"id":"205edf0f-bccb-532e-9c4a-5ec1457e0fd1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01461/analysis/HG01461.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074292#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ea19a1e4-c8e0-5c64-b93c-4f9f3cb06ce0"},"resourceType":"DocumentReference"} +{"id":"e2e65e0c-e0f0-520d-a9fa-8c66de7b8e4c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01461/analysis/HG01461.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074292#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ea19a1e4-c8e0-5c64-b93c-4f9f3cb06ce0"},"resourceType":"DocumentReference"} +{"id":"4a799d81-e951-597b-bad0-6c14fb4fede5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01461/analysis/HG01461.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074292#sample/cram"}],"status":"current","subject":{"reference":"Patient/ea19a1e4-c8e0-5c64-b93c-4f9f3cb06ce0"},"resourceType":"DocumentReference"} +{"id":"f165a547-565e-5bd7-a307-3f3d139c70b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01462/analysis/HG01462.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074293#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c50bc12d-b6ff-5376-a89e-589a17b291df"},"resourceType":"DocumentReference"} +{"id":"03cadc33-5f69-50cf-b5f5-8c16d4f41c44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01462/analysis/HG01462.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074293#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c50bc12d-b6ff-5376-a89e-589a17b291df"},"resourceType":"DocumentReference"} +{"id":"b944a226-05ea-5124-b311-fa00f11997d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01462/analysis/HG01462.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074293#sample/cram"}],"status":"current","subject":{"reference":"Patient/c50bc12d-b6ff-5376-a89e-589a17b291df"},"resourceType":"DocumentReference"} +{"id":"9d9783cb-441e-5299-9d99-6c1f8ac2f84e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01464/analysis/HG01464.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074295#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/74f9c40d-4fa6-5d21-b860-8d16694e3858"},"resourceType":"DocumentReference"} +{"id":"29d0c44e-4fd5-5f21-80ad-93edc69d6be5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01464/analysis/HG01464.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074295#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/74f9c40d-4fa6-5d21-b860-8d16694e3858"},"resourceType":"DocumentReference"} +{"id":"60da41b8-6ea3-52f2-b088-984dabaef5ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01464/analysis/HG01464.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074295#sample/cram"}],"status":"current","subject":{"reference":"Patient/74f9c40d-4fa6-5d21-b860-8d16694e3858"},"resourceType":"DocumentReference"} +{"id":"17f8f3f8-bd4f-5c6b-aa39-1529c3096f66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01465/analysis/HG01465.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074296#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4bebb1ff-dd11-5448-8ae0-c4468c66fb36"},"resourceType":"DocumentReference"} +{"id":"3fcaf26a-527b-5cd6-8f7f-5ebdd05519a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01465/analysis/HG01465.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074296#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4bebb1ff-dd11-5448-8ae0-c4468c66fb36"},"resourceType":"DocumentReference"} +{"id":"febbedc7-6b8b-51b4-928a-204401749eb7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01465/analysis/HG01465.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074296#sample/cram"}],"status":"current","subject":{"reference":"Patient/4bebb1ff-dd11-5448-8ae0-c4468c66fb36"},"resourceType":"DocumentReference"} +{"id":"4a925897-de70-5bc4-a335-8ce9f47c1954","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01488/analysis/HG01488.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074298#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e86ed4d2-792f-541b-bc06-27f5be29b470"},"resourceType":"DocumentReference"} +{"id":"84d947ac-cab0-5a30-9298-d2992f0dd9a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01488/analysis/HG01488.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074298#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e86ed4d2-792f-541b-bc06-27f5be29b470"},"resourceType":"DocumentReference"} +{"id":"4d44462b-490a-5412-a3c1-5cff27d1b026","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01488/analysis/HG01488.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074298#sample/cram"}],"status":"current","subject":{"reference":"Patient/e86ed4d2-792f-541b-bc06-27f5be29b470"},"resourceType":"DocumentReference"} +{"id":"68ffff00-e053-5dad-bef8-8e06ba2e5c18","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01489/analysis/HG01489.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074299#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/77ea4234-f062-5342-b94f-2aad78538011"},"resourceType":"DocumentReference"} +{"id":"50d62f00-0598-5c3c-af67-9abbc7a79a9e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01489/analysis/HG01489.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074299#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/77ea4234-f062-5342-b94f-2aad78538011"},"resourceType":"DocumentReference"} +{"id":"a33cf3d3-b035-5ec5-abdd-5ba23a291934","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01489/analysis/HG01489.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074299#sample/cram"}],"status":"current","subject":{"reference":"Patient/77ea4234-f062-5342-b94f-2aad78538011"},"resourceType":"DocumentReference"} +{"id":"34ea5e80-e0fd-561f-8db7-3a9114542c5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01491/analysis/HG01491.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074301#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b7e205e7-6131-5e41-b5af-9a999e040741"},"resourceType":"DocumentReference"} +{"id":"7e5ff90a-ff83-560f-a4af-11d26263b12f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01491/analysis/HG01491.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074301#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b7e205e7-6131-5e41-b5af-9a999e040741"},"resourceType":"DocumentReference"} +{"id":"e8e8c036-1b66-5a18-a366-7edaf5ac2927","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01491/analysis/HG01491.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074301#sample/cram"}],"status":"current","subject":{"reference":"Patient/b7e205e7-6131-5e41-b5af-9a999e040741"},"resourceType":"DocumentReference"} +{"id":"a8e8096f-94cc-5180-9c17-b1ded377324e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01492/analysis/HG01492.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074302#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/177f3607-4707-5312-8512-8fddfd5c000a"},"resourceType":"DocumentReference"} +{"id":"959ee2c0-b842-5025-bc55-2d4205321382","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01492/analysis/HG01492.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074302#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/177f3607-4707-5312-8512-8fddfd5c000a"},"resourceType":"DocumentReference"} +{"id":"0721b3d6-1877-58ee-a0e3-bf751ef08b5d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01492/analysis/HG01492.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074302#sample/cram"}],"status":"current","subject":{"reference":"Patient/177f3607-4707-5312-8512-8fddfd5c000a"},"resourceType":"DocumentReference"} +{"id":"694c215f-3cb6-5b68-932c-0621dfa118e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01494/analysis/HG01494.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074304#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6e6c7a7b-20f9-5f35-8724-5d4f2b45393d"},"resourceType":"DocumentReference"} +{"id":"670a01e8-a403-5029-845b-3fa3e6ad41b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01494/analysis/HG01494.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074304#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6e6c7a7b-20f9-5f35-8724-5d4f2b45393d"},"resourceType":"DocumentReference"} +{"id":"9c478c92-8005-576b-bced-a35d66f4635c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01494/analysis/HG01494.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074304#sample/cram"}],"status":"current","subject":{"reference":"Patient/6e6c7a7b-20f9-5f35-8724-5d4f2b45393d"},"resourceType":"DocumentReference"} +{"id":"fc9c8166-b686-5ef5-bb38-9ed0702cc6e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01495/analysis/HG01495.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074305#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5ae88bd3-15b7-51cb-803a-4848fc647b88"},"resourceType":"DocumentReference"} +{"id":"00538722-ed37-51ca-81dd-d2c7b74197a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01495/analysis/HG01495.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074305#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5ae88bd3-15b7-51cb-803a-4848fc647b88"},"resourceType":"DocumentReference"} +{"id":"8dd32085-d8fe-5cdc-a632-630bff4a46c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01495/analysis/HG01495.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074305#sample/cram"}],"status":"current","subject":{"reference":"Patient/5ae88bd3-15b7-51cb-803a-4848fc647b88"},"resourceType":"DocumentReference"} +{"id":"3cc779a9-a5ea-5383-9d96-b21352970305","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01497/analysis/HG01497.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074307#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/63b2a7d5-f653-5f2b-b7c8-c5919bfea0b8"},"resourceType":"DocumentReference"} +{"id":"4c15135e-8556-5ea0-9d2a-9bce0ab04f63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01497/analysis/HG01497.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074307#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/63b2a7d5-f653-5f2b-b7c8-c5919bfea0b8"},"resourceType":"DocumentReference"} +{"id":"2f374946-4831-513f-a221-2d281f847ba8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01497/analysis/HG01497.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074307#sample/cram"}],"status":"current","subject":{"reference":"Patient/63b2a7d5-f653-5f2b-b7c8-c5919bfea0b8"},"resourceType":"DocumentReference"} +{"id":"8fec8819-e78f-58a6-8549-0750518db1c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01498/analysis/HG01498.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074308#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/24a3c95d-77ef-5370-a6e7-b5a1934239b4"},"resourceType":"DocumentReference"} +{"id":"bf8a0fcf-b144-5889-a724-88edf0fd088e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01498/analysis/HG01498.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074308#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/24a3c95d-77ef-5370-a6e7-b5a1934239b4"},"resourceType":"DocumentReference"} +{"id":"4bdb3501-6086-58d6-bd26-2cadec3f844a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01498/analysis/HG01498.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074308#sample/cram"}],"status":"current","subject":{"reference":"Patient/24a3c95d-77ef-5370-a6e7-b5a1934239b4"},"resourceType":"DocumentReference"} +{"id":"bd308a18-4ec1-5f03-bea2-c3896a88b9e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01500/analysis/HG01500.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074310#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/52df81cb-c4ee-5459-ab1f-b0a483de145f"},"resourceType":"DocumentReference"} +{"id":"db58b99b-25ea-5315-9f47-57d4749bd528","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01500/analysis/HG01500.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074310#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/52df81cb-c4ee-5459-ab1f-b0a483de145f"},"resourceType":"DocumentReference"} +{"id":"d1a52f45-9430-5af0-922d-0b7dd4dda95b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01500/analysis/HG01500.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074310#sample/cram"}],"status":"current","subject":{"reference":"Patient/52df81cb-c4ee-5459-ab1f-b0a483de145f"},"resourceType":"DocumentReference"} +{"id":"7364adac-6a2b-517e-9dbd-1e65bf01f835","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01501/analysis/HG01501.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074311#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1361416b-798e-5a3c-b476-d3265e2f3496"},"resourceType":"DocumentReference"} +{"id":"21f7907e-a2ca-5b34-9323-016a3ba403cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01501/analysis/HG01501.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074311#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1361416b-798e-5a3c-b476-d3265e2f3496"},"resourceType":"DocumentReference"} +{"id":"8a765942-45cb-5c5a-a701-ca8b55785e1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01501/analysis/HG01501.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074311#sample/cram"}],"status":"current","subject":{"reference":"Patient/1361416b-798e-5a3c-b476-d3265e2f3496"},"resourceType":"DocumentReference"} +{"id":"88506d1f-42cd-556a-9692-f1390cebcce6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01503/analysis/HG01503.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074313#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1077c3a9-3256-5326-87bb-09e8c57ae9cb"},"resourceType":"DocumentReference"} +{"id":"3b46deef-9a5b-575c-9de1-af23614e86d8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01503/analysis/HG01503.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074313#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1077c3a9-3256-5326-87bb-09e8c57ae9cb"},"resourceType":"DocumentReference"} +{"id":"4bf224ba-5361-53df-b396-8e6a9881689f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01503/analysis/HG01503.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074313#sample/cram"}],"status":"current","subject":{"reference":"Patient/1077c3a9-3256-5326-87bb-09e8c57ae9cb"},"resourceType":"DocumentReference"} +{"id":"450bf863-4c13-598e-adff-7caef8de508d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01504/analysis/HG01504.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074314#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/37a89371-7584-57ff-9299-09c79cff849c"},"resourceType":"DocumentReference"} +{"id":"a6c1f396-110f-5601-a276-407310d76fe0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01504/analysis/HG01504.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074314#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/37a89371-7584-57ff-9299-09c79cff849c"},"resourceType":"DocumentReference"} +{"id":"06dadfc1-14dc-53ca-8bea-a445a1bd85e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01504/analysis/HG01504.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074314#sample/cram"}],"status":"current","subject":{"reference":"Patient/37a89371-7584-57ff-9299-09c79cff849c"},"resourceType":"DocumentReference"} +{"id":"88b6cb31-adf4-5765-a5ba-5e0f1d422953","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01506/analysis/HG01506.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074316#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ea9bdd47-034f-5b63-a97e-cc4aa0502f7a"},"resourceType":"DocumentReference"} +{"id":"bea9d33d-d28f-5998-9fe0-54464bd45165","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01506/analysis/HG01506.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074316#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ea9bdd47-034f-5b63-a97e-cc4aa0502f7a"},"resourceType":"DocumentReference"} +{"id":"c0da508e-ec65-5d6b-af9c-68f4a23c5cbd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01506/analysis/HG01506.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074316#sample/cram"}],"status":"current","subject":{"reference":"Patient/ea9bdd47-034f-5b63-a97e-cc4aa0502f7a"},"resourceType":"DocumentReference"} +{"id":"a8da701b-7dad-5a5b-b765-94db2031f061","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01507/analysis/HG01507.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074317#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/601d0d4b-e0cc-50a2-af8d-a7e54587b5a3"},"resourceType":"DocumentReference"} +{"id":"fd504bac-191b-59e4-b54e-0181a19fc1a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01507/analysis/HG01507.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074317#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/601d0d4b-e0cc-50a2-af8d-a7e54587b5a3"},"resourceType":"DocumentReference"} +{"id":"f6d23d9c-ddf4-51fa-932c-41e17d92c87a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01507/analysis/HG01507.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074317#sample/cram"}],"status":"current","subject":{"reference":"Patient/601d0d4b-e0cc-50a2-af8d-a7e54587b5a3"},"resourceType":"DocumentReference"} +{"id":"b97b5613-cca0-514f-850e-ff14e3f033f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01509/analysis/HG01509.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074319#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/56992d78-bdd9-575b-a267-f046f3a06668"},"resourceType":"DocumentReference"} +{"id":"9a688f93-969a-561b-92f3-729c94c77f30","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01509/analysis/HG01509.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074319#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/56992d78-bdd9-575b-a267-f046f3a06668"},"resourceType":"DocumentReference"} +{"id":"cb8b56b0-a823-5c9a-9da7-528cb47e24ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01509/analysis/HG01509.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074319#sample/cram"}],"status":"current","subject":{"reference":"Patient/56992d78-bdd9-575b-a267-f046f3a06668"},"resourceType":"DocumentReference"} +{"id":"e0aaf4a6-2d1c-5125-82f3-b6a5f0d4ad79","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01510/analysis/HG01510.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074320#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c78ca117-0138-5371-b7eb-94121c009dd5"},"resourceType":"DocumentReference"} +{"id":"f1460c03-8d46-58ed-a30a-b567c19f176f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01510/analysis/HG01510.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074320#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c78ca117-0138-5371-b7eb-94121c009dd5"},"resourceType":"DocumentReference"} +{"id":"3f668a29-5164-5685-8b0c-d821cc3f6174","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01510/analysis/HG01510.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074320#sample/cram"}],"status":"current","subject":{"reference":"Patient/c78ca117-0138-5371-b7eb-94121c009dd5"},"resourceType":"DocumentReference"} +{"id":"bca64f6c-69d9-58fd-979d-dbcd5ac2d67a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01512/analysis/HG01512.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074322#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b8d6feee-1bbe-54fa-9616-e2300ba14257"},"resourceType":"DocumentReference"} +{"id":"2df8ca6f-7527-523a-9152-5a6fc9162d5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01512/analysis/HG01512.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074322#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b8d6feee-1bbe-54fa-9616-e2300ba14257"},"resourceType":"DocumentReference"} +{"id":"efbd3781-e6ec-53da-95f5-ca7411fc911f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01512/analysis/HG01512.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074322#sample/cram"}],"status":"current","subject":{"reference":"Patient/b8d6feee-1bbe-54fa-9616-e2300ba14257"},"resourceType":"DocumentReference"} +{"id":"3174fc0e-67df-5c98-82f0-fda7d5291edd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01513/analysis/HG01513.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074323#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7db34a4a-4249-5eb1-9aa0-f1c8ed98a459"},"resourceType":"DocumentReference"} +{"id":"04b0c8b2-9961-5cbc-b344-d92b635f3925","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01513/analysis/HG01513.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074323#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7db34a4a-4249-5eb1-9aa0-f1c8ed98a459"},"resourceType":"DocumentReference"} +{"id":"0628c260-b4c8-5c8b-a8d2-e993fb5b5ccd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01513/analysis/HG01513.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074323#sample/cram"}],"status":"current","subject":{"reference":"Patient/7db34a4a-4249-5eb1-9aa0-f1c8ed98a459"},"resourceType":"DocumentReference"} +{"id":"b76cee7e-9398-5bd2-8afd-3cc62b8aaeba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01515/analysis/HG01515.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074325#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2c60641d-5c17-52ee-a5e0-34b65590d836"},"resourceType":"DocumentReference"} +{"id":"3f6e5496-b2d9-56f2-aa41-618449c84a11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01515/analysis/HG01515.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074325#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2c60641d-5c17-52ee-a5e0-34b65590d836"},"resourceType":"DocumentReference"} +{"id":"61e00b1e-59e6-5879-8f0e-422820d4b22f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01515/analysis/HG01515.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074325#sample/cram"}],"status":"current","subject":{"reference":"Patient/2c60641d-5c17-52ee-a5e0-34b65590d836"},"resourceType":"DocumentReference"} +{"id":"4067cb57-3a15-58ac-941f-09a85a070eaf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01516/analysis/HG01516.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074326#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5dd35553-05f3-5ebc-b60a-cd7a37f65996"},"resourceType":"DocumentReference"} +{"id":"17b5ee42-7832-51c6-9df8-081921cc1180","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01516/analysis/HG01516.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074326#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5dd35553-05f3-5ebc-b60a-cd7a37f65996"},"resourceType":"DocumentReference"} +{"id":"7ab3004e-5012-5ba0-b366-098293844552","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01516/analysis/HG01516.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074326#sample/cram"}],"status":"current","subject":{"reference":"Patient/5dd35553-05f3-5ebc-b60a-cd7a37f65996"},"resourceType":"DocumentReference"} +{"id":"c80cfd3d-caed-5df3-b7e5-ddbb88378eaa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01518/analysis/HG01518.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074328#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d7412174-3573-5e8f-ace3-1d22c8ac16b5"},"resourceType":"DocumentReference"} +{"id":"98193f70-3ede-5fb5-bbf3-d92a796ca6f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01518/analysis/HG01518.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074328#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d7412174-3573-5e8f-ace3-1d22c8ac16b5"},"resourceType":"DocumentReference"} +{"id":"8eb1c98f-1e00-5658-af9b-109709916666","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01518/analysis/HG01518.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074328#sample/cram"}],"status":"current","subject":{"reference":"Patient/d7412174-3573-5e8f-ace3-1d22c8ac16b5"},"resourceType":"DocumentReference"} +{"id":"0b99dbdf-0441-54fa-97fc-b7ea18a283e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01519/analysis/HG01519.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074329#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7ff2a81f-2944-597a-8abe-1c43252a1462"},"resourceType":"DocumentReference"} +{"id":"e4120de4-9bd2-59a2-8503-040d2dbdde41","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01519/analysis/HG01519.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074329#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7ff2a81f-2944-597a-8abe-1c43252a1462"},"resourceType":"DocumentReference"} +{"id":"d69f5618-342b-58ed-97de-66147beca041","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01519/analysis/HG01519.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074329#sample/cram"}],"status":"current","subject":{"reference":"Patient/7ff2a81f-2944-597a-8abe-1c43252a1462"},"resourceType":"DocumentReference"} +{"id":"ac3b574b-347b-5ccc-865d-4bee36459e2e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01521/analysis/HG01521.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074331#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4f509e11-a4a1-5865-8849-5baaecceed46"},"resourceType":"DocumentReference"} +{"id":"590c429d-ba40-5973-ad84-8e73a3f51db0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01521/analysis/HG01521.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074331#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4f509e11-a4a1-5865-8849-5baaecceed46"},"resourceType":"DocumentReference"} +{"id":"76f0f774-b0f0-531d-881f-0c0d6898a85c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01521/analysis/HG01521.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074331#sample/cram"}],"status":"current","subject":{"reference":"Patient/4f509e11-a4a1-5865-8849-5baaecceed46"},"resourceType":"DocumentReference"} +{"id":"11af0044-8855-55e0-987a-8efa505e1321","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01522/analysis/HG01522.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074332#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7d8b2e08-e38a-59db-83ac-75792ad2985f"},"resourceType":"DocumentReference"} +{"id":"bd6338cd-611c-50a4-bf78-2f8f8742c540","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01522/analysis/HG01522.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074332#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7d8b2e08-e38a-59db-83ac-75792ad2985f"},"resourceType":"DocumentReference"} +{"id":"dbe89447-09e3-5c0e-a778-01c693e63209","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01522/analysis/HG01522.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074332#sample/cram"}],"status":"current","subject":{"reference":"Patient/7d8b2e08-e38a-59db-83ac-75792ad2985f"},"resourceType":"DocumentReference"} +{"id":"4d712d44-68da-5922-a8c2-30dfa959bc39","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01524/analysis/HG01524.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074334#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fe2c335d-c048-587a-90f6-45bfe0ba3db1"},"resourceType":"DocumentReference"} +{"id":"beb4f48d-75df-53b5-9e42-2a60a64d7d89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01524/analysis/HG01524.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074334#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fe2c335d-c048-587a-90f6-45bfe0ba3db1"},"resourceType":"DocumentReference"} +{"id":"c6959956-8a14-5b28-a88e-e150e0f7502c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01524/analysis/HG01524.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074334#sample/cram"}],"status":"current","subject":{"reference":"Patient/fe2c335d-c048-587a-90f6-45bfe0ba3db1"},"resourceType":"DocumentReference"} +{"id":"35480bdd-5e6a-5fac-ad61-9d16faea3a53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01525/analysis/HG01525.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074335#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/87b8e242-048f-5cb7-8650-20b0450ca195"},"resourceType":"DocumentReference"} +{"id":"ec1287d7-3304-5290-9cbc-6c3d56c3b5d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01525/analysis/HG01525.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074335#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/87b8e242-048f-5cb7-8650-20b0450ca195"},"resourceType":"DocumentReference"} +{"id":"862d9cdc-34b7-5616-b132-3c6dad9cfd41","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01525/analysis/HG01525.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074335#sample/cram"}],"status":"current","subject":{"reference":"Patient/87b8e242-048f-5cb7-8650-20b0450ca195"},"resourceType":"DocumentReference"} +{"id":"3821d202-845a-5a7e-a086-2361a693f229","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01527/analysis/HG01527.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074337#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0df129cf-d510-5b68-b1a1-2dc0ddb92915"},"resourceType":"DocumentReference"} +{"id":"916f47e0-7815-5608-b2e9-288949d832c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01527/analysis/HG01527.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074337#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0df129cf-d510-5b68-b1a1-2dc0ddb92915"},"resourceType":"DocumentReference"} +{"id":"a533be50-9d1e-52dd-8659-3d8f8bee8c4c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01527/analysis/HG01527.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074337#sample/cram"}],"status":"current","subject":{"reference":"Patient/0df129cf-d510-5b68-b1a1-2dc0ddb92915"},"resourceType":"DocumentReference"} +{"id":"cb2f3e05-9c6c-5d23-9661-952a618d7e85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01528/analysis/HG01528.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074338#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/17cb98e6-ba16-5ed2-8d61-f7745e2b661c"},"resourceType":"DocumentReference"} +{"id":"376eb2cb-f6a9-5c8c-ae03-c316ee25954e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01528/analysis/HG01528.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074338#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/17cb98e6-ba16-5ed2-8d61-f7745e2b661c"},"resourceType":"DocumentReference"} +{"id":"8def09fe-2549-5265-940a-91705dd53e74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01528/analysis/HG01528.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074338#sample/cram"}],"status":"current","subject":{"reference":"Patient/17cb98e6-ba16-5ed2-8d61-f7745e2b661c"},"resourceType":"DocumentReference"} +{"id":"12492386-6d10-5447-bceb-99ad96645432","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01530/analysis/HG01530.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074340#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/60d863a9-441f-5035-b914-25553348a6c2"},"resourceType":"DocumentReference"} +{"id":"8fb1a4cc-9523-567f-8b09-b90ad1c3d48c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01530/analysis/HG01530.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074340#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/60d863a9-441f-5035-b914-25553348a6c2"},"resourceType":"DocumentReference"} +{"id":"70bd0b97-db3d-532a-ac6d-79c89fd2124a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01530/analysis/HG01530.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074340#sample/cram"}],"status":"current","subject":{"reference":"Patient/60d863a9-441f-5035-b914-25553348a6c2"},"resourceType":"DocumentReference"} +{"id":"5798f03e-bb1c-5fad-93db-69ad86af0926","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01531/analysis/HG01531.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074341#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a5843a4c-2597-5f81-96e0-993f48434574"},"resourceType":"DocumentReference"} +{"id":"98e1c6e2-5364-575e-b298-a782d5c88e8c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01531/analysis/HG01531.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074341#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a5843a4c-2597-5f81-96e0-993f48434574"},"resourceType":"DocumentReference"} +{"id":"a84ab652-9344-5b7a-a9a6-d76309a1b984","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01531/analysis/HG01531.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074341#sample/cram"}],"status":"current","subject":{"reference":"Patient/a5843a4c-2597-5f81-96e0-993f48434574"},"resourceType":"DocumentReference"} +{"id":"91e2f170-64d3-5b62-91aa-e2867398528f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01536/analysis/HG01536.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074343#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b3e8a5e5-b0b5-52fd-8f85-1833634b204f"},"resourceType":"DocumentReference"} +{"id":"b047b647-5f39-55f8-948a-fb0c1f06dd9e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01536/analysis/HG01536.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074343#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b3e8a5e5-b0b5-52fd-8f85-1833634b204f"},"resourceType":"DocumentReference"} +{"id":"f6c8ac91-0557-5a55-a7cf-a49c52344e5a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01536/analysis/HG01536.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074343#sample/cram"}],"status":"current","subject":{"reference":"Patient/b3e8a5e5-b0b5-52fd-8f85-1833634b204f"},"resourceType":"DocumentReference"} +{"id":"1ec6dda2-28d4-598b-82bb-49c5b6f805ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01537/analysis/HG01537.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074344#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b369f988-102b-53c0-a1d7-277b4c80a059"},"resourceType":"DocumentReference"} +{"id":"d227aafb-a4fd-53d4-b4b8-be8a4a5e5371","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01537/analysis/HG01537.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074344#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b369f988-102b-53c0-a1d7-277b4c80a059"},"resourceType":"DocumentReference"} +{"id":"4dfd99f7-a55f-5d51-965e-71befdb41473","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01537/analysis/HG01537.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074344#sample/cram"}],"status":"current","subject":{"reference":"Patient/b369f988-102b-53c0-a1d7-277b4c80a059"},"resourceType":"DocumentReference"} +{"id":"be9a98de-3620-5a50-8dca-63af2f939623","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01550/analysis/HG01550.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074346#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8419d071-c1c8-535d-b2b2-938e03a131ea"},"resourceType":"DocumentReference"} +{"id":"16cef164-67d1-5dcf-b216-0f53af0f6448","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01550/analysis/HG01550.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074346#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8419d071-c1c8-535d-b2b2-938e03a131ea"},"resourceType":"DocumentReference"} +{"id":"981705f2-c86f-5d6b-bd5c-a66e384bee5e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01550/analysis/HG01550.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074346#sample/cram"}],"status":"current","subject":{"reference":"Patient/8419d071-c1c8-535d-b2b2-938e03a131ea"},"resourceType":"DocumentReference"} +{"id":"81cdce36-fa38-5e71-8eef-cc944e69e760","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01551/analysis/HG01551.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074347#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ea699917-e0c3-5b11-b8c9-1a0197578885"},"resourceType":"DocumentReference"} +{"id":"39aa7710-46d7-540f-84ba-38da7345a1f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01551/analysis/HG01551.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074347#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ea699917-e0c3-5b11-b8c9-1a0197578885"},"resourceType":"DocumentReference"} +{"id":"b73ad8e7-9957-5fac-941a-e86803e06410","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01551/analysis/HG01551.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074347#sample/cram"}],"status":"current","subject":{"reference":"Patient/ea699917-e0c3-5b11-b8c9-1a0197578885"},"resourceType":"DocumentReference"} +{"id":"52cf468f-4c07-55e8-bf4a-7d052b2e577f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01602/analysis/HG01602.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074356#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/24668532-4927-5198-bab0-08f1110a3b23"},"resourceType":"DocumentReference"} +{"id":"1305beef-d41c-555e-af01-5c8f8a090e54","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01602/analysis/HG01602.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074356#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/24668532-4927-5198-bab0-08f1110a3b23"},"resourceType":"DocumentReference"} +{"id":"1b8e7093-4efd-56a9-baf3-29a08160f253","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01602/analysis/HG01602.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074356#sample/cram"}],"status":"current","subject":{"reference":"Patient/24668532-4927-5198-bab0-08f1110a3b23"},"resourceType":"DocumentReference"} +{"id":"f619336c-20e1-5cdb-b0fe-bdd571610e56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01603/analysis/HG01603.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074357#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6f599ea6-f2c8-5919-bcf6-1ecf24d159bb"},"resourceType":"DocumentReference"} +{"id":"bcdbc8de-c040-561c-bed9-a4d4720b07b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01603/analysis/HG01603.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074357#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6f599ea6-f2c8-5919-bcf6-1ecf24d159bb"},"resourceType":"DocumentReference"} +{"id":"7e4f198c-7845-5bcd-b447-8b3e1cbc2059","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01603/analysis/HG01603.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074357#sample/cram"}],"status":"current","subject":{"reference":"Patient/6f599ea6-f2c8-5919-bcf6-1ecf24d159bb"},"resourceType":"DocumentReference"} +{"id":"79d58d5e-8306-57be-89cb-8357e06704ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01605/analysis/HG01605.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074359#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d348f6b7-0de6-5a28-b71a-b032ea774624"},"resourceType":"DocumentReference"} +{"id":"bd9e0709-a747-5b00-9066-9efdfc38106e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01605/analysis/HG01605.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074359#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d348f6b7-0de6-5a28-b71a-b032ea774624"},"resourceType":"DocumentReference"} +{"id":"4db33678-e25f-599f-bcfc-583146ea2496","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01605/analysis/HG01605.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074359#sample/cram"}],"status":"current","subject":{"reference":"Patient/d348f6b7-0de6-5a28-b71a-b032ea774624"},"resourceType":"DocumentReference"} +{"id":"deed902c-f8f3-5059-bead-84be46a4e1d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01606/analysis/HG01606.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074360#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c1ac698d-461b-5bcd-922e-e93b7d8a5efb"},"resourceType":"DocumentReference"} +{"id":"048cc4eb-93cf-5f3f-a76c-85ce7f794a17","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01606/analysis/HG01606.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074360#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c1ac698d-461b-5bcd-922e-e93b7d8a5efb"},"resourceType":"DocumentReference"} +{"id":"ad5f242b-61e2-5dcf-8e33-64f14ec6ab8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01606/analysis/HG01606.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074360#sample/cram"}],"status":"current","subject":{"reference":"Patient/c1ac698d-461b-5bcd-922e-e93b7d8a5efb"},"resourceType":"DocumentReference"} +{"id":"11ccb5f0-de43-5773-997e-c7e3f269e4cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01607/analysis/HG01607.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074361#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2a52e886-a52c-57f0-9cfc-13576d3a3b55"},"resourceType":"DocumentReference"} +{"id":"32881ee4-d3c3-560d-9ba7-fdf65db4ab79","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01607/analysis/HG01607.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074361#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2a52e886-a52c-57f0-9cfc-13576d3a3b55"},"resourceType":"DocumentReference"} +{"id":"66861e28-0d08-5c51-b089-c9d1444e7b09","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01607/analysis/HG01607.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074361#sample/cram"}],"status":"current","subject":{"reference":"Patient/2a52e886-a52c-57f0-9cfc-13576d3a3b55"},"resourceType":"DocumentReference"} +{"id":"fb4a56b5-41d3-5ddc-b5f2-83c167ed0d6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01608/analysis/HG01608.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074362#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/69529e6c-4cfe-55e9-8f1d-86fb25c6de27"},"resourceType":"DocumentReference"} +{"id":"e9ce70e0-7319-5597-a44e-0e8822338508","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01608/analysis/HG01608.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074362#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/69529e6c-4cfe-55e9-8f1d-86fb25c6de27"},"resourceType":"DocumentReference"} +{"id":"7cfb273a-dae4-5ff4-80be-262ad8ab4e66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01608/analysis/HG01608.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074362#sample/cram"}],"status":"current","subject":{"reference":"Patient/69529e6c-4cfe-55e9-8f1d-86fb25c6de27"},"resourceType":"DocumentReference"} +{"id":"b9e7fc23-eccf-5a32-bbcc-be8b71944171","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01610/analysis/HG01610.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074364#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5e9e1e73-813d-5c9e-889b-b61d4da9e3f8"},"resourceType":"DocumentReference"} +{"id":"beb8a544-7a78-5f7b-a271-905e0f74f8f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01610/analysis/HG01610.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074364#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5e9e1e73-813d-5c9e-889b-b61d4da9e3f8"},"resourceType":"DocumentReference"} +{"id":"e9ad666b-d818-5ec1-866b-c067fafd786a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01610/analysis/HG01610.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074364#sample/cram"}],"status":"current","subject":{"reference":"Patient/5e9e1e73-813d-5c9e-889b-b61d4da9e3f8"},"resourceType":"DocumentReference"} +{"id":"302349c7-5146-5a0f-8507-ea90df0c3821","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01612/analysis/HG01612.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074366#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/42dbe255-5467-59d7-b1b1-5bd682fb2530"},"resourceType":"DocumentReference"} +{"id":"8a96bf50-38ab-5a8b-877c-051187ddd60d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01612/analysis/HG01612.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074366#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/42dbe255-5467-59d7-b1b1-5bd682fb2530"},"resourceType":"DocumentReference"} +{"id":"5b19a8bb-778e-52ac-858e-cc501cf5a8bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01612/analysis/HG01612.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074366#sample/cram"}],"status":"current","subject":{"reference":"Patient/42dbe255-5467-59d7-b1b1-5bd682fb2530"},"resourceType":"DocumentReference"} +{"id":"e59bd998-8645-51e8-8384-a6fe316499be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01613/analysis/HG01613.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074367#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1a443b65-3612-586d-a954-45c97a8f1cc1"},"resourceType":"DocumentReference"} +{"id":"4b1b17e2-d2ee-5984-a5dc-2af4f86a4ba7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01613/analysis/HG01613.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074367#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1a443b65-3612-586d-a954-45c97a8f1cc1"},"resourceType":"DocumentReference"} +{"id":"62ab4760-be72-5e70-aa03-113b1ba6a9e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01613/analysis/HG01613.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074367#sample/cram"}],"status":"current","subject":{"reference":"Patient/1a443b65-3612-586d-a954-45c97a8f1cc1"},"resourceType":"DocumentReference"} +{"id":"2338d1e5-9a51-5cb7-bf6a-bf8736e69b15","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01615/analysis/HG01615.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074369#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b9979614-d5ae-5631-95f0-0a62a7727631"},"resourceType":"DocumentReference"} +{"id":"e93a5734-5639-5a9a-8558-002c2a314e68","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01615/analysis/HG01615.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074369#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b9979614-d5ae-5631-95f0-0a62a7727631"},"resourceType":"DocumentReference"} +{"id":"04c579c9-461e-5696-a55b-94da8a138300","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01615/analysis/HG01615.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074369#sample/cram"}],"status":"current","subject":{"reference":"Patient/b9979614-d5ae-5631-95f0-0a62a7727631"},"resourceType":"DocumentReference"} +{"id":"8ef0d08d-4e2d-5499-a430-10776490fc88","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01617/analysis/HG01617.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074371#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7ee96446-06a7-5b55-a1c2-10774aa87607"},"resourceType":"DocumentReference"} +{"id":"f1d77149-202a-5030-b6a5-bf0d499182d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01617/analysis/HG01617.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074371#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7ee96446-06a7-5b55-a1c2-10774aa87607"},"resourceType":"DocumentReference"} +{"id":"995d4931-45d1-5daa-8aaf-41ee41f1ba35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01617/analysis/HG01617.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074371#sample/cram"}],"status":"current","subject":{"reference":"Patient/7ee96446-06a7-5b55-a1c2-10774aa87607"},"resourceType":"DocumentReference"} +{"id":"d43034cb-137d-536c-987c-457874668c8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01618/analysis/HG01618.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074372#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6502b0f6-77db-54d9-860f-2001bc3a130f"},"resourceType":"DocumentReference"} +{"id":"b801008d-4681-54be-b674-78bb71ce7b96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01618/analysis/HG01618.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074372#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6502b0f6-77db-54d9-860f-2001bc3a130f"},"resourceType":"DocumentReference"} +{"id":"8052ecd6-285d-5878-a1bb-5fa6487eabc4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01618/analysis/HG01618.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074372#sample/cram"}],"status":"current","subject":{"reference":"Patient/6502b0f6-77db-54d9-860f-2001bc3a130f"},"resourceType":"DocumentReference"} +{"id":"21372d17-e3ec-5762-b5de-326bb55f37c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01619/analysis/HG01619.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074373#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/502ec71b-6faf-5986-a434-9a7703c1708d"},"resourceType":"DocumentReference"} +{"id":"eed2416a-4271-5d15-a912-18f1598b16ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01619/analysis/HG01619.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074373#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/502ec71b-6faf-5986-a434-9a7703c1708d"},"resourceType":"DocumentReference"} +{"id":"8faa9edc-efbd-5ae0-ace2-c275fa249748","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01619/analysis/HG01619.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074373#sample/cram"}],"status":"current","subject":{"reference":"Patient/502ec71b-6faf-5986-a434-9a7703c1708d"},"resourceType":"DocumentReference"} +{"id":"874e31e1-f09a-5b42-80b7-f652aeebbbda","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01620/analysis/HG01620.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074374#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/85706cb1-aa18-58cf-b208-99a9ea0e81bd"},"resourceType":"DocumentReference"} +{"id":"4105673c-eb1d-5025-94f8-233ce112549b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01620/analysis/HG01620.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074374#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/85706cb1-aa18-58cf-b208-99a9ea0e81bd"},"resourceType":"DocumentReference"} +{"id":"61a65581-f363-5f15-8938-ca17537d8574","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01620/analysis/HG01620.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074374#sample/cram"}],"status":"current","subject":{"reference":"Patient/85706cb1-aa18-58cf-b208-99a9ea0e81bd"},"resourceType":"DocumentReference"} +{"id":"cd6e37b0-207a-5f02-9a4b-9155a9a0674a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01623/analysis/HG01623.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074377#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/309105bd-e5f4-5391-883f-e4d25bd6a5d4"},"resourceType":"DocumentReference"} +{"id":"a3fd0c02-c428-5637-9b52-30b8aaaec778","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01623/analysis/HG01623.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074377#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/309105bd-e5f4-5391-883f-e4d25bd6a5d4"},"resourceType":"DocumentReference"} +{"id":"683c6cc7-b547-52a7-8915-78bf489b582e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01623/analysis/HG01623.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074377#sample/cram"}],"status":"current","subject":{"reference":"Patient/309105bd-e5f4-5391-883f-e4d25bd6a5d4"},"resourceType":"DocumentReference"} +{"id":"5ff7a2c8-585d-5015-a1e6-1d0f1801a93c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01624/analysis/HG01624.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074378#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/45f5c5d2-9640-58f3-bad1-359d4decc56f"},"resourceType":"DocumentReference"} +{"id":"adb0e8d6-2bd4-5cb2-a235-265f3d6295e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01624/analysis/HG01624.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074378#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/45f5c5d2-9640-58f3-bad1-359d4decc56f"},"resourceType":"DocumentReference"} +{"id":"23bcfa39-cf03-5ab5-93a2-a113a92db34c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01624/analysis/HG01624.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074378#sample/cram"}],"status":"current","subject":{"reference":"Patient/45f5c5d2-9640-58f3-bad1-359d4decc56f"},"resourceType":"DocumentReference"} +{"id":"ee17b623-0dec-5ef7-8bd1-721747caf979","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01625/analysis/HG01625.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074379#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/23e6e54c-b31e-5f62-8dbf-ffcf28fd392f"},"resourceType":"DocumentReference"} +{"id":"88defc59-6e5d-538d-9aa8-633d115940b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01625/analysis/HG01625.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074379#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/23e6e54c-b31e-5f62-8dbf-ffcf28fd392f"},"resourceType":"DocumentReference"} +{"id":"3c23980c-e615-5cb0-a1db-c57f527702ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01625/analysis/HG01625.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074379#sample/cram"}],"status":"current","subject":{"reference":"Patient/23e6e54c-b31e-5f62-8dbf-ffcf28fd392f"},"resourceType":"DocumentReference"} +{"id":"4dedf8c6-334d-5954-814c-5b4aa99ff7f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01626/analysis/HG01626.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074380#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/635aee0e-6908-5192-aac4-57854e1faba7"},"resourceType":"DocumentReference"} +{"id":"29b7ad28-38c7-585e-8d6a-50de93ee7fd5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01626/analysis/HG01626.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074380#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/635aee0e-6908-5192-aac4-57854e1faba7"},"resourceType":"DocumentReference"} +{"id":"bcef165c-4eb8-5608-8536-b30af45c0e9d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01626/analysis/HG01626.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074380#sample/cram"}],"status":"current","subject":{"reference":"Patient/635aee0e-6908-5192-aac4-57854e1faba7"},"resourceType":"DocumentReference"} +{"id":"34e0e188-08af-56e9-b7a1-f3994f668260","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01628/analysis/HG01628.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074382#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/36d1a1f6-db5e-556a-a5c0-4d01fe5040ab"},"resourceType":"DocumentReference"} +{"id":"286c8e48-45fd-5e96-8a0b-45cab6b084b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01628/analysis/HG01628.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074382#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/36d1a1f6-db5e-556a-a5c0-4d01fe5040ab"},"resourceType":"DocumentReference"} +{"id":"9eb16980-60ce-5087-852a-b4fe0a4a3fde","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01628/analysis/HG01628.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074382#sample/cram"}],"status":"current","subject":{"reference":"Patient/36d1a1f6-db5e-556a-a5c0-4d01fe5040ab"},"resourceType":"DocumentReference"} +{"id":"3ea444ef-5587-5f97-9377-50504385993a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01630/analysis/HG01630.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074384#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/374b9c5a-424a-5dc2-8166-7a029c2396e1"},"resourceType":"DocumentReference"} +{"id":"578a8434-a748-558c-b45b-f08947c069b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01630/analysis/HG01630.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074384#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/374b9c5a-424a-5dc2-8166-7a029c2396e1"},"resourceType":"DocumentReference"} +{"id":"b0fd3505-e1c1-5c49-95ee-8bff2791d9f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01630/analysis/HG01630.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074384#sample/cram"}],"status":"current","subject":{"reference":"Patient/374b9c5a-424a-5dc2-8166-7a029c2396e1"},"resourceType":"DocumentReference"} +{"id":"39ff61e0-daea-5a3a-b5b6-f69d8bbbbe66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01631/analysis/HG01631.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074385#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/26a2b080-d6be-5d39-9497-092a5a807334"},"resourceType":"DocumentReference"} +{"id":"b1401a7b-c758-5c69-9f1f-87ebc05edb86","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01631/analysis/HG01631.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074385#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/26a2b080-d6be-5d39-9497-092a5a807334"},"resourceType":"DocumentReference"} +{"id":"acee77fa-8749-5cd4-b778-6d5405953a81","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01631/analysis/HG01631.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074385#sample/cram"}],"status":"current","subject":{"reference":"Patient/26a2b080-d6be-5d39-9497-092a5a807334"},"resourceType":"DocumentReference"} +{"id":"491f6fca-a896-5937-bd5d-2d5d86f8094f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01632/analysis/HG01632.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074386#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6d9ff819-6b93-5159-bc2f-3e94a38b4636"},"resourceType":"DocumentReference"} +{"id":"cf588a1a-a06a-592d-98e2-71c531effa0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01632/analysis/HG01632.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074386#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6d9ff819-6b93-5159-bc2f-3e94a38b4636"},"resourceType":"DocumentReference"} +{"id":"bcde5f92-9aa2-5c8a-9750-2eed93130634","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01632/analysis/HG01632.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074386#sample/cram"}],"status":"current","subject":{"reference":"Patient/6d9ff819-6b93-5159-bc2f-3e94a38b4636"},"resourceType":"DocumentReference"} +{"id":"61ae7131-8d63-51ee-af1d-32deafd126b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01668/analysis/HG01668.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084807#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/58bc72e5-66ae-59cd-bfda-7864f726d747"},"resourceType":"DocumentReference"} +{"id":"f0b9d572-36c9-53f3-a471-92710a1b6ff6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01668/analysis/HG01668.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084807#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/58bc72e5-66ae-59cd-bfda-7864f726d747"},"resourceType":"DocumentReference"} +{"id":"9e41fdfe-8d0b-54e2-bce3-f94dad95fe7a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01668/analysis/HG01668.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084807#sample/cram"}],"status":"current","subject":{"reference":"Patient/58bc72e5-66ae-59cd-bfda-7864f726d747"},"resourceType":"DocumentReference"} +{"id":"bf7cf821-114a-5f91-b471-b42e38b66da8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01669/analysis/HG01669.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084808#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c6cb7be5-2f09-5f67-adff-b62d09e5d5cc"},"resourceType":"DocumentReference"} +{"id":"6e90a3ab-c26c-5f1e-9aec-a79eeafae490","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01669/analysis/HG01669.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084808#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c6cb7be5-2f09-5f67-adff-b62d09e5d5cc"},"resourceType":"DocumentReference"} +{"id":"b992ec0f-2217-57b6-b018-8ff26e849268","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01669/analysis/HG01669.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084808#sample/cram"}],"status":"current","subject":{"reference":"Patient/c6cb7be5-2f09-5f67-adff-b62d09e5d5cc"},"resourceType":"DocumentReference"} +{"id":"f1f2a94b-75de-506d-9f77-035fdcd15a74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01670/analysis/HG01670.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084809#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a9f3b5e2-6177-5613-916c-1d220ae69859"},"resourceType":"DocumentReference"} +{"id":"03544874-c539-5b33-87f0-44c7806095b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01670/analysis/HG01670.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084809#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a9f3b5e2-6177-5613-916c-1d220ae69859"},"resourceType":"DocumentReference"} +{"id":"e040bdc3-80de-5725-a664-f2b243f0acd0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01670/analysis/HG01670.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084809#sample/cram"}],"status":"current","subject":{"reference":"Patient/a9f3b5e2-6177-5613-916c-1d220ae69859"},"resourceType":"DocumentReference"} +{"id":"0e6c0e1b-4a8c-5e08-8cb3-b7cae7ef9cb6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01672/analysis/HG01672.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084811#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/98a840db-984f-5c38-a7a0-580de62441d9"},"resourceType":"DocumentReference"} +{"id":"6b469830-ebb9-59b2-839d-e77171aacd3b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01672/analysis/HG01672.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084811#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/98a840db-984f-5c38-a7a0-580de62441d9"},"resourceType":"DocumentReference"} +{"id":"c7cd286e-4792-58a8-a4b3-baa361caabd8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01672/analysis/HG01672.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084811#sample/cram"}],"status":"current","subject":{"reference":"Patient/98a840db-984f-5c38-a7a0-580de62441d9"},"resourceType":"DocumentReference"} +{"id":"b3cd3f16-70fa-5585-880d-979295bbdbdc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01673/analysis/HG01673.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084812#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/efbb60ca-96da-5c90-bf49-b059f29b8fac"},"resourceType":"DocumentReference"} +{"id":"edc71dec-a5c1-5a2b-b2c2-a8126e3cbaec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01673/analysis/HG01673.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084812#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/efbb60ca-96da-5c90-bf49-b059f29b8fac"},"resourceType":"DocumentReference"} +{"id":"fe178a5d-cdd0-5c84-9492-4c7b4d982799","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01673/analysis/HG01673.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084812#sample/cram"}],"status":"current","subject":{"reference":"Patient/efbb60ca-96da-5c90-bf49-b059f29b8fac"},"resourceType":"DocumentReference"} +{"id":"b58c0f14-c19f-5d01-a176-04e235cd2a37","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01675/analysis/HG01675.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084814#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9872227b-d76d-5f2c-a240-6fc532b9eba5"},"resourceType":"DocumentReference"} +{"id":"113d1b10-00ab-566d-aadb-9f15e31250fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01675/analysis/HG01675.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084814#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9872227b-d76d-5f2c-a240-6fc532b9eba5"},"resourceType":"DocumentReference"} +{"id":"439ded6f-5f87-58bb-9735-a41e83b9ef9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01675/analysis/HG01675.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084814#sample/cram"}],"status":"current","subject":{"reference":"Patient/9872227b-d76d-5f2c-a240-6fc532b9eba5"},"resourceType":"DocumentReference"} +{"id":"09b1e4b1-84c8-5164-9975-bbdfcdd64c94","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01676/analysis/HG01676.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084815#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2b8eec02-3fb1-5b6c-9369-6045ff06fc8c"},"resourceType":"DocumentReference"} +{"id":"463b18d3-eb7c-52f6-9382-42b0fe78cb70","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01676/analysis/HG01676.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084815#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2b8eec02-3fb1-5b6c-9369-6045ff06fc8c"},"resourceType":"DocumentReference"} +{"id":"9aa082c6-2423-5705-8454-1eb711a47848","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01676/analysis/HG01676.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084815#sample/cram"}],"status":"current","subject":{"reference":"Patient/2b8eec02-3fb1-5b6c-9369-6045ff06fc8c"},"resourceType":"DocumentReference"} +{"id":"66d3401c-7609-5989-b606-1d37b74e2ffb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01678/analysis/HG01678.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084817#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bf0a74a1-ea6f-5b7d-8c3f-21456bb3cf37"},"resourceType":"DocumentReference"} +{"id":"3629061b-43c0-5ac6-a2e6-b391d6a19c82","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01678/analysis/HG01678.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084817#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bf0a74a1-ea6f-5b7d-8c3f-21456bb3cf37"},"resourceType":"DocumentReference"} +{"id":"0e0d327a-5947-559b-80e2-8565d9f61c25","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01678/analysis/HG01678.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084817#sample/cram"}],"status":"current","subject":{"reference":"Patient/bf0a74a1-ea6f-5b7d-8c3f-21456bb3cf37"},"resourceType":"DocumentReference"} +{"id":"c481e373-b0d0-5ede-a8ce-8d989a6e8358","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01679/analysis/HG01679.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084818#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aa0f618c-a26c-59a9-bcb0-195824769b44"},"resourceType":"DocumentReference"} +{"id":"8bb12481-221b-5426-871f-f68cb3f4b16c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01679/analysis/HG01679.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084818#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aa0f618c-a26c-59a9-bcb0-195824769b44"},"resourceType":"DocumentReference"} +{"id":"3501c734-cc67-57bb-93f2-ab84bd4ee655","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01679/analysis/HG01679.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084818#sample/cram"}],"status":"current","subject":{"reference":"Patient/aa0f618c-a26c-59a9-bcb0-195824769b44"},"resourceType":"DocumentReference"} +{"id":"47980ae3-da81-5435-8f7b-81d8738b7506","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01680/analysis/HG01680.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084819#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5421e29a-c543-592b-afdd-b4b0c2625758"},"resourceType":"DocumentReference"} +{"id":"24be18a2-c65e-5a29-873e-9e50a1af6a78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01680/analysis/HG01680.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084819#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5421e29a-c543-592b-afdd-b4b0c2625758"},"resourceType":"DocumentReference"} +{"id":"5ada0f37-1654-5588-a570-da91af8a9f00","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01680/analysis/HG01680.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084819#sample/cram"}],"status":"current","subject":{"reference":"Patient/5421e29a-c543-592b-afdd-b4b0c2625758"},"resourceType":"DocumentReference"} +{"id":"79eeffef-c2ab-5aad-9a3c-290e28d641f9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01682/analysis/HG01682.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084821#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e197265f-61f1-5f34-b405-fe13860f5e76"},"resourceType":"DocumentReference"} +{"id":"47513517-70f2-51c2-8abb-bc9468b1918c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01682/analysis/HG01682.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084821#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e197265f-61f1-5f34-b405-fe13860f5e76"},"resourceType":"DocumentReference"} +{"id":"1eebda66-5724-59eb-9192-d1691936369d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01682/analysis/HG01682.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084821#sample/cram"}],"status":"current","subject":{"reference":"Patient/e197265f-61f1-5f34-b405-fe13860f5e76"},"resourceType":"DocumentReference"} +{"id":"3e428666-6475-50a5-ad4f-da30c86936a2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01684/analysis/HG01684.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084823#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9caf1147-2403-5f94-9dcc-f9620f671d23"},"resourceType":"DocumentReference"} +{"id":"fb94f4e7-9f41-51ae-9076-aa47215456aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01684/analysis/HG01684.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084823#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9caf1147-2403-5f94-9dcc-f9620f671d23"},"resourceType":"DocumentReference"} +{"id":"e8daa674-b084-5922-8d7f-0c8710904370","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01684/analysis/HG01684.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084823#sample/cram"}],"status":"current","subject":{"reference":"Patient/9caf1147-2403-5f94-9dcc-f9620f671d23"},"resourceType":"DocumentReference"} +{"id":"e9129b6d-94c2-5239-95d9-b40cc8ead8e3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01685/analysis/HG01685.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084824#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cf78e083-1656-58eb-89ae-d72b93f19788"},"resourceType":"DocumentReference"} +{"id":"d88a0cac-dbc4-5f8e-a020-aa383f17b6de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01685/analysis/HG01685.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084824#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cf78e083-1656-58eb-89ae-d72b93f19788"},"resourceType":"DocumentReference"} +{"id":"df0f300d-8150-55d5-a4e5-4b2a360b7e4e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01685/analysis/HG01685.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084824#sample/cram"}],"status":"current","subject":{"reference":"Patient/cf78e083-1656-58eb-89ae-d72b93f19788"},"resourceType":"DocumentReference"} +{"id":"0fb1df94-c913-56ef-8438-ae3c19c2adaa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01686/analysis/HG01686.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084825#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/65fbf8b0-5314-54c4-a78b-3cc8d3693ca4"},"resourceType":"DocumentReference"} +{"id":"80cffcd6-9cc8-5db5-8bf8-72d3caf7900e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01686/analysis/HG01686.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084825#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/65fbf8b0-5314-54c4-a78b-3cc8d3693ca4"},"resourceType":"DocumentReference"} +{"id":"62469f5e-5e4c-5478-a7c7-18f92a03c269","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01686/analysis/HG01686.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084825#sample/cram"}],"status":"current","subject":{"reference":"Patient/65fbf8b0-5314-54c4-a78b-3cc8d3693ca4"},"resourceType":"DocumentReference"} +{"id":"815ce4ee-3732-5323-8e6f-6b6c29a39373","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01700/analysis/HG01700.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084827#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a2204f2f-ffc6-5c10-9c91-f53625adf4b2"},"resourceType":"DocumentReference"} +{"id":"951ebc01-5aea-51e4-990a-86118effaeb0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01700/analysis/HG01700.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084827#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a2204f2f-ffc6-5c10-9c91-f53625adf4b2"},"resourceType":"DocumentReference"} +{"id":"f5910673-60a7-5fea-8c4a-25a992580cee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01700/analysis/HG01700.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084827#sample/cram"}],"status":"current","subject":{"reference":"Patient/a2204f2f-ffc6-5c10-9c91-f53625adf4b2"},"resourceType":"DocumentReference"} +{"id":"b78affa0-5ce7-512b-a31f-a2dad5cab17f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01702/analysis/HG01702.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084829#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/55cc5b64-d085-55ff-8f42-6ca098e9afee"},"resourceType":"DocumentReference"} +{"id":"b8c73fca-22ad-5714-8b30-6921b8720c20","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01702/analysis/HG01702.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084829#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/55cc5b64-d085-55ff-8f42-6ca098e9afee"},"resourceType":"DocumentReference"} +{"id":"cb5228ef-22fd-513a-89eb-b9f22238e154","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01702/analysis/HG01702.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084829#sample/cram"}],"status":"current","subject":{"reference":"Patient/55cc5b64-d085-55ff-8f42-6ca098e9afee"},"resourceType":"DocumentReference"} +{"id":"d5a7ee65-ae9c-5ed3-af01-8bec165c5bb5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01704/analysis/HG01704.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084831#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/905bf788-d4e8-527d-bb95-d3bc53484d7a"},"resourceType":"DocumentReference"} +{"id":"094331ba-994f-5c56-9e31-808173e1f5e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01704/analysis/HG01704.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084831#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/905bf788-d4e8-527d-bb95-d3bc53484d7a"},"resourceType":"DocumentReference"} +{"id":"f361e1fb-b053-5682-ac82-2a9db3938c32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01704/analysis/HG01704.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084831#sample/cram"}],"status":"current","subject":{"reference":"Patient/905bf788-d4e8-527d-bb95-d3bc53484d7a"},"resourceType":"DocumentReference"} +{"id":"dbafa85d-0b68-5ac3-8ce0-39184f181948","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01705/analysis/HG01705.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084832#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4aedb9bd-8397-5cd7-ba1c-58710c3d88ef"},"resourceType":"DocumentReference"} +{"id":"3f8d189e-7edc-51fa-80bf-5f51a2b7868b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01705/analysis/HG01705.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084832#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4aedb9bd-8397-5cd7-ba1c-58710c3d88ef"},"resourceType":"DocumentReference"} +{"id":"f7b93a52-ca66-5e2a-89c6-455c3e7465ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01705/analysis/HG01705.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084832#sample/cram"}],"status":"current","subject":{"reference":"Patient/4aedb9bd-8397-5cd7-ba1c-58710c3d88ef"},"resourceType":"DocumentReference"} +{"id":"329544d7-9035-5648-ba55-dec7dc5c24b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01707/analysis/HG01707.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084834#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ec08b49b-328a-5afc-860f-43ca1e1d4474"},"resourceType":"DocumentReference"} +{"id":"c3474376-0b2a-58e0-8e52-69d757d5ac11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01707/analysis/HG01707.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084834#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ec08b49b-328a-5afc-860f-43ca1e1d4474"},"resourceType":"DocumentReference"} +{"id":"3c3a80de-c9f2-5482-9fef-d279786ea9b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01707/analysis/HG01707.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084834#sample/cram"}],"status":"current","subject":{"reference":"Patient/ec08b49b-328a-5afc-860f-43ca1e1d4474"},"resourceType":"DocumentReference"} +{"id":"d36ab1dc-b1e3-5850-b62e-1e6bea6eaa0e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01708/analysis/HG01708.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084835#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4a6f3de1-efd2-5b29-96e4-3b9fa1518520"},"resourceType":"DocumentReference"} +{"id":"b37052e0-6aed-52eb-b093-f4cba07ee6c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01708/analysis/HG01708.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084835#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4a6f3de1-efd2-5b29-96e4-3b9fa1518520"},"resourceType":"DocumentReference"} +{"id":"edff548e-2ee7-5d98-85d3-71cebc29da69","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01708/analysis/HG01708.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084835#sample/cram"}],"status":"current","subject":{"reference":"Patient/4a6f3de1-efd2-5b29-96e4-3b9fa1518520"},"resourceType":"DocumentReference"} +{"id":"f9e6f780-9ee2-5ea9-a668-dcaf489856da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01565/analysis/HG01565.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS178998#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4937036b-da31-5874-9841-60364312f52d"},"resourceType":"DocumentReference"} +{"id":"db9598e3-6796-532e-a0f9-750d0cd906c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01565/analysis/HG01565.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS178998#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4937036b-da31-5874-9841-60364312f52d"},"resourceType":"DocumentReference"} +{"id":"e2ae6dcd-eff7-575d-84f9-ef72539af493","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01565/analysis/HG01565.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS178998#sample/cram"}],"status":"current","subject":{"reference":"Patient/4937036b-da31-5874-9841-60364312f52d"},"resourceType":"DocumentReference"} +{"id":"db7f0196-a0cc-5007-a4cd-6633a711ae37","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01566/analysis/HG01566.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS178999#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/012a0208-ad97-5182-9d06-43a98f644019"},"resourceType":"DocumentReference"} +{"id":"890a585c-ecf0-5821-bc85-554c9e16ca83","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01566/analysis/HG01566.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS178999#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/012a0208-ad97-5182-9d06-43a98f644019"},"resourceType":"DocumentReference"} +{"id":"02ece064-01b8-5e9c-bd5c-5da8602b6461","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01566/analysis/HG01566.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS178999#sample/cram"}],"status":"current","subject":{"reference":"Patient/012a0208-ad97-5182-9d06-43a98f644019"},"resourceType":"DocumentReference"} +{"id":"2f379376-79e2-5411-a2a8-8ad34246f9f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01571/analysis/HG01571.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179001#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/77f4152c-3c09-5de7-a96e-475e4f1dc9bd"},"resourceType":"DocumentReference"} +{"id":"3d51fea6-9077-5e17-8b08-bda88af54d68","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01571/analysis/HG01571.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179001#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/77f4152c-3c09-5de7-a96e-475e4f1dc9bd"},"resourceType":"DocumentReference"} +{"id":"cd4d4848-962d-500b-b12f-474bf7087972","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01571/analysis/HG01571.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179001#sample/cram"}],"status":"current","subject":{"reference":"Patient/77f4152c-3c09-5de7-a96e-475e4f1dc9bd"},"resourceType":"DocumentReference"} +{"id":"e4920e16-c3f5-5a28-a539-9fff9f2868b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01572/analysis/HG01572.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179002#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bef1860f-3be8-5764-b1ef-0384a22dd3ff"},"resourceType":"DocumentReference"} +{"id":"2a690d04-dbff-5889-aac7-9e29a555211e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01572/analysis/HG01572.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179002#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bef1860f-3be8-5764-b1ef-0384a22dd3ff"},"resourceType":"DocumentReference"} +{"id":"fa55706d-ee14-5910-a42d-d4881c0f291a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01572/analysis/HG01572.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179002#sample/cram"}],"status":"current","subject":{"reference":"Patient/bef1860f-3be8-5764-b1ef-0384a22dd3ff"},"resourceType":"DocumentReference"} +{"id":"5e9a5ca1-057f-5eec-bfd9-b2087ab7c1e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01577/analysis/HG01577.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179004#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/894f0d49-894e-50ae-962a-dafa1557baf1"},"resourceType":"DocumentReference"} +{"id":"cbafcbc5-4504-5459-9c5b-7a0ac5b6f231","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01577/analysis/HG01577.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179004#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/894f0d49-894e-50ae-962a-dafa1557baf1"},"resourceType":"DocumentReference"} +{"id":"34bb343c-d9eb-5228-90cd-27dc589a0f07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01577/analysis/HG01577.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179004#sample/cram"}],"status":"current","subject":{"reference":"Patient/894f0d49-894e-50ae-962a-dafa1557baf1"},"resourceType":"DocumentReference"} +{"id":"28d8fae4-b6af-51eb-bf4d-698890c402f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01578/analysis/HG01578.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179005#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9f5f41fe-8dcb-5ece-9318-d39a1d23d697"},"resourceType":"DocumentReference"} +{"id":"b5353379-e94c-557b-93f1-bf03fe8abf85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01578/analysis/HG01578.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179005#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9f5f41fe-8dcb-5ece-9318-d39a1d23d697"},"resourceType":"DocumentReference"} +{"id":"0365e1d8-9094-50d7-9c8a-db8347e776b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01578/analysis/HG01578.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179005#sample/cram"}],"status":"current","subject":{"reference":"Patient/9f5f41fe-8dcb-5ece-9318-d39a1d23d697"},"resourceType":"DocumentReference"} +{"id":"1361b5fe-81f9-5d33-a2ea-d40cc426502c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01917/analysis/HG01917.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179007#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/90eb22ae-be5d-547f-aaba-317f70b5851d"},"resourceType":"DocumentReference"} +{"id":"0fbad098-ce59-5d99-831e-b19c78948be8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01917/analysis/HG01917.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179007#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/90eb22ae-be5d-547f-aaba-317f70b5851d"},"resourceType":"DocumentReference"} +{"id":"16265212-2096-5015-801b-5e3e92758e08","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01917/analysis/HG01917.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179007#sample/cram"}],"status":"current","subject":{"reference":"Patient/90eb22ae-be5d-547f-aaba-317f70b5851d"},"resourceType":"DocumentReference"} +{"id":"69a6948e-38f3-5368-b333-f903077e3ce1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01918/analysis/HG01918.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179008#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ddb61497-a323-54a7-b454-68cc3244407c"},"resourceType":"DocumentReference"} +{"id":"07fc71a6-026f-5c44-bd7a-77d55e58e81d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01918/analysis/HG01918.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179008#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ddb61497-a323-54a7-b454-68cc3244407c"},"resourceType":"DocumentReference"} +{"id":"ecbe995c-1fa2-5854-84e0-5d3c3f0f9fe2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01918/analysis/HG01918.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179008#sample/cram"}],"status":"current","subject":{"reference":"Patient/ddb61497-a323-54a7-b454-68cc3244407c"},"resourceType":"DocumentReference"} +{"id":"feb44ddd-862c-52b3-a8f9-c4971af60464","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01892/analysis/HG01892.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179010#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dd247a62-57d7-5ed8-8b60-a97cad78c23c"},"resourceType":"DocumentReference"} +{"id":"fd41939c-6507-55c0-8573-1c337b504ca5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01892/analysis/HG01892.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179010#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dd247a62-57d7-5ed8-8b60-a97cad78c23c"},"resourceType":"DocumentReference"} +{"id":"8a997d81-eae4-5795-b23e-49b3053bdbf4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01892/analysis/HG01892.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179010#sample/cram"}],"status":"current","subject":{"reference":"Patient/dd247a62-57d7-5ed8-8b60-a97cad78c23c"},"resourceType":"DocumentReference"} +{"id":"0ea2a101-9a2e-50ba-ac51-22782f9016af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01893/analysis/HG01893.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179011#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/67cd79f5-19be-5bfc-b3c8-bb18a2fcd2cc"},"resourceType":"DocumentReference"} +{"id":"e9e70432-c071-5efb-b6e6-9a800061149f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01893/analysis/HG01893.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179011#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/67cd79f5-19be-5bfc-b3c8-bb18a2fcd2cc"},"resourceType":"DocumentReference"} +{"id":"c858a9b7-ce75-58cc-9890-f683fdddeed7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01893/analysis/HG01893.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179011#sample/cram"}],"status":"current","subject":{"reference":"Patient/67cd79f5-19be-5bfc-b3c8-bb18a2fcd2cc"},"resourceType":"DocumentReference"} +{"id":"02612a03-83be-5384-bb37-bacc7fda46e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01920/analysis/HG01920.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179013#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9530a565-856f-5fca-a1b6-23b3b68cc7f7"},"resourceType":"DocumentReference"} +{"id":"caca66aa-5cf6-559e-9e0c-a85fa5518fd1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01920/analysis/HG01920.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179013#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9530a565-856f-5fca-a1b6-23b3b68cc7f7"},"resourceType":"DocumentReference"} +{"id":"f895ca83-f527-5910-8c2c-2a6ec46828bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01920/analysis/HG01920.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179013#sample/cram"}],"status":"current","subject":{"reference":"Patient/9530a565-856f-5fca-a1b6-23b3b68cc7f7"},"resourceType":"DocumentReference"} +{"id":"ee228860-6630-511b-9068-cbba4adf762a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01921/analysis/HG01921.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179014#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a406f205-fa4f-5c34-81f8-ff9ef24812fb"},"resourceType":"DocumentReference"} +{"id":"c4f67c4b-2be3-5de6-8f04-675e7b335b85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01921/analysis/HG01921.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179014#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a406f205-fa4f-5c34-81f8-ff9ef24812fb"},"resourceType":"DocumentReference"} +{"id":"55695a63-88b4-5c30-ad3d-9e6b50b546dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01921/analysis/HG01921.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179014#sample/cram"}],"status":"current","subject":{"reference":"Patient/a406f205-fa4f-5c34-81f8-ff9ef24812fb"},"resourceType":"DocumentReference"} +{"id":"c7e9e29d-2e20-5b11-b27b-644e20bd7364","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01923/analysis/HG01923.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179016#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c43658f6-0a35-5c41-bdd2-778914473ce5"},"resourceType":"DocumentReference"} +{"id":"0aaa43de-28dd-59c4-9561-b274125874ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01923/analysis/HG01923.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179016#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c43658f6-0a35-5c41-bdd2-778914473ce5"},"resourceType":"DocumentReference"} +{"id":"cc20daec-cb32-57a2-bd57-6beb806ea64f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01923/analysis/HG01923.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179016#sample/cram"}],"status":"current","subject":{"reference":"Patient/c43658f6-0a35-5c41-bdd2-778914473ce5"},"resourceType":"DocumentReference"} +{"id":"576a1413-798b-5159-b703-3f2fb18697d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01924/analysis/HG01924.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179017#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f92f4828-3d90-511f-ae6e-f1f7dbf1cec2"},"resourceType":"DocumentReference"} +{"id":"0c89f4e0-442f-57bb-9737-09ef0ec16ecb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01924/analysis/HG01924.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179017#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f92f4828-3d90-511f-ae6e-f1f7dbf1cec2"},"resourceType":"DocumentReference"} +{"id":"78ba7551-0b77-5949-b158-6e32c34d95ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01924/analysis/HG01924.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179017#sample/cram"}],"status":"current","subject":{"reference":"Patient/f92f4828-3d90-511f-ae6e-f1f7dbf1cec2"},"resourceType":"DocumentReference"} +{"id":"246669be-f569-5a8a-aada-b958ee1d2e4a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01926/analysis/HG01926.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179019#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fb2941cf-aada-5a6f-b444-b4dee1853839"},"resourceType":"DocumentReference"} +{"id":"903fd8be-f1a5-58f0-b2c0-682dda5f084e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01926/analysis/HG01926.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179019#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fb2941cf-aada-5a6f-b444-b4dee1853839"},"resourceType":"DocumentReference"} +{"id":"56c14f91-2951-512c-902e-0fda7a598eed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01926/analysis/HG01926.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179019#sample/cram"}],"status":"current","subject":{"reference":"Patient/fb2941cf-aada-5a6f-b444-b4dee1853839"},"resourceType":"DocumentReference"} +{"id":"8c381718-55cf-5e05-820f-2625e3090fae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01927/analysis/HG01927.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179020#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/034d1ac9-35ae-5809-a1a1-12476e546368"},"resourceType":"DocumentReference"} +{"id":"273019df-a1ea-5c89-a8e1-55b18b9cacde","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01927/analysis/HG01927.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179020#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/034d1ac9-35ae-5809-a1a1-12476e546368"},"resourceType":"DocumentReference"} +{"id":"d86beaac-ac66-5d03-ac7b-4e01f210d6ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01927/analysis/HG01927.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179020#sample/cram"}],"status":"current","subject":{"reference":"Patient/034d1ac9-35ae-5809-a1a1-12476e546368"},"resourceType":"DocumentReference"} +{"id":"18c3c3bd-a7d1-531d-a96f-fac348ca20a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01932/analysis/HG01932.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179022#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e52d87f6-df91-5303-9133-5a7888afcf9a"},"resourceType":"DocumentReference"} +{"id":"2cac462b-e558-5702-811f-20ba73e1ba58","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01932/analysis/HG01932.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179022#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e52d87f6-df91-5303-9133-5a7888afcf9a"},"resourceType":"DocumentReference"} +{"id":"e676b5d0-85b8-5304-b65b-acdcfdc7dae9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01932/analysis/HG01932.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179022#sample/cram"}],"status":"current","subject":{"reference":"Patient/e52d87f6-df91-5303-9133-5a7888afcf9a"},"resourceType":"DocumentReference"} +{"id":"3297a161-e07a-58a8-b2ad-fd2caeda1e37","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01933/analysis/HG01933.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179023#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e8cd5642-0bee-5a92-b764-7f564e840628"},"resourceType":"DocumentReference"} +{"id":"8b773bfc-42fd-5ac0-882f-282e8ea2d9e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01933/analysis/HG01933.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179023#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e8cd5642-0bee-5a92-b764-7f564e840628"},"resourceType":"DocumentReference"} +{"id":"d27fd3da-74bc-5da1-90ae-c98c281f8c13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01933/analysis/HG01933.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179023#sample/cram"}],"status":"current","subject":{"reference":"Patient/e8cd5642-0bee-5a92-b764-7f564e840628"},"resourceType":"DocumentReference"} +{"id":"574802d5-5421-5c4d-9f30-aee730877802","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01935/analysis/HG01935.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179025#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2de722a7-0e8a-525d-9305-2bb7de32b807"},"resourceType":"DocumentReference"} +{"id":"3478ef82-f027-5576-b0bc-09e743748f0b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01935/analysis/HG01935.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179025#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2de722a7-0e8a-525d-9305-2bb7de32b807"},"resourceType":"DocumentReference"} +{"id":"6aefaf68-ce9d-55bb-9e33-98b8b73fc5bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01935/analysis/HG01935.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179025#sample/cram"}],"status":"current","subject":{"reference":"Patient/2de722a7-0e8a-525d-9305-2bb7de32b807"},"resourceType":"DocumentReference"} +{"id":"3ec0d3e3-1812-56fa-aa08-6a548cdd88cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01936/analysis/HG01936.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179026#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/75a46a29-e91a-51f8-b3ca-690c15229969"},"resourceType":"DocumentReference"} +{"id":"8909da4d-1fcc-5017-9c11-7653428f1ead","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01936/analysis/HG01936.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179026#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/75a46a29-e91a-51f8-b3ca-690c15229969"},"resourceType":"DocumentReference"} +{"id":"9aa41e6a-5c29-5615-b378-917dc246de3e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01936/analysis/HG01936.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179026#sample/cram"}],"status":"current","subject":{"reference":"Patient/75a46a29-e91a-51f8-b3ca-690c15229969"},"resourceType":"DocumentReference"} +{"id":"85cd619e-59ed-59ae-8d31-d46cbe2e492c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01938/analysis/HG01938.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179028#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0865ca73-2a0c-5c2e-890e-ad9c475a69b2"},"resourceType":"DocumentReference"} +{"id":"6c5d763e-2c82-57a8-a814-b21565baee9d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01938/analysis/HG01938.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179028#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0865ca73-2a0c-5c2e-890e-ad9c475a69b2"},"resourceType":"DocumentReference"} +{"id":"d0a81940-9e69-576d-821b-22221a915a25","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01938/analysis/HG01938.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179028#sample/cram"}],"status":"current","subject":{"reference":"Patient/0865ca73-2a0c-5c2e-890e-ad9c475a69b2"},"resourceType":"DocumentReference"} +{"id":"225d80cc-1dcc-53c1-b3ba-4e0e0b777c2a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01939/analysis/HG01939.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179029#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6d1e1e84-d09f-5ac1-8ec2-500958337f26"},"resourceType":"DocumentReference"} +{"id":"518a5a4c-55ee-5488-8d9d-edc89c7407e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01939/analysis/HG01939.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179029#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6d1e1e84-d09f-5ac1-8ec2-500958337f26"},"resourceType":"DocumentReference"} +{"id":"8b70102c-f47c-5d5a-9299-050d5dea5d8c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01939/analysis/HG01939.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179029#sample/cram"}],"status":"current","subject":{"reference":"Patient/6d1e1e84-d09f-5ac1-8ec2-500958337f26"},"resourceType":"DocumentReference"} +{"id":"e7836327-a043-5d1d-8c81-088e6ec0139a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01941/analysis/HG01941.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179031#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8d2a9117-17cb-5baf-a791-e7cbc7aabb02"},"resourceType":"DocumentReference"} +{"id":"2ee32d74-728a-5be3-9c2f-0c3b2550bcf7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01941/analysis/HG01941.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179031#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8d2a9117-17cb-5baf-a791-e7cbc7aabb02"},"resourceType":"DocumentReference"} +{"id":"2c82fd86-3388-5844-89f9-b6c907a03e4a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01941/analysis/HG01941.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179031#sample/cram"}],"status":"current","subject":{"reference":"Patient/8d2a9117-17cb-5baf-a791-e7cbc7aabb02"},"resourceType":"DocumentReference"} +{"id":"f951a60b-6ac0-53eb-b391-4956c1c09816","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01942/analysis/HG01942.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179032#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2f3e4982-7841-5757-8ea4-3729e1320d83"},"resourceType":"DocumentReference"} +{"id":"27df1e2a-9e12-5733-88c4-564b31655bfb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01942/analysis/HG01942.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179032#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2f3e4982-7841-5757-8ea4-3729e1320d83"},"resourceType":"DocumentReference"} +{"id":"347eb810-0198-5469-af76-09ac7a0de93f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01942/analysis/HG01942.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179032#sample/cram"}],"status":"current","subject":{"reference":"Patient/2f3e4982-7841-5757-8ea4-3729e1320d83"},"resourceType":"DocumentReference"} +{"id":"af818e1f-b1c1-505e-b4a0-4ac772ec3c2f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01944/analysis/HG01944.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179034#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f7058231-0ae3-505f-b54d-86d52df41443"},"resourceType":"DocumentReference"} +{"id":"eeb1f2cb-cdf4-5348-a434-e3ecc895bd13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01944/analysis/HG01944.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179034#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f7058231-0ae3-505f-b54d-86d52df41443"},"resourceType":"DocumentReference"} +{"id":"46f0c55b-0dca-51dc-a1ad-6ee41de20f6d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01944/analysis/HG01944.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179034#sample/cram"}],"status":"current","subject":{"reference":"Patient/f7058231-0ae3-505f-b54d-86d52df41443"},"resourceType":"DocumentReference"} +{"id":"5ce48eac-c699-51d7-a21f-6257e26a834f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01945/analysis/HG01945.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179035#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6ea15193-8b5f-5a04-ab37-50b36d3bd8e6"},"resourceType":"DocumentReference"} +{"id":"8011f4b2-3d63-58c2-b67c-c35322cdd85d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01945/analysis/HG01945.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179035#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6ea15193-8b5f-5a04-ab37-50b36d3bd8e6"},"resourceType":"DocumentReference"} +{"id":"0fa65960-2511-5b57-a44d-7de63877701a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01945/analysis/HG01945.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179035#sample/cram"}],"status":"current","subject":{"reference":"Patient/6ea15193-8b5f-5a04-ab37-50b36d3bd8e6"},"resourceType":"DocumentReference"} +{"id":"2a23620e-7cd4-5e3f-aac2-4999ca86d32c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01947/analysis/HG01947.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179037#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0aabf58b-91c9-5855-9d47-22a1c7713b53"},"resourceType":"DocumentReference"} +{"id":"f2fb5df2-1224-523c-9899-3671464bc17a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01947/analysis/HG01947.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179037#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0aabf58b-91c9-5855-9d47-22a1c7713b53"},"resourceType":"DocumentReference"} +{"id":"c3c315ea-997c-5610-8147-7a0a9ae09a40","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01947/analysis/HG01947.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179037#sample/cram"}],"status":"current","subject":{"reference":"Patient/0aabf58b-91c9-5855-9d47-22a1c7713b53"},"resourceType":"DocumentReference"} +{"id":"64617e11-58c0-5035-871a-8bf90da44ed8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01948/analysis/HG01948.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179038#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/423597e9-8531-50b0-9a08-143da1018cf9"},"resourceType":"DocumentReference"} +{"id":"713e9c1c-4035-5a32-a3b4-8921f2e72a3c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01948/analysis/HG01948.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179038#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/423597e9-8531-50b0-9a08-143da1018cf9"},"resourceType":"DocumentReference"} +{"id":"695eb6c0-4012-5814-a8b2-d984af57d0dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01948/analysis/HG01948.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179038#sample/cram"}],"status":"current","subject":{"reference":"Patient/423597e9-8531-50b0-9a08-143da1018cf9"},"resourceType":"DocumentReference"} +{"id":"949f3380-0402-58f8-9890-ce465a51dc61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01950/analysis/HG01950.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179040#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5d91f16c-d960-5c1f-8e2a-d300d43360b0"},"resourceType":"DocumentReference"} +{"id":"aef10f88-294c-5cd5-8b4e-8e4201aaeeb3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01950/analysis/HG01950.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179040#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5d91f16c-d960-5c1f-8e2a-d300d43360b0"},"resourceType":"DocumentReference"} +{"id":"31d22dc4-71fc-5eca-8a9b-9eccff0db465","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01950/analysis/HG01950.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179040#sample/cram"}],"status":"current","subject":{"reference":"Patient/5d91f16c-d960-5c1f-8e2a-d300d43360b0"},"resourceType":"DocumentReference"} +{"id":"a6abdd3f-a8c5-5347-a091-9125355abb88","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01951/analysis/HG01951.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179041#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e610ebf4-de22-5784-92fd-568a5fd2d6dd"},"resourceType":"DocumentReference"} +{"id":"48845ab1-8261-59d9-8501-a8a8d002dcf5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01951/analysis/HG01951.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179041#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e610ebf4-de22-5784-92fd-568a5fd2d6dd"},"resourceType":"DocumentReference"} +{"id":"324c506c-26ff-5b51-97d7-36cbed955381","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01951/analysis/HG01951.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179041#sample/cram"}],"status":"current","subject":{"reference":"Patient/e610ebf4-de22-5784-92fd-568a5fd2d6dd"},"resourceType":"DocumentReference"} +{"id":"ea8071fa-533b-50e1-94e6-bb40f36cff6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01953/analysis/HG01953.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179043#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cd4eb9a2-2711-5929-a233-76b39abd1b51"},"resourceType":"DocumentReference"} +{"id":"becec18d-4ad3-5599-98a5-9345531ff951","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01953/analysis/HG01953.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179043#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cd4eb9a2-2711-5929-a233-76b39abd1b51"},"resourceType":"DocumentReference"} +{"id":"b4672806-a677-544b-b30f-e1dfa150dfee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01953/analysis/HG01953.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179043#sample/cram"}],"status":"current","subject":{"reference":"Patient/cd4eb9a2-2711-5929-a233-76b39abd1b51"},"resourceType":"DocumentReference"} +{"id":"dfabce67-9738-5def-bdfa-7dc131692ad9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01954/analysis/HG01954.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179044#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cd7bcc2a-5415-5ae6-bfd2-5715062eb960"},"resourceType":"DocumentReference"} +{"id":"e365f255-c598-54dc-aa6c-d730d525a0c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01954/analysis/HG01954.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179044#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cd7bcc2a-5415-5ae6-bfd2-5715062eb960"},"resourceType":"DocumentReference"} +{"id":"3d08adbf-042b-5502-a551-efab8bf7192d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01954/analysis/HG01954.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179044#sample/cram"}],"status":"current","subject":{"reference":"Patient/cd7bcc2a-5415-5ae6-bfd2-5715062eb960"},"resourceType":"DocumentReference"} +{"id":"6e73e8f4-503d-5ddb-94e5-409aa1eb390c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01967/analysis/HG01967.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179046#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/42b5ff75-c54e-5867-a3f8-b8317d619ed5"},"resourceType":"DocumentReference"} +{"id":"05edbd20-3344-5b55-b83f-738585d490ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01967/analysis/HG01967.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179046#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/42b5ff75-c54e-5867-a3f8-b8317d619ed5"},"resourceType":"DocumentReference"} +{"id":"1225cf90-acf0-5f1a-bfea-5a89ea13afb6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01967/analysis/HG01967.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179046#sample/cram"}],"status":"current","subject":{"reference":"Patient/42b5ff75-c54e-5867-a3f8-b8317d619ed5"},"resourceType":"DocumentReference"} +{"id":"652e4813-872f-5f38-9b31-a4a389c8492d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01968/analysis/HG01968.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179047#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0e738119-dcad-5f74-8258-f8c104d7e8ca"},"resourceType":"DocumentReference"} +{"id":"1d9f9777-58a9-5b8d-82f3-be533ad27fbe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01968/analysis/HG01968.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179047#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0e738119-dcad-5f74-8258-f8c104d7e8ca"},"resourceType":"DocumentReference"} +{"id":"22a448dc-867b-5465-9768-7c6f97449ae9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01968/analysis/HG01968.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179047#sample/cram"}],"status":"current","subject":{"reference":"Patient/0e738119-dcad-5f74-8258-f8c104d7e8ca"},"resourceType":"DocumentReference"} +{"id":"5524ec09-b80d-512c-aa92-e4ba7ca24a7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01970/analysis/HG01970.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179049#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0de49d2f-0da6-5c5f-ad39-4834864dea1f"},"resourceType":"DocumentReference"} +{"id":"1757e817-0899-5af6-bebc-6874d44f7083","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01970/analysis/HG01970.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179049#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0de49d2f-0da6-5c5f-ad39-4834864dea1f"},"resourceType":"DocumentReference"} +{"id":"06709c01-7863-5ee2-9a97-ab58fef65a4c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01970/analysis/HG01970.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179049#sample/cram"}],"status":"current","subject":{"reference":"Patient/0de49d2f-0da6-5c5f-ad39-4834864dea1f"},"resourceType":"DocumentReference"} +{"id":"0de6a248-f5de-5274-b457-0acdae72e3b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01971/analysis/HG01971.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179050#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e2413ff1-c79a-5190-9eb4-383102e76839"},"resourceType":"DocumentReference"} +{"id":"8a83dabd-f641-5556-bee0-c3a1095183a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01971/analysis/HG01971.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179050#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e2413ff1-c79a-5190-9eb4-383102e76839"},"resourceType":"DocumentReference"} +{"id":"5254e087-45b8-57fb-aa8f-3a78e8e4f89c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01971/analysis/HG01971.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179050#sample/cram"}],"status":"current","subject":{"reference":"Patient/e2413ff1-c79a-5190-9eb4-383102e76839"},"resourceType":"DocumentReference"} +{"id":"ec02d935-dc67-5bc6-bda7-c6418b6c888f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01974/analysis/HG01974.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179052#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9a9c84e5-8e92-5d5f-86ca-649eaab2f829"},"resourceType":"DocumentReference"} +{"id":"22568888-714d-5706-bd84-e42cc9830826","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01974/analysis/HG01974.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179052#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9a9c84e5-8e92-5d5f-86ca-649eaab2f829"},"resourceType":"DocumentReference"} +{"id":"f7cee18f-b956-5dfa-a38f-7c722c0570ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01974/analysis/HG01974.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179052#sample/cram"}],"status":"current","subject":{"reference":"Patient/9a9c84e5-8e92-5d5f-86ca-649eaab2f829"},"resourceType":"DocumentReference"} +{"id":"b57cbb08-4bdd-5937-aa35-29f2688f5d63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01973/analysis/HG01973.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179053#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/69abde95-e607-590d-922b-739e3fdaf7d9"},"resourceType":"DocumentReference"} +{"id":"d53a82cb-0f3c-514c-aa6a-4091d30890a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01973/analysis/HG01973.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179053#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/69abde95-e607-590d-922b-739e3fdaf7d9"},"resourceType":"DocumentReference"} +{"id":"e8d05702-3cc9-5d39-a0f9-f6cf9446b7e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01973/analysis/HG01973.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179053#sample/cram"}],"status":"current","subject":{"reference":"Patient/69abde95-e607-590d-922b-739e3fdaf7d9"},"resourceType":"DocumentReference"} +{"id":"25d8e999-12e7-5d3c-9bef-7467a87d2301","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01977/analysis/HG01977.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179055#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/20f5d874-69f2-59d6-a0b5-d77e619efd0f"},"resourceType":"DocumentReference"} +{"id":"d2500b1d-4ddd-5c54-8895-c5a72c7113fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01977/analysis/HG01977.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179055#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/20f5d874-69f2-59d6-a0b5-d77e619efd0f"},"resourceType":"DocumentReference"} +{"id":"90a1139c-56d0-526e-b1b0-26039aaddde1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01977/analysis/HG01977.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179055#sample/cram"}],"status":"current","subject":{"reference":"Patient/20f5d874-69f2-59d6-a0b5-d77e619efd0f"},"resourceType":"DocumentReference"} +{"id":"ea04a35a-68e9-51e6-b902-bd309e41a448","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01976/analysis/HG01976.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179056#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/86feccc7-b08f-5391-a88a-ec43edbe2544"},"resourceType":"DocumentReference"} +{"id":"26f67685-78e7-56ff-9729-ac90cafdd137","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01976/analysis/HG01976.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179056#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/86feccc7-b08f-5391-a88a-ec43edbe2544"},"resourceType":"DocumentReference"} +{"id":"591179c1-b093-551a-95db-c58c9d06e137","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01976/analysis/HG01976.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179056#sample/cram"}],"status":"current","subject":{"reference":"Patient/86feccc7-b08f-5391-a88a-ec43edbe2544"},"resourceType":"DocumentReference"} +{"id":"5b42d6e9-4a03-5749-aafb-9fa15f2d102c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01979/analysis/HG01979.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179058#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bba51369-d3ba-5c1d-95dc-a1e562b66d8c"},"resourceType":"DocumentReference"} +{"id":"95da7ef5-7a1b-502d-a53c-abf3ac1ca3af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01979/analysis/HG01979.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179058#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bba51369-d3ba-5c1d-95dc-a1e562b66d8c"},"resourceType":"DocumentReference"} +{"id":"48badc5b-f7e8-5e95-981c-908c80881595","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01979/analysis/HG01979.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179058#sample/cram"}],"status":"current","subject":{"reference":"Patient/bba51369-d3ba-5c1d-95dc-a1e562b66d8c"},"resourceType":"DocumentReference"} +{"id":"df1ddbad-5cab-5798-9454-7c48869f0679","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01980/analysis/HG01980.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179059#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/343202ad-ff67-537f-97f9-2aed8a9946c0"},"resourceType":"DocumentReference"} +{"id":"e6065ab4-93a7-5b1c-98e4-5a50772867eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01980/analysis/HG01980.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179059#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/343202ad-ff67-537f-97f9-2aed8a9946c0"},"resourceType":"DocumentReference"} +{"id":"b5bbcaa4-48a3-5deb-a240-e5492c9044c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01980/analysis/HG01980.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179059#sample/cram"}],"status":"current","subject":{"reference":"Patient/343202ad-ff67-537f-97f9-2aed8a9946c0"},"resourceType":"DocumentReference"} +{"id":"2b8b2eb4-a652-5742-a4bb-91102820856c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01991/analysis/HG01991.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179061#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/796da09a-d4a7-5ed4-a389-51fbba8f457b"},"resourceType":"DocumentReference"} +{"id":"3bc8cb96-8f15-5c4e-a839-7eb7f4533bbb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01991/analysis/HG01991.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179061#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/796da09a-d4a7-5ed4-a389-51fbba8f457b"},"resourceType":"DocumentReference"} +{"id":"f2c7d631-7bdc-5773-a2f6-17bdf86eb76c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01991/analysis/HG01991.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179061#sample/cram"}],"status":"current","subject":{"reference":"Patient/796da09a-d4a7-5ed4-a389-51fbba8f457b"},"resourceType":"DocumentReference"} +{"id":"d4176a5b-2a97-5d46-8138-0a538576b835","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01992/analysis/HG01992.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179062#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e4b11180-b239-5cae-a5ed-0d11e78e0c7a"},"resourceType":"DocumentReference"} +{"id":"edf3d7b0-6a21-519d-99eb-9c79d20095c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01992/analysis/HG01992.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179062#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e4b11180-b239-5cae-a5ed-0d11e78e0c7a"},"resourceType":"DocumentReference"} +{"id":"66055196-8f80-5c6d-bb00-c1d5007b0a64","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01992/analysis/HG01992.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179062#sample/cram"}],"status":"current","subject":{"reference":"Patient/e4b11180-b239-5cae-a5ed-0d11e78e0c7a"},"resourceType":"DocumentReference"} +{"id":"6aa0590c-8ec1-5302-885e-5ad32908dc94","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02008/analysis/HG02008.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179064#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9be51971-bb93-59c7-a81a-82df10acae4c"},"resourceType":"DocumentReference"} +{"id":"dfe6f15f-03ca-567c-8bb3-ac18f9a2db64","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02008/analysis/HG02008.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179064#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9be51971-bb93-59c7-a81a-82df10acae4c"},"resourceType":"DocumentReference"} +{"id":"f2506142-87b7-5935-aec3-55f3d195e36e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02008/analysis/HG02008.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179064#sample/cram"}],"status":"current","subject":{"reference":"Patient/9be51971-bb93-59c7-a81a-82df10acae4c"},"resourceType":"DocumentReference"} +{"id":"5566ef38-d21c-56ef-ad1b-a7ef0d51b936","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01997/analysis/HG01997.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179065#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b9091d00-bb19-5688-bd9e-f54a0e449b37"},"resourceType":"DocumentReference"} +{"id":"7d62166f-58fb-5ea8-859d-527953c16f32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01997/analysis/HG01997.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179065#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b9091d00-bb19-5688-bd9e-f54a0e449b37"},"resourceType":"DocumentReference"} +{"id":"d3e775fd-388a-5be6-a2bc-fc40dbe7f461","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01997/analysis/HG01997.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179065#sample/cram"}],"status":"current","subject":{"reference":"Patient/b9091d00-bb19-5688-bd9e-f54a0e449b37"},"resourceType":"DocumentReference"} +{"id":"6635166d-b906-58ef-b6d3-1b17b819c733","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02002/analysis/HG02002.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179067#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/92bd9621-08da-5363-b2d6-594fc8c85957"},"resourceType":"DocumentReference"} +{"id":"e7b23c45-9ac2-5210-8ba8-a3afd65f7b70","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02002/analysis/HG02002.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179067#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/92bd9621-08da-5363-b2d6-594fc8c85957"},"resourceType":"DocumentReference"} +{"id":"36cbdd56-7846-5ce4-9b9a-49b742f936fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02002/analysis/HG02002.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179067#sample/cram"}],"status":"current","subject":{"reference":"Patient/92bd9621-08da-5363-b2d6-594fc8c85957"},"resourceType":"DocumentReference"} +{"id":"88a01219-5fbb-5464-bdb0-62bd6236466b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02003/analysis/HG02003.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179068#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f4d7e18b-80a7-550d-a79b-af1312a145c0"},"resourceType":"DocumentReference"} +{"id":"0a681d10-c1b1-5c23-a47b-5a13bd6e5e23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02003/analysis/HG02003.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179068#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f4d7e18b-80a7-550d-a79b-af1312a145c0"},"resourceType":"DocumentReference"} +{"id":"ec6f2071-473e-55d6-90fb-48817c61ab80","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02003/analysis/HG02003.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179068#sample/cram"}],"status":"current","subject":{"reference":"Patient/f4d7e18b-80a7-550d-a79b-af1312a145c0"},"resourceType":"DocumentReference"} +{"id":"c2af0554-9147-5ad1-950a-31a9e509ae8c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02090/analysis/HG02090.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179070#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/95599fe9-8f29-56b0-b506-de49e19b9580"},"resourceType":"DocumentReference"} +{"id":"b55572eb-6d61-5150-aa5e-190fded7e593","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02090/analysis/HG02090.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179070#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/95599fe9-8f29-56b0-b506-de49e19b9580"},"resourceType":"DocumentReference"} +{"id":"a04f1098-77dd-5ef3-a66b-ff108bc3a11d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02090/analysis/HG02090.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179070#sample/cram"}],"status":"current","subject":{"reference":"Patient/95599fe9-8f29-56b0-b506-de49e19b9580"},"resourceType":"DocumentReference"} +{"id":"be9414ae-6122-53c5-afc5-a992c531a846","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02089/analysis/HG02089.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179071#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/96782130-4829-59c5-8645-8e91a7092502"},"resourceType":"DocumentReference"} +{"id":"575c297a-f3c4-518e-8081-608f378a27d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02089/analysis/HG02089.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179071#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/96782130-4829-59c5-8645-8e91a7092502"},"resourceType":"DocumentReference"} +{"id":"63e873e0-7e94-5b1d-9f8a-98276899daf1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02089/analysis/HG02089.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179071#sample/cram"}],"status":"current","subject":{"reference":"Patient/96782130-4829-59c5-8645-8e91a7092502"},"resourceType":"DocumentReference"} +{"id":"3a051831-a87f-5cf4-9b9f-9e10fdde431c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02104/analysis/HG02104.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179073#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b5e69454-5847-5320-a859-64a6cc7af6a3"},"resourceType":"DocumentReference"} +{"id":"d17108d7-aeae-508c-bd51-9a53528310d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02104/analysis/HG02104.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179073#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b5e69454-5847-5320-a859-64a6cc7af6a3"},"resourceType":"DocumentReference"} +{"id":"105bd5b8-5d95-5db2-9faa-02e0f9526b1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02104/analysis/HG02104.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179073#sample/cram"}],"status":"current","subject":{"reference":"Patient/b5e69454-5847-5320-a859-64a6cc7af6a3"},"resourceType":"DocumentReference"} +{"id":"388bc89d-e75e-54f7-9df3-fcc95b91a40e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02105/analysis/HG02105.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179074#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5280e05f-2c9c-5325-abe9-1b745f599087"},"resourceType":"DocumentReference"} +{"id":"cdd58eab-2072-53eb-82b1-099d2ce9e0b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02105/analysis/HG02105.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179074#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5280e05f-2c9c-5325-abe9-1b745f599087"},"resourceType":"DocumentReference"} +{"id":"f2b476e6-6a08-5941-94e7-5f26a85e6e1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02105/analysis/HG02105.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179074#sample/cram"}],"status":"current","subject":{"reference":"Patient/5280e05f-2c9c-5325-abe9-1b745f599087"},"resourceType":"DocumentReference"} +{"id":"50c3fd69-d6df-55c6-a234-8a05c77f7c60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02017/analysis/HG02017.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179096#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a1a49fc3-3ac4-5e2e-8db7-0fe190da2d54"},"resourceType":"DocumentReference"} +{"id":"58dadd1c-f77d-5486-aa97-3cbdf83104b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02017/analysis/HG02017.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179096#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a1a49fc3-3ac4-5e2e-8db7-0fe190da2d54"},"resourceType":"DocumentReference"} +{"id":"872bd870-28d0-5860-b9c4-f6763493d228","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02017/analysis/HG02017.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179096#sample/cram"}],"status":"current","subject":{"reference":"Patient/a1a49fc3-3ac4-5e2e-8db7-0fe190da2d54"},"resourceType":"DocumentReference"} +{"id":"d8b0693e-24f9-54df-8c31-888da80be75f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02016/analysis/HG02016.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179097#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/33305b7a-7f71-5199-8b89-93ace29a8dec"},"resourceType":"DocumentReference"} +{"id":"4ceedb5f-f0e6-50a8-8f7e-adc8a01edefe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02016/analysis/HG02016.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179097#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/33305b7a-7f71-5199-8b89-93ace29a8dec"},"resourceType":"DocumentReference"} +{"id":"8a71ad8c-1522-5c12-9352-4f6615dd8eb8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02016/analysis/HG02016.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179097#sample/cram"}],"status":"current","subject":{"reference":"Patient/33305b7a-7f71-5199-8b89-93ace29a8dec"},"resourceType":"DocumentReference"} +{"id":"ab9e8f5f-60c9-5357-baaa-29eb74428d7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02020/analysis/HG02020.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179099#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ad985635-d80f-5177-93c8-d35e42142cc5"},"resourceType":"DocumentReference"} +{"id":"2c01b5c3-a174-52bb-afe7-692370ad112a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02020/analysis/HG02020.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179099#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ad985635-d80f-5177-93c8-d35e42142cc5"},"resourceType":"DocumentReference"} +{"id":"161bb47e-ce63-5517-8a8c-9b219b96e597","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02020/analysis/HG02020.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179099#sample/cram"}],"status":"current","subject":{"reference":"Patient/ad985635-d80f-5177-93c8-d35e42142cc5"},"resourceType":"DocumentReference"} +{"id":"cd4975f4-5565-57b6-bd84-6ab0f2098245","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02019/analysis/HG02019.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179100#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/af5b9152-3a13-5e70-ad3a-2956c193d9be"},"resourceType":"DocumentReference"} +{"id":"a9f4b24d-8978-5f16-af51-78217068d0b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02019/analysis/HG02019.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179100#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/af5b9152-3a13-5e70-ad3a-2956c193d9be"},"resourceType":"DocumentReference"} +{"id":"18c33ed9-61af-5bcd-a84f-3551c6d5dc37","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02019/analysis/HG02019.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179100#sample/cram"}],"status":"current","subject":{"reference":"Patient/af5b9152-3a13-5e70-ad3a-2956c193d9be"},"resourceType":"DocumentReference"} +{"id":"83d98b39-fec2-5c69-883b-fd331ea7de53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02023/analysis/HG02023.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179102#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f4495a4a-50e0-5086-b2a5-c2f2e808112f"},"resourceType":"DocumentReference"} +{"id":"fdc7508b-4eef-5f07-9ca2-7f1300b3390e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02023/analysis/HG02023.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179102#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f4495a4a-50e0-5086-b2a5-c2f2e808112f"},"resourceType":"DocumentReference"} +{"id":"43ab1d9e-2a97-521c-b65a-1e70d8913f07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02023/analysis/HG02023.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179102#sample/cram"}],"status":"current","subject":{"reference":"Patient/f4495a4a-50e0-5086-b2a5-c2f2e808112f"},"resourceType":"DocumentReference"} +{"id":"871aecbe-5221-5cc1-afb9-23c8a8c2ee86","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02026/analysis/HG02026.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179105#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/df0a7d59-9b36-597f-9b4c-719ef0f61f10"},"resourceType":"DocumentReference"} +{"id":"24f13664-34c1-516c-a879-51e0df97a5e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02026/analysis/HG02026.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179105#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/df0a7d59-9b36-597f-9b4c-719ef0f61f10"},"resourceType":"DocumentReference"} +{"id":"38eecfa9-3d75-53a5-9924-607794e87099","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02026/analysis/HG02026.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179105#sample/cram"}],"status":"current","subject":{"reference":"Patient/df0a7d59-9b36-597f-9b4c-719ef0f61f10"},"resourceType":"DocumentReference"} +{"id":"103ab7a7-1e39-5fb1-9a22-a6de3590a1f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02025/analysis/HG02025.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179106#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d2b9289a-004f-57d8-b6f5-09901894308c"},"resourceType":"DocumentReference"} +{"id":"87cba52a-1d13-57b9-8629-97cac7177082","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02025/analysis/HG02025.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179106#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d2b9289a-004f-57d8-b6f5-09901894308c"},"resourceType":"DocumentReference"} +{"id":"cfb12451-ff79-5709-9c53-ba84b894ce55","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02025/analysis/HG02025.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179106#sample/cram"}],"status":"current","subject":{"reference":"Patient/d2b9289a-004f-57d8-b6f5-09901894308c"},"resourceType":"DocumentReference"} +{"id":"798da683-939d-5a3a-bf60-548bff22d148","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02029/analysis/HG02029.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179108#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/36cdc0a2-a4fc-5964-89c9-6c22d13f9d98"},"resourceType":"DocumentReference"} +{"id":"d07f13cb-3031-5da2-bfc7-fd0a6fb7f032","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02029/analysis/HG02029.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179108#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/36cdc0a2-a4fc-5964-89c9-6c22d13f9d98"},"resourceType":"DocumentReference"} +{"id":"9e5224f9-75f9-5533-8648-2a775d409a7e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02029/analysis/HG02029.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179108#sample/cram"}],"status":"current","subject":{"reference":"Patient/36cdc0a2-a4fc-5964-89c9-6c22d13f9d98"},"resourceType":"DocumentReference"} +{"id":"72b22ae3-2ca2-5b6d-9168-34c8cf3130f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02028/analysis/HG02028.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179109#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d81ee851-9fb2-51f0-9ef6-cdbbe9f763cc"},"resourceType":"DocumentReference"} +{"id":"6c740318-8e14-514f-b9a9-b0f82ef5f99a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02028/analysis/HG02028.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179109#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d81ee851-9fb2-51f0-9ef6-cdbbe9f763cc"},"resourceType":"DocumentReference"} +{"id":"f045f739-1dfe-5260-b59a-513bc5a4ed67","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02028/analysis/HG02028.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179109#sample/cram"}],"status":"current","subject":{"reference":"Patient/d81ee851-9fb2-51f0-9ef6-cdbbe9f763cc"},"resourceType":"DocumentReference"} +{"id":"ca147f47-d942-50fd-8807-6818a1686c5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02058/analysis/HG02058.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179111#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d0f6111e-a4ee-5d62-b042-ded335a6669a"},"resourceType":"DocumentReference"} +{"id":"2c392b7e-4681-595f-8e88-7b12cd5ee6de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02058/analysis/HG02058.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179111#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d0f6111e-a4ee-5d62-b042-ded335a6669a"},"resourceType":"DocumentReference"} +{"id":"07fce3b2-e337-560b-a0a6-0adf5b13a5ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02058/analysis/HG02058.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179111#sample/cram"}],"status":"current","subject":{"reference":"Patient/d0f6111e-a4ee-5d62-b042-ded335a6669a"},"resourceType":"DocumentReference"} +{"id":"da46f173-6ddb-58c6-ad39-a2e69d303266","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02057/analysis/HG02057.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179112#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/47e7afa5-68e6-522f-848c-1820329d419c"},"resourceType":"DocumentReference"} +{"id":"92de24ef-f977-5866-88e5-ce54b399ea56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02057/analysis/HG02057.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179112#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/47e7afa5-68e6-522f-848c-1820329d419c"},"resourceType":"DocumentReference"} +{"id":"d0c71acb-5f99-5a14-b36a-7094cdf8b5bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02057/analysis/HG02057.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179112#sample/cram"}],"status":"current","subject":{"reference":"Patient/47e7afa5-68e6-522f-848c-1820329d419c"},"resourceType":"DocumentReference"} +{"id":"9c4ea5c3-9b93-5a38-b50d-e27af484cf5a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02070/analysis/HG02070.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179114#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/260a469c-f3f6-5b36-8ebf-f6adb7d00355"},"resourceType":"DocumentReference"} +{"id":"c8cd9e87-72df-56a6-9164-875042ed11fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02070/analysis/HG02070.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179114#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/260a469c-f3f6-5b36-8ebf-f6adb7d00355"},"resourceType":"DocumentReference"} +{"id":"3cf86771-a792-5264-b818-cbf221f99b88","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02070/analysis/HG02070.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179114#sample/cram"}],"status":"current","subject":{"reference":"Patient/260a469c-f3f6-5b36-8ebf-f6adb7d00355"},"resourceType":"DocumentReference"} +{"id":"660f93f7-d5c2-5739-a522-780e2f8ae163","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02069/analysis/HG02069.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179115#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/468d82c1-1cb5-524a-a508-15a8d0f5a20d"},"resourceType":"DocumentReference"} +{"id":"5e793e2b-cfe8-53a9-94af-d3a7930bd2ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02069/analysis/HG02069.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179115#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/468d82c1-1cb5-524a-a508-15a8d0f5a20d"},"resourceType":"DocumentReference"} +{"id":"7b5b0b62-030f-5a12-871d-cef1f8cede78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02069/analysis/HG02069.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179115#sample/cram"}],"status":"current","subject":{"reference":"Patient/468d82c1-1cb5-524a-a508-15a8d0f5a20d"},"resourceType":"DocumentReference"} +{"id":"058c019d-b110-568e-a678-9dc1cb95b597","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02073/analysis/HG02073.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179117#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/167972f4-fb47-5bcb-b770-35a7fe358467"},"resourceType":"DocumentReference"} +{"id":"eb43b418-da99-5f08-8a5c-617d3e65d808","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02073/analysis/HG02073.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179117#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/167972f4-fb47-5bcb-b770-35a7fe358467"},"resourceType":"DocumentReference"} +{"id":"ff363b61-cb0d-5eec-b245-3f9ad18f34f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02073/analysis/HG02073.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179117#sample/cram"}],"status":"current","subject":{"reference":"Patient/167972f4-fb47-5bcb-b770-35a7fe358467"},"resourceType":"DocumentReference"} +{"id":"59dcbeb1-1d5b-5c42-8d90-9dfff6375bb9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02072/analysis/HG02072.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179118#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cc6a1203-3172-51e0-92c8-7b109adcb073"},"resourceType":"DocumentReference"} +{"id":"da989196-77e6-53b1-9906-5139fdf77f69","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02072/analysis/HG02072.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179118#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cc6a1203-3172-51e0-92c8-7b109adcb073"},"resourceType":"DocumentReference"} +{"id":"5c3b9375-0745-5af9-b14a-0a689be754a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02072/analysis/HG02072.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179118#sample/cram"}],"status":"current","subject":{"reference":"Patient/cc6a1203-3172-51e0-92c8-7b109adcb073"},"resourceType":"DocumentReference"} +{"id":"b9f2dcb2-1fda-5896-a8c3-0c02b3da653f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02076/analysis/HG02076.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179120#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eead7023-a2e5-5709-a1ad-6170dee1e0d3"},"resourceType":"DocumentReference"} +{"id":"8e94e014-4f32-56a1-821e-3aeb21acf209","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02076/analysis/HG02076.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179120#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eead7023-a2e5-5709-a1ad-6170dee1e0d3"},"resourceType":"DocumentReference"} +{"id":"90307df6-c64f-559b-9179-5093a6c9fc21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02076/analysis/HG02076.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179120#sample/cram"}],"status":"current","subject":{"reference":"Patient/eead7023-a2e5-5709-a1ad-6170dee1e0d3"},"resourceType":"DocumentReference"} +{"id":"5799f182-63d3-5e67-9c7d-5b1ea7a63322","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02075/analysis/HG02075.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179121#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a4d051fe-f268-5489-91ec-59f1f93bf9eb"},"resourceType":"DocumentReference"} +{"id":"aedeb93a-b824-5030-9bf8-463f7289032d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02075/analysis/HG02075.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179121#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a4d051fe-f268-5489-91ec-59f1f93bf9eb"},"resourceType":"DocumentReference"} +{"id":"7887bd28-f465-52fa-9622-606a77327245","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02075/analysis/HG02075.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179121#sample/cram"}],"status":"current","subject":{"reference":"Patient/a4d051fe-f268-5489-91ec-59f1f93bf9eb"},"resourceType":"DocumentReference"} +{"id":"34ae578f-a7bd-5184-9381-f5a5319f8c8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02079/analysis/HG02079.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179123#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/007839b7-d484-5035-ba63-7d8169e2114d"},"resourceType":"DocumentReference"} +{"id":"be751674-5468-5c88-9807-21a74337550e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02079/analysis/HG02079.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179123#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/007839b7-d484-5035-ba63-7d8169e2114d"},"resourceType":"DocumentReference"} +{"id":"3135fb29-e0c6-52bf-9386-977933e21bcd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02079/analysis/HG02079.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179123#sample/cram"}],"status":"current","subject":{"reference":"Patient/007839b7-d484-5035-ba63-7d8169e2114d"},"resourceType":"DocumentReference"} +{"id":"49cabc54-f810-5f5d-acd5-ad5b127124b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02078/analysis/HG02078.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179124#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3d9b5bc6-9be5-5532-82e2-93263f333991"},"resourceType":"DocumentReference"} +{"id":"1e718692-d0fa-587e-b1de-34872f4d2804","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02078/analysis/HG02078.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179124#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3d9b5bc6-9be5-5532-82e2-93263f333991"},"resourceType":"DocumentReference"} +{"id":"0348b023-b2f4-58ba-a168-078df877bcca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02078/analysis/HG02078.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179124#sample/cram"}],"status":"current","subject":{"reference":"Patient/3d9b5bc6-9be5-5532-82e2-93263f333991"},"resourceType":"DocumentReference"} +{"id":"fbd980be-0246-5de2-9c92-0fe5e645a9c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02082/analysis/HG02082.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179126#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/05f4ba95-18c2-52f8-bb2d-8616abe3d9dc"},"resourceType":"DocumentReference"} +{"id":"19174810-1be1-584a-8295-95a9f921b7d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02082/analysis/HG02082.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179126#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/05f4ba95-18c2-52f8-bb2d-8616abe3d9dc"},"resourceType":"DocumentReference"} +{"id":"0298f88b-9c94-53b7-8d94-4af0e0758963","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02082/analysis/HG02082.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179126#sample/cram"}],"status":"current","subject":{"reference":"Patient/05f4ba95-18c2-52f8-bb2d-8616abe3d9dc"},"resourceType":"DocumentReference"} +{"id":"7acf5988-270d-56a8-9091-9a6ae7d3e1aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02081/analysis/HG02081.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179127#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6ab03ade-4b14-57bb-9267-53a23e2b3c63"},"resourceType":"DocumentReference"} +{"id":"e142e166-c6bf-58af-bc32-f3f4bc763f74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02081/analysis/HG02081.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179127#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6ab03ade-4b14-57bb-9267-53a23e2b3c63"},"resourceType":"DocumentReference"} +{"id":"dc74672a-1501-57de-a110-dcb40436b129","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02081/analysis/HG02081.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179127#sample/cram"}],"status":"current","subject":{"reference":"Patient/6ab03ade-4b14-57bb-9267-53a23e2b3c63"},"resourceType":"DocumentReference"} +{"id":"bf49058c-950f-5a73-b7f3-995642c39ba5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02085/analysis/HG02085.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179129#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ba2235d3-8229-5dfa-9071-0205396885eb"},"resourceType":"DocumentReference"} +{"id":"3c851ea3-e107-5964-86ef-ed20b0744358","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02085/analysis/HG02085.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179129#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ba2235d3-8229-5dfa-9071-0205396885eb"},"resourceType":"DocumentReference"} +{"id":"a0f85d09-70cc-5a81-8a05-3b6c540db629","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02085/analysis/HG02085.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179129#sample/cram"}],"status":"current","subject":{"reference":"Patient/ba2235d3-8229-5dfa-9071-0205396885eb"},"resourceType":"DocumentReference"} +{"id":"bb462859-9ec8-50ba-b0b8-c05aa3e02f0b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02084/analysis/HG02084.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179130#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0d90fef6-c896-5872-bde3-e1df18e81b83"},"resourceType":"DocumentReference"} +{"id":"dc779155-0313-5d79-b2b1-3dce472ea079","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02084/analysis/HG02084.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179130#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0d90fef6-c896-5872-bde3-e1df18e81b83"},"resourceType":"DocumentReference"} +{"id":"1b73b0c7-b99e-5446-8562-7fd7d4887cdc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02084/analysis/HG02084.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179130#sample/cram"}],"status":"current","subject":{"reference":"Patient/0d90fef6-c896-5872-bde3-e1df18e81b83"},"resourceType":"DocumentReference"} +{"id":"a9b06d81-a6d5-5c8a-a6e0-9321eb4f740e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02134/analysis/HG02134.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179132#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4b26db3a-30fd-53d8-a576-6eaa1ed9edc8"},"resourceType":"DocumentReference"} +{"id":"1e456c61-0f47-5686-a10e-83947e2cbc51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02134/analysis/HG02134.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179132#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4b26db3a-30fd-53d8-a576-6eaa1ed9edc8"},"resourceType":"DocumentReference"} +{"id":"516b060a-2858-5a7c-b53b-32fcfdcbede8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02134/analysis/HG02134.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179132#sample/cram"}],"status":"current","subject":{"reference":"Patient/4b26db3a-30fd-53d8-a576-6eaa1ed9edc8"},"resourceType":"DocumentReference"} +{"id":"4b0754fa-14d6-589c-a465-02b96f140ace","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02133/analysis/HG02133.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179133#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d1f5ae1b-e255-5dd4-bde5-3cc4a710ca74"},"resourceType":"DocumentReference"} +{"id":"fb2a6909-2b2a-5ee3-8ee2-68757b9aa105","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02133/analysis/HG02133.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179133#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d1f5ae1b-e255-5dd4-bde5-3cc4a710ca74"},"resourceType":"DocumentReference"} +{"id":"163e9048-c41e-56e0-aa3b-65834ee449f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02133/analysis/HG02133.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179133#sample/cram"}],"status":"current","subject":{"reference":"Patient/d1f5ae1b-e255-5dd4-bde5-3cc4a710ca74"},"resourceType":"DocumentReference"} +{"id":"c1d1f33d-c2e8-5455-84e5-e5c874d14348","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01841/analysis/HG01841.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179135#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/20ff5434-259d-5754-a3e2-7af98b0718da"},"resourceType":"DocumentReference"} +{"id":"2eb40e32-aa30-5810-b9cf-98288ee933d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01841/analysis/HG01841.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179135#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/20ff5434-259d-5754-a3e2-7af98b0718da"},"resourceType":"DocumentReference"} +{"id":"630b3ede-1d2c-502b-bb86-31b49c8b63a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01841/analysis/HG01841.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179135#sample/cram"}],"status":"current","subject":{"reference":"Patient/20ff5434-259d-5754-a3e2-7af98b0718da"},"resourceType":"DocumentReference"} +{"id":"29383870-34dd-5cc8-9695-57d1e11056f9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01595/analysis/HG01595.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179136#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5c642f2b-5f3b-5916-ac1d-5872510cc14d"},"resourceType":"DocumentReference"} +{"id":"e7c446fd-43fe-53a4-9cea-1c87f037cb65","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01595/analysis/HG01595.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179136#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5c642f2b-5f3b-5916-ac1d-5872510cc14d"},"resourceType":"DocumentReference"} +{"id":"b01ba911-6010-5f5a-8a59-db2c98bd197f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01595/analysis/HG01595.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179136#sample/cram"}],"status":"current","subject":{"reference":"Patient/5c642f2b-5f3b-5916-ac1d-5872510cc14d"},"resourceType":"DocumentReference"} +{"id":"d79d7bfb-7569-55b8-92dd-8434916508b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01596/analysis/HG01596.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179137#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/840eac17-c271-5fc3-af32-c24856b5da6f"},"resourceType":"DocumentReference"} +{"id":"bb85c396-5ed9-5f07-b017-c050b2069845","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01596/analysis/HG01596.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179137#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/840eac17-c271-5fc3-af32-c24856b5da6f"},"resourceType":"DocumentReference"} +{"id":"14219220-d4f5-5dc2-9203-bfcd75ef5855","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01596/analysis/HG01596.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179137#sample/cram"}],"status":"current","subject":{"reference":"Patient/840eac17-c271-5fc3-af32-c24856b5da6f"},"resourceType":"DocumentReference"} +{"id":"b97a3de1-df2c-53d9-86e0-79ac210bfd7b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01597/analysis/HG01597.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179138#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2556d603-5a0b-5f8d-8883-6bcba91e4690"},"resourceType":"DocumentReference"} +{"id":"e80d6ad3-551b-512e-ba4e-434f62f82ac9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01597/analysis/HG01597.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179138#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2556d603-5a0b-5f8d-8883-6bcba91e4690"},"resourceType":"DocumentReference"} +{"id":"749e369e-bf1d-56cd-b0d7-bcefb7de362b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01597/analysis/HG01597.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179138#sample/cram"}],"status":"current","subject":{"reference":"Patient/2556d603-5a0b-5f8d-8883-6bcba91e4690"},"resourceType":"DocumentReference"} +{"id":"2a250ec1-c011-571f-8e81-b0eaeca47af1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01598/analysis/HG01598.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179139#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/08675f98-39b8-5fd0-a7c3-590547a81cc6"},"resourceType":"DocumentReference"} +{"id":"55d56741-a965-5333-ac0f-fd0cb9e5ba01","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01598/analysis/HG01598.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179139#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/08675f98-39b8-5fd0-a7c3-590547a81cc6"},"resourceType":"DocumentReference"} +{"id":"77e7219b-78b5-5455-8186-ceefda46989d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01598/analysis/HG01598.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179139#sample/cram"}],"status":"current","subject":{"reference":"Patient/08675f98-39b8-5fd0-a7c3-590547a81cc6"},"resourceType":"DocumentReference"} +{"id":"03394af4-80f9-5aba-bee5-369d2cded02f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01599/analysis/HG01599.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179140#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b588576d-dfaa-5153-97b1-2603e96463b3"},"resourceType":"DocumentReference"} +{"id":"52eb08b3-43d9-5dd1-a637-071fe9d4677c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01599/analysis/HG01599.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179140#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b588576d-dfaa-5153-97b1-2603e96463b3"},"resourceType":"DocumentReference"} +{"id":"bedd8a23-5e83-57de-a7de-7e0133876f18","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01599/analysis/HG01599.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179140#sample/cram"}],"status":"current","subject":{"reference":"Patient/b588576d-dfaa-5153-97b1-2603e96463b3"},"resourceType":"DocumentReference"} +{"id":"9ef63ee4-cbfc-5fb4-8e2e-2a6fd0c9cffb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01600/analysis/HG01600.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179141#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7e95f987-229b-583d-b065-4a0110bc04db"},"resourceType":"DocumentReference"} +{"id":"6c99b1ce-7406-5a57-b405-68e0c18abcf4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01600/analysis/HG01600.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179141#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7e95f987-229b-583d-b065-4a0110bc04db"},"resourceType":"DocumentReference"} +{"id":"ee7291cf-c4c9-5821-b5a9-af03864dd62a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01600/analysis/HG01600.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179141#sample/cram"}],"status":"current","subject":{"reference":"Patient/7e95f987-229b-583d-b065-4a0110bc04db"},"resourceType":"DocumentReference"} +{"id":"914440ed-0c56-58dc-ac3f-55a1916b8bf8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01840/analysis/HG01840.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179142#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8d5e6529-3247-566e-a456-e84a3511a51a"},"resourceType":"DocumentReference"} +{"id":"d8d933ef-acc5-5146-a39e-8fa90249b92b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01840/analysis/HG01840.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179142#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8d5e6529-3247-566e-a456-e84a3511a51a"},"resourceType":"DocumentReference"} +{"id":"7d1369cd-c02d-5161-a966-503b3b23bfc2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01840/analysis/HG01840.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179142#sample/cram"}],"status":"current","subject":{"reference":"Patient/8d5e6529-3247-566e-a456-e84a3511a51a"},"resourceType":"DocumentReference"} +{"id":"38cf4cfb-9959-5a28-9d30-608c6cc9c9ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01842/analysis/HG01842.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179143#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6dbd7fe2-8af8-51e7-8174-6606e33553ad"},"resourceType":"DocumentReference"} +{"id":"c432c395-d845-5c9d-9321-cc33b1269531","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01842/analysis/HG01842.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179143#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6dbd7fe2-8af8-51e7-8174-6606e33553ad"},"resourceType":"DocumentReference"} +{"id":"0def6ec6-f206-59c5-8bef-0eb5f5be9ea4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01842/analysis/HG01842.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179143#sample/cram"}],"status":"current","subject":{"reference":"Patient/6dbd7fe2-8af8-51e7-8174-6606e33553ad"},"resourceType":"DocumentReference"} +{"id":"0c4026d8-96ab-5f58-bf3f-812b0ba7e253","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01843/analysis/HG01843.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179144#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a7023c10-80c3-5369-9eed-6e3f361900da"},"resourceType":"DocumentReference"} +{"id":"09ecdc6e-2c33-5fe7-8168-83b072a2d553","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01843/analysis/HG01843.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179144#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a7023c10-80c3-5369-9eed-6e3f361900da"},"resourceType":"DocumentReference"} +{"id":"fab9639f-10c2-5e0b-9152-3691f27cd26e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01843/analysis/HG01843.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179144#sample/cram"}],"status":"current","subject":{"reference":"Patient/a7023c10-80c3-5369-9eed-6e3f361900da"},"resourceType":"DocumentReference"} +{"id":"0c4159a6-d0fc-5cf8-9a7a-deb5bbe461fc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01844/analysis/HG01844.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179145#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f3e13a60-4d5c-57eb-9b63-710f622f8fa8"},"resourceType":"DocumentReference"} +{"id":"895829b2-b3b5-5cb3-ae5b-3e2b7f1db848","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01844/analysis/HG01844.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179145#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f3e13a60-4d5c-57eb-9b63-710f622f8fa8"},"resourceType":"DocumentReference"} +{"id":"2a305744-39fe-5bab-825f-4269ba63587e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01844/analysis/HG01844.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179145#sample/cram"}],"status":"current","subject":{"reference":"Patient/f3e13a60-4d5c-57eb-9b63-710f622f8fa8"},"resourceType":"DocumentReference"} +{"id":"d1ddf814-35f2-5030-9662-754178a0cb07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01845/analysis/HG01845.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179146#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d24632d8-5b1a-5ec8-97c7-6f624cf29ace"},"resourceType":"DocumentReference"} +{"id":"53619561-8824-5339-953a-7850c81b2c33","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01845/analysis/HG01845.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179146#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d24632d8-5b1a-5ec8-97c7-6f624cf29ace"},"resourceType":"DocumentReference"} +{"id":"51353b0c-71bd-5a87-b70b-9359c7da8e91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01845/analysis/HG01845.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179146#sample/cram"}],"status":"current","subject":{"reference":"Patient/d24632d8-5b1a-5ec8-97c7-6f624cf29ace"},"resourceType":"DocumentReference"} +{"id":"285c2712-9463-5b08-bee8-b33356da2c37","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01846/analysis/HG01846.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179147#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3bac18a0-a6ec-5558-86b4-dd1ca8d8907f"},"resourceType":"DocumentReference"} +{"id":"3cba07e5-410d-599f-9242-b5d42adf363c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01846/analysis/HG01846.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179147#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3bac18a0-a6ec-5558-86b4-dd1ca8d8907f"},"resourceType":"DocumentReference"} +{"id":"de74d8b0-4d6e-5d5e-92a1-af1dba2e95ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01846/analysis/HG01846.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179147#sample/cram"}],"status":"current","subject":{"reference":"Patient/3bac18a0-a6ec-5558-86b4-dd1ca8d8907f"},"resourceType":"DocumentReference"} +{"id":"de8eda12-dc82-52dd-b2b8-109d80c5f6ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01847/analysis/HG01847.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179148#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3bda2472-8744-54ed-a78d-cb67f47b92b2"},"resourceType":"DocumentReference"} +{"id":"9f2fa4d9-227b-5990-99fe-71b75dffa609","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01847/analysis/HG01847.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179148#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3bda2472-8744-54ed-a78d-cb67f47b92b2"},"resourceType":"DocumentReference"} +{"id":"c57f6ed0-5499-579f-8c0c-d092365da1b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01847/analysis/HG01847.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179148#sample/cram"}],"status":"current","subject":{"reference":"Patient/3bda2472-8744-54ed-a78d-cb67f47b92b2"},"resourceType":"DocumentReference"} +{"id":"7793859d-4df1-5f97-8a97-472b53968d07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01848/analysis/HG01848.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179149#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/219edd16-8a88-5286-afae-c3fe6e32d747"},"resourceType":"DocumentReference"} +{"id":"b2332de5-3eb8-51fa-814f-4d6959e41926","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01848/analysis/HG01848.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179149#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/219edd16-8a88-5286-afae-c3fe6e32d747"},"resourceType":"DocumentReference"} +{"id":"989d6f9c-96fc-5c20-b414-70da8f203109","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01848/analysis/HG01848.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179149#sample/cram"}],"status":"current","subject":{"reference":"Patient/219edd16-8a88-5286-afae-c3fe6e32d747"},"resourceType":"DocumentReference"} +{"id":"b0347734-8f1c-540a-9f08-34d2a9d6021b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01849/analysis/HG01849.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179150#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1ebaebaf-ceb5-57da-b8c3-c2055b9f268f"},"resourceType":"DocumentReference"} +{"id":"b9935da6-869c-5ea4-a282-66a80f1c9516","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01849/analysis/HG01849.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179150#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1ebaebaf-ceb5-57da-b8c3-c2055b9f268f"},"resourceType":"DocumentReference"} +{"id":"58f06b3b-cb89-5e21-88b1-b1a511e88f6b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01849/analysis/HG01849.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179150#sample/cram"}],"status":"current","subject":{"reference":"Patient/1ebaebaf-ceb5-57da-b8c3-c2055b9f268f"},"resourceType":"DocumentReference"} +{"id":"f05ebb3f-94f8-54fd-af99-4c3f9869a47d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01850/analysis/HG01850.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179151#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e4105224-7eee-5a1a-987a-fac09403975b"},"resourceType":"DocumentReference"} +{"id":"5cc7956b-5ae1-59f8-a6fe-316a39b43256","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01850/analysis/HG01850.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179151#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e4105224-7eee-5a1a-987a-fac09403975b"},"resourceType":"DocumentReference"} +{"id":"2b30efb5-3170-570b-a784-9ecd893d48c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01850/analysis/HG01850.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179151#sample/cram"}],"status":"current","subject":{"reference":"Patient/e4105224-7eee-5a1a-987a-fac09403975b"},"resourceType":"DocumentReference"} +{"id":"d2c4bddd-fa0e-5d8a-a106-fe74adb6d85c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01851/analysis/HG01851.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179152#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6fb5230b-f497-5acc-9a7b-99c96c534f54"},"resourceType":"DocumentReference"} +{"id":"b33b4832-3f20-5ae9-af38-0338ec21e7b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01851/analysis/HG01851.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179152#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6fb5230b-f497-5acc-9a7b-99c96c534f54"},"resourceType":"DocumentReference"} +{"id":"a7c0a8f2-b0be-530e-90e7-7805393fb634","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01851/analysis/HG01851.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179152#sample/cram"}],"status":"current","subject":{"reference":"Patient/6fb5230b-f497-5acc-9a7b-99c96c534f54"},"resourceType":"DocumentReference"} +{"id":"239eae17-9513-5e54-b643-1674bacdc623","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01852/analysis/HG01852.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179153#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/63d5ac99-0cb7-531d-a300-a0cc5b2c6bc0"},"resourceType":"DocumentReference"} +{"id":"3e323ddf-889f-5765-9205-be484b9f2797","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01852/analysis/HG01852.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179153#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/63d5ac99-0cb7-531d-a300-a0cc5b2c6bc0"},"resourceType":"DocumentReference"} +{"id":"91c01f34-784b-5db1-9d62-e025a33787aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01852/analysis/HG01852.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179153#sample/cram"}],"status":"current","subject":{"reference":"Patient/63d5ac99-0cb7-531d-a300-a0cc5b2c6bc0"},"resourceType":"DocumentReference"} +{"id":"387bda45-c15c-5195-b8ef-6a1f19e54d17","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01853/analysis/HG01853.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179154#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/91c19a2f-99ce-5a13-b018-2dd33e435e4d"},"resourceType":"DocumentReference"} +{"id":"21f1719f-edd0-5daa-941e-57d0146cb40c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01853/analysis/HG01853.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179154#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/91c19a2f-99ce-5a13-b018-2dd33e435e4d"},"resourceType":"DocumentReference"} +{"id":"62c0de93-02bd-5c2d-82f0-dc532df94864","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01853/analysis/HG01853.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179154#sample/cram"}],"status":"current","subject":{"reference":"Patient/91c19a2f-99ce-5a13-b018-2dd33e435e4d"},"resourceType":"DocumentReference"} +{"id":"e39e13ea-bf66-5843-8465-d4e443bff370","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01855/analysis/HG01855.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179155#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/da31f276-ca0f-5f61-b92a-dedbf5f0d3ef"},"resourceType":"DocumentReference"} +{"id":"039b5547-8190-5e50-ada3-dd8a89a81991","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01855/analysis/HG01855.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179155#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/da31f276-ca0f-5f61-b92a-dedbf5f0d3ef"},"resourceType":"DocumentReference"} +{"id":"9119048e-962a-5a6b-a88b-e4b50502d0b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01855/analysis/HG01855.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179155#sample/cram"}],"status":"current","subject":{"reference":"Patient/da31f276-ca0f-5f61-b92a-dedbf5f0d3ef"},"resourceType":"DocumentReference"} +{"id":"b5d0bf81-ed9f-53e6-8937-b6fd313875b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01857/analysis/HG01857.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179156#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5f20244f-5589-5d6e-a3cb-7f733d18aac6"},"resourceType":"DocumentReference"} +{"id":"3cd4ca15-12ef-588a-8e9d-f2e6f3a24e56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01857/analysis/HG01857.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179156#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5f20244f-5589-5d6e-a3cb-7f733d18aac6"},"resourceType":"DocumentReference"} +{"id":"1cd3c4b6-55c6-5352-b4ce-82b2c8ca6821","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01857/analysis/HG01857.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179156#sample/cram"}],"status":"current","subject":{"reference":"Patient/5f20244f-5589-5d6e-a3cb-7f733d18aac6"},"resourceType":"DocumentReference"} +{"id":"67aa7f7b-44bf-5b46-be77-257b5289e763","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01858/analysis/HG01858.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179157#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b43f4eac-8e9e-5d09-afb7-8d39fee5a713"},"resourceType":"DocumentReference"} +{"id":"93ab3ac9-22c3-50e2-a650-261a450af06f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01858/analysis/HG01858.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179157#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b43f4eac-8e9e-5d09-afb7-8d39fee5a713"},"resourceType":"DocumentReference"} +{"id":"a75a6a49-4b53-593d-b414-4f63072834be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01858/analysis/HG01858.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179157#sample/cram"}],"status":"current","subject":{"reference":"Patient/b43f4eac-8e9e-5d09-afb7-8d39fee5a713"},"resourceType":"DocumentReference"} +{"id":"5a7d0927-d65f-50d2-9753-6c440b005f1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01859/analysis/HG01859.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179158#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6310ff7b-503e-59e1-92e2-0f01b3471822"},"resourceType":"DocumentReference"} +{"id":"965d4e8e-50a4-5067-a639-ddb23c1d8e4c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01859/analysis/HG01859.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179158#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6310ff7b-503e-59e1-92e2-0f01b3471822"},"resourceType":"DocumentReference"} +{"id":"4ddcb7c9-5b76-5425-b542-9d696feedbee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01859/analysis/HG01859.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179158#sample/cram"}],"status":"current","subject":{"reference":"Patient/6310ff7b-503e-59e1-92e2-0f01b3471822"},"resourceType":"DocumentReference"} +{"id":"2f0b23ee-69aa-57f1-b57b-5f9d6a965d55","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01860/analysis/HG01860.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179159#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f3d1cb02-9dc9-5a65-a6ae-c15b2b6eabae"},"resourceType":"DocumentReference"} +{"id":"5316ba68-bb79-5877-b326-5b05bf7e5c35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01860/analysis/HG01860.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179159#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f3d1cb02-9dc9-5a65-a6ae-c15b2b6eabae"},"resourceType":"DocumentReference"} +{"id":"539ae2e8-6fa4-534e-8503-9f3900d92706","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01860/analysis/HG01860.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179159#sample/cram"}],"status":"current","subject":{"reference":"Patient/f3d1cb02-9dc9-5a65-a6ae-c15b2b6eabae"},"resourceType":"DocumentReference"} +{"id":"bbe5d236-3c89-58f0-b18b-762c835fc3d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01861/analysis/HG01861.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179160#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/16b13cd2-4028-58c6-a499-a3a33ee4c850"},"resourceType":"DocumentReference"} +{"id":"d49c529f-df0c-5b22-b491-f586a041078f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01861/analysis/HG01861.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179160#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/16b13cd2-4028-58c6-a499-a3a33ee4c850"},"resourceType":"DocumentReference"} +{"id":"9fd5187a-56d8-5412-9317-913206d89abf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01861/analysis/HG01861.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179160#sample/cram"}],"status":"current","subject":{"reference":"Patient/16b13cd2-4028-58c6-a499-a3a33ee4c850"},"resourceType":"DocumentReference"} +{"id":"e5cda58e-a646-52dd-903e-fda4de0ca3a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01862/analysis/HG01862.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179161#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/10a4a92f-ef1f-57bb-8c7c-6ac10eef2c43"},"resourceType":"DocumentReference"} +{"id":"8633f4b3-f652-597e-85ac-d2d910d64b1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01862/analysis/HG01862.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179161#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/10a4a92f-ef1f-57bb-8c7c-6ac10eef2c43"},"resourceType":"DocumentReference"} +{"id":"cfee356b-759d-502c-bdae-68117078bd5d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01862/analysis/HG01862.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179161#sample/cram"}],"status":"current","subject":{"reference":"Patient/10a4a92f-ef1f-57bb-8c7c-6ac10eef2c43"},"resourceType":"DocumentReference"} +{"id":"0590eaa4-9916-5fd1-8f1b-9dc36c1534d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01863/analysis/HG01863.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179162#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/97fb0ad7-d384-5df4-a2f4-2638d182a5a3"},"resourceType":"DocumentReference"} +{"id":"2cdc20b5-3142-5a39-b9cf-06b81e4caf85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01863/analysis/HG01863.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179162#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/97fb0ad7-d384-5df4-a2f4-2638d182a5a3"},"resourceType":"DocumentReference"} +{"id":"f90fa1ca-c107-5673-b107-9c317d51939e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01863/analysis/HG01863.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179162#sample/cram"}],"status":"current","subject":{"reference":"Patient/97fb0ad7-d384-5df4-a2f4-2638d182a5a3"},"resourceType":"DocumentReference"} +{"id":"787d57a8-6a1a-55e8-836f-d1b42fc7c1b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01864/analysis/HG01864.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179163#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2e512501-0bc9-5cf7-a7ba-59f6266346a2"},"resourceType":"DocumentReference"} +{"id":"011e902e-fc68-511c-b98a-a5cc11abb353","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01864/analysis/HG01864.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179163#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2e512501-0bc9-5cf7-a7ba-59f6266346a2"},"resourceType":"DocumentReference"} +{"id":"d9238a68-e759-54e4-8c8b-8b80fd9df025","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01864/analysis/HG01864.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179163#sample/cram"}],"status":"current","subject":{"reference":"Patient/2e512501-0bc9-5cf7-a7ba-59f6266346a2"},"resourceType":"DocumentReference"} +{"id":"81b79fcc-cee4-5eca-9ac4-45cc85fba110","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01865/analysis/HG01865.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179164#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6d29cca3-3b6e-517f-986d-9d024057509f"},"resourceType":"DocumentReference"} +{"id":"968518f8-f64a-57ba-888d-5092a6e29a97","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01865/analysis/HG01865.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179164#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6d29cca3-3b6e-517f-986d-9d024057509f"},"resourceType":"DocumentReference"} +{"id":"2fe285e6-c90a-5002-8035-d707a0098400","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01865/analysis/HG01865.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179164#sample/cram"}],"status":"current","subject":{"reference":"Patient/6d29cca3-3b6e-517f-986d-9d024057509f"},"resourceType":"DocumentReference"} +{"id":"e77e13dd-a41a-5b18-bdfa-83fd0bf5e756","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01866/analysis/HG01866.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179165#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d656cf64-e6f0-5031-b96c-ec29cd60ac7d"},"resourceType":"DocumentReference"} +{"id":"5204e0eb-2a19-5926-a0f9-acfb42147327","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01866/analysis/HG01866.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179165#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d656cf64-e6f0-5031-b96c-ec29cd60ac7d"},"resourceType":"DocumentReference"} +{"id":"09325bcb-5aa5-5583-bf9f-569b61d1c717","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01866/analysis/HG01866.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179165#sample/cram"}],"status":"current","subject":{"reference":"Patient/d656cf64-e6f0-5031-b96c-ec29cd60ac7d"},"resourceType":"DocumentReference"} +{"id":"e11f2b72-0c2e-5ece-b7b9-e94ce1bfe41f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01867/analysis/HG01867.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179166#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/32706563-0494-5554-ab3b-7edb76ed00ad"},"resourceType":"DocumentReference"} +{"id":"dae28c9f-b786-5585-822e-dbd732505283","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01867/analysis/HG01867.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179166#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/32706563-0494-5554-ab3b-7edb76ed00ad"},"resourceType":"DocumentReference"} +{"id":"7c590f69-cb2c-5307-973a-6295740a1ca4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01867/analysis/HG01867.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179166#sample/cram"}],"status":"current","subject":{"reference":"Patient/32706563-0494-5554-ab3b-7edb76ed00ad"},"resourceType":"DocumentReference"} +{"id":"0bf8e102-52da-5e7b-a151-a0b021cca044","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01868/analysis/HG01868.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179167#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d8ffb7dc-ef50-5d1b-a2f9-016f690882b0"},"resourceType":"DocumentReference"} +{"id":"1d1efc6f-1eaa-517b-9a99-9397ca947664","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01868/analysis/HG01868.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179167#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d8ffb7dc-ef50-5d1b-a2f9-016f690882b0"},"resourceType":"DocumentReference"} +{"id":"0f7068cd-3c0b-5c4c-98ba-3f37f658a413","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01868/analysis/HG01868.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179167#sample/cram"}],"status":"current","subject":{"reference":"Patient/d8ffb7dc-ef50-5d1b-a2f9-016f690882b0"},"resourceType":"DocumentReference"} +{"id":"47fa57b2-b68d-5886-a6d0-a06b47d83afb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01869/analysis/HG01869.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179168#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6f9c2127-8d54-5d2b-b760-1c17b991b949"},"resourceType":"DocumentReference"} +{"id":"264a6098-ad11-5c36-91cf-83f213558115","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01869/analysis/HG01869.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179168#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6f9c2127-8d54-5d2b-b760-1c17b991b949"},"resourceType":"DocumentReference"} +{"id":"86de9873-a98a-50dc-a2a5-212b4f8d03ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01869/analysis/HG01869.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179168#sample/cram"}],"status":"current","subject":{"reference":"Patient/6f9c2127-8d54-5d2b-b760-1c17b991b949"},"resourceType":"DocumentReference"} +{"id":"7df0cf6d-78c3-5507-8095-aaa24825651f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01870/analysis/HG01870.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179169#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fe65a7de-43f1-5bb7-a248-959222c71c15"},"resourceType":"DocumentReference"} +{"id":"f2921d6d-c232-5eff-a278-af921ed369b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01870/analysis/HG01870.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179169#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fe65a7de-43f1-5bb7-a248-959222c71c15"},"resourceType":"DocumentReference"} +{"id":"beb26a39-b4ce-548a-99f7-46a9495918ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01870/analysis/HG01870.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179169#sample/cram"}],"status":"current","subject":{"reference":"Patient/fe65a7de-43f1-5bb7-a248-959222c71c15"},"resourceType":"DocumentReference"} +{"id":"d9103fa9-9d8f-54c7-a5f9-3cf49358c5b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01871/analysis/HG01871.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179170#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/51258024-e516-5262-950c-608509933e50"},"resourceType":"DocumentReference"} +{"id":"616665cd-e20b-52ae-a5a9-860e71170288","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01871/analysis/HG01871.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179170#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/51258024-e516-5262-950c-608509933e50"},"resourceType":"DocumentReference"} +{"id":"f2bb4541-d2c6-5998-9dc7-c8b94b3c9d43","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01871/analysis/HG01871.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179170#sample/cram"}],"status":"current","subject":{"reference":"Patient/51258024-e516-5262-950c-608509933e50"},"resourceType":"DocumentReference"} +{"id":"bf483114-387e-5e99-be8f-ede20685346a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01872/analysis/HG01872.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179171#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a2851693-97b2-58c8-9b08-28f92cd93ecf"},"resourceType":"DocumentReference"} +{"id":"f9298b13-590f-594c-9542-9c9640fa51a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01872/analysis/HG01872.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179171#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a2851693-97b2-58c8-9b08-28f92cd93ecf"},"resourceType":"DocumentReference"} +{"id":"f0252168-368c-5660-9d98-0d006ba2befb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01872/analysis/HG01872.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179171#sample/cram"}],"status":"current","subject":{"reference":"Patient/a2851693-97b2-58c8-9b08-28f92cd93ecf"},"resourceType":"DocumentReference"} +{"id":"92e7be81-f57a-5b5f-8d9a-8e331c2e7d3b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01873/analysis/HG01873.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179172#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/61eefc3e-fec6-5da3-9f3d-f307de1b4c12"},"resourceType":"DocumentReference"} +{"id":"1e2f02e2-6186-5848-97e7-9c0a65732454","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01873/analysis/HG01873.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179172#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/61eefc3e-fec6-5da3-9f3d-f307de1b4c12"},"resourceType":"DocumentReference"} +{"id":"2ff80838-1ca5-5cac-8a08-d6a0ee2f36f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01873/analysis/HG01873.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179172#sample/cram"}],"status":"current","subject":{"reference":"Patient/61eefc3e-fec6-5da3-9f3d-f307de1b4c12"},"resourceType":"DocumentReference"} +{"id":"ace0b3ca-0d28-5fa2-a9f8-7546feb4e4ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01874/analysis/HG01874.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179173#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/69ca51ea-e643-5f8f-b71a-41a060364585"},"resourceType":"DocumentReference"} +{"id":"f76e9cf5-b601-51df-9ab0-ab4a89b36b9d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01874/analysis/HG01874.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179173#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/69ca51ea-e643-5f8f-b71a-41a060364585"},"resourceType":"DocumentReference"} +{"id":"819a2fd8-a620-5cc6-9556-75956c3c51d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01874/analysis/HG01874.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179173#sample/cram"}],"status":"current","subject":{"reference":"Patient/69ca51ea-e643-5f8f-b71a-41a060364585"},"resourceType":"DocumentReference"} +{"id":"7020e518-f039-5a8e-b8a1-b84d6d1c107b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01878/analysis/HG01878.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179174#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e5c13d9d-d669-5634-86b5-ee11a1c87899"},"resourceType":"DocumentReference"} +{"id":"3968a0c1-03a0-5ae9-b96f-8ce9a7a41af1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01878/analysis/HG01878.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179174#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e5c13d9d-d669-5634-86b5-ee11a1c87899"},"resourceType":"DocumentReference"} +{"id":"5a5dd323-c083-5804-8938-2b82daa8a12c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01878/analysis/HG01878.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179174#sample/cram"}],"status":"current","subject":{"reference":"Patient/e5c13d9d-d669-5634-86b5-ee11a1c87899"},"resourceType":"DocumentReference"} +{"id":"a42ac56e-11db-52ee-8adb-f38896636684","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02048/analysis/HG02048.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179175#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/692eba31-7c49-5990-b2a6-ab5ce3a92926"},"resourceType":"DocumentReference"} +{"id":"19487a33-504c-5f50-a781-702d9366ddd1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02048/analysis/HG02048.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179175#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/692eba31-7c49-5990-b2a6-ab5ce3a92926"},"resourceType":"DocumentReference"} +{"id":"def9cfc9-fd1c-58f5-a05b-6767349a50ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02048/analysis/HG02048.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179175#sample/cram"}],"status":"current","subject":{"reference":"Patient/692eba31-7c49-5990-b2a6-ab5ce3a92926"},"resourceType":"DocumentReference"} +{"id":"cec45aa6-e6cf-5008-a861-3f27dc0bed6b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02049/analysis/HG02049.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179176#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/46ab62fd-7666-51fe-a5c3-b3c327104f28"},"resourceType":"DocumentReference"} +{"id":"94e76e4d-77dc-5779-bf2e-d671645f32d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02049/analysis/HG02049.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179176#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/46ab62fd-7666-51fe-a5c3-b3c327104f28"},"resourceType":"DocumentReference"} +{"id":"f8acbe02-f10b-53b0-ae25-c3f621d19a24","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02049/analysis/HG02049.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179176#sample/cram"}],"status":"current","subject":{"reference":"Patient/46ab62fd-7666-51fe-a5c3-b3c327104f28"},"resourceType":"DocumentReference"} +{"id":"59bd6451-b4cb-573f-a166-46187457f2b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02086/analysis/HG02086.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179177#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3468bfe0-77fc-5f5a-8ea3-3861adf142c4"},"resourceType":"DocumentReference"} +{"id":"f75162e3-4adc-530c-b43d-68febe6934f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02086/analysis/HG02086.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179177#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3468bfe0-77fc-5f5a-8ea3-3861adf142c4"},"resourceType":"DocumentReference"} +{"id":"e62234f1-859d-5e82-a26e-937e09f496ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02086/analysis/HG02086.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179177#sample/cram"}],"status":"current","subject":{"reference":"Patient/3468bfe0-77fc-5f5a-8ea3-3861adf142c4"},"resourceType":"DocumentReference"} +{"id":"4aaed732-1619-57d0-8df2-b312196197f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02087/analysis/HG02087.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179178#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a6bd5976-7906-5f34-b622-ef8f41e9ac7d"},"resourceType":"DocumentReference"} +{"id":"41ce3a1c-b74b-5399-b76e-dcd4483071f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02087/analysis/HG02087.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179178#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a6bd5976-7906-5f34-b622-ef8f41e9ac7d"},"resourceType":"DocumentReference"} +{"id":"0ef29c2b-c7f0-5bae-9f58-e068044d6a8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02087/analysis/HG02087.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179178#sample/cram"}],"status":"current","subject":{"reference":"Patient/a6bd5976-7906-5f34-b622-ef8f41e9ac7d"},"resourceType":"DocumentReference"} +{"id":"b7cc8ecf-a4c0-5687-a654-13bd6c391525","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02088/analysis/HG02088.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179179#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eaa39708-1c34-525e-ba46-374f0f746b49"},"resourceType":"DocumentReference"} +{"id":"33baa0aa-4ed0-5de9-a4a5-b368afd51543","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02088/analysis/HG02088.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179179#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eaa39708-1c34-525e-ba46-374f0f746b49"},"resourceType":"DocumentReference"} +{"id":"573f59f5-7671-546d-891e-f782229ef90d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02088/analysis/HG02088.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179179#sample/cram"}],"status":"current","subject":{"reference":"Patient/eaa39708-1c34-525e-ba46-374f0f746b49"},"resourceType":"DocumentReference"} +{"id":"5b93b89e-9339-5c8a-b004-39b56a035cbe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02138/analysis/HG02138.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179180#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0d97361b-a428-5b0e-86a4-b80199404a8a"},"resourceType":"DocumentReference"} +{"id":"b382899f-b619-5c57-a90c-f080375cb131","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02138/analysis/HG02138.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179180#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0d97361b-a428-5b0e-86a4-b80199404a8a"},"resourceType":"DocumentReference"} +{"id":"95fee238-051f-5dae-bea8-e3133362e36c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02138/analysis/HG02138.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179180#sample/cram"}],"status":"current","subject":{"reference":"Patient/0d97361b-a428-5b0e-86a4-b80199404a8a"},"resourceType":"DocumentReference"} +{"id":"b5f76269-cccb-56b4-9a74-1030a39b0a25","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02139/analysis/HG02139.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179181#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/96d14e5e-df36-5c00-a895-9d6035f5e615"},"resourceType":"DocumentReference"} +{"id":"9a3ac02f-aca3-579e-bee4-4d3f6722bbcd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02139/analysis/HG02139.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179181#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/96d14e5e-df36-5c00-a895-9d6035f5e615"},"resourceType":"DocumentReference"} +{"id":"d98d01fd-4820-5b9d-bfbf-73ff91a695d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02139/analysis/HG02139.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179181#sample/cram"}],"status":"current","subject":{"reference":"Patient/96d14e5e-df36-5c00-a895-9d6035f5e615"},"resourceType":"DocumentReference"} +{"id":"9a2aba39-dcc3-5806-b81e-6266b082d445","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02140/analysis/HG02140.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179182#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ac41fd54-904d-502c-ad17-263c9d26a9e2"},"resourceType":"DocumentReference"} +{"id":"98d46295-7026-55fd-bd21-2dcb02bcc9b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02140/analysis/HG02140.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179182#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ac41fd54-904d-502c-ad17-263c9d26a9e2"},"resourceType":"DocumentReference"} +{"id":"3a7992e7-949d-5c60-acd0-7f7548df1436","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02140/analysis/HG02140.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179182#sample/cram"}],"status":"current","subject":{"reference":"Patient/ac41fd54-904d-502c-ad17-263c9d26a9e2"},"resourceType":"DocumentReference"} +{"id":"1d06915e-987b-547c-817d-ef073533bf74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02142/analysis/HG02142.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179183#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3f32fcc7-df36-53b4-9cf8-4416e9aa2510"},"resourceType":"DocumentReference"} +{"id":"c002af2d-fdb3-553b-99a8-fb30e7cb8ba8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02142/analysis/HG02142.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179183#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3f32fcc7-df36-53b4-9cf8-4416e9aa2510"},"resourceType":"DocumentReference"} +{"id":"2be0cdd0-9c33-5ae2-9eb9-65463559635a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02142/analysis/HG02142.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179183#sample/cram"}],"status":"current","subject":{"reference":"Patient/3f32fcc7-df36-53b4-9cf8-4416e9aa2510"},"resourceType":"DocumentReference"} +{"id":"a2b88847-c70c-5346-8f5b-675dc138882c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01694/analysis/HG01694.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179184#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b2afb4c9-e26b-511f-b26f-f1cd011c369d"},"resourceType":"DocumentReference"} +{"id":"da759f32-68f0-548e-9103-bda0abbf94b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01694/analysis/HG01694.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179184#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b2afb4c9-e26b-511f-b26f-f1cd011c369d"},"resourceType":"DocumentReference"} +{"id":"a6724c20-e4b7-536e-a2b9-5c48f039e457","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01694/analysis/HG01694.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179184#sample/cram"}],"status":"current","subject":{"reference":"Patient/b2afb4c9-e26b-511f-b26f-f1cd011c369d"},"resourceType":"DocumentReference"} +{"id":"39a82543-e5a9-5def-803c-ffbf9be09b2f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01695/analysis/HG01695.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179185#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/26bc1de4-6f14-5e92-95d2-5b651e55a2c3"},"resourceType":"DocumentReference"} +{"id":"81f9c70d-c3bc-5dc0-8d5b-59da5de75f61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01695/analysis/HG01695.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179185#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/26bc1de4-6f14-5e92-95d2-5b651e55a2c3"},"resourceType":"DocumentReference"} +{"id":"e9c9d856-eb66-54ba-9867-9ad7f2a46894","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01695/analysis/HG01695.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179185#sample/cram"}],"status":"current","subject":{"reference":"Patient/26bc1de4-6f14-5e92-95d2-5b651e55a2c3"},"resourceType":"DocumentReference"} +{"id":"d07e6c25-2333-5107-8c98-25528b51972d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01709/analysis/HG01709.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179187#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e27090dd-b4ef-504c-b94e-df6b31756901"},"resourceType":"DocumentReference"} +{"id":"1234c25f-5af9-55c7-99bd-3eea0a8fb26a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01709/analysis/HG01709.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179187#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e27090dd-b4ef-504c-b94e-df6b31756901"},"resourceType":"DocumentReference"} +{"id":"100a0e0b-fe70-5445-9a4f-89598335ea31","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01709/analysis/HG01709.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179187#sample/cram"}],"status":"current","subject":{"reference":"Patient/e27090dd-b4ef-504c-b94e-df6b31756901"},"resourceType":"DocumentReference"} +{"id":"d278ff45-c867-50b5-959c-473ca7315147","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01710/analysis/HG01710.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179188#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/73f94bdf-b216-5bed-a14e-f18d8d58e24b"},"resourceType":"DocumentReference"} +{"id":"786d2552-ab5d-5efa-9c5b-f34304768536","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01710/analysis/HG01710.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179188#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/73f94bdf-b216-5bed-a14e-f18d8d58e24b"},"resourceType":"DocumentReference"} +{"id":"108e89a2-5718-5747-9001-af0165761a19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01710/analysis/HG01710.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179188#sample/cram"}],"status":"current","subject":{"reference":"Patient/73f94bdf-b216-5bed-a14e-f18d8d58e24b"},"resourceType":"DocumentReference"} +{"id":"da661e2f-020c-5daf-a902-6281187a6f6c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01747/analysis/HG01747.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179190#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fa5606f8-9aa2-52b0-8c8a-5822beb5d2ce"},"resourceType":"DocumentReference"} +{"id":"b4329643-6883-507d-ae97-32136c60bf87","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01747/analysis/HG01747.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179190#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fa5606f8-9aa2-52b0-8c8a-5822beb5d2ce"},"resourceType":"DocumentReference"} +{"id":"a879d8cc-5ee9-5266-a641-542481b4d9e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01747/analysis/HG01747.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179190#sample/cram"}],"status":"current","subject":{"reference":"Patient/fa5606f8-9aa2-52b0-8c8a-5822beb5d2ce"},"resourceType":"DocumentReference"} +{"id":"6790096a-4fe6-51ba-afc0-f9d09ee34da3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01746/analysis/HG01746.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179191#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bb68a8d2-4878-58dd-83e4-045a0baf491e"},"resourceType":"DocumentReference"} +{"id":"e3775a56-8d35-589a-ad6e-83790cdc7e96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01746/analysis/HG01746.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179191#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bb68a8d2-4878-58dd-83e4-045a0baf491e"},"resourceType":"DocumentReference"} +{"id":"8d1ee436-5217-59e6-bb1f-8ac0e2615c60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01746/analysis/HG01746.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179191#sample/cram"}],"status":"current","subject":{"reference":"Patient/bb68a8d2-4878-58dd-83e4-045a0baf491e"},"resourceType":"DocumentReference"} +{"id":"7b4d8088-e2b2-516c-bc84-83f32fca8c40","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01756/analysis/HG01756.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179193#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/44053633-1b6f-5c88-9bc1-7b3e42b9d1aa"},"resourceType":"DocumentReference"} +{"id":"4fd6ede7-4d98-5a15-afcf-0a8c052f6a0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01756/analysis/HG01756.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179193#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/44053633-1b6f-5c88-9bc1-7b3e42b9d1aa"},"resourceType":"DocumentReference"} +{"id":"7fa453bf-90ce-5a06-9886-7980df47be61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01756/analysis/HG01756.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179193#sample/cram"}],"status":"current","subject":{"reference":"Patient/44053633-1b6f-5c88-9bc1-7b3e42b9d1aa"},"resourceType":"DocumentReference"} +{"id":"5cd5bdfd-e675-516e-a0bb-0524fee73775","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01757/analysis/HG01757.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179194#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1ae74774-a8a8-5d33-9f1f-efdf59188a59"},"resourceType":"DocumentReference"} +{"id":"be9bad5a-04fd-5b6d-81ba-4bf73e7b4cb0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01757/analysis/HG01757.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179194#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1ae74774-a8a8-5d33-9f1f-efdf59188a59"},"resourceType":"DocumentReference"} +{"id":"28528f86-45db-5549-86e2-41e30cdba37e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01757/analysis/HG01757.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179194#sample/cram"}],"status":"current","subject":{"reference":"Patient/1ae74774-a8a8-5d33-9f1f-efdf59188a59"},"resourceType":"DocumentReference"} +{"id":"25173d60-6d7e-5653-967b-fe3df7e7d97e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01761/analysis/HG01761.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179196#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e97d7f09-901b-56c1-9346-fac67c6df9ef"},"resourceType":"DocumentReference"} +{"id":"3e61fadd-8663-5615-93e0-eee3b1d156e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01761/analysis/HG01761.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179196#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e97d7f09-901b-56c1-9346-fac67c6df9ef"},"resourceType":"DocumentReference"} +{"id":"05a56fe9-969f-574b-8e73-e0c81d35147d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01761/analysis/HG01761.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179196#sample/cram"}],"status":"current","subject":{"reference":"Patient/e97d7f09-901b-56c1-9346-fac67c6df9ef"},"resourceType":"DocumentReference"} +{"id":"39aeb413-b0b5-5868-a955-d88abd1bdfe3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01762/analysis/HG01762.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179197#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ad563089-196f-56b4-8b79-4403b08452ca"},"resourceType":"DocumentReference"} +{"id":"ea96fe15-8406-589b-8dff-9a1d6895b1cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01762/analysis/HG01762.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179197#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ad563089-196f-56b4-8b79-4403b08452ca"},"resourceType":"DocumentReference"} +{"id":"d2901b4d-92b2-5201-9c87-399b16d1d9a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01762/analysis/HG01762.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179197#sample/cram"}],"status":"current","subject":{"reference":"Patient/ad563089-196f-56b4-8b79-4403b08452ca"},"resourceType":"DocumentReference"} +{"id":"3dbc16c1-c6b6-54e8-8824-3e4ee0bd1422","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01771/analysis/HG01771.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179199#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3bcf1902-1d43-5e1e-9f42-531649868280"},"resourceType":"DocumentReference"} +{"id":"b385992d-be66-5bb5-a358-74d02d308e24","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01771/analysis/HG01771.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179199#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3bcf1902-1d43-5e1e-9f42-531649868280"},"resourceType":"DocumentReference"} +{"id":"b0c5133f-63b9-540a-b156-c75288ebbd59","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01771/analysis/HG01771.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179199#sample/cram"}],"status":"current","subject":{"reference":"Patient/3bcf1902-1d43-5e1e-9f42-531649868280"},"resourceType":"DocumentReference"} +{"id":"8e1faf3e-b75b-5a90-b1fb-1c5d0f1f8799","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01770/analysis/HG01770.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179200#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0334d887-1871-526a-b224-94ae6bf7cdf8"},"resourceType":"DocumentReference"} +{"id":"7288be97-c3e9-5b13-b738-5b138bffb525","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01770/analysis/HG01770.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179200#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0334d887-1871-526a-b224-94ae6bf7cdf8"},"resourceType":"DocumentReference"} +{"id":"dc076ac0-a0f7-57a1-8e15-a3954683f104","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01770/analysis/HG01770.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179200#sample/cram"}],"status":"current","subject":{"reference":"Patient/0334d887-1871-526a-b224-94ae6bf7cdf8"},"resourceType":"DocumentReference"} +{"id":"b1821ce3-cffa-54c0-bbb9-848aa0bddf2c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01775/analysis/HG01775.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179202#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/db8b5dd1-9aa3-5996-be27-fc17b8f84cd3"},"resourceType":"DocumentReference"} +{"id":"375df670-3646-5953-97eb-c86981de75b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01775/analysis/HG01775.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179202#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/db8b5dd1-9aa3-5996-be27-fc17b8f84cd3"},"resourceType":"DocumentReference"} +{"id":"00bc19a3-d0b7-5994-92a0-be717708661a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01775/analysis/HG01775.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179202#sample/cram"}],"status":"current","subject":{"reference":"Patient/db8b5dd1-9aa3-5996-be27-fc17b8f84cd3"},"resourceType":"DocumentReference"} +{"id":"4c501847-3e04-5e85-9b17-dea87bdc7f2a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01773/analysis/HG01773.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179203#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f439b28d-8970-56b2-b515-890c1dcfa752"},"resourceType":"DocumentReference"} +{"id":"5b1f5715-9724-5b3f-ba07-f99f0922e67f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01773/analysis/HG01773.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179203#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f439b28d-8970-56b2-b515-890c1dcfa752"},"resourceType":"DocumentReference"} +{"id":"6f39edf8-00d5-528d-abf6-d58130b6fa1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01773/analysis/HG01773.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179203#sample/cram"}],"status":"current","subject":{"reference":"Patient/f439b28d-8970-56b2-b515-890c1dcfa752"},"resourceType":"DocumentReference"} +{"id":"0b6851b8-10ff-5eff-89ac-f58a70e7f7a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01777/analysis/HG01777.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179205#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b264b05d-928d-5d72-86a8-4882f30a9452"},"resourceType":"DocumentReference"} +{"id":"e286e49e-ef98-5861-b1ea-b9425e1f087e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01777/analysis/HG01777.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179205#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b264b05d-928d-5d72-86a8-4882f30a9452"},"resourceType":"DocumentReference"} +{"id":"833beb42-aef2-5403-bdea-842488c92730","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01777/analysis/HG01777.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179205#sample/cram"}],"status":"current","subject":{"reference":"Patient/b264b05d-928d-5d72-86a8-4882f30a9452"},"resourceType":"DocumentReference"} +{"id":"9328ab6d-7424-5b99-92b1-8e80a6f37b30","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01776/analysis/HG01776.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179206#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1f42474d-f2b9-5e7c-8fd1-c5cd293823ac"},"resourceType":"DocumentReference"} +{"id":"ed6b7582-be22-5bf4-bf0b-f8e700e1bf74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01776/analysis/HG01776.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179206#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1f42474d-f2b9-5e7c-8fd1-c5cd293823ac"},"resourceType":"DocumentReference"} +{"id":"b990082a-ba50-5db6-bf31-1a7366679104","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01776/analysis/HG01776.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179206#sample/cram"}],"status":"current","subject":{"reference":"Patient/1f42474d-f2b9-5e7c-8fd1-c5cd293823ac"},"resourceType":"DocumentReference"} +{"id":"4ae99a8b-a0c0-53be-8264-a3f77ee70c99","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01781/analysis/HG01781.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179208#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6675d839-685b-5905-b3cd-80871426c654"},"resourceType":"DocumentReference"} +{"id":"8ef8397f-f5df-5fba-8104-9516a519dceb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01781/analysis/HG01781.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179208#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6675d839-685b-5905-b3cd-80871426c654"},"resourceType":"DocumentReference"} +{"id":"6e39072c-f47c-5b47-93c8-47f2faf7e2f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01781/analysis/HG01781.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179208#sample/cram"}],"status":"current","subject":{"reference":"Patient/6675d839-685b-5905-b3cd-80871426c654"},"resourceType":"DocumentReference"} +{"id":"f438a10c-f4f8-59d2-a2a0-1bc3ab6bb405","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01779/analysis/HG01779.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179209#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f08509d7-4e0d-52b6-ad06-2ad78fd861f9"},"resourceType":"DocumentReference"} +{"id":"2b20b836-1b4b-5124-8a9b-2f808668e697","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01779/analysis/HG01779.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179209#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f08509d7-4e0d-52b6-ad06-2ad78fd861f9"},"resourceType":"DocumentReference"} +{"id":"3f390812-e7fc-5221-bd5f-f7853fae1a8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01779/analysis/HG01779.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179209#sample/cram"}],"status":"current","subject":{"reference":"Patient/f08509d7-4e0d-52b6-ad06-2ad78fd861f9"},"resourceType":"DocumentReference"} +{"id":"1d30c2d8-6de0-5e27-92b7-1e51eea5f298","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00759/analysis/HG00759.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179211#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/23b707d6-1848-54eb-878f-c68e9c398fc8"},"resourceType":"DocumentReference"} +{"id":"17689590-7132-5361-8e21-94ea01448570","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00759/analysis/HG00759.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179211#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/23b707d6-1848-54eb-878f-c68e9c398fc8"},"resourceType":"DocumentReference"} +{"id":"b957d786-ebf0-517a-b4c2-e1fc11880a8c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00759/analysis/HG00759.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179211#sample/cram"}],"status":"current","subject":{"reference":"Patient/23b707d6-1848-54eb-878f-c68e9c398fc8"},"resourceType":"DocumentReference"} +{"id":"50881e78-6f57-5bc8-aaee-db36b90354ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00766/analysis/HG00766.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179212#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7ccf6ba3-c752-5e23-b13b-25614eba605d"},"resourceType":"DocumentReference"} +{"id":"7498664a-09e5-5022-a1d5-370793154462","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00766/analysis/HG00766.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179212#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7ccf6ba3-c752-5e23-b13b-25614eba605d"},"resourceType":"DocumentReference"} +{"id":"9ba72295-39c2-58ee-88d5-2a87f44b2223","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00766/analysis/HG00766.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179212#sample/cram"}],"status":"current","subject":{"reference":"Patient/7ccf6ba3-c752-5e23-b13b-25614eba605d"},"resourceType":"DocumentReference"} +{"id":"b8da069c-4f2f-5ed8-a247-34548d8dedc7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00844/analysis/HG00844.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179213#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/352cc320-3b45-5df1-9fb8-5ab5e04b6c2c"},"resourceType":"DocumentReference"} +{"id":"2024ba9f-da19-5340-a47a-09d80103bd7a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00844/analysis/HG00844.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179213#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/352cc320-3b45-5df1-9fb8-5ab5e04b6c2c"},"resourceType":"DocumentReference"} +{"id":"a173a06f-2e1f-5343-a10e-3b036e576e4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00844/analysis/HG00844.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179213#sample/cram"}],"status":"current","subject":{"reference":"Patient/352cc320-3b45-5df1-9fb8-5ab5e04b6c2c"},"resourceType":"DocumentReference"} +{"id":"e55e418b-6b69-5d0b-9c95-f960d5675f07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00851/analysis/HG00851.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179214#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/60537d91-72b3-5efb-89df-0a852bca4487"},"resourceType":"DocumentReference"} +{"id":"9cd44d2d-2081-518e-a4c4-05b0d19aa1af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00851/analysis/HG00851.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179214#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/60537d91-72b3-5efb-89df-0a852bca4487"},"resourceType":"DocumentReference"} +{"id":"46340769-2e7b-5df2-9bc3-7a030ab0d8be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00851/analysis/HG00851.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179214#sample/cram"}],"status":"current","subject":{"reference":"Patient/60537d91-72b3-5efb-89df-0a852bca4487"},"resourceType":"DocumentReference"} +{"id":"2388cd78-6110-52a6-a57e-c2d81f5eca2f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00864/analysis/HG00864.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179215#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/87400a93-abfd-5b5b-bbcb-81514660300c"},"resourceType":"DocumentReference"} +{"id":"7c470967-0aaf-54c9-a438-05ca0888a92f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00864/analysis/HG00864.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179215#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/87400a93-abfd-5b5b-bbcb-81514660300c"},"resourceType":"DocumentReference"} +{"id":"d7dc0116-fbfa-5fd1-88d4-510f7e8001f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00864/analysis/HG00864.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179215#sample/cram"}],"status":"current","subject":{"reference":"Patient/87400a93-abfd-5b5b-bbcb-81514660300c"},"resourceType":"DocumentReference"} +{"id":"11cb47b9-0cb1-5ba9-881b-14e119073204","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00867/analysis/HG00867.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179217#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/030f7739-b6c9-5c78-98f3-90b4eecdc755"},"resourceType":"DocumentReference"} +{"id":"9e410e68-ce9c-547c-ac53-747612bf0403","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00867/analysis/HG00867.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179217#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/030f7739-b6c9-5c78-98f3-90b4eecdc755"},"resourceType":"DocumentReference"} +{"id":"a4598242-5e55-5516-8b71-5c82d4770430","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00867/analysis/HG00867.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179217#sample/cram"}],"status":"current","subject":{"reference":"Patient/030f7739-b6c9-5c78-98f3-90b4eecdc755"},"resourceType":"DocumentReference"} +{"id":"ec811e85-3878-5bdb-9277-cf84e3aaf33b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00879/analysis/HG00879.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179218#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5ac92466-35f2-55b0-aadd-6080fd3fa1dd"},"resourceType":"DocumentReference"} +{"id":"7a7ec99d-7987-550f-9c76-74d5da3a1c54","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00879/analysis/HG00879.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179218#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5ac92466-35f2-55b0-aadd-6080fd3fa1dd"},"resourceType":"DocumentReference"} +{"id":"ca5f893a-0e75-518b-9bcb-ab69e0aa1aa2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00879/analysis/HG00879.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179218#sample/cram"}],"status":"current","subject":{"reference":"Patient/5ac92466-35f2-55b0-aadd-6080fd3fa1dd"},"resourceType":"DocumentReference"} +{"id":"51b2b416-1aa4-58e5-98fa-7b9199e88f17","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00881/analysis/HG00881.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179219#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6bd14557-ccef-5fc9-8181-d820a3e8e01b"},"resourceType":"DocumentReference"} +{"id":"c8d6cefa-2eca-59c7-b796-05417ddb5a9d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00881/analysis/HG00881.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179219#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6bd14557-ccef-5fc9-8181-d820a3e8e01b"},"resourceType":"DocumentReference"} +{"id":"2f00ae40-ffc4-53fa-8051-c7b9ecc108fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00881/analysis/HG00881.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179219#sample/cram"}],"status":"current","subject":{"reference":"Patient/6bd14557-ccef-5fc9-8181-d820a3e8e01b"},"resourceType":"DocumentReference"} +{"id":"7e0e7257-71c9-5e32-94bf-0673a5c5afcb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00956/analysis/HG00956.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179220#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b2ec3487-8943-5d95-9629-f411d9758b5e"},"resourceType":"DocumentReference"} +{"id":"13a88031-6e69-5655-8711-62a2adeff2a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00956/analysis/HG00956.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179220#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b2ec3487-8943-5d95-9629-f411d9758b5e"},"resourceType":"DocumentReference"} +{"id":"883562c2-4216-5bc9-9f15-89a4592235db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00956/analysis/HG00956.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179220#sample/cram"}],"status":"current","subject":{"reference":"Patient/b2ec3487-8943-5d95-9629-f411d9758b5e"},"resourceType":"DocumentReference"} +{"id":"76d581fc-2922-5d29-9eec-84017d44f3d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00978/analysis/HG00978.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179221#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c71a072e-5bef-5db4-9c9d-27c889405d8d"},"resourceType":"DocumentReference"} +{"id":"02b398f4-bee8-55d9-b979-460a69a61782","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00978/analysis/HG00978.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179221#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c71a072e-5bef-5db4-9c9d-27c889405d8d"},"resourceType":"DocumentReference"} +{"id":"54e0d28b-faf4-5396-bee3-32fafe751c29","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00978/analysis/HG00978.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179221#sample/cram"}],"status":"current","subject":{"reference":"Patient/c71a072e-5bef-5db4-9c9d-27c889405d8d"},"resourceType":"DocumentReference"} +{"id":"f07c284b-0c2f-54f6-8145-cf8e03aa96de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00982/analysis/HG00982.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179222#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/62c6e971-6349-5a0f-a88c-00ee4ee1f148"},"resourceType":"DocumentReference"} +{"id":"632c49ca-a220-5953-84cd-40d0b68afd2a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00982/analysis/HG00982.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179222#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/62c6e971-6349-5a0f-a88c-00ee4ee1f148"},"resourceType":"DocumentReference"} +{"id":"56419f5e-cac2-5e45-81d4-c97b0a812647","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00982/analysis/HG00982.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179222#sample/cram"}],"status":"current","subject":{"reference":"Patient/62c6e971-6349-5a0f-a88c-00ee4ee1f148"},"resourceType":"DocumentReference"} +{"id":"d4b3b99a-1eff-5357-bc71-d9c2875cacbe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01028/analysis/HG01028.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179224#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6d20cf98-5c0f-57a7-b008-d529eae95674"},"resourceType":"DocumentReference"} +{"id":"3d44b280-783b-5308-b34f-1f25c913e88f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01028/analysis/HG01028.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179224#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6d20cf98-5c0f-57a7-b008-d529eae95674"},"resourceType":"DocumentReference"} +{"id":"d74ca0e2-6ebd-588b-a0ec-a7d3e368dd0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01028/analysis/HG01028.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179224#sample/cram"}],"status":"current","subject":{"reference":"Patient/6d20cf98-5c0f-57a7-b008-d529eae95674"},"resourceType":"DocumentReference"} +{"id":"ae0fc553-edf5-5141-a92c-56d1361a7fbc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01029/analysis/HG01029.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179225#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0cc907d4-923f-5b4c-848a-caeba1835063"},"resourceType":"DocumentReference"} +{"id":"9ba34ca6-7920-5059-b6f5-1a93a422f386","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01029/analysis/HG01029.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179225#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0cc907d4-923f-5b4c-848a-caeba1835063"},"resourceType":"DocumentReference"} +{"id":"1414e4e6-9903-5dc7-bf8f-0dc8745beab0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01029/analysis/HG01029.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179225#sample/cram"}],"status":"current","subject":{"reference":"Patient/0cc907d4-923f-5b4c-848a-caeba1835063"},"resourceType":"DocumentReference"} +{"id":"0ca3f384-aa59-5c4b-80f9-a9a9aac833ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01031/analysis/HG01031.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179226#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dd78a140-c306-508b-a334-570de97d9869"},"resourceType":"DocumentReference"} +{"id":"77e4f3ba-986e-55b1-8074-f2c655052966","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01031/analysis/HG01031.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179226#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dd78a140-c306-508b-a334-570de97d9869"},"resourceType":"DocumentReference"} +{"id":"eb64a934-12c3-5b26-b5fc-4a48e4607704","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01031/analysis/HG01031.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179226#sample/cram"}],"status":"current","subject":{"reference":"Patient/dd78a140-c306-508b-a334-570de97d9869"},"resourceType":"DocumentReference"} +{"id":"f1d22303-8597-5b4d-a9af-5873b566af4c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01046/analysis/HG01046.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179227#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/03668860-94d1-54c8-89b1-8e204c4bcc04"},"resourceType":"DocumentReference"} +{"id":"599dfdfb-519d-5620-8b4e-3ebfd580a88a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01046/analysis/HG01046.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179227#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/03668860-94d1-54c8-89b1-8e204c4bcc04"},"resourceType":"DocumentReference"} +{"id":"9be2a8a7-c73c-599a-b0a7-8544e538261c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01046/analysis/HG01046.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179227#sample/cram"}],"status":"current","subject":{"reference":"Patient/03668860-94d1-54c8-89b1-8e204c4bcc04"},"resourceType":"DocumentReference"} +{"id":"59a35ddc-cd40-5c8d-9441-1239b82f7fe7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01794/analysis/HG01794.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179228#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a61ae401-b771-501e-b54e-0f866335cf49"},"resourceType":"DocumentReference"} +{"id":"540752bd-6052-5b5c-b772-d8f608a01efa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01794/analysis/HG01794.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179228#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a61ae401-b771-501e-b54e-0f866335cf49"},"resourceType":"DocumentReference"} +{"id":"d186bddb-0d6b-5096-b17e-c18a0fd67a2c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01794/analysis/HG01794.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179228#sample/cram"}],"status":"current","subject":{"reference":"Patient/a61ae401-b771-501e-b54e-0f866335cf49"},"resourceType":"DocumentReference"} +{"id":"9229a3fd-eaf1-5938-9f31-694cde86c7d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01795/analysis/HG01795.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179229#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/19a4888c-e88b-5839-83d2-ec662fa49c2e"},"resourceType":"DocumentReference"} +{"id":"7598a5c8-ac51-5c8b-ad0b-d02c44751a6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01795/analysis/HG01795.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179229#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/19a4888c-e88b-5839-83d2-ec662fa49c2e"},"resourceType":"DocumentReference"} +{"id":"4485ee2e-2668-529b-b758-d77d07f77626","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01795/analysis/HG01795.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179229#sample/cram"}],"status":"current","subject":{"reference":"Patient/19a4888c-e88b-5839-83d2-ec662fa49c2e"},"resourceType":"DocumentReference"} +{"id":"500e0b93-80b1-5e21-8d29-75129e452ffa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01796/analysis/HG01796.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179230#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/36b54670-d107-5af1-9a1d-43b771a21a64"},"resourceType":"DocumentReference"} +{"id":"4eb7c989-64eb-5ba4-85d1-d09323f3cbb5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01796/analysis/HG01796.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179230#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/36b54670-d107-5af1-9a1d-43b771a21a64"},"resourceType":"DocumentReference"} +{"id":"f68d0e1c-4e88-518d-b4e6-26e7008d0046","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01796/analysis/HG01796.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179230#sample/cram"}],"status":"current","subject":{"reference":"Patient/36b54670-d107-5af1-9a1d-43b771a21a64"},"resourceType":"DocumentReference"} +{"id":"aa3f3896-c589-5f11-85ac-ea4c4d6771ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01797/analysis/HG01797.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179231#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5ede6232-422d-5847-9ab9-026c7018fc4d"},"resourceType":"DocumentReference"} +{"id":"5da187fc-ad87-55c2-958e-5b41b3dbfbc3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01797/analysis/HG01797.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179231#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5ede6232-422d-5847-9ab9-026c7018fc4d"},"resourceType":"DocumentReference"} +{"id":"8f70aea8-bb91-590c-9370-4e77e7237f52","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01797/analysis/HG01797.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179231#sample/cram"}],"status":"current","subject":{"reference":"Patient/5ede6232-422d-5847-9ab9-026c7018fc4d"},"resourceType":"DocumentReference"} +{"id":"14e5124f-2347-5007-8ba5-1a2cd47dc5f9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01798/analysis/HG01798.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179232#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/075ddf3d-df07-5ad5-8893-8b451d7b9b92"},"resourceType":"DocumentReference"} +{"id":"17bc2aaa-8ce1-54a4-8af3-7f4fc7ccdd00","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01798/analysis/HG01798.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179232#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/075ddf3d-df07-5ad5-8893-8b451d7b9b92"},"resourceType":"DocumentReference"} +{"id":"ec7388f6-eb4f-5c26-a077-02d2ab1646ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01798/analysis/HG01798.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179232#sample/cram"}],"status":"current","subject":{"reference":"Patient/075ddf3d-df07-5ad5-8893-8b451d7b9b92"},"resourceType":"DocumentReference"} +{"id":"f0294738-3b82-5f6a-bc35-aed14b5a85e3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01799/analysis/HG01799.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179233#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f3d32680-3836-5b5f-afbe-58259c5264cf"},"resourceType":"DocumentReference"} +{"id":"7aca9232-2e26-5e6e-abc9-b9b41121111c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01799/analysis/HG01799.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179233#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f3d32680-3836-5b5f-afbe-58259c5264cf"},"resourceType":"DocumentReference"} +{"id":"fbeb573c-0f91-5020-8fdb-03770daf7eea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01799/analysis/HG01799.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179233#sample/cram"}],"status":"current","subject":{"reference":"Patient/f3d32680-3836-5b5f-afbe-58259c5264cf"},"resourceType":"DocumentReference"} +{"id":"6eb1562d-46fb-5b46-9852-3739c1b1d5b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01800/analysis/HG01800.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179234#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f1809974-0b04-547d-9423-8115d9d1e7bb"},"resourceType":"DocumentReference"} +{"id":"d4b498d4-6284-522f-819f-25571134cbe6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01800/analysis/HG01800.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179234#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f1809974-0b04-547d-9423-8115d9d1e7bb"},"resourceType":"DocumentReference"} +{"id":"e9aeff65-fb06-531a-8233-4d1c414f61e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01800/analysis/HG01800.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179234#sample/cram"}],"status":"current","subject":{"reference":"Patient/f1809974-0b04-547d-9423-8115d9d1e7bb"},"resourceType":"DocumentReference"} +{"id":"21e5376b-0bbd-5941-a8a3-4876bc363b0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01801/analysis/HG01801.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179235#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3d610042-98e3-5394-86d1-4412537ed97d"},"resourceType":"DocumentReference"} +{"id":"7c58749b-6430-5667-8f9f-2e0adf7b8a88","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01801/analysis/HG01801.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179235#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3d610042-98e3-5394-86d1-4412537ed97d"},"resourceType":"DocumentReference"} +{"id":"9ae3ab09-3302-5b98-9336-0be6a2c345d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01801/analysis/HG01801.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179235#sample/cram"}],"status":"current","subject":{"reference":"Patient/3d610042-98e3-5394-86d1-4412537ed97d"},"resourceType":"DocumentReference"} +{"id":"37e4f2a7-a742-5765-81b5-89cd8d464ee6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01802/analysis/HG01802.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179236#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c76a4733-56da-5ff8-91f6-ece73fba731b"},"resourceType":"DocumentReference"} +{"id":"2ed40153-50b7-5aff-9d0b-898ee5c201be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01802/analysis/HG01802.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179236#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c76a4733-56da-5ff8-91f6-ece73fba731b"},"resourceType":"DocumentReference"} +{"id":"51a9663b-589c-54c2-b231-6e44524b18b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01802/analysis/HG01802.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179236#sample/cram"}],"status":"current","subject":{"reference":"Patient/c76a4733-56da-5ff8-91f6-ece73fba731b"},"resourceType":"DocumentReference"} +{"id":"9dae301e-094a-5cc6-b13f-dfa63f1f4085","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01804/analysis/HG01804.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179237#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/93a348c5-731a-5c1d-bb62-f97efe893356"},"resourceType":"DocumentReference"} +{"id":"c6ed28a0-c3e1-5e48-be78-4ac0600764b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01804/analysis/HG01804.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179237#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/93a348c5-731a-5c1d-bb62-f97efe893356"},"resourceType":"DocumentReference"} +{"id":"7d6d37a0-5c0e-58f3-8f07-6314d1f12c60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01804/analysis/HG01804.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179237#sample/cram"}],"status":"current","subject":{"reference":"Patient/93a348c5-731a-5c1d-bb62-f97efe893356"},"resourceType":"DocumentReference"} +{"id":"3d4d8022-fed8-541f-a8ee-33de0a84f353","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01805/analysis/HG01805.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179238#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/544b3dea-9778-5916-a7dc-58d08b644270"},"resourceType":"DocumentReference"} +{"id":"7e585a1a-eaa6-5ee4-95b4-a2c24b56c441","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01805/analysis/HG01805.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179238#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/544b3dea-9778-5916-a7dc-58d08b644270"},"resourceType":"DocumentReference"} +{"id":"dfc3fc50-b751-55ad-9d5f-1719a967704e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01805/analysis/HG01805.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179238#sample/cram"}],"status":"current","subject":{"reference":"Patient/544b3dea-9778-5916-a7dc-58d08b644270"},"resourceType":"DocumentReference"} +{"id":"3e373ece-4581-5c05-af96-a02da14d66ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01806/analysis/HG01806.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179239#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6d246517-a5c3-509b-ba72-37cc86d5b617"},"resourceType":"DocumentReference"} +{"id":"b73a28cf-e58b-59b1-8d20-99ea079b74c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01806/analysis/HG01806.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179239#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6d246517-a5c3-509b-ba72-37cc86d5b617"},"resourceType":"DocumentReference"} +{"id":"4920367e-7fb2-5fd0-a580-a293629e01fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01806/analysis/HG01806.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179239#sample/cram"}],"status":"current","subject":{"reference":"Patient/6d246517-a5c3-509b-ba72-37cc86d5b617"},"resourceType":"DocumentReference"} +{"id":"4605c687-4564-571e-974d-25e293bdb114","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01807/analysis/HG01807.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179240#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f3b43d95-44d2-518a-9ae4-0b61b986beda"},"resourceType":"DocumentReference"} +{"id":"5de18e25-172d-51ef-8b7a-24855301e38d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01807/analysis/HG01807.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179240#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f3b43d95-44d2-518a-9ae4-0b61b986beda"},"resourceType":"DocumentReference"} +{"id":"496650db-13c8-5da1-963c-146aaa9f6114","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01807/analysis/HG01807.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179240#sample/cram"}],"status":"current","subject":{"reference":"Patient/f3b43d95-44d2-518a-9ae4-0b61b986beda"},"resourceType":"DocumentReference"} +{"id":"96e0989a-6460-5c78-ab8c-41cc3903dedf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01808/analysis/HG01808.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179241#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ea8b0619-81ea-5557-83f4-51844da5f0ad"},"resourceType":"DocumentReference"} +{"id":"2aefbc04-5208-585a-898d-f12d513e582e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01808/analysis/HG01808.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179241#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ea8b0619-81ea-5557-83f4-51844da5f0ad"},"resourceType":"DocumentReference"} +{"id":"e66c6634-e109-5355-9fc9-3285779cec04","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01808/analysis/HG01808.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179241#sample/cram"}],"status":"current","subject":{"reference":"Patient/ea8b0619-81ea-5557-83f4-51844da5f0ad"},"resourceType":"DocumentReference"} +{"id":"245da427-8da4-544c-be01-270f8b503e11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01809/analysis/HG01809.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179242#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/12f8534b-eb80-55eb-91db-6b2fa914043b"},"resourceType":"DocumentReference"} +{"id":"98f31ac5-0de7-5e99-b790-7dc0534e7e60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01809/analysis/HG01809.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179242#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/12f8534b-eb80-55eb-91db-6b2fa914043b"},"resourceType":"DocumentReference"} +{"id":"975da5e3-5b3a-544b-88ab-0d58f2bdd581","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01809/analysis/HG01809.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179242#sample/cram"}],"status":"current","subject":{"reference":"Patient/12f8534b-eb80-55eb-91db-6b2fa914043b"},"resourceType":"DocumentReference"} +{"id":"f1e51099-eb90-5b27-bbe6-2fc9e0432dff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01810/analysis/HG01810.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179243#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/042ba8ee-7042-56de-8425-de5e4ae3bd24"},"resourceType":"DocumentReference"} +{"id":"412859d0-6789-5500-aaf2-a7e7abac99a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01810/analysis/HG01810.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179243#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/042ba8ee-7042-56de-8425-de5e4ae3bd24"},"resourceType":"DocumentReference"} +{"id":"2e310194-030c-5e50-bd76-35ea028a90d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01810/analysis/HG01810.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179243#sample/cram"}],"status":"current","subject":{"reference":"Patient/042ba8ee-7042-56de-8425-de5e4ae3bd24"},"resourceType":"DocumentReference"} +{"id":"7d1044a7-9667-5aa1-bb64-f172e9215bf9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01811/analysis/HG01811.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179244#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/acb26d63-f1a4-5bf6-8d4e-64f0333df8fb"},"resourceType":"DocumentReference"} +{"id":"ab58040f-8aab-52b2-96c0-26dac39f2965","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01811/analysis/HG01811.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179244#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/acb26d63-f1a4-5bf6-8d4e-64f0333df8fb"},"resourceType":"DocumentReference"} +{"id":"ecf9d530-c2c8-5e97-83a8-b668fdc4eac6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01811/analysis/HG01811.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179244#sample/cram"}],"status":"current","subject":{"reference":"Patient/acb26d63-f1a4-5bf6-8d4e-64f0333df8fb"},"resourceType":"DocumentReference"} +{"id":"7336c5cf-4b07-5261-ba6c-f0424cee3f33","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01812/analysis/HG01812.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179245#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/16772fc7-286a-509e-9fc9-a2dae6646bdd"},"resourceType":"DocumentReference"} +{"id":"9f4d4294-0de6-5785-906d-8749f0714c50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01812/analysis/HG01812.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179245#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/16772fc7-286a-509e-9fc9-a2dae6646bdd"},"resourceType":"DocumentReference"} +{"id":"5fc64e90-e99c-553c-b82d-aa811d374bcc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01812/analysis/HG01812.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179245#sample/cram"}],"status":"current","subject":{"reference":"Patient/16772fc7-286a-509e-9fc9-a2dae6646bdd"},"resourceType":"DocumentReference"} +{"id":"54186439-fc1e-5e5d-86aa-3a365143041c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01813/analysis/HG01813.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179246#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3323bf16-f6ef-58e6-a6ee-17897153e027"},"resourceType":"DocumentReference"} +{"id":"0437ec42-7d2b-5006-b85e-3a3ea3d1ab6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01813/analysis/HG01813.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179246#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3323bf16-f6ef-58e6-a6ee-17897153e027"},"resourceType":"DocumentReference"} +{"id":"9e4b8196-c54e-5c20-bc77-1ca27ff4b29e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01813/analysis/HG01813.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179246#sample/cram"}],"status":"current","subject":{"reference":"Patient/3323bf16-f6ef-58e6-a6ee-17897153e027"},"resourceType":"DocumentReference"} +{"id":"e236e400-95d6-526c-9ade-9ccc207ec0d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02151/analysis/HG02151.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179247#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1a3d3c0b-241a-5d7d-9708-0699ead7ea9b"},"resourceType":"DocumentReference"} +{"id":"0481c3b1-8b1c-53ad-ba81-e193f7b5af41","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02151/analysis/HG02151.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179247#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1a3d3c0b-241a-5d7d-9708-0699ead7ea9b"},"resourceType":"DocumentReference"} +{"id":"ff204704-bafe-54aa-8406-27c9a1a12827","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02151/analysis/HG02151.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179247#sample/cram"}],"status":"current","subject":{"reference":"Patient/1a3d3c0b-241a-5d7d-9708-0699ead7ea9b"},"resourceType":"DocumentReference"} +{"id":"45de59c2-5ed7-5864-adff-0c6353ec0948","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01815/analysis/HG01815.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179248#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/31a2f61b-90dd-58af-bd32-9ae88305f98d"},"resourceType":"DocumentReference"} +{"id":"c97833ee-43a9-5a10-bd7b-92d66a9dde1a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01815/analysis/HG01815.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179248#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/31a2f61b-90dd-58af-bd32-9ae88305f98d"},"resourceType":"DocumentReference"} +{"id":"c71ea639-b582-5b7f-95fa-acdddc73ff80","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01815/analysis/HG01815.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179248#sample/cram"}],"status":"current","subject":{"reference":"Patient/31a2f61b-90dd-58af-bd32-9ae88305f98d"},"resourceType":"DocumentReference"} +{"id":"1aba37bd-613a-5bee-91d5-ad53232006cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01816/analysis/HG01816.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179249#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fbf96236-6daf-5500-8a21-57df4fc43c09"},"resourceType":"DocumentReference"} +{"id":"b521e375-bf8c-584f-a10b-8c872f5869c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01816/analysis/HG01816.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179249#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fbf96236-6daf-5500-8a21-57df4fc43c09"},"resourceType":"DocumentReference"} +{"id":"5fe57b38-1fac-5d35-a041-936d766d1ea3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01816/analysis/HG01816.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179249#sample/cram"}],"status":"current","subject":{"reference":"Patient/fbf96236-6daf-5500-8a21-57df4fc43c09"},"resourceType":"DocumentReference"} +{"id":"8877dd5f-ec6a-5382-adf2-ae8cae13968d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01817/analysis/HG01817.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179250#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/26c490b6-6bcd-5cbc-bfd3-dad0b5451a1f"},"resourceType":"DocumentReference"} +{"id":"dd1cec6d-db39-53d9-b529-0ff7f9e498e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01817/analysis/HG01817.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179250#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/26c490b6-6bcd-5cbc-bfd3-dad0b5451a1f"},"resourceType":"DocumentReference"} +{"id":"1709c9a1-917a-5abb-a072-faba385681ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01817/analysis/HG01817.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179250#sample/cram"}],"status":"current","subject":{"reference":"Patient/26c490b6-6bcd-5cbc-bfd3-dad0b5451a1f"},"resourceType":"DocumentReference"} +{"id":"af522b01-6d1b-5242-a403-3605a973ed0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02152/analysis/HG02152.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179251#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5e976b09-1f03-579b-8386-6385c38f4aec"},"resourceType":"DocumentReference"} +{"id":"c8a45c1e-04c6-532b-a0cc-8fd373f361bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02152/analysis/HG02152.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179251#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5e976b09-1f03-579b-8386-6385c38f4aec"},"resourceType":"DocumentReference"} +{"id":"b3e8099c-dcb9-5ca6-bfd2-0ae8d8630170","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02152/analysis/HG02152.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179251#sample/cram"}],"status":"current","subject":{"reference":"Patient/5e976b09-1f03-579b-8386-6385c38f4aec"},"resourceType":"DocumentReference"} +{"id":"4270b6e2-f4c6-5c95-9906-43e65fa255c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02153/analysis/HG02153.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179252#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d278bb48-14ff-5993-9dbd-2a19b009d341"},"resourceType":"DocumentReference"} +{"id":"d5d2ce08-0a5a-53ee-bdc0-99a1069d95b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02153/analysis/HG02153.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179252#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d278bb48-14ff-5993-9dbd-2a19b009d341"},"resourceType":"DocumentReference"} +{"id":"aaa0bb40-6743-5014-88c4-6f6f0cd54ef9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02153/analysis/HG02153.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179252#sample/cram"}],"status":"current","subject":{"reference":"Patient/d278bb48-14ff-5993-9dbd-2a19b009d341"},"resourceType":"DocumentReference"} +{"id":"493f615d-546e-5f4c-9e8d-a8916ceb7b76","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02154/analysis/HG02154.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179253#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a3aa3e56-1d32-58cb-aace-467dcb32dc8e"},"resourceType":"DocumentReference"} +{"id":"804c5308-e62d-5412-aab8-cf78ae0c2e6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02154/analysis/HG02154.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179253#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a3aa3e56-1d32-58cb-aace-467dcb32dc8e"},"resourceType":"DocumentReference"} +{"id":"1340b544-7504-5fb2-9bbe-746cb5a99c91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02154/analysis/HG02154.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179253#sample/cram"}],"status":"current","subject":{"reference":"Patient/a3aa3e56-1d32-58cb-aace-467dcb32dc8e"},"resourceType":"DocumentReference"} +{"id":"a0e2cd82-ccab-583a-896e-1c4acf02c615","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02155/analysis/HG02155.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179254#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/035d2868-ec82-5d37-9645-584ecac69d7f"},"resourceType":"DocumentReference"} +{"id":"c4cdf4ff-c6c0-5c86-bad4-35f87fec3beb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02155/analysis/HG02155.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179254#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/035d2868-ec82-5d37-9645-584ecac69d7f"},"resourceType":"DocumentReference"} +{"id":"d27a4337-0dd4-5b9e-819b-cde78749086c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02155/analysis/HG02155.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179254#sample/cram"}],"status":"current","subject":{"reference":"Patient/035d2868-ec82-5d37-9645-584ecac69d7f"},"resourceType":"DocumentReference"} +{"id":"e955caa7-37f6-52c7-a515-e76b2cc926db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02156/analysis/HG02156.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179255#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cf7159a6-5688-5173-9d17-aec50828f8ff"},"resourceType":"DocumentReference"} +{"id":"4a7e415c-6679-5c8e-aa7f-26448c7bc451","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02156/analysis/HG02156.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179255#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cf7159a6-5688-5173-9d17-aec50828f8ff"},"resourceType":"DocumentReference"} +{"id":"99dd8b1d-bc3a-55dc-8676-c16cc0d2e5d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02156/analysis/HG02156.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179255#sample/cram"}],"status":"current","subject":{"reference":"Patient/cf7159a6-5688-5173-9d17-aec50828f8ff"},"resourceType":"DocumentReference"} +{"id":"e5e64889-9d85-56be-a869-c83c11e02deb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02164/analysis/HG02164.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179256#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e222bacf-fb69-58e8-92fa-f09712fb1c63"},"resourceType":"DocumentReference"} +{"id":"2f1627c0-c3a2-5dfc-abcd-d7f37f55416e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02164/analysis/HG02164.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179256#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e222bacf-fb69-58e8-92fa-f09712fb1c63"},"resourceType":"DocumentReference"} +{"id":"2e2c5960-22ce-564c-9ee6-5d0d5cf5f3ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02164/analysis/HG02164.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179256#sample/cram"}],"status":"current","subject":{"reference":"Patient/e222bacf-fb69-58e8-92fa-f09712fb1c63"},"resourceType":"DocumentReference"} +{"id":"0557b6be-82b1-5033-996b-32e3a323c062","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02165/analysis/HG02165.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179257#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c4b564cd-0a08-5efe-b69d-4c8e759870b1"},"resourceType":"DocumentReference"} +{"id":"5a46c5dd-db3b-5322-8c60-5ce15b793526","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02165/analysis/HG02165.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179257#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c4b564cd-0a08-5efe-b69d-4c8e759870b1"},"resourceType":"DocumentReference"} +{"id":"54fe03f5-60d1-5582-92c9-97905f0eb57a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02165/analysis/HG02165.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179257#sample/cram"}],"status":"current","subject":{"reference":"Patient/c4b564cd-0a08-5efe-b69d-4c8e759870b1"},"resourceType":"DocumentReference"} +{"id":"ca4bbea7-2fe2-5928-845f-8464b4ead753","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02166/analysis/HG02166.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179258#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6ba3965c-74e2-5b90-a61b-8246e6ba4a72"},"resourceType":"DocumentReference"} +{"id":"c8f746b3-6d79-59a8-8924-d0a1824f22a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02166/analysis/HG02166.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179258#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6ba3965c-74e2-5b90-a61b-8246e6ba4a72"},"resourceType":"DocumentReference"} +{"id":"c1207d71-2ec6-5ce0-a22f-3fcff75793ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02166/analysis/HG02166.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179258#sample/cram"}],"status":"current","subject":{"reference":"Patient/6ba3965c-74e2-5b90-a61b-8246e6ba4a72"},"resourceType":"DocumentReference"} +{"id":"ee8e96c1-38b7-5241-ad21-60aff2c1a63b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02178/analysis/HG02178.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179259#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6fd4bd23-d4e8-5c99-8d7e-777f1097e480"},"resourceType":"DocumentReference"} +{"id":"04a48c5a-1479-57dc-8956-ba2b74d72d00","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02178/analysis/HG02178.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179259#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6fd4bd23-d4e8-5c99-8d7e-777f1097e480"},"resourceType":"DocumentReference"} +{"id":"ccfd65c4-7937-5686-9672-7f36bfd033e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02178/analysis/HG02178.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179259#sample/cram"}],"status":"current","subject":{"reference":"Patient/6fd4bd23-d4e8-5c99-8d7e-777f1097e480"},"resourceType":"DocumentReference"} +{"id":"9a52b1ea-8623-576b-b489-06ad3e980356","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02179/analysis/HG02179.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179260#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d2629af6-ff55-586f-aa86-60c18e537e1a"},"resourceType":"DocumentReference"} +{"id":"2c5e37df-cf16-5251-9bdd-aea758a59fba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02179/analysis/HG02179.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179260#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d2629af6-ff55-586f-aa86-60c18e537e1a"},"resourceType":"DocumentReference"} +{"id":"ada90892-dcd8-529b-9119-8e77cdccfa0f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02179/analysis/HG02179.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179260#sample/cram"}],"status":"current","subject":{"reference":"Patient/d2629af6-ff55-586f-aa86-60c18e537e1a"},"resourceType":"DocumentReference"} +{"id":"3f39e670-263b-5044-84a7-b9bd399e02e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02180/analysis/HG02180.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179261#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4c0975b6-08c6-526a-b1a0-d98c53efef9b"},"resourceType":"DocumentReference"} +{"id":"a077b7bb-ce8b-5c1c-8193-18bac7f8650b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02180/analysis/HG02180.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179261#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4c0975b6-08c6-526a-b1a0-d98c53efef9b"},"resourceType":"DocumentReference"} +{"id":"7cff9bde-606f-5cc8-95d3-2a30dab27e67","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02180/analysis/HG02180.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179261#sample/cram"}],"status":"current","subject":{"reference":"Patient/4c0975b6-08c6-526a-b1a0-d98c53efef9b"},"resourceType":"DocumentReference"} +{"id":"921c626e-4c84-59ba-ba46-d4a16ab6396b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02181/analysis/HG02181.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179262#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/196598f8-0890-5b0d-a576-b236c37df860"},"resourceType":"DocumentReference"} +{"id":"38f4a7f6-c7eb-5306-8681-a817fd9be0a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02181/analysis/HG02181.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179262#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/196598f8-0890-5b0d-a576-b236c37df860"},"resourceType":"DocumentReference"} +{"id":"b8527a62-f707-59a8-bb3b-69449dc3e9a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02181/analysis/HG02181.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179262#sample/cram"}],"status":"current","subject":{"reference":"Patient/196598f8-0890-5b0d-a576-b236c37df860"},"resourceType":"DocumentReference"} +{"id":"3b2d577d-98fc-598a-a382-cac38d2d1044","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02182/analysis/HG02182.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179263#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/04077f66-575f-5bf1-b4e5-00ec1fd92c36"},"resourceType":"DocumentReference"} +{"id":"ba553861-a21b-5bb4-9754-b19a7c27535e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02182/analysis/HG02182.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179263#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/04077f66-575f-5bf1-b4e5-00ec1fd92c36"},"resourceType":"DocumentReference"} +{"id":"761ab441-c57f-5bd1-9d68-e78bef98d4ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02182/analysis/HG02182.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179263#sample/cram"}],"status":"current","subject":{"reference":"Patient/04077f66-575f-5bf1-b4e5-00ec1fd92c36"},"resourceType":"DocumentReference"} +{"id":"1b4f9272-a5bb-5af0-8969-6e16a4bdea3f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02184/analysis/HG02184.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179264#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7ff2eba5-3db7-53e1-9add-7ec2002169c8"},"resourceType":"DocumentReference"} +{"id":"1a7cbf66-fa58-5df1-8eef-419d87ee59de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02184/analysis/HG02184.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179264#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7ff2eba5-3db7-53e1-9add-7ec2002169c8"},"resourceType":"DocumentReference"} +{"id":"e44cc14b-9771-5ad5-824b-3abf982d04ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02184/analysis/HG02184.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179264#sample/cram"}],"status":"current","subject":{"reference":"Patient/7ff2eba5-3db7-53e1-9add-7ec2002169c8"},"resourceType":"DocumentReference"} +{"id":"e6f2da05-afc4-5f33-9c14-0a53e2cbacc1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02185/analysis/HG02185.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179265#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bd02e513-cee0-56fc-886d-1d50d41a17e2"},"resourceType":"DocumentReference"} +{"id":"6642d2f2-bf64-5401-89be-e48285cbcd95","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02185/analysis/HG02185.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179265#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bd02e513-cee0-56fc-886d-1d50d41a17e2"},"resourceType":"DocumentReference"} +{"id":"cc4a6ca8-aa30-5326-b817-fe7860105e94","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02185/analysis/HG02185.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179265#sample/cram"}],"status":"current","subject":{"reference":"Patient/bd02e513-cee0-56fc-886d-1d50d41a17e2"},"resourceType":"DocumentReference"} +{"id":"d1d4085c-8292-52f3-9ecd-3ddbd8ba6739","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02186/analysis/HG02186.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179266#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ecd9bc56-6e24-56da-9fbe-0d6e346d6542"},"resourceType":"DocumentReference"} +{"id":"d2215496-8451-5d10-9c6e-b0fc6477b332","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02186/analysis/HG02186.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179266#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ecd9bc56-6e24-56da-9fbe-0d6e346d6542"},"resourceType":"DocumentReference"} +{"id":"3a82de5f-0273-504e-9691-811f2ec1288e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02186/analysis/HG02186.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179266#sample/cram"}],"status":"current","subject":{"reference":"Patient/ecd9bc56-6e24-56da-9fbe-0d6e346d6542"},"resourceType":"DocumentReference"} +{"id":"27ca70cf-b152-50a1-abf5-01e2b008aad6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02187/analysis/HG02187.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179267#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/33774cb7-f354-5f7e-a1a7-06297bf0a1e0"},"resourceType":"DocumentReference"} +{"id":"9191f2fa-7bbd-5ac2-80bf-86c1d673ade8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02187/analysis/HG02187.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179267#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/33774cb7-f354-5f7e-a1a7-06297bf0a1e0"},"resourceType":"DocumentReference"} +{"id":"bb102fd3-ccae-53a0-ad6d-5679f2f70009","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02187/analysis/HG02187.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179267#sample/cram"}],"status":"current","subject":{"reference":"Patient/33774cb7-f354-5f7e-a1a7-06297bf0a1e0"},"resourceType":"DocumentReference"} +{"id":"d0fe53a2-01ec-5d68-b4d5-1fee39008a9d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02188/analysis/HG02188.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179268#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/36432b94-e53c-5ba4-8974-6e87b9851da7"},"resourceType":"DocumentReference"} +{"id":"b465971a-70a9-5f6c-bfc3-fd0f9f6b234b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02188/analysis/HG02188.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179268#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/36432b94-e53c-5ba4-8974-6e87b9851da7"},"resourceType":"DocumentReference"} +{"id":"3f484c4f-a845-55a6-8ceb-5d1a3cb40bf0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02188/analysis/HG02188.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179268#sample/cram"}],"status":"current","subject":{"reference":"Patient/36432b94-e53c-5ba4-8974-6e87b9851da7"},"resourceType":"DocumentReference"} +{"id":"c1821072-12da-55fe-9b25-8d4f4d53f27c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02190/analysis/HG02190.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179270#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e877e194-b213-5ff5-b139-dd9678a5eab8"},"resourceType":"DocumentReference"} +{"id":"369707be-275e-50c4-b5e7-36ba639091e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02190/analysis/HG02190.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179270#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e877e194-b213-5ff5-b139-dd9678a5eab8"},"resourceType":"DocumentReference"} +{"id":"bc9b249d-37f6-55dc-9aea-a50ced722f62","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02190/analysis/HG02190.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179270#sample/cram"}],"status":"current","subject":{"reference":"Patient/e877e194-b213-5ff5-b139-dd9678a5eab8"},"resourceType":"DocumentReference"} +{"id":"5c85bef1-1965-52bb-a44d-9d681fefd654","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01789/analysis/HG01789.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179271#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7b5861f5-123c-5d3d-ab1a-c6a2315c6a95"},"resourceType":"DocumentReference"} +{"id":"9d2d9e16-e7c6-5b5b-926a-c365ea750a42","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01789/analysis/HG01789.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179271#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7b5861f5-123c-5d3d-ab1a-c6a2315c6a95"},"resourceType":"DocumentReference"} +{"id":"e5e03642-a3b5-56fb-981d-63094de8b433","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01789/analysis/HG01789.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179271#sample/cram"}],"status":"current","subject":{"reference":"Patient/7b5861f5-123c-5d3d-ab1a-c6a2315c6a95"},"resourceType":"DocumentReference"} +{"id":"7dc8b570-bfd5-585e-adb1-50654c395d8f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01790/analysis/HG01790.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179272#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/393c926a-4318-5fd4-bd61-9609c46243de"},"resourceType":"DocumentReference"} +{"id":"8d508ebc-1150-54b4-9c5b-1074c1aa049a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01790/analysis/HG01790.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179272#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/393c926a-4318-5fd4-bd61-9609c46243de"},"resourceType":"DocumentReference"} +{"id":"206d1847-e2fd-51cc-b1d4-e2f0c9381b14","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01790/analysis/HG01790.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179272#sample/cram"}],"status":"current","subject":{"reference":"Patient/393c926a-4318-5fd4-bd61-9609c46243de"},"resourceType":"DocumentReference"} +{"id":"85d68f53-109f-55df-a766-803727464118","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01791/analysis/HG01791.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179273#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fe939c40-5e5c-5241-ad3f-67a943c3a516"},"resourceType":"DocumentReference"} +{"id":"6446bc82-a105-5c9f-9014-44398313e48c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01791/analysis/HG01791.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179273#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fe939c40-5e5c-5241-ad3f-67a943c3a516"},"resourceType":"DocumentReference"} +{"id":"5de4758a-84dc-5400-8ab5-b6a822ef49ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01791/analysis/HG01791.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179273#sample/cram"}],"status":"current","subject":{"reference":"Patient/fe939c40-5e5c-5241-ad3f-67a943c3a516"},"resourceType":"DocumentReference"} +{"id":"bcb6d35b-42d4-57f1-9855-76c9c8dbe3ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02215/analysis/HG02215.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179274#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eed04da8-1729-549c-b3f6-91aeec51d45b"},"resourceType":"DocumentReference"} +{"id":"b7a1f36c-4e57-5947-867b-f82a6ed9ac5a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02215/analysis/HG02215.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179274#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eed04da8-1729-549c-b3f6-91aeec51d45b"},"resourceType":"DocumentReference"} +{"id":"292ce2bf-f53d-5176-bb39-85224d90f11a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02215/analysis/HG02215.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179274#sample/cram"}],"status":"current","subject":{"reference":"Patient/eed04da8-1729-549c-b3f6-91aeec51d45b"},"resourceType":"DocumentReference"} +{"id":"76f950df-f7a3-5e36-9af7-31f701515423","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01882/analysis/HG01882.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184283#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c58a5593-04a7-5ce4-8d1e-bab5463072dc"},"resourceType":"DocumentReference"} +{"id":"e6d58935-6ff3-5dcf-887d-5ff73c955a66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01882/analysis/HG01882.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184283#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c58a5593-04a7-5ce4-8d1e-bab5463072dc"},"resourceType":"DocumentReference"} +{"id":"108569dc-27b3-5375-9bb1-d1a99ea76a60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01882/analysis/HG01882.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184283#sample/cram"}],"status":"current","subject":{"reference":"Patient/c58a5593-04a7-5ce4-8d1e-bab5463072dc"},"resourceType":"DocumentReference"} +{"id":"cc184d13-cd5a-593d-aa27-2b6db0ab1f24","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01883/analysis/HG01883.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184284#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/37e00841-23d4-53b5-a9ef-a1b97131ef12"},"resourceType":"DocumentReference"} +{"id":"e6d519a7-42e1-5992-93a0-2544c8e3f3c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01883/analysis/HG01883.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184284#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/37e00841-23d4-53b5-a9ef-a1b97131ef12"},"resourceType":"DocumentReference"} +{"id":"2e0781e5-95a1-50e5-8016-81b2842ed7ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01883/analysis/HG01883.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184284#sample/cram"}],"status":"current","subject":{"reference":"Patient/37e00841-23d4-53b5-a9ef-a1b97131ef12"},"resourceType":"DocumentReference"} +{"id":"09d5e896-63a6-5858-b718-815632d9551c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01885/analysis/HG01885.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184286#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cc14220f-a827-5bce-a3ed-31ef9bcf5182"},"resourceType":"DocumentReference"} +{"id":"f0668d7f-b427-5e93-aa06-c238aa3d29b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01885/analysis/HG01885.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184286#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cc14220f-a827-5bce-a3ed-31ef9bcf5182"},"resourceType":"DocumentReference"} +{"id":"44ac011d-0d69-59d6-bc22-d6a9f0f5df25","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01885/analysis/HG01885.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184286#sample/cram"}],"status":"current","subject":{"reference":"Patient/cc14220f-a827-5bce-a3ed-31ef9bcf5182"},"resourceType":"DocumentReference"} +{"id":"d6943a60-8dbb-5b47-a57d-a250b3362b7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01956/analysis/HG01956.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184287#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2a6c54d6-a163-5319-9e6f-c2d6264b5445"},"resourceType":"DocumentReference"} +{"id":"1cb1d972-624a-5fc4-b72c-dabe4e0e4ac1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01956/analysis/HG01956.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184287#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2a6c54d6-a163-5319-9e6f-c2d6264b5445"},"resourceType":"DocumentReference"} +{"id":"35f1d86a-01cc-5670-9aac-b63065644651","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01956/analysis/HG01956.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184287#sample/cram"}],"status":"current","subject":{"reference":"Patient/2a6c54d6-a163-5319-9e6f-c2d6264b5445"},"resourceType":"DocumentReference"} +{"id":"736dfa6c-a564-58df-80ff-82826839a34b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02014/analysis/HG02014.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184289#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/16e896fc-559d-531b-abc0-82e5f72b6f00"},"resourceType":"DocumentReference"} +{"id":"99d47bf4-45ca-59e9-a15c-47657b9cb33c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02014/analysis/HG02014.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184289#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/16e896fc-559d-531b-abc0-82e5f72b6f00"},"resourceType":"DocumentReference"} +{"id":"3c6f514e-d252-527f-abb1-e91e07962122","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02014/analysis/HG02014.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184289#sample/cram"}],"status":"current","subject":{"reference":"Patient/16e896fc-559d-531b-abc0-82e5f72b6f00"},"resourceType":"DocumentReference"} +{"id":"7ea56d82-caac-53c3-aa85-b32603441b67","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01886/analysis/HG01886.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184290#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0fa0014a-4db4-5771-a6c1-c5e2f8d53193"},"resourceType":"DocumentReference"} +{"id":"39e73b35-8ca3-5ba2-be16-d31e7f7157c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01886/analysis/HG01886.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184290#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0fa0014a-4db4-5771-a6c1-c5e2f8d53193"},"resourceType":"DocumentReference"} +{"id":"e83bafa6-921a-5fd3-baf6-1ce6775b17ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01886/analysis/HG01886.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184290#sample/cram"}],"status":"current","subject":{"reference":"Patient/0fa0014a-4db4-5771-a6c1-c5e2f8d53193"},"resourceType":"DocumentReference"} +{"id":"c7b21bb4-bb0f-53b2-8aa5-771ff55e7c3a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01890/analysis/HG01890.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184292#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e136e6ed-a337-5c29-add8-32e6eca245e3"},"resourceType":"DocumentReference"} +{"id":"96b9f40d-a195-5f5a-8f56-0b334b87e910","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01890/analysis/HG01890.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184292#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e136e6ed-a337-5c29-add8-32e6eca245e3"},"resourceType":"DocumentReference"} +{"id":"00111d23-d9c4-5a28-aeb5-e8ad73c069cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01890/analysis/HG01890.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184292#sample/cram"}],"status":"current","subject":{"reference":"Patient/e136e6ed-a337-5c29-add8-32e6eca245e3"},"resourceType":"DocumentReference"} +{"id":"ff964994-6ac8-586a-9069-6a89539c4f2c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01889/analysis/HG01889.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184293#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/34f5471b-b354-5ff5-9eac-9b5cca8b9430"},"resourceType":"DocumentReference"} +{"id":"a18c925c-2ed4-5117-adcd-99c6faa58b21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01889/analysis/HG01889.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184293#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/34f5471b-b354-5ff5-9eac-9b5cca8b9430"},"resourceType":"DocumentReference"} +{"id":"282187f4-6b53-5c8a-8e8e-12ac3c994b86","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01889/analysis/HG01889.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184293#sample/cram"}],"status":"current","subject":{"reference":"Patient/34f5471b-b354-5ff5-9eac-9b5cca8b9430"},"resourceType":"DocumentReference"} +{"id":"25b5904c-078d-508c-943e-cbdebe813925","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02009/analysis/HG02009.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184295#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/acadbc5b-4a1a-5084-9f9c-4443253fa442"},"resourceType":"DocumentReference"} +{"id":"15df80cc-6468-5ccd-9104-4ad08f9223ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02009/analysis/HG02009.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184295#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/acadbc5b-4a1a-5084-9f9c-4443253fa442"},"resourceType":"DocumentReference"} +{"id":"a02188c7-9deb-5501-85c7-1cc611729254","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02009/analysis/HG02009.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184295#sample/cram"}],"status":"current","subject":{"reference":"Patient/acadbc5b-4a1a-5084-9f9c-4443253fa442"},"resourceType":"DocumentReference"} +{"id":"abf5d5cc-47e6-5977-9a6e-e44eff15bc5e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02010/analysis/HG02010.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184296#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c6fff9fb-b564-5c49-a5d2-2b2ed55cc9fb"},"resourceType":"DocumentReference"} +{"id":"2fc7fc1a-2dfc-5094-b5df-86974a112927","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02010/analysis/HG02010.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184296#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c6fff9fb-b564-5c49-a5d2-2b2ed55cc9fb"},"resourceType":"DocumentReference"} +{"id":"164d3cac-ee94-5b0a-aded-dbf8a06aed9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02010/analysis/HG02010.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184296#sample/cram"}],"status":"current","subject":{"reference":"Patient/c6fff9fb-b564-5c49-a5d2-2b2ed55cc9fb"},"resourceType":"DocumentReference"} +{"id":"1b73858e-c73e-50ce-91d7-3ad7ead6e0f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02285/analysis/HG02285.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184298#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/65a6a5e9-84d3-5d5b-8d73-d0ef0f5a33c4"},"resourceType":"DocumentReference"} +{"id":"cab2ad5c-f6d1-5673-90c3-dbbb51567353","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02285/analysis/HG02285.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184298#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/65a6a5e9-84d3-5d5b-8d73-d0ef0f5a33c4"},"resourceType":"DocumentReference"} +{"id":"8eda5dbf-a10c-50ae-803b-5cf8eeafd6e3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02285/analysis/HG02285.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184298#sample/cram"}],"status":"current","subject":{"reference":"Patient/65a6a5e9-84d3-5d5b-8d73-d0ef0f5a33c4"},"resourceType":"DocumentReference"} +{"id":"1762ee74-5e31-5b57-9318-04c1746bc3aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02286/analysis/HG02286.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184299#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c2b12c93-4c3a-5171-a6d4-3625be2eaedf"},"resourceType":"DocumentReference"} +{"id":"cd4e718a-6c1a-59c9-8a8f-a9bada3dcece","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02286/analysis/HG02286.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184299#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c2b12c93-4c3a-5171-a6d4-3625be2eaedf"},"resourceType":"DocumentReference"} +{"id":"ba4c1dc8-b482-572a-8b1c-96bb82a5026f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02286/analysis/HG02286.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184299#sample/cram"}],"status":"current","subject":{"reference":"Patient/c2b12c93-4c3a-5171-a6d4-3625be2eaedf"},"resourceType":"DocumentReference"} +{"id":"de3127d9-2739-5482-b83e-d70472ee10a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02301/analysis/HG02301.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184302#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c656e50b-3043-502a-be8b-d7e1ac40e3db"},"resourceType":"DocumentReference"} +{"id":"37fcc821-073d-5966-9222-5a8aaa238d4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02301/analysis/HG02301.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184302#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c656e50b-3043-502a-be8b-d7e1ac40e3db"},"resourceType":"DocumentReference"} +{"id":"1d51e70a-65e8-55f7-8b9f-1ff49fc48fed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02301/analysis/HG02301.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184302#sample/cram"}],"status":"current","subject":{"reference":"Patient/c656e50b-3043-502a-be8b-d7e1ac40e3db"},"resourceType":"DocumentReference"} +{"id":"db837468-0778-596e-aa02-96a2a20e635c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01783/analysis/HG01783.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184304#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a35aab74-c102-5a79-971e-e439a4e21e2d"},"resourceType":"DocumentReference"} +{"id":"0c52ecb1-c92a-5bd3-8059-94ab57a578fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01783/analysis/HG01783.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184304#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a35aab74-c102-5a79-971e-e439a4e21e2d"},"resourceType":"DocumentReference"} +{"id":"4ab2e5ec-790a-5ef2-94fe-d137163292aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01783/analysis/HG01783.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184304#sample/cram"}],"status":"current","subject":{"reference":"Patient/a35aab74-c102-5a79-971e-e439a4e21e2d"},"resourceType":"DocumentReference"} +{"id":"39819afb-4aea-59de-a9a9-9c8c450d8ff2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01784/analysis/HG01784.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184305#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7035f1b9-76e0-5cd6-9b74-db48a8bc0c1f"},"resourceType":"DocumentReference"} +{"id":"5f5dc7d0-e1eb-554a-bf93-4682bfb755dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01784/analysis/HG01784.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184305#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7035f1b9-76e0-5cd6-9b74-db48a8bc0c1f"},"resourceType":"DocumentReference"} +{"id":"e927053b-e280-574f-9ce1-8a124c8ee2ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01784/analysis/HG01784.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184305#sample/cram"}],"status":"current","subject":{"reference":"Patient/7035f1b9-76e0-5cd6-9b74-db48a8bc0c1f"},"resourceType":"DocumentReference"} +{"id":"ef940815-efd4-5a32-a3d6-55cc0fc1af5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02221/analysis/HG02221.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184307#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d500684f-c8a4-5008-9df3-9b873e963697"},"resourceType":"DocumentReference"} +{"id":"72e0f590-a2f3-5009-847e-74616f888d5e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02221/analysis/HG02221.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184307#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d500684f-c8a4-5008-9df3-9b873e963697"},"resourceType":"DocumentReference"} +{"id":"ef4c7db1-237e-5a12-91a2-59e66b544047","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02221/analysis/HG02221.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184307#sample/cram"}],"status":"current","subject":{"reference":"Patient/d500684f-c8a4-5008-9df3-9b873e963697"},"resourceType":"DocumentReference"} +{"id":"0f22693a-dd0b-5396-a9e4-47f06c745667","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02220/analysis/HG02220.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184308#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/39a53a3d-0609-5d8f-a2ec-a0b79e02ca2a"},"resourceType":"DocumentReference"} +{"id":"f695736e-825a-5fd3-99b0-c50151d5ba80","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02220/analysis/HG02220.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184308#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/39a53a3d-0609-5d8f-a2ec-a0b79e02ca2a"},"resourceType":"DocumentReference"} +{"id":"ceedb6d4-93e7-5f09-94b0-44554a0afd45","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02220/analysis/HG02220.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184308#sample/cram"}],"status":"current","subject":{"reference":"Patient/39a53a3d-0609-5d8f-a2ec-a0b79e02ca2a"},"resourceType":"DocumentReference"} +{"id":"9a372848-e6ae-53d3-91a7-20199d81cf2b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02236/analysis/HG02236.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184310#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8e124644-00dd-5e6b-8e70-0015cd336529"},"resourceType":"DocumentReference"} +{"id":"d586ce57-3b39-555e-8c18-5b6ba65289ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02236/analysis/HG02236.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184310#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8e124644-00dd-5e6b-8e70-0015cd336529"},"resourceType":"DocumentReference"} +{"id":"a906c01f-a41e-5ba7-a2f2-fb863f70b670","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02236/analysis/HG02236.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184310#sample/cram"}],"status":"current","subject":{"reference":"Patient/8e124644-00dd-5e6b-8e70-0015cd336529"},"resourceType":"DocumentReference"} +{"id":"07216aba-0fb2-5ea4-a907-7e82005ba0ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02235/analysis/HG02235.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184311#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f8d4b2d6-632a-5f51-83e6-8d1139514405"},"resourceType":"DocumentReference"} +{"id":"308f67b1-9621-543b-aa99-58d9b3a887d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02235/analysis/HG02235.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184311#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f8d4b2d6-632a-5f51-83e6-8d1139514405"},"resourceType":"DocumentReference"} +{"id":"9a3ba62b-cf60-53f1-a88b-3b912821920a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02235/analysis/HG02235.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184311#sample/cram"}],"status":"current","subject":{"reference":"Patient/f8d4b2d6-632a-5f51-83e6-8d1139514405"},"resourceType":"DocumentReference"} +{"id":"b24d20b3-a6a3-54ca-a8b3-d40658452e3e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02113/analysis/HG02113.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184313#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/14a21485-3d53-5c36-b70c-873adb6e9acf"},"resourceType":"DocumentReference"} +{"id":"cc10f073-9746-553e-a00b-4f74c990827a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02113/analysis/HG02113.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184313#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/14a21485-3d53-5c36-b70c-873adb6e9acf"},"resourceType":"DocumentReference"} +{"id":"4931111b-be48-588c-b674-81dcede04222","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02113/analysis/HG02113.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184313#sample/cram"}],"status":"current","subject":{"reference":"Patient/14a21485-3d53-5c36-b70c-873adb6e9acf"},"resourceType":"DocumentReference"} +{"id":"f6d81ac5-42c9-567a-9b24-34bab57f0b44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02141/analysis/HG02141.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184314#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a5afa227-acab-51f3-a03a-820d4db6332d"},"resourceType":"DocumentReference"} +{"id":"705e3326-1471-540a-ab6f-2ae1c47419d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02141/analysis/HG02141.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184314#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a5afa227-acab-51f3-a03a-820d4db6332d"},"resourceType":"DocumentReference"} +{"id":"8f5a0378-bf0c-5e83-b081-43debd015cca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02141/analysis/HG02141.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184314#sample/cram"}],"status":"current","subject":{"reference":"Patient/a5afa227-acab-51f3-a03a-820d4db6332d"},"resourceType":"DocumentReference"} +{"id":"2807d965-913a-5210-a5b8-db0f32bdcc42","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02122/analysis/HG02122.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184315#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/989da715-1669-5245-aabf-e0189aade864"},"resourceType":"DocumentReference"} +{"id":"1c3a7ac1-9853-5218-b27d-18e9c66ba026","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02122/analysis/HG02122.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184315#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/989da715-1669-5245-aabf-e0189aade864"},"resourceType":"DocumentReference"} +{"id":"07a0d521-d564-5686-b2c7-4a0d4a61b152","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02122/analysis/HG02122.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184315#sample/cram"}],"status":"current","subject":{"reference":"Patient/989da715-1669-5245-aabf-e0189aade864"},"resourceType":"DocumentReference"} +{"id":"80d23635-46d7-5a0a-b7c2-029f3679f42c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02121/analysis/HG02121.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184316#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b15ece52-ef26-5aff-956a-f75aada966e2"},"resourceType":"DocumentReference"} +{"id":"ca9e46e8-cfa3-5044-a89c-747d400b6d0b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02121/analysis/HG02121.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184316#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b15ece52-ef26-5aff-956a-f75aada966e2"},"resourceType":"DocumentReference"} +{"id":"7865ca90-83c6-5268-ab5c-d865e2a76c05","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02121/analysis/HG02121.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184316#sample/cram"}],"status":"current","subject":{"reference":"Patient/b15ece52-ef26-5aff-956a-f75aada966e2"},"resourceType":"DocumentReference"} +{"id":"73ec3e69-03df-5373-931a-bdbf8e4bb26f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02128/analysis/HG02128.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184318#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ed04fb2e-ef87-565c-9615-9ebf11972a1e"},"resourceType":"DocumentReference"} +{"id":"a8e89510-914f-5b59-86a5-0f1b930491ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02128/analysis/HG02128.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184318#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ed04fb2e-ef87-565c-9615-9ebf11972a1e"},"resourceType":"DocumentReference"} +{"id":"2d75d2a6-a5ef-5f1c-ab2d-ac94936d5d8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02128/analysis/HG02128.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184318#sample/cram"}],"status":"current","subject":{"reference":"Patient/ed04fb2e-ef87-565c-9615-9ebf11972a1e"},"resourceType":"DocumentReference"} +{"id":"8ea023e8-0512-544f-8fe9-aa3e65744973","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02127/analysis/HG02127.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184319#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4cceaf9c-6d05-5845-a207-6fdfba44f285"},"resourceType":"DocumentReference"} +{"id":"6acc4f65-0592-5431-842b-68caf6603e3b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02127/analysis/HG02127.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184319#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4cceaf9c-6d05-5845-a207-6fdfba44f285"},"resourceType":"DocumentReference"} +{"id":"46072fcf-dd19-5eed-b59c-961c120e046b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02127/analysis/HG02127.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184319#sample/cram"}],"status":"current","subject":{"reference":"Patient/4cceaf9c-6d05-5845-a207-6fdfba44f285"},"resourceType":"DocumentReference"} +{"id":"d24a403e-9b01-568c-9e21-b8f86c974560","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02373/analysis/HG02373.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184321#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8856d4b9-d359-5083-bc55-ae43cd2b7587"},"resourceType":"DocumentReference"} +{"id":"7be37425-0c0e-5670-a341-e0309900f08b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02373/analysis/HG02373.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184321#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8856d4b9-d359-5083-bc55-ae43cd2b7587"},"resourceType":"DocumentReference"} +{"id":"13f606fd-5161-5ab3-807c-b89556cd17c2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02373/analysis/HG02373.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184321#sample/cram"}],"status":"current","subject":{"reference":"Patient/8856d4b9-d359-5083-bc55-ae43cd2b7587"},"resourceType":"DocumentReference"} +{"id":"ad7662ca-1f75-5ef3-b203-f608cb84550a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02394/analysis/HG02394.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184322#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/03e00073-8ffb-5afd-ad80-5a30490b872a"},"resourceType":"DocumentReference"} +{"id":"80756217-30da-582b-81d9-a010a81217b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02394/analysis/HG02394.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184322#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/03e00073-8ffb-5afd-ad80-5a30490b872a"},"resourceType":"DocumentReference"} +{"id":"200a229b-e805-59da-bc77-0cc0e35a6493","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02394/analysis/HG02394.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184322#sample/cram"}],"status":"current","subject":{"reference":"Patient/03e00073-8ffb-5afd-ad80-5a30490b872a"},"resourceType":"DocumentReference"} +{"id":"e6e229c3-2111-5db6-8a98-822c5a57769e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02396/analysis/HG02396.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184323#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1d37b9a7-9d27-54d6-a1cf-a8a35793b98b"},"resourceType":"DocumentReference"} +{"id":"9fcd43a5-0f69-5a8b-bfef-d5a67d21434d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02396/analysis/HG02396.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184323#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1d37b9a7-9d27-54d6-a1cf-a8a35793b98b"},"resourceType":"DocumentReference"} +{"id":"6c85e662-f3a1-57e6-a822-89ffd38bb5a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02396/analysis/HG02396.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184323#sample/cram"}],"status":"current","subject":{"reference":"Patient/1d37b9a7-9d27-54d6-a1cf-a8a35793b98b"},"resourceType":"DocumentReference"} +{"id":"62c36fc0-3c4e-56c3-95c2-b9fa92035b21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02397/analysis/HG02397.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184324#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/02014a2d-67ce-59f3-9c8d-5e80ae1e586c"},"resourceType":"DocumentReference"} +{"id":"eb93ffa1-aa87-5be4-9bbc-2c48fe4d9085","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02397/analysis/HG02397.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184324#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/02014a2d-67ce-59f3-9c8d-5e80ae1e586c"},"resourceType":"DocumentReference"} +{"id":"6ee7cea4-b8af-50df-a43f-d4436d1b94cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02397/analysis/HG02397.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184324#sample/cram"}],"status":"current","subject":{"reference":"Patient/02014a2d-67ce-59f3-9c8d-5e80ae1e586c"},"resourceType":"DocumentReference"} +{"id":"01defcbb-f130-50e5-b245-8167142df9f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01914/analysis/HG01914.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191033#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/36efda59-8f92-5cc9-beb4-5ce6728a64dc"},"resourceType":"DocumentReference"} +{"id":"7b93f4fb-311c-5d6a-b532-a19cca2479ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01914/analysis/HG01914.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191033#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/36efda59-8f92-5cc9-beb4-5ce6728a64dc"},"resourceType":"DocumentReference"} +{"id":"eb7290ec-646a-5bcf-8b36-bd3b45b8bad4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01914/analysis/HG01914.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191033#sample/cram"}],"status":"current","subject":{"reference":"Patient/36efda59-8f92-5cc9-beb4-5ce6728a64dc"},"resourceType":"DocumentReference"} +{"id":"d9c68ae1-1737-5ff2-94a2-79fb46d22fa2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01915/analysis/HG01915.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191034#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9f568618-8aff-5397-8450-d699832509c9"},"resourceType":"DocumentReference"} +{"id":"04888c8a-d25f-553f-9a8c-0fc413f0014e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01915/analysis/HG01915.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191034#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9f568618-8aff-5397-8450-d699832509c9"},"resourceType":"DocumentReference"} +{"id":"e797974c-a88c-5342-a0ce-5c1efced9295","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01915/analysis/HG01915.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191034#sample/cram"}],"status":"current","subject":{"reference":"Patient/9f568618-8aff-5397-8450-d699832509c9"},"resourceType":"DocumentReference"} +{"id":"24c1e918-8882-5d89-a105-036aa779df60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01986/analysis/HG01986.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191036#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/99ad85cb-1b8d-5579-a1d3-b6c8e37371d0"},"resourceType":"DocumentReference"} +{"id":"10c5cd0a-1572-5943-b647-d2f731bdb07b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01986/analysis/HG01986.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191036#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/99ad85cb-1b8d-5579-a1d3-b6c8e37371d0"},"resourceType":"DocumentReference"} +{"id":"552443d6-781b-5f60-baaa-1b4bf84fb4a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01986/analysis/HG01986.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191036#sample/cram"}],"status":"current","subject":{"reference":"Patient/99ad85cb-1b8d-5579-a1d3-b6c8e37371d0"},"resourceType":"DocumentReference"} +{"id":"2b77c3bb-cd93-5c89-b79b-0bf7b222993e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01958/analysis/HG01958.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191037#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c17acf7f-1b52-5acd-9d5f-427118610f80"},"resourceType":"DocumentReference"} +{"id":"e75a9614-0284-5e7b-a0d8-cb45a5d783cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01958/analysis/HG01958.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191037#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c17acf7f-1b52-5acd-9d5f-427118610f80"},"resourceType":"DocumentReference"} +{"id":"6a905ff7-d210-5db2-89ad-7ddea685e092","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01958/analysis/HG01958.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191037#sample/cram"}],"status":"current","subject":{"reference":"Patient/c17acf7f-1b52-5acd-9d5f-427118610f80"},"resourceType":"DocumentReference"} +{"id":"737836c8-0347-565f-a528-aa0ada7cc30b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01990/analysis/HG01990.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191039#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ea697cc2-9a8e-5995-a724-1b287f239e34"},"resourceType":"DocumentReference"} +{"id":"c972b483-7b8f-5abf-81ee-c89c0af28fde","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01990/analysis/HG01990.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191039#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ea697cc2-9a8e-5995-a724-1b287f239e34"},"resourceType":"DocumentReference"} +{"id":"df039f62-4db2-57b7-80ad-ea20e6148aef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01990/analysis/HG01990.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191039#sample/cram"}],"status":"current","subject":{"reference":"Patient/ea697cc2-9a8e-5995-a724-1b287f239e34"},"resourceType":"DocumentReference"} +{"id":"647d1f6d-3642-5020-b384-4e3966ebfd68","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02012/analysis/HG02012.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191040#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1933362c-2dd1-5900-99f2-5b67031691a6"},"resourceType":"DocumentReference"} +{"id":"c9a5fa62-e16f-5d94-af66-92f9dd67fc1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02012/analysis/HG02012.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191040#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1933362c-2dd1-5900-99f2-5b67031691a6"},"resourceType":"DocumentReference"} +{"id":"dbb6cb2b-8464-5088-a504-6369d2b6d1f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02012/analysis/HG02012.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191040#sample/cram"}],"status":"current","subject":{"reference":"Patient/1933362c-2dd1-5900-99f2-5b67031691a6"},"resourceType":"DocumentReference"} +{"id":"4063174b-1423-52b8-88af-fd86898c8cee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02053/analysis/HG02053.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191042#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b4811fc8-a1bb-552d-a4da-766fe44ab1dd"},"resourceType":"DocumentReference"} +{"id":"4ea04976-29df-5a93-b42f-1fa02e49562d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02053/analysis/HG02053.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191042#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b4811fc8-a1bb-552d-a4da-766fe44ab1dd"},"resourceType":"DocumentReference"} +{"id":"f80fb973-abec-5577-bf78-180372a1f83e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02053/analysis/HG02053.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191042#sample/cram"}],"status":"current","subject":{"reference":"Patient/b4811fc8-a1bb-552d-a4da-766fe44ab1dd"},"resourceType":"DocumentReference"} +{"id":"4e42536b-e3d7-558f-9b67-c1e79c15d355","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02054/analysis/HG02054.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191043#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e226ff58-54d0-5e7b-82bb-ed47b9c6c868"},"resourceType":"DocumentReference"} +{"id":"f11374a4-3d9f-554a-9edc-faf156e5b31c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02054/analysis/HG02054.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191043#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e226ff58-54d0-5e7b-82bb-ed47b9c6c868"},"resourceType":"DocumentReference"} +{"id":"c9b896e3-70dd-51b1-9511-2ccc4fe48f90","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02054/analysis/HG02054.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191043#sample/cram"}],"status":"current","subject":{"reference":"Patient/e226ff58-54d0-5e7b-82bb-ed47b9c6c868"},"resourceType":"DocumentReference"} +{"id":"26fd12db-2c41-5416-b977-31ba5c711235","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02255/analysis/HG02255.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191045#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7084686a-b332-5393-84e9-5214be8e2642"},"resourceType":"DocumentReference"} +{"id":"f07c6b6f-1d12-5f06-93bc-bdf82aba6b1e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02255/analysis/HG02255.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191045#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7084686a-b332-5393-84e9-5214be8e2642"},"resourceType":"DocumentReference"} +{"id":"1d7cbd36-3e87-5f75-837d-1ede0c120a90","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02255/analysis/HG02255.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191045#sample/cram"}],"status":"current","subject":{"reference":"Patient/7084686a-b332-5393-84e9-5214be8e2642"},"resourceType":"DocumentReference"} +{"id":"db57d0a3-3332-591e-b40d-7c8472408efb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02256/analysis/HG02256.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191046#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f3898d60-7f95-5c13-bed0-b876103a45ae"},"resourceType":"DocumentReference"} +{"id":"dbf8a080-ad95-5cb0-8706-7bc23c6e4511","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02256/analysis/HG02256.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191046#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f3898d60-7f95-5c13-bed0-b876103a45ae"},"resourceType":"DocumentReference"} +{"id":"87da0aad-472b-5d56-a9db-511f7b7ebdc5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02256/analysis/HG02256.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191046#sample/cram"}],"status":"current","subject":{"reference":"Patient/f3898d60-7f95-5c13-bed0-b876103a45ae"},"resourceType":"DocumentReference"} +{"id":"908cb96b-26df-50a8-a10c-55deced8ef00","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02314/analysis/HG02314.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191048#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/69a90ee9-a294-57cf-9496-664baafe1f1e"},"resourceType":"DocumentReference"} +{"id":"03a342c8-2cef-5d9d-9d8f-8a4be642b3ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02314/analysis/HG02314.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191048#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/69a90ee9-a294-57cf-9496-664baafe1f1e"},"resourceType":"DocumentReference"} +{"id":"ea49f386-11ec-5eff-98d6-217a9f61f341","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02314/analysis/HG02314.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191048#sample/cram"}],"status":"current","subject":{"reference":"Patient/69a90ee9-a294-57cf-9496-664baafe1f1e"},"resourceType":"DocumentReference"} +{"id":"b2540bcb-40ad-519f-81c8-872e55592e2c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02315/analysis/HG02315.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191049#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a92ed0d3-1b05-506d-a7a9-e8e60d3a0e9c"},"resourceType":"DocumentReference"} +{"id":"908ee882-97a3-566e-93dc-34d1199c6756","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02315/analysis/HG02315.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191049#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a92ed0d3-1b05-506d-a7a9-e8e60d3a0e9c"},"resourceType":"DocumentReference"} +{"id":"aff68681-da65-557e-8aae-26def21af331","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02315/analysis/HG02315.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191049#sample/cram"}],"status":"current","subject":{"reference":"Patient/a92ed0d3-1b05-506d-a7a9-e8e60d3a0e9c"},"resourceType":"DocumentReference"} +{"id":"f4984b05-2980-5056-9fc3-cd088a5a1ff1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02281/analysis/HG02281.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191051#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7cd9c942-b0f2-559e-bc95-bdcf2ae881a9"},"resourceType":"DocumentReference"} +{"id":"bef6139a-bfbe-5e47-9d4d-29669ffe4edc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02281/analysis/HG02281.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191051#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7cd9c942-b0f2-559e-bc95-bdcf2ae881a9"},"resourceType":"DocumentReference"} +{"id":"7c96c42d-d026-52fe-823f-7d69cecd5526","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02281/analysis/HG02281.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191051#sample/cram"}],"status":"current","subject":{"reference":"Patient/7cd9c942-b0f2-559e-bc95-bdcf2ae881a9"},"resourceType":"DocumentReference"} +{"id":"7ff2c770-0b4d-5870-9c6a-ff0f46da1aaa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02282/analysis/HG02282.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191052#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2ebac790-c534-57ee-9698-bc5ffb3f7e3a"},"resourceType":"DocumentReference"} +{"id":"90f9893e-ddc5-5b87-bbd4-e8d9ac873e5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02282/analysis/HG02282.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191052#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2ebac790-c534-57ee-9698-bc5ffb3f7e3a"},"resourceType":"DocumentReference"} +{"id":"92b6c713-f605-5b24-aa51-1e3bd3c3ddba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02282/analysis/HG02282.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191052#sample/cram"}],"status":"current","subject":{"reference":"Patient/2ebac790-c534-57ee-9698-bc5ffb3f7e3a"},"resourceType":"DocumentReference"} +{"id":"c07b7320-c7d1-559d-8e72-fe69b851b6e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02317/analysis/HG02317.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191054#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0701e457-776a-5429-830a-771c9613d49d"},"resourceType":"DocumentReference"} +{"id":"a9ac8577-a1ca-5ee0-9b4a-a94628f24ee9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02317/analysis/HG02317.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191054#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0701e457-776a-5429-830a-771c9613d49d"},"resourceType":"DocumentReference"} +{"id":"72fd6e76-5cea-5bc6-95a7-834a24a91911","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02317/analysis/HG02317.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191054#sample/cram"}],"status":"current","subject":{"reference":"Patient/0701e457-776a-5429-830a-771c9613d49d"},"resourceType":"DocumentReference"} +{"id":"dae74ec3-5709-5f38-9bda-5240332f3452","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02318/analysis/HG02318.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191055#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/948b172d-86c1-565f-bf89-705bbb361bf5"},"resourceType":"DocumentReference"} +{"id":"74d9424f-6346-58ae-8dc2-df82b78f2f6a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02318/analysis/HG02318.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191055#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/948b172d-86c1-565f-bf89-705bbb361bf5"},"resourceType":"DocumentReference"} +{"id":"05c8a58f-5a65-5878-afd7-83619dcfe4cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02318/analysis/HG02318.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191055#sample/cram"}],"status":"current","subject":{"reference":"Patient/948b172d-86c1-565f-bf89-705bbb361bf5"},"resourceType":"DocumentReference"} +{"id":"2c8fc97d-c258-5909-895a-21dc485123d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01912/analysis/HG01912.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191057#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/666db1c4-01a9-5472-abd5-109a82c3f7f1"},"resourceType":"DocumentReference"} +{"id":"2654b046-2b8a-56ff-af02-51eecddf2bec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01912/analysis/HG01912.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191057#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/666db1c4-01a9-5472-abd5-109a82c3f7f1"},"resourceType":"DocumentReference"} +{"id":"144caab3-2902-5587-be5d-70417b9e831e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01912/analysis/HG01912.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191057#sample/cram"}],"status":"current","subject":{"reference":"Patient/666db1c4-01a9-5472-abd5-109a82c3f7f1"},"resourceType":"DocumentReference"} +{"id":"abe0e148-de60-5ac4-9534-8988cc6f1871","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01894/analysis/HG01894.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191058#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e089de1c-27b0-588b-8761-bcccb087c96b"},"resourceType":"DocumentReference"} +{"id":"beb18c56-7f1b-59ec-bdc2-0ef4844671b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01894/analysis/HG01894.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191058#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e089de1c-27b0-588b-8761-bcccb087c96b"},"resourceType":"DocumentReference"} +{"id":"264b3669-68b2-516e-bd29-1c50d7bc5473","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01894/analysis/HG01894.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191058#sample/cram"}],"status":"current","subject":{"reference":"Patient/e089de1c-27b0-588b-8761-bcccb087c96b"},"resourceType":"DocumentReference"} +{"id":"56a14b7a-648a-5901-9820-8ed148726da6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01982/analysis/HG01982.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191060#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/62c64995-f724-5d8a-b4ec-571d03973570"},"resourceType":"DocumentReference"} +{"id":"cf2d1328-afb9-53b1-bb7b-374cb2ada1e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01982/analysis/HG01982.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191060#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/62c64995-f724-5d8a-b4ec-571d03973570"},"resourceType":"DocumentReference"} +{"id":"7fdd3064-c50f-5b0c-8c88-1ae3b2939f84","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01982/analysis/HG01982.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191060#sample/cram"}],"status":"current","subject":{"reference":"Patient/62c64995-f724-5d8a-b4ec-571d03973570"},"resourceType":"DocumentReference"} +{"id":"40c407ab-5ade-5ab5-9023-d479855b308e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02146/analysis/HG02146.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191063#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bef872a2-6657-54a6-9115-abd707c9609d"},"resourceType":"DocumentReference"} +{"id":"74b43603-9240-52ee-a0b0-f655c9e9a646","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02146/analysis/HG02146.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191063#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bef872a2-6657-54a6-9115-abd707c9609d"},"resourceType":"DocumentReference"} +{"id":"bb08a5ab-9dad-5fd2-a13b-48dd38171346","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02146/analysis/HG02146.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191063#sample/cram"}],"status":"current","subject":{"reference":"Patient/bef872a2-6657-54a6-9115-abd707c9609d"},"resourceType":"DocumentReference"} +{"id":"85091bba-a0ca-5357-bed2-12f36bb8faee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02147/analysis/HG02147.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191064#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ff4242bf-f29b-5248-ad42-bbd665893812"},"resourceType":"DocumentReference"} +{"id":"0218889f-8e84-53d2-b35b-a64b22e03175","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02147/analysis/HG02147.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191064#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ff4242bf-f29b-5248-ad42-bbd665893812"},"resourceType":"DocumentReference"} +{"id":"8d89c694-f7b9-5048-8f7f-300ddf3e3b07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02147/analysis/HG02147.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191064#sample/cram"}],"status":"current","subject":{"reference":"Patient/ff4242bf-f29b-5248-ad42-bbd665893812"},"resourceType":"DocumentReference"} +{"id":"a472c6af-b6bd-5172-8acc-1e36a2aaf78e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02259/analysis/HG02259.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191066#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/58792c52-d38d-5998-99e2-ebb82a237cba"},"resourceType":"DocumentReference"} +{"id":"6382c8fa-3626-5609-aa1c-e3a09f2b32f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02259/analysis/HG02259.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191066#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/58792c52-d38d-5998-99e2-ebb82a237cba"},"resourceType":"DocumentReference"} +{"id":"e093916c-70cc-5ef3-acb9-ff3f059df173","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02259/analysis/HG02259.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191066#sample/cram"}],"status":"current","subject":{"reference":"Patient/58792c52-d38d-5998-99e2-ebb82a237cba"},"resourceType":"DocumentReference"} +{"id":"42d5458c-ceaf-5ef6-a267-55dcf239f91c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02260/analysis/HG02260.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191067#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/adfd064f-6962-5860-b086-ffec6b447652"},"resourceType":"DocumentReference"} +{"id":"51b67858-157a-5e09-a406-421eb549aec8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02260/analysis/HG02260.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191067#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/adfd064f-6962-5860-b086-ffec6b447652"},"resourceType":"DocumentReference"} +{"id":"61720a91-c732-58f2-8394-b551f7a9ebf5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02260/analysis/HG02260.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191067#sample/cram"}],"status":"current","subject":{"reference":"Patient/adfd064f-6962-5860-b086-ffec6b447652"},"resourceType":"DocumentReference"} +{"id":"6119f6b1-07f4-55f6-9395-b0d909337dde","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02271/analysis/HG02271.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191069#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/931fc1e6-545c-5c08-9bd3-f1cc6fe7d958"},"resourceType":"DocumentReference"} +{"id":"20f03764-b90e-5f32-b4a5-4b14397f38b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02271/analysis/HG02271.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191069#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/931fc1e6-545c-5c08-9bd3-f1cc6fe7d958"},"resourceType":"DocumentReference"} +{"id":"3e35f708-ae02-5b7f-89af-81c34c28e460","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02271/analysis/HG02271.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191069#sample/cram"}],"status":"current","subject":{"reference":"Patient/931fc1e6-545c-5c08-9bd3-f1cc6fe7d958"},"resourceType":"DocumentReference"} +{"id":"529c73d3-1398-5566-8451-9240f4b6655d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02272/analysis/HG02272.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191070#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/245e5702-efc6-53dc-8689-1de0978ea686"},"resourceType":"DocumentReference"} +{"id":"8ff4034d-17c6-586f-9b02-08e9f7f97638","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02272/analysis/HG02272.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191070#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/245e5702-efc6-53dc-8689-1de0978ea686"},"resourceType":"DocumentReference"} +{"id":"bd4f5482-eb21-5191-b85d-e2829e37666d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02272/analysis/HG02272.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191070#sample/cram"}],"status":"current","subject":{"reference":"Patient/245e5702-efc6-53dc-8689-1de0978ea686"},"resourceType":"DocumentReference"} +{"id":"cc20316d-3818-5a4c-b33f-f5da4c812e6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02277/analysis/HG02277.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191072#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/47ebee91-9acd-5ceb-a688-ad90a305ca48"},"resourceType":"DocumentReference"} +{"id":"1c12f030-9314-5138-b7ea-885aa5a8cc8e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02277/analysis/HG02277.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191072#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/47ebee91-9acd-5ceb-a688-ad90a305ca48"},"resourceType":"DocumentReference"} +{"id":"9be0d98e-df0b-5590-9926-c3ca41b118d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02277/analysis/HG02277.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191072#sample/cram"}],"status":"current","subject":{"reference":"Patient/47ebee91-9acd-5ceb-a688-ad90a305ca48"},"resourceType":"DocumentReference"} +{"id":"074498a9-4b4a-5d1d-ae2c-50b69782bd44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02278/analysis/HG02278.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191073#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/30cd7a5b-dcf9-5c05-bae2-8087ce5ccec4"},"resourceType":"DocumentReference"} +{"id":"e7b08f6f-c8f8-51ef-b260-2400af8b198b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02278/analysis/HG02278.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191073#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/30cd7a5b-dcf9-5c05-bae2-8087ce5ccec4"},"resourceType":"DocumentReference"} +{"id":"f211f7ef-e9b7-56fd-a1cb-c40274a307bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02278/analysis/HG02278.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191073#sample/cram"}],"status":"current","subject":{"reference":"Patient/30cd7a5b-dcf9-5c05-bae2-8087ce5ccec4"},"resourceType":"DocumentReference"} +{"id":"09d017c1-e561-5683-bf43-e406c41023e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02291/analysis/HG02291.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191075#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/77c84158-f743-5844-a044-fb1b5bbeb538"},"resourceType":"DocumentReference"} +{"id":"432fc4d0-db76-5cea-88fd-d0319b48206c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02291/analysis/HG02291.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191075#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/77c84158-f743-5844-a044-fb1b5bbeb538"},"resourceType":"DocumentReference"} +{"id":"c30d0a95-0369-5d81-a6f1-6e3b3f79c7b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02291/analysis/HG02291.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191075#sample/cram"}],"status":"current","subject":{"reference":"Patient/77c84158-f743-5844-a044-fb1b5bbeb538"},"resourceType":"DocumentReference"} +{"id":"f247b63f-2b64-5937-84f3-ac95654a7677","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02292/analysis/HG02292.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191076#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/07a6d107-e3f8-5f11-9133-c830501c5b36"},"resourceType":"DocumentReference"} +{"id":"5a449365-3a2f-54fd-b18a-c4170332a002","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02292/analysis/HG02292.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191076#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/07a6d107-e3f8-5f11-9133-c830501c5b36"},"resourceType":"DocumentReference"} +{"id":"03c04fb8-2cbf-54c7-8f77-29e8b2e14678","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02292/analysis/HG02292.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191076#sample/cram"}],"status":"current","subject":{"reference":"Patient/07a6d107-e3f8-5f11-9133-c830501c5b36"},"resourceType":"DocumentReference"} +{"id":"42e14213-9841-59ec-ae4a-69cf02da3995","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02299/analysis/HG02299.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191078#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0acc38f7-8e05-5769-bc9f-3011fd985cfd"},"resourceType":"DocumentReference"} +{"id":"eb391442-af97-5b9a-8152-74b8f47a0861","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02299/analysis/HG02299.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191078#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0acc38f7-8e05-5769-bc9f-3011fd985cfd"},"resourceType":"DocumentReference"} +{"id":"e5159dea-97af-5dc4-8213-7f0156551456","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02299/analysis/HG02299.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191078#sample/cram"}],"status":"current","subject":{"reference":"Patient/0acc38f7-8e05-5769-bc9f-3011fd985cfd"},"resourceType":"DocumentReference"} +{"id":"b50f6d73-3597-5e72-b1e9-f107e27080fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02298/analysis/HG02298.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191079#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6d7fca45-c6d4-52ee-bbb9-abb12987cd57"},"resourceType":"DocumentReference"} +{"id":"ce25bf3b-e571-558f-b621-f9e475aedf15","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02298/analysis/HG02298.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191079#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6d7fca45-c6d4-52ee-bbb9-abb12987cd57"},"resourceType":"DocumentReference"} +{"id":"bf8dd794-0fc4-541d-afac-5ac6cf3f0bbc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02298/analysis/HG02298.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191079#sample/cram"}],"status":"current","subject":{"reference":"Patient/6d7fca45-c6d4-52ee-bbb9-abb12987cd57"},"resourceType":"DocumentReference"} +{"id":"3361c1e6-d189-57c9-bba2-ae09488e7ed2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01699/analysis/HG01699.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191081#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d3aeca5a-fe22-508c-949c-cea11b86be4e"},"resourceType":"DocumentReference"} +{"id":"54ce9df3-53ad-55b8-8d46-5bf3f4c45a07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01699/analysis/HG01699.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191081#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d3aeca5a-fe22-508c-949c-cea11b86be4e"},"resourceType":"DocumentReference"} +{"id":"e09cb6f1-9adf-5b6d-9d5c-523d5b8bc5af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01699/analysis/HG01699.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191081#sample/cram"}],"status":"current","subject":{"reference":"Patient/d3aeca5a-fe22-508c-949c-cea11b86be4e"},"resourceType":"DocumentReference"} +{"id":"342e723e-d9e4-5d82-bd97-7ab224c4e16a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01697/analysis/HG01697.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191082#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d4016261-8e41-5833-a7c6-a698244f8027"},"resourceType":"DocumentReference"} +{"id":"b2e66d66-f13c-5c90-9ff7-cb402d3ec348","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01697/analysis/HG01697.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191082#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d4016261-8e41-5833-a7c6-a698244f8027"},"resourceType":"DocumentReference"} +{"id":"ba40e225-b08e-51b6-b220-373fa12dee1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01697/analysis/HG01697.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191082#sample/cram"}],"status":"current","subject":{"reference":"Patient/d4016261-8e41-5833-a7c6-a698244f8027"},"resourceType":"DocumentReference"} +{"id":"b9dbfa9e-9bb0-5cc4-abb5-cb594351d199","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02224/analysis/HG02224.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191084#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a7ffb118-ac7a-591d-8993-95e05ad61636"},"resourceType":"DocumentReference"} +{"id":"e015a4a3-f6f2-547d-a462-7a29ff6038f9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02224/analysis/HG02224.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191084#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a7ffb118-ac7a-591d-8993-95e05ad61636"},"resourceType":"DocumentReference"} +{"id":"a3be0806-c32e-5d9a-9544-a08a87e63a1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02224/analysis/HG02224.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191084#sample/cram"}],"status":"current","subject":{"reference":"Patient/a7ffb118-ac7a-591d-8993-95e05ad61636"},"resourceType":"DocumentReference"} +{"id":"2f49b35f-3851-53ab-8b7c-8f41675c1729","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02223/analysis/HG02223.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191085#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/75f95cd6-0bcf-53d1-8b25-abcf3d0d04fd"},"resourceType":"DocumentReference"} +{"id":"f6e41bfa-d51d-58e1-b6e2-04a8defffe73","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02223/analysis/HG02223.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191085#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/75f95cd6-0bcf-53d1-8b25-abcf3d0d04fd"},"resourceType":"DocumentReference"} +{"id":"52344518-973a-5730-9c63-aee018e27812","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02223/analysis/HG02223.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191085#sample/cram"}],"status":"current","subject":{"reference":"Patient/75f95cd6-0bcf-53d1-8b25-abcf3d0d04fd"},"resourceType":"DocumentReference"} +{"id":"b273e755-2330-5865-8752-789b8438e1ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02231/analysis/HG02231.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191087#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b428ebce-9640-5c58-9b5c-a5c21dfa5371"},"resourceType":"DocumentReference"} +{"id":"be47e2c6-a6d9-59de-b104-4aea3ed56000","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02231/analysis/HG02231.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191087#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b428ebce-9640-5c58-9b5c-a5c21dfa5371"},"resourceType":"DocumentReference"} +{"id":"ef20b74c-04c9-5a68-9f02-3ca9923e1202","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02231/analysis/HG02231.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191087#sample/cram"}],"status":"current","subject":{"reference":"Patient/b428ebce-9640-5c58-9b5c-a5c21dfa5371"},"resourceType":"DocumentReference"} +{"id":"970c23c4-3562-5a11-8e45-cc4b6cf73066","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02230/analysis/HG02230.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191088#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/593f8681-b612-59b4-a15c-ac71c1548ced"},"resourceType":"DocumentReference"} +{"id":"939712e3-3cf7-50f8-b1b2-ea46c518ed9e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02230/analysis/HG02230.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191088#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/593f8681-b612-59b4-a15c-ac71c1548ced"},"resourceType":"DocumentReference"} +{"id":"feba5d0c-cc38-55f0-911b-42d7f2aa3200","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02230/analysis/HG02230.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191088#sample/cram"}],"status":"current","subject":{"reference":"Patient/593f8681-b612-59b4-a15c-ac71c1548ced"},"resourceType":"DocumentReference"} +{"id":"6bc386fc-c68b-541a-a486-c94ff799afd8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02238/analysis/HG02238.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191090#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c1f56d80-0180-5d74-9596-80deef503e5c"},"resourceType":"DocumentReference"} +{"id":"07001784-b53c-5bca-801a-59e6ee0723d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02238/analysis/HG02238.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191090#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c1f56d80-0180-5d74-9596-80deef503e5c"},"resourceType":"DocumentReference"} +{"id":"998e6fee-9a11-5105-a158-4a4fe9272586","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02238/analysis/HG02238.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191090#sample/cram"}],"status":"current","subject":{"reference":"Patient/c1f56d80-0180-5d74-9596-80deef503e5c"},"resourceType":"DocumentReference"} +{"id":"9728a9bb-c0e8-5435-a009-991989d4f155","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02239/analysis/HG02239.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191091#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/793a15fe-f52f-54b3-a184-5863c2ffb870"},"resourceType":"DocumentReference"} +{"id":"7497f960-935d-5671-8cf7-fee7e97a58b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02239/analysis/HG02239.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191091#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/793a15fe-f52f-54b3-a184-5863c2ffb870"},"resourceType":"DocumentReference"} +{"id":"67bde6b9-352f-5dfc-8a84-85dcdc6f2d14","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02239/analysis/HG02239.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191091#sample/cram"}],"status":"current","subject":{"reference":"Patient/793a15fe-f52f-54b3-a184-5863c2ffb870"},"resourceType":"DocumentReference"} +{"id":"ef2a0fe5-311c-5819-938a-4b20435f6141","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02032/analysis/HG02032.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191093#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/28ae7d03-41da-53af-bbe2-1179860441e3"},"resourceType":"DocumentReference"} +{"id":"a47e35ba-95e3-5a58-b7c8-6d0f8f6908cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02032/analysis/HG02032.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191093#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/28ae7d03-41da-53af-bbe2-1179860441e3"},"resourceType":"DocumentReference"} +{"id":"1aa30820-fd16-5cac-be91-599f0f3b624f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02032/analysis/HG02032.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191093#sample/cram"}],"status":"current","subject":{"reference":"Patient/28ae7d03-41da-53af-bbe2-1179860441e3"},"resourceType":"DocumentReference"} +{"id":"28128cea-f638-58eb-acbc-9d4ea492b368","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02031/analysis/HG02031.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191094#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c49eb4e4-29ef-52c5-9977-24333ebd87ee"},"resourceType":"DocumentReference"} +{"id":"5bed7f11-51f2-5baf-8199-f8fff412c00d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02031/analysis/HG02031.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191094#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c49eb4e4-29ef-52c5-9977-24333ebd87ee"},"resourceType":"DocumentReference"} +{"id":"4666ba00-b362-5617-b67d-f13fcd295eec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02031/analysis/HG02031.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191094#sample/cram"}],"status":"current","subject":{"reference":"Patient/c49eb4e4-29ef-52c5-9977-24333ebd87ee"},"resourceType":"DocumentReference"} +{"id":"66bcb444-5119-5674-969a-0e5c88709a3a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02050/analysis/HG02050.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191096#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d7008e43-c24a-5d79-858a-f2052d888381"},"resourceType":"DocumentReference"} +{"id":"f36a6935-d29f-58d4-8ea7-ce0a78fc2c48","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02050/analysis/HG02050.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191096#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d7008e43-c24a-5d79-858a-f2052d888381"},"resourceType":"DocumentReference"} +{"id":"662440de-d30f-5fca-93ef-75b9603f5f19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02050/analysis/HG02050.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191096#sample/cram"}],"status":"current","subject":{"reference":"Patient/d7008e43-c24a-5d79-858a-f2052d888381"},"resourceType":"DocumentReference"} +{"id":"2382135e-7aef-505f-8244-f6ebc3994d4e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02250/analysis/HG02250.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191097#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/56d4cf51-3a6b-538d-ab5c-d7a5e879279f"},"resourceType":"DocumentReference"} +{"id":"dd98e5e9-ab48-5c9e-9d12-5d66426abdd1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02250/analysis/HG02250.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191097#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/56d4cf51-3a6b-538d-ab5c-d7a5e879279f"},"resourceType":"DocumentReference"} +{"id":"0044c071-a3d3-581b-bde9-838e807c6741","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02250/analysis/HG02250.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191097#sample/cram"}],"status":"current","subject":{"reference":"Patient/56d4cf51-3a6b-538d-ab5c-d7a5e879279f"},"resourceType":"DocumentReference"} +{"id":"bf0e21e8-b34a-5049-b511-fbf81eb2f8e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02351/analysis/HG02351.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191098#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aaaa4512-3c7f-5055-b9f4-283a11822c97"},"resourceType":"DocumentReference"} +{"id":"7434fad2-8c83-58a8-9e29-f3514c794f80","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02351/analysis/HG02351.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191098#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aaaa4512-3c7f-5055-b9f4-283a11822c97"},"resourceType":"DocumentReference"} +{"id":"33245c96-3b43-5927-ab65-2b65d5146d9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02351/analysis/HG02351.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191098#sample/cram"}],"status":"current","subject":{"reference":"Patient/aaaa4512-3c7f-5055-b9f4-283a11822c97"},"resourceType":"DocumentReference"} +{"id":"16416e27-4f03-5774-9a75-5683a5eb50b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02353/analysis/HG02353.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191099#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8f58e413-1109-5588-ab2b-a99f67923853"},"resourceType":"DocumentReference"} +{"id":"dfcab3e2-ce7e-5e8c-a55f-877f62612633","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02353/analysis/HG02353.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191099#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8f58e413-1109-5588-ab2b-a99f67923853"},"resourceType":"DocumentReference"} +{"id":"8f029b28-2292-532f-acc6-2e143ea3ebb7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02353/analysis/HG02353.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191099#sample/cram"}],"status":"current","subject":{"reference":"Patient/8f58e413-1109-5588-ab2b-a99f67923853"},"resourceType":"DocumentReference"} +{"id":"242c44c4-dc94-50b8-a0bf-8db15f9f2df9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02355/analysis/HG02355.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191100#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3ca26c44-559a-57a0-ad22-027d6149e77e"},"resourceType":"DocumentReference"} +{"id":"6a984338-1b76-582a-be1d-e3186c57ab99","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02355/analysis/HG02355.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191100#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3ca26c44-559a-57a0-ad22-027d6149e77e"},"resourceType":"DocumentReference"} +{"id":"1abc396b-1743-53e8-8de7-b1a0409512fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02355/analysis/HG02355.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191100#sample/cram"}],"status":"current","subject":{"reference":"Patient/3ca26c44-559a-57a0-ad22-027d6149e77e"},"resourceType":"DocumentReference"} +{"id":"f78b1bc6-145f-5e51-bae3-dbaef0d371a6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02356/analysis/HG02356.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191101#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/029f8203-16b3-55c0-90d9-69c2cf3f48cd"},"resourceType":"DocumentReference"} +{"id":"c141e162-e233-5e07-a2af-034320dbc232","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02356/analysis/HG02356.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191101#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/029f8203-16b3-55c0-90d9-69c2cf3f48cd"},"resourceType":"DocumentReference"} +{"id":"542f90b7-8ea3-511c-a408-2d91936d02a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02356/analysis/HG02356.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191101#sample/cram"}],"status":"current","subject":{"reference":"Patient/029f8203-16b3-55c0-90d9-69c2cf3f48cd"},"resourceType":"DocumentReference"} +{"id":"124cb5d8-7841-54df-b56a-14b7e640a026","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02360/analysis/HG02360.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191102#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c76eeb81-7d8a-53f9-934d-c40ec8fed970"},"resourceType":"DocumentReference"} +{"id":"b5488706-09b2-5bb7-a09b-52785c24590c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02360/analysis/HG02360.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191102#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c76eeb81-7d8a-53f9-934d-c40ec8fed970"},"resourceType":"DocumentReference"} +{"id":"a517c55c-9a7b-57b3-b701-6abca762c239","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02360/analysis/HG02360.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191102#sample/cram"}],"status":"current","subject":{"reference":"Patient/c76eeb81-7d8a-53f9-934d-c40ec8fed970"},"resourceType":"DocumentReference"} +{"id":"31ec4955-e59a-5c5e-a2ef-f1210dca3cfd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02364/analysis/HG02364.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191104#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/807589f5-ad63-57d2-8298-5f14baea072d"},"resourceType":"DocumentReference"} +{"id":"8ac4a6d4-15db-5fb6-a142-c7198c9c8e26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02364/analysis/HG02364.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191104#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/807589f5-ad63-57d2-8298-5f14baea072d"},"resourceType":"DocumentReference"} +{"id":"9b9e3eda-6c2b-5c8b-ab82-5e33b723daf2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02364/analysis/HG02364.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191104#sample/cram"}],"status":"current","subject":{"reference":"Patient/807589f5-ad63-57d2-8298-5f14baea072d"},"resourceType":"DocumentReference"} +{"id":"8665df14-5717-5998-82fb-c03f7fd3ccc5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02367/analysis/HG02367.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191105#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/89fde99a-c3f4-5cd0-a589-4aef3d5b7afa"},"resourceType":"DocumentReference"} +{"id":"e145562a-697a-5f55-9ddd-dde3b0d0f082","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02367/analysis/HG02367.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191105#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/89fde99a-c3f4-5cd0-a589-4aef3d5b7afa"},"resourceType":"DocumentReference"} +{"id":"1952a230-90df-5279-abd3-b3604f9548b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02367/analysis/HG02367.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191105#sample/cram"}],"status":"current","subject":{"reference":"Patient/89fde99a-c3f4-5cd0-a589-4aef3d5b7afa"},"resourceType":"DocumentReference"} +{"id":"ccdad246-cb89-5458-ac27-0afd8670b090","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02371/analysis/HG02371.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191106#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/909f82fb-1fa2-5aec-a043-4bcae1220f8e"},"resourceType":"DocumentReference"} +{"id":"99a15fb6-2256-5fde-9312-8b1aacb50f50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02371/analysis/HG02371.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191106#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/909f82fb-1fa2-5aec-a043-4bcae1220f8e"},"resourceType":"DocumentReference"} +{"id":"b0eba791-0b84-53c2-bc62-db1a31490149","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02371/analysis/HG02371.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191106#sample/cram"}],"status":"current","subject":{"reference":"Patient/909f82fb-1fa2-5aec-a043-4bcae1220f8e"},"resourceType":"DocumentReference"} +{"id":"c3c8e331-006d-51a1-9c10-d0597b8b5d8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02374/analysis/HG02374.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191108#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/add87c40-ad17-5199-89e2-3d93ba9a194d"},"resourceType":"DocumentReference"} +{"id":"ceff121d-16e6-5293-a37b-89e2c51032ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02374/analysis/HG02374.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191108#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/add87c40-ad17-5199-89e2-3d93ba9a194d"},"resourceType":"DocumentReference"} +{"id":"bef63440-0142-5d29-9474-90cd980e0cff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02374/analysis/HG02374.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191108#sample/cram"}],"status":"current","subject":{"reference":"Patient/add87c40-ad17-5199-89e2-3d93ba9a194d"},"resourceType":"DocumentReference"} +{"id":"af80190a-401a-54a7-a8f7-7359a6b13c2d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02375/analysis/HG02375.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191109#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ecdffe6d-392f-5282-989b-5b6aa71fb0d8"},"resourceType":"DocumentReference"} +{"id":"77a50638-cb0f-5c55-bb73-f665bad76d66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02375/analysis/HG02375.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191109#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ecdffe6d-392f-5282-989b-5b6aa71fb0d8"},"resourceType":"DocumentReference"} +{"id":"b51dd3d8-f83b-5bd1-983c-4b52a04ce42b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02375/analysis/HG02375.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191109#sample/cram"}],"status":"current","subject":{"reference":"Patient/ecdffe6d-392f-5282-989b-5b6aa71fb0d8"},"resourceType":"DocumentReference"} +{"id":"bf633133-c468-52f4-8b64-f923d093e27f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02379/analysis/HG02379.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191111#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ee155fa0-b428-5d33-a77f-1c9608198989"},"resourceType":"DocumentReference"} +{"id":"a51481d7-8a67-55f7-a4d2-a971a94fc7ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02379/analysis/HG02379.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191111#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ee155fa0-b428-5d33-a77f-1c9608198989"},"resourceType":"DocumentReference"} +{"id":"c3a2fd4c-91b2-5ac3-b86a-b172b0def35d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02379/analysis/HG02379.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191111#sample/cram"}],"status":"current","subject":{"reference":"Patient/ee155fa0-b428-5d33-a77f-1c9608198989"},"resourceType":"DocumentReference"} +{"id":"26195d8b-890d-558d-8832-2709e929fbda","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02380/analysis/HG02380.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191112#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e23df4e7-4c1c-5412-a95d-eda4c64a571d"},"resourceType":"DocumentReference"} +{"id":"eafb49c7-d6c3-5808-b6a1-71814280c384","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02380/analysis/HG02380.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191112#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e23df4e7-4c1c-5412-a95d-eda4c64a571d"},"resourceType":"DocumentReference"} +{"id":"f368490b-acda-554e-9855-020b246048a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02380/analysis/HG02380.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191112#sample/cram"}],"status":"current","subject":{"reference":"Patient/e23df4e7-4c1c-5412-a95d-eda4c64a571d"},"resourceType":"DocumentReference"} +{"id":"4c86516a-edd0-5388-800c-5c461f27a406","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02382/analysis/HG02382.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191114#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ba06d45d-46c1-5b8f-9281-109afab89517"},"resourceType":"DocumentReference"} +{"id":"998dd87d-2cde-5648-a633-2a9818e439dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02382/analysis/HG02382.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191114#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ba06d45d-46c1-5b8f-9281-109afab89517"},"resourceType":"DocumentReference"} +{"id":"918917ea-98aa-5f58-9528-3d8794aa05fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02382/analysis/HG02382.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191114#sample/cram"}],"status":"current","subject":{"reference":"Patient/ba06d45d-46c1-5b8f-9281-109afab89517"},"resourceType":"DocumentReference"} +{"id":"77151a52-bf04-51b4-ab6f-d479a4699e0f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02383/analysis/HG02383.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191115#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a7917ec9-ee65-58f9-ae4c-bae04ee76c86"},"resourceType":"DocumentReference"} +{"id":"5115426d-4488-50b3-a04d-1fe92c1b916d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02383/analysis/HG02383.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191115#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a7917ec9-ee65-58f9-ae4c-bae04ee76c86"},"resourceType":"DocumentReference"} +{"id":"00124e4e-e4ee-5817-a0f5-1756edc68f34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02383/analysis/HG02383.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191115#sample/cram"}],"status":"current","subject":{"reference":"Patient/a7917ec9-ee65-58f9-ae4c-bae04ee76c86"},"resourceType":"DocumentReference"} +{"id":"1c15be0a-5532-5da5-b26b-0f88e51ea5d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02384/analysis/HG02384.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191116#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e1edbc61-c9a7-5e65-a54b-c6277f4ab721"},"resourceType":"DocumentReference"} +{"id":"aa52d949-49ee-5707-a0aa-1e1433b90c03","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02384/analysis/HG02384.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191116#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e1edbc61-c9a7-5e65-a54b-c6277f4ab721"},"resourceType":"DocumentReference"} +{"id":"5977d3f2-d13d-59fd-b0d1-b9c30a71e88e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02384/analysis/HG02384.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191116#sample/cram"}],"status":"current","subject":{"reference":"Patient/e1edbc61-c9a7-5e65-a54b-c6277f4ab721"},"resourceType":"DocumentReference"} +{"id":"d7d14fd0-ab79-59c2-afdd-405fbebc7e53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02385/analysis/HG02385.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191117#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c43ac5f6-07e5-5c00-a081-e8fed073da33"},"resourceType":"DocumentReference"} +{"id":"462fd901-dc52-550c-98c9-1461500958ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02385/analysis/HG02385.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191117#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c43ac5f6-07e5-5c00-a081-e8fed073da33"},"resourceType":"DocumentReference"} +{"id":"8a707e57-3fb5-5b7a-a0cf-9e013200cd63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02385/analysis/HG02385.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191117#sample/cram"}],"status":"current","subject":{"reference":"Patient/c43ac5f6-07e5-5c00-a081-e8fed073da33"},"resourceType":"DocumentReference"} +{"id":"805fd1ae-294d-55d2-8b0e-9ffd62210148","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02386/analysis/HG02386.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191118#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/956c4a80-d53c-5b5d-80f8-429f3c88ad0c"},"resourceType":"DocumentReference"} +{"id":"60d95bbe-a9a5-536c-bd7c-577c34418ff6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02386/analysis/HG02386.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191118#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/956c4a80-d53c-5b5d-80f8-429f3c88ad0c"},"resourceType":"DocumentReference"} +{"id":"d53a233c-f45c-5a51-8f38-aed7f795fc8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02386/analysis/HG02386.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191118#sample/cram"}],"status":"current","subject":{"reference":"Patient/956c4a80-d53c-5b5d-80f8-429f3c88ad0c"},"resourceType":"DocumentReference"} +{"id":"ed943acc-8353-5101-94e4-061c5de48576","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02389/analysis/HG02389.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191121#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2e0b2ad3-86d6-5b1e-8a08-399f6a33ecac"},"resourceType":"DocumentReference"} +{"id":"9565af45-5553-5fff-9167-ac12454005b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02389/analysis/HG02389.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191121#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2e0b2ad3-86d6-5b1e-8a08-399f6a33ecac"},"resourceType":"DocumentReference"} +{"id":"1b6b38ae-79ab-5ff0-97d2-44bedcd0f36e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02389/analysis/HG02389.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191121#sample/cram"}],"status":"current","subject":{"reference":"Patient/2e0b2ad3-86d6-5b1e-8a08-399f6a33ecac"},"resourceType":"DocumentReference"} +{"id":"34476f84-1f0c-5c67-8bc3-b6ea1db4f9ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02390/analysis/HG02390.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191122#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4889b3d5-7c8b-50b5-a4e0-ec0109f719b2"},"resourceType":"DocumentReference"} +{"id":"8a65486b-47d1-553f-8832-ae9d30a2ac8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02390/analysis/HG02390.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191122#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4889b3d5-7c8b-50b5-a4e0-ec0109f719b2"},"resourceType":"DocumentReference"} +{"id":"21b42fb0-0e20-5906-bf3c-ae0ce04ec102","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02390/analysis/HG02390.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191122#sample/cram"}],"status":"current","subject":{"reference":"Patient/4889b3d5-7c8b-50b5-a4e0-ec0109f719b2"},"resourceType":"DocumentReference"} +{"id":"8a5950d3-186a-5786-b688-f6a8a67b4b57","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02391/analysis/HG02391.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191123#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/58eb5bc7-2034-533e-873d-4c65c7a12560"},"resourceType":"DocumentReference"} +{"id":"fcd7d569-ff95-5b74-8c7f-b3eedeed0e02","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02391/analysis/HG02391.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191123#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/58eb5bc7-2034-533e-873d-4c65c7a12560"},"resourceType":"DocumentReference"} +{"id":"79ffc11a-7420-5dc1-b020-b3ba838e89bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02391/analysis/HG02391.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191123#sample/cram"}],"status":"current","subject":{"reference":"Patient/58eb5bc7-2034-533e-873d-4c65c7a12560"},"resourceType":"DocumentReference"} +{"id":"9dcef818-31d1-568e-a4fb-6fcb7b932e50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02392/analysis/HG02392.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191124#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ef5d747d-dcc7-5559-a7da-b7658a04273c"},"resourceType":"DocumentReference"} +{"id":"61b6eea4-671b-58e9-b1a9-b7f3b0533823","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02392/analysis/HG02392.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191124#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ef5d747d-dcc7-5559-a7da-b7658a04273c"},"resourceType":"DocumentReference"} +{"id":"adc42b0c-f416-50b4-a2d9-0b2b22a6042a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02392/analysis/HG02392.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191124#sample/cram"}],"status":"current","subject":{"reference":"Patient/ef5d747d-dcc7-5559-a7da-b7658a04273c"},"resourceType":"DocumentReference"} +{"id":"3da43f52-272a-50b4-9773-af65caeaf8bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02395/analysis/HG02395.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191125#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2fd2afd4-7efa-59d6-81a6-69e469bcfda1"},"resourceType":"DocumentReference"} +{"id":"8d637c94-b22c-57f9-a560-89efc129f7d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02395/analysis/HG02395.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191125#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2fd2afd4-7efa-59d6-81a6-69e469bcfda1"},"resourceType":"DocumentReference"} +{"id":"0ab32694-15e1-51a2-b725-1f3e2961fb27","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02395/analysis/HG02395.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191125#sample/cram"}],"status":"current","subject":{"reference":"Patient/2fd2afd4-7efa-59d6-81a6-69e469bcfda1"},"resourceType":"DocumentReference"} +{"id":"79bdbd4d-2687-55ee-b117-9f22a1655860","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02398/analysis/HG02398.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191126#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ef63e116-e6ce-58d6-ac4e-4e4fed07475d"},"resourceType":"DocumentReference"} +{"id":"1d6ddbb6-4c60-5ca1-bbc6-2d62ca5012f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02398/analysis/HG02398.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191126#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ef63e116-e6ce-58d6-ac4e-4e4fed07475d"},"resourceType":"DocumentReference"} +{"id":"b9682734-7efc-51f1-a161-aba04a9be7d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02398/analysis/HG02398.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191126#sample/cram"}],"status":"current","subject":{"reference":"Patient/ef63e116-e6ce-58d6-ac4e-4e4fed07475d"},"resourceType":"DocumentReference"} +{"id":"e28e7f7b-9edd-5330-84ec-e575f1799b7e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02399/analysis/HG02399.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191127#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/54bf6bef-cc5c-51dd-a7c2-01196dc4f008"},"resourceType":"DocumentReference"} +{"id":"23b6c34b-1825-5fd5-8e14-1fda40e2015d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02399/analysis/HG02399.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191127#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/54bf6bef-cc5c-51dd-a7c2-01196dc4f008"},"resourceType":"DocumentReference"} +{"id":"a2644283-ecc9-5676-9795-0231c869e710","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02399/analysis/HG02399.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191127#sample/cram"}],"status":"current","subject":{"reference":"Patient/54bf6bef-cc5c-51dd-a7c2-01196dc4f008"},"resourceType":"DocumentReference"} +{"id":"6caf7a97-4e78-5178-87e5-35f407cc04ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02401/analysis/HG02401.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191128#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/61917c9a-3e8c-5e9c-a37d-6ec269c83517"},"resourceType":"DocumentReference"} +{"id":"aa84b371-71f9-546c-acda-ebd31c5378ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02401/analysis/HG02401.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191128#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/61917c9a-3e8c-5e9c-a37d-6ec269c83517"},"resourceType":"DocumentReference"} +{"id":"6f53bfe9-7a45-5e58-80b3-e468e326410a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02401/analysis/HG02401.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191128#sample/cram"}],"status":"current","subject":{"reference":"Patient/61917c9a-3e8c-5e9c-a37d-6ec269c83517"},"resourceType":"DocumentReference"} +{"id":"fd2462a0-c8c5-5795-8c1f-b726698f4a1e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02402/analysis/HG02402.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191129#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c39c7d6a-6271-5c77-b1b0-59d7835ef61d"},"resourceType":"DocumentReference"} +{"id":"93934a6d-1eb3-57cd-a222-c1416235196b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02402/analysis/HG02402.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191129#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c39c7d6a-6271-5c77-b1b0-59d7835ef61d"},"resourceType":"DocumentReference"} +{"id":"4c7b8b5d-0ae4-5158-8051-00e256a79647","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02402/analysis/HG02402.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191129#sample/cram"}],"status":"current","subject":{"reference":"Patient/c39c7d6a-6271-5c77-b1b0-59d7835ef61d"},"resourceType":"DocumentReference"} +{"id":"536c30ad-7c67-569e-aa89-c3a1f84adf56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02406/analysis/HG02406.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191130#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e21501f6-0349-55a0-ae0c-046e31344e88"},"resourceType":"DocumentReference"} +{"id":"a55c968a-8a8e-5bc8-ab67-fdc78bb9da34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02406/analysis/HG02406.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191130#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e21501f6-0349-55a0-ae0c-046e31344e88"},"resourceType":"DocumentReference"} +{"id":"4c48ad3e-b861-51da-84d7-7978e1eb82fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02406/analysis/HG02406.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191130#sample/cram"}],"status":"current","subject":{"reference":"Patient/e21501f6-0349-55a0-ae0c-046e31344e88"},"resourceType":"DocumentReference"} +{"id":"b29319c8-fbe5-5506-a559-707b21b03827","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02407/analysis/HG02407.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191131#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9f72ff87-f94e-5903-ab2b-cbc6b8538775"},"resourceType":"DocumentReference"} +{"id":"a5a007e4-bfe6-55ca-b415-3c79ba407931","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02407/analysis/HG02407.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191131#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9f72ff87-f94e-5903-ab2b-cbc6b8538775"},"resourceType":"DocumentReference"} +{"id":"3ce9ad0e-317d-5bba-a527-8da16d1fa7af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02407/analysis/HG02407.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191131#sample/cram"}],"status":"current","subject":{"reference":"Patient/9f72ff87-f94e-5903-ab2b-cbc6b8538775"},"resourceType":"DocumentReference"} +{"id":"55523e39-1be6-56f8-8b7a-8ee82889edf1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02409/analysis/HG02409.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191132#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5c28232e-6ba7-50b8-a8dd-4ee34138f1af"},"resourceType":"DocumentReference"} +{"id":"f3ebd6c5-3be5-510c-ba35-26f0540ae93f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02409/analysis/HG02409.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191132#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5c28232e-6ba7-50b8-a8dd-4ee34138f1af"},"resourceType":"DocumentReference"} +{"id":"bf22b3a8-9552-5652-8b1d-702e4cb06aa2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02409/analysis/HG02409.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191132#sample/cram"}],"status":"current","subject":{"reference":"Patient/5c28232e-6ba7-50b8-a8dd-4ee34138f1af"},"resourceType":"DocumentReference"} +{"id":"1ece4842-f97b-5ffe-a862-115bf80386d8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02233/analysis/HG02233.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS193276#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/054e073e-ca1b-5830-8545-223c74028237"},"resourceType":"DocumentReference"} +{"id":"d824c8d8-6bd5-5559-b704-be88cb82f050","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02233/analysis/HG02233.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS193276#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/054e073e-ca1b-5830-8545-223c74028237"},"resourceType":"DocumentReference"} +{"id":"63b80ae3-26e0-5bbe-8511-cd669a0276dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02233/analysis/HG02233.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS193276#sample/cram"}],"status":"current","subject":{"reference":"Patient/054e073e-ca1b-5830-8545-223c74028237"},"resourceType":"DocumentReference"} +{"id":"3f3cdc5a-7ee2-5203-a1b6-265aafcace62","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02232/analysis/HG02232.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS193277#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fd4c189d-54c5-51e5-bd71-e7e7f57f3c8d"},"resourceType":"DocumentReference"} +{"id":"6542f676-aef3-5d1d-b30d-a5244ab40c0f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02232/analysis/HG02232.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS193277#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fd4c189d-54c5-51e5-bd71-e7e7f57f3c8d"},"resourceType":"DocumentReference"} +{"id":"b84bdbe5-a1ca-5228-b650-4481e10ab462","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02232/analysis/HG02232.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS193277#sample/cram"}],"status":"current","subject":{"reference":"Patient/fd4c189d-54c5-51e5-bd71-e7e7f57f3c8d"},"resourceType":"DocumentReference"} +{"id":"c4262ef0-60d1-5ddc-b009-d4653eed56c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01879/analysis/HG01879.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212451#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c5761cc3-9996-5b05-9c6d-c24a321212bd"},"resourceType":"DocumentReference"} +{"id":"1ed15dd7-4bbd-5fdb-908a-02c4d28256c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01879/analysis/HG01879.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212451#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c5761cc3-9996-5b05-9c6d-c24a321212bd"},"resourceType":"DocumentReference"} +{"id":"eafd101a-2064-5ff6-9955-5314409562cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01879/analysis/HG01879.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212451#sample/cram"}],"status":"current","subject":{"reference":"Patient/c5761cc3-9996-5b05-9c6d-c24a321212bd"},"resourceType":"DocumentReference"} +{"id":"f39347cd-34bd-536d-94ae-a7b76fcbb5eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01880/analysis/HG01880.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212452#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2f6eaf30-c862-5330-8106-f67847995c0b"},"resourceType":"DocumentReference"} +{"id":"95672f65-6d52-5d51-8a1a-17522d0f6783","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01880/analysis/HG01880.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212452#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2f6eaf30-c862-5330-8106-f67847995c0b"},"resourceType":"DocumentReference"} +{"id":"1204c793-e22c-5b48-805c-4afd97dccadc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01880/analysis/HG01880.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212452#sample/cram"}],"status":"current","subject":{"reference":"Patient/2f6eaf30-c862-5330-8106-f67847995c0b"},"resourceType":"DocumentReference"} +{"id":"270abc1b-130c-5196-a86e-ff0e00032d01","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02013/analysis/HG02013.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212454#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ac737c71-ab7e-5a50-a113-fa15406d15c8"},"resourceType":"DocumentReference"} +{"id":"cb786350-0188-51c8-a251-e4e5f23fa647","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02013/analysis/HG02013.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212454#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ac737c71-ab7e-5a50-a113-fa15406d15c8"},"resourceType":"DocumentReference"} +{"id":"f99a6df0-81f6-5980-9d39-922fd421b775","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02013/analysis/HG02013.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212454#sample/cram"}],"status":"current","subject":{"reference":"Patient/ac737c71-ab7e-5a50-a113-fa15406d15c8"},"resourceType":"DocumentReference"} +{"id":"f37e88fc-d3ec-52ab-aa30-301fa2fba6f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01896/analysis/HG01896.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212455#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6db28e03-8e9b-5988-90c8-f3befa5364ad"},"resourceType":"DocumentReference"} +{"id":"ff4faff8-10c3-540d-832c-989859853cb1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01896/analysis/HG01896.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212455#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6db28e03-8e9b-5988-90c8-f3befa5364ad"},"resourceType":"DocumentReference"} +{"id":"6b1d9ee3-c82c-5281-a952-415ccd2b86c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01896/analysis/HG01896.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212455#sample/cram"}],"status":"current","subject":{"reference":"Patient/6db28e03-8e9b-5988-90c8-f3befa5364ad"},"resourceType":"DocumentReference"} +{"id":"9610c821-e2ce-547e-b8e6-a8e7afd1f7dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01985/analysis/HG01985.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212457#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c9c1a3c4-c5eb-5060-a640-fde8d0db60cd"},"resourceType":"DocumentReference"} +{"id":"1735a251-6953-5113-a28a-22ac01277c27","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01985/analysis/HG01985.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212457#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c9c1a3c4-c5eb-5060-a640-fde8d0db60cd"},"resourceType":"DocumentReference"} +{"id":"9d2bf56e-76f9-530e-bb59-79d91dbdb239","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01985/analysis/HG01985.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212457#sample/cram"}],"status":"current","subject":{"reference":"Patient/c9c1a3c4-c5eb-5060-a640-fde8d0db60cd"},"resourceType":"DocumentReference"} +{"id":"c948f96d-33ee-501a-ae72-bae262fa721b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01988/analysis/HG01988.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212458#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dd1b54de-8004-5a6a-92f0-f6bd76b885ad"},"resourceType":"DocumentReference"} +{"id":"d93d6b01-a6cd-5753-9119-319a5a2f887f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01988/analysis/HG01988.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212458#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dd1b54de-8004-5a6a-92f0-f6bd76b885ad"},"resourceType":"DocumentReference"} +{"id":"ae6f5dae-7ed6-5531-995c-bfa28816d4e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01988/analysis/HG01988.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212458#sample/cram"}],"status":"current","subject":{"reference":"Patient/dd1b54de-8004-5a6a-92f0-f6bd76b885ad"},"resourceType":"DocumentReference"} +{"id":"13b20af7-1e11-541a-892a-c0eb7b6d6da6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01989/analysis/HG01989.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212459#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7b64f82d-462a-577b-a62c-6e7b67ac8b94"},"resourceType":"DocumentReference"} +{"id":"9b9ed46c-7d4d-5bb3-a811-5f6c4b2890f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01989/analysis/HG01989.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212459#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7b64f82d-462a-577b-a62c-6e7b67ac8b94"},"resourceType":"DocumentReference"} +{"id":"76a93c2a-17c3-5022-a4c7-d88cd793771a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01989/analysis/HG01989.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212459#sample/cram"}],"status":"current","subject":{"reference":"Patient/7b64f82d-462a-577b-a62c-6e7b67ac8b94"},"resourceType":"DocumentReference"} +{"id":"bace11a6-88a6-5f8c-9462-2543d8faee1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02051/analysis/HG02051.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212461#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4228fabb-10d2-5627-bafe-708595dcee73"},"resourceType":"DocumentReference"} +{"id":"623178ad-5bc7-5307-ba77-d50e65336697","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02051/analysis/HG02051.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212461#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4228fabb-10d2-5627-bafe-708595dcee73"},"resourceType":"DocumentReference"} +{"id":"ce9516ac-ae63-5b3d-995c-d20e48cccd4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02051/analysis/HG02051.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212461#sample/cram"}],"status":"current","subject":{"reference":"Patient/4228fabb-10d2-5627-bafe-708595dcee73"},"resourceType":"DocumentReference"} +{"id":"a5c52264-9191-5ef4-8793-d86a95000224","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02052/analysis/HG02052.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212462#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dc69f300-00ff-52fe-80a3-03e3e2ddd9ff"},"resourceType":"DocumentReference"} +{"id":"eafafc1f-6ddc-5b20-a9d1-f89737d3d711","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02052/analysis/HG02052.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212462#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dc69f300-00ff-52fe-80a3-03e3e2ddd9ff"},"resourceType":"DocumentReference"} +{"id":"c8ff92c2-32fa-5f83-9437-2637837f03a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02052/analysis/HG02052.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212462#sample/cram"}],"status":"current","subject":{"reference":"Patient/dc69f300-00ff-52fe-80a3-03e3e2ddd9ff"},"resourceType":"DocumentReference"} +{"id":"5a9f9993-60a4-51e9-a184-464a5c00cc7d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02095/analysis/HG02095.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212463#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/01c52b32-c7e2-5c0c-be17-628c172ab9c4"},"resourceType":"DocumentReference"} +{"id":"4607ac23-c6a3-5429-9e34-29ffaf8ec033","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02095/analysis/HG02095.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212463#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/01c52b32-c7e2-5c0c-be17-628c172ab9c4"},"resourceType":"DocumentReference"} +{"id":"d6677d1b-f0d9-5f9d-ac0a-763d58feaf89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02095/analysis/HG02095.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212463#sample/cram"}],"status":"current","subject":{"reference":"Patient/01c52b32-c7e2-5c0c-be17-628c172ab9c4"},"resourceType":"DocumentReference"} +{"id":"1b351595-59f5-5869-a20f-208ddbaef0e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02332/analysis/HG02332.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212464#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6cb4f509-8a8d-5513-9195-44e4d0c843dd"},"resourceType":"DocumentReference"} +{"id":"967fcb93-c3f5-52c6-98ae-a205c90b15b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02332/analysis/HG02332.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212464#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6cb4f509-8a8d-5513-9195-44e4d0c843dd"},"resourceType":"DocumentReference"} +{"id":"33fcae68-0156-5eb6-9ce7-5878a182baad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02332/analysis/HG02332.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212464#sample/cram"}],"status":"current","subject":{"reference":"Patient/6cb4f509-8a8d-5513-9195-44e4d0c843dd"},"resourceType":"DocumentReference"} +{"id":"983c047c-fdc9-580e-b47b-7bf13da22a89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02107/analysis/HG02107.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212465#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/65857f52-aca3-518f-ad08-3b8b09cff88d"},"resourceType":"DocumentReference"} +{"id":"a5f47823-dcfe-57f0-bd04-ea862782beff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02107/analysis/HG02107.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212465#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/65857f52-aca3-518f-ad08-3b8b09cff88d"},"resourceType":"DocumentReference"} +{"id":"11569603-385e-5109-a8fe-c5b917a224bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02107/analysis/HG02107.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212465#sample/cram"}],"status":"current","subject":{"reference":"Patient/65857f52-aca3-518f-ad08-3b8b09cff88d"},"resourceType":"DocumentReference"} +{"id":"00fbed57-3c85-5d87-8492-b014e3da9be0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02108/analysis/HG02108.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212466#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/70efb0cb-ed6f-588d-81cd-2d482f871c3e"},"resourceType":"DocumentReference"} +{"id":"2fa45b9f-9595-5106-b0d6-c92329127afc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02108/analysis/HG02108.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212466#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/70efb0cb-ed6f-588d-81cd-2d482f871c3e"},"resourceType":"DocumentReference"} +{"id":"fd037266-e4ec-5dfb-a976-59a99b4f7f10","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02108/analysis/HG02108.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212466#sample/cram"}],"status":"current","subject":{"reference":"Patient/70efb0cb-ed6f-588d-81cd-2d482f871c3e"},"resourceType":"DocumentReference"} +{"id":"2cba98f3-1a34-5d15-b5b0-322308bff52b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02111/analysis/HG02111.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212467#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9a1d3007-1bfb-55f8-8b0f-a80d7d551d6d"},"resourceType":"DocumentReference"} +{"id":"1ca21e10-9ab2-51e5-944c-6b96eed5fa1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02111/analysis/HG02111.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212467#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9a1d3007-1bfb-55f8-8b0f-a80d7d551d6d"},"resourceType":"DocumentReference"} +{"id":"e40849cd-995e-5668-b17d-2484ebb30458","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02111/analysis/HG02111.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212467#sample/cram"}],"status":"current","subject":{"reference":"Patient/9a1d3007-1bfb-55f8-8b0f-a80d7d551d6d"},"resourceType":"DocumentReference"} +{"id":"256e370e-b67f-501d-ba32-58a4d8cb691e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02143/analysis/HG02143.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212468#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3c0f9c3b-9973-522b-a56a-6da92b8f83b1"},"resourceType":"DocumentReference"} +{"id":"dccedc9f-5269-510d-ac00-10e1d7a65f98","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02143/analysis/HG02143.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212468#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3c0f9c3b-9973-522b-a56a-6da92b8f83b1"},"resourceType":"DocumentReference"} +{"id":"901bcc3e-c0ff-5cca-889e-2b4a074ed2b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02143/analysis/HG02143.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212468#sample/cram"}],"status":"current","subject":{"reference":"Patient/3c0f9c3b-9973-522b-a56a-6da92b8f83b1"},"resourceType":"DocumentReference"} +{"id":"33cb0e0b-54ce-5a28-86e1-aa00e40b5a90","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02144/analysis/HG02144.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212469#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dff8e99a-f993-5fba-9dcc-07fff2b70fe2"},"resourceType":"DocumentReference"} +{"id":"37a78119-07a9-5984-baa9-ce301497a4c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02144/analysis/HG02144.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212469#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dff8e99a-f993-5fba-9dcc-07fff2b70fe2"},"resourceType":"DocumentReference"} +{"id":"799b8f24-fd41-5259-9f4b-d7a6889ac5fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02144/analysis/HG02144.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212469#sample/cram"}],"status":"current","subject":{"reference":"Patient/dff8e99a-f993-5fba-9dcc-07fff2b70fe2"},"resourceType":"DocumentReference"} +{"id":"4fd25b40-4b62-5d98-8daa-b9b3cac274d8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02307/analysis/HG02307.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212471#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/afec266a-e831-5587-8d11-1e9c13772714"},"resourceType":"DocumentReference"} +{"id":"f643bd5a-a9f1-579f-a065-127fb425c0db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02307/analysis/HG02307.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212471#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/afec266a-e831-5587-8d11-1e9c13772714"},"resourceType":"DocumentReference"} +{"id":"80b11c57-546f-59e3-baea-0c85619510e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02307/analysis/HG02307.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212471#sample/cram"}],"status":"current","subject":{"reference":"Patient/afec266a-e831-5587-8d11-1e9c13772714"},"resourceType":"DocumentReference"} +{"id":"87276d9d-bf6e-5491-aae2-cee92ec40eac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02308/analysis/HG02308.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212472#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a17ca388-729c-5f07-a38a-5be60107986e"},"resourceType":"DocumentReference"} +{"id":"c733b6ff-73a0-506a-b24a-89450c3b10d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02308/analysis/HG02308.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212472#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a17ca388-729c-5f07-a38a-5be60107986e"},"resourceType":"DocumentReference"} +{"id":"85794668-2389-53a1-9283-297a900f09f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02308/analysis/HG02308.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212472#sample/cram"}],"status":"current","subject":{"reference":"Patient/a17ca388-729c-5f07-a38a-5be60107986e"},"resourceType":"DocumentReference"} +{"id":"d4384837-6a51-5b21-aa7c-ba5c24ba8907","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02283/analysis/HG02283.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212474#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a1c5dff3-84e9-5b8e-b250-6021d5790ba0"},"resourceType":"DocumentReference"} +{"id":"68eece00-7230-5d74-a842-c8fa18cde3d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02283/analysis/HG02283.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212474#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a1c5dff3-84e9-5b8e-b250-6021d5790ba0"},"resourceType":"DocumentReference"} +{"id":"d71cf167-5523-5714-9506-dce765a58a4a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02283/analysis/HG02283.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212474#sample/cram"}],"status":"current","subject":{"reference":"Patient/a1c5dff3-84e9-5b8e-b250-6021d5790ba0"},"resourceType":"DocumentReference"} +{"id":"42674b56-5a5b-5a03-8bff-ef121dbd2a08","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02309/analysis/HG02309.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212475#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f050e049-4d2b-59a8-be51-89d9487d80b8"},"resourceType":"DocumentReference"} +{"id":"815fd874-7fda-5200-a424-925d7ab5248c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02309/analysis/HG02309.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212475#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f050e049-4d2b-59a8-be51-89d9487d80b8"},"resourceType":"DocumentReference"} +{"id":"3a8eabb3-2759-536e-9ab3-334922c2f264","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02309/analysis/HG02309.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212475#sample/cram"}],"status":"current","subject":{"reference":"Patient/f050e049-4d2b-59a8-be51-89d9487d80b8"},"resourceType":"DocumentReference"} +{"id":"1de3330e-96c3-59d0-8cf3-e94131e50052","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02284/analysis/HG02284.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212476#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b979e2db-1757-5aca-a799-fbc67d82469f"},"resourceType":"DocumentReference"} +{"id":"07a3f82a-dda9-5414-88f4-799539c8f6dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02284/analysis/HG02284.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212476#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b979e2db-1757-5aca-a799-fbc67d82469f"},"resourceType":"DocumentReference"} +{"id":"95d94295-ccce-55c6-93e2-a657780a8c47","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02284/analysis/HG02284.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212476#sample/cram"}],"status":"current","subject":{"reference":"Patient/b979e2db-1757-5aca-a799-fbc67d82469f"},"resourceType":"DocumentReference"} +{"id":"055957bd-6059-5089-89cf-cff72473d600","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02322/analysis/HG02322.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212477#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/de3c1137-082f-587e-9a5a-fc66481049f2"},"resourceType":"DocumentReference"} +{"id":"21dca82a-2d10-54c0-b699-675802fe4ac1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02322/analysis/HG02322.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212477#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/de3c1137-082f-587e-9a5a-fc66481049f2"},"resourceType":"DocumentReference"} +{"id":"0d55b249-50e2-5769-8a53-0f538d54051e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02322/analysis/HG02322.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212477#sample/cram"}],"status":"current","subject":{"reference":"Patient/de3c1137-082f-587e-9a5a-fc66481049f2"},"resourceType":"DocumentReference"} +{"id":"a3fc89d7-1ae4-52f1-ab23-1efceaff3c88","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02323/analysis/HG02323.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212478#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/293382f5-2660-57f1-a761-cc2a84be023d"},"resourceType":"DocumentReference"} +{"id":"5c7d1d68-1074-509a-9ca5-7794790bbce7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02323/analysis/HG02323.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212478#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/293382f5-2660-57f1-a761-cc2a84be023d"},"resourceType":"DocumentReference"} +{"id":"c279adbc-7a25-5248-bdd1-b4ff31e40bdb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02323/analysis/HG02323.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212478#sample/cram"}],"status":"current","subject":{"reference":"Patient/293382f5-2660-57f1-a761-cc2a84be023d"},"resourceType":"DocumentReference"} +{"id":"cec468c3-6fdc-5409-82d8-d302a0ca155c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02325/analysis/HG02325.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212479#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0f9b38f1-8963-528f-a9c3-d1c1dff74278"},"resourceType":"DocumentReference"} +{"id":"aee69cc1-3289-55d0-8a1f-cfbbbd01d933","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02325/analysis/HG02325.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212479#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0f9b38f1-8963-528f-a9c3-d1c1dff74278"},"resourceType":"DocumentReference"} +{"id":"d220ab8c-e11d-52a2-a4e9-745cbcf07ece","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02325/analysis/HG02325.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212479#sample/cram"}],"status":"current","subject":{"reference":"Patient/0f9b38f1-8963-528f-a9c3-d1c1dff74278"},"resourceType":"DocumentReference"} +{"id":"006c3777-e57c-5b68-9a9e-719cc4874eba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02337/analysis/HG02337.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212480#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5c5c0d58-ab90-5bc9-ab62-619ec82a7b98"},"resourceType":"DocumentReference"} +{"id":"d13c1926-dfd2-5954-be85-8707dccbfccf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02337/analysis/HG02337.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212480#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5c5c0d58-ab90-5bc9-ab62-619ec82a7b98"},"resourceType":"DocumentReference"} +{"id":"126bb242-fdad-52c9-bc41-d43b3d8bfabc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02337/analysis/HG02337.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212480#sample/cram"}],"status":"current","subject":{"reference":"Patient/5c5c0d58-ab90-5bc9-ab62-619ec82a7b98"},"resourceType":"DocumentReference"} +{"id":"d3871fea-92e6-5f0b-84f1-4fe45da03f04","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02334/analysis/HG02334.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212481#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a165a30c-83dc-5bbd-a6ed-2b066716df83"},"resourceType":"DocumentReference"} +{"id":"688daafc-5a9d-5e5a-a447-002a10f1962c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02334/analysis/HG02334.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212481#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a165a30c-83dc-5bbd-a6ed-2b066716df83"},"resourceType":"DocumentReference"} +{"id":"897659ab-d995-53e2-9853-e316ecb25b34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02334/analysis/HG02334.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212481#sample/cram"}],"status":"current","subject":{"reference":"Patient/a165a30c-83dc-5bbd-a6ed-2b066716df83"},"resourceType":"DocumentReference"} +{"id":"25ab94f6-c3c6-54b6-abf9-976bdb7de3ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02330/analysis/HG02330.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212482#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/04eb8860-e9f4-5285-be34-98db09e59eca"},"resourceType":"DocumentReference"} +{"id":"4de29662-adee-5c4e-9bdb-09be23699ccd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02330/analysis/HG02330.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212482#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/04eb8860-e9f4-5285-be34-98db09e59eca"},"resourceType":"DocumentReference"} +{"id":"b2579744-1bab-55e3-92ae-eb7e3b417359","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02330/analysis/HG02330.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212482#sample/cram"}],"status":"current","subject":{"reference":"Patient/04eb8860-e9f4-5285-be34-98db09e59eca"},"resourceType":"DocumentReference"} +{"id":"ae14d2c3-fc7e-59e9-b234-12d2cf60cf10","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02339/analysis/HG02339.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212483#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/321d3e79-4dd1-5646-9a29-9dd2c026033f"},"resourceType":"DocumentReference"} +{"id":"907efdfb-30c5-5f2c-8bb1-79ca5107d19a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02339/analysis/HG02339.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212483#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/321d3e79-4dd1-5646-9a29-9dd2c026033f"},"resourceType":"DocumentReference"} +{"id":"6712118e-c14d-5615-8269-edb598ae27f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02339/analysis/HG02339.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212483#sample/cram"}],"status":"current","subject":{"reference":"Patient/321d3e79-4dd1-5646-9a29-9dd2c026033f"},"resourceType":"DocumentReference"} +{"id":"4408ad80-2b53-5b81-8a3e-cc2e08e0518d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02343/analysis/HG02343.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212484#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/10e73b0d-2289-506a-a80f-6bbe7a333d9b"},"resourceType":"DocumentReference"} +{"id":"3c69524e-1b78-511d-b93c-7e281bdd2add","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02343/analysis/HG02343.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212484#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/10e73b0d-2289-506a-a80f-6bbe7a333d9b"},"resourceType":"DocumentReference"} +{"id":"1fbb9522-5aa8-570e-abd1-b3988e2ab40c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02343/analysis/HG02343.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212484#sample/cram"}],"status":"current","subject":{"reference":"Patient/10e73b0d-2289-506a-a80f-6bbe7a333d9b"},"resourceType":"DocumentReference"} +{"id":"6455e2aa-153d-5e03-a2eb-c292809b4bca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02419/analysis/HG02419.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212485#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/02308915-e246-512a-b50d-b18347e49e35"},"resourceType":"DocumentReference"} +{"id":"b74235a2-699d-5fb5-97e5-118149f86d77","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02419/analysis/HG02419.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212485#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/02308915-e246-512a-b50d-b18347e49e35"},"resourceType":"DocumentReference"} +{"id":"6efcd23d-59c9-5c33-a7b9-63cefe910526","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02419/analysis/HG02419.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212485#sample/cram"}],"status":"current","subject":{"reference":"Patient/02308915-e246-512a-b50d-b18347e49e35"},"resourceType":"DocumentReference"} +{"id":"ddfcd568-0091-5ae1-9826-3523833f2623","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02420/analysis/HG02420.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212486#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aba36849-3755-56e2-9a0f-723fb9cc8461"},"resourceType":"DocumentReference"} +{"id":"8a1b611f-2a0a-54da-a192-8a156dfb453c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02420/analysis/HG02420.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212486#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aba36849-3755-56e2-9a0f-723fb9cc8461"},"resourceType":"DocumentReference"} +{"id":"c3a02ec3-831b-5a32-b33d-6b84fdc929bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02420/analysis/HG02420.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212486#sample/cram"}],"status":"current","subject":{"reference":"Patient/aba36849-3755-56e2-9a0f-723fb9cc8461"},"resourceType":"DocumentReference"} +{"id":"ccf15f6b-1d1c-5f41-9db6-a8aaa85b01a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02427/analysis/HG02427.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212487#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/48e00b2d-95f4-5393-b2dc-ce7aa089fd07"},"resourceType":"DocumentReference"} +{"id":"82205892-0791-5ca9-abc8-4d5731ae3acc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02427/analysis/HG02427.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212487#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/48e00b2d-95f4-5393-b2dc-ce7aa089fd07"},"resourceType":"DocumentReference"} +{"id":"3a3bcf73-701f-51f9-8bf2-6d62dd8ad705","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02427/analysis/HG02427.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212487#sample/cram"}],"status":"current","subject":{"reference":"Patient/48e00b2d-95f4-5393-b2dc-ce7aa089fd07"},"resourceType":"DocumentReference"} +{"id":"6b4f2a12-e66b-5cc1-bd92-736c2589afc1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02429/analysis/HG02429.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212489#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a5c3b07f-01c4-5cd3-8e8b-3ef725c8efc7"},"resourceType":"DocumentReference"} +{"id":"45806881-b5c1-57ff-953e-18b774b615b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02429/analysis/HG02429.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212489#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a5c3b07f-01c4-5cd3-8e8b-3ef725c8efc7"},"resourceType":"DocumentReference"} +{"id":"b3b74c58-91ee-5e43-9fc0-6a863864c64c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02429/analysis/HG02429.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212489#sample/cram"}],"status":"current","subject":{"reference":"Patient/a5c3b07f-01c4-5cd3-8e8b-3ef725c8efc7"},"resourceType":"DocumentReference"} +{"id":"18d3e604-ed56-5b3c-a0be-af3528058482","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02433/analysis/HG02433.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212491#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/99e13d9b-5f10-5a2b-a864-c12848ac1207"},"resourceType":"DocumentReference"} +{"id":"6a9f4107-2523-58d0-aafd-d2f830d5f7c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02433/analysis/HG02433.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212491#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/99e13d9b-5f10-5a2b-a864-c12848ac1207"},"resourceType":"DocumentReference"} +{"id":"6b973ebf-d725-5612-a339-d2c01a78d92f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02433/analysis/HG02433.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212491#sample/cram"}],"status":"current","subject":{"reference":"Patient/99e13d9b-5f10-5a2b-a864-c12848ac1207"},"resourceType":"DocumentReference"} +{"id":"46d2f8e3-8604-523d-b28b-73f4e3d7506b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02442/analysis/HG02442.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212492#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/81736536-891c-58df-ade8-fa51c94e9391"},"resourceType":"DocumentReference"} +{"id":"51877522-0167-517d-9a9b-3ac0b00e7d81","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02442/analysis/HG02442.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212492#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/81736536-891c-58df-ade8-fa51c94e9391"},"resourceType":"DocumentReference"} +{"id":"d04d7fde-45ed-5d2f-ac7f-308ac9c4dc82","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02442/analysis/HG02442.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212492#sample/cram"}],"status":"current","subject":{"reference":"Patient/81736536-891c-58df-ade8-fa51c94e9391"},"resourceType":"DocumentReference"} +{"id":"4c650848-e438-5217-840c-8f17dbd6326b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02445/analysis/HG02445.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212493#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3b98d80f-5252-5680-affe-0d5766763e72"},"resourceType":"DocumentReference"} +{"id":"4f0086a4-3cfa-5f51-9f33-4c29292a5076","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02445/analysis/HG02445.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212493#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3b98d80f-5252-5680-affe-0d5766763e72"},"resourceType":"DocumentReference"} +{"id":"92f67593-92b9-52ea-b730-e07ebcc20f0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02445/analysis/HG02445.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212493#sample/cram"}],"status":"current","subject":{"reference":"Patient/3b98d80f-5252-5680-affe-0d5766763e72"},"resourceType":"DocumentReference"} +{"id":"f4b816dc-affd-5eed-a8a0-820be4f539eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02489/analysis/HG02489.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212494#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2a862093-d7d2-5871-bc22-a17320bae74d"},"resourceType":"DocumentReference"} +{"id":"42ebd9c6-8213-5bab-854f-3a69569c4749","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02489/analysis/HG02489.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212494#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2a862093-d7d2-5871-bc22-a17320bae74d"},"resourceType":"DocumentReference"} +{"id":"de8b8b7a-dc98-5fd6-9d7a-f4e7f1a94fd6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02489/analysis/HG02489.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212494#sample/cram"}],"status":"current","subject":{"reference":"Patient/2a862093-d7d2-5871-bc22-a17320bae74d"},"resourceType":"DocumentReference"} +{"id":"8da19169-0efc-56af-9cdb-804bf0bcf0a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02449/analysis/HG02449.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212495#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b3c7daa4-9e63-56de-9fca-7c00b08e0773"},"resourceType":"DocumentReference"} +{"id":"1004a265-9437-549d-b38f-07ea56278b75","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02449/analysis/HG02449.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212495#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b3c7daa4-9e63-56de-9fca-7c00b08e0773"},"resourceType":"DocumentReference"} +{"id":"8483fd70-cc8a-5bb3-a62a-b5024c1d930f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02449/analysis/HG02449.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212495#sample/cram"}],"status":"current","subject":{"reference":"Patient/b3c7daa4-9e63-56de-9fca-7c00b08e0773"},"resourceType":"DocumentReference"} +{"id":"ee24bc81-5efc-55dd-922d-087801375155","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02450/analysis/HG02450.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212496#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/50eec866-3f85-5265-ad3a-f1273cdc4fe6"},"resourceType":"DocumentReference"} +{"id":"650be121-9df4-55a8-9a96-f6bb1ad144c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02450/analysis/HG02450.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212496#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/50eec866-3f85-5265-ad3a-f1273cdc4fe6"},"resourceType":"DocumentReference"} +{"id":"8fb594c0-f0b1-537a-bb33-769489cbbcb5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02450/analysis/HG02450.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212496#sample/cram"}],"status":"current","subject":{"reference":"Patient/50eec866-3f85-5265-ad3a-f1273cdc4fe6"},"resourceType":"DocumentReference"} +{"id":"2ed003e5-cc9a-5f72-92b7-a7f025a8db89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02470/analysis/HG02470.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212498#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d2b73835-6683-54ab-a5fe-25698ca75bc4"},"resourceType":"DocumentReference"} +{"id":"4302b7fb-5411-51d5-9534-a69114385584","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02470/analysis/HG02470.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212498#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d2b73835-6683-54ab-a5fe-25698ca75bc4"},"resourceType":"DocumentReference"} +{"id":"9b85867c-2a06-5fb2-bbeb-719629225e60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02470/analysis/HG02470.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212498#sample/cram"}],"status":"current","subject":{"reference":"Patient/d2b73835-6683-54ab-a5fe-25698ca75bc4"},"resourceType":"DocumentReference"} +{"id":"145afd2d-c7a4-5226-a1d7-fb887d0f49bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02471/analysis/HG02471.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212499#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5cd13efe-9a04-5998-898e-9451928ccab1"},"resourceType":"DocumentReference"} +{"id":"f17522a6-7ae7-5ac7-b83a-66910fee8e7a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02471/analysis/HG02471.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212499#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5cd13efe-9a04-5998-898e-9451928ccab1"},"resourceType":"DocumentReference"} +{"id":"018c06dd-069f-53a5-8d71-0ed240c5d409","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02471/analysis/HG02471.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212499#sample/cram"}],"status":"current","subject":{"reference":"Patient/5cd13efe-9a04-5998-898e-9451928ccab1"},"resourceType":"DocumentReference"} +{"id":"8f911867-4df4-5e2e-9afe-a0ca13587fe6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02479/analysis/HG02479.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212501#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f03b39d3-d727-54dc-885c-72d6618546aa"},"resourceType":"DocumentReference"} +{"id":"103b97e5-3ee7-5a68-b182-ed2af780edf7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02479/analysis/HG02479.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212501#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f03b39d3-d727-54dc-885c-72d6618546aa"},"resourceType":"DocumentReference"} +{"id":"f15916ae-0fd0-5f93-aa1e-85ef403a7708","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02479/analysis/HG02479.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212501#sample/cram"}],"status":"current","subject":{"reference":"Patient/f03b39d3-d727-54dc-885c-72d6618546aa"},"resourceType":"DocumentReference"} +{"id":"b2aba6d6-8cd3-5c25-9818-60643dfcca93","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02484/analysis/HG02484.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212503#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9726dcab-bba3-5216-8d32-d0f9c1cbd0a3"},"resourceType":"DocumentReference"} +{"id":"33c04d31-3f5c-526e-9790-7e52f693e7cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02484/analysis/HG02484.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212503#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9726dcab-bba3-5216-8d32-d0f9c1cbd0a3"},"resourceType":"DocumentReference"} +{"id":"b4f01a74-3029-5fa1-822c-0b33ccf0fa18","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02484/analysis/HG02484.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212503#sample/cram"}],"status":"current","subject":{"reference":"Patient/9726dcab-bba3-5216-8d32-d0f9c1cbd0a3"},"resourceType":"DocumentReference"} +{"id":"459d58eb-3e98-5e0c-adc3-7066ee7dd0d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02485/analysis/HG02485.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212504#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/57ddbdc9-7785-59a3-b8e6-c1f8ffdd2ae2"},"resourceType":"DocumentReference"} +{"id":"eb57daf5-e689-5938-94e4-b59c80ce1e30","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02485/analysis/HG02485.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212504#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/57ddbdc9-7785-59a3-b8e6-c1f8ffdd2ae2"},"resourceType":"DocumentReference"} +{"id":"810126b6-156e-554a-bd89-a94896dbbb46","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02485/analysis/HG02485.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212504#sample/cram"}],"status":"current","subject":{"reference":"Patient/57ddbdc9-7785-59a3-b8e6-c1f8ffdd2ae2"},"resourceType":"DocumentReference"} +{"id":"30993f08-9841-5f43-abf7-73cee8c94a2e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02511/analysis/HG02511.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212506#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f3a8b34e-b287-5fcb-9279-364fe777f244"},"resourceType":"DocumentReference"} +{"id":"4e70275a-24a8-5898-adb4-a2693c6bd069","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02511/analysis/HG02511.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212506#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f3a8b34e-b287-5fcb-9279-364fe777f244"},"resourceType":"DocumentReference"} +{"id":"268d37bb-3247-58dc-82ab-587f9816c1da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02511/analysis/HG02511.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212506#sample/cram"}],"status":"current","subject":{"reference":"Patient/f3a8b34e-b287-5fcb-9279-364fe777f244"},"resourceType":"DocumentReference"} +{"id":"5b03c355-e099-59b4-a142-2d00eab7e189","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02496/analysis/HG02496.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212507#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8ce3d2e6-5b16-5764-b328-01779f2573fd"},"resourceType":"DocumentReference"} +{"id":"70fdf792-639d-51ae-9848-6068815cae54","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02496/analysis/HG02496.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212507#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8ce3d2e6-5b16-5764-b328-01779f2573fd"},"resourceType":"DocumentReference"} +{"id":"f2d426e2-7d38-5e1a-a79f-85f4c948bfb1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02496/analysis/HG02496.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212507#sample/cram"}],"status":"current","subject":{"reference":"Patient/8ce3d2e6-5b16-5764-b328-01779f2573fd"},"resourceType":"DocumentReference"} +{"id":"1c407b67-27e4-58a4-9703-6f5b8a1684a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02497/analysis/HG02497.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212508#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8ab3ccc9-c533-54d4-98a9-2bedfe1523a5"},"resourceType":"DocumentReference"} +{"id":"a49c9c9f-7f38-5524-8b81-935ab0785494","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02497/analysis/HG02497.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212508#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8ab3ccc9-c533-54d4-98a9-2bedfe1523a5"},"resourceType":"DocumentReference"} +{"id":"9444922f-5f18-5ad0-bc9d-68c57b1c3900","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02497/analysis/HG02497.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212508#sample/cram"}],"status":"current","subject":{"reference":"Patient/8ab3ccc9-c533-54d4-98a9-2bedfe1523a5"},"resourceType":"DocumentReference"} +{"id":"5368e06b-07f6-565c-82aa-5e80b7ff9545","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02508/analysis/HG02508.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212509#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4bed6897-b31d-597d-ac63-80dbb0994f22"},"resourceType":"DocumentReference"} +{"id":"06de11ee-b59c-54dc-b07a-ccde64e56b19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02508/analysis/HG02508.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212509#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4bed6897-b31d-597d-ac63-80dbb0994f22"},"resourceType":"DocumentReference"} +{"id":"fc2a72b2-a8cd-5d6a-8b1e-4c45f32323e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02508/analysis/HG02508.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212509#sample/cram"}],"status":"current","subject":{"reference":"Patient/4bed6897-b31d-597d-ac63-80dbb0994f22"},"resourceType":"DocumentReference"} +{"id":"0e20b84d-9fb5-5aba-8afd-8a5c5920d9de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02537/analysis/HG02537.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212510#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c61f487a-0873-5023-85ad-687dd835d32c"},"resourceType":"DocumentReference"} +{"id":"fbc9df7f-4246-5f2b-881f-e279d642e579","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02537/analysis/HG02537.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212510#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c61f487a-0873-5023-85ad-687dd835d32c"},"resourceType":"DocumentReference"} +{"id":"97b8b72b-3290-57e0-b1c3-676a2abac162","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02537/analysis/HG02537.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212510#sample/cram"}],"status":"current","subject":{"reference":"Patient/c61f487a-0873-5023-85ad-687dd835d32c"},"resourceType":"DocumentReference"} +{"id":"09c8b0b7-0f55-5e69-9719-6d7d1609fb61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02035/analysis/HG02035.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212511#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c2ca1cab-1f00-5640-9d48-f72be834d96d"},"resourceType":"DocumentReference"} +{"id":"9fb1005a-8bf6-543c-ad01-b9a8c648ae18","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02035/analysis/HG02035.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212511#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c2ca1cab-1f00-5640-9d48-f72be834d96d"},"resourceType":"DocumentReference"} +{"id":"8383c7dd-8ef1-599a-99e4-56270d93d589","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02035/analysis/HG02035.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212511#sample/cram"}],"status":"current","subject":{"reference":"Patient/c2ca1cab-1f00-5640-9d48-f72be834d96d"},"resourceType":"DocumentReference"} +{"id":"bbb73b97-ee8b-5e9b-b673-fe58bb5de7da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02040/analysis/HG02040.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212512#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3cfb37bd-9ae5-5ad4-baca-1d0dac26f1ae"},"resourceType":"DocumentReference"} +{"id":"d5274e1d-09fd-5514-8151-d05d7a6ce73c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02040/analysis/HG02040.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212512#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3cfb37bd-9ae5-5ad4-baca-1d0dac26f1ae"},"resourceType":"DocumentReference"} +{"id":"99fd6b32-b2a7-50d3-b5df-d48deb88ceb5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02040/analysis/HG02040.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212512#sample/cram"}],"status":"current","subject":{"reference":"Patient/3cfb37bd-9ae5-5ad4-baca-1d0dac26f1ae"},"resourceType":"DocumentReference"} +{"id":"7bc790e1-ead7-56b4-ac0b-41386bce7a90","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02047/analysis/HG02047.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212513#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b2375229-1393-54b7-a255-6cee7494a4df"},"resourceType":"DocumentReference"} +{"id":"f02ec057-c16c-5e92-9453-7dfc6702aebb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02047/analysis/HG02047.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212513#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b2375229-1393-54b7-a255-6cee7494a4df"},"resourceType":"DocumentReference"} +{"id":"33ee993e-de86-5c5f-94b2-0d022bc99dc8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02047/analysis/HG02047.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212513#sample/cram"}],"status":"current","subject":{"reference":"Patient/b2375229-1393-54b7-a255-6cee7494a4df"},"resourceType":"DocumentReference"} +{"id":"602ff917-d5a8-51c6-88e8-2cbaf3440563","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02061/analysis/HG02061.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212515#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/88419fe7-e0d4-5937-9f67-2e95fae961ae"},"resourceType":"DocumentReference"} +{"id":"f98d2ea3-bd9e-52ab-bbb7-f7c829867dd4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02061/analysis/HG02061.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212515#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/88419fe7-e0d4-5937-9f67-2e95fae961ae"},"resourceType":"DocumentReference"} +{"id":"3bbfbf8c-fef7-5e8c-b5b3-0891532871bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02061/analysis/HG02061.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212515#sample/cram"}],"status":"current","subject":{"reference":"Patient/88419fe7-e0d4-5937-9f67-2e95fae961ae"},"resourceType":"DocumentReference"} +{"id":"353cf1da-466c-5d0f-b694-c92f45cfbb99","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02060/analysis/HG02060.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212516#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f3b3cede-a13b-5d22-bf83-7dea19942a10"},"resourceType":"DocumentReference"} +{"id":"b529c403-59e1-52c7-9897-c6738b65836a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02060/analysis/HG02060.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212516#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f3b3cede-a13b-5d22-bf83-7dea19942a10"},"resourceType":"DocumentReference"} +{"id":"6e1d68d8-69d2-5975-83eb-83fd8711cab2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02060/analysis/HG02060.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212516#sample/cram"}],"status":"current","subject":{"reference":"Patient/f3b3cede-a13b-5d22-bf83-7dea19942a10"},"resourceType":"DocumentReference"} +{"id":"69e83472-0c6b-5341-a0bd-66055693f2ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02064/analysis/HG02064.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212518#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9772fff2-e9ed-5e7b-bbc1-321908a1254f"},"resourceType":"DocumentReference"} +{"id":"319aa70d-61e9-50f4-9c44-d5c0ce83ec00","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02064/analysis/HG02064.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212518#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9772fff2-e9ed-5e7b-bbc1-321908a1254f"},"resourceType":"DocumentReference"} +{"id":"c39cafa4-e054-5aca-bbf0-aab021d3e8db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02064/analysis/HG02064.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212518#sample/cram"}],"status":"current","subject":{"reference":"Patient/9772fff2-e9ed-5e7b-bbc1-321908a1254f"},"resourceType":"DocumentReference"} +{"id":"c130110c-b4c9-5845-8b33-d410e1c77f31","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02067/analysis/HG02067.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212519#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e516dad7-4f99-54b8-a366-80c8addc9942"},"resourceType":"DocumentReference"} +{"id":"b7532492-5c9f-5950-8fda-43ea47ee2801","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02067/analysis/HG02067.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212519#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e516dad7-4f99-54b8-a366-80c8addc9942"},"resourceType":"DocumentReference"} +{"id":"e86bbc69-1154-5095-9516-c2d97e992daa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02067/analysis/HG02067.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212519#sample/cram"}],"status":"current","subject":{"reference":"Patient/e516dad7-4f99-54b8-a366-80c8addc9942"},"resourceType":"DocumentReference"} +{"id":"883afd52-c235-5c52-85fa-ebd5b80a92d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02116/analysis/HG02116.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212520#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f289c702-b2c9-5c6a-aedc-f6b5daf72c38"},"resourceType":"DocumentReference"} +{"id":"23e685ff-6706-5c24-9c6b-accf356f0d06","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02116/analysis/HG02116.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212520#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f289c702-b2c9-5c6a-aedc-f6b5daf72c38"},"resourceType":"DocumentReference"} +{"id":"d9107c8d-896c-5daa-ad70-b5d0a9f79f5a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02116/analysis/HG02116.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212520#sample/cram"}],"status":"current","subject":{"reference":"Patient/f289c702-b2c9-5c6a-aedc-f6b5daf72c38"},"resourceType":"DocumentReference"} +{"id":"1ac62799-8bb7-54b6-979e-7fa35bac7596","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02131/analysis/HG02131.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212521#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c19d6e95-3b60-5d43-904e-3f1a76b74c17"},"resourceType":"DocumentReference"} +{"id":"78cff7fc-c192-59f8-8771-c91c402ad8f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02131/analysis/HG02131.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212521#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c19d6e95-3b60-5d43-904e-3f1a76b74c17"},"resourceType":"DocumentReference"} +{"id":"534008b2-ed34-5e48-9cf7-ad8c5b6bc0dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02131/analysis/HG02131.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212521#sample/cram"}],"status":"current","subject":{"reference":"Patient/c19d6e95-3b60-5d43-904e-3f1a76b74c17"},"resourceType":"DocumentReference"} +{"id":"aaccdf73-4c1a-59c8-81d4-2dfb1fa9502e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02130/analysis/HG02130.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212522#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ffed16ff-4187-5f42-bcec-2435d596c167"},"resourceType":"DocumentReference"} +{"id":"36984fa1-e01b-585a-a078-a0735e78fa41","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02130/analysis/HG02130.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212522#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ffed16ff-4187-5f42-bcec-2435d596c167"},"resourceType":"DocumentReference"} +{"id":"54eca720-8348-56fc-8ecd-a2c31bb22e8c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02130/analysis/HG02130.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212522#sample/cram"}],"status":"current","subject":{"reference":"Patient/ffed16ff-4187-5f42-bcec-2435d596c167"},"resourceType":"DocumentReference"} +{"id":"9da4aa01-67a5-5cf4-ac05-e1e557dbdb9b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02137/analysis/HG02137.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212524#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5ae3a5c0-ec20-57b8-aba3-0d5b7a06643a"},"resourceType":"DocumentReference"} +{"id":"11a2290a-e2c6-5811-b2a8-7a349beebca1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02137/analysis/HG02137.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212524#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5ae3a5c0-ec20-57b8-aba3-0d5b7a06643a"},"resourceType":"DocumentReference"} +{"id":"a95bf695-5a70-5096-80a1-137cdeb367a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02137/analysis/HG02137.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212524#sample/cram"}],"status":"current","subject":{"reference":"Patient/5ae3a5c0-ec20-57b8-aba3-0d5b7a06643a"},"resourceType":"DocumentReference"} +{"id":"15ddfaea-a59e-506d-8053-93b432cb395b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02136/analysis/HG02136.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212525#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d532e09e-9e32-58e4-9d8b-7de05e20a59d"},"resourceType":"DocumentReference"} +{"id":"4c8f9304-f539-588d-a43f-62c35c498e3e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02136/analysis/HG02136.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212525#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d532e09e-9e32-58e4-9d8b-7de05e20a59d"},"resourceType":"DocumentReference"} +{"id":"03442236-ade5-57e5-ae8f-45f51d0dfb04","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02136/analysis/HG02136.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212525#sample/cram"}],"status":"current","subject":{"reference":"Patient/d532e09e-9e32-58e4-9d8b-7de05e20a59d"},"resourceType":"DocumentReference"} +{"id":"9a1a5061-10aa-5b02-bd5f-49c4cb1d89dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02512/analysis/HG02512.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212527#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/af72529a-8e85-5305-b292-7e62bfbf269a"},"resourceType":"DocumentReference"} +{"id":"62997bba-14f8-5720-9bf4-25cf8e8b6d2c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02512/analysis/HG02512.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212527#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/af72529a-8e85-5305-b292-7e62bfbf269a"},"resourceType":"DocumentReference"} +{"id":"7d0e717d-1d93-56a7-b05d-d65733db34df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02512/analysis/HG02512.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212527#sample/cram"}],"status":"current","subject":{"reference":"Patient/af72529a-8e85-5305-b292-7e62bfbf269a"},"resourceType":"DocumentReference"} +{"id":"ec47004c-3214-5170-ade7-e8073eb93031","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02513/analysis/HG02513.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212528#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dba587b7-e835-5a0d-a92e-06655434600a"},"resourceType":"DocumentReference"} +{"id":"f1650785-3197-5d67-918f-78f9d97cbbd9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02513/analysis/HG02513.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212528#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dba587b7-e835-5a0d-a92e-06655434600a"},"resourceType":"DocumentReference"} +{"id":"64d0bd52-e654-5a92-89d9-cd192d244659","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02513/analysis/HG02513.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212528#sample/cram"}],"status":"current","subject":{"reference":"Patient/dba587b7-e835-5a0d-a92e-06655434600a"},"resourceType":"DocumentReference"} +{"id":"b1288942-2466-5a0c-855e-431a42d75951","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02521/analysis/HG02521.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212530#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7559b833-8672-59dc-a0e1-14c7760b7586"},"resourceType":"DocumentReference"} +{"id":"7dc7e357-24d3-5a24-beb0-bcb7c1f00ea2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02521/analysis/HG02521.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212530#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7559b833-8672-59dc-a0e1-14c7760b7586"},"resourceType":"DocumentReference"} +{"id":"f05b3ed9-5d26-5aa0-beee-d32afbd6b15c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02521/analysis/HG02521.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212530#sample/cram"}],"status":"current","subject":{"reference":"Patient/7559b833-8672-59dc-a0e1-14c7760b7586"},"resourceType":"DocumentReference"} +{"id":"88867868-87a0-5bbc-aca0-c14f46eccd12","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02522/analysis/HG02522.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212531#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3a1c00c0-43ab-51f5-b797-af0f33745e85"},"resourceType":"DocumentReference"} +{"id":"3178e28d-d526-50d1-b5d8-98140b49e523","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02522/analysis/HG02522.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212531#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3a1c00c0-43ab-51f5-b797-af0f33745e85"},"resourceType":"DocumentReference"} +{"id":"03974a33-fefd-596d-ae36-b64ad44eb677","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02522/analysis/HG02522.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212531#sample/cram"}],"status":"current","subject":{"reference":"Patient/3a1c00c0-43ab-51f5-b797-af0f33745e85"},"resourceType":"DocumentReference"} +{"id":"2faade9c-3a62-5399-9334-87166bc1920f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02461/analysis/HG02461.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290867#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/998f1783-422e-55b5-9972-6a818deba5e6"},"resourceType":"DocumentReference"} +{"id":"57446a09-c0a3-50f2-b6a5-0baf7832365d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02461/analysis/HG02461.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290867#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/998f1783-422e-55b5-9972-6a818deba5e6"},"resourceType":"DocumentReference"} +{"id":"2b6bf1c0-9978-5864-9814-75af589e3000","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02461/analysis/HG02461.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290867#sample/cram"}],"status":"current","subject":{"reference":"Patient/998f1783-422e-55b5-9972-6a818deba5e6"},"resourceType":"DocumentReference"} +{"id":"b407fcec-9cf2-5b33-a928-b80f3d3a5b63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02462/analysis/HG02462.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290868#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e9635bf3-170f-529f-8ae6-52deeb8662ef"},"resourceType":"DocumentReference"} +{"id":"4249da58-5646-594a-ba82-e5846153bac3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02462/analysis/HG02462.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290868#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e9635bf3-170f-529f-8ae6-52deeb8662ef"},"resourceType":"DocumentReference"} +{"id":"16ae6d3a-6aca-5705-ad07-3967228378f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02462/analysis/HG02462.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290868#sample/cram"}],"status":"current","subject":{"reference":"Patient/e9635bf3-170f-529f-8ae6-52deeb8662ef"},"resourceType":"DocumentReference"} +{"id":"9ef58efe-5273-51d8-b97b-347d35eb9b5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02464/analysis/HG02464.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290870#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/88bde9f6-7e41-5243-8438-25147b62ddd6"},"resourceType":"DocumentReference"} +{"id":"bfb6ede9-fd39-5363-a9cd-08a68faefb36","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02464/analysis/HG02464.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290870#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/88bde9f6-7e41-5243-8438-25147b62ddd6"},"resourceType":"DocumentReference"} +{"id":"30a0029b-17cf-5e12-8990-66d76bdc1eea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02464/analysis/HG02464.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290870#sample/cram"}],"status":"current","subject":{"reference":"Patient/88bde9f6-7e41-5243-8438-25147b62ddd6"},"resourceType":"DocumentReference"} +{"id":"d26d62d5-b485-5433-a85f-2b830bb0b95e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02465/analysis/HG02465.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290871#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4af7878a-b735-552e-aa88-9d14f50e0264"},"resourceType":"DocumentReference"} +{"id":"4dddc5ec-ea27-5a60-978f-308c5177fbdb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02465/analysis/HG02465.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290871#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4af7878a-b735-552e-aa88-9d14f50e0264"},"resourceType":"DocumentReference"} +{"id":"56ec4030-409a-5e59-8f5c-6daa24a9fd0b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02465/analysis/HG02465.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290871#sample/cram"}],"status":"current","subject":{"reference":"Patient/4af7878a-b735-552e-aa88-9d14f50e0264"},"resourceType":"DocumentReference"} +{"id":"fc635136-bb64-5a48-89a1-9ba03a133774","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02561/analysis/HG02561.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290873#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0ee9aa53-c9ae-5c55-a7f4-2e08f34a52d0"},"resourceType":"DocumentReference"} +{"id":"83107afb-adbd-5a4c-92b4-218819df77ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02561/analysis/HG02561.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290873#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0ee9aa53-c9ae-5c55-a7f4-2e08f34a52d0"},"resourceType":"DocumentReference"} +{"id":"68d3166a-81fb-59b2-96f6-2e87c39904db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02561/analysis/HG02561.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290873#sample/cram"}],"status":"current","subject":{"reference":"Patient/0ee9aa53-c9ae-5c55-a7f4-2e08f34a52d0"},"resourceType":"DocumentReference"} +{"id":"66e2b85a-11af-55ae-8adf-d611618a38ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02562/analysis/HG02562.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290874#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d0c841af-7041-5de6-bbfc-db7ae900c777"},"resourceType":"DocumentReference"} +{"id":"15125d81-edfb-56a1-af0e-8b6b1207885f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02562/analysis/HG02562.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290874#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d0c841af-7041-5de6-bbfc-db7ae900c777"},"resourceType":"DocumentReference"} +{"id":"87694e2c-2b00-5d4d-8a9e-3762d6304d40","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02562/analysis/HG02562.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290874#sample/cram"}],"status":"current","subject":{"reference":"Patient/d0c841af-7041-5de6-bbfc-db7ae900c777"},"resourceType":"DocumentReference"} +{"id":"6f9c9865-61bf-5577-8290-46de0020353f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02570/analysis/HG02570.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290876#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fbdc183d-2af0-59ef-ab68-289997cb9438"},"resourceType":"DocumentReference"} +{"id":"ec42eb18-583d-5020-b15a-36910e139af0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02570/analysis/HG02570.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290876#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fbdc183d-2af0-59ef-ab68-289997cb9438"},"resourceType":"DocumentReference"} +{"id":"a9cde8f4-25ba-54df-9a50-75ea841fa060","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02570/analysis/HG02570.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290876#sample/cram"}],"status":"current","subject":{"reference":"Patient/fbdc183d-2af0-59ef-ab68-289997cb9438"},"resourceType":"DocumentReference"} +{"id":"447e2288-17d3-56dc-b6db-5efecc90e3ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02571/analysis/HG02571.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290877#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f835722b-5a9f-537e-8c4f-bd0892b23620"},"resourceType":"DocumentReference"} +{"id":"5dcadf2e-9b05-50cb-bc66-24b07ee8ff11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02571/analysis/HG02571.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290877#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f835722b-5a9f-537e-8c4f-bd0892b23620"},"resourceType":"DocumentReference"} +{"id":"ce281d4c-47e3-5f96-82ab-68765aa9e432","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02571/analysis/HG02571.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290877#sample/cram"}],"status":"current","subject":{"reference":"Patient/f835722b-5a9f-537e-8c4f-bd0892b23620"},"resourceType":"DocumentReference"} +{"id":"1b39dcda-9c60-50b2-aaa7-c195138ab805","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02573/analysis/HG02573.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290879#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/156d997d-da78-5d9e-840d-1fd1a6a40bd6"},"resourceType":"DocumentReference"} +{"id":"98245e6f-6e11-5400-85d4-7f2acf023e9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02573/analysis/HG02573.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290879#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/156d997d-da78-5d9e-840d-1fd1a6a40bd6"},"resourceType":"DocumentReference"} +{"id":"951867ec-57b2-57ea-b3ef-c3753ced739c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02573/analysis/HG02573.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290879#sample/cram"}],"status":"current","subject":{"reference":"Patient/156d997d-da78-5d9e-840d-1fd1a6a40bd6"},"resourceType":"DocumentReference"} +{"id":"38b17ebf-4656-5e40-865c-fd2c384999a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02574/analysis/HG02574.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290880#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6128245f-9e45-540e-8646-d8dff8c08c3a"},"resourceType":"DocumentReference"} +{"id":"b1067d8f-35e9-5a9f-ad03-c67be9fcef76","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02574/analysis/HG02574.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290880#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6128245f-9e45-540e-8646-d8dff8c08c3a"},"resourceType":"DocumentReference"} +{"id":"8e51509a-8da5-52d3-b3c2-70b4cb18701d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02574/analysis/HG02574.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290880#sample/cram"}],"status":"current","subject":{"reference":"Patient/6128245f-9e45-540e-8646-d8dff8c08c3a"},"resourceType":"DocumentReference"} +{"id":"49e45f60-bd03-5cdc-93cc-16c6407bb843","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02582/analysis/HG02582.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290882#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/af8fc2b2-6023-5931-9c67-fe8cea8bf7d2"},"resourceType":"DocumentReference"} +{"id":"27c3ad53-2909-5c92-aa95-01e304c7b209","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02582/analysis/HG02582.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290882#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/af8fc2b2-6023-5931-9c67-fe8cea8bf7d2"},"resourceType":"DocumentReference"} +{"id":"fd6dbbeb-292a-504a-a01c-17cda82a6ba4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02582/analysis/HG02582.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290882#sample/cram"}],"status":"current","subject":{"reference":"Patient/af8fc2b2-6023-5931-9c67-fe8cea8bf7d2"},"resourceType":"DocumentReference"} +{"id":"33230d74-e340-5258-8d50-7e6a9636970b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02583/analysis/HG02583.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290883#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5e3fe5c4-edc2-5f33-b2e7-38e561455caa"},"resourceType":"DocumentReference"} +{"id":"d113715e-6545-571e-b4a3-99a0f41ac803","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02583/analysis/HG02583.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290883#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5e3fe5c4-edc2-5f33-b2e7-38e561455caa"},"resourceType":"DocumentReference"} +{"id":"29dd9105-83b0-5be6-ac29-2e8e78755ac7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02583/analysis/HG02583.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290883#sample/cram"}],"status":"current","subject":{"reference":"Patient/5e3fe5c4-edc2-5f33-b2e7-38e561455caa"},"resourceType":"DocumentReference"} +{"id":"98f7f6fc-5ff3-5e10-8b8c-83fa0c3b78af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02585/analysis/HG02585.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290885#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/221af052-d607-5798-8cd0-b6d6a7ef293f"},"resourceType":"DocumentReference"} +{"id":"8a4864a7-0b6e-5b91-8958-79b5ef6b5201","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02585/analysis/HG02585.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290885#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/221af052-d607-5798-8cd0-b6d6a7ef293f"},"resourceType":"DocumentReference"} +{"id":"426c8357-69a2-54b7-9ae7-118fad93eb34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02585/analysis/HG02585.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290885#sample/cram"}],"status":"current","subject":{"reference":"Patient/221af052-d607-5798-8cd0-b6d6a7ef293f"},"resourceType":"DocumentReference"} +{"id":"833af7b9-f3f1-5b17-88ec-2d1be7d8d184","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02586/analysis/HG02586.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290886#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dcb6d93f-7a97-5f69-a9ec-7d1a4d7e5aff"},"resourceType":"DocumentReference"} +{"id":"4075c0bd-fb11-51a1-a536-903831982bad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02586/analysis/HG02586.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290886#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dcb6d93f-7a97-5f69-a9ec-7d1a4d7e5aff"},"resourceType":"DocumentReference"} +{"id":"f197759e-a020-582c-8cbf-c88268cb5504","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02586/analysis/HG02586.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290886#sample/cram"}],"status":"current","subject":{"reference":"Patient/dcb6d93f-7a97-5f69-a9ec-7d1a4d7e5aff"},"resourceType":"DocumentReference"} +{"id":"f93a2c75-b76c-52a5-bce5-cbc9c5cd7b3c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02588/analysis/HG02588.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290888#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e2aaf823-672d-59d8-be97-bbb79a118146"},"resourceType":"DocumentReference"} +{"id":"2684516b-f76a-5b1f-99be-f7267a608dd2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02588/analysis/HG02588.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290888#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e2aaf823-672d-59d8-be97-bbb79a118146"},"resourceType":"DocumentReference"} +{"id":"4b221673-1510-5f73-ac39-928a7906d4a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02588/analysis/HG02588.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290888#sample/cram"}],"status":"current","subject":{"reference":"Patient/e2aaf823-672d-59d8-be97-bbb79a118146"},"resourceType":"DocumentReference"} +{"id":"da0b9be0-2b89-57ee-86e0-501040720d51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02589/analysis/HG02589.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290889#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/de15bb23-13b2-5347-be75-195b4f7a1d5e"},"resourceType":"DocumentReference"} +{"id":"4a25af6a-f1da-5a56-bc54-11e8d4822095","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02589/analysis/HG02589.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290889#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/de15bb23-13b2-5347-be75-195b4f7a1d5e"},"resourceType":"DocumentReference"} +{"id":"b4204132-6ebf-5904-8491-9c9d3da6b4d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02589/analysis/HG02589.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290889#sample/cram"}],"status":"current","subject":{"reference":"Patient/de15bb23-13b2-5347-be75-195b4f7a1d5e"},"resourceType":"DocumentReference"} +{"id":"17b6cc5b-5ead-5b30-b31d-b7e5bf9bc57c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02594/analysis/HG02594.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290891#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a951cadd-5766-5933-b552-e2943cf730e9"},"resourceType":"DocumentReference"} +{"id":"5f37a9f4-f21e-519d-8861-1c03d0174dc4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02594/analysis/HG02594.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290891#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a951cadd-5766-5933-b552-e2943cf730e9"},"resourceType":"DocumentReference"} +{"id":"b2760568-35a1-548b-b894-972b4f8e14d8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02594/analysis/HG02594.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290891#sample/cram"}],"status":"current","subject":{"reference":"Patient/a951cadd-5766-5933-b552-e2943cf730e9"},"resourceType":"DocumentReference"} +{"id":"4d1d0175-ef4e-5578-88f0-98b376e82171","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02595/analysis/HG02595.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290892#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/53988485-3343-5a45-ad2f-5afe10bdf1f4"},"resourceType":"DocumentReference"} +{"id":"651abe57-41aa-5446-b279-d06aae2027bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02595/analysis/HG02595.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290892#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/53988485-3343-5a45-ad2f-5afe10bdf1f4"},"resourceType":"DocumentReference"} +{"id":"112ed58b-dcd4-55da-94de-68f362ec023e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02595/analysis/HG02595.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290892#sample/cram"}],"status":"current","subject":{"reference":"Patient/53988485-3343-5a45-ad2f-5afe10bdf1f4"},"resourceType":"DocumentReference"} +{"id":"afb390ab-1838-5d01-a97e-5f5a3399d217","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02613/analysis/HG02613.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290894#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d0cbf1ab-110b-54bd-80df-b0558393cad4"},"resourceType":"DocumentReference"} +{"id":"c5a4c008-2818-590a-9653-d42c6a13fe8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02613/analysis/HG02613.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290894#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d0cbf1ab-110b-54bd-80df-b0558393cad4"},"resourceType":"DocumentReference"} +{"id":"1f0884de-dc95-57a8-a1c3-9acb08fefc46","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02613/analysis/HG02613.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290894#sample/cram"}],"status":"current","subject":{"reference":"Patient/d0cbf1ab-110b-54bd-80df-b0558393cad4"},"resourceType":"DocumentReference"} +{"id":"42180cc7-26bb-513b-ad6b-6e3ebb1c9801","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02614/analysis/HG02614.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290895#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/34b7a905-065b-54df-8768-34c9bd89bc74"},"resourceType":"DocumentReference"} +{"id":"338ecbd9-885f-5d2c-a833-572e3a2413bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02614/analysis/HG02614.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290895#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/34b7a905-065b-54df-8768-34c9bd89bc74"},"resourceType":"DocumentReference"} +{"id":"9cdb3a2f-369e-5a3f-a70b-e2d35f117890","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02614/analysis/HG02614.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290895#sample/cram"}],"status":"current","subject":{"reference":"Patient/34b7a905-065b-54df-8768-34c9bd89bc74"},"resourceType":"DocumentReference"} +{"id":"88a98542-e027-5fdb-9f23-a1408cb58534","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02620/analysis/HG02620.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290897#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d75fcbec-7a46-5b78-a9ab-4c4d0c72c787"},"resourceType":"DocumentReference"} +{"id":"d5d6a645-af0c-5354-9b87-4f64d2b687ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02620/analysis/HG02620.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290897#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d75fcbec-7a46-5b78-a9ab-4c4d0c72c787"},"resourceType":"DocumentReference"} +{"id":"f5596541-2bd9-5f9a-b3a6-292558a7cad9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02620/analysis/HG02620.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290897#sample/cram"}],"status":"current","subject":{"reference":"Patient/d75fcbec-7a46-5b78-a9ab-4c4d0c72c787"},"resourceType":"DocumentReference"} +{"id":"5aaa09e3-879d-50c0-8b4f-0713493121a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02621/analysis/HG02621.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290898#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fc33ab6b-397c-59bb-9716-85debcfaa96e"},"resourceType":"DocumentReference"} +{"id":"f752a2ad-20eb-5f18-865d-d39071909658","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02621/analysis/HG02621.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290898#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fc33ab6b-397c-59bb-9716-85debcfaa96e"},"resourceType":"DocumentReference"} +{"id":"e4e67a78-dc5d-5419-a6c6-d4e2b6dd4b81","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02621/analysis/HG02621.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290898#sample/cram"}],"status":"current","subject":{"reference":"Patient/fc33ab6b-397c-59bb-9716-85debcfaa96e"},"resourceType":"DocumentReference"} +{"id":"e3ae5aa6-bf8a-5c2d-a158-7b8aa06f84cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02623/analysis/HG02623.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290900#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e0eaa6d2-7afd-5b2d-9aaa-1f815d98f26a"},"resourceType":"DocumentReference"} +{"id":"28204dc9-4700-5ea0-af84-534217b90408","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02623/analysis/HG02623.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290900#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e0eaa6d2-7afd-5b2d-9aaa-1f815d98f26a"},"resourceType":"DocumentReference"} +{"id":"f82f08c9-c75f-5647-b9aa-6888a2096dc4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02623/analysis/HG02623.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290900#sample/cram"}],"status":"current","subject":{"reference":"Patient/e0eaa6d2-7afd-5b2d-9aaa-1f815d98f26a"},"resourceType":"DocumentReference"} +{"id":"e6663ef5-73b1-54dc-958e-b49b2c317597","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02624/analysis/HG02624.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290901#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/97d50dfb-0653-5f2a-b6d1-2e2d73128849"},"resourceType":"DocumentReference"} +{"id":"89551c2b-0d5b-5cd9-a67d-112d47253c5a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02624/analysis/HG02624.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290901#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/97d50dfb-0653-5f2a-b6d1-2e2d73128849"},"resourceType":"DocumentReference"} +{"id":"ec806766-a951-5677-b0ac-76cbf15687bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02624/analysis/HG02624.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290901#sample/cram"}],"status":"current","subject":{"reference":"Patient/97d50dfb-0653-5f2a-b6d1-2e2d73128849"},"resourceType":"DocumentReference"} +{"id":"b1e91a2a-fc1c-58c9-80c7-22526f1732e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02628/analysis/HG02628.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290903#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/57755e01-c5d2-519d-b266-f0f7307615c6"},"resourceType":"DocumentReference"} +{"id":"f09ddd92-3060-5925-82d3-9279d9e56a0a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02628/analysis/HG02628.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290903#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/57755e01-c5d2-519d-b266-f0f7307615c6"},"resourceType":"DocumentReference"} +{"id":"0fc73464-c744-54cc-89aa-fa3c5036775e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02628/analysis/HG02628.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290903#sample/cram"}],"status":"current","subject":{"reference":"Patient/57755e01-c5d2-519d-b266-f0f7307615c6"},"resourceType":"DocumentReference"} +{"id":"f3f85a36-7ef6-585c-963b-4808e3bd1a79","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02629/analysis/HG02629.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290904#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/60abab88-aeeb-5c46-9711-cfd02aa92659"},"resourceType":"DocumentReference"} +{"id":"be3a6a46-b285-5389-9b42-e172c36b7e45","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02629/analysis/HG02629.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290904#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/60abab88-aeeb-5c46-9711-cfd02aa92659"},"resourceType":"DocumentReference"} +{"id":"b0f88427-e75e-5f34-9532-29e0fb88a1f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02629/analysis/HG02629.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290904#sample/cram"}],"status":"current","subject":{"reference":"Patient/60abab88-aeeb-5c46-9711-cfd02aa92659"},"resourceType":"DocumentReference"} +{"id":"8c63c7bd-ed5c-50df-963f-02ae951c8efe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02642/analysis/HG02642.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290906#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/849aad9f-1aa2-507b-990a-20b2602df3af"},"resourceType":"DocumentReference"} +{"id":"98305d5b-1420-57f8-80a9-629943c9bf60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02642/analysis/HG02642.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290906#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/849aad9f-1aa2-507b-990a-20b2602df3af"},"resourceType":"DocumentReference"} +{"id":"a07df9ae-d1c6-5876-b8fd-0bcafa41ba0f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02642/analysis/HG02642.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290906#sample/cram"}],"status":"current","subject":{"reference":"Patient/849aad9f-1aa2-507b-990a-20b2602df3af"},"resourceType":"DocumentReference"} +{"id":"d19a787e-413a-58c6-acc9-0dfc1d7a1fa3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02643/analysis/HG02643.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290907#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6415aee9-2ed6-5479-b924-008e9770d7b3"},"resourceType":"DocumentReference"} +{"id":"efce9057-9364-5c35-af7b-9db100166752","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02643/analysis/HG02643.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290907#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6415aee9-2ed6-5479-b924-008e9770d7b3"},"resourceType":"DocumentReference"} +{"id":"b025ff30-cc6a-5878-93c8-fe744aaba5dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02643/analysis/HG02643.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290907#sample/cram"}],"status":"current","subject":{"reference":"Patient/6415aee9-2ed6-5479-b924-008e9770d7b3"},"resourceType":"DocumentReference"} +{"id":"53dba209-d600-5498-8909-868e2e709fef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02645/analysis/HG02645.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290909#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/35883469-ab0a-54dc-8c7b-0d38d818cb7c"},"resourceType":"DocumentReference"} +{"id":"91a53cbb-dad4-5cc3-b39e-474e5ae388df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02645/analysis/HG02645.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290909#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/35883469-ab0a-54dc-8c7b-0d38d818cb7c"},"resourceType":"DocumentReference"} +{"id":"7cd0d9d6-1178-5878-ba7b-2db987ed8775","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02645/analysis/HG02645.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290909#sample/cram"}],"status":"current","subject":{"reference":"Patient/35883469-ab0a-54dc-8c7b-0d38d818cb7c"},"resourceType":"DocumentReference"} +{"id":"165388f8-3fba-5a7d-92a8-a39651c01604","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02646/analysis/HG02646.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290910#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fc37e919-41ce-5516-8340-99bc4272a131"},"resourceType":"DocumentReference"} +{"id":"29e69eba-5288-5634-bf0d-0af75a41d126","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02646/analysis/HG02646.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290910#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fc37e919-41ce-5516-8340-99bc4272a131"},"resourceType":"DocumentReference"} +{"id":"7dab63b9-5890-546e-a2f7-caaa015e202e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02646/analysis/HG02646.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290910#sample/cram"}],"status":"current","subject":{"reference":"Patient/fc37e919-41ce-5516-8340-99bc4272a131"},"resourceType":"DocumentReference"} +{"id":"5823ec52-e360-557a-aacd-9367c2b43951","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02666/analysis/HG02666.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290912#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b2c8675e-607c-512c-a6c0-f118984d97be"},"resourceType":"DocumentReference"} +{"id":"d994e5fe-f849-56e6-ae83-007bd20732aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02666/analysis/HG02666.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290912#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b2c8675e-607c-512c-a6c0-f118984d97be"},"resourceType":"DocumentReference"} +{"id":"f060c166-e762-5c4e-beb7-11028be5634f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02666/analysis/HG02666.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290912#sample/cram"}],"status":"current","subject":{"reference":"Patient/b2c8675e-607c-512c-a6c0-f118984d97be"},"resourceType":"DocumentReference"} +{"id":"6fa26717-7124-5f6c-9f54-2aa3586ed822","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02667/analysis/HG02667.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290913#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2e0ffaf7-77dd-5a34-84a4-92e88ae3b5f4"},"resourceType":"DocumentReference"} +{"id":"9529d778-e24d-5c51-ba12-205b6a7e4531","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02667/analysis/HG02667.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290913#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2e0ffaf7-77dd-5a34-84a4-92e88ae3b5f4"},"resourceType":"DocumentReference"} +{"id":"3e66e185-3190-5b61-a573-22a038b8196d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02667/analysis/HG02667.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290913#sample/cram"}],"status":"current","subject":{"reference":"Patient/2e0ffaf7-77dd-5a34-84a4-92e88ae3b5f4"},"resourceType":"DocumentReference"} +{"id":"9704e5d9-2016-5156-84d2-02c5f23430d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02675/analysis/HG02675.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290915#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6443ab37-7285-54fa-b377-4c64d11fe773"},"resourceType":"DocumentReference"} +{"id":"e2fc0912-98c0-5df1-8aff-941889b5cffe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02675/analysis/HG02675.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290915#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6443ab37-7285-54fa-b377-4c64d11fe773"},"resourceType":"DocumentReference"} +{"id":"6e59a32c-94b4-5ffd-8d3a-08c97b1c42ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02675/analysis/HG02675.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290915#sample/cram"}],"status":"current","subject":{"reference":"Patient/6443ab37-7285-54fa-b377-4c64d11fe773"},"resourceType":"DocumentReference"} +{"id":"2ad76ccb-37b6-584d-9388-ef0c71c44ce8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02676/analysis/HG02676.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290916#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4369ff0b-57c7-5fc4-b1d9-65e2eb62d9c0"},"resourceType":"DocumentReference"} +{"id":"f8616543-55ee-5bfe-8799-04e3aab1d51c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02676/analysis/HG02676.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290916#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4369ff0b-57c7-5fc4-b1d9-65e2eb62d9c0"},"resourceType":"DocumentReference"} +{"id":"4f2f406a-d089-5bdb-8f80-1e5a9de912f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02676/analysis/HG02676.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290916#sample/cram"}],"status":"current","subject":{"reference":"Patient/4369ff0b-57c7-5fc4-b1d9-65e2eb62d9c0"},"resourceType":"DocumentReference"} +{"id":"d281e730-b1dc-5550-a3b4-c46d8daf49e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02678/analysis/HG02678.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290918#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2c631e92-0e36-58ed-8129-9a1040a9f8f2"},"resourceType":"DocumentReference"} +{"id":"6ca792e7-fe71-5616-aaee-4dcbc76dc6de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02678/analysis/HG02678.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290918#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2c631e92-0e36-58ed-8129-9a1040a9f8f2"},"resourceType":"DocumentReference"} +{"id":"c856b7cf-c7b6-5676-b00d-fff23f59dcdc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02678/analysis/HG02678.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290918#sample/cram"}],"status":"current","subject":{"reference":"Patient/2c631e92-0e36-58ed-8129-9a1040a9f8f2"},"resourceType":"DocumentReference"} +{"id":"f9c51cea-4888-5d90-8e86-d7fd6bdc0707","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02679/analysis/HG02679.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290919#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ad2af859-1d31-5746-90eb-63e1d8df7edd"},"resourceType":"DocumentReference"} +{"id":"8487d0bc-885d-5737-84da-ff3f71b52d3e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02679/analysis/HG02679.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290919#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ad2af859-1d31-5746-90eb-63e1d8df7edd"},"resourceType":"DocumentReference"} +{"id":"292c209f-eb45-5632-aa19-993ccc8101f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02679/analysis/HG02679.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290919#sample/cram"}],"status":"current","subject":{"reference":"Patient/ad2af859-1d31-5746-90eb-63e1d8df7edd"},"resourceType":"DocumentReference"} +{"id":"5476582b-f361-5b4d-824e-ab9f8f695940","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02702/analysis/HG02702.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290921#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/86b18730-ec0c-5aeb-91f8-7b2c8069cb2c"},"resourceType":"DocumentReference"} +{"id":"d72c4369-548c-531e-bebc-266b59c149c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02702/analysis/HG02702.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290921#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/86b18730-ec0c-5aeb-91f8-7b2c8069cb2c"},"resourceType":"DocumentReference"} +{"id":"fd42a015-93a1-5eb2-90ee-a85e497eaa49","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02702/analysis/HG02702.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290921#sample/cram"}],"status":"current","subject":{"reference":"Patient/86b18730-ec0c-5aeb-91f8-7b2c8069cb2c"},"resourceType":"DocumentReference"} +{"id":"f31b0a1c-bf65-53ae-b82b-6d5c0da88a6c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02703/analysis/HG02703.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290922#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/200ffa4e-2c6b-5e68-ad1f-51190ed80168"},"resourceType":"DocumentReference"} +{"id":"7f133f68-84e3-5682-84b9-12f6999925bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02703/analysis/HG02703.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290922#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/200ffa4e-2c6b-5e68-ad1f-51190ed80168"},"resourceType":"DocumentReference"} +{"id":"6944a23e-52cd-5a3b-9536-ceb371af6428","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02703/analysis/HG02703.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290922#sample/cram"}],"status":"current","subject":{"reference":"Patient/200ffa4e-2c6b-5e68-ad1f-51190ed80168"},"resourceType":"DocumentReference"} +{"id":"f2b708dc-0904-507b-bcdd-7e4c30804808","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02721/analysis/HG02721.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290924#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a475e6e5-3d6c-5223-a423-09d7ee2f5640"},"resourceType":"DocumentReference"} +{"id":"37e5cdf7-fb0a-57a7-971c-b4e48035e483","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02721/analysis/HG02721.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290924#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a475e6e5-3d6c-5223-a423-09d7ee2f5640"},"resourceType":"DocumentReference"} +{"id":"2c3e22e8-1dd3-509d-afcd-babf2aece878","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02721/analysis/HG02721.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290924#sample/cram"}],"status":"current","subject":{"reference":"Patient/a475e6e5-3d6c-5223-a423-09d7ee2f5640"},"resourceType":"DocumentReference"} +{"id":"10b10c4b-09bf-5c2e-9edf-af43c89a4a17","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02722/analysis/HG02722.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290925#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d1282308-c4eb-5fde-92c7-451ee2ef3b68"},"resourceType":"DocumentReference"} +{"id":"bf18b7f3-2a25-5d71-8fcc-8386f2f90ff6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02722/analysis/HG02722.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290925#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d1282308-c4eb-5fde-92c7-451ee2ef3b68"},"resourceType":"DocumentReference"} +{"id":"51712b34-1956-5dab-aa69-a6430b3c00f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02722/analysis/HG02722.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290925#sample/cram"}],"status":"current","subject":{"reference":"Patient/d1282308-c4eb-5fde-92c7-451ee2ef3b68"},"resourceType":"DocumentReference"} +{"id":"a69b4737-5c30-5c51-8868-a572dc9787f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02490/analysis/HG02490.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290927#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8c7326bc-c52c-55c3-bd98-e2f557cb2a32"},"resourceType":"DocumentReference"} +{"id":"7553608d-f8f3-59a7-829a-1dcae3521677","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02490/analysis/HG02490.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290927#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8c7326bc-c52c-55c3-bd98-e2f557cb2a32"},"resourceType":"DocumentReference"} +{"id":"e19a68b9-8622-5c40-be4f-9b07e6aad5e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02490/analysis/HG02490.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290927#sample/cram"}],"status":"current","subject":{"reference":"Patient/8c7326bc-c52c-55c3-bd98-e2f557cb2a32"},"resourceType":"DocumentReference"} +{"id":"d0948996-77a2-57fa-b938-68b06b9a57da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02491/analysis/HG02491.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290928#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ff8f8ca4-54d5-598f-812d-067181f12c1f"},"resourceType":"DocumentReference"} +{"id":"939f9a87-45ae-50a3-87d9-485bb5427e33","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02491/analysis/HG02491.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290928#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ff8f8ca4-54d5-598f-812d-067181f12c1f"},"resourceType":"DocumentReference"} +{"id":"e565d2e9-4e38-54fd-bd7e-456ef04d2316","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02491/analysis/HG02491.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290928#sample/cram"}],"status":"current","subject":{"reference":"Patient/ff8f8ca4-54d5-598f-812d-067181f12c1f"},"resourceType":"DocumentReference"} +{"id":"53ec9020-1515-55d2-acd6-12bb3d4f657b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02600/analysis/HG02600.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290930#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4b152cf4-3703-5799-a886-29203d0a74ad"},"resourceType":"DocumentReference"} +{"id":"cedeb648-bcb9-5807-9ced-61b43bd46911","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02600/analysis/HG02600.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290930#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4b152cf4-3703-5799-a886-29203d0a74ad"},"resourceType":"DocumentReference"} +{"id":"cca33925-5747-5581-9c26-16fc65ca8431","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02600/analysis/HG02600.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290930#sample/cram"}],"status":"current","subject":{"reference":"Patient/4b152cf4-3703-5799-a886-29203d0a74ad"},"resourceType":"DocumentReference"} +{"id":"70a2cfd9-6f2b-56d9-b3e4-905f72718868","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02601/analysis/HG02601.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290931#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a915e48f-2c3c-54a5-a58a-62abdad20193"},"resourceType":"DocumentReference"} +{"id":"8ce4a5a8-6ed9-5610-ba0b-8c0a8ecb0c0b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02601/analysis/HG02601.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290931#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a915e48f-2c3c-54a5-a58a-62abdad20193"},"resourceType":"DocumentReference"} +{"id":"c6ee7f57-a126-57d4-9b28-b02d08dc7b66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02601/analysis/HG02601.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290931#sample/cram"}],"status":"current","subject":{"reference":"Patient/a915e48f-2c3c-54a5-a58a-62abdad20193"},"resourceType":"DocumentReference"} +{"id":"75950d2e-f65a-5478-9689-81e6ce24a8af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02603/analysis/HG02603.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290933#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3ad8afa8-7eab-5f37-ab00-b58a4e5836dd"},"resourceType":"DocumentReference"} +{"id":"61118b4b-5f60-5f0a-a525-96c1ffbe86ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02603/analysis/HG02603.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290933#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3ad8afa8-7eab-5f37-ab00-b58a4e5836dd"},"resourceType":"DocumentReference"} +{"id":"2911782f-d4d1-527c-b8fa-e500840899e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02603/analysis/HG02603.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290933#sample/cram"}],"status":"current","subject":{"reference":"Patient/3ad8afa8-7eab-5f37-ab00-b58a4e5836dd"},"resourceType":"DocumentReference"} +{"id":"c1d9ead0-c8cd-5bc8-88f3-96ea4a1e2b84","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02604/analysis/HG02604.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290934#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/61c19780-8241-5725-8c69-a9b64da0f589"},"resourceType":"DocumentReference"} +{"id":"12054cda-c7c0-5d15-bd33-38c2d8f5a86d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02604/analysis/HG02604.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290934#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/61c19780-8241-5725-8c69-a9b64da0f589"},"resourceType":"DocumentReference"} +{"id":"89e5b1f2-4bea-5a7d-b975-ad01c4760c21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02604/analysis/HG02604.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290934#sample/cram"}],"status":"current","subject":{"reference":"Patient/61c19780-8241-5725-8c69-a9b64da0f589"},"resourceType":"DocumentReference"} +{"id":"f2f68e06-a860-5720-935f-4fcc565bf9e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02654/analysis/HG02654.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290936#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/80041152-fef6-5ef7-ac32-fedf8f415ac4"},"resourceType":"DocumentReference"} +{"id":"c09706a8-161b-5b38-97d2-0e7f158166d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02654/analysis/HG02654.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290936#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/80041152-fef6-5ef7-ac32-fedf8f415ac4"},"resourceType":"DocumentReference"} +{"id":"325c9e68-fa2c-5700-811b-60f9da91f77f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02654/analysis/HG02654.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290936#sample/cram"}],"status":"current","subject":{"reference":"Patient/80041152-fef6-5ef7-ac32-fedf8f415ac4"},"resourceType":"DocumentReference"} +{"id":"ea62df48-34a5-51ed-acfa-2974aa351e72","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02655/analysis/HG02655.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290937#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b0fd8af7-a526-54f6-b2ca-f17172eaa66f"},"resourceType":"DocumentReference"} +{"id":"ac59652e-25c5-519c-8c94-ad67734cab90","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02655/analysis/HG02655.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290937#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b0fd8af7-a526-54f6-b2ca-f17172eaa66f"},"resourceType":"DocumentReference"} +{"id":"39e400c0-518f-59ba-a7ad-99d5f43be112","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02655/analysis/HG02655.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290937#sample/cram"}],"status":"current","subject":{"reference":"Patient/b0fd8af7-a526-54f6-b2ca-f17172eaa66f"},"resourceType":"DocumentReference"} +{"id":"a70cbe03-90a9-56e3-8616-5c06748359ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02657/analysis/HG02657.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290939#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/70cfd07b-9881-583c-b44b-a0f7c1733e2e"},"resourceType":"DocumentReference"} +{"id":"2e4b7690-4b93-5ad4-96f2-7d36d782f46c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02657/analysis/HG02657.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290939#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/70cfd07b-9881-583c-b44b-a0f7c1733e2e"},"resourceType":"DocumentReference"} +{"id":"4e10f27a-3831-54ef-9a05-6bdae4bd8e19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02657/analysis/HG02657.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290939#sample/cram"}],"status":"current","subject":{"reference":"Patient/70cfd07b-9881-583c-b44b-a0f7c1733e2e"},"resourceType":"DocumentReference"} +{"id":"f5d9f5eb-5edd-507f-9eb7-bfeb4b9f72e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02658/analysis/HG02658.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290940#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dc70400a-db4e-5044-907a-8a57f78f526d"},"resourceType":"DocumentReference"} +{"id":"7636f932-15d4-50cc-82e2-88f9f7426d82","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02658/analysis/HG02658.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290940#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dc70400a-db4e-5044-907a-8a57f78f526d"},"resourceType":"DocumentReference"} +{"id":"71b60c4a-a267-5ae0-ad54-a1de9b9091f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02658/analysis/HG02658.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290940#sample/cram"}],"status":"current","subject":{"reference":"Patient/dc70400a-db4e-5044-907a-8a57f78f526d"},"resourceType":"DocumentReference"} +{"id":"7f9c7e86-11e7-567f-b2fb-064a265a0a22","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02660/analysis/HG02660.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290942#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4d6aa58c-54da-55b0-a5c8-3410539adffa"},"resourceType":"DocumentReference"} +{"id":"884c6929-50d8-5439-b5d5-2c28ea9b6b95","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02660/analysis/HG02660.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290942#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4d6aa58c-54da-55b0-a5c8-3410539adffa"},"resourceType":"DocumentReference"} +{"id":"d0f7ad68-a856-5069-b11e-9abf76185a0a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02660/analysis/HG02660.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290942#sample/cram"}],"status":"current","subject":{"reference":"Patient/4d6aa58c-54da-55b0-a5c8-3410539adffa"},"resourceType":"DocumentReference"} +{"id":"02c48c95-1d09-5e62-b285-deec23e17436","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02661/analysis/HG02661.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290943#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d42b2501-cf1c-5878-8631-53f2de787da9"},"resourceType":"DocumentReference"} +{"id":"e64c229b-959b-5cf0-ab8d-77c2cd115a85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02661/analysis/HG02661.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290943#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d42b2501-cf1c-5878-8631-53f2de787da9"},"resourceType":"DocumentReference"} +{"id":"c56b54d0-0865-543d-b795-cd841624f1fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02661/analysis/HG02661.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290943#sample/cram"}],"status":"current","subject":{"reference":"Patient/d42b2501-cf1c-5878-8631-53f2de787da9"},"resourceType":"DocumentReference"} +{"id":"50688ae5-6088-53f6-be45-14aa1585de7e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02684/analysis/HG02684.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290945#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/53d92e99-28ff-5815-acc7-69968a69d7b1"},"resourceType":"DocumentReference"} +{"id":"18f94bb0-5c2a-5c89-a915-731d75a629a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02684/analysis/HG02684.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290945#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/53d92e99-28ff-5815-acc7-69968a69d7b1"},"resourceType":"DocumentReference"} +{"id":"79330269-ea90-570b-911d-055c8eabdb71","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02684/analysis/HG02684.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290945#sample/cram"}],"status":"current","subject":{"reference":"Patient/53d92e99-28ff-5815-acc7-69968a69d7b1"},"resourceType":"DocumentReference"} +{"id":"bae3e2af-b4bf-5756-b668-5add8cb9ee22","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02685/analysis/HG02685.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290946#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7548835a-ba4e-59f9-bbd8-c3bbed711e06"},"resourceType":"DocumentReference"} +{"id":"47c424cb-ee35-566e-934c-95772a2a0c41","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02685/analysis/HG02685.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290946#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7548835a-ba4e-59f9-bbd8-c3bbed711e06"},"resourceType":"DocumentReference"} +{"id":"ac32e104-1055-5473-956f-32f6a6541fa3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02685/analysis/HG02685.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290946#sample/cram"}],"status":"current","subject":{"reference":"Patient/7548835a-ba4e-59f9-bbd8-c3bbed711e06"},"resourceType":"DocumentReference"} +{"id":"a0b1d204-0240-546c-af76-6e8d8591686f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02687/analysis/HG02687.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290948#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/028d1004-d56d-55b9-86ab-fd841c423ff1"},"resourceType":"DocumentReference"} +{"id":"7d250efb-5dde-5123-8d38-dd9b552492d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02687/analysis/HG02687.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290948#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/028d1004-d56d-55b9-86ab-fd841c423ff1"},"resourceType":"DocumentReference"} +{"id":"e5928828-1f41-5ea0-a266-be5dae222a88","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02687/analysis/HG02687.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290948#sample/cram"}],"status":"current","subject":{"reference":"Patient/028d1004-d56d-55b9-86ab-fd841c423ff1"},"resourceType":"DocumentReference"} +{"id":"aedc92c8-2304-5c84-8189-95a5cf987522","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02688/analysis/HG02688.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290949#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/76c6b964-9fba-55e2-b2ad-e53707e5e059"},"resourceType":"DocumentReference"} +{"id":"376b8e21-c735-55be-940b-b0f4fd3a6b13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02688/analysis/HG02688.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290949#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/76c6b964-9fba-55e2-b2ad-e53707e5e059"},"resourceType":"DocumentReference"} +{"id":"db3b9d9f-0561-555b-bd2e-3fa74b12399d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02688/analysis/HG02688.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290949#sample/cram"}],"status":"current","subject":{"reference":"Patient/76c6b964-9fba-55e2-b2ad-e53707e5e059"},"resourceType":"DocumentReference"} +{"id":"e04bcfff-3554-5da3-a6d4-a8a2c38ca089","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02696/analysis/HG02696.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290951#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6827e4e6-353a-5827-aa69-13f1ea0a6509"},"resourceType":"DocumentReference"} +{"id":"240ecf86-3dbe-54f9-8a29-0106262290b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02696/analysis/HG02696.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290951#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6827e4e6-353a-5827-aa69-13f1ea0a6509"},"resourceType":"DocumentReference"} +{"id":"915030b6-0632-5c76-8fec-605c9671b06e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02696/analysis/HG02696.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290951#sample/cram"}],"status":"current","subject":{"reference":"Patient/6827e4e6-353a-5827-aa69-13f1ea0a6509"},"resourceType":"DocumentReference"} +{"id":"ab791b42-e7e6-5083-b749-9e442c8212cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02697/analysis/HG02697.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290952#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3739f749-a1f9-5922-9a1c-30cb72b19bd6"},"resourceType":"DocumentReference"} +{"id":"2558282d-9197-5da3-9bfa-3a07b8a5ab5e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02697/analysis/HG02697.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290952#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3739f749-a1f9-5922-9a1c-30cb72b19bd6"},"resourceType":"DocumentReference"} +{"id":"793d740c-d278-5451-99e2-391fcacc237a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02697/analysis/HG02697.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290952#sample/cram"}],"status":"current","subject":{"reference":"Patient/3739f749-a1f9-5922-9a1c-30cb72b19bd6"},"resourceType":"DocumentReference"} +{"id":"a0d6b027-6939-5aea-ac47-9a442a62f982","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02733/analysis/HG02733.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290954#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d9be083d-17ee-5eae-97bf-d8ea0facc36e"},"resourceType":"DocumentReference"} +{"id":"400a4410-78c6-5ddb-8ee6-35457a5e42d8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02733/analysis/HG02733.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290954#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d9be083d-17ee-5eae-97bf-d8ea0facc36e"},"resourceType":"DocumentReference"} +{"id":"db62e807-6ca8-5f4c-988a-fe4cc1291a6e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02733/analysis/HG02733.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290954#sample/cram"}],"status":"current","subject":{"reference":"Patient/d9be083d-17ee-5eae-97bf-d8ea0facc36e"},"resourceType":"DocumentReference"} +{"id":"64abe3bf-afd0-5252-a1d6-66f75927858a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02734/analysis/HG02734.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290955#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5d672916-e9fa-5a56-9c76-90c43e9b7848"},"resourceType":"DocumentReference"} +{"id":"615954d9-5218-5175-91c8-2f6da8a925aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02734/analysis/HG02734.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290955#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5d672916-e9fa-5a56-9c76-90c43e9b7848"},"resourceType":"DocumentReference"} +{"id":"db328743-1d25-5964-b319-599b8891572e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02734/analysis/HG02734.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290955#sample/cram"}],"status":"current","subject":{"reference":"Patient/5d672916-e9fa-5a56-9c76-90c43e9b7848"},"resourceType":"DocumentReference"} +{"id":"d6c2a432-b0b8-5897-a16f-40a91a8bbe17","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02610/analysis/HG02610.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343971#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/30ffb06c-439f-55a4-b471-e680d292d374"},"resourceType":"DocumentReference"} +{"id":"5efaf826-3add-5a90-a55e-3c5dfd1defaf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02610/analysis/HG02610.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343971#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/30ffb06c-439f-55a4-b471-e680d292d374"},"resourceType":"DocumentReference"} +{"id":"30add2d3-5dae-57bc-badb-5aff71a9f6f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02610/analysis/HG02610.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343971#sample/cram"}],"status":"current","subject":{"reference":"Patient/30ffb06c-439f-55a4-b471-e680d292d374"},"resourceType":"DocumentReference"} +{"id":"72f98175-ebf5-58ec-be69-8c1c5ae35184","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02611/analysis/HG02611.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343972#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3708dc18-1c0b-544c-9a5b-8d4ada367a8e"},"resourceType":"DocumentReference"} +{"id":"96a30b57-dd85-5368-b579-f1292f1ece35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02611/analysis/HG02611.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343972#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3708dc18-1c0b-544c-9a5b-8d4ada367a8e"},"resourceType":"DocumentReference"} +{"id":"e829d017-4c9a-5c88-a961-7141dbcf99e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02611/analysis/HG02611.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343972#sample/cram"}],"status":"current","subject":{"reference":"Patient/3708dc18-1c0b-544c-9a5b-8d4ada367a8e"},"resourceType":"DocumentReference"} +{"id":"7b2cc62e-fb3b-5014-b13b-2edaf7d717e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02634/analysis/HG02634.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343974#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7a7f1bda-432d-56e1-bc02-103c7a4726c9"},"resourceType":"DocumentReference"} +{"id":"c3c1368c-a4c9-56cf-b377-b6e24c1992b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02634/analysis/HG02634.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343974#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7a7f1bda-432d-56e1-bc02-103c7a4726c9"},"resourceType":"DocumentReference"} +{"id":"6c4854ba-20e3-5bbb-a009-9bdeb1290c63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02634/analysis/HG02634.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343974#sample/cram"}],"status":"current","subject":{"reference":"Patient/7a7f1bda-432d-56e1-bc02-103c7a4726c9"},"resourceType":"DocumentReference"} +{"id":"39c7d678-9614-573b-970e-e493cb7e0fa3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02635/analysis/HG02635.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343975#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f68fab70-0493-52de-be22-d62cce005ca0"},"resourceType":"DocumentReference"} +{"id":"cb0bfc31-f8e6-52aa-96cf-343620448bca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02635/analysis/HG02635.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343975#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f68fab70-0493-52de-be22-d62cce005ca0"},"resourceType":"DocumentReference"} +{"id":"ceaa5e8e-38e9-5c2b-b962-4c71d8212719","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02635/analysis/HG02635.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343975#sample/cram"}],"status":"current","subject":{"reference":"Patient/f68fab70-0493-52de-be22-d62cce005ca0"},"resourceType":"DocumentReference"} +{"id":"492d7d1d-9ab3-5d07-ab2c-a11eabc606ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02715/analysis/HG02715.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343977#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/77d3bf3b-1b62-535f-9bf2-e94ccbc77c52"},"resourceType":"DocumentReference"} +{"id":"f62ca498-cdbf-5efa-82b4-00fdcecae5d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02715/analysis/HG02715.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343977#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/77d3bf3b-1b62-535f-9bf2-e94ccbc77c52"},"resourceType":"DocumentReference"} +{"id":"3fc0f7c8-8791-55f2-8a33-88d6675fa1d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02715/analysis/HG02715.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343977#sample/cram"}],"status":"current","subject":{"reference":"Patient/77d3bf3b-1b62-535f-9bf2-e94ccbc77c52"},"resourceType":"DocumentReference"} +{"id":"ae20540a-287f-525a-a5ff-1a8c317066cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02716/analysis/HG02716.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343978#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/33b77be1-e267-5f4e-8b4c-1f2891a123e8"},"resourceType":"DocumentReference"} +{"id":"dfd1308c-076f-5dad-9da4-8c0dc9d6c5d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02716/analysis/HG02716.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343978#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/33b77be1-e267-5f4e-8b4c-1f2891a123e8"},"resourceType":"DocumentReference"} +{"id":"5fd8ac58-ea97-51b3-bfa6-4dfb6f25439a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02716/analysis/HG02716.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343978#sample/cram"}],"status":"current","subject":{"reference":"Patient/33b77be1-e267-5f4e-8b4c-1f2891a123e8"},"resourceType":"DocumentReference"} +{"id":"4dbe162c-1f2c-5ba1-9efa-2e51ff71e7ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02768/analysis/HG02768.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343980#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/96cbda8c-690d-57b3-bf9e-1b4e5eaeb67c"},"resourceType":"DocumentReference"} +{"id":"e54fae2d-769f-5c60-9a7a-38d0b7365b59","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02768/analysis/HG02768.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343980#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/96cbda8c-690d-57b3-bf9e-1b4e5eaeb67c"},"resourceType":"DocumentReference"} +{"id":"6eaf85d7-89e9-57ad-bc64-bd52ab5589e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02768/analysis/HG02768.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343980#sample/cram"}],"status":"current","subject":{"reference":"Patient/96cbda8c-690d-57b3-bf9e-1b4e5eaeb67c"},"resourceType":"DocumentReference"} +{"id":"f450c190-ed32-53a3-903f-b991b2ceaf35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02769/analysis/HG02769.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343981#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/114e2778-5390-5491-8a65-7929fc21f4c2"},"resourceType":"DocumentReference"} +{"id":"9fff2453-87f6-5f92-baef-c850f7e59abf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02769/analysis/HG02769.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343981#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/114e2778-5390-5491-8a65-7929fc21f4c2"},"resourceType":"DocumentReference"} +{"id":"beaa57ff-5033-5a8d-917b-1ba9a79d0052","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02769/analysis/HG02769.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343981#sample/cram"}],"status":"current","subject":{"reference":"Patient/114e2778-5390-5491-8a65-7929fc21f4c2"},"resourceType":"DocumentReference"} +{"id":"33f27c1b-06ac-570e-9498-39a9715d3695","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02771/analysis/HG02771.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343983#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0e694df8-e1b5-5059-9167-466d7912c85c"},"resourceType":"DocumentReference"} +{"id":"18bd45c2-9fb7-52a8-b3f2-701752e73fd8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02771/analysis/HG02771.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343983#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0e694df8-e1b5-5059-9167-466d7912c85c"},"resourceType":"DocumentReference"} +{"id":"6d6b9acd-6940-5833-9f22-c953667c7783","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02771/analysis/HG02771.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343983#sample/cram"}],"status":"current","subject":{"reference":"Patient/0e694df8-e1b5-5059-9167-466d7912c85c"},"resourceType":"DocumentReference"} +{"id":"966dc220-5004-51f9-bdcf-e67e7b9a5a77","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02772/analysis/HG02772.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343984#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/74eb31fe-d804-502d-ae31-bc3b4dc5f8bb"},"resourceType":"DocumentReference"} +{"id":"1f270639-1977-5377-abd6-7a112173b655","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02772/analysis/HG02772.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343984#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/74eb31fe-d804-502d-ae31-bc3b4dc5f8bb"},"resourceType":"DocumentReference"} +{"id":"5e659caa-49b4-52e4-9ae8-07b533c62666","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02772/analysis/HG02772.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343984#sample/cram"}],"status":"current","subject":{"reference":"Patient/74eb31fe-d804-502d-ae31-bc3b4dc5f8bb"},"resourceType":"DocumentReference"} +{"id":"edc19f20-7b67-5472-bfee-f28260270be5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02798/analysis/HG02798.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343986#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ccc6880a-242f-5b3c-979a-c8aa7609f7d6"},"resourceType":"DocumentReference"} +{"id":"c8347d96-ef28-568a-9475-9c4aa4de1ae2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02798/analysis/HG02798.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343986#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ccc6880a-242f-5b3c-979a-c8aa7609f7d6"},"resourceType":"DocumentReference"} +{"id":"3319da93-c270-53aa-b24e-52d7b28f2cb2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02798/analysis/HG02798.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343986#sample/cram"}],"status":"current","subject":{"reference":"Patient/ccc6880a-242f-5b3c-979a-c8aa7609f7d6"},"resourceType":"DocumentReference"} +{"id":"9963d700-653e-510d-a5d7-c50b4e622fa2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02799/analysis/HG02799.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343987#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c72246ed-fcb1-5f14-8aca-af0ba8e5453f"},"resourceType":"DocumentReference"} +{"id":"a19c4dd6-8d04-51bd-a943-f83f82b126d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02799/analysis/HG02799.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343987#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c72246ed-fcb1-5f14-8aca-af0ba8e5453f"},"resourceType":"DocumentReference"} +{"id":"9945f251-224c-5bcd-b9de-6f6f4d189f0b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02799/analysis/HG02799.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343987#sample/cram"}],"status":"current","subject":{"reference":"Patient/c72246ed-fcb1-5f14-8aca-af0ba8e5453f"},"resourceType":"DocumentReference"} +{"id":"107194fb-7da7-53e7-b4b8-2b4dcb1c199d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02804/analysis/HG02804.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343989#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1ad8fc27-f153-5026-9411-753c5bfeb49b"},"resourceType":"DocumentReference"} +{"id":"2ea31aa0-46ac-5eb6-b676-fe544d662254","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02804/analysis/HG02804.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343989#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1ad8fc27-f153-5026-9411-753c5bfeb49b"},"resourceType":"DocumentReference"} +{"id":"10d39404-9751-55e5-8f21-1100bdcb747d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02804/analysis/HG02804.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343989#sample/cram"}],"status":"current","subject":{"reference":"Patient/1ad8fc27-f153-5026-9411-753c5bfeb49b"},"resourceType":"DocumentReference"} +{"id":"5cef1f19-5396-56b1-ba4c-36ebcc3c9dd8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02805/analysis/HG02805.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343990#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ae6679ba-6dd1-5e70-bfc3-d2018f7d0a88"},"resourceType":"DocumentReference"} +{"id":"13643b39-aba3-57f9-a217-f3b4e5f3fd75","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02805/analysis/HG02805.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343990#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ae6679ba-6dd1-5e70-bfc3-d2018f7d0a88"},"resourceType":"DocumentReference"} +{"id":"bdf0b4c7-28f7-5809-89d9-48e5d0633b77","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02805/analysis/HG02805.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343990#sample/cram"}],"status":"current","subject":{"reference":"Patient/ae6679ba-6dd1-5e70-bfc3-d2018f7d0a88"},"resourceType":"DocumentReference"} +{"id":"b29e0236-11f0-55f2-a7d6-29f05fefc3a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02807/analysis/HG02807.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343992#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/40f8c935-01fd-5c76-9713-f1540447ebe6"},"resourceType":"DocumentReference"} +{"id":"08c086f2-6bc0-52d3-8006-46fbcd65c1c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02807/analysis/HG02807.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343992#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/40f8c935-01fd-5c76-9713-f1540447ebe6"},"resourceType":"DocumentReference"} +{"id":"49a65813-f669-5293-8f06-db5b21b9c365","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02807/analysis/HG02807.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343992#sample/cram"}],"status":"current","subject":{"reference":"Patient/40f8c935-01fd-5c76-9713-f1540447ebe6"},"resourceType":"DocumentReference"} +{"id":"d70816db-ef9f-57d6-bcbe-cbc69309bd10","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02808/analysis/HG02808.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343993#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4657f021-36e7-55e5-92c0-564c35cdff90"},"resourceType":"DocumentReference"} +{"id":"070badec-730f-5189-8ff3-885e9a872443","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02808/analysis/HG02808.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343993#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4657f021-36e7-55e5-92c0-564c35cdff90"},"resourceType":"DocumentReference"} +{"id":"315ad2fa-a5b5-540e-87be-40f9a4dfbfab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02808/analysis/HG02808.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343993#sample/cram"}],"status":"current","subject":{"reference":"Patient/4657f021-36e7-55e5-92c0-564c35cdff90"},"resourceType":"DocumentReference"} +{"id":"6397d3b7-a80b-5f7f-a5fb-7510bfb58b5d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02810/analysis/HG02810.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343995#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8325b248-6e8f-505e-8133-6a4b384fd9fd"},"resourceType":"DocumentReference"} +{"id":"586179c4-e23e-51ff-ac9d-9fc617c12052","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02810/analysis/HG02810.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343995#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8325b248-6e8f-505e-8133-6a4b384fd9fd"},"resourceType":"DocumentReference"} +{"id":"6af95b4e-3d13-54be-a285-c9417257f777","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02810/analysis/HG02810.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343995#sample/cram"}],"status":"current","subject":{"reference":"Patient/8325b248-6e8f-505e-8133-6a4b384fd9fd"},"resourceType":"DocumentReference"} +{"id":"82597c6a-fcc8-53b2-8a0b-dcc8cd1f0b02","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02811/analysis/HG02811.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343996#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7d2b7907-fb3f-557b-8878-8131109110fa"},"resourceType":"DocumentReference"} +{"id":"09c36f47-5a1b-5825-b96f-a986004173bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02811/analysis/HG02811.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343996#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7d2b7907-fb3f-557b-8878-8131109110fa"},"resourceType":"DocumentReference"} +{"id":"341d37b1-ee7c-5b81-872c-c0cb66c1bfe0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02811/analysis/HG02811.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343996#sample/cram"}],"status":"current","subject":{"reference":"Patient/7d2b7907-fb3f-557b-8878-8131109110fa"},"resourceType":"DocumentReference"} +{"id":"acc824e4-5083-5288-86ab-b578b79b439e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02813/analysis/HG02813.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343998#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/63c5b691-dace-57bf-9106-d2ce74378176"},"resourceType":"DocumentReference"} +{"id":"9ad73c72-3454-5143-bdbf-85507d4d8350","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02813/analysis/HG02813.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343998#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/63c5b691-dace-57bf-9106-d2ce74378176"},"resourceType":"DocumentReference"} +{"id":"960c1eea-b592-5f78-80f5-b99391365b71","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02813/analysis/HG02813.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343998#sample/cram"}],"status":"current","subject":{"reference":"Patient/63c5b691-dace-57bf-9106-d2ce74378176"},"resourceType":"DocumentReference"} +{"id":"2c2f092b-a483-5b58-bfe4-423ddbc24326","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02814/analysis/HG02814.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343999#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/31aa1da5-c3f8-500b-8bdb-56f0d94ebb29"},"resourceType":"DocumentReference"} +{"id":"034742fd-1d21-54bd-aab8-def9845b6f23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02814/analysis/HG02814.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343999#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/31aa1da5-c3f8-500b-8bdb-56f0d94ebb29"},"resourceType":"DocumentReference"} +{"id":"8f6bd2cf-7e39-5151-ba4a-91bebc05aec1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02814/analysis/HG02814.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343999#sample/cram"}],"status":"current","subject":{"reference":"Patient/31aa1da5-c3f8-500b-8bdb-56f0d94ebb29"},"resourceType":"DocumentReference"} +{"id":"7a1d9b2a-034b-5d57-8134-82c62921dd13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02839/analysis/HG02839.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344001#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d90ca0b9-f7d7-5a63-8352-0effb6d308fa"},"resourceType":"DocumentReference"} +{"id":"49104d12-e2d9-5c44-9099-e35c5ee94e43","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02839/analysis/HG02839.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344001#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d90ca0b9-f7d7-5a63-8352-0effb6d308fa"},"resourceType":"DocumentReference"} +{"id":"7289df21-38a7-5871-b035-87d9d04a6930","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02839/analysis/HG02839.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344001#sample/cram"}],"status":"current","subject":{"reference":"Patient/d90ca0b9-f7d7-5a63-8352-0effb6d308fa"},"resourceType":"DocumentReference"} +{"id":"8d51c549-2c7a-5da6-9bdb-1b99aed3ef50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02840/analysis/HG02840.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344002#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/099f5c00-54b1-55df-a0d3-92162d0d79ac"},"resourceType":"DocumentReference"} +{"id":"3845ba76-08cf-5ad2-b6ea-0d15fa68e0e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02840/analysis/HG02840.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344002#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/099f5c00-54b1-55df-a0d3-92162d0d79ac"},"resourceType":"DocumentReference"} +{"id":"fef00f58-6c38-5097-9240-eb26aa6c324d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02840/analysis/HG02840.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344002#sample/cram"}],"status":"current","subject":{"reference":"Patient/099f5c00-54b1-55df-a0d3-92162d0d79ac"},"resourceType":"DocumentReference"} +{"id":"61d49068-ef54-5543-a059-522a434e3b6d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02851/analysis/HG02851.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344004#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f38d8668-c4c9-53f7-bb9c-988d05d2ba64"},"resourceType":"DocumentReference"} +{"id":"82323794-b68d-5440-897b-d4f3c538818f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02851/analysis/HG02851.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344004#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f38d8668-c4c9-53f7-bb9c-988d05d2ba64"},"resourceType":"DocumentReference"} +{"id":"b7c0b7b6-5f07-526e-8f46-b7f15a8f4f16","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02851/analysis/HG02851.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344004#sample/cram"}],"status":"current","subject":{"reference":"Patient/f38d8668-c4c9-53f7-bb9c-988d05d2ba64"},"resourceType":"DocumentReference"} +{"id":"6be6aa1e-c5f4-5059-afeb-a681659df312","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02852/analysis/HG02852.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344005#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c6c5cf39-574b-55f5-aea0-279240a86e63"},"resourceType":"DocumentReference"} +{"id":"82ba1fe0-e2bc-5775-8c65-ef0dbeecaf23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02852/analysis/HG02852.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344005#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c6c5cf39-574b-55f5-aea0-279240a86e63"},"resourceType":"DocumentReference"} +{"id":"4e513dbf-a52a-588d-81d4-33536bf4f2cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02852/analysis/HG02852.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344005#sample/cram"}],"status":"current","subject":{"reference":"Patient/c6c5cf39-574b-55f5-aea0-279240a86e63"},"resourceType":"DocumentReference"} +{"id":"7700fcf7-ef78-5edf-85f1-e1eff8bf0910","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02887/analysis/HG02887.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344007#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0222631d-4820-5a05-ab39-6b12bbaa2c86"},"resourceType":"DocumentReference"} +{"id":"7b4599d6-44b5-5784-a11a-8b8833c34689","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02887/analysis/HG02887.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344007#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0222631d-4820-5a05-ab39-6b12bbaa2c86"},"resourceType":"DocumentReference"} +{"id":"a630f2f1-c99b-525b-a2b9-2ac08d37352e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02887/analysis/HG02887.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344007#sample/cram"}],"status":"current","subject":{"reference":"Patient/0222631d-4820-5a05-ab39-6b12bbaa2c86"},"resourceType":"DocumentReference"} +{"id":"024d5dab-cd3e-5ef8-a30c-7bd5d8015b8e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02888/analysis/HG02888.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344008#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3cb42838-56cf-5d58-8190-f05fec23fe7a"},"resourceType":"DocumentReference"} +{"id":"3a6b8892-5210-5e69-83cf-e25dc4dbd0cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02888/analysis/HG02888.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344008#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3cb42838-56cf-5d58-8190-f05fec23fe7a"},"resourceType":"DocumentReference"} +{"id":"a8a25ca2-2b7c-57db-84ec-83df7dc4985d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02888/analysis/HG02888.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344008#sample/cram"}],"status":"current","subject":{"reference":"Patient/3cb42838-56cf-5d58-8190-f05fec23fe7a"},"resourceType":"DocumentReference"} +{"id":"2ed07fc7-a289-581e-8b5d-4c54df594217","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02895/analysis/HG02895.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344010#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/15bc81ec-8165-513d-91d6-6e0855061dc4"},"resourceType":"DocumentReference"} +{"id":"85ca9c3f-873b-580f-b4f4-2f7f8e3db7ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02895/analysis/HG02895.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344010#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/15bc81ec-8165-513d-91d6-6e0855061dc4"},"resourceType":"DocumentReference"} +{"id":"fe9fd7a7-5cdb-57ec-bccf-e79a28ae333c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02895/analysis/HG02895.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344010#sample/cram"}],"status":"current","subject":{"reference":"Patient/15bc81ec-8165-513d-91d6-6e0855061dc4"},"resourceType":"DocumentReference"} +{"id":"8a0d8bce-9bd3-52cd-9b47-f1d9a1810b0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02896/analysis/HG02896.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344011#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ba888bfe-b598-550e-9293-bf53dc54e2e9"},"resourceType":"DocumentReference"} +{"id":"9bf9b007-64d2-59a6-81fe-769149a86de0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02896/analysis/HG02896.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344011#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ba888bfe-b598-550e-9293-bf53dc54e2e9"},"resourceType":"DocumentReference"} +{"id":"554f5d87-5b2e-5a30-bc74-29296953e9f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02896/analysis/HG02896.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344011#sample/cram"}],"status":"current","subject":{"reference":"Patient/ba888bfe-b598-550e-9293-bf53dc54e2e9"},"resourceType":"DocumentReference"} +{"id":"a3a450c2-ece4-5a9d-8566-2c0554e51b6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03027/analysis/HG03027.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344013#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d964ca3e-c77d-5a94-b730-aa5cc6f8f367"},"resourceType":"DocumentReference"} +{"id":"58eb617f-6eef-52d8-95bc-5057dfa97064","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03027/analysis/HG03027.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344013#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d964ca3e-c77d-5a94-b730-aa5cc6f8f367"},"resourceType":"DocumentReference"} +{"id":"79f73d6f-ada6-5a64-93e5-b21fa2d78c6b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03027/analysis/HG03027.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344013#sample/cram"}],"status":"current","subject":{"reference":"Patient/d964ca3e-c77d-5a94-b730-aa5cc6f8f367"},"resourceType":"DocumentReference"} +{"id":"5718d54a-0456-54a1-8426-73b56e904ddd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03028/analysis/HG03028.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344014#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8126c38c-8012-5706-9ce9-ce0d49218be8"},"resourceType":"DocumentReference"} +{"id":"bc6df936-9f70-5441-829d-2a79bcb569df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03028/analysis/HG03028.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344014#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8126c38c-8012-5706-9ce9-ce0d49218be8"},"resourceType":"DocumentReference"} +{"id":"88ad2e8e-f43b-50e0-9331-d08f9c074749","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03028/analysis/HG03028.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344014#sample/cram"}],"status":"current","subject":{"reference":"Patient/8126c38c-8012-5706-9ce9-ce0d49218be8"},"resourceType":"DocumentReference"} +{"id":"efe57782-e9a7-5390-a257-5d6e3eb55ef9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03039/analysis/HG03039.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344016#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b8ba4f51-b140-5887-a1a0-c635e3626159"},"resourceType":"DocumentReference"} +{"id":"003d762b-06a2-56c6-b263-9a3d50cce414","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03039/analysis/HG03039.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344016#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b8ba4f51-b140-5887-a1a0-c635e3626159"},"resourceType":"DocumentReference"} +{"id":"40a1b784-91bb-52b0-a775-47bf1e4acc1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03039/analysis/HG03039.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344016#sample/cram"}],"status":"current","subject":{"reference":"Patient/b8ba4f51-b140-5887-a1a0-c635e3626159"},"resourceType":"DocumentReference"} +{"id":"bfc4d1ea-5fed-5eac-8b02-1af3c725ef11","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03040/analysis/HG03040.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344017#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a05e8de5-280c-5423-91f2-5b8e0c35516f"},"resourceType":"DocumentReference"} +{"id":"e53e7393-9de4-52c5-89d9-ff135d71cbc7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03040/analysis/HG03040.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344017#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a05e8de5-280c-5423-91f2-5b8e0c35516f"},"resourceType":"DocumentReference"} +{"id":"1d3eeb1c-a102-590e-b3d3-86d6e9e61639","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03040/analysis/HG03040.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344017#sample/cram"}],"status":"current","subject":{"reference":"Patient/a05e8de5-280c-5423-91f2-5b8e0c35516f"},"resourceType":"DocumentReference"} +{"id":"fb7b2b66-0417-5e9b-92d9-685083498677","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03045/analysis/HG03045.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344019#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d8f3df0b-d91d-51d5-b9ad-132ade7e46c3"},"resourceType":"DocumentReference"} +{"id":"9ea074dd-115c-545a-8716-b10c70467f5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03045/analysis/HG03045.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344019#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d8f3df0b-d91d-51d5-b9ad-132ade7e46c3"},"resourceType":"DocumentReference"} +{"id":"c03aaeb1-a464-5276-ac86-5e2ce675dfa8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03045/analysis/HG03045.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344019#sample/cram"}],"status":"current","subject":{"reference":"Patient/d8f3df0b-d91d-51d5-b9ad-132ade7e46c3"},"resourceType":"DocumentReference"} +{"id":"804730ae-2619-5dc8-80e8-3654517b5cde","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03046/analysis/HG03046.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344020#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d50385b0-769b-59e7-80e8-5d6aa3da2d6f"},"resourceType":"DocumentReference"} +{"id":"ef2ad5c5-5039-58c5-975d-e0988dbf74f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03046/analysis/HG03046.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344020#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d50385b0-769b-59e7-80e8-5d6aa3da2d6f"},"resourceType":"DocumentReference"} +{"id":"6c6b3f53-1642-5eae-8430-8a68a0ae2812","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03046/analysis/HG03046.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344020#sample/cram"}],"status":"current","subject":{"reference":"Patient/d50385b0-769b-59e7-80e8-5d6aa3da2d6f"},"resourceType":"DocumentReference"} +{"id":"c3c6fe91-ed5c-537e-a322-fa606e5e9e9f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03048/analysis/HG03048.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344022#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/05cfac7c-0e97-59c7-86dc-eb82b9b7c694"},"resourceType":"DocumentReference"} +{"id":"c82cec12-a30b-5d9f-a28b-57c3b0429a75","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03048/analysis/HG03048.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344022#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/05cfac7c-0e97-59c7-86dc-eb82b9b7c694"},"resourceType":"DocumentReference"} +{"id":"98b3c652-fef5-5744-86ca-a0d6b781c144","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03048/analysis/HG03048.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344022#sample/cram"}],"status":"current","subject":{"reference":"Patient/05cfac7c-0e97-59c7-86dc-eb82b9b7c694"},"resourceType":"DocumentReference"} +{"id":"80bb980b-1666-59dc-806b-d53642e2dc44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03049/analysis/HG03049.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344023#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3d67cbe8-39cb-5014-b4ef-2af4f0a642a2"},"resourceType":"DocumentReference"} +{"id":"b1de7e6c-e9e4-5c7e-b44d-b8a9571cdb15","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03049/analysis/HG03049.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344023#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3d67cbe8-39cb-5014-b4ef-2af4f0a642a2"},"resourceType":"DocumentReference"} +{"id":"8f51b2f5-5230-5680-a2b1-7a372f819208","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03049/analysis/HG03049.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344023#sample/cram"}],"status":"current","subject":{"reference":"Patient/3d67cbe8-39cb-5014-b4ef-2af4f0a642a2"},"resourceType":"DocumentReference"} +{"id":"32ae755d-7e98-5042-aa2b-0943418b95e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03258/analysis/HG03258.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344025#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f8a4fdfc-00b8-5e32-89a1-8fea1bcd9035"},"resourceType":"DocumentReference"} +{"id":"0d28aedb-134d-5adb-a0e2-0615750086d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03258/analysis/HG03258.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344025#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f8a4fdfc-00b8-5e32-89a1-8fea1bcd9035"},"resourceType":"DocumentReference"} +{"id":"4f9c5ac0-cc7f-520b-9d7b-1f81a022427b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03258/analysis/HG03258.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344025#sample/cram"}],"status":"current","subject":{"reference":"Patient/f8a4fdfc-00b8-5e32-89a1-8fea1bcd9035"},"resourceType":"DocumentReference"} +{"id":"32324007-f145-5388-9804-a1cbb6d328a6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03259/analysis/HG03259.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344026#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ec1cccd5-6aa3-5d12-8ca9-4a3bd7686601"},"resourceType":"DocumentReference"} +{"id":"b4fcf901-33ce-5c97-bad7-11ef70fe977e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03259/analysis/HG03259.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344026#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ec1cccd5-6aa3-5d12-8ca9-4a3bd7686601"},"resourceType":"DocumentReference"} +{"id":"7d0803cc-4807-5e52-ae13-cc335939e259","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03259/analysis/HG03259.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344026#sample/cram"}],"status":"current","subject":{"reference":"Patient/ec1cccd5-6aa3-5d12-8ca9-4a3bd7686601"},"resourceType":"DocumentReference"} +{"id":"1b98960b-e2ea-5109-b183-8f44c3f7b21d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02756/analysis/HG02756.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344028#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/20f00f00-ba05-5580-afa8-64a6777175dd"},"resourceType":"DocumentReference"} +{"id":"fce18a26-ccb2-5967-affb-4c44d781d474","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02756/analysis/HG02756.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344028#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/20f00f00-ba05-5580-afa8-64a6777175dd"},"resourceType":"DocumentReference"} +{"id":"9aaf8722-e4e5-5323-98b0-aaaad1e0cc44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02756/analysis/HG02756.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344028#sample/cram"}],"status":"current","subject":{"reference":"Patient/20f00f00-ba05-5580-afa8-64a6777175dd"},"resourceType":"DocumentReference"} +{"id":"018e1042-61de-572e-82df-e533e5a9cafc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02757/analysis/HG02757.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344029#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7d8cc07c-be51-5d31-8639-1a733ede8d93"},"resourceType":"DocumentReference"} +{"id":"a8674f80-842d-5b23-bba7-5fcba522a8e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02757/analysis/HG02757.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344029#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7d8cc07c-be51-5d31-8639-1a733ede8d93"},"resourceType":"DocumentReference"} +{"id":"96c2a01f-8fe1-5b85-b08e-5a8812622f28","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02757/analysis/HG02757.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344029#sample/cram"}],"status":"current","subject":{"reference":"Patient/7d8cc07c-be51-5d31-8639-1a733ede8d93"},"resourceType":"DocumentReference"} +{"id":"55cd4484-39f6-5c46-b368-0b5431005a05","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02816/analysis/HG02816.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344031#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/615b2630-a9bd-5e68-a2a6-52b5948bf038"},"resourceType":"DocumentReference"} +{"id":"e9f174fa-d184-5a06-89e4-ed4eb5f8dc96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02816/analysis/HG02816.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344031#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/615b2630-a9bd-5e68-a2a6-52b5948bf038"},"resourceType":"DocumentReference"} +{"id":"432dfc74-c10b-5cc3-b7f2-dde69d4bb63b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02816/analysis/HG02816.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344031#sample/cram"}],"status":"current","subject":{"reference":"Patient/615b2630-a9bd-5e68-a2a6-52b5948bf038"},"resourceType":"DocumentReference"} +{"id":"04ee486b-d277-5758-b3b1-340091339e2c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02817/analysis/HG02817.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344032#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b45393df-8d82-5726-88a0-159601d6974a"},"resourceType":"DocumentReference"} +{"id":"bf86f7d3-17e3-5309-8d12-9de05f181c74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02817/analysis/HG02817.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344032#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b45393df-8d82-5726-88a0-159601d6974a"},"resourceType":"DocumentReference"} +{"id":"72ab3101-01f3-52d7-80de-fef06b0eeebf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02817/analysis/HG02817.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344032#sample/cram"}],"status":"current","subject":{"reference":"Patient/b45393df-8d82-5726-88a0-159601d6974a"},"resourceType":"DocumentReference"} +{"id":"c8416253-a18d-5a4b-b8a3-aef1822f0dfe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02836/analysis/HG02836.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344034#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/89ba8939-fc98-5e38-b805-87bc3585d6c8"},"resourceType":"DocumentReference"} +{"id":"b35002bd-e0c0-55fe-becc-8cc4bf25fd88","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02836/analysis/HG02836.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344034#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/89ba8939-fc98-5e38-b805-87bc3585d6c8"},"resourceType":"DocumentReference"} +{"id":"5c4da12b-4cae-50c8-a5bb-aa8e77e35887","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02836/analysis/HG02836.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344034#sample/cram"}],"status":"current","subject":{"reference":"Patient/89ba8939-fc98-5e38-b805-87bc3585d6c8"},"resourceType":"DocumentReference"} +{"id":"449d45c5-0e41-5ba8-8543-cdc86142dbd6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02837/analysis/HG02837.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344035#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/65bdc8f9-51ba-52c0-ad47-27019e4d606c"},"resourceType":"DocumentReference"} +{"id":"27ea4058-2532-5aa5-9ffa-af4926beb7ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02837/analysis/HG02837.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344035#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/65bdc8f9-51ba-52c0-ad47-27019e4d606c"},"resourceType":"DocumentReference"} +{"id":"24087488-46a6-5dda-96d9-6e0ece8e39c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02837/analysis/HG02837.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344035#sample/cram"}],"status":"current","subject":{"reference":"Patient/65bdc8f9-51ba-52c0-ad47-27019e4d606c"},"resourceType":"DocumentReference"} +{"id":"737b8a18-d4b9-5479-b74e-220e0c5ce52e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02860/analysis/HG02860.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344037#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9f1774f7-f9f4-5e0f-8c39-81cdb23d2a96"},"resourceType":"DocumentReference"} +{"id":"cb6cfa53-81ee-50d4-b3d7-c11edadde8e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02860/analysis/HG02860.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344037#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9f1774f7-f9f4-5e0f-8c39-81cdb23d2a96"},"resourceType":"DocumentReference"} +{"id":"fe95d9df-9674-5e50-a7b8-b697ebffb01b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02860/analysis/HG02860.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344037#sample/cram"}],"status":"current","subject":{"reference":"Patient/9f1774f7-f9f4-5e0f-8c39-81cdb23d2a96"},"resourceType":"DocumentReference"} +{"id":"09a92e83-9126-56c4-9545-4e858da28d82","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02861/analysis/HG02861.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344038#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d5e0a4d5-dd44-50b6-919d-06941b70a042"},"resourceType":"DocumentReference"} +{"id":"e3f59e97-e3d6-53ff-86e1-be4f4613d71e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02861/analysis/HG02861.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344038#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d5e0a4d5-dd44-50b6-919d-06941b70a042"},"resourceType":"DocumentReference"} +{"id":"6b18c322-e3e9-5e2f-81a7-93ed2a97a094","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02861/analysis/HG02861.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344038#sample/cram"}],"status":"current","subject":{"reference":"Patient/d5e0a4d5-dd44-50b6-919d-06941b70a042"},"resourceType":"DocumentReference"} +{"id":"7b09ed7a-14a7-5f82-95ee-5238d23f0460","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02884/analysis/HG02884.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344040#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/21abe56f-4e47-53b6-9f20-d600f41cce69"},"resourceType":"DocumentReference"} +{"id":"9b7653c1-f01c-5134-b5c3-659aaf74f255","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02884/analysis/HG02884.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344040#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/21abe56f-4e47-53b6-9f20-d600f41cce69"},"resourceType":"DocumentReference"} +{"id":"37aa1ce6-0107-52a8-a734-3a3c9f898918","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02884/analysis/HG02884.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344040#sample/cram"}],"status":"current","subject":{"reference":"Patient/21abe56f-4e47-53b6-9f20-d600f41cce69"},"resourceType":"DocumentReference"} +{"id":"8de3bf32-c725-50dc-8f2c-dee32d4016ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02885/analysis/HG02885.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344041#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c22ac872-de67-5ee7-8561-4caf4e277bbc"},"resourceType":"DocumentReference"} +{"id":"9ddec073-7a34-522f-9ccf-def6fd5ea0b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02885/analysis/HG02885.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344041#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c22ac872-de67-5ee7-8561-4caf4e277bbc"},"resourceType":"DocumentReference"} +{"id":"ca7573b4-cf68-5797-936f-744eef367760","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02885/analysis/HG02885.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344041#sample/cram"}],"status":"current","subject":{"reference":"Patient/c22ac872-de67-5ee7-8561-4caf4e277bbc"},"resourceType":"DocumentReference"} +{"id":"55c33d8b-cb86-5e9f-a86e-ab87d2676a15","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02890/analysis/HG02890.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344043#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ee86669a-444a-5236-b946-38ec0721effb"},"resourceType":"DocumentReference"} +{"id":"b1b2090d-ba5f-52cd-abe5-6e5bad55823e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02890/analysis/HG02890.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344043#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ee86669a-444a-5236-b946-38ec0721effb"},"resourceType":"DocumentReference"} +{"id":"d9f0c724-f399-56e3-9848-639d1607994e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02890/analysis/HG02890.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344043#sample/cram"}],"status":"current","subject":{"reference":"Patient/ee86669a-444a-5236-b946-38ec0721effb"},"resourceType":"DocumentReference"} +{"id":"d6f52f12-858c-50a4-83f4-24c3b8dee7d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02891/analysis/HG02891.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344044#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1e4b8d40-ec03-5e37-8724-54dbeb1e96df"},"resourceType":"DocumentReference"} +{"id":"aa4db4e3-fd57-5a62-adec-1d681d1cea09","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02891/analysis/HG02891.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344044#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1e4b8d40-ec03-5e37-8724-54dbeb1e96df"},"resourceType":"DocumentReference"} +{"id":"81ff4f58-5b4e-53ae-b919-1ca0bda162ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02891/analysis/HG02891.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344044#sample/cram"}],"status":"current","subject":{"reference":"Patient/1e4b8d40-ec03-5e37-8724-54dbeb1e96df"},"resourceType":"DocumentReference"} +{"id":"e1c19887-81cc-5a29-899d-7026cf6c2ad2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03052/analysis/HG03052.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344046#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9318206c-38d1-58b0-bfe8-733fbe4ba095"},"resourceType":"DocumentReference"} +{"id":"4bfdad2f-244b-57d0-8550-f1ec99a1d7ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03052/analysis/HG03052.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344046#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9318206c-38d1-58b0-bfe8-733fbe4ba095"},"resourceType":"DocumentReference"} +{"id":"2e4014cd-1f05-5021-be9a-8dcd42305e5f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03052/analysis/HG03052.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344046#sample/cram"}],"status":"current","subject":{"reference":"Patient/9318206c-38d1-58b0-bfe8-733fbe4ba095"},"resourceType":"DocumentReference"} +{"id":"fc703740-2063-5579-8947-3949b2bcfc1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03057/analysis/HG03057.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344047#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7945ced2-3485-5f5d-943a-7a44d4cb1419"},"resourceType":"DocumentReference"} +{"id":"c2984908-488c-5877-9a0a-80552e6a34cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03057/analysis/HG03057.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344047#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7945ced2-3485-5f5d-943a-7a44d4cb1419"},"resourceType":"DocumentReference"} +{"id":"20c96c1e-5f4e-5719-857c-fd021b66c214","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03057/analysis/HG03057.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344047#sample/cram"}],"status":"current","subject":{"reference":"Patient/7945ced2-3485-5f5d-943a-7a44d4cb1419"},"resourceType":"DocumentReference"} +{"id":"627dbb4f-6f36-596c-a62b-63a928989cc8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03058/analysis/HG03058.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344048#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d699fa10-a4b2-5786-886f-ff8a82af3233"},"resourceType":"DocumentReference"} +{"id":"a5193a26-9a0a-51a5-aab7-887356a9e8cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03058/analysis/HG03058.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344048#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d699fa10-a4b2-5786-886f-ff8a82af3233"},"resourceType":"DocumentReference"} +{"id":"c79d148d-15bf-514e-926a-f910ad0353b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03058/analysis/HG03058.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344048#sample/cram"}],"status":"current","subject":{"reference":"Patient/d699fa10-a4b2-5786-886f-ff8a82af3233"},"resourceType":"DocumentReference"} +{"id":"41fdd3d6-6b35-5172-b86d-5544fec56f9b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03078/analysis/HG03078.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344049#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8c8e3746-80e3-5bfa-9be8-3de7a847a80d"},"resourceType":"DocumentReference"} +{"id":"e57e9455-e068-5cf9-a1db-ab9a84cd1bf3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03078/analysis/HG03078.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344049#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8c8e3746-80e3-5bfa-9be8-3de7a847a80d"},"resourceType":"DocumentReference"} +{"id":"63001427-23b1-540a-b88e-0c2f3a458fd8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03078/analysis/HG03078.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344049#sample/cram"}],"status":"current","subject":{"reference":"Patient/8c8e3746-80e3-5bfa-9be8-3de7a847a80d"},"resourceType":"DocumentReference"} +{"id":"a4558491-bf8e-53b5-b729-c4644dffe4fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03084/analysis/HG03084.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344050#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4ad56e57-439c-5fc3-97e4-b64dc6649498"},"resourceType":"DocumentReference"} +{"id":"156e4673-6376-595f-81df-e3eb4fa6690d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03084/analysis/HG03084.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344050#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4ad56e57-439c-5fc3-97e4-b64dc6649498"},"resourceType":"DocumentReference"} +{"id":"27b4ae63-9cda-50e2-87b5-5e0fdb29ab4d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03084/analysis/HG03084.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344050#sample/cram"}],"status":"current","subject":{"reference":"Patient/4ad56e57-439c-5fc3-97e4-b64dc6649498"},"resourceType":"DocumentReference"} +{"id":"ee6df482-be09-57be-adc9-5309e0b5808c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03085/analysis/HG03085.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344051#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6c66f9f1-9c31-5433-8942-1c45606df206"},"resourceType":"DocumentReference"} +{"id":"0c5e86df-17bd-5743-b61d-406f1067665e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03085/analysis/HG03085.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344051#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6c66f9f1-9c31-5433-8942-1c45606df206"},"resourceType":"DocumentReference"} +{"id":"9abf0582-d8e7-5ef0-be49-33098637550a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03085/analysis/HG03085.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344051#sample/cram"}],"status":"current","subject":{"reference":"Patient/6c66f9f1-9c31-5433-8942-1c45606df206"},"resourceType":"DocumentReference"} +{"id":"bc11c4ca-5f1b-50f7-b970-98521fa3254b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03096/analysis/HG03096.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344052#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ba598fed-5398-5273-b2a2-96e34823acb4"},"resourceType":"DocumentReference"} +{"id":"3fdd3240-a715-506b-b076-7b3c6ff2fe92","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03096/analysis/HG03096.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344052#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ba598fed-5398-5273-b2a2-96e34823acb4"},"resourceType":"DocumentReference"} +{"id":"92b4dcc8-6b90-54fe-8909-d112b505a712","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03096/analysis/HG03096.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344052#sample/cram"}],"status":"current","subject":{"reference":"Patient/ba598fed-5398-5273-b2a2-96e34823acb4"},"resourceType":"DocumentReference"} +{"id":"248ca6c6-0d31-5d9a-b8dd-4f3481516c26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03097/analysis/HG03097.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344053#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a848c678-24ff-5fac-b67a-d2a43c6a6825"},"resourceType":"DocumentReference"} +{"id":"308dcf5b-0d8e-56d9-bb14-ff294d47f62b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03097/analysis/HG03097.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344053#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a848c678-24ff-5fac-b67a-d2a43c6a6825"},"resourceType":"DocumentReference"} +{"id":"f67aa5ad-52a7-5dc8-84ca-60460b6e45d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03097/analysis/HG03097.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344053#sample/cram"}],"status":"current","subject":{"reference":"Patient/a848c678-24ff-5fac-b67a-d2a43c6a6825"},"resourceType":"DocumentReference"} +{"id":"f0a57fa1-4968-51c2-a826-5b734180d440","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03397/analysis/HG03397.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344055#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f09e503a-2bf0-59fa-9ce3-57b74bfaf454"},"resourceType":"DocumentReference"} +{"id":"6ed1548e-01e2-5f72-9797-ea92bad9a8f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03397/analysis/HG03397.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344055#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f09e503a-2bf0-59fa-9ce3-57b74bfaf454"},"resourceType":"DocumentReference"} +{"id":"e3282712-c195-57fb-917d-c040c6b0d2f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03397/analysis/HG03397.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344055#sample/cram"}],"status":"current","subject":{"reference":"Patient/f09e503a-2bf0-59fa-9ce3-57b74bfaf454"},"resourceType":"DocumentReference"} +{"id":"82eb03e1-6322-566b-9697-f6bd5751a7a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03451/analysis/HG03451.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344056#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ce050c22-f536-5747-9c26-7a00d8b16083"},"resourceType":"DocumentReference"} +{"id":"852b68e8-14d3-56e7-9944-f8b1acf68844","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03451/analysis/HG03451.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344056#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ce050c22-f536-5747-9c26-7a00d8b16083"},"resourceType":"DocumentReference"} +{"id":"5a1fa2b8-528d-57d4-add3-debf6df83c3d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03451/analysis/HG03451.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344056#sample/cram"}],"status":"current","subject":{"reference":"Patient/ce050c22-f536-5747-9c26-7a00d8b16083"},"resourceType":"DocumentReference"} +{"id":"2db93cee-59cd-5bad-9def-dc18130c89fc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03452/analysis/HG03452.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344057#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d126c2cb-cfbb-57a6-aaf1-ca1ae0c41c83"},"resourceType":"DocumentReference"} +{"id":"c9eb76d3-2f89-5f3f-9ed1-0cfcbbdf95eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03452/analysis/HG03452.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344057#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d126c2cb-cfbb-57a6-aaf1-ca1ae0c41c83"},"resourceType":"DocumentReference"} +{"id":"114e3f48-2926-58f6-9c22-0b1600f3b2f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03452/analysis/HG03452.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344057#sample/cram"}],"status":"current","subject":{"reference":"Patient/d126c2cb-cfbb-57a6-aaf1-ca1ae0c41c83"},"resourceType":"DocumentReference"} +{"id":"704d53db-42e3-5afb-a6ec-9544b7289efa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03464/analysis/HG03464.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344059#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6f5a0199-a378-590e-9c8d-2ef80c9b9d53"},"resourceType":"DocumentReference"} +{"id":"d6e98ef1-cb2e-5b04-944d-26c15d0faf1a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03464/analysis/HG03464.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344059#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6f5a0199-a378-590e-9c8d-2ef80c9b9d53"},"resourceType":"DocumentReference"} +{"id":"aae0e945-c9be-5cf3-a63d-62caedd664fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03464/analysis/HG03464.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344059#sample/cram"}],"status":"current","subject":{"reference":"Patient/6f5a0199-a378-590e-9c8d-2ef80c9b9d53"},"resourceType":"DocumentReference"} +{"id":"f0935b75-3f02-587c-b8cf-22cba98e10de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03469/analysis/HG03469.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344060#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f13b3d85-8bb6-57db-96a1-e093a40c9967"},"resourceType":"DocumentReference"} +{"id":"2dc606b7-37ba-5d01-afc2-5e55f92ae0b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03469/analysis/HG03469.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344060#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f13b3d85-8bb6-57db-96a1-e093a40c9967"},"resourceType":"DocumentReference"} +{"id":"7d337062-8ef9-5165-94a4-aa9f30f418b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03469/analysis/HG03469.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344060#sample/cram"}],"status":"current","subject":{"reference":"Patient/f13b3d85-8bb6-57db-96a1-e093a40c9967"},"resourceType":"DocumentReference"} +{"id":"20601a1d-fc37-5e66-989e-d7ad1dc1b646","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03472/analysis/HG03472.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344061#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/57c6db3a-8f3d-5f1d-af5a-f09f20799305"},"resourceType":"DocumentReference"} +{"id":"4c8b7a11-c43b-570f-a11a-dda01a022490","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03472/analysis/HG03472.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344061#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/57c6db3a-8f3d-5f1d-af5a-f09f20799305"},"resourceType":"DocumentReference"} +{"id":"d5bd6e3b-9ff9-5f90-9991-670b7d1f3deb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03472/analysis/HG03472.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344061#sample/cram"}],"status":"current","subject":{"reference":"Patient/57c6db3a-8f3d-5f1d-af5a-f09f20799305"},"resourceType":"DocumentReference"} +{"id":"d4ee5f14-7157-568f-9940-75480a30b4bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02923/analysis/HG02923.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344062#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cc7df0d8-577e-5766-b092-3c0ae1526166"},"resourceType":"DocumentReference"} +{"id":"32726aaf-9594-50c7-8190-d218bad9dc5f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02923/analysis/HG02923.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344062#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cc7df0d8-577e-5766-b092-3c0ae1526166"},"resourceType":"DocumentReference"} +{"id":"6b20d296-a94f-5255-a9fe-10be911c5d01","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02923/analysis/HG02923.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344062#sample/cram"}],"status":"current","subject":{"reference":"Patient/cc7df0d8-577e-5766-b092-3c0ae1526166"},"resourceType":"DocumentReference"} +{"id":"52a44c67-141b-514f-a277-b5f6ede01c13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02922/analysis/HG02922.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344063#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d7d05da2-cf3b-5d21-9708-6fa0d8814393"},"resourceType":"DocumentReference"} +{"id":"30874c20-40d2-5b3b-82a0-1ec322554187","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02922/analysis/HG02922.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344063#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d7d05da2-cf3b-5d21-9708-6fa0d8814393"},"resourceType":"DocumentReference"} +{"id":"8a027e29-15dc-5766-83ca-25a2c487aeff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02922/analysis/HG02922.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344063#sample/cram"}],"status":"current","subject":{"reference":"Patient/d7d05da2-cf3b-5d21-9708-6fa0d8814393"},"resourceType":"DocumentReference"} +{"id":"c5aaf74b-ae5d-50a9-9202-018b65728c56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02944/analysis/HG02944.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344065#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9048fad0-d564-5ef8-a164-18b5b2da5b5c"},"resourceType":"DocumentReference"} +{"id":"617af4ac-87e0-5666-8f93-183f58e5b96a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02944/analysis/HG02944.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344065#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9048fad0-d564-5ef8-a164-18b5b2da5b5c"},"resourceType":"DocumentReference"} +{"id":"9fa003c1-eb77-558e-b299-093b663dde92","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02944/analysis/HG02944.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344065#sample/cram"}],"status":"current","subject":{"reference":"Patient/9048fad0-d564-5ef8-a164-18b5b2da5b5c"},"resourceType":"DocumentReference"} +{"id":"e262e5ec-2e48-50a1-9edd-fd3e6860dbc7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02943/analysis/HG02943.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344066#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b8872c3c-cf5b-5763-a094-bb5946b66566"},"resourceType":"DocumentReference"} +{"id":"8ca3acb1-764a-529c-9f21-a1c2f6c00c93","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02943/analysis/HG02943.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344066#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b8872c3c-cf5b-5763-a094-bb5946b66566"},"resourceType":"DocumentReference"} +{"id":"9ec9cb56-1a7a-5da1-8195-381913601bb2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02943/analysis/HG02943.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344066#sample/cram"}],"status":"current","subject":{"reference":"Patient/b8872c3c-cf5b-5763-a094-bb5946b66566"},"resourceType":"DocumentReference"} +{"id":"df4cbff4-a397-559d-a8ce-ddc24229357f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02974/analysis/HG02974.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344068#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/70dd9a62-b104-57cc-8a2b-93cdaae35d21"},"resourceType":"DocumentReference"} +{"id":"cb904efe-bb21-570e-b9d6-991eededfdc7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02974/analysis/HG02974.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344068#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/70dd9a62-b104-57cc-8a2b-93cdaae35d21"},"resourceType":"DocumentReference"} +{"id":"577fe1bb-aaca-594c-972b-9c358e46ece9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02974/analysis/HG02974.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344068#sample/cram"}],"status":"current","subject":{"reference":"Patient/70dd9a62-b104-57cc-8a2b-93cdaae35d21"},"resourceType":"DocumentReference"} +{"id":"060b0928-deec-5d1e-8c46-9c469a7c38f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02973/analysis/HG02973.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344069#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/376a3427-8655-5601-ab93-e7bc94b46aff"},"resourceType":"DocumentReference"} +{"id":"2ef9e4f8-59a9-5f5e-bbe1-c6f64325997a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02973/analysis/HG02973.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344069#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/376a3427-8655-5601-ab93-e7bc94b46aff"},"resourceType":"DocumentReference"} +{"id":"60636295-6f23-5343-9c25-e40d317de3ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02973/analysis/HG02973.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344069#sample/cram"}],"status":"current","subject":{"reference":"Patient/376a3427-8655-5601-ab93-e7bc94b46aff"},"resourceType":"DocumentReference"} +{"id":"d310e4e4-4fec-539b-8ba5-5df06269b95c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03100/analysis/HG03100.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344071#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ee7d6d9f-0a42-5526-8bd7-566c86087dd8"},"resourceType":"DocumentReference"} +{"id":"98cc8975-1628-5500-860b-59852d090ac2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03100/analysis/HG03100.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344071#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ee7d6d9f-0a42-5526-8bd7-566c86087dd8"},"resourceType":"DocumentReference"} +{"id":"66335afd-d93f-5af0-b72f-d3f6de2a81ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03100/analysis/HG03100.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344071#sample/cram"}],"status":"current","subject":{"reference":"Patient/ee7d6d9f-0a42-5526-8bd7-566c86087dd8"},"resourceType":"DocumentReference"} +{"id":"ce388143-8f06-5538-856f-2f6b468dd97b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03099/analysis/HG03099.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344072#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/66a59c82-f7a8-5186-83a2-fd445eb7114c"},"resourceType":"DocumentReference"} +{"id":"85324182-95e2-5183-9193-152466707940","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03099/analysis/HG03099.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344072#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/66a59c82-f7a8-5186-83a2-fd445eb7114c"},"resourceType":"DocumentReference"} +{"id":"550b554e-a98e-5e99-a82a-f7ed7ce06077","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03099/analysis/HG03099.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344072#sample/cram"}],"status":"current","subject":{"reference":"Patient/66a59c82-f7a8-5186-83a2-fd445eb7114c"},"resourceType":"DocumentReference"} +{"id":"87c77810-fd21-5bb1-977b-eef3f1572a3a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03109/analysis/HG03109.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344074#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3e33d1e7-feda-59dc-9c8a-0801c5d70ad9"},"resourceType":"DocumentReference"} +{"id":"8c8a3158-52b9-5e64-8de5-41271ea4d2d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03109/analysis/HG03109.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344074#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3e33d1e7-feda-59dc-9c8a-0801c5d70ad9"},"resourceType":"DocumentReference"} +{"id":"5742ff8a-1e62-570f-a8dc-ede83d0c5a5a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03109/analysis/HG03109.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344074#sample/cram"}],"status":"current","subject":{"reference":"Patient/3e33d1e7-feda-59dc-9c8a-0801c5d70ad9"},"resourceType":"DocumentReference"} +{"id":"5a3bc741-65eb-57f9-a2b2-d563314ceafb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03108/analysis/HG03108.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344075#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9b615f9f-66c3-51cd-b9df-9610256ad076"},"resourceType":"DocumentReference"} +{"id":"0834dd60-26bd-5458-ab99-6e03a45beaf0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03108/analysis/HG03108.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344075#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9b615f9f-66c3-51cd-b9df-9610256ad076"},"resourceType":"DocumentReference"} +{"id":"edba5f6c-8a1d-5b47-a803-dbe6c4ee62a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03108/analysis/HG03108.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344075#sample/cram"}],"status":"current","subject":{"reference":"Patient/9b615f9f-66c3-51cd-b9df-9610256ad076"},"resourceType":"DocumentReference"} +{"id":"a48e54c1-01f5-5be9-9ae5-115369bbc92d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03115/analysis/HG03115.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344077#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bdea0fb9-1819-5ac0-a353-24e3a6e09564"},"resourceType":"DocumentReference"} +{"id":"1306e359-0871-5042-8b59-8b51e64c0d5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03115/analysis/HG03115.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344077#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bdea0fb9-1819-5ac0-a353-24e3a6e09564"},"resourceType":"DocumentReference"} +{"id":"87ca8f2e-fe73-5abc-a080-dbf37fb58f12","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03115/analysis/HG03115.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344077#sample/cram"}],"status":"current","subject":{"reference":"Patient/bdea0fb9-1819-5ac0-a353-24e3a6e09564"},"resourceType":"DocumentReference"} +{"id":"126637e6-0549-5599-8a0e-2bfae1961de7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03114/analysis/HG03114.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344078#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c6920e8c-347d-5436-bbff-f4f290552b86"},"resourceType":"DocumentReference"} +{"id":"ab4177f6-efe3-5535-934f-fe33420a8076","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03114/analysis/HG03114.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344078#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c6920e8c-347d-5436-bbff-f4f290552b86"},"resourceType":"DocumentReference"} +{"id":"0f6a6af8-7e9f-5a25-8776-cdfc2b265f36","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03114/analysis/HG03114.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344078#sample/cram"}],"status":"current","subject":{"reference":"Patient/c6920e8c-347d-5436-bbff-f4f290552b86"},"resourceType":"DocumentReference"} +{"id":"bf17121b-65aa-5801-ae23-407c0691bfca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03121/analysis/HG03121.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344080#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/12d86b32-caa5-5532-832c-5839dec34a17"},"resourceType":"DocumentReference"} +{"id":"e204d48b-5e80-5790-917c-350f7f7fac8a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03121/analysis/HG03121.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344080#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/12d86b32-caa5-5532-832c-5839dec34a17"},"resourceType":"DocumentReference"} +{"id":"fb230460-c33c-5e35-8850-2123045390fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03121/analysis/HG03121.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344080#sample/cram"}],"status":"current","subject":{"reference":"Patient/12d86b32-caa5-5532-832c-5839dec34a17"},"resourceType":"DocumentReference"} +{"id":"52ce73c5-96d1-5d53-af47-4dc6b8cb10b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03120/analysis/HG03120.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344081#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7dfda33b-0e96-501e-942f-6536ecb94a4e"},"resourceType":"DocumentReference"} +{"id":"ec12fc5c-ea09-50ec-b5bd-d239896b63a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03120/analysis/HG03120.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344081#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7dfda33b-0e96-501e-942f-6536ecb94a4e"},"resourceType":"DocumentReference"} +{"id":"fba1c87f-3421-56fe-9ecb-579822b246d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03120/analysis/HG03120.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344081#sample/cram"}],"status":"current","subject":{"reference":"Patient/7dfda33b-0e96-501e-942f-6536ecb94a4e"},"resourceType":"DocumentReference"} +{"id":"b37d2a59-d518-5590-8997-69b2e1f676a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03124/analysis/HG03124.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344083#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/92943a8a-df57-5994-99a1-674d61c7911a"},"resourceType":"DocumentReference"} +{"id":"3f2be816-e83f-5551-9709-304050064956","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03124/analysis/HG03124.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344083#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/92943a8a-df57-5994-99a1-674d61c7911a"},"resourceType":"DocumentReference"} +{"id":"f43ef3a3-d2a4-59c0-ad44-e02a2574e277","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03124/analysis/HG03124.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344083#sample/cram"}],"status":"current","subject":{"reference":"Patient/92943a8a-df57-5994-99a1-674d61c7911a"},"resourceType":"DocumentReference"} +{"id":"d037d7c6-8d55-5cf3-87bc-7beb026feb1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03123/analysis/HG03123.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344084#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ce1d61b3-b259-524e-a1d3-c1068cd3abe1"},"resourceType":"DocumentReference"} +{"id":"66c47d43-0c62-5ed0-9d60-b46ab6a67abe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03123/analysis/HG03123.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344084#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ce1d61b3-b259-524e-a1d3-c1068cd3abe1"},"resourceType":"DocumentReference"} +{"id":"be0a29dd-ddcf-564e-8891-b067bc484b8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03123/analysis/HG03123.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344084#sample/cram"}],"status":"current","subject":{"reference":"Patient/ce1d61b3-b259-524e-a1d3-c1068cd3abe1"},"resourceType":"DocumentReference"} +{"id":"d68498ea-e0b4-5f07-9e9f-9bf129ad4b45","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03133/analysis/HG03133.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344086#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cb78fe3e-0c67-5b59-9c8e-d073613f8dc3"},"resourceType":"DocumentReference"} +{"id":"7197829e-be08-53e4-9965-45006314f3c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03133/analysis/HG03133.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344086#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cb78fe3e-0c67-5b59-9c8e-d073613f8dc3"},"resourceType":"DocumentReference"} +{"id":"28f86480-c790-5c7f-9760-6d59f00ffec4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03133/analysis/HG03133.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344086#sample/cram"}],"status":"current","subject":{"reference":"Patient/cb78fe3e-0c67-5b59-9c8e-d073613f8dc3"},"resourceType":"DocumentReference"} +{"id":"d6ed27fc-14a2-59c8-a6b5-e7724d418faf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03132/analysis/HG03132.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344087#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/29cca322-b867-5330-b44f-ca0c229aa10e"},"resourceType":"DocumentReference"} +{"id":"5c8d6098-246e-5607-ba07-a018b48538f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03132/analysis/HG03132.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344087#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/29cca322-b867-5330-b44f-ca0c229aa10e"},"resourceType":"DocumentReference"} +{"id":"4c52d45b-39ad-5525-a456-76c92436b847","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03132/analysis/HG03132.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344087#sample/cram"}],"status":"current","subject":{"reference":"Patient/29cca322-b867-5330-b44f-ca0c229aa10e"},"resourceType":"DocumentReference"} +{"id":"f706110e-4f19-5680-8b96-e063dad1aae0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03136/analysis/HG03136.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344089#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9dc6b89f-b45c-5667-9304-59007fc09d00"},"resourceType":"DocumentReference"} +{"id":"c20e0043-b105-583c-8443-8dc5cfeb2651","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03136/analysis/HG03136.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344089#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9dc6b89f-b45c-5667-9304-59007fc09d00"},"resourceType":"DocumentReference"} +{"id":"974c9f8e-4f7a-5e64-9204-60e5ea002b55","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03136/analysis/HG03136.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344089#sample/cram"}],"status":"current","subject":{"reference":"Patient/9dc6b89f-b45c-5667-9304-59007fc09d00"},"resourceType":"DocumentReference"} +{"id":"93329837-cbd6-569b-b681-666cc9aa5c31","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03135/analysis/HG03135.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344090#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/03d9cf24-6c06-5689-b9a3-bf3df7568a0f"},"resourceType":"DocumentReference"} +{"id":"f6863dd5-2267-5ac1-ae8f-d3376868fffe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03135/analysis/HG03135.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344090#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/03d9cf24-6c06-5689-b9a3-bf3df7568a0f"},"resourceType":"DocumentReference"} +{"id":"90968f08-43bc-5df7-8cda-fce0be381368","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03135/analysis/HG03135.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344090#sample/cram"}],"status":"current","subject":{"reference":"Patient/03d9cf24-6c06-5689-b9a3-bf3df7568a0f"},"resourceType":"DocumentReference"} +{"id":"0dab84eb-6ecc-5df9-8f87-49a60b77f49a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02724/analysis/HG02724.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344092#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6fc277a3-afb3-58f3-a61c-c1e059a7774f"},"resourceType":"DocumentReference"} +{"id":"974ad626-f9ff-5c63-81ad-eb7c8f75875e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02724/analysis/HG02724.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344092#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6fc277a3-afb3-58f3-a61c-c1e059a7774f"},"resourceType":"DocumentReference"} +{"id":"fa259aaf-3786-5042-a803-bb4466737a80","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02724/analysis/HG02724.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344092#sample/cram"}],"status":"current","subject":{"reference":"Patient/6fc277a3-afb3-58f3-a61c-c1e059a7774f"},"resourceType":"DocumentReference"} +{"id":"33955b8a-ce77-58d2-ba3e-3463ac876c66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02725/analysis/HG02725.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344093#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5dd4fe4d-d874-5ab6-a45c-96846a418b56"},"resourceType":"DocumentReference"} +{"id":"d878ba41-0b3d-53f2-8521-8e0844524bef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02725/analysis/HG02725.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344093#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5dd4fe4d-d874-5ab6-a45c-96846a418b56"},"resourceType":"DocumentReference"} +{"id":"da3d58b1-6c80-5f30-a6b2-165f030080bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02725/analysis/HG02725.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344093#sample/cram"}],"status":"current","subject":{"reference":"Patient/5dd4fe4d-d874-5ab6-a45c-96846a418b56"},"resourceType":"DocumentReference"} +{"id":"4c2215dd-b36c-55b0-99c2-c4684c3e52ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02727/analysis/HG02727.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344095#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5fc09dcd-8325-5589-ad10-0fbb94f775f9"},"resourceType":"DocumentReference"} +{"id":"8000fda4-00df-5ecd-892f-cf9869986ad3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02727/analysis/HG02727.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344095#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5fc09dcd-8325-5589-ad10-0fbb94f775f9"},"resourceType":"DocumentReference"} +{"id":"77524e6e-a227-53da-b85b-7c5a13e82363","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02727/analysis/HG02727.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344095#sample/cram"}],"status":"current","subject":{"reference":"Patient/5fc09dcd-8325-5589-ad10-0fbb94f775f9"},"resourceType":"DocumentReference"} +{"id":"52e6c44a-c860-5c2f-8cfb-3b851979fc98","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02728/analysis/HG02728.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344096#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e9dfaeb8-b00a-5861-bfa9-ad3023098690"},"resourceType":"DocumentReference"} +{"id":"1235e10f-22a4-5896-a466-ad034a5fdf6b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02728/analysis/HG02728.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344096#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e9dfaeb8-b00a-5861-bfa9-ad3023098690"},"resourceType":"DocumentReference"} +{"id":"6965d222-e928-5f9c-abed-b98adac4da9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02728/analysis/HG02728.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344096#sample/cram"}],"status":"current","subject":{"reference":"Patient/e9dfaeb8-b00a-5861-bfa9-ad3023098690"},"resourceType":"DocumentReference"} +{"id":"5a41b75f-a9e9-5fb7-8b18-d765210d122a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02783/analysis/HG02783.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344098#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5f848c84-accf-528c-aea3-ce445e810d80"},"resourceType":"DocumentReference"} +{"id":"1c63ded8-e896-56a5-83fc-ca6d1f19887c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02783/analysis/HG02783.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344098#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5f848c84-accf-528c-aea3-ce445e810d80"},"resourceType":"DocumentReference"} +{"id":"de121015-1663-528c-a927-97767baab4ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02783/analysis/HG02783.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344098#sample/cram"}],"status":"current","subject":{"reference":"Patient/5f848c84-accf-528c-aea3-ce445e810d80"},"resourceType":"DocumentReference"} +{"id":"66e2d9ac-6541-5b4b-8654-931e0684f0cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02784/analysis/HG02784.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344099#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e5c181aa-14ae-579e-a7cf-86de45992772"},"resourceType":"DocumentReference"} +{"id":"b36027c3-54d6-5485-8641-e6bd104dc640","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02784/analysis/HG02784.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344099#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e5c181aa-14ae-579e-a7cf-86de45992772"},"resourceType":"DocumentReference"} +{"id":"63fa6d03-9561-5eae-9f07-ca1bdb46acd6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02784/analysis/HG02784.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344099#sample/cram"}],"status":"current","subject":{"reference":"Patient/e5c181aa-14ae-579e-a7cf-86de45992772"},"resourceType":"DocumentReference"} +{"id":"0f2d7c17-6e92-5f64-91a0-6b767af52f3e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02786/analysis/HG02786.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344101#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1555d7d2-0587-5849-af42-c4aebe19f2b9"},"resourceType":"DocumentReference"} +{"id":"ddee12e4-b5b9-5000-82d6-eda55336a36e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02786/analysis/HG02786.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344101#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1555d7d2-0587-5849-af42-c4aebe19f2b9"},"resourceType":"DocumentReference"} +{"id":"fdd11191-f2fa-5306-bcdf-c34a21eba50e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02786/analysis/HG02786.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344101#sample/cram"}],"status":"current","subject":{"reference":"Patient/1555d7d2-0587-5849-af42-c4aebe19f2b9"},"resourceType":"DocumentReference"} +{"id":"b4f0f1cb-37ff-5a3d-91ba-f95fd8534021","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02787/analysis/HG02787.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344102#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7a3c4c7f-881e-51eb-9a51-afe2a965be1a"},"resourceType":"DocumentReference"} +{"id":"b77a84f7-1c37-5bc5-bd59-434bc5d33a21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02787/analysis/HG02787.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344102#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7a3c4c7f-881e-51eb-9a51-afe2a965be1a"},"resourceType":"DocumentReference"} +{"id":"bc029dff-55a3-5474-9891-d99483b92f95","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02787/analysis/HG02787.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344102#sample/cram"}],"status":"current","subject":{"reference":"Patient/7a3c4c7f-881e-51eb-9a51-afe2a965be1a"},"resourceType":"DocumentReference"} +{"id":"024dc27a-5eb9-50a2-a55e-f3346635f687","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02789/analysis/HG02789.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344104#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eb28e756-d196-5b74-8cd1-fcbce8a916e5"},"resourceType":"DocumentReference"} +{"id":"2b222ab4-a3fb-5577-bc35-0c77edcd9771","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02789/analysis/HG02789.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344104#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eb28e756-d196-5b74-8cd1-fcbce8a916e5"},"resourceType":"DocumentReference"} +{"id":"49e427e4-fbce-5538-bd47-963b25e6b849","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02789/analysis/HG02789.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344104#sample/cram"}],"status":"current","subject":{"reference":"Patient/eb28e756-d196-5b74-8cd1-fcbce8a916e5"},"resourceType":"DocumentReference"} +{"id":"a404ce72-2332-5697-8be3-a5f3e2d61f5f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02790/analysis/HG02790.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344105#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bfa6e192-b6c4-521c-a9b9-6bb9235bbefc"},"resourceType":"DocumentReference"} +{"id":"ab350b87-f6d2-57e3-a417-896e0ee26c1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02790/analysis/HG02790.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344105#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bfa6e192-b6c4-521c-a9b9-6bb9235bbefc"},"resourceType":"DocumentReference"} +{"id":"01e55155-56b0-5460-bbff-991af3b07940","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02790/analysis/HG02790.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344105#sample/cram"}],"status":"current","subject":{"reference":"Patient/bfa6e192-b6c4-521c-a9b9-6bb9235bbefc"},"resourceType":"DocumentReference"} +{"id":"397da36e-7b21-5113-98af-8a9b65b37411","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00409/analysis/HG00409.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344107#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/75bf786e-9eaa-54f4-9467-018c02a520b3"},"resourceType":"DocumentReference"} +{"id":"92911b5a-bb33-5535-a1b8-4baf8f3715ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00409/analysis/HG00409.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344107#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/75bf786e-9eaa-54f4-9467-018c02a520b3"},"resourceType":"DocumentReference"} +{"id":"4b39abfa-d2d3-5e3d-941b-627f55603281","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00409/analysis/HG00409.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344107#sample/cram"}],"status":"current","subject":{"reference":"Patient/75bf786e-9eaa-54f4-9467-018c02a520b3"},"resourceType":"DocumentReference"} +{"id":"36dfa0e0-3caa-5c14-bcff-ceb8a88c4eb6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00410/analysis/HG00410.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344108#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f3be1666-8519-5111-9be2-073536f50c90"},"resourceType":"DocumentReference"} +{"id":"39bd0310-a3e1-539a-9bc6-6de6b76e6804","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00410/analysis/HG00410.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344108#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f3be1666-8519-5111-9be2-073536f50c90"},"resourceType":"DocumentReference"} +{"id":"6987a150-4c20-5b34-b1c2-6a9286e9e044","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00410/analysis/HG00410.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344108#sample/cram"}],"status":"current","subject":{"reference":"Patient/f3be1666-8519-5111-9be2-073536f50c90"},"resourceType":"DocumentReference"} +{"id":"25a6b795-9f78-5549-936b-b6f85db52f9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00598/analysis/HG00598.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344110#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ee40b62c-b9c7-5d58-9c7b-5fe09e45fc92"},"resourceType":"DocumentReference"} +{"id":"0d7b5ec0-41dc-51a3-a2d4-f487559dfc56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00598/analysis/HG00598.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344110#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ee40b62c-b9c7-5d58-9c7b-5fe09e45fc92"},"resourceType":"DocumentReference"} +{"id":"66e8269a-f185-581b-a10b-d89762d7421b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00598/analysis/HG00598.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344110#sample/cram"}],"status":"current","subject":{"reference":"Patient/ee40b62c-b9c7-5d58-9c7b-5fe09e45fc92"},"resourceType":"DocumentReference"} +{"id":"dfb302ec-6ae4-575e-91b0-143c92cb5b09","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00599/analysis/HG00599.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344111#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2ef31bec-d3c6-5a1e-a728-6ae3fd8865e5"},"resourceType":"DocumentReference"} +{"id":"f8c8ff2b-3029-5325-bee7-8d83c067c8f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00599/analysis/HG00599.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344111#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2ef31bec-d3c6-5a1e-a728-6ae3fd8865e5"},"resourceType":"DocumentReference"} +{"id":"6d2f59f8-1887-53e3-aa02-31e79b43a9e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00599/analysis/HG00599.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344111#sample/cram"}],"status":"current","subject":{"reference":"Patient/2ef31bec-d3c6-5a1e-a728-6ae3fd8865e5"},"resourceType":"DocumentReference"} +{"id":"37687099-fa24-5bee-92af-3397261e8b0c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00728/analysis/HG00728.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344113#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b6774849-e06a-5c77-9d97-857f2e4571f5"},"resourceType":"DocumentReference"} +{"id":"58e0f6f5-5eb3-57b1-a6a3-c8c2840754b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00728/analysis/HG00728.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344113#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b6774849-e06a-5c77-9d97-857f2e4571f5"},"resourceType":"DocumentReference"} +{"id":"755781c6-54d5-5a63-8cff-33fe30e9d478","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00728/analysis/HG00728.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344113#sample/cram"}],"status":"current","subject":{"reference":"Patient/b6774849-e06a-5c77-9d97-857f2e4571f5"},"resourceType":"DocumentReference"} +{"id":"f627f5fc-421c-5b5c-9bb2-3b0f0cac0003","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00729/analysis/HG00729.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344114#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/077d8db8-900d-54aa-a8f9-236f5a5c7468"},"resourceType":"DocumentReference"} +{"id":"7f8ffdf7-592b-5acf-bdad-04f12a25d7d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00729/analysis/HG00729.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344114#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/077d8db8-900d-54aa-a8f9-236f5a5c7468"},"resourceType":"DocumentReference"} +{"id":"b2607658-071f-5b11-9022-6ae528af8e6e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00729/analysis/HG00729.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344114#sample/cram"}],"status":"current","subject":{"reference":"Patient/077d8db8-900d-54aa-a8f9-236f5a5c7468"},"resourceType":"DocumentReference"} +{"id":"ac3fb966-e9f6-5789-87ff-93bd2edd28ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00622/analysis/HG00622.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344116#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cb05bf5c-92ca-5182-b512-677bb5e28e70"},"resourceType":"DocumentReference"} +{"id":"c2401452-8495-54f6-9278-7e44633f2ec4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00622/analysis/HG00622.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344116#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cb05bf5c-92ca-5182-b512-677bb5e28e70"},"resourceType":"DocumentReference"} +{"id":"ad222725-878e-5c22-8c3b-591af7167317","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00622/analysis/HG00622.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344116#sample/cram"}],"status":"current","subject":{"reference":"Patient/cb05bf5c-92ca-5182-b512-677bb5e28e70"},"resourceType":"DocumentReference"} +{"id":"f0accabe-a9d3-5003-997e-2d4f827609e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00623/analysis/HG00623.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344117#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dae02839-2782-553f-8938-9b813c9d4ba1"},"resourceType":"DocumentReference"} +{"id":"dd746a2e-6344-58cd-8730-05b6d810b7c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00623/analysis/HG00623.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344117#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dae02839-2782-553f-8938-9b813c9d4ba1"},"resourceType":"DocumentReference"} +{"id":"23baaa94-1096-5c5f-88b6-9f93ef6a9d2f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00623/analysis/HG00623.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344117#sample/cram"}],"status":"current","subject":{"reference":"Patient/dae02839-2782-553f-8938-9b813c9d4ba1"},"resourceType":"DocumentReference"} +{"id":"9d48cab0-bdd9-5683-9e59-53a987f2f839","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00631/analysis/HG00631.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344119#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4a747896-5670-52a4-a3a1-2fb0209d623d"},"resourceType":"DocumentReference"} +{"id":"1600542f-9e55-5d53-843d-c886d81a3938","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00631/analysis/HG00631.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344119#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4a747896-5670-52a4-a3a1-2fb0209d623d"},"resourceType":"DocumentReference"} +{"id":"77f9211a-6bac-5f74-b590-044f0b04aa17","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00631/analysis/HG00631.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344119#sample/cram"}],"status":"current","subject":{"reference":"Patient/4a747896-5670-52a4-a3a1-2fb0209d623d"},"resourceType":"DocumentReference"} +{"id":"3b448491-db26-51e6-bb94-1c2682237390","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00632/analysis/HG00632.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344120#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4032b50c-f6cb-5eaa-9e4b-8266cc19ae35"},"resourceType":"DocumentReference"} +{"id":"2a4fa55d-e6d2-545c-95f8-5eb262b9ba0f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00632/analysis/HG00632.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344120#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4032b50c-f6cb-5eaa-9e4b-8266cc19ae35"},"resourceType":"DocumentReference"} +{"id":"d2b7b919-66cb-50e1-a740-244f085bb14e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00632/analysis/HG00632.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344120#sample/cram"}],"status":"current","subject":{"reference":"Patient/4032b50c-f6cb-5eaa-9e4b-8266cc19ae35"},"resourceType":"DocumentReference"} +{"id":"6f1d9a0b-2a61-5cda-ba72-ad9e9c477030","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00674/analysis/HG00674.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344122#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c470abf9-abad-5d47-8dd5-06b25d51fd13"},"resourceType":"DocumentReference"} +{"id":"bf117778-51da-5d50-aea4-e4f66399c47f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00674/analysis/HG00674.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344122#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c470abf9-abad-5d47-8dd5-06b25d51fd13"},"resourceType":"DocumentReference"} +{"id":"1731352d-66b6-58a4-bace-cdb7494c8d53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00674/analysis/HG00674.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344122#sample/cram"}],"status":"current","subject":{"reference":"Patient/c470abf9-abad-5d47-8dd5-06b25d51fd13"},"resourceType":"DocumentReference"} +{"id":"6c7b550b-e548-508a-9455-2f3aaca638d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00675/analysis/HG00675.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344123#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9f935bb5-4116-5471-a716-64451b42fd1d"},"resourceType":"DocumentReference"} +{"id":"c48c79f7-4a46-5e50-ba8b-8367e3c457c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00675/analysis/HG00675.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344123#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9f935bb5-4116-5471-a716-64451b42fd1d"},"resourceType":"DocumentReference"} +{"id":"6fc3ef1a-c78e-570a-82fc-6c3cdc1fa1d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00675/analysis/HG00675.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344123#sample/cram"}],"status":"current","subject":{"reference":"Patient/9f935bb5-4116-5471-a716-64451b42fd1d"},"resourceType":"DocumentReference"} +{"id":"7fb5a767-4535-5d25-add9-6c0468d1f0d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03024/analysis/HG03024.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350638#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5597d8b9-2d1d-5ff2-bf32-9eb695960c97"},"resourceType":"DocumentReference"} +{"id":"8bc9ac54-9ba0-5e45-ad55-1535a4a97193","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03024/analysis/HG03024.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350638#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5597d8b9-2d1d-5ff2-bf32-9eb695960c97"},"resourceType":"DocumentReference"} +{"id":"f5551b75-ed35-5671-a92b-95b3d9750353","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03024/analysis/HG03024.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350638#sample/cram"}],"status":"current","subject":{"reference":"Patient/5597d8b9-2d1d-5ff2-bf32-9eb695960c97"},"resourceType":"DocumentReference"} +{"id":"4f70ecb9-d974-571e-bb91-2a866d4584da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03025/analysis/HG03025.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350639#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/490d91ca-e850-50d0-80fc-9a33fd4854ab"},"resourceType":"DocumentReference"} +{"id":"fd854482-1e92-52c7-aa8a-07bce36e70cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03025/analysis/HG03025.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350639#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/490d91ca-e850-50d0-80fc-9a33fd4854ab"},"resourceType":"DocumentReference"} +{"id":"95c4667e-8b0e-5ed2-8f17-ad4ecdc5fdf1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03025/analysis/HG03025.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350639#sample/cram"}],"status":"current","subject":{"reference":"Patient/490d91ca-e850-50d0-80fc-9a33fd4854ab"},"resourceType":"DocumentReference"} +{"id":"d3eb2dc7-380c-5e55-a4ea-b61dac0c0a16","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03240/analysis/HG03240.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350641#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fe929a2a-3734-53d1-ab05-fd21833872d6"},"resourceType":"DocumentReference"} +{"id":"710f2b82-6f17-553b-a99e-bea715766a2d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03240/analysis/HG03240.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350641#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fe929a2a-3734-53d1-ab05-fd21833872d6"},"resourceType":"DocumentReference"} +{"id":"ef8b1c72-2e93-5fbe-9ec2-ec5ab2c35187","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03240/analysis/HG03240.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350641#sample/cram"}],"status":"current","subject":{"reference":"Patient/fe929a2a-3734-53d1-ab05-fd21833872d6"},"resourceType":"DocumentReference"} +{"id":"cc017d78-bbf6-5420-adc3-39de9790aa22","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03241/analysis/HG03241.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350642#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/90e8ffb4-7f6a-5a61-86d2-28c9e4853ee6"},"resourceType":"DocumentReference"} +{"id":"455941a0-53a6-58b5-a308-bafc28eb0522","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03241/analysis/HG03241.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350642#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/90e8ffb4-7f6a-5a61-86d2-28c9e4853ee6"},"resourceType":"DocumentReference"} +{"id":"486fd9ec-9482-5aad-b731-af65ecd152f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03241/analysis/HG03241.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350642#sample/cram"}],"status":"current","subject":{"reference":"Patient/90e8ffb4-7f6a-5a61-86d2-28c9e4853ee6"},"resourceType":"DocumentReference"} +{"id":"616f4e76-702c-59f1-b751-3fa3e61fb796","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03246/analysis/HG03246.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350644#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/75254b28-c33e-54c4-85ec-9fe337683128"},"resourceType":"DocumentReference"} +{"id":"701bd1d8-02fb-576d-92ca-77d8624310cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03246/analysis/HG03246.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350644#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/75254b28-c33e-54c4-85ec-9fe337683128"},"resourceType":"DocumentReference"} +{"id":"bec7af78-4916-51e4-b817-589567c790de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03246/analysis/HG03246.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350644#sample/cram"}],"status":"current","subject":{"reference":"Patient/75254b28-c33e-54c4-85ec-9fe337683128"},"resourceType":"DocumentReference"} +{"id":"e5b5fcf9-c405-52a4-9cb7-bf53d4b6ae9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03247/analysis/HG03247.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350645#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/17786068-e9b5-58bd-bc7a-d0370c9301f8"},"resourceType":"DocumentReference"} +{"id":"460c2711-8934-599f-a1ff-293f60191461","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03247/analysis/HG03247.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350645#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/17786068-e9b5-58bd-bc7a-d0370c9301f8"},"resourceType":"DocumentReference"} +{"id":"c929a155-ad62-5463-95d8-108a7fca9861","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03247/analysis/HG03247.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350645#sample/cram"}],"status":"current","subject":{"reference":"Patient/17786068-e9b5-58bd-bc7a-d0370c9301f8"},"resourceType":"DocumentReference"} +{"id":"60c13e64-01f5-5b04-a063-10ac529931ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03538/analysis/HG03538.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350647#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c0b0665f-6ad0-5fe0-9421-d1ce8121c125"},"resourceType":"DocumentReference"} +{"id":"9afd5261-699a-5ed3-84bc-56c431f556d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03538/analysis/HG03538.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350647#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c0b0665f-6ad0-5fe0-9421-d1ce8121c125"},"resourceType":"DocumentReference"} +{"id":"17cc4fb3-7a46-5540-9144-69df89784b05","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03538/analysis/HG03538.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350647#sample/cram"}],"status":"current","subject":{"reference":"Patient/c0b0665f-6ad0-5fe0-9421-d1ce8121c125"},"resourceType":"DocumentReference"} +{"id":"37944783-717c-5c93-bd40-a9561dfe2823","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03539/analysis/HG03539.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350648#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/622a911f-02f6-52c3-a376-e021927e21ef"},"resourceType":"DocumentReference"} +{"id":"46ee4e36-7f2b-5e99-96b5-4aadc6142910","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03539/analysis/HG03539.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350648#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/622a911f-02f6-52c3-a376-e021927e21ef"},"resourceType":"DocumentReference"} +{"id":"8724cc09-8967-5d53-b5b9-25c7c5d797a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03539/analysis/HG03539.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350648#sample/cram"}],"status":"current","subject":{"reference":"Patient/622a911f-02f6-52c3-a376-e021927e21ef"},"resourceType":"DocumentReference"} +{"id":"8b79b76b-7244-5cb0-a89a-af8dca94ef50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02819/analysis/HG02819.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350650#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9c1185d5-68d4-5805-bd72-cf09875808a8"},"resourceType":"DocumentReference"} +{"id":"125c8792-e25a-5ccc-8ee7-14b3f7ccb9ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02819/analysis/HG02819.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350650#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9c1185d5-68d4-5805-bd72-cf09875808a8"},"resourceType":"DocumentReference"} +{"id":"920c3223-2593-5111-ad03-641b7279d6c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02819/analysis/HG02819.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350650#sample/cram"}],"status":"current","subject":{"reference":"Patient/9c1185d5-68d4-5805-bd72-cf09875808a8"},"resourceType":"DocumentReference"} +{"id":"0ded96f2-9ebb-5590-8ff2-c5c5b351e11d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02820/analysis/HG02820.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350651#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d347c7fe-367c-5f46-b3c5-79f73bdab7f7"},"resourceType":"DocumentReference"} +{"id":"6fea7eb8-90a7-5140-a4b4-fd94cb11b57d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02820/analysis/HG02820.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350651#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d347c7fe-367c-5f46-b3c5-79f73bdab7f7"},"resourceType":"DocumentReference"} +{"id":"48fb287a-27eb-526d-b673-c812c988aca5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02820/analysis/HG02820.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350651#sample/cram"}],"status":"current","subject":{"reference":"Patient/d347c7fe-367c-5f46-b3c5-79f73bdab7f7"},"resourceType":"DocumentReference"} +{"id":"d102621e-c1e7-5e01-bef9-9c19fbdf1b64","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02854/analysis/HG02854.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350653#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ca02d565-e43c-54a2-9f08-e3ae3b9cad0c"},"resourceType":"DocumentReference"} +{"id":"ef2d871b-0fb5-50b1-b0e2-b396a6abc930","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02854/analysis/HG02854.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350653#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ca02d565-e43c-54a2-9f08-e3ae3b9cad0c"},"resourceType":"DocumentReference"} +{"id":"1709500a-ed12-54fa-a746-49e3276d63fc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02854/analysis/HG02854.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350653#sample/cram"}],"status":"current","subject":{"reference":"Patient/ca02d565-e43c-54a2-9f08-e3ae3b9cad0c"},"resourceType":"DocumentReference"} +{"id":"2e1726b2-7fda-577c-8acf-3fa7fc24f208","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02855/analysis/HG02855.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350654#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/20e939a1-43d1-55e8-967f-530504ac8c1a"},"resourceType":"DocumentReference"} +{"id":"3c806850-b734-523f-b488-f921937e54bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02855/analysis/HG02855.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350654#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/20e939a1-43d1-55e8-967f-530504ac8c1a"},"resourceType":"DocumentReference"} +{"id":"abe8aed0-3b2e-50ee-ab90-f5dc69072e8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02855/analysis/HG02855.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350654#sample/cram"}],"status":"current","subject":{"reference":"Patient/20e939a1-43d1-55e8-967f-530504ac8c1a"},"resourceType":"DocumentReference"} +{"id":"c9cfb739-72f9-539c-aa63-c899837d1561","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03470/analysis/HG03470.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350658#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2e00dc54-cd08-5744-856a-005ef589af93"},"resourceType":"DocumentReference"} +{"id":"cf3a99f4-7ca0-5925-b768-3e8189f4a2cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03470/analysis/HG03470.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350658#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2e00dc54-cd08-5744-856a-005ef589af93"},"resourceType":"DocumentReference"} +{"id":"dc80e094-c4a1-58f6-8840-3b3668a5d3f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03470/analysis/HG03470.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350658#sample/cram"}],"status":"current","subject":{"reference":"Patient/2e00dc54-cd08-5744-856a-005ef589af93"},"resourceType":"DocumentReference"} +{"id":"9213612b-b37d-5b68-aaf7-d4ce7b2e1428","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03473/analysis/HG03473.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350659#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1220371c-b8fc-5918-aa05-8b34e5f0c3ed"},"resourceType":"DocumentReference"} +{"id":"bc9eb25d-f615-54b9-862a-f1c39dde6038","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03473/analysis/HG03473.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350659#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1220371c-b8fc-5918-aa05-8b34e5f0c3ed"},"resourceType":"DocumentReference"} +{"id":"4b7cdc34-5455-524a-afbd-4c0800892081","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03473/analysis/HG03473.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350659#sample/cram"}],"status":"current","subject":{"reference":"Patient/1220371c-b8fc-5918-aa05-8b34e5f0c3ed"},"resourceType":"DocumentReference"} +{"id":"cb740aad-7221-59a0-95fb-07f34ba88c12","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03081/analysis/HG03081.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350662#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/20cff60e-5262-5047-8676-56a17196f56b"},"resourceType":"DocumentReference"} +{"id":"bf8babaf-beb2-595b-9b7d-84aff5cdc80f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03081/analysis/HG03081.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350662#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/20cff60e-5262-5047-8676-56a17196f56b"},"resourceType":"DocumentReference"} +{"id":"08f596dd-6472-5269-a535-3544be41b364","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03081/analysis/HG03081.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350662#sample/cram"}],"status":"current","subject":{"reference":"Patient/20cff60e-5262-5047-8676-56a17196f56b"},"resourceType":"DocumentReference"} +{"id":"af72958a-5281-57e6-81e5-636592c5fe17","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03088/analysis/HG03088.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350663#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ce7aaf2a-16ac-53a5-b5d2-b2d3941223d4"},"resourceType":"DocumentReference"} +{"id":"31a133f1-4a40-5440-abf8-0e533b63dd6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03088/analysis/HG03088.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350663#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ce7aaf2a-16ac-53a5-b5d2-b2d3941223d4"},"resourceType":"DocumentReference"} +{"id":"f9b5e35d-1ea7-5d2c-a56d-f717c6298cdf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03088/analysis/HG03088.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350663#sample/cram"}],"status":"current","subject":{"reference":"Patient/ce7aaf2a-16ac-53a5-b5d2-b2d3941223d4"},"resourceType":"DocumentReference"} +{"id":"a98218f7-2585-5dc5-9c6d-95d2d51b5b2d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03209/analysis/HG03209.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350664#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b45a5578-c5f3-5a3b-87fe-447ec9901064"},"resourceType":"DocumentReference"} +{"id":"d562cb1b-a921-5fdc-a0f4-1cead59bae2d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03209/analysis/HG03209.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350664#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b45a5578-c5f3-5a3b-87fe-447ec9901064"},"resourceType":"DocumentReference"} +{"id":"36e4410e-431e-5619-8bfb-c270d04d0a2c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03209/analysis/HG03209.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350664#sample/cram"}],"status":"current","subject":{"reference":"Patient/b45a5578-c5f3-5a3b-87fe-447ec9901064"},"resourceType":"DocumentReference"} +{"id":"45725791-fa76-5d27-95c5-946ab6fc4eb2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03212/analysis/HG03212.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350665#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/69a28211-7e3f-5615-b7c5-275d3eab6ef2"},"resourceType":"DocumentReference"} +{"id":"1a93c257-730c-58a5-b4a2-70b102bb4856","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03212/analysis/HG03212.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350665#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/69a28211-7e3f-5615-b7c5-275d3eab6ef2"},"resourceType":"DocumentReference"} +{"id":"723662a3-5971-5343-abe0-3f5437394cdf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03212/analysis/HG03212.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350665#sample/cram"}],"status":"current","subject":{"reference":"Patient/69a28211-7e3f-5615-b7c5-275d3eab6ef2"},"resourceType":"DocumentReference"} +{"id":"bae892e7-ee99-5bb3-b489-6dec4286bdb1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03055/analysis/HG03055.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350666#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/51521320-6c28-5030-92cb-c6910b86abf1"},"resourceType":"DocumentReference"} +{"id":"baf94ea0-cced-5779-89f1-cdcd27447559","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03055/analysis/HG03055.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350666#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/51521320-6c28-5030-92cb-c6910b86abf1"},"resourceType":"DocumentReference"} +{"id":"9a01fb0b-ee85-50bf-b1c5-3f4f2fdc6bf3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03055/analysis/HG03055.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350666#sample/cram"}],"status":"current","subject":{"reference":"Patient/51521320-6c28-5030-92cb-c6910b86abf1"},"resourceType":"DocumentReference"} +{"id":"268d5b5c-0a1b-5d87-bc03-8f82cbe3828f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03376/analysis/HG03376.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350667#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/55a51f4e-e82c-5f91-911f-66fd230c5b99"},"resourceType":"DocumentReference"} +{"id":"9fa306e9-26ab-5791-b23c-0ca3749f17c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03376/analysis/HG03376.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350667#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/55a51f4e-e82c-5f91-911f-66fd230c5b99"},"resourceType":"DocumentReference"} +{"id":"0bbd4781-f77d-54ea-90b9-4a6072f8ec6d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03376/analysis/HG03376.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350667#sample/cram"}],"status":"current","subject":{"reference":"Patient/55a51f4e-e82c-5f91-911f-66fd230c5b99"},"resourceType":"DocumentReference"} +{"id":"43a1121f-af91-57b4-af7e-2d781d6ee079","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03380/analysis/HG03380.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350668#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f87860f3-86a7-51c9-a0c4-9e9db24f83e3"},"resourceType":"DocumentReference"} +{"id":"175f6d28-ccfe-55b5-a435-307f6b01a973","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03380/analysis/HG03380.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350668#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f87860f3-86a7-51c9-a0c4-9e9db24f83e3"},"resourceType":"DocumentReference"} +{"id":"47c89bd1-5ef5-5576-9aa7-12fab31d4928","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03380/analysis/HG03380.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350668#sample/cram"}],"status":"current","subject":{"reference":"Patient/f87860f3-86a7-51c9-a0c4-9e9db24f83e3"},"resourceType":"DocumentReference"} +{"id":"3a795981-a23a-521c-9556-63283bc9f789","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03385/analysis/HG03385.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350669#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b0a731ec-19a2-5731-bde2-7b10f34ac78e"},"resourceType":"DocumentReference"} +{"id":"a1a780cb-4e65-5c1e-b068-1c681883251b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03385/analysis/HG03385.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350669#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b0a731ec-19a2-5731-bde2-7b10f34ac78e"},"resourceType":"DocumentReference"} +{"id":"11f0dde3-5ab4-5196-a6a2-0e1ebaed3e1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03385/analysis/HG03385.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350669#sample/cram"}],"status":"current","subject":{"reference":"Patient/b0a731ec-19a2-5731-bde2-7b10f34ac78e"},"resourceType":"DocumentReference"} +{"id":"be7dedfb-6817-5988-bf57-256e83402425","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03388/analysis/HG03388.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350670#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/148bc012-e35b-5393-8298-329574f0272d"},"resourceType":"DocumentReference"} +{"id":"486a1a74-d1cf-59a1-bfe2-3484c8601fc1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03388/analysis/HG03388.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350670#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/148bc012-e35b-5393-8298-329574f0272d"},"resourceType":"DocumentReference"} +{"id":"085672f8-329f-5b62-a6f5-44d9dbd96377","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03388/analysis/HG03388.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350670#sample/cram"}],"status":"current","subject":{"reference":"Patient/148bc012-e35b-5393-8298-329574f0272d"},"resourceType":"DocumentReference"} +{"id":"2ac3c10f-4cd3-549b-aa4a-43a60ccb6cea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03401/analysis/HG03401.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350671#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ad17dab9-4581-57a1-83db-f2bee96403e4"},"resourceType":"DocumentReference"} +{"id":"11440492-170c-512d-a87e-e5f3047d07cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03401/analysis/HG03401.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350671#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ad17dab9-4581-57a1-83db-f2bee96403e4"},"resourceType":"DocumentReference"} +{"id":"7ef81d10-e754-5790-9fbd-b204cb864006","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03401/analysis/HG03401.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350671#sample/cram"}],"status":"current","subject":{"reference":"Patient/ad17dab9-4581-57a1-83db-f2bee96403e4"},"resourceType":"DocumentReference"} +{"id":"46f49f67-f89e-5fd9-a28e-98d01e7539d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03419/analysis/HG03419.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350673#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8ef2eb94-3c83-556a-9736-728e051381c1"},"resourceType":"DocumentReference"} +{"id":"11c1a8dc-cbcb-5a50-b9a9-995c81e3cee5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03419/analysis/HG03419.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350673#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8ef2eb94-3c83-556a-9736-728e051381c1"},"resourceType":"DocumentReference"} +{"id":"d53baa55-8481-540b-85a4-846e12603bbe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03419/analysis/HG03419.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350673#sample/cram"}],"status":"current","subject":{"reference":"Patient/8ef2eb94-3c83-556a-9736-728e051381c1"},"resourceType":"DocumentReference"} +{"id":"4a2b99ba-dd70-5220-8bb0-26a93efb678a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03061/analysis/HG03061.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350674#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/94dd2d7c-a711-527e-b504-57ffe515195b"},"resourceType":"DocumentReference"} +{"id":"5d8da601-6bb3-53f9-8bca-482928885af0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03061/analysis/HG03061.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350674#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/94dd2d7c-a711-527e-b504-57ffe515195b"},"resourceType":"DocumentReference"} +{"id":"b39a5959-8292-53ea-a088-22ec5c8031aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03061/analysis/HG03061.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350674#sample/cram"}],"status":"current","subject":{"reference":"Patient/94dd2d7c-a711-527e-b504-57ffe515195b"},"resourceType":"DocumentReference"} +{"id":"1b0eaf50-565e-5263-bdd3-0f7276778113","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03428/analysis/HG03428.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350675#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/18f0af6f-ba8b-5fb4-91fa-82118a30ee12"},"resourceType":"DocumentReference"} +{"id":"49408630-2e36-5e7a-bd4b-979b9315140f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03428/analysis/HG03428.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350675#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/18f0af6f-ba8b-5fb4-91fa-82118a30ee12"},"resourceType":"DocumentReference"} +{"id":"72624f8a-a256-5e13-8888-2757308fed19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03428/analysis/HG03428.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350675#sample/cram"}],"status":"current","subject":{"reference":"Patient/18f0af6f-ba8b-5fb4-91fa-82118a30ee12"},"resourceType":"DocumentReference"} +{"id":"e9af66ec-059e-5c4a-a99a-db4c16dab07c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03433/analysis/HG03433.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350676#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9d96efaa-3e32-5b1d-bf79-4c6a732817a2"},"resourceType":"DocumentReference"} +{"id":"4abeae01-91ee-5fb4-a1b1-2495d2952b76","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03433/analysis/HG03433.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350676#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9d96efaa-3e32-5b1d-bf79-4c6a732817a2"},"resourceType":"DocumentReference"} +{"id":"4d7647c8-08ac-5710-9610-65c165eec384","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03433/analysis/HG03433.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350676#sample/cram"}],"status":"current","subject":{"reference":"Patient/9d96efaa-3e32-5b1d-bf79-4c6a732817a2"},"resourceType":"DocumentReference"} +{"id":"88378536-e6ed-5ed9-965b-0ed28f795487","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03439/analysis/HG03439.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350677#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/17c4cbf1-2175-52c3-b690-7863ec3277ee"},"resourceType":"DocumentReference"} +{"id":"101088dd-2d30-550f-a394-7489671ae5fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03439/analysis/HG03439.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350677#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/17c4cbf1-2175-52c3-b690-7863ec3277ee"},"resourceType":"DocumentReference"} +{"id":"a365e990-dfd6-57c6-95b0-0b613208b7ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03439/analysis/HG03439.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350677#sample/cram"}],"status":"current","subject":{"reference":"Patient/17c4cbf1-2175-52c3-b690-7863ec3277ee"},"resourceType":"DocumentReference"} +{"id":"d69f93c6-6126-5735-8bc0-b31642ea3347","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03442/analysis/HG03442.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350678#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d8eeb6b6-b060-5f8f-9d00-29f8da11667c"},"resourceType":"DocumentReference"} +{"id":"8025ea68-83e4-587e-a6cc-4a6082419231","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03442/analysis/HG03442.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350678#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d8eeb6b6-b060-5f8f-9d00-29f8da11667c"},"resourceType":"DocumentReference"} +{"id":"dd8276d6-f412-5b25-9780-fff2ad89008e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03442/analysis/HG03442.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350678#sample/cram"}],"status":"current","subject":{"reference":"Patient/d8eeb6b6-b060-5f8f-9d00-29f8da11667c"},"resourceType":"DocumentReference"} +{"id":"34d74bb3-c3b9-57ae-b394-90033f8aeeb1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03445/analysis/HG03445.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350679#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f3cd9864-c45d-57f0-94ab-c50439c63124"},"resourceType":"DocumentReference"} +{"id":"46b4aea1-b951-5ad6-aed2-5abc17aad8f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03445/analysis/HG03445.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350679#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f3cd9864-c45d-57f0-94ab-c50439c63124"},"resourceType":"DocumentReference"} +{"id":"1e61a5b4-11e7-5f94-9761-b4169f56793e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03445/analysis/HG03445.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350679#sample/cram"}],"status":"current","subject":{"reference":"Patient/f3cd9864-c45d-57f0-94ab-c50439c63124"},"resourceType":"DocumentReference"} +{"id":"e93675fc-93e5-5ff6-8684-4aa0d10c9703","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03446/analysis/HG03446.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350680#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5d06b12b-7586-5759-a3e6-954c68d9c249"},"resourceType":"DocumentReference"} +{"id":"3b7a4253-2706-5aa2-904c-74d9556afc44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03446/analysis/HG03446.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350680#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5d06b12b-7586-5759-a3e6-954c68d9c249"},"resourceType":"DocumentReference"} +{"id":"963c7bbd-3f2e-5486-abe0-9bede7c501d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03446/analysis/HG03446.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350680#sample/cram"}],"status":"current","subject":{"reference":"Patient/5d06b12b-7586-5759-a3e6-954c68d9c249"},"resourceType":"DocumentReference"} +{"id":"9469e2f0-3831-54e9-830a-aa30e1f38e75","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03460/analysis/HG03460.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350681#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5dd5cbf4-05d3-5af1-8aa7-714b42456a10"},"resourceType":"DocumentReference"} +{"id":"05b268b6-907e-557b-98a4-b59e94026943","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03460/analysis/HG03460.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350681#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5dd5cbf4-05d3-5af1-8aa7-714b42456a10"},"resourceType":"DocumentReference"} +{"id":"75d48cb0-65bd-589a-97f8-2d095e06c2f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03460/analysis/HG03460.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350681#sample/cram"}],"status":"current","subject":{"reference":"Patient/5dd5cbf4-05d3-5af1-8aa7-714b42456a10"},"resourceType":"DocumentReference"} +{"id":"59bad06b-00a5-54ad-b695-ba1f530bf821","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03461/analysis/HG03461.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350682#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/09a49fa5-a591-557c-adbf-9840f136423e"},"resourceType":"DocumentReference"} +{"id":"3274a82c-b1c0-548a-abd3-72cf330fcd1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03461/analysis/HG03461.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350682#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/09a49fa5-a591-557c-adbf-9840f136423e"},"resourceType":"DocumentReference"} +{"id":"40b9b416-abf8-58ae-a805-07c368313df0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03461/analysis/HG03461.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350682#sample/cram"}],"status":"current","subject":{"reference":"Patient/09a49fa5-a591-557c-adbf-9840f136423e"},"resourceType":"DocumentReference"} +{"id":"548ac315-5dcc-5bfa-bee8-7c6ad06a691c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03478/analysis/HG03478.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350683#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/15300a84-998d-5d28-8719-58b4e1067275"},"resourceType":"DocumentReference"} +{"id":"76747182-13a7-5654-b629-be91233680ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03478/analysis/HG03478.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350683#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/15300a84-998d-5d28-8719-58b4e1067275"},"resourceType":"DocumentReference"} +{"id":"2b125bd3-213d-5441-9a6e-1e1f1250462e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03478/analysis/HG03478.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350683#sample/cram"}],"status":"current","subject":{"reference":"Patient/15300a84-998d-5d28-8719-58b4e1067275"},"resourceType":"DocumentReference"} +{"id":"b77909ae-49b0-5b17-a8f5-e27fca10177a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03479/analysis/HG03479.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350684#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/36ae3c80-33fe-5c8e-ad28-475030e3f41f"},"resourceType":"DocumentReference"} +{"id":"538783f1-7132-5632-aed7-711d28e06469","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03479/analysis/HG03479.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350684#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/36ae3c80-33fe-5c8e-ad28-475030e3f41f"},"resourceType":"DocumentReference"} +{"id":"82d716f9-f5f9-56d1-a522-f0f09402d6b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03479/analysis/HG03479.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350684#sample/cram"}],"status":"current","subject":{"reference":"Patient/36ae3c80-33fe-5c8e-ad28-475030e3f41f"},"resourceType":"DocumentReference"} +{"id":"385e9ab3-edfd-5ed1-94de-4e1178590698","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03066/analysis/HG03066.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350686#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/72f7f612-60cf-5edb-8b1f-e044ef144e44"},"resourceType":"DocumentReference"} +{"id":"ceeba807-983d-5289-9d57-b7a5bdfc59d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03066/analysis/HG03066.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350686#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/72f7f612-60cf-5edb-8b1f-e044ef144e44"},"resourceType":"DocumentReference"} +{"id":"ff97a27a-02f0-5cbf-943f-430f5a7d4fe2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03066/analysis/HG03066.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350686#sample/cram"}],"status":"current","subject":{"reference":"Patient/72f7f612-60cf-5edb-8b1f-e044ef144e44"},"resourceType":"DocumentReference"} +{"id":"2f643911-0c9d-5e5c-a2c3-899b90993210","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03069/analysis/HG03069.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350687#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/736cb48c-d015-527d-afe9-cbf8ec5b166e"},"resourceType":"DocumentReference"} +{"id":"23009850-c8b1-5997-8dac-62c3a3426a85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03069/analysis/HG03069.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350687#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/736cb48c-d015-527d-afe9-cbf8ec5b166e"},"resourceType":"DocumentReference"} +{"id":"0c05af2c-10bb-5887-9114-10c13cbe23d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03069/analysis/HG03069.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350687#sample/cram"}],"status":"current","subject":{"reference":"Patient/736cb48c-d015-527d-afe9-cbf8ec5b166e"},"resourceType":"DocumentReference"} +{"id":"cf987fa9-ecd6-55f6-8006-d0f8abf47acd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03072/analysis/HG03072.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350688#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/527433f9-d646-5537-8e07-bd2621a26daa"},"resourceType":"DocumentReference"} +{"id":"7835b7d4-2978-5d77-8f3f-7a3b5d979ed6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03072/analysis/HG03072.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350688#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/527433f9-d646-5537-8e07-bd2621a26daa"},"resourceType":"DocumentReference"} +{"id":"9e30c40f-4916-55f2-a3cf-3d736e065f21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03072/analysis/HG03072.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350688#sample/cram"}],"status":"current","subject":{"reference":"Patient/527433f9-d646-5537-8e07-bd2621a26daa"},"resourceType":"DocumentReference"} +{"id":"19082a70-0d51-5631-8799-a99eb5825b60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03410/analysis/HG03410.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350690#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8279110d-e95d-59a1-88a2-b70184b2eb96"},"resourceType":"DocumentReference"} +{"id":"16a9ca77-6eb8-556d-92c0-ac83461942b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03410/analysis/HG03410.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350690#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8279110d-e95d-59a1-88a2-b70184b2eb96"},"resourceType":"DocumentReference"} +{"id":"b4d692c2-da62-5595-944a-ef255194f374","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03410/analysis/HG03410.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350690#sample/cram"}],"status":"current","subject":{"reference":"Patient/8279110d-e95d-59a1-88a2-b70184b2eb96"},"resourceType":"DocumentReference"} +{"id":"bf9f0d25-f546-550e-9b99-b99cd3c8d3f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03436/analysis/HG03436.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350692#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2c7faca9-e286-5830-9fe3-212a5b1e499f"},"resourceType":"DocumentReference"} +{"id":"82784325-9f0b-54e3-9eed-ef9ff90d5301","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03436/analysis/HG03436.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350692#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2c7faca9-e286-5830-9fe3-212a5b1e499f"},"resourceType":"DocumentReference"} +{"id":"35483a87-e40c-56eb-b77b-da70d955719f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03436/analysis/HG03436.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350692#sample/cram"}],"status":"current","subject":{"reference":"Patient/2c7faca9-e286-5830-9fe3-212a5b1e499f"},"resourceType":"DocumentReference"} +{"id":"6eb81f0d-98b7-5c1f-86e9-e4c2863415b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03437/analysis/HG03437.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350693#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/659f9f98-e88d-546d-b60c-3fe24613b24d"},"resourceType":"DocumentReference"} +{"id":"286c8c52-8270-55e5-885c-d980b221a2d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03437/analysis/HG03437.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350693#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/659f9f98-e88d-546d-b60c-3fe24613b24d"},"resourceType":"DocumentReference"} +{"id":"58b91abd-0cec-5732-91f9-f431188b7f9f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03437/analysis/HG03437.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350693#sample/cram"}],"status":"current","subject":{"reference":"Patient/659f9f98-e88d-546d-b60c-3fe24613b24d"},"resourceType":"DocumentReference"} +{"id":"3038cd40-0b16-542d-9980-33f2ff04afbe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03449/analysis/HG03449.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350695#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/69f784c1-fb30-5aff-9022-0772b19f8fa5"},"resourceType":"DocumentReference"} +{"id":"bd5fe7c3-a90d-5f33-9a33-0c39226866b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03449/analysis/HG03449.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350695#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/69f784c1-fb30-5aff-9022-0772b19f8fa5"},"resourceType":"DocumentReference"} +{"id":"f5814c0d-8ddc-549a-81b0-e8b5cafff677","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03449/analysis/HG03449.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350695#sample/cram"}],"status":"current","subject":{"reference":"Patient/69f784c1-fb30-5aff-9022-0772b19f8fa5"},"resourceType":"DocumentReference"} +{"id":"63b9490c-d9f2-59b2-8f8d-c827f5750b94","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03458/analysis/HG03458.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350697#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/df7b2c3d-cf6b-5e65-a818-697ed7e2fef1"},"resourceType":"DocumentReference"} +{"id":"adca8e0f-97b6-56a6-95c8-0d4aca3b289e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03458/analysis/HG03458.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350697#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/df7b2c3d-cf6b-5e65-a818-697ed7e2fef1"},"resourceType":"DocumentReference"} +{"id":"dfbc9c1b-a4f2-506a-86e4-f9b64e61f235","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03458/analysis/HG03458.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350697#sample/cram"}],"status":"current","subject":{"reference":"Patient/df7b2c3d-cf6b-5e65-a818-697ed7e2fef1"},"resourceType":"DocumentReference"} +{"id":"7ca572dc-d258-51db-9775-9fc28ebcd0f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03476/analysis/HG03476.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350699#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/357abb86-ff5d-5e0c-a099-1b4cc2bef958"},"resourceType":"DocumentReference"} +{"id":"73ec1425-e987-55e5-a288-4c22192b4c8f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03476/analysis/HG03476.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350699#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/357abb86-ff5d-5e0c-a099-1b4cc2bef958"},"resourceType":"DocumentReference"} +{"id":"0abe4b61-48c2-58a1-af55-5248443f436f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03476/analysis/HG03476.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350699#sample/cram"}],"status":"current","subject":{"reference":"Patient/357abb86-ff5d-5e0c-a099-1b4cc2bef958"},"resourceType":"DocumentReference"} +{"id":"6f576aae-5575-512f-9102-693ab9e4b006","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03484/analysis/HG03484.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350701#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/22907cd5-71c7-541a-a690-c6307083b58b"},"resourceType":"DocumentReference"} +{"id":"62f9739a-c5fa-5541-a39b-fbc056907f73","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03484/analysis/HG03484.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350701#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/22907cd5-71c7-541a-a690-c6307083b58b"},"resourceType":"DocumentReference"} +{"id":"e2f76566-264a-5319-98fb-afdb1ed6fad3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03484/analysis/HG03484.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350701#sample/cram"}],"status":"current","subject":{"reference":"Patient/22907cd5-71c7-541a-a690-c6307083b58b"},"resourceType":"DocumentReference"} +{"id":"6d51a6e1-50e1-5ed4-99c1-c1321c0b4e73","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03485/analysis/HG03485.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350702#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8c5a2841-d458-5b87-9b6b-62f3418b8b11"},"resourceType":"DocumentReference"} +{"id":"f3b23b1e-4223-5468-9ec7-9d347f9e2375","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03485/analysis/HG03485.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350702#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8c5a2841-d458-5b87-9b6b-62f3418b8b11"},"resourceType":"DocumentReference"} +{"id":"ff7645c8-d24e-529f-9e05-7bb0afb320b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03485/analysis/HG03485.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350702#sample/cram"}],"status":"current","subject":{"reference":"Patient/8c5a2841-d458-5b87-9b6b-62f3418b8b11"},"resourceType":"DocumentReference"} +{"id":"9c1d5934-9193-5f55-ab7c-60c26fb62fa8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03547/analysis/HG03547.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350704#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d9bd521d-92be-5be1-9a4b-f8168e0dc5df"},"resourceType":"DocumentReference"} +{"id":"13ff2a41-d7bc-5974-a251-4dbc1b5ea80c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03547/analysis/HG03547.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350704#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d9bd521d-92be-5be1-9a4b-f8168e0dc5df"},"resourceType":"DocumentReference"} +{"id":"642e79c9-1c67-531f-a0d5-17f36587f6df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03547/analysis/HG03547.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350704#sample/cram"}],"status":"current","subject":{"reference":"Patient/d9bd521d-92be-5be1-9a4b-f8168e0dc5df"},"resourceType":"DocumentReference"} +{"id":"a451241c-cbd5-5d7c-85ed-f85c9bc77db6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03548/analysis/HG03548.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350705#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3a5db2ca-e7a0-5f43-8b49-e1b654152910"},"resourceType":"DocumentReference"} +{"id":"0c482c22-a5ce-5291-8f92-5709fdf34057","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03548/analysis/HG03548.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350705#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3a5db2ca-e7a0-5f43-8b49-e1b654152910"},"resourceType":"DocumentReference"} +{"id":"ffa6c024-036e-58cc-a8a3-4364433d0be0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03548/analysis/HG03548.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350705#sample/cram"}],"status":"current","subject":{"reference":"Patient/3a5db2ca-e7a0-5f43-8b49-e1b654152910"},"resourceType":"DocumentReference"} +{"id":"4adb0bb6-df09-50d4-b93b-2e0818c068c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03556/analysis/HG03556.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350706#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4e4dce4f-6ea3-508a-9f67-6fa5f7eafbf8"},"resourceType":"DocumentReference"} +{"id":"635939a0-2242-57a2-ba7a-e8ff3a9bd1f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03556/analysis/HG03556.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350706#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4e4dce4f-6ea3-508a-9f67-6fa5f7eafbf8"},"resourceType":"DocumentReference"} +{"id":"94d43964-a5b3-55b3-be8a-8722c5dc4f5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03556/analysis/HG03556.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350706#sample/cram"}],"status":"current","subject":{"reference":"Patient/4e4dce4f-6ea3-508a-9f67-6fa5f7eafbf8"},"resourceType":"DocumentReference"} +{"id":"7ac1de89-e7ff-55af-958c-03f0d839cb61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03557/analysis/HG03557.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350707#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fdfaf8d9-20b4-5b29-88ba-a64ea7be4b18"},"resourceType":"DocumentReference"} +{"id":"deacdd5e-55b5-56ac-92a2-9dc21d80152a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03557/analysis/HG03557.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350707#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fdfaf8d9-20b4-5b29-88ba-a64ea7be4b18"},"resourceType":"DocumentReference"} +{"id":"0f631803-6ddc-5e77-85b6-52e5e03fa66a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03557/analysis/HG03557.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350707#sample/cram"}],"status":"current","subject":{"reference":"Patient/fdfaf8d9-20b4-5b29-88ba-a64ea7be4b18"},"resourceType":"DocumentReference"} +{"id":"1e7dd4bd-902c-5d8b-9d40-d9455d0ece02","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03391/analysis/HG03391.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350708#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5bad4f79-02e7-5375-b62f-007b5bb48c72"},"resourceType":"DocumentReference"} +{"id":"aaacaaf3-b428-55ef-81bd-4bf042edaaf4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03391/analysis/HG03391.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350708#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5bad4f79-02e7-5375-b62f-007b5bb48c72"},"resourceType":"DocumentReference"} +{"id":"d025cf4f-8f0b-522e-8838-2161ab05faa1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03391/analysis/HG03391.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350708#sample/cram"}],"status":"current","subject":{"reference":"Patient/5bad4f79-02e7-5375-b62f-007b5bb48c72"},"resourceType":"DocumentReference"} +{"id":"0ec86dc8-48b9-5d26-be94-aa805df7548d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03455/analysis/HG03455.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350710#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ba804f11-a0bf-567c-bdb9-8527cde071b3"},"resourceType":"DocumentReference"} +{"id":"e505592f-4fc4-59f1-a606-59ff324e29e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03455/analysis/HG03455.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350710#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ba804f11-a0bf-567c-bdb9-8527cde071b3"},"resourceType":"DocumentReference"} +{"id":"4d96ecc0-f5de-5f71-91a8-b1a41c30e22e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03455/analysis/HG03455.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350710#sample/cram"}],"status":"current","subject":{"reference":"Patient/ba804f11-a0bf-567c-bdb9-8527cde071b3"},"resourceType":"DocumentReference"} +{"id":"16a72992-f296-5445-ae11-a3bd4391ecc4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03559/analysis/HG03559.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350712#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c552fcff-faac-5e4a-ae7b-3551a303adc1"},"resourceType":"DocumentReference"} +{"id":"128c4863-4fd5-5d87-aa38-301136a1a734","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03559/analysis/HG03559.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350712#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c552fcff-faac-5e4a-ae7b-3551a303adc1"},"resourceType":"DocumentReference"} +{"id":"981f029f-cb00-5e1b-8780-2ec4fc392f86","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03559/analysis/HG03559.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350712#sample/cram"}],"status":"current","subject":{"reference":"Patient/c552fcff-faac-5e4a-ae7b-3551a303adc1"},"resourceType":"DocumentReference"} +{"id":"36596086-5566-5684-97ae-d07a3085db06","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03563/analysis/HG03563.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350713#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/44fdaa5b-e4c9-5bda-8a3a-42b482ada30a"},"resourceType":"DocumentReference"} +{"id":"8db6fdfc-1e38-5c47-b9ab-9ccf8321479b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03563/analysis/HG03563.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350713#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/44fdaa5b-e4c9-5bda-8a3a-42b482ada30a"},"resourceType":"DocumentReference"} +{"id":"c6de115a-3a03-5ae1-987c-d905470c96bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03563/analysis/HG03563.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350713#sample/cram"}],"status":"current","subject":{"reference":"Patient/44fdaa5b-e4c9-5bda-8a3a-42b482ada30a"},"resourceType":"DocumentReference"} +{"id":"4940651e-ee37-5262-a80e-d797dfe86f32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03565/analysis/HG03565.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350715#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a79b5ff0-357b-5d5a-905d-41566b85361b"},"resourceType":"DocumentReference"} +{"id":"c732a4ae-a7e1-5ba9-b9f3-451de3b30d34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03565/analysis/HG03565.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350715#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a79b5ff0-357b-5d5a-905d-41566b85361b"},"resourceType":"DocumentReference"} +{"id":"ecf5996a-ac98-5cd6-9084-4f018c4c32a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03565/analysis/HG03565.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350715#sample/cram"}],"status":"current","subject":{"reference":"Patient/a79b5ff0-357b-5d5a-905d-41566b85361b"},"resourceType":"DocumentReference"} +{"id":"f31ad102-b634-5471-a8be-4f74b0c9d872","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03571/analysis/HG03571.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350717#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b1a6c295-2708-5d56-bbee-3263bc0b7fbb"},"resourceType":"DocumentReference"} +{"id":"9d0b3006-4d67-52df-bde9-cda47d3197d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03571/analysis/HG03571.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350717#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b1a6c295-2708-5d56-bbee-3263bc0b7fbb"},"resourceType":"DocumentReference"} +{"id":"e66fafa6-fa3c-55f7-9262-bfc2a633b08e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03571/analysis/HG03571.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350717#sample/cram"}],"status":"current","subject":{"reference":"Patient/b1a6c295-2708-5d56-bbee-3263bc0b7fbb"},"resourceType":"DocumentReference"} +{"id":"d968d4ce-7b64-565e-aee5-e330b8f16e0e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03572/analysis/HG03572.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350718#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bcbc5f84-18f8-5b0b-ab1a-8aba1ae2cc09"},"resourceType":"DocumentReference"} +{"id":"7ed90106-5f8e-5378-881a-d450f226e173","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03572/analysis/HG03572.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350718#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bcbc5f84-18f8-5b0b-ab1a-8aba1ae2cc09"},"resourceType":"DocumentReference"} +{"id":"5e701a99-b838-5012-bed2-9876b8081526","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03572/analysis/HG03572.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350718#sample/cram"}],"status":"current","subject":{"reference":"Patient/bcbc5f84-18f8-5b0b-ab1a-8aba1ae2cc09"},"resourceType":"DocumentReference"} +{"id":"d555f96b-2f15-5c72-9f83-53fa173dad7c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03575/analysis/HG03575.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350719#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/592ecfb5-8a7d-582b-956d-ee5fe80305b2"},"resourceType":"DocumentReference"} +{"id":"a70a0af5-8883-5785-9aba-0b0d852c1d9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03575/analysis/HG03575.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350719#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/592ecfb5-8a7d-582b-956d-ee5fe80305b2"},"resourceType":"DocumentReference"} +{"id":"1dd25e5d-facc-598f-9ea2-2c66df98c8f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03575/analysis/HG03575.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350719#sample/cram"}],"status":"current","subject":{"reference":"Patient/592ecfb5-8a7d-582b-956d-ee5fe80305b2"},"resourceType":"DocumentReference"} +{"id":"9b032f19-1aa1-5001-b093-4de53f6c5918","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03577/analysis/HG03577.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350721#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3d265f28-8acc-5b07-a8b8-2ef7eca7f56e"},"resourceType":"DocumentReference"} +{"id":"cf7eb5b7-e313-5097-9a40-7817ccf6b436","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03577/analysis/HG03577.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350721#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3d265f28-8acc-5b07-a8b8-2ef7eca7f56e"},"resourceType":"DocumentReference"} +{"id":"22643886-beda-5a2d-b67e-e2e81e6ad1ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03577/analysis/HG03577.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350721#sample/cram"}],"status":"current","subject":{"reference":"Patient/3d265f28-8acc-5b07-a8b8-2ef7eca7f56e"},"resourceType":"DocumentReference"} +{"id":"28f7d337-dff7-5bed-9e93-7488577635a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03578/analysis/HG03578.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350722#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c316e14a-dac8-5d86-ae8f-41ba1633a5b2"},"resourceType":"DocumentReference"} +{"id":"9c1f1d88-9283-5575-a250-54b9115d258a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03578/analysis/HG03578.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350722#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c316e14a-dac8-5d86-ae8f-41ba1633a5b2"},"resourceType":"DocumentReference"} +{"id":"e31f44f9-d49a-5d67-a7b2-be63f72b90c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03578/analysis/HG03578.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350722#sample/cram"}],"status":"current","subject":{"reference":"Patient/c316e14a-dac8-5d86-ae8f-41ba1633a5b2"},"resourceType":"DocumentReference"} +{"id":"eb4f2285-abba-5677-a97e-4a2bc7c46619","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03583/analysis/HG03583.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350724#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b01bd9a1-3cc2-5f08-9cbe-c3858df19a19"},"resourceType":"DocumentReference"} +{"id":"cc4e922a-7464-5325-92a9-c4fa17140e37","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03583/analysis/HG03583.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350724#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b01bd9a1-3cc2-5f08-9cbe-c3858df19a19"},"resourceType":"DocumentReference"} +{"id":"4b896263-1665-514f-af35-fcc584939b2b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03583/analysis/HG03583.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350724#sample/cram"}],"status":"current","subject":{"reference":"Patient/b01bd9a1-3cc2-5f08-9cbe-c3858df19a19"},"resourceType":"DocumentReference"} +{"id":"a5a44cf8-196e-58cf-a6fe-0a142f089e97","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03515/analysis/HG03515.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350727#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/20a389ce-4221-54c4-8953-f8b3459ad916"},"resourceType":"DocumentReference"} +{"id":"f2cf9729-73b3-57c7-a84a-c0e743ceae85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03515/analysis/HG03515.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350727#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/20a389ce-4221-54c4-8953-f8b3459ad916"},"resourceType":"DocumentReference"} +{"id":"c4b62d7f-7d89-573c-a8aa-194155bdf1cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03515/analysis/HG03515.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350727#sample/cram"}],"status":"current","subject":{"reference":"Patient/20a389ce-4221-54c4-8953-f8b3459ad916"},"resourceType":"DocumentReference"} +{"id":"fa6aead0-c1ae-5c50-92b1-2c7ee15dfb10","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03514/analysis/HG03514.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350728#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5553abef-a7be-51fa-a6d9-c53730a98116"},"resourceType":"DocumentReference"} +{"id":"c97f0f44-7d8d-5015-ab8f-7f9525b87e12","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03514/analysis/HG03514.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350728#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5553abef-a7be-51fa-a6d9-c53730a98116"},"resourceType":"DocumentReference"} +{"id":"43465c5a-f7f8-587a-8aba-aff6ae9e489f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03514/analysis/HG03514.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350728#sample/cram"}],"status":"current","subject":{"reference":"Patient/5553abef-a7be-51fa-a6d9-c53730a98116"},"resourceType":"DocumentReference"} +{"id":"9e5ecd8f-1d4b-534d-89fe-9ccb75c52407","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03268/analysis/HG03268.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350730#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8903dbfa-8b73-54e3-8251-f6d6d5b1c92b"},"resourceType":"DocumentReference"} +{"id":"092d43ba-83bb-5ea8-9b86-75ab5f0badbe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03268/analysis/HG03268.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350730#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8903dbfa-8b73-54e3-8251-f6d6d5b1c92b"},"resourceType":"DocumentReference"} +{"id":"5586b912-ec94-5c51-ad63-35bca8bab7b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03268/analysis/HG03268.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350730#sample/cram"}],"status":"current","subject":{"reference":"Patient/8903dbfa-8b73-54e3-8251-f6d6d5b1c92b"},"resourceType":"DocumentReference"} +{"id":"e2abde00-f213-54f6-b2e1-b648fc0aeac5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03267/analysis/HG03267.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350731#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cbb6a549-82d9-5aae-aeff-13bc68ab1e6b"},"resourceType":"DocumentReference"} +{"id":"7a692255-f431-5763-8d5d-756061ac5f7a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03267/analysis/HG03267.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350731#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cbb6a549-82d9-5aae-aeff-13bc68ab1e6b"},"resourceType":"DocumentReference"} +{"id":"a5159e24-469f-5a21-996b-64d73743ba4d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03267/analysis/HG03267.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350731#sample/cram"}],"status":"current","subject":{"reference":"Patient/cbb6a549-82d9-5aae-aeff-13bc68ab1e6b"},"resourceType":"DocumentReference"} +{"id":"c0e64bd3-570d-57a4-9a46-8543130b922a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03271/analysis/HG03271.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350733#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/657cad46-f04f-5c4d-a12d-de694cfc53e9"},"resourceType":"DocumentReference"} +{"id":"9538fb2b-a267-58e7-a368-45d87d312685","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03271/analysis/HG03271.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350733#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/657cad46-f04f-5c4d-a12d-de694cfc53e9"},"resourceType":"DocumentReference"} +{"id":"2332b964-5fc6-5a2d-849c-1f97293ba676","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03271/analysis/HG03271.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350733#sample/cram"}],"status":"current","subject":{"reference":"Patient/657cad46-f04f-5c4d-a12d-de694cfc53e9"},"resourceType":"DocumentReference"} +{"id":"69700803-d8cd-51af-914d-eb30c014d28a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03270/analysis/HG03270.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350734#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/103acf2a-a173-58d8-b782-81bb2e825c84"},"resourceType":"DocumentReference"} +{"id":"d562daa8-c90f-596a-8a6a-09b9f25219d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03270/analysis/HG03270.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350734#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/103acf2a-a173-58d8-b782-81bb2e825c84"},"resourceType":"DocumentReference"} +{"id":"0fe8e5fc-9a34-5570-93aa-d0bae0907312","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03270/analysis/HG03270.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350734#sample/cram"}],"status":"current","subject":{"reference":"Patient/103acf2a-a173-58d8-b782-81bb2e825c84"},"resourceType":"DocumentReference"} +{"id":"5bf3288e-b950-5b87-96a1-b76e6b8b0f34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03280/analysis/HG03280.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350736#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1b8471a1-d6f6-5907-af85-c6b24bd038fc"},"resourceType":"DocumentReference"} +{"id":"75a3577f-382f-55c3-8bd0-8a53da7048cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03280/analysis/HG03280.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350736#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1b8471a1-d6f6-5907-af85-c6b24bd038fc"},"resourceType":"DocumentReference"} +{"id":"2dc2844c-3297-5e75-b4c5-c30928c4d7b6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03280/analysis/HG03280.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350736#sample/cram"}],"status":"current","subject":{"reference":"Patient/1b8471a1-d6f6-5907-af85-c6b24bd038fc"},"resourceType":"DocumentReference"} +{"id":"0aaa92b4-8722-585c-8c31-0f785ce4d99b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03279/analysis/HG03279.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350737#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2068e26a-c144-5516-9a1c-de9cad97ede1"},"resourceType":"DocumentReference"} +{"id":"cfa8cf52-5a2c-58c0-b2b9-41c319ee5232","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03279/analysis/HG03279.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350737#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2068e26a-c144-5516-9a1c-de9cad97ede1"},"resourceType":"DocumentReference"} +{"id":"1f4b6405-275d-5c93-ad41-d4723b20d78a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03279/analysis/HG03279.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350737#sample/cram"}],"status":"current","subject":{"reference":"Patient/2068e26a-c144-5516-9a1c-de9cad97ede1"},"resourceType":"DocumentReference"} +{"id":"219481fa-b8d0-505a-af93-8d52cfca72ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03291/analysis/HG03291.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350740#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/414e56bd-04b7-5c96-8681-f29579fd3d2a"},"resourceType":"DocumentReference"} +{"id":"e6d6a101-50c5-5b36-848c-82a49c109e3a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03291/analysis/HG03291.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350740#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/414e56bd-04b7-5c96-8681-f29579fd3d2a"},"resourceType":"DocumentReference"} +{"id":"5dc6e1e9-d6a2-5835-983b-bae3c884bce8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03291/analysis/HG03291.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350740#sample/cram"}],"status":"current","subject":{"reference":"Patient/414e56bd-04b7-5c96-8681-f29579fd3d2a"},"resourceType":"DocumentReference"} +{"id":"a8011896-a03d-53de-9fbb-5c93888367f9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03295/analysis/HG03295.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350742#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/df2b95b5-350c-5c27-9c57-33c28c95da2a"},"resourceType":"DocumentReference"} +{"id":"ae697a06-2542-5a62-826d-5b79b7e39073","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03295/analysis/HG03295.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350742#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/df2b95b5-350c-5c27-9c57-33c28c95da2a"},"resourceType":"DocumentReference"} +{"id":"5351ade8-1335-5521-bda6-dcf8474e137d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03295/analysis/HG03295.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350742#sample/cram"}],"status":"current","subject":{"reference":"Patient/df2b95b5-350c-5c27-9c57-33c28c95da2a"},"resourceType":"DocumentReference"} +{"id":"14e76447-f9ad-5bc0-84a2-6a23c09529f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03294/analysis/HG03294.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350743#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2c322b34-a250-5752-b32a-27461f767b52"},"resourceType":"DocumentReference"} +{"id":"83c67546-756a-5a2b-ab3a-8e0902ad4ac1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03294/analysis/HG03294.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350743#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2c322b34-a250-5752-b32a-27461f767b52"},"resourceType":"DocumentReference"} +{"id":"d2192739-03ed-51c9-aa87-37c55cf728a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03294/analysis/HG03294.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350743#sample/cram"}],"status":"current","subject":{"reference":"Patient/2c322b34-a250-5752-b32a-27461f767b52"},"resourceType":"DocumentReference"} +{"id":"1602ed77-4092-5485-9ac1-b1dad27f436a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03301/analysis/HG03301.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350745#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/38115f21-947c-52c9-89e6-30bb35fad7e0"},"resourceType":"DocumentReference"} +{"id":"6132ace7-e166-5ac0-af0d-0b15aedc8796","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03301/analysis/HG03301.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350745#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/38115f21-947c-52c9-89e6-30bb35fad7e0"},"resourceType":"DocumentReference"} +{"id":"dd05befe-311e-5cbc-9290-3689c8546b8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03301/analysis/HG03301.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350745#sample/cram"}],"status":"current","subject":{"reference":"Patient/38115f21-947c-52c9-89e6-30bb35fad7e0"},"resourceType":"DocumentReference"} +{"id":"e592e536-74bc-5b84-815d-285cce3ce15b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03300/analysis/HG03300.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350746#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/54dd3be4-e6ba-554b-8dc0-c72698aac073"},"resourceType":"DocumentReference"} +{"id":"9ba1e16a-276a-5f22-84f3-7254e6701c1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03300/analysis/HG03300.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350746#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/54dd3be4-e6ba-554b-8dc0-c72698aac073"},"resourceType":"DocumentReference"} +{"id":"31dce29a-66d3-54f3-97f8-1a556d1b4c1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03300/analysis/HG03300.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350746#sample/cram"}],"status":"current","subject":{"reference":"Patient/54dd3be4-e6ba-554b-8dc0-c72698aac073"},"resourceType":"DocumentReference"} +{"id":"10d19b6a-233a-544b-8020-2e8b1934f843","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03367/analysis/HG03367.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350748#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/57ac00ff-9664-5626-9507-217e7728467d"},"resourceType":"DocumentReference"} +{"id":"7d8d724b-cada-507d-a0de-1c65be735d93","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03367/analysis/HG03367.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350748#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/57ac00ff-9664-5626-9507-217e7728467d"},"resourceType":"DocumentReference"} +{"id":"1bd10a3a-1d16-5622-ba86-735c0d318c1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03367/analysis/HG03367.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350748#sample/cram"}],"status":"current","subject":{"reference":"Patient/57ac00ff-9664-5626-9507-217e7728467d"},"resourceType":"DocumentReference"} +{"id":"8f5c2b8f-abd9-5c26-a700-50603cfbefe2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03366/analysis/HG03366.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350749#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b2752b64-541a-57c6-b175-72c9bc4dc291"},"resourceType":"DocumentReference"} +{"id":"e6bfc616-e9e1-5124-b507-41845ce06393","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03366/analysis/HG03366.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350749#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b2752b64-541a-57c6-b175-72c9bc4dc291"},"resourceType":"DocumentReference"} +{"id":"b39f1743-9775-52cb-ba04-9a18521446aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03366/analysis/HG03366.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350749#sample/cram"}],"status":"current","subject":{"reference":"Patient/b2752b64-541a-57c6-b175-72c9bc4dc291"},"resourceType":"DocumentReference"} +{"id":"7bfffc3a-b48c-567d-8acb-e295f5610619","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02947/analysis/HG02947.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350751#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d58ef24f-c9fb-50fb-b9c4-dac397c1d6c4"},"resourceType":"DocumentReference"} +{"id":"057911fb-e631-5ff7-bc4c-6b1379189b70","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02947/analysis/HG02947.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350751#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d58ef24f-c9fb-50fb-b9c4-dac397c1d6c4"},"resourceType":"DocumentReference"} +{"id":"7cc2c351-c512-5cf0-a5fe-9d8e6c365eb6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02947/analysis/HG02947.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350751#sample/cram"}],"status":"current","subject":{"reference":"Patient/d58ef24f-c9fb-50fb-b9c4-dac397c1d6c4"},"resourceType":"DocumentReference"} +{"id":"fe7cff29-a921-5334-9b35-d3726504c97e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02946/analysis/HG02946.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350752#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/53c4633c-6211-5fe5-9741-872a8bf771f6"},"resourceType":"DocumentReference"} +{"id":"50f459f5-29f9-5de2-95dc-5566bc09d135","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02946/analysis/HG02946.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350752#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/53c4633c-6211-5fe5-9741-872a8bf771f6"},"resourceType":"DocumentReference"} +{"id":"c86bfc7e-431f-5301-bb17-8da9fa3f3218","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02946/analysis/HG02946.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350752#sample/cram"}],"status":"current","subject":{"reference":"Patient/53c4633c-6211-5fe5-9741-872a8bf771f6"},"resourceType":"DocumentReference"} +{"id":"55c41a9b-9885-51b2-aa86-0568e6f27a4a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02971/analysis/HG02971.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350754#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c5f499d2-5524-5f1c-bc26-a4b3448763fc"},"resourceType":"DocumentReference"} +{"id":"04c66593-fd8c-5194-b26c-48171a6b6d35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02971/analysis/HG02971.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350754#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c5f499d2-5524-5f1c-bc26-a4b3448763fc"},"resourceType":"DocumentReference"} +{"id":"8462bcfb-19af-5b42-8a87-128bc2badf3c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02971/analysis/HG02971.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350754#sample/cram"}],"status":"current","subject":{"reference":"Patient/c5f499d2-5524-5f1c-bc26-a4b3448763fc"},"resourceType":"DocumentReference"} +{"id":"617a43b6-322d-53b2-8686-019c51485bcf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02970/analysis/HG02970.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350755#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e89c1031-891c-515e-bea8-a9011861cc98"},"resourceType":"DocumentReference"} +{"id":"d9bd2f91-d00d-5abb-bf50-ac44770a3d4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02970/analysis/HG02970.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350755#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e89c1031-891c-515e-bea8-a9011861cc98"},"resourceType":"DocumentReference"} +{"id":"3f15e01d-ab20-5ba7-9a0c-ddd42ac12f21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02970/analysis/HG02970.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350755#sample/cram"}],"status":"current","subject":{"reference":"Patient/e89c1031-891c-515e-bea8-a9011861cc98"},"resourceType":"DocumentReference"} +{"id":"16cba9fa-c7a8-5220-b7a3-e45f7933054b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02953/analysis/HG02953.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350757#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/478ed47b-c151-5ad9-ab75-ec2f0e31e647"},"resourceType":"DocumentReference"} +{"id":"26cc871e-6b8f-5d9e-8beb-74b6df43cfcc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02953/analysis/HG02953.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350757#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/478ed47b-c151-5ad9-ab75-ec2f0e31e647"},"resourceType":"DocumentReference"} +{"id":"93eb11d5-1413-56e9-a11b-71b7e7ea755c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02953/analysis/HG02953.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350757#sample/cram"}],"status":"current","subject":{"reference":"Patient/478ed47b-c151-5ad9-ab75-ec2f0e31e647"},"resourceType":"DocumentReference"} +{"id":"8055a835-d332-5949-ac7c-ecf155548af1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02952/analysis/HG02952.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350758#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4f415e8b-9d80-52e9-97be-5c136ed67990"},"resourceType":"DocumentReference"} +{"id":"812c2857-ac84-52c3-b030-64bad0dd2fd9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02952/analysis/HG02952.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350758#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4f415e8b-9d80-52e9-97be-5c136ed67990"},"resourceType":"DocumentReference"} +{"id":"5141b62e-861f-5de6-a39f-8e4ee7543ed4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02952/analysis/HG02952.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350758#sample/cram"}],"status":"current","subject":{"reference":"Patient/4f415e8b-9d80-52e9-97be-5c136ed67990"},"resourceType":"DocumentReference"} +{"id":"e65180b5-3a88-5ecf-aad3-4b068e464049","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02977/analysis/HG02977.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350760#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6a096f61-cd79-506c-b576-07ba5143ae51"},"resourceType":"DocumentReference"} +{"id":"71623ee2-80a1-59a8-9973-93618ef3ba09","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02977/analysis/HG02977.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350760#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6a096f61-cd79-506c-b576-07ba5143ae51"},"resourceType":"DocumentReference"} +{"id":"84a81062-012d-572c-909c-946fedc47c88","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02977/analysis/HG02977.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350760#sample/cram"}],"status":"current","subject":{"reference":"Patient/6a096f61-cd79-506c-b576-07ba5143ae51"},"resourceType":"DocumentReference"} +{"id":"357bff2b-aa9a-5496-a768-cee17188b8a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02976/analysis/HG02976.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350761#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/053649e3-69fa-5a04-b16f-533df09389dd"},"resourceType":"DocumentReference"} +{"id":"1f1f4ab3-0941-54f0-88c7-ac6ad6be9b49","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02976/analysis/HG02976.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350761#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/053649e3-69fa-5a04-b16f-533df09389dd"},"resourceType":"DocumentReference"} +{"id":"d8a94029-2dcb-5fab-b7c5-9a2ce3264ccb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02976/analysis/HG02976.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350761#sample/cram"}],"status":"current","subject":{"reference":"Patient/053649e3-69fa-5a04-b16f-533df09389dd"},"resourceType":"DocumentReference"} +{"id":"119f0f20-ab63-59d8-a57d-5d092fe0866e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03118/analysis/HG03118.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350763#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/006baf31-7d36-592f-a4fe-2aac1ee218b9"},"resourceType":"DocumentReference"} +{"id":"a0008179-aa25-5aa6-a3b0-e8ff58fa48d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03118/analysis/HG03118.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350763#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/006baf31-7d36-592f-a4fe-2aac1ee218b9"},"resourceType":"DocumentReference"} +{"id":"072dff2d-cd0a-5073-b36e-177421e3ca35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03118/analysis/HG03118.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350763#sample/cram"}],"status":"current","subject":{"reference":"Patient/006baf31-7d36-592f-a4fe-2aac1ee218b9"},"resourceType":"DocumentReference"} +{"id":"55b91404-fd78-5d0b-9a93-080ea0b6487c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03117/analysis/HG03117.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350764#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cdff5ebe-e74d-5817-a7f6-407e7eced1c2"},"resourceType":"DocumentReference"} +{"id":"81e20b3c-b7d4-5b01-b532-48f0e6c215bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03117/analysis/HG03117.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350764#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cdff5ebe-e74d-5817-a7f6-407e7eced1c2"},"resourceType":"DocumentReference"} +{"id":"fdf0ad2c-8d68-59eb-bc07-2495d07cffde","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03117/analysis/HG03117.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350764#sample/cram"}],"status":"current","subject":{"reference":"Patient/cdff5ebe-e74d-5817-a7f6-407e7eced1c2"},"resourceType":"DocumentReference"} +{"id":"e4fc6388-cff8-50ee-8fc1-df0a0335e829","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03130/analysis/HG03130.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350766#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b2f872c0-060b-5eba-8105-79ceecdfa17d"},"resourceType":"DocumentReference"} +{"id":"eee26ad9-591f-5403-815d-88120d29cbae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03130/analysis/HG03130.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350766#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b2f872c0-060b-5eba-8105-79ceecdfa17d"},"resourceType":"DocumentReference"} +{"id":"54b849a5-f14e-516e-ad18-a3c34953e55c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03130/analysis/HG03130.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350766#sample/cram"}],"status":"current","subject":{"reference":"Patient/b2f872c0-060b-5eba-8105-79ceecdfa17d"},"resourceType":"DocumentReference"} +{"id":"eb2b7f30-dc13-5054-9d53-abed5ccaaa1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03129/analysis/HG03129.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350767#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fd5b0ed3-19d6-5dbf-91a5-d3f545f86888"},"resourceType":"DocumentReference"} +{"id":"0c90132b-4882-55fa-a3b9-03b23638ba55","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03129/analysis/HG03129.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350767#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fd5b0ed3-19d6-5dbf-91a5-d3f545f86888"},"resourceType":"DocumentReference"} +{"id":"41fef50f-aa94-5626-8a88-76ca07fbfecd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03129/analysis/HG03129.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350767#sample/cram"}],"status":"current","subject":{"reference":"Patient/fd5b0ed3-19d6-5dbf-91a5-d3f545f86888"},"resourceType":"DocumentReference"} +{"id":"d98d9f74-8c87-505f-aeb1-3e81886917d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03160/analysis/HG03160.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350769#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/60fc900d-41dc-51b3-959c-cfc0d448ea4e"},"resourceType":"DocumentReference"} +{"id":"b325e75c-8705-5596-bd7c-395b740a3494","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03160/analysis/HG03160.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350769#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/60fc900d-41dc-51b3-959c-cfc0d448ea4e"},"resourceType":"DocumentReference"} +{"id":"487ccbe5-b636-593e-92f6-22abacd92bbd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03160/analysis/HG03160.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350769#sample/cram"}],"status":"current","subject":{"reference":"Patient/60fc900d-41dc-51b3-959c-cfc0d448ea4e"},"resourceType":"DocumentReference"} +{"id":"b82f6ad7-b5f6-5227-b317-9c7ca6f5e45c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03159/analysis/HG03159.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350770#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/755e5925-4b4b-5b09-b075-eca168b4f90e"},"resourceType":"DocumentReference"} +{"id":"fda098b5-1a35-58a5-b35c-200a549103ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03159/analysis/HG03159.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350770#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/755e5925-4b4b-5b09-b075-eca168b4f90e"},"resourceType":"DocumentReference"} +{"id":"39c22e9e-bdca-50fc-b8fb-1aa7858c347c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03159/analysis/HG03159.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350770#sample/cram"}],"status":"current","subject":{"reference":"Patient/755e5925-4b4b-5b09-b075-eca168b4f90e"},"resourceType":"DocumentReference"} +{"id":"4c5f3c99-b44f-5552-a65c-f01a41fefb00","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03163/analysis/HG03163.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350772#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/41e29ecd-1a06-52e7-af6d-9dda4e418a30"},"resourceType":"DocumentReference"} +{"id":"eff799d5-926e-5fe5-a64f-5d6abe833b82","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03163/analysis/HG03163.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350772#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/41e29ecd-1a06-52e7-af6d-9dda4e418a30"},"resourceType":"DocumentReference"} +{"id":"8e0785d8-b137-5cad-8925-e516d68d6f5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03163/analysis/HG03163.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350772#sample/cram"}],"status":"current","subject":{"reference":"Patient/41e29ecd-1a06-52e7-af6d-9dda4e418a30"},"resourceType":"DocumentReference"} +{"id":"0c293a2d-a305-5e3f-ac8a-20587afc06be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03162/analysis/HG03162.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350773#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f7c18667-0557-5e38-b918-36325c90a203"},"resourceType":"DocumentReference"} +{"id":"ecaee230-880c-5a28-8d1e-b7ec453d12fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03162/analysis/HG03162.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350773#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f7c18667-0557-5e38-b918-36325c90a203"},"resourceType":"DocumentReference"} +{"id":"3829e37d-1ce0-5aaa-b004-f61cc5391bc3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03162/analysis/HG03162.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350773#sample/cram"}],"status":"current","subject":{"reference":"Patient/f7c18667-0557-5e38-b918-36325c90a203"},"resourceType":"DocumentReference"} +{"id":"11a2bdcf-8a18-5c14-91d9-e5ffec32326c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03169/analysis/HG03169.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350775#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fe1f8c33-3970-5d1f-b483-5f76fe0f3fe6"},"resourceType":"DocumentReference"} +{"id":"cb96e710-5624-5a0d-9f65-cc582fd827a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03169/analysis/HG03169.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350775#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fe1f8c33-3970-5d1f-b483-5f76fe0f3fe6"},"resourceType":"DocumentReference"} +{"id":"8b860663-8808-5f60-b6ba-dacb265c3557","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03169/analysis/HG03169.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350775#sample/cram"}],"status":"current","subject":{"reference":"Patient/fe1f8c33-3970-5d1f-b483-5f76fe0f3fe6"},"resourceType":"DocumentReference"} +{"id":"e46e7dff-6961-559a-8ff3-03663dd2b55b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03168/analysis/HG03168.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350776#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5f5634c6-835d-567f-a1ba-7250d798bc92"},"resourceType":"DocumentReference"} +{"id":"ff23fe28-5007-5b17-8d92-52ca7b82536e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03168/analysis/HG03168.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350776#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5f5634c6-835d-567f-a1ba-7250d798bc92"},"resourceType":"DocumentReference"} +{"id":"7669a108-6ff8-59b6-b780-157bb169bfb3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03168/analysis/HG03168.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350776#sample/cram"}],"status":"current","subject":{"reference":"Patient/5f5634c6-835d-567f-a1ba-7250d798bc92"},"resourceType":"DocumentReference"} +{"id":"aa35f3d3-e6c2-5d62-af77-1678b5f71620","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03172/analysis/HG03172.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350778#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/59e6afd1-28ab-5d68-91e7-a2bac96a772d"},"resourceType":"DocumentReference"} +{"id":"205d59bf-01ea-5d49-8f66-bf1c7cf666f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03172/analysis/HG03172.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350778#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/59e6afd1-28ab-5d68-91e7-a2bac96a772d"},"resourceType":"DocumentReference"} +{"id":"b487a437-192b-57b1-bab9-c0679f7c5f22","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03172/analysis/HG03172.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350778#sample/cram"}],"status":"current","subject":{"reference":"Patient/59e6afd1-28ab-5d68-91e7-a2bac96a772d"},"resourceType":"DocumentReference"} +{"id":"54c60ac6-1805-54b4-95e7-fefb9df2e7b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03196/analysis/HG03196.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350781#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/318d638f-a50d-58e0-b085-9846ebd62a19"},"resourceType":"DocumentReference"} +{"id":"c7b1757d-866d-557b-aea9-d6913eaf52e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03196/analysis/HG03196.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350781#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/318d638f-a50d-58e0-b085-9846ebd62a19"},"resourceType":"DocumentReference"} +{"id":"370ee9b4-1d90-5a7c-a80f-417878ab9b23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03196/analysis/HG03196.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350781#sample/cram"}],"status":"current","subject":{"reference":"Patient/318d638f-a50d-58e0-b085-9846ebd62a19"},"resourceType":"DocumentReference"} +{"id":"dbab9d61-199a-5893-8661-a1c2994769fe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03195/analysis/HG03195.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350782#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4e26334b-68cd-5a86-9587-64ba81bd60e1"},"resourceType":"DocumentReference"} +{"id":"022ebfb1-fd42-5fd8-8786-af0e85b6eb2e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03195/analysis/HG03195.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350782#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4e26334b-68cd-5a86-9587-64ba81bd60e1"},"resourceType":"DocumentReference"} +{"id":"770d949c-0932-58b2-bace-7cbfeac54c53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03195/analysis/HG03195.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350782#sample/cram"}],"status":"current","subject":{"reference":"Patient/4e26334b-68cd-5a86-9587-64ba81bd60e1"},"resourceType":"DocumentReference"} +{"id":"f8555d75-3ea4-58b3-a4df-fb444ad47152","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03199/analysis/HG03199.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350784#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b743a361-d932-5aa5-b7f3-213848dd15fe"},"resourceType":"DocumentReference"} +{"id":"086c108b-13d1-5799-9efc-773dd11b6213","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03199/analysis/HG03199.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350784#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b743a361-d932-5aa5-b7f3-213848dd15fe"},"resourceType":"DocumentReference"} +{"id":"65f7d27f-b824-5df5-9da6-9350d00bb472","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03199/analysis/HG03199.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350784#sample/cram"}],"status":"current","subject":{"reference":"Patient/b743a361-d932-5aa5-b7f3-213848dd15fe"},"resourceType":"DocumentReference"} +{"id":"c6579ef7-b5a8-5158-a715-f1e4ce73ce24","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03198/analysis/HG03198.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350785#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/12763238-2320-5f67-a5d5-e769058bf3a6"},"resourceType":"DocumentReference"} +{"id":"652d213d-edbf-5197-b623-9664ec358584","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03198/analysis/HG03198.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350785#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/12763238-2320-5f67-a5d5-e769058bf3a6"},"resourceType":"DocumentReference"} +{"id":"a9c0b311-29b5-50d5-a5d3-3ed3f7f79848","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03198/analysis/HG03198.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350785#sample/cram"}],"status":"current","subject":{"reference":"Patient/12763238-2320-5f67-a5d5-e769058bf3a6"},"resourceType":"DocumentReference"} +{"id":"de9dc87a-f3e4-5b42-9e46-901186f25c31","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03343/analysis/HG03343.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350787#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9c24abcb-bf20-56d2-b283-303c8e8dc602"},"resourceType":"DocumentReference"} +{"id":"44c056ca-cd23-5255-a11a-193aaae7a56f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03343/analysis/HG03343.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350787#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9c24abcb-bf20-56d2-b283-303c8e8dc602"},"resourceType":"DocumentReference"} +{"id":"3d08b29e-40f6-50df-9930-21e32c27c06f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03343/analysis/HG03343.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350787#sample/cram"}],"status":"current","subject":{"reference":"Patient/9c24abcb-bf20-56d2-b283-303c8e8dc602"},"resourceType":"DocumentReference"} +{"id":"a8c188c4-ad88-5f1a-8fc5-b6de511704e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03342/analysis/HG03342.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350788#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2418af17-270a-5d22-9eba-0e3b03681e0b"},"resourceType":"DocumentReference"} +{"id":"64864d11-0bff-53bc-bc33-1e00712a35a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03342/analysis/HG03342.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350788#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2418af17-270a-5d22-9eba-0e3b03681e0b"},"resourceType":"DocumentReference"} +{"id":"2c04e32e-8b04-58ef-b428-2ea457e7a508","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03342/analysis/HG03342.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350788#sample/cram"}],"status":"current","subject":{"reference":"Patient/2418af17-270a-5d22-9eba-0e3b03681e0b"},"resourceType":"DocumentReference"} +{"id":"ea66c223-2042-596c-9189-115e930f9baf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03370/analysis/HG03370.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350790#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/948650d0-2409-5718-aad2-bef4e411dc03"},"resourceType":"DocumentReference"} +{"id":"7287d91d-05d2-5543-87d4-470b8dbd44fc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03370/analysis/HG03370.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350790#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/948650d0-2409-5718-aad2-bef4e411dc03"},"resourceType":"DocumentReference"} +{"id":"853f23a7-9ffa-59e8-bf2a-281c2b7cbefe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03370/analysis/HG03370.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350790#sample/cram"}],"status":"current","subject":{"reference":"Patient/948650d0-2409-5718-aad2-bef4e411dc03"},"resourceType":"DocumentReference"} +{"id":"11e22e24-6b12-5cfe-99ec-21a03ae58cf3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03369/analysis/HG03369.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350791#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b98f8dde-f04e-51bf-b3ed-98710205f990"},"resourceType":"DocumentReference"} +{"id":"d6eb91b1-5747-53b8-81db-ec6f9a1bfa2a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03369/analysis/HG03369.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350791#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b98f8dde-f04e-51bf-b3ed-98710205f990"},"resourceType":"DocumentReference"} +{"id":"28466dae-c64e-50c7-8d8d-ec0ae2704442","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03369/analysis/HG03369.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350791#sample/cram"}],"status":"current","subject":{"reference":"Patient/b98f8dde-f04e-51bf-b3ed-98710205f990"},"resourceType":"DocumentReference"} +{"id":"b3b9901a-e594-5814-aa89-4206963c4c02","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03234/analysis/HG03234.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350796#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/94511b07-b1c3-5581-b74c-5688bbbd299d"},"resourceType":"DocumentReference"} +{"id":"63aadeb3-b305-5933-b99e-b9e636d3ed3e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03234/analysis/HG03234.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350796#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/94511b07-b1c3-5581-b74c-5688bbbd299d"},"resourceType":"DocumentReference"} +{"id":"2ad53f9b-a5da-5daa-a360-b24693426697","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03234/analysis/HG03234.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350796#sample/cram"}],"status":"current","subject":{"reference":"Patient/94511b07-b1c3-5581-b74c-5688bbbd299d"},"resourceType":"DocumentReference"} +{"id":"a281de82-dbba-5be3-a334-7815d412849c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03235/analysis/HG03235.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350797#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a53d182c-fa64-5409-9ef8-2340b9150ddf"},"resourceType":"DocumentReference"} +{"id":"bca7e62a-cf9d-5229-87a1-4f5028584821","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03235/analysis/HG03235.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350797#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a53d182c-fa64-5409-9ef8-2340b9150ddf"},"resourceType":"DocumentReference"} +{"id":"20c9d7b2-0891-5890-8c0d-202c35eb7776","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03235/analysis/HG03235.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350797#sample/cram"}],"status":"current","subject":{"reference":"Patient/a53d182c-fa64-5409-9ef8-2340b9150ddf"},"resourceType":"DocumentReference"} +{"id":"50e14f10-1057-508f-b7a3-1fa29e9a419f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03488/analysis/HG03488.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350800#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f0fce244-fee2-5a12-8dd9-10cc0f30a7fa"},"resourceType":"DocumentReference"} +{"id":"328bebaa-f5a8-5928-b0e3-dc9f576eb2cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03488/analysis/HG03488.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350800#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f0fce244-fee2-5a12-8dd9-10cc0f30a7fa"},"resourceType":"DocumentReference"} +{"id":"e65a4f0c-6afd-5715-b78a-c234b8bb1f68","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03488/analysis/HG03488.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350800#sample/cram"}],"status":"current","subject":{"reference":"Patient/f0fce244-fee2-5a12-8dd9-10cc0f30a7fa"},"resourceType":"DocumentReference"} +{"id":"f95fb009-14f1-532a-935c-eb3c09803490","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03490/analysis/HG03490.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350802#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/38737b46-4513-5cb4-b819-e478da9b8c7a"},"resourceType":"DocumentReference"} +{"id":"de894798-28c1-56fb-bd07-4588b45cb855","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03490/analysis/HG03490.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350802#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/38737b46-4513-5cb4-b819-e478da9b8c7a"},"resourceType":"DocumentReference"} +{"id":"b7242c61-01c4-5112-926e-88b86f9ea1c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03490/analysis/HG03490.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350802#sample/cram"}],"status":"current","subject":{"reference":"Patient/38737b46-4513-5cb4-b819-e478da9b8c7a"},"resourceType":"DocumentReference"} +{"id":"b23af0e2-5da0-5914-94ad-5297e72245f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03491/analysis/HG03491.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350803#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b19b5b20-2dbc-5711-897a-0f003680470d"},"resourceType":"DocumentReference"} +{"id":"b605e213-8da8-5dd5-9fb3-e8bfa8247fa7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03491/analysis/HG03491.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350803#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b19b5b20-2dbc-5711-897a-0f003680470d"},"resourceType":"DocumentReference"} +{"id":"8dc77f4d-d304-5478-866f-abe34cec12e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03491/analysis/HG03491.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350803#sample/cram"}],"status":"current","subject":{"reference":"Patient/b19b5b20-2dbc-5711-897a-0f003680470d"},"resourceType":"DocumentReference"} +{"id":"975f4852-5871-5190-b74a-4b309943f7e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03619/analysis/HG03619.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350806#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/075d5fc1-13ba-5120-8300-052e1a7e0b76"},"resourceType":"DocumentReference"} +{"id":"37941aaa-69d5-54b7-a6b6-f37e9edf3efe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03619/analysis/HG03619.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350806#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/075d5fc1-13ba-5120-8300-052e1a7e0b76"},"resourceType":"DocumentReference"} +{"id":"3782f284-6b36-525f-8c26-65dae01ba826","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03619/analysis/HG03619.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350806#sample/cram"}],"status":"current","subject":{"reference":"Patient/075d5fc1-13ba-5120-8300-052e1a7e0b76"},"resourceType":"DocumentReference"} +{"id":"7354c109-bf67-5c56-a3d3-f54bd0b2939c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03634/analysis/HG03634.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350809#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d433a3b9-d2cf-5684-8409-5d80f405aa42"},"resourceType":"DocumentReference"} +{"id":"ddf8ed71-dceb-56ef-9ea7-4500ef129810","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03634/analysis/HG03634.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350809#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d433a3b9-d2cf-5684-8409-5d80f405aa42"},"resourceType":"DocumentReference"} +{"id":"32d2e32f-57ef-57df-8c13-a79bbb278c19","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03634/analysis/HG03634.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350809#sample/cram"}],"status":"current","subject":{"reference":"Patient/d433a3b9-d2cf-5684-8409-5d80f405aa42"},"resourceType":"DocumentReference"} +{"id":"5088b742-2c4a-57b2-9027-c7bad8caed55","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03667/analysis/HG03667.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350811#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7cbcf18b-ac2f-5f55-8dc2-29473477daf7"},"resourceType":"DocumentReference"} +{"id":"3b32e874-bd65-5a1d-bf1c-32bb55cef628","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03667/analysis/HG03667.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350811#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7cbcf18b-ac2f-5f55-8dc2-29473477daf7"},"resourceType":"DocumentReference"} +{"id":"58815dfe-33c2-51e8-bdb8-f6bb7da8f8cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03667/analysis/HG03667.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350811#sample/cram"}],"status":"current","subject":{"reference":"Patient/7cbcf18b-ac2f-5f55-8dc2-29473477daf7"},"resourceType":"DocumentReference"} +{"id":"8beccf2c-add6-56a2-9830-68b2dfe5b9a6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03668/analysis/HG03668.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350812#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dbf10e51-0f65-5109-ac34-f3348cadb846"},"resourceType":"DocumentReference"} +{"id":"26e05bea-2640-57c3-ba6a-1a268808cffa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03668/analysis/HG03668.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350812#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dbf10e51-0f65-5109-ac34-f3348cadb846"},"resourceType":"DocumentReference"} +{"id":"c66dd6f4-b775-547a-bcdb-b8e92eaeff7c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03668/analysis/HG03668.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350812#sample/cram"}],"status":"current","subject":{"reference":"Patient/dbf10e51-0f65-5109-ac34-f3348cadb846"},"resourceType":"DocumentReference"} +{"id":"cc0309db-bfa1-576a-acd2-ffda7979d036","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03015/analysis/HG03015.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350814#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6149e0a1-a751-5048-a433-14058c4db13f"},"resourceType":"DocumentReference"} +{"id":"63ed719b-167b-51ef-bc56-7d70aa2aa677","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03015/analysis/HG03015.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350814#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6149e0a1-a751-5048-a433-14058c4db13f"},"resourceType":"DocumentReference"} +{"id":"f8d61cdb-baf1-53b2-8952-65b1648bd521","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03015/analysis/HG03015.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350814#sample/cram"}],"status":"current","subject":{"reference":"Patient/6149e0a1-a751-5048-a433-14058c4db13f"},"resourceType":"DocumentReference"} +{"id":"0eadec27-3b19-5a59-9645-eddccac0c3c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03016/analysis/HG03016.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350815#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/606a87c6-0cbf-56bb-ae4d-9dda209151bb"},"resourceType":"DocumentReference"} +{"id":"f62edc53-1da2-5717-8139-01f23c3bdf52","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03016/analysis/HG03016.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350815#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/606a87c6-0cbf-56bb-ae4d-9dda209151bb"},"resourceType":"DocumentReference"} +{"id":"fe8f1712-b217-533f-92eb-efe323648ac2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03016/analysis/HG03016.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350815#sample/cram"}],"status":"current","subject":{"reference":"Patient/606a87c6-0cbf-56bb-ae4d-9dda209151bb"},"resourceType":"DocumentReference"} +{"id":"84c10979-b60a-547b-a52a-9b06e011b90d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03702/analysis/HG03702.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350817#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2bd2379f-53d6-53d5-b0b6-c430ae4e0dfc"},"resourceType":"DocumentReference"} +{"id":"ddd05f7a-d945-5451-b134-1c5b82c0e855","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03702/analysis/HG03702.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350817#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2bd2379f-53d6-53d5-b0b6-c430ae4e0dfc"},"resourceType":"DocumentReference"} +{"id":"33ce99b8-8157-5142-8554-9933550b7404","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03702/analysis/HG03702.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350817#sample/cram"}],"status":"current","subject":{"reference":"Patient/2bd2379f-53d6-53d5-b0b6-c430ae4e0dfc"},"resourceType":"DocumentReference"} +{"id":"08983ea5-9774-5a20-86ed-5c9737af886a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03703/analysis/HG03703.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350818#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d9277051-c800-5d72-9e9f-655c4c5d9a43"},"resourceType":"DocumentReference"} +{"id":"7d973376-2fe0-5f7f-b77b-c84558898db4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03703/analysis/HG03703.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350818#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d9277051-c800-5d72-9e9f-655c4c5d9a43"},"resourceType":"DocumentReference"} +{"id":"0000c071-707a-538b-b1dc-02fbfadd79c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03703/analysis/HG03703.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350818#sample/cram"}],"status":"current","subject":{"reference":"Patient/d9277051-c800-5d72-9e9f-655c4c5d9a43"},"resourceType":"DocumentReference"} +{"id":"d73665d4-0921-5f29-9e68-5af1a49894a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03708/analysis/HG03708.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350820#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8347cdf3-3586-5738-b89e-bbefc3e28e38"},"resourceType":"DocumentReference"} +{"id":"d581c3e4-8ca1-5a2f-96fe-cd83be5477a4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03708/analysis/HG03708.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350820#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8347cdf3-3586-5738-b89e-bbefc3e28e38"},"resourceType":"DocumentReference"} +{"id":"dfcb1f37-de62-58e1-ae87-1958ee33dbaa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03708/analysis/HG03708.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350820#sample/cram"}],"status":"current","subject":{"reference":"Patient/8347cdf3-3586-5738-b89e-bbefc3e28e38"},"resourceType":"DocumentReference"} +{"id":"87d7f321-c1bc-5776-b1b3-fbe4d51c8d7b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03709/analysis/HG03709.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350821#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9e047233-427b-5304-a42e-43c8ecb0444a"},"resourceType":"DocumentReference"} +{"id":"bae0357e-2ea8-5253-b670-8034c53ea191","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03709/analysis/HG03709.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350821#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9e047233-427b-5304-a42e-43c8ecb0444a"},"resourceType":"DocumentReference"} +{"id":"5fad56ba-5156-5114-bfbd-498c03a46665","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03709/analysis/HG03709.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350821#sample/cram"}],"status":"current","subject":{"reference":"Patient/9e047233-427b-5304-a42e-43c8ecb0444a"},"resourceType":"DocumentReference"} +{"id":"74318f94-970a-5c51-97f0-0385190090a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03006/analysis/HG03006.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350823#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a71bb040-7287-560a-9524-3915b3f4d551"},"resourceType":"DocumentReference"} +{"id":"10bfc89e-b034-56c2-97f0-0e3849b3e37f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03006/analysis/HG03006.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350823#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a71bb040-7287-560a-9524-3915b3f4d551"},"resourceType":"DocumentReference"} +{"id":"a36c7bb3-e3fd-5e8b-a3b4-1b5fb6729ba1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03006/analysis/HG03006.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350823#sample/cram"}],"status":"current","subject":{"reference":"Patient/a71bb040-7287-560a-9524-3915b3f4d551"},"resourceType":"DocumentReference"} +{"id":"01393047-5f01-5df4-a444-331181b46434","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03007/analysis/HG03007.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350824#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/967d35ba-ed57-5bac-af24-4eebbadc733a"},"resourceType":"DocumentReference"} +{"id":"ece04ae8-09ef-585f-87e1-f8c2c5ed92fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03007/analysis/HG03007.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350824#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/967d35ba-ed57-5bac-af24-4eebbadc733a"},"resourceType":"DocumentReference"} +{"id":"a964859d-afe8-5e16-8947-e5fe31633967","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03007/analysis/HG03007.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350824#sample/cram"}],"status":"current","subject":{"reference":"Patient/967d35ba-ed57-5bac-af24-4eebbadc733a"},"resourceType":"DocumentReference"} +{"id":"87c36cc3-2476-59cc-ab1b-2737276a4895","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03615/analysis/HG03615.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350826#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dd524833-5ee9-54cc-b1b8-f68e4ef9464a"},"resourceType":"DocumentReference"} +{"id":"f608ab3d-f5c6-5434-935b-1ad6c45b480d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03615/analysis/HG03615.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350826#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dd524833-5ee9-54cc-b1b8-f68e4ef9464a"},"resourceType":"DocumentReference"} +{"id":"1093d11e-1768-5071-9b55-d4eacbd36c96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03615/analysis/HG03615.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350826#sample/cram"}],"status":"current","subject":{"reference":"Patient/dd524833-5ee9-54cc-b1b8-f68e4ef9464a"},"resourceType":"DocumentReference"} +{"id":"5418f09e-093b-5999-bd1e-b58d0f8ef609","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03616/analysis/HG03616.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350827#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/464d2a46-b52f-5698-ac08-e0cc2d94060a"},"resourceType":"DocumentReference"} +{"id":"db9129e7-da97-505c-91ff-f6fac0dba1f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03616/analysis/HG03616.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350827#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/464d2a46-b52f-5698-ac08-e0cc2d94060a"},"resourceType":"DocumentReference"} +{"id":"8e08086f-3caf-5578-8b98-7c55a31c0342","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03616/analysis/HG03616.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350827#sample/cram"}],"status":"current","subject":{"reference":"Patient/464d2a46-b52f-5698-ac08-e0cc2d94060a"},"resourceType":"DocumentReference"} +{"id":"1e1727c5-b85b-551d-9682-9afcb154e418","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03793/analysis/HG03793.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350829#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/33c09b45-0a2a-5fb1-8c77-cc00484ba379"},"resourceType":"DocumentReference"} +{"id":"dc9f4deb-2438-51a9-9a1e-93e72cf5a0e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03793/analysis/HG03793.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350829#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/33c09b45-0a2a-5fb1-8c77-cc00484ba379"},"resourceType":"DocumentReference"} +{"id":"c484bd48-0099-5cb5-aa7d-a34a5dbdb0d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03793/analysis/HG03793.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350829#sample/cram"}],"status":"current","subject":{"reference":"Patient/33c09b45-0a2a-5fb1-8c77-cc00484ba379"},"resourceType":"DocumentReference"} +{"id":"0a3a49aa-acbf-56a7-b685-c5bfa6a05e9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03796/analysis/HG03796.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350831#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/afbe1560-07d7-566b-97a9-e956c0e69a45"},"resourceType":"DocumentReference"} +{"id":"c3a74aed-778d-5db3-a100-159ff9bb1253","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03796/analysis/HG03796.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350831#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/afbe1560-07d7-566b-97a9-e956c0e69a45"},"resourceType":"DocumentReference"} +{"id":"64d35d29-4f5f-53e7-9807-706d8389a000","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03796/analysis/HG03796.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350831#sample/cram"}],"status":"current","subject":{"reference":"Patient/afbe1560-07d7-566b-97a9-e956c0e69a45"},"resourceType":"DocumentReference"} +{"id":"1c5d0d7a-9c77-50c8-886d-35ec99192148","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03800/analysis/HG03800.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350833#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5dfdc203-027b-5177-bfba-0e835bfbd061"},"resourceType":"DocumentReference"} +{"id":"080bb231-1206-5673-b647-79d3ab984076","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03800/analysis/HG03800.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350833#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5dfdc203-027b-5177-bfba-0e835bfbd061"},"resourceType":"DocumentReference"} +{"id":"e1b76b4c-ab32-570e-84f8-0ff85fd23b32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03800/analysis/HG03800.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350833#sample/cram"}],"status":"current","subject":{"reference":"Patient/5dfdc203-027b-5177-bfba-0e835bfbd061"},"resourceType":"DocumentReference"} +{"id":"e92b5220-e1be-5a9c-b99b-82709357d729","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03803/analysis/HG03803.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350835#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/136d75d0-67b5-52f4-a856-3bd41469db20"},"resourceType":"DocumentReference"} +{"id":"7f71c67a-9941-5b0e-8e8c-50c44f691ba1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03803/analysis/HG03803.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350835#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/136d75d0-67b5-52f4-a856-3bd41469db20"},"resourceType":"DocumentReference"} +{"id":"33504dc5-d4ac-59bb-9c73-2f46084940c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03803/analysis/HG03803.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350835#sample/cram"}],"status":"current","subject":{"reference":"Patient/136d75d0-67b5-52f4-a856-3bd41469db20"},"resourceType":"DocumentReference"} +{"id":"bfe9d17e-bb84-55ff-9b30-d72fd28c6301","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03802/analysis/HG03802.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350836#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/006ba812-16fb-529a-948c-26ab705dbf08"},"resourceType":"DocumentReference"} +{"id":"5fbaf9c0-22b5-5dad-9568-6e1d05745b63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03802/analysis/HG03802.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350836#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/006ba812-16fb-529a-948c-26ab705dbf08"},"resourceType":"DocumentReference"} +{"id":"e8a18766-7000-55d9-9698-3dca78963db0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03802/analysis/HG03802.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350836#sample/cram"}],"status":"current","subject":{"reference":"Patient/006ba812-16fb-529a-948c-26ab705dbf08"},"resourceType":"DocumentReference"} +{"id":"bf8fa7e9-2d64-5a24-b415-7a93dc57cc34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03815/analysis/HG03815.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350838#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8b6efb2b-9b5d-5eaa-be35-e303a83eb00e"},"resourceType":"DocumentReference"} +{"id":"3cd3f87c-bc80-5aef-90b3-bd12c6fbe17b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03815/analysis/HG03815.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350838#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8b6efb2b-9b5d-5eaa-be35-e303a83eb00e"},"resourceType":"DocumentReference"} +{"id":"08f18d20-1e92-50de-a61b-9cca1d9602c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03815/analysis/HG03815.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350838#sample/cram"}],"status":"current","subject":{"reference":"Patient/8b6efb2b-9b5d-5eaa-be35-e303a83eb00e"},"resourceType":"DocumentReference"} +{"id":"78c51912-80d6-568f-a8a3-34480a76fc01","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03814/analysis/HG03814.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350839#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/efbc00e9-17ac-545e-9ba9-70c384689209"},"resourceType":"DocumentReference"} +{"id":"e06039c1-4fbb-55c4-a454-6b5827a79f42","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03814/analysis/HG03814.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350839#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/efbc00e9-17ac-545e-9ba9-70c384689209"},"resourceType":"DocumentReference"} +{"id":"b590f811-8920-5eb3-8df4-087b80954510","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03814/analysis/HG03814.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350839#sample/cram"}],"status":"current","subject":{"reference":"Patient/efbc00e9-17ac-545e-9ba9-70c384689209"},"resourceType":"DocumentReference"} +{"id":"5e58e905-2ac4-5949-aa12-773f3bcf50f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03824/analysis/HG03824.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350840#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fbaae626-2ec1-5a07-bd31-6cade7e2f89e"},"resourceType":"DocumentReference"} +{"id":"f673946a-23e2-5fdd-9531-8874fa6cd6f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03824/analysis/HG03824.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350840#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fbaae626-2ec1-5a07-bd31-6cade7e2f89e"},"resourceType":"DocumentReference"} +{"id":"2665cd49-0251-5c59-95b7-f43210de18cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03824/analysis/HG03824.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350840#sample/cram"}],"status":"current","subject":{"reference":"Patient/fbaae626-2ec1-5a07-bd31-6cade7e2f89e"},"resourceType":"DocumentReference"} +{"id":"78302285-7688-54f7-a67b-f099aaccc82c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03823/analysis/HG03823.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350841#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b5503d88-4442-594e-a6ab-18b3736788f9"},"resourceType":"DocumentReference"} +{"id":"d228a8fc-064e-5e85-8800-479e575db943","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03823/analysis/HG03823.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350841#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b5503d88-4442-594e-a6ab-18b3736788f9"},"resourceType":"DocumentReference"} +{"id":"ba32bbc6-0308-5fcc-a396-dbc446370f36","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03823/analysis/HG03823.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350841#sample/cram"}],"status":"current","subject":{"reference":"Patient/b5503d88-4442-594e-a6ab-18b3736788f9"},"resourceType":"DocumentReference"} +{"id":"c5e8366a-a963-5724-aab0-39d0715442ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03826/analysis/HG03826.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350843#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b3e3aafc-51ca-5be1-8928-2f04a91c3908"},"resourceType":"DocumentReference"} +{"id":"b60df61e-6247-5f7a-ac66-425a68d37446","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03826/analysis/HG03826.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350843#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b3e3aafc-51ca-5be1-8928-2f04a91c3908"},"resourceType":"DocumentReference"} +{"id":"6d407402-724b-50f7-b913-51c3712c1ca4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03826/analysis/HG03826.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350843#sample/cram"}],"status":"current","subject":{"reference":"Patient/b3e3aafc-51ca-5be1-8928-2f04a91c3908"},"resourceType":"DocumentReference"} +{"id":"4877e31a-37eb-580b-b5b8-dc118082bc1e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03830/analysis/HG03830.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350845#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/210da456-8dd2-5e11-a7ec-419f79c275c5"},"resourceType":"DocumentReference"} +{"id":"c46bcab8-cdef-59c4-a50f-417e8ffef44c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03830/analysis/HG03830.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350845#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/210da456-8dd2-5e11-a7ec-419f79c275c5"},"resourceType":"DocumentReference"} +{"id":"9360a391-a0c6-5763-8f61-e7b3a3b43e66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03830/analysis/HG03830.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350845#sample/cram"}],"status":"current","subject":{"reference":"Patient/210da456-8dd2-5e11-a7ec-419f79c275c5"},"resourceType":"DocumentReference"} +{"id":"aa53cad0-0c27-5db1-8164-01ad0322c217","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03829/analysis/HG03829.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350846#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/89901882-5eba-568a-9a51-efb47b0f844e"},"resourceType":"DocumentReference"} +{"id":"875bbeed-89d2-54c1-9226-ca3f8fe598ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03829/analysis/HG03829.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350846#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/89901882-5eba-568a-9a51-efb47b0f844e"},"resourceType":"DocumentReference"} +{"id":"ab4a60cd-b0d4-5645-bddf-e7feee280639","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03829/analysis/HG03829.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350846#sample/cram"}],"status":"current","subject":{"reference":"Patient/89901882-5eba-568a-9a51-efb47b0f844e"},"resourceType":"DocumentReference"} +{"id":"32d01524-76a2-58d5-9790-7eff44881f01","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03833/analysis/HG03833.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350847#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/329e8960-0f13-5cb4-bb16-f3f2dff2e572"},"resourceType":"DocumentReference"} +{"id":"1d1a0213-af9e-5830-ae35-205d93e88ae0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03833/analysis/HG03833.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350847#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/329e8960-0f13-5cb4-bb16-f3f2dff2e572"},"resourceType":"DocumentReference"} +{"id":"eecc7e4c-79c5-543d-afd7-cdc0b0f88c70","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03833/analysis/HG03833.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350847#sample/cram"}],"status":"current","subject":{"reference":"Patient/329e8960-0f13-5cb4-bb16-f3f2dff2e572"},"resourceType":"DocumentReference"} +{"id":"7912f592-f8e1-555a-94b9-2a5f876026ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03832/analysis/HG03832.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350848#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4f071c26-47d3-570d-b615-41ef3aa6e521"},"resourceType":"DocumentReference"} +{"id":"539a862a-1594-5d46-ae2b-d9afef156454","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03832/analysis/HG03832.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350848#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4f071c26-47d3-570d-b615-41ef3aa6e521"},"resourceType":"DocumentReference"} +{"id":"9636d1f7-0882-5ee5-a5b1-37b6f1e7631b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03832/analysis/HG03832.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350848#sample/cram"}],"status":"current","subject":{"reference":"Patient/4f071c26-47d3-570d-b615-41ef3aa6e521"},"resourceType":"DocumentReference"} +{"id":"dbddccfa-fc4b-5850-8e5e-fdf690454d0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03914/analysis/HG03914.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350850#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/041f1664-4d12-5bd6-a6e1-cae2a5f4cca2"},"resourceType":"DocumentReference"} +{"id":"6804bc43-496a-5178-9237-63206493c395","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03914/analysis/HG03914.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350850#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/041f1664-4d12-5bd6-a6e1-cae2a5f4cca2"},"resourceType":"DocumentReference"} +{"id":"2583f62e-583f-5d34-8322-404c84942817","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03914/analysis/HG03914.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350850#sample/cram"}],"status":"current","subject":{"reference":"Patient/041f1664-4d12-5bd6-a6e1-cae2a5f4cca2"},"resourceType":"DocumentReference"} +{"id":"2bb73419-39be-50c7-bbf5-a32767fd8d50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03913/analysis/HG03913.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350851#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fdf147c2-d7ff-5ac7-b216-8b96cb45ac32"},"resourceType":"DocumentReference"} +{"id":"c9106c11-b175-51d2-846a-1fa40076094b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03913/analysis/HG03913.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350851#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fdf147c2-d7ff-5ac7-b216-8b96cb45ac32"},"resourceType":"DocumentReference"} +{"id":"73278d1a-f4f5-50d5-a5d3-a8ce5427c557","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03913/analysis/HG03913.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350851#sample/cram"}],"status":"current","subject":{"reference":"Patient/fdf147c2-d7ff-5ac7-b216-8b96cb45ac32"},"resourceType":"DocumentReference"} +{"id":"794e9b53-0a35-548d-b91f-65f951f2b25b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03941/analysis/HG03941.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350853#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/80c194a3-5528-551f-bfac-cdb1130d95ad"},"resourceType":"DocumentReference"} +{"id":"897bf6ab-2caf-509f-915a-42daea37ae21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03941/analysis/HG03941.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350853#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/80c194a3-5528-551f-bfac-cdb1130d95ad"},"resourceType":"DocumentReference"} +{"id":"1eaf8859-55b0-50c5-b022-bd37fd758707","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03941/analysis/HG03941.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350853#sample/cram"}],"status":"current","subject":{"reference":"Patient/80c194a3-5528-551f-bfac-cdb1130d95ad"},"resourceType":"DocumentReference"} +{"id":"a0fd5ba4-73da-5c91-b95c-8d06dcb351e9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03940/analysis/HG03940.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350854#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c399ebad-9b7d-5360-8bcd-3ad385742b12"},"resourceType":"DocumentReference"} +{"id":"e6765935-01ee-53cc-9895-ad38b241f997","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03940/analysis/HG03940.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350854#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c399ebad-9b7d-5360-8bcd-3ad385742b12"},"resourceType":"DocumentReference"} +{"id":"5115baac-3662-5d42-acbf-2fd54019cb6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03940/analysis/HG03940.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350854#sample/cram"}],"status":"current","subject":{"reference":"Patient/c399ebad-9b7d-5360-8bcd-3ad385742b12"},"resourceType":"DocumentReference"} +{"id":"07103b53-88cb-5272-98b3-d3bdd0bfe7cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04155/analysis/HG04155.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350855#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5288af7f-3e1b-5031-852b-d53e5e22edef"},"resourceType":"DocumentReference"} +{"id":"fd5afa38-1144-50f1-a7b2-39723712b26c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04155/analysis/HG04155.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350855#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5288af7f-3e1b-5031-852b-d53e5e22edef"},"resourceType":"DocumentReference"} +{"id":"ec9a663c-a478-586f-8d34-fd0b5f123f6e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04155/analysis/HG04155.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350855#sample/cram"}],"status":"current","subject":{"reference":"Patient/5288af7f-3e1b-5031-852b-d53e5e22edef"},"resourceType":"DocumentReference"} +{"id":"d48ac606-9a1f-517a-8d7a-13fc44030659","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04156/analysis/HG04156.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350856#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5c13b0ca-477f-54bc-ae53-5edfebfb107e"},"resourceType":"DocumentReference"} +{"id":"93ca7c90-8ce0-5056-9c5b-35a2baed08c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04156/analysis/HG04156.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350856#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5c13b0ca-477f-54bc-ae53-5edfebfb107e"},"resourceType":"DocumentReference"} +{"id":"de9b1b14-2b8d-52ae-a026-038d51ec5c27","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04156/analysis/HG04156.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350856#sample/cram"}],"status":"current","subject":{"reference":"Patient/5c13b0ca-477f-54bc-ae53-5edfebfb107e"},"resourceType":"DocumentReference"} +{"id":"753f6fa5-ce23-56bd-a544-ae3622819c96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03644/analysis/HG03644.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350858#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8167f41f-bddb-56ad-b3c6-b6fd1a0de3af"},"resourceType":"DocumentReference"} +{"id":"3aa96f90-9517-528b-8fec-b443dfaebf1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03644/analysis/HG03644.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350858#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8167f41f-bddb-56ad-b3c6-b6fd1a0de3af"},"resourceType":"DocumentReference"} +{"id":"c53add71-540f-5d7e-b4e2-948ed70049a1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03644/analysis/HG03644.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350858#sample/cram"}],"status":"current","subject":{"reference":"Patient/8167f41f-bddb-56ad-b3c6-b6fd1a0de3af"},"resourceType":"DocumentReference"} +{"id":"c99234f5-4b79-5457-a067-c1f623de6605","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03643/analysis/HG03643.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350859#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/85097b0f-8589-5e2e-a6c9-9cd1160501d5"},"resourceType":"DocumentReference"} +{"id":"6b088894-99ee-56d3-9d40-ad8734991258","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03643/analysis/HG03643.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350859#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/85097b0f-8589-5e2e-a6c9-9cd1160501d5"},"resourceType":"DocumentReference"} +{"id":"3198750f-d40a-5518-9f0b-0e07d2ee7b8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03643/analysis/HG03643.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350859#sample/cram"}],"status":"current","subject":{"reference":"Patient/85097b0f-8589-5e2e-a6c9-9cd1160501d5"},"resourceType":"DocumentReference"} +{"id":"93e08946-76c5-5b83-9a1f-47da6d37654a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03679/analysis/HG03679.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350860#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7e9d768f-0aa3-55d2-8ff7-ae1275e65e4e"},"resourceType":"DocumentReference"} +{"id":"afa58bcd-7350-57c2-bcc2-fb0f5573a690","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03679/analysis/HG03679.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350860#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7e9d768f-0aa3-55d2-8ff7-ae1275e65e4e"},"resourceType":"DocumentReference"} +{"id":"d1e1e941-8f1b-5d2f-8766-9c1a06238c38","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03679/analysis/HG03679.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350860#sample/cram"}],"status":"current","subject":{"reference":"Patient/7e9d768f-0aa3-55d2-8ff7-ae1275e65e4e"},"resourceType":"DocumentReference"} +{"id":"9e19e33d-7d1c-5615-bfa4-d1ef630ba844","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03642/analysis/HG03642.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350861#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4fdc0d82-da52-5422-baa6-d8c42465b067"},"resourceType":"DocumentReference"} +{"id":"8740c378-7d58-50c0-9d62-7dd0a8ef3003","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03642/analysis/HG03642.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350861#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4fdc0d82-da52-5422-baa6-d8c42465b067"},"resourceType":"DocumentReference"} +{"id":"69e63009-8e9b-5db3-bbc5-98e100539c24","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03642/analysis/HG03642.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350861#sample/cram"}],"status":"current","subject":{"reference":"Patient/4fdc0d82-da52-5422-baa6-d8c42465b067"},"resourceType":"DocumentReference"} +{"id":"0341af56-2423-53ed-958e-3ab37f50df6e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03673/analysis/HG03673.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350862#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eab3a7c3-0e92-521f-98d9-4f369174c210"},"resourceType":"DocumentReference"} +{"id":"2b131b0b-d487-5282-8481-6106cc4e7494","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03673/analysis/HG03673.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350862#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eab3a7c3-0e92-521f-98d9-4f369174c210"},"resourceType":"DocumentReference"} +{"id":"d5930f68-9187-500d-a86f-82b9aaa6afb6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03673/analysis/HG03673.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350862#sample/cram"}],"status":"current","subject":{"reference":"Patient/eab3a7c3-0e92-521f-98d9-4f369174c210"},"resourceType":"DocumentReference"} +{"id":"bd437453-6e49-5281-9cac-2858b3b5c674","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03684/analysis/HG03684.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350865#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/40072210-fcf6-5aae-9ee1-c41cbe09da0f"},"resourceType":"DocumentReference"} +{"id":"ac098fd7-41e2-5a49-b7fa-9c593e9bd999","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03684/analysis/HG03684.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350865#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/40072210-fcf6-5aae-9ee1-c41cbe09da0f"},"resourceType":"DocumentReference"} +{"id":"9015fb27-0b6c-5bdb-a8be-6cb112b38db9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03684/analysis/HG03684.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350865#sample/cram"}],"status":"current","subject":{"reference":"Patient/40072210-fcf6-5aae-9ee1-c41cbe09da0f"},"resourceType":"DocumentReference"} +{"id":"3f5aade3-e747-5ca1-b834-fe6c30c70d78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03885/analysis/HG03885.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350867#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/54bcfb90-a403-5469-a26c-3ea3952f87a0"},"resourceType":"DocumentReference"} +{"id":"6c07aba2-5c26-560c-9c1d-b3950f6d5aa1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03885/analysis/HG03885.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350867#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/54bcfb90-a403-5469-a26c-3ea3952f87a0"},"resourceType":"DocumentReference"} +{"id":"03edc3aa-3b3d-5d0d-8c58-d502eb406546","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03885/analysis/HG03885.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350867#sample/cram"}],"status":"current","subject":{"reference":"Patient/54bcfb90-a403-5469-a26c-3ea3952f87a0"},"resourceType":"DocumentReference"} +{"id":"e3780819-6b3b-5cfa-aabb-10a9bee69115","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03886/analysis/HG03886.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350868#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ad3e29a7-289f-5b26-bdaf-59f135b03b21"},"resourceType":"DocumentReference"} +{"id":"b801c35e-e709-5a86-966d-3c63bc2ffaa8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03886/analysis/HG03886.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350868#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ad3e29a7-289f-5b26-bdaf-59f135b03b21"},"resourceType":"DocumentReference"} +{"id":"0c7148ca-f527-54d7-b876-66805cf626c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03886/analysis/HG03886.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350868#sample/cram"}],"status":"current","subject":{"reference":"Patient/ad3e29a7-289f-5b26-bdaf-59f135b03b21"},"resourceType":"DocumentReference"} +{"id":"12c953c8-5e40-5f67-982c-4e2c27e1e147","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03692/analysis/HG03692.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350870#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6aa9543d-657f-50e5-b26a-975da237bce1"},"resourceType":"DocumentReference"} +{"id":"73c5db83-613a-5a5c-8444-915d10a597ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03692/analysis/HG03692.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350870#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6aa9543d-657f-50e5-b26a-975da237bce1"},"resourceType":"DocumentReference"} +{"id":"b6f31d10-de2e-5aeb-861f-747e58b0a073","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03692/analysis/HG03692.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350870#sample/cram"}],"status":"current","subject":{"reference":"Patient/6aa9543d-657f-50e5-b26a-975da237bce1"},"resourceType":"DocumentReference"} +{"id":"459221f2-3b10-5540-862f-f7e6866cdbce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03693/analysis/HG03693.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350871#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ccd775b5-92c8-5782-bf84-1946eb0cdb63"},"resourceType":"DocumentReference"} +{"id":"5a73974b-ebaa-5f4c-9714-91e724999f07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03693/analysis/HG03693.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350871#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ccd775b5-92c8-5782-bf84-1946eb0cdb63"},"resourceType":"DocumentReference"} +{"id":"df029c3a-83a6-52d1-b028-3f9be73eb4e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03693/analysis/HG03693.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350871#sample/cram"}],"status":"current","subject":{"reference":"Patient/ccd775b5-92c8-5782-bf84-1946eb0cdb63"},"resourceType":"DocumentReference"} +{"id":"f7af7f0d-9e0a-5479-8a9e-3323d0e2766f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03740/analysis/HG03740.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350872#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/58127f91-ddec-5a06-bf1c-af32371afa8d"},"resourceType":"DocumentReference"} +{"id":"aa6e3ba7-571d-5ce6-97e6-8679a6a9afa1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03740/analysis/HG03740.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350872#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/58127f91-ddec-5a06-bf1c-af32371afa8d"},"resourceType":"DocumentReference"} +{"id":"ba8bdde1-6ade-5c8d-8fb8-129924c096ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03740/analysis/HG03740.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350872#sample/cram"}],"status":"current","subject":{"reference":"Patient/58127f91-ddec-5a06-bf1c-af32371afa8d"},"resourceType":"DocumentReference"} +{"id":"5c54a7d0-7895-5059-9033-e89d9545ef10","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03741/analysis/HG03741.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350873#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9d1f8e83-dbdf-5858-b5f1-0a41a80bb9b7"},"resourceType":"DocumentReference"} +{"id":"345cba95-e0c5-5499-a2de-48d4746268b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03741/analysis/HG03741.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350873#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9d1f8e83-dbdf-5858-b5f1-0a41a80bb9b7"},"resourceType":"DocumentReference"} +{"id":"251c4c1a-df08-5ec2-87d1-2609e6f8e89e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03741/analysis/HG03741.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350873#sample/cram"}],"status":"current","subject":{"reference":"Patient/9d1f8e83-dbdf-5858-b5f1-0a41a80bb9b7"},"resourceType":"DocumentReference"} +{"id":"f19f6d69-0f64-57cb-a26e-9ed2bebb3ca1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03884/analysis/HG03884.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350874#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4eb9376f-9b5d-5891-8de7-2011d15e657c"},"resourceType":"DocumentReference"} +{"id":"f76aa591-6e98-56cc-9f84-f55c6958f68d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03884/analysis/HG03884.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350874#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4eb9376f-9b5d-5891-8de7-2011d15e657c"},"resourceType":"DocumentReference"} +{"id":"ca2b16c5-9b2a-5c01-875f-dab6344d1282","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03884/analysis/HG03884.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350874#sample/cram"}],"status":"current","subject":{"reference":"Patient/4eb9376f-9b5d-5891-8de7-2011d15e657c"},"resourceType":"DocumentReference"} +{"id":"516c99fd-a741-5ff1-8c7b-f0570c0d54eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03743/analysis/HG03743.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350875#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f69a367e-2343-5110-bd13-4f93d6a35ae2"},"resourceType":"DocumentReference"} +{"id":"b1aa27dd-eb49-56ae-a49b-97b7c2e1e1b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03743/analysis/HG03743.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350875#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f69a367e-2343-5110-bd13-4f93d6a35ae2"},"resourceType":"DocumentReference"} +{"id":"06a2271c-fc8f-5aa4-bcd9-ab952fb16f1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03743/analysis/HG03743.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350875#sample/cram"}],"status":"current","subject":{"reference":"Patient/f69a367e-2343-5110-bd13-4f93d6a35ae2"},"resourceType":"DocumentReference"} +{"id":"abfaa83c-b052-5f03-be7d-d1f7bfd862f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03757/analysis/HG03757.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350876#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/103ba743-661f-5049-9ea9-0a2325bf0c98"},"resourceType":"DocumentReference"} +{"id":"ebb59bb5-151b-55b3-b395-e43c4c581017","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03757/analysis/HG03757.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350876#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/103ba743-661f-5049-9ea9-0a2325bf0c98"},"resourceType":"DocumentReference"} +{"id":"c16285c5-3708-5b17-971d-67f239156c10","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03757/analysis/HG03757.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350876#sample/cram"}],"status":"current","subject":{"reference":"Patient/103ba743-661f-5049-9ea9-0a2325bf0c98"},"resourceType":"DocumentReference"} +{"id":"2e3d3f49-f135-5f4b-8b0a-9b43150c542e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03746/analysis/HG03746.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350877#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ce336757-0b49-5c77-b74b-b55dd92ae718"},"resourceType":"DocumentReference"} +{"id":"b4b0d62b-f39d-5e9f-bfd3-e5f982fdcd85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03746/analysis/HG03746.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350877#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ce336757-0b49-5c77-b74b-b55dd92ae718"},"resourceType":"DocumentReference"} +{"id":"8621c156-e0cc-5a73-8b29-2ad55197342e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03746/analysis/HG03746.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350877#sample/cram"}],"status":"current","subject":{"reference":"Patient/ce336757-0b49-5c77-b74b-b55dd92ae718"},"resourceType":"DocumentReference"} +{"id":"562fd242-1020-51e1-843e-f34c8cde2fc8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03888/analysis/HG03888.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350878#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/94ac54a8-7d60-5b91-a399-dcff5161b7e1"},"resourceType":"DocumentReference"} +{"id":"f71efe9c-0baa-513f-9c2f-f4f51871eb7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03888/analysis/HG03888.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350878#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/94ac54a8-7d60-5b91-a399-dcff5161b7e1"},"resourceType":"DocumentReference"} +{"id":"98debfd4-4c84-5fe4-97ea-29538be67520","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03888/analysis/HG03888.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350878#sample/cram"}],"status":"current","subject":{"reference":"Patient/94ac54a8-7d60-5b91-a399-dcff5161b7e1"},"resourceType":"DocumentReference"} +{"id":"3a00e7f1-3bbd-5eda-b2bf-3371fba1e7f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03750/analysis/HG03750.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350879#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c462f8a9-7235-5e94-ba74-25244d7219a1"},"resourceType":"DocumentReference"} +{"id":"006e956c-1c40-504e-995d-507bcd90b9cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03750/analysis/HG03750.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350879#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c462f8a9-7235-5e94-ba74-25244d7219a1"},"resourceType":"DocumentReference"} +{"id":"ae60da81-ea34-51cc-8aa0-6639d89942a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03750/analysis/HG03750.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350879#sample/cram"}],"status":"current","subject":{"reference":"Patient/c462f8a9-7235-5e94-ba74-25244d7219a1"},"resourceType":"DocumentReference"} +{"id":"7de3b5dd-41f0-581d-adfe-18f60bee30ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03754/analysis/HG03754.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350880#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c9687caa-3da9-5963-9ab2-fce3d4149261"},"resourceType":"DocumentReference"} +{"id":"edf8628f-9de0-525f-b247-ab9dfb2aaf57","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03754/analysis/HG03754.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350880#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c9687caa-3da9-5963-9ab2-fce3d4149261"},"resourceType":"DocumentReference"} +{"id":"5b921fbc-d1b2-576e-8944-3e273092bac8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03754/analysis/HG03754.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350880#sample/cram"}],"status":"current","subject":{"reference":"Patient/c9687caa-3da9-5963-9ab2-fce3d4149261"},"resourceType":"DocumentReference"} +{"id":"4b712184-2638-5d8d-a4af-6d23840b6b77","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03756/analysis/HG03756.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350881#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2f1f4bda-17b2-5eec-8dbc-3be2c4980862"},"resourceType":"DocumentReference"} +{"id":"7d446cf6-102f-5b67-8af0-2d401083db0f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03756/analysis/HG03756.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350881#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2f1f4bda-17b2-5eec-8dbc-3be2c4980862"},"resourceType":"DocumentReference"} +{"id":"fd62c4e6-9738-57f2-b639-d7fff80f5b98","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03756/analysis/HG03756.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350881#sample/cram"}],"status":"current","subject":{"reference":"Patient/2f1f4bda-17b2-5eec-8dbc-3be2c4980862"},"resourceType":"DocumentReference"} +{"id":"f31c9c70-f869-5326-8b0e-e474a91f8942","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03844/analysis/HG03844.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350882#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e83efa97-186d-5f5f-906b-e092a6d96f9f"},"resourceType":"DocumentReference"} +{"id":"fed5e1b6-4573-5baf-97da-861020367465","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03844/analysis/HG03844.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350882#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e83efa97-186d-5f5f-906b-e092a6d96f9f"},"resourceType":"DocumentReference"} +{"id":"c00d43eb-1472-58a4-b5cf-b1045eb7c2f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03844/analysis/HG03844.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350882#sample/cram"}],"status":"current","subject":{"reference":"Patient/e83efa97-186d-5f5f-906b-e092a6d96f9f"},"resourceType":"DocumentReference"} +{"id":"c8b158d9-1495-51e4-af1c-56757462e1b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04006/analysis/HG04006.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350883#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3192b843-71e8-52be-a9b8-0fcce9f6aa9d"},"resourceType":"DocumentReference"} +{"id":"ca69938d-031b-5ccf-8f5a-d09507c672af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04006/analysis/HG04006.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350883#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3192b843-71e8-52be-a9b8-0fcce9f6aa9d"},"resourceType":"DocumentReference"} +{"id":"2e8797ae-ac77-5801-99f5-0551cdd3b5d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04006/analysis/HG04006.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350883#sample/cram"}],"status":"current","subject":{"reference":"Patient/3192b843-71e8-52be-a9b8-0fcce9f6aa9d"},"resourceType":"DocumentReference"} +{"id":"b8bd38f5-8359-56a1-a866-df514e281be4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03838/analysis/HG03838.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350884#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/431b5af5-849a-503a-a7ce-d118d289dfdf"},"resourceType":"DocumentReference"} +{"id":"f61c8534-ad0b-5f8c-b7d3-763a4cbfcf84","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03838/analysis/HG03838.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350884#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/431b5af5-849a-503a-a7ce-d118d289dfdf"},"resourceType":"DocumentReference"} +{"id":"b70e2fb1-654a-5343-a3dc-1281f806d56f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03838/analysis/HG03838.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350884#sample/cram"}],"status":"current","subject":{"reference":"Patient/431b5af5-849a-503a-a7ce-d118d289dfdf"},"resourceType":"DocumentReference"} +{"id":"caef09cb-a539-5f6f-a1ba-5a5c1da4c0ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03849/analysis/HG03849.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350885#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6843a7cc-3e65-5624-9bbc-0d86c7b8faf0"},"resourceType":"DocumentReference"} +{"id":"f4ca3d77-8d9c-589b-b52d-593bdee1356b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03849/analysis/HG03849.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350885#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6843a7cc-3e65-5624-9bbc-0d86c7b8faf0"},"resourceType":"DocumentReference"} +{"id":"5d7cd277-e31e-5140-958f-bd11e5dcf924","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03849/analysis/HG03849.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350885#sample/cram"}],"status":"current","subject":{"reference":"Patient/6843a7cc-3e65-5624-9bbc-0d86c7b8faf0"},"resourceType":"DocumentReference"} +{"id":"03cc511c-1feb-5ce7-94a6-0a8212645ec6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03950/analysis/HG03950.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350886#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1ee06340-c14d-5e73-ab97-2f091be036b0"},"resourceType":"DocumentReference"} +{"id":"1721c619-4cbc-5714-a9fd-78a25f71f56d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03950/analysis/HG03950.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350886#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1ee06340-c14d-5e73-ab97-2f091be036b0"},"resourceType":"DocumentReference"} +{"id":"f4a787c1-5333-5b7d-91ba-698ba56a4b31","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03950/analysis/HG03950.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350886#sample/cram"}],"status":"current","subject":{"reference":"Patient/1ee06340-c14d-5e73-ab97-2f091be036b0"},"resourceType":"DocumentReference"} +{"id":"a1684a6c-b91c-5802-9b01-bab53c9c3170","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03858/analysis/HG03858.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350887#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/22ae9e66-8b1c-5a44-9932-9cadf0d2ccfc"},"resourceType":"DocumentReference"} +{"id":"1b025a38-ecf0-5995-804b-a0801a5bf838","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03858/analysis/HG03858.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350887#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/22ae9e66-8b1c-5a44-9932-9cadf0d2ccfc"},"resourceType":"DocumentReference"} +{"id":"0243d0ea-ce39-57dc-976d-1c3613936be0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03858/analysis/HG03858.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350887#sample/cram"}],"status":"current","subject":{"reference":"Patient/22ae9e66-8b1c-5a44-9932-9cadf0d2ccfc"},"resourceType":"DocumentReference"} +{"id":"57867f3a-a4eb-53f0-bfbe-f52df15596c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03887/analysis/HG03887.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350888#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/19b3a904-f06a-5044-aaf5-c922c7cc7e88"},"resourceType":"DocumentReference"} +{"id":"1944788a-4cfc-5f37-a845-756ba9b9fcd5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03887/analysis/HG03887.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350888#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/19b3a904-f06a-5044-aaf5-c922c7cc7e88"},"resourceType":"DocumentReference"} +{"id":"ea24a6cf-1899-5655-b011-a6177f56aee1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03887/analysis/HG03887.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350888#sample/cram"}],"status":"current","subject":{"reference":"Patient/19b3a904-f06a-5044-aaf5-c922c7cc7e88"},"resourceType":"DocumentReference"} +{"id":"dda2842c-ba22-59e2-bc98-eae6b610dc47","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03986/analysis/HG03986.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350889#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/058ba678-f717-56da-80b3-802a599e6708"},"resourceType":"DocumentReference"} +{"id":"bf7cf9e4-63b1-59d3-83a3-d452f40c7972","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03986/analysis/HG03986.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350889#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/058ba678-f717-56da-80b3-802a599e6708"},"resourceType":"DocumentReference"} +{"id":"e52279c4-a102-5748-a223-05f7687eeef2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03986/analysis/HG03986.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350889#sample/cram"}],"status":"current","subject":{"reference":"Patient/058ba678-f717-56da-80b3-802a599e6708"},"resourceType":"DocumentReference"} +{"id":"72eb6fea-8cc9-561c-a91f-e6b1a05ded58","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03896/analysis/HG03896.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350890#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6f394a64-69fd-5fb5-8145-e07ae82ad488"},"resourceType":"DocumentReference"} +{"id":"e8c84c54-736c-5e2d-b2b8-4649845638d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03896/analysis/HG03896.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350890#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6f394a64-69fd-5fb5-8145-e07ae82ad488"},"resourceType":"DocumentReference"} +{"id":"8d15bbda-b2b0-55a8-b241-834af1b94aa6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03896/analysis/HG03896.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350890#sample/cram"}],"status":"current","subject":{"reference":"Patient/6f394a64-69fd-5fb5-8145-e07ae82ad488"},"resourceType":"DocumentReference"} +{"id":"65a43773-2916-58b5-9e68-b1a2054b3c96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03898/analysis/HG03898.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350891#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/831eb7d1-7fae-523f-a731-c7d772bbc2b0"},"resourceType":"DocumentReference"} +{"id":"0542e3d1-3b22-5c55-b19b-426377cfa998","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03898/analysis/HG03898.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350891#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/831eb7d1-7fae-523f-a731-c7d772bbc2b0"},"resourceType":"DocumentReference"} +{"id":"fe1fa1e1-7927-54a2-88c3-c1b595c5ce39","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03898/analysis/HG03898.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350891#sample/cram"}],"status":"current","subject":{"reference":"Patient/831eb7d1-7fae-523f-a731-c7d772bbc2b0"},"resourceType":"DocumentReference"} +{"id":"c2207c25-1af3-5ca7-b97a-46a38acca2da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03900/analysis/HG03900.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350892#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/55a391ca-9c73-5d76-984b-f7adccd2a5de"},"resourceType":"DocumentReference"} +{"id":"6ef58fd1-5b3f-5159-9960-f0a3bd851cfc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03900/analysis/HG03900.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350892#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/55a391ca-9c73-5d76-984b-f7adccd2a5de"},"resourceType":"DocumentReference"} +{"id":"002923ab-eb0f-5e99-8df4-546cb4aa29ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03900/analysis/HG03900.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350892#sample/cram"}],"status":"current","subject":{"reference":"Patient/55a391ca-9c73-5d76-984b-f7adccd2a5de"},"resourceType":"DocumentReference"} +{"id":"04223172-1564-549e-9a63-76df04b2b07a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03943/analysis/HG03943.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350893#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ea87fdd9-fd40-508c-8320-4adeffd6f67b"},"resourceType":"DocumentReference"} +{"id":"f5eb887a-446e-59a2-a995-3e58c9a4fd1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03943/analysis/HG03943.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350893#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ea87fdd9-fd40-508c-8320-4adeffd6f67b"},"resourceType":"DocumentReference"} +{"id":"dfd44e32-4a66-5998-9385-1159a0b133cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03943/analysis/HG03943.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350893#sample/cram"}],"status":"current","subject":{"reference":"Patient/ea87fdd9-fd40-508c-8320-4adeffd6f67b"},"resourceType":"DocumentReference"} +{"id":"86f6bfad-9fea-58e2-9cf7-e46979dcd806","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03713/analysis/HG03713.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350894#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/44025e4b-bfb8-552e-9112-843807cdbd8d"},"resourceType":"DocumentReference"} +{"id":"2d765b80-d4d6-52fa-964f-ae8c0aa4c273","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03713/analysis/HG03713.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350894#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/44025e4b-bfb8-552e-9112-843807cdbd8d"},"resourceType":"DocumentReference"} +{"id":"6f8b6936-0930-589a-82e2-d48b18e6a252","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03713/analysis/HG03713.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350894#sample/cram"}],"status":"current","subject":{"reference":"Patient/44025e4b-bfb8-552e-9112-843807cdbd8d"},"resourceType":"DocumentReference"} +{"id":"230a3c0e-d80a-562a-b008-058acb2b29e4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03716/analysis/HG03716.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350896#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ff3ad4db-44d5-5961-a986-a0893842381f"},"resourceType":"DocumentReference"} +{"id":"64148062-018b-58d7-973f-a3d4298156c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03716/analysis/HG03716.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350896#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ff3ad4db-44d5-5961-a986-a0893842381f"},"resourceType":"DocumentReference"} +{"id":"8441749d-5e3b-5682-bbbf-b0ec1d551897","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03716/analysis/HG03716.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350896#sample/cram"}],"status":"current","subject":{"reference":"Patient/ff3ad4db-44d5-5961-a986-a0893842381f"},"resourceType":"DocumentReference"} +{"id":"b7208a2b-8c9a-57cc-8545-c27a80b53924","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03714/analysis/HG03714.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350897#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7af9a2d9-15cb-5b30-aac3-447480fc45f5"},"resourceType":"DocumentReference"} +{"id":"ddc83042-8555-5b11-bc61-1f24f7804a97","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03714/analysis/HG03714.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350897#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7af9a2d9-15cb-5b30-aac3-447480fc45f5"},"resourceType":"DocumentReference"} +{"id":"52534210-4b3b-59f4-86b1-49be79698769","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03714/analysis/HG03714.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350897#sample/cram"}],"status":"current","subject":{"reference":"Patient/7af9a2d9-15cb-5b30-aac3-447480fc45f5"},"resourceType":"DocumentReference"} +{"id":"04a377f0-fd10-5628-af29-c3440fe44fcf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03717/analysis/HG03717.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350898#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1e8335cc-d0fd-5616-97df-7464741863ff"},"resourceType":"DocumentReference"} +{"id":"2a6cb460-4428-5a81-8e96-49e7b5ae67c1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03717/analysis/HG03717.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350898#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1e8335cc-d0fd-5616-97df-7464741863ff"},"resourceType":"DocumentReference"} +{"id":"09178653-e6fc-5f4a-be03-d05027f78c23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03717/analysis/HG03717.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350898#sample/cram"}],"status":"current","subject":{"reference":"Patient/1e8335cc-d0fd-5616-97df-7464741863ff"},"resourceType":"DocumentReference"} +{"id":"16a2f49f-aaa2-59ca-84ca-c3af6b14908e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03722/analysis/HG03722.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350900#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5bfe536f-66ed-5421-b432-020d4eb693c5"},"resourceType":"DocumentReference"} +{"id":"4d2e3632-403f-5166-ad6e-bbc01304112b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03722/analysis/HG03722.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350900#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5bfe536f-66ed-5421-b432-020d4eb693c5"},"resourceType":"DocumentReference"} +{"id":"75aee1b5-e971-5edc-a2b5-1b1ca6e2f1f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03722/analysis/HG03722.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350900#sample/cram"}],"status":"current","subject":{"reference":"Patient/5bfe536f-66ed-5421-b432-020d4eb693c5"},"resourceType":"DocumentReference"} +{"id":"54810a70-1fb1-5a99-b90a-892e940f01de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03730/analysis/HG03730.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350902#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/15c60f0c-3a79-5333-a066-322fcd09d1fc"},"resourceType":"DocumentReference"} +{"id":"18e420ee-3820-5d55-a0d9-9e82e4eaf7af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03730/analysis/HG03730.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350902#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/15c60f0c-3a79-5333-a066-322fcd09d1fc"},"resourceType":"DocumentReference"} +{"id":"2862953b-b473-50ea-983f-9259ebd1d034","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03730/analysis/HG03730.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350902#sample/cram"}],"status":"current","subject":{"reference":"Patient/15c60f0c-3a79-5333-a066-322fcd09d1fc"},"resourceType":"DocumentReference"} +{"id":"fcb1d763-4d1c-5ed1-827e-05515238fcec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03727/analysis/HG03727.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350903#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/aa0d4978-99af-5dcc-abc7-8cde33eb3e87"},"resourceType":"DocumentReference"} +{"id":"9082f892-918d-5f99-9854-5fe51dce847d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03727/analysis/HG03727.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350903#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/aa0d4978-99af-5dcc-abc7-8cde33eb3e87"},"resourceType":"DocumentReference"} +{"id":"1132aeda-cb87-5346-9496-3f4602c45560","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03727/analysis/HG03727.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350903#sample/cram"}],"status":"current","subject":{"reference":"Patient/aa0d4978-99af-5dcc-abc7-8cde33eb3e87"},"resourceType":"DocumentReference"} +{"id":"574b2b2c-9aed-5a69-8668-5147be42627c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03729/analysis/HG03729.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350905#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6907a6b9-5972-5bdf-a227-5242c87895c9"},"resourceType":"DocumentReference"} +{"id":"22e22015-c5fb-5273-ae7e-f9200e4d60fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03729/analysis/HG03729.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350905#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6907a6b9-5972-5bdf-a227-5242c87895c9"},"resourceType":"DocumentReference"} +{"id":"d1d9e3c9-b12b-5f8a-bd27-cbb0dcba8b44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03729/analysis/HG03729.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350905#sample/cram"}],"status":"current","subject":{"reference":"Patient/6907a6b9-5972-5bdf-a227-5242c87895c9"},"resourceType":"DocumentReference"} +{"id":"5433be8d-261c-528b-af5d-cb12561c6fc4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03731/analysis/HG03731.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350906#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f0a22523-40c2-5063-b987-b83f063bb252"},"resourceType":"DocumentReference"} +{"id":"87e78641-6646-5526-a940-196c0dd008fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03731/analysis/HG03731.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350906#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f0a22523-40c2-5063-b987-b83f063bb252"},"resourceType":"DocumentReference"} +{"id":"7c4f175a-828d-56dc-b4e5-bf4a51ba18f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03731/analysis/HG03731.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350906#sample/cram"}],"status":"current","subject":{"reference":"Patient/f0a22523-40c2-5063-b987-b83f063bb252"},"resourceType":"DocumentReference"} +{"id":"2f2cfbc0-9e9b-55b7-a68c-0a46956bde78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03771/analysis/HG03771.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350907#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/deb2e2cc-3604-5e0c-8719-0195b9a889e5"},"resourceType":"DocumentReference"} +{"id":"77a23cf2-bb18-544f-bf70-af1d36e670a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03771/analysis/HG03771.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350907#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/deb2e2cc-3604-5e0c-8719-0195b9a889e5"},"resourceType":"DocumentReference"} +{"id":"133c2296-3acd-560c-995c-6a4fe089e6a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03771/analysis/HG03771.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350907#sample/cram"}],"status":"current","subject":{"reference":"Patient/deb2e2cc-3604-5e0c-8719-0195b9a889e5"},"resourceType":"DocumentReference"} +{"id":"ed8cf379-9925-5283-bbcf-4adf440e4959","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03770/analysis/HG03770.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350908#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1abdc710-3356-585d-aa98-d315a127587f"},"resourceType":"DocumentReference"} +{"id":"8d1ad24e-7caf-512e-bea7-daf4dc0d27b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03770/analysis/HG03770.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350908#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1abdc710-3356-585d-aa98-d315a127587f"},"resourceType":"DocumentReference"} +{"id":"4e9c7751-b4dd-560c-86c6-f2dde2b41384","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03770/analysis/HG03770.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350908#sample/cram"}],"status":"current","subject":{"reference":"Patient/1abdc710-3356-585d-aa98-d315a127587f"},"resourceType":"DocumentReference"} +{"id":"fa76cf2c-b6e7-5f53-ba84-0468c7dbe764","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03882/analysis/HG03882.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350909#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0eaeb866-21c7-599d-9f64-f24594e42a2d"},"resourceType":"DocumentReference"} +{"id":"cf1d1bae-dd24-5cf5-9b9e-88821d3da0df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03882/analysis/HG03882.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350909#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0eaeb866-21c7-599d-9f64-f24594e42a2d"},"resourceType":"DocumentReference"} +{"id":"2158f38f-9de9-5533-a5ff-3cdbae20d2e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03882/analysis/HG03882.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350909#sample/cram"}],"status":"current","subject":{"reference":"Patient/0eaeb866-21c7-599d-9f64-f24594e42a2d"},"resourceType":"DocumentReference"} +{"id":"d4fdfce1-d75c-51fd-97b1-7fcccc7fdd53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03781/analysis/HG03781.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350910#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/50aa2fc5-5eb7-59a6-bf85-c9f4f2e6cc03"},"resourceType":"DocumentReference"} +{"id":"e68c58dc-157d-57d0-a13d-222ff0eb4d69","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03781/analysis/HG03781.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350910#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/50aa2fc5-5eb7-59a6-bf85-c9f4f2e6cc03"},"resourceType":"DocumentReference"} +{"id":"97a88071-07f1-5aa6-8f79-19301a603805","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03781/analysis/HG03781.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350910#sample/cram"}],"status":"current","subject":{"reference":"Patient/50aa2fc5-5eb7-59a6-bf85-c9f4f2e6cc03"},"resourceType":"DocumentReference"} +{"id":"4e22b37a-ae44-5704-8939-aadb54c4bba5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03775/analysis/HG03775.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350911#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/146c5fbc-4b54-53e3-998e-138fce0987a3"},"resourceType":"DocumentReference"} +{"id":"bd64bc8c-6b4d-5366-b3f3-af77822f2efc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03775/analysis/HG03775.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350911#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/146c5fbc-4b54-53e3-998e-138fce0987a3"},"resourceType":"DocumentReference"} +{"id":"bfa80fdc-cf3a-5969-9c67-c85450c5864e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03775/analysis/HG03775.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350911#sample/cram"}],"status":"current","subject":{"reference":"Patient/146c5fbc-4b54-53e3-998e-138fce0987a3"},"resourceType":"DocumentReference"} +{"id":"4b33e47f-5f06-55ec-80e8-a75ad26ce203","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03773/analysis/HG03773.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350912#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8495b207-bb80-5c53-a187-699036ecab78"},"resourceType":"DocumentReference"} +{"id":"57352c50-2bc9-5fcc-9722-58935b522f8c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03773/analysis/HG03773.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350912#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8495b207-bb80-5c53-a187-699036ecab78"},"resourceType":"DocumentReference"} +{"id":"d4da2804-10f1-527a-8df3-3ad8e84164bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03773/analysis/HG03773.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350912#sample/cram"}],"status":"current","subject":{"reference":"Patient/8495b207-bb80-5c53-a187-699036ecab78"},"resourceType":"DocumentReference"} +{"id":"13e6b83c-857d-5910-a6f9-01808a5fbe34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03772/analysis/HG03772.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350913#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/58b04ef8-5b3c-5e66-9a53-dcde4fef559b"},"resourceType":"DocumentReference"} +{"id":"05920bc1-aca4-5fc7-998b-19c5544cd9cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03772/analysis/HG03772.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350913#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/58b04ef8-5b3c-5e66-9a53-dcde4fef559b"},"resourceType":"DocumentReference"} +{"id":"49823f3c-2a06-5833-aa86-1361b8cb7e3f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03772/analysis/HG03772.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350913#sample/cram"}],"status":"current","subject":{"reference":"Patient/58b04ef8-5b3c-5e66-9a53-dcde4fef559b"},"resourceType":"DocumentReference"} +{"id":"16591ff7-bce2-50bb-a4f5-1d5c69876e40","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03786/analysis/HG03786.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350914#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0783a092-6e27-552c-b39d-898e78e9f9f3"},"resourceType":"DocumentReference"} +{"id":"fcdd63ab-af32-5e6b-b181-6711773e2c35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03786/analysis/HG03786.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350914#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0783a092-6e27-552c-b39d-898e78e9f9f3"},"resourceType":"DocumentReference"} +{"id":"7cbd4ab2-ea06-51fc-8c6b-f5471580b5bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03786/analysis/HG03786.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350914#sample/cram"}],"status":"current","subject":{"reference":"Patient/0783a092-6e27-552c-b39d-898e78e9f9f3"},"resourceType":"DocumentReference"} +{"id":"ee36dfc1-08c3-5067-9d3f-3bf9ca1c0fcd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03784/analysis/HG03784.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350915#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/044911a1-ec4e-587c-b749-57eab7ddbdd5"},"resourceType":"DocumentReference"} +{"id":"1438474e-f512-5c30-a08f-8695d9d552d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03784/analysis/HG03784.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350915#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/044911a1-ec4e-587c-b749-57eab7ddbdd5"},"resourceType":"DocumentReference"} +{"id":"7f028abe-184b-517e-adc1-4bf3b0e6b255","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03784/analysis/HG03784.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350915#sample/cram"}],"status":"current","subject":{"reference":"Patient/044911a1-ec4e-587c-b749-57eab7ddbdd5"},"resourceType":"DocumentReference"} +{"id":"f52e988e-dd45-5d1e-8fe5-53f9e0179255","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03787/analysis/HG03787.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350916#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6084748d-dfa9-5ae9-9dae-d2b7739358ad"},"resourceType":"DocumentReference"} +{"id":"7e84d05b-b6d4-5326-9d2e-dc51ab83c914","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03787/analysis/HG03787.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350916#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6084748d-dfa9-5ae9-9dae-d2b7739358ad"},"resourceType":"DocumentReference"} +{"id":"f9517b00-4000-5cb5-b14c-9fbdf6b9a90f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03787/analysis/HG03787.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350916#sample/cram"}],"status":"current","subject":{"reference":"Patient/6084748d-dfa9-5ae9-9dae-d2b7739358ad"},"resourceType":"DocumentReference"} +{"id":"c590a8f2-7fc2-5dd5-bc95-d80640f65d70","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03788/analysis/HG03788.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350917#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3d4c4387-3935-5ea2-8a3b-fa6674468ae6"},"resourceType":"DocumentReference"} +{"id":"6bb9a848-6c04-510b-8332-797ee55631d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03788/analysis/HG03788.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350917#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3d4c4387-3935-5ea2-8a3b-fa6674468ae6"},"resourceType":"DocumentReference"} +{"id":"7c30c11c-3924-5dc3-a3d6-80afe8a8097c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03788/analysis/HG03788.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350917#sample/cram"}],"status":"current","subject":{"reference":"Patient/3d4c4387-3935-5ea2-8a3b-fa6674468ae6"},"resourceType":"DocumentReference"} +{"id":"3587d426-1f07-573a-990c-d0baf2d065ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03789/analysis/HG03789.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350918#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6a125478-b66a-53de-bf81-0956850590bf"},"resourceType":"DocumentReference"} +{"id":"7ae12915-9484-5620-a1f3-ecfde1b7cbb7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03789/analysis/HG03789.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350918#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6a125478-b66a-53de-bf81-0956850590bf"},"resourceType":"DocumentReference"} +{"id":"2ac4afe3-6754-54a3-8881-d1618d19f48c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03789/analysis/HG03789.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350918#sample/cram"}],"status":"current","subject":{"reference":"Patient/6a125478-b66a-53de-bf81-0956850590bf"},"resourceType":"DocumentReference"} +{"id":"44a58f70-b876-5be3-80a1-f6ed5e4f1276","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03864/analysis/HG03864.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350919#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8ae5ba2e-b94a-5986-8a27-99ff6394940b"},"resourceType":"DocumentReference"} +{"id":"a01678b5-575f-5c24-9b28-20b2b701a8fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03864/analysis/HG03864.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350919#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8ae5ba2e-b94a-5986-8a27-99ff6394940b"},"resourceType":"DocumentReference"} +{"id":"abee9bc3-d54b-5950-8e33-ddd138dee577","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03864/analysis/HG03864.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350919#sample/cram"}],"status":"current","subject":{"reference":"Patient/8ae5ba2e-b94a-5986-8a27-99ff6394940b"},"resourceType":"DocumentReference"} +{"id":"8f95301f-ebe8-5d66-bad9-f5ce22ec1e52","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03869/analysis/HG03869.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350920#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/17f01ffc-fea8-5fa1-a451-4f2155837f77"},"resourceType":"DocumentReference"} +{"id":"4494db66-176e-5aad-b79c-ca102c588ebd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03869/analysis/HG03869.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350920#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/17f01ffc-fea8-5fa1-a451-4f2155837f77"},"resourceType":"DocumentReference"} +{"id":"108251c2-b43f-570d-94e3-5986f3ca7f27","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03869/analysis/HG03869.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350920#sample/cram"}],"status":"current","subject":{"reference":"Patient/17f01ffc-fea8-5fa1-a451-4f2155837f77"},"resourceType":"DocumentReference"} +{"id":"bc0fc61d-034a-5191-9906-7dae04515e53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03862/analysis/HG03862.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350921#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/92055626-795f-55e6-b9d1-ed6b4b4e28a6"},"resourceType":"DocumentReference"} +{"id":"8f0eeeb2-4863-5922-aaa4-db0f977563a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03862/analysis/HG03862.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350921#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/92055626-795f-55e6-b9d1-ed6b4b4e28a6"},"resourceType":"DocumentReference"} +{"id":"2bac63bd-723e-5012-9460-50f1eec3128d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03862/analysis/HG03862.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350921#sample/cram"}],"status":"current","subject":{"reference":"Patient/92055626-795f-55e6-b9d1-ed6b4b4e28a6"},"resourceType":"DocumentReference"} +{"id":"d92f0501-120b-54bd-a332-4508326cbd3e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03874/analysis/HG03874.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350922#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b47fa4ce-6e45-52e8-a7a0-abcad5ff9ea9"},"resourceType":"DocumentReference"} +{"id":"f6d75195-b2c3-5932-923b-006c5d346112","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03874/analysis/HG03874.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350922#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b47fa4ce-6e45-52e8-a7a0-abcad5ff9ea9"},"resourceType":"DocumentReference"} +{"id":"25a02536-4d55-57f7-a449-b279c208fe2a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03874/analysis/HG03874.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350922#sample/cram"}],"status":"current","subject":{"reference":"Patient/b47fa4ce-6e45-52e8-a7a0-abcad5ff9ea9"},"resourceType":"DocumentReference"} +{"id":"a82c0ba0-32f6-5a75-be2e-b8ade1521ba0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03978/analysis/HG03978.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350924#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a9a9d315-6548-5af0-99e2-77b71ba2f995"},"resourceType":"DocumentReference"} +{"id":"9cb23fa9-5e68-5b5d-9b45-273f35eaabce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03978/analysis/HG03978.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350924#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a9a9d315-6548-5af0-99e2-77b71ba2f995"},"resourceType":"DocumentReference"} +{"id":"fc321614-e5e4-5892-87be-f82ae173ccae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03978/analysis/HG03978.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350924#sample/cram"}],"status":"current","subject":{"reference":"Patient/a9a9d315-6548-5af0-99e2-77b71ba2f995"},"resourceType":"DocumentReference"} +{"id":"91d43d09-35b0-5021-b5fe-9049ef37d22d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03971/analysis/HG03971.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350925#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9d49bb70-22cf-56ce-953b-32e957630775"},"resourceType":"DocumentReference"} +{"id":"2b84ddee-1f9c-57c0-a83f-9a63d7dfc9e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03971/analysis/HG03971.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350925#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9d49bb70-22cf-56ce-953b-32e957630775"},"resourceType":"DocumentReference"} +{"id":"3f3ea8ed-2dae-50aa-82c6-e146dcf081d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03971/analysis/HG03971.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350925#sample/cram"}],"status":"current","subject":{"reference":"Patient/9d49bb70-22cf-56ce-953b-32e957630775"},"resourceType":"DocumentReference"} +{"id":"0b786b6c-d4cf-5dbe-8ea3-0f94dd98eba5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03974/analysis/HG03974.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350926#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/23d1698a-dfc4-5659-8d7c-83368b9b0186"},"resourceType":"DocumentReference"} +{"id":"59e76751-f427-563a-9326-b9bed0a725da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03974/analysis/HG03974.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350926#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/23d1698a-dfc4-5659-8d7c-83368b9b0186"},"resourceType":"DocumentReference"} +{"id":"0dc74a3e-f9bc-5e85-be5a-b4c3eed7c4c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03974/analysis/HG03974.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350926#sample/cram"}],"status":"current","subject":{"reference":"Patient/23d1698a-dfc4-5659-8d7c-83368b9b0186"},"resourceType":"DocumentReference"} +{"id":"8f6ac315-0361-5a21-a4dd-8ab8069f07f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03976/analysis/HG03976.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350927#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/10c566fb-7840-5b69-882c-9d21db19daa0"},"resourceType":"DocumentReference"} +{"id":"416ed596-2908-5486-9dcc-f69f0c31298c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03976/analysis/HG03976.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350927#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/10c566fb-7840-5b69-882c-9d21db19daa0"},"resourceType":"DocumentReference"} +{"id":"27e80487-e8b0-596a-a92c-c3a7ad45fcb8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03976/analysis/HG03976.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350927#sample/cram"}],"status":"current","subject":{"reference":"Patient/10c566fb-7840-5b69-882c-9d21db19daa0"},"resourceType":"DocumentReference"} +{"id":"885c313a-e68c-5e50-a28d-bc66f5ea0f87","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03973/analysis/HG03973.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350928#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3e62a3b4-68ce-5d4b-af9b-303ea97916c1"},"resourceType":"DocumentReference"} +{"id":"239a18f7-acea-5731-b4be-3f0fa21234c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03973/analysis/HG03973.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350928#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3e62a3b4-68ce-5d4b-af9b-303ea97916c1"},"resourceType":"DocumentReference"} +{"id":"f6feb0a2-2dfc-547f-a37f-0d319ec4eefc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03973/analysis/HG03973.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350928#sample/cram"}],"status":"current","subject":{"reference":"Patient/3e62a3b4-68ce-5d4b-af9b-303ea97916c1"},"resourceType":"DocumentReference"} +{"id":"adb415f4-9509-5c47-9446-65a2eb81ba83","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04002/analysis/HG04002.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350929#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/320d3c71-bc10-5ce7-a622-b2758223126f"},"resourceType":"DocumentReference"} +{"id":"10db2533-65c0-56c5-b35c-93f1ec08f0ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04002/analysis/HG04002.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350929#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/320d3c71-bc10-5ce7-a622-b2758223126f"},"resourceType":"DocumentReference"} +{"id":"d8e5213d-eeda-512b-a1dd-c9062ec67743","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04002/analysis/HG04002.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350929#sample/cram"}],"status":"current","subject":{"reference":"Patient/320d3c71-bc10-5ce7-a622-b2758223126f"},"resourceType":"DocumentReference"} +{"id":"7cbee229-beb9-53f2-b713-6e07a6c41a5b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04017/analysis/HG04017.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350930#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6b8343e2-281b-5df1-9f9e-740c2558dc1f"},"resourceType":"DocumentReference"} +{"id":"8e8a314e-32d2-5a9b-92a4-8f8c51ffa207","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04017/analysis/HG04017.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350930#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6b8343e2-281b-5df1-9f9e-740c2558dc1f"},"resourceType":"DocumentReference"} +{"id":"237d24be-7f79-547b-97dc-864b28cb3434","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04017/analysis/HG04017.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350930#sample/cram"}],"status":"current","subject":{"reference":"Patient/6b8343e2-281b-5df1-9f9e-740c2558dc1f"},"resourceType":"DocumentReference"} +{"id":"6e393596-c677-5bee-9c4a-d404ab73f1d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04026/analysis/HG04026.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350931#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5db81d8e-a507-5036-83f2-110e7587b0d2"},"resourceType":"DocumentReference"} +{"id":"2ecbe5cf-e02c-53ab-a277-45e87b180150","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04026/analysis/HG04026.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350931#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5db81d8e-a507-5036-83f2-110e7587b0d2"},"resourceType":"DocumentReference"} +{"id":"f0220296-f32f-5915-8a44-eac5edb28bfc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04026/analysis/HG04026.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350931#sample/cram"}],"status":"current","subject":{"reference":"Patient/5db81d8e-a507-5036-83f2-110e7587b0d2"},"resourceType":"DocumentReference"} +{"id":"67785acf-e179-5590-b160-26688386cf12","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02439/analysis/HG02439.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350932#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/04b432e4-fcaa-535d-86ec-81e7bde16e47"},"resourceType":"DocumentReference"} +{"id":"d028371c-c828-5b03-b123-ece745a5b643","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02439/analysis/HG02439.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350932#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/04b432e4-fcaa-535d-86ec-81e7bde16e47"},"resourceType":"DocumentReference"} +{"id":"9441647d-1e22-590a-b093-b891db2578bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02439/analysis/HG02439.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350932#sample/cram"}],"status":"current","subject":{"reference":"Patient/04b432e4-fcaa-535d-86ec-81e7bde16e47"},"resourceType":"DocumentReference"} +{"id":"3535c6f5-e315-52a4-b2aa-6e06e645f6d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02455/analysis/HG02455.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350933#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a6227995-586b-50e0-818e-5315f02b8ada"},"resourceType":"DocumentReference"} +{"id":"cc9b8d4b-c9ad-5975-8199-4526a6329819","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02455/analysis/HG02455.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350933#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a6227995-586b-50e0-818e-5315f02b8ada"},"resourceType":"DocumentReference"} +{"id":"cede85d5-9945-51e7-9707-9e5bc6804126","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02455/analysis/HG02455.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350933#sample/cram"}],"status":"current","subject":{"reference":"Patient/a6227995-586b-50e0-818e-5315f02b8ada"},"resourceType":"DocumentReference"} +{"id":"2765b7fb-1fdd-524e-9466-0a421a649ee8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02476/analysis/HG02476.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350934#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a1566f76-6f0f-51db-8512-0ff635a39f38"},"resourceType":"DocumentReference"} +{"id":"356fb917-0c11-5245-b577-d738feff9ce5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02476/analysis/HG02476.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350934#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a1566f76-6f0f-51db-8512-0ff635a39f38"},"resourceType":"DocumentReference"} +{"id":"0b40a3a5-251e-56bd-905f-a402139b36ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02476/analysis/HG02476.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350934#sample/cram"}],"status":"current","subject":{"reference":"Patient/a1566f76-6f0f-51db-8512-0ff635a39f38"},"resourceType":"DocumentReference"} +{"id":"09394d4b-2e67-5805-b04d-c621589ea1b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02477/analysis/HG02477.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350935#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ed3616eb-1708-53b1-8b81-6b491b820da5"},"resourceType":"DocumentReference"} +{"id":"a3b242a3-9965-58e3-ba97-c7049559c4c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02477/analysis/HG02477.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350935#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ed3616eb-1708-53b1-8b81-6b491b820da5"},"resourceType":"DocumentReference"} +{"id":"a3c16453-5410-5e44-8a3d-b0b2ae533747","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02477/analysis/HG02477.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350935#sample/cram"}],"status":"current","subject":{"reference":"Patient/ed3616eb-1708-53b1-8b81-6b491b820da5"},"resourceType":"DocumentReference"} +{"id":"2db8658d-2718-5a17-9f4f-f1bcd821c370","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02481/analysis/HG02481.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350936#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c1665623-6e59-568f-a86d-cafd433926bf"},"resourceType":"DocumentReference"} +{"id":"0c3bf669-780a-59df-b2ee-3a022417dee1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02481/analysis/HG02481.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350936#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c1665623-6e59-568f-a86d-cafd433926bf"},"resourceType":"DocumentReference"} +{"id":"78186732-7ccb-5799-a876-a199a003d8e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02481/analysis/HG02481.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350936#sample/cram"}],"status":"current","subject":{"reference":"Patient/c1665623-6e59-568f-a86d-cafd433926bf"},"resourceType":"DocumentReference"} +{"id":"538ccf1e-28b5-5877-991d-a18cbde01be6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02501/analysis/HG02501.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350937#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5cdd3662-180a-5b64-84b4-ad47f1c31ba9"},"resourceType":"DocumentReference"} +{"id":"a624527c-0e57-5e99-833e-e7c1fbdb0060","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02501/analysis/HG02501.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350937#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5cdd3662-180a-5b64-84b4-ad47f1c31ba9"},"resourceType":"DocumentReference"} +{"id":"dc60959c-cf4d-54e2-91d7-e8c987695feb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02501/analysis/HG02501.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350937#sample/cram"}],"status":"current","subject":{"reference":"Patient/5cdd3662-180a-5b64-84b4-ad47f1c31ba9"},"resourceType":"DocumentReference"} +{"id":"fddef784-c894-5b09-ab58-eca705d10e93","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02502/analysis/HG02502.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350938#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3d1fb534-62e5-5651-84cf-4a416c9a3b52"},"resourceType":"DocumentReference"} +{"id":"f676320b-2394-5bde-813e-cedbee45db0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02502/analysis/HG02502.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350938#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3d1fb534-62e5-5651-84cf-4a416c9a3b52"},"resourceType":"DocumentReference"} +{"id":"8eba6503-d01e-5c47-8582-7dd00423e4a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02502/analysis/HG02502.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350938#sample/cram"}],"status":"current","subject":{"reference":"Patient/3d1fb534-62e5-5651-84cf-4a416c9a3b52"},"resourceType":"DocumentReference"} +{"id":"5f43094b-b2b4-50df-a9c8-9d1cdddb7d9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02505/analysis/HG02505.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350939#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4a2a9249-1519-5231-9453-8b63a81fe4c2"},"resourceType":"DocumentReference"} +{"id":"ee196e9a-f589-5683-ad49-6a6cd55d0efe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02505/analysis/HG02505.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350939#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4a2a9249-1519-5231-9453-8b63a81fe4c2"},"resourceType":"DocumentReference"} +{"id":"d04c92c6-1ae0-5c5b-a723-2db39d912d63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02505/analysis/HG02505.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350939#sample/cram"}],"status":"current","subject":{"reference":"Patient/4a2a9249-1519-5231-9453-8b63a81fe4c2"},"resourceType":"DocumentReference"} +{"id":"8f8e07bc-cc45-574e-a032-d18857bd5e62","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02536/analysis/HG02536.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350940#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/09404272-8a7c-5389-889c-fbad0974b4eb"},"resourceType":"DocumentReference"} +{"id":"8abe140c-5e6c-5a29-b923-4925926de9b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02536/analysis/HG02536.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350940#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/09404272-8a7c-5389-889c-fbad0974b4eb"},"resourceType":"DocumentReference"} +{"id":"d53c62f4-5e4f-569c-902d-d403cbbab707","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02536/analysis/HG02536.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350940#sample/cram"}],"status":"current","subject":{"reference":"Patient/09404272-8a7c-5389-889c-fbad0974b4eb"},"resourceType":"DocumentReference"} +{"id":"37631f03-78ce-52d3-936c-2898cd77fc5d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02541/analysis/HG02541.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350941#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f103a9da-77dc-563d-828c-1c9362acbf82"},"resourceType":"DocumentReference"} +{"id":"a326c45a-03a4-5d33-b07f-352ed4a99be8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02541/analysis/HG02541.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350941#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f103a9da-77dc-563d-828c-1c9362acbf82"},"resourceType":"DocumentReference"} +{"id":"c33fe121-6ead-5388-b6cf-fa75e680658a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02541/analysis/HG02541.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350941#sample/cram"}],"status":"current","subject":{"reference":"Patient/f103a9da-77dc-563d-828c-1c9362acbf82"},"resourceType":"DocumentReference"} +{"id":"2cc8fbd2-8bbc-5f09-b4bf-fbba9629730f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02545/analysis/HG02545.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350942#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a144965f-94ae-5efb-a89b-01d3ce52c01a"},"resourceType":"DocumentReference"} +{"id":"ba617d16-0eb8-56c1-a50b-29deea89826d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02545/analysis/HG02545.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350942#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a144965f-94ae-5efb-a89b-01d3ce52c01a"},"resourceType":"DocumentReference"} +{"id":"377f38b3-f77c-505e-b141-5bf0670d30d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02545/analysis/HG02545.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350942#sample/cram"}],"status":"current","subject":{"reference":"Patient/a144965f-94ae-5efb-a89b-01d3ce52c01a"},"resourceType":"DocumentReference"} +{"id":"dcb46a03-b646-58e5-9c57-9abc9fbeac85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02546/analysis/HG02546.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350943#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2bd7ff63-670e-52d4-a692-5addda575908"},"resourceType":"DocumentReference"} +{"id":"41c855cd-da4e-53f4-a32b-65554b677b3a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02546/analysis/HG02546.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350943#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2bd7ff63-670e-52d4-a692-5addda575908"},"resourceType":"DocumentReference"} +{"id":"a69138c4-5c38-5c93-aa44-db3181b4f9c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02546/analysis/HG02546.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350943#sample/cram"}],"status":"current","subject":{"reference":"Patient/2bd7ff63-670e-52d4-a692-5addda575908"},"resourceType":"DocumentReference"} +{"id":"5e3e9fea-4f50-5a90-b75a-94c44aac6e26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02549/analysis/HG02549.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350944#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d0f2b492-fa47-50f8-8985-22c0745698f1"},"resourceType":"DocumentReference"} +{"id":"da9374c6-fb47-53e1-9126-ff43258e6014","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02549/analysis/HG02549.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350944#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d0f2b492-fa47-50f8-8985-22c0745698f1"},"resourceType":"DocumentReference"} +{"id":"e953370b-9dce-5ee9-a058-3e91c42772ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02549/analysis/HG02549.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350944#sample/cram"}],"status":"current","subject":{"reference":"Patient/d0f2b492-fa47-50f8-8985-22c0745698f1"},"resourceType":"DocumentReference"} +{"id":"00552ea7-7b51-57b2-8047-58de4bed4097","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02554/analysis/HG02554.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350945#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b77d548d-0fec-5534-a3e4-c984ab63cbf1"},"resourceType":"DocumentReference"} +{"id":"3981f35a-2755-517e-ad16-9717f5534103","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02554/analysis/HG02554.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350945#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b77d548d-0fec-5534-a3e4-c984ab63cbf1"},"resourceType":"DocumentReference"} +{"id":"dbae2d6b-d352-53a1-a72c-46b4fe75cfb7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02554/analysis/HG02554.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350945#sample/cram"}],"status":"current","subject":{"reference":"Patient/b77d548d-0fec-5534-a3e4-c984ab63cbf1"},"resourceType":"DocumentReference"} +{"id":"4c7ef022-70f9-5f1b-9bfa-02e29bdbc142","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02555/analysis/HG02555.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350946#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/16c02d81-04f1-5f6a-a352-deb994079e6a"},"resourceType":"DocumentReference"} +{"id":"9116d720-373c-5460-8765-1bb4eb525c32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02555/analysis/HG02555.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350946#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/16c02d81-04f1-5f6a-a352-deb994079e6a"},"resourceType":"DocumentReference"} +{"id":"21999af9-6d57-5746-971c-9d17c1079e82","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02555/analysis/HG02555.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350946#sample/cram"}],"status":"current","subject":{"reference":"Patient/16c02d81-04f1-5f6a-a352-deb994079e6a"},"resourceType":"DocumentReference"} +{"id":"1cadf617-a6a0-53c2-b0fe-073ce3e8c2f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02557/analysis/HG02557.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350947#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fcaf4d59-7d9e-52b7-af36-c7e8fdd10586"},"resourceType":"DocumentReference"} +{"id":"ee19ee56-5ea7-5470-96d6-41c4209614c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02557/analysis/HG02557.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350947#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fcaf4d59-7d9e-52b7-af36-c7e8fdd10586"},"resourceType":"DocumentReference"} +{"id":"168da2a6-6e15-558b-87bc-0c7d2644fecf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02557/analysis/HG02557.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350947#sample/cram"}],"status":"current","subject":{"reference":"Patient/fcaf4d59-7d9e-52b7-af36-c7e8fdd10586"},"resourceType":"DocumentReference"} +{"id":"e64093ce-0c20-5215-80e2-051051c3fde0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02558/analysis/HG02558.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350948#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2133680b-c59b-5bb2-8631-71460bff3bcd"},"resourceType":"DocumentReference"} +{"id":"a7024840-a56e-56ea-8df0-9521532e6670","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02558/analysis/HG02558.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350948#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2133680b-c59b-5bb2-8631-71460bff3bcd"},"resourceType":"DocumentReference"} +{"id":"5a9e2661-a116-5b06-8958-6ae86b478582","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02558/analysis/HG02558.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350948#sample/cram"}],"status":"current","subject":{"reference":"Patient/2133680b-c59b-5bb2-8631-71460bff3bcd"},"resourceType":"DocumentReference"} +{"id":"f0d81cdd-a248-58b0-b7b3-80ae63391698","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02577/analysis/HG02577.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350949#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d4419395-4e18-5557-b60d-d4470957f73c"},"resourceType":"DocumentReference"} +{"id":"aab1e6c5-f08e-58b7-ba85-0fb64a47a27c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02577/analysis/HG02577.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350949#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d4419395-4e18-5557-b60d-d4470957f73c"},"resourceType":"DocumentReference"} +{"id":"2afa58fc-0e08-5421-bad5-aa7ddbfbee39","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02577/analysis/HG02577.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350949#sample/cram"}],"status":"current","subject":{"reference":"Patient/d4419395-4e18-5557-b60d-d4470957f73c"},"resourceType":"DocumentReference"} +{"id":"5fd853db-f30c-5940-9996-5730c490dd59","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02580/analysis/HG02580.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350950#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/be82c22a-9c8d-58bd-a3e3-0a8e438305d5"},"resourceType":"DocumentReference"} +{"id":"4e81f6d3-06a9-553d-b981-47150c5355cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02580/analysis/HG02580.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350950#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/be82c22a-9c8d-58bd-a3e3-0a8e438305d5"},"resourceType":"DocumentReference"} +{"id":"5d5863e5-3f87-5529-822e-da177dad2231","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02580/analysis/HG02580.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350950#sample/cram"}],"status":"current","subject":{"reference":"Patient/be82c22a-9c8d-58bd-a3e3-0a8e438305d5"},"resourceType":"DocumentReference"} +{"id":"d9d87601-df96-521d-8c6f-ef212956e5be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01088/analysis/HG01088.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350951#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d85a9dbf-b0a6-508e-b165-c87f14fdc887"},"resourceType":"DocumentReference"} +{"id":"b65a9e66-d3fa-5455-bfb3-f1755956435f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01088/analysis/HG01088.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350951#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d85a9dbf-b0a6-508e-b165-c87f14fdc887"},"resourceType":"DocumentReference"} +{"id":"139a8cb6-1c2c-5140-9f90-4b46a1dc219d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01088/analysis/HG01088.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350951#sample/cram"}],"status":"current","subject":{"reference":"Patient/d85a9dbf-b0a6-508e-b165-c87f14fdc887"},"resourceType":"DocumentReference"} +{"id":"2c41505c-2f12-54db-979d-bdffb4db4b25","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01089/analysis/HG01089.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350952#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ca27bea9-591e-5179-8902-491f0ab29e00"},"resourceType":"DocumentReference"} +{"id":"44e80252-f637-59a2-a4e3-b90a8eeec372","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01089/analysis/HG01089.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350952#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ca27bea9-591e-5179-8902-491f0ab29e00"},"resourceType":"DocumentReference"} +{"id":"21b9fe3f-1bf4-51c4-90f4-a9f2da14484e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01089/analysis/HG01089.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350952#sample/cram"}],"status":"current","subject":{"reference":"Patient/ca27bea9-591e-5179-8902-491f0ab29e00"},"resourceType":"DocumentReference"} +{"id":"ac8eb1bd-04a2-591c-bee3-bc339fea39fc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01302/analysis/HG01302.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350953#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/736e204b-4604-508b-af4a-f4b853744c29"},"resourceType":"DocumentReference"} +{"id":"5ab72ad0-0160-518f-9251-528bd5711418","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01302/analysis/HG01302.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350953#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/736e204b-4604-508b-af4a-f4b853744c29"},"resourceType":"DocumentReference"} +{"id":"cee65acc-4969-5af8-9d5a-6327989eee21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01302/analysis/HG01302.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350953#sample/cram"}],"status":"current","subject":{"reference":"Patient/736e204b-4604-508b-af4a-f4b853744c29"},"resourceType":"DocumentReference"} +{"id":"a1d9b352-38a8-559e-92c9-ac41d4081fbb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01303/analysis/HG01303.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350954#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/68d3e5c6-f021-56ac-be73-8287c7c24a33"},"resourceType":"DocumentReference"} +{"id":"0344cdd4-916e-5e39-aa94-b56f585079e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01303/analysis/HG01303.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350954#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/68d3e5c6-f021-56ac-be73-8287c7c24a33"},"resourceType":"DocumentReference"} +{"id":"92254ef8-cf41-53ab-8d01-abe5ef0f7961","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01303/analysis/HG01303.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350954#sample/cram"}],"status":"current","subject":{"reference":"Patient/68d3e5c6-f021-56ac-be73-8287c7c24a33"},"resourceType":"DocumentReference"} +{"id":"dd8b9525-84c7-5993-9f27-65c451ce90a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01311/analysis/HG01311.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350955#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/743b8398-a38c-5d74-8bd3-ee6930be7a55"},"resourceType":"DocumentReference"} +{"id":"dc3b27e0-7116-53dd-a165-277ba9cf1773","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01311/analysis/HG01311.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350955#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/743b8398-a38c-5d74-8bd3-ee6930be7a55"},"resourceType":"DocumentReference"} +{"id":"f5b3a9f2-c6b1-5612-8452-72aa9e7bdd35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01311/analysis/HG01311.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350955#sample/cram"}],"status":"current","subject":{"reference":"Patient/743b8398-a38c-5d74-8bd3-ee6930be7a55"},"resourceType":"DocumentReference"} +{"id":"35ee9e80-3dc2-50d3-90b1-ae445cee5787","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01312/analysis/HG01312.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350956#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c806aab1-ce73-5afe-a567-b249dea5a10c"},"resourceType":"DocumentReference"} +{"id":"928d8f95-5c99-5d13-b11b-fc803a89f64b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01312/analysis/HG01312.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350956#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c806aab1-ce73-5afe-a567-b249dea5a10c"},"resourceType":"DocumentReference"} +{"id":"a473f35c-736d-5d93-923f-3de8d311df2f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01312/analysis/HG01312.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350956#sample/cram"}],"status":"current","subject":{"reference":"Patient/c806aab1-ce73-5afe-a567-b249dea5a10c"},"resourceType":"DocumentReference"} +{"id":"de8f3cbf-b7bb-555c-9b04-3255bb39dd51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01323/analysis/HG01323.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350958#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/37367641-c32f-56bc-9b51-993d031e6966"},"resourceType":"DocumentReference"} +{"id":"b35f680d-c884-5aa9-bf16-5dee415898fc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01323/analysis/HG01323.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350958#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/37367641-c32f-56bc-9b51-993d031e6966"},"resourceType":"DocumentReference"} +{"id":"3171eab0-531c-51fc-bda8-d935d55f3182","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01323/analysis/HG01323.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350958#sample/cram"}],"status":"current","subject":{"reference":"Patient/37367641-c32f-56bc-9b51-993d031e6966"},"resourceType":"DocumentReference"} +{"id":"8f70439f-048b-5366-8b09-f06d2ac57514","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01325/analysis/HG01325.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350959#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4f10786d-f701-5ed8-b421-08773bfd53e0"},"resourceType":"DocumentReference"} +{"id":"5a4dc03c-4be5-5ce4-ba58-612c371f1045","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01325/analysis/HG01325.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350959#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4f10786d-f701-5ed8-b421-08773bfd53e0"},"resourceType":"DocumentReference"} +{"id":"b155a3cd-67d0-5bbc-b679-a49373ffb155","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01325/analysis/HG01325.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350959#sample/cram"}],"status":"current","subject":{"reference":"Patient/4f10786d-f701-5ed8-b421-08773bfd53e0"},"resourceType":"DocumentReference"} +{"id":"e54dc260-5c01-505c-8ddb-7045d88a1212","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01326/analysis/HG01326.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350960#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8c5a3230-2816-5837-82d9-855732d34e35"},"resourceType":"DocumentReference"} +{"id":"b4aa7537-c0b9-5fb3-b8db-d7d3bf414b79","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01326/analysis/HG01326.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350960#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8c5a3230-2816-5837-82d9-855732d34e35"},"resourceType":"DocumentReference"} +{"id":"6afa4fe4-c24b-5bf4-82a8-8a87dc7b04f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01326/analysis/HG01326.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350960#sample/cram"}],"status":"current","subject":{"reference":"Patient/8c5a3230-2816-5837-82d9-855732d34e35"},"resourceType":"DocumentReference"} +{"id":"89a3f3bc-893c-5aaf-b9f4-8a343b595475","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01392/analysis/HG01392.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350961#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8e1bbdb1-6ce9-54c0-a02d-a31b6ea9b559"},"resourceType":"DocumentReference"} +{"id":"92cdd23f-ff23-51f3-9909-191404d7573c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01392/analysis/HG01392.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350961#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8e1bbdb1-6ce9-54c0-a02d-a31b6ea9b559"},"resourceType":"DocumentReference"} +{"id":"65ea807d-2758-5ab0-bded-590b8141bf38","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01392/analysis/HG01392.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350961#sample/cram"}],"status":"current","subject":{"reference":"Patient/8e1bbdb1-6ce9-54c0-a02d-a31b6ea9b559"},"resourceType":"DocumentReference"} +{"id":"4f1c96a1-bcc0-5c4b-b111-7d9769dcdbd1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01393/analysis/HG01393.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350962#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7a5701d4-37bb-5fb3-b31a-27825336c5dd"},"resourceType":"DocumentReference"} +{"id":"bfbc0632-e1c6-5635-8245-37332d510a4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01393/analysis/HG01393.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350962#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7a5701d4-37bb-5fb3-b31a-27825336c5dd"},"resourceType":"DocumentReference"} +{"id":"bcb59972-76c0-584b-8f48-283fb64deaf6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01393/analysis/HG01393.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350962#sample/cram"}],"status":"current","subject":{"reference":"Patient/7a5701d4-37bb-5fb3-b31a-27825336c5dd"},"resourceType":"DocumentReference"} +{"id":"b46ec3ac-43dc-503a-8211-24893c7b6575","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01395/analysis/HG01395.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350963#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9d45fe2d-417c-5e28-b628-b2f609ce3e57"},"resourceType":"DocumentReference"} +{"id":"8651edb3-9001-5b07-8c11-229c16ad6153","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01395/analysis/HG01395.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350963#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9d45fe2d-417c-5e28-b628-b2f609ce3e57"},"resourceType":"DocumentReference"} +{"id":"5678f111-6cb3-5103-961c-b72054ec5519","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01395/analysis/HG01395.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350963#sample/cram"}],"status":"current","subject":{"reference":"Patient/9d45fe2d-417c-5e28-b628-b2f609ce3e57"},"resourceType":"DocumentReference"} +{"id":"138caaf1-0d5f-5274-a5f4-e55ebf274afe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01396/analysis/HG01396.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350964#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/18f5f2db-2ed1-563a-ab95-89e316b45514"},"resourceType":"DocumentReference"} +{"id":"5bc2807c-c305-5ec1-9277-e02e5dd8355c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01396/analysis/HG01396.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350964#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/18f5f2db-2ed1-563a-ab95-89e316b45514"},"resourceType":"DocumentReference"} +{"id":"13239da4-3644-50bb-8d9d-6c76cc9eaa2f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01396/analysis/HG01396.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350964#sample/cram"}],"status":"current","subject":{"reference":"Patient/18f5f2db-2ed1-563a-ab95-89e316b45514"},"resourceType":"DocumentReference"} +{"id":"2c951606-a5c1-58f6-b85f-138d3904a6ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01402/analysis/HG01402.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350965#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6c52c792-77bd-586d-96f4-60f3deec0699"},"resourceType":"DocumentReference"} +{"id":"f0ccf04a-bb4c-578a-8396-1af9b4de64be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01402/analysis/HG01402.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350965#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6c52c792-77bd-586d-96f4-60f3deec0699"},"resourceType":"DocumentReference"} +{"id":"5623022e-cecf-5f06-9aa0-1ec81badb28c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01402/analysis/HG01402.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350965#sample/cram"}],"status":"current","subject":{"reference":"Patient/6c52c792-77bd-586d-96f4-60f3deec0699"},"resourceType":"DocumentReference"} +{"id":"c031e0c3-d4f5-568e-9834-6c3b60e3714d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01403/analysis/HG01403.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350966#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b5306764-9530-55c2-97a4-2d643949b271"},"resourceType":"DocumentReference"} +{"id":"7d0e9daf-6682-5874-bac2-80e2ad6e0fae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01403/analysis/HG01403.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350966#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b5306764-9530-55c2-97a4-2d643949b271"},"resourceType":"DocumentReference"} +{"id":"36acbdc4-1907-5a19-83b5-e8dbec6a0c96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01403/analysis/HG01403.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350966#sample/cram"}],"status":"current","subject":{"reference":"Patient/b5306764-9530-55c2-97a4-2d643949b271"},"resourceType":"DocumentReference"} +{"id":"983981ea-5687-536d-84f0-61642a8ad0d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01413/analysis/HG01413.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350967#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/50e2eafd-3a2c-5612-9aaa-99c464525957"},"resourceType":"DocumentReference"} +{"id":"5d25d42c-d9d5-5616-803a-001548a2121c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01413/analysis/HG01413.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350967#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/50e2eafd-3a2c-5612-9aaa-99c464525957"},"resourceType":"DocumentReference"} +{"id":"cfe93d9f-55ea-5d1e-873d-a0c6eeb852da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01413/analysis/HG01413.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350967#sample/cram"}],"status":"current","subject":{"reference":"Patient/50e2eafd-3a2c-5612-9aaa-99c464525957"},"resourceType":"DocumentReference"} +{"id":"230cdd73-cfb1-5a83-befd-15333be9bac5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01414/analysis/HG01414.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350968#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6a4511d1-b855-5eb6-995f-04b8ee0a5e41"},"resourceType":"DocumentReference"} +{"id":"7bc1aa3b-7326-5848-a3b4-ccddd711fdee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01414/analysis/HG01414.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350968#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6a4511d1-b855-5eb6-995f-04b8ee0a5e41"},"resourceType":"DocumentReference"} +{"id":"f431eb30-d57b-5a98-811a-b9eec3ff659f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01414/analysis/HG01414.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350968#sample/cram"}],"status":"current","subject":{"reference":"Patient/6a4511d1-b855-5eb6-995f-04b8ee0a5e41"},"resourceType":"DocumentReference"} +{"id":"7d0c5133-038a-5cdb-9c24-9e4776fcf985","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00742/analysis/HG00742.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350969#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e01e4d00-0466-58db-80cd-703b80d74957"},"resourceType":"DocumentReference"} +{"id":"77f5fdfd-a911-598a-bfa7-3a92f82ec996","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00742/analysis/HG00742.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350969#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e01e4d00-0466-58db-80cd-703b80d74957"},"resourceType":"DocumentReference"} +{"id":"44a0bc1f-a741-5317-8387-1b1acfa47b3b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00742/analysis/HG00742.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350969#sample/cram"}],"status":"current","subject":{"reference":"Patient/e01e4d00-0466-58db-80cd-703b80d74957"},"resourceType":"DocumentReference"} +{"id":"44d9e3d9-8cc2-5e42-b690-ad70d23307ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00743/analysis/HG00743.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350970#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/06cc58a5-f580-52e1-bed9-2c5342a6ba9a"},"resourceType":"DocumentReference"} +{"id":"05c34c48-61d4-5b9f-bd0d-009b9bbcd50e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00743/analysis/HG00743.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350970#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/06cc58a5-f580-52e1-bed9-2c5342a6ba9a"},"resourceType":"DocumentReference"} +{"id":"1e61f224-5084-5f2c-a780-20172fb773cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00743/analysis/HG00743.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350970#sample/cram"}],"status":"current","subject":{"reference":"Patient/06cc58a5-f580-52e1-bed9-2c5342a6ba9a"},"resourceType":"DocumentReference"} +{"id":"427f63ff-4f48-58c6-a568-36fcba5f7402","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01058/analysis/HG01058.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350971#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/99f8fc78-f40c-5146-a30b-9ed2249b4d5b"},"resourceType":"DocumentReference"} +{"id":"d62fbe72-d3a2-58d3-90fd-21019a76bd95","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01058/analysis/HG01058.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350971#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/99f8fc78-f40c-5146-a30b-9ed2249b4d5b"},"resourceType":"DocumentReference"} +{"id":"4158632a-e28b-5dbe-87a3-bd74c6fa5033","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01058/analysis/HG01058.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350971#sample/cram"}],"status":"current","subject":{"reference":"Patient/99f8fc78-f40c-5146-a30b-9ed2249b4d5b"},"resourceType":"DocumentReference"} +{"id":"9556a015-378d-5696-a449-ce236e8fd5de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01063/analysis/HG01063.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350972#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6aec60ac-b16b-5cc8-93cd-2b279211b907"},"resourceType":"DocumentReference"} +{"id":"a8d13bc8-9ae2-55d9-b945-dd987e3256e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01063/analysis/HG01063.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350972#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6aec60ac-b16b-5cc8-93cd-2b279211b907"},"resourceType":"DocumentReference"} +{"id":"cf8ca5d6-0829-5c92-bba7-1274f0a380a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01063/analysis/HG01063.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350972#sample/cram"}],"status":"current","subject":{"reference":"Patient/6aec60ac-b16b-5cc8-93cd-2b279211b907"},"resourceType":"DocumentReference"} +{"id":"46569b99-14be-5ad7-8f5b-af8ef099c59b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01064/analysis/HG01064.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350973#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/425fde97-6c2b-5df3-a5eb-f9c3c7f97ad2"},"resourceType":"DocumentReference"} +{"id":"370b7b21-6bea-59ee-a86a-8ccbc51a9564","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01064/analysis/HG01064.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350973#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/425fde97-6c2b-5df3-a5eb-f9c3c7f97ad2"},"resourceType":"DocumentReference"} +{"id":"9a2ef8cd-d746-52db-a8b1-bbf1a9897340","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01064/analysis/HG01064.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350973#sample/cram"}],"status":"current","subject":{"reference":"Patient/425fde97-6c2b-5df3-a5eb-f9c3c7f97ad2"},"resourceType":"DocumentReference"} +{"id":"5c8c9fe9-30eb-55be-8313-e5d73e3b3c51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01077/analysis/HG01077.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350974#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c922053e-e021-5890-adeb-2c41192747b4"},"resourceType":"DocumentReference"} +{"id":"8d74a543-255c-56f4-8fcf-085c8e56f4cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01077/analysis/HG01077.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350974#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c922053e-e021-5890-adeb-2c41192747b4"},"resourceType":"DocumentReference"} +{"id":"4a635440-3b7f-5877-9e03-91245119cf83","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01077/analysis/HG01077.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350974#sample/cram"}],"status":"current","subject":{"reference":"Patient/c922053e-e021-5890-adeb-2c41192747b4"},"resourceType":"DocumentReference"} +{"id":"24d983fa-009a-5df5-be4f-7bd86285fcf1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01092/analysis/HG01092.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350975#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/91d96fa2-8a48-5a9a-a27c-5243f8bc9788"},"resourceType":"DocumentReference"} +{"id":"b47395bb-22da-546b-903a-55a2cf1357a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01092/analysis/HG01092.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350975#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/91d96fa2-8a48-5a9a-a27c-5243f8bc9788"},"resourceType":"DocumentReference"} +{"id":"d533ac2f-196d-50d0-9336-476056cab3eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01092/analysis/HG01092.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350975#sample/cram"}],"status":"current","subject":{"reference":"Patient/91d96fa2-8a48-5a9a-a27c-5243f8bc9788"},"resourceType":"DocumentReference"} +{"id":"2b03df23-ec0f-5683-8a19-b0461fb36593","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01161/analysis/HG01161.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350976#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/57803581-2706-5689-8eb1-55ae912db5d7"},"resourceType":"DocumentReference"} +{"id":"c20b8361-9e0a-56a6-812b-aecb07d98e66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01161/analysis/HG01161.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350976#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/57803581-2706-5689-8eb1-55ae912db5d7"},"resourceType":"DocumentReference"} +{"id":"a14deb31-22a0-5b76-b75a-8f3597f807a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01161/analysis/HG01161.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350976#sample/cram"}],"status":"current","subject":{"reference":"Patient/57803581-2706-5689-8eb1-55ae912db5d7"},"resourceType":"DocumentReference"} +{"id":"d597fdb9-2eea-5e68-8048-5f3c6f0a3833","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01162/analysis/HG01162.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350977#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2f3c5478-01c6-53f6-aeb8-7e4c54e1fea0"},"resourceType":"DocumentReference"} +{"id":"067b6b36-b6c2-511a-92af-574a01538835","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01162/analysis/HG01162.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350977#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2f3c5478-01c6-53f6-aeb8-7e4c54e1fea0"},"resourceType":"DocumentReference"} +{"id":"b4fb3d8b-ff23-5085-adae-f4a74db6e9bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01162/analysis/HG01162.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350977#sample/cram"}],"status":"current","subject":{"reference":"Patient/2f3c5478-01c6-53f6-aeb8-7e4c54e1fea0"},"resourceType":"DocumentReference"} +{"id":"727c6f92-dd35-56fe-b8e6-c411580c5ecf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01164/analysis/HG01164.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350978#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/93655109-79cb-5398-8665-df4960cb5941"},"resourceType":"DocumentReference"} +{"id":"24e26808-f80f-5a24-ae36-3347f407013d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01164/analysis/HG01164.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350978#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/93655109-79cb-5398-8665-df4960cb5941"},"resourceType":"DocumentReference"} +{"id":"fccc96f8-d74b-599e-9d0f-f635c6814ee7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01164/analysis/HG01164.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350978#sample/cram"}],"status":"current","subject":{"reference":"Patient/93655109-79cb-5398-8665-df4960cb5941"},"resourceType":"DocumentReference"} +{"id":"b62dca73-d853-527e-bf0a-a46c8e8a2ba6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01200/analysis/HG01200.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350980#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5dd0a2cc-b9d6-5276-9e7d-13eb26614e72"},"resourceType":"DocumentReference"} +{"id":"adc22bd0-f859-575b-9065-e0f8cff838f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01200/analysis/HG01200.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350980#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5dd0a2cc-b9d6-5276-9e7d-13eb26614e72"},"resourceType":"DocumentReference"} +{"id":"f8fe1858-f2ee-5bd9-91f0-22c5d9912fa7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01200/analysis/HG01200.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350980#sample/cram"}],"status":"current","subject":{"reference":"Patient/5dd0a2cc-b9d6-5276-9e7d-13eb26614e72"},"resourceType":"DocumentReference"} +{"id":"f5872b09-8649-52ad-9e72-70fbc2f46f65","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01286/analysis/HG01286.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350981#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/975b8239-ca1e-54b8-b771-d380f20b9acd"},"resourceType":"DocumentReference"} +{"id":"72137b2d-f394-5811-aa1c-42065e45b945","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01286/analysis/HG01286.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350981#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/975b8239-ca1e-54b8-b771-d380f20b9acd"},"resourceType":"DocumentReference"} +{"id":"76326871-3377-5362-a466-5a6ea93bbc8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01286/analysis/HG01286.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350981#sample/cram"}],"status":"current","subject":{"reference":"Patient/975b8239-ca1e-54b8-b771-d380f20b9acd"},"resourceType":"DocumentReference"} +{"id":"6b5e1470-63f2-5ddb-8490-c1c7ca93ac35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01305/analysis/HG01305.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350982#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6da4f6b1-8727-562e-8f12-4400da15e6ef"},"resourceType":"DocumentReference"} +{"id":"fc59dedf-7818-50c4-aaec-fe5d06f5b067","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01305/analysis/HG01305.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350982#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6da4f6b1-8727-562e-8f12-4400da15e6ef"},"resourceType":"DocumentReference"} +{"id":"61e5f065-06a0-5de3-aed1-03c751865a96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01305/analysis/HG01305.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350982#sample/cram"}],"status":"current","subject":{"reference":"Patient/6da4f6b1-8727-562e-8f12-4400da15e6ef"},"resourceType":"DocumentReference"} +{"id":"f3ca5265-d00b-5759-8786-089f9080762f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01308/analysis/HG01308.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350983#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4a58b622-784a-52cc-8a7a-877ae300148c"},"resourceType":"DocumentReference"} +{"id":"de2cc9bc-e07d-5aea-a8c5-d3ee96a5ee89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01308/analysis/HG01308.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350983#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4a58b622-784a-52cc-8a7a-877ae300148c"},"resourceType":"DocumentReference"} +{"id":"2a2baa8e-61a3-55b0-8a33-941e9bd7d5dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01308/analysis/HG01308.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350983#sample/cram"}],"status":"current","subject":{"reference":"Patient/4a58b622-784a-52cc-8a7a-877ae300148c"},"resourceType":"DocumentReference"} +{"id":"3e9286f9-6d47-5bbe-95ea-c43d5afade66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01398/analysis/HG01398.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350984#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e64ed071-0478-5460-888c-66d3c73d9ad0"},"resourceType":"DocumentReference"} +{"id":"c5d6a41c-4e7d-5bf8-96df-aaa0e6c1387a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01398/analysis/HG01398.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350984#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e64ed071-0478-5460-888c-66d3c73d9ad0"},"resourceType":"DocumentReference"} +{"id":"95926793-9a0d-5a6f-bf36-5be530013c44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01398/analysis/HG01398.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350984#sample/cram"}],"status":"current","subject":{"reference":"Patient/e64ed071-0478-5460-888c-66d3c73d9ad0"},"resourceType":"DocumentReference"} +{"id":"1db69541-160d-5c6d-a00e-14847de11142","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01405/analysis/HG01405.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350985#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7c3a75ad-581f-5a62-a896-e986c8dc58c3"},"resourceType":"DocumentReference"} +{"id":"68059460-1ffb-5102-a009-d14368867fcb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01405/analysis/HG01405.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350985#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7c3a75ad-581f-5a62-a896-e986c8dc58c3"},"resourceType":"DocumentReference"} +{"id":"66e32319-1c7e-5cef-8368-d337f718e59c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01405/analysis/HG01405.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350985#sample/cram"}],"status":"current","subject":{"reference":"Patient/7c3a75ad-581f-5a62-a896-e986c8dc58c3"},"resourceType":"DocumentReference"} +{"id":"937f9cf7-e3bb-51a2-9cb8-7aa6e4bb422c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01412/analysis/HG01412.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350986#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a9afc63f-eac1-5872-95b0-3b69e5335bbb"},"resourceType":"DocumentReference"} +{"id":"595f49d8-a072-5695-8ca5-57c883a84f26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01412/analysis/HG01412.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350986#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a9afc63f-eac1-5872-95b0-3b69e5335bbb"},"resourceType":"DocumentReference"} +{"id":"efcedd03-4dcf-543a-b7dc-f81920909a3c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01412/analysis/HG01412.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350986#sample/cram"}],"status":"current","subject":{"reference":"Patient/a9afc63f-eac1-5872-95b0-3b69e5335bbb"},"resourceType":"DocumentReference"} +{"id":"800ea898-3b58-51b3-bca8-af81883758f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01119/analysis/HG01119.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350988#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6b76b9ce-7023-57df-9479-930581d3d02e"},"resourceType":"DocumentReference"} +{"id":"6fda15f0-ef8c-586d-89e1-31b28ec47733","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01119/analysis/HG01119.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350988#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6b76b9ce-7023-57df-9479-930581d3d02e"},"resourceType":"DocumentReference"} +{"id":"dd90026c-50c3-5a3a-8a98-e9ec4a7f0f64","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01119/analysis/HG01119.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350988#sample/cram"}],"status":"current","subject":{"reference":"Patient/6b76b9ce-7023-57df-9479-930581d3d02e"},"resourceType":"DocumentReference"} +{"id":"b34df4b2-faa9-5fec-b106-4cb4b7c1378f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01121/analysis/HG01121.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350989#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c03392c1-5e79-5758-864b-199d39efa9d9"},"resourceType":"DocumentReference"} +{"id":"5e563c1a-e3dc-5179-b323-f886151501db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01121/analysis/HG01121.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350989#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c03392c1-5e79-5758-864b-199d39efa9d9"},"resourceType":"DocumentReference"} +{"id":"a0d4646e-a358-598c-97ae-50cfe8237ad6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01121/analysis/HG01121.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350989#sample/cram"}],"status":"current","subject":{"reference":"Patient/c03392c1-5e79-5758-864b-199d39efa9d9"},"resourceType":"DocumentReference"} +{"id":"8e8bae6e-f894-57d0-b560-e063878ed9e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01122/analysis/HG01122.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350990#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/66986ff1-bb30-56c3-ac5e-fce91581f9f9"},"resourceType":"DocumentReference"} +{"id":"0d58c488-32a1-5152-9f47-1e830bcf4699","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01122/analysis/HG01122.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350990#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/66986ff1-bb30-56c3-ac5e-fce91581f9f9"},"resourceType":"DocumentReference"} +{"id":"fbea1ada-1686-569d-a2a8-f4dba51775c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01122/analysis/HG01122.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350990#sample/cram"}],"status":"current","subject":{"reference":"Patient/66986ff1-bb30-56c3-ac5e-fce91581f9f9"},"resourceType":"DocumentReference"} +{"id":"a421e5ce-cb3d-5194-a355-75631eb71e27","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01130/analysis/HG01130.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350991#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/41ade69d-a663-5f1e-a180-bccd6c14655c"},"resourceType":"DocumentReference"} +{"id":"d936dd6b-a72f-544f-b3ee-6d955ac92918","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01130/analysis/HG01130.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350991#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/41ade69d-a663-5f1e-a180-bccd6c14655c"},"resourceType":"DocumentReference"} +{"id":"ffd29101-9eec-5612-8b92-6c829da2ba16","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01130/analysis/HG01130.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350991#sample/cram"}],"status":"current","subject":{"reference":"Patient/41ade69d-a663-5f1e-a180-bccd6c14655c"},"resourceType":"DocumentReference"} +{"id":"5f451bbd-7acb-5cac-8ed7-944b5265a77b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01131/analysis/HG01131.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350992#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d439c796-476c-54d4-802c-3d1a14a7fefe"},"resourceType":"DocumentReference"} +{"id":"ea098cb4-5b2a-5683-93d7-14dbbd67d10e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01131/analysis/HG01131.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350992#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d439c796-476c-54d4-802c-3d1a14a7fefe"},"resourceType":"DocumentReference"} +{"id":"cef3e392-65e8-5b4a-b299-680bface631d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01131/analysis/HG01131.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350992#sample/cram"}],"status":"current","subject":{"reference":"Patient/d439c796-476c-54d4-802c-3d1a14a7fefe"},"resourceType":"DocumentReference"} +{"id":"c3f4f664-21e2-563d-9c93-6753bae2cafa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01142/analysis/HG01142.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350993#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d83a66a8-1814-5f8f-9042-c9a718353903"},"resourceType":"DocumentReference"} +{"id":"f1023fcb-a18f-5369-aaf0-809d03863c6c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01142/analysis/HG01142.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350993#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d83a66a8-1814-5f8f-9042-c9a718353903"},"resourceType":"DocumentReference"} +{"id":"928675f1-1a5d-5373-8ba1-ef0d6a3ea944","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01142/analysis/HG01142.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350993#sample/cram"}],"status":"current","subject":{"reference":"Patient/d83a66a8-1814-5f8f-9042-c9a718353903"},"resourceType":"DocumentReference"} +{"id":"0b6faca4-766c-5c8d-b3dd-f25b4b6f3847","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01269/analysis/HG01269.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350995#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2353f55f-152d-55ef-9b5e-89be1b386664"},"resourceType":"DocumentReference"} +{"id":"834d6c8e-3fa8-504d-9ef4-403df271892e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01269/analysis/HG01269.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350995#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2353f55f-152d-55ef-9b5e-89be1b386664"},"resourceType":"DocumentReference"} +{"id":"0b1c9a54-eb9c-590b-805c-68e18625e5ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01269/analysis/HG01269.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350995#sample/cram"}],"status":"current","subject":{"reference":"Patient/2353f55f-152d-55ef-9b5e-89be1b386664"},"resourceType":"DocumentReference"} +{"id":"c49e0750-a4fc-581f-9b6b-235ef6c5d0ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01280/analysis/HG01280.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350996#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/91c3acd2-e4ef-50a2-86d9-ad71ee369c7b"},"resourceType":"DocumentReference"} +{"id":"1003f03d-c333-53a7-a0bc-d1d446791ec6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01280/analysis/HG01280.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350996#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/91c3acd2-e4ef-50a2-86d9-ad71ee369c7b"},"resourceType":"DocumentReference"} +{"id":"e4cdbed4-1e1b-5822-a569-f0c9754746b9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01280/analysis/HG01280.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350996#sample/cram"}],"status":"current","subject":{"reference":"Patient/91c3acd2-e4ef-50a2-86d9-ad71ee369c7b"},"resourceType":"DocumentReference"} +{"id":"9b53000a-d80e-5316-a762-3225f288d07a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01281/analysis/HG01281.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350997#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a08706ce-c5c7-547a-ba26-ab368be74e20"},"resourceType":"DocumentReference"} +{"id":"049f4841-0f69-5aee-a242-96daa6466052","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01281/analysis/HG01281.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350997#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a08706ce-c5c7-547a-ba26-ab368be74e20"},"resourceType":"DocumentReference"} +{"id":"83cd9534-40bc-5116-95b4-71e8bc861e37","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01281/analysis/HG01281.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350997#sample/cram"}],"status":"current","subject":{"reference":"Patient/a08706ce-c5c7-547a-ba26-ab368be74e20"},"resourceType":"DocumentReference"} +{"id":"54ea8f9d-f737-5041-9268-7e634fc3cd1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01284/analysis/HG01284.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350998#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d2fa00fd-238d-5e1b-96c7-3a3d150b9011"},"resourceType":"DocumentReference"} +{"id":"c96dab64-6186-599e-9c5d-199fb465fd29","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01284/analysis/HG01284.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350998#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d2fa00fd-238d-5e1b-96c7-3a3d150b9011"},"resourceType":"DocumentReference"} +{"id":"7ffd068a-7e3f-54bc-b4b3-663eeb970820","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01284/analysis/HG01284.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350998#sample/cram"}],"status":"current","subject":{"reference":"Patient/d2fa00fd-238d-5e1b-96c7-3a3d150b9011"},"resourceType":"DocumentReference"} +{"id":"6b98394d-85a3-587c-a90a-3efd1ed80c76","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01362/analysis/HG01362.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350999#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/551ace6f-507f-5dd6-833e-a59c62c0289e"},"resourceType":"DocumentReference"} +{"id":"6dc0dcc4-763a-5ea7-9c94-6f0022e02ad0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01362/analysis/HG01362.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350999#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/551ace6f-507f-5dd6-833e-a59c62c0289e"},"resourceType":"DocumentReference"} +{"id":"af558983-825c-5058-87be-56f8fcab8c8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01362/analysis/HG01362.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350999#sample/cram"}],"status":"current","subject":{"reference":"Patient/551ace6f-507f-5dd6-833e-a59c62c0289e"},"resourceType":"DocumentReference"} +{"id":"ad5ca400-26f3-5752-8936-077bc501a537","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01363/analysis/HG01363.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351000#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1d91c5db-646f-5000-a9e5-f4cf0e508b32"},"resourceType":"DocumentReference"} +{"id":"d08192f5-27c8-5393-9571-704bebb15513","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01363/analysis/HG01363.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351000#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1d91c5db-646f-5000-a9e5-f4cf0e508b32"},"resourceType":"DocumentReference"} +{"id":"e1a3a550-a752-55a6-9661-661d504529d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01363/analysis/HG01363.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351000#sample/cram"}],"status":"current","subject":{"reference":"Patient/1d91c5db-646f-5000-a9e5-f4cf0e508b32"},"resourceType":"DocumentReference"} +{"id":"eeb53b11-61d1-55f2-aafd-b2bf25c152d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01369/analysis/HG01369.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351001#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9484e748-8f87-5348-ad80-1c7399358686"},"resourceType":"DocumentReference"} +{"id":"f3275125-bb25-5269-acc1-f40b97a6857c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01369/analysis/HG01369.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351001#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9484e748-8f87-5348-ad80-1c7399358686"},"resourceType":"DocumentReference"} +{"id":"a37b246d-23e2-5da1-8d9b-5eb9615c0ecd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01369/analysis/HG01369.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351001#sample/cram"}],"status":"current","subject":{"reference":"Patient/9484e748-8f87-5348-ad80-1c7399358686"},"resourceType":"DocumentReference"} +{"id":"05081042-98bb-5635-b41e-08ee7db8cf90","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01372/analysis/HG01372.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351002#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/15bdfe27-2f93-54ee-934f-c07fa0cf77fe"},"resourceType":"DocumentReference"} +{"id":"d61e55ed-5529-545d-abf6-bf82a0b13ffb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01372/analysis/HG01372.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351002#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/15bdfe27-2f93-54ee-934f-c07fa0cf77fe"},"resourceType":"DocumentReference"} +{"id":"45fda99e-09a6-5454-b221-5cd9c7fe7cad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01372/analysis/HG01372.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351002#sample/cram"}],"status":"current","subject":{"reference":"Patient/15bdfe27-2f93-54ee-934f-c07fa0cf77fe"},"resourceType":"DocumentReference"} +{"id":"a999b739-c468-5d86-baff-4530f83a18ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01431/analysis/HG01431.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351003#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/68d33d57-ae43-5eb6-bb50-723c52b41481"},"resourceType":"DocumentReference"} +{"id":"a8caf0a7-ac54-5267-b6b6-f46fc340f3b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01431/analysis/HG01431.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351003#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/68d33d57-ae43-5eb6-bb50-723c52b41481"},"resourceType":"DocumentReference"} +{"id":"538611e8-5b67-5ae2-a9f2-70d8466c36a6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01431/analysis/HG01431.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351003#sample/cram"}],"status":"current","subject":{"reference":"Patient/68d33d57-ae43-5eb6-bb50-723c52b41481"},"resourceType":"DocumentReference"} +{"id":"5211a249-9645-59ee-a2f4-abd0ed7f4459","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01432/analysis/HG01432.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351004#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fe074466-cd17-5d34-9230-667efbd25d56"},"resourceType":"DocumentReference"} +{"id":"3241d253-91d8-5e02-af92-c23001ba8f75","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01432/analysis/HG01432.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351004#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fe074466-cd17-5d34-9230-667efbd25d56"},"resourceType":"DocumentReference"} +{"id":"95e921db-39a0-5100-bffa-5039893a0e6e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01432/analysis/HG01432.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351004#sample/cram"}],"status":"current","subject":{"reference":"Patient/fe074466-cd17-5d34-9230-667efbd25d56"},"resourceType":"DocumentReference"} +{"id":"e5bca317-6eaa-5d11-aefb-8ae8ea1cb325","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01435/analysis/HG01435.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351005#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/41a1c44f-1f14-550a-b846-91409892179a"},"resourceType":"DocumentReference"} +{"id":"c1757daa-5e67-504c-9a69-acc6e9e9b376","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01435/analysis/HG01435.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351005#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/41a1c44f-1f14-550a-b846-91409892179a"},"resourceType":"DocumentReference"} +{"id":"4f275684-a73c-5c9e-83cc-d6b31e998189","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01435/analysis/HG01435.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351005#sample/cram"}],"status":"current","subject":{"reference":"Patient/41a1c44f-1f14-550a-b846-91409892179a"},"resourceType":"DocumentReference"} +{"id":"fac55a6a-497b-57cc-a6f9-f74da98e3a92","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01443/analysis/HG01443.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351006#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e28c9aed-70a5-5be3-9ed6-d6a91f6aefa2"},"resourceType":"DocumentReference"} +{"id":"0aa45b70-25d1-5c81-9a41-6fdb13f25f3e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01443/analysis/HG01443.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351006#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e28c9aed-70a5-5be3-9ed6-d6a91f6aefa2"},"resourceType":"DocumentReference"} +{"id":"70d7214a-8997-5bd3-bb23-006b322d0d35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01443/analysis/HG01443.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351006#sample/cram"}],"status":"current","subject":{"reference":"Patient/e28c9aed-70a5-5be3-9ed6-d6a91f6aefa2"},"resourceType":"DocumentReference"} +{"id":"3d8c9af1-e359-57a1-92c9-d1ce4476e8b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01444/analysis/HG01444.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351007#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/40e04eea-8d65-55cb-bdb1-02ff03b10df8"},"resourceType":"DocumentReference"} +{"id":"7834acdf-e44d-59d1-a5f1-54b167fade7a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01444/analysis/HG01444.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351007#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/40e04eea-8d65-55cb-bdb1-02ff03b10df8"},"resourceType":"DocumentReference"} +{"id":"1abef9bf-77a6-51f7-be9d-c898394a9128","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01444/analysis/HG01444.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351007#sample/cram"}],"status":"current","subject":{"reference":"Patient/40e04eea-8d65-55cb-bdb1-02ff03b10df8"},"resourceType":"DocumentReference"} +{"id":"9b7514e1-5b0e-5463-a3fd-8b865a892d7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01447/analysis/HG01447.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351008#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4719a911-9dd8-512d-8928-777acbbf76fb"},"resourceType":"DocumentReference"} +{"id":"b624bfea-21b4-5d13-bfec-db0b21495ac0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01447/analysis/HG01447.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351008#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4719a911-9dd8-512d-8928-777acbbf76fb"},"resourceType":"DocumentReference"} +{"id":"3279a240-5cfc-5667-a5e4-38c33f5c9bfc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01447/analysis/HG01447.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351008#sample/cram"}],"status":"current","subject":{"reference":"Patient/4719a911-9dd8-512d-8928-777acbbf76fb"},"resourceType":"DocumentReference"} +{"id":"9f68173f-6461-55f9-bb1d-95d52ee8af2e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01459/analysis/HG01459.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351011#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/38a5c9bf-2e8c-57c3-9c29-b2727374e553"},"resourceType":"DocumentReference"} +{"id":"6d8c4be1-0328-5a33-8fae-43cb6ba8fcd4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01459/analysis/HG01459.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351011#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/38a5c9bf-2e8c-57c3-9c29-b2727374e553"},"resourceType":"DocumentReference"} +{"id":"616899b8-5578-589d-aa00-c8b1dc9c903d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01459/analysis/HG01459.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351011#sample/cram"}],"status":"current","subject":{"reference":"Patient/38a5c9bf-2e8c-57c3-9c29-b2727374e553"},"resourceType":"DocumentReference"} +{"id":"82e6dd63-31fe-56f2-9ac7-f34ecb78ddf2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01468/analysis/HG01468.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351012#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fb087c7b-5dda-533f-ad8d-f4e9f9f46db7"},"resourceType":"DocumentReference"} +{"id":"df2d6671-ee32-58b1-8e29-564de0a81f66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01468/analysis/HG01468.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351012#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fb087c7b-5dda-533f-ad8d-f4e9f9f46db7"},"resourceType":"DocumentReference"} +{"id":"68130081-649f-56cb-8a18-3ab5c9c80e7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01468/analysis/HG01468.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351012#sample/cram"}],"status":"current","subject":{"reference":"Patient/fb087c7b-5dda-533f-ad8d-f4e9f9f46db7"},"resourceType":"DocumentReference"} +{"id":"2795090d-4fb8-5e68-8dfc-be53c81f8d50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01474/analysis/HG01474.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351015#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b9d07f02-bf32-5433-bccd-dda4c00c9024"},"resourceType":"DocumentReference"} +{"id":"c728fb2a-a34c-566c-be71-06a70b304f47","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01474/analysis/HG01474.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351015#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b9d07f02-bf32-5433-bccd-dda4c00c9024"},"resourceType":"DocumentReference"} +{"id":"f75076a4-29df-5ee7-9f55-2f65c05dfe4c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01474/analysis/HG01474.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351015#sample/cram"}],"status":"current","subject":{"reference":"Patient/b9d07f02-bf32-5433-bccd-dda4c00c9024"},"resourceType":"DocumentReference"} +{"id":"dd1875c6-6565-5460-a57c-c6df0018ed38","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01479/analysis/HG01479.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351017#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e7bd3fdb-df43-59c8-9b99-57306245d1b7"},"resourceType":"DocumentReference"} +{"id":"8ccfb8d9-6058-528b-9b51-53fbd0b61dd8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01479/analysis/HG01479.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351017#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e7bd3fdb-df43-59c8-9b99-57306245d1b7"},"resourceType":"DocumentReference"} +{"id":"800311d5-3488-523e-87a4-ffed7d6de022","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01479/analysis/HG01479.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351017#sample/cram"}],"status":"current","subject":{"reference":"Patient/e7bd3fdb-df43-59c8-9b99-57306245d1b7"},"resourceType":"DocumentReference"} +{"id":"b40015a4-a4c9-582a-987e-3dd7d7ba3cc3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01485/analysis/HG01485.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351021#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/23abfd88-5f50-5d1b-99e1-33d1910339db"},"resourceType":"DocumentReference"} +{"id":"00b6d87b-9a50-5dad-a748-d12c0501c284","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01485/analysis/HG01485.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351021#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/23abfd88-5f50-5d1b-99e1-33d1910339db"},"resourceType":"DocumentReference"} +{"id":"0ba35fca-0e81-57ca-bc9b-4a4b9c7a09da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01485/analysis/HG01485.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351021#sample/cram"}],"status":"current","subject":{"reference":"Patient/23abfd88-5f50-5d1b-99e1-33d1910339db"},"resourceType":"DocumentReference"} +{"id":"315b012a-a636-5f91-89a6-d0f898532635","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01486/analysis/HG01486.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351022#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/91655002-30ae-5bfd-9f71-eddb9c85dea0"},"resourceType":"DocumentReference"} +{"id":"5ae9d09e-9c93-5a7c-900f-6f736c5c70ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01486/analysis/HG01486.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351022#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/91655002-30ae-5bfd-9f71-eddb9c85dea0"},"resourceType":"DocumentReference"} +{"id":"cd5ef145-76ef-5378-8b4e-46990c4ed3d8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01486/analysis/HG01486.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351022#sample/cram"}],"status":"current","subject":{"reference":"Patient/91655002-30ae-5bfd-9f71-eddb9c85dea0"},"resourceType":"DocumentReference"} +{"id":"8e382cab-5b58-5504-aa80-e446816c57e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01556/analysis/HG01556.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351023#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a2d06ecb-2318-541a-9fe6-5accdef068b4"},"resourceType":"DocumentReference"} +{"id":"5121c0ee-fc94-587b-be0d-4cc1eb1bd672","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01556/analysis/HG01556.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351023#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a2d06ecb-2318-541a-9fe6-5accdef068b4"},"resourceType":"DocumentReference"} +{"id":"ec333ac8-3278-5c72-b497-a968fbc1f669","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01556/analysis/HG01556.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351023#sample/cram"}],"status":"current","subject":{"reference":"Patient/a2d06ecb-2318-541a-9fe6-5accdef068b4"},"resourceType":"DocumentReference"} +{"id":"f241748b-98ef-567a-a9f6-f940477daadd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01961/analysis/HG01961.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351024#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/efd575f8-2938-53ca-aa56-b2519851cfb3"},"resourceType":"DocumentReference"} +{"id":"04ebae3d-bb72-5f18-aedd-18bc0d612559","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01961/analysis/HG01961.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351024#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/efd575f8-2938-53ca-aa56-b2519851cfb3"},"resourceType":"DocumentReference"} +{"id":"3fbb1337-387e-5162-8b0f-6d1549b041d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01961/analysis/HG01961.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351024#sample/cram"}],"status":"current","subject":{"reference":"Patient/efd575f8-2938-53ca-aa56-b2519851cfb3"},"resourceType":"DocumentReference"} +{"id":"e2230345-d29d-5b8e-85a5-c254990ed0b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01965/analysis/HG01965.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351025#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bdf75fe9-ac28-5d83-ad55-614cdd8d753b"},"resourceType":"DocumentReference"} +{"id":"b21acf06-a33b-5af2-a67e-e81523e59a66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01965/analysis/HG01965.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351025#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bdf75fe9-ac28-5d83-ad55-614cdd8d753b"},"resourceType":"DocumentReference"} +{"id":"eabc0251-fa90-5073-a312-1f56374f8df2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01965/analysis/HG01965.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351025#sample/cram"}],"status":"current","subject":{"reference":"Patient/bdf75fe9-ac28-5d83-ad55-614cdd8d753b"},"resourceType":"DocumentReference"} +{"id":"1a87e7e4-8f59-52b5-a8c5-aa66beb9eadf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02006/analysis/HG02006.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351027#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/29aa8e16-d369-5657-8797-3ddcf44762ea"},"resourceType":"DocumentReference"} +{"id":"46c8c1ed-8d7f-5fcb-a805-5ca1b773f603","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02006/analysis/HG02006.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351027#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/29aa8e16-d369-5657-8797-3ddcf44762ea"},"resourceType":"DocumentReference"} +{"id":"95792cd2-5e75-5526-b947-f812e142b45b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02006/analysis/HG02006.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351027#sample/cram"}],"status":"current","subject":{"reference":"Patient/29aa8e16-d369-5657-8797-3ddcf44762ea"},"resourceType":"DocumentReference"} +{"id":"13559568-1fb8-586b-bcf8-7239f0681491","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02102/analysis/HG02102.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351028#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/63adf9a4-818c-51fa-8a03-a7433f0165d6"},"resourceType":"DocumentReference"} +{"id":"485c1cad-1f10-577e-b80e-93541dbcb132","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02102/analysis/HG02102.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351028#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/63adf9a4-818c-51fa-8a03-a7433f0165d6"},"resourceType":"DocumentReference"} +{"id":"e92decd1-cc17-5ca2-9633-35105b752feb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02102/analysis/HG02102.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351028#sample/cram"}],"status":"current","subject":{"reference":"Patient/63adf9a4-818c-51fa-8a03-a7433f0165d6"},"resourceType":"DocumentReference"} +{"id":"f0ced942-8505-5f03-af64-1fd23273a61c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02150/analysis/HG02150.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351029#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0f9cdc41-b5ec-5f82-9c9a-baf00e859656"},"resourceType":"DocumentReference"} +{"id":"4aa453df-b137-57aa-a00f-ce1d5e00bd90","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02150/analysis/HG02150.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351029#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0f9cdc41-b5ec-5f82-9c9a-baf00e859656"},"resourceType":"DocumentReference"} +{"id":"ad5821ab-3ed8-5972-ae0a-3553e9409c42","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02150/analysis/HG02150.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351029#sample/cram"}],"status":"current","subject":{"reference":"Patient/0f9cdc41-b5ec-5f82-9c9a-baf00e859656"},"resourceType":"DocumentReference"} +{"id":"6ea05b9e-6bb9-5a36-afe2-d9856f8ca217","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02252/analysis/HG02252.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351030#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a7d0d358-6499-5548-9eb1-a3e9233f565d"},"resourceType":"DocumentReference"} +{"id":"9d7ff3e9-235c-59ec-80b0-94061b885448","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02252/analysis/HG02252.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351030#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a7d0d358-6499-5548-9eb1-a3e9233f565d"},"resourceType":"DocumentReference"} +{"id":"601373ce-a6b9-55af-865b-595921091ce2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02252/analysis/HG02252.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351030#sample/cram"}],"status":"current","subject":{"reference":"Patient/a7d0d358-6499-5548-9eb1-a3e9233f565d"},"resourceType":"DocumentReference"} +{"id":"c1fe73b1-ff01-5369-8ead-2bf3f53dc0e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02253/analysis/HG02253.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351031#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a302a375-01bd-588e-8a62-abe88c9bfb31"},"resourceType":"DocumentReference"} +{"id":"10ed3525-a1ac-5a75-9387-5d14314e7225","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02253/analysis/HG02253.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351031#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a302a375-01bd-588e-8a62-abe88c9bfb31"},"resourceType":"DocumentReference"} +{"id":"e5f19121-70ac-59b3-9e0f-36fe76644512","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02253/analysis/HG02253.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351031#sample/cram"}],"status":"current","subject":{"reference":"Patient/a302a375-01bd-588e-8a62-abe88c9bfb31"},"resourceType":"DocumentReference"} +{"id":"fd52fc81-ffb3-54b1-9ffa-3b6841212563","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02262/analysis/HG02262.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351032#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/047ec77a-a3b7-571c-a78d-e90f8c031745"},"resourceType":"DocumentReference"} +{"id":"5e25f938-4154-561f-b1b0-44b90a09919c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02262/analysis/HG02262.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351032#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/047ec77a-a3b7-571c-a78d-e90f8c031745"},"resourceType":"DocumentReference"} +{"id":"54046471-3590-57b2-8c40-c70d7ebe0321","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02262/analysis/HG02262.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351032#sample/cram"}],"status":"current","subject":{"reference":"Patient/047ec77a-a3b7-571c-a78d-e90f8c031745"},"resourceType":"DocumentReference"} +{"id":"facc0857-b3cc-5ce8-a669-9cf38c52cab1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02265/analysis/HG02265.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351033#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/48ca9e84-6ffb-57ae-83bc-9bceb61b49d7"},"resourceType":"DocumentReference"} +{"id":"84c050fd-e209-5173-8de4-513e99576473","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02265/analysis/HG02265.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351033#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/48ca9e84-6ffb-57ae-83bc-9bceb61b49d7"},"resourceType":"DocumentReference"} +{"id":"43e3e900-59e0-5f34-a7c1-0d8e039f5e25","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02265/analysis/HG02265.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351033#sample/cram"}],"status":"current","subject":{"reference":"Patient/48ca9e84-6ffb-57ae-83bc-9bceb61b49d7"},"resourceType":"DocumentReference"} +{"id":"4b9d8d36-f334-50d2-8838-dfad9d3ce5ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02266/analysis/HG02266.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351034#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/81a00567-6874-5225-95d9-f32122fe074c"},"resourceType":"DocumentReference"} +{"id":"2f1a22ef-c718-5587-8ead-4c7a4484e0b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02266/analysis/HG02266.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351034#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/81a00567-6874-5225-95d9-f32122fe074c"},"resourceType":"DocumentReference"} +{"id":"c53612d4-b06f-5a98-85b3-e3ea5ca48086","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02266/analysis/HG02266.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351034#sample/cram"}],"status":"current","subject":{"reference":"Patient/81a00567-6874-5225-95d9-f32122fe074c"},"resourceType":"DocumentReference"} +{"id":"2aa70b07-f6d4-5759-aae3-c453796f2582","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02274/analysis/HG02274.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351035#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/46bd6b87-d298-5d62-9269-ca71e7b9c6bb"},"resourceType":"DocumentReference"} +{"id":"13821e5b-8eb5-507b-abc2-cfb400f7ad31","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02274/analysis/HG02274.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351035#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/46bd6b87-d298-5d62-9269-ca71e7b9c6bb"},"resourceType":"DocumentReference"} +{"id":"370fe84c-48e1-5580-92ba-5c6119fcd2c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02274/analysis/HG02274.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351035#sample/cram"}],"status":"current","subject":{"reference":"Patient/46bd6b87-d298-5d62-9269-ca71e7b9c6bb"},"resourceType":"DocumentReference"} +{"id":"2059e4a5-53de-5761-9260-8082924de46a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02275/analysis/HG02275.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351036#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4c895a91-6147-5e68-8470-25397581039b"},"resourceType":"DocumentReference"} +{"id":"d66b2193-5c09-5831-822a-4112bf30ad60","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02275/analysis/HG02275.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351036#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4c895a91-6147-5e68-8470-25397581039b"},"resourceType":"DocumentReference"} +{"id":"eac8537e-e085-56d6-8117-96a0ff385dc1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02275/analysis/HG02275.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351036#sample/cram"}],"status":"current","subject":{"reference":"Patient/4c895a91-6147-5e68-8470-25397581039b"},"resourceType":"DocumentReference"} +{"id":"d8f3ae4d-60dd-5f4a-9c94-47dfb18e5e31","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02304/analysis/HG02304.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351038#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2fdc3742-230c-5e80-b034-242d0b1d5fcb"},"resourceType":"DocumentReference"} +{"id":"3d549268-1037-56aa-825b-524b5ced676e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02304/analysis/HG02304.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351038#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2fdc3742-230c-5e80-b034-242d0b1d5fcb"},"resourceType":"DocumentReference"} +{"id":"2603389f-ef9b-5a53-9c88-d8ca8653a7b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02304/analysis/HG02304.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351038#sample/cram"}],"status":"current","subject":{"reference":"Patient/2fdc3742-230c-5e80-b034-242d0b1d5fcb"},"resourceType":"DocumentReference"} +{"id":"6d5d7419-4b88-5553-b0d7-33c09c10cb90","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02312/analysis/HG02312.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351039#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1b1a1cf5-ac00-520e-8ea8-6070ed1c3bb5"},"resourceType":"DocumentReference"} +{"id":"c65e3d7c-1089-5dee-bed3-050888b7b775","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02312/analysis/HG02312.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351039#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1b1a1cf5-ac00-520e-8ea8-6070ed1c3bb5"},"resourceType":"DocumentReference"} +{"id":"e9be9665-77eb-52b6-bef2-29180946985e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02312/analysis/HG02312.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351039#sample/cram"}],"status":"current","subject":{"reference":"Patient/1b1a1cf5-ac00-520e-8ea8-6070ed1c3bb5"},"resourceType":"DocumentReference"} +{"id":"8ae14b38-db62-5d26-8f04-fe7681445b17","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02345/analysis/HG02345.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351041#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ac1a2c25-a43a-5c37-a51e-52261a2b0088"},"resourceType":"DocumentReference"} +{"id":"91cb84d6-c2a6-508c-93bd-35ad0aaac682","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02345/analysis/HG02345.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351041#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ac1a2c25-a43a-5c37-a51e-52261a2b0088"},"resourceType":"DocumentReference"} +{"id":"0398c205-568f-52ca-a2f6-b2329133e9c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02345/analysis/HG02345.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351041#sample/cram"}],"status":"current","subject":{"reference":"Patient/ac1a2c25-a43a-5c37-a51e-52261a2b0088"},"resourceType":"DocumentReference"} +{"id":"166dab02-262d-5032-8afb-960684b6136a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02348/analysis/HG02348.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351043#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0b1514fd-58e1-5c78-b8ba-02583d229d61"},"resourceType":"DocumentReference"} +{"id":"c02e8369-0a4a-518c-8405-841833261679","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02348/analysis/HG02348.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351043#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0b1514fd-58e1-5c78-b8ba-02583d229d61"},"resourceType":"DocumentReference"} +{"id":"8f5c21a1-ff9d-5d98-af11-0d7ed52220cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02348/analysis/HG02348.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351043#sample/cram"}],"status":"current","subject":{"reference":"Patient/0b1514fd-58e1-5c78-b8ba-02583d229d61"},"resourceType":"DocumentReference"} +{"id":"990b5504-dcb4-5a29-a54b-d79abe605e88","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02425/analysis/HG02425.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351045#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b093accf-2957-5882-9f0c-0be70763523e"},"resourceType":"DocumentReference"} +{"id":"500c181d-8c25-5a03-ad1e-a89274eae6a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02425/analysis/HG02425.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351045#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b093accf-2957-5882-9f0c-0be70763523e"},"resourceType":"DocumentReference"} +{"id":"9f16aa16-417d-5c08-93ad-f828654967d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02425/analysis/HG02425.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351045#sample/cram"}],"status":"current","subject":{"reference":"Patient/b093accf-2957-5882-9f0c-0be70763523e"},"resourceType":"DocumentReference"} +{"id":"30c2602d-07e1-5c5b-ba1b-6cdff1b31de0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02408/analysis/HG02408.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351054#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/feca1f74-5794-5f5b-821e-d609442892a1"},"resourceType":"DocumentReference"} +{"id":"fdfc81ed-22e5-52d1-aa6c-ccbaf742cea7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02408/analysis/HG02408.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351054#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/feca1f74-5794-5f5b-821e-d609442892a1"},"resourceType":"DocumentReference"} +{"id":"cc3d2d8c-800e-5b9d-97df-b369f1f55105","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02408/analysis/HG02408.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351054#sample/cram"}],"status":"current","subject":{"reference":"Patient/feca1f74-5794-5f5b-821e-d609442892a1"},"resourceType":"DocumentReference"} +{"id":"21516e6a-6563-5bac-ad42-1f8071a0fd66","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02410/analysis/HG02410.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351055#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b1449109-1afb-557a-b00f-7ef4c70fbeb7"},"resourceType":"DocumentReference"} +{"id":"9ed5ee24-de99-519a-982c-f15bfe552325","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02410/analysis/HG02410.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351055#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b1449109-1afb-557a-b00f-7ef4c70fbeb7"},"resourceType":"DocumentReference"} +{"id":"31a8b113-68c3-54b0-9a35-36891f418f80","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02410/analysis/HG02410.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351055#sample/cram"}],"status":"current","subject":{"reference":"Patient/b1449109-1afb-557a-b00f-7ef4c70fbeb7"},"resourceType":"DocumentReference"} +{"id":"97fdd8ca-79d2-5c45-8497-8762b760ccf7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03237/analysis/HG03237.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352794#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/026aa956-26c5-50c6-b39a-7c451c833617"},"resourceType":"DocumentReference"} +{"id":"345849fd-8656-5a53-abb8-54d942b5346c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03237/analysis/HG03237.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352794#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/026aa956-26c5-50c6-b39a-7c451c833617"},"resourceType":"DocumentReference"} +{"id":"f2c1b340-dd93-553a-afc3-ab238db2fb31","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03237/analysis/HG03237.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352794#sample/cram"}],"status":"current","subject":{"reference":"Patient/026aa956-26c5-50c6-b39a-7c451c833617"},"resourceType":"DocumentReference"} +{"id":"76f08d5c-a752-569a-86c9-1dab09734595","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03238/analysis/HG03238.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352795#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5c954ed2-f302-5412-bc98-1d3ed6b7cb33"},"resourceType":"DocumentReference"} +{"id":"801edf98-750e-505d-8ba3-73bf67c7fb85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03238/analysis/HG03238.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352795#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5c954ed2-f302-5412-bc98-1d3ed6b7cb33"},"resourceType":"DocumentReference"} +{"id":"b61806f7-6967-5d01-874b-1375eea7ef17","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03238/analysis/HG03238.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352795#sample/cram"}],"status":"current","subject":{"reference":"Patient/5c954ed2-f302-5412-bc98-1d3ed6b7cb33"},"resourceType":"DocumentReference"} +{"id":"583616fa-6f60-5d7f-b890-6a7604ac425e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03607/analysis/HG03607.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352806#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/218588f4-fc70-5e05-bbcc-7778cb653bce"},"resourceType":"DocumentReference"} +{"id":"a271c2a6-d16e-5f79-9502-c5bddef4f4ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03607/analysis/HG03607.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352806#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/218588f4-fc70-5e05-bbcc-7778cb653bce"},"resourceType":"DocumentReference"} +{"id":"57a156c4-521e-5f83-a849-85f40c2d334a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03607/analysis/HG03607.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352806#sample/cram"}],"status":"current","subject":{"reference":"Patient/218588f4-fc70-5e05-bbcc-7778cb653bce"},"resourceType":"DocumentReference"} +{"id":"78efc7bc-2b77-53c0-ba92-100a528c4c0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03805/analysis/HG03805.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352809#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8ead9ca0-fede-5259-8e20-826fbfce21ed"},"resourceType":"DocumentReference"} +{"id":"e9349d5d-53f3-565d-a0cf-d7aac00dfaee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03805/analysis/HG03805.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352809#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8ead9ca0-fede-5259-8e20-826fbfce21ed"},"resourceType":"DocumentReference"} +{"id":"7b78edfc-d318-59fc-8ba4-3a737b2f2076","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03805/analysis/HG03805.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352809#sample/cram"}],"status":"current","subject":{"reference":"Patient/8ead9ca0-fede-5259-8e20-826fbfce21ed"},"resourceType":"DocumentReference"} +{"id":"373a8e52-9ba4-52ff-8fe4-9bd3032ae32d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03908/analysis/HG03908.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352811#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/52309b3b-1f8b-5e91-a78c-9e5cf1adcd1d"},"resourceType":"DocumentReference"} +{"id":"78bef235-8a91-5712-ba0f-2546ea0b5db7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03908/analysis/HG03908.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352811#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/52309b3b-1f8b-5e91-a78c-9e5cf1adcd1d"},"resourceType":"DocumentReference"} +{"id":"5ef14c0c-a4fc-513b-88e6-33d619bc89f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03908/analysis/HG03908.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352811#sample/cram"}],"status":"current","subject":{"reference":"Patient/52309b3b-1f8b-5e91-a78c-9e5cf1adcd1d"},"resourceType":"DocumentReference"} +{"id":"783f2581-1d35-5ec2-b8cb-6c044193980c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03907/analysis/HG03907.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352812#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/88280c60-30ff-55d3-9e9e-d7bc76873cb9"},"resourceType":"DocumentReference"} +{"id":"7ca47ddb-431c-5064-9186-5adb7a729230","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03907/analysis/HG03907.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352812#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/88280c60-30ff-55d3-9e9e-d7bc76873cb9"},"resourceType":"DocumentReference"} +{"id":"03095893-a539-5e7d-8c0c-26a71d171c5e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03907/analysis/HG03907.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352812#sample/cram"}],"status":"current","subject":{"reference":"Patient/88280c60-30ff-55d3-9e9e-d7bc76873cb9"},"resourceType":"DocumentReference"} +{"id":"1e128672-4512-5582-bccb-67dcf592aa74","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03926/analysis/HG03926.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352814#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/477a19a1-7f58-58d3-89e1-daa3bc9ac1c8"},"resourceType":"DocumentReference"} +{"id":"af66c2b9-6d75-5722-a8b2-a0917947bd32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03926/analysis/HG03926.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352814#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/477a19a1-7f58-58d3-89e1-daa3bc9ac1c8"},"resourceType":"DocumentReference"} +{"id":"d63210d0-4263-598e-8803-18bfb947cde5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03926/analysis/HG03926.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352814#sample/cram"}],"status":"current","subject":{"reference":"Patient/477a19a1-7f58-58d3-89e1-daa3bc9ac1c8"},"resourceType":"DocumentReference"} +{"id":"499ff1a4-3563-58d6-8775-d6a1a7698ab9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03925/analysis/HG03925.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352815#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/878ddaf6-b164-5c36-98be-2b4902be8182"},"resourceType":"DocumentReference"} +{"id":"79cfc8d5-7e98-5362-8c0d-e9e7aa3a673d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03925/analysis/HG03925.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352815#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/878ddaf6-b164-5c36-98be-2b4902be8182"},"resourceType":"DocumentReference"} +{"id":"24aef43a-5493-5239-a86a-db12ad8b29be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03925/analysis/HG03925.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352815#sample/cram"}],"status":"current","subject":{"reference":"Patient/878ddaf6-b164-5c36-98be-2b4902be8182"},"resourceType":"DocumentReference"} +{"id":"72565008-5010-53dd-be0b-54c032906ca1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03594/analysis/HG03594.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352817#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/50281f10-9ce0-5d2b-9c21-fc367fa1ec9f"},"resourceType":"DocumentReference"} +{"id":"a96f3fe8-7800-56c1-bae8-783d8ccd670d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03594/analysis/HG03594.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352817#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/50281f10-9ce0-5d2b-9c21-fc367fa1ec9f"},"resourceType":"DocumentReference"} +{"id":"690fc207-28bd-5828-b7af-202a68cbbf1e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03594/analysis/HG03594.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352817#sample/cram"}],"status":"current","subject":{"reference":"Patient/50281f10-9ce0-5d2b-9c21-fc367fa1ec9f"},"resourceType":"DocumentReference"} +{"id":"8aaa0952-76d3-54b3-b887-d21834464c76","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03595/analysis/HG03595.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352818#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5346fbe2-9946-5ec5-8713-525a93e0035d"},"resourceType":"DocumentReference"} +{"id":"205ed5f1-2504-51a3-98e2-c484a304a6bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03595/analysis/HG03595.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352818#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5346fbe2-9946-5ec5-8713-525a93e0035d"},"resourceType":"DocumentReference"} +{"id":"a094a0f0-b5ea-5c49-aa18-f1112f6c7092","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03595/analysis/HG03595.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352818#sample/cram"}],"status":"current","subject":{"reference":"Patient/5346fbe2-9946-5ec5-8713-525a93e0035d"},"resourceType":"DocumentReference"} +{"id":"41da0590-2491-5de5-972b-7a38c00661c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03809/analysis/HG03809.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352820#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/00e98646-f6fa-5859-a8c6-96b3cc70931e"},"resourceType":"DocumentReference"} +{"id":"984a795b-e04b-594d-b285-42983f2fea4e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03809/analysis/HG03809.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352820#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/00e98646-f6fa-5859-a8c6-96b3cc70931e"},"resourceType":"DocumentReference"} +{"id":"01f616cc-4961-5f29-a49b-dfcaa0290da7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03809/analysis/HG03809.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352820#sample/cram"}],"status":"current","subject":{"reference":"Patient/00e98646-f6fa-5859-a8c6-96b3cc70931e"},"resourceType":"DocumentReference"} +{"id":"3ab7770b-be43-5b3c-a5bf-066ab5ea667f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03808/analysis/HG03808.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352821#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6ffad2eb-4d82-5762-a3f0-595b4d188c24"},"resourceType":"DocumentReference"} +{"id":"8297c136-75f7-5bf9-a3e8-8dba5f399e90","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03808/analysis/HG03808.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352821#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6ffad2eb-4d82-5762-a3f0-595b4d188c24"},"resourceType":"DocumentReference"} +{"id":"3bf61219-5134-5180-9d9a-90ad805c974e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03808/analysis/HG03808.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352821#sample/cram"}],"status":"current","subject":{"reference":"Patient/6ffad2eb-4d82-5762-a3f0-595b4d188c24"},"resourceType":"DocumentReference"} +{"id":"7be419c3-2eff-5e7a-b544-4524acbcf2f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03009/analysis/HG03009.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352822#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/85fbf519-6526-5617-9b38-d59b41fcd8bd"},"resourceType":"DocumentReference"} +{"id":"5d479064-b554-5bdf-9756-dc3670073685","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03009/analysis/HG03009.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352822#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/85fbf519-6526-5617-9b38-d59b41fcd8bd"},"resourceType":"DocumentReference"} +{"id":"88ce5a51-36cb-502a-be7a-44dfb0d1e7f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03009/analysis/HG03009.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352822#sample/cram"}],"status":"current","subject":{"reference":"Patient/85fbf519-6526-5617-9b38-d59b41fcd8bd"},"resourceType":"DocumentReference"} +{"id":"5695afde-6139-5de8-b0d8-5a4fa41ee6c2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03812/analysis/HG03812.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352823#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b4f1a3cf-f69d-5b44-b9ed-afabf3a1c5ce"},"resourceType":"DocumentReference"} +{"id":"906ce76d-216e-5b1b-8d53-fd012a60c578","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03812/analysis/HG03812.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352823#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b4f1a3cf-f69d-5b44-b9ed-afabf3a1c5ce"},"resourceType":"DocumentReference"} +{"id":"29806a09-f794-5557-9c71-634e05a0697c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03812/analysis/HG03812.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352823#sample/cram"}],"status":"current","subject":{"reference":"Patient/b4f1a3cf-f69d-5b44-b9ed-afabf3a1c5ce"},"resourceType":"DocumentReference"} +{"id":"82900687-7422-5c65-b74e-f26ce1c9600d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03817/analysis/HG03817.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352824#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8ebfcf78-ba7e-5092-917e-ac3de1443132"},"resourceType":"DocumentReference"} +{"id":"f451e52e-2802-50b9-81dc-98399904521e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03817/analysis/HG03817.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352824#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8ebfcf78-ba7e-5092-917e-ac3de1443132"},"resourceType":"DocumentReference"} +{"id":"cd112c7b-8c5e-56a0-87e0-3e162082675d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03817/analysis/HG03817.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352824#sample/cram"}],"status":"current","subject":{"reference":"Patient/8ebfcf78-ba7e-5092-917e-ac3de1443132"},"resourceType":"DocumentReference"} +{"id":"a70a26ea-3410-567e-adda-ab3020487696","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03902/analysis/HG03902.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352825#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ee793eae-3d04-5896-af0d-f2dd3bb663e2"},"resourceType":"DocumentReference"} +{"id":"5f4d0cf6-5203-5fc6-a110-b5e771e67982","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03902/analysis/HG03902.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352825#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ee793eae-3d04-5896-af0d-f2dd3bb663e2"},"resourceType":"DocumentReference"} +{"id":"211a7f6f-b1d1-5607-9035-0da7124bcc08","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03902/analysis/HG03902.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352825#sample/cram"}],"status":"current","subject":{"reference":"Patient/ee793eae-3d04-5896-af0d-f2dd3bb663e2"},"resourceType":"DocumentReference"} +{"id":"ee369dae-bfb2-5110-9974-77542570cb1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03012/analysis/HG03012.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352826#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5e246fde-1c43-5eb3-ad97-df993204b914"},"resourceType":"DocumentReference"} +{"id":"6e54312c-12e1-5357-abb5-6a2858ac5746","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03012/analysis/HG03012.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352826#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5e246fde-1c43-5eb3-ad97-df993204b914"},"resourceType":"DocumentReference"} +{"id":"98bb7260-560e-5740-89d2-e69ff0815d76","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03012/analysis/HG03012.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352826#sample/cram"}],"status":"current","subject":{"reference":"Patient/5e246fde-1c43-5eb3-ad97-df993204b914"},"resourceType":"DocumentReference"} +{"id":"1f0dd651-0551-56a5-81f7-319cc3883194","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03905/analysis/HG03905.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352827#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6a4e74e7-ff98-5731-8256-a74409ef40e9"},"resourceType":"DocumentReference"} +{"id":"f41f925a-5345-50b7-9188-49317ce8986a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03905/analysis/HG03905.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352827#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6a4e74e7-ff98-5731-8256-a74409ef40e9"},"resourceType":"DocumentReference"} +{"id":"60c49512-a2d9-5269-8c67-f1fb5357cef4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03905/analysis/HG03905.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352827#sample/cram"}],"status":"current","subject":{"reference":"Patient/6a4e74e7-ff98-5731-8256-a74409ef40e9"},"resourceType":"DocumentReference"} +{"id":"d8a18ac9-85b9-5ef9-91f3-a82bb8c90602","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03911/analysis/HG03911.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352828#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a3afb099-f817-50e5-8954-67d77ac96de4"},"resourceType":"DocumentReference"} +{"id":"5a2bbda6-571c-5f65-8735-97d164ab03aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03911/analysis/HG03911.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352828#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a3afb099-f817-50e5-8954-67d77ac96de4"},"resourceType":"DocumentReference"} +{"id":"3dfd8d21-f66e-59a2-90d1-fbb0cd01a112","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03911/analysis/HG03911.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352828#sample/cram"}],"status":"current","subject":{"reference":"Patient/a3afb099-f817-50e5-8954-67d77ac96de4"},"resourceType":"DocumentReference"} +{"id":"aa10a60e-be70-5b50-8479-4d621332f9b1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03910/analysis/HG03910.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352829#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/299bf263-eb1a-56be-afe1-c5a4473c8708"},"resourceType":"DocumentReference"} +{"id":"4e9ea1b4-8707-5eb6-935a-9f487ff8ad07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03910/analysis/HG03910.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352829#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/299bf263-eb1a-56be-afe1-c5a4473c8708"},"resourceType":"DocumentReference"} +{"id":"8d9869bb-2f20-52b6-b2f1-20e88a710742","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03910/analysis/HG03910.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352829#sample/cram"}],"status":"current","subject":{"reference":"Patient/299bf263-eb1a-56be-afe1-c5a4473c8708"},"resourceType":"DocumentReference"} +{"id":"a272514a-fb46-5ab0-8fda-80b223c6fcf9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03916/analysis/HG03916.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352830#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0eaadf60-68d4-5b83-8b2b-442a71f38164"},"resourceType":"DocumentReference"} +{"id":"bfdd4b94-6898-5ac2-a3ca-0ffa46eec4bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03916/analysis/HG03916.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352830#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0eaadf60-68d4-5b83-8b2b-442a71f38164"},"resourceType":"DocumentReference"} +{"id":"2eb67255-00dc-57c2-bef4-d199042f0b29","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03916/analysis/HG03916.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352830#sample/cram"}],"status":"current","subject":{"reference":"Patient/0eaadf60-68d4-5b83-8b2b-442a71f38164"},"resourceType":"DocumentReference"} +{"id":"42db6c08-6102-587b-8e7b-19cdab93f516","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03919/analysis/HG03919.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352831#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8f84766f-d930-5920-a626-d8273390b4e2"},"resourceType":"DocumentReference"} +{"id":"35b528c5-64da-5ebb-90cf-4d04464508ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03919/analysis/HG03919.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352831#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8f84766f-d930-5920-a626-d8273390b4e2"},"resourceType":"DocumentReference"} +{"id":"1c523c58-410c-5612-a2cf-c9e792d7d2af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03919/analysis/HG03919.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352831#sample/cram"}],"status":"current","subject":{"reference":"Patient/8f84766f-d930-5920-a626-d8273390b4e2"},"resourceType":"DocumentReference"} +{"id":"7c1bce86-90dd-5648-bdad-a9345229954b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03928/analysis/HG03928.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352832#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1154ac2b-4312-5a3e-9bb8-da891fb76569"},"resourceType":"DocumentReference"} +{"id":"f786b5e4-0d8e-5a5b-96a1-b0891907b816","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03928/analysis/HG03928.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352832#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1154ac2b-4312-5a3e-9bb8-da891fb76569"},"resourceType":"DocumentReference"} +{"id":"2558c8b5-ecf5-53f4-a732-8502b5a4e713","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03928/analysis/HG03928.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352832#sample/cram"}],"status":"current","subject":{"reference":"Patient/1154ac2b-4312-5a3e-9bb8-da891fb76569"},"resourceType":"DocumentReference"} +{"id":"ffa356d2-9367-51ab-a29e-427d738d4118","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03931/analysis/HG03931.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352834#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/47812b75-9844-5e0e-81ea-5776f2a3d17f"},"resourceType":"DocumentReference"} +{"id":"2636bcfa-1b96-5c3a-8a8b-b50a8acc12c6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03931/analysis/HG03931.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352834#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/47812b75-9844-5e0e-81ea-5776f2a3d17f"},"resourceType":"DocumentReference"} +{"id":"488ce087-81f3-5a39-a94c-233fad98f251","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03931/analysis/HG03931.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352834#sample/cram"}],"status":"current","subject":{"reference":"Patient/47812b75-9844-5e0e-81ea-5776f2a3d17f"},"resourceType":"DocumentReference"} +{"id":"605eb8bb-65e3-5a45-8362-f8f3cdd97473","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03585/analysis/HG03585.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352835#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/62bbd2d6-2947-590c-818f-48cb05769a69"},"resourceType":"DocumentReference"} +{"id":"e74b2312-cd42-5078-9104-720bb300c671","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03585/analysis/HG03585.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352835#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/62bbd2d6-2947-590c-818f-48cb05769a69"},"resourceType":"DocumentReference"} +{"id":"61092143-fb52-5ad3-b5b2-c1d7f150fe58","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03585/analysis/HG03585.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352835#sample/cram"}],"status":"current","subject":{"reference":"Patient/62bbd2d6-2947-590c-818f-48cb05769a69"},"resourceType":"DocumentReference"} +{"id":"711e318f-2d37-5ad3-abd5-cba2a26e5b13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03937/analysis/HG03937.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352837#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0f693481-a12b-5965-a47c-39a7a4dd1c75"},"resourceType":"DocumentReference"} +{"id":"3383987f-4a73-5a5f-a530-94a85aa36da0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03937/analysis/HG03937.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352837#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0f693481-a12b-5965-a47c-39a7a4dd1c75"},"resourceType":"DocumentReference"} +{"id":"6f2bd3f9-3922-56f5-9512-d9f25913bb2f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03937/analysis/HG03937.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352837#sample/cram"}],"status":"current","subject":{"reference":"Patient/0f693481-a12b-5965-a47c-39a7a4dd1c75"},"resourceType":"DocumentReference"} +{"id":"1132655b-4119-59e3-8c49-0c815688c4f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03934/analysis/HG03934.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352839#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/94b7a534-0ba4-55ea-b5b1-cf004a0972f7"},"resourceType":"DocumentReference"} +{"id":"12b061eb-e6ac-52eb-9970-46cc938b76be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03934/analysis/HG03934.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352839#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/94b7a534-0ba4-55ea-b5b1-cf004a0972f7"},"resourceType":"DocumentReference"} +{"id":"19b6108c-0450-5aa1-aacf-89454371fe8c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03934/analysis/HG03934.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352839#sample/cram"}],"status":"current","subject":{"reference":"Patient/94b7a534-0ba4-55ea-b5b1-cf004a0972f7"},"resourceType":"DocumentReference"} +{"id":"00a279a6-4ce2-545f-8e34-ea7891574ed1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04146/analysis/HG04146.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352840#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ac8216d6-9ca6-5b4c-918d-40f11a859815"},"resourceType":"DocumentReference"} +{"id":"124a1c3f-70e3-55a1-aac6-bc0a924f8465","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04146/analysis/HG04146.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352840#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ac8216d6-9ca6-5b4c-918d-40f11a859815"},"resourceType":"DocumentReference"} +{"id":"ff9e4114-e57d-5385-af96-f98b04b39b57","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04146/analysis/HG04146.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352840#sample/cram"}],"status":"current","subject":{"reference":"Patient/ac8216d6-9ca6-5b4c-918d-40f11a859815"},"resourceType":"DocumentReference"} +{"id":"56693e66-5a9b-5e97-bdc7-7e93360d8c5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03589/analysis/HG03589.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352841#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/627e3994-b52d-5b49-9c44-5ac20754304d"},"resourceType":"DocumentReference"} +{"id":"3856f9fe-0313-5aae-a529-2df085a8c29d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03589/analysis/HG03589.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352841#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/627e3994-b52d-5b49-9c44-5ac20754304d"},"resourceType":"DocumentReference"} +{"id":"97d16e37-f054-52e5-838b-838c4dcb1e1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03589/analysis/HG03589.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352841#sample/cram"}],"status":"current","subject":{"reference":"Patient/627e3994-b52d-5b49-9c44-5ac20754304d"},"resourceType":"DocumentReference"} +{"id":"0c56c817-7719-5d5e-8260-8bb8674c2e1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04159/analysis/HG04159.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352844#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3640adcd-2022-5958-8b9b-a4c91d9d9587"},"resourceType":"DocumentReference"} +{"id":"aa7a31c8-c162-5c86-9139-5f4577925a08","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04159/analysis/HG04159.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352844#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3640adcd-2022-5958-8b9b-a4c91d9d9587"},"resourceType":"DocumentReference"} +{"id":"19725861-16bb-5983-8347-34b160f57d9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04159/analysis/HG04159.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352844#sample/cram"}],"status":"current","subject":{"reference":"Patient/3640adcd-2022-5958-8b9b-a4c91d9d9587"},"resourceType":"DocumentReference"} +{"id":"5877eb96-b537-5a83-9bba-d09b271a7387","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03593/analysis/HG03593.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352845#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bfd24540-70e2-547a-86f7-a852ac4882cd"},"resourceType":"DocumentReference"} +{"id":"41a64b6b-570d-5a85-be42-ee69b305ab3c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03593/analysis/HG03593.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352845#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bfd24540-70e2-547a-86f7-a852ac4882cd"},"resourceType":"DocumentReference"} +{"id":"17046b46-1899-5b73-9922-858cf5989b8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03593/analysis/HG03593.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352845#sample/cram"}],"status":"current","subject":{"reference":"Patient/bfd24540-70e2-547a-86f7-a852ac4882cd"},"resourceType":"DocumentReference"} +{"id":"85dd8842-fe58-529c-94a0-3471f0efbc0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04186/analysis/HG04186.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352846#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ca603fe5-c84b-50ab-ae93-a4f4c76330e2"},"resourceType":"DocumentReference"} +{"id":"27605827-26e3-5676-9cf3-39f1d2b4d985","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04186/analysis/HG04186.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352846#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ca603fe5-c84b-50ab-ae93-a4f4c76330e2"},"resourceType":"DocumentReference"} +{"id":"30af4815-19a0-5e2d-b6aa-b8fc33322cfc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04186/analysis/HG04186.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352846#sample/cram"}],"status":"current","subject":{"reference":"Patient/ca603fe5-c84b-50ab-ae93-a4f4c76330e2"},"resourceType":"DocumentReference"} +{"id":"471ee74c-1c5e-54a9-a75a-8b7971b223ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03598/analysis/HG03598.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352848#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/da291a91-dd68-58d3-9a60-2a160abcedb3"},"resourceType":"DocumentReference"} +{"id":"cb5fb6dd-720e-50fa-ba2e-18933804bc61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03598/analysis/HG03598.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352848#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/da291a91-dd68-58d3-9a60-2a160abcedb3"},"resourceType":"DocumentReference"} +{"id":"02ae9784-1bf2-59a3-af95-2d8ee8728b7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03598/analysis/HG03598.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352848#sample/cram"}],"status":"current","subject":{"reference":"Patient/da291a91-dd68-58d3-9a60-2a160abcedb3"},"resourceType":"DocumentReference"} +{"id":"ad5add6a-77be-51c8-a25d-f2b3b28c698d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03755/analysis/HG03755.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352850#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3b66ceac-b7f8-5974-92f6-e147e9536efc"},"resourceType":"DocumentReference"} +{"id":"bc5503ab-f816-5c7e-9f9e-59ff90b862ff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03755/analysis/HG03755.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352850#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3b66ceac-b7f8-5974-92f6-e147e9536efc"},"resourceType":"DocumentReference"} +{"id":"ea1555fb-8c68-5d91-a946-9bc06afb6842","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03755/analysis/HG03755.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352850#sample/cram"}],"status":"current","subject":{"reference":"Patient/3b66ceac-b7f8-5974-92f6-e147e9536efc"},"resourceType":"DocumentReference"} +{"id":"84146a8f-4f58-50fc-9f42-60ac994816ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03850/analysis/HG03850.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352852#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6a71fe6b-45b2-58ee-931a-c0ad3aa9383a"},"resourceType":"DocumentReference"} +{"id":"e07ca06b-a2d4-5e82-9c81-6f325f7f3b3f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03850/analysis/HG03850.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352852#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6a71fe6b-45b2-58ee-931a-c0ad3aa9383a"},"resourceType":"DocumentReference"} +{"id":"2342cda6-d968-5db4-9294-2858ce2e0c94","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03850/analysis/HG03850.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352852#sample/cram"}],"status":"current","subject":{"reference":"Patient/6a71fe6b-45b2-58ee-931a-c0ad3aa9383a"},"resourceType":"DocumentReference"} +{"id":"098da121-7e42-549b-bd9d-366efa64e68d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03894/analysis/HG03894.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352853#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bf4907ff-819a-5ab7-9d3c-3cfc252a6e11"},"resourceType":"DocumentReference"} +{"id":"a84e0919-3400-587d-a604-10b36ddc7480","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03894/analysis/HG03894.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352853#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bf4907ff-819a-5ab7-9d3c-3cfc252a6e11"},"resourceType":"DocumentReference"} +{"id":"f68c5f00-6106-5517-9a58-07ce802f7fc1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03894/analysis/HG03894.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352853#sample/cram"}],"status":"current","subject":{"reference":"Patient/bf4907ff-819a-5ab7-9d3c-3cfc252a6e11"},"resourceType":"DocumentReference"} +{"id":"4336d774-a151-5b20-a991-fcee737acff2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03897/analysis/HG03897.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352854#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ba3170cb-b127-54b3-af1e-b147a740de2f"},"resourceType":"DocumentReference"} +{"id":"96165495-673a-5037-8480-87483dd1ea33","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03897/analysis/HG03897.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352854#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ba3170cb-b127-54b3-af1e-b147a740de2f"},"resourceType":"DocumentReference"} +{"id":"5c3376b5-f6e0-525f-b99b-c4c912f24f8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03897/analysis/HG03897.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352854#sample/cram"}],"status":"current","subject":{"reference":"Patient/ba3170cb-b127-54b3-af1e-b147a740de2f"},"resourceType":"DocumentReference"} +{"id":"7245ff77-8293-5e5c-9338-f232b91a8dbc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03944/analysis/HG03944.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352855#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bb76c439-dd2b-5162-b934-570afa1bcdc0"},"resourceType":"DocumentReference"} +{"id":"f90262ee-9b8e-5023-8f97-d1eae492132d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03944/analysis/HG03944.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352855#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bb76c439-dd2b-5162-b934-570afa1bcdc0"},"resourceType":"DocumentReference"} +{"id":"643902fc-fa0e-5e11-8663-bbb22537e3ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03944/analysis/HG03944.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352855#sample/cram"}],"status":"current","subject":{"reference":"Patient/bb76c439-dd2b-5162-b934-570afa1bcdc0"},"resourceType":"DocumentReference"} +{"id":"ed8de025-1c1c-5f9a-9911-768045e04b21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03646/analysis/HG03646.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352857#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/97f64f75-9d60-5b2d-ac77-7873373dcc18"},"resourceType":"DocumentReference"} +{"id":"706398b3-8d5e-5610-ad6e-8442aaad3a06","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03646/analysis/HG03646.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352857#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/97f64f75-9d60-5b2d-ac77-7873373dcc18"},"resourceType":"DocumentReference"} +{"id":"527e0cbc-6308-5426-bf2e-d746cced009f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03646/analysis/HG03646.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352857#sample/cram"}],"status":"current","subject":{"reference":"Patient/97f64f75-9d60-5b2d-ac77-7873373dcc18"},"resourceType":"DocumentReference"} +{"id":"299f36f2-0d41-52c5-877c-63fd933692dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03645/analysis/HG03645.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352858#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fbadf408-116b-578e-a52e-43527aa1ab5c"},"resourceType":"DocumentReference"} +{"id":"5b48abb8-630a-55f1-9555-4e3d00af0b91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03645/analysis/HG03645.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352858#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fbadf408-116b-578e-a52e-43527aa1ab5c"},"resourceType":"DocumentReference"} +{"id":"e22e67af-9c15-5334-8094-66d8d9d2981b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03645/analysis/HG03645.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352858#sample/cram"}],"status":"current","subject":{"reference":"Patient/fbadf408-116b-578e-a52e-43527aa1ab5c"},"resourceType":"DocumentReference"} +{"id":"dd7bfaad-7718-5c52-8181-0441231d60ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03999/analysis/HG03999.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352859#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4e9f6c1e-1f95-5e36-83e9-5954bbad5878"},"resourceType":"DocumentReference"} +{"id":"ebb00aee-010f-5714-8c01-f2e9506d9760","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03999/analysis/HG03999.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352859#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4e9f6c1e-1f95-5e36-83e9-5954bbad5878"},"resourceType":"DocumentReference"} +{"id":"592d2986-41c5-593e-82c8-4c196c721ef8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03999/analysis/HG03999.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352859#sample/cram"}],"status":"current","subject":{"reference":"Patient/4e9f6c1e-1f95-5e36-83e9-5954bbad5878"},"resourceType":"DocumentReference"} +{"id":"71ec45e6-59f5-5d77-91aa-eb5f9630af85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03672/analysis/HG03672.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352860#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/26ac7d91-368a-5f06-a2c0-8fd2c0bba533"},"resourceType":"DocumentReference"} +{"id":"c289c2d7-97fb-58e2-b8a2-04ebb80b84f6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03672/analysis/HG03672.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352860#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/26ac7d91-368a-5f06-a2c0-8fd2c0bba533"},"resourceType":"DocumentReference"} +{"id":"55510155-7eae-5043-a5cc-fabe40f397af","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03672/analysis/HG03672.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352860#sample/cram"}],"status":"current","subject":{"reference":"Patient/26ac7d91-368a-5f06-a2c0-8fd2c0bba533"},"resourceType":"DocumentReference"} +{"id":"d1667866-582c-5f03-88d9-64220e1bb31b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03680/analysis/HG03680.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352861#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cecc7685-ba95-5c46-99da-8296453c729b"},"resourceType":"DocumentReference"} +{"id":"7ccd3f39-b015-5b1d-9b34-69456d286e26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03680/analysis/HG03680.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352861#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cecc7685-ba95-5c46-99da-8296453c729b"},"resourceType":"DocumentReference"} +{"id":"9ffc2193-a436-558a-b680-0f7d2e5b20cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03680/analysis/HG03680.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352861#sample/cram"}],"status":"current","subject":{"reference":"Patient/cecc7685-ba95-5c46-99da-8296453c729b"},"resourceType":"DocumentReference"} +{"id":"1959c552-9df1-5d43-909b-e194bf71f602","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03681/analysis/HG03681.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352862#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e1874b0c-9b50-5de7-8864-bc1810940b0f"},"resourceType":"DocumentReference"} +{"id":"17c52090-776e-58e0-bd28-4922812c5d3a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03681/analysis/HG03681.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352862#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e1874b0c-9b50-5de7-8864-bc1810940b0f"},"resourceType":"DocumentReference"} +{"id":"2cfb8b88-24ac-5e3f-8d3e-0d53e45caa01","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03681/analysis/HG03681.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352862#sample/cram"}],"status":"current","subject":{"reference":"Patient/e1874b0c-9b50-5de7-8864-bc1810940b0f"},"resourceType":"DocumentReference"} +{"id":"47fcfd32-25ff-52dc-88a0-8074f8a31052","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03685/analysis/HG03685.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352863#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/adc93d6c-de5c-553d-8583-26f694fbec3c"},"resourceType":"DocumentReference"} +{"id":"32788bec-49e9-510b-b174-83265a8c5553","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03685/analysis/HG03685.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352863#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/adc93d6c-de5c-553d-8583-26f694fbec3c"},"resourceType":"DocumentReference"} +{"id":"e17bb83d-4402-56e5-a959-81d282832b78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03685/analysis/HG03685.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352863#sample/cram"}],"status":"current","subject":{"reference":"Patient/adc93d6c-de5c-553d-8583-26f694fbec3c"},"resourceType":"DocumentReference"} +{"id":"54fec648-f0b8-52de-a86d-bb6b1f22ab8d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03686/analysis/HG03686.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352864#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/75163ea6-c465-5e27-a546-6c257ef84f87"},"resourceType":"DocumentReference"} +{"id":"985068be-d361-5f3e-b6a2-271de4cd8c70","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03686/analysis/HG03686.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352864#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/75163ea6-c465-5e27-a546-6c257ef84f87"},"resourceType":"DocumentReference"} +{"id":"d01f7bcb-8627-5b0c-9c7b-8559737808f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03686/analysis/HG03686.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352864#sample/cram"}],"status":"current","subject":{"reference":"Patient/75163ea6-c465-5e27-a546-6c257ef84f87"},"resourceType":"DocumentReference"} +{"id":"031728a0-c63c-5ad5-999c-2035ef21a368","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03687/analysis/HG03687.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352865#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/761ff402-5fb3-5a59-a7a7-5f1898e20a2f"},"resourceType":"DocumentReference"} +{"id":"63024c64-3dad-5e8b-b067-d0554eaf7903","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03687/analysis/HG03687.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352865#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/761ff402-5fb3-5a59-a7a7-5f1898e20a2f"},"resourceType":"DocumentReference"} +{"id":"8ba0e49c-cdfc-5ec4-baad-57da5f9e73f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03687/analysis/HG03687.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352865#sample/cram"}],"status":"current","subject":{"reference":"Patient/761ff402-5fb3-5a59-a7a7-5f1898e20a2f"},"resourceType":"DocumentReference"} +{"id":"664c23b0-22ce-5032-b9dc-5efef0806a06","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03689/analysis/HG03689.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352866#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2fba2a5c-2759-5bd8-9a2f-9e25b9978292"},"resourceType":"DocumentReference"} +{"id":"405a53e2-fee0-5e8e-bcb6-2aac8b9069eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03689/analysis/HG03689.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352866#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2fba2a5c-2759-5bd8-9a2f-9e25b9978292"},"resourceType":"DocumentReference"} +{"id":"1bf2f87f-df1a-52b8-8ec7-013e7f1cb5ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03689/analysis/HG03689.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352866#sample/cram"}],"status":"current","subject":{"reference":"Patient/2fba2a5c-2759-5bd8-9a2f-9e25b9978292"},"resourceType":"DocumentReference"} +{"id":"5d64dbf3-56f2-5c13-bbf7-0f2d8b37d1d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03690/analysis/HG03690.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352867#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0953c768-1fe4-564b-99ec-27b2e045ff34"},"resourceType":"DocumentReference"} +{"id":"d5b959f4-0c06-5a3d-ad2b-e1a5571414a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03690/analysis/HG03690.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352867#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0953c768-1fe4-564b-99ec-27b2e045ff34"},"resourceType":"DocumentReference"} +{"id":"b81ad1c5-2448-5d8a-841e-7f392ed1fdd1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03690/analysis/HG03690.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352867#sample/cram"}],"status":"current","subject":{"reference":"Patient/0953c768-1fe4-564b-99ec-27b2e045ff34"},"resourceType":"DocumentReference"} +{"id":"0a219b35-f2b1-5c47-8dbf-d25cfe226526","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03691/analysis/HG03691.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352868#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/299b8cc4-6872-5e64-bfeb-04ed221fdb05"},"resourceType":"DocumentReference"} +{"id":"5741bdde-b7cf-531e-a682-1eb3a52dee76","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03691/analysis/HG03691.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352868#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/299b8cc4-6872-5e64-bfeb-04ed221fdb05"},"resourceType":"DocumentReference"} +{"id":"88248856-db1b-5c54-8dc0-f1ff21e5325b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03691/analysis/HG03691.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352868#sample/cram"}],"status":"current","subject":{"reference":"Patient/299b8cc4-6872-5e64-bfeb-04ed221fdb05"},"resourceType":"DocumentReference"} +{"id":"976c3ce6-4190-5ec6-9df4-749e4c727e1c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03694/analysis/HG03694.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352869#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ee5e558f-fe95-5d50-809d-e9abdb25c189"},"resourceType":"DocumentReference"} +{"id":"ef07f47f-8065-5715-9764-a46263fde103","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03694/analysis/HG03694.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352869#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ee5e558f-fe95-5d50-809d-e9abdb25c189"},"resourceType":"DocumentReference"} +{"id":"9f088121-db79-514f-85c0-6ccb5162abec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03694/analysis/HG03694.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352869#sample/cram"}],"status":"current","subject":{"reference":"Patient/ee5e558f-fe95-5d50-809d-e9abdb25c189"},"resourceType":"DocumentReference"} +{"id":"3e62689a-6a66-5b16-913b-b7b48e0e2a9b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03695/analysis/HG03695.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352870#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a6cca7a2-1280-5c48-85a3-aa223c0d891f"},"resourceType":"DocumentReference"} +{"id":"8f87d244-6ac9-579f-bcd5-206905a6c78c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03695/analysis/HG03695.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352870#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a6cca7a2-1280-5c48-85a3-aa223c0d891f"},"resourceType":"DocumentReference"} +{"id":"50256232-c6dd-5fc9-96d7-562511d45511","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03695/analysis/HG03695.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352870#sample/cram"}],"status":"current","subject":{"reference":"Patient/a6cca7a2-1280-5c48-85a3-aa223c0d891f"},"resourceType":"DocumentReference"} +{"id":"91526942-7e1a-5c47-92b4-bc3a19939a67","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03696/analysis/HG03696.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352871#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5f4fd178-e232-539d-ad6d-f5f00b08df4f"},"resourceType":"DocumentReference"} +{"id":"9533bd04-5106-557f-8921-bf6be5942dc5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03696/analysis/HG03696.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352871#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5f4fd178-e232-539d-ad6d-f5f00b08df4f"},"resourceType":"DocumentReference"} +{"id":"630fab47-9966-5250-98d2-7778b73b07db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03696/analysis/HG03696.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352871#sample/cram"}],"status":"current","subject":{"reference":"Patient/5f4fd178-e232-539d-ad6d-f5f00b08df4f"},"resourceType":"DocumentReference"} +{"id":"250cf877-eed0-5677-9e55-94a75283d92d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03697/analysis/HG03697.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352873#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6dc610ed-7545-5c93-952c-0de2fe88a025"},"resourceType":"DocumentReference"} +{"id":"f9fd6998-fc1a-5f69-af83-08471cb7867a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03697/analysis/HG03697.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352873#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6dc610ed-7545-5c93-952c-0de2fe88a025"},"resourceType":"DocumentReference"} +{"id":"4a01e7e3-4663-56aa-aeb1-6cdcf7b4d318","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03697/analysis/HG03697.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352873#sample/cram"}],"status":"current","subject":{"reference":"Patient/6dc610ed-7545-5c93-952c-0de2fe88a025"},"resourceType":"DocumentReference"} +{"id":"47128a1e-26ef-5cce-946c-adb161d39c52","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03698/analysis/HG03698.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352874#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/67f63a58-3657-5267-84f3-61b4d92615ca"},"resourceType":"DocumentReference"} +{"id":"f63d1e43-9ebc-5080-8d51-ffc97202ec1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03698/analysis/HG03698.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352874#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/67f63a58-3657-5267-84f3-61b4d92615ca"},"resourceType":"DocumentReference"} +{"id":"63a6e60e-454a-55a4-beba-bc5d663582ce","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03698/analysis/HG03698.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352874#sample/cram"}],"status":"current","subject":{"reference":"Patient/67f63a58-3657-5267-84f3-61b4d92615ca"},"resourceType":"DocumentReference"} +{"id":"6d4f0f12-fedd-59fd-a16e-a2ff6c8fb56e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03711/analysis/HG03711.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352875#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0b1d2ad5-d19f-5bb5-8a0e-75f7db8eb882"},"resourceType":"DocumentReference"} +{"id":"8ef0efb8-30bb-5609-ac8e-a9a1eddc9116","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03711/analysis/HG03711.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352875#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0b1d2ad5-d19f-5bb5-8a0e-75f7db8eb882"},"resourceType":"DocumentReference"} +{"id":"a0da1fec-9cb5-54e4-8406-ed52721270c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03711/analysis/HG03711.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352875#sample/cram"}],"status":"current","subject":{"reference":"Patient/0b1d2ad5-d19f-5bb5-8a0e-75f7db8eb882"},"resourceType":"DocumentReference"} +{"id":"70a9a8f6-6f87-5627-8aff-cf27e1e7d183","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03733/analysis/HG03733.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352876#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5fc04ad6-dc27-5f32-8c5f-a2bfb97827a0"},"resourceType":"DocumentReference"} +{"id":"249445d6-c6fd-50f4-9f68-df01498f8f07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03733/analysis/HG03733.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352876#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5fc04ad6-dc27-5f32-8c5f-a2bfb97827a0"},"resourceType":"DocumentReference"} +{"id":"ccaa0e59-0997-5a24-9e27-19b513e86659","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03733/analysis/HG03733.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352876#sample/cram"}],"status":"current","subject":{"reference":"Patient/5fc04ad6-dc27-5f32-8c5f-a2bfb97827a0"},"resourceType":"DocumentReference"} +{"id":"4778359a-eaf9-5b03-a54a-2726f48ec562","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03736/analysis/HG03736.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352877#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/426381d1-847a-54c5-abb9-4332e174875b"},"resourceType":"DocumentReference"} +{"id":"c7591b6a-2e65-5a27-b69c-07b7492dfcd9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03736/analysis/HG03736.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352877#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/426381d1-847a-54c5-abb9-4332e174875b"},"resourceType":"DocumentReference"} +{"id":"35dbcfd7-370d-50e4-9583-a05f12ac02eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03736/analysis/HG03736.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352877#sample/cram"}],"status":"current","subject":{"reference":"Patient/426381d1-847a-54c5-abb9-4332e174875b"},"resourceType":"DocumentReference"} +{"id":"7d388b31-0594-5232-bf13-59e299511914","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03738/analysis/HG03738.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352878#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b4b41e66-bf86-57c6-8b26-c7d2da8c82d8"},"resourceType":"DocumentReference"} +{"id":"db952e3f-fdfb-5a5e-a460-5936f653673b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03738/analysis/HG03738.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352878#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b4b41e66-bf86-57c6-8b26-c7d2da8c82d8"},"resourceType":"DocumentReference"} +{"id":"5f5c0c7a-6987-5b8f-9b7b-7c999579e71b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03738/analysis/HG03738.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352878#sample/cram"}],"status":"current","subject":{"reference":"Patient/b4b41e66-bf86-57c6-8b26-c7d2da8c82d8"},"resourceType":"DocumentReference"} +{"id":"7e54541b-8c91-58e6-8d9e-ab1c74a39a9e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03744/analysis/HG03744.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352879#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6952d2ca-284e-57a1-ae3d-73f11734eb7a"},"resourceType":"DocumentReference"} +{"id":"2cde4d12-2a03-55bc-9456-9937c44f08e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03744/analysis/HG03744.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352879#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6952d2ca-284e-57a1-ae3d-73f11734eb7a"},"resourceType":"DocumentReference"} +{"id":"ffd5d7bf-56c6-538c-8457-5ee730fe28e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03744/analysis/HG03744.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352879#sample/cram"}],"status":"current","subject":{"reference":"Patient/6952d2ca-284e-57a1-ae3d-73f11734eb7a"},"resourceType":"DocumentReference"} +{"id":"b875c6eb-fc04-5471-92ea-daccc7bc3199","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03745/analysis/HG03745.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352880#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4b5da745-8924-5ed0-b0de-1e3e32e986dc"},"resourceType":"DocumentReference"} +{"id":"b8aec427-1e67-5614-98c3-481b3a452eda","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03745/analysis/HG03745.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352880#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4b5da745-8924-5ed0-b0de-1e3e32e986dc"},"resourceType":"DocumentReference"} +{"id":"f600a9ee-56d0-5b36-9d21-3943663d9742","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03745/analysis/HG03745.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352880#sample/cram"}],"status":"current","subject":{"reference":"Patient/4b5da745-8924-5ed0-b0de-1e3e32e986dc"},"resourceType":"DocumentReference"} +{"id":"d9d3e998-2f4c-5382-86e8-c00c602df153","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03752/analysis/HG03752.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352881#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4f3fc426-2ec5-5d4a-a7fa-d9a2b00df151"},"resourceType":"DocumentReference"} +{"id":"6d10ca86-81de-5478-802f-b940cbd6b7b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03752/analysis/HG03752.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352881#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4f3fc426-2ec5-5d4a-a7fa-d9a2b00df151"},"resourceType":"DocumentReference"} +{"id":"0122f9f8-b441-50e5-9add-df0e9c77e94c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03752/analysis/HG03752.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352881#sample/cram"}],"status":"current","subject":{"reference":"Patient/4f3fc426-2ec5-5d4a-a7fa-d9a2b00df151"},"resourceType":"DocumentReference"} +{"id":"327fa32d-b0c1-51a7-9ea1-98749f5156e5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03753/analysis/HG03753.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352882#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4ae7dfbf-55f4-5a22-bfc3-5943ef6985fa"},"resourceType":"DocumentReference"} +{"id":"e3fdfcbb-ee3e-5a02-9513-026674d5f73e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03753/analysis/HG03753.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352882#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4ae7dfbf-55f4-5a22-bfc3-5943ef6985fa"},"resourceType":"DocumentReference"} +{"id":"e9e4d5b3-053c-5d24-b308-d351867c7c37","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03753/analysis/HG03753.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352882#sample/cram"}],"status":"current","subject":{"reference":"Patient/4ae7dfbf-55f4-5a22-bfc3-5943ef6985fa"},"resourceType":"DocumentReference"} +{"id":"90c077fe-a36c-55d3-92c5-bc6e50c3607c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03760/analysis/HG03760.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352883#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7da80baa-b248-547a-8cee-606a605dbe32"},"resourceType":"DocumentReference"} +{"id":"be926fb1-3df6-53e9-b653-069acaa9f0c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03760/analysis/HG03760.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352883#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7da80baa-b248-547a-8cee-606a605dbe32"},"resourceType":"DocumentReference"} +{"id":"655dbdfd-e17e-5dd1-a464-bc03e361e6eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03760/analysis/HG03760.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352883#sample/cram"}],"status":"current","subject":{"reference":"Patient/7da80baa-b248-547a-8cee-606a605dbe32"},"resourceType":"DocumentReference"} +{"id":"ca5f19dc-330d-53b9-a700-5433a020379c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03836/analysis/HG03836.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352884#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/52dd6d54-7a7f-5e7f-baaf-dcd17fd9050c"},"resourceType":"DocumentReference"} +{"id":"77ee03c5-47fc-5242-a6f7-0a8753081a7c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03836/analysis/HG03836.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352884#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/52dd6d54-7a7f-5e7f-baaf-dcd17fd9050c"},"resourceType":"DocumentReference"} +{"id":"76cf8ca2-541b-5525-910a-0149d38b9edb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03836/analysis/HG03836.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352884#sample/cram"}],"status":"current","subject":{"reference":"Patient/52dd6d54-7a7f-5e7f-baaf-dcd17fd9050c"},"resourceType":"DocumentReference"} +{"id":"026d1a25-5276-5a25-b0ac-ff2c7e2874e3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03837/analysis/HG03837.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352885#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/57e45ab0-aa60-5fb7-9c75-765d21fe5a95"},"resourceType":"DocumentReference"} +{"id":"4db4ac90-1e9e-543c-9473-969b7cdcd75b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03837/analysis/HG03837.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352885#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/57e45ab0-aa60-5fb7-9c75-765d21fe5a95"},"resourceType":"DocumentReference"} +{"id":"b868c826-1d9a-507d-b0e5-f8d99ca00ee7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03837/analysis/HG03837.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352885#sample/cram"}],"status":"current","subject":{"reference":"Patient/57e45ab0-aa60-5fb7-9c75-765d21fe5a95"},"resourceType":"DocumentReference"} +{"id":"c95a663b-0009-5f1d-be6b-b88a10348a32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03846/analysis/HG03846.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352886#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5fbad7d5-32ba-518c-95cc-5eb99b3ce6b7"},"resourceType":"DocumentReference"} +{"id":"7aef689c-2b7e-5b92-b9c4-83d31b2f8431","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03846/analysis/HG03846.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352886#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5fbad7d5-32ba-518c-95cc-5eb99b3ce6b7"},"resourceType":"DocumentReference"} +{"id":"df259ab7-13b0-5dbe-83e4-c2ca475caefd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03846/analysis/HG03846.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352886#sample/cram"}],"status":"current","subject":{"reference":"Patient/5fbad7d5-32ba-518c-95cc-5eb99b3ce6b7"},"resourceType":"DocumentReference"} +{"id":"3e0270a9-559d-5125-a0eb-5ec06dbb4df4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03848/analysis/HG03848.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352889#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e7bafe58-9587-50cd-96fd-140a14281827"},"resourceType":"DocumentReference"} +{"id":"79dd2ed4-58b9-59e7-bcad-6baf150dae5f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03848/analysis/HG03848.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352889#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e7bafe58-9587-50cd-96fd-140a14281827"},"resourceType":"DocumentReference"} +{"id":"fb299930-6d69-51d4-b7d1-121773a8f08e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03848/analysis/HG03848.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352889#sample/cram"}],"status":"current","subject":{"reference":"Patient/e7bafe58-9587-50cd-96fd-140a14281827"},"resourceType":"DocumentReference"} +{"id":"c9968afc-13ec-507e-bd9b-88a690cdbe38","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03851/analysis/HG03851.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352890#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ec7d1241-c88e-53fa-9969-ed4c05e1ab2f"},"resourceType":"DocumentReference"} +{"id":"77d49665-db39-5e9c-b1fb-c176b274e6ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03851/analysis/HG03851.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352890#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ec7d1241-c88e-53fa-9969-ed4c05e1ab2f"},"resourceType":"DocumentReference"} +{"id":"7b3d2e64-bbc9-5201-b261-d574cd8cfaca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03851/analysis/HG03851.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352890#sample/cram"}],"status":"current","subject":{"reference":"Patient/ec7d1241-c88e-53fa-9969-ed4c05e1ab2f"},"resourceType":"DocumentReference"} +{"id":"2cc1cba6-6205-5d99-acd5-4dd95d5c48e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03856/analysis/HG03856.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352891#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f561dffa-62ca-5b39-8a5a-3f64546a3c98"},"resourceType":"DocumentReference"} +{"id":"2fa4e3a2-ffc1-5965-bda5-09f6f17a7bcb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03856/analysis/HG03856.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352891#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f561dffa-62ca-5b39-8a5a-3f64546a3c98"},"resourceType":"DocumentReference"} +{"id":"a6fbe4fd-42d6-56a1-bd35-446a2af58f33","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03856/analysis/HG03856.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352891#sample/cram"}],"status":"current","subject":{"reference":"Patient/f561dffa-62ca-5b39-8a5a-3f64546a3c98"},"resourceType":"DocumentReference"} +{"id":"e41ffc7a-ab0d-5596-b82b-39c1e4870429","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03895/analysis/HG03895.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352892#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c992e445-2226-56a7-a039-adf9bb2f4f39"},"resourceType":"DocumentReference"} +{"id":"f4edaa87-c89f-586d-aa6c-c3b7aef0f72c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03895/analysis/HG03895.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352892#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c992e445-2226-56a7-a039-adf9bb2f4f39"},"resourceType":"DocumentReference"} +{"id":"ef26973b-4a88-5832-8819-11045387c05c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03895/analysis/HG03895.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352892#sample/cram"}],"status":"current","subject":{"reference":"Patient/c992e445-2226-56a7-a039-adf9bb2f4f39"},"resourceType":"DocumentReference"} +{"id":"ceee1404-487a-55dd-9b64-92e940f43fb8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03890/analysis/HG03890.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352893#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/897a5ee8-57ee-5bb7-851a-b66d5437a435"},"resourceType":"DocumentReference"} +{"id":"85f317ae-84ff-572e-95ec-7278a4b415d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03890/analysis/HG03890.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352893#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/897a5ee8-57ee-5bb7-851a-b66d5437a435"},"resourceType":"DocumentReference"} +{"id":"0d640f0f-f0a2-5a42-b143-4a8f47d3d9a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03890/analysis/HG03890.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352893#sample/cram"}],"status":"current","subject":{"reference":"Patient/897a5ee8-57ee-5bb7-851a-b66d5437a435"},"resourceType":"DocumentReference"} +{"id":"5afa149c-a0bd-5a5e-b817-3e0fa9630d43","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04033/analysis/HG04033.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352894#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1b82ddf0-8feb-51a8-b522-e1f22e7e1bd8"},"resourceType":"DocumentReference"} +{"id":"1852711d-4559-5a45-913e-7f2ec7629afa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04033/analysis/HG04033.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352894#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1b82ddf0-8feb-51a8-b522-e1f22e7e1bd8"},"resourceType":"DocumentReference"} +{"id":"201dfbfe-6b25-5022-9d9e-8ae3647488df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04033/analysis/HG04033.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352894#sample/cram"}],"status":"current","subject":{"reference":"Patient/1b82ddf0-8feb-51a8-b522-e1f22e7e1bd8"},"resourceType":"DocumentReference"} +{"id":"bc934ffb-d26a-595d-a540-2deb399d8bfb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03947/analysis/HG03947.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352896#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8d5c6f3a-0dbf-54dc-a7ca-5a0e30cc1f21"},"resourceType":"DocumentReference"} +{"id":"7fa8e710-2672-5114-9769-107638b31494","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03947/analysis/HG03947.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352896#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8d5c6f3a-0dbf-54dc-a7ca-5a0e30cc1f21"},"resourceType":"DocumentReference"} +{"id":"457b9a88-8ddb-5b8c-8898-b8f8b25b7851","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03947/analysis/HG03947.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352896#sample/cram"}],"status":"current","subject":{"reference":"Patient/8d5c6f3a-0dbf-54dc-a7ca-5a0e30cc1f21"},"resourceType":"DocumentReference"} +{"id":"c9fba8f5-b1c9-52ff-a0fe-b87df46c60de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03953/analysis/HG03953.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352897#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e1231ef5-142a-52d4-b0d9-010f8ddc3c20"},"resourceType":"DocumentReference"} +{"id":"b17ec6f2-24a8-5f94-a61f-b3f46b2c964c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03953/analysis/HG03953.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352897#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e1231ef5-142a-52d4-b0d9-010f8ddc3c20"},"resourceType":"DocumentReference"} +{"id":"fe360ff8-397b-543e-9d3a-8fdec5a2212d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03953/analysis/HG03953.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352897#sample/cram"}],"status":"current","subject":{"reference":"Patient/e1231ef5-142a-52d4-b0d9-010f8ddc3c20"},"resourceType":"DocumentReference"} +{"id":"09f7ab7d-4e33-5688-bf68-dabc3df60bc8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03949/analysis/HG03949.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352898#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6f28234c-b94a-548c-9e26-012532403b0c"},"resourceType":"DocumentReference"} +{"id":"bded328e-5a35-5b32-a3cb-40f0d05fe912","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03949/analysis/HG03949.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352898#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6f28234c-b94a-548c-9e26-012532403b0c"},"resourceType":"DocumentReference"} +{"id":"22e222ae-0c9f-5a5d-ba7e-7c631e0f206a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03949/analysis/HG03949.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352898#sample/cram"}],"status":"current","subject":{"reference":"Patient/6f28234c-b94a-548c-9e26-012532403b0c"},"resourceType":"DocumentReference"} +{"id":"98b1eb73-d9f8-5a2d-bca5-265b60376fde","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04035/analysis/HG04035.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352900#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b12090bb-82d8-592c-968c-e85d8ecec45a"},"resourceType":"DocumentReference"} +{"id":"b454e5ba-dd37-5d30-839d-c4ebb042ea28","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04035/analysis/HG04035.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352900#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b12090bb-82d8-592c-968c-e85d8ecec45a"},"resourceType":"DocumentReference"} +{"id":"4f56354c-896a-5dcd-af49-5b189636e548","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04035/analysis/HG04035.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352900#sample/cram"}],"status":"current","subject":{"reference":"Patient/b12090bb-82d8-592c-968c-e85d8ecec45a"},"resourceType":"DocumentReference"} +{"id":"eb0d8640-2f9e-5e12-9a41-2b798c005e2f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04029/analysis/HG04029.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352901#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/81ee255b-dcc0-54a1-8531-a6be52d9c995"},"resourceType":"DocumentReference"} +{"id":"e1b973b1-b845-5455-942b-b87fac21b8bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04029/analysis/HG04029.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352901#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/81ee255b-dcc0-54a1-8531-a6be52d9c995"},"resourceType":"DocumentReference"} +{"id":"69e9f197-fa49-5af7-bb3d-5a5f49af9398","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04029/analysis/HG04029.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352901#sample/cram"}],"status":"current","subject":{"reference":"Patient/81ee255b-dcc0-54a1-8531-a6be52d9c995"},"resourceType":"DocumentReference"} +{"id":"e891bb33-d874-51fc-829a-83ea36f4a271","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04042/analysis/HG04042.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352903#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/74951630-aa1b-5bc2-bb5b-f98b7b42ea59"},"resourceType":"DocumentReference"} +{"id":"4da5d05a-6803-58e1-8e4d-a3ca243243bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04042/analysis/HG04042.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352903#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/74951630-aa1b-5bc2-bb5b-f98b7b42ea59"},"resourceType":"DocumentReference"} +{"id":"e5465b2b-6152-5408-91e1-0007daefe07e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04042/analysis/HG04042.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352903#sample/cram"}],"status":"current","subject":{"reference":"Patient/74951630-aa1b-5bc2-bb5b-f98b7b42ea59"},"resourceType":"DocumentReference"} +{"id":"bdf8bf81-82a0-5d20-b185-72dc64b92733","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04099/analysis/HG04099.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352905#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/266ffd24-0d09-56c8-bf36-28c36c5fd04d"},"resourceType":"DocumentReference"} +{"id":"e39b488c-6625-5da5-82a9-b757daefe68c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04099/analysis/HG04099.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352905#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/266ffd24-0d09-56c8-bf36-28c36c5fd04d"},"resourceType":"DocumentReference"} +{"id":"aabae55b-2f10-527a-a043-793475d32919","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04099/analysis/HG04099.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352905#sample/cram"}],"status":"current","subject":{"reference":"Patient/266ffd24-0d09-56c8-bf36-28c36c5fd04d"},"resourceType":"DocumentReference"} +{"id":"e7a406e0-0268-50c6-b4d5-998a7cb89411","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03977/analysis/HG03977.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352907#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/57b04096-9fe6-56d0-bdaa-a0febb2ce3d7"},"resourceType":"DocumentReference"} +{"id":"7e4b94cf-114a-509a-994d-6410ef03d7cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03977/analysis/HG03977.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352907#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/57b04096-9fe6-56d0-bdaa-a0febb2ce3d7"},"resourceType":"DocumentReference"} +{"id":"4983a03e-b6d7-51ee-aed6-51ed7df8dea6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03977/analysis/HG03977.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352907#sample/cram"}],"status":"current","subject":{"reference":"Patient/57b04096-9fe6-56d0-bdaa-a0febb2ce3d7"},"resourceType":"DocumentReference"} +{"id":"9b85ab63-8c75-53f0-8d2c-8bc4428828ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03780/analysis/HG03780.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352909#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d5492a9d-c885-5296-bc6b-1919ae402372"},"resourceType":"DocumentReference"} +{"id":"4534124b-28ce-576e-adb2-23de532700fc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03780/analysis/HG03780.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352909#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d5492a9d-c885-5296-bc6b-1919ae402372"},"resourceType":"DocumentReference"} +{"id":"361b9659-4a7b-5770-bdef-3347e4b91aff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03780/analysis/HG03780.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352909#sample/cram"}],"status":"current","subject":{"reference":"Patient/d5492a9d-c885-5296-bc6b-1919ae402372"},"resourceType":"DocumentReference"} +{"id":"1a74ad27-8417-5a29-a721-f45ebf9e8862","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03718/analysis/HG03718.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352911#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f4372689-27ae-5604-9f1e-a724501e2107"},"resourceType":"DocumentReference"} +{"id":"8471c1f4-b3b5-50d8-95b9-29606567e66c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03718/analysis/HG03718.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352911#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f4372689-27ae-5604-9f1e-a724501e2107"},"resourceType":"DocumentReference"} +{"id":"39fccf88-74e3-55f5-a3af-c7cfc9349ab7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03718/analysis/HG03718.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352911#sample/cram"}],"status":"current","subject":{"reference":"Patient/f4372689-27ae-5604-9f1e-a724501e2107"},"resourceType":"DocumentReference"} +{"id":"6e0d4f34-d338-525a-b417-5267f1a01054","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04018/analysis/HG04018.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352912#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8b8c67fc-841d-5c56-9cd9-747ca9b4b176"},"resourceType":"DocumentReference"} +{"id":"4bbaab5a-c9a0-5f94-9b8b-c793df5b93f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04018/analysis/HG04018.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352912#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8b8c67fc-841d-5c56-9cd9-747ca9b4b176"},"resourceType":"DocumentReference"} +{"id":"a83fa24f-11d9-5344-919f-917f0f00f0c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04018/analysis/HG04018.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352912#sample/cram"}],"status":"current","subject":{"reference":"Patient/8b8c67fc-841d-5c56-9cd9-747ca9b4b176"},"resourceType":"DocumentReference"} +{"id":"45a5364a-4cbd-5b67-ae8d-233f6822bc15","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03742/analysis/HG03742.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352914#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e90bdd5f-d88e-5175-97d5-67291264337f"},"resourceType":"DocumentReference"} +{"id":"0fa091c7-9f1c-5773-b442-f9d601629518","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03742/analysis/HG03742.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352914#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e90bdd5f-d88e-5175-97d5-67291264337f"},"resourceType":"DocumentReference"} +{"id":"44050f33-b582-582a-b83f-85b7ed9d77c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03742/analysis/HG03742.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352914#sample/cram"}],"status":"current","subject":{"reference":"Patient/e90bdd5f-d88e-5175-97d5-67291264337f"},"resourceType":"DocumentReference"} +{"id":"f9ee876f-b288-5428-ac34-2751a0adce7d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03779/analysis/HG03779.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352915#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1599e1be-e77b-5734-8de3-df82827c194d"},"resourceType":"DocumentReference"} +{"id":"4ba071c0-bc62-5fd2-9f74-69e4caae15dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03779/analysis/HG03779.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352915#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1599e1be-e77b-5734-8de3-df82827c194d"},"resourceType":"DocumentReference"} +{"id":"5a99984a-e5a3-5e28-9ad8-cecd157d5978","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03779/analysis/HG03779.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352915#sample/cram"}],"status":"current","subject":{"reference":"Patient/1599e1be-e77b-5734-8de3-df82827c194d"},"resourceType":"DocumentReference"} +{"id":"6fdf4d78-78c9-5709-8232-1626d96dfb82","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03777/analysis/HG03777.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352916#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/54c8a86b-d16c-5186-b1a8-1856dbb0b2a9"},"resourceType":"DocumentReference"} +{"id":"a970f3d2-476a-57d7-846c-aee67c04fcea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03777/analysis/HG03777.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352916#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/54c8a86b-d16c-5186-b1a8-1856dbb0b2a9"},"resourceType":"DocumentReference"} +{"id":"493da28a-7ccf-58ec-abc8-e6008a4cb821","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03777/analysis/HG03777.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352916#sample/cram"}],"status":"current","subject":{"reference":"Patient/54c8a86b-d16c-5186-b1a8-1856dbb0b2a9"},"resourceType":"DocumentReference"} +{"id":"c89f435c-6138-51c2-99a6-604e3769ffb1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03785/analysis/HG03785.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352917#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a6a15497-a271-57cd-b76d-dbeec8a4cf22"},"resourceType":"DocumentReference"} +{"id":"2396a307-fe8c-54ee-a953-b45ddf49c339","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03785/analysis/HG03785.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352917#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a6a15497-a271-57cd-b76d-dbeec8a4cf22"},"resourceType":"DocumentReference"} +{"id":"ba137d2c-d1b0-5dd7-86c1-c4e0670438ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03785/analysis/HG03785.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352917#sample/cram"}],"status":"current","subject":{"reference":"Patient/a6a15497-a271-57cd-b76d-dbeec8a4cf22"},"resourceType":"DocumentReference"} +{"id":"53c94acc-7841-51d2-b831-c537a4ea7805","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03790/analysis/HG03790.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352918#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/30c1c632-4b50-587a-bd85-44e6862dac8c"},"resourceType":"DocumentReference"} +{"id":"bf6679fa-1538-532c-abb0-d456ec14b4bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03790/analysis/HG03790.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352918#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/30c1c632-4b50-587a-bd85-44e6862dac8c"},"resourceType":"DocumentReference"} +{"id":"c44499a6-2b4d-5952-91d9-f47e75236cab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03790/analysis/HG03790.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352918#sample/cram"}],"status":"current","subject":{"reference":"Patient/30c1c632-4b50-587a-bd85-44e6862dac8c"},"resourceType":"DocumentReference"} +{"id":"8c0f1aa8-3256-5418-bf76-e281403cdb02","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03792/analysis/HG03792.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352919#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4870f30b-2267-5d0e-aab0-bdad3300be47"},"resourceType":"DocumentReference"} +{"id":"793d3dd8-fb8c-5e9e-bb9e-a3e25af8b26d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03792/analysis/HG03792.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352919#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4870f30b-2267-5d0e-aab0-bdad3300be47"},"resourceType":"DocumentReference"} +{"id":"7617e458-03d7-53a0-b885-0a2cd0d6add9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03792/analysis/HG03792.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352919#sample/cram"}],"status":"current","subject":{"reference":"Patient/4870f30b-2267-5d0e-aab0-bdad3300be47"},"resourceType":"DocumentReference"} +{"id":"c1b46454-6ddb-5a8a-9a97-e3938c308603","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03782/analysis/HG03782.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352920#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f4c2578b-02df-5368-9bab-8506e3a3b575"},"resourceType":"DocumentReference"} +{"id":"e8bdee53-d466-5ec9-8fe2-869f0b768bd6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03782/analysis/HG03782.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352920#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f4c2578b-02df-5368-9bab-8506e3a3b575"},"resourceType":"DocumentReference"} +{"id":"1cc2a0e6-bab3-5cb8-960c-530cf0a0d8f7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03782/analysis/HG03782.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352920#sample/cram"}],"status":"current","subject":{"reference":"Patient/f4c2578b-02df-5368-9bab-8506e3a3b575"},"resourceType":"DocumentReference"} +{"id":"c3d9769a-525f-5b10-9959-2168f930ec44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03873/analysis/HG03873.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352922#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/76eb4879-4b4b-5f0a-acfa-a0fb68fd4744"},"resourceType":"DocumentReference"} +{"id":"78a8cb92-588a-5328-b3a4-15449bcb4f9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03873/analysis/HG03873.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352922#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/76eb4879-4b4b-5f0a-acfa-a0fb68fd4744"},"resourceType":"DocumentReference"} +{"id":"193a3520-a0e0-5fc3-b587-e68c1d23a4b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03873/analysis/HG03873.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352922#sample/cram"}],"status":"current","subject":{"reference":"Patient/76eb4879-4b4b-5f0a-acfa-a0fb68fd4744"},"resourceType":"DocumentReference"} +{"id":"47726103-ba97-5881-8360-dcd3627a7161","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03861/analysis/HG03861.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352923#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2801c2be-b81b-5efb-a401-e48d02d4c88f"},"resourceType":"DocumentReference"} +{"id":"130d987a-a3a2-5b27-8c70-6817ad7b6e49","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03861/analysis/HG03861.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352923#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2801c2be-b81b-5efb-a401-e48d02d4c88f"},"resourceType":"DocumentReference"} +{"id":"b34fd484-c484-55fe-bf1b-4206146b9e7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03861/analysis/HG03861.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352923#sample/cram"}],"status":"current","subject":{"reference":"Patient/2801c2be-b81b-5efb-a401-e48d02d4c88f"},"resourceType":"DocumentReference"} +{"id":"51b883ab-d1fe-5df2-b539-a7868af886f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03863/analysis/HG03863.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352924#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9c5e1439-c66d-5c48-a8c2-364387ab6960"},"resourceType":"DocumentReference"} +{"id":"44c1ee6a-1642-52a2-8f3a-ba901feb2e5e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03863/analysis/HG03863.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352924#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9c5e1439-c66d-5c48-a8c2-364387ab6960"},"resourceType":"DocumentReference"} +{"id":"ef192669-6f09-5553-abb8-05e3b926dc1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03863/analysis/HG03863.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352924#sample/cram"}],"status":"current","subject":{"reference":"Patient/9c5e1439-c66d-5c48-a8c2-364387ab6960"},"resourceType":"DocumentReference"} +{"id":"833e0131-2941-51c5-9136-2abc5a8bb6c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03872/analysis/HG03872.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352925#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/658ae9ee-835e-5685-9ed6-028ae457cf0d"},"resourceType":"DocumentReference"} +{"id":"69f2df28-3341-56e6-beea-388b4d641fc2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03872/analysis/HG03872.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352925#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/658ae9ee-835e-5685-9ed6-028ae457cf0d"},"resourceType":"DocumentReference"} +{"id":"b69ad8a3-506d-5bbf-b317-b16fcb282fc1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03872/analysis/HG03872.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352925#sample/cram"}],"status":"current","subject":{"reference":"Patient/658ae9ee-835e-5685-9ed6-028ae457cf0d"},"resourceType":"DocumentReference"} +{"id":"955c56e7-1e7a-5e3e-97da-7918a9e82977","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03870/analysis/HG03870.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352926#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/51c52a90-cd47-568b-8597-965c2ec158a4"},"resourceType":"DocumentReference"} +{"id":"f759bec5-2d57-5635-a0a8-050a7c82579a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03870/analysis/HG03870.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352926#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/51c52a90-cd47-568b-8597-965c2ec158a4"},"resourceType":"DocumentReference"} +{"id":"0aa198c8-1546-59be-a279-a825cbac27fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03870/analysis/HG03870.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352926#sample/cram"}],"status":"current","subject":{"reference":"Patient/51c52a90-cd47-568b-8597-965c2ec158a4"},"resourceType":"DocumentReference"} +{"id":"58ae1e80-23f1-596e-9f46-a217c72c172f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03867/analysis/HG03867.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352927#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0b325189-866d-5dbe-9c39-e189063ee50f"},"resourceType":"DocumentReference"} +{"id":"8f8bbdf9-59f7-578e-9d97-95d48fd94066","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03867/analysis/HG03867.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352927#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0b325189-866d-5dbe-9c39-e189063ee50f"},"resourceType":"DocumentReference"} +{"id":"20f0c0f3-21ad-59d8-af6d-9157d9463030","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03867/analysis/HG03867.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352927#sample/cram"}],"status":"current","subject":{"reference":"Patient/0b325189-866d-5dbe-9c39-e189063ee50f"},"resourceType":"DocumentReference"} +{"id":"c0963540-a80a-5604-8c5c-8634f7b14f56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03963/analysis/HG03963.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352928#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4dff596d-d8d1-5ee8-b0e2-a5664c32f002"},"resourceType":"DocumentReference"} +{"id":"1adb4068-c300-5546-ad34-0fe58e812800","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03963/analysis/HG03963.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352928#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4dff596d-d8d1-5ee8-b0e2-a5664c32f002"},"resourceType":"DocumentReference"} +{"id":"4b730b38-7954-5e2b-b5d7-4212cd33dcbc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03963/analysis/HG03963.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352928#sample/cram"}],"status":"current","subject":{"reference":"Patient/4dff596d-d8d1-5ee8-b0e2-a5664c32f002"},"resourceType":"DocumentReference"} +{"id":"506efb29-72fd-5ecb-aaa5-e6e123905a48","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03960/analysis/HG03960.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352930#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f545ef25-57fd-507e-a9d4-a87a44cff429"},"resourceType":"DocumentReference"} +{"id":"2a06a998-f4b7-52c4-afab-71a5cf5f3277","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03960/analysis/HG03960.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352930#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f545ef25-57fd-507e-a9d4-a87a44cff429"},"resourceType":"DocumentReference"} +{"id":"9d3c3e8a-7b69-5e4a-8956-5744d3654e44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03960/analysis/HG03960.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352930#sample/cram"}],"status":"current","subject":{"reference":"Patient/f545ef25-57fd-507e-a9d4-a87a44cff429"},"resourceType":"DocumentReference"} +{"id":"c0889e54-eaa5-5e31-a4ce-743383e7ef81","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03968/analysis/HG03968.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352931#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3acfe710-be9a-596c-af14-12de203b1016"},"resourceType":"DocumentReference"} +{"id":"bfdfdd7a-15cc-5e7f-8e1f-82709974cd8f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03968/analysis/HG03968.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352931#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3acfe710-be9a-596c-af14-12de203b1016"},"resourceType":"DocumentReference"} +{"id":"4a31bd9f-4bc6-5c5e-ba5c-cdeff702fb96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03968/analysis/HG03968.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352931#sample/cram"}],"status":"current","subject":{"reference":"Patient/3acfe710-be9a-596c-af14-12de203b1016"},"resourceType":"DocumentReference"} +{"id":"dbdadea4-7cf8-5973-9206-5ea67332a7e3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03720/analysis/HG03720.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352932#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d974b18b-3644-59da-8dbb-f896ca82653c"},"resourceType":"DocumentReference"} +{"id":"3da9bfcb-d2d2-5489-80a1-ddd1dd5cf592","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03720/analysis/HG03720.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352932#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d974b18b-3644-59da-8dbb-f896ca82653c"},"resourceType":"DocumentReference"} +{"id":"c4349691-154e-51f4-8c17-99787cbe36d6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03720/analysis/HG03720.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352932#sample/cram"}],"status":"current","subject":{"reference":"Patient/d974b18b-3644-59da-8dbb-f896ca82653c"},"resourceType":"DocumentReference"} +{"id":"c05b1986-217d-55b5-a17b-70bfe9479358","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04019/analysis/HG04019.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352933#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1285533f-3655-5bfc-ae46-811d2b43b1fa"},"resourceType":"DocumentReference"} +{"id":"d19d02d9-4e8c-50e0-a015-1d32a461c594","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04019/analysis/HG04019.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352933#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1285533f-3655-5bfc-ae46-811d2b43b1fa"},"resourceType":"DocumentReference"} +{"id":"75955313-7131-593b-8d8d-c183131eee38","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04019/analysis/HG04019.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352933#sample/cram"}],"status":"current","subject":{"reference":"Patient/1285533f-3655-5bfc-ae46-811d2b43b1fa"},"resourceType":"DocumentReference"} +{"id":"46e60b0f-0809-58bc-bc09-1a7974e16b9d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04025/analysis/HG04025.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352934#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8d4f5150-0adf-503b-b8e7-a84df85c8ac3"},"resourceType":"DocumentReference"} +{"id":"7e8084b2-22bd-5c0c-b975-5cb7e91456dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04025/analysis/HG04025.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352934#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8d4f5150-0adf-503b-b8e7-a84df85c8ac3"},"resourceType":"DocumentReference"} +{"id":"6b3b2955-dd23-5628-8009-de79a22f5327","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04025/analysis/HG04025.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352934#sample/cram"}],"status":"current","subject":{"reference":"Patient/8d4f5150-0adf-503b-b8e7-a84df85c8ac3"},"resourceType":"DocumentReference"} +{"id":"5c2ae288-3fc2-5d87-ab1a-c24f871e8e9f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04020/analysis/HG04020.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352935#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d26946c6-7583-5481-9dbf-7919ae94582e"},"resourceType":"DocumentReference"} +{"id":"478eb3d4-d44e-5a0a-ab8d-b5ac46098b26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04020/analysis/HG04020.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352935#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d26946c6-7583-5481-9dbf-7919ae94582e"},"resourceType":"DocumentReference"} +{"id":"10c63bba-5f2e-5cc6-a29e-61ed1e7acc41","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04020/analysis/HG04020.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352935#sample/cram"}],"status":"current","subject":{"reference":"Patient/d26946c6-7583-5481-9dbf-7919ae94582e"},"resourceType":"DocumentReference"} +{"id":"db268c09-0a63-59bb-9da6-46b4dd0b4db0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04014/analysis/HG04014.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352936#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6cc48172-36c4-5718-bca9-e88f9ba30232"},"resourceType":"DocumentReference"} +{"id":"ad987583-d927-5599-bc26-4003dd594056","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04014/analysis/HG04014.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352936#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6cc48172-36c4-5718-bca9-e88f9ba30232"},"resourceType":"DocumentReference"} +{"id":"0a58540e-8720-5e48-98ad-000ef682c8ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04014/analysis/HG04014.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352936#sample/cram"}],"status":"current","subject":{"reference":"Patient/6cc48172-36c4-5718-bca9-e88f9ba30232"},"resourceType":"DocumentReference"} +{"id":"fd887915-b70a-5f04-a90e-d0abba1c65d8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04015/analysis/HG04015.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352937#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f2665f5e-b01a-5dfe-a56a-14469bcbac04"},"resourceType":"DocumentReference"} +{"id":"972b83d8-c364-5355-b3ed-7d618040106d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04015/analysis/HG04015.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352937#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f2665f5e-b01a-5dfe-a56a-14469bcbac04"},"resourceType":"DocumentReference"} +{"id":"1daa49b2-ce84-504a-b6d5-29cd58b6e069","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04015/analysis/HG04015.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352937#sample/cram"}],"status":"current","subject":{"reference":"Patient/f2665f5e-b01a-5dfe-a56a-14469bcbac04"},"resourceType":"DocumentReference"} +{"id":"509ca7eb-8758-583a-9ab1-c4c90f4d0aa9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04022/analysis/HG04022.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352938#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e7aa19c2-c0d7-5b92-841c-bde819e70dd6"},"resourceType":"DocumentReference"} +{"id":"ba2d9af2-3ba2-55f0-8544-47f19a728ecd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04022/analysis/HG04022.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352938#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e7aa19c2-c0d7-5b92-841c-bde819e70dd6"},"resourceType":"DocumentReference"} +{"id":"9f877211-5f09-5a33-a59d-54dd9ea627f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04022/analysis/HG04022.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352938#sample/cram"}],"status":"current","subject":{"reference":"Patient/e7aa19c2-c0d7-5b92-841c-bde819e70dd6"},"resourceType":"DocumentReference"} +{"id":"99543dd4-c445-5a4e-bfa1-81f8903e58ba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04063/analysis/HG04063.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352939#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e2cac67c-a878-5b07-8831-a5492009b117"},"resourceType":"DocumentReference"} +{"id":"75f6a4d1-a82b-5673-aa89-502c40be1822","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04063/analysis/HG04063.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352939#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e2cac67c-a878-5b07-8831-a5492009b117"},"resourceType":"DocumentReference"} +{"id":"d1d48070-db25-5e9f-a189-7d5eca525261","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04063/analysis/HG04063.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352939#sample/cram"}],"status":"current","subject":{"reference":"Patient/e2cac67c-a878-5b07-8831-a5492009b117"},"resourceType":"DocumentReference"} +{"id":"98e4cdb6-4df3-5e05-aef1-6fd306d6ebfe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04093/analysis/HG04093.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352940#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dc22011c-7557-58bc-b5b4-8cec31912ecc"},"resourceType":"DocumentReference"} +{"id":"e049d6f0-2430-5d28-96f6-9fa21f0e3149","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04093/analysis/HG04093.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352940#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dc22011c-7557-58bc-b5b4-8cec31912ecc"},"resourceType":"DocumentReference"} +{"id":"b32a5a2c-0ec7-5f6b-b1af-97b362a29efb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04093/analysis/HG04093.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352940#sample/cram"}],"status":"current","subject":{"reference":"Patient/dc22011c-7557-58bc-b5b4-8cec31912ecc"},"resourceType":"DocumentReference"} +{"id":"ca77efcc-d8bf-5c4b-bcf9-11eb9080d5ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04118/analysis/HG04118.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352941#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/87160edc-6ef2-5150-a6f7-f69cee5e9cdc"},"resourceType":"DocumentReference"} +{"id":"c16205be-3cb6-548a-a582-2f29275e2e3d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04118/analysis/HG04118.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352941#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/87160edc-6ef2-5150-a6f7-f69cee5e9cdc"},"resourceType":"DocumentReference"} +{"id":"90de5bc0-5bbd-5b96-a141-648af9752bf7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04118/analysis/HG04118.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352941#sample/cram"}],"status":"current","subject":{"reference":"Patient/87160edc-6ef2-5150-a6f7-f69cee5e9cdc"},"resourceType":"DocumentReference"} +{"id":"890b554f-f948-5d79-8ee6-60a74a1633ad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02568/analysis/HG02568.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368094#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1f0e7c14-2167-5672-9eae-d0a1bd5551b3"},"resourceType":"DocumentReference"} +{"id":"056718ea-d8ee-5ba1-9e04-62720b3912bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02568/analysis/HG02568.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368094#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1f0e7c14-2167-5672-9eae-d0a1bd5551b3"},"resourceType":"DocumentReference"} +{"id":"01fff7b7-6773-519b-9013-e79f447fdf28","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02568/analysis/HG02568.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368094#sample/cram"}],"status":"current","subject":{"reference":"Patient/1f0e7c14-2167-5672-9eae-d0a1bd5551b3"},"resourceType":"DocumentReference"} +{"id":"276f0447-47c1-5955-b882-3aa2158b5c5c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02759/analysis/HG02759.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368096#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/50ff18e4-8b2b-5b3e-a37f-b69a8a6379ae"},"resourceType":"DocumentReference"} +{"id":"b0332c54-6e76-543b-8dfa-ae9c0b08202f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02759/analysis/HG02759.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368096#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/50ff18e4-8b2b-5b3e-a37f-b69a8a6379ae"},"resourceType":"DocumentReference"} +{"id":"a049343a-f6f2-5492-9861-a1563ebea02b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02759/analysis/HG02759.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368096#sample/cram"}],"status":"current","subject":{"reference":"Patient/50ff18e4-8b2b-5b3e-a37f-b69a8a6379ae"},"resourceType":"DocumentReference"} +{"id":"21369d44-c942-5d7c-af2a-87b1e3b37207","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02760/analysis/HG02760.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368097#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9eab390a-ae44-5769-9461-12d96c899413"},"resourceType":"DocumentReference"} +{"id":"ccb80c29-0f9a-53f0-8161-09ad163fcffe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02760/analysis/HG02760.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368097#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9eab390a-ae44-5769-9461-12d96c899413"},"resourceType":"DocumentReference"} +{"id":"46bb157e-7ca6-5483-8aa4-efcd5aa2ef89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02760/analysis/HG02760.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368097#sample/cram"}],"status":"current","subject":{"reference":"Patient/9eab390a-ae44-5769-9461-12d96c899413"},"resourceType":"DocumentReference"} +{"id":"900544b3-cd56-516a-a5df-44f15c3dde34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02763/analysis/HG02763.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368100#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bfa1b4b6-ff26-557f-96f5-fe5371591b20"},"resourceType":"DocumentReference"} +{"id":"c3de17dc-9605-55e7-a2c3-2a6816e8ab03","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02763/analysis/HG02763.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368100#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bfa1b4b6-ff26-557f-96f5-fe5371591b20"},"resourceType":"DocumentReference"} +{"id":"448d2586-6079-55ef-b3ef-bc13b2099315","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02763/analysis/HG02763.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368100#sample/cram"}],"status":"current","subject":{"reference":"Patient/bfa1b4b6-ff26-557f-96f5-fe5371591b20"},"resourceType":"DocumentReference"} +{"id":"788825f2-81a7-56d0-86d2-c5a5e8aa1926","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02870/analysis/HG02870.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368103#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e8db4312-9de5-5a93-a124-5644ecbf581f"},"resourceType":"DocumentReference"} +{"id":"a2c91ec7-85e2-5ffd-bd88-12c7ec29ac32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02870/analysis/HG02870.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368103#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e8db4312-9de5-5a93-a124-5644ecbf581f"},"resourceType":"DocumentReference"} +{"id":"cb05a90c-46ae-5fe2-a9f7-ab16111f7be1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02870/analysis/HG02870.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368103#sample/cram"}],"status":"current","subject":{"reference":"Patient/e8db4312-9de5-5a93-a124-5644ecbf581f"},"resourceType":"DocumentReference"} +{"id":"7a25c2cd-3f53-5b40-a7a9-99b8fec8d5ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02878/analysis/HG02878.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368105#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/25e587fb-b64a-5d8c-9dd6-f297db37f54e"},"resourceType":"DocumentReference"} +{"id":"cf24b98c-1d4f-59f4-96e8-3dac7f3b88d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02878/analysis/HG02878.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368105#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/25e587fb-b64a-5d8c-9dd6-f297db37f54e"},"resourceType":"DocumentReference"} +{"id":"4898e39e-7938-5f10-8fd2-fb243e487c71","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02878/analysis/HG02878.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368105#sample/cram"}],"status":"current","subject":{"reference":"Patient/25e587fb-b64a-5d8c-9dd6-f297db37f54e"},"resourceType":"DocumentReference"} +{"id":"44f99aa0-ac31-5750-b9eb-469bdef67d56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02879/analysis/HG02879.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368106#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0b4afd30-2703-5118-b67e-357bd9045f47"},"resourceType":"DocumentReference"} +{"id":"078c7e1f-9caa-5111-9fa5-2231767935fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02879/analysis/HG02879.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368106#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0b4afd30-2703-5118-b67e-357bd9045f47"},"resourceType":"DocumentReference"} +{"id":"06f8cd99-8a50-5cc7-8b39-d4082f91508e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02879/analysis/HG02879.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368106#sample/cram"}],"status":"current","subject":{"reference":"Patient/0b4afd30-2703-5118-b67e-357bd9045f47"},"resourceType":"DocumentReference"} +{"id":"05b1072f-492f-5f81-a519-56200baa7571","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02881/analysis/HG02881.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368108#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ba149bcf-70d5-5198-b368-d0a07af2558f"},"resourceType":"DocumentReference"} +{"id":"b72dbbc0-3d7e-5068-b060-242ccc3fc46f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02881/analysis/HG02881.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368108#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ba149bcf-70d5-5198-b368-d0a07af2558f"},"resourceType":"DocumentReference"} +{"id":"74635ae3-c0ee-5ad4-98ae-513bed961f72","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02881/analysis/HG02881.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368108#sample/cram"}],"status":"current","subject":{"reference":"Patient/ba149bcf-70d5-5198-b368-d0a07af2558f"},"resourceType":"DocumentReference"} +{"id":"0109cd4c-2c7a-5aa1-a446-5e06d623f115","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02882/analysis/HG02882.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368109#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eee84dab-22c3-5484-beca-1175fd05c158"},"resourceType":"DocumentReference"} +{"id":"5e8bf26e-3fa9-5fa3-a0e1-e4dbaebb551c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02882/analysis/HG02882.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368109#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eee84dab-22c3-5484-beca-1175fd05c158"},"resourceType":"DocumentReference"} +{"id":"4791dbfe-a453-56bb-ae1c-103b7f0d1c76","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02882/analysis/HG02882.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368109#sample/cram"}],"status":"current","subject":{"reference":"Patient/eee84dab-22c3-5484-beca-1175fd05c158"},"resourceType":"DocumentReference"} +{"id":"e36f1deb-fa69-5ceb-b163-3b930f26d292","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02982/analysis/HG02982.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368111#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d1b4be32-9d91-5a9d-85ac-3f8140a3c7ae"},"resourceType":"DocumentReference"} +{"id":"aefe14b4-60e1-59ed-9565-4ee5a1f511bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02982/analysis/HG02982.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368111#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d1b4be32-9d91-5a9d-85ac-3f8140a3c7ae"},"resourceType":"DocumentReference"} +{"id":"84f7b69d-5c93-5c7c-8a02-f9458d076b89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02982/analysis/HG02982.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368111#sample/cram"}],"status":"current","subject":{"reference":"Patient/d1b4be32-9d91-5a9d-85ac-3f8140a3c7ae"},"resourceType":"DocumentReference"} +{"id":"5593b91f-dc88-5031-833f-15a12e714e2f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02983/analysis/HG02983.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368112#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/75d4fea0-34f4-59e8-bdf9-9a9fe0eeee5d"},"resourceType":"DocumentReference"} +{"id":"9dabd99f-215b-5e4a-9302-d1b3a46e0f7d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02983/analysis/HG02983.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368112#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/75d4fea0-34f4-59e8-bdf9-9a9fe0eeee5d"},"resourceType":"DocumentReference"} +{"id":"bfa95781-d430-52c7-af52-aa1ce0837f83","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02983/analysis/HG02983.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368112#sample/cram"}],"status":"current","subject":{"reference":"Patient/75d4fea0-34f4-59e8-bdf9-9a9fe0eeee5d"},"resourceType":"DocumentReference"} +{"id":"99f764c9-b206-532b-a3b4-d2d831e24a35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03054/analysis/HG03054.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368115#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fa23825f-0a7e-54cb-9a9d-89de389e89aa"},"resourceType":"DocumentReference"} +{"id":"5e7c8c58-c8f2-53bf-b078-de6b58173dd3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03054/analysis/HG03054.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368115#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fa23825f-0a7e-54cb-9a9d-89de389e89aa"},"resourceType":"DocumentReference"} +{"id":"6fb79cc1-dced-583e-ac57-572c8dd38db7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03054/analysis/HG03054.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368115#sample/cram"}],"status":"current","subject":{"reference":"Patient/fa23825f-0a7e-54cb-9a9d-89de389e89aa"},"resourceType":"DocumentReference"} +{"id":"524571aa-d8b7-5fab-bf13-6935c922ab43","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03060/analysis/HG03060.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368118#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/83ea22d4-836e-5774-9808-8432e0c43476"},"resourceType":"DocumentReference"} +{"id":"ba9849e5-c602-521a-b7a9-c1fd424c6aaa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03060/analysis/HG03060.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368118#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/83ea22d4-836e-5774-9808-8432e0c43476"},"resourceType":"DocumentReference"} +{"id":"1cf4d5d3-1d5b-5bb5-ba2e-38755e55b208","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03060/analysis/HG03060.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368118#sample/cram"}],"status":"current","subject":{"reference":"Patient/83ea22d4-836e-5774-9808-8432e0c43476"},"resourceType":"DocumentReference"} +{"id":"b973d638-93ff-5b27-9678-f1f707572f9e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03063/analysis/HG03063.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368120#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e83b0e06-979a-5dc3-bbfa-2249b070501a"},"resourceType":"DocumentReference"} +{"id":"ca1dd1e3-3f51-5e52-9a00-d74ca456fc82","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03063/analysis/HG03063.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368120#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e83b0e06-979a-5dc3-bbfa-2249b070501a"},"resourceType":"DocumentReference"} +{"id":"82071810-3829-595d-bc02-4b211ba28719","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03063/analysis/HG03063.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368120#sample/cram"}],"status":"current","subject":{"reference":"Patient/e83b0e06-979a-5dc3-bbfa-2249b070501a"},"resourceType":"DocumentReference"} +{"id":"9debff51-87da-5cc6-bdae-cf91c7fdf4e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03064/analysis/HG03064.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368121#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c25a89e4-545a-5faa-9a39-c6866b49f41d"},"resourceType":"DocumentReference"} +{"id":"0cb97053-545a-5ea7-b59d-f6016c8017f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03064/analysis/HG03064.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368121#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c25a89e4-545a-5faa-9a39-c6866b49f41d"},"resourceType":"DocumentReference"} +{"id":"f4e881de-f242-58bd-92dd-4feedbee5312","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03064/analysis/HG03064.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368121#sample/cram"}],"status":"current","subject":{"reference":"Patient/c25a89e4-545a-5faa-9a39-c6866b49f41d"},"resourceType":"DocumentReference"} +{"id":"f31e35dc-a28e-522b-bb1b-16165eae5740","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03073/analysis/HG03073.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368123#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/486c2841-eee5-5261-b3db-6e6647caa6b3"},"resourceType":"DocumentReference"} +{"id":"69944528-f0f6-530e-b6ce-87b06676e538","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03073/analysis/HG03073.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368123#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/486c2841-eee5-5261-b3db-6e6647caa6b3"},"resourceType":"DocumentReference"} +{"id":"4772319d-bb26-516d-b80b-0b6bc998311e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03073/analysis/HG03073.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368123#sample/cram"}],"status":"current","subject":{"reference":"Patient/486c2841-eee5-5261-b3db-6e6647caa6b3"},"resourceType":"DocumentReference"} +{"id":"b2ba7135-5f50-50b7-a3a6-0debd8ffe2ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03074/analysis/HG03074.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368124#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d379f5be-0822-54a7-969c-336fb9fea9d7"},"resourceType":"DocumentReference"} +{"id":"49a461f6-3062-5dad-a335-a8d0dbb07cff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03074/analysis/HG03074.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368124#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d379f5be-0822-54a7-969c-336fb9fea9d7"},"resourceType":"DocumentReference"} +{"id":"60f302f2-d24b-5c4a-a563-a285618a7dca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03074/analysis/HG03074.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368124#sample/cram"}],"status":"current","subject":{"reference":"Patient/d379f5be-0822-54a7-969c-336fb9fea9d7"},"resourceType":"DocumentReference"} +{"id":"96a20ab6-a9e7-501b-bf55-5e03512d126f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03077/analysis/HG03077.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368125#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0537d374-fab7-5ae4-9cfa-f35a791a1579"},"resourceType":"DocumentReference"} +{"id":"d12e414b-2b44-570b-b366-6cb3020abb32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03077/analysis/HG03077.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368125#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0537d374-fab7-5ae4-9cfa-f35a791a1579"},"resourceType":"DocumentReference"} +{"id":"7dff6e6c-af9c-5f92-afde-4bc598b0489a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03077/analysis/HG03077.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368125#sample/cram"}],"status":"current","subject":{"reference":"Patient/0537d374-fab7-5ae4-9cfa-f35a791a1579"},"resourceType":"DocumentReference"} +{"id":"e74e169c-e278-5e92-9d50-bbe91a2d871f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03079/analysis/HG03079.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368126#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/28f1d727-4424-51be-bbf6-af93aabed7ac"},"resourceType":"DocumentReference"} +{"id":"d4720ced-e1a7-5b3f-8b88-1c1eafd1af3f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03079/analysis/HG03079.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368126#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/28f1d727-4424-51be-bbf6-af93aabed7ac"},"resourceType":"DocumentReference"} +{"id":"853a9d0b-1ef5-53b7-ba13-7cb6f1cb0080","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03079/analysis/HG03079.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368126#sample/cram"}],"status":"current","subject":{"reference":"Patient/28f1d727-4424-51be-bbf6-af93aabed7ac"},"resourceType":"DocumentReference"} +{"id":"d0194fbf-626e-548b-bd64-f69c74058676","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03082/analysis/HG03082.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368128#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/812cfae5-8927-5ece-83c2-57188669c7b4"},"resourceType":"DocumentReference"} +{"id":"170dd027-493d-5bfa-924c-7530741c589b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03082/analysis/HG03082.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368128#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/812cfae5-8927-5ece-83c2-57188669c7b4"},"resourceType":"DocumentReference"} +{"id":"196be80b-214d-5dea-9c07-2dcbb24b79b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03082/analysis/HG03082.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368128#sample/cram"}],"status":"current","subject":{"reference":"Patient/812cfae5-8927-5ece-83c2-57188669c7b4"},"resourceType":"DocumentReference"} +{"id":"79ef8512-108e-5213-b9d8-5a01d1e45a20","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03086/analysis/HG03086.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368129#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8f190dc1-99ea-57b3-ab97-47b9acd07fc8"},"resourceType":"DocumentReference"} +{"id":"d788faa4-7afe-5a40-94a5-5a4e1bb27b39","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03086/analysis/HG03086.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368129#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8f190dc1-99ea-57b3-ab97-47b9acd07fc8"},"resourceType":"DocumentReference"} +{"id":"078f1ea3-e893-5973-812a-f81aa5661e14","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03086/analysis/HG03086.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368129#sample/cram"}],"status":"current","subject":{"reference":"Patient/8f190dc1-99ea-57b3-ab97-47b9acd07fc8"},"resourceType":"DocumentReference"} +{"id":"d9e3091e-3937-5f57-a46f-24899c764435","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03091/analysis/HG03091.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368130#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f8a9545f-155a-5fa1-b98b-7add73eb2dce"},"resourceType":"DocumentReference"} +{"id":"adcfbf57-4b53-5147-9ca7-c9ad122fae90","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03091/analysis/HG03091.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368130#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f8a9545f-155a-5fa1-b98b-7add73eb2dce"},"resourceType":"DocumentReference"} +{"id":"f2d72d5b-ae04-5719-955d-0153fb9736aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03091/analysis/HG03091.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368130#sample/cram"}],"status":"current","subject":{"reference":"Patient/f8a9545f-155a-5fa1-b98b-7add73eb2dce"},"resourceType":"DocumentReference"} +{"id":"25f48d10-5a69-5477-a30d-d4e03325bab7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03095/analysis/HG03095.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368131#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b1e27b1f-0ce1-5e1c-9657-170419afcbb1"},"resourceType":"DocumentReference"} +{"id":"5a5f5467-4b70-56f0-a265-a5138636045c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03095/analysis/HG03095.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368131#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b1e27b1f-0ce1-5e1c-9657-170419afcbb1"},"resourceType":"DocumentReference"} +{"id":"c4cbf600-c087-5238-bb4d-506b140cbe03","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03095/analysis/HG03095.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368131#sample/cram"}],"status":"current","subject":{"reference":"Patient/b1e27b1f-0ce1-5e1c-9657-170419afcbb1"},"resourceType":"DocumentReference"} +{"id":"b0e32b32-3c76-565d-af97-a2ea8ac7962a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03224/analysis/HG03224.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368132#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2da5f004-f049-595a-89d7-e73fb0b74c6b"},"resourceType":"DocumentReference"} +{"id":"fecbee18-f49e-5e3d-a5ba-6aea2626e3e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03224/analysis/HG03224.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368132#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2da5f004-f049-595a-89d7-e73fb0b74c6b"},"resourceType":"DocumentReference"} +{"id":"d8a1743a-d996-551e-a6ce-d21fb5611d56","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03224/analysis/HG03224.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368132#sample/cram"}],"status":"current","subject":{"reference":"Patient/2da5f004-f049-595a-89d7-e73fb0b74c6b"},"resourceType":"DocumentReference"} +{"id":"ed51b851-2389-5790-b65f-63e04422e125","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03225/analysis/HG03225.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368133#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5dcebd0a-e2ce-5e0a-bd2e-c162257bbcb3"},"resourceType":"DocumentReference"} +{"id":"1f3e4b5f-f084-5eda-8d39-c6d1b682dd8e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03225/analysis/HG03225.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368133#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5dcebd0a-e2ce-5e0a-bd2e-c162257bbcb3"},"resourceType":"DocumentReference"} +{"id":"3860930d-b9a2-5267-8d8a-ab2a86a5b796","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03225/analysis/HG03225.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368133#sample/cram"}],"status":"current","subject":{"reference":"Patient/5dcebd0a-e2ce-5e0a-bd2e-c162257bbcb3"},"resourceType":"DocumentReference"} +{"id":"bae56cf4-a52b-587f-9fa6-5a5d7aafff96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03378/analysis/HG03378.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368134#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fd0bcbfe-38a8-5c83-913d-a6283284a0de"},"resourceType":"DocumentReference"} +{"id":"73a1318f-81be-5cb5-bbc9-3c1ce25aa8cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03378/analysis/HG03378.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368134#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fd0bcbfe-38a8-5c83-913d-a6283284a0de"},"resourceType":"DocumentReference"} +{"id":"85e8c630-35b4-5439-bbfb-5b021b54ce8c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03378/analysis/HG03378.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368134#sample/cram"}],"status":"current","subject":{"reference":"Patient/fd0bcbfe-38a8-5c83-913d-a6283284a0de"},"resourceType":"DocumentReference"} +{"id":"e48f28ec-a916-5800-a073-b4cd5d34aecf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03382/analysis/HG03382.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368136#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5df329c8-8abe-5dcd-b349-8aa387095011"},"resourceType":"DocumentReference"} +{"id":"ec906847-e26b-588b-a4ff-c19c6d94baed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03382/analysis/HG03382.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368136#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5df329c8-8abe-5dcd-b349-8aa387095011"},"resourceType":"DocumentReference"} +{"id":"c2963953-b23d-550d-96e1-809365fc20b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03382/analysis/HG03382.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368136#sample/cram"}],"status":"current","subject":{"reference":"Patient/5df329c8-8abe-5dcd-b349-8aa387095011"},"resourceType":"DocumentReference"} +{"id":"86bd8df1-bbbc-55c1-8fba-7b885fac12ea","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03394/analysis/HG03394.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368141#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cdd113ca-4877-53ce-9a45-74bcdda4577a"},"resourceType":"DocumentReference"} +{"id":"2f7bafe8-5068-57db-97ba-5fcb18e049aa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03394/analysis/HG03394.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368141#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cdd113ca-4877-53ce-9a45-74bcdda4577a"},"resourceType":"DocumentReference"} +{"id":"6f5b1e18-c25c-533d-b6dc-2fa347497764","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03394/analysis/HG03394.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368141#sample/cram"}],"status":"current","subject":{"reference":"Patient/cdd113ca-4877-53ce-9a45-74bcdda4577a"},"resourceType":"DocumentReference"} +{"id":"211a7ea8-a930-5a25-9316-35b10151defa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03432/analysis/HG03432.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368145#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ac294e3c-cfc4-5afd-8c69-a679b8619bc9"},"resourceType":"DocumentReference"} +{"id":"977e3382-16d3-5fa9-a5ec-ab22a3f90533","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03432/analysis/HG03432.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368145#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ac294e3c-cfc4-5afd-8c69-a679b8619bc9"},"resourceType":"DocumentReference"} +{"id":"828e0bdf-c8f8-5a27-9c38-26ef8ac9dff1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03432/analysis/HG03432.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368145#sample/cram"}],"status":"current","subject":{"reference":"Patient/ac294e3c-cfc4-5afd-8c69-a679b8619bc9"},"resourceType":"DocumentReference"} +{"id":"60464419-1f77-52a3-b2bd-460e94c83837","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03457/analysis/HG03457.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368147#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/82244191-ff76-59a3-b705-d3a694efe133"},"resourceType":"DocumentReference"} +{"id":"76052985-3395-5ac4-bf20-fdb945b72841","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03457/analysis/HG03457.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368147#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/82244191-ff76-59a3-b705-d3a694efe133"},"resourceType":"DocumentReference"} +{"id":"544b90d6-4eb2-538a-b058-04f6944e45ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03457/analysis/HG03457.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368147#sample/cram"}],"status":"current","subject":{"reference":"Patient/82244191-ff76-59a3-b705-d3a694efe133"},"resourceType":"DocumentReference"} +{"id":"386d2bd7-0cc7-5341-ac33-991ebf305bba","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03558/analysis/HG03558.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368150#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bcacea47-f1d2-550f-9238-680ac8ea5d7d"},"resourceType":"DocumentReference"} +{"id":"121b4038-df7c-5397-b144-2151757ebd85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03558/analysis/HG03558.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368150#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bcacea47-f1d2-550f-9238-680ac8ea5d7d"},"resourceType":"DocumentReference"} +{"id":"708ebc99-c8c0-575f-8db4-afbe20e13502","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03558/analysis/HG03558.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368150#sample/cram"}],"status":"current","subject":{"reference":"Patient/bcacea47-f1d2-550f-9238-680ac8ea5d7d"},"resourceType":"DocumentReference"} +{"id":"df2ef975-91f7-5be9-8baf-1e846b78be01","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03567/analysis/HG03567.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368152#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9ce32d0d-9ada-5cbc-84d4-b207231f3f77"},"resourceType":"DocumentReference"} +{"id":"dc669c43-7f12-55aa-b781-9d513c6047cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03567/analysis/HG03567.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368152#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9ce32d0d-9ada-5cbc-84d4-b207231f3f77"},"resourceType":"DocumentReference"} +{"id":"70cfa8ff-d457-5734-8a92-8402458e0fe8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03567/analysis/HG03567.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368152#sample/cram"}],"status":"current","subject":{"reference":"Patient/9ce32d0d-9ada-5cbc-84d4-b207231f3f77"},"resourceType":"DocumentReference"} +{"id":"ea103f9f-6d26-5a7d-a683-2ba6853234a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02938/analysis/HG02938.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368158#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2590c0be-1091-5859-a1f7-7b18a20358b7"},"resourceType":"DocumentReference"} +{"id":"6c40186a-5703-5488-88ee-6f85621caba3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02938/analysis/HG02938.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368158#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2590c0be-1091-5859-a1f7-7b18a20358b7"},"resourceType":"DocumentReference"} +{"id":"1a8d80af-4fc2-5a6c-853f-80629904b944","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02938/analysis/HG02938.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368158#sample/cram"}],"status":"current","subject":{"reference":"Patient/2590c0be-1091-5859-a1f7-7b18a20358b7"},"resourceType":"DocumentReference"} +{"id":"08a9b921-87b0-58fd-b1c9-09fd9289592a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02941/analysis/HG02941.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368160#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b934d114-c50a-55be-9940-b2a2e1b1e87e"},"resourceType":"DocumentReference"} +{"id":"5f40b117-ef9d-5202-9d7b-706ceec40173","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02941/analysis/HG02941.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368160#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b934d114-c50a-55be-9940-b2a2e1b1e87e"},"resourceType":"DocumentReference"} +{"id":"a65a0ca5-e67b-5136-97bc-9c4a80ba7359","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02941/analysis/HG02941.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368160#sample/cram"}],"status":"current","subject":{"reference":"Patient/b934d114-c50a-55be-9940-b2a2e1b1e87e"},"resourceType":"DocumentReference"} +{"id":"189dc6f4-669d-5e8b-8ae3-5598e6b749a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02968/analysis/HG02968.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368166#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f9080b2d-c164-5dab-848e-576c1b4ef3fc"},"resourceType":"DocumentReference"} +{"id":"81f39900-044f-5f4b-b137-293aec9579cb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02968/analysis/HG02968.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368166#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f9080b2d-c164-5dab-848e-576c1b4ef3fc"},"resourceType":"DocumentReference"} +{"id":"219d75ad-b796-5cac-af40-c0b0f1a6f9bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02968/analysis/HG02968.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368166#sample/cram"}],"status":"current","subject":{"reference":"Patient/f9080b2d-c164-5dab-848e-576c1b4ef3fc"},"resourceType":"DocumentReference"} +{"id":"8525976d-8fb9-55c6-9c07-1d94044b2ec4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02979/analysis/HG02979.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368168#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d695eb27-a797-58f5-9ffb-b084fb9ead2e"},"resourceType":"DocumentReference"} +{"id":"a7929842-3f26-5032-a4cb-19b1dac64e2f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02979/analysis/HG02979.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368168#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d695eb27-a797-58f5-9ffb-b084fb9ead2e"},"resourceType":"DocumentReference"} +{"id":"bae63ce4-f4e5-593b-ace9-4d275afbad5e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02979/analysis/HG02979.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368168#sample/cram"}],"status":"current","subject":{"reference":"Patient/d695eb27-a797-58f5-9ffb-b084fb9ead2e"},"resourceType":"DocumentReference"} +{"id":"98549796-34d4-5027-8fa6-15420e3dcdb5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02981/analysis/HG02981.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368170#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/abb4d473-ba7f-5ddf-93dc-074e4082eb2e"},"resourceType":"DocumentReference"} +{"id":"13cde266-e229-5d34-b59f-85fa7ba8b14d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02981/analysis/HG02981.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368170#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/abb4d473-ba7f-5ddf-93dc-074e4082eb2e"},"resourceType":"DocumentReference"} +{"id":"ee045c7a-3ced-52a9-9e9c-cd71dd4f4c9b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02981/analysis/HG02981.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368170#sample/cram"}],"status":"current","subject":{"reference":"Patient/abb4d473-ba7f-5ddf-93dc-074e4082eb2e"},"resourceType":"DocumentReference"} +{"id":"b7a6ffea-cebe-5c57-80fa-4771eef5ae4a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03103/analysis/HG03103.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368171#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d7dee585-689b-57d5-8e91-b1fd6a10e499"},"resourceType":"DocumentReference"} +{"id":"5c01eea7-901f-532a-b61c-52b580a75c48","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03103/analysis/HG03103.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368171#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d7dee585-689b-57d5-8e91-b1fd6a10e499"},"resourceType":"DocumentReference"} +{"id":"3f31b551-ce57-5d0a-b900-7b7e72e8f914","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03103/analysis/HG03103.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368171#sample/cram"}],"status":"current","subject":{"reference":"Patient/d7dee585-689b-57d5-8e91-b1fd6a10e499"},"resourceType":"DocumentReference"} +{"id":"10888fed-6385-5a88-b8cd-4979dbfb560f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03105/analysis/HG03105.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368173#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2eb08329-c97f-50c7-88e4-72f275e9f85d"},"resourceType":"DocumentReference"} +{"id":"c784bbe1-63e8-573a-91c8-82aae3d6c451","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03105/analysis/HG03105.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368173#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2eb08329-c97f-50c7-88e4-72f275e9f85d"},"resourceType":"DocumentReference"} +{"id":"642993e5-1074-51c7-b71e-fc077ae288f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03105/analysis/HG03105.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368173#sample/cram"}],"status":"current","subject":{"reference":"Patient/2eb08329-c97f-50c7-88e4-72f275e9f85d"},"resourceType":"DocumentReference"} +{"id":"779891bc-5ca8-54be-9e61-4127babbfa6b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03111/analysis/HG03111.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368175#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6885cf10-50fc-507f-baaa-59d3e5212523"},"resourceType":"DocumentReference"} +{"id":"894bf395-20a5-526f-8c7d-668864ccbc50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03111/analysis/HG03111.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368175#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6885cf10-50fc-507f-baaa-59d3e5212523"},"resourceType":"DocumentReference"} +{"id":"6fdecad5-4d9d-5543-81dd-841d8d9b48c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03111/analysis/HG03111.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368175#sample/cram"}],"status":"current","subject":{"reference":"Patient/6885cf10-50fc-507f-baaa-59d3e5212523"},"resourceType":"DocumentReference"} +{"id":"0064d0ea-498c-5f1e-b8c6-88c00dc18b86","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03112/analysis/HG03112.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368176#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/bebe3cef-3d82-59a7-8963-062d0daf9ebb"},"resourceType":"DocumentReference"} +{"id":"5c9c5119-c978-570a-b43c-1095710332d2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03112/analysis/HG03112.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368176#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/bebe3cef-3d82-59a7-8963-062d0daf9ebb"},"resourceType":"DocumentReference"} +{"id":"40d24265-abb0-53cf-b776-51e60e7616e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03112/analysis/HG03112.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368176#sample/cram"}],"status":"current","subject":{"reference":"Patient/bebe3cef-3d82-59a7-8963-062d0daf9ebb"},"resourceType":"DocumentReference"} +{"id":"d67e1259-332b-5363-88bd-aa9490beab79","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03126/analysis/HG03126.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368178#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e178abbe-8a9c-5aa8-bd1d-67bfd664ac5e"},"resourceType":"DocumentReference"} +{"id":"e5142978-9e17-5d55-b757-19504fe1e04b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03126/analysis/HG03126.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368178#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e178abbe-8a9c-5aa8-bd1d-67bfd664ac5e"},"resourceType":"DocumentReference"} +{"id":"525aba20-c994-58e4-833b-70c88e80a450","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03126/analysis/HG03126.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368178#sample/cram"}],"status":"current","subject":{"reference":"Patient/e178abbe-8a9c-5aa8-bd1d-67bfd664ac5e"},"resourceType":"DocumentReference"} +{"id":"cd0d6dda-5e0f-54ee-8d11-8a68356955c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03127/analysis/HG03127.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368179#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0e5268a7-e939-5d13-a62f-ee20c2726b40"},"resourceType":"DocumentReference"} +{"id":"3956f57a-24d4-5878-84d5-1281da68248f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03127/analysis/HG03127.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368179#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0e5268a7-e939-5d13-a62f-ee20c2726b40"},"resourceType":"DocumentReference"} +{"id":"e8190380-ebd7-5daf-a2cb-2f41eb3e12fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03127/analysis/HG03127.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368179#sample/cram"}],"status":"current","subject":{"reference":"Patient/0e5268a7-e939-5d13-a62f-ee20c2726b40"},"resourceType":"DocumentReference"} +{"id":"2bf14cbc-5602-58d6-8a5e-75741a831d1e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03139/analysis/HG03139.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368181#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7597f2e9-3e3c-5cad-ba6c-ce17d7739525"},"resourceType":"DocumentReference"} +{"id":"08887223-cf5e-59a9-a628-6a4bdf0a6a44","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03139/analysis/HG03139.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368181#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7597f2e9-3e3c-5cad-ba6c-ce17d7739525"},"resourceType":"DocumentReference"} +{"id":"cfa5554b-6614-53fd-a0da-de9845165171","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03139/analysis/HG03139.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368181#sample/cram"}],"status":"current","subject":{"reference":"Patient/7597f2e9-3e3c-5cad-ba6c-ce17d7739525"},"resourceType":"DocumentReference"} +{"id":"d886c076-e931-5981-a2ca-d64fcb3ab1f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03157/analysis/HG03157.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368186#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6433ee63-4573-50b9-8d0d-9619b509978c"},"resourceType":"DocumentReference"} +{"id":"3be660c2-0f9a-5492-a2ea-82eb96284313","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03157/analysis/HG03157.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368186#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6433ee63-4573-50b9-8d0d-9619b509978c"},"resourceType":"DocumentReference"} +{"id":"b9ddd550-a246-5068-8157-985afda3b855","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03157/analysis/HG03157.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368186#sample/cram"}],"status":"current","subject":{"reference":"Patient/6433ee63-4573-50b9-8d0d-9619b509978c"},"resourceType":"DocumentReference"} +{"id":"d05ad254-2cfe-5734-94f5-6686a3bab88a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03166/analysis/HG03166.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368188#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ff3da2ea-c5ab-568e-bc2c-de68a9527862"},"resourceType":"DocumentReference"} +{"id":"b6f645a8-4698-53cc-97b3-478f6c9bdd1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03166/analysis/HG03166.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368188#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ff3da2ea-c5ab-568e-bc2c-de68a9527862"},"resourceType":"DocumentReference"} +{"id":"4f0e4c9d-af11-58b8-b206-870fcea92f92","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03166/analysis/HG03166.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368188#sample/cram"}],"status":"current","subject":{"reference":"Patient/ff3da2ea-c5ab-568e-bc2c-de68a9527862"},"resourceType":"DocumentReference"} +{"id":"e9598d16-2fcf-5f98-be5b-04db7b905b62","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03175/analysis/HG03175.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368190#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6e723cf8-a9e6-55b2-b43e-6a73ca563895"},"resourceType":"DocumentReference"} +{"id":"cac31dd1-6514-5522-bd17-55793d81ca98","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03175/analysis/HG03175.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368190#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6e723cf8-a9e6-55b2-b43e-6a73ca563895"},"resourceType":"DocumentReference"} +{"id":"293c6a80-44bc-573b-be2e-5700a1334a3a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03175/analysis/HG03175.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368190#sample/cram"}],"status":"current","subject":{"reference":"Patient/6e723cf8-a9e6-55b2-b43e-6a73ca563895"},"resourceType":"DocumentReference"} +{"id":"32b49b42-fc47-55a5-b080-4d3e840aaf1d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03189/analysis/HG03189.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368193#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3929ecf6-da31-5d71-8183-b15a843246ca"},"resourceType":"DocumentReference"} +{"id":"898623cf-edf2-5ae5-bebf-e07873cf61d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03189/analysis/HG03189.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368193#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3929ecf6-da31-5d71-8183-b15a843246ca"},"resourceType":"DocumentReference"} +{"id":"f1144181-f177-5918-8596-50ff5a60fc51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03189/analysis/HG03189.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368193#sample/cram"}],"status":"current","subject":{"reference":"Patient/3929ecf6-da31-5d71-8183-b15a843246ca"},"resourceType":"DocumentReference"} +{"id":"58de2211-cf3e-5f3d-910b-e18fac61984c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03190/analysis/HG03190.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368194#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/baad6db0-3a4e-554c-ad65-2426717bc1b8"},"resourceType":"DocumentReference"} +{"id":"5e72ecd3-f1f1-51e9-a3ba-bbb09c4654d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03190/analysis/HG03190.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368194#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/baad6db0-3a4e-554c-ad65-2426717bc1b8"},"resourceType":"DocumentReference"} +{"id":"b641232a-a58a-5f6f-a3af-c9948fe1f4b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03190/analysis/HG03190.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368194#sample/cram"}],"status":"current","subject":{"reference":"Patient/baad6db0-3a4e-554c-ad65-2426717bc1b8"},"resourceType":"DocumentReference"} +{"id":"286cae74-9903-5cee-a8d1-2387029c9591","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03193/analysis/HG03193.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368196#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e21cfca6-1b1c-5494-acb9-c1b84f4c2bc3"},"resourceType":"DocumentReference"} +{"id":"67f9f24a-a2af-5d94-b677-c1639f5fd99c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03193/analysis/HG03193.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368196#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e21cfca6-1b1c-5494-acb9-c1b84f4c2bc3"},"resourceType":"DocumentReference"} +{"id":"e7958d89-804e-57c3-98d8-b673a2e78614","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03193/analysis/HG03193.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368196#sample/cram"}],"status":"current","subject":{"reference":"Patient/e21cfca6-1b1c-5494-acb9-c1b84f4c2bc3"},"resourceType":"DocumentReference"} +{"id":"6c88b469-227e-57a4-aaab-3bf4b9076d57","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03202/analysis/HG03202.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368198#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a3e03628-50ed-5394-95d5-03c9cc2a90ca"},"resourceType":"DocumentReference"} +{"id":"ff513b76-add2-5189-b799-815bdc163a10","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03202/analysis/HG03202.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368198#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a3e03628-50ed-5394-95d5-03c9cc2a90ca"},"resourceType":"DocumentReference"} +{"id":"2b95b0b1-10ba-5191-973e-f894049be4fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03202/analysis/HG03202.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368198#sample/cram"}],"status":"current","subject":{"reference":"Patient/a3e03628-50ed-5394-95d5-03c9cc2a90ca"},"resourceType":"DocumentReference"} +{"id":"8de9bd41-e9a5-544c-950a-8fbd98eebe5a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03265/analysis/HG03265.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368202#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4037cb6b-4d51-5097-828a-1d7b15b833a5"},"resourceType":"DocumentReference"} +{"id":"5aeaa4ca-a6cb-5e14-9819-7c2aa0c2718a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03265/analysis/HG03265.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368202#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4037cb6b-4d51-5097-828a-1d7b15b833a5"},"resourceType":"DocumentReference"} +{"id":"37981c3d-fb7e-57b2-b165-fa9784140f37","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03265/analysis/HG03265.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368202#sample/cram"}],"status":"current","subject":{"reference":"Patient/4037cb6b-4d51-5097-828a-1d7b15b833a5"},"resourceType":"DocumentReference"} +{"id":"4a30bd57-edfb-5fa0-8f88-ec8cb080b0a6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03297/analysis/HG03297.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368205#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/743ac672-8b7a-58e2-9520-b447eaaa103f"},"resourceType":"DocumentReference"} +{"id":"6da277a7-d1e0-5b9f-9c2b-8c9fb06899f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03297/analysis/HG03297.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368205#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/743ac672-8b7a-58e2-9520-b447eaaa103f"},"resourceType":"DocumentReference"} +{"id":"66c3e45b-28c5-580b-8fb3-2a74eff48f87","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03297/analysis/HG03297.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368205#sample/cram"}],"status":"current","subject":{"reference":"Patient/743ac672-8b7a-58e2-9520-b447eaaa103f"},"resourceType":"DocumentReference"} +{"id":"65aaf559-497b-5560-a16e-c7e2b9cbac05","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03298/analysis/HG03298.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368206#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/669c13ee-c5c7-5ea0-bfcf-a05b8885eb13"},"resourceType":"DocumentReference"} +{"id":"3a1f1daa-933c-54de-8789-d54e1df2531d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03298/analysis/HG03298.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368206#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/669c13ee-c5c7-5ea0-bfcf-a05b8885eb13"},"resourceType":"DocumentReference"} +{"id":"54be6265-565b-5288-aeba-51e8d4601b01","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03298/analysis/HG03298.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368206#sample/cram"}],"status":"current","subject":{"reference":"Patient/669c13ee-c5c7-5ea0-bfcf-a05b8885eb13"},"resourceType":"DocumentReference"} +{"id":"28454c4a-a319-5131-b5fd-6b7b82423a34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03303/analysis/HG03303.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368208#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/77a49475-eb65-5b95-ac29-8ff82954cacb"},"resourceType":"DocumentReference"} +{"id":"4352ca43-0cea-5cf2-91ff-fdd907b0d3de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03303/analysis/HG03303.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368208#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/77a49475-eb65-5b95-ac29-8ff82954cacb"},"resourceType":"DocumentReference"} +{"id":"ab31e2b2-2c6e-57b9-9ea3-ed403624d6e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03303/analysis/HG03303.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368208#sample/cram"}],"status":"current","subject":{"reference":"Patient/77a49475-eb65-5b95-ac29-8ff82954cacb"},"resourceType":"DocumentReference"} +{"id":"b6d9c121-7cae-5db1-b75e-c20139397517","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03304/analysis/HG03304.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368209#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0e0cd4cf-a21a-56cc-9d86-b2eca87519d9"},"resourceType":"DocumentReference"} +{"id":"acd7429a-0f08-5efc-9269-caff220144a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03304/analysis/HG03304.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368209#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0e0cd4cf-a21a-56cc-9d86-b2eca87519d9"},"resourceType":"DocumentReference"} +{"id":"2f5633fb-e1fd-52a8-b6d2-8fedf904b6d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03304/analysis/HG03304.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368209#sample/cram"}],"status":"current","subject":{"reference":"Patient/0e0cd4cf-a21a-56cc-9d86-b2eca87519d9"},"resourceType":"DocumentReference"} +{"id":"cce6785e-276a-5f48-a5bc-84bb4df7c342","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03311/analysis/HG03311.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368213#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9a8d27db-91c6-5c3c-803e-ec4b75883fd0"},"resourceType":"DocumentReference"} +{"id":"2309ef6e-64fb-5dc1-a7af-74c5b4c9dff6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03311/analysis/HG03311.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368213#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9a8d27db-91c6-5c3c-803e-ec4b75883fd0"},"resourceType":"DocumentReference"} +{"id":"2610aef6-0700-5dd4-96f1-f7b4128943fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03311/analysis/HG03311.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368213#sample/cram"}],"status":"current","subject":{"reference":"Patient/9a8d27db-91c6-5c3c-803e-ec4b75883fd0"},"resourceType":"DocumentReference"} +{"id":"de18e110-38e7-5b6f-a02f-3d5c5851f84e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03313/analysis/HG03313.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368215#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ec405fa6-9fd6-5079-9ef7-a5fd7718e7f5"},"resourceType":"DocumentReference"} +{"id":"6cd7946c-d5fe-522c-817b-2a780371267c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03313/analysis/HG03313.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368215#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ec405fa6-9fd6-5079-9ef7-a5fd7718e7f5"},"resourceType":"DocumentReference"} +{"id":"3c3f9941-3481-5f37-ad97-a276f8acbf0f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03313/analysis/HG03313.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368215#sample/cram"}],"status":"current","subject":{"reference":"Patient/ec405fa6-9fd6-5079-9ef7-a5fd7718e7f5"},"resourceType":"DocumentReference"} +{"id":"00090a86-6b1e-5115-9c0c-2832c9994cf8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03351/analysis/HG03351.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368220#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d551a156-2ef9-5bce-8d87-b046c0c9c6c1"},"resourceType":"DocumentReference"} +{"id":"0763ff0e-e83b-5713-8cca-805c54a514f3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03351/analysis/HG03351.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368220#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d551a156-2ef9-5bce-8d87-b046c0c9c6c1"},"resourceType":"DocumentReference"} +{"id":"785d7539-cab5-594b-8828-514dff78431b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03351/analysis/HG03351.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368220#sample/cram"}],"status":"current","subject":{"reference":"Patient/d551a156-2ef9-5bce-8d87-b046c0c9c6c1"},"resourceType":"DocumentReference"} +{"id":"ef28958a-2132-554d-918c-5621c55332c3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03352/analysis/HG03352.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368221#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c36da5c0-e14f-5476-b432-1daafddd9511"},"resourceType":"DocumentReference"} +{"id":"54c8e2b8-518f-59ba-9c6c-4239bf925413","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03352/analysis/HG03352.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368221#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c36da5c0-e14f-5476-b432-1daafddd9511"},"resourceType":"DocumentReference"} +{"id":"fb1d440e-7a53-5c05-9831-7435e4e17e7a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03352/analysis/HG03352.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368221#sample/cram"}],"status":"current","subject":{"reference":"Patient/c36da5c0-e14f-5476-b432-1daafddd9511"},"resourceType":"DocumentReference"} +{"id":"b7ea4fa6-4a5a-5907-8479-3a1dcdf3fcfc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03354/analysis/HG03354.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368222#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c47c34be-1f47-5b6f-8359-bcbd37e7b676"},"resourceType":"DocumentReference"} +{"id":"535d7309-5561-5705-aac5-5221658d04a5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03354/analysis/HG03354.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368222#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c47c34be-1f47-5b6f-8359-bcbd37e7b676"},"resourceType":"DocumentReference"} +{"id":"409dfab2-da0f-5c02-bf6f-b68e88d04430","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03354/analysis/HG03354.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368222#sample/cram"}],"status":"current","subject":{"reference":"Patient/c47c34be-1f47-5b6f-8359-bcbd37e7b676"},"resourceType":"DocumentReference"} +{"id":"b808e9d6-ea82-55dc-9062-0e0c7253d752","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03363/analysis/HG03363.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368225#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/72b6c654-58cf-5732-bf60-9655050a3deb"},"resourceType":"DocumentReference"} +{"id":"b59f19a8-e628-50bc-b85f-12cc925714f5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03363/analysis/HG03363.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368225#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/72b6c654-58cf-5732-bf60-9655050a3deb"},"resourceType":"DocumentReference"} +{"id":"5faecfd9-e819-5706-87f7-2b03f7e567b2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03363/analysis/HG03363.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368225#sample/cram"}],"status":"current","subject":{"reference":"Patient/72b6c654-58cf-5732-bf60-9655050a3deb"},"resourceType":"DocumentReference"} +{"id":"48d5f5f6-4d04-59bf-acf0-05eb4a1d06e1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03372/analysis/HG03372.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368227#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fe6058c6-ce83-5ef1-b3e7-dc19f16b266d"},"resourceType":"DocumentReference"} +{"id":"d95a2a17-7002-5146-a1ec-f3a606df7f62","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03372/analysis/HG03372.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368227#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fe6058c6-ce83-5ef1-b3e7-dc19f16b266d"},"resourceType":"DocumentReference"} +{"id":"24d0f4f1-fe74-56db-aa46-91d80882b7b3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03372/analysis/HG03372.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368227#sample/cram"}],"status":"current","subject":{"reference":"Patient/fe6058c6-ce83-5ef1-b3e7-dc19f16b266d"},"resourceType":"DocumentReference"} +{"id":"264ad826-4dc4-5266-b80f-bbf401ec386c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03499/analysis/HG03499.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368231#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/87bad074-1616-5355-8e28-83c4fe9a2be0"},"resourceType":"DocumentReference"} +{"id":"723dd3a7-0658-5b45-93e4-af32911312f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03499/analysis/HG03499.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368231#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/87bad074-1616-5355-8e28-83c4fe9a2be0"},"resourceType":"DocumentReference"} +{"id":"ebf5f67d-9a50-5bc2-acfe-561a2816add2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03499/analysis/HG03499.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368231#sample/cram"}],"status":"current","subject":{"reference":"Patient/87bad074-1616-5355-8e28-83c4fe9a2be0"},"resourceType":"DocumentReference"} +{"id":"8053bbf8-8923-548c-9050-6fae8927c392","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03511/analysis/HG03511.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368234#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2e3cbba1-56b9-5478-b4bb-fd9b7a49b817"},"resourceType":"DocumentReference"} +{"id":"4639747c-6dc7-5c8a-aa8f-001cc1113d6e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03511/analysis/HG03511.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368234#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2e3cbba1-56b9-5478-b4bb-fd9b7a49b817"},"resourceType":"DocumentReference"} +{"id":"68750ce0-b2d6-58ad-9c6e-2ac81874ab77","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03511/analysis/HG03511.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368234#sample/cram"}],"status":"current","subject":{"reference":"Patient/2e3cbba1-56b9-5478-b4bb-fd9b7a49b817"},"resourceType":"DocumentReference"} +{"id":"7f269f1a-6a76-5a2d-a5da-0221a841b87f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03517/analysis/HG03517.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368236#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a7e5a021-723a-53b4-a876-065028029ad4"},"resourceType":"DocumentReference"} +{"id":"102a9d10-a07f-5c32-a6d9-2c0fb3a7785f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03517/analysis/HG03517.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368236#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a7e5a021-723a-53b4-a876-065028029ad4"},"resourceType":"DocumentReference"} +{"id":"5e3bd34c-8833-5e8f-884c-8c01a078edb0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03517/analysis/HG03517.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368236#sample/cram"}],"status":"current","subject":{"reference":"Patient/a7e5a021-723a-53b4-a876-065028029ad4"},"resourceType":"DocumentReference"} +{"id":"b7d19947-7cd5-59ac-bd94-adbc0f620132","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03518/analysis/HG03518.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368237#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/35ca7d82-5cb6-5742-8cf0-46353785fc90"},"resourceType":"DocumentReference"} +{"id":"c23dcf57-588a-5034-a8a1-35b50f1dc335","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03518/analysis/HG03518.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368237#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/35ca7d82-5cb6-5742-8cf0-46353785fc90"},"resourceType":"DocumentReference"} +{"id":"56fbe182-e4f4-58f5-9dea-4dad105acf7b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03518/analysis/HG03518.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368237#sample/cram"}],"status":"current","subject":{"reference":"Patient/35ca7d82-5cb6-5742-8cf0-46353785fc90"},"resourceType":"DocumentReference"} +{"id":"198919db-5aa0-56d2-b9c2-294a925b2a79","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03520/analysis/HG03520.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368239#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6ac67d20-811c-51d4-a750-e4103540fc90"},"resourceType":"DocumentReference"} +{"id":"f178494a-0ba5-5b01-9118-08f3fdd38459","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03520/analysis/HG03520.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368239#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6ac67d20-811c-51d4-a750-e4103540fc90"},"resourceType":"DocumentReference"} +{"id":"f6527c2b-dc71-5785-9ce5-0356a5169ff1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03520/analysis/HG03520.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368239#sample/cram"}],"status":"current","subject":{"reference":"Patient/6ac67d20-811c-51d4-a750-e4103540fc90"},"resourceType":"DocumentReference"} +{"id":"a751f319-0d31-5e19-96cc-e28c464c597b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03521/analysis/HG03521.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368240#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/38f82163-1b16-5dbd-967f-6ee886515e1e"},"resourceType":"DocumentReference"} +{"id":"41db6629-2a27-5ea8-8c64-7f670a344a32","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03521/analysis/HG03521.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368240#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/38f82163-1b16-5dbd-967f-6ee886515e1e"},"resourceType":"DocumentReference"} +{"id":"462327f9-3b8e-5b69-9e71-8e301f4c8fe4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03521/analysis/HG03521.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368240#sample/cram"}],"status":"current","subject":{"reference":"Patient/38f82163-1b16-5dbd-967f-6ee886515e1e"},"resourceType":"DocumentReference"} +{"id":"b6deff2b-4f98-53c2-ba26-194b410fb682","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02493/analysis/HG02493.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368244#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fd212df0-6fc7-5223-b641-a288df7da4ff"},"resourceType":"DocumentReference"} +{"id":"22fc9036-2e7a-533a-b45e-d2e759e72e55","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02493/analysis/HG02493.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368244#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fd212df0-6fc7-5223-b641-a288df7da4ff"},"resourceType":"DocumentReference"} +{"id":"471ae87b-eab7-501b-be8b-5b14101d17ab","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02493/analysis/HG02493.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368244#sample/cram"}],"status":"current","subject":{"reference":"Patient/fd212df0-6fc7-5223-b641-a288df7da4ff"},"resourceType":"DocumentReference"} +{"id":"dcb9001f-71b1-5ed2-93aa-8558881a999a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02494/analysis/HG02494.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368245#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2da3dd77-9bbd-59f2-9af6-cf89c9f1286a"},"resourceType":"DocumentReference"} +{"id":"0a02edb5-aa9e-5ba3-a493-7b6c4b4b2a5d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02494/analysis/HG02494.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368245#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2da3dd77-9bbd-59f2-9af6-cf89c9f1286a"},"resourceType":"DocumentReference"} +{"id":"d64abd47-89ad-5063-8662-3d947f332a06","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02494/analysis/HG02494.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368245#sample/cram"}],"status":"current","subject":{"reference":"Patient/2da3dd77-9bbd-59f2-9af6-cf89c9f1286a"},"resourceType":"DocumentReference"} +{"id":"a4491587-fc1d-530d-8df2-5d211b08d3fb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02648/analysis/HG02648.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368247#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e8f91dd0-c3a1-56ac-9cff-a34700a2496a"},"resourceType":"DocumentReference"} +{"id":"e6e65d14-473c-5b12-8631-7bae9baacb91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02648/analysis/HG02648.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368247#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e8f91dd0-c3a1-56ac-9cff-a34700a2496a"},"resourceType":"DocumentReference"} +{"id":"c480321f-b6bb-55a2-a147-a0370cbf420e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02648/analysis/HG02648.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368247#sample/cram"}],"status":"current","subject":{"reference":"Patient/e8f91dd0-c3a1-56ac-9cff-a34700a2496a"},"resourceType":"DocumentReference"} +{"id":"c758d84e-5c2f-5e5e-b0a0-7f1509ea6b03","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02649/analysis/HG02649.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368248#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/89eb31f1-bd8a-5f7f-9689-45dffc804fd4"},"resourceType":"DocumentReference"} +{"id":"885c23f8-80c1-517d-9d6c-491579f4255a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02649/analysis/HG02649.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368248#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/89eb31f1-bd8a-5f7f-9689-45dffc804fd4"},"resourceType":"DocumentReference"} +{"id":"5762ab38-f67f-54bd-b2e5-a5f2e129e73d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02649/analysis/HG02649.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368248#sample/cram"}],"status":"current","subject":{"reference":"Patient/89eb31f1-bd8a-5f7f-9689-45dffc804fd4"},"resourceType":"DocumentReference"} +{"id":"5d6738bf-b686-5308-a9cc-4607c67cc22e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02651/analysis/HG02651.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368250#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1aefc3b7-2678-5af6-97af-53413d232d35"},"resourceType":"DocumentReference"} +{"id":"7fb25ded-4776-556d-841d-5bf0bac2567c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02651/analysis/HG02651.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368250#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1aefc3b7-2678-5af6-97af-53413d232d35"},"resourceType":"DocumentReference"} +{"id":"035ff836-731e-5a45-bd26-c65df61d6a1a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02651/analysis/HG02651.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368250#sample/cram"}],"status":"current","subject":{"reference":"Patient/1aefc3b7-2678-5af6-97af-53413d232d35"},"resourceType":"DocumentReference"} +{"id":"51f11025-980f-52bf-b598-b2e07f62b979","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02652/analysis/HG02652.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368251#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6da6902f-6a09-545a-8dad-b57379f59de7"},"resourceType":"DocumentReference"} +{"id":"8b4c4076-4cdf-5bce-bf18-c57047722692","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02652/analysis/HG02652.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368251#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6da6902f-6a09-545a-8dad-b57379f59de7"},"resourceType":"DocumentReference"} +{"id":"b3049fd7-b8fb-57cb-91ce-1385a359be68","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02652/analysis/HG02652.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368251#sample/cram"}],"status":"current","subject":{"reference":"Patient/6da6902f-6a09-545a-8dad-b57379f59de7"},"resourceType":"DocumentReference"} +{"id":"f0eda6fc-cbf7-5778-a907-ccb8c6fd87c5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02681/analysis/HG02681.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368253#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1bef2da5-0f2c-5727-8b6d-1f0aac067de8"},"resourceType":"DocumentReference"} +{"id":"3f10dd20-35c3-5f30-a1fb-25095b1e1992","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02681/analysis/HG02681.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368253#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1bef2da5-0f2c-5727-8b6d-1f0aac067de8"},"resourceType":"DocumentReference"} +{"id":"4b1bf349-2d69-5dbd-a80e-a8efc3eca374","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02681/analysis/HG02681.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368253#sample/cram"}],"status":"current","subject":{"reference":"Patient/1bef2da5-0f2c-5727-8b6d-1f0aac067de8"},"resourceType":"DocumentReference"} +{"id":"ef892a0f-3682-5a25-b32e-a9ac8b40e23f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02682/analysis/HG02682.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368254#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2cdf3e37-96ec-59a4-bd8b-cb3eaa91b12d"},"resourceType":"DocumentReference"} +{"id":"e9fb7229-34d8-5b14-95f0-3be241ca5f7d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02682/analysis/HG02682.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368254#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2cdf3e37-96ec-59a4-bd8b-cb3eaa91b12d"},"resourceType":"DocumentReference"} +{"id":"340d362b-58f1-58cd-809e-20a1d3365f13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02682/analysis/HG02682.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368254#sample/cram"}],"status":"current","subject":{"reference":"Patient/2cdf3e37-96ec-59a4-bd8b-cb3eaa91b12d"},"resourceType":"DocumentReference"} +{"id":"eb046196-1ba8-5b3f-8820-d61ef051b78b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02690/analysis/HG02690.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368256#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d059c21d-a09a-5b41-80a2-71447d5eae56"},"resourceType":"DocumentReference"} +{"id":"20eba3cc-f52f-5ddc-938e-d601c66518d7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02690/analysis/HG02690.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368256#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d059c21d-a09a-5b41-80a2-71447d5eae56"},"resourceType":"DocumentReference"} +{"id":"acc28b10-16a7-587a-a647-3d455cfc4453","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02690/analysis/HG02690.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368256#sample/cram"}],"status":"current","subject":{"reference":"Patient/d059c21d-a09a-5b41-80a2-71447d5eae56"},"resourceType":"DocumentReference"} +{"id":"9eebc4e7-11ab-5615-b993-63b79d982450","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02691/analysis/HG02691.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368257#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/81034f7c-99e2-5f09-9e1b-f0f6ad0bf1fd"},"resourceType":"DocumentReference"} +{"id":"358ab731-ef47-584b-adc0-423c2c3adf09","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02691/analysis/HG02691.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368257#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/81034f7c-99e2-5f09-9e1b-f0f6ad0bf1fd"},"resourceType":"DocumentReference"} +{"id":"84df1ec8-6c87-5914-9138-59e390c977c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02691/analysis/HG02691.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368257#sample/cram"}],"status":"current","subject":{"reference":"Patient/81034f7c-99e2-5f09-9e1b-f0f6ad0bf1fd"},"resourceType":"DocumentReference"} +{"id":"bd27047b-00d9-5e8d-868c-c7feac9781d9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02699/analysis/HG02699.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368259#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5bd49906-b081-5a57-b852-b530d4dba4a5"},"resourceType":"DocumentReference"} +{"id":"d2f859ec-dabb-5c30-b412-89ddd8ba5abd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02699/analysis/HG02699.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368259#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5bd49906-b081-5a57-b852-b530d4dba4a5"},"resourceType":"DocumentReference"} +{"id":"444047ff-b2a2-5f4c-b541-a0ac660f70df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02699/analysis/HG02699.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368259#sample/cram"}],"status":"current","subject":{"reference":"Patient/5bd49906-b081-5a57-b852-b530d4dba4a5"},"resourceType":"DocumentReference"} +{"id":"3e882a6d-c52b-5e1e-b6ca-f6865f595f88","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02700/analysis/HG02700.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368260#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/944ff462-fc58-56f3-afac-8d46840b87ae"},"resourceType":"DocumentReference"} +{"id":"64d8f518-f83b-5b5c-9972-39e505cfb4ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02700/analysis/HG02700.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368260#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/944ff462-fc58-56f3-afac-8d46840b87ae"},"resourceType":"DocumentReference"} +{"id":"b4447662-950f-576f-857a-1e9b6b023d63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02700/analysis/HG02700.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368260#sample/cram"}],"status":"current","subject":{"reference":"Patient/944ff462-fc58-56f3-afac-8d46840b87ae"},"resourceType":"DocumentReference"} +{"id":"e07d45b6-2ee1-5393-b236-f2481c4b1cad","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02736/analysis/HG02736.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368262#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1e5d2cf7-e7d4-5392-b24d-eaca22212df7"},"resourceType":"DocumentReference"} +{"id":"45bf3cd4-1c73-532e-9c65-3a8045fd612c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02736/analysis/HG02736.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368262#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1e5d2cf7-e7d4-5392-b24d-eaca22212df7"},"resourceType":"DocumentReference"} +{"id":"22b8f143-1e6f-5910-9abb-77c681b8bf61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02736/analysis/HG02736.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368262#sample/cram"}],"status":"current","subject":{"reference":"Patient/1e5d2cf7-e7d4-5392-b24d-eaca22212df7"},"resourceType":"DocumentReference"} +{"id":"767824ce-2380-5f1d-b611-b4d69e979dbc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02737/analysis/HG02737.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368263#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e1b2014b-f0ed-5c5f-8e58-1e1345a4874e"},"resourceType":"DocumentReference"} +{"id":"14b830d4-41a8-5ac3-bc1b-dd5289311733","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02737/analysis/HG02737.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368263#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e1b2014b-f0ed-5c5f-8e58-1e1345a4874e"},"resourceType":"DocumentReference"} +{"id":"acb0c742-21d3-551a-b4b0-0c1fc068d610","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02737/analysis/HG02737.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368263#sample/cram"}],"status":"current","subject":{"reference":"Patient/e1b2014b-f0ed-5c5f-8e58-1e1345a4874e"},"resourceType":"DocumentReference"} +{"id":"d22f7d4f-40ac-5d5d-a8d1-a21a500467f0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02774/analysis/HG02774.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368265#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/36af548b-1702-5a7b-92fe-942a146919f4"},"resourceType":"DocumentReference"} +{"id":"b0b7a0e7-8be2-55cb-aa19-47eb48a0c390","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02774/analysis/HG02774.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368265#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/36af548b-1702-5a7b-92fe-942a146919f4"},"resourceType":"DocumentReference"} +{"id":"f50bfdf7-aebe-58b1-bcb5-7340c5e098ac","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02774/analysis/HG02774.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368265#sample/cram"}],"status":"current","subject":{"reference":"Patient/36af548b-1702-5a7b-92fe-942a146919f4"},"resourceType":"DocumentReference"} +{"id":"0b6f7e4d-f4f2-55be-8f83-0b63f906bd23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02775/analysis/HG02775.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368266#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/23e37a6c-5459-56ec-aced-0203c140a3ec"},"resourceType":"DocumentReference"} +{"id":"e7faddbf-56c6-57f6-8e16-8376a498a063","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02775/analysis/HG02775.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368266#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/23e37a6c-5459-56ec-aced-0203c140a3ec"},"resourceType":"DocumentReference"} +{"id":"4dd03ca1-2aff-5d98-8703-c8fa64ce8229","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02775/analysis/HG02775.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368266#sample/cram"}],"status":"current","subject":{"reference":"Patient/23e37a6c-5459-56ec-aced-0203c140a3ec"},"resourceType":"DocumentReference"} +{"id":"c5cf011a-1466-515d-893f-7bedc9808b8b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02792/analysis/HG02792.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368268#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3340d0e8-ae89-5ef9-a68b-12d5f452f8fa"},"resourceType":"DocumentReference"} +{"id":"a22e557f-cfdf-53a6-b9a2-4e5fbefa8296","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02792/analysis/HG02792.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368268#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3340d0e8-ae89-5ef9-a68b-12d5f452f8fa"},"resourceType":"DocumentReference"} +{"id":"7a941066-8361-5df8-b89c-e0f43465f119","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02792/analysis/HG02792.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368268#sample/cram"}],"status":"current","subject":{"reference":"Patient/3340d0e8-ae89-5ef9-a68b-12d5f452f8fa"},"resourceType":"DocumentReference"} +{"id":"4a0f2765-f910-59a8-9eee-1730476a2465","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02793/analysis/HG02793.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368269#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/503e88b1-4930-5563-9794-3189e3c97038"},"resourceType":"DocumentReference"} +{"id":"2c3d933d-0b9e-5ee6-928a-6f07703adf52","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02793/analysis/HG02793.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368269#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/503e88b1-4930-5563-9794-3189e3c97038"},"resourceType":"DocumentReference"} +{"id":"70024a55-d4d3-5184-98b4-9cbeea5d1082","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02793/analysis/HG02793.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368269#sample/cram"}],"status":"current","subject":{"reference":"Patient/503e88b1-4930-5563-9794-3189e3c97038"},"resourceType":"DocumentReference"} +{"id":"7bc33389-88a2-5015-90dd-4153779f3557","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03228/analysis/HG03228.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368271#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4281800a-996c-50d2-8440-caf9dc310344"},"resourceType":"DocumentReference"} +{"id":"a995db99-48a8-5ea3-afe6-ea73a9f36cb0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03228/analysis/HG03228.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368271#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4281800a-996c-50d2-8440-caf9dc310344"},"resourceType":"DocumentReference"} +{"id":"7ca0faca-265c-569f-8f68-98fc0ec4ab05","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03228/analysis/HG03228.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368271#sample/cram"}],"status":"current","subject":{"reference":"Patient/4281800a-996c-50d2-8440-caf9dc310344"},"resourceType":"DocumentReference"} +{"id":"470a0db4-0cf8-5316-988a-034ed8537560","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03229/analysis/HG03229.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368272#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f1003ad5-fdfe-5262-9aa5-4956d0a2c784"},"resourceType":"DocumentReference"} +{"id":"c9a58863-27e6-54ba-865f-71790e6ba213","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03229/analysis/HG03229.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368272#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f1003ad5-fdfe-5262-9aa5-4956d0a2c784"},"resourceType":"DocumentReference"} +{"id":"9a38e476-1452-5f7e-8a3c-a138772e046c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03229/analysis/HG03229.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368272#sample/cram"}],"status":"current","subject":{"reference":"Patient/f1003ad5-fdfe-5262-9aa5-4956d0a2c784"},"resourceType":"DocumentReference"} +{"id":"c86b976a-9e8b-54f4-9bdc-fffa65e90c03","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03624/analysis/HG03624.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368274#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/02ee4387-a3cb-58ea-96fe-805f89b86aca"},"resourceType":"DocumentReference"} +{"id":"c02d2adb-61ba-5823-858f-eca8ec90a481","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03624/analysis/HG03624.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368274#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/02ee4387-a3cb-58ea-96fe-805f89b86aca"},"resourceType":"DocumentReference"} +{"id":"8dd4255f-c744-5577-920d-2eded9915d4c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03624/analysis/HG03624.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368274#sample/cram"}],"status":"current","subject":{"reference":"Patient/02ee4387-a3cb-58ea-96fe-805f89b86aca"},"resourceType":"DocumentReference"} +{"id":"f244ca10-9dde-50e8-9b27-ad75f959364c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03625/analysis/HG03625.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368275#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1c4b5160-d924-5d10-9652-d116ea8311bf"},"resourceType":"DocumentReference"} +{"id":"ce802622-995a-5b05-85d1-eb20b65699cc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03625/analysis/HG03625.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368275#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1c4b5160-d924-5d10-9652-d116ea8311bf"},"resourceType":"DocumentReference"} +{"id":"9bb1a7d7-e97f-5731-b3c5-3b6c6dda6be2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03625/analysis/HG03625.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368275#sample/cram"}],"status":"current","subject":{"reference":"Patient/1c4b5160-d924-5d10-9652-d116ea8311bf"},"resourceType":"DocumentReference"} +{"id":"92bc57c8-26a4-5dfe-a776-7d45392ad1bf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03640/analysis/HG03640.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368278#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/79746fad-992c-57d0-a593-3723a4c510c9"},"resourceType":"DocumentReference"} +{"id":"8fb43449-0eec-5c84-bcf9-0236ab409fe0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03640/analysis/HG03640.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368278#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/79746fad-992c-57d0-a593-3723a4c510c9"},"resourceType":"DocumentReference"} +{"id":"01a477d2-443f-5880-a88c-d3b845715343","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03640/analysis/HG03640.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368278#sample/cram"}],"status":"current","subject":{"reference":"Patient/79746fad-992c-57d0-a593-3723a4c510c9"},"resourceType":"DocumentReference"} +{"id":"f889ecd6-8f2b-5672-960c-662a53659a6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03649/analysis/HG03649.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368280#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fe62c4c8-b5e4-5697-b9bb-436da789bcc1"},"resourceType":"DocumentReference"} +{"id":"dea642a5-99f4-55c8-98ec-df1d7c99062d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03649/analysis/HG03649.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368280#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fe62c4c8-b5e4-5697-b9bb-436da789bcc1"},"resourceType":"DocumentReference"} +{"id":"ea7faed4-9e32-59ac-b14c-c21d6b4aa8f4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03649/analysis/HG03649.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368280#sample/cram"}],"status":"current","subject":{"reference":"Patient/fe62c4c8-b5e4-5697-b9bb-436da789bcc1"},"resourceType":"DocumentReference"} +{"id":"e1d7d98d-75bf-50d0-8554-c1b6e7d1598a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03652/analysis/HG03652.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368283#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/061bf066-4eaa-5a6c-b491-2d6f46b0c6dc"},"resourceType":"DocumentReference"} +{"id":"0615dfd9-7ca7-52b6-9976-a52b617b2d07","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03652/analysis/HG03652.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368283#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/061bf066-4eaa-5a6c-b491-2d6f46b0c6dc"},"resourceType":"DocumentReference"} +{"id":"2e1095cd-c17b-522c-9100-44c91a0d3fb9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03652/analysis/HG03652.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368283#sample/cram"}],"status":"current","subject":{"reference":"Patient/061bf066-4eaa-5a6c-b491-2d6f46b0c6dc"},"resourceType":"DocumentReference"} +{"id":"a9680c67-3ae5-51ea-ac65-43d41abbd2e3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03653/analysis/HG03653.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368284#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8060f437-e7e6-59ff-8157-28db8bc10ee5"},"resourceType":"DocumentReference"} +{"id":"edefa31a-272d-5ffa-aa8e-0bb0b6440d96","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03653/analysis/HG03653.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368284#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8060f437-e7e6-59ff-8157-28db8bc10ee5"},"resourceType":"DocumentReference"} +{"id":"777e97b2-67c4-543f-b1eb-20d65700ea83","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03653/analysis/HG03653.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368284#sample/cram"}],"status":"current","subject":{"reference":"Patient/8060f437-e7e6-59ff-8157-28db8bc10ee5"},"resourceType":"DocumentReference"} +{"id":"f956345e-56f9-5f46-b1b5-0233ff6b93e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03705/analysis/HG03705.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368286#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/96af4853-7bb4-57c3-a136-0064439f9044"},"resourceType":"DocumentReference"} +{"id":"536f6c27-7133-5915-9b50-df5cc20cbc70","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03705/analysis/HG03705.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368286#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/96af4853-7bb4-57c3-a136-0064439f9044"},"resourceType":"DocumentReference"} +{"id":"e271a0c8-3194-5f1c-b534-13361007b34d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03705/analysis/HG03705.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368286#sample/cram"}],"status":"current","subject":{"reference":"Patient/96af4853-7bb4-57c3-a136-0064439f9044"},"resourceType":"DocumentReference"} +{"id":"066f5fb3-6444-5f62-b08e-714dbc803121","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03706/analysis/HG03706.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368287#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/64a12aef-13b9-5e7b-9e70-0eb1395223c6"},"resourceType":"DocumentReference"} +{"id":"265c3443-d4d3-5ed5-9988-341d72c618db","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03706/analysis/HG03706.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368287#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/64a12aef-13b9-5e7b-9e70-0eb1395223c6"},"resourceType":"DocumentReference"} +{"id":"7f6f6c6c-c979-54b5-9ed2-e8e6f6f472df","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03706/analysis/HG03706.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368287#sample/cram"}],"status":"current","subject":{"reference":"Patient/64a12aef-13b9-5e7b-9e70-0eb1395223c6"},"resourceType":"DocumentReference"} +{"id":"ae89f447-970c-51d3-a77e-bbb5c6705c9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03762/analysis/HG03762.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368290#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e2a3f881-a3df-5699-8285-6003887d2223"},"resourceType":"DocumentReference"} +{"id":"645ffa49-65ca-5a0d-8736-8d273cb81135","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03762/analysis/HG03762.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368290#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e2a3f881-a3df-5699-8285-6003887d2223"},"resourceType":"DocumentReference"} +{"id":"419312f9-4b07-5f0b-bce9-b721bb4de791","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03762/analysis/HG03762.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368290#sample/cram"}],"status":"current","subject":{"reference":"Patient/e2a3f881-a3df-5699-8285-6003887d2223"},"resourceType":"DocumentReference"} +{"id":"116b11a4-07ad-5289-9902-9fcf87db08bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01593/analysis/HG01593.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368292#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/33ed9141-0d17-568e-8100-3ad9db6ee9e7"},"resourceType":"DocumentReference"} +{"id":"c95b80a2-97e9-5a43-845b-f0e9ee2d448a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01593/analysis/HG01593.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368292#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/33ed9141-0d17-568e-8100-3ad9db6ee9e7"},"resourceType":"DocumentReference"} +{"id":"7af1efa1-bb2d-53a0-9d17-a0618bdb2bd8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01593/analysis/HG01593.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368292#sample/cram"}],"status":"current","subject":{"reference":"Patient/33ed9141-0d17-568e-8100-3ad9db6ee9e7"},"resourceType":"DocumentReference"} +{"id":"8dfdae8f-137a-5fae-8df3-d59907b52677","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02597/analysis/HG02597.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368294#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/013ee16f-64c9-5eb3-919d-247e7ae1af50"},"resourceType":"DocumentReference"} +{"id":"6e90e331-b091-56d4-869a-d1faaee71420","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02597/analysis/HG02597.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368294#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/013ee16f-64c9-5eb3-919d-247e7ae1af50"},"resourceType":"DocumentReference"} +{"id":"580d4350-d5a2-5570-82e7-fccf6b3f1f0d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02597/analysis/HG02597.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368294#sample/cram"}],"status":"current","subject":{"reference":"Patient/013ee16f-64c9-5eb3-919d-247e7ae1af50"},"resourceType":"DocumentReference"} +{"id":"c91c1432-2970-5aac-9b95-785f96c54c9f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02778/analysis/HG02778.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368296#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f2a4a164-b57f-5106-a0a1-b3e79487ecab"},"resourceType":"DocumentReference"} +{"id":"b6d20911-b8b7-520f-9f12-f31a4c9970dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02778/analysis/HG02778.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368296#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f2a4a164-b57f-5106-a0a1-b3e79487ecab"},"resourceType":"DocumentReference"} +{"id":"63a40ae3-130e-5e7d-aa23-1cc184f12002","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02778/analysis/HG02778.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368296#sample/cram"}],"status":"current","subject":{"reference":"Patient/f2a4a164-b57f-5106-a0a1-b3e79487ecab"},"resourceType":"DocumentReference"} +{"id":"02ca3a03-3c06-5d3c-a4fd-63bb3df5c105","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03021/analysis/HG03021.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368298#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ece1d771-cf64-5a3c-b551-a161b5cc1e63"},"resourceType":"DocumentReference"} +{"id":"f1292ffc-7e3a-557d-9740-033c5c2927fd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03021/analysis/HG03021.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368298#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ece1d771-cf64-5a3c-b551-a161b5cc1e63"},"resourceType":"DocumentReference"} +{"id":"c6aef3aa-b351-5263-971f-9496efae368c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03021/analysis/HG03021.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368298#sample/cram"}],"status":"current","subject":{"reference":"Patient/ece1d771-cf64-5a3c-b551-a161b5cc1e63"},"resourceType":"DocumentReference"} +{"id":"58077cb0-1c4e-5b82-8261-72387989318d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03636/analysis/HG03636.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368300#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0a9789b3-beef-5291-8078-56f688f23817"},"resourceType":"DocumentReference"} +{"id":"61540723-d127-5132-b067-c4f5da5c161f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03636/analysis/HG03636.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368300#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0a9789b3-beef-5291-8078-56f688f23817"},"resourceType":"DocumentReference"} +{"id":"f635fe06-61b8-508a-bf19-4e0944b20d34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03636/analysis/HG03636.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368300#sample/cram"}],"status":"current","subject":{"reference":"Patient/0a9789b3-beef-5291-8078-56f688f23817"},"resourceType":"DocumentReference"} +{"id":"552863d2-9e88-5f9c-a175-c151bbb5bec5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03765/analysis/HG03765.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368304#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/11e9fc9c-0d67-5b62-8f7f-8ce0fe34b99b"},"resourceType":"DocumentReference"} +{"id":"0200585d-89ab-5662-b8e2-01276c51da9b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03765/analysis/HG03765.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368304#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/11e9fc9c-0d67-5b62-8f7f-8ce0fe34b99b"},"resourceType":"DocumentReference"} +{"id":"1063c9f3-6922-5120-85c1-8095476169ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03765/analysis/HG03765.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368304#sample/cram"}],"status":"current","subject":{"reference":"Patient/11e9fc9c-0d67-5b62-8f7f-8ce0fe34b99b"},"resourceType":"DocumentReference"} +{"id":"28d4c5e5-bcfb-5517-bfe4-29bad6d7c7b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03767/analysis/HG03767.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368306#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/981ff1b9-6588-599c-8713-52bb1fc70e0a"},"resourceType":"DocumentReference"} +{"id":"9a25a84d-9600-5035-b150-ca2980f901e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03767/analysis/HG03767.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368306#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/981ff1b9-6588-599c-8713-52bb1fc70e0a"},"resourceType":"DocumentReference"} +{"id":"25cc2b01-b21c-5695-9c3e-8fdd984ba95b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03767/analysis/HG03767.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368306#sample/cram"}],"status":"current","subject":{"reference":"Patient/981ff1b9-6588-599c-8713-52bb1fc70e0a"},"resourceType":"DocumentReference"} +{"id":"d4836fbc-07f5-5813-9ecc-fdab833e7292","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01583/analysis/HG01583.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368308#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/da42ee64-a6af-5d59-9f45-dc49ddfb3bae"},"resourceType":"DocumentReference"} +{"id":"b1717b32-8927-5750-a067-cf6c509da04c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01583/analysis/HG01583.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368308#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/da42ee64-a6af-5d59-9f45-dc49ddfb3bae"},"resourceType":"DocumentReference"} +{"id":"cddc2a92-4359-5b69-b5cd-5d114f569b12","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01583/analysis/HG01583.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368308#sample/cram"}],"status":"current","subject":{"reference":"Patient/da42ee64-a6af-5d59-9f45-dc49ddfb3bae"},"resourceType":"DocumentReference"} +{"id":"97b02fed-e96d-5127-8a00-88b9d50a5d9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01586/analysis/HG01586.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368309#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/57c863b4-4fa5-57fd-bef1-25dcf4849712"},"resourceType":"DocumentReference"} +{"id":"e7ddffe7-037b-5d46-8b60-3aaf29e729a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01586/analysis/HG01586.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368309#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/57c863b4-4fa5-57fd-bef1-25dcf4849712"},"resourceType":"DocumentReference"} +{"id":"f3151245-3e93-524d-aac6-204c5befaeee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01586/analysis/HG01586.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368309#sample/cram"}],"status":"current","subject":{"reference":"Patient/57c863b4-4fa5-57fd-bef1-25dcf4849712"},"resourceType":"DocumentReference"} +{"id":"d04a1075-7950-58be-b785-2f8aeef6c299","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01589/analysis/HG01589.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368310#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/fa8cbac0-c01e-57d1-a02a-6bae0c451ec1"},"resourceType":"DocumentReference"} +{"id":"79c54ea0-4e02-5853-bcd3-2421b8b6a36f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01589/analysis/HG01589.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368310#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/fa8cbac0-c01e-57d1-a02a-6bae0c451ec1"},"resourceType":"DocumentReference"} +{"id":"c4970d8f-2ad9-5cb8-bc68-4d4534f48cb1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01589/analysis/HG01589.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368310#sample/cram"}],"status":"current","subject":{"reference":"Patient/fa8cbac0-c01e-57d1-a02a-6bae0c451ec1"},"resourceType":"DocumentReference"} +{"id":"7f314a42-9a08-50a5-aed8-9648089690d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02694/analysis/HG02694.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368312#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1d48937a-e0df-5b0b-ab75-003ba77e5943"},"resourceType":"DocumentReference"} +{"id":"d240524d-955e-5e7a-9565-9f62b55e5584","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02694/analysis/HG02694.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368312#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1d48937a-e0df-5b0b-ab75-003ba77e5943"},"resourceType":"DocumentReference"} +{"id":"8d1f7ca9-becf-57fb-8958-7db5c18a1df7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02694/analysis/HG02694.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368312#sample/cram"}],"status":"current","subject":{"reference":"Patient/1d48937a-e0df-5b0b-ab75-003ba77e5943"},"resourceType":"DocumentReference"} +{"id":"c1f23575-cd95-569d-8764-cc4cf3090217","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02731/analysis/HG02731.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368313#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e0283636-3820-5f6f-84e3-4d94f99388d2"},"resourceType":"DocumentReference"} +{"id":"27c92a6c-9d7f-5fc5-8191-c902ecdd7a21","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02731/analysis/HG02731.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368313#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e0283636-3820-5f6f-84e3-4d94f99388d2"},"resourceType":"DocumentReference"} +{"id":"c98c05e5-0047-50c0-87e1-fae6445f44c0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02731/analysis/HG02731.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368313#sample/cram"}],"status":"current","subject":{"reference":"Patient/e0283636-3820-5f6f-84e3-4d94f99388d2"},"resourceType":"DocumentReference"} +{"id":"ca98caf9-29ec-5b11-8d87-67b584881142","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02780/analysis/HG02780.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368314#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b5ca79c9-7d93-574c-a1ff-8450451426fe"},"resourceType":"DocumentReference"} +{"id":"ff9d0eb7-a1e7-57fd-8700-8931cf158a51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02780/analysis/HG02780.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368314#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b5ca79c9-7d93-574c-a1ff-8450451426fe"},"resourceType":"DocumentReference"} +{"id":"a69c400a-d332-5c10-86bc-7be372f52400","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02780/analysis/HG02780.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368314#sample/cram"}],"status":"current","subject":{"reference":"Patient/b5ca79c9-7d93-574c-a1ff-8450451426fe"},"resourceType":"DocumentReference"} +{"id":"aa3cf646-1809-50b6-b9a7-312808fb6b79","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03018/analysis/HG03018.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368316#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7c2f15b1-f7a7-5a14-9302-f4c82836e82e"},"resourceType":"DocumentReference"} +{"id":"4f720468-3b46-57dc-864f-396fc89fa1a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03018/analysis/HG03018.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368316#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7c2f15b1-f7a7-5a14-9302-f4c82836e82e"},"resourceType":"DocumentReference"} +{"id":"c2e8ef4c-85a3-5b85-91aa-56c2ff5a4d3a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03018/analysis/HG03018.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368316#sample/cram"}],"status":"current","subject":{"reference":"Patient/7c2f15b1-f7a7-5a14-9302-f4c82836e82e"},"resourceType":"DocumentReference"} +{"id":"3a26a7f5-a50d-5dd2-aeec-f9015d04b557","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03019/analysis/HG03019.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368317#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8be76536-e369-5468-880a-fbeedb75fed3"},"resourceType":"DocumentReference"} +{"id":"e71035c7-e0a8-55f5-8f78-d595c2b1aff0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03019/analysis/HG03019.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368317#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8be76536-e369-5468-880a-fbeedb75fed3"},"resourceType":"DocumentReference"} +{"id":"8d2ef1a4-4841-5754-bb44-a41257cd8ec3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03019/analysis/HG03019.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368317#sample/cram"}],"status":"current","subject":{"reference":"Patient/8be76536-e369-5468-880a-fbeedb75fed3"},"resourceType":"DocumentReference"} +{"id":"f0f35df7-4015-53db-b3be-b9cb992e1a89","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03022/analysis/HG03022.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368318#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/288b1208-7385-5516-b6fc-373c30c90bac"},"resourceType":"DocumentReference"} +{"id":"20908d25-cfbb-556c-875c-003e8e12930b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03022/analysis/HG03022.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368318#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/288b1208-7385-5516-b6fc-373c30c90bac"},"resourceType":"DocumentReference"} +{"id":"6b3fc890-fd0a-556a-b77f-aa7e8a5e296c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03022/analysis/HG03022.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368318#sample/cram"}],"status":"current","subject":{"reference":"Patient/288b1208-7385-5516-b6fc-373c30c90bac"},"resourceType":"DocumentReference"} +{"id":"7d97ab4e-3a85-5263-8c4e-7410b7962ade","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03629/analysis/HG03629.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368320#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/de3b7a44-8f7b-512a-93f9-daad0cf423af"},"resourceType":"DocumentReference"} +{"id":"4965da83-2208-5d5d-8971-e38d9e80ea75","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03629/analysis/HG03629.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368320#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/de3b7a44-8f7b-512a-93f9-daad0cf423af"},"resourceType":"DocumentReference"} +{"id":"b24b4bba-cbc1-57e1-a05f-8ea518bb7f93","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03629/analysis/HG03629.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368320#sample/cram"}],"status":"current","subject":{"reference":"Patient/de3b7a44-8f7b-512a-93f9-daad0cf423af"},"resourceType":"DocumentReference"} +{"id":"26e85022-9495-5ecc-853a-479c45053af0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03631/analysis/HG03631.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368321#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9f26c5df-aed5-56dc-be37-655b5bda34b6"},"resourceType":"DocumentReference"} +{"id":"2fd30a94-51bc-5ef8-8745-f47ae5b4b2ae","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03631/analysis/HG03631.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368321#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9f26c5df-aed5-56dc-be37-655b5bda34b6"},"resourceType":"DocumentReference"} +{"id":"4f8ff602-25c9-5e8f-8829-036766e2e12f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03631/analysis/HG03631.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368321#sample/cram"}],"status":"current","subject":{"reference":"Patient/9f26c5df-aed5-56dc-be37-655b5bda34b6"},"resourceType":"DocumentReference"} +{"id":"531a9bd9-d400-5401-bc01-4a58a3f82a5d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03660/analysis/HG03660.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368322#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/417e473c-b650-5bff-b943-3ec5f08e20c3"},"resourceType":"DocumentReference"} +{"id":"a04bb104-08f7-57ad-aeb4-07150c0c50dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03660/analysis/HG03660.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368322#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/417e473c-b650-5bff-b943-3ec5f08e20c3"},"resourceType":"DocumentReference"} +{"id":"7050a66d-3f0f-50c4-947f-375a65172262","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03660/analysis/HG03660.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368322#sample/cram"}],"status":"current","subject":{"reference":"Patient/417e473c-b650-5bff-b943-3ec5f08e20c3"},"resourceType":"DocumentReference"} +{"id":"de51e046-fa15-54c4-90c0-073d9e91803b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03663/analysis/HG03663.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368323#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5373c9eb-aa8a-5ad6-b887-07f850b4c41d"},"resourceType":"DocumentReference"} +{"id":"00dfe70f-9fe4-5cca-96fb-6a5f58e95613","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03663/analysis/HG03663.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368323#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5373c9eb-aa8a-5ad6-b887-07f850b4c41d"},"resourceType":"DocumentReference"} +{"id":"631cde09-b900-57c9-bccc-49c632a94f98","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03663/analysis/HG03663.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368323#sample/cram"}],"status":"current","subject":{"reference":"Patient/5373c9eb-aa8a-5ad6-b887-07f850b4c41d"},"resourceType":"DocumentReference"} +{"id":"e9d7036f-3943-5889-8584-88546a95fe85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04158/analysis/HG04158.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368332#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7cb39284-4d3c-56be-ab69-04d316a8cd7f"},"resourceType":"DocumentReference"} +{"id":"facaad4a-68cd-5db1-b500-d11c2639ea9e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04158/analysis/HG04158.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368332#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7cb39284-4d3c-56be-ab69-04d316a8cd7f"},"resourceType":"DocumentReference"} +{"id":"ca1dc1ae-a81d-54f5-85ce-83500daa70da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04158/analysis/HG04158.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368332#sample/cram"}],"status":"current","subject":{"reference":"Patient/7cb39284-4d3c-56be-ab69-04d316a8cd7f"},"resourceType":"DocumentReference"} +{"id":"62855948-b090-5bac-a3b8-8f45fdb0f377","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04185/analysis/HG04185.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368334#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1ecafdd7-aa5b-5885-a8a9-5547baf9c766"},"resourceType":"DocumentReference"} +{"id":"710f3dd5-7052-5a7b-863f-0a49202ccd10","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04185/analysis/HG04185.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368334#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1ecafdd7-aa5b-5885-a8a9-5547baf9c766"},"resourceType":"DocumentReference"} +{"id":"6b106234-9773-5e31-8fe6-99e5b0b8ebdd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04185/analysis/HG04185.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368334#sample/cram"}],"status":"current","subject":{"reference":"Patient/1ecafdd7-aa5b-5885-a8a9-5547baf9c766"},"resourceType":"DocumentReference"} +{"id":"4699b4db-4560-51de-bf28-1fe53754a17f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04131/analysis/HG04131.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368338#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b4e08bd7-88a2-5919-89ee-964b188192e4"},"resourceType":"DocumentReference"} +{"id":"acf7922a-082d-5c42-aec9-ad998d206b3a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04131/analysis/HG04131.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368338#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b4e08bd7-88a2-5919-89ee-964b188192e4"},"resourceType":"DocumentReference"} +{"id":"83fd3a58-fc4c-5c51-b2c4-1e2a1f4a6c02","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04131/analysis/HG04131.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368338#sample/cram"}],"status":"current","subject":{"reference":"Patient/b4e08bd7-88a2-5919-89ee-964b188192e4"},"resourceType":"DocumentReference"} +{"id":"80820b5c-6293-5b10-9c4c-2fc846d86dd0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04134/analysis/HG04134.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368341#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a000717a-3950-5f45-b201-85577b3658c1"},"resourceType":"DocumentReference"} +{"id":"a9557e5f-7eb8-5055-acc6-69214e40d85e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04134/analysis/HG04134.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368341#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a000717a-3950-5f45-b201-85577b3658c1"},"resourceType":"DocumentReference"} +{"id":"919e894c-cdaf-5e5f-95b7-aa9bb8881737","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04134/analysis/HG04134.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368341#sample/cram"}],"status":"current","subject":{"reference":"Patient/a000717a-3950-5f45-b201-85577b3658c1"},"resourceType":"DocumentReference"} +{"id":"d580f914-6f2c-5d71-a0e7-c6e9995f43c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04140/analysis/HG04140.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368344#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dc82edf6-2618-5253-9e8b-9abad2fb4095"},"resourceType":"DocumentReference"} +{"id":"e242d455-88d5-5a0b-97b0-143c109253dc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04140/analysis/HG04140.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368344#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dc82edf6-2618-5253-9e8b-9abad2fb4095"},"resourceType":"DocumentReference"} +{"id":"66b70bb9-60c4-5872-b12c-685ef7a34c2b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04140/analysis/HG04140.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368344#sample/cram"}],"status":"current","subject":{"reference":"Patient/dc82edf6-2618-5253-9e8b-9abad2fb4095"},"resourceType":"DocumentReference"} +{"id":"554678c8-2953-5f19-8882-1fc2082c8d9c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04141/analysis/HG04141.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368345#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/27bdf5d9-01c0-5b93-8044-40159f3d9dba"},"resourceType":"DocumentReference"} +{"id":"5fa87a57-cd61-5821-bb7a-f284498f1062","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04141/analysis/HG04141.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368345#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/27bdf5d9-01c0-5b93-8044-40159f3d9dba"},"resourceType":"DocumentReference"} +{"id":"6e58fbd4-d9aa-54df-bf42-e3151aebabb1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04141/analysis/HG04141.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368345#sample/cram"}],"status":"current","subject":{"reference":"Patient/27bdf5d9-01c0-5b93-8044-40159f3d9dba"},"resourceType":"DocumentReference"} +{"id":"ec0b9684-6b9a-5265-80d7-133b5a5aed1b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04173/analysis/HG04173.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368347#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0d749330-431f-55d0-985d-fdc11d1972da"},"resourceType":"DocumentReference"} +{"id":"5076e0a1-5ef3-5c73-8e8d-7a0cb0005355","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04173/analysis/HG04173.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368347#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0d749330-431f-55d0-985d-fdc11d1972da"},"resourceType":"DocumentReference"} +{"id":"0fd778bb-13f2-5e07-981d-55fea0ec1558","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04173/analysis/HG04173.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368347#sample/cram"}],"status":"current","subject":{"reference":"Patient/0d749330-431f-55d0-985d-fdc11d1972da"},"resourceType":"DocumentReference"} +{"id":"955314f2-770f-5cbd-b9a0-87fa2a8767ef","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04182/analysis/HG04182.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368350#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/1c793476-3dbe-54e0-9b3e-a0238ac6f3f5"},"resourceType":"DocumentReference"} +{"id":"240422c5-88f9-549c-bce6-fc9797386344","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04182/analysis/HG04182.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368350#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/1c793476-3dbe-54e0-9b3e-a0238ac6f3f5"},"resourceType":"DocumentReference"} +{"id":"ba652ed3-a982-541c-9729-5b2a8191e53d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04182/analysis/HG04182.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368350#sample/cram"}],"status":"current","subject":{"reference":"Patient/1c793476-3dbe-54e0-9b3e-a0238ac6f3f5"},"resourceType":"DocumentReference"} +{"id":"f4b710dc-a222-5c61-9743-f292493ef4bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04183/analysis/HG04183.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368351#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0afef885-e47b-5208-8ae1-ded6b93152ec"},"resourceType":"DocumentReference"} +{"id":"1fe21940-8f6e-527e-87a3-4c8650f6734e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04183/analysis/HG04183.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368351#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0afef885-e47b-5208-8ae1-ded6b93152ec"},"resourceType":"DocumentReference"} +{"id":"39c4cc79-a1e0-529e-b660-8634e077875e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04183/analysis/HG04183.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368351#sample/cram"}],"status":"current","subject":{"reference":"Patient/0afef885-e47b-5208-8ae1-ded6b93152ec"},"resourceType":"DocumentReference"} +{"id":"59ffae1c-9bc0-5212-a43b-686fbbe7a587","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03821/analysis/HG03821.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368355#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/40926566-9820-5c51-858e-b42952d32335"},"resourceType":"DocumentReference"} +{"id":"09c5c15a-f5f3-566c-8575-065de1c49f50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03821/analysis/HG03821.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368355#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/40926566-9820-5c51-858e-b42952d32335"},"resourceType":"DocumentReference"} +{"id":"e86aa5ee-2272-5b47-8b64-decdcde863ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03821/analysis/HG03821.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368355#sample/cram"}],"status":"current","subject":{"reference":"Patient/40926566-9820-5c51-858e-b42952d32335"},"resourceType":"DocumentReference"} +{"id":"951e5e71-5b40-5027-9948-e64f8d1f114f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03922/analysis/HG03922.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368359#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c368ad95-917e-5266-b3ad-e928d4c6d5e5"},"resourceType":"DocumentReference"} +{"id":"be3c6dc7-b677-5c42-b5a7-4c0d45695dcc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03922/analysis/HG03922.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368359#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c368ad95-917e-5266-b3ad-e928d4c6d5e5"},"resourceType":"DocumentReference"} +{"id":"f1606858-4ee3-5886-84e8-d5191102f6a3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03922/analysis/HG03922.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368359#sample/cram"}],"status":"current","subject":{"reference":"Patient/c368ad95-917e-5266-b3ad-e928d4c6d5e5"},"resourceType":"DocumentReference"} +{"id":"8fdb4274-b25e-5dfa-90e0-e6f6e818b3e7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04180/analysis/HG04180.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368361#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a88edd47-a5a1-530f-a8fa-1b0359721413"},"resourceType":"DocumentReference"} +{"id":"1cbb9fae-0076-5ecf-a478-b4540de22d7b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04180/analysis/HG04180.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368361#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a88edd47-a5a1-530f-a8fa-1b0359721413"},"resourceType":"DocumentReference"} +{"id":"5f813556-fefb-51a2-a243-00a733254b61","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04180/analysis/HG04180.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368361#sample/cram"}],"status":"current","subject":{"reference":"Patient/a88edd47-a5a1-530f-a8fa-1b0359721413"},"resourceType":"DocumentReference"} +{"id":"4667172b-45b4-53bb-86f6-894410516c0a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03600/analysis/HG03600.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368363#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/453114f1-165e-52ab-a462-dfb632ff89c2"},"resourceType":"DocumentReference"} +{"id":"8d6535c6-6967-5ab2-af74-4d1bf516b28a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03600/analysis/HG03600.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368363#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/453114f1-165e-52ab-a462-dfb632ff89c2"},"resourceType":"DocumentReference"} +{"id":"b922325d-2122-502b-a4ea-4fdf93c8f142","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03600/analysis/HG03600.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368363#sample/cram"}],"status":"current","subject":{"reference":"Patient/453114f1-165e-52ab-a462-dfb632ff89c2"},"resourceType":"DocumentReference"} +{"id":"87ae6c45-c5f9-504f-bcb0-6c8b64447e63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03603/analysis/HG03603.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368365#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eefcc8bd-4676-5b67-a47b-f24702106db4"},"resourceType":"DocumentReference"} +{"id":"2e8ba52a-12ab-5957-98fe-9433c3241ce6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03603/analysis/HG03603.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368365#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eefcc8bd-4676-5b67-a47b-f24702106db4"},"resourceType":"DocumentReference"} +{"id":"118307bb-8591-5d8a-8edc-027bb1120e0b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03603/analysis/HG03603.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368365#sample/cram"}],"status":"current","subject":{"reference":"Patient/eefcc8bd-4676-5b67-a47b-f24702106db4"},"resourceType":"DocumentReference"} +{"id":"9b87a657-bfb4-502a-8f86-1a401c7ee372","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03604/analysis/HG03604.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368366#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ebd8dcbb-06dc-5216-a314-4f5451aa85fe"},"resourceType":"DocumentReference"} +{"id":"3b9ca549-422f-5f75-92f4-53cc55df32a7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03604/analysis/HG03604.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368366#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ebd8dcbb-06dc-5216-a314-4f5451aa85fe"},"resourceType":"DocumentReference"} +{"id":"1c89cd38-c0f5-547e-b59b-348e0ec5564c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03604/analysis/HG03604.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368366#sample/cram"}],"status":"current","subject":{"reference":"Patient/ebd8dcbb-06dc-5216-a314-4f5451aa85fe"},"resourceType":"DocumentReference"} +{"id":"ac49deac-6e20-5dfd-bd84-0b552d2b26d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03611/analysis/HG03611.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368367#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b1ac3216-8c12-5320-87d4-e95514637533"},"resourceType":"DocumentReference"} +{"id":"1b9dc5cb-c76f-5790-a26b-0bf4d92c777a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03611/analysis/HG03611.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368367#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b1ac3216-8c12-5320-87d4-e95514637533"},"resourceType":"DocumentReference"} +{"id":"c3c98863-4c31-5375-96ee-786b38f58c50","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03611/analysis/HG03611.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368367#sample/cram"}],"status":"current","subject":{"reference":"Patient/b1ac3216-8c12-5320-87d4-e95514637533"},"resourceType":"DocumentReference"} +{"id":"dc65be49-9079-5984-a304-b23d57ae6497","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03917/analysis/HG03917.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368368#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f3f2f428-3e09-5775-ba82-5e100c7a6c2f"},"resourceType":"DocumentReference"} +{"id":"f7614020-9329-5ace-803c-2bcdfe41fb0f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03917/analysis/HG03917.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368368#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f3f2f428-3e09-5775-ba82-5e100c7a6c2f"},"resourceType":"DocumentReference"} +{"id":"6c8acb54-dbed-560d-83ad-cc054e01d8cd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03917/analysis/HG03917.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368368#sample/cram"}],"status":"current","subject":{"reference":"Patient/f3f2f428-3e09-5775-ba82-5e100c7a6c2f"},"resourceType":"DocumentReference"} +{"id":"46bfa39a-2cd8-5c11-bbf9-a3b5ba91278c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03920/analysis/HG03920.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368369#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/76d35c14-26fb-5eb6-a32e-4d8fa5be6aab"},"resourceType":"DocumentReference"} +{"id":"36019e3f-c84f-52a2-a4f3-e95e22ddd5e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03920/analysis/HG03920.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368369#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/76d35c14-26fb-5eb6-a32e-4d8fa5be6aab"},"resourceType":"DocumentReference"} +{"id":"d4a1cd9a-fcbe-5f01-b9f8-5588d9e425c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03920/analysis/HG03920.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368369#sample/cram"}],"status":"current","subject":{"reference":"Patient/76d35c14-26fb-5eb6-a32e-4d8fa5be6aab"},"resourceType":"DocumentReference"} +{"id":"3d84b4db-d03a-5489-806f-2680d5002197","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04144/analysis/HG04144.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368371#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/579bab59-a55f-5d2e-8b99-908c67c86ae0"},"resourceType":"DocumentReference"} +{"id":"9c7b2fa1-8025-57ca-8d3c-784b52970048","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04144/analysis/HG04144.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368371#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/579bab59-a55f-5d2e-8b99-908c67c86ae0"},"resourceType":"DocumentReference"} +{"id":"811cd51f-e380-5682-8a45-e3c293ce8f24","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04144/analysis/HG04144.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368371#sample/cram"}],"status":"current","subject":{"reference":"Patient/579bab59-a55f-5d2e-8b99-908c67c86ae0"},"resourceType":"DocumentReference"} +{"id":"339aeb68-2e33-521c-aeda-616883dbb110","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04152/analysis/HG04152.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368372#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/331062a3-ac08-54e7-9eb3-6610516080e4"},"resourceType":"DocumentReference"} +{"id":"a65697ef-fa2a-5279-8be6-1687ce5f6af1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04152/analysis/HG04152.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368372#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/331062a3-ac08-54e7-9eb3-6610516080e4"},"resourceType":"DocumentReference"} +{"id":"7f41da86-7746-5dd2-856e-4ca632628d59","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04152/analysis/HG04152.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368372#sample/cram"}],"status":"current","subject":{"reference":"Patient/331062a3-ac08-54e7-9eb3-6610516080e4"},"resourceType":"DocumentReference"} +{"id":"1723f5ae-de81-5618-b07b-588f4e033426","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04153/analysis/HG04153.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368373#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/06a17a7f-f27d-54d8-8bde-ccee979d0904"},"resourceType":"DocumentReference"} +{"id":"42512669-a172-5dd4-b50d-77d261f0be51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04153/analysis/HG04153.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368373#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/06a17a7f-f27d-54d8-8bde-ccee979d0904"},"resourceType":"DocumentReference"} +{"id":"2207d67f-3f8f-554e-9215-c1a674b60614","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04153/analysis/HG04153.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368373#sample/cram"}],"status":"current","subject":{"reference":"Patient/06a17a7f-f27d-54d8-8bde-ccee979d0904"},"resourceType":"DocumentReference"} +{"id":"6291ded8-d0de-53a8-8898-b694776baa41","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04161/analysis/HG04161.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368374#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dda14e47-d620-59b1-b923-20305200cc05"},"resourceType":"DocumentReference"} +{"id":"3e79b6ef-b081-53c7-9c6b-49db445725da","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04161/analysis/HG04161.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368374#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dda14e47-d620-59b1-b923-20305200cc05"},"resourceType":"DocumentReference"} +{"id":"d940b44b-74d8-5f81-975b-32eeaa0c6795","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04161/analysis/HG04161.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368374#sample/cram"}],"status":"current","subject":{"reference":"Patient/dda14e47-d620-59b1-b923-20305200cc05"},"resourceType":"DocumentReference"} +{"id":"353051f9-f3fe-5f99-8632-cc8b1168e3bc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04162/analysis/HG04162.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368375#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c4547fb6-517e-5e86-9537-1f0cbf3053e4"},"resourceType":"DocumentReference"} +{"id":"009be09e-264b-5959-bd40-5b28f5e9f41a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04162/analysis/HG04162.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368375#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c4547fb6-517e-5e86-9537-1f0cbf3053e4"},"resourceType":"DocumentReference"} +{"id":"ca3093fa-1624-5f38-b5da-361b632bfb5e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04162/analysis/HG04162.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368375#sample/cram"}],"status":"current","subject":{"reference":"Patient/c4547fb6-517e-5e86-9537-1f0cbf3053e4"},"resourceType":"DocumentReference"} +{"id":"43326434-4577-5028-96b0-d56996b38312","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04164/analysis/HG04164.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368376#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/01dda197-0a4b-5798-ad60-2f4ede690296"},"resourceType":"DocumentReference"} +{"id":"f553502b-e619-523c-98c8-be2822cc0224","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04164/analysis/HG04164.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368376#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/01dda197-0a4b-5798-ad60-2f4ede690296"},"resourceType":"DocumentReference"} +{"id":"e7b99382-77db-5e7b-8cff-c032fe5779d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04164/analysis/HG04164.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368376#sample/cram"}],"status":"current","subject":{"reference":"Patient/01dda197-0a4b-5798-ad60-2f4ede690296"},"resourceType":"DocumentReference"} +{"id":"5021ce38-a02b-597c-be86-1c9d5e07c454","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04171/analysis/HG04171.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368377#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5c7c7392-01d7-5fdc-9e75-2b420554d446"},"resourceType":"DocumentReference"} +{"id":"d0e10ee2-987d-5929-830c-740a5ce5a6e6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04171/analysis/HG04171.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368377#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5c7c7392-01d7-5fdc-9e75-2b420554d446"},"resourceType":"DocumentReference"} +{"id":"5c47b0b5-4d8b-57e6-868a-589e7e49c0ed","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04171/analysis/HG04171.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368377#sample/cram"}],"status":"current","subject":{"reference":"Patient/5c7c7392-01d7-5fdc-9e75-2b420554d446"},"resourceType":"DocumentReference"} +{"id":"e5652f7f-cbd1-5389-a043-d4d5d2e9bef0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04176/analysis/HG04176.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368378#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/16e20b07-32b7-51ef-8367-efb744874236"},"resourceType":"DocumentReference"} +{"id":"0f4692aa-6e5b-598a-8c74-66143fa262d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04176/analysis/HG04176.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368378#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/16e20b07-32b7-51ef-8367-efb744874236"},"resourceType":"DocumentReference"} +{"id":"aa56ffd8-abbe-59eb-af3b-7aca8404fe4f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04176/analysis/HG04176.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368378#sample/cram"}],"status":"current","subject":{"reference":"Patient/16e20b07-32b7-51ef-8367-efb744874236"},"resourceType":"DocumentReference"} +{"id":"db89bc39-de46-5df4-a067-7427cb8ced36","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04177/analysis/HG04177.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368379#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f3da1d51-922a-5c96-93c1-d67c8ae087d6"},"resourceType":"DocumentReference"} +{"id":"c153ae67-8ec8-5662-9b26-916ed9dd068f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04177/analysis/HG04177.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368379#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f3da1d51-922a-5c96-93c1-d67c8ae087d6"},"resourceType":"DocumentReference"} +{"id":"a0088f64-4c97-5e78-ab31-7df42b4b0772","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04177/analysis/HG04177.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368379#sample/cram"}],"status":"current","subject":{"reference":"Patient/f3da1d51-922a-5c96-93c1-d67c8ae087d6"},"resourceType":"DocumentReference"} +{"id":"b14eb56f-67bf-5b8b-9b8d-257c21119a92","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04188/analysis/HG04188.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368380#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9a26ad81-cfc8-5031-bf07-9be674e34d64"},"resourceType":"DocumentReference"} +{"id":"73a293d9-f816-5564-b711-675eefab75de","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04188/analysis/HG04188.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368380#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9a26ad81-cfc8-5031-bf07-9be674e34d64"},"resourceType":"DocumentReference"} +{"id":"f7bccbd1-61d1-509f-931f-e34e63017909","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04188/analysis/HG04188.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368380#sample/cram"}],"status":"current","subject":{"reference":"Patient/9a26ad81-cfc8-5031-bf07-9be674e34d64"},"resourceType":"DocumentReference"} +{"id":"c4fbd43f-279d-5f38-b7b5-cffed0291b86","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04189/analysis/HG04189.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368381#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e188baa4-470e-5866-a0d6-2209b6f2c286"},"resourceType":"DocumentReference"} +{"id":"a662ab71-6195-500b-b8f2-0148458af3e8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04189/analysis/HG04189.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368381#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e188baa4-470e-5866-a0d6-2209b6f2c286"},"resourceType":"DocumentReference"} +{"id":"2e1f8dc1-3641-5593-a29d-dbab83926191","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04189/analysis/HG04189.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368381#sample/cram"}],"status":"current","subject":{"reference":"Patient/e188baa4-470e-5866-a0d6-2209b6f2c286"},"resourceType":"DocumentReference"} +{"id":"578a587a-ef19-559f-8cf1-d7f4ec3ecd35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04194/analysis/HG04194.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368382#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/94fe471d-21e3-5a0e-b173-6ec1679305f6"},"resourceType":"DocumentReference"} +{"id":"74d02e84-58cc-5a0f-a211-4d90e283ec78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04194/analysis/HG04194.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368382#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/94fe471d-21e3-5a0e-b173-6ec1679305f6"},"resourceType":"DocumentReference"} +{"id":"08a52a69-e1e5-529c-ab68-1aff15b85b94","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04194/analysis/HG04194.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368382#sample/cram"}],"status":"current","subject":{"reference":"Patient/94fe471d-21e3-5a0e-b173-6ec1679305f6"},"resourceType":"DocumentReference"} +{"id":"f199c79b-ce9e-5a2f-b412-b1f03a7d4a7a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04195/analysis/HG04195.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368383#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0a16189d-7350-511b-9b88-5ea0bbe641a5"},"resourceType":"DocumentReference"} +{"id":"04130330-9acf-55e6-a54d-c049bd5add5d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04195/analysis/HG04195.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368383#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0a16189d-7350-511b-9b88-5ea0bbe641a5"},"resourceType":"DocumentReference"} +{"id":"7f59e93f-2371-52cb-95bd-e5a3ceb28720","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04195/analysis/HG04195.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368383#sample/cram"}],"status":"current","subject":{"reference":"Patient/0a16189d-7350-511b-9b88-5ea0bbe641a5"},"resourceType":"DocumentReference"} +{"id":"fefd0159-6d4f-5e3f-a6ed-e0a09766ad6f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03995/analysis/HG03995.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368387#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/57d2ce47-f376-5014-a49c-bfb7c6c5c52f"},"resourceType":"DocumentReference"} +{"id":"dbfa81d1-9881-5d00-99aa-46817cfd5ce1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03995/analysis/HG03995.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368387#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/57d2ce47-f376-5014-a49c-bfb7c6c5c52f"},"resourceType":"DocumentReference"} +{"id":"6db3ead0-d309-5ad1-8c07-7e8e0fd2c5dd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03995/analysis/HG03995.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368387#sample/cram"}],"status":"current","subject":{"reference":"Patient/57d2ce47-f376-5014-a49c-bfb7c6c5c52f"},"resourceType":"DocumentReference"} +{"id":"50d83bc0-cdfa-5703-b4fa-6c93bc299243","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03899/analysis/HG03899.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368389#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/871ff585-172c-5483-92ba-bfcaef4f74f0"},"resourceType":"DocumentReference"} +{"id":"22283909-5e43-55b7-ab3f-2d6c81bb38d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03899/analysis/HG03899.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368389#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/871ff585-172c-5483-92ba-bfcaef4f74f0"},"resourceType":"DocumentReference"} +{"id":"560094bc-51d9-51fc-bfb5-2bc354ba1cec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03899/analysis/HG03899.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368389#sample/cram"}],"status":"current","subject":{"reference":"Patient/871ff585-172c-5483-92ba-bfcaef4f74f0"},"resourceType":"DocumentReference"} +{"id":"39c5a0e1-d888-562c-ab91-c07416650f3b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03951/analysis/HG03951.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368392#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8f599866-d8fe-5c42-875e-89b9b24aaf90"},"resourceType":"DocumentReference"} +{"id":"55c1a31b-776e-5c30-891d-00c1b25de85b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03951/analysis/HG03951.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368392#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8f599866-d8fe-5c42-875e-89b9b24aaf90"},"resourceType":"DocumentReference"} +{"id":"300ada0c-a88c-5e81-91c4-f2326907ff78","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03951/analysis/HG03951.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368392#sample/cram"}],"status":"current","subject":{"reference":"Patient/8f599866-d8fe-5c42-875e-89b9b24aaf90"},"resourceType":"DocumentReference"} +{"id":"38c822e0-950a-52ed-bc49-aec3ad207463","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03857/analysis/HG03857.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368394#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/05dc6876-18f3-5540-b555-e4e9f7ddf910"},"resourceType":"DocumentReference"} +{"id":"7ccbf2f1-db7d-51d1-9ae7-7d2735da0f4d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03857/analysis/HG03857.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368394#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/05dc6876-18f3-5540-b555-e4e9f7ddf910"},"resourceType":"DocumentReference"} +{"id":"1917f53c-9e82-5c2c-aaa4-0056e401265d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03857/analysis/HG03857.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368394#sample/cram"}],"status":"current","subject":{"reference":"Patient/05dc6876-18f3-5540-b555-e4e9f7ddf910"},"resourceType":"DocumentReference"} +{"id":"67ff7b03-3a43-531e-8ff8-7eb5ff56516e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03854/analysis/HG03854.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368395#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d363300c-3e7a-51fb-b9b4-9371b13fed1e"},"resourceType":"DocumentReference"} +{"id":"fea8ff63-84e4-53fb-8f4d-9484f7c9c03b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03854/analysis/HG03854.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368395#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d363300c-3e7a-51fb-b9b4-9371b13fed1e"},"resourceType":"DocumentReference"} +{"id":"00cb0b50-3923-5020-a432-ff39ff471961","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03854/analysis/HG03854.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368395#sample/cram"}],"status":"current","subject":{"reference":"Patient/d363300c-3e7a-51fb-b9b4-9371b13fed1e"},"resourceType":"DocumentReference"} +{"id":"8405cd85-18f3-5bfb-b927-ebd0eaf6d942","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04100/analysis/HG04100.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368397#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8e7ce925-c5a6-56fa-81ca-00fef305572f"},"resourceType":"DocumentReference"} +{"id":"2adb9e78-d5ac-5d65-9f3b-bc0fd2c1ed3d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04100/analysis/HG04100.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368397#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8e7ce925-c5a6-56fa-81ca-00fef305572f"},"resourceType":"DocumentReference"} +{"id":"5ee29a8b-3c8e-5795-bd3b-1587b792b5d0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04100/analysis/HG04100.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368397#sample/cram"}],"status":"current","subject":{"reference":"Patient/8e7ce925-c5a6-56fa-81ca-00fef305572f"},"resourceType":"DocumentReference"} +{"id":"a6d53ff3-a4e3-5e5e-b7e2-abbfa7ca34b7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04210/analysis/HG04210.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368399#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/17794dfb-a565-5075-a23f-ebfe52f78158"},"resourceType":"DocumentReference"} +{"id":"b171f9d1-f490-51ee-8a42-205e16994493","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04210/analysis/HG04210.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368399#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/17794dfb-a565-5075-a23f-ebfe52f78158"},"resourceType":"DocumentReference"} +{"id":"6a253c1f-3f90-5003-8c18-9b5b8fa0bfe2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04210/analysis/HG04210.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368399#sample/cram"}],"status":"current","subject":{"reference":"Patient/17794dfb-a565-5075-a23f-ebfe52f78158"},"resourceType":"DocumentReference"} +{"id":"729bb89c-da64-568b-9fdd-7e9b0dd8f0f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04075/analysis/HG04075.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368402#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cc6d8e7c-8ae5-55ee-a0c9-ee7682436cbd"},"resourceType":"DocumentReference"} +{"id":"d31cd440-2662-59ff-97ec-09c1ad48b2c8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04075/analysis/HG04075.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368402#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cc6d8e7c-8ae5-55ee-a0c9-ee7682436cbd"},"resourceType":"DocumentReference"} +{"id":"1b81bdbb-9c93-5fce-a224-1a46070be3f2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04075/analysis/HG04075.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368402#sample/cram"}],"status":"current","subject":{"reference":"Patient/cc6d8e7c-8ae5-55ee-a0c9-ee7682436cbd"},"resourceType":"DocumentReference"} +{"id":"74dba3cd-93d4-5871-a358-84257e23764c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04229/analysis/HG04229.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368404#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e6c01cd5-d3fa-5b27-88f0-fea1da78195c"},"resourceType":"DocumentReference"} +{"id":"281726e1-dcc9-56c8-84bc-8cd69794c8c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04229/analysis/HG04229.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368404#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e6c01cd5-d3fa-5b27-88f0-fea1da78195c"},"resourceType":"DocumentReference"} +{"id":"6c37874e-bfb4-58d7-88e1-a8ad57437694","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04229/analysis/HG04229.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368404#sample/cram"}],"status":"current","subject":{"reference":"Patient/e6c01cd5-d3fa-5b27-88f0-fea1da78195c"},"resourceType":"DocumentReference"} +{"id":"0ac245dc-a2c1-5bce-a1e4-17e6b2115d48","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04227/analysis/HG04227.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368405#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/359b1a42-4416-55f5-9af3-283fcbef0cdc"},"resourceType":"DocumentReference"} +{"id":"e069808a-7d0e-5aa4-824f-75cdb74b4767","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04227/analysis/HG04227.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368405#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/359b1a42-4416-55f5-9af3-283fcbef0cdc"},"resourceType":"DocumentReference"} +{"id":"4a4eff30-2626-59d9-8791-eee35c656d0f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04227/analysis/HG04227.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368405#sample/cram"}],"status":"current","subject":{"reference":"Patient/359b1a42-4416-55f5-9af3-283fcbef0cdc"},"resourceType":"DocumentReference"} +{"id":"ae2a7159-b8ff-5e93-889a-43f78cdff510","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03945/analysis/HG03945.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368407#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0635779c-362e-5be8-a100-c2688e7528ea"},"resourceType":"DocumentReference"} +{"id":"061170f2-f0ef-57f1-a136-536e99221a3f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03945/analysis/HG03945.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368407#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0635779c-362e-5be8-a100-c2688e7528ea"},"resourceType":"DocumentReference"} +{"id":"5adbc8cc-7774-558d-b1e9-cde54b4c487f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03945/analysis/HG03945.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368407#sample/cram"}],"status":"current","subject":{"reference":"Patient/0635779c-362e-5be8-a100-c2688e7528ea"},"resourceType":"DocumentReference"} +{"id":"a9fdcf5e-2ea0-5915-866f-de46d3625ded","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03955/analysis/HG03955.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368408#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8a17a772-c9d5-5069-8fd4-3dd536e673c7"},"resourceType":"DocumentReference"} +{"id":"68186452-c5eb-566b-bfec-c62b36db3dcc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03955/analysis/HG03955.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368408#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8a17a772-c9d5-5069-8fd4-3dd536e673c7"},"resourceType":"DocumentReference"} +{"id":"bf2357d3-6434-5133-9379-804643f95e00","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03955/analysis/HG03955.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368408#sample/cram"}],"status":"current","subject":{"reference":"Patient/8a17a772-c9d5-5069-8fd4-3dd536e673c7"},"resourceType":"DocumentReference"} +{"id":"d363aff3-121f-5c08-9fd1-40d0dd0992be","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03990/analysis/HG03990.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368410#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/0ac4ca3e-fea5-51e6-8816-bdea4cf5ec5b"},"resourceType":"DocumentReference"} +{"id":"6941821f-9048-5f49-a44c-64885a4c7f0f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03990/analysis/HG03990.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368410#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/0ac4ca3e-fea5-51e6-8816-bdea4cf5ec5b"},"resourceType":"DocumentReference"} +{"id":"e30c742b-7688-5a31-bf7a-4ae01da95c26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03990/analysis/HG03990.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368410#sample/cram"}],"status":"current","subject":{"reference":"Patient/0ac4ca3e-fea5-51e6-8816-bdea4cf5ec5b"},"resourceType":"DocumentReference"} +{"id":"4637ce6b-13d3-5da0-9db7-f443df66aace","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03991/analysis/HG03991.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368411#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d577ca3f-d1c4-5166-a261-e6511c8fad16"},"resourceType":"DocumentReference"} +{"id":"01deeb57-992b-5e5c-ab5d-aa035e117aa8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03991/analysis/HG03991.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368411#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d577ca3f-d1c4-5166-a261-e6511c8fad16"},"resourceType":"DocumentReference"} +{"id":"b272c5c5-77c6-5a58-bded-d7f1b10110b5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03991/analysis/HG03991.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368411#sample/cram"}],"status":"current","subject":{"reference":"Patient/d577ca3f-d1c4-5166-a261-e6511c8fad16"},"resourceType":"DocumentReference"} +{"id":"9c5674ee-36bb-5edb-ac50-856267d9fa49","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03985/analysis/HG03985.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368412#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/3c0e3540-1302-5c87-ad3a-edfa291de4c4"},"resourceType":"DocumentReference"} +{"id":"718b7436-3c7f-5b10-9ba1-d6aa2569a43e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03985/analysis/HG03985.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368412#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/3c0e3540-1302-5c87-ad3a-edfa291de4c4"},"resourceType":"DocumentReference"} +{"id":"617448b6-4a38-5c69-9292-63827ca4dfe9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03985/analysis/HG03985.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368412#sample/cram"}],"status":"current","subject":{"reference":"Patient/3c0e3540-1302-5c87-ad3a-edfa291de4c4"},"resourceType":"DocumentReference"} +{"id":"a2bfe354-2341-5880-b84d-a3d0f62fc8c7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03989/analysis/HG03989.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368414#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/29c2d739-2714-5658-9d0f-21ee40b2136c"},"resourceType":"DocumentReference"} +{"id":"4da409e5-6df5-54de-b869-7838ea94504a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03989/analysis/HG03989.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368414#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/29c2d739-2714-5658-9d0f-21ee40b2136c"},"resourceType":"DocumentReference"} +{"id":"5a5e9d73-f332-55f3-bd01-fc52345f0269","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03989/analysis/HG03989.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368414#sample/cram"}],"status":"current","subject":{"reference":"Patient/29c2d739-2714-5658-9d0f-21ee40b2136c"},"resourceType":"DocumentReference"} +{"id":"48b9adb5-c692-5b57-8b2e-c2c4a937cabc","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03998/analysis/HG03998.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368415#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/02710f3e-04a3-5cef-9fa1-adebda9875b1"},"resourceType":"DocumentReference"} +{"id":"44a36ca0-5ccf-52ba-ae6f-fd1071c511d3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03998/analysis/HG03998.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368415#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/02710f3e-04a3-5cef-9fa1-adebda9875b1"},"resourceType":"DocumentReference"} +{"id":"449145f4-c89f-50cc-805e-f55b5227678c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03998/analysis/HG03998.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368415#sample/cram"}],"status":"current","subject":{"reference":"Patient/02710f3e-04a3-5cef-9fa1-adebda9875b1"},"resourceType":"DocumentReference"} +{"id":"f61aa6d5-66b5-50b1-834d-e60ea5775cb6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04003/analysis/HG04003.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368416#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/40948ee7-b65a-5aa1-a426-cfe2dfc82378"},"resourceType":"DocumentReference"} +{"id":"1dce69d7-2247-5682-8872-9877b0a45457","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04003/analysis/HG04003.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368416#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/40948ee7-b65a-5aa1-a426-cfe2dfc82378"},"resourceType":"DocumentReference"} +{"id":"cd7d00c6-624f-5002-86c0-f9d1d11eb5a9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04003/analysis/HG04003.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368416#sample/cram"}],"status":"current","subject":{"reference":"Patient/40948ee7-b65a-5aa1-a426-cfe2dfc82378"},"resourceType":"DocumentReference"} +{"id":"7a38cbf7-cb24-5672-baaf-4bf1fc676895","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04038/analysis/HG04038.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368417#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4dee0f59-f436-56c0-b885-f76155dd6e2d"},"resourceType":"DocumentReference"} +{"id":"c90c209d-c12f-5a18-9ee4-e2c988221ba7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04038/analysis/HG04038.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368417#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4dee0f59-f436-56c0-b885-f76155dd6e2d"},"resourceType":"DocumentReference"} +{"id":"31a8b4e5-ddbf-5d41-b5c9-e0c8eaca3bff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04038/analysis/HG04038.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368417#sample/cram"}],"status":"current","subject":{"reference":"Patient/4dee0f59-f436-56c0-b885-f76155dd6e2d"},"resourceType":"DocumentReference"} +{"id":"2d64469d-1409-53e5-9db9-3c94e9b465f8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04039/analysis/HG04039.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368418#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2387b205-b6a0-5b9a-9711-239a5a7837e1"},"resourceType":"DocumentReference"} +{"id":"12ef8a50-1359-5582-a214-3fa7979ae59d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04039/analysis/HG04039.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368418#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2387b205-b6a0-5b9a-9711-239a5a7837e1"},"resourceType":"DocumentReference"} +{"id":"5858c4e6-a01d-5e7a-8934-fdd442d72ed8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04039/analysis/HG04039.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368418#sample/cram"}],"status":"current","subject":{"reference":"Patient/2387b205-b6a0-5b9a-9711-239a5a7837e1"},"resourceType":"DocumentReference"} +{"id":"e94dcf8f-aab6-5f29-9c2e-284bf8a9b4e0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04047/analysis/HG04047.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368419#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d7eee69b-0876-5f35-a546-b5b50d4ed216"},"resourceType":"DocumentReference"} +{"id":"a9cd3a29-bf4d-5967-9911-447a1a46f59d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04047/analysis/HG04047.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368419#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d7eee69b-0876-5f35-a546-b5b50d4ed216"},"resourceType":"DocumentReference"} +{"id":"7f5e952a-0348-5ef4-bb7f-b50df23bd367","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04047/analysis/HG04047.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368419#sample/cram"}],"status":"current","subject":{"reference":"Patient/d7eee69b-0876-5f35-a546-b5b50d4ed216"},"resourceType":"DocumentReference"} +{"id":"6525ff06-e291-52b1-a86c-1d1c3b5c881c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04107/analysis/HG04107.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368420#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/12f038f8-6915-5898-9055-5e86bf7e7e86"},"resourceType":"DocumentReference"} +{"id":"23186747-8a93-5f2a-8fa0-fc5bcdecbda6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04107/analysis/HG04107.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368420#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/12f038f8-6915-5898-9055-5e86bf7e7e86"},"resourceType":"DocumentReference"} +{"id":"785cebcf-2d6f-5a71-b104-0c64aa5dba70","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04107/analysis/HG04107.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368420#sample/cram"}],"status":"current","subject":{"reference":"Patient/12f038f8-6915-5898-9055-5e86bf7e7e86"},"resourceType":"DocumentReference"} +{"id":"57c48dfb-9a81-5fac-8b91-6f8f05081392","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04106/analysis/HG04106.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368421#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/74f3d68d-d8d4-5b62-b4e3-5e9f9128cb72"},"resourceType":"DocumentReference"} +{"id":"9fd951f3-ca06-5474-99e4-decae055a143","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04106/analysis/HG04106.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368421#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/74f3d68d-d8d4-5b62-b4e3-5e9f9128cb72"},"resourceType":"DocumentReference"} +{"id":"05e96f0b-e696-50f8-9fc3-c90ecfb55982","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04106/analysis/HG04106.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368421#sample/cram"}],"status":"current","subject":{"reference":"Patient/74f3d68d-d8d4-5b62-b4e3-5e9f9128cb72"},"resourceType":"DocumentReference"} +{"id":"a5ae59ce-f7a5-549b-a5f4-c077d632c94e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03774/analysis/HG03774.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368445#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8738a46b-788c-5a8c-9868-28de855e94c5"},"resourceType":"DocumentReference"} +{"id":"3370c53e-5e63-55ad-887c-0f9d601673c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03774/analysis/HG03774.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368445#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8738a46b-788c-5a8c-9868-28de855e94c5"},"resourceType":"DocumentReference"} +{"id":"99f8e9d3-5fdb-5dc1-bc12-c9bc77941f23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03774/analysis/HG03774.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368445#sample/cram"}],"status":"current","subject":{"reference":"Patient/8738a46b-788c-5a8c-9868-28de855e94c5"},"resourceType":"DocumentReference"} +{"id":"dcef68ef-6bfa-50a7-b36b-bf7d6fce88b8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04001/analysis/HG04001.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368446#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2b26e13d-2c0e-52db-a01a-a3d215861a58"},"resourceType":"DocumentReference"} +{"id":"35b33f8b-5e78-553d-b8c0-d2b29c4cd2e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04001/analysis/HG04001.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368446#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2b26e13d-2c0e-52db-a01a-a3d215861a58"},"resourceType":"DocumentReference"} +{"id":"18ebd6fc-cd4d-51e0-8e81-4c4addf0a8bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04001/analysis/HG04001.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368446#sample/cram"}],"status":"current","subject":{"reference":"Patient/2b26e13d-2c0e-52db-a01a-a3d215861a58"},"resourceType":"DocumentReference"} +{"id":"c31e61ff-c278-553a-a442-2648e812d8e2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03866/analysis/HG03866.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368447#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/a2a9588f-5a59-5ad4-94e3-de9c7dc56cdc"},"resourceType":"DocumentReference"} +{"id":"13eba78f-c2ce-5ec2-8ec8-f0a557029057","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03866/analysis/HG03866.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368447#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/a2a9588f-5a59-5ad4-94e3-de9c7dc56cdc"},"resourceType":"DocumentReference"} +{"id":"ad53e362-5605-57b8-93ff-d1161c180c63","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03866/analysis/HG03866.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368447#sample/cram"}],"status":"current","subject":{"reference":"Patient/a2a9588f-5a59-5ad4-94e3-de9c7dc56cdc"},"resourceType":"DocumentReference"} +{"id":"669d7990-8f4e-5c4b-9451-de024a705c8f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03969/analysis/HG03969.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368448#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8f6af889-a769-55e0-bad9-8437e549af76"},"resourceType":"DocumentReference"} +{"id":"ef222e68-dd32-5e3b-b7bf-2305018dfcf5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03969/analysis/HG03969.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368448#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8f6af889-a769-55e0-bad9-8437e549af76"},"resourceType":"DocumentReference"} +{"id":"71b6fcc2-1826-53b0-988d-1fc65ddb5f37","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03969/analysis/HG03969.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368448#sample/cram"}],"status":"current","subject":{"reference":"Patient/8f6af889-a769-55e0-bad9-8437e549af76"},"resourceType":"DocumentReference"} +{"id":"8b107823-64d9-5384-9798-3e24819a2bb4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04023/analysis/HG04023.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368450#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b518c0a7-7496-5beb-9c4a-82a28fd64dc5"},"resourceType":"DocumentReference"} +{"id":"a9d3b562-a56b-52ac-9310-3ad23d1a1d22","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04023/analysis/HG04023.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368450#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b518c0a7-7496-5beb-9c4a-82a28fd64dc5"},"resourceType":"DocumentReference"} +{"id":"c6970301-1f0d-56ef-a17b-0ce02e9d911c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04023/analysis/HG04023.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368450#sample/cram"}],"status":"current","subject":{"reference":"Patient/b518c0a7-7496-5beb-9c4a-82a28fd64dc5"},"resourceType":"DocumentReference"} +{"id":"ae8c570b-d656-5cac-8ca1-21206366a447","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04060/analysis/HG04060.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368451#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/b64ad80c-7f1f-508f-b99e-4bcdbca17720"},"resourceType":"DocumentReference"} +{"id":"ea1524a1-8b28-5eb9-93e0-fb4823be01eb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04060/analysis/HG04060.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368451#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/b64ad80c-7f1f-508f-b99e-4bcdbca17720"},"resourceType":"DocumentReference"} +{"id":"b36184a2-2225-5fd1-9a59-0c33554f44bb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04060/analysis/HG04060.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368451#sample/cram"}],"status":"current","subject":{"reference":"Patient/b64ad80c-7f1f-508f-b99e-4bcdbca17720"},"resourceType":"DocumentReference"} +{"id":"c2dadc66-f916-5ae4-935c-4e1f3bd9e427","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04090/analysis/HG04090.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368452#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/135132b7-c7da-5639-88b7-7111aebd3dd6"},"resourceType":"DocumentReference"} +{"id":"16ecc398-cd58-5d46-8a6c-310a57fb9244","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04090/analysis/HG04090.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368452#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/135132b7-c7da-5639-88b7-7111aebd3dd6"},"resourceType":"DocumentReference"} +{"id":"5aa263fd-ad99-578b-b554-47bc804e8b13","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04090/analysis/HG04090.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368452#sample/cram"}],"status":"current","subject":{"reference":"Patient/135132b7-c7da-5639-88b7-7111aebd3dd6"},"resourceType":"DocumentReference"} +{"id":"8ea2e049-39fa-5a3e-8be1-0bb41a0d1ac7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04056/analysis/HG04056.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368456#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/cfa2b772-221c-5d95-8146-a851cf997b72"},"resourceType":"DocumentReference"} +{"id":"ab168ac0-6a60-58c2-8ca5-7c7140b4a4a8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04056/analysis/HG04056.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368456#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/cfa2b772-221c-5d95-8146-a851cf997b72"},"resourceType":"DocumentReference"} +{"id":"27db0c26-b090-58ff-8705-598ed868edf3","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04056/analysis/HG04056.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368456#sample/cram"}],"status":"current","subject":{"reference":"Patient/cfa2b772-221c-5d95-8146-a851cf997b72"},"resourceType":"DocumentReference"} +{"id":"9bf8d219-d9ad-587e-9073-c388a22b69cf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04054/analysis/HG04054.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368457#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/295730fe-9801-5c00-88e2-ff656488e545"},"resourceType":"DocumentReference"} +{"id":"bc4bfca5-9b34-5d27-be5f-d4fa785cac23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04054/analysis/HG04054.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368457#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/295730fe-9801-5c00-88e2-ff656488e545"},"resourceType":"DocumentReference"} +{"id":"2fbd05f5-02a3-5b56-8b58-eea44d241150","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04054/analysis/HG04054.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368457#sample/cram"}],"status":"current","subject":{"reference":"Patient/295730fe-9801-5c00-88e2-ff656488e545"},"resourceType":"DocumentReference"} +{"id":"46c69f59-1002-506c-a400-8f9caed8514a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04061/analysis/HG04061.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368458#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5d6877a6-59c3-5a64-859a-5a3d9a7f7453"},"resourceType":"DocumentReference"} +{"id":"378972ac-ae5f-55e9-8cf7-5f367bea7690","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04061/analysis/HG04061.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368458#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5d6877a6-59c3-5a64-859a-5a3d9a7f7453"},"resourceType":"DocumentReference"} +{"id":"7090f511-6840-5a68-a771-3c9ee5df5b7f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04061/analysis/HG04061.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368458#sample/cram"}],"status":"current","subject":{"reference":"Patient/5d6877a6-59c3-5a64-859a-5a3d9a7f7453"},"resourceType":"DocumentReference"} +{"id":"d943a615-2aa3-5907-8eeb-9af6bfaefa26","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04062/analysis/HG04062.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368459#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f9f14c5d-1a9f-5304-be7f-46f6bafefda6"},"resourceType":"DocumentReference"} +{"id":"a9216584-e29d-584d-9715-4bce2632e54b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04062/analysis/HG04062.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368459#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f9f14c5d-1a9f-5304-be7f-46f6bafefda6"},"resourceType":"DocumentReference"} +{"id":"c57c817a-7046-5daf-a69e-da1d4b6a4ea0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04062/analysis/HG04062.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368459#sample/cram"}],"status":"current","subject":{"reference":"Patient/f9f14c5d-1a9f-5304-be7f-46f6bafefda6"},"resourceType":"DocumentReference"} +{"id":"cbaf7e32-5eac-55d7-83ea-e1fa9d5a7067","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04059/analysis/HG04059.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368461#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6626e0cc-c810-55bd-9913-3b2e6ffd9709"},"resourceType":"DocumentReference"} +{"id":"378b32ab-6e1c-51a4-ad6f-2c285809f8bd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04059/analysis/HG04059.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368461#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6626e0cc-c810-55bd-9913-3b2e6ffd9709"},"resourceType":"DocumentReference"} +{"id":"a673bc72-53d8-585b-a22d-35eb24a38e48","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04059/analysis/HG04059.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368461#sample/cram"}],"status":"current","subject":{"reference":"Patient/6626e0cc-c810-55bd-9913-3b2e6ffd9709"},"resourceType":"DocumentReference"} +{"id":"6f83b167-1fc3-54fa-93e7-668e3f8ceb1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04076/analysis/HG04076.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368462#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/30bc8b41-8f04-5200-9644-3ba7593b494d"},"resourceType":"DocumentReference"} +{"id":"52361043-b345-587b-90f7-3e4707ddcf91","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04076/analysis/HG04076.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368462#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/30bc8b41-8f04-5200-9644-3ba7593b494d"},"resourceType":"DocumentReference"} +{"id":"329c25db-ba48-5522-ae06-b12b5192c9c9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04076/analysis/HG04076.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368462#sample/cram"}],"status":"current","subject":{"reference":"Patient/30bc8b41-8f04-5200-9644-3ba7593b494d"},"resourceType":"DocumentReference"} +{"id":"f50ab08a-2625-51a6-8fde-df46a7bbdcc5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04080/analysis/HG04080.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368463#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/d45d8146-2a38-53a1-9bb2-174d17af708b"},"resourceType":"DocumentReference"} +{"id":"702080fb-05fe-521b-9ebd-d1341658dd81","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04080/analysis/HG04080.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368463#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/d45d8146-2a38-53a1-9bb2-174d17af708b"},"resourceType":"DocumentReference"} +{"id":"47f48f83-4932-5e08-ba13-cd064a59f5f1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04080/analysis/HG04080.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368463#sample/cram"}],"status":"current","subject":{"reference":"Patient/d45d8146-2a38-53a1-9bb2-174d17af708b"},"resourceType":"DocumentReference"} +{"id":"e030a59b-e634-5e68-821d-06a89d1ec175","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04094/analysis/HG04094.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368464#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/6e2a90c8-01ab-5f73-a888-8958fa372625"},"resourceType":"DocumentReference"} +{"id":"8659d723-d483-59fe-9d3c-b08b4df956a0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04094/analysis/HG04094.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368464#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/6e2a90c8-01ab-5f73-a888-8958fa372625"},"resourceType":"DocumentReference"} +{"id":"4911d200-56db-542e-8713-d7c7d5686c30","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04094/analysis/HG04094.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368464#sample/cram"}],"status":"current","subject":{"reference":"Patient/6e2a90c8-01ab-5f73-a888-8958fa372625"},"resourceType":"DocumentReference"} +{"id":"8f605bfc-d394-535d-8009-aff5ae8caf05","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04096/analysis/HG04096.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368465#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/707726a9-cb55-5248-af56-ada4b7897c83"},"resourceType":"DocumentReference"} +{"id":"1ab4e332-cc22-549a-ae61-7b520bc2c440","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04096/analysis/HG04096.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368465#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/707726a9-cb55-5248-af56-ada4b7897c83"},"resourceType":"DocumentReference"} +{"id":"47e478a0-02fb-5e14-873f-bc5c114e654b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04096/analysis/HG04096.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368465#sample/cram"}],"status":"current","subject":{"reference":"Patient/707726a9-cb55-5248-af56-ada4b7897c83"},"resourceType":"DocumentReference"} +{"id":"18c9b636-c038-538c-8d46-ac6cb5676821","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04098/analysis/HG04098.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368466#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8cb2eb91-7aa7-5af8-be95-4168e37d1ba0"},"resourceType":"DocumentReference"} +{"id":"d8d336e9-1ff5-5a9a-9ffb-8fcaa64bb543","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04098/analysis/HG04098.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368466#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8cb2eb91-7aa7-5af8-be95-4168e37d1ba0"},"resourceType":"DocumentReference"} +{"id":"0a307027-d97b-5bc3-bf95-61f62ed2920c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04098/analysis/HG04098.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368466#sample/cram"}],"status":"current","subject":{"reference":"Patient/8cb2eb91-7aa7-5af8-be95-4168e37d1ba0"},"resourceType":"DocumentReference"} +{"id":"29a6879b-86b9-52ca-b700-fbe06c9f389d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03778/analysis/HG03778.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368467#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/4a918fd9-617c-51e4-b6aa-8344c2699cd9"},"resourceType":"DocumentReference"} +{"id":"aebb6480-d8b0-51b6-a3f8-6a45394d3d1f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03778/analysis/HG03778.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368467#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/4a918fd9-617c-51e4-b6aa-8344c2699cd9"},"resourceType":"DocumentReference"} +{"id":"e2c11c45-3bc8-588d-984b-253851ce1240","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03778/analysis/HG03778.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368467#sample/cram"}],"status":"current","subject":{"reference":"Patient/4a918fd9-617c-51e4-b6aa-8344c2699cd9"},"resourceType":"DocumentReference"} +{"id":"fe027150-e06c-5294-b9cd-0fee9993a09a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04209/analysis/HG04209.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368468#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/02f540f2-912d-5a68-a38f-bae95673e96b"},"resourceType":"DocumentReference"} +{"id":"415507e9-b9dd-533f-9981-1b7dcbbcd07c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04209/analysis/HG04209.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368468#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/02f540f2-912d-5a68-a38f-bae95673e96b"},"resourceType":"DocumentReference"} +{"id":"212435d7-fc8d-575a-bfdc-e3228f28b7ca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04209/analysis/HG04209.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368468#sample/cram"}],"status":"current","subject":{"reference":"Patient/02f540f2-912d-5a68-a38f-bae95673e96b"},"resourceType":"DocumentReference"} +{"id":"406c879f-af57-5ec0-b2db-99da48aa90ee","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04198/analysis/HG04198.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368469#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ed4d2396-8d32-5cf6-9dbb-bdbf89a1447d"},"resourceType":"DocumentReference"} +{"id":"2c61973b-70a9-5d63-9593-205100487359","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04198/analysis/HG04198.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368469#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ed4d2396-8d32-5cf6-9dbb-bdbf89a1447d"},"resourceType":"DocumentReference"} +{"id":"d12244ac-9608-5942-bfa2-3487776e3112","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04198/analysis/HG04198.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368469#sample/cram"}],"status":"current","subject":{"reference":"Patient/ed4d2396-8d32-5cf6-9dbb-bdbf89a1447d"},"resourceType":"DocumentReference"} +{"id":"592b931d-a0df-521d-a197-d892e2822fec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04200/analysis/HG04200.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368470#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f738ec6d-6762-5c74-8102-5eeaa54d60d4"},"resourceType":"DocumentReference"} +{"id":"2382b12c-e123-5dd6-a5a6-3cd7c585b522","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04200/analysis/HG04200.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368470#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f738ec6d-6762-5c74-8102-5eeaa54d60d4"},"resourceType":"DocumentReference"} +{"id":"62a5188c-ac63-59a5-adb2-6b8fc83f1a9e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04200/analysis/HG04200.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368470#sample/cram"}],"status":"current","subject":{"reference":"Patient/f738ec6d-6762-5c74-8102-5eeaa54d60d4"},"resourceType":"DocumentReference"} +{"id":"0285e4fa-7f87-5e30-b6e6-6f32479a7d9e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04206/analysis/HG04206.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368472#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/677981fb-1557-59cc-887f-79ff1a1bae37"},"resourceType":"DocumentReference"} +{"id":"d12c35ac-8509-51cd-9f38-0711c490c1d5","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04206/analysis/HG04206.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368472#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/677981fb-1557-59cc-887f-79ff1a1bae37"},"resourceType":"DocumentReference"} +{"id":"b262bc74-b7c9-561a-8d6e-d3c75b40f214","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04206/analysis/HG04206.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368472#sample/cram"}],"status":"current","subject":{"reference":"Patient/677981fb-1557-59cc-887f-79ff1a1bae37"},"resourceType":"DocumentReference"} +{"id":"fe516305-7efb-5731-925d-77badcdd1e86","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04202/analysis/HG04202.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368473#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e73604e3-91a1-5651-af18-d97593c66b04"},"resourceType":"DocumentReference"} +{"id":"b85b2b1f-1104-5cc1-8502-e2f307001afe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04202/analysis/HG04202.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368473#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e73604e3-91a1-5651-af18-d97593c66b04"},"resourceType":"DocumentReference"} +{"id":"4aaf5e84-05d3-59a4-a510-b6eb5cce931e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04202/analysis/HG04202.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368473#sample/cram"}],"status":"current","subject":{"reference":"Patient/e73604e3-91a1-5651-af18-d97593c66b04"},"resourceType":"DocumentReference"} +{"id":"4727ab95-49c2-5044-b8ec-956545bd5243","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04211/analysis/HG04211.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368474#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/2e66484b-8256-56ea-ab44-e0087011a31a"},"resourceType":"DocumentReference"} +{"id":"9054c388-d783-570a-a72c-f4b2c8809d6b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04211/analysis/HG04211.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368474#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/2e66484b-8256-56ea-ab44-e0087011a31a"},"resourceType":"DocumentReference"} +{"id":"3bb7c267-aeaf-5a47-8583-1a45d7570a46","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04211/analysis/HG04211.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368474#sample/cram"}],"status":"current","subject":{"reference":"Patient/2e66484b-8256-56ea-ab44-e0087011a31a"},"resourceType":"DocumentReference"} +{"id":"b4244d9b-f6de-5429-9778-42b5dd9a1feb","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04212/analysis/HG04212.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368475#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/04d8fec0-1dd8-5c26-8368-14643ab6c95c"},"resourceType":"DocumentReference"} +{"id":"fb9c41f8-4650-50e5-b6a1-2665f09e447a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04212/analysis/HG04212.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368475#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/04d8fec0-1dd8-5c26-8368-14643ab6c95c"},"resourceType":"DocumentReference"} +{"id":"c93935df-b3d6-566b-a3d1-235faebf4dbe","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04212/analysis/HG04212.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368475#sample/cram"}],"status":"current","subject":{"reference":"Patient/04d8fec0-1dd8-5c26-8368-14643ab6c95c"},"resourceType":"DocumentReference"} +{"id":"c79b77d4-fed7-5874-8304-c8ebbc6f070f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04222/analysis/HG04222.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368476#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/71a4ade1-5386-51d6-8b97-87df7ae32373"},"resourceType":"DocumentReference"} +{"id":"262800ba-7926-553d-91da-60dff6034221","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04222/analysis/HG04222.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368476#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/71a4ade1-5386-51d6-8b97-87df7ae32373"},"resourceType":"DocumentReference"} +{"id":"e5619c91-e982-5490-9c7b-e5c39d799d51","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04222/analysis/HG04222.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368476#sample/cram"}],"status":"current","subject":{"reference":"Patient/71a4ade1-5386-51d6-8b97-87df7ae32373"},"resourceType":"DocumentReference"} +{"id":"de74dfe8-2e61-50b6-b64a-f781abfb4ec7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04214/analysis/HG04214.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368477#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/00957d97-b83e-54e7-ae24-723f0d69c339"},"resourceType":"DocumentReference"} +{"id":"ae6fe76f-fbb5-54c3-b128-c4d35571fdbd","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04214/analysis/HG04214.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368477#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/00957d97-b83e-54e7-ae24-723f0d69c339"},"resourceType":"DocumentReference"} +{"id":"bacd23cb-a7c6-53ec-8791-48b01e759be8","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04214/analysis/HG04214.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368477#sample/cram"}],"status":"current","subject":{"reference":"Patient/00957d97-b83e-54e7-ae24-723f0d69c339"},"resourceType":"DocumentReference"} +{"id":"b2b309be-2301-548a-a0e9-970fa2788d9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04216/analysis/HG04216.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368478#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/c870e337-369e-59cf-bf2b-5ca755fec1c9"},"resourceType":"DocumentReference"} +{"id":"083a9d36-b7c1-560d-b1e1-c01ecd7ecdcf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04216/analysis/HG04216.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368478#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/c870e337-369e-59cf-bf2b-5ca755fec1c9"},"resourceType":"DocumentReference"} +{"id":"da1ec405-891c-58c0-929f-2c26e5cb7645","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04216/analysis/HG04216.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368478#sample/cram"}],"status":"current","subject":{"reference":"Patient/c870e337-369e-59cf-bf2b-5ca755fec1c9"},"resourceType":"DocumentReference"} +{"id":"acc0a172-c32a-5369-ac28-598ade88b311","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04239/analysis/HG04239.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368479#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/22e11210-f061-5a57-9f7a-53f2ec498349"},"resourceType":"DocumentReference"} +{"id":"1ab96fe0-658e-5df1-857f-d7eb3ed9ff75","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04239/analysis/HG04239.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368479#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/22e11210-f061-5a57-9f7a-53f2ec498349"},"resourceType":"DocumentReference"} +{"id":"cb036177-9dd6-50a6-ae0e-96f0da0e94c4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04239/analysis/HG04239.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368479#sample/cram"}],"status":"current","subject":{"reference":"Patient/22e11210-f061-5a57-9f7a-53f2ec498349"},"resourceType":"DocumentReference"} +{"id":"395953c5-866d-57f8-a7b2-ff939c796229","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04219/analysis/HG04219.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368480#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/136d2084-2ef2-59fd-a723-eb689b1172ef"},"resourceType":"DocumentReference"} +{"id":"5619d560-5a9b-5bbc-94fb-998ace58023f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04219/analysis/HG04219.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368480#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/136d2084-2ef2-59fd-a723-eb689b1172ef"},"resourceType":"DocumentReference"} +{"id":"59a150ad-6697-5bc2-9dee-666b5fdc6915","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04219/analysis/HG04219.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368480#sample/cram"}],"status":"current","subject":{"reference":"Patient/136d2084-2ef2-59fd-a723-eb689b1172ef"},"resourceType":"DocumentReference"} +{"id":"4d9a9242-9852-5497-a7a6-602f80985de2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04225/analysis/HG04225.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368481#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e267c8d2-b2d6-54ca-801a-6a92485b23bb"},"resourceType":"DocumentReference"} +{"id":"8a7cf038-9f72-52e4-ba99-303a2a6e5b2d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04225/analysis/HG04225.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368481#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e267c8d2-b2d6-54ca-801a-6a92485b23bb"},"resourceType":"DocumentReference"} +{"id":"d0067141-72ce-5104-b924-4ed66d832239","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04225/analysis/HG04225.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368481#sample/cram"}],"status":"current","subject":{"reference":"Patient/e267c8d2-b2d6-54ca-801a-6a92485b23bb"},"resourceType":"DocumentReference"} +{"id":"e6838fb2-8a6d-51b6-9d37-f4162acefc48","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04235/analysis/HG04235.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368482#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/5d599014-4f11-5247-83f1-282c75bbe65e"},"resourceType":"DocumentReference"} +{"id":"ad637235-6a26-5219-adbe-d1b8f0e0d717","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04235/analysis/HG04235.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368482#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/5d599014-4f11-5247-83f1-282c75bbe65e"},"resourceType":"DocumentReference"} +{"id":"1a1fb870-a661-502f-a64e-9848ce6e7be2","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04235/analysis/HG04235.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368482#sample/cram"}],"status":"current","subject":{"reference":"Patient/5d599014-4f11-5247-83f1-282c75bbe65e"},"resourceType":"DocumentReference"} +{"id":"f2abfdba-6641-5d53-b32a-7cc9d04af90a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04238/analysis/HG04238.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368483#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/8fb41e63-40d0-5a3c-b9f1-b6550d6917ec"},"resourceType":"DocumentReference"} +{"id":"d364d80c-44ae-573f-af65-f423932ba525","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04238/analysis/HG04238.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368483#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/8fb41e63-40d0-5a3c-b9f1-b6550d6917ec"},"resourceType":"DocumentReference"} +{"id":"4b7d2434-e02d-5f76-9a21-5b27c5e02d01","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04238/analysis/HG04238.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368483#sample/cram"}],"status":"current","subject":{"reference":"Patient/8fb41e63-40d0-5a3c-b9f1-b6550d6917ec"},"resourceType":"DocumentReference"} +{"id":"96ce50cd-ad8a-5e8e-81ae-54b6ac2a9272","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03875/analysis/HG03875.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368484#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/30b276d1-29cc-5ec9-9e1f-496d78885a79"},"resourceType":"DocumentReference"} +{"id":"152dcc87-7574-511e-9dff-12e6ccacf855","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03875/analysis/HG03875.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368484#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/30b276d1-29cc-5ec9-9e1f-496d78885a79"},"resourceType":"DocumentReference"} +{"id":"184db501-cc1c-5d0c-b0ea-a9eff9d2c827","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03875/analysis/HG03875.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368484#sample/cram"}],"status":"current","subject":{"reference":"Patient/30b276d1-29cc-5ec9-9e1f-496d78885a79"},"resourceType":"DocumentReference"} +{"id":"204619ba-d31e-5b68-9bb2-59bf62da2296","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03965/analysis/HG03965.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368485#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/dd96c38c-6e88-581f-a4e9-8669a3638175"},"resourceType":"DocumentReference"} +{"id":"39e80851-dc4a-59bc-b458-7ddf7f5971fa","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03965/analysis/HG03965.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368485#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/dd96c38c-6e88-581f-a4e9-8669a3638175"},"resourceType":"DocumentReference"} +{"id":"56e397dd-4c65-512c-8d08-7a3b68c7361d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03965/analysis/HG03965.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368485#sample/cram"}],"status":"current","subject":{"reference":"Patient/dd96c38c-6e88-581f-a4e9-8669a3638175"},"resourceType":"DocumentReference"} +{"id":"86989c80-2502-5751-aea9-c872309cf29e","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04070/analysis/HG04070.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368486#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e332ee98-7ac1-5f62-9f95-8a210d97c8a0"},"resourceType":"DocumentReference"} +{"id":"f47e0b72-b33f-511c-99ee-b142d2f01cca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG04070/analysis/HG04070.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368486#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e332ee98-7ac1-5f62-9f95-8a210d97c8a0"},"resourceType":"DocumentReference"} +{"id":"35ae697d-652e-5500-9e71-9b5f4f146caf","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG04070/analysis/HG04070.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368486#sample/cram"}],"status":"current","subject":{"reference":"Patient/e332ee98-7ac1-5f62-9f95-8a210d97c8a0"},"resourceType":"DocumentReference"} +{"id":"8e76c88f-107b-5809-b698-6987dafee9ec","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03868/analysis/HG03868.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368487#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/da7f7714-49ed-5a38-a46e-2b61e4c97684"},"resourceType":"DocumentReference"} +{"id":"dbb02f78-3323-555b-8539-6f18cd316b53","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03868/analysis/HG03868.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368487#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/da7f7714-49ed-5a38-a46e-2b61e4c97684"},"resourceType":"DocumentReference"} +{"id":"8278ea61-7951-5943-8a78-c0e4213a3f20","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03868/analysis/HG03868.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368487#sample/cram"}],"status":"current","subject":{"reference":"Patient/da7f7714-49ed-5a38-a46e-2b61e4c97684"},"resourceType":"DocumentReference"} +{"id":"25307314-07f6-5660-a1e4-d57add2b2cff","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03871/analysis/HG03871.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368488#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/02b78414-bc54-5d78-9919-f1b3dba84ae7"},"resourceType":"DocumentReference"} +{"id":"61b6f55c-8cf7-52c2-aa0c-6b666cfa917f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03871/analysis/HG03871.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368488#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/02b78414-bc54-5d78-9919-f1b3dba84ae7"},"resourceType":"DocumentReference"} +{"id":"96f47437-2d8b-591c-8607-7c0eed1f7e34","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03871/analysis/HG03871.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368488#sample/cram"}],"status":"current","subject":{"reference":"Patient/02b78414-bc54-5d78-9919-f1b3dba84ae7"},"resourceType":"DocumentReference"} +{"id":"62cb60ba-61ca-5673-a5aa-8dfa045fd173","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03967/analysis/HG03967.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368489#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/eeb2ade6-9ede-5421-ac27-fe0914892f96"},"resourceType":"DocumentReference"} +{"id":"1d40ba57-95dd-59c6-bb67-bd8c6abb6870","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG03967/analysis/HG03967.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368489#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/eeb2ade6-9ede-5421-ac27-fe0914892f96"},"resourceType":"DocumentReference"} +{"id":"5badbc04-5146-599b-8905-828a6a23602d","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG03967/analysis/HG03967.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368489#sample/cram"}],"status":"current","subject":{"reference":"Patient/eeb2ade6-9ede-5421-ac27-fe0914892f96"},"resourceType":"DocumentReference"} +{"id":"371dd066-8962-5f9c-9457-1151e59d576c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00288/analysis/HG00288.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368498#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/97def3ba-2e78-575f-8fe7-d23a8a9e9331"},"resourceType":"DocumentReference"} +{"id":"12872918-8b27-5939-86a1-c71233f4d360","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00288/analysis/HG00288.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368498#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/97def3ba-2e78-575f-8fe7-d23a8a9e9331"},"resourceType":"DocumentReference"} +{"id":"0af0fe51-5b79-5a2e-af02-06d489eccb9a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00288/analysis/HG00288.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368498#sample/cram"}],"status":"current","subject":{"reference":"Patient/97def3ba-2e78-575f-8fe7-d23a8a9e9331"},"resourceType":"DocumentReference"} +{"id":"c040e70d-8a74-5837-b000-320715c3eb04","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00290/analysis/HG00290.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368499#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/de782ff2-30d8-579b-b626-9ccfb6b5544e"},"resourceType":"DocumentReference"} +{"id":"e20a8afd-1a9f-5613-a500-90d571942f69","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00290/analysis/HG00290.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368499#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/de782ff2-30d8-579b-b626-9ccfb6b5544e"},"resourceType":"DocumentReference"} +{"id":"feb5bd7e-fce3-54b5-b98c-415bbecf04f9","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00290/analysis/HG00290.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368499#sample/cram"}],"status":"current","subject":{"reference":"Patient/de782ff2-30d8-579b-b626-9ccfb6b5544e"},"resourceType":"DocumentReference"} +{"id":"932203ab-184a-5dd5-ad1e-c69ebb630d75","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00304/analysis/HG00304.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368510#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/713f843d-377b-5912-9731-7feadd656737"},"resourceType":"DocumentReference"} +{"id":"d96f1c7f-205e-556c-b0d6-67347b361cf7","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG00304/analysis/HG00304.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368510#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/713f843d-377b-5912-9731-7feadd656737"},"resourceType":"DocumentReference"} +{"id":"015c072a-659e-5943-b875-fcc2d2db7c35","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG00304/analysis/HG00304.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368510#sample/cram"}],"status":"current","subject":{"reference":"Patient/713f843d-377b-5912-9731-7feadd656737"},"resourceType":"DocumentReference"} +{"id":"4ca8a4ac-53a9-5819-b2dc-93950f039234","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01765/analysis/HG01765.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368513#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/7127820d-468b-5f09-b724-18c0517180a1"},"resourceType":"DocumentReference"} +{"id":"0b533a49-03ed-5e74-9d37-4f7555b8a182","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01765/analysis/HG01765.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368513#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/7127820d-468b-5f09-b724-18c0517180a1"},"resourceType":"DocumentReference"} +{"id":"03298f33-714d-5dca-acc4-b6f99b8f6a42","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01765/analysis/HG01765.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368513#sample/cram"}],"status":"current","subject":{"reference":"Patient/7127820d-468b-5f09-b724-18c0517180a1"},"resourceType":"DocumentReference"} +{"id":"3cde080d-af53-559b-8a04-c64ad773bbca","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01766/analysis/HG01766.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368514#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/9791cb6b-f420-5bd0-9bb9-59a163dcae2d"},"resourceType":"DocumentReference"} +{"id":"d743c1bd-ea1d-5cc4-9388-ce47e5d13113","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01766/analysis/HG01766.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368514#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/9791cb6b-f420-5bd0-9bb9-59a163dcae2d"},"resourceType":"DocumentReference"} +{"id":"ac971a1c-19a9-5fe2-8296-634db43c547a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01766/analysis/HG01766.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368514#sample/cram"}],"status":"current","subject":{"reference":"Patient/9791cb6b-f420-5bd0-9bb9-59a163dcae2d"},"resourceType":"DocumentReference"} +{"id":"3642cb30-4fd6-5a67-92d9-cd9c127651b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01767/analysis/HG01767.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368516#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/ee6e828c-1bf8-5117-8fed-32a6f3cf23db"},"resourceType":"DocumentReference"} +{"id":"5b14d442-72de-5c22-8d40-e2f5e6f26e85","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01767/analysis/HG01767.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368516#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/ee6e828c-1bf8-5117-8fed-32a6f3cf23db"},"resourceType":"DocumentReference"} +{"id":"0cf75b39-928d-59fd-bdea-123c7fff73d4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01767/analysis/HG01767.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368516#sample/cram"}],"status":"current","subject":{"reference":"Patient/ee6e828c-1bf8-5117-8fed-32a6f3cf23db"},"resourceType":"DocumentReference"} +{"id":"bd78a070-6a17-593e-8bfc-e664b0100646","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01768/analysis/HG01768.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368517#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/f737cc20-8557-529b-ad3a-ccb162a82a14"},"resourceType":"DocumentReference"} +{"id":"015d647b-77f7-586c-9bf6-bcb1fb43b9d1","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01768/analysis/HG01768.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368517#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/f737cc20-8557-529b-ad3a-ccb162a82a14"},"resourceType":"DocumentReference"} +{"id":"a98a6f7c-88f8-53ca-9c67-0702951a5f7c","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01768/analysis/HG01768.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368517#sample/cram"}],"status":"current","subject":{"reference":"Patient/f737cc20-8557-529b-ad3a-ccb162a82a14"},"resourceType":"DocumentReference"} +{"id":"396be290-98f8-5b3e-842a-eb80fff20b23","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01785/analysis/HG01785.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368519#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/628ee47f-2b6a-5a36-8385-b767e87944ef"},"resourceType":"DocumentReference"} +{"id":"ffb9752e-dbd7-58d4-b557-81ad16babe79","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01785/analysis/HG01785.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368519#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/628ee47f-2b6a-5a36-8385-b767e87944ef"},"resourceType":"DocumentReference"} +{"id":"fce29e3e-15f3-5c5e-8353-56c5089c333b","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01785/analysis/HG01785.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368519#sample/cram"}],"status":"current","subject":{"reference":"Patient/628ee47f-2b6a-5a36-8385-b767e87944ef"},"resourceType":"DocumentReference"} +{"id":"05114666-f772-5ee5-bc0c-9c3bb82846b0","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01786/analysis/HG01786.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368520#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/956d1ace-e43a-5c38-bb38-0e2a572978e1"},"resourceType":"DocumentReference"} +{"id":"34bb6451-3e83-56b2-868b-26339ddc71b4","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG01786/analysis/HG01786.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368520#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/956d1ace-e43a-5c38-bb38-0e2a572978e1"},"resourceType":"DocumentReference"} +{"id":"ce3d88c9-f4df-5137-8c63-6bf7c4e49f0a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG01786/analysis/HG01786.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368520#sample/cram"}],"status":"current","subject":{"reference":"Patient/956d1ace-e43a-5c38-bb38-0e2a572978e1"},"resourceType":"DocumentReference"} +{"id":"adbdd71a-cd81-5b18-b476-f0a9cf89bff6","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02219/analysis/HG02219.haplotypeCalls.er.raw.g.vcf.gz"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368522#participant/gVCF"}],"status":"current","subject":{"reference":"Patient/e6cd1348-f458-55b7-98ec-d32d340e3567"},"resourceType":"DocumentReference"} +{"id":"c3588c63-fe87-503e-b8d4-7ee4cf80484a","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.gVCF.2019-02-06/Sample_HG02219/analysis/HG02219.haplotypeCalls.er.raw.g.vcf.gz.tbi"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368522#participant/gVCF_TBI"}],"status":"current","subject":{"reference":"Patient/e6cd1348-f458-55b7-98ec-d32d340e3567"},"resourceType":"DocumentReference"} +{"id":"f9aaa19a-8f39-5352-ac84-f2056416ae3f","content":[{"attachment":{"url":"gs://fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e/CCDG_13607/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06/Sample_HG02219/analysis/HG02219.final.cram"}}],"identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368522#sample/cram"}],"status":"current","subject":{"reference":"Patient/e6cd1348-f458-55b7-98ec-d32d340e3567"},"resourceType":"DocumentReference"} diff --git a/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/Patient.ndjson b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/Patient.ndjson new file mode 100644 index 0000000..fe1b7e9 --- /dev/null +++ b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/Patient.ndjson @@ -0,0 +1,3202 @@ +{"id":"b0440a52-b26c-538c-b3f2-364d6f4e25bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367795"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a38cef49-3d0e-5f1d-8ea8-36a4842d6a8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367796"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"539da95f-f249-5920-bda6-06836b5f9fce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367797"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2ec66e85-7f8d-5df4-a271-880d04476f28","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367798"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f2ea9333-e939-5ed3-9026-f888dcc197e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367799"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a58ade2b-c456-5412-b592-38aa13957796","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367800"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5f6a6f6f-201a-5d2f-a8ae-1b001d263fec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367801"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"980d240b-644f-54bf-9858-0e54a42d7041","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367802"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"835ab41f-3523-5f99-98b6-a4c822800497","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367803"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a56c871b-5e42-5d1c-a0ce-8d28a11fbaa8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367804"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"de38e8ee-6dde-57d5-880f-9db68f7c91e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367805"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"02b7d85c-f2d3-511e-a8b5-b19c20f6fcc0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367806"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"08d91a5c-5722-5439-95f0-c228d5323dc7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367807"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c9ba5a9b-dacd-5e7d-9e9e-86c06bdf1175","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367808"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"119fa2c7-bb2b-5ce1-800f-43a31d98bb26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367809"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0dede4c6-a46e-5495-88e0-625374abeb75","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367810"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"74848144-5830-57b0-9352-1d95cb4a5fd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367811"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ef8ed35e-a26a-5986-8b31-5b2daa2e70f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367812"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"40d414f6-a88c-536c-a473-e71eed34821e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367813"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7db2d7b9-b583-5d2a-b9d7-e52a32931e1b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367814"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c8a3a735-08f9-5c57-a21f-6ac02e9661ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367815"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1b170c39-4744-5f23-af78-29c35f3c77ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367816"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"33282b07-a0a0-5c96-9bf0-7d059fafd57c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367817"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7eb12602-774c-56dc-b50f-6f12ff5acb24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367818"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5cec8035-f1d8-5407-b02e-6090ca6f29b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367819"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9f8f5936-f5f1-581f-9b00-6c1d2ec03d69","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367820"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"334693b2-d29e-5152-b17c-c8d81de500f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367821"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"34b7f037-bb45-5abb-9119-f9228b5183c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367822"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fb9f53d5-4c52-5948-9240-a9af33f08195","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367823"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c20a0d57-a95c-5651-b0e4-5f13bb8b491f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367824"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e1c94d8b-de06-5eff-99b1-0ab770fb3afb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367825"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e4556d2c-dc25-5173-a0b8-f9def7aa6744","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367826"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9334ff88-7d8f-504c-8507-b36a0392549a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367827"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c1ff3383-83fb-5744-8d12-8be21849b77c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367828"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b1d68013-b95a-5a89-821c-6ec9f7846ee3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367829"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bd86f751-6fb0-5d53-a784-93a899497eaf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367830"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9d89f118-e84c-51e0-93cc-53ba23831249","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367831"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0a656092-fd90-5089-a332-d547fac5bf27","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367832"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5bc428b2-15b6-52e8-b352-4909b6aae67e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367833"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"33f6e248-2c91-5931-a2c4-42f9df0897bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367834"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"155295b3-133e-5ab6-b8bd-8a3872f34bb1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367835"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6eb67cae-6d05-5e1b-a51a-262a9d3abce2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367836"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ebb03d77-9c33-501a-91f1-684470e6a2c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367837"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ee6427a1-035b-5024-b905-cd377bb327bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367838"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"faa0167e-396d-5c5f-adaa-f164e1303b83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367839"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7fb74466-d7b3-55fb-bd41-83ad7af35a81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367840"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8b21a2fb-d43b-59ae-afd9-f2290bd6d15b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367841"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1f30713d-172a-5caf-ab92-954218f08b23","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367842"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"34b964ab-4251-58ce-8667-4c612bd568c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367843"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"25c45ee2-a28a-54c7-bcce-eb8e32a42d33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367844"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6a1ceb02-fad5-56c2-8fe1-20eb812a796b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367845"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ffb7acde-7565-523e-be69-5dfd32773069","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367846"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6fa0cc63-1196-5be5-93f8-a75ef58dab97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367847"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f0287988-7599-5722-9f38-8da1d84bfd00","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367848"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b6c5e753-539a-589f-939c-6d1c2d58da29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367849"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5b7fd1b8-d762-5234-9617-0971de64d663","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367850"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ea465e03-012f-51ee-b34f-7cff5110db91","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367851"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"446e88f7-c8b3-5954-8040-b2781e711da0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367852"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bdc583c9-432a-5292-9ab2-184036548a19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367853"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b65939c9-4868-5406-b061-4b310e7c4871","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367854"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8ab6463f-514a-5fb0-b7f3-d550980bb18e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367855"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"03b2df0e-63c1-524a-8550-42462406007c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367856"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bedec67a-9982-58f2-a773-b3157966786b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367857"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"25cf9ab9-ed11-5835-864a-e9a94af34c4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367858"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"81a800c2-12ed-5a50-a1b2-2a0d6acd982b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367859"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f2ece387-9089-5549-b8c2-c91efc6adf7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367860"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f94275a5-33bc-5d35-aaee-8729d2658f79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367861"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5175c431-afa7-573a-8b5d-8953850edfab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367862"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"71a3d379-77f1-509d-a2c2-c678e5b0468d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367863"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"93e353cd-4597-5a45-a0f6-541f58b9a0f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367864"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"37fdab0b-9624-5ab0-95ec-e906434142cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367865"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c8a97a71-09f6-568e-a1e6-197132d1a4b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367866"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"046404ff-4402-581a-a1f3-7c6cd8372546","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367867"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2093995b-e453-59ee-b0da-96bbfd99b045","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367868"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"262cb594-4d3b-5e8b-82ca-9962835653bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367869"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a254ea02-2745-5038-b23f-22d377f14bb7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367870"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c10b96d0-cfef-5b38-945e-ab35ccd95c6e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367871"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"908375df-ccf3-5ee4-bead-69973068a097","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367872"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3b697ac5-1a1b-5ed4-b6dd-23a6ede71608","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367873"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"93a095eb-6179-5612-bbc4-33be23b121c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367874"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e8afd558-9b34-567a-b106-046ecb854327","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367875"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"89ee4f17-f293-5b80-b2e5-2a2c5be96300","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367876"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"016e9af1-ba1d-5116-bda1-8900518cb50b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367877"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0f31fb07-2d5f-5119-a72b-57a5ca091ca8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367878"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7f2f97c5-ebb1-5d87-aedf-07ac0bbf29a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367879"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"096cf846-91ce-5b63-827a-b10294015d60","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367880"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7bb1fce2-fe4f-5fe5-8cbe-ed730cc29b6a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367881"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f17a15d4-aee1-5d66-b721-46df5334e2af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367882"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5f458406-f0bc-506b-a963-5aed41efcdc1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367883"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8fe50e38-8b6b-5e54-866c-547473c44577","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367884"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"40d5d0d1-2a49-5024-ada7-dbcc60706784","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367885"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"91eb3098-f016-58ac-8f82-bdf59a8eaab3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367886"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e81b07fc-09c1-59b0-bc0c-a88442c39f7d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367887"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dcf8e0fd-b345-5953-a17f-606eb0a96240","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367888"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"55f80ad1-bfbb-53f3-9723-73e7cf395ce8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367889"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b611af95-3653-5335-ad41-c570920a4f90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367890"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5ab4e85b-782a-5499-b9f7-cd9cae7f8c18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367891"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c27f754a-9521-5207-9203-4a628897dd41","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367892"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ec2b359d-6520-5004-9dd4-f87fde1a2ba6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367893"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"251c3a64-7487-5849-8f67-e8b91b24dde9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367894"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4ff946c3-bfdc-5724-8dab-302331dd4d81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367895"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8fdca497-9469-504c-84b2-3a255e651cab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367896"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c616b02b-f9ae-55b6-a12d-6ed5cc5f8fd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367897"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e61730f5-2583-55e4-86a3-507b4d9d6317","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367898"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"de39e8b6-6d87-52b0-a577-9c3e3275ddfb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367899"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"044a78f6-673c-5819-bc4e-f0252e813879","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367900"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0c4e1423-4658-5a06-a305-cd0f42360de9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367901"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a1656617-aeeb-5e72-9953-e5c5e162c4d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367902"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"04dbec39-b41a-572b-85d0-ba53e4fe5039","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367903"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5648ed97-841a-5f65-b7db-af832e3d2022","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367904"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e773ff6a-b2ba-5654-897c-a98634e428a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367905"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"299e0e7e-d13a-59bc-a3d4-27483aeeaf03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367906"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"105c6cfd-55c2-5523-a296-c639093edc7d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367907"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"604d1b2b-82d9-534b-981b-08b0c9db7603","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367908"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"971f2cee-57e0-5fca-a25f-c658b4caadae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367909"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"32fff55d-bea4-501d-bfdf-7e686143e580","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367910"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e9d9fe25-fe01-5428-a62e-1a39d779c838","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367911"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"79a99c9f-265a-5527-81b4-1f8774e009a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367912"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5b0562d5-61d5-5b2c-ab61-dd9619e5da4f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367913"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bda22dd5-7b5d-5014-bece-bd9f0d7d7ec5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367914"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"576781d9-6ebd-5acb-bab0-ccf35a8a00e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367915"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8fe7ba58-96d2-5609-8329-bd9d12d4617a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367916"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"72794aeb-e5a1-57b2-afd1-6b17dd286a30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367917"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ee93910c-2da4-571c-8975-539ce6e5af1b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367918"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3f7e7f6d-250f-5163-8e10-f37950c21265","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367919"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b745544d-e8bf-5e3b-9f58-5e3c2add3be6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367920"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"31caa434-4f59-5b3e-9e17-4ac79dcf983d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367921"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0f0a7ef1-88c6-55b2-a8d2-9e1a46852b85","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367922"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c21a8373-8e4c-5ed4-94c6-846614511a74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367923"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a5d1809a-f92a-52fd-9443-727fe388deac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367924"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f474efae-0430-5a08-8dbb-87f60c73f623","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367925"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2d218919-c0d1-5a8e-984f-8cb4dec7c296","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367926"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5055bd52-8dcc-546f-b265-8442b7ab69e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367927"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c5c8b05c-09ea-57a5-a0ce-aa99981ada75","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367928"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"39a0dd9e-1451-5562-8ce1-04391654d617","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367929"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d88847f2-39bd-59c0-934d-1ac3c3f9f245","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367930"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"68ae8f64-4613-5650-bba3-dbaf8b08d31a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367931"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"208b8041-ae77-5eb3-9bc1-230bc1b78ecb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367932"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"006cbca1-0409-5ae1-b88d-00c9cfbe9842","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367933"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fb0348df-2d81-5508-989f-211c81ab47da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367934"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1e7a7b2e-ebd4-57ff-ac42-013634484342","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367935"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e376879b-2687-50fb-b91f-c21d317e6987","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367936"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6285e57d-6311-5c78-8301-4a3a09576e9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367937"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c8e192d8-ef56-5e3e-9c88-9ede35968488","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367938"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dc0d5177-f0e0-56b2-9f35-e4a8e10a3650","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367939"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c1450bc3-0145-5595-8967-1e37cee2dcd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367940"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c0f08fff-f016-596b-8935-dfaad123fa9d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367941"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d6507770-36d6-570c-a9be-726452ba2ba4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367942"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1465e2c9-3d01-584a-9571-a82fa67a0d0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367943"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6b0a020a-a4ac-564d-a0f8-56022961810f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367944"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3fe2ad59-575f-5c8b-86a0-573c4b4d39bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367945"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"155d7bc3-3584-5d2a-b326-2613cbb7c4e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367946"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"06d53d77-05f4-53de-9026-a09b1257da9c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367947"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"04953bce-6be2-5c08-ab26-e3df2603e0a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367948"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5c042346-efe4-5e8e-8087-dec3c6c9af09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367949"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"89686899-9a2c-5963-8c4c-97552cb0543c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367950"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f602500c-56d3-5cf8-b9df-5e28fc92401f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367951"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ddba795b-4078-52ea-aeee-a180685698c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367952"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"255f6f28-2fc6-5b8a-a1b5-a6d315cdffe7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367953"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1a282d7a-0331-5f8c-a9b0-45fe5ca49727","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367954"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e174fbc1-7606-5b77-9b69-04bfb4f0d793","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367955"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"75163d03-e889-541c-8e8d-7128bc1ec50e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367956"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5e4d61f7-b3c1-5498-9332-45b83f444745","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367957"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2cbfd033-770a-5620-9452-8f414dec72c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367958"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a6935a4b-3503-5cac-83fb-1cd8a943a55c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367959"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f10261db-453a-53aa-bc19-3ccc4edf105a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367960"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"33de1e69-9299-501b-9c18-67252c4609c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367961"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3b7ec9cc-13a2-5d66-983a-c8846eff9083","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367962"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b68eee80-5f96-535e-a30c-d3262bfb8da9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367963"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ba0ac47e-5cf9-5156-b8e0-8a7df1687b0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367964"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f2f2f63c-3a77-53a8-b81f-042066aa6c32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367965"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ef5e6dd3-5eb1-5d63-97fd-3464022f80cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367966"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"249df174-ddf5-55ab-854b-3e5daa41f9b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367967"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ae58c512-25b1-5f7c-a88c-b292e5746122","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367968"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a150ccea-dc4d-5d68-b50d-ba89a9f7dd68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367969"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6977e682-2f54-5a9e-a896-c79e3446046e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367970"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"850d8e7e-0eff-5160-8a45-53f6e348bfbf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367971"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ca565a2c-e41c-5ecf-a8bf-63089474f7df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367972"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"21a7a541-ab85-5f52-9e51-6bc0ff969852","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367973"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5e66b5ce-6766-5ff0-ba30-17ad6869266b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367974"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f9fec6d2-e45f-5229-af4d-7cd7ef90e273","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367975"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ee6c6bcb-e00a-5223-bc5c-3caafae68bf6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367976"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f8b5971a-4e7f-544d-882f-91e2b17f9f82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367977"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3a9e4034-e977-5347-a1eb-bcbf83c81eef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367978"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e71567a2-04ef-542e-a2a5-d864537ab154","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367979"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"91f98091-78e3-5c99-bcce-4f6a015b76e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367980"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ca0eb0ee-65e4-52cf-a149-657aa3e3cf30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367981"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"10b4676f-eda5-5421-860a-e8469fa044ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367982"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cbe25467-adb5-523b-bc77-b07ee6cef960","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367983"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"85f9b935-04de-550d-a8b0-1d42bb22cb08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367984"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"829bf140-14f3-5bf0-8574-c11b0d04c898","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367985"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9ed68bfb-8cad-5e1f-a034-2d36bdb4a2ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367986"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0b57fef1-4fb2-5fa5-940d-4e7b841b2de7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367987"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cb465393-6052-5832-b52e-e3c96bcd2f3d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367988"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7517ee0e-c1b6-5cb9-b941-c33466ee1a22","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367989"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9a75ee82-fc5b-5a23-9b24-7298a27552ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367990"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"25d1ae09-c0d2-5988-a79f-32c66cade254","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367991"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"409a8114-7a60-5b70-82cb-845c0453e2d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367992"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5c724508-745e-5bd2-bb47-67e0eaffedb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367993"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c9eb1dca-98ed-560b-902d-ad57acace837","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367994"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e42089aa-abbc-54d2-8cdb-398cb0dc5707","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367995"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f30f90ef-c462-52b2-969a-458dc63f2fdb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367996"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e8289e25-424e-5252-91da-268c223d0ab3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367997"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"46868dac-4ea3-5f40-8cd9-0d4d1c83fe87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367998"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3201743b-60b5-5e43-b2d5-51f22d7a13cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367999"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eea7e5b4-f1f0-59f1-a59c-05ad419ae931","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368000"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9b1e55c6-1be7-5641-90e3-92d2c053a674","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368001"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9ddfd850-2058-5a3e-b94f-0becdb5ada08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368002"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7e93dfc4-81de-5b41-93c3-6f56ffc572b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368003"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0274d845-c62a-5c21-9458-9ae182e72baf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368004"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"74cfe7f5-8673-51c0-8c0c-5aae7da64424","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368005"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4affa0f0-f1f2-5790-8b06-8d23554eeacf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368006"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8ac12bcb-9fbd-5247-bc95-5c1244e07501","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368007"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ac76b1cf-c8ed-59c4-8cce-0687cc969a1c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368008"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cd77bbd2-64b8-57b3-a19d-a54e0a98bb5a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368009"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c46cd65f-0863-5142-ae75-4cf3c084be67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368010"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"720e04c3-5634-567d-b6a8-6fa952066aa9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368011"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"75a2ec10-1249-5989-9086-6aff7ec51b5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368012"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6f1e4c57-2182-5138-93c7-c7feaa10bede","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368013"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"272d9fa6-6a99-58fe-8162-291b1e9128af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368014"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3ddf8de7-b733-524f-8a0a-347b0a19a100","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368015"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"03894036-b68b-512f-8b8a-b4bef2fbb278","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368016"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3a4b0407-abee-5d38-9eb8-48adf6a7af4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368017"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e45ffd4e-163f-5c4a-9e0f-9c373656fb57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368018"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1eb8166a-7332-58b0-abe6-45a171b35e39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368019"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f44932ff-79d1-5e81-8694-45a40526cf87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368020"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1ffaeb52-7bed-5969-a54b-f111002f2378","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368021"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"605c1168-0b83-5414-855b-18d3e699629a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368022"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8894d323-23c7-5e4f-b624-1895a1abab66","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368023"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d153952d-dd2d-53cc-a045-70c9a3035316","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368024"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4f96e2fd-49f4-52f5-8245-fe0c10a6298f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368025"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f66796cb-5850-523c-812a-843ded1ccc37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368026"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"99c722c4-3ab6-58b3-8542-f1db99f0d43a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368027"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6a6496d9-540b-50dc-8e30-4dbc4fb20d46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368028"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f23521fa-ae57-5971-a0b9-d50b4e024ed6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368029"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a02a591a-b7bd-5883-bc5a-fb7419716449","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368030"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b6c3cd9b-82a1-57bd-98e6-ca61a8784551","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368031"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"29e38345-7a92-5281-a08e-ef022761c929","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368032"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3b710d3e-20d5-5ce3-b19b-c8ddf26614e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368033"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"90510b5c-cba8-52ee-baf6-c21bf6530a66","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368034"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"36b8414c-2eb1-55d0-964d-a857e88a9379","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368035"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a722e091-20be-55f1-b918-9add883eb18b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368036"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2412ef84-527e-559d-a7e5-2ea885b498ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368037"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b4a5c416-85cb-5a38-b270-6358ac5096ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368038"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7ed97cad-3e97-5627-afe2-711a410a7bfb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368039"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c22e3cfd-0972-5e76-b812-70d97a1cfe46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368040"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"998d98cb-8586-5305-b08f-bc5e315299bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368041"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5a5abb6e-d8d9-5ea4-8bcd-0b702d4cea72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368042"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"935d31c7-e574-5691-b4fc-39c4f7aba12a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368043"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b452c4c5-6ef5-5de8-8827-d26a7d4750ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368044"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b24afcbe-3fb6-56b7-836b-9fb0e248ca72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368045"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"81f9f9aa-c97a-5d9b-82f8-7cd8d1e8bb77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368046"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e3dc1a11-81e7-5812-bd8c-ea7ac321e71c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368047"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"789303c6-06e0-5e8b-aefe-daa1bdf762bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368048"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3acde6ba-9dbf-5cc3-a630-097edc3908c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368049"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8d1c2c28-f69a-538c-95e3-beb28ab07f67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368050"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2ceea85b-55ae-5547-8a6d-4cc6a9c68f85","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368051"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"769cc530-30ac-5e1a-a482-6f34a6a66dae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368052"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"22aa32bb-58e5-5b54-b61b-e54c5ca79ec0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368053"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"50709dae-9b9b-51c9-9e0d-f9ab58fdc4c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368054"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0078c9af-612e-545e-9e06-80fd79ef4761","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368055"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ca8352ab-db01-5684-a6e4-632bea19f348","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368056"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3a6070fc-558b-5039-878a-c7433b90615c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368057"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"af2b5c09-cc3f-51b5-b8de-b08cbfdf432e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368058"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9f3a2bce-6baa-580f-bf46-f77244f6a227","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368059"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"48c8d637-13d6-588c-a77d-b2f5e35699eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368060"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a6c3ebde-6bba-5272-9953-af6e73bdd72c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368061"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"67932467-b3f2-5a3c-bf7e-39d1af1fee44","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368062"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"76c4db5d-fec3-504b-a68e-b7c6c689f162","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368063"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5f86d71e-4349-5605-a3c3-a150f62f54a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368064"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"337693ed-f210-53f7-a608-13c078eaf7ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368065"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3122473a-c39a-5709-8f65-58dca89372f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368066"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ed31ffd0-0607-54fd-9cd1-5b59bb6caf0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368067"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"214f5c49-aaf3-55fb-a528-7efdd268c0f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368068"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"398343a8-64c6-5e8f-9b67-316c6c1e74bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368069"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"170bdd06-306b-5b88-83eb-fbab35f0bbea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368070"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f90cc3a5-dbd1-59a7-828e-cc89499b7ba9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368071"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c665b89e-b5f8-55ed-bc0f-8440b5b17884","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368072"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"530774f4-0207-5a1b-8848-2aeb972f1bd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368073"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"47209edf-13f6-5a50-bd83-49878e2b3316","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368074"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f40a7d51-85bd-5408-aa1b-25246556adde","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368075"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c12286bd-8c49-55b1-94f0-d2bc632dda4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368076"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1f55ff63-52d7-5afd-aef2-fa44a248ddcc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368077"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"de0f0e8b-2d12-5166-ba01-2928f460ade1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368078"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f4325c25-595d-5f5b-b919-d69e4468aa5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368079"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c7a0855e-db38-5d7d-9a76-06e95332e6d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368080"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"875ad4bc-3f18-57fa-8d14-2d3ed6214929","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368081"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9291d234-e87d-591c-8a67-08411a29cec1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368082"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bd45e98d-5794-5264-aa2d-6dd53e034ca3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368083"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b7660f3c-9d38-5083-834f-c75f8ae24d43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368084"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"82c3610e-a9b1-58ca-b2f5-0ee88a42623c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368085"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bc10ee1d-e916-5619-9a42-97d640321874","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368086"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bc360563-b90c-5fee-b4fd-17b02d22136a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368087"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3264996a-7306-5b27-a9a3-6d36cd1d2f8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368088"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"126c9389-f0d7-5d98-bd9b-6710b22b7962","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368089"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"745b42fa-ade3-56e1-856b-7e9502bc81d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368090"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"04566af3-3e69-5ede-a54d-3038856e5213","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368091"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bab76e3a-ffa3-5abe-b4b7-49abf015b5f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368092"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a64f6cd9-3a22-54bc-b2fc-417eabc91d1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368093"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f098ce33-7948-5e59-99ef-0a9b7b933e57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368094"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"10921935-21c6-5e70-b2cb-bf62987ecad1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368095"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"60d62854-3148-55f3-80f7-46ddb4d40ea5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368096"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a80b0903-3ed3-5b9d-97fd-b8b65459e528","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368097"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8b21b19c-1b3c-5156-ab6a-353f8b39ae14","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368098"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ca5a675f-d655-5800-9652-97b260f2bce9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368099"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5bd9c944-45a9-57d4-8541-fe00bb62801e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368100"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"291a88aa-da40-5efb-aba1-ae5fc2cbcb8a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368101"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3581f5a9-01ec-5695-a2fa-136ae80168c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368102"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cebb6cf5-1337-5115-bc67-9628960c5785","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368103"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fe446a0c-14bc-5d68-8e79-f2a9f3d485f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368104"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"62644701-348d-5089-afd6-c79ed605cb71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368105"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6c6d4f21-3bc0-5937-9a17-7af7ef49ea0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368106"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"18eaff30-13d4-5e50-a50b-28ebf683310f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368107"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"291daa45-feed-5151-a114-e09c2a4b3638","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368108"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"80d61dd1-3210-5c43-b323-487bde91d505","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368109"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d957a52c-4741-58a6-9010-5dc2b6e2de65","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368110"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f77c49c5-ad14-5ef9-a8a3-fc064c03810b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368111"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b035e8a4-019f-5df7-af78-7f13ef6e6cb5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368112"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"290af995-9691-57d5-ac5b-961cb0f5192a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368113"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2e274ca8-0f09-50fa-bc3b-02254c2f7a2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368114"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c66cba88-8ced-53b8-8a6c-725a25b50ef7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368115"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e82425a6-27ca-57f2-aee1-a8f1b8f8fdc7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368116"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2fea0bbb-e8e4-5ff6-ae8b-7038ebf9350c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368117"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4f4fa7cc-2aeb-58da-85f0-e34bc3dd3c92","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368118"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6be4f2a4-3fed-59cf-a51b-03b9c46f9387","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368119"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e95f66e6-1da9-562e-b195-43f5f8c35a66","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368120"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"947074fc-4f39-5ed4-938e-4d86f77db286","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368121"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"89180753-a9e9-5e03-b05f-96a22cd5d637","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368122"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"18ebf401-f753-5e90-925b-f1cdd26a3936","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368123"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"93f49dad-6a6f-5204-b572-dbc19d65442b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368124"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5d04729a-ecfc-59f6-bb9b-c55d38a91f02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368125"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c805a504-a05c-5b85-951b-390027977039","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368126"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9201351c-63cb-5425-ab32-ada96530aac1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368127"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a701da68-d86f-5990-b25a-63d4afe8b7a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368128"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5b756c35-57d2-5992-a067-3d8c305e5f8a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368129"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4b799e09-17fc-5733-bf9a-854bc6ca5b6a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368130"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ac8f08d3-e2c4-50aa-87e7-17fc07067b03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368131"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"86db9ee4-6466-590f-8b50-868d8ed906bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368132"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"71f48d37-c219-57dd-b5fa-fb7ab71eb140","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368133"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"41dd6b4e-d032-5c85-9fdb-b1a42fa01ac8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368134"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a406c2a1-ebd1-54d7-a29c-b516170388d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368135"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4dfbf827-6907-5d12-a32a-796c9d9c9db6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368136"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d5422146-9ec9-5d67-a885-e59fed44922a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368137"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7b0e6422-4951-5e04-9551-bc2f66c2d1fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368138"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f0a056b9-e480-5614-bc5c-2647056f5be6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368139"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cfdf23e7-3b79-59fa-b19f-7841c099c41d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368140"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9a001cd8-793f-56e5-87c9-41e2f6ddc3bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368141"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5e1672d1-f713-55ce-9687-350da3a7d07d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368142"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d68b7829-085d-5426-9624-18ca79c6ecd8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368143"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9b4790a5-a102-5bd5-a0e0-bd4de687980e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368144"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0e8a32b2-35d1-587a-aa48-308864d99bec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368145"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"14608007-70a1-5aaf-8284-4792cbf58228","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368146"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"438894a8-a549-56bc-8599-9295b68385fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368147"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7bb4dee0-80a4-52af-b700-3e358e133174","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368148"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c4a9fbb4-3c43-50e0-b776-7fd10ac3f852","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368149"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fa21ef97-a9cf-5351-984c-e7c9f0df8146","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368150"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cb7aa35d-0621-50c0-8d1d-c079171699d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368151"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"36df2d7f-bfde-5f4a-8c44-ecb8d6daccf4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368152"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4d2dcb21-287a-5442-afac-ebc82f766c9c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368153"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a2d63f84-e7b2-5e9f-81d1-5c1c44a818ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368154"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2ea6d950-6574-50dd-a0b0-06112d92228c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368155"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"347e3b03-ed1e-54e9-a332-f03743fcbbc8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368156"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fac73f2d-7491-518c-8989-7b69b41b84b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368157"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"94f67d55-c437-5016-bf11-595bb69c6afe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368158"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1e3ffec6-a75c-5266-a8e1-8bb3dbf3072b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368159"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0ce2f707-176b-5533-bee0-ab93e23c2114","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368160"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4d3823ab-5768-5467-b970-3ca13e6f4338","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368161"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"297282a1-d948-5a04-ac83-a3cee391ee0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368162"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8b154082-67ba-55f5-9b33-42b55f4f8297","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368163"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9af31d9b-c30c-5ec5-9889-38a04d28ef34","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368164"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a9ef840c-2f12-5d79-9d4d-dc9192ec126d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368165"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"45b9d34d-f90c-5339-9d81-a5830180c7d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368166"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a3f11ae6-469b-5fa5-8d35-01ea4e18af26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368167"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6ad98fd5-356c-5737-a699-f40bee6be075","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368168"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eea6ff89-cfda-515c-b88f-b8a2c295ca67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368169"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"87cb47b6-d4cd-5526-acaf-0927a4cc06bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368170"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"68db6355-4fb7-5af5-a01d-a028987b1d91","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368171"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1958c753-4b7f-53c9-8c6f-4e561502584b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368172"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5160e8ab-faaa-5e6b-9c68-ec54e74f0600","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368173"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a24c75e2-8ff9-532b-8d3c-68d72970c77c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368174"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"81db6c97-0c46-5254-ae5c-7f8553d7b7a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368175"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ed34cc66-a4e9-5f6b-8312-5f2cca8f72e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368176"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5ed71a0d-62df-5a5e-adad-1f839c35aaf2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368177"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"077defbd-cbed-53a6-82bb-e1244a49c8af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368178"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f7a5f66a-4a58-5028-9968-e8705f700cd7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368179"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b03f9494-af1a-5276-b8ad-9600e947f2b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368180"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9a21dd5c-bac8-5069-a5c1-cf4dd3510a3d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368181"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2d89cd9c-5635-55b2-ad2e-c0fa2b1eba34","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368182"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7fe9f7a2-54be-5807-9d16-37d2603ebcc2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368183"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1885e6f1-358a-5036-a55b-a4c8ee3174b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368184"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e7d82cdf-38c1-5eae-ad2d-6e60da694ca0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368185"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0227ac97-3760-5a0c-b7a3-6b86f4d798d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368186"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e96abccb-b01f-5d63-ade0-990c76f9aada","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368187"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"823ba89c-1177-56e7-b3cb-677779fc3a7c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368188"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1b464538-c706-5f68-adf2-3196b8a246b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368189"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7f80a5d7-dea8-591d-9e47-4dd5866843f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368190"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fa7a69d5-136f-5bae-9fb5-ceb6028cc866","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368191"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"154b0fd7-a9e3-5e37-b416-262efa2ad560","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368192"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3ce1d982-e0fe-5e4f-b7ec-b6dd76fdd352","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368193"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7bd8b79c-87c3-542b-a000-3d0347e4750e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368194"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8420dfec-fc80-584c-a16a-0cc4551db173","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368195"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cde0e4a3-f0f2-5c45-bca2-9f974d7e378f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368196"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6000c277-d02c-5deb-9780-d81412787e48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368197"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f7acb0a9-7702-5f2d-a0f6-49a1486d933d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368198"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cc7d6618-83d6-5089-aa08-94bbf4b97e68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368199"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d577dadb-4c30-5aba-b692-2b07aea30166","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368200"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"307ac7c4-3f6b-5a93-9a9c-994cd9b5903d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368201"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"79e09371-4cf6-5bba-b9b7-6086606296d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368202"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cbf2cf77-0605-5cae-a009-f3e0a7608733","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368203"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bdcde907-cff6-5fff-a9a2-9589ad7008b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368204"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d844f010-5494-5445-bd14-86a6495f214c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368205"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"14eb2a46-0ba3-525b-a8e8-1e5e1a6e7502","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368206"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"99959fda-3245-54df-89c4-f5a4ab763502","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368207"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"67297610-efdc-5bb1-982d-803be656d6fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368208"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"01741253-5d6f-50d1-8a5f-1f6111aa45a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368209"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"667d8d2e-2baf-5ad8-9033-5458c42145d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368210"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3c1e1313-1ae1-5845-a619-c7499eca5957","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368211"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8c7bfe1d-433d-5922-8556-b6cbd23b00ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368212"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fa06fb6d-4bc3-5e5b-9d64-7cade86e0374","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368213"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1c44465d-32d9-5373-8db0-e5cc51ecd9c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368214"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5589220b-7aaa-5b03-9541-44033fd763b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368215"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cfd983d3-f729-533c-ab90-b1b772112cc8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368216"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"55a96b2c-e22b-58db-a580-6d59552b1121","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368217"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fb95496d-4bb6-527e-a06c-795967428672","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368218"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d954e17a-d4d6-50e2-9343-2bcb73a02059","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368219"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cf88ea88-4046-5c7e-adb7-d035d75f6156","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368220"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8badd1fd-07bc-504b-a265-adf33741be81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368221"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"40b0ba74-e4b4-5df1-8b8c-340bf1e6a620","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368222"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"43068891-0af0-54f8-b6d4-02bbad3247a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368223"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"05cc71c5-8959-5bd6-948d-09947716676e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368224"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9233e39e-ead0-5028-a5c6-e67a5c86040e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368225"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"33e32ecc-e14d-5808-be79-dbfb8e21e5f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368226"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a6944257-165f-544b-a431-638a03128402","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368227"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b0f5e1d6-696d-5422-abd8-e2479b179f9d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368228"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f72ab89c-f388-5797-8b73-2e25a5d9af8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368229"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"12b1b823-f0b5-5647-8bde-ac5286363b39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368230"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"72bcce67-6be5-5f4e-b944-941bc265d177","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368231"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aee3b92f-656d-5e7f-9ff9-64d27a7159cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368232"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b0d65062-4379-52ec-a5f0-7a53ec1d4231","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368233"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"941317ac-d045-5a17-b122-45f978f5d541","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368234"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"df20a216-1ccb-59c9-af4a-bcd299732de9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368235"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d65ff022-1bd5-5863-812b-0eca7c790dcd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368236"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"55daa950-db30-5da0-ac18-73044f725a11","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368237"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"605e05bb-f29b-53e0-9ce2-c3d8c8b3a8f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368238"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"34919d8c-e1e1-5bdc-a97a-9191b0f07d50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368239"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c7437e96-4133-52cc-a4e9-284232f1c5a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368240"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"85b4f612-5082-5ee8-8457-591e0b791317","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368241"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7ec9f644-dd93-5a78-899d-2247c4423b57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368242"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"53254dd2-edbf-50c9-adda-b5a0318852a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368243"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b225fce4-0f72-53ee-9539-518e14ad4bfa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368244"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9d51877a-042a-52d1-8819-58b56af5a611","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368245"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b038ac7d-7664-598f-813b-bb6e369e2595","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368246"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ad35e03d-a773-55cd-a272-4bd02f1cb1f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368247"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"105fbfed-f370-5933-bf1e-cd9eb04f76a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368248"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c568f32a-2dde-5458-b40f-0b55d2fc7880","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368249"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"990168cc-b15d-5e53-b946-c3275a44ce2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368250"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"747dc6b8-c0b1-591e-b502-d065505e493a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368251"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"044f992b-ee73-5c07-a4a5-6de63284399a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368252"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dbd4b0f4-1cda-52bd-a119-b0fe2da3ea04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368253"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8f7e21d3-fc08-5439-b2ca-b47741a66995","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368254"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eace7263-f678-5642-9550-b0036c476780","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368255"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"74446d57-cea6-5733-97b0-3294054bf5bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368256"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d1ca0081-70c5-5d3d-a324-b2f0fcd868b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368257"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dabdda6e-f672-543a-9840-0a6c82a4a119","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368258"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"198e00de-a8d4-5aed-831c-7117851088c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368259"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"97d6e3ec-49ad-5e88-8627-033d0dbc9bc7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368260"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"325e11e2-3b5a-5adb-bd3a-4a37a03819db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368261"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"827fee56-ed45-52ac-8783-3e5f8de4b6f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368262"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d93fb243-7f51-5f35-bc3c-7ab8e45d9f97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368263"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0afa3630-0eae-558e-8749-74873fe0ca3d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368264"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2a9fc85b-3a06-5689-b779-72b2cd0aaf32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368265"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"af01da9c-f9ed-5f72-988b-b4467d8aef4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368266"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"08e2b5b8-f153-573c-93f9-eab8c1fa4382","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368267"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b51311fc-91e4-5459-91c3-8ea4da47e07a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368268"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8ed3ae2e-6b01-5dfa-9d3d-ca4c75849733","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368269"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b21d51ec-6121-53df-8235-b80d50a5e20b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368270"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5bb70d1f-998c-5575-bdc2-9304d89299e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368271"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0d35cb44-eb62-5c0d-8fed-cbd50bf9c88e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368272"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"935699ab-b44d-585c-921c-bd0426247642","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368273"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a402e802-b4ed-59eb-a738-49c0000e83a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368274"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"25e3501c-100d-5228-8d9f-7027c2f689f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368275"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5fcaa10a-6207-5f28-882f-c3b5a30f242a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368276"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c40ff980-7019-5be0-afaf-f3277e401534","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368277"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"417183c6-2a19-5054-9341-47cf405dd6f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368278"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8be0c7e1-1268-5c37-b04b-8a0b4c78c684","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368279"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1dd61fc2-e1a2-5668-9395-22c4cce293d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368280"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7bf6c725-8cea-59cd-b18f-f0c07b0bd7ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368281"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6539273e-8ee0-5c59-887c-9c36f7b1e967","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368282"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fdf9c9e8-e5a9-5b62-8cc8-6da06a1efb1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368283"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b9af6f0a-7ab7-543c-84eb-f02950613ff0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368284"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"efcb7d03-17af-55dd-b810-7a0a46da24cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368285"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"71efa6c3-af33-5169-98ff-2b09df1808b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368286"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"99c56cda-1f42-5362-ad74-111eeb511d09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368287"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"35d4c353-670f-50ae-8349-7f2e19cc90d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368288"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b64a8bb5-2964-596d-a213-ed1657a27867","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368289"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"498b8aba-743e-5b78-8e54-c76b46f66995","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368290"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e53777ea-fe63-559c-968f-1f92bfefadd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368291"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"292fa0a3-7ee0-56b7-be7d-0b81e7f661f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368292"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ce16f937-fcc4-5d79-9d09-0775e735c46f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368293"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"df022f45-b6bc-5f78-9c73-d46343f50081","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368294"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ca7bf964-7775-5e93-86c3-884d60c83f81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368295"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1a38a84c-4f31-5e36-a13b-968eb8f6163f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368296"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"68633019-00f4-5d94-b14d-249d15ed0d7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368297"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"386329e4-24a9-5cf6-b69e-4ab320b0c8db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368298"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7eec2ed9-f0f4-520c-8396-8cc373aece90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368299"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"718dd940-0cc9-5c07-b567-4e0868b92288","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368300"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"97ac1424-f89c-5418-be9b-99b238025b97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368301"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8746764f-7a3f-5e39-8edd-531d52d3d419","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368302"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"88e5db99-361b-5dee-b68a-017ec6868572","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368303"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e45a9023-61a7-59b1-a0c6-9179857a879a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368304"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d973a69b-e1c7-5d3b-af6a-88bbf4bbf393","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368305"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"12cda69c-f068-53f6-a106-3bd0c92a3e2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368306"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2a61cf8d-22a4-5ca7-a790-73d623707f77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368307"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d62a9c3b-f9e6-5ed0-8c02-f2cfcc45536f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368308"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"da1e4214-fb16-54f3-98ba-223263e0dbb0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368309"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6f8d715a-0265-5018-955d-173e804be8b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368310"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b1a76215-daf7-53ee-838c-73e806a81b20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368311"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ab6d0af6-6a10-5f7b-8bd2-cae676a40afb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368312"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5513599e-9c7d-564d-9daa-0dc502897101","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368313"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"135ebede-779a-58e8-bb05-6a566da369bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368314"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b0b6d7c5-ac61-5e88-9dfb-1304e7763027","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368315"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"09f7c8a3-5c78-5654-9078-5e4f85f925a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368316"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bee56c42-42a3-5ee8-b58b-6cba06dceda5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368317"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d77f1b45-6476-510a-b399-7406b1b40965","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368318"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e78dbcef-143e-5692-86b5-436957c45ac2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368319"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3d69537f-a0c6-5af7-b69f-6b52400b4c04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368320"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c27943f7-fccf-5a41-b352-8b6333d12f02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368321"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ab467923-e80a-5da7-87ef-9ac4d1becf7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368322"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"185cfae4-2e78-57a0-a218-67602d144fdd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368323"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a543b126-d9a8-5a83-9276-fa67524aeb20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368324"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0e2d297d-1994-532b-8f3e-1a2d0170f67b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368325"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ef50d0df-abb6-5b0e-8695-471a9dcdb486","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368326"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"01f76a14-3d13-5b1b-94c8-4a93d9978c8e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368327"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dabbc504-89a1-58f5-abd9-3d2d6b0fef46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368328"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c167b486-10e5-5652-84a4-668b147e5390","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368329"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"66f7a261-8d14-53d0-ac90-ce1e422055e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368330"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"22209eb2-d9a8-5a10-a65c-1622a90b0751","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368331"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d581f4b4-1f5e-5439-8157-98dbb131c15c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368332"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"003998c6-f2e8-54f4-b262-442641651693","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368333"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"13022abb-c94f-5b9b-98bc-b42cc82045d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368334"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e1e1b7ba-81f4-5ed6-94b6-72feaecb4e22","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368335"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9fd5e95b-c75e-5e08-b80c-2fc37074579c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368336"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"190676d8-88b3-5fdb-8bba-e7f637dfde7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368337"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"39a077f3-c4cd-5130-831d-e121d9020e6a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368338"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"010cd168-5c46-5c30-ae7b-79caf266bf9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368339"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"38a3a3d7-2a46-5a4e-959b-ab7df6e69c9d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368340"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"79a43b78-6ba6-5580-b9d1-7bf11d1dff61","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368341"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"206ec175-2d65-5960-919b-5bbf38df61b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368342"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"45c272d4-e251-5f1a-905c-343c4da5a568","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368343"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9538bb48-345c-5755-b5a4-b30a4eefe099","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368344"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aa2d6edd-7457-5bb1-bf2f-457f241e5c6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368345"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b71766c6-4980-58ae-bd27-46484766d3fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368346"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a99c678a-4728-5f17-91a7-d7945b257837","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368347"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"85e23bd6-dba0-5da9-89a0-9f528e15ef5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368348"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f5ddc93f-89c5-5eae-851b-a50839b2ac8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368349"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1b3efa97-2cc2-5a1f-bd2f-fae9cc348a6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368350"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"52f5bb59-837f-5fa1-ab2c-b6c0ca5451f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368351"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e4711675-62fe-5cac-ac26-2f9cead4287e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368352"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8764f1da-6f87-5866-a01e-97e49c8825fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368353"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"33b9fe82-4882-5296-aef3-34e14122a347","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368354"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"039d2f20-c224-5b48-a860-a9cf19384519","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368355"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e896debf-3047-5d06-8659-9b1fced90c3d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368356"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8bc54c90-2441-5c4b-bae3-7c79046150e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368357"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"74c433bd-fed2-53f3-ac5b-bf43d3031f9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368358"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d85e297c-8086-5348-97ab-3f0ec0a9b0f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368359"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2ed63bdf-344a-55b7-be1b-2b4f822dd369","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368360"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a9762f46-cf6d-585a-997b-ed3b02d7bc9d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368361"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"06e567dd-5840-5cdd-b50d-bcf738a9eae8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368362"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e307b062-cea5-5e3d-bb5d-5f749bd4e920","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368363"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e45214ca-85df-59ea-a4ef-05cabd00730d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368364"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9c6e40d0-adab-5764-b78a-4dc5a732f060","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368365"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"87ba6074-cc0d-56c0-9552-503f1b81f364","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368366"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3f526930-87d1-5397-a867-6c2273efc213","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368367"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cb9768a5-cb70-5783-bd02-cdd03ba8597a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368368"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4fe30650-c7d0-5812-8c8d-3e5239d8e962","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368369"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f2d5a8aa-cd97-52a1-bde8-1308d05f8916","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368370"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b15f8e73-551e-54e9-80c6-2f8622e313ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368371"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5d64ac86-c570-576c-8e21-ad49106fcefc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368372"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"478c4d07-9b3f-5474-8d16-a98960ee44e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368373"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f98a5d48-ee69-547f-8b43-923c64e35c4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368374"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"368b2636-8032-5e50-bd7a-610e95531a85","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368375"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"810fde84-cf4b-5777-97a1-a84fa7eb6fe2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368376"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ebeefb39-fa4c-5f94-a6ee-b40da861b7e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368377"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d65a20c6-3dd1-5096-a62e-99d3c73e822a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368378"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"73d45686-72cb-51dc-9a40-12cdb1a3b587","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368379"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a07b4b72-c7ca-55c8-b8b6-dcec86414bd0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368380"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"94a28871-00a5-5728-a8b9-57d3704aad02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368381"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ec797cd0-7077-5454-9197-14a4414fe1e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368382"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"42033be5-aa98-559a-8a7a-a032c9fb0fe0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368383"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c46d74fe-5678-5986-88ab-618f29fe25c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368384"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9eeba135-0426-50c9-b337-00da065e70b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368385"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6b969de6-fc64-524a-8901-bcdf17d9f72f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368386"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bd5f12dd-c752-531b-a14d-3d45ead82b59","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368387"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f799c56d-b0d6-5bca-b18e-21f05020fbb0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368388"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"af67848c-0993-5f08-8715-86275e48b7c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368389"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0eeb6f77-a950-5738-94a3-a89b4096696c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368390"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"402c2c0b-3bb9-551b-915a-c25976d99874","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368391"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"72c3ac66-5d32-5281-8d6d-6554bdb45f6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368392"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ff56eed4-5c0f-5697-a273-dbcd837c7de6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368393"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9e2aa225-75fa-5cd0-8a3e-ea4ee4b7dc72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368394"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cb8b5ef7-a64c-5557-af19-2c6fc25dc2d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368395"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ac0b4283-e68f-51b0-8db6-74fbf027cdcb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368396"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5973ec79-215d-5a39-9853-45dae07be582","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368397"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c5389a0c-9620-56f1-b9aa-af1573f438db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368398"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"82ab989b-8def-5f10-a482-dc0d2862c091","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368399"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4e3e0fc3-5604-5a1e-8a83-fdb7ba13d436","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368400"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"44691148-a06a-56a7-879a-19983c135199","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368401"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"709b779e-7b39-5cb9-825f-a30b4d17ede0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368402"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ae4c3dce-5e97-5d00-af41-3445133f1985","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368403"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"be7db1db-2f39-51f8-90ea-5ecb6d74c334","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368404"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e7140535-f320-5b26-994d-8c6dd1de148c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368405"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e7b3d209-8f90-5d14-a1d1-10996f9deb1b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368406"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"62bf7a79-416d-5d07-9f51-f7289a4f21af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368407"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4c47319b-4f81-5b68-9699-19d8c1676eb5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368408"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"77d69e9c-a06d-5c82-a989-00393651dbeb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368409"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6ae324c3-1f49-50c4-b35f-2a7657bba150","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368410"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4164f6e6-3f6f-533d-aac1-e0606dafb9fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368411"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3e007a48-78fa-54fc-b701-18e8f2ce6836","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368412"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2feb96f6-1e2d-5f6a-bff5-923a21e631af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368413"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6eed90aa-8734-5d7a-aa34-9c53460a1001","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368414"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b3a79507-1d97-5f7f-bb8b-8026e6687f0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368415"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f75aaa57-53ae-5996-97e2-c4bbf59d64b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368416"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0bb6d229-5746-5b1a-8f21-c39d60fdb2e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368417"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7f130238-9189-511e-badb-9b8594de13fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368418"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"051c68e0-bb5c-549b-96f7-717d2d1638da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368419"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"15883edc-f32d-57c7-8990-20090d220f9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368420"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a3f18452-af91-5f05-a4ce-fa8f92ba0ab5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368421"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b530f2de-081a-58ab-9fc7-6195fb1cd31e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368422"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"218b07e2-b028-5798-8692-cce90cf41852","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368423"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4c06cc03-60aa-5c68-aa42-6675cbc1a6dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368424"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"437d4571-0289-5a6c-a5f0-d4367a4de5e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368425"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ff517bd7-c60f-54f2-b822-4317bb3ae307","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368426"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6fc04323-bba0-51bf-a0f6-ec0fad2415e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368427"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eac16c18-d893-55f1-b14b-ebe00d1947c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368428"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1acc66f3-271c-5d46-82e7-c501634eefd0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368429"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"19eed93f-1cbe-52b9-88c8-ca193711231d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368430"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"656b55bb-7ee2-5395-ba2c-699de553283d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368431"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8f4ee9bd-701e-59bb-bbde-11080c693e99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368432"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6b544332-beda-51c0-9f07-a501ee085184","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368433"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8f0a1e49-3931-5218-bd70-8e6127c4f74a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368434"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d9cae665-3b2c-51f5-9d62-efec5735d453","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368435"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"036b4245-b916-561f-a64e-a84861af9563","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368436"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b8a02aa2-4c33-58aa-b140-dbfdb5287118","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368437"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"23149110-dcc8-5d92-b393-2aaf3d146221","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368438"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d3427ac1-38bc-5ad5-813a-7d08c6fb6e20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368439"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"de140690-ea64-5eae-93d0-be7b9600886b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368440"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4dcbb70e-5d76-59e9-8b2f-b5b8a57f69df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368441"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5922a5c8-3f57-5295-8225-1ee5da66e980","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368442"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c47302a8-4ce4-587f-85ea-3f97e04fd164","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368443"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"335a5115-efcd-5f5c-90b2-8ab437489a06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368444"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"264e1030-61d5-56e9-9571-db46cef2ccdd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368445"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8506e861-331b-513e-93e1-6cb47ed6fec3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368446"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9d5ec760-25ff-5623-b95d-a56b24091c77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368447"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7e582288-5dfb-5bd5-a257-c286e963e7fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368448"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3e7dad8d-12c6-5cd8-82fc-0b5198ebcc84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368449"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0384ef12-e388-52ae-823b-972e888096b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368450"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3f0e66a6-efb6-5992-aa8b-75da6e3122fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368451"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"628bf7a1-4fb0-5f35-b966-eacd71d8ccfd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368452"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"beaf6e7a-1331-58b0-b794-570286cd6bfe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368453"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a055ff2e-a380-5a6a-bf2b-13e056368ad0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368454"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ab04841c-825a-5a3c-a6eb-633270006b31","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368455"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c65286d3-3980-5271-80aa-444659226a6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368456"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d646b2a6-dfab-5ab7-a87b-fceb309df975","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368457"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"520fd6de-4479-5cd1-965b-7c637c6942c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368458"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d0b5bd77-990f-5b84-adf1-5786553a98fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368459"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aff9ac95-6998-5350-a794-824837b043e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368460"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3b29686b-7232-5449-98ae-c2eef33724d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368461"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"11c624a0-6b75-53ad-9dc3-fa3ef28ee8f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368462"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8e086662-4e43-5fef-9bcc-f468aee9d830","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368463"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6dd348a7-41bc-5599-b36c-ce6d60456149","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368464"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4ded9105-06fc-530c-b3b6-d302df952533","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368465"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"03130d51-21c6-5570-bfe0-6d100a85c8e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368466"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ea7efb36-7786-5073-ac92-51bf57ed328d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368467"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f3ed3df0-fecb-5718-919f-d613dfca3e10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368468"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f10f783e-6330-5b5f-b37a-c0730d19f885","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368469"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9d7529ed-403f-5500-9bc4-03775fc2d540","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368470"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"97b704c4-4d16-5fec-8d6c-d3f5a2033a84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368471"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"59496b36-eeb2-53bc-b2d5-6b00d73e3acb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368472"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"22dc29fe-3ebd-55e4-bda6-358bac8e7ce1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368473"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6fefb272-b379-5bcc-a1a5-d807f6c180bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368474"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2c64c178-f5d0-59a2-9fe3-998fb2824f95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368475"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"316d7466-2dd7-56f3-b480-b7cf9d3b912d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368476"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e572791b-9f20-5a3c-a353-f495a891f878","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368477"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0198d474-2b3a-50fe-9727-fa0c4f6ed57c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368478"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3046aaba-1910-5a6b-8cfb-024ea4575bd7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368479"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ca494de3-f746-5155-9ee3-eb55d7d06fd8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368480"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b86807a8-5de3-58f6-86c4-c13237e78262","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368481"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"766cd9c9-5b34-5d2f-bcd6-cd5eb1186adf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368482"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a4a9c894-9f58-5555-a5ab-044035e86ac4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368483"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f001f9e2-8774-56c9-b831-998a56c3da0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368484"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4c844094-d6e2-59b8-afbd-5c23c044691c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368485"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"45f97cd6-a75e-5d3d-bbe1-99d8163d5126","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368486"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"db096608-778e-5596-ae40-6a473bfe5c32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368487"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7d0c17d8-3a5d-51c9-8e50-54ffdc2d5626","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368488"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d76aad05-8a9b-5d89-bc17-bbc42a7eeb37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368489"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"62b7aabb-f422-586b-a20e-90bb202dfd0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368490"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"684d8d6e-66fd-5d39-9f44-dbdf7d61c23d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368491"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"78023962-ac80-5127-a0b9-c085303c5a81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368492"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"28a34f09-7848-59ee-9fce-60f36fcb2588","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000030"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d09e0951-283d-5b90-bdd6-50a1761a14f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000031"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0e2d0507-41b2-5773-87f4-6858a01b58cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000032"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"27376b2b-8d58-52a8-bf68-35b27125bde8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000033"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"491c2b3c-ebb9-5d15-b061-6d459ae02fef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000034"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"681f5d1a-d0ff-5c15-86cd-b4a886237e03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000035"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"267d05d0-0417-5c5d-bd23-0600f98ff2e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000037"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a78f7227-2935-5efd-92fa-432f8fb0d37a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000038"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dd63b3d3-10cf-52b6-a48f-84df4721cce4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000039"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cd80a890-1752-5365-8294-393b7994d1e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000040"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"67b026f8-83d0-5f77-bf41-5e36d8ef1d39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000041"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d297220f-e3f0-548f-94b4-5702a852e093","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000042"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e4f056d1-7726-5e22-8c45-30f886d1d302","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000043"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3a710567-9b6b-5ce1-aac4-e56abe002999","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000044"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"359ee1fe-87be-5e11-9f34-c486df827c03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000045"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"07e90ba2-4e92-5e93-bf75-4e9152b28946","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000046"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1e6ddfcc-1ed7-5c28-9955-ba5c4f5294cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000047"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a9a1c9e6-51a9-552a-ab46-ff6f006d30ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000048"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1ba069b8-06bd-59fa-b17d-62ad62f71c62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000049"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"011379b9-624a-5828-bd5f-01db5b0f6857","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000050"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"91020476-651b-5ee6-b057-3b2cdc5f862a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000051"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"11859d3f-d861-5629-8816-a9c38d4df73a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000052"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"010598dd-cafe-5de1-81bf-8dd3eaba9f50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000054"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"835f45fc-1607-5f15-b54d-b0aa4eb9dec9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000055"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"02fa272f-966b-5254-8954-24e68c56230e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000056"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"51749c98-f596-5015-9480-d919abad1d2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000057"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ae9ab6b6-1c7a-5ebe-be6d-01f8145ed282","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000058"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f0906fab-6b76-5b07-b075-68dc4e82168b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000059"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"78d18f00-fa66-5a7c-ba68-a602572e46c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000060"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"24158143-4d05-5494-b45a-ba74652fa492","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000061"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1ad0cbca-c29a-5f81-b9e3-8754b06fb3cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000062"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a5b4e01b-e9bb-5e2d-a0f7-0757cbc3acdd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000063"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dd25d117-1898-51de-9657-90301fdfae9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000064"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9ac85088-f85d-530d-838c-c5ad5d925fa3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000065"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3e0d7fa2-8908-536c-bc8a-3e3e741eb2a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000066"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ad6d5eab-0e76-5680-978b-d8dab55effb4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000067"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b887ba89-2923-5731-be76-e128d1d31eed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000068"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6cb1fc96-11fa-5ba7-9cad-e33016a71d84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000069"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b0af88ee-4135-52fa-a2ab-6e5fc83beea7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000070"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c99fd17a-572c-5bd0-b83b-92a824bc433d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000071"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"838575df-f913-5a8f-a0b6-3f23551c29f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000072"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b28b07f6-ccff-5814-bb55-7e5e72a3395a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000073"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"51303946-c3db-5000-981a-b7e8ff53deb4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000074"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"84b9d318-c9e2-599c-a5bc-4fd38dc3f140","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000075"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"383a1fc5-c3b5-5f0b-8839-05aaf383a436","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000076"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"12d83f33-c441-5376-ba08-e3fdcc618eb1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000077"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4dd300b4-0c1f-5e23-9aba-338c02e2bf96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000078"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"86b682cc-4f5b-557b-b111-24edecb8b55e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000079"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cf3cef7f-18c4-556a-9d9c-f60d86477c06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000080"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"02a58f0e-da08-52d9-bfda-5d04d96b83aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000081"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c83ffb32-df9c-5ff4-a0ba-704ac9f1803b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000082"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e508587a-746c-50e8-9308-63f2fe2dc559","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000083"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bf3e73ac-6097-583e-b2b8-00e59602a546","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000084"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a78e984d-d0f5-58be-81f7-05b403a29375","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000085"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ff31e404-75ac-5268-8032-6792e0753147","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000086"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"089edf9c-7f88-5120-a564-1a8aee0f78af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000087"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4abb2605-5f92-5328-bc67-582fbb64146f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000088"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"44d3ffcd-2a5e-5ca0-a628-10007a1829a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000089"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"011a5daf-57df-56af-b114-0763c487d181","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000090"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e0b06ba4-a003-54ac-9b88-4e06b9b61209","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000093"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aeb9c0d6-5f2d-5519-bb8e-7aa647214eff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000094"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"88c0450a-168a-54dc-8c79-8a99be98eb8b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000095"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e00530d0-71f5-5fb9-b781-b809f184c133","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000096"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"292d7a5f-9c8b-56c2-b453-329699ac0f40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000097"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0e9e8950-ae9f-51e1-92d8-ec63efad4a08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000098"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0343a281-3322-57cb-b56e-b4aa6b5d66e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000099"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"31ffbf22-7fcb-5e99-a0c1-9ee68a9fecef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000100"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6133b69b-4089-51c3-8dcd-24449e45d51f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000101"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8b198375-7af9-50de-9471-0548e0639320","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000102"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"084b06ea-be95-5d4e-b888-5791f9f2650e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000103"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"24cb124b-bca9-5988-8573-436fc2f378e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000104"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f8f4990f-7a2a-5379-9a49-1ce9a04496f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000105"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"45adf53d-4f62-5d2c-b020-6c0043263ee8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000106"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d9bdf7f5-c834-582e-8a4b-01ff0195ec4b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000107"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9b26ccec-38ff-5749-b7f8-89af4a351e14","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000108"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fe7c626b-623d-576e-9520-79c5a033de74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000109"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7594f22e-13fb-55ad-9d17-f21825f88092","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000110"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"07839940-097b-518e-a060-10701b2b4d04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000111"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ecb9cfeb-a7a4-5a21-af7c-5726bb48d558","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000112"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a250209f-becc-5165-a463-a216b0a76b47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000113"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"01fecb81-c83a-50ae-9295-6fc5ec4f8650","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000114"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5def65df-1996-512e-b64f-dc4ba5d21f28","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000115"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c3646198-61cc-5052-b703-e49435b1dbb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000116"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f9e7db6f-0807-59d1-8a1f-61b585598588","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000117"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"facc3ea5-9719-57e4-9a27-48552aa5189b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000118"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f90b4279-5d3f-593e-8c48-859ea3cbc7e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000119"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f31740ca-d9f4-5848-8d4a-b6cd9be56f7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000120"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"81cde550-8b9b-5c59-a0ee-388f45d3ef09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000121"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2751fb81-4617-5cd5-8fd4-fc18501f0b80","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000122"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6a7848c5-fac9-5127-aedb-8fb808a9ffc6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000123"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"abe256a6-ea1e-591d-8897-ac65434f3b67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000124"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"096c36a1-9082-54c5-8b11-19805acedc0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000125"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"48145447-f68c-5bed-9233-14669ddba8b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000126"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a4b31d18-51be-54df-b834-ef2f8308d0a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000127"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6ecdc879-a5ff-5cda-8181-9518f5ea9084","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000128"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aad6006a-4621-5725-9c0d-4c75a317b9ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000129"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f37d55d0-d7b9-5ab6-827a-205becfcaef7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000131"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e959fafe-6be5-5e1b-b514-cac8e1a4cc19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000132"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"57d30ec1-af8d-5b7f-8651-4c4106acc72a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000133"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e88ac88e-8844-5714-9066-3f2ad57df86f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000134"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2de30168-f520-5c70-a071-1e4989fd61f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000135"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ef6cf0d8-aafe-5d6f-97c0-23d57ad73516","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000136"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2b138302-268d-5763-acd3-b0cd6efc36a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000137"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bb1aeda7-0867-56ae-ab9f-07b59fce9a1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000138"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6866e5a9-cd4e-5695-9d81-aef68a938394","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000139"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ffe71544-ed7f-53c2-b249-50571681cd8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000140"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"46de7d85-1689-5912-a6f2-264745b98e3f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000141"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5c51ffeb-4f71-5003-87bc-0024479d3a07","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000142"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"14d15921-a2dd-51d0-a85b-704bb8463b01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000143"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"354655b7-4ef8-51eb-95e4-e633060b8452","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000144"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7b6bf1a4-a201-5e9c-9f1b-e3d21f9c6bcb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000145"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"30dd2f9d-7941-51f6-bb44-646206087724","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000146"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8ae4fcf9-da0e-5235-b95c-b5df6b6154a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000147"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"71390c2b-d8c1-5c69-aca6-c38bcb1b3359","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000148"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2bbd2f45-b722-5a89-82bf-dc4959bd4ed9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000149"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0b03dd21-5e79-5294-a6d9-b55180fb00e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000150"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0a9ec0fe-4bf8-575f-8af0-25f85791ceb2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000151"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3610b3f1-0f1b-5f63-ba53-3081089fcdda","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000152"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0b9e29f4-3c3a-5ac0-8160-fc1dd505bb92","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000153"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b01d61a3-f2f6-5a72-addf-e6c5edb258b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000154"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"46e0699d-f8a7-5cdc-85d5-0c5c6d647185","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000155"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ffb6d3cd-68f8-5948-89f8-b91b5e7aa93d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000156"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a19dcf79-46ad-5040-bbe9-1c1b085b7d70","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000157"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1292d919-287e-5556-95e5-9c9099018b46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000158"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4ef56c50-8a1b-5f85-af25-cbd231c0698e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000159"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d7d78095-b9e3-5e82-a505-7e3108a2d373","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000160"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5ed42b31-a877-578c-8900-475dca8094e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000161"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"415caa33-d088-53b0-8865-3c3590ea5e4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000162"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5e8fbb0c-2711-5e5a-b90a-d63c5b7149d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000163"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"69aa2d6a-43bf-5836-a15f-eca763286d30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000164"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5055a1ae-c228-551a-96ea-6c367fac9dcc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000165"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"164d29ad-4a30-5704-9a0f-defe95dd4af1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000166"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1f5cbc7f-6c1f-51d3-b0a9-1a9f0a3418e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000167"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a934dbfc-fbb6-5d7d-a4d6-2359d3fa1a9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000168"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7a3d858b-45af-5fbc-a079-3781bd9e7b23","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000169"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"953a68ba-44c4-5c3b-86ab-2c70dc6c6343","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000170"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6f96ab95-f176-5364-ade1-c9cb35e1020d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000171"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d3ecd15e-8361-50a3-a5a9-e6870d930156","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000172"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7ac61d0e-f849-5a9a-89b0-107f30a88cc7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000173"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"92b03715-53c4-578c-a8d3-eb36f0216a5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000174"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6359d817-730b-5bca-8a85-9bd304612137","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000175"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c6e97b03-85bb-50ad-8810-8d478f915d52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000176"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f734aaa2-cfbf-5180-a6f1-d9f020a57cfb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000177"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"207d1a7f-6085-5427-b64f-7e2ec8d44ed7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000178"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9f5d88f4-bc5f-51e2-b985-c3a0e3317eec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000179"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1620c4c9-7574-5885-9377-23740e22f9cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000180"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e820d717-bda5-5ce5-aa80-5fea126b98ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000181"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c38ef899-ad79-57ca-9d64-cc49fca1b285","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000182"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3b590724-bdec-5209-a069-08447d9a6a75","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000183"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dd551cdb-dd91-5f19-b3f3-d58cca21dfc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000184"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"858d30ce-6604-5abe-b851-a7bf407018d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000185"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"295544ea-1cf4-57d3-8850-46029f697278","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000186"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c2816126-8dfa-51a3-991b-90845a13beb9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000187"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"30e5fa6b-1da5-54e1-8e23-068d6129901a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000188"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ea2fcd39-b476-5cee-a0ef-6e58ae7c7a9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000189"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"17e36af5-d25d-5aa9-9663-9269909d2449","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000190"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c6cf0653-5c6c-5562-93bd-8caa440b2648","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000191"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7aaa98ca-2e91-5a92-b7cf-88bf00779683","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000192"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"46f01bd5-8c06-5379-9bd2-e713b072b0ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000193"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"34b6a5ad-1679-57a4-a870-d23754e484f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000194"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6753ef49-cf0e-52b6-8c3d-9c7184ce5c22","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000195"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3a31ebc0-47ab-51d4-a346-63ca5a8ff12c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000196"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ebe62159-2599-5235-b9d4-3c314875545b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000197"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6efc688e-ca25-592a-a74f-2823fd6aae50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000198"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"40f2c591-9378-54ef-830d-e89fd76c91d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000199"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f5d4879b-b3bb-5b3d-a652-d3b110aaa99c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000200"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"537d1c2c-3d9f-556f-aaa3-aab0dc0e079f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000201"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"49144eed-f13a-5b7a-a190-0dccd8512c83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000202"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6bc94cbd-b5ce-5e1b-ab1f-9ab0edd8bc5c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000203"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9bcee41d-f67f-580c-abdf-01df4784bfa3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000204"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6bbf49e8-f907-5e25-989e-2c5015582b56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000205"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f6caf009-21c5-58ed-8750-fadf3054b282","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000206"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"be180678-9b82-5407-bf59-97f716b97eb2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000207"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dfe15bef-423a-5b27-b00c-5de8e91cdb24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000208"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fa49b941-e0b5-5517-8c2b-84c01b773e30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000209"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"64d4192a-18a2-56de-98ac-d87007f95c24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000210"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"87218645-16c1-5aaf-a9d6-08577f75f7f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000211"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"848b7758-b426-5a72-bccb-20b8c505f9c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000212"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c884324c-3846-5543-b121-a682dd12d23b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000213"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b5229129-918b-5f0c-9ea3-4e1a369bab93","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000215"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5888f5c8-a43a-5bce-8d64-914c1bbb6943","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000594"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b9edffb0-f5f9-50f2-ba83-7e0549af9b14","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000607"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"43413240-6b27-51cb-8a61-e7e10f8c9b0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000609"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"88e33f50-76df-5337-ac5f-ac11c9bb985b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000610"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3ebf0254-bdfd-53a6-9d7f-87ad1db443de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000611"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"78e9d9dd-0a67-5818-a2e3-15d0b5bf5f7d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000612"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d4c8c3db-86a5-5b86-b2b6-e64449e8092c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000613"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6ee5ee78-9d48-549b-a309-94b964ff661b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000614"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"74ffc0b6-8ed2-5297-8f4e-5e3f8296828e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000615"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"42de3e78-180f-5e1a-9be2-198b94232146","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000616"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b2246eb1-e1b8-5b98-bdad-5d04cdd5ee86","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000617"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"351935c0-8ace-5ab6-9c47-428ad7fcc0c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000618"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a344167b-b372-53f2-bc60-f138b8480b3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000619"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3dc64e95-db2c-58bb-b498-2d503c574528","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000620"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a24d2606-7acc-5298-9204-3f0674def29e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000621"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"de224673-b851-5e96-bc72-baa605ad1f7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000622"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a06bb06a-2bd2-5a83-a824-f7dd2ad53d5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000623"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aa34bad1-e66f-5606-9dee-1c6b2369cbc4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000624"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8c43887c-a7f6-5b64-be17-8df2baf775ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000625"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5f0e7d82-6828-513f-8fca-0eb8f5788567","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000626"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7e73ec22-ce7f-5e5c-8d30-e43d97aaa3e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000627"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e67b24ee-3c94-5e07-85c7-2422d4dc09ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000628"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0a6f87dc-0ce7-5537-ad4b-991f74dac001","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000629"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e8163d4c-1fde-56f2-b4d8-df3507035404","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000630"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5ef5ddbb-e302-5904-ab3d-3c14ad346052","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000631"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"195d5104-5363-5d3d-963e-bdc31f223aa2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000632"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"58ef7bee-aee2-51a4-a472-49a4f8366e71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000633"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7cb36968-9121-552a-9593-84d38e27bec5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000634"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"71394d3f-e39d-58de-8d97-335f8bcc3ecc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000635"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9c324173-6a13-53e7-977a-421dda8d887d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000636"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6e87a5ad-3ef3-5f7d-9979-c91363bf4d1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000637"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"851ba456-6379-56f2-b09e-abcf2be8bcfc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000638"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"41f00aaa-ed6f-5b13-8fed-82fbc952b908","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000639"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f34e41f9-5344-527a-8668-7d58af762421","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000640"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"04095124-9fd2-550b-960b-42ac6df8bf48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000641"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f75ded40-8c02-5b72-911e-178f81f37381","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000642"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0c4d1e95-b515-50fa-8cd8-8b2f70128d07","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000643"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7050494b-5a58-5e8b-9b83-dd17e99c2ef3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000645"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bbb9b821-e68d-52db-90c8-90755553c9eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000648"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"747e46a9-2222-53db-8b8e-c4672766d9ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000649"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"045d4115-ea50-5ab2-9f02-caf85e0cb105","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000650"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cd6d0566-70da-5c71-a6f6-14c28a02d9e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000652"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"96a4c1ac-eb15-5710-9c5b-f751a5e4c6b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000653"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a6773a50-4737-554a-9f9a-1fc8277ebd13","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000654"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0deaf7d8-f7e7-53e5-899f-40f14407912e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000655"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"555080d4-81dd-5cba-bdd9-ac46bcda60ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000656"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"245d61fb-fac3-5d68-8b59-3e4ba37f83bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000657"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6410bda1-05a7-5ded-be42-745d12372e5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000658"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"60aef3e7-e936-50aa-912b-69edb8cdbd6a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000659"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"53b29d5b-22bc-5017-86fe-dfde4fc4dbf1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000660"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a215b592-eafb-5865-a3bf-c00fce7e49e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000661"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e4f982b5-db0e-54e4-a028-ef340a175c0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000662"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"34786cb6-0b44-5690-b219-39907cab5202","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000663"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"34086669-260a-5a4b-b8f6-3f39898e3505","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000664"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3ce8faca-5754-533e-8405-ccddadc5e182","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000665"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"31027cef-41dd-5911-8eb3-e150765a01a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000666"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b4629ea8-f061-5c9b-8305-cd916fc47bd9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000667"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"72038419-d143-5c85-a8b9-8804e8cf781f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000668"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"52980ce7-11d3-576f-9b00-2c00a3be75e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000669"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7b3f94f6-f647-54b8-bcbe-93472e7ff88d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000670"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3a36558e-e467-531e-91e1-8f4d21210246","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000671"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"41ca1ea0-981c-53d6-b8f8-2ad8d6a2780c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000672"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"05d6c450-abff-5124-96b3-387e0265746a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000673"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"290b54d8-a7a8-5cfb-9c4d-eb739791a8c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000674"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1bd59cc5-084d-5fbc-9552-a3bfffaaf083","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000675"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bef04b09-336c-5493-baaf-ef761fedc007","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000676"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e2f88260-4b20-5057-8f8c-694ba11730b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000677"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5a5b4b07-5e87-5b9f-be7c-ffc888590380","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000678"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9ae6aa72-b57a-5f54-aedd-f1707b1b77ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000679"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"28aff1c1-8f4b-5704-934b-c9d351ee42cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000680"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eb1b39b3-ad6f-5155-894d-12bd1d0efb01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000681"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5fb23ffb-39d0-51ae-b70e-e399b6d1d632","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000682"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"952a29fe-ca23-5807-bff4-3f7863fa4b55","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000683"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"60646fbc-ec3c-5ca1-8692-0e8cb2315f42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000684"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1304daab-1277-5154-8e69-e0f0ae4ec382","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000685"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"27124f3c-9d0c-5f51-ad4f-7a0051cd382b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000686"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6f89faae-4aa5-5863-a377-08c28ced84b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000687"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c140aad5-a4c0-54e4-b771-3dd30c613274","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000688"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2856f869-ea26-5a02-8a75-2452cbf782a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000689"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3433fb81-2025-5bfd-8635-ac5e5cb40ce0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000690"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"997d17c0-ba08-5df4-95d9-da5812a37e70","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000691"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5ec84f61-0fe3-5bde-ba5d-1e3000c5fb09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000692"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8fb21bf5-d4d9-565c-a25a-798299df8dad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000693"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d7aafeee-c447-5d73-afbf-b4034496910e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000694"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fcd26f7a-c205-5baa-bec6-f54d8bea9ea8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000695"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c45a0f10-790a-5e99-9f8b-e1991825e5cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000696"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d5151c61-c5ca-59d5-a140-c0b7c160a691","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000697"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"39a0b031-cedb-510c-a506-f16c90aa6e77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000698"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6dd0f488-2ff0-5221-a6ac-0c93e231ea9d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000699"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"607b29de-0c9b-5a81-9afb-2fe886ba7973","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000700"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"651bc90a-fe52-5252-85ab-31506ef19ec7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000701"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0fcc6a71-7936-5e3d-a270-c7c139d4862b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000702"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3ec60bc8-2c36-59fb-b88c-ff4f64ff7952","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000703"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"76a66820-9d47-5dbe-a11d-2cf06b1dff1b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000704"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b2755e33-8aa5-598c-bec9-b5a767a7ee44","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000705"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e0a32672-b904-589f-8d58-263d6d5413e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000706"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d8e68b25-2695-5082-9ae6-5f70d2ef7997","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000707"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e052b7f0-e6ba-58dd-845a-0b4a05860122","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000708"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"023a4a3f-2529-56d9-935a-28f27381cefb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000709"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"18d6ac8e-acdf-511a-a74d-1349460645ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000710"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0888911e-2a84-5d1c-ba55-0b7074b42b9c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000711"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c9bc8fb3-0ae7-5afa-9095-72b36c737fd8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000712"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"884ae94e-c6ce-53af-b5bc-638e5d251b85","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000713"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ab8cfd21-605c-50e3-811a-3cdbec9df9b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000714"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5f3715f3-6a40-5d03-9a80-c0487695f61e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000715"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"054a1785-5c8e-5864-ab76-a934e984fb0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000716"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0e1dca93-53e2-5fc2-b0b0-55f4d52d920d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000717"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"02fa90ac-6d15-541a-80fa-010451afc7b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000718"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8a6ca7d4-da1b-5b23-8ea1-894e157cf651","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000720"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d80352ad-e696-528b-9a0f-8e934d5d38cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000721"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a528761f-65af-5ba0-acf4-454222a676aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000722"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"30ed2eff-5444-5ca3-b7cf-6c935ba062b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000723"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"55ec200a-c56e-5794-96a6-d8030c2d076f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000724"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0038dcca-bd13-54a8-8639-40b9bf681519","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000725"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"803b70c1-c788-59c0-a54f-ef0705a6a43e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000726"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"208b0080-d99b-554f-b2bf-221f3bdc84fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000727"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c5f65a2c-f3f7-541b-abff-2fdbb773d1a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000728"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"293628d6-ca42-5a48-bfe6-9c77b24cb1d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000729"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fab9a57a-dd04-5ae2-98fb-1ae8ad60f12b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000730"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"68859e95-a947-537f-86b5-c97f8cdab6c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000731"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"48195c8f-1393-51fc-ab70-f15d14e47714","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000732"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"63613dfc-381f-5c51-8603-cd212e2afbc8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000733"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"81d4c3fe-4e44-55e0-b8b9-a93bc481e24d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000734"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a721d8c2-b27e-5a4d-b7d5-e45da6016ff9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000735"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1d6b98c3-7ec6-534b-bd02-0ae24f420909","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000736"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"438a0936-08f0-578f-98f3-4615eab4d7e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000737"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a41e3c01-8503-5667-9c23-fc6d32858e4f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000738"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aa1dc98e-9203-59e9-ae02-eb6c0f827a4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000739"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6d08e3cf-727a-562d-8ad7-be3fbb894ebd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000740"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"66fce958-16c0-5e37-affa-b9f1129fdf79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000741"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"95fa7133-f391-5a31-8fd8-66eecf4a4d88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000742"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2daf2d45-c009-500f-8a67-9c27dfaec7a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000743"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a0ba4392-bbf6-59fb-8faa-6fcba960b43a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000744"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"54b804bc-3872-5844-a524-b588079b0e90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000745"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"513c3307-e404-558c-b1cc-989aacdadf15","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000746"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"637c8ab3-9ed9-5a31-9b6e-fe1c274c6585","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000747"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a487ecba-d313-5e11-a34f-5702d4468649","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000748"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"52a20819-cb6c-5f3a-8124-0212883f8a98","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000749"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1755f74f-dc85-56a0-917a-beb95726632c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000750"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"451e71f3-1118-53b9-abaa-92d132147bd2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000751"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9f9cc3c1-f445-56ae-a628-1cbce1fee465","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000752"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0dee3f0b-9677-5442-9415-b9f36a59cf31","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000753"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2c7dc64f-93be-532a-ad67-87d52c9f4203","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000754"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"11449edd-0b38-597a-a070-6bf8a0d32c4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000755"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"69806400-7ce1-56f4-a5d8-33bd6277560c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000756"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8ebad833-55ba-587b-99f9-8b96c909fb3b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000757"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7bec8dcf-13f0-5c3f-be91-c434ba24ba8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000758"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c9bb6742-1983-562e-8347-bd5395d6e02e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000759"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"38e85aa2-c301-5fbb-abc3-b331faf627d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000760"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"96a05196-ee5c-5e74-9a07-49b65c6110de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000761"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"065df4b2-57a7-5e5f-8053-cb48a8bbc8d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000762"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3a69c9cd-2b30-5f96-9250-00872067510f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000763"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c3f5188a-0678-54c3-8af6-b778c7eb7a76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000764"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"daed0ec4-d880-529a-b938-208d0508fad3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000765"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9f49317a-1a7d-5f56-bed6-b157e4b15550","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000766"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f6a45641-aa24-59e1-a855-f43770df6e20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000767"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eaf28b0d-9e0f-5632-9527-8f21bdb697d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000768"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f5a86008-85f4-5812-b776-5aa202c447c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000769"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"61a2fab1-fd4a-5698-9bab-98be00adf1af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000770"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e15b1397-ff16-5076-9a65-24e0593e1d32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000771"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cf786d70-1d07-5b0d-8047-6fe081641f4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000772"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"32037497-3078-59eb-a769-3df97d052fff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000773"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0fbd6254-9cb6-5a9b-9533-08f6fbaa74d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000774"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2af05ccf-d3c8-5459-9dba-56e1026f1e6e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000775"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d3bf68ea-57ea-50fa-b754-1d90a954a5d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000776"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2662c8a6-dc4f-528e-96be-b8e287776b41","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000777"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3d8f072b-4f4e-5307-8c44-a8eb6611feea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000778"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b13f138d-de65-535c-8bca-1e8f33ef3d4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000779"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ebb47f05-1f59-5a3a-8cef-94bf2d6a7446","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000780"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d7ae7604-09e0-532d-aafa-5a784c22777f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000781"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7696d36c-82b2-5aec-b245-7502bc276975","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000782"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1b34cdaf-ab9e-5cfc-9cb7-e2151775a9f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000783"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e86e7748-dbc0-595d-848c-bc4029fa68a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000785"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"96ca172f-527e-56ed-b999-d77414ae9844","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000786"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"064c8270-4aaf-53de-9322-89ab798c33d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000787"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c80d210c-b330-55de-b595-dba2e2a116f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000789"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"09add51a-8939-5d11-ba45-d4f429ad9472","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000793"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b4a54923-077e-5dc6-8c66-655a131b684c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000794"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5a92901c-c0cd-5ce5-9128-05e2c8152dab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000795"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"72be44e6-a65b-51ee-846c-13c9083f16aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000796"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9b7b9b68-67a0-51da-b2f6-20e5db50c400","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000797"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7ad33d2e-f22d-5cdd-9243-efa3e8f043d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000798"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7004e440-0a20-52c8-a860-435446fc9be1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000799"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cd150b5a-e97a-58d4-9448-e6690291af11","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000800"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3fc5fb40-10dc-5651-8865-03b4fa371a97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000801"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"009c9086-1c48-5eea-acc4-270d29962b23","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000802"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"35481f23-eec0-5ed3-b949-5bc4ffc6d184","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000803"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0e8c98e1-2ba1-5799-915d-1ef427eab2a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000804"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"18cd63ba-4352-5415-8d6c-b29e72af2514","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000805"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5b018154-0c25-5626-8184-1f41340dfe46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001259"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"30855302-1d77-5a50-b80b-904475ef3491","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001261"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2360aabb-e9da-5b4c-af5d-f783fe988042","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001262"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6bafa8d3-c927-50be-ba5e-a4173c8da7e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001263"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"af2ab368-bda6-5c78-9dec-45c48febe784","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001364"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ea4f8ae0-ff76-5ccf-b63a-623af9c1ef0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001366"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"214ffedc-fe1f-5450-b65d-57f8cd6d1b34","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001367"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6bb4a26a-a1ad-52ac-bc0c-5efdc015ec10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001368"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ee8b3a60-5fee-5896-b8c8-da5c0449041c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001369"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1946d7f0-4fd3-5626-8f32-7fb149af3158","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001370"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9ae33036-fd8d-5a85-b3e7-6d522a7554e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001371"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"741b3bc4-ca66-5181-8200-c8b42188db5c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001372"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aaac57e2-ed2d-5db5-92af-4f8f651b896c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001373"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e8956340-f6f3-5114-b6f3-ec0111fb65af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001374"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"54f1ffbe-e063-57ca-a54e-848fa732b351","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001375"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"216eb931-da5d-5045-a06e-e7df93a3696c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001376"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"92e810cb-6a9e-5e0d-880e-7d26999d26c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001379"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"05cb1d9c-e2c6-5d70-98c7-4e508886a89d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001384"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a7c34a66-0582-537b-b1f4-64b646df6c26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001386"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"35c83af4-7fba-5b00-b6f4-e7892100bfc4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001387"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"76b4d9cb-cb82-5e17-a720-b02333903431","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001388"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aa801f9f-35d5-57aa-9d77-713093db5a28","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001389"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"23a4d6db-79c7-5b78-a4f2-a9005fc78de8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001467"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"211ee60b-fb87-5331-9cc9-d05a9004733f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001468"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fe553819-423d-5bd5-ae2d-f9bd78d0139f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001469"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4c162c49-b13b-5a7c-bee1-01d17dff77a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001470"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3f9f8ca3-61ae-54c3-9d40-7000c9b93b78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001471"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b6e536d2-30c8-51b4-bb5b-caf43ffb5e59","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001472"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3238d1ae-4d60-56fa-82cc-49aff91c5634","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001473"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e6d9858b-6fe0-533d-bbef-72c5a846f27a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001474"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9b91afbf-6f58-5bbe-841f-e7e3517b128c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001477"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"698a8c2e-4972-5e6c-b188-7e2ff241e1bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001478"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"039a024e-2ec3-5a76-8bd1-ca7d8a5e55f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001479"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bce2099d-b217-5f55-9f41-c3ef0c75a215","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001480"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"02bf4035-e25c-56b7-8a84-14748d0e26ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001481"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cf488362-fe2d-5cd8-9395-b0d31deb238f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001482"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e738b9aa-c87e-5d06-92ab-5a7c3323918b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001483"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d5a8f17c-e020-53d3-bf11-f9f6901faf3f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001484"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"49afd642-3dd2-5289-af40-7c8011e5d9f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001485"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"527d2486-b159-5f23-8f74-637df0435e21","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001486"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ec13d303-9c13-5921-bd6e-0c664be8d327","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001487"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"48bd7217-e654-5df6-abf8-ba4c431f4f4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001488"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bd2a71e1-2fec-5fec-9051-6d33b1f4c55a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001489"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fb36c243-0388-541e-ad8a-702b6c11d847","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001490"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e38fc91e-ed6c-574b-9cd1-eebe1b3d7aef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001492"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"680b3e4a-01d6-5c53-9dd7-0420fd97d0a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001493"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9de328ce-6982-572b-aa13-8d7fa411ecfd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001494"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"34f09cef-c525-5453-a83b-25aa941eaa87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001495"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d0bcc4cc-3367-56bb-aa85-7920009ac131","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001496"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"26466483-11da-51c6-8d1c-bc96b05eb7f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001497"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"98291c86-6e0c-517f-9fcd-07e03406a515","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001498"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1ad0114c-247b-5cdd-bf0a-07ec7dffe5e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001499"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"93774168-64c1-5dee-bd7a-5b7b6804a747","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001500"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"81b5b566-3bea-585f-bf13-715ad4eeeb96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001501"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a0af433a-55e4-5eee-8f8c-293af07be864","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001502"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a065c22f-4203-59b2-9a60-cbd7274fe421","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001503"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c34542ff-9d10-50bb-8406-86d08c0a6038","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001505"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"286f7a82-1635-50ca-9136-a3f13e111dec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001506"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"95f4382a-5377-5f11-8418-2fd2bddebf0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001507"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3293c83f-4fb1-5061-a959-32886eda67a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001512"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b99da706-e597-5e59-9556-66565894c248","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001513"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c139bff1-ff20-5240-8ca9-6519ed2409ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001514"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"85dacc6f-5d44-5be5-b634-8ea70952b80d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001545"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4ad2c30a-ab92-5bcc-ae7a-a8031bcdc99f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001546"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6145dd5c-b458-5c37-bc61-89737947704f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001547"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"47b443fb-4f52-5ce7-abe9-5455db6201f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001548"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"096e975d-406a-5197-9495-6910ef41dc46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001550"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d4c987ea-0375-5c35-8b3e-b7be41adbf33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001552"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c12209ac-78bc-5954-b240-a5fdb81d96a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001553"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"379cb791-a177-5d45-b875-53cf1dcb7066","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001554"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e6dad89f-ef1a-5313-8260-5170b28e6c48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001555"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aa91af24-c7bc-5565-bd19-c9faf98d04be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001556"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f4401959-1e8b-56eb-bbab-497f0f41d69a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001557"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1b15680a-7310-5051-994f-195b3dbcc108","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001558"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d228d7f1-735b-55d9-83fe-054d8fd758e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001559"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ae98e285-aed9-5efe-bfe3-8c8b756df828","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001560"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"daed6a3c-6d83-5999-a1e0-dc3e3387575e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001561"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"46eb98f2-4f54-567c-beea-3d9e2d144e66","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001562"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5785c166-1bf9-5950-aeca-00df5911f185","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001563"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bc19d217-39d4-55e5-aa07-37aedc4deb72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001564"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f4104da6-7494-51b0-85a8-e9fd1dbf1ccc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001565"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9f8c274f-87df-55f4-9a55-f8f49510f662","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001566"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a50138e8-10fa-5418-bc32-3f4d69caaa32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001567"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e4b032ad-50be-5150-ba0f-647dba96cb0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001568"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a9090400-f38a-51fb-861a-2015811ae2c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001569"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bf341030-2116-563f-88fd-042c3fbe7229","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001570"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7a9d2513-bf1b-55e5-897f-824d65c02d47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001571"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"acd64024-498f-567c-855b-5d1fc21a41a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001573"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dd347ca3-8bf6-54f0-89be-8cdc94e3994d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001575"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e2bd0a6c-fe1e-5509-b269-72ce09d66db5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001577"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a28c9b09-c65c-53f8-a981-dc449da4f4dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001579"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7fa39ad1-e70a-5760-aeee-58bbd5234ba7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001580"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"45ed3532-3c61-5591-bdaf-5988ee748fd0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001581"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6b03fd7d-daad-57a2-87ac-d8eeed03aaff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001582"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eb97a69d-20bf-5a86-8542-f7aa8f098b49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001583"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7af2a2ac-2f61-5b2e-bc8a-41f72be7c5e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001584"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e3baa26d-9365-543d-ad4e-660893da8205","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001585"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"954babbd-495b-59f0-9695-953e7c8f4a05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001588"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"00a5ca7b-6994-5156-bb17-d68bef73508c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001589"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b783a2ed-3004-58ed-aae0-6bbf09311b07","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001590"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d5935a13-2976-55b0-92ed-0656840fec9c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001591"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1240f655-5496-5c40-83ed-7d4a6e256857","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001592"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"835a119d-d474-521f-941d-093f75bd8f52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001594"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5cee8407-7aa9-53d9-a807-7ad0f83f077b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001595"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d7cf9569-a0bf-5771-8bdd-20b0f4eedce1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001596"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e8ece533-bb6a-5695-81d2-f33b2765ab1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001598"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"df40d3c8-1ee0-59ed-8dc7-b8918d69e267","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001600"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6bd47bee-f434-5573-a1a0-d218a789e2ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001601"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"774e4c87-4f9c-5f9b-ac56-9c7e8ff6a6d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001603"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dfe86e45-d3f1-5b06-91ca-1d0120ef88d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001604"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"65567bf6-db23-57ea-ac73-233aa25d5f30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001605"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7fba446b-d24c-571f-84ae-4712530c2211","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001606"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"835f9e46-b541-5848-83eb-43f627aeadf3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001607"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3a4973d5-b718-536a-a77f-21b7b96104ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001608"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ede44ec3-fd90-5357-9059-8a6944f87360","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001610"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"92ac3665-f7a1-5334-b46d-cb9f9c41c032","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001611"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bee2797c-bb6f-5656-bb7b-bdc74066b2f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001612"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6f355a2b-377e-5a31-89cb-dfe3b6d8fb68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001613"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e2e866c5-ecbf-56b8-a04c-964dbc3ee59b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001614"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e51736d3-7673-50df-8f93-de7b554a0429","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001615"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"824e8da5-fdd9-5297-9962-f2c4dc97f8ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001616"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"667988d5-2256-54e3-9c3b-fd4f5958a35b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001618"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"58db06c0-2d26-5c9d-b14c-d34846595a31","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001620"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8e13f750-1715-5f29-bcc7-bb5a621e3094","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001621"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ca226a92-9d4f-5e1d-8979-458565275398","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001622"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"72c58200-be63-5e63-86a1-6c02b66ea3af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001623"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"743ac24e-e527-54eb-87c2-587ba29ea07f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001624"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1a5f5f7e-19ab-5506-9879-b4fe72038a64","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001625"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"01c1da48-6755-5242-beff-a479ba90795f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001627"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fc69e6a8-5cb4-57da-834f-b48c09dab039","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001628"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"302faa9f-2e86-58c4-bf35-f1633c2df88c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001629"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7e420247-e104-567f-b02a-ef7282411013","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001630"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"751d9d5d-9912-5406-a2ed-eba2d76a3133","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001631"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"40c328be-2206-54e9-a25c-8a5ec9bc58c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001632"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3d5560f4-cfac-5cf0-a81d-e2414c0ab93e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001633"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4baac138-e8e0-5bce-ba34-5d36d306b094","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001634"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f8b2538d-537e-5111-81e7-bf7c6caafd1e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001635"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2bb2188c-fb4b-55ee-9f20-82447f59caf7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001636"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aab302cc-e532-597a-8caa-3268213efa1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001639"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"64a7ea68-c793-52bc-aa7f-5f254b792105","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001640"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bdfe89eb-cc82-5ea9-a47e-9b6c89c5ab8b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001641"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"463aeb31-e235-5cf0-8f62-10d3cadeec1b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001642"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c09fa01f-f457-55f8-902c-cbc197a4210b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001643"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3c0801e9-075e-5995-88f4-b5fc9c9325d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001670"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"feee8058-75f2-5145-9730-ed52b333b47c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001671"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e0700ca1-2c89-50d4-b028-fa0dbe087d56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001672"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3b44a9e9-9995-5485-aec3-5d6f0b385a2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001673"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"24645128-5fb2-5849-a646-e285885e4e2c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001674"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a4ca6713-c19b-5a0e-9513-8b9b5f9ef77a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001675"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3f02297a-3ebf-5f21-92c4-19645b139403","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001676"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"db4cdf86-8ef9-53fc-a3d5-e09b4b8b98eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001677"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"161572e0-9826-5b1c-b4b1-8da8eaaa2095","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001678"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"29850f81-bfaf-56d9-8758-df28fcbf1489","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001679"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3ccc3e39-fee6-5923-85a6-533a2f100e64","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001680"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c4e47ff4-f7ec-57e7-b648-17e91265c705","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001681"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5b1584d7-69a6-5d11-8aa7-7e4ce82fd533","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001682"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"41360a91-97d0-5208-a5f7-c39041bc301e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001683"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e34e0e57-bdea-5593-9e54-c3e98839693f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001684"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"97b38882-9c74-512d-847f-c316d8d6e913","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001685"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"91dba586-ea4e-57a4-9e19-c09f3cec0cc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001686"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"735e94a2-55f4-5a8a-90f9-8bd2bed09dff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001687"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d2f8f1de-b1f6-5f4b-90aa-8250d3920695","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001688"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"672fc657-db26-5449-8ecd-de717041f9d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001689"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e698a3ad-6e7a-5b1d-b342-1b07049379bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001690"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e9f3b06d-9dc9-5132-a890-7239becf39c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001691"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"12745246-0776-5015-8743-d2c217d7d7f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001692"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"070ab54a-697f-5937-8886-fa2e720f15b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001694"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fba04281-6b1d-520b-90a4-22dd97968e5a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001695"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3399e9e1-9e4d-536d-ab87-e87a5a2a624f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001696"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"819a8842-2221-5b39-9782-349d7f2ccf95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001697"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3c60ae47-abb7-5327-9801-3136a35540b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001698"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"56ad1325-8f40-5c9e-8afc-67a97a47a436","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001699"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5d2c9d8e-0304-56c0-b6cb-173b493cc5ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001700"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3e64bfba-bb57-5a46-8dc7-82adc28ee58e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001701"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"edac87d0-7e5a-5010-976a-481ac92e737b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001702"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f9d45b0b-31ca-5069-ba5b-6ec6ec52c9b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001703"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"91173e82-aa1a-5d03-bc56-7473f1eb6090","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001705"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f2e6c468-8c9c-5b81-b8a4-9d50144b4802","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001706"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eba19c29-6654-5b3d-b43c-95800c3acb2d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001707"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bdb28e85-3840-5320-b061-dc1001298b6e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001708"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1c10febb-3e4d-5517-89e9-010de39ffc86","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001709"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0e7db9ea-1223-5ede-a3ed-e4935cc1da24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001710"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"52486580-9ec6-5596-a670-34b8d1e2e411","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001711"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2661171a-0a65-590f-9ea8-c0c6618f299b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001712"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c98a1aab-ea7b-59c1-afaf-ea2fbe5010d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001713"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5915843e-bcfc-5a2c-8168-b2a5749c2382","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001714"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d7a44e91-2ed4-5e56-ae6b-86c2aa755747","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001715"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"63c8c2ed-6d79-5ff9-bf5c-2537fb4ca6f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001716"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0d30a1c4-6d00-54ea-ad7a-9eea9bbb16df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001717"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f76eba10-d261-5249-b334-6abf17d7306f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001718"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4dc788de-3777-503a-98b0-c8d2f4b4bbff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001719"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"64856352-5886-59e6-bd2e-479070fc385f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001720"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f92f19da-b79d-5529-ac75-f434244d9f7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001721"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9a97026c-2820-5a7d-9c2f-a1d604b8b553","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001722"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"08632c8e-f32d-5ec0-b548-2e04a566d5c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001723"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3204c712-6508-5ff4-be19-56a6b1e41732","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001724"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"32e15d5c-2424-52bf-8951-8191fbfb942a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001725"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"28da9df6-03fb-5bce-bd73-d25380deaa5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001726"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f17e31db-d462-55a7-883f-920619d85745","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001727"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b0efa63b-6c01-5187-8dc4-3d4d53463e05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001728"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e7f1dfcb-e91c-52bc-baac-4eb3afb292bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001729"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"496afc73-1394-5815-a390-0d3af4f48fc1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001730"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6cbd09e8-72d4-5b38-a518-813a1201ff5b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001731"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2c94b7a4-73bd-5a1f-9774-c486eba1b934","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001732"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c7c59c92-74b4-5672-9477-1bd11ad51334","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001733"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1a574078-d401-5e0e-b8c6-320d620ec6cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001734"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0c35992d-a955-5f9c-959d-067b88e75349","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001735"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f6de56a9-ccc0-5ac0-9c74-1047673a03b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001736"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8d7289e1-040e-591f-80ad-9aecf2efb10f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001737"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7f2d5c73-938c-53b4-a9d0-e3559a47fd16","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001738"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6b9c3076-ef88-5c07-8875-d2ce7e031d64","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001739"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f6eb3610-3ad7-5b66-8b29-a51778ca9a44","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001740"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"47ec3aee-9712-534a-ae4c-a4cf0021becc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001741"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3bc04604-a286-518a-858e-1b4a2e25ead7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001742"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bbab2514-ecb7-5b1d-9091-11dc832b8ce9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001743"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"52dd3b06-0ce9-5e0a-92dc-072539c3397f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001745"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fc5c82b4-e362-5f33-8d62-dafc25f15c0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001746"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"56b65364-c50b-5494-afad-604bb4470a02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001747"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0fe263e7-cf1a-517c-ad56-eccb46796f1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001748"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dd829346-2047-57ad-8304-b26b114b076e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001749"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bd073f39-fa65-5ca8-b8b4-c6ab2f379168","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001751"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e13578ad-9dbf-537d-9002-191c3ad1dcff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001752"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ea11e96a-71f9-5cd7-9d39-3282c07a06d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001753"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"facd5a01-0f13-5d97-b00c-55bfdb66cb57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001754"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9635f8a5-e6b0-5700-81df-2855fbc960c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001755"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"de81e073-4fb1-50ca-bc0a-df4fe527f9ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001756"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c993016f-4463-5eb1-873d-e31eb306d143","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001757"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"60ae65a8-6b2a-5b62-9430-3a9eb1f8b17e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001758"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"988e7b29-0a9b-56fd-81b1-8af3ca840f4f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001759"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6a6c6f7b-52ee-5ba0-9801-c1881e9eaa82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001760"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f96316cb-9704-5e1e-b267-2b81aa752e05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001761"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"36e25a9b-b3ab-5f60-bdbd-1e8192e90aac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001762"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fe92514f-32aa-5a15-8c64-d6fbc33d7ef1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001763"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3a1ccbef-9708-5464-a383-651e679f1cca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001764"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"20c03eea-c4c9-568b-9055-8994cad51f18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001765"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"90e9a104-1557-59d5-a5af-7e4a50e443a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001766"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f1e36289-db91-5b8f-a501-21e611c84675","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001767"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3b8e1111-52d5-535c-bbfa-21149f5d6d4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001768"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a224fd78-3bf0-56ab-acac-96efc9ba47c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001769"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9ee0f1b4-8d09-508b-bfb1-3d9445c54c8e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001770"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"642b9cae-c74b-52c6-92b6-29f58abca1d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001771"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e3aa003e-d582-52ad-b581-e8343c2386d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001772"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e0aa70eb-19bc-5ebc-8fcb-76f430352406","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001775"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8f11363b-4d96-50b9-b31f-45987a82908a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001776"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2e366855-70cd-5b8f-a381-960da8d4aeb4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001778"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a12d5797-5eb1-5e87-891e-848c1612e99c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001779"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"df394c6f-8bb9-5c57-8e83-a4e4af7b676c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001781"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3a4b99f7-f694-5662-88cc-e3da1b0b4716","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001782"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"592a7021-700f-558e-8635-58b5c59f78ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001783"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a4a2b2ea-548d-5be8-9fbf-3b511ba3599f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001786"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f06cd270-f288-52a5-9b70-2de82c84a5e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001802"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f69d364f-b29d-5e72-a3f9-88088468d85f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003634"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"08d1e230-0d4b-5a45-b1d9-3e65b2a6a083","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003635"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e6adf15e-3efc-5af6-a7ee-9e60b37664c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003636"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c370b795-fc6b-58eb-8b1f-93a4f0c46c00","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003638"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f3e0ae38-e305-550d-88db-5a9eb7d30617","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003639"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e6a45724-5d1e-5b80-91e6-f912a10abbaf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003641"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"22a520b3-0e96-5077-a1b1-a78f79a8e986","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003642"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"734450ae-4ce6-55c3-8c60-6180847b90c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003644"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"411af2d0-bc18-5677-88bb-5dd62cb382d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003645"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"29359887-4f5c-5167-a60d-e0bafe2a7f48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003648"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"71c6b943-051d-5dcc-b598-a9375535fca0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003650"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b2600617-0a19-5eed-a497-6e514c92e78e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003651"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e81a0b32-83df-56f9-ab63-5d965df2f90b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003653"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"95288dc9-b716-5ebc-bbfa-69d32f60f5e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003654"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"92c8ac1c-397e-5e67-aa3b-ce6d3585b11c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003657"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"944fea22-9545-5dd6-a52a-5611a60ea1c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003659"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3f7e7d1d-b041-57ff-8ba1-7514995ac87b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003660"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"15013bfb-198d-50e3-96f6-b06444275531","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003662"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"077f6858-f664-5303-bfed-e5c78ee14b91","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003663"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"562b8cbc-2af7-5c16-bb76-2fb211890796","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003665"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ddef06b9-5632-5705-ac81-9af2d4c04050","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003668"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"98ca2e16-7a05-5a6a-9463-0be5706236ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003669"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"88f6852e-ed40-5917-b30f-928e3b4ed181","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003671"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"900709ae-2de1-561e-b8ce-7f76342629ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003672"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f9cad711-ce37-5262-a756-657030d71f9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003674"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"26062f44-ee86-568b-b5c9-76ab2cdf2f5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003676"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"98cd58c4-00ef-5131-b55e-42aac2a53a06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003677"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d1553f2f-4a1b-5796-81e2-2d7a6eec878c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003678"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e9d8704c-9200-55e5-b47a-ebd866a836c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003680"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"915c831d-4814-5aaa-8b16-ea649597618d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003681"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"be608055-aef8-5636-b0cb-1ce99788cceb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003683"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"030ec4aa-368a-5cbe-8a87-631ccde9226d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003684"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1e2b96da-7b57-5551-8c09-c440126d3c04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003686"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eac859df-bea5-5b7a-89e3-edbd008212d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003687"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"efd4be4a-29ec-568a-abb1-d0f1ef8cc90e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003689"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"66e0658f-c226-5421-b072-4d01ae9a1a0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003690"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2eea57d5-6137-58d2-926e-e278050c1c93","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003692"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1d66fd9e-f06d-56eb-967f-b88dc71f6a12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003693"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"377c5d4d-b271-57c7-9f54-71d5f51cbf88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003695"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e250bb03-3dc2-54f6-a8ab-69f4efa9d39e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003696"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e4614165-5701-5393-b135-f8cedc360376","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003698"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ba7196dc-17f3-59d5-a6f5-a162f24a5be7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003699"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e297ecb0-597f-535b-8747-ad1ace401281","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003701"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e3eadf16-3d08-51cf-8b9c-3c2da5a112d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003702"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d4075728-45d5-59d3-81e0-656795ec5169","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003704"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9f8e7b93-a75a-56c2-9036-fdba39ff4c6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003705"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9f176c40-ea66-591e-ac96-9a1ea898cb0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003707"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bae7efb0-df8d-56f8-9fa8-7e1f3234e838","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003708"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d704e64b-6c4e-5dfa-974c-13d7f3df8abf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003710"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d6eb25bf-26af-52ed-9be3-b3bb6159045d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003711"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ac461b0d-7a26-546a-a3b2-784ce38b18d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003713"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"07e79322-80e0-5c0e-bde4-ff94a5ef1fc6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003714"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c59cff77-f86f-5a9e-93be-28c1667a0f21","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003716"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7b0a522e-14a3-5fe3-b752-1d03bd13044f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003717"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7723963a-1d2b-5e3b-8820-f8eb25113dd0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003719"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"410efee8-5121-5d3a-b881-3c9ab1055183","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003720"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"79eceacd-b5b7-54ac-a6ff-e03fdd71a750","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003722"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2134af96-d97d-56fd-a6cc-516777bc6a41","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003723"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ebfc605a-c37e-5fef-8601-7109c1ee82ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003725"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"802fc743-0d85-5ed9-899d-0504598b4238","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003726"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b4673c2d-481b-5f93-9457-591b512a768e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003728"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fe7e1004-323b-5970-ab94-2e1aecfd4ff8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003729"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"de46924a-bfe4-5129-8451-5aed943efc75","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003731"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"02cdf784-9227-54e4-8d49-09ecdb4937da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003732"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"609ce0ba-0ce0-52aa-9e74-3101e48ed67f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003734"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1eba11fa-4441-58af-95e9-b0bfad62fe8d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003735"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"346c829f-6a0a-5572-a863-716c301e94e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003737"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a37e8cc2-bd6e-5af4-a84a-b05b53fe09f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003738"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6967aca8-f6a5-5d70-a453-f3eedeb639fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003740"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4de1fccb-ff76-5fed-bc1b-84ba3d2d2372","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003741"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"345f62da-18e6-5da0-9b91-c1272b902a19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003743"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9a6f7eaa-3ef9-5de0-8c3b-b996fae207d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003744"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cdb1b183-0eac-5012-b66a-e0a6f258550a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003746"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0f8231b4-6893-5853-bbfe-17c8be61b3b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003747"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2cfa4781-520d-591f-8842-f2e5da25fb26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003748"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0a7d912b-f3df-5aa6-81d7-dbec07a0fa10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003749"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9569f0ec-e6aa-5a56-b5cf-9fcfa3b8c67e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003751"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6c648cd3-a030-5ee1-8ec2-d86caab634e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003752"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dd55c7f6-f307-51ba-ad02-8b33738d24e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003755"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2de82946-03ec-591c-bc77-38069940a0c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003756"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"813573ce-af34-5c96-8ae7-b11eb13e9c9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003757"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"96dc44d5-cba1-5093-9ca3-2751171110f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003760"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d55db37c-468f-54c7-bad0-1cc2355ca2c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003761"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"91308c9d-47fd-5227-812b-42c28ab8b033","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003764"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ca6b9cc3-ae9c-5373-a182-9ffd3c8e9350","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003766"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a0bce9a3-4aa2-5b65-a95f-4156aff8d2b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003768"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"959acc0c-f3c6-558e-8795-5034198d7e54","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003769"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"163b99eb-2dd0-5c1e-8c42-a4167cfc0e02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003771"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f47fab51-427f-514c-b66a-2b5dc374b492","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003773"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2ec3f6bf-bed7-5f9f-b56b-74906033c05f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003775"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6742a295-9a7f-5828-b33f-de6bd679fba1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003777"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d8dd1a56-b55b-5412-8b59-64bb83fab6db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003779"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fac85fbf-f49c-5086-83b4-a7e54d21902d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003781"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e14d9392-687f-573d-a1e3-1b528e05ba0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003785"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b38f8430-3c54-5d24-88ec-5ddae4e41c39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003787"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c3c161ed-6d55-53d3-ab0c-8c69f75e3a2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003790"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e87d7ad7-3e4b-5fdc-9d0e-db7b5323e9c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003792"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c0296337-ea77-56cb-ac67-62a4f949e734","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003796"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"07cadef7-c0f1-59ff-afef-38004a69591e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003798"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c961027c-ca41-5b37-b441-e7caedd1c659","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003802"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2bb46a59-abd1-5a20-bb93-7a0f479b1568","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003804"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0b336a17-d215-530f-b4f1-e653cf1faa26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003807"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"badd1029-5ca2-5691-8211-9ac6c3f50fad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003808"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"94afb80f-6c12-528d-b6b6-2f079ed026c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003810"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fa0bcf87-36b8-5567-a0c3-a0ceba1586a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003814"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5eb771e2-11b0-5eaf-9bbe-78cb6aa38bb9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003815"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"16ab3c35-71bf-59fb-a0f3-a7c2d2017a24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003816"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"35f2f4ce-dbc0-5290-9b49-294aed9412ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003817"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"81be0826-e83d-511b-bdc1-6fb9c602e270","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003818"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e237160d-8a7d-5069-baf9-8811ebedc044","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003819"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2ff5cad3-1f65-5f2d-bbb9-560176562573","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003820"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"150fc7ad-c81c-5da3-bf5b-0cb38cf95d35","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003821"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2ec96644-801c-5dd2-80d4-4378afa801fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003822"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ee020a8c-3f99-5888-a6f8-2996a3a2eb75","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003823"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dec4aaa4-f4e7-5ea0-88a5-0d327af05d85","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003824"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"94c582df-1967-5cd1-ac50-b31a9af455cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003825"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0c85db17-3fa7-5875-a371-b35496494323","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003826"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"abcdc3d1-c961-5f1b-82fd-ea234d94f15d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003827"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d030aeda-46c9-54b7-b92e-0b2f32af446a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003828"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b76deab3-8364-5387-8a4e-0bb5e7dd4bae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003829"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"791ffcc2-01da-508c-8803-727eccf445fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003830"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d1076667-d3d5-5996-8a26-39cae65d0f99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003832"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b22b4a2b-a801-5213-a898-3aa49869cc0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003834"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cb3f6508-9f0c-5515-9e2a-0428bd7a6e59","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003835"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c32d913c-f069-5504-ad9d-231034259c30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003836"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b369ea78-45ea-5373-81ce-231c4a1beb64","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003837"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"feda2cf9-9779-5aa3-98bd-b531f831e2ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003838"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"92c86b67-6c77-575f-96d5-aca8e887c830","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003840"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0edd4e0f-f678-5fde-8f2c-df4a2f342b6e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003841"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bc0b6791-3201-535c-bec6-6f0a4423e61b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003843"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"09be72d8-30eb-58ea-9c52-22cc2871b948","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003844"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d446011e-6cc0-584a-8282-800ff9cd2229","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003845"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4f1385f9-0f27-5220-90ac-ea362c208cbe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003846"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ba7c9bf5-9015-5319-a7f9-2954d02b57fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003847"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9774d8d8-ea98-5f83-a2f8-442f9c1a120d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003848"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bffa5a38-f505-5d15-a3af-763f86c7146f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003849"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1c5b649a-0a4b-52b6-a2fc-acedc214b440","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003850"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1d7c0b8c-509c-549b-a8e8-5ee685148cb2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003851"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"657645bb-ae41-55a4-9117-59d09da463b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003853"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"300c8515-b4a3-5d5a-9325-0ee036fb6f97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003854"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ba67478f-4c72-539a-8880-2a276a7b408e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003855"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"82d047ea-369c-5336-bb35-c54db2d82dfa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003856"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dd32cad6-45c6-566d-89b0-6f2cc513c9a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003858"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"43be06aa-9a8b-54b0-84af-02d355a4391a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003859"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5ec2d2dc-a20e-5bb5-8644-40070c9119f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003860"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6ee583f0-45cf-515f-98ac-c641cdfdbfc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003861"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b9cf5430-2770-51b0-8527-d9f2b35587ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003862"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"18a70405-d287-5088-a81b-19f00eebd7d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003863"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b1161c25-9274-5c20-8c0f-50b1009f51ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003864"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d167f475-d9b2-52bb-b55a-4da5b1b7074d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003866"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0b405155-f664-5556-96ca-f7480d5f3094","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003868"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a6a4c7c8-3b4f-55c7-8181-2a87a9e33253","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003869"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ccb3cae8-33f8-5629-848c-78288f3a0916","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003870"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3e53f0f8-6c31-5e66-bbf1-11e794bfaa49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003871"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"61a2b781-f783-5e48-a6b7-d08e578a9cdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003872"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a38d346f-f28d-5414-9d2a-e4e26e047d42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003873"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eb7a2269-5f27-5600-82cd-3c485138e5d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003874"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d6e450b8-c230-542f-be5a-9dd5a2ab5fc4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003875"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"141ff550-5409-56fc-989a-8044de548828","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003876"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"75cee424-edb6-5239-a378-c27be37261cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003877"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"28f67170-a740-56cb-b2c2-b529bacec9b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003878"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"94341aed-9775-5c70-a8c4-8fadb77876c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003879"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2a0e7ac4-660a-58c9-b370-c9119c2a1491","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003880"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8adff827-6532-53c7-b0a4-63eb2705821d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003881"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5acb0dc2-f281-5224-b8cb-c65ee07f6b48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003882"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"124ec591-9ae0-56e0-b48b-33ab9f26cb62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003883"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a1d75bbd-a0fe-53df-80ef-25505d002f30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003884"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"96e2c98f-6ef0-5e60-b674-35f279505475","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003885"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f32a6f97-dc2f-5669-87e3-16f3422f32c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003886"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"71a6f194-a2d2-5545-8fa8-5d8db8d45371","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003887"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f41f5352-ed0d-5398-9833-0d3ed8f39cbb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003888"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"50fc6229-5a36-5300-a58f-5b06d751d284","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003889"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c60fec57-9f7c-54a7-8802-6d915a3e44a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003890"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"41dffee4-1368-5c78-a64f-ec17dbbf785d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003891"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"70be98d6-22dc-580a-865c-14cdee08791d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003892"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"abd40c6a-331c-553f-b383-45c7d861a66b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003893"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"66c10039-429a-5cdd-bd0d-d0e7bd9b3e1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003894"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fa925266-53ee-5e82-a5f4-16e54b9a0c69","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003895"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"79d2f16f-1896-59bd-8bc7-23ddd220dfff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003896"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"94a15b05-1554-545e-8897-331d76f9fde1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003897"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7bcf64f4-c3d4-51b4-aac3-9e03503a0587","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003898"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4b81fc5c-1520-5e2f-8cd5-281c31e0c84f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003899"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b6e8e465-7631-557f-8b56-1029d31b4d45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003901"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9c0f853c-2a75-5b9c-9f68-79059c66e357","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003902"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e7e2ce02-c594-5c2b-9613-bfacda76a8d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003903"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bf90eadb-02d8-567a-9cd9-88393223f9d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003904"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"01640026-9980-5d9e-a701-a263759d5064","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003905"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"82fa793d-5b38-5b76-9b82-1ac377d5d3ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003906"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"491d6cbc-2dee-5392-a193-85304bd0925a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003907"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b83fd5e7-3a32-55fd-9262-3f8130b6c57e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003908"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"65ace306-47c9-503c-a91f-b9bc2cec179b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003909"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3788edb8-dabe-5fb0-b987-d8b7d4b8760f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003910"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cce2af85-1a03-5a00-81d4-53fc085c708e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003911"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a0175508-ecfc-5789-abd4-a8e4067dd832","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003912"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9c7e18f0-8b8d-5a9f-a6b2-9af02aa4a996","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003913"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"99e204ac-d9cc-5fb7-accc-d676f946e00a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006559"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a249fbea-15bc-54c7-9591-f0840c7e0921","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006560"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dd5c4159-7e0e-5016-a900-96e95de6de84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006563"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ae8d58d1-0566-52e1-83bc-3f191a2bea5b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006564"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"de2f3b76-9538-5a99-b45f-2c61cbcde8d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006565"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c2d8813b-8165-5ae3-ab25-bfb345f32473","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006567"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"64e1fe84-1a4b-5bde-b62c-ac9e7bbc6443","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006569"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"416ad245-b929-5916-a988-db761482274f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006572"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4fe1db1a-c5de-5726-b150-af11456c295e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006573"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b17e61bc-cbe9-5659-98f1-ff9acb448181","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006574"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"254d33f3-b7ad-5440-a683-80a080ac7ca5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006575"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b387398c-668f-528c-9d17-845c93d7b0c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006576"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"39112585-0dae-5705-b5d3-37bccd8e8644","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006577"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e838d378-5b2a-5218-a80c-6454b4bdb0ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006578"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"83c8ae45-0076-5230-bd0f-2a3634853b0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006580"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4f1f2772-a1c7-5385-bb8a-14807edc8303","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006581"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1bb99377-a9fe-5ba4-bccb-73d39bd091ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006582"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8ff85a29-f32e-5703-ae72-003794c8b158","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006583"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f18d0b6d-15d7-5ad1-96cb-be27e4b5b585","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006584"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dcc57ab5-912c-5e4a-9618-3c33201d3c4e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006585"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c02e2b34-8575-58e6-81fb-27e3f4d8d072","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006586"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4c5eb825-a1aa-5b84-baa5-68a6e01e7826","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006587"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7a6eac5a-3c81-5ab8-8bf4-328a48f08181","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006588"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a261f652-dc74-5819-857f-00f00865ecaa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006589"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7e38ab59-8753-54d5-8f15-b101dfaf7087","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006590"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2cc27d8c-f673-5f8b-9196-95854d12eb93","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006591"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cfd8bc25-366b-512c-99c7-b0a0636c75bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006837"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"81b8d95c-b11a-5308-b8b5-51cb773484f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006838"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1d6b7dca-beff-5044-9292-d80f07fee13d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006840"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aaba57af-8229-5528-8cf6-dba8378b2a3f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006841"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bc081840-6f59-5a1c-9ca2-5279e9016215","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006842"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2049d459-e804-57f6-82f4-12a362f4cee9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006843"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7d8b2536-8e25-51e8-b1d1-5a25b453471e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006844"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a48e7fa2-f840-58a5-9836-e143a0b71430","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006846"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"649c8d15-7d7c-52f9-a92d-e551ea5c052b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006847"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cc9d059b-a6eb-5f47-80f5-6a913dfa45a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006848"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"019143da-b1ea-53c4-8aaa-5e3fda05284b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006849"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"094cb86c-44c4-5dc9-99eb-2ea52428b253","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006850"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eb5a137d-ad79-5f47-abf4-e40bed9f9e28","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006851"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e8a38233-7744-54ba-a3e6-40c34a4e4250","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006852"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bf12b544-8b00-5ecd-b5cf-ee6942205ff5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006853"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0503c664-2de6-5520-a6a9-b2e2448d4ec0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006854"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"412c8949-1992-58b9-ab40-58866624baa3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006855"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8ebc656d-4563-57eb-8a2b-bbf63be9c7f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006856"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"51b2c431-95ae-5d79-803d-298392ba70df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006857"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9ce40c17-f415-5fa5-99f1-0e4c436b6e7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006858"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"438eecf1-c065-59aa-8410-2e7dc0ea9ed5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006859"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9be53e2b-0cbf-57af-bcfd-27c6928a1399","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006860"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2dda38b4-6e48-5566-9526-3cddc39d30fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006861"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a6eafd5b-5808-58e4-9be7-f0a781bac767","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006862"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"65ead5d7-4d23-5f9d-a25d-f52e44e8f465","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006863"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"698776bc-fea6-5919-942f-d0662b38cad8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006864"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f0fd703f-b0f2-5c44-98df-1893969c5f02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006865"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fc3fd127-b061-533e-b6c8-11f2a38bf490","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006866"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"595db002-a1a8-5ce2-acbc-593d130a324e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006869"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e314caae-9984-5d3d-95fc-046000a3e75e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006870"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5410b958-f338-56c5-aa3d-6a49088d241d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006871"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9258ba8e-db77-59d2-957a-b1c5271774ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006872"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7216c92c-902d-56cc-8f77-6394a7a5caf4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006873"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c111b62e-a6ee-5c88-a9a8-24f503f04f0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006874"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"45aecc30-fe70-5dfc-8a70-9cf35a7eb9d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006875"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"de52f443-bf14-5cc8-b178-2e2f8a741518","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006876"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b6fe77f7-1d5a-5524-9857-e452b421a803","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006878"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d7d0be87-c5ba-58e3-914b-7ecce913c384","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006879"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0427b034-3e7c-5b14-98c6-359d9828b7c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006881"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2e43b8b4-5cbb-54e5-b45b-b65de7ff87d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006882"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a30ad356-b07c-5f52-9c35-4a6997ed4499","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006883"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"71ccfa83-eed3-5594-a514-f7758bf07f06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006884"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6060bdba-2606-5239-9bb1-2b49db6cdd65","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006887"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6b1a7e16-32c7-5419-b983-ecf3915615f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006889"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"af52fd4b-7a03-50c7-b3ae-02400e652e0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006890"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6d21dbf7-ca00-5527-bde7-c2b26e522f62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006891"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5e71ba92-6724-5ab7-9451-e02fd1a6157d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006892"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fbdafd0b-4ed0-5684-858c-ad45c5e14c45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006893"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"96dcd442-7b7c-5da2-bb16-29fda354ac97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006894"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"deb87dcc-75e3-54db-9544-c5e041a7f170","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006895"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"667da24b-8765-5049-abdc-1ba7f1a7c39d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006896"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d089e841-a3f4-592b-91ad-8a4a633c6dfe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006897"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bc9a6c80-54bf-5a2c-8198-8b1a4f1cf2e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006898"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4c641e4d-303b-5f1f-b31b-2fd6b5236c77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006899"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"85017c48-be68-5a55-97c3-c7ec78e309ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006900"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dea07c55-8a29-5cd7-8221-8ac2141b1589","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006901"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d9f99966-be78-5536-b0cb-f2db0f6a84f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006902"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"64878686-0bfc-5af5-8b81-dd009d6c37a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006903"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3b3c2ce7-b711-51be-bf63-7e5c6a2ae032","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006904"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dbdb816c-8a67-5bde-a9b2-a91e55ad5953","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006905"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3bcc3857-86b4-536e-8f87-cf167409f7a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006906"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2d724b76-275b-57e8-96f0-5237241da793","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006907"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1fe36b1a-365f-5239-8142-30fc45dc4d24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006908"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4b509046-8113-528a-b475-dc5525b22535","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006909"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0b8aba56-31e8-54db-a69d-98994e29e332","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006910"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ec2deadd-3ebe-56fe-bd6c-050b838cf2a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006911"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"25a930a2-f092-5874-858a-b054eaf3d681","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006912"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6f39d7bb-0912-5031-a5fa-6eb504a27ae4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006913"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b20caa00-c3f9-59a6-9c7c-40827a0b0566","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006914"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f2fcf490-5eb5-518d-b3b8-66c99b2dc76e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006915"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b015d140-526f-51ef-b889-a1f05b58067c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006916"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"703bb2f1-f2d2-557b-8cc7-1ca3f61ea3fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006918"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9cf78e08-30b0-5670-9ea5-3b4edb77c182","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006919"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e19ece23-4a0b-5a9d-a6a3-b06dee93e405","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006921"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7c4770c2-524e-5b0a-961a-865df1c39bb1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006922"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"146a024a-127d-5803-82ba-76c6245d0e1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006924"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2fe0b077-2d6c-597c-80df-8640e936b453","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006925"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"538a77e4-949a-5b48-9fcf-40380b48d276","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006927"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e089da42-1662-5e1a-93b1-c17abbc988ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006928"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"07c7f709-35ea-5112-b244-dfc8ace3355a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008503"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2ec73dec-3b63-57c7-a302-cde4cb34ed0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008504"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"95533db1-5399-59af-8343-04422f5f22fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008505"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f18c1797-9dff-55a6-9277-eb1c97bb5fb1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008506"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"96f76984-8f59-5b82-9e3d-b81c653775dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008507"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"41d8b32b-8bd5-578f-bf15-7ea753a17ab5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008509"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c8b750af-7b14-59f2-a897-d09a81e919f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008510"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"555717f1-72f8-54e7-85bd-d99c87c54ca5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008511"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f7a284e0-e81f-54af-b057-a4b5c788eec7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008512"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"08dbac4c-8e15-5774-9250-b262ba8fa9ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008513"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5da4210c-6203-51bc-86d1-cd227181d251","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008514"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"81c69554-097c-5f16-8b9b-44a36986e632","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008515"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"503d9a85-2152-5607-bcfd-33b8eb7575e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008516"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4302278f-8f4b-54ce-aab7-7e1bf4105ba7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008517"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0936d158-9ea3-5308-8489-0219c8b21da6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008518"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"30a5b422-18d6-5504-82da-dc331b898d7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008519"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"752fe98e-ede4-5853-ac4c-a24a9c4f96c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008520"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0d5f9b5d-6bfe-587e-aa28-899cb7183200","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008523"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aea9dace-2817-5e47-b9b1-40607af2551d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008524"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"41aaaf41-f2d4-5426-afb1-c352d37aa099","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008525"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ea986a3e-e7b7-533f-8ce7-51835bd81317","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008526"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f84007a6-f865-579c-83b4-ffcf9db3a5a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008527"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5342e8de-b420-55c5-8d6d-446061c9dfed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008528"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"217cc39f-1aad-50d7-8b4a-a217030c3b8a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008529"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2b758527-b9ca-5277-a57c-9a3a8ab69c7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008530"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4640f1bb-6dbc-5dcb-9938-a52076e0868e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008531"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bbe0cd70-00e3-5c8e-ae43-70157a0eff0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008532"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"de1e17f2-4872-522e-9dac-59a8c2b228bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008533"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a3cec1ad-5ba4-525e-8a9c-0fd108dc152f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008534"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"285d04ce-7944-5e68-9ab1-78ec65c68dfe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008535"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b8af68dd-f540-5a91-b12a-b7a032fb00f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008536"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"380c292e-b519-5efd-aad1-1ae053c3ba5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008537"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"15df9a47-d1ff-5f8d-af85-0f127bedd50c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008538"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3fed692a-9a5c-55dd-b9cf-e7cf479bbb41","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008539"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"92541ded-068e-51b9-9b06-4486837028b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008541"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8edff217-868d-5a8d-9ff3-d4aaed789990","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008542"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d2a10090-6163-5f7e-90c8-fa4c5f1286a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008543"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"88560a24-178a-5387-af64-b2fed9470323","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008544"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a5e06095-158f-5174-82c2-fdf8f09b6f19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008545"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3c117b68-7fbb-5ee2-8bbf-19161cad8b12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008546"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"13a6736d-22e1-505a-8e41-427ceaa9e331","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008547"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"560c71fd-1ed8-51cf-8798-c685dea90b97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008549"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3132d903-6a83-535b-a96f-e9d994197294","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008550"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"63ddc87e-34ed-520e-b912-32289dffe127","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008551"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1e2a272f-f88f-5faf-9353-99e6479468e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008552"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"25b15408-b7e5-582a-957c-bd6d5ea634ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008553"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"730e6d43-6760-5a26-98c0-0659efbd91b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008554"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"59c3b5d4-267d-5472-bc98-435f0d15832e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008555"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"00de5d40-00b7-56c0-a775-f3cbfdd78d6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008556"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"224fb571-f241-54bc-b465-1e07e6189ace","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008557"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"30bfa68e-d8ec-5a21-ae33-cde650104305","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008558"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b7544cbb-9521-56d0-9298-e4f0dae9dcb8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008559"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"af62563f-fc10-5127-99c5-2fc15d8ad8b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008560"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"16fa9b87-808f-5103-90c6-8ca1365de128","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008561"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6b925a2f-a90d-5c1e-9868-f12daf0fff92","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008562"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"11a6259e-f8b7-537e-b961-0286b145411e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008563"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fa947f4b-5018-5d06-9c04-f809223efb56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008564"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8c9c1f43-6336-5fe6-a7ad-f8e118cb5035","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008565"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4c46a176-1a62-5800-bfa2-1e3a5adcf561","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008566"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7419db6a-093d-58a7-b961-7594daf86f6c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008567"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"30fc5ae2-ae73-5b99-a039-8dd7712db15e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008568"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c95fe7c9-95fc-524a-8727-75bdce0693f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008569"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"521bd4e1-d175-5f7d-a2e4-1076243bd4ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008570"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4783bb77-eeba-5f0f-8f2f-f47a3d7b0296","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008571"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"26bd3251-2a55-58c1-91c6-1216a70c51ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008572"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a874914a-cc1f-5c61-94a9-f7c8b4a5239a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008573"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bb7186c0-3e73-5338-ab66-1908427f02d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008574"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ad9770e0-3826-5c53-a42a-a0a1aae298ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008575"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4ba4d87a-7579-5fd1-9be9-e65275b9d1c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008577"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cd7ca8f4-9f62-5583-a40c-b51b481f9cd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008578"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2515d591-1f27-563e-a807-1fc7cfb87793","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008579"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eac4a458-0070-5f16-ba42-ec33effcbfd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008580"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1f13f5e9-dbe6-5d75-b006-70c3831414c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008581"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"88a08c1e-c1da-5501-aaf0-bd09265ef6d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008582"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1b418e4c-dc50-5220-95bb-77fe8dfcc669","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008583"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3aa76038-b0ca-5e21-83b7-14d322e3bd70","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008584"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4d1793db-2ba1-58d5-bb73-7c6aeaf2d5d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008585"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2d9bad7f-6654-5667-b7b4-e8c72202ca8e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008586"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c7d2bb0a-ce4c-5ca1-a273-fd61aa0fe635","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008587"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6fbb8408-1708-5a07-91a9-7b0e3625ebfb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008588"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"889326f9-e383-57e9-a0bb-a54e915cd3e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008589"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ea46167f-3423-5d68-ab28-e3d23c450584","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008590"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"446b72d0-573a-5267-af45-c60feab32113","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008592"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"285ddbd7-754d-5040-83ef-3c5a9a2ec307","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008593"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"27359520-71da-5825-a9d1-458e2bc14227","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008594"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c1882070-09ef-5d98-b2ae-8968a319d771","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008595"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0cb7c2fc-9b61-504f-ae00-66900a38e913","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008596"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"282453e4-32a8-5326-a5fd-9ff661eb2279","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008597"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b388d6a1-c075-5f40-a730-7d45a17a6027","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008598"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"46c78b29-221d-596c-a118-230195176aca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008599"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8ddd26ab-ee6c-5599-858b-8f3780248e0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008601"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8189f1ed-edd5-5edb-b192-8779c34941e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008602"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"11a19463-7add-5baf-a422-ef894c881b77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008605"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7195356e-2c26-55d8-88e2-46eaf824d798","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008607"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b604e83c-7946-5341-8168-c2595ff6a677","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008608"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"24d4171e-0cb0-53f4-a9e4-06b977f17705","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008611"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"96118aa6-7d5b-54a3-b3bf-85e8751514b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008613"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5b9a1050-6f72-5b9d-9c4d-8339d27e2443","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008614"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"23c085b7-3387-58bc-9a82-18c5d2b7a690","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008616"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4b1c1f12-8134-54ff-8dba-a2cd5e6560cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008617"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cec81b36-f4f7-5879-8362-58ea25e3717c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008619"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6bd428d3-51e4-5d90-8eba-e87798534c49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008620"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f9e8d084-14ac-55e9-8c52-86b5bd910529","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008622"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5d2c3c20-d705-5aa3-b67b-328fa1710c15","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008623"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"11ce8791-fc83-5b85-882b-e0ce3983c82d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008625"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0ef0f34c-150b-5539-9ab4-a2d10782410b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008626"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c65501c9-ca14-586b-a546-5789e4693764","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008628"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e75b099e-9bf3-5140-bf82-438e3bb05622","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008632"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"18d958e9-e31b-5c0c-80d3-6f0c870ed6b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008634"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"780adfee-f28e-5ccc-9d3f-c5b4ea5ec285","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008635"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"360d1a3c-7226-5490-a86c-f022e5091e68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008637"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2a58a6ab-1e7d-5195-b647-25c25dacde2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008638"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"88d773fc-82c1-5ca6-9eea-1e8bd1e862d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008640"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"23cb50d2-7a8f-5eac-bbfa-7c36a090828e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008641"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"66e5d2ce-5edf-59a7-9763-f267dbd815ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008643"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"62b85d73-1e41-569f-b978-4433a2840988","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008644"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0cbeb49d-0530-55ed-a937-65d13ebe9034","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008646"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4209e1a6-6131-59d9-bdf8-26912e608ab9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008647"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a6ff0fda-76b8-5b23-814c-4504397179e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008649"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"416182f8-f936-54db-acea-c0aa0b089693","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008650"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d76a9192-8b78-587d-bd8b-fd7bbc8be47e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008652"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"80a915b3-2577-59f5-9a0e-d5d9378407b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008653"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d6607d96-a6ae-544f-ae8a-d73be6cf93e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008655"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e284ec61-c605-51b4-9217-0cf7b80b9daa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008656"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"110dac5e-839d-5b06-a0c6-5abccaf5e3e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008658"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"01827160-5853-52f4-9161-9e903b8a62bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008659"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"54714411-f02a-51aa-899e-6fb16d0abfdb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008664"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2a14344f-6746-5d89-a146-a5ebe7d8317e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008665"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a88388a1-605b-5344-98e2-5aa706930185","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008667"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2a5cb961-c63f-5003-9f63-724d660a594a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008668"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eda512cf-5341-56f8-932e-cdbf822b539b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008670"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"38e53f34-b20e-5a9c-a7f0-d133ea07df60","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008671"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d86186e7-340b-542d-bb7f-ec0d2c80882f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008673"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e9cafcef-6254-5603-a622-0f4602b5bdc7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008674"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"977987ed-8359-543e-ba57-dd834956a677","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008676"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"73e8b308-ab55-57f3-8679-4867ca04f7f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008677"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ac0b92b5-afe3-58d0-b5db-eaea9630244f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008679"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c2be55f1-30bd-5013-8e72-e67f04ea7829","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008680"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3e2ae326-9312-57f5-aabe-1ae58d82b591","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008682"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6bd782c5-3518-5462-9093-e8f5b1b0e51c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008683"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eba0ce52-4a74-575f-8ac2-db511abd78ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008685"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"da9c9795-74fe-544a-8cb0-15d695719bd1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008686"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ecb0040f-f106-576e-9768-130106d82af1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008688"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2a76b95e-92f1-5e39-92ae-84ddd987bcf6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008689"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1c3ee990-4830-5b47-a774-fa0e38c0ff10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008691"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2d21a93c-825b-5882-afee-ee74108ba67a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008692"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"919d7525-9052-5a00-ad65-02c78a0cc67e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008694"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b5d96410-bd1a-5bdd-86c0-008d8fc9a4e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008695"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"86c03177-98bc-5d43-9f44-e4849d1b352a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008697"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6ffbbe55-496a-5a56-a280-49f9cc065e14","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008700"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e4157028-2233-5685-8221-37fd7dbf7c9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008701"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5b2a9663-bab7-5b9b-ad43-661533eb2f7c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008703"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a735a46f-a2fa-5bc2-885d-b5757374bba6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008704"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"35b44e7a-8f9c-5678-92da-bb87beacc470","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008706"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c7fc301c-955d-58e4-8280-dea6942b5f05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008707"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4844bd1b-9fce-5f0d-9e3a-5e9be1b97925","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008709"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4c34ccc9-d821-560c-9eb5-183cbc35364a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008710"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4d404638-467b-537f-95d1-230e3078890b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008712"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6aa8e67b-ae16-54c1-9f0a-122ccd08a952","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008713"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"37300490-51f0-5135-b6e0-29b1a94f755c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008715"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f5681e0b-5340-574a-9ceb-c3a5c1240176","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008716"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0b5fe5bd-e094-5edf-9e61-20368888c515","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008718"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"835167ec-1bbe-515e-9e7f-16715e7e23ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008719"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"df8fa12d-2570-54d7-b6b0-f4f86add8190","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008721"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"140ae5d5-ec18-5f36-9bed-c37c19ffdab5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008722"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"23464961-c9d2-5131-8bab-7f83f9c3c7f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008724"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"04bce267-cbe8-58b6-b9a9-11baef0d24e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008725"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c1e5eb0e-63d1-5992-8fd0-4a1399416d04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008727"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4ef99d3e-a77f-584e-8d36-aae73b1efd81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008728"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2b248f73-6668-50eb-a70b-7101a389fc8d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008730"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cc22d171-ac01-5b2e-9898-d82f4fcdc665","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008731"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dd786566-f411-56ab-a19a-494a7a265dda","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008733"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6884d053-1fa5-58cd-b96c-c0f299d41a87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008736"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3f1ba82a-d2ee-5fe7-a833-2f62a7508f1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008737"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9cbfbdc7-3f04-5359-8116-cfa96793c0d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008739"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d147514e-fdc6-558b-8e22-a64a6b2ac3bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008740"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1af473fb-2d3d-5d62-aba9-b8e96cd84c08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008743"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4bb23239-5b25-5e22-88fd-33a5d07a4046","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008745"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5e636a8d-87a0-57b9-b643-43a41cfa8109","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008746"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4e705a18-73a1-588a-9d0e-6e872cc67341","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008748"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"baa27b83-bf39-5008-9532-f4d142865fc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008749"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"30f78021-c4f9-5744-b337-d0e97624e10a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008751"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"59153380-fa64-5607-82a0-b579094f787e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008752"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7fc15341-d582-5c86-b918-cda7e2542027","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008754"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f2d2527a-3975-5b8e-adbf-051d4a905c69","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008755"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"075cda46-9db6-5019-a526-f39505973642","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008756"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ef8eb7ee-06bc-537e-8f38-407fc5776d55","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008758"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"51180823-03c1-5f6c-99da-6748d91aed78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008759"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1816ab57-cc58-5b51-a0a7-5aa4ed3d24c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008761"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e7baffd7-68c0-56f9-91bd-36e4aaf4ffef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008762"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1f24e703-3407-50c6-aa8e-d761d69c6d82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008764"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6f2ad48b-bdea-5c68-8e6e-b285bf80ea62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008765"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0c31ff70-72e6-5d53-b239-50e31c839f7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008767"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5d8ed576-c979-5218-958a-7f0f98e95772","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008768"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ba9ef38a-f073-538a-981a-534fc1db972a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008784"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ea63e32b-9a0a-5690-9b35-56cb7a598ca8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008786"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bb034de6-7983-56dd-9aff-47424b463edd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008790"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fa995f5b-2269-5b2d-b5a0-0416f57242f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008791"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"30c0eb15-c62a-54c5-978e-c85966e54aea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008792"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8cbed54c-ad60-52d3-9356-cf7fb4cab6af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008793"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7591076c-dc9a-559f-b6c7-cea9bc3c6cf7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008795"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"09fd5794-12ea-5cc1-84e4-7c49931cc354","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008986"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"77c6d71e-ecdb-54dc-9b20-23aab1e5f224","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010719"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cfc86d76-27b8-51b2-a28b-4958b9809b39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010720"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f88b1ba7-3557-56bf-a66e-5b7627707ebc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010722"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5679a62f-4dc0-5032-b4a6-e91bf225841b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010723"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f29b1a2e-c3f0-58e3-9f39-d51e5ecdc7c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010724"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0899051c-2fed-5c0b-a86e-0b16be5fc47f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010725"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"790aae73-61e3-5733-a0b4-f69ba7af311a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010726"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fe7b952f-565b-5f15-8cc0-4c18a79443ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010727"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9600a564-c495-59c9-8601-9c4fac1dc1b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010728"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8b93dcde-d36f-515d-ae9b-cc419e4a407e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010729"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"567a89e7-1a84-5690-86aa-42e5867647ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010730"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"64e66549-759f-59dd-a5d1-32f81cf19a26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010731"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"de29609f-fca4-5621-80d2-8909392aadf1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010732"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8fd73ebe-a360-5500-ac66-9be350f106ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010733"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"26bff4b3-ec40-5ab9-b158-b8d9a2dca4e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010734"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9e51cb6f-4501-579e-9768-8a6030a36060","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010735"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"91c38653-821f-59c1-99f9-0432d1b29873","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010736"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"23052124-b7c9-5ec9-8584-8905a6301cd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010737"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"60dc9d35-ee76-589c-92c3-faedafb87425","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010738"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"354b4f39-cef1-540d-99ec-852a2b55e564","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010739"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"45d925a4-0f28-5d46-a6eb-599043198450","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010740"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f95c5f4f-8e33-5e78-9a35-11f5213ab4d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010741"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"71533c14-4765-5dc0-9664-2eefccda205d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010742"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"63ea20e5-d12e-5b3c-acfe-3eb342a7f386","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010743"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"530a3fd1-cb8c-5e1b-910c-84f7b93ec5a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010744"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"71bb8ef6-648f-5b3e-a4a9-413428cf3a40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010745"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7f740e77-1113-51ee-b7be-6aad81d7fd32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010747"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"05f84386-947d-5add-9747-71fdf4cd101d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010748"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9d205363-4a8e-5323-b114-a77ab4846045","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010750"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a4a74ba4-2b77-5917-b6bf-1186f69acad7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010751"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0953b48c-a9d5-5d36-b2ee-0d48d9a0be25","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010753"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c4b43491-2a53-561f-9196-4e3b026418cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010754"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5849bbb7-c914-583f-95d6-337437d84bab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010756"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c4d11d03-d55f-5cb3-bd1d-ccfe26458d20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010757"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"041d665e-8278-5ca6-b14c-7c7e9c3a7712","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010759"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"93e6dac6-e034-5b8d-8674-42ffe626f7b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010760"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"66626522-ac5b-5a19-8730-a2ea6bf1fba2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010761"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"601ca1b3-c2ce-5a0e-8bd3-629fda6e74ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010763"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9b2dc246-bb80-5c4f-92a0-e64b492212c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010764"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"59f41194-f12b-5aa9-a0db-38fa4d70c3ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010766"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2cad0ceb-db4b-5282-9e3a-934dbf454216","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010767"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ddcf714c-fb66-5dc6-8534-e8b8ab996353","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010770"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"92168aba-22ce-5d14-9092-3a2b2a0cc027","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010771"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c3ca345b-0108-53a6-82b4-1eb7e284cfc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010773"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3651a3ce-372d-517a-908a-70658bf1bfad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010774"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"94ca96d8-d088-577f-ac44-1f91f00c66a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010776"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aed611c3-e238-5c7f-9a11-2736bd69b5ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010777"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e9a67235-0814-5850-9827-2daecbecdffe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010779"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2d3f3f0a-dce1-516a-bd31-d5b5ada403cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010780"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2c4e9e0f-2b05-5c88-b0f0-8f2a31eb2d73","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010781"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"75628cf8-ef74-552c-b44e-4e01404db96f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010782"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"843fbe2e-2f84-53d5-99f1-96e175fba62f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010784"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b4ced3c5-1d14-5bd4-a4e2-cfd4d989d134","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010785"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2419305c-c5f6-55dd-a3cc-797de2516c35","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010787"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"37f763d7-0448-55c7-a9d1-28adcacc655a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010788"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cef50bdc-f4cf-5015-9fa7-2dd8e87a3eb1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010790"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b7ebc2d0-c1ba-54ba-aa05-cccab3bb3e6a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010791"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"afbd362e-341e-576b-8bb3-c7a065e7f2f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010793"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f41ac33d-f20c-5599-8fe7-15645b275ddf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010794"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8e346c20-0803-5f06-89ea-ac430b2989d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010796"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7c938b78-c3a2-57a2-bf02-d0481c3ac6f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010797"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ab598c54-1707-525b-9c47-53a02d368dd0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010799"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c13e3a9d-e261-5d2f-a657-5f04e86a56d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010800"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"90fec841-a3f2-5855-abb8-52125dcea875","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010802"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7a3878b5-c33b-5115-b446-fede4402b55f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010803"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"95c44f8b-276b-5b51-ab44-62e79bd88e3f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010805"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1f80f705-e4a4-582b-943f-0d443579f004","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010806"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"431173aa-b7d8-5112-91aa-14f64407192e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010808"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4592072f-f53b-596c-8d6b-9899609c3756","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010809"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ac61fd7a-1662-54a7-89b1-5fb490f77874","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010814"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2f0f25bb-95ca-571b-be96-276039cdf79e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010815"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3e2cf521-b214-573e-a1a7-847aae7bcbc2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010817"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"75036af4-b0c7-5657-828b-00c1c90176da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010818"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"39fe88bb-0b04-575f-a483-431e1b4bf3f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010820"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"41f7ab36-1309-5936-a0ae-31771d672888","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010821"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"17e8cbaf-03ae-5ba2-938c-b5a75834a4d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010823"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cf60f329-6708-54cb-b96d-b6ab887e3829","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010824"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1f4f43b9-2a96-54da-b264-a103a66a90ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010826"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5da38b64-cb81-57c0-9e84-fbdd6c434bf6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010827"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c26261ec-e9b0-52ff-9ad7-c8c32c866aa3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010829"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"07478407-fe38-50e8-ad96-3820e3bb707b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010830"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7905e58d-8445-550e-b645-297dea0fcaf9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010832"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a005d789-b9cc-5815-9a29-bda99cf9ba24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010833"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"be5eafb2-bcec-56f4-91c0-7c151fa1731a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010835"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"96d18ed9-3699-511d-bf49-5e84030445ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010836"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d3bd042b-bdcb-59d4-96ef-c24a71cc8a43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010838"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8f233362-06ce-546a-bdaa-691f960dc2d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010839"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a4f162cd-ef7a-5d64-b3d6-3132874661d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010841"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b00853d8-d198-513c-bfc2-4e6c997e5080","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010842"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eade3cc6-afde-5e32-a66c-00589fbea6b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010844"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f91e0439-37d0-52b3-af9f-4cc1844382ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010845"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d66ef753-6221-55ff-aba1-81e53dbd865a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010850"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b8b75d47-820e-52c0-87c3-b268ceef3bba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010851"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a3d1504a-2ca8-57b4-a66c-cc6285c2bd81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010854"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7a17f16e-2dcd-59f3-82b9-682396dd7ace","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010856"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"43e2c860-3e83-5a5a-a3a1-bd6aa54f9754","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010871"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b34a21ec-2805-5d1c-bda6-11131281d2a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010872"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ba45225d-9b1a-5266-aa2d-6d281e8259cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010873"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"36004c9f-e5fe-5a54-92bd-04a7e300f659","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010876"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"421f0d33-f383-522f-805b-05c1c13746bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010878"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"390dd651-16ad-5624-9752-169a59a982c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010879"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b80c4b08-d1d6-5bbe-af0d-b75d3f72c6b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010881"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"35ea1fd0-fcec-5bee-9a52-760b9c71ed0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010882"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5fc616a1-1355-5f25-80ce-79eb971bdcff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010884"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8ad224f0-17c5-500e-b55b-5128ae69d850","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010885"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b17899ec-7a32-5c69-ba57-f9532b477929","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074262"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"19b3021f-3eb4-5b80-b2bf-bf00b69ec05a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074263"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"63ad4a6c-6a16-501e-8c91-d06bc01ce3af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074265"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dcfc8bf1-0f52-57f8-9797-e54274d814da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074266"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8cedd1ac-6879-5b6d-9786-da8f82d51c7d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074268"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"27c14ad0-1113-5c14-a47d-81882a9e0ec2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074269"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1b771e72-0fbf-5579-89e8-65688670635c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074271"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"616cb9f0-c7de-54e3-8f90-c681e6f04a8a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074272"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5c5ca385-5f7b-5b68-9d7a-b94d489de24a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074274"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4ac3bb5e-fd4e-5acd-9765-af8bc589770e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074275"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8afdac77-1c1d-5b0c-9e48-0a05044f6140","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074277"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"749f2f17-08ae-586b-bf36-5f3160a47917","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074278"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"242d8e6a-2022-564c-8c61-2b9977960283","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074280"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7b52f02b-3253-517d-8e24-8f53fdedbc7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074281"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0bbd8805-a567-5a49-b00a-d96fa99f994e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074283"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f075713e-1c54-5a71-8836-768ddfcbecc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074284"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ff580d56-5a3e-55d9-8966-92229f7869a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074286"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8247c674-2d43-5411-951b-d950484d0a9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074287"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"945c6bd8-cbc3-506f-8bb1-0cc9c7604a22","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074289"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"24ed38ae-8c46-5020-8a00-412cf52b09c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074290"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ea19a1e4-c8e0-5c64-b93c-4f9f3cb06ce0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074292"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c50bc12d-b6ff-5376-a89e-589a17b291df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074293"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"74f9c40d-4fa6-5d21-b860-8d16694e3858","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074295"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4bebb1ff-dd11-5448-8ae0-c4468c66fb36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074296"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e86ed4d2-792f-541b-bc06-27f5be29b470","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074298"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"77ea4234-f062-5342-b94f-2aad78538011","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074299"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b7e205e7-6131-5e41-b5af-9a999e040741","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074301"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"177f3607-4707-5312-8512-8fddfd5c000a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074302"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6e6c7a7b-20f9-5f35-8724-5d4f2b45393d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074304"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5ae88bd3-15b7-51cb-803a-4848fc647b88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074305"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"63b2a7d5-f653-5f2b-b7c8-c5919bfea0b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074307"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"24a3c95d-77ef-5370-a6e7-b5a1934239b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074308"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"52df81cb-c4ee-5459-ab1f-b0a483de145f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074310"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1361416b-798e-5a3c-b476-d3265e2f3496","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074311"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1077c3a9-3256-5326-87bb-09e8c57ae9cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074313"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"37a89371-7584-57ff-9299-09c79cff849c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074314"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ea9bdd47-034f-5b63-a97e-cc4aa0502f7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074316"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"601d0d4b-e0cc-50a2-af8d-a7e54587b5a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074317"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"56992d78-bdd9-575b-a267-f046f3a06668","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074319"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c78ca117-0138-5371-b7eb-94121c009dd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074320"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b8d6feee-1bbe-54fa-9616-e2300ba14257","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074322"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7db34a4a-4249-5eb1-9aa0-f1c8ed98a459","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074323"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2c60641d-5c17-52ee-a5e0-34b65590d836","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074325"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5dd35553-05f3-5ebc-b60a-cd7a37f65996","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074326"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d7412174-3573-5e8f-ace3-1d22c8ac16b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074328"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7ff2a81f-2944-597a-8abe-1c43252a1462","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074329"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4f509e11-a4a1-5865-8849-5baaecceed46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074331"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7d8b2e08-e38a-59db-83ac-75792ad2985f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074332"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fe2c335d-c048-587a-90f6-45bfe0ba3db1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074334"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"87b8e242-048f-5cb7-8650-20b0450ca195","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074335"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0df129cf-d510-5b68-b1a1-2dc0ddb92915","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074337"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"17cb98e6-ba16-5ed2-8d61-f7745e2b661c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074338"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"60d863a9-441f-5035-b914-25553348a6c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074340"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a5843a4c-2597-5f81-96e0-993f48434574","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074341"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b3e8a5e5-b0b5-52fd-8f85-1833634b204f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074343"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b369f988-102b-53c0-a1d7-277b4c80a059","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074344"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8419d071-c1c8-535d-b2b2-938e03a131ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074346"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ea699917-e0c3-5b11-b8c9-1a0197578885","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074347"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"24668532-4927-5198-bab0-08f1110a3b23","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074356"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6f599ea6-f2c8-5919-bcf6-1ecf24d159bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074357"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d348f6b7-0de6-5a28-b71a-b032ea774624","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074359"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c1ac698d-461b-5bcd-922e-e93b7d8a5efb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074360"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2a52e886-a52c-57f0-9cfc-13576d3a3b55","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074361"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"69529e6c-4cfe-55e9-8f1d-86fb25c6de27","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074362"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5e9e1e73-813d-5c9e-889b-b61d4da9e3f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074364"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"42dbe255-5467-59d7-b1b1-5bd682fb2530","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074366"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1a443b65-3612-586d-a954-45c97a8f1cc1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074367"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b9979614-d5ae-5631-95f0-0a62a7727631","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074369"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7ee96446-06a7-5b55-a1c2-10774aa87607","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074371"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6502b0f6-77db-54d9-860f-2001bc3a130f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074372"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"502ec71b-6faf-5986-a434-9a7703c1708d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074373"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"85706cb1-aa18-58cf-b208-99a9ea0e81bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074374"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"309105bd-e5f4-5391-883f-e4d25bd6a5d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074377"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"45f5c5d2-9640-58f3-bad1-359d4decc56f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074378"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"23e6e54c-b31e-5f62-8dbf-ffcf28fd392f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074379"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"635aee0e-6908-5192-aac4-57854e1faba7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074380"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"36d1a1f6-db5e-556a-a5c0-4d01fe5040ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074382"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"374b9c5a-424a-5dc2-8166-7a029c2396e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074384"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"26a2b080-d6be-5d39-9497-092a5a807334","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074385"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6d9ff819-6b93-5159-bc2f-3e94a38b4636","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074386"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"58bc72e5-66ae-59cd-bfda-7864f726d747","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084807"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c6cb7be5-2f09-5f67-adff-b62d09e5d5cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084808"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a9f3b5e2-6177-5613-916c-1d220ae69859","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084809"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"98a840db-984f-5c38-a7a0-580de62441d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084811"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"efbb60ca-96da-5c90-bf49-b059f29b8fac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084812"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9872227b-d76d-5f2c-a240-6fc532b9eba5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084814"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2b8eec02-3fb1-5b6c-9369-6045ff06fc8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084815"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bf0a74a1-ea6f-5b7d-8c3f-21456bb3cf37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084817"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aa0f618c-a26c-59a9-bcb0-195824769b44","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084818"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5421e29a-c543-592b-afdd-b4b0c2625758","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084819"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e197265f-61f1-5f34-b405-fe13860f5e76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084821"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9caf1147-2403-5f94-9dcc-f9620f671d23","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084823"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cf78e083-1656-58eb-89ae-d72b93f19788","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084824"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"65fbf8b0-5314-54c4-a78b-3cc8d3693ca4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084825"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a2204f2f-ffc6-5c10-9c91-f53625adf4b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084827"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"55cc5b64-d085-55ff-8f42-6ca098e9afee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084829"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"905bf788-d4e8-527d-bb95-d3bc53484d7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084831"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4aedb9bd-8397-5cd7-ba1c-58710c3d88ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084832"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ec08b49b-328a-5afc-860f-43ca1e1d4474","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084834"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4a6f3de1-efd2-5b29-96e4-3b9fa1518520","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084835"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4937036b-da31-5874-9841-60364312f52d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS178998"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"012a0208-ad97-5182-9d06-43a98f644019","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS178999"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"77f4152c-3c09-5de7-a96e-475e4f1dc9bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179001"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bef1860f-3be8-5764-b1ef-0384a22dd3ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179002"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"894f0d49-894e-50ae-962a-dafa1557baf1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179004"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9f5f41fe-8dcb-5ece-9318-d39a1d23d697","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179005"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"90eb22ae-be5d-547f-aaba-317f70b5851d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179007"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ddb61497-a323-54a7-b454-68cc3244407c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179008"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dd247a62-57d7-5ed8-8b60-a97cad78c23c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179010"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"67cd79f5-19be-5bfc-b3c8-bb18a2fcd2cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179011"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9530a565-856f-5fca-a1b6-23b3b68cc7f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179013"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a406f205-fa4f-5c34-81f8-ff9ef24812fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179014"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c43658f6-0a35-5c41-bdd2-778914473ce5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179016"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f92f4828-3d90-511f-ae6e-f1f7dbf1cec2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179017"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fb2941cf-aada-5a6f-b444-b4dee1853839","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179019"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"034d1ac9-35ae-5809-a1a1-12476e546368","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179020"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e52d87f6-df91-5303-9133-5a7888afcf9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179022"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e8cd5642-0bee-5a92-b764-7f564e840628","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179023"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2de722a7-0e8a-525d-9305-2bb7de32b807","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179025"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"75a46a29-e91a-51f8-b3ca-690c15229969","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179026"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0865ca73-2a0c-5c2e-890e-ad9c475a69b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179028"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6d1e1e84-d09f-5ac1-8ec2-500958337f26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179029"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8d2a9117-17cb-5baf-a791-e7cbc7aabb02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179031"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2f3e4982-7841-5757-8ea4-3729e1320d83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179032"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f7058231-0ae3-505f-b54d-86d52df41443","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179034"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6ea15193-8b5f-5a04-ab37-50b36d3bd8e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179035"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0aabf58b-91c9-5855-9d47-22a1c7713b53","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179037"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"423597e9-8531-50b0-9a08-143da1018cf9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179038"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5d91f16c-d960-5c1f-8e2a-d300d43360b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179040"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e610ebf4-de22-5784-92fd-568a5fd2d6dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179041"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cd4eb9a2-2711-5929-a233-76b39abd1b51","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179043"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cd7bcc2a-5415-5ae6-bfd2-5715062eb960","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179044"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"42b5ff75-c54e-5867-a3f8-b8317d619ed5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179046"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0e738119-dcad-5f74-8258-f8c104d7e8ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179047"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0de49d2f-0da6-5c5f-ad39-4834864dea1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179049"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e2413ff1-c79a-5190-9eb4-383102e76839","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179050"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9a9c84e5-8e92-5d5f-86ca-649eaab2f829","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179052"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"69abde95-e607-590d-922b-739e3fdaf7d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179053"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"20f5d874-69f2-59d6-a0b5-d77e619efd0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179055"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"86feccc7-b08f-5391-a88a-ec43edbe2544","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179056"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bba51369-d3ba-5c1d-95dc-a1e562b66d8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179058"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"343202ad-ff67-537f-97f9-2aed8a9946c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179059"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"796da09a-d4a7-5ed4-a389-51fbba8f457b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179061"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e4b11180-b239-5cae-a5ed-0d11e78e0c7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179062"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9be51971-bb93-59c7-a81a-82df10acae4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179064"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b9091d00-bb19-5688-bd9e-f54a0e449b37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179065"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"92bd9621-08da-5363-b2d6-594fc8c85957","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179067"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f4d7e18b-80a7-550d-a79b-af1312a145c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179068"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"95599fe9-8f29-56b0-b506-de49e19b9580","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179070"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"96782130-4829-59c5-8645-8e91a7092502","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179071"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b5e69454-5847-5320-a859-64a6cc7af6a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179073"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5280e05f-2c9c-5325-abe9-1b745f599087","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179074"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a1a49fc3-3ac4-5e2e-8db7-0fe190da2d54","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179096"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"33305b7a-7f71-5199-8b89-93ace29a8dec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179097"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ad985635-d80f-5177-93c8-d35e42142cc5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179099"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"af5b9152-3a13-5e70-ad3a-2956c193d9be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179100"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f4495a4a-50e0-5086-b2a5-c2f2e808112f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179102"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"df0a7d59-9b36-597f-9b4c-719ef0f61f10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179105"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d2b9289a-004f-57d8-b6f5-09901894308c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179106"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"36cdc0a2-a4fc-5964-89c9-6c22d13f9d98","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179108"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d81ee851-9fb2-51f0-9ef6-cdbbe9f763cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179109"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d0f6111e-a4ee-5d62-b042-ded335a6669a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179111"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"47e7afa5-68e6-522f-848c-1820329d419c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179112"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"260a469c-f3f6-5b36-8ebf-f6adb7d00355","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179114"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"468d82c1-1cb5-524a-a508-15a8d0f5a20d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179115"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"167972f4-fb47-5bcb-b770-35a7fe358467","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179117"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cc6a1203-3172-51e0-92c8-7b109adcb073","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179118"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eead7023-a2e5-5709-a1ad-6170dee1e0d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179120"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a4d051fe-f268-5489-91ec-59f1f93bf9eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179121"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"007839b7-d484-5035-ba63-7d8169e2114d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179123"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3d9b5bc6-9be5-5532-82e2-93263f333991","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179124"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"05f4ba95-18c2-52f8-bb2d-8616abe3d9dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179126"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6ab03ade-4b14-57bb-9267-53a23e2b3c63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179127"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ba2235d3-8229-5dfa-9071-0205396885eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179129"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0d90fef6-c896-5872-bde3-e1df18e81b83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179130"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4b26db3a-30fd-53d8-a576-6eaa1ed9edc8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179132"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d1f5ae1b-e255-5dd4-bde5-3cc4a710ca74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179133"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"20ff5434-259d-5754-a3e2-7af98b0718da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179135"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5c642f2b-5f3b-5916-ac1d-5872510cc14d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179136"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"840eac17-c271-5fc3-af32-c24856b5da6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179137"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2556d603-5a0b-5f8d-8883-6bcba91e4690","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179138"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"08675f98-39b8-5fd0-a7c3-590547a81cc6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179139"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b588576d-dfaa-5153-97b1-2603e96463b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179140"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7e95f987-229b-583d-b065-4a0110bc04db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179141"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8d5e6529-3247-566e-a456-e84a3511a51a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179142"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6dbd7fe2-8af8-51e7-8174-6606e33553ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179143"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a7023c10-80c3-5369-9eed-6e3f361900da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179144"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f3e13a60-4d5c-57eb-9b63-710f622f8fa8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179145"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d24632d8-5b1a-5ec8-97c7-6f624cf29ace","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179146"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3bac18a0-a6ec-5558-86b4-dd1ca8d8907f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179147"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3bda2472-8744-54ed-a78d-cb67f47b92b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179148"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"219edd16-8a88-5286-afae-c3fe6e32d747","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179149"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1ebaebaf-ceb5-57da-b8c3-c2055b9f268f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179150"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e4105224-7eee-5a1a-987a-fac09403975b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179151"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6fb5230b-f497-5acc-9a7b-99c96c534f54","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179152"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"63d5ac99-0cb7-531d-a300-a0cc5b2c6bc0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179153"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"91c19a2f-99ce-5a13-b018-2dd33e435e4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179154"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"da31f276-ca0f-5f61-b92a-dedbf5f0d3ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179155"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5f20244f-5589-5d6e-a3cb-7f733d18aac6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179156"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b43f4eac-8e9e-5d09-afb7-8d39fee5a713","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179157"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6310ff7b-503e-59e1-92e2-0f01b3471822","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179158"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f3d1cb02-9dc9-5a65-a6ae-c15b2b6eabae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179159"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"16b13cd2-4028-58c6-a499-a3a33ee4c850","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179160"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"10a4a92f-ef1f-57bb-8c7c-6ac10eef2c43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179161"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"97fb0ad7-d384-5df4-a2f4-2638d182a5a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179162"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2e512501-0bc9-5cf7-a7ba-59f6266346a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179163"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6d29cca3-3b6e-517f-986d-9d024057509f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179164"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d656cf64-e6f0-5031-b96c-ec29cd60ac7d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179165"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"32706563-0494-5554-ab3b-7edb76ed00ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179166"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d8ffb7dc-ef50-5d1b-a2f9-016f690882b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179167"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6f9c2127-8d54-5d2b-b760-1c17b991b949","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179168"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fe65a7de-43f1-5bb7-a248-959222c71c15","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179169"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"51258024-e516-5262-950c-608509933e50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179170"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a2851693-97b2-58c8-9b08-28f92cd93ecf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179171"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"61eefc3e-fec6-5da3-9f3d-f307de1b4c12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179172"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"69ca51ea-e643-5f8f-b71a-41a060364585","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179173"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e5c13d9d-d669-5634-86b5-ee11a1c87899","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179174"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"692eba31-7c49-5990-b2a6-ab5ce3a92926","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179175"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"46ab62fd-7666-51fe-a5c3-b3c327104f28","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179176"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3468bfe0-77fc-5f5a-8ea3-3861adf142c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179177"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a6bd5976-7906-5f34-b622-ef8f41e9ac7d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179178"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eaa39708-1c34-525e-ba46-374f0f746b49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179179"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0d97361b-a428-5b0e-86a4-b80199404a8a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179180"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"96d14e5e-df36-5c00-a895-9d6035f5e615","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179181"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ac41fd54-904d-502c-ad17-263c9d26a9e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179182"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3f32fcc7-df36-53b4-9cf8-4416e9aa2510","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179183"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b2afb4c9-e26b-511f-b26f-f1cd011c369d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179184"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"26bc1de4-6f14-5e92-95d2-5b651e55a2c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179185"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e27090dd-b4ef-504c-b94e-df6b31756901","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179187"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"73f94bdf-b216-5bed-a14e-f18d8d58e24b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179188"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fa5606f8-9aa2-52b0-8c8a-5822beb5d2ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179190"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bb68a8d2-4878-58dd-83e4-045a0baf491e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179191"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"44053633-1b6f-5c88-9bc1-7b3e42b9d1aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179193"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1ae74774-a8a8-5d33-9f1f-efdf59188a59","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179194"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e97d7f09-901b-56c1-9346-fac67c6df9ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179196"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ad563089-196f-56b4-8b79-4403b08452ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179197"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3bcf1902-1d43-5e1e-9f42-531649868280","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179199"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0334d887-1871-526a-b224-94ae6bf7cdf8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179200"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"db8b5dd1-9aa3-5996-be27-fc17b8f84cd3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179202"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f439b28d-8970-56b2-b515-890c1dcfa752","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179203"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b264b05d-928d-5d72-86a8-4882f30a9452","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179205"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1f42474d-f2b9-5e7c-8fd1-c5cd293823ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179206"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6675d839-685b-5905-b3cd-80871426c654","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179208"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f08509d7-4e0d-52b6-ad06-2ad78fd861f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179209"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"23b707d6-1848-54eb-878f-c68e9c398fc8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179211"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7ccf6ba3-c752-5e23-b13b-25614eba605d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179212"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"352cc320-3b45-5df1-9fb8-5ab5e04b6c2c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179213"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"60537d91-72b3-5efb-89df-0a852bca4487","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179214"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"87400a93-abfd-5b5b-bbcb-81514660300c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179215"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"030f7739-b6c9-5c78-98f3-90b4eecdc755","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179217"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5ac92466-35f2-55b0-aadd-6080fd3fa1dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179218"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6bd14557-ccef-5fc9-8181-d820a3e8e01b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179219"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b2ec3487-8943-5d95-9629-f411d9758b5e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179220"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c71a072e-5bef-5db4-9c9d-27c889405d8d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179221"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"62c6e971-6349-5a0f-a88c-00ee4ee1f148","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179222"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6d20cf98-5c0f-57a7-b008-d529eae95674","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179224"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0cc907d4-923f-5b4c-848a-caeba1835063","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179225"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dd78a140-c306-508b-a334-570de97d9869","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179226"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"03668860-94d1-54c8-89b1-8e204c4bcc04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179227"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a61ae401-b771-501e-b54e-0f866335cf49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179228"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"19a4888c-e88b-5839-83d2-ec662fa49c2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179229"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"36b54670-d107-5af1-9a1d-43b771a21a64","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179230"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5ede6232-422d-5847-9ab9-026c7018fc4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179231"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"075ddf3d-df07-5ad5-8893-8b451d7b9b92","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179232"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f3d32680-3836-5b5f-afbe-58259c5264cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179233"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f1809974-0b04-547d-9423-8115d9d1e7bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179234"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3d610042-98e3-5394-86d1-4412537ed97d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179235"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c76a4733-56da-5ff8-91f6-ece73fba731b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179236"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"93a348c5-731a-5c1d-bb62-f97efe893356","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179237"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"544b3dea-9778-5916-a7dc-58d08b644270","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179238"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6d246517-a5c3-509b-ba72-37cc86d5b617","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179239"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f3b43d95-44d2-518a-9ae4-0b61b986beda","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179240"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ea8b0619-81ea-5557-83f4-51844da5f0ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179241"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"12f8534b-eb80-55eb-91db-6b2fa914043b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179242"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"042ba8ee-7042-56de-8425-de5e4ae3bd24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179243"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"acb26d63-f1a4-5bf6-8d4e-64f0333df8fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179244"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"16772fc7-286a-509e-9fc9-a2dae6646bdd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179245"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3323bf16-f6ef-58e6-a6ee-17897153e027","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179246"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1a3d3c0b-241a-5d7d-9708-0699ead7ea9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179247"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"31a2f61b-90dd-58af-bd32-9ae88305f98d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179248"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fbf96236-6daf-5500-8a21-57df4fc43c09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179249"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"26c490b6-6bcd-5cbc-bfd3-dad0b5451a1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179250"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5e976b09-1f03-579b-8386-6385c38f4aec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179251"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d278bb48-14ff-5993-9dbd-2a19b009d341","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179252"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a3aa3e56-1d32-58cb-aace-467dcb32dc8e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179253"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"035d2868-ec82-5d37-9645-584ecac69d7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179254"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cf7159a6-5688-5173-9d17-aec50828f8ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179255"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e222bacf-fb69-58e8-92fa-f09712fb1c63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179256"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c4b564cd-0a08-5efe-b69d-4c8e759870b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179257"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6ba3965c-74e2-5b90-a61b-8246e6ba4a72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179258"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6fd4bd23-d4e8-5c99-8d7e-777f1097e480","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179259"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d2629af6-ff55-586f-aa86-60c18e537e1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179260"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4c0975b6-08c6-526a-b1a0-d98c53efef9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179261"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"196598f8-0890-5b0d-a576-b236c37df860","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179262"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"04077f66-575f-5bf1-b4e5-00ec1fd92c36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179263"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7ff2eba5-3db7-53e1-9add-7ec2002169c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179264"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bd02e513-cee0-56fc-886d-1d50d41a17e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179265"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ecd9bc56-6e24-56da-9fbe-0d6e346d6542","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179266"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"33774cb7-f354-5f7e-a1a7-06297bf0a1e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179267"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"36432b94-e53c-5ba4-8974-6e87b9851da7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179268"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e877e194-b213-5ff5-b139-dd9678a5eab8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179270"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7b5861f5-123c-5d3d-ab1a-c6a2315c6a95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179271"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"393c926a-4318-5fd4-bd61-9609c46243de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179272"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fe939c40-5e5c-5241-ad3f-67a943c3a516","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179273"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eed04da8-1729-549c-b3f6-91aeec51d45b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179274"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c58a5593-04a7-5ce4-8d1e-bab5463072dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184283"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"37e00841-23d4-53b5-a9ef-a1b97131ef12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184284"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cc14220f-a827-5bce-a3ed-31ef9bcf5182","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184286"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2a6c54d6-a163-5319-9e6f-c2d6264b5445","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184287"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"16e896fc-559d-531b-abc0-82e5f72b6f00","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184289"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0fa0014a-4db4-5771-a6c1-c5e2f8d53193","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184290"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e136e6ed-a337-5c29-add8-32e6eca245e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184292"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"34f5471b-b354-5ff5-9eac-9b5cca8b9430","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184293"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"acadbc5b-4a1a-5084-9f9c-4443253fa442","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184295"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c6fff9fb-b564-5c49-a5d2-2b2ed55cc9fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184296"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"65a6a5e9-84d3-5d5b-8d73-d0ef0f5a33c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184298"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c2b12c93-4c3a-5171-a6d4-3625be2eaedf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184299"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c656e50b-3043-502a-be8b-d7e1ac40e3db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184302"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a35aab74-c102-5a79-971e-e439a4e21e2d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184304"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7035f1b9-76e0-5cd6-9b74-db48a8bc0c1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184305"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d500684f-c8a4-5008-9df3-9b873e963697","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184307"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"39a53a3d-0609-5d8f-a2ec-a0b79e02ca2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184308"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8e124644-00dd-5e6b-8e70-0015cd336529","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184310"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f8d4b2d6-632a-5f51-83e6-8d1139514405","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184311"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"14a21485-3d53-5c36-b70c-873adb6e9acf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184313"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a5afa227-acab-51f3-a03a-820d4db6332d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184314"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"989da715-1669-5245-aabf-e0189aade864","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184315"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b15ece52-ef26-5aff-956a-f75aada966e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184316"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ed04fb2e-ef87-565c-9615-9ebf11972a1e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184318"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4cceaf9c-6d05-5845-a207-6fdfba44f285","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184319"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8856d4b9-d359-5083-bc55-ae43cd2b7587","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184321"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"03e00073-8ffb-5afd-ad80-5a30490b872a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184322"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1d37b9a7-9d27-54d6-a1cf-a8a35793b98b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184323"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"02014a2d-67ce-59f3-9c8d-5e80ae1e586c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184324"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"36efda59-8f92-5cc9-beb4-5ce6728a64dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191033"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9f568618-8aff-5397-8450-d699832509c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191034"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"99ad85cb-1b8d-5579-a1d3-b6c8e37371d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191036"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c17acf7f-1b52-5acd-9d5f-427118610f80","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191037"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ea697cc2-9a8e-5995-a724-1b287f239e34","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191039"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1933362c-2dd1-5900-99f2-5b67031691a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191040"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b4811fc8-a1bb-552d-a4da-766fe44ab1dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191042"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e226ff58-54d0-5e7b-82bb-ed47b9c6c868","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191043"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7084686a-b332-5393-84e9-5214be8e2642","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191045"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f3898d60-7f95-5c13-bed0-b876103a45ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191046"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"69a90ee9-a294-57cf-9496-664baafe1f1e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191048"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a92ed0d3-1b05-506d-a7a9-e8e60d3a0e9c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191049"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7cd9c942-b0f2-559e-bc95-bdcf2ae881a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191051"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2ebac790-c534-57ee-9698-bc5ffb3f7e3a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191052"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0701e457-776a-5429-830a-771c9613d49d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191054"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"948b172d-86c1-565f-bf89-705bbb361bf5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191055"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"666db1c4-01a9-5472-abd5-109a82c3f7f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191057"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e089de1c-27b0-588b-8761-bcccb087c96b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191058"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"62c64995-f724-5d8a-b4ec-571d03973570","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191060"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bef872a2-6657-54a6-9115-abd707c9609d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191063"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ff4242bf-f29b-5248-ad42-bbd665893812","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191064"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"58792c52-d38d-5998-99e2-ebb82a237cba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191066"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"adfd064f-6962-5860-b086-ffec6b447652","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191067"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"931fc1e6-545c-5c08-9bd3-f1cc6fe7d958","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191069"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"245e5702-efc6-53dc-8689-1de0978ea686","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191070"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"47ebee91-9acd-5ceb-a688-ad90a305ca48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191072"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"30cd7a5b-dcf9-5c05-bae2-8087ce5ccec4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191073"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"77c84158-f743-5844-a044-fb1b5bbeb538","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191075"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"07a6d107-e3f8-5f11-9133-c830501c5b36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191076"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0acc38f7-8e05-5769-bc9f-3011fd985cfd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191078"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6d7fca45-c6d4-52ee-bbb9-abb12987cd57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191079"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d3aeca5a-fe22-508c-949c-cea11b86be4e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191081"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d4016261-8e41-5833-a7c6-a698244f8027","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191082"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a7ffb118-ac7a-591d-8993-95e05ad61636","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191084"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"75f95cd6-0bcf-53d1-8b25-abcf3d0d04fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191085"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b428ebce-9640-5c58-9b5c-a5c21dfa5371","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191087"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"593f8681-b612-59b4-a15c-ac71c1548ced","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191088"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c1f56d80-0180-5d74-9596-80deef503e5c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191090"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"793a15fe-f52f-54b3-a184-5863c2ffb870","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191091"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"28ae7d03-41da-53af-bbe2-1179860441e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191093"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c49eb4e4-29ef-52c5-9977-24333ebd87ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191094"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d7008e43-c24a-5d79-858a-f2052d888381","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191096"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"56d4cf51-3a6b-538d-ab5c-d7a5e879279f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191097"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aaaa4512-3c7f-5055-b9f4-283a11822c97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191098"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8f58e413-1109-5588-ab2b-a99f67923853","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191099"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3ca26c44-559a-57a0-ad22-027d6149e77e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191100"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"029f8203-16b3-55c0-90d9-69c2cf3f48cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191101"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c76eeb81-7d8a-53f9-934d-c40ec8fed970","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191102"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"807589f5-ad63-57d2-8298-5f14baea072d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191104"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"89fde99a-c3f4-5cd0-a589-4aef3d5b7afa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191105"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"909f82fb-1fa2-5aec-a043-4bcae1220f8e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191106"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"add87c40-ad17-5199-89e2-3d93ba9a194d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191108"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ecdffe6d-392f-5282-989b-5b6aa71fb0d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191109"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ee155fa0-b428-5d33-a77f-1c9608198989","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191111"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e23df4e7-4c1c-5412-a95d-eda4c64a571d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191112"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ba06d45d-46c1-5b8f-9281-109afab89517","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191114"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a7917ec9-ee65-58f9-ae4c-bae04ee76c86","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191115"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e1edbc61-c9a7-5e65-a54b-c6277f4ab721","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191116"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c43ac5f6-07e5-5c00-a081-e8fed073da33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191117"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"956c4a80-d53c-5b5d-80f8-429f3c88ad0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191118"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2e0b2ad3-86d6-5b1e-8a08-399f6a33ecac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191121"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4889b3d5-7c8b-50b5-a4e0-ec0109f719b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191122"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"58eb5bc7-2034-533e-873d-4c65c7a12560","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191123"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ef5d747d-dcc7-5559-a7da-b7658a04273c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191124"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2fd2afd4-7efa-59d6-81a6-69e469bcfda1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191125"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ef63e116-e6ce-58d6-ac4e-4e4fed07475d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191126"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"54bf6bef-cc5c-51dd-a7c2-01196dc4f008","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191127"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"61917c9a-3e8c-5e9c-a37d-6ec269c83517","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191128"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c39c7d6a-6271-5c77-b1b0-59d7835ef61d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191129"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e21501f6-0349-55a0-ae0c-046e31344e88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191130"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9f72ff87-f94e-5903-ab2b-cbc6b8538775","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191131"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5c28232e-6ba7-50b8-a8dd-4ee34138f1af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191132"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"054e073e-ca1b-5830-8545-223c74028237","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS193276"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fd4c189d-54c5-51e5-bd71-e7e7f57f3c8d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS193277"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c5761cc3-9996-5b05-9c6d-c24a321212bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212451"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2f6eaf30-c862-5330-8106-f67847995c0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212452"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ac737c71-ab7e-5a50-a113-fa15406d15c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212454"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6db28e03-8e9b-5988-90c8-f3befa5364ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212455"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c9c1a3c4-c5eb-5060-a640-fde8d0db60cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212457"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dd1b54de-8004-5a6a-92f0-f6bd76b885ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212458"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7b64f82d-462a-577b-a62c-6e7b67ac8b94","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212459"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4228fabb-10d2-5627-bafe-708595dcee73","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212461"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dc69f300-00ff-52fe-80a3-03e3e2ddd9ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212462"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"01c52b32-c7e2-5c0c-be17-628c172ab9c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212463"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6cb4f509-8a8d-5513-9195-44e4d0c843dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212464"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"65857f52-aca3-518f-ad08-3b8b09cff88d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212465"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"70efb0cb-ed6f-588d-81cd-2d482f871c3e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212466"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9a1d3007-1bfb-55f8-8b0f-a80d7d551d6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212467"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3c0f9c3b-9973-522b-a56a-6da92b8f83b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212468"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dff8e99a-f993-5fba-9dcc-07fff2b70fe2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212469"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"afec266a-e831-5587-8d11-1e9c13772714","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212471"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a17ca388-729c-5f07-a38a-5be60107986e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212472"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a1c5dff3-84e9-5b8e-b250-6021d5790ba0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212474"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f050e049-4d2b-59a8-be51-89d9487d80b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212475"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b979e2db-1757-5aca-a799-fbc67d82469f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212476"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"de3c1137-082f-587e-9a5a-fc66481049f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212477"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"293382f5-2660-57f1-a761-cc2a84be023d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212478"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0f9b38f1-8963-528f-a9c3-d1c1dff74278","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212479"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5c5c0d58-ab90-5bc9-ab62-619ec82a7b98","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212480"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a165a30c-83dc-5bbd-a6ed-2b066716df83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212481"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"04eb8860-e9f4-5285-be34-98db09e59eca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212482"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"321d3e79-4dd1-5646-9a29-9dd2c026033f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212483"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"10e73b0d-2289-506a-a80f-6bbe7a333d9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212484"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"02308915-e246-512a-b50d-b18347e49e35","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212485"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aba36849-3755-56e2-9a0f-723fb9cc8461","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212486"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"48e00b2d-95f4-5393-b2dc-ce7aa089fd07","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212487"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a5c3b07f-01c4-5cd3-8e8b-3ef725c8efc7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212489"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"99e13d9b-5f10-5a2b-a864-c12848ac1207","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212491"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"81736536-891c-58df-ade8-fa51c94e9391","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212492"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3b98d80f-5252-5680-affe-0d5766763e72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212493"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2a862093-d7d2-5871-bc22-a17320bae74d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212494"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b3c7daa4-9e63-56de-9fca-7c00b08e0773","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212495"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"50eec866-3f85-5265-ad3a-f1273cdc4fe6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212496"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d2b73835-6683-54ab-a5fe-25698ca75bc4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212498"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5cd13efe-9a04-5998-898e-9451928ccab1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212499"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f03b39d3-d727-54dc-885c-72d6618546aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212501"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9726dcab-bba3-5216-8d32-d0f9c1cbd0a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212503"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"57ddbdc9-7785-59a3-b8e6-c1f8ffdd2ae2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212504"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f3a8b34e-b287-5fcb-9279-364fe777f244","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212506"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8ce3d2e6-5b16-5764-b328-01779f2573fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212507"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8ab3ccc9-c533-54d4-98a9-2bedfe1523a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212508"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4bed6897-b31d-597d-ac63-80dbb0994f22","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212509"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c61f487a-0873-5023-85ad-687dd835d32c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212510"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c2ca1cab-1f00-5640-9d48-f72be834d96d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212511"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3cfb37bd-9ae5-5ad4-baca-1d0dac26f1ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212512"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b2375229-1393-54b7-a255-6cee7494a4df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212513"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"88419fe7-e0d4-5937-9f67-2e95fae961ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212515"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f3b3cede-a13b-5d22-bf83-7dea19942a10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212516"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9772fff2-e9ed-5e7b-bbc1-321908a1254f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212518"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e516dad7-4f99-54b8-a366-80c8addc9942","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212519"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f289c702-b2c9-5c6a-aedc-f6b5daf72c38","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212520"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c19d6e95-3b60-5d43-904e-3f1a76b74c17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212521"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ffed16ff-4187-5f42-bcec-2435d596c167","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212522"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5ae3a5c0-ec20-57b8-aba3-0d5b7a06643a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212524"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d532e09e-9e32-58e4-9d8b-7de05e20a59d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212525"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"af72529a-8e85-5305-b292-7e62bfbf269a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212527"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dba587b7-e835-5a0d-a92e-06655434600a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212528"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7559b833-8672-59dc-a0e1-14c7760b7586","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212530"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3a1c00c0-43ab-51f5-b797-af0f33745e85","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212531"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"998f1783-422e-55b5-9972-6a818deba5e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290867"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e9635bf3-170f-529f-8ae6-52deeb8662ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290868"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"88bde9f6-7e41-5243-8438-25147b62ddd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290870"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4af7878a-b735-552e-aa88-9d14f50e0264","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290871"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0ee9aa53-c9ae-5c55-a7f4-2e08f34a52d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290873"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d0c841af-7041-5de6-bbfc-db7ae900c777","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290874"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fbdc183d-2af0-59ef-ab68-289997cb9438","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290876"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f835722b-5a9f-537e-8c4f-bd0892b23620","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290877"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"156d997d-da78-5d9e-840d-1fd1a6a40bd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290879"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6128245f-9e45-540e-8646-d8dff8c08c3a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290880"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"af8fc2b2-6023-5931-9c67-fe8cea8bf7d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290882"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5e3fe5c4-edc2-5f33-b2e7-38e561455caa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290883"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"221af052-d607-5798-8cd0-b6d6a7ef293f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290885"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dcb6d93f-7a97-5f69-a9ec-7d1a4d7e5aff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290886"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e2aaf823-672d-59d8-be97-bbb79a118146","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290888"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"de15bb23-13b2-5347-be75-195b4f7a1d5e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290889"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a951cadd-5766-5933-b552-e2943cf730e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290891"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"53988485-3343-5a45-ad2f-5afe10bdf1f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290892"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d0cbf1ab-110b-54bd-80df-b0558393cad4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290894"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"34b7a905-065b-54df-8768-34c9bd89bc74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290895"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d75fcbec-7a46-5b78-a9ab-4c4d0c72c787","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290897"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fc33ab6b-397c-59bb-9716-85debcfaa96e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290898"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e0eaa6d2-7afd-5b2d-9aaa-1f815d98f26a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290900"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"97d50dfb-0653-5f2a-b6d1-2e2d73128849","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290901"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"57755e01-c5d2-519d-b266-f0f7307615c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290903"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"60abab88-aeeb-5c46-9711-cfd02aa92659","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290904"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"849aad9f-1aa2-507b-990a-20b2602df3af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290906"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6415aee9-2ed6-5479-b924-008e9770d7b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290907"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"35883469-ab0a-54dc-8c7b-0d38d818cb7c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290909"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fc37e919-41ce-5516-8340-99bc4272a131","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290910"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b2c8675e-607c-512c-a6c0-f118984d97be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290912"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2e0ffaf7-77dd-5a34-84a4-92e88ae3b5f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290913"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6443ab37-7285-54fa-b377-4c64d11fe773","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290915"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4369ff0b-57c7-5fc4-b1d9-65e2eb62d9c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290916"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2c631e92-0e36-58ed-8129-9a1040a9f8f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290918"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ad2af859-1d31-5746-90eb-63e1d8df7edd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290919"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"86b18730-ec0c-5aeb-91f8-7b2c8069cb2c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290921"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"200ffa4e-2c6b-5e68-ad1f-51190ed80168","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290922"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a475e6e5-3d6c-5223-a423-09d7ee2f5640","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290924"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d1282308-c4eb-5fde-92c7-451ee2ef3b68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290925"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8c7326bc-c52c-55c3-bd98-e2f557cb2a32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290927"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ff8f8ca4-54d5-598f-812d-067181f12c1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290928"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4b152cf4-3703-5799-a886-29203d0a74ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290930"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a915e48f-2c3c-54a5-a58a-62abdad20193","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290931"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3ad8afa8-7eab-5f37-ab00-b58a4e5836dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290933"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"61c19780-8241-5725-8c69-a9b64da0f589","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290934"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"80041152-fef6-5ef7-ac32-fedf8f415ac4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290936"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b0fd8af7-a526-54f6-b2ca-f17172eaa66f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290937"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"70cfd07b-9881-583c-b44b-a0f7c1733e2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290939"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dc70400a-db4e-5044-907a-8a57f78f526d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290940"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4d6aa58c-54da-55b0-a5c8-3410539adffa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290942"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d42b2501-cf1c-5878-8631-53f2de787da9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290943"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"53d92e99-28ff-5815-acc7-69968a69d7b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290945"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7548835a-ba4e-59f9-bbd8-c3bbed711e06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290946"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"028d1004-d56d-55b9-86ab-fd841c423ff1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290948"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"76c6b964-9fba-55e2-b2ad-e53707e5e059","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290949"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6827e4e6-353a-5827-aa69-13f1ea0a6509","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290951"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3739f749-a1f9-5922-9a1c-30cb72b19bd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290952"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d9be083d-17ee-5eae-97bf-d8ea0facc36e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290954"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5d672916-e9fa-5a56-9c76-90c43e9b7848","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290955"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"30ffb06c-439f-55a4-b471-e680d292d374","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343971"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3708dc18-1c0b-544c-9a5b-8d4ada367a8e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343972"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7a7f1bda-432d-56e1-bc02-103c7a4726c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343974"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f68fab70-0493-52de-be22-d62cce005ca0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343975"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"77d3bf3b-1b62-535f-9bf2-e94ccbc77c52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343977"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"33b77be1-e267-5f4e-8b4c-1f2891a123e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343978"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"96cbda8c-690d-57b3-bf9e-1b4e5eaeb67c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343980"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"114e2778-5390-5491-8a65-7929fc21f4c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343981"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0e694df8-e1b5-5059-9167-466d7912c85c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343983"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"74eb31fe-d804-502d-ae31-bc3b4dc5f8bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343984"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ccc6880a-242f-5b3c-979a-c8aa7609f7d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343986"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c72246ed-fcb1-5f14-8aca-af0ba8e5453f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343987"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1ad8fc27-f153-5026-9411-753c5bfeb49b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343989"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ae6679ba-6dd1-5e70-bfc3-d2018f7d0a88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343990"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"40f8c935-01fd-5c76-9713-f1540447ebe6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343992"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4657f021-36e7-55e5-92c0-564c35cdff90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343993"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8325b248-6e8f-505e-8133-6a4b384fd9fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343995"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7d2b7907-fb3f-557b-8878-8131109110fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343996"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"63c5b691-dace-57bf-9106-d2ce74378176","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343998"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"31aa1da5-c3f8-500b-8bdb-56f0d94ebb29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343999"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d90ca0b9-f7d7-5a63-8352-0effb6d308fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344001"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"099f5c00-54b1-55df-a0d3-92162d0d79ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344002"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f38d8668-c4c9-53f7-bb9c-988d05d2ba64","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344004"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c6c5cf39-574b-55f5-aea0-279240a86e63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344005"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0222631d-4820-5a05-ab39-6b12bbaa2c86","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344007"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3cb42838-56cf-5d58-8190-f05fec23fe7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344008"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"15bc81ec-8165-513d-91d6-6e0855061dc4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344010"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ba888bfe-b598-550e-9293-bf53dc54e2e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344011"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d964ca3e-c77d-5a94-b730-aa5cc6f8f367","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344013"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8126c38c-8012-5706-9ce9-ce0d49218be8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344014"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b8ba4f51-b140-5887-a1a0-c635e3626159","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344016"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a05e8de5-280c-5423-91f2-5b8e0c35516f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344017"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d8f3df0b-d91d-51d5-b9ad-132ade7e46c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344019"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d50385b0-769b-59e7-80e8-5d6aa3da2d6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344020"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"05cfac7c-0e97-59c7-86dc-eb82b9b7c694","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344022"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3d67cbe8-39cb-5014-b4ef-2af4f0a642a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344023"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f8a4fdfc-00b8-5e32-89a1-8fea1bcd9035","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344025"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ec1cccd5-6aa3-5d12-8ca9-4a3bd7686601","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344026"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"20f00f00-ba05-5580-afa8-64a6777175dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344028"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7d8cc07c-be51-5d31-8639-1a733ede8d93","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344029"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"615b2630-a9bd-5e68-a2a6-52b5948bf038","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344031"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b45393df-8d82-5726-88a0-159601d6974a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344032"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"89ba8939-fc98-5e38-b805-87bc3585d6c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344034"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"65bdc8f9-51ba-52c0-ad47-27019e4d606c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344035"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9f1774f7-f9f4-5e0f-8c39-81cdb23d2a96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344037"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d5e0a4d5-dd44-50b6-919d-06941b70a042","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344038"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"21abe56f-4e47-53b6-9f20-d600f41cce69","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344040"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c22ac872-de67-5ee7-8561-4caf4e277bbc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344041"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ee86669a-444a-5236-b946-38ec0721effb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344043"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1e4b8d40-ec03-5e37-8724-54dbeb1e96df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344044"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9318206c-38d1-58b0-bfe8-733fbe4ba095","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344046"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7945ced2-3485-5f5d-943a-7a44d4cb1419","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344047"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d699fa10-a4b2-5786-886f-ff8a82af3233","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344048"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8c8e3746-80e3-5bfa-9be8-3de7a847a80d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344049"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4ad56e57-439c-5fc3-97e4-b64dc6649498","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344050"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6c66f9f1-9c31-5433-8942-1c45606df206","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344051"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ba598fed-5398-5273-b2a2-96e34823acb4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344052"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a848c678-24ff-5fac-b67a-d2a43c6a6825","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344053"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f09e503a-2bf0-59fa-9ce3-57b74bfaf454","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344055"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ce050c22-f536-5747-9c26-7a00d8b16083","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344056"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d126c2cb-cfbb-57a6-aaf1-ca1ae0c41c83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344057"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6f5a0199-a378-590e-9c8d-2ef80c9b9d53","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344059"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f13b3d85-8bb6-57db-96a1-e093a40c9967","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344060"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"57c6db3a-8f3d-5f1d-af5a-f09f20799305","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344061"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cc7df0d8-577e-5766-b092-3c0ae1526166","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344062"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d7d05da2-cf3b-5d21-9708-6fa0d8814393","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344063"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9048fad0-d564-5ef8-a164-18b5b2da5b5c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344065"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b8872c3c-cf5b-5763-a094-bb5946b66566","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344066"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"70dd9a62-b104-57cc-8a2b-93cdaae35d21","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344068"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"376a3427-8655-5601-ab93-e7bc94b46aff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344069"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ee7d6d9f-0a42-5526-8bd7-566c86087dd8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344071"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"66a59c82-f7a8-5186-83a2-fd445eb7114c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344072"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3e33d1e7-feda-59dc-9c8a-0801c5d70ad9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344074"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9b615f9f-66c3-51cd-b9df-9610256ad076","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344075"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bdea0fb9-1819-5ac0-a353-24e3a6e09564","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344077"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c6920e8c-347d-5436-bbff-f4f290552b86","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344078"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"12d86b32-caa5-5532-832c-5839dec34a17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344080"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7dfda33b-0e96-501e-942f-6536ecb94a4e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344081"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"92943a8a-df57-5994-99a1-674d61c7911a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344083"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ce1d61b3-b259-524e-a1d3-c1068cd3abe1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344084"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cb78fe3e-0c67-5b59-9c8e-d073613f8dc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344086"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"29cca322-b867-5330-b44f-ca0c229aa10e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344087"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9dc6b89f-b45c-5667-9304-59007fc09d00","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344089"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"03d9cf24-6c06-5689-b9a3-bf3df7568a0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344090"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6fc277a3-afb3-58f3-a61c-c1e059a7774f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344092"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5dd4fe4d-d874-5ab6-a45c-96846a418b56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344093"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5fc09dcd-8325-5589-ad10-0fbb94f775f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344095"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e9dfaeb8-b00a-5861-bfa9-ad3023098690","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344096"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5f848c84-accf-528c-aea3-ce445e810d80","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344098"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e5c181aa-14ae-579e-a7cf-86de45992772","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344099"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1555d7d2-0587-5849-af42-c4aebe19f2b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344101"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7a3c4c7f-881e-51eb-9a51-afe2a965be1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344102"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eb28e756-d196-5b74-8cd1-fcbce8a916e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344104"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bfa6e192-b6c4-521c-a9b9-6bb9235bbefc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344105"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"75bf786e-9eaa-54f4-9467-018c02a520b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344107"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f3be1666-8519-5111-9be2-073536f50c90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344108"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ee40b62c-b9c7-5d58-9c7b-5fe09e45fc92","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344110"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2ef31bec-d3c6-5a1e-a728-6ae3fd8865e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344111"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b6774849-e06a-5c77-9d97-857f2e4571f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344113"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"077d8db8-900d-54aa-a8f9-236f5a5c7468","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344114"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cb05bf5c-92ca-5182-b512-677bb5e28e70","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344116"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dae02839-2782-553f-8938-9b813c9d4ba1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344117"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4a747896-5670-52a4-a3a1-2fb0209d623d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344119"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4032b50c-f6cb-5eaa-9e4b-8266cc19ae35","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344120"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c470abf9-abad-5d47-8dd5-06b25d51fd13","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344122"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9f935bb5-4116-5471-a716-64451b42fd1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344123"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5597d8b9-2d1d-5ff2-bf32-9eb695960c97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350638"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"490d91ca-e850-50d0-80fc-9a33fd4854ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350639"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fe929a2a-3734-53d1-ab05-fd21833872d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350641"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"90e8ffb4-7f6a-5a61-86d2-28c9e4853ee6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350642"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"75254b28-c33e-54c4-85ec-9fe337683128","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350644"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"17786068-e9b5-58bd-bc7a-d0370c9301f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350645"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c0b0665f-6ad0-5fe0-9421-d1ce8121c125","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350647"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"622a911f-02f6-52c3-a376-e021927e21ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350648"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9c1185d5-68d4-5805-bd72-cf09875808a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350650"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d347c7fe-367c-5f46-b3c5-79f73bdab7f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350651"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ca02d565-e43c-54a2-9f08-e3ae3b9cad0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350653"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"20e939a1-43d1-55e8-967f-530504ac8c1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350654"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2e00dc54-cd08-5744-856a-005ef589af93","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350658"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1220371c-b8fc-5918-aa05-8b34e5f0c3ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350659"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"20cff60e-5262-5047-8676-56a17196f56b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350662"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ce7aaf2a-16ac-53a5-b5d2-b2d3941223d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350663"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b45a5578-c5f3-5a3b-87fe-447ec9901064","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350664"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"69a28211-7e3f-5615-b7c5-275d3eab6ef2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350665"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"51521320-6c28-5030-92cb-c6910b86abf1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350666"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"55a51f4e-e82c-5f91-911f-66fd230c5b99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350667"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f87860f3-86a7-51c9-a0c4-9e9db24f83e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350668"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b0a731ec-19a2-5731-bde2-7b10f34ac78e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350669"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"148bc012-e35b-5393-8298-329574f0272d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350670"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ad17dab9-4581-57a1-83db-f2bee96403e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350671"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8ef2eb94-3c83-556a-9736-728e051381c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350673"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"94dd2d7c-a711-527e-b504-57ffe515195b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350674"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"18f0af6f-ba8b-5fb4-91fa-82118a30ee12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350675"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9d96efaa-3e32-5b1d-bf79-4c6a732817a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350676"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"17c4cbf1-2175-52c3-b690-7863ec3277ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350677"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d8eeb6b6-b060-5f8f-9d00-29f8da11667c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350678"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f3cd9864-c45d-57f0-94ab-c50439c63124","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350679"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5d06b12b-7586-5759-a3e6-954c68d9c249","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350680"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5dd5cbf4-05d3-5af1-8aa7-714b42456a10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350681"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"09a49fa5-a591-557c-adbf-9840f136423e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350682"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"15300a84-998d-5d28-8719-58b4e1067275","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350683"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"36ae3c80-33fe-5c8e-ad28-475030e3f41f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350684"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"72f7f612-60cf-5edb-8b1f-e044ef144e44","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350686"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"736cb48c-d015-527d-afe9-cbf8ec5b166e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350687"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"527433f9-d646-5537-8e07-bd2621a26daa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350688"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8279110d-e95d-59a1-88a2-b70184b2eb96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350690"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2c7faca9-e286-5830-9fe3-212a5b1e499f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350692"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"659f9f98-e88d-546d-b60c-3fe24613b24d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350693"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"69f784c1-fb30-5aff-9022-0772b19f8fa5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350695"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"df7b2c3d-cf6b-5e65-a818-697ed7e2fef1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350697"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"357abb86-ff5d-5e0c-a099-1b4cc2bef958","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350699"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"22907cd5-71c7-541a-a690-c6307083b58b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350701"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8c5a2841-d458-5b87-9b6b-62f3418b8b11","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350702"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d9bd521d-92be-5be1-9a4b-f8168e0dc5df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350704"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3a5db2ca-e7a0-5f43-8b49-e1b654152910","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350705"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4e4dce4f-6ea3-508a-9f67-6fa5f7eafbf8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350706"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fdfaf8d9-20b4-5b29-88ba-a64ea7be4b18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350707"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5bad4f79-02e7-5375-b62f-007b5bb48c72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350708"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ba804f11-a0bf-567c-bdb9-8527cde071b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350710"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c552fcff-faac-5e4a-ae7b-3551a303adc1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350712"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"44fdaa5b-e4c9-5bda-8a3a-42b482ada30a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350713"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a79b5ff0-357b-5d5a-905d-41566b85361b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350715"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b1a6c295-2708-5d56-bbee-3263bc0b7fbb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350717"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bcbc5f84-18f8-5b0b-ab1a-8aba1ae2cc09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350718"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"592ecfb5-8a7d-582b-956d-ee5fe80305b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350719"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3d265f28-8acc-5b07-a8b8-2ef7eca7f56e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350721"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c316e14a-dac8-5d86-ae8f-41ba1633a5b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350722"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b01bd9a1-3cc2-5f08-9cbe-c3858df19a19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350724"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"20a389ce-4221-54c4-8953-f8b3459ad916","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350727"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5553abef-a7be-51fa-a6d9-c53730a98116","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350728"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8903dbfa-8b73-54e3-8251-f6d6d5b1c92b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350730"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cbb6a549-82d9-5aae-aeff-13bc68ab1e6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350731"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"657cad46-f04f-5c4d-a12d-de694cfc53e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350733"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"103acf2a-a173-58d8-b782-81bb2e825c84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350734"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1b8471a1-d6f6-5907-af85-c6b24bd038fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350736"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2068e26a-c144-5516-9a1c-de9cad97ede1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350737"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"414e56bd-04b7-5c96-8681-f29579fd3d2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350740"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"df2b95b5-350c-5c27-9c57-33c28c95da2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350742"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2c322b34-a250-5752-b32a-27461f767b52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350743"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"38115f21-947c-52c9-89e6-30bb35fad7e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350745"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"54dd3be4-e6ba-554b-8dc0-c72698aac073","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350746"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"57ac00ff-9664-5626-9507-217e7728467d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350748"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b2752b64-541a-57c6-b175-72c9bc4dc291","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350749"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d58ef24f-c9fb-50fb-b9c4-dac397c1d6c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350751"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"53c4633c-6211-5fe5-9741-872a8bf771f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350752"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c5f499d2-5524-5f1c-bc26-a4b3448763fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350754"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e89c1031-891c-515e-bea8-a9011861cc98","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350755"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"478ed47b-c151-5ad9-ab75-ec2f0e31e647","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350757"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4f415e8b-9d80-52e9-97be-5c136ed67990","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350758"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6a096f61-cd79-506c-b576-07ba5143ae51","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350760"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"053649e3-69fa-5a04-b16f-533df09389dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350761"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"006baf31-7d36-592f-a4fe-2aac1ee218b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350763"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cdff5ebe-e74d-5817-a7f6-407e7eced1c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350764"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b2f872c0-060b-5eba-8105-79ceecdfa17d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350766"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fd5b0ed3-19d6-5dbf-91a5-d3f545f86888","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350767"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"60fc900d-41dc-51b3-959c-cfc0d448ea4e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350769"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"755e5925-4b4b-5b09-b075-eca168b4f90e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350770"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"41e29ecd-1a06-52e7-af6d-9dda4e418a30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350772"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f7c18667-0557-5e38-b918-36325c90a203","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350773"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fe1f8c33-3970-5d1f-b483-5f76fe0f3fe6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350775"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5f5634c6-835d-567f-a1ba-7250d798bc92","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350776"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"59e6afd1-28ab-5d68-91e7-a2bac96a772d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350778"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"318d638f-a50d-58e0-b085-9846ebd62a19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350781"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4e26334b-68cd-5a86-9587-64ba81bd60e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350782"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b743a361-d932-5aa5-b7f3-213848dd15fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350784"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"12763238-2320-5f67-a5d5-e769058bf3a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350785"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9c24abcb-bf20-56d2-b283-303c8e8dc602","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350787"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2418af17-270a-5d22-9eba-0e3b03681e0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350788"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"948650d0-2409-5718-aad2-bef4e411dc03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350790"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b98f8dde-f04e-51bf-b3ed-98710205f990","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350791"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"94511b07-b1c3-5581-b74c-5688bbbd299d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350796"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a53d182c-fa64-5409-9ef8-2340b9150ddf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350797"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f0fce244-fee2-5a12-8dd9-10cc0f30a7fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350800"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"38737b46-4513-5cb4-b819-e478da9b8c7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350802"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b19b5b20-2dbc-5711-897a-0f003680470d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350803"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"075d5fc1-13ba-5120-8300-052e1a7e0b76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350806"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d433a3b9-d2cf-5684-8409-5d80f405aa42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350809"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7cbcf18b-ac2f-5f55-8dc2-29473477daf7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350811"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dbf10e51-0f65-5109-ac34-f3348cadb846","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350812"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6149e0a1-a751-5048-a433-14058c4db13f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350814"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"606a87c6-0cbf-56bb-ae4d-9dda209151bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350815"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2bd2379f-53d6-53d5-b0b6-c430ae4e0dfc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350817"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d9277051-c800-5d72-9e9f-655c4c5d9a43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350818"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8347cdf3-3586-5738-b89e-bbefc3e28e38","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350820"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9e047233-427b-5304-a42e-43c8ecb0444a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350821"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a71bb040-7287-560a-9524-3915b3f4d551","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350823"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"967d35ba-ed57-5bac-af24-4eebbadc733a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350824"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dd524833-5ee9-54cc-b1b8-f68e4ef9464a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350826"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"464d2a46-b52f-5698-ac08-e0cc2d94060a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350827"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"33c09b45-0a2a-5fb1-8c77-cc00484ba379","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350829"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"afbe1560-07d7-566b-97a9-e956c0e69a45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350831"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5dfdc203-027b-5177-bfba-0e835bfbd061","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350833"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"136d75d0-67b5-52f4-a856-3bd41469db20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350835"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"006ba812-16fb-529a-948c-26ab705dbf08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350836"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8b6efb2b-9b5d-5eaa-be35-e303a83eb00e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350838"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"efbc00e9-17ac-545e-9ba9-70c384689209","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350839"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fbaae626-2ec1-5a07-bd31-6cade7e2f89e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350840"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b5503d88-4442-594e-a6ab-18b3736788f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350841"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b3e3aafc-51ca-5be1-8928-2f04a91c3908","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350843"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"210da456-8dd2-5e11-a7ec-419f79c275c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350845"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"89901882-5eba-568a-9a51-efb47b0f844e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350846"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"329e8960-0f13-5cb4-bb16-f3f2dff2e572","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350847"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4f071c26-47d3-570d-b615-41ef3aa6e521","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350848"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"041f1664-4d12-5bd6-a6e1-cae2a5f4cca2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350850"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fdf147c2-d7ff-5ac7-b216-8b96cb45ac32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350851"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"80c194a3-5528-551f-bfac-cdb1130d95ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350853"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c399ebad-9b7d-5360-8bcd-3ad385742b12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350854"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5288af7f-3e1b-5031-852b-d53e5e22edef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350855"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5c13b0ca-477f-54bc-ae53-5edfebfb107e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350856"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8167f41f-bddb-56ad-b3c6-b6fd1a0de3af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350858"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"85097b0f-8589-5e2e-a6c9-9cd1160501d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350859"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7e9d768f-0aa3-55d2-8ff7-ae1275e65e4e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350860"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4fdc0d82-da52-5422-baa6-d8c42465b067","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350861"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eab3a7c3-0e92-521f-98d9-4f369174c210","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350862"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"40072210-fcf6-5aae-9ee1-c41cbe09da0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350865"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"54bcfb90-a403-5469-a26c-3ea3952f87a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350867"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ad3e29a7-289f-5b26-bdaf-59f135b03b21","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350868"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6aa9543d-657f-50e5-b26a-975da237bce1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350870"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ccd775b5-92c8-5782-bf84-1946eb0cdb63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350871"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"58127f91-ddec-5a06-bf1c-af32371afa8d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350872"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9d1f8e83-dbdf-5858-b5f1-0a41a80bb9b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350873"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4eb9376f-9b5d-5891-8de7-2011d15e657c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350874"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f69a367e-2343-5110-bd13-4f93d6a35ae2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350875"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"103ba743-661f-5049-9ea9-0a2325bf0c98","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350876"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ce336757-0b49-5c77-b74b-b55dd92ae718","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350877"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"94ac54a8-7d60-5b91-a399-dcff5161b7e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350878"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c462f8a9-7235-5e94-ba74-25244d7219a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350879"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c9687caa-3da9-5963-9ab2-fce3d4149261","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350880"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2f1f4bda-17b2-5eec-8dbc-3be2c4980862","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350881"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e83efa97-186d-5f5f-906b-e092a6d96f9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350882"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3192b843-71e8-52be-a9b8-0fcce9f6aa9d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350883"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"431b5af5-849a-503a-a7ce-d118d289dfdf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350884"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6843a7cc-3e65-5624-9bbc-0d86c7b8faf0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350885"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1ee06340-c14d-5e73-ab97-2f091be036b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350886"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"22ae9e66-8b1c-5a44-9932-9cadf0d2ccfc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350887"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"19b3a904-f06a-5044-aaf5-c922c7cc7e88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350888"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"058ba678-f717-56da-80b3-802a599e6708","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350889"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6f394a64-69fd-5fb5-8145-e07ae82ad488","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350890"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"831eb7d1-7fae-523f-a731-c7d772bbc2b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350891"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"55a391ca-9c73-5d76-984b-f7adccd2a5de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350892"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ea87fdd9-fd40-508c-8320-4adeffd6f67b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350893"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"44025e4b-bfb8-552e-9112-843807cdbd8d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350894"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ff3ad4db-44d5-5961-a986-a0893842381f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350896"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7af9a2d9-15cb-5b30-aac3-447480fc45f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350897"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1e8335cc-d0fd-5616-97df-7464741863ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350898"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5bfe536f-66ed-5421-b432-020d4eb693c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350900"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"15c60f0c-3a79-5333-a066-322fcd09d1fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350902"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"aa0d4978-99af-5dcc-abc7-8cde33eb3e87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350903"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6907a6b9-5972-5bdf-a227-5242c87895c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350905"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f0a22523-40c2-5063-b987-b83f063bb252","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350906"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"deb2e2cc-3604-5e0c-8719-0195b9a889e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350907"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1abdc710-3356-585d-aa98-d315a127587f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350908"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0eaeb866-21c7-599d-9f64-f24594e42a2d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350909"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"50aa2fc5-5eb7-59a6-bf85-c9f4f2e6cc03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350910"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"146c5fbc-4b54-53e3-998e-138fce0987a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350911"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8495b207-bb80-5c53-a187-699036ecab78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350912"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"58b04ef8-5b3c-5e66-9a53-dcde4fef559b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350913"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0783a092-6e27-552c-b39d-898e78e9f9f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350914"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"044911a1-ec4e-587c-b749-57eab7ddbdd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350915"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6084748d-dfa9-5ae9-9dae-d2b7739358ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350916"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3d4c4387-3935-5ea2-8a3b-fa6674468ae6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350917"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6a125478-b66a-53de-bf81-0956850590bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350918"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8ae5ba2e-b94a-5986-8a27-99ff6394940b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350919"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"17f01ffc-fea8-5fa1-a451-4f2155837f77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350920"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"92055626-795f-55e6-b9d1-ed6b4b4e28a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350921"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b47fa4ce-6e45-52e8-a7a0-abcad5ff9ea9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350922"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a9a9d315-6548-5af0-99e2-77b71ba2f995","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350924"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9d49bb70-22cf-56ce-953b-32e957630775","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350925"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"23d1698a-dfc4-5659-8d7c-83368b9b0186","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350926"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"10c566fb-7840-5b69-882c-9d21db19daa0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350927"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3e62a3b4-68ce-5d4b-af9b-303ea97916c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350928"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"320d3c71-bc10-5ce7-a622-b2758223126f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350929"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6b8343e2-281b-5df1-9f9e-740c2558dc1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350930"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5db81d8e-a507-5036-83f2-110e7587b0d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350931"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"04b432e4-fcaa-535d-86ec-81e7bde16e47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350932"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a6227995-586b-50e0-818e-5315f02b8ada","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350933"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a1566f76-6f0f-51db-8512-0ff635a39f38","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350934"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ed3616eb-1708-53b1-8b81-6b491b820da5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350935"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c1665623-6e59-568f-a86d-cafd433926bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350936"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5cdd3662-180a-5b64-84b4-ad47f1c31ba9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350937"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3d1fb534-62e5-5651-84cf-4a416c9a3b52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350938"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4a2a9249-1519-5231-9453-8b63a81fe4c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350939"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"09404272-8a7c-5389-889c-fbad0974b4eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350940"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f103a9da-77dc-563d-828c-1c9362acbf82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350941"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a144965f-94ae-5efb-a89b-01d3ce52c01a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350942"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2bd7ff63-670e-52d4-a692-5addda575908","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350943"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d0f2b492-fa47-50f8-8985-22c0745698f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350944"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b77d548d-0fec-5534-a3e4-c984ab63cbf1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350945"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"16c02d81-04f1-5f6a-a352-deb994079e6a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350946"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fcaf4d59-7d9e-52b7-af36-c7e8fdd10586","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350947"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2133680b-c59b-5bb2-8631-71460bff3bcd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350948"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d4419395-4e18-5557-b60d-d4470957f73c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350949"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"be82c22a-9c8d-58bd-a3e3-0a8e438305d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350950"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d85a9dbf-b0a6-508e-b165-c87f14fdc887","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350951"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ca27bea9-591e-5179-8902-491f0ab29e00","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350952"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"736e204b-4604-508b-af4a-f4b853744c29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350953"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"68d3e5c6-f021-56ac-be73-8287c7c24a33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350954"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"743b8398-a38c-5d74-8bd3-ee6930be7a55","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350955"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c806aab1-ce73-5afe-a567-b249dea5a10c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350956"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"37367641-c32f-56bc-9b51-993d031e6966","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350958"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4f10786d-f701-5ed8-b421-08773bfd53e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350959"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8c5a3230-2816-5837-82d9-855732d34e35","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350960"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8e1bbdb1-6ce9-54c0-a02d-a31b6ea9b559","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350961"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7a5701d4-37bb-5fb3-b31a-27825336c5dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350962"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9d45fe2d-417c-5e28-b628-b2f609ce3e57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350963"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"18f5f2db-2ed1-563a-ab95-89e316b45514","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350964"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6c52c792-77bd-586d-96f4-60f3deec0699","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350965"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b5306764-9530-55c2-97a4-2d643949b271","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350966"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"50e2eafd-3a2c-5612-9aaa-99c464525957","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350967"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6a4511d1-b855-5eb6-995f-04b8ee0a5e41","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350968"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e01e4d00-0466-58db-80cd-703b80d74957","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350969"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"06cc58a5-f580-52e1-bed9-2c5342a6ba9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350970"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"99f8fc78-f40c-5146-a30b-9ed2249b4d5b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350971"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6aec60ac-b16b-5cc8-93cd-2b279211b907","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350972"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"425fde97-6c2b-5df3-a5eb-f9c3c7f97ad2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350973"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c922053e-e021-5890-adeb-2c41192747b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350974"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"91d96fa2-8a48-5a9a-a27c-5243f8bc9788","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350975"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"57803581-2706-5689-8eb1-55ae912db5d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350976"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2f3c5478-01c6-53f6-aeb8-7e4c54e1fea0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350977"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"93655109-79cb-5398-8665-df4960cb5941","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350978"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5dd0a2cc-b9d6-5276-9e7d-13eb26614e72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350980"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"975b8239-ca1e-54b8-b771-d380f20b9acd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350981"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6da4f6b1-8727-562e-8f12-4400da15e6ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350982"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4a58b622-784a-52cc-8a7a-877ae300148c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350983"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e64ed071-0478-5460-888c-66d3c73d9ad0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350984"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7c3a75ad-581f-5a62-a896-e986c8dc58c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350985"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a9afc63f-eac1-5872-95b0-3b69e5335bbb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350986"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6b76b9ce-7023-57df-9479-930581d3d02e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350988"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c03392c1-5e79-5758-864b-199d39efa9d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350989"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"66986ff1-bb30-56c3-ac5e-fce91581f9f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350990"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"41ade69d-a663-5f1e-a180-bccd6c14655c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350991"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d439c796-476c-54d4-802c-3d1a14a7fefe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350992"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d83a66a8-1814-5f8f-9042-c9a718353903","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350993"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2353f55f-152d-55ef-9b5e-89be1b386664","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350995"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"91c3acd2-e4ef-50a2-86d9-ad71ee369c7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350996"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a08706ce-c5c7-547a-ba26-ab368be74e20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350997"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d2fa00fd-238d-5e1b-96c7-3a3d150b9011","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350998"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"551ace6f-507f-5dd6-833e-a59c62c0289e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350999"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1d91c5db-646f-5000-a9e5-f4cf0e508b32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351000"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9484e748-8f87-5348-ad80-1c7399358686","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351001"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"15bdfe27-2f93-54ee-934f-c07fa0cf77fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351002"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"68d33d57-ae43-5eb6-bb50-723c52b41481","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351003"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fe074466-cd17-5d34-9230-667efbd25d56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351004"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"41a1c44f-1f14-550a-b846-91409892179a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351005"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e28c9aed-70a5-5be3-9ed6-d6a91f6aefa2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351006"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"40e04eea-8d65-55cb-bdb1-02ff03b10df8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351007"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4719a911-9dd8-512d-8928-777acbbf76fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351008"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"38a5c9bf-2e8c-57c3-9c29-b2727374e553","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351011"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fb087c7b-5dda-533f-ad8d-f4e9f9f46db7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351012"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b9d07f02-bf32-5433-bccd-dda4c00c9024","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351015"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e7bd3fdb-df43-59c8-9b99-57306245d1b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351017"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"23abfd88-5f50-5d1b-99e1-33d1910339db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351021"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"91655002-30ae-5bfd-9f71-eddb9c85dea0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351022"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a2d06ecb-2318-541a-9fe6-5accdef068b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351023"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"efd575f8-2938-53ca-aa56-b2519851cfb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351024"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bdf75fe9-ac28-5d83-ad55-614cdd8d753b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351025"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"29aa8e16-d369-5657-8797-3ddcf44762ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351027"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"63adf9a4-818c-51fa-8a03-a7433f0165d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351028"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0f9cdc41-b5ec-5f82-9c9a-baf00e859656","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351029"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a7d0d358-6499-5548-9eb1-a3e9233f565d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351030"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a302a375-01bd-588e-8a62-abe88c9bfb31","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351031"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"047ec77a-a3b7-571c-a78d-e90f8c031745","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351032"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"48ca9e84-6ffb-57ae-83bc-9bceb61b49d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351033"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"81a00567-6874-5225-95d9-f32122fe074c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351034"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"46bd6b87-d298-5d62-9269-ca71e7b9c6bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351035"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4c895a91-6147-5e68-8470-25397581039b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351036"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2fdc3742-230c-5e80-b034-242d0b1d5fcb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351038"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1b1a1cf5-ac00-520e-8ea8-6070ed1c3bb5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351039"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ac1a2c25-a43a-5c37-a51e-52261a2b0088","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351041"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0b1514fd-58e1-5c78-b8ba-02583d229d61","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351043"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b093accf-2957-5882-9f0c-0be70763523e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351045"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"feca1f74-5794-5f5b-821e-d609442892a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351054"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b1449109-1afb-557a-b00f-7ef4c70fbeb7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351055"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"026aa956-26c5-50c6-b39a-7c451c833617","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352794"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5c954ed2-f302-5412-bc98-1d3ed6b7cb33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352795"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"218588f4-fc70-5e05-bbcc-7778cb653bce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352806"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8ead9ca0-fede-5259-8e20-826fbfce21ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352809"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"52309b3b-1f8b-5e91-a78c-9e5cf1adcd1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352811"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"88280c60-30ff-55d3-9e9e-d7bc76873cb9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352812"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"477a19a1-7f58-58d3-89e1-daa3bc9ac1c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352814"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"878ddaf6-b164-5c36-98be-2b4902be8182","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352815"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"50281f10-9ce0-5d2b-9c21-fc367fa1ec9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352817"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5346fbe2-9946-5ec5-8713-525a93e0035d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352818"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"00e98646-f6fa-5859-a8c6-96b3cc70931e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352820"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6ffad2eb-4d82-5762-a3f0-595b4d188c24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352821"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"85fbf519-6526-5617-9b38-d59b41fcd8bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352822"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b4f1a3cf-f69d-5b44-b9ed-afabf3a1c5ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352823"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8ebfcf78-ba7e-5092-917e-ac3de1443132","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352824"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ee793eae-3d04-5896-af0d-f2dd3bb663e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352825"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5e246fde-1c43-5eb3-ad97-df993204b914","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352826"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6a4e74e7-ff98-5731-8256-a74409ef40e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352827"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a3afb099-f817-50e5-8954-67d77ac96de4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352828"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"299bf263-eb1a-56be-afe1-c5a4473c8708","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352829"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0eaadf60-68d4-5b83-8b2b-442a71f38164","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352830"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8f84766f-d930-5920-a626-d8273390b4e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352831"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1154ac2b-4312-5a3e-9bb8-da891fb76569","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352832"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"47812b75-9844-5e0e-81ea-5776f2a3d17f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352834"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"62bbd2d6-2947-590c-818f-48cb05769a69","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352835"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0f693481-a12b-5965-a47c-39a7a4dd1c75","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352837"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"94b7a534-0ba4-55ea-b5b1-cf004a0972f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352839"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ac8216d6-9ca6-5b4c-918d-40f11a859815","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352840"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"627e3994-b52d-5b49-9c44-5ac20754304d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352841"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3640adcd-2022-5958-8b9b-a4c91d9d9587","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352844"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bfd24540-70e2-547a-86f7-a852ac4882cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352845"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ca603fe5-c84b-50ab-ae93-a4f4c76330e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352846"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"da291a91-dd68-58d3-9a60-2a160abcedb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352848"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3b66ceac-b7f8-5974-92f6-e147e9536efc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352850"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6a71fe6b-45b2-58ee-931a-c0ad3aa9383a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352852"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bf4907ff-819a-5ab7-9d3c-3cfc252a6e11","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352853"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ba3170cb-b127-54b3-af1e-b147a740de2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352854"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bb76c439-dd2b-5162-b934-570afa1bcdc0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352855"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"97f64f75-9d60-5b2d-ac77-7873373dcc18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352857"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fbadf408-116b-578e-a52e-43527aa1ab5c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352858"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4e9f6c1e-1f95-5e36-83e9-5954bbad5878","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352859"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"26ac7d91-368a-5f06-a2c0-8fd2c0bba533","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352860"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cecc7685-ba95-5c46-99da-8296453c729b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352861"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e1874b0c-9b50-5de7-8864-bc1810940b0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352862"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"adc93d6c-de5c-553d-8583-26f694fbec3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352863"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"75163ea6-c465-5e27-a546-6c257ef84f87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352864"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"761ff402-5fb3-5a59-a7a7-5f1898e20a2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352865"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2fba2a5c-2759-5bd8-9a2f-9e25b9978292","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352866"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0953c768-1fe4-564b-99ec-27b2e045ff34","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352867"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"299b8cc4-6872-5e64-bfeb-04ed221fdb05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352868"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ee5e558f-fe95-5d50-809d-e9abdb25c189","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352869"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a6cca7a2-1280-5c48-85a3-aa223c0d891f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352870"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5f4fd178-e232-539d-ad6d-f5f00b08df4f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352871"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6dc610ed-7545-5c93-952c-0de2fe88a025","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352873"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"67f63a58-3657-5267-84f3-61b4d92615ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352874"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0b1d2ad5-d19f-5bb5-8a0e-75f7db8eb882","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352875"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5fc04ad6-dc27-5f32-8c5f-a2bfb97827a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352876"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"426381d1-847a-54c5-abb9-4332e174875b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352877"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b4b41e66-bf86-57c6-8b26-c7d2da8c82d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352878"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6952d2ca-284e-57a1-ae3d-73f11734eb7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352879"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4b5da745-8924-5ed0-b0de-1e3e32e986dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352880"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4f3fc426-2ec5-5d4a-a7fa-d9a2b00df151","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352881"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4ae7dfbf-55f4-5a22-bfc3-5943ef6985fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352882"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7da80baa-b248-547a-8cee-606a605dbe32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352883"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"52dd6d54-7a7f-5e7f-baaf-dcd17fd9050c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352884"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"57e45ab0-aa60-5fb7-9c75-765d21fe5a95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352885"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5fbad7d5-32ba-518c-95cc-5eb99b3ce6b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352886"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e7bafe58-9587-50cd-96fd-140a14281827","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352889"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ec7d1241-c88e-53fa-9969-ed4c05e1ab2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352890"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f561dffa-62ca-5b39-8a5a-3f64546a3c98","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352891"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c992e445-2226-56a7-a039-adf9bb2f4f39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352892"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"897a5ee8-57ee-5bb7-851a-b66d5437a435","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352893"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1b82ddf0-8feb-51a8-b522-e1f22e7e1bd8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352894"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8d5c6f3a-0dbf-54dc-a7ca-5a0e30cc1f21","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352896"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e1231ef5-142a-52d4-b0d9-010f8ddc3c20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352897"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6f28234c-b94a-548c-9e26-012532403b0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352898"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b12090bb-82d8-592c-968c-e85d8ecec45a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352900"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"81ee255b-dcc0-54a1-8531-a6be52d9c995","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352901"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"74951630-aa1b-5bc2-bb5b-f98b7b42ea59","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352903"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"266ffd24-0d09-56c8-bf36-28c36c5fd04d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352905"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"57b04096-9fe6-56d0-bdaa-a0febb2ce3d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352907"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d5492a9d-c885-5296-bc6b-1919ae402372","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352909"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f4372689-27ae-5604-9f1e-a724501e2107","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352911"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8b8c67fc-841d-5c56-9cd9-747ca9b4b176","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352912"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e90bdd5f-d88e-5175-97d5-67291264337f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352914"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1599e1be-e77b-5734-8de3-df82827c194d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352915"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"54c8a86b-d16c-5186-b1a8-1856dbb0b2a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352916"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a6a15497-a271-57cd-b76d-dbeec8a4cf22","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352917"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"30c1c632-4b50-587a-bd85-44e6862dac8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352918"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4870f30b-2267-5d0e-aab0-bdad3300be47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352919"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f4c2578b-02df-5368-9bab-8506e3a3b575","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352920"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"76eb4879-4b4b-5f0a-acfa-a0fb68fd4744","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352922"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2801c2be-b81b-5efb-a401-e48d02d4c88f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352923"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9c5e1439-c66d-5c48-a8c2-364387ab6960","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352924"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"658ae9ee-835e-5685-9ed6-028ae457cf0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352925"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"51c52a90-cd47-568b-8597-965c2ec158a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352926"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0b325189-866d-5dbe-9c39-e189063ee50f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352927"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4dff596d-d8d1-5ee8-b0e2-a5664c32f002","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352928"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f545ef25-57fd-507e-a9d4-a87a44cff429","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352930"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3acfe710-be9a-596c-af14-12de203b1016","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352931"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d974b18b-3644-59da-8dbb-f896ca82653c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352932"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1285533f-3655-5bfc-ae46-811d2b43b1fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352933"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8d4f5150-0adf-503b-b8e7-a84df85c8ac3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352934"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d26946c6-7583-5481-9dbf-7919ae94582e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352935"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6cc48172-36c4-5718-bca9-e88f9ba30232","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352936"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f2665f5e-b01a-5dfe-a56a-14469bcbac04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352937"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e7aa19c2-c0d7-5b92-841c-bde819e70dd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352938"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e2cac67c-a878-5b07-8831-a5492009b117","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352939"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dc22011c-7557-58bc-b5b4-8cec31912ecc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352940"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"87160edc-6ef2-5150-a6f7-f69cee5e9cdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352941"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1f0e7c14-2167-5672-9eae-d0a1bd5551b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368094"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"50ff18e4-8b2b-5b3e-a37f-b69a8a6379ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368096"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9eab390a-ae44-5769-9461-12d96c899413","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368097"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bfa1b4b6-ff26-557f-96f5-fe5371591b20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368100"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e8db4312-9de5-5a93-a124-5644ecbf581f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368103"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"25e587fb-b64a-5d8c-9dd6-f297db37f54e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368105"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0b4afd30-2703-5118-b67e-357bd9045f47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368106"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ba149bcf-70d5-5198-b368-d0a07af2558f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368108"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eee84dab-22c3-5484-beca-1175fd05c158","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368109"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d1b4be32-9d91-5a9d-85ac-3f8140a3c7ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368111"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"75d4fea0-34f4-59e8-bdf9-9a9fe0eeee5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368112"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fa23825f-0a7e-54cb-9a9d-89de389e89aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368115"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"83ea22d4-836e-5774-9808-8432e0c43476","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368118"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e83b0e06-979a-5dc3-bbfa-2249b070501a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368120"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c25a89e4-545a-5faa-9a39-c6866b49f41d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368121"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"486c2841-eee5-5261-b3db-6e6647caa6b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368123"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d379f5be-0822-54a7-969c-336fb9fea9d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368124"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0537d374-fab7-5ae4-9cfa-f35a791a1579","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368125"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"28f1d727-4424-51be-bbf6-af93aabed7ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368126"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"812cfae5-8927-5ece-83c2-57188669c7b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368128"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8f190dc1-99ea-57b3-ab97-47b9acd07fc8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368129"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f8a9545f-155a-5fa1-b98b-7add73eb2dce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368130"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b1e27b1f-0ce1-5e1c-9657-170419afcbb1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368131"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2da5f004-f049-595a-89d7-e73fb0b74c6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368132"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5dcebd0a-e2ce-5e0a-bd2e-c162257bbcb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368133"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fd0bcbfe-38a8-5c83-913d-a6283284a0de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368134"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5df329c8-8abe-5dcd-b349-8aa387095011","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368136"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cdd113ca-4877-53ce-9a45-74bcdda4577a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368141"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ac294e3c-cfc4-5afd-8c69-a679b8619bc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368145"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"82244191-ff76-59a3-b705-d3a694efe133","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368147"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bcacea47-f1d2-550f-9238-680ac8ea5d7d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368150"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9ce32d0d-9ada-5cbc-84d4-b207231f3f77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368152"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2590c0be-1091-5859-a1f7-7b18a20358b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368158"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b934d114-c50a-55be-9940-b2a2e1b1e87e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368160"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f9080b2d-c164-5dab-848e-576c1b4ef3fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368166"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d695eb27-a797-58f5-9ffb-b084fb9ead2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368168"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"abb4d473-ba7f-5ddf-93dc-074e4082eb2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368170"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d7dee585-689b-57d5-8e91-b1fd6a10e499","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368171"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2eb08329-c97f-50c7-88e4-72f275e9f85d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368173"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6885cf10-50fc-507f-baaa-59d3e5212523","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368175"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"bebe3cef-3d82-59a7-8963-062d0daf9ebb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368176"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e178abbe-8a9c-5aa8-bd1d-67bfd664ac5e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368178"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0e5268a7-e939-5d13-a62f-ee20c2726b40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368179"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7597f2e9-3e3c-5cad-ba6c-ce17d7739525","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368181"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6433ee63-4573-50b9-8d0d-9619b509978c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368186"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ff3da2ea-c5ab-568e-bc2c-de68a9527862","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368188"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6e723cf8-a9e6-55b2-b43e-6a73ca563895","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368190"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3929ecf6-da31-5d71-8183-b15a843246ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368193"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"baad6db0-3a4e-554c-ad65-2426717bc1b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368194"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e21cfca6-1b1c-5494-acb9-c1b84f4c2bc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368196"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a3e03628-50ed-5394-95d5-03c9cc2a90ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368198"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4037cb6b-4d51-5097-828a-1d7b15b833a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368202"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"743ac672-8b7a-58e2-9520-b447eaaa103f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368205"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"669c13ee-c5c7-5ea0-bfcf-a05b8885eb13","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368206"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"77a49475-eb65-5b95-ac29-8ff82954cacb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368208"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0e0cd4cf-a21a-56cc-9d86-b2eca87519d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368209"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9a8d27db-91c6-5c3c-803e-ec4b75883fd0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368213"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ec405fa6-9fd6-5079-9ef7-a5fd7718e7f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368215"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d551a156-2ef9-5bce-8d87-b046c0c9c6c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368220"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c36da5c0-e14f-5476-b432-1daafddd9511","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368221"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c47c34be-1f47-5b6f-8359-bcbd37e7b676","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368222"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"72b6c654-58cf-5732-bf60-9655050a3deb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368225"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fe6058c6-ce83-5ef1-b3e7-dc19f16b266d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368227"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"87bad074-1616-5355-8e28-83c4fe9a2be0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368231"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2e3cbba1-56b9-5478-b4bb-fd9b7a49b817","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368234"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a7e5a021-723a-53b4-a876-065028029ad4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368236"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"35ca7d82-5cb6-5742-8cf0-46353785fc90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368237"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6ac67d20-811c-51d4-a750-e4103540fc90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368239"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"38f82163-1b16-5dbd-967f-6ee886515e1e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368240"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fd212df0-6fc7-5223-b641-a288df7da4ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368244"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2da3dd77-9bbd-59f2-9af6-cf89c9f1286a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368245"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e8f91dd0-c3a1-56ac-9cff-a34700a2496a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368247"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"89eb31f1-bd8a-5f7f-9689-45dffc804fd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368248"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1aefc3b7-2678-5af6-97af-53413d232d35","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368250"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6da6902f-6a09-545a-8dad-b57379f59de7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368251"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1bef2da5-0f2c-5727-8b6d-1f0aac067de8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368253"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2cdf3e37-96ec-59a4-bd8b-cb3eaa91b12d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368254"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d059c21d-a09a-5b41-80a2-71447d5eae56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368256"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"81034f7c-99e2-5f09-9e1b-f0f6ad0bf1fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368257"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5bd49906-b081-5a57-b852-b530d4dba4a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368259"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"944ff462-fc58-56f3-afac-8d46840b87ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368260"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1e5d2cf7-e7d4-5392-b24d-eaca22212df7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368262"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e1b2014b-f0ed-5c5f-8e58-1e1345a4874e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368263"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"36af548b-1702-5a7b-92fe-942a146919f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368265"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"23e37a6c-5459-56ec-aced-0203c140a3ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368266"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3340d0e8-ae89-5ef9-a68b-12d5f452f8fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368268"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"503e88b1-4930-5563-9794-3189e3c97038","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368269"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4281800a-996c-50d2-8440-caf9dc310344","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368271"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f1003ad5-fdfe-5262-9aa5-4956d0a2c784","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368272"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"02ee4387-a3cb-58ea-96fe-805f89b86aca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368274"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1c4b5160-d924-5d10-9652-d116ea8311bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368275"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"79746fad-992c-57d0-a593-3723a4c510c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368278"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fe62c4c8-b5e4-5697-b9bb-436da789bcc1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368280"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"061bf066-4eaa-5a6c-b491-2d6f46b0c6dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368283"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8060f437-e7e6-59ff-8157-28db8bc10ee5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368284"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"96af4853-7bb4-57c3-a136-0064439f9044","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368286"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"64a12aef-13b9-5e7b-9e70-0eb1395223c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368287"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e2a3f881-a3df-5699-8285-6003887d2223","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368290"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"33ed9141-0d17-568e-8100-3ad9db6ee9e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368292"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"013ee16f-64c9-5eb3-919d-247e7ae1af50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368294"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f2a4a164-b57f-5106-a0a1-b3e79487ecab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368296"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ece1d771-cf64-5a3c-b551-a161b5cc1e63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368298"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0a9789b3-beef-5291-8078-56f688f23817","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368300"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"11e9fc9c-0d67-5b62-8f7f-8ce0fe34b99b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368304"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"981ff1b9-6588-599c-8713-52bb1fc70e0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368306"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"da42ee64-a6af-5d59-9f45-dc49ddfb3bae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368308"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"57c863b4-4fa5-57fd-bef1-25dcf4849712","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368309"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"fa8cbac0-c01e-57d1-a02a-6bae0c451ec1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368310"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1d48937a-e0df-5b0b-ab75-003ba77e5943","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368312"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e0283636-3820-5f6f-84e3-4d94f99388d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368313"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b5ca79c9-7d93-574c-a1ff-8450451426fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368314"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7c2f15b1-f7a7-5a14-9302-f4c82836e82e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368316"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8be76536-e369-5468-880a-fbeedb75fed3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368317"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"288b1208-7385-5516-b6fc-373c30c90bac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368318"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"de3b7a44-8f7b-512a-93f9-daad0cf423af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368320"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9f26c5df-aed5-56dc-be37-655b5bda34b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368321"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"417e473c-b650-5bff-b943-3ec5f08e20c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368322"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5373c9eb-aa8a-5ad6-b887-07f850b4c41d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368323"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7cb39284-4d3c-56be-ab69-04d316a8cd7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368332"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1ecafdd7-aa5b-5885-a8a9-5547baf9c766","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368334"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b4e08bd7-88a2-5919-89ee-964b188192e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368338"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a000717a-3950-5f45-b201-85577b3658c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368341"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dc82edf6-2618-5253-9e8b-9abad2fb4095","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368344"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"27bdf5d9-01c0-5b93-8044-40159f3d9dba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368345"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0d749330-431f-55d0-985d-fdc11d1972da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368347"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"1c793476-3dbe-54e0-9b3e-a0238ac6f3f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368350"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0afef885-e47b-5208-8ae1-ded6b93152ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368351"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"40926566-9820-5c51-858e-b42952d32335","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368355"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c368ad95-917e-5266-b3ad-e928d4c6d5e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368359"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a88edd47-a5a1-530f-a8fa-1b0359721413","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368361"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"453114f1-165e-52ab-a462-dfb632ff89c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368363"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eefcc8bd-4676-5b67-a47b-f24702106db4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368365"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ebd8dcbb-06dc-5216-a314-4f5451aa85fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368366"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b1ac3216-8c12-5320-87d4-e95514637533","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368367"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f3f2f428-3e09-5775-ba82-5e100c7a6c2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368368"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"76d35c14-26fb-5eb6-a32e-4d8fa5be6aab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368369"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"579bab59-a55f-5d2e-8b99-908c67c86ae0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368371"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"331062a3-ac08-54e7-9eb3-6610516080e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368372"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"06a17a7f-f27d-54d8-8bde-ccee979d0904","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368373"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dda14e47-d620-59b1-b923-20305200cc05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368374"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c4547fb6-517e-5e86-9537-1f0cbf3053e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368375"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"01dda197-0a4b-5798-ad60-2f4ede690296","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368376"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5c7c7392-01d7-5fdc-9e75-2b420554d446","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368377"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"16e20b07-32b7-51ef-8367-efb744874236","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368378"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f3da1d51-922a-5c96-93c1-d67c8ae087d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368379"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9a26ad81-cfc8-5031-bf07-9be674e34d64","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368380"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e188baa4-470e-5866-a0d6-2209b6f2c286","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368381"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"94fe471d-21e3-5a0e-b173-6ec1679305f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368382"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0a16189d-7350-511b-9b88-5ea0bbe641a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368383"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"57d2ce47-f376-5014-a49c-bfb7c6c5c52f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368387"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"871ff585-172c-5483-92ba-bfcaef4f74f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368389"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8f599866-d8fe-5c42-875e-89b9b24aaf90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368392"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"05dc6876-18f3-5540-b555-e4e9f7ddf910","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368394"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d363300c-3e7a-51fb-b9b4-9371b13fed1e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368395"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8e7ce925-c5a6-56fa-81ca-00fef305572f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368397"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"17794dfb-a565-5075-a23f-ebfe52f78158","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368399"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cc6d8e7c-8ae5-55ee-a0c9-ee7682436cbd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368402"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e6c01cd5-d3fa-5b27-88f0-fea1da78195c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368404"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"359b1a42-4416-55f5-9af3-283fcbef0cdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368405"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0635779c-362e-5be8-a100-c2688e7528ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368407"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8a17a772-c9d5-5069-8fd4-3dd536e673c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368408"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"0ac4ca3e-fea5-51e6-8816-bdea4cf5ec5b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368410"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d577ca3f-d1c4-5166-a261-e6511c8fad16","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368411"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"3c0e3540-1302-5c87-ad3a-edfa291de4c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368412"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"29c2d739-2714-5658-9d0f-21ee40b2136c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368414"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"02710f3e-04a3-5cef-9fa1-adebda9875b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368415"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"40948ee7-b65a-5aa1-a426-cfe2dfc82378","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368416"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4dee0f59-f436-56c0-b885-f76155dd6e2d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368417"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2387b205-b6a0-5b9a-9711-239a5a7837e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368418"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d7eee69b-0876-5f35-a546-b5b50d4ed216","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368419"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"12f038f8-6915-5898-9055-5e86bf7e7e86","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368420"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"74f3d68d-d8d4-5b62-b4e3-5e9f9128cb72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368421"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8738a46b-788c-5a8c-9868-28de855e94c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368445"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2b26e13d-2c0e-52db-a01a-a3d215861a58","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368446"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"a2a9588f-5a59-5ad4-94e3-de9c7dc56cdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368447"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8f6af889-a769-55e0-bad9-8437e549af76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368448"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b518c0a7-7496-5beb-9c4a-82a28fd64dc5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368450"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"b64ad80c-7f1f-508f-b99e-4bcdbca17720","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368451"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"135132b7-c7da-5639-88b7-7111aebd3dd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368452"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"cfa2b772-221c-5d95-8146-a851cf997b72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368456"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"295730fe-9801-5c00-88e2-ff656488e545","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368457"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5d6877a6-59c3-5a64-859a-5a3d9a7f7453","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368458"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f9f14c5d-1a9f-5304-be7f-46f6bafefda6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368459"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6626e0cc-c810-55bd-9913-3b2e6ffd9709","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368461"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"30bc8b41-8f04-5200-9644-3ba7593b494d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368462"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"d45d8146-2a38-53a1-9bb2-174d17af708b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368463"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"6e2a90c8-01ab-5f73-a888-8958fa372625","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368464"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"707726a9-cb55-5248-af56-ada4b7897c83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368465"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8cb2eb91-7aa7-5af8-be95-4168e37d1ba0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368466"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"4a918fd9-617c-51e4-b6aa-8344c2699cd9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368467"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"02f540f2-912d-5a68-a38f-bae95673e96b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368468"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ed4d2396-8d32-5cf6-9dbb-bdbf89a1447d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368469"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f738ec6d-6762-5c74-8102-5eeaa54d60d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368470"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"677981fb-1557-59cc-887f-79ff1a1bae37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368472"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e73604e3-91a1-5651-af18-d97593c66b04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368473"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"2e66484b-8256-56ea-ab44-e0087011a31a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368474"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"04d8fec0-1dd8-5c26-8368-14643ab6c95c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368475"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"71a4ade1-5386-51d6-8b97-87df7ae32373","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368476"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"00957d97-b83e-54e7-ae24-723f0d69c339","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368477"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"c870e337-369e-59cf-bf2b-5ca755fec1c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368478"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"22e11210-f061-5a57-9f7a-53f2ec498349","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368479"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"136d2084-2ef2-59fd-a723-eb689b1172ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368480"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e267c8d2-b2d6-54ca-801a-6a92485b23bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368481"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"5d599014-4f11-5247-83f1-282c75bbe65e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368482"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"8fb41e63-40d0-5a3c-b9f1-b6550d6917ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368483"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"30b276d1-29cc-5ec9-9e1f-496d78885a79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368484"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"dd96c38c-6e88-581f-a4e9-8669a3638175","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368485"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e332ee98-7ac1-5f62-9f95-8a210d97c8a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368486"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"da7f7714-49ed-5a38-a46e-2b61e4c97684","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368487"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"02b78414-bc54-5d78-9919-f1b3dba84ae7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368488"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"eeb2ade6-9ede-5421-ac27-fe0914892f96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368489"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"97def3ba-2e78-575f-8fe7-d23a8a9e9331","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368498"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"de782ff2-30d8-579b-b626-9ccfb6b5544e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368499"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"713f843d-377b-5912-9731-7feadd656737","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368510"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"7127820d-468b-5f09-b724-18c0517180a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368513"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"9791cb6b-f420-5bd0-9bb9-59a163dcae2d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368514"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"ee6e828c-1bf8-5117-8fed-32a6f3cf23db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368516"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"f737cc20-8557-529b-ad3a-ccb162a82a14","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368517"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"628ee47f-2b6a-5a36-8385-b767e87944ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368519"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"956d1ace-e43a-5c38-bb38-0e2a572978e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368520"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} +{"id":"e6cd1348-f458-55b7-98ec-d32d340e3567","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368522"}],"managingOrganization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"resourceType":"Patient"} diff --git a/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/ResearchSubject.ndjson b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/ResearchSubject.ndjson new file mode 100644 index 0000000..94ea78d --- /dev/null +++ b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/ResearchSubject.ndjson @@ -0,0 +1,3202 @@ +{"id":"c6be9c3f-3761-5a7b-83ce-5fc5d3b905c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367795"}],"individual":{"reference":"Patient/b0440a52-b26c-538c-b3f2-364d6f4e25bf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e0e95e66-1f24-5917-9cfc-862f2a0ae036","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367796"}],"individual":{"reference":"Patient/a38cef49-3d0e-5f1d-8ea8-36a4842d6a8c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9b2a6382-e6dd-519e-899f-af95cf06d92a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367797"}],"individual":{"reference":"Patient/539da95f-f249-5920-bda6-06836b5f9fce"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"75861447-2b6f-5d34-9683-3a45e15d1f0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367798"}],"individual":{"reference":"Patient/2ec66e85-7f8d-5df4-a271-880d04476f28"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"061f7e92-4384-5316-b3cf-c594ed0b5b6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367799"}],"individual":{"reference":"Patient/f2ea9333-e939-5ed3-9026-f888dcc197e5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2c5e9b97-c4a0-59d9-bd9b-f3342eaddc10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367800"}],"individual":{"reference":"Patient/a58ade2b-c456-5412-b592-38aa13957796"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"706a3a6b-6011-56ff-9d63-bfba49e9946e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367801"}],"individual":{"reference":"Patient/5f6a6f6f-201a-5d2f-a8ae-1b001d263fec"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"849ac4ed-beba-5f04-80e3-1ae90a9db0f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367802"}],"individual":{"reference":"Patient/980d240b-644f-54bf-9858-0e54a42d7041"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a89f575c-be5f-5fff-ba63-2a5521f7cef5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367803"}],"individual":{"reference":"Patient/835ab41f-3523-5f99-98b6-a4c822800497"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ece1b3f0-b30a-51b7-b1cb-fb4c08ff8853","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367804"}],"individual":{"reference":"Patient/a56c871b-5e42-5d1c-a0ce-8d28a11fbaa8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ac0e4e13-2056-59ec-a9bf-1b2e29064b43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367805"}],"individual":{"reference":"Patient/de38e8ee-6dde-57d5-880f-9db68f7c91e0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8e433b06-0bd5-5126-a4f8-8391d81e987e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367806"}],"individual":{"reference":"Patient/02b7d85c-f2d3-511e-a8b5-b19c20f6fcc0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4ddd18b8-8880-541a-bd24-d7e4c415ce4e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367807"}],"individual":{"reference":"Patient/08d91a5c-5722-5439-95f0-c228d5323dc7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fb5eb9ed-d4cb-59df-9d41-35e7b753994e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367808"}],"individual":{"reference":"Patient/c9ba5a9b-dacd-5e7d-9e9e-86c06bdf1175"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ffbc13d8-e2e7-5f4a-8f5a-ee253a53a0cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367809"}],"individual":{"reference":"Patient/119fa2c7-bb2b-5ce1-800f-43a31d98bb26"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"93c10d36-14bf-5c71-9f99-187745a28422","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367810"}],"individual":{"reference":"Patient/0dede4c6-a46e-5495-88e0-625374abeb75"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3ab91246-d624-5a74-9ea0-bb9a49c0ab1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367811"}],"individual":{"reference":"Patient/74848144-5830-57b0-9352-1d95cb4a5fd6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a9b11594-dea0-5122-a0f4-4160d439aeed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367812"}],"individual":{"reference":"Patient/ef8ed35e-a26a-5986-8b31-5b2daa2e70f3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a368c420-daf1-519d-84e2-e7a257284d60","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367813"}],"individual":{"reference":"Patient/40d414f6-a88c-536c-a473-e71eed34821e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9a5043a1-656d-5acc-ba04-9418f4529c0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367814"}],"individual":{"reference":"Patient/7db2d7b9-b583-5d2a-b9d7-e52a32931e1b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9b8cb616-a1b5-5e68-89e6-c92ed91d2906","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367815"}],"individual":{"reference":"Patient/c8a3a735-08f9-5c57-a21f-6ac02e9661ca"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c0ed0963-4a3a-5223-a263-7274119da710","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367816"}],"individual":{"reference":"Patient/1b170c39-4744-5f23-af78-29c35f3c77ac"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6e26a3ec-c472-55e8-b88e-784285fcb77b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367817"}],"individual":{"reference":"Patient/33282b07-a0a0-5c96-9bf0-7d059fafd57c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"752380a0-0d66-51d9-b52d-ce8e8f5c2197","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367818"}],"individual":{"reference":"Patient/7eb12602-774c-56dc-b50f-6f12ff5acb24"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a130d64b-4754-5ec9-ab5a-6939b5aae808","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367819"}],"individual":{"reference":"Patient/5cec8035-f1d8-5407-b02e-6090ca6f29b0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d70a2139-067d-56bb-8409-509a1d4e00be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367820"}],"individual":{"reference":"Patient/9f8f5936-f5f1-581f-9b00-6c1d2ec03d69"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ae88d55c-4982-5752-a94c-9b15da9d5fb7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367821"}],"individual":{"reference":"Patient/334693b2-d29e-5152-b17c-c8d81de500f5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"62f76f8b-f039-570c-a30e-831d6bdd2299","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367822"}],"individual":{"reference":"Patient/34b7f037-bb45-5abb-9119-f9228b5183c8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"74a3843c-da9f-5586-8d02-dfa17e0d438b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367823"}],"individual":{"reference":"Patient/fb9f53d5-4c52-5948-9240-a9af33f08195"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"98bf27b8-b79b-598d-baad-16a0cee5b6e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367824"}],"individual":{"reference":"Patient/c20a0d57-a95c-5651-b0e4-5f13bb8b491f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c82a60da-08b6-5bc4-bc66-c15ecf47ca4f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367825"}],"individual":{"reference":"Patient/e1c94d8b-de06-5eff-99b1-0ab770fb3afb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f1c26fa9-06ff-55a7-a863-281ef7299973","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367826"}],"individual":{"reference":"Patient/e4556d2c-dc25-5173-a0b8-f9def7aa6744"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4cad8f41-e22d-569a-a3c0-e5e19a92159e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367827"}],"individual":{"reference":"Patient/9334ff88-7d8f-504c-8507-b36a0392549a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e8fe4c9d-8f88-50b8-8651-f4c3c1de36bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367828"}],"individual":{"reference":"Patient/c1ff3383-83fb-5744-8d12-8be21849b77c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4707f493-8011-5668-8dca-8135b1339f33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367829"}],"individual":{"reference":"Patient/b1d68013-b95a-5a89-821c-6ec9f7846ee3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cc8af27a-bc72-5958-b96c-618915536577","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367830"}],"individual":{"reference":"Patient/bd86f751-6fb0-5d53-a784-93a899497eaf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"04ba005d-c2d9-5717-b317-83b9eedcb196","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367831"}],"individual":{"reference":"Patient/9d89f118-e84c-51e0-93cc-53ba23831249"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fe2c9883-2c46-5c91-9b93-1c4a28435545","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367832"}],"individual":{"reference":"Patient/0a656092-fd90-5089-a332-d547fac5bf27"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d81f9d54-976f-57ae-8ad0-52e9c3ae9fdb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367833"}],"individual":{"reference":"Patient/5bc428b2-15b6-52e8-b352-4909b6aae67e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eb392622-8d38-5c08-9586-da743c0a96a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367834"}],"individual":{"reference":"Patient/33f6e248-2c91-5931-a2c4-42f9df0897bd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"64ac0937-77e2-54ea-bbc9-322845884881","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367835"}],"individual":{"reference":"Patient/155295b3-133e-5ab6-b8bd-8a3872f34bb1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"76bce2b0-29ad-5599-8e9a-b1f0aa19dbe3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367836"}],"individual":{"reference":"Patient/6eb67cae-6d05-5e1b-a51a-262a9d3abce2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dd061cc5-a9d1-5515-9bc6-852133512ca2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367837"}],"individual":{"reference":"Patient/ebb03d77-9c33-501a-91f1-684470e6a2c2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7b4f9d7f-425a-5dbb-ab2d-75d0790ba7df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367838"}],"individual":{"reference":"Patient/ee6427a1-035b-5024-b905-cd377bb327bc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8cd040ff-30cf-5288-9abb-12c84658d20a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367839"}],"individual":{"reference":"Patient/faa0167e-396d-5c5f-adaa-f164e1303b83"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"42a790cf-7675-5d0f-bacc-bb1ae6293eb1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367840"}],"individual":{"reference":"Patient/7fb74466-d7b3-55fb-bd41-83ad7af35a81"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"31228ad9-83e8-5fd3-a623-b25c8a128617","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367841"}],"individual":{"reference":"Patient/8b21a2fb-d43b-59ae-afd9-f2290bd6d15b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"82a51730-2100-5e24-a2c2-73908623529c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367842"}],"individual":{"reference":"Patient/1f30713d-172a-5caf-ab92-954218f08b23"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4d7d49f9-3c2e-5366-8c38-7f4234d3461d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367843"}],"individual":{"reference":"Patient/34b964ab-4251-58ce-8667-4c612bd568c4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"776b8640-5f7c-5933-9c37-3e20c07a6470","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367844"}],"individual":{"reference":"Patient/25c45ee2-a28a-54c7-bcce-eb8e32a42d33"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fcb5d2d1-b617-53d9-a0de-f78167974221","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367845"}],"individual":{"reference":"Patient/6a1ceb02-fad5-56c2-8fe1-20eb812a796b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4d7e1981-679e-53eb-8779-c6aedbd2242c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367846"}],"individual":{"reference":"Patient/ffb7acde-7565-523e-be69-5dfd32773069"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"20c4c786-9f93-5ad5-90f3-84955834512e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367847"}],"individual":{"reference":"Patient/6fa0cc63-1196-5be5-93f8-a75ef58dab97"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f60a92fe-2e63-5f36-8d05-4015ca9eea29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367848"}],"individual":{"reference":"Patient/f0287988-7599-5722-9f38-8da1d84bfd00"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f2e70b1b-30d3-58ae-aca2-2e49c21c3fbc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367849"}],"individual":{"reference":"Patient/b6c5e753-539a-589f-939c-6d1c2d58da29"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"55e135cb-010c-5281-80ea-67e6f7d59018","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367850"}],"individual":{"reference":"Patient/5b7fd1b8-d762-5234-9617-0971de64d663"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b7092422-a81d-5722-b811-af38499ff940","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367851"}],"individual":{"reference":"Patient/ea465e03-012f-51ee-b34f-7cff5110db91"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c0f97a2f-be07-5c82-8c1c-6bd69b0f57a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367852"}],"individual":{"reference":"Patient/446e88f7-c8b3-5954-8040-b2781e711da0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8ddf42c0-a69b-5f01-8dfa-658216c318a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367853"}],"individual":{"reference":"Patient/bdc583c9-432a-5292-9ab2-184036548a19"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3485c3ac-bc27-59e2-88e8-13d40de7f6d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367854"}],"individual":{"reference":"Patient/b65939c9-4868-5406-b061-4b310e7c4871"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"37264bb4-771e-5a57-830a-ed7d37d68bcc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367855"}],"individual":{"reference":"Patient/8ab6463f-514a-5fb0-b7f3-d550980bb18e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"59517358-9384-5a76-b6ca-4b4e5e606bfa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367856"}],"individual":{"reference":"Patient/03b2df0e-63c1-524a-8550-42462406007c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a7c01b9a-9a2d-5653-9788-f33ff5a34a95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367857"}],"individual":{"reference":"Patient/bedec67a-9982-58f2-a773-b3157966786b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6e881a48-e091-5cf0-9d08-8e5594edcf73","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367858"}],"individual":{"reference":"Patient/25cf9ab9-ed11-5835-864a-e9a94af34c4d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"09cee6e4-d9d6-566b-a366-e662f29d5e6a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367859"}],"individual":{"reference":"Patient/81a800c2-12ed-5a50-a1b2-2a0d6acd982b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ed1fbd78-ea84-5ffe-a5a7-dd1934384b2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367860"}],"individual":{"reference":"Patient/f2ece387-9089-5549-b8c2-c91efc6adf7f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b5c91ef0-28bc-5bbc-9271-9bc99bd96824","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367861"}],"individual":{"reference":"Patient/f94275a5-33bc-5d35-aaee-8729d2658f79"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b485f664-f2a2-5a71-b9f4-f004e668220a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367862"}],"individual":{"reference":"Patient/5175c431-afa7-573a-8b5d-8953850edfab"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1a5f1d36-a5c2-562b-bf57-02fb2fbd0bda","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367863"}],"individual":{"reference":"Patient/71a3d379-77f1-509d-a2c2-c678e5b0468d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"55fc7ad4-638a-556b-92f3-2686ae1a1fd8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367864"}],"individual":{"reference":"Patient/93e353cd-4597-5a45-a0f6-541f58b9a0f4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"140333f4-1a1e-5a08-a9c6-18e05d095c5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367865"}],"individual":{"reference":"Patient/37fdab0b-9624-5ab0-95ec-e906434142cb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5ba8f9fe-e7fe-5057-a29e-8441e12bf281","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367866"}],"individual":{"reference":"Patient/c8a97a71-09f6-568e-a1e6-197132d1a4b7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0f099f63-bb09-5e42-add3-40815ec64376","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367867"}],"individual":{"reference":"Patient/046404ff-4402-581a-a1f3-7c6cd8372546"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8bb3918e-fc7b-5313-a430-ebc240c20c94","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367868"}],"individual":{"reference":"Patient/2093995b-e453-59ee-b0da-96bbfd99b045"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7a5724c8-6566-5f1d-9508-fea0bc131791","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367869"}],"individual":{"reference":"Patient/262cb594-4d3b-5e8b-82ca-9962835653bc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f5ee0cda-699b-5281-8b28-7428aa6ed62d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367870"}],"individual":{"reference":"Patient/a254ea02-2745-5038-b23f-22d377f14bb7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3905b805-bcd0-5fd4-a0f8-a103b456385a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367871"}],"individual":{"reference":"Patient/c10b96d0-cfef-5b38-945e-ab35ccd95c6e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bf98cd44-9746-50d0-b832-cd49be667edc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367872"}],"individual":{"reference":"Patient/908375df-ccf3-5ee4-bead-69973068a097"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fdb129e9-7eee-545e-91bc-dc5be2282069","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367873"}],"individual":{"reference":"Patient/3b697ac5-1a1b-5ed4-b6dd-23a6ede71608"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fd29ac44-3c94-5dc0-ae6c-61d014a4848b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367874"}],"individual":{"reference":"Patient/93a095eb-6179-5612-bbc4-33be23b121c1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d1d133a4-0c76-5947-bb42-a11668e3735a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367875"}],"individual":{"reference":"Patient/e8afd558-9b34-567a-b106-046ecb854327"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f881624d-fddb-5e75-8d66-e73e8513dcf9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367876"}],"individual":{"reference":"Patient/89ee4f17-f293-5b80-b2e5-2a2c5be96300"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"27cfd387-a516-5a52-89da-dd2e02c03635","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367877"}],"individual":{"reference":"Patient/016e9af1-ba1d-5116-bda1-8900518cb50b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"30594e7d-6595-5e8e-8680-7618ceeb55cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367878"}],"individual":{"reference":"Patient/0f31fb07-2d5f-5119-a72b-57a5ca091ca8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"214a8c45-2a09-58bf-8acc-357bb4bf0d10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367879"}],"individual":{"reference":"Patient/7f2f97c5-ebb1-5d87-aedf-07ac0bbf29a7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dcbf4c17-6d93-51ab-95c7-732bd677d82b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367880"}],"individual":{"reference":"Patient/096cf846-91ce-5b63-827a-b10294015d60"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"468029ac-6bc4-5b04-b3a5-2621a8205ec7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367881"}],"individual":{"reference":"Patient/7bb1fce2-fe4f-5fe5-8cbe-ed730cc29b6a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2782ab8d-ab2d-538b-9d04-780adc7e38ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367882"}],"individual":{"reference":"Patient/f17a15d4-aee1-5d66-b721-46df5334e2af"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"056da8e0-2c29-5d2d-82d0-c922d7bd5dc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367883"}],"individual":{"reference":"Patient/5f458406-f0bc-506b-a963-5aed41efcdc1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a239b483-1d98-5cd3-b81b-dad5c03ea729","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367884"}],"individual":{"reference":"Patient/8fe50e38-8b6b-5e54-866c-547473c44577"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c7954e52-5313-5bcb-8c10-a1744649c4ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367885"}],"individual":{"reference":"Patient/40d5d0d1-2a49-5024-ada7-dbcc60706784"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8ed3f04d-0a6f-5aba-80e6-505a0cd8ad76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367886"}],"individual":{"reference":"Patient/91eb3098-f016-58ac-8f82-bdf59a8eaab3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bd67db3f-41f1-5abf-b0c7-a225f557deb9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367887"}],"individual":{"reference":"Patient/e81b07fc-09c1-59b0-bc0c-a88442c39f7d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5b6ee8d9-19d4-521d-92ff-64695fa45d5e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367888"}],"individual":{"reference":"Patient/dcf8e0fd-b345-5953-a17f-606eb0a96240"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8f62b106-f83f-5ee3-87e0-f4307c3cd70c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367889"}],"individual":{"reference":"Patient/55f80ad1-bfbb-53f3-9723-73e7cf395ce8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aaca01cb-3d69-5973-9847-e1277d1e7875","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367890"}],"individual":{"reference":"Patient/b611af95-3653-5335-ad41-c570920a4f90"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"38cc3586-efdc-5346-9b0d-700fdb6b8e9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367891"}],"individual":{"reference":"Patient/5ab4e85b-782a-5499-b9f7-cd9cae7f8c18"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7f4b91eb-98f8-5d2f-ab75-4d63b6a767a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367892"}],"individual":{"reference":"Patient/c27f754a-9521-5207-9203-4a628897dd41"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"184aa188-097c-508f-b947-0cb3925cb8de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367893"}],"individual":{"reference":"Patient/ec2b359d-6520-5004-9dd4-f87fde1a2ba6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d26bda37-5c95-5dfb-b86c-63c6ff517226","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367894"}],"individual":{"reference":"Patient/251c3a64-7487-5849-8f67-e8b91b24dde9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c347ad82-9f0f-5f03-9bb5-4baf4b8b0f64","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367895"}],"individual":{"reference":"Patient/4ff946c3-bfdc-5724-8dab-302331dd4d81"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ad31aa23-5fdf-504d-9484-bd8134a7a5f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367896"}],"individual":{"reference":"Patient/8fdca497-9469-504c-84b2-3a255e651cab"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2da0e8da-ebf9-5a35-bb55-35149febcc7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367897"}],"individual":{"reference":"Patient/c616b02b-f9ae-55b6-a12d-6ed5cc5f8fd6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ceffdba6-dece-5463-94dd-edc3ad03aed5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367898"}],"individual":{"reference":"Patient/e61730f5-2583-55e4-86a3-507b4d9d6317"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b4e933c8-c789-5870-ba09-ca9443bddeb8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367899"}],"individual":{"reference":"Patient/de39e8b6-6d87-52b0-a577-9c3e3275ddfb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6e80e424-f296-5ab8-9a2e-2781dab460a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367900"}],"individual":{"reference":"Patient/044a78f6-673c-5819-bc4e-f0252e813879"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"46267bc6-e828-527a-9877-07c70e400420","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367901"}],"individual":{"reference":"Patient/0c4e1423-4658-5a06-a305-cd0f42360de9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fa90dda4-89ff-5cc3-85e7-10d49080324d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367902"}],"individual":{"reference":"Patient/a1656617-aeeb-5e72-9953-e5c5e162c4d7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"56de2036-4136-5d29-a96f-d20a6b0f2870","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367903"}],"individual":{"reference":"Patient/04dbec39-b41a-572b-85d0-ba53e4fe5039"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a26979a5-d3ed-5457-9f1a-e4de60f31d74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367904"}],"individual":{"reference":"Patient/5648ed97-841a-5f65-b7db-af832e3d2022"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b1e3bc1d-a516-5ca6-abce-e2b700a25a38","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367905"}],"individual":{"reference":"Patient/e773ff6a-b2ba-5654-897c-a98634e428a5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a2586494-76af-55ef-9c66-eb501826f67a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367906"}],"individual":{"reference":"Patient/299e0e7e-d13a-59bc-a3d4-27483aeeaf03"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a4cfaa67-09b9-556e-8275-c47566e20e50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367907"}],"individual":{"reference":"Patient/105c6cfd-55c2-5523-a296-c639093edc7d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3acf9565-dca5-5d2f-bc5c-9aab0d3d19a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367908"}],"individual":{"reference":"Patient/604d1b2b-82d9-534b-981b-08b0c9db7603"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a2de977f-7b05-5a1f-b52a-93829237ecc0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367909"}],"individual":{"reference":"Patient/971f2cee-57e0-5fca-a25f-c658b4caadae"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b50a430d-c3f6-59da-8fa1-0abc84008d19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367910"}],"individual":{"reference":"Patient/32fff55d-bea4-501d-bfdf-7e686143e580"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"32d64479-d089-5437-a02c-da627da2b1f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367911"}],"individual":{"reference":"Patient/e9d9fe25-fe01-5428-a62e-1a39d779c838"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b02f46aa-4b06-56da-8613-28bd5ef52cae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367912"}],"individual":{"reference":"Patient/79a99c9f-265a-5527-81b4-1f8774e009a2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1efedfdb-ab5f-5aec-aece-a22e17203a47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367913"}],"individual":{"reference":"Patient/5b0562d5-61d5-5b2c-ab61-dd9619e5da4f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b2e09cec-8e5b-5459-b63d-ae5d6763bd28","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367914"}],"individual":{"reference":"Patient/bda22dd5-7b5d-5014-bece-bd9f0d7d7ec5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d3c49a51-fa48-5770-9f7a-40f2c118b718","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367915"}],"individual":{"reference":"Patient/576781d9-6ebd-5acb-bab0-ccf35a8a00e7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eeebdc26-84a6-5920-82ba-2163d417a375","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367916"}],"individual":{"reference":"Patient/8fe7ba58-96d2-5609-8329-bd9d12d4617a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0b5e9fbf-5703-520a-9083-bfce9c67892f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367917"}],"individual":{"reference":"Patient/72794aeb-e5a1-57b2-afd1-6b17dd286a30"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4cead979-5500-5d09-aa64-052f6bd2e1ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367918"}],"individual":{"reference":"Patient/ee93910c-2da4-571c-8975-539ce6e5af1b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d443815a-273b-5f06-a452-5bc42c4c084c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367919"}],"individual":{"reference":"Patient/3f7e7f6d-250f-5163-8e10-f37950c21265"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6d21aa89-dafb-5cec-b7eb-aa2cee944b9e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367920"}],"individual":{"reference":"Patient/b745544d-e8bf-5e3b-9f58-5e3c2add3be6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"557f17cb-459d-5287-bdb9-53f741be527b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367921"}],"individual":{"reference":"Patient/31caa434-4f59-5b3e-9e17-4ac79dcf983d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f3a0d0f6-3af2-5f04-bf8a-17f4c3d8c320","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367922"}],"individual":{"reference":"Patient/0f0a7ef1-88c6-55b2-a8d2-9e1a46852b85"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"22906b07-79ad-5702-96b5-9a6cf9d1ed4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367923"}],"individual":{"reference":"Patient/c21a8373-8e4c-5ed4-94c6-846614511a74"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"75a478cb-adb7-54ff-8e7c-cb6a5404f9e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367924"}],"individual":{"reference":"Patient/a5d1809a-f92a-52fd-9443-727fe388deac"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8bc867e3-25c1-56cf-9e96-9f8926bb73c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367925"}],"individual":{"reference":"Patient/f474efae-0430-5a08-8dbb-87f60c73f623"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"10e6d385-ee78-54db-9411-a4df36a01220","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367926"}],"individual":{"reference":"Patient/2d218919-c0d1-5a8e-984f-8cb4dec7c296"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"23a08b9b-2072-574e-af80-83b0b790b654","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367927"}],"individual":{"reference":"Patient/5055bd52-8dcc-546f-b265-8442b7ab69e6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8b5cea9f-67ad-56c9-9c59-29830e3b5e51","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367928"}],"individual":{"reference":"Patient/c5c8b05c-09ea-57a5-a0ce-aa99981ada75"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fdbc7c02-f083-5d1b-b9a5-56a2a84bc4bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367929"}],"individual":{"reference":"Patient/39a0dd9e-1451-5562-8ce1-04391654d617"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"530efdcb-1ffa-5110-849f-61bf03ae5017","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367930"}],"individual":{"reference":"Patient/d88847f2-39bd-59c0-934d-1ac3c3f9f245"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"400a2f4f-ea8c-5aec-aee3-4d6200a0055d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367931"}],"individual":{"reference":"Patient/68ae8f64-4613-5650-bba3-dbaf8b08d31a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"663f67ec-51cb-526c-966a-ab448b59db6e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367932"}],"individual":{"reference":"Patient/208b8041-ae77-5eb3-9bc1-230bc1b78ecb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6ad091b1-f514-53dd-b136-177d3da080e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367933"}],"individual":{"reference":"Patient/006cbca1-0409-5ae1-b88d-00c9cfbe9842"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0a1dc7f6-a8ad-552e-8153-d0978b389ea4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367934"}],"individual":{"reference":"Patient/fb0348df-2d81-5508-989f-211c81ab47da"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5fee7efe-0c85-566f-b51e-37d81ee4d287","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367935"}],"individual":{"reference":"Patient/1e7a7b2e-ebd4-57ff-ac42-013634484342"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"021ddf14-aabc-57d8-89fa-48d9b71e26b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367936"}],"individual":{"reference":"Patient/e376879b-2687-50fb-b91f-c21d317e6987"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7e40ab62-c8aa-5aa8-89d3-e3e2956e6d76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367937"}],"individual":{"reference":"Patient/6285e57d-6311-5c78-8301-4a3a09576e9b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a5b213c1-e25d-55c4-ba54-517d79e2743e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367938"}],"individual":{"reference":"Patient/c8e192d8-ef56-5e3e-9c88-9ede35968488"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3c6bb59a-9f0c-5584-9d8f-a1f0bdb4bf11","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367939"}],"individual":{"reference":"Patient/dc0d5177-f0e0-56b2-9f35-e4a8e10a3650"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d98ccdeb-1979-5f79-861c-bc5cc428a432","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367940"}],"individual":{"reference":"Patient/c1450bc3-0145-5595-8967-1e37cee2dcd5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"713b3bff-f97f-5515-a09d-62de6a8fb4fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367941"}],"individual":{"reference":"Patient/c0f08fff-f016-596b-8935-dfaad123fa9d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d20bdbe3-5702-553f-8fe6-1299c0dee765","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367942"}],"individual":{"reference":"Patient/d6507770-36d6-570c-a9be-726452ba2ba4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"34d15125-e9c6-579c-9e13-2c59aa1e5d8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367943"}],"individual":{"reference":"Patient/1465e2c9-3d01-584a-9571-a82fa67a0d0c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e8db4d27-0069-52a3-bc15-83aacb05f959","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367944"}],"individual":{"reference":"Patient/6b0a020a-a4ac-564d-a0f8-56022961810f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"434a8dbf-809b-5293-bba3-10d57f097299","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367945"}],"individual":{"reference":"Patient/3fe2ad59-575f-5c8b-86a0-573c4b4d39bd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ebccc905-037d-5682-bbdf-3af4376b2f1e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367946"}],"individual":{"reference":"Patient/155d7bc3-3584-5d2a-b326-2613cbb7c4e6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5e623b32-cef4-50ee-997c-425c62fb3eb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367947"}],"individual":{"reference":"Patient/06d53d77-05f4-53de-9026-a09b1257da9c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"42b62c01-c5a1-5834-9c6c-471ac7a5246f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367948"}],"individual":{"reference":"Patient/04953bce-6be2-5c08-ab26-e3df2603e0a7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c042ef77-b4bb-5518-9fc7-2ecd3d5bdae6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367949"}],"individual":{"reference":"Patient/5c042346-efe4-5e8e-8087-dec3c6c9af09"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b491fe94-fc77-537a-ab43-566c02cc01a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367950"}],"individual":{"reference":"Patient/89686899-9a2c-5963-8c4c-97552cb0543c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6e450c2f-5d6d-53ab-9af2-792139f5fda9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367951"}],"individual":{"reference":"Patient/f602500c-56d3-5cf8-b9df-5e28fc92401f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0d568290-98e3-5442-8d1a-0a3fe31da099","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367952"}],"individual":{"reference":"Patient/ddba795b-4078-52ea-aeee-a180685698c9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c2c7ad85-12f5-5ff6-b337-f34ade12046f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367953"}],"individual":{"reference":"Patient/255f6f28-2fc6-5b8a-a1b5-a6d315cdffe7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"926b0153-482e-5335-bbf6-62d508270da2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367954"}],"individual":{"reference":"Patient/1a282d7a-0331-5f8c-a9b0-45fe5ca49727"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"530eaf42-dd45-5724-9615-63729bf6584b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367955"}],"individual":{"reference":"Patient/e174fbc1-7606-5b77-9b69-04bfb4f0d793"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b38e48d4-390e-5bea-bbe5-3f1573e27309","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367956"}],"individual":{"reference":"Patient/75163d03-e889-541c-8e8d-7128bc1ec50e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"44a9077c-d5b3-5384-ae25-f7df7126e684","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367957"}],"individual":{"reference":"Patient/5e4d61f7-b3c1-5498-9332-45b83f444745"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9290ff65-4715-5cd6-bfa6-ca89d7c8997b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367958"}],"individual":{"reference":"Patient/2cbfd033-770a-5620-9452-8f414dec72c4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"968dd1e1-00e3-5212-a63a-f63bacfe3830","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367959"}],"individual":{"reference":"Patient/a6935a4b-3503-5cac-83fb-1cd8a943a55c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d31c940f-879c-51ff-b099-c8e08b461712","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367960"}],"individual":{"reference":"Patient/f10261db-453a-53aa-bc19-3ccc4edf105a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cfe26ef6-fcb6-55c2-b8db-5eaf12a74f57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367961"}],"individual":{"reference":"Patient/33de1e69-9299-501b-9c18-67252c4609c3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"17acd2b3-a936-5083-96e9-a9542deaa728","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367962"}],"individual":{"reference":"Patient/3b7ec9cc-13a2-5d66-983a-c8846eff9083"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3e69f878-fe59-54d8-b364-388e71c233ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367963"}],"individual":{"reference":"Patient/b68eee80-5f96-535e-a30c-d3262bfb8da9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d0ef9e19-92af-5dbe-bc96-d8a2cfadd610","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367964"}],"individual":{"reference":"Patient/ba0ac47e-5cf9-5156-b8e0-8a7df1687b0c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fab8e5e1-43f6-5279-a30b-995927966b30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367965"}],"individual":{"reference":"Patient/f2f2f63c-3a77-53a8-b81f-042066aa6c32"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4e146d81-d9b6-5a6e-8bff-9b2997c8d36f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367966"}],"individual":{"reference":"Patient/ef5e6dd3-5eb1-5d63-97fd-3464022f80cf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6aaa7012-f3e8-5235-9034-7d2eaf2a828e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367967"}],"individual":{"reference":"Patient/249df174-ddf5-55ab-854b-3e5daa41f9b7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"00a5adbd-474a-530b-9841-c8456620a38b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367968"}],"individual":{"reference":"Patient/ae58c512-25b1-5f7c-a88c-b292e5746122"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1357adc2-22d0-5c2d-9ed3-99761cfdef6c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367969"}],"individual":{"reference":"Patient/a150ccea-dc4d-5d68-b50d-ba89a9f7dd68"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"47470426-e26f-5da8-895f-9123cea6a69b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367970"}],"individual":{"reference":"Patient/6977e682-2f54-5a9e-a896-c79e3446046e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"24969259-ade9-5c5c-ae61-23236a8c2c39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367971"}],"individual":{"reference":"Patient/850d8e7e-0eff-5160-8a45-53f6e348bfbf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"735f2418-a48e-5207-b4a7-28bfe18db9de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367972"}],"individual":{"reference":"Patient/ca565a2c-e41c-5ecf-a8bf-63089474f7df"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4332e1cc-df29-53ba-9f7f-bcbb5206c481","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367973"}],"individual":{"reference":"Patient/21a7a541-ab85-5f52-9e51-6bc0ff969852"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8aa36ab1-4532-5457-bf82-f2e3ece02f42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367974"}],"individual":{"reference":"Patient/5e66b5ce-6766-5ff0-ba30-17ad6869266b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f4614608-d796-5f33-a049-c155f44503d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367975"}],"individual":{"reference":"Patient/f9fec6d2-e45f-5229-af4d-7cd7ef90e273"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6f4c9dea-2362-5a02-8c05-6d22bc72c13a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367976"}],"individual":{"reference":"Patient/ee6c6bcb-e00a-5223-bc5c-3caafae68bf6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"428fe820-aa86-5190-a00c-a8bbca8468f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367977"}],"individual":{"reference":"Patient/f8b5971a-4e7f-544d-882f-91e2b17f9f82"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7860c683-e09e-5b33-8930-60c3fe60885c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367978"}],"individual":{"reference":"Patient/3a9e4034-e977-5347-a1eb-bcbf83c81eef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9325c826-6da2-5817-bfe3-ae27bd34a2c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367979"}],"individual":{"reference":"Patient/e71567a2-04ef-542e-a2a5-d864537ab154"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"309252d8-76ab-5c55-8891-83d4740a930f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367980"}],"individual":{"reference":"Patient/91f98091-78e3-5c99-bcce-4f6a015b76e7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a50d81aa-95ce-55b6-a28a-68a45375ed8a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367981"}],"individual":{"reference":"Patient/ca0eb0ee-65e4-52cf-a149-657aa3e3cf30"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"babbb07e-6c6f-5a72-9a1c-6cc22ebb5c68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367982"}],"individual":{"reference":"Patient/10b4676f-eda5-5421-860a-e8469fa044ef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"daca7a0c-6cb9-5e1c-822f-b430cee47073","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367983"}],"individual":{"reference":"Patient/cbe25467-adb5-523b-bc77-b07ee6cef960"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c7b85b81-e252-5dff-8b0a-13299407f22b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367984"}],"individual":{"reference":"Patient/85f9b935-04de-550d-a8b0-1d42bb22cb08"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5b028ef9-5d78-5b99-94ed-5bb2311aa142","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367985"}],"individual":{"reference":"Patient/829bf140-14f3-5bf0-8574-c11b0d04c898"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"28d1aea0-270c-5aec-86b3-a02a4eb34951","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367986"}],"individual":{"reference":"Patient/9ed68bfb-8cad-5e1f-a034-2d36bdb4a2ec"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7480dd70-b6e1-5477-8a92-f24469b6f85a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367987"}],"individual":{"reference":"Patient/0b57fef1-4fb2-5fa5-940d-4e7b841b2de7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6600fe5f-16af-5c06-bcca-46cee4d6ad1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367988"}],"individual":{"reference":"Patient/cb465393-6052-5832-b52e-e3c96bcd2f3d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7692f7cf-7efb-5f23-b36b-f51f726b8742","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367989"}],"individual":{"reference":"Patient/7517ee0e-c1b6-5cb9-b941-c33466ee1a22"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"84b66896-4789-5e38-a0f2-a81c6a64e6e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367990"}],"individual":{"reference":"Patient/9a75ee82-fc5b-5a23-9b24-7298a27552ea"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1577ae70-a6c8-5774-8737-048457e41cb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367991"}],"individual":{"reference":"Patient/25d1ae09-c0d2-5988-a79f-32c66cade254"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4b23750f-e229-5e9d-9631-a2bbcfb48b5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367992"}],"individual":{"reference":"Patient/409a8114-7a60-5b70-82cb-845c0453e2d0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9f5252ba-91ee-58fd-99a5-0cdd75d7f8ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367993"}],"individual":{"reference":"Patient/5c724508-745e-5bd2-bb47-67e0eaffedb3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3142cb72-0ae2-59ef-acd6-1b8ff9fbc497","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367994"}],"individual":{"reference":"Patient/c9eb1dca-98ed-560b-902d-ad57acace837"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ece9b3af-ad63-5946-a4b1-23845d3bbf62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367995"}],"individual":{"reference":"Patient/e42089aa-abbc-54d2-8cdb-398cb0dc5707"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c81259c5-0d49-5c91-9352-f6edaac7448d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367996"}],"individual":{"reference":"Patient/f30f90ef-c462-52b2-969a-458dc63f2fdb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"27a8d5e3-798c-56c7-8ac8-3e69af1b2495","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367997"}],"individual":{"reference":"Patient/e8289e25-424e-5252-91da-268c223d0ab3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7f2d5511-db53-5905-afa6-31d6ff8dc409","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367998"}],"individual":{"reference":"Patient/46868dac-4ea3-5f40-8cd9-0d4d1c83fe87"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4985e2d1-56f9-5eba-8b74-2a1b883dc17b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4367999"}],"individual":{"reference":"Patient/3201743b-60b5-5e43-b2d5-51f22d7a13cc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ada011cc-e6e6-5935-bd94-a8d55e2000a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368000"}],"individual":{"reference":"Patient/eea7e5b4-f1f0-59f1-a59c-05ad419ae931"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3741c3a7-6886-51e9-a388-e6fd24d8be22","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368001"}],"individual":{"reference":"Patient/9b1e55c6-1be7-5641-90e3-92d2c053a674"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"93ed5839-d8c7-5ba5-a3c5-8f8ba16acf12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368002"}],"individual":{"reference":"Patient/9ddfd850-2058-5a3e-b94f-0becdb5ada08"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5355db5d-25b1-500f-84c1-1b9186a4c089","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368003"}],"individual":{"reference":"Patient/7e93dfc4-81de-5b41-93c3-6f56ffc572b5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"17f9af75-cb13-52ec-8025-656377ab30b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368004"}],"individual":{"reference":"Patient/0274d845-c62a-5c21-9458-9ae182e72baf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b2eb6e40-85e3-5287-866e-63c933662d64","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368005"}],"individual":{"reference":"Patient/74cfe7f5-8673-51c0-8c0c-5aae7da64424"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"48c371d9-fd4e-5787-b9c5-64d22d5e01e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368006"}],"individual":{"reference":"Patient/4affa0f0-f1f2-5790-8b06-8d23554eeacf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2f640eb8-f2f5-5c66-8ac9-49387e02fa6e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368007"}],"individual":{"reference":"Patient/8ac12bcb-9fbd-5247-bc95-5c1244e07501"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"608bbff9-7f46-51ae-82cc-959823327109","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368008"}],"individual":{"reference":"Patient/ac76b1cf-c8ed-59c4-8cce-0687cc969a1c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"67042d3d-81aa-5814-aba5-f594eb6b71a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368009"}],"individual":{"reference":"Patient/cd77bbd2-64b8-57b3-a19d-a54e0a98bb5a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"00a23692-9c1c-586b-b35c-c639a779b30f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368010"}],"individual":{"reference":"Patient/c46cd65f-0863-5142-ae75-4cf3c084be67"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b464312f-15e9-5afa-a526-0ad688ee5620","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368011"}],"individual":{"reference":"Patient/720e04c3-5634-567d-b6a8-6fa952066aa9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c3b028f5-5e2e-5210-b83e-df0d781c4f67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368012"}],"individual":{"reference":"Patient/75a2ec10-1249-5989-9086-6aff7ec51b5d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"405f5946-657d-5d46-b747-731600258dbe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368013"}],"individual":{"reference":"Patient/6f1e4c57-2182-5138-93c7-c7feaa10bede"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f3305e46-8789-5d60-9129-2a2ba62a48a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368014"}],"individual":{"reference":"Patient/272d9fa6-6a99-58fe-8162-291b1e9128af"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a0ee8489-84ae-51d9-ba8b-9c6ed7081d7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368015"}],"individual":{"reference":"Patient/3ddf8de7-b733-524f-8a0a-347b0a19a100"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ff2ac1d1-9a86-5829-ae74-7f9aa88d2ca6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368016"}],"individual":{"reference":"Patient/03894036-b68b-512f-8b8a-b4bef2fbb278"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5f6e427c-d5bf-5c24-bc0d-f4d5e028ba0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368017"}],"individual":{"reference":"Patient/3a4b0407-abee-5d38-9eb8-48adf6a7af4a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cd8472cf-5454-5383-85a1-fbd5651cb68d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368018"}],"individual":{"reference":"Patient/e45ffd4e-163f-5c4a-9e0f-9c373656fb57"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"07672576-56b7-56b2-8825-2bcf574b3a10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368019"}],"individual":{"reference":"Patient/1eb8166a-7332-58b0-abe6-45a171b35e39"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"97cae3ca-5250-5f99-bb19-bb59f4adec06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368020"}],"individual":{"reference":"Patient/f44932ff-79d1-5e81-8694-45a40526cf87"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a6b2528f-6c69-5c5a-91d9-2474926715cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368021"}],"individual":{"reference":"Patient/1ffaeb52-7bed-5969-a54b-f111002f2378"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"559bd0ae-3d28-526b-9135-18236fbe2a74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368022"}],"individual":{"reference":"Patient/605c1168-0b83-5414-855b-18d3e699629a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f9980fd9-9bcd-5602-8dfd-f77b640eb472","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368023"}],"individual":{"reference":"Patient/8894d323-23c7-5e4f-b624-1895a1abab66"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3a6b66db-274f-5f6c-a344-a935e9b2d3a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368024"}],"individual":{"reference":"Patient/d153952d-dd2d-53cc-a045-70c9a3035316"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"22f623ac-566a-5876-b539-3ee876af409b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368025"}],"individual":{"reference":"Patient/4f96e2fd-49f4-52f5-8245-fe0c10a6298f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"531b7b11-4406-5334-a7a3-e3712ede8dc8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368026"}],"individual":{"reference":"Patient/f66796cb-5850-523c-812a-843ded1ccc37"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"994db7b5-0854-58c2-84c6-48a86ea6e3b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368027"}],"individual":{"reference":"Patient/99c722c4-3ab6-58b3-8542-f1db99f0d43a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fbe453fd-46fe-5bc2-83ed-b6305f572910","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368028"}],"individual":{"reference":"Patient/6a6496d9-540b-50dc-8e30-4dbc4fb20d46"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"678b3861-f589-5fc7-8c0b-ecf97c3f6ee8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368029"}],"individual":{"reference":"Patient/f23521fa-ae57-5971-a0b9-d50b4e024ed6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bce380a7-d090-5c9a-83da-1c99c41d3db3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368030"}],"individual":{"reference":"Patient/a02a591a-b7bd-5883-bc5a-fb7419716449"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"73d58f9c-c9f1-522e-bded-9020dbfcc9ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368031"}],"individual":{"reference":"Patient/b6c3cd9b-82a1-57bd-98e6-ca61a8784551"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"60151168-9b38-595b-9a99-b6335e84e26b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368032"}],"individual":{"reference":"Patient/29e38345-7a92-5281-a08e-ef022761c929"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7113d981-981d-5777-9569-c0d61a1b4145","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368033"}],"individual":{"reference":"Patient/3b710d3e-20d5-5ce3-b19b-c8ddf26614e9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e461b29f-058f-570f-b5d2-3c8200020ffc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368034"}],"individual":{"reference":"Patient/90510b5c-cba8-52ee-baf6-c21bf6530a66"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7b7fffeb-1508-5ac9-9ade-e174fa692114","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368035"}],"individual":{"reference":"Patient/36b8414c-2eb1-55d0-964d-a857e88a9379"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3d5dcd3c-e3a4-5501-9762-4d0ad5b2e48c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368036"}],"individual":{"reference":"Patient/a722e091-20be-55f1-b918-9add883eb18b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2f306487-f507-5f79-8f2f-169cef8e6b29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368037"}],"individual":{"reference":"Patient/2412ef84-527e-559d-a7e5-2ea885b498ad"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fa14a98c-90d9-5c8b-8357-22b44cae047b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368038"}],"individual":{"reference":"Patient/b4a5c416-85cb-5a38-b270-6358ac5096ea"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"92d91ae0-8190-5fcb-9ef2-24ef5693b6d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368039"}],"individual":{"reference":"Patient/7ed97cad-3e97-5627-afe2-711a410a7bfb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6acaedcc-b0c7-5fe6-91e4-69b5c1622cb9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368040"}],"individual":{"reference":"Patient/c22e3cfd-0972-5e76-b812-70d97a1cfe46"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"97722087-d038-5d38-832d-2271edbdc3a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368041"}],"individual":{"reference":"Patient/998d98cb-8586-5305-b08f-bc5e315299bc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e514b9b3-7be1-5fe8-9d0a-8cc5069ec4c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368042"}],"individual":{"reference":"Patient/5a5abb6e-d8d9-5ea4-8bcd-0b702d4cea72"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cac3f1fb-e931-5535-adb2-b36e588b8e5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368043"}],"individual":{"reference":"Patient/935d31c7-e574-5691-b4fc-39c4f7aba12a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1c1aa8c9-fb39-50ac-8524-572664888364","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368044"}],"individual":{"reference":"Patient/b452c4c5-6ef5-5de8-8827-d26a7d4750ac"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0e6cf8a5-7006-5d13-aa7e-bb7d637205d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368045"}],"individual":{"reference":"Patient/b24afcbe-3fb6-56b7-836b-9fb0e248ca72"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8f92579c-949e-56c3-94e2-d98bc59fb701","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368046"}],"individual":{"reference":"Patient/81f9f9aa-c97a-5d9b-82f8-7cd8d1e8bb77"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"41b2ab47-2328-510b-93d4-059a7a4af16f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368047"}],"individual":{"reference":"Patient/e3dc1a11-81e7-5812-bd8c-ea7ac321e71c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2c6b7117-c964-58c9-a24f-097a3eafb07d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368048"}],"individual":{"reference":"Patient/789303c6-06e0-5e8b-aefe-daa1bdf762bd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"45d8c649-8828-57c6-a5be-f292ac0e9c56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368049"}],"individual":{"reference":"Patient/3acde6ba-9dbf-5cc3-a630-097edc3908c9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8e222f2d-6dd4-5303-aa1e-6dbb9d6f3b76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368050"}],"individual":{"reference":"Patient/8d1c2c28-f69a-538c-95e3-beb28ab07f67"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a20ffa6d-9ab5-5a80-9732-7f3da7bafd94","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368051"}],"individual":{"reference":"Patient/2ceea85b-55ae-5547-8a6d-4cc6a9c68f85"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"40f3373c-4ca0-5415-bf72-b22f79e9aa6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368052"}],"individual":{"reference":"Patient/769cc530-30ac-5e1a-a482-6f34a6a66dae"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e472d7d9-816b-52ee-abf7-ad826a5b7d06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368053"}],"individual":{"reference":"Patient/22aa32bb-58e5-5b54-b61b-e54c5ca79ec0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2d5a1edf-932a-550f-9443-38908684d81e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368054"}],"individual":{"reference":"Patient/50709dae-9b9b-51c9-9e0d-f9ab58fdc4c6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"40f07102-e0bf-50a7-820d-a0b4e8ad5f67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368055"}],"individual":{"reference":"Patient/0078c9af-612e-545e-9e06-80fd79ef4761"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2a14ead0-283a-5d04-be5a-a36f503bd3d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368056"}],"individual":{"reference":"Patient/ca8352ab-db01-5684-a6e4-632bea19f348"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f1b2df61-30ac-528e-8d39-82fdea926a2c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368057"}],"individual":{"reference":"Patient/3a6070fc-558b-5039-878a-c7433b90615c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8ab49e8f-47a9-5d6d-ba65-aa7e44be525b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368058"}],"individual":{"reference":"Patient/af2b5c09-cc3f-51b5-b8de-b08cbfdf432e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0e91bfd0-9db7-5c2d-b442-b71650d7af48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368059"}],"individual":{"reference":"Patient/9f3a2bce-6baa-580f-bf46-f77244f6a227"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fcdd717b-55b0-51bd-ac84-d5b7dd9ff2cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368060"}],"individual":{"reference":"Patient/48c8d637-13d6-588c-a77d-b2f5e35699eb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2b2a7a9b-4ee5-5a15-92a6-a15796633592","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368061"}],"individual":{"reference":"Patient/a6c3ebde-6bba-5272-9953-af6e73bdd72c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b6bd104d-75c0-5079-8a80-0cebff2c577a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368062"}],"individual":{"reference":"Patient/67932467-b3f2-5a3c-bf7e-39d1af1fee44"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ed1d8e04-b46a-5da8-9a76-f080102fac02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368063"}],"individual":{"reference":"Patient/76c4db5d-fec3-504b-a68e-b7c6c689f162"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6e9058b2-0f67-589e-a88c-eea803f33637","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368064"}],"individual":{"reference":"Patient/5f86d71e-4349-5605-a3c3-a150f62f54a3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7d8ff178-ddde-54e0-9085-52286b32831f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368065"}],"individual":{"reference":"Patient/337693ed-f210-53f7-a608-13c078eaf7ad"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c922fa44-92a3-5b87-b78e-2235cadec10c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368066"}],"individual":{"reference":"Patient/3122473a-c39a-5709-8f65-58dca89372f7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"febb79c4-a1b1-5710-a968-4269a305d82c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368067"}],"individual":{"reference":"Patient/ed31ffd0-0607-54fd-9cd1-5b59bb6caf0d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4dc1fc16-a595-58f3-bffb-65e8f7294a26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368068"}],"individual":{"reference":"Patient/214f5c49-aaf3-55fb-a528-7efdd268c0f6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fc99e2f5-8e5b-5550-8e09-66f2383d384a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368069"}],"individual":{"reference":"Patient/398343a8-64c6-5e8f-9b67-316c6c1e74bf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f51df86a-ef32-5d32-8037-69be0bb5cc4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368070"}],"individual":{"reference":"Patient/170bdd06-306b-5b88-83eb-fbab35f0bbea"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7b5cd5e1-6a35-53f8-84ed-3d1906f20e46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368071"}],"individual":{"reference":"Patient/f90cc3a5-dbd1-59a7-828e-cc89499b7ba9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3ceb18a2-9c27-5523-ae07-22cf55b5299a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368072"}],"individual":{"reference":"Patient/c665b89e-b5f8-55ed-bc0f-8440b5b17884"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5b70264c-6a69-506c-9263-c4a753db1553","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368073"}],"individual":{"reference":"Patient/530774f4-0207-5a1b-8848-2aeb972f1bd4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"11b44820-a074-563a-a54f-734b0433fd52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368074"}],"individual":{"reference":"Patient/47209edf-13f6-5a50-bd83-49878e2b3316"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c443ad64-6847-5974-a77d-a7a17154430c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368075"}],"individual":{"reference":"Patient/f40a7d51-85bd-5408-aa1b-25246556adde"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"831dc66d-1d50-5eb2-ad4d-77a4115b9286","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368076"}],"individual":{"reference":"Patient/c12286bd-8c49-55b1-94f0-d2bc632dda4d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ee1b4cc6-7b8c-55cf-9da7-9292e6319f81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368077"}],"individual":{"reference":"Patient/1f55ff63-52d7-5afd-aef2-fa44a248ddcc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c516519a-c24c-5251-b3e2-1689ad3c43c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368078"}],"individual":{"reference":"Patient/de0f0e8b-2d12-5166-ba01-2928f460ade1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a0243465-6cc6-5209-bbbb-296073833dbe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368079"}],"individual":{"reference":"Patient/f4325c25-595d-5f5b-b919-d69e4468aa5f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"67daf8cd-951e-5098-adfb-c98e8094177e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368080"}],"individual":{"reference":"Patient/c7a0855e-db38-5d7d-9a76-06e95332e6d3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"89cc3bb7-db17-55b6-b82d-9ad3ab7e2b03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368081"}],"individual":{"reference":"Patient/875ad4bc-3f18-57fa-8d14-2d3ed6214929"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1a28dc1c-3296-54af-baec-fb3aa27fa149","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368082"}],"individual":{"reference":"Patient/9291d234-e87d-591c-8a67-08411a29cec1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4a3c0675-b8b0-5655-9168-00360ed5a1d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368083"}],"individual":{"reference":"Patient/bd45e98d-5794-5264-aa2d-6dd53e034ca3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"61e910ca-3940-523d-b42d-1ee19c3dfd46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368084"}],"individual":{"reference":"Patient/b7660f3c-9d38-5083-834f-c75f8ae24d43"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4bdf53b7-29b4-53dc-ac15-e0279e8d4807","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368085"}],"individual":{"reference":"Patient/82c3610e-a9b1-58ca-b2f5-0ee88a42623c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2792f1d8-fae8-5200-a39f-83e1809c9a5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368086"}],"individual":{"reference":"Patient/bc10ee1d-e916-5619-9a42-97d640321874"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aa7a713a-2fa8-5e8e-9d18-269c607d7f50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368087"}],"individual":{"reference":"Patient/bc360563-b90c-5fee-b4fd-17b02d22136a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"89a72a63-7bff-5684-baa0-f286d557cbc5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368088"}],"individual":{"reference":"Patient/3264996a-7306-5b27-a9a3-6d36cd1d2f8f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"969911f4-5a22-588a-bd9b-efff12be9e61","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368089"}],"individual":{"reference":"Patient/126c9389-f0d7-5d98-bd9b-6710b22b7962"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9e12c8cd-bee7-541e-b9b2-b6aac3e4488a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368090"}],"individual":{"reference":"Patient/745b42fa-ade3-56e1-856b-7e9502bc81d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3c1a8078-5e65-5a95-ae60-590120b9cf2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368091"}],"individual":{"reference":"Patient/04566af3-3e69-5ede-a54d-3038856e5213"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"81c0a7a7-fe2f-51b4-87fd-93d4c96df6e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368092"}],"individual":{"reference":"Patient/bab76e3a-ffa3-5abe-b4b7-49abf015b5f5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f8497fa7-d6c0-5eb4-8f95-3b7fd4ed07bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368093"}],"individual":{"reference":"Patient/a64f6cd9-3a22-54bc-b2fc-417eabc91d1a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"99141369-645f-5527-9b2b-0d83f8444889","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368094"}],"individual":{"reference":"Patient/f098ce33-7948-5e59-99ef-0a9b7b933e57"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"94e23067-8a96-5b6a-ac77-c316c54db08e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368095"}],"individual":{"reference":"Patient/10921935-21c6-5e70-b2cb-bf62987ecad1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d2cd3d26-96f1-51d8-b07c-73eb2cbcb661","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368096"}],"individual":{"reference":"Patient/60d62854-3148-55f3-80f7-46ddb4d40ea5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"28ad893e-f690-52ac-a940-474d36cbda95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368097"}],"individual":{"reference":"Patient/a80b0903-3ed3-5b9d-97fd-b8b65459e528"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"750e4a3f-cafd-5cec-9242-c522700e4364","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368098"}],"individual":{"reference":"Patient/8b21b19c-1b3c-5156-ab6a-353f8b39ae14"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"85820e19-444b-5af8-97c4-ef5f0e6c68bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368099"}],"individual":{"reference":"Patient/ca5a675f-d655-5800-9652-97b260f2bce9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4bfd0e78-7740-5a81-832d-e2b919de0714","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368100"}],"individual":{"reference":"Patient/5bd9c944-45a9-57d4-8541-fe00bb62801e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a7b4a68f-68d6-5be5-979d-20f0a73b592f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368101"}],"individual":{"reference":"Patient/291a88aa-da40-5efb-aba1-ae5fc2cbcb8a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"05d2739d-e58f-51cc-9b7a-bb4310641fd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368102"}],"individual":{"reference":"Patient/3581f5a9-01ec-5695-a2fa-136ae80168c2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"43d8c4cd-882b-55d7-9561-3b3fa64313c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368103"}],"individual":{"reference":"Patient/cebb6cf5-1337-5115-bc67-9628960c5785"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"323eeae8-67ed-50c8-b4e2-a7593b23dc04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368104"}],"individual":{"reference":"Patient/fe446a0c-14bc-5d68-8e79-f2a9f3d485f6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"199616b7-a52e-56e8-a5b7-eabb23358b24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368105"}],"individual":{"reference":"Patient/62644701-348d-5089-afd6-c79ed605cb71"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1e590dba-d318-5d60-9bbb-4f82bc420ab7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368106"}],"individual":{"reference":"Patient/6c6d4f21-3bc0-5937-9a17-7af7ef49ea0e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"15e4013b-8751-5c54-b1eb-5d88b9ad9969","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368107"}],"individual":{"reference":"Patient/18eaff30-13d4-5e50-a50b-28ebf683310f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e75185ac-791f-587f-abb8-bc3aa31a68e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368108"}],"individual":{"reference":"Patient/291daa45-feed-5151-a114-e09c2a4b3638"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4cca376c-e845-5e08-9187-e479760355d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368109"}],"individual":{"reference":"Patient/80d61dd1-3210-5c43-b323-487bde91d505"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ffe75ffb-ac1c-5cb0-a7d9-bed587383aaa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368110"}],"individual":{"reference":"Patient/d957a52c-4741-58a6-9010-5dc2b6e2de65"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"56010797-dd26-5f97-9940-d40a1d6650d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368111"}],"individual":{"reference":"Patient/f77c49c5-ad14-5ef9-a8a3-fc064c03810b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"781acedb-e4c6-5f2a-bdac-4559572e89f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368112"}],"individual":{"reference":"Patient/b035e8a4-019f-5df7-af78-7f13ef6e6cb5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"af3651b6-e586-5a1b-8c16-3fa6ec12f131","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368113"}],"individual":{"reference":"Patient/290af995-9691-57d5-ac5b-961cb0f5192a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ba2386af-49bb-587a-80f3-8d3934713024","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368114"}],"individual":{"reference":"Patient/2e274ca8-0f09-50fa-bc3b-02254c2f7a2e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ca86acd0-020d-5e3b-8222-fdcb09b158fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368115"}],"individual":{"reference":"Patient/c66cba88-8ced-53b8-8a6c-725a25b50ef7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4cb4a7aa-63e6-57d3-9501-4bd169ec29c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368116"}],"individual":{"reference":"Patient/e82425a6-27ca-57f2-aee1-a8f1b8f8fdc7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"48b57088-6fc8-5ebb-bcfd-892effb6587d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368117"}],"individual":{"reference":"Patient/2fea0bbb-e8e4-5ff6-ae8b-7038ebf9350c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"80842afe-0321-581a-8311-096eecbbf4f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368118"}],"individual":{"reference":"Patient/4f4fa7cc-2aeb-58da-85f0-e34bc3dd3c92"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7152d481-6371-5484-9be2-9efbe3f3e520","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368119"}],"individual":{"reference":"Patient/6be4f2a4-3fed-59cf-a51b-03b9c46f9387"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0bcb152e-cca8-5a3c-a1b4-6f59f7010c6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368120"}],"individual":{"reference":"Patient/e95f66e6-1da9-562e-b195-43f5f8c35a66"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"14927b62-aeed-5248-a23c-020512c4fa94","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368121"}],"individual":{"reference":"Patient/947074fc-4f39-5ed4-938e-4d86f77db286"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4c2dff7f-666f-59fd-b5a7-eccdfaec1163","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368122"}],"individual":{"reference":"Patient/89180753-a9e9-5e03-b05f-96a22cd5d637"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e33d1842-8baf-5138-8828-ba8f7f3e8879","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368123"}],"individual":{"reference":"Patient/18ebf401-f753-5e90-925b-f1cdd26a3936"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e5885422-08c9-5c85-b28e-80022c8d755c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368124"}],"individual":{"reference":"Patient/93f49dad-6a6f-5204-b572-dbc19d65442b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6aa87045-8173-5941-911f-e15cec7b17cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368125"}],"individual":{"reference":"Patient/5d04729a-ecfc-59f6-bb9b-c55d38a91f02"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b8bcbba5-c99a-542e-b63b-5e794ee140c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368126"}],"individual":{"reference":"Patient/c805a504-a05c-5b85-951b-390027977039"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ca3bc8f1-a554-5c96-b3bd-68697ac98bd8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368127"}],"individual":{"reference":"Patient/9201351c-63cb-5425-ab32-ada96530aac1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0a5fdd0c-94f7-5a29-bb52-cd33dc1f05d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368128"}],"individual":{"reference":"Patient/a701da68-d86f-5990-b25a-63d4afe8b7a4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"48ef659a-9df5-5968-b59c-bb05f1f59f4e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368129"}],"individual":{"reference":"Patient/5b756c35-57d2-5992-a067-3d8c305e5f8a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2185cd30-7548-55c5-bc01-1cee6649d2a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368130"}],"individual":{"reference":"Patient/4b799e09-17fc-5733-bf9a-854bc6ca5b6a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1af540d4-7ea8-5475-8906-ef658a9d5967","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368131"}],"individual":{"reference":"Patient/ac8f08d3-e2c4-50aa-87e7-17fc07067b03"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"983de9eb-5905-55f0-be5f-45361b9ef5ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368132"}],"individual":{"reference":"Patient/86db9ee4-6466-590f-8b50-868d8ed906bb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d398ed57-0df1-5c52-9366-453c41c9bc87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368133"}],"individual":{"reference":"Patient/71f48d37-c219-57dd-b5fa-fb7ab71eb140"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3b39f8ae-0e7c-5238-b251-47c2ffe35b1c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368134"}],"individual":{"reference":"Patient/41dd6b4e-d032-5c85-9fdb-b1a42fa01ac8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9cbcf057-93ae-51bd-b578-e955262e5f6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368135"}],"individual":{"reference":"Patient/a406c2a1-ebd1-54d7-a29c-b516170388d8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"baa5a8ca-8cd5-5aeb-85d4-03bd59b42bc5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368136"}],"individual":{"reference":"Patient/4dfbf827-6907-5d12-a32a-796c9d9c9db6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c436fb59-5c7a-5e7a-908d-4729a61eaa6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368137"}],"individual":{"reference":"Patient/d5422146-9ec9-5d67-a885-e59fed44922a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"84925186-f902-581e-b585-d90a0f26dc44","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368138"}],"individual":{"reference":"Patient/7b0e6422-4951-5e04-9551-bc2f66c2d1fd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d09b16c3-8042-5abe-9843-aab406bf776f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368139"}],"individual":{"reference":"Patient/f0a056b9-e480-5614-bc5c-2647056f5be6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7f3d629e-684b-575e-bfb5-6b1a4a828f93","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368140"}],"individual":{"reference":"Patient/cfdf23e7-3b79-59fa-b19f-7841c099c41d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"702a0f1d-2d49-5d93-958f-a25bd513b88e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368141"}],"individual":{"reference":"Patient/9a001cd8-793f-56e5-87c9-41e2f6ddc3bf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d61f9d02-ece1-5d15-b9a3-53cd6a0f1c7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368142"}],"individual":{"reference":"Patient/5e1672d1-f713-55ce-9687-350da3a7d07d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"17fe3f7a-37f0-5c0e-8273-4d111a96fe87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368143"}],"individual":{"reference":"Patient/d68b7829-085d-5426-9624-18ca79c6ecd8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"971ea5e5-ed14-59d0-ad6a-84f7ca169a6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368144"}],"individual":{"reference":"Patient/9b4790a5-a102-5bd5-a0e0-bd4de687980e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"632aae85-8827-5f0b-8a16-b776609fa015","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368145"}],"individual":{"reference":"Patient/0e8a32b2-35d1-587a-aa48-308864d99bec"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"53b86d17-c999-5412-8a60-65709b5acef7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368146"}],"individual":{"reference":"Patient/14608007-70a1-5aaf-8284-4792cbf58228"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d4c0a515-6c00-50b8-90a6-19802aa09ee2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368147"}],"individual":{"reference":"Patient/438894a8-a549-56bc-8599-9295b68385fd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2828a01c-7150-535c-9b06-c2edff3cc3be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368148"}],"individual":{"reference":"Patient/7bb4dee0-80a4-52af-b700-3e358e133174"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"18ae72c9-6f55-55e0-8a3f-810ae74b26a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368149"}],"individual":{"reference":"Patient/c4a9fbb4-3c43-50e0-b776-7fd10ac3f852"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b4e8d38d-298b-5b8b-a94d-9ac86c3ecfd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368150"}],"individual":{"reference":"Patient/fa21ef97-a9cf-5351-984c-e7c9f0df8146"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7861e236-1231-502e-8ecc-c1f0c35c5625","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368151"}],"individual":{"reference":"Patient/cb7aa35d-0621-50c0-8d1d-c079171699d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5591281d-fee7-5c82-9abc-f2ba361a2587","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368152"}],"individual":{"reference":"Patient/36df2d7f-bfde-5f4a-8c44-ecb8d6daccf4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0122a838-7098-50aa-bbf4-f5c8ab37824a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368153"}],"individual":{"reference":"Patient/4d2dcb21-287a-5442-afac-ebc82f766c9c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"21267c66-17d3-57c9-9c0c-1603a6ef6c24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368154"}],"individual":{"reference":"Patient/a2d63f84-e7b2-5e9f-81d1-5c1c44a818ac"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"45107fc9-ff13-574d-8def-7baf3d58ee68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368155"}],"individual":{"reference":"Patient/2ea6d950-6574-50dd-a0b0-06112d92228c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"122499f7-70e8-52a6-9975-259b4397128a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368156"}],"individual":{"reference":"Patient/347e3b03-ed1e-54e9-a332-f03743fcbbc8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f8b6a0aa-db2a-5b61-bd3d-5bb7f1101d7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368157"}],"individual":{"reference":"Patient/fac73f2d-7491-518c-8989-7b69b41b84b8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0db2e04d-8488-548e-9059-13aac8363541","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368158"}],"individual":{"reference":"Patient/94f67d55-c437-5016-bf11-595bb69c6afe"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"117fb227-349f-5151-9528-5672f26409f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368159"}],"individual":{"reference":"Patient/1e3ffec6-a75c-5266-a8e1-8bb3dbf3072b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"011587ba-c579-5ce2-b069-84d6c50c7e83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368160"}],"individual":{"reference":"Patient/0ce2f707-176b-5533-bee0-ab93e23c2114"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0ee41122-5e15-56a1-ba00-41819e24df00","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368161"}],"individual":{"reference":"Patient/4d3823ab-5768-5467-b970-3ca13e6f4338"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8e326152-66c7-5ed0-9fab-af67487d512c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368162"}],"individual":{"reference":"Patient/297282a1-d948-5a04-ac83-a3cee391ee0c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9e356e7b-21df-5cf7-9990-4f88f5b8d406","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368163"}],"individual":{"reference":"Patient/8b154082-67ba-55f5-9b33-42b55f4f8297"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"10667899-60f1-5e74-bd2a-9453339b4d29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368164"}],"individual":{"reference":"Patient/9af31d9b-c30c-5ec5-9889-38a04d28ef34"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b0d1eccd-4d4f-5e87-a661-042376745eef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368165"}],"individual":{"reference":"Patient/a9ef840c-2f12-5d79-9d4d-dc9192ec126d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1a03f4ac-7c44-556c-9e9c-018beb11cec9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368166"}],"individual":{"reference":"Patient/45b9d34d-f90c-5339-9d81-a5830180c7d3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0426c978-648b-573b-b00e-46b6cec193ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368167"}],"individual":{"reference":"Patient/a3f11ae6-469b-5fa5-8d35-01ea4e18af26"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1f47cd5f-6a40-55fc-b79c-2c7cdb950f7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368168"}],"individual":{"reference":"Patient/6ad98fd5-356c-5737-a699-f40bee6be075"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"90307bbd-b00b-521f-8d07-d140f5c0037f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368169"}],"individual":{"reference":"Patient/eea6ff89-cfda-515c-b88f-b8a2c295ca67"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"448e5235-72ea-5fc0-9e6c-7429612aad41","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368170"}],"individual":{"reference":"Patient/87cb47b6-d4cd-5526-acaf-0927a4cc06bb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d5a75b88-4770-500e-a3cb-de0f4648b07e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368171"}],"individual":{"reference":"Patient/68db6355-4fb7-5af5-a01d-a028987b1d91"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2fc67a5e-6338-5213-bfd8-fc681fab6302","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368172"}],"individual":{"reference":"Patient/1958c753-4b7f-53c9-8c6f-4e561502584b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"06791d38-8a96-5104-a2b6-d49eb1e7d4f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368173"}],"individual":{"reference":"Patient/5160e8ab-faaa-5e6b-9c68-ec54e74f0600"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a7a6c7e3-998e-5824-bebf-0dd20fd34266","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368174"}],"individual":{"reference":"Patient/a24c75e2-8ff9-532b-8d3c-68d72970c77c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3fe80467-c234-5738-9a70-89547f072d80","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368175"}],"individual":{"reference":"Patient/81db6c97-0c46-5254-ae5c-7f8553d7b7a3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"017a1545-21bb-589c-8dda-c9dba246c488","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368176"}],"individual":{"reference":"Patient/ed34cc66-a4e9-5f6b-8312-5f2cca8f72e4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3a12fa31-ef56-5957-bedf-e141e9c4daa2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368177"}],"individual":{"reference":"Patient/5ed71a0d-62df-5a5e-adad-1f839c35aaf2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"28969851-d4dc-5574-86fa-72a74b31da0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368178"}],"individual":{"reference":"Patient/077defbd-cbed-53a6-82bb-e1244a49c8af"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"27fc6a7d-514b-5dd7-984a-dee90eb4c2f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368179"}],"individual":{"reference":"Patient/f7a5f66a-4a58-5028-9968-e8705f700cd7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c21d0020-1ad4-5856-9128-7c6d26f83d13","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368180"}],"individual":{"reference":"Patient/b03f9494-af1a-5276-b8ad-9600e947f2b7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4b3ca5bb-93ff-5794-b1de-181912669a53","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368181"}],"individual":{"reference":"Patient/9a21dd5c-bac8-5069-a5c1-cf4dd3510a3d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c2c96593-6999-5009-a2cb-e461ea57825e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368182"}],"individual":{"reference":"Patient/2d89cd9c-5635-55b2-ad2e-c0fa2b1eba34"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b3c6c435-5e1e-595d-ad57-6856516451ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368183"}],"individual":{"reference":"Patient/7fe9f7a2-54be-5807-9d16-37d2603ebcc2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"313004ed-70e0-5c2f-bf56-a5cf4abf0149","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368184"}],"individual":{"reference":"Patient/1885e6f1-358a-5036-a55b-a4c8ee3174b4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ad2bedf2-f851-5e16-9579-58769a0ac8e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368185"}],"individual":{"reference":"Patient/e7d82cdf-38c1-5eae-ad2d-6e60da694ca0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"08e93ddd-1c34-56e5-b5da-314558842581","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368186"}],"individual":{"reference":"Patient/0227ac97-3760-5a0c-b7a3-6b86f4d798d8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b1b70612-5eff-5d03-b924-a9e82b26b8d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368187"}],"individual":{"reference":"Patient/e96abccb-b01f-5d63-ade0-990c76f9aada"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a6855ded-82b8-59f8-aa05-688d1e7fda34","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368188"}],"individual":{"reference":"Patient/823ba89c-1177-56e7-b3cb-677779fc3a7c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fd43b0e7-1a8b-5ea0-b6e6-c7947c997ba7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368189"}],"individual":{"reference":"Patient/1b464538-c706-5f68-adf2-3196b8a246b3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"25f1786e-1252-5966-9548-7f71c3e72c9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368190"}],"individual":{"reference":"Patient/7f80a5d7-dea8-591d-9e47-4dd5866843f3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c2d3185c-7599-5801-aafe-1ed012bfd48a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368191"}],"individual":{"reference":"Patient/fa7a69d5-136f-5bae-9fb5-ceb6028cc866"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2ef30b00-05ce-50b6-ae9d-9f102777a638","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368192"}],"individual":{"reference":"Patient/154b0fd7-a9e3-5e37-b416-262efa2ad560"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"707531d2-218f-5ab5-8710-0c310cba42d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368193"}],"individual":{"reference":"Patient/3ce1d982-e0fe-5e4f-b7ec-b6dd76fdd352"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e9bc9e2b-1ce5-5f09-be70-a7bc5948825c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368194"}],"individual":{"reference":"Patient/7bd8b79c-87c3-542b-a000-3d0347e4750e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"49cb8c7c-633d-5f86-ae49-6c7302af3382","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368195"}],"individual":{"reference":"Patient/8420dfec-fc80-584c-a16a-0cc4551db173"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6047853e-ef56-55e8-bb86-e5b06c384cd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368196"}],"individual":{"reference":"Patient/cde0e4a3-f0f2-5c45-bca2-9f974d7e378f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0b1a16e8-583b-577e-a4e8-7d476268c4e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368197"}],"individual":{"reference":"Patient/6000c277-d02c-5deb-9780-d81412787e48"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f02636b0-c914-54c2-8d5c-03dc74725fdd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368198"}],"individual":{"reference":"Patient/f7acb0a9-7702-5f2d-a0f6-49a1486d933d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ad6ff99f-dc4f-565b-8473-9ad36eb5b16b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368199"}],"individual":{"reference":"Patient/cc7d6618-83d6-5089-aa08-94bbf4b97e68"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"03c6df45-602b-57fd-a20a-da70f2e513ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368200"}],"individual":{"reference":"Patient/d577dadb-4c30-5aba-b692-2b07aea30166"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0df3cbb2-e81e-5dc5-ae72-e406dc03a733","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368201"}],"individual":{"reference":"Patient/307ac7c4-3f6b-5a93-9a9c-994cd9b5903d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0578f66e-3984-5d67-8d7b-09522deab5b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368202"}],"individual":{"reference":"Patient/79e09371-4cf6-5bba-b9b7-6086606296d1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cb5f1c30-a8eb-526e-b605-01ff6d43d661","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368203"}],"individual":{"reference":"Patient/cbf2cf77-0605-5cae-a009-f3e0a7608733"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9cc4c886-b9c5-5d06-9a62-41b00595657a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368204"}],"individual":{"reference":"Patient/bdcde907-cff6-5fff-a9a2-9589ad7008b7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7e4cd7bc-5d3a-53b4-bc1c-ae15e52c3e57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368205"}],"individual":{"reference":"Patient/d844f010-5494-5445-bd14-86a6495f214c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3e2cb73a-836b-52ab-b667-6a9562244c68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368206"}],"individual":{"reference":"Patient/14eb2a46-0ba3-525b-a8e8-1e5e1a6e7502"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1430f576-c98f-58c7-89bf-d47d4caeb65c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368207"}],"individual":{"reference":"Patient/99959fda-3245-54df-89c4-f5a4ab763502"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"10617ea0-afd0-5fa4-a9cb-0c000ffc7ea7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368208"}],"individual":{"reference":"Patient/67297610-efdc-5bb1-982d-803be656d6fe"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fe949c0d-db22-5610-94be-43208ce8316e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368209"}],"individual":{"reference":"Patient/01741253-5d6f-50d1-8a5f-1f6111aa45a5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3b8146bb-0c53-5e55-a723-966905472f0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368210"}],"individual":{"reference":"Patient/667d8d2e-2baf-5ad8-9033-5458c42145d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4f62d707-cca0-56f3-97dc-9eb632872f54","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368211"}],"individual":{"reference":"Patient/3c1e1313-1ae1-5845-a619-c7499eca5957"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2e1e26b0-8c44-5ff5-9041-804b9582b32b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368212"}],"individual":{"reference":"Patient/8c7bfe1d-433d-5922-8556-b6cbd23b00ba"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"52b19501-ba47-5972-9042-ea0af979876f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368213"}],"individual":{"reference":"Patient/fa06fb6d-4bc3-5e5b-9d64-7cade86e0374"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1913e26a-f1e5-5b4c-be26-972f9b1ed662","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368214"}],"individual":{"reference":"Patient/1c44465d-32d9-5373-8db0-e5cc51ecd9c0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f2cc1c8a-f97b-5f42-8cb3-0ff8aa68fd5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368215"}],"individual":{"reference":"Patient/5589220b-7aaa-5b03-9541-44033fd763b0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b5f42969-62c5-5281-ba58-2939981ae351","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368216"}],"individual":{"reference":"Patient/cfd983d3-f729-533c-ab90-b1b772112cc8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e2e4c107-704c-5e77-baf8-65451f48c67e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368217"}],"individual":{"reference":"Patient/55a96b2c-e22b-58db-a580-6d59552b1121"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e0764e9f-0f8d-5e8a-930a-daa3306763e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368218"}],"individual":{"reference":"Patient/fb95496d-4bb6-527e-a06c-795967428672"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"74cd2332-3088-5978-a73c-b6afc221416b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368219"}],"individual":{"reference":"Patient/d954e17a-d4d6-50e2-9343-2bcb73a02059"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f2cb9bea-8b0b-59ec-89b3-48dc24c884f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368220"}],"individual":{"reference":"Patient/cf88ea88-4046-5c7e-adb7-d035d75f6156"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b7e4dff0-c807-541f-a1ee-fa023dc55dbf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368221"}],"individual":{"reference":"Patient/8badd1fd-07bc-504b-a265-adf33741be81"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b4a875d7-e67d-59d7-ba45-95731416c0dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368222"}],"individual":{"reference":"Patient/40b0ba74-e4b4-5df1-8b8c-340bf1e6a620"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"74f1e3e4-7f3e-557c-8bef-3bc4156a02cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368223"}],"individual":{"reference":"Patient/43068891-0af0-54f8-b6d4-02bbad3247a4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eeb06c31-2a97-534e-93aa-6cede84557af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368224"}],"individual":{"reference":"Patient/05cc71c5-8959-5bd6-948d-09947716676e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"be62f47b-941a-5b68-a262-16f53142bdd8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368225"}],"individual":{"reference":"Patient/9233e39e-ead0-5028-a5c6-e67a5c86040e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8116e32d-8144-59bc-8b46-511d65f98ffc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368226"}],"individual":{"reference":"Patient/33e32ecc-e14d-5808-be79-dbfb8e21e5f9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c55a6303-089a-541d-b52e-fd2e5ec7b505","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368227"}],"individual":{"reference":"Patient/a6944257-165f-544b-a431-638a03128402"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0e403060-eb8b-5666-a2ce-0e99f85e8226","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368228"}],"individual":{"reference":"Patient/b0f5e1d6-696d-5422-abd8-e2479b179f9d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"86a4ab44-a4cc-554c-8611-22afc4e4519e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368229"}],"individual":{"reference":"Patient/f72ab89c-f388-5797-8b73-2e25a5d9af8c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cc7759eb-c54c-5cdd-b28f-9928b3eb0a80","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368230"}],"individual":{"reference":"Patient/12b1b823-f0b5-5647-8bde-ac5286363b39"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2373b67f-4523-55ce-a3d7-8be2fe03cdc2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368231"}],"individual":{"reference":"Patient/72bcce67-6be5-5f4e-b944-941bc265d177"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"33dfa192-1696-5a9d-8098-bb67c467d84e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368232"}],"individual":{"reference":"Patient/aee3b92f-656d-5e7f-9ff9-64d27a7159cb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1fb71059-2e2a-5f7c-9cd2-b5727fb86f04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368233"}],"individual":{"reference":"Patient/b0d65062-4379-52ec-a5f0-7a53ec1d4231"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9855a134-9bd3-526a-adde-7a2014ed7aab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368234"}],"individual":{"reference":"Patient/941317ac-d045-5a17-b122-45f978f5d541"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5bb5f57d-b259-5de7-8108-7594fbb97ca2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368235"}],"individual":{"reference":"Patient/df20a216-1ccb-59c9-af4a-bcd299732de9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cbd95f3c-7cf1-59f7-bbb8-af003d06845c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368236"}],"individual":{"reference":"Patient/d65ff022-1bd5-5863-812b-0eca7c790dcd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"684e23c1-f6d6-5430-89cc-45afbe92bd99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368237"}],"individual":{"reference":"Patient/55daa950-db30-5da0-ac18-73044f725a11"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"88ca1375-ba60-534f-bf87-93d4f63c0651","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368238"}],"individual":{"reference":"Patient/605e05bb-f29b-53e0-9ce2-c3d8c8b3a8f5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2e73d7a5-784d-5358-b49a-04f7e93f3f1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368239"}],"individual":{"reference":"Patient/34919d8c-e1e1-5bdc-a97a-9191b0f07d50"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ce4df961-f98a-5c6c-aca4-1ab1c68b95ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368240"}],"individual":{"reference":"Patient/c7437e96-4133-52cc-a4e9-284232f1c5a1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"746cc628-c4c1-52e1-824f-484cbc5e4ccc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368241"}],"individual":{"reference":"Patient/85b4f612-5082-5ee8-8457-591e0b791317"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"868d6cb3-b6ae-5be8-b9b7-906d3e08b9f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368242"}],"individual":{"reference":"Patient/7ec9f644-dd93-5a78-899d-2247c4423b57"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0f3e0cca-2946-5294-a46e-94a4389ecd15","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368243"}],"individual":{"reference":"Patient/53254dd2-edbf-50c9-adda-b5a0318852a2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2cbd1c88-fc65-5797-ab7c-b112d5e1de68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368244"}],"individual":{"reference":"Patient/b225fce4-0f72-53ee-9539-518e14ad4bfa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"102bed51-0aac-559d-8dd5-fa64a651ea2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368245"}],"individual":{"reference":"Patient/9d51877a-042a-52d1-8819-58b56af5a611"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9e039590-0da3-57e6-a697-c7909ddd5164","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368246"}],"individual":{"reference":"Patient/b038ac7d-7664-598f-813b-bb6e369e2595"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bcf96c46-1de2-56fe-bbe5-05f03b29cee6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368247"}],"individual":{"reference":"Patient/ad35e03d-a773-55cd-a272-4bd02f1cb1f2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5985130a-bad0-5a8d-9a06-3c63a7090192","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368248"}],"individual":{"reference":"Patient/105fbfed-f370-5933-bf1e-cd9eb04f76a6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5cad8e7e-7a51-5fb6-9284-d77b8e5885e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368249"}],"individual":{"reference":"Patient/c568f32a-2dde-5458-b40f-0b55d2fc7880"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c719a642-1ada-5965-872f-6ef0c629d7b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368250"}],"individual":{"reference":"Patient/990168cc-b15d-5e53-b946-c3275a44ce2f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4ad90217-b448-5484-9b93-42fe940e0321","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368251"}],"individual":{"reference":"Patient/747dc6b8-c0b1-591e-b502-d065505e493a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"80fa0aaa-38e3-5b58-8a3b-92a561ce9657","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368252"}],"individual":{"reference":"Patient/044f992b-ee73-5c07-a4a5-6de63284399a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d6ca275a-5722-5208-a223-5496de099663","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368253"}],"individual":{"reference":"Patient/dbd4b0f4-1cda-52bd-a119-b0fe2da3ea04"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f2a20325-03df-5b00-b096-470372d081a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368254"}],"individual":{"reference":"Patient/8f7e21d3-fc08-5439-b2ca-b47741a66995"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"58fac87c-4fd7-5873-8510-bcb0d291eba4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368255"}],"individual":{"reference":"Patient/eace7263-f678-5642-9550-b0036c476780"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"359092bc-b9d1-5e67-b757-18c785cc04b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368256"}],"individual":{"reference":"Patient/74446d57-cea6-5733-97b0-3294054bf5bd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f75db1be-fb6b-522f-acf4-13217709f6f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368257"}],"individual":{"reference":"Patient/d1ca0081-70c5-5d3d-a324-b2f0fcd868b0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"55df6924-b0ab-5368-a266-f33053750083","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368258"}],"individual":{"reference":"Patient/dabdda6e-f672-543a-9840-0a6c82a4a119"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4565b58c-cfcd-5d8d-937e-24717895711b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368259"}],"individual":{"reference":"Patient/198e00de-a8d4-5aed-831c-7117851088c3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"61860597-84f5-50cb-b70f-a71708326bad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368260"}],"individual":{"reference":"Patient/97d6e3ec-49ad-5e88-8627-033d0dbc9bc7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b4afd408-7fd2-51fd-a8e3-0281285912a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368261"}],"individual":{"reference":"Patient/325e11e2-3b5a-5adb-bd3a-4a37a03819db"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2d9816e5-61c2-5556-a217-317db695a9fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368262"}],"individual":{"reference":"Patient/827fee56-ed45-52ac-8783-3e5f8de4b6f3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"171dfd55-bf92-51e5-b21f-b9898e3b57f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368263"}],"individual":{"reference":"Patient/d93fb243-7f51-5f35-bc3c-7ab8e45d9f97"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"44e041d7-2263-5e72-b076-4eaf3002cea2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368264"}],"individual":{"reference":"Patient/0afa3630-0eae-558e-8749-74873fe0ca3d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"47d36ead-96ed-5dc1-b492-a6e71410f43a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368265"}],"individual":{"reference":"Patient/2a9fc85b-3a06-5689-b779-72b2cd0aaf32"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d65b16b7-bf46-5ee9-95f6-40109b42f4c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368266"}],"individual":{"reference":"Patient/af01da9c-f9ed-5f72-988b-b4467d8aef4d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"471933b2-e6b5-543d-b8da-9c0da90afb99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368267"}],"individual":{"reference":"Patient/08e2b5b8-f153-573c-93f9-eab8c1fa4382"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"463b991c-f9f3-5b50-9255-41dd1219d12a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368268"}],"individual":{"reference":"Patient/b51311fc-91e4-5459-91c3-8ea4da47e07a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8cf60766-54a2-589b-85d2-b99c172c4c08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368269"}],"individual":{"reference":"Patient/8ed3ae2e-6b01-5dfa-9d3d-ca4c75849733"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b4c94693-bf07-5171-9ce3-ca1fd1bbc0a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368270"}],"individual":{"reference":"Patient/b21d51ec-6121-53df-8235-b80d50a5e20b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"52092e9d-2ab8-5744-b221-39bef48dbd9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368271"}],"individual":{"reference":"Patient/5bb70d1f-998c-5575-bdc2-9304d89299e3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2f1264bf-2bc8-5586-b309-c0a5e5e87e18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368272"}],"individual":{"reference":"Patient/0d35cb44-eb62-5c0d-8fed-cbd50bf9c88e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"44697b40-1849-5402-a439-de7a5935b028","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368273"}],"individual":{"reference":"Patient/935699ab-b44d-585c-921c-bd0426247642"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b83f58df-f64d-50c1-a1ee-d649876bc678","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368274"}],"individual":{"reference":"Patient/a402e802-b4ed-59eb-a738-49c0000e83a8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5f916bc4-e2a0-5070-8978-106a72af1062","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368275"}],"individual":{"reference":"Patient/25e3501c-100d-5228-8d9f-7027c2f689f2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b68c370a-bc5c-5b97-be27-0ba9d7313332","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368276"}],"individual":{"reference":"Patient/5fcaa10a-6207-5f28-882f-c3b5a30f242a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"204ff164-5967-5eba-8867-2cc690ea9655","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368277"}],"individual":{"reference":"Patient/c40ff980-7019-5be0-afaf-f3277e401534"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d934c344-856f-57b4-8498-d7e2e31a3726","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368278"}],"individual":{"reference":"Patient/417183c6-2a19-5054-9341-47cf405dd6f4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a672d9c3-432d-51f2-ace1-1ab0753c1531","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368279"}],"individual":{"reference":"Patient/8be0c7e1-1268-5c37-b04b-8a0b4c78c684"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"def75260-1e15-5e4d-b120-414405090ec1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368280"}],"individual":{"reference":"Patient/1dd61fc2-e1a2-5668-9395-22c4cce293d7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8e08fa16-f078-5a3a-b3de-8d4aeeab9ef2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368281"}],"individual":{"reference":"Patient/7bf6c725-8cea-59cd-b18f-f0c07b0bd7ac"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"53c336bf-de2b-526b-9f69-f72bd0aaeef3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368282"}],"individual":{"reference":"Patient/6539273e-8ee0-5c59-887c-9c36f7b1e967"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4a86d7f3-e7b3-5d31-97dc-9b6249c59df3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368283"}],"individual":{"reference":"Patient/fdf9c9e8-e5a9-5b62-8cc8-6da06a1efb1a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cb324fb8-dbb4-58b7-bce5-0004a6f4dcda","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368284"}],"individual":{"reference":"Patient/b9af6f0a-7ab7-543c-84eb-f02950613ff0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2cdc315f-37cd-5534-a4d0-0376847a8f4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368285"}],"individual":{"reference":"Patient/efcb7d03-17af-55dd-b810-7a0a46da24cb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"47867bf5-e44a-5b67-a64a-0dcaadd38df4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368286"}],"individual":{"reference":"Patient/71efa6c3-af33-5169-98ff-2b09df1808b2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6ec02d1e-2685-5fab-8196-b69c5892d15e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368287"}],"individual":{"reference":"Patient/99c56cda-1f42-5362-ad74-111eeb511d09"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"473c40f3-0707-521f-8dae-ec73f044e9c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368288"}],"individual":{"reference":"Patient/35d4c353-670f-50ae-8349-7f2e19cc90d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"20258d58-483f-5af6-9f37-85792d2ab795","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368289"}],"individual":{"reference":"Patient/b64a8bb5-2964-596d-a213-ed1657a27867"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"29393e01-c2ef-58a6-9b7e-8ce11b094577","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368290"}],"individual":{"reference":"Patient/498b8aba-743e-5b78-8e54-c76b46f66995"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fb4f15b1-4ad9-5c65-82f8-6da207142118","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368291"}],"individual":{"reference":"Patient/e53777ea-fe63-559c-968f-1f92bfefadd6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bd363926-76d9-584d-bb04-56603e2a44b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368292"}],"individual":{"reference":"Patient/292fa0a3-7ee0-56b7-be7d-0b81e7f661f9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"06920fce-4383-54b6-932d-0b89c69fa790","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368293"}],"individual":{"reference":"Patient/ce16f937-fcc4-5d79-9d09-0775e735c46f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4f42ded4-03c1-5403-a541-dcb3baf057b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368294"}],"individual":{"reference":"Patient/df022f45-b6bc-5f78-9c73-d46343f50081"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b02473cb-67e1-540a-a0d3-e8b25c59b645","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368295"}],"individual":{"reference":"Patient/ca7bf964-7775-5e93-86c3-884d60c83f81"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"374ca806-49e8-5ff8-8885-c70180b35ec7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368296"}],"individual":{"reference":"Patient/1a38a84c-4f31-5e36-a13b-968eb8f6163f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ae478d34-d1e4-502a-b6c0-4f2093ae3558","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368297"}],"individual":{"reference":"Patient/68633019-00f4-5d94-b14d-249d15ed0d7f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"05f64d20-fba5-5d68-9f65-0c40a165f50f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368298"}],"individual":{"reference":"Patient/386329e4-24a9-5cf6-b69e-4ab320b0c8db"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a381eef8-33a5-5efa-ab89-8c599b70f400","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368299"}],"individual":{"reference":"Patient/7eec2ed9-f0f4-520c-8396-8cc373aece90"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"48bafbc6-b6a8-5929-a79a-1644afdb33f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368300"}],"individual":{"reference":"Patient/718dd940-0cc9-5c07-b567-4e0868b92288"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cfb5687e-faab-5f43-8f28-220455c01e8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368301"}],"individual":{"reference":"Patient/97ac1424-f89c-5418-be9b-99b238025b97"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4225922b-1fad-55dc-a086-97bd0745f124","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368302"}],"individual":{"reference":"Patient/8746764f-7a3f-5e39-8edd-531d52d3d419"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aa73e0c6-3bd6-5ab2-88d3-16cbeca718fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368303"}],"individual":{"reference":"Patient/88e5db99-361b-5dee-b68a-017ec6868572"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"77c21001-f5db-5885-8e21-d32f0e8fbd43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368304"}],"individual":{"reference":"Patient/e45a9023-61a7-59b1-a0c6-9179857a879a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c15ca4d6-d19f-5253-b618-7dbf1304e635","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368305"}],"individual":{"reference":"Patient/d973a69b-e1c7-5d3b-af6a-88bbf4bbf393"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c482c4e8-8c19-5b25-ac84-bb33d8b1e8f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368306"}],"individual":{"reference":"Patient/12cda69c-f068-53f6-a106-3bd0c92a3e2e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8846b9bb-24f1-538e-ae0c-d43071888bc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368307"}],"individual":{"reference":"Patient/2a61cf8d-22a4-5ca7-a790-73d623707f77"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bc0bf443-49fd-5a14-95de-0f3bd3e1dfa4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368308"}],"individual":{"reference":"Patient/d62a9c3b-f9e6-5ed0-8c02-f2cfcc45536f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f0c53fc4-21eb-55f9-8451-78bebe1d16eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368309"}],"individual":{"reference":"Patient/da1e4214-fb16-54f3-98ba-223263e0dbb0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"86946d9a-68aa-52b9-ad0a-2726182464ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368310"}],"individual":{"reference":"Patient/6f8d715a-0265-5018-955d-173e804be8b8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"148311fa-767f-54f3-a519-37836dbeb5d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368311"}],"individual":{"reference":"Patient/b1a76215-daf7-53ee-838c-73e806a81b20"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bea2700a-965a-5190-8c2e-3001a959bfe0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368312"}],"individual":{"reference":"Patient/ab6d0af6-6a10-5f7b-8bd2-cae676a40afb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3f29e98d-bca1-57e7-8e35-dae0282df52a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368313"}],"individual":{"reference":"Patient/5513599e-9c7d-564d-9daa-0dc502897101"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bd98de98-3eae-5d53-94cc-a9183df14f57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368314"}],"individual":{"reference":"Patient/135ebede-779a-58e8-bb05-6a566da369bf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2c4ecbee-8e25-547c-a821-a193b76ddccc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368315"}],"individual":{"reference":"Patient/b0b6d7c5-ac61-5e88-9dfb-1304e7763027"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"57d2e6c4-d6ee-51c3-8677-77e316d01e9e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368316"}],"individual":{"reference":"Patient/09f7c8a3-5c78-5654-9078-5e4f85f925a0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ddf0d790-894b-5c44-b6d4-c5415b5afa0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368317"}],"individual":{"reference":"Patient/bee56c42-42a3-5ee8-b58b-6cba06dceda5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bccc51e4-e1c0-545a-8856-30fc023e4a25","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368318"}],"individual":{"reference":"Patient/d77f1b45-6476-510a-b399-7406b1b40965"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7cc18a35-66e0-5009-86a5-5b4f73dc9644","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368319"}],"individual":{"reference":"Patient/e78dbcef-143e-5692-86b5-436957c45ac2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4c74f573-773c-5fae-930f-4ad06bac5bc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368320"}],"individual":{"reference":"Patient/3d69537f-a0c6-5af7-b69f-6b52400b4c04"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1e471cd3-166c-593a-9ab8-ce21ae8021dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368321"}],"individual":{"reference":"Patient/c27943f7-fccf-5a41-b352-8b6333d12f02"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8977cc77-d939-5e6d-a62d-fead0834a717","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368322"}],"individual":{"reference":"Patient/ab467923-e80a-5da7-87ef-9ac4d1becf7e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"506d291d-8382-5d26-a2b2-a166c47f627d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368323"}],"individual":{"reference":"Patient/185cfae4-2e78-57a0-a218-67602d144fdd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"965e7767-863e-5757-a52c-f61063d267f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368324"}],"individual":{"reference":"Patient/a543b126-d9a8-5a83-9276-fa67524aeb20"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"72417265-bbf4-5616-8a09-ff45a1d2377e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368325"}],"individual":{"reference":"Patient/0e2d297d-1994-532b-8f3e-1a2d0170f67b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a8b51363-e5dc-5b7d-9a9b-d4cd25232a88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368326"}],"individual":{"reference":"Patient/ef50d0df-abb6-5b0e-8695-471a9dcdb486"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f939cdff-8cc1-5c98-9a81-72db8db982b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368327"}],"individual":{"reference":"Patient/01f76a14-3d13-5b1b-94c8-4a93d9978c8e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"91e6384c-2f6a-5b02-994e-46ed52d28dd3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368328"}],"individual":{"reference":"Patient/dabbc504-89a1-58f5-abd9-3d2d6b0fef46"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e3f60c5a-5c6e-5837-84c9-ae64d54adb2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368329"}],"individual":{"reference":"Patient/c167b486-10e5-5652-84a4-668b147e5390"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1f1ed9ca-3438-5e5f-867e-0e8de79285f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368330"}],"individual":{"reference":"Patient/66f7a261-8d14-53d0-ac90-ce1e422055e1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"62d4dcac-564c-5ea4-8647-1fc4e6c65daa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368331"}],"individual":{"reference":"Patient/22209eb2-d9a8-5a10-a65c-1622a90b0751"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"27b974ae-8db0-5c64-a670-402c5de7f904","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368332"}],"individual":{"reference":"Patient/d581f4b4-1f5e-5439-8157-98dbb131c15c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ba470380-a33f-5d3b-83a6-1066014376c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368333"}],"individual":{"reference":"Patient/003998c6-f2e8-54f4-b262-442641651693"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f2db03c2-1a9e-5827-b5b1-b64020fd9a1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368334"}],"individual":{"reference":"Patient/13022abb-c94f-5b9b-98bc-b42cc82045d1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"45305500-5b98-5710-944a-9757cb357a01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368335"}],"individual":{"reference":"Patient/e1e1b7ba-81f4-5ed6-94b6-72feaecb4e22"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a47226d4-fb23-5dde-a647-d92a45defc57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368336"}],"individual":{"reference":"Patient/9fd5e95b-c75e-5e08-b80c-2fc37074579c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8785b6e0-6cd2-56a0-adc0-eb90b191ebcd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368337"}],"individual":{"reference":"Patient/190676d8-88b3-5fdb-8bba-e7f637dfde7e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f910d4a3-ca6a-58ec-b8a7-e932648b2171","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368338"}],"individual":{"reference":"Patient/39a077f3-c4cd-5130-831d-e121d9020e6a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2b00502a-46ea-5b62-8dd2-6e641e41ae72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368339"}],"individual":{"reference":"Patient/010cd168-5c46-5c30-ae7b-79caf266bf9f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c5e5f123-5424-5fc1-acaf-e32ddebc2910","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368340"}],"individual":{"reference":"Patient/38a3a3d7-2a46-5a4e-959b-ab7df6e69c9d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3222ee56-8bc5-57cb-b816-aee3b38fc5cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368341"}],"individual":{"reference":"Patient/79a43b78-6ba6-5580-b9d1-7bf11d1dff61"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"151dd887-d76c-5c77-8d22-f787c310ff0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368342"}],"individual":{"reference":"Patient/206ec175-2d65-5960-919b-5bbf38df61b0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1db5d5f0-2532-50c8-a62a-854760f69b2c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368343"}],"individual":{"reference":"Patient/45c272d4-e251-5f1a-905c-343c4da5a568"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6c88268b-0f75-55b7-a72b-fb897874c135","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368344"}],"individual":{"reference":"Patient/9538bb48-345c-5755-b5a4-b30a4eefe099"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a08b04c9-6a75-5f34-a840-4f98192a59af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368345"}],"individual":{"reference":"Patient/aa2d6edd-7457-5bb1-bf2f-457f241e5c6d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c681dc95-df9c-5322-92ae-13a61ce92743","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368346"}],"individual":{"reference":"Patient/b71766c6-4980-58ae-bd27-46484766d3fa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"38ebd22e-95bf-521e-8164-4bfb10e0e4b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368347"}],"individual":{"reference":"Patient/a99c678a-4728-5f17-91a7-d7945b257837"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6fa28e76-c64c-5ded-806f-60e3579ffdbd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368348"}],"individual":{"reference":"Patient/85e23bd6-dba0-5da9-89a0-9f528e15ef5f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ad0c0500-c140-553f-b9c9-497b697d3e85","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368349"}],"individual":{"reference":"Patient/f5ddc93f-89c5-5eae-851b-a50839b2ac8f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a02e2fda-6f54-5678-bf8e-981d9aca9b90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368350"}],"individual":{"reference":"Patient/1b3efa97-2cc2-5a1f-bd2f-fae9cc348a6b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"62a22039-027c-565b-9cf1-fc9d85bd5471","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368351"}],"individual":{"reference":"Patient/52f5bb59-837f-5fa1-ab2c-b6c0ca5451f5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"346561cf-efeb-5336-b344-d5ccd10cbc70","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368352"}],"individual":{"reference":"Patient/e4711675-62fe-5cac-ac26-2f9cead4287e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2d08d0cb-44ed-5b90-a5fa-afdf295ce109","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368353"}],"individual":{"reference":"Patient/8764f1da-6f87-5866-a01e-97e49c8825fe"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"937260d9-401f-50e7-9e90-87139d669e9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368354"}],"individual":{"reference":"Patient/33b9fe82-4882-5296-aef3-34e14122a347"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"44ed69f0-4463-58cb-a2d5-cd769b27f021","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368355"}],"individual":{"reference":"Patient/039d2f20-c224-5b48-a860-a9cf19384519"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3885882f-c404-500f-8430-6c4e9479d6d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368356"}],"individual":{"reference":"Patient/e896debf-3047-5d06-8659-9b1fced90c3d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a946ae35-ed0e-552f-8566-a29772807b48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368357"}],"individual":{"reference":"Patient/8bc54c90-2441-5c4b-bae3-7c79046150e6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"693bf496-9452-53c5-af7b-3ed0c873f5cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368358"}],"individual":{"reference":"Patient/74c433bd-fed2-53f3-ac5b-bf43d3031f9a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eabcf9db-8d8c-5449-b4c5-60ee8d486de1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368359"}],"individual":{"reference":"Patient/d85e297c-8086-5348-97ab-3f0ec0a9b0f6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"68a870f3-9740-55f4-ab2a-9e181c5ff334","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368360"}],"individual":{"reference":"Patient/2ed63bdf-344a-55b7-be1b-2b4f822dd369"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"23aa0794-59b5-5ceb-9297-f13c48634402","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368361"}],"individual":{"reference":"Patient/a9762f46-cf6d-585a-997b-ed3b02d7bc9d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"080ac2c4-9ca6-5f5e-aed1-61f5d99adc04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368362"}],"individual":{"reference":"Patient/06e567dd-5840-5cdd-b50d-bcf738a9eae8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bb3a810f-2eb9-5092-a904-30a6ae8b3c9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368363"}],"individual":{"reference":"Patient/e307b062-cea5-5e3d-bb5d-5f749bd4e920"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"af9e09bd-ff20-59b6-8a6a-90a1f4fda524","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368364"}],"individual":{"reference":"Patient/e45214ca-85df-59ea-a4ef-05cabd00730d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d1b3ffb8-f37a-5d30-8631-93334b6bf8d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368365"}],"individual":{"reference":"Patient/9c6e40d0-adab-5764-b78a-4dc5a732f060"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"caa8765b-bb46-579f-91c4-a80b578e2303","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368366"}],"individual":{"reference":"Patient/87ba6074-cc0d-56c0-9552-503f1b81f364"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4269ae55-2d26-55ba-bede-a2de38e11537","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368367"}],"individual":{"reference":"Patient/3f526930-87d1-5397-a867-6c2273efc213"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9e4d3641-be47-5631-a26e-75aa8683387e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368368"}],"individual":{"reference":"Patient/cb9768a5-cb70-5783-bd02-cdd03ba8597a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e417b6b4-aaef-5d00-8d10-fb44a8a5039e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368369"}],"individual":{"reference":"Patient/4fe30650-c7d0-5812-8c8d-3e5239d8e962"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e4696b04-0399-5883-9065-948657c3d3da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368370"}],"individual":{"reference":"Patient/f2d5a8aa-cd97-52a1-bde8-1308d05f8916"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"23a38081-32e4-52e9-8879-9d685a4aa08a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368371"}],"individual":{"reference":"Patient/b15f8e73-551e-54e9-80c6-2f8622e313ee"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4402c5aa-d1d1-5f10-95bd-5ab7f09511ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368372"}],"individual":{"reference":"Patient/5d64ac86-c570-576c-8e21-ad49106fcefc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f713f037-face-5335-8707-44aff2c60018","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368373"}],"individual":{"reference":"Patient/478c4d07-9b3f-5474-8d16-a98960ee44e6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"663a39cb-cbec-55bd-a726-d1e250ac879e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368374"}],"individual":{"reference":"Patient/f98a5d48-ee69-547f-8b43-923c64e35c4c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d5ff9be8-6c6f-568a-bd87-7c0e8bea3e56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368375"}],"individual":{"reference":"Patient/368b2636-8032-5e50-bd7a-610e95531a85"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"201442c4-1d2b-54a5-8a4f-7126dc9142b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368376"}],"individual":{"reference":"Patient/810fde84-cf4b-5777-97a1-a84fa7eb6fe2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b627c154-298c-538d-89ff-20d2111698ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368377"}],"individual":{"reference":"Patient/ebeefb39-fa4c-5f94-a6ee-b40da861b7e4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"efcb3b94-7493-51d8-af97-ee1b4d094d02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368378"}],"individual":{"reference":"Patient/d65a20c6-3dd1-5096-a62e-99d3c73e822a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eb26cd0d-587f-52ab-ab0c-7adddbc0f811","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368379"}],"individual":{"reference":"Patient/73d45686-72cb-51dc-9a40-12cdb1a3b587"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6ccbf854-a183-5ac4-b31c-6614f185034e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368380"}],"individual":{"reference":"Patient/a07b4b72-c7ca-55c8-b8b6-dcec86414bd0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"72dadddf-c8cf-5fcb-a6a6-2453c922ca25","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368381"}],"individual":{"reference":"Patient/94a28871-00a5-5728-a8b9-57d3704aad02"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ceddc7a0-ad72-5a28-be49-33b6f1db508d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368382"}],"individual":{"reference":"Patient/ec797cd0-7077-5454-9197-14a4414fe1e8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"739e7646-62cb-5990-89fe-473ca3d82a35","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368383"}],"individual":{"reference":"Patient/42033be5-aa98-559a-8a7a-a032c9fb0fe0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0973daca-93b2-59fe-a486-92bf3c98a658","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368384"}],"individual":{"reference":"Patient/c46d74fe-5678-5986-88ab-618f29fe25c9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1c627812-7693-52db-9455-e1ae557cea93","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368385"}],"individual":{"reference":"Patient/9eeba135-0426-50c9-b337-00da065e70b6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3df97ad4-825b-5bdf-8d8f-65dd886ce40f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368386"}],"individual":{"reference":"Patient/6b969de6-fc64-524a-8901-bcdf17d9f72f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6bacb56e-c0a9-5c96-9fed-cae000a5f10d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368387"}],"individual":{"reference":"Patient/bd5f12dd-c752-531b-a14d-3d45ead82b59"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"07c82848-93d3-5811-a876-b510725df0a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368388"}],"individual":{"reference":"Patient/f799c56d-b0d6-5bca-b18e-21f05020fbb0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"19971f54-f8a4-5ec7-bb88-c670358ef50e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368389"}],"individual":{"reference":"Patient/af67848c-0993-5f08-8715-86275e48b7c2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b15eafe8-70c1-5b4f-b5ae-9598a74e9e21","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368390"}],"individual":{"reference":"Patient/0eeb6f77-a950-5738-94a3-a89b4096696c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7073b3d5-3180-5d0e-acfa-6517a0235a65","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368391"}],"individual":{"reference":"Patient/402c2c0b-3bb9-551b-915a-c25976d99874"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f3241e60-3760-5c4d-ace5-2658e0b720ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368392"}],"individual":{"reference":"Patient/72c3ac66-5d32-5281-8d6d-6554bdb45f6b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f1d0c914-ed00-5fc8-95c6-fff277669120","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368393"}],"individual":{"reference":"Patient/ff56eed4-5c0f-5697-a273-dbcd837c7de6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4b5c3a7b-905d-55a6-8b07-8a595f2cd743","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368394"}],"individual":{"reference":"Patient/9e2aa225-75fa-5cd0-8a3e-ea4ee4b7dc72"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"53060925-159b-573c-b3b7-97f5cdf131e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368395"}],"individual":{"reference":"Patient/cb8b5ef7-a64c-5557-af19-2c6fc25dc2d4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"930e4539-c0d7-551c-85ae-2bca10982dfc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368396"}],"individual":{"reference":"Patient/ac0b4283-e68f-51b0-8db6-74fbf027cdcb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5e12b206-1199-5b51-97f8-7923cb2c570a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368397"}],"individual":{"reference":"Patient/5973ec79-215d-5a39-9853-45dae07be582"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2e237056-20b3-5f4f-8db3-26ec56e895f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368398"}],"individual":{"reference":"Patient/c5389a0c-9620-56f1-b9aa-af1573f438db"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"02a3fab4-004c-5c80-bdd5-4f149cea01cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368399"}],"individual":{"reference":"Patient/82ab989b-8def-5f10-a482-dc0d2862c091"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"63947476-78a4-5888-8a18-0c86d263ef16","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368400"}],"individual":{"reference":"Patient/4e3e0fc3-5604-5a1e-8a83-fdb7ba13d436"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"48cf0f3c-aefa-538e-9a58-888532055a32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368401"}],"individual":{"reference":"Patient/44691148-a06a-56a7-879a-19983c135199"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"026f0620-e150-5390-926d-7cbabee6d109","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368402"}],"individual":{"reference":"Patient/709b779e-7b39-5cb9-825f-a30b4d17ede0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3ea50710-b8c5-5736-a06d-eef565bc0ca9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368403"}],"individual":{"reference":"Patient/ae4c3dce-5e97-5d00-af41-3445133f1985"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0c8ea8a9-48c1-5899-966d-d8762109721b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368404"}],"individual":{"reference":"Patient/be7db1db-2f39-51f8-90ea-5ecb6d74c334"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"46b98747-2eab-5556-9338-c45273876e57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368405"}],"individual":{"reference":"Patient/e7140535-f320-5b26-994d-8c6dd1de148c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cd034ef8-9520-5d10-8015-5979ae8125c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368406"}],"individual":{"reference":"Patient/e7b3d209-8f90-5d14-a1d1-10996f9deb1b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ad6808e7-4f49-58f3-86a2-6711ce60a03e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368407"}],"individual":{"reference":"Patient/62bf7a79-416d-5d07-9f51-f7289a4f21af"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"22a6e95e-32be-5089-84c5-93baa53bc0b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368408"}],"individual":{"reference":"Patient/4c47319b-4f81-5b68-9699-19d8c1676eb5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"56872fda-6d57-5051-aea9-e776a353b09b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368409"}],"individual":{"reference":"Patient/77d69e9c-a06d-5c82-a989-00393651dbeb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d4d4f7cd-97f7-5a9d-bb2d-d64bb1ecf547","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368410"}],"individual":{"reference":"Patient/6ae324c3-1f49-50c4-b35f-2a7657bba150"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d60dee41-380d-5085-882b-a71045ab3217","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368411"}],"individual":{"reference":"Patient/4164f6e6-3f6f-533d-aac1-e0606dafb9fe"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a9096d8e-a778-57c6-9caa-6ec9c3e4dc39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368412"}],"individual":{"reference":"Patient/3e007a48-78fa-54fc-b701-18e8f2ce6836"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"29a9bfd6-e9d0-55d2-aebb-81f267fd1c2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368413"}],"individual":{"reference":"Patient/2feb96f6-1e2d-5f6a-bff5-923a21e631af"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eebbe61b-5cd3-549a-b2d9-dcf0fe6e0b8a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368414"}],"individual":{"reference":"Patient/6eed90aa-8734-5d7a-aa34-9c53460a1001"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"af4d0ac4-1426-53f8-a40e-04b1806fc46c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368415"}],"individual":{"reference":"Patient/b3a79507-1d97-5f7f-bb8b-8026e6687f0e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"010647ff-7910-5b98-b5c5-91ed0f360bf0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368416"}],"individual":{"reference":"Patient/f75aaa57-53ae-5996-97e2-c4bbf59d64b2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3d997499-d419-5f6a-a5c8-544fd581274b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368417"}],"individual":{"reference":"Patient/0bb6d229-5746-5b1a-8f21-c39d60fdb2e9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ad737be0-4f25-56e9-ac79-6598d201b756","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368418"}],"individual":{"reference":"Patient/7f130238-9189-511e-badb-9b8594de13fe"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"58fd2a72-b85d-58ed-bb95-b4a40b39595f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368419"}],"individual":{"reference":"Patient/051c68e0-bb5c-549b-96f7-717d2d1638da"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"57d737d0-6c38-507a-8f05-230362db0833","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368420"}],"individual":{"reference":"Patient/15883edc-f32d-57c7-8990-20090d220f9a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1f141a3d-2b07-5911-abba-cd82666f855e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368421"}],"individual":{"reference":"Patient/a3f18452-af91-5f05-a4ce-fa8f92ba0ab5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"da662e8b-a787-5994-8976-53c511a622d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368422"}],"individual":{"reference":"Patient/b530f2de-081a-58ab-9fc7-6195fb1cd31e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b9ea5c3c-9181-5041-8a7a-5679c3322024","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368423"}],"individual":{"reference":"Patient/218b07e2-b028-5798-8692-cce90cf41852"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"66f68072-62d7-571c-9a36-e80df3fe7315","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368424"}],"individual":{"reference":"Patient/4c06cc03-60aa-5c68-aa42-6675cbc1a6dc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c319ef49-3503-517b-bf17-24b84ec8a431","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368425"}],"individual":{"reference":"Patient/437d4571-0289-5a6c-a5f0-d4367a4de5e5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"47f9f34a-ca5c-5087-9d9e-3142191a1ee1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368426"}],"individual":{"reference":"Patient/ff517bd7-c60f-54f2-b822-4317bb3ae307"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8ced3819-f3f8-5cc9-972e-527e7e39e2a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368427"}],"individual":{"reference":"Patient/6fc04323-bba0-51bf-a0f6-ec0fad2415e2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bd37eeea-3314-502e-877a-6d4c9281be7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368428"}],"individual":{"reference":"Patient/eac16c18-d893-55f1-b14b-ebe00d1947c1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"135e0b38-2f83-55f1-8e2f-4d168197496d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368429"}],"individual":{"reference":"Patient/1acc66f3-271c-5d46-82e7-c501634eefd0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ea66ef6f-ad8b-5d2d-bf71-ea6ffc5b25b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368430"}],"individual":{"reference":"Patient/19eed93f-1cbe-52b9-88c8-ca193711231d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"04b00320-7cce-55bc-ac1a-248f6c11f82a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368431"}],"individual":{"reference":"Patient/656b55bb-7ee2-5395-ba2c-699de553283d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0f5b9bd1-b166-52f6-a684-e16dca6f083c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368432"}],"individual":{"reference":"Patient/8f4ee9bd-701e-59bb-bbde-11080c693e99"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"326976b8-dc23-514e-acd4-6daa561c0d8a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368433"}],"individual":{"reference":"Patient/6b544332-beda-51c0-9f07-a501ee085184"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4cdd8134-bbea-57f2-a63e-45f07f6c54ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368434"}],"individual":{"reference":"Patient/8f0a1e49-3931-5218-bd70-8e6127c4f74a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8082759d-5c13-5590-8897-f6f99ce59902","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368435"}],"individual":{"reference":"Patient/d9cae665-3b2c-51f5-9d62-efec5735d453"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"36ae84c4-ba76-5102-b111-cdb8909c2467","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368436"}],"individual":{"reference":"Patient/036b4245-b916-561f-a64e-a84861af9563"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0438ddef-50ed-5409-b000-9d68a504b8b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368437"}],"individual":{"reference":"Patient/b8a02aa2-4c33-58aa-b140-dbfdb5287118"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"50ee6885-806a-560f-a64b-03b7ec39ecd8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368438"}],"individual":{"reference":"Patient/23149110-dcc8-5d92-b393-2aaf3d146221"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9e842a07-a68c-5a19-8635-f022b2771a70","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368439"}],"individual":{"reference":"Patient/d3427ac1-38bc-5ad5-813a-7d08c6fb6e20"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5eb23a1d-0dd3-5648-95ab-f7c0a577623c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368440"}],"individual":{"reference":"Patient/de140690-ea64-5eae-93d0-be7b9600886b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b34ac061-474a-5a7c-8fd7-a5850c163359","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368441"}],"individual":{"reference":"Patient/4dcbb70e-5d76-59e9-8b2f-b5b8a57f69df"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"11a4aee9-712c-5e5f-8dc5-43a9ec8c98a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368442"}],"individual":{"reference":"Patient/5922a5c8-3f57-5295-8225-1ee5da66e980"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7e3f5e77-22c4-5b55-8980-c980c2dfe441","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368443"}],"individual":{"reference":"Patient/c47302a8-4ce4-587f-85ea-3f97e04fd164"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0d79e078-7a7f-5003-976e-ee22d79f823f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368444"}],"individual":{"reference":"Patient/335a5115-efcd-5f5c-90b2-8ab437489a06"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a7d825c6-5364-5ea9-91c7-0534a44e8d26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368445"}],"individual":{"reference":"Patient/264e1030-61d5-56e9-9571-db46cef2ccdd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9eb15c85-ae6e-5e80-8b67-966a8fd1dd51","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368446"}],"individual":{"reference":"Patient/8506e861-331b-513e-93e1-6cb47ed6fec3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5514facc-ae21-5ebf-bec2-f49f1a5f9c45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368447"}],"individual":{"reference":"Patient/9d5ec760-25ff-5623-b95d-a56b24091c77"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2cd522f7-60cd-5945-b2fb-a79b137d0020","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368448"}],"individual":{"reference":"Patient/7e582288-5dfb-5bd5-a257-c286e963e7fa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"18b3d462-1136-5669-bb20-66e979b7c3ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368449"}],"individual":{"reference":"Patient/3e7dad8d-12c6-5cd8-82fc-0b5198ebcc84"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"00172cd8-cfa8-515f-9dfe-546ae5cfa6c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368450"}],"individual":{"reference":"Patient/0384ef12-e388-52ae-823b-972e888096b1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"73ab53ff-701e-52c6-8078-02c301245c81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368451"}],"individual":{"reference":"Patient/3f0e66a6-efb6-5992-aa8b-75da6e3122fc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3e9903cf-94c6-5967-a4e2-4567bd33875f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368452"}],"individual":{"reference":"Patient/628bf7a1-4fb0-5f35-b966-eacd71d8ccfd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"92b5eff8-9511-5fd5-98ef-357dd9756ffc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368453"}],"individual":{"reference":"Patient/beaf6e7a-1331-58b0-b794-570286cd6bfe"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6b0b0566-c22a-5814-9080-c84896243c00","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368454"}],"individual":{"reference":"Patient/a055ff2e-a380-5a6a-bf2b-13e056368ad0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d2a66177-4d84-5de5-9a19-7202da437682","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368455"}],"individual":{"reference":"Patient/ab04841c-825a-5a3c-a6eb-633270006b31"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8fe692f4-ae06-5798-acea-3dc72e36cd1e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368456"}],"individual":{"reference":"Patient/c65286d3-3980-5271-80aa-444659226a6b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f4ecdd52-9b64-5f3f-af39-177464fad689","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368457"}],"individual":{"reference":"Patient/d646b2a6-dfab-5ab7-a87b-fceb309df975"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ea7f0090-aaec-5981-b961-5a1062c8694e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368458"}],"individual":{"reference":"Patient/520fd6de-4479-5cd1-965b-7c637c6942c3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"57d965d0-4848-5463-b138-dcdc54f0387c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368459"}],"individual":{"reference":"Patient/d0b5bd77-990f-5b84-adf1-5786553a98fc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"136720ee-4f8f-54f3-8fc6-c312a870544d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368460"}],"individual":{"reference":"Patient/aff9ac95-6998-5350-a794-824837b043e5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"957c966f-2dd7-5c60-ab7f-97fca269d668","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368461"}],"individual":{"reference":"Patient/3b29686b-7232-5449-98ae-c2eef33724d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6ee3405c-ba2d-533e-a28e-c79094f22f0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368462"}],"individual":{"reference":"Patient/11c624a0-6b75-53ad-9dc3-fa3ef28ee8f7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7b53a6c0-e1b8-58fb-9d21-836fd0f8bb71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368463"}],"individual":{"reference":"Patient/8e086662-4e43-5fef-9bcc-f468aee9d830"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"81730c7f-56e5-5929-8127-4a91d5352c6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368464"}],"individual":{"reference":"Patient/6dd348a7-41bc-5599-b36c-ce6d60456149"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ee99a2a6-db81-5b13-8fac-fd8d51c7589f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368465"}],"individual":{"reference":"Patient/4ded9105-06fc-530c-b3b6-d302df952533"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"14177300-4add-5bf3-b86a-5998f956b66c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368466"}],"individual":{"reference":"Patient/03130d51-21c6-5570-bfe0-6d100a85c8e8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"93b57236-dee9-5621-b92f-c98725f51ec2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368467"}],"individual":{"reference":"Patient/ea7efb36-7786-5073-ac92-51bf57ed328d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"771799b1-39dd-520c-8e4c-d6141866c5df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368468"}],"individual":{"reference":"Patient/f3ed3df0-fecb-5718-919f-d613dfca3e10"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"34e4b424-63a1-50aa-a57f-3bb9c1f0708a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368469"}],"individual":{"reference":"Patient/f10f783e-6330-5b5f-b37a-c0730d19f885"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c32863e8-b875-50fd-bfca-ebae7cfacae0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368470"}],"individual":{"reference":"Patient/9d7529ed-403f-5500-9bc4-03775fc2d540"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"97573e48-f60f-5540-a78a-823a2c21bc3f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368471"}],"individual":{"reference":"Patient/97b704c4-4d16-5fec-8d6c-d3f5a2033a84"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"576fda4a-ba07-5579-b8ef-feb23288352c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368472"}],"individual":{"reference":"Patient/59496b36-eeb2-53bc-b2d5-6b00d73e3acb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"49a109d1-bb20-5539-bbc9-2d5d59cafffa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368473"}],"individual":{"reference":"Patient/22dc29fe-3ebd-55e4-bda6-358bac8e7ce1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"827b8c0a-7a8c-5209-a028-fad85a7f89dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368474"}],"individual":{"reference":"Patient/6fefb272-b379-5bcc-a1a5-d807f6c180bb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"65330be3-c61c-5e02-825c-8e88b3a7bd54","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368475"}],"individual":{"reference":"Patient/2c64c178-f5d0-59a2-9fe3-998fb2824f95"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6ae20a08-c2f2-5c2b-9627-bbede62bc110","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368476"}],"individual":{"reference":"Patient/316d7466-2dd7-56f3-b480-b7cf9d3b912d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"78ea14eb-01f5-5074-ab7e-d1d6afb806d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368477"}],"individual":{"reference":"Patient/e572791b-9f20-5a3c-a353-f495a891f878"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e591ce28-fcb4-5383-beb2-bf318bc4dbbe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368478"}],"individual":{"reference":"Patient/0198d474-2b3a-50fe-9727-fa0c4f6ed57c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"70b02d97-573c-54f8-980c-2e7bbd1afd5e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368479"}],"individual":{"reference":"Patient/3046aaba-1910-5a6b-8cfb-024ea4575bd7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1fed4dea-e644-5c28-b00f-12b4a02df4d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368480"}],"individual":{"reference":"Patient/ca494de3-f746-5155-9ee3-eb55d7d06fd8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7a5edf8e-40db-50d8-972b-4ce5d430eea8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368481"}],"individual":{"reference":"Patient/b86807a8-5de3-58f6-86c4-c13237e78262"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d7ad68fa-bc05-506d-81aa-ade4755ff243","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368482"}],"individual":{"reference":"Patient/766cd9c9-5b34-5d2f-bcd6-cd5eb1186adf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"986f8c85-1573-519b-b951-c52839789f4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368483"}],"individual":{"reference":"Patient/a4a9c894-9f58-5555-a5ab-044035e86ac4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7b333e50-0264-51bc-a844-2aff4a7898f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368484"}],"individual":{"reference":"Patient/f001f9e2-8774-56c9-b831-998a56c3da0c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7b2e63b8-27cb-5b39-948b-1152ad8226fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368485"}],"individual":{"reference":"Patient/4c844094-d6e2-59b8-afbd-5c23c044691c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ce6ccf82-f446-5de1-9748-acda9438515f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368486"}],"individual":{"reference":"Patient/45f97cd6-a75e-5d3d-bbe1-99d8163d5126"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7c79f5f6-116e-559c-b44d-1110cd936df1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368487"}],"individual":{"reference":"Patient/db096608-778e-5596-ae40-6a473bfe5c32"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1456cd9a-35ea-5cdb-a939-49395d43bdf6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368488"}],"individual":{"reference":"Patient/7d0c17d8-3a5d-51c9-8e50-54ffdc2d5626"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"15221418-33f0-5dda-ba26-bca66b892524","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368489"}],"individual":{"reference":"Patient/d76aad05-8a9b-5d89-bc17-bbc42a7eeb37"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aa8964a8-d443-5971-be25-91fb834f79d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368490"}],"individual":{"reference":"Patient/62b7aabb-f422-586b-a20e-90bb202dfd0a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f691094c-9969-552d-bfb5-ee722234916a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368491"}],"individual":{"reference":"Patient/684d8d6e-66fd-5d39-9f44-dbdf7d61c23d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"76748add-e82b-5abf-84ca-2c52ec7cc48b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/ERS4368492"}],"individual":{"reference":"Patient/78023962-ac80-5127-a0b9-c085303c5a81"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dffc58fa-4de1-5837-93c7-113d6a59652f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000030"}],"individual":{"reference":"Patient/28a34f09-7848-59ee-9fce-60f36fcb2588"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f30b105e-2d56-5acc-8417-5092d85f3fb2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000031"}],"individual":{"reference":"Patient/d09e0951-283d-5b90-bdd6-50a1761a14f8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fd496fc0-fbe5-5510-ad5a-e5c8c96dc025","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000032"}],"individual":{"reference":"Patient/0e2d0507-41b2-5773-87f4-6858a01b58cb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e24974d6-3905-5db5-bd2d-0b15d1513a70","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000033"}],"individual":{"reference":"Patient/27376b2b-8d58-52a8-bf68-35b27125bde8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"325413c3-38e8-59cb-be60-dd29c197ae62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000034"}],"individual":{"reference":"Patient/491c2b3c-ebb9-5d15-b061-6d459ae02fef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"50ce7e1e-80f3-5e09-818b-969f687026c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000035"}],"individual":{"reference":"Patient/681f5d1a-d0ff-5c15-86cd-b4a886237e03"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3f02311e-19dc-5e79-bbe6-7b157d33a0de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000037"}],"individual":{"reference":"Patient/267d05d0-0417-5c5d-bd23-0600f98ff2e5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c9ac83aa-a8bc-5222-92f8-3f43f578d861","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000038"}],"individual":{"reference":"Patient/a78f7227-2935-5efd-92fa-432f8fb0d37a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"174f5083-2cff-5717-b103-731e0a958046","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000039"}],"individual":{"reference":"Patient/dd63b3d3-10cf-52b6-a48f-84df4721cce4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"362ac6a0-3c25-5fb9-bdd4-7610bf561947","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000040"}],"individual":{"reference":"Patient/cd80a890-1752-5365-8294-393b7994d1e4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2558e6ee-bf82-5db4-9a45-60f36dfd4252","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000041"}],"individual":{"reference":"Patient/67b026f8-83d0-5f77-bf41-5e36d8ef1d39"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"764ea628-8fa1-5025-b518-18d852ef4c04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000042"}],"individual":{"reference":"Patient/d297220f-e3f0-548f-94b4-5702a852e093"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3165fe37-659a-5350-a3d7-5cb332e34e80","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000043"}],"individual":{"reference":"Patient/e4f056d1-7726-5e22-8c45-30f886d1d302"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1c826bc9-f9dd-54b5-86de-7698cbea8db0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000044"}],"individual":{"reference":"Patient/3a710567-9b6b-5ce1-aac4-e56abe002999"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"13b5e571-4b44-542a-bdbb-b6c705f7e9cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000045"}],"individual":{"reference":"Patient/359ee1fe-87be-5e11-9f34-c486df827c03"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"39729bbc-408e-545d-8a4f-5cf549083f03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000046"}],"individual":{"reference":"Patient/07e90ba2-4e92-5e93-bf75-4e9152b28946"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1ea5347f-7452-55b4-8066-46ecc8c6eaae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000047"}],"individual":{"reference":"Patient/1e6ddfcc-1ed7-5c28-9955-ba5c4f5294cb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c369dc73-8da9-51c1-a681-01e1f0bc075a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000048"}],"individual":{"reference":"Patient/a9a1c9e6-51a9-552a-ab46-ff6f006d30ff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"64220c2f-89d5-5312-b128-4b0ee126b3eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000049"}],"individual":{"reference":"Patient/1ba069b8-06bd-59fa-b17d-62ad62f71c62"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"912b6a09-9157-5dc5-99b1-f152dce72b80","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000050"}],"individual":{"reference":"Patient/011379b9-624a-5828-bd5f-01db5b0f6857"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"80fe9d20-e685-54c4-8cfc-f57b9a11ad73","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000051"}],"individual":{"reference":"Patient/91020476-651b-5ee6-b057-3b2cdc5f862a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9903c15c-ab0a-5cec-a358-2bb2653dd94d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000052"}],"individual":{"reference":"Patient/11859d3f-d861-5629-8816-a9c38d4df73a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3f9232b2-f2a0-5213-ad73-6c695aad8c33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000054"}],"individual":{"reference":"Patient/010598dd-cafe-5de1-81bf-8dd3eaba9f50"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"914294c9-7cbd-5727-99e1-1e7e57a3e215","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000055"}],"individual":{"reference":"Patient/835f45fc-1607-5f15-b54d-b0aa4eb9dec9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b406846f-86a4-5633-99c3-3eae656fbe12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000056"}],"individual":{"reference":"Patient/02fa272f-966b-5254-8954-24e68c56230e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b395f03b-42c2-51c5-893b-2a7330093043","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000057"}],"individual":{"reference":"Patient/51749c98-f596-5015-9480-d919abad1d2b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3117750e-b8b0-58a2-889b-e8eb0da0008c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000058"}],"individual":{"reference":"Patient/ae9ab6b6-1c7a-5ebe-be6d-01f8145ed282"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"87a140f1-1f1c-55bb-9ce5-020aa4705bc1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000059"}],"individual":{"reference":"Patient/f0906fab-6b76-5b07-b075-68dc4e82168b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b3cfdb40-1f76-5ea1-b0e2-0680594108c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000060"}],"individual":{"reference":"Patient/78d18f00-fa66-5a7c-ba68-a602572e46c8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d382ccb0-de16-53c5-9f1b-4da9f1676a53","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000061"}],"individual":{"reference":"Patient/24158143-4d05-5494-b45a-ba74652fa492"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9487c17a-5f28-5085-9c23-c66412839a1c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000062"}],"individual":{"reference":"Patient/1ad0cbca-c29a-5f81-b9e3-8754b06fb3cd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c2645b45-f1e4-569d-90a6-381438da9610","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000063"}],"individual":{"reference":"Patient/a5b4e01b-e9bb-5e2d-a0f7-0757cbc3acdd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"717707cb-2ef6-59c1-b15a-f49811dfbb8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000064"}],"individual":{"reference":"Patient/dd25d117-1898-51de-9657-90301fdfae9b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1343bf4c-3239-5d9f-b11e-d09f40e693e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000065"}],"individual":{"reference":"Patient/9ac85088-f85d-530d-838c-c5ad5d925fa3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9bceb3f4-689e-57b8-bd93-6449a317a3eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000066"}],"individual":{"reference":"Patient/3e0d7fa2-8908-536c-bc8a-3e3e741eb2a9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f60be7e1-8193-5e8f-96de-a893e158cef1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000067"}],"individual":{"reference":"Patient/ad6d5eab-0e76-5680-978b-d8dab55effb4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"506c1b85-3e7a-5870-9495-f23568902b36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000068"}],"individual":{"reference":"Patient/b887ba89-2923-5731-be76-e128d1d31eed"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a0f3eb7c-5f54-5ee2-8b8a-721d9e2f33c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000069"}],"individual":{"reference":"Patient/6cb1fc96-11fa-5ba7-9cad-e33016a71d84"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8ba20a51-64a3-5c38-836a-7edc580179c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000070"}],"individual":{"reference":"Patient/b0af88ee-4135-52fa-a2ab-6e5fc83beea7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f7a0b56b-dda1-507c-bd52-8762e5acf3fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000071"}],"individual":{"reference":"Patient/c99fd17a-572c-5bd0-b83b-92a824bc433d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9dba4fba-7c9e-5b0f-992d-1a49287b6307","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000072"}],"individual":{"reference":"Patient/838575df-f913-5a8f-a0b6-3f23551c29f9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"48c648fc-9d79-5f26-89d1-a794cc847d82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000073"}],"individual":{"reference":"Patient/b28b07f6-ccff-5814-bb55-7e5e72a3395a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fd8af667-6ada-5c97-bb49-4f66c9c11c30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000074"}],"individual":{"reference":"Patient/51303946-c3db-5000-981a-b7e8ff53deb4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"72a39196-77d6-5d4b-bbb2-c001398437e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000075"}],"individual":{"reference":"Patient/84b9d318-c9e2-599c-a5bc-4fd38dc3f140"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5a9bdf67-bf85-5459-aefc-fbfb06b66ba1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000076"}],"individual":{"reference":"Patient/383a1fc5-c3b5-5f0b-8839-05aaf383a436"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"794bd9fb-7f44-554e-baaf-af1094a86aa5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000077"}],"individual":{"reference":"Patient/12d83f33-c441-5376-ba08-e3fdcc618eb1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a7caf5df-0abf-54fc-8fe8-b90b08431c6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000078"}],"individual":{"reference":"Patient/4dd300b4-0c1f-5e23-9aba-338c02e2bf96"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0d1562a3-f6cc-5762-a99e-db60b0fcfccb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000079"}],"individual":{"reference":"Patient/86b682cc-4f5b-557b-b111-24edecb8b55e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a8d5e690-077b-5c14-a0ec-9978b97a3c4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000080"}],"individual":{"reference":"Patient/cf3cef7f-18c4-556a-9d9c-f60d86477c06"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2bfcee92-5baa-5e9b-967b-655af0b65f74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000081"}],"individual":{"reference":"Patient/02a58f0e-da08-52d9-bfda-5d04d96b83aa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4870cfa1-0b85-55b0-ab7a-1c75b90ccecd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000082"}],"individual":{"reference":"Patient/c83ffb32-df9c-5ff4-a0ba-704ac9f1803b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1576c545-0d25-50ec-a001-ee9e5231d14c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000083"}],"individual":{"reference":"Patient/e508587a-746c-50e8-9308-63f2fe2dc559"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"99f09251-fbd8-52cd-9ba6-b28df0d56767","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000084"}],"individual":{"reference":"Patient/bf3e73ac-6097-583e-b2b8-00e59602a546"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ed5e802d-21c4-5d15-b55d-218fbea77237","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000085"}],"individual":{"reference":"Patient/a78e984d-d0f5-58be-81f7-05b403a29375"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"81119c1a-f83f-57d0-a15d-b23b96d43232","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000086"}],"individual":{"reference":"Patient/ff31e404-75ac-5268-8032-6792e0753147"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b5d0a68c-6713-5713-baf5-3649eb91a8a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000087"}],"individual":{"reference":"Patient/089edf9c-7f88-5120-a564-1a8aee0f78af"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6ee44809-ff82-5182-87c3-e3f6f7decb50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000088"}],"individual":{"reference":"Patient/4abb2605-5f92-5328-bc67-582fbb64146f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bc18837e-faab-5419-8d8e-cb9a10bb4bd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000089"}],"individual":{"reference":"Patient/44d3ffcd-2a5e-5ca0-a628-10007a1829a2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"86a1b7f4-5be6-5f62-857e-6e90c834583d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000090"}],"individual":{"reference":"Patient/011a5daf-57df-56af-b114-0763c487d181"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5e32e92c-0543-54aa-a833-ed52c11a6e9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000093"}],"individual":{"reference":"Patient/e0b06ba4-a003-54ac-9b88-4e06b9b61209"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"527b0d8d-ef69-5d66-a29e-d4825d1b2439","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000094"}],"individual":{"reference":"Patient/aeb9c0d6-5f2d-5519-bb8e-7aa647214eff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b1b73763-0718-5dfb-a570-ee82107675a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000095"}],"individual":{"reference":"Patient/88c0450a-168a-54dc-8c79-8a99be98eb8b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"edd1d7fe-eca7-5fb8-a65f-9b0f634a9be3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000096"}],"individual":{"reference":"Patient/e00530d0-71f5-5fb9-b781-b809f184c133"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d12af718-cf9f-5d1f-a858-1570bbe43f9e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000097"}],"individual":{"reference":"Patient/292d7a5f-9c8b-56c2-b453-329699ac0f40"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c7d26992-5ad4-595d-841c-29724f34fa18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000098"}],"individual":{"reference":"Patient/0e9e8950-ae9f-51e1-92d8-ec63efad4a08"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"821c242f-4113-5e94-832c-79dc3a82bcb0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000099"}],"individual":{"reference":"Patient/0343a281-3322-57cb-b56e-b4aa6b5d66e1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cb7270f1-26f1-55a3-a231-d585de6b4152","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000100"}],"individual":{"reference":"Patient/31ffbf22-7fcb-5e99-a0c1-9ee68a9fecef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1497321a-85d3-59e2-8be4-4771c86d2205","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000101"}],"individual":{"reference":"Patient/6133b69b-4089-51c3-8dcd-24449e45d51f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f3faeef6-5ac9-52bf-9efc-fb3e340f4f41","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000102"}],"individual":{"reference":"Patient/8b198375-7af9-50de-9471-0548e0639320"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a31669d9-82d4-5c81-a110-9b4c0d49f374","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000103"}],"individual":{"reference":"Patient/084b06ea-be95-5d4e-b888-5791f9f2650e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"73cbf156-fe70-5710-981c-637c4f9c10f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000104"}],"individual":{"reference":"Patient/24cb124b-bca9-5988-8573-436fc2f378e2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0fc25d7f-5932-5e3b-9a2a-248280cd4761","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000105"}],"individual":{"reference":"Patient/f8f4990f-7a2a-5379-9a49-1ce9a04496f3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d24a2c97-20c2-5f26-95b3-057f3372868e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000106"}],"individual":{"reference":"Patient/45adf53d-4f62-5d2c-b020-6c0043263ee8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e795da85-5c83-54c7-a144-bb57a318b9ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000107"}],"individual":{"reference":"Patient/d9bdf7f5-c834-582e-8a4b-01ff0195ec4b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dbeb7a70-95ae-5458-8ebf-15e98280d9e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000108"}],"individual":{"reference":"Patient/9b26ccec-38ff-5749-b7f8-89af4a351e14"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ffa2a0fd-b32a-540d-bafb-bd53b6532ac7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000109"}],"individual":{"reference":"Patient/fe7c626b-623d-576e-9520-79c5a033de74"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"11b026d9-0cb1-513a-b3ac-2c4628e9f7ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000110"}],"individual":{"reference":"Patient/7594f22e-13fb-55ad-9d17-f21825f88092"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"284030ae-1f4b-5d63-ac1d-fb1eb51b400e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000111"}],"individual":{"reference":"Patient/07839940-097b-518e-a060-10701b2b4d04"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0c3bb01e-ab36-5c12-a4f3-cb46f80e62d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000112"}],"individual":{"reference":"Patient/ecb9cfeb-a7a4-5a21-af7c-5726bb48d558"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"319f6656-15db-5a0c-8b7c-e73f9c24e6a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000113"}],"individual":{"reference":"Patient/a250209f-becc-5165-a463-a216b0a76b47"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"78107577-a3b5-5f48-a7ae-18ad2d5c6503","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000114"}],"individual":{"reference":"Patient/01fecb81-c83a-50ae-9295-6fc5ec4f8650"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4ec87ea9-666b-5c2a-8776-a0d9d31e4970","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000115"}],"individual":{"reference":"Patient/5def65df-1996-512e-b64f-dc4ba5d21f28"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"94f9e98e-91cc-5855-abed-c43f6cb9bba2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000116"}],"individual":{"reference":"Patient/c3646198-61cc-5052-b703-e49435b1dbb3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"99ccb49d-a221-579f-a965-5267a2d30869","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000117"}],"individual":{"reference":"Patient/f9e7db6f-0807-59d1-8a1f-61b585598588"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8f276664-9995-56f4-828a-9490d246dcee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000118"}],"individual":{"reference":"Patient/facc3ea5-9719-57e4-9a27-48552aa5189b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a698d67c-58d1-5295-90f4-8f415754223d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000119"}],"individual":{"reference":"Patient/f90b4279-5d3f-593e-8c48-859ea3cbc7e8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cf61127f-5d2a-5169-bef4-ea80eefa6794","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000120"}],"individual":{"reference":"Patient/f31740ca-d9f4-5848-8d4a-b6cd9be56f7e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"94fbb08d-8673-5fbd-861c-fbbe59caa57d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000121"}],"individual":{"reference":"Patient/81cde550-8b9b-5c59-a0ee-388f45d3ef09"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"16c32be2-0fa4-5fca-bfa7-9135f58a37df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000122"}],"individual":{"reference":"Patient/2751fb81-4617-5cd5-8fd4-fc18501f0b80"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"46d9feea-2e49-5f4c-9415-b74e147bfaef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000123"}],"individual":{"reference":"Patient/6a7848c5-fac9-5127-aedb-8fb808a9ffc6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a6b8cef3-ad49-5c5e-a0c4-e55bd0bd57bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000124"}],"individual":{"reference":"Patient/abe256a6-ea1e-591d-8897-ac65434f3b67"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1f9130a1-70c4-55ad-8016-5cf608b0721e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000125"}],"individual":{"reference":"Patient/096c36a1-9082-54c5-8b11-19805acedc0c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"22b04078-d96b-5a9f-82a7-2b7eff04ce71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000126"}],"individual":{"reference":"Patient/48145447-f68c-5bed-9233-14669ddba8b5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"239f4dbc-9d9c-5587-b481-28e7e1e1a861","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000127"}],"individual":{"reference":"Patient/a4b31d18-51be-54df-b834-ef2f8308d0a3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cb0aa35c-de8e-5ba9-abc9-ba8f24886f60","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000128"}],"individual":{"reference":"Patient/6ecdc879-a5ff-5cda-8181-9518f5ea9084"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7c24a759-4d51-5b95-b051-c7c71e30ed21","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000129"}],"individual":{"reference":"Patient/aad6006a-4621-5725-9c0d-4c75a317b9ca"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4680ac95-5ffa-57f7-9800-8b6ed5fd7049","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000131"}],"individual":{"reference":"Patient/f37d55d0-d7b9-5ab6-827a-205becfcaef7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8d8ff7aa-4e75-508c-9de3-0eb1adadd814","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000132"}],"individual":{"reference":"Patient/e959fafe-6be5-5e1b-b514-cac8e1a4cc19"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b1e25821-275c-572c-8fd2-df5f1f40f8aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000133"}],"individual":{"reference":"Patient/57d30ec1-af8d-5b7f-8651-4c4106acc72a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0ec1b00a-acd4-5911-ab17-f75fcee99261","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000134"}],"individual":{"reference":"Patient/e88ac88e-8844-5714-9066-3f2ad57df86f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c46f97e3-dcf0-5fb8-b793-894191f0a238","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000135"}],"individual":{"reference":"Patient/2de30168-f520-5c70-a071-1e4989fd61f8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e6ce4919-7788-59c2-9b87-cfa68f61f08b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000136"}],"individual":{"reference":"Patient/ef6cf0d8-aafe-5d6f-97c0-23d57ad73516"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4dbf8aef-a813-540c-b274-273b106818a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000137"}],"individual":{"reference":"Patient/2b138302-268d-5763-acd3-b0cd6efc36a9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3383da87-1c34-5353-9f1c-9877e27f07a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000138"}],"individual":{"reference":"Patient/bb1aeda7-0867-56ae-ab9f-07b59fce9a1a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"babe2b47-24bc-5290-8d1f-d101eb803992","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000139"}],"individual":{"reference":"Patient/6866e5a9-cd4e-5695-9d81-aef68a938394"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"54f2e4a9-f91b-5f47-bfa7-e6a5ce4e0f7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000140"}],"individual":{"reference":"Patient/ffe71544-ed7f-53c2-b249-50571681cd8f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9bfb473e-3453-5d8d-b45a-61ef40d609f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000141"}],"individual":{"reference":"Patient/46de7d85-1689-5912-a6f2-264745b98e3f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7e87399f-5b5a-57fd-a6b1-a1ce70cd8eb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000142"}],"individual":{"reference":"Patient/5c51ffeb-4f71-5003-87bc-0024479d3a07"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eebcc5f4-24b3-5833-b9e6-5f184ef8a155","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000143"}],"individual":{"reference":"Patient/14d15921-a2dd-51d0-a85b-704bb8463b01"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1128c7f2-6cf6-5f83-bf07-b911ba8db2c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000144"}],"individual":{"reference":"Patient/354655b7-4ef8-51eb-95e4-e633060b8452"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3914d919-5d48-5195-b875-703ac9e00c3a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000145"}],"individual":{"reference":"Patient/7b6bf1a4-a201-5e9c-9f1b-e3d21f9c6bcb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8e7162d4-c58a-50eb-aa95-41470c547045","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000146"}],"individual":{"reference":"Patient/30dd2f9d-7941-51f6-bb44-646206087724"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4bc2b642-b8d1-5208-9d30-91eea5f1ad55","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000147"}],"individual":{"reference":"Patient/8ae4fcf9-da0e-5235-b95c-b5df6b6154a0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cdc57891-9246-5ce6-920a-f62031ab342c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000148"}],"individual":{"reference":"Patient/71390c2b-d8c1-5c69-aca6-c38bcb1b3359"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8acc3b7e-d693-5e28-b471-d2530fdab274","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000149"}],"individual":{"reference":"Patient/2bbd2f45-b722-5a89-82bf-dc4959bd4ed9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dcb5844c-3fb5-53e2-ae97-96366aa4b373","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000150"}],"individual":{"reference":"Patient/0b03dd21-5e79-5294-a6d9-b55180fb00e6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1da83058-533f-5c24-aeb5-734404de4e5c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000151"}],"individual":{"reference":"Patient/0a9ec0fe-4bf8-575f-8af0-25f85791ceb2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a2eec172-fe92-531f-822e-d1ad535e02f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000152"}],"individual":{"reference":"Patient/3610b3f1-0f1b-5f63-ba53-3081089fcdda"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"df097103-1e23-5603-9e5d-1f17ac458426","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000153"}],"individual":{"reference":"Patient/0b9e29f4-3c3a-5ac0-8160-fc1dd505bb92"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f3e7f74e-f678-5f9c-9597-341fc4ee0159","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000154"}],"individual":{"reference":"Patient/b01d61a3-f2f6-5a72-addf-e6c5edb258b1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"77454d32-e4ee-5e82-8ed3-ea5964a2b64c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000155"}],"individual":{"reference":"Patient/46e0699d-f8a7-5cdc-85d5-0c5c6d647185"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e9a3a72e-d9b5-53da-a99f-65902993672d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000156"}],"individual":{"reference":"Patient/ffb6d3cd-68f8-5948-89f8-b91b5e7aa93d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b7f19025-dcc1-589c-9fb0-afabcda9533a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000157"}],"individual":{"reference":"Patient/a19dcf79-46ad-5040-bbe9-1c1b085b7d70"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9fce89d4-ca7c-5b99-b22e-36491c98839f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000158"}],"individual":{"reference":"Patient/1292d919-287e-5556-95e5-9c9099018b46"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"df8b9fbd-c7fd-5a8d-9e18-d259c2c04259","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000159"}],"individual":{"reference":"Patient/4ef56c50-8a1b-5f85-af25-cbd231c0698e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"32931280-9619-5e8a-933e-5e7a9d229ac0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000160"}],"individual":{"reference":"Patient/d7d78095-b9e3-5e82-a505-7e3108a2d373"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"54d5d9dd-0c22-5597-a8eb-8320c40fbebe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000161"}],"individual":{"reference":"Patient/5ed42b31-a877-578c-8900-475dca8094e6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"501982dd-f785-5b35-8a15-0c442fd55ca3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000162"}],"individual":{"reference":"Patient/415caa33-d088-53b0-8865-3c3590ea5e4c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0afd2fb9-6eda-5f1f-89d0-20d7109c7d39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000163"}],"individual":{"reference":"Patient/5e8fbb0c-2711-5e5a-b90a-d63c5b7149d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c91e9674-956d-5f74-be12-bb7920dca1da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000164"}],"individual":{"reference":"Patient/69aa2d6a-43bf-5836-a15f-eca763286d30"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a0defda1-1c1f-58b9-8a95-c97492752c46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000165"}],"individual":{"reference":"Patient/5055a1ae-c228-551a-96ea-6c367fac9dcc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2dc7697b-4943-5358-b6eb-c9976ad45148","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000166"}],"individual":{"reference":"Patient/164d29ad-4a30-5704-9a0f-defe95dd4af1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5fa187d0-d5c2-5584-be85-2f55bdee2cc0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000167"}],"individual":{"reference":"Patient/1f5cbc7f-6c1f-51d3-b0a9-1a9f0a3418e7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"44b79d8c-1882-51b4-a372-fbc6f3f98057","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000168"}],"individual":{"reference":"Patient/a934dbfc-fbb6-5d7d-a4d6-2359d3fa1a9b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b735ef88-2318-5f9f-b603-af96f542b7f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000169"}],"individual":{"reference":"Patient/7a3d858b-45af-5fbc-a079-3781bd9e7b23"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9ad35059-a00e-5987-a7a7-1e66cd859f68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000170"}],"individual":{"reference":"Patient/953a68ba-44c4-5c3b-86ab-2c70dc6c6343"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6cf827dc-6e00-5bf3-935e-590c0e9d25a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000171"}],"individual":{"reference":"Patient/6f96ab95-f176-5364-ade1-c9cb35e1020d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f8e8a7c8-a0e7-52a7-8184-224672d69b2c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000172"}],"individual":{"reference":"Patient/d3ecd15e-8361-50a3-a5a9-e6870d930156"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"62b49943-2045-52f0-b95f-ca5104654a75","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000173"}],"individual":{"reference":"Patient/7ac61d0e-f849-5a9a-89b0-107f30a88cc7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f411d325-9767-5c93-aafd-803d94c6ddd0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000174"}],"individual":{"reference":"Patient/92b03715-53c4-578c-a8d3-eb36f0216a5f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e522fbb9-c22c-50bc-806d-5acbeb7c8a4e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000175"}],"individual":{"reference":"Patient/6359d817-730b-5bca-8a85-9bd304612137"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d492c873-5cc3-5af7-8bdc-19a5aedafdbd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000176"}],"individual":{"reference":"Patient/c6e97b03-85bb-50ad-8810-8d478f915d52"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f47bca65-7766-50e2-92df-7c172ddc5b67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000177"}],"individual":{"reference":"Patient/f734aaa2-cfbf-5180-a6f1-d9f020a57cfb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b6a62f1f-a4d2-593a-a5d2-6fe9da898a03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000178"}],"individual":{"reference":"Patient/207d1a7f-6085-5427-b64f-7e2ec8d44ed7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b5991d97-55ec-51fa-93da-27cd66691349","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000179"}],"individual":{"reference":"Patient/9f5d88f4-bc5f-51e2-b985-c3a0e3317eec"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dfb61810-3745-56d0-b9e1-eeef6e43872e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000180"}],"individual":{"reference":"Patient/1620c4c9-7574-5885-9377-23740e22f9cc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"64cb4fe5-5ea8-5259-899a-83b747bee540","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000181"}],"individual":{"reference":"Patient/e820d717-bda5-5ce5-aa80-5fea126b98ce"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"43e16ac2-b685-55cc-93fd-6238a7311e1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000182"}],"individual":{"reference":"Patient/c38ef899-ad79-57ca-9d64-cc49fca1b285"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d64254ed-4f3d-5de0-b0f2-83ae77da6bbb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000183"}],"individual":{"reference":"Patient/3b590724-bdec-5209-a069-08447d9a6a75"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a9b82e52-de1d-5186-9481-7240362a78df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000184"}],"individual":{"reference":"Patient/dd551cdb-dd91-5f19-b3f3-d58cca21dfc3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"02cfdd03-ca3f-5396-99ac-7987dfe5e0f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000185"}],"individual":{"reference":"Patient/858d30ce-6604-5abe-b851-a7bf407018d4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"be9eb7f9-6b95-5dcf-9cd2-f766b303d74b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000186"}],"individual":{"reference":"Patient/295544ea-1cf4-57d3-8850-46029f697278"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"372dd0e3-6d79-5b1f-8821-3462d01597d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000187"}],"individual":{"reference":"Patient/c2816126-8dfa-51a3-991b-90845a13beb9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"855be625-2adc-5277-9c9e-df200b6752e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000188"}],"individual":{"reference":"Patient/30e5fa6b-1da5-54e1-8e23-068d6129901a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bc247ba7-9ed4-5b4e-84ac-dc2c740f2aeb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000189"}],"individual":{"reference":"Patient/ea2fcd39-b476-5cee-a0ef-6e58ae7c7a9f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f571a139-b664-5aab-86bc-ddbbf162e7d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000190"}],"individual":{"reference":"Patient/17e36af5-d25d-5aa9-9663-9269909d2449"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"275787a8-976d-5c78-83c9-b17b740a6117","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000191"}],"individual":{"reference":"Patient/c6cf0653-5c6c-5562-93bd-8caa440b2648"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dbf3523a-73e3-503f-8f52-6d41df1e26e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000192"}],"individual":{"reference":"Patient/7aaa98ca-2e91-5a92-b7cf-88bf00779683"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e04d0a94-fc24-5de6-9896-3c96962ae32a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000193"}],"individual":{"reference":"Patient/46f01bd5-8c06-5379-9bd2-e713b072b0ad"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"792e1772-e43b-54c8-ab97-f7d175933906","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000194"}],"individual":{"reference":"Patient/34b6a5ad-1679-57a4-a870-d23754e484f5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e86e9db8-709b-5f5c-9044-fe4f2edac777","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000195"}],"individual":{"reference":"Patient/6753ef49-cf0e-52b6-8c3d-9c7184ce5c22"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6247eb72-9700-58c1-9233-aad817cda6dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000196"}],"individual":{"reference":"Patient/3a31ebc0-47ab-51d4-a346-63ca5a8ff12c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9759ae3b-b9de-5143-bf89-5c061e8f6820","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000197"}],"individual":{"reference":"Patient/ebe62159-2599-5235-b9d4-3c314875545b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cf1f423c-cca3-5eca-8bc8-fe55ee5e0c55","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000198"}],"individual":{"reference":"Patient/6efc688e-ca25-592a-a74f-2823fd6aae50"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9209874c-9fba-5c62-8192-aa983d04bc8d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000199"}],"individual":{"reference":"Patient/40f2c591-9378-54ef-830d-e89fd76c91d1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d361f809-e467-5e11-9e38-9d5f5bf5de0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000200"}],"individual":{"reference":"Patient/f5d4879b-b3bb-5b3d-a652-d3b110aaa99c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"49a3281c-f6e2-5618-b770-a92a7779e9be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000201"}],"individual":{"reference":"Patient/537d1c2c-3d9f-556f-aaa3-aab0dc0e079f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"39dd4526-53a7-51b8-8051-4b6914c6cbbb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000202"}],"individual":{"reference":"Patient/49144eed-f13a-5b7a-a190-0dccd8512c83"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1593614c-e9bb-5679-bfe9-f30ee2911b3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000203"}],"individual":{"reference":"Patient/6bc94cbd-b5ce-5e1b-ab1f-9ab0edd8bc5c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2ea6a41a-7ab4-52c2-9713-2aba98defc0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000204"}],"individual":{"reference":"Patient/9bcee41d-f67f-580c-abdf-01df4784bfa3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f0480205-e68f-5bf7-8d03-def7fb3e2445","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000205"}],"individual":{"reference":"Patient/6bbf49e8-f907-5e25-989e-2c5015582b56"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f405e7a0-bd62-54a8-af27-fc7eab80f3a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000206"}],"individual":{"reference":"Patient/f6caf009-21c5-58ed-8750-fadf3054b282"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"763dcccc-2902-59c5-9d47-8d4bf80e7635","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000207"}],"individual":{"reference":"Patient/be180678-9b82-5407-bf59-97f716b97eb2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5b0374c8-1067-59ff-9af9-c4d80d461b73","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000208"}],"individual":{"reference":"Patient/dfe15bef-423a-5b27-b00c-5de8e91cdb24"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"98e2c31c-c953-5e75-84af-f62f401c72c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000209"}],"individual":{"reference":"Patient/fa49b941-e0b5-5517-8c2b-84c01b773e30"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b8f7015d-fb08-5a44-9f05-108337cdffb9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000210"}],"individual":{"reference":"Patient/64d4192a-18a2-56de-98ac-d87007f95c24"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9cc09508-da21-5a16-8b81-b344d848309c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000211"}],"individual":{"reference":"Patient/87218645-16c1-5aaf-a9d6-08577f75f7f9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6c0a4caa-d3d3-5d38-b296-6f73af0c3908","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000212"}],"individual":{"reference":"Patient/848b7758-b426-5a72-bccb-20b8c505f9c0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"134e9fa9-0e7a-5245-b5ed-bad638580d2d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000213"}],"individual":{"reference":"Patient/c884324c-3846-5543-b121-a682dd12d23b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1a16177e-6c54-5963-8e11-a9af7cbc3977","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000215"}],"individual":{"reference":"Patient/b5229129-918b-5f0c-9ea3-4e1a369bab93"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aee84688-9365-5c66-b779-df427f87e4b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000594"}],"individual":{"reference":"Patient/5888f5c8-a43a-5bce-8d64-914c1bbb6943"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"91db253a-0cad-5a2f-862f-c240e8f73bbb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000607"}],"individual":{"reference":"Patient/b9edffb0-f5f9-50f2-ba83-7e0549af9b14"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"59a0eb47-7d0f-52a1-b4ba-c8f34c54adf7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000609"}],"individual":{"reference":"Patient/43413240-6b27-51cb-8a61-e7e10f8c9b0e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a6c207e9-ee5b-5728-a21d-96131b51579b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000610"}],"individual":{"reference":"Patient/88e33f50-76df-5337-ac5f-ac11c9bb985b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"556a3b8a-8c53-52ef-ab21-ef3ec64023bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000611"}],"individual":{"reference":"Patient/3ebf0254-bdfd-53a6-9d7f-87ad1db443de"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"be046e0a-1543-5931-a5e3-34232656bdb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000612"}],"individual":{"reference":"Patient/78e9d9dd-0a67-5818-a2e3-15d0b5bf5f7d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"013b519c-fb02-56ea-a6d1-8b10b40fee21","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000613"}],"individual":{"reference":"Patient/d4c8c3db-86a5-5b86-b2b6-e64449e8092c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"94a70e66-d2f7-53e2-98bf-cb228a09fae0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000614"}],"individual":{"reference":"Patient/6ee5ee78-9d48-549b-a309-94b964ff661b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3e1ac791-7827-5988-8f07-728860321e8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000615"}],"individual":{"reference":"Patient/74ffc0b6-8ed2-5297-8f4e-5e3f8296828e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7c109ec4-44f0-592a-97d1-6b0db1ac8b24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000616"}],"individual":{"reference":"Patient/42de3e78-180f-5e1a-9be2-198b94232146"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fa5e834d-59e2-5b13-b1a4-b62446ad97cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000617"}],"individual":{"reference":"Patient/b2246eb1-e1b8-5b98-bdad-5d04cdd5ee86"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0a668880-78b6-5869-8947-16232a932990","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000618"}],"individual":{"reference":"Patient/351935c0-8ace-5ab6-9c47-428ad7fcc0c6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"42f19dc6-b580-5c68-9f18-968ce6a8977f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000619"}],"individual":{"reference":"Patient/a344167b-b372-53f2-bc60-f138b8480b3c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a7845b0d-506f-50bd-b045-7a6c8d23d0d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000620"}],"individual":{"reference":"Patient/3dc64e95-db2c-58bb-b498-2d503c574528"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9f6e76e6-ebbe-537d-95c7-ed35bca3b30e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000621"}],"individual":{"reference":"Patient/a24d2606-7acc-5298-9204-3f0674def29e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ac3a97b3-0a26-5a5f-b830-04e6a7c3f70d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000622"}],"individual":{"reference":"Patient/de224673-b851-5e96-bc72-baa605ad1f7a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8a0d2e12-46bc-5451-b8ab-095ed8b3c2c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000623"}],"individual":{"reference":"Patient/a06bb06a-2bd2-5a83-a824-f7dd2ad53d5f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"65482c9a-8c3f-501a-882d-184b2234ea5a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000624"}],"individual":{"reference":"Patient/aa34bad1-e66f-5606-9dee-1c6b2369cbc4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e0305f9e-eb11-5838-aaea-5d30734d07a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000625"}],"individual":{"reference":"Patient/8c43887c-a7f6-5b64-be17-8df2baf775ff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8fafd33e-9ea5-5390-8f8c-ae266f3afd52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000626"}],"individual":{"reference":"Patient/5f0e7d82-6828-513f-8fca-0eb8f5788567"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2242d51c-d6e6-5561-aede-0062be258227","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000627"}],"individual":{"reference":"Patient/7e73ec22-ce7f-5e5c-8d30-e43d97aaa3e1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"146911e2-0e97-514f-95ea-557856e08222","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000628"}],"individual":{"reference":"Patient/e67b24ee-3c94-5e07-85c7-2422d4dc09ea"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e9b7a628-ef4f-54e6-9e8f-3eed1d1e56d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000629"}],"individual":{"reference":"Patient/0a6f87dc-0ce7-5537-ad4b-991f74dac001"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"72e64bf7-4ab5-5e58-aa92-5730132a9693","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000630"}],"individual":{"reference":"Patient/e8163d4c-1fde-56f2-b4d8-df3507035404"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"14aaf76c-2877-5ea5-be36-0f9984a3e1ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000631"}],"individual":{"reference":"Patient/5ef5ddbb-e302-5904-ab3d-3c14ad346052"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0aa8eba2-23dc-5671-9eed-fc8953ffd6e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000632"}],"individual":{"reference":"Patient/195d5104-5363-5d3d-963e-bdc31f223aa2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b860568e-1ce7-545f-bc1c-dc225dca4d9d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000633"}],"individual":{"reference":"Patient/58ef7bee-aee2-51a4-a472-49a4f8366e71"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bdf37097-5dfb-54d8-b4d1-50b06344cba2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000634"}],"individual":{"reference":"Patient/7cb36968-9121-552a-9593-84d38e27bec5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"474a67b4-4d54-5653-94da-c300f8388c0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000635"}],"individual":{"reference":"Patient/71394d3f-e39d-58de-8d97-335f8bcc3ecc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4ff8a174-6855-58ea-b3c2-124b6f0c4bc1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000636"}],"individual":{"reference":"Patient/9c324173-6a13-53e7-977a-421dda8d887d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a380e336-8c15-5242-9eff-773c14fcd563","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000637"}],"individual":{"reference":"Patient/6e87a5ad-3ef3-5f7d-9979-c91363bf4d1f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"517229ce-ed6e-5bf2-bc14-3f0c1c82125f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000638"}],"individual":{"reference":"Patient/851ba456-6379-56f2-b09e-abcf2be8bcfc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4d88213b-7fd0-5e30-b14d-3541113f3e74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000639"}],"individual":{"reference":"Patient/41f00aaa-ed6f-5b13-8fed-82fbc952b908"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c20a69d7-c751-5d3b-97ef-093463c258da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000640"}],"individual":{"reference":"Patient/f34e41f9-5344-527a-8668-7d58af762421"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9563559a-f2f6-517b-a77e-be2485c85cd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000641"}],"individual":{"reference":"Patient/04095124-9fd2-550b-960b-42ac6df8bf48"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cd54108f-f14f-5d48-b534-9c18e4f1b4a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000642"}],"individual":{"reference":"Patient/f75ded40-8c02-5b72-911e-178f81f37381"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fb84ed71-8587-5090-8a54-f73b72b55020","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000643"}],"individual":{"reference":"Patient/0c4d1e95-b515-50fa-8cd8-8b2f70128d07"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fb4e97e5-a606-583b-b00b-94ac4bdc0ea6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000645"}],"individual":{"reference":"Patient/7050494b-5a58-5e8b-9b83-dd17e99c2ef3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"36881bca-a401-58a4-bb02-8029041c7b33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000648"}],"individual":{"reference":"Patient/bbb9b821-e68d-52db-90c8-90755553c9eb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e71bacd9-d651-53d0-aaa1-4c10fc71fa72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000649"}],"individual":{"reference":"Patient/747e46a9-2222-53db-8b8e-c4672766d9ec"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7e0278a8-b202-599e-afd5-5ac605a39fb4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000650"}],"individual":{"reference":"Patient/045d4115-ea50-5ab2-9f02-caf85e0cb105"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"01e34155-aeb6-5f9b-9f37-305a93f25bd2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000652"}],"individual":{"reference":"Patient/cd6d0566-70da-5c71-a6f6-14c28a02d9e8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0b78e6db-0ddb-5ad2-952a-d043a9a9da52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000653"}],"individual":{"reference":"Patient/96a4c1ac-eb15-5710-9c5b-f751a5e4c6b2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"692bc912-0966-5010-8195-b4f56b223f6e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000654"}],"individual":{"reference":"Patient/a6773a50-4737-554a-9f9a-1fc8277ebd13"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a567430c-be0f-51e8-9d86-0f1a6fb59e01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000655"}],"individual":{"reference":"Patient/0deaf7d8-f7e7-53e5-899f-40f14407912e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4e9c7bf6-4f45-5733-bf83-5518216dc0a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000656"}],"individual":{"reference":"Patient/555080d4-81dd-5cba-bdd9-ac46bcda60ae"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3e7c1530-0860-5b35-b57f-f8d2e485ab4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000657"}],"individual":{"reference":"Patient/245d61fb-fac3-5d68-8b59-3e4ba37f83bf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"99dece8b-9f14-54c7-bfb8-9d26a269daf6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000658"}],"individual":{"reference":"Patient/6410bda1-05a7-5ded-be42-745d12372e5f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"296f0dfe-c49f-5fbc-ab72-4df85ad96b32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000659"}],"individual":{"reference":"Patient/60aef3e7-e936-50aa-912b-69edb8cdbd6a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bef06cd2-f225-53be-9963-edc1566b46bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000660"}],"individual":{"reference":"Patient/53b29d5b-22bc-5017-86fe-dfde4fc4dbf1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7cbbd58b-5091-5cc4-9991-0d7de3f3eaf0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000661"}],"individual":{"reference":"Patient/a215b592-eafb-5865-a3bf-c00fce7e49e5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6fde429f-a8c8-56ab-9922-8c24a2efeb3b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000662"}],"individual":{"reference":"Patient/e4f982b5-db0e-54e4-a028-ef340a175c0f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3db4521e-3b2e-5ca0-b5e5-9fe03a9f1ef2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000663"}],"individual":{"reference":"Patient/34786cb6-0b44-5690-b219-39907cab5202"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a3ab2383-c59b-5737-b3af-a4c96a9d08d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000664"}],"individual":{"reference":"Patient/34086669-260a-5a4b-b8f6-3f39898e3505"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ccd0a17f-80be-59eb-99fc-9a66eb74091c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000665"}],"individual":{"reference":"Patient/3ce8faca-5754-533e-8405-ccddadc5e182"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5592a9fd-fe6d-510b-9a09-879fd0165888","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000666"}],"individual":{"reference":"Patient/31027cef-41dd-5911-8eb3-e150765a01a1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b01eb1f2-e5c5-5a27-a6d9-9fe1e7a0331a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000667"}],"individual":{"reference":"Patient/b4629ea8-f061-5c9b-8305-cd916fc47bd9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c67ea533-5123-54a1-a794-e487dff46bb8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000668"}],"individual":{"reference":"Patient/72038419-d143-5c85-a8b9-8804e8cf781f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"903466ea-341b-5956-a497-ab6198121459","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000669"}],"individual":{"reference":"Patient/52980ce7-11d3-576f-9b00-2c00a3be75e3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a6731175-ab72-59bc-bb86-b1ac26adf055","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000670"}],"individual":{"reference":"Patient/7b3f94f6-f647-54b8-bcbe-93472e7ff88d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"15c74a2f-d2bc-56d2-b83c-ae858997370f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000671"}],"individual":{"reference":"Patient/3a36558e-e467-531e-91e1-8f4d21210246"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"20f55df4-1713-54f1-885d-7fbd418108cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000672"}],"individual":{"reference":"Patient/41ca1ea0-981c-53d6-b8f8-2ad8d6a2780c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"44990c31-aac7-5cf9-8c03-25d176ffcb9e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000673"}],"individual":{"reference":"Patient/05d6c450-abff-5124-96b3-387e0265746a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0781d610-2fc8-5ea6-bc76-0112ba41c051","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000674"}],"individual":{"reference":"Patient/290b54d8-a7a8-5cfb-9c4d-eb739791a8c6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4ec0485c-454b-51d7-b2f9-b1bb2b48c606","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000675"}],"individual":{"reference":"Patient/1bd59cc5-084d-5fbc-9552-a3bfffaaf083"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4606b6b3-2553-5123-a5f8-612b45b318f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000676"}],"individual":{"reference":"Patient/bef04b09-336c-5493-baaf-ef761fedc007"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e3b47288-0179-51fa-a89c-8db38d3277c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000677"}],"individual":{"reference":"Patient/e2f88260-4b20-5057-8f8c-694ba11730b5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e5ba917d-0a04-54e8-8ef6-3d2bc1c63cbb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000678"}],"individual":{"reference":"Patient/5a5b4b07-5e87-5b9f-be7c-ffc888590380"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a7278fea-872c-57d3-8add-865388d4fe50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000679"}],"individual":{"reference":"Patient/9ae6aa72-b57a-5f54-aedd-f1707b1b77ae"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f3915540-f76c-56ff-82dc-ce5d7c79e3a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000680"}],"individual":{"reference":"Patient/28aff1c1-8f4b-5704-934b-c9d351ee42cf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9410eaad-64ef-5b31-913d-46b6b0252653","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000681"}],"individual":{"reference":"Patient/eb1b39b3-ad6f-5155-894d-12bd1d0efb01"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c3f4cb0b-28a5-51a3-a2d9-72defea4c8f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000682"}],"individual":{"reference":"Patient/5fb23ffb-39d0-51ae-b70e-e399b6d1d632"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"44c6051d-289a-5211-afa3-afcf3b15dc85","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000683"}],"individual":{"reference":"Patient/952a29fe-ca23-5807-bff4-3f7863fa4b55"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c5d0add3-415c-5c5c-8d99-dbade1c5ea6c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000684"}],"individual":{"reference":"Patient/60646fbc-ec3c-5ca1-8692-0e8cb2315f42"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cd60e41e-3ba8-5956-be1e-7b75328dc1c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000685"}],"individual":{"reference":"Patient/1304daab-1277-5154-8e69-e0f0ae4ec382"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d3a6bd50-b43b-50a1-9378-c4118b3da9df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000686"}],"individual":{"reference":"Patient/27124f3c-9d0c-5f51-ad4f-7a0051cd382b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"78464f30-535a-545c-915e-a4fae1546af3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000687"}],"individual":{"reference":"Patient/6f89faae-4aa5-5863-a377-08c28ced84b9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1ce05373-cbb4-5897-839f-706245f8e6ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000688"}],"individual":{"reference":"Patient/c140aad5-a4c0-54e4-b771-3dd30c613274"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ae8ab89d-043c-5fe5-bd82-7af2a38250fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000689"}],"individual":{"reference":"Patient/2856f869-ea26-5a02-8a75-2452cbf782a8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b20d2e94-7a8d-5a96-841c-c35cfd568cea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000690"}],"individual":{"reference":"Patient/3433fb81-2025-5bfd-8635-ac5e5cb40ce0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7ace11e8-3927-5c1f-956f-0b03af2ee0bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000691"}],"individual":{"reference":"Patient/997d17c0-ba08-5df4-95d9-da5812a37e70"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6b766cbe-1bd8-57f4-80c1-cb0503e1cb1c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000692"}],"individual":{"reference":"Patient/5ec84f61-0fe3-5bde-ba5d-1e3000c5fb09"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"86fa4456-52f5-5010-9d5a-a7cf155aa4f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000693"}],"individual":{"reference":"Patient/8fb21bf5-d4d9-565c-a25a-798299df8dad"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ace61085-c1d6-547e-9939-ad43d24072b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000694"}],"individual":{"reference":"Patient/d7aafeee-c447-5d73-afbf-b4034496910e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3771a719-e5cc-53d2-a5e8-17e8e344c20b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000695"}],"individual":{"reference":"Patient/fcd26f7a-c205-5baa-bec6-f54d8bea9ea8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bd0d5d72-f8e8-5bf3-986b-90e73cc0dcaa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000696"}],"individual":{"reference":"Patient/c45a0f10-790a-5e99-9f8b-e1991825e5cf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6beb778a-7447-537a-94d3-e1ff888c22b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000697"}],"individual":{"reference":"Patient/d5151c61-c5ca-59d5-a140-c0b7c160a691"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b7ce78e0-98e0-5d31-be2b-c7494f2a8708","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000698"}],"individual":{"reference":"Patient/39a0b031-cedb-510c-a506-f16c90aa6e77"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1306c32a-9274-5b8d-be88-adad78fe35d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000699"}],"individual":{"reference":"Patient/6dd0f488-2ff0-5221-a6ac-0c93e231ea9d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"35553811-33af-5513-9601-d7b2ab1ca9ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000700"}],"individual":{"reference":"Patient/607b29de-0c9b-5a81-9afb-2fe886ba7973"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d9842088-b06b-5c72-b170-1ec846d294d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000701"}],"individual":{"reference":"Patient/651bc90a-fe52-5252-85ab-31506ef19ec7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"feab31fb-38ed-55eb-9d79-384e17b62afe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000702"}],"individual":{"reference":"Patient/0fcc6a71-7936-5e3d-a270-c7c139d4862b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"38de3919-7402-5480-aea9-5235084e8f9c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000703"}],"individual":{"reference":"Patient/3ec60bc8-2c36-59fb-b88c-ff4f64ff7952"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a3f1173d-0db1-5ae3-a63c-f8f2d0c6c5b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000704"}],"individual":{"reference":"Patient/76a66820-9d47-5dbe-a11d-2cf06b1dff1b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0ab64b81-19ea-5049-b05d-f4c58133198f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000705"}],"individual":{"reference":"Patient/b2755e33-8aa5-598c-bec9-b5a767a7ee44"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"33191190-6361-51d0-9834-b41b4a0ccd59","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000706"}],"individual":{"reference":"Patient/e0a32672-b904-589f-8d58-263d6d5413e8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"54b77161-d7b6-5809-8141-95b98d9c941f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000707"}],"individual":{"reference":"Patient/d8e68b25-2695-5082-9ae6-5f70d2ef7997"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8983ca77-d586-5222-bc7b-5d4eefef1e64","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000708"}],"individual":{"reference":"Patient/e052b7f0-e6ba-58dd-845a-0b4a05860122"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bb8a5d1f-2022-577b-b15e-40ce663e8f1c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000709"}],"individual":{"reference":"Patient/023a4a3f-2529-56d9-935a-28f27381cefb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"13ab4365-79d7-53ec-87b3-02f1f4c2999c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000710"}],"individual":{"reference":"Patient/18d6ac8e-acdf-511a-a74d-1349460645ff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1cf86b24-9747-55c8-a607-60f395b04463","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000711"}],"individual":{"reference":"Patient/0888911e-2a84-5d1c-ba55-0b7074b42b9c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b6dec332-7d65-515b-8681-3161d9be606f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000712"}],"individual":{"reference":"Patient/c9bc8fb3-0ae7-5afa-9095-72b36c737fd8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7cf4c6cf-d180-5449-8144-b9ae7491f8d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000713"}],"individual":{"reference":"Patient/884ae94e-c6ce-53af-b5bc-638e5d251b85"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"72f88b3b-368a-5330-bee2-2fa8db72179e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000714"}],"individual":{"reference":"Patient/ab8cfd21-605c-50e3-811a-3cdbec9df9b1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"25e14316-0a58-5842-a5ab-616c566c421d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000715"}],"individual":{"reference":"Patient/5f3715f3-6a40-5d03-9a80-c0487695f61e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ed9d97d1-7933-581c-ba26-870a40cc00ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000716"}],"individual":{"reference":"Patient/054a1785-5c8e-5864-ab76-a934e984fb0e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"28a6d3dd-19d9-5bc6-a25b-4f207d2dfe87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000717"}],"individual":{"reference":"Patient/0e1dca93-53e2-5fc2-b0b0-55f4d52d920d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2af9b6d8-7396-5376-b1f6-565fee5224cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000718"}],"individual":{"reference":"Patient/02fa90ac-6d15-541a-80fa-010451afc7b0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"74855c68-d78a-50bf-94a6-09e505a6cd18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000720"}],"individual":{"reference":"Patient/8a6ca7d4-da1b-5b23-8ea1-894e157cf651"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ca9bd95a-997f-5b57-9f97-b8949f287c84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000721"}],"individual":{"reference":"Patient/d80352ad-e696-528b-9a0f-8e934d5d38cc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aa9613ab-2802-5511-b4cd-0ae5bf28fb11","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000722"}],"individual":{"reference":"Patient/a528761f-65af-5ba0-acf4-454222a676aa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"55eba99d-8d79-505e-86b5-0cb01ce8776b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000723"}],"individual":{"reference":"Patient/30ed2eff-5444-5ca3-b7cf-6c935ba062b5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"406105b6-8c0c-5fff-9b54-6d4812df54a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000724"}],"individual":{"reference":"Patient/55ec200a-c56e-5794-96a6-d8030c2d076f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0fb365c0-2885-5802-8457-2ac01bdb533e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000725"}],"individual":{"reference":"Patient/0038dcca-bd13-54a8-8639-40b9bf681519"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e123d913-bb8d-5ec2-bc4e-410137251d89","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000726"}],"individual":{"reference":"Patient/803b70c1-c788-59c0-a54f-ef0705a6a43e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8f8ac665-f313-58a0-b77f-a6bbd027dd8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000727"}],"individual":{"reference":"Patient/208b0080-d99b-554f-b2bf-221f3bdc84fc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6857df97-1e45-5987-b4e3-579fa9b25400","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000728"}],"individual":{"reference":"Patient/c5f65a2c-f3f7-541b-abff-2fdbb773d1a6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ad85ec73-13ca-5cba-84db-165f653360c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000729"}],"individual":{"reference":"Patient/293628d6-ca42-5a48-bfe6-9c77b24cb1d7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b12fd320-b252-53d3-a257-066cfe8731a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000730"}],"individual":{"reference":"Patient/fab9a57a-dd04-5ae2-98fb-1ae8ad60f12b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7f2d8bf2-5221-586f-8a3e-3164de246187","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000731"}],"individual":{"reference":"Patient/68859e95-a947-537f-86b5-c97f8cdab6c8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a92f61ff-24b2-552f-be59-8d2027876385","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000732"}],"individual":{"reference":"Patient/48195c8f-1393-51fc-ab70-f15d14e47714"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bf3c6c32-c723-51ca-ad14-34c055d70f87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000733"}],"individual":{"reference":"Patient/63613dfc-381f-5c51-8603-cd212e2afbc8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6f28efdd-ac74-51c1-8a5a-0b114568a2db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000734"}],"individual":{"reference":"Patient/81d4c3fe-4e44-55e0-b8b9-a93bc481e24d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"740f8960-5704-5b78-b0be-1d62a12891c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000735"}],"individual":{"reference":"Patient/a721d8c2-b27e-5a4d-b7d5-e45da6016ff9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"74322f4e-4014-51d5-ab61-22376dc1e9b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000736"}],"individual":{"reference":"Patient/1d6b98c3-7ec6-534b-bd02-0ae24f420909"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9a3fbe46-2deb-507d-9b4b-0cb7e4d88d2c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000737"}],"individual":{"reference":"Patient/438a0936-08f0-578f-98f3-4615eab4d7e0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5dda7da5-0691-57b6-8231-2fe128421828","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000738"}],"individual":{"reference":"Patient/a41e3c01-8503-5667-9c23-fc6d32858e4f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ed15d93a-a977-50a7-b627-8ee140ff9948","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000739"}],"individual":{"reference":"Patient/aa1dc98e-9203-59e9-ae02-eb6c0f827a4d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cf7f9fac-aa84-54bb-9bc3-c178fc617855","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000740"}],"individual":{"reference":"Patient/6d08e3cf-727a-562d-8ad7-be3fbb894ebd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0ba603fe-7607-59b2-9542-9d0472cdbf96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000741"}],"individual":{"reference":"Patient/66fce958-16c0-5e37-affa-b9f1129fdf79"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9e3d6419-6f97-5d5f-bb07-74df347064ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000742"}],"individual":{"reference":"Patient/95fa7133-f391-5a31-8fd8-66eecf4a4d88"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9b3e2978-02b2-57ac-b6b5-47ebeb0b6487","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000743"}],"individual":{"reference":"Patient/2daf2d45-c009-500f-8a67-9c27dfaec7a0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4c4b786b-39e7-501a-b5c7-f3f73ab94e0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000744"}],"individual":{"reference":"Patient/a0ba4392-bbf6-59fb-8faa-6fcba960b43a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b4c9eba4-59ba-56ba-aa81-9331711eac78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000745"}],"individual":{"reference":"Patient/54b804bc-3872-5844-a524-b588079b0e90"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7661fb1d-3a3c-5d78-ae7c-9a27d866557e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000746"}],"individual":{"reference":"Patient/513c3307-e404-558c-b1cc-989aacdadf15"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0105fb67-63fe-5672-ade1-52f7d89568ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000747"}],"individual":{"reference":"Patient/637c8ab3-9ed9-5a31-9b6e-fe1c274c6585"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e1b9a0cb-cafb-5efe-a51c-9c8c69274376","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000748"}],"individual":{"reference":"Patient/a487ecba-d313-5e11-a34f-5702d4468649"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ca446021-6bfa-5bf2-b00c-a9fb293dea7d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000749"}],"individual":{"reference":"Patient/52a20819-cb6c-5f3a-8124-0212883f8a98"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2e16b2d9-d0bb-5a82-a725-5799ef3ff94b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000750"}],"individual":{"reference":"Patient/1755f74f-dc85-56a0-917a-beb95726632c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9be87fbc-302d-50a5-9eed-243d3cfe050c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000751"}],"individual":{"reference":"Patient/451e71f3-1118-53b9-abaa-92d132147bd2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e8635107-84a1-5490-bae2-00df54bbd281","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000752"}],"individual":{"reference":"Patient/9f9cc3c1-f445-56ae-a628-1cbce1fee465"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"426884b7-4530-52d9-bd97-a649cb733782","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000753"}],"individual":{"reference":"Patient/0dee3f0b-9677-5442-9415-b9f36a59cf31"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"344122c2-d724-5160-923c-e3b1b7961bfd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000754"}],"individual":{"reference":"Patient/2c7dc64f-93be-532a-ad67-87d52c9f4203"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7f8a1bef-398f-5382-b689-f719b2746aec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000755"}],"individual":{"reference":"Patient/11449edd-0b38-597a-a070-6bf8a0d32c4c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"63abd21e-8b51-58e8-9426-cb54d5a31cb5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000756"}],"individual":{"reference":"Patient/69806400-7ce1-56f4-a5d8-33bd6277560c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"78406a12-c0c6-5714-be07-dc925c2c5f42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000757"}],"individual":{"reference":"Patient/8ebad833-55ba-587b-99f9-8b96c909fb3b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f18e5d01-cbd5-5db4-a4ab-34581163a761","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000758"}],"individual":{"reference":"Patient/7bec8dcf-13f0-5c3f-be91-c434ba24ba8f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"381a5a86-0337-5fa2-a793-261cf51fb3e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000759"}],"individual":{"reference":"Patient/c9bb6742-1983-562e-8347-bd5395d6e02e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"16acbb31-a310-5e7a-bdc7-c4e29fb93556","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000760"}],"individual":{"reference":"Patient/38e85aa2-c301-5fbb-abc3-b331faf627d1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b90c9f8a-05d8-55ab-8c73-5426001543a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000761"}],"individual":{"reference":"Patient/96a05196-ee5c-5e74-9a07-49b65c6110de"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e953e438-5470-5950-a469-3c20993cde49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000762"}],"individual":{"reference":"Patient/065df4b2-57a7-5e5f-8053-cb48a8bbc8d7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"32480ce4-9e0f-501c-b17b-ecaea547c20f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000763"}],"individual":{"reference":"Patient/3a69c9cd-2b30-5f96-9250-00872067510f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8d1e77ff-071a-5a53-bb06-78ec26a011f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000764"}],"individual":{"reference":"Patient/c3f5188a-0678-54c3-8af6-b778c7eb7a76"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a0c61384-34fa-56f1-a814-bea636c2d882","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000765"}],"individual":{"reference":"Patient/daed0ec4-d880-529a-b938-208d0508fad3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5c7571ff-0df3-5a64-8a7f-64e142957f94","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000766"}],"individual":{"reference":"Patient/9f49317a-1a7d-5f56-bed6-b157e4b15550"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"44a194a2-d4e4-5f25-b963-6cc2d23200d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000767"}],"individual":{"reference":"Patient/f6a45641-aa24-59e1-a855-f43770df6e20"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"571ea39c-d6d0-5968-ac7e-0872a237f720","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000768"}],"individual":{"reference":"Patient/eaf28b0d-9e0f-5632-9527-8f21bdb697d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6554168a-f64e-5397-bf17-f21b1b3cd0bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000769"}],"individual":{"reference":"Patient/f5a86008-85f4-5812-b776-5aa202c447c1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"51f3a5b6-7ea7-5312-89d9-4e4cf2b12691","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000770"}],"individual":{"reference":"Patient/61a2fab1-fd4a-5698-9bab-98be00adf1af"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6fabca94-80ea-5cab-a6b9-134d71bf46a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000771"}],"individual":{"reference":"Patient/e15b1397-ff16-5076-9a65-24e0593e1d32"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2d806c9f-0124-505e-8db4-ecab2fbe7689","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000772"}],"individual":{"reference":"Patient/cf786d70-1d07-5b0d-8047-6fe081641f4c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"10007634-5fe5-57df-8462-f7f06df9129e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000773"}],"individual":{"reference":"Patient/32037497-3078-59eb-a769-3df97d052fff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8dd3efb2-db92-5b1e-a154-fdce2d4b22ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000774"}],"individual":{"reference":"Patient/0fbd6254-9cb6-5a9b-9533-08f6fbaa74d2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5d907736-496a-5e73-abf0-6469eb4382cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000775"}],"individual":{"reference":"Patient/2af05ccf-d3c8-5459-9dba-56e1026f1e6e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"30586b3f-2c1b-5c05-a5eb-bada8e7a5b41","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000776"}],"individual":{"reference":"Patient/d3bf68ea-57ea-50fa-b754-1d90a954a5d3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"debba388-802e-5208-9df6-89a9c62a706f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000777"}],"individual":{"reference":"Patient/2662c8a6-dc4f-528e-96be-b8e287776b41"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b33707a3-d3a3-5849-b1aa-c569528ec27c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000778"}],"individual":{"reference":"Patient/3d8f072b-4f4e-5307-8c44-a8eb6611feea"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f563be30-6348-55e4-a7e2-342e609fecee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000779"}],"individual":{"reference":"Patient/b13f138d-de65-535c-8bca-1e8f33ef3d4d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e6c2a8b7-ea9b-5cff-9d74-2c7a10b5b3c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000780"}],"individual":{"reference":"Patient/ebb47f05-1f59-5a3a-8cef-94bf2d6a7446"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4c1851b4-7241-54c4-89b9-3f30cf57039e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000781"}],"individual":{"reference":"Patient/d7ae7604-09e0-532d-aafa-5a784c22777f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3b302f0d-a31f-55cd-8e31-e6bc2f296847","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000782"}],"individual":{"reference":"Patient/7696d36c-82b2-5aec-b245-7502bc276975"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bfbf4726-a6fe-5886-be99-657de530e6a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000783"}],"individual":{"reference":"Patient/1b34cdaf-ab9e-5cfc-9cb7-e2151775a9f0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f3243e4c-e4ee-5d6d-bc93-1e39c9c79143","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000785"}],"individual":{"reference":"Patient/e86e7748-dbc0-595d-848c-bc4029fa68a9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f614d011-2b7d-5b7c-a1bf-182f87725d8d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000786"}],"individual":{"reference":"Patient/96ca172f-527e-56ed-b999-d77414ae9844"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2589c304-fc4a-5e4b-a240-0583177c3488","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000787"}],"individual":{"reference":"Patient/064c8270-4aaf-53de-9322-89ab798c33d0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b6fc16db-b30e-570f-9390-04ca0fe09505","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000789"}],"individual":{"reference":"Patient/c80d210c-b330-55de-b595-dba2e2a116f7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8cf393bc-167f-5026-9119-e9c5c73949c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000793"}],"individual":{"reference":"Patient/09add51a-8939-5d11-ba45-d4f429ad9472"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b7078daa-0bc2-5090-b808-7d26f7d19b3d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000794"}],"individual":{"reference":"Patient/b4a54923-077e-5dc6-8c66-655a131b684c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"09917e36-50bb-574a-b801-6d19eb69af76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000795"}],"individual":{"reference":"Patient/5a92901c-c0cd-5ce5-9128-05e2c8152dab"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"03cb1997-a35b-53e1-b41d-ed18eaca4eb5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000796"}],"individual":{"reference":"Patient/72be44e6-a65b-51ee-846c-13c9083f16aa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"48e309a4-29ab-598c-8341-43e93130d752","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000797"}],"individual":{"reference":"Patient/9b7b9b68-67a0-51da-b2f6-20e5db50c400"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c0a4e70b-824a-5ec4-96a5-f3f30cd22d59","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000798"}],"individual":{"reference":"Patient/7ad33d2e-f22d-5cdd-9243-efa3e8f043d2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"36118d70-e951-57b5-91e7-c8f7fdd4ae9e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000799"}],"individual":{"reference":"Patient/7004e440-0a20-52c8-a860-435446fc9be1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"24be0b84-0bcc-531f-831f-e98a1050a3b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000800"}],"individual":{"reference":"Patient/cd150b5a-e97a-58d4-9448-e6690291af11"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"90f8a793-c463-5e13-b458-b84f429a6f70","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000801"}],"individual":{"reference":"Patient/3fc5fb40-10dc-5651-8865-03b4fa371a97"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"667394c1-3e1e-568c-b629-51a1d0ccbda9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000802"}],"individual":{"reference":"Patient/009c9086-1c48-5eea-acc4-270d29962b23"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1e5cf94c-c800-5dd4-875a-0af48d97d4b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000803"}],"individual":{"reference":"Patient/35481f23-eec0-5ed3-b949-5bc4ffc6d184"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"98b8bd6a-e0e0-52af-886d-78b1df3c6aa4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000804"}],"individual":{"reference":"Patient/0e8c98e1-2ba1-5799-915d-1ef427eab2a2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"279784ee-8d06-54a3-9e93-9149c95e3f0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS000805"}],"individual":{"reference":"Patient/18cd63ba-4352-5415-8d6c-b29e72af2514"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bfbbd032-fbfb-5822-8036-ecb4ac905cee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001259"}],"individual":{"reference":"Patient/5b018154-0c25-5626-8184-1f41340dfe46"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b5b1b528-75ff-5dbf-8364-ee39e6c2bf42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001261"}],"individual":{"reference":"Patient/30855302-1d77-5a50-b80b-904475ef3491"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2b57d809-9478-54d8-8df0-7060560cd777","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001262"}],"individual":{"reference":"Patient/2360aabb-e9da-5b4c-af5d-f783fe988042"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c639fa3e-3f06-52f8-8b5e-4fd69955e98d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001263"}],"individual":{"reference":"Patient/6bafa8d3-c927-50be-ba5e-a4173c8da7e2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bf29521c-a254-5190-87ef-08569c3fbae1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001364"}],"individual":{"reference":"Patient/af2ab368-bda6-5c78-9dec-45c48febe784"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7f9e5049-0a4c-5bd0-85c7-db81db6db823","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001366"}],"individual":{"reference":"Patient/ea4f8ae0-ff76-5ccf-b63a-623af9c1ef0e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e1857777-e3d9-53ed-a0cd-89038bb6d36a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001367"}],"individual":{"reference":"Patient/214ffedc-fe1f-5450-b65d-57f8cd6d1b34"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8f5d723f-1230-5ba2-b203-be10ea49f724","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001368"}],"individual":{"reference":"Patient/6bb4a26a-a1ad-52ac-bc0c-5efdc015ec10"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2843885d-b0f9-584b-8c31-98af865d63a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001369"}],"individual":{"reference":"Patient/ee8b3a60-5fee-5896-b8c8-da5c0449041c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"192ad4fd-c110-506b-a53a-fa52217229fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001370"}],"individual":{"reference":"Patient/1946d7f0-4fd3-5626-8f32-7fb149af3158"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c283e7be-f2fb-510d-a307-0a43ee0f4953","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001371"}],"individual":{"reference":"Patient/9ae33036-fd8d-5a85-b3e7-6d522a7554e3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a43fb2dd-8054-5c78-8514-34086e52758a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001372"}],"individual":{"reference":"Patient/741b3bc4-ca66-5181-8200-c8b42188db5c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0181a380-61f6-54a7-a737-131c96aa2f08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001373"}],"individual":{"reference":"Patient/aaac57e2-ed2d-5db5-92af-4f8f651b896c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f2023125-30d8-5853-9c31-02f1c071c85e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001374"}],"individual":{"reference":"Patient/e8956340-f6f3-5114-b6f3-ec0111fb65af"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3485f193-318a-5799-9936-c0038a16ff7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001375"}],"individual":{"reference":"Patient/54f1ffbe-e063-57ca-a54e-848fa732b351"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1a5a507d-91f1-5c9e-ba48-7561d0023532","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001376"}],"individual":{"reference":"Patient/216eb931-da5d-5045-a06e-e7df93a3696c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a0f4ec96-732b-5bbc-8dd9-d919c65770b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001379"}],"individual":{"reference":"Patient/92e810cb-6a9e-5e0d-880e-7d26999d26c4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c2c8e1bc-9b95-57f9-acbb-cfbcc8d33279","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001384"}],"individual":{"reference":"Patient/05cb1d9c-e2c6-5d70-98c7-4e508886a89d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f34c81e2-1057-5c3d-9b42-f85a83aeec6a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001386"}],"individual":{"reference":"Patient/a7c34a66-0582-537b-b1f4-64b646df6c26"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"04e721af-d365-595b-8018-546e49d31fe8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001387"}],"individual":{"reference":"Patient/35c83af4-7fba-5b00-b6f4-e7892100bfc4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"69947dff-b7e0-5824-aed9-6419fcf6f43b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001388"}],"individual":{"reference":"Patient/76b4d9cb-cb82-5e17-a720-b02333903431"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"78c76e03-e9b4-5bbb-b333-260e476e33b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001389"}],"individual":{"reference":"Patient/aa801f9f-35d5-57aa-9d77-713093db5a28"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9ea000ca-4325-55eb-b5ca-5abadf8fb4e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001467"}],"individual":{"reference":"Patient/23a4d6db-79c7-5b78-a4f2-a9005fc78de8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2e40eea1-500c-5a77-bf83-cce23d93e1c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001468"}],"individual":{"reference":"Patient/211ee60b-fb87-5331-9cc9-d05a9004733f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"50a56268-ecbf-59bb-893d-ab4ba2617147","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001469"}],"individual":{"reference":"Patient/fe553819-423d-5bd5-ae2d-f9bd78d0139f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"44080321-75b2-5084-891a-9a44cf9efef7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001470"}],"individual":{"reference":"Patient/4c162c49-b13b-5a7c-bee1-01d17dff77a6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"557add4c-76a9-5586-baf3-55bbd43ac02c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001471"}],"individual":{"reference":"Patient/3f9f8ca3-61ae-54c3-9d40-7000c9b93b78"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"49451957-6808-574e-a5d6-972cf56a7709","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001472"}],"individual":{"reference":"Patient/b6e536d2-30c8-51b4-bb5b-caf43ffb5e59"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d631848d-7dbc-5127-9d58-b584b296dbfb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001473"}],"individual":{"reference":"Patient/3238d1ae-4d60-56fa-82cc-49aff91c5634"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d7bd6fc5-1f38-54dd-829f-729bb5c4785e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001474"}],"individual":{"reference":"Patient/e6d9858b-6fe0-533d-bbef-72c5a846f27a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"754b8e79-452d-5498-ae7f-5d695b9378cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001477"}],"individual":{"reference":"Patient/9b91afbf-6f58-5bbe-841f-e7e3517b128c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ee1b6f3e-7666-5f27-997b-dd6a19dcb370","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001478"}],"individual":{"reference":"Patient/698a8c2e-4972-5e6c-b188-7e2ff241e1bf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b21060f5-4618-5169-9b3c-f386c83e2505","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001479"}],"individual":{"reference":"Patient/039a024e-2ec3-5a76-8bd1-ca7d8a5e55f4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"253e5543-2cfc-568e-8305-4ec36d349503","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001480"}],"individual":{"reference":"Patient/bce2099d-b217-5f55-9f41-c3ef0c75a215"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3c16b0c1-287e-5d51-943f-c3e8948bf377","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001481"}],"individual":{"reference":"Patient/02bf4035-e25c-56b7-8a84-14748d0e26ff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a8429093-4f8c-595a-a8b0-b59a4185fe72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001482"}],"individual":{"reference":"Patient/cf488362-fe2d-5cd8-9395-b0d31deb238f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eee1ed2c-8015-546d-a71f-d7c8741e6da9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001483"}],"individual":{"reference":"Patient/e738b9aa-c87e-5d06-92ab-5a7c3323918b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"45e1550a-d5e4-5f09-bffa-8da9f346e1b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001484"}],"individual":{"reference":"Patient/d5a8f17c-e020-53d3-bf11-f9f6901faf3f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5efd521c-0c96-5c5a-9d05-6f158628f155","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001485"}],"individual":{"reference":"Patient/49afd642-3dd2-5289-af40-7c8011e5d9f7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fe5c5b68-a510-528f-b6ef-5fee152943d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001486"}],"individual":{"reference":"Patient/527d2486-b159-5f23-8f74-637df0435e21"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"185471bc-bcb1-50d2-8c23-b3f4b65e0f67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001487"}],"individual":{"reference":"Patient/ec13d303-9c13-5921-bd6e-0c664be8d327"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"520367db-a740-5693-b9cc-de886fbb2186","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001488"}],"individual":{"reference":"Patient/48bd7217-e654-5df6-abf8-ba4c431f4f4a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"36e0f952-d7d4-55e9-a296-bff50df4d63c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001489"}],"individual":{"reference":"Patient/bd2a71e1-2fec-5fec-9051-6d33b1f4c55a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7ab87ec6-b901-5823-8eab-b3b6751f560e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001490"}],"individual":{"reference":"Patient/fb36c243-0388-541e-ad8a-702b6c11d847"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"02396ad5-01c2-5779-a450-954dc54855ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001492"}],"individual":{"reference":"Patient/e38fc91e-ed6c-574b-9cd1-eebe1b3d7aef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"84d7d580-6318-5d93-bb0a-e08e7fec4aa5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001493"}],"individual":{"reference":"Patient/680b3e4a-01d6-5c53-9dd7-0420fd97d0a4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"12fe03c0-6a19-50e8-b535-056ce2db7e3b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001494"}],"individual":{"reference":"Patient/9de328ce-6982-572b-aa13-8d7fa411ecfd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fe284337-b09e-5b0d-bbdb-e0a0c64ba08a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001495"}],"individual":{"reference":"Patient/34f09cef-c525-5453-a83b-25aa941eaa87"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a9d52f59-9c62-508e-93d8-d1ad9aa61575","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001496"}],"individual":{"reference":"Patient/d0bcc4cc-3367-56bb-aa85-7920009ac131"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e96c69b0-b15f-573a-baac-f44616ef5065","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001497"}],"individual":{"reference":"Patient/26466483-11da-51c6-8d1c-bc96b05eb7f2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4dfe8091-d1c9-5ec4-b2ed-6e6db7a0fcde","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001498"}],"individual":{"reference":"Patient/98291c86-6e0c-517f-9fcd-07e03406a515"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"714b3f5d-737c-54ed-b412-54ea123bc9ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001499"}],"individual":{"reference":"Patient/1ad0114c-247b-5cdd-bf0a-07ec7dffe5e0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c2e81b06-1809-52fa-b807-f1e28340f528","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001500"}],"individual":{"reference":"Patient/93774168-64c1-5dee-bd7a-5b7b6804a747"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d72d78bf-4e7f-5a86-9fc5-e97ced9d6c48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001501"}],"individual":{"reference":"Patient/81b5b566-3bea-585f-bf13-715ad4eeeb96"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"632b345b-3523-5224-89c7-cb40e37d0c5b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001502"}],"individual":{"reference":"Patient/a0af433a-55e4-5eee-8f8c-293af07be864"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"58a6cb23-8f26-57ee-ab99-64446f14a463","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001503"}],"individual":{"reference":"Patient/a065c22f-4203-59b2-9a60-cbd7274fe421"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fe18f208-2e6d-50f9-b3f5-91dc0c2bf88f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001505"}],"individual":{"reference":"Patient/c34542ff-9d10-50bb-8406-86d08c0a6038"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5f47eb56-960d-5e22-915c-f8da8771d6d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001506"}],"individual":{"reference":"Patient/286f7a82-1635-50ca-9136-a3f13e111dec"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"42b58bfd-2f11-53b5-966e-36f7b54ce314","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001507"}],"individual":{"reference":"Patient/95f4382a-5377-5f11-8418-2fd2bddebf0e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cc684196-40e6-5ceb-93b9-8f8faf89b5be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001512"}],"individual":{"reference":"Patient/3293c83f-4fb1-5061-a959-32886eda67a5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d37d6c34-9d13-5d6a-bcec-1ed21f4b410a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001513"}],"individual":{"reference":"Patient/b99da706-e597-5e59-9556-66565894c248"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"43f5a983-1e83-5fb2-a688-36336f2dec7c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001514"}],"individual":{"reference":"Patient/c139bff1-ff20-5240-8ca9-6519ed2409ff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fad40075-7d85-50ba-9e0e-5198f5e487d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001545"}],"individual":{"reference":"Patient/85dacc6f-5d44-5be5-b634-8ea70952b80d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ab1b528c-53cf-51c0-b2b8-e7704e93ac33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001546"}],"individual":{"reference":"Patient/4ad2c30a-ab92-5bcc-ae7a-a8031bcdc99f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2ea6f61b-bbf4-57f0-a6b1-534ffd7af331","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001547"}],"individual":{"reference":"Patient/6145dd5c-b458-5c37-bc61-89737947704f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ca817bcf-5f6d-59f8-963e-2c8f99f04cd2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001548"}],"individual":{"reference":"Patient/47b443fb-4f52-5ce7-abe9-5455db6201f3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"49a71c3d-a437-5715-8a3b-cf7dc91fcb7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001550"}],"individual":{"reference":"Patient/096e975d-406a-5197-9495-6910ef41dc46"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aed94d3c-de94-5ae9-81d4-bc105ba8a656","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001552"}],"individual":{"reference":"Patient/d4c987ea-0375-5c35-8b3e-b7be41adbf33"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ed5b22d2-6859-55ad-8fd2-0b8a7beb84e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001553"}],"individual":{"reference":"Patient/c12209ac-78bc-5954-b240-a5fdb81d96a5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"61971568-473b-5947-ae7d-74e05024f90e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001554"}],"individual":{"reference":"Patient/379cb791-a177-5d45-b875-53cf1dcb7066"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"032dab14-f837-5335-aec0-d197737e56b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001555"}],"individual":{"reference":"Patient/e6dad89f-ef1a-5313-8260-5170b28e6c48"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9fd17fb4-5e91-5306-857c-a08c8d33e5cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001556"}],"individual":{"reference":"Patient/aa91af24-c7bc-5565-bd19-c9faf98d04be"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c962e5e9-e133-545c-ba9b-c4d0ddbd3768","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001557"}],"individual":{"reference":"Patient/f4401959-1e8b-56eb-bbab-497f0f41d69a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0c49b01a-59e9-5518-998d-0b9bf285aa55","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001558"}],"individual":{"reference":"Patient/1b15680a-7310-5051-994f-195b3dbcc108"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6be0c7c3-c50d-5716-bdd5-8a4f4383652c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001559"}],"individual":{"reference":"Patient/d228d7f1-735b-55d9-83fe-054d8fd758e4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e3f25056-33c4-5a0b-bc98-3dc98205702c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001560"}],"individual":{"reference":"Patient/ae98e285-aed9-5efe-bfe3-8c8b756df828"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1d21a9c5-cc7a-5278-a77e-bbbfd6357cd1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001561"}],"individual":{"reference":"Patient/daed6a3c-6d83-5999-a1e0-dc3e3387575e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9a0b6ed8-0131-577f-9d85-d8d6eb14abd8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001562"}],"individual":{"reference":"Patient/46eb98f2-4f54-567c-beea-3d9e2d144e66"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"662c4e7f-7c08-57b7-b145-ebe1975a551e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001563"}],"individual":{"reference":"Patient/5785c166-1bf9-5950-aeca-00df5911f185"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"939e28ee-0b3c-59aa-a536-32c34a72ff9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001564"}],"individual":{"reference":"Patient/bc19d217-39d4-55e5-aa07-37aedc4deb72"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"46bf16ec-ef0d-5d86-b694-3c88cf9362a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001565"}],"individual":{"reference":"Patient/f4104da6-7494-51b0-85a8-e9fd1dbf1ccc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b5eed676-ce2e-5947-9c6d-754e8f111700","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001566"}],"individual":{"reference":"Patient/9f8c274f-87df-55f4-9a55-f8f49510f662"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6a8f4f5c-0288-5a0d-ab08-9575208d490d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001567"}],"individual":{"reference":"Patient/a50138e8-10fa-5418-bc32-3f4d69caaa32"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8e7bc70b-e5a6-5894-9d17-aa8901b9a1dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001568"}],"individual":{"reference":"Patient/e4b032ad-50be-5150-ba0f-647dba96cb0f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"765e785e-4161-5e37-a940-d99756675903","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001569"}],"individual":{"reference":"Patient/a9090400-f38a-51fb-861a-2015811ae2c3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e6a16b3a-3cf6-55ea-aecf-ee692f6af08b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001570"}],"individual":{"reference":"Patient/bf341030-2116-563f-88fd-042c3fbe7229"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"577f0eb9-c888-5f48-acdf-1417aaa81ebd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001571"}],"individual":{"reference":"Patient/7a9d2513-bf1b-55e5-897f-824d65c02d47"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"acfaefa1-3e18-5ab8-92f2-03138512f7ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001573"}],"individual":{"reference":"Patient/acd64024-498f-567c-855b-5d1fc21a41a0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cc750b52-a856-59b2-a5ba-a23e68eaeb35","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001575"}],"individual":{"reference":"Patient/dd347ca3-8bf6-54f0-89be-8cdc94e3994d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ca5d127b-3ad9-573d-a872-ba4b98271cf1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001577"}],"individual":{"reference":"Patient/e2bd0a6c-fe1e-5509-b269-72ce09d66db5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0f085945-ebd1-5d2f-a054-804bddb6f21f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001579"}],"individual":{"reference":"Patient/a28c9b09-c65c-53f8-a981-dc449da4f4dd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9f5a0c76-429b-5633-8f93-509a60073f95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001580"}],"individual":{"reference":"Patient/7fa39ad1-e70a-5760-aeee-58bbd5234ba7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f06d269d-6093-5ca0-9dd1-774980a5a870","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001581"}],"individual":{"reference":"Patient/45ed3532-3c61-5591-bdaf-5988ee748fd0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3e273b81-0180-5232-a317-58afcba2ff67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001582"}],"individual":{"reference":"Patient/6b03fd7d-daad-57a2-87ac-d8eeed03aaff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bdc54b34-8d38-5adb-872d-f0bc088cb420","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001583"}],"individual":{"reference":"Patient/eb97a69d-20bf-5a86-8542-f7aa8f098b49"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2e627f7d-9b52-5103-b3f1-1cad4f7adbe8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001584"}],"individual":{"reference":"Patient/7af2a2ac-2f61-5b2e-bc8a-41f72be7c5e1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8a615d0d-5301-53b3-970b-314129a5682a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001585"}],"individual":{"reference":"Patient/e3baa26d-9365-543d-ad4e-660893da8205"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f55e28b9-9dd9-57fc-adb1-f0fa25fc7f6c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001588"}],"individual":{"reference":"Patient/954babbd-495b-59f0-9695-953e7c8f4a05"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a5d23bf0-ef9e-59f6-a4a5-77b641eccb7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001589"}],"individual":{"reference":"Patient/00a5ca7b-6994-5156-bb17-d68bef73508c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7ad37409-28f7-57da-92fb-0fbd9f885c5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001590"}],"individual":{"reference":"Patient/b783a2ed-3004-58ed-aae0-6bbf09311b07"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"24df1db1-8a68-5ed5-97e7-5d5fd166ee28","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001591"}],"individual":{"reference":"Patient/d5935a13-2976-55b0-92ed-0656840fec9c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7e028944-fc8b-5306-9015-f29dd4dbdbda","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001592"}],"individual":{"reference":"Patient/1240f655-5496-5c40-83ed-7d4a6e256857"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c3454aba-212d-5a57-8789-40f34cc82db4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001594"}],"individual":{"reference":"Patient/835a119d-d474-521f-941d-093f75bd8f52"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d398944e-c71d-5d4d-8b6d-ce3e471c9d36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001595"}],"individual":{"reference":"Patient/5cee8407-7aa9-53d9-a807-7ad0f83f077b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3a1009d4-c11c-5d6f-867a-e6ca31ede88b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001596"}],"individual":{"reference":"Patient/d7cf9569-a0bf-5771-8bdd-20b0f4eedce1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c9203d94-b891-506b-8433-81c4029bc144","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001598"}],"individual":{"reference":"Patient/e8ece533-bb6a-5695-81d2-f33b2765ab1a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ad79423e-35d4-5690-9e86-abbc50db6f1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001600"}],"individual":{"reference":"Patient/df40d3c8-1ee0-59ed-8dc7-b8918d69e267"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"296e72fe-2018-5833-8228-9eccd1cdda5a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001601"}],"individual":{"reference":"Patient/6bd47bee-f434-5573-a1a0-d218a789e2ee"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cd9deee4-82e1-5876-99aa-132951f0db12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001603"}],"individual":{"reference":"Patient/774e4c87-4f9c-5f9b-ac56-9c7e8ff6a6d7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1bdffad3-7b43-5d07-964e-d9ebf3f0e653","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001604"}],"individual":{"reference":"Patient/dfe86e45-d3f1-5b06-91ca-1d0120ef88d3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"16747897-53e7-59a0-a8e0-207f3b63386f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001605"}],"individual":{"reference":"Patient/65567bf6-db23-57ea-ac73-233aa25d5f30"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e739b34d-4b5b-554e-9923-1710c88a957d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001606"}],"individual":{"reference":"Patient/7fba446b-d24c-571f-84ae-4712530c2211"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e5437d23-c55b-5130-a01f-9adaa8659cd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001607"}],"individual":{"reference":"Patient/835f9e46-b541-5848-83eb-43f627aeadf3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"22998c5d-1e6f-597e-957e-07b8f95f9f71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001608"}],"individual":{"reference":"Patient/3a4973d5-b718-536a-a77f-21b7b96104ed"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5306a7cf-bfaa-5952-9cd8-804a53605bfb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001610"}],"individual":{"reference":"Patient/ede44ec3-fd90-5357-9059-8a6944f87360"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f04930c8-54c7-5c15-9848-47ba8a8ad945","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001611"}],"individual":{"reference":"Patient/92ac3665-f7a1-5334-b46d-cb9f9c41c032"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"14c1c0dc-b7fb-5073-9a3b-5dd7bf9ac000","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001612"}],"individual":{"reference":"Patient/bee2797c-bb6f-5656-bb7b-bdc74066b2f1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2ccf1050-e458-5610-9346-cf17059b69ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001613"}],"individual":{"reference":"Patient/6f355a2b-377e-5a31-89cb-dfe3b6d8fb68"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5b152a20-97fd-5ecb-a42e-5c2bb3cb28ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001614"}],"individual":{"reference":"Patient/e2e866c5-ecbf-56b8-a04c-964dbc3ee59b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"76bef3cd-37af-5060-96c7-ac7a6514afae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001615"}],"individual":{"reference":"Patient/e51736d3-7673-50df-8f93-de7b554a0429"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"795086e9-aab2-5340-89a4-460b547af0ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001616"}],"individual":{"reference":"Patient/824e8da5-fdd9-5297-9962-f2c4dc97f8ce"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"532087ea-6bbb-5e20-83e9-a115ff89fa62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001618"}],"individual":{"reference":"Patient/667988d5-2256-54e3-9c3b-fd4f5958a35b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6908d0e1-93f5-5e97-8163-bdab21bd2504","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001620"}],"individual":{"reference":"Patient/58db06c0-2d26-5c9d-b14c-d34846595a31"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7331cac0-0299-5c7d-aad2-ea226098b943","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001621"}],"individual":{"reference":"Patient/8e13f750-1715-5f29-bcc7-bb5a621e3094"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bada91e0-b6a8-59df-94ad-af20634a35ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001622"}],"individual":{"reference":"Patient/ca226a92-9d4f-5e1d-8979-458565275398"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f5c46909-4fa9-5f0d-9d92-53c2f23a6cb9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001623"}],"individual":{"reference":"Patient/72c58200-be63-5e63-86a1-6c02b66ea3af"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6cd9233b-9ff7-5f37-82d6-c6fcd6019a4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001624"}],"individual":{"reference":"Patient/743ac24e-e527-54eb-87c2-587ba29ea07f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e749399e-2ddf-5265-9da5-4a628c17f1a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001625"}],"individual":{"reference":"Patient/1a5f5f7e-19ab-5506-9879-b4fe72038a64"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ba8cdfa2-5411-5f9a-a6e2-6d22b8542c96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001627"}],"individual":{"reference":"Patient/01c1da48-6755-5242-beff-a479ba90795f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8b335210-0234-5566-9f66-0ad31e4a8c1e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001628"}],"individual":{"reference":"Patient/fc69e6a8-5cb4-57da-834f-b48c09dab039"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d1c13eb2-0e3a-5c78-bbba-57d484b89228","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001629"}],"individual":{"reference":"Patient/302faa9f-2e86-58c4-bf35-f1633c2df88c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e59c9638-1ea0-5e5d-b995-5f03b67da9b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001630"}],"individual":{"reference":"Patient/7e420247-e104-567f-b02a-ef7282411013"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"78a87f7e-1dea-5ae8-85c4-1475abd52564","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001631"}],"individual":{"reference":"Patient/751d9d5d-9912-5406-a2ed-eba2d76a3133"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"15fa825a-17a5-5a61-ab19-6c5a89ca9667","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001632"}],"individual":{"reference":"Patient/40c328be-2206-54e9-a25c-8a5ec9bc58c6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2707d508-1a3e-5fe1-a955-41d69e6235ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001633"}],"individual":{"reference":"Patient/3d5560f4-cfac-5cf0-a81d-e2414c0ab93e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b3ec29d4-72ed-5448-a3bf-c48346e5fb0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001634"}],"individual":{"reference":"Patient/4baac138-e8e0-5bce-ba34-5d36d306b094"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4a57c13a-3326-544b-9966-690641279fa6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001635"}],"individual":{"reference":"Patient/f8b2538d-537e-5111-81e7-bf7c6caafd1e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"32c8c9bd-e226-5e3d-94b8-b46f730a1551","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001636"}],"individual":{"reference":"Patient/2bb2188c-fb4b-55ee-9f20-82447f59caf7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7d095281-1372-5414-a36f-8755c3cf5ee9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001639"}],"individual":{"reference":"Patient/aab302cc-e532-597a-8caa-3268213efa1f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7c911e79-a030-51ad-adce-19784ad47fa8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001640"}],"individual":{"reference":"Patient/64a7ea68-c793-52bc-aa7f-5f254b792105"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f3f9c4c6-9eaf-5dc2-b876-4de52c069886","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001641"}],"individual":{"reference":"Patient/bdfe89eb-cc82-5ea9-a47e-9b6c89c5ab8b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"60c5126d-249f-5a06-ac1b-c0ae41f3bf76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001642"}],"individual":{"reference":"Patient/463aeb31-e235-5cf0-8f62-10d3cadeec1b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d6a2f1d1-cca9-53fc-bd92-12a6bc987f82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001643"}],"individual":{"reference":"Patient/c09fa01f-f457-55f8-902c-cbc197a4210b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ce4da104-d3a3-5290-a4c1-aad23628fb6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001670"}],"individual":{"reference":"Patient/3c0801e9-075e-5995-88f4-b5fc9c9325d4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e9d16b3a-0f22-51c6-9398-51107d54de71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001671"}],"individual":{"reference":"Patient/feee8058-75f2-5145-9730-ed52b333b47c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3212dddf-daeb-5811-8b66-ea6a01fdc4bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001672"}],"individual":{"reference":"Patient/e0700ca1-2c89-50d4-b028-fa0dbe087d56"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"34827c2f-5ce3-5868-9550-9831e1ee5df6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001673"}],"individual":{"reference":"Patient/3b44a9e9-9995-5485-aec3-5d6f0b385a2f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3f2bf83f-2d9c-593f-925c-5fef6066e6b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001674"}],"individual":{"reference":"Patient/24645128-5fb2-5849-a646-e285885e4e2c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a4b4e57c-70c3-52bd-a162-6b6174b6b8d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001675"}],"individual":{"reference":"Patient/a4ca6713-c19b-5a0e-9513-8b9b5f9ef77a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4ea91684-07bb-55e3-a8f6-19eaaac904ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001676"}],"individual":{"reference":"Patient/3f02297a-3ebf-5f21-92c4-19645b139403"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3af2158c-141d-5cc5-9e3f-d90aeb1c52e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001677"}],"individual":{"reference":"Patient/db4cdf86-8ef9-53fc-a3d5-e09b4b8b98eb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8d189a72-f9e8-5fce-a287-30a8da193049","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001678"}],"individual":{"reference":"Patient/161572e0-9826-5b1c-b4b1-8da8eaaa2095"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8097e92b-f324-5758-87ba-e8ac79b58bd3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001679"}],"individual":{"reference":"Patient/29850f81-bfaf-56d9-8758-df28fcbf1489"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a76803a3-6212-56fd-a43c-a1082d10a246","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001680"}],"individual":{"reference":"Patient/3ccc3e39-fee6-5923-85a6-533a2f100e64"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"812f9186-7424-5fbd-aa55-12c9562c3106","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001681"}],"individual":{"reference":"Patient/c4e47ff4-f7ec-57e7-b648-17e91265c705"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"356c0148-0084-5472-8eb2-a29d425b60d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001682"}],"individual":{"reference":"Patient/5b1584d7-69a6-5d11-8aa7-7e4ce82fd533"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1f2af281-3b13-558c-827f-9c26a04cd946","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001683"}],"individual":{"reference":"Patient/41360a91-97d0-5208-a5f7-c39041bc301e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"96339751-6c2f-525b-ad00-c03b28bc757e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001684"}],"individual":{"reference":"Patient/e34e0e57-bdea-5593-9e54-c3e98839693f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"214076ec-8a42-5715-b8a2-84d7e9df3975","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001685"}],"individual":{"reference":"Patient/97b38882-9c74-512d-847f-c316d8d6e913"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1d8d5120-1e22-5203-b266-1c89e5249c94","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001686"}],"individual":{"reference":"Patient/91dba586-ea4e-57a4-9e19-c09f3cec0cc9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ec63f3be-df57-5da8-a7cd-128666135580","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001687"}],"individual":{"reference":"Patient/735e94a2-55f4-5a8a-90f9-8bd2bed09dff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c33adb2a-8926-518c-98bb-6defd15f897e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001688"}],"individual":{"reference":"Patient/d2f8f1de-b1f6-5f4b-90aa-8250d3920695"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"793e41f2-8ed7-5ea2-b2ce-638181179534","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001689"}],"individual":{"reference":"Patient/672fc657-db26-5449-8ecd-de717041f9d5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c77f1086-33ed-5eb1-84b5-beed96c6ce48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001690"}],"individual":{"reference":"Patient/e698a3ad-6e7a-5b1d-b342-1b07049379bf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"56063115-e514-5d1c-a5da-2e0b13e6dadc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001691"}],"individual":{"reference":"Patient/e9f3b06d-9dc9-5132-a890-7239becf39c4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"62967b0a-8586-50f6-927d-e27151a1b647","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001692"}],"individual":{"reference":"Patient/12745246-0776-5015-8743-d2c217d7d7f3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d68e4092-c8ff-53cc-974e-7c8fb4e5233a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001694"}],"individual":{"reference":"Patient/070ab54a-697f-5937-8886-fa2e720f15b4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"55515273-b2b0-554a-9b0b-07e5d74c5966","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001695"}],"individual":{"reference":"Patient/fba04281-6b1d-520b-90a4-22dd97968e5a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e491b523-1eae-51a2-8ae8-cea538d562fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001696"}],"individual":{"reference":"Patient/3399e9e1-9e4d-536d-ab87-e87a5a2a624f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c94329b7-1bb4-560f-8a75-2ed0bb16e539","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001697"}],"individual":{"reference":"Patient/819a8842-2221-5b39-9782-349d7f2ccf95"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b0f486a9-700c-51a0-a050-10cc085cc60c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001698"}],"individual":{"reference":"Patient/3c60ae47-abb7-5327-9801-3136a35540b3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"25bed976-e024-58fd-bc6e-b642017ee3ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001699"}],"individual":{"reference":"Patient/56ad1325-8f40-5c9e-8afc-67a97a47a436"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"66a8eeed-dafe-52ee-a075-6ea28f38622f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001700"}],"individual":{"reference":"Patient/5d2c9d8e-0304-56c0-b6cb-173b493cc5ad"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"10a23023-3ed7-5474-be70-31795d5e46f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001701"}],"individual":{"reference":"Patient/3e64bfba-bb57-5a46-8dc7-82adc28ee58e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0a7ab460-804f-5a4a-bbfc-c5669632cf2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001702"}],"individual":{"reference":"Patient/edac87d0-7e5a-5010-976a-481ac92e737b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e16a14f4-68c3-5d74-a72b-d317a8e00843","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001703"}],"individual":{"reference":"Patient/f9d45b0b-31ca-5069-ba5b-6ec6ec52c9b5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6ad08774-a58f-5ecc-ba88-ce7660843115","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001705"}],"individual":{"reference":"Patient/91173e82-aa1a-5d03-bc56-7473f1eb6090"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"71d37596-fdaf-59e3-8b6f-a1f5a2dd1c7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001706"}],"individual":{"reference":"Patient/f2e6c468-8c9c-5b81-b8a4-9d50144b4802"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9f214b16-f5e1-5ac8-b165-7be689a2491f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001707"}],"individual":{"reference":"Patient/eba19c29-6654-5b3d-b43c-95800c3acb2d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b8480420-8a26-5b74-842a-ad8566ee6fe3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001708"}],"individual":{"reference":"Patient/bdb28e85-3840-5320-b061-dc1001298b6e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"97d27639-93a3-526e-834b-6c2eddda69ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001709"}],"individual":{"reference":"Patient/1c10febb-3e4d-5517-89e9-010de39ffc86"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0e4a4214-fec8-5562-827d-180c15ad3b96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001710"}],"individual":{"reference":"Patient/0e7db9ea-1223-5ede-a3ed-e4935cc1da24"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"66fca22d-9994-5a6a-8983-74f4e2ff8f17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001711"}],"individual":{"reference":"Patient/52486580-9ec6-5596-a670-34b8d1e2e411"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ea6a6ea2-3188-51e3-ba69-2da03cc79465","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001712"}],"individual":{"reference":"Patient/2661171a-0a65-590f-9ea8-c0c6618f299b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b7fb3f3a-d06e-5f91-aaff-236bb1942901","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001713"}],"individual":{"reference":"Patient/c98a1aab-ea7b-59c1-afaf-ea2fbe5010d0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bb8a4bc8-7b5b-5009-8564-1b595f914fbc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001714"}],"individual":{"reference":"Patient/5915843e-bcfc-5a2c-8168-b2a5749c2382"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d8d17a6f-ebd6-5955-8de8-f8c76c18e9bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001715"}],"individual":{"reference":"Patient/d7a44e91-2ed4-5e56-ae6b-86c2aa755747"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"623d790a-d49d-59d1-8e79-616600563aa2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001716"}],"individual":{"reference":"Patient/63c8c2ed-6d79-5ff9-bf5c-2537fb4ca6f0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"af1df041-f206-53c2-8b2b-58d7042d6eb2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001717"}],"individual":{"reference":"Patient/0d30a1c4-6d00-54ea-ad7a-9eea9bbb16df"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2e8b94a1-ad40-5fd2-b0e1-09d3a5c76ffa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001718"}],"individual":{"reference":"Patient/f76eba10-d261-5249-b334-6abf17d7306f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"577e9366-58c0-573d-8921-b2d78af5d2cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001719"}],"individual":{"reference":"Patient/4dc788de-3777-503a-98b0-c8d2f4b4bbff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"907a21b7-4cd9-52f0-aa8a-a03dee467319","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001720"}],"individual":{"reference":"Patient/64856352-5886-59e6-bd2e-479070fc385f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"218d3acb-70ce-590c-905f-1d5434b28a60","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001721"}],"individual":{"reference":"Patient/f92f19da-b79d-5529-ac75-f434244d9f7f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c53d78b8-8388-5743-af94-d6666bc5e261","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001722"}],"individual":{"reference":"Patient/9a97026c-2820-5a7d-9c2f-a1d604b8b553"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eb4f90cd-d063-530d-83a8-264fd777194b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001723"}],"individual":{"reference":"Patient/08632c8e-f32d-5ec0-b548-2e04a566d5c5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1c713b88-d92e-55e5-a877-2350563d62fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001724"}],"individual":{"reference":"Patient/3204c712-6508-5ff4-be19-56a6b1e41732"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"74c71db3-fad3-5716-aacb-6e8ec94c8fa4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001725"}],"individual":{"reference":"Patient/32e15d5c-2424-52bf-8951-8191fbfb942a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"39a0a291-ebc8-562f-80f6-488c38486941","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001726"}],"individual":{"reference":"Patient/28da9df6-03fb-5bce-bd73-d25380deaa5f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"66319ecd-eede-596a-9b7a-68d64386acf5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001727"}],"individual":{"reference":"Patient/f17e31db-d462-55a7-883f-920619d85745"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"95456f89-ea98-550d-bcde-a478462089ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001728"}],"individual":{"reference":"Patient/b0efa63b-6c01-5187-8dc4-3d4d53463e05"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8666b3e4-1f10-5698-b92f-81fc7c7e94d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001729"}],"individual":{"reference":"Patient/e7f1dfcb-e91c-52bc-baac-4eb3afb292bc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"037bfe0a-4700-570a-ba1e-84af61692990","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001730"}],"individual":{"reference":"Patient/496afc73-1394-5815-a390-0d3af4f48fc1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5b32cf58-6fc7-5acb-8976-d3eb2533af90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001731"}],"individual":{"reference":"Patient/6cbd09e8-72d4-5b38-a518-813a1201ff5b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0dec3846-3600-5558-b03a-a1e8c3f64a07","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001732"}],"individual":{"reference":"Patient/2c94b7a4-73bd-5a1f-9774-c486eba1b934"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5cff2527-bbc3-5af4-b6d6-80e06719e8c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001733"}],"individual":{"reference":"Patient/c7c59c92-74b4-5672-9477-1bd11ad51334"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2d202d18-b7bd-5563-ad7e-43e778821ab4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001734"}],"individual":{"reference":"Patient/1a574078-d401-5e0e-b8c6-320d620ec6cb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ca5f18ce-7039-58c0-868e-09aed6f5d8c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001735"}],"individual":{"reference":"Patient/0c35992d-a955-5f9c-959d-067b88e75349"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"baf1b575-c36c-5d45-af77-bfa87756ce2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001736"}],"individual":{"reference":"Patient/f6de56a9-ccc0-5ac0-9c74-1047673a03b6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"527209e9-bb29-5626-b345-33ac59294f13","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001737"}],"individual":{"reference":"Patient/8d7289e1-040e-591f-80ad-9aecf2efb10f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b188c187-b25c-5a49-a766-d2992a5ba372","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001738"}],"individual":{"reference":"Patient/7f2d5c73-938c-53b4-a9d0-e3559a47fd16"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bb634b48-7538-55b5-8765-0482d5016749","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001739"}],"individual":{"reference":"Patient/6b9c3076-ef88-5c07-8875-d2ce7e031d64"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"93042793-dfbf-58e5-9851-75689d8c5895","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001740"}],"individual":{"reference":"Patient/f6eb3610-3ad7-5b66-8b29-a51778ca9a44"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"37595c3d-a16a-5756-8184-07b4f61a3696","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001741"}],"individual":{"reference":"Patient/47ec3aee-9712-534a-ae4c-a4cf0021becc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0bdc0f9d-4d8b-5dbd-be52-ad4d71ac9bce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001742"}],"individual":{"reference":"Patient/3bc04604-a286-518a-858e-1b4a2e25ead7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b237e85b-772d-514f-b837-aa02c185515d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001743"}],"individual":{"reference":"Patient/bbab2514-ecb7-5b1d-9091-11dc832b8ce9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"63e290d0-0277-504c-9345-d1f443bbae58","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001745"}],"individual":{"reference":"Patient/52dd3b06-0ce9-5e0a-92dc-072539c3397f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cbcb8af2-dc0d-5eea-8c01-5d056a1fd8bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001746"}],"individual":{"reference":"Patient/fc5c82b4-e362-5f33-8d62-dafc25f15c0b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a44de43f-97a6-5dce-a47e-f07ab9dec2ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001747"}],"individual":{"reference":"Patient/56b65364-c50b-5494-afad-604bb4470a02"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d31c8d94-1fee-5d67-93a9-436746f54006","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001748"}],"individual":{"reference":"Patient/0fe263e7-cf1a-517c-ad56-eccb46796f1d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"99b8fb96-5d4d-5b5e-89c7-5eb4875db0db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001749"}],"individual":{"reference":"Patient/dd829346-2047-57ad-8304-b26b114b076e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9a13e02f-a15e-515f-8385-347944b8f6ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001751"}],"individual":{"reference":"Patient/bd073f39-fa65-5ca8-b8b4-c6ab2f379168"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cc72e6f2-6193-5384-9768-d87c5c4162b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001752"}],"individual":{"reference":"Patient/e13578ad-9dbf-537d-9002-191c3ad1dcff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aee284e0-2277-569f-9a0f-7448df71c1ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001753"}],"individual":{"reference":"Patient/ea11e96a-71f9-5cd7-9d39-3282c07a06d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a719d038-5bf6-547b-854f-0eb3e154400c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001754"}],"individual":{"reference":"Patient/facd5a01-0f13-5d97-b00c-55bfdb66cb57"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fb359c43-b822-55ab-8df8-d6fc349101b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001755"}],"individual":{"reference":"Patient/9635f8a5-e6b0-5700-81df-2855fbc960c4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a5d64035-5be6-5976-85fb-7b79ac0bcaff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001756"}],"individual":{"reference":"Patient/de81e073-4fb1-50ca-bc0a-df4fe527f9ff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5ad5b8cb-bf29-5409-85a9-30372c5ee6b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001757"}],"individual":{"reference":"Patient/c993016f-4463-5eb1-873d-e31eb306d143"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"050cf0dd-83a6-5e57-9292-404c61300cc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001758"}],"individual":{"reference":"Patient/60ae65a8-6b2a-5b62-9430-3a9eb1f8b17e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"82de2118-fc04-5a31-82b3-eb545cff0013","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001759"}],"individual":{"reference":"Patient/988e7b29-0a9b-56fd-81b1-8af3ca840f4f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8261be34-49e9-56f5-9346-fb6ee9cf14b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001760"}],"individual":{"reference":"Patient/6a6c6f7b-52ee-5ba0-9801-c1881e9eaa82"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"29f61abe-3041-5ee4-a16f-430386b38a31","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001761"}],"individual":{"reference":"Patient/f96316cb-9704-5e1e-b267-2b81aa752e05"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"21fd16a2-d40b-5df1-93d2-d49d239aa058","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001762"}],"individual":{"reference":"Patient/36e25a9b-b3ab-5f60-bdbd-1e8192e90aac"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7baf6a77-c3d4-5ecd-a803-b1bd614b5cc1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001763"}],"individual":{"reference":"Patient/fe92514f-32aa-5a15-8c64-d6fbc33d7ef1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e4537514-0223-5269-9c93-9e970f495e89","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001764"}],"individual":{"reference":"Patient/3a1ccbef-9708-5464-a383-651e679f1cca"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e36c8072-ae9d-5dc7-9ec6-c67a9008e12e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001765"}],"individual":{"reference":"Patient/20c03eea-c4c9-568b-9055-8994cad51f18"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5625fd75-1a80-5e5e-a747-a95c4d8b566d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001766"}],"individual":{"reference":"Patient/90e9a104-1557-59d5-a5af-7e4a50e443a3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2ee16178-bb65-528e-8ec1-03d3223d8147","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001767"}],"individual":{"reference":"Patient/f1e36289-db91-5b8f-a501-21e611c84675"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b53fd5d4-babe-563e-a879-bb3467f72427","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001768"}],"individual":{"reference":"Patient/3b8e1111-52d5-535c-bbfa-21149f5d6d4d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"de3bcf4b-3e94-5602-8052-2deb52259357","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001769"}],"individual":{"reference":"Patient/a224fd78-3bf0-56ab-acac-96efc9ba47c4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1b38fe7c-db15-52e7-80bc-12f500917fe3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001770"}],"individual":{"reference":"Patient/9ee0f1b4-8d09-508b-bfb1-3d9445c54c8e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7174345d-6f57-5a7e-a662-ac9c64820a19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001771"}],"individual":{"reference":"Patient/642b9cae-c74b-52c6-92b6-29f58abca1d2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d2678fbb-1f48-565c-8f4d-e247e22a4372","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001772"}],"individual":{"reference":"Patient/e3aa003e-d582-52ad-b581-e8343c2386d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0059bce6-271e-55cc-9fa3-6e968313e676","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001775"}],"individual":{"reference":"Patient/e0aa70eb-19bc-5ebc-8fcb-76f430352406"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c8369a2a-dc7c-597e-8430-3c32cf9bc32c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001776"}],"individual":{"reference":"Patient/8f11363b-4d96-50b9-b31f-45987a82908a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"af1e60ba-f075-5cd4-b18a-7de0e8ce6baa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001778"}],"individual":{"reference":"Patient/2e366855-70cd-5b8f-a381-960da8d4aeb4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"21601786-7851-5792-911a-c8ac57732087","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001779"}],"individual":{"reference":"Patient/a12d5797-5eb1-5e87-891e-848c1612e99c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"521bb844-bcb2-56ce-8b9c-659070d4a8cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001781"}],"individual":{"reference":"Patient/df394c6f-8bb9-5c57-8e83-a4e4af7b676c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"661f08bb-bfd7-5656-a184-768954582683","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001782"}],"individual":{"reference":"Patient/3a4b99f7-f694-5662-88cc-e3da1b0b4716"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d0ad6724-994b-5319-83be-a870d261204f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001783"}],"individual":{"reference":"Patient/592a7021-700f-558e-8635-58b5c59f78ce"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"95485791-9889-5ad6-a2f0-1790c2bf7c9c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001786"}],"individual":{"reference":"Patient/a4a2b2ea-548d-5be8-9fbf-3b511ba3599f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ee1c216e-e64b-5f99-aaec-dbcfdf4aba10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS001802"}],"individual":{"reference":"Patient/f06cd270-f288-52a5-9b70-2de82c84a5e3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9de739fb-80fe-59f5-b217-d5e7a26d61a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003634"}],"individual":{"reference":"Patient/f69d364f-b29d-5e72-a3f9-88088468d85f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6d1f672a-77a3-5d70-a594-6d74c813bbd8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003635"}],"individual":{"reference":"Patient/08d1e230-0d4b-5a45-b1d9-3e65b2a6a083"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"57d3fcbc-1394-501e-8f89-e2b1ae251f8a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003636"}],"individual":{"reference":"Patient/e6adf15e-3efc-5af6-a7ee-9e60b37664c3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c5588672-5b57-55fb-9261-8d7cb73f4867","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003638"}],"individual":{"reference":"Patient/c370b795-fc6b-58eb-8b1f-93a4f0c46c00"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fe1c943d-4292-566c-a028-cc2148299a47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003639"}],"individual":{"reference":"Patient/f3e0ae38-e305-550d-88db-5a9eb7d30617"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8fa249ca-75a4-56d1-ba0c-798c2c5df723","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003641"}],"individual":{"reference":"Patient/e6a45724-5d1e-5b80-91e6-f912a10abbaf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3e9b2936-5780-5110-b182-3cc783cd04cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003642"}],"individual":{"reference":"Patient/22a520b3-0e96-5077-a1b1-a78f79a8e986"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9ce6317a-d03a-5da9-819a-07c16df0515f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003644"}],"individual":{"reference":"Patient/734450ae-4ce6-55c3-8c60-6180847b90c5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c86d2368-dc3a-5bf9-9783-a40b8f4296e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003645"}],"individual":{"reference":"Patient/411af2d0-bc18-5677-88bb-5dd62cb382d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"39769382-dd8c-5735-873e-31440909b9f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003648"}],"individual":{"reference":"Patient/29359887-4f5c-5167-a60d-e0bafe2a7f48"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ed073688-4f06-535b-ba62-73b04922e944","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003650"}],"individual":{"reference":"Patient/71c6b943-051d-5dcc-b598-a9375535fca0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d512e159-4c78-5772-be0a-61e90770e5bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003651"}],"individual":{"reference":"Patient/b2600617-0a19-5eed-a497-6e514c92e78e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"566c5dd0-8934-5457-a5da-58b2bb7913a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003653"}],"individual":{"reference":"Patient/e81a0b32-83df-56f9-ab63-5d965df2f90b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a59fd2c5-9fd9-5eab-8b52-ed1322495be3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003654"}],"individual":{"reference":"Patient/95288dc9-b716-5ebc-bbfa-69d32f60f5e8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"37d09064-a308-5a66-98c1-06e3d3e69566","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003657"}],"individual":{"reference":"Patient/92c8ac1c-397e-5e67-aa3b-ce6d3585b11c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"efac2c75-1925-57f9-8b94-52a81b0ccbe9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003659"}],"individual":{"reference":"Patient/944fea22-9545-5dd6-a52a-5611a60ea1c9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"297235a6-c7d7-559e-9073-4e05b21f6113","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003660"}],"individual":{"reference":"Patient/3f7e7d1d-b041-57ff-8ba1-7514995ac87b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"43738f33-03e2-5e02-8b9a-3051b89dd1de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003662"}],"individual":{"reference":"Patient/15013bfb-198d-50e3-96f6-b06444275531"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2c0144d5-3691-5114-a748-8833314ffe0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003663"}],"individual":{"reference":"Patient/077f6858-f664-5303-bfed-e5c78ee14b91"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e4f046b9-ab16-50b4-b91e-7c2eefafc9fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003665"}],"individual":{"reference":"Patient/562b8cbc-2af7-5c16-bb76-2fb211890796"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0e854d75-d709-597c-8b6a-cd4cff383fad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003668"}],"individual":{"reference":"Patient/ddef06b9-5632-5705-ac81-9af2d4c04050"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"335c9fb4-194f-5cfa-9e0b-979419698c2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003669"}],"individual":{"reference":"Patient/98ca2e16-7a05-5a6a-9463-0be5706236ed"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e60ef397-3891-5198-9394-49593c32b764","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003671"}],"individual":{"reference":"Patient/88f6852e-ed40-5917-b30f-928e3b4ed181"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3585570f-3099-564e-ae06-250ff1cf42fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003672"}],"individual":{"reference":"Patient/900709ae-2de1-561e-b8ce-7f76342629ef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4e371c00-dd8b-54b6-add0-10875efeb31e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003674"}],"individual":{"reference":"Patient/f9cad711-ce37-5262-a756-657030d71f9a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"728c692a-d01d-5149-ad11-ab958c0bec98","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003676"}],"individual":{"reference":"Patient/26062f44-ee86-568b-b5c9-76ab2cdf2f5d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"563a5ec5-84c1-54c6-baa8-e205f1282b10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003677"}],"individual":{"reference":"Patient/98cd58c4-00ef-5131-b55e-42aac2a53a06"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7119536f-c956-5120-9805-c416ac916d68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003678"}],"individual":{"reference":"Patient/d1553f2f-4a1b-5796-81e2-2d7a6eec878c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d465e17f-6a77-5c8b-b4d9-3836434d278c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003680"}],"individual":{"reference":"Patient/e9d8704c-9200-55e5-b47a-ebd866a836c9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e75e3ecc-111f-5999-a691-aecb90f39f95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003681"}],"individual":{"reference":"Patient/915c831d-4814-5aaa-8b16-ea649597618d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"67f5702c-6f42-59ae-8d94-dbc9f177cbf3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003683"}],"individual":{"reference":"Patient/be608055-aef8-5636-b0cb-1ce99788cceb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dd552cc4-36a7-5f40-ade8-aab5e56eff06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003684"}],"individual":{"reference":"Patient/030ec4aa-368a-5cbe-8a87-631ccde9226d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e3af3538-261d-5b9e-ae52-4f9c0c089c0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003686"}],"individual":{"reference":"Patient/1e2b96da-7b57-5551-8c09-c440126d3c04"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c2cff338-d342-52f8-b41c-d77afb5db5fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003687"}],"individual":{"reference":"Patient/eac859df-bea5-5b7a-89e3-edbd008212d1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f82c62ad-33cc-5d61-b2ca-e2e9b76a1a0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003689"}],"individual":{"reference":"Patient/efd4be4a-29ec-568a-abb1-d0f1ef8cc90e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"843d2dab-cb6a-5ad3-b0cc-9d37adbc4332","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003690"}],"individual":{"reference":"Patient/66e0658f-c226-5421-b072-4d01ae9a1a0f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"94cea861-3aed-5582-9c41-88d6b328efa4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003692"}],"individual":{"reference":"Patient/2eea57d5-6137-58d2-926e-e278050c1c93"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c1608187-a63d-520e-9894-63bbc79a410d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003693"}],"individual":{"reference":"Patient/1d66fd9e-f06d-56eb-967f-b88dc71f6a12"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"23611185-ac4c-5e13-a098-1659c748ef0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003695"}],"individual":{"reference":"Patient/377c5d4d-b271-57c7-9f54-71d5f51cbf88"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8a0afd42-67ce-5395-814e-e44331f80f5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003696"}],"individual":{"reference":"Patient/e250bb03-3dc2-54f6-a8ab-69f4efa9d39e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e80e7062-b409-55d2-9ba0-e660aa6a0554","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003698"}],"individual":{"reference":"Patient/e4614165-5701-5393-b135-f8cedc360376"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9d5c76a4-b11d-52bf-9fa9-4f8cdbb9bafd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003699"}],"individual":{"reference":"Patient/ba7196dc-17f3-59d5-a6f5-a162f24a5be7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b74a21c0-306d-5271-956f-63b72e879107","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003701"}],"individual":{"reference":"Patient/e297ecb0-597f-535b-8747-ad1ace401281"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2ad1804d-9113-57aa-9555-fb3d72cadfdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003702"}],"individual":{"reference":"Patient/e3eadf16-3d08-51cf-8b9c-3c2da5a112d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f68bf1bd-2577-5ffd-9925-ae9d8ef57120","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003704"}],"individual":{"reference":"Patient/d4075728-45d5-59d3-81e0-656795ec5169"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"71ddcda1-b79e-5042-8135-ccdbc1ad29e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003705"}],"individual":{"reference":"Patient/9f8e7b93-a75a-56c2-9036-fdba39ff4c6d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9bdc2d46-d51c-5792-8f82-6a3c01d05aee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003707"}],"individual":{"reference":"Patient/9f176c40-ea66-591e-ac96-9a1ea898cb0c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0d92f1fc-5f97-5fbe-b4a3-7ef31982745d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003708"}],"individual":{"reference":"Patient/bae7efb0-df8d-56f8-9fa8-7e1f3234e838"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e575aef7-fedc-5d7a-b27b-638066fc45f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003710"}],"individual":{"reference":"Patient/d704e64b-6c4e-5dfa-974c-13d7f3df8abf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e263cb9e-a03c-53ca-be78-6473e85d1a32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003711"}],"individual":{"reference":"Patient/d6eb25bf-26af-52ed-9be3-b3bb6159045d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6386d62e-8cf0-5228-8702-0211313a2bd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003713"}],"individual":{"reference":"Patient/ac461b0d-7a26-546a-a3b2-784ce38b18d6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2901ae93-f8a0-5b61-a658-7a81193bd595","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003714"}],"individual":{"reference":"Patient/07e79322-80e0-5c0e-bde4-ff94a5ef1fc6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6655f5d4-8b42-5004-8815-52a0366e43b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003716"}],"individual":{"reference":"Patient/c59cff77-f86f-5a9e-93be-28c1667a0f21"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2191996c-afb0-50e2-befe-cb3638047f4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003717"}],"individual":{"reference":"Patient/7b0a522e-14a3-5fe3-b752-1d03bd13044f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2b73ebcf-c9f0-52ad-8ea0-51c62017a996","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003719"}],"individual":{"reference":"Patient/7723963a-1d2b-5e3b-8820-f8eb25113dd0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"62266a55-4767-59f0-922c-05151c20abce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003720"}],"individual":{"reference":"Patient/410efee8-5121-5d3a-b881-3c9ab1055183"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dc642ac1-45a3-57f3-8c74-b405fbc22ede","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003722"}],"individual":{"reference":"Patient/79eceacd-b5b7-54ac-a6ff-e03fdd71a750"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e03da4bd-6b42-543e-b24d-a39e1e0bc5fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003723"}],"individual":{"reference":"Patient/2134af96-d97d-56fd-a6cc-516777bc6a41"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e0eb30ce-7c1c-5b46-859e-b30601d62f91","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003725"}],"individual":{"reference":"Patient/ebfc605a-c37e-5fef-8601-7109c1ee82ff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"71c45579-966f-5cc3-9c00-24a7dd410123","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003726"}],"individual":{"reference":"Patient/802fc743-0d85-5ed9-899d-0504598b4238"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8082e7f4-1040-5f6d-a030-6bbb2597c5cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003728"}],"individual":{"reference":"Patient/b4673c2d-481b-5f93-9457-591b512a768e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b25274da-2805-5519-b86d-3ce4014c03b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003729"}],"individual":{"reference":"Patient/fe7e1004-323b-5970-ab94-2e1aecfd4ff8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8d13133f-95e8-595a-914d-6fa98b6f89dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003731"}],"individual":{"reference":"Patient/de46924a-bfe4-5129-8451-5aed943efc75"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7950c343-a7d5-567b-acde-11e7b9b722f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003732"}],"individual":{"reference":"Patient/02cdf784-9227-54e4-8d49-09ecdb4937da"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5c1032e6-6e15-5ca1-9295-fefaad7062ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003734"}],"individual":{"reference":"Patient/609ce0ba-0ce0-52aa-9e74-3101e48ed67f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"724ba85f-60b8-51d9-88e5-8fb5e3e72498","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003735"}],"individual":{"reference":"Patient/1eba11fa-4441-58af-95e9-b0bfad62fe8d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f6cc8798-6f82-5d2b-a28a-01a4d10b191c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003737"}],"individual":{"reference":"Patient/346c829f-6a0a-5572-a863-716c301e94e1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"688ba429-a6fe-5d65-8d71-899dec395801","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003738"}],"individual":{"reference":"Patient/a37e8cc2-bd6e-5af4-a84a-b05b53fe09f0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8b7d1b09-8e18-5f9d-ab5b-3a927af05ca2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003740"}],"individual":{"reference":"Patient/6967aca8-f6a5-5d70-a453-f3eedeb639fd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"07fc60e3-4c51-57fc-bfe7-7121660937e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003741"}],"individual":{"reference":"Patient/4de1fccb-ff76-5fed-bc1b-84ba3d2d2372"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fbf4062d-5a9e-5c27-83bb-21de454ffe30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003743"}],"individual":{"reference":"Patient/345f62da-18e6-5da0-9b91-c1272b902a19"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"568c88cc-8302-5f49-bdf7-90fc122cf5c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003744"}],"individual":{"reference":"Patient/9a6f7eaa-3ef9-5de0-8c3b-b996fae207d6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f428c071-b01a-577b-9866-69a5faa833d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003746"}],"individual":{"reference":"Patient/cdb1b183-0eac-5012-b66a-e0a6f258550a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a96ca4b5-3fa2-5a31-829c-24a9a825d4d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003747"}],"individual":{"reference":"Patient/0f8231b4-6893-5853-bbfe-17c8be61b3b6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5ea07cb9-56df-5abc-ba4f-6564062f2b25","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003748"}],"individual":{"reference":"Patient/2cfa4781-520d-591f-8842-f2e5da25fb26"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a4681ab1-4bc6-5acf-8e9f-e8fed079e4e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003749"}],"individual":{"reference":"Patient/0a7d912b-f3df-5aa6-81d7-dbec07a0fa10"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b4a78f7a-c7bf-54ba-8395-123f0aa6d982","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003751"}],"individual":{"reference":"Patient/9569f0ec-e6aa-5a56-b5cf-9fcfa3b8c67e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"782ec82a-4818-5b8b-85fb-d37b052c44e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003752"}],"individual":{"reference":"Patient/6c648cd3-a030-5ee1-8ec2-d86caab634e3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8d912ff2-3893-5619-b7f3-2c27ff97a666","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003755"}],"individual":{"reference":"Patient/dd55c7f6-f307-51ba-ad02-8b33738d24e6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f7b460e5-7029-58b9-8fc4-5ff47f012004","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003756"}],"individual":{"reference":"Patient/2de82946-03ec-591c-bc77-38069940a0c4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4382e89c-f0de-54aa-ba71-d74fddde4cf1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003757"}],"individual":{"reference":"Patient/813573ce-af34-5c96-8ae7-b11eb13e9c9a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a14cf129-e78a-5d30-8ffe-8cb38c09eae2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003760"}],"individual":{"reference":"Patient/96dc44d5-cba1-5093-9ca3-2751171110f3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a261b867-ff60-5615-8695-132c18b0c29d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003761"}],"individual":{"reference":"Patient/d55db37c-468f-54c7-bad0-1cc2355ca2c1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"866692d5-6dd1-5de1-bf96-5de33b357ef4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003764"}],"individual":{"reference":"Patient/91308c9d-47fd-5227-812b-42c28ab8b033"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4a214db1-7b00-5c7a-9744-c81605b9f7a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003766"}],"individual":{"reference":"Patient/ca6b9cc3-ae9c-5373-a182-9ffd3c8e9350"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"00404e17-9b6e-54cb-9189-540e20b6e229","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003768"}],"individual":{"reference":"Patient/a0bce9a3-4aa2-5b65-a95f-4156aff8d2b9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b656d4b3-92ac-5891-a50a-f83a801098c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003769"}],"individual":{"reference":"Patient/959acc0c-f3c6-558e-8795-5034198d7e54"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6e0e21e0-6bbd-5e13-8598-53cd76899a16","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003771"}],"individual":{"reference":"Patient/163b99eb-2dd0-5c1e-8c42-a4167cfc0e02"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c670b7d1-6e4e-53da-9dc6-c5334e467669","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003773"}],"individual":{"reference":"Patient/f47fab51-427f-514c-b66a-2b5dc374b492"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7c0e5e62-54ba-5c42-b291-a79aff80fbbb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003775"}],"individual":{"reference":"Patient/2ec3f6bf-bed7-5f9f-b56b-74906033c05f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3e1abe6b-73f9-5d9c-98e1-6ddc56568deb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003777"}],"individual":{"reference":"Patient/6742a295-9a7f-5828-b33f-de6bd679fba1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e13aa1b9-f266-59a9-af4d-f7a8114352c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003779"}],"individual":{"reference":"Patient/d8dd1a56-b55b-5412-8b59-64bb83fab6db"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d6ea1f32-3459-5618-af8c-1985feb6d6c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003781"}],"individual":{"reference":"Patient/fac85fbf-f49c-5086-83b4-a7e54d21902d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2de32713-db8d-5c3a-be5c-2c3883a9fb27","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003785"}],"individual":{"reference":"Patient/e14d9392-687f-573d-a1e3-1b528e05ba0d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"007005e4-eafb-5e86-aec8-48a4e5ff0b28","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003787"}],"individual":{"reference":"Patient/b38f8430-3c54-5d24-88ec-5ddae4e41c39"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ed5b1c86-3b87-55af-8e57-67eae3558d56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003790"}],"individual":{"reference":"Patient/c3c161ed-6d55-53d3-ab0c-8c69f75e3a2a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1a31587e-5ac7-5faf-8367-cc9147d0a24f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003792"}],"individual":{"reference":"Patient/e87d7ad7-3e4b-5fdc-9d0e-db7b5323e9c5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b1340837-a2dd-598d-83dc-08dca4dd1dd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003796"}],"individual":{"reference":"Patient/c0296337-ea77-56cb-ac67-62a4f949e734"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c6612fe7-e70e-558b-a230-da8451466486","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003798"}],"individual":{"reference":"Patient/07cadef7-c0f1-59ff-afef-38004a69591e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b4986c9a-eb87-502a-b75d-8046fd2b494c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003802"}],"individual":{"reference":"Patient/c961027c-ca41-5b37-b441-e7caedd1c659"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"af0b88e5-d320-5646-abb3-98d7e5f6fb49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003804"}],"individual":{"reference":"Patient/2bb46a59-abd1-5a20-bb93-7a0f479b1568"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f53f62cb-9e9d-5138-be58-00932a792b9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003807"}],"individual":{"reference":"Patient/0b336a17-d215-530f-b4f1-e653cf1faa26"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f97b2e56-e4ae-5334-bdab-d99603249703","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003808"}],"individual":{"reference":"Patient/badd1029-5ca2-5691-8211-9ac6c3f50fad"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e681c6fb-48a0-57e7-a0d3-13b6d5a184e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003810"}],"individual":{"reference":"Patient/94afb80f-6c12-528d-b6b6-2f079ed026c9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4440438f-1c30-5e3f-8714-33313cef1611","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003814"}],"individual":{"reference":"Patient/fa0bcf87-36b8-5567-a0c3-a0ceba1586a5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c5b6543f-27de-5b7a-a6d4-f7ee31fba53c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003815"}],"individual":{"reference":"Patient/5eb771e2-11b0-5eaf-9bbe-78cb6aa38bb9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"05eb331d-efa7-52ae-940b-78dac8ef5d9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003816"}],"individual":{"reference":"Patient/16ab3c35-71bf-59fb-a0f3-a7c2d2017a24"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"285f00ac-2c42-51be-a12f-9cffeab669db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003817"}],"individual":{"reference":"Patient/35f2f4ce-dbc0-5290-9b49-294aed9412ce"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"46773638-aee2-5df7-9dcb-192fe5245a95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003818"}],"individual":{"reference":"Patient/81be0826-e83d-511b-bdc1-6fb9c602e270"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4670c507-9fe5-5af8-8ff3-0c0bf0c58c79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003819"}],"individual":{"reference":"Patient/e237160d-8a7d-5069-baf9-8811ebedc044"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a771b61c-f558-529e-af61-dfbd853c709c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003820"}],"individual":{"reference":"Patient/2ff5cad3-1f65-5f2d-bbb9-560176562573"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"792299da-dd71-5cde-8191-79412b6a5170","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003821"}],"individual":{"reference":"Patient/150fc7ad-c81c-5da3-bf5b-0cb38cf95d35"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"415c9db1-a8ee-56f1-b0d0-7a4401c69c03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003822"}],"individual":{"reference":"Patient/2ec96644-801c-5dd2-80d4-4378afa801fe"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c180fae9-0284-5f15-8732-3b94bbe00a83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003823"}],"individual":{"reference":"Patient/ee020a8c-3f99-5888-a6f8-2996a3a2eb75"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"93fbf7c5-781f-58f5-a9b5-97984490eb08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003824"}],"individual":{"reference":"Patient/dec4aaa4-f4e7-5ea0-88a5-0d327af05d85"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ae27ad75-d12e-5092-9104-806aec25e6fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003825"}],"individual":{"reference":"Patient/94c582df-1967-5cd1-ac50-b31a9af455cf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5f9f550a-f960-52fd-8278-cbca563e4df0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003826"}],"individual":{"reference":"Patient/0c85db17-3fa7-5875-a371-b35496494323"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"74103ce8-6f36-5b84-965c-f52a58acf324","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003827"}],"individual":{"reference":"Patient/abcdc3d1-c961-5f1b-82fd-ea234d94f15d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ceacf79b-66de-52d5-8ccb-130b1fc52641","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003828"}],"individual":{"reference":"Patient/d030aeda-46c9-54b7-b92e-0b2f32af446a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"30872028-869b-520b-835e-f76a48b192d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003829"}],"individual":{"reference":"Patient/b76deab3-8364-5387-8a4e-0bb5e7dd4bae"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"092d3aea-2ab5-550b-9a50-bfa7897bed11","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003830"}],"individual":{"reference":"Patient/791ffcc2-01da-508c-8803-727eccf445fc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d0239768-c005-518c-97d7-583c62296216","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003832"}],"individual":{"reference":"Patient/d1076667-d3d5-5996-8a26-39cae65d0f99"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"98ab6de0-d9aa-537a-991f-1a4028f1ddf8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003834"}],"individual":{"reference":"Patient/b22b4a2b-a801-5213-a898-3aa49869cc0a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ea52fbe7-6ab6-5f20-b63d-3cf68b912b48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003835"}],"individual":{"reference":"Patient/cb3f6508-9f0c-5515-9e2a-0428bd7a6e59"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cbcf16ac-bc61-5a22-8475-45c02e1937ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003836"}],"individual":{"reference":"Patient/c32d913c-f069-5504-ad9d-231034259c30"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ac65d472-8ab4-5bed-b2de-50728f55e53e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003837"}],"individual":{"reference":"Patient/b369ea78-45ea-5373-81ce-231c4a1beb64"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f8322c2f-ebaf-551f-8d65-9a956b0e237c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003838"}],"individual":{"reference":"Patient/feda2cf9-9779-5aa3-98bd-b531f831e2ba"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"46b13967-2a34-5061-8e48-cb5c30f99d5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003840"}],"individual":{"reference":"Patient/92c86b67-6c77-575f-96d5-aca8e887c830"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"efba9c4b-3738-52f3-bd1a-6b856757cbe4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003841"}],"individual":{"reference":"Patient/0edd4e0f-f678-5fde-8f2c-df4a2f342b6e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aef3857a-1381-56b0-8dc4-4abeb9bd46f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003843"}],"individual":{"reference":"Patient/bc0b6791-3201-535c-bec6-6f0a4423e61b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3a256a06-f353-51cb-9305-a6f735b487b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003844"}],"individual":{"reference":"Patient/09be72d8-30eb-58ea-9c52-22cc2871b948"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5c22f02a-d90f-5f67-87fb-12ec9d4dcba4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003845"}],"individual":{"reference":"Patient/d446011e-6cc0-584a-8282-800ff9cd2229"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"28b0a1c1-32da-541a-9c24-c0287a63a0ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003846"}],"individual":{"reference":"Patient/4f1385f9-0f27-5220-90ac-ea362c208cbe"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ba8fef05-1118-5f34-b1ab-b9f00fab3d0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003847"}],"individual":{"reference":"Patient/ba7c9bf5-9015-5319-a7f9-2954d02b57fa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"46376c42-77c1-5cc9-8268-917709324d89","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003848"}],"individual":{"reference":"Patient/9774d8d8-ea98-5f83-a2f8-442f9c1a120d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"74c77a0a-73f9-5998-a383-757fcd60bfee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003849"}],"individual":{"reference":"Patient/bffa5a38-f505-5d15-a3af-763f86c7146f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ebffdedd-8aeb-5f15-b231-ba38b741cddf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003850"}],"individual":{"reference":"Patient/1c5b649a-0a4b-52b6-a2fc-acedc214b440"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"342b6b13-7c5f-5b76-929d-2f66620822dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003851"}],"individual":{"reference":"Patient/1d7c0b8c-509c-549b-a8e8-5ee685148cb2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bbdd6a5b-69b2-586f-adb6-dd087595c477","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003853"}],"individual":{"reference":"Patient/657645bb-ae41-55a4-9117-59d09da463b1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eea073d1-cb75-5a2c-95b8-da0654c7c9f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003854"}],"individual":{"reference":"Patient/300c8515-b4a3-5d5a-9325-0ee036fb6f97"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ef80be50-3ab9-56c5-81f1-4aeda65e4c8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003855"}],"individual":{"reference":"Patient/ba67478f-4c72-539a-8880-2a276a7b408e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"23dae6ea-a48f-5812-8d31-454e41e8232c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003856"}],"individual":{"reference":"Patient/82d047ea-369c-5336-bb35-c54db2d82dfa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"81928acf-21f1-55fb-b285-35adb4f30730","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003858"}],"individual":{"reference":"Patient/dd32cad6-45c6-566d-89b0-6f2cc513c9a0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c7c31de8-6fe2-59c5-b6ad-302a67de6ce7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003859"}],"individual":{"reference":"Patient/43be06aa-9a8b-54b0-84af-02d355a4391a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e98ecd43-1918-53ea-bb67-203ca400ad7c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003860"}],"individual":{"reference":"Patient/5ec2d2dc-a20e-5bb5-8644-40070c9119f7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7929cef0-6a8c-59f3-a10d-aeefe943c1ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003861"}],"individual":{"reference":"Patient/6ee583f0-45cf-515f-98ac-c641cdfdbfc9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8180476c-0cc9-545c-971a-4e0775209d3f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003862"}],"individual":{"reference":"Patient/b9cf5430-2770-51b0-8527-d9f2b35587ef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fe6cc93a-6cc7-52a3-82fe-b966a4f3091a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003863"}],"individual":{"reference":"Patient/18a70405-d287-5088-a81b-19f00eebd7d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e0b583c7-e69d-50d7-b25d-70cb17a0a0b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003864"}],"individual":{"reference":"Patient/b1161c25-9274-5c20-8c0f-50b1009f51ef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1b3ba9ad-da05-5d5d-b73e-634c0c4f0323","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003866"}],"individual":{"reference":"Patient/d167f475-d9b2-52bb-b55a-4da5b1b7074d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"81b9fd36-53b4-56dc-9580-ce327551f79a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003868"}],"individual":{"reference":"Patient/0b405155-f664-5556-96ca-f7480d5f3094"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1de3fdc6-a3a1-5686-ba4c-f98b0c50ed97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003869"}],"individual":{"reference":"Patient/a6a4c7c8-3b4f-55c7-8181-2a87a9e33253"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"021b690a-b08b-50aa-b81c-598cc0c77efa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003870"}],"individual":{"reference":"Patient/ccb3cae8-33f8-5629-848c-78288f3a0916"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f4508d4f-430e-5b28-b330-e903a3f6c4bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003871"}],"individual":{"reference":"Patient/3e53f0f8-6c31-5e66-bbf1-11e794bfaa49"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dd6a8e9f-dfed-564a-af74-b61f62dbf021","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003872"}],"individual":{"reference":"Patient/61a2b781-f783-5e48-a6b7-d08e578a9cdc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"25b065c1-aee5-565a-ab1c-4487d5a4d65f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003873"}],"individual":{"reference":"Patient/a38d346f-f28d-5414-9d2a-e4e26e047d42"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ced6ed1f-013f-5c1c-bce6-e9ba3ed777d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003874"}],"individual":{"reference":"Patient/eb7a2269-5f27-5600-82cd-3c485138e5d1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e2797bf9-0ba8-5a90-92ab-d418fca3a234","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003875"}],"individual":{"reference":"Patient/d6e450b8-c230-542f-be5a-9dd5a2ab5fc4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bf801611-b81b-505c-a358-8c10c5c39a46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003876"}],"individual":{"reference":"Patient/141ff550-5409-56fc-989a-8044de548828"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"63c2ce35-e6f7-5b23-bfcb-2ea02d1bc1be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003877"}],"individual":{"reference":"Patient/75cee424-edb6-5239-a378-c27be37261cd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2568b167-cc26-5a2e-a1a5-c5db316bb167","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003878"}],"individual":{"reference":"Patient/28f67170-a740-56cb-b2c2-b529bacec9b4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4db2f030-c4a8-50ff-b615-989d6a03ac7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003879"}],"individual":{"reference":"Patient/94341aed-9775-5c70-a8c4-8fadb77876c7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"398ad13f-1b5a-5778-a2c6-638b1830d828","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003880"}],"individual":{"reference":"Patient/2a0e7ac4-660a-58c9-b370-c9119c2a1491"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"666f4896-b77b-5a1a-bf7d-2bfe2ace53fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003881"}],"individual":{"reference":"Patient/8adff827-6532-53c7-b0a4-63eb2705821d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b9c33ab3-4425-5984-b310-8b89c4b02882","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003882"}],"individual":{"reference":"Patient/5acb0dc2-f281-5224-b8cb-c65ee07f6b48"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"62ee7bfb-5704-5bde-8519-bde4b3716f8b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003883"}],"individual":{"reference":"Patient/124ec591-9ae0-56e0-b48b-33ab9f26cb62"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2402f142-b27e-56e8-92fe-4fe98fb67e2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003884"}],"individual":{"reference":"Patient/a1d75bbd-a0fe-53df-80ef-25505d002f30"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d89b7b65-61d7-5cb0-bb6c-85e88e846f71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003885"}],"individual":{"reference":"Patient/96e2c98f-6ef0-5e60-b674-35f279505475"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0092ba46-d6a9-5d2a-a6d0-93b871e40c15","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003886"}],"individual":{"reference":"Patient/f32a6f97-dc2f-5669-87e3-16f3422f32c7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"13f3a310-7e39-5848-8fe2-ff309d280945","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003887"}],"individual":{"reference":"Patient/71a6f194-a2d2-5545-8fa8-5d8db8d45371"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bebe14b1-0f6b-50ed-923d-561bc8307609","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003888"}],"individual":{"reference":"Patient/f41f5352-ed0d-5398-9833-0d3ed8f39cbb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"49db2a72-fa1e-5b0c-9ada-80b72f535c9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003889"}],"individual":{"reference":"Patient/50fc6229-5a36-5300-a58f-5b06d751d284"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"67e3f2be-6e96-5e0f-a7b5-ad1605a795c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003890"}],"individual":{"reference":"Patient/c60fec57-9f7c-54a7-8802-6d915a3e44a6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1e75ac7a-454a-5bb2-82f9-967f1b18c80a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003891"}],"individual":{"reference":"Patient/41dffee4-1368-5c78-a64f-ec17dbbf785d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3a975a9a-f947-525d-9a8f-74cf8a3b023b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003892"}],"individual":{"reference":"Patient/70be98d6-22dc-580a-865c-14cdee08791d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e23bd83a-78e5-5931-a47f-da2260572fdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003893"}],"individual":{"reference":"Patient/abd40c6a-331c-553f-b383-45c7d861a66b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"851e43f4-58f2-54e5-b32b-e992cf692642","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003894"}],"individual":{"reference":"Patient/66c10039-429a-5cdd-bd0d-d0e7bd9b3e1f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1e0acaab-fdb0-5b1d-bc2d-f6eb2420a9be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003895"}],"individual":{"reference":"Patient/fa925266-53ee-5e82-a5f4-16e54b9a0c69"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"71e4316d-9fae-5b1f-9c7d-103551d9acae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003896"}],"individual":{"reference":"Patient/79d2f16f-1896-59bd-8bc7-23ddd220dfff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"63817bfb-1dca-56b5-94d1-1d211debc851","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003897"}],"individual":{"reference":"Patient/94a15b05-1554-545e-8897-331d76f9fde1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"537e22fb-5620-5499-be63-7d017da92612","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003898"}],"individual":{"reference":"Patient/7bcf64f4-c3d4-51b4-aac3-9e03503a0587"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e53ae8b0-e618-55e8-a161-fa0f7925522c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003899"}],"individual":{"reference":"Patient/4b81fc5c-1520-5e2f-8cd5-281c31e0c84f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"05a75783-a673-5995-b3cd-3762dd25ed0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003901"}],"individual":{"reference":"Patient/b6e8e465-7631-557f-8b56-1029d31b4d45"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ded3ec3e-313e-5af4-ac78-bf7d5a628990","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003902"}],"individual":{"reference":"Patient/9c0f853c-2a75-5b9c-9f68-79059c66e357"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"02335890-b09d-5517-bd74-7638ba2b026a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003903"}],"individual":{"reference":"Patient/e7e2ce02-c594-5c2b-9613-bfacda76a8d8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f567f841-3293-57cf-bc17-183cd243af57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003904"}],"individual":{"reference":"Patient/bf90eadb-02d8-567a-9cd9-88393223f9d5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"88a1b8ec-5cd6-5732-ac55-ea9ce394b2f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003905"}],"individual":{"reference":"Patient/01640026-9980-5d9e-a701-a263759d5064"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"571dca3c-19b5-58ca-854c-ed1e2f565f76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003906"}],"individual":{"reference":"Patient/82fa793d-5b38-5b76-9b82-1ac377d5d3ca"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5427a285-b5ab-513f-9c14-e01ebc997727","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003907"}],"individual":{"reference":"Patient/491d6cbc-2dee-5392-a193-85304bd0925a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9ab728c8-06d9-58a5-b38e-d6e02643add2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003908"}],"individual":{"reference":"Patient/b83fd5e7-3a32-55fd-9262-3f8130b6c57e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4b3d474b-9052-532b-97c1-cbfe60f742b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003909"}],"individual":{"reference":"Patient/65ace306-47c9-503c-a91f-b9bc2cec179b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fd224339-6cc2-5cac-9c99-db3751100155","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003910"}],"individual":{"reference":"Patient/3788edb8-dabe-5fb0-b987-d8b7d4b8760f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a313cc73-3c91-52d1-89d3-99485a4bd5d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003911"}],"individual":{"reference":"Patient/cce2af85-1a03-5a00-81d4-53fc085c708e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"66650b7b-cf22-52a1-9b73-5c0d2370626d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003912"}],"individual":{"reference":"Patient/a0175508-ecfc-5789-abd4-a8e4067dd832"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4419e07e-51fa-59d4-9a68-1e4f96460ed7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS003913"}],"individual":{"reference":"Patient/9c7e18f0-8b8d-5a9f-a6b2-9af02aa4a996"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9b08cd82-1b56-52d3-860e-0b9571f442a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006559"}],"individual":{"reference":"Patient/99e204ac-d9cc-5fb7-accc-d676f946e00a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6ab29d39-697d-5076-bdba-ba6b633440bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006560"}],"individual":{"reference":"Patient/a249fbea-15bc-54c7-9591-f0840c7e0921"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2cbd256d-7389-5b1a-9b28-5f3bcff7f21f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006563"}],"individual":{"reference":"Patient/dd5c4159-7e0e-5016-a900-96e95de6de84"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7eeb45c7-d8ad-5dec-b713-02c3c620532b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006564"}],"individual":{"reference":"Patient/ae8d58d1-0566-52e1-83bc-3f191a2bea5b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d263faa1-5c0c-52d4-a219-e0f1024010b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006565"}],"individual":{"reference":"Patient/de2f3b76-9538-5a99-b45f-2c61cbcde8d1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1b04a2a1-653d-540a-9065-c4cbed9482e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006567"}],"individual":{"reference":"Patient/c2d8813b-8165-5ae3-ab25-bfb345f32473"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cda0a910-1fc2-56a9-b976-8668076707bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006569"}],"individual":{"reference":"Patient/64e1fe84-1a4b-5bde-b62c-ac9e7bbc6443"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e584096e-3776-5fef-821e-e8ad01ddd0c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006572"}],"individual":{"reference":"Patient/416ad245-b929-5916-a988-db761482274f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4153162a-165e-50ef-8148-7a546f830bfc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006573"}],"individual":{"reference":"Patient/4fe1db1a-c5de-5726-b150-af11456c295e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"565e8974-dab4-5d02-be6a-3dd1c1be46ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006574"}],"individual":{"reference":"Patient/b17e61bc-cbe9-5659-98f1-ff9acb448181"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7195aad3-8532-555c-8d5b-625d84f4d88c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006575"}],"individual":{"reference":"Patient/254d33f3-b7ad-5440-a683-80a080ac7ca5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"48e67a96-bad1-546a-8528-44b6dee4d578","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006576"}],"individual":{"reference":"Patient/b387398c-668f-528c-9d17-845c93d7b0c2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bf905b8d-0873-52cb-9ac0-8b3cad8c6a05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006577"}],"individual":{"reference":"Patient/39112585-0dae-5705-b5d3-37bccd8e8644"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6c8f1be5-609d-5d07-b334-573f483a679b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006578"}],"individual":{"reference":"Patient/e838d378-5b2a-5218-a80c-6454b4bdb0ab"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1ca9d1d6-20fe-51cf-8d8e-669becf90896","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006580"}],"individual":{"reference":"Patient/83c8ae45-0076-5230-bd0f-2a3634853b0e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eceebfe3-86d3-5065-873a-db0c8facf1d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006581"}],"individual":{"reference":"Patient/4f1f2772-a1c7-5385-bb8a-14807edc8303"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"26773c39-33a7-5aec-88ef-db0a85460161","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006582"}],"individual":{"reference":"Patient/1bb99377-a9fe-5ba4-bccb-73d39bd091ec"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e3f9dde7-4099-5ca3-9395-70a5b5832144","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006583"}],"individual":{"reference":"Patient/8ff85a29-f32e-5703-ae72-003794c8b158"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ff0c552d-f32b-5e80-abdf-9523e743edc5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006584"}],"individual":{"reference":"Patient/f18d0b6d-15d7-5ad1-96cb-be27e4b5b585"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0f42b26f-eaf9-5cea-a13e-777fad848823","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006585"}],"individual":{"reference":"Patient/dcc57ab5-912c-5e4a-9618-3c33201d3c4e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"20e669dc-06c0-51db-9524-aa03249924b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006586"}],"individual":{"reference":"Patient/c02e2b34-8575-58e6-81fb-27e3f4d8d072"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f9f618d3-5a6a-51ec-b755-267d0d2987be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006587"}],"individual":{"reference":"Patient/4c5eb825-a1aa-5b84-baa5-68a6e01e7826"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6562611f-3aaf-5988-aeb3-95076d5cc1d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006588"}],"individual":{"reference":"Patient/7a6eac5a-3c81-5ab8-8bf4-328a48f08181"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8439b47f-2361-569c-b96d-d19cd825fe4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006589"}],"individual":{"reference":"Patient/a261f652-dc74-5819-857f-00f00865ecaa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"50d07c98-94b1-59fb-92f9-99c7151a361e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006590"}],"individual":{"reference":"Patient/7e38ab59-8753-54d5-8f15-b101dfaf7087"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4eb3d28c-1a02-5fa4-9992-dd67ddb50beb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006591"}],"individual":{"reference":"Patient/2cc27d8c-f673-5f8b-9196-95854d12eb93"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e07d472c-3eae-53bb-8df0-1a9baf0d6408","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006837"}],"individual":{"reference":"Patient/cfd8bc25-366b-512c-99c7-b0a0636c75bc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"123386ed-57fa-5dcc-8685-c894d6ffefa6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006838"}],"individual":{"reference":"Patient/81b8d95c-b11a-5308-b8b5-51cb773484f2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"869b8a97-33fe-5d6b-bf32-7ca6940edd5b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006840"}],"individual":{"reference":"Patient/1d6b7dca-beff-5044-9292-d80f07fee13d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d5c11b64-5073-553a-9d62-c47cc8a9ea21","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006841"}],"individual":{"reference":"Patient/aaba57af-8229-5528-8cf6-dba8378b2a3f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"97cad3dd-d094-5a42-9a69-9e6a44aeb431","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006842"}],"individual":{"reference":"Patient/bc081840-6f59-5a1c-9ca2-5279e9016215"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b60c3127-d528-599e-ae27-8c6337af6ea7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006843"}],"individual":{"reference":"Patient/2049d459-e804-57f6-82f4-12a362f4cee9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0a14751e-2e5f-571c-b9e4-a0d368f799f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006844"}],"individual":{"reference":"Patient/7d8b2536-8e25-51e8-b1d1-5a25b453471e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8509933f-4678-5444-b35c-b128bee8793d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006846"}],"individual":{"reference":"Patient/a48e7fa2-f840-58a5-9836-e143a0b71430"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8978e5da-567d-5be5-82ba-5f15277d06b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006847"}],"individual":{"reference":"Patient/649c8d15-7d7c-52f9-a92d-e551ea5c052b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5b9cbf25-67ce-5bfa-8d43-f526db51ba0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006848"}],"individual":{"reference":"Patient/cc9d059b-a6eb-5f47-80f5-6a913dfa45a0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"17fbe0a3-eb70-59c2-a811-0883a8b7fdbe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006849"}],"individual":{"reference":"Patient/019143da-b1ea-53c4-8aaa-5e3fda05284b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"80003c60-7cd7-5eee-b3e0-0fb3558ca756","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006850"}],"individual":{"reference":"Patient/094cb86c-44c4-5dc9-99eb-2ea52428b253"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"48f19f1f-45ab-5630-955b-804b00f41626","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006851"}],"individual":{"reference":"Patient/eb5a137d-ad79-5f47-abf4-e40bed9f9e28"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3c6aa4f6-4f20-58f5-9926-94adb8a9e5fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006852"}],"individual":{"reference":"Patient/e8a38233-7744-54ba-a3e6-40c34a4e4250"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dcd1d94d-01a6-54c9-9d58-3e66e43f7874","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006853"}],"individual":{"reference":"Patient/bf12b544-8b00-5ecd-b5cf-ee6942205ff5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1e7cfb61-b317-56c9-a3db-e7448df0aa95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006854"}],"individual":{"reference":"Patient/0503c664-2de6-5520-a6a9-b2e2448d4ec0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ca132531-862f-5d9e-beb0-f87b392453d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006855"}],"individual":{"reference":"Patient/412c8949-1992-58b9-ab40-58866624baa3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4c7988d5-b227-5247-9cf5-2314e216226b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006856"}],"individual":{"reference":"Patient/8ebc656d-4563-57eb-8a2b-bbf63be9c7f2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8a6a65d6-119c-5b6c-93e4-be50ddb6722a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006857"}],"individual":{"reference":"Patient/51b2c431-95ae-5d79-803d-298392ba70df"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d295c184-aee9-577e-996b-7e5586c8dc1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006858"}],"individual":{"reference":"Patient/9ce40c17-f415-5fa5-99f1-0e4c436b6e7e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"abf6c6cf-9bbc-5e7a-a773-41800153561e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006859"}],"individual":{"reference":"Patient/438eecf1-c065-59aa-8410-2e7dc0ea9ed5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0411f7f7-18e1-599a-90ba-35797f55082c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006860"}],"individual":{"reference":"Patient/9be53e2b-0cbf-57af-bcfd-27c6928a1399"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d73b1365-36ae-5367-bf55-e82542fe80f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006861"}],"individual":{"reference":"Patient/2dda38b4-6e48-5566-9526-3cddc39d30fc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0bca179e-52df-5785-8cb9-3f38a131f906","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006862"}],"individual":{"reference":"Patient/a6eafd5b-5808-58e4-9be7-f0a781bac767"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e44ce765-45e6-54d6-90bc-91dca677d5b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006863"}],"individual":{"reference":"Patient/65ead5d7-4d23-5f9d-a25d-f52e44e8f465"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d10b6cd6-6450-5f5f-86d6-45fa2dee1539","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006864"}],"individual":{"reference":"Patient/698776bc-fea6-5919-942f-d0662b38cad8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cedfe333-e3d0-588f-acb8-07a03db1eccb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006865"}],"individual":{"reference":"Patient/f0fd703f-b0f2-5c44-98df-1893969c5f02"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5b81ba46-033f-5dc7-ad53-89ab8cacebe0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006866"}],"individual":{"reference":"Patient/fc3fd127-b061-533e-b6c8-11f2a38bf490"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a555c0cd-75ad-5c68-84e9-35e90486b8a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006869"}],"individual":{"reference":"Patient/595db002-a1a8-5ce2-acbc-593d130a324e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2f3bb491-e591-57c0-87e9-c9108e068a35","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006870"}],"individual":{"reference":"Patient/e314caae-9984-5d3d-95fc-046000a3e75e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"69308291-c60d-52e5-94eb-bfdbdf7f6be3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006871"}],"individual":{"reference":"Patient/5410b958-f338-56c5-aa3d-6a49088d241d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e0dba4f1-58c5-54e6-b3ec-74685d7df66a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006872"}],"individual":{"reference":"Patient/9258ba8e-db77-59d2-957a-b1c5271774ef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b238a395-1f4e-5a94-9874-47e1fbe14d70","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006873"}],"individual":{"reference":"Patient/7216c92c-902d-56cc-8f77-6394a7a5caf4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"44766adc-d3ef-52a6-ae41-364390ec14b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006874"}],"individual":{"reference":"Patient/c111b62e-a6ee-5c88-a9a8-24f503f04f0e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6d5fe55d-0a0a-540d-8afa-e8a68e339aa0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006875"}],"individual":{"reference":"Patient/45aecc30-fe70-5dfc-8a70-9cf35a7eb9d4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4ce4aed9-4d91-50a6-a6ec-c99dec10460d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006876"}],"individual":{"reference":"Patient/de52f443-bf14-5cc8-b178-2e2f8a741518"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a51669ef-3801-5b7e-b808-19eec1e4f599","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006878"}],"individual":{"reference":"Patient/b6fe77f7-1d5a-5524-9857-e452b421a803"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7b2b9802-a604-5967-8473-2df40fbcb0c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006879"}],"individual":{"reference":"Patient/d7d0be87-c5ba-58e3-914b-7ecce913c384"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4b4097fe-c3a0-5a21-a76c-8697645695e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006881"}],"individual":{"reference":"Patient/0427b034-3e7c-5b14-98c6-359d9828b7c6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c12d8e2e-9920-5dad-8c9b-751d0a5137b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006882"}],"individual":{"reference":"Patient/2e43b8b4-5cbb-54e5-b45b-b65de7ff87d8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"132ac036-6cd6-5317-8126-ae0c2c98af14","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006883"}],"individual":{"reference":"Patient/a30ad356-b07c-5f52-9c35-4a6997ed4499"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3bfaab51-c02e-595d-b5e1-5a6cf85fbec2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006884"}],"individual":{"reference":"Patient/71ccfa83-eed3-5594-a514-f7758bf07f06"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"776b3e2c-5215-5dae-9192-de48f7afe558","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006887"}],"individual":{"reference":"Patient/6060bdba-2606-5239-9bb1-2b49db6cdd65"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2a9f16ba-920e-5cb6-8294-ffb1b9f621f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006889"}],"individual":{"reference":"Patient/6b1a7e16-32c7-5419-b983-ecf3915615f1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9c6d8094-6186-5549-bdc0-230676726be7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006890"}],"individual":{"reference":"Patient/af52fd4b-7a03-50c7-b3ae-02400e652e0b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a98c0909-1b21-57df-b32e-a63c16ea074f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006891"}],"individual":{"reference":"Patient/6d21dbf7-ca00-5527-bde7-c2b26e522f62"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b02b37e1-90c9-52fc-8c30-c1b555ac2fca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006892"}],"individual":{"reference":"Patient/5e71ba92-6724-5ab7-9451-e02fd1a6157d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c2bacc0f-6031-5373-a585-872200b8b8b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006893"}],"individual":{"reference":"Patient/fbdafd0b-4ed0-5684-858c-ad45c5e14c45"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"958aae81-bcac-55f8-99f8-585320acf1f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006894"}],"individual":{"reference":"Patient/96dcd442-7b7c-5da2-bb16-29fda354ac97"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b51e0033-dab6-5170-92de-4e29c825f6c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006895"}],"individual":{"reference":"Patient/deb87dcc-75e3-54db-9544-c5e041a7f170"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"234e9d32-9752-59b7-9900-16c0c85696e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006896"}],"individual":{"reference":"Patient/667da24b-8765-5049-abdc-1ba7f1a7c39d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"15db7cf6-71b3-5a10-8423-9e92d23770d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006897"}],"individual":{"reference":"Patient/d089e841-a3f4-592b-91ad-8a4a633c6dfe"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f9c1197d-297b-567c-919a-3fd1dfbddfcd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006898"}],"individual":{"reference":"Patient/bc9a6c80-54bf-5a2c-8198-8b1a4f1cf2e9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e9f20088-c00f-5c52-bddd-85cd053f5bd3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006899"}],"individual":{"reference":"Patient/4c641e4d-303b-5f1f-b31b-2fd6b5236c77"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eb063156-0234-5bbe-b266-60591a8e81ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006900"}],"individual":{"reference":"Patient/85017c48-be68-5a55-97c3-c7ec78e309ee"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3fe11cc9-c64d-5143-94e9-6e0cc1f2b40a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006901"}],"individual":{"reference":"Patient/dea07c55-8a29-5cd7-8221-8ac2141b1589"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bf54fe8b-f1ec-5fc8-b7a5-e34ba1164569","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006902"}],"individual":{"reference":"Patient/d9f99966-be78-5536-b0cb-f2db0f6a84f2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1cbdb501-9b33-582d-8a85-f65e07a8b384","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006903"}],"individual":{"reference":"Patient/64878686-0bfc-5af5-8b81-dd009d6c37a1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8f62edbf-63b5-5f5e-9ea5-84f919b98b12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006904"}],"individual":{"reference":"Patient/3b3c2ce7-b711-51be-bf63-7e5c6a2ae032"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"087f24b9-ec1b-508f-a9c5-9680b9ebbfaf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006905"}],"individual":{"reference":"Patient/dbdb816c-8a67-5bde-a9b2-a91e55ad5953"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e55e0931-b435-542f-a476-3a685d10ddce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006906"}],"individual":{"reference":"Patient/3bcc3857-86b4-536e-8f87-cf167409f7a8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"848a1345-6fc6-5c85-8a74-7131a873807a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006907"}],"individual":{"reference":"Patient/2d724b76-275b-57e8-96f0-5237241da793"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"214ba893-f76e-5055-bce5-f0c08d671236","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006908"}],"individual":{"reference":"Patient/1fe36b1a-365f-5239-8142-30fc45dc4d24"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a9877faf-23b5-55ba-959b-977d2eea6558","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006909"}],"individual":{"reference":"Patient/4b509046-8113-528a-b475-dc5525b22535"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3a159496-eb96-5ee5-b65a-5921f4958272","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006910"}],"individual":{"reference":"Patient/0b8aba56-31e8-54db-a69d-98994e29e332"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d4e80db6-9394-52e2-a142-0b196adf44ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006911"}],"individual":{"reference":"Patient/ec2deadd-3ebe-56fe-bd6c-050b838cf2a6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2d59b8b9-501c-55a5-84f9-f07354ef9baa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006912"}],"individual":{"reference":"Patient/25a930a2-f092-5874-858a-b054eaf3d681"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8587b828-a453-51fa-8c98-ed93c0ace936","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006913"}],"individual":{"reference":"Patient/6f39d7bb-0912-5031-a5fa-6eb504a27ae4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3dc0b5b9-c68e-5f0c-a580-5a735bbb129f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006914"}],"individual":{"reference":"Patient/b20caa00-c3f9-59a6-9c7c-40827a0b0566"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"68b652c0-6675-5425-a35b-ffc67257344c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006915"}],"individual":{"reference":"Patient/f2fcf490-5eb5-518d-b3b8-66c99b2dc76e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"30473961-ba9b-5a38-bc33-7591985aa3d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006916"}],"individual":{"reference":"Patient/b015d140-526f-51ef-b889-a1f05b58067c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"93e745b5-a907-5475-b7b2-831fb2e74dbe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006918"}],"individual":{"reference":"Patient/703bb2f1-f2d2-557b-8cc7-1ca3f61ea3fc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0ef12332-dd7f-5ae3-bc65-c84b05b28428","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006919"}],"individual":{"reference":"Patient/9cf78e08-30b0-5670-9ea5-3b4edb77c182"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cc0b732d-19c7-5cad-8b55-342e1ada12ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006921"}],"individual":{"reference":"Patient/e19ece23-4a0b-5a9d-a6a3-b06dee93e405"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1d9e7cb4-2994-5e99-ae76-d394fb6a8726","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006922"}],"individual":{"reference":"Patient/7c4770c2-524e-5b0a-961a-865df1c39bb1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3d473066-9b4d-5365-9664-8dbf0fcb341d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006924"}],"individual":{"reference":"Patient/146a024a-127d-5803-82ba-76c6245d0e1d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"836a6e01-2119-5f93-b835-e84ee12ef68b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006925"}],"individual":{"reference":"Patient/2fe0b077-2d6c-597c-80df-8640e936b453"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7966494d-4c42-58be-b696-1302142860ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006927"}],"individual":{"reference":"Patient/538a77e4-949a-5b48-9fcf-40380b48d276"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"59fff35c-c7df-596a-93af-29d6b3abc4a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS006928"}],"individual":{"reference":"Patient/e089da42-1662-5e1a-93b1-c17abbc988ef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"162df412-ed63-5d9c-8cce-fb987ac3f62c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008503"}],"individual":{"reference":"Patient/07c7f709-35ea-5112-b244-dfc8ace3355a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ef46eeb7-d913-5e93-9a53-91c3153c34dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008504"}],"individual":{"reference":"Patient/2ec73dec-3b63-57c7-a302-cde4cb34ed0d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"31ae638b-2376-54c9-87b5-578513c941f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008505"}],"individual":{"reference":"Patient/95533db1-5399-59af-8343-04422f5f22fe"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"76e7c5c0-e6d8-59a6-9c1b-75dbb0d1e3a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008506"}],"individual":{"reference":"Patient/f18c1797-9dff-55a6-9277-eb1c97bb5fb1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"475378ab-2776-56e3-a2a5-a85198217276","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008507"}],"individual":{"reference":"Patient/96f76984-8f59-5b82-9e3d-b81c653775dd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"92f1a972-798b-5841-a3f1-32ed4ccf05b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008509"}],"individual":{"reference":"Patient/41d8b32b-8bd5-578f-bf15-7ea753a17ab5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9f45fca2-020c-5031-a74a-b71c545bab78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008510"}],"individual":{"reference":"Patient/c8b750af-7b14-59f2-a897-d09a81e919f3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"793d54bb-19dc-5cb3-bc47-75f9015ad343","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008511"}],"individual":{"reference":"Patient/555717f1-72f8-54e7-85bd-d99c87c54ca5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ef84b9a9-d5ad-5c23-9a24-c2388c46187b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008512"}],"individual":{"reference":"Patient/f7a284e0-e81f-54af-b057-a4b5c788eec7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"63dd8661-e621-5f6d-a111-20441ddae36c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008513"}],"individual":{"reference":"Patient/08dbac4c-8e15-5774-9250-b262ba8fa9ab"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cb18d015-1523-501b-96cd-813e711af47c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008514"}],"individual":{"reference":"Patient/5da4210c-6203-51bc-86d1-cd227181d251"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"20404d99-65bb-5710-a487-766a0afd01eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008515"}],"individual":{"reference":"Patient/81c69554-097c-5f16-8b9b-44a36986e632"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"502e9490-2db3-5e27-bde6-9d9e8de32fd7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008516"}],"individual":{"reference":"Patient/503d9a85-2152-5607-bcfd-33b8eb7575e8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6ff2f3ad-53b4-5445-ac4c-2d0843264900","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008517"}],"individual":{"reference":"Patient/4302278f-8f4b-54ce-aab7-7e1bf4105ba7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"60104df2-ed70-55f4-afc0-dc8e21482760","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008518"}],"individual":{"reference":"Patient/0936d158-9ea3-5308-8489-0219c8b21da6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4dc05e71-39c5-59eb-872f-9f93c1f0bd01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008519"}],"individual":{"reference":"Patient/30a5b422-18d6-5504-82da-dc331b898d7a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ad45b1fc-fdee-5fae-a3e1-dc0033b5137e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008520"}],"individual":{"reference":"Patient/752fe98e-ede4-5853-ac4c-a24a9c4f96c0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3dab5869-015f-5dc6-98e5-ebe5fab7e116","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008523"}],"individual":{"reference":"Patient/0d5f9b5d-6bfe-587e-aa28-899cb7183200"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e7d83f4a-9b13-575f-8295-e56c9382448d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008524"}],"individual":{"reference":"Patient/aea9dace-2817-5e47-b9b1-40607af2551d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"05c72a7e-cb13-55b1-b7c0-22ef701dada1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008525"}],"individual":{"reference":"Patient/41aaaf41-f2d4-5426-afb1-c352d37aa099"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"649841a2-c3be-5a73-8b6a-5fad36791fbe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008526"}],"individual":{"reference":"Patient/ea986a3e-e7b7-533f-8ce7-51835bd81317"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"27488070-3b8a-59e6-91d3-64929948acc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008527"}],"individual":{"reference":"Patient/f84007a6-f865-579c-83b4-ffcf9db3a5a4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6305a574-aeb1-5af6-898a-685ba16ab1c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008528"}],"individual":{"reference":"Patient/5342e8de-b420-55c5-8d6d-446061c9dfed"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6df996c0-f71c-585f-9e93-98ec923b38d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008529"}],"individual":{"reference":"Patient/217cc39f-1aad-50d7-8b4a-a217030c3b8a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"44f6d2a1-9269-59aa-b5d3-517615170ed7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008530"}],"individual":{"reference":"Patient/2b758527-b9ca-5277-a57c-9a3a8ab69c7a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"00edaf5c-27ea-55aa-a1b9-0bfb480ef7ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008531"}],"individual":{"reference":"Patient/4640f1bb-6dbc-5dcb-9938-a52076e0868e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1df9fe16-ad23-5ef1-9db4-97c1837e4913","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008532"}],"individual":{"reference":"Patient/bbe0cd70-00e3-5c8e-ae43-70157a0eff0f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"168349ab-9909-5d3f-8ade-7c94e1964916","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008533"}],"individual":{"reference":"Patient/de1e17f2-4872-522e-9dac-59a8c2b228bd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d6b46644-8b52-5365-855c-0f83710c6aa0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008534"}],"individual":{"reference":"Patient/a3cec1ad-5ba4-525e-8a9c-0fd108dc152f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ead64be6-7717-5079-9833-2556212fbc7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008535"}],"individual":{"reference":"Patient/285d04ce-7944-5e68-9ab1-78ec65c68dfe"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b576d2f7-67f2-5993-a76b-bf98cb253b48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008536"}],"individual":{"reference":"Patient/b8af68dd-f540-5a91-b12a-b7a032fb00f3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4f707666-5f26-544e-bf35-9b73eef561c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008537"}],"individual":{"reference":"Patient/380c292e-b519-5efd-aad1-1ae053c3ba5d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"388f37f8-6754-5a15-8c20-e90191e36fcd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008538"}],"individual":{"reference":"Patient/15df9a47-d1ff-5f8d-af85-0f127bedd50c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1a74c323-704e-5304-b8fe-78a846e5d4f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008539"}],"individual":{"reference":"Patient/3fed692a-9a5c-55dd-b9cf-e7cf479bbb41"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"287b8289-f07f-59b9-aa83-e6f852f185ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008541"}],"individual":{"reference":"Patient/92541ded-068e-51b9-9b06-4486837028b0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ac7b83f3-6ad9-502d-b127-80b42a025c0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008542"}],"individual":{"reference":"Patient/8edff217-868d-5a8d-9ff3-d4aaed789990"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"706f6ed3-e608-5f74-8755-1557329f8224","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008543"}],"individual":{"reference":"Patient/d2a10090-6163-5f7e-90c8-fa4c5f1286a7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a3111f10-9c2a-5bcb-835b-cd0347cbe0ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008544"}],"individual":{"reference":"Patient/88560a24-178a-5387-af64-b2fed9470323"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d2b1f3cd-65f8-5e0d-9896-de9ad84100bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008545"}],"individual":{"reference":"Patient/a5e06095-158f-5174-82c2-fdf8f09b6f19"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"27874747-f036-555e-81c6-187beb08fce1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008546"}],"individual":{"reference":"Patient/3c117b68-7fbb-5ee2-8bbf-19161cad8b12"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bfbb717a-ff2f-5989-8d00-fab807d6959c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008547"}],"individual":{"reference":"Patient/13a6736d-22e1-505a-8e41-427ceaa9e331"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a7499da0-ccb8-5be7-9ccb-89f2b7910c7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008549"}],"individual":{"reference":"Patient/560c71fd-1ed8-51cf-8798-c685dea90b97"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a827e6ec-c348-5de0-b19a-43f5b5e7bf52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008550"}],"individual":{"reference":"Patient/3132d903-6a83-535b-a96f-e9d994197294"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"752a988a-21b6-50fd-a94a-9bafd4c7e66a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008551"}],"individual":{"reference":"Patient/63ddc87e-34ed-520e-b912-32289dffe127"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b1cde673-36a0-521b-bdd3-03e43711e803","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008552"}],"individual":{"reference":"Patient/1e2a272f-f88f-5faf-9353-99e6479468e1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"87dfe809-7f28-58e4-a826-3cb234976745","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008553"}],"individual":{"reference":"Patient/25b15408-b7e5-582a-957c-bd6d5ea634ab"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f440843f-3677-55c7-8488-4894b2f46440","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008554"}],"individual":{"reference":"Patient/730e6d43-6760-5a26-98c0-0659efbd91b2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e256fa04-7009-529e-82e0-fba3bf531be2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008555"}],"individual":{"reference":"Patient/59c3b5d4-267d-5472-bc98-435f0d15832e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"16fbf99e-3955-59bf-87ea-85cb8154eee5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008556"}],"individual":{"reference":"Patient/00de5d40-00b7-56c0-a775-f3cbfdd78d6f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4bd8eda7-0034-5a34-8dcc-924cd59dc9b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008557"}],"individual":{"reference":"Patient/224fb571-f241-54bc-b465-1e07e6189ace"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ed2ad62e-8899-5810-91c6-63282651b3ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008558"}],"individual":{"reference":"Patient/30bfa68e-d8ec-5a21-ae33-cde650104305"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6e746ab9-1cac-54a3-afc2-232c488a3981","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008559"}],"individual":{"reference":"Patient/b7544cbb-9521-56d0-9298-e4f0dae9dcb8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ebca9c3e-3e31-5a97-84b6-565bd7c2f209","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008560"}],"individual":{"reference":"Patient/af62563f-fc10-5127-99c5-2fc15d8ad8b4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2e5dbd56-08f9-59b7-8ca6-aaa0c6a043b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008561"}],"individual":{"reference":"Patient/16fa9b87-808f-5103-90c6-8ca1365de128"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c3cdb69d-ea9f-55a9-b601-4454da3fa5bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008562"}],"individual":{"reference":"Patient/6b925a2f-a90d-5c1e-9868-f12daf0fff92"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"98f01f85-aa2a-57b4-a1c5-445219be4855","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008563"}],"individual":{"reference":"Patient/11a6259e-f8b7-537e-b961-0286b145411e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"76d8126e-8206-534a-b91f-202dbd748a6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008564"}],"individual":{"reference":"Patient/fa947f4b-5018-5d06-9c04-f809223efb56"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2d80c26a-6584-51fd-b71a-a0653f1b9895","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008565"}],"individual":{"reference":"Patient/8c9c1f43-6336-5fe6-a7ad-f8e118cb5035"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"37ffa146-819c-5686-9137-605e555cb77e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008566"}],"individual":{"reference":"Patient/4c46a176-1a62-5800-bfa2-1e3a5adcf561"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7c33e5a9-0752-5861-bc0a-94dc6e07a30a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008567"}],"individual":{"reference":"Patient/7419db6a-093d-58a7-b961-7594daf86f6c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a6dc0804-f0f9-592c-a3cd-6020ad52f851","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008568"}],"individual":{"reference":"Patient/30fc5ae2-ae73-5b99-a039-8dd7712db15e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"30bd87ec-4efe-55ce-905c-964b3f86b770","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008569"}],"individual":{"reference":"Patient/c95fe7c9-95fc-524a-8727-75bdce0693f7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0625956c-317c-5474-8e5c-0eccebedc650","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008570"}],"individual":{"reference":"Patient/521bd4e1-d175-5f7d-a2e4-1076243bd4ac"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4d426d8b-5369-5250-b62a-c06c468eea67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008571"}],"individual":{"reference":"Patient/4783bb77-eeba-5f0f-8f2f-f47a3d7b0296"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ebe8979a-c523-5bc6-9545-e40427a30336","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008572"}],"individual":{"reference":"Patient/26bd3251-2a55-58c1-91c6-1216a70c51ea"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e9905fda-3509-5024-9c07-44dd9e5d8c47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008573"}],"individual":{"reference":"Patient/a874914a-cc1f-5c61-94a9-f7c8b4a5239a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3285cc01-eb71-5a13-afee-4082d653e091","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008574"}],"individual":{"reference":"Patient/bb7186c0-3e73-5338-ab66-1908427f02d6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fc54fe32-9872-58ed-808d-27c605956e9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008575"}],"individual":{"reference":"Patient/ad9770e0-3826-5c53-a42a-a0a1aae298ba"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"353e6953-f882-56a0-b59d-5c7870d9c5ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008577"}],"individual":{"reference":"Patient/4ba4d87a-7579-5fd1-9be9-e65275b9d1c1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"027c2ab6-d206-5c66-9cc9-340656bbefa3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008578"}],"individual":{"reference":"Patient/cd7ca8f4-9f62-5583-a40c-b51b481f9cd6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cbf9b8d2-adf2-50e1-a198-6b581bc5741c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008579"}],"individual":{"reference":"Patient/2515d591-1f27-563e-a807-1fc7cfb87793"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6eb4325e-2abe-573b-bf29-6b3bd1902670","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008580"}],"individual":{"reference":"Patient/eac4a458-0070-5f16-ba42-ec33effcbfd4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ea6df6c3-4149-5f54-aecf-eb962d00d86b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008581"}],"individual":{"reference":"Patient/1f13f5e9-dbe6-5d75-b006-70c3831414c7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"52e3e546-96c7-5e9b-97be-1e07d4f0384f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008582"}],"individual":{"reference":"Patient/88a08c1e-c1da-5501-aaf0-bd09265ef6d2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"578d32b0-3994-5834-b909-f2409ee064c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008583"}],"individual":{"reference":"Patient/1b418e4c-dc50-5220-95bb-77fe8dfcc669"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"db0fd36f-2246-5276-ab63-5d9e81819103","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008584"}],"individual":{"reference":"Patient/3aa76038-b0ca-5e21-83b7-14d322e3bd70"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"836f6208-85e3-5f14-952a-88cc6174196c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008585"}],"individual":{"reference":"Patient/4d1793db-2ba1-58d5-bb73-7c6aeaf2d5d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f2683fe9-75a3-54be-a951-ae06f111d079","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008586"}],"individual":{"reference":"Patient/2d9bad7f-6654-5667-b7b4-e8c72202ca8e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b1c8a6a3-37ec-5c73-8fa3-574c37708097","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008587"}],"individual":{"reference":"Patient/c7d2bb0a-ce4c-5ca1-a273-fd61aa0fe635"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"88007d89-0950-50ff-a79a-dea4e306c2e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008588"}],"individual":{"reference":"Patient/6fbb8408-1708-5a07-91a9-7b0e3625ebfb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ef673b53-e39f-530f-a389-1ba244692847","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008589"}],"individual":{"reference":"Patient/889326f9-e383-57e9-a0bb-a54e915cd3e2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ff78fceb-ef1d-57b3-98ec-e767435654c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008590"}],"individual":{"reference":"Patient/ea46167f-3423-5d68-ab28-e3d23c450584"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5208ff9f-6ef1-5ed6-92f6-28d85eb915d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008592"}],"individual":{"reference":"Patient/446b72d0-573a-5267-af45-c60feab32113"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bc05da8f-285c-5ceb-877f-cf92e028d839","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008593"}],"individual":{"reference":"Patient/285ddbd7-754d-5040-83ef-3c5a9a2ec307"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0a2f7a03-c7da-51fe-994c-ad48b41431a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008594"}],"individual":{"reference":"Patient/27359520-71da-5825-a9d1-458e2bc14227"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"54d3afe8-59be-57c8-b18f-1cfc621acc06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008595"}],"individual":{"reference":"Patient/c1882070-09ef-5d98-b2ae-8968a319d771"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0da95af1-bf84-5c0a-823c-d0042515876e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008596"}],"individual":{"reference":"Patient/0cb7c2fc-9b61-504f-ae00-66900a38e913"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"74c6f05a-e4d1-53cd-92ab-59bb9f3e171f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008597"}],"individual":{"reference":"Patient/282453e4-32a8-5326-a5fd-9ff661eb2279"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"833cf8a1-6d8f-516a-8eb2-cce9ae7c901b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008598"}],"individual":{"reference":"Patient/b388d6a1-c075-5f40-a730-7d45a17a6027"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"be1edd28-33d2-56f1-93a4-3d6a67cf73f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008599"}],"individual":{"reference":"Patient/46c78b29-221d-596c-a118-230195176aca"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c10594ee-e32d-52e8-a272-e2694d0f7c9e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008601"}],"individual":{"reference":"Patient/8ddd26ab-ee6c-5599-858b-8f3780248e0b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f32132e2-599f-5279-8158-d0465935bd94","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008602"}],"individual":{"reference":"Patient/8189f1ed-edd5-5edb-b192-8779c34941e3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"628c8316-c793-54a8-8dfb-709275fa1436","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008605"}],"individual":{"reference":"Patient/11a19463-7add-5baf-a422-ef894c881b77"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"08fb3a0a-39ed-5e1c-8578-46e7acdf2801","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008607"}],"individual":{"reference":"Patient/7195356e-2c26-55d8-88e2-46eaf824d798"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8a06f68b-23a8-5413-99e3-fd159c980d3a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008608"}],"individual":{"reference":"Patient/b604e83c-7946-5341-8168-c2595ff6a677"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c33f996a-4d85-5a95-b178-a5c0bbbe02c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008611"}],"individual":{"reference":"Patient/24d4171e-0cb0-53f4-a9e4-06b977f17705"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3c5881a1-fac7-5763-8af6-7f8ebdd97d2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008613"}],"individual":{"reference":"Patient/96118aa6-7d5b-54a3-b3bf-85e8751514b0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"41e79038-ea32-503b-9c53-848704315fad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008614"}],"individual":{"reference":"Patient/5b9a1050-6f72-5b9d-9c4d-8339d27e2443"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e3852e79-36c1-5da3-84f4-e067df0879eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008616"}],"individual":{"reference":"Patient/23c085b7-3387-58bc-9a82-18c5d2b7a690"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"282e2b8e-a015-55de-8eca-1ed558ecda51","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008617"}],"individual":{"reference":"Patient/4b1c1f12-8134-54ff-8dba-a2cd5e6560cc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e4c2e1c1-e642-59cd-adb6-cbf35c362b86","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008619"}],"individual":{"reference":"Patient/cec81b36-f4f7-5879-8362-58ea25e3717c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4b79e471-9152-5869-b5f0-159ff1b9a02f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008620"}],"individual":{"reference":"Patient/6bd428d3-51e4-5d90-8eba-e87798534c49"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b1794770-4c71-5046-aed9-1f49a5b66528","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008622"}],"individual":{"reference":"Patient/f9e8d084-14ac-55e9-8c52-86b5bd910529"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b5485f20-607e-596c-9d97-b7b6d1953539","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008623"}],"individual":{"reference":"Patient/5d2c3c20-d705-5aa3-b67b-328fa1710c15"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a6c5b2fd-42d4-5385-9f41-e031c814dfa4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008625"}],"individual":{"reference":"Patient/11ce8791-fc83-5b85-882b-e0ce3983c82d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7ea55de2-4adb-565a-9dae-4bdce9aa0b52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008626"}],"individual":{"reference":"Patient/0ef0f34c-150b-5539-9ab4-a2d10782410b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5eee6393-ff90-5283-ab01-09c01a3b8bd1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008628"}],"individual":{"reference":"Patient/c65501c9-ca14-586b-a546-5789e4693764"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"18dc88b3-c00e-5781-8647-9b754a6ccb8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008632"}],"individual":{"reference":"Patient/e75b099e-9bf3-5140-bf82-438e3bb05622"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aa4854b3-e7ca-5ea8-815e-48097e85785e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008634"}],"individual":{"reference":"Patient/18d958e9-e31b-5c0c-80d3-6f0c870ed6b1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c0ca9170-34a7-55ff-a36d-4ea864d29250","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008635"}],"individual":{"reference":"Patient/780adfee-f28e-5ccc-9d3f-c5b4ea5ec285"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4811ae89-dec9-519a-a367-e7db838553e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008637"}],"individual":{"reference":"Patient/360d1a3c-7226-5490-a86c-f022e5091e68"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"01b4c0cd-ecab-5c1f-8712-cb96ff9963a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008638"}],"individual":{"reference":"Patient/2a58a6ab-1e7d-5195-b647-25c25dacde2f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"51494abd-f2cc-5dda-a0c2-c335263ee8ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008640"}],"individual":{"reference":"Patient/88d773fc-82c1-5ca6-9eea-1e8bd1e862d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"14793986-4b37-5e55-88f1-df7b65ef59ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008641"}],"individual":{"reference":"Patient/23cb50d2-7a8f-5eac-bbfa-7c36a090828e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a43d3445-9130-5ab1-9f3d-901b7909cae0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008643"}],"individual":{"reference":"Patient/66e5d2ce-5edf-59a7-9763-f267dbd815ce"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c9927e6c-bfac-5af4-b002-e3983876077e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008644"}],"individual":{"reference":"Patient/62b85d73-1e41-569f-b978-4433a2840988"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"48a862dc-efd0-5d68-a7cc-59ac6538c68c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008646"}],"individual":{"reference":"Patient/0cbeb49d-0530-55ed-a937-65d13ebe9034"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8c10d1c8-6874-54cc-a05c-11691a1ae9b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008647"}],"individual":{"reference":"Patient/4209e1a6-6131-59d9-bdf8-26912e608ab9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"26650184-03cb-53ef-bcad-afae61c0ce7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008649"}],"individual":{"reference":"Patient/a6ff0fda-76b8-5b23-814c-4504397179e6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d8237f6b-0218-5bac-b355-7db1a9018c24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008650"}],"individual":{"reference":"Patient/416182f8-f936-54db-acea-c0aa0b089693"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f6faa14d-8b97-5e04-b892-3abc15a0328b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008652"}],"individual":{"reference":"Patient/d76a9192-8b78-587d-bd8b-fd7bbc8be47e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"28f764a7-cb6c-59f0-a98e-3a79023cab86","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008653"}],"individual":{"reference":"Patient/80a915b3-2577-59f5-9a0e-d5d9378407b2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eb9525db-bf41-5f80-83f2-16513f941662","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008655"}],"individual":{"reference":"Patient/d6607d96-a6ae-544f-ae8a-d73be6cf93e6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a3c30c8a-2983-5d8c-b7ea-5a2e5820acb2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008656"}],"individual":{"reference":"Patient/e284ec61-c605-51b4-9217-0cf7b80b9daa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f976236d-6d75-5b88-91d5-2ec476bc163d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008658"}],"individual":{"reference":"Patient/110dac5e-839d-5b06-a0c6-5abccaf5e3e1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"64faf4d2-e628-5bea-85c1-07da186b78e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008659"}],"individual":{"reference":"Patient/01827160-5853-52f4-9161-9e903b8a62bd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"49744f79-58b5-5b27-a4df-627009d71aac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008664"}],"individual":{"reference":"Patient/54714411-f02a-51aa-899e-6fb16d0abfdb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bf529086-5f88-51fa-a8dd-3c22887c1162","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008665"}],"individual":{"reference":"Patient/2a14344f-6746-5d89-a146-a5ebe7d8317e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4d167a13-82a6-5612-aa79-0179f3bee812","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008667"}],"individual":{"reference":"Patient/a88388a1-605b-5344-98e2-5aa706930185"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5fe4803f-6105-59eb-8601-5993ecbe9e17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008668"}],"individual":{"reference":"Patient/2a5cb961-c63f-5003-9f63-724d660a594a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ce5bf01d-5315-598f-8310-1dbdacc8caa9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008670"}],"individual":{"reference":"Patient/eda512cf-5341-56f8-932e-cdbf822b539b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"342286f1-0a40-51fa-8716-1fab876d2348","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008671"}],"individual":{"reference":"Patient/38e53f34-b20e-5a9c-a7f0-d133ea07df60"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"13e97449-9621-5974-917b-55e70bf5e594","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008673"}],"individual":{"reference":"Patient/d86186e7-340b-542d-bb7f-ec0d2c80882f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d7dba3c4-4070-5018-9cab-ba44598f9099","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008674"}],"individual":{"reference":"Patient/e9cafcef-6254-5603-a622-0f4602b5bdc7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e0335461-388c-52db-94ed-3e392630ae4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008676"}],"individual":{"reference":"Patient/977987ed-8359-543e-ba57-dd834956a677"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"865d9e84-5eb6-5441-996c-3cc53d180ce1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008677"}],"individual":{"reference":"Patient/73e8b308-ab55-57f3-8679-4867ca04f7f5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a8530da6-6816-56f8-8cb3-bbc6548e9be6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008679"}],"individual":{"reference":"Patient/ac0b92b5-afe3-58d0-b5db-eaea9630244f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7814caae-33dc-5b2f-85d6-c3888fa2a988","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008680"}],"individual":{"reference":"Patient/c2be55f1-30bd-5013-8e72-e67f04ea7829"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b5d2a465-c70e-5848-9e57-d8a97f62395f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008682"}],"individual":{"reference":"Patient/3e2ae326-9312-57f5-aabe-1ae58d82b591"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f769db30-c992-51ac-ad27-a1030a445e3d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008683"}],"individual":{"reference":"Patient/6bd782c5-3518-5462-9093-e8f5b1b0e51c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9a68ee0f-0e12-50a1-a739-733f8eb13de9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008685"}],"individual":{"reference":"Patient/eba0ce52-4a74-575f-8ac2-db511abd78ab"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0f2489bf-9e3b-58a5-a362-e16343f2f834","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008686"}],"individual":{"reference":"Patient/da9c9795-74fe-544a-8cb0-15d695719bd1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ef39044e-3099-58fe-a64e-aee4644a53a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008688"}],"individual":{"reference":"Patient/ecb0040f-f106-576e-9768-130106d82af1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"95aa9c32-8d54-5be9-9d4d-dc4dd58daa25","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008689"}],"individual":{"reference":"Patient/2a76b95e-92f1-5e39-92ae-84ddd987bcf6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5c52efd1-a4bf-5a0f-b25e-16be4ff73dbd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008691"}],"individual":{"reference":"Patient/1c3ee990-4830-5b47-a774-fa0e38c0ff10"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0d909518-fee1-5fb4-ab30-bec305a8d227","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008692"}],"individual":{"reference":"Patient/2d21a93c-825b-5882-afee-ee74108ba67a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"06272dd0-ad6c-5d71-b050-6c01f2692a07","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008694"}],"individual":{"reference":"Patient/919d7525-9052-5a00-ad65-02c78a0cc67e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8df7d865-0857-50f8-8365-4537bd7da695","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008695"}],"individual":{"reference":"Patient/b5d96410-bd1a-5bdd-86c0-008d8fc9a4e6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"102d14d0-b5d0-543f-b249-308e84e931f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008697"}],"individual":{"reference":"Patient/86c03177-98bc-5d43-9f44-e4849d1b352a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ef4c2a0a-8602-5e74-9fb1-7b6610d5532a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008700"}],"individual":{"reference":"Patient/6ffbbe55-496a-5a56-a280-49f9cc065e14"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"13ae4d02-869c-513c-8e13-30d636041489","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008701"}],"individual":{"reference":"Patient/e4157028-2233-5685-8221-37fd7dbf7c9a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cb2bc21d-094f-5a91-a861-1ae23fd5d1a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008703"}],"individual":{"reference":"Patient/5b2a9663-bab7-5b9b-ad43-661533eb2f7c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"49f642df-1834-5a5c-85a6-acffe818b9c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008704"}],"individual":{"reference":"Patient/a735a46f-a2fa-5bc2-885d-b5757374bba6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a7d7e32d-8b7c-55de-b972-3eb2e58ec241","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008706"}],"individual":{"reference":"Patient/35b44e7a-8f9c-5678-92da-bb87beacc470"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"29645f01-2fc1-5352-9dc4-16ef8022c118","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008707"}],"individual":{"reference":"Patient/c7fc301c-955d-58e4-8280-dea6942b5f05"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b386ae9c-c9a2-576d-ad2d-1ac9bfd00c04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008709"}],"individual":{"reference":"Patient/4844bd1b-9fce-5f0d-9e3a-5e9be1b97925"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c33ea520-09bf-5320-86d2-c5ff2a077109","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008710"}],"individual":{"reference":"Patient/4c34ccc9-d821-560c-9eb5-183cbc35364a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2674e7d1-226d-5590-bba2-30d3fb0998cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008712"}],"individual":{"reference":"Patient/4d404638-467b-537f-95d1-230e3078890b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e9686859-292a-598b-800a-280fa676f756","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008713"}],"individual":{"reference":"Patient/6aa8e67b-ae16-54c1-9f0a-122ccd08a952"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"95b63e22-b06b-588b-9efd-6ab39e41ca4b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008715"}],"individual":{"reference":"Patient/37300490-51f0-5135-b6e0-29b1a94f755c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a028da98-78cc-5c15-95b5-9842af85a284","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008716"}],"individual":{"reference":"Patient/f5681e0b-5340-574a-9ceb-c3a5c1240176"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ecd77cf6-a90f-53f4-ac23-f4b8a6783bac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008718"}],"individual":{"reference":"Patient/0b5fe5bd-e094-5edf-9e61-20368888c515"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ce56f33d-9d50-5b17-a4dc-d4da0c694c4e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008719"}],"individual":{"reference":"Patient/835167ec-1bbe-515e-9e7f-16715e7e23ee"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"69288786-a76c-5d9f-8e06-ccc1af610c0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008721"}],"individual":{"reference":"Patient/df8fa12d-2570-54d7-b6b0-f4f86add8190"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"830e6b8a-5163-57b7-babd-8c773eb0a891","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008722"}],"individual":{"reference":"Patient/140ae5d5-ec18-5f36-9bed-c37c19ffdab5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e11b43df-12f2-51df-b4f1-887098c3e215","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008724"}],"individual":{"reference":"Patient/23464961-c9d2-5131-8bab-7f83f9c3c7f0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4f6a8f39-3dfa-57ec-9ec9-1863461bb78c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008725"}],"individual":{"reference":"Patient/04bce267-cbe8-58b6-b9a9-11baef0d24e6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9a0d029c-ac89-5b64-9aa8-14b8e39af877","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008727"}],"individual":{"reference":"Patient/c1e5eb0e-63d1-5992-8fd0-4a1399416d04"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"67b0ebd6-4645-5d62-9bba-67c85fe051ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008728"}],"individual":{"reference":"Patient/4ef99d3e-a77f-584e-8d36-aae73b1efd81"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"af9877bf-1bf9-5cdb-a9e1-108ba4ad23c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008730"}],"individual":{"reference":"Patient/2b248f73-6668-50eb-a70b-7101a389fc8d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cebaf06c-72b9-57cc-9bf8-fae923436444","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008731"}],"individual":{"reference":"Patient/cc22d171-ac01-5b2e-9898-d82f4fcdc665"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0d30c526-a34b-52be-8b25-220e1eba25fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008733"}],"individual":{"reference":"Patient/dd786566-f411-56ab-a19a-494a7a265dda"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9ff2a10c-1b31-59a7-9c43-3298a8b8f13a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008736"}],"individual":{"reference":"Patient/6884d053-1fa5-58cd-b96c-c0f299d41a87"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0789d8da-59fa-5ddc-aa68-9451a00517f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008737"}],"individual":{"reference":"Patient/3f1ba82a-d2ee-5fe7-a833-2f62a7508f1d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c5feb574-0652-598d-96fa-8c7b33be2c4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008739"}],"individual":{"reference":"Patient/9cbfbdc7-3f04-5359-8116-cfa96793c0d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c6f5dddd-bcdb-5ed0-bc0e-248e91662a2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008740"}],"individual":{"reference":"Patient/d147514e-fdc6-558b-8e22-a64a6b2ac3bf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9f3d07aa-2b15-5c51-9e47-b9db7d13d1f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008743"}],"individual":{"reference":"Patient/1af473fb-2d3d-5d62-aba9-b8e96cd84c08"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c3719b10-423c-515c-b9d3-5a1612864c03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008745"}],"individual":{"reference":"Patient/4bb23239-5b25-5e22-88fd-33a5d07a4046"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8ec18277-d0fd-5506-8b7c-55ddf77347b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008746"}],"individual":{"reference":"Patient/5e636a8d-87a0-57b9-b643-43a41cfa8109"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"462dceee-7692-57df-841f-5b5bc5ab9b49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008748"}],"individual":{"reference":"Patient/4e705a18-73a1-588a-9d0e-6e872cc67341"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"86e38896-53d4-5464-babf-a8e14f19f546","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008749"}],"individual":{"reference":"Patient/baa27b83-bf39-5008-9532-f4d142865fc9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b6320816-4278-5e41-aa63-dceae032cb7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008751"}],"individual":{"reference":"Patient/30f78021-c4f9-5744-b337-d0e97624e10a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f58bb5b9-536c-5581-9708-eaad14bcfeab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008752"}],"individual":{"reference":"Patient/59153380-fa64-5607-82a0-b579094f787e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1409d2a7-ad1c-5d2e-bcec-83ee7402e764","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008754"}],"individual":{"reference":"Patient/7fc15341-d582-5c86-b918-cda7e2542027"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"86ad2231-9243-564b-ae73-5358246857af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008755"}],"individual":{"reference":"Patient/f2d2527a-3975-5b8e-adbf-051d4a905c69"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6d3d0bc7-b285-5354-8a08-238ce4a4dbda","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008756"}],"individual":{"reference":"Patient/075cda46-9db6-5019-a526-f39505973642"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d2cb7b09-4b8b-5871-b37c-a1f3c400bcdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008758"}],"individual":{"reference":"Patient/ef8eb7ee-06bc-537e-8f38-407fc5776d55"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"46142e33-8438-5ca4-a200-a7801872e804","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008759"}],"individual":{"reference":"Patient/51180823-03c1-5f6c-99da-6748d91aed78"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4ad759f6-5e3e-5a71-9975-f90cc7826192","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008761"}],"individual":{"reference":"Patient/1816ab57-cc58-5b51-a0a7-5aa4ed3d24c4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"605b9f28-7951-5abf-9e62-c273c1ec8687","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008762"}],"individual":{"reference":"Patient/e7baffd7-68c0-56f9-91bd-36e4aaf4ffef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4652bf14-9a7c-5508-9be5-37ac817d1943","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008764"}],"individual":{"reference":"Patient/1f24e703-3407-50c6-aa8e-d761d69c6d82"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8a471891-3990-5bbd-a010-c45ee14dfcad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008765"}],"individual":{"reference":"Patient/6f2ad48b-bdea-5c68-8e6e-b285bf80ea62"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c1ef629f-42c5-5125-bcfc-76741cd1fbad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008767"}],"individual":{"reference":"Patient/0c31ff70-72e6-5d53-b239-50e31c839f7b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4cc56872-d810-5214-977e-d8c037d1b2aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008768"}],"individual":{"reference":"Patient/5d8ed576-c979-5218-958a-7f0f98e95772"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1ff80b9b-c054-5485-a74d-cdc9d4e09e27","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008784"}],"individual":{"reference":"Patient/ba9ef38a-f073-538a-981a-534fc1db972a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"28760332-4a74-5526-b1d1-3c0d386d326f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008786"}],"individual":{"reference":"Patient/ea63e32b-9a0a-5690-9b35-56cb7a598ca8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5675a8a7-fa64-5f1d-b319-565845043810","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008790"}],"individual":{"reference":"Patient/bb034de6-7983-56dd-9aff-47424b463edd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6c8d8b55-13a9-59b1-b9dd-bee3d5ae3403","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008791"}],"individual":{"reference":"Patient/fa995f5b-2269-5b2d-b5a0-0416f57242f8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"df3cb92b-723f-5873-8a60-602fa0e761dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008792"}],"individual":{"reference":"Patient/30c0eb15-c62a-54c5-978e-c85966e54aea"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b380a0f5-8b72-51ce-ab72-dd1d3bcd8678","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008793"}],"individual":{"reference":"Patient/8cbed54c-ad60-52d3-9356-cf7fb4cab6af"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3d35aa05-2655-5ca1-a460-bf64fa797b4f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008795"}],"individual":{"reference":"Patient/7591076c-dc9a-559f-b6c7-cea9bc3c6cf7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2be4e5dc-38d5-5cd2-bc85-4ccd32966686","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS008986"}],"individual":{"reference":"Patient/09fd5794-12ea-5cc1-84e4-7c49931cc354"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"23d0823d-96d9-52a5-a422-5d43fcc85679","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010719"}],"individual":{"reference":"Patient/77c6d71e-ecdb-54dc-9b20-23aab1e5f224"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"524602cb-0e23-5329-bb5c-8f4f9f7c9d29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010720"}],"individual":{"reference":"Patient/cfc86d76-27b8-51b2-a28b-4958b9809b39"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"63cf8ccd-9b59-53c9-b3f4-fbea50feaeed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010722"}],"individual":{"reference":"Patient/f88b1ba7-3557-56bf-a66e-5b7627707ebc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b1669ce9-e8fb-5a29-859f-b15f1ffbb2a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010723"}],"individual":{"reference":"Patient/5679a62f-4dc0-5032-b4a6-e91bf225841b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4f579e1f-aea8-5a04-9e5e-ffef73ad2421","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010724"}],"individual":{"reference":"Patient/f29b1a2e-c3f0-58e3-9f39-d51e5ecdc7c3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8c924def-5c56-553d-8cc2-dc569cae006c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010725"}],"individual":{"reference":"Patient/0899051c-2fed-5c0b-a86e-0b16be5fc47f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e48d3939-df74-53ef-94a0-5fbc65efb881","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010726"}],"individual":{"reference":"Patient/790aae73-61e3-5733-a0b4-f69ba7af311a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"33e91f07-951a-5198-96ce-a6bb4118b36b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010727"}],"individual":{"reference":"Patient/fe7b952f-565b-5f15-8cc0-4c18a79443ca"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0a94aa0f-1374-5761-910e-e602afddb0ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010728"}],"individual":{"reference":"Patient/9600a564-c495-59c9-8601-9c4fac1dc1b6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6da30c7d-1176-56e7-a45f-3f7b90fdf6c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010729"}],"individual":{"reference":"Patient/8b93dcde-d36f-515d-ae9b-cc419e4a407e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9aae82a1-be6b-5e5c-8fd9-2d03d995708d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010730"}],"individual":{"reference":"Patient/567a89e7-1a84-5690-86aa-42e5867647ee"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"608c4a63-2635-5512-a931-ad25832e762b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010731"}],"individual":{"reference":"Patient/64e66549-759f-59dd-a5d1-32f81cf19a26"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"70827bf9-0cfd-520e-bbdb-e52266661219","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010732"}],"individual":{"reference":"Patient/de29609f-fca4-5621-80d2-8909392aadf1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"57ef63be-ecbd-5514-abda-e7a7a721ca84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010733"}],"individual":{"reference":"Patient/8fd73ebe-a360-5500-ac66-9be350f106ef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bea981ce-f8d1-50d3-ad75-60b58899abea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010734"}],"individual":{"reference":"Patient/26bff4b3-ec40-5ab9-b158-b8d9a2dca4e9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d2981822-b6ce-53d4-acd1-780c6b9f25c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010735"}],"individual":{"reference":"Patient/9e51cb6f-4501-579e-9768-8a6030a36060"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2226efbe-c22a-5476-a317-1ff238a82e54","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010736"}],"individual":{"reference":"Patient/91c38653-821f-59c1-99f9-0432d1b29873"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9c167579-e7f2-5ac0-81ce-69e19b5569cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010737"}],"individual":{"reference":"Patient/23052124-b7c9-5ec9-8584-8905a6301cd5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"017bbf2c-5684-5ce1-8ea2-25f0bd2b7410","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010738"}],"individual":{"reference":"Patient/60dc9d35-ee76-589c-92c3-faedafb87425"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0fe5ff51-f689-5b56-90e7-7282654534cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010739"}],"individual":{"reference":"Patient/354b4f39-cef1-540d-99ec-852a2b55e564"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9a320923-2f22-5e5e-835c-a3cbd01e9f0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010740"}],"individual":{"reference":"Patient/45d925a4-0f28-5d46-a6eb-599043198450"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9eaaece0-ebde-51ef-b00b-f8705e1cec8b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010741"}],"individual":{"reference":"Patient/f95c5f4f-8e33-5e78-9a35-11f5213ab4d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d3144d68-b9a6-56c8-91d2-86c57ace1613","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010742"}],"individual":{"reference":"Patient/71533c14-4765-5dc0-9664-2eefccda205d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"85389f36-8ff3-5b13-bda9-e1226b754307","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010743"}],"individual":{"reference":"Patient/63ea20e5-d12e-5b3c-acfe-3eb342a7f386"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0357bc34-f08a-5cbf-9086-60aef6bf06f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010744"}],"individual":{"reference":"Patient/530a3fd1-cb8c-5e1b-910c-84f7b93ec5a1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3d70a1c2-d25c-5d81-9208-6c1d30b45177","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010745"}],"individual":{"reference":"Patient/71bb8ef6-648f-5b3e-a4a9-413428cf3a40"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eee0ae0f-0734-502c-81f6-1e710e83a67e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010747"}],"individual":{"reference":"Patient/7f740e77-1113-51ee-b7be-6aad81d7fd32"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"03e95faa-4e32-5d8c-8c93-e9d75540a0cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010748"}],"individual":{"reference":"Patient/05f84386-947d-5add-9747-71fdf4cd101d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6918dad4-050d-57c2-aacd-67850f0b3f66","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010750"}],"individual":{"reference":"Patient/9d205363-4a8e-5323-b114-a77ab4846045"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f849199d-2dfb-5373-8062-fffbfc1842f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010751"}],"individual":{"reference":"Patient/a4a74ba4-2b77-5917-b6bf-1186f69acad7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9a6249c7-65a4-5884-aca3-3fa5f4c51406","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010753"}],"individual":{"reference":"Patient/0953b48c-a9d5-5d36-b2ee-0d48d9a0be25"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"64de7258-9ff6-55d5-8892-48383ac87c17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010754"}],"individual":{"reference":"Patient/c4b43491-2a53-561f-9196-4e3b026418cb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b98e3ce8-e9ae-509a-ac7f-f83640a402a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010756"}],"individual":{"reference":"Patient/5849bbb7-c914-583f-95d6-337437d84bab"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fb12c69c-8548-5991-a981-69524cd3fe54","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010757"}],"individual":{"reference":"Patient/c4d11d03-d55f-5cb3-bd1d-ccfe26458d20"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"45a6cd15-b9d5-5db9-b0d5-7fc6e8b5d92d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010759"}],"individual":{"reference":"Patient/041d665e-8278-5ca6-b14c-7c7e9c3a7712"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7be18578-d855-5f8a-88a6-debfb474c5d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010760"}],"individual":{"reference":"Patient/93e6dac6-e034-5b8d-8674-42ffe626f7b2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8b075ed2-48ea-5c2d-9d44-90ab9820188c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010761"}],"individual":{"reference":"Patient/66626522-ac5b-5a19-8730-a2ea6bf1fba2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c5b4efba-9efd-5e03-990c-4cd26c5fc1ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010763"}],"individual":{"reference":"Patient/601ca1b3-c2ce-5a0e-8bd3-629fda6e74ee"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9725a26c-81ff-5742-b23e-8365908505a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010764"}],"individual":{"reference":"Patient/9b2dc246-bb80-5c4f-92a0-e64b492212c2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7bd3d1b2-e0f4-5257-8999-751c08131812","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010766"}],"individual":{"reference":"Patient/59f41194-f12b-5aa9-a0db-38fa4d70c3ad"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"07d7859e-62c7-5cbf-b621-2152a016e42e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010767"}],"individual":{"reference":"Patient/2cad0ceb-db4b-5282-9e3a-934dbf454216"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"491c1469-9e96-5198-8d72-bc0461b6c137","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010770"}],"individual":{"reference":"Patient/ddcf714c-fb66-5dc6-8534-e8b8ab996353"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"607dea6d-d1bf-57a2-a6ea-7576ef67415a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010771"}],"individual":{"reference":"Patient/92168aba-22ce-5d14-9092-3a2b2a0cc027"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"78c03eec-4cc3-5790-9f8f-fad2f8cbe660","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010773"}],"individual":{"reference":"Patient/c3ca345b-0108-53a6-82b4-1eb7e284cfc3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"32699324-2e9a-5cde-a52d-f7bd995c9216","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010774"}],"individual":{"reference":"Patient/3651a3ce-372d-517a-908a-70658bf1bfad"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"76cf41c7-121b-5142-927e-61076f0c13a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010776"}],"individual":{"reference":"Patient/94ca96d8-d088-577f-ac44-1f91f00c66a5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cee0f75f-7dea-55fd-a1a5-98cac66d553e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010777"}],"individual":{"reference":"Patient/aed611c3-e238-5c7f-9a11-2736bd69b5ea"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"51d7928a-eb2f-5125-92db-44a87285d297","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010779"}],"individual":{"reference":"Patient/e9a67235-0814-5850-9827-2daecbecdffe"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"af97550d-86b0-5a0b-a42f-18766cc77bd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010780"}],"individual":{"reference":"Patient/2d3f3f0a-dce1-516a-bd31-d5b5ada403cb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b268a33a-6f4c-5da4-88f5-15c7cae813ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010781"}],"individual":{"reference":"Patient/2c4e9e0f-2b05-5c88-b0f0-8f2a31eb2d73"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a9d81396-d7a2-50a5-a1b8-6d717427c995","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010782"}],"individual":{"reference":"Patient/75628cf8-ef74-552c-b44e-4e01404db96f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"855b7835-eebf-5263-92b1-02aa296a17ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010784"}],"individual":{"reference":"Patient/843fbe2e-2f84-53d5-99f1-96e175fba62f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e6c03c73-87b4-57ff-9a6d-5cf04ca1741f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010785"}],"individual":{"reference":"Patient/b4ced3c5-1d14-5bd4-a4e2-cfd4d989d134"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d665f4d2-b800-575f-a77a-131092348b4b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010787"}],"individual":{"reference":"Patient/2419305c-c5f6-55dd-a3cc-797de2516c35"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d5033e5a-0836-509f-aa9f-31328ac4fde7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010788"}],"individual":{"reference":"Patient/37f763d7-0448-55c7-a9d1-28adcacc655a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f3b1b05d-96b8-533f-bba0-3de7f637f904","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010790"}],"individual":{"reference":"Patient/cef50bdc-f4cf-5015-9fa7-2dd8e87a3eb1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d4da25b8-cc2b-5eb8-af2c-97e5640b46ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010791"}],"individual":{"reference":"Patient/b7ebc2d0-c1ba-54ba-aa05-cccab3bb3e6a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1927a6d1-fbb2-5998-be8b-01b32ab52c1b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010793"}],"individual":{"reference":"Patient/afbd362e-341e-576b-8bb3-c7a065e7f2f0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e8239078-6ad9-515b-9e16-2bfd3b7d6d21","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010794"}],"individual":{"reference":"Patient/f41ac33d-f20c-5599-8fe7-15645b275ddf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c8a8f862-7561-558d-887f-fd1477315970","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010796"}],"individual":{"reference":"Patient/8e346c20-0803-5f06-89ea-ac430b2989d0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"23883281-73a7-5299-b3ca-277736bab1fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010797"}],"individual":{"reference":"Patient/7c938b78-c3a2-57a2-bf02-d0481c3ac6f5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bf3498e0-a357-5786-bc9d-5b15f8445b0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010799"}],"individual":{"reference":"Patient/ab598c54-1707-525b-9c47-53a02d368dd0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"18c71848-1818-527f-a706-ee5bfd4d0ef6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010800"}],"individual":{"reference":"Patient/c13e3a9d-e261-5d2f-a657-5f04e86a56d0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"faca1f60-2ae0-5b74-98e2-121e0861427b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010802"}],"individual":{"reference":"Patient/90fec841-a3f2-5855-abb8-52125dcea875"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5115cc9b-b7e5-5163-be10-228ef97477b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010803"}],"individual":{"reference":"Patient/7a3878b5-c33b-5115-b446-fede4402b55f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c072f2c2-0e9f-5756-a900-c63ab87cae8a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010805"}],"individual":{"reference":"Patient/95c44f8b-276b-5b51-ab44-62e79bd88e3f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b26d6a2a-fddd-5234-9474-a437d5f8fe74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010806"}],"individual":{"reference":"Patient/1f80f705-e4a4-582b-943f-0d443579f004"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8c671b2d-43d8-5682-9538-41de4b1e41aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010808"}],"individual":{"reference":"Patient/431173aa-b7d8-5112-91aa-14f64407192e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cbf83e9c-59a1-5bbc-9d1e-86505b7a9aa8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010809"}],"individual":{"reference":"Patient/4592072f-f53b-596c-8d6b-9899609c3756"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8074103b-841b-5544-8416-1670f102e14d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010814"}],"individual":{"reference":"Patient/ac61fd7a-1662-54a7-89b1-5fb490f77874"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"973e408d-c3c5-539c-85ef-98c794e43d53","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010815"}],"individual":{"reference":"Patient/2f0f25bb-95ca-571b-be96-276039cdf79e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fd9c1592-6178-53f8-9797-42a197f25469","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010817"}],"individual":{"reference":"Patient/3e2cf521-b214-573e-a1a7-847aae7bcbc2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6d967041-e913-5fd8-ad05-3f8ee75bedf4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010818"}],"individual":{"reference":"Patient/75036af4-b0c7-5657-828b-00c1c90176da"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dd5f4d0f-5d33-5e77-8b2a-1d5717e777f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010820"}],"individual":{"reference":"Patient/39fe88bb-0b04-575f-a483-431e1b4bf3f6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1f38ea10-4741-50d4-9b63-fba9382064dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010821"}],"individual":{"reference":"Patient/41f7ab36-1309-5936-a0ae-31771d672888"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3a9bd48c-a34e-5c59-b2d2-671e61ee64fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010823"}],"individual":{"reference":"Patient/17e8cbaf-03ae-5ba2-938c-b5a75834a4d4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9b5e8e2c-fbdc-512c-ac62-442d0551a401","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010824"}],"individual":{"reference":"Patient/cf60f329-6708-54cb-b96d-b6ab887e3829"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a5bd0060-6cf1-591a-a203-a994d1e461c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010826"}],"individual":{"reference":"Patient/1f4f43b9-2a96-54da-b264-a103a66a90ed"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"adc6090d-f642-580b-aca9-64660f20f10a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010827"}],"individual":{"reference":"Patient/5da38b64-cb81-57c0-9e84-fbdd6c434bf6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"94b3617c-aea9-5721-bd01-3c2ee2d5c9f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010829"}],"individual":{"reference":"Patient/c26261ec-e9b0-52ff-9ad7-c8c32c866aa3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7ac2b1bc-ec02-5f18-9543-1ced51f16af3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010830"}],"individual":{"reference":"Patient/07478407-fe38-50e8-ad96-3820e3bb707b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"87d6d8c2-386e-5504-8f14-4a13b553443e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010832"}],"individual":{"reference":"Patient/7905e58d-8445-550e-b645-297dea0fcaf9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0ca4afcc-4293-5126-a18a-e27c9a4ef9ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010833"}],"individual":{"reference":"Patient/a005d789-b9cc-5815-9a29-bda99cf9ba24"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fa7de050-0c28-5805-962f-c0d16e892ac6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010835"}],"individual":{"reference":"Patient/be5eafb2-bcec-56f4-91c0-7c151fa1731a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1a089cc5-979e-5e62-bde7-a8069d41edd2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010836"}],"individual":{"reference":"Patient/96d18ed9-3699-511d-bf49-5e84030445ec"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6786db08-b20d-5021-8a3d-a71fc323558c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010838"}],"individual":{"reference":"Patient/d3bd042b-bdcb-59d4-96ef-c24a71cc8a43"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e623ea53-a2c3-5f4e-a6f4-1768346c4626","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010839"}],"individual":{"reference":"Patient/8f233362-06ce-546a-bdaa-691f960dc2d3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"534de5b6-1274-5ce8-b1c5-2f0119929272","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010841"}],"individual":{"reference":"Patient/a4f162cd-ef7a-5d64-b3d6-3132874661d4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f3b43e32-bc01-5b4c-87b6-054be5f2a34b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010842"}],"individual":{"reference":"Patient/b00853d8-d198-513c-bfc2-4e6c997e5080"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7b56fee8-9d91-5764-9065-aeeb8553026d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010844"}],"individual":{"reference":"Patient/eade3cc6-afde-5e32-a66c-00589fbea6b6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0e2fd53b-2773-5040-8e7b-33935ba79cd1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010845"}],"individual":{"reference":"Patient/f91e0439-37d0-52b3-af9f-4cc1844382ac"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fd6beea5-01e0-5e0f-be14-a682ebfb619d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010850"}],"individual":{"reference":"Patient/d66ef753-6221-55ff-aba1-81e53dbd865a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"01945fb4-5413-5dad-b0c4-c5c91ab613fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010851"}],"individual":{"reference":"Patient/b8b75d47-820e-52c0-87c3-b268ceef3bba"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"04b1104e-8f62-568c-b8ac-1472d7205e97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010854"}],"individual":{"reference":"Patient/a3d1504a-2ca8-57b4-a66c-cc6285c2bd81"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e0ad0c94-5e89-5aa0-b7bc-683cd89811df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010856"}],"individual":{"reference":"Patient/7a17f16e-2dcd-59f3-82b9-682396dd7ace"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8a09f1d9-3ee7-5346-9909-1e6e099c1a3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010871"}],"individual":{"reference":"Patient/43e2c860-3e83-5a5a-a3a1-bd6aa54f9754"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0a53053d-5df1-5b0d-a327-c74d9a2ed2b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010872"}],"individual":{"reference":"Patient/b34a21ec-2805-5d1c-bda6-11131281d2a8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bc52917c-9651-574c-a0c7-5eb6eeabc281","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010873"}],"individual":{"reference":"Patient/ba45225d-9b1a-5266-aa2d-6d281e8259cb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0de292fd-3811-53f4-8185-ceaae03c41a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010876"}],"individual":{"reference":"Patient/36004c9f-e5fe-5a54-92bd-04a7e300f659"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e0f244e3-9162-530c-bdb3-c31fad98d663","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010878"}],"individual":{"reference":"Patient/421f0d33-f383-522f-805b-05c1c13746bb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c0ee6ec1-d538-5306-af13-4fd77f1bbf81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010879"}],"individual":{"reference":"Patient/390dd651-16ad-5624-9752-169a59a982c8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7d54df2b-681c-5bf7-ba41-27b71aa7d116","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010881"}],"individual":{"reference":"Patient/b80c4b08-d1d6-5bbe-af0d-b75d3f72c6b1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"76a3ea82-7c64-5c22-8ead-b59b933369f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010882"}],"individual":{"reference":"Patient/35ea1fd0-fcec-5bee-9a52-760b9c71ed0b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aa53db58-6fbc-55d6-ab93-39fca091a846","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010884"}],"individual":{"reference":"Patient/5fc616a1-1355-5f25-80ce-79eb971bdcff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eca18ba0-3ee0-58b0-90eb-2880d4976e1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS010885"}],"individual":{"reference":"Patient/8ad224f0-17c5-500e-b55b-5128ae69d850"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d6f4c002-f251-5f49-a7e8-8d6e264ee249","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074262"}],"individual":{"reference":"Patient/b17899ec-7a32-5c69-ba57-f9532b477929"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7fdc844c-db3a-54a6-8ec6-96c46cdfaa33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074263"}],"individual":{"reference":"Patient/19b3021f-3eb4-5b80-b2bf-bf00b69ec05a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"32149d88-0836-562b-b093-2e100739b888","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074265"}],"individual":{"reference":"Patient/63ad4a6c-6a16-501e-8c91-d06bc01ce3af"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6c709e6d-b89e-5036-9593-4430db6d4050","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074266"}],"individual":{"reference":"Patient/dcfc8bf1-0f52-57f8-9797-e54274d814da"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"259074a1-179b-5074-a98e-ef6fd79c7a45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074268"}],"individual":{"reference":"Patient/8cedd1ac-6879-5b6d-9786-da8f82d51c7d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1d962739-e6e6-5e0b-874b-bc8c98ada1de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074269"}],"individual":{"reference":"Patient/27c14ad0-1113-5c14-a47d-81882a9e0ec2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"12c5719e-eeef-5e9a-a71b-7865e32da546","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074271"}],"individual":{"reference":"Patient/1b771e72-0fbf-5579-89e8-65688670635c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ed7a71de-908d-5e16-be98-1be4a8f88747","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074272"}],"individual":{"reference":"Patient/616cb9f0-c7de-54e3-8f90-c681e6f04a8a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9360ef87-214d-50c8-a976-6d03c4f6e9ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074274"}],"individual":{"reference":"Patient/5c5ca385-5f7b-5b68-9d7a-b94d489de24a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ea00903f-6615-5ffe-97b9-fa04308032b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074275"}],"individual":{"reference":"Patient/4ac3bb5e-fd4e-5acd-9765-af8bc589770e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"557a4bed-61d4-5eb6-9275-5af6ba2e4e3b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074277"}],"individual":{"reference":"Patient/8afdac77-1c1d-5b0c-9e48-0a05044f6140"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"12f64567-c5e6-5f7e-8a56-5ab877bceae7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074278"}],"individual":{"reference":"Patient/749f2f17-08ae-586b-bf36-5f3160a47917"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1a18f667-6e4d-5bec-8d54-22d386cdb082","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074280"}],"individual":{"reference":"Patient/242d8e6a-2022-564c-8c61-2b9977960283"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5f4d8344-cd5a-5c48-b2b0-33219c1c5cf3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074281"}],"individual":{"reference":"Patient/7b52f02b-3253-517d-8e24-8f53fdedbc7e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e293e6d7-d031-5309-9745-9a77baf4a600","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074283"}],"individual":{"reference":"Patient/0bbd8805-a567-5a49-b00a-d96fa99f994e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6c5d3e1b-7a77-551c-b990-3e49133e1083","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074284"}],"individual":{"reference":"Patient/f075713e-1c54-5a71-8836-768ddfcbecc9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f51334f2-ea2d-5842-ac53-87ff8b7e02bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074286"}],"individual":{"reference":"Patient/ff580d56-5a3e-55d9-8966-92229f7869a4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6d362612-12ff-5a6e-ad17-763116f50971","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074287"}],"individual":{"reference":"Patient/8247c674-2d43-5411-951b-d950484d0a9b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"47018bf3-21b7-5434-b56b-a889b042addd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074289"}],"individual":{"reference":"Patient/945c6bd8-cbc3-506f-8bb1-0cc9c7604a22"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ec4d8b55-5d8c-5c1e-9131-7d9d50d3dd51","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074290"}],"individual":{"reference":"Patient/24ed38ae-8c46-5020-8a00-412cf52b09c4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9769c3e1-9211-523b-9358-db54729721ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074292"}],"individual":{"reference":"Patient/ea19a1e4-c8e0-5c64-b93c-4f9f3cb06ce0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8fc032af-1e2e-5a48-9206-7ac3da13976b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074293"}],"individual":{"reference":"Patient/c50bc12d-b6ff-5376-a89e-589a17b291df"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"67ba25c8-d3d3-5179-bdc1-81f5d8fa476c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074295"}],"individual":{"reference":"Patient/74f9c40d-4fa6-5d21-b860-8d16694e3858"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6625b2d4-3fe7-506f-a5e2-d0810836ac21","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074296"}],"individual":{"reference":"Patient/4bebb1ff-dd11-5448-8ae0-c4468c66fb36"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"94a68843-b3c3-5e39-b4a8-da074a00185b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074298"}],"individual":{"reference":"Patient/e86ed4d2-792f-541b-bc06-27f5be29b470"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"68734cea-9b8e-54c3-b9df-bcaa881836b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074299"}],"individual":{"reference":"Patient/77ea4234-f062-5342-b94f-2aad78538011"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5be6ca41-ccec-5095-8d24-d4b65ecc1e78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074301"}],"individual":{"reference":"Patient/b7e205e7-6131-5e41-b5af-9a999e040741"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"04721517-6256-51cd-9ff1-f6f6c116251b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074302"}],"individual":{"reference":"Patient/177f3607-4707-5312-8512-8fddfd5c000a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a12cbe6d-8da1-535c-9fdf-88b3e72dd029","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074304"}],"individual":{"reference":"Patient/6e6c7a7b-20f9-5f35-8724-5d4f2b45393d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a7d85058-ddd4-5c27-a0a5-803438918234","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074305"}],"individual":{"reference":"Patient/5ae88bd3-15b7-51cb-803a-4848fc647b88"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7ecdbe95-fa47-548b-ab83-ce5eda7cfec4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074307"}],"individual":{"reference":"Patient/63b2a7d5-f653-5f2b-b7c8-c5919bfea0b8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aef7eda3-7690-5791-baff-fab8b3cf1993","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074308"}],"individual":{"reference":"Patient/24a3c95d-77ef-5370-a6e7-b5a1934239b4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f6a23ca7-bdde-5841-a0d2-4bc7fa7a87d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074310"}],"individual":{"reference":"Patient/52df81cb-c4ee-5459-ab1f-b0a483de145f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"91a64863-8b5c-5b3b-82b0-978a55d021a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074311"}],"individual":{"reference":"Patient/1361416b-798e-5a3c-b476-d3265e2f3496"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9895134c-29db-5f02-a851-2d78faf22fa5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074313"}],"individual":{"reference":"Patient/1077c3a9-3256-5326-87bb-09e8c57ae9cb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2154aea1-a00e-543d-ac15-3c657e1a74d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074314"}],"individual":{"reference":"Patient/37a89371-7584-57ff-9299-09c79cff849c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"61349245-5118-584f-b88b-4b4214fd8c37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074316"}],"individual":{"reference":"Patient/ea9bdd47-034f-5b63-a97e-cc4aa0502f7a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"79a2eade-52a4-55b6-89b9-24c0824ce001","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074317"}],"individual":{"reference":"Patient/601d0d4b-e0cc-50a2-af8d-a7e54587b5a3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d8990c52-5ae2-517f-853b-0cb42bb56636","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074319"}],"individual":{"reference":"Patient/56992d78-bdd9-575b-a267-f046f3a06668"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"38d45c6a-ee19-5072-a5f3-008f04df2f1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074320"}],"individual":{"reference":"Patient/c78ca117-0138-5371-b7eb-94121c009dd5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"591a293b-b2ba-5ab4-be12-54f9565d2f4b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074322"}],"individual":{"reference":"Patient/b8d6feee-1bbe-54fa-9616-e2300ba14257"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"07899a82-54e5-51ee-bddc-3c99b3f1cb64","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074323"}],"individual":{"reference":"Patient/7db34a4a-4249-5eb1-9aa0-f1c8ed98a459"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4b118d3c-7ddd-55bf-8795-09ac09cbe82d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074325"}],"individual":{"reference":"Patient/2c60641d-5c17-52ee-a5e0-34b65590d836"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5c3444ea-dca4-5622-b60a-51abfc182361","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074326"}],"individual":{"reference":"Patient/5dd35553-05f3-5ebc-b60a-cd7a37f65996"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fd293dc4-59aa-5304-8d6b-e57f26dbd93b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074328"}],"individual":{"reference":"Patient/d7412174-3573-5e8f-ace3-1d22c8ac16b5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8fc70995-8d88-5c53-890f-416e0ec8ac27","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074329"}],"individual":{"reference":"Patient/7ff2a81f-2944-597a-8abe-1c43252a1462"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0e179ec5-0e39-50dd-a7fe-a86e81c55d7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074331"}],"individual":{"reference":"Patient/4f509e11-a4a1-5865-8849-5baaecceed46"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"129fd09a-8fd3-57ec-9eb0-4a312ea90db9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074332"}],"individual":{"reference":"Patient/7d8b2e08-e38a-59db-83ac-75792ad2985f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"032cef15-9ff7-5c98-9638-43d970f1bd39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074334"}],"individual":{"reference":"Patient/fe2c335d-c048-587a-90f6-45bfe0ba3db1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cb82b3c7-6af8-5640-a4d2-0a340671cc8a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074335"}],"individual":{"reference":"Patient/87b8e242-048f-5cb7-8650-20b0450ca195"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"79634e40-c50d-5a55-84fb-0fd39ab88a66","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074337"}],"individual":{"reference":"Patient/0df129cf-d510-5b68-b1a1-2dc0ddb92915"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"277452cb-bc51-5d02-b501-deff54147170","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074338"}],"individual":{"reference":"Patient/17cb98e6-ba16-5ed2-8d61-f7745e2b661c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5a3bae8d-7cb0-5959-989f-9ac9c2473493","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074340"}],"individual":{"reference":"Patient/60d863a9-441f-5035-b914-25553348a6c2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f6b29cd3-e101-59b9-940a-9c14830c70d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074341"}],"individual":{"reference":"Patient/a5843a4c-2597-5f81-96e0-993f48434574"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e618f12b-454a-5146-9c40-7685c12f8d1e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074343"}],"individual":{"reference":"Patient/b3e8a5e5-b0b5-52fd-8f85-1833634b204f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"52c3cd52-9e8c-5635-9ce0-300f00c828e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074344"}],"individual":{"reference":"Patient/b369f988-102b-53c0-a1d7-277b4c80a059"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ab23c2c2-698a-5196-a072-166455c7c31d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074346"}],"individual":{"reference":"Patient/8419d071-c1c8-535d-b2b2-938e03a131ea"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ef2ea268-df13-5cee-91a4-7f0be2026d7c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074347"}],"individual":{"reference":"Patient/ea699917-e0c3-5b11-b8c9-1a0197578885"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"53aebb4b-729e-5f4b-b4dc-f7c03e0f556e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074356"}],"individual":{"reference":"Patient/24668532-4927-5198-bab0-08f1110a3b23"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"50081e01-e669-51d4-8f33-ff98f5979cb4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074357"}],"individual":{"reference":"Patient/6f599ea6-f2c8-5919-bcf6-1ecf24d159bb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c7e516cd-069c-557b-b553-9764033e75f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074359"}],"individual":{"reference":"Patient/d348f6b7-0de6-5a28-b71a-b032ea774624"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5663d785-6c9c-5dea-b87a-8132b3edf93b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074360"}],"individual":{"reference":"Patient/c1ac698d-461b-5bcd-922e-e93b7d8a5efb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7c4ec173-89f5-5174-a0ff-20a57efb4164","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074361"}],"individual":{"reference":"Patient/2a52e886-a52c-57f0-9cfc-13576d3a3b55"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ec7416a5-3363-5dc2-ac87-e3c5dc667f30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074362"}],"individual":{"reference":"Patient/69529e6c-4cfe-55e9-8f1d-86fb25c6de27"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"90ec2a43-29d1-5e18-8596-7af5389b6c40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074364"}],"individual":{"reference":"Patient/5e9e1e73-813d-5c9e-889b-b61d4da9e3f8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1091d472-cf61-5b5f-8d7b-c5ef22f5e221","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074366"}],"individual":{"reference":"Patient/42dbe255-5467-59d7-b1b1-5bd682fb2530"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7827c98c-beb0-5f3c-93c1-8e25408c2b25","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074367"}],"individual":{"reference":"Patient/1a443b65-3612-586d-a954-45c97a8f1cc1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"21958c22-bc83-59a9-a819-5a9dc08be1a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074369"}],"individual":{"reference":"Patient/b9979614-d5ae-5631-95f0-0a62a7727631"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"acc32f34-7c40-55ec-bafd-bb643d7d500c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074371"}],"individual":{"reference":"Patient/7ee96446-06a7-5b55-a1c2-10774aa87607"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"365b93e2-4785-53e7-a67f-9e44f69a305f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074372"}],"individual":{"reference":"Patient/6502b0f6-77db-54d9-860f-2001bc3a130f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"26780690-ee81-5cdb-affc-f1410391aafd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074373"}],"individual":{"reference":"Patient/502ec71b-6faf-5986-a434-9a7703c1708d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"25ff5eac-5578-54be-99f7-3415f1ba0969","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074374"}],"individual":{"reference":"Patient/85706cb1-aa18-58cf-b208-99a9ea0e81bd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"50a1a9e7-7bbb-5097-8a94-7bd0d225bceb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074377"}],"individual":{"reference":"Patient/309105bd-e5f4-5391-883f-e4d25bd6a5d4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"edcfc8b9-3e25-50e5-81b9-bb1555b03bcb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074378"}],"individual":{"reference":"Patient/45f5c5d2-9640-58f3-bad1-359d4decc56f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1dc4c727-39d4-5b2b-930e-d1b74ba600a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074379"}],"individual":{"reference":"Patient/23e6e54c-b31e-5f62-8dbf-ffcf28fd392f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6f1e5b13-18e8-5b19-880a-b3b4ed2a6e45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074380"}],"individual":{"reference":"Patient/635aee0e-6908-5192-aac4-57854e1faba7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7595e933-7ff1-5512-bf81-994ea834813c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074382"}],"individual":{"reference":"Patient/36d1a1f6-db5e-556a-a5c0-4d01fe5040ab"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b3eeddd5-ac5c-53d0-8745-9f5bcbf210a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074384"}],"individual":{"reference":"Patient/374b9c5a-424a-5dc2-8166-7a029c2396e1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"890ac7dd-0e7e-505c-948b-00b84dc7e5a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074385"}],"individual":{"reference":"Patient/26a2b080-d6be-5d39-9497-092a5a807334"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"15046d59-c186-52de-8271-77c5fb871427","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS074386"}],"individual":{"reference":"Patient/6d9ff819-6b93-5159-bc2f-3e94a38b4636"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c4b79b84-91ef-50a4-b79f-a3dcd381aa84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084807"}],"individual":{"reference":"Patient/58bc72e5-66ae-59cd-bfda-7864f726d747"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f13ccc9a-770b-58aa-9518-4af93d85e4e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084808"}],"individual":{"reference":"Patient/c6cb7be5-2f09-5f67-adff-b62d09e5d5cc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a7665570-5fc0-5864-86db-f9a1e849555f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084809"}],"individual":{"reference":"Patient/a9f3b5e2-6177-5613-916c-1d220ae69859"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"04bd2f3a-9733-5cc9-950e-267ce2d169ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084811"}],"individual":{"reference":"Patient/98a840db-984f-5c38-a7a0-580de62441d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f861fda0-9754-5e86-8c20-b90a88318073","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084812"}],"individual":{"reference":"Patient/efbb60ca-96da-5c90-bf49-b059f29b8fac"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"22ba619a-8782-56ca-9f7f-106b0ef40e0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084814"}],"individual":{"reference":"Patient/9872227b-d76d-5f2c-a240-6fc532b9eba5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b50172fd-24f5-59f7-b5af-5f3bd456053d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084815"}],"individual":{"reference":"Patient/2b8eec02-3fb1-5b6c-9369-6045ff06fc8c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b0dcdcfb-fcf2-5654-9c77-6d48e3c41bf5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084817"}],"individual":{"reference":"Patient/bf0a74a1-ea6f-5b7d-8c3f-21456bb3cf37"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9b0eafe6-f220-5341-a5f4-381f619ec902","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084818"}],"individual":{"reference":"Patient/aa0f618c-a26c-59a9-bcb0-195824769b44"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4565fdba-4ad2-5645-9202-87c783a2664e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084819"}],"individual":{"reference":"Patient/5421e29a-c543-592b-afdd-b4b0c2625758"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0e81e86f-226a-50a5-a20b-c2c4d4e78955","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084821"}],"individual":{"reference":"Patient/e197265f-61f1-5f34-b405-fe13860f5e76"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dc56238a-f3d0-5faf-bf2d-c168048cd41c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084823"}],"individual":{"reference":"Patient/9caf1147-2403-5f94-9dcc-f9620f671d23"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5bffed55-035d-591e-b93b-87dfb5e54276","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084824"}],"individual":{"reference":"Patient/cf78e083-1656-58eb-89ae-d72b93f19788"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bd2674a2-4c03-5a8b-9b23-815ef6d4dba4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084825"}],"individual":{"reference":"Patient/65fbf8b0-5314-54c4-a78b-3cc8d3693ca4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aeb7c63a-b5e8-593e-ae1e-1c6c66f09401","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084827"}],"individual":{"reference":"Patient/a2204f2f-ffc6-5c10-9c91-f53625adf4b2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"633b1ba1-17a7-54a0-b401-6afafbb20714","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084829"}],"individual":{"reference":"Patient/55cc5b64-d085-55ff-8f42-6ca098e9afee"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"09b0dffc-cd3a-5355-96cc-308747016539","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084831"}],"individual":{"reference":"Patient/905bf788-d4e8-527d-bb95-d3bc53484d7a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"af9f0dbf-41fa-5207-ab61-e58796906491","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084832"}],"individual":{"reference":"Patient/4aedb9bd-8397-5cd7-ba1c-58710c3d88ef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7a909de3-b746-5295-8650-3a0447f84362","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084834"}],"individual":{"reference":"Patient/ec08b49b-328a-5afc-860f-43ca1e1d4474"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2eb47fb0-c34a-5109-9688-c3faafcae2ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS084835"}],"individual":{"reference":"Patient/4a6f3de1-efd2-5b29-96e4-3b9fa1518520"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b482c2bd-8402-5a10-9e0b-a1891a689123","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS178998"}],"individual":{"reference":"Patient/4937036b-da31-5874-9841-60364312f52d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d4212299-89dd-52dd-8167-f9152814b916","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS178999"}],"individual":{"reference":"Patient/012a0208-ad97-5182-9d06-43a98f644019"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e7b74ef1-ed6f-5e1c-a0d2-7457b2e743ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179001"}],"individual":{"reference":"Patient/77f4152c-3c09-5de7-a96e-475e4f1dc9bd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1748439d-5f27-593b-8deb-2d2a8853c0b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179002"}],"individual":{"reference":"Patient/bef1860f-3be8-5764-b1ef-0384a22dd3ff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"550a3f92-9f93-57d3-a81b-5cb796c31c5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179004"}],"individual":{"reference":"Patient/894f0d49-894e-50ae-962a-dafa1557baf1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a8327151-c10c-5ed0-84af-c233f2192fdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179005"}],"individual":{"reference":"Patient/9f5f41fe-8dcb-5ece-9318-d39a1d23d697"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b6bd929b-cc72-5405-8dac-b5ef223d842d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179007"}],"individual":{"reference":"Patient/90eb22ae-be5d-547f-aaba-317f70b5851d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"692155d8-4a48-5b07-8212-d7e06dcb8456","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179008"}],"individual":{"reference":"Patient/ddb61497-a323-54a7-b454-68cc3244407c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2008e817-b403-5343-9c0a-faea9b0a3700","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179010"}],"individual":{"reference":"Patient/dd247a62-57d7-5ed8-8b60-a97cad78c23c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"58e2e410-d854-5e6c-afe7-4ba21a7842f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179011"}],"individual":{"reference":"Patient/67cd79f5-19be-5bfc-b3c8-bb18a2fcd2cc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"68618812-ad79-5511-acf3-78b58b61d008","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179013"}],"individual":{"reference":"Patient/9530a565-856f-5fca-a1b6-23b3b68cc7f7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f66e231a-5269-5cdc-a63e-21f5c232c7b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179014"}],"individual":{"reference":"Patient/a406f205-fa4f-5c34-81f8-ff9ef24812fb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c319d628-a162-589c-9730-ab3a54ceda6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179016"}],"individual":{"reference":"Patient/c43658f6-0a35-5c41-bdd2-778914473ce5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"184bde56-369b-526c-80cf-4ab74a0ccf52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179017"}],"individual":{"reference":"Patient/f92f4828-3d90-511f-ae6e-f1f7dbf1cec2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"44ce5e79-73ce-5001-897c-6ccfba97b7b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179019"}],"individual":{"reference":"Patient/fb2941cf-aada-5a6f-b444-b4dee1853839"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a572a68d-ed17-59a7-83ce-08180511265d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179020"}],"individual":{"reference":"Patient/034d1ac9-35ae-5809-a1a1-12476e546368"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e53bee74-cf7c-5004-a552-740787025f56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179022"}],"individual":{"reference":"Patient/e52d87f6-df91-5303-9133-5a7888afcf9a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9ecc6e2e-bb8e-5dc4-8ec2-7dfdbd6558de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179023"}],"individual":{"reference":"Patient/e8cd5642-0bee-5a92-b764-7f564e840628"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6d8d9ae8-ec0c-57bb-a34d-0249dc1cb4bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179025"}],"individual":{"reference":"Patient/2de722a7-0e8a-525d-9305-2bb7de32b807"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"199676a7-4913-5183-aba8-5d03933f24ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179026"}],"individual":{"reference":"Patient/75a46a29-e91a-51f8-b3ca-690c15229969"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8171cc63-6f47-59ba-aeb3-4c6c9bdb2d86","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179028"}],"individual":{"reference":"Patient/0865ca73-2a0c-5c2e-890e-ad9c475a69b2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a1bfc230-d2d5-52a4-a3d6-7f0bdad02786","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179029"}],"individual":{"reference":"Patient/6d1e1e84-d09f-5ac1-8ec2-500958337f26"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4a216a66-f2b3-5e8d-b2ed-e5e83e632030","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179031"}],"individual":{"reference":"Patient/8d2a9117-17cb-5baf-a791-e7cbc7aabb02"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"907e4710-24a3-5088-9734-c64f7de5e9b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179032"}],"individual":{"reference":"Patient/2f3e4982-7841-5757-8ea4-3729e1320d83"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4be86a65-97a6-5bb0-b17b-0d8ac77ad922","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179034"}],"individual":{"reference":"Patient/f7058231-0ae3-505f-b54d-86d52df41443"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ade4228f-37b8-552c-ae85-dbfa6ee7fae2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179035"}],"individual":{"reference":"Patient/6ea15193-8b5f-5a04-ab37-50b36d3bd8e6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4dcac6aa-4801-5dec-bb5b-e6d60d51bc82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179037"}],"individual":{"reference":"Patient/0aabf58b-91c9-5855-9d47-22a1c7713b53"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"363ce902-cc3a-5a9c-9e6b-1aa569570181","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179038"}],"individual":{"reference":"Patient/423597e9-8531-50b0-9a08-143da1018cf9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"078a9b64-4fe8-585e-be11-9765875a3309","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179040"}],"individual":{"reference":"Patient/5d91f16c-d960-5c1f-8e2a-d300d43360b0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"80261a72-638e-59ef-8482-d4361c90aff3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179041"}],"individual":{"reference":"Patient/e610ebf4-de22-5784-92fd-568a5fd2d6dd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"71a67b81-9606-5497-9c0a-501513d4ad28","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179043"}],"individual":{"reference":"Patient/cd4eb9a2-2711-5929-a233-76b39abd1b51"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d28780d5-f5ac-59e9-8ab2-0fd4f764a889","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179044"}],"individual":{"reference":"Patient/cd7bcc2a-5415-5ae6-bfd2-5715062eb960"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c8d078c0-4cfb-5196-8c26-2c5901ad77c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179046"}],"individual":{"reference":"Patient/42b5ff75-c54e-5867-a3f8-b8317d619ed5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"906b489c-f796-5773-a75d-ecf4d56f2785","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179047"}],"individual":{"reference":"Patient/0e738119-dcad-5f74-8258-f8c104d7e8ca"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3665c6bd-6808-508a-8087-0b67b80d9868","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179049"}],"individual":{"reference":"Patient/0de49d2f-0da6-5c5f-ad39-4834864dea1f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9534b68f-cd90-59cf-b9e3-ae620f60bf7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179050"}],"individual":{"reference":"Patient/e2413ff1-c79a-5190-9eb4-383102e76839"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6452e053-a103-52e9-9d58-0256e2d475c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179052"}],"individual":{"reference":"Patient/9a9c84e5-8e92-5d5f-86ca-649eaab2f829"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a856a18f-54d8-5172-9a90-28ccdf9fb281","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179053"}],"individual":{"reference":"Patient/69abde95-e607-590d-922b-739e3fdaf7d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1b01e604-b250-58da-949c-817f6b6887d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179055"}],"individual":{"reference":"Patient/20f5d874-69f2-59d6-a0b5-d77e619efd0f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b8242d44-9472-55d5-8fd9-03735fddbd6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179056"}],"individual":{"reference":"Patient/86feccc7-b08f-5391-a88a-ec43edbe2544"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1e9c7566-109e-5ed4-ab6c-c5833e8e30f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179058"}],"individual":{"reference":"Patient/bba51369-d3ba-5c1d-95dc-a1e562b66d8c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8f61e834-625d-5e90-85c6-2f6dba48df86","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179059"}],"individual":{"reference":"Patient/343202ad-ff67-537f-97f9-2aed8a9946c0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5f92d900-0ad4-5bc8-a55a-613c2560a40c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179061"}],"individual":{"reference":"Patient/796da09a-d4a7-5ed4-a389-51fbba8f457b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"48ab6e71-7344-5484-b620-9570403358fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179062"}],"individual":{"reference":"Patient/e4b11180-b239-5cae-a5ed-0d11e78e0c7a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"21039465-a41d-5b27-a2e2-9f8871b81339","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179064"}],"individual":{"reference":"Patient/9be51971-bb93-59c7-a81a-82df10acae4c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"851e04ea-d2ac-5ea6-9b44-b77d33e84ce6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179065"}],"individual":{"reference":"Patient/b9091d00-bb19-5688-bd9e-f54a0e449b37"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"692dbf1b-0d7c-5e0e-b6d0-ade2d7960349","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179067"}],"individual":{"reference":"Patient/92bd9621-08da-5363-b2d6-594fc8c85957"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"afe7dce6-8cd5-588e-b5b0-a7d1fe94d45d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179068"}],"individual":{"reference":"Patient/f4d7e18b-80a7-550d-a79b-af1312a145c0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"baea5732-1241-57dd-8872-869f49ebceaa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179070"}],"individual":{"reference":"Patient/95599fe9-8f29-56b0-b506-de49e19b9580"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b25cdd41-d015-52eb-8f00-ea82adf5dcf5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179071"}],"individual":{"reference":"Patient/96782130-4829-59c5-8645-8e91a7092502"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"10ebe48a-549b-5c76-a64b-b85831b78108","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179073"}],"individual":{"reference":"Patient/b5e69454-5847-5320-a859-64a6cc7af6a3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f92a2bea-9ef9-53db-944a-ff5d235853ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179074"}],"individual":{"reference":"Patient/5280e05f-2c9c-5325-abe9-1b745f599087"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8dc64573-e163-5ecd-b9f8-8099fb26da6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179096"}],"individual":{"reference":"Patient/a1a49fc3-3ac4-5e2e-8db7-0fe190da2d54"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"37e461e1-c54d-5fc5-a274-1e44ccfaafaa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179097"}],"individual":{"reference":"Patient/33305b7a-7f71-5199-8b89-93ace29a8dec"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"101b3e20-952a-5312-a71a-9e0ab42de976","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179099"}],"individual":{"reference":"Patient/ad985635-d80f-5177-93c8-d35e42142cc5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b19d32ea-9dc4-5188-a6e9-bdd264f3c5c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179100"}],"individual":{"reference":"Patient/af5b9152-3a13-5e70-ad3a-2956c193d9be"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"68c6f37b-a598-59ba-abd1-06df8a6b1bc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179102"}],"individual":{"reference":"Patient/f4495a4a-50e0-5086-b2a5-c2f2e808112f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ceb349e8-15b2-5ec2-926f-ff58a6578167","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179105"}],"individual":{"reference":"Patient/df0a7d59-9b36-597f-9b4c-719ef0f61f10"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e4c4ce0e-ab77-5fc0-81d7-36de618151ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179106"}],"individual":{"reference":"Patient/d2b9289a-004f-57d8-b6f5-09901894308c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0fdbff86-47d6-50f9-a91e-6b67c7e3104b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179108"}],"individual":{"reference":"Patient/36cdc0a2-a4fc-5964-89c9-6c22d13f9d98"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7667dda0-3e36-5971-907d-9a8d390243d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179109"}],"individual":{"reference":"Patient/d81ee851-9fb2-51f0-9ef6-cdbbe9f763cc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"178b392f-e86b-5e1b-81c5-b366e6bcb31b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179111"}],"individual":{"reference":"Patient/d0f6111e-a4ee-5d62-b042-ded335a6669a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e1495832-85bd-50ce-953b-c14c6c1c6038","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179112"}],"individual":{"reference":"Patient/47e7afa5-68e6-522f-848c-1820329d419c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eae21b81-240f-5ba7-9673-26c769bf2e6c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179114"}],"individual":{"reference":"Patient/260a469c-f3f6-5b36-8ebf-f6adb7d00355"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c33b0ea4-0ffa-5b68-9ac5-35c0d9dc4202","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179115"}],"individual":{"reference":"Patient/468d82c1-1cb5-524a-a508-15a8d0f5a20d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dc31a907-8ddd-5371-935a-8ebe56dc3607","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179117"}],"individual":{"reference":"Patient/167972f4-fb47-5bcb-b770-35a7fe358467"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f1032862-8313-51bc-92a7-5574ae0f9996","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179118"}],"individual":{"reference":"Patient/cc6a1203-3172-51e0-92c8-7b109adcb073"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a245c85f-67cc-5b63-baf0-0c706ab50c79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179120"}],"individual":{"reference":"Patient/eead7023-a2e5-5709-a1ad-6170dee1e0d3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2782a6aa-f722-5313-98e1-ddb9e4edb4ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179121"}],"individual":{"reference":"Patient/a4d051fe-f268-5489-91ec-59f1f93bf9eb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5c1550d8-c89e-519c-b435-9615a5416be4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179123"}],"individual":{"reference":"Patient/007839b7-d484-5035-ba63-7d8169e2114d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"370f16fc-e196-5d6c-8efd-5319ab24ae8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179124"}],"individual":{"reference":"Patient/3d9b5bc6-9be5-5532-82e2-93263f333991"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6d695743-72d5-5d56-8078-90d0bdc769ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179126"}],"individual":{"reference":"Patient/05f4ba95-18c2-52f8-bb2d-8616abe3d9dc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c94331ca-e0a8-5d55-bbf5-16cfb3aaacb9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179127"}],"individual":{"reference":"Patient/6ab03ade-4b14-57bb-9267-53a23e2b3c63"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e2d54344-0fd6-5eb4-be9b-4ea9b04a7362","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179129"}],"individual":{"reference":"Patient/ba2235d3-8229-5dfa-9071-0205396885eb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4119a6b9-06d4-5cb6-b82f-9011b2d5021d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179130"}],"individual":{"reference":"Patient/0d90fef6-c896-5872-bde3-e1df18e81b83"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"379001b6-fbf8-5f80-acd4-158b61521445","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179132"}],"individual":{"reference":"Patient/4b26db3a-30fd-53d8-a576-6eaa1ed9edc8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8a30d221-1289-5bed-be70-5f5bceb9b31a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179133"}],"individual":{"reference":"Patient/d1f5ae1b-e255-5dd4-bde5-3cc4a710ca74"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2d9474d7-01d3-5e6d-bc22-8e0fe06266cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179135"}],"individual":{"reference":"Patient/20ff5434-259d-5754-a3e2-7af98b0718da"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ae9dbe36-a8eb-5353-8787-ae20aa0c2125","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179136"}],"individual":{"reference":"Patient/5c642f2b-5f3b-5916-ac1d-5872510cc14d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8ca0f834-2b5a-5c95-9657-628ec537e3a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179137"}],"individual":{"reference":"Patient/840eac17-c271-5fc3-af32-c24856b5da6f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"87d79763-5f99-57af-bd20-8337e5670ac6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179138"}],"individual":{"reference":"Patient/2556d603-5a0b-5f8d-8883-6bcba91e4690"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8d028d83-6c1f-584c-b9c3-a147ae9fe401","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179139"}],"individual":{"reference":"Patient/08675f98-39b8-5fd0-a7c3-590547a81cc6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cb1d9467-822f-50d2-aa03-bd616c94501c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179140"}],"individual":{"reference":"Patient/b588576d-dfaa-5153-97b1-2603e96463b3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"078ccef0-3c27-5534-b938-1bd48a76f03b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179141"}],"individual":{"reference":"Patient/7e95f987-229b-583d-b065-4a0110bc04db"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"595026ad-dad9-5988-b42e-43e9e3498a8e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179142"}],"individual":{"reference":"Patient/8d5e6529-3247-566e-a456-e84a3511a51a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"19d372ab-7af7-5159-914b-7f76666c6085","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179143"}],"individual":{"reference":"Patient/6dbd7fe2-8af8-51e7-8174-6606e33553ad"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3e34f3de-8b86-515b-9ca8-9c379b0d27dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179144"}],"individual":{"reference":"Patient/a7023c10-80c3-5369-9eed-6e3f361900da"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c69e29e4-1989-50b5-8b6b-ea571bf2f056","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179145"}],"individual":{"reference":"Patient/f3e13a60-4d5c-57eb-9b63-710f622f8fa8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"701cf0d7-8a3c-5a1a-b987-4b729af0fad7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179146"}],"individual":{"reference":"Patient/d24632d8-5b1a-5ec8-97c7-6f624cf29ace"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"829dcd52-94ec-5c11-ac29-5149e2e59842","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179147"}],"individual":{"reference":"Patient/3bac18a0-a6ec-5558-86b4-dd1ca8d8907f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4f707366-7117-5b43-ad2b-ac97bc786c12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179148"}],"individual":{"reference":"Patient/3bda2472-8744-54ed-a78d-cb67f47b92b2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d66328be-c265-5df4-a8a1-52ec9cfac5a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179149"}],"individual":{"reference":"Patient/219edd16-8a88-5286-afae-c3fe6e32d747"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b18979e6-778c-5e42-b8ab-9ae80361e61e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179150"}],"individual":{"reference":"Patient/1ebaebaf-ceb5-57da-b8c3-c2055b9f268f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1f8e1d80-db7d-5102-9b25-e212ebab3f6e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179151"}],"individual":{"reference":"Patient/e4105224-7eee-5a1a-987a-fac09403975b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bcd9d4f4-d971-5ef3-a4d2-4c4b34c3b330","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179152"}],"individual":{"reference":"Patient/6fb5230b-f497-5acc-9a7b-99c96c534f54"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ce080a68-f24b-52eb-b211-15dd29f8aab7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179153"}],"individual":{"reference":"Patient/63d5ac99-0cb7-531d-a300-a0cc5b2c6bc0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9cb32732-017b-52a5-8f52-0636334f4236","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179154"}],"individual":{"reference":"Patient/91c19a2f-99ce-5a13-b018-2dd33e435e4d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a3c45e88-6acc-5851-bbb0-59149718932c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179155"}],"individual":{"reference":"Patient/da31f276-ca0f-5f61-b92a-dedbf5f0d3ef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0ab990e9-6458-587a-86bf-ed9a7e446658","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179156"}],"individual":{"reference":"Patient/5f20244f-5589-5d6e-a3cb-7f733d18aac6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3b79a7fe-415d-54a5-afe9-4210c3023bf6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179157"}],"individual":{"reference":"Patient/b43f4eac-8e9e-5d09-afb7-8d39fee5a713"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0f0b7a9a-4a04-5b07-899a-89b707982a1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179158"}],"individual":{"reference":"Patient/6310ff7b-503e-59e1-92e2-0f01b3471822"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1c90c8fe-cd73-5099-b6e1-6e8f7e7db121","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179159"}],"individual":{"reference":"Patient/f3d1cb02-9dc9-5a65-a6ae-c15b2b6eabae"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"be77407c-d69e-51d5-b79d-876ad09c5ad0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179160"}],"individual":{"reference":"Patient/16b13cd2-4028-58c6-a499-a3a33ee4c850"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c66b6c8d-b22f-5eb5-a751-dc954684242c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179161"}],"individual":{"reference":"Patient/10a4a92f-ef1f-57bb-8c7c-6ac10eef2c43"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bc299f37-a065-5300-93f1-65a46d2bcb90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179162"}],"individual":{"reference":"Patient/97fb0ad7-d384-5df4-a2f4-2638d182a5a3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a39a0260-f720-5251-a9d9-1b47fad043d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179163"}],"individual":{"reference":"Patient/2e512501-0bc9-5cf7-a7ba-59f6266346a2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ef9d69c9-db3a-52ed-9e04-04f77724fce6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179164"}],"individual":{"reference":"Patient/6d29cca3-3b6e-517f-986d-9d024057509f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"42884270-9950-5b69-ba07-d0ca50244f90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179165"}],"individual":{"reference":"Patient/d656cf64-e6f0-5031-b96c-ec29cd60ac7d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6eaadfd7-e224-5299-9623-bf9470fcea96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179166"}],"individual":{"reference":"Patient/32706563-0494-5554-ab3b-7edb76ed00ad"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e043b1f3-ddf4-5691-815f-4232e11d39f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179167"}],"individual":{"reference":"Patient/d8ffb7dc-ef50-5d1b-a2f9-016f690882b0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c86dcf6d-37f3-533d-b1db-2b1c46b23bd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179168"}],"individual":{"reference":"Patient/6f9c2127-8d54-5d2b-b760-1c17b991b949"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"13c00835-4ce8-552e-89ba-550db635cd24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179169"}],"individual":{"reference":"Patient/fe65a7de-43f1-5bb7-a248-959222c71c15"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"acc97559-70f8-5e8d-96d3-a1e2016aeaaa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179170"}],"individual":{"reference":"Patient/51258024-e516-5262-950c-608509933e50"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"73bd0e84-7562-5d0d-82c3-ab58f2b028b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179171"}],"individual":{"reference":"Patient/a2851693-97b2-58c8-9b08-28f92cd93ecf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"25efbdf1-8e0b-50a0-b07b-fd17639776e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179172"}],"individual":{"reference":"Patient/61eefc3e-fec6-5da3-9f3d-f307de1b4c12"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aa118db2-edbd-5075-bc18-4c7f26092814","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179173"}],"individual":{"reference":"Patient/69ca51ea-e643-5f8f-b71a-41a060364585"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"551872d4-54e6-58dd-8456-19c1e5006daa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179174"}],"individual":{"reference":"Patient/e5c13d9d-d669-5634-86b5-ee11a1c87899"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b4f53c16-cc50-58ac-aa1d-f55a8d933bf8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179175"}],"individual":{"reference":"Patient/692eba31-7c49-5990-b2a6-ab5ce3a92926"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f39463ae-6613-5f96-85ba-ee5c46703850","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179176"}],"individual":{"reference":"Patient/46ab62fd-7666-51fe-a5c3-b3c327104f28"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1440deec-4489-53d2-8d1d-e13824339814","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179177"}],"individual":{"reference":"Patient/3468bfe0-77fc-5f5a-8ea3-3861adf142c4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a6bedf60-c1dd-509c-afab-bf6248637cd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179178"}],"individual":{"reference":"Patient/a6bd5976-7906-5f34-b622-ef8f41e9ac7d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"389f0aba-5012-5e8e-8910-f6342ae1b74d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179179"}],"individual":{"reference":"Patient/eaa39708-1c34-525e-ba46-374f0f746b49"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"05d2e284-e4c8-5550-a5ba-66bf4681b7fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179180"}],"individual":{"reference":"Patient/0d97361b-a428-5b0e-86a4-b80199404a8a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5dfebc44-83d9-5def-b536-3dae32066ebf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179181"}],"individual":{"reference":"Patient/96d14e5e-df36-5c00-a895-9d6035f5e615"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eef26637-08d7-5ec8-a9c5-8968baed4e1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179182"}],"individual":{"reference":"Patient/ac41fd54-904d-502c-ad17-263c9d26a9e2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3f274502-6f6c-55b9-b6a9-13d407163fc7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179183"}],"individual":{"reference":"Patient/3f32fcc7-df36-53b4-9cf8-4416e9aa2510"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a14d431b-6e1b-5289-ad0a-e1ec238c5240","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179184"}],"individual":{"reference":"Patient/b2afb4c9-e26b-511f-b26f-f1cd011c369d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5b9427de-af7a-5406-8883-26e6d86345aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179185"}],"individual":{"reference":"Patient/26bc1de4-6f14-5e92-95d2-5b651e55a2c3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"344200e6-e8e8-504f-b356-959151f76fdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179187"}],"individual":{"reference":"Patient/e27090dd-b4ef-504c-b94e-df6b31756901"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"95e038b2-8581-5005-9544-ff84265fb39c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179188"}],"individual":{"reference":"Patient/73f94bdf-b216-5bed-a14e-f18d8d58e24b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1769a957-1849-5766-80ab-6502f22fd183","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179190"}],"individual":{"reference":"Patient/fa5606f8-9aa2-52b0-8c8a-5822beb5d2ce"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4031b167-c476-521e-ba1f-dd13b8262c6a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179191"}],"individual":{"reference":"Patient/bb68a8d2-4878-58dd-83e4-045a0baf491e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5b5c6aac-583e-5de8-ad1c-f2d85fa4b90f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179193"}],"individual":{"reference":"Patient/44053633-1b6f-5c88-9bc1-7b3e42b9d1aa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e71afc72-782b-55c0-8a17-c77fa61506fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179194"}],"individual":{"reference":"Patient/1ae74774-a8a8-5d33-9f1f-efdf59188a59"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cb703d05-ba88-5041-a1d5-a8e38df44b5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179196"}],"individual":{"reference":"Patient/e97d7f09-901b-56c1-9346-fac67c6df9ef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8f11620d-119c-5900-add7-67bcc9dd22df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179197"}],"individual":{"reference":"Patient/ad563089-196f-56b4-8b79-4403b08452ca"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"069cae22-8339-509f-8f84-9e168f7ddd8e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179199"}],"individual":{"reference":"Patient/3bcf1902-1d43-5e1e-9f42-531649868280"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0b1907ea-d372-5ef1-b4f7-624f5dccf9ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179200"}],"individual":{"reference":"Patient/0334d887-1871-526a-b224-94ae6bf7cdf8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7c12c782-9bc9-55b7-a44d-3d0c2fb5f348","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179202"}],"individual":{"reference":"Patient/db8b5dd1-9aa3-5996-be27-fc17b8f84cd3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"96d2d615-61c4-5fcc-b7db-8a017c9af404","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179203"}],"individual":{"reference":"Patient/f439b28d-8970-56b2-b515-890c1dcfa752"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6569d08b-aa3c-5992-ac5a-1ea5a20d56e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179205"}],"individual":{"reference":"Patient/b264b05d-928d-5d72-86a8-4882f30a9452"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8b1cf871-59a3-5883-95ef-5ac9dae47573","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179206"}],"individual":{"reference":"Patient/1f42474d-f2b9-5e7c-8fd1-c5cd293823ac"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f49c8aff-a28d-5334-b7a0-f7b47fa02d52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179208"}],"individual":{"reference":"Patient/6675d839-685b-5905-b3cd-80871426c654"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d83aa000-fee9-5fbf-832a-65998bdfc177","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179209"}],"individual":{"reference":"Patient/f08509d7-4e0d-52b6-ad06-2ad78fd861f9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"41ccb38f-e06e-52a5-a9aa-4ce0204a209f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179211"}],"individual":{"reference":"Patient/23b707d6-1848-54eb-878f-c68e9c398fc8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d410b83f-6dd2-549e-8c51-3d87fdcd3077","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179212"}],"individual":{"reference":"Patient/7ccf6ba3-c752-5e23-b13b-25614eba605d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"759d7396-6968-5701-96f6-40020d40cd1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179213"}],"individual":{"reference":"Patient/352cc320-3b45-5df1-9fb8-5ab5e04b6c2c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3b60cfc4-dd1c-5208-8ea4-af121ce884d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179214"}],"individual":{"reference":"Patient/60537d91-72b3-5efb-89df-0a852bca4487"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"20c5b5b5-4990-50bf-9cbd-2fbec7c69ddf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179215"}],"individual":{"reference":"Patient/87400a93-abfd-5b5b-bbcb-81514660300c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8b979d4b-1ceb-5631-a775-e737e2ab3510","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179217"}],"individual":{"reference":"Patient/030f7739-b6c9-5c78-98f3-90b4eecdc755"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eacd0890-5139-560e-b4cf-86999f86aba2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179218"}],"individual":{"reference":"Patient/5ac92466-35f2-55b0-aadd-6080fd3fa1dd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e125a899-a80e-5498-87df-763731a7721c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179219"}],"individual":{"reference":"Patient/6bd14557-ccef-5fc9-8181-d820a3e8e01b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7a6c799a-de3c-5d22-9d47-2097e24d0f6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179220"}],"individual":{"reference":"Patient/b2ec3487-8943-5d95-9629-f411d9758b5e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9525f7bf-5278-585a-a2d9-c766f05bad77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179221"}],"individual":{"reference":"Patient/c71a072e-5bef-5db4-9c9d-27c889405d8d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2f303555-f3a7-5d79-a963-cf929e0b069c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179222"}],"individual":{"reference":"Patient/62c6e971-6349-5a0f-a88c-00ee4ee1f148"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"310a854d-24fb-5ec3-9315-720f3ae31881","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179224"}],"individual":{"reference":"Patient/6d20cf98-5c0f-57a7-b008-d529eae95674"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8af763f5-e0f1-5b6e-8534-4a088b12664e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179225"}],"individual":{"reference":"Patient/0cc907d4-923f-5b4c-848a-caeba1835063"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"66ab8cd4-c5b8-5587-8f06-34db5ba6154c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179226"}],"individual":{"reference":"Patient/dd78a140-c306-508b-a334-570de97d9869"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2abb675c-f309-5864-821c-2b9b0018bfd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179227"}],"individual":{"reference":"Patient/03668860-94d1-54c8-89b1-8e204c4bcc04"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c0b58715-b0cc-5d57-809d-3cfb58425d5a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179228"}],"individual":{"reference":"Patient/a61ae401-b771-501e-b54e-0f866335cf49"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6955c049-0bf8-5db9-8554-4d2db04abaf5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179229"}],"individual":{"reference":"Patient/19a4888c-e88b-5839-83d2-ec662fa49c2e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c33816f1-a0bf-5304-9208-d319d50736b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179230"}],"individual":{"reference":"Patient/36b54670-d107-5af1-9a1d-43b771a21a64"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f88dd258-f355-5c4f-8f54-bb35f42aaae8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179231"}],"individual":{"reference":"Patient/5ede6232-422d-5847-9ab9-026c7018fc4d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"88894dba-9805-5969-9f14-6abb19982093","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179232"}],"individual":{"reference":"Patient/075ddf3d-df07-5ad5-8893-8b451d7b9b92"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bbe92380-85e5-50ce-83eb-2f45e7df3caf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179233"}],"individual":{"reference":"Patient/f3d32680-3836-5b5f-afbe-58259c5264cf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e6b5bc1c-e5d5-50af-a788-c5a41d3454ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179234"}],"individual":{"reference":"Patient/f1809974-0b04-547d-9423-8115d9d1e7bb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"94c6e5b3-8ff6-5b2a-9a9a-c5fd01a83e37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179235"}],"individual":{"reference":"Patient/3d610042-98e3-5394-86d1-4412537ed97d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"882fed7e-e419-5697-8fd3-5d924189bbd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179236"}],"individual":{"reference":"Patient/c76a4733-56da-5ff8-91f6-ece73fba731b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0b80f0ef-ffb3-5275-ad78-cbb069a084d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179237"}],"individual":{"reference":"Patient/93a348c5-731a-5c1d-bb62-f97efe893356"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c3e9b5c2-b736-5f86-8861-edb79b7ae48a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179238"}],"individual":{"reference":"Patient/544b3dea-9778-5916-a7dc-58d08b644270"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2a56276e-fd32-5520-8434-cb938430a333","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179239"}],"individual":{"reference":"Patient/6d246517-a5c3-509b-ba72-37cc86d5b617"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c1734ce8-0e01-5a37-a787-d2f72f2461a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179240"}],"individual":{"reference":"Patient/f3b43d95-44d2-518a-9ae4-0b61b986beda"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5b240da3-3593-580e-a7d1-9b1a4092ce02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179241"}],"individual":{"reference":"Patient/ea8b0619-81ea-5557-83f4-51844da5f0ad"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ea13658a-600e-567f-9d3f-8913ea07df4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179242"}],"individual":{"reference":"Patient/12f8534b-eb80-55eb-91db-6b2fa914043b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6e87cee3-b81f-563f-8c8a-fa55d731a13b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179243"}],"individual":{"reference":"Patient/042ba8ee-7042-56de-8425-de5e4ae3bd24"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"27e994e6-b225-5eb6-973c-e978348cc47a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179244"}],"individual":{"reference":"Patient/acb26d63-f1a4-5bf6-8d4e-64f0333df8fb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"df488da9-6af9-5b13-ad0f-eeca5edd510a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179245"}],"individual":{"reference":"Patient/16772fc7-286a-509e-9fc9-a2dae6646bdd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"72f854b6-47f4-5c0d-b6df-33640631d33b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179246"}],"individual":{"reference":"Patient/3323bf16-f6ef-58e6-a6ee-17897153e027"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9296b92b-ac22-5279-bccf-8275594e27e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179247"}],"individual":{"reference":"Patient/1a3d3c0b-241a-5d7d-9708-0699ead7ea9b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9b75da5f-aa76-5d5b-ab17-70999e571a99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179248"}],"individual":{"reference":"Patient/31a2f61b-90dd-58af-bd32-9ae88305f98d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1264a096-e4b5-5c75-ac86-896c53a2e600","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179249"}],"individual":{"reference":"Patient/fbf96236-6daf-5500-8a21-57df4fc43c09"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3870b0cb-bc81-5cae-8178-86fcf0d021a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179250"}],"individual":{"reference":"Patient/26c490b6-6bcd-5cbc-bfd3-dad0b5451a1f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"37202513-1fce-5adc-9aa4-e805ec6c4750","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179251"}],"individual":{"reference":"Patient/5e976b09-1f03-579b-8386-6385c38f4aec"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7e6b1ac1-9d9b-53bd-9953-ecb1c296440d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179252"}],"individual":{"reference":"Patient/d278bb48-14ff-5993-9dbd-2a19b009d341"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"80c611a3-37a6-56a4-9aeb-aad63ae8d391","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179253"}],"individual":{"reference":"Patient/a3aa3e56-1d32-58cb-aace-467dcb32dc8e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"643cf65a-0bdb-5864-98c8-22f6f91f7daf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179254"}],"individual":{"reference":"Patient/035d2868-ec82-5d37-9645-584ecac69d7f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7fbe03a9-e1f1-5726-ba91-41ec34f8aae4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179255"}],"individual":{"reference":"Patient/cf7159a6-5688-5173-9d17-aec50828f8ff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"71de5291-8277-55b7-ad88-859ec1b91092","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179256"}],"individual":{"reference":"Patient/e222bacf-fb69-58e8-92fa-f09712fb1c63"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"48498ec7-d046-5de0-9630-267070dee078","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179257"}],"individual":{"reference":"Patient/c4b564cd-0a08-5efe-b69d-4c8e759870b1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c3ae80cd-ac1e-50d4-b08d-3245b5b27759","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179258"}],"individual":{"reference":"Patient/6ba3965c-74e2-5b90-a61b-8246e6ba4a72"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e7aa3c1c-b313-5df9-b0cd-a3def0ebf5db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179259"}],"individual":{"reference":"Patient/6fd4bd23-d4e8-5c99-8d7e-777f1097e480"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f2c8bcde-4ee8-5308-94bf-6d0063d6a2cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179260"}],"individual":{"reference":"Patient/d2629af6-ff55-586f-aa86-60c18e537e1a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"623fe8cc-c667-5d4e-bdee-86170bc63a64","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179261"}],"individual":{"reference":"Patient/4c0975b6-08c6-526a-b1a0-d98c53efef9b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2d4c270e-31a0-5541-bd9c-dbc35e8d3f82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179262"}],"individual":{"reference":"Patient/196598f8-0890-5b0d-a576-b236c37df860"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"51ee3a01-8494-5b12-ab54-822fe2205927","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179263"}],"individual":{"reference":"Patient/04077f66-575f-5bf1-b4e5-00ec1fd92c36"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2550f115-975d-5e10-9068-100efe9bd6f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179264"}],"individual":{"reference":"Patient/7ff2eba5-3db7-53e1-9add-7ec2002169c8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bfc06927-221c-53b0-a8ad-49152784aba4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179265"}],"individual":{"reference":"Patient/bd02e513-cee0-56fc-886d-1d50d41a17e2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3413221e-36fd-518e-bf9b-ac27a0013448","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179266"}],"individual":{"reference":"Patient/ecd9bc56-6e24-56da-9fbe-0d6e346d6542"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"66accb9a-51dd-5428-99b5-f3bfe667d9b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179267"}],"individual":{"reference":"Patient/33774cb7-f354-5f7e-a1a7-06297bf0a1e0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fbf3ff03-4e08-5a77-96fb-85b455c87a52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179268"}],"individual":{"reference":"Patient/36432b94-e53c-5ba4-8974-6e87b9851da7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6c2db780-ccf3-5435-b3bc-0ef7e3de5b8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179270"}],"individual":{"reference":"Patient/e877e194-b213-5ff5-b139-dd9678a5eab8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"715ac8cb-502f-5743-a64b-d7e12b1a816f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179271"}],"individual":{"reference":"Patient/7b5861f5-123c-5d3d-ab1a-c6a2315c6a95"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c028d6b7-0584-5501-9799-c26540377f3e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179272"}],"individual":{"reference":"Patient/393c926a-4318-5fd4-bd61-9609c46243de"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c79a2f5f-707a-5ba9-8593-581442b6d097","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179273"}],"individual":{"reference":"Patient/fe939c40-5e5c-5241-ad3f-67a943c3a516"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3179ddd9-570b-58e4-80eb-dcf664bc082e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS179274"}],"individual":{"reference":"Patient/eed04da8-1729-549c-b3f6-91aeec51d45b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"89891578-8bef-53b4-bd3e-01e0025e50e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184283"}],"individual":{"reference":"Patient/c58a5593-04a7-5ce4-8d1e-bab5463072dc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f0d30e8e-2187-5794-ab6b-777ea4a7d862","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184284"}],"individual":{"reference":"Patient/37e00841-23d4-53b5-a9ef-a1b97131ef12"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9bf0998c-b915-597b-bb09-7800bb4e5221","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184286"}],"individual":{"reference":"Patient/cc14220f-a827-5bce-a3ed-31ef9bcf5182"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8b969b12-9102-5de5-b636-138005776278","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184287"}],"individual":{"reference":"Patient/2a6c54d6-a163-5319-9e6f-c2d6264b5445"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0c44de4c-ba3d-528c-ba8e-1d55c80f0487","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184289"}],"individual":{"reference":"Patient/16e896fc-559d-531b-abc0-82e5f72b6f00"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f1961dcc-c2fc-57be-85be-d407b6b0d62d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184290"}],"individual":{"reference":"Patient/0fa0014a-4db4-5771-a6c1-c5e2f8d53193"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8e08f33c-b1b7-513c-b7e3-5ab53823f32b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184292"}],"individual":{"reference":"Patient/e136e6ed-a337-5c29-add8-32e6eca245e3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e68f5440-ac30-59ff-b58b-51881aa1231d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184293"}],"individual":{"reference":"Patient/34f5471b-b354-5ff5-9eac-9b5cca8b9430"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7e5fbbd2-1d05-53aa-92da-7c3822b373d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184295"}],"individual":{"reference":"Patient/acadbc5b-4a1a-5084-9f9c-4443253fa442"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"af3a039c-a049-5b08-bd17-d9501505fee4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184296"}],"individual":{"reference":"Patient/c6fff9fb-b564-5c49-a5d2-2b2ed55cc9fb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bebad56c-f9b8-5ad2-bb25-f08e1be87185","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184298"}],"individual":{"reference":"Patient/65a6a5e9-84d3-5d5b-8d73-d0ef0f5a33c4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e60aab87-be33-5805-a05b-905e243dd140","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184299"}],"individual":{"reference":"Patient/c2b12c93-4c3a-5171-a6d4-3625be2eaedf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cf85b158-3a73-562a-9a2d-09553aa2c492","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184302"}],"individual":{"reference":"Patient/c656e50b-3043-502a-be8b-d7e1ac40e3db"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"966c61c3-922f-56bc-83af-a18f146a76da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184304"}],"individual":{"reference":"Patient/a35aab74-c102-5a79-971e-e439a4e21e2d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"81f54e84-1efa-5bc3-a10e-5bec54f2e0cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184305"}],"individual":{"reference":"Patient/7035f1b9-76e0-5cd6-9b74-db48a8bc0c1f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7d82edfd-1e3f-5791-b931-0d4116a7bd9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184307"}],"individual":{"reference":"Patient/d500684f-c8a4-5008-9df3-9b873e963697"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dbe5a19d-0732-574b-bbd9-9a8bb5c64ace","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184308"}],"individual":{"reference":"Patient/39a53a3d-0609-5d8f-a2ec-a0b79e02ca2a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a8632999-d84a-5999-8db1-118d7d1c32c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184310"}],"individual":{"reference":"Patient/8e124644-00dd-5e6b-8e70-0015cd336529"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"803fa360-a01e-5c4d-b7da-13ec93a899a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184311"}],"individual":{"reference":"Patient/f8d4b2d6-632a-5f51-83e6-8d1139514405"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"90889b27-a217-5c04-924b-a3f0a3bbffb0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184313"}],"individual":{"reference":"Patient/14a21485-3d53-5c36-b70c-873adb6e9acf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cc0acea4-ef59-554a-a584-41c388d30442","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184314"}],"individual":{"reference":"Patient/a5afa227-acab-51f3-a03a-820d4db6332d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4c177a88-fb25-54df-8bd0-908a22414e86","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184315"}],"individual":{"reference":"Patient/989da715-1669-5245-aabf-e0189aade864"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c2304eba-a89f-5b56-90ea-accf0011e822","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184316"}],"individual":{"reference":"Patient/b15ece52-ef26-5aff-956a-f75aada966e2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6c15c11d-3ddd-5cb0-bf23-eed75d3204be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184318"}],"individual":{"reference":"Patient/ed04fb2e-ef87-565c-9615-9ebf11972a1e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4ea9f17c-49dd-5352-8b1e-395810e21bbd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184319"}],"individual":{"reference":"Patient/4cceaf9c-6d05-5845-a207-6fdfba44f285"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b4074c37-474e-545b-89cc-0ed98ed79cdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184321"}],"individual":{"reference":"Patient/8856d4b9-d359-5083-bc55-ae43cd2b7587"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f21255b3-25bd-5693-9e23-253b7a038d7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184322"}],"individual":{"reference":"Patient/03e00073-8ffb-5afd-ad80-5a30490b872a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9e9eed40-b3ec-5b71-b18b-d3869a1f3286","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184323"}],"individual":{"reference":"Patient/1d37b9a7-9d27-54d6-a1cf-a8a35793b98b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4d0ac529-15f7-561a-acb9-0aaf3e36bffe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS184324"}],"individual":{"reference":"Patient/02014a2d-67ce-59f3-9c8d-5e80ae1e586c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3a330633-ea52-5278-80ab-e6f6651cf731","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191033"}],"individual":{"reference":"Patient/36efda59-8f92-5cc9-beb4-5ce6728a64dc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e3f1c4a0-7c58-5284-b81a-3ea4f67e4343","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191034"}],"individual":{"reference":"Patient/9f568618-8aff-5397-8450-d699832509c9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"60889802-90e8-5d08-a7fc-bb9bf987b0df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191036"}],"individual":{"reference":"Patient/99ad85cb-1b8d-5579-a1d3-b6c8e37371d0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"31ed1c46-c9d9-5369-98bb-efa71b67a07e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191037"}],"individual":{"reference":"Patient/c17acf7f-1b52-5acd-9d5f-427118610f80"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5c4a6be4-4909-5973-b61f-66d02776c4d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191039"}],"individual":{"reference":"Patient/ea697cc2-9a8e-5995-a724-1b287f239e34"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"00b00c02-263c-5053-93c2-744d6a12fb84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191040"}],"individual":{"reference":"Patient/1933362c-2dd1-5900-99f2-5b67031691a6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1c672de1-a13d-5db2-a9a6-20e75d6f7b08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191042"}],"individual":{"reference":"Patient/b4811fc8-a1bb-552d-a4da-766fe44ab1dd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a88a4156-24a2-5733-b88c-13e977933a91","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191043"}],"individual":{"reference":"Patient/e226ff58-54d0-5e7b-82bb-ed47b9c6c868"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b85e6c01-5e95-54f1-9ed0-ff39abcf3e87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191045"}],"individual":{"reference":"Patient/7084686a-b332-5393-84e9-5214be8e2642"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"004e1e01-3873-5222-9a22-811dd3549b96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191046"}],"individual":{"reference":"Patient/f3898d60-7f95-5c13-bed0-b876103a45ae"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"63e706cd-4953-549d-a067-46d75e5b5645","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191048"}],"individual":{"reference":"Patient/69a90ee9-a294-57cf-9496-664baafe1f1e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"41fe41c1-29a3-563b-bd35-d11473acf341","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191049"}],"individual":{"reference":"Patient/a92ed0d3-1b05-506d-a7a9-e8e60d3a0e9c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fa93b3d9-aef6-5453-b3a3-9d93116d80fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191051"}],"individual":{"reference":"Patient/7cd9c942-b0f2-559e-bc95-bdcf2ae881a9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aa038efb-9cf5-5bef-8980-d32895621097","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191052"}],"individual":{"reference":"Patient/2ebac790-c534-57ee-9698-bc5ffb3f7e3a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"991a9235-f118-5804-9c43-6a0532c3b811","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191054"}],"individual":{"reference":"Patient/0701e457-776a-5429-830a-771c9613d49d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4e20f9ff-c637-5c8c-b11c-32775cc89bd3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191055"}],"individual":{"reference":"Patient/948b172d-86c1-565f-bf89-705bbb361bf5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b013f51a-9248-5c23-a67b-0c7709ae89b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191057"}],"individual":{"reference":"Patient/666db1c4-01a9-5472-abd5-109a82c3f7f1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"309e57a1-5564-5b3e-ad3e-971b8b03af4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191058"}],"individual":{"reference":"Patient/e089de1c-27b0-588b-8761-bcccb087c96b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c308589e-ee76-5601-a93f-1b2537c72e2c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191060"}],"individual":{"reference":"Patient/62c64995-f724-5d8a-b4ec-571d03973570"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"75b37a06-2aa3-5802-b3c9-7dd550fa9ccf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191063"}],"individual":{"reference":"Patient/bef872a2-6657-54a6-9115-abd707c9609d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c028600a-91db-5d26-afe3-96aaaf7192a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191064"}],"individual":{"reference":"Patient/ff4242bf-f29b-5248-ad42-bbd665893812"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7c1d1a63-c98d-5e17-86a0-14957d0479a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191066"}],"individual":{"reference":"Patient/58792c52-d38d-5998-99e2-ebb82a237cba"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0be8c150-3c88-5f42-a68b-fe813fdd5559","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191067"}],"individual":{"reference":"Patient/adfd064f-6962-5860-b086-ffec6b447652"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ed501e15-3601-5357-a704-3ed85629b5b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191069"}],"individual":{"reference":"Patient/931fc1e6-545c-5c08-9bd3-f1cc6fe7d958"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7c8ec06f-6b33-5403-a3b8-a0806a78995d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191070"}],"individual":{"reference":"Patient/245e5702-efc6-53dc-8689-1de0978ea686"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cd665b5a-4527-57e4-ae62-4b0d65f2c49f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191072"}],"individual":{"reference":"Patient/47ebee91-9acd-5ceb-a688-ad90a305ca48"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1fce1535-0eaa-532e-ad7e-eafa8cfbde15","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191073"}],"individual":{"reference":"Patient/30cd7a5b-dcf9-5c05-bae2-8087ce5ccec4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1cf1e347-4929-5f6e-ba9e-cf56c48b38f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191075"}],"individual":{"reference":"Patient/77c84158-f743-5844-a044-fb1b5bbeb538"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4244db69-50bc-5257-9ef4-9bf85579ef5b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191076"}],"individual":{"reference":"Patient/07a6d107-e3f8-5f11-9133-c830501c5b36"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b1a338b9-a363-5cef-b45b-a49f365659bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191078"}],"individual":{"reference":"Patient/0acc38f7-8e05-5769-bc9f-3011fd985cfd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"613ce996-f0c9-5113-8fba-c49b3545961c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191079"}],"individual":{"reference":"Patient/6d7fca45-c6d4-52ee-bbb9-abb12987cd57"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5abe56de-9e7f-54d6-97fd-fe5b6f7b7781","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191081"}],"individual":{"reference":"Patient/d3aeca5a-fe22-508c-949c-cea11b86be4e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"089a8f28-c1d8-52a5-b531-04c01b1818dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191082"}],"individual":{"reference":"Patient/d4016261-8e41-5833-a7c6-a698244f8027"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1824480a-02ef-50b5-b95a-fbbe5213eb81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191084"}],"individual":{"reference":"Patient/a7ffb118-ac7a-591d-8993-95e05ad61636"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8f873fc4-4593-55a4-aaab-e39cce8b2b12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191085"}],"individual":{"reference":"Patient/75f95cd6-0bcf-53d1-8b25-abcf3d0d04fd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"010f8b71-6b84-5c3e-9c44-db1ffbdf4266","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191087"}],"individual":{"reference":"Patient/b428ebce-9640-5c58-9b5c-a5c21dfa5371"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"18ad103a-f4ea-5909-af6c-b80fabf7235e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191088"}],"individual":{"reference":"Patient/593f8681-b612-59b4-a15c-ac71c1548ced"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a44b8459-c80c-577f-bef1-d63c5bc050f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191090"}],"individual":{"reference":"Patient/c1f56d80-0180-5d74-9596-80deef503e5c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ce718a8d-30af-59da-aa3d-ac36b7344665","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191091"}],"individual":{"reference":"Patient/793a15fe-f52f-54b3-a184-5863c2ffb870"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"62a3651e-22cb-5be0-9502-b80d8a340e78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191093"}],"individual":{"reference":"Patient/28ae7d03-41da-53af-bbe2-1179860441e3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e8438ad6-97d5-5e98-b5eb-9c0a98748a7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191094"}],"individual":{"reference":"Patient/c49eb4e4-29ef-52c5-9977-24333ebd87ee"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"353ae8bb-7860-50a4-959a-14adb90686cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191096"}],"individual":{"reference":"Patient/d7008e43-c24a-5d79-858a-f2052d888381"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c27372a4-c622-5c85-a0f8-818951910e79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191097"}],"individual":{"reference":"Patient/56d4cf51-3a6b-538d-ab5c-d7a5e879279f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"df5af4ef-151f-5538-94b1-eaa56d6cadf8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191098"}],"individual":{"reference":"Patient/aaaa4512-3c7f-5055-b9f4-283a11822c97"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"72320d60-3783-5040-ae6c-1d2f890e0532","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191099"}],"individual":{"reference":"Patient/8f58e413-1109-5588-ab2b-a99f67923853"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"25ce80d5-e7ef-5e8a-af30-0d8a3128b635","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191100"}],"individual":{"reference":"Patient/3ca26c44-559a-57a0-ad22-027d6149e77e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d1fe7b6a-6019-5a39-971c-50a37f2b7249","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191101"}],"individual":{"reference":"Patient/029f8203-16b3-55c0-90d9-69c2cf3f48cd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6370d39a-3c9b-5e12-9325-537d15c5980f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191102"}],"individual":{"reference":"Patient/c76eeb81-7d8a-53f9-934d-c40ec8fed970"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"10e64051-9e0e-587d-a3c2-ad9762305766","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191104"}],"individual":{"reference":"Patient/807589f5-ad63-57d2-8298-5f14baea072d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"adfabf92-391a-5955-8bb1-ee834caaaba8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191105"}],"individual":{"reference":"Patient/89fde99a-c3f4-5cd0-a589-4aef3d5b7afa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"19651fae-986c-56a5-badb-332da5939d0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191106"}],"individual":{"reference":"Patient/909f82fb-1fa2-5aec-a043-4bcae1220f8e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"64eba82a-a78e-5259-a10a-e3091635c333","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191108"}],"individual":{"reference":"Patient/add87c40-ad17-5199-89e2-3d93ba9a194d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"35c29e85-97fa-5694-8a74-ec14ec18ce59","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191109"}],"individual":{"reference":"Patient/ecdffe6d-392f-5282-989b-5b6aa71fb0d8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"34138773-81a3-5e65-8c55-2465bdfcb82f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191111"}],"individual":{"reference":"Patient/ee155fa0-b428-5d33-a77f-1c9608198989"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"249f1702-3280-5373-9a26-0e3aa9b51460","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191112"}],"individual":{"reference":"Patient/e23df4e7-4c1c-5412-a95d-eda4c64a571d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d8386909-911c-5f04-bf53-20539c67641d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191114"}],"individual":{"reference":"Patient/ba06d45d-46c1-5b8f-9281-109afab89517"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"62642020-0292-5b16-945d-c8fcafc6bfdd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191115"}],"individual":{"reference":"Patient/a7917ec9-ee65-58f9-ae4c-bae04ee76c86"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ffddfaaa-c0f7-53af-8f28-5f92b46efc9d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191116"}],"individual":{"reference":"Patient/e1edbc61-c9a7-5e65-a54b-c6277f4ab721"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d38c67ef-0bbc-5a8c-9c72-6ea51880d31f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191117"}],"individual":{"reference":"Patient/c43ac5f6-07e5-5c00-a081-e8fed073da33"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b8dbf759-8eea-5b0f-a48e-ab6e1099b2ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191118"}],"individual":{"reference":"Patient/956c4a80-d53c-5b5d-80f8-429f3c88ad0c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5dd6c184-473f-5861-8a25-b60a66219742","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191121"}],"individual":{"reference":"Patient/2e0b2ad3-86d6-5b1e-8a08-399f6a33ecac"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8ecab974-4d4d-5a29-8b01-297f00ca0b71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191122"}],"individual":{"reference":"Patient/4889b3d5-7c8b-50b5-a4e0-ec0109f719b2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6c99e3e4-210b-5516-b901-8def177507df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191123"}],"individual":{"reference":"Patient/58eb5bc7-2034-533e-873d-4c65c7a12560"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fbf7c775-c515-5461-956a-433ad3d38ab7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191124"}],"individual":{"reference":"Patient/ef5d747d-dcc7-5559-a7da-b7658a04273c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"07d3c2b9-72ca-5507-a8fd-0832a94052f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191125"}],"individual":{"reference":"Patient/2fd2afd4-7efa-59d6-81a6-69e469bcfda1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ee46a0a0-1633-5e9d-9e3c-80beb3877566","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191126"}],"individual":{"reference":"Patient/ef63e116-e6ce-58d6-ac4e-4e4fed07475d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"08d8d286-a2d6-5e9a-bcf9-392772b6001b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191127"}],"individual":{"reference":"Patient/54bf6bef-cc5c-51dd-a7c2-01196dc4f008"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"574e4383-73f3-50d1-89ee-445f105be3e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191128"}],"individual":{"reference":"Patient/61917c9a-3e8c-5e9c-a37d-6ec269c83517"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1bbc72d6-2ab1-57bb-a3ff-ad9ca55cb0ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191129"}],"individual":{"reference":"Patient/c39c7d6a-6271-5c77-b1b0-59d7835ef61d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5a5b1f2f-d84d-5315-b56c-2bd53d428243","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191130"}],"individual":{"reference":"Patient/e21501f6-0349-55a0-ae0c-046e31344e88"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f0947854-3a46-5eb4-bdcc-f05226d95f58","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191131"}],"individual":{"reference":"Patient/9f72ff87-f94e-5903-ab2b-cbc6b8538775"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"962cbd28-6405-50a2-82e1-5878a9f12c59","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS191132"}],"individual":{"reference":"Patient/5c28232e-6ba7-50b8-a8dd-4ee34138f1af"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4d163b31-48af-5f8b-8b33-ed20c04930d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS193276"}],"individual":{"reference":"Patient/054e073e-ca1b-5830-8545-223c74028237"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8807908f-6e7a-5033-b8dd-f9f2a9a354d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS193277"}],"individual":{"reference":"Patient/fd4c189d-54c5-51e5-bd71-e7e7f57f3c8d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6daec08e-7d31-565d-994c-e74922d6df69","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212451"}],"individual":{"reference":"Patient/c5761cc3-9996-5b05-9c6d-c24a321212bd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aedc9215-c76a-59bd-a876-7e55b692ff1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212452"}],"individual":{"reference":"Patient/2f6eaf30-c862-5330-8106-f67847995c0b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b94a5a3e-7887-5d07-b278-5826a55b0971","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212454"}],"individual":{"reference":"Patient/ac737c71-ab7e-5a50-a113-fa15406d15c8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3fa0d8df-8068-5efc-bbd5-f466a7030b20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212455"}],"individual":{"reference":"Patient/6db28e03-8e9b-5988-90c8-f3befa5364ad"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9a6343ca-03cb-5670-a34a-31f5ec1ac589","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212457"}],"individual":{"reference":"Patient/c9c1a3c4-c5eb-5060-a640-fde8d0db60cd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"239a9467-66fb-59b1-bb33-d55b0e6216e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212458"}],"individual":{"reference":"Patient/dd1b54de-8004-5a6a-92f0-f6bd76b885ad"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1f83c6ec-03c8-52d7-984e-c01ca1d8429f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212459"}],"individual":{"reference":"Patient/7b64f82d-462a-577b-a62c-6e7b67ac8b94"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2e216009-1e7d-5e85-a251-2e9aedf04b61","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212461"}],"individual":{"reference":"Patient/4228fabb-10d2-5627-bafe-708595dcee73"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"83768750-8beb-561b-9320-8d0813bce904","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212462"}],"individual":{"reference":"Patient/dc69f300-00ff-52fe-80a3-03e3e2ddd9ff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5b9e3fa1-d002-54db-9aac-18c97d5f5290","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212463"}],"individual":{"reference":"Patient/01c52b32-c7e2-5c0c-be17-628c172ab9c4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ee4fccb8-87a4-575b-9486-8056f51c4d51","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212464"}],"individual":{"reference":"Patient/6cb4f509-8a8d-5513-9195-44e4d0c843dd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"035dbfc7-bcd1-56fd-a933-f3f436ffe390","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212465"}],"individual":{"reference":"Patient/65857f52-aca3-518f-ad08-3b8b09cff88d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bf85a49b-6111-5732-9c26-6093ef386d7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212466"}],"individual":{"reference":"Patient/70efb0cb-ed6f-588d-81cd-2d482f871c3e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5e1b7616-de39-5206-bff5-539651090444","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212467"}],"individual":{"reference":"Patient/9a1d3007-1bfb-55f8-8b0f-a80d7d551d6d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2392603b-bf26-56c6-91d2-461b9f36814c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212468"}],"individual":{"reference":"Patient/3c0f9c3b-9973-522b-a56a-6da92b8f83b1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"56c53df1-ef9f-5306-ba60-374113d73fff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212469"}],"individual":{"reference":"Patient/dff8e99a-f993-5fba-9dcc-07fff2b70fe2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f6e8d5cb-d216-5a43-9e00-8a858f058d0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212471"}],"individual":{"reference":"Patient/afec266a-e831-5587-8d11-1e9c13772714"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e221ab6a-d070-50b0-a75d-1a66d98127cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212472"}],"individual":{"reference":"Patient/a17ca388-729c-5f07-a38a-5be60107986e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"55a17684-802e-5604-9e69-7f81d0021f36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212474"}],"individual":{"reference":"Patient/a1c5dff3-84e9-5b8e-b250-6021d5790ba0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1d5f5956-4353-5e8d-8d13-ee3e438ab1d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212475"}],"individual":{"reference":"Patient/f050e049-4d2b-59a8-be51-89d9487d80b8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"27a513ca-a7f5-591e-bffd-57ae4f396a73","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212476"}],"individual":{"reference":"Patient/b979e2db-1757-5aca-a799-fbc67d82469f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"703a4dc1-7714-58c8-ace8-c0dbd0c24eaa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212477"}],"individual":{"reference":"Patient/de3c1137-082f-587e-9a5a-fc66481049f2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5230f0af-48b0-5c37-b286-afed10712472","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212478"}],"individual":{"reference":"Patient/293382f5-2660-57f1-a761-cc2a84be023d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ef65f60b-a63e-54d2-b5ae-d6e550042858","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212479"}],"individual":{"reference":"Patient/0f9b38f1-8963-528f-a9c3-d1c1dff74278"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bf19caf8-5b74-5ecf-af01-ac9f0d9291a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212480"}],"individual":{"reference":"Patient/5c5c0d58-ab90-5bc9-ab62-619ec82a7b98"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c34e299a-9089-56a9-8778-3623b2b6565f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212481"}],"individual":{"reference":"Patient/a165a30c-83dc-5bbd-a6ed-2b066716df83"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c990dddb-d2af-514c-8b38-7d35fb6e693e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212482"}],"individual":{"reference":"Patient/04eb8860-e9f4-5285-be34-98db09e59eca"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d4bcd35a-e4cb-5180-b435-1008b94929c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212483"}],"individual":{"reference":"Patient/321d3e79-4dd1-5646-9a29-9dd2c026033f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4455beda-9419-54c3-bd00-c720c17c3a4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212484"}],"individual":{"reference":"Patient/10e73b0d-2289-506a-a80f-6bbe7a333d9b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"54cb0ec7-7c3c-5394-a8a6-7e7713b21824","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212485"}],"individual":{"reference":"Patient/02308915-e246-512a-b50d-b18347e49e35"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6e4138e4-1e18-5642-9d10-383149a201b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212486"}],"individual":{"reference":"Patient/aba36849-3755-56e2-9a0f-723fb9cc8461"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dfefd927-6e3a-54b9-8513-c32648cb72e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212487"}],"individual":{"reference":"Patient/48e00b2d-95f4-5393-b2dc-ce7aa089fd07"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9e4bfb64-7eb4-5169-a02a-1820f9987bde","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212489"}],"individual":{"reference":"Patient/a5c3b07f-01c4-5cd3-8e8b-3ef725c8efc7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fbe14247-8b35-5969-93f7-8164160d0407","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212491"}],"individual":{"reference":"Patient/99e13d9b-5f10-5a2b-a864-c12848ac1207"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"80f39be6-c2f3-584d-8d27-8dcf133bd5dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212492"}],"individual":{"reference":"Patient/81736536-891c-58df-ade8-fa51c94e9391"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"669b1707-c206-5f56-8c07-1f97d86e428e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212493"}],"individual":{"reference":"Patient/3b98d80f-5252-5680-affe-0d5766763e72"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8cf3f3b0-bb68-5400-9e25-baa02309b68d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212494"}],"individual":{"reference":"Patient/2a862093-d7d2-5871-bc22-a17320bae74d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"192122d2-0e93-551f-9f2b-5a1b139eacf7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212495"}],"individual":{"reference":"Patient/b3c7daa4-9e63-56de-9fca-7c00b08e0773"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e8f87a82-9555-5f0a-a581-69c7e4ca2abb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212496"}],"individual":{"reference":"Patient/50eec866-3f85-5265-ad3a-f1273cdc4fe6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6c001b4f-dbe6-5dd1-ac29-ce0756e372d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212498"}],"individual":{"reference":"Patient/d2b73835-6683-54ab-a5fe-25698ca75bc4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ac90f89b-c819-5202-8bc9-016db22d2d29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212499"}],"individual":{"reference":"Patient/5cd13efe-9a04-5998-898e-9451928ccab1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cc4f07b6-6dfc-5b57-a67b-d50e9de6e208","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212501"}],"individual":{"reference":"Patient/f03b39d3-d727-54dc-885c-72d6618546aa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e7373efa-17de-5b81-95f2-0ddb95a8b5fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212503"}],"individual":{"reference":"Patient/9726dcab-bba3-5216-8d32-d0f9c1cbd0a3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"745c3ba7-5e12-57b5-9f10-c881c8eab33e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212504"}],"individual":{"reference":"Patient/57ddbdc9-7785-59a3-b8e6-c1f8ffdd2ae2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2e61e019-8f80-55a7-a92b-ee94e27ad600","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212506"}],"individual":{"reference":"Patient/f3a8b34e-b287-5fcb-9279-364fe777f244"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"12e8c4ac-a65b-5c7b-9ab8-a01c789f9b29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212507"}],"individual":{"reference":"Patient/8ce3d2e6-5b16-5764-b328-01779f2573fd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"59072787-392a-53db-8ced-ec26e88ddbb5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212508"}],"individual":{"reference":"Patient/8ab3ccc9-c533-54d4-98a9-2bedfe1523a5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e11a30b8-c8e7-5ea6-bc55-32a1cbcec240","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212509"}],"individual":{"reference":"Patient/4bed6897-b31d-597d-ac63-80dbb0994f22"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4254c7d5-212b-558f-91ee-91c173a68589","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212510"}],"individual":{"reference":"Patient/c61f487a-0873-5023-85ad-687dd835d32c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"00759a3b-e490-57cb-b01f-5de67d7f4239","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212511"}],"individual":{"reference":"Patient/c2ca1cab-1f00-5640-9d48-f72be834d96d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fb26a0c2-7052-5c9b-9707-f6da56de2d14","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212512"}],"individual":{"reference":"Patient/3cfb37bd-9ae5-5ad4-baca-1d0dac26f1ae"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d3256149-1ae8-5de7-85eb-f4cd19750ff4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212513"}],"individual":{"reference":"Patient/b2375229-1393-54b7-a255-6cee7494a4df"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9d71e049-f725-527e-ae1f-4b0543c1e5e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212515"}],"individual":{"reference":"Patient/88419fe7-e0d4-5937-9f67-2e95fae961ae"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"24881cd9-2bd6-5c60-b900-d3ab9bd4827f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212516"}],"individual":{"reference":"Patient/f3b3cede-a13b-5d22-bf83-7dea19942a10"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"477aa3c8-7187-5eca-854e-0a6db05692f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212518"}],"individual":{"reference":"Patient/9772fff2-e9ed-5e7b-bbc1-321908a1254f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c5cf8f78-62df-5f49-8cc3-a6ac0e4b9976","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212519"}],"individual":{"reference":"Patient/e516dad7-4f99-54b8-a366-80c8addc9942"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5916a6f3-6c53-5822-854b-9153d686ca6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212520"}],"individual":{"reference":"Patient/f289c702-b2c9-5c6a-aedc-f6b5daf72c38"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"28fa79c8-db24-53eb-bd36-75d11d53ce93","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212521"}],"individual":{"reference":"Patient/c19d6e95-3b60-5d43-904e-3f1a76b74c17"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e8bbf467-0a96-599e-aba2-149940c9e66e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212522"}],"individual":{"reference":"Patient/ffed16ff-4187-5f42-bcec-2435d596c167"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6dd26e63-cc4a-5318-bb63-638e43c9bc2d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212524"}],"individual":{"reference":"Patient/5ae3a5c0-ec20-57b8-aba3-0d5b7a06643a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cb32e531-00a3-54a8-9953-99dd536d0b37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212525"}],"individual":{"reference":"Patient/d532e09e-9e32-58e4-9d8b-7de05e20a59d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"010cc2f6-d0d7-5282-88eb-558f95a817b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212527"}],"individual":{"reference":"Patient/af72529a-8e85-5305-b292-7e62bfbf269a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7fae3b8c-24d5-5e20-b895-36d8f3ed13e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212528"}],"individual":{"reference":"Patient/dba587b7-e835-5a0d-a92e-06655434600a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"68878f3a-e6e4-5571-87d0-659d8504ffd1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212530"}],"individual":{"reference":"Patient/7559b833-8672-59dc-a0e1-14c7760b7586"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cc335fd0-bda8-5f31-a2f8-9246fc0fe3e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS212531"}],"individual":{"reference":"Patient/3a1c00c0-43ab-51f5-b797-af0f33745e85"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e4b9e393-bd3f-523a-9f78-91910f8c9540","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290867"}],"individual":{"reference":"Patient/998f1783-422e-55b5-9972-6a818deba5e6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0db1bf55-321f-5f0e-92e8-c0d13f3bec77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290868"}],"individual":{"reference":"Patient/e9635bf3-170f-529f-8ae6-52deeb8662ef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a2731bb4-65c7-5281-993a-3b2769b71713","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290870"}],"individual":{"reference":"Patient/88bde9f6-7e41-5243-8438-25147b62ddd6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6ae5a357-3685-5587-8b3a-050fe7bc4479","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290871"}],"individual":{"reference":"Patient/4af7878a-b735-552e-aa88-9d14f50e0264"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"28dd00cb-47bf-5865-be0c-ab10fa6b1611","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290873"}],"individual":{"reference":"Patient/0ee9aa53-c9ae-5c55-a7f4-2e08f34a52d0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c5083748-2a7d-5d97-8aa1-20f8cb95a6cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290874"}],"individual":{"reference":"Patient/d0c841af-7041-5de6-bbfc-db7ae900c777"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3a1cf77d-a603-5e87-a17d-c44870154490","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290876"}],"individual":{"reference":"Patient/fbdc183d-2af0-59ef-ab68-289997cb9438"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f14684ec-46f5-5552-989d-4833488427b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290877"}],"individual":{"reference":"Patient/f835722b-5a9f-537e-8c4f-bd0892b23620"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f5f0a05e-5565-5c1d-80dc-0a2354ef00aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290879"}],"individual":{"reference":"Patient/156d997d-da78-5d9e-840d-1fd1a6a40bd6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"75a0ccfe-ba98-5a77-a9dc-6efbe426c50c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290880"}],"individual":{"reference":"Patient/6128245f-9e45-540e-8646-d8dff8c08c3a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fc74fb3e-ce5e-530c-a03f-8ea923eab3b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290882"}],"individual":{"reference":"Patient/af8fc2b2-6023-5931-9c67-fe8cea8bf7d2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ea71d630-f571-508a-b780-09444d59119a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290883"}],"individual":{"reference":"Patient/5e3fe5c4-edc2-5f33-b2e7-38e561455caa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"db07f8df-ca35-5e67-b0aa-508f79ece68b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290885"}],"individual":{"reference":"Patient/221af052-d607-5798-8cd0-b6d6a7ef293f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3f4dc1cf-2ac0-5e7b-8516-c1a276ec9a9d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290886"}],"individual":{"reference":"Patient/dcb6d93f-7a97-5f69-a9ec-7d1a4d7e5aff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"30d09209-70f9-58c0-ba99-7db41bb91df0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290888"}],"individual":{"reference":"Patient/e2aaf823-672d-59d8-be97-bbb79a118146"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"54182cdb-c6b6-5c68-a284-978be31c7f47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290889"}],"individual":{"reference":"Patient/de15bb23-13b2-5347-be75-195b4f7a1d5e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"228dc026-4392-5ff9-a129-54ab739905a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290891"}],"individual":{"reference":"Patient/a951cadd-5766-5933-b552-e2943cf730e9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"309dc4e3-1658-5d2e-8bb4-318d88f5b5fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290892"}],"individual":{"reference":"Patient/53988485-3343-5a45-ad2f-5afe10bdf1f4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e30318f7-d16e-5ad4-9d54-276336f94a7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290894"}],"individual":{"reference":"Patient/d0cbf1ab-110b-54bd-80df-b0558393cad4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1191e244-1b20-53d1-ad1c-a904c844d301","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290895"}],"individual":{"reference":"Patient/34b7a905-065b-54df-8768-34c9bd89bc74"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c8a2a3e6-8b6a-58dd-b458-ee42fe9a2fed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290897"}],"individual":{"reference":"Patient/d75fcbec-7a46-5b78-a9ab-4c4d0c72c787"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8d760e17-75cc-5063-9dcb-b65a922fca40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290898"}],"individual":{"reference":"Patient/fc33ab6b-397c-59bb-9716-85debcfaa96e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4ff7d930-0a73-5aef-8ec8-16db61c01751","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290900"}],"individual":{"reference":"Patient/e0eaa6d2-7afd-5b2d-9aaa-1f815d98f26a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"15628ba7-2497-5186-a7f8-462b869c54a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290901"}],"individual":{"reference":"Patient/97d50dfb-0653-5f2a-b6d1-2e2d73128849"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"769f2609-69de-5ad8-b876-17c4f0c87760","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290903"}],"individual":{"reference":"Patient/57755e01-c5d2-519d-b266-f0f7307615c6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"94a9d969-de99-5964-8b97-7aa12c745f55","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290904"}],"individual":{"reference":"Patient/60abab88-aeeb-5c46-9711-cfd02aa92659"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ed7ca543-633f-5a77-8f91-7fa8969e7955","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290906"}],"individual":{"reference":"Patient/849aad9f-1aa2-507b-990a-20b2602df3af"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a1775aae-274d-5b35-9723-30b7ba7b052b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290907"}],"individual":{"reference":"Patient/6415aee9-2ed6-5479-b924-008e9770d7b3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"376c060b-f96e-5b6e-afc8-28cafcbde0f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290909"}],"individual":{"reference":"Patient/35883469-ab0a-54dc-8c7b-0d38d818cb7c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1f08c5c7-7be4-540f-bf1c-6185460869be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290910"}],"individual":{"reference":"Patient/fc37e919-41ce-5516-8340-99bc4272a131"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4a124593-8b52-5484-b297-ebf37f5ff659","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290912"}],"individual":{"reference":"Patient/b2c8675e-607c-512c-a6c0-f118984d97be"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6f526ca1-d469-5d79-82a2-0e28f324ec69","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290913"}],"individual":{"reference":"Patient/2e0ffaf7-77dd-5a34-84a4-92e88ae3b5f4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"43bb7c80-c045-552e-bc07-8bf5cb48f842","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290915"}],"individual":{"reference":"Patient/6443ab37-7285-54fa-b377-4c64d11fe773"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1783fcee-4092-5243-bd3a-919d8f887090","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290916"}],"individual":{"reference":"Patient/4369ff0b-57c7-5fc4-b1d9-65e2eb62d9c0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4fc92d85-eeb3-5884-b820-45d44d5b7e57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290918"}],"individual":{"reference":"Patient/2c631e92-0e36-58ed-8129-9a1040a9f8f2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6a33106b-20e9-56d3-a0cc-15e91a4e6ed3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290919"}],"individual":{"reference":"Patient/ad2af859-1d31-5746-90eb-63e1d8df7edd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"668ef53c-f94b-5091-b0b9-1d51e1edb692","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290921"}],"individual":{"reference":"Patient/86b18730-ec0c-5aeb-91f8-7b2c8069cb2c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e963db4e-2740-5214-a266-4d63418b7055","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290922"}],"individual":{"reference":"Patient/200ffa4e-2c6b-5e68-ad1f-51190ed80168"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d68ea1e5-7d70-50b5-b852-c28df41b6200","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290924"}],"individual":{"reference":"Patient/a475e6e5-3d6c-5223-a423-09d7ee2f5640"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5f0b3263-949b-5d71-8633-b0bcd5105fdd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290925"}],"individual":{"reference":"Patient/d1282308-c4eb-5fde-92c7-451ee2ef3b68"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3200f0aa-3aea-5020-9185-acab47e2413c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290927"}],"individual":{"reference":"Patient/8c7326bc-c52c-55c3-bd98-e2f557cb2a32"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e9d181ce-b385-5c39-b0b9-315b9d09fb4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290928"}],"individual":{"reference":"Patient/ff8f8ca4-54d5-598f-812d-067181f12c1f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"26d18228-21bf-5ad7-9d42-e126c2bc2287","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290930"}],"individual":{"reference":"Patient/4b152cf4-3703-5799-a886-29203d0a74ad"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"83290ef2-3ef2-5f4b-aaa7-fc17e8a27af0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290931"}],"individual":{"reference":"Patient/a915e48f-2c3c-54a5-a58a-62abdad20193"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fb768fc2-2df6-50d1-89a4-da6755992ed8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290933"}],"individual":{"reference":"Patient/3ad8afa8-7eab-5f37-ab00-b58a4e5836dd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"73ecf0d6-34be-5e91-ba54-699576138542","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290934"}],"individual":{"reference":"Patient/61c19780-8241-5725-8c69-a9b64da0f589"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f82aee81-3a14-55ec-b39d-447bcb8d5a54","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290936"}],"individual":{"reference":"Patient/80041152-fef6-5ef7-ac32-fedf8f415ac4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f494bd07-1c63-5da2-9093-1c148cd7479b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290937"}],"individual":{"reference":"Patient/b0fd8af7-a526-54f6-b2ca-f17172eaa66f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3507782d-f20f-5536-abb6-e992e6de213d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290939"}],"individual":{"reference":"Patient/70cfd07b-9881-583c-b44b-a0f7c1733e2e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"966886a0-d71f-5ad4-b060-1d400232bc95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290940"}],"individual":{"reference":"Patient/dc70400a-db4e-5044-907a-8a57f78f526d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"44484844-67c0-50b8-9ea8-f26bf835ba93","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290942"}],"individual":{"reference":"Patient/4d6aa58c-54da-55b0-a5c8-3410539adffa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0759fc82-d456-5094-8ad0-9cd100ab9735","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290943"}],"individual":{"reference":"Patient/d42b2501-cf1c-5878-8631-53f2de787da9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"86ff48aa-aadd-53f1-9322-d06b1913d5d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290945"}],"individual":{"reference":"Patient/53d92e99-28ff-5815-acc7-69968a69d7b1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fd21dba4-0ec1-5980-9e65-a4ae63902d3e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290946"}],"individual":{"reference":"Patient/7548835a-ba4e-59f9-bbd8-c3bbed711e06"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"543566e7-e91c-5adf-9eae-a82879c3c703","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290948"}],"individual":{"reference":"Patient/028d1004-d56d-55b9-86ab-fd841c423ff1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e13c3b22-b054-5e7b-a13e-bf851e3f60f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290949"}],"individual":{"reference":"Patient/76c6b964-9fba-55e2-b2ad-e53707e5e059"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"99265328-45a4-5908-8ce9-3801f9861b14","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290951"}],"individual":{"reference":"Patient/6827e4e6-353a-5827-aa69-13f1ea0a6509"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0d76529c-dc3c-58df-8397-d449fdbbbb56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290952"}],"individual":{"reference":"Patient/3739f749-a1f9-5922-9a1c-30cb72b19bd6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b13f9635-710b-5f32-8289-ea4b79d51ef6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290954"}],"individual":{"reference":"Patient/d9be083d-17ee-5eae-97bf-d8ea0facc36e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9ca22221-2bcf-5f91-8b0a-f9ea4d5a9f91","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS290955"}],"individual":{"reference":"Patient/5d672916-e9fa-5a56-9c76-90c43e9b7848"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1c6bad8e-a745-5327-b572-d88bf29147f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343971"}],"individual":{"reference":"Patient/30ffb06c-439f-55a4-b471-e680d292d374"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c087e257-d506-5574-b1fc-c8e1152a8100","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343972"}],"individual":{"reference":"Patient/3708dc18-1c0b-544c-9a5b-8d4ada367a8e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"98e389d0-8fbf-5165-90e1-e333a3186af8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343974"}],"individual":{"reference":"Patient/7a7f1bda-432d-56e1-bc02-103c7a4726c9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c6766a3e-ac64-52b2-9ae6-7440abe10c4e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343975"}],"individual":{"reference":"Patient/f68fab70-0493-52de-be22-d62cce005ca0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0669483e-766a-55d2-be1e-d462252a76de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343977"}],"individual":{"reference":"Patient/77d3bf3b-1b62-535f-9bf2-e94ccbc77c52"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a1af6387-249e-5d5e-b9e4-a4d26e50e3d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343978"}],"individual":{"reference":"Patient/33b77be1-e267-5f4e-8b4c-1f2891a123e8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"50f49791-09ff-51f6-afcf-568e4476ae63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343980"}],"individual":{"reference":"Patient/96cbda8c-690d-57b3-bf9e-1b4e5eaeb67c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"17ced7e6-df28-56c5-9f4c-43359811aef9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343981"}],"individual":{"reference":"Patient/114e2778-5390-5491-8a65-7929fc21f4c2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ce92acb5-0d00-5adf-b4b2-ae7f07d9a1be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343983"}],"individual":{"reference":"Patient/0e694df8-e1b5-5059-9167-466d7912c85c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"80d77074-085c-5a52-b85b-8a1a554ba027","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343984"}],"individual":{"reference":"Patient/74eb31fe-d804-502d-ae31-bc3b4dc5f8bb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6aeb85dd-e716-587a-8a28-a5657428f1d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343986"}],"individual":{"reference":"Patient/ccc6880a-242f-5b3c-979a-c8aa7609f7d6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f5f9be9c-d185-5fc0-8b31-c125c180a150","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343987"}],"individual":{"reference":"Patient/c72246ed-fcb1-5f14-8aca-af0ba8e5453f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b3dfc839-d4d0-5e2d-90de-4b175301d020","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343989"}],"individual":{"reference":"Patient/1ad8fc27-f153-5026-9411-753c5bfeb49b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7a85fb7b-6834-5b3b-8fa7-332207a98eb8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343990"}],"individual":{"reference":"Patient/ae6679ba-6dd1-5e70-bfc3-d2018f7d0a88"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"faddb710-4d1f-582f-8abf-ead87bb61250","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343992"}],"individual":{"reference":"Patient/40f8c935-01fd-5c76-9713-f1540447ebe6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b742b6ce-bf84-5b13-8f21-ba26f39ea76d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343993"}],"individual":{"reference":"Patient/4657f021-36e7-55e5-92c0-564c35cdff90"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eaa7d24d-93ef-520e-a0a7-0cecbc83217f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343995"}],"individual":{"reference":"Patient/8325b248-6e8f-505e-8133-6a4b384fd9fd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"15484f8f-ad36-5d83-818c-6951fa0714b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343996"}],"individual":{"reference":"Patient/7d2b7907-fb3f-557b-8878-8131109110fa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"728cc0ec-d0ad-5a1e-9b8d-b475289b77eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343998"}],"individual":{"reference":"Patient/63c5b691-dace-57bf-9106-d2ce74378176"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ccde034c-4829-5644-9eab-bff988cbb369","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS343999"}],"individual":{"reference":"Patient/31aa1da5-c3f8-500b-8bdb-56f0d94ebb29"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"14475451-9f54-57fb-9acb-32e6b542d362","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344001"}],"individual":{"reference":"Patient/d90ca0b9-f7d7-5a63-8352-0effb6d308fa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"136f6321-ba3e-5ea1-85e1-e9a5647d2319","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344002"}],"individual":{"reference":"Patient/099f5c00-54b1-55df-a0d3-92162d0d79ac"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"04c7b0c2-8671-59f5-a40c-fffcaf6084fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344004"}],"individual":{"reference":"Patient/f38d8668-c4c9-53f7-bb9c-988d05d2ba64"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4b3bd33b-6c42-5b2e-b81f-a5a6d12dfdcd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344005"}],"individual":{"reference":"Patient/c6c5cf39-574b-55f5-aea0-279240a86e63"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"39b35012-bd6b-5a4a-9591-bf22f4361da2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344007"}],"individual":{"reference":"Patient/0222631d-4820-5a05-ab39-6b12bbaa2c86"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6c922b94-71e2-5d81-9937-b1f50627ef59","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344008"}],"individual":{"reference":"Patient/3cb42838-56cf-5d58-8190-f05fec23fe7a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b9ce2b03-976a-56a0-9ac4-d8972ef0fa03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344010"}],"individual":{"reference":"Patient/15bc81ec-8165-513d-91d6-6e0855061dc4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a37b5b77-2ae9-567c-84fd-2ecf45d1fa28","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344011"}],"individual":{"reference":"Patient/ba888bfe-b598-550e-9293-bf53dc54e2e9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f6730a53-cae6-5a1f-add9-e6b7f0720775","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344013"}],"individual":{"reference":"Patient/d964ca3e-c77d-5a94-b730-aa5cc6f8f367"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9c8f37d8-6d3f-5704-9156-137d56fd6e16","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344014"}],"individual":{"reference":"Patient/8126c38c-8012-5706-9ce9-ce0d49218be8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d5cf0cc0-d823-5229-9dde-0b332ca5de24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344016"}],"individual":{"reference":"Patient/b8ba4f51-b140-5887-a1a0-c635e3626159"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8c968ea0-fca3-539d-b7c7-0bf9eb977916","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344017"}],"individual":{"reference":"Patient/a05e8de5-280c-5423-91f2-5b8e0c35516f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0b013219-f118-57f8-84ba-df016446f550","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344019"}],"individual":{"reference":"Patient/d8f3df0b-d91d-51d5-b9ad-132ade7e46c3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dd4d076b-64d8-50c7-bbd6-584049e7c15f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344020"}],"individual":{"reference":"Patient/d50385b0-769b-59e7-80e8-5d6aa3da2d6f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"80f60a05-e838-516e-af40-570582436649","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344022"}],"individual":{"reference":"Patient/05cfac7c-0e97-59c7-86dc-eb82b9b7c694"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ca5c3832-d246-59af-b3a8-a052053c9402","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344023"}],"individual":{"reference":"Patient/3d67cbe8-39cb-5014-b4ef-2af4f0a642a2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"80ead411-8679-5d5c-8cdf-e38bc640eb1e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344025"}],"individual":{"reference":"Patient/f8a4fdfc-00b8-5e32-89a1-8fea1bcd9035"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e662044d-6ebb-5676-b7a7-39130926262f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344026"}],"individual":{"reference":"Patient/ec1cccd5-6aa3-5d12-8ca9-4a3bd7686601"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aa5e66ad-0a44-5edc-8f29-23df62845f30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344028"}],"individual":{"reference":"Patient/20f00f00-ba05-5580-afa8-64a6777175dd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8fee0910-8cc4-5273-b612-283de1e0ce32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344029"}],"individual":{"reference":"Patient/7d8cc07c-be51-5d31-8639-1a733ede8d93"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"76d44aa9-6bf3-5869-b20a-3e48c449023b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344031"}],"individual":{"reference":"Patient/615b2630-a9bd-5e68-a2a6-52b5948bf038"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"496d65cf-42be-5540-b212-417258cddcc2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344032"}],"individual":{"reference":"Patient/b45393df-8d82-5726-88a0-159601d6974a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bf824ef6-ca42-595b-b26d-d4dcfd2a4839","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344034"}],"individual":{"reference":"Patient/89ba8939-fc98-5e38-b805-87bc3585d6c8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"50afba95-1174-5749-b402-ed7cc3879c95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344035"}],"individual":{"reference":"Patient/65bdc8f9-51ba-52c0-ad47-27019e4d606c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"84e90777-bdd1-51e9-93b5-1b3bfdb65b9e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344037"}],"individual":{"reference":"Patient/9f1774f7-f9f4-5e0f-8c39-81cdb23d2a96"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1ffe3495-f777-560c-b50d-a7fa5bf11a2c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344038"}],"individual":{"reference":"Patient/d5e0a4d5-dd44-50b6-919d-06941b70a042"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dc365cd0-3133-5966-b077-d18d7f5cfc9d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344040"}],"individual":{"reference":"Patient/21abe56f-4e47-53b6-9f20-d600f41cce69"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"505b5e32-6d24-5e5c-8710-5a52b22abbc5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344041"}],"individual":{"reference":"Patient/c22ac872-de67-5ee7-8561-4caf4e277bbc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"504aa1b7-17e5-5135-984c-d300d477b791","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344043"}],"individual":{"reference":"Patient/ee86669a-444a-5236-b946-38ec0721effb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9bfa8448-bf0c-5c24-8c71-8ac477a8e4cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344044"}],"individual":{"reference":"Patient/1e4b8d40-ec03-5e37-8724-54dbeb1e96df"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4bf09e23-d0c0-56e6-b304-e4214f94a793","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344046"}],"individual":{"reference":"Patient/9318206c-38d1-58b0-bfe8-733fbe4ba095"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d6aa2979-8e5f-507b-a73f-4c416fd0dd1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344047"}],"individual":{"reference":"Patient/7945ced2-3485-5f5d-943a-7a44d4cb1419"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"50de12ca-c272-5b53-80f9-417c5d131e09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344048"}],"individual":{"reference":"Patient/d699fa10-a4b2-5786-886f-ff8a82af3233"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6cec2d4e-eb17-54e5-ab8c-00721b6eef97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344049"}],"individual":{"reference":"Patient/8c8e3746-80e3-5bfa-9be8-3de7a847a80d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ab7d519b-86fa-5f8d-958a-aa72e7e5f93b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344050"}],"individual":{"reference":"Patient/4ad56e57-439c-5fc3-97e4-b64dc6649498"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"76cfb453-a783-5599-9c79-b5c4cc88e9ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344051"}],"individual":{"reference":"Patient/6c66f9f1-9c31-5433-8942-1c45606df206"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7f72ae82-f12c-52c8-80af-c12512aa3d62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344052"}],"individual":{"reference":"Patient/ba598fed-5398-5273-b2a2-96e34823acb4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d6461abb-36c7-502c-a20e-5572c89a0f54","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344053"}],"individual":{"reference":"Patient/a848c678-24ff-5fac-b67a-d2a43c6a6825"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e8a0e80f-7e30-511e-8464-351f9c9d62a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344055"}],"individual":{"reference":"Patient/f09e503a-2bf0-59fa-9ce3-57b74bfaf454"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c0dce47d-6072-55bc-8c71-08a2e59edd39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344056"}],"individual":{"reference":"Patient/ce050c22-f536-5747-9c26-7a00d8b16083"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"542c92e1-7449-59a5-8dc8-81bea2aed497","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344057"}],"individual":{"reference":"Patient/d126c2cb-cfbb-57a6-aaf1-ca1ae0c41c83"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d9d548b0-be1f-514e-bf32-6ec7061fe1e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344059"}],"individual":{"reference":"Patient/6f5a0199-a378-590e-9c8d-2ef80c9b9d53"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"16030b22-8ac6-5217-ae97-32de410bc63a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344060"}],"individual":{"reference":"Patient/f13b3d85-8bb6-57db-96a1-e093a40c9967"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"927ee9cf-99b7-5f83-8902-6eb78da4986a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344061"}],"individual":{"reference":"Patient/57c6db3a-8f3d-5f1d-af5a-f09f20799305"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bd7bf67f-a391-5bbc-b719-8ac19fdc87aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344062"}],"individual":{"reference":"Patient/cc7df0d8-577e-5766-b092-3c0ae1526166"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cfac8de8-b707-5993-ad30-d5b9f9ee9cf5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344063"}],"individual":{"reference":"Patient/d7d05da2-cf3b-5d21-9708-6fa0d8814393"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6bdbb702-f834-5831-bcdc-0ed363e68b10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344065"}],"individual":{"reference":"Patient/9048fad0-d564-5ef8-a164-18b5b2da5b5c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"82821d3b-9431-5bf8-b40f-dbef01f8047f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344066"}],"individual":{"reference":"Patient/b8872c3c-cf5b-5763-a094-bb5946b66566"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6b895600-03df-5696-93fd-08a5f0e14ad7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344068"}],"individual":{"reference":"Patient/70dd9a62-b104-57cc-8a2b-93cdaae35d21"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7aac9610-c657-595d-88e0-0f80e717a62e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344069"}],"individual":{"reference":"Patient/376a3427-8655-5601-ab93-e7bc94b46aff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bcd0bb85-7b2f-5846-9f26-df90cd8fde52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344071"}],"individual":{"reference":"Patient/ee7d6d9f-0a42-5526-8bd7-566c86087dd8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a1638935-6390-5e0a-96b3-56fc93a370b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344072"}],"individual":{"reference":"Patient/66a59c82-f7a8-5186-83a2-fd445eb7114c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9d8aa927-7bb0-56a4-8196-17d386f47d95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344074"}],"individual":{"reference":"Patient/3e33d1e7-feda-59dc-9c8a-0801c5d70ad9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3e94b42f-7d5e-57f4-8ea9-9ea76e6f5b99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344075"}],"individual":{"reference":"Patient/9b615f9f-66c3-51cd-b9df-9610256ad076"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"81647a6b-a9a2-5368-b51f-affe9f0ef178","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344077"}],"individual":{"reference":"Patient/bdea0fb9-1819-5ac0-a353-24e3a6e09564"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d4b6775a-be11-54d4-b869-23b53dee1e75","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344078"}],"individual":{"reference":"Patient/c6920e8c-347d-5436-bbff-f4f290552b86"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a0e014e5-f8ee-51b0-9e78-7e309a5b2e8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344080"}],"individual":{"reference":"Patient/12d86b32-caa5-5532-832c-5839dec34a17"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6a07f838-0feb-539d-9f1d-04663889926d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344081"}],"individual":{"reference":"Patient/7dfda33b-0e96-501e-942f-6536ecb94a4e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a356968f-e80e-5abd-87bf-480f5d507231","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344083"}],"individual":{"reference":"Patient/92943a8a-df57-5994-99a1-674d61c7911a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eb919380-9896-500e-8140-beed9b06a346","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344084"}],"individual":{"reference":"Patient/ce1d61b3-b259-524e-a1d3-c1068cd3abe1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f33da955-ea20-56fc-bef8-97e5ae696bb0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344086"}],"individual":{"reference":"Patient/cb78fe3e-0c67-5b59-9c8e-d073613f8dc3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ae748ffb-aa86-5a7f-ad3f-fab23f718b47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344087"}],"individual":{"reference":"Patient/29cca322-b867-5330-b44f-ca0c229aa10e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ea3b3061-68f5-5cc8-9f50-71e46ff04bda","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344089"}],"individual":{"reference":"Patient/9dc6b89f-b45c-5667-9304-59007fc09d00"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9c854721-3be5-5b01-bd57-43350b2e815d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344090"}],"individual":{"reference":"Patient/03d9cf24-6c06-5689-b9a3-bf3df7568a0f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"698785f2-5e95-5d91-bcef-80655e0fe9e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344092"}],"individual":{"reference":"Patient/6fc277a3-afb3-58f3-a61c-c1e059a7774f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"78678f5a-785b-57da-a9f9-4c4e86b6b13a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344093"}],"individual":{"reference":"Patient/5dd4fe4d-d874-5ab6-a45c-96846a418b56"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f192a000-414a-5c63-87fb-0812cdff0792","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344095"}],"individual":{"reference":"Patient/5fc09dcd-8325-5589-ad10-0fbb94f775f9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1b49f4f3-9cda-58ff-8037-9bfd4ee7273a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344096"}],"individual":{"reference":"Patient/e9dfaeb8-b00a-5861-bfa9-ad3023098690"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"68d49073-b7cd-5e7d-8836-6997db85119a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344098"}],"individual":{"reference":"Patient/5f848c84-accf-528c-aea3-ce445e810d80"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"af7ab631-5c73-5fd7-98e4-46125ef12b94","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344099"}],"individual":{"reference":"Patient/e5c181aa-14ae-579e-a7cf-86de45992772"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b5aeee26-71ea-5c47-8acc-bcfc317df337","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344101"}],"individual":{"reference":"Patient/1555d7d2-0587-5849-af42-c4aebe19f2b9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dbeb8240-c76d-5f59-b923-63dbfaa21572","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344102"}],"individual":{"reference":"Patient/7a3c4c7f-881e-51eb-9a51-afe2a965be1a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7caf34fd-33df-57f7-95f5-0da8b542751a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344104"}],"individual":{"reference":"Patient/eb28e756-d196-5b74-8cd1-fcbce8a916e5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"abd3032e-b09d-59cb-a031-54fbeea09b3e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344105"}],"individual":{"reference":"Patient/bfa6e192-b6c4-521c-a9b9-6bb9235bbefc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5c95f441-a6d0-5e9a-946b-9405ebae90ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344107"}],"individual":{"reference":"Patient/75bf786e-9eaa-54f4-9467-018c02a520b3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"119846be-ef98-52f4-88a6-b5fa8770901b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344108"}],"individual":{"reference":"Patient/f3be1666-8519-5111-9be2-073536f50c90"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0e9b37b1-796d-54db-b89f-ac19f0495335","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344110"}],"individual":{"reference":"Patient/ee40b62c-b9c7-5d58-9c7b-5fe09e45fc92"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a889a237-dbbd-5769-9f5d-99257821251e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344111"}],"individual":{"reference":"Patient/2ef31bec-d3c6-5a1e-a728-6ae3fd8865e5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d776d5bd-f614-5d51-9692-dfc89ad80a88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344113"}],"individual":{"reference":"Patient/b6774849-e06a-5c77-9d97-857f2e4571f5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"81f87dfc-cf95-5040-8120-9de6e593f89a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344114"}],"individual":{"reference":"Patient/077d8db8-900d-54aa-a8f9-236f5a5c7468"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7747aa92-f44c-59f3-ab83-345ce4c5ae70","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344116"}],"individual":{"reference":"Patient/cb05bf5c-92ca-5182-b512-677bb5e28e70"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1b3d2fb7-5f86-5fc7-a17e-47f3911576cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344117"}],"individual":{"reference":"Patient/dae02839-2782-553f-8938-9b813c9d4ba1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"37ea32e9-93d3-5163-a3a6-489780529bfe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344119"}],"individual":{"reference":"Patient/4a747896-5670-52a4-a3a1-2fb0209d623d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8d710d8d-3a92-51c2-8a44-ea65c564477c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344120"}],"individual":{"reference":"Patient/4032b50c-f6cb-5eaa-9e4b-8266cc19ae35"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cce15a73-a9bb-57c3-95fd-7d8a34531f42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344122"}],"individual":{"reference":"Patient/c470abf9-abad-5d47-8dd5-06b25d51fd13"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"93eda636-e2f7-5aa8-b78d-9f1fe7d955c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS344123"}],"individual":{"reference":"Patient/9f935bb5-4116-5471-a716-64451b42fd1d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0dc34a30-aeca-5b63-893c-5e92e48d07d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350638"}],"individual":{"reference":"Patient/5597d8b9-2d1d-5ff2-bf32-9eb695960c97"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7b827cf0-6edf-58ac-b13d-ce7b171f7fa9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350639"}],"individual":{"reference":"Patient/490d91ca-e850-50d0-80fc-9a33fd4854ab"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fc45dc03-e31b-5d9c-84c9-45421331b291","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350641"}],"individual":{"reference":"Patient/fe929a2a-3734-53d1-ab05-fd21833872d6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"819bb194-4b75-5b7f-a276-6484b9d9da1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350642"}],"individual":{"reference":"Patient/90e8ffb4-7f6a-5a61-86d2-28c9e4853ee6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"76a45244-23a4-5e31-9c09-8397e473a2d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350644"}],"individual":{"reference":"Patient/75254b28-c33e-54c4-85ec-9fe337683128"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"162391eb-f555-5a42-b3f1-9bed880542a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350645"}],"individual":{"reference":"Patient/17786068-e9b5-58bd-bc7a-d0370c9301f8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"425bf520-ebc7-5075-b917-2525c4000388","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350647"}],"individual":{"reference":"Patient/c0b0665f-6ad0-5fe0-9421-d1ce8121c125"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f16eccce-1012-5721-b74c-96a596da00cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350648"}],"individual":{"reference":"Patient/622a911f-02f6-52c3-a376-e021927e21ef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ad8d88d8-de53-504d-b14e-bf8efa473f98","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350650"}],"individual":{"reference":"Patient/9c1185d5-68d4-5805-bd72-cf09875808a8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"22d8bd84-8b07-5bc8-8240-3a2db99efdb0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350651"}],"individual":{"reference":"Patient/d347c7fe-367c-5f46-b3c5-79f73bdab7f7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"245038e2-93fc-5ee4-9b47-0c630d83c4b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350653"}],"individual":{"reference":"Patient/ca02d565-e43c-54a2-9f08-e3ae3b9cad0c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a48bd97b-8fcd-514a-ac54-39fd0dd686b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350654"}],"individual":{"reference":"Patient/20e939a1-43d1-55e8-967f-530504ac8c1a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9e94f883-c399-5d75-b493-9a689fefdf6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350658"}],"individual":{"reference":"Patient/2e00dc54-cd08-5744-856a-005ef589af93"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3cc9e3a2-927f-552b-bd6b-075940aec467","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350659"}],"individual":{"reference":"Patient/1220371c-b8fc-5918-aa05-8b34e5f0c3ed"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"38461461-805b-58ee-9a3c-789ecff58d6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350662"}],"individual":{"reference":"Patient/20cff60e-5262-5047-8676-56a17196f56b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2e149ac0-7df4-5788-b96c-0341f57f811d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350663"}],"individual":{"reference":"Patient/ce7aaf2a-16ac-53a5-b5d2-b2d3941223d4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d8449920-4e36-5cc2-b7b7-2829c1df87af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350664"}],"individual":{"reference":"Patient/b45a5578-c5f3-5a3b-87fe-447ec9901064"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9b239b48-e039-59f7-a501-43abb7da8f9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350665"}],"individual":{"reference":"Patient/69a28211-7e3f-5615-b7c5-275d3eab6ef2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9174353f-bb10-58e0-9038-60ad43d28ace","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350666"}],"individual":{"reference":"Patient/51521320-6c28-5030-92cb-c6910b86abf1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"76be368c-f87d-5808-96ba-4fcb320acc89","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350667"}],"individual":{"reference":"Patient/55a51f4e-e82c-5f91-911f-66fd230c5b99"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"26a10a7c-a4ad-58da-ae39-7dc337206ea7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350668"}],"individual":{"reference":"Patient/f87860f3-86a7-51c9-a0c4-9e9db24f83e3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"77f43972-8864-5a45-b64c-89cc2860e4a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350669"}],"individual":{"reference":"Patient/b0a731ec-19a2-5731-bde2-7b10f34ac78e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c86d80c8-36eb-5787-a02e-f07ace856f00","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350670"}],"individual":{"reference":"Patient/148bc012-e35b-5393-8298-329574f0272d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d25f26fa-edc1-591b-aa39-5b4ac58252bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350671"}],"individual":{"reference":"Patient/ad17dab9-4581-57a1-83db-f2bee96403e4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f3f03fe9-a4ad-57ec-bd41-a37a7514881b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350673"}],"individual":{"reference":"Patient/8ef2eb94-3c83-556a-9736-728e051381c1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0732a499-8777-5392-a5fb-bc7118420150","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350674"}],"individual":{"reference":"Patient/94dd2d7c-a711-527e-b504-57ffe515195b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6b825afc-215c-56cb-b30d-c7876e9bb6e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350675"}],"individual":{"reference":"Patient/18f0af6f-ba8b-5fb4-91fa-82118a30ee12"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"db87065b-c228-5899-925b-a6614d4f0407","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350676"}],"individual":{"reference":"Patient/9d96efaa-3e32-5b1d-bf79-4c6a732817a2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"effc63ba-0493-5fcd-b805-39de4015e1d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350677"}],"individual":{"reference":"Patient/17c4cbf1-2175-52c3-b690-7863ec3277ee"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4f7fb9c7-89fc-558f-ab04-21416803c4eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350678"}],"individual":{"reference":"Patient/d8eeb6b6-b060-5f8f-9d00-29f8da11667c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5a6dead9-79bd-5902-b2a8-7d382f5be897","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350679"}],"individual":{"reference":"Patient/f3cd9864-c45d-57f0-94ab-c50439c63124"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"218914a6-3acc-5b8d-8056-1cccf8e7fda5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350680"}],"individual":{"reference":"Patient/5d06b12b-7586-5759-a3e6-954c68d9c249"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c4b1d329-c7ed-526a-9279-09878d675016","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350681"}],"individual":{"reference":"Patient/5dd5cbf4-05d3-5af1-8aa7-714b42456a10"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4b6812e0-6520-5f31-940a-80c4ba57fc84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350682"}],"individual":{"reference":"Patient/09a49fa5-a591-557c-adbf-9840f136423e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"89fe1b8b-5f8b-58ee-a1cb-947e9a1fce34","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350683"}],"individual":{"reference":"Patient/15300a84-998d-5d28-8719-58b4e1067275"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0441151d-bbaa-5d58-9a64-8d65c9d369c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350684"}],"individual":{"reference":"Patient/36ae3c80-33fe-5c8e-ad28-475030e3f41f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5b852c78-a3be-51f3-9bcd-31c5853b20c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350686"}],"individual":{"reference":"Patient/72f7f612-60cf-5edb-8b1f-e044ef144e44"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e5b4b8e3-f146-5827-b51c-4e88b3ca64f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350687"}],"individual":{"reference":"Patient/736cb48c-d015-527d-afe9-cbf8ec5b166e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4079468a-ec0c-5111-8b85-4df9f82ea2eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350688"}],"individual":{"reference":"Patient/527433f9-d646-5537-8e07-bd2621a26daa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6652d63a-563e-55e5-ab20-80430e124104","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350690"}],"individual":{"reference":"Patient/8279110d-e95d-59a1-88a2-b70184b2eb96"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6a2a480e-cd19-5bf0-866d-a7bbdc45b862","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350692"}],"individual":{"reference":"Patient/2c7faca9-e286-5830-9fe3-212a5b1e499f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c94e6e1a-2972-5a80-9d19-62fcb8c65e72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350693"}],"individual":{"reference":"Patient/659f9f98-e88d-546d-b60c-3fe24613b24d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0f194dd4-016e-512d-8779-2a71f2a0be3f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350695"}],"individual":{"reference":"Patient/69f784c1-fb30-5aff-9022-0772b19f8fa5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"214827ce-6a1d-5692-8a84-0d99b590b06e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350697"}],"individual":{"reference":"Patient/df7b2c3d-cf6b-5e65-a818-697ed7e2fef1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9f9a8221-6887-5dc5-a2e9-6e79b9a929dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350699"}],"individual":{"reference":"Patient/357abb86-ff5d-5e0c-a099-1b4cc2bef958"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f3ce8d4c-3680-5c50-b1bc-caebb66c4d97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350701"}],"individual":{"reference":"Patient/22907cd5-71c7-541a-a690-c6307083b58b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"983e8b36-7f0d-5fdb-9785-0d387a014ace","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350702"}],"individual":{"reference":"Patient/8c5a2841-d458-5b87-9b6b-62f3418b8b11"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"37ec9406-304c-5ded-ab9e-44d70a33d612","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350704"}],"individual":{"reference":"Patient/d9bd521d-92be-5be1-9a4b-f8168e0dc5df"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f2a5174d-fdd6-5ee1-a73c-f2c858a1cc2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350705"}],"individual":{"reference":"Patient/3a5db2ca-e7a0-5f43-8b49-e1b654152910"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"84d4a736-57a7-58a4-98b3-38545702fe32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350706"}],"individual":{"reference":"Patient/4e4dce4f-6ea3-508a-9f67-6fa5f7eafbf8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"71ff86f9-1f68-5b57-9f80-9a05068d423f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350707"}],"individual":{"reference":"Patient/fdfaf8d9-20b4-5b29-88ba-a64ea7be4b18"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b0abc552-4123-5b38-9c89-f4b3b85f5087","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350708"}],"individual":{"reference":"Patient/5bad4f79-02e7-5375-b62f-007b5bb48c72"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"126f4f6a-85a7-52c4-9bf6-56f757591d83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350710"}],"individual":{"reference":"Patient/ba804f11-a0bf-567c-bdb9-8527cde071b3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"36f3a44f-ac41-5926-8200-fd657c40f778","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350712"}],"individual":{"reference":"Patient/c552fcff-faac-5e4a-ae7b-3551a303adc1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b28d0567-60d0-551f-837d-1f45c93226db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350713"}],"individual":{"reference":"Patient/44fdaa5b-e4c9-5bda-8a3a-42b482ada30a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3dcd1dc5-bdbe-5784-b40e-376dbb8b5f58","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350715"}],"individual":{"reference":"Patient/a79b5ff0-357b-5d5a-905d-41566b85361b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c1a473ad-3399-518b-bb4c-06a96082c505","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350717"}],"individual":{"reference":"Patient/b1a6c295-2708-5d56-bbee-3263bc0b7fbb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d1568c58-ec4f-5442-8351-b59176901d5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350718"}],"individual":{"reference":"Patient/bcbc5f84-18f8-5b0b-ab1a-8aba1ae2cc09"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"beb90990-5ed0-5b2a-814c-fb9d87c3d49e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350719"}],"individual":{"reference":"Patient/592ecfb5-8a7d-582b-956d-ee5fe80305b2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"85f16979-6e50-55fe-976b-1ab366c02a1c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350721"}],"individual":{"reference":"Patient/3d265f28-8acc-5b07-a8b8-2ef7eca7f56e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e0b864b3-2597-50f7-a3c1-9c7ceade1cb6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350722"}],"individual":{"reference":"Patient/c316e14a-dac8-5d86-ae8f-41ba1633a5b2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"869c7561-6d97-555d-a775-917c60495e0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350724"}],"individual":{"reference":"Patient/b01bd9a1-3cc2-5f08-9cbe-c3858df19a19"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8ebab4fa-11aa-5724-b830-6422f561f20f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350727"}],"individual":{"reference":"Patient/20a389ce-4221-54c4-8953-f8b3459ad916"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"984a11f3-d661-5824-94ff-fcbc40c28a68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350728"}],"individual":{"reference":"Patient/5553abef-a7be-51fa-a6d9-c53730a98116"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fc08ba88-6721-5c6e-b51f-85651db2eb6c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350730"}],"individual":{"reference":"Patient/8903dbfa-8b73-54e3-8251-f6d6d5b1c92b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"61772146-32ac-5adc-b374-006555b1db4f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350731"}],"individual":{"reference":"Patient/cbb6a549-82d9-5aae-aeff-13bc68ab1e6b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"128c4494-382b-5382-85b1-c8ae76e536c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350733"}],"individual":{"reference":"Patient/657cad46-f04f-5c4d-a12d-de694cfc53e9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9c535ddf-1ef4-5a09-8e76-ed894d2538c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350734"}],"individual":{"reference":"Patient/103acf2a-a173-58d8-b782-81bb2e825c84"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c14649ee-fab1-5c56-a62e-f85909c11c1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350736"}],"individual":{"reference":"Patient/1b8471a1-d6f6-5907-af85-c6b24bd038fc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"377f493f-efa4-52c4-b11f-20315685672b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350737"}],"individual":{"reference":"Patient/2068e26a-c144-5516-9a1c-de9cad97ede1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b5b3ea00-4795-5ce0-b03d-bde0987209d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350740"}],"individual":{"reference":"Patient/414e56bd-04b7-5c96-8681-f29579fd3d2a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"849ed35d-0768-5fb4-adcc-39c9bc951b61","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350742"}],"individual":{"reference":"Patient/df2b95b5-350c-5c27-9c57-33c28c95da2a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b99d2dae-0c6d-53ea-8ed5-7aede3b36f62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350743"}],"individual":{"reference":"Patient/2c322b34-a250-5752-b32a-27461f767b52"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0088b1cb-6417-5824-b192-bf4682d8855d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350745"}],"individual":{"reference":"Patient/38115f21-947c-52c9-89e6-30bb35fad7e0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4e862135-c8ae-514d-90e6-30fed7dd7874","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350746"}],"individual":{"reference":"Patient/54dd3be4-e6ba-554b-8dc0-c72698aac073"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"31278a74-df28-514a-8fc8-b92943a8c912","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350748"}],"individual":{"reference":"Patient/57ac00ff-9664-5626-9507-217e7728467d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e8266884-e8c8-56e3-b25b-145c51a7dc82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350749"}],"individual":{"reference":"Patient/b2752b64-541a-57c6-b175-72c9bc4dc291"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"826acb20-b1fa-5c3f-9cf3-9e6664810438","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350751"}],"individual":{"reference":"Patient/d58ef24f-c9fb-50fb-b9c4-dac397c1d6c4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8771965d-61e6-5ba0-bf2d-c88fd1e26b05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350752"}],"individual":{"reference":"Patient/53c4633c-6211-5fe5-9741-872a8bf771f6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0de94057-76ff-5003-957f-939184d917a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350754"}],"individual":{"reference":"Patient/c5f499d2-5524-5f1c-bc26-a4b3448763fc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9540c215-c8a4-53ca-b66e-8f94cb5a61f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350755"}],"individual":{"reference":"Patient/e89c1031-891c-515e-bea8-a9011861cc98"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"90d22c63-02e8-53f4-9729-2bc3a214deed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350757"}],"individual":{"reference":"Patient/478ed47b-c151-5ad9-ab75-ec2f0e31e647"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8d7fc1a3-d376-53ac-b8de-58bfefe4c3cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350758"}],"individual":{"reference":"Patient/4f415e8b-9d80-52e9-97be-5c136ed67990"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e5f30168-17cb-5430-8da9-a27bb7a6a364","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350760"}],"individual":{"reference":"Patient/6a096f61-cd79-506c-b576-07ba5143ae51"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"47e4e1ca-2446-5c55-ae23-5ede07c5a4d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350761"}],"individual":{"reference":"Patient/053649e3-69fa-5a04-b16f-533df09389dd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e07ea5db-910e-5729-a1f1-3c447dbd2ed3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350763"}],"individual":{"reference":"Patient/006baf31-7d36-592f-a4fe-2aac1ee218b9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f74a1616-9886-5400-8d24-3b1fc19464bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350764"}],"individual":{"reference":"Patient/cdff5ebe-e74d-5817-a7f6-407e7eced1c2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1c0b3a22-6ea5-54b7-b581-b40a89ecd420","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350766"}],"individual":{"reference":"Patient/b2f872c0-060b-5eba-8105-79ceecdfa17d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3eebc9c7-bc99-5640-a540-6ae39b258b5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350767"}],"individual":{"reference":"Patient/fd5b0ed3-19d6-5dbf-91a5-d3f545f86888"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"11d3f792-18ec-5f9b-822c-6af5cfdc08a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350769"}],"individual":{"reference":"Patient/60fc900d-41dc-51b3-959c-cfc0d448ea4e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3b8a12fe-62aa-5d78-958b-0e866d9772e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350770"}],"individual":{"reference":"Patient/755e5925-4b4b-5b09-b075-eca168b4f90e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b3808eb1-86b6-5dff-af80-947a933c122e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350772"}],"individual":{"reference":"Patient/41e29ecd-1a06-52e7-af6d-9dda4e418a30"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b4aee74b-47f9-569d-b53c-829c6bdddb04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350773"}],"individual":{"reference":"Patient/f7c18667-0557-5e38-b918-36325c90a203"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8fe53e12-e0bf-54f1-af67-5674a68362f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350775"}],"individual":{"reference":"Patient/fe1f8c33-3970-5d1f-b483-5f76fe0f3fe6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"68d988a5-9041-53ad-bd39-3f49547433e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350776"}],"individual":{"reference":"Patient/5f5634c6-835d-567f-a1ba-7250d798bc92"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a93d4e7e-e1da-5bcc-a8c2-a035527a7517","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350778"}],"individual":{"reference":"Patient/59e6afd1-28ab-5d68-91e7-a2bac96a772d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b9965f29-4122-5d74-affb-1e05da9c30ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350781"}],"individual":{"reference":"Patient/318d638f-a50d-58e0-b085-9846ebd62a19"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a6feddcb-8984-5a4e-9750-0973984438ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350782"}],"individual":{"reference":"Patient/4e26334b-68cd-5a86-9587-64ba81bd60e1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cf076a9d-2fba-53cd-8fc9-32dead38f7c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350784"}],"individual":{"reference":"Patient/b743a361-d932-5aa5-b7f3-213848dd15fe"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"67e868c8-abe3-57c2-af2b-333cf892d968","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350785"}],"individual":{"reference":"Patient/12763238-2320-5f67-a5d5-e769058bf3a6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c3ee9c0b-5887-523f-b523-c749765cd36f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350787"}],"individual":{"reference":"Patient/9c24abcb-bf20-56d2-b283-303c8e8dc602"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"770b73d9-b722-598f-95e6-062cf1c07477","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350788"}],"individual":{"reference":"Patient/2418af17-270a-5d22-9eba-0e3b03681e0b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"141580f1-0ef3-5cfd-8324-ad7d6b62c1f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350790"}],"individual":{"reference":"Patient/948650d0-2409-5718-aad2-bef4e411dc03"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"61cea674-e95f-5c0d-9475-43a82f4d9745","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350791"}],"individual":{"reference":"Patient/b98f8dde-f04e-51bf-b3ed-98710205f990"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a649220b-ab89-5dd7-932d-38d9865bef3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350796"}],"individual":{"reference":"Patient/94511b07-b1c3-5581-b74c-5688bbbd299d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"31067a26-ba8e-5809-bbc0-d8e6d9b22396","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350797"}],"individual":{"reference":"Patient/a53d182c-fa64-5409-9ef8-2340b9150ddf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"51e9dd08-f9b2-55fb-8b04-564572bf9dc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350800"}],"individual":{"reference":"Patient/f0fce244-fee2-5a12-8dd9-10cc0f30a7fa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4d79ada8-8efa-58e4-800c-d8b4cfac2bc5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350802"}],"individual":{"reference":"Patient/38737b46-4513-5cb4-b819-e478da9b8c7a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"52b652ec-7c2e-5116-9956-44ebe5ef8977","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350803"}],"individual":{"reference":"Patient/b19b5b20-2dbc-5711-897a-0f003680470d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f5e81d59-4096-574c-956b-2c04a462ce6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350806"}],"individual":{"reference":"Patient/075d5fc1-13ba-5120-8300-052e1a7e0b76"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7892c263-f7be-59c2-965a-fe7ff9a7b116","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350809"}],"individual":{"reference":"Patient/d433a3b9-d2cf-5684-8409-5d80f405aa42"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a37fad97-e957-535b-abd0-8f2333faead7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350811"}],"individual":{"reference":"Patient/7cbcf18b-ac2f-5f55-8dc2-29473477daf7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1c2c31f2-8a71-5e44-8fe6-368528219ec2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350812"}],"individual":{"reference":"Patient/dbf10e51-0f65-5109-ac34-f3348cadb846"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"361c325a-7244-5efc-b25f-bc8aa79d61ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350814"}],"individual":{"reference":"Patient/6149e0a1-a751-5048-a433-14058c4db13f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eb6d262d-04b2-5143-a443-d457925e5a62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350815"}],"individual":{"reference":"Patient/606a87c6-0cbf-56bb-ae4d-9dda209151bb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6ed7a1fa-6247-5fe7-b264-2f23dbb86b5a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350817"}],"individual":{"reference":"Patient/2bd2379f-53d6-53d5-b0b6-c430ae4e0dfc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"181e59aa-8087-5669-a5f3-7072844ee810","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350818"}],"individual":{"reference":"Patient/d9277051-c800-5d72-9e9f-655c4c5d9a43"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5e998f76-6f69-5071-b67b-ac69ef51283e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350820"}],"individual":{"reference":"Patient/8347cdf3-3586-5738-b89e-bbefc3e28e38"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0e5835c5-0e0c-5c3b-a7b5-fba2338586db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350821"}],"individual":{"reference":"Patient/9e047233-427b-5304-a42e-43c8ecb0444a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f6ebba1f-b77b-5be4-8ace-ac6fd25ecfe9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350823"}],"individual":{"reference":"Patient/a71bb040-7287-560a-9524-3915b3f4d551"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d8def7e5-2112-59c9-bc29-c1be3c6ef2b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350824"}],"individual":{"reference":"Patient/967d35ba-ed57-5bac-af24-4eebbadc733a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a24e7a39-9f8e-582c-b6eb-a60839c52698","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350826"}],"individual":{"reference":"Patient/dd524833-5ee9-54cc-b1b8-f68e4ef9464a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8e684304-0be8-599c-b395-e5399df897f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350827"}],"individual":{"reference":"Patient/464d2a46-b52f-5698-ac08-e0cc2d94060a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"016d8e2f-7502-5b6b-8898-6481e92ce46a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350829"}],"individual":{"reference":"Patient/33c09b45-0a2a-5fb1-8c77-cc00484ba379"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6ea069da-7310-5af1-87bf-7af7fe9390cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350831"}],"individual":{"reference":"Patient/afbe1560-07d7-566b-97a9-e956c0e69a45"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2ab471e7-5099-5b88-a9bb-e207591cbc1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350833"}],"individual":{"reference":"Patient/5dfdc203-027b-5177-bfba-0e835bfbd061"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1e70f2e9-4db1-544f-a04f-f57bb84125cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350835"}],"individual":{"reference":"Patient/136d75d0-67b5-52f4-a856-3bd41469db20"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"643179e8-823d-51fb-b850-fd976e9cc945","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350836"}],"individual":{"reference":"Patient/006ba812-16fb-529a-948c-26ab705dbf08"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"858babec-aa9b-534d-930c-b34f005db14a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350838"}],"individual":{"reference":"Patient/8b6efb2b-9b5d-5eaa-be35-e303a83eb00e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d4f8cb8d-e570-503a-b2db-3eabd4a0a892","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350839"}],"individual":{"reference":"Patient/efbc00e9-17ac-545e-9ba9-70c384689209"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"737f2c4e-6631-5825-af20-086ab79b67b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350840"}],"individual":{"reference":"Patient/fbaae626-2ec1-5a07-bd31-6cade7e2f89e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"45bcc07d-3af4-5a72-8b39-479d8b359a82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350841"}],"individual":{"reference":"Patient/b5503d88-4442-594e-a6ab-18b3736788f9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fd3e803c-15bc-52db-b72d-c7ab91294213","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350843"}],"individual":{"reference":"Patient/b3e3aafc-51ca-5be1-8928-2f04a91c3908"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2f0c7a36-0c92-5579-a800-f4317c4eef74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350845"}],"individual":{"reference":"Patient/210da456-8dd2-5e11-a7ec-419f79c275c5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"826de414-0ff1-5821-8ffb-420f2c8bd8ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350846"}],"individual":{"reference":"Patient/89901882-5eba-568a-9a51-efb47b0f844e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6648811d-a2b9-5063-a090-a83c3adde57b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350847"}],"individual":{"reference":"Patient/329e8960-0f13-5cb4-bb16-f3f2dff2e572"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"46207f4d-6bf6-5352-83a2-2b2be8786f5a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350848"}],"individual":{"reference":"Patient/4f071c26-47d3-570d-b615-41ef3aa6e521"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0f7305fc-1151-5059-b8a7-e24dd63072ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350850"}],"individual":{"reference":"Patient/041f1664-4d12-5bd6-a6e1-cae2a5f4cca2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8f294aab-1020-5621-940c-080fae5515b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350851"}],"individual":{"reference":"Patient/fdf147c2-d7ff-5ac7-b216-8b96cb45ac32"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ec4f7748-993e-5a73-87d2-c9bec5bbf786","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350853"}],"individual":{"reference":"Patient/80c194a3-5528-551f-bfac-cdb1130d95ad"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"281910c3-1de9-5139-9fbb-c3c8941051cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350854"}],"individual":{"reference":"Patient/c399ebad-9b7d-5360-8bcd-3ad385742b12"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b56e612e-a6b3-5c33-9e6f-d6d226967cb7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350855"}],"individual":{"reference":"Patient/5288af7f-3e1b-5031-852b-d53e5e22edef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"deba02a6-36ae-5773-85c2-0a8282675f65","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350856"}],"individual":{"reference":"Patient/5c13b0ca-477f-54bc-ae53-5edfebfb107e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4a256a69-202c-5064-b377-c4c0e7aa7145","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350858"}],"individual":{"reference":"Patient/8167f41f-bddb-56ad-b3c6-b6fd1a0de3af"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bfff0fc0-6bf9-5ec9-a0ba-9cdea2deffe0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350859"}],"individual":{"reference":"Patient/85097b0f-8589-5e2e-a6c9-9cd1160501d5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"41c1feb0-7c53-561b-b8c3-47352a9d1692","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350860"}],"individual":{"reference":"Patient/7e9d768f-0aa3-55d2-8ff7-ae1275e65e4e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"058cce4c-0786-5fdd-a604-09a193eac201","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350861"}],"individual":{"reference":"Patient/4fdc0d82-da52-5422-baa6-d8c42465b067"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3369efe7-cafb-56d7-bbde-3660c21dbbfa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350862"}],"individual":{"reference":"Patient/eab3a7c3-0e92-521f-98d9-4f369174c210"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c4807cc1-06d8-50b2-b745-29447ca48b22","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350865"}],"individual":{"reference":"Patient/40072210-fcf6-5aae-9ee1-c41cbe09da0f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"750283c9-01e3-525b-a587-083140794fe9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350867"}],"individual":{"reference":"Patient/54bcfb90-a403-5469-a26c-3ea3952f87a0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"40c94d49-2afe-5815-a398-ff2e2f6a1c03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350868"}],"individual":{"reference":"Patient/ad3e29a7-289f-5b26-bdaf-59f135b03b21"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"83777223-338a-5590-a92a-f715bf343a69","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350870"}],"individual":{"reference":"Patient/6aa9543d-657f-50e5-b26a-975da237bce1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"99180fa3-30ae-5c33-b06e-19d9cacc6124","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350871"}],"individual":{"reference":"Patient/ccd775b5-92c8-5782-bf84-1946eb0cdb63"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d7af0e30-b41d-57e9-93da-27467fd5983d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350872"}],"individual":{"reference":"Patient/58127f91-ddec-5a06-bf1c-af32371afa8d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b6b00e4d-c367-5fba-a9c1-70b67c81e15f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350873"}],"individual":{"reference":"Patient/9d1f8e83-dbdf-5858-b5f1-0a41a80bb9b7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"53726074-0b84-5d75-a818-112aff82595c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350874"}],"individual":{"reference":"Patient/4eb9376f-9b5d-5891-8de7-2011d15e657c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"45288f33-1596-5981-8715-9bca9610d847","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350875"}],"individual":{"reference":"Patient/f69a367e-2343-5110-bd13-4f93d6a35ae2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3916e7e4-28a8-50e3-9f82-c898bf28bd52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350876"}],"individual":{"reference":"Patient/103ba743-661f-5049-9ea9-0a2325bf0c98"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f0d47867-ef95-5e90-8efd-b96a8ebc8ad8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350877"}],"individual":{"reference":"Patient/ce336757-0b49-5c77-b74b-b55dd92ae718"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1ddca707-54e7-5bee-8748-03396416569d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350878"}],"individual":{"reference":"Patient/94ac54a8-7d60-5b91-a399-dcff5161b7e1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"96601a50-b41b-58e7-9ef3-3bd384968622","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350879"}],"individual":{"reference":"Patient/c462f8a9-7235-5e94-ba74-25244d7219a1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ab28d513-b064-5a75-8f6c-4ad4801e478d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350880"}],"individual":{"reference":"Patient/c9687caa-3da9-5963-9ab2-fce3d4149261"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"009bbc9a-b081-57a9-9237-19cfedf1076c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350881"}],"individual":{"reference":"Patient/2f1f4bda-17b2-5eec-8dbc-3be2c4980862"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"727f050d-da50-568a-ad3d-5556b7ef1f26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350882"}],"individual":{"reference":"Patient/e83efa97-186d-5f5f-906b-e092a6d96f9f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"314fcef3-c0fd-5a2a-adcc-1106ff65b841","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350883"}],"individual":{"reference":"Patient/3192b843-71e8-52be-a9b8-0fcce9f6aa9d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c8a0593e-12a3-57e9-8376-3c7dcc107790","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350884"}],"individual":{"reference":"Patient/431b5af5-849a-503a-a7ce-d118d289dfdf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5523942b-70fe-504a-b43f-220ad2cc34f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350885"}],"individual":{"reference":"Patient/6843a7cc-3e65-5624-9bbc-0d86c7b8faf0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4293c5f3-7ef7-5534-bb30-bac208f9b596","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350886"}],"individual":{"reference":"Patient/1ee06340-c14d-5e73-ab97-2f091be036b0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"68c39cdb-6a2d-58b6-8828-7e26544c49f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350887"}],"individual":{"reference":"Patient/22ae9e66-8b1c-5a44-9932-9cadf0d2ccfc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"21ac8b8a-98a5-572d-97b4-d630410f488e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350888"}],"individual":{"reference":"Patient/19b3a904-f06a-5044-aaf5-c922c7cc7e88"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e3e17f3c-9373-5f75-b3f7-9602e09ad0cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350889"}],"individual":{"reference":"Patient/058ba678-f717-56da-80b3-802a599e6708"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"851cb59c-43a9-5b35-9e4a-52fdc0f820c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350890"}],"individual":{"reference":"Patient/6f394a64-69fd-5fb5-8145-e07ae82ad488"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"162c5554-c689-5b23-80cb-f833a72afec0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350891"}],"individual":{"reference":"Patient/831eb7d1-7fae-523f-a731-c7d772bbc2b0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"568cbe46-3cfb-58f5-ae52-3910df08daa1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350892"}],"individual":{"reference":"Patient/55a391ca-9c73-5d76-984b-f7adccd2a5de"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0e26cf0e-7776-5f8d-b3da-219f9308c775","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350893"}],"individual":{"reference":"Patient/ea87fdd9-fd40-508c-8320-4adeffd6f67b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b4435791-55b9-5afc-98fb-cc472d79ca80","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350894"}],"individual":{"reference":"Patient/44025e4b-bfb8-552e-9112-843807cdbd8d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"97cda32a-4251-54d1-9fda-81f1461a483c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350896"}],"individual":{"reference":"Patient/ff3ad4db-44d5-5961-a986-a0893842381f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"70e0beac-a436-5caa-b5a6-62895ec5495d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350897"}],"individual":{"reference":"Patient/7af9a2d9-15cb-5b30-aac3-447480fc45f5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"99c9d4d3-f7f3-5862-b638-6c98ca3efa45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350898"}],"individual":{"reference":"Patient/1e8335cc-d0fd-5616-97df-7464741863ff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d4334151-146b-5e98-b30a-19c5a5dd25e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350900"}],"individual":{"reference":"Patient/5bfe536f-66ed-5421-b432-020d4eb693c5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b5dc5117-d0c2-55ef-8553-b01ad8b2066c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350902"}],"individual":{"reference":"Patient/15c60f0c-3a79-5333-a066-322fcd09d1fc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"64bddfb5-29a9-52a7-af95-09cc8807c1b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350903"}],"individual":{"reference":"Patient/aa0d4978-99af-5dcc-abc7-8cde33eb3e87"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bd66fdb8-7747-5de2-be90-7b3cedfd480e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350905"}],"individual":{"reference":"Patient/6907a6b9-5972-5bdf-a227-5242c87895c9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5523ed38-4e18-56e5-af99-2f93a19bab18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350906"}],"individual":{"reference":"Patient/f0a22523-40c2-5063-b987-b83f063bb252"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a8b649aa-0e3c-5c35-bcfd-5aadf8085e70","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350907"}],"individual":{"reference":"Patient/deb2e2cc-3604-5e0c-8719-0195b9a889e5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e61220f2-08ac-5114-88f1-032d7e1ce94f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350908"}],"individual":{"reference":"Patient/1abdc710-3356-585d-aa98-d315a127587f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7223861d-4581-576f-8820-2a0e20be543f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350909"}],"individual":{"reference":"Patient/0eaeb866-21c7-599d-9f64-f24594e42a2d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cef90f0a-d10e-5470-8447-86645b48e243","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350910"}],"individual":{"reference":"Patient/50aa2fc5-5eb7-59a6-bf85-c9f4f2e6cc03"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dca21c36-8200-510b-9de4-45819a655485","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350911"}],"individual":{"reference":"Patient/146c5fbc-4b54-53e3-998e-138fce0987a3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"509e63ff-6664-5542-86d9-5b3da07514b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350912"}],"individual":{"reference":"Patient/8495b207-bb80-5c53-a187-699036ecab78"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c6f5fa91-eaac-5408-b55d-a42c278f27d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350913"}],"individual":{"reference":"Patient/58b04ef8-5b3c-5e66-9a53-dcde4fef559b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"893a899b-6b50-5f53-81eb-271e6ea5b36a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350914"}],"individual":{"reference":"Patient/0783a092-6e27-552c-b39d-898e78e9f9f3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"181d255e-ea5b-5583-b38e-394b54c85f3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350915"}],"individual":{"reference":"Patient/044911a1-ec4e-587c-b749-57eab7ddbdd5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2b2d7243-bcb5-55b6-8759-8991619766e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350916"}],"individual":{"reference":"Patient/6084748d-dfa9-5ae9-9dae-d2b7739358ad"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fb1af4f3-fe9c-5a80-9f55-79759fe13de2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350917"}],"individual":{"reference":"Patient/3d4c4387-3935-5ea2-8a3b-fa6674468ae6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e5cfdc9f-2886-54a2-9b54-12849d8fc88a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350918"}],"individual":{"reference":"Patient/6a125478-b66a-53de-bf81-0956850590bf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d7dd0075-c079-562a-9ec5-86c7c0d4279e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350919"}],"individual":{"reference":"Patient/8ae5ba2e-b94a-5986-8a27-99ff6394940b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ff1d3894-69ed-52c4-b016-ee2897e7e17c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350920"}],"individual":{"reference":"Patient/17f01ffc-fea8-5fa1-a451-4f2155837f77"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"41904f62-f61a-50cf-8325-9bc6c946290a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350921"}],"individual":{"reference":"Patient/92055626-795f-55e6-b9d1-ed6b4b4e28a6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"df6d8fb5-8862-508e-9870-f6ef4536ec09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350922"}],"individual":{"reference":"Patient/b47fa4ce-6e45-52e8-a7a0-abcad5ff9ea9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"af3c16af-6d46-563b-ad72-a1feeb08bd4b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350924"}],"individual":{"reference":"Patient/a9a9d315-6548-5af0-99e2-77b71ba2f995"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d6f7e4df-59eb-5f32-aa61-13dc079bd5ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350925"}],"individual":{"reference":"Patient/9d49bb70-22cf-56ce-953b-32e957630775"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6bb8ab43-a00a-528b-9775-4dfb54f9cf77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350926"}],"individual":{"reference":"Patient/23d1698a-dfc4-5659-8d7c-83368b9b0186"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c0c5db31-38a1-5cb1-ac70-1e925daa462f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350927"}],"individual":{"reference":"Patient/10c566fb-7840-5b69-882c-9d21db19daa0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"50c34d57-a7a4-57bd-9bdf-f04cb53102bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350928"}],"individual":{"reference":"Patient/3e62a3b4-68ce-5d4b-af9b-303ea97916c1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"344c5413-df90-5c8a-a158-f914965f9acc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350929"}],"individual":{"reference":"Patient/320d3c71-bc10-5ce7-a622-b2758223126f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"171294c7-27bb-5407-aa43-c4d8ab9741a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350930"}],"individual":{"reference":"Patient/6b8343e2-281b-5df1-9f9e-740c2558dc1f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b92ef6ad-3fff-5ed7-8db8-ad518b60ebc6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350931"}],"individual":{"reference":"Patient/5db81d8e-a507-5036-83f2-110e7587b0d2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a5f7d6fd-293f-52ed-9f94-e750ec0a707b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350932"}],"individual":{"reference":"Patient/04b432e4-fcaa-535d-86ec-81e7bde16e47"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f15e647d-6fae-55c2-95ca-8e19cafddd73","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350933"}],"individual":{"reference":"Patient/a6227995-586b-50e0-818e-5315f02b8ada"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"90c99be5-3609-59a3-b128-c149dac9f697","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350934"}],"individual":{"reference":"Patient/a1566f76-6f0f-51db-8512-0ff635a39f38"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9c8c0b8e-b2bf-5a0a-bf70-45e8631bd719","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350935"}],"individual":{"reference":"Patient/ed3616eb-1708-53b1-8b81-6b491b820da5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d5f2b8c8-7e17-5eca-8fb1-e10080273b2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350936"}],"individual":{"reference":"Patient/c1665623-6e59-568f-a86d-cafd433926bf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b40a05da-4257-5ad9-9f01-9406778f1f48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350937"}],"individual":{"reference":"Patient/5cdd3662-180a-5b64-84b4-ad47f1c31ba9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f80d6da9-1d35-5066-90eb-378685ea035e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350938"}],"individual":{"reference":"Patient/3d1fb534-62e5-5651-84cf-4a416c9a3b52"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f363444c-5bc4-5c44-b3f6-08a0f8438bf3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350939"}],"individual":{"reference":"Patient/4a2a9249-1519-5231-9453-8b63a81fe4c2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e5d0be92-8201-558b-9697-e7e33dc8ea51","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350940"}],"individual":{"reference":"Patient/09404272-8a7c-5389-889c-fbad0974b4eb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2272c73d-4235-5322-90f3-87ac1c0c7e07","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350941"}],"individual":{"reference":"Patient/f103a9da-77dc-563d-828c-1c9362acbf82"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1e903cbc-6165-5f6a-90a2-1658ab2b6c06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350942"}],"individual":{"reference":"Patient/a144965f-94ae-5efb-a89b-01d3ce52c01a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"afeb2caf-5ed8-59a1-82d0-cd0a93485e17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350943"}],"individual":{"reference":"Patient/2bd7ff63-670e-52d4-a692-5addda575908"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ee58a32b-ae69-5b67-8999-573b6d4a40f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350944"}],"individual":{"reference":"Patient/d0f2b492-fa47-50f8-8985-22c0745698f1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dafc2564-aca8-53cd-8c9d-57645fcd913f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350945"}],"individual":{"reference":"Patient/b77d548d-0fec-5534-a3e4-c984ab63cbf1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"24d8ea79-922a-565e-9967-e7d4bb66d7b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350946"}],"individual":{"reference":"Patient/16c02d81-04f1-5f6a-a352-deb994079e6a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4046f141-6d78-53e7-9b65-78fffcc233db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350947"}],"individual":{"reference":"Patient/fcaf4d59-7d9e-52b7-af36-c7e8fdd10586"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"52d8781d-ce19-5775-96f5-750693e6e88a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350948"}],"individual":{"reference":"Patient/2133680b-c59b-5bb2-8631-71460bff3bcd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7f6f5227-814a-5bab-a312-e6c515db20d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350949"}],"individual":{"reference":"Patient/d4419395-4e18-5557-b60d-d4470957f73c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"00a87b53-45aa-5d18-b997-c0db57f5db48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350950"}],"individual":{"reference":"Patient/be82c22a-9c8d-58bd-a3e3-0a8e438305d5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"be184271-dd52-59d0-a4cf-f28a2f059cfd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350951"}],"individual":{"reference":"Patient/d85a9dbf-b0a6-508e-b165-c87f14fdc887"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dad33bfe-6846-5f68-937d-d1105677796b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350952"}],"individual":{"reference":"Patient/ca27bea9-591e-5179-8902-491f0ab29e00"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a2f254fe-147e-57c8-b1bf-a98a74f5e64d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350953"}],"individual":{"reference":"Patient/736e204b-4604-508b-af4a-f4b853744c29"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"26ff5c70-b83a-5f11-882c-42142f50dec6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350954"}],"individual":{"reference":"Patient/68d3e5c6-f021-56ac-be73-8287c7c24a33"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a77bc61c-ae27-5243-9d90-73746efd6f48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350955"}],"individual":{"reference":"Patient/743b8398-a38c-5d74-8bd3-ee6930be7a55"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8f43a24c-0772-5232-9d1f-eda712a8b717","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350956"}],"individual":{"reference":"Patient/c806aab1-ce73-5afe-a567-b249dea5a10c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"720ca932-d403-57e2-b7f4-55853dee46f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350958"}],"individual":{"reference":"Patient/37367641-c32f-56bc-9b51-993d031e6966"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4a6abfad-7d0a-5642-a409-8c0426ee3011","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350959"}],"individual":{"reference":"Patient/4f10786d-f701-5ed8-b421-08773bfd53e0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"750b22db-3434-5b25-a36a-a53614054da0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350960"}],"individual":{"reference":"Patient/8c5a3230-2816-5837-82d9-855732d34e35"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6d5cb46a-0c5b-5e0d-adfe-0b3ad52d535a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350961"}],"individual":{"reference":"Patient/8e1bbdb1-6ce9-54c0-a02d-a31b6ea9b559"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"866605c9-4806-5244-be45-7b45fbda00a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350962"}],"individual":{"reference":"Patient/7a5701d4-37bb-5fb3-b31a-27825336c5dd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5e6b1cf2-2dc5-56ca-8a78-3eb9ab7c18a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350963"}],"individual":{"reference":"Patient/9d45fe2d-417c-5e28-b628-b2f609ce3e57"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"62d0913f-23b8-52ca-ac2a-bfa9a8632905","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350964"}],"individual":{"reference":"Patient/18f5f2db-2ed1-563a-ab95-89e316b45514"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"638b33c7-1e2a-56fd-afd7-ea52f557889a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350965"}],"individual":{"reference":"Patient/6c52c792-77bd-586d-96f4-60f3deec0699"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"583fef6d-cc7d-5240-9622-8d7e8b093aad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350966"}],"individual":{"reference":"Patient/b5306764-9530-55c2-97a4-2d643949b271"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"48432c62-8a78-5102-859d-c182b8dd8990","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350967"}],"individual":{"reference":"Patient/50e2eafd-3a2c-5612-9aaa-99c464525957"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a25860b4-e91b-5df8-b747-46efb58955d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350968"}],"individual":{"reference":"Patient/6a4511d1-b855-5eb6-995f-04b8ee0a5e41"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e573ddd8-17d9-5a34-b747-02c24f0ee585","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350969"}],"individual":{"reference":"Patient/e01e4d00-0466-58db-80cd-703b80d74957"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b88a9409-4899-5fc1-bf80-8c8eb4f4caf2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350970"}],"individual":{"reference":"Patient/06cc58a5-f580-52e1-bed9-2c5342a6ba9a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e627575f-f25a-58dd-9df8-11be985f7a6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350971"}],"individual":{"reference":"Patient/99f8fc78-f40c-5146-a30b-9ed2249b4d5b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c8d23b96-df38-55a5-b63f-6c93167568c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350972"}],"individual":{"reference":"Patient/6aec60ac-b16b-5cc8-93cd-2b279211b907"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7990499a-81cc-5120-b28d-fed3d5bbebec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350973"}],"individual":{"reference":"Patient/425fde97-6c2b-5df3-a5eb-f9c3c7f97ad2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e0ae5ead-909d-5f37-942a-bd0bf6a53596","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350974"}],"individual":{"reference":"Patient/c922053e-e021-5890-adeb-2c41192747b4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3e5011ff-ee9e-5477-be30-ae2b0ac5c658","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350975"}],"individual":{"reference":"Patient/91d96fa2-8a48-5a9a-a27c-5243f8bc9788"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"84f1e71c-9164-5780-968b-3cbf838eba3a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350976"}],"individual":{"reference":"Patient/57803581-2706-5689-8eb1-55ae912db5d7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8135e883-b65b-57b8-960a-c46c585b1353","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350977"}],"individual":{"reference":"Patient/2f3c5478-01c6-53f6-aeb8-7e4c54e1fea0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c84f569a-c07b-509d-877f-f0ec7d0a8821","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350978"}],"individual":{"reference":"Patient/93655109-79cb-5398-8665-df4960cb5941"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1db474dc-1cac-5f01-aa19-14e21e2c262b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350980"}],"individual":{"reference":"Patient/5dd0a2cc-b9d6-5276-9e7d-13eb26614e72"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fd582e8d-b171-5309-9939-f292165eb48e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350981"}],"individual":{"reference":"Patient/975b8239-ca1e-54b8-b771-d380f20b9acd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"af4fbd0a-61f6-58b7-a703-121faa40b766","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350982"}],"individual":{"reference":"Patient/6da4f6b1-8727-562e-8f12-4400da15e6ef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"331f4245-0e48-5a3a-8438-54a47a38c685","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350983"}],"individual":{"reference":"Patient/4a58b622-784a-52cc-8a7a-877ae300148c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"60bb8659-e1ae-59ab-ad59-e59fbc63d5a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350984"}],"individual":{"reference":"Patient/e64ed071-0478-5460-888c-66d3c73d9ad0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f40967d5-f465-5cb7-9d07-53739a97718f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350985"}],"individual":{"reference":"Patient/7c3a75ad-581f-5a62-a896-e986c8dc58c3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"64989ac7-4ffb-520b-b90f-d9bf94c1cc2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350986"}],"individual":{"reference":"Patient/a9afc63f-eac1-5872-95b0-3b69e5335bbb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6e6559be-f3ac-521b-8ed4-742881d326bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350988"}],"individual":{"reference":"Patient/6b76b9ce-7023-57df-9479-930581d3d02e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"95e64122-70c6-5dc7-ab78-026799a64206","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350989"}],"individual":{"reference":"Patient/c03392c1-5e79-5758-864b-199d39efa9d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"77a21f57-a297-5e96-ad7d-eec470fae054","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350990"}],"individual":{"reference":"Patient/66986ff1-bb30-56c3-ac5e-fce91581f9f9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b2b5e02f-fc8c-50aa-bc99-4c355193573d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350991"}],"individual":{"reference":"Patient/41ade69d-a663-5f1e-a180-bccd6c14655c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"30ab002d-e915-5372-9b44-1dc39f0301aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350992"}],"individual":{"reference":"Patient/d439c796-476c-54d4-802c-3d1a14a7fefe"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c3438414-6eda-59cc-a87c-0797496182be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350993"}],"individual":{"reference":"Patient/d83a66a8-1814-5f8f-9042-c9a718353903"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2480a5f1-f453-5d03-8624-717996ce6f04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350995"}],"individual":{"reference":"Patient/2353f55f-152d-55ef-9b5e-89be1b386664"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"556ead85-98be-5579-ad52-0ef14abc0421","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350996"}],"individual":{"reference":"Patient/91c3acd2-e4ef-50a2-86d9-ad71ee369c7b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a2b2c3a0-1e35-5026-8676-dbe94caba0d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350997"}],"individual":{"reference":"Patient/a08706ce-c5c7-547a-ba26-ab368be74e20"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8dfe80b4-a808-5f9b-b250-1b4c91aefc11","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350998"}],"individual":{"reference":"Patient/d2fa00fd-238d-5e1b-96c7-3a3d150b9011"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8db8e8ae-b5f7-53fc-a6dd-8d0fe9224fc6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS350999"}],"individual":{"reference":"Patient/551ace6f-507f-5dd6-833e-a59c62c0289e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"75fe2872-e329-508b-a0e1-0d37914b1c3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351000"}],"individual":{"reference":"Patient/1d91c5db-646f-5000-a9e5-f4cf0e508b32"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"278c663b-0d7b-5363-a75b-3baabc083a0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351001"}],"individual":{"reference":"Patient/9484e748-8f87-5348-ad80-1c7399358686"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a90b7c75-b86d-5a69-b086-aba05f47c643","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351002"}],"individual":{"reference":"Patient/15bdfe27-2f93-54ee-934f-c07fa0cf77fe"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9be1a8f0-1bef-564d-bfa7-774d22062e70","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351003"}],"individual":{"reference":"Patient/68d33d57-ae43-5eb6-bb50-723c52b41481"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"abe804ae-d518-5871-a9be-99e3f4bdce94","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351004"}],"individual":{"reference":"Patient/fe074466-cd17-5d34-9230-667efbd25d56"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2d20355e-270a-5ea8-922a-58d499bc6a72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351005"}],"individual":{"reference":"Patient/41a1c44f-1f14-550a-b846-91409892179a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4567cdf2-4896-5080-b745-6e5cf2917494","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351006"}],"individual":{"reference":"Patient/e28c9aed-70a5-5be3-9ed6-d6a91f6aefa2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"58fd3c3d-d341-5986-86ef-2b9116fbeff9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351007"}],"individual":{"reference":"Patient/40e04eea-8d65-55cb-bdb1-02ff03b10df8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"11b7f2cf-bc4b-5472-ad3f-5f40d61dbfce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351008"}],"individual":{"reference":"Patient/4719a911-9dd8-512d-8928-777acbbf76fb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cb554e85-f070-5084-82d4-d9d77f4a8849","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351011"}],"individual":{"reference":"Patient/38a5c9bf-2e8c-57c3-9c29-b2727374e553"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b738af2d-79e2-5f13-bba2-b0f09f3a271c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351012"}],"individual":{"reference":"Patient/fb087c7b-5dda-533f-ad8d-f4e9f9f46db7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a6b49b62-fe94-540a-ba4e-7796cd21559c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351015"}],"individual":{"reference":"Patient/b9d07f02-bf32-5433-bccd-dda4c00c9024"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aff430b0-5db6-5988-bed4-6d04ef497cd0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351017"}],"individual":{"reference":"Patient/e7bd3fdb-df43-59c8-9b99-57306245d1b7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"704d2e3f-1e7e-5b0a-ac73-b0d7dd2bea7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351021"}],"individual":{"reference":"Patient/23abfd88-5f50-5d1b-99e1-33d1910339db"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ecfec36f-c37f-5cea-828e-2d890d1f6ee9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351022"}],"individual":{"reference":"Patient/91655002-30ae-5bfd-9f71-eddb9c85dea0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4da53c0f-551e-5798-aecd-e0a7b8b03a4e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351023"}],"individual":{"reference":"Patient/a2d06ecb-2318-541a-9fe6-5accdef068b4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7e3ed756-88b9-5d06-b195-f31e4aec6ae3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351024"}],"individual":{"reference":"Patient/efd575f8-2938-53ca-aa56-b2519851cfb3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"838f6e10-8c37-5813-9f22-63671d9c9ee9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351025"}],"individual":{"reference":"Patient/bdf75fe9-ac28-5d83-ad55-614cdd8d753b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"27ad714e-7f1f-5a43-92fa-46624b8607cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351027"}],"individual":{"reference":"Patient/29aa8e16-d369-5657-8797-3ddcf44762ea"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cd2e785a-b14b-5a9b-afe0-ea114caf88ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351028"}],"individual":{"reference":"Patient/63adf9a4-818c-51fa-8a03-a7433f0165d6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"530f6656-647a-5cde-ad3a-f2f234cfee1c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351029"}],"individual":{"reference":"Patient/0f9cdc41-b5ec-5f82-9c9a-baf00e859656"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0397b8bf-0ae2-5fee-990a-e864c7bcfcd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351030"}],"individual":{"reference":"Patient/a7d0d358-6499-5548-9eb1-a3e9233f565d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f9845f55-94a0-5bc0-bd2d-6377faddb7c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351031"}],"individual":{"reference":"Patient/a302a375-01bd-588e-8a62-abe88c9bfb31"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"32497468-e7d4-55fe-86fe-7818b42f89b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351032"}],"individual":{"reference":"Patient/047ec77a-a3b7-571c-a78d-e90f8c031745"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5c10dd38-c0a8-543c-8464-f7158a323d06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351033"}],"individual":{"reference":"Patient/48ca9e84-6ffb-57ae-83bc-9bceb61b49d7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2c832dbf-447f-56a7-97f5-5283e1d45d84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351034"}],"individual":{"reference":"Patient/81a00567-6874-5225-95d9-f32122fe074c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d56135a7-4756-5061-97f3-532dccb2ca49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351035"}],"individual":{"reference":"Patient/46bd6b87-d298-5d62-9269-ca71e7b9c6bb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e34180e8-a86f-5fcd-9d00-a031f721dc5b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351036"}],"individual":{"reference":"Patient/4c895a91-6147-5e68-8470-25397581039b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"22be5d3f-cdc8-5b50-a643-0abbd78a7bf9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351038"}],"individual":{"reference":"Patient/2fdc3742-230c-5e80-b034-242d0b1d5fcb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4186fc72-807d-549b-b72c-214ec47c6d15","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351039"}],"individual":{"reference":"Patient/1b1a1cf5-ac00-520e-8ea8-6070ed1c3bb5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c63fe216-07b2-597e-b8e2-69bce52a00ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351041"}],"individual":{"reference":"Patient/ac1a2c25-a43a-5c37-a51e-52261a2b0088"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"09bbaa97-ce7e-5ee0-894f-7c44de7ecf9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351043"}],"individual":{"reference":"Patient/0b1514fd-58e1-5c78-b8ba-02583d229d61"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d5960bc6-64e9-593e-8b6c-d118e1799061","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351045"}],"individual":{"reference":"Patient/b093accf-2957-5882-9f0c-0be70763523e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ac96324a-c0ea-5439-ad77-5194f9bd26c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351054"}],"individual":{"reference":"Patient/feca1f74-5794-5f5b-821e-d609442892a1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"39ac27d9-503d-5adc-be58-454de6cf5692","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS351055"}],"individual":{"reference":"Patient/b1449109-1afb-557a-b00f-7ef4c70fbeb7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e2672b98-bfc7-595c-8139-0bf5dcf5495d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352794"}],"individual":{"reference":"Patient/026aa956-26c5-50c6-b39a-7c451c833617"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5b38f999-035b-5523-8fe9-0e6ae0a929e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352795"}],"individual":{"reference":"Patient/5c954ed2-f302-5412-bc98-1d3ed6b7cb33"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dfbd9961-2dfd-541b-a12d-4236c941719f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352806"}],"individual":{"reference":"Patient/218588f4-fc70-5e05-bbcc-7778cb653bce"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8d2d915c-dd9c-5ccf-bb83-0ca77edc8d12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352809"}],"individual":{"reference":"Patient/8ead9ca0-fede-5259-8e20-826fbfce21ed"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"74c94c3b-8ee8-5e5b-ae1e-9f7585109262","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352811"}],"individual":{"reference":"Patient/52309b3b-1f8b-5e91-a78c-9e5cf1adcd1d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c65c9dc1-ca70-5486-94bd-21d3502c67ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352812"}],"individual":{"reference":"Patient/88280c60-30ff-55d3-9e9e-d7bc76873cb9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b9f8ba08-5577-5056-baba-f5e849978321","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352814"}],"individual":{"reference":"Patient/477a19a1-7f58-58d3-89e1-daa3bc9ac1c8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f0ff6b58-4c1c-58c6-90ba-26456123bb6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352815"}],"individual":{"reference":"Patient/878ddaf6-b164-5c36-98be-2b4902be8182"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c4c21592-fe50-5e1c-9c1c-687a0c252b7c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352817"}],"individual":{"reference":"Patient/50281f10-9ce0-5d2b-9c21-fc367fa1ec9f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1dd7a290-fdbf-5971-8932-d7d51c9ec82d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352818"}],"individual":{"reference":"Patient/5346fbe2-9946-5ec5-8713-525a93e0035d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f13503c4-2cb2-557b-960b-2d13c174af45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352820"}],"individual":{"reference":"Patient/00e98646-f6fa-5859-a8c6-96b3cc70931e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fbb93bbc-4949-5581-b00f-06fd8758a855","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352821"}],"individual":{"reference":"Patient/6ffad2eb-4d82-5762-a3f0-595b4d188c24"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"89bcf03f-6bf7-5711-800b-d867d61b8bd7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352822"}],"individual":{"reference":"Patient/85fbf519-6526-5617-9b38-d59b41fcd8bd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cf53a306-6c53-5879-aadd-63c93499e166","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352823"}],"individual":{"reference":"Patient/b4f1a3cf-f69d-5b44-b9ed-afabf3a1c5ce"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d1411886-6856-5f65-8038-44c3d13d66e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352824"}],"individual":{"reference":"Patient/8ebfcf78-ba7e-5092-917e-ac3de1443132"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"76a2c83a-3dc1-5237-a9a4-fcc04e1c81fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352825"}],"individual":{"reference":"Patient/ee793eae-3d04-5896-af0d-f2dd3bb663e2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"99fdbd27-788d-5374-99ed-209ea71231c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352826"}],"individual":{"reference":"Patient/5e246fde-1c43-5eb3-ad97-df993204b914"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"900771e0-d468-5bd8-bedb-67787b918eab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352827"}],"individual":{"reference":"Patient/6a4e74e7-ff98-5731-8256-a74409ef40e9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dc88e398-6eae-5d0d-95b3-b0d41e419939","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352828"}],"individual":{"reference":"Patient/a3afb099-f817-50e5-8954-67d77ac96de4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ff8754da-99e8-5dc0-840c-892f6edbd482","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352829"}],"individual":{"reference":"Patient/299bf263-eb1a-56be-afe1-c5a4473c8708"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eaf2bd8e-cf61-52ac-8d6e-528620868ce2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352830"}],"individual":{"reference":"Patient/0eaadf60-68d4-5b83-8b2b-442a71f38164"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"db4e851d-a34e-556f-92d0-a1a2372f824f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352831"}],"individual":{"reference":"Patient/8f84766f-d930-5920-a626-d8273390b4e2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b805e1ab-d2b0-5adc-a7e1-727bae4413a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352832"}],"individual":{"reference":"Patient/1154ac2b-4312-5a3e-9bb8-da891fb76569"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"59eafe07-0ccc-588b-8077-9e71bbfe4eee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352834"}],"individual":{"reference":"Patient/47812b75-9844-5e0e-81ea-5776f2a3d17f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7e6ea2e6-7ab4-5fbe-8d35-003703369903","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352835"}],"individual":{"reference":"Patient/62bbd2d6-2947-590c-818f-48cb05769a69"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9070a00c-af14-56f8-9c36-8854a8705e53","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352837"}],"individual":{"reference":"Patient/0f693481-a12b-5965-a47c-39a7a4dd1c75"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"314f7f3f-db00-57c7-aec7-50247169cf51","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352839"}],"individual":{"reference":"Patient/94b7a534-0ba4-55ea-b5b1-cf004a0972f7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"17a35e66-2e60-56f5-8ec8-1d1f5bd8b961","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352840"}],"individual":{"reference":"Patient/ac8216d6-9ca6-5b4c-918d-40f11a859815"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1b06aea2-1693-56ce-87dc-3ddf0975ad32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352841"}],"individual":{"reference":"Patient/627e3994-b52d-5b49-9c44-5ac20754304d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e6d52f89-db2b-59e4-ae89-e44c38661eb7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352844"}],"individual":{"reference":"Patient/3640adcd-2022-5958-8b9b-a4c91d9d9587"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0236cbd4-ca2e-5893-91e9-2df5ccc4fddd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352845"}],"individual":{"reference":"Patient/bfd24540-70e2-547a-86f7-a852ac4882cd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1a15c025-90aa-5b41-8132-2b393ca9f802","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352846"}],"individual":{"reference":"Patient/ca603fe5-c84b-50ab-ae93-a4f4c76330e2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7b342114-c268-55b0-ae24-f34909fe7183","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352848"}],"individual":{"reference":"Patient/da291a91-dd68-58d3-9a60-2a160abcedb3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"75a4aef8-0868-577b-990f-1e1f72da7203","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352850"}],"individual":{"reference":"Patient/3b66ceac-b7f8-5974-92f6-e147e9536efc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d59a58e3-b8c1-53d8-9a50-1f234cfb9f32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352852"}],"individual":{"reference":"Patient/6a71fe6b-45b2-58ee-931a-c0ad3aa9383a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c8f4fc1a-f52c-57bc-bfc7-794b78faabf3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352853"}],"individual":{"reference":"Patient/bf4907ff-819a-5ab7-9d3c-3cfc252a6e11"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"65b9af84-a473-5219-92c5-c5a82353e061","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352854"}],"individual":{"reference":"Patient/ba3170cb-b127-54b3-af1e-b147a740de2f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c600c223-44b5-5584-83dd-f79ecd8e6a53","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352855"}],"individual":{"reference":"Patient/bb76c439-dd2b-5162-b934-570afa1bcdc0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"caf74b5c-6835-519e-b99c-56732736888e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352857"}],"individual":{"reference":"Patient/97f64f75-9d60-5b2d-ac77-7873373dcc18"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"66225431-a53e-5d53-a4cb-b5dc49488c97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352858"}],"individual":{"reference":"Patient/fbadf408-116b-578e-a52e-43527aa1ab5c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9924511c-1059-54d5-8bce-f6b04691c0da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352859"}],"individual":{"reference":"Patient/4e9f6c1e-1f95-5e36-83e9-5954bbad5878"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c388e926-0a1c-5c9a-b647-590365bc9010","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352860"}],"individual":{"reference":"Patient/26ac7d91-368a-5f06-a2c0-8fd2c0bba533"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dd25f0bc-3a59-54db-a7ba-d54d95a36fe9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352861"}],"individual":{"reference":"Patient/cecc7685-ba95-5c46-99da-8296453c729b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e6948641-ff0e-5916-9700-98b45936b969","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352862"}],"individual":{"reference":"Patient/e1874b0c-9b50-5de7-8864-bc1810940b0f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fcf9a05e-dd19-50dd-8ef6-0c6b48d7a25a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352863"}],"individual":{"reference":"Patient/adc93d6c-de5c-553d-8583-26f694fbec3c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c13c01df-7e38-542e-a369-435922ebc3f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352864"}],"individual":{"reference":"Patient/75163ea6-c465-5e27-a546-6c257ef84f87"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6a1a9657-8172-5eed-875d-56eedd39e01b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352865"}],"individual":{"reference":"Patient/761ff402-5fb3-5a59-a7a7-5f1898e20a2f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"11510be0-60b0-5043-b264-95233836d71e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352866"}],"individual":{"reference":"Patient/2fba2a5c-2759-5bd8-9a2f-9e25b9978292"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"86f60061-8e2f-5cf3-b9cc-81666da69449","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352867"}],"individual":{"reference":"Patient/0953c768-1fe4-564b-99ec-27b2e045ff34"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4a1c0e4a-b147-5274-817c-c6b105b86ad7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352868"}],"individual":{"reference":"Patient/299b8cc4-6872-5e64-bfeb-04ed221fdb05"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"33ab1a31-e710-5963-aaa8-7d72a1747bc2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352869"}],"individual":{"reference":"Patient/ee5e558f-fe95-5d50-809d-e9abdb25c189"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"47a95d21-3842-5131-90f0-54af725528ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352870"}],"individual":{"reference":"Patient/a6cca7a2-1280-5c48-85a3-aa223c0d891f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e9dc0c73-0ab7-5fbb-9cd1-fa525da314a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352871"}],"individual":{"reference":"Patient/5f4fd178-e232-539d-ad6d-f5f00b08df4f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c6c39da6-d9b7-5341-a7e1-0f4c02702f76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352873"}],"individual":{"reference":"Patient/6dc610ed-7545-5c93-952c-0de2fe88a025"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"85c354a7-caf5-5c32-a74e-56e0a0859674","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352874"}],"individual":{"reference":"Patient/67f63a58-3657-5267-84f3-61b4d92615ca"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6c9c344d-db1d-55ac-bbdd-a963def72cbe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352875"}],"individual":{"reference":"Patient/0b1d2ad5-d19f-5bb5-8a0e-75f7db8eb882"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2921a2c9-dae7-52dc-b7f6-875d976a2015","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352876"}],"individual":{"reference":"Patient/5fc04ad6-dc27-5f32-8c5f-a2bfb97827a0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2f6a3566-e850-571b-8f8f-6000330168db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352877"}],"individual":{"reference":"Patient/426381d1-847a-54c5-abb9-4332e174875b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e3591622-e101-5195-8a42-b44dfafb5b36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352878"}],"individual":{"reference":"Patient/b4b41e66-bf86-57c6-8b26-c7d2da8c82d8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e8790641-19b1-5925-af5b-16388b6ceaf4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352879"}],"individual":{"reference":"Patient/6952d2ca-284e-57a1-ae3d-73f11734eb7a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f0be8595-b542-5ae9-9560-71eac083a4b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352880"}],"individual":{"reference":"Patient/4b5da745-8924-5ed0-b0de-1e3e32e986dc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e67b9d5c-a130-51e7-ab17-23cbc04af571","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352881"}],"individual":{"reference":"Patient/4f3fc426-2ec5-5d4a-a7fa-d9a2b00df151"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"92565647-cec3-5b11-90a5-c1793d1fd08b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352882"}],"individual":{"reference":"Patient/4ae7dfbf-55f4-5a22-bfc3-5943ef6985fa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"36047a18-312b-5cef-8677-f80a86b89850","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352883"}],"individual":{"reference":"Patient/7da80baa-b248-547a-8cee-606a605dbe32"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"34b695aa-2ab1-5be3-b7c5-b77540296b23","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352884"}],"individual":{"reference":"Patient/52dd6d54-7a7f-5e7f-baaf-dcd17fd9050c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"041a54cc-23d6-54b1-b37d-790b48c727e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352885"}],"individual":{"reference":"Patient/57e45ab0-aa60-5fb7-9c75-765d21fe5a95"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ec662578-8fb0-5b41-8b1d-ead932e1c271","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352886"}],"individual":{"reference":"Patient/5fbad7d5-32ba-518c-95cc-5eb99b3ce6b7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ccdf8251-c8fa-5d46-863b-fcf1490b3804","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352889"}],"individual":{"reference":"Patient/e7bafe58-9587-50cd-96fd-140a14281827"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2ddb8343-a924-5d2a-8051-5d43aa8f2de5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352890"}],"individual":{"reference":"Patient/ec7d1241-c88e-53fa-9969-ed4c05e1ab2f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"213786aa-42f6-5395-9b39-ff1da10db51c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352891"}],"individual":{"reference":"Patient/f561dffa-62ca-5b39-8a5a-3f64546a3c98"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ee1c755b-6c8f-5e8a-ab9f-857c32c3449e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352892"}],"individual":{"reference":"Patient/c992e445-2226-56a7-a039-adf9bb2f4f39"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bcadc26c-4f05-5507-b88e-75a02e70bd0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352893"}],"individual":{"reference":"Patient/897a5ee8-57ee-5bb7-851a-b66d5437a435"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"da8877a6-147d-51c9-a592-3ad0e1fdd05f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352894"}],"individual":{"reference":"Patient/1b82ddf0-8feb-51a8-b522-e1f22e7e1bd8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7ac12fac-f64c-542e-9d11-c45e7b8e3f4f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352896"}],"individual":{"reference":"Patient/8d5c6f3a-0dbf-54dc-a7ca-5a0e30cc1f21"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bddf44b2-08b5-5854-8c36-13779b3649b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352897"}],"individual":{"reference":"Patient/e1231ef5-142a-52d4-b0d9-010f8ddc3c20"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d68310af-90f9-5da6-a137-0025867064d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352898"}],"individual":{"reference":"Patient/6f28234c-b94a-548c-9e26-012532403b0c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"29d5ba54-698f-5b42-b7e6-f6dc6c812b90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352900"}],"individual":{"reference":"Patient/b12090bb-82d8-592c-968c-e85d8ecec45a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"42241e29-7cea-5914-83a9-e4a808cf37b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352901"}],"individual":{"reference":"Patient/81ee255b-dcc0-54a1-8531-a6be52d9c995"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1fb44081-1614-5da3-8ee2-98ddbde7a2d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352903"}],"individual":{"reference":"Patient/74951630-aa1b-5bc2-bb5b-f98b7b42ea59"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"66b8ebcc-6c9d-5dd6-9eca-112b0f2932b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352905"}],"individual":{"reference":"Patient/266ffd24-0d09-56c8-bf36-28c36c5fd04d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"142aedfe-c1a5-52e6-ae8a-6df875a6202b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352907"}],"individual":{"reference":"Patient/57b04096-9fe6-56d0-bdaa-a0febb2ce3d7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"45a72cc8-4c56-56e8-9c5c-c705bae9af03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352909"}],"individual":{"reference":"Patient/d5492a9d-c885-5296-bc6b-1919ae402372"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"af34e79c-78b5-5618-a94e-c34a91021966","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352911"}],"individual":{"reference":"Patient/f4372689-27ae-5604-9f1e-a724501e2107"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"60b4cbf8-4563-537c-9e17-1f30b6f79181","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352912"}],"individual":{"reference":"Patient/8b8c67fc-841d-5c56-9cd9-747ca9b4b176"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"eb77cb66-d9c9-51d6-a7ce-972f768cb491","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352914"}],"individual":{"reference":"Patient/e90bdd5f-d88e-5175-97d5-67291264337f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"840b5c99-b208-5474-8479-2673103f65b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352915"}],"individual":{"reference":"Patient/1599e1be-e77b-5734-8de3-df82827c194d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"22e1bf5e-0f62-5c38-87bd-a40a4bb9a045","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352916"}],"individual":{"reference":"Patient/54c8a86b-d16c-5186-b1a8-1856dbb0b2a9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"42dcaa46-3459-5412-bec7-06b69cf0b11c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352917"}],"individual":{"reference":"Patient/a6a15497-a271-57cd-b76d-dbeec8a4cf22"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d9eb2f0d-cc68-5f31-b39f-a9e83ceadd05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352918"}],"individual":{"reference":"Patient/30c1c632-4b50-587a-bd85-44e6862dac8c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d6f279de-c57c-5454-ae94-a5129960f5c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352919"}],"individual":{"reference":"Patient/4870f30b-2267-5d0e-aab0-bdad3300be47"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"362a114d-a3d2-5e59-88b8-aeb51eb59227","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352920"}],"individual":{"reference":"Patient/f4c2578b-02df-5368-9bab-8506e3a3b575"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"53a43df3-d75c-5f68-8594-92f8ba85d023","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352922"}],"individual":{"reference":"Patient/76eb4879-4b4b-5f0a-acfa-a0fb68fd4744"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"31515001-790a-5ebc-ae41-f2e9d58c75c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352923"}],"individual":{"reference":"Patient/2801c2be-b81b-5efb-a401-e48d02d4c88f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4c21eeb1-c2db-5295-8c58-08bda44f9377","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352924"}],"individual":{"reference":"Patient/9c5e1439-c66d-5c48-a8c2-364387ab6960"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c0ca13ce-4490-5342-8399-3cf77f66427c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352925"}],"individual":{"reference":"Patient/658ae9ee-835e-5685-9ed6-028ae457cf0d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"29a707e1-a567-50ae-b5b8-72753463cde2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352926"}],"individual":{"reference":"Patient/51c52a90-cd47-568b-8597-965c2ec158a4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"63521962-3fc9-505b-bb57-08b3b409bfc5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352927"}],"individual":{"reference":"Patient/0b325189-866d-5dbe-9c39-e189063ee50f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9e35140e-ed17-5598-bbb4-67f923e545c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352928"}],"individual":{"reference":"Patient/4dff596d-d8d1-5ee8-b0e2-a5664c32f002"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"db2981b7-5710-578f-bc57-b144ab644308","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352930"}],"individual":{"reference":"Patient/f545ef25-57fd-507e-a9d4-a87a44cff429"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b7ab6554-3264-587e-9e05-e1a4ed162d4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352931"}],"individual":{"reference":"Patient/3acfe710-be9a-596c-af14-12de203b1016"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fa32df17-c73e-5adf-993b-03dce4e43f15","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352932"}],"individual":{"reference":"Patient/d974b18b-3644-59da-8dbb-f896ca82653c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b63db3a8-e889-5d3e-aa05-d696d440ebcc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352933"}],"individual":{"reference":"Patient/1285533f-3655-5bfc-ae46-811d2b43b1fa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3753e2fa-60b8-5577-8002-b31f95e03218","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352934"}],"individual":{"reference":"Patient/8d4f5150-0adf-503b-b8e7-a84df85c8ac3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"54fbd30b-7f70-57a5-9cc3-4c64f7bd67f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352935"}],"individual":{"reference":"Patient/d26946c6-7583-5481-9dbf-7919ae94582e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5243e79a-0ba4-5e6d-8d67-c70181b89b23","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352936"}],"individual":{"reference":"Patient/6cc48172-36c4-5718-bca9-e88f9ba30232"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1a2df80a-3b74-546d-8d57-63d377312e9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352937"}],"individual":{"reference":"Patient/f2665f5e-b01a-5dfe-a56a-14469bcbac04"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7bfda2af-5a10-5326-9d53-da0059a91220","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352938"}],"individual":{"reference":"Patient/e7aa19c2-c0d7-5b92-841c-bde819e70dd6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3b2ed9cd-4125-5481-bf9d-296208970c4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352939"}],"individual":{"reference":"Patient/e2cac67c-a878-5b07-8831-a5492009b117"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"88cf1c48-c798-5493-95ef-32432eaa24e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352940"}],"individual":{"reference":"Patient/dc22011c-7557-58bc-b5b4-8cec31912ecc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"88e8ebd1-3645-5696-ad65-338e2c1e0307","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS352941"}],"individual":{"reference":"Patient/87160edc-6ef2-5150-a6f7-f69cee5e9cdc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dc14f2e8-f39f-59f6-a0c9-7a91e141175d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368094"}],"individual":{"reference":"Patient/1f0e7c14-2167-5672-9eae-d0a1bd5551b3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e50436cf-29ef-53f6-addc-73018d91b5c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368096"}],"individual":{"reference":"Patient/50ff18e4-8b2b-5b3e-a37f-b69a8a6379ae"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"199a8849-fc2a-59cb-a761-80a6ddca00be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368097"}],"individual":{"reference":"Patient/9eab390a-ae44-5769-9461-12d96c899413"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"043e35c1-4a0f-5576-a48b-0a9f5396ef4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368100"}],"individual":{"reference":"Patient/bfa1b4b6-ff26-557f-96f5-fe5371591b20"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9389b9b5-ea5c-5d24-9b27-a32d53b1f9d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368103"}],"individual":{"reference":"Patient/e8db4312-9de5-5a93-a124-5644ecbf581f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"68b9e4c8-b885-5de0-b208-51661995f7d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368105"}],"individual":{"reference":"Patient/25e587fb-b64a-5d8c-9dd6-f297db37f54e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8290d9f6-ccb1-5329-b727-d2bede6e5b7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368106"}],"individual":{"reference":"Patient/0b4afd30-2703-5118-b67e-357bd9045f47"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cf32a2d8-3e00-5705-9dc7-0f6b0e843fde","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368108"}],"individual":{"reference":"Patient/ba149bcf-70d5-5198-b368-d0a07af2558f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ab3bfe59-62fc-57da-9c9b-1d6751c44a43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368109"}],"individual":{"reference":"Patient/eee84dab-22c3-5484-beca-1175fd05c158"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ddfaa951-f33a-528f-b9c5-eededc3dc11d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368111"}],"individual":{"reference":"Patient/d1b4be32-9d91-5a9d-85ac-3f8140a3c7ae"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7abd5756-eb4b-57df-9079-22861957ab6c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368112"}],"individual":{"reference":"Patient/75d4fea0-34f4-59e8-bdf9-9a9fe0eeee5d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3ea71fa4-ba18-515d-b006-54aabe289125","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368115"}],"individual":{"reference":"Patient/fa23825f-0a7e-54cb-9a9d-89de389e89aa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"02d5a291-2500-5223-bba7-5fcd79fb8a0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368118"}],"individual":{"reference":"Patient/83ea22d4-836e-5774-9808-8432e0c43476"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2f9f85fc-92b8-5a3d-adfe-b9244b905492","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368120"}],"individual":{"reference":"Patient/e83b0e06-979a-5dc3-bbfa-2249b070501a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f49ee12e-deca-530d-bf85-50a653abfad3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368121"}],"individual":{"reference":"Patient/c25a89e4-545a-5faa-9a39-c6866b49f41d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d28212c6-e272-58b5-9eb1-36bf61eab34f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368123"}],"individual":{"reference":"Patient/486c2841-eee5-5261-b3db-6e6647caa6b3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9cb5200c-fa4b-5693-88d5-e44752bdd4a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368124"}],"individual":{"reference":"Patient/d379f5be-0822-54a7-969c-336fb9fea9d7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"396e9356-2103-5ed4-8c8d-81d228fd8e40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368125"}],"individual":{"reference":"Patient/0537d374-fab7-5ae4-9cfa-f35a791a1579"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e02ee8ed-8852-5a10-afe4-95bf2a4b4a6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368126"}],"individual":{"reference":"Patient/28f1d727-4424-51be-bbf6-af93aabed7ac"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"10d33e43-6130-5d3d-a3f2-eaa45a4fb105","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368128"}],"individual":{"reference":"Patient/812cfae5-8927-5ece-83c2-57188669c7b4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b9d08b6c-2778-5f8f-8597-613dbdfd757a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368129"}],"individual":{"reference":"Patient/8f190dc1-99ea-57b3-ab97-47b9acd07fc8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f1e2d46d-e51f-5690-a48f-771276ecee97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368130"}],"individual":{"reference":"Patient/f8a9545f-155a-5fa1-b98b-7add73eb2dce"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9e9b19c6-43db-5706-83a4-6ed170d03cb7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368131"}],"individual":{"reference":"Patient/b1e27b1f-0ce1-5e1c-9657-170419afcbb1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"23a109d6-26ed-5857-bd4f-da84b609456c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368132"}],"individual":{"reference":"Patient/2da5f004-f049-595a-89d7-e73fb0b74c6b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7f7780a1-929b-5218-86b7-09a0c9860ffc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368133"}],"individual":{"reference":"Patient/5dcebd0a-e2ce-5e0a-bd2e-c162257bbcb3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b4e2633c-0574-5dd0-bea5-e3c42eb71942","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368134"}],"individual":{"reference":"Patient/fd0bcbfe-38a8-5c83-913d-a6283284a0de"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"259ba8f9-d1c2-57d5-9cb2-052521756f30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368136"}],"individual":{"reference":"Patient/5df329c8-8abe-5dcd-b349-8aa387095011"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"25618fe4-0457-5fc9-b339-90d6bbf7c2b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368141"}],"individual":{"reference":"Patient/cdd113ca-4877-53ce-9a45-74bcdda4577a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"92651751-92be-5f5f-afe5-d7196107519e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368145"}],"individual":{"reference":"Patient/ac294e3c-cfc4-5afd-8c69-a679b8619bc9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"dbfd2a2f-38d6-5865-bad3-4482a51c7d85","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368147"}],"individual":{"reference":"Patient/82244191-ff76-59a3-b705-d3a694efe133"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"73c127bc-5f74-56e2-9424-52e07982787e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368150"}],"individual":{"reference":"Patient/bcacea47-f1d2-550f-9238-680ac8ea5d7d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5598e086-da19-51f9-b4ae-cad392c353c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368152"}],"individual":{"reference":"Patient/9ce32d0d-9ada-5cbc-84d4-b207231f3f77"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5a3f9d0a-ecc4-5c32-803c-fed8636ba13c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368158"}],"individual":{"reference":"Patient/2590c0be-1091-5859-a1f7-7b18a20358b7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9a3055fa-8c38-5c93-9c44-0f18483d83f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368160"}],"individual":{"reference":"Patient/b934d114-c50a-55be-9940-b2a2e1b1e87e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1c34c724-bb46-55a1-a463-1ead41f127e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368166"}],"individual":{"reference":"Patient/f9080b2d-c164-5dab-848e-576c1b4ef3fc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f57e1434-43e1-50d1-8713-193bbacd6031","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368168"}],"individual":{"reference":"Patient/d695eb27-a797-58f5-9ffb-b084fb9ead2e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d7addc74-e908-5d51-a425-d1f427a6205d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368170"}],"individual":{"reference":"Patient/abb4d473-ba7f-5ddf-93dc-074e4082eb2e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0129137f-bcb1-56f8-afaf-aedafcc24a76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368171"}],"individual":{"reference":"Patient/d7dee585-689b-57d5-8e91-b1fd6a10e499"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c2b02451-ba2d-5d90-b3a6-ed15f4076f1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368173"}],"individual":{"reference":"Patient/2eb08329-c97f-50c7-88e4-72f275e9f85d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"92bad2a9-b402-5a87-bd82-c24ea7f8c08c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368175"}],"individual":{"reference":"Patient/6885cf10-50fc-507f-baaa-59d3e5212523"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5528f3df-880e-50f3-8151-f4dac1f89dbf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368176"}],"individual":{"reference":"Patient/bebe3cef-3d82-59a7-8963-062d0daf9ebb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6b7ee283-9a8d-50a1-98fa-aad233601096","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368178"}],"individual":{"reference":"Patient/e178abbe-8a9c-5aa8-bd1d-67bfd664ac5e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1f5a24d6-800e-514b-b1c9-d55dda1fec41","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368179"}],"individual":{"reference":"Patient/0e5268a7-e939-5d13-a62f-ee20c2726b40"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c13b5ce1-c94d-5ffb-8747-ef5e93efd6c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368181"}],"individual":{"reference":"Patient/7597f2e9-3e3c-5cad-ba6c-ce17d7739525"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"240a7d17-9758-503b-825b-d2483aaaf604","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368186"}],"individual":{"reference":"Patient/6433ee63-4573-50b9-8d0d-9619b509978c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"63dc99b8-5b61-5d84-aff6-8974dc79f9fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368188"}],"individual":{"reference":"Patient/ff3da2ea-c5ab-568e-bc2c-de68a9527862"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e1caf27c-8a1a-59b4-bd62-a04b6c0b8d18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368190"}],"individual":{"reference":"Patient/6e723cf8-a9e6-55b2-b43e-6a73ca563895"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"982268f9-4266-5c97-91eb-72e42ba9e17c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368193"}],"individual":{"reference":"Patient/3929ecf6-da31-5d71-8183-b15a843246ca"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9d36de45-968d-505d-899d-0f3e099fa898","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368194"}],"individual":{"reference":"Patient/baad6db0-3a4e-554c-ad65-2426717bc1b8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c69e3aba-d635-5932-b913-bcc6152e3c79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368196"}],"individual":{"reference":"Patient/e21cfca6-1b1c-5494-acb9-c1b84f4c2bc3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"269969bc-a383-5032-ad52-4816ba15bb67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368198"}],"individual":{"reference":"Patient/a3e03628-50ed-5394-95d5-03c9cc2a90ca"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1a0f87b6-7881-5cf6-8a9a-93a53c60f662","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368202"}],"individual":{"reference":"Patient/4037cb6b-4d51-5097-828a-1d7b15b833a5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"391c9cc9-32bf-5b8f-aa26-1b909cc7a84d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368205"}],"individual":{"reference":"Patient/743ac672-8b7a-58e2-9520-b447eaaa103f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ffe792ae-627f-569e-aaf9-27c2b27e1450","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368206"}],"individual":{"reference":"Patient/669c13ee-c5c7-5ea0-bfcf-a05b8885eb13"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0770db80-9ace-5e17-8341-13716ac6e7ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368208"}],"individual":{"reference":"Patient/77a49475-eb65-5b95-ac29-8ff82954cacb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a1f3b0d6-dd7c-5199-ab8a-61902a6a0b29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368209"}],"individual":{"reference":"Patient/0e0cd4cf-a21a-56cc-9d86-b2eca87519d9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2a59dd59-b05b-5e55-9ffa-8bfb524e6263","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368213"}],"individual":{"reference":"Patient/9a8d27db-91c6-5c3c-803e-ec4b75883fd0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5e10deaa-296c-50f6-8309-4025e2e1d966","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368215"}],"individual":{"reference":"Patient/ec405fa6-9fd6-5079-9ef7-a5fd7718e7f5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5cbfc518-5f68-543f-a25f-7e3ec730f012","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368220"}],"individual":{"reference":"Patient/d551a156-2ef9-5bce-8d87-b046c0c9c6c1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"60f38dea-543f-5f75-aa54-732d0be5f95a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368221"}],"individual":{"reference":"Patient/c36da5c0-e14f-5476-b432-1daafddd9511"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b48f602c-d155-5012-8217-976667d27b53","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368222"}],"individual":{"reference":"Patient/c47c34be-1f47-5b6f-8359-bcbd37e7b676"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4136d003-6b2e-5e52-93a4-66cd2801853f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368225"}],"individual":{"reference":"Patient/72b6c654-58cf-5732-bf60-9655050a3deb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9b7240e4-10bf-506b-8e90-11d2c6c0cf06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368227"}],"individual":{"reference":"Patient/fe6058c6-ce83-5ef1-b3e7-dc19f16b266d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"56724cd6-f367-5f22-95ab-849e66e911b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368231"}],"individual":{"reference":"Patient/87bad074-1616-5355-8e28-83c4fe9a2be0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b3ee1dd6-5829-5267-94ad-aad62a7143df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368234"}],"individual":{"reference":"Patient/2e3cbba1-56b9-5478-b4bb-fd9b7a49b817"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c3a7cfd5-2738-5f32-b8ec-7d132eac8152","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368236"}],"individual":{"reference":"Patient/a7e5a021-723a-53b4-a876-065028029ad4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"87c2d4bb-eff6-529e-98e5-cbfe228ba627","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368237"}],"individual":{"reference":"Patient/35ca7d82-5cb6-5742-8cf0-46353785fc90"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"195ce7d5-f083-5b83-afcf-a95c8cda164d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368239"}],"individual":{"reference":"Patient/6ac67d20-811c-51d4-a750-e4103540fc90"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5068043b-9b7f-5fba-9cc1-5b452ca3f5cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368240"}],"individual":{"reference":"Patient/38f82163-1b16-5dbd-967f-6ee886515e1e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0da74fdd-ae0b-5930-a4e5-56d5519fb1ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368244"}],"individual":{"reference":"Patient/fd212df0-6fc7-5223-b641-a288df7da4ff"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5993f070-8935-5a5e-b06b-14e06d378ba3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368245"}],"individual":{"reference":"Patient/2da3dd77-9bbd-59f2-9af6-cf89c9f1286a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"345e4b7e-097e-594d-9f1a-a606b467360b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368247"}],"individual":{"reference":"Patient/e8f91dd0-c3a1-56ac-9cff-a34700a2496a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"17d599b1-a660-5878-8601-f59f09792d5c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368248"}],"individual":{"reference":"Patient/89eb31f1-bd8a-5f7f-9689-45dffc804fd4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"df726ff9-6e18-5f78-8c54-281579df3826","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368250"}],"individual":{"reference":"Patient/1aefc3b7-2678-5af6-97af-53413d232d35"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"66defdae-5217-545e-b372-f03d12ab6c2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368251"}],"individual":{"reference":"Patient/6da6902f-6a09-545a-8dad-b57379f59de7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4fb47db8-0ed3-5f88-95fc-7b8814a7c0ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368253"}],"individual":{"reference":"Patient/1bef2da5-0f2c-5727-8b6d-1f0aac067de8"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aaf81864-188f-5575-8465-16b9eccab701","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368254"}],"individual":{"reference":"Patient/2cdf3e37-96ec-59a4-bd8b-cb3eaa91b12d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"44cdd250-5ff6-5a93-a7d1-0abc8a401077","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368256"}],"individual":{"reference":"Patient/d059c21d-a09a-5b41-80a2-71447d5eae56"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b1a66bcb-a3fb-51f0-8a23-f09a3089cc2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368257"}],"individual":{"reference":"Patient/81034f7c-99e2-5f09-9e1b-f0f6ad0bf1fd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"92655245-645e-5ac7-959b-16d49ab69e02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368259"}],"individual":{"reference":"Patient/5bd49906-b081-5a57-b852-b530d4dba4a5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ee01f509-c86e-5373-9112-5385cd2193e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368260"}],"individual":{"reference":"Patient/944ff462-fc58-56f3-afac-8d46840b87ae"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"73af3b0b-9f87-5e42-9054-e254dce99125","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368262"}],"individual":{"reference":"Patient/1e5d2cf7-e7d4-5392-b24d-eaca22212df7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d0cf6664-aa42-5bda-ba6a-a5e388571ca5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368263"}],"individual":{"reference":"Patient/e1b2014b-f0ed-5c5f-8e58-1e1345a4874e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e52910af-b29a-59b3-8e3b-45a653fc8209","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368265"}],"individual":{"reference":"Patient/36af548b-1702-5a7b-92fe-942a146919f4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a34bf163-9cdb-57b0-93a8-07f71f6f9188","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368266"}],"individual":{"reference":"Patient/23e37a6c-5459-56ec-aced-0203c140a3ec"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fcc41a7a-e5c9-5c69-b0a8-736095aa793d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368268"}],"individual":{"reference":"Patient/3340d0e8-ae89-5ef9-a68b-12d5f452f8fa"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2257d387-9ab1-5714-9980-87ab6b86b7b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368269"}],"individual":{"reference":"Patient/503e88b1-4930-5563-9794-3189e3c97038"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"35d348ed-f4b4-5ad0-89e8-5cc8dbfdbeb1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368271"}],"individual":{"reference":"Patient/4281800a-996c-50d2-8440-caf9dc310344"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5be34ccb-285b-5887-9a93-766571bcaf96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368272"}],"individual":{"reference":"Patient/f1003ad5-fdfe-5262-9aa5-4956d0a2c784"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"11b08dde-4e35-5e20-95a3-fcb0c0e77c9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368274"}],"individual":{"reference":"Patient/02ee4387-a3cb-58ea-96fe-805f89b86aca"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a8c1630f-ad42-5b9d-9c09-1257a7bcc8a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368275"}],"individual":{"reference":"Patient/1c4b5160-d924-5d10-9652-d116ea8311bf"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a0db51a2-423b-52c4-8187-b02a9b98bb58","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368278"}],"individual":{"reference":"Patient/79746fad-992c-57d0-a593-3723a4c510c9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"87eb3501-3b58-5033-b490-bc0b284b2057","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368280"}],"individual":{"reference":"Patient/fe62c4c8-b5e4-5697-b9bb-436da789bcc1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b568dbcc-f4d0-5d7e-b201-4dac3c9c41a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368283"}],"individual":{"reference":"Patient/061bf066-4eaa-5a6c-b491-2d6f46b0c6dc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a7c9fdd1-7dd7-56b3-affc-0a80480dc43a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368284"}],"individual":{"reference":"Patient/8060f437-e7e6-59ff-8157-28db8bc10ee5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e91d31d9-c05f-547e-9621-5968e3bbde0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368286"}],"individual":{"reference":"Patient/96af4853-7bb4-57c3-a136-0064439f9044"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"73890a43-169b-586c-8227-70427b282926","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368287"}],"individual":{"reference":"Patient/64a12aef-13b9-5e7b-9e70-0eb1395223c6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4255b72c-158e-5d95-a2f2-76b42118d232","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368290"}],"individual":{"reference":"Patient/e2a3f881-a3df-5699-8285-6003887d2223"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a298365e-7402-57a4-9b13-7d4344d980af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368292"}],"individual":{"reference":"Patient/33ed9141-0d17-568e-8100-3ad9db6ee9e7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e8fbbed2-15f6-5cda-98e1-063031c54d93","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368294"}],"individual":{"reference":"Patient/013ee16f-64c9-5eb3-919d-247e7ae1af50"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6d3c52ad-9bb3-548d-b5a8-428b709c4a4b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368296"}],"individual":{"reference":"Patient/f2a4a164-b57f-5106-a0a1-b3e79487ecab"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"75ad71df-4884-5788-bfc2-b73e0455dbff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368298"}],"individual":{"reference":"Patient/ece1d771-cf64-5a3c-b551-a161b5cc1e63"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fd87cd99-68c6-59c6-89c7-2d9c766a9d53","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368300"}],"individual":{"reference":"Patient/0a9789b3-beef-5291-8078-56f688f23817"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"96e0543b-d6f3-5e5b-b2fa-e327fbdc02e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368304"}],"individual":{"reference":"Patient/11e9fc9c-0d67-5b62-8f7f-8ce0fe34b99b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5156d8b5-e306-500f-8c11-3df2ae9b2834","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368306"}],"individual":{"reference":"Patient/981ff1b9-6588-599c-8713-52bb1fc70e0a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e66661d2-f6a1-5feb-b9f1-8121706db1b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368308"}],"individual":{"reference":"Patient/da42ee64-a6af-5d59-9f45-dc49ddfb3bae"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3ff61c88-9321-54b3-8319-242096bad116","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368309"}],"individual":{"reference":"Patient/57c863b4-4fa5-57fd-bef1-25dcf4849712"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"11190e2f-d519-5667-8c85-1f0bcc67d352","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368310"}],"individual":{"reference":"Patient/fa8cbac0-c01e-57d1-a02a-6bae0c451ec1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2beb389a-f5e1-5151-b2cf-40e0302840a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368312"}],"individual":{"reference":"Patient/1d48937a-e0df-5b0b-ab75-003ba77e5943"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"171d183d-f918-5f72-942c-dd500595574c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368313"}],"individual":{"reference":"Patient/e0283636-3820-5f6f-84e3-4d94f99388d2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"35631a01-ea76-5634-b42d-5064c4a3d2b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368314"}],"individual":{"reference":"Patient/b5ca79c9-7d93-574c-a1ff-8450451426fe"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f0fc5d48-50c2-5249-9fa1-ba21976f1725","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368316"}],"individual":{"reference":"Patient/7c2f15b1-f7a7-5a14-9302-f4c82836e82e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"541cd0aa-c928-5395-9c9f-cbd9684b23c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368317"}],"individual":{"reference":"Patient/8be76536-e369-5468-880a-fbeedb75fed3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"86b3b7aa-403f-5343-810c-53f6e812a6f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368318"}],"individual":{"reference":"Patient/288b1208-7385-5516-b6fc-373c30c90bac"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f4ac85e5-3d8e-5667-89bb-59e32ee4a1f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368320"}],"individual":{"reference":"Patient/de3b7a44-8f7b-512a-93f9-daad0cf423af"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"08384c6e-cf12-59e7-8c4b-123b0faa640c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368321"}],"individual":{"reference":"Patient/9f26c5df-aed5-56dc-be37-655b5bda34b6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"861d42c3-43cc-5960-b342-25ea937195cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368322"}],"individual":{"reference":"Patient/417e473c-b650-5bff-b943-3ec5f08e20c3"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d5749799-9d8b-57e6-a022-6314168fc5b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368323"}],"individual":{"reference":"Patient/5373c9eb-aa8a-5ad6-b887-07f850b4c41d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cf8c1c8c-039c-51ff-aaff-1ba8efcb918a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368332"}],"individual":{"reference":"Patient/7cb39284-4d3c-56be-ab69-04d316a8cd7f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"33dbc9cf-ae9e-5930-8c2e-9ac02dbf4356","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368334"}],"individual":{"reference":"Patient/1ecafdd7-aa5b-5885-a8a9-5547baf9c766"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fce06302-a9d8-5515-bfcc-87ad241dd5b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368338"}],"individual":{"reference":"Patient/b4e08bd7-88a2-5919-89ee-964b188192e4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ed790f53-9adf-5a8b-a826-0a5084d79518","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368341"}],"individual":{"reference":"Patient/a000717a-3950-5f45-b201-85577b3658c1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"8e8a6878-4518-5fcf-9e21-805692ca0c13","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368344"}],"individual":{"reference":"Patient/dc82edf6-2618-5253-9e8b-9abad2fb4095"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"37d43788-c032-51dc-9ffd-f99f2b3a7dc6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368345"}],"individual":{"reference":"Patient/27bdf5d9-01c0-5b93-8044-40159f3d9dba"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"a5a6a974-e64c-5aa2-bc14-2de6593028a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368347"}],"individual":{"reference":"Patient/0d749330-431f-55d0-985d-fdc11d1972da"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"807af56b-b5fa-529b-8702-cd3393277238","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368350"}],"individual":{"reference":"Patient/1c793476-3dbe-54e0-9b3e-a0238ac6f3f5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fc324e45-919d-51bd-8488-d28d27361c0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368351"}],"individual":{"reference":"Patient/0afef885-e47b-5208-8ae1-ded6b93152ec"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fd98b968-cc49-5c2a-9a5d-330e4e1b1871","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368355"}],"individual":{"reference":"Patient/40926566-9820-5c51-858e-b42952d32335"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"948d2699-8545-5491-bc23-af0163f24008","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368359"}],"individual":{"reference":"Patient/c368ad95-917e-5266-b3ad-e928d4c6d5e5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bdc612ac-e2d5-5c87-8040-7b99b8383313","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368361"}],"individual":{"reference":"Patient/a88edd47-a5a1-530f-a8fa-1b0359721413"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"05d6afde-ce5c-58e2-ada9-8196e025369e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368363"}],"individual":{"reference":"Patient/453114f1-165e-52ab-a462-dfb632ff89c2"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5c9d5d25-d905-51ef-bbf9-76d08daaebfb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368365"}],"individual":{"reference":"Patient/eefcc8bd-4676-5b67-a47b-f24702106db4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5250cdbc-8bad-5f4c-a8a0-03a8c2e96959","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368366"}],"individual":{"reference":"Patient/ebd8dcbb-06dc-5216-a314-4f5451aa85fe"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"adb5e1cd-2945-5352-b712-6e2cdbfafe8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368367"}],"individual":{"reference":"Patient/b1ac3216-8c12-5320-87d4-e95514637533"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"146d7cab-c08b-5b55-b925-7df34f7a707c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368368"}],"individual":{"reference":"Patient/f3f2f428-3e09-5775-ba82-5e100c7a6c2f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"11ded960-8c86-5778-88f6-4c114878176e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368369"}],"individual":{"reference":"Patient/76d35c14-26fb-5eb6-a32e-4d8fa5be6aab"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2b776e65-98d9-5702-a763-d7fbaba61189","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368371"}],"individual":{"reference":"Patient/579bab59-a55f-5d2e-8b99-908c67c86ae0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f60272a7-d492-565d-9a63-fc2c5cdf6446","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368372"}],"individual":{"reference":"Patient/331062a3-ac08-54e7-9eb3-6610516080e4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6b63eba8-922a-59c3-84a8-ff48c32ce05d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368373"}],"individual":{"reference":"Patient/06a17a7f-f27d-54d8-8bde-ccee979d0904"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"b6700b99-a7cf-557a-bcc4-41fbd4c4aee6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368374"}],"individual":{"reference":"Patient/dda14e47-d620-59b1-b923-20305200cc05"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9ffa93fe-e953-551a-a38b-6a8e7a24f281","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368375"}],"individual":{"reference":"Patient/c4547fb6-517e-5e86-9537-1f0cbf3053e4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e1eb6411-ea72-5a69-92db-cd64dd2383cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368376"}],"individual":{"reference":"Patient/01dda197-0a4b-5798-ad60-2f4ede690296"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"007a4d49-6f85-52a1-bef6-10d815cd4c2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368377"}],"individual":{"reference":"Patient/5c7c7392-01d7-5fdc-9e75-2b420554d446"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ef494fc3-6841-5f01-ae29-310e58e043a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368378"}],"individual":{"reference":"Patient/16e20b07-32b7-51ef-8367-efb744874236"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6016c4f1-8371-52f8-9376-b51411fd96f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368379"}],"individual":{"reference":"Patient/f3da1d51-922a-5c96-93c1-d67c8ae087d6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ca8587df-5d57-5a61-9912-bfe902314961","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368380"}],"individual":{"reference":"Patient/9a26ad81-cfc8-5031-bf07-9be674e34d64"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f2c96576-03ec-5935-93c0-cbc0d168db36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368381"}],"individual":{"reference":"Patient/e188baa4-470e-5866-a0d6-2209b6f2c286"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0bb953bd-c681-5116-ade4-12cb3e2919d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368382"}],"individual":{"reference":"Patient/94fe471d-21e3-5a0e-b173-6ec1679305f6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"07206501-74da-52f8-80ec-56b8b49b59ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368383"}],"individual":{"reference":"Patient/0a16189d-7350-511b-9b88-5ea0bbe641a5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"195f7ea2-5bf2-5e39-b919-9d469c0bf822","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368387"}],"individual":{"reference":"Patient/57d2ce47-f376-5014-a49c-bfb7c6c5c52f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"935d9bec-c222-5326-b339-e4cc31d7b2d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368389"}],"individual":{"reference":"Patient/871ff585-172c-5483-92ba-bfcaef4f74f0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4674634c-27d1-5616-82fc-865e582dff03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368392"}],"individual":{"reference":"Patient/8f599866-d8fe-5c42-875e-89b9b24aaf90"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6f3a7c93-29e1-52ac-8b72-60fe378f833e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368394"}],"individual":{"reference":"Patient/05dc6876-18f3-5540-b555-e4e9f7ddf910"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"76904d6a-76b3-5cdb-8192-82025a6104a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368395"}],"individual":{"reference":"Patient/d363300c-3e7a-51fb-b9b4-9371b13fed1e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"13e6121c-5392-5bac-be2c-6b9d9b8f15eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368397"}],"individual":{"reference":"Patient/8e7ce925-c5a6-56fa-81ca-00fef305572f"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"319d0f83-5bec-56cf-a7e6-adebe4ec27ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368399"}],"individual":{"reference":"Patient/17794dfb-a565-5075-a23f-ebfe52f78158"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"728f9705-cffa-50ef-90d5-463f0cdecaed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368402"}],"individual":{"reference":"Patient/cc6d8e7c-8ae5-55ee-a0c9-ee7682436cbd"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"236363ee-6d9b-5531-8742-83e9fd202e02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368404"}],"individual":{"reference":"Patient/e6c01cd5-d3fa-5b27-88f0-fea1da78195c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"f40826a6-b3e2-5b41-a67b-10f15ee94ff5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368405"}],"individual":{"reference":"Patient/359b1a42-4416-55f5-9af3-283fcbef0cdc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"bc99c6db-77a9-50f4-9854-1676d48a8f4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368407"}],"individual":{"reference":"Patient/0635779c-362e-5be8-a100-c2688e7528ea"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0886dd82-3c23-570e-a0b7-2dc198bbaa18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368408"}],"individual":{"reference":"Patient/8a17a772-c9d5-5069-8fd4-3dd536e673c7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4ecbd4b3-7c15-5b8e-8a2e-7e2c9df60861","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368410"}],"individual":{"reference":"Patient/0ac4ca3e-fea5-51e6-8816-bdea4cf5ec5b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"cd3e9ec2-05cf-542c-aa8b-e905436329ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368411"}],"individual":{"reference":"Patient/d577ca3f-d1c4-5166-a261-e6511c8fad16"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9cffd4d5-eb1d-5a41-99a3-3c9bdfaffa55","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368412"}],"individual":{"reference":"Patient/3c0e3540-1302-5c87-ad3a-edfa291de4c4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fe7ad194-0f6a-5b7c-84fd-72e57dc545a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368414"}],"individual":{"reference":"Patient/29c2d739-2714-5658-9d0f-21ee40b2136c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d081b755-b9e1-52ba-b2ff-3d3c4cc12313","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368415"}],"individual":{"reference":"Patient/02710f3e-04a3-5cef-9fa1-adebda9875b1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"353b8edb-7f37-58fe-8a75-652fc7f6c46b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368416"}],"individual":{"reference":"Patient/40948ee7-b65a-5aa1-a426-cfe2dfc82378"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"df620ac1-03e2-5b8a-907f-43429cf4105e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368417"}],"individual":{"reference":"Patient/4dee0f59-f436-56c0-b885-f76155dd6e2d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"475fd33f-5473-5651-b504-ab8a6131bde9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368418"}],"individual":{"reference":"Patient/2387b205-b6a0-5b9a-9711-239a5a7837e1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"78b12d2f-0979-50f3-bbe3-fb8fed0a3d56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368419"}],"individual":{"reference":"Patient/d7eee69b-0876-5f35-a546-b5b50d4ed216"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e81b0f18-a22a-5191-bc15-884dd53b51da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368420"}],"individual":{"reference":"Patient/12f038f8-6915-5898-9055-5e86bf7e7e86"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"858813de-481e-5959-98e1-9a96264092da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368421"}],"individual":{"reference":"Patient/74f3d68d-d8d4-5b62-b4e3-5e9f9128cb72"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"52568f89-511f-525b-943f-34bbc28d8488","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368445"}],"individual":{"reference":"Patient/8738a46b-788c-5a8c-9868-28de855e94c5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"e6c565a1-a150-50af-ac26-7479b0817e0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368446"}],"individual":{"reference":"Patient/2b26e13d-2c0e-52db-a01a-a3d215861a58"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7a3a75fd-a121-5a40-93b5-49056e0c39f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368447"}],"individual":{"reference":"Patient/a2a9588f-5a59-5ad4-94e3-de9c7dc56cdc"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5aa9b969-d401-5545-a1c7-d63293589067","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368448"}],"individual":{"reference":"Patient/8f6af889-a769-55e0-bad9-8437e549af76"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6aa39073-2e70-5059-8e16-184c4b975754","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368450"}],"individual":{"reference":"Patient/b518c0a7-7496-5beb-9c4a-82a28fd64dc5"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"253b0f0b-797f-5f6c-ad55-95113a70a7f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368451"}],"individual":{"reference":"Patient/b64ad80c-7f1f-508f-b99e-4bcdbca17720"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6c87cb19-e2a6-5c31-81b5-a5d6425e94bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368452"}],"individual":{"reference":"Patient/135132b7-c7da-5639-88b7-7111aebd3dd6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"913cf06f-4541-56d2-914b-cdf7f985b131","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368456"}],"individual":{"reference":"Patient/cfa2b772-221c-5d95-8146-a851cf997b72"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"1b7b15d0-b0c4-520a-94d2-21f3db8cc294","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368457"}],"individual":{"reference":"Patient/295730fe-9801-5c00-88e2-ff656488e545"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"92ba42cc-1369-584c-acae-154b58f54f13","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368458"}],"individual":{"reference":"Patient/5d6877a6-59c3-5a64-859a-5a3d9a7f7453"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"baf94387-e7f3-5027-a5de-1f9fc21779a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368459"}],"individual":{"reference":"Patient/f9f14c5d-1a9f-5304-be7f-46f6bafefda6"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ee669828-fb4b-5a4a-97f7-adebe2bedd29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368461"}],"individual":{"reference":"Patient/6626e0cc-c810-55bd-9913-3b2e6ffd9709"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c9aa1d7f-f1df-5bfc-ab40-3bdb6891e54b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368462"}],"individual":{"reference":"Patient/30bc8b41-8f04-5200-9644-3ba7593b494d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"7b468f23-704c-5f1b-925c-cdb6fe72d8b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368463"}],"individual":{"reference":"Patient/d45d8146-2a38-53a1-9bb2-174d17af708b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"efb2ba94-353a-57e0-b141-94ba2f02000e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368464"}],"individual":{"reference":"Patient/6e2a90c8-01ab-5f73-a888-8958fa372625"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"59fb7699-7be9-5981-b7b6-d1adc67778cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368465"}],"individual":{"reference":"Patient/707726a9-cb55-5248-af56-ada4b7897c83"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6221e29d-e7da-5169-9336-d33441a2618b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368466"}],"individual":{"reference":"Patient/8cb2eb91-7aa7-5af8-be95-4168e37d1ba0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c7a32d86-5ccf-5862-9205-c6789bcd5df1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368467"}],"individual":{"reference":"Patient/4a918fd9-617c-51e4-b6aa-8344c2699cd9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ad41a398-b13a-5db9-854a-fcd8292009a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368468"}],"individual":{"reference":"Patient/02f540f2-912d-5a68-a38f-bae95673e96b"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"11af98d7-94eb-56c3-9392-cbdcf26792c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368469"}],"individual":{"reference":"Patient/ed4d2396-8d32-5cf6-9dbb-bdbf89a1447d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"6f98443c-eaf8-5171-b564-927e4556082c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368470"}],"individual":{"reference":"Patient/f738ec6d-6762-5c74-8102-5eeaa54d60d4"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"9d1f54e3-1972-566c-a026-8823e76d3e08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368472"}],"individual":{"reference":"Patient/677981fb-1557-59cc-887f-79ff1a1bae37"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3f79e735-dba8-597c-a7a0-f646edc611ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368473"}],"individual":{"reference":"Patient/e73604e3-91a1-5651-af18-d97593c66b04"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0ac0c4e2-670e-55c3-9dcd-3b449d379871","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368474"}],"individual":{"reference":"Patient/2e66484b-8256-56ea-ab44-e0087011a31a"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3896288b-23fe-55c4-a1be-7daebbccf8e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368475"}],"individual":{"reference":"Patient/04d8fec0-1dd8-5c26-8368-14643ab6c95c"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"11f75e1c-93ad-5e62-9193-9879bab8683c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368476"}],"individual":{"reference":"Patient/71a4ade1-5386-51d6-8b97-87df7ae32373"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"aa3404a0-879d-5834-b4dd-7288f5f2d309","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368477"}],"individual":{"reference":"Patient/00957d97-b83e-54e7-ae24-723f0d69c339"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"0b78c918-b88f-50d6-aba4-3583b669f87e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368478"}],"individual":{"reference":"Patient/c870e337-369e-59cf-bf2b-5ca755fec1c9"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"64a58bb7-1a4d-5ecb-8c21-b3130da344ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368479"}],"individual":{"reference":"Patient/22e11210-f061-5a57-9f7a-53f2ec498349"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"142fe4fe-0832-510b-b061-e9f201a40a5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368480"}],"individual":{"reference":"Patient/136d2084-2ef2-59fd-a723-eb689b1172ef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5ea77a70-72e4-5e13-966a-c7120889705f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368481"}],"individual":{"reference":"Patient/e267c8d2-b2d6-54ca-801a-6a92485b23bb"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"06abea8d-0c55-56ce-86d3-414310887827","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368482"}],"individual":{"reference":"Patient/5d599014-4f11-5247-83f1-282c75bbe65e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"c004a6aa-6298-5f81-9fe5-9085ca639a58","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368483"}],"individual":{"reference":"Patient/8fb41e63-40d0-5a3c-b9f1-b6550d6917ec"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"edb1206d-eb47-53e6-a296-07f88f86aca3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368484"}],"individual":{"reference":"Patient/30b276d1-29cc-5ec9-9e1f-496d78885a79"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"39241eb4-b357-5843-b424-25d6b2c4270a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368485"}],"individual":{"reference":"Patient/dd96c38c-6e88-581f-a4e9-8669a3638175"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"289ec2bc-8d31-5c20-ad01-ee3c61a04edc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368486"}],"individual":{"reference":"Patient/e332ee98-7ac1-5f62-9f95-8a210d97c8a0"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"62e738bd-a282-55c1-81b9-6a86087d4cb0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368487"}],"individual":{"reference":"Patient/da7f7714-49ed-5a38-a46e-2b61e4c97684"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2a6ab141-85ef-516a-bc2e-d92addf955aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368488"}],"individual":{"reference":"Patient/02b78414-bc54-5d78-9919-f1b3dba84ae7"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"ac0886f2-e885-5ff1-8608-1fb718078763","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368489"}],"individual":{"reference":"Patient/eeb2ade6-9ede-5421-ac27-fe0914892f96"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"55993a1f-695f-5148-a69b-ff5008b97c7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368498"}],"individual":{"reference":"Patient/97def3ba-2e78-575f-8fe7-d23a8a9e9331"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"660b860f-7c8b-5b74-90e0-ea0a86acb2f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368499"}],"individual":{"reference":"Patient/de782ff2-30d8-579b-b626-9ccfb6b5544e"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3c7b4ca1-84fa-5065-a9db-5549a827f669","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368510"}],"individual":{"reference":"Patient/713f843d-377b-5912-9731-7feadd656737"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"97a090a5-f9d1-55de-b69a-576ac9dff3e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368513"}],"individual":{"reference":"Patient/7127820d-468b-5f09-b724-18c0517180a1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"5574b0b3-58f5-5bc8-9457-07a54ca406b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368514"}],"individual":{"reference":"Patient/9791cb6b-f420-5bd0-9bb9-59a163dcae2d"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"2d893972-359a-59ec-ab96-b5f6e4f2d702","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368516"}],"individual":{"reference":"Patient/ee6e828c-1bf8-5117-8fed-32a6f3cf23db"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"4fb05fe6-fcb6-5f0e-be0a-2a97a86fbcc1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368517"}],"individual":{"reference":"Patient/f737cc20-8557-529b-ad3a-ccb162a82a14"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"3dbb26d1-715d-5f23-88fb-075bacada2b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368519"}],"individual":{"reference":"Patient/628ee47f-2b6a-5a36-8385-b767e87944ef"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"d4a112f3-2d7b-5c99-b6a7-68f887a42908","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368520"}],"individual":{"reference":"Patient/956d1ace-e43a-5c38-bb38-0e2a572978e1"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} +{"id":"fb5c0845-f330-54ff-a1e9-1d675187e2f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"participant/SRS368522"}],"individual":{"reference":"Patient/e6cd1348-f458-55b7-98ec-d32d340e3567"},"status":"on-study","study":{"reference":"ResearchStudy/1000G-high-coverage-2019"},"resourceType":"ResearchSubject"} diff --git a/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/Specimen.ndjson b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/Specimen.ndjson new file mode 100644 index 0000000..e08bc58 --- /dev/null +++ b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/Specimen.ndjson @@ -0,0 +1,3202 @@ +{"id":"6043cdd0-3b24-52be-b6ba-c4007fae1f8a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367795"}],"subject":{"reference":"Patient/b0440a52-b26c-538c-b3f2-364d6f4e25bf"},"resourceType":"Specimen"} +{"id":"65a00ab0-de66-5de2-9b7f-728e3107ea31","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367796"}],"subject":{"reference":"Patient/a38cef49-3d0e-5f1d-8ea8-36a4842d6a8c"},"resourceType":"Specimen"} +{"id":"c75b8a46-1b39-519f-bbae-13c6f2793efd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367797"}],"subject":{"reference":"Patient/539da95f-f249-5920-bda6-06836b5f9fce"},"resourceType":"Specimen"} +{"id":"0b1677ec-2bab-5165-bcd7-487314716a01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367798"}],"subject":{"reference":"Patient/2ec66e85-7f8d-5df4-a271-880d04476f28"},"resourceType":"Specimen"} +{"id":"477c5843-df66-52ab-bb50-ce02ba0276ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367799"}],"subject":{"reference":"Patient/f2ea9333-e939-5ed3-9026-f888dcc197e5"},"resourceType":"Specimen"} +{"id":"6f3288c9-c636-5d39-abb7-e77acfb4b3df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367800"}],"subject":{"reference":"Patient/a58ade2b-c456-5412-b592-38aa13957796"},"resourceType":"Specimen"} +{"id":"b42f0e7d-4494-59c8-bfb6-19b971eb08bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367801"}],"subject":{"reference":"Patient/5f6a6f6f-201a-5d2f-a8ae-1b001d263fec"},"resourceType":"Specimen"} +{"id":"4327547d-9bea-52e5-95ed-307d0fca4e7c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367802"}],"subject":{"reference":"Patient/980d240b-644f-54bf-9858-0e54a42d7041"},"resourceType":"Specimen"} +{"id":"df36dd59-4ea2-5305-a9ad-2f8f6e767524","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367803"}],"subject":{"reference":"Patient/835ab41f-3523-5f99-98b6-a4c822800497"},"resourceType":"Specimen"} +{"id":"8a2e5496-b92e-5e65-8aa6-7f0bbc160483","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367804"}],"subject":{"reference":"Patient/a56c871b-5e42-5d1c-a0ce-8d28a11fbaa8"},"resourceType":"Specimen"} +{"id":"dc80593e-bb71-559d-8c67-7967bb5d6aef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367805"}],"subject":{"reference":"Patient/de38e8ee-6dde-57d5-880f-9db68f7c91e0"},"resourceType":"Specimen"} +{"id":"fd004c31-1ba9-539b-89b2-161e47ebac4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367806"}],"subject":{"reference":"Patient/02b7d85c-f2d3-511e-a8b5-b19c20f6fcc0"},"resourceType":"Specimen"} +{"id":"f0d938fc-8391-5408-8ecc-23899556fb43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367807"}],"subject":{"reference":"Patient/08d91a5c-5722-5439-95f0-c228d5323dc7"},"resourceType":"Specimen"} +{"id":"ce23124b-9afd-56ef-9ebb-1fd15b120c53","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367808"}],"subject":{"reference":"Patient/c9ba5a9b-dacd-5e7d-9e9e-86c06bdf1175"},"resourceType":"Specimen"} +{"id":"43f090ad-1a9b-53cc-94fc-365c62063ad5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367809"}],"subject":{"reference":"Patient/119fa2c7-bb2b-5ce1-800f-43a31d98bb26"},"resourceType":"Specimen"} +{"id":"013b2694-3731-5374-85c3-eecd2b99a7d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367810"}],"subject":{"reference":"Patient/0dede4c6-a46e-5495-88e0-625374abeb75"},"resourceType":"Specimen"} +{"id":"d7386a5e-92ae-54f6-97c4-14bcd33a6424","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367811"}],"subject":{"reference":"Patient/74848144-5830-57b0-9352-1d95cb4a5fd6"},"resourceType":"Specimen"} +{"id":"9b752e04-57a2-55fc-a61b-07f9d16f79ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367812"}],"subject":{"reference":"Patient/ef8ed35e-a26a-5986-8b31-5b2daa2e70f3"},"resourceType":"Specimen"} +{"id":"a09a8614-5688-5067-976f-b0d1bcf81b2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367813"}],"subject":{"reference":"Patient/40d414f6-a88c-536c-a473-e71eed34821e"},"resourceType":"Specimen"} +{"id":"5976651a-7487-50c5-9db3-a7daa8baa0bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367814"}],"subject":{"reference":"Patient/7db2d7b9-b583-5d2a-b9d7-e52a32931e1b"},"resourceType":"Specimen"} +{"id":"743a0c2f-893d-5af3-8634-6c67d36f0319","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367815"}],"subject":{"reference":"Patient/c8a3a735-08f9-5c57-a21f-6ac02e9661ca"},"resourceType":"Specimen"} +{"id":"746aeaed-70ff-5c1f-99cb-ee75e657b7c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367816"}],"subject":{"reference":"Patient/1b170c39-4744-5f23-af78-29c35f3c77ac"},"resourceType":"Specimen"} +{"id":"dd7adf0d-9d23-55d0-a681-369a830569b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367817"}],"subject":{"reference":"Patient/33282b07-a0a0-5c96-9bf0-7d059fafd57c"},"resourceType":"Specimen"} +{"id":"c2af1d57-362a-5a2b-a2bf-5dbb7aa9974a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367818"}],"subject":{"reference":"Patient/7eb12602-774c-56dc-b50f-6f12ff5acb24"},"resourceType":"Specimen"} +{"id":"1012c735-07e4-5356-9b2d-411ba026031f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367819"}],"subject":{"reference":"Patient/5cec8035-f1d8-5407-b02e-6090ca6f29b0"},"resourceType":"Specimen"} +{"id":"7cd704b4-60e6-5f2a-9676-d37ffba4f7dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367820"}],"subject":{"reference":"Patient/9f8f5936-f5f1-581f-9b00-6c1d2ec03d69"},"resourceType":"Specimen"} +{"id":"57a79872-f7c2-59d3-857d-423f42a9b11c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367821"}],"subject":{"reference":"Patient/334693b2-d29e-5152-b17c-c8d81de500f5"},"resourceType":"Specimen"} +{"id":"35866f17-4375-5f25-8a93-d65864259a63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367822"}],"subject":{"reference":"Patient/34b7f037-bb45-5abb-9119-f9228b5183c8"},"resourceType":"Specimen"} +{"id":"ecaba428-03b0-51c4-a11c-91c42f8e2033","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367823"}],"subject":{"reference":"Patient/fb9f53d5-4c52-5948-9240-a9af33f08195"},"resourceType":"Specimen"} +{"id":"24e063f9-5c35-5b67-93e4-67e95a838f84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367824"}],"subject":{"reference":"Patient/c20a0d57-a95c-5651-b0e4-5f13bb8b491f"},"resourceType":"Specimen"} +{"id":"a3729837-f681-5b11-bb61-20534775c8a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367825"}],"subject":{"reference":"Patient/e1c94d8b-de06-5eff-99b1-0ab770fb3afb"},"resourceType":"Specimen"} +{"id":"fe96e8f6-85e8-59af-b80b-2c83369feb74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367826"}],"subject":{"reference":"Patient/e4556d2c-dc25-5173-a0b8-f9def7aa6744"},"resourceType":"Specimen"} +{"id":"80bfd918-fd50-5340-bf5b-e0e5dc7eb40f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367827"}],"subject":{"reference":"Patient/9334ff88-7d8f-504c-8507-b36a0392549a"},"resourceType":"Specimen"} +{"id":"acfcc685-8b34-5287-ac51-b4fbad205208","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367828"}],"subject":{"reference":"Patient/c1ff3383-83fb-5744-8d12-8be21849b77c"},"resourceType":"Specimen"} +{"id":"b5ec4ea2-4f92-57aa-a97a-21a5c21431e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367829"}],"subject":{"reference":"Patient/b1d68013-b95a-5a89-821c-6ec9f7846ee3"},"resourceType":"Specimen"} +{"id":"da66d237-4234-5883-bce5-080db5891696","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367830"}],"subject":{"reference":"Patient/bd86f751-6fb0-5d53-a784-93a899497eaf"},"resourceType":"Specimen"} +{"id":"0c2a3433-9350-5f17-9dfa-8f57dbadfeb0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367831"}],"subject":{"reference":"Patient/9d89f118-e84c-51e0-93cc-53ba23831249"},"resourceType":"Specimen"} +{"id":"d73d38f1-e998-5f5a-aae0-f4b78f6adba2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367832"}],"subject":{"reference":"Patient/0a656092-fd90-5089-a332-d547fac5bf27"},"resourceType":"Specimen"} +{"id":"90170421-6bf4-5c1a-832b-922412f31fec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367833"}],"subject":{"reference":"Patient/5bc428b2-15b6-52e8-b352-4909b6aae67e"},"resourceType":"Specimen"} +{"id":"14a60ca0-a5c9-5685-ba2e-81f8e9617518","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367834"}],"subject":{"reference":"Patient/33f6e248-2c91-5931-a2c4-42f9df0897bd"},"resourceType":"Specimen"} +{"id":"b0e123fa-9b3e-522c-ab6b-dac0980ebcb1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367835"}],"subject":{"reference":"Patient/155295b3-133e-5ab6-b8bd-8a3872f34bb1"},"resourceType":"Specimen"} +{"id":"72e9b1e1-595e-520d-a43c-86b9c29c7888","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367836"}],"subject":{"reference":"Patient/6eb67cae-6d05-5e1b-a51a-262a9d3abce2"},"resourceType":"Specimen"} +{"id":"0b3ca2ee-f67b-5043-9fc8-0c4c6cb1ce0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367837"}],"subject":{"reference":"Patient/ebb03d77-9c33-501a-91f1-684470e6a2c2"},"resourceType":"Specimen"} +{"id":"d82b389f-5ff9-5d5e-8a2f-a4c4dac8c53f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367838"}],"subject":{"reference":"Patient/ee6427a1-035b-5024-b905-cd377bb327bc"},"resourceType":"Specimen"} +{"id":"0e3129b1-1449-5e41-b8cd-6e33e770a462","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367839"}],"subject":{"reference":"Patient/faa0167e-396d-5c5f-adaa-f164e1303b83"},"resourceType":"Specimen"} +{"id":"c062a494-0b64-50ee-bef0-72f1c6140fea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367840"}],"subject":{"reference":"Patient/7fb74466-d7b3-55fb-bd41-83ad7af35a81"},"resourceType":"Specimen"} +{"id":"1cd4b490-59f6-5ede-840e-55e3fba3f333","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367841"}],"subject":{"reference":"Patient/8b21a2fb-d43b-59ae-afd9-f2290bd6d15b"},"resourceType":"Specimen"} +{"id":"33d0c384-2f16-5317-a26a-1b958feaa6f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367842"}],"subject":{"reference":"Patient/1f30713d-172a-5caf-ab92-954218f08b23"},"resourceType":"Specimen"} +{"id":"d0a7819b-c9c9-50c2-ae87-58a6a8f08be4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367843"}],"subject":{"reference":"Patient/34b964ab-4251-58ce-8667-4c612bd568c4"},"resourceType":"Specimen"} +{"id":"96f85aa1-e7b9-5d3e-8d13-6a416b0f6642","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367844"}],"subject":{"reference":"Patient/25c45ee2-a28a-54c7-bcce-eb8e32a42d33"},"resourceType":"Specimen"} +{"id":"835037a5-57cf-5298-bd86-895f5b267f45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367845"}],"subject":{"reference":"Patient/6a1ceb02-fad5-56c2-8fe1-20eb812a796b"},"resourceType":"Specimen"} +{"id":"412384af-6a12-558a-8dfa-812dc28ee02f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367846"}],"subject":{"reference":"Patient/ffb7acde-7565-523e-be69-5dfd32773069"},"resourceType":"Specimen"} +{"id":"2a43b409-0b9b-5e3d-bbe6-90c8468c5803","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367847"}],"subject":{"reference":"Patient/6fa0cc63-1196-5be5-93f8-a75ef58dab97"},"resourceType":"Specimen"} +{"id":"15074f91-8d78-569a-92e5-1c43b2104885","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367848"}],"subject":{"reference":"Patient/f0287988-7599-5722-9f38-8da1d84bfd00"},"resourceType":"Specimen"} +{"id":"49927052-5930-5340-9b16-c55d56219b60","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367849"}],"subject":{"reference":"Patient/b6c5e753-539a-589f-939c-6d1c2d58da29"},"resourceType":"Specimen"} +{"id":"d2727801-a713-5232-94ec-b195a10691ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367850"}],"subject":{"reference":"Patient/5b7fd1b8-d762-5234-9617-0971de64d663"},"resourceType":"Specimen"} +{"id":"e64165fc-c534-5a10-88d6-c1a2b209bd60","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367851"}],"subject":{"reference":"Patient/ea465e03-012f-51ee-b34f-7cff5110db91"},"resourceType":"Specimen"} +{"id":"29559553-5463-5768-9edd-80074cb35b3a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367852"}],"subject":{"reference":"Patient/446e88f7-c8b3-5954-8040-b2781e711da0"},"resourceType":"Specimen"} +{"id":"02941a1d-64a1-5867-a8a8-91405b3026eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367853"}],"subject":{"reference":"Patient/bdc583c9-432a-5292-9ab2-184036548a19"},"resourceType":"Specimen"} +{"id":"776b3fa9-2bc1-512d-9cd4-208013b9293e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367854"}],"subject":{"reference":"Patient/b65939c9-4868-5406-b061-4b310e7c4871"},"resourceType":"Specimen"} +{"id":"f7888061-588f-5469-8783-29814dcdf0d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367855"}],"subject":{"reference":"Patient/8ab6463f-514a-5fb0-b7f3-d550980bb18e"},"resourceType":"Specimen"} +{"id":"64e6f04d-44d2-5a6a-8612-136b276dddc2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367856"}],"subject":{"reference":"Patient/03b2df0e-63c1-524a-8550-42462406007c"},"resourceType":"Specimen"} +{"id":"a7132d72-d97b-5649-8032-3079c0696567","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367857"}],"subject":{"reference":"Patient/bedec67a-9982-58f2-a773-b3157966786b"},"resourceType":"Specimen"} +{"id":"49228880-0e07-513f-958c-91b2dd81938e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367858"}],"subject":{"reference":"Patient/25cf9ab9-ed11-5835-864a-e9a94af34c4d"},"resourceType":"Specimen"} +{"id":"65de9fcd-02b5-5de9-ba27-f3d5a4bc0cb5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367859"}],"subject":{"reference":"Patient/81a800c2-12ed-5a50-a1b2-2a0d6acd982b"},"resourceType":"Specimen"} +{"id":"916e5206-18c8-5f3a-8efa-935d73199c02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367860"}],"subject":{"reference":"Patient/f2ece387-9089-5549-b8c2-c91efc6adf7f"},"resourceType":"Specimen"} +{"id":"c64272ce-28d5-5fbf-bcde-35afa11c09b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367861"}],"subject":{"reference":"Patient/f94275a5-33bc-5d35-aaee-8729d2658f79"},"resourceType":"Specimen"} +{"id":"4a2a81e9-e00c-5a4d-9f4a-4953eb6989e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367862"}],"subject":{"reference":"Patient/5175c431-afa7-573a-8b5d-8953850edfab"},"resourceType":"Specimen"} +{"id":"70b79872-cf8a-57a6-ae4a-b5e2aca25497","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367863"}],"subject":{"reference":"Patient/71a3d379-77f1-509d-a2c2-c678e5b0468d"},"resourceType":"Specimen"} +{"id":"ca08cebd-71a2-5839-b580-d7e7a8b514a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367864"}],"subject":{"reference":"Patient/93e353cd-4597-5a45-a0f6-541f58b9a0f4"},"resourceType":"Specimen"} +{"id":"35a8fec3-f98f-508a-87d6-8d0e04de50b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367865"}],"subject":{"reference":"Patient/37fdab0b-9624-5ab0-95ec-e906434142cb"},"resourceType":"Specimen"} +{"id":"9573d5c5-e51d-56d5-b21c-48f0438b448d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367866"}],"subject":{"reference":"Patient/c8a97a71-09f6-568e-a1e6-197132d1a4b7"},"resourceType":"Specimen"} +{"id":"7e6da257-17dd-5fc1-bddd-a8b7d58009de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367867"}],"subject":{"reference":"Patient/046404ff-4402-581a-a1f3-7c6cd8372546"},"resourceType":"Specimen"} +{"id":"6763a6c0-0fbb-527b-8a2e-596dbc048e62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367868"}],"subject":{"reference":"Patient/2093995b-e453-59ee-b0da-96bbfd99b045"},"resourceType":"Specimen"} +{"id":"048f00d5-6472-53a9-bd29-f912d2bb6096","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367869"}],"subject":{"reference":"Patient/262cb594-4d3b-5e8b-82ca-9962835653bc"},"resourceType":"Specimen"} +{"id":"7ab44031-0f53-56a2-932d-8bad6c6faa2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367870"}],"subject":{"reference":"Patient/a254ea02-2745-5038-b23f-22d377f14bb7"},"resourceType":"Specimen"} +{"id":"d3ab3beb-fcb5-5327-a7f3-4102c85457a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367871"}],"subject":{"reference":"Patient/c10b96d0-cfef-5b38-945e-ab35ccd95c6e"},"resourceType":"Specimen"} +{"id":"a27213a8-458f-5a6c-9699-4f9c2dfa7cbe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367872"}],"subject":{"reference":"Patient/908375df-ccf3-5ee4-bead-69973068a097"},"resourceType":"Specimen"} +{"id":"b90a740a-965c-5103-88bc-ad97db83f533","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367873"}],"subject":{"reference":"Patient/3b697ac5-1a1b-5ed4-b6dd-23a6ede71608"},"resourceType":"Specimen"} +{"id":"bebf2bfd-0672-5602-a1d7-9c9bad0fbaaa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367874"}],"subject":{"reference":"Patient/93a095eb-6179-5612-bbc4-33be23b121c1"},"resourceType":"Specimen"} +{"id":"cd6e865c-5bf7-59d6-a46c-69790c0533be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367875"}],"subject":{"reference":"Patient/e8afd558-9b34-567a-b106-046ecb854327"},"resourceType":"Specimen"} +{"id":"4e1d8440-8365-5103-8ffd-1511f97fb8ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367876"}],"subject":{"reference":"Patient/89ee4f17-f293-5b80-b2e5-2a2c5be96300"},"resourceType":"Specimen"} +{"id":"05dac09b-e9a8-50bb-8993-151f7cde0830","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367877"}],"subject":{"reference":"Patient/016e9af1-ba1d-5116-bda1-8900518cb50b"},"resourceType":"Specimen"} +{"id":"813cc0fe-f42f-5e49-8b45-9a0de4e7c3c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367878"}],"subject":{"reference":"Patient/0f31fb07-2d5f-5119-a72b-57a5ca091ca8"},"resourceType":"Specimen"} +{"id":"48dec615-e558-593d-9055-9131a4e00af7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367879"}],"subject":{"reference":"Patient/7f2f97c5-ebb1-5d87-aedf-07ac0bbf29a7"},"resourceType":"Specimen"} +{"id":"f4ac79b3-0ca7-5bb0-b86b-e33da48c6f70","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367880"}],"subject":{"reference":"Patient/096cf846-91ce-5b63-827a-b10294015d60"},"resourceType":"Specimen"} +{"id":"41dec0cf-c1d8-5b41-88bf-442c96c74fab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367881"}],"subject":{"reference":"Patient/7bb1fce2-fe4f-5fe5-8cbe-ed730cc29b6a"},"resourceType":"Specimen"} +{"id":"579e9f3f-cc30-5f0e-a255-6199c9b01413","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367882"}],"subject":{"reference":"Patient/f17a15d4-aee1-5d66-b721-46df5334e2af"},"resourceType":"Specimen"} +{"id":"e3c4c7f9-483a-5a12-a6d2-bc9d8d58d15b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367883"}],"subject":{"reference":"Patient/5f458406-f0bc-506b-a963-5aed41efcdc1"},"resourceType":"Specimen"} +{"id":"82f12205-e8e9-5a6d-a50e-af341e6fb61e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367884"}],"subject":{"reference":"Patient/8fe50e38-8b6b-5e54-866c-547473c44577"},"resourceType":"Specimen"} +{"id":"50d24a38-ca7d-5170-8ccd-9057643ff810","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367885"}],"subject":{"reference":"Patient/40d5d0d1-2a49-5024-ada7-dbcc60706784"},"resourceType":"Specimen"} +{"id":"54dc6f56-f7ee-5b17-9be0-392d46be8263","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367886"}],"subject":{"reference":"Patient/91eb3098-f016-58ac-8f82-bdf59a8eaab3"},"resourceType":"Specimen"} +{"id":"2287a550-1961-50e1-9e9f-2979b85cd10f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367887"}],"subject":{"reference":"Patient/e81b07fc-09c1-59b0-bc0c-a88442c39f7d"},"resourceType":"Specimen"} +{"id":"0d4a5b80-3adb-5bdd-b1b2-73188a11f072","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367888"}],"subject":{"reference":"Patient/dcf8e0fd-b345-5953-a17f-606eb0a96240"},"resourceType":"Specimen"} +{"id":"f7160eaf-82f9-5b35-88c4-39b92aacf166","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367889"}],"subject":{"reference":"Patient/55f80ad1-bfbb-53f3-9723-73e7cf395ce8"},"resourceType":"Specimen"} +{"id":"a3122bdf-cdc2-5a11-95c7-0c1e2b87271d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367890"}],"subject":{"reference":"Patient/b611af95-3653-5335-ad41-c570920a4f90"},"resourceType":"Specimen"} +{"id":"75d35caf-cee1-5744-bf37-142b659739f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367891"}],"subject":{"reference":"Patient/5ab4e85b-782a-5499-b9f7-cd9cae7f8c18"},"resourceType":"Specimen"} +{"id":"d1711807-0f45-5859-9e6b-aeb45700e532","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367892"}],"subject":{"reference":"Patient/c27f754a-9521-5207-9203-4a628897dd41"},"resourceType":"Specimen"} +{"id":"74639184-54d4-5672-9488-f4e872998e00","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367893"}],"subject":{"reference":"Patient/ec2b359d-6520-5004-9dd4-f87fde1a2ba6"},"resourceType":"Specimen"} +{"id":"db278ed5-cdee-5082-9cc6-dd664f396398","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367894"}],"subject":{"reference":"Patient/251c3a64-7487-5849-8f67-e8b91b24dde9"},"resourceType":"Specimen"} +{"id":"5f24b77a-bac4-5ae0-b58b-5c07460152c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367895"}],"subject":{"reference":"Patient/4ff946c3-bfdc-5724-8dab-302331dd4d81"},"resourceType":"Specimen"} +{"id":"4c793d21-d132-5daa-ae19-b835742daecc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367896"}],"subject":{"reference":"Patient/8fdca497-9469-504c-84b2-3a255e651cab"},"resourceType":"Specimen"} +{"id":"21586aaa-3534-560a-9f45-ab4c5338b756","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367897"}],"subject":{"reference":"Patient/c616b02b-f9ae-55b6-a12d-6ed5cc5f8fd6"},"resourceType":"Specimen"} +{"id":"07db052d-7de0-53bf-8e8f-8ce528f80b35","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367898"}],"subject":{"reference":"Patient/e61730f5-2583-55e4-86a3-507b4d9d6317"},"resourceType":"Specimen"} +{"id":"089ff6d5-01fc-5d90-a3e0-01627c537dc4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367899"}],"subject":{"reference":"Patient/de39e8b6-6d87-52b0-a577-9c3e3275ddfb"},"resourceType":"Specimen"} +{"id":"c56f3071-c1e6-51fa-8488-7e4cc607d721","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367900"}],"subject":{"reference":"Patient/044a78f6-673c-5819-bc4e-f0252e813879"},"resourceType":"Specimen"} +{"id":"fc122770-1e49-594f-a3e7-8416f5de0bfa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367901"}],"subject":{"reference":"Patient/0c4e1423-4658-5a06-a305-cd0f42360de9"},"resourceType":"Specimen"} +{"id":"0c05097e-7102-5734-8034-d090a8be39cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367902"}],"subject":{"reference":"Patient/a1656617-aeeb-5e72-9953-e5c5e162c4d7"},"resourceType":"Specimen"} +{"id":"7baca133-9a1c-5035-a8c8-11e4d247f158","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367903"}],"subject":{"reference":"Patient/04dbec39-b41a-572b-85d0-ba53e4fe5039"},"resourceType":"Specimen"} +{"id":"60e43f83-475e-5650-b0a7-ea72c4d5d435","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367904"}],"subject":{"reference":"Patient/5648ed97-841a-5f65-b7db-af832e3d2022"},"resourceType":"Specimen"} +{"id":"eb2d43ed-9f03-5c0d-8fb4-17585f186276","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367905"}],"subject":{"reference":"Patient/e773ff6a-b2ba-5654-897c-a98634e428a5"},"resourceType":"Specimen"} +{"id":"0c002c0b-dd0a-5701-ab51-0af88671b0b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367906"}],"subject":{"reference":"Patient/299e0e7e-d13a-59bc-a3d4-27483aeeaf03"},"resourceType":"Specimen"} +{"id":"ea8fa605-8645-5334-b0f4-444966c87648","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367907"}],"subject":{"reference":"Patient/105c6cfd-55c2-5523-a296-c639093edc7d"},"resourceType":"Specimen"} +{"id":"fe9872d1-697f-5886-ae40-67aa11e1ea1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367908"}],"subject":{"reference":"Patient/604d1b2b-82d9-534b-981b-08b0c9db7603"},"resourceType":"Specimen"} +{"id":"7b8e9454-7a42-5109-9855-841bfa31d405","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367909"}],"subject":{"reference":"Patient/971f2cee-57e0-5fca-a25f-c658b4caadae"},"resourceType":"Specimen"} +{"id":"fd1d780b-9d26-51a2-9002-82f2ab9b0363","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367910"}],"subject":{"reference":"Patient/32fff55d-bea4-501d-bfdf-7e686143e580"},"resourceType":"Specimen"} +{"id":"879fa442-0966-5139-87af-92cd7692b523","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367911"}],"subject":{"reference":"Patient/e9d9fe25-fe01-5428-a62e-1a39d779c838"},"resourceType":"Specimen"} +{"id":"05f56b3d-03e3-5336-b1b4-72b8365cc100","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367912"}],"subject":{"reference":"Patient/79a99c9f-265a-5527-81b4-1f8774e009a2"},"resourceType":"Specimen"} +{"id":"e1b28e11-c56a-5755-8a0c-776764bf1182","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367913"}],"subject":{"reference":"Patient/5b0562d5-61d5-5b2c-ab61-dd9619e5da4f"},"resourceType":"Specimen"} +{"id":"eaef24c2-585c-5028-89bd-0e73207543ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367914"}],"subject":{"reference":"Patient/bda22dd5-7b5d-5014-bece-bd9f0d7d7ec5"},"resourceType":"Specimen"} +{"id":"4de2e9e0-1218-5b06-816c-c946d02fbc05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367915"}],"subject":{"reference":"Patient/576781d9-6ebd-5acb-bab0-ccf35a8a00e7"},"resourceType":"Specimen"} +{"id":"e8466f1d-792d-5d3b-8977-3cca068a374f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367916"}],"subject":{"reference":"Patient/8fe7ba58-96d2-5609-8329-bd9d12d4617a"},"resourceType":"Specimen"} +{"id":"d58a5d7f-1d34-5f7f-a9a7-8d5238651089","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367917"}],"subject":{"reference":"Patient/72794aeb-e5a1-57b2-afd1-6b17dd286a30"},"resourceType":"Specimen"} +{"id":"bbb1b52c-a3d2-5807-925c-830d3d079159","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367918"}],"subject":{"reference":"Patient/ee93910c-2da4-571c-8975-539ce6e5af1b"},"resourceType":"Specimen"} +{"id":"b61e0022-3746-51f3-8286-e707c78f41a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367919"}],"subject":{"reference":"Patient/3f7e7f6d-250f-5163-8e10-f37950c21265"},"resourceType":"Specimen"} +{"id":"98199f9c-7e93-5733-894a-f4c4769da7e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367920"}],"subject":{"reference":"Patient/b745544d-e8bf-5e3b-9f58-5e3c2add3be6"},"resourceType":"Specimen"} +{"id":"8c1876c8-a1ed-54fd-acb4-f955fe077b87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367921"}],"subject":{"reference":"Patient/31caa434-4f59-5b3e-9e17-4ac79dcf983d"},"resourceType":"Specimen"} +{"id":"6a6240a3-5f18-5b6b-9594-26f30d1c94d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367922"}],"subject":{"reference":"Patient/0f0a7ef1-88c6-55b2-a8d2-9e1a46852b85"},"resourceType":"Specimen"} +{"id":"08412a9b-a13f-5e1a-906c-e1aa1bb92013","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367923"}],"subject":{"reference":"Patient/c21a8373-8e4c-5ed4-94c6-846614511a74"},"resourceType":"Specimen"} +{"id":"996cbaaf-9e47-53e7-9c77-d3143f9d42d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367924"}],"subject":{"reference":"Patient/a5d1809a-f92a-52fd-9443-727fe388deac"},"resourceType":"Specimen"} +{"id":"92de4614-2660-522b-a766-ddb1f406c0a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367925"}],"subject":{"reference":"Patient/f474efae-0430-5a08-8dbb-87f60c73f623"},"resourceType":"Specimen"} +{"id":"8b256cbf-f8d9-5845-9675-4a48c595be5e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367926"}],"subject":{"reference":"Patient/2d218919-c0d1-5a8e-984f-8cb4dec7c296"},"resourceType":"Specimen"} +{"id":"483190ff-a499-5641-9628-d0d407e04238","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367927"}],"subject":{"reference":"Patient/5055bd52-8dcc-546f-b265-8442b7ab69e6"},"resourceType":"Specimen"} +{"id":"d3f695dc-d2b1-51bc-b40f-281a329b24da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367928"}],"subject":{"reference":"Patient/c5c8b05c-09ea-57a5-a0ce-aa99981ada75"},"resourceType":"Specimen"} +{"id":"6946b9df-995e-5556-9ee4-b1c9a5f89fd2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367929"}],"subject":{"reference":"Patient/39a0dd9e-1451-5562-8ce1-04391654d617"},"resourceType":"Specimen"} +{"id":"9378ea7b-c397-536c-897c-ca6d078d0c01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367930"}],"subject":{"reference":"Patient/d88847f2-39bd-59c0-934d-1ac3c3f9f245"},"resourceType":"Specimen"} +{"id":"dee3d848-8b9f-5c55-a7d6-2695fdf5bf3e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367931"}],"subject":{"reference":"Patient/68ae8f64-4613-5650-bba3-dbaf8b08d31a"},"resourceType":"Specimen"} +{"id":"b144dddb-c60c-5385-a6e9-e586f39a37e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367932"}],"subject":{"reference":"Patient/208b8041-ae77-5eb3-9bc1-230bc1b78ecb"},"resourceType":"Specimen"} +{"id":"fcbd1c0d-5760-5f3d-9fa8-01f52bfe9ebe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367933"}],"subject":{"reference":"Patient/006cbca1-0409-5ae1-b88d-00c9cfbe9842"},"resourceType":"Specimen"} +{"id":"547f81d5-b718-5f1d-87f3-1633c835cd2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367934"}],"subject":{"reference":"Patient/fb0348df-2d81-5508-989f-211c81ab47da"},"resourceType":"Specimen"} +{"id":"8ff99ee3-674b-5d86-b0e1-2cc5b49605c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367935"}],"subject":{"reference":"Patient/1e7a7b2e-ebd4-57ff-ac42-013634484342"},"resourceType":"Specimen"} +{"id":"5ff8b090-fcbc-57bc-9bc9-e7ddc983fb0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367936"}],"subject":{"reference":"Patient/e376879b-2687-50fb-b91f-c21d317e6987"},"resourceType":"Specimen"} +{"id":"b314f0eb-85a7-586d-8698-ee02da04ca9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367937"}],"subject":{"reference":"Patient/6285e57d-6311-5c78-8301-4a3a09576e9b"},"resourceType":"Specimen"} +{"id":"4fa64094-6a55-5460-aab7-d3d99ab7d4f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367938"}],"subject":{"reference":"Patient/c8e192d8-ef56-5e3e-9c88-9ede35968488"},"resourceType":"Specimen"} +{"id":"4a855b14-7958-5b38-b299-e41f5f02a81b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367939"}],"subject":{"reference":"Patient/dc0d5177-f0e0-56b2-9f35-e4a8e10a3650"},"resourceType":"Specimen"} +{"id":"46a5315d-4d29-5e40-901b-a189548c2c1c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367940"}],"subject":{"reference":"Patient/c1450bc3-0145-5595-8967-1e37cee2dcd5"},"resourceType":"Specimen"} +{"id":"9982d65f-def8-5c9e-a76c-a3375d5e5cfe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367941"}],"subject":{"reference":"Patient/c0f08fff-f016-596b-8935-dfaad123fa9d"},"resourceType":"Specimen"} +{"id":"d0ab89b2-35c1-5127-8e7d-7b5a280e090e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367942"}],"subject":{"reference":"Patient/d6507770-36d6-570c-a9be-726452ba2ba4"},"resourceType":"Specimen"} +{"id":"0aa23b33-88bf-595a-a38c-f22e16f4c940","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367943"}],"subject":{"reference":"Patient/1465e2c9-3d01-584a-9571-a82fa67a0d0c"},"resourceType":"Specimen"} +{"id":"fcbd8ee6-9608-5e25-88ca-deb50b09aedd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367944"}],"subject":{"reference":"Patient/6b0a020a-a4ac-564d-a0f8-56022961810f"},"resourceType":"Specimen"} +{"id":"695448aa-e79c-5a5b-9335-ac0c4a96987b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367945"}],"subject":{"reference":"Patient/3fe2ad59-575f-5c8b-86a0-573c4b4d39bd"},"resourceType":"Specimen"} +{"id":"0f35d779-c2bc-5e91-8b93-8ff8c067c9ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367946"}],"subject":{"reference":"Patient/155d7bc3-3584-5d2a-b326-2613cbb7c4e6"},"resourceType":"Specimen"} +{"id":"af4ecaa9-be2d-5726-b0d2-4ed736cb9158","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367947"}],"subject":{"reference":"Patient/06d53d77-05f4-53de-9026-a09b1257da9c"},"resourceType":"Specimen"} +{"id":"7e8e03ef-3c8c-5d0f-8c85-aea30c94baa2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367948"}],"subject":{"reference":"Patient/04953bce-6be2-5c08-ab26-e3df2603e0a7"},"resourceType":"Specimen"} +{"id":"de04b81b-9759-501a-b8fa-d176ec1772e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367949"}],"subject":{"reference":"Patient/5c042346-efe4-5e8e-8087-dec3c6c9af09"},"resourceType":"Specimen"} +{"id":"3b66af93-557f-529e-aca2-31b7b1edc296","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367950"}],"subject":{"reference":"Patient/89686899-9a2c-5963-8c4c-97552cb0543c"},"resourceType":"Specimen"} +{"id":"52d62a8b-57d5-54e4-b875-49d91acd1b95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367951"}],"subject":{"reference":"Patient/f602500c-56d3-5cf8-b9df-5e28fc92401f"},"resourceType":"Specimen"} +{"id":"b36ddcc8-4cd1-5a2c-bc5a-147c61fe11d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367952"}],"subject":{"reference":"Patient/ddba795b-4078-52ea-aeee-a180685698c9"},"resourceType":"Specimen"} +{"id":"45258c18-16f4-5621-8269-9a6c7f827a5b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367953"}],"subject":{"reference":"Patient/255f6f28-2fc6-5b8a-a1b5-a6d315cdffe7"},"resourceType":"Specimen"} +{"id":"bc23d296-80a8-5357-a5b6-429fb580bf4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367954"}],"subject":{"reference":"Patient/1a282d7a-0331-5f8c-a9b0-45fe5ca49727"},"resourceType":"Specimen"} +{"id":"1eef43e8-bd7a-5868-b6a2-f571b4175c06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367955"}],"subject":{"reference":"Patient/e174fbc1-7606-5b77-9b69-04bfb4f0d793"},"resourceType":"Specimen"} +{"id":"159992af-888f-515b-9653-3a18e57265e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367956"}],"subject":{"reference":"Patient/75163d03-e889-541c-8e8d-7128bc1ec50e"},"resourceType":"Specimen"} +{"id":"1bb2496d-46b1-5a63-90c6-6e2716f5bd57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367957"}],"subject":{"reference":"Patient/5e4d61f7-b3c1-5498-9332-45b83f444745"},"resourceType":"Specimen"} +{"id":"0f620ec5-7078-5292-8ee0-51330d223a96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367958"}],"subject":{"reference":"Patient/2cbfd033-770a-5620-9452-8f414dec72c4"},"resourceType":"Specimen"} +{"id":"d673158c-a905-5493-8d94-2a511b617832","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367959"}],"subject":{"reference":"Patient/a6935a4b-3503-5cac-83fb-1cd8a943a55c"},"resourceType":"Specimen"} +{"id":"284374c2-ca27-5eff-ac90-853a1b4da2ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367960"}],"subject":{"reference":"Patient/f10261db-453a-53aa-bc19-3ccc4edf105a"},"resourceType":"Specimen"} +{"id":"ecafc256-97b3-5fe3-8c96-e32b26343029","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367961"}],"subject":{"reference":"Patient/33de1e69-9299-501b-9c18-67252c4609c3"},"resourceType":"Specimen"} +{"id":"a60c2d5c-c70f-51b5-9173-c95241495c11","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367962"}],"subject":{"reference":"Patient/3b7ec9cc-13a2-5d66-983a-c8846eff9083"},"resourceType":"Specimen"} +{"id":"45e52f68-acf5-5a37-ab0b-8538a34db188","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367963"}],"subject":{"reference":"Patient/b68eee80-5f96-535e-a30c-d3262bfb8da9"},"resourceType":"Specimen"} +{"id":"f4c053c8-fa3e-5e3e-b7fe-a2dbb048ba89","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367964"}],"subject":{"reference":"Patient/ba0ac47e-5cf9-5156-b8e0-8a7df1687b0c"},"resourceType":"Specimen"} +{"id":"9511eb13-a614-5abd-85dc-03a546dad5b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367965"}],"subject":{"reference":"Patient/f2f2f63c-3a77-53a8-b81f-042066aa6c32"},"resourceType":"Specimen"} +{"id":"c7759d76-52a4-5de8-a4b9-ecb10660c2fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367966"}],"subject":{"reference":"Patient/ef5e6dd3-5eb1-5d63-97fd-3464022f80cf"},"resourceType":"Specimen"} +{"id":"08e94d9b-7d3b-5801-970d-11ba7a8ff612","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367967"}],"subject":{"reference":"Patient/249df174-ddf5-55ab-854b-3e5daa41f9b7"},"resourceType":"Specimen"} +{"id":"0499c666-7193-52f7-a423-ebf9af01fd3a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367968"}],"subject":{"reference":"Patient/ae58c512-25b1-5f7c-a88c-b292e5746122"},"resourceType":"Specimen"} +{"id":"239f01fe-0cbb-51c5-8b35-49e1e16c6543","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367969"}],"subject":{"reference":"Patient/a150ccea-dc4d-5d68-b50d-ba89a9f7dd68"},"resourceType":"Specimen"} +{"id":"fc49a51d-bfbf-532a-9162-11d541b8c98a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367970"}],"subject":{"reference":"Patient/6977e682-2f54-5a9e-a896-c79e3446046e"},"resourceType":"Specimen"} +{"id":"b3995997-1dc0-595a-a4b4-1fcd3e4b02be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367971"}],"subject":{"reference":"Patient/850d8e7e-0eff-5160-8a45-53f6e348bfbf"},"resourceType":"Specimen"} +{"id":"32bbc9cd-1cbc-54d1-8554-f2dec2873e6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367972"}],"subject":{"reference":"Patient/ca565a2c-e41c-5ecf-a8bf-63089474f7df"},"resourceType":"Specimen"} +{"id":"61c27fee-99b9-519c-ae01-6a98ca946dea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367973"}],"subject":{"reference":"Patient/21a7a541-ab85-5f52-9e51-6bc0ff969852"},"resourceType":"Specimen"} +{"id":"9ee1d3a1-6916-59dc-87ae-ff04dee38333","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367974"}],"subject":{"reference":"Patient/5e66b5ce-6766-5ff0-ba30-17ad6869266b"},"resourceType":"Specimen"} +{"id":"1e4c70de-3b11-5bbd-83ee-a9837b746f33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367975"}],"subject":{"reference":"Patient/f9fec6d2-e45f-5229-af4d-7cd7ef90e273"},"resourceType":"Specimen"} +{"id":"8c8076e7-6960-5976-b183-b71882da0358","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367976"}],"subject":{"reference":"Patient/ee6c6bcb-e00a-5223-bc5c-3caafae68bf6"},"resourceType":"Specimen"} +{"id":"46467cf7-283c-56b2-b9f9-c257f30cf35a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367977"}],"subject":{"reference":"Patient/f8b5971a-4e7f-544d-882f-91e2b17f9f82"},"resourceType":"Specimen"} +{"id":"5e670bfd-ad68-53de-9c82-e546d54b6bcd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367978"}],"subject":{"reference":"Patient/3a9e4034-e977-5347-a1eb-bcbf83c81eef"},"resourceType":"Specimen"} +{"id":"6d17c4e2-7950-5890-a9b9-6ce22e5eff17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367979"}],"subject":{"reference":"Patient/e71567a2-04ef-542e-a2a5-d864537ab154"},"resourceType":"Specimen"} +{"id":"2a7b8817-4559-5be4-b40f-97c7d44343e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367980"}],"subject":{"reference":"Patient/91f98091-78e3-5c99-bcce-4f6a015b76e7"},"resourceType":"Specimen"} +{"id":"d18f6568-9b43-5365-a353-e689a3f83416","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367981"}],"subject":{"reference":"Patient/ca0eb0ee-65e4-52cf-a149-657aa3e3cf30"},"resourceType":"Specimen"} +{"id":"25b363f1-258f-51b0-ae43-c19ce5bfcc20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367982"}],"subject":{"reference":"Patient/10b4676f-eda5-5421-860a-e8469fa044ef"},"resourceType":"Specimen"} +{"id":"0faeca0d-a2a7-59e8-b997-c138bc09b0a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367983"}],"subject":{"reference":"Patient/cbe25467-adb5-523b-bc77-b07ee6cef960"},"resourceType":"Specimen"} +{"id":"248361c5-fc9b-52b1-a114-fef235cb55da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367984"}],"subject":{"reference":"Patient/85f9b935-04de-550d-a8b0-1d42bb22cb08"},"resourceType":"Specimen"} +{"id":"a8a1eef4-f771-566a-b11c-5987c02f1609","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367985"}],"subject":{"reference":"Patient/829bf140-14f3-5bf0-8574-c11b0d04c898"},"resourceType":"Specimen"} +{"id":"dd56741c-1c10-57e5-8aa6-057ed45537ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367986"}],"subject":{"reference":"Patient/9ed68bfb-8cad-5e1f-a034-2d36bdb4a2ec"},"resourceType":"Specimen"} +{"id":"e3b2aa4a-9da8-5fe5-9f37-c957c7722499","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367987"}],"subject":{"reference":"Patient/0b57fef1-4fb2-5fa5-940d-4e7b841b2de7"},"resourceType":"Specimen"} +{"id":"bc6337ad-4ba2-5d04-8578-9d10c5890dbc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367988"}],"subject":{"reference":"Patient/cb465393-6052-5832-b52e-e3c96bcd2f3d"},"resourceType":"Specimen"} +{"id":"02af5483-1098-5a9c-ba8c-91a3251b02d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367989"}],"subject":{"reference":"Patient/7517ee0e-c1b6-5cb9-b941-c33466ee1a22"},"resourceType":"Specimen"} +{"id":"5ffb04af-5f90-5d04-9c96-e99a315a249f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367990"}],"subject":{"reference":"Patient/9a75ee82-fc5b-5a23-9b24-7298a27552ea"},"resourceType":"Specimen"} +{"id":"1e1609c4-fdf8-528d-b434-f3e9f4b9680f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367991"}],"subject":{"reference":"Patient/25d1ae09-c0d2-5988-a79f-32c66cade254"},"resourceType":"Specimen"} +{"id":"ded8f9b4-73fc-5c10-98bd-918a8d684e1c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367992"}],"subject":{"reference":"Patient/409a8114-7a60-5b70-82cb-845c0453e2d0"},"resourceType":"Specimen"} +{"id":"a260786d-ac30-58be-b943-7fdb8f33c1eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367993"}],"subject":{"reference":"Patient/5c724508-745e-5bd2-bb47-67e0eaffedb3"},"resourceType":"Specimen"} +{"id":"b81aafa2-c533-5f67-b699-20a87016a674","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367994"}],"subject":{"reference":"Patient/c9eb1dca-98ed-560b-902d-ad57acace837"},"resourceType":"Specimen"} +{"id":"43531871-70a6-5131-bb12-00a192e7c86c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367995"}],"subject":{"reference":"Patient/e42089aa-abbc-54d2-8cdb-398cb0dc5707"},"resourceType":"Specimen"} +{"id":"b35a8bb3-7b2a-552c-b061-ba282d351d60","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367996"}],"subject":{"reference":"Patient/f30f90ef-c462-52b2-969a-458dc63f2fdb"},"resourceType":"Specimen"} +{"id":"f6958ae5-436b-59a0-9475-6a43b3564ad4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367997"}],"subject":{"reference":"Patient/e8289e25-424e-5252-91da-268c223d0ab3"},"resourceType":"Specimen"} +{"id":"aa91acda-b903-5ef9-8760-7458bb6d4eb6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367998"}],"subject":{"reference":"Patient/46868dac-4ea3-5f40-8cd9-0d4d1c83fe87"},"resourceType":"Specimen"} +{"id":"09f7cb9b-7aa3-52aa-be59-83ff079b699e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4367999"}],"subject":{"reference":"Patient/3201743b-60b5-5e43-b2d5-51f22d7a13cc"},"resourceType":"Specimen"} +{"id":"35781c30-439e-557b-b2da-d78c5b5d12ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368000"}],"subject":{"reference":"Patient/eea7e5b4-f1f0-59f1-a59c-05ad419ae931"},"resourceType":"Specimen"} +{"id":"0683be19-0406-50bb-ab87-3afb1258b06f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368001"}],"subject":{"reference":"Patient/9b1e55c6-1be7-5641-90e3-92d2c053a674"},"resourceType":"Specimen"} +{"id":"083e6fb0-1d13-5a52-b33b-c1709f7baa4e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368002"}],"subject":{"reference":"Patient/9ddfd850-2058-5a3e-b94f-0becdb5ada08"},"resourceType":"Specimen"} +{"id":"caf35e50-10f7-5c5e-a985-c969ada2675f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368003"}],"subject":{"reference":"Patient/7e93dfc4-81de-5b41-93c3-6f56ffc572b5"},"resourceType":"Specimen"} +{"id":"9f3504e9-d853-5c73-ac33-6cf29029fea5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368004"}],"subject":{"reference":"Patient/0274d845-c62a-5c21-9458-9ae182e72baf"},"resourceType":"Specimen"} +{"id":"7a5d25d5-342d-5c6f-9b6e-b7223a8d8662","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368005"}],"subject":{"reference":"Patient/74cfe7f5-8673-51c0-8c0c-5aae7da64424"},"resourceType":"Specimen"} +{"id":"09a50b9f-f785-51b0-9973-19db40b2e4b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368006"}],"subject":{"reference":"Patient/4affa0f0-f1f2-5790-8b06-8d23554eeacf"},"resourceType":"Specimen"} +{"id":"7e01008f-00e8-5470-8a42-d438e0e3e7fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368007"}],"subject":{"reference":"Patient/8ac12bcb-9fbd-5247-bc95-5c1244e07501"},"resourceType":"Specimen"} +{"id":"fd37d2cc-4687-5a0e-95e6-fd2516d0e013","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368008"}],"subject":{"reference":"Patient/ac76b1cf-c8ed-59c4-8cce-0687cc969a1c"},"resourceType":"Specimen"} +{"id":"e8a53e62-3dc3-56ad-95f9-259b6bab3483","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368009"}],"subject":{"reference":"Patient/cd77bbd2-64b8-57b3-a19d-a54e0a98bb5a"},"resourceType":"Specimen"} +{"id":"38093c4d-2d9d-50d3-b349-e262712b6acc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368010"}],"subject":{"reference":"Patient/c46cd65f-0863-5142-ae75-4cf3c084be67"},"resourceType":"Specimen"} +{"id":"ca3b422f-940b-5d99-adaf-9058d7d171bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368011"}],"subject":{"reference":"Patient/720e04c3-5634-567d-b6a8-6fa952066aa9"},"resourceType":"Specimen"} +{"id":"a382a219-1b14-5946-877a-95e92c56ec8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368012"}],"subject":{"reference":"Patient/75a2ec10-1249-5989-9086-6aff7ec51b5d"},"resourceType":"Specimen"} +{"id":"2a581ff4-c47f-5d02-b696-d6ecc90b0bd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368013"}],"subject":{"reference":"Patient/6f1e4c57-2182-5138-93c7-c7feaa10bede"},"resourceType":"Specimen"} +{"id":"1c9afce2-294c-548f-a21c-d7dabcc15a0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368014"}],"subject":{"reference":"Patient/272d9fa6-6a99-58fe-8162-291b1e9128af"},"resourceType":"Specimen"} +{"id":"79b74912-4edc-57ff-bfe7-1d0b4b45d0d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368015"}],"subject":{"reference":"Patient/3ddf8de7-b733-524f-8a0a-347b0a19a100"},"resourceType":"Specimen"} +{"id":"a52d3896-e14c-5eeb-87c4-62ac26156dd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368016"}],"subject":{"reference":"Patient/03894036-b68b-512f-8b8a-b4bef2fbb278"},"resourceType":"Specimen"} +{"id":"e3ecb3a9-50d4-5f2f-a7b9-7376492da66d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368017"}],"subject":{"reference":"Patient/3a4b0407-abee-5d38-9eb8-48adf6a7af4a"},"resourceType":"Specimen"} +{"id":"81d8f7c1-6fde-534a-a9ad-0fc20df7afa2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368018"}],"subject":{"reference":"Patient/e45ffd4e-163f-5c4a-9e0f-9c373656fb57"},"resourceType":"Specimen"} +{"id":"7f1e4f01-bef9-5bad-8de6-c88108a25900","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368019"}],"subject":{"reference":"Patient/1eb8166a-7332-58b0-abe6-45a171b35e39"},"resourceType":"Specimen"} +{"id":"0c3ef569-60d6-52f9-ae87-7fa45fcab97a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368020"}],"subject":{"reference":"Patient/f44932ff-79d1-5e81-8694-45a40526cf87"},"resourceType":"Specimen"} +{"id":"009e1227-b3ee-5768-81b7-67225602dd5c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368021"}],"subject":{"reference":"Patient/1ffaeb52-7bed-5969-a54b-f111002f2378"},"resourceType":"Specimen"} +{"id":"1473c929-d1df-5946-994a-f8d2123e65ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368022"}],"subject":{"reference":"Patient/605c1168-0b83-5414-855b-18d3e699629a"},"resourceType":"Specimen"} +{"id":"afe3d642-8eb4-5029-906d-2883f3816629","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368023"}],"subject":{"reference":"Patient/8894d323-23c7-5e4f-b624-1895a1abab66"},"resourceType":"Specimen"} +{"id":"44922616-861f-5aa2-9db8-2a66001343a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368024"}],"subject":{"reference":"Patient/d153952d-dd2d-53cc-a045-70c9a3035316"},"resourceType":"Specimen"} +{"id":"9d85cbad-8264-5eb9-a5c0-29c4a5ce5a7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368025"}],"subject":{"reference":"Patient/4f96e2fd-49f4-52f5-8245-fe0c10a6298f"},"resourceType":"Specimen"} +{"id":"948a0621-1577-5b5c-b837-f88a9a6b5a7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368026"}],"subject":{"reference":"Patient/f66796cb-5850-523c-812a-843ded1ccc37"},"resourceType":"Specimen"} +{"id":"c2e469b6-e2a7-5d90-9bfa-216d2e56fee0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368027"}],"subject":{"reference":"Patient/99c722c4-3ab6-58b3-8542-f1db99f0d43a"},"resourceType":"Specimen"} +{"id":"87510339-8f3b-55dd-aab4-7390e6b7c4f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368028"}],"subject":{"reference":"Patient/6a6496d9-540b-50dc-8e30-4dbc4fb20d46"},"resourceType":"Specimen"} +{"id":"cb644ca1-eb0e-5e66-bec4-dbab26eb4089","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368029"}],"subject":{"reference":"Patient/f23521fa-ae57-5971-a0b9-d50b4e024ed6"},"resourceType":"Specimen"} +{"id":"44ddaf71-1d28-58c9-beff-477bf3965bb8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368030"}],"subject":{"reference":"Patient/a02a591a-b7bd-5883-bc5a-fb7419716449"},"resourceType":"Specimen"} +{"id":"e4c8e1b0-97ee-50b4-879a-91f66b71c9a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368031"}],"subject":{"reference":"Patient/b6c3cd9b-82a1-57bd-98e6-ca61a8784551"},"resourceType":"Specimen"} +{"id":"97f74be1-c3c3-5f0c-ab80-9b22c9b76ff7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368032"}],"subject":{"reference":"Patient/29e38345-7a92-5281-a08e-ef022761c929"},"resourceType":"Specimen"} +{"id":"43ad57d4-9dce-5a9d-b69e-70c737dc43e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368033"}],"subject":{"reference":"Patient/3b710d3e-20d5-5ce3-b19b-c8ddf26614e9"},"resourceType":"Specimen"} +{"id":"f23a737d-764a-583c-956a-4e42630d3a1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368034"}],"subject":{"reference":"Patient/90510b5c-cba8-52ee-baf6-c21bf6530a66"},"resourceType":"Specimen"} +{"id":"1beeb0c5-9df3-5ae2-95a3-1d7e6654365e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368035"}],"subject":{"reference":"Patient/36b8414c-2eb1-55d0-964d-a857e88a9379"},"resourceType":"Specimen"} +{"id":"fd7b5b20-8fa5-5f88-8afb-9125ac961697","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368036"}],"subject":{"reference":"Patient/a722e091-20be-55f1-b918-9add883eb18b"},"resourceType":"Specimen"} +{"id":"ad5393d9-7e47-50a3-8ec3-4ca565aca9d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368037"}],"subject":{"reference":"Patient/2412ef84-527e-559d-a7e5-2ea885b498ad"},"resourceType":"Specimen"} +{"id":"d3390972-5c98-5691-8cc1-21f6b3ab6612","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368038"}],"subject":{"reference":"Patient/b4a5c416-85cb-5a38-b270-6358ac5096ea"},"resourceType":"Specimen"} +{"id":"b3f89b0c-58bc-5349-9d52-46833910d3d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368039"}],"subject":{"reference":"Patient/7ed97cad-3e97-5627-afe2-711a410a7bfb"},"resourceType":"Specimen"} +{"id":"20018a9c-cd3c-5efc-834b-ab210c9cefd3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368040"}],"subject":{"reference":"Patient/c22e3cfd-0972-5e76-b812-70d97a1cfe46"},"resourceType":"Specimen"} +{"id":"cb1eb3bc-8d3e-5606-81d0-19ed094451bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368041"}],"subject":{"reference":"Patient/998d98cb-8586-5305-b08f-bc5e315299bc"},"resourceType":"Specimen"} +{"id":"68800ccf-6d8e-5074-808b-3da378cdb3a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368042"}],"subject":{"reference":"Patient/5a5abb6e-d8d9-5ea4-8bcd-0b702d4cea72"},"resourceType":"Specimen"} +{"id":"f0202edd-888f-58aa-ae5c-f0dafa7887a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368043"}],"subject":{"reference":"Patient/935d31c7-e574-5691-b4fc-39c4f7aba12a"},"resourceType":"Specimen"} +{"id":"ba69e29e-2c7b-5471-b11f-c1121b0d0a82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368044"}],"subject":{"reference":"Patient/b452c4c5-6ef5-5de8-8827-d26a7d4750ac"},"resourceType":"Specimen"} +{"id":"4b8bfd27-5265-5724-af40-520d6e0b365f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368045"}],"subject":{"reference":"Patient/b24afcbe-3fb6-56b7-836b-9fb0e248ca72"},"resourceType":"Specimen"} +{"id":"4bc8a739-5a67-5b33-9fe9-5fc14f5a8746","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368046"}],"subject":{"reference":"Patient/81f9f9aa-c97a-5d9b-82f8-7cd8d1e8bb77"},"resourceType":"Specimen"} +{"id":"e231d51b-f837-5e25-a8e3-4f5d7725c658","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368047"}],"subject":{"reference":"Patient/e3dc1a11-81e7-5812-bd8c-ea7ac321e71c"},"resourceType":"Specimen"} +{"id":"76a5fe0b-5a4f-5885-a23d-608b2fae1abd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368048"}],"subject":{"reference":"Patient/789303c6-06e0-5e8b-aefe-daa1bdf762bd"},"resourceType":"Specimen"} +{"id":"de17c205-a5f4-54e9-8d15-9dd2cfd186f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368049"}],"subject":{"reference":"Patient/3acde6ba-9dbf-5cc3-a630-097edc3908c9"},"resourceType":"Specimen"} +{"id":"cacb890c-57dc-5450-95df-6a7b75b5c0a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368050"}],"subject":{"reference":"Patient/8d1c2c28-f69a-538c-95e3-beb28ab07f67"},"resourceType":"Specimen"} +{"id":"6ae3ff10-5df9-5ebc-a785-fc5abb8d3e3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368051"}],"subject":{"reference":"Patient/2ceea85b-55ae-5547-8a6d-4cc6a9c68f85"},"resourceType":"Specimen"} +{"id":"e8531740-5c2f-50e0-a253-5eb087885c1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368052"}],"subject":{"reference":"Patient/769cc530-30ac-5e1a-a482-6f34a6a66dae"},"resourceType":"Specimen"} +{"id":"e5106dcb-b761-5855-add9-1f7b2bf7a65e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368053"}],"subject":{"reference":"Patient/22aa32bb-58e5-5b54-b61b-e54c5ca79ec0"},"resourceType":"Specimen"} +{"id":"a1be1c52-e386-5a78-a2ae-830459f45e5a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368054"}],"subject":{"reference":"Patient/50709dae-9b9b-51c9-9e0d-f9ab58fdc4c6"},"resourceType":"Specimen"} +{"id":"67b89b73-bd9b-5832-8cdc-ca1e28d96ea4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368055"}],"subject":{"reference":"Patient/0078c9af-612e-545e-9e06-80fd79ef4761"},"resourceType":"Specimen"} +{"id":"8357b3b3-3358-59e0-8392-6f949afd4e45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368056"}],"subject":{"reference":"Patient/ca8352ab-db01-5684-a6e4-632bea19f348"},"resourceType":"Specimen"} +{"id":"6a93d220-4931-5121-8939-a31ae14e3b3d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368057"}],"subject":{"reference":"Patient/3a6070fc-558b-5039-878a-c7433b90615c"},"resourceType":"Specimen"} +{"id":"6286f731-4353-5156-a0bb-91d570558f39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368058"}],"subject":{"reference":"Patient/af2b5c09-cc3f-51b5-b8de-b08cbfdf432e"},"resourceType":"Specimen"} +{"id":"eb14da4b-044b-53e1-90ed-5ec4f253547b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368059"}],"subject":{"reference":"Patient/9f3a2bce-6baa-580f-bf46-f77244f6a227"},"resourceType":"Specimen"} +{"id":"2317ee90-fde5-57a9-81e4-4c1a354e0d06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368060"}],"subject":{"reference":"Patient/48c8d637-13d6-588c-a77d-b2f5e35699eb"},"resourceType":"Specimen"} +{"id":"5ea79ff0-740f-5761-903b-8ffa67a30e8e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368061"}],"subject":{"reference":"Patient/a6c3ebde-6bba-5272-9953-af6e73bdd72c"},"resourceType":"Specimen"} +{"id":"a0584b8a-e803-50fd-bdef-1621a51a8f33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368062"}],"subject":{"reference":"Patient/67932467-b3f2-5a3c-bf7e-39d1af1fee44"},"resourceType":"Specimen"} +{"id":"19737be1-2cb4-5470-a97a-902bae758667","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368063"}],"subject":{"reference":"Patient/76c4db5d-fec3-504b-a68e-b7c6c689f162"},"resourceType":"Specimen"} +{"id":"6046dabd-5fb7-519d-8ecd-2b22b6c2e5dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368064"}],"subject":{"reference":"Patient/5f86d71e-4349-5605-a3c3-a150f62f54a3"},"resourceType":"Specimen"} +{"id":"0cca0697-4166-5743-ba2f-bc47245ad723","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368065"}],"subject":{"reference":"Patient/337693ed-f210-53f7-a608-13c078eaf7ad"},"resourceType":"Specimen"} +{"id":"c9dae045-1da3-5754-b914-bbec4bbe7638","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368066"}],"subject":{"reference":"Patient/3122473a-c39a-5709-8f65-58dca89372f7"},"resourceType":"Specimen"} +{"id":"d437a0fb-9c9e-5a55-a215-fb55de66ec28","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368067"}],"subject":{"reference":"Patient/ed31ffd0-0607-54fd-9cd1-5b59bb6caf0d"},"resourceType":"Specimen"} +{"id":"052fa97c-8a5b-5004-9087-a788210e5bbc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368068"}],"subject":{"reference":"Patient/214f5c49-aaf3-55fb-a528-7efdd268c0f6"},"resourceType":"Specimen"} +{"id":"6aa8a494-2f62-5f5e-9dae-2b30d734811e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368069"}],"subject":{"reference":"Patient/398343a8-64c6-5e8f-9b67-316c6c1e74bf"},"resourceType":"Specimen"} +{"id":"2f4c96e7-62ad-53e6-945f-1a7539c183d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368070"}],"subject":{"reference":"Patient/170bdd06-306b-5b88-83eb-fbab35f0bbea"},"resourceType":"Specimen"} +{"id":"494f58c5-af5f-58e5-aad6-5583681309ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368071"}],"subject":{"reference":"Patient/f90cc3a5-dbd1-59a7-828e-cc89499b7ba9"},"resourceType":"Specimen"} +{"id":"43c668a5-4935-5e5f-99f4-e88a1c301ab9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368072"}],"subject":{"reference":"Patient/c665b89e-b5f8-55ed-bc0f-8440b5b17884"},"resourceType":"Specimen"} +{"id":"0ffa0350-b5b3-5c19-bc74-e316351905e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368073"}],"subject":{"reference":"Patient/530774f4-0207-5a1b-8848-2aeb972f1bd4"},"resourceType":"Specimen"} +{"id":"2926c382-c3b3-52c5-a568-0d9e98961c4f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368074"}],"subject":{"reference":"Patient/47209edf-13f6-5a50-bd83-49878e2b3316"},"resourceType":"Specimen"} +{"id":"bcb7f37a-baec-5aa2-a17c-18dca9eee9df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368075"}],"subject":{"reference":"Patient/f40a7d51-85bd-5408-aa1b-25246556adde"},"resourceType":"Specimen"} +{"id":"57e1ca65-4fab-5d1a-a7e0-ddb42bff1957","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368076"}],"subject":{"reference":"Patient/c12286bd-8c49-55b1-94f0-d2bc632dda4d"},"resourceType":"Specimen"} +{"id":"7b6bcb61-e6d0-5ae3-afda-951ce0ddc71b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368077"}],"subject":{"reference":"Patient/1f55ff63-52d7-5afd-aef2-fa44a248ddcc"},"resourceType":"Specimen"} +{"id":"46e27886-033d-5151-9556-d3d0b514ae33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368078"}],"subject":{"reference":"Patient/de0f0e8b-2d12-5166-ba01-2928f460ade1"},"resourceType":"Specimen"} +{"id":"1a5fc44e-7e40-5377-9df1-728027fce5ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368079"}],"subject":{"reference":"Patient/f4325c25-595d-5f5b-b919-d69e4468aa5f"},"resourceType":"Specimen"} +{"id":"62a3a8de-56b5-53e5-96f9-fc8f181194f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368080"}],"subject":{"reference":"Patient/c7a0855e-db38-5d7d-9a76-06e95332e6d3"},"resourceType":"Specimen"} +{"id":"c2a38ced-4d7e-5bcd-858c-e9ef12c914cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368081"}],"subject":{"reference":"Patient/875ad4bc-3f18-57fa-8d14-2d3ed6214929"},"resourceType":"Specimen"} +{"id":"bf293d80-507f-521d-91b7-18848ef636d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368082"}],"subject":{"reference":"Patient/9291d234-e87d-591c-8a67-08411a29cec1"},"resourceType":"Specimen"} +{"id":"e2862381-48ed-5772-8f5d-a0301254b93d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368083"}],"subject":{"reference":"Patient/bd45e98d-5794-5264-aa2d-6dd53e034ca3"},"resourceType":"Specimen"} +{"id":"222b3f4a-a1bd-5aaf-987a-343b11b5f1fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368084"}],"subject":{"reference":"Patient/b7660f3c-9d38-5083-834f-c75f8ae24d43"},"resourceType":"Specimen"} +{"id":"dfa8f122-91a7-539a-8fd7-f4856b5ed5a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368085"}],"subject":{"reference":"Patient/82c3610e-a9b1-58ca-b2f5-0ee88a42623c"},"resourceType":"Specimen"} +{"id":"856b4bc3-e5cc-5d07-9464-0fca01e0043d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368086"}],"subject":{"reference":"Patient/bc10ee1d-e916-5619-9a42-97d640321874"},"resourceType":"Specimen"} +{"id":"0ab02c28-8bae-51a2-a008-01c663a784d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368087"}],"subject":{"reference":"Patient/bc360563-b90c-5fee-b4fd-17b02d22136a"},"resourceType":"Specimen"} +{"id":"b07ca24b-3e4a-5680-b96c-08b899e0a0fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368088"}],"subject":{"reference":"Patient/3264996a-7306-5b27-a9a3-6d36cd1d2f8f"},"resourceType":"Specimen"} +{"id":"d6ec96c2-9918-5f32-8d42-0659e9876386","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368089"}],"subject":{"reference":"Patient/126c9389-f0d7-5d98-bd9b-6710b22b7962"},"resourceType":"Specimen"} +{"id":"291d67b0-6ec1-5e65-9b29-064b9caac016","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368090"}],"subject":{"reference":"Patient/745b42fa-ade3-56e1-856b-7e9502bc81d9"},"resourceType":"Specimen"} +{"id":"abb8915c-1bb3-538b-8f59-62ffcf7b93cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368091"}],"subject":{"reference":"Patient/04566af3-3e69-5ede-a54d-3038856e5213"},"resourceType":"Specimen"} +{"id":"aed471cd-5769-5fb7-97f2-df1aae0d3c63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368092"}],"subject":{"reference":"Patient/bab76e3a-ffa3-5abe-b4b7-49abf015b5f5"},"resourceType":"Specimen"} +{"id":"ce233f60-2fe0-53c1-89c6-ae4254171632","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368093"}],"subject":{"reference":"Patient/a64f6cd9-3a22-54bc-b2fc-417eabc91d1a"},"resourceType":"Specimen"} +{"id":"013f2182-944a-5bc8-a5f9-a49fe6a641c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368094"}],"subject":{"reference":"Patient/f098ce33-7948-5e59-99ef-0a9b7b933e57"},"resourceType":"Specimen"} +{"id":"0e6f24bb-de06-512a-ab6d-c88dac48e5bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368095"}],"subject":{"reference":"Patient/10921935-21c6-5e70-b2cb-bf62987ecad1"},"resourceType":"Specimen"} +{"id":"337e35bd-47ad-5f2f-bca4-f66c4e4a8d9e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368096"}],"subject":{"reference":"Patient/60d62854-3148-55f3-80f7-46ddb4d40ea5"},"resourceType":"Specimen"} +{"id":"fa1211b1-bb3b-5489-acb1-2f4ff07b779c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368097"}],"subject":{"reference":"Patient/a80b0903-3ed3-5b9d-97fd-b8b65459e528"},"resourceType":"Specimen"} +{"id":"26518bbf-7501-50b8-a80c-5e19e23cc326","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368098"}],"subject":{"reference":"Patient/8b21b19c-1b3c-5156-ab6a-353f8b39ae14"},"resourceType":"Specimen"} +{"id":"7b086038-dc92-51a4-8a1f-3f7f2971e31c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368099"}],"subject":{"reference":"Patient/ca5a675f-d655-5800-9652-97b260f2bce9"},"resourceType":"Specimen"} +{"id":"5d567d3a-9595-5ee4-a1ea-0c52804d6a71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368100"}],"subject":{"reference":"Patient/5bd9c944-45a9-57d4-8541-fe00bb62801e"},"resourceType":"Specimen"} +{"id":"49224e7b-d78a-5375-9903-8ebaa987f961","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368101"}],"subject":{"reference":"Patient/291a88aa-da40-5efb-aba1-ae5fc2cbcb8a"},"resourceType":"Specimen"} +{"id":"3c975d28-4133-5759-9060-4b44c570d399","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368102"}],"subject":{"reference":"Patient/3581f5a9-01ec-5695-a2fa-136ae80168c2"},"resourceType":"Specimen"} +{"id":"aed56b39-3643-5611-b54b-6b3b18e09d22","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368103"}],"subject":{"reference":"Patient/cebb6cf5-1337-5115-bc67-9628960c5785"},"resourceType":"Specimen"} +{"id":"8109eea1-81f1-5818-aa83-604ff5a23361","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368104"}],"subject":{"reference":"Patient/fe446a0c-14bc-5d68-8e79-f2a9f3d485f6"},"resourceType":"Specimen"} +{"id":"da9f7d3b-915d-5833-bf08-327eea0c3baa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368105"}],"subject":{"reference":"Patient/62644701-348d-5089-afd6-c79ed605cb71"},"resourceType":"Specimen"} +{"id":"5b3d9759-f7a5-5ffd-a068-ab4bf7f9d7db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368106"}],"subject":{"reference":"Patient/6c6d4f21-3bc0-5937-9a17-7af7ef49ea0e"},"resourceType":"Specimen"} +{"id":"98008d35-ea6c-5f50-a911-b59fae22f47f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368107"}],"subject":{"reference":"Patient/18eaff30-13d4-5e50-a50b-28ebf683310f"},"resourceType":"Specimen"} +{"id":"2839bf07-4d7c-52b9-ad41-23dcc450dd0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368108"}],"subject":{"reference":"Patient/291daa45-feed-5151-a114-e09c2a4b3638"},"resourceType":"Specimen"} +{"id":"f3e722bf-4a85-52ce-b4bd-2487ae1b8edd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368109"}],"subject":{"reference":"Patient/80d61dd1-3210-5c43-b323-487bde91d505"},"resourceType":"Specimen"} +{"id":"65deab7e-3da0-5f8c-a94b-9b7afd04757c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368110"}],"subject":{"reference":"Patient/d957a52c-4741-58a6-9010-5dc2b6e2de65"},"resourceType":"Specimen"} +{"id":"78f07521-f547-5f9a-9df9-b5ffaeb15bdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368111"}],"subject":{"reference":"Patient/f77c49c5-ad14-5ef9-a8a3-fc064c03810b"},"resourceType":"Specimen"} +{"id":"fa063d18-51fd-5581-bce3-1f2b6185e009","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368112"}],"subject":{"reference":"Patient/b035e8a4-019f-5df7-af78-7f13ef6e6cb5"},"resourceType":"Specimen"} +{"id":"57f8f047-e314-59ad-a991-c5c657cdab42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368113"}],"subject":{"reference":"Patient/290af995-9691-57d5-ac5b-961cb0f5192a"},"resourceType":"Specimen"} +{"id":"e374fba5-2c2a-5166-bd72-fa6ddefd1d84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368114"}],"subject":{"reference":"Patient/2e274ca8-0f09-50fa-bc3b-02254c2f7a2e"},"resourceType":"Specimen"} +{"id":"db30f9ab-5d9b-5ff7-b56b-147a4241e500","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368115"}],"subject":{"reference":"Patient/c66cba88-8ced-53b8-8a6c-725a25b50ef7"},"resourceType":"Specimen"} +{"id":"7f12950a-352b-5037-82e7-3e750db01ebd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368116"}],"subject":{"reference":"Patient/e82425a6-27ca-57f2-aee1-a8f1b8f8fdc7"},"resourceType":"Specimen"} +{"id":"b32be8ab-a423-53ab-9581-8b26fd322f78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368117"}],"subject":{"reference":"Patient/2fea0bbb-e8e4-5ff6-ae8b-7038ebf9350c"},"resourceType":"Specimen"} +{"id":"3e5b4f6f-323d-5e25-89a0-c42478e86319","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368118"}],"subject":{"reference":"Patient/4f4fa7cc-2aeb-58da-85f0-e34bc3dd3c92"},"resourceType":"Specimen"} +{"id":"41868c5d-f02a-5b8f-823a-35b3f5fc9c79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368119"}],"subject":{"reference":"Patient/6be4f2a4-3fed-59cf-a51b-03b9c46f9387"},"resourceType":"Specimen"} +{"id":"94240073-7e5d-5c9e-a3ac-103b01a0654d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368120"}],"subject":{"reference":"Patient/e95f66e6-1da9-562e-b195-43f5f8c35a66"},"resourceType":"Specimen"} +{"id":"9d8c6aba-9dc1-5272-8e2a-0e743a359f98","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368121"}],"subject":{"reference":"Patient/947074fc-4f39-5ed4-938e-4d86f77db286"},"resourceType":"Specimen"} +{"id":"d998e69f-e1f1-5ced-9239-fd15327fd782","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368122"}],"subject":{"reference":"Patient/89180753-a9e9-5e03-b05f-96a22cd5d637"},"resourceType":"Specimen"} +{"id":"dedb635a-221a-5b27-860a-bb3cc64679fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368123"}],"subject":{"reference":"Patient/18ebf401-f753-5e90-925b-f1cdd26a3936"},"resourceType":"Specimen"} +{"id":"076e739a-032c-5afd-bf91-9cd9149375dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368124"}],"subject":{"reference":"Patient/93f49dad-6a6f-5204-b572-dbc19d65442b"},"resourceType":"Specimen"} +{"id":"5f9198e5-d4d9-5e48-987e-e23fb0e07267","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368125"}],"subject":{"reference":"Patient/5d04729a-ecfc-59f6-bb9b-c55d38a91f02"},"resourceType":"Specimen"} +{"id":"c6fa1f39-217e-57af-b20d-e7533a8bbc5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368126"}],"subject":{"reference":"Patient/c805a504-a05c-5b85-951b-390027977039"},"resourceType":"Specimen"} +{"id":"c5f83e0d-e94e-536c-950a-b737b0d3e03c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368127"}],"subject":{"reference":"Patient/9201351c-63cb-5425-ab32-ada96530aac1"},"resourceType":"Specimen"} +{"id":"8f8faf85-e32a-5ad3-affc-d77e673cd9c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368128"}],"subject":{"reference":"Patient/a701da68-d86f-5990-b25a-63d4afe8b7a4"},"resourceType":"Specimen"} +{"id":"918ad852-a284-50d4-8664-eb428ab3ba5a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368129"}],"subject":{"reference":"Patient/5b756c35-57d2-5992-a067-3d8c305e5f8a"},"resourceType":"Specimen"} +{"id":"088f4e1c-9e52-597a-89f2-cc2b7b4bb63c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368130"}],"subject":{"reference":"Patient/4b799e09-17fc-5733-bf9a-854bc6ca5b6a"},"resourceType":"Specimen"} +{"id":"edf2ff40-52b9-5a2b-80c2-a2b5f0e198a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368131"}],"subject":{"reference":"Patient/ac8f08d3-e2c4-50aa-87e7-17fc07067b03"},"resourceType":"Specimen"} +{"id":"d8bb97b6-889f-5754-93e1-b81acd9d54aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368132"}],"subject":{"reference":"Patient/86db9ee4-6466-590f-8b50-868d8ed906bb"},"resourceType":"Specimen"} +{"id":"7aec8ad9-8c77-5e0a-b9d3-18672e30ce81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368133"}],"subject":{"reference":"Patient/71f48d37-c219-57dd-b5fa-fb7ab71eb140"},"resourceType":"Specimen"} +{"id":"0d3551a8-d962-55a4-8eef-bc49190ed9de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368134"}],"subject":{"reference":"Patient/41dd6b4e-d032-5c85-9fdb-b1a42fa01ac8"},"resourceType":"Specimen"} +{"id":"a1f06d16-6839-518f-aac4-947658cae5b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368135"}],"subject":{"reference":"Patient/a406c2a1-ebd1-54d7-a29c-b516170388d8"},"resourceType":"Specimen"} +{"id":"357203cf-e76e-562f-b21e-def1185f0ef3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368136"}],"subject":{"reference":"Patient/4dfbf827-6907-5d12-a32a-796c9d9c9db6"},"resourceType":"Specimen"} +{"id":"d62be5a9-37d9-5f21-86f8-e97d0289e176","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368137"}],"subject":{"reference":"Patient/d5422146-9ec9-5d67-a885-e59fed44922a"},"resourceType":"Specimen"} +{"id":"6c18a7bf-408f-5228-aee7-45ed09c7d0d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368138"}],"subject":{"reference":"Patient/7b0e6422-4951-5e04-9551-bc2f66c2d1fd"},"resourceType":"Specimen"} +{"id":"ccae476a-fa3d-5065-a0d6-b168314a8819","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368139"}],"subject":{"reference":"Patient/f0a056b9-e480-5614-bc5c-2647056f5be6"},"resourceType":"Specimen"} +{"id":"2cc8fe5d-d1e1-5893-921e-699552f69deb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368140"}],"subject":{"reference":"Patient/cfdf23e7-3b79-59fa-b19f-7841c099c41d"},"resourceType":"Specimen"} +{"id":"c5b5adc1-b97c-507b-b2b1-7c67f9885471","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368141"}],"subject":{"reference":"Patient/9a001cd8-793f-56e5-87c9-41e2f6ddc3bf"},"resourceType":"Specimen"} +{"id":"e3e0d75e-1a61-53da-8835-e5101558debe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368142"}],"subject":{"reference":"Patient/5e1672d1-f713-55ce-9687-350da3a7d07d"},"resourceType":"Specimen"} +{"id":"126974ec-7c17-5367-9c58-648b902a890c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368143"}],"subject":{"reference":"Patient/d68b7829-085d-5426-9624-18ca79c6ecd8"},"resourceType":"Specimen"} +{"id":"4b3147c5-6c50-5102-a8f4-f1956ba14710","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368144"}],"subject":{"reference":"Patient/9b4790a5-a102-5bd5-a0e0-bd4de687980e"},"resourceType":"Specimen"} +{"id":"1318a685-d2f9-50f0-8549-93f932e5af06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368145"}],"subject":{"reference":"Patient/0e8a32b2-35d1-587a-aa48-308864d99bec"},"resourceType":"Specimen"} +{"id":"92f94a49-31c7-5d27-a631-753bed967b88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368146"}],"subject":{"reference":"Patient/14608007-70a1-5aaf-8284-4792cbf58228"},"resourceType":"Specimen"} +{"id":"a90d293b-467c-52ab-80db-d0df529b2c50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368147"}],"subject":{"reference":"Patient/438894a8-a549-56bc-8599-9295b68385fd"},"resourceType":"Specimen"} +{"id":"af5edf69-81c3-5e6b-90f0-744167f2a2b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368148"}],"subject":{"reference":"Patient/7bb4dee0-80a4-52af-b700-3e358e133174"},"resourceType":"Specimen"} +{"id":"dd388b84-f554-5814-902f-df7d3685b07f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368149"}],"subject":{"reference":"Patient/c4a9fbb4-3c43-50e0-b776-7fd10ac3f852"},"resourceType":"Specimen"} +{"id":"3a07fdb9-ec4c-5fee-806b-2f636c5f9ce1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368150"}],"subject":{"reference":"Patient/fa21ef97-a9cf-5351-984c-e7c9f0df8146"},"resourceType":"Specimen"} +{"id":"fa19a72f-3a78-553c-9729-39d709cd9271","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368151"}],"subject":{"reference":"Patient/cb7aa35d-0621-50c0-8d1d-c079171699d9"},"resourceType":"Specimen"} +{"id":"ecfe7f4c-921f-55a9-afc9-b1f2954f7761","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368152"}],"subject":{"reference":"Patient/36df2d7f-bfde-5f4a-8c44-ecb8d6daccf4"},"resourceType":"Specimen"} +{"id":"64d77496-2f0f-5ea9-90ba-cbb59fb1d496","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368153"}],"subject":{"reference":"Patient/4d2dcb21-287a-5442-afac-ebc82f766c9c"},"resourceType":"Specimen"} +{"id":"99f57c3c-7387-5e2a-be0a-57d7a95cbb6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368154"}],"subject":{"reference":"Patient/a2d63f84-e7b2-5e9f-81d1-5c1c44a818ac"},"resourceType":"Specimen"} +{"id":"7a82a184-8439-5b9e-bd70-c44306b3922a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368155"}],"subject":{"reference":"Patient/2ea6d950-6574-50dd-a0b0-06112d92228c"},"resourceType":"Specimen"} +{"id":"7b7f4341-902b-507f-8d5b-a02de32b9aaa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368156"}],"subject":{"reference":"Patient/347e3b03-ed1e-54e9-a332-f03743fcbbc8"},"resourceType":"Specimen"} +{"id":"ea111c6e-ccfe-5c49-bf99-0f0c32ec51a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368157"}],"subject":{"reference":"Patient/fac73f2d-7491-518c-8989-7b69b41b84b8"},"resourceType":"Specimen"} +{"id":"ade08646-7693-51c2-9be7-86cebc4658f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368158"}],"subject":{"reference":"Patient/94f67d55-c437-5016-bf11-595bb69c6afe"},"resourceType":"Specimen"} +{"id":"e16732ef-53f1-5f6f-b7ed-e69d5f4d038f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368159"}],"subject":{"reference":"Patient/1e3ffec6-a75c-5266-a8e1-8bb3dbf3072b"},"resourceType":"Specimen"} +{"id":"95e9fa60-f619-5b30-9504-751c28db1315","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368160"}],"subject":{"reference":"Patient/0ce2f707-176b-5533-bee0-ab93e23c2114"},"resourceType":"Specimen"} +{"id":"e88efee4-f9b8-51d0-9a49-c07e106d6af6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368161"}],"subject":{"reference":"Patient/4d3823ab-5768-5467-b970-3ca13e6f4338"},"resourceType":"Specimen"} +{"id":"e22192b5-6143-5529-9f11-969b5254ee4b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368162"}],"subject":{"reference":"Patient/297282a1-d948-5a04-ac83-a3cee391ee0c"},"resourceType":"Specimen"} +{"id":"d5701aa5-534b-5f81-ba2c-9614dbfb0763","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368163"}],"subject":{"reference":"Patient/8b154082-67ba-55f5-9b33-42b55f4f8297"},"resourceType":"Specimen"} +{"id":"a905da8c-6b5a-5e59-9e50-3989e34ab917","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368164"}],"subject":{"reference":"Patient/9af31d9b-c30c-5ec5-9889-38a04d28ef34"},"resourceType":"Specimen"} +{"id":"4d8f673f-9410-592d-84c5-5aad70b44520","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368165"}],"subject":{"reference":"Patient/a9ef840c-2f12-5d79-9d4d-dc9192ec126d"},"resourceType":"Specimen"} +{"id":"c09cf1ac-fa82-5c35-b4e2-37f16b808e83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368166"}],"subject":{"reference":"Patient/45b9d34d-f90c-5339-9d81-a5830180c7d3"},"resourceType":"Specimen"} +{"id":"397471f0-9170-5246-aec1-cce0e4fffbc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368167"}],"subject":{"reference":"Patient/a3f11ae6-469b-5fa5-8d35-01ea4e18af26"},"resourceType":"Specimen"} +{"id":"b0b8b073-787b-54d3-9af1-3094dcd1c8fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368168"}],"subject":{"reference":"Patient/6ad98fd5-356c-5737-a699-f40bee6be075"},"resourceType":"Specimen"} +{"id":"79482eba-b58f-56f5-a7a2-c40b709c4d5c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368169"}],"subject":{"reference":"Patient/eea6ff89-cfda-515c-b88f-b8a2c295ca67"},"resourceType":"Specimen"} +{"id":"1b787e9f-df49-527d-b64a-eab5083650dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368170"}],"subject":{"reference":"Patient/87cb47b6-d4cd-5526-acaf-0927a4cc06bb"},"resourceType":"Specimen"} +{"id":"8231a57d-2c44-58b3-87e2-5be2cac4dd0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368171"}],"subject":{"reference":"Patient/68db6355-4fb7-5af5-a01d-a028987b1d91"},"resourceType":"Specimen"} +{"id":"72714fd9-cb9f-512a-bbaf-5b489ea4575b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368172"}],"subject":{"reference":"Patient/1958c753-4b7f-53c9-8c6f-4e561502584b"},"resourceType":"Specimen"} +{"id":"cc1d0daa-f854-5d10-9f4b-d92a81a27dfb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368173"}],"subject":{"reference":"Patient/5160e8ab-faaa-5e6b-9c68-ec54e74f0600"},"resourceType":"Specimen"} +{"id":"f0d72081-dbd7-5ad0-a9b6-30b1d5e7dc11","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368174"}],"subject":{"reference":"Patient/a24c75e2-8ff9-532b-8d3c-68d72970c77c"},"resourceType":"Specimen"} +{"id":"132af0b1-3a5d-5a1c-a788-a47464267e67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368175"}],"subject":{"reference":"Patient/81db6c97-0c46-5254-ae5c-7f8553d7b7a3"},"resourceType":"Specimen"} +{"id":"1094edaf-afdb-5af9-a2ea-50bb314065e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368176"}],"subject":{"reference":"Patient/ed34cc66-a4e9-5f6b-8312-5f2cca8f72e4"},"resourceType":"Specimen"} +{"id":"8901a1cc-6f9b-5c65-8fbe-99e5d7c22290","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368177"}],"subject":{"reference":"Patient/5ed71a0d-62df-5a5e-adad-1f839c35aaf2"},"resourceType":"Specimen"} +{"id":"7576d5a1-6735-5c1c-82e0-68ab8442211b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368178"}],"subject":{"reference":"Patient/077defbd-cbed-53a6-82bb-e1244a49c8af"},"resourceType":"Specimen"} +{"id":"8c0d7b17-25de-548e-8bbb-e077021ea5ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368179"}],"subject":{"reference":"Patient/f7a5f66a-4a58-5028-9968-e8705f700cd7"},"resourceType":"Specimen"} +{"id":"b562a88b-1b3d-5ff2-83e4-de1b20df0f6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368180"}],"subject":{"reference":"Patient/b03f9494-af1a-5276-b8ad-9600e947f2b7"},"resourceType":"Specimen"} +{"id":"636d0465-0b45-53a5-ac06-4f132405fe70","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368181"}],"subject":{"reference":"Patient/9a21dd5c-bac8-5069-a5c1-cf4dd3510a3d"},"resourceType":"Specimen"} +{"id":"2dba93a8-61b6-55d0-97f5-0bdf87f48ca1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368182"}],"subject":{"reference":"Patient/2d89cd9c-5635-55b2-ad2e-c0fa2b1eba34"},"resourceType":"Specimen"} +{"id":"f45f2659-6af9-500b-a927-3ce97b9beb72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368183"}],"subject":{"reference":"Patient/7fe9f7a2-54be-5807-9d16-37d2603ebcc2"},"resourceType":"Specimen"} +{"id":"f9a4b166-8de6-58c7-8534-3d1c90cadcde","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368184"}],"subject":{"reference":"Patient/1885e6f1-358a-5036-a55b-a4c8ee3174b4"},"resourceType":"Specimen"} +{"id":"7892082c-7749-555d-85cc-4ca8182393e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368185"}],"subject":{"reference":"Patient/e7d82cdf-38c1-5eae-ad2d-6e60da694ca0"},"resourceType":"Specimen"} +{"id":"754e5946-ff51-5f82-b902-3a0cdf9eca7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368186"}],"subject":{"reference":"Patient/0227ac97-3760-5a0c-b7a3-6b86f4d798d8"},"resourceType":"Specimen"} +{"id":"a95d6daf-8037-5736-8401-00cf634394d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368187"}],"subject":{"reference":"Patient/e96abccb-b01f-5d63-ade0-990c76f9aada"},"resourceType":"Specimen"} +{"id":"8eea0ee2-4a9e-535c-80ed-4e77bd9deb59","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368188"}],"subject":{"reference":"Patient/823ba89c-1177-56e7-b3cb-677779fc3a7c"},"resourceType":"Specimen"} +{"id":"b40f0094-d28a-5bac-b625-3ec6cd0c2665","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368189"}],"subject":{"reference":"Patient/1b464538-c706-5f68-adf2-3196b8a246b3"},"resourceType":"Specimen"} +{"id":"c6e774a5-0e23-5f6f-9782-a04c0ad3927f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368190"}],"subject":{"reference":"Patient/7f80a5d7-dea8-591d-9e47-4dd5866843f3"},"resourceType":"Specimen"} +{"id":"a01b43ab-7211-5b91-a679-5ad795afe619","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368191"}],"subject":{"reference":"Patient/fa7a69d5-136f-5bae-9fb5-ceb6028cc866"},"resourceType":"Specimen"} +{"id":"7881ef23-813b-5fee-8dbc-572a60ce7579","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368192"}],"subject":{"reference":"Patient/154b0fd7-a9e3-5e37-b416-262efa2ad560"},"resourceType":"Specimen"} +{"id":"f4c1ca4c-da4c-5a2d-a509-12503272e78a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368193"}],"subject":{"reference":"Patient/3ce1d982-e0fe-5e4f-b7ec-b6dd76fdd352"},"resourceType":"Specimen"} +{"id":"bd6687fa-c632-5a90-81c4-5fc36a7d0549","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368194"}],"subject":{"reference":"Patient/7bd8b79c-87c3-542b-a000-3d0347e4750e"},"resourceType":"Specimen"} +{"id":"c80eed60-6239-59e9-9de5-ca30c911abbe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368195"}],"subject":{"reference":"Patient/8420dfec-fc80-584c-a16a-0cc4551db173"},"resourceType":"Specimen"} +{"id":"5f5942d1-21f1-58f8-a2b3-790b4f455bdd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368196"}],"subject":{"reference":"Patient/cde0e4a3-f0f2-5c45-bca2-9f974d7e378f"},"resourceType":"Specimen"} +{"id":"8fb2b6b6-7afd-5049-bcad-446386840563","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368197"}],"subject":{"reference":"Patient/6000c277-d02c-5deb-9780-d81412787e48"},"resourceType":"Specimen"} +{"id":"ed276665-b66c-56db-a3f8-5f1aef4163d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368198"}],"subject":{"reference":"Patient/f7acb0a9-7702-5f2d-a0f6-49a1486d933d"},"resourceType":"Specimen"} +{"id":"7d71a761-9530-59d5-bc09-118e961c755f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368199"}],"subject":{"reference":"Patient/cc7d6618-83d6-5089-aa08-94bbf4b97e68"},"resourceType":"Specimen"} +{"id":"a07c4faa-f27b-5ac6-b815-b1884a6d9cd2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368200"}],"subject":{"reference":"Patient/d577dadb-4c30-5aba-b692-2b07aea30166"},"resourceType":"Specimen"} +{"id":"03dc4346-19d1-5f8a-94c8-3d89fb4e228e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368201"}],"subject":{"reference":"Patient/307ac7c4-3f6b-5a93-9a9c-994cd9b5903d"},"resourceType":"Specimen"} +{"id":"ce1fe34b-ea0f-5c8c-8c1c-da6003119592","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368202"}],"subject":{"reference":"Patient/79e09371-4cf6-5bba-b9b7-6086606296d1"},"resourceType":"Specimen"} +{"id":"40b7b014-af45-569b-abc2-5825aa72a8f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368203"}],"subject":{"reference":"Patient/cbf2cf77-0605-5cae-a009-f3e0a7608733"},"resourceType":"Specimen"} +{"id":"e9b9af08-52d2-5871-99f4-7d4bc64557d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368204"}],"subject":{"reference":"Patient/bdcde907-cff6-5fff-a9a2-9589ad7008b7"},"resourceType":"Specimen"} +{"id":"b92564c2-17ee-5e6b-a5db-38ccccf3fc40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368205"}],"subject":{"reference":"Patient/d844f010-5494-5445-bd14-86a6495f214c"},"resourceType":"Specimen"} +{"id":"268554ba-cb62-5adc-baa1-94b9d4ab81c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368206"}],"subject":{"reference":"Patient/14eb2a46-0ba3-525b-a8e8-1e5e1a6e7502"},"resourceType":"Specimen"} +{"id":"f3afcf15-0844-5339-8c8f-e79ff82ab3ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368207"}],"subject":{"reference":"Patient/99959fda-3245-54df-89c4-f5a4ab763502"},"resourceType":"Specimen"} +{"id":"3a60920e-c6ad-5035-a635-2a8d45b5c84e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368208"}],"subject":{"reference":"Patient/67297610-efdc-5bb1-982d-803be656d6fe"},"resourceType":"Specimen"} +{"id":"07ea1174-7b96-513c-9948-b61eae994df6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368209"}],"subject":{"reference":"Patient/01741253-5d6f-50d1-8a5f-1f6111aa45a5"},"resourceType":"Specimen"} +{"id":"d2b84d12-8a87-5878-9b1f-8491ede8f2d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368210"}],"subject":{"reference":"Patient/667d8d2e-2baf-5ad8-9033-5458c42145d9"},"resourceType":"Specimen"} +{"id":"77ffef8b-64cc-541d-bee2-da66a1aca885","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368211"}],"subject":{"reference":"Patient/3c1e1313-1ae1-5845-a619-c7499eca5957"},"resourceType":"Specimen"} +{"id":"c52040d6-a997-5973-9ce4-776ba66d48e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368212"}],"subject":{"reference":"Patient/8c7bfe1d-433d-5922-8556-b6cbd23b00ba"},"resourceType":"Specimen"} +{"id":"8e5512ac-3e62-50ad-babe-75011b975fc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368213"}],"subject":{"reference":"Patient/fa06fb6d-4bc3-5e5b-9d64-7cade86e0374"},"resourceType":"Specimen"} +{"id":"9e7a28e7-9d6a-59e5-8fad-07f040ff882f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368214"}],"subject":{"reference":"Patient/1c44465d-32d9-5373-8db0-e5cc51ecd9c0"},"resourceType":"Specimen"} +{"id":"8b2bbd4e-259b-5021-b2d9-8fae2dc77fc4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368215"}],"subject":{"reference":"Patient/5589220b-7aaa-5b03-9541-44033fd763b0"},"resourceType":"Specimen"} +{"id":"047c4b6d-f904-5c5b-a5e4-99fdea2df59b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368216"}],"subject":{"reference":"Patient/cfd983d3-f729-533c-ab90-b1b772112cc8"},"resourceType":"Specimen"} +{"id":"e06f77f2-875c-57fe-a1d9-aef6d32a8d8e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368217"}],"subject":{"reference":"Patient/55a96b2c-e22b-58db-a580-6d59552b1121"},"resourceType":"Specimen"} +{"id":"ddbbe709-5f28-5c45-8c4d-d6f83941f8e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368218"}],"subject":{"reference":"Patient/fb95496d-4bb6-527e-a06c-795967428672"},"resourceType":"Specimen"} +{"id":"cd035f57-f57b-5a4c-8272-cda9d122bf24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368219"}],"subject":{"reference":"Patient/d954e17a-d4d6-50e2-9343-2bcb73a02059"},"resourceType":"Specimen"} +{"id":"54fe5d96-0b1d-57ee-81ec-d227250eeec7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368220"}],"subject":{"reference":"Patient/cf88ea88-4046-5c7e-adb7-d035d75f6156"},"resourceType":"Specimen"} +{"id":"16afa50b-46bf-5d2b-99fb-7ad5dd937155","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368221"}],"subject":{"reference":"Patient/8badd1fd-07bc-504b-a265-adf33741be81"},"resourceType":"Specimen"} +{"id":"7fa96e40-2f85-56a6-a788-242b4c6f3164","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368222"}],"subject":{"reference":"Patient/40b0ba74-e4b4-5df1-8b8c-340bf1e6a620"},"resourceType":"Specimen"} +{"id":"58f7fad5-6c44-5119-829d-9eb2ecddf6a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368223"}],"subject":{"reference":"Patient/43068891-0af0-54f8-b6d4-02bbad3247a4"},"resourceType":"Specimen"} +{"id":"e4bb0207-95bd-5bcc-a353-c3cb85f08d4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368224"}],"subject":{"reference":"Patient/05cc71c5-8959-5bd6-948d-09947716676e"},"resourceType":"Specimen"} +{"id":"be4fee79-381c-584c-96de-d09e868eaa02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368225"}],"subject":{"reference":"Patient/9233e39e-ead0-5028-a5c6-e67a5c86040e"},"resourceType":"Specimen"} +{"id":"f9a9027f-085c-5a2b-9c9f-b719cde7220a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368226"}],"subject":{"reference":"Patient/33e32ecc-e14d-5808-be79-dbfb8e21e5f9"},"resourceType":"Specimen"} +{"id":"3241707c-99f6-5840-accc-2a1e7c7b7c92","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368227"}],"subject":{"reference":"Patient/a6944257-165f-544b-a431-638a03128402"},"resourceType":"Specimen"} +{"id":"ed1fd938-412c-5708-bafd-71ad8610d4e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368228"}],"subject":{"reference":"Patient/b0f5e1d6-696d-5422-abd8-e2479b179f9d"},"resourceType":"Specimen"} +{"id":"d952541c-8822-54cf-a2e0-c8309b5d3275","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368229"}],"subject":{"reference":"Patient/f72ab89c-f388-5797-8b73-2e25a5d9af8c"},"resourceType":"Specimen"} +{"id":"f194d63c-3496-52d8-9dba-69a203ccfabd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368230"}],"subject":{"reference":"Patient/12b1b823-f0b5-5647-8bde-ac5286363b39"},"resourceType":"Specimen"} +{"id":"60be9320-7679-55e3-9b2b-9c0ee5a7d3a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368231"}],"subject":{"reference":"Patient/72bcce67-6be5-5f4e-b944-941bc265d177"},"resourceType":"Specimen"} +{"id":"c6b7943f-78c6-5f07-9a28-70136d581a5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368232"}],"subject":{"reference":"Patient/aee3b92f-656d-5e7f-9ff9-64d27a7159cb"},"resourceType":"Specimen"} +{"id":"15564526-eb88-5be4-a286-d7fe8b86a98c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368233"}],"subject":{"reference":"Patient/b0d65062-4379-52ec-a5f0-7a53ec1d4231"},"resourceType":"Specimen"} +{"id":"a8085a92-e57f-5f0a-a7b0-4dd561af0943","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368234"}],"subject":{"reference":"Patient/941317ac-d045-5a17-b122-45f978f5d541"},"resourceType":"Specimen"} +{"id":"5f9d797d-a305-5b98-849f-f1175cec415b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368235"}],"subject":{"reference":"Patient/df20a216-1ccb-59c9-af4a-bcd299732de9"},"resourceType":"Specimen"} +{"id":"a2160826-4d1d-5434-ba07-c68bb84723bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368236"}],"subject":{"reference":"Patient/d65ff022-1bd5-5863-812b-0eca7c790dcd"},"resourceType":"Specimen"} +{"id":"a9c64e8a-1ff0-5103-bc64-96f13e503637","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368237"}],"subject":{"reference":"Patient/55daa950-db30-5da0-ac18-73044f725a11"},"resourceType":"Specimen"} +{"id":"9519ee75-4f78-57b9-a2e0-82610315442c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368238"}],"subject":{"reference":"Patient/605e05bb-f29b-53e0-9ce2-c3d8c8b3a8f5"},"resourceType":"Specimen"} +{"id":"f6393e35-776a-526f-beed-23317be03337","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368239"}],"subject":{"reference":"Patient/34919d8c-e1e1-5bdc-a97a-9191b0f07d50"},"resourceType":"Specimen"} +{"id":"86479df9-ba25-5b55-8536-a3e2f5d8da04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368240"}],"subject":{"reference":"Patient/c7437e96-4133-52cc-a4e9-284232f1c5a1"},"resourceType":"Specimen"} +{"id":"cbcb65e6-5be8-51ee-9f79-dc8333924add","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368241"}],"subject":{"reference":"Patient/85b4f612-5082-5ee8-8457-591e0b791317"},"resourceType":"Specimen"} +{"id":"71526840-bc13-5536-836f-fe45d3e9a524","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368242"}],"subject":{"reference":"Patient/7ec9f644-dd93-5a78-899d-2247c4423b57"},"resourceType":"Specimen"} +{"id":"66e2fc75-39e3-5995-943b-d7c9dd01a1a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368243"}],"subject":{"reference":"Patient/53254dd2-edbf-50c9-adda-b5a0318852a2"},"resourceType":"Specimen"} +{"id":"183ff333-2350-54d0-a38f-27555cf5a5e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368244"}],"subject":{"reference":"Patient/b225fce4-0f72-53ee-9539-518e14ad4bfa"},"resourceType":"Specimen"} +{"id":"c395fcbd-ad96-57a7-a1e2-0dc4c6dfefcb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368245"}],"subject":{"reference":"Patient/9d51877a-042a-52d1-8819-58b56af5a611"},"resourceType":"Specimen"} +{"id":"34c3176e-9fe5-5e8a-8613-4b512514843e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368246"}],"subject":{"reference":"Patient/b038ac7d-7664-598f-813b-bb6e369e2595"},"resourceType":"Specimen"} +{"id":"033bad81-36c8-5a07-904f-75ad124629c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368247"}],"subject":{"reference":"Patient/ad35e03d-a773-55cd-a272-4bd02f1cb1f2"},"resourceType":"Specimen"} +{"id":"85da29a8-4b64-5e00-8800-8e6c845b3476","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368248"}],"subject":{"reference":"Patient/105fbfed-f370-5933-bf1e-cd9eb04f76a6"},"resourceType":"Specimen"} +{"id":"ceba9f0c-d1e9-5c23-a01e-f7a10f6a02d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368249"}],"subject":{"reference":"Patient/c568f32a-2dde-5458-b40f-0b55d2fc7880"},"resourceType":"Specimen"} +{"id":"f2bb59c3-67d5-505a-b5a8-9fd6278c158a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368250"}],"subject":{"reference":"Patient/990168cc-b15d-5e53-b946-c3275a44ce2f"},"resourceType":"Specimen"} +{"id":"c8853cd3-1532-55d8-89f0-eaf4b3cf622c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368251"}],"subject":{"reference":"Patient/747dc6b8-c0b1-591e-b502-d065505e493a"},"resourceType":"Specimen"} +{"id":"80cb87e1-34a2-5f30-a1ac-5cdfee6a4494","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368252"}],"subject":{"reference":"Patient/044f992b-ee73-5c07-a4a5-6de63284399a"},"resourceType":"Specimen"} +{"id":"cf05a35c-7b65-58cd-8bb0-f76882ec19e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368253"}],"subject":{"reference":"Patient/dbd4b0f4-1cda-52bd-a119-b0fe2da3ea04"},"resourceType":"Specimen"} +{"id":"3e46bbb6-9ef7-5f04-ad47-a68bd370d508","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368254"}],"subject":{"reference":"Patient/8f7e21d3-fc08-5439-b2ca-b47741a66995"},"resourceType":"Specimen"} +{"id":"40a385ea-2b84-529e-8d75-197f775d544a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368255"}],"subject":{"reference":"Patient/eace7263-f678-5642-9550-b0036c476780"},"resourceType":"Specimen"} +{"id":"d2fbbf7d-ba8e-5c20-b46e-e6bd8443b4ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368256"}],"subject":{"reference":"Patient/74446d57-cea6-5733-97b0-3294054bf5bd"},"resourceType":"Specimen"} +{"id":"5154a138-7702-5a00-9a27-bc317c9f356a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368257"}],"subject":{"reference":"Patient/d1ca0081-70c5-5d3d-a324-b2f0fcd868b0"},"resourceType":"Specimen"} +{"id":"80aed0d5-5196-5222-84c5-8eca085bfe7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368258"}],"subject":{"reference":"Patient/dabdda6e-f672-543a-9840-0a6c82a4a119"},"resourceType":"Specimen"} +{"id":"f6bbaf7b-e382-59ea-83af-2df71685ab49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368259"}],"subject":{"reference":"Patient/198e00de-a8d4-5aed-831c-7117851088c3"},"resourceType":"Specimen"} +{"id":"9603a234-efa1-54c7-a862-985f3480aea3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368260"}],"subject":{"reference":"Patient/97d6e3ec-49ad-5e88-8627-033d0dbc9bc7"},"resourceType":"Specimen"} +{"id":"bf1ace9d-edbb-5c89-a806-2475fb89e8f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368261"}],"subject":{"reference":"Patient/325e11e2-3b5a-5adb-bd3a-4a37a03819db"},"resourceType":"Specimen"} +{"id":"992ce0d5-dd5a-5184-9905-dc26385e7219","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368262"}],"subject":{"reference":"Patient/827fee56-ed45-52ac-8783-3e5f8de4b6f3"},"resourceType":"Specimen"} +{"id":"a5c02344-b424-5fd2-ba44-7e6655cd92e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368263"}],"subject":{"reference":"Patient/d93fb243-7f51-5f35-bc3c-7ab8e45d9f97"},"resourceType":"Specimen"} +{"id":"985ca368-aa09-5ea9-bf17-b41458d0540a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368264"}],"subject":{"reference":"Patient/0afa3630-0eae-558e-8749-74873fe0ca3d"},"resourceType":"Specimen"} +{"id":"140773ac-8169-5595-8b3f-3c8ffd661d3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368265"}],"subject":{"reference":"Patient/2a9fc85b-3a06-5689-b779-72b2cd0aaf32"},"resourceType":"Specimen"} +{"id":"cea1297e-202c-546d-b7be-a2d198407556","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368266"}],"subject":{"reference":"Patient/af01da9c-f9ed-5f72-988b-b4467d8aef4d"},"resourceType":"Specimen"} +{"id":"fdef1a66-22a2-5885-921a-6a25c91bec91","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368267"}],"subject":{"reference":"Patient/08e2b5b8-f153-573c-93f9-eab8c1fa4382"},"resourceType":"Specimen"} +{"id":"b3b9fa90-b830-5ead-b36b-389c758e3fe8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368268"}],"subject":{"reference":"Patient/b51311fc-91e4-5459-91c3-8ea4da47e07a"},"resourceType":"Specimen"} +{"id":"b518c1f2-3362-5ba3-878a-7fef8c31eb8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368269"}],"subject":{"reference":"Patient/8ed3ae2e-6b01-5dfa-9d3d-ca4c75849733"},"resourceType":"Specimen"} +{"id":"fe73043e-d15d-536f-8cad-8e302743cc13","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368270"}],"subject":{"reference":"Patient/b21d51ec-6121-53df-8235-b80d50a5e20b"},"resourceType":"Specimen"} +{"id":"77fc2613-2ad9-58c9-93d1-79da0952dda0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368271"}],"subject":{"reference":"Patient/5bb70d1f-998c-5575-bdc2-9304d89299e3"},"resourceType":"Specimen"} +{"id":"2e44a0e1-e0f8-547d-9164-eef26561b9de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368272"}],"subject":{"reference":"Patient/0d35cb44-eb62-5c0d-8fed-cbd50bf9c88e"},"resourceType":"Specimen"} +{"id":"a7ccebdc-b079-538f-b444-e89fe54a5836","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368273"}],"subject":{"reference":"Patient/935699ab-b44d-585c-921c-bd0426247642"},"resourceType":"Specimen"} +{"id":"6cef159e-285e-5e3a-ba5d-343585da0833","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368274"}],"subject":{"reference":"Patient/a402e802-b4ed-59eb-a738-49c0000e83a8"},"resourceType":"Specimen"} +{"id":"d7d9c85c-761b-53bb-b96f-fd148dfa7437","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368275"}],"subject":{"reference":"Patient/25e3501c-100d-5228-8d9f-7027c2f689f2"},"resourceType":"Specimen"} +{"id":"2483ff64-3ae5-52b6-bed7-d7e147585f26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368276"}],"subject":{"reference":"Patient/5fcaa10a-6207-5f28-882f-c3b5a30f242a"},"resourceType":"Specimen"} +{"id":"7dc2eb80-6329-5b21-bf79-a9cb62da969e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368277"}],"subject":{"reference":"Patient/c40ff980-7019-5be0-afaf-f3277e401534"},"resourceType":"Specimen"} +{"id":"dae74291-5bd1-5acc-a4ae-49b5b646e8d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368278"}],"subject":{"reference":"Patient/417183c6-2a19-5054-9341-47cf405dd6f4"},"resourceType":"Specimen"} +{"id":"55df0909-d258-53f5-b385-aa50528526b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368279"}],"subject":{"reference":"Patient/8be0c7e1-1268-5c37-b04b-8a0b4c78c684"},"resourceType":"Specimen"} +{"id":"69ad26c8-bb72-5eab-9cb5-064e3db29d5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368280"}],"subject":{"reference":"Patient/1dd61fc2-e1a2-5668-9395-22c4cce293d7"},"resourceType":"Specimen"} +{"id":"cbe0632c-589c-5020-a803-9aa8c0cfbbb6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368281"}],"subject":{"reference":"Patient/7bf6c725-8cea-59cd-b18f-f0c07b0bd7ac"},"resourceType":"Specimen"} +{"id":"eebfe722-6d0c-52a0-a734-9f74b842f6c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368282"}],"subject":{"reference":"Patient/6539273e-8ee0-5c59-887c-9c36f7b1e967"},"resourceType":"Specimen"} +{"id":"f0ff1270-a6dc-5865-9c9a-04b7833c4013","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368283"}],"subject":{"reference":"Patient/fdf9c9e8-e5a9-5b62-8cc8-6da06a1efb1a"},"resourceType":"Specimen"} +{"id":"f762517f-db9e-5ebd-bbbe-7eac7f14e05c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368284"}],"subject":{"reference":"Patient/b9af6f0a-7ab7-543c-84eb-f02950613ff0"},"resourceType":"Specimen"} +{"id":"8b9ebe16-d8f3-5353-88a1-98168e6d55ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368285"}],"subject":{"reference":"Patient/efcb7d03-17af-55dd-b810-7a0a46da24cb"},"resourceType":"Specimen"} +{"id":"d97c7e53-8019-5fda-9e80-7d33a2ca27ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368286"}],"subject":{"reference":"Patient/71efa6c3-af33-5169-98ff-2b09df1808b2"},"resourceType":"Specimen"} +{"id":"06499f3f-8bed-507e-b675-b2c6b841f2d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368287"}],"subject":{"reference":"Patient/99c56cda-1f42-5362-ad74-111eeb511d09"},"resourceType":"Specimen"} +{"id":"a5e0b416-fa72-5b9b-9a24-3254821dbcd2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368288"}],"subject":{"reference":"Patient/35d4c353-670f-50ae-8349-7f2e19cc90d9"},"resourceType":"Specimen"} +{"id":"9c863a9b-48fa-5c6f-ad75-85473be5ccdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368289"}],"subject":{"reference":"Patient/b64a8bb5-2964-596d-a213-ed1657a27867"},"resourceType":"Specimen"} +{"id":"831fbdf4-849f-55d9-aa07-ebd1113a6220","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368290"}],"subject":{"reference":"Patient/498b8aba-743e-5b78-8e54-c76b46f66995"},"resourceType":"Specimen"} +{"id":"8bd8fb57-903c-5cf4-bceb-abd22a339c0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368291"}],"subject":{"reference":"Patient/e53777ea-fe63-559c-968f-1f92bfefadd6"},"resourceType":"Specimen"} +{"id":"cfbb6e97-3fed-54b9-b03a-066dfee3bdac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368292"}],"subject":{"reference":"Patient/292fa0a3-7ee0-56b7-be7d-0b81e7f661f9"},"resourceType":"Specimen"} +{"id":"10267973-91a5-50c4-bb2c-cfdde0a12b1b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368293"}],"subject":{"reference":"Patient/ce16f937-fcc4-5d79-9d09-0775e735c46f"},"resourceType":"Specimen"} +{"id":"bd1116d1-2346-5e21-9839-73f5adb0b93a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368294"}],"subject":{"reference":"Patient/df022f45-b6bc-5f78-9c73-d46343f50081"},"resourceType":"Specimen"} +{"id":"f00c0b46-6342-521f-9da3-cf6e1dbfec89","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368295"}],"subject":{"reference":"Patient/ca7bf964-7775-5e93-86c3-884d60c83f81"},"resourceType":"Specimen"} +{"id":"f68f72a1-0023-5355-aa07-49d9305a578a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368296"}],"subject":{"reference":"Patient/1a38a84c-4f31-5e36-a13b-968eb8f6163f"},"resourceType":"Specimen"} +{"id":"eed3b50c-9026-540a-afc6-13e58f476089","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368297"}],"subject":{"reference":"Patient/68633019-00f4-5d94-b14d-249d15ed0d7f"},"resourceType":"Specimen"} +{"id":"e1e16739-727d-5716-abcb-6609628ef471","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368298"}],"subject":{"reference":"Patient/386329e4-24a9-5cf6-b69e-4ab320b0c8db"},"resourceType":"Specimen"} +{"id":"1d739092-25a5-5805-83e7-0af41c19788a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368299"}],"subject":{"reference":"Patient/7eec2ed9-f0f4-520c-8396-8cc373aece90"},"resourceType":"Specimen"} +{"id":"9e701b20-84b9-56e0-8443-80559fbfd147","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368300"}],"subject":{"reference":"Patient/718dd940-0cc9-5c07-b567-4e0868b92288"},"resourceType":"Specimen"} +{"id":"c90ebb5f-291c-532f-9877-f297de8e9bab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368301"}],"subject":{"reference":"Patient/97ac1424-f89c-5418-be9b-99b238025b97"},"resourceType":"Specimen"} +{"id":"750a0ca9-59b0-5b9f-a453-9053c23f2b6e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368302"}],"subject":{"reference":"Patient/8746764f-7a3f-5e39-8edd-531d52d3d419"},"resourceType":"Specimen"} +{"id":"e210dea6-933b-5186-bc1d-5ed8b739a17d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368303"}],"subject":{"reference":"Patient/88e5db99-361b-5dee-b68a-017ec6868572"},"resourceType":"Specimen"} +{"id":"6fc2f65a-c283-54bc-a848-72dea1940959","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368304"}],"subject":{"reference":"Patient/e45a9023-61a7-59b1-a0c6-9179857a879a"},"resourceType":"Specimen"} +{"id":"8a870513-f281-5108-bf8f-2fb8a6802a73","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368305"}],"subject":{"reference":"Patient/d973a69b-e1c7-5d3b-af6a-88bbf4bbf393"},"resourceType":"Specimen"} +{"id":"2f4a8a5d-0e51-50ec-aa60-b734dd5b840f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368306"}],"subject":{"reference":"Patient/12cda69c-f068-53f6-a106-3bd0c92a3e2e"},"resourceType":"Specimen"} +{"id":"e8c11657-b16b-5839-a060-8accf59fb809","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368307"}],"subject":{"reference":"Patient/2a61cf8d-22a4-5ca7-a790-73d623707f77"},"resourceType":"Specimen"} +{"id":"deee3611-d1bc-55dc-a40d-7f1a694e490e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368308"}],"subject":{"reference":"Patient/d62a9c3b-f9e6-5ed0-8c02-f2cfcc45536f"},"resourceType":"Specimen"} +{"id":"1efc592a-340a-5b34-8f9d-767d2f025b89","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368309"}],"subject":{"reference":"Patient/da1e4214-fb16-54f3-98ba-223263e0dbb0"},"resourceType":"Specimen"} +{"id":"b025e1ec-97d2-52c5-82ba-ac042fafcae6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368310"}],"subject":{"reference":"Patient/6f8d715a-0265-5018-955d-173e804be8b8"},"resourceType":"Specimen"} +{"id":"cfc27fc3-318b-5223-b229-1d24978d7813","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368311"}],"subject":{"reference":"Patient/b1a76215-daf7-53ee-838c-73e806a81b20"},"resourceType":"Specimen"} +{"id":"c8e11385-94b0-5ec2-8d57-adcf71c75407","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368312"}],"subject":{"reference":"Patient/ab6d0af6-6a10-5f7b-8bd2-cae676a40afb"},"resourceType":"Specimen"} +{"id":"89daa1e9-a3f7-54bb-b7e2-18739c1f864b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368313"}],"subject":{"reference":"Patient/5513599e-9c7d-564d-9daa-0dc502897101"},"resourceType":"Specimen"} +{"id":"bf6cb952-90d5-5fd2-9d02-4dc1ea5cdcaf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368314"}],"subject":{"reference":"Patient/135ebede-779a-58e8-bb05-6a566da369bf"},"resourceType":"Specimen"} +{"id":"85bccc63-038e-5a17-93a9-f4f3c95a6082","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368315"}],"subject":{"reference":"Patient/b0b6d7c5-ac61-5e88-9dfb-1304e7763027"},"resourceType":"Specimen"} +{"id":"1349f94a-cb1f-5fa0-b02b-208058f39e91","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368316"}],"subject":{"reference":"Patient/09f7c8a3-5c78-5654-9078-5e4f85f925a0"},"resourceType":"Specimen"} +{"id":"57e54b3f-d0de-5c5f-8cdf-eaf3116484f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368317"}],"subject":{"reference":"Patient/bee56c42-42a3-5ee8-b58b-6cba06dceda5"},"resourceType":"Specimen"} +{"id":"dfb3f3af-5145-5355-b8dc-ecd8ffcde5cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368318"}],"subject":{"reference":"Patient/d77f1b45-6476-510a-b399-7406b1b40965"},"resourceType":"Specimen"} +{"id":"c36d4235-2975-58e8-b744-d7ba000b4de0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368319"}],"subject":{"reference":"Patient/e78dbcef-143e-5692-86b5-436957c45ac2"},"resourceType":"Specimen"} +{"id":"d0b009e7-e8bf-5664-a3ad-12202b36d437","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368320"}],"subject":{"reference":"Patient/3d69537f-a0c6-5af7-b69f-6b52400b4c04"},"resourceType":"Specimen"} +{"id":"c71e93f7-8b26-532a-9fe1-14499160e1a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368321"}],"subject":{"reference":"Patient/c27943f7-fccf-5a41-b352-8b6333d12f02"},"resourceType":"Specimen"} +{"id":"d2ae4a06-784c-5b17-b7bb-114a01da0cf9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368322"}],"subject":{"reference":"Patient/ab467923-e80a-5da7-87ef-9ac4d1becf7e"},"resourceType":"Specimen"} +{"id":"002a8905-f69d-52f7-a811-3e4e214f8ba5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368323"}],"subject":{"reference":"Patient/185cfae4-2e78-57a0-a218-67602d144fdd"},"resourceType":"Specimen"} +{"id":"a0fd01e1-4621-5062-8506-80f0097a03a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368324"}],"subject":{"reference":"Patient/a543b126-d9a8-5a83-9276-fa67524aeb20"},"resourceType":"Specimen"} +{"id":"92f2e1e2-dc81-569e-ba4d-f430995ddb61","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368325"}],"subject":{"reference":"Patient/0e2d297d-1994-532b-8f3e-1a2d0170f67b"},"resourceType":"Specimen"} +{"id":"1f305474-f5f6-56dd-9a91-773982e8ed53","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368326"}],"subject":{"reference":"Patient/ef50d0df-abb6-5b0e-8695-471a9dcdb486"},"resourceType":"Specimen"} +{"id":"0ddb884c-f9ae-557e-a8f5-32e74962ad2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368327"}],"subject":{"reference":"Patient/01f76a14-3d13-5b1b-94c8-4a93d9978c8e"},"resourceType":"Specimen"} +{"id":"7cbcaa3e-6043-5802-8c51-271adfd9b5c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368328"}],"subject":{"reference":"Patient/dabbc504-89a1-58f5-abd9-3d2d6b0fef46"},"resourceType":"Specimen"} +{"id":"b29e79ee-6b84-545e-90ee-61079595b1d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368329"}],"subject":{"reference":"Patient/c167b486-10e5-5652-84a4-668b147e5390"},"resourceType":"Specimen"} +{"id":"05c516c7-7fea-542e-9f60-a9cf2c88c82b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368330"}],"subject":{"reference":"Patient/66f7a261-8d14-53d0-ac90-ce1e422055e1"},"resourceType":"Specimen"} +{"id":"e7253d21-766d-5021-9d54-5e485e4fe17e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368331"}],"subject":{"reference":"Patient/22209eb2-d9a8-5a10-a65c-1622a90b0751"},"resourceType":"Specimen"} +{"id":"ad7bb2b2-e5d1-507e-aeac-a368dbda5b1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368332"}],"subject":{"reference":"Patient/d581f4b4-1f5e-5439-8157-98dbb131c15c"},"resourceType":"Specimen"} +{"id":"4ab0375d-7513-5377-aa4d-317880763f29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368333"}],"subject":{"reference":"Patient/003998c6-f2e8-54f4-b262-442641651693"},"resourceType":"Specimen"} +{"id":"5f44f3ad-5296-594a-b323-bc0f3f03a3f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368334"}],"subject":{"reference":"Patient/13022abb-c94f-5b9b-98bc-b42cc82045d1"},"resourceType":"Specimen"} +{"id":"c6414091-0141-5402-b3ae-26c99baa8213","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368335"}],"subject":{"reference":"Patient/e1e1b7ba-81f4-5ed6-94b6-72feaecb4e22"},"resourceType":"Specimen"} +{"id":"67eb1b3e-6db7-5851-94c0-cc5edd572396","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368336"}],"subject":{"reference":"Patient/9fd5e95b-c75e-5e08-b80c-2fc37074579c"},"resourceType":"Specimen"} +{"id":"3a89a6b7-b39c-5bbf-aa88-5f6aa8f44d48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368337"}],"subject":{"reference":"Patient/190676d8-88b3-5fdb-8bba-e7f637dfde7e"},"resourceType":"Specimen"} +{"id":"3a365d20-9a5e-5676-892c-2469f77a4d2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368338"}],"subject":{"reference":"Patient/39a077f3-c4cd-5130-831d-e121d9020e6a"},"resourceType":"Specimen"} +{"id":"75a944ab-1d7f-5f6f-9747-7b258e5c5df2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368339"}],"subject":{"reference":"Patient/010cd168-5c46-5c30-ae7b-79caf266bf9f"},"resourceType":"Specimen"} +{"id":"08483d1b-8bed-5675-a384-84ea9d4ce95b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368340"}],"subject":{"reference":"Patient/38a3a3d7-2a46-5a4e-959b-ab7df6e69c9d"},"resourceType":"Specimen"} +{"id":"7e605417-ec93-5313-81dc-73804faf3a53","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368341"}],"subject":{"reference":"Patient/79a43b78-6ba6-5580-b9d1-7bf11d1dff61"},"resourceType":"Specimen"} +{"id":"9b828a5d-4eed-5df7-bd82-73edc573897b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368342"}],"subject":{"reference":"Patient/206ec175-2d65-5960-919b-5bbf38df61b0"},"resourceType":"Specimen"} +{"id":"2ad93d84-8830-5677-b2fb-4072d9271672","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368343"}],"subject":{"reference":"Patient/45c272d4-e251-5f1a-905c-343c4da5a568"},"resourceType":"Specimen"} +{"id":"c546ddcf-32e5-52f1-bcbe-1cd97febdd39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368344"}],"subject":{"reference":"Patient/9538bb48-345c-5755-b5a4-b30a4eefe099"},"resourceType":"Specimen"} +{"id":"377777bc-4d93-5e79-b8f8-fa017bdde4bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368345"}],"subject":{"reference":"Patient/aa2d6edd-7457-5bb1-bf2f-457f241e5c6d"},"resourceType":"Specimen"} +{"id":"f8effebd-4cc2-59c5-9d6d-a38bafb023bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368346"}],"subject":{"reference":"Patient/b71766c6-4980-58ae-bd27-46484766d3fa"},"resourceType":"Specimen"} +{"id":"2dd9dde6-7808-556d-8e71-18e3f2c4fbc8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368347"}],"subject":{"reference":"Patient/a99c678a-4728-5f17-91a7-d7945b257837"},"resourceType":"Specimen"} +{"id":"606b086d-2ac4-5975-a4e3-d84d1ba4cacd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368348"}],"subject":{"reference":"Patient/85e23bd6-dba0-5da9-89a0-9f528e15ef5f"},"resourceType":"Specimen"} +{"id":"c824138d-a27e-5ccd-89cd-2d3a6a962229","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368349"}],"subject":{"reference":"Patient/f5ddc93f-89c5-5eae-851b-a50839b2ac8f"},"resourceType":"Specimen"} +{"id":"930fa8c8-305a-5695-8b82-693739b498ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368350"}],"subject":{"reference":"Patient/1b3efa97-2cc2-5a1f-bd2f-fae9cc348a6b"},"resourceType":"Specimen"} +{"id":"2d408e3a-d281-592b-8129-0f45e7a6f47d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368351"}],"subject":{"reference":"Patient/52f5bb59-837f-5fa1-ab2c-b6c0ca5451f5"},"resourceType":"Specimen"} +{"id":"76969791-e6ff-5323-8b0a-79095d3dc5e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368352"}],"subject":{"reference":"Patient/e4711675-62fe-5cac-ac26-2f9cead4287e"},"resourceType":"Specimen"} +{"id":"a6f9e7cc-bd88-5f26-b317-c91d99ba19a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368353"}],"subject":{"reference":"Patient/8764f1da-6f87-5866-a01e-97e49c8825fe"},"resourceType":"Specimen"} +{"id":"a70053a4-3c2b-5aff-9e7c-a7c5b14525fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368354"}],"subject":{"reference":"Patient/33b9fe82-4882-5296-aef3-34e14122a347"},"resourceType":"Specimen"} +{"id":"828686e9-63de-5709-9f3a-8c43222827fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368355"}],"subject":{"reference":"Patient/039d2f20-c224-5b48-a860-a9cf19384519"},"resourceType":"Specimen"} +{"id":"99657c78-57ed-579e-88ad-aae676bd1832","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368356"}],"subject":{"reference":"Patient/e896debf-3047-5d06-8659-9b1fced90c3d"},"resourceType":"Specimen"} +{"id":"82baa4f8-f509-50aa-9f26-a287c3eb13a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368357"}],"subject":{"reference":"Patient/8bc54c90-2441-5c4b-bae3-7c79046150e6"},"resourceType":"Specimen"} +{"id":"bed399f7-0ea5-516a-b791-31435549223b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368358"}],"subject":{"reference":"Patient/74c433bd-fed2-53f3-ac5b-bf43d3031f9a"},"resourceType":"Specimen"} +{"id":"bf6f4611-b81f-506c-a641-6c8aba1e08f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368359"}],"subject":{"reference":"Patient/d85e297c-8086-5348-97ab-3f0ec0a9b0f6"},"resourceType":"Specimen"} +{"id":"9ff46cb0-2176-524b-b96f-d3cfe392234c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368360"}],"subject":{"reference":"Patient/2ed63bdf-344a-55b7-be1b-2b4f822dd369"},"resourceType":"Specimen"} +{"id":"82dafe12-0bc3-576f-b4f7-7ff74ee64439","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368361"}],"subject":{"reference":"Patient/a9762f46-cf6d-585a-997b-ed3b02d7bc9d"},"resourceType":"Specimen"} +{"id":"72b2c84d-568e-5ac2-9041-5efb8f6424bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368362"}],"subject":{"reference":"Patient/06e567dd-5840-5cdd-b50d-bcf738a9eae8"},"resourceType":"Specimen"} +{"id":"fbb12f77-9fcc-576d-8eab-ded66b8f2d34","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368363"}],"subject":{"reference":"Patient/e307b062-cea5-5e3d-bb5d-5f749bd4e920"},"resourceType":"Specimen"} +{"id":"86179ee6-7e5c-547f-8899-727379609a99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368364"}],"subject":{"reference":"Patient/e45214ca-85df-59ea-a4ef-05cabd00730d"},"resourceType":"Specimen"} +{"id":"2e5bf3c6-8816-55bc-96f7-8e4ed433e11f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368365"}],"subject":{"reference":"Patient/9c6e40d0-adab-5764-b78a-4dc5a732f060"},"resourceType":"Specimen"} +{"id":"54cb1c4f-420f-5fa1-b197-e34a283fa9ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368366"}],"subject":{"reference":"Patient/87ba6074-cc0d-56c0-9552-503f1b81f364"},"resourceType":"Specimen"} +{"id":"0b5c1722-5550-5d66-8a4f-caa201059b2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368367"}],"subject":{"reference":"Patient/3f526930-87d1-5397-a867-6c2273efc213"},"resourceType":"Specimen"} +{"id":"32f1330f-99bd-56b6-be5f-5ce3fc9a98dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368368"}],"subject":{"reference":"Patient/cb9768a5-cb70-5783-bd02-cdd03ba8597a"},"resourceType":"Specimen"} +{"id":"0845c0ab-2f37-57b9-a763-4eaf385a682a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368369"}],"subject":{"reference":"Patient/4fe30650-c7d0-5812-8c8d-3e5239d8e962"},"resourceType":"Specimen"} +{"id":"0922fffa-f72b-5768-b17f-f202e58c20db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368370"}],"subject":{"reference":"Patient/f2d5a8aa-cd97-52a1-bde8-1308d05f8916"},"resourceType":"Specimen"} +{"id":"542c236f-2cd3-5c36-a7d3-8894aed4efe2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368371"}],"subject":{"reference":"Patient/b15f8e73-551e-54e9-80c6-2f8622e313ee"},"resourceType":"Specimen"} +{"id":"5c6a0091-ef8d-5c29-ac3d-f2a93e296efa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368372"}],"subject":{"reference":"Patient/5d64ac86-c570-576c-8e21-ad49106fcefc"},"resourceType":"Specimen"} +{"id":"72557c10-9dc0-50e3-a5d9-d9dec8e43055","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368373"}],"subject":{"reference":"Patient/478c4d07-9b3f-5474-8d16-a98960ee44e6"},"resourceType":"Specimen"} +{"id":"d7dfcaaa-442e-588b-80ed-a19fa03d540b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368374"}],"subject":{"reference":"Patient/f98a5d48-ee69-547f-8b43-923c64e35c4c"},"resourceType":"Specimen"} +{"id":"334b3b61-dd8c-5801-a74a-79d9c83e5e72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368375"}],"subject":{"reference":"Patient/368b2636-8032-5e50-bd7a-610e95531a85"},"resourceType":"Specimen"} +{"id":"81a72ce7-d108-5128-ab45-0c5981f8060e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368376"}],"subject":{"reference":"Patient/810fde84-cf4b-5777-97a1-a84fa7eb6fe2"},"resourceType":"Specimen"} +{"id":"e6c6c21d-9c69-588b-be9a-84bb682a3951","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368377"}],"subject":{"reference":"Patient/ebeefb39-fa4c-5f94-a6ee-b40da861b7e4"},"resourceType":"Specimen"} +{"id":"7ba63884-ebc4-553d-a1fc-843daccfe001","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368378"}],"subject":{"reference":"Patient/d65a20c6-3dd1-5096-a62e-99d3c73e822a"},"resourceType":"Specimen"} +{"id":"40d65324-07fb-5b6f-a5be-30d72b481311","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368379"}],"subject":{"reference":"Patient/73d45686-72cb-51dc-9a40-12cdb1a3b587"},"resourceType":"Specimen"} +{"id":"012471f4-6432-57a6-bd12-69e2091a030a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368380"}],"subject":{"reference":"Patient/a07b4b72-c7ca-55c8-b8b6-dcec86414bd0"},"resourceType":"Specimen"} +{"id":"98d49ad8-9f02-5c3d-9c3c-cf6e48f16cd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368381"}],"subject":{"reference":"Patient/94a28871-00a5-5728-a8b9-57d3704aad02"},"resourceType":"Specimen"} +{"id":"cc006594-59fb-52b0-bcc9-2f3fce551573","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368382"}],"subject":{"reference":"Patient/ec797cd0-7077-5454-9197-14a4414fe1e8"},"resourceType":"Specimen"} +{"id":"d20b30d7-3a26-5149-92b7-7fb2acaba00a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368383"}],"subject":{"reference":"Patient/42033be5-aa98-559a-8a7a-a032c9fb0fe0"},"resourceType":"Specimen"} +{"id":"e3fba414-350a-52a0-a906-5f37283ec493","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368384"}],"subject":{"reference":"Patient/c46d74fe-5678-5986-88ab-618f29fe25c9"},"resourceType":"Specimen"} +{"id":"7040b09c-aa74-522d-9d67-2693ffe1d51d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368385"}],"subject":{"reference":"Patient/9eeba135-0426-50c9-b337-00da065e70b6"},"resourceType":"Specimen"} +{"id":"81b38379-00e9-5f61-a41f-6892eac18749","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368386"}],"subject":{"reference":"Patient/6b969de6-fc64-524a-8901-bcdf17d9f72f"},"resourceType":"Specimen"} +{"id":"e0c14ad2-ae90-5b85-bcc1-6d6ef98a591f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368387"}],"subject":{"reference":"Patient/bd5f12dd-c752-531b-a14d-3d45ead82b59"},"resourceType":"Specimen"} +{"id":"5a8fd94b-a836-5020-a500-32658c1ed062","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368388"}],"subject":{"reference":"Patient/f799c56d-b0d6-5bca-b18e-21f05020fbb0"},"resourceType":"Specimen"} +{"id":"15767fec-cc38-57dc-8109-0323756e01d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368389"}],"subject":{"reference":"Patient/af67848c-0993-5f08-8715-86275e48b7c2"},"resourceType":"Specimen"} +{"id":"fe41774f-2029-5caf-9a07-e24d9508a3cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368390"}],"subject":{"reference":"Patient/0eeb6f77-a950-5738-94a3-a89b4096696c"},"resourceType":"Specimen"} +{"id":"e8854e01-94cd-54df-88da-777be4121ef9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368391"}],"subject":{"reference":"Patient/402c2c0b-3bb9-551b-915a-c25976d99874"},"resourceType":"Specimen"} +{"id":"9bdcccd5-4bdc-55a4-a51e-7778cf56f7eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368392"}],"subject":{"reference":"Patient/72c3ac66-5d32-5281-8d6d-6554bdb45f6b"},"resourceType":"Specimen"} +{"id":"a0e3d2a5-6f26-539f-ae4a-896c98794075","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368393"}],"subject":{"reference":"Patient/ff56eed4-5c0f-5697-a273-dbcd837c7de6"},"resourceType":"Specimen"} +{"id":"873c7318-8f02-50c6-9be2-66b96da35c43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368394"}],"subject":{"reference":"Patient/9e2aa225-75fa-5cd0-8a3e-ea4ee4b7dc72"},"resourceType":"Specimen"} +{"id":"c87f2f29-ab95-59d6-ab03-a74b50d0bf4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368395"}],"subject":{"reference":"Patient/cb8b5ef7-a64c-5557-af19-2c6fc25dc2d4"},"resourceType":"Specimen"} +{"id":"cb197b3e-b8e8-5432-8e24-af081c2e99ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368396"}],"subject":{"reference":"Patient/ac0b4283-e68f-51b0-8db6-74fbf027cdcb"},"resourceType":"Specimen"} +{"id":"a63996ef-a283-5dd3-b985-b788ce8dabe6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368397"}],"subject":{"reference":"Patient/5973ec79-215d-5a39-9853-45dae07be582"},"resourceType":"Specimen"} +{"id":"906658b5-ed9b-5aa4-ae5c-88419ac7d553","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368398"}],"subject":{"reference":"Patient/c5389a0c-9620-56f1-b9aa-af1573f438db"},"resourceType":"Specimen"} +{"id":"375c361c-1f53-5e5b-923d-16a8ab6df212","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368399"}],"subject":{"reference":"Patient/82ab989b-8def-5f10-a482-dc0d2862c091"},"resourceType":"Specimen"} +{"id":"4cb18518-c830-5d82-af61-9e647a7f665d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368400"}],"subject":{"reference":"Patient/4e3e0fc3-5604-5a1e-8a83-fdb7ba13d436"},"resourceType":"Specimen"} +{"id":"85fdee2f-a727-5fe9-b8b2-7eede0df04ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368401"}],"subject":{"reference":"Patient/44691148-a06a-56a7-879a-19983c135199"},"resourceType":"Specimen"} +{"id":"b9e0303b-290f-5093-a43e-93b11daf2471","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368402"}],"subject":{"reference":"Patient/709b779e-7b39-5cb9-825f-a30b4d17ede0"},"resourceType":"Specimen"} +{"id":"88b52052-564f-5498-80aa-ad9874506a89","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368403"}],"subject":{"reference":"Patient/ae4c3dce-5e97-5d00-af41-3445133f1985"},"resourceType":"Specimen"} +{"id":"ca4f1d20-1d93-5b90-8ea3-732d6253d038","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368404"}],"subject":{"reference":"Patient/be7db1db-2f39-51f8-90ea-5ecb6d74c334"},"resourceType":"Specimen"} +{"id":"d8b1aad5-9ee8-5aa4-ae10-50f25782a91a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368405"}],"subject":{"reference":"Patient/e7140535-f320-5b26-994d-8c6dd1de148c"},"resourceType":"Specimen"} +{"id":"a95bac25-82b2-50fe-ab30-fe39f4a61fef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368406"}],"subject":{"reference":"Patient/e7b3d209-8f90-5d14-a1d1-10996f9deb1b"},"resourceType":"Specimen"} +{"id":"cea97be3-c94e-5f50-af41-f364e6592d89","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368407"}],"subject":{"reference":"Patient/62bf7a79-416d-5d07-9f51-f7289a4f21af"},"resourceType":"Specimen"} +{"id":"c8d48c5d-b7de-5598-aa13-56e507f2af1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368408"}],"subject":{"reference":"Patient/4c47319b-4f81-5b68-9699-19d8c1676eb5"},"resourceType":"Specimen"} +{"id":"5390dbc5-1c43-5813-ae6f-ff7632e577da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368409"}],"subject":{"reference":"Patient/77d69e9c-a06d-5c82-a989-00393651dbeb"},"resourceType":"Specimen"} +{"id":"0ae61adb-8f23-57d3-a597-08a7839c5897","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368410"}],"subject":{"reference":"Patient/6ae324c3-1f49-50c4-b35f-2a7657bba150"},"resourceType":"Specimen"} +{"id":"5e9c319d-96b9-57f0-84f8-967035a7e042","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368411"}],"subject":{"reference":"Patient/4164f6e6-3f6f-533d-aac1-e0606dafb9fe"},"resourceType":"Specimen"} +{"id":"9a09d64a-aa8e-5999-8075-b7834babd5c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368412"}],"subject":{"reference":"Patient/3e007a48-78fa-54fc-b701-18e8f2ce6836"},"resourceType":"Specimen"} +{"id":"e9852257-a6ce-5800-9c71-65a07c5ea004","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368413"}],"subject":{"reference":"Patient/2feb96f6-1e2d-5f6a-bff5-923a21e631af"},"resourceType":"Specimen"} +{"id":"8a906c64-e9ad-5ec7-b180-64d0ea2b15e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368414"}],"subject":{"reference":"Patient/6eed90aa-8734-5d7a-aa34-9c53460a1001"},"resourceType":"Specimen"} +{"id":"0415eeaa-6e9d-5ffd-af63-aeff5d4976c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368415"}],"subject":{"reference":"Patient/b3a79507-1d97-5f7f-bb8b-8026e6687f0e"},"resourceType":"Specimen"} +{"id":"f78df8ba-d7fa-5203-9def-c9f5590a6f1c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368416"}],"subject":{"reference":"Patient/f75aaa57-53ae-5996-97e2-c4bbf59d64b2"},"resourceType":"Specimen"} +{"id":"1e55f639-3901-5e0a-98c6-f8723a83049f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368417"}],"subject":{"reference":"Patient/0bb6d229-5746-5b1a-8f21-c39d60fdb2e9"},"resourceType":"Specimen"} +{"id":"7d3d2535-9aaa-5dc8-b4cd-6c23ac30a7d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368418"}],"subject":{"reference":"Patient/7f130238-9189-511e-badb-9b8594de13fe"},"resourceType":"Specimen"} +{"id":"b56a8ba1-3ad8-54d8-a97b-bf28fd31d1a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368419"}],"subject":{"reference":"Patient/051c68e0-bb5c-549b-96f7-717d2d1638da"},"resourceType":"Specimen"} +{"id":"7057b93b-88ef-5c77-ac30-c99b626bde42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368420"}],"subject":{"reference":"Patient/15883edc-f32d-57c7-8990-20090d220f9a"},"resourceType":"Specimen"} +{"id":"300a7580-3a74-5864-b04d-06a6961e57d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368421"}],"subject":{"reference":"Patient/a3f18452-af91-5f05-a4ce-fa8f92ba0ab5"},"resourceType":"Specimen"} +{"id":"86812cef-c870-5c4c-9b9d-03f14f8a07bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368422"}],"subject":{"reference":"Patient/b530f2de-081a-58ab-9fc7-6195fb1cd31e"},"resourceType":"Specimen"} +{"id":"a9a4be37-4a39-577b-a1ad-968f26c7e457","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368423"}],"subject":{"reference":"Patient/218b07e2-b028-5798-8692-cce90cf41852"},"resourceType":"Specimen"} +{"id":"cfd0160d-a892-5893-b34b-ddeba7484468","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368424"}],"subject":{"reference":"Patient/4c06cc03-60aa-5c68-aa42-6675cbc1a6dc"},"resourceType":"Specimen"} +{"id":"6ff582da-9da5-57e8-8663-1ef847019a47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368425"}],"subject":{"reference":"Patient/437d4571-0289-5a6c-a5f0-d4367a4de5e5"},"resourceType":"Specimen"} +{"id":"24b60b0f-ab3a-50b1-8be6-ec0c0cdbffd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368426"}],"subject":{"reference":"Patient/ff517bd7-c60f-54f2-b822-4317bb3ae307"},"resourceType":"Specimen"} +{"id":"1121fc63-8ddf-5ddd-b7e4-45399337818c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368427"}],"subject":{"reference":"Patient/6fc04323-bba0-51bf-a0f6-ec0fad2415e2"},"resourceType":"Specimen"} +{"id":"4570565b-d043-5ecf-9352-dd7e8cb416ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368428"}],"subject":{"reference":"Patient/eac16c18-d893-55f1-b14b-ebe00d1947c1"},"resourceType":"Specimen"} +{"id":"5c6a34e6-0916-5d49-a3fa-f6bf1f7505c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368429"}],"subject":{"reference":"Patient/1acc66f3-271c-5d46-82e7-c501634eefd0"},"resourceType":"Specimen"} +{"id":"0ba083bc-2dce-5f58-8cec-2bc65ca5aa01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368430"}],"subject":{"reference":"Patient/19eed93f-1cbe-52b9-88c8-ca193711231d"},"resourceType":"Specimen"} +{"id":"ce61822c-b1e4-534b-9995-6ae3ab96d7a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368431"}],"subject":{"reference":"Patient/656b55bb-7ee2-5395-ba2c-699de553283d"},"resourceType":"Specimen"} +{"id":"6dd74642-a061-59c7-9158-8170fabe7de2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368432"}],"subject":{"reference":"Patient/8f4ee9bd-701e-59bb-bbde-11080c693e99"},"resourceType":"Specimen"} +{"id":"453d7ebd-3b2d-592f-8d90-85f67040ecef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368433"}],"subject":{"reference":"Patient/6b544332-beda-51c0-9f07-a501ee085184"},"resourceType":"Specimen"} +{"id":"854e9f0d-6ae2-54dd-aa7a-8613444c43de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368434"}],"subject":{"reference":"Patient/8f0a1e49-3931-5218-bd70-8e6127c4f74a"},"resourceType":"Specimen"} +{"id":"8ed28fcd-57b7-54b0-bf1c-ab611f02d259","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368435"}],"subject":{"reference":"Patient/d9cae665-3b2c-51f5-9d62-efec5735d453"},"resourceType":"Specimen"} +{"id":"1614461e-ff73-542a-87e0-016b721f52e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368436"}],"subject":{"reference":"Patient/036b4245-b916-561f-a64e-a84861af9563"},"resourceType":"Specimen"} +{"id":"5bf3a17e-2627-5b00-9aec-bd8a46273dc2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368437"}],"subject":{"reference":"Patient/b8a02aa2-4c33-58aa-b140-dbfdb5287118"},"resourceType":"Specimen"} +{"id":"a2f2480f-d265-5983-82de-96ed021bf941","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368438"}],"subject":{"reference":"Patient/23149110-dcc8-5d92-b393-2aaf3d146221"},"resourceType":"Specimen"} +{"id":"884a2c2d-5795-522e-8603-7135028e2d09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368439"}],"subject":{"reference":"Patient/d3427ac1-38bc-5ad5-813a-7d08c6fb6e20"},"resourceType":"Specimen"} +{"id":"d7272614-bcd5-57cc-b460-71c1aefefdeb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368440"}],"subject":{"reference":"Patient/de140690-ea64-5eae-93d0-be7b9600886b"},"resourceType":"Specimen"} +{"id":"b10ccf0b-b554-5295-a5a2-b96976a09e0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368441"}],"subject":{"reference":"Patient/4dcbb70e-5d76-59e9-8b2f-b5b8a57f69df"},"resourceType":"Specimen"} +{"id":"1b1de9d9-fc76-5985-b642-0bce7a13cb52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368442"}],"subject":{"reference":"Patient/5922a5c8-3f57-5295-8225-1ee5da66e980"},"resourceType":"Specimen"} +{"id":"dc08a3ea-d595-5641-b6d8-19db6d908f28","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368443"}],"subject":{"reference":"Patient/c47302a8-4ce4-587f-85ea-3f97e04fd164"},"resourceType":"Specimen"} +{"id":"ad1337d9-191f-5ceb-900a-d9d0a54303ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368444"}],"subject":{"reference":"Patient/335a5115-efcd-5f5c-90b2-8ab437489a06"},"resourceType":"Specimen"} +{"id":"54b9cee4-42bf-57f8-80bf-1eb88b98b786","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368445"}],"subject":{"reference":"Patient/264e1030-61d5-56e9-9571-db46cef2ccdd"},"resourceType":"Specimen"} +{"id":"aa54216b-0141-57b3-8b7f-0f387b1aa055","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368446"}],"subject":{"reference":"Patient/8506e861-331b-513e-93e1-6cb47ed6fec3"},"resourceType":"Specimen"} +{"id":"0e2cb755-b22e-51f2-8ff0-32d7f7d015c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368447"}],"subject":{"reference":"Patient/9d5ec760-25ff-5623-b95d-a56b24091c77"},"resourceType":"Specimen"} +{"id":"2f79fb03-61f6-5b29-9787-6ae598fb4d02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368448"}],"subject":{"reference":"Patient/7e582288-5dfb-5bd5-a257-c286e963e7fa"},"resourceType":"Specimen"} +{"id":"f3ef2419-85bb-51ea-bcf2-a79bfe27ea11","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368449"}],"subject":{"reference":"Patient/3e7dad8d-12c6-5cd8-82fc-0b5198ebcc84"},"resourceType":"Specimen"} +{"id":"d5d600fe-4379-5019-91a6-daaa6023c45e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368450"}],"subject":{"reference":"Patient/0384ef12-e388-52ae-823b-972e888096b1"},"resourceType":"Specimen"} +{"id":"eb22229e-fdc8-51cd-8b87-a35e831df31b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368451"}],"subject":{"reference":"Patient/3f0e66a6-efb6-5992-aa8b-75da6e3122fc"},"resourceType":"Specimen"} +{"id":"233a8452-4355-5975-b6c5-31c1bc9058b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368452"}],"subject":{"reference":"Patient/628bf7a1-4fb0-5f35-b966-eacd71d8ccfd"},"resourceType":"Specimen"} +{"id":"caafa7a0-6fb3-5d4c-8a6d-20f03eaed252","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368453"}],"subject":{"reference":"Patient/beaf6e7a-1331-58b0-b794-570286cd6bfe"},"resourceType":"Specimen"} +{"id":"80a57ec7-0eba-5c81-bba5-854438ae9c94","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368454"}],"subject":{"reference":"Patient/a055ff2e-a380-5a6a-bf2b-13e056368ad0"},"resourceType":"Specimen"} +{"id":"0f98d12e-1617-53d6-9e4e-54ecd603d70d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368455"}],"subject":{"reference":"Patient/ab04841c-825a-5a3c-a6eb-633270006b31"},"resourceType":"Specimen"} +{"id":"bbeb90bc-597d-5475-a9c5-42ee3b6cd8cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368456"}],"subject":{"reference":"Patient/c65286d3-3980-5271-80aa-444659226a6b"},"resourceType":"Specimen"} +{"id":"e88b9c32-a7e1-5cf3-9b1a-a6349a535b43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368457"}],"subject":{"reference":"Patient/d646b2a6-dfab-5ab7-a87b-fceb309df975"},"resourceType":"Specimen"} +{"id":"01b5bea3-8af4-52e6-ad5f-44fa90e8ed33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368458"}],"subject":{"reference":"Patient/520fd6de-4479-5cd1-965b-7c637c6942c3"},"resourceType":"Specimen"} +{"id":"937c3e48-036c-5732-89eb-09cbee8fd36f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368459"}],"subject":{"reference":"Patient/d0b5bd77-990f-5b84-adf1-5786553a98fc"},"resourceType":"Specimen"} +{"id":"899cf8dd-8210-5a4b-b7c4-40d11aedc534","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368460"}],"subject":{"reference":"Patient/aff9ac95-6998-5350-a794-824837b043e5"},"resourceType":"Specimen"} +{"id":"71d2b273-2b6e-569f-b6a7-ce682b340e40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368461"}],"subject":{"reference":"Patient/3b29686b-7232-5449-98ae-c2eef33724d9"},"resourceType":"Specimen"} +{"id":"45fc0f48-f66c-560a-8e18-6aaa51c117e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368462"}],"subject":{"reference":"Patient/11c624a0-6b75-53ad-9dc3-fa3ef28ee8f7"},"resourceType":"Specimen"} +{"id":"77712485-2295-50a2-94ed-f9eabab6e100","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368463"}],"subject":{"reference":"Patient/8e086662-4e43-5fef-9bcc-f468aee9d830"},"resourceType":"Specimen"} +{"id":"95af6264-a74d-5906-a5ff-84803f3f9902","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368464"}],"subject":{"reference":"Patient/6dd348a7-41bc-5599-b36c-ce6d60456149"},"resourceType":"Specimen"} +{"id":"0d2c8ff1-41a4-5733-be00-a80220d8a7de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368465"}],"subject":{"reference":"Patient/4ded9105-06fc-530c-b3b6-d302df952533"},"resourceType":"Specimen"} +{"id":"c70c055e-f7cc-5e00-a3e6-0e230d188986","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368466"}],"subject":{"reference":"Patient/03130d51-21c6-5570-bfe0-6d100a85c8e8"},"resourceType":"Specimen"} +{"id":"78b4a9c5-9de2-5abc-8a48-bcc92c4b23e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368467"}],"subject":{"reference":"Patient/ea7efb36-7786-5073-ac92-51bf57ed328d"},"resourceType":"Specimen"} +{"id":"bfa77604-6d36-5e4b-bdc0-f09c8686933e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368468"}],"subject":{"reference":"Patient/f3ed3df0-fecb-5718-919f-d613dfca3e10"},"resourceType":"Specimen"} +{"id":"1ebb2b84-9a96-56e0-8f43-bf4cdf53c8a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368469"}],"subject":{"reference":"Patient/f10f783e-6330-5b5f-b37a-c0730d19f885"},"resourceType":"Specimen"} +{"id":"2314e8b0-6cfd-59c7-b2a6-1cdfd36f1db6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368470"}],"subject":{"reference":"Patient/9d7529ed-403f-5500-9bc4-03775fc2d540"},"resourceType":"Specimen"} +{"id":"323a80c9-1024-51ea-9de3-eec59c759a4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368471"}],"subject":{"reference":"Patient/97b704c4-4d16-5fec-8d6c-d3f5a2033a84"},"resourceType":"Specimen"} +{"id":"5323d771-ca35-5059-9397-0ef02d9f3505","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368472"}],"subject":{"reference":"Patient/59496b36-eeb2-53bc-b2d5-6b00d73e3acb"},"resourceType":"Specimen"} +{"id":"c47aab68-efbd-5f9c-aec3-8bc6756f16e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368473"}],"subject":{"reference":"Patient/22dc29fe-3ebd-55e4-bda6-358bac8e7ce1"},"resourceType":"Specimen"} +{"id":"742abf3a-2fa0-5e22-b2ca-812bcf7861e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368474"}],"subject":{"reference":"Patient/6fefb272-b379-5bcc-a1a5-d807f6c180bb"},"resourceType":"Specimen"} +{"id":"7ced19fd-11cf-5a80-a972-680cd0b5b55a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368475"}],"subject":{"reference":"Patient/2c64c178-f5d0-59a2-9fe3-998fb2824f95"},"resourceType":"Specimen"} +{"id":"a12b138a-5c54-5a7f-86ac-63b6d044e48e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368476"}],"subject":{"reference":"Patient/316d7466-2dd7-56f3-b480-b7cf9d3b912d"},"resourceType":"Specimen"} +{"id":"240f04f6-a023-5b59-ba95-cb6a3a1fedcd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368477"}],"subject":{"reference":"Patient/e572791b-9f20-5a3c-a353-f495a891f878"},"resourceType":"Specimen"} +{"id":"6e453607-64be-5542-83b2-1de59c359175","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368478"}],"subject":{"reference":"Patient/0198d474-2b3a-50fe-9727-fa0c4f6ed57c"},"resourceType":"Specimen"} +{"id":"0b31252b-5e5f-5d2c-ae6f-be6b3f374120","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368479"}],"subject":{"reference":"Patient/3046aaba-1910-5a6b-8cfb-024ea4575bd7"},"resourceType":"Specimen"} +{"id":"be2a559e-4eb5-5b92-920b-a4c9db1d6d62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368480"}],"subject":{"reference":"Patient/ca494de3-f746-5155-9ee3-eb55d7d06fd8"},"resourceType":"Specimen"} +{"id":"ff426d54-b2fb-5711-a011-314c95351bee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368481"}],"subject":{"reference":"Patient/b86807a8-5de3-58f6-86c4-c13237e78262"},"resourceType":"Specimen"} +{"id":"4f97d2ae-512a-5284-8a26-ba06cba33c39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368482"}],"subject":{"reference":"Patient/766cd9c9-5b34-5d2f-bcd6-cd5eb1186adf"},"resourceType":"Specimen"} +{"id":"8561c601-2f38-5094-b202-7047f08d0fe8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368483"}],"subject":{"reference":"Patient/a4a9c894-9f58-5555-a5ab-044035e86ac4"},"resourceType":"Specimen"} +{"id":"9f167932-e54b-5191-9fb5-3cb60863b91a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368484"}],"subject":{"reference":"Patient/f001f9e2-8774-56c9-b831-998a56c3da0c"},"resourceType":"Specimen"} +{"id":"2d7f8622-4d71-5b66-92c4-e1c1ec0a0aaa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368485"}],"subject":{"reference":"Patient/4c844094-d6e2-59b8-afbd-5c23c044691c"},"resourceType":"Specimen"} +{"id":"ba3cb2c9-b98b-5908-b379-0103194dd0a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368486"}],"subject":{"reference":"Patient/45f97cd6-a75e-5d3d-bbe1-99d8163d5126"},"resourceType":"Specimen"} +{"id":"0d4b259f-e0be-5781-b508-e53325a1bfda","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368487"}],"subject":{"reference":"Patient/db096608-778e-5596-ae40-6a473bfe5c32"},"resourceType":"Specimen"} +{"id":"f4b83167-6625-5f25-9c2c-d6dbdc6377b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368488"}],"subject":{"reference":"Patient/7d0c17d8-3a5d-51c9-8e50-54ffdc2d5626"},"resourceType":"Specimen"} +{"id":"dfafa429-f807-5140-aaf9-d0094bdf5370","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368489"}],"subject":{"reference":"Patient/d76aad05-8a9b-5d89-bc17-bbc42a7eeb37"},"resourceType":"Specimen"} +{"id":"552b3abb-4ec2-5b4d-bba1-5c87f1301da3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368490"}],"subject":{"reference":"Patient/62b7aabb-f422-586b-a20e-90bb202dfd0a"},"resourceType":"Specimen"} +{"id":"d7c76a7f-f8f5-5865-8675-467c78f56c1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368491"}],"subject":{"reference":"Patient/684d8d6e-66fd-5d39-9f44-dbdf7d61c23d"},"resourceType":"Specimen"} +{"id":"944d9322-1bec-5e49-84ff-4f44fd71bacb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/ERS4368492"}],"subject":{"reference":"Patient/78023962-ac80-5127-a0b9-c085303c5a81"},"resourceType":"Specimen"} +{"id":"ae97dd64-76ac-51dc-81bf-9c741f4f3375","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000030"}],"subject":{"reference":"Patient/28a34f09-7848-59ee-9fce-60f36fcb2588"},"resourceType":"Specimen"} +{"id":"95c69e17-92b5-5c5c-84da-3c4c1b402d24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000031"}],"subject":{"reference":"Patient/d09e0951-283d-5b90-bdd6-50a1761a14f8"},"resourceType":"Specimen"} +{"id":"b2f49282-d40f-5e62-a406-7b0ce9f9a815","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000032"}],"subject":{"reference":"Patient/0e2d0507-41b2-5773-87f4-6858a01b58cb"},"resourceType":"Specimen"} +{"id":"661a4a20-2baa-5e67-827b-cc42cef20b79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000033"}],"subject":{"reference":"Patient/27376b2b-8d58-52a8-bf68-35b27125bde8"},"resourceType":"Specimen"} +{"id":"b859d382-4a96-534c-8308-b8c464ffc82a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000034"}],"subject":{"reference":"Patient/491c2b3c-ebb9-5d15-b061-6d459ae02fef"},"resourceType":"Specimen"} +{"id":"34dce639-afa0-5ca1-9a51-921b8b165091","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000035"}],"subject":{"reference":"Patient/681f5d1a-d0ff-5c15-86cd-b4a886237e03"},"resourceType":"Specimen"} +{"id":"69365ca0-fc0f-5529-b91f-5a2116393d81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000037"}],"subject":{"reference":"Patient/267d05d0-0417-5c5d-bd23-0600f98ff2e5"},"resourceType":"Specimen"} +{"id":"c03c3cdc-2973-59a1-bd7d-fb6c39384267","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000038"}],"subject":{"reference":"Patient/a78f7227-2935-5efd-92fa-432f8fb0d37a"},"resourceType":"Specimen"} +{"id":"79c6838a-5759-5d11-bd71-e5719f2c49be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000039"}],"subject":{"reference":"Patient/dd63b3d3-10cf-52b6-a48f-84df4721cce4"},"resourceType":"Specimen"} +{"id":"5ce1e112-c468-5042-9ca6-0c0d020a05bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000040"}],"subject":{"reference":"Patient/cd80a890-1752-5365-8294-393b7994d1e4"},"resourceType":"Specimen"} +{"id":"68d73635-6391-54c2-b144-b6c259ecd0da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000041"}],"subject":{"reference":"Patient/67b026f8-83d0-5f77-bf41-5e36d8ef1d39"},"resourceType":"Specimen"} +{"id":"5be7db88-3f27-5574-b7f7-7f08162ba5c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000042"}],"subject":{"reference":"Patient/d297220f-e3f0-548f-94b4-5702a852e093"},"resourceType":"Specimen"} +{"id":"04ed3336-8627-5f60-af16-9e1ac1591e57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000043"}],"subject":{"reference":"Patient/e4f056d1-7726-5e22-8c45-30f886d1d302"},"resourceType":"Specimen"} +{"id":"bb5cadf1-d6e8-538e-9a7c-e8000acac975","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000044"}],"subject":{"reference":"Patient/3a710567-9b6b-5ce1-aac4-e56abe002999"},"resourceType":"Specimen"} +{"id":"5996fe21-37bc-5d05-9e44-a9d806b38ca8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000045"}],"subject":{"reference":"Patient/359ee1fe-87be-5e11-9f34-c486df827c03"},"resourceType":"Specimen"} +{"id":"046dd90d-a401-5870-a17f-58cb532fd0aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000046"}],"subject":{"reference":"Patient/07e90ba2-4e92-5e93-bf75-4e9152b28946"},"resourceType":"Specimen"} +{"id":"e745884c-5a2f-56a9-ae1a-80795a9e1863","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000047"}],"subject":{"reference":"Patient/1e6ddfcc-1ed7-5c28-9955-ba5c4f5294cb"},"resourceType":"Specimen"} +{"id":"4f663fbe-b79a-5e57-8d4e-e8857ef9a6d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000048"}],"subject":{"reference":"Patient/a9a1c9e6-51a9-552a-ab46-ff6f006d30ff"},"resourceType":"Specimen"} +{"id":"f010c84d-e3f8-5230-9b61-b694934a623e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000049"}],"subject":{"reference":"Patient/1ba069b8-06bd-59fa-b17d-62ad62f71c62"},"resourceType":"Specimen"} +{"id":"ea408e7c-69cd-5efe-81ab-cbf562c92028","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000050"}],"subject":{"reference":"Patient/011379b9-624a-5828-bd5f-01db5b0f6857"},"resourceType":"Specimen"} +{"id":"b85ccd16-b1dd-5f90-b287-50b1ec5eb9b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000051"}],"subject":{"reference":"Patient/91020476-651b-5ee6-b057-3b2cdc5f862a"},"resourceType":"Specimen"} +{"id":"aca92632-0d50-5b8a-811d-0fe9de4a6bbd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000052"}],"subject":{"reference":"Patient/11859d3f-d861-5629-8816-a9c38d4df73a"},"resourceType":"Specimen"} +{"id":"126c1d37-bed5-56f0-b20d-f9580872995d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000054"}],"subject":{"reference":"Patient/010598dd-cafe-5de1-81bf-8dd3eaba9f50"},"resourceType":"Specimen"} +{"id":"74eead75-729f-5e5c-af87-593ef4d1f8da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000055"}],"subject":{"reference":"Patient/835f45fc-1607-5f15-b54d-b0aa4eb9dec9"},"resourceType":"Specimen"} +{"id":"7d8ead58-2ec5-5e8d-b2b5-b2bce1b9b46b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000056"}],"subject":{"reference":"Patient/02fa272f-966b-5254-8954-24e68c56230e"},"resourceType":"Specimen"} +{"id":"7ca9f650-ab29-5672-a177-9f5ddafdbcff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000057"}],"subject":{"reference":"Patient/51749c98-f596-5015-9480-d919abad1d2b"},"resourceType":"Specimen"} +{"id":"7844515a-426f-524e-8534-7733562a4fe0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000058"}],"subject":{"reference":"Patient/ae9ab6b6-1c7a-5ebe-be6d-01f8145ed282"},"resourceType":"Specimen"} +{"id":"abb78bd8-c497-53cf-9126-9047a1c0087e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000059"}],"subject":{"reference":"Patient/f0906fab-6b76-5b07-b075-68dc4e82168b"},"resourceType":"Specimen"} +{"id":"e241b57f-12c4-5248-a426-60ccc7aa43e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000060"}],"subject":{"reference":"Patient/78d18f00-fa66-5a7c-ba68-a602572e46c8"},"resourceType":"Specimen"} +{"id":"7282a036-aa2c-5dc8-be18-9cbc8943ebf2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000061"}],"subject":{"reference":"Patient/24158143-4d05-5494-b45a-ba74652fa492"},"resourceType":"Specimen"} +{"id":"1dfa7525-d9ec-5418-a404-adbb6426deb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000062"}],"subject":{"reference":"Patient/1ad0cbca-c29a-5f81-b9e3-8754b06fb3cd"},"resourceType":"Specimen"} +{"id":"37a85e36-a768-55d1-b486-396c9fc183df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000063"}],"subject":{"reference":"Patient/a5b4e01b-e9bb-5e2d-a0f7-0757cbc3acdd"},"resourceType":"Specimen"} +{"id":"fcae7986-e8a8-5c22-a1d5-2bc79d0e9423","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000064"}],"subject":{"reference":"Patient/dd25d117-1898-51de-9657-90301fdfae9b"},"resourceType":"Specimen"} +{"id":"7c8a7c64-90f8-5da3-8d02-5fca6a0830f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000065"}],"subject":{"reference":"Patient/9ac85088-f85d-530d-838c-c5ad5d925fa3"},"resourceType":"Specimen"} +{"id":"0ac268fd-2534-5d0d-b900-7a9882116fef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000066"}],"subject":{"reference":"Patient/3e0d7fa2-8908-536c-bc8a-3e3e741eb2a9"},"resourceType":"Specimen"} +{"id":"10dc00c2-5116-52fe-803f-7d37de380057","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000067"}],"subject":{"reference":"Patient/ad6d5eab-0e76-5680-978b-d8dab55effb4"},"resourceType":"Specimen"} +{"id":"8fda4671-f832-506d-b427-304b438ffb83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000068"}],"subject":{"reference":"Patient/b887ba89-2923-5731-be76-e128d1d31eed"},"resourceType":"Specimen"} +{"id":"11611a5d-dd52-51a5-a254-c65a94f38c5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000069"}],"subject":{"reference":"Patient/6cb1fc96-11fa-5ba7-9cad-e33016a71d84"},"resourceType":"Specimen"} +{"id":"d73cf87b-ed5a-5ed5-a8a4-1a741f7e92ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000070"}],"subject":{"reference":"Patient/b0af88ee-4135-52fa-a2ab-6e5fc83beea7"},"resourceType":"Specimen"} +{"id":"d42ff475-b068-5bed-b749-c01497530e4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000071"}],"subject":{"reference":"Patient/c99fd17a-572c-5bd0-b83b-92a824bc433d"},"resourceType":"Specimen"} +{"id":"cbc1cf0a-3aa2-5846-9481-ab246d60f777","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000072"}],"subject":{"reference":"Patient/838575df-f913-5a8f-a0b6-3f23551c29f9"},"resourceType":"Specimen"} +{"id":"56957c49-10fc-5d61-93c4-546b777732cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000073"}],"subject":{"reference":"Patient/b28b07f6-ccff-5814-bb55-7e5e72a3395a"},"resourceType":"Specimen"} +{"id":"ea3d5fac-a502-5c2c-b0a1-902112c7ce6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000074"}],"subject":{"reference":"Patient/51303946-c3db-5000-981a-b7e8ff53deb4"},"resourceType":"Specimen"} +{"id":"5f6f1f57-6aba-58da-ae76-98106f82e00f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000075"}],"subject":{"reference":"Patient/84b9d318-c9e2-599c-a5bc-4fd38dc3f140"},"resourceType":"Specimen"} +{"id":"10306c23-6619-5d56-bcfc-0984491755b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000076"}],"subject":{"reference":"Patient/383a1fc5-c3b5-5f0b-8839-05aaf383a436"},"resourceType":"Specimen"} +{"id":"9e4284ff-31bb-5940-9426-5c228218074a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000077"}],"subject":{"reference":"Patient/12d83f33-c441-5376-ba08-e3fdcc618eb1"},"resourceType":"Specimen"} +{"id":"fc78af40-6b18-592a-bef4-393a68f4fc4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000078"}],"subject":{"reference":"Patient/4dd300b4-0c1f-5e23-9aba-338c02e2bf96"},"resourceType":"Specimen"} +{"id":"9d9f7586-1852-51cb-b1a3-ffecd41606a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000079"}],"subject":{"reference":"Patient/86b682cc-4f5b-557b-b111-24edecb8b55e"},"resourceType":"Specimen"} +{"id":"17a68367-6f5f-5e6d-8ce5-f6c41786019b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000080"}],"subject":{"reference":"Patient/cf3cef7f-18c4-556a-9d9c-f60d86477c06"},"resourceType":"Specimen"} +{"id":"3b6d6403-bbb3-50a0-bf44-e0808c9c3341","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000081"}],"subject":{"reference":"Patient/02a58f0e-da08-52d9-bfda-5d04d96b83aa"},"resourceType":"Specimen"} +{"id":"9cf2e647-4585-57d4-8e34-a66d603b4516","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000082"}],"subject":{"reference":"Patient/c83ffb32-df9c-5ff4-a0ba-704ac9f1803b"},"resourceType":"Specimen"} +{"id":"53ca3689-6c46-50a7-8fc8-9fdb59cbc8ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000083"}],"subject":{"reference":"Patient/e508587a-746c-50e8-9308-63f2fe2dc559"},"resourceType":"Specimen"} +{"id":"1c5d1fe6-d831-53b7-9ca4-5c0926060ee4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000084"}],"subject":{"reference":"Patient/bf3e73ac-6097-583e-b2b8-00e59602a546"},"resourceType":"Specimen"} +{"id":"854cbe88-0cba-5ab0-aef4-e68a19946222","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000085"}],"subject":{"reference":"Patient/a78e984d-d0f5-58be-81f7-05b403a29375"},"resourceType":"Specimen"} +{"id":"644fda1b-f2e9-54ad-80cd-786a66e0b845","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000086"}],"subject":{"reference":"Patient/ff31e404-75ac-5268-8032-6792e0753147"},"resourceType":"Specimen"} +{"id":"f4c259dd-bbd9-5722-9607-d86d57cb829a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000087"}],"subject":{"reference":"Patient/089edf9c-7f88-5120-a564-1a8aee0f78af"},"resourceType":"Specimen"} +{"id":"06c7d753-1c9b-5604-aa7c-3efda217dde3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000088"}],"subject":{"reference":"Patient/4abb2605-5f92-5328-bc67-582fbb64146f"},"resourceType":"Specimen"} +{"id":"e42dffc6-c957-51cf-8415-533d2de32c0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000089"}],"subject":{"reference":"Patient/44d3ffcd-2a5e-5ca0-a628-10007a1829a2"},"resourceType":"Specimen"} +{"id":"50a05ae1-62d0-5128-8dd4-e429bbb1817e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000090"}],"subject":{"reference":"Patient/011a5daf-57df-56af-b114-0763c487d181"},"resourceType":"Specimen"} +{"id":"525015fe-902c-51b9-b454-944fa752c571","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000093"}],"subject":{"reference":"Patient/e0b06ba4-a003-54ac-9b88-4e06b9b61209"},"resourceType":"Specimen"} +{"id":"a6e5db25-46da-56a2-bb90-5d784a7eb16c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000094"}],"subject":{"reference":"Patient/aeb9c0d6-5f2d-5519-bb8e-7aa647214eff"},"resourceType":"Specimen"} +{"id":"0b90bc81-6b16-5551-88f3-efe1a57c361c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000095"}],"subject":{"reference":"Patient/88c0450a-168a-54dc-8c79-8a99be98eb8b"},"resourceType":"Specimen"} +{"id":"454a3410-b849-53f4-a7e2-8b2341f93c1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000096"}],"subject":{"reference":"Patient/e00530d0-71f5-5fb9-b781-b809f184c133"},"resourceType":"Specimen"} +{"id":"3d06572c-2702-5bcf-8db3-3cf16cfe2452","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000097"}],"subject":{"reference":"Patient/292d7a5f-9c8b-56c2-b453-329699ac0f40"},"resourceType":"Specimen"} +{"id":"310057e6-723f-573f-9b76-b52162df1769","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000098"}],"subject":{"reference":"Patient/0e9e8950-ae9f-51e1-92d8-ec63efad4a08"},"resourceType":"Specimen"} +{"id":"198b41a1-b61b-532e-aaa7-3b41aa8e7d65","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000099"}],"subject":{"reference":"Patient/0343a281-3322-57cb-b56e-b4aa6b5d66e1"},"resourceType":"Specimen"} +{"id":"a885f13b-5501-5edc-97bc-18e2978eb126","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000100"}],"subject":{"reference":"Patient/31ffbf22-7fcb-5e99-a0c1-9ee68a9fecef"},"resourceType":"Specimen"} +{"id":"c53d55ae-626d-5941-870a-93957cd92c2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000101"}],"subject":{"reference":"Patient/6133b69b-4089-51c3-8dcd-24449e45d51f"},"resourceType":"Specimen"} +{"id":"8ffb3a54-622b-5f15-a3bf-7fff0b5800ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000102"}],"subject":{"reference":"Patient/8b198375-7af9-50de-9471-0548e0639320"},"resourceType":"Specimen"} +{"id":"115d7d05-5678-5f07-92cd-314d7037c230","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000103"}],"subject":{"reference":"Patient/084b06ea-be95-5d4e-b888-5791f9f2650e"},"resourceType":"Specimen"} +{"id":"eb73e602-8d80-5d6a-a771-9ee0e9f4d8f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000104"}],"subject":{"reference":"Patient/24cb124b-bca9-5988-8573-436fc2f378e2"},"resourceType":"Specimen"} +{"id":"34d38b37-cbe8-5a50-958f-91430fdf9c06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000105"}],"subject":{"reference":"Patient/f8f4990f-7a2a-5379-9a49-1ce9a04496f3"},"resourceType":"Specimen"} +{"id":"7299a8c1-2239-572c-bafc-59da0739b832","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000106"}],"subject":{"reference":"Patient/45adf53d-4f62-5d2c-b020-6c0043263ee8"},"resourceType":"Specimen"} +{"id":"3e60cb48-6e88-5645-95ca-cad54d628c72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000107"}],"subject":{"reference":"Patient/d9bdf7f5-c834-582e-8a4b-01ff0195ec4b"},"resourceType":"Specimen"} +{"id":"e75f3643-a39d-55eb-951f-26519f10022d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000108"}],"subject":{"reference":"Patient/9b26ccec-38ff-5749-b7f8-89af4a351e14"},"resourceType":"Specimen"} +{"id":"a78ce2e1-4bb1-533e-9d1e-a9251c535f52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000109"}],"subject":{"reference":"Patient/fe7c626b-623d-576e-9520-79c5a033de74"},"resourceType":"Specimen"} +{"id":"f729aabe-fe64-51bd-8286-225cd50c8b5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000110"}],"subject":{"reference":"Patient/7594f22e-13fb-55ad-9d17-f21825f88092"},"resourceType":"Specimen"} +{"id":"ea06285e-6096-5df4-a034-0f68d39cb5ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000111"}],"subject":{"reference":"Patient/07839940-097b-518e-a060-10701b2b4d04"},"resourceType":"Specimen"} +{"id":"61e58fd7-b035-5519-8028-c742881f98d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000112"}],"subject":{"reference":"Patient/ecb9cfeb-a7a4-5a21-af7c-5726bb48d558"},"resourceType":"Specimen"} +{"id":"6fc6f3e2-9e50-594d-842d-af933c7a0e24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000113"}],"subject":{"reference":"Patient/a250209f-becc-5165-a463-a216b0a76b47"},"resourceType":"Specimen"} +{"id":"c07d3764-08aa-5e64-b8c9-7b51795543de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000114"}],"subject":{"reference":"Patient/01fecb81-c83a-50ae-9295-6fc5ec4f8650"},"resourceType":"Specimen"} +{"id":"fc1448ba-1463-5c92-b9a1-40dd9195f242","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000115"}],"subject":{"reference":"Patient/5def65df-1996-512e-b64f-dc4ba5d21f28"},"resourceType":"Specimen"} +{"id":"75d3896e-aaa0-5e26-a915-c83f70e08e2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000116"}],"subject":{"reference":"Patient/c3646198-61cc-5052-b703-e49435b1dbb3"},"resourceType":"Specimen"} +{"id":"64eace48-5f40-5e27-89a1-3e2e99b78e44","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000117"}],"subject":{"reference":"Patient/f9e7db6f-0807-59d1-8a1f-61b585598588"},"resourceType":"Specimen"} +{"id":"cff04395-6fe0-5059-9dbd-2b854e21811b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000118"}],"subject":{"reference":"Patient/facc3ea5-9719-57e4-9a27-48552aa5189b"},"resourceType":"Specimen"} +{"id":"d9ab9bde-656c-5298-967c-8a0edf24a1e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000119"}],"subject":{"reference":"Patient/f90b4279-5d3f-593e-8c48-859ea3cbc7e8"},"resourceType":"Specimen"} +{"id":"7486254f-36ba-5811-9212-e0340cd7437e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000120"}],"subject":{"reference":"Patient/f31740ca-d9f4-5848-8d4a-b6cd9be56f7e"},"resourceType":"Specimen"} +{"id":"d112849d-4e5d-53ee-b3c1-de89cf1f2a6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000121"}],"subject":{"reference":"Patient/81cde550-8b9b-5c59-a0ee-388f45d3ef09"},"resourceType":"Specimen"} +{"id":"f85e192d-3a54-5c1e-9428-127b153190aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000122"}],"subject":{"reference":"Patient/2751fb81-4617-5cd5-8fd4-fc18501f0b80"},"resourceType":"Specimen"} +{"id":"de3f1b0d-ef51-5470-8426-88170780ccea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000123"}],"subject":{"reference":"Patient/6a7848c5-fac9-5127-aedb-8fb808a9ffc6"},"resourceType":"Specimen"} +{"id":"1ee46ffc-9020-5307-8d3d-2cba8ae5d751","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000124"}],"subject":{"reference":"Patient/abe256a6-ea1e-591d-8897-ac65434f3b67"},"resourceType":"Specimen"} +{"id":"7a5ceb42-5eb3-505b-bd7d-1c150adeb8ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000125"}],"subject":{"reference":"Patient/096c36a1-9082-54c5-8b11-19805acedc0c"},"resourceType":"Specimen"} +{"id":"a4d476ba-baaa-594a-8e31-7233b017d939","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000126"}],"subject":{"reference":"Patient/48145447-f68c-5bed-9233-14669ddba8b5"},"resourceType":"Specimen"} +{"id":"c8f82091-1da7-5714-a8a0-a0615942cd03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000127"}],"subject":{"reference":"Patient/a4b31d18-51be-54df-b834-ef2f8308d0a3"},"resourceType":"Specimen"} +{"id":"edb1ae82-8d59-546a-abe7-0a045f05ebda","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000128"}],"subject":{"reference":"Patient/6ecdc879-a5ff-5cda-8181-9518f5ea9084"},"resourceType":"Specimen"} +{"id":"3997d1d1-4675-5fbc-953f-277ce76838f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000129"}],"subject":{"reference":"Patient/aad6006a-4621-5725-9c0d-4c75a317b9ca"},"resourceType":"Specimen"} +{"id":"1e04853a-ef32-5da9-aaf6-0708746ef94b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000131"}],"subject":{"reference":"Patient/f37d55d0-d7b9-5ab6-827a-205becfcaef7"},"resourceType":"Specimen"} +{"id":"abd6fa18-2657-522a-9118-870c2dac88c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000132"}],"subject":{"reference":"Patient/e959fafe-6be5-5e1b-b514-cac8e1a4cc19"},"resourceType":"Specimen"} +{"id":"5043d261-925d-51a2-bc08-0dafd6860797","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000133"}],"subject":{"reference":"Patient/57d30ec1-af8d-5b7f-8651-4c4106acc72a"},"resourceType":"Specimen"} +{"id":"7e63cd7a-fcfd-52c9-8854-735ae779b67d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000134"}],"subject":{"reference":"Patient/e88ac88e-8844-5714-9066-3f2ad57df86f"},"resourceType":"Specimen"} +{"id":"a1669943-a14d-545e-99d1-3bf89aee0422","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000135"}],"subject":{"reference":"Patient/2de30168-f520-5c70-a071-1e4989fd61f8"},"resourceType":"Specimen"} +{"id":"82abf8cf-97b9-5670-9d08-cc99d1283472","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000136"}],"subject":{"reference":"Patient/ef6cf0d8-aafe-5d6f-97c0-23d57ad73516"},"resourceType":"Specimen"} +{"id":"db58a3f1-7e79-579b-b9ae-6d839a4ecf73","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000137"}],"subject":{"reference":"Patient/2b138302-268d-5763-acd3-b0cd6efc36a9"},"resourceType":"Specimen"} +{"id":"524bd6fd-8f92-5b8d-9a6f-6317fa29735b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000138"}],"subject":{"reference":"Patient/bb1aeda7-0867-56ae-ab9f-07b59fce9a1a"},"resourceType":"Specimen"} +{"id":"59c3a1e4-278c-5995-ad78-c25908e912f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000139"}],"subject":{"reference":"Patient/6866e5a9-cd4e-5695-9d81-aef68a938394"},"resourceType":"Specimen"} +{"id":"72d42056-1e95-5eb8-984b-f610a162dfe6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000140"}],"subject":{"reference":"Patient/ffe71544-ed7f-53c2-b249-50571681cd8f"},"resourceType":"Specimen"} +{"id":"234c7879-bfa8-5934-8e52-036bdc240aa3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000141"}],"subject":{"reference":"Patient/46de7d85-1689-5912-a6f2-264745b98e3f"},"resourceType":"Specimen"} +{"id":"27373742-47f3-5edf-82a8-c21e26cdcecb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000142"}],"subject":{"reference":"Patient/5c51ffeb-4f71-5003-87bc-0024479d3a07"},"resourceType":"Specimen"} +{"id":"91cf3b3d-ae9d-51b0-ae50-5206ecce6704","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000143"}],"subject":{"reference":"Patient/14d15921-a2dd-51d0-a85b-704bb8463b01"},"resourceType":"Specimen"} +{"id":"f49755dd-b645-50a8-a02b-f51da848b84a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000144"}],"subject":{"reference":"Patient/354655b7-4ef8-51eb-95e4-e633060b8452"},"resourceType":"Specimen"} +{"id":"e38a3b99-2cf8-58a1-82ca-27dfa5688592","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000145"}],"subject":{"reference":"Patient/7b6bf1a4-a201-5e9c-9f1b-e3d21f9c6bcb"},"resourceType":"Specimen"} +{"id":"21e6f947-82cf-51f8-980b-43f26fcf2357","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000146"}],"subject":{"reference":"Patient/30dd2f9d-7941-51f6-bb44-646206087724"},"resourceType":"Specimen"} +{"id":"195c2431-d298-5d9c-8446-b9573cca872a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000147"}],"subject":{"reference":"Patient/8ae4fcf9-da0e-5235-b95c-b5df6b6154a0"},"resourceType":"Specimen"} +{"id":"6cbfa7de-8e74-5ae6-879d-6bb548383d65","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000148"}],"subject":{"reference":"Patient/71390c2b-d8c1-5c69-aca6-c38bcb1b3359"},"resourceType":"Specimen"} +{"id":"e8ea35ff-3261-5dc4-9a40-7308189729bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000149"}],"subject":{"reference":"Patient/2bbd2f45-b722-5a89-82bf-dc4959bd4ed9"},"resourceType":"Specimen"} +{"id":"ebbaba2c-2eda-5350-ab62-d031ecd7499f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000150"}],"subject":{"reference":"Patient/0b03dd21-5e79-5294-a6d9-b55180fb00e6"},"resourceType":"Specimen"} +{"id":"cd3fb752-c9b5-5972-9bdd-8d96f87dde94","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000151"}],"subject":{"reference":"Patient/0a9ec0fe-4bf8-575f-8af0-25f85791ceb2"},"resourceType":"Specimen"} +{"id":"fa4611c4-1b40-502a-ac06-c75287f5ac6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000152"}],"subject":{"reference":"Patient/3610b3f1-0f1b-5f63-ba53-3081089fcdda"},"resourceType":"Specimen"} +{"id":"f694f75c-386c-526c-8df4-2d5d68bef695","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000153"}],"subject":{"reference":"Patient/0b9e29f4-3c3a-5ac0-8160-fc1dd505bb92"},"resourceType":"Specimen"} +{"id":"7ddc77e7-e294-5f88-870c-a3c74d68e5b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000154"}],"subject":{"reference":"Patient/b01d61a3-f2f6-5a72-addf-e6c5edb258b1"},"resourceType":"Specimen"} +{"id":"599845b3-df04-5311-b7ca-1f6fbe9f6b02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000155"}],"subject":{"reference":"Patient/46e0699d-f8a7-5cdc-85d5-0c5c6d647185"},"resourceType":"Specimen"} +{"id":"ba1bbc64-0de1-52a7-814d-51aa9f28a73a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000156"}],"subject":{"reference":"Patient/ffb6d3cd-68f8-5948-89f8-b91b5e7aa93d"},"resourceType":"Specimen"} +{"id":"ac6d0626-10aa-5317-8c0f-5fa4a61d6461","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000157"}],"subject":{"reference":"Patient/a19dcf79-46ad-5040-bbe9-1c1b085b7d70"},"resourceType":"Specimen"} +{"id":"ad9699e5-d1aa-510b-9d88-8c9114f792f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000158"}],"subject":{"reference":"Patient/1292d919-287e-5556-95e5-9c9099018b46"},"resourceType":"Specimen"} +{"id":"c6d9899d-0423-5740-8359-52cfb459bd24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000159"}],"subject":{"reference":"Patient/4ef56c50-8a1b-5f85-af25-cbd231c0698e"},"resourceType":"Specimen"} +{"id":"af65fb48-9c62-5a9e-b4e1-a6ac8128dd27","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000160"}],"subject":{"reference":"Patient/d7d78095-b9e3-5e82-a505-7e3108a2d373"},"resourceType":"Specimen"} +{"id":"5db180de-5840-53a4-9d8a-440fded82c3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000161"}],"subject":{"reference":"Patient/5ed42b31-a877-578c-8900-475dca8094e6"},"resourceType":"Specimen"} +{"id":"bdc1a950-029a-5f9e-ad2e-0be3f2792bd0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000162"}],"subject":{"reference":"Patient/415caa33-d088-53b0-8865-3c3590ea5e4c"},"resourceType":"Specimen"} +{"id":"68a5d74b-f3dc-5973-b2c7-8d82aa574495","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000163"}],"subject":{"reference":"Patient/5e8fbb0c-2711-5e5a-b90a-d63c5b7149d9"},"resourceType":"Specimen"} +{"id":"0dd79202-96af-5b96-9702-b3b5c6bb7d5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000164"}],"subject":{"reference":"Patient/69aa2d6a-43bf-5836-a15f-eca763286d30"},"resourceType":"Specimen"} +{"id":"83e8361a-c084-5db9-9ddd-3994093a24ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000165"}],"subject":{"reference":"Patient/5055a1ae-c228-551a-96ea-6c367fac9dcc"},"resourceType":"Specimen"} +{"id":"903fb418-22f8-57d4-ae8d-174300eccd68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000166"}],"subject":{"reference":"Patient/164d29ad-4a30-5704-9a0f-defe95dd4af1"},"resourceType":"Specimen"} +{"id":"159c1f08-829b-5bac-aa22-c20c73b1c08b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000167"}],"subject":{"reference":"Patient/1f5cbc7f-6c1f-51d3-b0a9-1a9f0a3418e7"},"resourceType":"Specimen"} +{"id":"03df7334-81e0-5c08-9b82-b82d25697d20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000168"}],"subject":{"reference":"Patient/a934dbfc-fbb6-5d7d-a4d6-2359d3fa1a9b"},"resourceType":"Specimen"} +{"id":"5e20b24f-991a-5bff-a4de-d2eba5def8ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000169"}],"subject":{"reference":"Patient/7a3d858b-45af-5fbc-a079-3781bd9e7b23"},"resourceType":"Specimen"} +{"id":"9d0b0cc5-d2a2-52bb-b89b-f64e7091596d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000170"}],"subject":{"reference":"Patient/953a68ba-44c4-5c3b-86ab-2c70dc6c6343"},"resourceType":"Specimen"} +{"id":"a5e2538e-aa2b-5f7f-8977-193ec5b0706b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000171"}],"subject":{"reference":"Patient/6f96ab95-f176-5364-ade1-c9cb35e1020d"},"resourceType":"Specimen"} +{"id":"1313a01f-e3f3-57c6-9950-3365af7bc96f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000172"}],"subject":{"reference":"Patient/d3ecd15e-8361-50a3-a5a9-e6870d930156"},"resourceType":"Specimen"} +{"id":"db472054-ef4b-5294-baa2-2066670765b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000173"}],"subject":{"reference":"Patient/7ac61d0e-f849-5a9a-89b0-107f30a88cc7"},"resourceType":"Specimen"} +{"id":"29bf66e6-e5c6-5ce5-bd47-48a613557310","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000174"}],"subject":{"reference":"Patient/92b03715-53c4-578c-a8d3-eb36f0216a5f"},"resourceType":"Specimen"} +{"id":"1c105e94-45a0-5ee6-88e4-979bca6c6daf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000175"}],"subject":{"reference":"Patient/6359d817-730b-5bca-8a85-9bd304612137"},"resourceType":"Specimen"} +{"id":"60125090-16e7-52df-8559-06c03cae12a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000176"}],"subject":{"reference":"Patient/c6e97b03-85bb-50ad-8810-8d478f915d52"},"resourceType":"Specimen"} +{"id":"ee188cb2-b5bd-501b-b04c-08fe927f4a24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000177"}],"subject":{"reference":"Patient/f734aaa2-cfbf-5180-a6f1-d9f020a57cfb"},"resourceType":"Specimen"} +{"id":"5ccac093-6a06-506c-8342-2c877628a0cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000178"}],"subject":{"reference":"Patient/207d1a7f-6085-5427-b64f-7e2ec8d44ed7"},"resourceType":"Specimen"} +{"id":"bf7f9b89-e900-53ba-ac5f-c3d62058bcb6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000179"}],"subject":{"reference":"Patient/9f5d88f4-bc5f-51e2-b985-c3a0e3317eec"},"resourceType":"Specimen"} +{"id":"8a17830b-9ecb-52f4-9105-2cef9d656473","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000180"}],"subject":{"reference":"Patient/1620c4c9-7574-5885-9377-23740e22f9cc"},"resourceType":"Specimen"} +{"id":"078e41a0-2e03-5f07-89ad-17d3c559e85e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000181"}],"subject":{"reference":"Patient/e820d717-bda5-5ce5-aa80-5fea126b98ce"},"resourceType":"Specimen"} +{"id":"0fb25a08-1e14-56ac-bf38-45064a3aa00c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000182"}],"subject":{"reference":"Patient/c38ef899-ad79-57ca-9d64-cc49fca1b285"},"resourceType":"Specimen"} +{"id":"cf28bc84-827c-5221-87fc-221e61b75f06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000183"}],"subject":{"reference":"Patient/3b590724-bdec-5209-a069-08447d9a6a75"},"resourceType":"Specimen"} +{"id":"d30ce0b2-d47d-5a5f-afe6-1cccb8bc442a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000184"}],"subject":{"reference":"Patient/dd551cdb-dd91-5f19-b3f3-d58cca21dfc3"},"resourceType":"Specimen"} +{"id":"ffb54ced-4039-590a-aef9-e8c55df78a42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000185"}],"subject":{"reference":"Patient/858d30ce-6604-5abe-b851-a7bf407018d4"},"resourceType":"Specimen"} +{"id":"a0c702de-3676-5c22-8aca-5cec4773ab48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000186"}],"subject":{"reference":"Patient/295544ea-1cf4-57d3-8850-46029f697278"},"resourceType":"Specimen"} +{"id":"d3beebbc-169c-56bf-bb63-037f3262d828","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000187"}],"subject":{"reference":"Patient/c2816126-8dfa-51a3-991b-90845a13beb9"},"resourceType":"Specimen"} +{"id":"a24c3edc-82d1-51ed-ab01-61e962858540","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000188"}],"subject":{"reference":"Patient/30e5fa6b-1da5-54e1-8e23-068d6129901a"},"resourceType":"Specimen"} +{"id":"39026a7c-0f1b-5860-ad35-fac98a7ef804","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000189"}],"subject":{"reference":"Patient/ea2fcd39-b476-5cee-a0ef-6e58ae7c7a9f"},"resourceType":"Specimen"} +{"id":"947dd662-fea4-5663-a8e5-821173e5e355","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000190"}],"subject":{"reference":"Patient/17e36af5-d25d-5aa9-9663-9269909d2449"},"resourceType":"Specimen"} +{"id":"6ddd53d5-6fce-5361-8a86-ad1ad5c9b799","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000191"}],"subject":{"reference":"Patient/c6cf0653-5c6c-5562-93bd-8caa440b2648"},"resourceType":"Specimen"} +{"id":"b2786f77-f618-565a-b08b-b5f9f4fe2e68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000192"}],"subject":{"reference":"Patient/7aaa98ca-2e91-5a92-b7cf-88bf00779683"},"resourceType":"Specimen"} +{"id":"188ebf12-15f0-5d2d-97d9-8ee886090fbb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000193"}],"subject":{"reference":"Patient/46f01bd5-8c06-5379-9bd2-e713b072b0ad"},"resourceType":"Specimen"} +{"id":"8493381b-1633-5a2a-997a-50cd2104c448","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000194"}],"subject":{"reference":"Patient/34b6a5ad-1679-57a4-a870-d23754e484f5"},"resourceType":"Specimen"} +{"id":"424afe49-c660-5423-ad30-d0a6c277bdd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000195"}],"subject":{"reference":"Patient/6753ef49-cf0e-52b6-8c3d-9c7184ce5c22"},"resourceType":"Specimen"} +{"id":"faa146b4-0d77-52cc-b815-059ab324996a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000196"}],"subject":{"reference":"Patient/3a31ebc0-47ab-51d4-a346-63ca5a8ff12c"},"resourceType":"Specimen"} +{"id":"ffc346ff-b646-5993-ad5c-902d7d86d239","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000197"}],"subject":{"reference":"Patient/ebe62159-2599-5235-b9d4-3c314875545b"},"resourceType":"Specimen"} +{"id":"69137506-604e-541a-8cb9-92457fe83a41","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000198"}],"subject":{"reference":"Patient/6efc688e-ca25-592a-a74f-2823fd6aae50"},"resourceType":"Specimen"} +{"id":"074bf8f8-e012-5824-a049-715400610c78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000199"}],"subject":{"reference":"Patient/40f2c591-9378-54ef-830d-e89fd76c91d1"},"resourceType":"Specimen"} +{"id":"9035adb7-5618-56dc-ad8e-5619ed06b3a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000200"}],"subject":{"reference":"Patient/f5d4879b-b3bb-5b3d-a652-d3b110aaa99c"},"resourceType":"Specimen"} +{"id":"28791195-a808-528a-ad80-17591de4d8cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000201"}],"subject":{"reference":"Patient/537d1c2c-3d9f-556f-aaa3-aab0dc0e079f"},"resourceType":"Specimen"} +{"id":"9c97a176-7c18-506b-b80c-d6a883df33dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000202"}],"subject":{"reference":"Patient/49144eed-f13a-5b7a-a190-0dccd8512c83"},"resourceType":"Specimen"} +{"id":"c98cbd52-3e23-52c0-993b-612333b55d1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000203"}],"subject":{"reference":"Patient/6bc94cbd-b5ce-5e1b-ab1f-9ab0edd8bc5c"},"resourceType":"Specimen"} +{"id":"c02bef6f-9fee-5168-86c8-06b4498c8885","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000204"}],"subject":{"reference":"Patient/9bcee41d-f67f-580c-abdf-01df4784bfa3"},"resourceType":"Specimen"} +{"id":"d65af9d1-9c5c-573e-a838-dcbb99efe313","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000205"}],"subject":{"reference":"Patient/6bbf49e8-f907-5e25-989e-2c5015582b56"},"resourceType":"Specimen"} +{"id":"dbb5b174-e672-512e-8b53-58c34664c844","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000206"}],"subject":{"reference":"Patient/f6caf009-21c5-58ed-8750-fadf3054b282"},"resourceType":"Specimen"} +{"id":"88aa8064-557a-5514-8534-86fa075872f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000207"}],"subject":{"reference":"Patient/be180678-9b82-5407-bf59-97f716b97eb2"},"resourceType":"Specimen"} +{"id":"28c35ad8-dbe9-512a-ae41-1f9697d59a76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000208"}],"subject":{"reference":"Patient/dfe15bef-423a-5b27-b00c-5de8e91cdb24"},"resourceType":"Specimen"} +{"id":"71df6309-74e2-5b2d-96d7-b268c1798af5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000209"}],"subject":{"reference":"Patient/fa49b941-e0b5-5517-8c2b-84c01b773e30"},"resourceType":"Specimen"} +{"id":"285e5242-e584-5837-94e2-4158b263b6e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000210"}],"subject":{"reference":"Patient/64d4192a-18a2-56de-98ac-d87007f95c24"},"resourceType":"Specimen"} +{"id":"828f9d08-86bd-54dd-8c4f-ea20e9a449b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000211"}],"subject":{"reference":"Patient/87218645-16c1-5aaf-a9d6-08577f75f7f9"},"resourceType":"Specimen"} +{"id":"0174f3c7-12e8-50e7-83d6-376a3a6fbddc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000212"}],"subject":{"reference":"Patient/848b7758-b426-5a72-bccb-20b8c505f9c0"},"resourceType":"Specimen"} +{"id":"7b70d96d-b34d-5fd6-a0f7-978c23a2730f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000213"}],"subject":{"reference":"Patient/c884324c-3846-5543-b121-a682dd12d23b"},"resourceType":"Specimen"} +{"id":"d7e81882-fee5-5e93-9fcc-922a600c9efa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000215"}],"subject":{"reference":"Patient/b5229129-918b-5f0c-9ea3-4e1a369bab93"},"resourceType":"Specimen"} +{"id":"b0d7fcb8-049e-585c-b3d1-c3cf0e99e505","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000594"}],"subject":{"reference":"Patient/5888f5c8-a43a-5bce-8d64-914c1bbb6943"},"resourceType":"Specimen"} +{"id":"28c56b72-b569-5ff0-a299-2c5aff4e8338","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000607"}],"subject":{"reference":"Patient/b9edffb0-f5f9-50f2-ba83-7e0549af9b14"},"resourceType":"Specimen"} +{"id":"2085dcc4-a689-5abd-887a-44a89667ad82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000609"}],"subject":{"reference":"Patient/43413240-6b27-51cb-8a61-e7e10f8c9b0e"},"resourceType":"Specimen"} +{"id":"dc001448-13da-583c-ad29-160d843e8045","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000610"}],"subject":{"reference":"Patient/88e33f50-76df-5337-ac5f-ac11c9bb985b"},"resourceType":"Specimen"} +{"id":"3e86fa0d-439f-5f1c-94ac-0ff26187ac7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000611"}],"subject":{"reference":"Patient/3ebf0254-bdfd-53a6-9d7f-87ad1db443de"},"resourceType":"Specimen"} +{"id":"dd0b0bc6-67ce-586f-884f-9bb648143363","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000612"}],"subject":{"reference":"Patient/78e9d9dd-0a67-5818-a2e3-15d0b5bf5f7d"},"resourceType":"Specimen"} +{"id":"60342a60-d59d-523a-ab6e-0bf7eb6f15ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000613"}],"subject":{"reference":"Patient/d4c8c3db-86a5-5b86-b2b6-e64449e8092c"},"resourceType":"Specimen"} +{"id":"3f373556-b55d-5352-9a5a-13f0e56d9204","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000614"}],"subject":{"reference":"Patient/6ee5ee78-9d48-549b-a309-94b964ff661b"},"resourceType":"Specimen"} +{"id":"e303a841-c16d-5e79-8ea0-ea5d0b01ddce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000615"}],"subject":{"reference":"Patient/74ffc0b6-8ed2-5297-8f4e-5e3f8296828e"},"resourceType":"Specimen"} +{"id":"2951083e-2b0a-5898-8225-a314a1544dbb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000616"}],"subject":{"reference":"Patient/42de3e78-180f-5e1a-9be2-198b94232146"},"resourceType":"Specimen"} +{"id":"a7add22e-337f-5a47-9d85-f0ede8cffe56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000617"}],"subject":{"reference":"Patient/b2246eb1-e1b8-5b98-bdad-5d04cdd5ee86"},"resourceType":"Specimen"} +{"id":"49907491-14de-5e09-8882-124d644f5100","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000618"}],"subject":{"reference":"Patient/351935c0-8ace-5ab6-9c47-428ad7fcc0c6"},"resourceType":"Specimen"} +{"id":"ee2c4b77-6d1d-5472-b302-c4a72598aa74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000619"}],"subject":{"reference":"Patient/a344167b-b372-53f2-bc60-f138b8480b3c"},"resourceType":"Specimen"} +{"id":"b7c261b3-792e-5b58-9b8c-1f0653efa1c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000620"}],"subject":{"reference":"Patient/3dc64e95-db2c-58bb-b498-2d503c574528"},"resourceType":"Specimen"} +{"id":"5307cd4c-ff85-5616-8308-4ac75458a61e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000621"}],"subject":{"reference":"Patient/a24d2606-7acc-5298-9204-3f0674def29e"},"resourceType":"Specimen"} +{"id":"f187703e-5be4-5074-9f3e-41909412f46c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000622"}],"subject":{"reference":"Patient/de224673-b851-5e96-bc72-baa605ad1f7a"},"resourceType":"Specimen"} +{"id":"cf8c91ac-f985-50d4-a748-965ffddf9281","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000623"}],"subject":{"reference":"Patient/a06bb06a-2bd2-5a83-a824-f7dd2ad53d5f"},"resourceType":"Specimen"} +{"id":"f950fcbe-59a0-5bd7-a8da-d3139c96c3a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000624"}],"subject":{"reference":"Patient/aa34bad1-e66f-5606-9dee-1c6b2369cbc4"},"resourceType":"Specimen"} +{"id":"8be14e63-9be6-5ea6-87de-aed44edc3fc2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000625"}],"subject":{"reference":"Patient/8c43887c-a7f6-5b64-be17-8df2baf775ff"},"resourceType":"Specimen"} +{"id":"bce0368b-9b0a-5fd4-abf3-6add7f542f69","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000626"}],"subject":{"reference":"Patient/5f0e7d82-6828-513f-8fca-0eb8f5788567"},"resourceType":"Specimen"} +{"id":"0a969a8b-fd90-51e1-9802-81bd136f8556","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000627"}],"subject":{"reference":"Patient/7e73ec22-ce7f-5e5c-8d30-e43d97aaa3e1"},"resourceType":"Specimen"} +{"id":"9d5cd1a1-2802-5d40-bf3a-792efb29be67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000628"}],"subject":{"reference":"Patient/e67b24ee-3c94-5e07-85c7-2422d4dc09ea"},"resourceType":"Specimen"} +{"id":"89fff066-8b08-5b12-8697-1cd666bfeed5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000629"}],"subject":{"reference":"Patient/0a6f87dc-0ce7-5537-ad4b-991f74dac001"},"resourceType":"Specimen"} +{"id":"8892dfa1-fbd0-53a1-a1e4-d6fa6fa2f844","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000630"}],"subject":{"reference":"Patient/e8163d4c-1fde-56f2-b4d8-df3507035404"},"resourceType":"Specimen"} +{"id":"28c19334-0d22-5ef5-a337-eea93f523dcd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000631"}],"subject":{"reference":"Patient/5ef5ddbb-e302-5904-ab3d-3c14ad346052"},"resourceType":"Specimen"} +{"id":"4c6b2c10-fbbb-5495-b640-405a4c9817ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000632"}],"subject":{"reference":"Patient/195d5104-5363-5d3d-963e-bdc31f223aa2"},"resourceType":"Specimen"} +{"id":"c40ed2f4-7ed7-5c73-af80-1b02361bb321","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000633"}],"subject":{"reference":"Patient/58ef7bee-aee2-51a4-a472-49a4f8366e71"},"resourceType":"Specimen"} +{"id":"44a7c84f-d823-59d4-a25c-ea1b8a18beee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000634"}],"subject":{"reference":"Patient/7cb36968-9121-552a-9593-84d38e27bec5"},"resourceType":"Specimen"} +{"id":"d7ceadcf-8b3f-5d0a-a90f-1a7f94bf00d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000635"}],"subject":{"reference":"Patient/71394d3f-e39d-58de-8d97-335f8bcc3ecc"},"resourceType":"Specimen"} +{"id":"de5bbfdd-d3f0-5e0c-bf52-ce9dc658c3bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000636"}],"subject":{"reference":"Patient/9c324173-6a13-53e7-977a-421dda8d887d"},"resourceType":"Specimen"} +{"id":"9b4a82e4-dbd4-542b-8b7b-388dbc932d6e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000637"}],"subject":{"reference":"Patient/6e87a5ad-3ef3-5f7d-9979-c91363bf4d1f"},"resourceType":"Specimen"} +{"id":"0bdf3175-fb13-5436-842c-3ff43fc4f510","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000638"}],"subject":{"reference":"Patient/851ba456-6379-56f2-b09e-abcf2be8bcfc"},"resourceType":"Specimen"} +{"id":"7ded4c6c-3e57-528e-9853-344d3b07550b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000639"}],"subject":{"reference":"Patient/41f00aaa-ed6f-5b13-8fed-82fbc952b908"},"resourceType":"Specimen"} +{"id":"eab25bd2-5443-5e65-8788-dc18f99f059a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000640"}],"subject":{"reference":"Patient/f34e41f9-5344-527a-8668-7d58af762421"},"resourceType":"Specimen"} +{"id":"2326019b-6939-570d-9db8-01c569779b0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000641"}],"subject":{"reference":"Patient/04095124-9fd2-550b-960b-42ac6df8bf48"},"resourceType":"Specimen"} +{"id":"496df9f0-5f87-5012-8b04-b29735120dfb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000642"}],"subject":{"reference":"Patient/f75ded40-8c02-5b72-911e-178f81f37381"},"resourceType":"Specimen"} +{"id":"651ffa85-3ce5-5676-9904-e8cf28ad999b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000643"}],"subject":{"reference":"Patient/0c4d1e95-b515-50fa-8cd8-8b2f70128d07"},"resourceType":"Specimen"} +{"id":"c0be975b-5fa9-5852-8cfc-e403455fd86a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000645"}],"subject":{"reference":"Patient/7050494b-5a58-5e8b-9b83-dd17e99c2ef3"},"resourceType":"Specimen"} +{"id":"5dd87b12-0a87-5a42-99f3-fcc8889bf36c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000648"}],"subject":{"reference":"Patient/bbb9b821-e68d-52db-90c8-90755553c9eb"},"resourceType":"Specimen"} +{"id":"925da91c-92e8-5783-b953-0c2ce81c216e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000649"}],"subject":{"reference":"Patient/747e46a9-2222-53db-8b8e-c4672766d9ec"},"resourceType":"Specimen"} +{"id":"d1c7af2a-1bcd-5776-8ca2-84e307a1d69b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000650"}],"subject":{"reference":"Patient/045d4115-ea50-5ab2-9f02-caf85e0cb105"},"resourceType":"Specimen"} +{"id":"9ce088be-7bcd-58ef-b7b2-228dcdf2e7aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000652"}],"subject":{"reference":"Patient/cd6d0566-70da-5c71-a6f6-14c28a02d9e8"},"resourceType":"Specimen"} +{"id":"40519348-7f57-564c-bcd5-eb38f5ab2a3e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000653"}],"subject":{"reference":"Patient/96a4c1ac-eb15-5710-9c5b-f751a5e4c6b2"},"resourceType":"Specimen"} +{"id":"264a544f-c803-5983-a363-e5efff5ff919","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000654"}],"subject":{"reference":"Patient/a6773a50-4737-554a-9f9a-1fc8277ebd13"},"resourceType":"Specimen"} +{"id":"2ff386d2-73fa-5178-9607-8e2d305026d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000655"}],"subject":{"reference":"Patient/0deaf7d8-f7e7-53e5-899f-40f14407912e"},"resourceType":"Specimen"} +{"id":"555dddc8-a5e9-54b6-af91-231834dbc6d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000656"}],"subject":{"reference":"Patient/555080d4-81dd-5cba-bdd9-ac46bcda60ae"},"resourceType":"Specimen"} +{"id":"6176711c-a7fc-56da-aa6c-875b285ac8e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000657"}],"subject":{"reference":"Patient/245d61fb-fac3-5d68-8b59-3e4ba37f83bf"},"resourceType":"Specimen"} +{"id":"2932e7aa-2ecb-5672-8233-98791b26fdb8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000658"}],"subject":{"reference":"Patient/6410bda1-05a7-5ded-be42-745d12372e5f"},"resourceType":"Specimen"} +{"id":"c27b0341-e080-5a6f-a2fb-10a2c2b3103a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000659"}],"subject":{"reference":"Patient/60aef3e7-e936-50aa-912b-69edb8cdbd6a"},"resourceType":"Specimen"} +{"id":"19a6e0f3-0de3-5b0a-9d65-7c225ed2072d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000660"}],"subject":{"reference":"Patient/53b29d5b-22bc-5017-86fe-dfde4fc4dbf1"},"resourceType":"Specimen"} +{"id":"5f30f939-818a-52c6-90a6-8068ccabf478","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000661"}],"subject":{"reference":"Patient/a215b592-eafb-5865-a3bf-c00fce7e49e5"},"resourceType":"Specimen"} +{"id":"97c25745-8184-59b3-8daf-23b7ffa189bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000662"}],"subject":{"reference":"Patient/e4f982b5-db0e-54e4-a028-ef340a175c0f"},"resourceType":"Specimen"} +{"id":"ed4bb2c5-e333-5fc3-aeb3-efcee9a82670","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000663"}],"subject":{"reference":"Patient/34786cb6-0b44-5690-b219-39907cab5202"},"resourceType":"Specimen"} +{"id":"7a2d20f6-c540-564e-8cdc-c11e616d7c22","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000664"}],"subject":{"reference":"Patient/34086669-260a-5a4b-b8f6-3f39898e3505"},"resourceType":"Specimen"} +{"id":"523ef8d6-6421-5265-b3ee-4dfa2a2a9ea4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000665"}],"subject":{"reference":"Patient/3ce8faca-5754-533e-8405-ccddadc5e182"},"resourceType":"Specimen"} +{"id":"b1d28448-e668-59b4-8291-067b19d71199","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000666"}],"subject":{"reference":"Patient/31027cef-41dd-5911-8eb3-e150765a01a1"},"resourceType":"Specimen"} +{"id":"8c9fa2d8-cebc-546f-b7f3-1f679bc0f9c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000667"}],"subject":{"reference":"Patient/b4629ea8-f061-5c9b-8305-cd916fc47bd9"},"resourceType":"Specimen"} +{"id":"9a44ff68-4bf6-53e8-9e38-cb3964aa6577","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000668"}],"subject":{"reference":"Patient/72038419-d143-5c85-a8b9-8804e8cf781f"},"resourceType":"Specimen"} +{"id":"4cce282c-d9e4-5b10-805d-cb208413c58b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000669"}],"subject":{"reference":"Patient/52980ce7-11d3-576f-9b00-2c00a3be75e3"},"resourceType":"Specimen"} +{"id":"483c47fa-b883-50ce-bdde-20162d3c8586","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000670"}],"subject":{"reference":"Patient/7b3f94f6-f647-54b8-bcbe-93472e7ff88d"},"resourceType":"Specimen"} +{"id":"50d43a89-0fd8-5a9c-a527-abeecead6a0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000671"}],"subject":{"reference":"Patient/3a36558e-e467-531e-91e1-8f4d21210246"},"resourceType":"Specimen"} +{"id":"1e89875c-e144-545d-94c4-4061952bf10d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000672"}],"subject":{"reference":"Patient/41ca1ea0-981c-53d6-b8f8-2ad8d6a2780c"},"resourceType":"Specimen"} +{"id":"5ad16dd5-9cda-54f1-80f9-476057a7d948","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000673"}],"subject":{"reference":"Patient/05d6c450-abff-5124-96b3-387e0265746a"},"resourceType":"Specimen"} +{"id":"7a7a5e82-0920-53e4-8b40-b0dd3764816f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000674"}],"subject":{"reference":"Patient/290b54d8-a7a8-5cfb-9c4d-eb739791a8c6"},"resourceType":"Specimen"} +{"id":"67c98332-cdeb-584a-9ac8-a57203e02b11","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000675"}],"subject":{"reference":"Patient/1bd59cc5-084d-5fbc-9552-a3bfffaaf083"},"resourceType":"Specimen"} +{"id":"f3b9d097-df81-511f-9be2-c8f6a4a83066","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000676"}],"subject":{"reference":"Patient/bef04b09-336c-5493-baaf-ef761fedc007"},"resourceType":"Specimen"} +{"id":"a55f21ba-84a3-5c2f-93cf-5e2c55ea077e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000677"}],"subject":{"reference":"Patient/e2f88260-4b20-5057-8f8c-694ba11730b5"},"resourceType":"Specimen"} +{"id":"c6f01913-a25e-5138-ab9d-63cbf27bb53b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000678"}],"subject":{"reference":"Patient/5a5b4b07-5e87-5b9f-be7c-ffc888590380"},"resourceType":"Specimen"} +{"id":"06232b28-a4a4-5682-a2b6-c56063b76743","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000679"}],"subject":{"reference":"Patient/9ae6aa72-b57a-5f54-aedd-f1707b1b77ae"},"resourceType":"Specimen"} +{"id":"a400d4b7-f3bf-5299-b6bb-447aadcee6d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000680"}],"subject":{"reference":"Patient/28aff1c1-8f4b-5704-934b-c9d351ee42cf"},"resourceType":"Specimen"} +{"id":"5c40a551-f840-5639-89a2-763e0c37976e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000681"}],"subject":{"reference":"Patient/eb1b39b3-ad6f-5155-894d-12bd1d0efb01"},"resourceType":"Specimen"} +{"id":"d3e95d3a-a601-57be-b2c5-56045d621e93","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000682"}],"subject":{"reference":"Patient/5fb23ffb-39d0-51ae-b70e-e399b6d1d632"},"resourceType":"Specimen"} +{"id":"91f31b46-3e9f-53e9-974b-45de52ca1890","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000683"}],"subject":{"reference":"Patient/952a29fe-ca23-5807-bff4-3f7863fa4b55"},"resourceType":"Specimen"} +{"id":"a71f2683-3df2-5c2c-9b20-6d6d7c33cd6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000684"}],"subject":{"reference":"Patient/60646fbc-ec3c-5ca1-8692-0e8cb2315f42"},"resourceType":"Specimen"} +{"id":"b75cc93b-f2aa-58bd-bfea-f9cd8cbe7e88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000685"}],"subject":{"reference":"Patient/1304daab-1277-5154-8e69-e0f0ae4ec382"},"resourceType":"Specimen"} +{"id":"72b313ce-ed43-56e4-8955-8a17178f961c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000686"}],"subject":{"reference":"Patient/27124f3c-9d0c-5f51-ad4f-7a0051cd382b"},"resourceType":"Specimen"} +{"id":"ffb940f5-bd83-58b9-91c6-a18e56b9e820","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000687"}],"subject":{"reference":"Patient/6f89faae-4aa5-5863-a377-08c28ced84b9"},"resourceType":"Specimen"} +{"id":"0ef649db-22ba-597e-9712-6c657a917e68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000688"}],"subject":{"reference":"Patient/c140aad5-a4c0-54e4-b771-3dd30c613274"},"resourceType":"Specimen"} +{"id":"e691f4ac-06f4-5afd-bcde-cac10041cb18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000689"}],"subject":{"reference":"Patient/2856f869-ea26-5a02-8a75-2452cbf782a8"},"resourceType":"Specimen"} +{"id":"3a4695a2-6da6-59c2-beba-e345eaf63138","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000690"}],"subject":{"reference":"Patient/3433fb81-2025-5bfd-8635-ac5e5cb40ce0"},"resourceType":"Specimen"} +{"id":"b5f5aeae-d61f-5630-930b-6bd6b01d357c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000691"}],"subject":{"reference":"Patient/997d17c0-ba08-5df4-95d9-da5812a37e70"},"resourceType":"Specimen"} +{"id":"3e154d8e-e3a2-5df2-baca-81c9fe4126de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000692"}],"subject":{"reference":"Patient/5ec84f61-0fe3-5bde-ba5d-1e3000c5fb09"},"resourceType":"Specimen"} +{"id":"77626df0-41db-5e4d-84cf-63374844723f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000693"}],"subject":{"reference":"Patient/8fb21bf5-d4d9-565c-a25a-798299df8dad"},"resourceType":"Specimen"} +{"id":"8b920c58-e32f-5af3-8115-1b5f64e188c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000694"}],"subject":{"reference":"Patient/d7aafeee-c447-5d73-afbf-b4034496910e"},"resourceType":"Specimen"} +{"id":"b63ee997-573b-5b5a-89b0-4f696b7b4752","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000695"}],"subject":{"reference":"Patient/fcd26f7a-c205-5baa-bec6-f54d8bea9ea8"},"resourceType":"Specimen"} +{"id":"3ae38680-dbf8-5cd5-a4cb-2f98a338cc9e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000696"}],"subject":{"reference":"Patient/c45a0f10-790a-5e99-9f8b-e1991825e5cf"},"resourceType":"Specimen"} +{"id":"9a2304a3-dd1f-58e3-8b08-5b448ce76aac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000697"}],"subject":{"reference":"Patient/d5151c61-c5ca-59d5-a140-c0b7c160a691"},"resourceType":"Specimen"} +{"id":"038bca6d-c0e8-5181-92ea-6a68e6408a42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000698"}],"subject":{"reference":"Patient/39a0b031-cedb-510c-a506-f16c90aa6e77"},"resourceType":"Specimen"} +{"id":"95722ed1-7e13-5cf0-ad0c-d9a5646280d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000699"}],"subject":{"reference":"Patient/6dd0f488-2ff0-5221-a6ac-0c93e231ea9d"},"resourceType":"Specimen"} +{"id":"a6b035ce-f59e-5331-9362-20d2ec9a3cce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000700"}],"subject":{"reference":"Patient/607b29de-0c9b-5a81-9afb-2fe886ba7973"},"resourceType":"Specimen"} +{"id":"0b34fd30-cdbd-5ddb-91e8-fb297b98a80a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000701"}],"subject":{"reference":"Patient/651bc90a-fe52-5252-85ab-31506ef19ec7"},"resourceType":"Specimen"} +{"id":"fb565219-11e2-51ab-9c1c-acbe0f4f4414","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000702"}],"subject":{"reference":"Patient/0fcc6a71-7936-5e3d-a270-c7c139d4862b"},"resourceType":"Specimen"} +{"id":"e8725fa2-2d31-5004-b7a8-5eeff4713fb5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000703"}],"subject":{"reference":"Patient/3ec60bc8-2c36-59fb-b88c-ff4f64ff7952"},"resourceType":"Specimen"} +{"id":"b756e78e-c7b6-5b40-8093-b6ae51a424d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000704"}],"subject":{"reference":"Patient/76a66820-9d47-5dbe-a11d-2cf06b1dff1b"},"resourceType":"Specimen"} +{"id":"cb91343d-26c1-5a94-b211-540ad1599e65","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000705"}],"subject":{"reference":"Patient/b2755e33-8aa5-598c-bec9-b5a767a7ee44"},"resourceType":"Specimen"} +{"id":"5a700569-f35d-5d65-a410-07f2ecc10759","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000706"}],"subject":{"reference":"Patient/e0a32672-b904-589f-8d58-263d6d5413e8"},"resourceType":"Specimen"} +{"id":"2b484366-9493-573e-8a29-a6df0363486b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000707"}],"subject":{"reference":"Patient/d8e68b25-2695-5082-9ae6-5f70d2ef7997"},"resourceType":"Specimen"} +{"id":"d8e4b1e9-1bcc-519d-abe5-f37fd62b0c17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000708"}],"subject":{"reference":"Patient/e052b7f0-e6ba-58dd-845a-0b4a05860122"},"resourceType":"Specimen"} +{"id":"61453295-776d-5244-8cf0-5416e66e2cba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000709"}],"subject":{"reference":"Patient/023a4a3f-2529-56d9-935a-28f27381cefb"},"resourceType":"Specimen"} +{"id":"d793c7eb-ec07-56f7-9338-efe068dc2f56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000710"}],"subject":{"reference":"Patient/18d6ac8e-acdf-511a-a74d-1349460645ff"},"resourceType":"Specimen"} +{"id":"af724025-97b3-548e-99c0-6f6a07e14491","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000711"}],"subject":{"reference":"Patient/0888911e-2a84-5d1c-ba55-0b7074b42b9c"},"resourceType":"Specimen"} +{"id":"74585059-856c-5acc-8162-76f5c83b9134","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000712"}],"subject":{"reference":"Patient/c9bc8fb3-0ae7-5afa-9095-72b36c737fd8"},"resourceType":"Specimen"} +{"id":"377d6d3b-068e-59c0-a46e-226efdd859f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000713"}],"subject":{"reference":"Patient/884ae94e-c6ce-53af-b5bc-638e5d251b85"},"resourceType":"Specimen"} +{"id":"57321f7c-39ff-5516-8eea-7a21833dac24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000714"}],"subject":{"reference":"Patient/ab8cfd21-605c-50e3-811a-3cdbec9df9b1"},"resourceType":"Specimen"} +{"id":"dd367aaf-9376-5a71-8435-46d13caab5cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000715"}],"subject":{"reference":"Patient/5f3715f3-6a40-5d03-9a80-c0487695f61e"},"resourceType":"Specimen"} +{"id":"d05db307-09b9-5117-98c1-c09e0afc884c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000716"}],"subject":{"reference":"Patient/054a1785-5c8e-5864-ab76-a934e984fb0e"},"resourceType":"Specimen"} +{"id":"276d64ef-7fc4-54da-88da-3986850af3eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000717"}],"subject":{"reference":"Patient/0e1dca93-53e2-5fc2-b0b0-55f4d52d920d"},"resourceType":"Specimen"} +{"id":"087e82f0-4d5f-568d-8997-2f2fdbf25d36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000718"}],"subject":{"reference":"Patient/02fa90ac-6d15-541a-80fa-010451afc7b0"},"resourceType":"Specimen"} +{"id":"0cded990-5b5d-5e20-ae20-44fac3c2d43d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000720"}],"subject":{"reference":"Patient/8a6ca7d4-da1b-5b23-8ea1-894e157cf651"},"resourceType":"Specimen"} +{"id":"3e3d0de9-7c99-58b9-a24d-6d49fd4570c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000721"}],"subject":{"reference":"Patient/d80352ad-e696-528b-9a0f-8e934d5d38cc"},"resourceType":"Specimen"} +{"id":"0c6df0f6-bd72-5b22-9273-caf4fc30e198","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000722"}],"subject":{"reference":"Patient/a528761f-65af-5ba0-acf4-454222a676aa"},"resourceType":"Specimen"} +{"id":"8a32fc32-8f10-5ba4-b2df-e7220c7139b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000723"}],"subject":{"reference":"Patient/30ed2eff-5444-5ca3-b7cf-6c935ba062b5"},"resourceType":"Specimen"} +{"id":"32510578-2b29-5aac-bdb7-c01fa3f9af36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000724"}],"subject":{"reference":"Patient/55ec200a-c56e-5794-96a6-d8030c2d076f"},"resourceType":"Specimen"} +{"id":"ab8e8d9f-9f51-511b-bd11-2d95082cde6c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000725"}],"subject":{"reference":"Patient/0038dcca-bd13-54a8-8639-40b9bf681519"},"resourceType":"Specimen"} +{"id":"d32e3d84-039d-595a-8069-fb392ec6a792","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000726"}],"subject":{"reference":"Patient/803b70c1-c788-59c0-a54f-ef0705a6a43e"},"resourceType":"Specimen"} +{"id":"8dc42c0f-46ec-51a4-b1de-2d4b1b0570dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000727"}],"subject":{"reference":"Patient/208b0080-d99b-554f-b2bf-221f3bdc84fc"},"resourceType":"Specimen"} +{"id":"42a5b12c-e6bf-5e88-8433-58769cc3ab15","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000728"}],"subject":{"reference":"Patient/c5f65a2c-f3f7-541b-abff-2fdbb773d1a6"},"resourceType":"Specimen"} +{"id":"6553c392-3501-58ee-af4d-355903e7d9a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000729"}],"subject":{"reference":"Patient/293628d6-ca42-5a48-bfe6-9c77b24cb1d7"},"resourceType":"Specimen"} +{"id":"4a8a9d77-cc8d-51ce-912b-083b0fc588b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000730"}],"subject":{"reference":"Patient/fab9a57a-dd04-5ae2-98fb-1ae8ad60f12b"},"resourceType":"Specimen"} +{"id":"fd8161f9-b187-5122-b72c-1d363af9c759","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000731"}],"subject":{"reference":"Patient/68859e95-a947-537f-86b5-c97f8cdab6c8"},"resourceType":"Specimen"} +{"id":"c4652247-7554-5fba-aeb8-924ba462ab24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000732"}],"subject":{"reference":"Patient/48195c8f-1393-51fc-ab70-f15d14e47714"},"resourceType":"Specimen"} +{"id":"67a9f492-0f26-532a-b2ae-e9badff4bd5b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000733"}],"subject":{"reference":"Patient/63613dfc-381f-5c51-8603-cd212e2afbc8"},"resourceType":"Specimen"} +{"id":"e9510d3c-a859-5385-ab59-3b3a983bb319","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000734"}],"subject":{"reference":"Patient/81d4c3fe-4e44-55e0-b8b9-a93bc481e24d"},"resourceType":"Specimen"} +{"id":"09beaef1-27ed-5da8-914f-fec1b1b95ecf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000735"}],"subject":{"reference":"Patient/a721d8c2-b27e-5a4d-b7d5-e45da6016ff9"},"resourceType":"Specimen"} +{"id":"7562b9f9-deb7-5ad7-99c2-9fd869da8026","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000736"}],"subject":{"reference":"Patient/1d6b98c3-7ec6-534b-bd02-0ae24f420909"},"resourceType":"Specimen"} +{"id":"1ea8fcd5-7661-52d4-99f7-9cf23fa2b2cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000737"}],"subject":{"reference":"Patient/438a0936-08f0-578f-98f3-4615eab4d7e0"},"resourceType":"Specimen"} +{"id":"a925817b-d252-5fba-afe1-e24723ec0c18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000738"}],"subject":{"reference":"Patient/a41e3c01-8503-5667-9c23-fc6d32858e4f"},"resourceType":"Specimen"} +{"id":"235321d7-9744-53ab-bcb4-5609ebe032d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000739"}],"subject":{"reference":"Patient/aa1dc98e-9203-59e9-ae02-eb6c0f827a4d"},"resourceType":"Specimen"} +{"id":"feb28af3-258b-5a98-8143-5c42eb58ee5a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000740"}],"subject":{"reference":"Patient/6d08e3cf-727a-562d-8ad7-be3fbb894ebd"},"resourceType":"Specimen"} +{"id":"307a3d1b-89ed-576e-b891-f8263bfa26ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000741"}],"subject":{"reference":"Patient/66fce958-16c0-5e37-affa-b9f1129fdf79"},"resourceType":"Specimen"} +{"id":"b802b3ac-a011-53f2-a9f2-f05e70a8f7bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000742"}],"subject":{"reference":"Patient/95fa7133-f391-5a31-8fd8-66eecf4a4d88"},"resourceType":"Specimen"} +{"id":"1d37a170-920a-5516-9d80-2f49f186e83c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000743"}],"subject":{"reference":"Patient/2daf2d45-c009-500f-8a67-9c27dfaec7a0"},"resourceType":"Specimen"} +{"id":"da4e4f5c-8dc8-5635-adaa-a37ed258c429","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000744"}],"subject":{"reference":"Patient/a0ba4392-bbf6-59fb-8faa-6fcba960b43a"},"resourceType":"Specimen"} +{"id":"b1de3fe8-cc27-5c46-8078-e344edf2a1cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000745"}],"subject":{"reference":"Patient/54b804bc-3872-5844-a524-b588079b0e90"},"resourceType":"Specimen"} +{"id":"85a5bd15-f2ad-5808-a6ca-89f75a5386a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000746"}],"subject":{"reference":"Patient/513c3307-e404-558c-b1cc-989aacdadf15"},"resourceType":"Specimen"} +{"id":"885bde4b-a4bd-5377-a0a7-a608d404872a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000747"}],"subject":{"reference":"Patient/637c8ab3-9ed9-5a31-9b6e-fe1c274c6585"},"resourceType":"Specimen"} +{"id":"a7db82fd-693d-5a56-9414-69a65f55c621","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000748"}],"subject":{"reference":"Patient/a487ecba-d313-5e11-a34f-5702d4468649"},"resourceType":"Specimen"} +{"id":"fac27b0e-a97f-5c9b-8e25-910c1f5d4c71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000749"}],"subject":{"reference":"Patient/52a20819-cb6c-5f3a-8124-0212883f8a98"},"resourceType":"Specimen"} +{"id":"bb875428-7896-5c3c-88fa-e2d3166a5a18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000750"}],"subject":{"reference":"Patient/1755f74f-dc85-56a0-917a-beb95726632c"},"resourceType":"Specimen"} +{"id":"b09208ff-5ba6-5639-9cbc-01619274c02e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000751"}],"subject":{"reference":"Patient/451e71f3-1118-53b9-abaa-92d132147bd2"},"resourceType":"Specimen"} +{"id":"253451e3-bd9a-5e30-b199-b9202e143cd7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000752"}],"subject":{"reference":"Patient/9f9cc3c1-f445-56ae-a628-1cbce1fee465"},"resourceType":"Specimen"} +{"id":"1d84839c-60e5-552e-bd9a-83e649d5101b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000753"}],"subject":{"reference":"Patient/0dee3f0b-9677-5442-9415-b9f36a59cf31"},"resourceType":"Specimen"} +{"id":"63ebfb44-b6fb-5c0f-89e8-067b7337c38d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000754"}],"subject":{"reference":"Patient/2c7dc64f-93be-532a-ad67-87d52c9f4203"},"resourceType":"Specimen"} +{"id":"5abdeb6a-568f-534a-8556-9aa08d15f761","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000755"}],"subject":{"reference":"Patient/11449edd-0b38-597a-a070-6bf8a0d32c4c"},"resourceType":"Specimen"} +{"id":"45d49497-be7f-57f8-a19f-b9b9c69c39cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000756"}],"subject":{"reference":"Patient/69806400-7ce1-56f4-a5d8-33bd6277560c"},"resourceType":"Specimen"} +{"id":"efeec8cd-5469-54ee-8cfc-a4cbca4e13af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000757"}],"subject":{"reference":"Patient/8ebad833-55ba-587b-99f9-8b96c909fb3b"},"resourceType":"Specimen"} +{"id":"1c749af1-2443-5f10-a70c-c9f2b0988f78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000758"}],"subject":{"reference":"Patient/7bec8dcf-13f0-5c3f-be91-c434ba24ba8f"},"resourceType":"Specimen"} +{"id":"a572ed51-eb68-5a2e-bf46-b08442650ca5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000759"}],"subject":{"reference":"Patient/c9bb6742-1983-562e-8347-bd5395d6e02e"},"resourceType":"Specimen"} +{"id":"855f4f86-1b71-5d34-8970-071a287398f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000760"}],"subject":{"reference":"Patient/38e85aa2-c301-5fbb-abc3-b331faf627d1"},"resourceType":"Specimen"} +{"id":"4334cc23-c189-5007-84c9-b2c28095ba00","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000761"}],"subject":{"reference":"Patient/96a05196-ee5c-5e74-9a07-49b65c6110de"},"resourceType":"Specimen"} +{"id":"0552b178-6ff8-5dbb-9da0-6976aa5bee78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000762"}],"subject":{"reference":"Patient/065df4b2-57a7-5e5f-8053-cb48a8bbc8d7"},"resourceType":"Specimen"} +{"id":"ab5d7914-b283-5e1c-b815-8e54ea439972","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000763"}],"subject":{"reference":"Patient/3a69c9cd-2b30-5f96-9250-00872067510f"},"resourceType":"Specimen"} +{"id":"17ea4f6d-2633-5475-9326-1778eff8aeb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000764"}],"subject":{"reference":"Patient/c3f5188a-0678-54c3-8af6-b778c7eb7a76"},"resourceType":"Specimen"} +{"id":"ba7240c6-e3d8-5f1a-9e11-ebc5a2dca85b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000765"}],"subject":{"reference":"Patient/daed0ec4-d880-529a-b938-208d0508fad3"},"resourceType":"Specimen"} +{"id":"e791d5cf-ac62-52aa-926a-2b234e5dbbbf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000766"}],"subject":{"reference":"Patient/9f49317a-1a7d-5f56-bed6-b157e4b15550"},"resourceType":"Specimen"} +{"id":"b7cedb79-7dd6-575e-898c-ff8b7a60f785","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000767"}],"subject":{"reference":"Patient/f6a45641-aa24-59e1-a855-f43770df6e20"},"resourceType":"Specimen"} +{"id":"1c6e5a6a-352c-5111-a41f-d04dce07ad5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000768"}],"subject":{"reference":"Patient/eaf28b0d-9e0f-5632-9527-8f21bdb697d9"},"resourceType":"Specimen"} +{"id":"2595dea8-1524-5b33-8425-d881134fb9ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000769"}],"subject":{"reference":"Patient/f5a86008-85f4-5812-b776-5aa202c447c1"},"resourceType":"Specimen"} +{"id":"155f849d-af6e-5dab-8d7c-e3b7a6544c74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000770"}],"subject":{"reference":"Patient/61a2fab1-fd4a-5698-9bab-98be00adf1af"},"resourceType":"Specimen"} +{"id":"0c7c2974-2bd7-595c-9e35-4069cacaf76f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000771"}],"subject":{"reference":"Patient/e15b1397-ff16-5076-9a65-24e0593e1d32"},"resourceType":"Specimen"} +{"id":"2a066209-610f-5b47-ad4a-33106bce7551","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000772"}],"subject":{"reference":"Patient/cf786d70-1d07-5b0d-8047-6fe081641f4c"},"resourceType":"Specimen"} +{"id":"51fbd209-bc6e-5937-9d79-018bc343b78b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000773"}],"subject":{"reference":"Patient/32037497-3078-59eb-a769-3df97d052fff"},"resourceType":"Specimen"} +{"id":"8d10d3d8-3730-50f4-a123-18c3917bf537","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000774"}],"subject":{"reference":"Patient/0fbd6254-9cb6-5a9b-9533-08f6fbaa74d2"},"resourceType":"Specimen"} +{"id":"549d6312-0a31-50aa-a82b-0ae022fa4818","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000775"}],"subject":{"reference":"Patient/2af05ccf-d3c8-5459-9dba-56e1026f1e6e"},"resourceType":"Specimen"} +{"id":"3651a44b-58c2-5374-8302-1f469008892c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000776"}],"subject":{"reference":"Patient/d3bf68ea-57ea-50fa-b754-1d90a954a5d3"},"resourceType":"Specimen"} +{"id":"9396e6cc-cf8a-5b05-919f-024d0af25f62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000777"}],"subject":{"reference":"Patient/2662c8a6-dc4f-528e-96be-b8e287776b41"},"resourceType":"Specimen"} +{"id":"8ddd7ebe-9fb5-523d-9a89-33227787dfd8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000778"}],"subject":{"reference":"Patient/3d8f072b-4f4e-5307-8c44-a8eb6611feea"},"resourceType":"Specimen"} +{"id":"34538dfc-781b-561d-b1ec-4daca3222f9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000779"}],"subject":{"reference":"Patient/b13f138d-de65-535c-8bca-1e8f33ef3d4d"},"resourceType":"Specimen"} +{"id":"2cc9ce9d-1444-55ec-b66c-044dc54c5ff9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000780"}],"subject":{"reference":"Patient/ebb47f05-1f59-5a3a-8cef-94bf2d6a7446"},"resourceType":"Specimen"} +{"id":"bbfcf2e8-738a-5101-a3a7-56fab96439c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000781"}],"subject":{"reference":"Patient/d7ae7604-09e0-532d-aafa-5a784c22777f"},"resourceType":"Specimen"} +{"id":"5264ed79-e8a1-5cf5-a181-e8a14429e879","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000782"}],"subject":{"reference":"Patient/7696d36c-82b2-5aec-b245-7502bc276975"},"resourceType":"Specimen"} +{"id":"19184fef-14ff-5cb7-bd3d-d4a1f543a489","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000783"}],"subject":{"reference":"Patient/1b34cdaf-ab9e-5cfc-9cb7-e2151775a9f0"},"resourceType":"Specimen"} +{"id":"bb266e1d-7622-5ca7-b619-9077980c3152","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000785"}],"subject":{"reference":"Patient/e86e7748-dbc0-595d-848c-bc4029fa68a9"},"resourceType":"Specimen"} +{"id":"d725e908-8c50-5a17-bb32-78650fc9ebc6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000786"}],"subject":{"reference":"Patient/96ca172f-527e-56ed-b999-d77414ae9844"},"resourceType":"Specimen"} +{"id":"cd76a67c-1e4a-5bcc-84d2-290e2df1a64d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000787"}],"subject":{"reference":"Patient/064c8270-4aaf-53de-9322-89ab798c33d0"},"resourceType":"Specimen"} +{"id":"ba0fb672-7873-55ba-ac10-a4761b3e6df8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000789"}],"subject":{"reference":"Patient/c80d210c-b330-55de-b595-dba2e2a116f7"},"resourceType":"Specimen"} +{"id":"5c13c069-5f36-5ee6-9029-2def8f577d0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000793"}],"subject":{"reference":"Patient/09add51a-8939-5d11-ba45-d4f429ad9472"},"resourceType":"Specimen"} +{"id":"ea71c6fc-e7f4-5070-97cc-23ebfecc8788","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000794"}],"subject":{"reference":"Patient/b4a54923-077e-5dc6-8c66-655a131b684c"},"resourceType":"Specimen"} +{"id":"d36f7b9b-0831-5180-8da7-d9c34423d361","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000795"}],"subject":{"reference":"Patient/5a92901c-c0cd-5ce5-9128-05e2c8152dab"},"resourceType":"Specimen"} +{"id":"24176685-dee2-5dea-b875-08b560be4532","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000796"}],"subject":{"reference":"Patient/72be44e6-a65b-51ee-846c-13c9083f16aa"},"resourceType":"Specimen"} +{"id":"5153ce17-c0ed-548f-bd27-a0a7829883ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000797"}],"subject":{"reference":"Patient/9b7b9b68-67a0-51da-b2f6-20e5db50c400"},"resourceType":"Specimen"} +{"id":"39ef601e-e971-5aaf-850f-5c88b55233c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000798"}],"subject":{"reference":"Patient/7ad33d2e-f22d-5cdd-9243-efa3e8f043d2"},"resourceType":"Specimen"} +{"id":"e332b4e6-ce4a-5c1f-a7eb-6438b789c8ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000799"}],"subject":{"reference":"Patient/7004e440-0a20-52c8-a860-435446fc9be1"},"resourceType":"Specimen"} +{"id":"72f6ad82-4d6a-56f8-8b89-65c9ecd8267e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000800"}],"subject":{"reference":"Patient/cd150b5a-e97a-58d4-9448-e6690291af11"},"resourceType":"Specimen"} +{"id":"bf2fa1a1-9f3f-5658-9dc7-957f0e26e08c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000801"}],"subject":{"reference":"Patient/3fc5fb40-10dc-5651-8865-03b4fa371a97"},"resourceType":"Specimen"} +{"id":"a34b3604-c101-59d3-9b67-356bca11ea0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000802"}],"subject":{"reference":"Patient/009c9086-1c48-5eea-acc4-270d29962b23"},"resourceType":"Specimen"} +{"id":"7a6d9368-798f-5486-a7d1-148cbf438e58","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000803"}],"subject":{"reference":"Patient/35481f23-eec0-5ed3-b949-5bc4ffc6d184"},"resourceType":"Specimen"} +{"id":"8abc3b51-8aa6-57e7-a739-5eeaec065c5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000804"}],"subject":{"reference":"Patient/0e8c98e1-2ba1-5799-915d-1ef427eab2a2"},"resourceType":"Specimen"} +{"id":"5f39c130-15db-5f58-8396-c34c7692ed34","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS000805"}],"subject":{"reference":"Patient/18cd63ba-4352-5415-8d6c-b29e72af2514"},"resourceType":"Specimen"} +{"id":"ed6acb77-7a48-5daa-95f4-ad972a30c6bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001259"}],"subject":{"reference":"Patient/5b018154-0c25-5626-8184-1f41340dfe46"},"resourceType":"Specimen"} +{"id":"8d38b040-ed14-5df4-91ab-73985889991c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001261"}],"subject":{"reference":"Patient/30855302-1d77-5a50-b80b-904475ef3491"},"resourceType":"Specimen"} +{"id":"ae163d77-9c3c-5bf8-ac73-8886e42e8faa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001262"}],"subject":{"reference":"Patient/2360aabb-e9da-5b4c-af5d-f783fe988042"},"resourceType":"Specimen"} +{"id":"b3d0faa7-5c9a-57a5-88da-36511a2bc3ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001263"}],"subject":{"reference":"Patient/6bafa8d3-c927-50be-ba5e-a4173c8da7e2"},"resourceType":"Specimen"} +{"id":"e3c5b21f-8f60-5af8-8696-3efa4412946c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001364"}],"subject":{"reference":"Patient/af2ab368-bda6-5c78-9dec-45c48febe784"},"resourceType":"Specimen"} +{"id":"366d7399-4492-55f1-bec0-0dcf9eed0243","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001366"}],"subject":{"reference":"Patient/ea4f8ae0-ff76-5ccf-b63a-623af9c1ef0e"},"resourceType":"Specimen"} +{"id":"ea25d44b-e331-51a9-a00c-e9821f3724e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001367"}],"subject":{"reference":"Patient/214ffedc-fe1f-5450-b65d-57f8cd6d1b34"},"resourceType":"Specimen"} +{"id":"9c86bb94-f37d-566c-8556-9dca335ecc38","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001368"}],"subject":{"reference":"Patient/6bb4a26a-a1ad-52ac-bc0c-5efdc015ec10"},"resourceType":"Specimen"} +{"id":"87021822-ab51-5d7c-bbc2-a568014f9268","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001369"}],"subject":{"reference":"Patient/ee8b3a60-5fee-5896-b8c8-da5c0449041c"},"resourceType":"Specimen"} +{"id":"846992e9-3126-5394-bcc9-e17609208a10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001370"}],"subject":{"reference":"Patient/1946d7f0-4fd3-5626-8f32-7fb149af3158"},"resourceType":"Specimen"} +{"id":"99d99b6b-45c9-5445-a997-83a970f445b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001371"}],"subject":{"reference":"Patient/9ae33036-fd8d-5a85-b3e7-6d522a7554e3"},"resourceType":"Specimen"} +{"id":"137f5649-345b-5624-8555-56121feccc38","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001372"}],"subject":{"reference":"Patient/741b3bc4-ca66-5181-8200-c8b42188db5c"},"resourceType":"Specimen"} +{"id":"8485746b-e330-5262-a874-7ddcff271f48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001373"}],"subject":{"reference":"Patient/aaac57e2-ed2d-5db5-92af-4f8f651b896c"},"resourceType":"Specimen"} +{"id":"48cebfeb-b765-54e4-bbc0-6af25a5e4b08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001374"}],"subject":{"reference":"Patient/e8956340-f6f3-5114-b6f3-ec0111fb65af"},"resourceType":"Specimen"} +{"id":"71ca3515-2b6a-52cf-9e59-59ca2d893d55","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001375"}],"subject":{"reference":"Patient/54f1ffbe-e063-57ca-a54e-848fa732b351"},"resourceType":"Specimen"} +{"id":"dc039c11-6de3-5cc2-b456-1d781215e716","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001376"}],"subject":{"reference":"Patient/216eb931-da5d-5045-a06e-e7df93a3696c"},"resourceType":"Specimen"} +{"id":"edba16fd-0b8d-5d74-b7d1-fbb7bc801395","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001379"}],"subject":{"reference":"Patient/92e810cb-6a9e-5e0d-880e-7d26999d26c4"},"resourceType":"Specimen"} +{"id":"d2e9e302-b217-5eaa-985d-b8ccd04caed3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001384"}],"subject":{"reference":"Patient/05cb1d9c-e2c6-5d70-98c7-4e508886a89d"},"resourceType":"Specimen"} +{"id":"a5971f8b-8e49-554d-be57-9504cece67a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001386"}],"subject":{"reference":"Patient/a7c34a66-0582-537b-b1f4-64b646df6c26"},"resourceType":"Specimen"} +{"id":"c7b480b9-5fec-5126-b2b5-2e35a0377f0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001387"}],"subject":{"reference":"Patient/35c83af4-7fba-5b00-b6f4-e7892100bfc4"},"resourceType":"Specimen"} +{"id":"2144b463-4ba7-575e-974e-e60187e6e139","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001388"}],"subject":{"reference":"Patient/76b4d9cb-cb82-5e17-a720-b02333903431"},"resourceType":"Specimen"} +{"id":"0f86c0b7-3cdf-5e75-b461-78aa4b1de253","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001389"}],"subject":{"reference":"Patient/aa801f9f-35d5-57aa-9d77-713093db5a28"},"resourceType":"Specimen"} +{"id":"80d7d80c-3213-5dc3-9656-a6b88968b9f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001467"}],"subject":{"reference":"Patient/23a4d6db-79c7-5b78-a4f2-a9005fc78de8"},"resourceType":"Specimen"} +{"id":"75b57e82-5fca-5201-8600-d34c6036738f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001468"}],"subject":{"reference":"Patient/211ee60b-fb87-5331-9cc9-d05a9004733f"},"resourceType":"Specimen"} +{"id":"4faed1a2-1a2b-58d5-9655-c3fad7f76a37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001469"}],"subject":{"reference":"Patient/fe553819-423d-5bd5-ae2d-f9bd78d0139f"},"resourceType":"Specimen"} +{"id":"74785095-c29b-531f-9548-a373702d627f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001470"}],"subject":{"reference":"Patient/4c162c49-b13b-5a7c-bee1-01d17dff77a6"},"resourceType":"Specimen"} +{"id":"3efa4a43-7a02-5090-985a-bdb396e26727","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001471"}],"subject":{"reference":"Patient/3f9f8ca3-61ae-54c3-9d40-7000c9b93b78"},"resourceType":"Specimen"} +{"id":"7f5823f5-6114-5790-bb4c-8a65a38d2e7d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001472"}],"subject":{"reference":"Patient/b6e536d2-30c8-51b4-bb5b-caf43ffb5e59"},"resourceType":"Specimen"} +{"id":"ad627311-0a7f-58bb-ab4e-c84bce401c54","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001473"}],"subject":{"reference":"Patient/3238d1ae-4d60-56fa-82cc-49aff91c5634"},"resourceType":"Specimen"} +{"id":"58a74f30-1986-5b23-a959-488f5310453c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001474"}],"subject":{"reference":"Patient/e6d9858b-6fe0-533d-bbef-72c5a846f27a"},"resourceType":"Specimen"} +{"id":"d4b03f03-e286-553c-89a7-39027268bcf6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001477"}],"subject":{"reference":"Patient/9b91afbf-6f58-5bbe-841f-e7e3517b128c"},"resourceType":"Specimen"} +{"id":"89248289-0ca4-570e-902c-2419e83ae5e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001478"}],"subject":{"reference":"Patient/698a8c2e-4972-5e6c-b188-7e2ff241e1bf"},"resourceType":"Specimen"} +{"id":"cb2b1d2c-d7ba-5d93-ac4d-8dbe1ae62ab0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001479"}],"subject":{"reference":"Patient/039a024e-2ec3-5a76-8bd1-ca7d8a5e55f4"},"resourceType":"Specimen"} +{"id":"cf053b1e-f6e5-502f-a53e-22ac34b22dde","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001480"}],"subject":{"reference":"Patient/bce2099d-b217-5f55-9f41-c3ef0c75a215"},"resourceType":"Specimen"} +{"id":"50cfc93c-d4bf-52f7-8327-7c6b6de7e18f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001481"}],"subject":{"reference":"Patient/02bf4035-e25c-56b7-8a84-14748d0e26ff"},"resourceType":"Specimen"} +{"id":"9ebcb090-06a7-53eb-b01b-2d97cbafd944","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001482"}],"subject":{"reference":"Patient/cf488362-fe2d-5cd8-9395-b0d31deb238f"},"resourceType":"Specimen"} +{"id":"8be88296-6944-5a5e-aa88-77f7c88b0944","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001483"}],"subject":{"reference":"Patient/e738b9aa-c87e-5d06-92ab-5a7c3323918b"},"resourceType":"Specimen"} +{"id":"696eeaac-7e4b-5201-a9f1-9688b8c3a126","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001484"}],"subject":{"reference":"Patient/d5a8f17c-e020-53d3-bf11-f9f6901faf3f"},"resourceType":"Specimen"} +{"id":"b9bd02a3-8799-5c1b-b2c2-4ef2f19bee72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001485"}],"subject":{"reference":"Patient/49afd642-3dd2-5289-af40-7c8011e5d9f7"},"resourceType":"Specimen"} +{"id":"a21539c8-1754-5045-9329-a70e4e1ab713","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001486"}],"subject":{"reference":"Patient/527d2486-b159-5f23-8f74-637df0435e21"},"resourceType":"Specimen"} +{"id":"ce358faa-1f91-5506-ac5b-8b5477d358d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001487"}],"subject":{"reference":"Patient/ec13d303-9c13-5921-bd6e-0c664be8d327"},"resourceType":"Specimen"} +{"id":"9165563d-2318-5296-a6db-0aaa667dcc27","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001488"}],"subject":{"reference":"Patient/48bd7217-e654-5df6-abf8-ba4c431f4f4a"},"resourceType":"Specimen"} +{"id":"0687dee7-8dc0-5efd-bf7f-8a1e3004e092","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001489"}],"subject":{"reference":"Patient/bd2a71e1-2fec-5fec-9051-6d33b1f4c55a"},"resourceType":"Specimen"} +{"id":"f79d1ed4-e341-53a9-8cf9-8c53c3fb8d33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001490"}],"subject":{"reference":"Patient/fb36c243-0388-541e-ad8a-702b6c11d847"},"resourceType":"Specimen"} +{"id":"5b9a6c69-9f6f-5902-8200-88a61d4303c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001492"}],"subject":{"reference":"Patient/e38fc91e-ed6c-574b-9cd1-eebe1b3d7aef"},"resourceType":"Specimen"} +{"id":"ab0569cc-7c6c-51fd-acce-7e7aca9250dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001493"}],"subject":{"reference":"Patient/680b3e4a-01d6-5c53-9dd7-0420fd97d0a4"},"resourceType":"Specimen"} +{"id":"0cfc5924-4e72-5c6f-8533-a538267b31fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001494"}],"subject":{"reference":"Patient/9de328ce-6982-572b-aa13-8d7fa411ecfd"},"resourceType":"Specimen"} +{"id":"8febd657-f5ae-519a-be45-17e9dab88131","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001495"}],"subject":{"reference":"Patient/34f09cef-c525-5453-a83b-25aa941eaa87"},"resourceType":"Specimen"} +{"id":"6f770df8-5c2a-5398-9e6a-01b3ded26e19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001496"}],"subject":{"reference":"Patient/d0bcc4cc-3367-56bb-aa85-7920009ac131"},"resourceType":"Specimen"} +{"id":"1da3755f-7689-5760-ab8a-9fa829370352","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001497"}],"subject":{"reference":"Patient/26466483-11da-51c6-8d1c-bc96b05eb7f2"},"resourceType":"Specimen"} +{"id":"0b72e74c-3004-5f17-b195-a5b90a530f72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001498"}],"subject":{"reference":"Patient/98291c86-6e0c-517f-9fcd-07e03406a515"},"resourceType":"Specimen"} +{"id":"dc3eaf4a-9e5a-5574-bb8e-af954d52df1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001499"}],"subject":{"reference":"Patient/1ad0114c-247b-5cdd-bf0a-07ec7dffe5e0"},"resourceType":"Specimen"} +{"id":"deee8b4f-1bd9-5a73-abb5-1555a759035e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001500"}],"subject":{"reference":"Patient/93774168-64c1-5dee-bd7a-5b7b6804a747"},"resourceType":"Specimen"} +{"id":"eac141d1-b456-5d80-8aea-01a6af99b715","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001501"}],"subject":{"reference":"Patient/81b5b566-3bea-585f-bf13-715ad4eeeb96"},"resourceType":"Specimen"} +{"id":"59e00d06-6a1c-53b4-a29d-83f1d604f468","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001502"}],"subject":{"reference":"Patient/a0af433a-55e4-5eee-8f8c-293af07be864"},"resourceType":"Specimen"} +{"id":"9b9423c7-084b-5fda-b64a-71acbc55c326","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001503"}],"subject":{"reference":"Patient/a065c22f-4203-59b2-9a60-cbd7274fe421"},"resourceType":"Specimen"} +{"id":"7af81b38-02cd-5d2e-b93f-c213425b6ea4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001505"}],"subject":{"reference":"Patient/c34542ff-9d10-50bb-8406-86d08c0a6038"},"resourceType":"Specimen"} +{"id":"f23b3c1f-5b2d-5550-a481-60acbed4ecd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001506"}],"subject":{"reference":"Patient/286f7a82-1635-50ca-9136-a3f13e111dec"},"resourceType":"Specimen"} +{"id":"c596b1ba-e430-5e25-bfd7-777b05a0ce43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001507"}],"subject":{"reference":"Patient/95f4382a-5377-5f11-8418-2fd2bddebf0e"},"resourceType":"Specimen"} +{"id":"8da1ef39-9962-5e69-a83c-286b7c2d6cd9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001512"}],"subject":{"reference":"Patient/3293c83f-4fb1-5061-a959-32886eda67a5"},"resourceType":"Specimen"} +{"id":"7aea78b3-29ea-5f65-924b-01fb35505ce1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001513"}],"subject":{"reference":"Patient/b99da706-e597-5e59-9556-66565894c248"},"resourceType":"Specimen"} +{"id":"ebbc2c3a-d629-5973-82c4-917f41badd97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001514"}],"subject":{"reference":"Patient/c139bff1-ff20-5240-8ca9-6519ed2409ff"},"resourceType":"Specimen"} +{"id":"9e3a63d3-12cd-5680-93a3-844d94e655b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001545"}],"subject":{"reference":"Patient/85dacc6f-5d44-5be5-b634-8ea70952b80d"},"resourceType":"Specimen"} +{"id":"d86c19c2-19cf-596b-9347-134f5d16ba4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001546"}],"subject":{"reference":"Patient/4ad2c30a-ab92-5bcc-ae7a-a8031bcdc99f"},"resourceType":"Specimen"} +{"id":"b4dbd0bf-19a6-5289-91e3-02491db5cf0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001547"}],"subject":{"reference":"Patient/6145dd5c-b458-5c37-bc61-89737947704f"},"resourceType":"Specimen"} +{"id":"f8d6ff12-5191-5f21-984f-34d3eff13292","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001548"}],"subject":{"reference":"Patient/47b443fb-4f52-5ce7-abe9-5455db6201f3"},"resourceType":"Specimen"} +{"id":"27bb6317-82e1-5297-b964-902513fc9120","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001550"}],"subject":{"reference":"Patient/096e975d-406a-5197-9495-6910ef41dc46"},"resourceType":"Specimen"} +{"id":"e68f90b1-ab11-510b-8104-e5d4c4d82545","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001552"}],"subject":{"reference":"Patient/d4c987ea-0375-5c35-8b3e-b7be41adbf33"},"resourceType":"Specimen"} +{"id":"1e170f09-218a-5cfb-80ec-db0cfa8e2f7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001553"}],"subject":{"reference":"Patient/c12209ac-78bc-5954-b240-a5fdb81d96a5"},"resourceType":"Specimen"} +{"id":"a893b620-e33f-586c-924b-9035c67a72de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001554"}],"subject":{"reference":"Patient/379cb791-a177-5d45-b875-53cf1dcb7066"},"resourceType":"Specimen"} +{"id":"86541bd4-78b4-5620-b580-9405b8556568","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001555"}],"subject":{"reference":"Patient/e6dad89f-ef1a-5313-8260-5170b28e6c48"},"resourceType":"Specimen"} +{"id":"8b906d91-b1e2-5dc5-95cc-eff5c897f4fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001556"}],"subject":{"reference":"Patient/aa91af24-c7bc-5565-bd19-c9faf98d04be"},"resourceType":"Specimen"} +{"id":"9f8fb11a-3c87-551b-ae0b-dfc4642632ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001557"}],"subject":{"reference":"Patient/f4401959-1e8b-56eb-bbab-497f0f41d69a"},"resourceType":"Specimen"} +{"id":"afda9d38-1ed6-512b-bb14-103a676673c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001558"}],"subject":{"reference":"Patient/1b15680a-7310-5051-994f-195b3dbcc108"},"resourceType":"Specimen"} +{"id":"a90daa3c-1203-52c2-a4df-4255e2516ba5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001559"}],"subject":{"reference":"Patient/d228d7f1-735b-55d9-83fe-054d8fd758e4"},"resourceType":"Specimen"} +{"id":"a27b6947-6642-58c6-bee2-fad4dc86a0aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001560"}],"subject":{"reference":"Patient/ae98e285-aed9-5efe-bfe3-8c8b756df828"},"resourceType":"Specimen"} +{"id":"02ba7e07-4c31-5db9-8bdc-ae38cce9932a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001561"}],"subject":{"reference":"Patient/daed6a3c-6d83-5999-a1e0-dc3e3387575e"},"resourceType":"Specimen"} +{"id":"9956db38-28eb-52fd-8688-8f149c3d4f2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001562"}],"subject":{"reference":"Patient/46eb98f2-4f54-567c-beea-3d9e2d144e66"},"resourceType":"Specimen"} +{"id":"26f9db7a-89ac-5935-a6cd-1fb9e31c40b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001563"}],"subject":{"reference":"Patient/5785c166-1bf9-5950-aeca-00df5911f185"},"resourceType":"Specimen"} +{"id":"5ce8fed0-7d0d-51c7-b580-ce06d0444917","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001564"}],"subject":{"reference":"Patient/bc19d217-39d4-55e5-aa07-37aedc4deb72"},"resourceType":"Specimen"} +{"id":"e7ed1a1e-ff23-57b2-af1c-f56548cd06b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001565"}],"subject":{"reference":"Patient/f4104da6-7494-51b0-85a8-e9fd1dbf1ccc"},"resourceType":"Specimen"} +{"id":"69d20042-c015-5f5c-9784-21d721049c0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001566"}],"subject":{"reference":"Patient/9f8c274f-87df-55f4-9a55-f8f49510f662"},"resourceType":"Specimen"} +{"id":"b1150de7-5375-59af-a792-47e4150932a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001567"}],"subject":{"reference":"Patient/a50138e8-10fa-5418-bc32-3f4d69caaa32"},"resourceType":"Specimen"} +{"id":"06ece0d0-e353-5fc2-90fd-2460bc89fffc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001568"}],"subject":{"reference":"Patient/e4b032ad-50be-5150-ba0f-647dba96cb0f"},"resourceType":"Specimen"} +{"id":"b0280603-5259-5b1f-8538-f562c718cc48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001569"}],"subject":{"reference":"Patient/a9090400-f38a-51fb-861a-2015811ae2c3"},"resourceType":"Specimen"} +{"id":"7de53062-593f-5e1b-b5d9-12c9750a3349","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001570"}],"subject":{"reference":"Patient/bf341030-2116-563f-88fd-042c3fbe7229"},"resourceType":"Specimen"} +{"id":"7d2971f0-a5ad-52b7-bd7b-a1333a4faa4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001571"}],"subject":{"reference":"Patient/7a9d2513-bf1b-55e5-897f-824d65c02d47"},"resourceType":"Specimen"} +{"id":"23543282-6294-563f-bef2-a2ecc6b6c032","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001573"}],"subject":{"reference":"Patient/acd64024-498f-567c-855b-5d1fc21a41a0"},"resourceType":"Specimen"} +{"id":"c4875def-7d4d-5e11-b1ba-7623f6f1a3a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001575"}],"subject":{"reference":"Patient/dd347ca3-8bf6-54f0-89be-8cdc94e3994d"},"resourceType":"Specimen"} +{"id":"34ff46b6-08d1-5a2e-9f72-770f93546e4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001577"}],"subject":{"reference":"Patient/e2bd0a6c-fe1e-5509-b269-72ce09d66db5"},"resourceType":"Specimen"} +{"id":"78805676-0708-5edc-a6c2-87cdb3c6d11c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001579"}],"subject":{"reference":"Patient/a28c9b09-c65c-53f8-a981-dc449da4f4dd"},"resourceType":"Specimen"} +{"id":"7714bf33-e226-598a-b7e1-f81d29b3acac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001580"}],"subject":{"reference":"Patient/7fa39ad1-e70a-5760-aeee-58bbd5234ba7"},"resourceType":"Specimen"} +{"id":"e89c1252-125e-5705-a82d-cd91cb7768e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001581"}],"subject":{"reference":"Patient/45ed3532-3c61-5591-bdaf-5988ee748fd0"},"resourceType":"Specimen"} +{"id":"b016e6ec-43ab-5e98-aba4-df68608f331d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001582"}],"subject":{"reference":"Patient/6b03fd7d-daad-57a2-87ac-d8eeed03aaff"},"resourceType":"Specimen"} +{"id":"ac45981f-2f5d-5c0b-a032-6c7e1a5e4664","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001583"}],"subject":{"reference":"Patient/eb97a69d-20bf-5a86-8542-f7aa8f098b49"},"resourceType":"Specimen"} +{"id":"e980dd50-f8e8-5217-9308-94a7f926e6f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001584"}],"subject":{"reference":"Patient/7af2a2ac-2f61-5b2e-bc8a-41f72be7c5e1"},"resourceType":"Specimen"} +{"id":"08c7e37e-8113-505f-957a-8bdc487e8a17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001585"}],"subject":{"reference":"Patient/e3baa26d-9365-543d-ad4e-660893da8205"},"resourceType":"Specimen"} +{"id":"c0fee2d9-efc1-5b50-803c-1db503c0ec16","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001588"}],"subject":{"reference":"Patient/954babbd-495b-59f0-9695-953e7c8f4a05"},"resourceType":"Specimen"} +{"id":"8af8c00d-0509-510c-864d-024d0c4937c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001589"}],"subject":{"reference":"Patient/00a5ca7b-6994-5156-bb17-d68bef73508c"},"resourceType":"Specimen"} +{"id":"1d683c10-cc85-5625-988e-3d4b77431592","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001590"}],"subject":{"reference":"Patient/b783a2ed-3004-58ed-aae0-6bbf09311b07"},"resourceType":"Specimen"} +{"id":"8ab68a70-b3f3-5519-b0da-7822ec302595","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001591"}],"subject":{"reference":"Patient/d5935a13-2976-55b0-92ed-0656840fec9c"},"resourceType":"Specimen"} +{"id":"bb487986-ab9f-5011-85e7-995fda5fe216","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001592"}],"subject":{"reference":"Patient/1240f655-5496-5c40-83ed-7d4a6e256857"},"resourceType":"Specimen"} +{"id":"fcfa057f-4f8a-568e-968b-784b90e66ec3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001594"}],"subject":{"reference":"Patient/835a119d-d474-521f-941d-093f75bd8f52"},"resourceType":"Specimen"} +{"id":"e47bc915-e8d0-55a1-a6ca-9818a448bfad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001595"}],"subject":{"reference":"Patient/5cee8407-7aa9-53d9-a807-7ad0f83f077b"},"resourceType":"Specimen"} +{"id":"32838d30-c6cb-5e71-af95-5b150408ffd0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001596"}],"subject":{"reference":"Patient/d7cf9569-a0bf-5771-8bdd-20b0f4eedce1"},"resourceType":"Specimen"} +{"id":"15234fff-562f-56cf-9d33-c8cfdb6cfdca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001598"}],"subject":{"reference":"Patient/e8ece533-bb6a-5695-81d2-f33b2765ab1a"},"resourceType":"Specimen"} +{"id":"2f98c19d-50e7-5cf5-8e5c-6d433bcf09e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001600"}],"subject":{"reference":"Patient/df40d3c8-1ee0-59ed-8dc7-b8918d69e267"},"resourceType":"Specimen"} +{"id":"44c0bc2c-61eb-5708-b721-c39fa18aa2cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001601"}],"subject":{"reference":"Patient/6bd47bee-f434-5573-a1a0-d218a789e2ee"},"resourceType":"Specimen"} +{"id":"4958f557-73c7-5d75-9a57-075ce946d31c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001603"}],"subject":{"reference":"Patient/774e4c87-4f9c-5f9b-ac56-9c7e8ff6a6d7"},"resourceType":"Specimen"} +{"id":"88d7fd33-bf9f-5489-9084-bbc1986ff9ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001604"}],"subject":{"reference":"Patient/dfe86e45-d3f1-5b06-91ca-1d0120ef88d3"},"resourceType":"Specimen"} +{"id":"17f1ad6a-6d90-518a-8870-b8061cb5c540","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001605"}],"subject":{"reference":"Patient/65567bf6-db23-57ea-ac73-233aa25d5f30"},"resourceType":"Specimen"} +{"id":"f7681517-b6e5-55ea-aaec-5ae216e41b24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001606"}],"subject":{"reference":"Patient/7fba446b-d24c-571f-84ae-4712530c2211"},"resourceType":"Specimen"} +{"id":"c808ba1c-1e15-5e47-9669-87ec9bf5a8c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001607"}],"subject":{"reference":"Patient/835f9e46-b541-5848-83eb-43f627aeadf3"},"resourceType":"Specimen"} +{"id":"9a00756a-714b-5fd5-bedc-be272c792e27","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001608"}],"subject":{"reference":"Patient/3a4973d5-b718-536a-a77f-21b7b96104ed"},"resourceType":"Specimen"} +{"id":"12f67337-e7ac-569b-9476-34bd566788eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001610"}],"subject":{"reference":"Patient/ede44ec3-fd90-5357-9059-8a6944f87360"},"resourceType":"Specimen"} +{"id":"20422757-0f38-5a45-a55f-55ee7977f1d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001611"}],"subject":{"reference":"Patient/92ac3665-f7a1-5334-b46d-cb9f9c41c032"},"resourceType":"Specimen"} +{"id":"73a64e9a-5df1-5a1b-a231-14430d77d4d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001612"}],"subject":{"reference":"Patient/bee2797c-bb6f-5656-bb7b-bdc74066b2f1"},"resourceType":"Specimen"} +{"id":"bef721e6-d619-5309-a523-95c9f5512eac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001613"}],"subject":{"reference":"Patient/6f355a2b-377e-5a31-89cb-dfe3b6d8fb68"},"resourceType":"Specimen"} +{"id":"d24be718-4eb0-578b-9bfe-e299163e6f3e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001614"}],"subject":{"reference":"Patient/e2e866c5-ecbf-56b8-a04c-964dbc3ee59b"},"resourceType":"Specimen"} +{"id":"267bdd3c-e602-56ab-87d2-3522840fc055","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001615"}],"subject":{"reference":"Patient/e51736d3-7673-50df-8f93-de7b554a0429"},"resourceType":"Specimen"} +{"id":"cb17d29e-5149-5b02-b2c5-2d0f65c66913","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001616"}],"subject":{"reference":"Patient/824e8da5-fdd9-5297-9962-f2c4dc97f8ce"},"resourceType":"Specimen"} +{"id":"e600489a-3d7c-590d-b9c3-5924ce376b87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001618"}],"subject":{"reference":"Patient/667988d5-2256-54e3-9c3b-fd4f5958a35b"},"resourceType":"Specimen"} +{"id":"dc4fb7e4-0126-5992-942e-2732024ca41d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001620"}],"subject":{"reference":"Patient/58db06c0-2d26-5c9d-b14c-d34846595a31"},"resourceType":"Specimen"} +{"id":"d9ef92b9-b1e1-5e09-beab-d2a0c6c39dbf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001621"}],"subject":{"reference":"Patient/8e13f750-1715-5f29-bcc7-bb5a621e3094"},"resourceType":"Specimen"} +{"id":"45e85d77-dfe9-5f10-a20e-c5746fdab8e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001622"}],"subject":{"reference":"Patient/ca226a92-9d4f-5e1d-8979-458565275398"},"resourceType":"Specimen"} +{"id":"8d3c0abd-e4ff-5e30-a597-669106fd156e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001623"}],"subject":{"reference":"Patient/72c58200-be63-5e63-86a1-6c02b66ea3af"},"resourceType":"Specimen"} +{"id":"570a1e3f-d60c-5b06-b5c4-0ccdf509c297","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001624"}],"subject":{"reference":"Patient/743ac24e-e527-54eb-87c2-587ba29ea07f"},"resourceType":"Specimen"} +{"id":"efa680aa-2d7b-5897-8e52-9d64b7e7a279","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001625"}],"subject":{"reference":"Patient/1a5f5f7e-19ab-5506-9879-b4fe72038a64"},"resourceType":"Specimen"} +{"id":"3114d7d2-c089-595a-8061-0cfdde980780","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001627"}],"subject":{"reference":"Patient/01c1da48-6755-5242-beff-a479ba90795f"},"resourceType":"Specimen"} +{"id":"d5c329e9-f293-5de9-984b-0307ce512acc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001628"}],"subject":{"reference":"Patient/fc69e6a8-5cb4-57da-834f-b48c09dab039"},"resourceType":"Specimen"} +{"id":"ba3d529b-616c-5c40-990a-f42a3dcffdb2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001629"}],"subject":{"reference":"Patient/302faa9f-2e86-58c4-bf35-f1633c2df88c"},"resourceType":"Specimen"} +{"id":"9b785c78-37d1-5300-ae72-4971e434365d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001630"}],"subject":{"reference":"Patient/7e420247-e104-567f-b02a-ef7282411013"},"resourceType":"Specimen"} +{"id":"249986f0-03b7-54f4-8adb-d5be1e85e6e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001631"}],"subject":{"reference":"Patient/751d9d5d-9912-5406-a2ed-eba2d76a3133"},"resourceType":"Specimen"} +{"id":"2ad740d8-2cf4-5170-a524-54f88b08acd1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001632"}],"subject":{"reference":"Patient/40c328be-2206-54e9-a25c-8a5ec9bc58c6"},"resourceType":"Specimen"} +{"id":"02fbd12e-33bf-5db9-b7fc-0f89c8190df6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001633"}],"subject":{"reference":"Patient/3d5560f4-cfac-5cf0-a81d-e2414c0ab93e"},"resourceType":"Specimen"} +{"id":"16f2aecc-a31f-5e3d-83c4-ba7eb858acab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001634"}],"subject":{"reference":"Patient/4baac138-e8e0-5bce-ba34-5d36d306b094"},"resourceType":"Specimen"} +{"id":"3b88e507-f485-55e4-a8ed-df75c08952b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001635"}],"subject":{"reference":"Patient/f8b2538d-537e-5111-81e7-bf7c6caafd1e"},"resourceType":"Specimen"} +{"id":"bdcf4e04-3646-50f6-a8ac-3e6b2f543045","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001636"}],"subject":{"reference":"Patient/2bb2188c-fb4b-55ee-9f20-82447f59caf7"},"resourceType":"Specimen"} +{"id":"7562326b-0bb1-56b8-88e2-0243c0be9290","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001639"}],"subject":{"reference":"Patient/aab302cc-e532-597a-8caa-3268213efa1f"},"resourceType":"Specimen"} +{"id":"64534e54-f322-5fd7-aea2-9518daa58459","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001640"}],"subject":{"reference":"Patient/64a7ea68-c793-52bc-aa7f-5f254b792105"},"resourceType":"Specimen"} +{"id":"a23db5f9-18ec-5534-898f-5cb132af23bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001641"}],"subject":{"reference":"Patient/bdfe89eb-cc82-5ea9-a47e-9b6c89c5ab8b"},"resourceType":"Specimen"} +{"id":"b0578d60-ebec-5a36-9280-bff1a6190b45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001642"}],"subject":{"reference":"Patient/463aeb31-e235-5cf0-8f62-10d3cadeec1b"},"resourceType":"Specimen"} +{"id":"296d2a20-613f-50c0-b450-38c511a37451","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001643"}],"subject":{"reference":"Patient/c09fa01f-f457-55f8-902c-cbc197a4210b"},"resourceType":"Specimen"} +{"id":"1c8ca840-d247-5445-a6b2-73dd4db10655","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001670"}],"subject":{"reference":"Patient/3c0801e9-075e-5995-88f4-b5fc9c9325d4"},"resourceType":"Specimen"} +{"id":"2ad834c2-b57e-51ca-9b65-5e3c34a6b9a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001671"}],"subject":{"reference":"Patient/feee8058-75f2-5145-9730-ed52b333b47c"},"resourceType":"Specimen"} +{"id":"a03eeeff-37c3-5f5d-b142-a3b37f3b9965","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001672"}],"subject":{"reference":"Patient/e0700ca1-2c89-50d4-b028-fa0dbe087d56"},"resourceType":"Specimen"} +{"id":"c0c83971-24e2-5491-ad04-f36b52ac4e90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001673"}],"subject":{"reference":"Patient/3b44a9e9-9995-5485-aec3-5d6f0b385a2f"},"resourceType":"Specimen"} +{"id":"d070b5e4-5d3f-56c9-8436-e5e36655078f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001674"}],"subject":{"reference":"Patient/24645128-5fb2-5849-a646-e285885e4e2c"},"resourceType":"Specimen"} +{"id":"4a5637c3-88ec-563d-9e78-123e4bdf2bc2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001675"}],"subject":{"reference":"Patient/a4ca6713-c19b-5a0e-9513-8b9b5f9ef77a"},"resourceType":"Specimen"} +{"id":"8c50e35d-2eec-5876-83ee-ed0a3f0d5e3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001676"}],"subject":{"reference":"Patient/3f02297a-3ebf-5f21-92c4-19645b139403"},"resourceType":"Specimen"} +{"id":"90e9a7d6-63fb-54a3-9de4-f73243330331","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001677"}],"subject":{"reference":"Patient/db4cdf86-8ef9-53fc-a3d5-e09b4b8b98eb"},"resourceType":"Specimen"} +{"id":"ff06fbc5-e175-57d8-b25a-ae2bc51763cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001678"}],"subject":{"reference":"Patient/161572e0-9826-5b1c-b4b1-8da8eaaa2095"},"resourceType":"Specimen"} +{"id":"ae509b66-9214-55a3-9e7c-e3638a4ab6e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001679"}],"subject":{"reference":"Patient/29850f81-bfaf-56d9-8758-df28fcbf1489"},"resourceType":"Specimen"} +{"id":"8df6d4ad-f278-516d-b43b-50444c8fc842","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001680"}],"subject":{"reference":"Patient/3ccc3e39-fee6-5923-85a6-533a2f100e64"},"resourceType":"Specimen"} +{"id":"a7c93a1c-6b97-5b61-9ac8-fd8d1d1ca9d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001681"}],"subject":{"reference":"Patient/c4e47ff4-f7ec-57e7-b648-17e91265c705"},"resourceType":"Specimen"} +{"id":"953643ea-104f-51c8-a0f6-747bcf0a6961","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001682"}],"subject":{"reference":"Patient/5b1584d7-69a6-5d11-8aa7-7e4ce82fd533"},"resourceType":"Specimen"} +{"id":"1d8989b8-2702-598d-850e-eb2bda67c346","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001683"}],"subject":{"reference":"Patient/41360a91-97d0-5208-a5f7-c39041bc301e"},"resourceType":"Specimen"} +{"id":"35d297b4-80da-5c81-b26d-f35a6b57db76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001684"}],"subject":{"reference":"Patient/e34e0e57-bdea-5593-9e54-c3e98839693f"},"resourceType":"Specimen"} +{"id":"5d066747-2f6e-5f28-81d2-de9036bc90dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001685"}],"subject":{"reference":"Patient/97b38882-9c74-512d-847f-c316d8d6e913"},"resourceType":"Specimen"} +{"id":"098389ee-3af3-5f06-9b32-79f5afef480b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001686"}],"subject":{"reference":"Patient/91dba586-ea4e-57a4-9e19-c09f3cec0cc9"},"resourceType":"Specimen"} +{"id":"62c21a0d-e207-5cde-abd3-ca8d908fd0af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001687"}],"subject":{"reference":"Patient/735e94a2-55f4-5a8a-90f9-8bd2bed09dff"},"resourceType":"Specimen"} +{"id":"4e5daf11-4201-545c-9831-1b623864251f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001688"}],"subject":{"reference":"Patient/d2f8f1de-b1f6-5f4b-90aa-8250d3920695"},"resourceType":"Specimen"} +{"id":"5f8ae4ae-dc06-5aa6-9f22-3d7920db3e28","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001689"}],"subject":{"reference":"Patient/672fc657-db26-5449-8ecd-de717041f9d5"},"resourceType":"Specimen"} +{"id":"eff75086-a157-5d65-8e3c-034abe0a4b0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001690"}],"subject":{"reference":"Patient/e698a3ad-6e7a-5b1d-b342-1b07049379bf"},"resourceType":"Specimen"} +{"id":"f847c897-bd5a-59e4-87ee-4562e925b54b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001691"}],"subject":{"reference":"Patient/e9f3b06d-9dc9-5132-a890-7239becf39c4"},"resourceType":"Specimen"} +{"id":"a8235bd0-824a-525d-8ae8-ad939717e3ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001692"}],"subject":{"reference":"Patient/12745246-0776-5015-8743-d2c217d7d7f3"},"resourceType":"Specimen"} +{"id":"fc95a00b-4465-54c5-8be9-48b489bf7740","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001694"}],"subject":{"reference":"Patient/070ab54a-697f-5937-8886-fa2e720f15b4"},"resourceType":"Specimen"} +{"id":"bcfe6f0f-af77-53f0-a9ec-7fa3a100e7b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001695"}],"subject":{"reference":"Patient/fba04281-6b1d-520b-90a4-22dd97968e5a"},"resourceType":"Specimen"} +{"id":"4a1f9c72-d2c7-59aa-b145-d99a6dd0b7d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001696"}],"subject":{"reference":"Patient/3399e9e1-9e4d-536d-ab87-e87a5a2a624f"},"resourceType":"Specimen"} +{"id":"d5807496-ac8a-5440-bb3b-930bde482871","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001697"}],"subject":{"reference":"Patient/819a8842-2221-5b39-9782-349d7f2ccf95"},"resourceType":"Specimen"} +{"id":"266db573-aba7-50b6-84a3-ee9c404b3551","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001698"}],"subject":{"reference":"Patient/3c60ae47-abb7-5327-9801-3136a35540b3"},"resourceType":"Specimen"} +{"id":"b07833cd-afe2-5c59-9536-a0ce7f29ce63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001699"}],"subject":{"reference":"Patient/56ad1325-8f40-5c9e-8afc-67a97a47a436"},"resourceType":"Specimen"} +{"id":"bf6dbaff-05c2-57bd-a491-0fcaa1a92045","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001700"}],"subject":{"reference":"Patient/5d2c9d8e-0304-56c0-b6cb-173b493cc5ad"},"resourceType":"Specimen"} +{"id":"375ae2ab-39c4-551f-86e1-309b85b2aafb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001701"}],"subject":{"reference":"Patient/3e64bfba-bb57-5a46-8dc7-82adc28ee58e"},"resourceType":"Specimen"} +{"id":"939a8705-d351-5e6e-9fdf-306de022a812","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001702"}],"subject":{"reference":"Patient/edac87d0-7e5a-5010-976a-481ac92e737b"},"resourceType":"Specimen"} +{"id":"af196896-601a-5ccb-8baa-63c503579403","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001703"}],"subject":{"reference":"Patient/f9d45b0b-31ca-5069-ba5b-6ec6ec52c9b5"},"resourceType":"Specimen"} +{"id":"92f4d59c-ff70-546e-97d9-88a51e0dbb3e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001705"}],"subject":{"reference":"Patient/91173e82-aa1a-5d03-bc56-7473f1eb6090"},"resourceType":"Specimen"} +{"id":"3df1ff2b-7c17-593e-a999-24f9ea084cce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001706"}],"subject":{"reference":"Patient/f2e6c468-8c9c-5b81-b8a4-9d50144b4802"},"resourceType":"Specimen"} +{"id":"e332dba8-b6c5-5115-a3f0-e418aad72818","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001707"}],"subject":{"reference":"Patient/eba19c29-6654-5b3d-b43c-95800c3acb2d"},"resourceType":"Specimen"} +{"id":"3d1aa082-d203-5204-82d6-f3c28880c8f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001708"}],"subject":{"reference":"Patient/bdb28e85-3840-5320-b061-dc1001298b6e"},"resourceType":"Specimen"} +{"id":"9fcee0b1-db2a-5117-b8bc-1c861908690a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001709"}],"subject":{"reference":"Patient/1c10febb-3e4d-5517-89e9-010de39ffc86"},"resourceType":"Specimen"} +{"id":"e0c9d70d-a83b-5e66-b1a0-ca596abbc7cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001710"}],"subject":{"reference":"Patient/0e7db9ea-1223-5ede-a3ed-e4935cc1da24"},"resourceType":"Specimen"} +{"id":"38c0895c-7d8c-59fa-aba0-cabd6380185a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001711"}],"subject":{"reference":"Patient/52486580-9ec6-5596-a670-34b8d1e2e411"},"resourceType":"Specimen"} +{"id":"2b5de900-7be8-5f14-bbb0-913183803e0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001712"}],"subject":{"reference":"Patient/2661171a-0a65-590f-9ea8-c0c6618f299b"},"resourceType":"Specimen"} +{"id":"a3569b9e-ae36-52b6-8f54-4b7683144014","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001713"}],"subject":{"reference":"Patient/c98a1aab-ea7b-59c1-afaf-ea2fbe5010d0"},"resourceType":"Specimen"} +{"id":"c7f2945c-445f-56fa-8015-0daea2acc83c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001714"}],"subject":{"reference":"Patient/5915843e-bcfc-5a2c-8168-b2a5749c2382"},"resourceType":"Specimen"} +{"id":"f41b355f-1604-5de4-8356-8af165c8a51d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001715"}],"subject":{"reference":"Patient/d7a44e91-2ed4-5e56-ae6b-86c2aa755747"},"resourceType":"Specimen"} +{"id":"34a82dc5-4aca-58b3-9a6c-a694eb99ea96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001716"}],"subject":{"reference":"Patient/63c8c2ed-6d79-5ff9-bf5c-2537fb4ca6f0"},"resourceType":"Specimen"} +{"id":"b53bff33-557a-58cd-8f1b-6bd97d58a663","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001717"}],"subject":{"reference":"Patient/0d30a1c4-6d00-54ea-ad7a-9eea9bbb16df"},"resourceType":"Specimen"} +{"id":"593c0d58-40c5-5384-9c44-30cb90c7a989","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001718"}],"subject":{"reference":"Patient/f76eba10-d261-5249-b334-6abf17d7306f"},"resourceType":"Specimen"} +{"id":"23591c3e-01c8-5dd3-b4f6-b489bf2ecd3f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001719"}],"subject":{"reference":"Patient/4dc788de-3777-503a-98b0-c8d2f4b4bbff"},"resourceType":"Specimen"} +{"id":"4ffb0bcf-2653-5e40-8cf1-ac3c379d0a1c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001720"}],"subject":{"reference":"Patient/64856352-5886-59e6-bd2e-479070fc385f"},"resourceType":"Specimen"} +{"id":"a64ad03c-147d-58e0-828c-209c0bf9f506","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001721"}],"subject":{"reference":"Patient/f92f19da-b79d-5529-ac75-f434244d9f7f"},"resourceType":"Specimen"} +{"id":"3390468d-6396-59a1-b4d9-37e9c3457815","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001722"}],"subject":{"reference":"Patient/9a97026c-2820-5a7d-9c2f-a1d604b8b553"},"resourceType":"Specimen"} +{"id":"5e2f06e8-0911-535c-b3e1-4f09d3356e03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001723"}],"subject":{"reference":"Patient/08632c8e-f32d-5ec0-b548-2e04a566d5c5"},"resourceType":"Specimen"} +{"id":"5ddc0f14-2500-5c29-829c-9a9ef4756a5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001724"}],"subject":{"reference":"Patient/3204c712-6508-5ff4-be19-56a6b1e41732"},"resourceType":"Specimen"} +{"id":"3ffe330f-1205-5186-b6a7-2b1a717d70fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001725"}],"subject":{"reference":"Patient/32e15d5c-2424-52bf-8951-8191fbfb942a"},"resourceType":"Specimen"} +{"id":"a71bfafe-21e7-5891-b1b4-875b55df5605","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001726"}],"subject":{"reference":"Patient/28da9df6-03fb-5bce-bd73-d25380deaa5f"},"resourceType":"Specimen"} +{"id":"e8c5acc1-cfb7-5573-9363-1df7b9451821","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001727"}],"subject":{"reference":"Patient/f17e31db-d462-55a7-883f-920619d85745"},"resourceType":"Specimen"} +{"id":"fc09bda7-8d53-5334-9051-449fc40fe1ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001728"}],"subject":{"reference":"Patient/b0efa63b-6c01-5187-8dc4-3d4d53463e05"},"resourceType":"Specimen"} +{"id":"4033c41d-8111-5901-8caf-3e2beb49e2e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001729"}],"subject":{"reference":"Patient/e7f1dfcb-e91c-52bc-baac-4eb3afb292bc"},"resourceType":"Specimen"} +{"id":"281991df-0990-5cc6-ac9e-e6ff96f8edab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001730"}],"subject":{"reference":"Patient/496afc73-1394-5815-a390-0d3af4f48fc1"},"resourceType":"Specimen"} +{"id":"156d3c0b-4c92-5eef-890f-fbd40828a4c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001731"}],"subject":{"reference":"Patient/6cbd09e8-72d4-5b38-a518-813a1201ff5b"},"resourceType":"Specimen"} +{"id":"30b34323-65c1-5d61-a8b1-a1cb0ee0b75c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001732"}],"subject":{"reference":"Patient/2c94b7a4-73bd-5a1f-9774-c486eba1b934"},"resourceType":"Specimen"} +{"id":"1aa7b899-4a63-5109-97c9-d6de8d9d9ede","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001733"}],"subject":{"reference":"Patient/c7c59c92-74b4-5672-9477-1bd11ad51334"},"resourceType":"Specimen"} +{"id":"90d2a0b5-cbb2-56ae-b121-84665bca3a90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001734"}],"subject":{"reference":"Patient/1a574078-d401-5e0e-b8c6-320d620ec6cb"},"resourceType":"Specimen"} +{"id":"4445d745-256b-57ff-a729-37f8cdfc1a5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001735"}],"subject":{"reference":"Patient/0c35992d-a955-5f9c-959d-067b88e75349"},"resourceType":"Specimen"} +{"id":"e3d57ab5-a3bb-5b3e-8d7e-87667125f008","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001736"}],"subject":{"reference":"Patient/f6de56a9-ccc0-5ac0-9c74-1047673a03b6"},"resourceType":"Specimen"} +{"id":"3c662fb7-4900-540b-907a-06a37d996073","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001737"}],"subject":{"reference":"Patient/8d7289e1-040e-591f-80ad-9aecf2efb10f"},"resourceType":"Specimen"} +{"id":"6ab37fe7-76ba-5b9e-9b90-48d3adeae06f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001738"}],"subject":{"reference":"Patient/7f2d5c73-938c-53b4-a9d0-e3559a47fd16"},"resourceType":"Specimen"} +{"id":"c8a8dd8a-f5a0-523e-861d-8167cb136e63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001739"}],"subject":{"reference":"Patient/6b9c3076-ef88-5c07-8875-d2ce7e031d64"},"resourceType":"Specimen"} +{"id":"f3150ce5-7f20-5823-85ab-529a04f69679","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001740"}],"subject":{"reference":"Patient/f6eb3610-3ad7-5b66-8b29-a51778ca9a44"},"resourceType":"Specimen"} +{"id":"cc8dfb7d-b308-55d7-9c0d-4683d771a7e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001741"}],"subject":{"reference":"Patient/47ec3aee-9712-534a-ae4c-a4cf0021becc"},"resourceType":"Specimen"} +{"id":"090f35e3-8fec-57d7-a86e-36e2e1f9178e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001742"}],"subject":{"reference":"Patient/3bc04604-a286-518a-858e-1b4a2e25ead7"},"resourceType":"Specimen"} +{"id":"5e7a0ada-a6b3-55e8-be9c-f375c1721eee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001743"}],"subject":{"reference":"Patient/bbab2514-ecb7-5b1d-9091-11dc832b8ce9"},"resourceType":"Specimen"} +{"id":"30584dd0-c423-5454-affa-89bd64df99ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001745"}],"subject":{"reference":"Patient/52dd3b06-0ce9-5e0a-92dc-072539c3397f"},"resourceType":"Specimen"} +{"id":"e5f54a8f-2097-538d-8184-633486fd284e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001746"}],"subject":{"reference":"Patient/fc5c82b4-e362-5f33-8d62-dafc25f15c0b"},"resourceType":"Specimen"} +{"id":"a1cae4c4-2da4-5ab2-8e64-22a6970d7598","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001747"}],"subject":{"reference":"Patient/56b65364-c50b-5494-afad-604bb4470a02"},"resourceType":"Specimen"} +{"id":"4c4493a6-e33a-5929-951d-37bd0c2a46fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001748"}],"subject":{"reference":"Patient/0fe263e7-cf1a-517c-ad56-eccb46796f1d"},"resourceType":"Specimen"} +{"id":"de0eb72a-3a35-57c1-8c89-29537d67acd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001749"}],"subject":{"reference":"Patient/dd829346-2047-57ad-8304-b26b114b076e"},"resourceType":"Specimen"} +{"id":"c161e486-e14c-5cbf-917f-5c749659cb2d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001751"}],"subject":{"reference":"Patient/bd073f39-fa65-5ca8-b8b4-c6ab2f379168"},"resourceType":"Specimen"} +{"id":"12d34221-70c4-567a-a34a-e0e3b0d4c57e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001752"}],"subject":{"reference":"Patient/e13578ad-9dbf-537d-9002-191c3ad1dcff"},"resourceType":"Specimen"} +{"id":"b070bf3b-2f28-50ab-9a20-20ed2707bc9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001753"}],"subject":{"reference":"Patient/ea11e96a-71f9-5cd7-9d39-3282c07a06d9"},"resourceType":"Specimen"} +{"id":"8c8995c6-666c-55ba-8953-966b01d195d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001754"}],"subject":{"reference":"Patient/facd5a01-0f13-5d97-b00c-55bfdb66cb57"},"resourceType":"Specimen"} +{"id":"a2212f53-4fe2-5e18-b66c-f4de1036becc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001755"}],"subject":{"reference":"Patient/9635f8a5-e6b0-5700-81df-2855fbc960c4"},"resourceType":"Specimen"} +{"id":"1190391d-a5f5-5ef3-a802-8a041d0a5912","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001756"}],"subject":{"reference":"Patient/de81e073-4fb1-50ca-bc0a-df4fe527f9ff"},"resourceType":"Specimen"} +{"id":"efea2e08-e08b-5178-a410-5e5b072eea2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001757"}],"subject":{"reference":"Patient/c993016f-4463-5eb1-873d-e31eb306d143"},"resourceType":"Specimen"} +{"id":"c0a8507f-2f2a-5aac-b750-6d5599379025","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001758"}],"subject":{"reference":"Patient/60ae65a8-6b2a-5b62-9430-3a9eb1f8b17e"},"resourceType":"Specimen"} +{"id":"af9f768f-28df-5717-a39d-9e442d7f2811","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001759"}],"subject":{"reference":"Patient/988e7b29-0a9b-56fd-81b1-8af3ca840f4f"},"resourceType":"Specimen"} +{"id":"c2b300b0-f0bc-5dde-a60a-47155cd9f75c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001760"}],"subject":{"reference":"Patient/6a6c6f7b-52ee-5ba0-9801-c1881e9eaa82"},"resourceType":"Specimen"} +{"id":"ec1a0c9e-f00c-5e80-962f-690d4095319d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001761"}],"subject":{"reference":"Patient/f96316cb-9704-5e1e-b267-2b81aa752e05"},"resourceType":"Specimen"} +{"id":"70392b30-7df7-5390-bbd3-9a87f7f3ebdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001762"}],"subject":{"reference":"Patient/36e25a9b-b3ab-5f60-bdbd-1e8192e90aac"},"resourceType":"Specimen"} +{"id":"27045684-fead-5e28-ba7b-d5f263ae8e8d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001763"}],"subject":{"reference":"Patient/fe92514f-32aa-5a15-8c64-d6fbc33d7ef1"},"resourceType":"Specimen"} +{"id":"ec0b935b-49e0-5ba7-979e-4c18fcfbf65c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001764"}],"subject":{"reference":"Patient/3a1ccbef-9708-5464-a383-651e679f1cca"},"resourceType":"Specimen"} +{"id":"60ccd4c9-f257-5855-a32a-1e952f334219","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001765"}],"subject":{"reference":"Patient/20c03eea-c4c9-568b-9055-8994cad51f18"},"resourceType":"Specimen"} +{"id":"88469eec-d5bf-54e5-a79c-364d1318bf33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001766"}],"subject":{"reference":"Patient/90e9a104-1557-59d5-a5af-7e4a50e443a3"},"resourceType":"Specimen"} +{"id":"360391df-43f7-5bb3-b9d2-d18ff86fece8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001767"}],"subject":{"reference":"Patient/f1e36289-db91-5b8f-a501-21e611c84675"},"resourceType":"Specimen"} +{"id":"4effc722-c2af-5a3b-9553-744c8cec1f0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001768"}],"subject":{"reference":"Patient/3b8e1111-52d5-535c-bbfa-21149f5d6d4d"},"resourceType":"Specimen"} +{"id":"9fcb81fe-3339-5da3-9913-03bcf980ae9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001769"}],"subject":{"reference":"Patient/a224fd78-3bf0-56ab-acac-96efc9ba47c4"},"resourceType":"Specimen"} +{"id":"fbd58217-974e-5858-b16b-e9155a7de478","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001770"}],"subject":{"reference":"Patient/9ee0f1b4-8d09-508b-bfb1-3d9445c54c8e"},"resourceType":"Specimen"} +{"id":"70dc6689-3ed9-5fc2-a536-9900c11708a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001771"}],"subject":{"reference":"Patient/642b9cae-c74b-52c6-92b6-29f58abca1d2"},"resourceType":"Specimen"} +{"id":"df3f2c61-82d4-5657-a0a8-7d032d63ec4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001772"}],"subject":{"reference":"Patient/e3aa003e-d582-52ad-b581-e8343c2386d9"},"resourceType":"Specimen"} +{"id":"206a0f3e-9da1-50b3-a3f2-42bdb35ae3ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001775"}],"subject":{"reference":"Patient/e0aa70eb-19bc-5ebc-8fcb-76f430352406"},"resourceType":"Specimen"} +{"id":"95453ed9-547a-5d8a-bfa3-7ea54575e72b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001776"}],"subject":{"reference":"Patient/8f11363b-4d96-50b9-b31f-45987a82908a"},"resourceType":"Specimen"} +{"id":"d3dc0a29-3f39-5dea-9da1-3611e273067d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001778"}],"subject":{"reference":"Patient/2e366855-70cd-5b8f-a381-960da8d4aeb4"},"resourceType":"Specimen"} +{"id":"4b7fcbc6-4b51-5f64-b1fb-0e2c7c6cb857","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001779"}],"subject":{"reference":"Patient/a12d5797-5eb1-5e87-891e-848c1612e99c"},"resourceType":"Specimen"} +{"id":"34998f35-b1fc-5c3a-977c-1c379049c4d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001781"}],"subject":{"reference":"Patient/df394c6f-8bb9-5c57-8e83-a4e4af7b676c"},"resourceType":"Specimen"} +{"id":"99946b56-2ded-5964-83fb-c3f2d351bf64","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001782"}],"subject":{"reference":"Patient/3a4b99f7-f694-5662-88cc-e3da1b0b4716"},"resourceType":"Specimen"} +{"id":"dfc05c3a-e6d7-5d9b-8893-cf2cc57d15b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001783"}],"subject":{"reference":"Patient/592a7021-700f-558e-8635-58b5c59f78ce"},"resourceType":"Specimen"} +{"id":"0004d7df-7207-5014-ae24-e708cb9fbbd2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001786"}],"subject":{"reference":"Patient/a4a2b2ea-548d-5be8-9fbf-3b511ba3599f"},"resourceType":"Specimen"} +{"id":"33fc567b-ed97-552a-a488-a2d02085e1df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS001802"}],"subject":{"reference":"Patient/f06cd270-f288-52a5-9b70-2de82c84a5e3"},"resourceType":"Specimen"} +{"id":"aa7ef94a-e855-5598-87a7-361c0e106846","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003634"}],"subject":{"reference":"Patient/f69d364f-b29d-5e72-a3f9-88088468d85f"},"resourceType":"Specimen"} +{"id":"f6d9b638-e3b6-56b0-821e-9d95e95ff9ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003635"}],"subject":{"reference":"Patient/08d1e230-0d4b-5a45-b1d9-3e65b2a6a083"},"resourceType":"Specimen"} +{"id":"c8721186-f70d-5d31-8ca5-632b1085d84b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003636"}],"subject":{"reference":"Patient/e6adf15e-3efc-5af6-a7ee-9e60b37664c3"},"resourceType":"Specimen"} +{"id":"81097adb-f942-5317-83d2-502e517a8d52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003638"}],"subject":{"reference":"Patient/c370b795-fc6b-58eb-8b1f-93a4f0c46c00"},"resourceType":"Specimen"} +{"id":"17aedeb9-5da4-5de5-9e78-47179bcbbf2c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003639"}],"subject":{"reference":"Patient/f3e0ae38-e305-550d-88db-5a9eb7d30617"},"resourceType":"Specimen"} +{"id":"ece06e24-ec7e-5d4b-809f-e3b111a2cccf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003641"}],"subject":{"reference":"Patient/e6a45724-5d1e-5b80-91e6-f912a10abbaf"},"resourceType":"Specimen"} +{"id":"8e217428-97b3-5c5c-baa9-9239e49878be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003642"}],"subject":{"reference":"Patient/22a520b3-0e96-5077-a1b1-a78f79a8e986"},"resourceType":"Specimen"} +{"id":"b6836a38-4ee5-5cfa-82bd-a8190a4da35e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003644"}],"subject":{"reference":"Patient/734450ae-4ce6-55c3-8c60-6180847b90c5"},"resourceType":"Specimen"} +{"id":"b344a051-7ec7-5a00-9174-239287d108e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003645"}],"subject":{"reference":"Patient/411af2d0-bc18-5677-88bb-5dd62cb382d9"},"resourceType":"Specimen"} +{"id":"081986d4-aa8f-56e4-8641-e4e3f1b042b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003648"}],"subject":{"reference":"Patient/29359887-4f5c-5167-a60d-e0bafe2a7f48"},"resourceType":"Specimen"} +{"id":"b0b389d9-3f72-51cb-be77-4f6275d744f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003650"}],"subject":{"reference":"Patient/71c6b943-051d-5dcc-b598-a9375535fca0"},"resourceType":"Specimen"} +{"id":"72686e96-fb37-53cc-9346-1703f6c1aa58","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003651"}],"subject":{"reference":"Patient/b2600617-0a19-5eed-a497-6e514c92e78e"},"resourceType":"Specimen"} +{"id":"919b08b2-eae1-5eca-a3f4-6347dab4ec1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003653"}],"subject":{"reference":"Patient/e81a0b32-83df-56f9-ab63-5d965df2f90b"},"resourceType":"Specimen"} +{"id":"22456989-37a1-5118-bb73-aa78f0f08485","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003654"}],"subject":{"reference":"Patient/95288dc9-b716-5ebc-bbfa-69d32f60f5e8"},"resourceType":"Specimen"} +{"id":"b3572349-416a-5b03-b0ef-ee156908c959","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003657"}],"subject":{"reference":"Patient/92c8ac1c-397e-5e67-aa3b-ce6d3585b11c"},"resourceType":"Specimen"} +{"id":"3a28ecc2-25f5-5884-a178-84cbade77467","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003659"}],"subject":{"reference":"Patient/944fea22-9545-5dd6-a52a-5611a60ea1c9"},"resourceType":"Specimen"} +{"id":"7cfbb294-de35-51a2-a212-afdbe9fdefa0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003660"}],"subject":{"reference":"Patient/3f7e7d1d-b041-57ff-8ba1-7514995ac87b"},"resourceType":"Specimen"} +{"id":"3bae4c9a-9304-5810-bf9a-d35c569bcb0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003662"}],"subject":{"reference":"Patient/15013bfb-198d-50e3-96f6-b06444275531"},"resourceType":"Specimen"} +{"id":"06d5d611-6470-5d80-b502-550058fc61cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003663"}],"subject":{"reference":"Patient/077f6858-f664-5303-bfed-e5c78ee14b91"},"resourceType":"Specimen"} +{"id":"06919f57-cab3-57a8-be9c-0aac8d235d23","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003665"}],"subject":{"reference":"Patient/562b8cbc-2af7-5c16-bb76-2fb211890796"},"resourceType":"Specimen"} +{"id":"ca95593e-a6ba-5875-9ae8-09427803bea4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003668"}],"subject":{"reference":"Patient/ddef06b9-5632-5705-ac81-9af2d4c04050"},"resourceType":"Specimen"} +{"id":"e55976ad-0304-5fbd-9143-d0a56417a36f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003669"}],"subject":{"reference":"Patient/98ca2e16-7a05-5a6a-9463-0be5706236ed"},"resourceType":"Specimen"} +{"id":"d460440e-383c-57d1-9dbe-4f091992ff07","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003671"}],"subject":{"reference":"Patient/88f6852e-ed40-5917-b30f-928e3b4ed181"},"resourceType":"Specimen"} +{"id":"77c8efd8-914f-56cc-9fc2-1734b8a9549c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003672"}],"subject":{"reference":"Patient/900709ae-2de1-561e-b8ce-7f76342629ef"},"resourceType":"Specimen"} +{"id":"c1409563-03fe-5b5c-8c66-065ba39b05b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003674"}],"subject":{"reference":"Patient/f9cad711-ce37-5262-a756-657030d71f9a"},"resourceType":"Specimen"} +{"id":"d179b524-b641-5df1-9894-29334415f7d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003676"}],"subject":{"reference":"Patient/26062f44-ee86-568b-b5c9-76ab2cdf2f5d"},"resourceType":"Specimen"} +{"id":"863a029d-efd7-5b4b-a8ab-7ebcba939eba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003677"}],"subject":{"reference":"Patient/98cd58c4-00ef-5131-b55e-42aac2a53a06"},"resourceType":"Specimen"} +{"id":"fd5f5d50-2d9c-577c-ba98-6bd91744d915","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003678"}],"subject":{"reference":"Patient/d1553f2f-4a1b-5796-81e2-2d7a6eec878c"},"resourceType":"Specimen"} +{"id":"5d3d120c-8dd7-5451-b4b7-9482eb7ffa2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003680"}],"subject":{"reference":"Patient/e9d8704c-9200-55e5-b47a-ebd866a836c9"},"resourceType":"Specimen"} +{"id":"de8a3fc4-20d0-5410-80de-00b7abc95eac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003681"}],"subject":{"reference":"Patient/915c831d-4814-5aaa-8b16-ea649597618d"},"resourceType":"Specimen"} +{"id":"3982bc48-5aca-57cc-9cdc-30d67fb6355d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003683"}],"subject":{"reference":"Patient/be608055-aef8-5636-b0cb-1ce99788cceb"},"resourceType":"Specimen"} +{"id":"65932ad0-6c6d-527e-ba13-d99452366740","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003684"}],"subject":{"reference":"Patient/030ec4aa-368a-5cbe-8a87-631ccde9226d"},"resourceType":"Specimen"} +{"id":"f91be758-ff0d-57e0-8513-5f903e97ea38","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003686"}],"subject":{"reference":"Patient/1e2b96da-7b57-5551-8c09-c440126d3c04"},"resourceType":"Specimen"} +{"id":"f832ce65-6dbb-5477-8b5b-7b465ce332d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003687"}],"subject":{"reference":"Patient/eac859df-bea5-5b7a-89e3-edbd008212d1"},"resourceType":"Specimen"} +{"id":"f66aca2f-3432-5e7a-8fd8-433fab94e305","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003689"}],"subject":{"reference":"Patient/efd4be4a-29ec-568a-abb1-d0f1ef8cc90e"},"resourceType":"Specimen"} +{"id":"b6e63b62-cd02-5b57-a1ab-d8178f5db384","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003690"}],"subject":{"reference":"Patient/66e0658f-c226-5421-b072-4d01ae9a1a0f"},"resourceType":"Specimen"} +{"id":"9ba5caed-081d-5073-8ea0-9eac5de71341","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003692"}],"subject":{"reference":"Patient/2eea57d5-6137-58d2-926e-e278050c1c93"},"resourceType":"Specimen"} +{"id":"7103b679-235d-5531-85a5-c4f6461aaeca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003693"}],"subject":{"reference":"Patient/1d66fd9e-f06d-56eb-967f-b88dc71f6a12"},"resourceType":"Specimen"} +{"id":"ac9c2684-b35f-5d72-86ff-8dfea375bc6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003695"}],"subject":{"reference":"Patient/377c5d4d-b271-57c7-9f54-71d5f51cbf88"},"resourceType":"Specimen"} +{"id":"3c844cd9-118a-5860-87e0-788b7d8c40ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003696"}],"subject":{"reference":"Patient/e250bb03-3dc2-54f6-a8ab-69f4efa9d39e"},"resourceType":"Specimen"} +{"id":"a0620d5e-6378-54f5-b5ea-d2e1baeec79a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003698"}],"subject":{"reference":"Patient/e4614165-5701-5393-b135-f8cedc360376"},"resourceType":"Specimen"} +{"id":"a0e13941-c498-5df9-bfec-606b3fedd8f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003699"}],"subject":{"reference":"Patient/ba7196dc-17f3-59d5-a6f5-a162f24a5be7"},"resourceType":"Specimen"} +{"id":"edc68c7c-8bda-5a82-85b6-92087a8d19d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003701"}],"subject":{"reference":"Patient/e297ecb0-597f-535b-8747-ad1ace401281"},"resourceType":"Specimen"} +{"id":"800f1c0d-1849-59f9-b5ae-8bb8eacd2257","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003702"}],"subject":{"reference":"Patient/e3eadf16-3d08-51cf-8b9c-3c2da5a112d9"},"resourceType":"Specimen"} +{"id":"4f15e544-76c0-564f-b180-2e2d1a571175","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003704"}],"subject":{"reference":"Patient/d4075728-45d5-59d3-81e0-656795ec5169"},"resourceType":"Specimen"} +{"id":"8dfe77ed-dcfb-5db5-b892-a53b8ae87004","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003705"}],"subject":{"reference":"Patient/9f8e7b93-a75a-56c2-9036-fdba39ff4c6d"},"resourceType":"Specimen"} +{"id":"5b10d3a1-1979-5ea6-9e07-7a9786431206","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003707"}],"subject":{"reference":"Patient/9f176c40-ea66-591e-ac96-9a1ea898cb0c"},"resourceType":"Specimen"} +{"id":"17111735-276f-52ac-94cd-ab0df0f81009","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003708"}],"subject":{"reference":"Patient/bae7efb0-df8d-56f8-9fa8-7e1f3234e838"},"resourceType":"Specimen"} +{"id":"30ca6f1a-cde1-567b-86c6-61a2528b332f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003710"}],"subject":{"reference":"Patient/d704e64b-6c4e-5dfa-974c-13d7f3df8abf"},"resourceType":"Specimen"} +{"id":"a907e953-07db-5fa2-a579-a0aefbd90b16","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003711"}],"subject":{"reference":"Patient/d6eb25bf-26af-52ed-9be3-b3bb6159045d"},"resourceType":"Specimen"} +{"id":"1487707e-bc52-5646-a8e3-1112c37bc176","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003713"}],"subject":{"reference":"Patient/ac461b0d-7a26-546a-a3b2-784ce38b18d6"},"resourceType":"Specimen"} +{"id":"23a6bdc0-ae6e-57f1-8670-c36ffb9f8464","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003714"}],"subject":{"reference":"Patient/07e79322-80e0-5c0e-bde4-ff94a5ef1fc6"},"resourceType":"Specimen"} +{"id":"be2a7829-7c02-5c81-9ec5-344e73f178e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003716"}],"subject":{"reference":"Patient/c59cff77-f86f-5a9e-93be-28c1667a0f21"},"resourceType":"Specimen"} +{"id":"438a38c8-19ed-5b04-b171-6639ca579ea5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003717"}],"subject":{"reference":"Patient/7b0a522e-14a3-5fe3-b752-1d03bd13044f"},"resourceType":"Specimen"} +{"id":"493a86fb-a2c7-5924-8613-ed1aa1e03e75","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003719"}],"subject":{"reference":"Patient/7723963a-1d2b-5e3b-8820-f8eb25113dd0"},"resourceType":"Specimen"} +{"id":"f804d79c-436f-53ff-89d1-c2cebe289216","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003720"}],"subject":{"reference":"Patient/410efee8-5121-5d3a-b881-3c9ab1055183"},"resourceType":"Specimen"} +{"id":"b7e79f05-0f7c-5f18-8390-5eabb94e8add","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003722"}],"subject":{"reference":"Patient/79eceacd-b5b7-54ac-a6ff-e03fdd71a750"},"resourceType":"Specimen"} +{"id":"918fa51e-3a20-50a0-b4a2-55d47bc1fb57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003723"}],"subject":{"reference":"Patient/2134af96-d97d-56fd-a6cc-516777bc6a41"},"resourceType":"Specimen"} +{"id":"8af89a8d-e36f-57cb-a927-a5d7ef691692","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003725"}],"subject":{"reference":"Patient/ebfc605a-c37e-5fef-8601-7109c1ee82ff"},"resourceType":"Specimen"} +{"id":"e54160ec-ff52-58bc-9600-95708712b64d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003726"}],"subject":{"reference":"Patient/802fc743-0d85-5ed9-899d-0504598b4238"},"resourceType":"Specimen"} +{"id":"3fedbdad-568d-532d-9b20-23d7b027159d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003728"}],"subject":{"reference":"Patient/b4673c2d-481b-5f93-9457-591b512a768e"},"resourceType":"Specimen"} +{"id":"0e30a04d-cc89-50e0-b837-cec28a921d3d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003729"}],"subject":{"reference":"Patient/fe7e1004-323b-5970-ab94-2e1aecfd4ff8"},"resourceType":"Specimen"} +{"id":"0a38090a-507f-5903-b9a4-cfb7211074e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003731"}],"subject":{"reference":"Patient/de46924a-bfe4-5129-8451-5aed943efc75"},"resourceType":"Specimen"} +{"id":"c021ec11-e136-5bab-8e45-ff87cd4ab11c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003732"}],"subject":{"reference":"Patient/02cdf784-9227-54e4-8d49-09ecdb4937da"},"resourceType":"Specimen"} +{"id":"1605cb37-c1c0-5deb-b595-f87c2a00a077","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003734"}],"subject":{"reference":"Patient/609ce0ba-0ce0-52aa-9e74-3101e48ed67f"},"resourceType":"Specimen"} +{"id":"3a6e8632-8007-58fa-82e3-ee50a6e9990d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003735"}],"subject":{"reference":"Patient/1eba11fa-4441-58af-95e9-b0bfad62fe8d"},"resourceType":"Specimen"} +{"id":"8216d901-ac4c-50ee-8244-c8ef7c2c3411","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003737"}],"subject":{"reference":"Patient/346c829f-6a0a-5572-a863-716c301e94e1"},"resourceType":"Specimen"} +{"id":"1799c100-df09-5f59-b4d3-5627e2b55647","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003738"}],"subject":{"reference":"Patient/a37e8cc2-bd6e-5af4-a84a-b05b53fe09f0"},"resourceType":"Specimen"} +{"id":"4afcfb5e-ff75-5ba2-a844-ee2dca934591","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003740"}],"subject":{"reference":"Patient/6967aca8-f6a5-5d70-a453-f3eedeb639fd"},"resourceType":"Specimen"} +{"id":"bd7db856-5868-531c-b8b0-1937fb38635b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003741"}],"subject":{"reference":"Patient/4de1fccb-ff76-5fed-bc1b-84ba3d2d2372"},"resourceType":"Specimen"} +{"id":"24b4734e-321a-56f5-890a-20abde8c0e3d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003743"}],"subject":{"reference":"Patient/345f62da-18e6-5da0-9b91-c1272b902a19"},"resourceType":"Specimen"} +{"id":"e144d8dd-73a9-55dd-87e8-2838cb5d551b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003744"}],"subject":{"reference":"Patient/9a6f7eaa-3ef9-5de0-8c3b-b996fae207d6"},"resourceType":"Specimen"} +{"id":"77ce2294-a514-5d01-8603-5e29a85d7c00","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003746"}],"subject":{"reference":"Patient/cdb1b183-0eac-5012-b66a-e0a6f258550a"},"resourceType":"Specimen"} +{"id":"d4054ca2-04ac-5734-93da-13d55ff630a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003747"}],"subject":{"reference":"Patient/0f8231b4-6893-5853-bbfe-17c8be61b3b6"},"resourceType":"Specimen"} +{"id":"96b67099-7372-55df-8d9d-271d7d076c40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003748"}],"subject":{"reference":"Patient/2cfa4781-520d-591f-8842-f2e5da25fb26"},"resourceType":"Specimen"} +{"id":"b1808e0b-37cb-5bd1-b663-d352c61e6f02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003749"}],"subject":{"reference":"Patient/0a7d912b-f3df-5aa6-81d7-dbec07a0fa10"},"resourceType":"Specimen"} +{"id":"62d4be50-1a5c-53da-bc8d-e55aa80678e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003751"}],"subject":{"reference":"Patient/9569f0ec-e6aa-5a56-b5cf-9fcfa3b8c67e"},"resourceType":"Specimen"} +{"id":"a6a71093-3d6d-515e-9372-a31b1d087e9c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003752"}],"subject":{"reference":"Patient/6c648cd3-a030-5ee1-8ec2-d86caab634e3"},"resourceType":"Specimen"} +{"id":"f11e4f7a-9a83-5417-99e2-3137a173acbd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003755"}],"subject":{"reference":"Patient/dd55c7f6-f307-51ba-ad02-8b33738d24e6"},"resourceType":"Specimen"} +{"id":"ae18da69-08dd-5d7e-a6c4-e3f17a205016","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003756"}],"subject":{"reference":"Patient/2de82946-03ec-591c-bc77-38069940a0c4"},"resourceType":"Specimen"} +{"id":"bb662ec9-32a6-56e7-ba8c-21b4d233b47a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003757"}],"subject":{"reference":"Patient/813573ce-af34-5c96-8ae7-b11eb13e9c9a"},"resourceType":"Specimen"} +{"id":"e97b4ad1-2c00-5454-a6de-bca719d4920d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003760"}],"subject":{"reference":"Patient/96dc44d5-cba1-5093-9ca3-2751171110f3"},"resourceType":"Specimen"} +{"id":"d03904af-249d-55e0-a338-5c0750d7ba05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003761"}],"subject":{"reference":"Patient/d55db37c-468f-54c7-bad0-1cc2355ca2c1"},"resourceType":"Specimen"} +{"id":"d9ae8206-7489-5d94-874d-f1a69a25cd1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003764"}],"subject":{"reference":"Patient/91308c9d-47fd-5227-812b-42c28ab8b033"},"resourceType":"Specimen"} +{"id":"fbf10697-e87a-506d-b24d-3b85c48b6a71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003766"}],"subject":{"reference":"Patient/ca6b9cc3-ae9c-5373-a182-9ffd3c8e9350"},"resourceType":"Specimen"} +{"id":"f4a53d6d-6b8d-5b89-bb17-15469cd5af2d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003768"}],"subject":{"reference":"Patient/a0bce9a3-4aa2-5b65-a95f-4156aff8d2b9"},"resourceType":"Specimen"} +{"id":"196feb07-5500-50f7-bd66-845441b11a08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003769"}],"subject":{"reference":"Patient/959acc0c-f3c6-558e-8795-5034198d7e54"},"resourceType":"Specimen"} +{"id":"6b342d42-a687-5db4-bdba-06a6b65494cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003771"}],"subject":{"reference":"Patient/163b99eb-2dd0-5c1e-8c42-a4167cfc0e02"},"resourceType":"Specimen"} +{"id":"cf41c082-80a7-5bb1-ad20-9a1ccfcbec40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003773"}],"subject":{"reference":"Patient/f47fab51-427f-514c-b66a-2b5dc374b492"},"resourceType":"Specimen"} +{"id":"74b4ffd5-1b77-5e9a-9fc8-7aa26428a7d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003775"}],"subject":{"reference":"Patient/2ec3f6bf-bed7-5f9f-b56b-74906033c05f"},"resourceType":"Specimen"} +{"id":"5b65cce8-04b9-5402-b59f-43c8493e6055","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003777"}],"subject":{"reference":"Patient/6742a295-9a7f-5828-b33f-de6bd679fba1"},"resourceType":"Specimen"} +{"id":"b7135f35-7527-56f6-9082-3509a0b453a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003779"}],"subject":{"reference":"Patient/d8dd1a56-b55b-5412-8b59-64bb83fab6db"},"resourceType":"Specimen"} +{"id":"cdc439d3-f901-5cb2-b9cc-098d00ec7783","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003781"}],"subject":{"reference":"Patient/fac85fbf-f49c-5086-83b4-a7e54d21902d"},"resourceType":"Specimen"} +{"id":"87b0d534-bad3-53cf-a648-cc36f36abd83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003785"}],"subject":{"reference":"Patient/e14d9392-687f-573d-a1e3-1b528e05ba0d"},"resourceType":"Specimen"} +{"id":"d1eb66b6-6286-558c-bb27-f00d8b84e24c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003787"}],"subject":{"reference":"Patient/b38f8430-3c54-5d24-88ec-5ddae4e41c39"},"resourceType":"Specimen"} +{"id":"313d1ea9-357f-5116-a624-fde314b3b9c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003790"}],"subject":{"reference":"Patient/c3c161ed-6d55-53d3-ab0c-8c69f75e3a2a"},"resourceType":"Specimen"} +{"id":"0c8bd1dc-8df7-560c-b6ac-b6ed75fcf591","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003792"}],"subject":{"reference":"Patient/e87d7ad7-3e4b-5fdc-9d0e-db7b5323e9c5"},"resourceType":"Specimen"} +{"id":"31772432-da6a-561a-af9e-7df5aed5115e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003796"}],"subject":{"reference":"Patient/c0296337-ea77-56cb-ac67-62a4f949e734"},"resourceType":"Specimen"} +{"id":"3af191bf-fb94-502b-ab04-bc74287fc790","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003798"}],"subject":{"reference":"Patient/07cadef7-c0f1-59ff-afef-38004a69591e"},"resourceType":"Specimen"} +{"id":"d4f98d28-330a-52be-9411-eda9eac7b98e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003802"}],"subject":{"reference":"Patient/c961027c-ca41-5b37-b441-e7caedd1c659"},"resourceType":"Specimen"} +{"id":"093e1312-ca95-568b-aa23-c48438f205f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003804"}],"subject":{"reference":"Patient/2bb46a59-abd1-5a20-bb93-7a0f479b1568"},"resourceType":"Specimen"} +{"id":"8124da84-0ec4-575e-aaa0-57de147f29ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003807"}],"subject":{"reference":"Patient/0b336a17-d215-530f-b4f1-e653cf1faa26"},"resourceType":"Specimen"} +{"id":"f4579bb8-7da8-509b-8ae3-72542e2ae2e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003808"}],"subject":{"reference":"Patient/badd1029-5ca2-5691-8211-9ac6c3f50fad"},"resourceType":"Specimen"} +{"id":"17d3c33c-2404-5aa6-9d66-93b4fdf0dba1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003810"}],"subject":{"reference":"Patient/94afb80f-6c12-528d-b6b6-2f079ed026c9"},"resourceType":"Specimen"} +{"id":"e0ca5b23-2b3d-537a-a455-1d33969aadf6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003814"}],"subject":{"reference":"Patient/fa0bcf87-36b8-5567-a0c3-a0ceba1586a5"},"resourceType":"Specimen"} +{"id":"550802b1-0e27-5ef7-acf6-e2b73a8fb992","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003815"}],"subject":{"reference":"Patient/5eb771e2-11b0-5eaf-9bbe-78cb6aa38bb9"},"resourceType":"Specimen"} +{"id":"3594505c-e419-5d5c-ba47-78a75f7cf882","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003816"}],"subject":{"reference":"Patient/16ab3c35-71bf-59fb-a0f3-a7c2d2017a24"},"resourceType":"Specimen"} +{"id":"ed0a152f-21c0-5c0c-92a3-392be3bea1cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003817"}],"subject":{"reference":"Patient/35f2f4ce-dbc0-5290-9b49-294aed9412ce"},"resourceType":"Specimen"} +{"id":"8ddad9cf-d64a-5201-b7ff-0a45368a8145","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003818"}],"subject":{"reference":"Patient/81be0826-e83d-511b-bdc1-6fb9c602e270"},"resourceType":"Specimen"} +{"id":"495fe748-beba-5b6f-8fab-d8f0e78a86c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003819"}],"subject":{"reference":"Patient/e237160d-8a7d-5069-baf9-8811ebedc044"},"resourceType":"Specimen"} +{"id":"35a36d3e-cc8d-54eb-8001-1f09e7bec339","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003820"}],"subject":{"reference":"Patient/2ff5cad3-1f65-5f2d-bbb9-560176562573"},"resourceType":"Specimen"} +{"id":"11e2b011-8a70-50e9-a7a9-b77c04eeb90c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003821"}],"subject":{"reference":"Patient/150fc7ad-c81c-5da3-bf5b-0cb38cf95d35"},"resourceType":"Specimen"} +{"id":"d1b71164-fd58-5c35-a6f1-4685e80fa71d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003822"}],"subject":{"reference":"Patient/2ec96644-801c-5dd2-80d4-4378afa801fe"},"resourceType":"Specimen"} +{"id":"50f280e0-b8e4-5fbf-b9a8-0b14027308db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003823"}],"subject":{"reference":"Patient/ee020a8c-3f99-5888-a6f8-2996a3a2eb75"},"resourceType":"Specimen"} +{"id":"9efa8e8e-9c75-551c-a842-fea7d1888188","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003824"}],"subject":{"reference":"Patient/dec4aaa4-f4e7-5ea0-88a5-0d327af05d85"},"resourceType":"Specimen"} +{"id":"451abb07-c2fc-52e6-8c2a-5a10f7a4bdf8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003825"}],"subject":{"reference":"Patient/94c582df-1967-5cd1-ac50-b31a9af455cf"},"resourceType":"Specimen"} +{"id":"3b975f6d-9763-5d91-8458-7b61e73b055e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003826"}],"subject":{"reference":"Patient/0c85db17-3fa7-5875-a371-b35496494323"},"resourceType":"Specimen"} +{"id":"a07ad191-83ca-5dc9-adaa-8d381599a3c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003827"}],"subject":{"reference":"Patient/abcdc3d1-c961-5f1b-82fd-ea234d94f15d"},"resourceType":"Specimen"} +{"id":"6968f5e7-1a58-5bf0-888c-4bf1d8d05580","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003828"}],"subject":{"reference":"Patient/d030aeda-46c9-54b7-b92e-0b2f32af446a"},"resourceType":"Specimen"} +{"id":"90fd853b-d0bc-5cb5-b1a0-a451af063966","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003829"}],"subject":{"reference":"Patient/b76deab3-8364-5387-8a4e-0bb5e7dd4bae"},"resourceType":"Specimen"} +{"id":"8f9b4c2c-70d7-599d-9e0b-e5a43aae515a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003830"}],"subject":{"reference":"Patient/791ffcc2-01da-508c-8803-727eccf445fc"},"resourceType":"Specimen"} +{"id":"5b297d82-eb30-5a84-a8be-7ba1a5815d17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003832"}],"subject":{"reference":"Patient/d1076667-d3d5-5996-8a26-39cae65d0f99"},"resourceType":"Specimen"} +{"id":"78b71f29-6585-560c-a65e-b9e4dc61ef79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003834"}],"subject":{"reference":"Patient/b22b4a2b-a801-5213-a898-3aa49869cc0a"},"resourceType":"Specimen"} +{"id":"7404792b-0bc0-5ef3-814c-a21d7dee9a98","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003835"}],"subject":{"reference":"Patient/cb3f6508-9f0c-5515-9e2a-0428bd7a6e59"},"resourceType":"Specimen"} +{"id":"62dfe799-9282-50f0-ab20-87ae48d92b23","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003836"}],"subject":{"reference":"Patient/c32d913c-f069-5504-ad9d-231034259c30"},"resourceType":"Specimen"} +{"id":"3869dc87-b92f-5fa7-b3f1-374304161e10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003837"}],"subject":{"reference":"Patient/b369ea78-45ea-5373-81ce-231c4a1beb64"},"resourceType":"Specimen"} +{"id":"313a81d7-1418-53c4-b0e3-5b3a6111c5df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003838"}],"subject":{"reference":"Patient/feda2cf9-9779-5aa3-98bd-b531f831e2ba"},"resourceType":"Specimen"} +{"id":"47b3e970-d459-520f-88b6-a3ae89e0a02c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003840"}],"subject":{"reference":"Patient/92c86b67-6c77-575f-96d5-aca8e887c830"},"resourceType":"Specimen"} +{"id":"62e7142b-7270-5f37-aa1b-e118e0cf98a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003841"}],"subject":{"reference":"Patient/0edd4e0f-f678-5fde-8f2c-df4a2f342b6e"},"resourceType":"Specimen"} +{"id":"97862b5b-464a-551c-9dd3-77a5cf619314","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003843"}],"subject":{"reference":"Patient/bc0b6791-3201-535c-bec6-6f0a4423e61b"},"resourceType":"Specimen"} +{"id":"7370b751-2905-5cb0-8273-ba4c6433f8ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003844"}],"subject":{"reference":"Patient/09be72d8-30eb-58ea-9c52-22cc2871b948"},"resourceType":"Specimen"} +{"id":"be3d9ace-0af1-5b12-9bd1-cc4346561daa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003845"}],"subject":{"reference":"Patient/d446011e-6cc0-584a-8282-800ff9cd2229"},"resourceType":"Specimen"} +{"id":"38103197-462a-59de-822c-ee9424bdfbdd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003846"}],"subject":{"reference":"Patient/4f1385f9-0f27-5220-90ac-ea362c208cbe"},"resourceType":"Specimen"} +{"id":"b5b23225-e229-5e79-ab68-7a2445cf8c0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003847"}],"subject":{"reference":"Patient/ba7c9bf5-9015-5319-a7f9-2954d02b57fa"},"resourceType":"Specimen"} +{"id":"899e313e-f262-5fbe-8a7c-d26f395b4ec7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003848"}],"subject":{"reference":"Patient/9774d8d8-ea98-5f83-a2f8-442f9c1a120d"},"resourceType":"Specimen"} +{"id":"01d6c86d-0665-5bd6-8835-acce6725e689","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003849"}],"subject":{"reference":"Patient/bffa5a38-f505-5d15-a3af-763f86c7146f"},"resourceType":"Specimen"} +{"id":"32649832-5d6e-5821-9ada-2b765554fdf9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003850"}],"subject":{"reference":"Patient/1c5b649a-0a4b-52b6-a2fc-acedc214b440"},"resourceType":"Specimen"} +{"id":"d6fde824-9c1e-5390-9d8c-63573ef8a089","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003851"}],"subject":{"reference":"Patient/1d7c0b8c-509c-549b-a8e8-5ee685148cb2"},"resourceType":"Specimen"} +{"id":"6150d2ee-8f65-58f7-9384-46fe780f9b61","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003853"}],"subject":{"reference":"Patient/657645bb-ae41-55a4-9117-59d09da463b1"},"resourceType":"Specimen"} +{"id":"b3eb7e67-c1c7-5564-b269-0a30cd0e3bac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003854"}],"subject":{"reference":"Patient/300c8515-b4a3-5d5a-9325-0ee036fb6f97"},"resourceType":"Specimen"} +{"id":"5abebf31-c54d-5c1c-b67c-d866e03ac724","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003855"}],"subject":{"reference":"Patient/ba67478f-4c72-539a-8880-2a276a7b408e"},"resourceType":"Specimen"} +{"id":"d0bd01f8-b4ec-5fc8-852d-feb3a4aea9f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003856"}],"subject":{"reference":"Patient/82d047ea-369c-5336-bb35-c54db2d82dfa"},"resourceType":"Specimen"} +{"id":"820c089b-20c8-577d-aa09-316eca5a7974","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003858"}],"subject":{"reference":"Patient/dd32cad6-45c6-566d-89b0-6f2cc513c9a0"},"resourceType":"Specimen"} +{"id":"6059f232-4b39-5227-89e7-8293a084f4da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003859"}],"subject":{"reference":"Patient/43be06aa-9a8b-54b0-84af-02d355a4391a"},"resourceType":"Specimen"} +{"id":"72704a32-aa04-59d9-bd36-6d02b3ab521c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003860"}],"subject":{"reference":"Patient/5ec2d2dc-a20e-5bb5-8644-40070c9119f7"},"resourceType":"Specimen"} +{"id":"ae9eebb9-05f9-593e-90c6-91fa01b2d522","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003861"}],"subject":{"reference":"Patient/6ee583f0-45cf-515f-98ac-c641cdfdbfc9"},"resourceType":"Specimen"} +{"id":"fdbb0433-6b06-5ad2-b8e7-e319b8e1f800","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003862"}],"subject":{"reference":"Patient/b9cf5430-2770-51b0-8527-d9f2b35587ef"},"resourceType":"Specimen"} +{"id":"4d04875c-8ff2-5d81-b8d3-dc615c6337a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003863"}],"subject":{"reference":"Patient/18a70405-d287-5088-a81b-19f00eebd7d9"},"resourceType":"Specimen"} +{"id":"ffeab235-5560-5b88-8cc2-d47820b46287","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003864"}],"subject":{"reference":"Patient/b1161c25-9274-5c20-8c0f-50b1009f51ef"},"resourceType":"Specimen"} +{"id":"50598cc9-b29c-5731-9404-537a6c4fabd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003866"}],"subject":{"reference":"Patient/d167f475-d9b2-52bb-b55a-4da5b1b7074d"},"resourceType":"Specimen"} +{"id":"6cce700b-05c6-5f8a-9312-3ae546070f4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003868"}],"subject":{"reference":"Patient/0b405155-f664-5556-96ca-f7480d5f3094"},"resourceType":"Specimen"} +{"id":"791fa962-6a1c-53c0-801b-6a23da426ab5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003869"}],"subject":{"reference":"Patient/a6a4c7c8-3b4f-55c7-8181-2a87a9e33253"},"resourceType":"Specimen"} +{"id":"33c4a389-899d-576c-9e4c-076efc184fe9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003870"}],"subject":{"reference":"Patient/ccb3cae8-33f8-5629-848c-78288f3a0916"},"resourceType":"Specimen"} +{"id":"64b9e6a3-a9b9-5905-b5bb-a0d610880499","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003871"}],"subject":{"reference":"Patient/3e53f0f8-6c31-5e66-bbf1-11e794bfaa49"},"resourceType":"Specimen"} +{"id":"f5421b89-3204-5e94-b07f-9cb723687f2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003872"}],"subject":{"reference":"Patient/61a2b781-f783-5e48-a6b7-d08e578a9cdc"},"resourceType":"Specimen"} +{"id":"3965dde0-37e2-50f2-872d-230d41d6055f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003873"}],"subject":{"reference":"Patient/a38d346f-f28d-5414-9d2a-e4e26e047d42"},"resourceType":"Specimen"} +{"id":"85a5c3bc-4592-57a7-bdd4-3cb8f4fe21fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003874"}],"subject":{"reference":"Patient/eb7a2269-5f27-5600-82cd-3c485138e5d1"},"resourceType":"Specimen"} +{"id":"39d3bc73-8238-5000-ade4-247b0fdad1be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003875"}],"subject":{"reference":"Patient/d6e450b8-c230-542f-be5a-9dd5a2ab5fc4"},"resourceType":"Specimen"} +{"id":"c2235ca3-0d11-5da0-8620-d736fb87a57f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003876"}],"subject":{"reference":"Patient/141ff550-5409-56fc-989a-8044de548828"},"resourceType":"Specimen"} +{"id":"4e72675e-d4ed-5623-85d9-45b8216ee419","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003877"}],"subject":{"reference":"Patient/75cee424-edb6-5239-a378-c27be37261cd"},"resourceType":"Specimen"} +{"id":"da92840a-338d-523a-9d58-a9d18bb4b2d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003878"}],"subject":{"reference":"Patient/28f67170-a740-56cb-b2c2-b529bacec9b4"},"resourceType":"Specimen"} +{"id":"3927ed6f-4cfa-5857-a726-37b9ab7c2b36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003879"}],"subject":{"reference":"Patient/94341aed-9775-5c70-a8c4-8fadb77876c7"},"resourceType":"Specimen"} +{"id":"019a7485-63ec-592b-a57e-019c824b8fde","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003880"}],"subject":{"reference":"Patient/2a0e7ac4-660a-58c9-b370-c9119c2a1491"},"resourceType":"Specimen"} +{"id":"24f604bf-d440-558f-a286-ae4eb5e6dac6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003881"}],"subject":{"reference":"Patient/8adff827-6532-53c7-b0a4-63eb2705821d"},"resourceType":"Specimen"} +{"id":"31311311-c13f-5c22-9e10-767772a1792e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003882"}],"subject":{"reference":"Patient/5acb0dc2-f281-5224-b8cb-c65ee07f6b48"},"resourceType":"Specimen"} +{"id":"c5d1e270-0f35-5774-96f6-30d0ec3ffd30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003883"}],"subject":{"reference":"Patient/124ec591-9ae0-56e0-b48b-33ab9f26cb62"},"resourceType":"Specimen"} +{"id":"00fbfef9-6138-5242-9903-b9fa0f65009f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003884"}],"subject":{"reference":"Patient/a1d75bbd-a0fe-53df-80ef-25505d002f30"},"resourceType":"Specimen"} +{"id":"2acab0ab-87c2-5780-b14d-197a2da670e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003885"}],"subject":{"reference":"Patient/96e2c98f-6ef0-5e60-b674-35f279505475"},"resourceType":"Specimen"} +{"id":"a7eab3dc-57c5-52cf-ae9d-213984b0b5ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003886"}],"subject":{"reference":"Patient/f32a6f97-dc2f-5669-87e3-16f3422f32c7"},"resourceType":"Specimen"} +{"id":"d4641dad-1db7-51b7-9dd8-487b8f1478d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003887"}],"subject":{"reference":"Patient/71a6f194-a2d2-5545-8fa8-5d8db8d45371"},"resourceType":"Specimen"} +{"id":"c97a1df1-b3f8-5eca-87ea-3f98fb67755f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003888"}],"subject":{"reference":"Patient/f41f5352-ed0d-5398-9833-0d3ed8f39cbb"},"resourceType":"Specimen"} +{"id":"97f468d7-cbe2-5038-9d45-93f77ea4ff19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003889"}],"subject":{"reference":"Patient/50fc6229-5a36-5300-a58f-5b06d751d284"},"resourceType":"Specimen"} +{"id":"abed743b-304c-5cb3-8771-ac724097b38d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003890"}],"subject":{"reference":"Patient/c60fec57-9f7c-54a7-8802-6d915a3e44a6"},"resourceType":"Specimen"} +{"id":"a74391a8-1d34-51ad-a286-5b0e2d586bfa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003891"}],"subject":{"reference":"Patient/41dffee4-1368-5c78-a64f-ec17dbbf785d"},"resourceType":"Specimen"} +{"id":"0a73dddc-c1bd-5373-9d2b-a62026fc7120","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003892"}],"subject":{"reference":"Patient/70be98d6-22dc-580a-865c-14cdee08791d"},"resourceType":"Specimen"} +{"id":"2e685e40-3540-5db7-b013-e3441f588a74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003893"}],"subject":{"reference":"Patient/abd40c6a-331c-553f-b383-45c7d861a66b"},"resourceType":"Specimen"} +{"id":"4ff60fa4-5496-5f31-962c-1bd6b1a9048a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003894"}],"subject":{"reference":"Patient/66c10039-429a-5cdd-bd0d-d0e7bd9b3e1f"},"resourceType":"Specimen"} +{"id":"9b09b03e-3e4c-5994-a43a-ab8a4ec996e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003895"}],"subject":{"reference":"Patient/fa925266-53ee-5e82-a5f4-16e54b9a0c69"},"resourceType":"Specimen"} +{"id":"ae9899ee-2bcb-54e8-b615-a3919b6f32a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003896"}],"subject":{"reference":"Patient/79d2f16f-1896-59bd-8bc7-23ddd220dfff"},"resourceType":"Specimen"} +{"id":"bc75a3ca-a6b6-58f8-b73c-dac98ef82947","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003897"}],"subject":{"reference":"Patient/94a15b05-1554-545e-8897-331d76f9fde1"},"resourceType":"Specimen"} +{"id":"7c78a91a-75d5-5cf0-a538-b72d710e76b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003898"}],"subject":{"reference":"Patient/7bcf64f4-c3d4-51b4-aac3-9e03503a0587"},"resourceType":"Specimen"} +{"id":"4be7e91c-c1c8-585e-a164-f73412d1d32a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003899"}],"subject":{"reference":"Patient/4b81fc5c-1520-5e2f-8cd5-281c31e0c84f"},"resourceType":"Specimen"} +{"id":"a102faf3-1e2e-5582-894d-b36e4e1a3ff7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003901"}],"subject":{"reference":"Patient/b6e8e465-7631-557f-8b56-1029d31b4d45"},"resourceType":"Specimen"} +{"id":"18207edc-2628-506e-8636-3914ee65139f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003902"}],"subject":{"reference":"Patient/9c0f853c-2a75-5b9c-9f68-79059c66e357"},"resourceType":"Specimen"} +{"id":"3ff82bc7-cef3-59bb-b2d9-62a700a9923b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003903"}],"subject":{"reference":"Patient/e7e2ce02-c594-5c2b-9613-bfacda76a8d8"},"resourceType":"Specimen"} +{"id":"d297eb76-59d0-5cc2-b766-facceea9752c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003904"}],"subject":{"reference":"Patient/bf90eadb-02d8-567a-9cd9-88393223f9d5"},"resourceType":"Specimen"} +{"id":"805b0a56-ae6c-521c-9cb3-23fbb0091c5a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003905"}],"subject":{"reference":"Patient/01640026-9980-5d9e-a701-a263759d5064"},"resourceType":"Specimen"} +{"id":"e6f77d14-a86b-517b-bd75-a5f5b5ad728e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003906"}],"subject":{"reference":"Patient/82fa793d-5b38-5b76-9b82-1ac377d5d3ca"},"resourceType":"Specimen"} +{"id":"f80bc9cd-944e-5a83-a0ab-8fa186dde369","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003907"}],"subject":{"reference":"Patient/491d6cbc-2dee-5392-a193-85304bd0925a"},"resourceType":"Specimen"} +{"id":"2456232d-5c24-58ba-848b-a92cd1f5f97b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003908"}],"subject":{"reference":"Patient/b83fd5e7-3a32-55fd-9262-3f8130b6c57e"},"resourceType":"Specimen"} +{"id":"a12952fd-24fb-50fc-b7a0-0c1b229180e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003909"}],"subject":{"reference":"Patient/65ace306-47c9-503c-a91f-b9bc2cec179b"},"resourceType":"Specimen"} +{"id":"fcf665a0-b527-52a0-8f5e-9cb378cb0ebf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003910"}],"subject":{"reference":"Patient/3788edb8-dabe-5fb0-b987-d8b7d4b8760f"},"resourceType":"Specimen"} +{"id":"cefc6e91-0c98-5f1e-ace1-1490e62b3b00","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003911"}],"subject":{"reference":"Patient/cce2af85-1a03-5a00-81d4-53fc085c708e"},"resourceType":"Specimen"} +{"id":"718684a1-f745-5516-8e39-549633f2e1fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003912"}],"subject":{"reference":"Patient/a0175508-ecfc-5789-abd4-a8e4067dd832"},"resourceType":"Specimen"} +{"id":"d9bd9db1-627f-56ef-bbbc-ee107f8ff021","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS003913"}],"subject":{"reference":"Patient/9c7e18f0-8b8d-5a9f-a6b2-9af02aa4a996"},"resourceType":"Specimen"} +{"id":"fe1ef8a9-f4b0-5c72-bfc6-9e3a45ecfaea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006559"}],"subject":{"reference":"Patient/99e204ac-d9cc-5fb7-accc-d676f946e00a"},"resourceType":"Specimen"} +{"id":"e20b0bd8-3866-557a-aab4-394a00b81c54","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006560"}],"subject":{"reference":"Patient/a249fbea-15bc-54c7-9591-f0840c7e0921"},"resourceType":"Specimen"} +{"id":"2c4bbf93-30a1-5771-85c4-21d7ecceab92","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006563"}],"subject":{"reference":"Patient/dd5c4159-7e0e-5016-a900-96e95de6de84"},"resourceType":"Specimen"} +{"id":"6afe28b9-0640-54c4-9311-caa475ef04e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006564"}],"subject":{"reference":"Patient/ae8d58d1-0566-52e1-83bc-3f191a2bea5b"},"resourceType":"Specimen"} +{"id":"d15d51ec-cb4e-5ff4-9d1b-72220f9803a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006565"}],"subject":{"reference":"Patient/de2f3b76-9538-5a99-b45f-2c61cbcde8d1"},"resourceType":"Specimen"} +{"id":"a91c1907-09c8-50f4-914f-ca726d09d3d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006567"}],"subject":{"reference":"Patient/c2d8813b-8165-5ae3-ab25-bfb345f32473"},"resourceType":"Specimen"} +{"id":"ec846c2d-0956-56c9-8ded-c064f714ecf7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006569"}],"subject":{"reference":"Patient/64e1fe84-1a4b-5bde-b62c-ac9e7bbc6443"},"resourceType":"Specimen"} +{"id":"a281c074-0d71-5258-b85d-171dd45213f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006572"}],"subject":{"reference":"Patient/416ad245-b929-5916-a988-db761482274f"},"resourceType":"Specimen"} +{"id":"1f7e4f50-a012-5e58-b3e1-9fce93fe4037","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006573"}],"subject":{"reference":"Patient/4fe1db1a-c5de-5726-b150-af11456c295e"},"resourceType":"Specimen"} +{"id":"a7d6be57-e59f-5176-ac91-4d36d3a1a2e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006574"}],"subject":{"reference":"Patient/b17e61bc-cbe9-5659-98f1-ff9acb448181"},"resourceType":"Specimen"} +{"id":"7ca7c3e8-72fa-53c3-80db-38634a2602f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006575"}],"subject":{"reference":"Patient/254d33f3-b7ad-5440-a683-80a080ac7ca5"},"resourceType":"Specimen"} +{"id":"298cc9fd-5cbc-5fc4-84e3-e70bb11ec4a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006576"}],"subject":{"reference":"Patient/b387398c-668f-528c-9d17-845c93d7b0c2"},"resourceType":"Specimen"} +{"id":"761b45f0-710d-558c-b2cf-0526c58a005d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006577"}],"subject":{"reference":"Patient/39112585-0dae-5705-b5d3-37bccd8e8644"},"resourceType":"Specimen"} +{"id":"99d19b11-c697-5142-b335-97e562217849","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006578"}],"subject":{"reference":"Patient/e838d378-5b2a-5218-a80c-6454b4bdb0ab"},"resourceType":"Specimen"} +{"id":"66b425e9-971a-5416-8c66-5538cba3b2c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006580"}],"subject":{"reference":"Patient/83c8ae45-0076-5230-bd0f-2a3634853b0e"},"resourceType":"Specimen"} +{"id":"1e2ce1bf-086b-5afb-9008-c712632a7dc4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006581"}],"subject":{"reference":"Patient/4f1f2772-a1c7-5385-bb8a-14807edc8303"},"resourceType":"Specimen"} +{"id":"df4fe590-97cf-55dd-b48b-7d265d13f4bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006582"}],"subject":{"reference":"Patient/1bb99377-a9fe-5ba4-bccb-73d39bd091ec"},"resourceType":"Specimen"} +{"id":"6dd003b9-0219-501b-bcf8-3d086ec117a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006583"}],"subject":{"reference":"Patient/8ff85a29-f32e-5703-ae72-003794c8b158"},"resourceType":"Specimen"} +{"id":"b2466013-5789-5652-8ae6-fc86ae7f136f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006584"}],"subject":{"reference":"Patient/f18d0b6d-15d7-5ad1-96cb-be27e4b5b585"},"resourceType":"Specimen"} +{"id":"44026989-d3a4-5a14-9215-b8f643a1783c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006585"}],"subject":{"reference":"Patient/dcc57ab5-912c-5e4a-9618-3c33201d3c4e"},"resourceType":"Specimen"} +{"id":"ce15e916-e3c1-52ca-b2d2-79cdd0924f2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006586"}],"subject":{"reference":"Patient/c02e2b34-8575-58e6-81fb-27e3f4d8d072"},"resourceType":"Specimen"} +{"id":"82f3be92-3af3-523d-bf6f-f83549cceded","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006587"}],"subject":{"reference":"Patient/4c5eb825-a1aa-5b84-baa5-68a6e01e7826"},"resourceType":"Specimen"} +{"id":"ebd08617-0a5f-50fb-946a-b603c9476438","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006588"}],"subject":{"reference":"Patient/7a6eac5a-3c81-5ab8-8bf4-328a48f08181"},"resourceType":"Specimen"} +{"id":"b4bcbc28-aee3-58a8-baee-b902e3d87a49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006589"}],"subject":{"reference":"Patient/a261f652-dc74-5819-857f-00f00865ecaa"},"resourceType":"Specimen"} +{"id":"c2ccf3b3-ec21-578f-bda0-720eba2fc484","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006590"}],"subject":{"reference":"Patient/7e38ab59-8753-54d5-8f15-b101dfaf7087"},"resourceType":"Specimen"} +{"id":"5981d7c4-905a-5328-bc23-94e43c25fe2d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006591"}],"subject":{"reference":"Patient/2cc27d8c-f673-5f8b-9196-95854d12eb93"},"resourceType":"Specimen"} +{"id":"3fb45aaf-befe-58e0-a06f-28ef6d45e4cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006837"}],"subject":{"reference":"Patient/cfd8bc25-366b-512c-99c7-b0a0636c75bc"},"resourceType":"Specimen"} +{"id":"50492de1-76f5-5347-b24f-8ea430f11cb6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006838"}],"subject":{"reference":"Patient/81b8d95c-b11a-5308-b8b5-51cb773484f2"},"resourceType":"Specimen"} +{"id":"fb9ce962-36f8-5965-8ed1-bafa1020f2fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006840"}],"subject":{"reference":"Patient/1d6b7dca-beff-5044-9292-d80f07fee13d"},"resourceType":"Specimen"} +{"id":"9d5687d6-2b02-5bcc-9d1b-3c84bf0f1f9d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006841"}],"subject":{"reference":"Patient/aaba57af-8229-5528-8cf6-dba8378b2a3f"},"resourceType":"Specimen"} +{"id":"d8caaca1-1f8e-5435-9521-a8fbde7bec82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006842"}],"subject":{"reference":"Patient/bc081840-6f59-5a1c-9ca2-5279e9016215"},"resourceType":"Specimen"} +{"id":"56b6fcf3-23f8-5486-9ccf-d93f3259f0b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006843"}],"subject":{"reference":"Patient/2049d459-e804-57f6-82f4-12a362f4cee9"},"resourceType":"Specimen"} +{"id":"93e870d3-bc71-5312-9723-349dc6c6bc8e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006844"}],"subject":{"reference":"Patient/7d8b2536-8e25-51e8-b1d1-5a25b453471e"},"resourceType":"Specimen"} +{"id":"9a450de4-5337-5358-87c5-8a4aab522d99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006846"}],"subject":{"reference":"Patient/a48e7fa2-f840-58a5-9836-e143a0b71430"},"resourceType":"Specimen"} +{"id":"0f6bdeb8-7195-5d28-a377-8a8df427a639","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006847"}],"subject":{"reference":"Patient/649c8d15-7d7c-52f9-a92d-e551ea5c052b"},"resourceType":"Specimen"} +{"id":"24648a85-b0fd-5c2e-8da1-01055d4430ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006848"}],"subject":{"reference":"Patient/cc9d059b-a6eb-5f47-80f5-6a913dfa45a0"},"resourceType":"Specimen"} +{"id":"f9776f1c-f4b3-5c15-856a-832a05a6f2ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006849"}],"subject":{"reference":"Patient/019143da-b1ea-53c4-8aaa-5e3fda05284b"},"resourceType":"Specimen"} +{"id":"3f08024b-4a57-52c8-bafd-4d8a2e709c8e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006850"}],"subject":{"reference":"Patient/094cb86c-44c4-5dc9-99eb-2ea52428b253"},"resourceType":"Specimen"} +{"id":"cdaa38c2-7537-5020-8594-c85be9c69abc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006851"}],"subject":{"reference":"Patient/eb5a137d-ad79-5f47-abf4-e40bed9f9e28"},"resourceType":"Specimen"} +{"id":"bd63e1fc-a8c0-5e35-a53b-fd2fc48fa68a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006852"}],"subject":{"reference":"Patient/e8a38233-7744-54ba-a3e6-40c34a4e4250"},"resourceType":"Specimen"} +{"id":"3de1bc50-4ee9-5995-a6ea-7273899ce152","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006853"}],"subject":{"reference":"Patient/bf12b544-8b00-5ecd-b5cf-ee6942205ff5"},"resourceType":"Specimen"} +{"id":"5034c2ce-0fa6-5fcc-9219-1a287299215c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006854"}],"subject":{"reference":"Patient/0503c664-2de6-5520-a6a9-b2e2448d4ec0"},"resourceType":"Specimen"} +{"id":"a64d5f79-bcbc-5905-9cf4-e0200681847b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006855"}],"subject":{"reference":"Patient/412c8949-1992-58b9-ab40-58866624baa3"},"resourceType":"Specimen"} +{"id":"2585f050-142c-5d91-bdf9-7c96faf3b506","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006856"}],"subject":{"reference":"Patient/8ebc656d-4563-57eb-8a2b-bbf63be9c7f2"},"resourceType":"Specimen"} +{"id":"a7d31110-d0ba-574d-972e-1d749630fb71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006857"}],"subject":{"reference":"Patient/51b2c431-95ae-5d79-803d-298392ba70df"},"resourceType":"Specimen"} +{"id":"13b14ce8-c887-50a2-8d65-8dc19726e095","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006858"}],"subject":{"reference":"Patient/9ce40c17-f415-5fa5-99f1-0e4c436b6e7e"},"resourceType":"Specimen"} +{"id":"12c2080d-1ea8-5ae0-b20f-6e0593a1d42b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006859"}],"subject":{"reference":"Patient/438eecf1-c065-59aa-8410-2e7dc0ea9ed5"},"resourceType":"Specimen"} +{"id":"6d1c8269-b7cf-562d-aeb6-09270b393829","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006860"}],"subject":{"reference":"Patient/9be53e2b-0cbf-57af-bcfd-27c6928a1399"},"resourceType":"Specimen"} +{"id":"1062fae6-d9ca-5387-a54f-8e9735153239","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006861"}],"subject":{"reference":"Patient/2dda38b4-6e48-5566-9526-3cddc39d30fc"},"resourceType":"Specimen"} +{"id":"adf78058-160b-5fde-8a93-ae9976cc2a59","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006862"}],"subject":{"reference":"Patient/a6eafd5b-5808-58e4-9be7-f0a781bac767"},"resourceType":"Specimen"} +{"id":"bfca6a7f-0910-5b75-99f8-bb8e6977d685","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006863"}],"subject":{"reference":"Patient/65ead5d7-4d23-5f9d-a25d-f52e44e8f465"},"resourceType":"Specimen"} +{"id":"28e3bb1c-f953-5ae0-9483-df193e288cfe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006864"}],"subject":{"reference":"Patient/698776bc-fea6-5919-942f-d0662b38cad8"},"resourceType":"Specimen"} +{"id":"97b1b89a-2fd3-592d-904b-2a42822d9f94","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006865"}],"subject":{"reference":"Patient/f0fd703f-b0f2-5c44-98df-1893969c5f02"},"resourceType":"Specimen"} +{"id":"aac30f55-a809-5f0a-a91e-690a37a92655","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006866"}],"subject":{"reference":"Patient/fc3fd127-b061-533e-b6c8-11f2a38bf490"},"resourceType":"Specimen"} +{"id":"186f58c2-ad37-5da2-aca4-620d0c95f34a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006869"}],"subject":{"reference":"Patient/595db002-a1a8-5ce2-acbc-593d130a324e"},"resourceType":"Specimen"} +{"id":"a7f6f570-bd41-5437-98ea-d1771a7a9bad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006870"}],"subject":{"reference":"Patient/e314caae-9984-5d3d-95fc-046000a3e75e"},"resourceType":"Specimen"} +{"id":"8f13f775-e5c7-5c86-ba68-634307113356","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006871"}],"subject":{"reference":"Patient/5410b958-f338-56c5-aa3d-6a49088d241d"},"resourceType":"Specimen"} +{"id":"c14d889d-22f6-57f7-ab55-d696a3912368","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006872"}],"subject":{"reference":"Patient/9258ba8e-db77-59d2-957a-b1c5271774ef"},"resourceType":"Specimen"} +{"id":"1483011c-15cb-55e3-80b3-12d3be04903e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006873"}],"subject":{"reference":"Patient/7216c92c-902d-56cc-8f77-6394a7a5caf4"},"resourceType":"Specimen"} +{"id":"b4e13886-4fd8-5043-81de-9ae02e03a402","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006874"}],"subject":{"reference":"Patient/c111b62e-a6ee-5c88-a9a8-24f503f04f0e"},"resourceType":"Specimen"} +{"id":"7959461b-8ff7-5956-a4ac-3e1fae393851","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006875"}],"subject":{"reference":"Patient/45aecc30-fe70-5dfc-8a70-9cf35a7eb9d4"},"resourceType":"Specimen"} +{"id":"ddcf153e-a7c5-5850-a75e-1ca9a24f9a3b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006876"}],"subject":{"reference":"Patient/de52f443-bf14-5cc8-b178-2e2f8a741518"},"resourceType":"Specimen"} +{"id":"69266038-f2ac-56c5-a2d3-3f8f1fa9ef77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006878"}],"subject":{"reference":"Patient/b6fe77f7-1d5a-5524-9857-e452b421a803"},"resourceType":"Specimen"} +{"id":"b6aad5b3-9e3d-506f-8136-00d5421316a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006879"}],"subject":{"reference":"Patient/d7d0be87-c5ba-58e3-914b-7ecce913c384"},"resourceType":"Specimen"} +{"id":"b346d72b-96f2-5004-92a4-4f078e4982b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006881"}],"subject":{"reference":"Patient/0427b034-3e7c-5b14-98c6-359d9828b7c6"},"resourceType":"Specimen"} +{"id":"ea7e4f88-6f18-5680-9523-d3e9810d9043","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006882"}],"subject":{"reference":"Patient/2e43b8b4-5cbb-54e5-b45b-b65de7ff87d8"},"resourceType":"Specimen"} +{"id":"bca107e5-7f38-5574-bf2b-be0ee29da0b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006883"}],"subject":{"reference":"Patient/a30ad356-b07c-5f52-9c35-4a6997ed4499"},"resourceType":"Specimen"} +{"id":"79202af4-5377-5786-8cdc-755da63fc8df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006884"}],"subject":{"reference":"Patient/71ccfa83-eed3-5594-a514-f7758bf07f06"},"resourceType":"Specimen"} +{"id":"619cf2c2-4964-5cf1-a294-f185db48381a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006887"}],"subject":{"reference":"Patient/6060bdba-2606-5239-9bb1-2b49db6cdd65"},"resourceType":"Specimen"} +{"id":"78ff38ff-902d-54b3-994a-f8af0a953b0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006889"}],"subject":{"reference":"Patient/6b1a7e16-32c7-5419-b983-ecf3915615f1"},"resourceType":"Specimen"} +{"id":"1c4b9f48-cffb-5c6c-abeb-497cf45e8caf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006890"}],"subject":{"reference":"Patient/af52fd4b-7a03-50c7-b3ae-02400e652e0b"},"resourceType":"Specimen"} +{"id":"b1efe9a9-2aa8-5e08-a7f3-88d2ea41042d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006891"}],"subject":{"reference":"Patient/6d21dbf7-ca00-5527-bde7-c2b26e522f62"},"resourceType":"Specimen"} +{"id":"d5295966-72ac-52be-94e3-fc1bb1846bb6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006892"}],"subject":{"reference":"Patient/5e71ba92-6724-5ab7-9451-e02fd1a6157d"},"resourceType":"Specimen"} +{"id":"dd301fcd-6355-527e-8490-83474f1acbaf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006893"}],"subject":{"reference":"Patient/fbdafd0b-4ed0-5684-858c-ad45c5e14c45"},"resourceType":"Specimen"} +{"id":"70218c40-da9b-5424-9be5-1c7eeb511d1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006894"}],"subject":{"reference":"Patient/96dcd442-7b7c-5da2-bb16-29fda354ac97"},"resourceType":"Specimen"} +{"id":"c9de98da-d511-5dd8-96f9-382421b92184","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006895"}],"subject":{"reference":"Patient/deb87dcc-75e3-54db-9544-c5e041a7f170"},"resourceType":"Specimen"} +{"id":"0fd1820d-61fd-53d5-9673-75fd789dcd3e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006896"}],"subject":{"reference":"Patient/667da24b-8765-5049-abdc-1ba7f1a7c39d"},"resourceType":"Specimen"} +{"id":"58487e00-018b-5fe5-99ca-8c6e5fb62d25","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006897"}],"subject":{"reference":"Patient/d089e841-a3f4-592b-91ad-8a4a633c6dfe"},"resourceType":"Specimen"} +{"id":"c0efc99f-860f-54ab-a565-e5d5dfe1c4cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006898"}],"subject":{"reference":"Patient/bc9a6c80-54bf-5a2c-8198-8b1a4f1cf2e9"},"resourceType":"Specimen"} +{"id":"f8376c75-9709-58a0-9cc3-428aaf265e0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006899"}],"subject":{"reference":"Patient/4c641e4d-303b-5f1f-b31b-2fd6b5236c77"},"resourceType":"Specimen"} +{"id":"ce82559a-7a6b-5680-8927-7b258bd31ee2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006900"}],"subject":{"reference":"Patient/85017c48-be68-5a55-97c3-c7ec78e309ee"},"resourceType":"Specimen"} +{"id":"486f8566-f5a4-52a7-89da-dba66c720409","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006901"}],"subject":{"reference":"Patient/dea07c55-8a29-5cd7-8221-8ac2141b1589"},"resourceType":"Specimen"} +{"id":"e6722f3c-8823-5c86-aed0-600354e33a3a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006902"}],"subject":{"reference":"Patient/d9f99966-be78-5536-b0cb-f2db0f6a84f2"},"resourceType":"Specimen"} +{"id":"2a9edc06-b593-5f70-bf1e-aabdeb90fd04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006903"}],"subject":{"reference":"Patient/64878686-0bfc-5af5-8b81-dd009d6c37a1"},"resourceType":"Specimen"} +{"id":"24d3252e-b576-5903-8725-373fa81f0322","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006904"}],"subject":{"reference":"Patient/3b3c2ce7-b711-51be-bf63-7e5c6a2ae032"},"resourceType":"Specimen"} +{"id":"f9652cc5-4243-5bcd-bbeb-724da4cb8f2c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006905"}],"subject":{"reference":"Patient/dbdb816c-8a67-5bde-a9b2-a91e55ad5953"},"resourceType":"Specimen"} +{"id":"ed511d92-7c3b-59e3-8726-b9c5a2db6c2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006906"}],"subject":{"reference":"Patient/3bcc3857-86b4-536e-8f87-cf167409f7a8"},"resourceType":"Specimen"} +{"id":"85d370f3-8c40-5c6f-9e0b-38acae1dc881","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006907"}],"subject":{"reference":"Patient/2d724b76-275b-57e8-96f0-5237241da793"},"resourceType":"Specimen"} +{"id":"8124cbac-9c02-597a-aade-dca5d145d9bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006908"}],"subject":{"reference":"Patient/1fe36b1a-365f-5239-8142-30fc45dc4d24"},"resourceType":"Specimen"} +{"id":"6f2d6db4-98ad-5f55-afa1-d05204b5f382","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006909"}],"subject":{"reference":"Patient/4b509046-8113-528a-b475-dc5525b22535"},"resourceType":"Specimen"} +{"id":"2fd50412-4b0c-558b-9552-5c6d5a310468","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006910"}],"subject":{"reference":"Patient/0b8aba56-31e8-54db-a69d-98994e29e332"},"resourceType":"Specimen"} +{"id":"a367a02f-45c7-5fae-937b-afcbca8362d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006911"}],"subject":{"reference":"Patient/ec2deadd-3ebe-56fe-bd6c-050b838cf2a6"},"resourceType":"Specimen"} +{"id":"f5bec5d4-4895-5cd4-add8-e3ad40ebedb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006912"}],"subject":{"reference":"Patient/25a930a2-f092-5874-858a-b054eaf3d681"},"resourceType":"Specimen"} +{"id":"36fa4dca-d2d4-56b9-81a8-9151c1bcfb48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006913"}],"subject":{"reference":"Patient/6f39d7bb-0912-5031-a5fa-6eb504a27ae4"},"resourceType":"Specimen"} +{"id":"e1c4443b-ef1e-5beb-8eb8-f29fb6c8fa9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006914"}],"subject":{"reference":"Patient/b20caa00-c3f9-59a6-9c7c-40827a0b0566"},"resourceType":"Specimen"} +{"id":"5c07f96a-7512-56b8-8c83-a0b333f95ddd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006915"}],"subject":{"reference":"Patient/f2fcf490-5eb5-518d-b3b8-66c99b2dc76e"},"resourceType":"Specimen"} +{"id":"8924e5ed-046a-58b4-b7a7-c692a4fe9cf8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006916"}],"subject":{"reference":"Patient/b015d140-526f-51ef-b889-a1f05b58067c"},"resourceType":"Specimen"} +{"id":"51faec6e-8d3d-5e39-b132-b1cee4397080","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006918"}],"subject":{"reference":"Patient/703bb2f1-f2d2-557b-8cc7-1ca3f61ea3fc"},"resourceType":"Specimen"} +{"id":"9875b0af-c183-5dd0-a45b-12c7fae13d09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006919"}],"subject":{"reference":"Patient/9cf78e08-30b0-5670-9ea5-3b4edb77c182"},"resourceType":"Specimen"} +{"id":"e4082b7e-cd3c-544d-82b7-5fed291f2f41","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006921"}],"subject":{"reference":"Patient/e19ece23-4a0b-5a9d-a6a3-b06dee93e405"},"resourceType":"Specimen"} +{"id":"9cd4a73c-f968-53d8-9d1b-d5d04fab59be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006922"}],"subject":{"reference":"Patient/7c4770c2-524e-5b0a-961a-865df1c39bb1"},"resourceType":"Specimen"} +{"id":"8093cfbf-a4ad-53cf-a775-752a1990ea99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006924"}],"subject":{"reference":"Patient/146a024a-127d-5803-82ba-76c6245d0e1d"},"resourceType":"Specimen"} +{"id":"27c14ee8-9a1a-5037-b03d-55445507d527","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006925"}],"subject":{"reference":"Patient/2fe0b077-2d6c-597c-80df-8640e936b453"},"resourceType":"Specimen"} +{"id":"85224d6e-3e75-53f7-a133-2d715bc5648f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006927"}],"subject":{"reference":"Patient/538a77e4-949a-5b48-9fcf-40380b48d276"},"resourceType":"Specimen"} +{"id":"d9227960-0087-53e2-8247-a2db833f334e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS006928"}],"subject":{"reference":"Patient/e089da42-1662-5e1a-93b1-c17abbc988ef"},"resourceType":"Specimen"} +{"id":"05ef9cf9-7655-548f-bf50-427edd647df5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008503"}],"subject":{"reference":"Patient/07c7f709-35ea-5112-b244-dfc8ace3355a"},"resourceType":"Specimen"} +{"id":"8c8211da-2f86-5aa7-94d7-ae265b0fcc54","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008504"}],"subject":{"reference":"Patient/2ec73dec-3b63-57c7-a302-cde4cb34ed0d"},"resourceType":"Specimen"} +{"id":"c22f1c37-c7ff-58cb-ad90-572297518ef9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008505"}],"subject":{"reference":"Patient/95533db1-5399-59af-8343-04422f5f22fe"},"resourceType":"Specimen"} +{"id":"6d37e884-a486-5d77-ad6a-f42c3da45406","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008506"}],"subject":{"reference":"Patient/f18c1797-9dff-55a6-9277-eb1c97bb5fb1"},"resourceType":"Specimen"} +{"id":"ae881496-35ea-5fa2-b837-1152f0f0af00","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008507"}],"subject":{"reference":"Patient/96f76984-8f59-5b82-9e3d-b81c653775dd"},"resourceType":"Specimen"} +{"id":"81d9dcae-99c8-51e1-a75c-5fa015b5f8d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008509"}],"subject":{"reference":"Patient/41d8b32b-8bd5-578f-bf15-7ea753a17ab5"},"resourceType":"Specimen"} +{"id":"27dd8d06-feb7-5d7c-8a7f-686366961ad4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008510"}],"subject":{"reference":"Patient/c8b750af-7b14-59f2-a897-d09a81e919f3"},"resourceType":"Specimen"} +{"id":"d5bfd5b4-cc5e-50c7-9e5a-b730b3dd8353","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008511"}],"subject":{"reference":"Patient/555717f1-72f8-54e7-85bd-d99c87c54ca5"},"resourceType":"Specimen"} +{"id":"ddeb8801-c49e-514c-b632-f8822f4416b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008512"}],"subject":{"reference":"Patient/f7a284e0-e81f-54af-b057-a4b5c788eec7"},"resourceType":"Specimen"} +{"id":"b5992e4e-db61-59ff-8346-75d3380edd37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008513"}],"subject":{"reference":"Patient/08dbac4c-8e15-5774-9250-b262ba8fa9ab"},"resourceType":"Specimen"} +{"id":"2675b1db-d4e7-5510-b35f-d261b7e5c16b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008514"}],"subject":{"reference":"Patient/5da4210c-6203-51bc-86d1-cd227181d251"},"resourceType":"Specimen"} +{"id":"d0c19d4f-7dd1-5158-bcaa-8e5fffef34a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008515"}],"subject":{"reference":"Patient/81c69554-097c-5f16-8b9b-44a36986e632"},"resourceType":"Specimen"} +{"id":"b6dd5ec4-b283-5924-970c-80eac6b57bf8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008516"}],"subject":{"reference":"Patient/503d9a85-2152-5607-bcfd-33b8eb7575e8"},"resourceType":"Specimen"} +{"id":"c87edb10-06b0-5e19-b96a-d94dc4b367dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008517"}],"subject":{"reference":"Patient/4302278f-8f4b-54ce-aab7-7e1bf4105ba7"},"resourceType":"Specimen"} +{"id":"36948ad3-e0bc-5744-8de4-966d5a45e2c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008518"}],"subject":{"reference":"Patient/0936d158-9ea3-5308-8489-0219c8b21da6"},"resourceType":"Specimen"} +{"id":"4fc18616-0384-5755-8e38-7d53bb5125c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008519"}],"subject":{"reference":"Patient/30a5b422-18d6-5504-82da-dc331b898d7a"},"resourceType":"Specimen"} +{"id":"e891d5b8-63fc-55b8-8fe1-0ba745f91e8e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008520"}],"subject":{"reference":"Patient/752fe98e-ede4-5853-ac4c-a24a9c4f96c0"},"resourceType":"Specimen"} +{"id":"b2ccbc85-367f-54b5-bebe-b755139d91f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008523"}],"subject":{"reference":"Patient/0d5f9b5d-6bfe-587e-aa28-899cb7183200"},"resourceType":"Specimen"} +{"id":"05180ffd-2c86-578d-ac61-d771a0b8abd9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008524"}],"subject":{"reference":"Patient/aea9dace-2817-5e47-b9b1-40607af2551d"},"resourceType":"Specimen"} +{"id":"66ab1627-3a57-53d1-ab13-08d4ce2bf3ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008525"}],"subject":{"reference":"Patient/41aaaf41-f2d4-5426-afb1-c352d37aa099"},"resourceType":"Specimen"} +{"id":"ec7df654-2b11-58c0-ab03-4641f7f345ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008526"}],"subject":{"reference":"Patient/ea986a3e-e7b7-533f-8ce7-51835bd81317"},"resourceType":"Specimen"} +{"id":"0bbf7619-a395-5314-ad5b-08178091d423","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008527"}],"subject":{"reference":"Patient/f84007a6-f865-579c-83b4-ffcf9db3a5a4"},"resourceType":"Specimen"} +{"id":"0cdbb303-3d27-56d3-9271-6374f5bec479","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008528"}],"subject":{"reference":"Patient/5342e8de-b420-55c5-8d6d-446061c9dfed"},"resourceType":"Specimen"} +{"id":"150cd0ad-4f5f-5ff7-abb9-5767f83a85d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008529"}],"subject":{"reference":"Patient/217cc39f-1aad-50d7-8b4a-a217030c3b8a"},"resourceType":"Specimen"} +{"id":"303ac19a-643e-5c55-bd04-ae4bb40fd4f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008530"}],"subject":{"reference":"Patient/2b758527-b9ca-5277-a57c-9a3a8ab69c7a"},"resourceType":"Specimen"} +{"id":"4890994a-c64d-5b42-85b8-ffea1c6b6a5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008531"}],"subject":{"reference":"Patient/4640f1bb-6dbc-5dcb-9938-a52076e0868e"},"resourceType":"Specimen"} +{"id":"89deb8a1-478d-56c4-9aea-9e968b08261e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008532"}],"subject":{"reference":"Patient/bbe0cd70-00e3-5c8e-ae43-70157a0eff0f"},"resourceType":"Specimen"} +{"id":"18fcb2f6-7646-560d-98d8-5ef3036b07bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008533"}],"subject":{"reference":"Patient/de1e17f2-4872-522e-9dac-59a8c2b228bd"},"resourceType":"Specimen"} +{"id":"2ece656e-dd47-5b9c-bafa-e393c84a5607","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008534"}],"subject":{"reference":"Patient/a3cec1ad-5ba4-525e-8a9c-0fd108dc152f"},"resourceType":"Specimen"} +{"id":"34897d9d-1414-5b50-b854-06f8ad9a191b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008535"}],"subject":{"reference":"Patient/285d04ce-7944-5e68-9ab1-78ec65c68dfe"},"resourceType":"Specimen"} +{"id":"6812203c-2bb3-59f2-9a0a-13a6afeac021","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008536"}],"subject":{"reference":"Patient/b8af68dd-f540-5a91-b12a-b7a032fb00f3"},"resourceType":"Specimen"} +{"id":"544fc198-7916-5fea-a79b-8b1ab82b6e47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008537"}],"subject":{"reference":"Patient/380c292e-b519-5efd-aad1-1ae053c3ba5d"},"resourceType":"Specimen"} +{"id":"cb00e5f9-cc08-5632-9869-2fc1935f99a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008538"}],"subject":{"reference":"Patient/15df9a47-d1ff-5f8d-af85-0f127bedd50c"},"resourceType":"Specimen"} +{"id":"052447c8-866a-5d41-ab9c-b613dcef0d42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008539"}],"subject":{"reference":"Patient/3fed692a-9a5c-55dd-b9cf-e7cf479bbb41"},"resourceType":"Specimen"} +{"id":"a7c2783d-b784-5e87-9406-3cdfbec8b360","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008541"}],"subject":{"reference":"Patient/92541ded-068e-51b9-9b06-4486837028b0"},"resourceType":"Specimen"} +{"id":"66082f54-3549-5a23-90f4-e3f62c7b7288","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008542"}],"subject":{"reference":"Patient/8edff217-868d-5a8d-9ff3-d4aaed789990"},"resourceType":"Specimen"} +{"id":"a2ee6292-91b8-51dc-b571-b3edffdbeba6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008543"}],"subject":{"reference":"Patient/d2a10090-6163-5f7e-90c8-fa4c5f1286a7"},"resourceType":"Specimen"} +{"id":"9f6af2ed-0145-5ced-8f84-a51ba231dfec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008544"}],"subject":{"reference":"Patient/88560a24-178a-5387-af64-b2fed9470323"},"resourceType":"Specimen"} +{"id":"35bb04e9-3b5a-581d-8b5e-5c79be4e61a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008545"}],"subject":{"reference":"Patient/a5e06095-158f-5174-82c2-fdf8f09b6f19"},"resourceType":"Specimen"} +{"id":"01d0f105-ed2c-5988-80fe-6e43d57bdeba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008546"}],"subject":{"reference":"Patient/3c117b68-7fbb-5ee2-8bbf-19161cad8b12"},"resourceType":"Specimen"} +{"id":"20e9e954-5811-51e8-839a-2041ee48cc47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008547"}],"subject":{"reference":"Patient/13a6736d-22e1-505a-8e41-427ceaa9e331"},"resourceType":"Specimen"} +{"id":"9ec1384c-83ed-5cff-b0c0-1f8c389348ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008549"}],"subject":{"reference":"Patient/560c71fd-1ed8-51cf-8798-c685dea90b97"},"resourceType":"Specimen"} +{"id":"e349d864-e276-54bb-bf28-db1c27ae14a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008550"}],"subject":{"reference":"Patient/3132d903-6a83-535b-a96f-e9d994197294"},"resourceType":"Specimen"} +{"id":"69fd755b-ec7f-58cd-891c-9c70fdc453ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008551"}],"subject":{"reference":"Patient/63ddc87e-34ed-520e-b912-32289dffe127"},"resourceType":"Specimen"} +{"id":"7133e560-caa3-541a-9c58-5c8f66e2691c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008552"}],"subject":{"reference":"Patient/1e2a272f-f88f-5faf-9353-99e6479468e1"},"resourceType":"Specimen"} +{"id":"d5ec6b85-ba9c-5bc2-8441-20651d026bae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008553"}],"subject":{"reference":"Patient/25b15408-b7e5-582a-957c-bd6d5ea634ab"},"resourceType":"Specimen"} +{"id":"1075f3d5-3bf7-59f4-8984-c2d09b37cb96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008554"}],"subject":{"reference":"Patient/730e6d43-6760-5a26-98c0-0659efbd91b2"},"resourceType":"Specimen"} +{"id":"45e5d113-e15e-55d7-a8a2-fae06965630c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008555"}],"subject":{"reference":"Patient/59c3b5d4-267d-5472-bc98-435f0d15832e"},"resourceType":"Specimen"} +{"id":"06313c35-990c-5d99-aa85-4b5970936f99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008556"}],"subject":{"reference":"Patient/00de5d40-00b7-56c0-a775-f3cbfdd78d6f"},"resourceType":"Specimen"} +{"id":"1978cc3e-ecce-5c4d-95ef-12fa51bc3bfa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008557"}],"subject":{"reference":"Patient/224fb571-f241-54bc-b465-1e07e6189ace"},"resourceType":"Specimen"} +{"id":"914ad9f6-5cbc-573e-a4d2-fbf98e16a91f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008558"}],"subject":{"reference":"Patient/30bfa68e-d8ec-5a21-ae33-cde650104305"},"resourceType":"Specimen"} +{"id":"0871b718-414b-5b39-ae5a-72e3fe06c4f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008559"}],"subject":{"reference":"Patient/b7544cbb-9521-56d0-9298-e4f0dae9dcb8"},"resourceType":"Specimen"} +{"id":"795f096e-8776-5983-91e2-e8c17a3840cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008560"}],"subject":{"reference":"Patient/af62563f-fc10-5127-99c5-2fc15d8ad8b4"},"resourceType":"Specimen"} +{"id":"04e80aa1-43c4-54b3-8d0c-c6d80e494d63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008561"}],"subject":{"reference":"Patient/16fa9b87-808f-5103-90c6-8ca1365de128"},"resourceType":"Specimen"} +{"id":"60ea6d8f-384d-51b5-b6f7-e3045f20b451","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008562"}],"subject":{"reference":"Patient/6b925a2f-a90d-5c1e-9868-f12daf0fff92"},"resourceType":"Specimen"} +{"id":"c577be77-6598-506c-b3e3-b80705836bc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008563"}],"subject":{"reference":"Patient/11a6259e-f8b7-537e-b961-0286b145411e"},"resourceType":"Specimen"} +{"id":"3ce6bcbf-3145-5d66-8b65-67d6e7af4005","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008564"}],"subject":{"reference":"Patient/fa947f4b-5018-5d06-9c04-f809223efb56"},"resourceType":"Specimen"} +{"id":"cce37230-fea8-51fb-8d8d-e0fbe80c1899","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008565"}],"subject":{"reference":"Patient/8c9c1f43-6336-5fe6-a7ad-f8e118cb5035"},"resourceType":"Specimen"} +{"id":"bb9a90f0-69b6-591d-b6c9-eb9a68994ed3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008566"}],"subject":{"reference":"Patient/4c46a176-1a62-5800-bfa2-1e3a5adcf561"},"resourceType":"Specimen"} +{"id":"53e1de4f-c548-5577-b1b4-f555a2365340","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008567"}],"subject":{"reference":"Patient/7419db6a-093d-58a7-b961-7594daf86f6c"},"resourceType":"Specimen"} +{"id":"35e202a4-d2e1-549b-938d-c4ab3bdcce4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008568"}],"subject":{"reference":"Patient/30fc5ae2-ae73-5b99-a039-8dd7712db15e"},"resourceType":"Specimen"} +{"id":"0a4da264-3923-55a0-a7a9-dcb8fdde0798","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008569"}],"subject":{"reference":"Patient/c95fe7c9-95fc-524a-8727-75bdce0693f7"},"resourceType":"Specimen"} +{"id":"856f935f-2751-5895-8b6c-0571b1772d89","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008570"}],"subject":{"reference":"Patient/521bd4e1-d175-5f7d-a2e4-1076243bd4ac"},"resourceType":"Specimen"} +{"id":"a132f50f-add3-5b7c-9927-99c237bc87b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008571"}],"subject":{"reference":"Patient/4783bb77-eeba-5f0f-8f2f-f47a3d7b0296"},"resourceType":"Specimen"} +{"id":"f7be2bd1-2bb4-5aa5-b13f-fb6cb009eca8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008572"}],"subject":{"reference":"Patient/26bd3251-2a55-58c1-91c6-1216a70c51ea"},"resourceType":"Specimen"} +{"id":"d0ea8af6-47f1-5682-bcd1-7ebb9e480c1c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008573"}],"subject":{"reference":"Patient/a874914a-cc1f-5c61-94a9-f7c8b4a5239a"},"resourceType":"Specimen"} +{"id":"bc48f60d-cee0-505c-a445-2555dbcdc879","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008574"}],"subject":{"reference":"Patient/bb7186c0-3e73-5338-ab66-1908427f02d6"},"resourceType":"Specimen"} +{"id":"9495a743-b2d4-58db-891a-92142114ed36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008575"}],"subject":{"reference":"Patient/ad9770e0-3826-5c53-a42a-a0a1aae298ba"},"resourceType":"Specimen"} +{"id":"c48e89ce-6bdc-5578-846b-12dd5ce7aa05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008577"}],"subject":{"reference":"Patient/4ba4d87a-7579-5fd1-9be9-e65275b9d1c1"},"resourceType":"Specimen"} +{"id":"5082fe19-3f64-5995-8c7b-197c9bc3b259","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008578"}],"subject":{"reference":"Patient/cd7ca8f4-9f62-5583-a40c-b51b481f9cd6"},"resourceType":"Specimen"} +{"id":"743eeda0-3873-5cda-b203-82cfa7959ff9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008579"}],"subject":{"reference":"Patient/2515d591-1f27-563e-a807-1fc7cfb87793"},"resourceType":"Specimen"} +{"id":"65035107-77eb-5bdd-89ad-801c2051baa1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008580"}],"subject":{"reference":"Patient/eac4a458-0070-5f16-ba42-ec33effcbfd4"},"resourceType":"Specimen"} +{"id":"bf69e31c-7d5e-5f44-98c4-eb9073c39926","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008581"}],"subject":{"reference":"Patient/1f13f5e9-dbe6-5d75-b006-70c3831414c7"},"resourceType":"Specimen"} +{"id":"94960853-704c-55a7-89e1-61cb5cbdda63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008582"}],"subject":{"reference":"Patient/88a08c1e-c1da-5501-aaf0-bd09265ef6d2"},"resourceType":"Specimen"} +{"id":"931135ac-d94a-5e4f-bb74-85de433bc7ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008583"}],"subject":{"reference":"Patient/1b418e4c-dc50-5220-95bb-77fe8dfcc669"},"resourceType":"Specimen"} +{"id":"e1c9eee0-2f88-59d4-90d0-ab8b104cf1d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008584"}],"subject":{"reference":"Patient/3aa76038-b0ca-5e21-83b7-14d322e3bd70"},"resourceType":"Specimen"} +{"id":"2433183d-ae3c-5a4d-aecd-0495cb0f0533","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008585"}],"subject":{"reference":"Patient/4d1793db-2ba1-58d5-bb73-7c6aeaf2d5d9"},"resourceType":"Specimen"} +{"id":"4435bb5c-8964-5fae-a3d4-a8e50621180e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008586"}],"subject":{"reference":"Patient/2d9bad7f-6654-5667-b7b4-e8c72202ca8e"},"resourceType":"Specimen"} +{"id":"1514a62d-5327-503b-b548-20afd71fd64f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008587"}],"subject":{"reference":"Patient/c7d2bb0a-ce4c-5ca1-a273-fd61aa0fe635"},"resourceType":"Specimen"} +{"id":"0a632e26-fb6c-5aec-ae8a-3113eb03ffa4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008588"}],"subject":{"reference":"Patient/6fbb8408-1708-5a07-91a9-7b0e3625ebfb"},"resourceType":"Specimen"} +{"id":"648d1f8f-d532-5fc7-a430-bd5a0b92dce0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008589"}],"subject":{"reference":"Patient/889326f9-e383-57e9-a0bb-a54e915cd3e2"},"resourceType":"Specimen"} +{"id":"cfffd2d2-74e0-582e-abcc-7e1c04faaa2d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008590"}],"subject":{"reference":"Patient/ea46167f-3423-5d68-ab28-e3d23c450584"},"resourceType":"Specimen"} +{"id":"8479daae-19d7-5f42-9fdc-c1f13be14699","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008592"}],"subject":{"reference":"Patient/446b72d0-573a-5267-af45-c60feab32113"},"resourceType":"Specimen"} +{"id":"ad5a3a16-6dc9-50bb-ab83-f9810e0a02ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008593"}],"subject":{"reference":"Patient/285ddbd7-754d-5040-83ef-3c5a9a2ec307"},"resourceType":"Specimen"} +{"id":"cd84b2a0-d4ed-55a0-91b7-887a9cb6dd85","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008594"}],"subject":{"reference":"Patient/27359520-71da-5825-a9d1-458e2bc14227"},"resourceType":"Specimen"} +{"id":"6f0b155a-e238-5e65-a8ee-a97c9cfbd80c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008595"}],"subject":{"reference":"Patient/c1882070-09ef-5d98-b2ae-8968a319d771"},"resourceType":"Specimen"} +{"id":"fe02d086-d52f-596f-8224-1fa90a29a4ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008596"}],"subject":{"reference":"Patient/0cb7c2fc-9b61-504f-ae00-66900a38e913"},"resourceType":"Specimen"} +{"id":"0fc24f78-720c-51d1-a750-38bd57252bb0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008597"}],"subject":{"reference":"Patient/282453e4-32a8-5326-a5fd-9ff661eb2279"},"resourceType":"Specimen"} +{"id":"bb274d77-66f1-5e2e-a4cb-c494ebdb60ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008598"}],"subject":{"reference":"Patient/b388d6a1-c075-5f40-a730-7d45a17a6027"},"resourceType":"Specimen"} +{"id":"e7af90ba-03f6-505e-846b-28fbed99f897","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008599"}],"subject":{"reference":"Patient/46c78b29-221d-596c-a118-230195176aca"},"resourceType":"Specimen"} +{"id":"25a93ef0-ca02-5e3f-b1b4-06a28f61c2ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008601"}],"subject":{"reference":"Patient/8ddd26ab-ee6c-5599-858b-8f3780248e0b"},"resourceType":"Specimen"} +{"id":"d69990cc-aa81-5712-b76f-5fb906857426","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008602"}],"subject":{"reference":"Patient/8189f1ed-edd5-5edb-b192-8779c34941e3"},"resourceType":"Specimen"} +{"id":"68cd107e-9b3b-5cd4-b11b-c946809dc5c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008605"}],"subject":{"reference":"Patient/11a19463-7add-5baf-a422-ef894c881b77"},"resourceType":"Specimen"} +{"id":"5a4bf62d-c992-5000-83bc-78893b6fcaf7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008607"}],"subject":{"reference":"Patient/7195356e-2c26-55d8-88e2-46eaf824d798"},"resourceType":"Specimen"} +{"id":"f03ba0d3-9298-5972-b95c-53f61ed7cbfc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008608"}],"subject":{"reference":"Patient/b604e83c-7946-5341-8168-c2595ff6a677"},"resourceType":"Specimen"} +{"id":"fd670a2f-afc9-58e2-9378-b90f5369b7a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008611"}],"subject":{"reference":"Patient/24d4171e-0cb0-53f4-a9e4-06b977f17705"},"resourceType":"Specimen"} +{"id":"5c443b62-f512-57b9-9874-ed1b121ee0ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008613"}],"subject":{"reference":"Patient/96118aa6-7d5b-54a3-b3bf-85e8751514b0"},"resourceType":"Specimen"} +{"id":"cb3e90b9-dcd3-5949-a0c0-09dc1d975cd1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008614"}],"subject":{"reference":"Patient/5b9a1050-6f72-5b9d-9c4d-8339d27e2443"},"resourceType":"Specimen"} +{"id":"6efab26b-4b21-51f1-8be8-60f7fba5ffe8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008616"}],"subject":{"reference":"Patient/23c085b7-3387-58bc-9a82-18c5d2b7a690"},"resourceType":"Specimen"} +{"id":"8d0ba837-b3e0-5427-a189-06b5888dba17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008617"}],"subject":{"reference":"Patient/4b1c1f12-8134-54ff-8dba-a2cd5e6560cc"},"resourceType":"Specimen"} +{"id":"1d98791b-91c6-5895-a94b-09bb37cbd629","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008619"}],"subject":{"reference":"Patient/cec81b36-f4f7-5879-8362-58ea25e3717c"},"resourceType":"Specimen"} +{"id":"5cc8b725-c248-5f68-b8f3-9780556eef61","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008620"}],"subject":{"reference":"Patient/6bd428d3-51e4-5d90-8eba-e87798534c49"},"resourceType":"Specimen"} +{"id":"c1494e73-7f51-5f6b-afa0-26ae70af5bef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008622"}],"subject":{"reference":"Patient/f9e8d084-14ac-55e9-8c52-86b5bd910529"},"resourceType":"Specimen"} +{"id":"b412cd88-4b86-50bc-bebf-556368e69c2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008623"}],"subject":{"reference":"Patient/5d2c3c20-d705-5aa3-b67b-328fa1710c15"},"resourceType":"Specimen"} +{"id":"df9369b2-dfa2-5805-bd61-15714ffe1418","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008625"}],"subject":{"reference":"Patient/11ce8791-fc83-5b85-882b-e0ce3983c82d"},"resourceType":"Specimen"} +{"id":"30708473-4793-5c56-9670-8a61d84385cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008626"}],"subject":{"reference":"Patient/0ef0f34c-150b-5539-9ab4-a2d10782410b"},"resourceType":"Specimen"} +{"id":"448c33ed-472d-59e8-8b5c-191e5f5a4897","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008628"}],"subject":{"reference":"Patient/c65501c9-ca14-586b-a546-5789e4693764"},"resourceType":"Specimen"} +{"id":"06c394f3-ec44-5a19-a090-4c43c63baa9e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008632"}],"subject":{"reference":"Patient/e75b099e-9bf3-5140-bf82-438e3bb05622"},"resourceType":"Specimen"} +{"id":"7cd3029b-187e-5437-973d-9a7ff414a9d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008634"}],"subject":{"reference":"Patient/18d958e9-e31b-5c0c-80d3-6f0c870ed6b1"},"resourceType":"Specimen"} +{"id":"caa44df4-d556-5e5b-9f02-160147915d92","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008635"}],"subject":{"reference":"Patient/780adfee-f28e-5ccc-9d3f-c5b4ea5ec285"},"resourceType":"Specimen"} +{"id":"be483da8-78fe-5183-9ffa-c5aaec676061","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008637"}],"subject":{"reference":"Patient/360d1a3c-7226-5490-a86c-f022e5091e68"},"resourceType":"Specimen"} +{"id":"867d1c8c-45c8-5f64-b3b1-5b6808bbb9da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008638"}],"subject":{"reference":"Patient/2a58a6ab-1e7d-5195-b647-25c25dacde2f"},"resourceType":"Specimen"} +{"id":"42da1f74-3148-50ef-99c9-967419cbcd6e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008640"}],"subject":{"reference":"Patient/88d773fc-82c1-5ca6-9eea-1e8bd1e862d9"},"resourceType":"Specimen"} +{"id":"e31de9ed-0d67-5567-bff9-c04e545f52f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008641"}],"subject":{"reference":"Patient/23cb50d2-7a8f-5eac-bbfa-7c36a090828e"},"resourceType":"Specimen"} +{"id":"87675bf2-fff9-5370-b77d-04ff78047142","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008643"}],"subject":{"reference":"Patient/66e5d2ce-5edf-59a7-9763-f267dbd815ce"},"resourceType":"Specimen"} +{"id":"b436c6e8-b1b7-5d8a-a9c5-d32ad298452d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008644"}],"subject":{"reference":"Patient/62b85d73-1e41-569f-b978-4433a2840988"},"resourceType":"Specimen"} +{"id":"9b834e00-4a12-5d86-9f96-52046cab79ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008646"}],"subject":{"reference":"Patient/0cbeb49d-0530-55ed-a937-65d13ebe9034"},"resourceType":"Specimen"} +{"id":"96b765bf-509b-5f72-8f1e-d68816a91075","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008647"}],"subject":{"reference":"Patient/4209e1a6-6131-59d9-bdf8-26912e608ab9"},"resourceType":"Specimen"} +{"id":"c1dd7d45-781f-5ec1-b859-a48d8746ce79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008649"}],"subject":{"reference":"Patient/a6ff0fda-76b8-5b23-814c-4504397179e6"},"resourceType":"Specimen"} +{"id":"786184e8-66c3-5d4e-b477-811d10bcff82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008650"}],"subject":{"reference":"Patient/416182f8-f936-54db-acea-c0aa0b089693"},"resourceType":"Specimen"} +{"id":"cb9647cf-f770-527e-8697-5904b878d28b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008652"}],"subject":{"reference":"Patient/d76a9192-8b78-587d-bd8b-fd7bbc8be47e"},"resourceType":"Specimen"} +{"id":"8f019a66-2025-59d4-8fea-c4a0e7b49988","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008653"}],"subject":{"reference":"Patient/80a915b3-2577-59f5-9a0e-d5d9378407b2"},"resourceType":"Specimen"} +{"id":"ce0f973e-cacf-5781-bb31-fc4934415893","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008655"}],"subject":{"reference":"Patient/d6607d96-a6ae-544f-ae8a-d73be6cf93e6"},"resourceType":"Specimen"} +{"id":"1ddaa1ee-f456-5766-86bd-c4db091afead","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008656"}],"subject":{"reference":"Patient/e284ec61-c605-51b4-9217-0cf7b80b9daa"},"resourceType":"Specimen"} +{"id":"90877491-6d49-5a7e-96cd-6fbca1afd11b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008658"}],"subject":{"reference":"Patient/110dac5e-839d-5b06-a0c6-5abccaf5e3e1"},"resourceType":"Specimen"} +{"id":"ecd7bc11-91d1-592d-bebb-4732582406d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008659"}],"subject":{"reference":"Patient/01827160-5853-52f4-9161-9e903b8a62bd"},"resourceType":"Specimen"} +{"id":"9b63b16c-fc61-5392-a249-ed427c3fc929","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008664"}],"subject":{"reference":"Patient/54714411-f02a-51aa-899e-6fb16d0abfdb"},"resourceType":"Specimen"} +{"id":"097794bc-52b5-5b3d-a71e-324ce7adcca0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008665"}],"subject":{"reference":"Patient/2a14344f-6746-5d89-a146-a5ebe7d8317e"},"resourceType":"Specimen"} +{"id":"834d7745-5078-548d-8c88-f377556c70be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008667"}],"subject":{"reference":"Patient/a88388a1-605b-5344-98e2-5aa706930185"},"resourceType":"Specimen"} +{"id":"168f9d57-4fbf-5c66-b32b-2f3b026ee7d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008668"}],"subject":{"reference":"Patient/2a5cb961-c63f-5003-9f63-724d660a594a"},"resourceType":"Specimen"} +{"id":"b10de582-89a4-5b61-a514-7ce42d815bba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008670"}],"subject":{"reference":"Patient/eda512cf-5341-56f8-932e-cdbf822b539b"},"resourceType":"Specimen"} +{"id":"063b8fdd-8197-5961-82cb-1f4f5af357cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008671"}],"subject":{"reference":"Patient/38e53f34-b20e-5a9c-a7f0-d133ea07df60"},"resourceType":"Specimen"} +{"id":"0ba13f3a-6128-5ae0-8d9d-3ce03208045e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008673"}],"subject":{"reference":"Patient/d86186e7-340b-542d-bb7f-ec0d2c80882f"},"resourceType":"Specimen"} +{"id":"0b4b4eab-589f-5b89-9b21-8c963c1422f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008674"}],"subject":{"reference":"Patient/e9cafcef-6254-5603-a622-0f4602b5bdc7"},"resourceType":"Specimen"} +{"id":"4bf523ed-ddb3-54bc-9f68-29264b391c0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008676"}],"subject":{"reference":"Patient/977987ed-8359-543e-ba57-dd834956a677"},"resourceType":"Specimen"} +{"id":"9a701203-8e3d-5d7e-b9f3-066c135b7b46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008677"}],"subject":{"reference":"Patient/73e8b308-ab55-57f3-8679-4867ca04f7f5"},"resourceType":"Specimen"} +{"id":"d76dc186-41bf-5f3a-8dd2-89b1a6e64f08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008679"}],"subject":{"reference":"Patient/ac0b92b5-afe3-58d0-b5db-eaea9630244f"},"resourceType":"Specimen"} +{"id":"a83ca366-7d14-5b1e-9833-609aca4b3c0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008680"}],"subject":{"reference":"Patient/c2be55f1-30bd-5013-8e72-e67f04ea7829"},"resourceType":"Specimen"} +{"id":"84e708f2-8872-5f0b-9dfd-3d37c5379f29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008682"}],"subject":{"reference":"Patient/3e2ae326-9312-57f5-aabe-1ae58d82b591"},"resourceType":"Specimen"} +{"id":"9f33d958-5a53-582e-afcb-645af116da4b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008683"}],"subject":{"reference":"Patient/6bd782c5-3518-5462-9093-e8f5b1b0e51c"},"resourceType":"Specimen"} +{"id":"291ed425-ad52-5cd9-ba04-0cb9e62d3498","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008685"}],"subject":{"reference":"Patient/eba0ce52-4a74-575f-8ac2-db511abd78ab"},"resourceType":"Specimen"} +{"id":"93f38479-95dc-5875-bb76-7561b7322142","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008686"}],"subject":{"reference":"Patient/da9c9795-74fe-544a-8cb0-15d695719bd1"},"resourceType":"Specimen"} +{"id":"c4c0c9f0-ceb4-512d-8567-c0b6f3b46bc5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008688"}],"subject":{"reference":"Patient/ecb0040f-f106-576e-9768-130106d82af1"},"resourceType":"Specimen"} +{"id":"e9f31394-4446-58a0-9759-e97a78ca6269","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008689"}],"subject":{"reference":"Patient/2a76b95e-92f1-5e39-92ae-84ddd987bcf6"},"resourceType":"Specimen"} +{"id":"dec55260-02d7-540f-a7d2-1254c86ea974","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008691"}],"subject":{"reference":"Patient/1c3ee990-4830-5b47-a774-fa0e38c0ff10"},"resourceType":"Specimen"} +{"id":"3cdce1ce-3cfa-5695-b1d4-ec0f045d9b32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008692"}],"subject":{"reference":"Patient/2d21a93c-825b-5882-afee-ee74108ba67a"},"resourceType":"Specimen"} +{"id":"81fb642c-2d99-57d0-9915-14492ece3c7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008694"}],"subject":{"reference":"Patient/919d7525-9052-5a00-ad65-02c78a0cc67e"},"resourceType":"Specimen"} +{"id":"08dc0c37-ccf1-592d-a9a8-ef7ce6b3dca2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008695"}],"subject":{"reference":"Patient/b5d96410-bd1a-5bdd-86c0-008d8fc9a4e6"},"resourceType":"Specimen"} +{"id":"6ff82f92-05c5-58e1-978e-d3c27127632d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008697"}],"subject":{"reference":"Patient/86c03177-98bc-5d43-9f44-e4849d1b352a"},"resourceType":"Specimen"} +{"id":"beb5c394-8562-5b2d-9772-0343181ecfe5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008700"}],"subject":{"reference":"Patient/6ffbbe55-496a-5a56-a280-49f9cc065e14"},"resourceType":"Specimen"} +{"id":"d2ac308e-273f-5302-a8ce-bec591932696","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008701"}],"subject":{"reference":"Patient/e4157028-2233-5685-8221-37fd7dbf7c9a"},"resourceType":"Specimen"} +{"id":"5401f8a7-0b82-53c8-97c9-d099ab647a41","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008703"}],"subject":{"reference":"Patient/5b2a9663-bab7-5b9b-ad43-661533eb2f7c"},"resourceType":"Specimen"} +{"id":"3504920f-4244-5174-b1f7-8eb28c63336a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008704"}],"subject":{"reference":"Patient/a735a46f-a2fa-5bc2-885d-b5757374bba6"},"resourceType":"Specimen"} +{"id":"fd858257-ce37-5fbc-898d-c22b49ce128a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008706"}],"subject":{"reference":"Patient/35b44e7a-8f9c-5678-92da-bb87beacc470"},"resourceType":"Specimen"} +{"id":"24f2198b-b576-57a9-a7b2-2a348fc36299","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008707"}],"subject":{"reference":"Patient/c7fc301c-955d-58e4-8280-dea6942b5f05"},"resourceType":"Specimen"} +{"id":"f74d4bec-b753-5a36-b3c1-c26953ea920e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008709"}],"subject":{"reference":"Patient/4844bd1b-9fce-5f0d-9e3a-5e9be1b97925"},"resourceType":"Specimen"} +{"id":"e313dbe0-c284-568b-9f75-9b6d4063e169","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008710"}],"subject":{"reference":"Patient/4c34ccc9-d821-560c-9eb5-183cbc35364a"},"resourceType":"Specimen"} +{"id":"eb9dc1c7-a6e6-54bb-a64c-9186224e2654","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008712"}],"subject":{"reference":"Patient/4d404638-467b-537f-95d1-230e3078890b"},"resourceType":"Specimen"} +{"id":"c90b543f-fe58-50b3-a28d-3817cfcaddea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008713"}],"subject":{"reference":"Patient/6aa8e67b-ae16-54c1-9f0a-122ccd08a952"},"resourceType":"Specimen"} +{"id":"b642241a-dbc5-522d-a311-3cf4b576f71c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008715"}],"subject":{"reference":"Patient/37300490-51f0-5135-b6e0-29b1a94f755c"},"resourceType":"Specimen"} +{"id":"a98699a4-8132-59d5-81e8-5292e7248451","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008716"}],"subject":{"reference":"Patient/f5681e0b-5340-574a-9ceb-c3a5c1240176"},"resourceType":"Specimen"} +{"id":"096cace5-f192-59c4-8ba4-1dbb3d22717c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008718"}],"subject":{"reference":"Patient/0b5fe5bd-e094-5edf-9e61-20368888c515"},"resourceType":"Specimen"} +{"id":"681442c2-004f-5e9a-b12c-5575f510c42b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008719"}],"subject":{"reference":"Patient/835167ec-1bbe-515e-9e7f-16715e7e23ee"},"resourceType":"Specimen"} +{"id":"64505e05-a4e1-5c47-9668-04994af384e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008721"}],"subject":{"reference":"Patient/df8fa12d-2570-54d7-b6b0-f4f86add8190"},"resourceType":"Specimen"} +{"id":"01bcb810-748d-5b20-8309-ff95a2f9fc9c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008722"}],"subject":{"reference":"Patient/140ae5d5-ec18-5f36-9bed-c37c19ffdab5"},"resourceType":"Specimen"} +{"id":"2491b553-5af4-546d-b695-de5739d51f0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008724"}],"subject":{"reference":"Patient/23464961-c9d2-5131-8bab-7f83f9c3c7f0"},"resourceType":"Specimen"} +{"id":"5066d0f8-6cac-5910-9384-d5a81efc8f82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008725"}],"subject":{"reference":"Patient/04bce267-cbe8-58b6-b9a9-11baef0d24e6"},"resourceType":"Specimen"} +{"id":"f8a7dd82-4372-5b62-8553-0e718fd5da88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008727"}],"subject":{"reference":"Patient/c1e5eb0e-63d1-5992-8fd0-4a1399416d04"},"resourceType":"Specimen"} +{"id":"2a9a1036-4a56-572e-94bb-b6773f2c108b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008728"}],"subject":{"reference":"Patient/4ef99d3e-a77f-584e-8d36-aae73b1efd81"},"resourceType":"Specimen"} +{"id":"3eadf487-f2b6-5fb5-a7ff-b477b3242179","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008730"}],"subject":{"reference":"Patient/2b248f73-6668-50eb-a70b-7101a389fc8d"},"resourceType":"Specimen"} +{"id":"f4da8d65-d4e4-5a9a-9747-93b535002250","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008731"}],"subject":{"reference":"Patient/cc22d171-ac01-5b2e-9898-d82f4fcdc665"},"resourceType":"Specimen"} +{"id":"5ee7380b-0ed5-5d23-8452-3afa5f1afd83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008733"}],"subject":{"reference":"Patient/dd786566-f411-56ab-a19a-494a7a265dda"},"resourceType":"Specimen"} +{"id":"46bd5dc2-0d29-5351-9379-2a3ca6ed2a5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008736"}],"subject":{"reference":"Patient/6884d053-1fa5-58cd-b96c-c0f299d41a87"},"resourceType":"Specimen"} +{"id":"11654209-3915-5d42-a481-0114d054dd7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008737"}],"subject":{"reference":"Patient/3f1ba82a-d2ee-5fe7-a833-2f62a7508f1d"},"resourceType":"Specimen"} +{"id":"7f0425a7-13ca-5f70-87a7-28c90894bc63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008739"}],"subject":{"reference":"Patient/9cbfbdc7-3f04-5359-8116-cfa96793c0d9"},"resourceType":"Specimen"} +{"id":"899b67f8-1b1b-5a71-a205-19b8a56c0706","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008740"}],"subject":{"reference":"Patient/d147514e-fdc6-558b-8e22-a64a6b2ac3bf"},"resourceType":"Specimen"} +{"id":"5edce661-e95b-54e2-be0b-c051db09cb7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008743"}],"subject":{"reference":"Patient/1af473fb-2d3d-5d62-aba9-b8e96cd84c08"},"resourceType":"Specimen"} +{"id":"6cda9720-1464-5a6a-a7d7-184ac0925f74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008745"}],"subject":{"reference":"Patient/4bb23239-5b25-5e22-88fd-33a5d07a4046"},"resourceType":"Specimen"} +{"id":"3026c665-8c4a-5d89-b2e0-fbfb8f6f926f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008746"}],"subject":{"reference":"Patient/5e636a8d-87a0-57b9-b643-43a41cfa8109"},"resourceType":"Specimen"} +{"id":"2c43c416-2457-5a8b-b19a-a3ee3cbdcddf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008748"}],"subject":{"reference":"Patient/4e705a18-73a1-588a-9d0e-6e872cc67341"},"resourceType":"Specimen"} +{"id":"ef07a97f-b83c-5ec3-8f80-b1797430d788","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008749"}],"subject":{"reference":"Patient/baa27b83-bf39-5008-9532-f4d142865fc9"},"resourceType":"Specimen"} +{"id":"463c8fb5-abec-5464-ba47-747f66787ed9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008751"}],"subject":{"reference":"Patient/30f78021-c4f9-5744-b337-d0e97624e10a"},"resourceType":"Specimen"} +{"id":"1359a2b0-f2a8-5334-92a7-3fb1495e042d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008752"}],"subject":{"reference":"Patient/59153380-fa64-5607-82a0-b579094f787e"},"resourceType":"Specimen"} +{"id":"f32f4654-2231-5c70-80fc-9b27e278daca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008754"}],"subject":{"reference":"Patient/7fc15341-d582-5c86-b918-cda7e2542027"},"resourceType":"Specimen"} +{"id":"698a945f-36a9-5d3d-92a7-a1c11e3fc23e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008755"}],"subject":{"reference":"Patient/f2d2527a-3975-5b8e-adbf-051d4a905c69"},"resourceType":"Specimen"} +{"id":"b5238def-f292-50d7-861c-f98acb04fbb6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008756"}],"subject":{"reference":"Patient/075cda46-9db6-5019-a526-f39505973642"},"resourceType":"Specimen"} +{"id":"1f479473-d6d9-5538-9590-242562415001","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008758"}],"subject":{"reference":"Patient/ef8eb7ee-06bc-537e-8f38-407fc5776d55"},"resourceType":"Specimen"} +{"id":"d24644de-3cae-5905-abfa-e009aaa9e060","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008759"}],"subject":{"reference":"Patient/51180823-03c1-5f6c-99da-6748d91aed78"},"resourceType":"Specimen"} +{"id":"928618e1-f5e9-5100-8166-e52155dfb368","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008761"}],"subject":{"reference":"Patient/1816ab57-cc58-5b51-a0a7-5aa4ed3d24c4"},"resourceType":"Specimen"} +{"id":"44883031-ce3b-576a-bbd9-49a335d0a435","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008762"}],"subject":{"reference":"Patient/e7baffd7-68c0-56f9-91bd-36e4aaf4ffef"},"resourceType":"Specimen"} +{"id":"def12f46-48bc-5332-a260-cfa4dfec0beb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008764"}],"subject":{"reference":"Patient/1f24e703-3407-50c6-aa8e-d761d69c6d82"},"resourceType":"Specimen"} +{"id":"0cb0ec5e-023f-5f50-ba38-a118c010a792","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008765"}],"subject":{"reference":"Patient/6f2ad48b-bdea-5c68-8e6e-b285bf80ea62"},"resourceType":"Specimen"} +{"id":"fc0dc2f9-e956-50b9-9d9f-29190755ff6a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008767"}],"subject":{"reference":"Patient/0c31ff70-72e6-5d53-b239-50e31c839f7b"},"resourceType":"Specimen"} +{"id":"c2eebcc1-f4db-5adf-b629-3291f6a5a462","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008768"}],"subject":{"reference":"Patient/5d8ed576-c979-5218-958a-7f0f98e95772"},"resourceType":"Specimen"} +{"id":"ae12263f-e171-5acb-8c6f-8e56c6fed0ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008784"}],"subject":{"reference":"Patient/ba9ef38a-f073-538a-981a-534fc1db972a"},"resourceType":"Specimen"} +{"id":"cf017be1-30a8-51ba-855e-e15d5af4d8f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008786"}],"subject":{"reference":"Patient/ea63e32b-9a0a-5690-9b35-56cb7a598ca8"},"resourceType":"Specimen"} +{"id":"21dba63c-690f-5c49-9080-379c49a25604","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008790"}],"subject":{"reference":"Patient/bb034de6-7983-56dd-9aff-47424b463edd"},"resourceType":"Specimen"} +{"id":"c80f175d-0c52-5fe1-be9b-f66de347087f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008791"}],"subject":{"reference":"Patient/fa995f5b-2269-5b2d-b5a0-0416f57242f8"},"resourceType":"Specimen"} +{"id":"24af3886-9c01-5afa-b7b5-583556a7f4b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008792"}],"subject":{"reference":"Patient/30c0eb15-c62a-54c5-978e-c85966e54aea"},"resourceType":"Specimen"} +{"id":"9f248345-5c87-55cd-ad1a-2805b00e6539","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008793"}],"subject":{"reference":"Patient/8cbed54c-ad60-52d3-9356-cf7fb4cab6af"},"resourceType":"Specimen"} +{"id":"b7fa4a9a-c5cb-5009-a321-591687c2ffc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008795"}],"subject":{"reference":"Patient/7591076c-dc9a-559f-b6c7-cea9bc3c6cf7"},"resourceType":"Specimen"} +{"id":"c472c78f-7fdf-55fb-bd02-47089a152f8e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS008986"}],"subject":{"reference":"Patient/09fd5794-12ea-5cc1-84e4-7c49931cc354"},"resourceType":"Specimen"} +{"id":"577a5560-e9e0-5546-ae3c-8cb7ba96b1e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010719"}],"subject":{"reference":"Patient/77c6d71e-ecdb-54dc-9b20-23aab1e5f224"},"resourceType":"Specimen"} +{"id":"c44d8e15-1f2e-5da2-9ef2-3284dc381657","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010720"}],"subject":{"reference":"Patient/cfc86d76-27b8-51b2-a28b-4958b9809b39"},"resourceType":"Specimen"} +{"id":"66f7f8b3-2412-51f9-92cb-7f84f73b867e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010722"}],"subject":{"reference":"Patient/f88b1ba7-3557-56bf-a66e-5b7627707ebc"},"resourceType":"Specimen"} +{"id":"0dd71df7-d311-5f41-86f8-7bcc2922dfbf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010723"}],"subject":{"reference":"Patient/5679a62f-4dc0-5032-b4a6-e91bf225841b"},"resourceType":"Specimen"} +{"id":"91be236e-9f12-5c12-ad72-2820d57626f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010724"}],"subject":{"reference":"Patient/f29b1a2e-c3f0-58e3-9f39-d51e5ecdc7c3"},"resourceType":"Specimen"} +{"id":"1f3789d4-47bb-5f4a-9d71-fe924a588775","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010725"}],"subject":{"reference":"Patient/0899051c-2fed-5c0b-a86e-0b16be5fc47f"},"resourceType":"Specimen"} +{"id":"34ae46bc-4aa7-5ede-a239-44d4f287f243","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010726"}],"subject":{"reference":"Patient/790aae73-61e3-5733-a0b4-f69ba7af311a"},"resourceType":"Specimen"} +{"id":"81b803bd-c15c-5cfa-abeb-1e2bd6c18bf2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010727"}],"subject":{"reference":"Patient/fe7b952f-565b-5f15-8cc0-4c18a79443ca"},"resourceType":"Specimen"} +{"id":"85a05797-ea91-5170-b13d-2728fbcf4b29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010728"}],"subject":{"reference":"Patient/9600a564-c495-59c9-8601-9c4fac1dc1b6"},"resourceType":"Specimen"} +{"id":"d93c1030-681b-5083-83fc-522d3941dbe0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010729"}],"subject":{"reference":"Patient/8b93dcde-d36f-515d-ae9b-cc419e4a407e"},"resourceType":"Specimen"} +{"id":"b5a0b8b1-4d20-5fd5-98b1-2fbb28efc7b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010730"}],"subject":{"reference":"Patient/567a89e7-1a84-5690-86aa-42e5867647ee"},"resourceType":"Specimen"} +{"id":"385d0eb9-ceb0-5654-91f4-a4f696b98980","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010731"}],"subject":{"reference":"Patient/64e66549-759f-59dd-a5d1-32f81cf19a26"},"resourceType":"Specimen"} +{"id":"93cd8c3c-ee23-5ea0-b736-d566e450bf90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010732"}],"subject":{"reference":"Patient/de29609f-fca4-5621-80d2-8909392aadf1"},"resourceType":"Specimen"} +{"id":"9e0d7ec8-e828-551c-b008-d9f0964ff817","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010733"}],"subject":{"reference":"Patient/8fd73ebe-a360-5500-ac66-9be350f106ef"},"resourceType":"Specimen"} +{"id":"08586a4a-8e26-5f60-986a-23c008b13370","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010734"}],"subject":{"reference":"Patient/26bff4b3-ec40-5ab9-b158-b8d9a2dca4e9"},"resourceType":"Specimen"} +{"id":"35418b21-421e-57e4-bbd0-06476f255f07","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010735"}],"subject":{"reference":"Patient/9e51cb6f-4501-579e-9768-8a6030a36060"},"resourceType":"Specimen"} +{"id":"1e06f518-631d-5f15-8966-7ab6d0cc9bfa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010736"}],"subject":{"reference":"Patient/91c38653-821f-59c1-99f9-0432d1b29873"},"resourceType":"Specimen"} +{"id":"b25e9137-cdca-595e-8f21-582b46ad108a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010737"}],"subject":{"reference":"Patient/23052124-b7c9-5ec9-8584-8905a6301cd5"},"resourceType":"Specimen"} +{"id":"a7a9d9a7-ca3d-5b5c-ad98-d8080f80da6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010738"}],"subject":{"reference":"Patient/60dc9d35-ee76-589c-92c3-faedafb87425"},"resourceType":"Specimen"} +{"id":"60bb0413-df78-5d4d-af1f-60365788039e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010739"}],"subject":{"reference":"Patient/354b4f39-cef1-540d-99ec-852a2b55e564"},"resourceType":"Specimen"} +{"id":"27100f0e-1760-5e92-a36a-e925efcc25a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010740"}],"subject":{"reference":"Patient/45d925a4-0f28-5d46-a6eb-599043198450"},"resourceType":"Specimen"} +{"id":"549ff9ff-b964-54da-b192-17c9e17eb4ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010741"}],"subject":{"reference":"Patient/f95c5f4f-8e33-5e78-9a35-11f5213ab4d9"},"resourceType":"Specimen"} +{"id":"c5e22300-1a38-5ee0-893e-b52ac2c83305","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010742"}],"subject":{"reference":"Patient/71533c14-4765-5dc0-9664-2eefccda205d"},"resourceType":"Specimen"} +{"id":"e0fa7f49-dca3-518f-a7eb-69d1ba98d2e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010743"}],"subject":{"reference":"Patient/63ea20e5-d12e-5b3c-acfe-3eb342a7f386"},"resourceType":"Specimen"} +{"id":"08def2ba-d579-5f62-b4c5-787b27c55ee2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010744"}],"subject":{"reference":"Patient/530a3fd1-cb8c-5e1b-910c-84f7b93ec5a1"},"resourceType":"Specimen"} +{"id":"999f9356-5dce-54cf-a6c0-c6dc871f2de4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010745"}],"subject":{"reference":"Patient/71bb8ef6-648f-5b3e-a4a9-413428cf3a40"},"resourceType":"Specimen"} +{"id":"d4c9fd5f-79e5-5f6d-a117-ec977846e1b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010747"}],"subject":{"reference":"Patient/7f740e77-1113-51ee-b7be-6aad81d7fd32"},"resourceType":"Specimen"} +{"id":"abf7f75d-3522-5140-bacb-db0d8b8f2141","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010748"}],"subject":{"reference":"Patient/05f84386-947d-5add-9747-71fdf4cd101d"},"resourceType":"Specimen"} +{"id":"aa44d5a3-1611-53dc-8f41-e644b452c434","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010750"}],"subject":{"reference":"Patient/9d205363-4a8e-5323-b114-a77ab4846045"},"resourceType":"Specimen"} +{"id":"7fd52451-8a9d-570d-bc9a-e0f1c4aeb980","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010751"}],"subject":{"reference":"Patient/a4a74ba4-2b77-5917-b6bf-1186f69acad7"},"resourceType":"Specimen"} +{"id":"7892596a-76e4-5bd9-9f1f-4b163a2135d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010753"}],"subject":{"reference":"Patient/0953b48c-a9d5-5d36-b2ee-0d48d9a0be25"},"resourceType":"Specimen"} +{"id":"c4e5ce8a-c14f-597c-b712-f5e0e0268716","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010754"}],"subject":{"reference":"Patient/c4b43491-2a53-561f-9196-4e3b026418cb"},"resourceType":"Specimen"} +{"id":"b3558b9c-d9b5-58fe-ac3b-3c0d1b1d6ae7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010756"}],"subject":{"reference":"Patient/5849bbb7-c914-583f-95d6-337437d84bab"},"resourceType":"Specimen"} +{"id":"76e559a1-b6c9-5841-ba11-ae2a7787665e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010757"}],"subject":{"reference":"Patient/c4d11d03-d55f-5cb3-bd1d-ccfe26458d20"},"resourceType":"Specimen"} +{"id":"81decad3-cefa-593b-99a5-d7344e40e248","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010759"}],"subject":{"reference":"Patient/041d665e-8278-5ca6-b14c-7c7e9c3a7712"},"resourceType":"Specimen"} +{"id":"7b53d90e-9e9e-5a03-9d53-b6086421f1fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010760"}],"subject":{"reference":"Patient/93e6dac6-e034-5b8d-8674-42ffe626f7b2"},"resourceType":"Specimen"} +{"id":"5090c33b-b571-5d8b-b8a0-c1ee90cd52b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010761"}],"subject":{"reference":"Patient/66626522-ac5b-5a19-8730-a2ea6bf1fba2"},"resourceType":"Specimen"} +{"id":"a2bfe99f-1454-5a2f-aafe-1ea254cc2854","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010763"}],"subject":{"reference":"Patient/601ca1b3-c2ce-5a0e-8bd3-629fda6e74ee"},"resourceType":"Specimen"} +{"id":"153071b5-a1d6-5de5-ad48-03b248527d04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010764"}],"subject":{"reference":"Patient/9b2dc246-bb80-5c4f-92a0-e64b492212c2"},"resourceType":"Specimen"} +{"id":"78ccdd8e-7d50-5931-9437-862fc4d4fe7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010766"}],"subject":{"reference":"Patient/59f41194-f12b-5aa9-a0db-38fa4d70c3ad"},"resourceType":"Specimen"} +{"id":"a60e12ce-0334-551b-a9fd-da3d66e39958","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010767"}],"subject":{"reference":"Patient/2cad0ceb-db4b-5282-9e3a-934dbf454216"},"resourceType":"Specimen"} +{"id":"7bc74bd9-047d-583b-9972-8380b04ab135","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010770"}],"subject":{"reference":"Patient/ddcf714c-fb66-5dc6-8534-e8b8ab996353"},"resourceType":"Specimen"} +{"id":"d87fe93f-d3aa-5350-9a33-19f565741829","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010771"}],"subject":{"reference":"Patient/92168aba-22ce-5d14-9092-3a2b2a0cc027"},"resourceType":"Specimen"} +{"id":"f5890398-4bc5-5995-90ed-78a558402aae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010773"}],"subject":{"reference":"Patient/c3ca345b-0108-53a6-82b4-1eb7e284cfc3"},"resourceType":"Specimen"} +{"id":"0f351836-db38-575d-a3e9-f762fe953bea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010774"}],"subject":{"reference":"Patient/3651a3ce-372d-517a-908a-70658bf1bfad"},"resourceType":"Specimen"} +{"id":"34928128-843b-549a-a051-c6213e1129b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010776"}],"subject":{"reference":"Patient/94ca96d8-d088-577f-ac44-1f91f00c66a5"},"resourceType":"Specimen"} +{"id":"31114e06-27f1-58bf-bd42-6097663aca67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010777"}],"subject":{"reference":"Patient/aed611c3-e238-5c7f-9a11-2736bd69b5ea"},"resourceType":"Specimen"} +{"id":"64e7557c-345b-590e-9b35-8d7d0ca71871","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010779"}],"subject":{"reference":"Patient/e9a67235-0814-5850-9827-2daecbecdffe"},"resourceType":"Specimen"} +{"id":"f8b0bec1-0f26-58b7-be99-f3f74d024124","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010780"}],"subject":{"reference":"Patient/2d3f3f0a-dce1-516a-bd31-d5b5ada403cb"},"resourceType":"Specimen"} +{"id":"d1374dc3-3b11-55a0-a04e-d595370ce495","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010781"}],"subject":{"reference":"Patient/2c4e9e0f-2b05-5c88-b0f0-8f2a31eb2d73"},"resourceType":"Specimen"} +{"id":"57428f9a-a924-571d-81f7-f9ace03c59ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010782"}],"subject":{"reference":"Patient/75628cf8-ef74-552c-b44e-4e01404db96f"},"resourceType":"Specimen"} +{"id":"9c1f9391-5394-5592-b1e4-d7843134202e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010784"}],"subject":{"reference":"Patient/843fbe2e-2f84-53d5-99f1-96e175fba62f"},"resourceType":"Specimen"} +{"id":"71a78b38-af8c-5733-8bdf-300fb23cc20d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010785"}],"subject":{"reference":"Patient/b4ced3c5-1d14-5bd4-a4e2-cfd4d989d134"},"resourceType":"Specimen"} +{"id":"ca2ef35d-4f4c-5099-b5ca-b81c1c35d7c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010787"}],"subject":{"reference":"Patient/2419305c-c5f6-55dd-a3cc-797de2516c35"},"resourceType":"Specimen"} +{"id":"1119dcca-27b1-5a88-b6df-eaf01400289e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010788"}],"subject":{"reference":"Patient/37f763d7-0448-55c7-a9d1-28adcacc655a"},"resourceType":"Specimen"} +{"id":"3fb9491b-ee93-5dde-b954-45ce8b6ecfe9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010790"}],"subject":{"reference":"Patient/cef50bdc-f4cf-5015-9fa7-2dd8e87a3eb1"},"resourceType":"Specimen"} +{"id":"4bfc2277-1bbb-5693-b3cb-17357e200d9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010791"}],"subject":{"reference":"Patient/b7ebc2d0-c1ba-54ba-aa05-cccab3bb3e6a"},"resourceType":"Specimen"} +{"id":"2f8558b1-5f85-534d-9075-6550a3c81916","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010793"}],"subject":{"reference":"Patient/afbd362e-341e-576b-8bb3-c7a065e7f2f0"},"resourceType":"Specimen"} +{"id":"583ef916-50ab-59fe-bf45-e9acd573ac0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010794"}],"subject":{"reference":"Patient/f41ac33d-f20c-5599-8fe7-15645b275ddf"},"resourceType":"Specimen"} +{"id":"5f71f97b-a4da-5c8c-829e-7c17600797f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010796"}],"subject":{"reference":"Patient/8e346c20-0803-5f06-89ea-ac430b2989d0"},"resourceType":"Specimen"} +{"id":"8dcd09a2-f51e-5d78-83a6-6a4151a19651","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010797"}],"subject":{"reference":"Patient/7c938b78-c3a2-57a2-bf02-d0481c3ac6f5"},"resourceType":"Specimen"} +{"id":"54eec492-2da5-56ad-96c1-787bc10e3eb9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010799"}],"subject":{"reference":"Patient/ab598c54-1707-525b-9c47-53a02d368dd0"},"resourceType":"Specimen"} +{"id":"f4f5cfa5-9262-52a1-95d0-fccb5da32564","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010800"}],"subject":{"reference":"Patient/c13e3a9d-e261-5d2f-a657-5f04e86a56d0"},"resourceType":"Specimen"} +{"id":"af3d0a14-9321-5eca-ac5d-99f281aaf79e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010802"}],"subject":{"reference":"Patient/90fec841-a3f2-5855-abb8-52125dcea875"},"resourceType":"Specimen"} +{"id":"d99f7b17-43c3-5faf-8bce-7b712d84c909","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010803"}],"subject":{"reference":"Patient/7a3878b5-c33b-5115-b446-fede4402b55f"},"resourceType":"Specimen"} +{"id":"44756d03-1c49-5f21-8082-70ae2ee9d957","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010805"}],"subject":{"reference":"Patient/95c44f8b-276b-5b51-ab44-62e79bd88e3f"},"resourceType":"Specimen"} +{"id":"9f3035e9-9f1a-5ebb-89c1-549a66344703","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010806"}],"subject":{"reference":"Patient/1f80f705-e4a4-582b-943f-0d443579f004"},"resourceType":"Specimen"} +{"id":"67ddde7a-afac-5d94-bbfe-26c36dd7170b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010808"}],"subject":{"reference":"Patient/431173aa-b7d8-5112-91aa-14f64407192e"},"resourceType":"Specimen"} +{"id":"20cccc55-6777-5293-bcc5-5e18c9f8150c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010809"}],"subject":{"reference":"Patient/4592072f-f53b-596c-8d6b-9899609c3756"},"resourceType":"Specimen"} +{"id":"b4194ae1-331b-59ff-9c03-612b7d2f93e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010814"}],"subject":{"reference":"Patient/ac61fd7a-1662-54a7-89b1-5fb490f77874"},"resourceType":"Specimen"} +{"id":"7448f2b9-2e39-5fe4-a443-473d0d57865a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010815"}],"subject":{"reference":"Patient/2f0f25bb-95ca-571b-be96-276039cdf79e"},"resourceType":"Specimen"} +{"id":"f22c9693-d6c5-5abf-98df-591c9c6a06e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010817"}],"subject":{"reference":"Patient/3e2cf521-b214-573e-a1a7-847aae7bcbc2"},"resourceType":"Specimen"} +{"id":"aeaf749b-de5f-530c-b019-22bc86e20a0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010818"}],"subject":{"reference":"Patient/75036af4-b0c7-5657-828b-00c1c90176da"},"resourceType":"Specimen"} +{"id":"9e44ec68-41b1-5a15-8d21-36532a01d2f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010820"}],"subject":{"reference":"Patient/39fe88bb-0b04-575f-a483-431e1b4bf3f6"},"resourceType":"Specimen"} +{"id":"9c646fc2-2c2b-5182-963f-520fb2350979","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010821"}],"subject":{"reference":"Patient/41f7ab36-1309-5936-a0ae-31771d672888"},"resourceType":"Specimen"} +{"id":"d846b07c-b8d9-50c3-918d-2f42da0b15fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010823"}],"subject":{"reference":"Patient/17e8cbaf-03ae-5ba2-938c-b5a75834a4d4"},"resourceType":"Specimen"} +{"id":"5674f749-73e3-56e1-b16b-30b260fbef53","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010824"}],"subject":{"reference":"Patient/cf60f329-6708-54cb-b96d-b6ab887e3829"},"resourceType":"Specimen"} +{"id":"a53599d1-9b3d-5d07-9805-58ed8b2b8c8d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010826"}],"subject":{"reference":"Patient/1f4f43b9-2a96-54da-b264-a103a66a90ed"},"resourceType":"Specimen"} +{"id":"d743225c-afca-50e4-bd9e-310c19b64cbe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010827"}],"subject":{"reference":"Patient/5da38b64-cb81-57c0-9e84-fbdd6c434bf6"},"resourceType":"Specimen"} +{"id":"732b2abe-2280-5af2-8b67-4e540eac9d5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010829"}],"subject":{"reference":"Patient/c26261ec-e9b0-52ff-9ad7-c8c32c866aa3"},"resourceType":"Specimen"} +{"id":"1b368619-f940-5f39-8a68-5cba596fa58f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010830"}],"subject":{"reference":"Patient/07478407-fe38-50e8-ad96-3820e3bb707b"},"resourceType":"Specimen"} +{"id":"59f83fcb-46db-558f-a139-985ecc9489bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010832"}],"subject":{"reference":"Patient/7905e58d-8445-550e-b645-297dea0fcaf9"},"resourceType":"Specimen"} +{"id":"5fd24138-d96f-5ec4-b31a-2a30ddc6134e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010833"}],"subject":{"reference":"Patient/a005d789-b9cc-5815-9a29-bda99cf9ba24"},"resourceType":"Specimen"} +{"id":"73500a54-1dcf-5d1a-88b9-0b9a5423424c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010835"}],"subject":{"reference":"Patient/be5eafb2-bcec-56f4-91c0-7c151fa1731a"},"resourceType":"Specimen"} +{"id":"207227e3-0735-5576-b838-98990030d202","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010836"}],"subject":{"reference":"Patient/96d18ed9-3699-511d-bf49-5e84030445ec"},"resourceType":"Specimen"} +{"id":"5fdef404-e154-5803-bcff-57150ea1dd3f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010838"}],"subject":{"reference":"Patient/d3bd042b-bdcb-59d4-96ef-c24a71cc8a43"},"resourceType":"Specimen"} +{"id":"4dbc976d-132c-5ff0-b59d-e62a478ef27b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010839"}],"subject":{"reference":"Patient/8f233362-06ce-546a-bdaa-691f960dc2d3"},"resourceType":"Specimen"} +{"id":"a921a4b7-68f8-5d1c-b578-991f24ea0a1b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010841"}],"subject":{"reference":"Patient/a4f162cd-ef7a-5d64-b3d6-3132874661d4"},"resourceType":"Specimen"} +{"id":"54a23271-de6b-5bc5-b65a-67ff2f04c6f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010842"}],"subject":{"reference":"Patient/b00853d8-d198-513c-bfc2-4e6c997e5080"},"resourceType":"Specimen"} +{"id":"9675291c-32f6-54ed-972b-e4474dbf3314","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010844"}],"subject":{"reference":"Patient/eade3cc6-afde-5e32-a66c-00589fbea6b6"},"resourceType":"Specimen"} +{"id":"e724d2aa-def9-5a5a-8aab-facdccf49a05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010845"}],"subject":{"reference":"Patient/f91e0439-37d0-52b3-af9f-4cc1844382ac"},"resourceType":"Specimen"} +{"id":"92f52525-a014-5bd0-aa63-58480a2e740a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010850"}],"subject":{"reference":"Patient/d66ef753-6221-55ff-aba1-81e53dbd865a"},"resourceType":"Specimen"} +{"id":"971fef38-c87e-57a5-bb3f-52cd20ebc173","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010851"}],"subject":{"reference":"Patient/b8b75d47-820e-52c0-87c3-b268ceef3bba"},"resourceType":"Specimen"} +{"id":"64dbc1b3-43d5-5693-8d27-48e0c05215e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010854"}],"subject":{"reference":"Patient/a3d1504a-2ca8-57b4-a66c-cc6285c2bd81"},"resourceType":"Specimen"} +{"id":"8b32fac2-3be7-555e-ae86-e188c54327ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010856"}],"subject":{"reference":"Patient/7a17f16e-2dcd-59f3-82b9-682396dd7ace"},"resourceType":"Specimen"} +{"id":"d9648f71-eb15-53bc-be1c-a6ba9095658e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010871"}],"subject":{"reference":"Patient/43e2c860-3e83-5a5a-a3a1-bd6aa54f9754"},"resourceType":"Specimen"} +{"id":"bf2928d1-1063-564c-9430-60beb2827b48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010872"}],"subject":{"reference":"Patient/b34a21ec-2805-5d1c-bda6-11131281d2a8"},"resourceType":"Specimen"} +{"id":"9bb73962-4ffc-5f73-b392-3e05d4a65b96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010873"}],"subject":{"reference":"Patient/ba45225d-9b1a-5266-aa2d-6d281e8259cb"},"resourceType":"Specimen"} +{"id":"ebb51ac1-788a-5ddc-8dd0-10e180bfb6ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010876"}],"subject":{"reference":"Patient/36004c9f-e5fe-5a54-92bd-04a7e300f659"},"resourceType":"Specimen"} +{"id":"75f05326-a658-5e26-af5f-18280800c5a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010878"}],"subject":{"reference":"Patient/421f0d33-f383-522f-805b-05c1c13746bb"},"resourceType":"Specimen"} +{"id":"2c89cf0e-17b2-5933-b697-cfec343c21ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010879"}],"subject":{"reference":"Patient/390dd651-16ad-5624-9752-169a59a982c8"},"resourceType":"Specimen"} +{"id":"845f3414-8cf6-5b0b-9e58-d4bd9f0275a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010881"}],"subject":{"reference":"Patient/b80c4b08-d1d6-5bbe-af0d-b75d3f72c6b1"},"resourceType":"Specimen"} +{"id":"81a76eda-88aa-5fa4-99aa-6edb04940fa3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010882"}],"subject":{"reference":"Patient/35ea1fd0-fcec-5bee-9a52-760b9c71ed0b"},"resourceType":"Specimen"} +{"id":"31a002ba-2cfb-5680-9d06-e10a87a80d4f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010884"}],"subject":{"reference":"Patient/5fc616a1-1355-5f25-80ce-79eb971bdcff"},"resourceType":"Specimen"} +{"id":"8ae53744-2ca6-5c64-a17d-41089d6382b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS010885"}],"subject":{"reference":"Patient/8ad224f0-17c5-500e-b55b-5128ae69d850"},"resourceType":"Specimen"} +{"id":"bfaeaaba-8913-513c-a7fb-0f2981db6545","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074262"}],"subject":{"reference":"Patient/b17899ec-7a32-5c69-ba57-f9532b477929"},"resourceType":"Specimen"} +{"id":"e1f8021f-3e88-54ff-afe0-259f0eea967b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074263"}],"subject":{"reference":"Patient/19b3021f-3eb4-5b80-b2bf-bf00b69ec05a"},"resourceType":"Specimen"} +{"id":"4dc96804-a50f-5978-b223-e802c9535023","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074265"}],"subject":{"reference":"Patient/63ad4a6c-6a16-501e-8c91-d06bc01ce3af"},"resourceType":"Specimen"} +{"id":"cc8da60b-0e01-5554-9605-324fb0f4df0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074266"}],"subject":{"reference":"Patient/dcfc8bf1-0f52-57f8-9797-e54274d814da"},"resourceType":"Specimen"} +{"id":"8bec18a8-8e54-554f-a9c3-a9cc9bd7dc7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074268"}],"subject":{"reference":"Patient/8cedd1ac-6879-5b6d-9786-da8f82d51c7d"},"resourceType":"Specimen"} +{"id":"f32e725f-b32b-5bdd-bea7-2d65b761a8bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074269"}],"subject":{"reference":"Patient/27c14ad0-1113-5c14-a47d-81882a9e0ec2"},"resourceType":"Specimen"} +{"id":"2d68b711-4ffc-5df9-820f-39b2682ea48b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074271"}],"subject":{"reference":"Patient/1b771e72-0fbf-5579-89e8-65688670635c"},"resourceType":"Specimen"} +{"id":"0a133267-65b0-588f-8ce6-6a28be0237a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074272"}],"subject":{"reference":"Patient/616cb9f0-c7de-54e3-8f90-c681e6f04a8a"},"resourceType":"Specimen"} +{"id":"8c19ef49-4242-5682-8396-dc096b15e0f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074274"}],"subject":{"reference":"Patient/5c5ca385-5f7b-5b68-9d7a-b94d489de24a"},"resourceType":"Specimen"} +{"id":"28d7106e-ae5f-5262-a3a4-89c5e6766efc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074275"}],"subject":{"reference":"Patient/4ac3bb5e-fd4e-5acd-9765-af8bc589770e"},"resourceType":"Specimen"} +{"id":"74f34abb-9655-5d5a-bec5-7a40acc592ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074277"}],"subject":{"reference":"Patient/8afdac77-1c1d-5b0c-9e48-0a05044f6140"},"resourceType":"Specimen"} +{"id":"73d33036-e9e0-56bd-b2f5-1c1c2cf63fe9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074278"}],"subject":{"reference":"Patient/749f2f17-08ae-586b-bf36-5f3160a47917"},"resourceType":"Specimen"} +{"id":"617e59f3-805c-5bd3-b1f6-29302ecbad7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074280"}],"subject":{"reference":"Patient/242d8e6a-2022-564c-8c61-2b9977960283"},"resourceType":"Specimen"} +{"id":"848153f9-bb67-5e88-a63d-865609b6bee4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074281"}],"subject":{"reference":"Patient/7b52f02b-3253-517d-8e24-8f53fdedbc7e"},"resourceType":"Specimen"} +{"id":"d50e2712-1ff0-5adc-ae33-d1164ea7ef7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074283"}],"subject":{"reference":"Patient/0bbd8805-a567-5a49-b00a-d96fa99f994e"},"resourceType":"Specimen"} +{"id":"27af7199-aa09-52f3-bf6a-ffd89d080b05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074284"}],"subject":{"reference":"Patient/f075713e-1c54-5a71-8836-768ddfcbecc9"},"resourceType":"Specimen"} +{"id":"abb76456-216e-5e0c-842c-e5c93a13ac6e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074286"}],"subject":{"reference":"Patient/ff580d56-5a3e-55d9-8966-92229f7869a4"},"resourceType":"Specimen"} +{"id":"2eafc68d-1125-556c-a21c-be3fadcaf07c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074287"}],"subject":{"reference":"Patient/8247c674-2d43-5411-951b-d950484d0a9b"},"resourceType":"Specimen"} +{"id":"5470e4df-3ee5-5463-a43f-a8f3f4ffe065","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074289"}],"subject":{"reference":"Patient/945c6bd8-cbc3-506f-8bb1-0cc9c7604a22"},"resourceType":"Specimen"} +{"id":"ddc74220-9ae7-5b1e-b141-2849cb2e31e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074290"}],"subject":{"reference":"Patient/24ed38ae-8c46-5020-8a00-412cf52b09c4"},"resourceType":"Specimen"} +{"id":"65005d6f-088a-5b1c-92ca-6a2440a4f212","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074292"}],"subject":{"reference":"Patient/ea19a1e4-c8e0-5c64-b93c-4f9f3cb06ce0"},"resourceType":"Specimen"} +{"id":"fa5f9ee8-c39b-546d-acd3-0116819e1e05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074293"}],"subject":{"reference":"Patient/c50bc12d-b6ff-5376-a89e-589a17b291df"},"resourceType":"Specimen"} +{"id":"92cb9801-46de-5767-b9be-99931cb3c18f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074295"}],"subject":{"reference":"Patient/74f9c40d-4fa6-5d21-b860-8d16694e3858"},"resourceType":"Specimen"} +{"id":"6a1b1e82-2da4-5162-ab30-d8e29b8a8452","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074296"}],"subject":{"reference":"Patient/4bebb1ff-dd11-5448-8ae0-c4468c66fb36"},"resourceType":"Specimen"} +{"id":"ed33ee83-5631-5e80-a9d9-4637d1145ca5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074298"}],"subject":{"reference":"Patient/e86ed4d2-792f-541b-bc06-27f5be29b470"},"resourceType":"Specimen"} +{"id":"25792e91-d379-5d09-a629-ea9f5748b5d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074299"}],"subject":{"reference":"Patient/77ea4234-f062-5342-b94f-2aad78538011"},"resourceType":"Specimen"} +{"id":"6dca1bc2-0b37-58c8-a592-396844cf1fc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074301"}],"subject":{"reference":"Patient/b7e205e7-6131-5e41-b5af-9a999e040741"},"resourceType":"Specimen"} +{"id":"6db7a606-d26a-5052-88e7-f837a13e6f8a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074302"}],"subject":{"reference":"Patient/177f3607-4707-5312-8512-8fddfd5c000a"},"resourceType":"Specimen"} +{"id":"d98f51ef-2669-5199-a8b9-5319b0fd2ec3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074304"}],"subject":{"reference":"Patient/6e6c7a7b-20f9-5f35-8724-5d4f2b45393d"},"resourceType":"Specimen"} +{"id":"0286c557-2fb1-54e8-9594-09ac9478499a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074305"}],"subject":{"reference":"Patient/5ae88bd3-15b7-51cb-803a-4848fc647b88"},"resourceType":"Specimen"} +{"id":"0277a80f-ab8c-5270-8286-0c59873f5e53","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074307"}],"subject":{"reference":"Patient/63b2a7d5-f653-5f2b-b7c8-c5919bfea0b8"},"resourceType":"Specimen"} +{"id":"ca7e392d-15b1-5727-840b-79543dc78863","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074308"}],"subject":{"reference":"Patient/24a3c95d-77ef-5370-a6e7-b5a1934239b4"},"resourceType":"Specimen"} +{"id":"47f08fe8-30ec-5399-a21f-e5e7adaf6485","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074310"}],"subject":{"reference":"Patient/52df81cb-c4ee-5459-ab1f-b0a483de145f"},"resourceType":"Specimen"} +{"id":"af669ee2-9c41-5366-ab48-0dc685e5f629","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074311"}],"subject":{"reference":"Patient/1361416b-798e-5a3c-b476-d3265e2f3496"},"resourceType":"Specimen"} +{"id":"9dca2fcf-aa4f-5847-879c-882b38272a05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074313"}],"subject":{"reference":"Patient/1077c3a9-3256-5326-87bb-09e8c57ae9cb"},"resourceType":"Specimen"} +{"id":"166d644d-3a45-51c6-91e8-1f5327b711f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074314"}],"subject":{"reference":"Patient/37a89371-7584-57ff-9299-09c79cff849c"},"resourceType":"Specimen"} +{"id":"222a6dd4-2c2e-5fbd-ada5-c829c66383d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074316"}],"subject":{"reference":"Patient/ea9bdd47-034f-5b63-a97e-cc4aa0502f7a"},"resourceType":"Specimen"} +{"id":"4c85704c-a88f-54e3-98c8-8b61d82ef05e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074317"}],"subject":{"reference":"Patient/601d0d4b-e0cc-50a2-af8d-a7e54587b5a3"},"resourceType":"Specimen"} +{"id":"f0479d91-c666-5620-9b51-a121cf122fd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074319"}],"subject":{"reference":"Patient/56992d78-bdd9-575b-a267-f046f3a06668"},"resourceType":"Specimen"} +{"id":"b05cd48e-9776-55c0-8cce-9acc7c1fcaf9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074320"}],"subject":{"reference":"Patient/c78ca117-0138-5371-b7eb-94121c009dd5"},"resourceType":"Specimen"} +{"id":"d634a55c-1609-551e-a692-40cc6f4e75b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074322"}],"subject":{"reference":"Patient/b8d6feee-1bbe-54fa-9616-e2300ba14257"},"resourceType":"Specimen"} +{"id":"641247f7-7d64-5efd-812a-c379070c0973","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074323"}],"subject":{"reference":"Patient/7db34a4a-4249-5eb1-9aa0-f1c8ed98a459"},"resourceType":"Specimen"} +{"id":"e29b3a03-78ce-5ad4-8708-3d3b8b9d1323","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074325"}],"subject":{"reference":"Patient/2c60641d-5c17-52ee-a5e0-34b65590d836"},"resourceType":"Specimen"} +{"id":"fbfa7757-7e32-501b-aabb-ebb85a82b4ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074326"}],"subject":{"reference":"Patient/5dd35553-05f3-5ebc-b60a-cd7a37f65996"},"resourceType":"Specimen"} +{"id":"65aeffcd-43a5-5677-8892-23eabd524c8e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074328"}],"subject":{"reference":"Patient/d7412174-3573-5e8f-ace3-1d22c8ac16b5"},"resourceType":"Specimen"} +{"id":"42c98ab1-bba6-55ed-b200-efe0566602b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074329"}],"subject":{"reference":"Patient/7ff2a81f-2944-597a-8abe-1c43252a1462"},"resourceType":"Specimen"} +{"id":"302255de-8148-542e-bdcb-aa9fa7a5d79e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074331"}],"subject":{"reference":"Patient/4f509e11-a4a1-5865-8849-5baaecceed46"},"resourceType":"Specimen"} +{"id":"1d2b4d8f-9d86-5935-adfa-0a78199bd53f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074332"}],"subject":{"reference":"Patient/7d8b2e08-e38a-59db-83ac-75792ad2985f"},"resourceType":"Specimen"} +{"id":"9db49aaf-75a8-50e3-9074-3141ce4fd1ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074334"}],"subject":{"reference":"Patient/fe2c335d-c048-587a-90f6-45bfe0ba3db1"},"resourceType":"Specimen"} +{"id":"81e63f31-9475-5493-a396-568aabc2687b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074335"}],"subject":{"reference":"Patient/87b8e242-048f-5cb7-8650-20b0450ca195"},"resourceType":"Specimen"} +{"id":"ade1de18-e7d3-5ee1-a173-1405523629e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074337"}],"subject":{"reference":"Patient/0df129cf-d510-5b68-b1a1-2dc0ddb92915"},"resourceType":"Specimen"} +{"id":"475b3466-f14a-55ae-bde8-fc575c3339b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074338"}],"subject":{"reference":"Patient/17cb98e6-ba16-5ed2-8d61-f7745e2b661c"},"resourceType":"Specimen"} +{"id":"71be7b11-ae80-5db1-8f10-3c9e9e6ae28b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074340"}],"subject":{"reference":"Patient/60d863a9-441f-5035-b914-25553348a6c2"},"resourceType":"Specimen"} +{"id":"00648646-d4bf-5b9c-864c-29693b33111e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074341"}],"subject":{"reference":"Patient/a5843a4c-2597-5f81-96e0-993f48434574"},"resourceType":"Specimen"} +{"id":"57d4b601-fbea-5a56-b672-4da16f2980a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074343"}],"subject":{"reference":"Patient/b3e8a5e5-b0b5-52fd-8f85-1833634b204f"},"resourceType":"Specimen"} +{"id":"87c22683-55d8-5dc2-9546-13eb56163277","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074344"}],"subject":{"reference":"Patient/b369f988-102b-53c0-a1d7-277b4c80a059"},"resourceType":"Specimen"} +{"id":"5594ae40-fa18-594a-828f-a108f357d23a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074346"}],"subject":{"reference":"Patient/8419d071-c1c8-535d-b2b2-938e03a131ea"},"resourceType":"Specimen"} +{"id":"537c218e-182e-5683-aeca-2a19c73c2990","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074347"}],"subject":{"reference":"Patient/ea699917-e0c3-5b11-b8c9-1a0197578885"},"resourceType":"Specimen"} +{"id":"2b659b83-f280-527c-b5a5-fa26e9337e82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074356"}],"subject":{"reference":"Patient/24668532-4927-5198-bab0-08f1110a3b23"},"resourceType":"Specimen"} +{"id":"c71419d2-77e1-574e-9c92-6d7aaad86a5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074357"}],"subject":{"reference":"Patient/6f599ea6-f2c8-5919-bcf6-1ecf24d159bb"},"resourceType":"Specimen"} +{"id":"61ff31b7-77e7-5c66-af27-510babe8abf7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074359"}],"subject":{"reference":"Patient/d348f6b7-0de6-5a28-b71a-b032ea774624"},"resourceType":"Specimen"} +{"id":"05a318f9-d410-5b7f-aac2-e1f66246341e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074360"}],"subject":{"reference":"Patient/c1ac698d-461b-5bcd-922e-e93b7d8a5efb"},"resourceType":"Specimen"} +{"id":"0b26e427-f478-51a7-914c-2362cf70491b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074361"}],"subject":{"reference":"Patient/2a52e886-a52c-57f0-9cfc-13576d3a3b55"},"resourceType":"Specimen"} +{"id":"b5cc16c5-a18f-57b5-914d-05faaa7f2f51","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074362"}],"subject":{"reference":"Patient/69529e6c-4cfe-55e9-8f1d-86fb25c6de27"},"resourceType":"Specimen"} +{"id":"8a8edb14-e5f4-5cba-95ea-1429f26f90c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074364"}],"subject":{"reference":"Patient/5e9e1e73-813d-5c9e-889b-b61d4da9e3f8"},"resourceType":"Specimen"} +{"id":"4f3f970b-a2f8-5efd-98bb-b99d97eb1594","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074366"}],"subject":{"reference":"Patient/42dbe255-5467-59d7-b1b1-5bd682fb2530"},"resourceType":"Specimen"} +{"id":"9a093b8c-cdaf-5b30-a825-66c44f85066a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074367"}],"subject":{"reference":"Patient/1a443b65-3612-586d-a954-45c97a8f1cc1"},"resourceType":"Specimen"} +{"id":"86388465-604c-5e02-80f3-df6b26beb582","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074369"}],"subject":{"reference":"Patient/b9979614-d5ae-5631-95f0-0a62a7727631"},"resourceType":"Specimen"} +{"id":"2ab6f70d-1668-597a-a21b-71ee04d75332","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074371"}],"subject":{"reference":"Patient/7ee96446-06a7-5b55-a1c2-10774aa87607"},"resourceType":"Specimen"} +{"id":"86815a5b-5b07-5312-a644-a894ff2e6db3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074372"}],"subject":{"reference":"Patient/6502b0f6-77db-54d9-860f-2001bc3a130f"},"resourceType":"Specimen"} +{"id":"2d1630a7-d22a-5bac-989c-421be2876dec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074373"}],"subject":{"reference":"Patient/502ec71b-6faf-5986-a434-9a7703c1708d"},"resourceType":"Specimen"} +{"id":"1cbe7beb-2e9e-5653-af26-bb4f60014a10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074374"}],"subject":{"reference":"Patient/85706cb1-aa18-58cf-b208-99a9ea0e81bd"},"resourceType":"Specimen"} +{"id":"2924fbfb-d9e1-55e5-8fa4-3576512c5e09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074377"}],"subject":{"reference":"Patient/309105bd-e5f4-5391-883f-e4d25bd6a5d4"},"resourceType":"Specimen"} +{"id":"3363d42c-deb0-516e-80b4-69b57c5de020","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074378"}],"subject":{"reference":"Patient/45f5c5d2-9640-58f3-bad1-359d4decc56f"},"resourceType":"Specimen"} +{"id":"3c58d69f-b2d5-5981-9791-4ac85272d561","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074379"}],"subject":{"reference":"Patient/23e6e54c-b31e-5f62-8dbf-ffcf28fd392f"},"resourceType":"Specimen"} +{"id":"66e11dbc-5a85-5f2f-8901-c7db65bd6d7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074380"}],"subject":{"reference":"Patient/635aee0e-6908-5192-aac4-57854e1faba7"},"resourceType":"Specimen"} +{"id":"2be82b70-76ed-5f57-9698-05eccc2b1611","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074382"}],"subject":{"reference":"Patient/36d1a1f6-db5e-556a-a5c0-4d01fe5040ab"},"resourceType":"Specimen"} +{"id":"d7d25b14-0c7a-5d86-872f-50030ac80969","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074384"}],"subject":{"reference":"Patient/374b9c5a-424a-5dc2-8166-7a029c2396e1"},"resourceType":"Specimen"} +{"id":"7fe3e8fb-9102-51ad-a67b-4c795200f559","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074385"}],"subject":{"reference":"Patient/26a2b080-d6be-5d39-9497-092a5a807334"},"resourceType":"Specimen"} +{"id":"7ff4376a-5fff-5adc-85ba-8e9b6838c7c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS074386"}],"subject":{"reference":"Patient/6d9ff819-6b93-5159-bc2f-3e94a38b4636"},"resourceType":"Specimen"} +{"id":"d8c9a82a-5214-537d-a946-00f7b4d24026","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084807"}],"subject":{"reference":"Patient/58bc72e5-66ae-59cd-bfda-7864f726d747"},"resourceType":"Specimen"} +{"id":"6864994a-2b2f-5d1f-ba95-5d35ef80d42d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084808"}],"subject":{"reference":"Patient/c6cb7be5-2f09-5f67-adff-b62d09e5d5cc"},"resourceType":"Specimen"} +{"id":"71637bae-1e15-5f4e-8618-a5cd312ac9b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084809"}],"subject":{"reference":"Patient/a9f3b5e2-6177-5613-916c-1d220ae69859"},"resourceType":"Specimen"} +{"id":"621d7569-5cf7-5167-982d-5aa2b31b3ffc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084811"}],"subject":{"reference":"Patient/98a840db-984f-5c38-a7a0-580de62441d9"},"resourceType":"Specimen"} +{"id":"913d32f3-808b-5219-a157-73d2ece74d1b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084812"}],"subject":{"reference":"Patient/efbb60ca-96da-5c90-bf49-b059f29b8fac"},"resourceType":"Specimen"} +{"id":"9525cd4f-ed69-5422-a2a9-3f79a8ea13df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084814"}],"subject":{"reference":"Patient/9872227b-d76d-5f2c-a240-6fc532b9eba5"},"resourceType":"Specimen"} +{"id":"0dc2aaab-7b15-5386-932c-8f0cdb3354a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084815"}],"subject":{"reference":"Patient/2b8eec02-3fb1-5b6c-9369-6045ff06fc8c"},"resourceType":"Specimen"} +{"id":"4c0f2d1d-c70e-5f5e-b97d-aecbe48751f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084817"}],"subject":{"reference":"Patient/bf0a74a1-ea6f-5b7d-8c3f-21456bb3cf37"},"resourceType":"Specimen"} +{"id":"18c3c99f-d53e-555b-b0d2-4b1d1ef26313","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084818"}],"subject":{"reference":"Patient/aa0f618c-a26c-59a9-bcb0-195824769b44"},"resourceType":"Specimen"} +{"id":"092fc809-7ea3-5ce4-a749-8b04b31e72e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084819"}],"subject":{"reference":"Patient/5421e29a-c543-592b-afdd-b4b0c2625758"},"resourceType":"Specimen"} +{"id":"68b36085-ba2c-5613-b79d-5a09a740a80a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084821"}],"subject":{"reference":"Patient/e197265f-61f1-5f34-b405-fe13860f5e76"},"resourceType":"Specimen"} +{"id":"12eeb6d0-8043-5999-98a9-40deda3f8c12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084823"}],"subject":{"reference":"Patient/9caf1147-2403-5f94-9dcc-f9620f671d23"},"resourceType":"Specimen"} +{"id":"7be21b8f-577c-5db8-be8e-827222d9e48e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084824"}],"subject":{"reference":"Patient/cf78e083-1656-58eb-89ae-d72b93f19788"},"resourceType":"Specimen"} +{"id":"a17f44f5-25ec-5da4-a594-4fedf7fa1559","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084825"}],"subject":{"reference":"Patient/65fbf8b0-5314-54c4-a78b-3cc8d3693ca4"},"resourceType":"Specimen"} +{"id":"975dceb4-3796-517e-a379-65625b42ba01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084827"}],"subject":{"reference":"Patient/a2204f2f-ffc6-5c10-9c91-f53625adf4b2"},"resourceType":"Specimen"} +{"id":"3ae447c4-871c-5761-9718-98011acfa682","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084829"}],"subject":{"reference":"Patient/55cc5b64-d085-55ff-8f42-6ca098e9afee"},"resourceType":"Specimen"} +{"id":"ba84de20-f3c5-5384-837d-970d938f760a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084831"}],"subject":{"reference":"Patient/905bf788-d4e8-527d-bb95-d3bc53484d7a"},"resourceType":"Specimen"} +{"id":"55e1e48d-aae7-5084-be68-e5c203e214d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084832"}],"subject":{"reference":"Patient/4aedb9bd-8397-5cd7-ba1c-58710c3d88ef"},"resourceType":"Specimen"} +{"id":"b98f638e-d3f7-5558-9a53-dd20afc864c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084834"}],"subject":{"reference":"Patient/ec08b49b-328a-5afc-860f-43ca1e1d4474"},"resourceType":"Specimen"} +{"id":"32aa8675-816e-5e7d-b1ac-55fee6dfaa26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS084835"}],"subject":{"reference":"Patient/4a6f3de1-efd2-5b29-96e4-3b9fa1518520"},"resourceType":"Specimen"} +{"id":"2bdc3073-49e5-53ed-ba04-9be410901fff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS178998"}],"subject":{"reference":"Patient/4937036b-da31-5874-9841-60364312f52d"},"resourceType":"Specimen"} +{"id":"a027a351-2045-574b-b1a3-69515f4f1297","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS178999"}],"subject":{"reference":"Patient/012a0208-ad97-5182-9d06-43a98f644019"},"resourceType":"Specimen"} +{"id":"8784f8d8-679a-55ff-a7ae-c9457950586b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179001"}],"subject":{"reference":"Patient/77f4152c-3c09-5de7-a96e-475e4f1dc9bd"},"resourceType":"Specimen"} +{"id":"db3587bc-16ce-5812-bc4d-c3c554f7407a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179002"}],"subject":{"reference":"Patient/bef1860f-3be8-5764-b1ef-0384a22dd3ff"},"resourceType":"Specimen"} +{"id":"ddd25a44-b3c1-57de-be8d-7cf9cd232d97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179004"}],"subject":{"reference":"Patient/894f0d49-894e-50ae-962a-dafa1557baf1"},"resourceType":"Specimen"} +{"id":"c1734aae-c9f6-5bb1-9297-5af92a4b37f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179005"}],"subject":{"reference":"Patient/9f5f41fe-8dcb-5ece-9318-d39a1d23d697"},"resourceType":"Specimen"} +{"id":"c52b74cc-4573-56a7-a965-7b23b1ab02bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179007"}],"subject":{"reference":"Patient/90eb22ae-be5d-547f-aaba-317f70b5851d"},"resourceType":"Specimen"} +{"id":"d6b816e5-d4bf-5764-80fa-e42ee5737df2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179008"}],"subject":{"reference":"Patient/ddb61497-a323-54a7-b454-68cc3244407c"},"resourceType":"Specimen"} +{"id":"4fc14230-3ecb-574e-a876-61d57d0b64bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179010"}],"subject":{"reference":"Patient/dd247a62-57d7-5ed8-8b60-a97cad78c23c"},"resourceType":"Specimen"} +{"id":"200f0c38-a82e-5718-8f91-bbeeef52a455","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179011"}],"subject":{"reference":"Patient/67cd79f5-19be-5bfc-b3c8-bb18a2fcd2cc"},"resourceType":"Specimen"} +{"id":"b8fc36ab-fe98-5d9f-9fcf-1b281142f027","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179013"}],"subject":{"reference":"Patient/9530a565-856f-5fca-a1b6-23b3b68cc7f7"},"resourceType":"Specimen"} +{"id":"1b314237-c54e-5cc2-8aee-dc679f77bdf4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179014"}],"subject":{"reference":"Patient/a406f205-fa4f-5c34-81f8-ff9ef24812fb"},"resourceType":"Specimen"} +{"id":"1a4e3536-47e7-5799-a567-f5217d880aef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179016"}],"subject":{"reference":"Patient/c43658f6-0a35-5c41-bdd2-778914473ce5"},"resourceType":"Specimen"} +{"id":"66db756d-69fd-56e3-a3a2-b14988826025","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179017"}],"subject":{"reference":"Patient/f92f4828-3d90-511f-ae6e-f1f7dbf1cec2"},"resourceType":"Specimen"} +{"id":"ff0b319d-21c3-557e-a8f3-e38ef85cf997","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179019"}],"subject":{"reference":"Patient/fb2941cf-aada-5a6f-b444-b4dee1853839"},"resourceType":"Specimen"} +{"id":"77a4811c-ff3e-51ce-8070-7fd3d9c1ab62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179020"}],"subject":{"reference":"Patient/034d1ac9-35ae-5809-a1a1-12476e546368"},"resourceType":"Specimen"} +{"id":"e3ff52cc-edbb-5c97-9ea6-c81793f72166","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179022"}],"subject":{"reference":"Patient/e52d87f6-df91-5303-9133-5a7888afcf9a"},"resourceType":"Specimen"} +{"id":"34cd4292-1a88-5a65-b14b-22b20aff7453","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179023"}],"subject":{"reference":"Patient/e8cd5642-0bee-5a92-b764-7f564e840628"},"resourceType":"Specimen"} +{"id":"94b0d9b4-da46-5efb-be8a-ff0289ba19b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179025"}],"subject":{"reference":"Patient/2de722a7-0e8a-525d-9305-2bb7de32b807"},"resourceType":"Specimen"} +{"id":"0c0f051f-52a3-5915-b3aa-dd10c2e52cf9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179026"}],"subject":{"reference":"Patient/75a46a29-e91a-51f8-b3ca-690c15229969"},"resourceType":"Specimen"} +{"id":"624121c4-ec51-5017-a5ab-2439224b8752","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179028"}],"subject":{"reference":"Patient/0865ca73-2a0c-5c2e-890e-ad9c475a69b2"},"resourceType":"Specimen"} +{"id":"d0e394dd-6bee-598d-a94e-4623b24c9612","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179029"}],"subject":{"reference":"Patient/6d1e1e84-d09f-5ac1-8ec2-500958337f26"},"resourceType":"Specimen"} +{"id":"ae289c50-d536-5b8e-b3d1-37b9816f4cff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179031"}],"subject":{"reference":"Patient/8d2a9117-17cb-5baf-a791-e7cbc7aabb02"},"resourceType":"Specimen"} +{"id":"d417e4c7-d7d4-52ef-94d0-c0723b25b6ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179032"}],"subject":{"reference":"Patient/2f3e4982-7841-5757-8ea4-3729e1320d83"},"resourceType":"Specimen"} +{"id":"9b515c71-5a31-5c58-9cf1-83c76b2043eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179034"}],"subject":{"reference":"Patient/f7058231-0ae3-505f-b54d-86d52df41443"},"resourceType":"Specimen"} +{"id":"33c82855-3728-554e-9a0c-527561ef1d46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179035"}],"subject":{"reference":"Patient/6ea15193-8b5f-5a04-ab37-50b36d3bd8e6"},"resourceType":"Specimen"} +{"id":"a276a508-53c8-563f-aa60-187a946aa7a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179037"}],"subject":{"reference":"Patient/0aabf58b-91c9-5855-9d47-22a1c7713b53"},"resourceType":"Specimen"} +{"id":"95390f0a-95a6-5d82-a440-28127f8b647c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179038"}],"subject":{"reference":"Patient/423597e9-8531-50b0-9a08-143da1018cf9"},"resourceType":"Specimen"} +{"id":"137b5f57-cc05-5ce5-8233-282e0ae7e927","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179040"}],"subject":{"reference":"Patient/5d91f16c-d960-5c1f-8e2a-d300d43360b0"},"resourceType":"Specimen"} +{"id":"3f0c6908-ef08-599c-ba0d-173d419cbb49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179041"}],"subject":{"reference":"Patient/e610ebf4-de22-5784-92fd-568a5fd2d6dd"},"resourceType":"Specimen"} +{"id":"998d8317-7b63-5a11-80a3-a7948658b527","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179043"}],"subject":{"reference":"Patient/cd4eb9a2-2711-5929-a233-76b39abd1b51"},"resourceType":"Specimen"} +{"id":"a83d4ab9-ed92-5d2a-989c-6a73e26f6f79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179044"}],"subject":{"reference":"Patient/cd7bcc2a-5415-5ae6-bfd2-5715062eb960"},"resourceType":"Specimen"} +{"id":"7b699ae9-1261-5f6c-9760-b4b8a52b3aa0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179046"}],"subject":{"reference":"Patient/42b5ff75-c54e-5867-a3f8-b8317d619ed5"},"resourceType":"Specimen"} +{"id":"c2226dff-2241-5bff-a143-6725a8bbf299","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179047"}],"subject":{"reference":"Patient/0e738119-dcad-5f74-8258-f8c104d7e8ca"},"resourceType":"Specimen"} +{"id":"2b621992-114a-51ce-8e45-ece925aa87b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179049"}],"subject":{"reference":"Patient/0de49d2f-0da6-5c5f-ad39-4834864dea1f"},"resourceType":"Specimen"} +{"id":"1041200a-0623-59e6-b144-c2717aac776a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179050"}],"subject":{"reference":"Patient/e2413ff1-c79a-5190-9eb4-383102e76839"},"resourceType":"Specimen"} +{"id":"3bc322cf-a71f-5d7a-8cba-18f238e30ce7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179052"}],"subject":{"reference":"Patient/9a9c84e5-8e92-5d5f-86ca-649eaab2f829"},"resourceType":"Specimen"} +{"id":"ded3b844-c527-51b8-bf1d-29608978dcac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179053"}],"subject":{"reference":"Patient/69abde95-e607-590d-922b-739e3fdaf7d9"},"resourceType":"Specimen"} +{"id":"9f5079ea-466e-5ddf-aaea-ca0da5b1c904","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179055"}],"subject":{"reference":"Patient/20f5d874-69f2-59d6-a0b5-d77e619efd0f"},"resourceType":"Specimen"} +{"id":"c8a61345-048e-5aba-97ef-467a45bad2d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179056"}],"subject":{"reference":"Patient/86feccc7-b08f-5391-a88a-ec43edbe2544"},"resourceType":"Specimen"} +{"id":"9a7c26dd-e338-530d-aac3-3131816bcaa6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179058"}],"subject":{"reference":"Patient/bba51369-d3ba-5c1d-95dc-a1e562b66d8c"},"resourceType":"Specimen"} +{"id":"40d677b9-2dd1-519b-86af-9bc37b9d2ce9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179059"}],"subject":{"reference":"Patient/343202ad-ff67-537f-97f9-2aed8a9946c0"},"resourceType":"Specimen"} +{"id":"71e3b148-66d7-517d-bf9f-b79ad18031e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179061"}],"subject":{"reference":"Patient/796da09a-d4a7-5ed4-a389-51fbba8f457b"},"resourceType":"Specimen"} +{"id":"4b547171-463e-52ab-a00d-4bcf05b5884e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179062"}],"subject":{"reference":"Patient/e4b11180-b239-5cae-a5ed-0d11e78e0c7a"},"resourceType":"Specimen"} +{"id":"088ec03d-0489-5242-8d9b-39dbf25ec99e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179064"}],"subject":{"reference":"Patient/9be51971-bb93-59c7-a81a-82df10acae4c"},"resourceType":"Specimen"} +{"id":"fb7acfc3-018c-5580-a4c7-1cee55662d4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179065"}],"subject":{"reference":"Patient/b9091d00-bb19-5688-bd9e-f54a0e449b37"},"resourceType":"Specimen"} +{"id":"3b1110b0-0c12-56ca-8922-6ed24564948d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179067"}],"subject":{"reference":"Patient/92bd9621-08da-5363-b2d6-594fc8c85957"},"resourceType":"Specimen"} +{"id":"b42facaa-77a2-50c1-90a0-568f7bf76794","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179068"}],"subject":{"reference":"Patient/f4d7e18b-80a7-550d-a79b-af1312a145c0"},"resourceType":"Specimen"} +{"id":"57dd41ad-3516-57df-8f52-41c632eb88f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179070"}],"subject":{"reference":"Patient/95599fe9-8f29-56b0-b506-de49e19b9580"},"resourceType":"Specimen"} +{"id":"5c1e3120-7722-531c-bf1e-a6856374bc23","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179071"}],"subject":{"reference":"Patient/96782130-4829-59c5-8645-8e91a7092502"},"resourceType":"Specimen"} +{"id":"9149db03-4282-50a4-9c65-6ef987d5e790","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179073"}],"subject":{"reference":"Patient/b5e69454-5847-5320-a859-64a6cc7af6a3"},"resourceType":"Specimen"} +{"id":"91d5c208-f51e-572a-97a4-42607ff90618","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179074"}],"subject":{"reference":"Patient/5280e05f-2c9c-5325-abe9-1b745f599087"},"resourceType":"Specimen"} +{"id":"021de873-784e-59a8-a4ff-8262a9cf7d5b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179096"}],"subject":{"reference":"Patient/a1a49fc3-3ac4-5e2e-8db7-0fe190da2d54"},"resourceType":"Specimen"} +{"id":"742838e9-5fec-5b0a-8638-5dc6819ab23a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179097"}],"subject":{"reference":"Patient/33305b7a-7f71-5199-8b89-93ace29a8dec"},"resourceType":"Specimen"} +{"id":"80e372e0-4403-594d-881f-578c467565f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179099"}],"subject":{"reference":"Patient/ad985635-d80f-5177-93c8-d35e42142cc5"},"resourceType":"Specimen"} +{"id":"0609be94-f85b-51c2-b90e-46915e1a0a01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179100"}],"subject":{"reference":"Patient/af5b9152-3a13-5e70-ad3a-2956c193d9be"},"resourceType":"Specimen"} +{"id":"e4869b9b-cea3-5713-8bb1-2f58fa915489","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179102"}],"subject":{"reference":"Patient/f4495a4a-50e0-5086-b2a5-c2f2e808112f"},"resourceType":"Specimen"} +{"id":"2b411437-18ba-55bf-9056-a0bad21f84d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179105"}],"subject":{"reference":"Patient/df0a7d59-9b36-597f-9b4c-719ef0f61f10"},"resourceType":"Specimen"} +{"id":"e25f9ee8-23b8-55e5-a5b1-a5afcd97688e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179106"}],"subject":{"reference":"Patient/d2b9289a-004f-57d8-b6f5-09901894308c"},"resourceType":"Specimen"} +{"id":"4a37821d-cccd-5543-a132-481b30963313","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179108"}],"subject":{"reference":"Patient/36cdc0a2-a4fc-5964-89c9-6c22d13f9d98"},"resourceType":"Specimen"} +{"id":"ea3aa6a4-6f5f-538c-ae53-9516f326ea30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179109"}],"subject":{"reference":"Patient/d81ee851-9fb2-51f0-9ef6-cdbbe9f763cc"},"resourceType":"Specimen"} +{"id":"c7eada49-0cb2-5ad4-8308-efebf19df386","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179111"}],"subject":{"reference":"Patient/d0f6111e-a4ee-5d62-b042-ded335a6669a"},"resourceType":"Specimen"} +{"id":"4d72f79b-b2a8-5e17-b1ef-55fd4576df6c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179112"}],"subject":{"reference":"Patient/47e7afa5-68e6-522f-848c-1820329d419c"},"resourceType":"Specimen"} +{"id":"19c252b1-703e-5ce3-9658-c66769bf0f6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179114"}],"subject":{"reference":"Patient/260a469c-f3f6-5b36-8ebf-f6adb7d00355"},"resourceType":"Specimen"} +{"id":"edfa2010-47f7-5e11-844b-9459a51a6d5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179115"}],"subject":{"reference":"Patient/468d82c1-1cb5-524a-a508-15a8d0f5a20d"},"resourceType":"Specimen"} +{"id":"0e74a4aa-3d72-5b2b-af4a-a16b72d17e00","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179117"}],"subject":{"reference":"Patient/167972f4-fb47-5bcb-b770-35a7fe358467"},"resourceType":"Specimen"} +{"id":"d2ed5ecc-8e82-57a2-9b66-e7269db3c2cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179118"}],"subject":{"reference":"Patient/cc6a1203-3172-51e0-92c8-7b109adcb073"},"resourceType":"Specimen"} +{"id":"5c6f3e2f-34a6-52cc-af44-5e8a3f91d01a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179120"}],"subject":{"reference":"Patient/eead7023-a2e5-5709-a1ad-6170dee1e0d3"},"resourceType":"Specimen"} +{"id":"4556d955-ce6e-55fd-ac18-9026a404bacb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179121"}],"subject":{"reference":"Patient/a4d051fe-f268-5489-91ec-59f1f93bf9eb"},"resourceType":"Specimen"} +{"id":"6bbbb8e0-c7f3-5cd6-9624-3c15531afb42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179123"}],"subject":{"reference":"Patient/007839b7-d484-5035-ba63-7d8169e2114d"},"resourceType":"Specimen"} +{"id":"23fd8bae-ec61-5b6f-b342-b9e4a9ee3bde","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179124"}],"subject":{"reference":"Patient/3d9b5bc6-9be5-5532-82e2-93263f333991"},"resourceType":"Specimen"} +{"id":"6be9da37-7006-5074-b482-988d1dcdceab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179126"}],"subject":{"reference":"Patient/05f4ba95-18c2-52f8-bb2d-8616abe3d9dc"},"resourceType":"Specimen"} +{"id":"70afd270-8693-5cc7-b5c5-ad7800140fbf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179127"}],"subject":{"reference":"Patient/6ab03ade-4b14-57bb-9267-53a23e2b3c63"},"resourceType":"Specimen"} +{"id":"ed224a58-6653-55ee-adc9-eb9a708637e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179129"}],"subject":{"reference":"Patient/ba2235d3-8229-5dfa-9071-0205396885eb"},"resourceType":"Specimen"} +{"id":"f293d66f-964f-5256-a98c-fcb2bee1edb8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179130"}],"subject":{"reference":"Patient/0d90fef6-c896-5872-bde3-e1df18e81b83"},"resourceType":"Specimen"} +{"id":"a279789e-f062-5f07-b229-484368c52e2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179132"}],"subject":{"reference":"Patient/4b26db3a-30fd-53d8-a576-6eaa1ed9edc8"},"resourceType":"Specimen"} +{"id":"d3ff54ad-798b-5c52-be44-91a32a34a338","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179133"}],"subject":{"reference":"Patient/d1f5ae1b-e255-5dd4-bde5-3cc4a710ca74"},"resourceType":"Specimen"} +{"id":"0cbc766a-7d03-5f9c-af9e-1b25971c4b7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179135"}],"subject":{"reference":"Patient/20ff5434-259d-5754-a3e2-7af98b0718da"},"resourceType":"Specimen"} +{"id":"e0977844-de70-5b22-90ad-f33fdbfb6ccf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179136"}],"subject":{"reference":"Patient/5c642f2b-5f3b-5916-ac1d-5872510cc14d"},"resourceType":"Specimen"} +{"id":"b20823d9-9078-5b0b-a983-66d0a7317fe7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179137"}],"subject":{"reference":"Patient/840eac17-c271-5fc3-af32-c24856b5da6f"},"resourceType":"Specimen"} +{"id":"e2a6788a-4a19-551d-bcae-19a74e2b6eeb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179138"}],"subject":{"reference":"Patient/2556d603-5a0b-5f8d-8883-6bcba91e4690"},"resourceType":"Specimen"} +{"id":"75695885-6e73-58c0-bab8-71f732f370e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179139"}],"subject":{"reference":"Patient/08675f98-39b8-5fd0-a7c3-590547a81cc6"},"resourceType":"Specimen"} +{"id":"c5ffa086-0b5c-5683-a0e6-562ef0081b2c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179140"}],"subject":{"reference":"Patient/b588576d-dfaa-5153-97b1-2603e96463b3"},"resourceType":"Specimen"} +{"id":"fc59a5ab-095f-521a-b8dd-08a28e06ac5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179141"}],"subject":{"reference":"Patient/7e95f987-229b-583d-b065-4a0110bc04db"},"resourceType":"Specimen"} +{"id":"ca2683b6-6a1a-5f5e-9b87-a76aaab8b4dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179142"}],"subject":{"reference":"Patient/8d5e6529-3247-566e-a456-e84a3511a51a"},"resourceType":"Specimen"} +{"id":"fbab12fb-846b-5851-b0a9-f263eb707ee4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179143"}],"subject":{"reference":"Patient/6dbd7fe2-8af8-51e7-8174-6606e33553ad"},"resourceType":"Specimen"} +{"id":"aeebd0de-bac1-532a-bf71-706be6d10948","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179144"}],"subject":{"reference":"Patient/a7023c10-80c3-5369-9eed-6e3f361900da"},"resourceType":"Specimen"} +{"id":"365c67ba-3e6c-5f35-b428-8e5ae7b1cc43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179145"}],"subject":{"reference":"Patient/f3e13a60-4d5c-57eb-9b63-710f622f8fa8"},"resourceType":"Specimen"} +{"id":"3e5932f5-b993-5093-8a27-8c0d751c0210","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179146"}],"subject":{"reference":"Patient/d24632d8-5b1a-5ec8-97c7-6f624cf29ace"},"resourceType":"Specimen"} +{"id":"c80e5be2-0b5b-5fce-bbb4-ed8630ac9841","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179147"}],"subject":{"reference":"Patient/3bac18a0-a6ec-5558-86b4-dd1ca8d8907f"},"resourceType":"Specimen"} +{"id":"9c1a563d-5098-5267-ae29-b59f7fc4e44f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179148"}],"subject":{"reference":"Patient/3bda2472-8744-54ed-a78d-cb67f47b92b2"},"resourceType":"Specimen"} +{"id":"ace2231e-7872-5b96-ac62-2ada7f91566f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179149"}],"subject":{"reference":"Patient/219edd16-8a88-5286-afae-c3fe6e32d747"},"resourceType":"Specimen"} +{"id":"4a816069-74b2-59d5-b7db-71e2977025a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179150"}],"subject":{"reference":"Patient/1ebaebaf-ceb5-57da-b8c3-c2055b9f268f"},"resourceType":"Specimen"} +{"id":"1782a6cd-3f46-5b59-8c68-c013b2fb053d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179151"}],"subject":{"reference":"Patient/e4105224-7eee-5a1a-987a-fac09403975b"},"resourceType":"Specimen"} +{"id":"8a98a2cc-acb2-55e7-bc51-056be4b12038","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179152"}],"subject":{"reference":"Patient/6fb5230b-f497-5acc-9a7b-99c96c534f54"},"resourceType":"Specimen"} +{"id":"ca614a7b-0cca-5fc1-a0d7-cd835ddd06e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179153"}],"subject":{"reference":"Patient/63d5ac99-0cb7-531d-a300-a0cc5b2c6bc0"},"resourceType":"Specimen"} +{"id":"07918d87-5b95-55c6-9ac7-6985e50fc829","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179154"}],"subject":{"reference":"Patient/91c19a2f-99ce-5a13-b018-2dd33e435e4d"},"resourceType":"Specimen"} +{"id":"2072d6d3-0a81-5a82-b32d-15553f1ca7ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179155"}],"subject":{"reference":"Patient/da31f276-ca0f-5f61-b92a-dedbf5f0d3ef"},"resourceType":"Specimen"} +{"id":"f01c148a-21d0-562d-bfb4-b4beed4868f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179156"}],"subject":{"reference":"Patient/5f20244f-5589-5d6e-a3cb-7f733d18aac6"},"resourceType":"Specimen"} +{"id":"71a0b28a-a02a-5304-9955-a38a63415ea5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179157"}],"subject":{"reference":"Patient/b43f4eac-8e9e-5d09-afb7-8d39fee5a713"},"resourceType":"Specimen"} +{"id":"eddeb29d-724a-5b01-b0bb-5ceed50b0304","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179158"}],"subject":{"reference":"Patient/6310ff7b-503e-59e1-92e2-0f01b3471822"},"resourceType":"Specimen"} +{"id":"d18607af-2047-57c2-9a97-e5b00ec1afe3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179159"}],"subject":{"reference":"Patient/f3d1cb02-9dc9-5a65-a6ae-c15b2b6eabae"},"resourceType":"Specimen"} +{"id":"c56a837c-0ab6-5a72-ba9c-ee710ecc20cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179160"}],"subject":{"reference":"Patient/16b13cd2-4028-58c6-a499-a3a33ee4c850"},"resourceType":"Specimen"} +{"id":"dcfc5249-e92d-514b-b6dc-33c654bf3b8b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179161"}],"subject":{"reference":"Patient/10a4a92f-ef1f-57bb-8c7c-6ac10eef2c43"},"resourceType":"Specimen"} +{"id":"e2de3d10-5461-50b9-b934-38485280245d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179162"}],"subject":{"reference":"Patient/97fb0ad7-d384-5df4-a2f4-2638d182a5a3"},"resourceType":"Specimen"} +{"id":"43c7ce5c-0ee4-5652-aa9a-8ed055f4d369","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179163"}],"subject":{"reference":"Patient/2e512501-0bc9-5cf7-a7ba-59f6266346a2"},"resourceType":"Specimen"} +{"id":"8c81ac63-dd30-51d8-95db-d016fa2b50d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179164"}],"subject":{"reference":"Patient/6d29cca3-3b6e-517f-986d-9d024057509f"},"resourceType":"Specimen"} +{"id":"5b779343-9f64-5607-9c2e-ae2569165200","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179165"}],"subject":{"reference":"Patient/d656cf64-e6f0-5031-b96c-ec29cd60ac7d"},"resourceType":"Specimen"} +{"id":"3fc07428-3639-5302-a9d0-df2df570488c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179166"}],"subject":{"reference":"Patient/32706563-0494-5554-ab3b-7edb76ed00ad"},"resourceType":"Specimen"} +{"id":"c73c7bec-696d-57fc-9dd3-a98df667ba8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179167"}],"subject":{"reference":"Patient/d8ffb7dc-ef50-5d1b-a2f9-016f690882b0"},"resourceType":"Specimen"} +{"id":"aa8509f6-44d6-561e-8c97-31d154577bd7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179168"}],"subject":{"reference":"Patient/6f9c2127-8d54-5d2b-b760-1c17b991b949"},"resourceType":"Specimen"} +{"id":"8580bef5-8818-5f77-bc76-3208424e61a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179169"}],"subject":{"reference":"Patient/fe65a7de-43f1-5bb7-a248-959222c71c15"},"resourceType":"Specimen"} +{"id":"65ec1f14-144e-5b96-99f1-90f1776e3822","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179170"}],"subject":{"reference":"Patient/51258024-e516-5262-950c-608509933e50"},"resourceType":"Specimen"} +{"id":"980a9897-763a-5f42-a3b0-d106959ec9e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179171"}],"subject":{"reference":"Patient/a2851693-97b2-58c8-9b08-28f92cd93ecf"},"resourceType":"Specimen"} +{"id":"92802407-777c-59ef-9318-7fe95ddc95ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179172"}],"subject":{"reference":"Patient/61eefc3e-fec6-5da3-9f3d-f307de1b4c12"},"resourceType":"Specimen"} +{"id":"6096e018-f479-5dda-a1b0-d6a85ccb67d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179173"}],"subject":{"reference":"Patient/69ca51ea-e643-5f8f-b71a-41a060364585"},"resourceType":"Specimen"} +{"id":"aaa9afec-678f-511d-802a-8af67c61e679","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179174"}],"subject":{"reference":"Patient/e5c13d9d-d669-5634-86b5-ee11a1c87899"},"resourceType":"Specimen"} +{"id":"314f6ee2-74b0-5fc0-ae9c-9789525c2bdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179175"}],"subject":{"reference":"Patient/692eba31-7c49-5990-b2a6-ab5ce3a92926"},"resourceType":"Specimen"} +{"id":"7e7aa3cc-0794-5526-90cd-34ce46c769a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179176"}],"subject":{"reference":"Patient/46ab62fd-7666-51fe-a5c3-b3c327104f28"},"resourceType":"Specimen"} +{"id":"8cf0736d-5437-56be-baf2-28e192ea2644","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179177"}],"subject":{"reference":"Patient/3468bfe0-77fc-5f5a-8ea3-3861adf142c4"},"resourceType":"Specimen"} +{"id":"de5eaaab-bade-5e28-8126-6b98a8c634df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179178"}],"subject":{"reference":"Patient/a6bd5976-7906-5f34-b622-ef8f41e9ac7d"},"resourceType":"Specimen"} +{"id":"0730029a-0389-5998-b016-db3bf330ddda","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179179"}],"subject":{"reference":"Patient/eaa39708-1c34-525e-ba46-374f0f746b49"},"resourceType":"Specimen"} +{"id":"972209a9-d099-5ba4-ba67-4c66bc4b7d90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179180"}],"subject":{"reference":"Patient/0d97361b-a428-5b0e-86a4-b80199404a8a"},"resourceType":"Specimen"} +{"id":"214ff652-6238-5e63-9539-748b4fa50594","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179181"}],"subject":{"reference":"Patient/96d14e5e-df36-5c00-a895-9d6035f5e615"},"resourceType":"Specimen"} +{"id":"870543ef-eccf-503f-b66a-eeaa5837753e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179182"}],"subject":{"reference":"Patient/ac41fd54-904d-502c-ad17-263c9d26a9e2"},"resourceType":"Specimen"} +{"id":"24678284-0eaa-5d54-a996-81cf4431db60","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179183"}],"subject":{"reference":"Patient/3f32fcc7-df36-53b4-9cf8-4416e9aa2510"},"resourceType":"Specimen"} +{"id":"0e97b50d-87de-5f36-962e-7962d9dd5abe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179184"}],"subject":{"reference":"Patient/b2afb4c9-e26b-511f-b26f-f1cd011c369d"},"resourceType":"Specimen"} +{"id":"12f674f1-9c18-5c5f-b449-fae5f20a8f40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179185"}],"subject":{"reference":"Patient/26bc1de4-6f14-5e92-95d2-5b651e55a2c3"},"resourceType":"Specimen"} +{"id":"1d82eafd-1a53-5678-b93e-d4233d25ad9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179187"}],"subject":{"reference":"Patient/e27090dd-b4ef-504c-b94e-df6b31756901"},"resourceType":"Specimen"} +{"id":"63cceecc-bb76-5196-88f1-389a7c71b579","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179188"}],"subject":{"reference":"Patient/73f94bdf-b216-5bed-a14e-f18d8d58e24b"},"resourceType":"Specimen"} +{"id":"2d98b28f-fc57-596d-a580-02d1a8415181","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179190"}],"subject":{"reference":"Patient/fa5606f8-9aa2-52b0-8c8a-5822beb5d2ce"},"resourceType":"Specimen"} +{"id":"afb422fb-1fd5-5197-a5ed-fddd01b40010","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179191"}],"subject":{"reference":"Patient/bb68a8d2-4878-58dd-83e4-045a0baf491e"},"resourceType":"Specimen"} +{"id":"7a52ce17-e3ce-5a3d-93b0-50f977dab850","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179193"}],"subject":{"reference":"Patient/44053633-1b6f-5c88-9bc1-7b3e42b9d1aa"},"resourceType":"Specimen"} +{"id":"1ae05c0c-1418-50e7-82cd-50e1585d2603","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179194"}],"subject":{"reference":"Patient/1ae74774-a8a8-5d33-9f1f-efdf59188a59"},"resourceType":"Specimen"} +{"id":"65096dce-fcab-59e5-8fb0-d5fa45f978cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179196"}],"subject":{"reference":"Patient/e97d7f09-901b-56c1-9346-fac67c6df9ef"},"resourceType":"Specimen"} +{"id":"56e0dc9f-a0e0-5a81-ba42-dc9203fd0064","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179197"}],"subject":{"reference":"Patient/ad563089-196f-56b4-8b79-4403b08452ca"},"resourceType":"Specimen"} +{"id":"e8a1ba9c-8ab2-5364-b1ff-3bddf071a5e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179199"}],"subject":{"reference":"Patient/3bcf1902-1d43-5e1e-9f42-531649868280"},"resourceType":"Specimen"} +{"id":"787e8cae-c71c-5b32-981a-fbd67a6c51cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179200"}],"subject":{"reference":"Patient/0334d887-1871-526a-b224-94ae6bf7cdf8"},"resourceType":"Specimen"} +{"id":"877a3cee-297f-53da-9f97-729b32941f19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179202"}],"subject":{"reference":"Patient/db8b5dd1-9aa3-5996-be27-fc17b8f84cd3"},"resourceType":"Specimen"} +{"id":"3db70489-cda0-5e41-a8bd-59b1fba33f86","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179203"}],"subject":{"reference":"Patient/f439b28d-8970-56b2-b515-890c1dcfa752"},"resourceType":"Specimen"} +{"id":"77771db9-26a0-51b2-ae26-66c7ec7675e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179205"}],"subject":{"reference":"Patient/b264b05d-928d-5d72-86a8-4882f30a9452"},"resourceType":"Specimen"} +{"id":"f6d4e66a-b92b-579f-a0a3-c065d4e7eca5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179206"}],"subject":{"reference":"Patient/1f42474d-f2b9-5e7c-8fd1-c5cd293823ac"},"resourceType":"Specimen"} +{"id":"aa782a33-a0b9-5e02-b43e-507ec2dce354","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179208"}],"subject":{"reference":"Patient/6675d839-685b-5905-b3cd-80871426c654"},"resourceType":"Specimen"} +{"id":"16a8fca6-0ece-583e-b812-b585e9f699ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179209"}],"subject":{"reference":"Patient/f08509d7-4e0d-52b6-ad06-2ad78fd861f9"},"resourceType":"Specimen"} +{"id":"b508e1e9-c875-537b-bc36-00fcd9174567","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179211"}],"subject":{"reference":"Patient/23b707d6-1848-54eb-878f-c68e9c398fc8"},"resourceType":"Specimen"} +{"id":"9585a35a-bdf6-5a1d-abb1-f5fa3bead7e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179212"}],"subject":{"reference":"Patient/7ccf6ba3-c752-5e23-b13b-25614eba605d"},"resourceType":"Specimen"} +{"id":"feb8490c-f692-51be-8bba-314de2fd08e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179213"}],"subject":{"reference":"Patient/352cc320-3b45-5df1-9fb8-5ab5e04b6c2c"},"resourceType":"Specimen"} +{"id":"66b770b5-409e-52b4-bfbb-2b0938858d97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179214"}],"subject":{"reference":"Patient/60537d91-72b3-5efb-89df-0a852bca4487"},"resourceType":"Specimen"} +{"id":"bcd4d7bd-9fae-5539-95f6-bcce59f6ed9c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179215"}],"subject":{"reference":"Patient/87400a93-abfd-5b5b-bbcb-81514660300c"},"resourceType":"Specimen"} +{"id":"ef634e51-abb6-5816-b9ef-a9dc362d8107","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179217"}],"subject":{"reference":"Patient/030f7739-b6c9-5c78-98f3-90b4eecdc755"},"resourceType":"Specimen"} +{"id":"2f83d485-43af-53ba-9a7e-eef6ba936134","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179218"}],"subject":{"reference":"Patient/5ac92466-35f2-55b0-aadd-6080fd3fa1dd"},"resourceType":"Specimen"} +{"id":"8e14a4af-7f74-5c74-9bbe-790bbe54afa3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179219"}],"subject":{"reference":"Patient/6bd14557-ccef-5fc9-8181-d820a3e8e01b"},"resourceType":"Specimen"} +{"id":"d723fb71-872a-5ddb-b6e5-c9656fc051e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179220"}],"subject":{"reference":"Patient/b2ec3487-8943-5d95-9629-f411d9758b5e"},"resourceType":"Specimen"} +{"id":"7a6171b3-1e12-5331-9f44-61ccec763f26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179221"}],"subject":{"reference":"Patient/c71a072e-5bef-5db4-9c9d-27c889405d8d"},"resourceType":"Specimen"} +{"id":"747eab7f-da61-5b95-beeb-86591200842e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179222"}],"subject":{"reference":"Patient/62c6e971-6349-5a0f-a88c-00ee4ee1f148"},"resourceType":"Specimen"} +{"id":"fbddedb5-56ac-564d-8f2b-61b960650a04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179224"}],"subject":{"reference":"Patient/6d20cf98-5c0f-57a7-b008-d529eae95674"},"resourceType":"Specimen"} +{"id":"c509918f-86bd-5f21-acd4-4adbec076fc0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179225"}],"subject":{"reference":"Patient/0cc907d4-923f-5b4c-848a-caeba1835063"},"resourceType":"Specimen"} +{"id":"8303b39f-5626-5c2b-9e81-6e62193ffb69","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179226"}],"subject":{"reference":"Patient/dd78a140-c306-508b-a334-570de97d9869"},"resourceType":"Specimen"} +{"id":"3183f7c8-a9e7-5958-a242-a43fb33b2dbf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179227"}],"subject":{"reference":"Patient/03668860-94d1-54c8-89b1-8e204c4bcc04"},"resourceType":"Specimen"} +{"id":"0c4c029e-3a77-5593-8e88-3cfd44418b50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179228"}],"subject":{"reference":"Patient/a61ae401-b771-501e-b54e-0f866335cf49"},"resourceType":"Specimen"} +{"id":"d1a7e782-edc7-54a2-8a07-3677180449fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179229"}],"subject":{"reference":"Patient/19a4888c-e88b-5839-83d2-ec662fa49c2e"},"resourceType":"Specimen"} +{"id":"b9b188fe-b034-5db0-a5cb-aeb58dc88b70","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179230"}],"subject":{"reference":"Patient/36b54670-d107-5af1-9a1d-43b771a21a64"},"resourceType":"Specimen"} +{"id":"63ec592b-1979-599f-812b-ff56ee9dee17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179231"}],"subject":{"reference":"Patient/5ede6232-422d-5847-9ab9-026c7018fc4d"},"resourceType":"Specimen"} +{"id":"4f2ae9d7-a62c-5ecf-b93f-ad041ea6be43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179232"}],"subject":{"reference":"Patient/075ddf3d-df07-5ad5-8893-8b451d7b9b92"},"resourceType":"Specimen"} +{"id":"00d1226f-e37a-5e24-b837-6e26a8d999f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179233"}],"subject":{"reference":"Patient/f3d32680-3836-5b5f-afbe-58259c5264cf"},"resourceType":"Specimen"} +{"id":"db263788-2978-53e6-a59d-8fa2b75bbe43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179234"}],"subject":{"reference":"Patient/f1809974-0b04-547d-9423-8115d9d1e7bb"},"resourceType":"Specimen"} +{"id":"c950e89d-26cf-57d5-96c0-c4702b50c77f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179235"}],"subject":{"reference":"Patient/3d610042-98e3-5394-86d1-4412537ed97d"},"resourceType":"Specimen"} +{"id":"fd7f7c2d-c090-585a-bc2a-dd1bcc4360c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179236"}],"subject":{"reference":"Patient/c76a4733-56da-5ff8-91f6-ece73fba731b"},"resourceType":"Specimen"} +{"id":"c138e39c-6005-583d-b633-0046e3ea6e43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179237"}],"subject":{"reference":"Patient/93a348c5-731a-5c1d-bb62-f97efe893356"},"resourceType":"Specimen"} +{"id":"b20a30b1-055d-5a9e-a0ef-321a7bafb374","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179238"}],"subject":{"reference":"Patient/544b3dea-9778-5916-a7dc-58d08b644270"},"resourceType":"Specimen"} +{"id":"97153af1-4995-5fcc-b6c9-9d0399294992","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179239"}],"subject":{"reference":"Patient/6d246517-a5c3-509b-ba72-37cc86d5b617"},"resourceType":"Specimen"} +{"id":"256fb2f8-eaaf-5294-afeb-fbab78277176","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179240"}],"subject":{"reference":"Patient/f3b43d95-44d2-518a-9ae4-0b61b986beda"},"resourceType":"Specimen"} +{"id":"1692b0d7-162d-5483-bbda-4e85b4beb605","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179241"}],"subject":{"reference":"Patient/ea8b0619-81ea-5557-83f4-51844da5f0ad"},"resourceType":"Specimen"} +{"id":"c597a8a4-fa94-5b6d-9b84-acf7ca58e0b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179242"}],"subject":{"reference":"Patient/12f8534b-eb80-55eb-91db-6b2fa914043b"},"resourceType":"Specimen"} +{"id":"c6bc1c1a-354c-5daa-93d4-71b74b4e4d97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179243"}],"subject":{"reference":"Patient/042ba8ee-7042-56de-8425-de5e4ae3bd24"},"resourceType":"Specimen"} +{"id":"5a872542-964e-5013-a2ac-0ae9de519703","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179244"}],"subject":{"reference":"Patient/acb26d63-f1a4-5bf6-8d4e-64f0333df8fb"},"resourceType":"Specimen"} +{"id":"8419b4eb-fbec-5527-abbd-981315f2af48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179245"}],"subject":{"reference":"Patient/16772fc7-286a-509e-9fc9-a2dae6646bdd"},"resourceType":"Specimen"} +{"id":"d79237bf-b243-53fe-9c27-e683df58b5b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179246"}],"subject":{"reference":"Patient/3323bf16-f6ef-58e6-a6ee-17897153e027"},"resourceType":"Specimen"} +{"id":"c4a86dae-c582-5021-befc-f5d06a995bdd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179247"}],"subject":{"reference":"Patient/1a3d3c0b-241a-5d7d-9708-0699ead7ea9b"},"resourceType":"Specimen"} +{"id":"22cffefe-0fcd-56f8-a1d0-5d0d5817fc93","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179248"}],"subject":{"reference":"Patient/31a2f61b-90dd-58af-bd32-9ae88305f98d"},"resourceType":"Specimen"} +{"id":"3748008c-56ba-5044-89e4-139ec2fd6055","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179249"}],"subject":{"reference":"Patient/fbf96236-6daf-5500-8a21-57df4fc43c09"},"resourceType":"Specimen"} +{"id":"0e0d52bb-3a0c-5fd4-a546-63fc8cb1904d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179250"}],"subject":{"reference":"Patient/26c490b6-6bcd-5cbc-bfd3-dad0b5451a1f"},"resourceType":"Specimen"} +{"id":"f94c72cc-9b8e-5e11-955f-c0ac76dc233e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179251"}],"subject":{"reference":"Patient/5e976b09-1f03-579b-8386-6385c38f4aec"},"resourceType":"Specimen"} +{"id":"a6293ba4-3288-5603-90f1-aec47b59a975","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179252"}],"subject":{"reference":"Patient/d278bb48-14ff-5993-9dbd-2a19b009d341"},"resourceType":"Specimen"} +{"id":"8b56030a-afc2-5b06-a17a-6adc7b8fae68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179253"}],"subject":{"reference":"Patient/a3aa3e56-1d32-58cb-aace-467dcb32dc8e"},"resourceType":"Specimen"} +{"id":"12c9b642-2aa5-5d90-bb71-37a825ac5f3b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179254"}],"subject":{"reference":"Patient/035d2868-ec82-5d37-9645-584ecac69d7f"},"resourceType":"Specimen"} +{"id":"da1ff0ec-ee65-5a43-8422-3980a8830ed6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179255"}],"subject":{"reference":"Patient/cf7159a6-5688-5173-9d17-aec50828f8ff"},"resourceType":"Specimen"} +{"id":"8bf18674-3f2f-520b-9c2f-81041146e50c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179256"}],"subject":{"reference":"Patient/e222bacf-fb69-58e8-92fa-f09712fb1c63"},"resourceType":"Specimen"} +{"id":"51cfbd41-faef-59bf-8c8b-804e8c48b125","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179257"}],"subject":{"reference":"Patient/c4b564cd-0a08-5efe-b69d-4c8e759870b1"},"resourceType":"Specimen"} +{"id":"7931b5cb-8295-5f87-8f17-8c15a5e70eb6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179258"}],"subject":{"reference":"Patient/6ba3965c-74e2-5b90-a61b-8246e6ba4a72"},"resourceType":"Specimen"} +{"id":"54ca759f-af8c-51ee-8771-72e5394ba016","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179259"}],"subject":{"reference":"Patient/6fd4bd23-d4e8-5c99-8d7e-777f1097e480"},"resourceType":"Specimen"} +{"id":"2cb64836-8dc3-5108-8fff-e3e75c74469d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179260"}],"subject":{"reference":"Patient/d2629af6-ff55-586f-aa86-60c18e537e1a"},"resourceType":"Specimen"} +{"id":"404242e7-ec42-53ef-ae65-7dd8d64b9d34","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179261"}],"subject":{"reference":"Patient/4c0975b6-08c6-526a-b1a0-d98c53efef9b"},"resourceType":"Specimen"} +{"id":"e7d2db3a-26fa-5243-a2ad-3f6371d7f062","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179262"}],"subject":{"reference":"Patient/196598f8-0890-5b0d-a576-b236c37df860"},"resourceType":"Specimen"} +{"id":"07d25b58-86ea-5d02-8817-f5214221539b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179263"}],"subject":{"reference":"Patient/04077f66-575f-5bf1-b4e5-00ec1fd92c36"},"resourceType":"Specimen"} +{"id":"07acc8fb-abb1-5686-a382-ffa720b4fecb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179264"}],"subject":{"reference":"Patient/7ff2eba5-3db7-53e1-9add-7ec2002169c8"},"resourceType":"Specimen"} +{"id":"ba390dab-c6ad-548e-99f4-6d8b192d1762","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179265"}],"subject":{"reference":"Patient/bd02e513-cee0-56fc-886d-1d50d41a17e2"},"resourceType":"Specimen"} +{"id":"23ae9126-4f0e-5336-8688-92dba3f37eec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179266"}],"subject":{"reference":"Patient/ecd9bc56-6e24-56da-9fbe-0d6e346d6542"},"resourceType":"Specimen"} +{"id":"471522e8-5d71-5bde-b3de-1cd39c3af26c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179267"}],"subject":{"reference":"Patient/33774cb7-f354-5f7e-a1a7-06297bf0a1e0"},"resourceType":"Specimen"} +{"id":"860e8042-e8db-5867-86f7-b9ae1ca17adc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179268"}],"subject":{"reference":"Patient/36432b94-e53c-5ba4-8974-6e87b9851da7"},"resourceType":"Specimen"} +{"id":"e5cabbf4-cef0-56b9-8dc6-b440b13e76b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179270"}],"subject":{"reference":"Patient/e877e194-b213-5ff5-b139-dd9678a5eab8"},"resourceType":"Specimen"} +{"id":"a1d1dda4-6890-5c6e-bd3b-ca895af8edcd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179271"}],"subject":{"reference":"Patient/7b5861f5-123c-5d3d-ab1a-c6a2315c6a95"},"resourceType":"Specimen"} +{"id":"e18bbfb4-bf02-5867-a8f0-61688da9adfd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179272"}],"subject":{"reference":"Patient/393c926a-4318-5fd4-bd61-9609c46243de"},"resourceType":"Specimen"} +{"id":"bf649cab-4d18-5ae5-ab51-99606dfa0a5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179273"}],"subject":{"reference":"Patient/fe939c40-5e5c-5241-ad3f-67a943c3a516"},"resourceType":"Specimen"} +{"id":"8f1f2620-4100-505f-abfd-46daff12d63f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS179274"}],"subject":{"reference":"Patient/eed04da8-1729-549c-b3f6-91aeec51d45b"},"resourceType":"Specimen"} +{"id":"dcf5564b-83fa-505b-8765-e3e60192e7a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184283"}],"subject":{"reference":"Patient/c58a5593-04a7-5ce4-8d1e-bab5463072dc"},"resourceType":"Specimen"} +{"id":"a09314f2-7f27-5371-bfc7-ab2bef2b9f6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184284"}],"subject":{"reference":"Patient/37e00841-23d4-53b5-a9ef-a1b97131ef12"},"resourceType":"Specimen"} +{"id":"db4d9be8-4ef9-5fbb-b940-bd5b893b58df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184286"}],"subject":{"reference":"Patient/cc14220f-a827-5bce-a3ed-31ef9bcf5182"},"resourceType":"Specimen"} +{"id":"4388fe91-c40a-563e-8b70-45aa4c7a4116","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184287"}],"subject":{"reference":"Patient/2a6c54d6-a163-5319-9e6f-c2d6264b5445"},"resourceType":"Specimen"} +{"id":"51f4951c-cd54-5ac6-9bc0-e43a99623350","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184289"}],"subject":{"reference":"Patient/16e896fc-559d-531b-abc0-82e5f72b6f00"},"resourceType":"Specimen"} +{"id":"d684194c-0ed9-551b-bf5f-1d694d130085","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184290"}],"subject":{"reference":"Patient/0fa0014a-4db4-5771-a6c1-c5e2f8d53193"},"resourceType":"Specimen"} +{"id":"3397074c-9ab9-5a80-9ec0-d11a5a46ed79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184292"}],"subject":{"reference":"Patient/e136e6ed-a337-5c29-add8-32e6eca245e3"},"resourceType":"Specimen"} +{"id":"df0a2846-8f67-561e-bc2f-24ed6061f262","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184293"}],"subject":{"reference":"Patient/34f5471b-b354-5ff5-9eac-9b5cca8b9430"},"resourceType":"Specimen"} +{"id":"eaeb5544-26cf-58c7-9d79-ef21aecbc78c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184295"}],"subject":{"reference":"Patient/acadbc5b-4a1a-5084-9f9c-4443253fa442"},"resourceType":"Specimen"} +{"id":"133a3b87-e62a-58a5-8517-b402b415bea2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184296"}],"subject":{"reference":"Patient/c6fff9fb-b564-5c49-a5d2-2b2ed55cc9fb"},"resourceType":"Specimen"} +{"id":"ba9c02ce-46fc-570a-a898-85d1f31aafb4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184298"}],"subject":{"reference":"Patient/65a6a5e9-84d3-5d5b-8d73-d0ef0f5a33c4"},"resourceType":"Specimen"} +{"id":"4fc704d9-7f21-5746-85d9-cde74cdd5e78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184299"}],"subject":{"reference":"Patient/c2b12c93-4c3a-5171-a6d4-3625be2eaedf"},"resourceType":"Specimen"} +{"id":"8d053420-027d-51b4-958c-87338a2d26e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184302"}],"subject":{"reference":"Patient/c656e50b-3043-502a-be8b-d7e1ac40e3db"},"resourceType":"Specimen"} +{"id":"3d85bbc8-fb5a-53c2-b926-296ff87b4613","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184304"}],"subject":{"reference":"Patient/a35aab74-c102-5a79-971e-e439a4e21e2d"},"resourceType":"Specimen"} +{"id":"37a0a8a5-c74f-50cf-a6c1-bf0aa9fe836e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184305"}],"subject":{"reference":"Patient/7035f1b9-76e0-5cd6-9b74-db48a8bc0c1f"},"resourceType":"Specimen"} +{"id":"ad3371aa-f6a5-5929-b93c-e285bfcdc086","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184307"}],"subject":{"reference":"Patient/d500684f-c8a4-5008-9df3-9b873e963697"},"resourceType":"Specimen"} +{"id":"7662b1c7-0675-5df0-a220-9eb4eb4571d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184308"}],"subject":{"reference":"Patient/39a53a3d-0609-5d8f-a2ec-a0b79e02ca2a"},"resourceType":"Specimen"} +{"id":"791178dc-ff68-5b3a-9a5c-72bb5106da84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184310"}],"subject":{"reference":"Patient/8e124644-00dd-5e6b-8e70-0015cd336529"},"resourceType":"Specimen"} +{"id":"16027d98-a864-5a79-af6a-0bc3b6a939d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184311"}],"subject":{"reference":"Patient/f8d4b2d6-632a-5f51-83e6-8d1139514405"},"resourceType":"Specimen"} +{"id":"6bd2277d-b701-58b9-9c44-3190ca470abc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184313"}],"subject":{"reference":"Patient/14a21485-3d53-5c36-b70c-873adb6e9acf"},"resourceType":"Specimen"} +{"id":"99b51dec-35bf-5f59-af89-eb4e2aa03355","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184314"}],"subject":{"reference":"Patient/a5afa227-acab-51f3-a03a-820d4db6332d"},"resourceType":"Specimen"} +{"id":"3fcd4e6f-2e01-5543-9918-9f32a5548878","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184315"}],"subject":{"reference":"Patient/989da715-1669-5245-aabf-e0189aade864"},"resourceType":"Specimen"} +{"id":"a3eb27e9-3dbc-59f9-ba3f-e24b17c30854","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184316"}],"subject":{"reference":"Patient/b15ece52-ef26-5aff-956a-f75aada966e2"},"resourceType":"Specimen"} +{"id":"78935c42-9270-5b24-b248-3600810dc314","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184318"}],"subject":{"reference":"Patient/ed04fb2e-ef87-565c-9615-9ebf11972a1e"},"resourceType":"Specimen"} +{"id":"9963d828-8e22-5061-a4d6-f57766336700","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184319"}],"subject":{"reference":"Patient/4cceaf9c-6d05-5845-a207-6fdfba44f285"},"resourceType":"Specimen"} +{"id":"d3f475bd-8cfd-52f2-b130-5af05fbf1f45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184321"}],"subject":{"reference":"Patient/8856d4b9-d359-5083-bc55-ae43cd2b7587"},"resourceType":"Specimen"} +{"id":"ff4eaeb2-272b-5de5-a2f3-9f548c247460","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184322"}],"subject":{"reference":"Patient/03e00073-8ffb-5afd-ad80-5a30490b872a"},"resourceType":"Specimen"} +{"id":"1b630485-1d5c-5e55-8665-1b251ee3389f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184323"}],"subject":{"reference":"Patient/1d37b9a7-9d27-54d6-a1cf-a8a35793b98b"},"resourceType":"Specimen"} +{"id":"e9e93856-3c4d-5847-a7c1-352e0d8ca699","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS184324"}],"subject":{"reference":"Patient/02014a2d-67ce-59f3-9c8d-5e80ae1e586c"},"resourceType":"Specimen"} +{"id":"31847769-c6c3-5969-b2f0-e3629627a3c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191033"}],"subject":{"reference":"Patient/36efda59-8f92-5cc9-beb4-5ce6728a64dc"},"resourceType":"Specimen"} +{"id":"63c2ad4f-a756-502e-abca-91598e5d6c74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191034"}],"subject":{"reference":"Patient/9f568618-8aff-5397-8450-d699832509c9"},"resourceType":"Specimen"} +{"id":"eb3a542a-49eb-5924-b714-fa034b945e25","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191036"}],"subject":{"reference":"Patient/99ad85cb-1b8d-5579-a1d3-b6c8e37371d0"},"resourceType":"Specimen"} +{"id":"435fd3a6-d7c6-5aef-9ccb-538e744f8f77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191037"}],"subject":{"reference":"Patient/c17acf7f-1b52-5acd-9d5f-427118610f80"},"resourceType":"Specimen"} +{"id":"402f5452-e75d-517c-afc5-a0c0735af58d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191039"}],"subject":{"reference":"Patient/ea697cc2-9a8e-5995-a724-1b287f239e34"},"resourceType":"Specimen"} +{"id":"b28ba0c8-7153-5061-8c2a-ec1fd47d0f65","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191040"}],"subject":{"reference":"Patient/1933362c-2dd1-5900-99f2-5b67031691a6"},"resourceType":"Specimen"} +{"id":"ff848099-700d-5ac5-a237-1539522b260c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191042"}],"subject":{"reference":"Patient/b4811fc8-a1bb-552d-a4da-766fe44ab1dd"},"resourceType":"Specimen"} +{"id":"82ef7812-5383-58dd-b7a6-2efe4ad4ab63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191043"}],"subject":{"reference":"Patient/e226ff58-54d0-5e7b-82bb-ed47b9c6c868"},"resourceType":"Specimen"} +{"id":"2d2c2abf-029b-5ae8-8cf8-749706c3fd91","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191045"}],"subject":{"reference":"Patient/7084686a-b332-5393-84e9-5214be8e2642"},"resourceType":"Specimen"} +{"id":"29303d2d-d68f-5c51-939b-784c8d6f8a2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191046"}],"subject":{"reference":"Patient/f3898d60-7f95-5c13-bed0-b876103a45ae"},"resourceType":"Specimen"} +{"id":"55326817-38a1-598d-b011-e72bb063a5f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191048"}],"subject":{"reference":"Patient/69a90ee9-a294-57cf-9496-664baafe1f1e"},"resourceType":"Specimen"} +{"id":"a4f70486-1f28-5663-a4f8-56c84552ecc2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191049"}],"subject":{"reference":"Patient/a92ed0d3-1b05-506d-a7a9-e8e60d3a0e9c"},"resourceType":"Specimen"} +{"id":"a4826e6f-b838-5141-ac0b-00c2c15c4894","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191051"}],"subject":{"reference":"Patient/7cd9c942-b0f2-559e-bc95-bdcf2ae881a9"},"resourceType":"Specimen"} +{"id":"64339b8b-7fd0-5755-8839-d87e2bab0755","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191052"}],"subject":{"reference":"Patient/2ebac790-c534-57ee-9698-bc5ffb3f7e3a"},"resourceType":"Specimen"} +{"id":"ff3f9ea2-5ef6-5ed7-998d-0c5cf14323c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191054"}],"subject":{"reference":"Patient/0701e457-776a-5429-830a-771c9613d49d"},"resourceType":"Specimen"} +{"id":"dd4ec50e-cefe-50a7-b561-80ca67be9e0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191055"}],"subject":{"reference":"Patient/948b172d-86c1-565f-bf89-705bbb361bf5"},"resourceType":"Specimen"} +{"id":"339eaa76-aef7-53a5-9444-64e9728647ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191057"}],"subject":{"reference":"Patient/666db1c4-01a9-5472-abd5-109a82c3f7f1"},"resourceType":"Specimen"} +{"id":"1d006784-f6d7-5e42-b058-8cb81af61af1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191058"}],"subject":{"reference":"Patient/e089de1c-27b0-588b-8761-bcccb087c96b"},"resourceType":"Specimen"} +{"id":"4b98b166-fe2c-533e-a3e7-402bb1fd3e06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191060"}],"subject":{"reference":"Patient/62c64995-f724-5d8a-b4ec-571d03973570"},"resourceType":"Specimen"} +{"id":"b366ce74-5512-5f77-92e6-626d50cb3fee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191063"}],"subject":{"reference":"Patient/bef872a2-6657-54a6-9115-abd707c9609d"},"resourceType":"Specimen"} +{"id":"af27c2a9-cede-50b1-8015-62ded72baf85","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191064"}],"subject":{"reference":"Patient/ff4242bf-f29b-5248-ad42-bbd665893812"},"resourceType":"Specimen"} +{"id":"b6a649b3-0401-57fc-8dd6-300c107f817f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191066"}],"subject":{"reference":"Patient/58792c52-d38d-5998-99e2-ebb82a237cba"},"resourceType":"Specimen"} +{"id":"4d77771c-8156-580e-998d-2a28b4624fb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191067"}],"subject":{"reference":"Patient/adfd064f-6962-5860-b086-ffec6b447652"},"resourceType":"Specimen"} +{"id":"6a538adb-9351-52c7-9fae-260c7c250b69","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191069"}],"subject":{"reference":"Patient/931fc1e6-545c-5c08-9bd3-f1cc6fe7d958"},"resourceType":"Specimen"} +{"id":"362668bd-9aaa-5d71-b0e6-7b4e82facb51","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191070"}],"subject":{"reference":"Patient/245e5702-efc6-53dc-8689-1de0978ea686"},"resourceType":"Specimen"} +{"id":"f1d079c5-8854-5736-943c-6b193405f192","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191072"}],"subject":{"reference":"Patient/47ebee91-9acd-5ceb-a688-ad90a305ca48"},"resourceType":"Specimen"} +{"id":"33a46af1-a973-583b-b33e-17d3ae7d191e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191073"}],"subject":{"reference":"Patient/30cd7a5b-dcf9-5c05-bae2-8087ce5ccec4"},"resourceType":"Specimen"} +{"id":"4eaadf77-3d12-5136-b98b-6bc7a2eabb7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191075"}],"subject":{"reference":"Patient/77c84158-f743-5844-a044-fb1b5bbeb538"},"resourceType":"Specimen"} +{"id":"66912619-74e6-5687-bb21-a8395fe707f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191076"}],"subject":{"reference":"Patient/07a6d107-e3f8-5f11-9133-c830501c5b36"},"resourceType":"Specimen"} +{"id":"94ddca4d-b463-5fe3-a141-984242d7675a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191078"}],"subject":{"reference":"Patient/0acc38f7-8e05-5769-bc9f-3011fd985cfd"},"resourceType":"Specimen"} +{"id":"c296ea4d-538d-56da-bf3e-5f2fd380aeb6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191079"}],"subject":{"reference":"Patient/6d7fca45-c6d4-52ee-bbb9-abb12987cd57"},"resourceType":"Specimen"} +{"id":"125a6eac-c078-543e-8a46-3cb6003e87be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191081"}],"subject":{"reference":"Patient/d3aeca5a-fe22-508c-949c-cea11b86be4e"},"resourceType":"Specimen"} +{"id":"07e58f00-9594-5882-89bd-9f9cff2b8828","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191082"}],"subject":{"reference":"Patient/d4016261-8e41-5833-a7c6-a698244f8027"},"resourceType":"Specimen"} +{"id":"0f977f5d-d495-51b9-ab30-e3947b82dd87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191084"}],"subject":{"reference":"Patient/a7ffb118-ac7a-591d-8993-95e05ad61636"},"resourceType":"Specimen"} +{"id":"8ae13f73-f65c-5dda-8296-4d51882c86a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191085"}],"subject":{"reference":"Patient/75f95cd6-0bcf-53d1-8b25-abcf3d0d04fd"},"resourceType":"Specimen"} +{"id":"9d8c5783-72aa-5d92-a36a-677446ca10ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191087"}],"subject":{"reference":"Patient/b428ebce-9640-5c58-9b5c-a5c21dfa5371"},"resourceType":"Specimen"} +{"id":"d64f2802-d690-59a5-be14-aeab53d36f1c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191088"}],"subject":{"reference":"Patient/593f8681-b612-59b4-a15c-ac71c1548ced"},"resourceType":"Specimen"} +{"id":"65eddd33-a52a-5de9-a240-a0d4c731ffdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191090"}],"subject":{"reference":"Patient/c1f56d80-0180-5d74-9596-80deef503e5c"},"resourceType":"Specimen"} +{"id":"5e5a9e09-2051-505e-8fbd-3e7d3861c544","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191091"}],"subject":{"reference":"Patient/793a15fe-f52f-54b3-a184-5863c2ffb870"},"resourceType":"Specimen"} +{"id":"66d4d5cd-56fd-53a6-8228-c403d7e0303c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191093"}],"subject":{"reference":"Patient/28ae7d03-41da-53af-bbe2-1179860441e3"},"resourceType":"Specimen"} +{"id":"4b4a252a-aea1-5e16-a534-49b40c325653","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191094"}],"subject":{"reference":"Patient/c49eb4e4-29ef-52c5-9977-24333ebd87ee"},"resourceType":"Specimen"} +{"id":"24781feb-3cd1-5ea9-9307-f08239945433","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191096"}],"subject":{"reference":"Patient/d7008e43-c24a-5d79-858a-f2052d888381"},"resourceType":"Specimen"} +{"id":"36aebf66-db31-56bf-9ead-619b87429361","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191097"}],"subject":{"reference":"Patient/56d4cf51-3a6b-538d-ab5c-d7a5e879279f"},"resourceType":"Specimen"} +{"id":"8d8a345b-a557-5bda-99d5-cf84f1725b5e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191098"}],"subject":{"reference":"Patient/aaaa4512-3c7f-5055-b9f4-283a11822c97"},"resourceType":"Specimen"} +{"id":"1c879261-e5fc-5576-9418-34c1d64171f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191099"}],"subject":{"reference":"Patient/8f58e413-1109-5588-ab2b-a99f67923853"},"resourceType":"Specimen"} +{"id":"30a76e83-6c16-5ce5-900d-e03fe1d36184","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191100"}],"subject":{"reference":"Patient/3ca26c44-559a-57a0-ad22-027d6149e77e"},"resourceType":"Specimen"} +{"id":"415060ee-a80b-57fd-a9c3-684b827c8e38","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191101"}],"subject":{"reference":"Patient/029f8203-16b3-55c0-90d9-69c2cf3f48cd"},"resourceType":"Specimen"} +{"id":"eddd6f3f-740a-5317-8c8d-147ca8ac4703","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191102"}],"subject":{"reference":"Patient/c76eeb81-7d8a-53f9-934d-c40ec8fed970"},"resourceType":"Specimen"} +{"id":"3a088817-54c6-5c61-aebe-cf30d3e39e8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191104"}],"subject":{"reference":"Patient/807589f5-ad63-57d2-8298-5f14baea072d"},"resourceType":"Specimen"} +{"id":"58bfa428-d3c3-565e-b72b-e9c2331ab60b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191105"}],"subject":{"reference":"Patient/89fde99a-c3f4-5cd0-a589-4aef3d5b7afa"},"resourceType":"Specimen"} +{"id":"bd06cf91-776d-595a-b525-7e9ff35eddd0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191106"}],"subject":{"reference":"Patient/909f82fb-1fa2-5aec-a043-4bcae1220f8e"},"resourceType":"Specimen"} +{"id":"afbb73e1-7bd9-50d1-93e3-cf8f0aa22931","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191108"}],"subject":{"reference":"Patient/add87c40-ad17-5199-89e2-3d93ba9a194d"},"resourceType":"Specimen"} +{"id":"70507733-e5f4-5cd9-879e-f070fced28a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191109"}],"subject":{"reference":"Patient/ecdffe6d-392f-5282-989b-5b6aa71fb0d8"},"resourceType":"Specimen"} +{"id":"3d7b111e-c6f0-566e-8650-bd1f7c44a701","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191111"}],"subject":{"reference":"Patient/ee155fa0-b428-5d33-a77f-1c9608198989"},"resourceType":"Specimen"} +{"id":"41606c75-5cd0-543b-a0a5-c249e87f9911","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191112"}],"subject":{"reference":"Patient/e23df4e7-4c1c-5412-a95d-eda4c64a571d"},"resourceType":"Specimen"} +{"id":"6c8e0e29-8148-5e62-b85e-2c8176f1f94f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191114"}],"subject":{"reference":"Patient/ba06d45d-46c1-5b8f-9281-109afab89517"},"resourceType":"Specimen"} +{"id":"e5f1bbf5-c118-54ae-94b3-6e276de5dbb8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191115"}],"subject":{"reference":"Patient/a7917ec9-ee65-58f9-ae4c-bae04ee76c86"},"resourceType":"Specimen"} +{"id":"cc443674-ef6d-5e04-9f03-a53e083fe056","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191116"}],"subject":{"reference":"Patient/e1edbc61-c9a7-5e65-a54b-c6277f4ab721"},"resourceType":"Specimen"} +{"id":"cbde0a4b-feb0-501f-ba7f-aca3946a0b00","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191117"}],"subject":{"reference":"Patient/c43ac5f6-07e5-5c00-a081-e8fed073da33"},"resourceType":"Specimen"} +{"id":"713c499a-73d8-57c5-92c1-f4c3c5bac69d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191118"}],"subject":{"reference":"Patient/956c4a80-d53c-5b5d-80f8-429f3c88ad0c"},"resourceType":"Specimen"} +{"id":"1e61279c-0a9a-5e74-81fe-86000ce814a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191121"}],"subject":{"reference":"Patient/2e0b2ad3-86d6-5b1e-8a08-399f6a33ecac"},"resourceType":"Specimen"} +{"id":"0b8f1d7a-f335-5b83-96c0-7b1954ca410f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191122"}],"subject":{"reference":"Patient/4889b3d5-7c8b-50b5-a4e0-ec0109f719b2"},"resourceType":"Specimen"} +{"id":"47c05eb6-db0a-5c77-9c73-1502df7e8cdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191123"}],"subject":{"reference":"Patient/58eb5bc7-2034-533e-873d-4c65c7a12560"},"resourceType":"Specimen"} +{"id":"625282e3-d49c-5830-b312-4d9a006f964d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191124"}],"subject":{"reference":"Patient/ef5d747d-dcc7-5559-a7da-b7658a04273c"},"resourceType":"Specimen"} +{"id":"bcad102a-3cf3-5128-bbbd-bd8b4a5f0e1e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191125"}],"subject":{"reference":"Patient/2fd2afd4-7efa-59d6-81a6-69e469bcfda1"},"resourceType":"Specimen"} +{"id":"d0580711-abad-5b09-8bca-9c452714dddf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191126"}],"subject":{"reference":"Patient/ef63e116-e6ce-58d6-ac4e-4e4fed07475d"},"resourceType":"Specimen"} +{"id":"90f8a012-7859-5789-9e9d-a8b7cfd1d79f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191127"}],"subject":{"reference":"Patient/54bf6bef-cc5c-51dd-a7c2-01196dc4f008"},"resourceType":"Specimen"} +{"id":"341ee95e-b366-5b20-b1de-19f48322d4b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191128"}],"subject":{"reference":"Patient/61917c9a-3e8c-5e9c-a37d-6ec269c83517"},"resourceType":"Specimen"} +{"id":"261ae487-96e6-504b-831c-74a50853f745","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191129"}],"subject":{"reference":"Patient/c39c7d6a-6271-5c77-b1b0-59d7835ef61d"},"resourceType":"Specimen"} +{"id":"99402038-1ef7-561e-9c79-629adbb81b03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191130"}],"subject":{"reference":"Patient/e21501f6-0349-55a0-ae0c-046e31344e88"},"resourceType":"Specimen"} +{"id":"82bf2232-b079-55be-86ee-60e889faacc2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191131"}],"subject":{"reference":"Patient/9f72ff87-f94e-5903-ab2b-cbc6b8538775"},"resourceType":"Specimen"} +{"id":"342007f0-811c-5bed-a07c-5b8bcc77c10f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS191132"}],"subject":{"reference":"Patient/5c28232e-6ba7-50b8-a8dd-4ee34138f1af"},"resourceType":"Specimen"} +{"id":"a8931955-aa42-5fe5-9b8f-f9acfa03eb51","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS193276"}],"subject":{"reference":"Patient/054e073e-ca1b-5830-8545-223c74028237"},"resourceType":"Specimen"} +{"id":"5ec6d3c8-dae6-5a65-ac5c-fc6d8a4eb5b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS193277"}],"subject":{"reference":"Patient/fd4c189d-54c5-51e5-bd71-e7e7f57f3c8d"},"resourceType":"Specimen"} +{"id":"69da89da-1f99-5f44-b104-16d3fb0b7378","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212451"}],"subject":{"reference":"Patient/c5761cc3-9996-5b05-9c6d-c24a321212bd"},"resourceType":"Specimen"} +{"id":"225fe6ac-0758-59b6-9413-1cf4a1a3c63d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212452"}],"subject":{"reference":"Patient/2f6eaf30-c862-5330-8106-f67847995c0b"},"resourceType":"Specimen"} +{"id":"b84389bb-4641-50ef-a155-f95d6bf4334b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212454"}],"subject":{"reference":"Patient/ac737c71-ab7e-5a50-a113-fa15406d15c8"},"resourceType":"Specimen"} +{"id":"7ce93143-c65a-517d-8b64-6fe53e59e9bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212455"}],"subject":{"reference":"Patient/6db28e03-8e9b-5988-90c8-f3befa5364ad"},"resourceType":"Specimen"} +{"id":"c36dc5cb-252c-5f38-b63c-83cd96d63cf4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212457"}],"subject":{"reference":"Patient/c9c1a3c4-c5eb-5060-a640-fde8d0db60cd"},"resourceType":"Specimen"} +{"id":"bc3aa8a6-6f8b-5563-8705-11fa90fafbef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212458"}],"subject":{"reference":"Patient/dd1b54de-8004-5a6a-92f0-f6bd76b885ad"},"resourceType":"Specimen"} +{"id":"6e8aee38-3005-5f1d-964b-5e6b68689789","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212459"}],"subject":{"reference":"Patient/7b64f82d-462a-577b-a62c-6e7b67ac8b94"},"resourceType":"Specimen"} +{"id":"0e69c884-db13-5b57-881e-e18b45d62442","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212461"}],"subject":{"reference":"Patient/4228fabb-10d2-5627-bafe-708595dcee73"},"resourceType":"Specimen"} +{"id":"78d4762c-b6fe-5400-aa8a-477903a55359","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212462"}],"subject":{"reference":"Patient/dc69f300-00ff-52fe-80a3-03e3e2ddd9ff"},"resourceType":"Specimen"} +{"id":"2edc3c95-3ac7-58da-9400-2ef4f552139c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212463"}],"subject":{"reference":"Patient/01c52b32-c7e2-5c0c-be17-628c172ab9c4"},"resourceType":"Specimen"} +{"id":"2d7fbcf1-cc14-52b5-aabd-edb4a78d6a58","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212464"}],"subject":{"reference":"Patient/6cb4f509-8a8d-5513-9195-44e4d0c843dd"},"resourceType":"Specimen"} +{"id":"f758b0eb-8a2f-5841-a8d7-794cbbba8227","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212465"}],"subject":{"reference":"Patient/65857f52-aca3-518f-ad08-3b8b09cff88d"},"resourceType":"Specimen"} +{"id":"25f04973-4d8b-5225-9798-9d2844026c5b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212466"}],"subject":{"reference":"Patient/70efb0cb-ed6f-588d-81cd-2d482f871c3e"},"resourceType":"Specimen"} +{"id":"42ac9bb9-676d-5427-9b6e-59638f1f8f90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212467"}],"subject":{"reference":"Patient/9a1d3007-1bfb-55f8-8b0f-a80d7d551d6d"},"resourceType":"Specimen"} +{"id":"88065286-115d-5838-bc92-f85028917b35","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212468"}],"subject":{"reference":"Patient/3c0f9c3b-9973-522b-a56a-6da92b8f83b1"},"resourceType":"Specimen"} +{"id":"87f6180e-2238-567f-ab3a-8f46427a2bb4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212469"}],"subject":{"reference":"Patient/dff8e99a-f993-5fba-9dcc-07fff2b70fe2"},"resourceType":"Specimen"} +{"id":"c39bb07b-1739-500f-a66e-905cca18df36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212471"}],"subject":{"reference":"Patient/afec266a-e831-5587-8d11-1e9c13772714"},"resourceType":"Specimen"} +{"id":"7291342a-7b2a-59ca-a82c-7e466581637d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212472"}],"subject":{"reference":"Patient/a17ca388-729c-5f07-a38a-5be60107986e"},"resourceType":"Specimen"} +{"id":"92cd2a55-5d5b-5da2-b03c-c8ce4af2baf4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212474"}],"subject":{"reference":"Patient/a1c5dff3-84e9-5b8e-b250-6021d5790ba0"},"resourceType":"Specimen"} +{"id":"a4644c7d-7f11-5cab-af73-064400194504","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212475"}],"subject":{"reference":"Patient/f050e049-4d2b-59a8-be51-89d9487d80b8"},"resourceType":"Specimen"} +{"id":"61255347-ff3d-5767-ab03-5b3c38707c9d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212476"}],"subject":{"reference":"Patient/b979e2db-1757-5aca-a799-fbc67d82469f"},"resourceType":"Specimen"} +{"id":"6373c60f-dc24-5818-a7c0-b3bb9ebab405","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212477"}],"subject":{"reference":"Patient/de3c1137-082f-587e-9a5a-fc66481049f2"},"resourceType":"Specimen"} +{"id":"9e36a90c-cec1-5be5-9002-cf2bb5ae7ae0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212478"}],"subject":{"reference":"Patient/293382f5-2660-57f1-a761-cc2a84be023d"},"resourceType":"Specimen"} +{"id":"0f5edc32-17b1-55b4-b366-2dd14cf6baec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212479"}],"subject":{"reference":"Patient/0f9b38f1-8963-528f-a9c3-d1c1dff74278"},"resourceType":"Specimen"} +{"id":"4ef3e384-d6ae-52cb-8347-156e51547b48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212480"}],"subject":{"reference":"Patient/5c5c0d58-ab90-5bc9-ab62-619ec82a7b98"},"resourceType":"Specimen"} +{"id":"2fb9eebb-1dd5-59c1-b2e2-974639869ead","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212481"}],"subject":{"reference":"Patient/a165a30c-83dc-5bbd-a6ed-2b066716df83"},"resourceType":"Specimen"} +{"id":"f76663df-67db-56c9-8aeb-5149912ec106","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212482"}],"subject":{"reference":"Patient/04eb8860-e9f4-5285-be34-98db09e59eca"},"resourceType":"Specimen"} +{"id":"5e226192-e88c-5b44-a135-c9e8d780c309","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212483"}],"subject":{"reference":"Patient/321d3e79-4dd1-5646-9a29-9dd2c026033f"},"resourceType":"Specimen"} +{"id":"284ee9dc-c422-5c66-8420-8bf666938234","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212484"}],"subject":{"reference":"Patient/10e73b0d-2289-506a-a80f-6bbe7a333d9b"},"resourceType":"Specimen"} +{"id":"da05e8c9-3e5e-5b2b-b3f6-e51c90542037","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212485"}],"subject":{"reference":"Patient/02308915-e246-512a-b50d-b18347e49e35"},"resourceType":"Specimen"} +{"id":"0013cebb-8779-53ea-b75b-de0a47089708","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212486"}],"subject":{"reference":"Patient/aba36849-3755-56e2-9a0f-723fb9cc8461"},"resourceType":"Specimen"} +{"id":"ad061485-8ff8-57b2-ba78-c5cbf06b40da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212487"}],"subject":{"reference":"Patient/48e00b2d-95f4-5393-b2dc-ce7aa089fd07"},"resourceType":"Specimen"} +{"id":"dca51ea9-8e21-532b-a387-d1b5b4fb80db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212489"}],"subject":{"reference":"Patient/a5c3b07f-01c4-5cd3-8e8b-3ef725c8efc7"},"resourceType":"Specimen"} +{"id":"5a92f5d7-1b70-5b91-8fb2-7d84c60318f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212491"}],"subject":{"reference":"Patient/99e13d9b-5f10-5a2b-a864-c12848ac1207"},"resourceType":"Specimen"} +{"id":"c2a4732a-f662-52b1-a405-450ff0392885","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212492"}],"subject":{"reference":"Patient/81736536-891c-58df-ade8-fa51c94e9391"},"resourceType":"Specimen"} +{"id":"f5c8a84e-b772-53dc-9163-3c782403dd14","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212493"}],"subject":{"reference":"Patient/3b98d80f-5252-5680-affe-0d5766763e72"},"resourceType":"Specimen"} +{"id":"6633937b-aafb-51c3-b6c3-575cf0b5adab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212494"}],"subject":{"reference":"Patient/2a862093-d7d2-5871-bc22-a17320bae74d"},"resourceType":"Specimen"} +{"id":"7bf4b2c9-6e20-550f-b500-abac3226f06d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212495"}],"subject":{"reference":"Patient/b3c7daa4-9e63-56de-9fca-7c00b08e0773"},"resourceType":"Specimen"} +{"id":"8cf5b208-bb6d-5570-8248-7a26555f311a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212496"}],"subject":{"reference":"Patient/50eec866-3f85-5265-ad3a-f1273cdc4fe6"},"resourceType":"Specimen"} +{"id":"e62b9a36-f18e-5c21-ad6b-6db8235e3d30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212498"}],"subject":{"reference":"Patient/d2b73835-6683-54ab-a5fe-25698ca75bc4"},"resourceType":"Specimen"} +{"id":"030efb73-d595-506b-a68b-472c34c8a106","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212499"}],"subject":{"reference":"Patient/5cd13efe-9a04-5998-898e-9451928ccab1"},"resourceType":"Specimen"} +{"id":"28adba25-0036-57a8-b416-fb8c1c143b28","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212501"}],"subject":{"reference":"Patient/f03b39d3-d727-54dc-885c-72d6618546aa"},"resourceType":"Specimen"} +{"id":"e53a5335-0890-5dd7-8f87-6cd185e40de1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212503"}],"subject":{"reference":"Patient/9726dcab-bba3-5216-8d32-d0f9c1cbd0a3"},"resourceType":"Specimen"} +{"id":"f60bd2bd-1452-5e86-9db6-c614ae6f4339","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212504"}],"subject":{"reference":"Patient/57ddbdc9-7785-59a3-b8e6-c1f8ffdd2ae2"},"resourceType":"Specimen"} +{"id":"5d4ea350-588f-5d12-bc42-bb75698ef5e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212506"}],"subject":{"reference":"Patient/f3a8b34e-b287-5fcb-9279-364fe777f244"},"resourceType":"Specimen"} +{"id":"f66dbca8-4294-59ed-a662-811b911451cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212507"}],"subject":{"reference":"Patient/8ce3d2e6-5b16-5764-b328-01779f2573fd"},"resourceType":"Specimen"} +{"id":"9be445a4-c348-53d1-8484-bc58f9f4d783","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212508"}],"subject":{"reference":"Patient/8ab3ccc9-c533-54d4-98a9-2bedfe1523a5"},"resourceType":"Specimen"} +{"id":"e965c31a-441e-5fe8-8169-facd4a6c5e7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212509"}],"subject":{"reference":"Patient/4bed6897-b31d-597d-ac63-80dbb0994f22"},"resourceType":"Specimen"} +{"id":"6fc39e38-1c7c-5d0d-a56e-523b650f1d1b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212510"}],"subject":{"reference":"Patient/c61f487a-0873-5023-85ad-687dd835d32c"},"resourceType":"Specimen"} +{"id":"11f41381-6d49-5afa-9ad8-7fc4f2f61185","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212511"}],"subject":{"reference":"Patient/c2ca1cab-1f00-5640-9d48-f72be834d96d"},"resourceType":"Specimen"} +{"id":"cae6ea82-52fd-5181-a0e5-7dc91c7896c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212512"}],"subject":{"reference":"Patient/3cfb37bd-9ae5-5ad4-baca-1d0dac26f1ae"},"resourceType":"Specimen"} +{"id":"221f6f56-b168-5916-a7ca-740485de40de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212513"}],"subject":{"reference":"Patient/b2375229-1393-54b7-a255-6cee7494a4df"},"resourceType":"Specimen"} +{"id":"40a4e8b0-fdaf-5ca9-89b9-b48b8499df20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212515"}],"subject":{"reference":"Patient/88419fe7-e0d4-5937-9f67-2e95fae961ae"},"resourceType":"Specimen"} +{"id":"77537b74-a9c5-5981-9572-8ad6bcc21819","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212516"}],"subject":{"reference":"Patient/f3b3cede-a13b-5d22-bf83-7dea19942a10"},"resourceType":"Specimen"} +{"id":"f819d1a4-9eb2-5fd1-a2a8-16fa6feea7bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212518"}],"subject":{"reference":"Patient/9772fff2-e9ed-5e7b-bbc1-321908a1254f"},"resourceType":"Specimen"} +{"id":"d914d8fe-07a5-5853-bd3f-36d726d55936","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212519"}],"subject":{"reference":"Patient/e516dad7-4f99-54b8-a366-80c8addc9942"},"resourceType":"Specimen"} +{"id":"f001cf50-6bcd-5b5b-bca4-fe6c98bc2163","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212520"}],"subject":{"reference":"Patient/f289c702-b2c9-5c6a-aedc-f6b5daf72c38"},"resourceType":"Specimen"} +{"id":"beefe10c-7dd1-58a3-8dbb-11666b685f16","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212521"}],"subject":{"reference":"Patient/c19d6e95-3b60-5d43-904e-3f1a76b74c17"},"resourceType":"Specimen"} +{"id":"62829ef6-97c1-5b59-9d49-0d2eb0ff7b9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212522"}],"subject":{"reference":"Patient/ffed16ff-4187-5f42-bcec-2435d596c167"},"resourceType":"Specimen"} +{"id":"4ec29853-98a5-512e-90bb-9a4769064abb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212524"}],"subject":{"reference":"Patient/5ae3a5c0-ec20-57b8-aba3-0d5b7a06643a"},"resourceType":"Specimen"} +{"id":"29abbdfa-e517-51ff-b30e-740b878803c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212525"}],"subject":{"reference":"Patient/d532e09e-9e32-58e4-9d8b-7de05e20a59d"},"resourceType":"Specimen"} +{"id":"ea81892e-284c-5cd4-8041-bdfce60349c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212527"}],"subject":{"reference":"Patient/af72529a-8e85-5305-b292-7e62bfbf269a"},"resourceType":"Specimen"} +{"id":"0c004e8f-ef7c-5798-9e70-4c960356c7c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212528"}],"subject":{"reference":"Patient/dba587b7-e835-5a0d-a92e-06655434600a"},"resourceType":"Specimen"} +{"id":"5ba638c3-5529-5cb4-9e57-314084e3a9af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212530"}],"subject":{"reference":"Patient/7559b833-8672-59dc-a0e1-14c7760b7586"},"resourceType":"Specimen"} +{"id":"a40fb7b7-297e-51e8-ad33-5f6b8e5158c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS212531"}],"subject":{"reference":"Patient/3a1c00c0-43ab-51f5-b797-af0f33745e85"},"resourceType":"Specimen"} +{"id":"9bbc1319-263f-511b-9239-086da9053eb9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290867"}],"subject":{"reference":"Patient/998f1783-422e-55b5-9972-6a818deba5e6"},"resourceType":"Specimen"} +{"id":"0eb54adb-7b15-5a41-99ed-a31744ea3c95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290868"}],"subject":{"reference":"Patient/e9635bf3-170f-529f-8ae6-52deeb8662ef"},"resourceType":"Specimen"} +{"id":"e57622fc-30ac-5419-9128-b107f70274ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290870"}],"subject":{"reference":"Patient/88bde9f6-7e41-5243-8438-25147b62ddd6"},"resourceType":"Specimen"} +{"id":"38741d4e-189d-5c10-82dc-abca5bfafde4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290871"}],"subject":{"reference":"Patient/4af7878a-b735-552e-aa88-9d14f50e0264"},"resourceType":"Specimen"} +{"id":"779ea7d4-3033-5e99-9045-1ea936465cf5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290873"}],"subject":{"reference":"Patient/0ee9aa53-c9ae-5c55-a7f4-2e08f34a52d0"},"resourceType":"Specimen"} +{"id":"824e27fe-ab10-5819-84f5-20135be543dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290874"}],"subject":{"reference":"Patient/d0c841af-7041-5de6-bbfc-db7ae900c777"},"resourceType":"Specimen"} +{"id":"1cb1a7af-d290-51c9-9824-1449efec0c1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290876"}],"subject":{"reference":"Patient/fbdc183d-2af0-59ef-ab68-289997cb9438"},"resourceType":"Specimen"} +{"id":"281cddb9-d6f4-538f-a00f-df0f4b252b71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290877"}],"subject":{"reference":"Patient/f835722b-5a9f-537e-8c4f-bd0892b23620"},"resourceType":"Specimen"} +{"id":"ceccadb1-90b7-59d8-ad15-33f133c00845","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290879"}],"subject":{"reference":"Patient/156d997d-da78-5d9e-840d-1fd1a6a40bd6"},"resourceType":"Specimen"} +{"id":"9766f6a1-bfa0-57e6-92de-324d294d8929","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290880"}],"subject":{"reference":"Patient/6128245f-9e45-540e-8646-d8dff8c08c3a"},"resourceType":"Specimen"} +{"id":"7a63aae2-b557-5b99-a0a6-d0b9577f28fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290882"}],"subject":{"reference":"Patient/af8fc2b2-6023-5931-9c67-fe8cea8bf7d2"},"resourceType":"Specimen"} +{"id":"c04fe027-826d-5a35-86c6-c7a6e421d9cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290883"}],"subject":{"reference":"Patient/5e3fe5c4-edc2-5f33-b2e7-38e561455caa"},"resourceType":"Specimen"} +{"id":"f449d786-3c2f-523a-a42c-faf0d14a1a0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290885"}],"subject":{"reference":"Patient/221af052-d607-5798-8cd0-b6d6a7ef293f"},"resourceType":"Specimen"} +{"id":"2c84ccc5-5cb7-5f10-b837-ffeffc5e4952","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290886"}],"subject":{"reference":"Patient/dcb6d93f-7a97-5f69-a9ec-7d1a4d7e5aff"},"resourceType":"Specimen"} +{"id":"094f3f1d-6c72-54d5-952e-b7488fa745e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290888"}],"subject":{"reference":"Patient/e2aaf823-672d-59d8-be97-bbb79a118146"},"resourceType":"Specimen"} +{"id":"39fda084-4bf3-5963-b1aa-17dca7d60552","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290889"}],"subject":{"reference":"Patient/de15bb23-13b2-5347-be75-195b4f7a1d5e"},"resourceType":"Specimen"} +{"id":"df44a867-0703-50c6-b9bc-1d92f784d85a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290891"}],"subject":{"reference":"Patient/a951cadd-5766-5933-b552-e2943cf730e9"},"resourceType":"Specimen"} +{"id":"ff983a40-8298-5af4-92cf-094f6eb43cb0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290892"}],"subject":{"reference":"Patient/53988485-3343-5a45-ad2f-5afe10bdf1f4"},"resourceType":"Specimen"} +{"id":"f78bb623-6e5a-556b-8e61-ce3e72a131c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290894"}],"subject":{"reference":"Patient/d0cbf1ab-110b-54bd-80df-b0558393cad4"},"resourceType":"Specimen"} +{"id":"6e845346-1c08-5dae-bbe7-3107b0fa0eb5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290895"}],"subject":{"reference":"Patient/34b7a905-065b-54df-8768-34c9bd89bc74"},"resourceType":"Specimen"} +{"id":"31bdd44f-7baa-5e0a-9ef8-4f914dd082f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290897"}],"subject":{"reference":"Patient/d75fcbec-7a46-5b78-a9ab-4c4d0c72c787"},"resourceType":"Specimen"} +{"id":"d497d16a-5809-5687-b073-4ac6219c7194","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290898"}],"subject":{"reference":"Patient/fc33ab6b-397c-59bb-9716-85debcfaa96e"},"resourceType":"Specimen"} +{"id":"f4017d7b-b487-5839-8fad-45f560ea7347","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290900"}],"subject":{"reference":"Patient/e0eaa6d2-7afd-5b2d-9aaa-1f815d98f26a"},"resourceType":"Specimen"} +{"id":"dc78f0ff-049f-5e10-ba09-ffd475ea2213","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290901"}],"subject":{"reference":"Patient/97d50dfb-0653-5f2a-b6d1-2e2d73128849"},"resourceType":"Specimen"} +{"id":"b536862e-046f-50d0-bbb1-6bdef05384f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290903"}],"subject":{"reference":"Patient/57755e01-c5d2-519d-b266-f0f7307615c6"},"resourceType":"Specimen"} +{"id":"e09779c7-9a83-53da-8e2a-d499b1343f11","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290904"}],"subject":{"reference":"Patient/60abab88-aeeb-5c46-9711-cfd02aa92659"},"resourceType":"Specimen"} +{"id":"22613e29-7961-5c26-8b54-9270df41a34e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290906"}],"subject":{"reference":"Patient/849aad9f-1aa2-507b-990a-20b2602df3af"},"resourceType":"Specimen"} +{"id":"e1ba983b-f6a2-5cc2-8739-b16eb0005a3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290907"}],"subject":{"reference":"Patient/6415aee9-2ed6-5479-b924-008e9770d7b3"},"resourceType":"Specimen"} +{"id":"be3a1479-b688-5bf3-8e93-aaf63db92817","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290909"}],"subject":{"reference":"Patient/35883469-ab0a-54dc-8c7b-0d38d818cb7c"},"resourceType":"Specimen"} +{"id":"8a94ebcf-24a3-5e8d-8680-f8a9cb274648","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290910"}],"subject":{"reference":"Patient/fc37e919-41ce-5516-8340-99bc4272a131"},"resourceType":"Specimen"} +{"id":"fdb03676-e176-5b53-9192-373acc59fc83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290912"}],"subject":{"reference":"Patient/b2c8675e-607c-512c-a6c0-f118984d97be"},"resourceType":"Specimen"} +{"id":"80715af5-851d-53d6-ab04-35a2da64ace0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290913"}],"subject":{"reference":"Patient/2e0ffaf7-77dd-5a34-84a4-92e88ae3b5f4"},"resourceType":"Specimen"} +{"id":"c07d6104-cd73-5897-8d55-aae2b8f7cd57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290915"}],"subject":{"reference":"Patient/6443ab37-7285-54fa-b377-4c64d11fe773"},"resourceType":"Specimen"} +{"id":"d1e0cf85-b30a-5577-bb68-0346ea454630","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290916"}],"subject":{"reference":"Patient/4369ff0b-57c7-5fc4-b1d9-65e2eb62d9c0"},"resourceType":"Specimen"} +{"id":"1a68d2a8-eb56-5f6e-b301-85fb0187f742","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290918"}],"subject":{"reference":"Patient/2c631e92-0e36-58ed-8129-9a1040a9f8f2"},"resourceType":"Specimen"} +{"id":"f50ccaa0-bdac-5c4b-810d-37766d219786","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290919"}],"subject":{"reference":"Patient/ad2af859-1d31-5746-90eb-63e1d8df7edd"},"resourceType":"Specimen"} +{"id":"1c0ae4c8-7767-5383-b8c9-771b8a69af7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290921"}],"subject":{"reference":"Patient/86b18730-ec0c-5aeb-91f8-7b2c8069cb2c"},"resourceType":"Specimen"} +{"id":"08fdf90a-7d9d-5efc-8b8e-03de5387aad8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290922"}],"subject":{"reference":"Patient/200ffa4e-2c6b-5e68-ad1f-51190ed80168"},"resourceType":"Specimen"} +{"id":"5da2f1cf-891a-54fb-a643-a5aaae9c7a49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290924"}],"subject":{"reference":"Patient/a475e6e5-3d6c-5223-a423-09d7ee2f5640"},"resourceType":"Specimen"} +{"id":"a8d270fd-e00f-5983-8149-98bc795d5091","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290925"}],"subject":{"reference":"Patient/d1282308-c4eb-5fde-92c7-451ee2ef3b68"},"resourceType":"Specimen"} +{"id":"c87d7487-a3b3-5585-b79f-b5c05ac01d09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290927"}],"subject":{"reference":"Patient/8c7326bc-c52c-55c3-bd98-e2f557cb2a32"},"resourceType":"Specimen"} +{"id":"8afdfe51-bef8-512f-98cc-a7a9710d7292","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290928"}],"subject":{"reference":"Patient/ff8f8ca4-54d5-598f-812d-067181f12c1f"},"resourceType":"Specimen"} +{"id":"6578ccb1-329e-5e24-a88f-80750c9f7519","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290930"}],"subject":{"reference":"Patient/4b152cf4-3703-5799-a886-29203d0a74ad"},"resourceType":"Specimen"} +{"id":"aa0e0f15-a566-5528-9b40-0d77c6b3ec5e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290931"}],"subject":{"reference":"Patient/a915e48f-2c3c-54a5-a58a-62abdad20193"},"resourceType":"Specimen"} +{"id":"9946a673-4b40-547f-a237-02ed7752e80a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290933"}],"subject":{"reference":"Patient/3ad8afa8-7eab-5f37-ab00-b58a4e5836dd"},"resourceType":"Specimen"} +{"id":"c27ff801-cc2e-57c5-9c42-bb0ee45b53c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290934"}],"subject":{"reference":"Patient/61c19780-8241-5725-8c69-a9b64da0f589"},"resourceType":"Specimen"} +{"id":"59b4ee38-7e51-5e68-b57b-04a216d3dfdd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290936"}],"subject":{"reference":"Patient/80041152-fef6-5ef7-ac32-fedf8f415ac4"},"resourceType":"Specimen"} +{"id":"c165e605-0a74-5430-8606-d839fc0d6bce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290937"}],"subject":{"reference":"Patient/b0fd8af7-a526-54f6-b2ca-f17172eaa66f"},"resourceType":"Specimen"} +{"id":"2e45f8c0-e863-55e4-b3fa-93ee46a961a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290939"}],"subject":{"reference":"Patient/70cfd07b-9881-583c-b44b-a0f7c1733e2e"},"resourceType":"Specimen"} +{"id":"31e655e8-a113-5780-8b33-29c8b1829b19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290940"}],"subject":{"reference":"Patient/dc70400a-db4e-5044-907a-8a57f78f526d"},"resourceType":"Specimen"} +{"id":"dac98242-70a1-5fac-9385-bab8b7ae984c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290942"}],"subject":{"reference":"Patient/4d6aa58c-54da-55b0-a5c8-3410539adffa"},"resourceType":"Specimen"} +{"id":"364b7bf9-c5c4-5ebe-87e4-c2c556db8018","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290943"}],"subject":{"reference":"Patient/d42b2501-cf1c-5878-8631-53f2de787da9"},"resourceType":"Specimen"} +{"id":"b05047cb-a71b-5992-9b36-70f21074f4f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290945"}],"subject":{"reference":"Patient/53d92e99-28ff-5815-acc7-69968a69d7b1"},"resourceType":"Specimen"} +{"id":"b168ae1d-e11a-5cb0-8c92-a8ed60d26bbb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290946"}],"subject":{"reference":"Patient/7548835a-ba4e-59f9-bbd8-c3bbed711e06"},"resourceType":"Specimen"} +{"id":"f402a4a3-51a3-56dc-bc3f-8053c8f7f57a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290948"}],"subject":{"reference":"Patient/028d1004-d56d-55b9-86ab-fd841c423ff1"},"resourceType":"Specimen"} +{"id":"61d11694-6d80-5d46-aa32-057456e28055","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290949"}],"subject":{"reference":"Patient/76c6b964-9fba-55e2-b2ad-e53707e5e059"},"resourceType":"Specimen"} +{"id":"536b5485-e253-5d6b-a17e-681a81a425c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290951"}],"subject":{"reference":"Patient/6827e4e6-353a-5827-aa69-13f1ea0a6509"},"resourceType":"Specimen"} +{"id":"a165a442-9f28-5c44-9439-422cc4be84e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290952"}],"subject":{"reference":"Patient/3739f749-a1f9-5922-9a1c-30cb72b19bd6"},"resourceType":"Specimen"} +{"id":"7e3b0440-902b-5f2d-a290-406876e5b802","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290954"}],"subject":{"reference":"Patient/d9be083d-17ee-5eae-97bf-d8ea0facc36e"},"resourceType":"Specimen"} +{"id":"67827631-ba92-59f5-aec3-9b728ad8ca2c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS290955"}],"subject":{"reference":"Patient/5d672916-e9fa-5a56-9c76-90c43e9b7848"},"resourceType":"Specimen"} +{"id":"1c0a74cf-bb21-5de8-bdf2-b85517854814","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343971"}],"subject":{"reference":"Patient/30ffb06c-439f-55a4-b471-e680d292d374"},"resourceType":"Specimen"} +{"id":"95f60179-13fc-5033-9ddb-7701408d0bc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343972"}],"subject":{"reference":"Patient/3708dc18-1c0b-544c-9a5b-8d4ada367a8e"},"resourceType":"Specimen"} +{"id":"dab7eede-78f8-56a5-9036-a28a3820d1e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343974"}],"subject":{"reference":"Patient/7a7f1bda-432d-56e1-bc02-103c7a4726c9"},"resourceType":"Specimen"} +{"id":"523eb31f-086d-51d8-a14d-1756feb5f1cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343975"}],"subject":{"reference":"Patient/f68fab70-0493-52de-be22-d62cce005ca0"},"resourceType":"Specimen"} +{"id":"aefcd54b-ea2d-5028-9267-fb1af2710741","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343977"}],"subject":{"reference":"Patient/77d3bf3b-1b62-535f-9bf2-e94ccbc77c52"},"resourceType":"Specimen"} +{"id":"fb1981e8-af63-5d19-a84b-1137ecab0428","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343978"}],"subject":{"reference":"Patient/33b77be1-e267-5f4e-8b4c-1f2891a123e8"},"resourceType":"Specimen"} +{"id":"6edce7e0-f429-52c1-b9ab-8aa09a473908","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343980"}],"subject":{"reference":"Patient/96cbda8c-690d-57b3-bf9e-1b4e5eaeb67c"},"resourceType":"Specimen"} +{"id":"d0367dc9-4105-5905-8d08-8ecd2ac6f515","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343981"}],"subject":{"reference":"Patient/114e2778-5390-5491-8a65-7929fc21f4c2"},"resourceType":"Specimen"} +{"id":"9a759a00-c9e3-5fe3-9ce6-08e96d72c003","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343983"}],"subject":{"reference":"Patient/0e694df8-e1b5-5059-9167-466d7912c85c"},"resourceType":"Specimen"} +{"id":"31b79988-8138-5dcd-8cb3-0a9e157f17c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343984"}],"subject":{"reference":"Patient/74eb31fe-d804-502d-ae31-bc3b4dc5f8bb"},"resourceType":"Specimen"} +{"id":"acc0fe43-13c4-5045-9bde-ab03458eef27","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343986"}],"subject":{"reference":"Patient/ccc6880a-242f-5b3c-979a-c8aa7609f7d6"},"resourceType":"Specimen"} +{"id":"1fae39a6-7b4c-522e-bfca-0c35ca316e01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343987"}],"subject":{"reference":"Patient/c72246ed-fcb1-5f14-8aca-af0ba8e5453f"},"resourceType":"Specimen"} +{"id":"fe76d1a1-dd9d-5d1e-b6ab-3041d85adc88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343989"}],"subject":{"reference":"Patient/1ad8fc27-f153-5026-9411-753c5bfeb49b"},"resourceType":"Specimen"} +{"id":"2d101a20-e233-5bbd-bcfe-3584d2dbb403","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343990"}],"subject":{"reference":"Patient/ae6679ba-6dd1-5e70-bfc3-d2018f7d0a88"},"resourceType":"Specimen"} +{"id":"88b107a5-eecc-57db-b39b-db129399a6d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343992"}],"subject":{"reference":"Patient/40f8c935-01fd-5c76-9713-f1540447ebe6"},"resourceType":"Specimen"} +{"id":"87d5b7c9-e82c-55b8-8e8f-59df7cbcc8d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343993"}],"subject":{"reference":"Patient/4657f021-36e7-55e5-92c0-564c35cdff90"},"resourceType":"Specimen"} +{"id":"1bd0ce04-3e32-54f6-9b8b-7b320fa09719","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343995"}],"subject":{"reference":"Patient/8325b248-6e8f-505e-8133-6a4b384fd9fd"},"resourceType":"Specimen"} +{"id":"383ddd6d-d402-54bf-abe3-89987e6e0648","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343996"}],"subject":{"reference":"Patient/7d2b7907-fb3f-557b-8878-8131109110fa"},"resourceType":"Specimen"} +{"id":"ca990d0a-af72-5b45-b876-fcc06ca714c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343998"}],"subject":{"reference":"Patient/63c5b691-dace-57bf-9106-d2ce74378176"},"resourceType":"Specimen"} +{"id":"5142d227-4568-5593-bdf5-09f467371caf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS343999"}],"subject":{"reference":"Patient/31aa1da5-c3f8-500b-8bdb-56f0d94ebb29"},"resourceType":"Specimen"} +{"id":"31d56367-7903-5ea4-ab6b-595264d5220e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344001"}],"subject":{"reference":"Patient/d90ca0b9-f7d7-5a63-8352-0effb6d308fa"},"resourceType":"Specimen"} +{"id":"1687e92f-6b2a-5de0-8117-6dfdb5caff9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344002"}],"subject":{"reference":"Patient/099f5c00-54b1-55df-a0d3-92162d0d79ac"},"resourceType":"Specimen"} +{"id":"4faa7794-8701-5c9a-a910-9ff804632592","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344004"}],"subject":{"reference":"Patient/f38d8668-c4c9-53f7-bb9c-988d05d2ba64"},"resourceType":"Specimen"} +{"id":"33fa3bc5-4bda-5f14-a005-2a39da0673f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344005"}],"subject":{"reference":"Patient/c6c5cf39-574b-55f5-aea0-279240a86e63"},"resourceType":"Specimen"} +{"id":"f66d3c64-064d-5f31-a010-63397bb240c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344007"}],"subject":{"reference":"Patient/0222631d-4820-5a05-ab39-6b12bbaa2c86"},"resourceType":"Specimen"} +{"id":"3f397496-a365-5f95-8550-1d4c618ad53d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344008"}],"subject":{"reference":"Patient/3cb42838-56cf-5d58-8190-f05fec23fe7a"},"resourceType":"Specimen"} +{"id":"6dc34eba-7209-5920-b4d6-cfebd61ebb6e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344010"}],"subject":{"reference":"Patient/15bc81ec-8165-513d-91d6-6e0855061dc4"},"resourceType":"Specimen"} +{"id":"06bb128f-153e-554b-b804-d09b5618c9da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344011"}],"subject":{"reference":"Patient/ba888bfe-b598-550e-9293-bf53dc54e2e9"},"resourceType":"Specimen"} +{"id":"bd5f01e8-ee0d-5bcc-9f01-b644c375cf84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344013"}],"subject":{"reference":"Patient/d964ca3e-c77d-5a94-b730-aa5cc6f8f367"},"resourceType":"Specimen"} +{"id":"923df715-a779-5b06-aa07-e05257ac039a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344014"}],"subject":{"reference":"Patient/8126c38c-8012-5706-9ce9-ce0d49218be8"},"resourceType":"Specimen"} +{"id":"a10830fd-6788-5671-a0fd-e65cbacd94ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344016"}],"subject":{"reference":"Patient/b8ba4f51-b140-5887-a1a0-c635e3626159"},"resourceType":"Specimen"} +{"id":"6c5cf32e-9689-5365-a009-51e7ab503c45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344017"}],"subject":{"reference":"Patient/a05e8de5-280c-5423-91f2-5b8e0c35516f"},"resourceType":"Specimen"} +{"id":"d863441b-9cf2-5ed5-a2c0-72c91261f86e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344019"}],"subject":{"reference":"Patient/d8f3df0b-d91d-51d5-b9ad-132ade7e46c3"},"resourceType":"Specimen"} +{"id":"c42854a8-3d81-5052-9c9c-b6ef0dcd308e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344020"}],"subject":{"reference":"Patient/d50385b0-769b-59e7-80e8-5d6aa3da2d6f"},"resourceType":"Specimen"} +{"id":"1d9c7fda-4a92-5610-9d46-ab466ad211a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344022"}],"subject":{"reference":"Patient/05cfac7c-0e97-59c7-86dc-eb82b9b7c694"},"resourceType":"Specimen"} +{"id":"6c87c9a2-b504-5f93-8430-097cf0b996d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344023"}],"subject":{"reference":"Patient/3d67cbe8-39cb-5014-b4ef-2af4f0a642a2"},"resourceType":"Specimen"} +{"id":"52988c8f-4ed4-5b2b-864a-9436fc905396","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344025"}],"subject":{"reference":"Patient/f8a4fdfc-00b8-5e32-89a1-8fea1bcd9035"},"resourceType":"Specimen"} +{"id":"c61dab90-ec6b-51d1-b93e-fc830604408a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344026"}],"subject":{"reference":"Patient/ec1cccd5-6aa3-5d12-8ca9-4a3bd7686601"},"resourceType":"Specimen"} +{"id":"de546625-0646-5ba0-a83c-63a13aa4a471","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344028"}],"subject":{"reference":"Patient/20f00f00-ba05-5580-afa8-64a6777175dd"},"resourceType":"Specimen"} +{"id":"05f1d3aa-61b4-5c49-8a2a-30b0cdbada9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344029"}],"subject":{"reference":"Patient/7d8cc07c-be51-5d31-8639-1a733ede8d93"},"resourceType":"Specimen"} +{"id":"9f02ac91-1546-5444-a969-a0ee87351f57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344031"}],"subject":{"reference":"Patient/615b2630-a9bd-5e68-a2a6-52b5948bf038"},"resourceType":"Specimen"} +{"id":"0d498a77-5725-5c8f-9f50-65c9376cd6d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344032"}],"subject":{"reference":"Patient/b45393df-8d82-5726-88a0-159601d6974a"},"resourceType":"Specimen"} +{"id":"39e0a135-1b5e-5cb1-a749-762d259971cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344034"}],"subject":{"reference":"Patient/89ba8939-fc98-5e38-b805-87bc3585d6c8"},"resourceType":"Specimen"} +{"id":"0a7cd832-08fa-5fea-bb17-b65a0c9cc36d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344035"}],"subject":{"reference":"Patient/65bdc8f9-51ba-52c0-ad47-27019e4d606c"},"resourceType":"Specimen"} +{"id":"44eb417d-6209-513d-a65e-fe5cc04666fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344037"}],"subject":{"reference":"Patient/9f1774f7-f9f4-5e0f-8c39-81cdb23d2a96"},"resourceType":"Specimen"} +{"id":"77b209ff-9b4f-5507-9ccb-a5c28c18f450","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344038"}],"subject":{"reference":"Patient/d5e0a4d5-dd44-50b6-919d-06941b70a042"},"resourceType":"Specimen"} +{"id":"0575d58e-656f-59f9-a6de-a6b6cde9ebeb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344040"}],"subject":{"reference":"Patient/21abe56f-4e47-53b6-9f20-d600f41cce69"},"resourceType":"Specimen"} +{"id":"6af1ba8f-da42-5ae1-bca0-15d2a99f79d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344041"}],"subject":{"reference":"Patient/c22ac872-de67-5ee7-8561-4caf4e277bbc"},"resourceType":"Specimen"} +{"id":"bbe88e59-4cd3-5c2a-8381-a551ed449caa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344043"}],"subject":{"reference":"Patient/ee86669a-444a-5236-b946-38ec0721effb"},"resourceType":"Specimen"} +{"id":"15669e57-d095-5c15-b501-674ecba2bd0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344044"}],"subject":{"reference":"Patient/1e4b8d40-ec03-5e37-8724-54dbeb1e96df"},"resourceType":"Specimen"} +{"id":"5e07b4b2-6eb1-5bd8-ac9c-110532a95c46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344046"}],"subject":{"reference":"Patient/9318206c-38d1-58b0-bfe8-733fbe4ba095"},"resourceType":"Specimen"} +{"id":"2ce1cc27-0741-56d9-b583-996008eba9a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344047"}],"subject":{"reference":"Patient/7945ced2-3485-5f5d-943a-7a44d4cb1419"},"resourceType":"Specimen"} +{"id":"247cb351-3e08-559b-bd11-9f6a983eaa0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344048"}],"subject":{"reference":"Patient/d699fa10-a4b2-5786-886f-ff8a82af3233"},"resourceType":"Specimen"} +{"id":"b4744487-de1b-54ee-81f9-59a35dc5ded7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344049"}],"subject":{"reference":"Patient/8c8e3746-80e3-5bfa-9be8-3de7a847a80d"},"resourceType":"Specimen"} +{"id":"d5d909a9-d38b-5a51-8b84-a2d736378a77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344050"}],"subject":{"reference":"Patient/4ad56e57-439c-5fc3-97e4-b64dc6649498"},"resourceType":"Specimen"} +{"id":"784afdd1-95b0-5baa-aa9e-56ea4fabd001","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344051"}],"subject":{"reference":"Patient/6c66f9f1-9c31-5433-8942-1c45606df206"},"resourceType":"Specimen"} +{"id":"0bcffd6f-e1fe-5ce6-8557-41873fd64ac9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344052"}],"subject":{"reference":"Patient/ba598fed-5398-5273-b2a2-96e34823acb4"},"resourceType":"Specimen"} +{"id":"bd282e57-83d9-5a38-946b-6fa3d03dd80e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344053"}],"subject":{"reference":"Patient/a848c678-24ff-5fac-b67a-d2a43c6a6825"},"resourceType":"Specimen"} +{"id":"34975ee6-07ce-5447-9666-6c9ce7de30ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344055"}],"subject":{"reference":"Patient/f09e503a-2bf0-59fa-9ce3-57b74bfaf454"},"resourceType":"Specimen"} +{"id":"2fc2c437-4c34-5f9e-8b5e-3abc906bdbf6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344056"}],"subject":{"reference":"Patient/ce050c22-f536-5747-9c26-7a00d8b16083"},"resourceType":"Specimen"} +{"id":"a77c05bc-4c64-5847-a19e-c35f94fcb03b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344057"}],"subject":{"reference":"Patient/d126c2cb-cfbb-57a6-aaf1-ca1ae0c41c83"},"resourceType":"Specimen"} +{"id":"a76e6f0d-550a-594b-b636-d336de974c5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344059"}],"subject":{"reference":"Patient/6f5a0199-a378-590e-9c8d-2ef80c9b9d53"},"resourceType":"Specimen"} +{"id":"21e082ed-3bd2-58fa-afe9-e97c6ee280a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344060"}],"subject":{"reference":"Patient/f13b3d85-8bb6-57db-96a1-e093a40c9967"},"resourceType":"Specimen"} +{"id":"51994832-b367-55ba-b55c-23d852f82fd1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344061"}],"subject":{"reference":"Patient/57c6db3a-8f3d-5f1d-af5a-f09f20799305"},"resourceType":"Specimen"} +{"id":"e0eeb374-7a74-5f66-aaf4-2dfb397e988c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344062"}],"subject":{"reference":"Patient/cc7df0d8-577e-5766-b092-3c0ae1526166"},"resourceType":"Specimen"} +{"id":"ec078f86-8667-5c4f-8f04-41da5f35eb5b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344063"}],"subject":{"reference":"Patient/d7d05da2-cf3b-5d21-9708-6fa0d8814393"},"resourceType":"Specimen"} +{"id":"df0b03ae-48db-5bdc-895e-c22511379121","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344065"}],"subject":{"reference":"Patient/9048fad0-d564-5ef8-a164-18b5b2da5b5c"},"resourceType":"Specimen"} +{"id":"f382e20b-d7ed-5dde-a6cd-e8359c8c124f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344066"}],"subject":{"reference":"Patient/b8872c3c-cf5b-5763-a094-bb5946b66566"},"resourceType":"Specimen"} +{"id":"ac2e4f72-586d-5dcb-8c08-7dacc28e5b3d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344068"}],"subject":{"reference":"Patient/70dd9a62-b104-57cc-8a2b-93cdaae35d21"},"resourceType":"Specimen"} +{"id":"d39724fc-7d2a-5dea-8038-a91e5760d5b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344069"}],"subject":{"reference":"Patient/376a3427-8655-5601-ab93-e7bc94b46aff"},"resourceType":"Specimen"} +{"id":"030b0a16-ffaa-5433-a7ff-7bb2b03b2a1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344071"}],"subject":{"reference":"Patient/ee7d6d9f-0a42-5526-8bd7-566c86087dd8"},"resourceType":"Specimen"} +{"id":"675186c1-eef5-5009-803a-3cb5cd38d992","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344072"}],"subject":{"reference":"Patient/66a59c82-f7a8-5186-83a2-fd445eb7114c"},"resourceType":"Specimen"} +{"id":"6cd8a167-0330-50d3-a825-e1aa3bf5d3e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344074"}],"subject":{"reference":"Patient/3e33d1e7-feda-59dc-9c8a-0801c5d70ad9"},"resourceType":"Specimen"} +{"id":"19be7dcb-d976-55f4-a175-854a8f79dc20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344075"}],"subject":{"reference":"Patient/9b615f9f-66c3-51cd-b9df-9610256ad076"},"resourceType":"Specimen"} +{"id":"ec679864-0077-5a4e-ba4d-67ae93a0b951","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344077"}],"subject":{"reference":"Patient/bdea0fb9-1819-5ac0-a353-24e3a6e09564"},"resourceType":"Specimen"} +{"id":"8c3b465f-318a-5540-a911-ed5fc7198ece","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344078"}],"subject":{"reference":"Patient/c6920e8c-347d-5436-bbff-f4f290552b86"},"resourceType":"Specimen"} +{"id":"3258548b-2ab4-55ef-901b-92473dbda1a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344080"}],"subject":{"reference":"Patient/12d86b32-caa5-5532-832c-5839dec34a17"},"resourceType":"Specimen"} +{"id":"b800cb7f-28be-5e20-8f47-984c3834dd69","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344081"}],"subject":{"reference":"Patient/7dfda33b-0e96-501e-942f-6536ecb94a4e"},"resourceType":"Specimen"} +{"id":"6458ecbb-9e94-50e4-8e1d-93971088ea8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344083"}],"subject":{"reference":"Patient/92943a8a-df57-5994-99a1-674d61c7911a"},"resourceType":"Specimen"} +{"id":"f0b6cb0a-d8c1-59d1-9066-5604a21f8397","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344084"}],"subject":{"reference":"Patient/ce1d61b3-b259-524e-a1d3-c1068cd3abe1"},"resourceType":"Specimen"} +{"id":"48afda44-8a16-555b-bcdd-48c027dea7f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344086"}],"subject":{"reference":"Patient/cb78fe3e-0c67-5b59-9c8e-d073613f8dc3"},"resourceType":"Specimen"} +{"id":"2a7cbbfd-a72a-5457-9b68-ff676f6e38cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344087"}],"subject":{"reference":"Patient/29cca322-b867-5330-b44f-ca0c229aa10e"},"resourceType":"Specimen"} +{"id":"544ff30b-05df-5af7-a478-a72439cb254e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344089"}],"subject":{"reference":"Patient/9dc6b89f-b45c-5667-9304-59007fc09d00"},"resourceType":"Specimen"} +{"id":"359c6a7d-8084-5af7-943c-528a931ca8fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344090"}],"subject":{"reference":"Patient/03d9cf24-6c06-5689-b9a3-bf3df7568a0f"},"resourceType":"Specimen"} +{"id":"8180e4d5-6710-5194-be8a-2adc8d5e34a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344092"}],"subject":{"reference":"Patient/6fc277a3-afb3-58f3-a61c-c1e059a7774f"},"resourceType":"Specimen"} +{"id":"63060b62-6777-50d0-ab9f-e70988f82f1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344093"}],"subject":{"reference":"Patient/5dd4fe4d-d874-5ab6-a45c-96846a418b56"},"resourceType":"Specimen"} +{"id":"7d9da9c0-6f70-5c31-9e3b-1fc3b91c580f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344095"}],"subject":{"reference":"Patient/5fc09dcd-8325-5589-ad10-0fbb94f775f9"},"resourceType":"Specimen"} +{"id":"2bb71b48-6570-51a1-908c-5cea85983e20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344096"}],"subject":{"reference":"Patient/e9dfaeb8-b00a-5861-bfa9-ad3023098690"},"resourceType":"Specimen"} +{"id":"9b446cd1-f97f-524a-a85d-d6fbe62b6bf5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344098"}],"subject":{"reference":"Patient/5f848c84-accf-528c-aea3-ce445e810d80"},"resourceType":"Specimen"} +{"id":"89920fea-9d83-5a8b-8a0a-3173eaf25ccf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344099"}],"subject":{"reference":"Patient/e5c181aa-14ae-579e-a7cf-86de45992772"},"resourceType":"Specimen"} +{"id":"8ccca59f-ee76-58bf-9b07-aa1c89e386ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344101"}],"subject":{"reference":"Patient/1555d7d2-0587-5849-af42-c4aebe19f2b9"},"resourceType":"Specimen"} +{"id":"c079fa6a-aa51-5113-a0d7-a28a7a6c8c76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344102"}],"subject":{"reference":"Patient/7a3c4c7f-881e-51eb-9a51-afe2a965be1a"},"resourceType":"Specimen"} +{"id":"9b0fd03a-8dc7-5499-b7c5-65578a76bae1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344104"}],"subject":{"reference":"Patient/eb28e756-d196-5b74-8cd1-fcbce8a916e5"},"resourceType":"Specimen"} +{"id":"bd6e2a99-43e5-559a-8848-5ca738454e89","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344105"}],"subject":{"reference":"Patient/bfa6e192-b6c4-521c-a9b9-6bb9235bbefc"},"resourceType":"Specimen"} +{"id":"cc4dc5d9-ab1b-5c7d-9233-51f4d7bb39de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344107"}],"subject":{"reference":"Patient/75bf786e-9eaa-54f4-9467-018c02a520b3"},"resourceType":"Specimen"} +{"id":"3469a475-49f5-5413-a187-d1d0fb9b2803","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344108"}],"subject":{"reference":"Patient/f3be1666-8519-5111-9be2-073536f50c90"},"resourceType":"Specimen"} +{"id":"89e0e9a6-bdba-50e5-bebd-223d583c6e91","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344110"}],"subject":{"reference":"Patient/ee40b62c-b9c7-5d58-9c7b-5fe09e45fc92"},"resourceType":"Specimen"} +{"id":"955fc8be-624e-52d1-bfd2-02222f65e35e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344111"}],"subject":{"reference":"Patient/2ef31bec-d3c6-5a1e-a728-6ae3fd8865e5"},"resourceType":"Specimen"} +{"id":"a68c69c6-9174-5ef2-86aa-49d3926b1d1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344113"}],"subject":{"reference":"Patient/b6774849-e06a-5c77-9d97-857f2e4571f5"},"resourceType":"Specimen"} +{"id":"97c548c9-adba-5751-ba6e-c4653844a3bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344114"}],"subject":{"reference":"Patient/077d8db8-900d-54aa-a8f9-236f5a5c7468"},"resourceType":"Specimen"} +{"id":"583d66fb-7619-57c2-8896-fd859f99f9c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344116"}],"subject":{"reference":"Patient/cb05bf5c-92ca-5182-b512-677bb5e28e70"},"resourceType":"Specimen"} +{"id":"f3699434-280a-55f2-b67c-7eef65c80deb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344117"}],"subject":{"reference":"Patient/dae02839-2782-553f-8938-9b813c9d4ba1"},"resourceType":"Specimen"} +{"id":"c3db7b1c-8e81-5fe6-8624-bae568451d68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344119"}],"subject":{"reference":"Patient/4a747896-5670-52a4-a3a1-2fb0209d623d"},"resourceType":"Specimen"} +{"id":"457ce432-1144-5b2e-9c53-318e73a12ad8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344120"}],"subject":{"reference":"Patient/4032b50c-f6cb-5eaa-9e4b-8266cc19ae35"},"resourceType":"Specimen"} +{"id":"4a6447a1-cf81-5eed-99d2-ac2cffa63b32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344122"}],"subject":{"reference":"Patient/c470abf9-abad-5d47-8dd5-06b25d51fd13"},"resourceType":"Specimen"} +{"id":"f182dc65-ca5f-57c4-9501-b85064f4838f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS344123"}],"subject":{"reference":"Patient/9f935bb5-4116-5471-a716-64451b42fd1d"},"resourceType":"Specimen"} +{"id":"784c77c0-8128-5658-b3a1-fd568c86e2a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350638"}],"subject":{"reference":"Patient/5597d8b9-2d1d-5ff2-bf32-9eb695960c97"},"resourceType":"Specimen"} +{"id":"8093e279-f7c1-5972-ae8a-0557328caeb8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350639"}],"subject":{"reference":"Patient/490d91ca-e850-50d0-80fc-9a33fd4854ab"},"resourceType":"Specimen"} +{"id":"31f18b73-a288-5914-b3b4-b4247b8da6d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350641"}],"subject":{"reference":"Patient/fe929a2a-3734-53d1-ab05-fd21833872d6"},"resourceType":"Specimen"} +{"id":"f0401439-7e4a-5437-a15a-8b2b9c96cff9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350642"}],"subject":{"reference":"Patient/90e8ffb4-7f6a-5a61-86d2-28c9e4853ee6"},"resourceType":"Specimen"} +{"id":"52fb2034-3b00-5073-ba2c-bd193edb70d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350644"}],"subject":{"reference":"Patient/75254b28-c33e-54c4-85ec-9fe337683128"},"resourceType":"Specimen"} +{"id":"2a5639ee-9470-5862-b155-fea74a8fe227","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350645"}],"subject":{"reference":"Patient/17786068-e9b5-58bd-bc7a-d0370c9301f8"},"resourceType":"Specimen"} +{"id":"8d6b4027-e776-563f-aab3-6b08a2b8c05e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350647"}],"subject":{"reference":"Patient/c0b0665f-6ad0-5fe0-9421-d1ce8121c125"},"resourceType":"Specimen"} +{"id":"91b80c20-bf4d-5051-90c9-d75aadbb07b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350648"}],"subject":{"reference":"Patient/622a911f-02f6-52c3-a376-e021927e21ef"},"resourceType":"Specimen"} +{"id":"f8288201-0ec1-57fb-b842-fc4d55ed17ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350650"}],"subject":{"reference":"Patient/9c1185d5-68d4-5805-bd72-cf09875808a8"},"resourceType":"Specimen"} +{"id":"6424bbed-05b0-5e51-b8b6-311704c3a74d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350651"}],"subject":{"reference":"Patient/d347c7fe-367c-5f46-b3c5-79f73bdab7f7"},"resourceType":"Specimen"} +{"id":"8c7f5bb3-fe04-5c13-8d93-7f53a1dcb096","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350653"}],"subject":{"reference":"Patient/ca02d565-e43c-54a2-9f08-e3ae3b9cad0c"},"resourceType":"Specimen"} +{"id":"1c130f47-3375-5001-a2ff-0b7c0a0d8bab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350654"}],"subject":{"reference":"Patient/20e939a1-43d1-55e8-967f-530504ac8c1a"},"resourceType":"Specimen"} +{"id":"56f90110-37b0-5a94-9e1b-5b015c0dd57c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350658"}],"subject":{"reference":"Patient/2e00dc54-cd08-5744-856a-005ef589af93"},"resourceType":"Specimen"} +{"id":"25ad2eab-9804-5b96-9147-b56fc64dcbab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350659"}],"subject":{"reference":"Patient/1220371c-b8fc-5918-aa05-8b34e5f0c3ed"},"resourceType":"Specimen"} +{"id":"f3abd587-125c-530a-af1f-7ad405394481","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350662"}],"subject":{"reference":"Patient/20cff60e-5262-5047-8676-56a17196f56b"},"resourceType":"Specimen"} +{"id":"78de71b8-aec0-5dc7-8876-90a32af7d936","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350663"}],"subject":{"reference":"Patient/ce7aaf2a-16ac-53a5-b5d2-b2d3941223d4"},"resourceType":"Specimen"} +{"id":"b37ca2f7-b0ea-5f52-a070-4de7b22fe992","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350664"}],"subject":{"reference":"Patient/b45a5578-c5f3-5a3b-87fe-447ec9901064"},"resourceType":"Specimen"} +{"id":"761de66c-9c22-5f27-8dba-281868efbe83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350665"}],"subject":{"reference":"Patient/69a28211-7e3f-5615-b7c5-275d3eab6ef2"},"resourceType":"Specimen"} +{"id":"a62acc84-f446-53a2-bf7b-7d0c912ee0f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350666"}],"subject":{"reference":"Patient/51521320-6c28-5030-92cb-c6910b86abf1"},"resourceType":"Specimen"} +{"id":"223666db-5db9-550d-b62b-5fe10b5cdd7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350667"}],"subject":{"reference":"Patient/55a51f4e-e82c-5f91-911f-66fd230c5b99"},"resourceType":"Specimen"} +{"id":"5ab92493-2347-557e-acca-750af2fa865b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350668"}],"subject":{"reference":"Patient/f87860f3-86a7-51c9-a0c4-9e9db24f83e3"},"resourceType":"Specimen"} +{"id":"b74d3c3b-3e0d-54f5-bec3-363d604f9734","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350669"}],"subject":{"reference":"Patient/b0a731ec-19a2-5731-bde2-7b10f34ac78e"},"resourceType":"Specimen"} +{"id":"5b6a2ab8-4ca1-531c-9d99-b34746c113bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350670"}],"subject":{"reference":"Patient/148bc012-e35b-5393-8298-329574f0272d"},"resourceType":"Specimen"} +{"id":"4d863745-2b97-53d3-bedd-c0c6dade5f30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350671"}],"subject":{"reference":"Patient/ad17dab9-4581-57a1-83db-f2bee96403e4"},"resourceType":"Specimen"} +{"id":"e977550b-a4a1-5538-b48c-71cdb12637f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350673"}],"subject":{"reference":"Patient/8ef2eb94-3c83-556a-9736-728e051381c1"},"resourceType":"Specimen"} +{"id":"88fae50e-1c5c-5a0c-86e2-d3b6c997da07","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350674"}],"subject":{"reference":"Patient/94dd2d7c-a711-527e-b504-57ffe515195b"},"resourceType":"Specimen"} +{"id":"29fcd21a-50df-58dc-b902-89eb733d02d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350675"}],"subject":{"reference":"Patient/18f0af6f-ba8b-5fb4-91fa-82118a30ee12"},"resourceType":"Specimen"} +{"id":"4c34aeb7-b152-52a5-9223-5f4f9a95e586","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350676"}],"subject":{"reference":"Patient/9d96efaa-3e32-5b1d-bf79-4c6a732817a2"},"resourceType":"Specimen"} +{"id":"5d978a21-2f04-571f-a78a-fbf4fe7f5d17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350677"}],"subject":{"reference":"Patient/17c4cbf1-2175-52c3-b690-7863ec3277ee"},"resourceType":"Specimen"} +{"id":"0a8ae5d6-668f-50b3-9824-2542b97a7cb6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350678"}],"subject":{"reference":"Patient/d8eeb6b6-b060-5f8f-9d00-29f8da11667c"},"resourceType":"Specimen"} +{"id":"4618dbf7-32c0-5274-aece-b73d3cfaff29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350679"}],"subject":{"reference":"Patient/f3cd9864-c45d-57f0-94ab-c50439c63124"},"resourceType":"Specimen"} +{"id":"b9b58740-e6a9-5cd5-ae1b-805ee1c4cc98","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350680"}],"subject":{"reference":"Patient/5d06b12b-7586-5759-a3e6-954c68d9c249"},"resourceType":"Specimen"} +{"id":"12a34819-cd41-543c-9fdd-e19a95f53950","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350681"}],"subject":{"reference":"Patient/5dd5cbf4-05d3-5af1-8aa7-714b42456a10"},"resourceType":"Specimen"} +{"id":"3b3eada9-f812-50dd-bc84-92f25b942437","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350682"}],"subject":{"reference":"Patient/09a49fa5-a591-557c-adbf-9840f136423e"},"resourceType":"Specimen"} +{"id":"782df3ee-d00c-521a-bb39-bb7f07defff7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350683"}],"subject":{"reference":"Patient/15300a84-998d-5d28-8719-58b4e1067275"},"resourceType":"Specimen"} +{"id":"c7194459-0e56-5acd-9739-992670649acd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350684"}],"subject":{"reference":"Patient/36ae3c80-33fe-5c8e-ad28-475030e3f41f"},"resourceType":"Specimen"} +{"id":"7919843d-5c14-5d60-b2e5-4feadc77b4a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350686"}],"subject":{"reference":"Patient/72f7f612-60cf-5edb-8b1f-e044ef144e44"},"resourceType":"Specimen"} +{"id":"ef68df78-1057-5483-a325-0cb1f8eb7b6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350687"}],"subject":{"reference":"Patient/736cb48c-d015-527d-afe9-cbf8ec5b166e"},"resourceType":"Specimen"} +{"id":"4f34e179-3cc2-5b9a-bdf7-3eb8c329f5d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350688"}],"subject":{"reference":"Patient/527433f9-d646-5537-8e07-bd2621a26daa"},"resourceType":"Specimen"} +{"id":"939eb92f-f944-505b-97c9-45b34e54133d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350690"}],"subject":{"reference":"Patient/8279110d-e95d-59a1-88a2-b70184b2eb96"},"resourceType":"Specimen"} +{"id":"42bbff23-763e-569b-ae76-b1f4ea00abf5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350692"}],"subject":{"reference":"Patient/2c7faca9-e286-5830-9fe3-212a5b1e499f"},"resourceType":"Specimen"} +{"id":"4baca3d7-3fcc-5679-b495-f3137cfce1e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350693"}],"subject":{"reference":"Patient/659f9f98-e88d-546d-b60c-3fe24613b24d"},"resourceType":"Specimen"} +{"id":"c4f01307-e62a-5592-90bf-6507e3ed8c82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350695"}],"subject":{"reference":"Patient/69f784c1-fb30-5aff-9022-0772b19f8fa5"},"resourceType":"Specimen"} +{"id":"913b54f0-5876-5656-bb8b-c373250a9ee0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350697"}],"subject":{"reference":"Patient/df7b2c3d-cf6b-5e65-a818-697ed7e2fef1"},"resourceType":"Specimen"} +{"id":"f75bf339-b47f-57d1-8798-41759d6e8c9d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350699"}],"subject":{"reference":"Patient/357abb86-ff5d-5e0c-a099-1b4cc2bef958"},"resourceType":"Specimen"} +{"id":"ada7eab9-956f-5a31-b958-1842b47f3182","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350701"}],"subject":{"reference":"Patient/22907cd5-71c7-541a-a690-c6307083b58b"},"resourceType":"Specimen"} +{"id":"6b23ec94-4057-53b1-9ba4-52ae4befced1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350702"}],"subject":{"reference":"Patient/8c5a2841-d458-5b87-9b6b-62f3418b8b11"},"resourceType":"Specimen"} +{"id":"5e395d4f-30d0-5866-b882-9c70d955145d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350704"}],"subject":{"reference":"Patient/d9bd521d-92be-5be1-9a4b-f8168e0dc5df"},"resourceType":"Specimen"} +{"id":"92c5cbc0-c404-5373-805e-494ebd44c50f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350705"}],"subject":{"reference":"Patient/3a5db2ca-e7a0-5f43-8b49-e1b654152910"},"resourceType":"Specimen"} +{"id":"e2819817-b2c1-5c0d-a801-9a3e2c38370b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350706"}],"subject":{"reference":"Patient/4e4dce4f-6ea3-508a-9f67-6fa5f7eafbf8"},"resourceType":"Specimen"} +{"id":"3d954a56-6bbd-5e4d-b02d-db51f89c78ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350707"}],"subject":{"reference":"Patient/fdfaf8d9-20b4-5b29-88ba-a64ea7be4b18"},"resourceType":"Specimen"} +{"id":"9b93198c-087d-5e49-9cb3-7524529350cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350708"}],"subject":{"reference":"Patient/5bad4f79-02e7-5375-b62f-007b5bb48c72"},"resourceType":"Specimen"} +{"id":"846bfa10-b430-519a-97b6-fac3c9a99574","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350710"}],"subject":{"reference":"Patient/ba804f11-a0bf-567c-bdb9-8527cde071b3"},"resourceType":"Specimen"} +{"id":"aaad78a2-7581-5721-a3f8-21e3fba6d67b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350712"}],"subject":{"reference":"Patient/c552fcff-faac-5e4a-ae7b-3551a303adc1"},"resourceType":"Specimen"} +{"id":"5108dbd8-384e-54dd-b1c6-232f0b9b2d1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350713"}],"subject":{"reference":"Patient/44fdaa5b-e4c9-5bda-8a3a-42b482ada30a"},"resourceType":"Specimen"} +{"id":"f8d3b185-684e-5fee-ab0c-a0589e7f6a34","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350715"}],"subject":{"reference":"Patient/a79b5ff0-357b-5d5a-905d-41566b85361b"},"resourceType":"Specimen"} +{"id":"aa77caa4-2d71-5e05-965a-ba98e457655a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350717"}],"subject":{"reference":"Patient/b1a6c295-2708-5d56-bbee-3263bc0b7fbb"},"resourceType":"Specimen"} +{"id":"3669cc39-d582-582e-8f46-47fa74219dc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350718"}],"subject":{"reference":"Patient/bcbc5f84-18f8-5b0b-ab1a-8aba1ae2cc09"},"resourceType":"Specimen"} +{"id":"4ec34cca-2c10-58f8-9b2f-9044450bf8b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350719"}],"subject":{"reference":"Patient/592ecfb5-8a7d-582b-956d-ee5fe80305b2"},"resourceType":"Specimen"} +{"id":"73043659-ab77-5e49-9aaa-518a5a1d6e30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350721"}],"subject":{"reference":"Patient/3d265f28-8acc-5b07-a8b8-2ef7eca7f56e"},"resourceType":"Specimen"} +{"id":"896cfd1d-00a9-55d3-8839-b1288f10928d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350722"}],"subject":{"reference":"Patient/c316e14a-dac8-5d86-ae8f-41ba1633a5b2"},"resourceType":"Specimen"} +{"id":"e2a10347-e77d-5698-a6fc-3def0775b8dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350724"}],"subject":{"reference":"Patient/b01bd9a1-3cc2-5f08-9cbe-c3858df19a19"},"resourceType":"Specimen"} +{"id":"72319fc8-916f-50d4-ab23-046f0e7db874","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350727"}],"subject":{"reference":"Patient/20a389ce-4221-54c4-8953-f8b3459ad916"},"resourceType":"Specimen"} +{"id":"9b565039-c23b-5ae9-8729-3ed8f607dad7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350728"}],"subject":{"reference":"Patient/5553abef-a7be-51fa-a6d9-c53730a98116"},"resourceType":"Specimen"} +{"id":"766fcd4c-2cee-566b-b775-c18737c68b50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350730"}],"subject":{"reference":"Patient/8903dbfa-8b73-54e3-8251-f6d6d5b1c92b"},"resourceType":"Specimen"} +{"id":"66a75419-9dda-52c4-b5a8-74c3fdcc57b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350731"}],"subject":{"reference":"Patient/cbb6a549-82d9-5aae-aeff-13bc68ab1e6b"},"resourceType":"Specimen"} +{"id":"cf5eb93c-71cf-5458-80dc-1932a53ca336","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350733"}],"subject":{"reference":"Patient/657cad46-f04f-5c4d-a12d-de694cfc53e9"},"resourceType":"Specimen"} +{"id":"8d85e92c-cab2-5f50-9d62-1b6f786762f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350734"}],"subject":{"reference":"Patient/103acf2a-a173-58d8-b782-81bb2e825c84"},"resourceType":"Specimen"} +{"id":"2f02f68c-8552-5a8f-8eae-3e58523e8bfe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350736"}],"subject":{"reference":"Patient/1b8471a1-d6f6-5907-af85-c6b24bd038fc"},"resourceType":"Specimen"} +{"id":"d582a108-8a54-56e4-b529-740d1d01e22b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350737"}],"subject":{"reference":"Patient/2068e26a-c144-5516-9a1c-de9cad97ede1"},"resourceType":"Specimen"} +{"id":"ae863b71-d6b9-5612-a75f-300621bdf3d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350740"}],"subject":{"reference":"Patient/414e56bd-04b7-5c96-8681-f29579fd3d2a"},"resourceType":"Specimen"} +{"id":"1e60003d-fd64-5761-9e3b-21f9ac9df721","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350742"}],"subject":{"reference":"Patient/df2b95b5-350c-5c27-9c57-33c28c95da2a"},"resourceType":"Specimen"} +{"id":"4feffb79-eac0-508f-abdf-a882cff2b2ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350743"}],"subject":{"reference":"Patient/2c322b34-a250-5752-b32a-27461f767b52"},"resourceType":"Specimen"} +{"id":"c03c98d1-110d-5e36-823d-17f0cb3b2178","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350745"}],"subject":{"reference":"Patient/38115f21-947c-52c9-89e6-30bb35fad7e0"},"resourceType":"Specimen"} +{"id":"8c7b857d-a3a3-5894-ad9b-0d002e8a5e4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350746"}],"subject":{"reference":"Patient/54dd3be4-e6ba-554b-8dc0-c72698aac073"},"resourceType":"Specimen"} +{"id":"1371f067-5b63-55d0-80e8-b94a0a8056d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350748"}],"subject":{"reference":"Patient/57ac00ff-9664-5626-9507-217e7728467d"},"resourceType":"Specimen"} +{"id":"453c6e25-308f-5ff5-9707-07ae8626f63a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350749"}],"subject":{"reference":"Patient/b2752b64-541a-57c6-b175-72c9bc4dc291"},"resourceType":"Specimen"} +{"id":"83d575f8-908f-5782-b631-58a31746a667","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350751"}],"subject":{"reference":"Patient/d58ef24f-c9fb-50fb-b9c4-dac397c1d6c4"},"resourceType":"Specimen"} +{"id":"669d7b5a-fa0b-5174-ba4f-3ca16d7fa2eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350752"}],"subject":{"reference":"Patient/53c4633c-6211-5fe5-9741-872a8bf771f6"},"resourceType":"Specimen"} +{"id":"5fc24297-f424-5ff2-a482-b0b73a6b8b15","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350754"}],"subject":{"reference":"Patient/c5f499d2-5524-5f1c-bc26-a4b3448763fc"},"resourceType":"Specimen"} +{"id":"65fbe757-ae66-5dff-982e-fa6560f6c7c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350755"}],"subject":{"reference":"Patient/e89c1031-891c-515e-bea8-a9011861cc98"},"resourceType":"Specimen"} +{"id":"47f396c9-fa8c-5a6d-b53e-cefacaa295bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350757"}],"subject":{"reference":"Patient/478ed47b-c151-5ad9-ab75-ec2f0e31e647"},"resourceType":"Specimen"} +{"id":"5face994-223c-5159-b6b6-d39291c3a786","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350758"}],"subject":{"reference":"Patient/4f415e8b-9d80-52e9-97be-5c136ed67990"},"resourceType":"Specimen"} +{"id":"052b4c4a-e6c8-5fc6-965e-669696d1332e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350760"}],"subject":{"reference":"Patient/6a096f61-cd79-506c-b576-07ba5143ae51"},"resourceType":"Specimen"} +{"id":"a9932933-cdfa-57f6-8fe8-ee4041ba8a14","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350761"}],"subject":{"reference":"Patient/053649e3-69fa-5a04-b16f-533df09389dd"},"resourceType":"Specimen"} +{"id":"f6b961f6-ccf8-52cf-8dd1-56346d725229","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350763"}],"subject":{"reference":"Patient/006baf31-7d36-592f-a4fe-2aac1ee218b9"},"resourceType":"Specimen"} +{"id":"cae36112-f4a2-5a2e-989c-495326ab4d9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350764"}],"subject":{"reference":"Patient/cdff5ebe-e74d-5817-a7f6-407e7eced1c2"},"resourceType":"Specimen"} +{"id":"458a76f3-1221-526a-b7c8-21559ec554f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350766"}],"subject":{"reference":"Patient/b2f872c0-060b-5eba-8105-79ceecdfa17d"},"resourceType":"Specimen"} +{"id":"ed2b319f-e01b-541a-bda8-200db1fd8974","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350767"}],"subject":{"reference":"Patient/fd5b0ed3-19d6-5dbf-91a5-d3f545f86888"},"resourceType":"Specimen"} +{"id":"0d7e3347-9ef4-559a-9021-cb2e5bbd087e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350769"}],"subject":{"reference":"Patient/60fc900d-41dc-51b3-959c-cfc0d448ea4e"},"resourceType":"Specimen"} +{"id":"7abeadb3-c87c-59e8-8ac8-bce358c83d9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350770"}],"subject":{"reference":"Patient/755e5925-4b4b-5b09-b075-eca168b4f90e"},"resourceType":"Specimen"} +{"id":"a3c7ef27-23f5-5cb0-88d0-57bcff48e292","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350772"}],"subject":{"reference":"Patient/41e29ecd-1a06-52e7-af6d-9dda4e418a30"},"resourceType":"Specimen"} +{"id":"9df55d83-0838-5b50-93b5-7d0ecc461f09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350773"}],"subject":{"reference":"Patient/f7c18667-0557-5e38-b918-36325c90a203"},"resourceType":"Specimen"} +{"id":"644abf00-6072-5755-9d33-fdc894ce9d2d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350775"}],"subject":{"reference":"Patient/fe1f8c33-3970-5d1f-b483-5f76fe0f3fe6"},"resourceType":"Specimen"} +{"id":"498d8c22-2364-5ba1-b37e-8051c878c0b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350776"}],"subject":{"reference":"Patient/5f5634c6-835d-567f-a1ba-7250d798bc92"},"resourceType":"Specimen"} +{"id":"2380a3c3-0904-54da-a3cf-6e246719794f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350778"}],"subject":{"reference":"Patient/59e6afd1-28ab-5d68-91e7-a2bac96a772d"},"resourceType":"Specimen"} +{"id":"f588d165-035f-5b27-850a-b2ae255b8f2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350781"}],"subject":{"reference":"Patient/318d638f-a50d-58e0-b085-9846ebd62a19"},"resourceType":"Specimen"} +{"id":"130b8cbe-ede2-55d5-bc52-a4cbef1bd6e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350782"}],"subject":{"reference":"Patient/4e26334b-68cd-5a86-9587-64ba81bd60e1"},"resourceType":"Specimen"} +{"id":"6a78d034-6099-55c8-9c74-4b4be014cbb6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350784"}],"subject":{"reference":"Patient/b743a361-d932-5aa5-b7f3-213848dd15fe"},"resourceType":"Specimen"} +{"id":"4b725086-b216-5b1d-92ba-d5fc71b66ffd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350785"}],"subject":{"reference":"Patient/12763238-2320-5f67-a5d5-e769058bf3a6"},"resourceType":"Specimen"} +{"id":"d988ff5b-4369-5d0d-9dde-365e866de350","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350787"}],"subject":{"reference":"Patient/9c24abcb-bf20-56d2-b283-303c8e8dc602"},"resourceType":"Specimen"} +{"id":"f2283ec2-e114-56cd-a857-202fb72ad5bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350788"}],"subject":{"reference":"Patient/2418af17-270a-5d22-9eba-0e3b03681e0b"},"resourceType":"Specimen"} +{"id":"82548e00-96b0-5680-ae65-78b352476a5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350790"}],"subject":{"reference":"Patient/948650d0-2409-5718-aad2-bef4e411dc03"},"resourceType":"Specimen"} +{"id":"b54f496e-a5bc-53b8-b03b-5fb5ee95cd0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350791"}],"subject":{"reference":"Patient/b98f8dde-f04e-51bf-b3ed-98710205f990"},"resourceType":"Specimen"} +{"id":"5ae9a51a-1805-529c-853c-de101ebc04a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350796"}],"subject":{"reference":"Patient/94511b07-b1c3-5581-b74c-5688bbbd299d"},"resourceType":"Specimen"} +{"id":"0d7e19a3-5c7a-5a28-838f-89d6027f6166","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350797"}],"subject":{"reference":"Patient/a53d182c-fa64-5409-9ef8-2340b9150ddf"},"resourceType":"Specimen"} +{"id":"6beeab29-7a00-5774-a107-00c75ab7cd2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350800"}],"subject":{"reference":"Patient/f0fce244-fee2-5a12-8dd9-10cc0f30a7fa"},"resourceType":"Specimen"} +{"id":"01b05e71-0c22-54f7-a249-96b8ff812439","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350802"}],"subject":{"reference":"Patient/38737b46-4513-5cb4-b819-e478da9b8c7a"},"resourceType":"Specimen"} +{"id":"f63d683c-1b10-5c44-8874-e9a4e6b6b0ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350803"}],"subject":{"reference":"Patient/b19b5b20-2dbc-5711-897a-0f003680470d"},"resourceType":"Specimen"} +{"id":"f3639672-ee6e-5633-a8a8-75c54f7c5d4b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350806"}],"subject":{"reference":"Patient/075d5fc1-13ba-5120-8300-052e1a7e0b76"},"resourceType":"Specimen"} +{"id":"01f63abc-c7d3-5efa-8701-ac19511063e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350809"}],"subject":{"reference":"Patient/d433a3b9-d2cf-5684-8409-5d80f405aa42"},"resourceType":"Specimen"} +{"id":"5dfbf3af-efac-56a9-a2ec-3825aeccedff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350811"}],"subject":{"reference":"Patient/7cbcf18b-ac2f-5f55-8dc2-29473477daf7"},"resourceType":"Specimen"} +{"id":"fced4a22-efab-50a0-94e8-a1dc04489d89","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350812"}],"subject":{"reference":"Patient/dbf10e51-0f65-5109-ac34-f3348cadb846"},"resourceType":"Specimen"} +{"id":"b4b02f17-f282-562e-a03d-cf45b58bdfc7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350814"}],"subject":{"reference":"Patient/6149e0a1-a751-5048-a433-14058c4db13f"},"resourceType":"Specimen"} +{"id":"475725b5-b8a9-51b7-913c-410f7ad66ccb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350815"}],"subject":{"reference":"Patient/606a87c6-0cbf-56bb-ae4d-9dda209151bb"},"resourceType":"Specimen"} +{"id":"d015a43e-d3cb-58ba-800a-dd31a70f1851","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350817"}],"subject":{"reference":"Patient/2bd2379f-53d6-53d5-b0b6-c430ae4e0dfc"},"resourceType":"Specimen"} +{"id":"2a381c58-4a30-5847-8acd-84ac55a80951","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350818"}],"subject":{"reference":"Patient/d9277051-c800-5d72-9e9f-655c4c5d9a43"},"resourceType":"Specimen"} +{"id":"56f68d32-b245-54d0-b2a6-1339485cba66","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350820"}],"subject":{"reference":"Patient/8347cdf3-3586-5738-b89e-bbefc3e28e38"},"resourceType":"Specimen"} +{"id":"b217e5b2-4d6e-5954-8c35-8a4cb4ec4cc6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350821"}],"subject":{"reference":"Patient/9e047233-427b-5304-a42e-43c8ecb0444a"},"resourceType":"Specimen"} +{"id":"73c060ae-e1ee-5da8-9464-588b88d3f545","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350823"}],"subject":{"reference":"Patient/a71bb040-7287-560a-9524-3915b3f4d551"},"resourceType":"Specimen"} +{"id":"528aaab0-75fd-5a07-b9b9-e69abdc3be83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350824"}],"subject":{"reference":"Patient/967d35ba-ed57-5bac-af24-4eebbadc733a"},"resourceType":"Specimen"} +{"id":"213c136a-ceed-56e9-8494-4ee3789ea078","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350826"}],"subject":{"reference":"Patient/dd524833-5ee9-54cc-b1b8-f68e4ef9464a"},"resourceType":"Specimen"} +{"id":"15c4146e-5146-5059-b3cf-05bfb0ab7ed7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350827"}],"subject":{"reference":"Patient/464d2a46-b52f-5698-ac08-e0cc2d94060a"},"resourceType":"Specimen"} +{"id":"90162fd8-72c4-5e1e-a6e3-e37d76917a8b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350829"}],"subject":{"reference":"Patient/33c09b45-0a2a-5fb1-8c77-cc00484ba379"},"resourceType":"Specimen"} +{"id":"623d0231-2456-59c9-a38b-d5241bb165d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350831"}],"subject":{"reference":"Patient/afbe1560-07d7-566b-97a9-e956c0e69a45"},"resourceType":"Specimen"} +{"id":"7dfe0b2b-0607-5a48-8b5c-ca2b1206b757","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350833"}],"subject":{"reference":"Patient/5dfdc203-027b-5177-bfba-0e835bfbd061"},"resourceType":"Specimen"} +{"id":"c753f8f7-2c31-5c1a-8d8d-8b21c8ac3f79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350835"}],"subject":{"reference":"Patient/136d75d0-67b5-52f4-a856-3bd41469db20"},"resourceType":"Specimen"} +{"id":"3d172e66-1a73-52f9-83e8-d8af68229c04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350836"}],"subject":{"reference":"Patient/006ba812-16fb-529a-948c-26ab705dbf08"},"resourceType":"Specimen"} +{"id":"edf5c6e2-ecdb-5017-a12f-4c7017ffc9a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350838"}],"subject":{"reference":"Patient/8b6efb2b-9b5d-5eaa-be35-e303a83eb00e"},"resourceType":"Specimen"} +{"id":"cbdda6d3-9a7a-52be-b176-e3642ba0114c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350839"}],"subject":{"reference":"Patient/efbc00e9-17ac-545e-9ba9-70c384689209"},"resourceType":"Specimen"} +{"id":"d3e4dd62-bd2d-508d-997c-51736edfd6b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350840"}],"subject":{"reference":"Patient/fbaae626-2ec1-5a07-bd31-6cade7e2f89e"},"resourceType":"Specimen"} +{"id":"0115b501-21bf-50c6-99bd-7c0274e69f80","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350841"}],"subject":{"reference":"Patient/b5503d88-4442-594e-a6ab-18b3736788f9"},"resourceType":"Specimen"} +{"id":"0200cb18-e041-5064-9c80-fb6fd543527c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350843"}],"subject":{"reference":"Patient/b3e3aafc-51ca-5be1-8928-2f04a91c3908"},"resourceType":"Specimen"} +{"id":"4be77071-6e82-5d3f-b4c7-2cb168b3aee4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350845"}],"subject":{"reference":"Patient/210da456-8dd2-5e11-a7ec-419f79c275c5"},"resourceType":"Specimen"} +{"id":"8e1b35c2-2be1-5074-96a7-36e2e8aa4797","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350846"}],"subject":{"reference":"Patient/89901882-5eba-568a-9a51-efb47b0f844e"},"resourceType":"Specimen"} +{"id":"ba102d2b-a463-52e8-af4a-594f97a7c833","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350847"}],"subject":{"reference":"Patient/329e8960-0f13-5cb4-bb16-f3f2dff2e572"},"resourceType":"Specimen"} +{"id":"26e5f497-bbbf-5503-ae7a-1b5a4e14162a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350848"}],"subject":{"reference":"Patient/4f071c26-47d3-570d-b615-41ef3aa6e521"},"resourceType":"Specimen"} +{"id":"add83869-60ae-5bdf-9c4f-9843ce30f13a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350850"}],"subject":{"reference":"Patient/041f1664-4d12-5bd6-a6e1-cae2a5f4cca2"},"resourceType":"Specimen"} +{"id":"6b480daa-3aa7-5894-a405-15f4f8aa37c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350851"}],"subject":{"reference":"Patient/fdf147c2-d7ff-5ac7-b216-8b96cb45ac32"},"resourceType":"Specimen"} +{"id":"0aa8c033-316a-5139-ba43-69656de5951c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350853"}],"subject":{"reference":"Patient/80c194a3-5528-551f-bfac-cdb1130d95ad"},"resourceType":"Specimen"} +{"id":"a668771a-858e-5a28-ac2c-9f1c75da15ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350854"}],"subject":{"reference":"Patient/c399ebad-9b7d-5360-8bcd-3ad385742b12"},"resourceType":"Specimen"} +{"id":"d21aef2a-a5fb-5012-9797-6db0ccc13936","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350855"}],"subject":{"reference":"Patient/5288af7f-3e1b-5031-852b-d53e5e22edef"},"resourceType":"Specimen"} +{"id":"b8d89b9a-b67e-5eff-a57a-ebfbc9752c8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350856"}],"subject":{"reference":"Patient/5c13b0ca-477f-54bc-ae53-5edfebfb107e"},"resourceType":"Specimen"} +{"id":"6bbaeb48-6bb2-5d03-a76a-5f277813002b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350858"}],"subject":{"reference":"Patient/8167f41f-bddb-56ad-b3c6-b6fd1a0de3af"},"resourceType":"Specimen"} +{"id":"b7bef990-819f-5fc0-b8c3-e4c458c33ed1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350859"}],"subject":{"reference":"Patient/85097b0f-8589-5e2e-a6c9-9cd1160501d5"},"resourceType":"Specimen"} +{"id":"508be954-d38d-5632-9b23-892a60bcf624","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350860"}],"subject":{"reference":"Patient/7e9d768f-0aa3-55d2-8ff7-ae1275e65e4e"},"resourceType":"Specimen"} +{"id":"ed66b814-1d1c-524e-aba1-7758c93dedd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350861"}],"subject":{"reference":"Patient/4fdc0d82-da52-5422-baa6-d8c42465b067"},"resourceType":"Specimen"} +{"id":"6409cc3f-54de-54c1-b0e1-036643b56ae2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350862"}],"subject":{"reference":"Patient/eab3a7c3-0e92-521f-98d9-4f369174c210"},"resourceType":"Specimen"} +{"id":"a934c5c8-e5f9-59c1-8693-a32c008237f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350865"}],"subject":{"reference":"Patient/40072210-fcf6-5aae-9ee1-c41cbe09da0f"},"resourceType":"Specimen"} +{"id":"3d481470-95af-5c1b-88bd-741e961862f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350867"}],"subject":{"reference":"Patient/54bcfb90-a403-5469-a26c-3ea3952f87a0"},"resourceType":"Specimen"} +{"id":"82517a4a-e44e-535a-b895-5f7c8c8151f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350868"}],"subject":{"reference":"Patient/ad3e29a7-289f-5b26-bdaf-59f135b03b21"},"resourceType":"Specimen"} +{"id":"a55e5d5e-d01f-50cd-b9ea-9ba49c8dc119","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350870"}],"subject":{"reference":"Patient/6aa9543d-657f-50e5-b26a-975da237bce1"},"resourceType":"Specimen"} +{"id":"2d21d34b-a234-5160-b67b-1f9c03e1bcd2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350871"}],"subject":{"reference":"Patient/ccd775b5-92c8-5782-bf84-1946eb0cdb63"},"resourceType":"Specimen"} +{"id":"02d9a215-7677-5120-9fce-c140953a36ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350872"}],"subject":{"reference":"Patient/58127f91-ddec-5a06-bf1c-af32371afa8d"},"resourceType":"Specimen"} +{"id":"47605771-008e-5344-9933-4b9ecf4c02bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350873"}],"subject":{"reference":"Patient/9d1f8e83-dbdf-5858-b5f1-0a41a80bb9b7"},"resourceType":"Specimen"} +{"id":"c56d5c3a-f8f2-5f16-bfef-271240330da4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350874"}],"subject":{"reference":"Patient/4eb9376f-9b5d-5891-8de7-2011d15e657c"},"resourceType":"Specimen"} +{"id":"475ba1cb-a401-5e9f-b298-e8101d2e78cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350875"}],"subject":{"reference":"Patient/f69a367e-2343-5110-bd13-4f93d6a35ae2"},"resourceType":"Specimen"} +{"id":"a4b67377-5676-52e5-9912-b0f591cab06d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350876"}],"subject":{"reference":"Patient/103ba743-661f-5049-9ea9-0a2325bf0c98"},"resourceType":"Specimen"} +{"id":"2aa898f8-3aff-599e-84d6-73622fdab4fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350877"}],"subject":{"reference":"Patient/ce336757-0b49-5c77-b74b-b55dd92ae718"},"resourceType":"Specimen"} +{"id":"9556e23d-5b91-582f-a2d2-79a03c51bbba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350878"}],"subject":{"reference":"Patient/94ac54a8-7d60-5b91-a399-dcff5161b7e1"},"resourceType":"Specimen"} +{"id":"a6100952-a9e2-5764-b425-0235a3063937","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350879"}],"subject":{"reference":"Patient/c462f8a9-7235-5e94-ba74-25244d7219a1"},"resourceType":"Specimen"} +{"id":"d49efa2f-7456-5355-b0eb-4bfc4205015e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350880"}],"subject":{"reference":"Patient/c9687caa-3da9-5963-9ab2-fce3d4149261"},"resourceType":"Specimen"} +{"id":"e76cfe03-8b25-5b6d-9d9f-ab1f4d97f63a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350881"}],"subject":{"reference":"Patient/2f1f4bda-17b2-5eec-8dbc-3be2c4980862"},"resourceType":"Specimen"} +{"id":"94fa3354-6439-55aa-b34f-974d2348a038","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350882"}],"subject":{"reference":"Patient/e83efa97-186d-5f5f-906b-e092a6d96f9f"},"resourceType":"Specimen"} +{"id":"6de86321-707b-5d87-8292-3cf70f69b064","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350883"}],"subject":{"reference":"Patient/3192b843-71e8-52be-a9b8-0fcce9f6aa9d"},"resourceType":"Specimen"} +{"id":"939ce7d8-aadd-50a8-a6db-e54d367100b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350884"}],"subject":{"reference":"Patient/431b5af5-849a-503a-a7ce-d118d289dfdf"},"resourceType":"Specimen"} +{"id":"4054e1a4-fa13-54cb-b75f-3f8e52b932ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350885"}],"subject":{"reference":"Patient/6843a7cc-3e65-5624-9bbc-0d86c7b8faf0"},"resourceType":"Specimen"} +{"id":"9ac3ff4e-4f1f-5ab9-8047-2e7e3a10e8d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350886"}],"subject":{"reference":"Patient/1ee06340-c14d-5e73-ab97-2f091be036b0"},"resourceType":"Specimen"} +{"id":"c6044596-4d15-56ed-b6f2-0506610f8755","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350887"}],"subject":{"reference":"Patient/22ae9e66-8b1c-5a44-9932-9cadf0d2ccfc"},"resourceType":"Specimen"} +{"id":"4afa80b5-7aa6-5da5-91c3-b94f8c314ea4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350888"}],"subject":{"reference":"Patient/19b3a904-f06a-5044-aaf5-c922c7cc7e88"},"resourceType":"Specimen"} +{"id":"68b0c44a-3429-53f9-a1a4-75e2a71b5207","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350889"}],"subject":{"reference":"Patient/058ba678-f717-56da-80b3-802a599e6708"},"resourceType":"Specimen"} +{"id":"cb36b950-18c7-5369-9a7c-4580661adaec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350890"}],"subject":{"reference":"Patient/6f394a64-69fd-5fb5-8145-e07ae82ad488"},"resourceType":"Specimen"} +{"id":"ba515c25-18d3-5223-849a-e1da509ded5e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350891"}],"subject":{"reference":"Patient/831eb7d1-7fae-523f-a731-c7d772bbc2b0"},"resourceType":"Specimen"} +{"id":"882ee6c2-8e6f-59fb-94c4-6ac79a52c576","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350892"}],"subject":{"reference":"Patient/55a391ca-9c73-5d76-984b-f7adccd2a5de"},"resourceType":"Specimen"} +{"id":"5992038a-5758-5b3c-931b-169e15ceb883","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350893"}],"subject":{"reference":"Patient/ea87fdd9-fd40-508c-8320-4adeffd6f67b"},"resourceType":"Specimen"} +{"id":"b753d80c-6c1e-547a-bb13-cc92c4a6431a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350894"}],"subject":{"reference":"Patient/44025e4b-bfb8-552e-9112-843807cdbd8d"},"resourceType":"Specimen"} +{"id":"fe274e51-c854-567e-a704-d3511d8e5524","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350896"}],"subject":{"reference":"Patient/ff3ad4db-44d5-5961-a986-a0893842381f"},"resourceType":"Specimen"} +{"id":"92685e2a-f03d-5a8c-89d7-2db569e61301","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350897"}],"subject":{"reference":"Patient/7af9a2d9-15cb-5b30-aac3-447480fc45f5"},"resourceType":"Specimen"} +{"id":"46ed1ba9-bc89-534f-a36c-f9cc7ccebc1e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350898"}],"subject":{"reference":"Patient/1e8335cc-d0fd-5616-97df-7464741863ff"},"resourceType":"Specimen"} +{"id":"00872f15-fb15-590e-af75-1088fa3f3ff8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350900"}],"subject":{"reference":"Patient/5bfe536f-66ed-5421-b432-020d4eb693c5"},"resourceType":"Specimen"} +{"id":"32c761ba-7b68-5370-8f09-533aecbdedbf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350902"}],"subject":{"reference":"Patient/15c60f0c-3a79-5333-a066-322fcd09d1fc"},"resourceType":"Specimen"} +{"id":"a5f478c7-97e0-587e-8c7b-652059258327","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350903"}],"subject":{"reference":"Patient/aa0d4978-99af-5dcc-abc7-8cde33eb3e87"},"resourceType":"Specimen"} +{"id":"0c6b6549-8e6a-5fa8-94db-0e15e6de2997","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350905"}],"subject":{"reference":"Patient/6907a6b9-5972-5bdf-a227-5242c87895c9"},"resourceType":"Specimen"} +{"id":"39966653-fbad-54df-8750-d1bf1b7bedf2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350906"}],"subject":{"reference":"Patient/f0a22523-40c2-5063-b987-b83f063bb252"},"resourceType":"Specimen"} +{"id":"ae2cbab9-54d5-583a-b251-01dab909ea48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350907"}],"subject":{"reference":"Patient/deb2e2cc-3604-5e0c-8719-0195b9a889e5"},"resourceType":"Specimen"} +{"id":"d93b9294-7217-5ef0-af53-6deed87ce65f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350908"}],"subject":{"reference":"Patient/1abdc710-3356-585d-aa98-d315a127587f"},"resourceType":"Specimen"} +{"id":"b6ab8aa2-f9ce-5518-b6cb-bb84ce7117f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350909"}],"subject":{"reference":"Patient/0eaeb866-21c7-599d-9f64-f24594e42a2d"},"resourceType":"Specimen"} +{"id":"aca2e205-61d3-51e8-b73d-32b0db114bc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350910"}],"subject":{"reference":"Patient/50aa2fc5-5eb7-59a6-bf85-c9f4f2e6cc03"},"resourceType":"Specimen"} +{"id":"6cf6eff9-c992-57b2-8284-c8832922d5ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350911"}],"subject":{"reference":"Patient/146c5fbc-4b54-53e3-998e-138fce0987a3"},"resourceType":"Specimen"} +{"id":"d6607249-866a-5bac-8464-b1c0770e3413","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350912"}],"subject":{"reference":"Patient/8495b207-bb80-5c53-a187-699036ecab78"},"resourceType":"Specimen"} +{"id":"25c49b21-6ecc-5ae7-9074-b8b621ad800d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350913"}],"subject":{"reference":"Patient/58b04ef8-5b3c-5e66-9a53-dcde4fef559b"},"resourceType":"Specimen"} +{"id":"ac64a5ee-3c88-5664-9ea8-0d25cfe1d432","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350914"}],"subject":{"reference":"Patient/0783a092-6e27-552c-b39d-898e78e9f9f3"},"resourceType":"Specimen"} +{"id":"93d61342-f374-57bb-ad7b-7f5ff0597598","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350915"}],"subject":{"reference":"Patient/044911a1-ec4e-587c-b749-57eab7ddbdd5"},"resourceType":"Specimen"} +{"id":"911b3028-c178-5d27-b357-93dfa63a24a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350916"}],"subject":{"reference":"Patient/6084748d-dfa9-5ae9-9dae-d2b7739358ad"},"resourceType":"Specimen"} +{"id":"a650f5f4-be49-594b-bde8-30e479fa97db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350917"}],"subject":{"reference":"Patient/3d4c4387-3935-5ea2-8a3b-fa6674468ae6"},"resourceType":"Specimen"} +{"id":"12f95276-d96f-5589-8337-79343510e191","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350918"}],"subject":{"reference":"Patient/6a125478-b66a-53de-bf81-0956850590bf"},"resourceType":"Specimen"} +{"id":"91528677-337c-5ef5-b7b1-8bd5fb694cd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350919"}],"subject":{"reference":"Patient/8ae5ba2e-b94a-5986-8a27-99ff6394940b"},"resourceType":"Specimen"} +{"id":"40c9aec7-78b9-53e3-bb0f-1ac90f071a09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350920"}],"subject":{"reference":"Patient/17f01ffc-fea8-5fa1-a451-4f2155837f77"},"resourceType":"Specimen"} +{"id":"b0dbab90-7f54-5f53-85bc-c51adf866953","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350921"}],"subject":{"reference":"Patient/92055626-795f-55e6-b9d1-ed6b4b4e28a6"},"resourceType":"Specimen"} +{"id":"5516b49d-b827-5f78-bc14-7eae48ce7593","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350922"}],"subject":{"reference":"Patient/b47fa4ce-6e45-52e8-a7a0-abcad5ff9ea9"},"resourceType":"Specimen"} +{"id":"6b60e9aa-d606-5235-bb79-69f5158f6183","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350924"}],"subject":{"reference":"Patient/a9a9d315-6548-5af0-99e2-77b71ba2f995"},"resourceType":"Specimen"} +{"id":"c9ca4edb-c083-5dd4-9c30-a7c4af407e01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350925"}],"subject":{"reference":"Patient/9d49bb70-22cf-56ce-953b-32e957630775"},"resourceType":"Specimen"} +{"id":"59b41fe8-5959-5319-814a-3f559ee4359f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350926"}],"subject":{"reference":"Patient/23d1698a-dfc4-5659-8d7c-83368b9b0186"},"resourceType":"Specimen"} +{"id":"afb211a9-9c60-5e64-b457-c18b6db25c99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350927"}],"subject":{"reference":"Patient/10c566fb-7840-5b69-882c-9d21db19daa0"},"resourceType":"Specimen"} +{"id":"560c8c43-ba41-55d3-b812-126f907f5c60","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350928"}],"subject":{"reference":"Patient/3e62a3b4-68ce-5d4b-af9b-303ea97916c1"},"resourceType":"Specimen"} +{"id":"f74d0811-6594-5dfc-b7fb-4a7bcf7094b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350929"}],"subject":{"reference":"Patient/320d3c71-bc10-5ce7-a622-b2758223126f"},"resourceType":"Specimen"} +{"id":"df4b2f4f-01ba-5352-99ec-bdc36a1dcab6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350930"}],"subject":{"reference":"Patient/6b8343e2-281b-5df1-9f9e-740c2558dc1f"},"resourceType":"Specimen"} +{"id":"8346c9ae-c363-5ed5-9868-6d514b11b123","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350931"}],"subject":{"reference":"Patient/5db81d8e-a507-5036-83f2-110e7587b0d2"},"resourceType":"Specimen"} +{"id":"5a0505ac-0525-5e5e-8c38-f78935a340ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350932"}],"subject":{"reference":"Patient/04b432e4-fcaa-535d-86ec-81e7bde16e47"},"resourceType":"Specimen"} +{"id":"ba6422e8-006a-57b9-a2c8-05ae31a115c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350933"}],"subject":{"reference":"Patient/a6227995-586b-50e0-818e-5315f02b8ada"},"resourceType":"Specimen"} +{"id":"808bdb2e-9f3a-51d2-9ce4-9116410e8de1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350934"}],"subject":{"reference":"Patient/a1566f76-6f0f-51db-8512-0ff635a39f38"},"resourceType":"Specimen"} +{"id":"61901f3d-d4ad-5ba4-8794-058d7a905911","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350935"}],"subject":{"reference":"Patient/ed3616eb-1708-53b1-8b81-6b491b820da5"},"resourceType":"Specimen"} +{"id":"457b9ca8-4b8f-523c-aa7f-0c94927f91ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350936"}],"subject":{"reference":"Patient/c1665623-6e59-568f-a86d-cafd433926bf"},"resourceType":"Specimen"} +{"id":"c326d480-3eca-57b7-803f-e729a9077e42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350937"}],"subject":{"reference":"Patient/5cdd3662-180a-5b64-84b4-ad47f1c31ba9"},"resourceType":"Specimen"} +{"id":"715712fe-f6ce-5fa5-98ef-d829346f33be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350938"}],"subject":{"reference":"Patient/3d1fb534-62e5-5651-84cf-4a416c9a3b52"},"resourceType":"Specimen"} +{"id":"60d49446-862a-5c65-9741-5dc45c747912","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350939"}],"subject":{"reference":"Patient/4a2a9249-1519-5231-9453-8b63a81fe4c2"},"resourceType":"Specimen"} +{"id":"4a61f212-4c8e-5c9f-a926-d1fc250bef25","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350940"}],"subject":{"reference":"Patient/09404272-8a7c-5389-889c-fbad0974b4eb"},"resourceType":"Specimen"} +{"id":"aca1b10f-e8cf-5dfc-9014-4cc7f1f9e6af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350941"}],"subject":{"reference":"Patient/f103a9da-77dc-563d-828c-1c9362acbf82"},"resourceType":"Specimen"} +{"id":"9ed9ae16-d04d-5ac3-a904-66963de5de90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350942"}],"subject":{"reference":"Patient/a144965f-94ae-5efb-a89b-01d3ce52c01a"},"resourceType":"Specimen"} +{"id":"666030ad-3ed4-5a2a-8686-7593082f25a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350943"}],"subject":{"reference":"Patient/2bd7ff63-670e-52d4-a692-5addda575908"},"resourceType":"Specimen"} +{"id":"e30a8e67-39fe-5c96-89ea-8c668dfa7e37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350944"}],"subject":{"reference":"Patient/d0f2b492-fa47-50f8-8985-22c0745698f1"},"resourceType":"Specimen"} +{"id":"7e751611-8dc5-5c76-a21a-3c702a34430b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350945"}],"subject":{"reference":"Patient/b77d548d-0fec-5534-a3e4-c984ab63cbf1"},"resourceType":"Specimen"} +{"id":"22158a79-f81a-5694-ae99-a1fff0f2654e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350946"}],"subject":{"reference":"Patient/16c02d81-04f1-5f6a-a352-deb994079e6a"},"resourceType":"Specimen"} +{"id":"7d88d2c0-7c9d-5223-ba7c-094f5cddcc17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350947"}],"subject":{"reference":"Patient/fcaf4d59-7d9e-52b7-af36-c7e8fdd10586"},"resourceType":"Specimen"} +{"id":"cd8a8212-df83-5923-ae31-6c07f0567f7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350948"}],"subject":{"reference":"Patient/2133680b-c59b-5bb2-8631-71460bff3bcd"},"resourceType":"Specimen"} +{"id":"fdc5eb80-be43-5c95-949b-e4c089c3b59d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350949"}],"subject":{"reference":"Patient/d4419395-4e18-5557-b60d-d4470957f73c"},"resourceType":"Specimen"} +{"id":"3724521f-93ea-5c7e-b658-7674f4bd04c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350950"}],"subject":{"reference":"Patient/be82c22a-9c8d-58bd-a3e3-0a8e438305d5"},"resourceType":"Specimen"} +{"id":"82d9b547-2039-5424-a74e-bde74d525084","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350951"}],"subject":{"reference":"Patient/d85a9dbf-b0a6-508e-b165-c87f14fdc887"},"resourceType":"Specimen"} +{"id":"a5782ece-60eb-5307-86f7-5c20e61adcbd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350952"}],"subject":{"reference":"Patient/ca27bea9-591e-5179-8902-491f0ab29e00"},"resourceType":"Specimen"} +{"id":"9f92711a-3081-5278-b7d5-e0bfa9955620","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350953"}],"subject":{"reference":"Patient/736e204b-4604-508b-af4a-f4b853744c29"},"resourceType":"Specimen"} +{"id":"9043cebe-f9d6-51b0-9e11-6f0bbecf1658","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350954"}],"subject":{"reference":"Patient/68d3e5c6-f021-56ac-be73-8287c7c24a33"},"resourceType":"Specimen"} +{"id":"bd070989-093d-5fe7-be96-5cec542c4a89","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350955"}],"subject":{"reference":"Patient/743b8398-a38c-5d74-8bd3-ee6930be7a55"},"resourceType":"Specimen"} +{"id":"29b0609d-b9ed-5ddc-88e4-f3b0dc5ad838","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350956"}],"subject":{"reference":"Patient/c806aab1-ce73-5afe-a567-b249dea5a10c"},"resourceType":"Specimen"} +{"id":"5d540566-94f8-5760-a67e-baa756117741","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350958"}],"subject":{"reference":"Patient/37367641-c32f-56bc-9b51-993d031e6966"},"resourceType":"Specimen"} +{"id":"35a315ba-d81b-50fd-badc-4c7938ec3486","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350959"}],"subject":{"reference":"Patient/4f10786d-f701-5ed8-b421-08773bfd53e0"},"resourceType":"Specimen"} +{"id":"2eee131a-3e0f-50b7-854f-608061833bf2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350960"}],"subject":{"reference":"Patient/8c5a3230-2816-5837-82d9-855732d34e35"},"resourceType":"Specimen"} +{"id":"130a7a09-825b-55f8-869b-e271e1755d17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350961"}],"subject":{"reference":"Patient/8e1bbdb1-6ce9-54c0-a02d-a31b6ea9b559"},"resourceType":"Specimen"} +{"id":"88177ae0-46a0-50de-80cc-5371530d43fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350962"}],"subject":{"reference":"Patient/7a5701d4-37bb-5fb3-b31a-27825336c5dd"},"resourceType":"Specimen"} +{"id":"a42a52f5-d56d-5b9f-b45e-495d2b3411ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350963"}],"subject":{"reference":"Patient/9d45fe2d-417c-5e28-b628-b2f609ce3e57"},"resourceType":"Specimen"} +{"id":"133337f5-e247-5a85-8825-7ad4c2762e22","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350964"}],"subject":{"reference":"Patient/18f5f2db-2ed1-563a-ab95-89e316b45514"},"resourceType":"Specimen"} +{"id":"b7ef64dc-fea5-55be-80b4-d8e2abacc2b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350965"}],"subject":{"reference":"Patient/6c52c792-77bd-586d-96f4-60f3deec0699"},"resourceType":"Specimen"} +{"id":"e1e2ba97-8cbe-5411-a378-2a4c6e8d99b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350966"}],"subject":{"reference":"Patient/b5306764-9530-55c2-97a4-2d643949b271"},"resourceType":"Specimen"} +{"id":"263c4759-5556-511f-9d25-7570a5b7d9a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350967"}],"subject":{"reference":"Patient/50e2eafd-3a2c-5612-9aaa-99c464525957"},"resourceType":"Specimen"} +{"id":"de80fcee-1308-59f5-a0bd-8faf56edc444","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350968"}],"subject":{"reference":"Patient/6a4511d1-b855-5eb6-995f-04b8ee0a5e41"},"resourceType":"Specimen"} +{"id":"bc60f925-bae4-50bc-abff-776184d1d610","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350969"}],"subject":{"reference":"Patient/e01e4d00-0466-58db-80cd-703b80d74957"},"resourceType":"Specimen"} +{"id":"6b2aaa2f-5be2-5dcd-bfa7-3922407b443a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350970"}],"subject":{"reference":"Patient/06cc58a5-f580-52e1-bed9-2c5342a6ba9a"},"resourceType":"Specimen"} +{"id":"b0e3a2b6-fb4b-5707-9535-4662517005a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350971"}],"subject":{"reference":"Patient/99f8fc78-f40c-5146-a30b-9ed2249b4d5b"},"resourceType":"Specimen"} +{"id":"2e5ab145-03b1-51fd-a49a-e7efcf37739b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350972"}],"subject":{"reference":"Patient/6aec60ac-b16b-5cc8-93cd-2b279211b907"},"resourceType":"Specimen"} +{"id":"f0a3d1ff-0c4e-5400-8ac3-ca65895ff517","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350973"}],"subject":{"reference":"Patient/425fde97-6c2b-5df3-a5eb-f9c3c7f97ad2"},"resourceType":"Specimen"} +{"id":"cbc503d5-3c63-55f7-80b0-fbd31dc07ffc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350974"}],"subject":{"reference":"Patient/c922053e-e021-5890-adeb-2c41192747b4"},"resourceType":"Specimen"} +{"id":"3d116692-f71a-535e-95fc-8ace4e567cef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350975"}],"subject":{"reference":"Patient/91d96fa2-8a48-5a9a-a27c-5243f8bc9788"},"resourceType":"Specimen"} +{"id":"4a408a0e-d2e3-5c00-80fe-8ddda8fa5e1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350976"}],"subject":{"reference":"Patient/57803581-2706-5689-8eb1-55ae912db5d7"},"resourceType":"Specimen"} +{"id":"4923e727-b748-5168-9948-9d28a6468489","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350977"}],"subject":{"reference":"Patient/2f3c5478-01c6-53f6-aeb8-7e4c54e1fea0"},"resourceType":"Specimen"} +{"id":"c0382c3d-e2be-5cb2-aead-24f8945652e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350978"}],"subject":{"reference":"Patient/93655109-79cb-5398-8665-df4960cb5941"},"resourceType":"Specimen"} +{"id":"50a91300-5f42-5d12-a5af-d43fbf05084f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350980"}],"subject":{"reference":"Patient/5dd0a2cc-b9d6-5276-9e7d-13eb26614e72"},"resourceType":"Specimen"} +{"id":"f4e241e0-5a16-5b2a-9af5-a3fb2dcb67e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350981"}],"subject":{"reference":"Patient/975b8239-ca1e-54b8-b771-d380f20b9acd"},"resourceType":"Specimen"} +{"id":"8390dde2-9e1a-5557-841a-1291f129bcb2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350982"}],"subject":{"reference":"Patient/6da4f6b1-8727-562e-8f12-4400da15e6ef"},"resourceType":"Specimen"} +{"id":"fad03cd5-eb38-58ee-8125-4ceccde6ce97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350983"}],"subject":{"reference":"Patient/4a58b622-784a-52cc-8a7a-877ae300148c"},"resourceType":"Specimen"} +{"id":"1a27c0d5-bc88-5fad-85e6-b0a6b57624a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350984"}],"subject":{"reference":"Patient/e64ed071-0478-5460-888c-66d3c73d9ad0"},"resourceType":"Specimen"} +{"id":"4b7e7726-4998-5cb7-8fac-a825b76edcb5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350985"}],"subject":{"reference":"Patient/7c3a75ad-581f-5a62-a896-e986c8dc58c3"},"resourceType":"Specimen"} +{"id":"9b3c9bb6-8f84-5fe9-a7db-3e50470b115d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350986"}],"subject":{"reference":"Patient/a9afc63f-eac1-5872-95b0-3b69e5335bbb"},"resourceType":"Specimen"} +{"id":"6f896d00-1fc6-5e98-9977-8688ca053b40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350988"}],"subject":{"reference":"Patient/6b76b9ce-7023-57df-9479-930581d3d02e"},"resourceType":"Specimen"} +{"id":"cdb47b4a-a26a-50eb-b844-da12fdb8cb60","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350989"}],"subject":{"reference":"Patient/c03392c1-5e79-5758-864b-199d39efa9d9"},"resourceType":"Specimen"} +{"id":"1cc24c4c-4a80-57c9-a105-a243a83d5225","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350990"}],"subject":{"reference":"Patient/66986ff1-bb30-56c3-ac5e-fce91581f9f9"},"resourceType":"Specimen"} +{"id":"516e3602-fd57-5e1b-88f0-4a12000b3566","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350991"}],"subject":{"reference":"Patient/41ade69d-a663-5f1e-a180-bccd6c14655c"},"resourceType":"Specimen"} +{"id":"f7fbe398-b653-507f-ba0b-b8d4807e6935","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350992"}],"subject":{"reference":"Patient/d439c796-476c-54d4-802c-3d1a14a7fefe"},"resourceType":"Specimen"} +{"id":"c251c3d8-ba51-584a-8be0-11f99f30f6d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350993"}],"subject":{"reference":"Patient/d83a66a8-1814-5f8f-9042-c9a718353903"},"resourceType":"Specimen"} +{"id":"5b09d122-8765-5f50-824c-e6e2b090ff3b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350995"}],"subject":{"reference":"Patient/2353f55f-152d-55ef-9b5e-89be1b386664"},"resourceType":"Specimen"} +{"id":"6f0662e4-3685-5911-b318-f0f4d8fc4c5a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350996"}],"subject":{"reference":"Patient/91c3acd2-e4ef-50a2-86d9-ad71ee369c7b"},"resourceType":"Specimen"} +{"id":"2ad88d9b-5e7f-586a-8d31-923aeffa6c64","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350997"}],"subject":{"reference":"Patient/a08706ce-c5c7-547a-ba26-ab368be74e20"},"resourceType":"Specimen"} +{"id":"b0248dff-f925-5200-bacb-d10da3363aa0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350998"}],"subject":{"reference":"Patient/d2fa00fd-238d-5e1b-96c7-3a3d150b9011"},"resourceType":"Specimen"} +{"id":"e4e970aa-325c-5107-bfac-8fa97346a28d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS350999"}],"subject":{"reference":"Patient/551ace6f-507f-5dd6-833e-a59c62c0289e"},"resourceType":"Specimen"} +{"id":"5d373a55-042a-55b2-a174-2f88b06e0c6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351000"}],"subject":{"reference":"Patient/1d91c5db-646f-5000-a9e5-f4cf0e508b32"},"resourceType":"Specimen"} +{"id":"5f22781f-068b-54cc-abdd-14334524ca72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351001"}],"subject":{"reference":"Patient/9484e748-8f87-5348-ad80-1c7399358686"},"resourceType":"Specimen"} +{"id":"619f592a-7453-5b7a-93b9-5c3cd94fedf6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351002"}],"subject":{"reference":"Patient/15bdfe27-2f93-54ee-934f-c07fa0cf77fe"},"resourceType":"Specimen"} +{"id":"1874686b-d56c-5bc9-8d12-6ba93781e252","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351003"}],"subject":{"reference":"Patient/68d33d57-ae43-5eb6-bb50-723c52b41481"},"resourceType":"Specimen"} +{"id":"1a5aa505-7b9e-538e-a51e-2bb340bb261a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351004"}],"subject":{"reference":"Patient/fe074466-cd17-5d34-9230-667efbd25d56"},"resourceType":"Specimen"} +{"id":"ddfc231f-85b3-5985-91c5-8e653ff5051a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351005"}],"subject":{"reference":"Patient/41a1c44f-1f14-550a-b846-91409892179a"},"resourceType":"Specimen"} +{"id":"beca943e-f16d-5629-925d-ad2562c4727b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351006"}],"subject":{"reference":"Patient/e28c9aed-70a5-5be3-9ed6-d6a91f6aefa2"},"resourceType":"Specimen"} +{"id":"1a53b4bc-83d2-5191-924f-bd0715e62716","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351007"}],"subject":{"reference":"Patient/40e04eea-8d65-55cb-bdb1-02ff03b10df8"},"resourceType":"Specimen"} +{"id":"fb5af91a-6d03-56bd-afee-9f416af38cc2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351008"}],"subject":{"reference":"Patient/4719a911-9dd8-512d-8928-777acbbf76fb"},"resourceType":"Specimen"} +{"id":"6f5ccbd8-7d71-5ac3-b05b-f81991c37639","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351011"}],"subject":{"reference":"Patient/38a5c9bf-2e8c-57c3-9c29-b2727374e553"},"resourceType":"Specimen"} +{"id":"404f960c-47c2-540f-af97-0b04c1f2780b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351012"}],"subject":{"reference":"Patient/fb087c7b-5dda-533f-ad8d-f4e9f9f46db7"},"resourceType":"Specimen"} +{"id":"b7b8063c-51dd-5b8f-ac3c-415a89212eb8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351015"}],"subject":{"reference":"Patient/b9d07f02-bf32-5433-bccd-dda4c00c9024"},"resourceType":"Specimen"} +{"id":"96ceab0d-2e1d-5d66-9026-99a06fe520c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351017"}],"subject":{"reference":"Patient/e7bd3fdb-df43-59c8-9b99-57306245d1b7"},"resourceType":"Specimen"} +{"id":"d562507d-7627-5601-ae45-167d6b56eae5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351021"}],"subject":{"reference":"Patient/23abfd88-5f50-5d1b-99e1-33d1910339db"},"resourceType":"Specimen"} +{"id":"c0abdd7d-9220-55a8-ad70-c5b66f811e3b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351022"}],"subject":{"reference":"Patient/91655002-30ae-5bfd-9f71-eddb9c85dea0"},"resourceType":"Specimen"} +{"id":"180dc6a6-9642-5720-ab66-27a47b370fbf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351023"}],"subject":{"reference":"Patient/a2d06ecb-2318-541a-9fe6-5accdef068b4"},"resourceType":"Specimen"} +{"id":"6f111ac0-d37b-5944-824e-4ae1eaf39040","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351024"}],"subject":{"reference":"Patient/efd575f8-2938-53ca-aa56-b2519851cfb3"},"resourceType":"Specimen"} +{"id":"0321a975-67d1-52a5-a881-3a6f0bcbe32d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351025"}],"subject":{"reference":"Patient/bdf75fe9-ac28-5d83-ad55-614cdd8d753b"},"resourceType":"Specimen"} +{"id":"51b076ee-bdfc-5c58-a46c-bde0cb76a3cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351027"}],"subject":{"reference":"Patient/29aa8e16-d369-5657-8797-3ddcf44762ea"},"resourceType":"Specimen"} +{"id":"4eb30d91-9cc3-5f9c-8e9a-d6717f5f99fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351028"}],"subject":{"reference":"Patient/63adf9a4-818c-51fa-8a03-a7433f0165d6"},"resourceType":"Specimen"} +{"id":"95c46acf-291c-5c29-a95d-b088017d0106","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351029"}],"subject":{"reference":"Patient/0f9cdc41-b5ec-5f82-9c9a-baf00e859656"},"resourceType":"Specimen"} +{"id":"b5a0cfe1-b8a1-5da8-a1e7-fe10e01c5507","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351030"}],"subject":{"reference":"Patient/a7d0d358-6499-5548-9eb1-a3e9233f565d"},"resourceType":"Specimen"} +{"id":"a28954ee-7122-5b91-8ec8-ae21ae53a841","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351031"}],"subject":{"reference":"Patient/a302a375-01bd-588e-8a62-abe88c9bfb31"},"resourceType":"Specimen"} +{"id":"ba264d51-ec51-5404-a51c-312b9a9ecfc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351032"}],"subject":{"reference":"Patient/047ec77a-a3b7-571c-a78d-e90f8c031745"},"resourceType":"Specimen"} +{"id":"874fedfa-8c19-5837-b127-01773e24a70c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351033"}],"subject":{"reference":"Patient/48ca9e84-6ffb-57ae-83bc-9bceb61b49d7"},"resourceType":"Specimen"} +{"id":"48b6f527-749c-5122-a951-caccc3a46bd9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351034"}],"subject":{"reference":"Patient/81a00567-6874-5225-95d9-f32122fe074c"},"resourceType":"Specimen"} +{"id":"d5ac6835-ffa2-5e63-a651-a60c4385899f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351035"}],"subject":{"reference":"Patient/46bd6b87-d298-5d62-9269-ca71e7b9c6bb"},"resourceType":"Specimen"} +{"id":"7051a40a-807a-557a-9fb8-45a77695979e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351036"}],"subject":{"reference":"Patient/4c895a91-6147-5e68-8470-25397581039b"},"resourceType":"Specimen"} +{"id":"ca7db5ee-5edb-5396-a2f4-c1d422330a6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351038"}],"subject":{"reference":"Patient/2fdc3742-230c-5e80-b034-242d0b1d5fcb"},"resourceType":"Specimen"} +{"id":"b53fdc7d-7e9f-57ed-970d-0b228f7f3a57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351039"}],"subject":{"reference":"Patient/1b1a1cf5-ac00-520e-8ea8-6070ed1c3bb5"},"resourceType":"Specimen"} +{"id":"5dea04bb-8498-56fb-b0dd-0db8c8085045","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351041"}],"subject":{"reference":"Patient/ac1a2c25-a43a-5c37-a51e-52261a2b0088"},"resourceType":"Specimen"} +{"id":"0cb91c06-e073-5406-b82f-b536d1f1c91f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351043"}],"subject":{"reference":"Patient/0b1514fd-58e1-5c78-b8ba-02583d229d61"},"resourceType":"Specimen"} +{"id":"903d3057-cde8-5052-b5aa-543753e16c9e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351045"}],"subject":{"reference":"Patient/b093accf-2957-5882-9f0c-0be70763523e"},"resourceType":"Specimen"} +{"id":"ac826e54-5c94-51f2-8a40-a55b11ae6e3a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351054"}],"subject":{"reference":"Patient/feca1f74-5794-5f5b-821e-d609442892a1"},"resourceType":"Specimen"} +{"id":"8a1ee0ef-1c50-51ea-b96b-1f42177910a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS351055"}],"subject":{"reference":"Patient/b1449109-1afb-557a-b00f-7ef4c70fbeb7"},"resourceType":"Specimen"} +{"id":"bd8060b3-98eb-5b72-a2af-85c8998f1c2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352794"}],"subject":{"reference":"Patient/026aa956-26c5-50c6-b39a-7c451c833617"},"resourceType":"Specimen"} +{"id":"454e5527-b41e-5a84-a649-39ff5742be75","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352795"}],"subject":{"reference":"Patient/5c954ed2-f302-5412-bc98-1d3ed6b7cb33"},"resourceType":"Specimen"} +{"id":"d5eb1a5c-dddb-5fe8-931d-039a22468e9d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352806"}],"subject":{"reference":"Patient/218588f4-fc70-5e05-bbcc-7778cb653bce"},"resourceType":"Specimen"} +{"id":"b4d5da55-4fec-5cf0-b183-609ccdd6d4a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352809"}],"subject":{"reference":"Patient/8ead9ca0-fede-5259-8e20-826fbfce21ed"},"resourceType":"Specimen"} +{"id":"7474da0c-a376-5f36-98fb-1e8f215b1590","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352811"}],"subject":{"reference":"Patient/52309b3b-1f8b-5e91-a78c-9e5cf1adcd1d"},"resourceType":"Specimen"} +{"id":"48b08219-75ae-5403-bb64-ea87b8321b46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352812"}],"subject":{"reference":"Patient/88280c60-30ff-55d3-9e9e-d7bc76873cb9"},"resourceType":"Specimen"} +{"id":"57c5216c-fbf9-5bda-8113-8d2c7780b310","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352814"}],"subject":{"reference":"Patient/477a19a1-7f58-58d3-89e1-daa3bc9ac1c8"},"resourceType":"Specimen"} +{"id":"328aa736-52ed-5d41-a966-fbe96ba31d7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352815"}],"subject":{"reference":"Patient/878ddaf6-b164-5c36-98be-2b4902be8182"},"resourceType":"Specimen"} +{"id":"f8f84c4f-d829-5efa-8463-0be24bc511f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352817"}],"subject":{"reference":"Patient/50281f10-9ce0-5d2b-9c21-fc367fa1ec9f"},"resourceType":"Specimen"} +{"id":"0dc45807-8746-5ef2-99dd-2bb2ee1341a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352818"}],"subject":{"reference":"Patient/5346fbe2-9946-5ec5-8713-525a93e0035d"},"resourceType":"Specimen"} +{"id":"7f05410c-4607-5df1-9dab-e15c0fbf1aa2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352820"}],"subject":{"reference":"Patient/00e98646-f6fa-5859-a8c6-96b3cc70931e"},"resourceType":"Specimen"} +{"id":"713a3bb4-08ad-53fb-9145-43222462486a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352821"}],"subject":{"reference":"Patient/6ffad2eb-4d82-5762-a3f0-595b4d188c24"},"resourceType":"Specimen"} +{"id":"73aad777-5b47-5e11-85ee-d73a92c24604","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352822"}],"subject":{"reference":"Patient/85fbf519-6526-5617-9b38-d59b41fcd8bd"},"resourceType":"Specimen"} +{"id":"ccee8f13-8a06-5ba2-97cd-7f16046c9df7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352823"}],"subject":{"reference":"Patient/b4f1a3cf-f69d-5b44-b9ed-afabf3a1c5ce"},"resourceType":"Specimen"} +{"id":"21554f5e-c325-58ec-a083-fae6311d3025","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352824"}],"subject":{"reference":"Patient/8ebfcf78-ba7e-5092-917e-ac3de1443132"},"resourceType":"Specimen"} +{"id":"46684455-5071-5fe4-ba67-d339b23fff1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352825"}],"subject":{"reference":"Patient/ee793eae-3d04-5896-af0d-f2dd3bb663e2"},"resourceType":"Specimen"} +{"id":"42844593-3318-55f9-99e0-bde0cdfcc594","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352826"}],"subject":{"reference":"Patient/5e246fde-1c43-5eb3-ad97-df993204b914"},"resourceType":"Specimen"} +{"id":"1bed42ea-fc9a-5910-b8fd-4c0b634ff5df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352827"}],"subject":{"reference":"Patient/6a4e74e7-ff98-5731-8256-a74409ef40e9"},"resourceType":"Specimen"} +{"id":"d16e42c1-9049-5d48-8a01-4a13dd363ed1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352828"}],"subject":{"reference":"Patient/a3afb099-f817-50e5-8954-67d77ac96de4"},"resourceType":"Specimen"} +{"id":"756a698a-73eb-5110-9f81-f85684770816","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352829"}],"subject":{"reference":"Patient/299bf263-eb1a-56be-afe1-c5a4473c8708"},"resourceType":"Specimen"} +{"id":"0baa5911-4625-5492-b557-899c9ecdb529","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352830"}],"subject":{"reference":"Patient/0eaadf60-68d4-5b83-8b2b-442a71f38164"},"resourceType":"Specimen"} +{"id":"c230844c-c37f-5437-a3c0-c6f9087e4521","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352831"}],"subject":{"reference":"Patient/8f84766f-d930-5920-a626-d8273390b4e2"},"resourceType":"Specimen"} +{"id":"f1d7531b-1a1a-5f51-80c3-2389d5d2c6ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352832"}],"subject":{"reference":"Patient/1154ac2b-4312-5a3e-9bb8-da891fb76569"},"resourceType":"Specimen"} +{"id":"102fae28-0713-598f-a33b-456be583f357","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352834"}],"subject":{"reference":"Patient/47812b75-9844-5e0e-81ea-5776f2a3d17f"},"resourceType":"Specimen"} +{"id":"96ecba45-5bfe-56f7-8e1d-19bb14236418","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352835"}],"subject":{"reference":"Patient/62bbd2d6-2947-590c-818f-48cb05769a69"},"resourceType":"Specimen"} +{"id":"0d02ab1c-6ed6-54be-ae5f-8a01f3ddbc02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352837"}],"subject":{"reference":"Patient/0f693481-a12b-5965-a47c-39a7a4dd1c75"},"resourceType":"Specimen"} +{"id":"372f940b-6ac6-5ca8-886c-ca596fabaa69","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352839"}],"subject":{"reference":"Patient/94b7a534-0ba4-55ea-b5b1-cf004a0972f7"},"resourceType":"Specimen"} +{"id":"60761520-f986-59ca-a665-9e5b090b32a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352840"}],"subject":{"reference":"Patient/ac8216d6-9ca6-5b4c-918d-40f11a859815"},"resourceType":"Specimen"} +{"id":"e5246ec0-8944-5020-9471-15b301097733","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352841"}],"subject":{"reference":"Patient/627e3994-b52d-5b49-9c44-5ac20754304d"},"resourceType":"Specimen"} +{"id":"d3b6779b-96ed-52b8-a314-29ec5ec845e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352844"}],"subject":{"reference":"Patient/3640adcd-2022-5958-8b9b-a4c91d9d9587"},"resourceType":"Specimen"} +{"id":"12f84802-c3eb-5d34-b627-bf9b02506274","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352845"}],"subject":{"reference":"Patient/bfd24540-70e2-547a-86f7-a852ac4882cd"},"resourceType":"Specimen"} +{"id":"5a322855-f145-5358-9f7e-e8b4336e0ca7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352846"}],"subject":{"reference":"Patient/ca603fe5-c84b-50ab-ae93-a4f4c76330e2"},"resourceType":"Specimen"} +{"id":"3d3250e7-ef96-56eb-94da-95adf9bd49b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352848"}],"subject":{"reference":"Patient/da291a91-dd68-58d3-9a60-2a160abcedb3"},"resourceType":"Specimen"} +{"id":"d746fbe1-6f9c-53c8-afa2-1834e8b10c26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352850"}],"subject":{"reference":"Patient/3b66ceac-b7f8-5974-92f6-e147e9536efc"},"resourceType":"Specimen"} +{"id":"895a28cf-efee-5111-b7f8-869b38d5f3e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352852"}],"subject":{"reference":"Patient/6a71fe6b-45b2-58ee-931a-c0ad3aa9383a"},"resourceType":"Specimen"} +{"id":"3869bd24-2160-5bd8-b0fd-9c47ef6ec1dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352853"}],"subject":{"reference":"Patient/bf4907ff-819a-5ab7-9d3c-3cfc252a6e11"},"resourceType":"Specimen"} +{"id":"c12623a1-a262-5b01-8c45-b193843d5e09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352854"}],"subject":{"reference":"Patient/ba3170cb-b127-54b3-af1e-b147a740de2f"},"resourceType":"Specimen"} +{"id":"05a5ccda-4f9a-531d-a3ff-b3c99dd96732","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352855"}],"subject":{"reference":"Patient/bb76c439-dd2b-5162-b934-570afa1bcdc0"},"resourceType":"Specimen"} +{"id":"5463de9c-6b54-5423-915f-d2f61f7d917a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352857"}],"subject":{"reference":"Patient/97f64f75-9d60-5b2d-ac77-7873373dcc18"},"resourceType":"Specimen"} +{"id":"d38a494f-0c2b-5a14-a8d3-f7a0b038d755","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352858"}],"subject":{"reference":"Patient/fbadf408-116b-578e-a52e-43527aa1ab5c"},"resourceType":"Specimen"} +{"id":"91cdc219-1965-5dab-b68b-5d1b3f0c8e62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352859"}],"subject":{"reference":"Patient/4e9f6c1e-1f95-5e36-83e9-5954bbad5878"},"resourceType":"Specimen"} +{"id":"c5541beb-a415-5fbf-86ff-944c1c333795","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352860"}],"subject":{"reference":"Patient/26ac7d91-368a-5f06-a2c0-8fd2c0bba533"},"resourceType":"Specimen"} +{"id":"9688eb66-3f4b-5d15-ba43-7e8319352980","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352861"}],"subject":{"reference":"Patient/cecc7685-ba95-5c46-99da-8296453c729b"},"resourceType":"Specimen"} +{"id":"e02065cc-274c-5267-ab07-8b6f00747d20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352862"}],"subject":{"reference":"Patient/e1874b0c-9b50-5de7-8864-bc1810940b0f"},"resourceType":"Specimen"} +{"id":"17e2c45e-2fa5-5a1d-8d81-e1ad8a9f1a08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352863"}],"subject":{"reference":"Patient/adc93d6c-de5c-553d-8583-26f694fbec3c"},"resourceType":"Specimen"} +{"id":"b5608eb6-9fa3-5e45-964d-672749235743","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352864"}],"subject":{"reference":"Patient/75163ea6-c465-5e27-a546-6c257ef84f87"},"resourceType":"Specimen"} +{"id":"579b2d30-3d1b-5695-b580-2c9edda09287","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352865"}],"subject":{"reference":"Patient/761ff402-5fb3-5a59-a7a7-5f1898e20a2f"},"resourceType":"Specimen"} +{"id":"ed829773-0490-59a1-9125-2438493b356c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352866"}],"subject":{"reference":"Patient/2fba2a5c-2759-5bd8-9a2f-9e25b9978292"},"resourceType":"Specimen"} +{"id":"82a90f24-d73f-5d7e-8795-503710676a99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352867"}],"subject":{"reference":"Patient/0953c768-1fe4-564b-99ec-27b2e045ff34"},"resourceType":"Specimen"} +{"id":"52676563-ce9a-5448-b91e-61023f34637f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352868"}],"subject":{"reference":"Patient/299b8cc4-6872-5e64-bfeb-04ed221fdb05"},"resourceType":"Specimen"} +{"id":"366c3b67-53fd-54d6-b6fc-26fd372ad092","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352869"}],"subject":{"reference":"Patient/ee5e558f-fe95-5d50-809d-e9abdb25c189"},"resourceType":"Specimen"} +{"id":"cd64de4a-e3d3-5348-afd7-886be917c1cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352870"}],"subject":{"reference":"Patient/a6cca7a2-1280-5c48-85a3-aa223c0d891f"},"resourceType":"Specimen"} +{"id":"17b86c00-b03d-53c6-8877-28308e25fa3a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352871"}],"subject":{"reference":"Patient/5f4fd178-e232-539d-ad6d-f5f00b08df4f"},"resourceType":"Specimen"} +{"id":"dad9e01c-c74f-5a59-8eef-7cf72e9d2793","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352873"}],"subject":{"reference":"Patient/6dc610ed-7545-5c93-952c-0de2fe88a025"},"resourceType":"Specimen"} +{"id":"cbdd226c-ff10-5476-96eb-ef4acbd982ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352874"}],"subject":{"reference":"Patient/67f63a58-3657-5267-84f3-61b4d92615ca"},"resourceType":"Specimen"} +{"id":"820d61a7-f70b-5148-849e-2b2f661bfec1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352875"}],"subject":{"reference":"Patient/0b1d2ad5-d19f-5bb5-8a0e-75f7db8eb882"},"resourceType":"Specimen"} +{"id":"e09c90e2-d846-589d-bb82-0ebc26695adf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352876"}],"subject":{"reference":"Patient/5fc04ad6-dc27-5f32-8c5f-a2bfb97827a0"},"resourceType":"Specimen"} +{"id":"68092ebc-0b43-5383-9543-0dedf924bfa7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352877"}],"subject":{"reference":"Patient/426381d1-847a-54c5-abb9-4332e174875b"},"resourceType":"Specimen"} +{"id":"61093569-f910-5e50-b8e2-41112e8784cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352878"}],"subject":{"reference":"Patient/b4b41e66-bf86-57c6-8b26-c7d2da8c82d8"},"resourceType":"Specimen"} +{"id":"a6836f8c-de44-54a8-a13c-4d2d72bfda0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352879"}],"subject":{"reference":"Patient/6952d2ca-284e-57a1-ae3d-73f11734eb7a"},"resourceType":"Specimen"} +{"id":"56cb85b8-0932-5537-ae0e-019a9ad34a65","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352880"}],"subject":{"reference":"Patient/4b5da745-8924-5ed0-b0de-1e3e32e986dc"},"resourceType":"Specimen"} +{"id":"60e7c19a-ae59-589e-96c7-ee06abec55c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352881"}],"subject":{"reference":"Patient/4f3fc426-2ec5-5d4a-a7fa-d9a2b00df151"},"resourceType":"Specimen"} +{"id":"014689c6-06e9-5c15-940b-144fa66dd63c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352882"}],"subject":{"reference":"Patient/4ae7dfbf-55f4-5a22-bfc3-5943ef6985fa"},"resourceType":"Specimen"} +{"id":"1f31e236-c244-56ba-b63a-9cffdd0c4e9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352883"}],"subject":{"reference":"Patient/7da80baa-b248-547a-8cee-606a605dbe32"},"resourceType":"Specimen"} +{"id":"a14cbb94-a083-51b7-bd78-b51374a57ef8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352884"}],"subject":{"reference":"Patient/52dd6d54-7a7f-5e7f-baaf-dcd17fd9050c"},"resourceType":"Specimen"} +{"id":"76988812-4026-5c2d-85ed-97bed67ea64d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352885"}],"subject":{"reference":"Patient/57e45ab0-aa60-5fb7-9c75-765d21fe5a95"},"resourceType":"Specimen"} +{"id":"78f9240c-7b86-50f7-af84-98452a1e95e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352886"}],"subject":{"reference":"Patient/5fbad7d5-32ba-518c-95cc-5eb99b3ce6b7"},"resourceType":"Specimen"} +{"id":"6946493b-0501-597e-bf81-c0550bdd6a8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352889"}],"subject":{"reference":"Patient/e7bafe58-9587-50cd-96fd-140a14281827"},"resourceType":"Specimen"} +{"id":"27873388-6eef-5b9a-a543-2b4b377e062e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352890"}],"subject":{"reference":"Patient/ec7d1241-c88e-53fa-9969-ed4c05e1ab2f"},"resourceType":"Specimen"} +{"id":"81eab0de-681d-58a2-a44b-80f7252ea396","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352891"}],"subject":{"reference":"Patient/f561dffa-62ca-5b39-8a5a-3f64546a3c98"},"resourceType":"Specimen"} +{"id":"60ad364c-e2a6-5d92-9ad4-a95120d40028","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352892"}],"subject":{"reference":"Patient/c992e445-2226-56a7-a039-adf9bb2f4f39"},"resourceType":"Specimen"} +{"id":"afac2a4a-f325-5c9f-b77d-326211a9848b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352893"}],"subject":{"reference":"Patient/897a5ee8-57ee-5bb7-851a-b66d5437a435"},"resourceType":"Specimen"} +{"id":"b5215f55-cb9f-5968-925a-91c481f36830","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352894"}],"subject":{"reference":"Patient/1b82ddf0-8feb-51a8-b522-e1f22e7e1bd8"},"resourceType":"Specimen"} +{"id":"6bdc0b37-8eab-5d4c-bb68-a3a7b6e3dfe4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352896"}],"subject":{"reference":"Patient/8d5c6f3a-0dbf-54dc-a7ca-5a0e30cc1f21"},"resourceType":"Specimen"} +{"id":"f1f37fad-b453-5bde-a660-cd4fe495a1fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352897"}],"subject":{"reference":"Patient/e1231ef5-142a-52d4-b0d9-010f8ddc3c20"},"resourceType":"Specimen"} +{"id":"edb76749-dd12-547c-bb97-9ff56b7fb0e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352898"}],"subject":{"reference":"Patient/6f28234c-b94a-548c-9e26-012532403b0c"},"resourceType":"Specimen"} +{"id":"17289e8e-aea7-574e-a60b-b23ba6c3135c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352900"}],"subject":{"reference":"Patient/b12090bb-82d8-592c-968c-e85d8ecec45a"},"resourceType":"Specimen"} +{"id":"5859e959-ddf5-5ec6-9649-3fadaffdd006","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352901"}],"subject":{"reference":"Patient/81ee255b-dcc0-54a1-8531-a6be52d9c995"},"resourceType":"Specimen"} +{"id":"b0d8ded2-feb4-561d-9b0a-69e374edbefe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352903"}],"subject":{"reference":"Patient/74951630-aa1b-5bc2-bb5b-f98b7b42ea59"},"resourceType":"Specimen"} +{"id":"87986db3-68fc-5c10-9603-79577d17eb58","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352905"}],"subject":{"reference":"Patient/266ffd24-0d09-56c8-bf36-28c36c5fd04d"},"resourceType":"Specimen"} +{"id":"d66efe1e-1516-55e9-9a82-20d704c207f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352907"}],"subject":{"reference":"Patient/57b04096-9fe6-56d0-bdaa-a0febb2ce3d7"},"resourceType":"Specimen"} +{"id":"53e618d0-5375-5c18-b1dd-8aed22fe128a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352909"}],"subject":{"reference":"Patient/d5492a9d-c885-5296-bc6b-1919ae402372"},"resourceType":"Specimen"} +{"id":"510d9b87-22e1-50fd-bf5d-05a647aa6527","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352911"}],"subject":{"reference":"Patient/f4372689-27ae-5604-9f1e-a724501e2107"},"resourceType":"Specimen"} +{"id":"12d64907-fec8-5ff9-aac9-a3ff8bd87518","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352912"}],"subject":{"reference":"Patient/8b8c67fc-841d-5c56-9cd9-747ca9b4b176"},"resourceType":"Specimen"} +{"id":"37c50479-13e2-5e51-add2-54a190158a59","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352914"}],"subject":{"reference":"Patient/e90bdd5f-d88e-5175-97d5-67291264337f"},"resourceType":"Specimen"} +{"id":"724ac57e-d2b1-5686-b7ac-caa6a43af507","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352915"}],"subject":{"reference":"Patient/1599e1be-e77b-5734-8de3-df82827c194d"},"resourceType":"Specimen"} +{"id":"3fb97919-9487-54eb-a135-310d6bc30ca8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352916"}],"subject":{"reference":"Patient/54c8a86b-d16c-5186-b1a8-1856dbb0b2a9"},"resourceType":"Specimen"} +{"id":"b452d918-d9ef-5ed3-bf3f-54772847a3dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352917"}],"subject":{"reference":"Patient/a6a15497-a271-57cd-b76d-dbeec8a4cf22"},"resourceType":"Specimen"} +{"id":"0910d247-ee0d-5b63-b12a-1c6914b9bc23","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352918"}],"subject":{"reference":"Patient/30c1c632-4b50-587a-bd85-44e6862dac8c"},"resourceType":"Specimen"} +{"id":"cc364b66-d40b-5c6a-8122-1d210b25a189","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352919"}],"subject":{"reference":"Patient/4870f30b-2267-5d0e-aab0-bdad3300be47"},"resourceType":"Specimen"} +{"id":"64eaac44-ecd2-5feb-9bcc-ebeb6f2a87a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352920"}],"subject":{"reference":"Patient/f4c2578b-02df-5368-9bab-8506e3a3b575"},"resourceType":"Specimen"} +{"id":"e3f40e2b-f1c5-5f84-85bf-4c534aa2e223","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352922"}],"subject":{"reference":"Patient/76eb4879-4b4b-5f0a-acfa-a0fb68fd4744"},"resourceType":"Specimen"} +{"id":"3b1c8648-3268-5fb8-8a9a-921c59e0915f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352923"}],"subject":{"reference":"Patient/2801c2be-b81b-5efb-a401-e48d02d4c88f"},"resourceType":"Specimen"} +{"id":"c1628d3b-c2e3-5071-a923-f39f5b50f21e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352924"}],"subject":{"reference":"Patient/9c5e1439-c66d-5c48-a8c2-364387ab6960"},"resourceType":"Specimen"} +{"id":"123f5549-3a70-5afd-8fdd-c9865fc2f6f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352925"}],"subject":{"reference":"Patient/658ae9ee-835e-5685-9ed6-028ae457cf0d"},"resourceType":"Specimen"} +{"id":"9a446a7d-8a20-5ce7-bb48-bfd6e63cd1ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352926"}],"subject":{"reference":"Patient/51c52a90-cd47-568b-8597-965c2ec158a4"},"resourceType":"Specimen"} +{"id":"35e1c9a8-8822-5d56-845b-48cf76c2e822","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352927"}],"subject":{"reference":"Patient/0b325189-866d-5dbe-9c39-e189063ee50f"},"resourceType":"Specimen"} +{"id":"3ec264ee-1834-56b3-b7ce-e19f30c2afdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352928"}],"subject":{"reference":"Patient/4dff596d-d8d1-5ee8-b0e2-a5664c32f002"},"resourceType":"Specimen"} +{"id":"0c5bf1e4-9844-5854-9552-c5522b902623","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352930"}],"subject":{"reference":"Patient/f545ef25-57fd-507e-a9d4-a87a44cff429"},"resourceType":"Specimen"} +{"id":"6d64cd02-015b-5398-a111-a33b8ac8a18e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352931"}],"subject":{"reference":"Patient/3acfe710-be9a-596c-af14-12de203b1016"},"resourceType":"Specimen"} +{"id":"68ca6d24-4a29-55c9-9ecb-ea018bc41445","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352932"}],"subject":{"reference":"Patient/d974b18b-3644-59da-8dbb-f896ca82653c"},"resourceType":"Specimen"} +{"id":"57ce8760-47bc-571a-91f6-06f2e634174b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352933"}],"subject":{"reference":"Patient/1285533f-3655-5bfc-ae46-811d2b43b1fa"},"resourceType":"Specimen"} +{"id":"a1ccc78a-2aa8-5d0f-8021-89db84911c03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352934"}],"subject":{"reference":"Patient/8d4f5150-0adf-503b-b8e7-a84df85c8ac3"},"resourceType":"Specimen"} +{"id":"a00e9966-b4a6-5a9c-90dd-0b29d3eec324","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352935"}],"subject":{"reference":"Patient/d26946c6-7583-5481-9dbf-7919ae94582e"},"resourceType":"Specimen"} +{"id":"22011f69-4324-55ee-963d-7c6e5fd43a7d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352936"}],"subject":{"reference":"Patient/6cc48172-36c4-5718-bca9-e88f9ba30232"},"resourceType":"Specimen"} +{"id":"ea641b0f-2041-50c2-9842-b4324422aaf0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352937"}],"subject":{"reference":"Patient/f2665f5e-b01a-5dfe-a56a-14469bcbac04"},"resourceType":"Specimen"} +{"id":"a2a6198a-8a12-5d00-9644-3b680cc92666","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352938"}],"subject":{"reference":"Patient/e7aa19c2-c0d7-5b92-841c-bde819e70dd6"},"resourceType":"Specimen"} +{"id":"3b5b6237-7fed-526f-bd4e-7beb5aa492e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352939"}],"subject":{"reference":"Patient/e2cac67c-a878-5b07-8831-a5492009b117"},"resourceType":"Specimen"} +{"id":"26caaf69-b27d-53a6-adad-c34c1bcebe71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352940"}],"subject":{"reference":"Patient/dc22011c-7557-58bc-b5b4-8cec31912ecc"},"resourceType":"Specimen"} +{"id":"0ee3a379-8a32-514c-9a83-eb351c654716","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS352941"}],"subject":{"reference":"Patient/87160edc-6ef2-5150-a6f7-f69cee5e9cdc"},"resourceType":"Specimen"} +{"id":"273f8e58-b616-5eac-b2d4-f12797e611ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368094"}],"subject":{"reference":"Patient/1f0e7c14-2167-5672-9eae-d0a1bd5551b3"},"resourceType":"Specimen"} +{"id":"1fefede7-c1e1-56dc-b8dc-4297670c680e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368096"}],"subject":{"reference":"Patient/50ff18e4-8b2b-5b3e-a37f-b69a8a6379ae"},"resourceType":"Specimen"} +{"id":"e2cf4984-afb8-52b8-ab01-ee1be1facca4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368097"}],"subject":{"reference":"Patient/9eab390a-ae44-5769-9461-12d96c899413"},"resourceType":"Specimen"} +{"id":"a35e6373-5090-5c41-a722-e67b13cef2ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368100"}],"subject":{"reference":"Patient/bfa1b4b6-ff26-557f-96f5-fe5371591b20"},"resourceType":"Specimen"} +{"id":"0f6a9061-bec6-522a-90ea-67e96b75c6dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368103"}],"subject":{"reference":"Patient/e8db4312-9de5-5a93-a124-5644ecbf581f"},"resourceType":"Specimen"} +{"id":"3d17f0e3-4159-51f2-b8af-14dd79877fd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368105"}],"subject":{"reference":"Patient/25e587fb-b64a-5d8c-9dd6-f297db37f54e"},"resourceType":"Specimen"} +{"id":"16c0096e-a626-57ea-a0c3-d50ccdb17824","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368106"}],"subject":{"reference":"Patient/0b4afd30-2703-5118-b67e-357bd9045f47"},"resourceType":"Specimen"} +{"id":"d797ddd4-039e-575f-a5fe-58f5a1133b90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368108"}],"subject":{"reference":"Patient/ba149bcf-70d5-5198-b368-d0a07af2558f"},"resourceType":"Specimen"} +{"id":"ce8a4fe8-81be-5fd7-85e6-896b261216a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368109"}],"subject":{"reference":"Patient/eee84dab-22c3-5484-beca-1175fd05c158"},"resourceType":"Specimen"} +{"id":"399ee350-43ba-505a-af5e-fc1d0cbe7511","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368111"}],"subject":{"reference":"Patient/d1b4be32-9d91-5a9d-85ac-3f8140a3c7ae"},"resourceType":"Specimen"} +{"id":"19901460-9e80-514b-8aa4-e52ea792b2a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368112"}],"subject":{"reference":"Patient/75d4fea0-34f4-59e8-bdf9-9a9fe0eeee5d"},"resourceType":"Specimen"} +{"id":"7f471c44-25f0-5baf-ac31-d8ea63c77ca3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368115"}],"subject":{"reference":"Patient/fa23825f-0a7e-54cb-9a9d-89de389e89aa"},"resourceType":"Specimen"} +{"id":"9d2d1c21-d70f-5f2d-87da-5f6dfe0a8a92","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368118"}],"subject":{"reference":"Patient/83ea22d4-836e-5774-9808-8432e0c43476"},"resourceType":"Specimen"} +{"id":"f7ef9a4f-5c36-515e-8d92-3a8544ad405d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368120"}],"subject":{"reference":"Patient/e83b0e06-979a-5dc3-bbfa-2249b070501a"},"resourceType":"Specimen"} +{"id":"735013e2-90d3-5b98-bf67-963a545d8d7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368121"}],"subject":{"reference":"Patient/c25a89e4-545a-5faa-9a39-c6866b49f41d"},"resourceType":"Specimen"} +{"id":"4f54862e-00c4-5f83-a7f6-3daaf50b5e20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368123"}],"subject":{"reference":"Patient/486c2841-eee5-5261-b3db-6e6647caa6b3"},"resourceType":"Specimen"} +{"id":"88f441b9-f54a-5d3e-8dfb-2b3c7bf5ea98","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368124"}],"subject":{"reference":"Patient/d379f5be-0822-54a7-969c-336fb9fea9d7"},"resourceType":"Specimen"} +{"id":"83a8f32e-d91c-52d9-a9c1-cf9e3fab41c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368125"}],"subject":{"reference":"Patient/0537d374-fab7-5ae4-9cfa-f35a791a1579"},"resourceType":"Specimen"} +{"id":"034dc58b-1538-5c2b-9281-4ea0806752c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368126"}],"subject":{"reference":"Patient/28f1d727-4424-51be-bbf6-af93aabed7ac"},"resourceType":"Specimen"} +{"id":"00a9dbdf-d4be-5f84-a6ce-00f35eeea8f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368128"}],"subject":{"reference":"Patient/812cfae5-8927-5ece-83c2-57188669c7b4"},"resourceType":"Specimen"} +{"id":"9bcdcec0-43d7-550f-be6e-9ed2b7cc9fd9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368129"}],"subject":{"reference":"Patient/8f190dc1-99ea-57b3-ab97-47b9acd07fc8"},"resourceType":"Specimen"} +{"id":"2261dde5-9c4c-5e12-948c-7817ee4446cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368130"}],"subject":{"reference":"Patient/f8a9545f-155a-5fa1-b98b-7add73eb2dce"},"resourceType":"Specimen"} +{"id":"b41ac00f-8cc8-5436-bb64-677c92359f37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368131"}],"subject":{"reference":"Patient/b1e27b1f-0ce1-5e1c-9657-170419afcbb1"},"resourceType":"Specimen"} +{"id":"609a788f-ff7e-5474-ab79-4dd98b31d84b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368132"}],"subject":{"reference":"Patient/2da5f004-f049-595a-89d7-e73fb0b74c6b"},"resourceType":"Specimen"} +{"id":"280a322a-7abd-5d0f-9686-2b60838c320d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368133"}],"subject":{"reference":"Patient/5dcebd0a-e2ce-5e0a-bd2e-c162257bbcb3"},"resourceType":"Specimen"} +{"id":"26d8853a-a52f-5c24-855a-d328d557a349","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368134"}],"subject":{"reference":"Patient/fd0bcbfe-38a8-5c83-913d-a6283284a0de"},"resourceType":"Specimen"} +{"id":"d0d975ba-dce0-589e-84d8-87f2d86c6287","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368136"}],"subject":{"reference":"Patient/5df329c8-8abe-5dcd-b349-8aa387095011"},"resourceType":"Specimen"} +{"id":"01c4a6b0-931a-5d2f-943c-87c151c742c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368141"}],"subject":{"reference":"Patient/cdd113ca-4877-53ce-9a45-74bcdda4577a"},"resourceType":"Specimen"} +{"id":"4f02437b-0eb7-53e1-88d0-ca3639a424b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368145"}],"subject":{"reference":"Patient/ac294e3c-cfc4-5afd-8c69-a679b8619bc9"},"resourceType":"Specimen"} +{"id":"20d86e07-fa9d-59b5-b4fc-64c6a575aab1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368147"}],"subject":{"reference":"Patient/82244191-ff76-59a3-b705-d3a694efe133"},"resourceType":"Specimen"} +{"id":"1d22b8d1-8b90-5fcc-98c2-8ed1831f8995","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368150"}],"subject":{"reference":"Patient/bcacea47-f1d2-550f-9238-680ac8ea5d7d"},"resourceType":"Specimen"} +{"id":"fca7cb2f-dd66-5869-98ff-7085f3f396fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368152"}],"subject":{"reference":"Patient/9ce32d0d-9ada-5cbc-84d4-b207231f3f77"},"resourceType":"Specimen"} +{"id":"749e1ae7-6ed1-5c68-9101-d39e4e592af7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368158"}],"subject":{"reference":"Patient/2590c0be-1091-5859-a1f7-7b18a20358b7"},"resourceType":"Specimen"} +{"id":"7a6f75b9-6247-53bf-9d23-e3c5d64eabd8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368160"}],"subject":{"reference":"Patient/b934d114-c50a-55be-9940-b2a2e1b1e87e"},"resourceType":"Specimen"} +{"id":"8e77073e-fe7c-52ed-aceb-9805f466776f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368166"}],"subject":{"reference":"Patient/f9080b2d-c164-5dab-848e-576c1b4ef3fc"},"resourceType":"Specimen"} +{"id":"2abfd85f-8188-5a82-a934-c2143096e36c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368168"}],"subject":{"reference":"Patient/d695eb27-a797-58f5-9ffb-b084fb9ead2e"},"resourceType":"Specimen"} +{"id":"84d0c066-0de6-5cbe-aea7-a00d1e2044dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368170"}],"subject":{"reference":"Patient/abb4d473-ba7f-5ddf-93dc-074e4082eb2e"},"resourceType":"Specimen"} +{"id":"0204677a-be88-5854-89fa-029d8105d221","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368171"}],"subject":{"reference":"Patient/d7dee585-689b-57d5-8e91-b1fd6a10e499"},"resourceType":"Specimen"} +{"id":"9c7e2e32-8798-52b9-a12e-1c4968792f12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368173"}],"subject":{"reference":"Patient/2eb08329-c97f-50c7-88e4-72f275e9f85d"},"resourceType":"Specimen"} +{"id":"a8fd32d4-45ed-5cd2-aaeb-3f5063183d24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368175"}],"subject":{"reference":"Patient/6885cf10-50fc-507f-baaa-59d3e5212523"},"resourceType":"Specimen"} +{"id":"55915f2e-ab29-5227-be53-47a22d24bef1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368176"}],"subject":{"reference":"Patient/bebe3cef-3d82-59a7-8963-062d0daf9ebb"},"resourceType":"Specimen"} +{"id":"530e2a52-2d19-5bdf-b294-6e8cdf53c7c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368178"}],"subject":{"reference":"Patient/e178abbe-8a9c-5aa8-bd1d-67bfd664ac5e"},"resourceType":"Specimen"} +{"id":"59cdbb24-217a-5ead-94c8-30a9a642d35d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368179"}],"subject":{"reference":"Patient/0e5268a7-e939-5d13-a62f-ee20c2726b40"},"resourceType":"Specimen"} +{"id":"b0927f7f-b1f1-53ef-87d5-5ccc09af63c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368181"}],"subject":{"reference":"Patient/7597f2e9-3e3c-5cad-ba6c-ce17d7739525"},"resourceType":"Specimen"} +{"id":"da5bf388-cb25-52ca-94b3-0261fd6f4f42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368186"}],"subject":{"reference":"Patient/6433ee63-4573-50b9-8d0d-9619b509978c"},"resourceType":"Specimen"} +{"id":"9c185989-23e5-5d4b-99b5-edb2ba24df99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368188"}],"subject":{"reference":"Patient/ff3da2ea-c5ab-568e-bc2c-de68a9527862"},"resourceType":"Specimen"} +{"id":"dc2ebfb6-c51d-5a5c-a20f-fab91d9c5398","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368190"}],"subject":{"reference":"Patient/6e723cf8-a9e6-55b2-b43e-6a73ca563895"},"resourceType":"Specimen"} +{"id":"a6d4e2e9-671d-5a60-9e1f-926696c276f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368193"}],"subject":{"reference":"Patient/3929ecf6-da31-5d71-8183-b15a843246ca"},"resourceType":"Specimen"} +{"id":"c8b24270-48a8-5d86-8dcc-9d8084caa577","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368194"}],"subject":{"reference":"Patient/baad6db0-3a4e-554c-ad65-2426717bc1b8"},"resourceType":"Specimen"} +{"id":"2ad957e3-f0b0-543c-a920-a18fb3450852","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368196"}],"subject":{"reference":"Patient/e21cfca6-1b1c-5494-acb9-c1b84f4c2bc3"},"resourceType":"Specimen"} +{"id":"5ba918b7-7a1d-5f46-b2f7-d41aa17fc671","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368198"}],"subject":{"reference":"Patient/a3e03628-50ed-5394-95d5-03c9cc2a90ca"},"resourceType":"Specimen"} +{"id":"b75b675d-271c-517b-957f-4408c9725d57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368202"}],"subject":{"reference":"Patient/4037cb6b-4d51-5097-828a-1d7b15b833a5"},"resourceType":"Specimen"} +{"id":"fe6a4bf7-2d1c-5326-b5ac-fa0f24e5360d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368205"}],"subject":{"reference":"Patient/743ac672-8b7a-58e2-9520-b447eaaa103f"},"resourceType":"Specimen"} +{"id":"e4e5c87d-7069-557b-a246-c094f1a5ffec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368206"}],"subject":{"reference":"Patient/669c13ee-c5c7-5ea0-bfcf-a05b8885eb13"},"resourceType":"Specimen"} +{"id":"58ff5b41-4fb5-5be7-a257-4776e6809da0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368208"}],"subject":{"reference":"Patient/77a49475-eb65-5b95-ac29-8ff82954cacb"},"resourceType":"Specimen"} +{"id":"21021f79-30e4-5e1d-aa90-9a173acde3f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368209"}],"subject":{"reference":"Patient/0e0cd4cf-a21a-56cc-9d86-b2eca87519d9"},"resourceType":"Specimen"} +{"id":"df87edb9-bd40-58d2-91da-beda7f300e2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368213"}],"subject":{"reference":"Patient/9a8d27db-91c6-5c3c-803e-ec4b75883fd0"},"resourceType":"Specimen"} +{"id":"17928c04-71fb-586c-ba76-c82730907bcb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368215"}],"subject":{"reference":"Patient/ec405fa6-9fd6-5079-9ef7-a5fd7718e7f5"},"resourceType":"Specimen"} +{"id":"705d45f3-6c56-5a8b-82cc-c8fa359e1628","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368220"}],"subject":{"reference":"Patient/d551a156-2ef9-5bce-8d87-b046c0c9c6c1"},"resourceType":"Specimen"} +{"id":"d5f7ae0b-f2a8-5f2b-9f10-240b2446317c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368221"}],"subject":{"reference":"Patient/c36da5c0-e14f-5476-b432-1daafddd9511"},"resourceType":"Specimen"} +{"id":"5e282553-9f3f-5c8f-8e36-07720f29729e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368222"}],"subject":{"reference":"Patient/c47c34be-1f47-5b6f-8359-bcbd37e7b676"},"resourceType":"Specimen"} +{"id":"f602c7fa-f02f-5639-a121-c211eb907d61","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368225"}],"subject":{"reference":"Patient/72b6c654-58cf-5732-bf60-9655050a3deb"},"resourceType":"Specimen"} +{"id":"d43efbc8-8027-56a8-b520-9af290bb16ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368227"}],"subject":{"reference":"Patient/fe6058c6-ce83-5ef1-b3e7-dc19f16b266d"},"resourceType":"Specimen"} +{"id":"6cc24988-8119-5a14-8454-c9fb55b28eff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368231"}],"subject":{"reference":"Patient/87bad074-1616-5355-8e28-83c4fe9a2be0"},"resourceType":"Specimen"} +{"id":"cbe37bb4-fa3f-5895-b64d-338a4cc58fd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368234"}],"subject":{"reference":"Patient/2e3cbba1-56b9-5478-b4bb-fd9b7a49b817"},"resourceType":"Specimen"} +{"id":"b8e945ef-9c6c-5dcb-a279-955b234bea71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368236"}],"subject":{"reference":"Patient/a7e5a021-723a-53b4-a876-065028029ad4"},"resourceType":"Specimen"} +{"id":"f0c24bd0-8a19-5574-96e4-de83e7c2a731","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368237"}],"subject":{"reference":"Patient/35ca7d82-5cb6-5742-8cf0-46353785fc90"},"resourceType":"Specimen"} +{"id":"10a45dde-97d3-5ae8-bf1a-6d7723ec12d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368239"}],"subject":{"reference":"Patient/6ac67d20-811c-51d4-a750-e4103540fc90"},"resourceType":"Specimen"} +{"id":"20da053a-874d-539a-8046-46c14b8dabd1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368240"}],"subject":{"reference":"Patient/38f82163-1b16-5dbd-967f-6ee886515e1e"},"resourceType":"Specimen"} +{"id":"67628716-eb2e-5005-9eac-e26b9d3aca53","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368244"}],"subject":{"reference":"Patient/fd212df0-6fc7-5223-b641-a288df7da4ff"},"resourceType":"Specimen"} +{"id":"73865516-1f07-5fc0-a45f-786f92872c23","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368245"}],"subject":{"reference":"Patient/2da3dd77-9bbd-59f2-9af6-cf89c9f1286a"},"resourceType":"Specimen"} +{"id":"2b03ab4d-adb1-5332-a949-4ef8f65e22fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368247"}],"subject":{"reference":"Patient/e8f91dd0-c3a1-56ac-9cff-a34700a2496a"},"resourceType":"Specimen"} +{"id":"4a80cd1c-1972-58ef-aff1-89ccfe3b92b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368248"}],"subject":{"reference":"Patient/89eb31f1-bd8a-5f7f-9689-45dffc804fd4"},"resourceType":"Specimen"} +{"id":"6b89b8ef-1b22-53ba-82ab-5856e93df3ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368250"}],"subject":{"reference":"Patient/1aefc3b7-2678-5af6-97af-53413d232d35"},"resourceType":"Specimen"} +{"id":"001333c2-945d-56fe-ab98-7974de1d6823","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368251"}],"subject":{"reference":"Patient/6da6902f-6a09-545a-8dad-b57379f59de7"},"resourceType":"Specimen"} +{"id":"1191ac92-8c6a-5851-bdd0-fde08ecbf0de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368253"}],"subject":{"reference":"Patient/1bef2da5-0f2c-5727-8b6d-1f0aac067de8"},"resourceType":"Specimen"} +{"id":"d99f5f85-19d3-5a9e-9e1e-5a673377e042","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368254"}],"subject":{"reference":"Patient/2cdf3e37-96ec-59a4-bd8b-cb3eaa91b12d"},"resourceType":"Specimen"} +{"id":"12d8a2fd-7dd4-51b2-97a3-0c29cb757c79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368256"}],"subject":{"reference":"Patient/d059c21d-a09a-5b41-80a2-71447d5eae56"},"resourceType":"Specimen"} +{"id":"c35e559d-d7f0-5d2d-a318-b7ba5b69dd1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368257"}],"subject":{"reference":"Patient/81034f7c-99e2-5f09-9e1b-f0f6ad0bf1fd"},"resourceType":"Specimen"} +{"id":"b03e8a2b-4f84-5434-b665-49518f64b2f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368259"}],"subject":{"reference":"Patient/5bd49906-b081-5a57-b852-b530d4dba4a5"},"resourceType":"Specimen"} +{"id":"d39e79c6-91fd-5d7c-810c-bd00cd7983ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368260"}],"subject":{"reference":"Patient/944ff462-fc58-56f3-afac-8d46840b87ae"},"resourceType":"Specimen"} +{"id":"52ebe0f3-b269-5004-8603-1a0dc4fc0a0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368262"}],"subject":{"reference":"Patient/1e5d2cf7-e7d4-5392-b24d-eaca22212df7"},"resourceType":"Specimen"} +{"id":"a17cc42c-cd04-5c4a-9371-65c9722843e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368263"}],"subject":{"reference":"Patient/e1b2014b-f0ed-5c5f-8e58-1e1345a4874e"},"resourceType":"Specimen"} +{"id":"f4629c28-7ed6-58de-a1e4-5dae2427045c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368265"}],"subject":{"reference":"Patient/36af548b-1702-5a7b-92fe-942a146919f4"},"resourceType":"Specimen"} +{"id":"7bf5c4a7-f1ff-5d36-b854-6e021cf7055e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368266"}],"subject":{"reference":"Patient/23e37a6c-5459-56ec-aced-0203c140a3ec"},"resourceType":"Specimen"} +{"id":"74cec769-c5e4-5ade-be3c-e63864e7e5a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368268"}],"subject":{"reference":"Patient/3340d0e8-ae89-5ef9-a68b-12d5f452f8fa"},"resourceType":"Specimen"} +{"id":"a805dd89-c049-53f7-889a-b8c7121242aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368269"}],"subject":{"reference":"Patient/503e88b1-4930-5563-9794-3189e3c97038"},"resourceType":"Specimen"} +{"id":"4eca768a-ce2e-523d-be85-db44634cbf9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368271"}],"subject":{"reference":"Patient/4281800a-996c-50d2-8440-caf9dc310344"},"resourceType":"Specimen"} +{"id":"4bcacd3e-e703-5ca5-a0d7-be44b0eca46e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368272"}],"subject":{"reference":"Patient/f1003ad5-fdfe-5262-9aa5-4956d0a2c784"},"resourceType":"Specimen"} +{"id":"91d9c3ba-0101-5df5-b8c7-d6f8d6a3bd8d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368274"}],"subject":{"reference":"Patient/02ee4387-a3cb-58ea-96fe-805f89b86aca"},"resourceType":"Specimen"} +{"id":"375e58a0-70cf-5213-aa02-1f4b787faef9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368275"}],"subject":{"reference":"Patient/1c4b5160-d924-5d10-9652-d116ea8311bf"},"resourceType":"Specimen"} +{"id":"1b89e7e0-dcd6-5c6b-94c5-b58c6fca4125","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368278"}],"subject":{"reference":"Patient/79746fad-992c-57d0-a593-3723a4c510c9"},"resourceType":"Specimen"} +{"id":"c1fc6a01-91ae-5c8e-855f-2e5b4e0947d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368280"}],"subject":{"reference":"Patient/fe62c4c8-b5e4-5697-b9bb-436da789bcc1"},"resourceType":"Specimen"} +{"id":"19af7ed6-0858-5233-8fb1-e908ffad99b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368283"}],"subject":{"reference":"Patient/061bf066-4eaa-5a6c-b491-2d6f46b0c6dc"},"resourceType":"Specimen"} +{"id":"b7a545b2-8a5a-5830-80a4-bb98c08d0c74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368284"}],"subject":{"reference":"Patient/8060f437-e7e6-59ff-8157-28db8bc10ee5"},"resourceType":"Specimen"} +{"id":"6bf6effb-038b-5a5a-8d69-6e18ea41b87f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368286"}],"subject":{"reference":"Patient/96af4853-7bb4-57c3-a136-0064439f9044"},"resourceType":"Specimen"} +{"id":"2e6550a0-ff1f-5b99-b634-5c5df5b7d118","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368287"}],"subject":{"reference":"Patient/64a12aef-13b9-5e7b-9e70-0eb1395223c6"},"resourceType":"Specimen"} +{"id":"5d56060a-7ba1-5b2e-862b-2290dd69c476","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368290"}],"subject":{"reference":"Patient/e2a3f881-a3df-5699-8285-6003887d2223"},"resourceType":"Specimen"} +{"id":"dbd4f8a6-a241-576b-bc88-8c710b1e6fd9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368292"}],"subject":{"reference":"Patient/33ed9141-0d17-568e-8100-3ad9db6ee9e7"},"resourceType":"Specimen"} +{"id":"6f7c7d08-dc7d-5510-ac56-ef04e768b80b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368294"}],"subject":{"reference":"Patient/013ee16f-64c9-5eb3-919d-247e7ae1af50"},"resourceType":"Specimen"} +{"id":"f58bc400-bced-5320-864b-05f83b5b1de4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368296"}],"subject":{"reference":"Patient/f2a4a164-b57f-5106-a0a1-b3e79487ecab"},"resourceType":"Specimen"} +{"id":"340c7a6d-0418-5500-970b-c665aa65e860","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368298"}],"subject":{"reference":"Patient/ece1d771-cf64-5a3c-b551-a161b5cc1e63"},"resourceType":"Specimen"} +{"id":"f61ef2d1-0d06-5cf9-a2d8-4d02cca3317b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368300"}],"subject":{"reference":"Patient/0a9789b3-beef-5291-8078-56f688f23817"},"resourceType":"Specimen"} +{"id":"18fba00f-102f-5ada-8ecf-3315cd33e365","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368304"}],"subject":{"reference":"Patient/11e9fc9c-0d67-5b62-8f7f-8ce0fe34b99b"},"resourceType":"Specimen"} +{"id":"d4a11e09-4cd3-517d-a446-ff01bfe655f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368306"}],"subject":{"reference":"Patient/981ff1b9-6588-599c-8713-52bb1fc70e0a"},"resourceType":"Specimen"} +{"id":"e5d51c45-c065-576e-9f93-2609eaadc51a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368308"}],"subject":{"reference":"Patient/da42ee64-a6af-5d59-9f45-dc49ddfb3bae"},"resourceType":"Specimen"} +{"id":"122b1a5a-3090-5596-aead-9d3e4eae460d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368309"}],"subject":{"reference":"Patient/57c863b4-4fa5-57fd-bef1-25dcf4849712"},"resourceType":"Specimen"} +{"id":"c5c1df5b-c525-5f00-8a8b-467aac325e98","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368310"}],"subject":{"reference":"Patient/fa8cbac0-c01e-57d1-a02a-6bae0c451ec1"},"resourceType":"Specimen"} +{"id":"3ca6716b-b6d5-580c-8ccc-d212a93f81f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368312"}],"subject":{"reference":"Patient/1d48937a-e0df-5b0b-ab75-003ba77e5943"},"resourceType":"Specimen"} +{"id":"9375b021-bbf5-5a65-a57d-e4f8ca112c68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368313"}],"subject":{"reference":"Patient/e0283636-3820-5f6f-84e3-4d94f99388d2"},"resourceType":"Specimen"} +{"id":"d171e342-2586-5a2d-b20a-d2ac75731d78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368314"}],"subject":{"reference":"Patient/b5ca79c9-7d93-574c-a1ff-8450451426fe"},"resourceType":"Specimen"} +{"id":"2c8f8ec6-b724-5ef7-8687-8f0a757733b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368316"}],"subject":{"reference":"Patient/7c2f15b1-f7a7-5a14-9302-f4c82836e82e"},"resourceType":"Specimen"} +{"id":"24f124fe-684c-561b-95c0-0527540d2a6a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368317"}],"subject":{"reference":"Patient/8be76536-e369-5468-880a-fbeedb75fed3"},"resourceType":"Specimen"} +{"id":"898ce747-fab3-58cb-a2ea-3fc6cb65cf49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368318"}],"subject":{"reference":"Patient/288b1208-7385-5516-b6fc-373c30c90bac"},"resourceType":"Specimen"} +{"id":"b3e5a4a0-ad92-5384-9235-bd0156bdf2b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368320"}],"subject":{"reference":"Patient/de3b7a44-8f7b-512a-93f9-daad0cf423af"},"resourceType":"Specimen"} +{"id":"41b2bc66-d337-5822-8a1b-7281d65c9089","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368321"}],"subject":{"reference":"Patient/9f26c5df-aed5-56dc-be37-655b5bda34b6"},"resourceType":"Specimen"} +{"id":"860228e7-f4e6-5284-b7e7-bc36b050b24e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368322"}],"subject":{"reference":"Patient/417e473c-b650-5bff-b943-3ec5f08e20c3"},"resourceType":"Specimen"} +{"id":"f7458f87-e8e2-51bc-b4e0-509dbb036040","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368323"}],"subject":{"reference":"Patient/5373c9eb-aa8a-5ad6-b887-07f850b4c41d"},"resourceType":"Specimen"} +{"id":"eee708ee-a72e-5c64-a3ef-89e6b8c94ad7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368332"}],"subject":{"reference":"Patient/7cb39284-4d3c-56be-ab69-04d316a8cd7f"},"resourceType":"Specimen"} +{"id":"554ac4a3-48d9-5a77-bfbb-1284a5219bd2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368334"}],"subject":{"reference":"Patient/1ecafdd7-aa5b-5885-a8a9-5547baf9c766"},"resourceType":"Specimen"} +{"id":"e97b3d06-1123-5bd3-91c6-302c6ab0ee52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368338"}],"subject":{"reference":"Patient/b4e08bd7-88a2-5919-89ee-964b188192e4"},"resourceType":"Specimen"} +{"id":"3abfb434-dbdd-531f-b9cb-f60e77a08111","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368341"}],"subject":{"reference":"Patient/a000717a-3950-5f45-b201-85577b3658c1"},"resourceType":"Specimen"} +{"id":"49fd20f0-f277-5825-aed7-9f66d022730f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368344"}],"subject":{"reference":"Patient/dc82edf6-2618-5253-9e8b-9abad2fb4095"},"resourceType":"Specimen"} +{"id":"b210fb14-b87a-5d41-bf6f-c0e3e05f3f83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368345"}],"subject":{"reference":"Patient/27bdf5d9-01c0-5b93-8044-40159f3d9dba"},"resourceType":"Specimen"} +{"id":"1f0965a8-8158-5f09-b903-3931ace4658b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368347"}],"subject":{"reference":"Patient/0d749330-431f-55d0-985d-fdc11d1972da"},"resourceType":"Specimen"} +{"id":"8e2e8317-b9de-5327-a025-a7b1ad57e531","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368350"}],"subject":{"reference":"Patient/1c793476-3dbe-54e0-9b3e-a0238ac6f3f5"},"resourceType":"Specimen"} +{"id":"fdeeabf4-16f3-5d5e-99cf-2a40c00593e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368351"}],"subject":{"reference":"Patient/0afef885-e47b-5208-8ae1-ded6b93152ec"},"resourceType":"Specimen"} +{"id":"68e32909-9dfa-5e5a-b226-92e7a57c873f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368355"}],"subject":{"reference":"Patient/40926566-9820-5c51-858e-b42952d32335"},"resourceType":"Specimen"} +{"id":"bd958287-ff89-5cbc-8a7b-108aa18199e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368359"}],"subject":{"reference":"Patient/c368ad95-917e-5266-b3ad-e928d4c6d5e5"},"resourceType":"Specimen"} +{"id":"775f3bd1-c31d-52c3-bea4-11c8111ba9bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368361"}],"subject":{"reference":"Patient/a88edd47-a5a1-530f-a8fa-1b0359721413"},"resourceType":"Specimen"} +{"id":"1a091104-351d-596e-b35b-bc268924daaa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368363"}],"subject":{"reference":"Patient/453114f1-165e-52ab-a462-dfb632ff89c2"},"resourceType":"Specimen"} +{"id":"942819b7-27cd-54da-baf2-d3b0487be406","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368365"}],"subject":{"reference":"Patient/eefcc8bd-4676-5b67-a47b-f24702106db4"},"resourceType":"Specimen"} +{"id":"9e88dcfe-37c3-5d21-a852-69b1a3d960bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368366"}],"subject":{"reference":"Patient/ebd8dcbb-06dc-5216-a314-4f5451aa85fe"},"resourceType":"Specimen"} +{"id":"760e02cd-7692-5cd7-9311-4e245b043bc4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368367"}],"subject":{"reference":"Patient/b1ac3216-8c12-5320-87d4-e95514637533"},"resourceType":"Specimen"} +{"id":"e76efd30-d42c-558f-8bdc-b4c85a8ffd9e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368368"}],"subject":{"reference":"Patient/f3f2f428-3e09-5775-ba82-5e100c7a6c2f"},"resourceType":"Specimen"} +{"id":"d20d16fc-32e0-5d9b-803e-d75b1698aa3e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368369"}],"subject":{"reference":"Patient/76d35c14-26fb-5eb6-a32e-4d8fa5be6aab"},"resourceType":"Specimen"} +{"id":"7c551d32-5f46-5697-920c-50738525acaf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368371"}],"subject":{"reference":"Patient/579bab59-a55f-5d2e-8b99-908c67c86ae0"},"resourceType":"Specimen"} +{"id":"9fb52acf-210e-51b6-b159-df867b018317","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368372"}],"subject":{"reference":"Patient/331062a3-ac08-54e7-9eb3-6610516080e4"},"resourceType":"Specimen"} +{"id":"2fd02bd8-ff2b-5a50-a87a-dfb224f728e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368373"}],"subject":{"reference":"Patient/06a17a7f-f27d-54d8-8bde-ccee979d0904"},"resourceType":"Specimen"} +{"id":"65e98616-a3ab-570f-8164-ba028ab3e3c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368374"}],"subject":{"reference":"Patient/dda14e47-d620-59b1-b923-20305200cc05"},"resourceType":"Specimen"} +{"id":"73e368b0-6e14-56e3-a0c7-99c78752816d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368375"}],"subject":{"reference":"Patient/c4547fb6-517e-5e86-9537-1f0cbf3053e4"},"resourceType":"Specimen"} +{"id":"64badbfd-61f1-5f08-99ea-69c98645b1ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368376"}],"subject":{"reference":"Patient/01dda197-0a4b-5798-ad60-2f4ede690296"},"resourceType":"Specimen"} +{"id":"ffc57ddc-d172-59d9-9f35-a96780528315","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368377"}],"subject":{"reference":"Patient/5c7c7392-01d7-5fdc-9e75-2b420554d446"},"resourceType":"Specimen"} +{"id":"c6eeb9f9-becd-5d81-80ad-cc074d82f068","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368378"}],"subject":{"reference":"Patient/16e20b07-32b7-51ef-8367-efb744874236"},"resourceType":"Specimen"} +{"id":"497fdfc1-fe35-52b4-9f1d-98e87312bf3b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368379"}],"subject":{"reference":"Patient/f3da1d51-922a-5c96-93c1-d67c8ae087d6"},"resourceType":"Specimen"} +{"id":"eb944ae3-0607-5ace-b0fc-e616ec5fe5b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368380"}],"subject":{"reference":"Patient/9a26ad81-cfc8-5031-bf07-9be674e34d64"},"resourceType":"Specimen"} +{"id":"56f8b4e5-b552-5671-a3a1-206b4f648786","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368381"}],"subject":{"reference":"Patient/e188baa4-470e-5866-a0d6-2209b6f2c286"},"resourceType":"Specimen"} +{"id":"f240dfb2-9f73-55ea-8b63-0cee9be2516c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368382"}],"subject":{"reference":"Patient/94fe471d-21e3-5a0e-b173-6ec1679305f6"},"resourceType":"Specimen"} +{"id":"a106e869-d8cd-59e5-9c45-c2d223a1afe7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368383"}],"subject":{"reference":"Patient/0a16189d-7350-511b-9b88-5ea0bbe641a5"},"resourceType":"Specimen"} +{"id":"76dab9b6-d89f-5d4b-8174-371008d4c8be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368387"}],"subject":{"reference":"Patient/57d2ce47-f376-5014-a49c-bfb7c6c5c52f"},"resourceType":"Specimen"} +{"id":"6fce47fd-457a-52c4-a5f8-c2b25cc1d039","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368389"}],"subject":{"reference":"Patient/871ff585-172c-5483-92ba-bfcaef4f74f0"},"resourceType":"Specimen"} +{"id":"60718790-8ab9-54a4-b3ce-8e0ac87461a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368392"}],"subject":{"reference":"Patient/8f599866-d8fe-5c42-875e-89b9b24aaf90"},"resourceType":"Specimen"} +{"id":"95577766-86ae-5a6c-89a8-f7fd6c286b8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368394"}],"subject":{"reference":"Patient/05dc6876-18f3-5540-b555-e4e9f7ddf910"},"resourceType":"Specimen"} +{"id":"9ed9dbe8-4b38-5d07-9d81-1c76c501689b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368395"}],"subject":{"reference":"Patient/d363300c-3e7a-51fb-b9b4-9371b13fed1e"},"resourceType":"Specimen"} +{"id":"300c9288-971a-5392-8993-4cbfaab0cb51","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368397"}],"subject":{"reference":"Patient/8e7ce925-c5a6-56fa-81ca-00fef305572f"},"resourceType":"Specimen"} +{"id":"feded6d5-4072-5e04-bb8e-94fac6f78138","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368399"}],"subject":{"reference":"Patient/17794dfb-a565-5075-a23f-ebfe52f78158"},"resourceType":"Specimen"} +{"id":"a4585296-9ee2-535c-89b8-8b1bca462181","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368402"}],"subject":{"reference":"Patient/cc6d8e7c-8ae5-55ee-a0c9-ee7682436cbd"},"resourceType":"Specimen"} +{"id":"6562318b-c73b-56bd-8f7d-3fe7e47eebc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368404"}],"subject":{"reference":"Patient/e6c01cd5-d3fa-5b27-88f0-fea1da78195c"},"resourceType":"Specimen"} +{"id":"691cbccd-9f55-522d-b280-bd83c9ed8006","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368405"}],"subject":{"reference":"Patient/359b1a42-4416-55f5-9af3-283fcbef0cdc"},"resourceType":"Specimen"} +{"id":"9263fa8f-25bf-51d2-a9c1-f49f91718a76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368407"}],"subject":{"reference":"Patient/0635779c-362e-5be8-a100-c2688e7528ea"},"resourceType":"Specimen"} +{"id":"3245f59d-3774-535a-bb02-fb688934a1bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368408"}],"subject":{"reference":"Patient/8a17a772-c9d5-5069-8fd4-3dd536e673c7"},"resourceType":"Specimen"} +{"id":"125eb6b7-a970-58ba-b6ce-7eff589e4e8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368410"}],"subject":{"reference":"Patient/0ac4ca3e-fea5-51e6-8816-bdea4cf5ec5b"},"resourceType":"Specimen"} +{"id":"73398d7f-ea9a-59c3-bcac-6c12ba0e7419","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368411"}],"subject":{"reference":"Patient/d577ca3f-d1c4-5166-a261-e6511c8fad16"},"resourceType":"Specimen"} +{"id":"037ff36f-c7fd-5945-b352-4089900f93d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368412"}],"subject":{"reference":"Patient/3c0e3540-1302-5c87-ad3a-edfa291de4c4"},"resourceType":"Specimen"} +{"id":"c57d8c11-22bb-5bd5-9435-c56787f28a94","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368414"}],"subject":{"reference":"Patient/29c2d739-2714-5658-9d0f-21ee40b2136c"},"resourceType":"Specimen"} +{"id":"4ced4fac-ee79-5691-bd23-cbea909a8508","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368415"}],"subject":{"reference":"Patient/02710f3e-04a3-5cef-9fa1-adebda9875b1"},"resourceType":"Specimen"} +{"id":"83f5d832-2132-5f09-958a-b251846ed61d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368416"}],"subject":{"reference":"Patient/40948ee7-b65a-5aa1-a426-cfe2dfc82378"},"resourceType":"Specimen"} +{"id":"8c3d6d5c-bced-5d5c-8505-741ae78b7770","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368417"}],"subject":{"reference":"Patient/4dee0f59-f436-56c0-b885-f76155dd6e2d"},"resourceType":"Specimen"} +{"id":"bf50ad5a-e53e-5e04-b320-dfe99ee2cf04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368418"}],"subject":{"reference":"Patient/2387b205-b6a0-5b9a-9711-239a5a7837e1"},"resourceType":"Specimen"} +{"id":"fbe773a4-daf7-5660-89e9-e0a25b2a36ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368419"}],"subject":{"reference":"Patient/d7eee69b-0876-5f35-a546-b5b50d4ed216"},"resourceType":"Specimen"} +{"id":"e49ecdf4-b5dc-558e-b732-c8818b505246","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368420"}],"subject":{"reference":"Patient/12f038f8-6915-5898-9055-5e86bf7e7e86"},"resourceType":"Specimen"} +{"id":"195391e7-7740-5696-b94c-49c9784753b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368421"}],"subject":{"reference":"Patient/74f3d68d-d8d4-5b62-b4e3-5e9f9128cb72"},"resourceType":"Specimen"} +{"id":"5796206d-bad7-51b7-b085-c202589047fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368445"}],"subject":{"reference":"Patient/8738a46b-788c-5a8c-9868-28de855e94c5"},"resourceType":"Specimen"} +{"id":"faff8400-da99-56e4-8994-ef53b3dc5216","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368446"}],"subject":{"reference":"Patient/2b26e13d-2c0e-52db-a01a-a3d215861a58"},"resourceType":"Specimen"} +{"id":"65d8ff14-70d0-5b3d-aa16-089a341f40cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368447"}],"subject":{"reference":"Patient/a2a9588f-5a59-5ad4-94e3-de9c7dc56cdc"},"resourceType":"Specimen"} +{"id":"2b335937-59ed-55d5-a1d6-a8bbec7933f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368448"}],"subject":{"reference":"Patient/8f6af889-a769-55e0-bad9-8437e549af76"},"resourceType":"Specimen"} +{"id":"1104e44c-2fa1-55c2-85b0-2880dee8a219","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368450"}],"subject":{"reference":"Patient/b518c0a7-7496-5beb-9c4a-82a28fd64dc5"},"resourceType":"Specimen"} +{"id":"f63f57d4-2a92-5ba6-8b2b-757d2b2a70cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368451"}],"subject":{"reference":"Patient/b64ad80c-7f1f-508f-b99e-4bcdbca17720"},"resourceType":"Specimen"} +{"id":"764cd459-cd2d-51bc-b1cc-9a8ac410c3e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368452"}],"subject":{"reference":"Patient/135132b7-c7da-5639-88b7-7111aebd3dd6"},"resourceType":"Specimen"} +{"id":"d79016ef-811a-5d60-930c-c9091a2b95e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368456"}],"subject":{"reference":"Patient/cfa2b772-221c-5d95-8146-a851cf997b72"},"resourceType":"Specimen"} +{"id":"0444914b-93d9-5490-a849-a8972b374b1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368457"}],"subject":{"reference":"Patient/295730fe-9801-5c00-88e2-ff656488e545"},"resourceType":"Specimen"} +{"id":"e635a609-f188-5f0c-bd2c-cde98c23965c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368458"}],"subject":{"reference":"Patient/5d6877a6-59c3-5a64-859a-5a3d9a7f7453"},"resourceType":"Specimen"} +{"id":"be77e723-a6d7-5e76-bd68-fb78752cf688","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368459"}],"subject":{"reference":"Patient/f9f14c5d-1a9f-5304-be7f-46f6bafefda6"},"resourceType":"Specimen"} +{"id":"fe4f063e-0c8d-5a0b-a5aa-2a897842dd33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368461"}],"subject":{"reference":"Patient/6626e0cc-c810-55bd-9913-3b2e6ffd9709"},"resourceType":"Specimen"} +{"id":"0de8b46e-8b61-50e8-bc7d-d217999ee040","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368462"}],"subject":{"reference":"Patient/30bc8b41-8f04-5200-9644-3ba7593b494d"},"resourceType":"Specimen"} +{"id":"b9947ca4-e094-58b3-be0a-6268942320a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368463"}],"subject":{"reference":"Patient/d45d8146-2a38-53a1-9bb2-174d17af708b"},"resourceType":"Specimen"} +{"id":"d61d6fb6-01cb-5337-b79a-ba7d085b160a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368464"}],"subject":{"reference":"Patient/6e2a90c8-01ab-5f73-a888-8958fa372625"},"resourceType":"Specimen"} +{"id":"0facbc5e-66f0-52f1-80b6-b90f759c0c9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368465"}],"subject":{"reference":"Patient/707726a9-cb55-5248-af56-ada4b7897c83"},"resourceType":"Specimen"} +{"id":"0322132d-2466-56fe-9dbc-ac52dfceb9ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368466"}],"subject":{"reference":"Patient/8cb2eb91-7aa7-5af8-be95-4168e37d1ba0"},"resourceType":"Specimen"} +{"id":"d08a5f37-7bc4-5ef5-b042-65427ac21e5e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368467"}],"subject":{"reference":"Patient/4a918fd9-617c-51e4-b6aa-8344c2699cd9"},"resourceType":"Specimen"} +{"id":"0b3657b9-4381-5382-9721-c2a89d9e7aae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368468"}],"subject":{"reference":"Patient/02f540f2-912d-5a68-a38f-bae95673e96b"},"resourceType":"Specimen"} +{"id":"cb9f618e-e6a5-50dc-b4ce-70758e1fa736","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368469"}],"subject":{"reference":"Patient/ed4d2396-8d32-5cf6-9dbb-bdbf89a1447d"},"resourceType":"Specimen"} +{"id":"4515bc08-473d-5ec0-acb9-17e9469a4ab3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368470"}],"subject":{"reference":"Patient/f738ec6d-6762-5c74-8102-5eeaa54d60d4"},"resourceType":"Specimen"} +{"id":"97636183-621f-5ba4-b62c-fbf5a7fb787d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368472"}],"subject":{"reference":"Patient/677981fb-1557-59cc-887f-79ff1a1bae37"},"resourceType":"Specimen"} +{"id":"c9d82a1d-5e48-5de8-9c49-568501429a71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368473"}],"subject":{"reference":"Patient/e73604e3-91a1-5651-af18-d97593c66b04"},"resourceType":"Specimen"} +{"id":"1bda2e72-bd1e-5a3f-a3ba-b8d7286a90a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368474"}],"subject":{"reference":"Patient/2e66484b-8256-56ea-ab44-e0087011a31a"},"resourceType":"Specimen"} +{"id":"9c2bd869-0728-58eb-9a53-c09c548a1e98","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368475"}],"subject":{"reference":"Patient/04d8fec0-1dd8-5c26-8368-14643ab6c95c"},"resourceType":"Specimen"} +{"id":"dc7489d5-3fcd-5563-a54e-890fc00315e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368476"}],"subject":{"reference":"Patient/71a4ade1-5386-51d6-8b97-87df7ae32373"},"resourceType":"Specimen"} +{"id":"445467de-c558-56c7-a168-3f7583c1d8f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368477"}],"subject":{"reference":"Patient/00957d97-b83e-54e7-ae24-723f0d69c339"},"resourceType":"Specimen"} +{"id":"543cad9a-b7e7-50d4-84fe-b6f9d79927d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368478"}],"subject":{"reference":"Patient/c870e337-369e-59cf-bf2b-5ca755fec1c9"},"resourceType":"Specimen"} +{"id":"c9dbd9b7-729b-5340-8886-6692be7cb25a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368479"}],"subject":{"reference":"Patient/22e11210-f061-5a57-9f7a-53f2ec498349"},"resourceType":"Specimen"} +{"id":"fd0f3d88-e4a2-5a40-91ea-1d06737e1c31","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368480"}],"subject":{"reference":"Patient/136d2084-2ef2-59fd-a723-eb689b1172ef"},"resourceType":"Specimen"} +{"id":"1b3c34af-37ac-5a88-93e1-d2523fcde60f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368481"}],"subject":{"reference":"Patient/e267c8d2-b2d6-54ca-801a-6a92485b23bb"},"resourceType":"Specimen"} +{"id":"3b92f1b7-1ff6-5178-9be0-3160e8c28ce8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368482"}],"subject":{"reference":"Patient/5d599014-4f11-5247-83f1-282c75bbe65e"},"resourceType":"Specimen"} +{"id":"1917df97-6b3a-5ed5-ad85-db0e66dd11de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368483"}],"subject":{"reference":"Patient/8fb41e63-40d0-5a3c-b9f1-b6550d6917ec"},"resourceType":"Specimen"} +{"id":"489a3a97-4109-5a44-89f3-d5fe12c484bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368484"}],"subject":{"reference":"Patient/30b276d1-29cc-5ec9-9e1f-496d78885a79"},"resourceType":"Specimen"} +{"id":"ce7e0795-46c0-5f76-8aa0-d65e2809553a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368485"}],"subject":{"reference":"Patient/dd96c38c-6e88-581f-a4e9-8669a3638175"},"resourceType":"Specimen"} +{"id":"1fb83582-4830-5462-b6e0-68edd1e82cf0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368486"}],"subject":{"reference":"Patient/e332ee98-7ac1-5f62-9f95-8a210d97c8a0"},"resourceType":"Specimen"} +{"id":"91461609-8fa1-55a5-afbb-1e35ecefb977","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368487"}],"subject":{"reference":"Patient/da7f7714-49ed-5a38-a46e-2b61e4c97684"},"resourceType":"Specimen"} +{"id":"453460e3-cbd9-547c-bcc4-c94b1217ae02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368488"}],"subject":{"reference":"Patient/02b78414-bc54-5d78-9919-f1b3dba84ae7"},"resourceType":"Specimen"} +{"id":"e9cd12bc-1074-59ff-8d0a-b1cee5a9decd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368489"}],"subject":{"reference":"Patient/eeb2ade6-9ede-5421-ac27-fe0914892f96"},"resourceType":"Specimen"} +{"id":"b5acae40-74f8-5e6e-b819-d6584f01f465","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368498"}],"subject":{"reference":"Patient/97def3ba-2e78-575f-8fe7-d23a8a9e9331"},"resourceType":"Specimen"} +{"id":"81d4c3fc-42f9-57ee-b4e8-5883e1910afc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368499"}],"subject":{"reference":"Patient/de782ff2-30d8-579b-b626-9ccfb6b5544e"},"resourceType":"Specimen"} +{"id":"66335483-0818-514d-8f9d-ec90f7355e60","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368510"}],"subject":{"reference":"Patient/713f843d-377b-5912-9731-7feadd656737"},"resourceType":"Specimen"} +{"id":"0662d053-d4d9-5e17-ab63-37f98bb3af99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368513"}],"subject":{"reference":"Patient/7127820d-468b-5f09-b724-18c0517180a1"},"resourceType":"Specimen"} +{"id":"a76c7bf0-70c1-5c97-9655-83e3bf5143e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368514"}],"subject":{"reference":"Patient/9791cb6b-f420-5bd0-9bb9-59a163dcae2d"},"resourceType":"Specimen"} +{"id":"69e8b838-000a-5455-803a-d4ff28e955f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368516"}],"subject":{"reference":"Patient/ee6e828c-1bf8-5117-8fed-32a6f3cf23db"},"resourceType":"Specimen"} +{"id":"eb27cfb4-f03b-55de-b4bb-1845486ede5a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368517"}],"subject":{"reference":"Patient/f737cc20-8557-529b-ad3a-ccb162a82a14"},"resourceType":"Specimen"} +{"id":"4239c89a-b0f9-567e-8ae9-f76945cb54c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368519"}],"subject":{"reference":"Patient/628ee47f-2b6a-5a36-8385-b767e87944ef"},"resourceType":"Specimen"} +{"id":"bc76c4ba-69c8-5dc6-9ff7-370abf08983f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368520"}],"subject":{"reference":"Patient/956d1ace-e43a-5c38-bb38-0e2a572978e1"},"resourceType":"Specimen"} +{"id":"1330d0c9-9b64-5568-8474-0adb84cf24d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"sample/SRS368522"}],"subject":{"reference":"Patient/e6cd1348-f458-55b7-98ec-d32d340e3567"},"resourceType":"Specimen"} diff --git a/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/Task.ndjson b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/Task.ndjson new file mode 100644 index 0000000..31a8cb8 --- /dev/null +++ b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/protected/Task.ndjson @@ -0,0 +1,3202 @@ +{"id":"8c0de4af-c339-513f-9553-0319d8eb3db7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367795"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b0440a52-b26c-538c-b3f2-364d6f4e25bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6043cdd0-3b24-52be-b6ba-c4007fae1f8a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c07e3b64-f677-5ef7-9bb0-8a2a188592c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f21602c9-f5ad-5863-9fa3-cef957311a5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19162a3a-346a-54de-8587-a4aa5d7b1a5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c07e3b64-f677-5ef7-9bb0-8a2a188592c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f21602c9-f5ad-5863-9fa3-cef957311a5f"}}],"status":"accepted","resourceType":"Task"} +{"id":"a434c09f-6c62-5c79-844c-7d2869645d7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367796"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a38cef49-3d0e-5f1d-8ea8-36a4842d6a8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/65a00ab0-de66-5de2-9b7f-728e3107ea31"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44bd8168-e41a-5936-b5e8-21cf2316adef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/816d7af4-e5b9-5678-b346-bea57e9b21d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d478d067-407c-52ee-ae63-afd008dade23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44bd8168-e41a-5936-b5e8-21cf2316adef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/816d7af4-e5b9-5678-b346-bea57e9b21d7"}}],"status":"accepted","resourceType":"Task"} +{"id":"160b61a3-fa66-5dfe-b90d-f00be826b266","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367797"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/539da95f-f249-5920-bda6-06836b5f9fce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c75b8a46-1b39-519f-bbae-13c6f2793efd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b08b7082-ce4c-5a7a-ad33-f46ad1bbd66b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84ae78c8-3bda-59cd-bfc3-c1139e60bcb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97fb4ba3-62a9-5ded-a561-d04f4efd631a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b08b7082-ce4c-5a7a-ad33-f46ad1bbd66b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84ae78c8-3bda-59cd-bfc3-c1139e60bcb7"}}],"status":"accepted","resourceType":"Task"} +{"id":"0112f532-6afe-5009-ade0-a2cb2d0e422e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367798"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2ec66e85-7f8d-5df4-a271-880d04476f28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0b1677ec-2bab-5165-bcd7-487314716a01"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/deac7693-31b0-5b75-b90b-c94f55f25698"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cadf8685-98d6-5073-ad68-013781961dda"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb51cc53-8dc0-515d-b74c-b4e3ea9a082f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/deac7693-31b0-5b75-b90b-c94f55f25698"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cadf8685-98d6-5073-ad68-013781961dda"}}],"status":"accepted","resourceType":"Task"} +{"id":"30da9e34-88a9-581a-81f9-bfa6588249fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367799"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f2ea9333-e939-5ed3-9026-f888dcc197e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/477c5843-df66-52ab-bb50-ce02ba0276ed"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/345eaa25-88d1-54e3-9b5a-97666046e2c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff846687-dba0-5b00-8f5e-47131b81294f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/510ea49f-1c38-583e-812c-9b6b6148b45a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/345eaa25-88d1-54e3-9b5a-97666046e2c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff846687-dba0-5b00-8f5e-47131b81294f"}}],"status":"accepted","resourceType":"Task"} +{"id":"7e5f17a5-acc4-5a3e-ae76-d35f445cf648","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367800"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a58ade2b-c456-5412-b592-38aa13957796"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6f3288c9-c636-5d39-abb7-e77acfb4b3df"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8fe56a4-1853-5c3f-b7c2-a9e7355b32a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51b40b01-6eb2-50da-83d7-3eaae6f9b54d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e9fbe21-3e4a-53f5-a2a9-8a6c34dad3c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8fe56a4-1853-5c3f-b7c2-a9e7355b32a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51b40b01-6eb2-50da-83d7-3eaae6f9b54d"}}],"status":"accepted","resourceType":"Task"} +{"id":"ca85ca71-1d76-5cfc-b7f7-b57d012feb9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367801"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5f6a6f6f-201a-5d2f-a8ae-1b001d263fec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b42f0e7d-4494-59c8-bfb6-19b971eb08bf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92a22617-97c1-538d-8cf3-cb1c0e969498"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d80961f1-697a-5fef-8689-a1bd68844512"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c277386-433f-5669-8865-f5977bc22df3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92a22617-97c1-538d-8cf3-cb1c0e969498"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d80961f1-697a-5fef-8689-a1bd68844512"}}],"status":"accepted","resourceType":"Task"} +{"id":"c0ad5f63-a412-535d-8de6-f466938165c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367802"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/980d240b-644f-54bf-9858-0e54a42d7041"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4327547d-9bea-52e5-95ed-307d0fca4e7c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31a00660-332b-5aa9-b8ab-1df6cb474781"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd905ba7-ed54-5d9a-8510-890c41dd982d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c1b40e0-4ff8-5a7d-af91-989aeb45fe69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31a00660-332b-5aa9-b8ab-1df6cb474781"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd905ba7-ed54-5d9a-8510-890c41dd982d"}}],"status":"accepted","resourceType":"Task"} +{"id":"f8ce4138-dbe8-548b-8a2e-aebe8293ca08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367803"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/835ab41f-3523-5f99-98b6-a4c822800497"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/df36dd59-4ea2-5305-a9ad-2f8f6e767524"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57b3760b-5173-50e9-8493-21d032fe746b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2c12f92-5463-52df-9827-0eab57513d71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/995557ad-1d32-5859-9b27-95d308b3a62e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57b3760b-5173-50e9-8493-21d032fe746b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2c12f92-5463-52df-9827-0eab57513d71"}}],"status":"accepted","resourceType":"Task"} +{"id":"03199112-5b46-5ec7-b7ec-6fe7658f5de7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367804"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a56c871b-5e42-5d1c-a0ce-8d28a11fbaa8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8a2e5496-b92e-5e65-8aa6-7f0bbc160483"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd107567-2ef3-5a09-98f0-d33b22e1e72b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/760edeb9-8c66-5b29-93c9-d758fb76f703"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c8b4d89-5b7a-5f0e-994d-37efe44212bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd107567-2ef3-5a09-98f0-d33b22e1e72b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/760edeb9-8c66-5b29-93c9-d758fb76f703"}}],"status":"accepted","resourceType":"Task"} +{"id":"7bb09e73-25fb-5ac5-b81d-38a0b32bbd91","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367805"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/de38e8ee-6dde-57d5-880f-9db68f7c91e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dc80593e-bb71-559d-8c67-7967bb5d6aef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a13b44e8-1cfa-5c58-bc64-ac6ab219b82a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a60bc7f-c1fd-59e9-a240-7a65a93f0cb5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a388a8ec-dfef-51d0-a060-f31c27d78a98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a13b44e8-1cfa-5c58-bc64-ac6ab219b82a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a60bc7f-c1fd-59e9-a240-7a65a93f0cb5"}}],"status":"accepted","resourceType":"Task"} +{"id":"a429a386-f227-5c00-8c8f-d6386ae18705","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367806"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/02b7d85c-f2d3-511e-a8b5-b19c20f6fcc0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fd004c31-1ba9-539b-89b2-161e47ebac4d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/302a2da7-4def-5bde-a106-76dba7f337bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d1f37f4-c332-5ce2-8b44-ce47913da4a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c10e5829-a660-5cb8-a6b6-2afcd470c1cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/302a2da7-4def-5bde-a106-76dba7f337bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d1f37f4-c332-5ce2-8b44-ce47913da4a4"}}],"status":"accepted","resourceType":"Task"} +{"id":"0732608b-9808-5289-b3c8-d89b635bb2cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367807"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/08d91a5c-5722-5439-95f0-c228d5323dc7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f0d938fc-8391-5408-8ecc-23899556fb43"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c7e528b-06cd-50af-8922-489b2617cd4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87589eb7-49d5-53a0-b7c1-2d232e52bf8f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f8a67a2-2cb8-57de-83c7-55b6b03c1df5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c7e528b-06cd-50af-8922-489b2617cd4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87589eb7-49d5-53a0-b7c1-2d232e52bf8f"}}],"status":"accepted","resourceType":"Task"} +{"id":"dd8f538e-4d26-5ad7-934a-fd65bd2dbfd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367808"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c9ba5a9b-dacd-5e7d-9e9e-86c06bdf1175"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ce23124b-9afd-56ef-9ebb-1fd15b120c53"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/609c9101-7452-5b56-b3b6-5a9ebb3a845a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c441e6e6-472e-5c66-83a4-ced93c8404eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2d313a4-4b2a-5fdb-9709-3e3670d93b66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/609c9101-7452-5b56-b3b6-5a9ebb3a845a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c441e6e6-472e-5c66-83a4-ced93c8404eb"}}],"status":"accepted","resourceType":"Task"} +{"id":"34e4da23-029c-57fa-bfc9-1790a6fb2382","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367809"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/119fa2c7-bb2b-5ce1-800f-43a31d98bb26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/43f090ad-1a9b-53cc-94fc-365c62063ad5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78d8407f-fc45-5379-bd82-95e054492308"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b5a8453-c14d-569e-a2d6-38e7313231f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/918204ce-ac76-5781-b4cd-c9684c5c4c68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78d8407f-fc45-5379-bd82-95e054492308"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b5a8453-c14d-569e-a2d6-38e7313231f0"}}],"status":"accepted","resourceType":"Task"} +{"id":"63e6c03a-e8e7-5cec-87a4-9fa58703ca16","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367810"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0dede4c6-a46e-5495-88e0-625374abeb75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/013b2694-3731-5374-85c3-eecd2b99a7d6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ba52367-5fbf-50b5-a6e6-5086b46c9fb3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb4b8ee5-f7b9-5326-b96f-0fc462c35aa0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a87ffde-ccc0-5946-bc7e-aac5f461aa21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ba52367-5fbf-50b5-a6e6-5086b46c9fb3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb4b8ee5-f7b9-5326-b96f-0fc462c35aa0"}}],"status":"accepted","resourceType":"Task"} +{"id":"313d4fd1-50fd-5d0e-b439-911abecdf8f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367811"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/74848144-5830-57b0-9352-1d95cb4a5fd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d7386a5e-92ae-54f6-97c4-14bcd33a6424"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd078d4d-8138-55be-b7f8-7ef1b85eafca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb699044-46dd-5503-8653-00f1d20ee9eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2058ab10-31f8-5107-80d4-daf013c7dbdc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd078d4d-8138-55be-b7f8-7ef1b85eafca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb699044-46dd-5503-8653-00f1d20ee9eb"}}],"status":"accepted","resourceType":"Task"} +{"id":"52ef954d-2141-5fb0-87ff-1e0d0bc65ed7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367812"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ef8ed35e-a26a-5986-8b31-5b2daa2e70f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9b752e04-57a2-55fc-a61b-07f9d16f79ac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61435fae-cbfc-574c-8841-c5e4e5189a6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e5d9e8c-8641-5aee-9d91-0046ecb9546c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/208eaa4e-780c-5250-a9bd-9e61193e8c7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61435fae-cbfc-574c-8841-c5e4e5189a6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e5d9e8c-8641-5aee-9d91-0046ecb9546c"}}],"status":"accepted","resourceType":"Task"} +{"id":"d20c064e-147d-5ba0-bfcd-8f909bd8832a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367813"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/40d414f6-a88c-536c-a473-e71eed34821e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a09a8614-5688-5067-976f-b0d1bcf81b2a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6744e8e5-7ded-53bb-b7f7-80fe651da5cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5722a7bb-7814-5e2c-bb91-f1659360f39e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86a19cc4-9aca-596a-ad3b-4f22f34e7e56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6744e8e5-7ded-53bb-b7f7-80fe651da5cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5722a7bb-7814-5e2c-bb91-f1659360f39e"}}],"status":"accepted","resourceType":"Task"} +{"id":"58e229a8-72a3-58a3-b7a0-6b5d31438b3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367814"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7db2d7b9-b583-5d2a-b9d7-e52a32931e1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5976651a-7487-50c5-9db3-a7daa8baa0bd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7000573c-32be-545e-b216-6ece2609ed91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a61082c0-07a7-53c8-8add-4882810f1037"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05a06fa5-5d88-5028-a9c1-9325afe40679"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7000573c-32be-545e-b216-6ece2609ed91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a61082c0-07a7-53c8-8add-4882810f1037"}}],"status":"accepted","resourceType":"Task"} +{"id":"eabad649-9f9b-532c-b014-a006f48a5c98","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367815"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c8a3a735-08f9-5c57-a21f-6ac02e9661ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/743a0c2f-893d-5af3-8634-6c67d36f0319"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/deae3938-b464-560a-bd70-c3eac6334b4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72b16c3c-b196-5dad-b8bf-1ece88f8b232"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c1e1eb8-9493-5114-a126-8de36b18cb6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/deae3938-b464-560a-bd70-c3eac6334b4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72b16c3c-b196-5dad-b8bf-1ece88f8b232"}}],"status":"accepted","resourceType":"Task"} +{"id":"c534ee21-d987-5602-b0b2-aee151c34efa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367816"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1b170c39-4744-5f23-af78-29c35f3c77ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/746aeaed-70ff-5c1f-99cb-ee75e657b7c7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7b9ed4f-ae69-5e38-bd71-7ec45b4dd117"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/126dbeda-f7aa-50b1-9517-5315c65de6e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc2ac104-9e20-5302-98c5-70081fe4494a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7b9ed4f-ae69-5e38-bd71-7ec45b4dd117"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/126dbeda-f7aa-50b1-9517-5315c65de6e9"}}],"status":"accepted","resourceType":"Task"} +{"id":"fe7072ce-5ecb-5e46-9103-71e1b3f00bf0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367817"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/33282b07-a0a0-5c96-9bf0-7d059fafd57c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dd7adf0d-9d23-55d0-a681-369a830569b7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57b063e5-e451-51d5-b8ae-fab5231412da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f4c37bc-ae41-51a3-97d1-d115fe7514bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c89386ce-372b-531b-9007-5b40c1efda7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57b063e5-e451-51d5-b8ae-fab5231412da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f4c37bc-ae41-51a3-97d1-d115fe7514bf"}}],"status":"accepted","resourceType":"Task"} +{"id":"2c52aa8b-6aae-5e78-a623-bdb82b47031e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367818"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7eb12602-774c-56dc-b50f-6f12ff5acb24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c2af1d57-362a-5a2b-a2bf-5dbb7aa9974a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/855af459-d674-5e58-932d-49b1c21d5823"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce9a0c3c-c189-5a11-be93-49619bdcfd33"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc2ca330-b80c-510d-ab72-53fa66bcb880"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/855af459-d674-5e58-932d-49b1c21d5823"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce9a0c3c-c189-5a11-be93-49619bdcfd33"}}],"status":"accepted","resourceType":"Task"} +{"id":"ea2c0f3d-2214-5875-a29d-3cc6b682f19f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367819"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5cec8035-f1d8-5407-b02e-6090ca6f29b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1012c735-07e4-5356-9b2d-411ba026031f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f83be31-9ae1-5a86-840a-14d9dc947026"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c872a08c-745f-5764-b2a3-6445146098dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7078bcba-f9f7-5e66-a9bd-78f116c3ae13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f83be31-9ae1-5a86-840a-14d9dc947026"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c872a08c-745f-5764-b2a3-6445146098dc"}}],"status":"accepted","resourceType":"Task"} +{"id":"9ae0e875-ea6c-5a20-adaf-803512bb6a1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367820"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9f8f5936-f5f1-581f-9b00-6c1d2ec03d69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7cd704b4-60e6-5f2a-9676-d37ffba4f7dc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7dcef73-0ee8-5c22-b924-b08ff0fa3632"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38487897-b90c-5d90-87fc-da57515b7d4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/089dc79f-6b48-5f2c-95dc-da1c74ab1283"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7dcef73-0ee8-5c22-b924-b08ff0fa3632"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38487897-b90c-5d90-87fc-da57515b7d4f"}}],"status":"accepted","resourceType":"Task"} +{"id":"c92b91cf-09ee-5f9c-accc-fdbb498b39c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367821"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/334693b2-d29e-5152-b17c-c8d81de500f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/57a79872-f7c2-59d3-857d-423f42a9b11c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6dd04f0-c8f3-5bfa-838e-71b763a6747f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0faed4c-8e33-578a-91bb-8d884bee42ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/face8ac1-5f1a-5246-ac27-750bb9fe1884"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6dd04f0-c8f3-5bfa-838e-71b763a6747f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0faed4c-8e33-578a-91bb-8d884bee42ba"}}],"status":"accepted","resourceType":"Task"} +{"id":"f4267a0d-93fb-5010-a0c7-f2817daf395f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367822"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/34b7f037-bb45-5abb-9119-f9228b5183c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/35866f17-4375-5f25-8a93-d65864259a63"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9db8048-9c59-5c69-8d11-4db4b231e698"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9804f223-3922-54d6-82b7-c5e250e4a0f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a71b0e2-7c58-5ef0-8f4b-084debb1442e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9db8048-9c59-5c69-8d11-4db4b231e698"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9804f223-3922-54d6-82b7-c5e250e4a0f4"}}],"status":"accepted","resourceType":"Task"} +{"id":"e21ff71d-7b58-5022-b3cb-93de9298e546","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367823"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fb9f53d5-4c52-5948-9240-a9af33f08195"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ecaba428-03b0-51c4-a11c-91c42f8e2033"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18d5d564-d435-5ee0-a19a-08688d8f0b67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/528117e1-6806-5959-a3cc-f436da1d48b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15a27a05-8840-512a-a046-72b8373fb8a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18d5d564-d435-5ee0-a19a-08688d8f0b67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/528117e1-6806-5959-a3cc-f436da1d48b9"}}],"status":"accepted","resourceType":"Task"} +{"id":"70414a10-a418-5e50-a6f4-8a2c19e81975","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367824"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c20a0d57-a95c-5651-b0e4-5f13bb8b491f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/24e063f9-5c35-5b67-93e4-67e95a838f84"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec13cc22-e6fa-59e8-b298-de1f2d78b5f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f7f41c0-591f-5f45-8abf-b9c2b9020f03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f50471a1-b095-51b6-b976-75c5583cc701"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec13cc22-e6fa-59e8-b298-de1f2d78b5f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f7f41c0-591f-5f45-8abf-b9c2b9020f03"}}],"status":"accepted","resourceType":"Task"} +{"id":"e78d828d-e844-5155-9bc2-8709acefff5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367825"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e1c94d8b-de06-5eff-99b1-0ab770fb3afb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a3729837-f681-5b11-bb61-20534775c8a0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a03df3c-74a2-539e-b027-0e19bc316322"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/731b4811-2489-5b6a-acd8-f163352ef82c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88844e38-cbb0-599a-ac24-565d4990a8fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a03df3c-74a2-539e-b027-0e19bc316322"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/731b4811-2489-5b6a-acd8-f163352ef82c"}}],"status":"accepted","resourceType":"Task"} +{"id":"cf210899-20f0-55be-b908-7d56a61b87a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367826"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e4556d2c-dc25-5173-a0b8-f9def7aa6744"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fe96e8f6-85e8-59af-b80b-2c83369feb74"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ff69283-9a2d-5ca2-a861-64d3ad3234c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/535fd4ed-febf-5523-affd-6cdac2b32f49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddfc72c0-5a3f-5bd5-be50-2bb0b2c9e7fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ff69283-9a2d-5ca2-a861-64d3ad3234c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/535fd4ed-febf-5523-affd-6cdac2b32f49"}}],"status":"accepted","resourceType":"Task"} +{"id":"6e791e54-57c0-5ad3-8c1e-eebdfd67f452","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367827"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9334ff88-7d8f-504c-8507-b36a0392549a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/80bfd918-fd50-5340-bf5b-e0e5dc7eb40f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0931bdf4-3856-5115-9ee2-9ac5ce7986c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e37c842a-f570-53f3-9178-734172bafe16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f50ca496-f51a-54e3-935c-fb353d5eeb91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0931bdf4-3856-5115-9ee2-9ac5ce7986c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e37c842a-f570-53f3-9178-734172bafe16"}}],"status":"accepted","resourceType":"Task"} +{"id":"4c430180-e3f1-5004-90c1-cd2355fb2ba0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367828"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c1ff3383-83fb-5744-8d12-8be21849b77c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/acfcc685-8b34-5287-ac51-b4fbad205208"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/915156ae-8456-56ec-a4b4-0985eb4d21e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/124c7a15-11ed-5313-bfcb-4227e5cb4d9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1805b1f-a161-50ff-9c3a-a34d546492cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/915156ae-8456-56ec-a4b4-0985eb4d21e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/124c7a15-11ed-5313-bfcb-4227e5cb4d9a"}}],"status":"accepted","resourceType":"Task"} +{"id":"f1e53ed9-1ae4-5ed3-a763-82d164c55d14","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367829"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b1d68013-b95a-5a89-821c-6ec9f7846ee3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b5ec4ea2-4f92-57aa-a97a-21a5c21431e2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9278246d-063f-5458-92af-e23a45259be6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbd0a473-2df5-5d89-8127-4e0abe184023"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8eb7a79-13af-5859-b137-1daf5d33cdea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9278246d-063f-5458-92af-e23a45259be6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbd0a473-2df5-5d89-8127-4e0abe184023"}}],"status":"accepted","resourceType":"Task"} +{"id":"0c55a70d-5175-57a5-8db3-347e07a47c26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367830"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bd86f751-6fb0-5d53-a784-93a899497eaf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/da66d237-4234-5883-bce5-080db5891696"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5289b8c-5e13-5483-ad19-d52c019c2c28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/499cf99a-2b86-57d4-94d6-cd2e9becbe59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a9f9fbc-190a-5de5-a2f5-2ad3efdc3942"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5289b8c-5e13-5483-ad19-d52c019c2c28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/499cf99a-2b86-57d4-94d6-cd2e9becbe59"}}],"status":"accepted","resourceType":"Task"} +{"id":"5100ef6f-afc5-506c-b2c6-9847273f6032","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367831"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9d89f118-e84c-51e0-93cc-53ba23831249"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0c2a3433-9350-5f17-9dfa-8f57dbadfeb0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61f1a442-76d4-5250-aeb4-5e6fe8e9f4f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee5641b9-54af-5373-ae66-195382492135"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/689cc7dd-8d02-5f7e-92fc-16a88ac7f6b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61f1a442-76d4-5250-aeb4-5e6fe8e9f4f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee5641b9-54af-5373-ae66-195382492135"}}],"status":"accepted","resourceType":"Task"} +{"id":"34136c09-680f-52d0-8158-1c0bcecdb4c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367832"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0a656092-fd90-5089-a332-d547fac5bf27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d73d38f1-e998-5f5a-aae0-f4b78f6adba2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41417d2d-a247-5c1e-8473-0bd3dfc4d5da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc4293d5-3a84-5893-91ec-cf0ea22cf7f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60874339-985c-5a9f-82ca-27512abf1f8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41417d2d-a247-5c1e-8473-0bd3dfc4d5da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc4293d5-3a84-5893-91ec-cf0ea22cf7f7"}}],"status":"accepted","resourceType":"Task"} +{"id":"7aab6f19-598f-5e55-8eb0-5eeeb50e6b5a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367833"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5bc428b2-15b6-52e8-b352-4909b6aae67e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/90170421-6bf4-5c1a-832b-922412f31fec"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a02551c-7357-58fb-ab88-a6c65409358d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a44e3c5-1380-5cbd-9d2b-fa9644f2c373"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d84120c-ea76-5c30-9db5-81f947dea909"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a02551c-7357-58fb-ab88-a6c65409358d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a44e3c5-1380-5cbd-9d2b-fa9644f2c373"}}],"status":"accepted","resourceType":"Task"} +{"id":"04a8b4b8-f43b-52fd-804a-a24b0f115244","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367834"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/33f6e248-2c91-5931-a2c4-42f9df0897bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/14a60ca0-a5c9-5685-ba2e-81f8e9617518"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6cbaf3fe-553f-5e48-adb5-ad02a5f474f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/999b52f1-ac52-5cb0-b0bd-30b1511809db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7f295ca-fd31-5370-bb2e-0872e5b45859"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6cbaf3fe-553f-5e48-adb5-ad02a5f474f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/999b52f1-ac52-5cb0-b0bd-30b1511809db"}}],"status":"accepted","resourceType":"Task"} +{"id":"4c2d6cc3-aebc-5f72-a9aa-b17d3aeb185b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367835"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/155295b3-133e-5ab6-b8bd-8a3872f34bb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b0e123fa-9b3e-522c-ab6b-dac0980ebcb1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1747418f-f12b-5b51-a03d-a77c015084b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c0e3d16-c85c-50f5-83ce-994d4a8cf5ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/182af33f-0c33-5e65-aab2-4ffac82a9f35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1747418f-f12b-5b51-a03d-a77c015084b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c0e3d16-c85c-50f5-83ce-994d4a8cf5ea"}}],"status":"accepted","resourceType":"Task"} +{"id":"27841438-0542-59ae-9b4d-0fbc00c79838","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367836"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6eb67cae-6d05-5e1b-a51a-262a9d3abce2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/72e9b1e1-595e-520d-a43c-86b9c29c7888"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7659ee1b-5bce-5c67-945d-9af9f2b57194"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5aad3635-c46a-5ef7-be9e-031176a6c8b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/143b11da-ab14-524f-ae27-a55a5d105546"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7659ee1b-5bce-5c67-945d-9af9f2b57194"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5aad3635-c46a-5ef7-be9e-031176a6c8b8"}}],"status":"accepted","resourceType":"Task"} +{"id":"051a1a12-e528-56d6-b66d-3612f183cac9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367837"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ebb03d77-9c33-501a-91f1-684470e6a2c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0b3ca2ee-f67b-5043-9fc8-0c4c6cb1ce0a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16f7bffa-dbf5-560d-8c9f-dbb3d6c782d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9638d64a-ac1f-5e9b-aca0-04b2d5cf4ba4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/afb0c8ae-fb0b-5c14-b8bb-d6a4c67be0fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16f7bffa-dbf5-560d-8c9f-dbb3d6c782d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9638d64a-ac1f-5e9b-aca0-04b2d5cf4ba4"}}],"status":"accepted","resourceType":"Task"} +{"id":"eb400d0f-6e3f-5b06-8afb-3fad2f25bf20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367838"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ee6427a1-035b-5024-b905-cd377bb327bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d82b389f-5ff9-5d5e-8a2f-a4c4dac8c53f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90458e84-e857-5546-b5f3-7b37573b58dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c66f95c5-82f5-588a-b5d3-c79ee5302781"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66f58215-d1d1-53c5-a0e9-cd71f31634cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90458e84-e857-5546-b5f3-7b37573b58dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c66f95c5-82f5-588a-b5d3-c79ee5302781"}}],"status":"accepted","resourceType":"Task"} +{"id":"80590425-c2d5-5c87-a2ba-53137a41dc22","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367839"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/faa0167e-396d-5c5f-adaa-f164e1303b83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0e3129b1-1449-5e41-b8cd-6e33e770a462"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7721d961-829c-52cb-a87b-bd20e89eb726"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6780543-23b5-5338-89e5-5881e34c5a43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3813cc02-417f-5f65-84de-a9a1d494b947"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7721d961-829c-52cb-a87b-bd20e89eb726"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6780543-23b5-5338-89e5-5881e34c5a43"}}],"status":"accepted","resourceType":"Task"} +{"id":"5fb3cb30-f59f-50e1-8fa5-afd6e0af8ab5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367840"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7fb74466-d7b3-55fb-bd41-83ad7af35a81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c062a494-0b64-50ee-bef0-72f1c6140fea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3e05a0b-7a02-5fb1-a8fe-20b32aa16282"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a167070-f713-5a10-bae2-f066add89b4b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a05504ba-bfd3-56b3-ac96-dbc4b82ecc2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3e05a0b-7a02-5fb1-a8fe-20b32aa16282"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a167070-f713-5a10-bae2-f066add89b4b"}}],"status":"accepted","resourceType":"Task"} +{"id":"ee967cc4-26dc-5f45-919b-9021d2d6a1fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367841"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8b21a2fb-d43b-59ae-afd9-f2290bd6d15b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1cd4b490-59f6-5ede-840e-55e3fba3f333"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1db4526e-6fc3-5185-ab6e-d64827d4baf2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63f3e7be-e1d3-5594-8394-58c12e9bd694"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d37ad70-4e37-5463-a79e-edce1f79d953"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1db4526e-6fc3-5185-ab6e-d64827d4baf2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63f3e7be-e1d3-5594-8394-58c12e9bd694"}}],"status":"accepted","resourceType":"Task"} +{"id":"9242690d-8932-5de8-9572-706fa5427f7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367842"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1f30713d-172a-5caf-ab92-954218f08b23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/33d0c384-2f16-5317-a26a-1b958feaa6f0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41124947-7c79-524c-acd2-37165cd6a4ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5406ad4b-81b9-5ecc-ba1a-6d631b667b9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8be125b5-1be9-55d3-86ed-d5e4afcfa9e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41124947-7c79-524c-acd2-37165cd6a4ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5406ad4b-81b9-5ecc-ba1a-6d631b667b9a"}}],"status":"accepted","resourceType":"Task"} +{"id":"5575c7df-f881-5f92-b0d0-fa4b3a9a05fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367843"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/34b964ab-4251-58ce-8667-4c612bd568c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d0a7819b-c9c9-50c2-ae87-58a6a8f08be4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bce4b1b2-f2f4-545e-8ae3-28967b89216d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6c522e0-310f-5177-86ef-bb3c84a284ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6caa7f25-91bb-5f38-aeb6-2a40566065b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bce4b1b2-f2f4-545e-8ae3-28967b89216d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6c522e0-310f-5177-86ef-bb3c84a284ae"}}],"status":"accepted","resourceType":"Task"} +{"id":"96216d69-91e1-5297-b0e5-c2c3e565e39e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367844"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/25c45ee2-a28a-54c7-bcce-eb8e32a42d33"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/96f85aa1-e7b9-5d3e-8d13-6a416b0f6642"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c1212de-fcc6-5a92-a1b4-3a387496e7c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21deb80d-d890-5ea1-a66b-c11b6d72708e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe72e70e-6cbd-5f45-9696-af0055f75ece"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c1212de-fcc6-5a92-a1b4-3a387496e7c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21deb80d-d890-5ea1-a66b-c11b6d72708e"}}],"status":"accepted","resourceType":"Task"} +{"id":"ab5fe515-3a20-5fa4-94cc-3a720127afe5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367845"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6a1ceb02-fad5-56c2-8fe1-20eb812a796b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/835037a5-57cf-5298-bd86-895f5b267f45"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/314b7920-4863-593f-867d-d9a166dd2f19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e933807-1c2b-5358-9edd-88db1a8b7fd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acbd7f4c-236d-50dd-b7f3-b96a27c2cee0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/314b7920-4863-593f-867d-d9a166dd2f19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e933807-1c2b-5358-9edd-88db1a8b7fd6"}}],"status":"accepted","resourceType":"Task"} +{"id":"4fa93f8a-53d9-5ad9-b31c-854037ca2e39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367846"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ffb7acde-7565-523e-be69-5dfd32773069"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/412384af-6a12-558a-8dfa-812dc28ee02f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8bbeed9-e768-57be-9d3c-d1d88692b56d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/edd46f6d-f2f9-518a-aa0d-bf622ed0c0a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb949a28-e323-5d73-9a9e-e31f5611d887"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8bbeed9-e768-57be-9d3c-d1d88692b56d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/edd46f6d-f2f9-518a-aa0d-bf622ed0c0a7"}}],"status":"accepted","resourceType":"Task"} +{"id":"65b6e6b7-221a-5075-a01c-d214b8f971df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367847"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6fa0cc63-1196-5be5-93f8-a75ef58dab97"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2a43b409-0b9b-5e3d-bbe6-90c8468c5803"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e21d1d2f-eb46-5ce1-95f6-c02d7bf98c63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a7e509e-2f71-5b35-b80d-bb6bd2975504"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9530270-ae24-5c21-a957-4ab373a3f0bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e21d1d2f-eb46-5ce1-95f6-c02d7bf98c63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a7e509e-2f71-5b35-b80d-bb6bd2975504"}}],"status":"accepted","resourceType":"Task"} +{"id":"b77f487e-b58c-5d9c-a7e0-2bd87b093e4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367848"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f0287988-7599-5722-9f38-8da1d84bfd00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/15074f91-8d78-569a-92e5-1c43b2104885"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cbaafc9-5421-5fb8-8b8d-ec53beba487b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f568f4c2-2a65-5da7-92dc-bf61d8212abe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d45b2e0-cc43-5f6b-841c-dd2d38f60b53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cbaafc9-5421-5fb8-8b8d-ec53beba487b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f568f4c2-2a65-5da7-92dc-bf61d8212abe"}}],"status":"accepted","resourceType":"Task"} +{"id":"87bf7874-e5e6-5c23-a401-064356063715","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367849"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b6c5e753-539a-589f-939c-6d1c2d58da29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/49927052-5930-5340-9b16-c55d56219b60"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55a28e3a-24b5-5be1-8f04-bf8b7d00741b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3524dc4-1995-5d46-aa8c-d588fd9e7a76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3432c0f3-a7fe-55ae-933e-d45da59bcca8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55a28e3a-24b5-5be1-8f04-bf8b7d00741b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3524dc4-1995-5d46-aa8c-d588fd9e7a76"}}],"status":"accepted","resourceType":"Task"} +{"id":"c9447bb7-905f-5118-a2ae-8dbd79376618","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367850"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5b7fd1b8-d762-5234-9617-0971de64d663"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d2727801-a713-5232-94ec-b195a10691ad"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c409fd8-f00e-5e0d-904c-e3e4ec38b680"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37e4a4cf-499b-558e-8567-fa6a973ad106"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f737bc2-be5f-5b04-bbf4-06597f36ba39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c409fd8-f00e-5e0d-904c-e3e4ec38b680"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37e4a4cf-499b-558e-8567-fa6a973ad106"}}],"status":"accepted","resourceType":"Task"} +{"id":"a77e234d-e057-587c-9f5f-201d66b993d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367851"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ea465e03-012f-51ee-b34f-7cff5110db91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e64165fc-c534-5a10-88d6-c1a2b209bd60"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e5f5ecc-ed12-5b8f-ba64-2f66340de1d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/997f5b04-468a-558b-84b0-b1f8830d7d8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/438a182a-113d-565c-99ed-1292217ec919"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e5f5ecc-ed12-5b8f-ba64-2f66340de1d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/997f5b04-468a-558b-84b0-b1f8830d7d8a"}}],"status":"accepted","resourceType":"Task"} +{"id":"eafbba91-9bbd-50ea-967d-c7c5cd1f8016","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367852"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/446e88f7-c8b3-5954-8040-b2781e711da0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/29559553-5463-5768-9edd-80074cb35b3a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a9ea02e-fe54-54d7-9c2a-a3e41f8fcb02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10fc74ea-5cf2-586c-ab58-fa97ed091e2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63f5601c-fd82-523f-ade9-8e30a16779f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a9ea02e-fe54-54d7-9c2a-a3e41f8fcb02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10fc74ea-5cf2-586c-ab58-fa97ed091e2d"}}],"status":"accepted","resourceType":"Task"} +{"id":"0edb2c56-793f-5c37-b74f-fae1822c9f84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367853"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bdc583c9-432a-5292-9ab2-184036548a19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/02941a1d-64a1-5867-a8a8-91405b3026eb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49ea924f-124c-5214-88af-06c2bf2e4256"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e759e452-6224-5338-ae43-83ed96637ea8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3b24407-fe2c-5e93-844f-9b95aa68442a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49ea924f-124c-5214-88af-06c2bf2e4256"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e759e452-6224-5338-ae43-83ed96637ea8"}}],"status":"accepted","resourceType":"Task"} +{"id":"95147afd-8649-5c1d-98a1-c94194afa565","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367854"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b65939c9-4868-5406-b061-4b310e7c4871"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/776b3fa9-2bc1-512d-9cd4-208013b9293e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6db4d790-fed3-5752-9d02-52d5d654196c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e896d24-83d2-58db-85b2-692ef197f39f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f6e5975-1977-5db0-b9e9-43721d330635"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6db4d790-fed3-5752-9d02-52d5d654196c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e896d24-83d2-58db-85b2-692ef197f39f"}}],"status":"accepted","resourceType":"Task"} +{"id":"3a5ad1ec-1cd7-5b7f-a8dd-2a298ce1e2f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367855"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8ab6463f-514a-5fb0-b7f3-d550980bb18e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f7888061-588f-5469-8783-29814dcdf0d0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/493197bc-90f1-5b59-a35c-090300f78754"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c22820f6-ab57-5f13-9cc0-9c203b03e71e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c3cb6ae-85b1-57e2-984f-8d2d3b9b9fe4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/493197bc-90f1-5b59-a35c-090300f78754"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c22820f6-ab57-5f13-9cc0-9c203b03e71e"}}],"status":"accepted","resourceType":"Task"} +{"id":"83ca1b68-95c7-5edf-a59d-3a0d1f1ac2b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367856"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/03b2df0e-63c1-524a-8550-42462406007c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/64e6f04d-44d2-5a6a-8612-136b276dddc2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23446183-bb97-5469-ab1d-0f48e835b0f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5bc13805-a970-5f71-95e9-2e1881135956"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e36f073-0039-5d7f-b433-e7cbe401e6ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23446183-bb97-5469-ab1d-0f48e835b0f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5bc13805-a970-5f71-95e9-2e1881135956"}}],"status":"accepted","resourceType":"Task"} +{"id":"f6745528-c7c4-5d09-b0a2-3e3e2f48eb74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367857"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bedec67a-9982-58f2-a773-b3157966786b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a7132d72-d97b-5649-8032-3079c0696567"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f05d884-02f1-53e3-9d75-20c6275f620c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a38b091-e363-5ae7-8945-263be9e899c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65908590-50f7-5bfa-82bc-90bfdb6ed571"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f05d884-02f1-53e3-9d75-20c6275f620c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a38b091-e363-5ae7-8945-263be9e899c4"}}],"status":"accepted","resourceType":"Task"} +{"id":"4443c908-53c1-5f5c-91b2-f89ff4194aab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367858"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/25cf9ab9-ed11-5835-864a-e9a94af34c4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/49228880-0e07-513f-958c-91b2dd81938e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b1690e2-97e4-5281-811c-b8f16f8f6c65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac5e7824-986c-59f4-a4bc-5137a56e3f2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ebdd61c0-e370-5f86-b917-970081560750"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b1690e2-97e4-5281-811c-b8f16f8f6c65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac5e7824-986c-59f4-a4bc-5137a56e3f2b"}}],"status":"accepted","resourceType":"Task"} +{"id":"7043c961-5e96-5261-9046-f4a3b5358724","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367859"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/81a800c2-12ed-5a50-a1b2-2a0d6acd982b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/65de9fcd-02b5-5de9-ba27-f3d5a4bc0cb5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f44120d0-fcbd-53a6-80da-efd80066e73b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b772abce-7459-5e5b-9c26-f8a0efc4fdfd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fdcb2aad-6114-5d1a-bea5-88055c7f9553"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f44120d0-fcbd-53a6-80da-efd80066e73b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b772abce-7459-5e5b-9c26-f8a0efc4fdfd"}}],"status":"accepted","resourceType":"Task"} +{"id":"c6afbc61-26a4-5cbe-ad72-46d0ef00411c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367860"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f2ece387-9089-5549-b8c2-c91efc6adf7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/916e5206-18c8-5f3a-8efa-935d73199c02"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f94ac33f-422b-55e0-94eb-a1b1d54411c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7058ea8f-42d1-56a9-a367-7135e17fbc4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e2485a7-55c5-54ae-97c7-b7ba523526f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f94ac33f-422b-55e0-94eb-a1b1d54411c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7058ea8f-42d1-56a9-a367-7135e17fbc4a"}}],"status":"accepted","resourceType":"Task"} +{"id":"a7bbd7a1-21ec-517d-b4d1-5f3b3d7cf94b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367861"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f94275a5-33bc-5d35-aaee-8729d2658f79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c64272ce-28d5-5fbf-bcde-35afa11c09b7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f420c029-4c52-5f1c-b2b1-e0f0b3f45a3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b9d7437-e093-573a-9719-a47204fd1188"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9e463f9-497f-5347-9840-5f783b6b4767"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f420c029-4c52-5f1c-b2b1-e0f0b3f45a3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b9d7437-e093-573a-9719-a47204fd1188"}}],"status":"accepted","resourceType":"Task"} +{"id":"806ff997-51be-5547-8393-de6386633d60","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367862"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5175c431-afa7-573a-8b5d-8953850edfab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4a2a81e9-e00c-5a4d-9f4a-4953eb6989e9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f9164d9-764d-56e5-bba0-ba606c572081"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0b03ba7-c7c7-5f3e-8a6d-3aedc1dbe20e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59520920-83dd-52ce-81f7-7c6a2d1919f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f9164d9-764d-56e5-bba0-ba606c572081"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0b03ba7-c7c7-5f3e-8a6d-3aedc1dbe20e"}}],"status":"accepted","resourceType":"Task"} +{"id":"86512a60-c960-5112-8dbc-19f72da95251","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367863"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/71a3d379-77f1-509d-a2c2-c678e5b0468d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/70b79872-cf8a-57a6-ae4a-b5e2aca25497"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32b80f5b-62b7-5699-99f5-4df240867b98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64856f85-cf23-5fe4-8980-14ad29311c74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9550776-5673-5213-a37c-2cd0c7365edc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32b80f5b-62b7-5699-99f5-4df240867b98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64856f85-cf23-5fe4-8980-14ad29311c74"}}],"status":"accepted","resourceType":"Task"} +{"id":"e1a652ec-bfca-5609-95b5-ca0074fad316","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367864"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/93e353cd-4597-5a45-a0f6-541f58b9a0f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ca08cebd-71a2-5839-b580-d7e7a8b514a1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02fd5f25-c32f-5a36-9788-21a9eac421aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3c96c64-4bc1-5058-9ee6-e788ceafad2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d84945a8-bdbf-5acb-9b59-255309d1edb3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02fd5f25-c32f-5a36-9788-21a9eac421aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3c96c64-4bc1-5058-9ee6-e788ceafad2b"}}],"status":"accepted","resourceType":"Task"} +{"id":"59a73a63-411d-5ded-a6d7-ce2f22065d37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367865"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/37fdab0b-9624-5ab0-95ec-e906434142cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/35a8fec3-f98f-508a-87d6-8d0e04de50b0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1e46b32-f5d5-56c3-a355-c90fc6b3ddd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfd124ac-6518-503d-a307-a8d13c16df18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39632c40-e10b-57c9-a386-e572b7ab1c50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1e46b32-f5d5-56c3-a355-c90fc6b3ddd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfd124ac-6518-503d-a307-a8d13c16df18"}}],"status":"accepted","resourceType":"Task"} +{"id":"87240aba-fae0-5d93-a2c1-3a3ba2cea6fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367866"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c8a97a71-09f6-568e-a1e6-197132d1a4b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9573d5c5-e51d-56d5-b21c-48f0438b448d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8b36b18-8025-54f4-a42d-b2a118f5d55f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1121e3a-e74a-5c6e-8e37-f2c609d49aa9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ce3dad3-0015-5d98-bc9e-c067b73d56e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8b36b18-8025-54f4-a42d-b2a118f5d55f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1121e3a-e74a-5c6e-8e37-f2c609d49aa9"}}],"status":"accepted","resourceType":"Task"} +{"id":"0ecfa8f1-4d54-53b8-8b09-9caf7fe91fec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367867"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/046404ff-4402-581a-a1f3-7c6cd8372546"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7e6da257-17dd-5fc1-bddd-a8b7d58009de"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e627304-6fd6-502a-9f29-f20b0e934a8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40f5059e-eb36-5e4d-95bd-8f4f7818d184"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4faeadc6-ed48-5c4b-b0b0-837e1fa30cdb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e627304-6fd6-502a-9f29-f20b0e934a8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40f5059e-eb36-5e4d-95bd-8f4f7818d184"}}],"status":"accepted","resourceType":"Task"} +{"id":"8f961721-bf8b-58ca-82fb-1377caa3f8f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367868"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2093995b-e453-59ee-b0da-96bbfd99b045"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6763a6c0-0fbb-527b-8a2e-596dbc048e62"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/996e38ad-7b24-52cf-8545-81fed4bbfbfb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75e66fa2-6d3e-5da8-a1de-8b77099e75d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec6e480c-f705-5579-a8cc-f78ea6cd5518"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/996e38ad-7b24-52cf-8545-81fed4bbfbfb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75e66fa2-6d3e-5da8-a1de-8b77099e75d2"}}],"status":"accepted","resourceType":"Task"} +{"id":"9d4217f5-7a5b-5526-88ec-06bb65f782c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367869"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/262cb594-4d3b-5e8b-82ca-9962835653bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/048f00d5-6472-53a9-bd29-f912d2bb6096"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9482b563-af64-55d5-aeca-d564fa44225b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fec7f69a-2c57-555d-9992-6c6caf22c4ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b7b0f11-2759-5004-b663-767120cbaa88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9482b563-af64-55d5-aeca-d564fa44225b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fec7f69a-2c57-555d-9992-6c6caf22c4ba"}}],"status":"accepted","resourceType":"Task"} +{"id":"86547a9f-70e1-50d7-87f1-f7c3f8c1d51b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367870"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a254ea02-2745-5038-b23f-22d377f14bb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7ab44031-0f53-56a2-932d-8bad6c6faa2b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fafa8a9-bb51-54fe-8d10-bcf48af242bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c27c520-3068-5321-8627-b2d720dfa1aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38a65cc3-0a19-51c9-8a55-2ffe27a73588"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fafa8a9-bb51-54fe-8d10-bcf48af242bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c27c520-3068-5321-8627-b2d720dfa1aa"}}],"status":"accepted","resourceType":"Task"} +{"id":"433bbe09-428f-583e-b84d-54672f6d1ce8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367871"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c10b96d0-cfef-5b38-945e-ab35ccd95c6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d3ab3beb-fcb5-5327-a7f3-4102c85457a2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aba11e2e-3aeb-527c-8611-68077bb74ce7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c24f5ec-97b3-5699-a5e5-8c2c41830737"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/381c0a4d-30bb-5911-96e8-ad23f0c0c27f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aba11e2e-3aeb-527c-8611-68077bb74ce7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c24f5ec-97b3-5699-a5e5-8c2c41830737"}}],"status":"accepted","resourceType":"Task"} +{"id":"f6b8c761-57d1-5b05-aac7-91549f15e023","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367872"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/908375df-ccf3-5ee4-bead-69973068a097"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a27213a8-458f-5a6c-9699-4f9c2dfa7cbe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/841d2892-957b-5147-a368-873b5f0c122f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14076ed9-6e89-5c6f-bd79-445e50ea2ec3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac1f6935-e4bf-5948-8b68-399636cfb5f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/841d2892-957b-5147-a368-873b5f0c122f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14076ed9-6e89-5c6f-bd79-445e50ea2ec3"}}],"status":"accepted","resourceType":"Task"} +{"id":"8d44a6c6-6209-5646-8b51-deec2419d3ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367873"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3b697ac5-1a1b-5ed4-b6dd-23a6ede71608"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b90a740a-965c-5103-88bc-ad97db83f533"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f37e99d7-db37-5706-9556-3d8b99790d38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d106bece-5bfc-50d8-a7cf-abd5b26ff601"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e84fcc67-819b-53c7-92ae-94e3f31cedf7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f37e99d7-db37-5706-9556-3d8b99790d38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d106bece-5bfc-50d8-a7cf-abd5b26ff601"}}],"status":"accepted","resourceType":"Task"} +{"id":"4f748a09-0378-5c51-821f-67f2f01f02d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367874"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/93a095eb-6179-5612-bbc4-33be23b121c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bebf2bfd-0672-5602-a1d7-9c9bad0fbaaa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e993fb6-cc20-5c6c-8b03-9e369375907a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08ba811c-39bf-5154-904c-b73d4e0b0ec7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/468e2a40-bd1f-50f0-99c5-f1199cde750a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e993fb6-cc20-5c6c-8b03-9e369375907a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08ba811c-39bf-5154-904c-b73d4e0b0ec7"}}],"status":"accepted","resourceType":"Task"} +{"id":"be9c91cc-602b-5545-9047-cc9e6b917cd3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367875"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e8afd558-9b34-567a-b106-046ecb854327"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cd6e865c-5bf7-59d6-a46c-69790c0533be"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34731918-8588-56d9-bd5d-e9966f48dfff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95117d79-d747-5be8-9b48-54f5b8b18c4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/708545b8-9a5e-58ad-be5e-042b661762ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34731918-8588-56d9-bd5d-e9966f48dfff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95117d79-d747-5be8-9b48-54f5b8b18c4d"}}],"status":"accepted","resourceType":"Task"} +{"id":"77e139c8-9550-5afc-b805-871772478f9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367876"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/89ee4f17-f293-5b80-b2e5-2a2c5be96300"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4e1d8440-8365-5103-8ffd-1511f97fb8ef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/254aa72f-b168-5cc7-a085-361fec1603c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2664b214-966e-5de0-9963-e2306e11ee28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/862921c0-fd20-57fb-8b2d-617569f335f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/254aa72f-b168-5cc7-a085-361fec1603c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2664b214-966e-5de0-9963-e2306e11ee28"}}],"status":"accepted","resourceType":"Task"} +{"id":"71181015-a5f6-5fed-98c7-ba229fb3ba7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367877"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/016e9af1-ba1d-5116-bda1-8900518cb50b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/05dac09b-e9a8-50bb-8993-151f7cde0830"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6625b760-6d89-5368-b871-c9246266fdf4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cec2fce1-df5d-568a-8111-16bbd842526f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a648d578-3f1c-5da2-9636-b87040846b42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6625b760-6d89-5368-b871-c9246266fdf4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cec2fce1-df5d-568a-8111-16bbd842526f"}}],"status":"accepted","resourceType":"Task"} +{"id":"d17dcf04-30db-5a4a-89b0-b2bb1c84976b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367878"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0f31fb07-2d5f-5119-a72b-57a5ca091ca8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/813cc0fe-f42f-5e49-8b45-9a0de4e7c3c0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f832652-5c9b-532e-b3aa-c9b775097902"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/89c193dc-9b4f-5257-85c4-cabe2a4cc8eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d49b5556-803c-5f2a-acb7-b243dedfa269"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f832652-5c9b-532e-b3aa-c9b775097902"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/89c193dc-9b4f-5257-85c4-cabe2a4cc8eb"}}],"status":"accepted","resourceType":"Task"} +{"id":"12861908-7a24-51c9-bf7e-fad7b5890000","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367879"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7f2f97c5-ebb1-5d87-aedf-07ac0bbf29a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/48dec615-e558-593d-9055-9131a4e00af7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e56bf91-4c99-542a-b4a4-b2c3f38e7c5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/879a1754-9ab3-5bff-be9a-cf05698d2c4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b2bd5a9-20d7-59de-a750-86d61ee47378"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e56bf91-4c99-542a-b4a4-b2c3f38e7c5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/879a1754-9ab3-5bff-be9a-cf05698d2c4f"}}],"status":"accepted","resourceType":"Task"} +{"id":"46bddc97-fb69-5dcd-a8be-c84a3cfd6221","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367880"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/096cf846-91ce-5b63-827a-b10294015d60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f4ac79b3-0ca7-5bb0-b86b-e33da48c6f70"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbaeee48-a68b-5bd8-8f55-be9a5ef34a7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb383fb6-0327-56c0-bb37-50cffa9be536"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30c52a91-c50a-5378-9cce-256d558d12ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbaeee48-a68b-5bd8-8f55-be9a5ef34a7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb383fb6-0327-56c0-bb37-50cffa9be536"}}],"status":"accepted","resourceType":"Task"} +{"id":"fe954b80-f9a2-5fd2-a045-ca2d9ec5ad63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367881"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7bb1fce2-fe4f-5fe5-8cbe-ed730cc29b6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/41dec0cf-c1d8-5b41-88bf-442c96c74fab"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1085b1e4-c2c2-5774-bdf0-8ec1d79daee5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5b1c071-4cfb-5dee-b850-edfcb73d1351"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fcc43e5-2cea-56a7-8926-06411184b32e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1085b1e4-c2c2-5774-bdf0-8ec1d79daee5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5b1c071-4cfb-5dee-b850-edfcb73d1351"}}],"status":"accepted","resourceType":"Task"} +{"id":"d53eff10-3439-5cef-bb49-4bf1ee46d25a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367882"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f17a15d4-aee1-5d66-b721-46df5334e2af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/579e9f3f-cc30-5f0e-a255-6199c9b01413"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4fa457f6-9f79-5ad4-8746-622dcc74d0d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1edb82c-a0a5-5873-9ae6-aff0e4c94a49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9077efc3-b17b-55e5-833a-b45f90abf6d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4fa457f6-9f79-5ad4-8746-622dcc74d0d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1edb82c-a0a5-5873-9ae6-aff0e4c94a49"}}],"status":"accepted","resourceType":"Task"} +{"id":"0dbd4686-bd7e-56b8-be4c-fa553d630e7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367883"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5f458406-f0bc-506b-a963-5aed41efcdc1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e3c4c7f9-483a-5a12-a6d2-bc9d8d58d15b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34c47ee7-acc6-5d93-889b-e5adff0f47d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28646488-ddff-5aad-8768-4c443941b308"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/433cf6e2-b78a-5209-9032-6b0512ecb5f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34c47ee7-acc6-5d93-889b-e5adff0f47d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28646488-ddff-5aad-8768-4c443941b308"}}],"status":"accepted","resourceType":"Task"} +{"id":"10c3f48d-770d-5665-a250-c5bedf5dcd42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367884"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8fe50e38-8b6b-5e54-866c-547473c44577"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/82f12205-e8e9-5a6d-a50e-af341e6fb61e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46d1f7e6-9719-5b86-872e-cf38ca2c4823"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fe8ae4a-dee9-58a1-964d-4cd3bdd1f24d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f713c3b5-9435-588d-99b0-d498ded9b1a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46d1f7e6-9719-5b86-872e-cf38ca2c4823"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fe8ae4a-dee9-58a1-964d-4cd3bdd1f24d"}}],"status":"accepted","resourceType":"Task"} +{"id":"a7658c4b-d91e-539e-b85b-a84c28e73293","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367885"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/40d5d0d1-2a49-5024-ada7-dbcc60706784"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/50d24a38-ca7d-5170-8ccd-9057643ff810"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dae2a94e-c4fe-5be9-8d86-c7a78055e5b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fa42ed9-bf17-5ba1-afde-6ed723fa0ae7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8385a74-0b93-5318-bfb2-8ece2dfa8adc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dae2a94e-c4fe-5be9-8d86-c7a78055e5b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fa42ed9-bf17-5ba1-afde-6ed723fa0ae7"}}],"status":"accepted","resourceType":"Task"} +{"id":"0edba23f-ec2f-5915-a3e3-bf0d8ed641fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367886"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/91eb3098-f016-58ac-8f82-bdf59a8eaab3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/54dc6f56-f7ee-5b17-9be0-392d46be8263"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc1cf7f9-bbc9-522e-8041-e0c080143be1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c3c4db5-da89-5dcf-833f-a02c7a43abde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c0d42c8-6352-54ab-b3cc-6c5a7865224d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc1cf7f9-bbc9-522e-8041-e0c080143be1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c3c4db5-da89-5dcf-833f-a02c7a43abde"}}],"status":"accepted","resourceType":"Task"} +{"id":"672c2543-6984-56cf-9767-c79fcc005354","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367887"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e81b07fc-09c1-59b0-bc0c-a88442c39f7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2287a550-1961-50e1-9e9f-2979b85cd10f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4ebeee9-8c25-586f-85a8-c4d491bef70d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5e89128-063f-54fd-bbb6-b1e63d0bb645"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6e7758a-b09e-5c56-b01c-2975206492db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4ebeee9-8c25-586f-85a8-c4d491bef70d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5e89128-063f-54fd-bbb6-b1e63d0bb645"}}],"status":"accepted","resourceType":"Task"} +{"id":"a3b093e1-fbd2-5772-9d57-649646f9a725","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367888"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dcf8e0fd-b345-5953-a17f-606eb0a96240"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0d4a5b80-3adb-5bdd-b1b2-73188a11f072"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f77f43e-189b-5246-a776-e752fee0de34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3403956-e4b0-582c-b616-7a7f5422e76b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd2cf531-e220-52ee-b15f-ec5211e76345"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f77f43e-189b-5246-a776-e752fee0de34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3403956-e4b0-582c-b616-7a7f5422e76b"}}],"status":"accepted","resourceType":"Task"} +{"id":"b8d6ad2b-0be6-5d71-933e-4d656bdd1452","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367889"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/55f80ad1-bfbb-53f3-9723-73e7cf395ce8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f7160eaf-82f9-5b35-88c4-39b92aacf166"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aba51443-ca0a-5024-8d34-222aaf0f2084"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb7fc70d-79bf-5895-a50f-e0341ebfab4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c49eb36-4f94-53d3-be40-e1a98b9222b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aba51443-ca0a-5024-8d34-222aaf0f2084"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb7fc70d-79bf-5895-a50f-e0341ebfab4e"}}],"status":"accepted","resourceType":"Task"} +{"id":"e8fc99e2-3d81-548f-9d17-65e30a441d99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367890"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b611af95-3653-5335-ad41-c570920a4f90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a3122bdf-cdc2-5a11-95c7-0c1e2b87271d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7baf0bb4-aa16-5d45-a7b4-f96420ff761f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/628d9bb5-6ff9-5a62-a2c1-dd53be62f081"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45bab042-5e35-5ed0-a922-7d851d9ace23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7baf0bb4-aa16-5d45-a7b4-f96420ff761f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/628d9bb5-6ff9-5a62-a2c1-dd53be62f081"}}],"status":"accepted","resourceType":"Task"} +{"id":"0ed17356-5f58-58ba-bfbe-446064995155","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367891"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5ab4e85b-782a-5499-b9f7-cd9cae7f8c18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/75d35caf-cee1-5744-bf37-142b659739f9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8dd7e227-2d67-5907-95d3-3156f1c66069"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ad18c93-45dd-5fae-840a-20403e8bf68a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/995657bf-1a6e-53f0-b5b5-7c11da0d0f9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8dd7e227-2d67-5907-95d3-3156f1c66069"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ad18c93-45dd-5fae-840a-20403e8bf68a"}}],"status":"accepted","resourceType":"Task"} +{"id":"9ec8e296-553e-5a2c-ac73-a1fc1e94f90a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367892"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c27f754a-9521-5207-9203-4a628897dd41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d1711807-0f45-5859-9e6b-aeb45700e532"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6139577d-3389-5597-9776-c7d14d2c098a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f89fa5f-9a11-58a1-a251-1c8bb6fb16ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f22a6b3-38e0-52d3-a461-cadb01f8dd72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6139577d-3389-5597-9776-c7d14d2c098a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f89fa5f-9a11-58a1-a251-1c8bb6fb16ce"}}],"status":"accepted","resourceType":"Task"} +{"id":"249ba7b2-7f24-5fde-8802-2ff130c09a5e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367893"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ec2b359d-6520-5004-9dd4-f87fde1a2ba6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/74639184-54d4-5672-9488-f4e872998e00"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd4ae4f3-3751-513d-abaf-5fc2092615ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1009831f-d1a2-5b1c-b6cb-6d3fff416b34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f415ecea-385c-5ada-a77f-3060106c5908"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd4ae4f3-3751-513d-abaf-5fc2092615ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1009831f-d1a2-5b1c-b6cb-6d3fff416b34"}}],"status":"accepted","resourceType":"Task"} +{"id":"f497f6cf-9f42-5bc1-ac50-0c9ce2939eb1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367894"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/251c3a64-7487-5849-8f67-e8b91b24dde9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/db278ed5-cdee-5082-9cc6-dd664f396398"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c10a98e6-6152-5c97-91b6-c40605fa32a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aebb39dd-9c83-52f5-b56d-68a6f203ccb2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3aeecec-f590-55b0-bef4-8979c6da8292"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c10a98e6-6152-5c97-91b6-c40605fa32a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aebb39dd-9c83-52f5-b56d-68a6f203ccb2"}}],"status":"accepted","resourceType":"Task"} +{"id":"370aee62-a670-5e34-a78f-40dcfb1d96ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367895"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4ff946c3-bfdc-5724-8dab-302331dd4d81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5f24b77a-bac4-5ae0-b58b-5c07460152c6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a3449f9-354f-5751-8ac6-2b3c85598469"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50a05fb7-de81-53a1-837e-e8de9a7d7db4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93e6bcff-0364-5039-b4f3-3ba30ca12e53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a3449f9-354f-5751-8ac6-2b3c85598469"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50a05fb7-de81-53a1-837e-e8de9a7d7db4"}}],"status":"accepted","resourceType":"Task"} +{"id":"0db61f36-3dd7-543d-9524-3c5b9b2de1e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367896"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8fdca497-9469-504c-84b2-3a255e651cab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4c793d21-d132-5daa-ae19-b835742daecc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10f83dbf-8289-58a6-bf31-d4e06ebf2e72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e62a60c-513a-5bc3-aa8c-8762a7f65a94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72026541-7ded-5c91-ab58-f2d0346d88d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10f83dbf-8289-58a6-bf31-d4e06ebf2e72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e62a60c-513a-5bc3-aa8c-8762a7f65a94"}}],"status":"accepted","resourceType":"Task"} +{"id":"42834bb4-0207-541d-893c-cae18c5ef75b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367897"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c616b02b-f9ae-55b6-a12d-6ed5cc5f8fd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/21586aaa-3534-560a-9f45-ab4c5338b756"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c786720-dcd8-5f0b-b0f6-cf7a1c9b2581"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41ae3ca0-a68d-5f61-9e29-ac7d79673cf4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82913a77-3ec9-5fe1-890d-3b7a827c59c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c786720-dcd8-5f0b-b0f6-cf7a1c9b2581"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41ae3ca0-a68d-5f61-9e29-ac7d79673cf4"}}],"status":"accepted","resourceType":"Task"} +{"id":"eb131544-47e2-5afb-bb48-464cd09309f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367898"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e61730f5-2583-55e4-86a3-507b4d9d6317"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/07db052d-7de0-53bf-8e8f-8ce528f80b35"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d46d887-5c61-5a2a-8bf3-7ba53344eb7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03b60423-21df-5fd5-9dde-358388d65769"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c40656e-a90e-5710-bd40-8c3cbcbbd84d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d46d887-5c61-5a2a-8bf3-7ba53344eb7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03b60423-21df-5fd5-9dde-358388d65769"}}],"status":"accepted","resourceType":"Task"} +{"id":"7ff53780-d960-5338-b7f0-cce8522e2cf0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367899"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/de39e8b6-6d87-52b0-a577-9c3e3275ddfb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/089ff6d5-01fc-5d90-a3e0-01627c537dc4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e24e5e42-06a2-5fef-82ea-3712b234f80e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b61a54de-b725-54cd-a779-edce0fcba94c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6e0d56e-01f8-5d90-95d6-cbba10e51fdf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e24e5e42-06a2-5fef-82ea-3712b234f80e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b61a54de-b725-54cd-a779-edce0fcba94c"}}],"status":"accepted","resourceType":"Task"} +{"id":"1aa2291b-8cb8-5ad3-a6e9-d91cf91ba3bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367900"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/044a78f6-673c-5819-bc4e-f0252e813879"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c56f3071-c1e6-51fa-8488-7e4cc607d721"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29bcd590-a1a8-5f67-a872-12c60a42acd9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f5a2d13-4081-5283-b38e-87e61a1247e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6126d9c-2c4e-5f2b-8a4d-08622144f34c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29bcd590-a1a8-5f67-a872-12c60a42acd9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f5a2d13-4081-5283-b38e-87e61a1247e9"}}],"status":"accepted","resourceType":"Task"} +{"id":"31b77ac6-7e96-5c0a-9bd1-706b787096c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367901"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0c4e1423-4658-5a06-a305-cd0f42360de9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fc122770-1e49-594f-a3e7-8416f5de0bfa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87c38d78-1d3a-5f47-89cb-3c289784da87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/224b9684-4ab9-5bf8-a69d-acba1923096a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/029bfc1f-0dc8-5355-9cf0-f1dbd825f7e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87c38d78-1d3a-5f47-89cb-3c289784da87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/224b9684-4ab9-5bf8-a69d-acba1923096a"}}],"status":"accepted","resourceType":"Task"} +{"id":"bdab19c5-bb40-586c-ace8-3aece35ddf25","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367902"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a1656617-aeeb-5e72-9953-e5c5e162c4d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0c05097e-7102-5734-8034-d090a8be39cd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22542bd4-89de-56a3-8e9e-59946d0edc5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47aa6ee2-5ba8-524f-a9b9-b902eb867e06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfcef4d5-22aa-50da-aa10-45d79d00bb16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22542bd4-89de-56a3-8e9e-59946d0edc5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47aa6ee2-5ba8-524f-a9b9-b902eb867e06"}}],"status":"accepted","resourceType":"Task"} +{"id":"f58bdee3-2e0f-5a45-9e2f-d8a89f447a52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367903"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/04dbec39-b41a-572b-85d0-ba53e4fe5039"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7baca133-9a1c-5035-a8c8-11e4d247f158"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6524c5bf-57a3-571f-b335-5c5146238424"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47dfd970-4881-5e60-b958-66711082aa4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/728dad25-defc-5a1d-b34c-eb03b589f4cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6524c5bf-57a3-571f-b335-5c5146238424"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47dfd970-4881-5e60-b958-66711082aa4d"}}],"status":"accepted","resourceType":"Task"} +{"id":"ae07f189-7632-5be6-bf17-ddfdbb1aec8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367904"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5648ed97-841a-5f65-b7db-af832e3d2022"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/60e43f83-475e-5650-b0a7-ea72c4d5d435"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d74ead2-6bfb-541b-a245-d16e6f7d03aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d33010ad-07a5-58b8-8ad9-ff49eb1a04c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e4ed2ea-b5fb-53dc-8a6c-127baedda9c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d74ead2-6bfb-541b-a245-d16e6f7d03aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d33010ad-07a5-58b8-8ad9-ff49eb1a04c2"}}],"status":"accepted","resourceType":"Task"} +{"id":"88895615-9b06-50d7-800e-9092cfa8d3a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367905"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e773ff6a-b2ba-5654-897c-a98634e428a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eb2d43ed-9f03-5c0d-8fb4-17585f186276"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8144fea6-48dd-5818-b82a-be58ce7610ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09932f3a-c955-55bc-a241-21f392fbf87a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34fdd0fb-fc97-51b7-bb31-965885d76a93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8144fea6-48dd-5818-b82a-be58ce7610ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09932f3a-c955-55bc-a241-21f392fbf87a"}}],"status":"accepted","resourceType":"Task"} +{"id":"54bd54cc-8d54-5e2f-b2c2-176ac4cc8873","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367906"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/299e0e7e-d13a-59bc-a3d4-27483aeeaf03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0c002c0b-dd0a-5701-ab51-0af88671b0b8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12d33876-887b-58a5-bd95-8179f13f4c55"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f55259dc-0430-5576-ba0a-1fe61b77e812"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f544209d-53b1-59e5-8864-5a36d7d8345e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12d33876-887b-58a5-bd95-8179f13f4c55"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f55259dc-0430-5576-ba0a-1fe61b77e812"}}],"status":"accepted","resourceType":"Task"} +{"id":"a04505a5-4b7f-5592-99c2-b38e2a77cdff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367907"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/105c6cfd-55c2-5523-a296-c639093edc7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ea8fa605-8645-5334-b0f4-444966c87648"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9b2d484-7991-5abb-8280-a6c87860d326"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/495beb0c-dafc-5f65-9969-2df730e6d49a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3672df95-e26d-5df8-ac3c-c8eda4bac54f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9b2d484-7991-5abb-8280-a6c87860d326"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/495beb0c-dafc-5f65-9969-2df730e6d49a"}}],"status":"accepted","resourceType":"Task"} +{"id":"8bcce163-ba0e-5a41-840d-b06628c1e245","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367908"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/604d1b2b-82d9-534b-981b-08b0c9db7603"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fe9872d1-697f-5886-ae40-67aa11e1ea1f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d231b11-5b13-593d-97c7-56e9c1921786"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/208021fe-84f9-5c81-9423-3e118f18c30d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13eac056-f097-5ba7-9d41-addf0301978d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d231b11-5b13-593d-97c7-56e9c1921786"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/208021fe-84f9-5c81-9423-3e118f18c30d"}}],"status":"accepted","resourceType":"Task"} +{"id":"921035c0-df42-593d-bab5-2f3658b5f5d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367909"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/971f2cee-57e0-5fca-a25f-c658b4caadae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7b8e9454-7a42-5109-9855-841bfa31d405"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4cd11c33-c439-59f3-ae57-d0eeb51f19a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b275a20-e806-57cb-8b44-35160543803e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc66cbef-73e7-5b65-b04d-a10eacf59372"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4cd11c33-c439-59f3-ae57-d0eeb51f19a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b275a20-e806-57cb-8b44-35160543803e"}}],"status":"accepted","resourceType":"Task"} +{"id":"4364c936-295b-5e6c-bc47-f3935af498be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367910"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/32fff55d-bea4-501d-bfdf-7e686143e580"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fd1d780b-9d26-51a2-9002-82f2ab9b0363"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f25c41c-466b-56f6-9699-c02e4ed9ed56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e25c67e-6829-577d-8095-cab9e6e11c3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20cb5241-a682-5436-a0c5-03fab48c36c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f25c41c-466b-56f6-9699-c02e4ed9ed56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e25c67e-6829-577d-8095-cab9e6e11c3f"}}],"status":"accepted","resourceType":"Task"} +{"id":"70d9cb52-460a-5798-9ce8-33d21f83445d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367911"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e9d9fe25-fe01-5428-a62e-1a39d779c838"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/879fa442-0966-5139-87af-92cd7692b523"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80fd256b-27db-5197-aa21-a952cb1f596e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5bcb4a6-534f-59f8-80d3-5cafea08fc13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/381d49d2-63af-5db0-aff3-206f75d4d939"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80fd256b-27db-5197-aa21-a952cb1f596e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5bcb4a6-534f-59f8-80d3-5cafea08fc13"}}],"status":"accepted","resourceType":"Task"} +{"id":"ca02396b-8975-5362-8f0c-bde1e6bdf455","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367912"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/79a99c9f-265a-5527-81b4-1f8774e009a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/05f56b3d-03e3-5336-b1b4-72b8365cc100"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06738a24-fe8e-5965-a8d3-1ddd4c9e79a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc174f64-4964-5e5b-b9b5-29d3bacac3d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffbaac09-469b-5b42-9f71-646cbffb8466"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06738a24-fe8e-5965-a8d3-1ddd4c9e79a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc174f64-4964-5e5b-b9b5-29d3bacac3d9"}}],"status":"accepted","resourceType":"Task"} +{"id":"68ae3e5e-c491-5be8-b2be-7f42b074f623","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367913"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5b0562d5-61d5-5b2c-ab61-dd9619e5da4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e1b28e11-c56a-5755-8a0c-776764bf1182"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbb9f57d-ef65-524e-a9c3-a02a4de2843b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63b92e89-587a-5de0-b738-4523c4eab70e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7e067a9-5bb7-5260-aaca-6888cc17738b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbb9f57d-ef65-524e-a9c3-a02a4de2843b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63b92e89-587a-5de0-b738-4523c4eab70e"}}],"status":"accepted","resourceType":"Task"} +{"id":"39751aa3-b71d-5239-863e-c33e56869732","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367914"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bda22dd5-7b5d-5014-bece-bd9f0d7d7ec5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eaef24c2-585c-5028-89bd-0e73207543ad"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2827bb03-db8e-58eb-a803-b4bbc1f35039"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a918bce3-aea0-54d1-a7b9-8733e61960a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/917c0132-0cf6-5650-8b09-ffee339d299f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2827bb03-db8e-58eb-a803-b4bbc1f35039"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a918bce3-aea0-54d1-a7b9-8733e61960a7"}}],"status":"accepted","resourceType":"Task"} +{"id":"be87fdc4-e321-5d85-b9d0-8772f3f6843b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367915"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/576781d9-6ebd-5acb-bab0-ccf35a8a00e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4de2e9e0-1218-5b06-816c-c946d02fbc05"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6705740-1806-5a36-b86c-c7255d4d51d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/863ffcb4-e659-5768-a9a4-93ac86bccb50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02728537-dc66-508e-ab1f-e6ad3721fb17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6705740-1806-5a36-b86c-c7255d4d51d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/863ffcb4-e659-5768-a9a4-93ac86bccb50"}}],"status":"accepted","resourceType":"Task"} +{"id":"2bba81c8-1f58-5016-bf01-694566df2f02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367916"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8fe7ba58-96d2-5609-8329-bd9d12d4617a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e8466f1d-792d-5d3b-8977-3cca068a374f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e1e43ce-eda4-56da-9da6-7f29b5b82604"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/89ad5799-47a5-5a7b-a11d-a1f00a2d2281"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c7c5598-75ae-59cb-aa13-4ac8bb298747"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e1e43ce-eda4-56da-9da6-7f29b5b82604"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/89ad5799-47a5-5a7b-a11d-a1f00a2d2281"}}],"status":"accepted","resourceType":"Task"} +{"id":"f405d422-7512-5431-bf56-243188c6d7cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367917"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/72794aeb-e5a1-57b2-afd1-6b17dd286a30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d58a5d7f-1d34-5f7f-a9a7-8d5238651089"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed741e25-e078-5ab4-b407-8029bc61a051"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01db0c47-b6b0-5c82-a9f4-a7cce9d4f75d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99c9dd74-7fdd-56cc-8645-2be0afed0c91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed741e25-e078-5ab4-b407-8029bc61a051"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01db0c47-b6b0-5c82-a9f4-a7cce9d4f75d"}}],"status":"accepted","resourceType":"Task"} +{"id":"a8e5be31-6ee2-5dd1-9377-45e1e80c9f19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367918"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ee93910c-2da4-571c-8975-539ce6e5af1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bbb1b52c-a3d2-5807-925c-830d3d079159"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f1e22c8-a4ac-5d5d-b0ff-1f58dbda16b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/858cc4f7-438c-5612-a874-b6d038fb8d75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3486997d-0990-5075-9f4f-bc0f25d00c20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f1e22c8-a4ac-5d5d-b0ff-1f58dbda16b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/858cc4f7-438c-5612-a874-b6d038fb8d75"}}],"status":"accepted","resourceType":"Task"} +{"id":"1980f0b0-b31a-5a9e-b07b-20bfb2f2cf16","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367919"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3f7e7f6d-250f-5163-8e10-f37950c21265"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b61e0022-3746-51f3-8286-e707c78f41a4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51a4df64-c900-5846-b760-f91256b33fcb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20f4e124-38d3-5f67-a01d-85142786fc5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6942b93c-7c02-5a03-bd25-0dea5587b6d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51a4df64-c900-5846-b760-f91256b33fcb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20f4e124-38d3-5f67-a01d-85142786fc5d"}}],"status":"accepted","resourceType":"Task"} +{"id":"f72cecd5-4010-5b89-a152-b0f609f1d840","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367920"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b745544d-e8bf-5e3b-9f58-5e3c2add3be6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/98199f9c-7e93-5733-894a-f4c4769da7e4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e59b503-46a3-5fbe-a46e-a6ad1a3a55f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6917857b-7465-588e-9cf4-00fdcf753c34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfe98421-c723-568c-b9f6-38000dcfb7c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e59b503-46a3-5fbe-a46e-a6ad1a3a55f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6917857b-7465-588e-9cf4-00fdcf753c34"}}],"status":"accepted","resourceType":"Task"} +{"id":"cd8a645a-2150-5e04-8c41-5521f1025ef8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367921"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/31caa434-4f59-5b3e-9e17-4ac79dcf983d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8c1876c8-a1ed-54fd-acb4-f955fe077b87"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2660b2e6-a642-5c80-befc-db6a782628db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8cdc9143-2cc9-5b58-8521-638cb8d8c254"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ffe3416-5c69-5c44-b89b-daebca43fe8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2660b2e6-a642-5c80-befc-db6a782628db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8cdc9143-2cc9-5b58-8521-638cb8d8c254"}}],"status":"accepted","resourceType":"Task"} +{"id":"03ef1f37-164a-5a52-a4ad-74eb78eb422d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367922"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0f0a7ef1-88c6-55b2-a8d2-9e1a46852b85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6a6240a3-5f18-5b6b-9594-26f30d1c94d9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78f9ebd6-a925-545c-9581-8e1ddbd3ca4b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d631e06-a2a4-5211-a041-fa58cd3745ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5abdaff9-c09c-5717-b93b-96b831d8472b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78f9ebd6-a925-545c-9581-8e1ddbd3ca4b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d631e06-a2a4-5211-a041-fa58cd3745ca"}}],"status":"accepted","resourceType":"Task"} +{"id":"1aa93029-2fda-5fcc-8289-67ac224e0448","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367923"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c21a8373-8e4c-5ed4-94c6-846614511a74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/08412a9b-a13f-5e1a-906c-e1aa1bb92013"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16b513c9-4c67-516f-a47c-af985b71390e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/998f8a3d-3636-5958-9b70-2b4b7216a311"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f48b9bc-824a-5078-9cd7-c4949d81a9d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16b513c9-4c67-516f-a47c-af985b71390e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/998f8a3d-3636-5958-9b70-2b4b7216a311"}}],"status":"accepted","resourceType":"Task"} +{"id":"3f95236c-d8e1-5857-9bcf-6f75b8f0a1a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367924"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a5d1809a-f92a-52fd-9443-727fe388deac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/996cbaaf-9e47-53e7-9c77-d3143f9d42d5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01d60502-5b8a-5d45-870d-641d8f795fc9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b42e505-3f6d-5880-a2c4-f724373d3a6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/473343d0-6524-5af7-8fe9-a1d070d85878"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01d60502-5b8a-5d45-870d-641d8f795fc9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b42e505-3f6d-5880-a2c4-f724373d3a6e"}}],"status":"accepted","resourceType":"Task"} +{"id":"5e438643-aea7-5b93-8e07-96e33a6f72a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367925"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f474efae-0430-5a08-8dbb-87f60c73f623"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/92de4614-2660-522b-a766-ddb1f406c0a9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6942599-e16e-5f32-a94d-d6802999547d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ace2e7e1-4a86-52e5-88b9-8cb29f939c53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3c71871-9144-553d-bb78-e2784fed08b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6942599-e16e-5f32-a94d-d6802999547d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ace2e7e1-4a86-52e5-88b9-8cb29f939c53"}}],"status":"accepted","resourceType":"Task"} +{"id":"1f5c243a-2320-543b-af56-6ed15b1244f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367926"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2d218919-c0d1-5a8e-984f-8cb4dec7c296"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8b256cbf-f8d9-5845-9675-4a48c595be5e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3a58a69-07b5-5d57-b8f0-a44327bfcc63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05f005c8-6c6e-5171-b7f1-0dd878c26d71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81197190-e40f-520d-a586-e9616701bb2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3a58a69-07b5-5d57-b8f0-a44327bfcc63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05f005c8-6c6e-5171-b7f1-0dd878c26d71"}}],"status":"accepted","resourceType":"Task"} +{"id":"4da032c5-f815-5bd5-bc9d-e6f718ccf1f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367927"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5055bd52-8dcc-546f-b265-8442b7ab69e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/483190ff-a499-5641-9628-d0d407e04238"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51f80288-d7dc-5ab7-9af9-e7fcc31a944e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec974acf-6ae8-5110-a6e3-a8df5b045b89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1f9e752-69c6-5d77-a1e4-d1f6074802f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51f80288-d7dc-5ab7-9af9-e7fcc31a944e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec974acf-6ae8-5110-a6e3-a8df5b045b89"}}],"status":"accepted","resourceType":"Task"} +{"id":"194ee4f3-5265-59ab-b193-593b89504c11","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367928"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c5c8b05c-09ea-57a5-a0ce-aa99981ada75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d3f695dc-d2b1-51bc-b40f-281a329b24da"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4adef87b-79ce-5e27-bd2f-418ec471293e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a692437-081d-5424-bd78-b8c95ff080b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb3b5a30-4365-5a9c-a19e-d74cd3f6c8ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4adef87b-79ce-5e27-bd2f-418ec471293e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a692437-081d-5424-bd78-b8c95ff080b7"}}],"status":"accepted","resourceType":"Task"} +{"id":"495dd7ab-7d98-5c81-851d-bd6b40d26a4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367929"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/39a0dd9e-1451-5562-8ce1-04391654d617"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6946b9df-995e-5556-9ee4-b1c9a5f89fd2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b20c8c4-7423-51bd-aa7d-79ee18e5ae26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a171e51e-86bc-52b4-b21d-916e515a3c3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc005720-0ff5-5100-9896-582581ab378e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b20c8c4-7423-51bd-aa7d-79ee18e5ae26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a171e51e-86bc-52b4-b21d-916e515a3c3b"}}],"status":"accepted","resourceType":"Task"} +{"id":"25fdfa84-e498-539f-a5be-7e7b76ed0bff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367930"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d88847f2-39bd-59c0-934d-1ac3c3f9f245"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9378ea7b-c397-536c-897c-ca6d078d0c01"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a6c2932-889b-530f-bbf4-d20ca15b25b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04b2c53b-47b4-5777-a86a-50ce300cd617"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/908d7d06-6939-54c7-acf5-fbf7b03d639d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a6c2932-889b-530f-bbf4-d20ca15b25b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04b2c53b-47b4-5777-a86a-50ce300cd617"}}],"status":"accepted","resourceType":"Task"} +{"id":"9b9fff46-01bf-59de-bb22-dcddb480d647","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367931"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/68ae8f64-4613-5650-bba3-dbaf8b08d31a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dee3d848-8b9f-5c55-a7d6-2695fdf5bf3e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c101f96-f46c-55eb-904c-83968b01079b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec746217-2720-58c3-bc65-86eefb689c0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6fe7836-7312-53f0-834d-cedc88fbf2ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c101f96-f46c-55eb-904c-83968b01079b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec746217-2720-58c3-bc65-86eefb689c0c"}}],"status":"accepted","resourceType":"Task"} +{"id":"97c901e1-6cdb-589a-b424-c1b0e152ac7c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367932"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/208b8041-ae77-5eb3-9bc1-230bc1b78ecb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b144dddb-c60c-5385-a6e9-e586f39a37e8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ca14cbd-7f5f-5875-bc87-a8d0e4f8a906"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8951e551-cfaf-5f39-a8de-9b6fdee2c158"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/142ce69a-c03d-5dcf-9552-34b0890ec8ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ca14cbd-7f5f-5875-bc87-a8d0e4f8a906"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8951e551-cfaf-5f39-a8de-9b6fdee2c158"}}],"status":"accepted","resourceType":"Task"} +{"id":"cfeaec50-ba10-5968-9d74-c8c579dfe0df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367933"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/006cbca1-0409-5ae1-b88d-00c9cfbe9842"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fcbd1c0d-5760-5f3d-9fa8-01f52bfe9ebe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9123317-ce6e-573e-93dc-4e421d593dff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c899c0cb-0232-5078-a4a2-d9a79ec77407"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adb370c4-0803-57ba-8661-537929c6ee78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9123317-ce6e-573e-93dc-4e421d593dff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c899c0cb-0232-5078-a4a2-d9a79ec77407"}}],"status":"accepted","resourceType":"Task"} +{"id":"f6810075-d295-56da-a7ff-a46b8abce826","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367934"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fb0348df-2d81-5508-989f-211c81ab47da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/547f81d5-b718-5f1d-87f3-1633c835cd2f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67059cc0-2bc0-59ea-ba49-8e13bd831015"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70607846-9a26-5b74-8cd3-405727db9353"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fb83ffd-e3e9-5e84-be42-a6914b6f6755"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67059cc0-2bc0-59ea-ba49-8e13bd831015"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70607846-9a26-5b74-8cd3-405727db9353"}}],"status":"accepted","resourceType":"Task"} +{"id":"63a5acd4-6ea5-5b2e-a95e-20675f9cbed6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367935"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1e7a7b2e-ebd4-57ff-ac42-013634484342"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8ff99ee3-674b-5d86-b0e1-2cc5b49605c2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf95b79c-8346-5cf8-a471-b3c810696ee5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0e80e49-adfc-5627-90b6-7ff8a65ca6b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a57cf40b-0291-5c11-b34d-dd6552616eb3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf95b79c-8346-5cf8-a471-b3c810696ee5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0e80e49-adfc-5627-90b6-7ff8a65ca6b2"}}],"status":"accepted","resourceType":"Task"} +{"id":"3e38a106-a70b-5bd5-adba-9b9e3e9876f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367936"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e376879b-2687-50fb-b91f-c21d317e6987"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5ff8b090-fcbc-57bc-9bc9-e7ddc983fb0f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c8f9643-a10b-57e3-85d8-64c6084de7d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e127bedf-3123-5afa-aeeb-4f6fb48b3a15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc317f04-c611-53ef-8b58-1e48be7fa3c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c8f9643-a10b-57e3-85d8-64c6084de7d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e127bedf-3123-5afa-aeeb-4f6fb48b3a15"}}],"status":"accepted","resourceType":"Task"} +{"id":"339500bd-b0ea-5a43-8002-4162cfb8c319","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367937"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6285e57d-6311-5c78-8301-4a3a09576e9b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b314f0eb-85a7-586d-8698-ee02da04ca9a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39cfde2d-072b-5f60-9e42-bceb0abaa7b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc2a95a0-2a35-5f27-b7e9-a8d1b3e324b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/170e973e-0f7b-5474-a388-601d52a2d843"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39cfde2d-072b-5f60-9e42-bceb0abaa7b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc2a95a0-2a35-5f27-b7e9-a8d1b3e324b7"}}],"status":"accepted","resourceType":"Task"} +{"id":"de3cf9a5-0f28-5447-8d0a-3b757b7a046d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367938"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c8e192d8-ef56-5e3e-9c88-9ede35968488"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4fa64094-6a55-5460-aab7-d3d99ab7d4f1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/167f62f4-7611-5987-931a-af0b7194c1e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66265937-e62b-5312-a427-18a038ff49ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25aa90b1-0bfe-5bee-9d83-b61ecf747b26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/167f62f4-7611-5987-931a-af0b7194c1e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66265937-e62b-5312-a427-18a038ff49ea"}}],"status":"accepted","resourceType":"Task"} +{"id":"e2ad70b0-f159-5d1f-b0f2-aa5ca909d231","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367939"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dc0d5177-f0e0-56b2-9f35-e4a8e10a3650"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4a855b14-7958-5b38-b299-e41f5f02a81b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/276fe39e-33cb-540b-8fff-8db7b46baf46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ee4dae1-8bce-5c86-97d7-feb00290b6ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/142a5977-1bef-56e3-959c-d06b6db4f22b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/276fe39e-33cb-540b-8fff-8db7b46baf46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ee4dae1-8bce-5c86-97d7-feb00290b6ee"}}],"status":"accepted","resourceType":"Task"} +{"id":"3c6eb91e-e7a1-5881-964d-7a3632edfd77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367940"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c1450bc3-0145-5595-8967-1e37cee2dcd5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/46a5315d-4d29-5e40-901b-a189548c2c1c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a29b7b3-6e37-502f-90fd-4ca7e99c6cde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a25fa7b5-6b94-58f7-92ba-449771be9933"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ba68151-7b06-5733-b0e2-4936c158d934"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a29b7b3-6e37-502f-90fd-4ca7e99c6cde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a25fa7b5-6b94-58f7-92ba-449771be9933"}}],"status":"accepted","resourceType":"Task"} +{"id":"164e02f6-ab80-57c8-99e1-7fe71e199e8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367941"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c0f08fff-f016-596b-8935-dfaad123fa9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9982d65f-def8-5c9e-a76c-a3375d5e5cfe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ea5368c-9cb5-583c-a3c4-1646eeaf91b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09a71443-7cab-5824-bcd4-37689047231d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bce64cb8-183b-5f11-856c-3b70945007e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ea5368c-9cb5-583c-a3c4-1646eeaf91b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09a71443-7cab-5824-bcd4-37689047231d"}}],"status":"accepted","resourceType":"Task"} +{"id":"80ca5112-2a4a-5444-b8f2-3241c4063630","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367942"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d6507770-36d6-570c-a9be-726452ba2ba4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d0ab89b2-35c1-5127-8e7d-7b5a280e090e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c492a38e-7351-55a3-a9c0-77a25d4b1675"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62718f7c-faa6-53ca-8305-57304f324cc3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34ae37d0-262d-5273-8dbd-291b6de5cdf5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c492a38e-7351-55a3-a9c0-77a25d4b1675"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62718f7c-faa6-53ca-8305-57304f324cc3"}}],"status":"accepted","resourceType":"Task"} +{"id":"d88e98b2-f32a-55d5-bace-1404a429dad5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367943"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1465e2c9-3d01-584a-9571-a82fa67a0d0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0aa23b33-88bf-595a-a38c-f22e16f4c940"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5824547-cbb5-5218-b7b0-7ef1b85988d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fce72903-02f6-5b82-b156-ab37b48d72dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f34316dd-7e9c-5782-8ac6-7494cb00a022"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5824547-cbb5-5218-b7b0-7ef1b85988d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fce72903-02f6-5b82-b156-ab37b48d72dc"}}],"status":"accepted","resourceType":"Task"} +{"id":"4faa8cbd-d834-5916-9b72-cd268ae1b15d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367944"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6b0a020a-a4ac-564d-a0f8-56022961810f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fcbd8ee6-9608-5e25-88ca-deb50b09aedd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75d26878-0dac-5490-8e7a-03f2496b88c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84613fdf-acc0-58ea-b832-431198002c60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c787913a-1453-5e6a-b2cd-5945b46ae75d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75d26878-0dac-5490-8e7a-03f2496b88c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84613fdf-acc0-58ea-b832-431198002c60"}}],"status":"accepted","resourceType":"Task"} +{"id":"61208818-20c4-5f99-a441-fb2055bb26f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367945"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3fe2ad59-575f-5c8b-86a0-573c4b4d39bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/695448aa-e79c-5a5b-9335-ac0c4a96987b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/331ea27a-07f6-5023-8227-3c866590345b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d440c741-fd91-514e-8539-f3b596b89210"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6591bc6d-dece-5fa1-a0d0-04adf82e84fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/331ea27a-07f6-5023-8227-3c866590345b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d440c741-fd91-514e-8539-f3b596b89210"}}],"status":"accepted","resourceType":"Task"} +{"id":"c4d90703-d2f3-5d14-93ab-938ce020b051","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367946"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/155d7bc3-3584-5d2a-b326-2613cbb7c4e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0f35d779-c2bc-5e91-8b93-8ff8c067c9ba"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11d6a7d5-0589-556f-ba1c-d8e5f5ce3dcd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/266e0e8c-566a-5ccf-924a-0c5ce6bbfef6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/885e9d7b-b73f-503c-8157-ee1b0a5c4466"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11d6a7d5-0589-556f-ba1c-d8e5f5ce3dcd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/266e0e8c-566a-5ccf-924a-0c5ce6bbfef6"}}],"status":"accepted","resourceType":"Task"} +{"id":"b05c037d-7f15-5025-be83-2645787972ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367947"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/06d53d77-05f4-53de-9026-a09b1257da9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/af4ecaa9-be2d-5726-b0d2-4ed736cb9158"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65bcd765-05c1-5222-b25d-4d86ebdfc07c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f0f6a48-40ef-5836-affb-c8dba824cf11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4372eba-1b9a-5196-8a2e-130bf3087d93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65bcd765-05c1-5222-b25d-4d86ebdfc07c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f0f6a48-40ef-5836-affb-c8dba824cf11"}}],"status":"accepted","resourceType":"Task"} +{"id":"6a8ca80c-5cf7-578e-91c3-9c921b4d7e2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367948"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/04953bce-6be2-5c08-ab26-e3df2603e0a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7e8e03ef-3c8c-5d0f-8c85-aea30c94baa2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c99fea95-4651-58ec-b44c-2095ec5ec828"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d704cc77-6734-5c8e-b384-592134d8c605"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40ee35d1-2620-5ebd-b0b5-bcbc5801ceea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c99fea95-4651-58ec-b44c-2095ec5ec828"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d704cc77-6734-5c8e-b384-592134d8c605"}}],"status":"accepted","resourceType":"Task"} +{"id":"c6b329c9-25ad-58e7-9e81-86d0c8e25a98","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367949"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5c042346-efe4-5e8e-8087-dec3c6c9af09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/de04b81b-9759-501a-b8fa-d176ec1772e3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b28ac806-59a4-500d-8a5b-0090d4735a04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9720fd45-44e6-5d8b-a8fd-66f84f6ae0b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb6530eb-d6fe-5c9e-a053-bcb75043f8f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b28ac806-59a4-500d-8a5b-0090d4735a04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9720fd45-44e6-5d8b-a8fd-66f84f6ae0b9"}}],"status":"accepted","resourceType":"Task"} +{"id":"72a85b6b-20d0-5156-b93e-84f62cb76eeb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367950"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/89686899-9a2c-5963-8c4c-97552cb0543c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3b66af93-557f-529e-aca2-31b7b1edc296"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d9055ed-40be-5e5b-8f30-d056d366cb50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ef78d24-7f7b-597c-b1f3-341491269f2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8530bdbc-d29d-55fd-8c97-3f87731774ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d9055ed-40be-5e5b-8f30-d056d366cb50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ef78d24-7f7b-597c-b1f3-341491269f2b"}}],"status":"accepted","resourceType":"Task"} +{"id":"5a923be5-a127-5bf8-92bd-a6c7f5b937c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367951"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f602500c-56d3-5cf8-b9df-5e28fc92401f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/52d62a8b-57d5-54e4-b875-49d91acd1b95"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6eb6eba6-3b68-594c-ba5a-1857d1371228"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f7000ff-944a-5a78-bc0a-edd73b6d41a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce07ce99-45f9-5b7d-bbb5-6f6276074b18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6eb6eba6-3b68-594c-ba5a-1857d1371228"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f7000ff-944a-5a78-bc0a-edd73b6d41a4"}}],"status":"accepted","resourceType":"Task"} +{"id":"a58d2649-27c4-5b9a-aa6e-0377f1e8f4f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367952"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ddba795b-4078-52ea-aeee-a180685698c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b36ddcc8-4cd1-5a2c-bc5a-147c61fe11d1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37e0df6c-5628-52eb-8d05-7a811aa318e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc04ae25-650e-5ff2-a93a-8c9f90d0f802"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99b87bbb-90a6-52af-a3c7-93af2ffc95f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37e0df6c-5628-52eb-8d05-7a811aa318e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc04ae25-650e-5ff2-a93a-8c9f90d0f802"}}],"status":"accepted","resourceType":"Task"} +{"id":"cd12bc10-ae2b-5e24-9dad-644d0bcde960","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367953"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/255f6f28-2fc6-5b8a-a1b5-a6d315cdffe7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/45258c18-16f4-5621-8269-9a6c7f827a5b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee280995-da57-54a5-abea-a2e0e2b5bcb0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbfcf0b8-d92a-51d3-86fd-b86b0a85a52d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a1ad5a5-af94-5210-8e46-6e4cd4172f9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee280995-da57-54a5-abea-a2e0e2b5bcb0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbfcf0b8-d92a-51d3-86fd-b86b0a85a52d"}}],"status":"accepted","resourceType":"Task"} +{"id":"dc39d6e0-adc0-5734-8842-3aa12b1e4522","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367954"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1a282d7a-0331-5f8c-a9b0-45fe5ca49727"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bc23d296-80a8-5357-a5b6-429fb580bf4a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f68c7a87-46e2-5ed0-8b27-a3e4eadfced3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f95c48a4-8ccf-5660-a46d-d2fe1ff385fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f902fc6a-5351-5a91-9ece-65771c3ae0b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f68c7a87-46e2-5ed0-8b27-a3e4eadfced3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f95c48a4-8ccf-5660-a46d-d2fe1ff385fa"}}],"status":"accepted","resourceType":"Task"} +{"id":"7b0111bc-89ce-5155-80a7-75456ab11ecc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367955"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e174fbc1-7606-5b77-9b69-04bfb4f0d793"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1eef43e8-bd7a-5868-b6a2-f571b4175c06"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20960300-4b2f-566d-b29f-aee04f8eef3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/277e327a-e307-5808-9f3c-9b028590dc38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80ed9228-ca33-5855-815c-b21d5f60ab6d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20960300-4b2f-566d-b29f-aee04f8eef3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/277e327a-e307-5808-9f3c-9b028590dc38"}}],"status":"accepted","resourceType":"Task"} +{"id":"1f0f0af1-3e18-58c9-b51c-b01291db1af4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367956"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/75163d03-e889-541c-8e8d-7128bc1ec50e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/159992af-888f-515b-9653-3a18e57265e9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6255b30c-6710-5e0b-80dc-d9af5dfc90ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fef0dbe2-3ef6-5487-88eb-f5d8b3250b18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2437cf35-5e99-5a0e-adcc-e4945b7faba5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6255b30c-6710-5e0b-80dc-d9af5dfc90ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fef0dbe2-3ef6-5487-88eb-f5d8b3250b18"}}],"status":"accepted","resourceType":"Task"} +{"id":"9b56dc88-59d3-5ba5-84d8-cc03cb5bca18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367957"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5e4d61f7-b3c1-5498-9332-45b83f444745"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1bb2496d-46b1-5a63-90c6-6e2716f5bd57"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbd9bafc-1a3d-5b39-9a6d-d4b24b67f100"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/465f4a08-a346-5ef0-9a97-1f54ad054538"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb449de1-c033-5a50-8fb2-f66fdbf40e6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbd9bafc-1a3d-5b39-9a6d-d4b24b67f100"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/465f4a08-a346-5ef0-9a97-1f54ad054538"}}],"status":"accepted","resourceType":"Task"} +{"id":"d79e1934-4877-5642-a643-28a1549141e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367958"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2cbfd033-770a-5620-9452-8f414dec72c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0f620ec5-7078-5292-8ee0-51330d223a96"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3afc64ca-a971-598c-a24e-01a1ea0fc35c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88210491-43cd-59e7-ac89-043422591497"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec38b9b2-d939-59e2-9e0d-6d1e1ff8c97b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3afc64ca-a971-598c-a24e-01a1ea0fc35c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88210491-43cd-59e7-ac89-043422591497"}}],"status":"accepted","resourceType":"Task"} +{"id":"82670bce-e94e-528a-a9b8-548f8de7c0fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367959"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a6935a4b-3503-5cac-83fb-1cd8a943a55c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d673158c-a905-5493-8d94-2a511b617832"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2dd7b6b9-690d-5c7a-9d71-08ccfaef320a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44ac3238-380b-5cc5-81c1-0481d34418b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ebbfa73d-a08c-53ec-97ea-8f8a132c2174"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2dd7b6b9-690d-5c7a-9d71-08ccfaef320a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44ac3238-380b-5cc5-81c1-0481d34418b7"}}],"status":"accepted","resourceType":"Task"} +{"id":"ea9ab96d-623f-50fd-9264-d31f8b93bb67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367960"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f10261db-453a-53aa-bc19-3ccc4edf105a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/284374c2-ca27-5eff-ac90-853a1b4da2ab"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad0b0946-6a0c-583d-85f7-7f0780a47880"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbcf2db7-b812-538a-aeb1-1fbaba738a92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb33759e-7bd6-559c-9667-f960f4dbfbc6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad0b0946-6a0c-583d-85f7-7f0780a47880"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbcf2db7-b812-538a-aeb1-1fbaba738a92"}}],"status":"accepted","resourceType":"Task"} +{"id":"178cf1d5-c0af-530b-b350-cd63dd32caaa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367961"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/33de1e69-9299-501b-9c18-67252c4609c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ecafc256-97b3-5fe3-8c96-e32b26343029"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41672a0c-e92f-579f-9b22-e6368231c929"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c12532e1-d591-581a-a733-47714af2adc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd01b20c-87e4-54be-b5d6-da81f74d9a8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41672a0c-e92f-579f-9b22-e6368231c929"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c12532e1-d591-581a-a733-47714af2adc5"}}],"status":"accepted","resourceType":"Task"} +{"id":"d638393a-c08f-593b-bec4-b58217d8f848","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367962"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3b7ec9cc-13a2-5d66-983a-c8846eff9083"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a60c2d5c-c70f-51b5-9173-c95241495c11"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d5a3564-3ff8-52d4-8a02-2d841d92738e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abd293f3-0955-5f02-9826-4d7fb79ddb46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5ac8ba8-4b25-5734-a4ca-88988da593f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d5a3564-3ff8-52d4-8a02-2d841d92738e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abd293f3-0955-5f02-9826-4d7fb79ddb46"}}],"status":"accepted","resourceType":"Task"} +{"id":"99a600aa-0aa1-5b21-bdaa-bf42b6a8cf30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367963"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b68eee80-5f96-535e-a30c-d3262bfb8da9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/45e52f68-acf5-5a37-ab0b-8538a34db188"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31b6d329-bf75-527a-bd7e-85d0a78daba0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15b7e258-084b-5bd1-93ba-1724b9428f72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf5e4418-d862-520e-a990-5534193abe65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31b6d329-bf75-527a-bd7e-85d0a78daba0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15b7e258-084b-5bd1-93ba-1724b9428f72"}}],"status":"accepted","resourceType":"Task"} +{"id":"bec818e6-de3d-5bdc-9cc9-4200e859a3c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367964"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ba0ac47e-5cf9-5156-b8e0-8a7df1687b0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f4c053c8-fa3e-5e3e-b7fe-a2dbb048ba89"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5166360e-6fa0-5f84-8f34-914e52fff310"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f7e4149-61a4-5433-a1d2-c1652b34af8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c5a2770-3217-59e2-a8e2-bcde3a89e120"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5166360e-6fa0-5f84-8f34-914e52fff310"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f7e4149-61a4-5433-a1d2-c1652b34af8b"}}],"status":"accepted","resourceType":"Task"} +{"id":"5f31de27-73f1-504d-8386-af2dc29e6b4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367965"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f2f2f63c-3a77-53a8-b81f-042066aa6c32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9511eb13-a614-5abd-85dc-03a546dad5b5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/207eeb65-fb36-57cd-860f-d18b4f9925ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9685e2bf-f16b-5113-a745-e44d1e140a51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9098fa69-9182-57c9-9bbf-cde6f6e6c9c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/207eeb65-fb36-57cd-860f-d18b4f9925ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9685e2bf-f16b-5113-a745-e44d1e140a51"}}],"status":"accepted","resourceType":"Task"} +{"id":"777cea02-7c44-5af6-91a3-b8371d124a41","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367966"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ef5e6dd3-5eb1-5d63-97fd-3464022f80cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c7759d76-52a4-5de8-a4b9-ecb10660c2fd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b287b65-1f89-5488-a9b5-944a81864737"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e188c20-e81c-5930-b669-38ae86304ad3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc9ba744-e196-51f0-8020-0d0cfa8e32a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b287b65-1f89-5488-a9b5-944a81864737"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e188c20-e81c-5930-b669-38ae86304ad3"}}],"status":"accepted","resourceType":"Task"} +{"id":"d780617f-3e67-5b9c-be52-11e2cd3f33a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367967"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/249df174-ddf5-55ab-854b-3e5daa41f9b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/08e94d9b-7d3b-5801-970d-11ba7a8ff612"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9c6882a-0ada-54d8-afa6-87efe0b9377a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f99cd70a-227a-5c96-b07c-c836864f07f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b733ced9-7ae0-59ef-a1e2-46371a7bd063"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9c6882a-0ada-54d8-afa6-87efe0b9377a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f99cd70a-227a-5c96-b07c-c836864f07f1"}}],"status":"accepted","resourceType":"Task"} +{"id":"74ce0978-13ca-5f64-9f00-2ff2d2627ec2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367968"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ae58c512-25b1-5f7c-a88c-b292e5746122"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0499c666-7193-52f7-a423-ebf9af01fd3a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/351064e5-6cbb-554f-8067-a6cbfe43800f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/104afaf1-518b-5d6e-8e78-bf669b303b8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70c1c527-81e1-59cd-a460-d6c1d3b3ef3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/351064e5-6cbb-554f-8067-a6cbfe43800f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/104afaf1-518b-5d6e-8e78-bf669b303b8d"}}],"status":"accepted","resourceType":"Task"} +{"id":"f07b953a-0a6a-546e-8173-57769d5c0cc8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367969"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a150ccea-dc4d-5d68-b50d-ba89a9f7dd68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/239f01fe-0cbb-51c5-8b35-49e1e16c6543"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3feb31b-2cd0-59cd-9324-bc3f0a933846"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11e73f7e-09f5-595c-8a51-cb363414091a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/970673bf-0ba2-5b1c-a161-b942ca14f22c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3feb31b-2cd0-59cd-9324-bc3f0a933846"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11e73f7e-09f5-595c-8a51-cb363414091a"}}],"status":"accepted","resourceType":"Task"} +{"id":"3e930595-759c-5e5c-8481-4c301aff2dbc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367970"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6977e682-2f54-5a9e-a896-c79e3446046e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fc49a51d-bfbf-532a-9162-11d541b8c98a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a94c6ecf-e7c2-5516-b40b-1ce44df37999"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b04872ef-74ae-583b-abe3-05c65a15081d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/daee8538-9cef-5edf-8cfe-553a232e82ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a94c6ecf-e7c2-5516-b40b-1ce44df37999"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b04872ef-74ae-583b-abe3-05c65a15081d"}}],"status":"accepted","resourceType":"Task"} +{"id":"a86eaa7b-b431-56b9-a9cb-7acb78650c83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367971"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/850d8e7e-0eff-5160-8a45-53f6e348bfbf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b3995997-1dc0-595a-a4b4-1fcd3e4b02be"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3b1a756-ef2c-56ad-8e31-c286aee4f3a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19054aad-0c2e-5565-96bd-9595178be72d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eae397ca-4e1c-59f3-b55c-17315f5c70b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3b1a756-ef2c-56ad-8e31-c286aee4f3a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19054aad-0c2e-5565-96bd-9595178be72d"}}],"status":"accepted","resourceType":"Task"} +{"id":"b93400c9-0623-5474-8eb7-42e0c18c5055","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367972"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ca565a2c-e41c-5ecf-a8bf-63089474f7df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/32bbc9cd-1cbc-54d1-8554-f2dec2873e6f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a024608e-d5fe-55e7-b713-66de1212bf61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b862e2ae-a22b-5171-9ec0-601348c7b59f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db168011-c403-5bf9-91de-e8025fac19f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a024608e-d5fe-55e7-b713-66de1212bf61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b862e2ae-a22b-5171-9ec0-601348c7b59f"}}],"status":"accepted","resourceType":"Task"} +{"id":"4f3eec4e-b5c9-5ff6-b858-d1cd783fe653","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367973"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/21a7a541-ab85-5f52-9e51-6bc0ff969852"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/61c27fee-99b9-519c-ae01-6a98ca946dea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8aca25ed-a4a4-5f31-b029-d67f14231547"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/337af749-d947-5187-bb98-53e03a68b73d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f019bc76-69ec-5be4-96a7-5a5ecf936ba2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8aca25ed-a4a4-5f31-b029-d67f14231547"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/337af749-d947-5187-bb98-53e03a68b73d"}}],"status":"accepted","resourceType":"Task"} +{"id":"da46b807-5c57-5a26-918c-80401eb47905","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367974"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5e66b5ce-6766-5ff0-ba30-17ad6869266b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9ee1d3a1-6916-59dc-87ae-ff04dee38333"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79e2592f-4554-5f10-99eb-1e6eb09f01bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0538ceb1-bb6f-55b7-aebc-110ac5a51542"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27b293dc-2b5d-5937-8e3d-bed76a11be16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79e2592f-4554-5f10-99eb-1e6eb09f01bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0538ceb1-bb6f-55b7-aebc-110ac5a51542"}}],"status":"accepted","resourceType":"Task"} +{"id":"1c7b7691-c3ec-516b-960c-0bd6c97a7b1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367975"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f9fec6d2-e45f-5229-af4d-7cd7ef90e273"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1e4c70de-3b11-5bbd-83ee-a9837b746f33"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/008f90d9-9622-5fdd-850d-29eb9313ef90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b2c25ef-031d-5148-b606-488d67322f6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ef3985f-d7ef-581d-8f80-3e6d12a1faf9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/008f90d9-9622-5fdd-850d-29eb9313ef90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b2c25ef-031d-5148-b606-488d67322f6a"}}],"status":"accepted","resourceType":"Task"} +{"id":"91976bde-60d0-5308-9006-ff1c798d6887","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367976"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ee6c6bcb-e00a-5223-bc5c-3caafae68bf6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8c8076e7-6960-5976-b183-b71882da0358"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e8139af-f1e5-5fc5-85fe-b88944738179"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf43cbcb-8137-5c6a-9d65-ea065f196aae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1436789-0fe5-582b-90e5-a2915959879b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e8139af-f1e5-5fc5-85fe-b88944738179"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf43cbcb-8137-5c6a-9d65-ea065f196aae"}}],"status":"accepted","resourceType":"Task"} +{"id":"c50bb2bc-5443-5532-b1f7-2df3d3b739f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367977"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f8b5971a-4e7f-544d-882f-91e2b17f9f82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/46467cf7-283c-56b2-b9f9-c257f30cf35a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bcca9d5f-71cf-5a16-90f0-845fa8a910d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d99a1783-c288-550f-b057-d6a92f4da9be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7599a1e-de6a-5179-8915-75262343e6d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bcca9d5f-71cf-5a16-90f0-845fa8a910d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d99a1783-c288-550f-b057-d6a92f4da9be"}}],"status":"accepted","resourceType":"Task"} +{"id":"4f4fc415-f8a7-5de5-9371-7b52d81fdcd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367978"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3a9e4034-e977-5347-a1eb-bcbf83c81eef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5e670bfd-ad68-53de-9c82-e546d54b6bcd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c917f56a-10cd-52cd-8f43-4518d95eee1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba7fdc82-07c5-5a8d-8e61-7a7b1d5165a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b52825b-ac86-5fe9-9623-038624410084"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c917f56a-10cd-52cd-8f43-4518d95eee1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba7fdc82-07c5-5a8d-8e61-7a7b1d5165a8"}}],"status":"accepted","resourceType":"Task"} +{"id":"6aff9ebd-bceb-558b-92d4-3cd46da8d2ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367979"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e71567a2-04ef-542e-a2a5-d864537ab154"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6d17c4e2-7950-5890-a9b9-6ce22e5eff17"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c42c06f5-00da-58bd-8c0f-d9b7118cebd0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/327c02cf-590d-5845-86f2-b01617297da6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/278a41da-63b1-58d2-992d-1e179f604a87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c42c06f5-00da-58bd-8c0f-d9b7118cebd0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/327c02cf-590d-5845-86f2-b01617297da6"}}],"status":"accepted","resourceType":"Task"} +{"id":"d2fc7583-a74b-52d1-8869-f5bd059dd6de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367980"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/91f98091-78e3-5c99-bcce-4f6a015b76e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2a7b8817-4559-5be4-b40f-97c7d44343e3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0cae9dfc-29d2-59ac-8fe0-be024603b7bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c21af0a2-c21a-50a9-822d-6a905cf48240"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3fc135a-8314-566e-865a-98a50998c9cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0cae9dfc-29d2-59ac-8fe0-be024603b7bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c21af0a2-c21a-50a9-822d-6a905cf48240"}}],"status":"accepted","resourceType":"Task"} +{"id":"5348cc32-7a4f-530a-aea3-9c4e761cfc77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367981"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ca0eb0ee-65e4-52cf-a149-657aa3e3cf30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d18f6568-9b43-5365-a353-e689a3f83416"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eddbd9f7-c73a-5245-b631-d751e83c2961"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef4834ea-2306-5f90-adab-72e3fb537dca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21422ac1-1838-5ad7-b0a2-2e9d000a336a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eddbd9f7-c73a-5245-b631-d751e83c2961"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef4834ea-2306-5f90-adab-72e3fb537dca"}}],"status":"accepted","resourceType":"Task"} +{"id":"85492716-14b5-5567-b585-a0d2e6ad4943","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367982"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/10b4676f-eda5-5421-860a-e8469fa044ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/25b363f1-258f-51b0-ae43-c19ce5bfcc20"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d52865cf-c195-5623-8316-238dae97bb53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/003daaa1-d14d-5594-ab1a-39995a4693b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56050f75-7d30-5ed2-bf45-66da4dd72082"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d52865cf-c195-5623-8316-238dae97bb53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/003daaa1-d14d-5594-ab1a-39995a4693b0"}}],"status":"accepted","resourceType":"Task"} +{"id":"91d3a5c8-9a1f-58c1-99d7-6a95daa086bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367983"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cbe25467-adb5-523b-bc77-b07ee6cef960"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0faeca0d-a2a7-59e8-b997-c138bc09b0a2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd1128ff-28ef-5ec1-b2ff-20615490bd65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94f81a30-d25e-5305-8e33-39e60f43b650"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60c823a1-7265-50b1-ad19-b3a43f9bd941"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd1128ff-28ef-5ec1-b2ff-20615490bd65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94f81a30-d25e-5305-8e33-39e60f43b650"}}],"status":"accepted","resourceType":"Task"} +{"id":"2a096b18-fbc7-52d5-a45e-dd924dad24eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367984"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/85f9b935-04de-550d-a8b0-1d42bb22cb08"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/248361c5-fc9b-52b1-a114-fef235cb55da"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fa4910c-0cce-53dd-960d-8036e333dbbf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e7d88a5-1454-5a94-b977-b088c8488319"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14f5ae22-68ae-5a80-93bc-309161c2b890"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fa4910c-0cce-53dd-960d-8036e333dbbf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e7d88a5-1454-5a94-b977-b088c8488319"}}],"status":"accepted","resourceType":"Task"} +{"id":"fceb7798-bc6f-57a6-91fd-51fd0d323a17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367985"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/829bf140-14f3-5bf0-8574-c11b0d04c898"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a8a1eef4-f771-566a-b11c-5987c02f1609"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/446d0520-bf4f-5740-9f7d-63d9c8541237"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7144b553-881f-55ab-9af4-f988ff14f386"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2baa8bb8-9d3a-5c50-9d7d-30b16b418b3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/446d0520-bf4f-5740-9f7d-63d9c8541237"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7144b553-881f-55ab-9af4-f988ff14f386"}}],"status":"accepted","resourceType":"Task"} +{"id":"3ab867b1-2cb6-5ed8-b521-de853a1b8ccd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367986"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9ed68bfb-8cad-5e1f-a034-2d36bdb4a2ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dd56741c-1c10-57e5-8aa6-057ed45537ec"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b02268c1-614c-52c3-8cbf-6cd67a650029"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f78d4c8c-9ba6-53f5-8a8c-bf5c7390ba02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3bf40977-12b9-5709-b6ef-ae9a31edf4c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b02268c1-614c-52c3-8cbf-6cd67a650029"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f78d4c8c-9ba6-53f5-8a8c-bf5c7390ba02"}}],"status":"accepted","resourceType":"Task"} +{"id":"87479163-8222-5c83-bdca-a655e2fbd523","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367987"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0b57fef1-4fb2-5fa5-940d-4e7b841b2de7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e3b2aa4a-9da8-5fe5-9f37-c957c7722499"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb7e1534-7170-5ea6-b7fa-2052298f27b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49ad59fc-f311-51b2-9207-354504332130"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/419b0d4f-7c7a-54d0-a8c7-a9c86744384f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb7e1534-7170-5ea6-b7fa-2052298f27b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49ad59fc-f311-51b2-9207-354504332130"}}],"status":"accepted","resourceType":"Task"} +{"id":"282fef69-0f9a-59f1-946a-c2af00db66a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367988"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cb465393-6052-5832-b52e-e3c96bcd2f3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bc6337ad-4ba2-5d04-8578-9d10c5890dbc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/759de15a-0640-591b-9731-8423f880d004"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea09cdcd-c135-51da-82bd-d507ac52ca35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb2b066e-011c-5ccc-9b30-7495daa62cc7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/759de15a-0640-591b-9731-8423f880d004"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea09cdcd-c135-51da-82bd-d507ac52ca35"}}],"status":"accepted","resourceType":"Task"} +{"id":"ae2b4ed8-7cd3-51f8-b4c9-9b67da8f5b7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367989"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7517ee0e-c1b6-5cb9-b941-c33466ee1a22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/02af5483-1098-5a9c-ba8c-91a3251b02d1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46ece96c-4888-5c72-984b-9bda84fecbb8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1c535a7-035c-546f-9a79-f9376a63f5d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d12b3529-4703-587b-92e4-4eae4d2c0c57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46ece96c-4888-5c72-984b-9bda84fecbb8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1c535a7-035c-546f-9a79-f9376a63f5d9"}}],"status":"accepted","resourceType":"Task"} +{"id":"da52e5f2-0cd1-51c0-95c0-305254957132","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367990"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9a75ee82-fc5b-5a23-9b24-7298a27552ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5ffb04af-5f90-5d04-9c96-e99a315a249f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5f0d71a-c04d-5e15-b38e-9a786d726e62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/beaa3b66-cc25-5ac2-a653-279e2dde6c68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45cb5040-129e-5b07-9b32-a2165f850064"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5f0d71a-c04d-5e15-b38e-9a786d726e62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/beaa3b66-cc25-5ac2-a653-279e2dde6c68"}}],"status":"accepted","resourceType":"Task"} +{"id":"10de7c53-6868-59ec-8d22-4ed7f8f1ef43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367991"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/25d1ae09-c0d2-5988-a79f-32c66cade254"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1e1609c4-fdf8-528d-b434-f3e9f4b9680f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e8d9409-d272-5cca-8d3d-f65ceaaf9177"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5286de9-ad69-5ea4-9369-cf51f02b3f1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53cee7eb-11ce-5b38-ad4c-3f858802aeff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e8d9409-d272-5cca-8d3d-f65ceaaf9177"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5286de9-ad69-5ea4-9369-cf51f02b3f1b"}}],"status":"accepted","resourceType":"Task"} +{"id":"008b1d20-593d-5b63-9c18-437f7884e291","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367992"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/409a8114-7a60-5b70-82cb-845c0453e2d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ded8f9b4-73fc-5c10-98bd-918a8d684e1c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5ade3bf-f108-5025-933d-23ffaf9a27f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/baed1b22-a4b9-53cc-9584-7eb7c54dbbc7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/882b4669-4962-5ba6-9568-aa2dff9ebfbd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5ade3bf-f108-5025-933d-23ffaf9a27f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/baed1b22-a4b9-53cc-9584-7eb7c54dbbc7"}}],"status":"accepted","resourceType":"Task"} +{"id":"d21ac988-525f-59fd-b91a-4f6b7684aec8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367993"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5c724508-745e-5bd2-bb47-67e0eaffedb3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a260786d-ac30-58be-b943-7fdb8f33c1eb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e99ecbd-e377-557e-b39c-0b03375eb181"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9d97005-d2ae-5c6b-b16d-4fb4e36f8d4b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67590232-ca28-563a-8e7b-d8b1dc1bb890"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e99ecbd-e377-557e-b39c-0b03375eb181"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9d97005-d2ae-5c6b-b16d-4fb4e36f8d4b"}}],"status":"accepted","resourceType":"Task"} +{"id":"9c9de971-081c-58c9-aff3-020b8eb43eb5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367994"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c9eb1dca-98ed-560b-902d-ad57acace837"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b81aafa2-c533-5f67-b699-20a87016a674"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8951b702-1e8c-54ce-8389-81f2a992843f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4b01a86-a44c-5595-827f-379ed6de248e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc854438-9dca-5ef4-937f-5916b0fca292"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8951b702-1e8c-54ce-8389-81f2a992843f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4b01a86-a44c-5595-827f-379ed6de248e"}}],"status":"accepted","resourceType":"Task"} +{"id":"1b730334-305e-5abf-9c2b-38de277a1797","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367995"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e42089aa-abbc-54d2-8cdb-398cb0dc5707"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/43531871-70a6-5131-bb12-00a192e7c86c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8561c16d-aa95-55f3-908f-e93f60ff67d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4bb52cb0-54e3-50c7-8759-a4a6a2ea176d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a97d5d0-1aff-5145-8a22-fc5c15db3337"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8561c16d-aa95-55f3-908f-e93f60ff67d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4bb52cb0-54e3-50c7-8759-a4a6a2ea176d"}}],"status":"accepted","resourceType":"Task"} +{"id":"36771161-8125-544b-b857-9856152c025f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367996"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f30f90ef-c462-52b2-969a-458dc63f2fdb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b35a8bb3-7b2a-552c-b061-ba282d351d60"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/920f63e9-e287-5b6f-8f53-e2afb3a51361"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5bca0083-e83d-57c7-a198-6ca2df84114a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4d9b753-447f-5d67-9309-5f0c0bcad81c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/920f63e9-e287-5b6f-8f53-e2afb3a51361"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5bca0083-e83d-57c7-a198-6ca2df84114a"}}],"status":"accepted","resourceType":"Task"} +{"id":"6b260109-9682-5356-9603-e411811ecd9c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367997"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e8289e25-424e-5252-91da-268c223d0ab3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f6958ae5-436b-59a0-9475-6a43b3564ad4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fdcc777-399b-50d3-903b-29dfd8ce581b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d6985da-88ed-56df-899f-0cb2835fbc57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/585ed80b-260d-594b-8a64-ef925de5dd0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fdcc777-399b-50d3-903b-29dfd8ce581b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d6985da-88ed-56df-899f-0cb2835fbc57"}}],"status":"accepted","resourceType":"Task"} +{"id":"f2c15d75-2b03-5f02-8f6b-33cab10728aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367998"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/46868dac-4ea3-5f40-8cd9-0d4d1c83fe87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aa91acda-b903-5ef9-8760-7458bb6d4eb6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54b39c9f-c99c-5bfc-aebc-0311c5c01265"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48627431-b5ca-5fed-a2c2-4d5e4f72c37d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5a03d47-5cfe-53b8-9fa9-7c8fb7260bdf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54b39c9f-c99c-5bfc-aebc-0311c5c01265"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48627431-b5ca-5fed-a2c2-4d5e4f72c37d"}}],"status":"accepted","resourceType":"Task"} +{"id":"a9312758-8e0d-58fc-ba93-8b3fdde05e42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4367999"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3201743b-60b5-5e43-b2d5-51f22d7a13cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/09f7cb9b-7aa3-52aa-be59-83ff079b699e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b086785-1cd8-55a9-a644-5426c4fd5574"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5b8e1d9-4dcf-5556-a918-a3b3d7869b6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1705d0f9-2db4-5f46-8059-19d8b40c28dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b086785-1cd8-55a9-a644-5426c4fd5574"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5b8e1d9-4dcf-5556-a918-a3b3d7869b6a"}}],"status":"accepted","resourceType":"Task"} +{"id":"55186736-1a1f-55de-b011-f9a140b644df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368000"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eea7e5b4-f1f0-59f1-a59c-05ad419ae931"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/35781c30-439e-557b-b2da-d78c5b5d12ec"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/690d1b4f-55e0-5546-942c-2b45dd638bc0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08b4e98b-e0bb-5a87-a2cf-5cc9182c7ebc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5477f6f-4fc1-53db-9734-2384268fe2ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/690d1b4f-55e0-5546-942c-2b45dd638bc0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08b4e98b-e0bb-5a87-a2cf-5cc9182c7ebc"}}],"status":"accepted","resourceType":"Task"} +{"id":"99ded281-44cc-5dfc-9d41-22be3453f5db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368001"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9b1e55c6-1be7-5641-90e3-92d2c053a674"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0683be19-0406-50bb-ab87-3afb1258b06f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8be144d-8886-59f8-ae0d-1bbe190cf5e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8971873-0404-519f-8604-7e2ea806405b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14e5bc76-7f51-5cb6-8f22-02347212afbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8be144d-8886-59f8-ae0d-1bbe190cf5e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8971873-0404-519f-8604-7e2ea806405b"}}],"status":"accepted","resourceType":"Task"} +{"id":"59209d5f-5502-5e59-a59e-124e0a0bce63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368002"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9ddfd850-2058-5a3e-b94f-0becdb5ada08"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/083e6fb0-1d13-5a52-b33b-c1709f7baa4e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6d54079-83d3-5e81-a904-1981205faebd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1017036c-3a99-5f52-bbdd-d7768a77f770"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f23df63-d0b3-54b9-bf51-104b4ec25a47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6d54079-83d3-5e81-a904-1981205faebd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1017036c-3a99-5f52-bbdd-d7768a77f770"}}],"status":"accepted","resourceType":"Task"} +{"id":"2b2f3f17-a6d4-5f77-9eb9-626d09772c94","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368003"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7e93dfc4-81de-5b41-93c3-6f56ffc572b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/caf35e50-10f7-5c5e-a985-c969ada2675f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c50a5438-ffb0-5f19-8948-4b7fa952a166"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b62a315-8003-5153-90b6-fd650f2d2aa7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b81faacc-f520-5d73-9e3a-98df8d071c81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c50a5438-ffb0-5f19-8948-4b7fa952a166"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b62a315-8003-5153-90b6-fd650f2d2aa7"}}],"status":"accepted","resourceType":"Task"} +{"id":"d30bf4c9-2cc8-50f2-94e4-9915e6fc8651","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368004"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0274d845-c62a-5c21-9458-9ae182e72baf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9f3504e9-d853-5c73-ac33-6cf29029fea5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fbada85-9b4f-525c-9827-988e8948ac21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c72cc4f-b18c-536b-a446-fa527903297e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d2f081d-9bd0-59b7-9593-a8766ecff615"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fbada85-9b4f-525c-9827-988e8948ac21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c72cc4f-b18c-536b-a446-fa527903297e"}}],"status":"accepted","resourceType":"Task"} +{"id":"95f8879b-f5ae-5d15-8ebf-ac047108d9f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368005"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/74cfe7f5-8673-51c0-8c0c-5aae7da64424"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7a5d25d5-342d-5c6f-9b6e-b7223a8d8662"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2b8cf93-801b-5a47-856e-33ab892c604b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f6e97a3-0630-5499-bd0a-24ccd535c9ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83aae46f-0dcf-5eea-aa8a-231c2cf1e70e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2b8cf93-801b-5a47-856e-33ab892c604b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f6e97a3-0630-5499-bd0a-24ccd535c9ee"}}],"status":"accepted","resourceType":"Task"} +{"id":"37df1c2d-8ddd-51c1-a261-22a0abed7582","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368006"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4affa0f0-f1f2-5790-8b06-8d23554eeacf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/09a50b9f-f785-51b0-9973-19db40b2e4b2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b04f2cf-c7ee-55e9-95b3-631ec86500ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79079134-881c-5c50-b47b-202a09bba1c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/867a1a06-bd60-5942-8652-c35668a4a722"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b04f2cf-c7ee-55e9-95b3-631ec86500ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79079134-881c-5c50-b47b-202a09bba1c1"}}],"status":"accepted","resourceType":"Task"} +{"id":"391ffa18-276a-5171-954d-7588c02bf5cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368007"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8ac12bcb-9fbd-5247-bc95-5c1244e07501"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7e01008f-00e8-5470-8a42-d438e0e3e7fb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21985943-87d5-512a-b53a-0bfe01553a93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc6435ee-d484-5049-a3e3-8da25de82fe5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c21023d4-179c-5f5b-8896-a4b40357ae35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21985943-87d5-512a-b53a-0bfe01553a93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc6435ee-d484-5049-a3e3-8da25de82fe5"}}],"status":"accepted","resourceType":"Task"} +{"id":"2fb45133-abc9-5d93-93a1-db3e679ca109","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368008"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ac76b1cf-c8ed-59c4-8cce-0687cc969a1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fd37d2cc-4687-5a0e-95e6-fd2516d0e013"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4838ff6-8f3b-5c18-9919-f43c0a7704df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/718f6ecd-45d8-5051-9d4b-51e7b6994f76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/352ed21d-fb96-56da-82c3-707a9d070b37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4838ff6-8f3b-5c18-9919-f43c0a7704df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/718f6ecd-45d8-5051-9d4b-51e7b6994f76"}}],"status":"accepted","resourceType":"Task"} +{"id":"19747f3f-345d-5822-8b84-bae00cae0e1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368009"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cd77bbd2-64b8-57b3-a19d-a54e0a98bb5a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e8a53e62-3dc3-56ad-95f9-259b6bab3483"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7442f19f-e582-5827-965a-58d6bd43e6de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20f9b7bf-5db7-50da-a9d2-0671e485a62d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05157639-3cf8-5b52-91f7-fd7705726393"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7442f19f-e582-5827-965a-58d6bd43e6de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20f9b7bf-5db7-50da-a9d2-0671e485a62d"}}],"status":"accepted","resourceType":"Task"} +{"id":"fbdb45f6-c9d0-5195-ab21-5884f3d3478d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368010"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c46cd65f-0863-5142-ae75-4cf3c084be67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/38093c4d-2d9d-50d3-b349-e262712b6acc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b556f4f-4cc8-5588-9a8f-13ac893f369e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c4d367a-61a0-5099-90ea-ae820654d05d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c86e266f-4156-5bec-aa8e-206b676aad93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b556f4f-4cc8-5588-9a8f-13ac893f369e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c4d367a-61a0-5099-90ea-ae820654d05d"}}],"status":"accepted","resourceType":"Task"} +{"id":"1744aac1-62a8-5bdc-9969-ce86b2664a3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368011"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/720e04c3-5634-567d-b6a8-6fa952066aa9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ca3b422f-940b-5d99-adaf-9058d7d171bf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3e30177-5e85-5b5d-80b1-cbe856995b43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7db5b0c3-7607-50c4-befe-dab55c507564"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20c8628c-c1ec-57b6-b921-0757516a1bf4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3e30177-5e85-5b5d-80b1-cbe856995b43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7db5b0c3-7607-50c4-befe-dab55c507564"}}],"status":"accepted","resourceType":"Task"} +{"id":"8bfbc919-a2fa-5646-b104-eb520713c9af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368012"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/75a2ec10-1249-5989-9086-6aff7ec51b5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a382a219-1b14-5946-877a-95e92c56ec8f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21998f46-47ae-50a7-ac34-134344718110"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7d29978-68c4-5fcf-a8d4-ea3d7c0e7bb4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c0af820-a1cc-5756-8258-21ce1fca40a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21998f46-47ae-50a7-ac34-134344718110"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7d29978-68c4-5fcf-a8d4-ea3d7c0e7bb4"}}],"status":"accepted","resourceType":"Task"} +{"id":"ce2b5e77-cc7f-54b1-a079-4f580403eb97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368013"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6f1e4c57-2182-5138-93c7-c7feaa10bede"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2a581ff4-c47f-5d02-b696-d6ecc90b0bd4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5403b5c9-93be-53fd-80ab-146b4629d57c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db246f88-213c-58a7-b7be-e18fbe53fc10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d34d1c99-b2ef-57fd-a9ed-761fa0334e7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5403b5c9-93be-53fd-80ab-146b4629d57c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db246f88-213c-58a7-b7be-e18fbe53fc10"}}],"status":"accepted","resourceType":"Task"} +{"id":"959ac6e2-ebf6-58f6-8964-db01423ebfad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368014"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/272d9fa6-6a99-58fe-8162-291b1e9128af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1c9afce2-294c-548f-a21c-d7dabcc15a0f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9d0982f-9988-59c2-9548-385ab016c038"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7a7f88d-a736-545b-aa12-8542396330b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43c38b51-09c1-5c3c-b835-73a82f9ec514"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9d0982f-9988-59c2-9548-385ab016c038"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7a7f88d-a736-545b-aa12-8542396330b6"}}],"status":"accepted","resourceType":"Task"} +{"id":"94a70694-4ae7-5ea3-951c-6b045a83bd73","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368015"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3ddf8de7-b733-524f-8a0a-347b0a19a100"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/79b74912-4edc-57ff-bfe7-1d0b4b45d0d6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf7b4822-18a8-56fa-a1cd-fa682a32a5d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a684e649-4c54-532b-8ab9-8d7fdb5c78ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a90e2b42-ab58-57ab-8809-8473e43536fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf7b4822-18a8-56fa-a1cd-fa682a32a5d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a684e649-4c54-532b-8ab9-8d7fdb5c78ea"}}],"status":"accepted","resourceType":"Task"} +{"id":"614a3b47-c54d-55d2-aeee-15e741317309","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368016"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/03894036-b68b-512f-8b8a-b4bef2fbb278"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a52d3896-e14c-5eeb-87c4-62ac26156dd6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92b0c3e9-c371-5094-bd86-e3dce75e8a4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa35c4fb-9b92-583f-bbda-fbfa7cba87eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f6a480e-dd64-5c0d-8eb2-a42f527d8ba6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92b0c3e9-c371-5094-bd86-e3dce75e8a4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa35c4fb-9b92-583f-bbda-fbfa7cba87eb"}}],"status":"accepted","resourceType":"Task"} +{"id":"bf8bcc62-da2c-57ca-8daa-c446dc4abf3d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368017"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3a4b0407-abee-5d38-9eb8-48adf6a7af4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e3ecb3a9-50d4-5f2f-a7b9-7376492da66d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98282581-b9dd-5d20-b22b-f64cf7ddc09f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80fd0a3a-2918-5b15-a6a3-2125bc6959ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ed27348-e99e-5f3c-ac3a-cadd2560f2ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98282581-b9dd-5d20-b22b-f64cf7ddc09f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80fd0a3a-2918-5b15-a6a3-2125bc6959ae"}}],"status":"accepted","resourceType":"Task"} +{"id":"6f6589cc-fad2-5810-9a41-11806f061bb6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368018"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e45ffd4e-163f-5c4a-9e0f-9c373656fb57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/81d8f7c1-6fde-534a-a9ad-0fc20df7afa2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53479e0b-f9f6-5cb6-99dc-a6d0106102f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/019fb2ac-a5db-5a40-87ab-0bb45e468e62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c01b983d-16b2-546a-8fc0-f5d42480b8ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53479e0b-f9f6-5cb6-99dc-a6d0106102f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/019fb2ac-a5db-5a40-87ab-0bb45e468e62"}}],"status":"accepted","resourceType":"Task"} +{"id":"6919ad94-62a4-5cbc-969e-f54b27abf9af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368019"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1eb8166a-7332-58b0-abe6-45a171b35e39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7f1e4f01-bef9-5bad-8de6-c88108a25900"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/050ef0e6-034f-59f5-ad58-8363470fa3a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aaf1a44e-1164-501d-bbb7-110bd2a5a124"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8159ceaf-3189-5224-b671-57fa4e77d91f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/050ef0e6-034f-59f5-ad58-8363470fa3a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aaf1a44e-1164-501d-bbb7-110bd2a5a124"}}],"status":"accepted","resourceType":"Task"} +{"id":"4aae16ff-9d67-51c3-8076-9152f7678ed3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368020"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f44932ff-79d1-5e81-8694-45a40526cf87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0c3ef569-60d6-52f9-ae87-7fa45fcab97a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf345fb5-d1a4-5603-b279-e62ac9ef489f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e3e54bd-98bc-5be5-a1c4-a146f451e55b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52f8976c-1d85-5483-bf61-0cceb9c9911a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf345fb5-d1a4-5603-b279-e62ac9ef489f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e3e54bd-98bc-5be5-a1c4-a146f451e55b"}}],"status":"accepted","resourceType":"Task"} +{"id":"a1ba38b7-d9d6-59fd-b077-cf23b81fa981","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368021"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1ffaeb52-7bed-5969-a54b-f111002f2378"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/009e1227-b3ee-5768-81b7-67225602dd5c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1599e240-47c3-5a18-85f1-901da5cfc033"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/452a6019-7452-5a0f-9369-3c5b7e308452"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93eefa54-627f-5f1d-b57a-1070525ea15b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1599e240-47c3-5a18-85f1-901da5cfc033"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/452a6019-7452-5a0f-9369-3c5b7e308452"}}],"status":"accepted","resourceType":"Task"} +{"id":"5ecbee36-e890-53d7-8d43-dfbc98942677","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368022"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/605c1168-0b83-5414-855b-18d3e699629a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1473c929-d1df-5946-994a-f8d2123e65ff"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01ca8443-a250-5075-8379-5292f36a04c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c21ad82-9696-561d-adfa-63ac5086fdaa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0758f9dd-ec7e-5164-9310-6600186421bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01ca8443-a250-5075-8379-5292f36a04c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c21ad82-9696-561d-adfa-63ac5086fdaa"}}],"status":"accepted","resourceType":"Task"} +{"id":"a141297f-5c92-5b85-b716-051a1a391921","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368023"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8894d323-23c7-5e4f-b624-1895a1abab66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/afe3d642-8eb4-5029-906d-2883f3816629"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0fc92f1-7c56-50df-b9da-e17cfc6b9172"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6aab5ca4-f7fd-51b8-886d-d786743b9962"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f175de4-a6a7-5278-bba6-9556d7fbfbad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0fc92f1-7c56-50df-b9da-e17cfc6b9172"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6aab5ca4-f7fd-51b8-886d-d786743b9962"}}],"status":"accepted","resourceType":"Task"} +{"id":"b03e5dc2-b455-584d-bc37-4c4c87034652","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368024"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d153952d-dd2d-53cc-a045-70c9a3035316"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/44922616-861f-5aa2-9db8-2a66001343a5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95bff3f8-c4c2-5191-9610-0acd715b4329"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14c38fc4-c70f-595f-a0d6-1b4e48a887a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/480c809f-9fad-587b-a6e2-57dc9490a4f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95bff3f8-c4c2-5191-9610-0acd715b4329"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14c38fc4-c70f-595f-a0d6-1b4e48a887a2"}}],"status":"accepted","resourceType":"Task"} +{"id":"8f86bbec-4929-56f9-a2a3-7818f0ba2fda","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368025"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4f96e2fd-49f4-52f5-8245-fe0c10a6298f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9d85cbad-8264-5eb9-a5c0-29c4a5ce5a7b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aab14986-6e2e-5844-8a24-b1ac38efb7a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e43d152-f560-5553-8c30-40135b3dca89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03591824-7d79-5380-8576-e39123637d95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aab14986-6e2e-5844-8a24-b1ac38efb7a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e43d152-f560-5553-8c30-40135b3dca89"}}],"status":"accepted","resourceType":"Task"} +{"id":"cd9d47c9-b007-52fc-a4ea-e36f9465425d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368026"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f66796cb-5850-523c-812a-843ded1ccc37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/948a0621-1577-5b5c-b837-f88a9a6b5a7b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5721846-5c34-5632-b1c4-bdaef8cf3b42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5aafcec-65a0-588f-a441-d446c3cbb042"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fdf8bf4-b530-5665-808f-1d7d8076c74a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5721846-5c34-5632-b1c4-bdaef8cf3b42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5aafcec-65a0-588f-a441-d446c3cbb042"}}],"status":"accepted","resourceType":"Task"} +{"id":"29b4f2f5-eae6-5544-974c-64b42ec90483","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368027"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/99c722c4-3ab6-58b3-8542-f1db99f0d43a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c2e469b6-e2a7-5d90-9bfa-216d2e56fee0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/626386d1-7b5c-5206-aea0-fd7a18d2ce17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/117305b2-481d-592d-87d0-6c04d966afed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c48cabea-5642-5012-84da-b4b8d3b6795f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/626386d1-7b5c-5206-aea0-fd7a18d2ce17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/117305b2-481d-592d-87d0-6c04d966afed"}}],"status":"accepted","resourceType":"Task"} +{"id":"26df3675-5a48-5ed9-bdd6-96e709fad1c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368028"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6a6496d9-540b-50dc-8e30-4dbc4fb20d46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/87510339-8f3b-55dd-aab4-7390e6b7c4f3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8248135-6888-5f57-8cd4-9b29794f8bbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa5425dc-f104-5ea1-956c-aa187c9d7ef5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29245f06-6a4b-566c-af0e-df9b6b7b7fa5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8248135-6888-5f57-8cd4-9b29794f8bbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa5425dc-f104-5ea1-956c-aa187c9d7ef5"}}],"status":"accepted","resourceType":"Task"} +{"id":"16cb89ec-a3ed-50a7-9eaf-098e34e1158a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368029"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f23521fa-ae57-5971-a0b9-d50b4e024ed6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cb644ca1-eb0e-5e66-bec4-dbab26eb4089"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d527148-f4e4-5c08-9d5c-a1b96886bd94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71cda8ea-84c6-588d-bcc7-19baac9182e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc9f7d6a-1893-5cad-9f62-0796fbbc7309"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d527148-f4e4-5c08-9d5c-a1b96886bd94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71cda8ea-84c6-588d-bcc7-19baac9182e3"}}],"status":"accepted","resourceType":"Task"} +{"id":"051235c6-a3c0-576d-9d51-5d96424a4de0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368030"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a02a591a-b7bd-5883-bc5a-fb7419716449"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/44ddaf71-1d28-58c9-beff-477bf3965bb8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6af5145b-bea7-5372-b3c6-24ed8093f922"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9afbc1a8-4d97-5e4e-930a-a25a05513b81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/782f29c2-ecec-5bdd-95cb-b967fabfc529"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6af5145b-bea7-5372-b3c6-24ed8093f922"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9afbc1a8-4d97-5e4e-930a-a25a05513b81"}}],"status":"accepted","resourceType":"Task"} +{"id":"ca1780b2-bca8-5fce-a1dc-3760100965d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368031"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b6c3cd9b-82a1-57bd-98e6-ca61a8784551"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e4c8e1b0-97ee-50b4-879a-91f66b71c9a5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45fcf496-a953-54f4-968e-26aeffeae2ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d922733-df49-54af-8aca-114ed1e703fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3df7f07-7df7-51b0-b115-e8cc9f6d7b5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45fcf496-a953-54f4-968e-26aeffeae2ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d922733-df49-54af-8aca-114ed1e703fd"}}],"status":"accepted","resourceType":"Task"} +{"id":"55ccd83d-a7c4-583c-b0fb-606b80adcac9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368032"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/29e38345-7a92-5281-a08e-ef022761c929"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/97f74be1-c3c3-5f0c-ab80-9b22c9b76ff7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c21672a8-3872-5e8b-a161-203784759134"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a372c2b9-515c-58ac-afac-e8757c2beeec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85b0eeaf-3e60-5b26-adc8-6b809282c168"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c21672a8-3872-5e8b-a161-203784759134"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a372c2b9-515c-58ac-afac-e8757c2beeec"}}],"status":"accepted","resourceType":"Task"} +{"id":"30298e47-4b95-5e95-a134-056c28719b58","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368033"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3b710d3e-20d5-5ce3-b19b-c8ddf26614e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/43ad57d4-9dce-5a9d-b69e-70c737dc43e3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5cd3767-aee7-5224-a6ae-f7d6d32760dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d010a66-51a0-5600-bb55-ff0fd1a1de94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4a9f93b-2b8d-52f8-b3f8-71ca7eb5b549"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5cd3767-aee7-5224-a6ae-f7d6d32760dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d010a66-51a0-5600-bb55-ff0fd1a1de94"}}],"status":"accepted","resourceType":"Task"} +{"id":"11e5bbbb-2a08-5a9d-b83d-c043c27eb13d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368034"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/90510b5c-cba8-52ee-baf6-c21bf6530a66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f23a737d-764a-583c-956a-4e42630d3a1d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8daab104-f9bb-55c5-8d51-559c96590a5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2eb4c0a8-c379-58e3-8a01-6ac59ffa16b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/632e3fe2-f600-587b-9b74-0ba8e545efba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8daab104-f9bb-55c5-8d51-559c96590a5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2eb4c0a8-c379-58e3-8a01-6ac59ffa16b8"}}],"status":"accepted","resourceType":"Task"} +{"id":"98a25572-7d03-5aea-8b67-01bf25e62629","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368035"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/36b8414c-2eb1-55d0-964d-a857e88a9379"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1beeb0c5-9df3-5ae2-95a3-1d7e6654365e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a787d76d-19c0-5b7d-89f7-75fa04abe295"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/098ee9e8-00ff-5b69-9bcb-a5febe7c8274"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a14138fb-2dd0-5e75-9fbb-1f79ac2a5a6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a787d76d-19c0-5b7d-89f7-75fa04abe295"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/098ee9e8-00ff-5b69-9bcb-a5febe7c8274"}}],"status":"accepted","resourceType":"Task"} +{"id":"98db6e79-33a2-5444-a2b0-07e95152c56d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368036"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a722e091-20be-55f1-b918-9add883eb18b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fd7b5b20-8fa5-5f88-8afb-9125ac961697"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2dbef84-d400-547e-a776-c09b9b0fa252"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b5d8885-a14c-5087-bf1f-3d9c53d6797e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6ce2b97-acad-50eb-bb2f-6eb44279d15b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2dbef84-d400-547e-a776-c09b9b0fa252"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b5d8885-a14c-5087-bf1f-3d9c53d6797e"}}],"status":"accepted","resourceType":"Task"} +{"id":"5994e155-3cfd-5292-8ee3-6f08603fd916","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368037"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2412ef84-527e-559d-a7e5-2ea885b498ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ad5393d9-7e47-50a3-8ec3-4ca565aca9d7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73885c9d-3ce5-541f-be77-30864b307e64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8811198-ec50-5a81-afb6-b350c5cf7a8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2e8c4c0-61cb-59d0-8cc0-7a691fdf157b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73885c9d-3ce5-541f-be77-30864b307e64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8811198-ec50-5a81-afb6-b350c5cf7a8b"}}],"status":"accepted","resourceType":"Task"} +{"id":"0cfe7498-5d36-51a8-bc8e-0796996a5487","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368038"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b4a5c416-85cb-5a38-b270-6358ac5096ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d3390972-5c98-5691-8cc1-21f6b3ab6612"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33d35013-3193-51c2-97ac-119a7b5f1d71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b328207-0efb-5b5a-a9c8-368fbd1fd62d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69cc4639-b357-566a-8024-83b65d59d70e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33d35013-3193-51c2-97ac-119a7b5f1d71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b328207-0efb-5b5a-a9c8-368fbd1fd62d"}}],"status":"accepted","resourceType":"Task"} +{"id":"2dfb0f3b-45c2-5efe-ad6b-f2fee45a9271","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368039"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7ed97cad-3e97-5627-afe2-711a410a7bfb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b3f89b0c-58bc-5349-9d52-46833910d3d6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d6ecb80-25bd-54e9-9651-6b92ccafff39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88db3d4c-1bf8-53fe-b6c5-c7c672e3a3cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3fa540c-2b81-55ae-9985-deafd6bca74d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d6ecb80-25bd-54e9-9651-6b92ccafff39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88db3d4c-1bf8-53fe-b6c5-c7c672e3a3cc"}}],"status":"accepted","resourceType":"Task"} +{"id":"4c387489-fea8-595e-bc4d-4d1a2cd1a846","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368040"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c22e3cfd-0972-5e76-b812-70d97a1cfe46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/20018a9c-cd3c-5efc-834b-ab210c9cefd3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7871cc9-2661-5b60-8f3d-1ab9211c23fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5df3366c-b0fa-5e70-8cb3-30b8a8e2420d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb6faef8-7795-5da8-b588-61a8fb8060af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7871cc9-2661-5b60-8f3d-1ab9211c23fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5df3366c-b0fa-5e70-8cb3-30b8a8e2420d"}}],"status":"accepted","resourceType":"Task"} +{"id":"4d931dcf-9001-51c5-932a-52ecea1c20b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368041"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/998d98cb-8586-5305-b08f-bc5e315299bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cb1eb3bc-8d3e-5606-81d0-19ed094451bc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd41e5bd-83ba-5b0e-894b-3e6fe5114461"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17faf013-b3dd-567a-a446-a47449463d98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fe085d7-fcce-5cab-a09e-732da9c9ffaa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd41e5bd-83ba-5b0e-894b-3e6fe5114461"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17faf013-b3dd-567a-a446-a47449463d98"}}],"status":"accepted","resourceType":"Task"} +{"id":"ea7ba0cc-1487-5855-9532-26a46d8b0953","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368042"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5a5abb6e-d8d9-5ea4-8bcd-0b702d4cea72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/68800ccf-6d8e-5074-808b-3da378cdb3a9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43a111fd-8ccf-5f04-957b-9751c7d79c58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40af1544-8daf-5415-92fb-176c0488060f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f29b8ee0-b62a-5768-9ef3-1386576b29e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43a111fd-8ccf-5f04-957b-9751c7d79c58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40af1544-8daf-5415-92fb-176c0488060f"}}],"status":"accepted","resourceType":"Task"} +{"id":"d1e5f882-9f42-51da-b744-54fcbe393d8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368043"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/935d31c7-e574-5691-b4fc-39c4f7aba12a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f0202edd-888f-58aa-ae5c-f0dafa7887a7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03f3c939-7a49-568d-9bfc-4318c620f36c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a91a9438-304b-51b0-8e45-7c57d5541a44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/970b1683-4a32-5003-bb01-a883dc1858dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03f3c939-7a49-568d-9bfc-4318c620f36c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a91a9438-304b-51b0-8e45-7c57d5541a44"}}],"status":"accepted","resourceType":"Task"} +{"id":"c79d2aaa-5da4-55f1-963b-ca8b167dd622","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368044"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b452c4c5-6ef5-5de8-8827-d26a7d4750ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ba69e29e-2c7b-5471-b11f-c1121b0d0a82"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcb54ee3-f729-598c-8e41-1fa29bfef044"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e734537-5f3f-5a14-8d7a-25a718cfc1be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c87039ad-2a65-54a9-a804-9ef2f62f57b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcb54ee3-f729-598c-8e41-1fa29bfef044"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e734537-5f3f-5a14-8d7a-25a718cfc1be"}}],"status":"accepted","resourceType":"Task"} +{"id":"e733ca8f-390d-57af-90dc-1f8221275061","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368045"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b24afcbe-3fb6-56b7-836b-9fb0e248ca72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4b8bfd27-5265-5724-af40-520d6e0b365f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a243a17-869b-5bdf-8847-b56b6f49a82b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdeeec26-8314-5081-beb0-3ce1efe58167"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37332c31-2b00-5bbd-a455-445178443930"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a243a17-869b-5bdf-8847-b56b6f49a82b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdeeec26-8314-5081-beb0-3ce1efe58167"}}],"status":"accepted","resourceType":"Task"} +{"id":"f884974e-ec94-52c4-866e-d3b3e7561f8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368046"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/81f9f9aa-c97a-5d9b-82f8-7cd8d1e8bb77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4bc8a739-5a67-5b33-9fe9-5fc14f5a8746"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5e4c997-e210-5feb-b79f-c2e6c69ed151"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29fa9c77-b4ff-56df-8232-ba15548b225d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d45027aa-e201-53de-8086-80fe09cffe69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5e4c997-e210-5feb-b79f-c2e6c69ed151"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29fa9c77-b4ff-56df-8232-ba15548b225d"}}],"status":"accepted","resourceType":"Task"} +{"id":"03dd6a09-15e5-5658-ad10-870f2c6b7349","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368047"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e3dc1a11-81e7-5812-bd8c-ea7ac321e71c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e231d51b-f837-5e25-a8e3-4f5d7725c658"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e8c8abd-b296-5377-8f25-4fa7bd943732"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88e9adfa-ba55-5b11-a5a8-5e44de7a9c36"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65c052f3-4ba9-57ed-ac40-ec3ce4525bfe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e8c8abd-b296-5377-8f25-4fa7bd943732"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88e9adfa-ba55-5b11-a5a8-5e44de7a9c36"}}],"status":"accepted","resourceType":"Task"} +{"id":"06f355e2-462b-50f3-886d-63601994b0af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368048"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/789303c6-06e0-5e8b-aefe-daa1bdf762bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/76a5fe0b-5a4f-5885-a23d-608b2fae1abd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44157ab3-5fec-5b07-af5c-22e168c66cac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e71c0c6c-a5f2-5bcc-b421-e9f1dc1b6562"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12049f09-e574-5a9e-af8a-772cb6ca8ac9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44157ab3-5fec-5b07-af5c-22e168c66cac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e71c0c6c-a5f2-5bcc-b421-e9f1dc1b6562"}}],"status":"accepted","resourceType":"Task"} +{"id":"28e85ba3-1bdb-5d7c-878d-273d0f8e2e66","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368049"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3acde6ba-9dbf-5cc3-a630-097edc3908c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/de17c205-a5f4-54e9-8d15-9dd2cfd186f3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d995427-2b17-5d21-adbe-07973579408f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04016b9e-8011-5c06-a0af-9010e7e09071"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06bd630a-4214-53e9-b9fa-570d11547797"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d995427-2b17-5d21-adbe-07973579408f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04016b9e-8011-5c06-a0af-9010e7e09071"}}],"status":"accepted","resourceType":"Task"} +{"id":"ca30ae09-e581-5434-9080-7e037fcc65af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368050"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8d1c2c28-f69a-538c-95e3-beb28ab07f67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cacb890c-57dc-5450-95df-6a7b75b5c0a5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33b3ccf5-af57-58da-8c21-8f200a9b3c50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c44c43d8-c4b7-5f90-93c6-5902eabde827"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/685dadaf-7028-597c-a72d-eea0ae66bc55"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33b3ccf5-af57-58da-8c21-8f200a9b3c50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c44c43d8-c4b7-5f90-93c6-5902eabde827"}}],"status":"accepted","resourceType":"Task"} +{"id":"0bed1b8b-c8f8-5a24-913e-caf7ed1d5f4b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368051"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2ceea85b-55ae-5547-8a6d-4cc6a9c68f85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6ae3ff10-5df9-5ebc-a785-fc5abb8d3e3c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cef10aa7-e8dd-5669-959c-1e2e2cd024e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f72f4682-584b-52e6-a02b-c91c2ff5067f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fe93bbe-ffac-5505-9c2f-5ebfa6b63c59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cef10aa7-e8dd-5669-959c-1e2e2cd024e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f72f4682-584b-52e6-a02b-c91c2ff5067f"}}],"status":"accepted","resourceType":"Task"} +{"id":"7f3afb9d-95f2-5905-b743-9ad9f8d5d540","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368052"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/769cc530-30ac-5e1a-a482-6f34a6a66dae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e8531740-5c2f-50e0-a253-5eb087885c1f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7461795f-d1b8-52f1-a263-9c7601a4e729"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b360916-e04b-504c-ad38-9f6130ae231e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/837752f9-5b04-5690-9a9c-95f3d30e6168"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7461795f-d1b8-52f1-a263-9c7601a4e729"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b360916-e04b-504c-ad38-9f6130ae231e"}}],"status":"accepted","resourceType":"Task"} +{"id":"f1e06708-89dc-548b-8531-fd9866e5ea66","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368053"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/22aa32bb-58e5-5b54-b61b-e54c5ca79ec0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e5106dcb-b761-5855-add9-1f7b2bf7a65e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6423f627-80a7-598a-b58b-29c389f5370b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2b192f3-bbbe-5d75-8163-0813a0026265"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/963d553a-7dea-57c9-8f37-68fae20bc37c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6423f627-80a7-598a-b58b-29c389f5370b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2b192f3-bbbe-5d75-8163-0813a0026265"}}],"status":"accepted","resourceType":"Task"} +{"id":"a9080e4b-b9c2-5d79-99d0-9dc285f2c913","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368054"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/50709dae-9b9b-51c9-9e0d-f9ab58fdc4c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a1be1c52-e386-5a78-a2ae-830459f45e5a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b62bfee5-927c-5885-bc99-c92c9a01d682"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5617f12-5449-5f88-a905-4e5cc491ddd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b2a19b8-98f8-5847-b44b-8389b5786c3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b62bfee5-927c-5885-bc99-c92c9a01d682"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5617f12-5449-5f88-a905-4e5cc491ddd6"}}],"status":"accepted","resourceType":"Task"} +{"id":"343e59da-9db7-50ed-b65e-b93de2f923d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368055"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0078c9af-612e-545e-9e06-80fd79ef4761"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/67b89b73-bd9b-5832-8cdc-ca1e28d96ea4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d0a4536-eb07-561b-9a44-6cfba2b5fa8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc7b11c4-ac6a-567c-b869-77a5c6879ebf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9db90b0-7c81-5995-a996-66b77c6732ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d0a4536-eb07-561b-9a44-6cfba2b5fa8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc7b11c4-ac6a-567c-b869-77a5c6879ebf"}}],"status":"accepted","resourceType":"Task"} +{"id":"d9f65e9b-9910-5112-994d-1cde00d5f2b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368056"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ca8352ab-db01-5684-a6e4-632bea19f348"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8357b3b3-3358-59e0-8392-6f949afd4e45"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7bfda35-8c6d-5ddb-9765-19cacc310159"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acca024b-8a71-54c2-be90-403b5a422edb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b1c386b-f710-5a51-81b6-883b988c5600"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7bfda35-8c6d-5ddb-9765-19cacc310159"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acca024b-8a71-54c2-be90-403b5a422edb"}}],"status":"accepted","resourceType":"Task"} +{"id":"b19122b1-874c-52e4-8a03-781b1ba47753","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368057"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3a6070fc-558b-5039-878a-c7433b90615c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6a93d220-4931-5121-8939-a31ae14e3b3d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7f21834-fdbc-53fd-9af8-33b626f02f8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c8624f9-c743-5b34-97fc-1f775df2729a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7222d8cd-0dd1-544e-b6d2-39af819cd7d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7f21834-fdbc-53fd-9af8-33b626f02f8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c8624f9-c743-5b34-97fc-1f775df2729a"}}],"status":"accepted","resourceType":"Task"} +{"id":"bf976cc9-b4a3-509a-887c-1025373774c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368058"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/af2b5c09-cc3f-51b5-b8de-b08cbfdf432e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6286f731-4353-5156-a0bb-91d570558f39"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8b7f085-e4cc-5b48-bfa9-1c6dd5da8ddd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07dc463d-c8da-52e1-97c9-e4d17d53cd57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2789cf6-79cd-54bb-b265-1410ec73d5ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8b7f085-e4cc-5b48-bfa9-1c6dd5da8ddd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07dc463d-c8da-52e1-97c9-e4d17d53cd57"}}],"status":"accepted","resourceType":"Task"} +{"id":"db4aee99-8fe4-576b-a144-d06b5e22908e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368059"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9f3a2bce-6baa-580f-bf46-f77244f6a227"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eb14da4b-044b-53e1-90ed-5ec4f253547b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da31ca37-3829-5ea4-bc93-94f758230c65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d00f599b-2234-5b1c-8b40-9efe3b7908bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4cb43b05-f47d-5b26-a44d-ed67035faa9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da31ca37-3829-5ea4-bc93-94f758230c65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d00f599b-2234-5b1c-8b40-9efe3b7908bb"}}],"status":"accepted","resourceType":"Task"} +{"id":"e873d7c8-bcd7-57c8-9dd0-90d1922b7723","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368060"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/48c8d637-13d6-588c-a77d-b2f5e35699eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2317ee90-fde5-57a9-81e4-4c1a354e0d06"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e565db5-1d19-57dc-b257-b3ecea0bef58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f582c662-680f-5275-91e7-ac039f8041a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef0842bc-0f30-542b-bbcd-774b3510e4e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e565db5-1d19-57dc-b257-b3ecea0bef58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f582c662-680f-5275-91e7-ac039f8041a6"}}],"status":"accepted","resourceType":"Task"} +{"id":"50ce3821-7633-5275-8289-ad1a4746c5c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368061"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a6c3ebde-6bba-5272-9953-af6e73bdd72c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5ea79ff0-740f-5761-903b-8ffa67a30e8e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d5355e5-a91b-59e7-9973-da0dd27b7d18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a51557d-d5d8-5eb7-a0e4-15118930a0a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b028e08-4f8d-5ee2-9b47-cc2d733417d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d5355e5-a91b-59e7-9973-da0dd27b7d18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a51557d-d5d8-5eb7-a0e4-15118930a0a7"}}],"status":"accepted","resourceType":"Task"} +{"id":"0ab0694a-278f-5025-baf2-2201dbfa6019","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368062"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/67932467-b3f2-5a3c-bf7e-39d1af1fee44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a0584b8a-e803-50fd-bdef-1621a51a8f33"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3f6258a-21b1-5a36-949a-9e01832dfebb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45141404-b13f-5f1c-8720-02062fe9c8bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fca501c-301b-5a67-b879-abb1f5906a70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3f6258a-21b1-5a36-949a-9e01832dfebb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45141404-b13f-5f1c-8720-02062fe9c8bb"}}],"status":"accepted","resourceType":"Task"} +{"id":"f83cc4b7-ceee-5fb6-82e1-689a11eb5359","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368063"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/76c4db5d-fec3-504b-a68e-b7c6c689f162"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/19737be1-2cb4-5470-a97a-902bae758667"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/516cb149-ca67-5d9f-9420-070f3b22e249"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf0c83f7-10a1-5860-bf61-8c0e6e8a33b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7496f983-505f-543a-b3fd-b4d14eedf473"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/516cb149-ca67-5d9f-9420-070f3b22e249"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf0c83f7-10a1-5860-bf61-8c0e6e8a33b6"}}],"status":"accepted","resourceType":"Task"} +{"id":"0ec6aa94-b671-5699-8c73-6c2e2dcb8ad8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368064"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5f86d71e-4349-5605-a3c3-a150f62f54a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6046dabd-5fb7-519d-8ecd-2b22b6c2e5dd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/614d3a01-2e63-537d-9620-c525bfcd0352"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5c341cf-5702-580b-b23d-b4399a1a5a51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e4014d0-b956-59b0-b4a8-a53049d8e9bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/614d3a01-2e63-537d-9620-c525bfcd0352"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5c341cf-5702-580b-b23d-b4399a1a5a51"}}],"status":"accepted","resourceType":"Task"} +{"id":"52a254fd-ee51-5d6a-997e-0800188d23b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368065"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/337693ed-f210-53f7-a608-13c078eaf7ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0cca0697-4166-5743-ba2f-bc47245ad723"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5ef2b4f-8c78-54f4-b632-26cb7296a1db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7b2e342-b488-53f8-a1e0-a634c49b7d2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c2b9ee1-0a5f-5efa-8a82-269555705f64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5ef2b4f-8c78-54f4-b632-26cb7296a1db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7b2e342-b488-53f8-a1e0-a634c49b7d2b"}}],"status":"accepted","resourceType":"Task"} +{"id":"1903e812-5b5d-59c6-8e9b-2746511c275f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368066"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3122473a-c39a-5709-8f65-58dca89372f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c9dae045-1da3-5754-b914-bbec4bbe7638"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7d14469-4b2a-5f3a-a7c1-db89f136c7cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1240c6a8-bb23-5727-9bbe-118612bfe4e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67af6111-d2c1-5e8c-9e59-388733d1e16c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7d14469-4b2a-5f3a-a7c1-db89f136c7cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1240c6a8-bb23-5727-9bbe-118612bfe4e1"}}],"status":"accepted","resourceType":"Task"} +{"id":"a51aff51-de64-5582-99ea-5f3b8deab5c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368067"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ed31ffd0-0607-54fd-9cd1-5b59bb6caf0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d437a0fb-9c9e-5a55-a215-fb55de66ec28"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78b06415-244e-5324-9d34-399b1ac72f0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac0e9af8-de7e-5878-8153-7c3b114cf6f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6696e1a1-6dc3-5f96-bea3-636d2b198e44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78b06415-244e-5324-9d34-399b1ac72f0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac0e9af8-de7e-5878-8153-7c3b114cf6f9"}}],"status":"accepted","resourceType":"Task"} +{"id":"b95b0e6a-eba3-5f95-b197-5f39387521a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368068"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/214f5c49-aaf3-55fb-a528-7efdd268c0f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/052fa97c-8a5b-5004-9087-a788210e5bbc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf2acbda-3af0-5e8c-909b-64d580315a20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0316346-bceb-5866-9934-6c1c08b3e730"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/107cb663-c53b-51f5-8c0a-7be5a50d7162"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf2acbda-3af0-5e8c-909b-64d580315a20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0316346-bceb-5866-9934-6c1c08b3e730"}}],"status":"accepted","resourceType":"Task"} +{"id":"ae30b801-7ca6-54a0-a3a7-529f26ef72b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368069"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/398343a8-64c6-5e8f-9b67-316c6c1e74bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6aa8a494-2f62-5f5e-9dae-2b30d734811e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b64577f-8607-5656-9f02-4b8d8672d8d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0cb9a801-08ee-58df-bf53-268fbe1252eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73843fbd-3d5c-5e90-b142-7a20013b9127"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b64577f-8607-5656-9f02-4b8d8672d8d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0cb9a801-08ee-58df-bf53-268fbe1252eb"}}],"status":"accepted","resourceType":"Task"} +{"id":"de32883e-8857-5573-b1a9-f3ddf6bc2ef8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368070"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/170bdd06-306b-5b88-83eb-fbab35f0bbea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2f4c96e7-62ad-53e6-945f-1a7539c183d0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71ccd8ad-23b7-5232-9e58-d268680d05c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75e7060f-7b64-5e2e-bb45-83552756d51e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c2a5370-beca-51b9-86a9-94da64650c68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71ccd8ad-23b7-5232-9e58-d268680d05c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75e7060f-7b64-5e2e-bb45-83552756d51e"}}],"status":"accepted","resourceType":"Task"} +{"id":"4992e06d-e86c-5bc2-be88-6d7eb493b12e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368071"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f90cc3a5-dbd1-59a7-828e-cc89499b7ba9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/494f58c5-af5f-58e5-aad6-5583681309ad"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9767fbd5-efe1-52d9-a5c4-8de9bd397666"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/400fbebf-13f5-539f-9640-0dd509db4e40"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/767569ab-9df7-5101-a473-f58117ac46a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9767fbd5-efe1-52d9-a5c4-8de9bd397666"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/400fbebf-13f5-539f-9640-0dd509db4e40"}}],"status":"accepted","resourceType":"Task"} +{"id":"60685e78-fe56-5044-ab84-172e1ac26b46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368072"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c665b89e-b5f8-55ed-bc0f-8440b5b17884"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/43c668a5-4935-5e5f-99f4-e88a1c301ab9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a07bfb3-ff6c-597e-9c9e-761d56a9701a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24860fe9-cb6a-5159-8a7b-d8df7ef8b18f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec0ab44d-8c5a-5ad6-a581-5d6fe4a5b193"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a07bfb3-ff6c-597e-9c9e-761d56a9701a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24860fe9-cb6a-5159-8a7b-d8df7ef8b18f"}}],"status":"accepted","resourceType":"Task"} +{"id":"1081f782-101b-5aa4-8996-3e128926ef88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368073"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/530774f4-0207-5a1b-8848-2aeb972f1bd4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0ffa0350-b5b3-5c19-bc74-e316351905e3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/586a522e-94e2-54e8-bbc1-c7ddd8a13325"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83c7b0f2-c308-5d46-9fe7-cacd54521946"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/476d8c37-60d3-54af-b2f9-1a88b5fc8807"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/586a522e-94e2-54e8-bbc1-c7ddd8a13325"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83c7b0f2-c308-5d46-9fe7-cacd54521946"}}],"status":"accepted","resourceType":"Task"} +{"id":"a0c8b8ec-1798-5d92-a235-eda9ee08484f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368074"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/47209edf-13f6-5a50-bd83-49878e2b3316"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2926c382-c3b3-52c5-a568-0d9e98961c4f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/125095be-b933-55e5-b7ce-3a2d847c1ae7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9304cae-0efe-5d48-9610-9e4b980b1045"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0efba8f7-66f0-531b-b9d5-7faf525011e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/125095be-b933-55e5-b7ce-3a2d847c1ae7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9304cae-0efe-5d48-9610-9e4b980b1045"}}],"status":"accepted","resourceType":"Task"} +{"id":"6aeb79e0-27e3-531b-8ed2-93adbe00e543","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368075"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f40a7d51-85bd-5408-aa1b-25246556adde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bcb7f37a-baec-5aa2-a17c-18dca9eee9df"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba283b18-49ff-5645-a74e-845f72c6f836"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff3f201b-2780-55d6-a05e-0e64e7028109"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07ec33e3-5c2b-5cd0-9528-964f11e040f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba283b18-49ff-5645-a74e-845f72c6f836"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff3f201b-2780-55d6-a05e-0e64e7028109"}}],"status":"accepted","resourceType":"Task"} +{"id":"a5108c2b-4387-5cf5-aea6-aa7ac52415ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368076"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c12286bd-8c49-55b1-94f0-d2bc632dda4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/57e1ca65-4fab-5d1a-a7e0-ddb42bff1957"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d641bef7-7317-5dcc-8896-2e453d5eede7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42b5c7ee-cb90-5af9-a551-faeeb679a0b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c06a5435-2970-5272-96fe-735508c06754"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d641bef7-7317-5dcc-8896-2e453d5eede7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42b5c7ee-cb90-5af9-a551-faeeb679a0b3"}}],"status":"accepted","resourceType":"Task"} +{"id":"a49280fc-0d58-5a63-8b33-92d631c011ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368077"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1f55ff63-52d7-5afd-aef2-fa44a248ddcc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7b6bcb61-e6d0-5ae3-afda-951ce0ddc71b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4bfe70c-b7ff-5c05-aa55-fe8ab6b30186"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffc128a8-c13f-5f23-bd60-25ff19a977b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4009f8e-a958-56e6-8893-d2615a498b38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4bfe70c-b7ff-5c05-aa55-fe8ab6b30186"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffc128a8-c13f-5f23-bd60-25ff19a977b4"}}],"status":"accepted","resourceType":"Task"} +{"id":"f732a633-3377-5d99-8d6c-39e4361fa80e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368078"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/de0f0e8b-2d12-5166-ba01-2928f460ade1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/46e27886-033d-5151-9556-d3d0b514ae33"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2da2d4e6-ba9c-5db7-a165-22af1ead82dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acf1adae-ea15-5915-9804-521fbb46d6d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c37b7fe8-96e3-59cf-b699-fb714b38985d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2da2d4e6-ba9c-5db7-a165-22af1ead82dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acf1adae-ea15-5915-9804-521fbb46d6d5"}}],"status":"accepted","resourceType":"Task"} +{"id":"f02c3e5c-ce88-5601-b7e6-374592eae522","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368079"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f4325c25-595d-5f5b-b919-d69e4468aa5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1a5fc44e-7e40-5377-9df1-728027fce5ef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68142b35-74cd-55ff-94ef-518c95b7583f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a046c22-be93-5264-9d34-f1e115d0e108"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5cfddd42-1c13-5e21-8a1d-6f584855aaa4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68142b35-74cd-55ff-94ef-518c95b7583f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a046c22-be93-5264-9d34-f1e115d0e108"}}],"status":"accepted","resourceType":"Task"} +{"id":"fe6a095d-190c-51e7-a9e9-f0cb35fb5d49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368080"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c7a0855e-db38-5d7d-9a76-06e95332e6d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/62a3a8de-56b5-53e5-96f9-fc8f181194f5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21cba774-8de2-5466-8d57-84949736fa3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a818035e-9962-5a07-9b5d-1db24326874e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17cbf9b3-64fd-5628-8020-8dd76af3bdb4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21cba774-8de2-5466-8d57-84949736fa3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a818035e-9962-5a07-9b5d-1db24326874e"}}],"status":"accepted","resourceType":"Task"} +{"id":"cce01a05-2ff0-5c57-8e4b-dd5b49717041","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368081"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/875ad4bc-3f18-57fa-8d14-2d3ed6214929"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c2a38ced-4d7e-5bcd-858c-e9ef12c914cf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e13c1eb6-21df-528b-9ee6-b5a4715b6395"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc259ec2-9f4e-5314-b074-4a1afb9e0d2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d03be42-0021-58a0-9107-b1a46b0ff8c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e13c1eb6-21df-528b-9ee6-b5a4715b6395"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc259ec2-9f4e-5314-b074-4a1afb9e0d2e"}}],"status":"accepted","resourceType":"Task"} +{"id":"7386ce1f-9b49-552c-b7ee-9cb2547b7c24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368082"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9291d234-e87d-591c-8a67-08411a29cec1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bf293d80-507f-521d-91b7-18848ef636d9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05a9f1d9-9002-5d83-96f8-b21434e55f06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fa94c5b-bde9-5ebe-b02e-7a8338a6e96d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e516bfbf-c7fd-5e36-9f42-77d10ad70e5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05a9f1d9-9002-5d83-96f8-b21434e55f06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fa94c5b-bde9-5ebe-b02e-7a8338a6e96d"}}],"status":"accepted","resourceType":"Task"} +{"id":"c1da8d7e-7267-58d3-b81f-cc3b9fd43cfc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368083"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bd45e98d-5794-5264-aa2d-6dd53e034ca3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e2862381-48ed-5772-8f5d-a0301254b93d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4814148c-b370-53c4-9cf5-3dfe20bf1fc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5874c2e5-4c19-58b2-8f09-0beb56e0276c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91fd9fda-51b1-5464-8146-f5052ba01079"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4814148c-b370-53c4-9cf5-3dfe20bf1fc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5874c2e5-4c19-58b2-8f09-0beb56e0276c"}}],"status":"accepted","resourceType":"Task"} +{"id":"2f1755ac-2364-5c59-8552-3c616ba89018","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368084"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b7660f3c-9d38-5083-834f-c75f8ae24d43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/222b3f4a-a1bd-5aaf-987a-343b11b5f1fe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca02bfd2-6dd0-5a33-85fb-253f335a0b7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbe60770-1d75-57e7-84f1-6870376b0ffd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54928adf-378f-587a-bcbe-8e11c6581da0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca02bfd2-6dd0-5a33-85fb-253f335a0b7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbe60770-1d75-57e7-84f1-6870376b0ffd"}}],"status":"accepted","resourceType":"Task"} +{"id":"842e43f8-064e-5158-b057-06d043ae4002","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368085"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/82c3610e-a9b1-58ca-b2f5-0ee88a42623c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dfa8f122-91a7-539a-8fd7-f4856b5ed5a6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fedc2145-89b9-5c39-a4e1-7fc809b72c49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a915823-6fc5-51e6-bebe-99bf4e7f5c22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3aa78da-b13e-5c9d-bf0e-2ca9dca85db7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fedc2145-89b9-5c39-a4e1-7fc809b72c49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a915823-6fc5-51e6-bebe-99bf4e7f5c22"}}],"status":"accepted","resourceType":"Task"} +{"id":"8ea180f0-6fd2-5b00-9b89-9437c912f623","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368086"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bc10ee1d-e916-5619-9a42-97d640321874"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/856b4bc3-e5cc-5d07-9464-0fca01e0043d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f39fd641-385d-5331-9737-4268de8d6c65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/005b9075-75dd-5f56-b4ba-a8c419c36f8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8c42d4c-1ddc-5b18-b892-386cfb00319c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f39fd641-385d-5331-9737-4268de8d6c65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/005b9075-75dd-5f56-b4ba-a8c419c36f8e"}}],"status":"accepted","resourceType":"Task"} +{"id":"dd0d944e-4bd9-5c69-8687-020d893921cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368087"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bc360563-b90c-5fee-b4fd-17b02d22136a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0ab02c28-8bae-51a2-a008-01c663a784d1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4baa34e6-e40a-5e1a-b08a-0f17c1e56d29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b3c96eb-7b86-57d4-9190-dcaa0ad61b6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f18b2cc-ad87-5a39-9993-11ac09042c62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4baa34e6-e40a-5e1a-b08a-0f17c1e56d29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b3c96eb-7b86-57d4-9190-dcaa0ad61b6b"}}],"status":"accepted","resourceType":"Task"} +{"id":"c5c9e12f-ce78-58c1-962d-65f49bbdb4bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368088"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3264996a-7306-5b27-a9a3-6d36cd1d2f8f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b07ca24b-3e4a-5680-b96c-08b899e0a0fb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b76fb487-3a46-537a-818a-bb458b12dc23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4586d016-7e3a-5b07-9e34-68d0e6b51f84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f42368ac-1dbf-5b69-b873-3e0fd8ec70d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b76fb487-3a46-537a-818a-bb458b12dc23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4586d016-7e3a-5b07-9e34-68d0e6b51f84"}}],"status":"accepted","resourceType":"Task"} +{"id":"df7a0977-34e3-5866-b3dd-f3e0c25ea745","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368089"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/126c9389-f0d7-5d98-bd9b-6710b22b7962"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d6ec96c2-9918-5f32-8d42-0659e9876386"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0950b3a3-9fd2-5d25-8ecf-77601dd07c7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb8f25fc-ba8b-599e-b45d-981dea2a3d89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d56f755d-f1df-5b20-94fb-ebedc0fb0c1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0950b3a3-9fd2-5d25-8ecf-77601dd07c7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb8f25fc-ba8b-599e-b45d-981dea2a3d89"}}],"status":"accepted","resourceType":"Task"} +{"id":"5e890078-ab0d-58eb-952c-0da335b0ddfc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368090"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/745b42fa-ade3-56e1-856b-7e9502bc81d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/291d67b0-6ec1-5e65-9b29-064b9caac016"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98007237-a8e1-5fa9-8d0f-244f77de6e14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0884d166-2d60-50b8-89c3-8f564347c6d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ada63c16-b9fe-5f08-bf35-0b40f9e464d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98007237-a8e1-5fa9-8d0f-244f77de6e14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0884d166-2d60-50b8-89c3-8f564347c6d2"}}],"status":"accepted","resourceType":"Task"} +{"id":"c9a4979f-23aa-5659-b1c9-675cf01f5ecf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368091"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/04566af3-3e69-5ede-a54d-3038856e5213"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/abb8915c-1bb3-538b-8f59-62ffcf7b93cd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f96eb00d-0eef-5227-8d63-b9db9c01048e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfa007db-eed0-58b6-b6fa-98f53c678206"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e94f625-6d77-51c1-ba12-bdf4f1b3cd63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f96eb00d-0eef-5227-8d63-b9db9c01048e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfa007db-eed0-58b6-b6fa-98f53c678206"}}],"status":"accepted","resourceType":"Task"} +{"id":"46f4e9a0-dbf3-5de4-96ff-8380a3b24803","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368092"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bab76e3a-ffa3-5abe-b4b7-49abf015b5f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aed471cd-5769-5fb7-97f2-df1aae0d3c63"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55c027d1-0c48-5d66-b8f9-f3662e7fd180"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d9c41a7-aaa4-5c64-b674-68618fc686ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a86011fa-1e22-59c9-9a1b-a4680991d6d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55c027d1-0c48-5d66-b8f9-f3662e7fd180"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d9c41a7-aaa4-5c64-b674-68618fc686ce"}}],"status":"accepted","resourceType":"Task"} +{"id":"e7c881d3-c3f9-52aa-b441-bb13fb40224b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368093"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a64f6cd9-3a22-54bc-b2fc-417eabc91d1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ce233f60-2fe0-53c1-89c6-ae4254171632"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3265f0df-1c21-5bfa-b8a4-0d59abdae7d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/539f41a3-c12d-522c-ab6e-1c54f91a2983"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c597cbe-d366-5877-b2a8-18f1ff935736"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3265f0df-1c21-5bfa-b8a4-0d59abdae7d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/539f41a3-c12d-522c-ab6e-1c54f91a2983"}}],"status":"accepted","resourceType":"Task"} +{"id":"d39347f1-e047-5b5d-adea-5bf77879f9e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368094"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f098ce33-7948-5e59-99ef-0a9b7b933e57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/013f2182-944a-5bc8-a5f9-a49fe6a641c6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5d08c01-5ad4-5e3c-9a38-5dd25639aed3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e6e6b21-f7d5-5680-8014-63bc31b3e498"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff130de3-32ea-5f13-830c-9c9d5087e345"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5d08c01-5ad4-5e3c-9a38-5dd25639aed3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e6e6b21-f7d5-5680-8014-63bc31b3e498"}}],"status":"accepted","resourceType":"Task"} +{"id":"7bea0803-9ee4-5ccd-83b2-58e40c1552c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368095"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/10921935-21c6-5e70-b2cb-bf62987ecad1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0e6f24bb-de06-512a-ab6d-c88dac48e5bc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4711b97-9a2d-53c0-9e3a-f8e995af4e27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c5429ac-73ab-559f-9264-e44b268af183"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dda6221e-38ce-5eb9-858f-e3cd667541ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4711b97-9a2d-53c0-9e3a-f8e995af4e27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c5429ac-73ab-559f-9264-e44b268af183"}}],"status":"accepted","resourceType":"Task"} +{"id":"fdd49964-4f5a-53ea-8538-1deaab16a154","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368096"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/60d62854-3148-55f3-80f7-46ddb4d40ea5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/337e35bd-47ad-5f2f-bca4-f66c4e4a8d9e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9014d3f8-5211-5117-a38b-272388080153"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2e90903-707f-5f77-9933-83ad53d5a146"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed73529c-1acc-5d80-978f-24e18115e311"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9014d3f8-5211-5117-a38b-272388080153"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2e90903-707f-5f77-9933-83ad53d5a146"}}],"status":"accepted","resourceType":"Task"} +{"id":"73c7eb5c-ea30-5034-ba50-709707e8c30a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368097"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a80b0903-3ed3-5b9d-97fd-b8b65459e528"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fa1211b1-bb3b-5489-acb1-2f4ff07b779c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31143f0d-350a-5c0a-974e-3d8526a86ba1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad55b12d-21e0-5a30-815d-843e80266e24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f99cd8a1-2be3-5936-8b9b-a77786dba497"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31143f0d-350a-5c0a-974e-3d8526a86ba1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad55b12d-21e0-5a30-815d-843e80266e24"}}],"status":"accepted","resourceType":"Task"} +{"id":"51e54d19-10fe-539b-a511-c409584467d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368098"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8b21b19c-1b3c-5156-ab6a-353f8b39ae14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/26518bbf-7501-50b8-a80c-5e19e23cc326"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a54bc9d-a5f0-59dd-9522-6eef1fcce7f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfae0578-e135-5fd4-8706-8a08bf4255e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2805c7f-8ac9-51b8-9db1-174c55421910"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a54bc9d-a5f0-59dd-9522-6eef1fcce7f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfae0578-e135-5fd4-8706-8a08bf4255e1"}}],"status":"accepted","resourceType":"Task"} +{"id":"9b16b128-6eb6-51a4-9662-bb10eb593021","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368099"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ca5a675f-d655-5800-9652-97b260f2bce9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7b086038-dc92-51a4-8a1f-3f7f2971e31c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc72633b-653e-5a3e-8c7f-8be4012bd1ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84688591-5ae5-5d64-aa06-2f36432c8ad6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a25ed5b-96ee-5f82-b7a7-5b9c191bfb31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc72633b-653e-5a3e-8c7f-8be4012bd1ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84688591-5ae5-5d64-aa06-2f36432c8ad6"}}],"status":"accepted","resourceType":"Task"} +{"id":"2d1ac796-a278-5937-874f-477264ff6e09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368100"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5bd9c944-45a9-57d4-8541-fe00bb62801e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5d567d3a-9595-5ee4-a1ea-0c52804d6a71"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f49f23d-e852-5c72-bdbf-20bafaaf8951"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57ae29d1-1d45-5666-b91f-df4a369d94b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/852e0f90-d649-5278-bc24-9d6f868440dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f49f23d-e852-5c72-bdbf-20bafaaf8951"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57ae29d1-1d45-5666-b91f-df4a369d94b8"}}],"status":"accepted","resourceType":"Task"} +{"id":"e91f1e74-48f5-59cb-9470-523f08e88054","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368101"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/291a88aa-da40-5efb-aba1-ae5fc2cbcb8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/49224e7b-d78a-5375-9903-8ebaa987f961"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2cc07ed-a4d0-5253-8be5-589a6952e3c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f841cb56-429a-5ed7-a13a-af1fb8a4f9e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56fd1bbc-ca8a-5123-8eb4-decd5ee9b0fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2cc07ed-a4d0-5253-8be5-589a6952e3c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f841cb56-429a-5ed7-a13a-af1fb8a4f9e5"}}],"status":"accepted","resourceType":"Task"} +{"id":"c229e261-b7aa-5e91-923f-5f1ae3dc05aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368102"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3581f5a9-01ec-5695-a2fa-136ae80168c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3c975d28-4133-5759-9060-4b44c570d399"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92447a91-c9e8-5919-abde-79f5a3f96c77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c935861-088a-5dfe-a2ee-72b24fc3cdf3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ed76396-6a73-5016-a1e2-087f14725a9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92447a91-c9e8-5919-abde-79f5a3f96c77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c935861-088a-5dfe-a2ee-72b24fc3cdf3"}}],"status":"accepted","resourceType":"Task"} +{"id":"15ded661-49a9-5766-90c2-1473cbc151be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368103"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cebb6cf5-1337-5115-bc67-9628960c5785"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aed56b39-3643-5611-b54b-6b3b18e09d22"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52f06c46-5094-5b09-8674-3aedab275b11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a92c06ad-b99e-5ee8-afbc-8aeac07436fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/834a2516-670b-596a-8d2c-495b972ff752"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52f06c46-5094-5b09-8674-3aedab275b11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a92c06ad-b99e-5ee8-afbc-8aeac07436fa"}}],"status":"accepted","resourceType":"Task"} +{"id":"cd402b7c-27e9-5a7a-8d1c-c1fd84a1c97a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368104"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fe446a0c-14bc-5d68-8e79-f2a9f3d485f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8109eea1-81f1-5818-aa83-604ff5a23361"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4de28c64-7a36-5faf-aa89-c47a4149f6fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/554a1097-639d-5682-b5d9-be69307fc457"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/740df97d-ee48-5f1e-a4cd-a4a8230cf909"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4de28c64-7a36-5faf-aa89-c47a4149f6fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/554a1097-639d-5682-b5d9-be69307fc457"}}],"status":"accepted","resourceType":"Task"} +{"id":"91a4e3d1-d59b-55ce-801b-fde8b9269639","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368105"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/62644701-348d-5089-afd6-c79ed605cb71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/da9f7d3b-915d-5833-bf08-327eea0c3baa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a6c05dc-bca8-5230-8f3e-25dca2e004cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/792bf95d-e642-581c-9bfe-a7851cf75e74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7341eb7a-27c8-547f-8b8c-800014ec2e43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a6c05dc-bca8-5230-8f3e-25dca2e004cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/792bf95d-e642-581c-9bfe-a7851cf75e74"}}],"status":"accepted","resourceType":"Task"} +{"id":"5111c7bd-2915-5c74-84b2-c92541061ddb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368106"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6c6d4f21-3bc0-5937-9a17-7af7ef49ea0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5b3d9759-f7a5-5ffd-a068-ab4bf7f9d7db"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbd989f9-ddb4-54f2-888a-094f99f9985b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cce3d169-5abc-5f1d-a37c-06de03fae9cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3eafe07-f757-5156-8246-39aae71ea825"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbd989f9-ddb4-54f2-888a-094f99f9985b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cce3d169-5abc-5f1d-a37c-06de03fae9cb"}}],"status":"accepted","resourceType":"Task"} +{"id":"67d065f6-70be-5918-9c7f-98aa070d319d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368107"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/18eaff30-13d4-5e50-a50b-28ebf683310f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/98008d35-ea6c-5f50-a911-b59fae22f47f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69de1e36-84bf-5af7-bde6-45ec10973d83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ee6ddf5-4ed2-507d-8103-2609b1bb2c84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/add4ddbe-1020-5ac1-87b7-fdcce7d084fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69de1e36-84bf-5af7-bde6-45ec10973d83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ee6ddf5-4ed2-507d-8103-2609b1bb2c84"}}],"status":"accepted","resourceType":"Task"} +{"id":"866ab5a7-deca-54c1-a534-51e0d4b52e7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368108"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/291daa45-feed-5151-a114-e09c2a4b3638"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2839bf07-4d7c-52b9-ad41-23dcc450dd0c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd644c70-0ccd-56f3-9e09-351c47127925"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23c4f3d2-fc7d-5d15-8e2b-6994ae66212a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d27efdf7-7c0d-5af6-bfad-85f44dfd0e61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd644c70-0ccd-56f3-9e09-351c47127925"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23c4f3d2-fc7d-5d15-8e2b-6994ae66212a"}}],"status":"accepted","resourceType":"Task"} +{"id":"eb01b40c-ec02-5b43-b874-ac73d72297d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368109"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/80d61dd1-3210-5c43-b323-487bde91d505"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f3e722bf-4a85-52ce-b4bd-2487ae1b8edd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35cbc8c2-264b-5269-adfd-91e1c337ec6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e17fde0-5927-5c54-afad-c4713b804d04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/709bbd62-124d-515d-9c46-0dcd6511e009"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35cbc8c2-264b-5269-adfd-91e1c337ec6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e17fde0-5927-5c54-afad-c4713b804d04"}}],"status":"accepted","resourceType":"Task"} +{"id":"78196de3-798b-5ba8-8344-0fc5811beae4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368110"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d957a52c-4741-58a6-9010-5dc2b6e2de65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/65deab7e-3da0-5f8c-a94b-9b7afd04757c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1894d5f7-d0ab-58da-a418-98ff92c7dac7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07715971-4417-5ad3-a754-a9c30402f067"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c28c0194-0bfc-58ac-958d-bccf5a34249c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1894d5f7-d0ab-58da-a418-98ff92c7dac7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07715971-4417-5ad3-a754-a9c30402f067"}}],"status":"accepted","resourceType":"Task"} +{"id":"5525b6a2-7260-5a92-837b-27a6a863e3f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368111"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f77c49c5-ad14-5ef9-a8a3-fc064c03810b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/78f07521-f547-5f9a-9df9-b5ffaeb15bdc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca5c6ba5-74e7-524a-b566-03fd11133bbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d4b91dc-a734-500e-8194-31c9691de198"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee53a51f-521e-5ccd-ace1-dc592096a579"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca5c6ba5-74e7-524a-b566-03fd11133bbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d4b91dc-a734-500e-8194-31c9691de198"}}],"status":"accepted","resourceType":"Task"} +{"id":"b097f7ce-aedb-523c-9d1d-3a31c846b1ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368112"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b035e8a4-019f-5df7-af78-7f13ef6e6cb5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fa063d18-51fd-5581-bce3-1f2b6185e009"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/053ca927-5294-5831-b5fd-aa25a2b0141c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed6b2bea-454f-5d06-b589-a3fe036a8cf3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cae8e867-7183-5954-bbdb-dfe200f74e32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/053ca927-5294-5831-b5fd-aa25a2b0141c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed6b2bea-454f-5d06-b589-a3fe036a8cf3"}}],"status":"accepted","resourceType":"Task"} +{"id":"7a497c39-a9de-52cb-939c-746fe8c0beda","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368113"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/290af995-9691-57d5-ac5b-961cb0f5192a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/57f8f047-e314-59ad-a991-c5c657cdab42"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b729043-ab07-522a-96db-3a12c841d378"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9ad47da-9843-571b-9bcf-6e6f28344e1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8954799c-75c7-5b0e-800c-af7df0994aa1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b729043-ab07-522a-96db-3a12c841d378"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9ad47da-9843-571b-9bcf-6e6f28344e1e"}}],"status":"accepted","resourceType":"Task"} +{"id":"bdc7cb8b-c8dd-57cc-9b18-08e2cf084b36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368114"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2e274ca8-0f09-50fa-bc3b-02254c2f7a2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e374fba5-2c2a-5166-bd72-fa6ddefd1d84"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0eca1ff6-1f20-5a55-a720-2b6604dd4c5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03149e2c-da7e-5f02-a022-856b459dbfbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/871e99ce-165b-53e9-bcaa-3b4536d0b17c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0eca1ff6-1f20-5a55-a720-2b6604dd4c5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03149e2c-da7e-5f02-a022-856b459dbfbc"}}],"status":"accepted","resourceType":"Task"} +{"id":"27006477-3951-5377-a553-10337b0d2bcf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368115"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c66cba88-8ced-53b8-8a6c-725a25b50ef7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/db30f9ab-5d9b-5ff7-b56b-147a4241e500"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b54d38f5-6f39-5b52-9568-9c3d66783aec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/422111f9-dc96-590c-9ffe-5aa60e8eba9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2fdec58-e6f7-545a-945e-b1729d10a48e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b54d38f5-6f39-5b52-9568-9c3d66783aec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/422111f9-dc96-590c-9ffe-5aa60e8eba9d"}}],"status":"accepted","resourceType":"Task"} +{"id":"bc8fb129-1e6a-50e8-9712-8e05f89d3e56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368116"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e82425a6-27ca-57f2-aee1-a8f1b8f8fdc7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7f12950a-352b-5037-82e7-3e750db01ebd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f362e22-3528-56a9-8786-ed0403be4d6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2724fcf7-7b99-513f-bee3-bb70daf1e5a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13d0fe9d-a163-564e-af13-cf6240701fdd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f362e22-3528-56a9-8786-ed0403be4d6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2724fcf7-7b99-513f-bee3-bb70daf1e5a7"}}],"status":"accepted","resourceType":"Task"} +{"id":"1b197e56-ad41-5b5d-95a7-e9e8912c036e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368117"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2fea0bbb-e8e4-5ff6-ae8b-7038ebf9350c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b32be8ab-a423-53ab-9581-8b26fd322f78"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b64a52d8-9542-5970-8a45-1d3ddad4cdc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fa69722-7253-587d-8783-f74be8539349"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c532cfa2-0970-5ee7-8645-9bae825f13d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b64a52d8-9542-5970-8a45-1d3ddad4cdc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fa69722-7253-587d-8783-f74be8539349"}}],"status":"accepted","resourceType":"Task"} +{"id":"883bf7ee-6d0e-5020-b173-51be48324bd1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368118"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4f4fa7cc-2aeb-58da-85f0-e34bc3dd3c92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3e5b4f6f-323d-5e25-89a0-c42478e86319"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b9e6dfe-035f-5344-b468-10968fba6dc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c78bdaf-cf76-5c01-821a-cde36856c775"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/881440e7-ea69-5fb7-832a-b5a7bd6a7d5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b9e6dfe-035f-5344-b468-10968fba6dc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c78bdaf-cf76-5c01-821a-cde36856c775"}}],"status":"accepted","resourceType":"Task"} +{"id":"a3fe86ed-1b03-5f1b-9b5b-2e64e183c7e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368119"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6be4f2a4-3fed-59cf-a51b-03b9c46f9387"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/41868c5d-f02a-5b8f-823a-35b3f5fc9c79"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54b07d5e-73d6-5c5f-b035-facbed9a951d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7ebb5ed-8339-50e5-b110-29e1332fab3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/873d87d9-800d-5134-add5-017bc0b34752"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54b07d5e-73d6-5c5f-b035-facbed9a951d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7ebb5ed-8339-50e5-b110-29e1332fab3f"}}],"status":"accepted","resourceType":"Task"} +{"id":"ee570015-c4c2-53c5-a51d-10a793f63fbe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368120"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e95f66e6-1da9-562e-b195-43f5f8c35a66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/94240073-7e5d-5c9e-a3ac-103b01a0654d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a5b9b06-51f4-580b-8912-e257bbfc0c47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72efae2b-2d33-5b29-a700-cc55186e308f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2057ad79-5b22-5444-a705-42626da7514c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a5b9b06-51f4-580b-8912-e257bbfc0c47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72efae2b-2d33-5b29-a700-cc55186e308f"}}],"status":"accepted","resourceType":"Task"} +{"id":"244b9e50-dafd-523e-ba64-d2d437f8b1ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368121"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/947074fc-4f39-5ed4-938e-4d86f77db286"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9d8c6aba-9dc1-5272-8e2a-0e743a359f98"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f46caab0-9b25-5f91-bfce-4ae20f703f27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33e8447d-efb4-5840-80e9-8f7ca2b07656"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2edb3512-c03d-579f-944f-309360fa1707"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f46caab0-9b25-5f91-bfce-4ae20f703f27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33e8447d-efb4-5840-80e9-8f7ca2b07656"}}],"status":"accepted","resourceType":"Task"} +{"id":"88ff3b52-7ed4-5b36-89a9-1a4579df7a02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368122"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/89180753-a9e9-5e03-b05f-96a22cd5d637"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d998e69f-e1f1-5ced-9239-fd15327fd782"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f49d889f-3a1f-50ad-8254-cd40cef4a5ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f483098-1107-5c47-9af4-dfc1d8d3327d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8e4e60a-71da-5199-b00a-28ff0bd8ce47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f49d889f-3a1f-50ad-8254-cd40cef4a5ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f483098-1107-5c47-9af4-dfc1d8d3327d"}}],"status":"accepted","resourceType":"Task"} +{"id":"59a3c0e3-1db5-520b-9f76-cae472072eff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368123"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/18ebf401-f753-5e90-925b-f1cdd26a3936"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dedb635a-221a-5b27-860a-bb3cc64679fe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a364cb90-abcb-57ea-a710-6722e8e0252e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbd1bc60-7750-5d7a-91b8-13d1eea70aa9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c03c41cc-9e65-526a-a9ca-08a48ebbd1fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a364cb90-abcb-57ea-a710-6722e8e0252e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbd1bc60-7750-5d7a-91b8-13d1eea70aa9"}}],"status":"accepted","resourceType":"Task"} +{"id":"012b2159-992c-5b72-b27c-2d6876dc07d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368124"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/93f49dad-6a6f-5204-b572-dbc19d65442b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/076e739a-032c-5afd-bf91-9cd9149375dc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a505e74-c5d6-5089-99c3-d1db3274d294"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1063bf1b-ae05-5a1a-8944-9862a9359d19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f19ef951-9bc6-53c2-b066-21c8a418b8f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a505e74-c5d6-5089-99c3-d1db3274d294"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1063bf1b-ae05-5a1a-8944-9862a9359d19"}}],"status":"accepted","resourceType":"Task"} +{"id":"30b7786f-f9d5-5b54-8fef-814076b70ecc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368125"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5d04729a-ecfc-59f6-bb9b-c55d38a91f02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5f9198e5-d4d9-5e48-987e-e23fb0e07267"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/395ba5bb-d4e9-5d25-8e23-b10cba9d8d2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a85d14cf-cb14-5628-a18f-051320d716c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb12ae1e-4d34-5c1d-9602-c59ab969349e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/395ba5bb-d4e9-5d25-8e23-b10cba9d8d2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a85d14cf-cb14-5628-a18f-051320d716c0"}}],"status":"accepted","resourceType":"Task"} +{"id":"26e5e94a-296f-57e9-81c4-2d952cfb5399","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368126"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c805a504-a05c-5b85-951b-390027977039"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c6fa1f39-217e-57af-b20d-e7533a8bbc5d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a01fec91-4621-5228-a0c7-a434666e6fb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57538a87-cf70-5a43-86fb-7a3e71c27b0a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ed9dd71-aa63-5ccb-8af9-03d5225057b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a01fec91-4621-5228-a0c7-a434666e6fb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57538a87-cf70-5a43-86fb-7a3e71c27b0a"}}],"status":"accepted","resourceType":"Task"} +{"id":"3131172e-5ded-5866-9ce1-3492a2263c8b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368127"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9201351c-63cb-5425-ab32-ada96530aac1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c5f83e0d-e94e-536c-950a-b737b0d3e03c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a0af56a-369f-583a-95e8-43f8a7b385bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/316a865c-5257-5653-b163-2b7f2bbd1b69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/971ee093-cf62-529d-bf61-4aa8c8fcd0ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a0af56a-369f-583a-95e8-43f8a7b385bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/316a865c-5257-5653-b163-2b7f2bbd1b69"}}],"status":"accepted","resourceType":"Task"} +{"id":"cb6fc906-3cda-530d-9375-c10e27580604","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368128"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a701da68-d86f-5990-b25a-63d4afe8b7a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8f8faf85-e32a-5ad3-affc-d77e673cd9c0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8937a0d8-3ace-5f68-9668-df9c23b367b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/868815fe-de01-5a47-ac20-423005dec1ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/219c8ed6-1758-55dd-be5a-934777c78b81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8937a0d8-3ace-5f68-9668-df9c23b367b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/868815fe-de01-5a47-ac20-423005dec1ba"}}],"status":"accepted","resourceType":"Task"} +{"id":"eeaa6340-aeb0-58bb-96b0-1dddd81653eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368129"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5b756c35-57d2-5992-a067-3d8c305e5f8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/918ad852-a284-50d4-8664-eb428ab3ba5a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34bf4e58-1947-5968-9de3-897d6ef19295"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/061b3833-62aa-56a3-a50e-76fc14e66868"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ee93c01-86f9-51e5-90a8-f9f0dca02136"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34bf4e58-1947-5968-9de3-897d6ef19295"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/061b3833-62aa-56a3-a50e-76fc14e66868"}}],"status":"accepted","resourceType":"Task"} +{"id":"ce58a80b-183d-5388-8f70-9a9102a8c0ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368130"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4b799e09-17fc-5733-bf9a-854bc6ca5b6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/088f4e1c-9e52-597a-89f2-cc2b7b4bb63c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bcd768ff-ca6f-5303-a351-75dbb8ab937b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7382e0f7-ada8-511d-b81d-69ef8e1d98ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee8fb368-0565-58fb-8895-c3c813503a60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bcd768ff-ca6f-5303-a351-75dbb8ab937b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7382e0f7-ada8-511d-b81d-69ef8e1d98ec"}}],"status":"accepted","resourceType":"Task"} +{"id":"50b40ed2-0ed5-5822-a739-3c8a6d9615c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368131"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ac8f08d3-e2c4-50aa-87e7-17fc07067b03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/edf2ff40-52b9-5a2b-80c2-a2b5f0e198a3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f983f4e4-f2ff-5e4a-8732-b89f91f4cbbb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65a34daa-f9c7-5508-a3ab-dd21cf11b90b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d544bcfd-ce84-594d-870f-1c420ab8d1ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f983f4e4-f2ff-5e4a-8732-b89f91f4cbbb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65a34daa-f9c7-5508-a3ab-dd21cf11b90b"}}],"status":"accepted","resourceType":"Task"} +{"id":"f6b0627a-f046-5323-9db4-1a011d53e836","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368132"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/86db9ee4-6466-590f-8b50-868d8ed906bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d8bb97b6-889f-5754-93e1-b81acd9d54aa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7611aec5-1338-538b-9704-98bea0bde588"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61ba5ce8-d6b2-5a94-927d-fd22edf3703a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d608adf-51a7-505b-860d-4accf87a16c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7611aec5-1338-538b-9704-98bea0bde588"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61ba5ce8-d6b2-5a94-927d-fd22edf3703a"}}],"status":"accepted","resourceType":"Task"} +{"id":"5691e80d-9d0e-561e-91b1-c8dd428b9cfc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368133"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/71f48d37-c219-57dd-b5fa-fb7ab71eb140"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7aec8ad9-8c77-5e0a-b9d3-18672e30ce81"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eebda3d8-ac38-5d8d-9102-7107d3408ce6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a9b0286-5f0d-5cb0-9136-115cc82084f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2e56f89-0c12-57e6-b5ae-78bf9ee17de8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eebda3d8-ac38-5d8d-9102-7107d3408ce6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a9b0286-5f0d-5cb0-9136-115cc82084f2"}}],"status":"accepted","resourceType":"Task"} +{"id":"95c0e9fe-c83b-5ec8-97fa-3c4744b7039b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368134"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/41dd6b4e-d032-5c85-9fdb-b1a42fa01ac8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0d3551a8-d962-55a4-8eef-bc49190ed9de"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/665cccd3-2a03-5908-a383-80c040f50868"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8446e523-823f-562f-ad92-3268d228d9f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56ef2aa3-9711-54f9-8177-461b72768e3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/665cccd3-2a03-5908-a383-80c040f50868"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8446e523-823f-562f-ad92-3268d228d9f8"}}],"status":"accepted","resourceType":"Task"} +{"id":"66d31a62-9d06-5f52-b0f6-8e9c33089d21","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368135"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a406c2a1-ebd1-54d7-a29c-b516170388d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a1f06d16-6839-518f-aac4-947658cae5b6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f669f342-c8cf-5e55-9dcc-35ba13916c32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2c28155-e428-50ec-b977-ed76276f274c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfb5d450-5a6c-5057-bf1b-a268fdd031ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f669f342-c8cf-5e55-9dcc-35ba13916c32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2c28155-e428-50ec-b977-ed76276f274c"}}],"status":"accepted","resourceType":"Task"} +{"id":"00ad4002-b043-5a49-abdb-1a8c25485ff5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368136"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4dfbf827-6907-5d12-a32a-796c9d9c9db6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/357203cf-e76e-562f-b21e-def1185f0ef3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c18f0aa-e184-5974-93c4-1833473af9a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/afb00334-0f92-5db0-8055-a9d06df4ce74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04d6767d-7605-5b75-a18e-454d3fe47638"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c18f0aa-e184-5974-93c4-1833473af9a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/afb00334-0f92-5db0-8055-a9d06df4ce74"}}],"status":"accepted","resourceType":"Task"} +{"id":"7d570ef2-e5ba-581d-826e-f16fb58ca29d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368137"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d5422146-9ec9-5d67-a885-e59fed44922a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d62be5a9-37d9-5f21-86f8-e97d0289e176"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86af2e15-7f70-59b5-8a04-2f99309a0cf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/104a6830-4fd4-5666-9f40-7afb1bdeaeb8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75194d84-b1e9-5487-9fa3-ec1c630f5d30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86af2e15-7f70-59b5-8a04-2f99309a0cf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/104a6830-4fd4-5666-9f40-7afb1bdeaeb8"}}],"status":"accepted","resourceType":"Task"} +{"id":"edf27cbe-5348-5316-8a81-ef759084659d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368138"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7b0e6422-4951-5e04-9551-bc2f66c2d1fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6c18a7bf-408f-5228-aee7-45ed09c7d0d3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/128dd295-7a61-5643-9baa-21c7de9f52d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/498af464-8827-5b6c-8ae0-fa777135ff76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/997fac63-fd7a-5b86-a6fc-094de17d38d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/128dd295-7a61-5643-9baa-21c7de9f52d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/498af464-8827-5b6c-8ae0-fa777135ff76"}}],"status":"accepted","resourceType":"Task"} +{"id":"4f5dd7d1-21ae-55e1-bb4e-b2a16c377f43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368139"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f0a056b9-e480-5614-bc5c-2647056f5be6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ccae476a-fa3d-5065-a0d6-b168314a8819"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2db5077f-2c56-57ec-87db-5635312d0bc9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1297666c-f2ab-577f-86d8-a00c099d3954"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a21c9a7d-5655-529f-b246-224b364f94b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2db5077f-2c56-57ec-87db-5635312d0bc9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1297666c-f2ab-577f-86d8-a00c099d3954"}}],"status":"accepted","resourceType":"Task"} +{"id":"915558c5-6828-5c1b-a09f-84279c094339","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368140"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cfdf23e7-3b79-59fa-b19f-7841c099c41d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2cc8fe5d-d1e1-5893-921e-699552f69deb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19184173-d02d-5d72-b2eb-ed052734f3c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfa672d9-2420-5656-b71a-282f3265f293"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d6e12b1-d32b-5185-a802-be37ee3e1dbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19184173-d02d-5d72-b2eb-ed052734f3c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfa672d9-2420-5656-b71a-282f3265f293"}}],"status":"accepted","resourceType":"Task"} +{"id":"b173e6f0-f3b2-5b12-82fd-aaa2c3fe8bb7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368141"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9a001cd8-793f-56e5-87c9-41e2f6ddc3bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c5b5adc1-b97c-507b-b2b1-7c67f9885471"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c06b07d-e71f-5171-a7ee-2ed3b7797b4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c6483ff-c3fa-507c-8d1b-ed02aafcf9e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49b702a5-3111-5234-b207-c89a9152a255"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c06b07d-e71f-5171-a7ee-2ed3b7797b4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c6483ff-c3fa-507c-8d1b-ed02aafcf9e3"}}],"status":"accepted","resourceType":"Task"} +{"id":"84846f85-fcfb-51ec-bfd6-4f95f530b4bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368142"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5e1672d1-f713-55ce-9687-350da3a7d07d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e3e0d75e-1a61-53da-8835-e5101558debe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ac22e63-0968-5a2b-a31d-97cdfc3aeed3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c3b4288-4883-5839-a7a7-826d0785efee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0334188-5c1e-507e-bacd-89910577e702"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ac22e63-0968-5a2b-a31d-97cdfc3aeed3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c3b4288-4883-5839-a7a7-826d0785efee"}}],"status":"accepted","resourceType":"Task"} +{"id":"8a4b3d59-723f-5aa8-a227-5fb9fd0ede7c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368143"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d68b7829-085d-5426-9624-18ca79c6ecd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/126974ec-7c17-5367-9c58-648b902a890c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d063979-6b02-5ee8-86d1-9dd57b37cd04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7eaa17ab-9815-5bc1-91da-3f3761d78002"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fd11c95-40b8-54c6-aebe-96ca7b3df0ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d063979-6b02-5ee8-86d1-9dd57b37cd04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7eaa17ab-9815-5bc1-91da-3f3761d78002"}}],"status":"accepted","resourceType":"Task"} +{"id":"4e1fa34d-a0d3-553a-9f65-573a512183eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368144"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9b4790a5-a102-5bd5-a0e0-bd4de687980e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4b3147c5-6c50-5102-a8f4-f1956ba14710"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84e08cfa-e2ed-59c6-8c80-c6a355399d08"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b31c4333-0628-5a57-a0dd-5ba2af29f905"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1aa993d4-ceeb-5a83-a8f2-12869caa7375"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84e08cfa-e2ed-59c6-8c80-c6a355399d08"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b31c4333-0628-5a57-a0dd-5ba2af29f905"}}],"status":"accepted","resourceType":"Task"} +{"id":"4bb47435-9341-52c7-83b3-a91e80f494dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368145"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0e8a32b2-35d1-587a-aa48-308864d99bec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1318a685-d2f9-50f0-8549-93f932e5af06"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac779da8-485a-5ba1-a96a-99d98735b4a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf2dac61-c8bf-58a8-b30c-2e1492df98c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8514719c-a908-586e-b9d3-66c75cad65d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac779da8-485a-5ba1-a96a-99d98735b4a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf2dac61-c8bf-58a8-b30c-2e1492df98c8"}}],"status":"accepted","resourceType":"Task"} +{"id":"5e11d6b8-5c81-592e-85bd-72cb6817d192","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368146"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/14608007-70a1-5aaf-8284-4792cbf58228"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/92f94a49-31c7-5d27-a631-753bed967b88"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/855b5740-f9ac-51ee-9c62-7fe2bbd3e352"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0968320c-6da7-5ffb-9962-7b74cfe476cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aab91e6d-c772-5c53-abc5-25eb901cf6b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/855b5740-f9ac-51ee-9c62-7fe2bbd3e352"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0968320c-6da7-5ffb-9962-7b74cfe476cf"}}],"status":"accepted","resourceType":"Task"} +{"id":"c8efe47c-c2a1-567f-945b-8797799e39e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368147"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/438894a8-a549-56bc-8599-9295b68385fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a90d293b-467c-52ab-80db-d0df529b2c50"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/229c5153-7732-5e76-9206-596f8e1f25ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5636b2b7-c42e-5889-b86e-017914f50672"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa67df57-284e-522e-baac-6fbd73419b0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/229c5153-7732-5e76-9206-596f8e1f25ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5636b2b7-c42e-5889-b86e-017914f50672"}}],"status":"accepted","resourceType":"Task"} +{"id":"7fac2ab0-ede4-509d-a404-bb7176b679f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368148"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7bb4dee0-80a4-52af-b700-3e358e133174"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/af5edf69-81c3-5e6b-90f0-744167f2a2b9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02e31761-808c-5eac-a0af-0f63706def60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed8f76df-a9b2-5d2b-84b3-0fcfefdee983"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98f21b63-3a25-5720-bc89-66b1d736b21e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02e31761-808c-5eac-a0af-0f63706def60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed8f76df-a9b2-5d2b-84b3-0fcfefdee983"}}],"status":"accepted","resourceType":"Task"} +{"id":"a76abc77-ee38-51c4-8f5c-01403db3dbb8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368149"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c4a9fbb4-3c43-50e0-b776-7fd10ac3f852"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dd388b84-f554-5814-902f-df7d3685b07f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5553d0f6-55c6-50a2-9997-cda7d583c424"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3bbcb20-c042-5ed7-9b87-03f262316c20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ac45d6f-122d-5bc7-a2e6-e1fb6325d9ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5553d0f6-55c6-50a2-9997-cda7d583c424"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3bbcb20-c042-5ed7-9b87-03f262316c20"}}],"status":"accepted","resourceType":"Task"} +{"id":"5bbab30f-7c27-58fb-ad3b-cb93f80e15a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368150"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fa21ef97-a9cf-5351-984c-e7c9f0df8146"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3a07fdb9-ec4c-5fee-806b-2f636c5f9ce1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/384dfef6-85c3-5aba-b382-1bcd68f17b58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27402524-fad8-5e17-9e1c-7776533859b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/342acd33-fdad-5350-8b9f-b224e6c3f704"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/384dfef6-85c3-5aba-b382-1bcd68f17b58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27402524-fad8-5e17-9e1c-7776533859b9"}}],"status":"accepted","resourceType":"Task"} +{"id":"4f681b83-1222-52f7-8306-bfc1eb23c752","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368151"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cb7aa35d-0621-50c0-8d1d-c079171699d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fa19a72f-3a78-553c-9729-39d709cd9271"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c02a8fbe-27c4-5c94-9435-7a2c7f1be69e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/066e3fdc-840a-59b2-b4d6-55469639bbec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8aa89d2b-60fb-50d0-884d-94ae24ff04ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c02a8fbe-27c4-5c94-9435-7a2c7f1be69e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/066e3fdc-840a-59b2-b4d6-55469639bbec"}}],"status":"accepted","resourceType":"Task"} +{"id":"28871455-87da-5946-9602-a43413c9095d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368152"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/36df2d7f-bfde-5f4a-8c44-ecb8d6daccf4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ecfe7f4c-921f-55a9-afc9-b1f2954f7761"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ccbe986c-9ba9-5310-bd60-29906a061f14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70cd55c7-0aa8-5f7a-8cdc-83c24dc43ee7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95d6d852-6fd4-5129-b153-43bb5a155852"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ccbe986c-9ba9-5310-bd60-29906a061f14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70cd55c7-0aa8-5f7a-8cdc-83c24dc43ee7"}}],"status":"accepted","resourceType":"Task"} +{"id":"11da394f-0a9e-569c-9008-f72eac0a1776","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368153"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4d2dcb21-287a-5442-afac-ebc82f766c9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/64d77496-2f0f-5ea9-90ba-cbb59fb1d496"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a013bd5-b334-51b4-9f72-3120af4ec802"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3076f156-14eb-5dba-b585-3b4eea734bf4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fda6205d-95e3-539d-b960-2a60a2a9db46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a013bd5-b334-51b4-9f72-3120af4ec802"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3076f156-14eb-5dba-b585-3b4eea734bf4"}}],"status":"accepted","resourceType":"Task"} +{"id":"49c83d73-50de-5de8-901b-ee28bded2553","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368154"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a2d63f84-e7b2-5e9f-81d1-5c1c44a818ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/99f57c3c-7387-5e2a-be0a-57d7a95cbb6b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/caeb4659-a0c3-59d5-9f69-2153cb69ddd2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ea6b8f8-51fe-55c3-b790-44e200d0e5f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec5f9bdb-54b0-5c85-9408-449dd4c41d7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/caeb4659-a0c3-59d5-9f69-2153cb69ddd2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ea6b8f8-51fe-55c3-b790-44e200d0e5f2"}}],"status":"accepted","resourceType":"Task"} +{"id":"e61712b9-25c4-5c62-87a8-aebf4b0a2030","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368155"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2ea6d950-6574-50dd-a0b0-06112d92228c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7a82a184-8439-5b9e-bd70-c44306b3922a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ceb2489c-a2f9-55eb-b1b7-d5c18309f958"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73c01aed-7daf-5655-be26-df835e406ab1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/762c904a-81e9-54ac-adcf-4d732ecd5eca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ceb2489c-a2f9-55eb-b1b7-d5c18309f958"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73c01aed-7daf-5655-be26-df835e406ab1"}}],"status":"accepted","resourceType":"Task"} +{"id":"7de854ac-3faf-55e6-b017-e559be30db36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368156"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/347e3b03-ed1e-54e9-a332-f03743fcbbc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7b7f4341-902b-507f-8d5b-a02de32b9aaa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/532ea0a5-0898-52b4-bd6a-163f65185401"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a5fbcc0-a3d0-59ab-a4d7-0ebe57494ed8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/591a8120-64ec-5f1f-bd7a-722ce6107060"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/532ea0a5-0898-52b4-bd6a-163f65185401"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a5fbcc0-a3d0-59ab-a4d7-0ebe57494ed8"}}],"status":"accepted","resourceType":"Task"} +{"id":"4d7171e7-4872-5072-890e-fbe735176c19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368157"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fac73f2d-7491-518c-8989-7b69b41b84b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ea111c6e-ccfe-5c49-bf99-0f0c32ec51a0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce308b48-46ab-533e-ae13-4b50f4ea8030"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abf68b2c-392a-5508-b7df-68a72fc89ba5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f077332-4e15-52ed-a7bb-288f6e4a8b11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce308b48-46ab-533e-ae13-4b50f4ea8030"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abf68b2c-392a-5508-b7df-68a72fc89ba5"}}],"status":"accepted","resourceType":"Task"} +{"id":"02ed39e2-d17b-534a-a510-54f61b5a8e59","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368158"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/94f67d55-c437-5016-bf11-595bb69c6afe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ade08646-7693-51c2-9be7-86cebc4658f6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2cd6b7d-e104-5ced-9ffb-6635601784da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f8ada71-356b-50e8-9123-8c38efc061d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69ca354f-1f35-5f47-baf4-f938e601a444"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2cd6b7d-e104-5ced-9ffb-6635601784da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f8ada71-356b-50e8-9123-8c38efc061d6"}}],"status":"accepted","resourceType":"Task"} +{"id":"97489c85-c36b-5af6-aacf-b9c52177d570","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368159"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1e3ffec6-a75c-5266-a8e1-8bb3dbf3072b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e16732ef-53f1-5f6f-b7ed-e69d5f4d038f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c953d21-0df5-5f9e-9bf2-b7b85b135408"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/978bff4c-d921-532c-90af-754e3fc9d90b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9bcc9e4-0c7a-56d6-b3a9-84c77ee10ec0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c953d21-0df5-5f9e-9bf2-b7b85b135408"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/978bff4c-d921-532c-90af-754e3fc9d90b"}}],"status":"accepted","resourceType":"Task"} +{"id":"6983d013-4a82-53ff-be29-8069bf7b938c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368160"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0ce2f707-176b-5533-bee0-ab93e23c2114"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/95e9fa60-f619-5b30-9504-751c28db1315"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eae76eeb-326b-57ab-9ac7-c0cae41031cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b2f34ad-ad68-5fd1-9d13-dcb0198f24b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e6fdb37-417d-51e6-b20f-c09149797ece"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eae76eeb-326b-57ab-9ac7-c0cae41031cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b2f34ad-ad68-5fd1-9d13-dcb0198f24b7"}}],"status":"accepted","resourceType":"Task"} +{"id":"f2173eff-f870-5738-9686-5764e8c9cfbe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368161"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4d3823ab-5768-5467-b970-3ca13e6f4338"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e88efee4-f9b8-51d0-9a49-c07e106d6af6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d70bb24-fa83-5096-b833-76235f001e5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ffcbace-81e2-5a4f-beea-6581e2ec7a28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1705aef3-a48c-51bf-a2f4-32983d7577f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d70bb24-fa83-5096-b833-76235f001e5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ffcbace-81e2-5a4f-beea-6581e2ec7a28"}}],"status":"accepted","resourceType":"Task"} +{"id":"2f0fa326-d477-592c-bea7-7faa2d0a57c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368162"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/297282a1-d948-5a04-ac83-a3cee391ee0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e22192b5-6143-5529-9f11-969b5254ee4b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3190345-a60e-5267-9093-a174a93826d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f0e113c-7cd1-5e58-bc46-22374cbe51fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5074e66-4989-5089-8f57-724fed495c82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3190345-a60e-5267-9093-a174a93826d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f0e113c-7cd1-5e58-bc46-22374cbe51fe"}}],"status":"accepted","resourceType":"Task"} +{"id":"d996ac56-7a9e-5f72-b011-6f18998ad8cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368163"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8b154082-67ba-55f5-9b33-42b55f4f8297"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d5701aa5-534b-5f81-ba2c-9614dbfb0763"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/698b2506-72f8-500c-a253-293974757ce4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26c83240-4f59-5927-9389-f7dee83fd740"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae667e68-d028-5333-b394-7a84c375c113"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/698b2506-72f8-500c-a253-293974757ce4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26c83240-4f59-5927-9389-f7dee83fd740"}}],"status":"accepted","resourceType":"Task"} +{"id":"575cb220-3e35-54f1-a28c-435bbf892e0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368164"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9af31d9b-c30c-5ec5-9889-38a04d28ef34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a905da8c-6b5a-5e59-9e50-3989e34ab917"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39290b8a-367b-5e1f-bf47-90c75f2b73f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfdac33f-1482-5090-95e3-2ef9e4a13dd3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4c08af3-68f1-542a-b3fb-f16fa84ed111"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39290b8a-367b-5e1f-bf47-90c75f2b73f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfdac33f-1482-5090-95e3-2ef9e4a13dd3"}}],"status":"accepted","resourceType":"Task"} +{"id":"8d3c05c8-d17f-5db7-8652-808d8a4629ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368165"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a9ef840c-2f12-5d79-9d4d-dc9192ec126d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4d8f673f-9410-592d-84c5-5aad70b44520"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ac6a3eb-942d-5765-a885-a90f8772da2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2506b80-d8b3-509b-bd6a-fbec684d2933"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4e6c557-5dc9-5453-841f-e5fff0600337"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ac6a3eb-942d-5765-a885-a90f8772da2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2506b80-d8b3-509b-bd6a-fbec684d2933"}}],"status":"accepted","resourceType":"Task"} +{"id":"5147e2ae-fd08-5c02-8cdb-84b7d056082a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368166"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/45b9d34d-f90c-5339-9d81-a5830180c7d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c09cf1ac-fa82-5c35-b4e2-37f16b808e83"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86254bdb-0018-57a3-939d-9a55c991d800"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3463b12-4084-59c9-983d-41ebf0d69ab1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff431de6-5b53-5d3a-9d04-457af6a6019a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86254bdb-0018-57a3-939d-9a55c991d800"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3463b12-4084-59c9-983d-41ebf0d69ab1"}}],"status":"accepted","resourceType":"Task"} +{"id":"facd93b7-a520-57e6-96a1-17ad80ea1789","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368167"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a3f11ae6-469b-5fa5-8d35-01ea4e18af26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/397471f0-9170-5246-aec1-cce0e4fffbc9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51ae9c6f-9936-52a5-8bf9-68c621c6ac8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60a9b2c0-6cd4-5442-99cf-412d1fb23765"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cccfe628-bb71-527d-b52c-effa43d91eb9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51ae9c6f-9936-52a5-8bf9-68c621c6ac8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60a9b2c0-6cd4-5442-99cf-412d1fb23765"}}],"status":"accepted","resourceType":"Task"} +{"id":"0c0be570-88da-5f04-b47f-ac8f44160d74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368168"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6ad98fd5-356c-5737-a699-f40bee6be075"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b0b8b073-787b-54d3-9af1-3094dcd1c8fa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44254b76-2878-505e-a8a9-32fbb4a919e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96f737ca-69ff-549e-a32a-df55cf9431ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0a2b2a4-6f99-503f-8879-13a8636f0a8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44254b76-2878-505e-a8a9-32fbb4a919e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96f737ca-69ff-549e-a32a-df55cf9431ad"}}],"status":"accepted","resourceType":"Task"} +{"id":"9d2f24db-0abb-59c6-8ea2-9c26f006b344","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368169"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eea6ff89-cfda-515c-b88f-b8a2c295ca67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/79482eba-b58f-56f5-a7a2-c40b709c4d5c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b0b92ae-bdab-51f7-a0b4-44b7578202c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1888b26-1942-5475-916d-798d257185ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c05971d8-e507-5ebc-91e6-cc7c806b3d56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b0b92ae-bdab-51f7-a0b4-44b7578202c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1888b26-1942-5475-916d-798d257185ec"}}],"status":"accepted","resourceType":"Task"} +{"id":"6311575e-2992-54d2-80ea-5d9df71fd741","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368170"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/87cb47b6-d4cd-5526-acaf-0927a4cc06bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1b787e9f-df49-527d-b64a-eab5083650dc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4cee4736-0898-5dae-a746-a1814c0dd3eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/830ec4e6-1baf-543b-8f99-4659c4643c24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1bb6c8fb-f559-53e7-80db-e67f7f786e1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4cee4736-0898-5dae-a746-a1814c0dd3eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/830ec4e6-1baf-543b-8f99-4659c4643c24"}}],"status":"accepted","resourceType":"Task"} +{"id":"7b3650c6-721d-5a00-a42d-56812f46867d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368171"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/68db6355-4fb7-5af5-a01d-a028987b1d91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8231a57d-2c44-58b3-87e2-5be2cac4dd0a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb73b446-7c21-5a26-9f7c-8e42ed793ee7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dca0f2f6-2cb2-5049-bc6b-19d06ee2f0ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/658858e5-6313-5d9f-840e-d7db77c56c28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb73b446-7c21-5a26-9f7c-8e42ed793ee7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dca0f2f6-2cb2-5049-bc6b-19d06ee2f0ee"}}],"status":"accepted","resourceType":"Task"} +{"id":"a329433a-05f8-5b72-ae8b-6717bec1a196","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368172"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1958c753-4b7f-53c9-8c6f-4e561502584b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/72714fd9-cb9f-512a-bbaf-5b489ea4575b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ceb094b8-2592-5bac-bf1f-634ee73a86da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b6ab743-6eac-5bcd-af2a-03c673104a0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f5940e8-ad3e-54a3-8f1f-f06cc3a5bf79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ceb094b8-2592-5bac-bf1f-634ee73a86da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b6ab743-6eac-5bcd-af2a-03c673104a0d"}}],"status":"accepted","resourceType":"Task"} +{"id":"b5a63401-6740-5b37-aeef-664478efce7d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368173"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5160e8ab-faaa-5e6b-9c68-ec54e74f0600"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cc1d0daa-f854-5d10-9f4b-d92a81a27dfb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31c60f4e-6743-5cc3-ad8d-c3d6429f1571"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f941a9dd-23c3-59d0-8f35-dc1e6ef0a3f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6dd4f47f-9b8e-5b1d-b308-050e878ef2a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31c60f4e-6743-5cc3-ad8d-c3d6429f1571"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f941a9dd-23c3-59d0-8f35-dc1e6ef0a3f3"}}],"status":"accepted","resourceType":"Task"} +{"id":"304ebb4d-b423-5ada-85b1-a7ecff48f9ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368174"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a24c75e2-8ff9-532b-8d3c-68d72970c77c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f0d72081-dbd7-5ad0-a9b6-30b1d5e7dc11"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4149cb62-0e24-5205-a3cd-58fc19d07557"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f04537fc-f835-522c-82f8-61d25235db6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a31d6a7-c8df-530e-8244-54f55bb728b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4149cb62-0e24-5205-a3cd-58fc19d07557"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f04537fc-f835-522c-82f8-61d25235db6f"}}],"status":"accepted","resourceType":"Task"} +{"id":"b36b771b-757b-5cae-9db9-14096a1b77a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368175"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/81db6c97-0c46-5254-ae5c-7f8553d7b7a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/132af0b1-3a5d-5a1c-a788-a47464267e67"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35b3be3f-b3b1-5624-a67a-c46eb80171bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c0aaf83-5e2c-56bf-b4e6-d9eef1f4b752"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/490705f0-1dc2-5bb3-95a2-efe4dc7e4ca8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35b3be3f-b3b1-5624-a67a-c46eb80171bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c0aaf83-5e2c-56bf-b4e6-d9eef1f4b752"}}],"status":"accepted","resourceType":"Task"} +{"id":"a1c04b7c-3630-574a-b0e0-8acb7ca93a3f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368176"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ed34cc66-a4e9-5f6b-8312-5f2cca8f72e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1094edaf-afdb-5af9-a2ea-50bb314065e9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2bd6b1ed-5fea-51c4-a50b-217ab2c00b76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8e61dd3-f30d-5233-adc2-56fac36a0d6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5722741-6d1c-537d-b298-e7ca766d5ff3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2bd6b1ed-5fea-51c4-a50b-217ab2c00b76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8e61dd3-f30d-5233-adc2-56fac36a0d6c"}}],"status":"accepted","resourceType":"Task"} +{"id":"defca070-3c43-555c-9d9b-b54a3f84b0be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368177"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5ed71a0d-62df-5a5e-adad-1f839c35aaf2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8901a1cc-6f9b-5c65-8fbe-99e5d7c22290"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e64f925-af83-52ca-9f73-7ff655c82d48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56aff7f6-6928-5f65-b402-50a68ffcfbbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81199909-4d91-5f26-b314-a440e13772c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e64f925-af83-52ca-9f73-7ff655c82d48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56aff7f6-6928-5f65-b402-50a68ffcfbbc"}}],"status":"accepted","resourceType":"Task"} +{"id":"1a3fb5ce-83e1-5b96-b581-de8cc4091271","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368178"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/077defbd-cbed-53a6-82bb-e1244a49c8af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7576d5a1-6735-5c1c-82e0-68ab8442211b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c070308-6128-52ee-a6ae-cdd317b46b12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15b25d9f-149f-5106-b9b3-5e126deb5942"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b880637f-e180-51c6-9d3b-c672bb09669d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c070308-6128-52ee-a6ae-cdd317b46b12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15b25d9f-149f-5106-b9b3-5e126deb5942"}}],"status":"accepted","resourceType":"Task"} +{"id":"a33e5866-b5c2-5ccc-b491-a4d1c3937081","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368179"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f7a5f66a-4a58-5028-9968-e8705f700cd7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8c0d7b17-25de-548e-8bbb-e077021ea5ac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/146a3dd1-7cd3-56e7-8e91-9f6eb1cbef16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d0ad74f-0531-5021-8ba7-46559dd42c7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c69a9443-cc1a-5983-a728-2f3d50800f34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/146a3dd1-7cd3-56e7-8e91-9f6eb1cbef16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d0ad74f-0531-5021-8ba7-46559dd42c7d"}}],"status":"accepted","resourceType":"Task"} +{"id":"1b5dacb7-c293-5b6a-b12d-a2946e508d83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368180"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b03f9494-af1a-5276-b8ad-9600e947f2b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b562a88b-1b3d-5ff2-83e4-de1b20df0f6b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37b6b995-dc54-5f43-8dc0-94e539aa3248"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5431e5a-b76a-5006-8b7f-f3c653b9874c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/976db5e8-a66a-5e51-aa34-87390f5b31c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37b6b995-dc54-5f43-8dc0-94e539aa3248"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5431e5a-b76a-5006-8b7f-f3c653b9874c"}}],"status":"accepted","resourceType":"Task"} +{"id":"4babfb93-d430-5474-9fe2-5f6613eddd10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368181"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9a21dd5c-bac8-5069-a5c1-cf4dd3510a3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/636d0465-0b45-53a5-ac06-4f132405fe70"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61e251a1-fb9e-5109-8f87-d674fd57a409"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53ad000b-c002-51e2-a590-7de0679c504b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbd54b2a-a9c0-55a1-b6b1-4488c77cb542"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61e251a1-fb9e-5109-8f87-d674fd57a409"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53ad000b-c002-51e2-a590-7de0679c504b"}}],"status":"accepted","resourceType":"Task"} +{"id":"bb96654d-2df1-515a-ba33-56e8b9d4642f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368182"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2d89cd9c-5635-55b2-ad2e-c0fa2b1eba34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2dba93a8-61b6-55d0-97f5-0bdf87f48ca1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73d28122-781c-53fe-85e4-5cac418b8070"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34fa8e39-8564-596e-b913-f4e1a90937bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/924cc047-3660-573d-a5ec-8a6e37f745d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73d28122-781c-53fe-85e4-5cac418b8070"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34fa8e39-8564-596e-b913-f4e1a90937bf"}}],"status":"accepted","resourceType":"Task"} +{"id":"8e28303b-859f-589b-8da1-f2292c4a225f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368183"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7fe9f7a2-54be-5807-9d16-37d2603ebcc2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f45f2659-6af9-500b-a927-3ce97b9beb72"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a3e861e-28bb-5e32-8138-85f24125098b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff5d40ba-d86e-5b65-8483-5fd32d601866"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/105226f5-56a4-5f3a-b64e-d1e1a9e5f1b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a3e861e-28bb-5e32-8138-85f24125098b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff5d40ba-d86e-5b65-8483-5fd32d601866"}}],"status":"accepted","resourceType":"Task"} +{"id":"c1d80835-bcac-5104-8f31-4b301bdbe88a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368184"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1885e6f1-358a-5036-a55b-a4c8ee3174b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f9a4b166-8de6-58c7-8534-3d1c90cadcde"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f999966-a237-5fa6-988c-df1d4735b840"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb142b15-752d-5260-abcb-94f0d153fe25"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af09d3a7-2a3b-599c-94d9-e64a072d63b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f999966-a237-5fa6-988c-df1d4735b840"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb142b15-752d-5260-abcb-94f0d153fe25"}}],"status":"accepted","resourceType":"Task"} +{"id":"63fc87f0-03ff-5597-ad42-e4cfb3212677","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368185"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e7d82cdf-38c1-5eae-ad2d-6e60da694ca0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7892082c-7749-555d-85cc-4ca8182393e6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/667ba45a-78bb-5962-809f-2bb59a812da8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c23dbe4e-c6c9-595e-a232-f5c8e4156ab7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08257229-e700-58ad-b458-23bed68ce537"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/667ba45a-78bb-5962-809f-2bb59a812da8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c23dbe4e-c6c9-595e-a232-f5c8e4156ab7"}}],"status":"accepted","resourceType":"Task"} +{"id":"5d22443e-fa00-5e43-8c6e-f4e8e89f3771","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368186"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0227ac97-3760-5a0c-b7a3-6b86f4d798d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/754e5946-ff51-5f82-b902-3a0cdf9eca7f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee3f662a-c180-5668-99aa-0c090531e483"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2740677-a446-538c-9fb5-6fa7837d51c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f032f23-2dd6-53d5-8f66-efa6f2227541"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee3f662a-c180-5668-99aa-0c090531e483"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2740677-a446-538c-9fb5-6fa7837d51c3"}}],"status":"accepted","resourceType":"Task"} +{"id":"6d8fc094-74cf-538d-ac84-734557a252f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368187"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e96abccb-b01f-5d63-ade0-990c76f9aada"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a95d6daf-8037-5736-8401-00cf634394d8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56dcf566-a7e9-59ba-bc03-dfbac73ebbf5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99ccae85-7bfc-5366-b7a1-873bcf474339"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/89ee1823-bd34-5956-9c45-8e3b551b81d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56dcf566-a7e9-59ba-bc03-dfbac73ebbf5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99ccae85-7bfc-5366-b7a1-873bcf474339"}}],"status":"accepted","resourceType":"Task"} +{"id":"de3b3b09-0633-5a12-8925-6a66620fc835","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368188"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/823ba89c-1177-56e7-b3cb-677779fc3a7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8eea0ee2-4a9e-535c-80ed-4e77bd9deb59"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78d9fbeb-545b-5937-a26f-eedb882e1e24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9152127-58a3-56f3-b0c4-26bb52447d6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26356c5e-c3a9-53ce-b9d7-0183f5d9290a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78d9fbeb-545b-5937-a26f-eedb882e1e24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9152127-58a3-56f3-b0c4-26bb52447d6b"}}],"status":"accepted","resourceType":"Task"} +{"id":"e2bbe4e6-729c-546d-b5e4-38c0fee565da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368189"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1b464538-c706-5f68-adf2-3196b8a246b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b40f0094-d28a-5bac-b625-3ec6cd0c2665"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c30bcbdc-0ee0-59c4-9716-6891c53c8565"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f51999b3-93ea-5287-8c98-8476030db669"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b69d0ac-72c9-5211-9ef0-92ce07624489"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c30bcbdc-0ee0-59c4-9716-6891c53c8565"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f51999b3-93ea-5287-8c98-8476030db669"}}],"status":"accepted","resourceType":"Task"} +{"id":"eb1d3468-33fb-5739-b528-98568d2b07b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368190"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7f80a5d7-dea8-591d-9e47-4dd5866843f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c6e774a5-0e23-5f6f-9782-a04c0ad3927f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8cdbf02-d852-5d3c-a517-3a3749845fe3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93372c8a-8746-5144-80af-14ae66e067fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd662b50-ecfa-5b41-a0f6-02ff94ced973"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8cdbf02-d852-5d3c-a517-3a3749845fe3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93372c8a-8746-5144-80af-14ae66e067fc"}}],"status":"accepted","resourceType":"Task"} +{"id":"ff3c5222-8bd8-5097-a206-294544f6a7df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368191"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fa7a69d5-136f-5bae-9fb5-ceb6028cc866"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a01b43ab-7211-5b91-a679-5ad795afe619"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2863c1b9-4cb8-519e-8332-33e18b8c4dc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/559f9fdd-8c00-57bd-b829-8f34b98297b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19402a7c-07b1-5654-8329-5e0b08908461"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2863c1b9-4cb8-519e-8332-33e18b8c4dc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/559f9fdd-8c00-57bd-b829-8f34b98297b1"}}],"status":"accepted","resourceType":"Task"} +{"id":"910f9288-4887-5c9d-9324-cc11c6785b05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368192"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/154b0fd7-a9e3-5e37-b416-262efa2ad560"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7881ef23-813b-5fee-8dbc-572a60ce7579"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/816b513a-65bd-5afc-98c5-6a52346993db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d659da8-e998-59b6-96ac-f8379cd9b68c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b20f381c-3eb8-5485-a7f8-7e5459277a6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/816b513a-65bd-5afc-98c5-6a52346993db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d659da8-e998-59b6-96ac-f8379cd9b68c"}}],"status":"accepted","resourceType":"Task"} +{"id":"54bee48f-f3cc-5e94-a832-ca5a7b31313a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368193"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3ce1d982-e0fe-5e4f-b7ec-b6dd76fdd352"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f4c1ca4c-da4c-5a2d-a509-12503272e78a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17ba0fc3-2ea7-5673-88bc-783c21e25e26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66a278a8-a5e2-5832-89a2-f93fa20f22d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff6947dc-6af1-5b37-9281-067ddb74b6a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17ba0fc3-2ea7-5673-88bc-783c21e25e26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66a278a8-a5e2-5832-89a2-f93fa20f22d1"}}],"status":"accepted","resourceType":"Task"} +{"id":"61dede88-6621-57c3-a755-f75438a9a052","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368194"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7bd8b79c-87c3-542b-a000-3d0347e4750e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bd6687fa-c632-5a90-81c4-5fc36a7d0549"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93094c9b-e53b-5d2b-8e3c-5671a098a088"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4dc5cf91-cdd4-5b28-8087-b536deba68a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47865546-753b-55ca-a0cc-31423f64d0c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93094c9b-e53b-5d2b-8e3c-5671a098a088"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4dc5cf91-cdd4-5b28-8087-b536deba68a4"}}],"status":"accepted","resourceType":"Task"} +{"id":"b4d25ea0-1689-59bd-b48f-db721cdd7866","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368195"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8420dfec-fc80-584c-a16a-0cc4551db173"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c80eed60-6239-59e9-9de5-ca30c911abbe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54863341-c8b3-5751-aaed-11802124b694"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf89b770-9169-58aa-a797-f11f6243b4fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3466f1f-91e2-5180-8898-dbf57c3fa8c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54863341-c8b3-5751-aaed-11802124b694"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf89b770-9169-58aa-a797-f11f6243b4fb"}}],"status":"accepted","resourceType":"Task"} +{"id":"27d2a5c4-87c0-5cb2-b23d-a951cbd90784","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368196"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cde0e4a3-f0f2-5c45-bca2-9f974d7e378f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5f5942d1-21f1-58f8-a2b3-790b4f455bdd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12441250-84d6-5aed-b51d-31b342aa6700"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c49edb3d-46ec-5eb5-bdec-d7683134701b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce57ad97-4a81-5931-a6f9-ee3dd0463943"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12441250-84d6-5aed-b51d-31b342aa6700"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c49edb3d-46ec-5eb5-bdec-d7683134701b"}}],"status":"accepted","resourceType":"Task"} +{"id":"0a97c07d-59b7-5477-823f-ccf2bf8b565c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368197"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6000c277-d02c-5deb-9780-d81412787e48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8fb2b6b6-7afd-5049-bcad-446386840563"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f09d87e2-f5f7-5f10-b1e7-f1ace51591e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e74aee7-2020-5559-98f0-06927295bb03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a44596ce-ba3b-5f29-83ea-ea0059add3a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f09d87e2-f5f7-5f10-b1e7-f1ace51591e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e74aee7-2020-5559-98f0-06927295bb03"}}],"status":"accepted","resourceType":"Task"} +{"id":"0b812e7f-fb09-5fc6-94d7-a614fd66e0df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368198"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f7acb0a9-7702-5f2d-a0f6-49a1486d933d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ed276665-b66c-56db-a3f8-5f1aef4163d9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/429af762-f08d-5fd9-a023-89f456655811"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4537cec8-a3ab-53e9-b2ef-992b582d6091"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1262c4a9-80db-50fd-9faa-03602c405b44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/429af762-f08d-5fd9-a023-89f456655811"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4537cec8-a3ab-53e9-b2ef-992b582d6091"}}],"status":"accepted","resourceType":"Task"} +{"id":"d6354e6b-d8d7-5a39-8b21-16e61b552f19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368199"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cc7d6618-83d6-5089-aa08-94bbf4b97e68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7d71a761-9530-59d5-bc09-118e961c755f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5b3d2b1-66d2-5987-a861-5204cb010a5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3ae0aa9-ddba-55a9-8f0a-8a9f2275a65f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/888b01d3-3a87-5999-b8ab-529f08dfbe21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5b3d2b1-66d2-5987-a861-5204cb010a5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3ae0aa9-ddba-55a9-8f0a-8a9f2275a65f"}}],"status":"accepted","resourceType":"Task"} +{"id":"cf396646-af68-5674-844e-05f2278ac756","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368200"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d577dadb-4c30-5aba-b692-2b07aea30166"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a07c4faa-f27b-5ac6-b815-b1884a6d9cd2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aca82983-8d25-5c18-be8d-d35cf18825d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f799a6e1-1900-521b-9325-4c0423f1f5a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f0b1bb7-876d-5e08-bcab-0ffe345dc2e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aca82983-8d25-5c18-be8d-d35cf18825d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f799a6e1-1900-521b-9325-4c0423f1f5a0"}}],"status":"accepted","resourceType":"Task"} +{"id":"a1c99a82-a114-55c0-961a-88a2ae668d2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368201"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/307ac7c4-3f6b-5a93-9a9c-994cd9b5903d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/03dc4346-19d1-5f8a-94c8-3d89fb4e228e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8adfb6e5-045b-5ca5-9c98-ec4f0b2be0c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7019633e-7035-5941-acd3-351b102de5e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a189388-9605-529b-95aa-512733436553"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8adfb6e5-045b-5ca5-9c98-ec4f0b2be0c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7019633e-7035-5941-acd3-351b102de5e7"}}],"status":"accepted","resourceType":"Task"} +{"id":"c2814437-4a5c-5197-a834-ed95008e77f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368202"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/79e09371-4cf6-5bba-b9b7-6086606296d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ce1fe34b-ea0f-5c8c-8c1c-da6003119592"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7580343e-3f85-5c37-9153-b666e6359473"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d4d078f-6981-5fce-90d5-9b4720a760c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/275868a2-5ebd-543c-936e-f1cee1ccba1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7580343e-3f85-5c37-9153-b666e6359473"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d4d078f-6981-5fce-90d5-9b4720a760c8"}}],"status":"accepted","resourceType":"Task"} +{"id":"c855bd4d-88ff-5798-aa79-35ed51788dc7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368203"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cbf2cf77-0605-5cae-a009-f3e0a7608733"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/40b7b014-af45-569b-abc2-5825aa72a8f2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d009a824-287e-52ef-8e8f-d736ba87b826"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6ffa221-ce79-5a5b-9fc7-a4403d12ad11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2df0e7d9-7e29-5c67-9e1c-c649eeb2ed12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d009a824-287e-52ef-8e8f-d736ba87b826"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6ffa221-ce79-5a5b-9fc7-a4403d12ad11"}}],"status":"accepted","resourceType":"Task"} +{"id":"6cfd1139-4ce8-5ccd-b34a-5d3eee538a8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368204"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bdcde907-cff6-5fff-a9a2-9589ad7008b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e9b9af08-52d2-5871-99f4-7d4bc64557d6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c9bedcf-fe5b-591d-a1b5-542a220b88c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84fbf198-b4c5-55aa-8b7d-4805dc22e53f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17601297-ed12-5e6a-8d8f-4e8126f384c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c9bedcf-fe5b-591d-a1b5-542a220b88c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84fbf198-b4c5-55aa-8b7d-4805dc22e53f"}}],"status":"accepted","resourceType":"Task"} +{"id":"d78c9f42-80da-56e0-b473-5556e5f17722","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368205"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d844f010-5494-5445-bd14-86a6495f214c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b92564c2-17ee-5e6b-a5db-38ccccf3fc40"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfceea83-f11e-5853-a1b8-ee237a2bdbac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd52be3d-0aa7-5751-b843-a7bc068c1a00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac93c599-6ce9-5325-99f1-a5f2ab053db4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfceea83-f11e-5853-a1b8-ee237a2bdbac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd52be3d-0aa7-5751-b843-a7bc068c1a00"}}],"status":"accepted","resourceType":"Task"} +{"id":"22fd998c-d918-5f6c-bab0-19f8472f8ee1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368206"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/14eb2a46-0ba3-525b-a8e8-1e5e1a6e7502"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/268554ba-cb62-5adc-baa1-94b9d4ab81c1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e571cda5-8d76-5316-92b4-57e058e1cbe4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2771615d-d4be-507c-b5ed-857bb6f1e9cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/021bce8a-7428-5d2d-af98-ee098194cac0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e571cda5-8d76-5316-92b4-57e058e1cbe4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2771615d-d4be-507c-b5ed-857bb6f1e9cf"}}],"status":"accepted","resourceType":"Task"} +{"id":"9fdc103d-ca79-5c93-80f4-d63f2e6fadf4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368207"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/99959fda-3245-54df-89c4-f5a4ab763502"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f3afcf15-0844-5339-8c8f-e79ff82ab3ff"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b774b907-3009-57ab-888c-7dd35a06b28e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09b0ff3f-6358-58dc-9d84-5bf9f0d1b2a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18852cca-5d47-5ed7-8801-a9c1823a4501"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b774b907-3009-57ab-888c-7dd35a06b28e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09b0ff3f-6358-58dc-9d84-5bf9f0d1b2a6"}}],"status":"accepted","resourceType":"Task"} +{"id":"306428ae-9a35-566d-bb5c-d8196637c104","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368208"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/67297610-efdc-5bb1-982d-803be656d6fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3a60920e-c6ad-5035-a635-2a8d45b5c84e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/023e703a-5e9a-5844-bbbc-df0732c0a942"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d0df852-e7bf-5473-a2ea-98623e16bc82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19e29628-0318-5d23-be8e-96c169b0c985"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/023e703a-5e9a-5844-bbbc-df0732c0a942"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d0df852-e7bf-5473-a2ea-98623e16bc82"}}],"status":"accepted","resourceType":"Task"} +{"id":"441dc26c-079e-59bf-a45f-3b3a2026b500","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368209"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/01741253-5d6f-50d1-8a5f-1f6111aa45a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/07ea1174-7b96-513c-9948-b61eae994df6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f88fd5e6-2f62-530a-8954-8fb49edb0ec6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3ac3fa4-cd15-5588-b956-8f6cf9a4f3bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ff7007c-5b6e-5f78-a574-6fe95c1dc488"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f88fd5e6-2f62-530a-8954-8fb49edb0ec6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3ac3fa4-cd15-5588-b956-8f6cf9a4f3bf"}}],"status":"accepted","resourceType":"Task"} +{"id":"f90ed0a5-c90c-5754-a340-a665544867f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368210"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/667d8d2e-2baf-5ad8-9033-5458c42145d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d2b84d12-8a87-5878-9b1f-8491ede8f2d9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44c568a5-5431-51cf-91c7-1056377e5bc2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc6d8ea5-5c37-582f-a2e2-be6161d687f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/821d0604-453f-56d8-a362-83abebd5675c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44c568a5-5431-51cf-91c7-1056377e5bc2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc6d8ea5-5c37-582f-a2e2-be6161d687f9"}}],"status":"accepted","resourceType":"Task"} +{"id":"5cb7e07c-f61e-5f71-9ca7-91c7a548f519","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368211"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3c1e1313-1ae1-5845-a619-c7499eca5957"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/77ffef8b-64cc-541d-bee2-da66a1aca885"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc675608-072b-58b5-a644-c6f4eaf5b4f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c40013fd-d7e6-5e89-aea6-e159952baab2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae210bd8-fc8f-56b2-9cab-6add97966bbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc675608-072b-58b5-a644-c6f4eaf5b4f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c40013fd-d7e6-5e89-aea6-e159952baab2"}}],"status":"accepted","resourceType":"Task"} +{"id":"e978d135-de14-51d3-9473-cd6c88de31bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368212"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8c7bfe1d-433d-5922-8556-b6cbd23b00ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c52040d6-a997-5973-9ce4-776ba66d48e3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/914d7ef9-c9e2-57df-9585-27da9a1585f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65568138-c582-5595-8465-1a2723879c5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2586ffa2-5f3a-5ede-89dd-15b8bc5890be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/914d7ef9-c9e2-57df-9585-27da9a1585f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65568138-c582-5595-8465-1a2723879c5b"}}],"status":"accepted","resourceType":"Task"} +{"id":"e5d9a219-2b16-50be-9429-d0785a8274b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368213"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fa06fb6d-4bc3-5e5b-9d64-7cade86e0374"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8e5512ac-3e62-50ad-babe-75011b975fc9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d9c7f41-4916-55d7-9ac7-1517c4d73ac6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49241c1c-5b2d-518e-9836-0ce0b767d779"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21dce923-a8fc-5166-bc19-89d7b0b18047"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d9c7f41-4916-55d7-9ac7-1517c4d73ac6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49241c1c-5b2d-518e-9836-0ce0b767d779"}}],"status":"accepted","resourceType":"Task"} +{"id":"822d9839-b879-50c7-8f9c-90fdd3a58787","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368214"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1c44465d-32d9-5373-8db0-e5cc51ecd9c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9e7a28e7-9d6a-59e5-8fad-07f040ff882f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61a85dc3-665c-5a6f-9a40-6d0c1b431043"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8578b98-5188-5ea2-9349-3377684c36dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/443682f8-fcd5-568d-a356-b9ea2f5f55a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61a85dc3-665c-5a6f-9a40-6d0c1b431043"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8578b98-5188-5ea2-9349-3377684c36dc"}}],"status":"accepted","resourceType":"Task"} +{"id":"e003b1d6-a73e-5c13-90ea-806bf11650e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368215"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5589220b-7aaa-5b03-9541-44033fd763b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8b2bbd4e-259b-5021-b2d9-8fae2dc77fc4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47b0bfba-1913-5830-995b-8d8e541cb9ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ba08895-775c-5d81-b7f6-e1ed5655f6cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/303f1677-490e-52c9-8385-bca9fdcd4064"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47b0bfba-1913-5830-995b-8d8e541cb9ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ba08895-775c-5d81-b7f6-e1ed5655f6cf"}}],"status":"accepted","resourceType":"Task"} +{"id":"3f95873a-07a3-551b-a09b-6736562d47eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368216"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cfd983d3-f729-533c-ab90-b1b772112cc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/047c4b6d-f904-5c5b-a5e4-99fdea2df59b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc152c26-c74e-5e33-be79-a235b41755da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9952ee5-8fbf-5de6-a23d-738822ad80de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8cdc5a5-e12f-572e-baad-b7033f4c3014"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc152c26-c74e-5e33-be79-a235b41755da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9952ee5-8fbf-5de6-a23d-738822ad80de"}}],"status":"accepted","resourceType":"Task"} +{"id":"0809b458-f7e8-5626-9a58-6b262938c5a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368217"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/55a96b2c-e22b-58db-a580-6d59552b1121"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e06f77f2-875c-57fe-a1d9-aef6d32a8d8e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c05178a2-63ad-5bbc-a3dd-c50f863a8258"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6175a914-d36b-51f4-a079-d2f99bdc174f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ba43944-785c-5069-a335-96b611d06d2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c05178a2-63ad-5bbc-a3dd-c50f863a8258"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6175a914-d36b-51f4-a079-d2f99bdc174f"}}],"status":"accepted","resourceType":"Task"} +{"id":"aeaac57a-30a5-5dc4-afde-9cc99c38dab3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368218"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fb95496d-4bb6-527e-a06c-795967428672"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ddbbe709-5f28-5c45-8c4d-d6f83941f8e6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8861b24c-5c53-5efa-b021-f02193bb6aba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12f75d79-1977-5e59-9f48-be29273e414f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98411dee-13bf-57a4-8845-545c4741b10f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8861b24c-5c53-5efa-b021-f02193bb6aba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12f75d79-1977-5e59-9f48-be29273e414f"}}],"status":"accepted","resourceType":"Task"} +{"id":"9d6d106c-c450-55d8-97bd-d5d7d5d85791","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368219"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d954e17a-d4d6-50e2-9343-2bcb73a02059"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cd035f57-f57b-5a4c-8272-cda9d122bf24"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76e24fcf-25b0-5818-bc9f-3845c036a45c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9681f18-2f87-5e2f-b4ba-6e9cfef4e49d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df41e986-2f4d-51af-b943-44b35867e474"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76e24fcf-25b0-5818-bc9f-3845c036a45c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9681f18-2f87-5e2f-b4ba-6e9cfef4e49d"}}],"status":"accepted","resourceType":"Task"} +{"id":"0c8e40f4-3e3b-5fa1-8c75-b9e65a8d7dfc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368220"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cf88ea88-4046-5c7e-adb7-d035d75f6156"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/54fe5d96-0b1d-57ee-81ec-d227250eeec7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ecc8830-4d64-5088-b0b4-8f8039d93c14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/404297f1-a1cf-57d1-b82a-8541571fe0af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30864612-c708-575c-bb6b-eabd58aacfb6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ecc8830-4d64-5088-b0b4-8f8039d93c14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/404297f1-a1cf-57d1-b82a-8541571fe0af"}}],"status":"accepted","resourceType":"Task"} +{"id":"fe131772-624d-532e-9993-45b58c7d5fd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368221"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8badd1fd-07bc-504b-a265-adf33741be81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/16afa50b-46bf-5d2b-99fb-7ad5dd937155"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a16783a2-f5e2-56d1-a819-c7ac4e63d615"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4be3eb3c-32f3-524c-9c8a-5ec0f2c0bac6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b5375e8-4047-5fae-87e0-4ae781d00f21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a16783a2-f5e2-56d1-a819-c7ac4e63d615"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4be3eb3c-32f3-524c-9c8a-5ec0f2c0bac6"}}],"status":"accepted","resourceType":"Task"} +{"id":"25f54b4f-1d66-5dc4-ba3e-c4067bb6fba3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368222"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/40b0ba74-e4b4-5df1-8b8c-340bf1e6a620"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7fa96e40-2f85-56a6-a788-242b4c6f3164"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b334fc47-62c4-5874-8d40-a869248a584a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e9d797b-a258-5c83-8ebd-22390bf00631"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04f2724a-2962-5341-b4af-e9fdcb9066d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b334fc47-62c4-5874-8d40-a869248a584a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e9d797b-a258-5c83-8ebd-22390bf00631"}}],"status":"accepted","resourceType":"Task"} +{"id":"50bf4b17-2ccf-50c2-b14f-564b052ab476","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368223"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/43068891-0af0-54f8-b6d4-02bbad3247a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/58f7fad5-6c44-5119-829d-9eb2ecddf6a6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20af8ae9-3ecf-5d97-8a31-476f1ae7eb63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8cda88bf-1dd0-508d-90df-559ac9c0c00d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7cc946a-9414-5bd5-9376-8f2e00f5161b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20af8ae9-3ecf-5d97-8a31-476f1ae7eb63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8cda88bf-1dd0-508d-90df-559ac9c0c00d"}}],"status":"accepted","resourceType":"Task"} +{"id":"843b81d4-332c-5560-be40-078f3ccbcf66","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368224"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/05cc71c5-8959-5bd6-948d-09947716676e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e4bb0207-95bd-5bcc-a353-c3cb85f08d4d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b3b1c4b-ff99-52df-8a8d-6049622fb7d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/012e83ef-684e-596b-aa8e-063320e34b2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/856f5b1c-5ee1-5586-bb61-35e66e9cad80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b3b1c4b-ff99-52df-8a8d-6049622fb7d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/012e83ef-684e-596b-aa8e-063320e34b2d"}}],"status":"accepted","resourceType":"Task"} +{"id":"372159d4-4452-5356-be03-5b3c7f78b9a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368225"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9233e39e-ead0-5028-a5c6-e67a5c86040e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/be4fee79-381c-584c-96de-d09e868eaa02"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11341ace-4244-56d5-a123-6dd6387150cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/022eb3a4-7d91-59f7-a9b6-d59ad79469b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b362a35-49a7-5978-b22f-96467af53338"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11341ace-4244-56d5-a123-6dd6387150cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/022eb3a4-7d91-59f7-a9b6-d59ad79469b2"}}],"status":"accepted","resourceType":"Task"} +{"id":"5d5e7851-3c8f-524b-a0ac-f62e31559589","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368226"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/33e32ecc-e14d-5808-be79-dbfb8e21e5f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f9a9027f-085c-5a2b-9c9f-b719cde7220a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c72df069-abd1-5ab9-a26b-f989078ca342"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8e415ed-e324-58b6-beef-4ad3fb80a75d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcda83db-bd37-51c1-8d6b-1f7a9244a783"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c72df069-abd1-5ab9-a26b-f989078ca342"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8e415ed-e324-58b6-beef-4ad3fb80a75d"}}],"status":"accepted","resourceType":"Task"} +{"id":"157aaecf-e8ac-56da-8942-0831b65fbc3f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368227"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a6944257-165f-544b-a431-638a03128402"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3241707c-99f6-5840-accc-2a1e7c7b7c92"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3bf414e7-8175-59a5-975a-363446ff653f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78963e74-7511-5ebb-8db8-7cca3740074e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3bccfd8a-2090-50cb-a486-c532f3428c75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3bf414e7-8175-59a5-975a-363446ff653f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78963e74-7511-5ebb-8db8-7cca3740074e"}}],"status":"accepted","resourceType":"Task"} +{"id":"3bdbe236-222c-5de7-b6e5-630c81a4f9f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368228"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b0f5e1d6-696d-5422-abd8-e2479b179f9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ed1fd938-412c-5708-bafd-71ad8610d4e0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52bd3f3c-f6e7-5aef-b1b7-c84d8f3f1877"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/254cd5a8-2a64-57f9-a3c4-6eb30170f00c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a1b39de-14e3-5b11-b720-1cb8f734e69c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52bd3f3c-f6e7-5aef-b1b7-c84d8f3f1877"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/254cd5a8-2a64-57f9-a3c4-6eb30170f00c"}}],"status":"accepted","resourceType":"Task"} +{"id":"a24bfc4b-2e9f-5c0f-b8e6-d34fe8e0137c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368229"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f72ab89c-f388-5797-8b73-2e25a5d9af8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d952541c-8822-54cf-a2e0-c8309b5d3275"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c781a5d1-59b4-5c32-8c47-43fe528017f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/639e5fdc-04f5-5b30-8f89-8c0db2444e9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a982a9c-afa9-55f0-b4a1-4a52a578ecb9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c781a5d1-59b4-5c32-8c47-43fe528017f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/639e5fdc-04f5-5b30-8f89-8c0db2444e9f"}}],"status":"accepted","resourceType":"Task"} +{"id":"2843658c-904c-547b-be62-de632a4d4853","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368230"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/12b1b823-f0b5-5647-8bde-ac5286363b39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f194d63c-3496-52d8-9dba-69a203ccfabd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8598dd28-5826-562f-97cd-1f3a61d5e2f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/673348be-d739-55af-803b-558024c3cba9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d6a6811-123e-51da-ae90-832457d3f903"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8598dd28-5826-562f-97cd-1f3a61d5e2f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/673348be-d739-55af-803b-558024c3cba9"}}],"status":"accepted","resourceType":"Task"} +{"id":"3c2e8c21-63b9-558b-898f-da61fe913449","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368231"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/72bcce67-6be5-5f4e-b944-941bc265d177"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/60be9320-7679-55e3-9b2b-9c0ee5a7d3a0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2adf6aad-df60-5427-ada1-69ecdd5732a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbef08f4-d0ff-5e05-9960-ac2bc530ab0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c90b8aaf-2724-5b0e-ba6a-c596c3863974"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2adf6aad-df60-5427-ada1-69ecdd5732a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbef08f4-d0ff-5e05-9960-ac2bc530ab0c"}}],"status":"accepted","resourceType":"Task"} +{"id":"9bdc773c-fce3-59c2-86db-6a2b9ae26012","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368232"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aee3b92f-656d-5e7f-9ff9-64d27a7159cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c6b7943f-78c6-5f07-9a28-70136d581a5d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9864310-8f45-5520-bfb1-1158c9ef6f16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62d07462-399d-5e19-9822-84b650973ff1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f0f3576-3a63-52cb-8de1-33d365ecf3c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9864310-8f45-5520-bfb1-1158c9ef6f16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62d07462-399d-5e19-9822-84b650973ff1"}}],"status":"accepted","resourceType":"Task"} +{"id":"e54560e0-18ca-52c9-8955-fcd74bf23bff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368233"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b0d65062-4379-52ec-a5f0-7a53ec1d4231"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/15564526-eb88-5be4-a286-d7fe8b86a98c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc12b74a-bd8c-5b17-8f29-a9baec40f631"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92a64b38-475e-53f9-aa03-39dcf7550c8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47dc465e-7d68-5b74-9d8a-2f2bedc1c8a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc12b74a-bd8c-5b17-8f29-a9baec40f631"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92a64b38-475e-53f9-aa03-39dcf7550c8b"}}],"status":"accepted","resourceType":"Task"} +{"id":"286e3e9c-e3f6-57b8-946d-f144b55536fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368234"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/941317ac-d045-5a17-b122-45f978f5d541"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a8085a92-e57f-5f0a-a7b0-4dd561af0943"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e93f4965-ae2e-594b-841e-a8763e2cdb58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ebb22da1-b124-5811-b870-4fddd80edbbd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6622e6e7-447e-5fdf-aeb2-83377a8ac9dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e93f4965-ae2e-594b-841e-a8763e2cdb58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ebb22da1-b124-5811-b870-4fddd80edbbd"}}],"status":"accepted","resourceType":"Task"} +{"id":"22d9f2ca-7089-5033-9068-586659f9b11c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368235"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/df20a216-1ccb-59c9-af4a-bcd299732de9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5f9d797d-a305-5b98-849f-f1175cec415b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/689003b7-fd9b-5fcd-b2f0-87859b2d2899"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb263b56-0c0f-5056-b5a2-5304cfb26127"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5329268e-a084-586d-8097-835ac2a63876"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/689003b7-fd9b-5fcd-b2f0-87859b2d2899"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb263b56-0c0f-5056-b5a2-5304cfb26127"}}],"status":"accepted","resourceType":"Task"} +{"id":"707f937a-3e6c-5cd5-8642-1c1d6b11fe47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368236"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d65ff022-1bd5-5863-812b-0eca7c790dcd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a2160826-4d1d-5434-ba07-c68bb84723bc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f79eaf1e-8f68-5094-8640-b334af0ba327"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c0cd286-2823-5aa6-b966-46701f0b135d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cc7d00a-b01f-5a8e-9c60-71469d89bf4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f79eaf1e-8f68-5094-8640-b334af0ba327"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c0cd286-2823-5aa6-b966-46701f0b135d"}}],"status":"accepted","resourceType":"Task"} +{"id":"0b286131-b182-5d31-9a48-4d7dcf149a5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368237"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/55daa950-db30-5da0-ac18-73044f725a11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a9c64e8a-1ff0-5103-bc64-96f13e503637"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4822a050-5d86-5aa0-91ca-a9deabe1280c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff2f81ef-e346-5af1-8d13-f139068d17ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae1ec20f-ba68-5084-98c6-e00486887ad6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4822a050-5d86-5aa0-91ca-a9deabe1280c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff2f81ef-e346-5af1-8d13-f139068d17ae"}}],"status":"accepted","resourceType":"Task"} +{"id":"1d2fedc2-76f9-5e41-a7f3-52471189acef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368238"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/605e05bb-f29b-53e0-9ce2-c3d8c8b3a8f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9519ee75-4f78-57b9-a2e0-82610315442c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c828f21-1a08-51b2-8199-783d5d21cfab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/691f47d4-303d-5470-b506-05327ecc4bdf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ecd212e6-2280-5400-a303-10acbcd5713a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c828f21-1a08-51b2-8199-783d5d21cfab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/691f47d4-303d-5470-b506-05327ecc4bdf"}}],"status":"accepted","resourceType":"Task"} +{"id":"34e6c8b2-364c-5421-92d8-d38386409ec4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368239"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/34919d8c-e1e1-5bdc-a97a-9191b0f07d50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f6393e35-776a-526f-beed-23317be03337"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5cca29e2-8079-5b0e-9a09-18b6ff6fcbe0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a948e622-04d1-580b-a82f-407cda0d8004"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1bfb6fd9-5933-5080-865e-63d37e6595fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5cca29e2-8079-5b0e-9a09-18b6ff6fcbe0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a948e622-04d1-580b-a82f-407cda0d8004"}}],"status":"accepted","resourceType":"Task"} +{"id":"d273f6c0-9a3c-514c-b38c-7c182cb1fbb8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368240"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c7437e96-4133-52cc-a4e9-284232f1c5a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/86479df9-ba25-5b55-8536-a3e2f5d8da04"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efd0b880-3cb4-5052-b948-2b90266cb21d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b23c3d2-c1f3-51a2-a9a1-38a6472f52c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a7cf6c8-0606-5026-b473-193182931ad5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efd0b880-3cb4-5052-b948-2b90266cb21d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b23c3d2-c1f3-51a2-a9a1-38a6472f52c2"}}],"status":"accepted","resourceType":"Task"} +{"id":"c10694d0-cf1e-5be4-a18d-fb73e873833f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368241"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/85b4f612-5082-5ee8-8457-591e0b791317"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cbcb65e6-5be8-51ee-9f79-dc8333924add"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e294a1dd-a777-5c75-acb4-a7c44e4f27c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/007127bb-a0f6-53ac-8d15-298e40e260a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6e9c27a-bf22-5dfe-81fb-726b65842db8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e294a1dd-a777-5c75-acb4-a7c44e4f27c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/007127bb-a0f6-53ac-8d15-298e40e260a5"}}],"status":"accepted","resourceType":"Task"} +{"id":"d04225cc-bf1a-532a-a8c1-e808ca4276aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368242"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7ec9f644-dd93-5a78-899d-2247c4423b57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/71526840-bc13-5536-836f-fe45d3e9a524"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fc44b72-1092-5a79-b42c-b5518ac460d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4364832b-8d66-5007-b355-0abeed125434"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ad9fcb3-91a5-598d-bd30-dbec51da68d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fc44b72-1092-5a79-b42c-b5518ac460d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4364832b-8d66-5007-b355-0abeed125434"}}],"status":"accepted","resourceType":"Task"} +{"id":"bc80d57f-a5ed-5b4d-8148-7bdcfc88f117","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368243"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/53254dd2-edbf-50c9-adda-b5a0318852a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/66e2fc75-39e3-5995-943b-d7c9dd01a1a4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f14641f5-9c8a-5ad5-b407-92f2398b22e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/557292e8-80b6-582d-9b1d-906590269600"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad2d1ada-8097-5bc0-aed4-321dc9d9c80f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f14641f5-9c8a-5ad5-b407-92f2398b22e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/557292e8-80b6-582d-9b1d-906590269600"}}],"status":"accepted","resourceType":"Task"} +{"id":"e27c7aee-bb81-5cc9-a11f-2034ac14b652","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368244"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b225fce4-0f72-53ee-9539-518e14ad4bfa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/183ff333-2350-54d0-a38f-27555cf5a5e9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9240dbef-a30f-5e4c-a972-4c251034290f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac9750ac-c7e7-537e-a8f8-a832fbb364f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19e20a4c-298d-52d3-8aea-3d7409d6634a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9240dbef-a30f-5e4c-a972-4c251034290f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac9750ac-c7e7-537e-a8f8-a832fbb364f5"}}],"status":"accepted","resourceType":"Task"} +{"id":"4c82d004-93c8-5d6d-b68a-04fa44bcba17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368245"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9d51877a-042a-52d1-8819-58b56af5a611"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c395fcbd-ad96-57a7-a1e2-0dc4c6dfefcb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0162d09b-5eb0-590a-8bf9-69e9ec39f749"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7eff9b3-519a-5408-879f-97663fce2f3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4eecdd50-b716-5fae-b38a-831830593dac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0162d09b-5eb0-590a-8bf9-69e9ec39f749"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7eff9b3-519a-5408-879f-97663fce2f3f"}}],"status":"accepted","resourceType":"Task"} +{"id":"182dd612-a4ac-5c90-8467-2e07334a4a71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368246"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b038ac7d-7664-598f-813b-bb6e369e2595"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/34c3176e-9fe5-5e8a-8613-4b512514843e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bff2fe2b-cf49-5269-9a3f-040d4a12bace"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6cc238f-7d2f-5d36-ba3a-d1e9161f10df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d913ad57-2083-5698-9a10-cf02a60ac7bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bff2fe2b-cf49-5269-9a3f-040d4a12bace"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6cc238f-7d2f-5d36-ba3a-d1e9161f10df"}}],"status":"accepted","resourceType":"Task"} +{"id":"826f4da6-e29f-523e-982e-9142e6650326","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368247"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ad35e03d-a773-55cd-a272-4bd02f1cb1f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/033bad81-36c8-5a07-904f-75ad124629c9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86386182-3a89-5bef-96c9-242b88a35c35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a06b3196-fabc-59fe-891b-31c15675ef64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70308599-7f11-5d6f-9841-014f618b224f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86386182-3a89-5bef-96c9-242b88a35c35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a06b3196-fabc-59fe-891b-31c15675ef64"}}],"status":"accepted","resourceType":"Task"} +{"id":"e95a62f3-9354-5a31-834c-3bc8aa4b9c84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368248"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/105fbfed-f370-5933-bf1e-cd9eb04f76a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/85da29a8-4b64-5e00-8800-8e6c845b3476"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/345267f0-2ed4-5f40-94fe-c9650bef7961"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7070102c-2666-564d-9f49-060cbcd1a472"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbaa6b91-d750-532d-8bac-80f8984a06e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/345267f0-2ed4-5f40-94fe-c9650bef7961"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7070102c-2666-564d-9f49-060cbcd1a472"}}],"status":"accepted","resourceType":"Task"} +{"id":"a834400b-231f-53b6-9bfa-87fd37df17c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368249"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c568f32a-2dde-5458-b40f-0b55d2fc7880"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ceba9f0c-d1e9-5c23-a01e-f7a10f6a02d7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e2c45b6-8419-5004-a3f0-fabf2c5608d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1298f869-5903-5a98-8dd9-fdbf7d371900"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39431f05-6491-56be-8d93-21fbeef53f56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e2c45b6-8419-5004-a3f0-fabf2c5608d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1298f869-5903-5a98-8dd9-fdbf7d371900"}}],"status":"accepted","resourceType":"Task"} +{"id":"ebd8f806-a39e-5df1-93e4-bf8c21843f97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368250"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/990168cc-b15d-5e53-b946-c3275a44ce2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f2bb59c3-67d5-505a-b5a8-9fd6278c158a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3c92105-69a1-51d8-9b20-5fbc4691ed4b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/625c6eef-78f1-5d84-b455-9094bc1a166c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05aae4e0-52e6-535b-b6e3-cafeff48ad15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3c92105-69a1-51d8-9b20-5fbc4691ed4b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/625c6eef-78f1-5d84-b455-9094bc1a166c"}}],"status":"accepted","resourceType":"Task"} +{"id":"80d8f9d6-0722-5cd8-b392-9714928290d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368251"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/747dc6b8-c0b1-591e-b502-d065505e493a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c8853cd3-1532-55d8-89f0-eaf4b3cf622c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d409558-668f-5718-9cc4-428a126a18d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56fe2f92-16d5-5b9a-87a3-7109b8937ac4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21a89b7f-eee3-5583-8969-75ba855612ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d409558-668f-5718-9cc4-428a126a18d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56fe2f92-16d5-5b9a-87a3-7109b8937ac4"}}],"status":"accepted","resourceType":"Task"} +{"id":"f949cae0-1792-5deb-b60e-6b5d105bb3de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368252"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/044f992b-ee73-5c07-a4a5-6de63284399a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/80cb87e1-34a2-5f30-a1ac-5cdfee6a4494"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3cdab10-0ae9-5101-a94b-0957799bd3da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1ceb9bc-07a6-521c-b724-7d77bb8ee8ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f5bd726-03e3-5869-8358-4ca66bd8c091"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3cdab10-0ae9-5101-a94b-0957799bd3da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1ceb9bc-07a6-521c-b724-7d77bb8ee8ee"}}],"status":"accepted","resourceType":"Task"} +{"id":"784e9ea8-b3f3-5273-a582-591056a0a812","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368253"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dbd4b0f4-1cda-52bd-a119-b0fe2da3ea04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cf05a35c-7b65-58cd-8bb0-f76882ec19e4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4ecd9d9-3324-5868-9a3c-300d5ea562e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3dfa624a-46bb-5999-be6b-87fab4c02009"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3205d846-67e3-5912-8840-b9e8895d5e80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4ecd9d9-3324-5868-9a3c-300d5ea562e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3dfa624a-46bb-5999-be6b-87fab4c02009"}}],"status":"accepted","resourceType":"Task"} +{"id":"d65b9e79-2a3e-5b3b-89f6-de682b40e27c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368254"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8f7e21d3-fc08-5439-b2ca-b47741a66995"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3e46bbb6-9ef7-5f04-ad47-a68bd370d508"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/032935c2-be7c-51b9-a084-e3cb5678f34b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7024c57e-4480-526d-8911-e57dfe824f60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c8eb077-2a9d-51c7-83de-e537e13a843a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/032935c2-be7c-51b9-a084-e3cb5678f34b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7024c57e-4480-526d-8911-e57dfe824f60"}}],"status":"accepted","resourceType":"Task"} +{"id":"a204723b-b91d-5331-8714-06b2701e9603","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368255"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eace7263-f678-5642-9550-b0036c476780"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/40a385ea-2b84-529e-8d75-197f775d544a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b199f32-8e53-5be7-a6a9-de42ff3e52ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13dbdd2c-50ca-560e-a76f-e9d799567f47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c8ac173-7952-5406-829d-e48738a38d0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b199f32-8e53-5be7-a6a9-de42ff3e52ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13dbdd2c-50ca-560e-a76f-e9d799567f47"}}],"status":"accepted","resourceType":"Task"} +{"id":"1c7d08dd-e583-5722-8d3f-26230fba41f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368256"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/74446d57-cea6-5733-97b0-3294054bf5bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d2fbbf7d-ba8e-5c20-b46e-e6bd8443b4ad"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43ac48c1-c388-56d7-8010-0367f50ff8f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/520b51f8-d815-551f-9a69-eee5b5216cfb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b7ee357-11a1-5625-83ec-4c5aa83cb8b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43ac48c1-c388-56d7-8010-0367f50ff8f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/520b51f8-d815-551f-9a69-eee5b5216cfb"}}],"status":"accepted","resourceType":"Task"} +{"id":"1f8445b9-5fa5-56e7-b1ab-783c14ef838b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368257"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d1ca0081-70c5-5d3d-a324-b2f0fcd868b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5154a138-7702-5a00-9a27-bc317c9f356a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2a704f9-99f6-5e29-a618-4bfc9685df32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/504daf46-7cde-58d1-96bd-f01a7ce5d9d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e128b4b-5d31-5d44-b24c-1f177ea50bc0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2a704f9-99f6-5e29-a618-4bfc9685df32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/504daf46-7cde-58d1-96bd-f01a7ce5d9d4"}}],"status":"accepted","resourceType":"Task"} +{"id":"313e340c-e0c4-5080-8846-e04fceb40d0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368258"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dabdda6e-f672-543a-9840-0a6c82a4a119"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/80aed0d5-5196-5222-84c5-8eca085bfe7f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ca43c77-cf77-53a3-a52f-82228b7a0af2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6ae8f27-41b5-50c4-a3ae-fe749a250810"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f3a85e1-1ba6-5be6-9400-f4b185f79040"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ca43c77-cf77-53a3-a52f-82228b7a0af2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6ae8f27-41b5-50c4-a3ae-fe749a250810"}}],"status":"accepted","resourceType":"Task"} +{"id":"6e5705a7-d883-5b2d-a89b-78b0d0d25d11","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368259"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/198e00de-a8d4-5aed-831c-7117851088c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f6bbaf7b-e382-59ea-83af-2df71685ab49"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e907251-d0bb-5e3e-a76c-88f074cb5cca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ae4a239-8872-5c06-94e5-d388b24f2b86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60d95b66-7305-5cfb-ba8e-e6f2adbd4863"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e907251-d0bb-5e3e-a76c-88f074cb5cca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ae4a239-8872-5c06-94e5-d388b24f2b86"}}],"status":"accepted","resourceType":"Task"} +{"id":"5bdd0b0a-7334-5f9a-854e-3ad366c65158","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368260"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/97d6e3ec-49ad-5e88-8627-033d0dbc9bc7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9603a234-efa1-54c7-a862-985f3480aea3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ecd6f00-26ee-51bc-b8c6-22955cd3abb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a4e0b69-4ed6-59d6-a653-4b4b101b498c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b6cfb22-6d73-53c3-aeff-f2a9229d11cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ecd6f00-26ee-51bc-b8c6-22955cd3abb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a4e0b69-4ed6-59d6-a653-4b4b101b498c"}}],"status":"accepted","resourceType":"Task"} +{"id":"935088fc-acaa-5d57-a684-a78358b976a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368261"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/325e11e2-3b5a-5adb-bd3a-4a37a03819db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bf1ace9d-edbb-5c89-a806-2475fb89e8f8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2d69c18-fe20-51b0-9786-040aa9e26638"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71c30e20-5a0b-5453-ad26-15d64a05b985"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d89a4ebd-37bf-57db-b7ec-3d3f2e80d6a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2d69c18-fe20-51b0-9786-040aa9e26638"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71c30e20-5a0b-5453-ad26-15d64a05b985"}}],"status":"accepted","resourceType":"Task"} +{"id":"ecc6a3af-7b17-5076-bfe8-e7fe66c40ee6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368262"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/827fee56-ed45-52ac-8783-3e5f8de4b6f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/992ce0d5-dd5a-5184-9905-dc26385e7219"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a7ee04b-4fe9-5e03-a085-096e81580640"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76b491ae-bbbf-512d-80ee-c12064f16af4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1ea7160-90fa-5d5d-8c9d-d71861131135"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a7ee04b-4fe9-5e03-a085-096e81580640"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76b491ae-bbbf-512d-80ee-c12064f16af4"}}],"status":"accepted","resourceType":"Task"} +{"id":"1d87ed37-e6d4-5574-907f-322adc6263c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368263"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d93fb243-7f51-5f35-bc3c-7ab8e45d9f97"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a5c02344-b424-5fd2-ba44-7e6655cd92e6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d411a5bf-d7c8-5141-a85e-76908546515c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b97e93d4-b502-5804-a624-d425decfead7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1dcff4f1-4cc4-5854-9276-a1206fabe1f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d411a5bf-d7c8-5141-a85e-76908546515c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b97e93d4-b502-5804-a624-d425decfead7"}}],"status":"accepted","resourceType":"Task"} +{"id":"2447aeae-25a9-5761-888d-66cdb667cc5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368264"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0afa3630-0eae-558e-8749-74873fe0ca3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/985ca368-aa09-5ea9-bf17-b41458d0540a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec1f2efe-5de3-5c70-b177-d79a7fd301ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4f63e77-0ee6-5dee-9a30-b4f839b4ccf8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43068a3c-a815-501d-93ca-ede617f0f37b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec1f2efe-5de3-5c70-b177-d79a7fd301ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4f63e77-0ee6-5dee-9a30-b4f839b4ccf8"}}],"status":"accepted","resourceType":"Task"} +{"id":"d80d6392-3bee-534a-99e4-68bdc1808116","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368265"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2a9fc85b-3a06-5689-b779-72b2cd0aaf32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/140773ac-8169-5595-8b3f-3c8ffd661d3c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65bb227a-e765-529a-a06d-000f0acb44f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2eccab2e-54a8-5948-9ab9-c26b6cdbad67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66c1e9a9-780d-5da6-8f82-cfaa0ef61294"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65bb227a-e765-529a-a06d-000f0acb44f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2eccab2e-54a8-5948-9ab9-c26b6cdbad67"}}],"status":"accepted","resourceType":"Task"} +{"id":"bf061d45-4e1e-5ada-9529-862d2599da63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368266"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/af01da9c-f9ed-5f72-988b-b4467d8aef4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cea1297e-202c-546d-b7be-a2d198407556"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0006d97f-238e-50b8-bfb3-dd24152ecd95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1262b5f1-8ecc-5f6c-a68a-e99f871cda40"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/784eec03-91f9-5cf5-b73c-d5fc60ab8325"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0006d97f-238e-50b8-bfb3-dd24152ecd95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1262b5f1-8ecc-5f6c-a68a-e99f871cda40"}}],"status":"accepted","resourceType":"Task"} +{"id":"503ae129-6bde-5c14-859f-fd5d089f6942","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368267"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/08e2b5b8-f153-573c-93f9-eab8c1fa4382"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fdef1a66-22a2-5885-921a-6a25c91bec91"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c12f9aee-b642-565f-bd16-1f1d20111cda"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a618a4f8-fad2-5b2d-b6c8-abcf811a4eb0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1e8775b-166d-57e0-aaa2-f0516e9edb95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c12f9aee-b642-565f-bd16-1f1d20111cda"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a618a4f8-fad2-5b2d-b6c8-abcf811a4eb0"}}],"status":"accepted","resourceType":"Task"} +{"id":"031765c4-a3e9-5b1e-bcb0-f3a97014e977","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368268"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b51311fc-91e4-5459-91c3-8ea4da47e07a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b3b9fa90-b830-5ead-b36b-389c758e3fe8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15767f45-5abe-5fed-a173-8f2bfd6ff2c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64186ed6-5686-5e10-8e5f-8ff1c5b173f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63123a60-54c6-567f-887a-0be9560d3e0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15767f45-5abe-5fed-a173-8f2bfd6ff2c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64186ed6-5686-5e10-8e5f-8ff1c5b173f1"}}],"status":"accepted","resourceType":"Task"} +{"id":"f6605f8d-93a1-597b-81ac-d163db457d89","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368269"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8ed3ae2e-6b01-5dfa-9d3d-ca4c75849733"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b518c1f2-3362-5ba3-878a-7fef8c31eb8f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7adfad4-94b4-54d3-9981-ccdf709d3218"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad2cc303-8931-5aca-a870-c50c1d6d042a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aaecf54b-da41-52fe-b85b-79f9066d0b60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7adfad4-94b4-54d3-9981-ccdf709d3218"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad2cc303-8931-5aca-a870-c50c1d6d042a"}}],"status":"accepted","resourceType":"Task"} +{"id":"ab213927-5078-560d-825f-5c715dce4a12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368270"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b21d51ec-6121-53df-8235-b80d50a5e20b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fe73043e-d15d-536f-8cad-8e302743cc13"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bef96f2c-256e-5eed-a903-c927067132a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06ed3180-2fa5-579e-aabc-1765430471c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86b6485c-43f4-5bb8-9d88-9e5a43431405"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bef96f2c-256e-5eed-a903-c927067132a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06ed3180-2fa5-579e-aabc-1765430471c3"}}],"status":"accepted","resourceType":"Task"} +{"id":"2626831b-4e2d-513e-b001-a65108563638","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368271"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5bb70d1f-998c-5575-bdc2-9304d89299e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/77fc2613-2ad9-58c9-93d1-79da0952dda0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b65e017-0520-5724-ae53-18dc4fbca4db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0eb25c21-171d-579a-b787-7044064d6acc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7020f864-c04f-5758-b13d-9c226c684b92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b65e017-0520-5724-ae53-18dc4fbca4db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0eb25c21-171d-579a-b787-7044064d6acc"}}],"status":"accepted","resourceType":"Task"} +{"id":"14db5600-681c-54a7-8ae0-6b6d295fc808","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368272"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0d35cb44-eb62-5c0d-8fed-cbd50bf9c88e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2e44a0e1-e0f8-547d-9164-eef26561b9de"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b6a53fb-61a3-54fa-acb7-76f677d45b15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac095892-cdcd-59f5-a6be-c7d2a74167c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7db426b-85c1-559c-a1f5-2703eeb52a53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b6a53fb-61a3-54fa-acb7-76f677d45b15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac095892-cdcd-59f5-a6be-c7d2a74167c3"}}],"status":"accepted","resourceType":"Task"} +{"id":"80df8af9-93be-570e-8de0-e2bc3dddf647","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368273"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/935699ab-b44d-585c-921c-bd0426247642"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a7ccebdc-b079-538f-b444-e89fe54a5836"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2854da4a-aa2c-5f37-8e9e-b7cf4ead6990"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35b2e08b-ab2a-5fa9-b25f-9e1ac8980a11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5423e02f-bc70-5224-b726-8e920bcb70df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2854da4a-aa2c-5f37-8e9e-b7cf4ead6990"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35b2e08b-ab2a-5fa9-b25f-9e1ac8980a11"}}],"status":"accepted","resourceType":"Task"} +{"id":"0fcecfda-460a-51af-941d-6a762aaadb7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368274"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a402e802-b4ed-59eb-a738-49c0000e83a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6cef159e-285e-5e3a-ba5d-343585da0833"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3089d4f3-3a64-5285-9144-f2b759ec0c7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/642c1c2a-eca5-5264-b00f-8d52299e53fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b943efc-b509-5b82-ad09-d35aeb76769f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3089d4f3-3a64-5285-9144-f2b759ec0c7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/642c1c2a-eca5-5264-b00f-8d52299e53fd"}}],"status":"accepted","resourceType":"Task"} +{"id":"c53beefe-748e-58da-8302-f399c7a561cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368275"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/25e3501c-100d-5228-8d9f-7027c2f689f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d7d9c85c-761b-53bb-b96f-fd148dfa7437"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d341a3e-ea5f-550a-b6bb-b5bc362f56bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f27c67ca-1120-5960-87bc-f377ec433042"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1918c9d9-e3ec-54e5-a2b1-78bac3800a87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d341a3e-ea5f-550a-b6bb-b5bc362f56bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f27c67ca-1120-5960-87bc-f377ec433042"}}],"status":"accepted","resourceType":"Task"} +{"id":"cc86d403-d09d-57e5-841d-cfda0c66f453","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368276"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5fcaa10a-6207-5f28-882f-c3b5a30f242a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2483ff64-3ae5-52b6-bed7-d7e147585f26"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd039e14-b4cb-5d2e-9d81-c6502ba6bf7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/396449f0-d3d4-57ab-881a-336038043337"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2e1aab4-dafc-5343-990f-64df0f831746"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd039e14-b4cb-5d2e-9d81-c6502ba6bf7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/396449f0-d3d4-57ab-881a-336038043337"}}],"status":"accepted","resourceType":"Task"} +{"id":"526b5eb8-9401-5678-803c-f4b79db9ac8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368277"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c40ff980-7019-5be0-afaf-f3277e401534"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7dc2eb80-6329-5b21-bf79-a9cb62da969e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0d70bd0-84c2-5144-8878-92fade95bc9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c56a1d2b-9909-57b7-a8ed-31017bd07b6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c43c33e8-e6ed-5ade-b513-f464e3edf5d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0d70bd0-84c2-5144-8878-92fade95bc9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c56a1d2b-9909-57b7-a8ed-31017bd07b6a"}}],"status":"accepted","resourceType":"Task"} +{"id":"d2cf5678-3a5c-5f33-bd2f-d481b1d4bf56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368278"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/417183c6-2a19-5054-9341-47cf405dd6f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dae74291-5bd1-5acc-a4ae-49b5b646e8d1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b15c29d-2855-5ce1-8a56-b4c1a6bb06b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43b3247b-34b4-50b0-a5cf-075a81c4ee66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1f148a0-f011-5b38-ba4b-59e212e40dc2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b15c29d-2855-5ce1-8a56-b4c1a6bb06b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43b3247b-34b4-50b0-a5cf-075a81c4ee66"}}],"status":"accepted","resourceType":"Task"} +{"id":"d1f92f6e-0a63-5add-a147-4a40e1b250df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368279"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8be0c7e1-1268-5c37-b04b-8a0b4c78c684"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/55df0909-d258-53f5-b385-aa50528526b7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53670f72-2369-5c00-8b21-fbe89ad01083"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26ebfc50-305c-5a08-a984-89f249e11b23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a0681fd-0885-53cc-8906-b0454ef067fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53670f72-2369-5c00-8b21-fbe89ad01083"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26ebfc50-305c-5a08-a984-89f249e11b23"}}],"status":"accepted","resourceType":"Task"} +{"id":"ac1d95be-871e-5914-97dd-3f09f606aa45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368280"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1dd61fc2-e1a2-5668-9395-22c4cce293d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/69ad26c8-bb72-5eab-9cb5-064e3db29d5d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b5e7117-6534-589e-9cbc-3b589c2a0076"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84d5ffc6-143e-5fe1-b66e-73102a11b3f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba66db42-3811-5b7d-a012-419adc1b3f03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b5e7117-6534-589e-9cbc-3b589c2a0076"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84d5ffc6-143e-5fe1-b66e-73102a11b3f3"}}],"status":"accepted","resourceType":"Task"} +{"id":"d8d077bb-e379-5ece-b111-910f0423e760","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368281"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7bf6c725-8cea-59cd-b18f-f0c07b0bd7ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cbe0632c-589c-5020-a803-9aa8c0cfbbb6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c3c5685-bb28-5d3e-bf8b-e51427d36605"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c26a724-b151-515d-9a96-298f71b99331"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14568ac5-3d49-5dfb-8b09-fa57914b6f7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c3c5685-bb28-5d3e-bf8b-e51427d36605"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c26a724-b151-515d-9a96-298f71b99331"}}],"status":"accepted","resourceType":"Task"} +{"id":"985587fa-3c06-5890-aa81-81df017e1cb5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368282"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6539273e-8ee0-5c59-887c-9c36f7b1e967"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eebfe722-6d0c-52a0-a734-9f74b842f6c1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f8aa161-0830-50ea-ac4a-575e3751cd38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e03ae4e1-2475-55a0-9be6-8cff419b974c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d21db4e8-dfb8-5074-ab88-0ca952aa7b9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f8aa161-0830-50ea-ac4a-575e3751cd38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e03ae4e1-2475-55a0-9be6-8cff419b974c"}}],"status":"accepted","resourceType":"Task"} +{"id":"35f360eb-f9b7-5f8e-a22f-d9936aa0fdcc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368283"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fdf9c9e8-e5a9-5b62-8cc8-6da06a1efb1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f0ff1270-a6dc-5865-9c9a-04b7833c4013"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a0259ee-200e-56bd-9721-e9e4e4262967"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4000aae-e055-5e34-a009-2d565946ed3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e8106b1-d38e-5f8f-a1fb-5a22988b9915"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a0259ee-200e-56bd-9721-e9e4e4262967"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4000aae-e055-5e34-a009-2d565946ed3a"}}],"status":"accepted","resourceType":"Task"} +{"id":"4c8aebdc-c780-50d7-b1ff-a4e7eda85fc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368284"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b9af6f0a-7ab7-543c-84eb-f02950613ff0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f762517f-db9e-5ebd-bbbe-7eac7f14e05c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14aeb287-5686-5b04-85df-faf688024387"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed8d958f-9f94-5b36-9e84-44a46b548268"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6aa58490-37ec-5fae-9145-c822c7bb0a79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14aeb287-5686-5b04-85df-faf688024387"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed8d958f-9f94-5b36-9e84-44a46b548268"}}],"status":"accepted","resourceType":"Task"} +{"id":"1999d275-5842-5c94-8fd9-152e64536879","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368285"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/efcb7d03-17af-55dd-b810-7a0a46da24cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8b9ebe16-d8f3-5353-88a1-98168e6d55ff"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/365ad72b-2610-57ba-bc4b-bd10eca3491f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f8362e9-1f42-5818-8116-419fa4c8cef5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c15d1ac2-015b-5a4a-8287-4649fff4a354"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/365ad72b-2610-57ba-bc4b-bd10eca3491f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f8362e9-1f42-5818-8116-419fa4c8cef5"}}],"status":"accepted","resourceType":"Task"} +{"id":"c02d4687-70f4-511f-83f0-b07c09e9ea08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368286"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/71efa6c3-af33-5169-98ff-2b09df1808b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d97c7e53-8019-5fda-9e80-7d33a2ca27ba"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65e40c91-17c6-5e81-bde4-72375b184c7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1edcde3b-2ca4-59c2-9947-cb0f6411af8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7825a7e5-f9d5-50f6-a42c-58206c20fe65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65e40c91-17c6-5e81-bde4-72375b184c7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1edcde3b-2ca4-59c2-9947-cb0f6411af8d"}}],"status":"accepted","resourceType":"Task"} +{"id":"54c03dd6-1b87-5040-8cbf-fe13d784e9f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368287"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/99c56cda-1f42-5362-ad74-111eeb511d09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/06499f3f-8bed-507e-b675-b2c6b841f2d4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8635a68a-6ecd-5f12-8b33-ed7f337afe2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79e82e65-551f-5f1e-a039-f66a7eb66a72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5ef7f21-71f2-50d2-9acc-8202633b73c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8635a68a-6ecd-5f12-8b33-ed7f337afe2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79e82e65-551f-5f1e-a039-f66a7eb66a72"}}],"status":"accepted","resourceType":"Task"} +{"id":"f2b8842d-24ed-534d-8115-9b140eadce4f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368288"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/35d4c353-670f-50ae-8349-7f2e19cc90d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a5e0b416-fa72-5b9b-9a24-3254821dbcd2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b39a643-83fd-5446-bea3-465f1c847863"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6cce9ebe-3f68-5b43-90e3-9126a908a018"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb99eb5e-d231-598f-a5b9-035a6f5e01de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b39a643-83fd-5446-bea3-465f1c847863"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6cce9ebe-3f68-5b43-90e3-9126a908a018"}}],"status":"accepted","resourceType":"Task"} +{"id":"4abd905f-e381-59ea-9cb3-cd90e33557fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368289"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b64a8bb5-2964-596d-a213-ed1657a27867"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9c863a9b-48fa-5c6f-ad75-85473be5ccdc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbf98f99-f802-5cbf-b4dd-e0e0a97f4506"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c99f9b0b-c8d0-57c5-aa80-a9452f2ab6d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92e9aa38-f050-5406-b6b5-2c763342d67b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbf98f99-f802-5cbf-b4dd-e0e0a97f4506"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c99f9b0b-c8d0-57c5-aa80-a9452f2ab6d6"}}],"status":"accepted","resourceType":"Task"} +{"id":"527bc846-a0ae-5c35-8abf-da1873c83f96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368290"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/498b8aba-743e-5b78-8e54-c76b46f66995"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/831fbdf4-849f-55d9-aa07-ebd1113a6220"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ea75b46-1a88-583f-8076-0a67dda869e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba4c15f6-734a-543f-9ea1-247e9c8f6f5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d702a974-dec3-5e72-b4a9-a4a075596ff8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ea75b46-1a88-583f-8076-0a67dda869e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba4c15f6-734a-543f-9ea1-247e9c8f6f5e"}}],"status":"accepted","resourceType":"Task"} +{"id":"b55eef60-7be9-513d-8674-f3829721ab47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368291"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e53777ea-fe63-559c-968f-1f92bfefadd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8bd8fb57-903c-5cf4-bceb-abd22a339c0e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42ca51f5-e33b-58d8-8bf7-008ac063a5d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88b6c7c3-dfd3-53c3-8bd1-512f9da4e8c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fb4b74c-02d8-58e2-8cce-02b1db27ce46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42ca51f5-e33b-58d8-8bf7-008ac063a5d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88b6c7c3-dfd3-53c3-8bd1-512f9da4e8c4"}}],"status":"accepted","resourceType":"Task"} +{"id":"82e05f38-0994-511d-8720-7e568021fa2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368292"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/292fa0a3-7ee0-56b7-be7d-0b81e7f661f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cfbb6e97-3fed-54b9-b03a-066dfee3bdac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bab72812-195c-584a-b305-9c0570786d13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/046c886c-cdfb-5b2c-85e4-a3b9ee738840"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fefa468-2a4e-5879-93ee-60d3c0740533"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bab72812-195c-584a-b305-9c0570786d13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/046c886c-cdfb-5b2c-85e4-a3b9ee738840"}}],"status":"accepted","resourceType":"Task"} +{"id":"0ed79e23-5558-5649-8763-e8e7036edd6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368293"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ce16f937-fcc4-5d79-9d09-0775e735c46f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/10267973-91a5-50c4-bb2c-cfdde0a12b1b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/404e58f0-4ccc-5e67-9f39-b03d5159e305"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/989d87e1-966d-5ba7-b172-0f8419038662"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8dde4e78-2fbe-5c03-8e92-0c244fa7324b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/404e58f0-4ccc-5e67-9f39-b03d5159e305"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/989d87e1-966d-5ba7-b172-0f8419038662"}}],"status":"accepted","resourceType":"Task"} +{"id":"9de10112-f820-5dd8-93b7-d2447ad12889","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368294"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/df022f45-b6bc-5f78-9c73-d46343f50081"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bd1116d1-2346-5e21-9839-73f5adb0b93a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3c6a91e-266d-518e-98f1-06528d57688b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5ac1429-0b78-5586-8b1a-2b759c8727d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62010dac-a5ba-5b60-9aac-a6c8923f5c82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3c6a91e-266d-518e-98f1-06528d57688b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5ac1429-0b78-5586-8b1a-2b759c8727d7"}}],"status":"accepted","resourceType":"Task"} +{"id":"53865f13-c5a3-5875-b5ee-877cacec745d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368295"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ca7bf964-7775-5e93-86c3-884d60c83f81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f00c0b46-6342-521f-9da3-cf6e1dbfec89"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2834611a-dbd1-5032-a21a-653312060ebb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5805e8e3-dff6-575e-b1af-3a157c8d1381"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f786acfa-c5ba-597c-8660-6f115bde0e80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2834611a-dbd1-5032-a21a-653312060ebb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5805e8e3-dff6-575e-b1af-3a157c8d1381"}}],"status":"accepted","resourceType":"Task"} +{"id":"2b5a627e-0070-5135-86ac-2c532bac4b69","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368296"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1a38a84c-4f31-5e36-a13b-968eb8f6163f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f68f72a1-0023-5355-aa07-49d9305a578a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d58c19d2-1234-5fa4-8668-50867908499e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0149698-3166-5d11-b211-b02947ea2bb9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd946d88-230b-5b8c-9ba9-c120e4f36b41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d58c19d2-1234-5fa4-8668-50867908499e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0149698-3166-5d11-b211-b02947ea2bb9"}}],"status":"accepted","resourceType":"Task"} +{"id":"c103c17b-c070-5ad5-9b2d-15f8a3af9ef9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368297"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/68633019-00f4-5d94-b14d-249d15ed0d7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eed3b50c-9026-540a-afc6-13e58f476089"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be35bfbf-5922-5a78-af0a-8ba59705b8d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fddfa895-2737-5649-a75d-7b052fb25d26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/139548b0-e0cf-510c-85e4-9972e5c1b340"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be35bfbf-5922-5a78-af0a-8ba59705b8d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fddfa895-2737-5649-a75d-7b052fb25d26"}}],"status":"accepted","resourceType":"Task"} +{"id":"06af6b81-c689-558c-9c77-12059f312e87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368298"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/386329e4-24a9-5cf6-b69e-4ab320b0c8db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e1e16739-727d-5716-abcb-6609628ef471"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7a8122f-4935-5a1d-9822-f0181a8267c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf1794bf-0aef-5d92-843d-cf8f4640e1e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22a30aea-7e3a-5121-9531-cc841a7c028a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7a8122f-4935-5a1d-9822-f0181a8267c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf1794bf-0aef-5d92-843d-cf8f4640e1e7"}}],"status":"accepted","resourceType":"Task"} +{"id":"56d4abc6-fee9-52a3-aaec-597f585c4494","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368299"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7eec2ed9-f0f4-520c-8396-8cc373aece90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1d739092-25a5-5805-83e7-0af41c19788a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30c170e0-08e5-51c2-a67c-db81fd88c97f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aab59cba-d134-5ba4-810a-1b274971faf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63b6e295-94bf-589d-b630-314404e68c78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30c170e0-08e5-51c2-a67c-db81fd88c97f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aab59cba-d134-5ba4-810a-1b274971faf1"}}],"status":"accepted","resourceType":"Task"} +{"id":"eb621fe2-9eb8-5395-a26e-344ae1d9e7fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368300"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/718dd940-0cc9-5c07-b567-4e0868b92288"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9e701b20-84b9-56e0-8443-80559fbfd147"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19fa2ec6-3ad0-5722-a5dc-589140cb1b6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d9d36b8-9a42-58b4-b151-bf71db8edc24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07652a9b-bebb-5807-91ad-c657ab744b7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19fa2ec6-3ad0-5722-a5dc-589140cb1b6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d9d36b8-9a42-58b4-b151-bf71db8edc24"}}],"status":"accepted","resourceType":"Task"} +{"id":"219d02c3-0480-5217-86ba-53f0061f756c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368301"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/97ac1424-f89c-5418-be9b-99b238025b97"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c90ebb5f-291c-532f-9877-f297de8e9bab"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/329bb172-5d1e-5ba2-8a40-e129fa928cf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5bfb9a6-34bb-5711-acbc-8b015193680b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8a9d60c-cce3-584f-afd6-68d7c71ba46f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/329bb172-5d1e-5ba2-8a40-e129fa928cf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5bfb9a6-34bb-5711-acbc-8b015193680b"}}],"status":"accepted","resourceType":"Task"} +{"id":"2acbadbb-8feb-5d59-99dd-ca600142db35","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368302"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8746764f-7a3f-5e39-8edd-531d52d3d419"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/750a0ca9-59b0-5b9f-a453-9053c23f2b6e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a51ed9f-85e6-5b61-ba1c-00f15ba462cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a525e02a-7186-5b45-b95c-a21faf5cce9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81ecf929-f91a-5152-bf9e-081452fc3547"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a51ed9f-85e6-5b61-ba1c-00f15ba462cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a525e02a-7186-5b45-b95c-a21faf5cce9c"}}],"status":"accepted","resourceType":"Task"} +{"id":"7dc496a0-a295-5572-a53a-452ef57a3419","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368303"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/88e5db99-361b-5dee-b68a-017ec6868572"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e210dea6-933b-5186-bc1d-5ed8b739a17d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a972487c-28ee-55e7-ba7f-fa72fb413969"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c5468cd-1cc7-560a-b0d7-71f8c40698d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a488dea6-feed-56e9-94ee-537ad0ca3e10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a972487c-28ee-55e7-ba7f-fa72fb413969"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c5468cd-1cc7-560a-b0d7-71f8c40698d5"}}],"status":"accepted","resourceType":"Task"} +{"id":"112bf295-7ff1-56c7-a44a-d2ba6e4e4b24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368304"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e45a9023-61a7-59b1-a0c6-9179857a879a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6fc2f65a-c283-54bc-a848-72dea1940959"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1314aec8-ed84-5230-adff-3bbd8c845c7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb091f0b-d67a-519d-a013-18d5dcc6709c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a28ee113-1a64-5b69-bf84-cec97c1e750f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1314aec8-ed84-5230-adff-3bbd8c845c7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb091f0b-d67a-519d-a013-18d5dcc6709c"}}],"status":"accepted","resourceType":"Task"} +{"id":"d04a16e4-4a04-5101-8cc5-1df020dd6517","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368305"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d973a69b-e1c7-5d3b-af6a-88bbf4bbf393"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8a870513-f281-5108-bf8f-2fb8a6802a73"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42fec54e-1e3d-5bc8-bcc4-865195ca274d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b585579-35db-5373-aecf-985d0838dace"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bee18299-9907-5635-99cb-9b1a9ff1435c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42fec54e-1e3d-5bc8-bcc4-865195ca274d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b585579-35db-5373-aecf-985d0838dace"}}],"status":"accepted","resourceType":"Task"} +{"id":"86cddc25-b58d-52b3-a9d5-b6d18f91049e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368306"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/12cda69c-f068-53f6-a106-3bd0c92a3e2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2f4a8a5d-0e51-50ec-aa60-b734dd5b840f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a62dfe1f-ae6e-5de4-9dd7-f7f87e819908"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38f94116-8205-59d4-b2fb-55fa1bdfbe56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1624883-1e89-5e92-a5b4-1021905568b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a62dfe1f-ae6e-5de4-9dd7-f7f87e819908"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38f94116-8205-59d4-b2fb-55fa1bdfbe56"}}],"status":"accepted","resourceType":"Task"} +{"id":"161dd6ad-93dd-5c6d-bdae-972ef819bcdd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368307"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2a61cf8d-22a4-5ca7-a790-73d623707f77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e8c11657-b16b-5839-a060-8accf59fb809"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12002f18-91b7-5e22-9b32-b7bd40853750"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6cc1b1db-184e-5d34-b2b7-60ca17bdcf8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c045d2f5-0501-5006-837c-21963fb05b63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12002f18-91b7-5e22-9b32-b7bd40853750"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6cc1b1db-184e-5d34-b2b7-60ca17bdcf8b"}}],"status":"accepted","resourceType":"Task"} +{"id":"ffe688a5-5097-57d5-98b3-70ff3eeea931","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368308"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d62a9c3b-f9e6-5ed0-8c02-f2cfcc45536f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/deee3611-d1bc-55dc-a40d-7f1a694e490e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86ef547d-2268-5423-973b-59c57b5698c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ae95805-4e1d-5d8f-af6e-9cf0202afda2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a4de2b7-7029-513f-998e-1e9686b13f48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86ef547d-2268-5423-973b-59c57b5698c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ae95805-4e1d-5d8f-af6e-9cf0202afda2"}}],"status":"accepted","resourceType":"Task"} +{"id":"c6e6c173-44da-56f4-ae7c-497d1e12eca1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368309"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/da1e4214-fb16-54f3-98ba-223263e0dbb0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1efc592a-340a-5b34-8f9d-767d2f025b89"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0a7c2a0-9353-59a8-9dac-cdfa30c4df11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b8ffbce-7e5c-5d21-8d71-e0b68da5c351"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7a95dd3-45f0-5956-a20e-f3d294bd2d84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0a7c2a0-9353-59a8-9dac-cdfa30c4df11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b8ffbce-7e5c-5d21-8d71-e0b68da5c351"}}],"status":"accepted","resourceType":"Task"} +{"id":"abc817d3-c834-57a7-b3e1-0d5c415d2cb4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368310"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6f8d715a-0265-5018-955d-173e804be8b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b025e1ec-97d2-52c5-82ba-ac042fafcae6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cb9a7d6-2ab2-509e-a103-089e105d9810"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1d8a1cc-c0b0-5f96-aad7-bf697aaaeff9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a0f60c6-d07e-5693-92ff-dd2e5d1c4d76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cb9a7d6-2ab2-509e-a103-089e105d9810"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1d8a1cc-c0b0-5f96-aad7-bf697aaaeff9"}}],"status":"accepted","resourceType":"Task"} +{"id":"8cb9eed3-c346-53e2-b507-286772a512f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368311"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b1a76215-daf7-53ee-838c-73e806a81b20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cfc27fc3-318b-5223-b229-1d24978d7813"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fdbf73c1-cdc1-54b6-889c-8898dc8345e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a284b1c8-346a-5e76-a1d9-a821c368d36d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba529391-9c06-5cdd-9927-d9ecde57e4e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fdbf73c1-cdc1-54b6-889c-8898dc8345e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a284b1c8-346a-5e76-a1d9-a821c368d36d"}}],"status":"accepted","resourceType":"Task"} +{"id":"227eb7a4-3997-572e-b154-4f64f204a0ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368312"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ab6d0af6-6a10-5f7b-8bd2-cae676a40afb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c8e11385-94b0-5ec2-8d57-adcf71c75407"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/edd81a9c-fb6d-5433-b765-8979c0c4569f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a20f0812-dcd3-572f-9689-6579b3f9fd45"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b136cf7-4f67-5597-a791-ae06b47dbde6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/edd81a9c-fb6d-5433-b765-8979c0c4569f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a20f0812-dcd3-572f-9689-6579b3f9fd45"}}],"status":"accepted","resourceType":"Task"} +{"id":"cc931553-e7e8-59a0-ac04-ae26e44b8f62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368313"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5513599e-9c7d-564d-9daa-0dc502897101"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/89daa1e9-a3f7-54bb-b7e2-18739c1f864b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1567bbf0-b3f4-5b6a-93e5-47e386c73e9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac348a29-50f3-5079-aa3b-fee5483def80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be206578-c5cb-5011-9cc8-57b0ef8d02e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1567bbf0-b3f4-5b6a-93e5-47e386c73e9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac348a29-50f3-5079-aa3b-fee5483def80"}}],"status":"accepted","resourceType":"Task"} +{"id":"bd604abd-66a6-5209-9e8a-49dc88f9e119","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368314"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/135ebede-779a-58e8-bb05-6a566da369bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bf6cb952-90d5-5fd2-9d02-4dc1ea5cdcaf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e38358d-77b7-5895-986b-0980f07d52fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/963adfd7-8fe3-537e-91a5-73c42a360ff5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9c0d698-73b9-5e51-86c4-bfe0609d6a8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e38358d-77b7-5895-986b-0980f07d52fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/963adfd7-8fe3-537e-91a5-73c42a360ff5"}}],"status":"accepted","resourceType":"Task"} +{"id":"36eceac9-ebc3-5804-bf5f-0e3cd28f2c9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368315"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b0b6d7c5-ac61-5e88-9dfb-1304e7763027"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/85bccc63-038e-5a17-93a9-f4f3c95a6082"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1ad0556-5d10-5f8e-8832-b5b91305c653"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6863b168-e165-5518-8572-9bc3acb57d90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a69d4f2c-5919-51d9-990a-9eb636c22a6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1ad0556-5d10-5f8e-8832-b5b91305c653"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6863b168-e165-5518-8572-9bc3acb57d90"}}],"status":"accepted","resourceType":"Task"} +{"id":"ffd50593-543c-5c81-82c8-bff368e9d113","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368316"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/09f7c8a3-5c78-5654-9078-5e4f85f925a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1349f94a-cb1f-5fa0-b02b-208058f39e91"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c3ad544-fa60-50ff-ac34-fc3d3ab6bed5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f537c82c-0c61-53de-93e9-de75f5464a8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c899040-c238-5ba9-99ad-d67170396a7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c3ad544-fa60-50ff-ac34-fc3d3ab6bed5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f537c82c-0c61-53de-93e9-de75f5464a8b"}}],"status":"accepted","resourceType":"Task"} +{"id":"69e6b7c7-746d-51ae-a842-79826a48687d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368317"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bee56c42-42a3-5ee8-b58b-6cba06dceda5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/57e54b3f-d0de-5c5f-8cdf-eaf3116484f0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/957e79be-4974-5159-86de-c98e50ec33eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5da4edad-07f0-5cbb-851a-506ebc040fa9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/750fca01-7250-56b0-aba4-c974bc7d8e43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/957e79be-4974-5159-86de-c98e50ec33eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5da4edad-07f0-5cbb-851a-506ebc040fa9"}}],"status":"accepted","resourceType":"Task"} +{"id":"f18d16bb-de25-525d-a084-04cdb9cf27d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368318"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d77f1b45-6476-510a-b399-7406b1b40965"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dfb3f3af-5145-5355-b8dc-ecd8ffcde5cc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a72b69df-dfb2-5d80-aee1-ce8a8a4fe12a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8ccbf0d-1a03-5ca0-8b50-8624f23524df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50fc49e9-be0a-5cb9-b720-e1abbc05dd87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a72b69df-dfb2-5d80-aee1-ce8a8a4fe12a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8ccbf0d-1a03-5ca0-8b50-8624f23524df"}}],"status":"accepted","resourceType":"Task"} +{"id":"7aa6538c-a2d9-5498-a563-0e68aa0b11f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368319"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e78dbcef-143e-5692-86b5-436957c45ac2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c36d4235-2975-58e8-b744-d7ba000b4de0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50f090de-cfcf-589b-9bea-e50e80d21e7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8bb3102-ca5c-55df-b685-9c2d4cd61444"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/136367b4-03fa-5c82-b082-1bbd93f34da2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50f090de-cfcf-589b-9bea-e50e80d21e7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8bb3102-ca5c-55df-b685-9c2d4cd61444"}}],"status":"accepted","resourceType":"Task"} +{"id":"61f7f239-f8c5-52a2-97d2-2fbe9967d4b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368320"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3d69537f-a0c6-5af7-b69f-6b52400b4c04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d0b009e7-e8bf-5664-a3ad-12202b36d437"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b61391f7-84cc-5961-9bbc-faec1b29eec4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d9ed092-dc09-50e5-90bb-9ee1ce475b2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d46f0853-6698-53e6-b57a-08a53e10cada"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b61391f7-84cc-5961-9bbc-faec1b29eec4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d9ed092-dc09-50e5-90bb-9ee1ce475b2e"}}],"status":"accepted","resourceType":"Task"} +{"id":"c72a512a-3a84-57e3-a484-a443f5ac3e6a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368321"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c27943f7-fccf-5a41-b352-8b6333d12f02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c71e93f7-8b26-532a-9fe1-14499160e1a8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bba75148-bfb0-5c34-8f88-bcb07ea859b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1f67e5a-becf-5c9f-be70-0801242c9169"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/899a38c1-6a9c-55f8-98a2-fa6419fd9246"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bba75148-bfb0-5c34-8f88-bcb07ea859b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1f67e5a-becf-5c9f-be70-0801242c9169"}}],"status":"accepted","resourceType":"Task"} +{"id":"1179d491-10dc-518c-a434-f377f9fcd88b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368322"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ab467923-e80a-5da7-87ef-9ac4d1becf7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d2ae4a06-784c-5b17-b7bb-114a01da0cf9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64007a42-8fd6-515b-95ed-cb4e75a688a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10716893-5eec-5f67-b7e5-c55fbe5e0a71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04238dd1-a5e8-5088-a39f-a2849940aadf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64007a42-8fd6-515b-95ed-cb4e75a688a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10716893-5eec-5f67-b7e5-c55fbe5e0a71"}}],"status":"accepted","resourceType":"Task"} +{"id":"f81c7eba-1034-5248-a3ff-1fc0c20ba649","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368323"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/185cfae4-2e78-57a0-a218-67602d144fdd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/002a8905-f69d-52f7-a811-3e4e214f8ba5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/803cc49d-e1e5-5249-a1ad-090e33679973"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f80b9043-db86-558d-be7d-09a97e3fe820"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e41561a7-69e8-58ab-b797-54670f7795b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/803cc49d-e1e5-5249-a1ad-090e33679973"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f80b9043-db86-558d-be7d-09a97e3fe820"}}],"status":"accepted","resourceType":"Task"} +{"id":"80354494-03ac-50e0-a935-35fd9a15c006","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368324"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a543b126-d9a8-5a83-9276-fa67524aeb20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a0fd01e1-4621-5062-8506-80f0097a03a7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15a74d01-2d68-5f6b-b942-1083279ad2a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59b611e2-27dd-5b67-aa4c-b8e5feb3b8c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3138c99-b0e7-5081-842b-f18045a98cef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15a74d01-2d68-5f6b-b942-1083279ad2a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59b611e2-27dd-5b67-aa4c-b8e5feb3b8c9"}}],"status":"accepted","resourceType":"Task"} +{"id":"1f9a9161-d2f7-52b5-90e8-7c6a8766cc78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368325"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0e2d297d-1994-532b-8f3e-1a2d0170f67b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/92f2e1e2-dc81-569e-ba4d-f430995ddb61"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c60f1b2f-7135-5166-a84b-c9690efa4091"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d7a8dfb-290f-538b-a9ef-148d33ec658b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81b09b74-c61d-5825-a6f9-79689e7e2035"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c60f1b2f-7135-5166-a84b-c9690efa4091"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d7a8dfb-290f-538b-a9ef-148d33ec658b"}}],"status":"accepted","resourceType":"Task"} +{"id":"6c801b01-1c4e-56b2-8b11-29842642802a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368326"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ef50d0df-abb6-5b0e-8695-471a9dcdb486"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1f305474-f5f6-56dd-9a91-773982e8ed53"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f35c1c3-6a95-5b47-8131-fc6da51d34ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c01892da-38d0-5a60-b5f7-7eef096d02e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2444b77b-205b-53ce-b9d2-f4bfd248d76e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f35c1c3-6a95-5b47-8131-fc6da51d34ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c01892da-38d0-5a60-b5f7-7eef096d02e4"}}],"status":"accepted","resourceType":"Task"} +{"id":"d6e66e18-d6e4-5e84-a200-b15bc103dad0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368327"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/01f76a14-3d13-5b1b-94c8-4a93d9978c8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0ddb884c-f9ae-557e-a8f5-32e74962ad2b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f7bf5d3-df1f-52fb-85b1-3708c247ce61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a70be5f6-dbdc-56be-a837-398ccad2f21b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d0bd067-9a6e-519b-824a-19e137b4469c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f7bf5d3-df1f-52fb-85b1-3708c247ce61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a70be5f6-dbdc-56be-a837-398ccad2f21b"}}],"status":"accepted","resourceType":"Task"} +{"id":"c995522b-0e70-5260-8d1a-c855f24deba7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368328"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dabbc504-89a1-58f5-abd9-3d2d6b0fef46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7cbcaa3e-6043-5802-8c51-271adfd9b5c6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c20611d-04b3-5b14-9a28-d8d45fdd39c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb73f4eb-3360-5f89-9a02-9fa612911654"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec90618e-11d8-5617-b890-56bcb5cd88a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c20611d-04b3-5b14-9a28-d8d45fdd39c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb73f4eb-3360-5f89-9a02-9fa612911654"}}],"status":"accepted","resourceType":"Task"} +{"id":"fd22f2e1-eb34-54b6-a27a-cb04ecccee0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368329"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c167b486-10e5-5652-84a4-668b147e5390"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b29e79ee-6b84-545e-90ee-61079595b1d7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e308a233-f64a-5a89-a529-8d50ee83b5e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1f90df2-3a1d-54a3-9843-ca871817c2c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d9eb16b-7df7-5b5d-be4b-591b7b1e2ce8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e308a233-f64a-5a89-a529-8d50ee83b5e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1f90df2-3a1d-54a3-9843-ca871817c2c6"}}],"status":"accepted","resourceType":"Task"} +{"id":"0182c1e1-338c-5fe2-adb0-096c62c595a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368330"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/66f7a261-8d14-53d0-ac90-ce1e422055e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/05c516c7-7fea-542e-9f60-a9cf2c88c82b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35b19060-5256-5e85-ab2a-f232f21c5334"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17bcdd64-d857-569e-a651-8019ba4c738c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8593f409-718a-5e39-ba1f-1bcb3ac788dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35b19060-5256-5e85-ab2a-f232f21c5334"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17bcdd64-d857-569e-a651-8019ba4c738c"}}],"status":"accepted","resourceType":"Task"} +{"id":"8cf3cd93-daef-5771-ad83-87f5626bf7d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368331"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/22209eb2-d9a8-5a10-a65c-1622a90b0751"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e7253d21-766d-5021-9d54-5e485e4fe17e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ff96ef5-b8f7-5205-93b4-f219f618ee8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/601decfd-451a-59ea-b78c-aec69da1eef1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29b9ad23-2664-5818-b995-8c2da19c06f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ff96ef5-b8f7-5205-93b4-f219f618ee8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/601decfd-451a-59ea-b78c-aec69da1eef1"}}],"status":"accepted","resourceType":"Task"} +{"id":"7ea0d910-2c51-582a-b3c1-86ab2f899e69","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368332"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d581f4b4-1f5e-5439-8157-98dbb131c15c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ad7bb2b2-e5d1-507e-aeac-a368dbda5b1a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bbb226bb-e7ef-594a-baac-873040840e48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4eba75e5-16c2-5bd3-bf68-0cf5a0b6bbb3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a975f94-d2de-51e2-a710-837e48225304"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bbb226bb-e7ef-594a-baac-873040840e48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4eba75e5-16c2-5bd3-bf68-0cf5a0b6bbb3"}}],"status":"accepted","resourceType":"Task"} +{"id":"08742406-8e92-5832-97c3-0844ee6bb5c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368333"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/003998c6-f2e8-54f4-b262-442641651693"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4ab0375d-7513-5377-aa4d-317880763f29"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7a401e9-0ef5-5fcb-a1ad-fbbcb6e8ab74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11f8da48-273b-5a9c-810a-61a017b00e00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf6059a5-239c-5a22-8162-11837e7c52e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7a401e9-0ef5-5fcb-a1ad-fbbcb6e8ab74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11f8da48-273b-5a9c-810a-61a017b00e00"}}],"status":"accepted","resourceType":"Task"} +{"id":"44d44fa1-8ef6-52ee-966d-5716c91b5561","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368334"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/13022abb-c94f-5b9b-98bc-b42cc82045d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5f44f3ad-5296-594a-b323-bc0f3f03a3f9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0482502f-f512-57ea-812a-a36f8650c56e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e127fb42-cae3-5484-b3d3-c1746dfa0c47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f34be902-2a60-506b-b81f-dc423ff4b8dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0482502f-f512-57ea-812a-a36f8650c56e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e127fb42-cae3-5484-b3d3-c1746dfa0c47"}}],"status":"accepted","resourceType":"Task"} +{"id":"56c54441-04d8-59f3-9863-602a6107ac51","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368335"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e1e1b7ba-81f4-5ed6-94b6-72feaecb4e22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c6414091-0141-5402-b3ae-26c99baa8213"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b2fc009-5dff-54bb-828b-d56268ce22a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e0cda8d-7c94-5bbf-a712-be20df005e0a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef4daf16-dd07-5366-a3a5-3a0f669607b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b2fc009-5dff-54bb-828b-d56268ce22a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e0cda8d-7c94-5bbf-a712-be20df005e0a"}}],"status":"accepted","resourceType":"Task"} +{"id":"5759af67-28cd-5039-a9dd-0947cdb5053a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368336"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9fd5e95b-c75e-5e08-b80c-2fc37074579c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/67eb1b3e-6db7-5851-94c0-cc5edd572396"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/682e99de-a6e4-596f-8fcd-fe8a789a3a99"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dcffb94c-b880-5633-8437-8d8db8535630"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b143a8b9-ea71-5244-a77c-51e04a86310c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/682e99de-a6e4-596f-8fcd-fe8a789a3a99"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dcffb94c-b880-5633-8437-8d8db8535630"}}],"status":"accepted","resourceType":"Task"} +{"id":"3f968cbf-a667-5586-b622-f22df5e9d2d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368337"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/190676d8-88b3-5fdb-8bba-e7f637dfde7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3a89a6b7-b39c-5bbf-aa88-5f6aa8f44d48"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3149be8d-4ce0-5e9c-83a2-54939c86ea7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de1df5fd-7136-57e5-810d-207f6300cc1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f0f0fd1-8249-5693-ba2f-239cfd8ef18a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3149be8d-4ce0-5e9c-83a2-54939c86ea7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de1df5fd-7136-57e5-810d-207f6300cc1d"}}],"status":"accepted","resourceType":"Task"} +{"id":"9c665be1-e021-5e57-b8a8-984bdfadbf39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368338"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/39a077f3-c4cd-5130-831d-e121d9020e6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3a365d20-9a5e-5676-892c-2469f77a4d2a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb620c9c-9551-5528-bd47-7fa5ae6bf962"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/caef61d3-0a86-529d-b05e-646bd5ccd3a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca897e6d-6f89-55f2-b27d-aed164e6896c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb620c9c-9551-5528-bd47-7fa5ae6bf962"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/caef61d3-0a86-529d-b05e-646bd5ccd3a0"}}],"status":"accepted","resourceType":"Task"} +{"id":"6fc498d4-9051-5ad3-bc02-1d751086bfb6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368339"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/010cd168-5c46-5c30-ae7b-79caf266bf9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/75a944ab-1d7f-5f6f-9747-7b258e5c5df2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9b11e99-c624-5bd5-bdcb-966bcf0d7b8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42b3ad08-618c-5736-8a53-a9cb90313e4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cee07e1e-7cdb-5adb-a74f-771f0b1e2db0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9b11e99-c624-5bd5-bdcb-966bcf0d7b8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42b3ad08-618c-5736-8a53-a9cb90313e4c"}}],"status":"accepted","resourceType":"Task"} +{"id":"95c872e5-711d-5377-b546-2a950ee4a7f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368340"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/38a3a3d7-2a46-5a4e-959b-ab7df6e69c9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/08483d1b-8bed-5675-a384-84ea9d4ce95b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc034baa-9446-57f4-a7c2-7a62da6e1f02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5acb21db-84e8-547c-a754-10ccd8b025cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56e389ee-02e5-58e7-8962-e23e4a65e9cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc034baa-9446-57f4-a7c2-7a62da6e1f02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5acb21db-84e8-547c-a754-10ccd8b025cd"}}],"status":"accepted","resourceType":"Task"} +{"id":"daad78d4-fcfc-5c32-9864-ed64d5238301","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368341"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/79a43b78-6ba6-5580-b9d1-7bf11d1dff61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7e605417-ec93-5313-81dc-73804faf3a53"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36e09aac-a8eb-526b-81d0-aa8592ab2913"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10483c23-b8af-58e1-8280-0ded98871edb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d8a86c0-7c20-5280-a9e4-1b2b66da76fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36e09aac-a8eb-526b-81d0-aa8592ab2913"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10483c23-b8af-58e1-8280-0ded98871edb"}}],"status":"accepted","resourceType":"Task"} +{"id":"c98c2d73-c466-5040-b039-a65585a8833a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368342"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/206ec175-2d65-5960-919b-5bbf38df61b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9b828a5d-4eed-5df7-bd82-73edc573897b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07de41b7-67be-508b-ab1b-82a0a6b541a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21dfb36a-427d-5a1d-89e3-ec3488e5defa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22955fb0-7e2a-5ce8-bad3-2eb16d550f51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07de41b7-67be-508b-ab1b-82a0a6b541a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21dfb36a-427d-5a1d-89e3-ec3488e5defa"}}],"status":"accepted","resourceType":"Task"} +{"id":"5b024661-3109-5ce3-9dc2-685d17b5b7eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368343"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/45c272d4-e251-5f1a-905c-343c4da5a568"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2ad93d84-8830-5677-b2fb-4072d9271672"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/607e424e-9003-5a59-9050-45ec46d6bcf8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e84f5ae0-7136-55fd-9211-ad444a98b391"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a5ae220-3fd6-5648-806c-9b96dc3d2b12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/607e424e-9003-5a59-9050-45ec46d6bcf8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e84f5ae0-7136-55fd-9211-ad444a98b391"}}],"status":"accepted","resourceType":"Task"} +{"id":"f48a63f0-096f-5e9f-9b2c-d14c39f84ea9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368344"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9538bb48-345c-5755-b5a4-b30a4eefe099"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c546ddcf-32e5-52f1-bcbe-1cd97febdd39"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/716c3a6c-a544-536a-a407-0103c54521bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e3934b4-1997-51b4-9804-845c1a4e2dc1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/676569c1-9158-5076-bdb1-09e0d4b3959c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/716c3a6c-a544-536a-a407-0103c54521bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e3934b4-1997-51b4-9804-845c1a4e2dc1"}}],"status":"accepted","resourceType":"Task"} +{"id":"55d10d1f-7eaf-5c21-a8d9-d81c380835d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368345"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aa2d6edd-7457-5bb1-bf2f-457f241e5c6d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/377777bc-4d93-5e79-b8f8-fa017bdde4bd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a9b04c9-c348-5673-852f-acbb7ddd1443"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c9b609f-6612-5f06-8cb1-caa8ef11a252"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50ebfe63-9663-5035-b333-f073f30af84d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a9b04c9-c348-5673-852f-acbb7ddd1443"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c9b609f-6612-5f06-8cb1-caa8ef11a252"}}],"status":"accepted","resourceType":"Task"} +{"id":"a97a7138-3df5-53f0-b6c7-eee856cfecbc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368346"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b71766c6-4980-58ae-bd27-46484766d3fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f8effebd-4cc2-59c5-9d6d-a38bafb023bf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed34adda-ef98-5ae3-8d98-d95ef70adf78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00fedc67-b78d-5cd0-b45c-dd4f8f72f07a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/153cd332-2132-5db0-ace1-a51c55dfa42f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed34adda-ef98-5ae3-8d98-d95ef70adf78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00fedc67-b78d-5cd0-b45c-dd4f8f72f07a"}}],"status":"accepted","resourceType":"Task"} +{"id":"c42c1a98-f829-59fb-93e3-5939efc6edbb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368347"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a99c678a-4728-5f17-91a7-d7945b257837"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2dd9dde6-7808-556d-8e71-18e3f2c4fbc8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2dfcf45a-2edf-50b1-87e5-70177b9d07ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e261a92-ea12-50f2-8657-3e39bb1693fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e6992d3-35d4-5253-9207-34de93a81b16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2dfcf45a-2edf-50b1-87e5-70177b9d07ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e261a92-ea12-50f2-8657-3e39bb1693fd"}}],"status":"accepted","resourceType":"Task"} +{"id":"13ae807d-24d1-5ac1-9991-85c5da0536f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368348"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/85e23bd6-dba0-5da9-89a0-9f528e15ef5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/606b086d-2ac4-5975-a4e3-d84d1ba4cacd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95c84d34-7517-5024-b3c0-66279e36bc35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b02da745-2dda-5338-a8cf-4392e0ac857e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/600d2336-7d9b-5898-afda-5fcb95caa037"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95c84d34-7517-5024-b3c0-66279e36bc35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b02da745-2dda-5338-a8cf-4392e0ac857e"}}],"status":"accepted","resourceType":"Task"} +{"id":"6a0fbc84-5401-55a8-a0eb-3ae865c80403","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368349"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f5ddc93f-89c5-5eae-851b-a50839b2ac8f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c824138d-a27e-5ccd-89cd-2d3a6a962229"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/510fac03-91aa-565e-ad9c-b3978a8d2b05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac4f5e1c-172c-5b74-b0a5-f7083a280eea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7874c219-36df-5aac-9abb-99e7f7c1e122"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/510fac03-91aa-565e-ad9c-b3978a8d2b05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac4f5e1c-172c-5b74-b0a5-f7083a280eea"}}],"status":"accepted","resourceType":"Task"} +{"id":"dc594bb0-741b-5dcb-b02c-57aad7db18e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368350"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1b3efa97-2cc2-5a1f-bd2f-fae9cc348a6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/930fa8c8-305a-5695-8b82-693739b498ef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61542c4e-5a05-5751-b3b3-43a27b9a8735"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63aa1f2c-a216-5f47-b141-c51e63334332"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efbc2ed2-13d0-5c5d-bd99-9ca2ab19dbc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61542c4e-5a05-5751-b3b3-43a27b9a8735"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63aa1f2c-a216-5f47-b141-c51e63334332"}}],"status":"accepted","resourceType":"Task"} +{"id":"c6a9dcf4-24ee-525e-b7a4-adf0199d4388","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368351"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/52f5bb59-837f-5fa1-ab2c-b6c0ca5451f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2d408e3a-d281-592b-8129-0f45e7a6f47d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41768363-ad0e-5ab0-9c63-887b45bbcf05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9791d69b-8f50-5751-a0c1-cfea8a717b9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a33ed2a6-deca-5f8d-8cb3-8305e8e43af5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41768363-ad0e-5ab0-9c63-887b45bbcf05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9791d69b-8f50-5751-a0c1-cfea8a717b9a"}}],"status":"accepted","resourceType":"Task"} +{"id":"0a3f955e-fa8f-5c29-b5e7-b5f5e044bf1b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368352"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e4711675-62fe-5cac-ac26-2f9cead4287e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/76969791-e6ff-5323-8b0a-79095d3dc5e6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b12deaf-cf59-550c-a227-a33d922d012f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9961c8f1-43b0-5b74-8045-a9fe30173184"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26c1f816-2467-560a-b2fe-094c9d77941a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b12deaf-cf59-550c-a227-a33d922d012f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9961c8f1-43b0-5b74-8045-a9fe30173184"}}],"status":"accepted","resourceType":"Task"} +{"id":"7b95115a-afb3-54c2-add7-2b6dc0e4f5f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368353"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8764f1da-6f87-5866-a01e-97e49c8825fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a6f9e7cc-bd88-5f26-b317-c91d99ba19a6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/636e547d-fd5b-57c5-ba96-0c5feb6c6005"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/685a3b7f-7771-5e66-b7d6-e26617978272"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6179d8db-4a40-5e11-ac95-b72613a4b1d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/636e547d-fd5b-57c5-ba96-0c5feb6c6005"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/685a3b7f-7771-5e66-b7d6-e26617978272"}}],"status":"accepted","resourceType":"Task"} +{"id":"492aefc5-7f37-5d54-99ed-5da32782fd8a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368354"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/33b9fe82-4882-5296-aef3-34e14122a347"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a70053a4-3c2b-5aff-9e7c-a7c5b14525fc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0059f994-6d63-566b-855e-5c593db02bd0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71154ad1-d3d2-5785-a4e0-ffcb444529dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f32e82ac-67de-5871-ad76-a1b49aa143c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0059f994-6d63-566b-855e-5c593db02bd0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71154ad1-d3d2-5785-a4e0-ffcb444529dd"}}],"status":"accepted","resourceType":"Task"} +{"id":"7abe94c0-bc68-56fb-8b17-71ad5d941913","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368355"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/039d2f20-c224-5b48-a860-a9cf19384519"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/828686e9-63de-5709-9f3a-8c43222827fe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61f59437-fd33-5be2-a5e1-b6072efebceb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa2610d3-b9d6-5fa6-aee7-0c31129aec70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0823b7f3-7a35-5cc7-9e54-0aa9a20a6ed8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61f59437-fd33-5be2-a5e1-b6072efebceb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa2610d3-b9d6-5fa6-aee7-0c31129aec70"}}],"status":"accepted","resourceType":"Task"} +{"id":"4fdfa313-4a3e-5d1b-a8d2-c1ce61d5a9f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368356"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e896debf-3047-5d06-8659-9b1fced90c3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/99657c78-57ed-579e-88ad-aae676bd1832"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b146013-c56c-5b39-b390-4b297e9615a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7bba31d-78a8-58a6-85bb-dd835083b07a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7093ee2-70a1-5ad5-acbb-673dcd0b89a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b146013-c56c-5b39-b390-4b297e9615a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7bba31d-78a8-58a6-85bb-dd835083b07a"}}],"status":"accepted","resourceType":"Task"} +{"id":"a8264216-9627-5d9c-b350-c7a82c2baef4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368357"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8bc54c90-2441-5c4b-bae3-7c79046150e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/82baa4f8-f509-50aa-9f26-a287c3eb13a0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b9e4eaf-481e-5c46-b3cc-8630b8b63fed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22325399-c843-5059-af39-8c985bbed759"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4bcb823e-6b1f-5d4b-9ae2-41ba61e9fe27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b9e4eaf-481e-5c46-b3cc-8630b8b63fed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22325399-c843-5059-af39-8c985bbed759"}}],"status":"accepted","resourceType":"Task"} +{"id":"9c005906-9320-5e9e-9000-272e0be04065","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368358"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/74c433bd-fed2-53f3-ac5b-bf43d3031f9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bed399f7-0ea5-516a-b791-31435549223b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c78c2696-3db9-58ab-bb49-e2556ac18ecd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d5e96aa-5074-50d5-9541-996ce4c4cc46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e99e1b28-f8c6-5422-b756-539209217e50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c78c2696-3db9-58ab-bb49-e2556ac18ecd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d5e96aa-5074-50d5-9541-996ce4c4cc46"}}],"status":"accepted","resourceType":"Task"} +{"id":"ffd383fb-fe66-5cfb-a12e-b7d709d1d4b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368359"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d85e297c-8086-5348-97ab-3f0ec0a9b0f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bf6f4611-b81f-506c-a641-6c8aba1e08f5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28371156-230d-55c7-964b-b7f049d066d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2d03bb1-4520-56a9-a107-1327804e2950"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c6471e5-a466-5c2d-b788-19c2effcbdd9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28371156-230d-55c7-964b-b7f049d066d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2d03bb1-4520-56a9-a107-1327804e2950"}}],"status":"accepted","resourceType":"Task"} +{"id":"c4592aed-8b45-52d4-9c27-c46a4dcfc7d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368360"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2ed63bdf-344a-55b7-be1b-2b4f822dd369"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9ff46cb0-2176-524b-b96f-d3cfe392234c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eaf52609-bd81-5d60-bf54-704f275fb96a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad3bec74-325a-5efc-97d6-109627b2b296"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/202ec1b8-1c4f-5c3d-ab0a-918f6d302675"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eaf52609-bd81-5d60-bf54-704f275fb96a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad3bec74-325a-5efc-97d6-109627b2b296"}}],"status":"accepted","resourceType":"Task"} +{"id":"7e393054-3883-5866-8c18-9f9cc4936181","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368361"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a9762f46-cf6d-585a-997b-ed3b02d7bc9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/82dafe12-0bc3-576f-b4f7-7ff74ee64439"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b9f4904-3f42-5349-b62c-30a4f397f972"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/611d1ce3-7e5b-5608-bc96-d02cf5a4e957"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f564ea8-14c6-5fb9-970f-fabb6a19afab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b9f4904-3f42-5349-b62c-30a4f397f972"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/611d1ce3-7e5b-5608-bc96-d02cf5a4e957"}}],"status":"accepted","resourceType":"Task"} +{"id":"e0ffe5ea-1f2c-512f-b555-0a98e892d3c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368362"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/06e567dd-5840-5cdd-b50d-bcf738a9eae8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/72b2c84d-568e-5ac2-9041-5efb8f6424bd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5373a1cd-fb4f-5d2e-8196-67d27976125e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3517029-967c-5bc1-bf02-9590c555694c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48c1d962-4aa8-5103-920d-1d69c168f979"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5373a1cd-fb4f-5d2e-8196-67d27976125e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3517029-967c-5bc1-bf02-9590c555694c"}}],"status":"accepted","resourceType":"Task"} +{"id":"fa6a69bf-ca59-5046-adf1-f483723d9d24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368363"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e307b062-cea5-5e3d-bb5d-5f749bd4e920"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fbb12f77-9fcc-576d-8eab-ded66b8f2d34"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7f7ff8a-2d81-54ab-a63b-c95fd670bc4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/966265ce-5d29-5355-a825-2acd9e5ecc69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41b078a0-c131-5e1f-bf64-175f59425313"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7f7ff8a-2d81-54ab-a63b-c95fd670bc4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/966265ce-5d29-5355-a825-2acd9e5ecc69"}}],"status":"accepted","resourceType":"Task"} +{"id":"e2379f88-9461-51d4-ad4a-69e8c0062eac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368364"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e45214ca-85df-59ea-a4ef-05cabd00730d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/86179ee6-7e5c-547f-8899-727379609a99"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5d6c441-6fd5-5fca-819b-2a016b941f41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73c87410-e3d4-517b-bafd-91cf3371966a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc4c0beb-e728-5caf-a84e-cbe1c6f4c410"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5d6c441-6fd5-5fca-819b-2a016b941f41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73c87410-e3d4-517b-bafd-91cf3371966a"}}],"status":"accepted","resourceType":"Task"} +{"id":"47937358-1b2f-5d3c-9ba6-bfe40761413e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368365"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9c6e40d0-adab-5764-b78a-4dc5a732f060"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2e5bf3c6-8816-55bc-96f7-8e4ed433e11f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b6e8451-a564-587f-98ff-8672669c2a75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c419106-f9e1-5d5c-9582-fb2cb20baf7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d14c27c8-e9ea-5810-8ba1-c643318046c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b6e8451-a564-587f-98ff-8672669c2a75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c419106-f9e1-5d5c-9582-fb2cb20baf7f"}}],"status":"accepted","resourceType":"Task"} +{"id":"414fe753-ca18-54ed-ba95-d0283593da8d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368366"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/87ba6074-cc0d-56c0-9552-503f1b81f364"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/54cb1c4f-420f-5fa1-b197-e34a283fa9ea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91a7be31-1395-5cd2-aca2-0b3122e6920a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1508a937-638c-5601-bd79-0642ed728e07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4bdd50bc-c7e6-5286-82cb-8edd06d0326d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91a7be31-1395-5cd2-aca2-0b3122e6920a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1508a937-638c-5601-bd79-0642ed728e07"}}],"status":"accepted","resourceType":"Task"} +{"id":"face556d-d257-5971-98a3-d13ba492a87a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368367"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3f526930-87d1-5397-a867-6c2273efc213"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0b5c1722-5550-5d66-8a4f-caa201059b2e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c424041-ba79-5324-a6fe-9382f502144a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf40d489-10f8-5217-b6fd-c60dc57fa7c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70551248-2f92-5353-bfd0-13fdf5744015"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c424041-ba79-5324-a6fe-9382f502144a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf40d489-10f8-5217-b6fd-c60dc57fa7c8"}}],"status":"accepted","resourceType":"Task"} +{"id":"3dafef59-9674-57c4-a4c6-3ce8bd2cd576","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368368"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cb9768a5-cb70-5783-bd02-cdd03ba8597a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/32f1330f-99bd-56b6-be5f-5ce3fc9a98dc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c182592-4b2a-5dd7-9ed2-b2b48083f0a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86210a2f-96cf-5b1a-a57d-823e5cf3b068"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02a92427-e753-5488-9833-9f36dcbcd095"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c182592-4b2a-5dd7-9ed2-b2b48083f0a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86210a2f-96cf-5b1a-a57d-823e5cf3b068"}}],"status":"accepted","resourceType":"Task"} +{"id":"5fe402a9-4912-5ad4-aed8-f8ba28a7ae6a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368369"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4fe30650-c7d0-5812-8c8d-3e5239d8e962"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0845c0ab-2f37-57b9-a763-4eaf385a682a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0d1415b-8fea-50c0-a38e-4000e5ed408c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e837bfc2-1908-5b21-8a37-2eba8979b882"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3939fcb8-9138-55eb-af9b-1e7616f05d93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0d1415b-8fea-50c0-a38e-4000e5ed408c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e837bfc2-1908-5b21-8a37-2eba8979b882"}}],"status":"accepted","resourceType":"Task"} +{"id":"5b311e12-cc59-5fd0-af34-d7cd10e26a08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368370"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f2d5a8aa-cd97-52a1-bde8-1308d05f8916"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0922fffa-f72b-5768-b17f-f202e58c20db"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7fbcb8a-bf90-5620-9366-1f263a9ec0ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b1b4b0e-3dea-52eb-8bd9-ffaeb2009be5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ece89036-a58e-5a4f-a3ad-124a5894e5e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7fbcb8a-bf90-5620-9366-1f263a9ec0ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b1b4b0e-3dea-52eb-8bd9-ffaeb2009be5"}}],"status":"accepted","resourceType":"Task"} +{"id":"e31e765a-d87c-5aa8-b7c0-2cb0b226fa19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368371"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b15f8e73-551e-54e9-80c6-2f8622e313ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/542c236f-2cd3-5c36-a7d3-8894aed4efe2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04ecf7ea-b31e-5fe8-9316-36294715283b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c584380-3272-5124-b2a9-4cf760d37a3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5630d103-b207-5749-a8c7-9ec0c94e59ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04ecf7ea-b31e-5fe8-9316-36294715283b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c584380-3272-5124-b2a9-4cf760d37a3b"}}],"status":"accepted","resourceType":"Task"} +{"id":"ba312345-ef60-52c4-96f6-5d16b4256b2d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368372"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5d64ac86-c570-576c-8e21-ad49106fcefc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5c6a0091-ef8d-5c29-ac3d-f2a93e296efa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0eb1fb85-99f8-5a27-86bb-625d34c50b92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46046bd7-2198-5b1f-bd19-9eb9dd92f092"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db3c53b3-b373-5c27-b8d1-b6bda7047035"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0eb1fb85-99f8-5a27-86bb-625d34c50b92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46046bd7-2198-5b1f-bd19-9eb9dd92f092"}}],"status":"accepted","resourceType":"Task"} +{"id":"04659573-4547-5ed6-b532-d9464d1f0174","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368373"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/478c4d07-9b3f-5474-8d16-a98960ee44e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/72557c10-9dc0-50e3-a5d9-d9dec8e43055"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba2387b1-8d9b-58b3-935b-7ff0dbd2b47b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd016b5d-29a8-50ca-a421-007aa54c233d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/323b9a32-5fb9-569f-b0a9-05d118d58d6d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba2387b1-8d9b-58b3-935b-7ff0dbd2b47b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd016b5d-29a8-50ca-a421-007aa54c233d"}}],"status":"accepted","resourceType":"Task"} +{"id":"30082341-0537-52be-a931-1a92da48a76b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368374"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f98a5d48-ee69-547f-8b43-923c64e35c4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d7dfcaaa-442e-588b-80ed-a19fa03d540b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d18b90ab-f145-5bf5-bf25-a658ca2f4eef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cab25bbd-1747-51cb-89ab-22bc5e3955ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec9d3f9c-41f4-5758-8031-b415465328d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d18b90ab-f145-5bf5-bf25-a658ca2f4eef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cab25bbd-1747-51cb-89ab-22bc5e3955ae"}}],"status":"accepted","resourceType":"Task"} +{"id":"3bc15330-78ff-57fa-9737-dc40bbd73463","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368375"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/368b2636-8032-5e50-bd7a-610e95531a85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/334b3b61-dd8c-5801-a74a-79d9c83e5e72"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/372ef95f-e5fc-520d-b428-0467fa9054c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd75d265-bc0f-59f8-9bd3-262981c10ac3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2131c084-8dca-533c-a8f6-c701f2d63495"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/372ef95f-e5fc-520d-b428-0467fa9054c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd75d265-bc0f-59f8-9bd3-262981c10ac3"}}],"status":"accepted","resourceType":"Task"} +{"id":"05e21da4-16d5-585d-9640-1a1515cbf3c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368376"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/810fde84-cf4b-5777-97a1-a84fa7eb6fe2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/81a72ce7-d108-5128-ab45-0c5981f8060e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37c871e8-19f6-5cab-bc9a-afaa72de92c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56c40082-4b32-512a-89ad-d2431d9e75ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05aae22d-125a-51de-8731-b3b49574d67c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37c871e8-19f6-5cab-bc9a-afaa72de92c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56c40082-4b32-512a-89ad-d2431d9e75ec"}}],"status":"accepted","resourceType":"Task"} +{"id":"72944840-fce2-5729-b39c-b39675ed64f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368377"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ebeefb39-fa4c-5f94-a6ee-b40da861b7e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e6c6c21d-9c69-588b-be9a-84bb682a3951"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2685e62a-0c38-51a2-8940-2df102edf0c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/948f41f2-2a0c-5168-9e5e-c33c9a8fd70b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/354f5f79-c029-5fa4-a4b1-6c28ba732c87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2685e62a-0c38-51a2-8940-2df102edf0c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/948f41f2-2a0c-5168-9e5e-c33c9a8fd70b"}}],"status":"accepted","resourceType":"Task"} +{"id":"f13a956d-3760-5a0d-b188-2464bac27ce2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368378"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d65a20c6-3dd1-5096-a62e-99d3c73e822a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7ba63884-ebc4-553d-a1fc-843daccfe001"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/311db1a8-9109-519c-9205-729c78441b1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3c926e5-d6f2-5d65-8c16-d6094da01868"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41c83b07-c44e-5ca0-b504-0b39f28feb85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/311db1a8-9109-519c-9205-729c78441b1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3c926e5-d6f2-5d65-8c16-d6094da01868"}}],"status":"accepted","resourceType":"Task"} +{"id":"32ad14a0-6a84-52ba-8907-113bd8ef82ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368379"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/73d45686-72cb-51dc-9a40-12cdb1a3b587"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/40d65324-07fb-5b6f-a5be-30d72b481311"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/346b017f-b62d-5ad7-b2d8-046827e8ff20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54cb55fe-91a6-5d55-bb2f-7d70c423dc7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ded9c71-0d0b-52c5-9498-a1c85558285b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/346b017f-b62d-5ad7-b2d8-046827e8ff20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54cb55fe-91a6-5d55-bb2f-7d70c423dc7b"}}],"status":"accepted","resourceType":"Task"} +{"id":"1c310931-9481-521e-9e2a-44996f9b8d06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368380"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a07b4b72-c7ca-55c8-b8b6-dcec86414bd0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/012471f4-6432-57a6-bd12-69e2091a030a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15ed4b51-e272-5a34-a25d-772a60c186e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/446c0034-6f4b-550a-8e72-eb8218ba7762"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40ae17de-dfd8-533c-80f5-c819832ed18c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15ed4b51-e272-5a34-a25d-772a60c186e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/446c0034-6f4b-550a-8e72-eb8218ba7762"}}],"status":"accepted","resourceType":"Task"} +{"id":"a7a8b732-d992-5743-a38f-4ed2d0245836","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368381"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/94a28871-00a5-5728-a8b9-57d3704aad02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/98d49ad8-9f02-5c3d-9c3c-cf6e48f16cd4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e9ddc32-ce83-5165-8b2a-33eb370e1708"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3260e366-3436-585d-b22c-115186af40db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f299770-e445-5162-8225-6221f0de0219"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e9ddc32-ce83-5165-8b2a-33eb370e1708"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3260e366-3436-585d-b22c-115186af40db"}}],"status":"accepted","resourceType":"Task"} +{"id":"eeae0f66-ce88-5ac3-bab2-606d1c585e8b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368382"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ec797cd0-7077-5454-9197-14a4414fe1e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cc006594-59fb-52b0-bcc9-2f3fce551573"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3560c91-5404-59a1-ab15-ddb6af28503c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/405aea4e-e029-5388-9930-ee0e5aea90e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c847980e-2a1c-5180-ba55-f57730498bc2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3560c91-5404-59a1-ab15-ddb6af28503c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/405aea4e-e029-5388-9930-ee0e5aea90e4"}}],"status":"accepted","resourceType":"Task"} +{"id":"9a7e869e-0935-571d-8270-ac2050b6428f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368383"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/42033be5-aa98-559a-8a7a-a032c9fb0fe0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d20b30d7-3a26-5149-92b7-7fb2acaba00a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/306878ff-5e09-5091-94cb-402df4338325"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb3a81d9-e738-546a-8726-097d4212f655"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9545ca6d-456d-5e07-b7e8-9ae0e75fa813"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/306878ff-5e09-5091-94cb-402df4338325"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb3a81d9-e738-546a-8726-097d4212f655"}}],"status":"accepted","resourceType":"Task"} +{"id":"9c722920-1163-5122-9fd9-4deabe991f9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368384"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c46d74fe-5678-5986-88ab-618f29fe25c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e3fba414-350a-52a0-a906-5f37283ec493"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a2a2e68-2518-5372-a0a0-574a32088b51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dacc4f0f-c86b-5072-99da-8bf3d85df465"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83afe663-44e4-53b7-9132-8566cc2539f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a2a2e68-2518-5372-a0a0-574a32088b51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dacc4f0f-c86b-5072-99da-8bf3d85df465"}}],"status":"accepted","resourceType":"Task"} +{"id":"46473a8f-b011-5418-8a81-32df8ccd8bff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368385"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9eeba135-0426-50c9-b337-00da065e70b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7040b09c-aa74-522d-9d67-2693ffe1d51d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a713be9-bbe8-5518-bf2a-79a30dcbda89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3df71cba-756e-52d2-afe4-9ec6cdd603d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71230440-291f-5006-8b14-cb3cfad66360"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a713be9-bbe8-5518-bf2a-79a30dcbda89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3df71cba-756e-52d2-afe4-9ec6cdd603d1"}}],"status":"accepted","resourceType":"Task"} +{"id":"f04cca67-b879-53e9-ba52-3f6c69aac62b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368386"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6b969de6-fc64-524a-8901-bcdf17d9f72f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/81b38379-00e9-5f61-a41f-6892eac18749"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec4237bd-337a-5ecc-9b84-0f16c5cd867f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35980860-84de-5392-b394-c527d5819c12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83684cf3-c2e2-5f0e-a2ad-30d40b7afbe8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec4237bd-337a-5ecc-9b84-0f16c5cd867f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35980860-84de-5392-b394-c527d5819c12"}}],"status":"accepted","resourceType":"Task"} +{"id":"5f7e84a4-2875-5a12-90cf-f37b594b59de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368387"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bd5f12dd-c752-531b-a14d-3d45ead82b59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e0c14ad2-ae90-5b85-bcc1-6d6ef98a591f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07022495-1d75-580b-8e52-e0652e64b770"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00894891-e675-5f7d-a7a7-1a2c7de076bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7423c732-5bc6-5336-82e0-f972c2e560db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07022495-1d75-580b-8e52-e0652e64b770"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00894891-e675-5f7d-a7a7-1a2c7de076bc"}}],"status":"accepted","resourceType":"Task"} +{"id":"f0d52448-a99b-5fe8-8350-009f9d0d7521","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368388"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f799c56d-b0d6-5bca-b18e-21f05020fbb0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5a8fd94b-a836-5020-a500-32658c1ed062"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/538dd33d-f61e-5051-aabb-45488c594199"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1417e043-8918-5728-89e3-2ff764d81daa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d246c714-8794-5174-ae28-c6cc27c492f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/538dd33d-f61e-5051-aabb-45488c594199"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1417e043-8918-5728-89e3-2ff764d81daa"}}],"status":"accepted","resourceType":"Task"} +{"id":"e16865f2-c131-537f-973e-94bb4d680494","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368389"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/af67848c-0993-5f08-8715-86275e48b7c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/15767fec-cc38-57dc-8109-0323756e01d6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb77093c-d079-5529-9b5a-1e89fef396c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69f1c7c9-17ae-557e-abb8-e99ffd0a888f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a86d5198-f436-5b82-a715-64e3ef92dcaa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb77093c-d079-5529-9b5a-1e89fef396c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69f1c7c9-17ae-557e-abb8-e99ffd0a888f"}}],"status":"accepted","resourceType":"Task"} +{"id":"33155362-7793-5bb2-b0bd-88fda42f9798","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368390"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0eeb6f77-a950-5738-94a3-a89b4096696c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fe41774f-2029-5caf-9a07-e24d9508a3cb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ee3683c-823e-53d7-b60c-6cf29935cd07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7bad0fe-3366-5e8b-9025-1310e5b48202"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbd16f73-b1d7-5f2f-ac48-164f64ef7808"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ee3683c-823e-53d7-b60c-6cf29935cd07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7bad0fe-3366-5e8b-9025-1310e5b48202"}}],"status":"accepted","resourceType":"Task"} +{"id":"84cce0cd-e028-57d6-a5e8-c09073b240dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368391"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/402c2c0b-3bb9-551b-915a-c25976d99874"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e8854e01-94cd-54df-88da-777be4121ef9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e10c42f-d5a2-5e94-8f7a-6f0be0311a89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5bb2e1c2-9566-532d-b223-673f3b1e62dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd80e6cf-5b37-59ae-a70f-081a1cb636df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e10c42f-d5a2-5e94-8f7a-6f0be0311a89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5bb2e1c2-9566-532d-b223-673f3b1e62dd"}}],"status":"accepted","resourceType":"Task"} +{"id":"c499b848-43ef-5206-a308-b9ddf80b6bf2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368392"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/72c3ac66-5d32-5281-8d6d-6554bdb45f6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9bdcccd5-4bdc-55a4-a51e-7778cf56f7eb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f79d55f-3f3e-5409-a098-72fce53c43c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9098f274-bebb-5a99-add4-24d1e1b3d235"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82f3ac99-0218-5490-b105-e5633e3a7ea2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f79d55f-3f3e-5409-a098-72fce53c43c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9098f274-bebb-5a99-add4-24d1e1b3d235"}}],"status":"accepted","resourceType":"Task"} +{"id":"c2f10bad-a5d9-591e-a5fa-1c745271f60a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368393"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ff56eed4-5c0f-5697-a273-dbcd837c7de6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a0e3d2a5-6f26-539f-ae4a-896c98794075"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fdf8be6-7dcd-58d1-8264-50138b3f88db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22662c2a-12ea-52d2-b140-6ed3b5c2c5a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a5821a1-3c2b-51a5-b720-086b1b2b37f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fdf8be6-7dcd-58d1-8264-50138b3f88db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22662c2a-12ea-52d2-b140-6ed3b5c2c5a3"}}],"status":"accepted","resourceType":"Task"} +{"id":"9a863860-3d0c-5eb1-8ab3-e56e822d11fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368394"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9e2aa225-75fa-5cd0-8a3e-ea4ee4b7dc72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/873c7318-8f02-50c6-9be2-66b96da35c43"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3054b981-1535-5366-840f-4f58b1714b67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/586a70f0-0017-53cb-80f4-70bd3088995b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/835a8f1e-7b87-5d2b-b38c-b65b000834de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3054b981-1535-5366-840f-4f58b1714b67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/586a70f0-0017-53cb-80f4-70bd3088995b"}}],"status":"accepted","resourceType":"Task"} +{"id":"3074c4eb-6c8f-5569-a0d4-c5d956962c4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368395"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cb8b5ef7-a64c-5557-af19-2c6fc25dc2d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c87f2f29-ab95-59d6-ab03-a74b50d0bf4d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66d5daf0-3768-540d-b22a-aae201c2c666"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73da4a0f-595f-568a-b891-7130496d2c53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9394b52-4634-5f87-aeb8-0251dfe15288"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66d5daf0-3768-540d-b22a-aae201c2c666"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73da4a0f-595f-568a-b891-7130496d2c53"}}],"status":"accepted","resourceType":"Task"} +{"id":"b8a6d992-1616-557b-94bd-7ab201d2a620","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368396"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ac0b4283-e68f-51b0-8db6-74fbf027cdcb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cb197b3e-b8e8-5432-8e24-af081c2e99ea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ec356e8-eb71-5702-9c38-d69dd94ce3f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c0dd492-6af6-516d-aa05-83687ed1d174"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb6fcc55-12fc-5880-b2a3-7313532683d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ec356e8-eb71-5702-9c38-d69dd94ce3f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c0dd492-6af6-516d-aa05-83687ed1d174"}}],"status":"accepted","resourceType":"Task"} +{"id":"89cb8326-bd4d-5bbc-a98e-cc3c589ca10b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368397"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5973ec79-215d-5a39-9853-45dae07be582"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a63996ef-a283-5dd3-b985-b788ce8dabe6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c91e89c-603e-5e02-b2ca-9435f87fcf2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1f81c3f-faf4-584a-8cbc-f5d70d1b4444"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ddce2f6-38b3-5f05-83f3-0b193ac2f586"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c91e89c-603e-5e02-b2ca-9435f87fcf2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1f81c3f-faf4-584a-8cbc-f5d70d1b4444"}}],"status":"accepted","resourceType":"Task"} +{"id":"66012c4d-c4fd-5db6-8262-da917f00d8c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368398"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c5389a0c-9620-56f1-b9aa-af1573f438db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/906658b5-ed9b-5aa4-ae5c-88419ac7d553"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41c87fec-db8a-5cc4-a3a2-5fc9756fba8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65d65b84-818e-5871-867f-65dafabb0750"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d885aa2a-9c3b-5182-9c6f-d3a585567e82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41c87fec-db8a-5cc4-a3a2-5fc9756fba8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65d65b84-818e-5871-867f-65dafabb0750"}}],"status":"accepted","resourceType":"Task"} +{"id":"54945455-7161-5447-b119-d81c1689f6ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368399"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/82ab989b-8def-5f10-a482-dc0d2862c091"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/375c361c-1f53-5e5b-923d-16a8ab6df212"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81fc9c5f-b4c6-5b50-93e7-2a64da75cc3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/431678d6-8d6b-5e47-938c-536d2c3c7c81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a313a35-d9d1-5487-96be-33729772de2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81fc9c5f-b4c6-5b50-93e7-2a64da75cc3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/431678d6-8d6b-5e47-938c-536d2c3c7c81"}}],"status":"accepted","resourceType":"Task"} +{"id":"05f571fa-fa0c-5bb1-b224-a00c34804bc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368400"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4e3e0fc3-5604-5a1e-8a83-fdb7ba13d436"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4cb18518-c830-5d82-af61-9e647a7f665d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f858e7d-dc04-5204-b09e-87a1b3d5a285"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8948075d-bc82-5be4-8525-fcfc3fd2a30e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93df4534-f476-53ca-960a-079fe85df4bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f858e7d-dc04-5204-b09e-87a1b3d5a285"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8948075d-bc82-5be4-8525-fcfc3fd2a30e"}}],"status":"accepted","resourceType":"Task"} +{"id":"3a9f5cf7-ca0f-5b0f-ba72-bdeccedfe15b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368401"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/44691148-a06a-56a7-879a-19983c135199"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/85fdee2f-a727-5fe9-b8b2-7eede0df04ca"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6c80ef1-96b7-56e4-b1ee-133455ca117f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e2e43fb-a14d-5bd9-82b0-b0d31046c02b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2f4d338-cd7e-54de-8687-86b2083ceb1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6c80ef1-96b7-56e4-b1ee-133455ca117f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e2e43fb-a14d-5bd9-82b0-b0d31046c02b"}}],"status":"accepted","resourceType":"Task"} +{"id":"91de3e14-2d68-53ea-b5cb-e52300bb205e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368402"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/709b779e-7b39-5cb9-825f-a30b4d17ede0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b9e0303b-290f-5093-a43e-93b11daf2471"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b4d3699-943b-5d4c-9b0e-99decc74790c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee5ec39e-3e6b-516a-b17f-655330ae0dcb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ae3983f-b272-5411-a458-b23565612bd4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b4d3699-943b-5d4c-9b0e-99decc74790c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee5ec39e-3e6b-516a-b17f-655330ae0dcb"}}],"status":"accepted","resourceType":"Task"} +{"id":"b59e41ec-6b40-59ba-a901-a9f7a6ef22f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368403"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ae4c3dce-5e97-5d00-af41-3445133f1985"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/88b52052-564f-5498-80aa-ad9874506a89"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2aec246a-746c-5e3c-b92a-b6216c4599bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/143fc400-6ed7-5735-81ba-3758c2d15fbd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba3a5713-9379-55aa-8eac-7e21f7aedcc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2aec246a-746c-5e3c-b92a-b6216c4599bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/143fc400-6ed7-5735-81ba-3758c2d15fbd"}}],"status":"accepted","resourceType":"Task"} +{"id":"65f6d196-360b-5839-b2f5-7afafa5e1222","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368404"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/be7db1db-2f39-51f8-90ea-5ecb6d74c334"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ca4f1d20-1d93-5b90-8ea3-732d6253d038"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11ca3f27-0b59-5a7f-8993-f9db947138b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c8d0a88-3673-5302-91ee-dfb60cbd82aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec2ba033-0836-5b2b-92cd-804e5d34ad38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11ca3f27-0b59-5a7f-8993-f9db947138b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c8d0a88-3673-5302-91ee-dfb60cbd82aa"}}],"status":"accepted","resourceType":"Task"} +{"id":"1627beed-a39e-5ddc-8651-db09e13f230e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368405"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e7140535-f320-5b26-994d-8c6dd1de148c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d8b1aad5-9ee8-5aa4-ae10-50f25782a91a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c95f27a5-fa74-570c-8378-e43827fd4c7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e234666-547a-5ef2-8c21-691fbb16dbe3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63acc218-35da-5da8-a3ab-2a65bd0f4d4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c95f27a5-fa74-570c-8378-e43827fd4c7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e234666-547a-5ef2-8c21-691fbb16dbe3"}}],"status":"accepted","resourceType":"Task"} +{"id":"38eb3136-18e3-582f-ad58-8e5a60088bb1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368406"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e7b3d209-8f90-5d14-a1d1-10996f9deb1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a95bac25-82b2-50fe-ab30-fe39f4a61fef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b647f83-1da5-54e8-8cf0-e74aa70c8ba0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa75e26c-fc9a-5648-917f-3c4b6692d8de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcaad987-d223-5f0b-987d-6332571ce773"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b647f83-1da5-54e8-8cf0-e74aa70c8ba0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa75e26c-fc9a-5648-917f-3c4b6692d8de"}}],"status":"accepted","resourceType":"Task"} +{"id":"37cd14f6-922b-5c41-b187-05252ad9d85f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368407"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/62bf7a79-416d-5d07-9f51-f7289a4f21af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cea97be3-c94e-5f50-af41-f364e6592d89"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7134cc50-ab5f-5ead-b487-8e1af9891828"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5c6314f-e199-5801-b27c-6bc8f896a614"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf10c07f-02aa-5076-a978-0be476023cfc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7134cc50-ab5f-5ead-b487-8e1af9891828"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5c6314f-e199-5801-b27c-6bc8f896a614"}}],"status":"accepted","resourceType":"Task"} +{"id":"b7028c16-2323-51f7-a3cc-8c0cb19f71bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368408"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4c47319b-4f81-5b68-9699-19d8c1676eb5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c8d48c5d-b7de-5598-aa13-56e507f2af1d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19141b04-1eb1-551e-bb15-57f1780d47a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4953b6c-6b23-5f58-aa2e-2aaeb17b15bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c987401c-01ca-5b0a-bf02-a7b74e3214da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19141b04-1eb1-551e-bb15-57f1780d47a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4953b6c-6b23-5f58-aa2e-2aaeb17b15bf"}}],"status":"accepted","resourceType":"Task"} +{"id":"bba0b392-070c-580c-8800-98312e889964","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368409"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/77d69e9c-a06d-5c82-a989-00393651dbeb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5390dbc5-1c43-5813-ae6f-ff7632e577da"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6bf34e0-5ace-54fc-a0d3-d526c76d8156"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61e57a33-8bf4-5833-9038-0d6d919de5ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87402bca-5755-57ff-9ffc-8dce01140897"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6bf34e0-5ace-54fc-a0d3-d526c76d8156"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61e57a33-8bf4-5833-9038-0d6d919de5ad"}}],"status":"accepted","resourceType":"Task"} +{"id":"d3d0f2be-56c8-5214-b833-45193a05d1b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368410"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6ae324c3-1f49-50c4-b35f-2a7657bba150"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0ae61adb-8f23-57d3-a597-08a7839c5897"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8288fb4f-0a44-55d7-8111-5807dd872ece"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae0f0c37-2652-57c2-a4cb-cafc014d7477"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f14e00a2-7d43-5d64-8183-7e239fafa20d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8288fb4f-0a44-55d7-8111-5807dd872ece"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae0f0c37-2652-57c2-a4cb-cafc014d7477"}}],"status":"accepted","resourceType":"Task"} +{"id":"73ea7bb9-7704-5bb3-b1f9-5509b3a5a93d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368411"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4164f6e6-3f6f-533d-aac1-e0606dafb9fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5e9c319d-96b9-57f0-84f8-967035a7e042"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd3e7851-c725-566c-acfc-39eaa0615d7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a22cf9f-ba64-5325-81a2-6315bb28f284"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/714a1975-95a9-531c-834c-e68c70e4bbd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd3e7851-c725-566c-acfc-39eaa0615d7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a22cf9f-ba64-5325-81a2-6315bb28f284"}}],"status":"accepted","resourceType":"Task"} +{"id":"a324b29f-d5a0-5d6c-bef5-e51a93fbf12c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368412"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3e007a48-78fa-54fc-b701-18e8f2ce6836"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9a09d64a-aa8e-5999-8075-b7834babd5c1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ec9c6e5-d8cd-5098-b6c8-a7ba45a43efe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84a38406-1343-5ad7-993c-205f55607fa2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da1cee8a-b666-5a57-9557-4f6502f06f50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ec9c6e5-d8cd-5098-b6c8-a7ba45a43efe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84a38406-1343-5ad7-993c-205f55607fa2"}}],"status":"accepted","resourceType":"Task"} +{"id":"a03a6560-512c-5cec-8690-f440447c779b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368413"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2feb96f6-1e2d-5f6a-bff5-923a21e631af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e9852257-a6ce-5800-9c71-65a07c5ea004"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef265239-62b4-5c43-a89a-b537c02ec544"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2a915fb-3045-519a-8fd9-0fd2d975039d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d3ed573-4d0b-5ae1-ae76-18900f159384"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef265239-62b4-5c43-a89a-b537c02ec544"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2a915fb-3045-519a-8fd9-0fd2d975039d"}}],"status":"accepted","resourceType":"Task"} +{"id":"3245c9fa-7f7f-5d4f-91c3-201fd2800e00","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368414"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6eed90aa-8734-5d7a-aa34-9c53460a1001"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8a906c64-e9ad-5ec7-b180-64d0ea2b15e0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee448540-ee9f-57d5-94fe-81b1884564b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94c8b4a8-cb69-53c6-afaa-b1ffe941e8e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc0afc64-6ed6-5946-84f9-8b4fe349200f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee448540-ee9f-57d5-94fe-81b1884564b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94c8b4a8-cb69-53c6-afaa-b1ffe941e8e4"}}],"status":"accepted","resourceType":"Task"} +{"id":"69e55511-387f-5587-9066-d2e815e1a9e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368415"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b3a79507-1d97-5f7f-bb8b-8026e6687f0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0415eeaa-6e9d-5ffd-af63-aeff5d4976c8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7356d46-8ff6-52d1-9098-cc8b21f5e142"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea7614be-b6c0-5c4c-80e9-a968cf3896de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bce9b247-54b5-5a0d-9c80-fb7c58cdf3ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7356d46-8ff6-52d1-9098-cc8b21f5e142"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea7614be-b6c0-5c4c-80e9-a968cf3896de"}}],"status":"accepted","resourceType":"Task"} +{"id":"ecb51db5-1f30-569a-bd6c-228dad553d14","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368416"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f75aaa57-53ae-5996-97e2-c4bbf59d64b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f78df8ba-d7fa-5203-9def-c9f5590a6f1c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4fc6dcf6-2c97-578e-aa57-7a0a6c8b47ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0879704-aa20-5649-b894-5edeae7c84f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f87a46b4-ff6c-5f92-a88a-43df2275e124"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4fc6dcf6-2c97-578e-aa57-7a0a6c8b47ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0879704-aa20-5649-b894-5edeae7c84f3"}}],"status":"accepted","resourceType":"Task"} +{"id":"8e6d72a7-e4c5-57da-bc34-a88f815c34fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368417"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0bb6d229-5746-5b1a-8f21-c39d60fdb2e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1e55f639-3901-5e0a-98c6-f8723a83049f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98f32e19-7ef7-567e-918b-4ce6619a1554"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a6f9ffa-be10-5ae4-9400-1bb48345d7f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e552d11a-cf3f-509f-8d38-0cd479aac4fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98f32e19-7ef7-567e-918b-4ce6619a1554"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a6f9ffa-be10-5ae4-9400-1bb48345d7f0"}}],"status":"accepted","resourceType":"Task"} +{"id":"dcfc5626-254c-5e9d-8df4-337c46204e59","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368418"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7f130238-9189-511e-badb-9b8594de13fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7d3d2535-9aaa-5dc8-b4cd-6c23ac30a7d1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35951baf-9e3e-580c-847e-fd0999ad4c6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adee11ef-7c57-5e5a-aa42-cca215cd0fb8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5638d6d9-5e9b-53ec-8108-a99935da19d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35951baf-9e3e-580c-847e-fd0999ad4c6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adee11ef-7c57-5e5a-aa42-cca215cd0fb8"}}],"status":"accepted","resourceType":"Task"} +{"id":"5501ee63-9270-5146-9c9d-436dac08c3fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368419"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/051c68e0-bb5c-549b-96f7-717d2d1638da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b56a8ba1-3ad8-54d8-a97b-bf28fd31d1a4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd3e623f-4f32-58e0-9410-0c9e081cdcc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cbb6431-0866-5dda-b31c-5589acebd509"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52817d78-c36f-5de4-af18-286fa430a173"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd3e623f-4f32-58e0-9410-0c9e081cdcc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cbb6431-0866-5dda-b31c-5589acebd509"}}],"status":"accepted","resourceType":"Task"} +{"id":"f698b07e-bd32-53b2-8230-07efccdfd5fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368420"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/15883edc-f32d-57c7-8990-20090d220f9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7057b93b-88ef-5c77-ac30-c99b626bde42"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/810fa9ed-da76-54ea-93b9-23910d7c6d9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca0f0be7-8823-5df1-814f-32c8a7e1ac09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d86e2caf-397c-53dc-9a44-61bc37a4c5c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/810fa9ed-da76-54ea-93b9-23910d7c6d9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca0f0be7-8823-5df1-814f-32c8a7e1ac09"}}],"status":"accepted","resourceType":"Task"} +{"id":"71b87348-ddc2-5325-8358-0730ef2d9351","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368421"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a3f18452-af91-5f05-a4ce-fa8f92ba0ab5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/300a7580-3a74-5864-b04d-06a6961e57d7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58a4e30f-ded3-5e46-adae-f7f4a23464ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5da0b575-0772-56d0-92bc-2327cf9e052f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38c49bb1-b240-59e5-b51b-7b698cf1d5ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58a4e30f-ded3-5e46-adae-f7f4a23464ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5da0b575-0772-56d0-92bc-2327cf9e052f"}}],"status":"accepted","resourceType":"Task"} +{"id":"0670e0d7-a1ce-5d7d-b53e-20c9ee62b9f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368422"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b530f2de-081a-58ab-9fc7-6195fb1cd31e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/86812cef-c870-5c4c-9b9d-03f14f8a07bb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96075c1e-78f8-5fd0-9977-22a4a54a9a7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/612926aa-c655-5ef1-b80d-82ca00be1bf7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab1f2063-7a6d-535f-8502-b1e323cd4835"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96075c1e-78f8-5fd0-9977-22a4a54a9a7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/612926aa-c655-5ef1-b80d-82ca00be1bf7"}}],"status":"accepted","resourceType":"Task"} +{"id":"3fe2f8cb-8b2c-591b-ad99-f8af63a4078a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368423"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/218b07e2-b028-5798-8692-cce90cf41852"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a9a4be37-4a39-577b-a1ad-968f26c7e457"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2d99fb3-1d94-5ae4-aab9-47c8182f9687"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2855304a-70d9-5a4d-917e-c04b44f05fef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/555e0a8a-5b09-5f10-a984-8a59109646d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2d99fb3-1d94-5ae4-aab9-47c8182f9687"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2855304a-70d9-5a4d-917e-c04b44f05fef"}}],"status":"accepted","resourceType":"Task"} +{"id":"b2d19c39-6785-5c3d-bfc7-9e9fab2bafa5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368424"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4c06cc03-60aa-5c68-aa42-6675cbc1a6dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cfd0160d-a892-5893-b34b-ddeba7484468"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce4289a7-7e15-583d-b4a3-39e1fb6b78e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72c8f375-31f0-58f6-9742-5ac728ef5c25"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65f0ddf4-df1a-5655-9f00-cf76f31c0f29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce4289a7-7e15-583d-b4a3-39e1fb6b78e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72c8f375-31f0-58f6-9742-5ac728ef5c25"}}],"status":"accepted","resourceType":"Task"} +{"id":"13fd6f2b-5ac0-5957-8aaa-32492789ad17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368425"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/437d4571-0289-5a6c-a5f0-d4367a4de5e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6ff582da-9da5-57e8-8663-1ef847019a47"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acd93bf7-8bcf-506d-a8b0-b5ef2d0923d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/939af0a3-497c-5acd-8f0e-f734120e7bff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae170660-ab72-571d-b0c5-f9b2ab43ed49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acd93bf7-8bcf-506d-a8b0-b5ef2d0923d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/939af0a3-497c-5acd-8f0e-f734120e7bff"}}],"status":"accepted","resourceType":"Task"} +{"id":"a4a03f12-9447-5288-a607-b47796c98a58","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368426"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ff517bd7-c60f-54f2-b822-4317bb3ae307"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/24b60b0f-ab3a-50b1-8be6-ec0c0cdbffd5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33e6e58a-ee3d-5aeb-a80e-9be76c9d6479"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bbbc6c09-9ed7-57c2-a609-9832465fa4bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d0f1996-49c2-5665-a55c-15129459a95d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33e6e58a-ee3d-5aeb-a80e-9be76c9d6479"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bbbc6c09-9ed7-57c2-a609-9832465fa4bb"}}],"status":"accepted","resourceType":"Task"} +{"id":"9d142227-5db5-57ad-b584-03e8dc953abf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368427"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6fc04323-bba0-51bf-a0f6-ec0fad2415e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1121fc63-8ddf-5ddd-b7e4-45399337818c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e304dba2-6087-50e6-8816-8b9b274670d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2a84910-832c-588d-b505-56d82fd7830f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03596ee0-1119-5c48-b7fb-412c58971d12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e304dba2-6087-50e6-8816-8b9b274670d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2a84910-832c-588d-b505-56d82fd7830f"}}],"status":"accepted","resourceType":"Task"} +{"id":"f527f9de-89dd-548a-938f-24a2fc52bdd8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368428"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eac16c18-d893-55f1-b14b-ebe00d1947c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4570565b-d043-5ecf-9352-dd7e8cb416ea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ee23d98-fc82-5cac-bb0a-843908b48a98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fef4e511-194f-5157-89f5-b57fa1a084a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a38cd84-63f4-5c89-a433-0715f3ef9296"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ee23d98-fc82-5cac-bb0a-843908b48a98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fef4e511-194f-5157-89f5-b57fa1a084a4"}}],"status":"accepted","resourceType":"Task"} +{"id":"deea846f-43cb-54b7-8f87-66ac34217a31","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368429"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1acc66f3-271c-5d46-82e7-c501634eefd0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5c6a34e6-0916-5d49-a3fa-f6bf1f7505c6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a90364f0-a046-56ab-a84b-5ab2ed1fbf66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a262d070-00c1-5561-bdad-ea8682e53960"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5eab1f73-a5d2-5b56-a145-0ecc13a6a9cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a90364f0-a046-56ab-a84b-5ab2ed1fbf66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a262d070-00c1-5561-bdad-ea8682e53960"}}],"status":"accepted","resourceType":"Task"} +{"id":"f757d065-a0ab-5c82-8dc9-62ca54a65deb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368430"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/19eed93f-1cbe-52b9-88c8-ca193711231d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0ba083bc-2dce-5f58-8cec-2bc65ca5aa01"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe98ffd1-552d-504d-ac67-36a84a49169b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29a97cef-fdf8-5403-b6ab-7521385e6f08"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c2d1469-07c5-5124-956b-45ff07636789"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe98ffd1-552d-504d-ac67-36a84a49169b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29a97cef-fdf8-5403-b6ab-7521385e6f08"}}],"status":"accepted","resourceType":"Task"} +{"id":"e0c3727c-816d-5466-a45c-ce0127407430","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368431"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/656b55bb-7ee2-5395-ba2c-699de553283d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ce61822c-b1e4-534b-9995-6ae3ab96d7a0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25b8589b-685b-52c1-bb8a-eb598f1e1284"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77cafa36-ad34-5778-bee1-545280fca0a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e353af5-ae0b-557c-afe1-ab1b636f0711"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25b8589b-685b-52c1-bb8a-eb598f1e1284"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77cafa36-ad34-5778-bee1-545280fca0a5"}}],"status":"accepted","resourceType":"Task"} +{"id":"35a378bc-0f8a-5085-b30a-124119468828","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368432"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8f4ee9bd-701e-59bb-bbde-11080c693e99"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6dd74642-a061-59c7-9158-8170fabe7de2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0133feae-6af7-5ef0-a1c1-4fd30dda799a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e35a5ae-9cb1-5028-95e7-25b1545c773d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86a711a6-df66-5db0-b158-d940d458faab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0133feae-6af7-5ef0-a1c1-4fd30dda799a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e35a5ae-9cb1-5028-95e7-25b1545c773d"}}],"status":"accepted","resourceType":"Task"} +{"id":"4357c298-7268-55db-9cf3-972efea7bdea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368433"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6b544332-beda-51c0-9f07-a501ee085184"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/453d7ebd-3b2d-592f-8d90-85f67040ecef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a5669ef-d42e-50af-8403-143d683eaa33"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6bf61ad-97a1-5f7d-a5b8-846d5112c5ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d115e9c8-88c5-55fe-a6a5-34f74c243e02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a5669ef-d42e-50af-8403-143d683eaa33"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6bf61ad-97a1-5f7d-a5b8-846d5112c5ca"}}],"status":"accepted","resourceType":"Task"} +{"id":"7f1664e8-21aa-5e75-a2da-3d98ba858388","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368434"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8f0a1e49-3931-5218-bd70-8e6127c4f74a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/854e9f0d-6ae2-54dd-aa7a-8613444c43de"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a96e0bdf-053e-58d9-ab8a-48373376f1a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13dda7cc-43dc-553a-8a8c-b69910caddad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4845167e-b780-5446-9a58-289015bbb9c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a96e0bdf-053e-58d9-ab8a-48373376f1a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13dda7cc-43dc-553a-8a8c-b69910caddad"}}],"status":"accepted","resourceType":"Task"} +{"id":"adaee84b-75f8-5443-9322-2c4883f7b02e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368435"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d9cae665-3b2c-51f5-9d62-efec5735d453"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8ed28fcd-57b7-54b0-bf1c-ab611f02d259"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39074b29-546a-5d9a-bc0e-f73795307cb2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0f74b5c-c592-5c59-bea6-889b3c5ba219"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b3265af-fc76-5feb-bb0a-29c78ef1ae19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39074b29-546a-5d9a-bc0e-f73795307cb2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0f74b5c-c592-5c59-bea6-889b3c5ba219"}}],"status":"accepted","resourceType":"Task"} +{"id":"afec9769-44be-5c61-8f0e-83c2a5dc01f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368436"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/036b4245-b916-561f-a64e-a84861af9563"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1614461e-ff73-542a-87e0-016b721f52e4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfcbf781-3379-5c26-995d-8cdb266e9939"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1afb853a-d96d-5f69-bd68-fa25f846e036"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1372174-a673-5cf4-bc81-df302da8022a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfcbf781-3379-5c26-995d-8cdb266e9939"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1afb853a-d96d-5f69-bd68-fa25f846e036"}}],"status":"accepted","resourceType":"Task"} +{"id":"457fa148-09a9-5133-b20c-a66990dc78eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368437"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b8a02aa2-4c33-58aa-b140-dbfdb5287118"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5bf3a17e-2627-5b00-9aec-bd8a46273dc2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ba732b0-4449-5cbd-a890-c4b7547b3889"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/952c4e06-abd6-581d-bad3-6cfe7823abc9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97bc155f-6e42-564b-932c-9123382700b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ba732b0-4449-5cbd-a890-c4b7547b3889"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/952c4e06-abd6-581d-bad3-6cfe7823abc9"}}],"status":"accepted","resourceType":"Task"} +{"id":"9e49a77f-461c-55db-97ae-4b69e2424ea5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368438"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/23149110-dcc8-5d92-b393-2aaf3d146221"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a2f2480f-d265-5983-82de-96ed021bf941"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5930bfa-42f6-55de-a639-54e110399351"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e080c9b0-ed20-5adf-9d06-e33cefebee67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f27d11d8-afc9-5682-bc6d-3badefca4b7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5930bfa-42f6-55de-a639-54e110399351"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e080c9b0-ed20-5adf-9d06-e33cefebee67"}}],"status":"accepted","resourceType":"Task"} +{"id":"4d9319dd-50a7-59e1-aad4-7cd723cd4e85","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368439"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d3427ac1-38bc-5ad5-813a-7d08c6fb6e20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/884a2c2d-5795-522e-8603-7135028e2d09"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9cb6c34-6471-5378-872e-8e900cf1de07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/591a02fc-ad8b-5a73-97f6-f2affb749635"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef86054a-391f-54b7-b029-dbf1988f1fbd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9cb6c34-6471-5378-872e-8e900cf1de07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/591a02fc-ad8b-5a73-97f6-f2affb749635"}}],"status":"accepted","resourceType":"Task"} +{"id":"9b6a49e8-b426-5fc7-9151-e7737b12514a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368440"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/de140690-ea64-5eae-93d0-be7b9600886b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d7272614-bcd5-57cc-b460-71c1aefefdeb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce670eaa-1213-5405-9b4d-896ed618869b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44888436-39b9-5654-af35-ff99d46f9254"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b565d56-120b-52e7-b91c-792f8d6f36b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce670eaa-1213-5405-9b4d-896ed618869b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44888436-39b9-5654-af35-ff99d46f9254"}}],"status":"accepted","resourceType":"Task"} +{"id":"66baa206-0a5f-5af1-8761-6fd0febbb592","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368441"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4dcbb70e-5d76-59e9-8b2f-b5b8a57f69df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b10ccf0b-b554-5295-a5a2-b96976a09e0f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/377619d6-bce3-5b07-883a-90b5a6a31be1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df044826-1fc5-5758-a3d4-206af711fe05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06997b0a-1725-58ee-81d2-979fc77bfca0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/377619d6-bce3-5b07-883a-90b5a6a31be1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df044826-1fc5-5758-a3d4-206af711fe05"}}],"status":"accepted","resourceType":"Task"} +{"id":"0d0a7485-ff46-50e1-9d95-dca1782e12f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368442"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5922a5c8-3f57-5295-8225-1ee5da66e980"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1b1de9d9-fc76-5985-b642-0bce7a13cb52"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a48a6202-6066-56e6-a2aa-3a2d84fab926"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/355514ce-9f86-5445-9298-4ad76e73e656"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/017641d4-a016-5e76-a240-1efb30c9ada5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a48a6202-6066-56e6-a2aa-3a2d84fab926"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/355514ce-9f86-5445-9298-4ad76e73e656"}}],"status":"accepted","resourceType":"Task"} +{"id":"ea76eea2-e4af-57c1-a595-cb61a889b59c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368443"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c47302a8-4ce4-587f-85ea-3f97e04fd164"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dc08a3ea-d595-5641-b6d8-19db6d908f28"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e08aa4b0-3d3c-569e-a7b9-e58a129ea093"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/880387a3-3516-53c4-b0ef-ffbaf673a8e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9238fd79-8a49-5fe7-9bf1-b0c9317e1a9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e08aa4b0-3d3c-569e-a7b9-e58a129ea093"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/880387a3-3516-53c4-b0ef-ffbaf673a8e8"}}],"status":"accepted","resourceType":"Task"} +{"id":"3e48ffde-058e-5aae-b1df-bbccf8bbcdab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368444"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/335a5115-efcd-5f5c-90b2-8ab437489a06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ad1337d9-191f-5ceb-900a-d9d0a54303ac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8e05d4b-d938-56f4-b030-66b6cabab629"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3282790-6726-5706-9191-709f990013af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90a7a765-2efd-5767-97df-a154243e612e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8e05d4b-d938-56f4-b030-66b6cabab629"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3282790-6726-5706-9191-709f990013af"}}],"status":"accepted","resourceType":"Task"} +{"id":"a4ed2bac-bdf3-59e8-845b-637cf4023ad3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368445"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/264e1030-61d5-56e9-9571-db46cef2ccdd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/54b9cee4-42bf-57f8-80bf-1eb88b98b786"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/438dd079-931a-5f5c-8eef-f122516ba8f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3fa3252-c1b7-56cd-8d97-69710a84fd3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85023962-550f-5ff1-9f84-1b2ea1732526"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/438dd079-931a-5f5c-8eef-f122516ba8f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3fa3252-c1b7-56cd-8d97-69710a84fd3e"}}],"status":"accepted","resourceType":"Task"} +{"id":"996e2557-a0a9-5053-abe9-cccc0864ea4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368446"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8506e861-331b-513e-93e1-6cb47ed6fec3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aa54216b-0141-57b3-8b7f-0f387b1aa055"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0470d7fd-a460-58d1-b61c-38d96ccfaa68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23486b38-7996-5931-9fc1-eccd63fab9f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e0a8245-001e-5780-9061-03716a62aafa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0470d7fd-a460-58d1-b61c-38d96ccfaa68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23486b38-7996-5931-9fc1-eccd63fab9f7"}}],"status":"accepted","resourceType":"Task"} +{"id":"3ed8fa34-3530-5ef5-8e80-44d7d9b725e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368447"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9d5ec760-25ff-5623-b95d-a56b24091c77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0e2cb755-b22e-51f2-8ff0-32d7f7d015c6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83211a76-dfd2-59a8-a3b1-8939c0f8bd87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40bf4b66-1130-54b2-9647-7d2548eb62e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a6c9eb9-1cd1-5946-bfbf-c0209f70a132"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83211a76-dfd2-59a8-a3b1-8939c0f8bd87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40bf4b66-1130-54b2-9647-7d2548eb62e9"}}],"status":"accepted","resourceType":"Task"} +{"id":"60a3d042-c7dd-5cec-8b03-3f3ff177ce8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368448"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7e582288-5dfb-5bd5-a257-c286e963e7fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2f79fb03-61f6-5b29-9787-6ae598fb4d02"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67b10843-81f7-5ca1-908f-5acdbede46d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f02be4e-a18d-5206-88ed-fd9ad4e9e436"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/deda9a05-99f4-541b-be90-8a8acca6ec2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67b10843-81f7-5ca1-908f-5acdbede46d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f02be4e-a18d-5206-88ed-fd9ad4e9e436"}}],"status":"accepted","resourceType":"Task"} +{"id":"3b4e0338-79d6-5ff5-ad19-9d0f0362c7fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368449"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3e7dad8d-12c6-5cd8-82fc-0b5198ebcc84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f3ef2419-85bb-51ea-bcf2-a79bfe27ea11"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f81a6d1-affe-53fe-bbfb-c0af1b7e858f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0e36cea-2df7-569f-8061-2721dbb8b41d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd1d8593-318b-5008-a4fd-f2d6087b0df9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f81a6d1-affe-53fe-bbfb-c0af1b7e858f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0e36cea-2df7-569f-8061-2721dbb8b41d"}}],"status":"accepted","resourceType":"Task"} +{"id":"8ee50431-65a2-5a3e-8446-2997bf993685","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368450"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0384ef12-e388-52ae-823b-972e888096b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d5d600fe-4379-5019-91a6-daaa6023c45e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a82f79e1-93ea-53cf-90c5-a3dda7489128"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a48a178-0001-5bf3-beec-26bdbdce49ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7a74461-a0ee-5ddd-8a61-a69fceee0470"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a82f79e1-93ea-53cf-90c5-a3dda7489128"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a48a178-0001-5bf3-beec-26bdbdce49ca"}}],"status":"accepted","resourceType":"Task"} +{"id":"7e84cdc6-a487-5b88-a9ae-4ed0f8b48550","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368451"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3f0e66a6-efb6-5992-aa8b-75da6e3122fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eb22229e-fdc8-51cd-8b87-a35e831df31b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3639c4c9-8610-5da8-a254-c244d2644e84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0983b8ce-4fc8-5e6c-8ac7-78f4cc5f0f2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15612a7c-6773-5d6b-8b30-470227ab0997"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3639c4c9-8610-5da8-a254-c244d2644e84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0983b8ce-4fc8-5e6c-8ac7-78f4cc5f0f2a"}}],"status":"accepted","resourceType":"Task"} +{"id":"4706d642-ac35-57f6-9111-ddb7fbdbabd0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368452"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/628bf7a1-4fb0-5f35-b966-eacd71d8ccfd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/233a8452-4355-5975-b6c5-31c1bc9058b0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0643145-c4c8-571c-925b-0af14ca59450"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e8016bf-293e-584e-a7eb-bebe874c34d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e195b61-9d58-5741-a95d-fdeaf5ce1e42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0643145-c4c8-571c-925b-0af14ca59450"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e8016bf-293e-584e-a7eb-bebe874c34d0"}}],"status":"accepted","resourceType":"Task"} +{"id":"3f8943cc-d69d-5c07-be16-2767ca83737b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368453"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/beaf6e7a-1331-58b0-b794-570286cd6bfe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/caafa7a0-6fb3-5d4c-8a6d-20f03eaed252"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abd91560-c8a4-571d-9f08-f0b9e145169c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14110597-3716-547a-bbf7-47eb932d5b51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3f362e7-9c37-5eb1-a32d-a524f46f6182"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abd91560-c8a4-571d-9f08-f0b9e145169c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14110597-3716-547a-bbf7-47eb932d5b51"}}],"status":"accepted","resourceType":"Task"} +{"id":"09448184-033c-5dfd-878d-0fa880eaccdf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368454"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a055ff2e-a380-5a6a-bf2b-13e056368ad0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/80a57ec7-0eba-5c81-bba5-854438ae9c94"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb6180f5-764a-53b6-b655-8601e5f94673"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a581466e-3e39-503e-83fd-46f5b25d834b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/863a5389-7493-5187-ac09-e8b2d39810ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb6180f5-764a-53b6-b655-8601e5f94673"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a581466e-3e39-503e-83fd-46f5b25d834b"}}],"status":"accepted","resourceType":"Task"} +{"id":"29349a0d-5558-5f1c-9160-fb74d69ed798","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368455"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ab04841c-825a-5a3c-a6eb-633270006b31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0f98d12e-1617-53d6-9e4e-54ecd603d70d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a75e9874-7705-5d53-9dd4-0d3cd1d53f72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4e38a0b-8380-56b1-a991-d2c281256b46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f43fbe84-0761-5695-b5b2-8ec6e5558bf4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a75e9874-7705-5d53-9dd4-0d3cd1d53f72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4e38a0b-8380-56b1-a991-d2c281256b46"}}],"status":"accepted","resourceType":"Task"} +{"id":"4bb3222a-9b6c-5553-8798-ceeccbf96872","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368456"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c65286d3-3980-5271-80aa-444659226a6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bbeb90bc-597d-5475-a9c5-42ee3b6cd8cd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51297765-6829-5231-8a09-7110a8de210a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f7c2cdd-2940-5635-bf7e-19d732c8aac9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfd0b64c-ec25-5119-82a9-19e301f96dbf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51297765-6829-5231-8a09-7110a8de210a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f7c2cdd-2940-5635-bf7e-19d732c8aac9"}}],"status":"accepted","resourceType":"Task"} +{"id":"7c5931b2-3307-5db3-b7e7-bdad6a69d0fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368457"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d646b2a6-dfab-5ab7-a87b-fceb309df975"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e88b9c32-a7e1-5cf3-9b1a-a6349a535b43"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/097039ce-8093-501a-aa4e-7d940b5dd36d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b46abada-906e-5022-8fd1-54be9e2125ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7df2682b-9961-5b7d-ac30-eb640889a876"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/097039ce-8093-501a-aa4e-7d940b5dd36d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b46abada-906e-5022-8fd1-54be9e2125ba"}}],"status":"accepted","resourceType":"Task"} +{"id":"f529f7db-c663-52a9-9720-06fca475110a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368458"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/520fd6de-4479-5cd1-965b-7c637c6942c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/01b5bea3-8af4-52e6-ad5f-44fa90e8ed33"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ff102d7-b249-5ba9-b7c6-6b67077f7d50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05ebc1ea-6908-5ec0-9900-0da0db51c84f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d3b1e10-e789-5d6d-a8d0-6730411c51aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ff102d7-b249-5ba9-b7c6-6b67077f7d50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05ebc1ea-6908-5ec0-9900-0da0db51c84f"}}],"status":"accepted","resourceType":"Task"} +{"id":"322d5cb2-fba6-59d8-a7e2-839b70bfa36f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368459"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d0b5bd77-990f-5b84-adf1-5786553a98fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/937c3e48-036c-5732-89eb-09cbee8fd36f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99d63ae2-7518-56c5-bcb2-1c3272958ccc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58fcc990-7667-56ed-aa5f-ea7b96062a7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79557780-d954-5810-9585-efa11654b1d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99d63ae2-7518-56c5-bcb2-1c3272958ccc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58fcc990-7667-56ed-aa5f-ea7b96062a7b"}}],"status":"accepted","resourceType":"Task"} +{"id":"768db1ce-4543-5b19-a6a0-a240119cf82f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368460"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aff9ac95-6998-5350-a794-824837b043e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/899cf8dd-8210-5a4b-b7c4-40d11aedc534"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51078eb7-d1be-5b4e-93f2-8475f0a0795e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca86a638-cb1c-577e-8fc8-7e1b1221f3e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0442d985-a31e-5cf4-9cce-f7f5a3d3eaab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51078eb7-d1be-5b4e-93f2-8475f0a0795e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca86a638-cb1c-577e-8fc8-7e1b1221f3e2"}}],"status":"accepted","resourceType":"Task"} +{"id":"4fe66141-0c6a-5519-a759-cd758db2060f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368461"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3b29686b-7232-5449-98ae-c2eef33724d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/71d2b273-2b6e-569f-b6a7-ce682b340e40"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84332cf9-8fe0-5454-a2e8-2677dff2a128"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65acb533-dc9d-5253-b135-ee9629b3fa06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53e7dc6d-7874-59bf-80ec-dc3a974e2fe2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84332cf9-8fe0-5454-a2e8-2677dff2a128"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65acb533-dc9d-5253-b135-ee9629b3fa06"}}],"status":"accepted","resourceType":"Task"} +{"id":"57032ec9-1f54-5f1a-aeff-77bafbf69dda","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368462"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/11c624a0-6b75-53ad-9dc3-fa3ef28ee8f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/45fc0f48-f66c-560a-8e18-6aaa51c117e6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/288735e1-0467-5497-a7f9-152d60bf5c3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1493d7c4-2f7b-5889-b736-3b44c38cdee7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6defcb2a-fb3d-5c11-b763-82e309327a75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/288735e1-0467-5497-a7f9-152d60bf5c3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1493d7c4-2f7b-5889-b736-3b44c38cdee7"}}],"status":"accepted","resourceType":"Task"} +{"id":"7063379a-8a78-52d5-a9b1-0f0bde0d9980","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368463"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8e086662-4e43-5fef-9bcc-f468aee9d830"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/77712485-2295-50a2-94ed-f9eabab6e100"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6ac72b9-1058-5705-b1b2-6016728a6a7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/230bfc7a-5115-5ea7-b5db-682f5b2a6fd9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/643f5587-01c1-512b-966d-4d4aefd0af1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6ac72b9-1058-5705-b1b2-6016728a6a7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/230bfc7a-5115-5ea7-b5db-682f5b2a6fd9"}}],"status":"accepted","resourceType":"Task"} +{"id":"60947ebc-a413-5719-8d83-9785fb0d8a56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368464"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6dd348a7-41bc-5599-b36c-ce6d60456149"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/95af6264-a74d-5906-a5ff-84803f3f9902"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71048509-701f-52ec-8346-63b50a897d47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b307031-8eee-5b1e-ad01-93eecf18ba21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/479734b6-4aa6-52a9-866f-2186c5a245a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71048509-701f-52ec-8346-63b50a897d47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b307031-8eee-5b1e-ad01-93eecf18ba21"}}],"status":"accepted","resourceType":"Task"} +{"id":"c2c52fd1-53bd-59a8-aa74-5ded8ccc81c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368465"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4ded9105-06fc-530c-b3b6-d302df952533"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0d2c8ff1-41a4-5733-be00-a80220d8a7de"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82dce14d-9bfd-54c5-8b2d-1f9a8ba8b481"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30975ad5-069a-5f9d-918c-70f61d0bb795"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82a07251-e8b2-514d-b6a3-f9f94bfe9b27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82dce14d-9bfd-54c5-8b2d-1f9a8ba8b481"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30975ad5-069a-5f9d-918c-70f61d0bb795"}}],"status":"accepted","resourceType":"Task"} +{"id":"713b31eb-ea37-559f-8c3d-3401ea2ea9e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368466"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/03130d51-21c6-5570-bfe0-6d100a85c8e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c70c055e-f7cc-5e00-a3e6-0e230d188986"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/947af641-5f41-5004-9e16-2932d4e7694b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7568ff2a-d965-55c6-b3d3-1db149a490ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71445e0d-47d9-5f03-9bf7-4a1af1c85063"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/947af641-5f41-5004-9e16-2932d4e7694b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7568ff2a-d965-55c6-b3d3-1db149a490ec"}}],"status":"accepted","resourceType":"Task"} +{"id":"84a7d286-826d-51c2-998f-2ef808429d61","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368467"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ea7efb36-7786-5073-ac92-51bf57ed328d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/78b4a9c5-9de2-5abc-8a48-bcc92c4b23e6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aaad8e93-7d21-5f0b-aaff-37cbda764016"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eda11133-13b5-5e83-999b-06ddb2cd1dfa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/678a8e1c-9ed3-5f68-8b77-d2e68a2bacfb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aaad8e93-7d21-5f0b-aaff-37cbda764016"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eda11133-13b5-5e83-999b-06ddb2cd1dfa"}}],"status":"accepted","resourceType":"Task"} +{"id":"936d1880-6c46-5ba1-8034-a72df13de1db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368468"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f3ed3df0-fecb-5718-919f-d613dfca3e10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bfa77604-6d36-5e4b-bdc0-f09c8686933e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed30536d-9f44-5ff7-b356-08604eba2715"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3bcb598-e3c9-5a54-8b6e-6dba01c2eea1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f3aca05-e172-5cc4-afad-1ad11826da96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed30536d-9f44-5ff7-b356-08604eba2715"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3bcb598-e3c9-5a54-8b6e-6dba01c2eea1"}}],"status":"accepted","resourceType":"Task"} +{"id":"b27e2d93-72ff-5844-8dbf-78c46495d260","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368469"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f10f783e-6330-5b5f-b37a-c0730d19f885"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1ebb2b84-9a96-56e0-8f43-bf4cdf53c8a0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9139e2f-e04f-597d-9122-b0e3cb7c38f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/370e5fcc-2729-5e92-bbd6-07932e3115ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abfc7a29-b8da-51f0-b081-c0012f470edf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9139e2f-e04f-597d-9122-b0e3cb7c38f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/370e5fcc-2729-5e92-bbd6-07932e3115ca"}}],"status":"accepted","resourceType":"Task"} +{"id":"1974a65c-7863-5d88-9c85-72c179780714","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368470"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9d7529ed-403f-5500-9bc4-03775fc2d540"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2314e8b0-6cfd-59c7-b2a6-1cdfd36f1db6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61c8e226-bc4b-5f1c-91aa-0d4b3bec3dd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85245759-03bd-57d6-8fac-00d5d05de799"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78da0e7d-8285-57b6-aee8-2caf4779951c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61c8e226-bc4b-5f1c-91aa-0d4b3bec3dd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85245759-03bd-57d6-8fac-00d5d05de799"}}],"status":"accepted","resourceType":"Task"} +{"id":"dcb1b019-2fe4-5881-bbf0-a0a3adf244b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368471"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/97b704c4-4d16-5fec-8d6c-d3f5a2033a84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/323a80c9-1024-51ea-9de3-eec59c759a4a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79b31ac7-eaaa-5e5c-97f6-7e05faf8f430"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8fead2b-ad82-54ac-85cb-ea272dc2dbf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67a04ba4-7461-5626-8175-39f2cf5f607e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79b31ac7-eaaa-5e5c-97f6-7e05faf8f430"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8fead2b-ad82-54ac-85cb-ea272dc2dbf1"}}],"status":"accepted","resourceType":"Task"} +{"id":"c902edbc-4e87-5d04-aaf1-3bc27b87b52b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368472"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/59496b36-eeb2-53bc-b2d5-6b00d73e3acb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5323d771-ca35-5059-9397-0ef02d9f3505"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3eb81bb-6c60-5225-ab42-11eaabcc70bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/013744bc-7ed7-5ba8-b89f-14989178e992"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f334172-d9ba-5762-9127-34afec210d8f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3eb81bb-6c60-5225-ab42-11eaabcc70bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/013744bc-7ed7-5ba8-b89f-14989178e992"}}],"status":"accepted","resourceType":"Task"} +{"id":"6543b37e-188a-5ee7-9f86-6ee9d4bb4dea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368473"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/22dc29fe-3ebd-55e4-bda6-358bac8e7ce1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c47aab68-efbd-5f9c-aec3-8bc6756f16e4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fe99341-ed84-5c39-9241-8c047e8d768a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/777207a7-1d72-5201-96d2-e7c157fefe2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c753298-0af6-5b70-a406-b9e36a3f3593"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fe99341-ed84-5c39-9241-8c047e8d768a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/777207a7-1d72-5201-96d2-e7c157fefe2a"}}],"status":"accepted","resourceType":"Task"} +{"id":"faafc57e-2220-51e6-acfa-edf374ad270d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368474"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6fefb272-b379-5bcc-a1a5-d807f6c180bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/742abf3a-2fa0-5e22-b2ca-812bcf7861e4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7aa0b9c-f11e-5ecf-b27d-ddb356ffe09c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ebab3f7-ce14-5fd9-81fb-81f7e97fb02e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e22436f-a6bc-5b47-9440-2d160a2ddde3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7aa0b9c-f11e-5ecf-b27d-ddb356ffe09c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ebab3f7-ce14-5fd9-81fb-81f7e97fb02e"}}],"status":"accepted","resourceType":"Task"} +{"id":"e41b866c-ea49-545a-81df-6ffdceb51773","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368475"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2c64c178-f5d0-59a2-9fe3-998fb2824f95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7ced19fd-11cf-5a80-a972-680cd0b5b55a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/597fa1c5-6be7-50ac-b032-508eb2481b11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1551103-16a6-5fbc-9e27-a9fe91f3c841"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e1b64f5-b264-5e1b-a9a5-54651db51401"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/597fa1c5-6be7-50ac-b032-508eb2481b11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1551103-16a6-5fbc-9e27-a9fe91f3c841"}}],"status":"accepted","resourceType":"Task"} +{"id":"e156a674-55ec-5772-93f4-a05705c34798","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368476"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/316d7466-2dd7-56f3-b480-b7cf9d3b912d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a12b138a-5c54-5a7f-86ac-63b6d044e48e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53c36f8b-a5d6-5de3-9744-e43e06f1da38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63a7d979-947d-5a8f-941f-692cf69f50e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75022a61-5ea1-5f39-8b2c-9b876cde100e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53c36f8b-a5d6-5de3-9744-e43e06f1da38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63a7d979-947d-5a8f-941f-692cf69f50e8"}}],"status":"accepted","resourceType":"Task"} +{"id":"eb1dd565-341b-5265-841b-fa7b56f83b43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368477"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e572791b-9f20-5a3c-a353-f495a891f878"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/240f04f6-a023-5b59-ba95-cb6a3a1fedcd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5485adf1-c537-5615-9781-d5f9415600c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/548c1f8f-9f2c-5679-9a33-b79f36154080"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/608fca00-a13e-54db-a4e2-fb89c5554c76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5485adf1-c537-5615-9781-d5f9415600c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/548c1f8f-9f2c-5679-9a33-b79f36154080"}}],"status":"accepted","resourceType":"Task"} +{"id":"da1a38b3-8ddb-528c-a0cc-cac145fee34c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368478"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0198d474-2b3a-50fe-9727-fa0c4f6ed57c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6e453607-64be-5542-83b2-1de59c359175"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e5746c8-c0d0-50a5-830d-cf67d77d9a62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e87e31bc-026b-5345-8ec3-baa0e9f0ab6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a2aaa8a-ff56-5a51-8ebf-7656c119c560"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e5746c8-c0d0-50a5-830d-cf67d77d9a62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e87e31bc-026b-5345-8ec3-baa0e9f0ab6c"}}],"status":"accepted","resourceType":"Task"} +{"id":"b24d9c53-5de7-53e2-805c-9c6244934c18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368479"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3046aaba-1910-5a6b-8cfb-024ea4575bd7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0b31252b-5e5f-5d2c-ae6f-be6b3f374120"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb9115ed-796d-5166-aaaa-8ac34bc6864b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/037e13a6-96a7-5c38-aa42-3f871db1d282"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1d8da92-2914-5205-af27-ea9bab48494e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb9115ed-796d-5166-aaaa-8ac34bc6864b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/037e13a6-96a7-5c38-aa42-3f871db1d282"}}],"status":"accepted","resourceType":"Task"} +{"id":"d2299521-0401-5ba0-9bc2-cb6bb01380fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368480"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ca494de3-f746-5155-9ee3-eb55d7d06fd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/be2a559e-4eb5-5b92-920b-a4c9db1d6d62"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eded1051-8e9c-5aab-a6c4-506710120cf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a083a964-22d1-57bd-a0fc-0ba345c81fa8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c3087a7-8ac4-5565-ac2c-7d59e8b61115"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eded1051-8e9c-5aab-a6c4-506710120cf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a083a964-22d1-57bd-a0fc-0ba345c81fa8"}}],"status":"accepted","resourceType":"Task"} +{"id":"9b5e97ee-6697-5ff6-b2d5-6248d2af8f92","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368481"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b86807a8-5de3-58f6-86c4-c13237e78262"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ff426d54-b2fb-5711-a011-314c95351bee"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09064372-3f18-5a89-ab77-89ccad0db089"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/293d06e5-d05b-5e45-baaf-ff84779a53a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01ae1b42-7bf2-503f-a21e-0d92747c3f60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09064372-3f18-5a89-ab77-89ccad0db089"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/293d06e5-d05b-5e45-baaf-ff84779a53a2"}}],"status":"accepted","resourceType":"Task"} +{"id":"7d1e9f2a-cb2b-53a4-b440-f1dd172155d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368482"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/766cd9c9-5b34-5d2f-bcd6-cd5eb1186adf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4f97d2ae-512a-5284-8a26-ba06cba33c39"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0dd548b3-1745-502f-89e7-d8c6361c1562"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9443c0f-f651-51e5-b596-6725ae99792e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54f15259-cdae-511b-9fb0-45a4bb3ba5f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0dd548b3-1745-502f-89e7-d8c6361c1562"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9443c0f-f651-51e5-b596-6725ae99792e"}}],"status":"accepted","resourceType":"Task"} +{"id":"9c253aeb-6d2d-5964-b5fc-b9d9aaaa8858","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368483"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a4a9c894-9f58-5555-a5ab-044035e86ac4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8561c601-2f38-5094-b202-7047f08d0fe8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03687a05-0c7b-50c9-bef7-908758b9f29d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffae72af-bdef-5be9-9a2b-15386767965b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fad99c8e-5521-588e-aeec-8c09d0650e35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03687a05-0c7b-50c9-bef7-908758b9f29d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffae72af-bdef-5be9-9a2b-15386767965b"}}],"status":"accepted","resourceType":"Task"} +{"id":"ebd7bd4d-8c11-56ed-8bce-5de61c2b925b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368484"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f001f9e2-8774-56c9-b831-998a56c3da0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9f167932-e54b-5191-9fb5-3cb60863b91a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b98b744b-3eaa-5474-ba38-df09c32337cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca6183c8-13a0-51d6-a26d-9c1d200cb301"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65184ad2-e78e-5138-bd10-dbe9d5d9f253"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b98b744b-3eaa-5474-ba38-df09c32337cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca6183c8-13a0-51d6-a26d-9c1d200cb301"}}],"status":"accepted","resourceType":"Task"} +{"id":"09599413-fa71-51fe-a6a2-71416a314ef2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368485"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4c844094-d6e2-59b8-afbd-5c23c044691c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2d7f8622-4d71-5b66-92c4-e1c1ec0a0aaa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d06c05b5-05aa-5c98-ac15-67b313db70c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aab8846f-ee72-51bf-97d6-11434c29f419"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae5f7983-1862-5e09-b148-c7891ae6946d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d06c05b5-05aa-5c98-ac15-67b313db70c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aab8846f-ee72-51bf-97d6-11434c29f419"}}],"status":"accepted","resourceType":"Task"} +{"id":"9491a28d-f3c8-508f-b992-802d1332c5fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368486"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/45f97cd6-a75e-5d3d-bbe1-99d8163d5126"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ba3cb2c9-b98b-5908-b379-0103194dd0a4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d56a2b0-c109-50f0-9fb4-d880ee0438d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b91f44a-d127-5672-85aa-e07860c55d84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/721611dc-3e62-5ac3-8ec7-41e2de8fe083"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d56a2b0-c109-50f0-9fb4-d880ee0438d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b91f44a-d127-5672-85aa-e07860c55d84"}}],"status":"accepted","resourceType":"Task"} +{"id":"eae00c87-3453-52de-9a1f-3e2a40d895b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368487"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/db096608-778e-5596-ae40-6a473bfe5c32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0d4b259f-e0be-5781-b508-e53325a1bfda"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9779e8c8-1d9c-5138-bbf0-929aba960d58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fe5c8ed-6006-5a05-b00c-c72eec43e331"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17886eac-92aa-5694-afaf-aa9a500faead"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9779e8c8-1d9c-5138-bbf0-929aba960d58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fe5c8ed-6006-5a05-b00c-c72eec43e331"}}],"status":"accepted","resourceType":"Task"} +{"id":"d99c9e05-7e9b-599a-8eb9-a2aeb92ee355","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368488"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7d0c17d8-3a5d-51c9-8e50-54ffdc2d5626"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f4b83167-6625-5f25-9c2c-d6dbdc6377b7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5887f2cc-d353-54e8-af3b-7edd44a326b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2538e20d-6504-5a5f-9ca2-f144909ad1f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9190b3b1-9e77-58c4-9ee0-ae3cd8d7fe59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5887f2cc-d353-54e8-af3b-7edd44a326b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2538e20d-6504-5a5f-9ca2-f144909ad1f2"}}],"status":"accepted","resourceType":"Task"} +{"id":"decef565-180b-591e-bcb3-ff86b22d7ad8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368489"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d76aad05-8a9b-5d89-bc17-bbc42a7eeb37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dfafa429-f807-5140-aaf9-d0094bdf5370"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f34c82b-0f97-531b-8483-08a26c53d7f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/289483ec-743c-51d3-9bca-f6657ba0e4c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49367579-2c41-5478-b59e-ec691191b7cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f34c82b-0f97-531b-8483-08a26c53d7f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/289483ec-743c-51d3-9bca-f6657ba0e4c6"}}],"status":"accepted","resourceType":"Task"} +{"id":"c19d8b0c-958a-5b5b-853b-e85bc85eb2c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368490"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/62b7aabb-f422-586b-a20e-90bb202dfd0a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/552b3abb-4ec2-5b4d-bba1-5c87f1301da3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c7d1f8a-6b07-5006-810c-a092d60f61a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f6dc135-1ba0-526f-88dc-6e5c302b9659"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83d11cd7-72a4-5c18-8bf0-fc05fae6720d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c7d1f8a-6b07-5006-810c-a092d60f61a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f6dc135-1ba0-526f-88dc-6e5c302b9659"}}],"status":"accepted","resourceType":"Task"} +{"id":"49e3965e-1753-5ecf-b7db-d171d664445b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368491"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/684d8d6e-66fd-5d39-9f44-dbdf7d61c23d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d7c76a7f-f8f5-5865-8675-467c78f56c1a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2354a6d9-6b4c-5455-8a68-b0c25d19f8c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f706341-0eb8-563f-b1a1-523354224110"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d729e1d8-0134-5b79-83ba-1bbd3b294999"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2354a6d9-6b4c-5455-8a68-b0c25d19f8c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f706341-0eb8-563f-b1a1-523354224110"}}],"status":"accepted","resourceType":"Task"} +{"id":"f9a0999e-2b06-5dc8-a4dc-f680408f3b88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/ERS4368492"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/78023962-ac80-5127-a0b9-c085303c5a81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/944d9322-1bec-5e49-84ff-4f44fd71bacb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/220ec068-80f5-5191-917a-1b5fb72e9806"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb0bb721-119c-5b64-b2f4-b09ff5d7c8ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de501867-5b3e-5262-82ef-b950af42c977"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/220ec068-80f5-5191-917a-1b5fb72e9806"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb0bb721-119c-5b64-b2f4-b09ff5d7c8ae"}}],"status":"accepted","resourceType":"Task"} +{"id":"ae58058c-6444-590e-960a-48d1c2fac6e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000030"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/28a34f09-7848-59ee-9fce-60f36fcb2588"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ae97dd64-76ac-51dc-81bf-9c741f4f3375"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36ace528-5c68-566c-accb-263d090fc6e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34eae2c4-a191-5d55-a867-c78834ecc138"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f596b1e-21d1-5ff5-9777-dbbe456b2a41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36ace528-5c68-566c-accb-263d090fc6e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34eae2c4-a191-5d55-a867-c78834ecc138"}}],"status":"accepted","resourceType":"Task"} +{"id":"1277e382-63d5-5781-b1db-8848c85db580","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000031"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d09e0951-283d-5b90-bdd6-50a1761a14f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/95c69e17-92b5-5c5c-84da-3c4c1b402d24"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f01c2a41-22e6-54c8-b8d4-ae99de77011f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1622a68f-693c-5697-83fd-e1a924e19fbf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/506711f0-6f8c-516e-9635-7ec3f09b1c00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f01c2a41-22e6-54c8-b8d4-ae99de77011f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1622a68f-693c-5697-83fd-e1a924e19fbf"}}],"status":"accepted","resourceType":"Task"} +{"id":"53d8389d-d6b1-5ea9-a7d1-d3a5b901967f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000032"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0e2d0507-41b2-5773-87f4-6858a01b58cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b2f49282-d40f-5e62-a406-7b0ce9f9a815"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7577f229-d54d-5cb0-b14d-3bf8109d8a2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6d1dc12-cc66-531b-85be-209b57b81403"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa3fefaf-70f4-5d21-ad23-9fb50a33d669"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7577f229-d54d-5cb0-b14d-3bf8109d8a2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6d1dc12-cc66-531b-85be-209b57b81403"}}],"status":"accepted","resourceType":"Task"} +{"id":"d9156c35-307a-5551-921e-0943aa74fe1c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000033"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/27376b2b-8d58-52a8-bf68-35b27125bde8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/661a4a20-2baa-5e67-827b-cc42cef20b79"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/179b9e96-0aed-536c-9423-11f3d470c949"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31340b25-1d81-521a-be11-fe3364726e06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55ebd4a8-db35-561f-b71f-277a8de9d04f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/179b9e96-0aed-536c-9423-11f3d470c949"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31340b25-1d81-521a-be11-fe3364726e06"}}],"status":"accepted","resourceType":"Task"} +{"id":"157b5f7e-147f-5b6c-a9e2-86ed76126a95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000034"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/491c2b3c-ebb9-5d15-b061-6d459ae02fef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b859d382-4a96-534c-8308-b8c464ffc82a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7442d0c6-91da-5346-a802-275cf74ffde7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a77bc26-6eb4-5934-ac0c-0a53b2fd5290"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2637a5c6-3154-5c2f-afda-f3f2320aff98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7442d0c6-91da-5346-a802-275cf74ffde7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a77bc26-6eb4-5934-ac0c-0a53b2fd5290"}}],"status":"accepted","resourceType":"Task"} +{"id":"5d765ec9-292e-532e-af54-d00386beec8b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000035"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/681f5d1a-d0ff-5c15-86cd-b4a886237e03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/34dce639-afa0-5ca1-9a51-921b8b165091"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9dd6df93-5f6f-53d3-8e6d-99f944c0831f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a119924-43c7-56b2-ab1f-ba13e8c24fec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c318f997-7fb8-5621-8356-d7f37ae45b2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9dd6df93-5f6f-53d3-8e6d-99f944c0831f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a119924-43c7-56b2-ab1f-ba13e8c24fec"}}],"status":"accepted","resourceType":"Task"} +{"id":"6f859820-7177-5e3b-9000-31be15fb8c9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000037"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/267d05d0-0417-5c5d-bd23-0600f98ff2e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/69365ca0-fc0f-5529-b91f-5a2116393d81"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52cfdae1-e398-5cfe-b67d-40af7e68d59c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/348a8ff4-3bd1-5f45-8156-25f75171350b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57688d5f-bc66-57c9-9091-958f9a8a8a5a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52cfdae1-e398-5cfe-b67d-40af7e68d59c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/348a8ff4-3bd1-5f45-8156-25f75171350b"}}],"status":"accepted","resourceType":"Task"} +{"id":"5eb444a0-96e5-583e-8624-ac7c8163d9a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000038"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a78f7227-2935-5efd-92fa-432f8fb0d37a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c03c3cdc-2973-59a1-bd7d-fb6c39384267"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9740f070-f336-5804-845c-8ae24b99317e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9890708e-347b-54d9-a675-7f83f9b619b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/840b2175-24e2-5815-9f90-e4cdc049970d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9740f070-f336-5804-845c-8ae24b99317e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9890708e-347b-54d9-a675-7f83f9b619b4"}}],"status":"accepted","resourceType":"Task"} +{"id":"836576d1-a3f6-5410-889e-1da01f2a7382","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000039"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dd63b3d3-10cf-52b6-a48f-84df4721cce4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/79c6838a-5759-5d11-bd71-e5719f2c49be"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8df730f4-c7af-55c4-b3ce-655441500494"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a0edd74-b25d-5ba9-9a1e-004dae9d94e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/742d854a-e88a-56cd-a859-71f8f539a5e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8df730f4-c7af-55c4-b3ce-655441500494"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a0edd74-b25d-5ba9-9a1e-004dae9d94e4"}}],"status":"accepted","resourceType":"Task"} +{"id":"c301b8dc-1052-52f8-b569-1c60f1ed821b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000040"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cd80a890-1752-5365-8294-393b7994d1e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5ce1e112-c468-5042-9ca6-0c0d020a05bf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a71e092f-a2ed-5795-b2ab-05e5dd5fba41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efe62877-2fef-5db6-90f4-9c3ca8fe84ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19c39cc4-96e7-5792-b36b-7196cae2ed63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a71e092f-a2ed-5795-b2ab-05e5dd5fba41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efe62877-2fef-5db6-90f4-9c3ca8fe84ba"}}],"status":"accepted","resourceType":"Task"} +{"id":"d6cdcca3-3e39-5e64-89e7-79dabf1faa6c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000041"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/67b026f8-83d0-5f77-bf41-5e36d8ef1d39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/68d73635-6391-54c2-b144-b6c259ecd0da"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8654c2d-77a9-5ed4-8aa3-7b032f8cfc19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ca1857b-df17-501f-ba3d-3f8eb41029b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1c150d7-3bc7-503f-9602-2faa5a67414d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8654c2d-77a9-5ed4-8aa3-7b032f8cfc19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ca1857b-df17-501f-ba3d-3f8eb41029b0"}}],"status":"accepted","resourceType":"Task"} +{"id":"fda7c9f3-abe2-5fdc-96c9-16b710d93246","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000042"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d297220f-e3f0-548f-94b4-5702a852e093"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5be7db88-3f27-5574-b7f7-7f08162ba5c1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c44e5c75-123e-5d91-9e70-c8518cee072f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9c96f24-f4da-52dc-a099-077978bc0a8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/562530b8-a182-52cd-a87a-b338d6cf68ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c44e5c75-123e-5d91-9e70-c8518cee072f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9c96f24-f4da-52dc-a099-077978bc0a8b"}}],"status":"accepted","resourceType":"Task"} +{"id":"13dcec2d-3a5a-57a6-9ab0-2f7ce1519cf1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000043"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e4f056d1-7726-5e22-8c45-30f886d1d302"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/04ed3336-8627-5f60-af16-9e1ac1591e57"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45dd162f-4e03-59ce-9143-9dcf675b6df8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/739a7f47-5bd3-5ed9-abe5-bc54bb15462c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d703c5c-7180-587c-ae21-122d81175c8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45dd162f-4e03-59ce-9143-9dcf675b6df8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/739a7f47-5bd3-5ed9-abe5-bc54bb15462c"}}],"status":"accepted","resourceType":"Task"} +{"id":"f6cd110d-8970-5c48-8423-1010e2f1db56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000044"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3a710567-9b6b-5ce1-aac4-e56abe002999"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bb5cadf1-d6e8-538e-9a7c-e8000acac975"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b135c84a-fc6a-5239-a10a-3233e29d2d3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f1864f7-41c1-5d5b-9129-5a1c4c4a0d4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c912f4fc-f0fa-5c4c-aacf-c8735eced480"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b135c84a-fc6a-5239-a10a-3233e29d2d3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f1864f7-41c1-5d5b-9129-5a1c4c4a0d4d"}}],"status":"accepted","resourceType":"Task"} +{"id":"c939c7cf-5cad-5084-a815-8a14da416056","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000045"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/359ee1fe-87be-5e11-9f34-c486df827c03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5996fe21-37bc-5d05-9e44-a9d806b38ca8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/647842ae-0eb2-5521-8c0a-468903dc3a93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40119b86-82f7-57bd-9605-15dbf5ddda09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ead1c38e-1107-5a54-a930-b54d5dc597a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/647842ae-0eb2-5521-8c0a-468903dc3a93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40119b86-82f7-57bd-9605-15dbf5ddda09"}}],"status":"accepted","resourceType":"Task"} +{"id":"b58b3f33-e308-5c51-b151-75f600cd1d45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000046"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/07e90ba2-4e92-5e93-bf75-4e9152b28946"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/046dd90d-a401-5870-a17f-58cb532fd0aa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/784fb5be-8bc7-506d-92e9-b6a7a9a77676"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f87f3ab0-2260-56a6-9467-bad87ad262e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87744510-5970-50dc-be89-541bb9b39b69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/784fb5be-8bc7-506d-92e9-b6a7a9a77676"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f87f3ab0-2260-56a6-9467-bad87ad262e2"}}],"status":"accepted","resourceType":"Task"} +{"id":"0165735d-5726-5417-9df4-ae5245ffe8ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000047"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1e6ddfcc-1ed7-5c28-9955-ba5c4f5294cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e745884c-5a2f-56a9-ae1a-80795a9e1863"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ab3c14e-2a5c-58ed-b8d0-e600824a8d63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4a8dcc0-b9f6-5326-9bc7-4d0d95f3b3f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4af25aa6-8ae1-522d-9afd-b61582f11530"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ab3c14e-2a5c-58ed-b8d0-e600824a8d63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4a8dcc0-b9f6-5326-9bc7-4d0d95f3b3f0"}}],"status":"accepted","resourceType":"Task"} +{"id":"dc780b57-74d3-569c-a203-f79f5ba70f01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000048"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a9a1c9e6-51a9-552a-ab46-ff6f006d30ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4f663fbe-b79a-5e57-8d4e-e8857ef9a6d0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42a0127b-8660-568d-904f-7eae801a5dd7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77ffd785-c981-593b-8664-697b6aaf4d31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf02f5cb-9b7f-5af3-b4b8-5ac571339ddb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42a0127b-8660-568d-904f-7eae801a5dd7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77ffd785-c981-593b-8664-697b6aaf4d31"}}],"status":"accepted","resourceType":"Task"} +{"id":"ed0e2a73-6cad-5e2d-959d-9ac0c232a5eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000049"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1ba069b8-06bd-59fa-b17d-62ad62f71c62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f010c84d-e3f8-5230-9b61-b694934a623e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d32ff5b-b34e-5855-b472-2c8cb2f380a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c2721f3-06ee-5de7-8933-905448d91cc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82c20837-27a1-576d-9c04-742392317d5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d32ff5b-b34e-5855-b472-2c8cb2f380a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c2721f3-06ee-5de7-8933-905448d91cc8"}}],"status":"accepted","resourceType":"Task"} +{"id":"916fd2b5-0bf8-5894-8789-f3d8470dd07a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000050"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/011379b9-624a-5828-bd5f-01db5b0f6857"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ea408e7c-69cd-5efe-81ab-cbf562c92028"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/493afffe-bd86-55fa-aec0-483111e2971a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/183d9756-e7f3-52ed-a770-33eb1a2fa85e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d31612a1-0713-5230-b10b-e82726b17685"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/493afffe-bd86-55fa-aec0-483111e2971a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/183d9756-e7f3-52ed-a770-33eb1a2fa85e"}}],"status":"accepted","resourceType":"Task"} +{"id":"15295439-728e-5d68-b0a6-07976a219d7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000051"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/91020476-651b-5ee6-b057-3b2cdc5f862a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b85ccd16-b1dd-5f90-b287-50b1ec5eb9b6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/872955c4-e3a7-5140-ad53-4ffce07f2aed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4942475e-026e-5fad-b460-cb960375b63d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/975c7c97-028a-56f5-b0b2-509641617c84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/872955c4-e3a7-5140-ad53-4ffce07f2aed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4942475e-026e-5fad-b460-cb960375b63d"}}],"status":"accepted","resourceType":"Task"} +{"id":"886732b7-24ca-5919-8e8a-333ba8ff6ede","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000052"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/11859d3f-d861-5629-8816-a9c38d4df73a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aca92632-0d50-5b8a-811d-0fe9de4a6bbd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43950a87-5f31-50b1-9fc3-67c70b8f10e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05f8723c-0798-5838-919f-0365ff3da61a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a3f507a-d3c6-526b-bf2f-07758991ba36"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43950a87-5f31-50b1-9fc3-67c70b8f10e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05f8723c-0798-5838-919f-0365ff3da61a"}}],"status":"accepted","resourceType":"Task"} +{"id":"6f87dfbf-6b3d-5be0-896d-ccb92468714c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000054"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/010598dd-cafe-5de1-81bf-8dd3eaba9f50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/126c1d37-bed5-56f0-b20d-f9580872995d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d071b60b-1f6d-52ca-a425-96e9bce59bc3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/136de7dc-1ea5-56bc-9fea-a5430acd1bb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25e24424-5b0b-5adf-a76c-53ed1031c00a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d071b60b-1f6d-52ca-a425-96e9bce59bc3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/136de7dc-1ea5-56bc-9fea-a5430acd1bb7"}}],"status":"accepted","resourceType":"Task"} +{"id":"69c6c9a9-2c62-5978-bf19-c424633b2963","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000055"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/835f45fc-1607-5f15-b54d-b0aa4eb9dec9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/74eead75-729f-5e5c-af87-593ef4d1f8da"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d6e8e5e-4a67-509e-aa62-dc3fae3e0ef6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2abd48e0-d525-5156-9093-f19f486ff240"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ace92b14-60f5-5583-86f1-e6b0da7791de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d6e8e5e-4a67-509e-aa62-dc3fae3e0ef6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2abd48e0-d525-5156-9093-f19f486ff240"}}],"status":"accepted","resourceType":"Task"} +{"id":"627dfe5a-f540-541a-adb1-73eff6aba980","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000056"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/02fa272f-966b-5254-8954-24e68c56230e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7d8ead58-2ec5-5e8d-b2b5-b2bce1b9b46b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74d88465-a716-516f-80d4-38e541ef0006"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d94c36d6-3567-5af1-b7a3-2bfbce8ee699"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0356f670-8c14-50cd-aaf4-17823c06f170"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74d88465-a716-516f-80d4-38e541ef0006"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d94c36d6-3567-5af1-b7a3-2bfbce8ee699"}}],"status":"accepted","resourceType":"Task"} +{"id":"e34d35bc-b31e-5451-9ed2-b54587ac15f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000057"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/51749c98-f596-5015-9480-d919abad1d2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7ca9f650-ab29-5672-a177-9f5ddafdbcff"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a494d855-b127-5592-b1f9-df0096abb65c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cf905d2-55c1-509b-a13e-f36f945513a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f5ce204-16af-5d35-929f-80b8e0ab6388"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a494d855-b127-5592-b1f9-df0096abb65c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cf905d2-55c1-509b-a13e-f36f945513a0"}}],"status":"accepted","resourceType":"Task"} +{"id":"742d14eb-8f41-52ef-aecd-972ae2b45080","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000058"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ae9ab6b6-1c7a-5ebe-be6d-01f8145ed282"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7844515a-426f-524e-8534-7733562a4fe0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea3fc783-44f5-56ce-946c-856c2c5239cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/757dbb61-fe0d-5085-8319-571c8fbdae22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59092672-807d-5b99-95ff-0ad14b50a436"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea3fc783-44f5-56ce-946c-856c2c5239cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/757dbb61-fe0d-5085-8319-571c8fbdae22"}}],"status":"accepted","resourceType":"Task"} +{"id":"16bf6292-8286-5ae6-9cac-051171b86520","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000059"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f0906fab-6b76-5b07-b075-68dc4e82168b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/abb78bd8-c497-53cf-9126-9047a1c0087e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c2ecf34-97de-5dc9-b9f3-c1596b8d2ad9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/668e4117-b01a-5cbd-91ee-18864cb95ac1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6571345-dce6-5708-8934-f96beb3ee7e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c2ecf34-97de-5dc9-b9f3-c1596b8d2ad9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/668e4117-b01a-5cbd-91ee-18864cb95ac1"}}],"status":"accepted","resourceType":"Task"} +{"id":"6cb9bb2e-cbf5-5ffc-9422-28625d318b4b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000060"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/78d18f00-fa66-5a7c-ba68-a602572e46c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e241b57f-12c4-5248-a426-60ccc7aa43e1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2375a5f-ecd8-5f1f-80e5-7960bb951b94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58d8d723-75bc-5964-8a2c-28ee3c35fcb4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71b56b05-b06f-55a0-aebf-191344209d8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2375a5f-ecd8-5f1f-80e5-7960bb951b94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58d8d723-75bc-5964-8a2c-28ee3c35fcb4"}}],"status":"accepted","resourceType":"Task"} +{"id":"384f0307-de78-5408-831c-8d3875e03bad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000061"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/24158143-4d05-5494-b45a-ba74652fa492"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7282a036-aa2c-5dc8-be18-9cbc8943ebf2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ca3a7e2-fdf2-5bd8-95e9-24e2d0162327"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6efcf678-784b-5ae6-83b3-26c103900929"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd54b6fe-4e1a-58f7-b97b-abf5ed09e0c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ca3a7e2-fdf2-5bd8-95e9-24e2d0162327"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6efcf678-784b-5ae6-83b3-26c103900929"}}],"status":"accepted","resourceType":"Task"} +{"id":"b5db3db7-a64a-509f-a44c-9c4bda0bbf8b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000062"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1ad0cbca-c29a-5f81-b9e3-8754b06fb3cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1dfa7525-d9ec-5418-a404-adbb6426deb3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2842aa7-dcfe-51ee-9122-11de74fe5876"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d898855-e41a-5b32-94ec-e475e0c92ecd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cda6590-98a9-587b-98a0-a966e7513f7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2842aa7-dcfe-51ee-9122-11de74fe5876"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d898855-e41a-5b32-94ec-e475e0c92ecd"}}],"status":"accepted","resourceType":"Task"} +{"id":"68f3bfc7-c355-5463-946a-db0d92147948","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000063"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a5b4e01b-e9bb-5e2d-a0f7-0757cbc3acdd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/37a85e36-a768-55d1-b486-396c9fc183df"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efe9fd8f-ca1d-5efd-8f35-9c0a5695a761"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5de0e914-62d4-53a9-95b9-3d7724b7af6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65a25c6f-9db2-57ea-b1dd-1dee5464ae6d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efe9fd8f-ca1d-5efd-8f35-9c0a5695a761"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5de0e914-62d4-53a9-95b9-3d7724b7af6e"}}],"status":"accepted","resourceType":"Task"} +{"id":"b08434ea-3949-508f-9c35-35f7b473d67b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000064"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dd25d117-1898-51de-9657-90301fdfae9b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fcae7986-e8a8-5c22-a1d5-2bc79d0e9423"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d156a90c-d2c6-5a93-8bc7-ad5b9b150190"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddd6b124-3261-599d-bf64-486762c48994"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ddee8a5-0587-56af-a1cd-b7ea02bdb2c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d156a90c-d2c6-5a93-8bc7-ad5b9b150190"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddd6b124-3261-599d-bf64-486762c48994"}}],"status":"accepted","resourceType":"Task"} +{"id":"781fb3c7-d443-5726-9a85-6448ff314154","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000065"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9ac85088-f85d-530d-838c-c5ad5d925fa3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7c8a7c64-90f8-5da3-8d02-5fca6a0830f1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7af221f9-b292-595f-9391-c540ca6483f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30679a14-a735-5329-840e-fd04437bcc13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/627277b6-1931-57bd-86d0-8c19b6fcee59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7af221f9-b292-595f-9391-c540ca6483f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30679a14-a735-5329-840e-fd04437bcc13"}}],"status":"accepted","resourceType":"Task"} +{"id":"3b98143c-fb01-5462-bcae-0146563616a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000066"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3e0d7fa2-8908-536c-bc8a-3e3e741eb2a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0ac268fd-2534-5d0d-b900-7a9882116fef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c1fce24-c90d-554e-9372-0bc90b7b24c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70d5f28b-87a1-5bb6-98ee-97620acbc6a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88d97f8a-6619-5558-a6c7-f95baebe9dbf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c1fce24-c90d-554e-9372-0bc90b7b24c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70d5f28b-87a1-5bb6-98ee-97620acbc6a0"}}],"status":"accepted","resourceType":"Task"} +{"id":"ac13eaa4-682b-5a4d-b12f-4f46a9e7f26b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000067"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ad6d5eab-0e76-5680-978b-d8dab55effb4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/10dc00c2-5116-52fe-803f-7d37de380057"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/625ea966-43c4-5cdf-a82b-fc98c4192061"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2eaacd72-faa3-5abd-9337-8bf2f1ccb046"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c88c4cc8-dc6e-5190-9981-cb81ead09ea2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/625ea966-43c4-5cdf-a82b-fc98c4192061"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2eaacd72-faa3-5abd-9337-8bf2f1ccb046"}}],"status":"accepted","resourceType":"Task"} +{"id":"79ac949d-16ed-5004-a8a6-688815cdcac9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000068"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b887ba89-2923-5731-be76-e128d1d31eed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8fda4671-f832-506d-b427-304b438ffb83"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/094ce647-1677-5ed6-835e-3309c40b59cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5390c4d-54b0-51e6-9e29-d8b359fc119d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8a8bdee-b548-5347-b349-12fb612d46f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/094ce647-1677-5ed6-835e-3309c40b59cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5390c4d-54b0-51e6-9e29-d8b359fc119d"}}],"status":"accepted","resourceType":"Task"} +{"id":"12969c08-31d1-5904-a849-a3996248dcee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000069"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6cb1fc96-11fa-5ba7-9cad-e33016a71d84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/11611a5d-dd52-51a5-a254-c65a94f38c5f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/219d6c01-d584-5a79-826c-b8508905554e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5af470a-53ce-5f4b-8b7e-a7be8cf350fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66bd48d3-2be2-548b-bfba-7d6b43b35319"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/219d6c01-d584-5a79-826c-b8508905554e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5af470a-53ce-5f4b-8b7e-a7be8cf350fb"}}],"status":"accepted","resourceType":"Task"} +{"id":"ce10bf3d-99dc-59aa-a8b0-745899e9359b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000070"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b0af88ee-4135-52fa-a2ab-6e5fc83beea7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d73cf87b-ed5a-5ed5-a8a4-1a741f7e92ef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/685e54cc-01e7-52eb-b3e9-8c48403d4e23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75048e62-d218-50c4-99b4-4c6f998832bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ccb52fcc-c000-5ad9-8c59-b172943f60a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/685e54cc-01e7-52eb-b3e9-8c48403d4e23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75048e62-d218-50c4-99b4-4c6f998832bc"}}],"status":"accepted","resourceType":"Task"} +{"id":"acb7fed4-2a75-545b-9e49-4d77803a988b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000071"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c99fd17a-572c-5bd0-b83b-92a824bc433d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d42ff475-b068-5bed-b749-c01497530e4c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b20986d1-95f7-5c26-a765-cebe5855f96f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb00447c-7048-5f33-bece-788cb5a9fbd9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/254590bf-04b8-5849-846e-d1818c60947c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b20986d1-95f7-5c26-a765-cebe5855f96f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb00447c-7048-5f33-bece-788cb5a9fbd9"}}],"status":"accepted","resourceType":"Task"} +{"id":"31ccfbee-a6a1-58cd-acaa-c97c1fc36850","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000072"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/838575df-f913-5a8f-a0b6-3f23551c29f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cbc1cf0a-3aa2-5846-9481-ab246d60f777"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2983f3cb-1bff-51df-b52c-def189e09318"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd08ed50-3a04-5b06-a5bd-acab8221dfa5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a19ae7c0-0f35-5d0c-85ee-46aa84ef8132"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2983f3cb-1bff-51df-b52c-def189e09318"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd08ed50-3a04-5b06-a5bd-acab8221dfa5"}}],"status":"accepted","resourceType":"Task"} +{"id":"fee6d758-dec2-5b70-b7b8-7dd4b7789bc6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000073"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b28b07f6-ccff-5814-bb55-7e5e72a3395a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/56957c49-10fc-5d61-93c4-546b777732cd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c210e58a-1ab4-528a-b92a-5f53ae262eda"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20290613-7fd3-5ef4-9ee8-63c30eb11a28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bebf8713-7346-50a3-bf76-1873e33b3621"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c210e58a-1ab4-528a-b92a-5f53ae262eda"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20290613-7fd3-5ef4-9ee8-63c30eb11a28"}}],"status":"accepted","resourceType":"Task"} +{"id":"874d19fe-3b4f-538b-8f09-deab8e288649","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000074"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/51303946-c3db-5000-981a-b7e8ff53deb4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ea3d5fac-a502-5c2c-b0a1-902112c7ce6f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5face1c5-2b96-5a69-8fdd-4fbcfaebf9b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db303d3e-9a6a-50f0-bb77-930262a4b06a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3f85cfa-7124-5399-94f8-2de63f768426"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5face1c5-2b96-5a69-8fdd-4fbcfaebf9b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db303d3e-9a6a-50f0-bb77-930262a4b06a"}}],"status":"accepted","resourceType":"Task"} +{"id":"1c5eff90-6a91-5b6e-b192-070e3b38ac92","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000075"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/84b9d318-c9e2-599c-a5bc-4fd38dc3f140"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5f6f1f57-6aba-58da-ae76-98106f82e00f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0641760a-db29-52da-9e16-71f0fe7662a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d9d496c-5f20-55bd-9330-c3b5c4c47303"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e5afa1d-ed1a-55ee-98bf-ec9419d2e139"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0641760a-db29-52da-9e16-71f0fe7662a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d9d496c-5f20-55bd-9330-c3b5c4c47303"}}],"status":"accepted","resourceType":"Task"} +{"id":"f8e219d1-3450-5b79-942c-0c1d9e019af9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000076"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/383a1fc5-c3b5-5f0b-8839-05aaf383a436"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/10306c23-6619-5d56-bcfc-0984491755b8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5368bd5-470b-5054-9ebe-6635515df601"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40571240-ffed-5360-ac5b-4955145fa87b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d79e625e-8895-57c5-860e-f9d1deeb87ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5368bd5-470b-5054-9ebe-6635515df601"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40571240-ffed-5360-ac5b-4955145fa87b"}}],"status":"accepted","resourceType":"Task"} +{"id":"e0ec9f92-efd5-5256-b24a-16c439b7fc1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000077"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/12d83f33-c441-5376-ba08-e3fdcc618eb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9e4284ff-31bb-5940-9426-5c228218074a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01e972e8-33b9-558a-8fdd-54d7ce715ea1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d865a7d-4b70-55c8-8db8-84aa0668a9f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eca9c0f8-7517-5fcb-8405-e9a9705afc05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01e972e8-33b9-558a-8fdd-54d7ce715ea1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d865a7d-4b70-55c8-8db8-84aa0668a9f2"}}],"status":"accepted","resourceType":"Task"} +{"id":"54cec747-0574-5271-b58c-a248c218031a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000078"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4dd300b4-0c1f-5e23-9aba-338c02e2bf96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fc78af40-6b18-592a-bef4-393a68f4fc4a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e307ab1d-77a9-5e0e-a740-7de9d29b6bf0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76d30bc1-9c0a-58db-a7e4-104de112931b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b56509c3-5ac5-5fdd-8ecd-8f7817b429ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e307ab1d-77a9-5e0e-a740-7de9d29b6bf0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76d30bc1-9c0a-58db-a7e4-104de112931b"}}],"status":"accepted","resourceType":"Task"} +{"id":"f5dbbb88-4f38-5cb8-9c67-c867e3e5c0f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000079"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/86b682cc-4f5b-557b-b111-24edecb8b55e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9d9f7586-1852-51cb-b1a3-ffecd41606a6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07fe0b97-5a7c-54d0-8d9f-f1348bba3d0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abf3ca6b-cf44-5fec-b271-10846aa9c57a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a189f31-4096-5d22-99ab-e607dfd40e6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07fe0b97-5a7c-54d0-8d9f-f1348bba3d0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abf3ca6b-cf44-5fec-b271-10846aa9c57a"}}],"status":"accepted","resourceType":"Task"} +{"id":"66bec26f-2c3c-5c69-a56f-9e6f2efcb80d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000080"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cf3cef7f-18c4-556a-9d9c-f60d86477c06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/17a68367-6f5f-5e6d-8ce5-f6c41786019b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/562f8543-5711-5bdb-8e39-c2b23081f8cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e9c13b7-b596-5bbe-8ec9-6f14cf9ea1e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1268b564-e821-5104-980d-b12d9894c4b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/562f8543-5711-5bdb-8e39-c2b23081f8cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e9c13b7-b596-5bbe-8ec9-6f14cf9ea1e4"}}],"status":"accepted","resourceType":"Task"} +{"id":"ad1d2e55-4c6f-5ac2-93e9-6e859403d4d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000081"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/02a58f0e-da08-52d9-bfda-5d04d96b83aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3b6d6403-bbb3-50a0-bf44-e0808c9c3341"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10d1d573-cff0-5661-baa3-eeb0321c6d1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4cd678e4-cd83-5e41-8650-068a3ab133cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf8a6d0a-d378-5c3f-a20d-70453f35c11d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10d1d573-cff0-5661-baa3-eeb0321c6d1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4cd678e4-cd83-5e41-8650-068a3ab133cc"}}],"status":"accepted","resourceType":"Task"} +{"id":"57aafde4-e880-5eb0-a058-81558fea6d8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000082"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c83ffb32-df9c-5ff4-a0ba-704ac9f1803b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9cf2e647-4585-57d4-8e34-a66d603b4516"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68e7ade1-273b-5ce2-80be-8f913424fd3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8ac2de3-7a04-588e-983c-3b15f50e5c81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2559877f-dede-5697-8c3e-b10df43a3b02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68e7ade1-273b-5ce2-80be-8f913424fd3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8ac2de3-7a04-588e-983c-3b15f50e5c81"}}],"status":"accepted","resourceType":"Task"} +{"id":"5e671a6c-483f-597b-82b0-b4929ce59d71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000083"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e508587a-746c-50e8-9308-63f2fe2dc559"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/53ca3689-6c46-50a7-8fc8-9fdb59cbc8ea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53e4794b-ad41-55d7-8423-bf017aa0ff01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d18f0de-d704-5df6-b761-1a543088c887"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/499be7c7-c8d7-585e-b1c8-c56924594f9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53e4794b-ad41-55d7-8423-bf017aa0ff01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d18f0de-d704-5df6-b761-1a543088c887"}}],"status":"accepted","resourceType":"Task"} +{"id":"b8065a58-a810-5901-b8a9-fa173f28330b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000084"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bf3e73ac-6097-583e-b2b8-00e59602a546"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1c5d1fe6-d831-53b7-9ca4-5c0926060ee4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3eee7b01-00b9-5c41-b71b-fb0de809cd62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d130eaf5-da40-5be8-8309-20daaa6ae853"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9556b23c-8f26-527a-ad78-991f49bd4ad2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3eee7b01-00b9-5c41-b71b-fb0de809cd62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d130eaf5-da40-5be8-8309-20daaa6ae853"}}],"status":"accepted","resourceType":"Task"} +{"id":"578eff03-1e31-5841-bdca-0e74080e2187","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000085"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a78e984d-d0f5-58be-81f7-05b403a29375"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/854cbe88-0cba-5ab0-aef4-e68a19946222"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37ac9ae0-87f0-5059-854f-00dea1b424b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5115b52-03e2-5350-9053-9ff90a074090"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80ac852e-2975-58b7-993a-478e1b3228f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37ac9ae0-87f0-5059-854f-00dea1b424b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5115b52-03e2-5350-9053-9ff90a074090"}}],"status":"accepted","resourceType":"Task"} +{"id":"f10880f5-0b0e-5750-8567-39586df1107e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000086"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ff31e404-75ac-5268-8032-6792e0753147"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/644fda1b-f2e9-54ad-80cd-786a66e0b845"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a83294db-50b5-565e-9f34-9036d5987b5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10fcb390-615f-54a8-8cac-16c83f4c7cdc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc4f0d29-1c90-5f66-aa4d-d9e30c74a890"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a83294db-50b5-565e-9f34-9036d5987b5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10fcb390-615f-54a8-8cac-16c83f4c7cdc"}}],"status":"accepted","resourceType":"Task"} +{"id":"01dd6f07-d2cb-59e8-aea2-97e628952ffb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000087"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/089edf9c-7f88-5120-a564-1a8aee0f78af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f4c259dd-bbd9-5722-9607-d86d57cb829a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4c46df4-b035-5d09-8e49-56d194d2ff73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/717d07ae-ad6a-5a22-8c33-9eb6a51dae79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de36e7b2-ad6e-5914-92c0-b26f3a484176"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4c46df4-b035-5d09-8e49-56d194d2ff73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/717d07ae-ad6a-5a22-8c33-9eb6a51dae79"}}],"status":"accepted","resourceType":"Task"} +{"id":"6b4b4978-efe1-5a64-b9cc-2f41f9bec2a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000088"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4abb2605-5f92-5328-bc67-582fbb64146f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/06c7d753-1c9b-5604-aa7c-3efda217dde3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5aa19a0c-448f-57b9-afca-c2102c720147"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23edf6f5-9dd5-554d-9ff4-0b0bc8e6d0bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/490d78cc-7dec-5944-958e-146ab7898664"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5aa19a0c-448f-57b9-afca-c2102c720147"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23edf6f5-9dd5-554d-9ff4-0b0bc8e6d0bd"}}],"status":"accepted","resourceType":"Task"} +{"id":"cb451dda-ac52-51ba-b99f-10d978dfc476","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000089"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/44d3ffcd-2a5e-5ca0-a628-10007a1829a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e42dffc6-c957-51cf-8415-533d2de32c0b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2d2f72d-3fe3-5fc9-b8aa-769201cebcfa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74748b0f-2757-57eb-9a00-c3c17064d93f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8355da6b-dc7e-5be4-9ee2-f4e6a54368fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2d2f72d-3fe3-5fc9-b8aa-769201cebcfa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74748b0f-2757-57eb-9a00-c3c17064d93f"}}],"status":"accepted","resourceType":"Task"} +{"id":"4242ae94-9ad9-517e-bd97-6dc58aa5b232","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000090"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/011a5daf-57df-56af-b114-0763c487d181"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/50a05ae1-62d0-5128-8dd4-e429bbb1817e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d08474a1-6465-57ea-b08e-6d4e2940203b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcbb5d3a-1bba-5073-bd4c-9175b606108d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5886b813-bee4-5600-8437-9056aaf9a8dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d08474a1-6465-57ea-b08e-6d4e2940203b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcbb5d3a-1bba-5073-bd4c-9175b606108d"}}],"status":"accepted","resourceType":"Task"} +{"id":"94f7d9de-44b4-5ad4-b11a-fa51b7882858","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000093"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e0b06ba4-a003-54ac-9b88-4e06b9b61209"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/525015fe-902c-51b9-b454-944fa752c571"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c02ebd92-be4f-50e4-aa3c-2b8a7e19a292"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26de1d7d-1b8e-53ac-9a99-08dba6c96c92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d6e9389-39cf-51fd-a10f-4b5021b466f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c02ebd92-be4f-50e4-aa3c-2b8a7e19a292"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26de1d7d-1b8e-53ac-9a99-08dba6c96c92"}}],"status":"accepted","resourceType":"Task"} +{"id":"d465f98c-8e57-5ad6-a35c-41453a9d5dfa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000094"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aeb9c0d6-5f2d-5519-bb8e-7aa647214eff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a6e5db25-46da-56a2-bb90-5d784a7eb16c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09582147-104a-5314-ad86-313fcc9a0eba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/003ccea8-75b4-5029-a642-6e9f150c831c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/572cd527-e530-5b2a-b852-67f26bda4682"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09582147-104a-5314-ad86-313fcc9a0eba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/003ccea8-75b4-5029-a642-6e9f150c831c"}}],"status":"accepted","resourceType":"Task"} +{"id":"7d1c2863-7c78-5ebb-96cb-32dc0f5f8c4f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000095"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/88c0450a-168a-54dc-8c79-8a99be98eb8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0b90bc81-6b16-5551-88f3-efe1a57c361c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8760ba3d-ab77-52fd-80d6-369c37045d07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55ab9992-82bf-515a-9d13-7df3fb553ddc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5cc0417e-568a-5173-8f7f-f43ecf9856e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8760ba3d-ab77-52fd-80d6-369c37045d07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55ab9992-82bf-515a-9d13-7df3fb553ddc"}}],"status":"accepted","resourceType":"Task"} +{"id":"acd013cd-a122-53b4-a0ff-0afe2048922d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000096"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e00530d0-71f5-5fb9-b781-b809f184c133"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/454a3410-b849-53f4-a7e2-8b2341f93c1d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65ea9671-bbcf-51d6-a907-aa5bd5d6fbcd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a44d5323-0b6b-587f-b870-0228219d82e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a229c574-8b8e-5897-9578-c2ca54e35598"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65ea9671-bbcf-51d6-a907-aa5bd5d6fbcd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a44d5323-0b6b-587f-b870-0228219d82e4"}}],"status":"accepted","resourceType":"Task"} +{"id":"f1f6c0a6-4327-5649-bfb4-9dc23fa475f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000097"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/292d7a5f-9c8b-56c2-b453-329699ac0f40"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3d06572c-2702-5bcf-8db3-3cf16cfe2452"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6a87810-f6ea-5b93-a874-43ff0d3e2069"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4fd11335-e1cc-5d41-8183-d58e1570a850"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a93636a9-02d1-5b21-8a78-b8af5b3b6ced"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6a87810-f6ea-5b93-a874-43ff0d3e2069"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4fd11335-e1cc-5d41-8183-d58e1570a850"}}],"status":"accepted","resourceType":"Task"} +{"id":"cb266139-7e8e-5fce-bb78-0221cb6ce468","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000098"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0e9e8950-ae9f-51e1-92d8-ec63efad4a08"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/310057e6-723f-573f-9b76-b52162df1769"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3dbd8603-493f-51d5-885b-85e1fc75c216"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30b381a1-00b6-542a-9fe1-6993c7a3c344"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06e85212-62ac-5e9d-982c-f8569bd3f3ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3dbd8603-493f-51d5-885b-85e1fc75c216"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30b381a1-00b6-542a-9fe1-6993c7a3c344"}}],"status":"accepted","resourceType":"Task"} +{"id":"67d3dd4f-02d2-51c4-be71-3d4d6d2b282f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000099"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0343a281-3322-57cb-b56e-b4aa6b5d66e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/198b41a1-b61b-532e-aaa7-3b41aa8e7d65"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37e54d98-64c8-58f1-9c0f-124ea8c1b8f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d16063e0-889a-5766-96f0-fe1996695fe5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8463f0d1-b0de-573e-9ff9-63673a1bbcbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37e54d98-64c8-58f1-9c0f-124ea8c1b8f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d16063e0-889a-5766-96f0-fe1996695fe5"}}],"status":"accepted","resourceType":"Task"} +{"id":"3a96ee47-bec4-5d19-8a49-259a1605fbba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000100"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/31ffbf22-7fcb-5e99-a0c1-9ee68a9fecef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a885f13b-5501-5edc-97bc-18e2978eb126"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d127fa45-8df8-5d3f-a7a5-c2353646892d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/179df4b1-b18a-5b5e-85eb-0eebab12780f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e752b1c-32c0-564c-9b86-1f91b3a15ff8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d127fa45-8df8-5d3f-a7a5-c2353646892d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/179df4b1-b18a-5b5e-85eb-0eebab12780f"}}],"status":"accepted","resourceType":"Task"} +{"id":"bfeb15ef-1e81-5087-a2df-b3a39c4f1e37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000101"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6133b69b-4089-51c3-8dcd-24449e45d51f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c53d55ae-626d-5941-870a-93957cd92c2a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6319ce0-4c4d-5de2-8ecb-f68e84d226a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ef022b1-3df3-5227-b8d0-36b381d4f477"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c8f6c08-b732-5fa9-ac4b-2d0bc091588b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6319ce0-4c4d-5de2-8ecb-f68e84d226a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ef022b1-3df3-5227-b8d0-36b381d4f477"}}],"status":"accepted","resourceType":"Task"} +{"id":"a7556e3b-d46e-57f3-9f07-7f1827b71714","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000102"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8b198375-7af9-50de-9471-0548e0639320"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8ffb3a54-622b-5f15-a3bf-7fff0b5800ea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5265f9c-5ea9-544e-b198-9ae441bcd633"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/916d14da-0387-510a-8d5f-12f3d78fad34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/831f4a4a-33ad-543e-9323-51234104d245"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5265f9c-5ea9-544e-b198-9ae441bcd633"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/916d14da-0387-510a-8d5f-12f3d78fad34"}}],"status":"accepted","resourceType":"Task"} +{"id":"fc7c3b07-3f5b-587c-92e3-06deadd5756d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000103"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/084b06ea-be95-5d4e-b888-5791f9f2650e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/115d7d05-5678-5f07-92cd-314d7037c230"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bba2a44b-6646-5a8b-b531-ce763c853af4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b723b0b-12b9-57c2-a4df-66cfa8b9ff42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56b5bbef-2691-5542-b05e-b08b941415f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bba2a44b-6646-5a8b-b531-ce763c853af4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b723b0b-12b9-57c2-a4df-66cfa8b9ff42"}}],"status":"accepted","resourceType":"Task"} +{"id":"64a44fc5-646b-5311-92c2-cec795373fbd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000104"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/24cb124b-bca9-5988-8573-436fc2f378e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eb73e602-8d80-5d6a-a771-9ee0e9f4d8f7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59f8e721-04c9-5ab8-a4bf-919b1d9e0174"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/125f06c5-384f-5cd5-8563-af25692c04ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dcf588f3-11f5-5fbc-834b-e86a869207e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59f8e721-04c9-5ab8-a4bf-919b1d9e0174"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/125f06c5-384f-5cd5-8563-af25692c04ed"}}],"status":"accepted","resourceType":"Task"} +{"id":"546aebde-9e7d-5f23-84e3-a2faed5f79d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000105"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f8f4990f-7a2a-5379-9a49-1ce9a04496f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/34d38b37-cbe8-5a50-958f-91430fdf9c06"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a1646ff-b485-5267-bb60-f6a11f897990"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8865784f-c192-5b29-a154-427da33eed44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a733241c-be56-5e67-9a9e-ba8b05b3a106"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a1646ff-b485-5267-bb60-f6a11f897990"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8865784f-c192-5b29-a154-427da33eed44"}}],"status":"accepted","resourceType":"Task"} +{"id":"3a1a0aa6-a7b9-51f0-a425-2cf885cb2ceb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000106"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/45adf53d-4f62-5d2c-b020-6c0043263ee8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7299a8c1-2239-572c-bafc-59da0739b832"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cd8c7bf-72ee-560d-91ad-77c731d14254"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85b3e146-fcf8-56c2-a857-add60a36b468"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4cfa24c1-40e0-5d5a-9129-45e90be7361f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cd8c7bf-72ee-560d-91ad-77c731d14254"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85b3e146-fcf8-56c2-a857-add60a36b468"}}],"status":"accepted","resourceType":"Task"} +{"id":"68ee0d46-9218-5f83-8992-7a63361ad74c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000107"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d9bdf7f5-c834-582e-8a4b-01ff0195ec4b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3e60cb48-6e88-5645-95ca-cad54d628c72"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7634410-32bd-5be7-9303-68bda288f9db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/083fdbd5-1138-52a8-9747-b261e1978d35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b310fb8-8db5-56c8-a3d8-3e6b4d6c8b02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7634410-32bd-5be7-9303-68bda288f9db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/083fdbd5-1138-52a8-9747-b261e1978d35"}}],"status":"accepted","resourceType":"Task"} +{"id":"3b3be124-2676-5653-bb34-6c2c5a895034","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000108"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9b26ccec-38ff-5749-b7f8-89af4a351e14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e75f3643-a39d-55eb-951f-26519f10022d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0eec479-3f26-5744-9fa1-87a725e754d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de552d21-5915-5afc-b6be-1a9ed5821d71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9394ae1-edea-550c-b012-6be068118fd7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0eec479-3f26-5744-9fa1-87a725e754d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de552d21-5915-5afc-b6be-1a9ed5821d71"}}],"status":"accepted","resourceType":"Task"} +{"id":"18fd6dbc-1f0d-59ad-b5be-970a7091e07d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000109"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fe7c626b-623d-576e-9520-79c5a033de74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a78ce2e1-4bb1-533e-9d1e-a9251c535f52"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98187c89-94a4-54bc-9033-bc3be9e91d75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/717e4aae-e5bd-580f-b94d-b41ed2920440"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67a1d529-8ea7-5f84-960e-14600c28bbf0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98187c89-94a4-54bc-9033-bc3be9e91d75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/717e4aae-e5bd-580f-b94d-b41ed2920440"}}],"status":"accepted","resourceType":"Task"} +{"id":"49ac2294-0c77-5d36-80a1-72bd37569bde","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000110"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7594f22e-13fb-55ad-9d17-f21825f88092"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f729aabe-fe64-51bd-8286-225cd50c8b5d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd117984-3b4e-507c-86d6-7dcd0a863e57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64633c21-de3a-59c2-826f-de81a2fd1b63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/235c1b98-6e8f-54d9-a345-8b2e62cc7a85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd117984-3b4e-507c-86d6-7dcd0a863e57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64633c21-de3a-59c2-826f-de81a2fd1b63"}}],"status":"accepted","resourceType":"Task"} +{"id":"fe4adc3b-3346-5a8a-ad38-8c02ae2fcc6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000111"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/07839940-097b-518e-a060-10701b2b4d04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ea06285e-6096-5df4-a034-0f68d39cb5ac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16ba08c6-cf8d-5671-8a94-db0de29d5688"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4b5b6e7-0b6a-5718-804a-affdefe2fb57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61a3890c-f240-5f8c-81ff-150546b5adc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16ba08c6-cf8d-5671-8a94-db0de29d5688"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4b5b6e7-0b6a-5718-804a-affdefe2fb57"}}],"status":"accepted","resourceType":"Task"} +{"id":"7b3b9e44-16c4-5a17-9cae-44a552753964","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000112"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ecb9cfeb-a7a4-5a21-af7c-5726bb48d558"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/61e58fd7-b035-5519-8028-c742881f98d7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fef4833-e408-583b-bc29-164e2f6ccac6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b78930c1-837a-5e0f-aed1-d7eb47b92b3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d0838b1-6965-54c8-b389-0f6d682adece"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fef4833-e408-583b-bc29-164e2f6ccac6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b78930c1-837a-5e0f-aed1-d7eb47b92b3d"}}],"status":"accepted","resourceType":"Task"} +{"id":"0a9fec63-7e02-5e71-b239-69e42e9469bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000113"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a250209f-becc-5165-a463-a216b0a76b47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6fc6f3e2-9e50-594d-842d-af933c7a0e24"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed42d83a-27da-526d-9ad8-46ffe558615f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d282cd8f-904c-5e77-a834-ef54740c2a93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5d8b4b6-6ed2-5290-9efc-085194ae166e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed42d83a-27da-526d-9ad8-46ffe558615f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d282cd8f-904c-5e77-a834-ef54740c2a93"}}],"status":"accepted","resourceType":"Task"} +{"id":"e284c858-9250-5955-9f29-3ec2edebe0c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000114"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/01fecb81-c83a-50ae-9295-6fc5ec4f8650"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c07d3764-08aa-5e64-b8c9-7b51795543de"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fa0c75f-47ef-5bf6-ab6b-60c5a7b82c14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d7331b3-d426-5c8f-a862-f19b6962d424"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b0cc7c5-a34c-5f85-8166-e7bb493b7bcb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fa0c75f-47ef-5bf6-ab6b-60c5a7b82c14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d7331b3-d426-5c8f-a862-f19b6962d424"}}],"status":"accepted","resourceType":"Task"} +{"id":"12c917f6-5f01-527f-99de-c5ffc1dc6180","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000115"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5def65df-1996-512e-b64f-dc4ba5d21f28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fc1448ba-1463-5c92-b9a1-40dd9195f242"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2b8049c-367f-521e-8cdb-f53714ee39d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb70d0ca-deee-5def-882e-e3c87115cf4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1461a2cb-423a-514c-9b6a-897d5b85fcc1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2b8049c-367f-521e-8cdb-f53714ee39d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb70d0ca-deee-5def-882e-e3c87115cf4d"}}],"status":"accepted","resourceType":"Task"} +{"id":"bbbbef7a-da7a-5561-a411-4599779eddc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000116"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c3646198-61cc-5052-b703-e49435b1dbb3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/75d3896e-aaa0-5e26-a915-c83f70e08e2b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1925ccc-917b-5a75-aa3f-2da65710b4c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a3c90c1-0229-539e-8ee1-c1f55107884e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf30d289-6fe8-512d-b5a5-95dc13dcd48c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1925ccc-917b-5a75-aa3f-2da65710b4c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a3c90c1-0229-539e-8ee1-c1f55107884e"}}],"status":"accepted","resourceType":"Task"} +{"id":"2645e2c1-445c-5ef0-90e6-b3ebe8a5b9ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000117"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f9e7db6f-0807-59d1-8a1f-61b585598588"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/64eace48-5f40-5e27-89a1-3e2e99b78e44"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/045b45c6-db9a-5ea5-85c0-911318453734"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57b3ea40-e2ef-5a04-8423-336b87bfc58c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f90ebea8-377f-5e1a-b870-8d39f488ac83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/045b45c6-db9a-5ea5-85c0-911318453734"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57b3ea40-e2ef-5a04-8423-336b87bfc58c"}}],"status":"accepted","resourceType":"Task"} +{"id":"9ec82adc-1744-50d0-9143-cf66a4d14a63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000118"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/facc3ea5-9719-57e4-9a27-48552aa5189b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cff04395-6fe0-5059-9dbd-2b854e21811b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39a2bb2b-1a3a-5d39-9179-ea111fcff44e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f35c72c-4999-5ff9-b076-1f9b51b606c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd444633-7e5c-5831-bea8-10f9484c18d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39a2bb2b-1a3a-5d39-9179-ea111fcff44e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f35c72c-4999-5ff9-b076-1f9b51b606c4"}}],"status":"accepted","resourceType":"Task"} +{"id":"e17a4834-058e-52a6-ab89-2b506e8627a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000119"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f90b4279-5d3f-593e-8c48-859ea3cbc7e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d9ab9bde-656c-5298-967c-8a0edf24a1e0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6707b564-27a4-58ee-b820-a76be31b0be0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e072a57c-9f0f-5e56-b7e5-31a5d5e6dc81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27ff6d3c-915e-5428-a033-a010e9bf06f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6707b564-27a4-58ee-b820-a76be31b0be0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e072a57c-9f0f-5e56-b7e5-31a5d5e6dc81"}}],"status":"accepted","resourceType":"Task"} +{"id":"f1b47591-d8a2-5262-9d4c-bf3e451c1994","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000120"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f31740ca-d9f4-5848-8d4a-b6cd9be56f7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7486254f-36ba-5811-9212-e0340cd7437e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14759141-b1b6-58bb-9f50-d97f0fcb66da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75b9ace9-1f55-5472-818b-88e65e169127"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5347980d-d8d9-5435-9ea8-5770745a2f4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14759141-b1b6-58bb-9f50-d97f0fcb66da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75b9ace9-1f55-5472-818b-88e65e169127"}}],"status":"accepted","resourceType":"Task"} +{"id":"d8ba4ab9-ed31-5e90-b324-5d624fab18d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000121"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/81cde550-8b9b-5c59-a0ee-388f45d3ef09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d112849d-4e5d-53ee-b3c1-de89cf1f2a6b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6bd30390-aa69-5b6f-b12b-aa09d331da75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3aa1a8d-31ee-507c-be44-429be28d6583"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a076c798-7b00-51ac-8117-89be541012cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6bd30390-aa69-5b6f-b12b-aa09d331da75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3aa1a8d-31ee-507c-be44-429be28d6583"}}],"status":"accepted","resourceType":"Task"} +{"id":"321e9153-832b-5497-ab4d-191a971560ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000122"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2751fb81-4617-5cd5-8fd4-fc18501f0b80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f85e192d-3a54-5c1e-9428-127b153190aa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07ea337f-cdc3-553b-b5e9-564b75e4f454"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61e5d8dc-cfc1-547b-b8eb-38404e875544"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7466e04-e39f-5e01-bf4b-f681f085a1c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07ea337f-cdc3-553b-b5e9-564b75e4f454"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61e5d8dc-cfc1-547b-b8eb-38404e875544"}}],"status":"accepted","resourceType":"Task"} +{"id":"a7bae75c-5ed8-5b3b-92ac-209811d36178","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000123"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6a7848c5-fac9-5127-aedb-8fb808a9ffc6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/de3f1b0d-ef51-5470-8426-88170780ccea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7757d46-6c82-5f9b-afca-16f9daa61272"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2dfaa6c1-6286-5ae6-85b6-bf85d5d24636"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3471ebc1-2758-53f7-9bf2-506747ba81bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7757d46-6c82-5f9b-afca-16f9daa61272"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2dfaa6c1-6286-5ae6-85b6-bf85d5d24636"}}],"status":"accepted","resourceType":"Task"} +{"id":"507d0cc5-e0cf-53ad-a526-0e894c6b1927","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000124"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/abe256a6-ea1e-591d-8897-ac65434f3b67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1ee46ffc-9020-5307-8d3d-2cba8ae5d751"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df86a563-eb12-514e-a4c1-a4a2f7fa45c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a3f8ad5-d712-5152-87f9-a57e9184cbfb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbc6f4c0-62fb-554d-b25b-3f2ba82ec26c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df86a563-eb12-514e-a4c1-a4a2f7fa45c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a3f8ad5-d712-5152-87f9-a57e9184cbfb"}}],"status":"accepted","resourceType":"Task"} +{"id":"30627b31-a982-558b-ab09-259fbd3d8327","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000125"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/096c36a1-9082-54c5-8b11-19805acedc0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7a5ceb42-5eb3-505b-bd7d-1c150adeb8ac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7765170-0756-57b2-994a-2a35729f04ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba949f55-9416-5257-aed1-c9a6236d405e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dae81064-656b-5035-833a-d060837b239c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7765170-0756-57b2-994a-2a35729f04ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba949f55-9416-5257-aed1-c9a6236d405e"}}],"status":"accepted","resourceType":"Task"} +{"id":"0b24dec3-3536-52e7-ab26-e1fe899719f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000126"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/48145447-f68c-5bed-9233-14669ddba8b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a4d476ba-baaa-594a-8e31-7233b017d939"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a39f2b63-cc96-5ac0-9fd0-d8a08de4ab01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44b5976b-fd14-5474-9474-15721d4186f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0780a524-ef0d-5a0b-a7f7-aecd50e99546"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a39f2b63-cc96-5ac0-9fd0-d8a08de4ab01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44b5976b-fd14-5474-9474-15721d4186f9"}}],"status":"accepted","resourceType":"Task"} +{"id":"4bfa9b27-2614-583b-9ce6-283ce4b32823","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000127"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a4b31d18-51be-54df-b834-ef2f8308d0a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c8f82091-1da7-5714-a8a0-a0615942cd03"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab2fc2d4-3257-51c0-85c6-867830dfa611"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cba328c6-1876-5283-b3b0-f3735cecda01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04f5f5a6-dfef-5b91-9a36-37a6db83ace6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab2fc2d4-3257-51c0-85c6-867830dfa611"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cba328c6-1876-5283-b3b0-f3735cecda01"}}],"status":"accepted","resourceType":"Task"} +{"id":"a66e9383-0dd2-50e1-9f49-0a6cf18a39d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000128"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6ecdc879-a5ff-5cda-8181-9518f5ea9084"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/edb1ae82-8d59-546a-abe7-0a045f05ebda"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d1cfb96-669a-524f-906b-a1b2735a0b15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03145f0b-2d67-5fc1-832c-651dfab9b72c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c92b2876-35ce-548c-a4d6-7e8f24de9891"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d1cfb96-669a-524f-906b-a1b2735a0b15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03145f0b-2d67-5fc1-832c-651dfab9b72c"}}],"status":"accepted","resourceType":"Task"} +{"id":"6d5cbc95-424b-54c9-9285-e96ef4a719e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000129"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aad6006a-4621-5725-9c0d-4c75a317b9ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3997d1d1-4675-5fbc-953f-277ce76838f8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31fb3ff4-09d4-5b04-b98d-17706cdd231c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b82f3e84-2691-5ebd-8644-cfcf2da027a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/599e3676-145e-5b41-8451-8e34707cab1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31fb3ff4-09d4-5b04-b98d-17706cdd231c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b82f3e84-2691-5ebd-8644-cfcf2da027a5"}}],"status":"accepted","resourceType":"Task"} +{"id":"800de95b-a232-5b91-9248-aa56920f7fd0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000131"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f37d55d0-d7b9-5ab6-827a-205becfcaef7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1e04853a-ef32-5da9-aaf6-0708746ef94b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33dd37cc-5f31-5af7-bdca-f175feef826b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff406429-ba31-5d92-b34a-8e7ee77f32d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b85c3bd-0429-5a8a-b6c8-dd93e0ea0751"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33dd37cc-5f31-5af7-bdca-f175feef826b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff406429-ba31-5d92-b34a-8e7ee77f32d6"}}],"status":"accepted","resourceType":"Task"} +{"id":"fc434a47-3ef8-59ae-a81d-76a747d9b782","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000132"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e959fafe-6be5-5e1b-b514-cac8e1a4cc19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/abd6fa18-2657-522a-9118-870c2dac88c4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb805caa-2379-5a45-899c-30ace991517d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3216368c-24b1-5261-9f3b-c862783c36df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e08ac5f1-57ce-5486-a8ef-683a6d5e9b35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb805caa-2379-5a45-899c-30ace991517d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3216368c-24b1-5261-9f3b-c862783c36df"}}],"status":"accepted","resourceType":"Task"} +{"id":"14d89483-349d-5654-a71a-5da09aedd0c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000133"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/57d30ec1-af8d-5b7f-8651-4c4106acc72a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5043d261-925d-51a2-bc08-0dafd6860797"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22df5d60-7136-52e8-9681-ffb2a99127c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aea515d3-2e85-55a8-8876-f6eb0bd16b97"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6bc3e37f-1c44-5bb1-ab88-37e8052a6515"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22df5d60-7136-52e8-9681-ffb2a99127c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aea515d3-2e85-55a8-8876-f6eb0bd16b97"}}],"status":"accepted","resourceType":"Task"} +{"id":"e9b55de1-ebac-5f87-adc8-56fe437c18cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000134"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e88ac88e-8844-5714-9066-3f2ad57df86f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7e63cd7a-fcfd-52c9-8854-735ae779b67d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f493877-0363-5170-ab58-d48387f0cac6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3fb7627-0bed-515b-ba0a-e25c5fe99255"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b686924-0dd3-5ea0-add4-be4f98dccb73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f493877-0363-5170-ab58-d48387f0cac6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3fb7627-0bed-515b-ba0a-e25c5fe99255"}}],"status":"accepted","resourceType":"Task"} +{"id":"a97de3a2-5112-5bb8-a7c0-cc1a959aa4de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000135"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2de30168-f520-5c70-a071-1e4989fd61f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a1669943-a14d-545e-99d1-3bf89aee0422"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc440f3e-b6b0-5d07-902d-002dc24c2799"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3c027e4-dd12-5199-a5d0-f30d98038401"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17768237-9a3e-5ed6-bead-b9471fe8087a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc440f3e-b6b0-5d07-902d-002dc24c2799"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3c027e4-dd12-5199-a5d0-f30d98038401"}}],"status":"accepted","resourceType":"Task"} +{"id":"d570ee5a-6ffd-5bc6-a584-ad399d55cd7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000136"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ef6cf0d8-aafe-5d6f-97c0-23d57ad73516"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/82abf8cf-97b9-5670-9d08-cc99d1283472"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64e5ef3b-74c0-5994-ba9b-42db4f166962"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b32559d4-f70c-5d65-aae9-7cdf0112a5a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcec8db6-ad01-5b4e-8296-11e590c275df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64e5ef3b-74c0-5994-ba9b-42db4f166962"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b32559d4-f70c-5d65-aae9-7cdf0112a5a0"}}],"status":"accepted","resourceType":"Task"} +{"id":"425a37ad-8665-5221-a2ad-968dce70a935","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000137"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2b138302-268d-5763-acd3-b0cd6efc36a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/db58a3f1-7e79-579b-b9ae-6d839a4ecf73"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88b47e7c-9332-578f-b12c-490f92c739c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af3c91f6-858d-5882-ac12-7f4cee962f34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d10c2270-7763-578f-bc6b-3c4aa18b6b91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88b47e7c-9332-578f-b12c-490f92c739c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af3c91f6-858d-5882-ac12-7f4cee962f34"}}],"status":"accepted","resourceType":"Task"} +{"id":"431f8f51-4e1f-5c63-8fb6-a0a87c1cd92f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000138"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bb1aeda7-0867-56ae-ab9f-07b59fce9a1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/524bd6fd-8f92-5b8d-9a6f-6317fa29735b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4cdba6c7-99ac-5edc-83ce-cde9667cd263"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32734f0a-66be-59cb-b5fb-24906afe4e59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9bca7bb7-269c-5d4d-af85-301c24a90036"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4cdba6c7-99ac-5edc-83ce-cde9667cd263"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32734f0a-66be-59cb-b5fb-24906afe4e59"}}],"status":"accepted","resourceType":"Task"} +{"id":"dbc53805-60b4-53cf-bfbb-55492003a9c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000139"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6866e5a9-cd4e-5695-9d81-aef68a938394"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/59c3a1e4-278c-5995-ad78-c25908e912f3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b202c38d-ad65-589c-9943-1235f027bd41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53f401af-3109-5a71-8a59-fb2ffd15241d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02773ace-c296-53fb-8b83-08dbde4cfb61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b202c38d-ad65-589c-9943-1235f027bd41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53f401af-3109-5a71-8a59-fb2ffd15241d"}}],"status":"accepted","resourceType":"Task"} +{"id":"75cc3492-0cd4-5250-9f5b-9e2643e3acb0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000140"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ffe71544-ed7f-53c2-b249-50571681cd8f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/72d42056-1e95-5eb8-984b-f610a162dfe6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9ed771e-6808-568f-8c0d-a9117e074930"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f8f793f-5d14-580d-a6e9-19829dae6f3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/570df82b-138f-5f9d-acc7-d2bd9ab87927"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9ed771e-6808-568f-8c0d-a9117e074930"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f8f793f-5d14-580d-a6e9-19829dae6f3d"}}],"status":"accepted","resourceType":"Task"} +{"id":"0d982c58-76f6-5dd8-84b4-eebd11cc99ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000141"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/46de7d85-1689-5912-a6f2-264745b98e3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/234c7879-bfa8-5934-8e52-036bdc240aa3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39abea9b-310c-5041-9401-630a27390bf8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48e5dca6-5133-5d6b-a89b-3ac573a51d68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d2b6f05-292e-50ab-bff6-7c072681b37f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39abea9b-310c-5041-9401-630a27390bf8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48e5dca6-5133-5d6b-a89b-3ac573a51d68"}}],"status":"accepted","resourceType":"Task"} +{"id":"42e41f53-45b4-5f97-8676-6c4e592c2a3a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000142"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5c51ffeb-4f71-5003-87bc-0024479d3a07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/27373742-47f3-5edf-82a8-c21e26cdcecb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dcacf14e-971a-55ff-9c79-560e99359b29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f84d0315-e48c-5fca-b20d-725bf14e1f33"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb9babc2-ca52-54b5-86d6-8ddb27d76e96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dcacf14e-971a-55ff-9c79-560e99359b29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f84d0315-e48c-5fca-b20d-725bf14e1f33"}}],"status":"accepted","resourceType":"Task"} +{"id":"82a26a5f-d6c0-5e22-bb24-cc08187de210","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000143"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/14d15921-a2dd-51d0-a85b-704bb8463b01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/91cf3b3d-ae9d-51b0-ae50-5206ecce6704"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1fc7d0d-4c9a-5b89-8dfc-104afddd169e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94191caf-36a9-591f-91ac-8a88c96ef723"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf49490c-c143-57ec-88ce-976fbb6541f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1fc7d0d-4c9a-5b89-8dfc-104afddd169e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94191caf-36a9-591f-91ac-8a88c96ef723"}}],"status":"accepted","resourceType":"Task"} +{"id":"587853c3-ca32-5bbf-a4d0-040dcdf1f1cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000144"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/354655b7-4ef8-51eb-95e4-e633060b8452"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f49755dd-b645-50a8-a02b-f51da848b84a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56d8f676-2176-5c89-941d-261193c03151"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0d52265-8486-59f6-ad37-8ff8161fe242"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/855b2983-88e3-5ab6-b374-4ba488e1c32c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56d8f676-2176-5c89-941d-261193c03151"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0d52265-8486-59f6-ad37-8ff8161fe242"}}],"status":"accepted","resourceType":"Task"} +{"id":"3c129bb0-15e0-5eb8-abe8-14169d8f12bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000145"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7b6bf1a4-a201-5e9c-9f1b-e3d21f9c6bcb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e38a3b99-2cf8-58a1-82ca-27dfa5688592"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0ab2aef-9174-5284-b297-e563c4c20b1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fa0af8c-149f-5f4a-b783-41aa840dbe1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17d13b17-1998-56cd-a447-8f2d60a78959"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0ab2aef-9174-5284-b297-e563c4c20b1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fa0af8c-149f-5f4a-b783-41aa840dbe1f"}}],"status":"accepted","resourceType":"Task"} +{"id":"79886cb9-0dd5-5ac2-8f32-f2c449298ef5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000146"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/30dd2f9d-7941-51f6-bb44-646206087724"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/21e6f947-82cf-51f8-980b-43f26fcf2357"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de2a14ec-ae3b-54d4-8a94-e5a931e616e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76fd7009-ffae-5930-ae3f-d6fb6190b741"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/baced8e5-f491-5c35-9200-f77e0ab56ffb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de2a14ec-ae3b-54d4-8a94-e5a931e616e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76fd7009-ffae-5930-ae3f-d6fb6190b741"}}],"status":"accepted","resourceType":"Task"} +{"id":"ac4d35d7-4a36-5ae6-b219-df132eb8b9f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000147"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8ae4fcf9-da0e-5235-b95c-b5df6b6154a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/195c2431-d298-5d9c-8446-b9573cca872a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1258a9fe-2fc4-5a9e-9329-aac4c079a00f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02cab67d-ae2a-50bf-b85a-4eb3b9289aee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/331cff35-0d12-5533-8dee-ffd10854007c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1258a9fe-2fc4-5a9e-9329-aac4c079a00f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02cab67d-ae2a-50bf-b85a-4eb3b9289aee"}}],"status":"accepted","resourceType":"Task"} +{"id":"ae6b02cd-c074-51d5-95a9-8923f219d38c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000148"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/71390c2b-d8c1-5c69-aca6-c38bcb1b3359"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6cbfa7de-8e74-5ae6-879d-6bb548383d65"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bb5d559-78df-591f-8131-1f07d67dc6dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c5981bf-8b15-539a-af45-07a4c41fd8a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5d31571-b779-5df7-be2b-8dcecd6fdcfd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bb5d559-78df-591f-8131-1f07d67dc6dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c5981bf-8b15-539a-af45-07a4c41fd8a1"}}],"status":"accepted","resourceType":"Task"} +{"id":"828a3245-77ec-5828-9686-fb929623d99d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000149"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2bbd2f45-b722-5a89-82bf-dc4959bd4ed9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e8ea35ff-3261-5dc4-9a40-7308189729bd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4b6769a-cf6e-5527-935a-845c81ff7ce0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d31d3980-6a8e-5b93-81ca-4e07ebc635aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4871bafe-5e6e-5c57-9cc3-a396ae89d960"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4b6769a-cf6e-5527-935a-845c81ff7ce0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d31d3980-6a8e-5b93-81ca-4e07ebc635aa"}}],"status":"accepted","resourceType":"Task"} +{"id":"ee1b0504-8307-598a-b855-58a354d90695","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000150"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0b03dd21-5e79-5294-a6d9-b55180fb00e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ebbaba2c-2eda-5350-ab62-d031ecd7499f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b97627a-3418-51d0-88ae-e1470881da23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c2ae018-e86f-5c10-af05-d23aa6a5973e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9aacb501-02d7-5931-a67a-709485e79a32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b97627a-3418-51d0-88ae-e1470881da23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c2ae018-e86f-5c10-af05-d23aa6a5973e"}}],"status":"accepted","resourceType":"Task"} +{"id":"6e58a324-c67f-59cb-98cd-e09814b082fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000151"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0a9ec0fe-4bf8-575f-8af0-25f85791ceb2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cd3fb752-c9b5-5972-9bdd-8d96f87dde94"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33967775-ee73-5647-9b7a-f77e6fad8bfe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f120dfd6-e7fd-59be-aa36-285453dc1abe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b214aa47-bd19-5588-b7f9-250cccf11495"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33967775-ee73-5647-9b7a-f77e6fad8bfe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f120dfd6-e7fd-59be-aa36-285453dc1abe"}}],"status":"accepted","resourceType":"Task"} +{"id":"35f8367e-3c5c-5d34-b52f-6ef256993508","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000152"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3610b3f1-0f1b-5f63-ba53-3081089fcdda"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fa4611c4-1b40-502a-ac06-c75287f5ac6d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aea41102-fd84-5786-96f2-412f3cb2f187"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8ee8d76-e7a2-5950-9054-5ba0c294eacd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35bbe763-eae7-5422-8e5c-c947c331820e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aea41102-fd84-5786-96f2-412f3cb2f187"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8ee8d76-e7a2-5950-9054-5ba0c294eacd"}}],"status":"accepted","resourceType":"Task"} +{"id":"38640126-1764-519d-8c55-e65044e8d997","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000153"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0b9e29f4-3c3a-5ac0-8160-fc1dd505bb92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f694f75c-386c-526c-8df4-2d5d68bef695"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae7b9caa-9c26-5964-93fc-ae5ba6e1e3ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1f0a31c-cd7a-56ea-990e-d6a9f85f6e87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0bbf9df9-12cd-5912-9784-45da297fadbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae7b9caa-9c26-5964-93fc-ae5ba6e1e3ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1f0a31c-cd7a-56ea-990e-d6a9f85f6e87"}}],"status":"accepted","resourceType":"Task"} +{"id":"14f279f2-26c5-511e-bd38-25ed1b665764","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000154"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b01d61a3-f2f6-5a72-addf-e6c5edb258b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7ddc77e7-e294-5f88-870c-a3c74d68e5b7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da7336bf-f94e-5079-9ff9-2bd41b94ccb8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3daf5f9c-0c78-59a5-b826-0aa0604f8bef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a19e5e6b-11e6-5860-bfc7-b6767480fced"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da7336bf-f94e-5079-9ff9-2bd41b94ccb8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3daf5f9c-0c78-59a5-b826-0aa0604f8bef"}}],"status":"accepted","resourceType":"Task"} +{"id":"775b614d-4406-55ba-a86c-e7757aea249f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000155"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/46e0699d-f8a7-5cdc-85d5-0c5c6d647185"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/599845b3-df04-5311-b7ca-1f6fbe9f6b02"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd18e33a-18c5-552b-b0b2-f9f71ae3896f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/561e807a-8987-5b3d-a012-b4af96b545f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/487d1997-575c-51f7-8e86-b65c88157d61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd18e33a-18c5-552b-b0b2-f9f71ae3896f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/561e807a-8987-5b3d-a012-b4af96b545f5"}}],"status":"accepted","resourceType":"Task"} +{"id":"983907ad-1876-561b-ab1e-40c51417b98e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000156"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ffb6d3cd-68f8-5948-89f8-b91b5e7aa93d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ba1bbc64-0de1-52a7-814d-51aa9f28a73a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c31aaa5-3a0e-5be3-8e18-40b9892704b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92c47e23-7bf0-543c-b131-c55bbe8e4948"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36df6c3c-1c27-59d9-b032-7390db2896de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c31aaa5-3a0e-5be3-8e18-40b9892704b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92c47e23-7bf0-543c-b131-c55bbe8e4948"}}],"status":"accepted","resourceType":"Task"} +{"id":"b7da803c-7ad3-50a2-a654-3186afe91f69","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000157"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a19dcf79-46ad-5040-bbe9-1c1b085b7d70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ac6d0626-10aa-5317-8c0f-5fa4a61d6461"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29fa550c-b3cd-524c-9e1e-d6d3b66dbd56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b7d5cff-56fc-586b-880e-20e41404c446"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0009dbc2-8424-5c6c-9fe3-b955f91a899b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29fa550c-b3cd-524c-9e1e-d6d3b66dbd56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b7d5cff-56fc-586b-880e-20e41404c446"}}],"status":"accepted","resourceType":"Task"} +{"id":"5bedc681-5e11-5713-bdea-c14ac79fdc75","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000158"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1292d919-287e-5556-95e5-9c9099018b46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ad9699e5-d1aa-510b-9d88-8c9114f792f1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/baa261c3-06ba-5766-bbdb-1f9ddf2ef793"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc124c78-ea3d-55c2-a164-c106c597b47e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81af0fd3-1d93-50ef-a190-0afd408b5086"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/baa261c3-06ba-5766-bbdb-1f9ddf2ef793"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc124c78-ea3d-55c2-a164-c106c597b47e"}}],"status":"accepted","resourceType":"Task"} +{"id":"5245a12d-1ce4-5e38-a2e7-7eaa544b94fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000159"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4ef56c50-8a1b-5f85-af25-cbd231c0698e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c6d9899d-0423-5740-8359-52cfb459bd24"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ae1899b-e32a-599b-9c87-e6c9230cbf19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47b69445-bd43-5b2f-bf6c-dd9644cf1215"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51c75723-a57b-51e5-8414-3a58d339063b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ae1899b-e32a-599b-9c87-e6c9230cbf19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47b69445-bd43-5b2f-bf6c-dd9644cf1215"}}],"status":"accepted","resourceType":"Task"} +{"id":"a5e68896-30b7-5e1f-bc6e-4017da094f4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000160"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d7d78095-b9e3-5e82-a505-7e3108a2d373"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/af65fb48-9c62-5a9e-b4e1-a6ac8128dd27"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90a91a4d-78bf-54f0-8168-31445a2a6c04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2423cb43-58fe-56db-a233-6e12eac358ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4fc131b9-7827-5306-b70f-2e37e8b00f81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90a91a4d-78bf-54f0-8168-31445a2a6c04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2423cb43-58fe-56db-a233-6e12eac358ec"}}],"status":"accepted","resourceType":"Task"} +{"id":"0408efa2-8597-5b14-b508-c81994800e01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000161"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5ed42b31-a877-578c-8900-475dca8094e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5db180de-5840-53a4-9d8a-440fded82c3c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f28d8998-395a-5686-81b3-9d6295674f14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fb019a3-8ea3-52b7-b9a7-817f896cae75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66f1a756-371c-53e5-8c44-bbdab67553ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f28d8998-395a-5686-81b3-9d6295674f14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fb019a3-8ea3-52b7-b9a7-817f896cae75"}}],"status":"accepted","resourceType":"Task"} +{"id":"b9b28a3f-fdcd-5893-969d-2bc7364c25ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000162"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/415caa33-d088-53b0-8865-3c3590ea5e4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bdc1a950-029a-5f9e-ad2e-0be3f2792bd0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc10d6b3-bf1b-577d-9a27-07bd1fc728e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b91ef65-c634-5c62-9d85-04536bfe984b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a03c32d9-7d6f-500e-9836-13d9bde24770"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc10d6b3-bf1b-577d-9a27-07bd1fc728e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b91ef65-c634-5c62-9d85-04536bfe984b"}}],"status":"accepted","resourceType":"Task"} +{"id":"fca934a6-f379-595a-9f83-89f7100b098f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000163"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5e8fbb0c-2711-5e5a-b90a-d63c5b7149d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/68a5d74b-f3dc-5973-b2c7-8d82aa574495"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2bf1c1b-8a24-516c-892d-a7decd34e822"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59347367-f030-5686-9ecc-00d0c1523427"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6af440c5-62e3-5317-b27d-0ac0a44d7f4b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2bf1c1b-8a24-516c-892d-a7decd34e822"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59347367-f030-5686-9ecc-00d0c1523427"}}],"status":"accepted","resourceType":"Task"} +{"id":"ceee6d03-ee07-5e34-b0e2-0c5b61af23c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000164"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/69aa2d6a-43bf-5836-a15f-eca763286d30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0dd79202-96af-5b96-9702-b3b5c6bb7d5d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a05ab2b4-da7b-5c5e-985c-b9a18a41ac5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47327d9c-7341-5f08-aa19-ee3b138edc35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af68b9ee-abf4-5422-811a-ab51985c9bdf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a05ab2b4-da7b-5c5e-985c-b9a18a41ac5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47327d9c-7341-5f08-aa19-ee3b138edc35"}}],"status":"accepted","resourceType":"Task"} +{"id":"f9fffbb1-1fb0-51f1-80cb-376bf85ed5c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000165"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5055a1ae-c228-551a-96ea-6c367fac9dcc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/83e8361a-c084-5db9-9ddd-3994093a24ba"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86b68d7b-fce5-5b46-b316-6fa66fc9b46b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf7f56d2-d934-5287-9bcb-bb1b712c298a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e55b749e-ff61-5329-aa98-e93d65ec979e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86b68d7b-fce5-5b46-b316-6fa66fc9b46b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf7f56d2-d934-5287-9bcb-bb1b712c298a"}}],"status":"accepted","resourceType":"Task"} +{"id":"aedc706f-f7fc-5f37-aaa5-8ca47d27e536","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000166"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/164d29ad-4a30-5704-9a0f-defe95dd4af1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/903fb418-22f8-57d4-ae8d-174300eccd68"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c79f1af-6248-5c96-8826-2948ab686bb4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ae3efd2-762e-5fa2-aac8-833b24e6f934"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68547bc3-5db5-5496-b26c-1feaeeff23a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c79f1af-6248-5c96-8826-2948ab686bb4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ae3efd2-762e-5fa2-aac8-833b24e6f934"}}],"status":"accepted","resourceType":"Task"} +{"id":"99d6b66d-eefd-5d7a-9378-d77585c277cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000167"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1f5cbc7f-6c1f-51d3-b0a9-1a9f0a3418e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/159c1f08-829b-5bac-aa22-c20c73b1c08b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b4f350c-33cd-5467-b6c1-d6d7d3f325c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c31e86ad-ea2f-50c0-b6c8-573ada58a7aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4233cfd-7022-511a-a0f1-460b3665e346"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b4f350c-33cd-5467-b6c1-d6d7d3f325c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c31e86ad-ea2f-50c0-b6c8-573ada58a7aa"}}],"status":"accepted","resourceType":"Task"} +{"id":"d9e37cb4-918c-5c56-8e68-5146bef0a8a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000168"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a934dbfc-fbb6-5d7d-a4d6-2359d3fa1a9b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/03df7334-81e0-5c08-9b82-b82d25697d20"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b3a872c-1568-525d-88da-54fa59071fbd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86e19f16-1504-53a9-9eaf-ae5952f0210f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41dd72e0-eef5-5fc4-ba92-1b24f4b7fc6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b3a872c-1568-525d-88da-54fa59071fbd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86e19f16-1504-53a9-9eaf-ae5952f0210f"}}],"status":"accepted","resourceType":"Task"} +{"id":"e5e54028-b56d-5f48-a226-2ce939b274b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000169"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7a3d858b-45af-5fbc-a079-3781bd9e7b23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5e20b24f-991a-5bff-a4de-d2eba5def8ca"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc8e166d-2ccf-5484-8052-7f15bc1d2493"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6509835f-928d-5417-ae9e-b37222ecb30c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb79aaed-e5f7-5fbc-94e4-2e56869d9cd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc8e166d-2ccf-5484-8052-7f15bc1d2493"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6509835f-928d-5417-ae9e-b37222ecb30c"}}],"status":"accepted","resourceType":"Task"} +{"id":"0627f840-016a-5540-8730-6eacbc15933b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000170"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/953a68ba-44c4-5c3b-86ab-2c70dc6c6343"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9d0b0cc5-d2a2-52bb-b89b-f64e7091596d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc5cd0fd-5348-5c55-b6e3-57c83e969cdc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad852100-7ae3-5870-adfc-3cb545d4bcb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a13b2f5-6804-5733-8d48-fbc4f4dbbb06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc5cd0fd-5348-5c55-b6e3-57c83e969cdc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad852100-7ae3-5870-adfc-3cb545d4bcb7"}}],"status":"accepted","resourceType":"Task"} +{"id":"b4518010-3e6b-5642-b8e9-c0b3c3ea8b28","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000171"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6f96ab95-f176-5364-ade1-c9cb35e1020d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a5e2538e-aa2b-5f7f-8977-193ec5b0706b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06c218ce-2579-5b3f-ab08-51c38475fba9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c0d8d71-4593-5000-ba1b-39d8ffd7db18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/283c40ae-2ae8-5484-9890-0b6974b65ca5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06c218ce-2579-5b3f-ab08-51c38475fba9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c0d8d71-4593-5000-ba1b-39d8ffd7db18"}}],"status":"accepted","resourceType":"Task"} +{"id":"f2a9b4db-ef4a-545f-9159-3d88e87d998a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000172"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d3ecd15e-8361-50a3-a5a9-e6870d930156"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1313a01f-e3f3-57c6-9950-3365af7bc96f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04cb2506-928c-5b1c-9c46-ddd3b8886162"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02582375-8334-582c-815e-b28bcaf73204"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c39b806-d102-5132-ac0c-487ec78dff29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04cb2506-928c-5b1c-9c46-ddd3b8886162"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02582375-8334-582c-815e-b28bcaf73204"}}],"status":"accepted","resourceType":"Task"} +{"id":"5daa655a-889a-5885-839c-2d806c79084c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000173"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7ac61d0e-f849-5a9a-89b0-107f30a88cc7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/db472054-ef4b-5294-baa2-2066670765b9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5a3da65-e959-5628-ac1f-fb4c6a17a358"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2389af95-7be7-51c9-b047-a67410467744"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1febb1ab-d2d4-5acb-8443-3b6db07d65e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5a3da65-e959-5628-ac1f-fb4c6a17a358"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2389af95-7be7-51c9-b047-a67410467744"}}],"status":"accepted","resourceType":"Task"} +{"id":"bcfd0df8-0976-5fab-9b93-9c70649c64ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000174"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/92b03715-53c4-578c-a8d3-eb36f0216a5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/29bf66e6-e5c6-5ce5-bd47-48a613557310"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4ac9c5d-d041-5797-ae17-dfe8f438b29c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f05557a-7a5b-5e30-901e-4aa35e0739c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b63bfa8-7abb-5f96-8cc0-d986f7bf8472"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4ac9c5d-d041-5797-ae17-dfe8f438b29c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f05557a-7a5b-5e30-901e-4aa35e0739c6"}}],"status":"accepted","resourceType":"Task"} +{"id":"e94df5a0-f469-5045-a199-d90238f4d892","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000175"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6359d817-730b-5bca-8a85-9bd304612137"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1c105e94-45a0-5ee6-88e4-979bca6c6daf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1240bc2f-ff9d-5c4a-aaa0-6d3e0171de17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25d3d6ac-5ec3-568f-8aad-9de0beed85d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd75c2e9-4480-5a52-bc61-3be30b9f418e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1240bc2f-ff9d-5c4a-aaa0-6d3e0171de17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25d3d6ac-5ec3-568f-8aad-9de0beed85d5"}}],"status":"accepted","resourceType":"Task"} +{"id":"6a8d1886-61aa-5193-acda-c53b6d1396a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000176"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c6e97b03-85bb-50ad-8810-8d478f915d52"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/60125090-16e7-52df-8559-06c03cae12a9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ab2d288-c360-5de4-844c-2fba17de6fcf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/290d5312-eb78-5471-995a-a9412e1fd0b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfcea3c6-6bd2-573d-8470-396bcc50d9b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ab2d288-c360-5de4-844c-2fba17de6fcf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/290d5312-eb78-5471-995a-a9412e1fd0b3"}}],"status":"accepted","resourceType":"Task"} +{"id":"b7968df0-0fa6-50b9-80ab-f5d85ec4cf1e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000177"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f734aaa2-cfbf-5180-a6f1-d9f020a57cfb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ee188cb2-b5bd-501b-b04c-08fe927f4a24"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e40c418f-245b-5960-9e58-534207061c5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/760ecce4-fae0-593c-8a83-a5650a0281fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0b69a0f-a8e1-5e1c-bd29-394f44e7139b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e40c418f-245b-5960-9e58-534207061c5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/760ecce4-fae0-593c-8a83-a5650a0281fc"}}],"status":"accepted","resourceType":"Task"} +{"id":"4bd2c90d-c787-5077-94b5-b0514468c336","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000178"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/207d1a7f-6085-5427-b64f-7e2ec8d44ed7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5ccac093-6a06-506c-8342-2c877628a0cc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e43a4e7-1464-550a-9544-4a37c60ed988"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6721461-53a7-5631-baf1-7c184736f889"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7cc538cc-02bd-598c-8898-de3c53dda401"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e43a4e7-1464-550a-9544-4a37c60ed988"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6721461-53a7-5631-baf1-7c184736f889"}}],"status":"accepted","resourceType":"Task"} +{"id":"7e1f13b4-37f3-58d0-8e83-ff508d352bb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000179"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9f5d88f4-bc5f-51e2-b985-c3a0e3317eec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bf7f9b89-e900-53ba-ac5f-c3d62058bcb6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbd1eab0-027a-5510-8843-3ae72396117d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59f44db2-2e11-5bf8-9617-6f86d35cf04a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae62bf6e-6ce6-5742-b68a-184d9d0575ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbd1eab0-027a-5510-8843-3ae72396117d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59f44db2-2e11-5bf8-9617-6f86d35cf04a"}}],"status":"accepted","resourceType":"Task"} +{"id":"85d3087e-5f91-573f-9027-1cafb5136d96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000180"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1620c4c9-7574-5885-9377-23740e22f9cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8a17830b-9ecb-52f4-9105-2cef9d656473"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/571c9852-358a-5fe2-8128-fcafb077c326"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f224d8d9-710f-5bfd-aae2-40f4bdaa9b9b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df7872f5-766d-5d42-89d4-5191c37bf74b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/571c9852-358a-5fe2-8128-fcafb077c326"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f224d8d9-710f-5bfd-aae2-40f4bdaa9b9b"}}],"status":"accepted","resourceType":"Task"} +{"id":"9020d138-1049-59e5-8592-10a7c2f09dd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000181"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e820d717-bda5-5ce5-aa80-5fea126b98ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/078e41a0-2e03-5f07-89ad-17d3c559e85e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5debde02-2756-57ba-aa09-532bf3594e0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05303208-db97-576b-aa5e-716a0e2750d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51e06536-f60b-5141-bb00-a701705f987e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5debde02-2756-57ba-aa09-532bf3594e0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05303208-db97-576b-aa5e-716a0e2750d5"}}],"status":"accepted","resourceType":"Task"} +{"id":"483829f1-efd1-54c4-b748-c6d87b8673c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000182"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c38ef899-ad79-57ca-9d64-cc49fca1b285"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0fb25a08-1e14-56ac-bf38-45064a3aa00c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8317bee7-2092-562d-9d79-a6454154d278"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/001969d7-0985-52cd-ad70-edff718f3597"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9873a5bd-fe75-5d84-b603-abb7909af463"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8317bee7-2092-562d-9d79-a6454154d278"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/001969d7-0985-52cd-ad70-edff718f3597"}}],"status":"accepted","resourceType":"Task"} +{"id":"5620d52a-dea5-5f93-8a5e-fe057d8edb7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000183"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3b590724-bdec-5209-a069-08447d9a6a75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cf28bc84-827c-5221-87fc-221e61b75f06"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba3ab104-74c1-5456-88c5-5e59c7bcaeff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/798009ea-efcd-5086-a484-9027602ce3a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/915d08d7-a88f-5476-950f-7ab367bd465b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba3ab104-74c1-5456-88c5-5e59c7bcaeff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/798009ea-efcd-5086-a484-9027602ce3a3"}}],"status":"accepted","resourceType":"Task"} +{"id":"01314ef3-807a-5e0c-83ad-938f591cb4cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000184"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dd551cdb-dd91-5f19-b3f3-d58cca21dfc3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d30ce0b2-d47d-5a5f-afe6-1cccb8bc442a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d3be879-7327-5181-b5fe-f18bd67c97a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37b1b9dc-d8b7-5b23-b04b-cc1b54ed866b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adeace31-a849-55aa-b978-034336d859d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d3be879-7327-5181-b5fe-f18bd67c97a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37b1b9dc-d8b7-5b23-b04b-cc1b54ed866b"}}],"status":"accepted","resourceType":"Task"} +{"id":"bddf9a19-035a-5dd5-8f0f-b93025873e19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000185"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/858d30ce-6604-5abe-b851-a7bf407018d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ffb54ced-4039-590a-aef9-e8c55df78a42"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b46797a-c4b3-5223-927e-769042381158"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25b6921f-5142-55c4-b197-77b6a682dac1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1856f721-b939-5e68-8d6a-f62f0c9e2f35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b46797a-c4b3-5223-927e-769042381158"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25b6921f-5142-55c4-b197-77b6a682dac1"}}],"status":"accepted","resourceType":"Task"} +{"id":"d6d76a20-868a-5ade-8a6e-05106725248e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000186"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/295544ea-1cf4-57d3-8850-46029f697278"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a0c702de-3676-5c22-8aca-5cec4773ab48"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6a228a7-7397-5cb8-87a8-666ce2d9f6c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b4ab846-d26f-5ccf-b143-e45aa916f5b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/860e3098-8e29-569e-80f8-21859beaa276"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6a228a7-7397-5cb8-87a8-666ce2d9f6c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b4ab846-d26f-5ccf-b143-e45aa916f5b0"}}],"status":"accepted","resourceType":"Task"} +{"id":"925f4047-1542-56f6-a48b-42b45fe5e1c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000187"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c2816126-8dfa-51a3-991b-90845a13beb9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d3beebbc-169c-56bf-bb63-037f3262d828"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/818b5437-aeb8-5674-a6a1-f503db22f6d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb03d470-201e-54c0-b702-4c6a8d5e2917"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de85a3b9-a6bd-5b82-99b3-1baf3e350fd9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/818b5437-aeb8-5674-a6a1-f503db22f6d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb03d470-201e-54c0-b702-4c6a8d5e2917"}}],"status":"accepted","resourceType":"Task"} +{"id":"d1541bf1-d92e-5aca-b6c6-9df98a614dc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000188"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/30e5fa6b-1da5-54e1-8e23-068d6129901a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a24c3edc-82d1-51ed-ab01-61e962858540"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22ece597-e9be-5899-888a-8b6635f990b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44ad33c5-37c3-5fde-bb03-51548b511cde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a57d88c8-df69-58b3-85d7-2f7478f7eb73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22ece597-e9be-5899-888a-8b6635f990b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44ad33c5-37c3-5fde-bb03-51548b511cde"}}],"status":"accepted","resourceType":"Task"} +{"id":"f6fa0cfc-7797-5a57-9812-2e9e0b9cc812","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000189"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ea2fcd39-b476-5cee-a0ef-6e58ae7c7a9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/39026a7c-0f1b-5860-ad35-fac98a7ef804"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9eb6b428-8d00-5313-a7f0-8233b631bf4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/466447b7-b05f-58e7-a70b-8a070a63af99"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a9d2da0-8694-5e2d-a5c0-d16b57413719"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9eb6b428-8d00-5313-a7f0-8233b631bf4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/466447b7-b05f-58e7-a70b-8a070a63af99"}}],"status":"accepted","resourceType":"Task"} +{"id":"524153fd-dd46-5671-90c1-50f14672fe29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000190"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/17e36af5-d25d-5aa9-9663-9269909d2449"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/947dd662-fea4-5663-a8e5-821173e5e355"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/929f94f9-8858-52cf-85c0-3e704b124c75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5d5737d-b077-5805-b81c-f10d2c17666a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/193a202b-d57e-5d14-bcc1-97db7058ff1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/929f94f9-8858-52cf-85c0-3e704b124c75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5d5737d-b077-5805-b81c-f10d2c17666a"}}],"status":"accepted","resourceType":"Task"} +{"id":"c09ede3e-08b1-513d-9ef6-2c7957199c31","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000191"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c6cf0653-5c6c-5562-93bd-8caa440b2648"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6ddd53d5-6fce-5361-8a86-ad1ad5c9b799"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/069c19e5-d5f6-5288-be0f-85c7a1a15a3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80f3edbc-52a8-5f1d-8949-6c0a4ab30308"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ea503ac-721e-5a47-a57b-89b49b4334f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/069c19e5-d5f6-5288-be0f-85c7a1a15a3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80f3edbc-52a8-5f1d-8949-6c0a4ab30308"}}],"status":"accepted","resourceType":"Task"} +{"id":"5c8aaf39-b481-5857-8209-a146333fafbc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000192"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7aaa98ca-2e91-5a92-b7cf-88bf00779683"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b2786f77-f618-565a-b08b-b5f9f4fe2e68"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08ce9a81-e100-5b08-a2e9-104182e954eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fec61d7-a112-5ed5-bd07-e5efbf86e303"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fce5f535-4d2f-54ac-9e03-e3dde554a1d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08ce9a81-e100-5b08-a2e9-104182e954eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fec61d7-a112-5ed5-bd07-e5efbf86e303"}}],"status":"accepted","resourceType":"Task"} +{"id":"f93636e4-e6d4-5aec-ae5f-8b7ad1de3445","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000193"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/46f01bd5-8c06-5379-9bd2-e713b072b0ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/188ebf12-15f0-5d2d-97d9-8ee886090fbb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e30a5ac-f3bd-5588-ab91-6ef541fa85ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f10e4488-8339-5059-ada9-a17d289c1da5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35e8b625-e94e-5a6e-8961-ccb1fbabce57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e30a5ac-f3bd-5588-ab91-6ef541fa85ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f10e4488-8339-5059-ada9-a17d289c1da5"}}],"status":"accepted","resourceType":"Task"} +{"id":"fc3e527f-4fc4-5a7b-b58a-1e6a49a2ebde","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000194"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/34b6a5ad-1679-57a4-a870-d23754e484f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8493381b-1633-5a2a-997a-50cd2104c448"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a99a7c0-6801-5ab2-bbd3-6e846295d31c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4cd6cfc-9659-5c15-9a5f-bb1139b12629"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1bc18e5d-d3b0-59d5-8eae-667d2c5e6636"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a99a7c0-6801-5ab2-bbd3-6e846295d31c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4cd6cfc-9659-5c15-9a5f-bb1139b12629"}}],"status":"accepted","resourceType":"Task"} +{"id":"218958ff-4f8d-5e9b-b8ef-962118a444fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000195"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6753ef49-cf0e-52b6-8c3d-9c7184ce5c22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/424afe49-c660-5423-ad30-d0a6c277bdd4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6f15d47-b388-56b2-964d-7972ee311ee7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e150c6cc-55af-58e8-ad43-e3139a674d51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a77f96c4-414c-5dbd-824c-1f2ed889d6bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6f15d47-b388-56b2-964d-7972ee311ee7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e150c6cc-55af-58e8-ad43-e3139a674d51"}}],"status":"accepted","resourceType":"Task"} +{"id":"16db4888-5222-5168-a4f5-aad2de796424","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000196"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3a31ebc0-47ab-51d4-a346-63ca5a8ff12c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/faa146b4-0d77-52cc-b815-059ab324996a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b3141ea-4ad1-5063-bda4-41371c814cbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2c4d589-cc70-5763-933a-6608f2cab76e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b988c745-162e-5017-b4fc-765c35d35187"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b3141ea-4ad1-5063-bda4-41371c814cbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2c4d589-cc70-5763-933a-6608f2cab76e"}}],"status":"accepted","resourceType":"Task"} +{"id":"2e8af709-969a-5941-861a-48c06823bb9e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000197"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ebe62159-2599-5235-b9d4-3c314875545b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ffc346ff-b646-5993-ad5c-902d7d86d239"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0b7bf1f-ecac-5be0-a669-a1456612a585"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90a86c16-534f-5dbd-a0a2-dfc1f4dbddd9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a589b2e-2a29-549c-a0d2-01a12b8ae135"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0b7bf1f-ecac-5be0-a669-a1456612a585"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90a86c16-534f-5dbd-a0a2-dfc1f4dbddd9"}}],"status":"accepted","resourceType":"Task"} +{"id":"5b0b831f-0803-58c4-9025-9344f1aab661","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000198"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6efc688e-ca25-592a-a74f-2823fd6aae50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/69137506-604e-541a-8cb9-92457fe83a41"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3544a72f-639f-562e-93ba-980e03af8c86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43fd3fa9-ab1d-5556-8f54-f5237741fed3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b218204a-a691-5a3c-92e7-24f4c7423a2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3544a72f-639f-562e-93ba-980e03af8c86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43fd3fa9-ab1d-5556-8f54-f5237741fed3"}}],"status":"accepted","resourceType":"Task"} +{"id":"d3e33e83-b239-5ad1-bd55-42092336ae13","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000199"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/40f2c591-9378-54ef-830d-e89fd76c91d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/074bf8f8-e012-5824-a049-715400610c78"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb81fc03-8d5b-553e-85ee-a1d273824fa2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b03c2dcb-9503-560a-ad63-fb2a9a0a55bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1e55c1c-901c-5a20-8615-c70ff320704d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb81fc03-8d5b-553e-85ee-a1d273824fa2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b03c2dcb-9503-560a-ad63-fb2a9a0a55bd"}}],"status":"accepted","resourceType":"Task"} +{"id":"70f5e21d-b439-5f1f-9db2-25009aaab053","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000200"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f5d4879b-b3bb-5b3d-a652-d3b110aaa99c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9035adb7-5618-56dc-ad8e-5619ed06b3a5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce644c0a-b527-5332-9f8b-1d8f24c9d619"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfc2f819-7416-58df-81e3-120ed6a69cce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2d41947-3334-5acd-b4f8-f180a46a2274"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce644c0a-b527-5332-9f8b-1d8f24c9d619"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfc2f819-7416-58df-81e3-120ed6a69cce"}}],"status":"accepted","resourceType":"Task"} +{"id":"34ddea7c-7e30-54ec-aabe-aacc255c70bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000201"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/537d1c2c-3d9f-556f-aaa3-aab0dc0e079f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/28791195-a808-528a-ad80-17591de4d8cf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51714dad-0669-5137-bf3b-1f5f7bf3cdbb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27287ad4-5588-59d1-8bb7-9d64969b6605"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/268df82d-adb2-5b52-8c7e-1bc43064c87d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51714dad-0669-5137-bf3b-1f5f7bf3cdbb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27287ad4-5588-59d1-8bb7-9d64969b6605"}}],"status":"accepted","resourceType":"Task"} +{"id":"ff0ad808-514b-5c60-8f30-508827983344","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000202"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/49144eed-f13a-5b7a-a190-0dccd8512c83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9c97a176-7c18-506b-b80c-d6a883df33dd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9efc50a-c89d-55eb-a30e-21ded894ccb6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5007f0d5-7b70-5828-9bf1-cd411ca21b53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/605613ca-1889-51c7-b9ae-cf25624a7eec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9efc50a-c89d-55eb-a30e-21ded894ccb6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5007f0d5-7b70-5828-9bf1-cd411ca21b53"}}],"status":"accepted","resourceType":"Task"} +{"id":"c3c3e763-1ef2-5ffc-b765-c6bac515a8dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000203"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6bc94cbd-b5ce-5e1b-ab1f-9ab0edd8bc5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c98cbd52-3e23-52c0-993b-612333b55d1d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b84ee13-6d74-5856-9ce8-5f4149da52be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e5ea444-8034-51dc-89f9-7967b94746ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf433bb8-4489-5dd3-9ccb-49cce837f2de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b84ee13-6d74-5856-9ce8-5f4149da52be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e5ea444-8034-51dc-89f9-7967b94746ba"}}],"status":"accepted","resourceType":"Task"} +{"id":"ef0b02de-aaeb-5a7e-8f8e-3e862067429a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000204"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9bcee41d-f67f-580c-abdf-01df4784bfa3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c02bef6f-9fee-5168-86c8-06b4498c8885"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/348d3065-a45d-5e0c-a7ef-accbe9cba18d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/535442d1-1a94-5505-880e-75fef85a2ed0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb1c66e3-757a-5a02-bbe0-f1bf6540f521"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/348d3065-a45d-5e0c-a7ef-accbe9cba18d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/535442d1-1a94-5505-880e-75fef85a2ed0"}}],"status":"accepted","resourceType":"Task"} +{"id":"8c18c28f-742a-587f-9a45-dde902293ec4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000205"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6bbf49e8-f907-5e25-989e-2c5015582b56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d65af9d1-9c5c-573e-a838-dcbb99efe313"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f3939c5-2065-5844-8ff5-1e767aaa6003"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae40c334-e0ef-5e90-bfea-15df85c8702c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b02fd6df-016c-5221-b2ca-8e273b09c246"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f3939c5-2065-5844-8ff5-1e767aaa6003"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae40c334-e0ef-5e90-bfea-15df85c8702c"}}],"status":"accepted","resourceType":"Task"} +{"id":"0d0b0044-6c0a-5669-a77e-473e7a767808","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000206"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f6caf009-21c5-58ed-8750-fadf3054b282"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dbb5b174-e672-512e-8b53-58c34664c844"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e0b8107-605c-5543-bece-d9a23cf71ce9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6869f623-7c1b-5961-ac28-ceabb5422567"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9374fd4c-a122-5e72-b8a2-b8561016ffb2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e0b8107-605c-5543-bece-d9a23cf71ce9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6869f623-7c1b-5961-ac28-ceabb5422567"}}],"status":"accepted","resourceType":"Task"} +{"id":"78592388-219f-5983-9260-46975dcacb7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000207"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/be180678-9b82-5407-bf59-97f716b97eb2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/88aa8064-557a-5514-8534-86fa075872f2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c28b7ff5-db0d-538f-9578-a72fabf9594b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2bdc9eca-d297-58be-b39b-d4c7430b4226"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bee101fc-6b6d-50d2-b473-d85afd1127f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c28b7ff5-db0d-538f-9578-a72fabf9594b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2bdc9eca-d297-58be-b39b-d4c7430b4226"}}],"status":"accepted","resourceType":"Task"} +{"id":"02e84271-2799-54c0-aa20-66c78156ea28","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000208"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dfe15bef-423a-5b27-b00c-5de8e91cdb24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/28c35ad8-dbe9-512a-ae41-1f9697d59a76"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a65d0e35-25bb-5f2b-bb0c-e54a61e4850c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4da4c91-c258-526a-8860-76d6a86207a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aebe3508-e812-5c00-a9c5-d3c720205db4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a65d0e35-25bb-5f2b-bb0c-e54a61e4850c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4da4c91-c258-526a-8860-76d6a86207a9"}}],"status":"accepted","resourceType":"Task"} +{"id":"7d873534-8c63-53b7-a454-8778eddb1c49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000209"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fa49b941-e0b5-5517-8c2b-84c01b773e30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/71df6309-74e2-5b2d-96d7-b268c1798af5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c4009a4-cd4f-5c39-beaf-0669afff8f18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a44bb4e8-7fc6-5991-919c-6d485de549b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7660c060-f814-5060-b8b1-6dd2e065570b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c4009a4-cd4f-5c39-beaf-0669afff8f18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a44bb4e8-7fc6-5991-919c-6d485de549b5"}}],"status":"accepted","resourceType":"Task"} +{"id":"315c321c-8ac2-5679-b654-dee6e464850b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000210"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/64d4192a-18a2-56de-98ac-d87007f95c24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/285e5242-e584-5837-94e2-4158b263b6e1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f34b4cc-d49d-5313-8912-c6620cb7407d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/009199b4-b8be-57cf-a87a-c0549367a9e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96a6623b-9129-53a0-991b-7d428208e986"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f34b4cc-d49d-5313-8912-c6620cb7407d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/009199b4-b8be-57cf-a87a-c0549367a9e2"}}],"status":"accepted","resourceType":"Task"} +{"id":"6c87d763-eed0-5735-86a3-765e001b8029","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000211"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/87218645-16c1-5aaf-a9d6-08577f75f7f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/828f9d08-86bd-54dd-8c4f-ea20e9a449b6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a9dc3d1-d8bd-5684-bec8-b68863dbfd03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0224d64-29ed-508f-b5d4-e0193df69e27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c50c3230-ad80-5d03-a632-4c2e19220031"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a9dc3d1-d8bd-5684-bec8-b68863dbfd03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0224d64-29ed-508f-b5d4-e0193df69e27"}}],"status":"accepted","resourceType":"Task"} +{"id":"597952f1-58e9-5996-873a-5db798773442","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000212"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/848b7758-b426-5a72-bccb-20b8c505f9c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0174f3c7-12e8-50e7-83d6-376a3a6fbddc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8ae92fb-645d-5f71-8384-8d0666909c4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e33e14c7-5a9b-5288-9408-58cbebf24069"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2917252e-5cab-5647-9ba7-0bd09137c8d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8ae92fb-645d-5f71-8384-8d0666909c4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e33e14c7-5a9b-5288-9408-58cbebf24069"}}],"status":"accepted","resourceType":"Task"} +{"id":"6bcd45a8-f1b6-5a83-b962-f3779924b1b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000213"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c884324c-3846-5543-b121-a682dd12d23b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7b70d96d-b34d-5fd6-a0f7-978c23a2730f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24e93928-c7a4-5325-af84-d1c060d7cf30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bfd6a82-4bf4-5227-bcd6-59f687bd3cd4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d4c5aea-71c1-56f1-b9dd-331ad05245ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24e93928-c7a4-5325-af84-d1c060d7cf30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bfd6a82-4bf4-5227-bcd6-59f687bd3cd4"}}],"status":"accepted","resourceType":"Task"} +{"id":"118f8370-4fe6-5982-8e79-898e43a71753","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000215"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b5229129-918b-5f0c-9ea3-4e1a369bab93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d7e81882-fee5-5e93-9fcc-922a600c9efa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3d18163-dd68-5cb9-9d90-a0b7ff6283a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48554a6d-31f1-5be4-8ea0-6150552dcaf8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b10c160-b465-51e9-85a3-808280589c07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3d18163-dd68-5cb9-9d90-a0b7ff6283a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48554a6d-31f1-5be4-8ea0-6150552dcaf8"}}],"status":"accepted","resourceType":"Task"} +{"id":"1af0c57e-2e57-54e9-8f67-97f4158c5fdb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000594"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5888f5c8-a43a-5bce-8d64-914c1bbb6943"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b0d7fcb8-049e-585c-b3d1-c3cf0e99e505"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9818c37b-f3e8-527c-b10a-988be7b0e34d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/076615a2-bc5b-5769-a533-b13d0a7d4f0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79a3cfb2-77ce-51f3-9a85-a991d179c074"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9818c37b-f3e8-527c-b10a-988be7b0e34d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/076615a2-bc5b-5769-a533-b13d0a7d4f0c"}}],"status":"accepted","resourceType":"Task"} +{"id":"aa18c23c-f960-5426-abde-ef67b19df1db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000607"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b9edffb0-f5f9-50f2-ba83-7e0549af9b14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/28c56b72-b569-5ff0-a299-2c5aff4e8338"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1dabea37-a272-5ffc-9a9f-5664b92faa6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac6e4ac4-2d79-5d6e-bd27-4e60070f374b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c640fbf7-8fd6-5bb9-b1c4-9ef40126f52c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1dabea37-a272-5ffc-9a9f-5664b92faa6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac6e4ac4-2d79-5d6e-bd27-4e60070f374b"}}],"status":"accepted","resourceType":"Task"} +{"id":"717fd5a4-ca9c-50a4-bc0b-dd0e8fcbc523","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000609"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/43413240-6b27-51cb-8a61-e7e10f8c9b0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2085dcc4-a689-5abd-887a-44a89667ad82"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06338cb7-b5cd-5db4-9e21-808d984a624e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/330c9cbc-5f13-599d-9caa-7e1fd3f05a99"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d0425d9-5de0-5df1-b802-b086bbd4708d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06338cb7-b5cd-5db4-9e21-808d984a624e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/330c9cbc-5f13-599d-9caa-7e1fd3f05a99"}}],"status":"accepted","resourceType":"Task"} +{"id":"a9f4d164-1f1b-5911-a3c2-baf0d9184187","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000610"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/88e33f50-76df-5337-ac5f-ac11c9bb985b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dc001448-13da-583c-ad29-160d843e8045"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f65225ba-b58f-567c-bb90-777b96d27792"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae754db5-1a8c-5ea0-a470-7d3328595e96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63687ab7-a7bc-5851-9a6a-a53559b10418"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f65225ba-b58f-567c-bb90-777b96d27792"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae754db5-1a8c-5ea0-a470-7d3328595e96"}}],"status":"accepted","resourceType":"Task"} +{"id":"e6e8fda2-31e9-5c33-8e5a-0cbb726754a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000611"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3ebf0254-bdfd-53a6-9d7f-87ad1db443de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3e86fa0d-439f-5f1c-94ac-0ff26187ac7b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0dadd72f-dc9e-59a1-858a-594cc885bb56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04482cd8-c145-5eed-b8b9-c95a00fe7830"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83a39cf1-83ff-5952-822d-6fd77cf3dd08"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0dadd72f-dc9e-59a1-858a-594cc885bb56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04482cd8-c145-5eed-b8b9-c95a00fe7830"}}],"status":"accepted","resourceType":"Task"} +{"id":"1a505b79-c3d4-5d57-8372-c7038e5b2ce5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000612"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/78e9d9dd-0a67-5818-a2e3-15d0b5bf5f7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dd0b0bc6-67ce-586f-884f-9bb648143363"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/890a0f0d-ff27-561f-9662-8b142a4e84ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/451b8bec-bd32-59c0-8f09-3b1e3146016d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4b72ce5-34cc-529b-acf8-8dc0ab46af73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/890a0f0d-ff27-561f-9662-8b142a4e84ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/451b8bec-bd32-59c0-8f09-3b1e3146016d"}}],"status":"accepted","resourceType":"Task"} +{"id":"ab98ad62-e7d4-5bd4-8f6a-1362db837715","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000613"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d4c8c3db-86a5-5b86-b2b6-e64449e8092c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/60342a60-d59d-523a-ab6e-0bf7eb6f15ce"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99b0a02a-14a0-5ba0-9b01-0fd862735969"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d8101e2-d4db-5ff6-a291-385f09bcd020"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90cd35f1-ff09-558d-8068-7fa67b5aa5c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99b0a02a-14a0-5ba0-9b01-0fd862735969"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d8101e2-d4db-5ff6-a291-385f09bcd020"}}],"status":"accepted","resourceType":"Task"} +{"id":"c69300ed-eab4-5c75-9bd8-86f61c40b02e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000614"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6ee5ee78-9d48-549b-a309-94b964ff661b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3f373556-b55d-5352-9a5a-13f0e56d9204"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/347e6256-e365-5619-8400-70251c0f4984"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51c77b5a-d480-59ce-bc6a-fe85bfa4fbb9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2027630c-653d-5873-b400-586a3182ed1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/347e6256-e365-5619-8400-70251c0f4984"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51c77b5a-d480-59ce-bc6a-fe85bfa4fbb9"}}],"status":"accepted","resourceType":"Task"} +{"id":"3981f8d2-af09-51ee-af96-a1fb08aa0ce3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000615"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/74ffc0b6-8ed2-5297-8f4e-5e3f8296828e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e303a841-c16d-5e79-8ea0-ea5d0b01ddce"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a48bdb9-a007-5420-8639-8b32db309df9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81f97262-99b7-5b7a-b087-b58143a89e35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41a2d00b-c240-5b70-9c8c-efd8557865d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a48bdb9-a007-5420-8639-8b32db309df9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81f97262-99b7-5b7a-b087-b58143a89e35"}}],"status":"accepted","resourceType":"Task"} +{"id":"47c522f3-ed64-50c2-87f7-452729ab71cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000616"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/42de3e78-180f-5e1a-9be2-198b94232146"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2951083e-2b0a-5898-8225-a314a1544dbb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/178fdae5-cbc5-5569-854f-701fe1634285"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3210aace-1434-5f79-afd1-db0aee9e6af9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33784e01-4b62-5b01-954d-ff8dd9bc54c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/178fdae5-cbc5-5569-854f-701fe1634285"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3210aace-1434-5f79-afd1-db0aee9e6af9"}}],"status":"accepted","resourceType":"Task"} +{"id":"9b0083d1-9217-505a-905a-cbe33a65e00f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000617"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b2246eb1-e1b8-5b98-bdad-5d04cdd5ee86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a7add22e-337f-5a47-9d85-f0ede8cffe56"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85e71c35-44af-58d2-a217-94314bc913f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4e85eb2-a2f1-51aa-9d58-5ef927c3708e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2f14947-a686-5e25-8762-0c8c4e754a93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85e71c35-44af-58d2-a217-94314bc913f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4e85eb2-a2f1-51aa-9d58-5ef927c3708e"}}],"status":"accepted","resourceType":"Task"} +{"id":"b65ab228-460c-557f-82c6-c94f5ef114f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000618"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/351935c0-8ace-5ab6-9c47-428ad7fcc0c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/49907491-14de-5e09-8882-124d644f5100"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa102fc1-f44b-53e4-864e-813cd7f5e692"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f2a3918-a19b-5622-9848-27a634f2de5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03d48692-8e16-55f8-b124-2415733f0f32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa102fc1-f44b-53e4-864e-813cd7f5e692"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f2a3918-a19b-5622-9848-27a634f2de5e"}}],"status":"accepted","resourceType":"Task"} +{"id":"bf523e61-3c39-5142-bcb3-6b0c02600efb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000619"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a344167b-b372-53f2-bc60-f138b8480b3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ee2c4b77-6d1d-5472-b302-c4a72598aa74"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c66c1523-21ca-534c-9683-2f43b26b96fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ca93114-2746-5e01-8c3b-295bb6dde78c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e0f7078-b453-5598-8f80-a0061aa26751"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c66c1523-21ca-534c-9683-2f43b26b96fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ca93114-2746-5e01-8c3b-295bb6dde78c"}}],"status":"accepted","resourceType":"Task"} +{"id":"45216aa9-c1ff-5ece-bc81-d3dc6a4b57af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000620"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3dc64e95-db2c-58bb-b498-2d503c574528"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b7c261b3-792e-5b58-9b8c-1f0653efa1c7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b20e7bfa-c85e-594e-a135-6d80f9a273a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79a1fde9-061f-501a-a819-3b9a50a616e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8eeca3a6-dfd9-55da-b293-357f8495c530"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b20e7bfa-c85e-594e-a135-6d80f9a273a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79a1fde9-061f-501a-a819-3b9a50a616e8"}}],"status":"accepted","resourceType":"Task"} +{"id":"d8a8ae46-5a0e-54ce-9cf6-37e8ef423e29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000621"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a24d2606-7acc-5298-9204-3f0674def29e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5307cd4c-ff85-5616-8308-4ac75458a61e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e73f8ae9-c15a-5a8c-8d18-d2f7bfbea4ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84a339da-b0f2-5bbc-a0ab-a8326e3a942c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ffc1c03-f382-578c-9401-97c71824e12e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e73f8ae9-c15a-5a8c-8d18-d2f7bfbea4ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84a339da-b0f2-5bbc-a0ab-a8326e3a942c"}}],"status":"accepted","resourceType":"Task"} +{"id":"83ccc6aa-b5d3-58cf-8fa1-b3f84a065d5e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000622"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/de224673-b851-5e96-bc72-baa605ad1f7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f187703e-5be4-5074-9f3e-41909412f46c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0cc878da-72fc-5885-8f8d-e72bff5a8032"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82fb62e1-47fa-56d6-8160-5f807d608088"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5be765e-72eb-539c-aaaa-743592b52a34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0cc878da-72fc-5885-8f8d-e72bff5a8032"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82fb62e1-47fa-56d6-8160-5f807d608088"}}],"status":"accepted","resourceType":"Task"} +{"id":"de05c6dd-bd09-5a61-88a8-e7c389ef2157","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000623"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a06bb06a-2bd2-5a83-a824-f7dd2ad53d5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cf8c91ac-f985-50d4-a748-965ffddf9281"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11c4242b-618b-508f-b3d6-f71d97d46a34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56f9a459-0d17-549f-a6b1-549dc79766b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5855652-89c3-5f46-bb20-f5625b49370a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11c4242b-618b-508f-b3d6-f71d97d46a34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56f9a459-0d17-549f-a6b1-549dc79766b6"}}],"status":"accepted","resourceType":"Task"} +{"id":"c8796722-1022-5654-8e11-5b5631649521","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000624"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aa34bad1-e66f-5606-9dee-1c6b2369cbc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f950fcbe-59a0-5bd7-a8da-d3139c96c3a4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78c8afe2-deab-5b23-b191-dc0675eff8f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b4d044e-56d2-59e6-9e4e-85cddf4e8591"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/105f0249-2a4e-5c43-8929-89848601d97c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78c8afe2-deab-5b23-b191-dc0675eff8f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b4d044e-56d2-59e6-9e4e-85cddf4e8591"}}],"status":"accepted","resourceType":"Task"} +{"id":"8ba0519c-e2bf-5d1d-a05c-ab8c9eead5f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000625"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8c43887c-a7f6-5b64-be17-8df2baf775ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8be14e63-9be6-5ea6-87de-aed44edc3fc2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1a702f0-9ef4-5a93-a348-8e0577455ad8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aec1c292-5097-59f3-9c74-97a5b222b807"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec1707f7-b25c-5bde-b844-4cb2559eebdf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1a702f0-9ef4-5a93-a348-8e0577455ad8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aec1c292-5097-59f3-9c74-97a5b222b807"}}],"status":"accepted","resourceType":"Task"} +{"id":"f23a78be-ec07-5709-9608-fe99951cd32a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000626"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5f0e7d82-6828-513f-8fca-0eb8f5788567"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bce0368b-9b0a-5fd4-abf3-6add7f542f69"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fb22649-4710-5f33-a7bb-750063e02826"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21215e90-4246-5b13-a672-5492ba7608ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bef652d6-fb4d-5038-8105-530d4694d39a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fb22649-4710-5f33-a7bb-750063e02826"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21215e90-4246-5b13-a672-5492ba7608ca"}}],"status":"accepted","resourceType":"Task"} +{"id":"f3413dcb-e89b-5c9b-b84e-6ce402d5d042","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000627"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7e73ec22-ce7f-5e5c-8d30-e43d97aaa3e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0a969a8b-fd90-51e1-9802-81bd136f8556"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/532bb14f-61ff-57de-801d-7539be9be125"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d3fc4d1-33d4-5a62-a3eb-5484fff0ed13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b34d7bf-60f3-55af-99da-e0dc5bf21b37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/532bb14f-61ff-57de-801d-7539be9be125"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d3fc4d1-33d4-5a62-a3eb-5484fff0ed13"}}],"status":"accepted","resourceType":"Task"} +{"id":"b3a7e070-976f-5291-aeeb-16bfa690d58d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000628"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e67b24ee-3c94-5e07-85c7-2422d4dc09ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9d5cd1a1-2802-5d40-bf3a-792efb29be67"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d00dcfed-3837-5ed5-99e6-d1e5e15fcd91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b768804c-6d0c-5a4f-8760-90eabc936c5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01932643-9f7a-5b08-a5e1-07cd969cacf7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d00dcfed-3837-5ed5-99e6-d1e5e15fcd91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b768804c-6d0c-5a4f-8760-90eabc936c5c"}}],"status":"accepted","resourceType":"Task"} +{"id":"3389755c-d009-5dda-a786-f7168d9c742f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000629"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0a6f87dc-0ce7-5537-ad4b-991f74dac001"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/89fff066-8b08-5b12-8697-1cd666bfeed5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f75b2fa-8978-5e61-9641-72333b84e8cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4892eca6-dbe4-5ee0-99fc-0c852b8f5833"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2572dc78-6889-527b-86fa-e443d28bae1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f75b2fa-8978-5e61-9641-72333b84e8cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4892eca6-dbe4-5ee0-99fc-0c852b8f5833"}}],"status":"accepted","resourceType":"Task"} +{"id":"fbb25949-5975-52a8-bcf3-0ecb38ff4fc4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000630"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e8163d4c-1fde-56f2-b4d8-df3507035404"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8892dfa1-fbd0-53a1-a1e4-d6fa6fa2f844"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9e609dd-8d34-5b8c-aea7-69c33d17e51e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d827bb0-e909-5f26-90bd-a77bd2d5d9eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1007eecd-1785-54ec-b0ba-7246537d00f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9e609dd-8d34-5b8c-aea7-69c33d17e51e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d827bb0-e909-5f26-90bd-a77bd2d5d9eb"}}],"status":"accepted","resourceType":"Task"} +{"id":"a743a52e-0083-588d-89ea-d44e34ee615c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000631"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5ef5ddbb-e302-5904-ab3d-3c14ad346052"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/28c19334-0d22-5ef5-a337-eea93f523dcd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c99566d-954c-55a1-8f96-51a5b996e027"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e30fd5bc-f57b-555f-9457-485f5c6bcd4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c0e9f10-d979-5b7d-8e77-72b7d3ae4f9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c9f300e-9873-5ad8-b078-794f54edfc22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e30fd5bc-f57b-555f-9457-485f5c6bcd4a"}}],"status":"accepted","resourceType":"Task"} +{"id":"826d6324-9b3c-5adb-94f4-90ab0a90a9e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000632"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/195d5104-5363-5d3d-963e-bdc31f223aa2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4c6b2c10-fbbb-5495-b640-405a4c9817ff"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df6fb2e1-790e-54b5-88e2-61de4af2cd8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f545631-6062-50c1-ad9f-296f5f9e5bef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1bc8f40a-5878-577a-817e-43f236ddf50d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df6fb2e1-790e-54b5-88e2-61de4af2cd8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f545631-6062-50c1-ad9f-296f5f9e5bef"}}],"status":"accepted","resourceType":"Task"} +{"id":"0f4cef1b-3fd6-5634-82df-b1b3b6ab9ffc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000633"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/58ef7bee-aee2-51a4-a472-49a4f8366e71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c40ed2f4-7ed7-5c73-af80-1b02361bb321"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77e0589a-4e8f-5ed1-8d62-89561b23fa05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fee6bc91-7bbc-59bb-a384-48aa23f0076b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac37ae6c-85b0-5ffd-a6ad-d254cdfa0cb4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77e0589a-4e8f-5ed1-8d62-89561b23fa05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fee6bc91-7bbc-59bb-a384-48aa23f0076b"}}],"status":"accepted","resourceType":"Task"} +{"id":"f7fed61b-cee4-51fb-8f7c-1903d36602cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000634"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7cb36968-9121-552a-9593-84d38e27bec5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/44a7c84f-d823-59d4-a25c-ea1b8a18beee"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f53fd844-db7f-5d59-814a-c5ecc1e50752"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ff8670c-8bd6-50c2-b295-97d5a77380d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2546e80-c16c-52a4-87de-7b6e83601ab0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f53fd844-db7f-5d59-814a-c5ecc1e50752"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ff8670c-8bd6-50c2-b295-97d5a77380d9"}}],"status":"accepted","resourceType":"Task"} +{"id":"d0fe0381-cd0e-5947-aa8c-883d32a46873","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000635"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/71394d3f-e39d-58de-8d97-335f8bcc3ecc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d7ceadcf-8b3f-5d0a-a90f-1a7f94bf00d9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e877ea0-3cf0-5532-98db-5b77b4e749ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17e720c3-c5ef-514b-8ace-954b9e385ade"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/964bc215-5eed-5fe1-890a-c71391c42730"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e877ea0-3cf0-5532-98db-5b77b4e749ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17e720c3-c5ef-514b-8ace-954b9e385ade"}}],"status":"accepted","resourceType":"Task"} +{"id":"ce1bfdd2-c406-5f95-aa8f-3cbfe10d3879","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000636"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9c324173-6a13-53e7-977a-421dda8d887d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/de5bbfdd-d3f0-5e0c-bf52-ce9dc658c3bf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49c4673f-8eec-5078-afdd-d25f2e36446c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/755c79dd-370f-5a38-8be4-44eae271fe8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9f0b59a-7359-5448-b2f4-5c125aefaec2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49c4673f-8eec-5078-afdd-d25f2e36446c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/755c79dd-370f-5a38-8be4-44eae271fe8d"}}],"status":"accepted","resourceType":"Task"} +{"id":"cc1010d0-008c-5fa4-8c8c-3e56a9642067","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000637"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6e87a5ad-3ef3-5f7d-9979-c91363bf4d1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9b4a82e4-dbd4-542b-8b7b-388dbc932d6e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e24ee7b-0476-5cc3-a0b8-45e0f8f55d7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/700cacff-3b7d-5d04-8bf9-64625a10cb79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddd12f59-5e39-5c5c-8bc9-20832a79951f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e24ee7b-0476-5cc3-a0b8-45e0f8f55d7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/700cacff-3b7d-5d04-8bf9-64625a10cb79"}}],"status":"accepted","resourceType":"Task"} +{"id":"4efba59d-8bf9-5c5a-9a58-5ac3196e6776","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000638"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/851ba456-6379-56f2-b09e-abcf2be8bcfc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0bdf3175-fb13-5436-842c-3ff43fc4f510"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a099b97c-db3b-5400-92e3-8e493d5d1bfb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2dff0d74-26b8-5aa9-bcff-4ccd251dbef3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31eee5ff-b199-55c1-9a72-45e0f0a4b537"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a099b97c-db3b-5400-92e3-8e493d5d1bfb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2dff0d74-26b8-5aa9-bcff-4ccd251dbef3"}}],"status":"accepted","resourceType":"Task"} +{"id":"ffdd53a8-79f3-5637-82f2-b0d95cc701a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000639"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/41f00aaa-ed6f-5b13-8fed-82fbc952b908"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7ded4c6c-3e57-528e-9853-344d3b07550b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b779b62-b970-5c13-8122-051be6d3d765"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9358d2f6-eb37-59aa-8770-a3d1206194b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a8eedac-39b8-52cd-9468-cfcb392a2ff4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd79e117-6efc-5f15-9be7-12837e5b0020"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9358d2f6-eb37-59aa-8770-a3d1206194b1"}}],"status":"accepted","resourceType":"Task"} +{"id":"5c686d1f-8703-5912-8bd2-18a4331d24a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000640"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f34e41f9-5344-527a-8668-7d58af762421"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eab25bd2-5443-5e65-8788-dc18f99f059a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdcc55e7-6d77-544d-9adb-54e4b0d2df02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f1a0536-d592-5d4f-8e65-3239775a631f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3f12fbe-e2d4-5520-bbf6-6b9867b03505"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdcc55e7-6d77-544d-9adb-54e4b0d2df02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f1a0536-d592-5d4f-8e65-3239775a631f"}}],"status":"accepted","resourceType":"Task"} +{"id":"8ca2be79-d811-5513-b6b7-032310551d17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000641"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/04095124-9fd2-550b-960b-42ac6df8bf48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2326019b-6939-570d-9db8-01c569779b0f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aedf9ee2-fbcd-5df8-9c86-462dc6775426"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ac6ba95-34d3-586f-a601-c42266716161"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99792fba-0769-54c9-9e9b-af3758946764"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aedf9ee2-fbcd-5df8-9c86-462dc6775426"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ac6ba95-34d3-586f-a601-c42266716161"}}],"status":"accepted","resourceType":"Task"} +{"id":"a551c5b8-a7fe-5f75-9edc-4dc41747c907","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000642"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f75ded40-8c02-5b72-911e-178f81f37381"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/496df9f0-5f87-5012-8b04-b29735120dfb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18ba0938-0c9e-53a0-9c6e-cd1db583270e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6836bdf2-faef-5467-8abe-86b35f79cc90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cb51862-9773-54bb-a194-f8576b0d0456"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18ba0938-0c9e-53a0-9c6e-cd1db583270e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6836bdf2-faef-5467-8abe-86b35f79cc90"}}],"status":"accepted","resourceType":"Task"} +{"id":"9f8f76c1-2ab7-5eae-a7f8-fa4d4515a8da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000643"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0c4d1e95-b515-50fa-8cd8-8b2f70128d07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/651ffa85-3ce5-5676-9904-e8cf28ad999b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1814f6e-85db-5512-b813-1ea91956c18b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11a0bdd2-9d00-5aaa-96ad-36d918048cc6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d05da8b6-898a-5fc3-925d-c4899f3bd151"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1814f6e-85db-5512-b813-1ea91956c18b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11a0bdd2-9d00-5aaa-96ad-36d918048cc6"}}],"status":"accepted","resourceType":"Task"} +{"id":"df589c4c-00ab-54f4-bc0e-c516a2358106","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000645"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7050494b-5a58-5e8b-9b83-dd17e99c2ef3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c0be975b-5fa9-5852-8cfc-e403455fd86a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44e0dd0d-0b16-5569-bfcd-e4909ae09c26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52892e7c-8d1f-5e31-b7fb-dfa5ed73c19b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e72bc980-5c5a-5072-8cc9-80bef1a48182"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44e0dd0d-0b16-5569-bfcd-e4909ae09c26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52892e7c-8d1f-5e31-b7fb-dfa5ed73c19b"}}],"status":"accepted","resourceType":"Task"} +{"id":"15ad2a91-3b56-581e-a6db-3ddefc0d2a30","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000648"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bbb9b821-e68d-52db-90c8-90755553c9eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5dd87b12-0a87-5a42-99f3-fcc8889bf36c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1dbe916d-9348-5a78-9969-1748fecc7b15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af1de521-9787-592b-a10e-9bfbdec512ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0928888a-3187-5d7c-9fd0-81183e78a002"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1dbe916d-9348-5a78-9969-1748fecc7b15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af1de521-9787-592b-a10e-9bfbdec512ee"}}],"status":"accepted","resourceType":"Task"} +{"id":"bd20041c-663d-5103-96fd-ef3e5e436b3e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000649"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/747e46a9-2222-53db-8b8e-c4672766d9ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/925da91c-92e8-5783-b953-0c2ce81c216e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2c011ee-f0af-58a1-9bcf-7a95d17bc6c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68831d8b-2a67-561c-ba03-0538afc81022"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d211881-82fc-58e2-afcd-d61145720930"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2c011ee-f0af-58a1-9bcf-7a95d17bc6c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68831d8b-2a67-561c-ba03-0538afc81022"}}],"status":"accepted","resourceType":"Task"} +{"id":"2fa48623-7482-54e5-bc2c-23cfce2388ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000650"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/045d4115-ea50-5ab2-9f02-caf85e0cb105"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d1c7af2a-1bcd-5776-8ca2-84e307a1d69b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19fde515-ac79-5168-a4ef-2d0058d63226"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f30a22bb-d139-55f7-b7ab-c780a7316429"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb0a2891-6595-508a-b69b-5db0d19d3c6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19fde515-ac79-5168-a4ef-2d0058d63226"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f30a22bb-d139-55f7-b7ab-c780a7316429"}}],"status":"accepted","resourceType":"Task"} +{"id":"c47b6098-4b67-55e5-a4bf-2d679f0d35a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000652"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cd6d0566-70da-5c71-a6f6-14c28a02d9e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9ce088be-7bcd-58ef-b7b2-228dcdf2e7aa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa9e2664-c4ce-552d-8944-48ee9ddc49dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2bc620a-3fcd-58dd-92eb-97cc26094c63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38cdc7a7-5ab7-5f70-b69c-4d4c4654538b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa9e2664-c4ce-552d-8944-48ee9ddc49dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2bc620a-3fcd-58dd-92eb-97cc26094c63"}}],"status":"accepted","resourceType":"Task"} +{"id":"1fb421dd-e1ef-5b6c-8247-e3b5992aba43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000653"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/96a4c1ac-eb15-5710-9c5b-f751a5e4c6b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/40519348-7f57-564c-bcd5-eb38f5ab2a3e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8274463-f65d-577f-9c93-5a1bdb9f4d1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/414b6d69-49b1-5a95-ba7e-97f4393ba1c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbd1ad3c-4604-51cb-98cd-55beec7f6af2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8274463-f65d-577f-9c93-5a1bdb9f4d1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/414b6d69-49b1-5a95-ba7e-97f4393ba1c7"}}],"status":"accepted","resourceType":"Task"} +{"id":"23736123-8b0c-5a11-b3a0-60af5fabb802","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000654"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a6773a50-4737-554a-9f9a-1fc8277ebd13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/264a544f-c803-5983-a363-e5efff5ff919"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98fb85ab-49e1-5889-a88a-9387f4c7b8ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4bfc4c8-bc47-599f-ba80-88f21f3ece43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d81bcda-c575-5811-b9cf-e1a7f8a45b30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98fb85ab-49e1-5889-a88a-9387f4c7b8ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4bfc4c8-bc47-599f-ba80-88f21f3ece43"}}],"status":"accepted","resourceType":"Task"} +{"id":"32619e70-2ba9-533d-9153-ca83f6f0fbd1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000655"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0deaf7d8-f7e7-53e5-899f-40f14407912e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2ff386d2-73fa-5178-9607-8e2d305026d3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bdd7cdec-1ad2-53b4-bdec-fc43b74b2517"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd93b6ad-8d63-5d60-bf87-e458fca03a18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba5ffae8-f121-587c-8a01-9a8371f958f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bdd7cdec-1ad2-53b4-bdec-fc43b74b2517"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd93b6ad-8d63-5d60-bf87-e458fca03a18"}}],"status":"accepted","resourceType":"Task"} +{"id":"a263350b-e551-5695-8e4f-d6c361cbef36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000656"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/555080d4-81dd-5cba-bdd9-ac46bcda60ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/555dddc8-a5e9-54b6-af91-231834dbc6d2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/466c42f4-f8af-5ffb-a829-f56e21416507"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ad3bffe-3ef7-595c-851a-5fc78581b71d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f4c1793-1003-5369-9914-ca603be9442e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/466c42f4-f8af-5ffb-a829-f56e21416507"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ad3bffe-3ef7-595c-851a-5fc78581b71d"}}],"status":"accepted","resourceType":"Task"} +{"id":"17bd5531-d9e7-529e-8087-064465558e88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000657"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/245d61fb-fac3-5d68-8b59-3e4ba37f83bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6176711c-a7fc-56da-aa6c-875b285ac8e9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e369a1d9-b9af-5eba-9f5a-56614d198e35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba96a31e-56d5-501c-8a5d-296bf5c6ef78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a455c1a-f979-5b1c-b3b7-8e6ef8235b5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e369a1d9-b9af-5eba-9f5a-56614d198e35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba96a31e-56d5-501c-8a5d-296bf5c6ef78"}}],"status":"accepted","resourceType":"Task"} +{"id":"cbcabaa4-7438-508e-b4d8-642233c1b569","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000658"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6410bda1-05a7-5ded-be42-745d12372e5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2932e7aa-2ecb-5672-8233-98791b26fdb8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/667d65e6-a27d-575f-8fb0-64e50e4685c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac126bfc-5537-5b45-8c12-31b0bbd3acc2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd451d16-307e-51fe-ac7e-3437d8a0dae7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/667d65e6-a27d-575f-8fb0-64e50e4685c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac126bfc-5537-5b45-8c12-31b0bbd3acc2"}}],"status":"accepted","resourceType":"Task"} +{"id":"b2dc3b48-0533-50d4-bf65-9b83d10ef601","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000659"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/60aef3e7-e936-50aa-912b-69edb8cdbd6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c27b0341-e080-5a6f-a2fb-10a2c2b3103a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79560efd-0cef-53bf-81f6-2c7a985f854e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffd9e80d-5fb0-5fb8-bace-b12521b6256f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70c1346b-5e4e-547e-8bdb-1d20923dcaca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79560efd-0cef-53bf-81f6-2c7a985f854e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffd9e80d-5fb0-5fb8-bace-b12521b6256f"}}],"status":"accepted","resourceType":"Task"} +{"id":"692b2097-7a43-568e-869f-22e2e5bfa748","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000660"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/53b29d5b-22bc-5017-86fe-dfde4fc4dbf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/19a6e0f3-0de3-5b0a-9d65-7c225ed2072d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bca1678d-aa4d-5867-80d1-e5da008e6d39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b26ac465-45b4-504e-a983-ce12561d27ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa3f8483-af73-52ce-89f1-a2ca357df2b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bca1678d-aa4d-5867-80d1-e5da008e6d39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b26ac465-45b4-504e-a983-ce12561d27ca"}}],"status":"accepted","resourceType":"Task"} +{"id":"22e79efa-cd34-5b11-bc01-7633a8974211","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000661"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a215b592-eafb-5865-a3bf-c00fce7e49e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5f30f939-818a-52c6-90a6-8068ccabf478"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a7a9e90-1a88-5862-916c-d02795291154"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7650c22-256d-594c-8ec7-98e0f7c61b19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c01bbee8-833a-5701-b5df-ff8c4317daff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a7a9e90-1a88-5862-916c-d02795291154"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7650c22-256d-594c-8ec7-98e0f7c61b19"}}],"status":"accepted","resourceType":"Task"} +{"id":"cbfd987d-004b-5687-9018-daf4c8c9d6a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000662"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e4f982b5-db0e-54e4-a028-ef340a175c0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/97c25745-8184-59b3-8daf-23b7ffa189bb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79dd16e7-7645-5bb0-a979-1ce68a7f6fc2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eec175f7-3142-5153-a9e2-1831339ab857"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b5ab896-da83-57d4-b85b-8bb7c734fdba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79dd16e7-7645-5bb0-a979-1ce68a7f6fc2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eec175f7-3142-5153-a9e2-1831339ab857"}}],"status":"accepted","resourceType":"Task"} +{"id":"5e9fa967-729c-53a1-b747-7d0d6c279ef4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000663"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/34786cb6-0b44-5690-b219-39907cab5202"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ed4bb2c5-e333-5fc3-aeb3-efcee9a82670"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66e7c4b3-f4d7-5ca5-8934-dd9f058bbe22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8271c6d7-2f20-52f6-be38-0e4b75a4758e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc3c613d-4ddb-5d1a-8d61-b3328cefa3ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66e7c4b3-f4d7-5ca5-8934-dd9f058bbe22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8271c6d7-2f20-52f6-be38-0e4b75a4758e"}}],"status":"accepted","resourceType":"Task"} +{"id":"aa478aa0-3985-509a-8bec-eef7e4a508f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000664"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/34086669-260a-5a4b-b8f6-3f39898e3505"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7a2d20f6-c540-564e-8cdc-c11e616d7c22"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3151d7b7-edf6-50c3-b7e6-ce7e8cd211db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e5774f2-8ec5-586e-b2e9-979c81059add"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c44ca0fe-3350-5058-9382-affa4aeb4366"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3151d7b7-edf6-50c3-b7e6-ce7e8cd211db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e5774f2-8ec5-586e-b2e9-979c81059add"}}],"status":"accepted","resourceType":"Task"} +{"id":"dbb732ca-8d45-53c9-a62e-1a1127221817","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000665"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3ce8faca-5754-533e-8405-ccddadc5e182"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/523ef8d6-6421-5265-b3ee-4dfa2a2a9ea4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05045e43-7234-567b-9502-abd2a516a4ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/578496ce-adb7-5e92-831a-c1b93d2e1e1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33170e7a-ae9f-59e5-8860-372ac38c6e6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05045e43-7234-567b-9502-abd2a516a4ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/578496ce-adb7-5e92-831a-c1b93d2e1e1a"}}],"status":"accepted","resourceType":"Task"} +{"id":"c4cee07d-8f76-5853-b62e-2ef0f66ed0fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000666"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/31027cef-41dd-5911-8eb3-e150765a01a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b1d28448-e668-59b4-8291-067b19d71199"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52257d77-ea9d-5186-8059-473a7f51a27d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d29f486-8418-5ccf-b397-0c3540f09830"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c202862b-ad06-5d4f-bbdf-65969b13d14b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52257d77-ea9d-5186-8059-473a7f51a27d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d29f486-8418-5ccf-b397-0c3540f09830"}}],"status":"accepted","resourceType":"Task"} +{"id":"6a4842b2-0a50-51ef-95c2-9afc4adc762d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000667"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b4629ea8-f061-5c9b-8305-cd916fc47bd9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8c9fa2d8-cebc-546f-b7f3-1f679bc0f9c3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50a41775-580c-5187-9697-4ba53cfc5dc2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c87a9785-223a-5c9e-9a51-88de28a1c63e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88d5dfe3-ead4-5902-911a-c0c809ea7f5a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50a41775-580c-5187-9697-4ba53cfc5dc2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c87a9785-223a-5c9e-9a51-88de28a1c63e"}}],"status":"accepted","resourceType":"Task"} +{"id":"151cce77-a415-5604-9a18-86d8202f6f9c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000668"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/72038419-d143-5c85-a8b9-8804e8cf781f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9a44ff68-4bf6-53e8-9e38-cb3964aa6577"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8aa6150-b6ff-5211-b901-402fa500da69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/807e6bd4-e7ed-52ff-8afd-38577d6676f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ae0b757-0dd8-5fab-95ae-1aa4533f12f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8aa6150-b6ff-5211-b901-402fa500da69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/807e6bd4-e7ed-52ff-8afd-38577d6676f3"}}],"status":"accepted","resourceType":"Task"} +{"id":"04a2c6b6-2eb3-52ed-b133-fccb9f43ec81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000669"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/52980ce7-11d3-576f-9b00-2c00a3be75e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4cce282c-d9e4-5b10-805d-cb208413c58b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07a8687f-4c5a-577d-b52e-016aa37b3724"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddb4aaba-664c-594e-962e-54a9dbee7da8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5512bc7-1493-5519-91e4-0918af733d62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07a8687f-4c5a-577d-b52e-016aa37b3724"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddb4aaba-664c-594e-962e-54a9dbee7da8"}}],"status":"accepted","resourceType":"Task"} +{"id":"d61d3897-3fd4-5995-b5af-82ab21b4640f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000670"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7b3f94f6-f647-54b8-bcbe-93472e7ff88d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/483c47fa-b883-50ce-bdde-20162d3c8586"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f98a6c0-d4a8-5dd4-abbd-2e1b5143dac1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b81713ec-2af5-5d15-9822-03ceeee1bace"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fff8e7f4-b17c-552d-aced-0060e034a5ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f98a6c0-d4a8-5dd4-abbd-2e1b5143dac1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b81713ec-2af5-5d15-9822-03ceeee1bace"}}],"status":"accepted","resourceType":"Task"} +{"id":"e05d0a67-2b86-5a49-ae2b-003d6b4dab19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000671"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3a36558e-e467-531e-91e1-8f4d21210246"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/50d43a89-0fd8-5a9c-a527-abeecead6a0b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d9bb548-4834-5da2-9bc1-29698aff526d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be5a625f-b0e1-5b78-85c4-0796786bb4b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c32bb6f-bd97-57eb-8850-9bf8626bea4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d9bb548-4834-5da2-9bc1-29698aff526d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be5a625f-b0e1-5b78-85c4-0796786bb4b7"}}],"status":"accepted","resourceType":"Task"} +{"id":"01f7d715-df9e-5194-bce4-493edbeca635","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000672"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/41ca1ea0-981c-53d6-b8f8-2ad8d6a2780c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1e89875c-e144-545d-94c4-4061952bf10d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36aa8f3a-5a52-5859-94be-d7d583366699"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ebf62c46-aa37-5920-8491-0b2da937d4b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93d7d730-5d63-5fc7-be86-13d082960b9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36aa8f3a-5a52-5859-94be-d7d583366699"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ebf62c46-aa37-5920-8491-0b2da937d4b0"}}],"status":"accepted","resourceType":"Task"} +{"id":"f5ca1363-c496-5249-82bf-484f14afe0b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000673"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/05d6c450-abff-5124-96b3-387e0265746a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5ad16dd5-9cda-54f1-80f9-476057a7d948"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce149581-3bbd-58f3-a1aa-23b79029327d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d174c5d-988d-5307-bac0-45539dcdef96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d0e2d12-c38b-54c1-8136-647fab5861cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce149581-3bbd-58f3-a1aa-23b79029327d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d174c5d-988d-5307-bac0-45539dcdef96"}}],"status":"accepted","resourceType":"Task"} +{"id":"5834823b-aecf-5bac-a9e6-6f9f7eb9dccd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000674"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/290b54d8-a7a8-5cfb-9c4d-eb739791a8c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7a7a5e82-0920-53e4-8b40-b0dd3764816f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf3e035a-0a93-5ede-8383-849562a8f27b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3b036c3-4c4d-5491-a91b-5e5db9bfcc5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2bf46300-7cf5-5091-a76d-0b71101937df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf3e035a-0a93-5ede-8383-849562a8f27b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3b036c3-4c4d-5491-a91b-5e5db9bfcc5e"}}],"status":"accepted","resourceType":"Task"} +{"id":"929a8d83-851b-5991-8548-dc128726f29b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000675"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1bd59cc5-084d-5fbc-9552-a3bfffaaf083"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/67c98332-cdeb-584a-9ac8-a57203e02b11"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/050ff2ed-36ad-55b6-a482-6505f1578b19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5b84d0b-ef68-5371-a9d8-251aecebc28d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3736e6f8-3862-573f-bb06-f733117466c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/050ff2ed-36ad-55b6-a482-6505f1578b19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5b84d0b-ef68-5371-a9d8-251aecebc28d"}}],"status":"accepted","resourceType":"Task"} +{"id":"d3fe7461-665f-5207-97f8-6ebdca3bf45a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000676"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bef04b09-336c-5493-baaf-ef761fedc007"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f3b9d097-df81-511f-9be2-c8f6a4a83066"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a8b4e20-1702-588f-8891-07e507c12078"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7471ce5-67c4-5b70-b0b2-b77f454c5da8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a883119-abf6-5708-b461-aa0b2ce474c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a8b4e20-1702-588f-8891-07e507c12078"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7471ce5-67c4-5b70-b0b2-b77f454c5da8"}}],"status":"accepted","resourceType":"Task"} +{"id":"532ce047-4a4e-5e4a-a6f8-d6b147b3071a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000677"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e2f88260-4b20-5057-8f8c-694ba11730b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a55f21ba-84a3-5c2f-93cf-5e2c55ea077e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/999c7192-8dac-5e34-b4ca-a6ac10f553fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ff7af8c-b6ab-55d0-9ab1-670a16a807f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7373e941-d142-594f-8eef-bf101db2d35b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/999c7192-8dac-5e34-b4ca-a6ac10f553fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ff7af8c-b6ab-55d0-9ab1-670a16a807f6"}}],"status":"accepted","resourceType":"Task"} +{"id":"ef4b4f38-302d-52c4-a75b-aa3b1ec9725a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000678"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5a5b4b07-5e87-5b9f-be7c-ffc888590380"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c6f01913-a25e-5138-ab9d-63cbf27bb53b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f64fe2cb-f9ed-58d7-8d8f-562f5d1f4783"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d89aba0c-ca6b-5646-b98c-de0cca228c5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/263b6235-b5d7-503c-b3f6-0f59f4ba3581"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f64fe2cb-f9ed-58d7-8d8f-562f5d1f4783"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d89aba0c-ca6b-5646-b98c-de0cca228c5d"}}],"status":"accepted","resourceType":"Task"} +{"id":"78dbd425-af75-5ce3-8635-102dec8593e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000679"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9ae6aa72-b57a-5f54-aedd-f1707b1b77ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/06232b28-a4a4-5682-a2b6-c56063b76743"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/019aac48-2fe4-5d54-93d4-585a2155bcdd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcf8e4c4-63a6-5109-b52c-358c020ee0c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7bfb8d4-d9b7-51ee-a56e-ef532e27fb1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/019aac48-2fe4-5d54-93d4-585a2155bcdd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcf8e4c4-63a6-5109-b52c-358c020ee0c8"}}],"status":"accepted","resourceType":"Task"} +{"id":"166ac521-d608-5bf4-a3e7-aa88662facf4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000680"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/28aff1c1-8f4b-5704-934b-c9d351ee42cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a400d4b7-f3bf-5299-b6bb-447aadcee6d1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b46ea936-b91e-5dbf-8b00-69bb05a6f872"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/397a94b9-ee70-5785-a827-530bb9bb0562"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f2c9de7-beb6-5eee-b03b-0386c9bcc3df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b46ea936-b91e-5dbf-8b00-69bb05a6f872"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/397a94b9-ee70-5785-a827-530bb9bb0562"}}],"status":"accepted","resourceType":"Task"} +{"id":"d6415128-cf89-5665-8a98-dacaa52afd80","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000681"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eb1b39b3-ad6f-5155-894d-12bd1d0efb01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5c40a551-f840-5639-89a2-763e0c37976e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6461e036-bd7d-53d2-826c-078426458601"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2ce0bc9-290d-53b8-b0ff-7bfc73d83081"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8edb3996-c51c-5a33-b925-5b5e5e5a09ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6461e036-bd7d-53d2-826c-078426458601"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2ce0bc9-290d-53b8-b0ff-7bfc73d83081"}}],"status":"accepted","resourceType":"Task"} +{"id":"df85979b-1837-5a62-bfc9-cfa14abcb786","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000682"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5fb23ffb-39d0-51ae-b70e-e399b6d1d632"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d3e95d3a-a601-57be-b2c5-56045d621e93"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/375167bf-69cc-591f-8a2d-e68da8dc18e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdd60c7c-4603-5f14-bf58-cf6a6d65f346"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ead59e0-1e59-5aab-8548-bf222be6eb92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/375167bf-69cc-591f-8a2d-e68da8dc18e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdd60c7c-4603-5f14-bf58-cf6a6d65f346"}}],"status":"accepted","resourceType":"Task"} +{"id":"5ed44190-b938-57b0-be94-417515350f19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000683"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/952a29fe-ca23-5807-bff4-3f7863fa4b55"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/91f31b46-3e9f-53e9-974b-45de52ca1890"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e7a0d6c-3a8b-5497-b0b9-4070cec55d24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0c8b634-6482-53a1-b3e2-de769ba9b99c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b31b843-3b16-530d-98e0-094e4e4ffa45"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e7a0d6c-3a8b-5497-b0b9-4070cec55d24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0c8b634-6482-53a1-b3e2-de769ba9b99c"}}],"status":"accepted","resourceType":"Task"} +{"id":"45114712-5b5c-5214-af24-7731cb8b3a74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000684"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/60646fbc-ec3c-5ca1-8692-0e8cb2315f42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a71f2683-3df2-5c2c-9b20-6d6d7c33cd6b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a6b9e5b-8d5e-50c5-9178-d4d6f28079e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eba083af-9dad-5150-be6d-1600ab328343"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a830fbe9-03a4-53e6-a0ab-e7b3496cad9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a6b9e5b-8d5e-50c5-9178-d4d6f28079e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eba083af-9dad-5150-be6d-1600ab328343"}}],"status":"accepted","resourceType":"Task"} +{"id":"f0971a6c-f3c2-538d-b741-ee1bf5f118ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000685"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1304daab-1277-5154-8e69-e0f0ae4ec382"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b75cc93b-f2aa-58bd-bfea-f9cd8cbe7e88"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0f10740-f7d5-57e9-8bc8-a00a934bcef2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d24bb87b-bd56-5c43-a613-73af6951d1d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84883e5c-eb49-52cf-9db9-9902e0188f6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0f10740-f7d5-57e9-8bc8-a00a934bcef2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d24bb87b-bd56-5c43-a613-73af6951d1d0"}}],"status":"accepted","resourceType":"Task"} +{"id":"56c739b7-9f71-5550-8ced-c7b5144cbb76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000686"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/27124f3c-9d0c-5f51-ad4f-7a0051cd382b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/72b313ce-ed43-56e4-8955-8a17178f961c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/262b1c40-6705-537d-a5f9-c636fe8bb0ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08ff97bb-5c3e-587d-8f3e-a1abaad87f8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c120a2c-0fc8-559a-a571-4f74904e1cb3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/262b1c40-6705-537d-a5f9-c636fe8bb0ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08ff97bb-5c3e-587d-8f3e-a1abaad87f8e"}}],"status":"accepted","resourceType":"Task"} +{"id":"d911c52a-6460-532b-bf12-b1e3562dec5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000687"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6f89faae-4aa5-5863-a377-08c28ced84b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ffb940f5-bd83-58b9-91c6-a18e56b9e820"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35a2bb4f-eefa-5738-bd80-06c3d3ad2409"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18d54e0c-772b-5c77-a4c6-8e35e705c00d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6c432d9-6f43-5ae8-870a-b7a9849cc66c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35a2bb4f-eefa-5738-bd80-06c3d3ad2409"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18d54e0c-772b-5c77-a4c6-8e35e705c00d"}}],"status":"accepted","resourceType":"Task"} +{"id":"728f0f71-513f-5ecd-b3e4-38cca8e05501","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000688"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c140aad5-a4c0-54e4-b771-3dd30c613274"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0ef649db-22ba-597e-9712-6c657a917e68"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ace74620-5c03-5408-a311-cb85424b31d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87d84754-c1c0-5a21-8338-8a5d6f5a38a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a52af3fe-dcdc-5d6f-81e0-e4d68870e788"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ace74620-5c03-5408-a311-cb85424b31d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87d84754-c1c0-5a21-8338-8a5d6f5a38a1"}}],"status":"accepted","resourceType":"Task"} +{"id":"69f7021e-63f9-5eb3-883c-7be8ec4d0a38","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000689"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2856f869-ea26-5a02-8a75-2452cbf782a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e691f4ac-06f4-5afd-bcde-cac10041cb18"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/126292a5-81e6-551c-aa01-be78f05314ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0698ede7-d71e-5671-903d-f1055130f5d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ed7eadb-882e-502f-876a-ed09f10cdf3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/126292a5-81e6-551c-aa01-be78f05314ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0698ede7-d71e-5671-903d-f1055130f5d7"}}],"status":"accepted","resourceType":"Task"} +{"id":"23b405b3-9202-5a5c-ac27-c59e35353cd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000690"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3433fb81-2025-5bfd-8635-ac5e5cb40ce0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3a4695a2-6da6-59c2-beba-e345eaf63138"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0f0c4ae-7052-5974-8c03-f00f38415fbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0966b34-11a7-51da-8cc6-9e5e1c9b357e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50326c8d-1ce1-5157-a94f-8a2475998fcb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0f0c4ae-7052-5974-8c03-f00f38415fbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0966b34-11a7-51da-8cc6-9e5e1c9b357e"}}],"status":"accepted","resourceType":"Task"} +{"id":"a8af1ee9-3fc2-5deb-a7fc-4f0581ab92f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000691"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/997d17c0-ba08-5df4-95d9-da5812a37e70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b5f5aeae-d61f-5630-930b-6bd6b01d357c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8449853-229c-5778-aa4e-23c04b59d761"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55acfecc-f076-5fc1-bb85-7f71358c4b46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a927ec9f-8e86-5d68-806d-3c27c7c1b106"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8449853-229c-5778-aa4e-23c04b59d761"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55acfecc-f076-5fc1-bb85-7f71358c4b46"}}],"status":"accepted","resourceType":"Task"} +{"id":"a98edb84-7ecd-5f11-8607-a9fc7da73285","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000692"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5ec84f61-0fe3-5bde-ba5d-1e3000c5fb09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3e154d8e-e3a2-5df2-baca-81c9fe4126de"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3119b02f-3f3c-5dde-b6e6-04c1e698bb75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c78d973c-a7af-5642-bc37-887535ca244a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ef9f68d-b374-577a-8217-046935e85ad8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3119b02f-3f3c-5dde-b6e6-04c1e698bb75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c78d973c-a7af-5642-bc37-887535ca244a"}}],"status":"accepted","resourceType":"Task"} +{"id":"661fa14c-d384-58d1-8ff5-693a38695184","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000693"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8fb21bf5-d4d9-565c-a25a-798299df8dad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/77626df0-41db-5e4d-84cf-63374844723f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd294a36-ef8a-56f9-9bae-39e19f170e25"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f23b915-c74d-53c6-9c61-f54ee4d48ce2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5fa74c65-7a1f-55ab-9fb1-ee0f3664c902"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd294a36-ef8a-56f9-9bae-39e19f170e25"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f23b915-c74d-53c6-9c61-f54ee4d48ce2"}}],"status":"accepted","resourceType":"Task"} +{"id":"71ae77a2-c00e-5d4c-b3a2-1b09539cae93","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000694"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d7aafeee-c447-5d73-afbf-b4034496910e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8b920c58-e32f-5af3-8115-1b5f64e188c2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e75ea521-b398-5b6e-a253-135137b0639f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5068c399-c763-58e6-a010-115d3f9d5f27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4798cb0c-1196-59a0-8f3e-19362aec89d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e75ea521-b398-5b6e-a253-135137b0639f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5068c399-c763-58e6-a010-115d3f9d5f27"}}],"status":"accepted","resourceType":"Task"} +{"id":"d3c70540-5887-5d92-b812-4215aa4a5429","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000695"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fcd26f7a-c205-5baa-bec6-f54d8bea9ea8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b63ee997-573b-5b5a-89b0-4f696b7b4752"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b26427b9-5d89-5bfc-a434-a6f22170c4c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7154a7a1-4e2f-50c4-956a-937050f1bd8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46dc265d-994d-5f6d-a719-c80eaed0e39c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b26427b9-5d89-5bfc-a434-a6f22170c4c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7154a7a1-4e2f-50c4-956a-937050f1bd8c"}}],"status":"accepted","resourceType":"Task"} +{"id":"31226fa8-6c65-534a-acdb-719c890897f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000696"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c45a0f10-790a-5e99-9f8b-e1991825e5cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3ae38680-dbf8-5cd5-a4cb-2f98a338cc9e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba20f9cb-3230-561b-bf50-565288f07520"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40beca71-9ae2-5d72-8f9c-12d89c4b8d22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3efae32-7a5d-5e07-ac02-26507af131aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba20f9cb-3230-561b-bf50-565288f07520"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40beca71-9ae2-5d72-8f9c-12d89c4b8d22"}}],"status":"accepted","resourceType":"Task"} +{"id":"f35e8980-d86e-556a-acce-870a2ae05c0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000697"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d5151c61-c5ca-59d5-a140-c0b7c160a691"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9a2304a3-dd1f-58e3-8b08-5b448ce76aac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5542cfa8-d3fe-5936-ba73-b5f2e7db515c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2770a72a-d579-5048-ad71-5095e83a27a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/263687c2-b802-592c-9a20-dc594628f76f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5542cfa8-d3fe-5936-ba73-b5f2e7db515c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2770a72a-d579-5048-ad71-5095e83a27a2"}}],"status":"accepted","resourceType":"Task"} +{"id":"fe1afcbc-fa33-51a9-baeb-325e7cad959b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000698"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/39a0b031-cedb-510c-a506-f16c90aa6e77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/038bca6d-c0e8-5181-92ea-6a68e6408a42"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0af01a58-4c7d-54ef-bbd7-8937eafa26a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4eabae3f-6ac9-573f-9d8b-52a01bd3d9cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d30ca21-2b69-54a3-bf6e-97f0aec17735"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0af01a58-4c7d-54ef-bbd7-8937eafa26a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4eabae3f-6ac9-573f-9d8b-52a01bd3d9cd"}}],"status":"accepted","resourceType":"Task"} +{"id":"46e6e7e9-6799-59f4-b080-89abf94ac383","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000699"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6dd0f488-2ff0-5221-a6ac-0c93e231ea9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/95722ed1-7e13-5cf0-ad0c-d9a5646280d2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4585eecc-1ab8-5178-9e00-80ebbe0c0390"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e4d51c7-e1fd-594a-ba32-a6fec6db8fc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/668b0a60-62b1-5903-8cd2-7b0f988744b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4585eecc-1ab8-5178-9e00-80ebbe0c0390"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e4d51c7-e1fd-594a-ba32-a6fec6db8fc4"}}],"status":"accepted","resourceType":"Task"} +{"id":"fb428027-fa5a-5b68-8dcf-2cc55530b0c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000700"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/607b29de-0c9b-5a81-9afb-2fe886ba7973"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a6b035ce-f59e-5331-9362-20d2ec9a3cce"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9d410b4-eca3-50f1-a5d8-ad11b9ef15ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c1af1ef-3a1b-5301-ae9b-251292579407"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/707bbcc0-437c-58c6-a3b8-e3aca232ac7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9d410b4-eca3-50f1-a5d8-ad11b9ef15ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c1af1ef-3a1b-5301-ae9b-251292579407"}}],"status":"accepted","resourceType":"Task"} +{"id":"094bfa03-cfee-5c7c-b4c8-2f1fa4bb1f73","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000701"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/651bc90a-fe52-5252-85ab-31506ef19ec7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0b34fd30-cdbd-5ddb-91e8-fb297b98a80a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c67c390-906f-5fdd-8271-4105adf6adde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/516fbdf8-f381-58e5-9e92-1b8d8f7009c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2248c8bf-46ec-525d-8927-ec365eecae7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c67c390-906f-5fdd-8271-4105adf6adde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/516fbdf8-f381-58e5-9e92-1b8d8f7009c4"}}],"status":"accepted","resourceType":"Task"} +{"id":"eb2b481b-76e6-5a85-80b2-012f689b5c09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000702"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0fcc6a71-7936-5e3d-a270-c7c139d4862b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fb565219-11e2-51ab-9c1c-acbe0f4f4414"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9cb9aaf-d599-5529-a06b-f83f27947e24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f74c3f9b-82d7-5601-9b1e-d56fd39da355"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04d2a12b-617b-500b-b74d-f36ac30f1697"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9cb9aaf-d599-5529-a06b-f83f27947e24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f74c3f9b-82d7-5601-9b1e-d56fd39da355"}}],"status":"accepted","resourceType":"Task"} +{"id":"7bfa324f-9f72-5503-8de3-a150a3f858f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000703"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3ec60bc8-2c36-59fb-b88c-ff4f64ff7952"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e8725fa2-2d31-5004-b7a8-5eeff4713fb5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6cb02c20-00db-5689-8445-f1c754400cd3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73308728-d828-5a8f-83c8-353702051927"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2211897e-2ce2-5fa6-b422-809e4046e625"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6cb02c20-00db-5689-8445-f1c754400cd3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73308728-d828-5a8f-83c8-353702051927"}}],"status":"accepted","resourceType":"Task"} +{"id":"ce0eceb9-7e3c-56ac-b59d-12cf77888b4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000704"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/76a66820-9d47-5dbe-a11d-2cf06b1dff1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b756e78e-c7b6-5b40-8093-b6ae51a424d7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e04b4bb-e958-5539-9fda-9131809f8f6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6661b0bf-55b1-5164-bec7-ffacd83d25b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/580edb79-c4c7-59bc-b0bf-8d3dd88bc368"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e04b4bb-e958-5539-9fda-9131809f8f6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6661b0bf-55b1-5164-bec7-ffacd83d25b7"}}],"status":"accepted","resourceType":"Task"} +{"id":"999faeea-dd73-5d23-b81b-f9b799e73ed3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000705"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b2755e33-8aa5-598c-bec9-b5a767a7ee44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cb91343d-26c1-5a94-b211-540ad1599e65"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02a5a77c-4a8b-51d9-a91b-c5f4f13ba112"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1afbd7fb-27a4-52e4-bbe1-fe35aa01ff01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8586dcf7-20a6-5f2c-861f-39d677ea579a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02a5a77c-4a8b-51d9-a91b-c5f4f13ba112"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1afbd7fb-27a4-52e4-bbe1-fe35aa01ff01"}}],"status":"accepted","resourceType":"Task"} +{"id":"73333d79-7e44-55b3-aa06-25764d6aab0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000706"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e0a32672-b904-589f-8d58-263d6d5413e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5a700569-f35d-5d65-a410-07f2ecc10759"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b10672e9-7bd5-5c18-a902-a8aa054aa3d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cb8c856-758e-5acd-9ca9-013510f357ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce8019e4-6432-5e07-a9ab-ca0350f1e4d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b10672e9-7bd5-5c18-a902-a8aa054aa3d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cb8c856-758e-5acd-9ca9-013510f357ca"}}],"status":"accepted","resourceType":"Task"} +{"id":"a186a186-8089-5b78-a923-698a8b55009d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000707"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d8e68b25-2695-5082-9ae6-5f70d2ef7997"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2b484366-9493-573e-8a29-a6df0363486b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dcf7d27e-9e6b-5122-9969-01550a448385"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d9124ca-86db-5ac3-9752-17299752a55b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7f785de-31aa-5d79-a00e-84706e971a6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/424bbf75-3ea4-550a-b285-3da7514a5ec3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d9124ca-86db-5ac3-9752-17299752a55b"}}],"status":"accepted","resourceType":"Task"} +{"id":"6aafbcf9-5b09-532e-8927-4d8420739419","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000708"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e052b7f0-e6ba-58dd-845a-0b4a05860122"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d8e4b1e9-1bcc-519d-abe5-f37fd62b0c17"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c574d37a-daf9-51ac-ab01-2563ab649564"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd9b66e4-a65c-5a9b-b4cf-73371a30cee1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c6e86e1-9849-5ae0-99bf-1c4ab75a1adc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c574d37a-daf9-51ac-ab01-2563ab649564"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd9b66e4-a65c-5a9b-b4cf-73371a30cee1"}}],"status":"accepted","resourceType":"Task"} +{"id":"bef83842-33eb-51cd-b7bf-7c51e4eecd41","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000709"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/023a4a3f-2529-56d9-935a-28f27381cefb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/61453295-776d-5244-8cf0-5416e66e2cba"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f1b2bf9-5903-58ac-b560-3d306378e066"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9f10532-e481-54fa-8bd8-1be14edaa305"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa3a8c2c-69a8-551a-8371-1f1eec6c7f3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f1b2bf9-5903-58ac-b560-3d306378e066"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9f10532-e481-54fa-8bd8-1be14edaa305"}}],"status":"accepted","resourceType":"Task"} +{"id":"4796e7b6-b91a-5840-b9c7-c692c91bd64d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000710"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/18d6ac8e-acdf-511a-a74d-1349460645ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d793c7eb-ec07-56f7-9338-efe068dc2f56"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0dfd45cd-4638-5609-94a3-127d767f007e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3576fee-0d5f-50fd-bf65-936e054fdc56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4292ec4-633d-5f49-8077-c9c8463bd1d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0dfd45cd-4638-5609-94a3-127d767f007e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3576fee-0d5f-50fd-bf65-936e054fdc56"}}],"status":"accepted","resourceType":"Task"} +{"id":"50c4a43d-f707-5bea-83e9-44fbba1fb319","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000711"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0888911e-2a84-5d1c-ba55-0b7074b42b9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/af724025-97b3-548e-99c0-6f6a07e14491"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f336a83-8e00-5887-aaa8-6b85a57a5dbf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7afe76cd-703c-5071-9d81-da9cdba74acd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b143eb7-f1af-5659-9f10-b9b5bced39bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f336a83-8e00-5887-aaa8-6b85a57a5dbf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7afe76cd-703c-5071-9d81-da9cdba74acd"}}],"status":"accepted","resourceType":"Task"} +{"id":"43b2757a-fd11-5d48-bbaf-a90ad90ef74b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000712"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c9bc8fb3-0ae7-5afa-9095-72b36c737fd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/74585059-856c-5acc-8162-76f5c83b9134"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df55caaa-367b-5761-aee2-ae51bcc96fcf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd122cb3-8b21-57d3-83aa-07155558fd81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f07a250a-41c0-5f87-9342-1c5b75e204cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df55caaa-367b-5761-aee2-ae51bcc96fcf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd122cb3-8b21-57d3-83aa-07155558fd81"}}],"status":"accepted","resourceType":"Task"} +{"id":"02a3ae02-f9d3-5575-bce4-0b087f4ae257","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000713"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/884ae94e-c6ce-53af-b5bc-638e5d251b85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/377d6d3b-068e-59c0-a46e-226efdd859f5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f3ff125-20db-5077-9870-2f7ce5a3874a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3aeffe7-b287-5321-b7fe-f6f56bfefae1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/080e54d0-75e6-5ecf-867c-7dc7642a786a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f3ff125-20db-5077-9870-2f7ce5a3874a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3aeffe7-b287-5321-b7fe-f6f56bfefae1"}}],"status":"accepted","resourceType":"Task"} +{"id":"0f3d5ecf-a259-50d8-9e17-ecf45b0229ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000714"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ab8cfd21-605c-50e3-811a-3cdbec9df9b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/57321f7c-39ff-5516-8eea-7a21833dac24"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f62c8528-0e9d-516a-8840-9e7e57fcf8dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3a94ffc-92d7-5e52-ba78-0cc65c442d2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61b67b22-0bc1-57b8-9016-a96af37bd61d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f62c8528-0e9d-516a-8840-9e7e57fcf8dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3a94ffc-92d7-5e52-ba78-0cc65c442d2a"}}],"status":"accepted","resourceType":"Task"} +{"id":"d20199fc-d120-5804-985a-becfe8042753","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000715"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5f3715f3-6a40-5d03-9a80-c0487695f61e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dd367aaf-9376-5a71-8435-46d13caab5cc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf667516-5adc-5109-817e-0446d89d3d22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84d54564-3146-527d-a574-b2de1a36a418"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed49c1c9-c000-5c07-a3da-7075f0d8d01f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf667516-5adc-5109-817e-0446d89d3d22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84d54564-3146-527d-a574-b2de1a36a418"}}],"status":"accepted","resourceType":"Task"} +{"id":"65d85a8d-6184-5e9b-b6bb-b1443cc18a56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000716"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/054a1785-5c8e-5864-ab76-a934e984fb0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d05db307-09b9-5117-98c1-c09e0afc884c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc11039b-1534-57ed-a9e3-f83f7e94f397"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0bdcff1-1577-5f81-95ff-066bc2ced778"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/726347dc-fe62-54be-9fcb-210446effe25"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc11039b-1534-57ed-a9e3-f83f7e94f397"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0bdcff1-1577-5f81-95ff-066bc2ced778"}}],"status":"accepted","resourceType":"Task"} +{"id":"2c104455-5d91-57f5-9262-92e326c6e3fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000717"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0e1dca93-53e2-5fc2-b0b0-55f4d52d920d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/276d64ef-7fc4-54da-88da-3986850af3eb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30185ab2-bdf8-5fd2-8ca1-8fb8143022d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e440a56-9342-57fd-999e-c76422ea9512"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5941900d-8088-5003-9817-adcbfaba5cbb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30185ab2-bdf8-5fd2-8ca1-8fb8143022d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e440a56-9342-57fd-999e-c76422ea9512"}}],"status":"accepted","resourceType":"Task"} +{"id":"eb30b229-cb7e-58c8-8d09-3ab76bdc57c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000718"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/02fa90ac-6d15-541a-80fa-010451afc7b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/087e82f0-4d5f-568d-8997-2f2fdbf25d36"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fbd9711-3f1a-5092-8b87-028c265f4e1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4a7e7e7-96ef-50a0-b1b9-92bb64930e96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2f9faed-f066-5c30-94f8-ff7837025c23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fbd9711-3f1a-5092-8b87-028c265f4e1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4a7e7e7-96ef-50a0-b1b9-92bb64930e96"}}],"status":"accepted","resourceType":"Task"} +{"id":"2ff52afa-8c49-5519-9870-786e068bc434","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000720"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8a6ca7d4-da1b-5b23-8ea1-894e157cf651"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0cded990-5b5d-5e20-ae20-44fac3c2d43d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed347ac4-6c32-5877-8353-d789ec48ac3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c82307d-1d02-5933-aae0-54a175af5628"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10c223b5-8214-5d2f-902b-064e3cf706e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed347ac4-6c32-5877-8353-d789ec48ac3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c82307d-1d02-5933-aae0-54a175af5628"}}],"status":"accepted","resourceType":"Task"} +{"id":"b8215032-c3c0-544d-a8eb-a2817e937f05","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000721"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d80352ad-e696-528b-9a0f-8e934d5d38cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3e3d0de9-7c99-58b9-a24d-6d49fd4570c6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee750f51-b89a-5d71-aa89-a57e0c755702"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a93a60b-35e4-5224-9cde-e37974a69bfa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d91f70a-b762-5ff2-a14b-1551240e8b74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee750f51-b89a-5d71-aa89-a57e0c755702"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a93a60b-35e4-5224-9cde-e37974a69bfa"}}],"status":"accepted","resourceType":"Task"} +{"id":"e6b29ee4-dec3-5c2f-a8d9-0fe09432e5ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000722"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a528761f-65af-5ba0-acf4-454222a676aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0c6df0f6-bd72-5b22-9273-caf4fc30e198"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/201cce0d-fa89-5356-9c2c-6cb4a3df40da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ed6cda4-8869-555b-999b-34b775c68a6d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b686ad78-8ef7-5e18-b445-0f1aafc06abd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/201cce0d-fa89-5356-9c2c-6cb4a3df40da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ed6cda4-8869-555b-999b-34b775c68a6d"}}],"status":"accepted","resourceType":"Task"} +{"id":"3e8085c3-877a-5a1c-a0d8-a95db743c11e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000723"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/30ed2eff-5444-5ca3-b7cf-6c935ba062b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8a32fc32-8f10-5ba4-b2df-e7220c7139b0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/652aff64-832d-57a1-9000-894d8e554087"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c0c48e5-7986-50c0-9fcc-6662bedab58a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5bea3bb2-1e9b-56a3-a2a8-cddbdf8168c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/652aff64-832d-57a1-9000-894d8e554087"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c0c48e5-7986-50c0-9fcc-6662bedab58a"}}],"status":"accepted","resourceType":"Task"} +{"id":"df6f472d-74e1-5d65-961a-cc84c47bae0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000724"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/55ec200a-c56e-5794-96a6-d8030c2d076f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/32510578-2b29-5aac-bdb7-c01fa3f9af36"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f11b01e-9c4f-5845-8158-f49a37887631"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ad2add3-8327-5058-8aec-3cf05d61b80b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/772b88c3-800d-5d5e-b9c5-47801d8da8b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f11b01e-9c4f-5845-8158-f49a37887631"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ad2add3-8327-5058-8aec-3cf05d61b80b"}}],"status":"accepted","resourceType":"Task"} +{"id":"21698c2b-62b8-596e-b191-a23fd4eb1e9d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000725"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0038dcca-bd13-54a8-8639-40b9bf681519"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ab8e8d9f-9f51-511b-bd11-2d95082cde6c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea7ed245-e6de-521d-b550-ede4970e395a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4400dc25-5bcd-5e94-be4d-15972744ce1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f857dced-0600-562a-87de-71ffb7302445"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea7ed245-e6de-521d-b550-ede4970e395a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4400dc25-5bcd-5e94-be4d-15972744ce1b"}}],"status":"accepted","resourceType":"Task"} +{"id":"272b11a8-1271-5826-a8b7-b939ce758794","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000726"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/803b70c1-c788-59c0-a54f-ef0705a6a43e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d32e3d84-039d-595a-8069-fb392ec6a792"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90b3830f-1d2e-52c2-a92a-6da239e81066"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f021c51-d686-56e1-87ec-c1986aabd80e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5aa9b348-ac83-59c1-b4f1-3612d65f0ce7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90b3830f-1d2e-52c2-a92a-6da239e81066"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f021c51-d686-56e1-87ec-c1986aabd80e"}}],"status":"accepted","resourceType":"Task"} +{"id":"234c0d4e-80f4-5442-92b0-fb4b2c8e1720","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000727"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/208b0080-d99b-554f-b2bf-221f3bdc84fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8dc42c0f-46ec-51a4-b1de-2d4b1b0570dd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ea6cd99-456f-5c62-9c77-919702413289"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/220147b1-2ec4-5c83-9508-2f686b52f51a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fe96def-63d7-550e-9292-814f9e00c6e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ea6cd99-456f-5c62-9c77-919702413289"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/220147b1-2ec4-5c83-9508-2f686b52f51a"}}],"status":"accepted","resourceType":"Task"} +{"id":"8dcddc3f-ef09-5040-b7f5-2384bfce3f0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000728"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c5f65a2c-f3f7-541b-abff-2fdbb773d1a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/42a5b12c-e6bf-5e88-8433-58769cc3ab15"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9816000-5a5d-5e48-8dfe-265e802b2aae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f167d9c-ddac-50d8-83be-057ea950231e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a806bd23-3b28-5b3e-998d-07e06b5afad4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9816000-5a5d-5e48-8dfe-265e802b2aae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f167d9c-ddac-50d8-83be-057ea950231e"}}],"status":"accepted","resourceType":"Task"} +{"id":"517f6782-195f-51b5-954d-3549fa465c5e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000729"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/293628d6-ca42-5a48-bfe6-9c77b24cb1d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6553c392-3501-58ee-af4d-355903e7d9a7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e3036e1-6d58-5b90-a01f-c6ca1128252d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d2d0bba-d259-5ad3-9c70-62741b907f97"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a888f55-01c0-5420-afcd-af81906753dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e3036e1-6d58-5b90-a01f-c6ca1128252d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d2d0bba-d259-5ad3-9c70-62741b907f97"}}],"status":"accepted","resourceType":"Task"} +{"id":"ff7f8822-41f9-51f0-902a-ddc917b51bb5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000730"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fab9a57a-dd04-5ae2-98fb-1ae8ad60f12b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4a8a9d77-cc8d-51ce-912b-083b0fc588b2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95dc3eb8-8e47-50fa-ab9e-49c1828d26b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c65851f3-1e74-5591-83e8-62612cb6b0a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd145ceb-1a8e-5ec7-9ce8-c903d52818cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95dc3eb8-8e47-50fa-ab9e-49c1828d26b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c65851f3-1e74-5591-83e8-62612cb6b0a1"}}],"status":"accepted","resourceType":"Task"} +{"id":"80c2fab8-359b-5a98-bf6f-da1c2b8f4df1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000731"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/68859e95-a947-537f-86b5-c97f8cdab6c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fd8161f9-b187-5122-b72c-1d363af9c759"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/467a0f47-8814-5a27-847b-7623097e11f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8d5c8cf-1a1d-58de-8bd9-32393554c5e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1c8c797-5220-5534-aebb-e8bcf0e83a2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/467a0f47-8814-5a27-847b-7623097e11f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8d5c8cf-1a1d-58de-8bd9-32393554c5e9"}}],"status":"accepted","resourceType":"Task"} +{"id":"d447ab25-4bbd-58eb-9893-e13949d57745","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000732"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/48195c8f-1393-51fc-ab70-f15d14e47714"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c4652247-7554-5fba-aeb8-924ba462ab24"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c87d837-c841-54ec-b48e-74a48339a785"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/492618e4-ee14-5e2c-9a22-c33f038ac3a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98cc36b8-5e87-537d-9abe-ee8f6901e28f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c87d837-c841-54ec-b48e-74a48339a785"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/492618e4-ee14-5e2c-9a22-c33f038ac3a2"}}],"status":"accepted","resourceType":"Task"} +{"id":"368a174e-0572-52ab-bcd7-2bf42952b08d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000733"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/63613dfc-381f-5c51-8603-cd212e2afbc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/67a9f492-0f26-532a-b2ae-e9badff4bd5b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6c2e5e2-911d-5e84-8d64-60a92b09f84f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3862a8c2-b4e3-561c-b038-5c5a55d641ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c47efdc9-d4a8-51b7-a3f7-8875b70e91bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6c2e5e2-911d-5e84-8d64-60a92b09f84f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3862a8c2-b4e3-561c-b038-5c5a55d641ab"}}],"status":"accepted","resourceType":"Task"} +{"id":"38607d22-7013-5067-abe6-ec9dcb8d01b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000734"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/81d4c3fe-4e44-55e0-b8b9-a93bc481e24d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e9510d3c-a859-5385-ab59-3b3a983bb319"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0edd5b7-4fd6-5f07-a504-c37b3316b778"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddeefb84-f8c4-5a13-872f-5bf49f50cd14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94993d39-cfb3-5a45-896d-558f6b5180b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0edd5b7-4fd6-5f07-a504-c37b3316b778"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddeefb84-f8c4-5a13-872f-5bf49f50cd14"}}],"status":"accepted","resourceType":"Task"} +{"id":"d7599745-4c9b-5251-949f-ec115552dfab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000735"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a721d8c2-b27e-5a4d-b7d5-e45da6016ff9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/09beaef1-27ed-5da8-914f-fec1b1b95ecf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f759ed6b-068f-5ac9-8b7f-b4a262f042fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bcb5fe8c-7e9d-5a05-a2a5-e8b9f2fbb7b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27a6b01a-24d7-576f-a250-38f445547865"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f759ed6b-068f-5ac9-8b7f-b4a262f042fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bcb5fe8c-7e9d-5a05-a2a5-e8b9f2fbb7b7"}}],"status":"accepted","resourceType":"Task"} +{"id":"04dcde75-e7e3-5076-bac3-32c262834d10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000736"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1d6b98c3-7ec6-534b-bd02-0ae24f420909"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7562b9f9-deb7-5ad7-99c2-9fd869da8026"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91b5285d-0c74-5dfd-9955-02d6db2cd5ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e2e7b83-e673-5d9b-ab08-5c7f99e9d964"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8435f61b-c8d8-5e2a-8a06-439830e3ee97"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91b5285d-0c74-5dfd-9955-02d6db2cd5ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e2e7b83-e673-5d9b-ab08-5c7f99e9d964"}}],"status":"accepted","resourceType":"Task"} +{"id":"a8bba81c-9c0f-5e9c-9086-ef951d04acaa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000737"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/438a0936-08f0-578f-98f3-4615eab4d7e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1ea8fcd5-7661-52d4-99f7-9cf23fa2b2cc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4537b4c3-94bd-5c50-9d57-87ad0a5c56f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16fd9859-2431-56a6-be7d-45e60b646ddf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00e9ed44-90c1-562b-8aea-547ff6feed15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4537b4c3-94bd-5c50-9d57-87ad0a5c56f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16fd9859-2431-56a6-be7d-45e60b646ddf"}}],"status":"accepted","resourceType":"Task"} +{"id":"62312f82-c666-50de-ad13-aacf8992a952","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000738"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a41e3c01-8503-5667-9c23-fc6d32858e4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a925817b-d252-5fba-afe1-e24723ec0c18"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ccbddf79-6afa-5174-8084-dfbe71789d4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88bf5542-5869-5062-89af-45523bb3396d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77263d0b-b550-5ebd-b09d-781b33220127"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ccbddf79-6afa-5174-8084-dfbe71789d4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88bf5542-5869-5062-89af-45523bb3396d"}}],"status":"accepted","resourceType":"Task"} +{"id":"904ea671-09a8-5f40-9563-44ab89bbf9e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000739"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aa1dc98e-9203-59e9-ae02-eb6c0f827a4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/235321d7-9744-53ab-bcb4-5609ebe032d4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2b4ddde-e661-57a9-b470-b50f03b3152b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6437b53-c9fb-51cf-9d4f-50a56a6137da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0ef2e3c-3320-5159-b20c-0f61d45a897f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2b4ddde-e661-57a9-b470-b50f03b3152b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6437b53-c9fb-51cf-9d4f-50a56a6137da"}}],"status":"accepted","resourceType":"Task"} +{"id":"2437e08a-cd23-5618-ba4b-ba24b00b29f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000740"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6d08e3cf-727a-562d-8ad7-be3fbb894ebd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/feb28af3-258b-5a98-8143-5c42eb58ee5a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c483601-d3be-5160-9c0d-5eb796587e2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1af440aa-df81-528d-98f0-9d8e8db4e840"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a02ed2e-d014-5239-a3af-5f68d9183210"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c483601-d3be-5160-9c0d-5eb796587e2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1af440aa-df81-528d-98f0-9d8e8db4e840"}}],"status":"accepted","resourceType":"Task"} +{"id":"990219b7-7d96-5cd6-a196-6ac77422733a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000741"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/66fce958-16c0-5e37-affa-b9f1129fdf79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/307a3d1b-89ed-576e-b891-f8263bfa26ad"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b788a2b-da8a-5ed4-9641-18d751e9c120"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af77f078-5c1e-5cf4-9a8f-6d1d93c05e9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/132896d3-9f95-52c4-be83-227bc0d11b72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b788a2b-da8a-5ed4-9641-18d751e9c120"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af77f078-5c1e-5cf4-9a8f-6d1d93c05e9f"}}],"status":"accepted","resourceType":"Task"} +{"id":"599ec18c-8c04-5dbd-8068-fea089abd4b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000742"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/95fa7133-f391-5a31-8fd8-66eecf4a4d88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b802b3ac-a011-53f2-a9f2-f05e70a8f7bf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb2d130f-2484-5abb-b2c8-0cbb53f86a61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37457d46-c3b7-5862-a831-d6dc7e7ab1a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66dd259d-1817-52e1-b944-f4eabdd39b41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb2d130f-2484-5abb-b2c8-0cbb53f86a61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37457d46-c3b7-5862-a831-d6dc7e7ab1a2"}}],"status":"accepted","resourceType":"Task"} +{"id":"0996502c-0838-50dd-af27-b6ebd809591c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000743"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2daf2d45-c009-500f-8a67-9c27dfaec7a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1d37a170-920a-5516-9d80-2f49f186e83c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8e950d4-9442-5b2a-a4d1-3a81fb760740"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7afd2545-0b27-5ed8-96b6-454c4a42566c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c29ae21-14d8-5695-a17f-4d8992141da4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8e950d4-9442-5b2a-a4d1-3a81fb760740"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7afd2545-0b27-5ed8-96b6-454c4a42566c"}}],"status":"accepted","resourceType":"Task"} +{"id":"bb7af903-63cb-58b8-92b4-3090324f1c6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000744"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a0ba4392-bbf6-59fb-8faa-6fcba960b43a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/da4e4f5c-8dc8-5635-adaa-a37ed258c429"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50f33c5d-721a-5ed3-826d-235238ff62e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1712b52-707b-5e46-b19d-a13a81c53a36"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41e9d343-4c66-5ca4-9e52-0e007d7150a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50f33c5d-721a-5ed3-826d-235238ff62e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1712b52-707b-5e46-b19d-a13a81c53a36"}}],"status":"accepted","resourceType":"Task"} +{"id":"0d96a977-9083-5adc-b560-1b1d72eb7c02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000745"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/54b804bc-3872-5844-a524-b588079b0e90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b1de3fe8-cc27-5c46-8078-e344edf2a1cb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/631fd839-6ef5-5247-b4c9-50bec65374dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16ef3088-b82f-5cab-9f14-25005280b768"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6a84cf3-7615-5843-88d3-026e56e0eedc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/631fd839-6ef5-5247-b4c9-50bec65374dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16ef3088-b82f-5cab-9f14-25005280b768"}}],"status":"accepted","resourceType":"Task"} +{"id":"3be627be-6a67-5aa3-9521-959a98168910","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000746"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/513c3307-e404-558c-b1cc-989aacdadf15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/85a5bd15-f2ad-5808-a6ca-89f75a5386a1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c211dcb-d2d3-58ee-b2e7-6be5327cdf3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15dbb31d-33a6-545d-8ce3-040723664045"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66d0c78d-0886-51a2-8f67-b699cfd608ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c211dcb-d2d3-58ee-b2e7-6be5327cdf3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15dbb31d-33a6-545d-8ce3-040723664045"}}],"status":"accepted","resourceType":"Task"} +{"id":"2f41df1c-19c3-583b-8238-b6787558d438","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000747"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/637c8ab3-9ed9-5a31-9b6e-fe1c274c6585"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/885bde4b-a4bd-5377-a0a7-a608d404872a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4718e92-6ff5-5b1f-a351-2112a3c9e1a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe321376-aba2-5db9-afe8-f68fac5285f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/637bd56f-eeea-5f18-9456-adc37977d077"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4718e92-6ff5-5b1f-a351-2112a3c9e1a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe321376-aba2-5db9-afe8-f68fac5285f2"}}],"status":"accepted","resourceType":"Task"} +{"id":"a3baea51-a89f-5591-9587-9044d638f14d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000748"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a487ecba-d313-5e11-a34f-5702d4468649"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a7db82fd-693d-5a56-9414-69a65f55c621"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59e06d6d-778c-59de-8189-4507d62c39e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61eb22cf-6dec-512e-b58d-869f61f9f09c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d71ecd8-ac2c-5b8e-a10a-476fb20a3cfd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59e06d6d-778c-59de-8189-4507d62c39e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61eb22cf-6dec-512e-b58d-869f61f9f09c"}}],"status":"accepted","resourceType":"Task"} +{"id":"99e4ebe5-627f-5b93-8e32-aeb4069b4561","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000749"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/52a20819-cb6c-5f3a-8124-0212883f8a98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fac27b0e-a97f-5c9b-8e25-910c1f5d4c71"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09282a83-fdb6-53a6-9af1-9420aeaec491"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d52b9baa-f750-5afc-a3ed-44f4232b93ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e400b553-f8d5-5b5a-8c0b-af4bd5267cba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09282a83-fdb6-53a6-9af1-9420aeaec491"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d52b9baa-f750-5afc-a3ed-44f4232b93ae"}}],"status":"accepted","resourceType":"Task"} +{"id":"d3a3cda4-12c8-578a-a8e3-991183bca2ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000750"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1755f74f-dc85-56a0-917a-beb95726632c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bb875428-7896-5c3c-88fa-e2d3166a5a18"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e492e3f-21e3-51a0-8cb0-be9b1e238126"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f68b1a7-6281-5855-a794-0c096cf193fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbe67a3b-21da-55c6-b31b-fc574afac27b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e492e3f-21e3-51a0-8cb0-be9b1e238126"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f68b1a7-6281-5855-a794-0c096cf193fc"}}],"status":"accepted","resourceType":"Task"} +{"id":"f5ee5207-96be-508f-8ac9-eb4ef9328a46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000751"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/451e71f3-1118-53b9-abaa-92d132147bd2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b09208ff-5ba6-5639-9cbc-01619274c02e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0bf1b96-a061-5052-882c-0166b59ee836"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4111fb47-5c1b-5047-a585-132bc16f3d5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4243ef3-8cf3-5d65-a33b-49ae54eb5342"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0bf1b96-a061-5052-882c-0166b59ee836"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4111fb47-5c1b-5047-a585-132bc16f3d5c"}}],"status":"accepted","resourceType":"Task"} +{"id":"476fae77-9b70-55a6-86a3-1493094b7bec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000752"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9f9cc3c1-f445-56ae-a628-1cbce1fee465"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/253451e3-bd9a-5e30-b199-b9202e143cd7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5aa67a2-b1c4-530b-8974-5713ee6f5400"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd0f5cc3-3aa3-5550-84dd-76328e7943e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1408dcdf-9a14-5bed-be09-d63227f5e3b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5aa67a2-b1c4-530b-8974-5713ee6f5400"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd0f5cc3-3aa3-5550-84dd-76328e7943e3"}}],"status":"accepted","resourceType":"Task"} +{"id":"8287fb8f-abeb-5345-8105-e2318eab6ef0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000753"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0dee3f0b-9677-5442-9415-b9f36a59cf31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1d84839c-60e5-552e-bd9a-83e649d5101b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/652f1ae8-076c-5c87-837d-b00e6a02ce9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2d95c4c-4d96-58a9-8238-eca215beb7d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d714c7c-9341-598b-8fa3-6e540340853f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/652f1ae8-076c-5c87-837d-b00e6a02ce9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2d95c4c-4d96-58a9-8238-eca215beb7d3"}}],"status":"accepted","resourceType":"Task"} +{"id":"9430ad74-dedf-515c-8286-6e74a3449c95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000754"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2c7dc64f-93be-532a-ad67-87d52c9f4203"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/63ebfb44-b6fb-5c0f-89e8-067b7337c38d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4281194b-c76d-5771-8b7b-ef7e8e49bf09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/538e09ab-0bf2-5bc7-b109-d36e5bc94880"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf655165-1798-5800-87d7-f7294a66ac02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4281194b-c76d-5771-8b7b-ef7e8e49bf09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/538e09ab-0bf2-5bc7-b109-d36e5bc94880"}}],"status":"accepted","resourceType":"Task"} +{"id":"b0e889e3-1db5-56bf-9231-74cb8edc999f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000755"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/11449edd-0b38-597a-a070-6bf8a0d32c4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5abdeb6a-568f-534a-8556-9aa08d15f761"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4ba9066-465a-5e9d-92c3-9ce6733f0f2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4083442-cc4b-58cd-bfc9-0756fdcfa614"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f010c144-76ad-5dcb-9950-4e0b611faa1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4ba9066-465a-5e9d-92c3-9ce6733f0f2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4083442-cc4b-58cd-bfc9-0756fdcfa614"}}],"status":"accepted","resourceType":"Task"} +{"id":"cd11196d-edaa-5956-89a3-efb5e36dad8b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000756"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/69806400-7ce1-56f4-a5d8-33bd6277560c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/45d49497-be7f-57f8-a19f-b9b9c69c39cb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4173cd8-7938-5020-b655-c8747b32b2fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/534c9db9-c800-5cb9-9d82-cb87c97ffd03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67f6d65e-7cf4-5092-81ab-65f78715690b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4173cd8-7938-5020-b655-c8747b32b2fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/534c9db9-c800-5cb9-9d82-cb87c97ffd03"}}],"status":"accepted","resourceType":"Task"} +{"id":"e0ba15d3-9c7b-5ad8-80a1-f7bf4a0bb8ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000757"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8ebad833-55ba-587b-99f9-8b96c909fb3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/efeec8cd-5469-54ee-8cfc-a4cbca4e13af"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d6127d9-01a3-5278-b722-951a8a6e6c19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc66f299-5300-5a89-bbfa-7ed177a77908"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee5b53b0-f313-57cc-bb5e-1e79b550f4c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d6127d9-01a3-5278-b722-951a8a6e6c19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc66f299-5300-5a89-bbfa-7ed177a77908"}}],"status":"accepted","resourceType":"Task"} +{"id":"4c3bf4ae-1fbd-59f2-a90e-c943be3512d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000758"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7bec8dcf-13f0-5c3f-be91-c434ba24ba8f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1c749af1-2443-5f10-a70c-c9f2b0988f78"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db0d79e0-1cff-5896-82e2-7e8bab8cfb00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfb4cd35-cdaa-5b9d-9694-a58b2230cdcd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9203049a-ce0b-544a-afd6-12db3df3f488"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db0d79e0-1cff-5896-82e2-7e8bab8cfb00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfb4cd35-cdaa-5b9d-9694-a58b2230cdcd"}}],"status":"accepted","resourceType":"Task"} +{"id":"d52ac67c-bc3f-5be5-951e-3cb24ab48f84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000759"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c9bb6742-1983-562e-8347-bd5395d6e02e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a572ed51-eb68-5a2e-bf46-b08442650ca5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64336f7f-d6bd-5fc8-9e3a-cab02a536105"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1cb5cf6-ba36-591f-a702-93f0737cc6ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb252942-ed48-5cbf-9a93-96daf99256c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64336f7f-d6bd-5fc8-9e3a-cab02a536105"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1cb5cf6-ba36-591f-a702-93f0737cc6ca"}}],"status":"accepted","resourceType":"Task"} +{"id":"7f1600fb-e746-5aa0-9408-4d40e950e79c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000760"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/38e85aa2-c301-5fbb-abc3-b331faf627d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/855f4f86-1b71-5d34-8970-071a287398f9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39de60c5-c7b8-5e9c-8d64-ae82c90e3818"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cb37fd9-099b-5ef2-ae08-607c32e775fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c310fdcf-66b0-5272-a657-aeb004a54ce3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39de60c5-c7b8-5e9c-8d64-ae82c90e3818"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cb37fd9-099b-5ef2-ae08-607c32e775fa"}}],"status":"accepted","resourceType":"Task"} +{"id":"cd57daee-c6e7-5a95-9f03-92b63b5a1374","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000761"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/96a05196-ee5c-5e74-9a07-49b65c6110de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4334cc23-c189-5007-84c9-b2c28095ba00"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d5250ac-295f-53c4-a1d2-fb9b11c97a21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c94ca339-779b-589a-a809-ee40dc29b4a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88372751-889c-53dd-820b-9aa7d8770afc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d5250ac-295f-53c4-a1d2-fb9b11c97a21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c94ca339-779b-589a-a809-ee40dc29b4a9"}}],"status":"accepted","resourceType":"Task"} +{"id":"ca9b06e4-02ac-5db0-8bc4-8b48afde2830","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000762"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/065df4b2-57a7-5e5f-8053-cb48a8bbc8d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0552b178-6ff8-5dbb-9da0-6976aa5bee78"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b8ded51-c61b-5f5e-ac58-a002821a75d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b17face-7a5c-52e9-8da5-659c5e8a9323"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f02525c7-d129-5a1b-b5c7-792c1a216930"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b8ded51-c61b-5f5e-ac58-a002821a75d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b17face-7a5c-52e9-8da5-659c5e8a9323"}}],"status":"accepted","resourceType":"Task"} +{"id":"ed10d40b-866f-5b90-8e62-1818b1133eaa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000763"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3a69c9cd-2b30-5f96-9250-00872067510f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ab5d7914-b283-5e1c-b815-8e54ea439972"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f355121-0c5f-56bc-bc51-ccb62df4fec0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06af0a2a-9f48-5774-bf91-7c6ad0079c74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e56d0ba0-81b1-5454-9aee-877a07181d23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f355121-0c5f-56bc-bc51-ccb62df4fec0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06af0a2a-9f48-5774-bf91-7c6ad0079c74"}}],"status":"accepted","resourceType":"Task"} +{"id":"215dcc92-5ffc-5de8-b3eb-c22bd65a3ece","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000764"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c3f5188a-0678-54c3-8af6-b778c7eb7a76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/17ea4f6d-2633-5475-9326-1778eff8aeb3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52d58c99-1dde-5858-abce-01afd9eab5b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8497ecab-a013-50dc-aa1b-02fb34c01b10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a83a71b7-8aa7-5253-a0d8-9cce5184ce78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52d58c99-1dde-5858-abce-01afd9eab5b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8497ecab-a013-50dc-aa1b-02fb34c01b10"}}],"status":"accepted","resourceType":"Task"} +{"id":"046057eb-8efd-52c2-9d9d-c8cffc1f9714","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000765"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/daed0ec4-d880-529a-b938-208d0508fad3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ba7240c6-e3d8-5f1a-9e11-ebc5a2dca85b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68f28ff4-2df7-5bb1-b789-6abdc036861f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad442f0f-1867-54c1-9c3b-4a926d341a0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad260d3a-36d7-5453-8062-849fb55e28db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68f28ff4-2df7-5bb1-b789-6abdc036861f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad442f0f-1867-54c1-9c3b-4a926d341a0e"}}],"status":"accepted","resourceType":"Task"} +{"id":"7b28e1b1-57d8-5450-a5d5-c8fc2da908ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000766"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9f49317a-1a7d-5f56-bed6-b157e4b15550"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e791d5cf-ac62-52aa-926a-2b234e5dbbbf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3212cb8-a28a-546b-80ed-adec9f8828d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/345140ad-146e-5733-8702-239a174cc1cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc055837-25f5-536e-9185-97ccd87b493e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3212cb8-a28a-546b-80ed-adec9f8828d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/345140ad-146e-5733-8702-239a174cc1cb"}}],"status":"accepted","resourceType":"Task"} +{"id":"51c5ac0b-cf10-53a2-ad54-75577d35b0e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000767"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f6a45641-aa24-59e1-a855-f43770df6e20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b7cedb79-7dd6-575e-898c-ff8b7a60f785"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00143713-9e0f-5eb2-a0b7-2382e46a92bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a25728c3-9145-5fa8-81ab-5d5f4ebb1abf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/285b0fd5-392b-558d-910f-67b7e109307d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00143713-9e0f-5eb2-a0b7-2382e46a92bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a25728c3-9145-5fa8-81ab-5d5f4ebb1abf"}}],"status":"accepted","resourceType":"Task"} +{"id":"2f2e40c4-f645-5748-9162-c939b752c993","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000768"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eaf28b0d-9e0f-5632-9527-8f21bdb697d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1c6e5a6a-352c-5111-a41f-d04dce07ad5f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/555258c8-56b9-5c95-90b3-def9d8ab1789"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2489c31-0aa7-53bb-82d7-81edc3d97c71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/576ef0fe-3cf3-577a-91d8-3a6f13fe6ff6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/555258c8-56b9-5c95-90b3-def9d8ab1789"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2489c31-0aa7-53bb-82d7-81edc3d97c71"}}],"status":"accepted","resourceType":"Task"} +{"id":"947d4aa5-3dc0-5f24-aecb-c0a2a88f0723","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000769"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f5a86008-85f4-5812-b776-5aa202c447c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2595dea8-1524-5b33-8425-d881134fb9ae"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08deebda-5f0d-54a1-b46d-58a7bd988262"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e0db9ff-eb4b-512f-bb66-823fdd84bc57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8846fe4d-2646-5077-95fe-111437068814"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08deebda-5f0d-54a1-b46d-58a7bd988262"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e0db9ff-eb4b-512f-bb66-823fdd84bc57"}}],"status":"accepted","resourceType":"Task"} +{"id":"d188100e-90c1-58e9-85c5-d6c29e6ca9a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000770"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/61a2fab1-fd4a-5698-9bab-98be00adf1af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/155f849d-af6e-5dab-8d7c-e3b7a6544c74"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05a4808c-fec4-5853-97b1-adef8e3b7d02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c45dd1f-e72d-5678-bd41-f0e3913bdd2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d814927-be7c-5784-96b8-e76f4b6d4099"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05a4808c-fec4-5853-97b1-adef8e3b7d02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c45dd1f-e72d-5678-bd41-f0e3913bdd2c"}}],"status":"accepted","resourceType":"Task"} +{"id":"312010c1-ebbb-5089-a897-94055860df2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000771"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e15b1397-ff16-5076-9a65-24e0593e1d32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0c7c2974-2bd7-595c-9e35-4069cacaf76f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16f76065-f74e-5ac3-8b25-9dbea2025b13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f71ea2a9-1765-5a92-9d6f-f9b9826ebcbb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d0fca6f-3a4a-5a09-b249-6c558524115b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16f76065-f74e-5ac3-8b25-9dbea2025b13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f71ea2a9-1765-5a92-9d6f-f9b9826ebcbb"}}],"status":"accepted","resourceType":"Task"} +{"id":"d57aff55-66b6-5db3-b2b5-f8ffb6405413","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000772"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cf786d70-1d07-5b0d-8047-6fe081641f4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2a066209-610f-5b47-ad4a-33106bce7551"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/befd8006-1710-54d1-8f62-11094656f398"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd1b162d-4187-59eb-b9c3-ce9d42380d88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12b835f9-719b-56d2-877a-80ddefbfdc41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/befd8006-1710-54d1-8f62-11094656f398"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd1b162d-4187-59eb-b9c3-ce9d42380d88"}}],"status":"accepted","resourceType":"Task"} +{"id":"36910a27-0708-50a7-9b5f-2d0d9ec6042c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000773"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/32037497-3078-59eb-a769-3df97d052fff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/51fbd209-bc6e-5937-9d79-018bc343b78b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ce66805-0ca5-5b36-816f-f70db7ff8388"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65035d8e-92c5-56fb-ba08-d75abeecd118"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c4a109e-b2fe-5609-a6ea-7e0098aa930e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ce66805-0ca5-5b36-816f-f70db7ff8388"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65035d8e-92c5-56fb-ba08-d75abeecd118"}}],"status":"accepted","resourceType":"Task"} +{"id":"c9d040ab-7e6b-5ee4-860e-0cf4636e9970","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000774"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0fbd6254-9cb6-5a9b-9533-08f6fbaa74d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8d10d3d8-3730-50f4-a123-18c3917bf537"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c65e42ff-aaf7-5f2f-b168-78e9b5abd018"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b637eb98-d22b-513e-ac5f-d347103fbff4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a721431-c6d2-56f3-94a3-096f8c6c1834"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c65e42ff-aaf7-5f2f-b168-78e9b5abd018"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b637eb98-d22b-513e-ac5f-d347103fbff4"}}],"status":"accepted","resourceType":"Task"} +{"id":"9df7a60c-4b66-5a73-a2b9-b837cb2e79a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000775"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2af05ccf-d3c8-5459-9dba-56e1026f1e6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/549d6312-0a31-50aa-a82b-0ae022fa4818"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39b77f82-6721-558b-bfce-561ef37327a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83577b08-ebef-55b0-b0a1-b70bdc8ad1d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abfc0cf6-41e3-5fe3-a30f-adcafa571e54"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39b77f82-6721-558b-bfce-561ef37327a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83577b08-ebef-55b0-b0a1-b70bdc8ad1d3"}}],"status":"accepted","resourceType":"Task"} +{"id":"13ce13f2-b9ba-5724-8cc0-bb1752448341","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000776"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d3bf68ea-57ea-50fa-b754-1d90a954a5d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3651a44b-58c2-5374-8302-1f469008892c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/871db047-97a3-5fd0-9e39-00d7225f4494"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98504c69-f4c3-5eb3-acdd-e5a7ab9d5697"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5460140-b610-5a58-9a09-db4b668dee78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/871db047-97a3-5fd0-9e39-00d7225f4494"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98504c69-f4c3-5eb3-acdd-e5a7ab9d5697"}}],"status":"accepted","resourceType":"Task"} +{"id":"2c402ba2-2349-5ad3-8738-00cbcd3ebd37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000777"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2662c8a6-dc4f-528e-96be-b8e287776b41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9396e6cc-cf8a-5b05-919f-024d0af25f62"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ebead15e-7b37-52d6-ad05-12b8ef13378f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c73755de-dc6d-553d-9ed9-e24ae4f5d564"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/721a8590-3765-5f82-8260-2c0793a63e85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ebead15e-7b37-52d6-ad05-12b8ef13378f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c73755de-dc6d-553d-9ed9-e24ae4f5d564"}}],"status":"accepted","resourceType":"Task"} +{"id":"1ea7eb83-edb3-5e2e-9c9b-c3deed14f964","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000778"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3d8f072b-4f4e-5307-8c44-a8eb6611feea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8ddd7ebe-9fb5-523d-9a89-33227787dfd8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27a914b1-0aa3-50a8-aa5f-c607b55e4458"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5883631b-3920-57b0-b423-e99fc8066f20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6012ede9-f8e4-51db-bb9c-86f00b7fe1c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27a914b1-0aa3-50a8-aa5f-c607b55e4458"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5883631b-3920-57b0-b423-e99fc8066f20"}}],"status":"accepted","resourceType":"Task"} +{"id":"7d7a9668-d941-581b-832c-b47d1b4d4ecd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000779"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b13f138d-de65-535c-8bca-1e8f33ef3d4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/34538dfc-781b-561d-b1ec-4daca3222f9f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4471e9a6-2501-58a8-90d9-9d8cb29b0b5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc0c3d39-7909-56a9-8c75-548afe6c3e10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f67bc0f0-7e9e-5cf1-af2d-d63c94168471"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4471e9a6-2501-58a8-90d9-9d8cb29b0b5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc0c3d39-7909-56a9-8c75-548afe6c3e10"}}],"status":"accepted","resourceType":"Task"} +{"id":"dd1f3d4a-510a-5827-afa2-c78749893c04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000780"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ebb47f05-1f59-5a3a-8cef-94bf2d6a7446"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2cc9ce9d-1444-55ec-b66c-044dc54c5ff9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f01c82a0-f110-5aa4-b75e-40a817d8f66c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4fa0a4dd-48ba-55b8-8d0e-8a49b2dc02f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8aa54425-0527-50ad-98c6-5d483559c889"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f01c82a0-f110-5aa4-b75e-40a817d8f66c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4fa0a4dd-48ba-55b8-8d0e-8a49b2dc02f6"}}],"status":"accepted","resourceType":"Task"} +{"id":"d9ea245f-1a30-56c9-a91a-7255e69bfc4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000781"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d7ae7604-09e0-532d-aafa-5a784c22777f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bbfcf2e8-738a-5101-a3a7-56fab96439c6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06a35a2e-1f60-53ac-aa4d-d8bf8415c58f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/081fbe03-0272-57d1-a09e-c572a2dcea59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b96f423-f349-5ce5-9f00-7e7c91ab3e1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06a35a2e-1f60-53ac-aa4d-d8bf8415c58f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/081fbe03-0272-57d1-a09e-c572a2dcea59"}}],"status":"accepted","resourceType":"Task"} +{"id":"d077d62c-2cf8-5c9c-acc5-d025adf5c18f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000782"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7696d36c-82b2-5aec-b245-7502bc276975"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5264ed79-e8a1-5cf5-a181-e8a14429e879"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d708066-8a1a-591b-ae20-e64302157759"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/449a29d8-ee94-5328-bf91-4f3cdbf52ff1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d698118-d255-5512-b095-9f43c8c3c7f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d708066-8a1a-591b-ae20-e64302157759"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/449a29d8-ee94-5328-bf91-4f3cdbf52ff1"}}],"status":"accepted","resourceType":"Task"} +{"id":"578c948b-666f-5b08-8a97-0e6e7e63fde9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000783"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1b34cdaf-ab9e-5cfc-9cb7-e2151775a9f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/19184fef-14ff-5cb7-bd3d-d4a1f543a489"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2acea243-0c9f-56c9-91a1-ff144ddd8dd5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0befb906-9c23-5a8b-9fcc-b9748e4ed640"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdd96484-7d90-5bdd-a836-2f3b4fc316ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2acea243-0c9f-56c9-91a1-ff144ddd8dd5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0befb906-9c23-5a8b-9fcc-b9748e4ed640"}}],"status":"accepted","resourceType":"Task"} +{"id":"40980307-7b10-5a5d-8c21-814267a545ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000785"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e86e7748-dbc0-595d-848c-bc4029fa68a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bb266e1d-7622-5ca7-b619-9077980c3152"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/691be764-f571-5081-85b4-9e2992505176"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/762eb725-8853-5883-9569-82592a54bc38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9092f57-10e3-5e60-8120-87f47e8b277e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/691be764-f571-5081-85b4-9e2992505176"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/762eb725-8853-5883-9569-82592a54bc38"}}],"status":"accepted","resourceType":"Task"} +{"id":"d2f32a79-31d6-55d7-810e-138ce570ce5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000786"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/96ca172f-527e-56ed-b999-d77414ae9844"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d725e908-8c50-5a17-bb32-78650fc9ebc6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4f7be23-b0e6-5ab2-8ee6-faa3f57aae8f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3915be34-d38e-5157-9369-96155ea9df02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44413040-f6a2-5b28-ad17-008a46f6497b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4f7be23-b0e6-5ab2-8ee6-faa3f57aae8f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3915be34-d38e-5157-9369-96155ea9df02"}}],"status":"accepted","resourceType":"Task"} +{"id":"54e4a1ec-e8e5-54d7-8bb9-a17136949cc0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000787"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/064c8270-4aaf-53de-9322-89ab798c33d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cd76a67c-1e4a-5bcc-84d2-290e2df1a64d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02a1cc08-7ac8-5c95-8ce6-8a41f2a3b777"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53cbb7f3-6d0d-5f91-8ec1-7cc356d8531f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d64655f-fbaa-50e3-846b-4603ada65fcd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02a1cc08-7ac8-5c95-8ce6-8a41f2a3b777"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53cbb7f3-6d0d-5f91-8ec1-7cc356d8531f"}}],"status":"accepted","resourceType":"Task"} +{"id":"7603a66e-61aa-5c87-88f0-834567e59ad9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000789"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c80d210c-b330-55de-b595-dba2e2a116f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ba0fb672-7873-55ba-ac10-a4761b3e6df8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99ce19be-c53f-5fc4-bf91-ffb6f57bf55c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e0bd991-0e31-521d-8d7c-d355c1d81ebc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2821e34-6fcc-54e6-8285-cbb763674c18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99ce19be-c53f-5fc4-bf91-ffb6f57bf55c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e0bd991-0e31-521d-8d7c-d355c1d81ebc"}}],"status":"accepted","resourceType":"Task"} +{"id":"cb51a46a-d0a4-5de5-8a56-4460e00e442e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000793"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/09add51a-8939-5d11-ba45-d4f429ad9472"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5c13c069-5f36-5ee6-9029-2def8f577d0a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee4fffec-be1c-5909-b785-1c9156dfb0d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11ca55a5-90f0-5202-9865-0739430e56e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ad79b5e-b76d-5edb-85c3-3ce6b75ba539"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee4fffec-be1c-5909-b785-1c9156dfb0d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11ca55a5-90f0-5202-9865-0739430e56e1"}}],"status":"accepted","resourceType":"Task"} +{"id":"84aceb20-7396-55d4-8dc4-8808b1728fb0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000794"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b4a54923-077e-5dc6-8c66-655a131b684c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ea71c6fc-e7f4-5070-97cc-23ebfecc8788"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6132eac6-235d-50de-be5c-448cbe4fc5e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a219e6f1-450a-5506-9b9d-c78dcb69a7ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81c94f44-0af4-5934-8f53-690bda925966"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6132eac6-235d-50de-be5c-448cbe4fc5e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a219e6f1-450a-5506-9b9d-c78dcb69a7ff"}}],"status":"accepted","resourceType":"Task"} +{"id":"ef81d861-4291-5147-8d8e-b4638179fa2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000795"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5a92901c-c0cd-5ce5-9128-05e2c8152dab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d36f7b9b-0831-5180-8da7-d9c34423d361"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fa2c33b-6319-5758-bada-c194197aba74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35fe4a2d-c658-57ae-a6df-e8730f1a3874"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bdcc39a4-85dc-5acc-ad88-0f997d8a1966"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fa2c33b-6319-5758-bada-c194197aba74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35fe4a2d-c658-57ae-a6df-e8730f1a3874"}}],"status":"accepted","resourceType":"Task"} +{"id":"f0161163-7644-5519-80f7-1757963b9cd9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000796"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/72be44e6-a65b-51ee-846c-13c9083f16aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/24176685-dee2-5dea-b875-08b560be4532"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6abfd949-49ba-5280-9014-ad7f53482203"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1706a32d-2e6a-5992-a24e-d097aa0da58d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7bbcf38-a0d8-50be-97cd-5c1cdbd6b8bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6abfd949-49ba-5280-9014-ad7f53482203"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1706a32d-2e6a-5992-a24e-d097aa0da58d"}}],"status":"accepted","resourceType":"Task"} +{"id":"496a881e-e145-5922-ad5d-443c1e2d46e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000797"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9b7b9b68-67a0-51da-b2f6-20e5db50c400"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5153ce17-c0ed-548f-bd27-a0a7829883ff"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e878540f-c775-5ae2-b366-6a89c6b2ddf6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd939f42-868a-5006-affd-48b1377dcfcc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7046898-58af-52a7-99f0-589b91f58613"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e878540f-c775-5ae2-b366-6a89c6b2ddf6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd939f42-868a-5006-affd-48b1377dcfcc"}}],"status":"accepted","resourceType":"Task"} +{"id":"92a24f22-3510-5ada-aa9c-befc7109e0cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000798"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7ad33d2e-f22d-5cdd-9243-efa3e8f043d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/39ef601e-e971-5aaf-850f-5c88b55233c2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ace2cf8d-45da-55ed-9b54-5aa27f3ffa7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3b3f977-8891-5277-aaf8-eb87bf24597f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ef7956c-6cf8-557c-b52d-f68eb1c6261d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ace2cf8d-45da-55ed-9b54-5aa27f3ffa7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3b3f977-8891-5277-aaf8-eb87bf24597f"}}],"status":"accepted","resourceType":"Task"} +{"id":"924a0a25-b59a-5384-9448-98ee4d96042a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000799"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7004e440-0a20-52c8-a860-435446fc9be1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e332b4e6-ce4a-5c1f-a7eb-6438b789c8ac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e910d81f-a375-55de-8f11-11ea1e285a0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c72b68f8-45ce-5ed8-81f1-a5a1ada5f948"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f54e96c5-4adb-5bdd-ba42-6d4b55129737"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e910d81f-a375-55de-8f11-11ea1e285a0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c72b68f8-45ce-5ed8-81f1-a5a1ada5f948"}}],"status":"accepted","resourceType":"Task"} +{"id":"2dfecedc-81ae-5bf2-95f2-2b3af47080c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000800"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cd150b5a-e97a-58d4-9448-e6690291af11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/72f6ad82-4d6a-56f8-8b89-65c9ecd8267e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/362dd8c4-aaeb-5dc7-b5a4-1c5ba13bf1dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91974f3d-ef0b-5906-ae2e-32bcd958a8b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05b1b866-2c3a-50d4-9d6a-fbe01a60e45a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/362dd8c4-aaeb-5dc7-b5a4-1c5ba13bf1dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91974f3d-ef0b-5906-ae2e-32bcd958a8b0"}}],"status":"accepted","resourceType":"Task"} +{"id":"06f85bd1-f620-5bbc-a408-00aa8e8e355c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000801"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3fc5fb40-10dc-5651-8865-03b4fa371a97"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bf2fa1a1-9f3f-5658-9dc7-957f0e26e08c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/058ef71d-c319-5b2b-be96-b3bec97fac05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e8cc229-d6ae-59f1-84ea-b1f5678b5403"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aeb7a86b-cccc-54d3-9752-c8c878ce437a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/058ef71d-c319-5b2b-be96-b3bec97fac05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e8cc229-d6ae-59f1-84ea-b1f5678b5403"}}],"status":"accepted","resourceType":"Task"} +{"id":"928c0cb0-b66a-5762-a869-206a5bddafa3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000802"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/009c9086-1c48-5eea-acc4-270d29962b23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a34b3604-c101-59d3-9b67-356bca11ea0f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97571645-ba76-527e-831f-9f1f08a8586d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc6152b1-0c8d-5e97-94b9-ee3cb631cfb2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f1f9cd6-cb9b-5b31-9d3f-aa92420695a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97571645-ba76-527e-831f-9f1f08a8586d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc6152b1-0c8d-5e97-94b9-ee3cb631cfb2"}}],"status":"accepted","resourceType":"Task"} +{"id":"6c7e0c9d-2fbe-552c-bf16-d414e6c399e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000803"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/35481f23-eec0-5ed3-b949-5bc4ffc6d184"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7a6d9368-798f-5486-a7d1-148cbf438e58"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49a5d06b-d296-5ef5-83b9-39175def8268"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55a5f91d-6663-5c78-aa27-878325f53db4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9b136f7-3ddd-56d4-bc44-a2b3e667d45e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49a5d06b-d296-5ef5-83b9-39175def8268"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55a5f91d-6663-5c78-aa27-878325f53db4"}}],"status":"accepted","resourceType":"Task"} +{"id":"66b1f35d-b004-5ae1-b5a7-ced579827719","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000804"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0e8c98e1-2ba1-5799-915d-1ef427eab2a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8abc3b51-8aa6-57e7-a739-5eeaec065c5f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83b474e7-6281-54da-b1b3-446e8cbc9f6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/466a64c7-bec9-52a7-8f6b-020b0e7d5246"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca25ec61-0dd0-52d2-b945-ded7746a5408"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83b474e7-6281-54da-b1b3-446e8cbc9f6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/466a64c7-bec9-52a7-8f6b-020b0e7d5246"}}],"status":"accepted","resourceType":"Task"} +{"id":"4a62deff-ea38-5788-81f7-839afb9b8122","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS000805"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/18cd63ba-4352-5415-8d6c-b29e72af2514"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5f39c130-15db-5f58-8396-c34c7692ed34"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1bd452fb-6888-55f0-8230-14a9702ec7e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9d598e0-b9a5-5021-a299-ff28514e2468"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e62cdf4d-8cd3-5eae-ae5e-fd6b2244333e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1bd452fb-6888-55f0-8230-14a9702ec7e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9d598e0-b9a5-5021-a299-ff28514e2468"}}],"status":"accepted","resourceType":"Task"} +{"id":"7e05102b-63d6-5f6d-9f12-fd684f9d3e24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001259"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5b018154-0c25-5626-8184-1f41340dfe46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ed6acb77-7a48-5daa-95f4-ad972a30c6bf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/490074c4-5d18-553f-b7ee-ab2ece71fc6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36545ac6-f054-5310-b278-3c2059bfb9f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/148830f7-8743-555b-bef1-f782be82c7fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/490074c4-5d18-553f-b7ee-ab2ece71fc6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36545ac6-f054-5310-b278-3c2059bfb9f4"}}],"status":"accepted","resourceType":"Task"} +{"id":"49c8f7a0-daca-51ad-a06c-c4cfe4d0fa1c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001261"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/30855302-1d77-5a50-b80b-904475ef3491"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8d38b040-ed14-5df4-91ab-73985889991c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ddfd2e2-0220-5158-bc3d-2415b439cf5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c19a40d-2b96-5d1a-ab18-6e6ed480092a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1269c23a-e182-587b-a728-92ed5f34b406"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ddfd2e2-0220-5158-bc3d-2415b439cf5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c19a40d-2b96-5d1a-ab18-6e6ed480092a"}}],"status":"accepted","resourceType":"Task"} +{"id":"4b860b8f-1272-5da2-a456-a600dee29db0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001262"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2360aabb-e9da-5b4c-af5d-f783fe988042"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ae163d77-9c3c-5bf8-ac73-8886e42e8faa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b985283-6acf-5494-9039-0540f5fb1317"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c8f40a6-d9ff-5ae7-af32-8b8d0af988e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10d7dcfd-284e-5f90-bc76-26455bced112"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b985283-6acf-5494-9039-0540f5fb1317"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c8f40a6-d9ff-5ae7-af32-8b8d0af988e4"}}],"status":"accepted","resourceType":"Task"} +{"id":"ec5ff868-68f6-59f0-bae3-213e08f59bf1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001263"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6bafa8d3-c927-50be-ba5e-a4173c8da7e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b3d0faa7-5c9a-57a5-88da-36511a2bc3ea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/837f7e7f-8fd9-513b-a26f-155c71ffb3d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71145398-2df4-5256-b0c0-65041df8da61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50adf000-3847-5932-b8e1-06c6582bcd0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/837f7e7f-8fd9-513b-a26f-155c71ffb3d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71145398-2df4-5256-b0c0-65041df8da61"}}],"status":"accepted","resourceType":"Task"} +{"id":"0c59e8d8-d6d9-5b3a-86e1-015d4608f34d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001364"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/af2ab368-bda6-5c78-9dec-45c48febe784"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e3c5b21f-8f60-5af8-8696-3efa4412946c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d6442de-a6a5-50a8-b538-2580577e6f96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b49563bb-e784-5c86-ac08-e10a6be3408a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7521f3db-9a90-5c99-9358-582c6c5d2310"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d6442de-a6a5-50a8-b538-2580577e6f96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b49563bb-e784-5c86-ac08-e10a6be3408a"}}],"status":"accepted","resourceType":"Task"} +{"id":"83a54a37-c8b9-5fe6-9ea8-84d22716a42e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001366"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ea4f8ae0-ff76-5ccf-b63a-623af9c1ef0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/366d7399-4492-55f1-bec0-0dcf9eed0243"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81b66a2c-77f8-51a6-9514-674305db8d29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04c0f8cd-cceb-5fb8-a89a-59481c978b76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38284ad2-0de0-5121-b640-d8ab82e51ab7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81b66a2c-77f8-51a6-9514-674305db8d29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04c0f8cd-cceb-5fb8-a89a-59481c978b76"}}],"status":"accepted","resourceType":"Task"} +{"id":"934a8e99-76af-5904-9b19-77f8a478feef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001367"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/214ffedc-fe1f-5450-b65d-57f8cd6d1b34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ea25d44b-e331-51a9-a00c-e9821f3724e5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46382c28-6bcb-5945-9961-babf0e488cba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef5bea65-aece-5217-af95-d4ef164971de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3002043a-d799-5e94-a951-d3d76ae10ac2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46382c28-6bcb-5945-9961-babf0e488cba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef5bea65-aece-5217-af95-d4ef164971de"}}],"status":"accepted","resourceType":"Task"} +{"id":"22ae2962-d7a1-59bf-95c7-0fcf6c46207c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001368"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6bb4a26a-a1ad-52ac-bc0c-5efdc015ec10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9c86bb94-f37d-566c-8556-9dca335ecc38"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ffd24c4-886c-5802-8c02-c963a69b3893"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4311c659-d417-587c-90b4-24de1b5cc218"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f25782ef-6491-5965-b1ad-53364bc7ff8f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ffd24c4-886c-5802-8c02-c963a69b3893"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4311c659-d417-587c-90b4-24de1b5cc218"}}],"status":"accepted","resourceType":"Task"} +{"id":"04641caa-af62-5f29-bed6-c41e0c63b9d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001369"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ee8b3a60-5fee-5896-b8c8-da5c0449041c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/87021822-ab51-5d7c-bbc2-a568014f9268"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72e14573-24b4-5e55-971d-cd1d2ad67f38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a04ce64-2827-52a8-83ea-bf3fbcd7c9cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64e3d596-24ed-5ea6-8e26-4badc79e1c45"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72e14573-24b4-5e55-971d-cd1d2ad67f38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a04ce64-2827-52a8-83ea-bf3fbcd7c9cb"}}],"status":"accepted","resourceType":"Task"} +{"id":"533f80cb-2bd6-5185-bc84-01477a96334b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001370"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1946d7f0-4fd3-5626-8f32-7fb149af3158"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/846992e9-3126-5394-bcc9-e17609208a10"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7560d771-bab2-5a15-a632-d9391a93d72e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45e917d5-423c-590d-a7ed-4b3894364a05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84621228-4c3f-5709-a2bd-8f25f964a124"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7560d771-bab2-5a15-a632-d9391a93d72e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45e917d5-423c-590d-a7ed-4b3894364a05"}}],"status":"accepted","resourceType":"Task"} +{"id":"97097379-5c19-53bd-8818-223995234446","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001371"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9ae33036-fd8d-5a85-b3e7-6d522a7554e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/99d99b6b-45c9-5445-a997-83a970f445b9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/deff0138-39fb-52f6-b33f-93e72a18f2cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70bdbe49-c1c6-5574-9b3d-9dd622f8128a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4c5a073-8d38-5b6f-a3d3-6906799371a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/deff0138-39fb-52f6-b33f-93e72a18f2cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70bdbe49-c1c6-5574-9b3d-9dd622f8128a"}}],"status":"accepted","resourceType":"Task"} +{"id":"3af63a09-545d-5a61-91d9-25362481da76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001372"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/741b3bc4-ca66-5181-8200-c8b42188db5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/137f5649-345b-5624-8555-56121feccc38"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/896ce80c-fbe4-514c-b880-c53592cf2680"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fdcbaee5-9057-54c7-920c-5136dc5e8dae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72636290-453c-5f6d-bd71-1b6913f7445e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/896ce80c-fbe4-514c-b880-c53592cf2680"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fdcbaee5-9057-54c7-920c-5136dc5e8dae"}}],"status":"accepted","resourceType":"Task"} +{"id":"7e024bd6-72ba-5836-8de9-53a8b19e923e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001373"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aaac57e2-ed2d-5db5-92af-4f8f651b896c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8485746b-e330-5262-a874-7ddcff271f48"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2fe8067-c051-5257-8b05-6c7ef6ccd016"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c30a4bc-93c4-531b-8b5f-9250318d109b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3013000-355d-5db2-b77e-e9f7270291c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2fe8067-c051-5257-8b05-6c7ef6ccd016"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c30a4bc-93c4-531b-8b5f-9250318d109b"}}],"status":"accepted","resourceType":"Task"} +{"id":"1578559a-fd0d-55f8-8824-5cba3c221151","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001374"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e8956340-f6f3-5114-b6f3-ec0111fb65af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/48cebfeb-b765-54e4-bbc0-6af25a5e4b08"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/408bc047-4772-59c3-9662-943196e6e733"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8649411-4ff2-5c62-b1c5-ed0883534c4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30deab11-9c20-5287-b062-1cab76d883d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/408bc047-4772-59c3-9662-943196e6e733"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8649411-4ff2-5c62-b1c5-ed0883534c4f"}}],"status":"accepted","resourceType":"Task"} +{"id":"211e0ddf-8b7c-59e5-87f1-819b1f772356","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001375"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/54f1ffbe-e063-57ca-a54e-848fa732b351"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/71ca3515-2b6a-52cf-9e59-59ca2d893d55"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b5e9c03-01c7-5da3-b6d7-a644793ed5b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b63d2658-a0f0-5f7e-aa3c-5d464d988fd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82df57a7-ffe2-5094-a0e6-b409ea917760"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b5e9c03-01c7-5da3-b6d7-a644793ed5b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b63d2658-a0f0-5f7e-aa3c-5d464d988fd6"}}],"status":"accepted","resourceType":"Task"} +{"id":"d9f1229e-484c-530a-ad0d-7bf2ab736000","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001376"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/216eb931-da5d-5045-a06e-e7df93a3696c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dc039c11-6de3-5cc2-b456-1d781215e716"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/917c053b-6249-5c3b-8820-2489ad1bddc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a64aeba-4fcd-598f-a3f4-9675b42c5d8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e629509f-13fc-55ae-9cda-e1bd2cfb5e3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/917c053b-6249-5c3b-8820-2489ad1bddc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a64aeba-4fcd-598f-a3f4-9675b42c5d8b"}}],"status":"accepted","resourceType":"Task"} +{"id":"38d0952e-8206-54d1-b14f-34f9eb89cacc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001379"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/92e810cb-6a9e-5e0d-880e-7d26999d26c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/edba16fd-0b8d-5d74-b7d1-fbb7bc801395"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b52afa5-89e9-5758-a36b-9a493ffd9c17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/487e2d68-a45b-59cb-99b1-bc0c93511f16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6149d83f-b1fe-5272-9cfa-eb69f2d8e43b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b52afa5-89e9-5758-a36b-9a493ffd9c17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/487e2d68-a45b-59cb-99b1-bc0c93511f16"}}],"status":"accepted","resourceType":"Task"} +{"id":"f8991803-b5fe-5f1d-9bcd-cee88771923f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001384"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/05cb1d9c-e2c6-5d70-98c7-4e508886a89d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d2e9e302-b217-5eaa-985d-b8ccd04caed3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41d5e62c-126b-5d62-b2ee-562f4b9fcc1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/492b2466-c126-500a-b264-3796f36dd20a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b85da8a2-a029-52fd-bfee-c638922ad5d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41d5e62c-126b-5d62-b2ee-562f4b9fcc1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/492b2466-c126-500a-b264-3796f36dd20a"}}],"status":"accepted","resourceType":"Task"} +{"id":"38c486cb-96a4-5e85-83fe-7aedde9f0ea1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001386"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a7c34a66-0582-537b-b1f4-64b646df6c26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a5971f8b-8e49-554d-be57-9504cece67a3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7934eb7-33a2-5cec-a7a8-2b1aea15cf8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1259af75-e19c-539b-bde5-94e8c73ed465"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/090fb2ab-f578-5608-9a45-892c34493a6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7934eb7-33a2-5cec-a7a8-2b1aea15cf8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1259af75-e19c-539b-bde5-94e8c73ed465"}}],"status":"accepted","resourceType":"Task"} +{"id":"cb5d514a-c532-5f89-8c40-01459373ef68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001387"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/35c83af4-7fba-5b00-b6f4-e7892100bfc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c7b480b9-5fec-5126-b2b5-2e35a0377f0f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a081130-f0e6-5edb-9a19-5562d302e996"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4dc3681f-94d2-517d-9b2b-0ea1f6474f15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c2ce403-6eae-573d-9ff8-1aa2e93a7c40"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a081130-f0e6-5edb-9a19-5562d302e996"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4dc3681f-94d2-517d-9b2b-0ea1f6474f15"}}],"status":"accepted","resourceType":"Task"} +{"id":"37f89979-d0f1-5f75-bee3-436503619558","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001388"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/76b4d9cb-cb82-5e17-a720-b02333903431"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2144b463-4ba7-575e-974e-e60187e6e139"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fba594c-2393-525c-aa00-5eb0079482c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c77701a7-6cad-5a30-b6d2-236c9a3bd9e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/231f5444-87e0-56c1-b7df-2eabf5885e51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fba594c-2393-525c-aa00-5eb0079482c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c77701a7-6cad-5a30-b6d2-236c9a3bd9e4"}}],"status":"accepted","resourceType":"Task"} +{"id":"352a7f76-ee4b-5e23-8d09-6fd4f75a6fa8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001389"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aa801f9f-35d5-57aa-9d77-713093db5a28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0f86c0b7-3cdf-5e75-b461-78aa4b1de253"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/986db39d-9e1a-5a28-a383-d58b5d7edf3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c92e8e7b-fd41-54dd-9b20-a1771942b3bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c94dd0c-3a7e-54df-9925-c1741ed4cef4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/986db39d-9e1a-5a28-a383-d58b5d7edf3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c92e8e7b-fd41-54dd-9b20-a1771942b3bf"}}],"status":"accepted","resourceType":"Task"} +{"id":"c6b7b691-6f5e-57b5-828b-a3ed95bfaa4e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001467"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/23a4d6db-79c7-5b78-a4f2-a9005fc78de8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/80d7d80c-3213-5dc3-9656-a6b88968b9f8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd19e8aa-5e87-5d4d-9255-e9bfa032e344"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e491063d-e164-5fad-91c2-0e6d1b456b09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2fe22db-d607-5c7a-b5dd-2cc67b3f93a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd19e8aa-5e87-5d4d-9255-e9bfa032e344"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e491063d-e164-5fad-91c2-0e6d1b456b09"}}],"status":"accepted","resourceType":"Task"} +{"id":"52080399-1928-508e-b7c9-96d7a8a25dd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001468"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/211ee60b-fb87-5331-9cc9-d05a9004733f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/75b57e82-5fca-5201-8600-d34c6036738f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5e2de2b-975e-5f60-b89e-f165a125524b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d556c2e-9f81-5a6d-9875-28f534d68d86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adbd7df6-5dc6-5845-965a-1184a6c8124d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5e2de2b-975e-5f60-b89e-f165a125524b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d556c2e-9f81-5a6d-9875-28f534d68d86"}}],"status":"accepted","resourceType":"Task"} +{"id":"f2405abd-9bcb-5407-ab64-6b54e23ab688","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001469"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fe553819-423d-5bd5-ae2d-f9bd78d0139f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4faed1a2-1a2b-58d5-9655-c3fad7f76a37"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19ed3623-139a-53fb-b18a-649bfb5d550b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71dc97ae-5603-58d7-9a8b-56050d2606e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd418c5f-2761-59c0-b774-76f1387d32fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19ed3623-139a-53fb-b18a-649bfb5d550b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71dc97ae-5603-58d7-9a8b-56050d2606e9"}}],"status":"accepted","resourceType":"Task"} +{"id":"e6f47ad7-819d-5059-b6ad-8fb0c1eaa9db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001470"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4c162c49-b13b-5a7c-bee1-01d17dff77a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/74785095-c29b-531f-9548-a373702d627f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7fee494-942c-5214-9391-fad1bd7fc040"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/758ba9ce-6ac6-58c9-a2ed-9f9a5a832294"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1eed2c9a-f0b0-56a7-b1e4-9b5b51222269"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7fee494-942c-5214-9391-fad1bd7fc040"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/758ba9ce-6ac6-58c9-a2ed-9f9a5a832294"}}],"status":"accepted","resourceType":"Task"} +{"id":"8dd0f59c-969b-500b-b816-b7abd9604897","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001471"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3f9f8ca3-61ae-54c3-9d40-7000c9b93b78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3efa4a43-7a02-5090-985a-bdb396e26727"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83dba57a-74a2-5202-8008-4718794d5eb5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acfef71a-6b63-5e35-a7c8-3fdf7fbb0db3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b00d792-4906-5263-81bd-ca7b25396ced"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83dba57a-74a2-5202-8008-4718794d5eb5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acfef71a-6b63-5e35-a7c8-3fdf7fbb0db3"}}],"status":"accepted","resourceType":"Task"} +{"id":"591543a6-d307-593c-8e49-f4d1f63843b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001472"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b6e536d2-30c8-51b4-bb5b-caf43ffb5e59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7f5823f5-6114-5790-bb4c-8a65a38d2e7d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62ca487e-9632-5f95-812f-6e961b1d9ae4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94a079a9-b59f-5b86-a2cf-49d7cedd6da6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7bd46b1-9abc-527a-bd80-166c7f00e2cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62ca487e-9632-5f95-812f-6e961b1d9ae4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94a079a9-b59f-5b86-a2cf-49d7cedd6da6"}}],"status":"accepted","resourceType":"Task"} +{"id":"c24719b6-dee0-52ac-9d76-a5d66c50bb35","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001473"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3238d1ae-4d60-56fa-82cc-49aff91c5634"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ad627311-0a7f-58bb-ab4e-c84bce401c54"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db39388a-db31-58d5-b563-e67d9c298c81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb081a27-7031-5e17-a9e7-ed828e1e97b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9a1269f-e540-52a0-a818-0dca41b34fcd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db39388a-db31-58d5-b563-e67d9c298c81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb081a27-7031-5e17-a9e7-ed828e1e97b8"}}],"status":"accepted","resourceType":"Task"} +{"id":"278dbeee-a38a-5f76-8175-021bfc6fab5c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001474"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e6d9858b-6fe0-533d-bbef-72c5a846f27a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/58a74f30-1986-5b23-a959-488f5310453c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5518a7c-97d9-5cf1-b88c-5f89db0fbc67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cae7c88d-a362-534b-9f38-6f42537cb23e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0977ba3e-5eca-521a-a31d-60b5dd12f41d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5518a7c-97d9-5cf1-b88c-5f89db0fbc67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cae7c88d-a362-534b-9f38-6f42537cb23e"}}],"status":"accepted","resourceType":"Task"} +{"id":"826e3944-4a17-5014-9613-c4cc12dd0da8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001477"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9b91afbf-6f58-5bbe-841f-e7e3517b128c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d4b03f03-e286-553c-89a7-39027268bcf6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb0d85e7-a4e7-5f8b-b8c9-c66d66b999b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2edaeeac-ccc5-5b4e-90f1-90c526bc495a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99cf87f0-b4e8-5eec-88f8-88d05494d129"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb0d85e7-a4e7-5f8b-b8c9-c66d66b999b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2edaeeac-ccc5-5b4e-90f1-90c526bc495a"}}],"status":"accepted","resourceType":"Task"} +{"id":"9da1a813-2db3-5d4b-8d65-3710b6078388","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001478"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/698a8c2e-4972-5e6c-b188-7e2ff241e1bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/89248289-0ca4-570e-902c-2419e83ae5e9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbca9b79-a59f-587b-a489-1cf0e3842bbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8afdc971-e429-5ac0-bb95-784e2bc3210a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2abe9220-9ae6-5fc3-ad54-4d35842df3f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbca9b79-a59f-587b-a489-1cf0e3842bbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8afdc971-e429-5ac0-bb95-784e2bc3210a"}}],"status":"accepted","resourceType":"Task"} +{"id":"c6f50fab-7a73-5c01-be7b-834fe017d50e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001479"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/039a024e-2ec3-5a76-8bd1-ca7d8a5e55f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cb2b1d2c-d7ba-5d93-ac4d-8dbe1ae62ab0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/490d0265-05e7-5d57-a927-898e32f996c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f156958-57d9-5335-aa0b-feeaa874ac74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79b81d2b-d96d-551c-a3bc-dccdb4cd43c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/490d0265-05e7-5d57-a927-898e32f996c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f156958-57d9-5335-aa0b-feeaa874ac74"}}],"status":"accepted","resourceType":"Task"} +{"id":"7274b8fa-8c9c-5290-aa2d-a032cb2b77cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001480"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bce2099d-b217-5f55-9f41-c3ef0c75a215"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cf053b1e-f6e5-502f-a53e-22ac34b22dde"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35ae61f3-5355-5864-9398-6577e6a64d96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/653a8ad0-ba3a-5bfe-8b58-4f3d2cdf2d85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27c74f02-b5b0-55fb-94f7-2eb9b4892cee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35ae61f3-5355-5864-9398-6577e6a64d96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/653a8ad0-ba3a-5bfe-8b58-4f3d2cdf2d85"}}],"status":"accepted","resourceType":"Task"} +{"id":"28f353dc-2d52-5e39-b8c3-97d14a0e2650","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001481"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/02bf4035-e25c-56b7-8a84-14748d0e26ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/50cfc93c-d4bf-52f7-8327-7c6b6de7e18f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4c349aa-6a90-53d3-9403-65119d7f0a98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d901e1e1-b05b-5264-811f-3f383fddb74b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0db78506-103d-5263-8850-037fe580ab0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4c349aa-6a90-53d3-9403-65119d7f0a98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d901e1e1-b05b-5264-811f-3f383fddb74b"}}],"status":"accepted","resourceType":"Task"} +{"id":"979c27e3-8460-56ae-9daf-4acc7797e1c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001482"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cf488362-fe2d-5cd8-9395-b0d31deb238f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9ebcb090-06a7-53eb-b01b-2d97cbafd944"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4bc248d-f125-5f97-8bf4-f0daa27912ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3212771-03e2-5bcd-b5bf-39a764d85fc2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91f17138-9dbd-51f1-a72c-4b407b5ab123"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4bc248d-f125-5f97-8bf4-f0daa27912ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3212771-03e2-5bcd-b5bf-39a764d85fc2"}}],"status":"accepted","resourceType":"Task"} +{"id":"65e1d36c-2c21-5751-8965-90202353ffe7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001483"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e738b9aa-c87e-5d06-92ab-5a7c3323918b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8be88296-6944-5a5e-aa88-77f7c88b0944"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ade44a7d-6f35-51eb-8779-fc79a6872700"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1546c244-ee1e-5660-b080-88e4c54e8790"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9196763f-403b-519d-8dab-fb401e10d98d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ade44a7d-6f35-51eb-8779-fc79a6872700"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1546c244-ee1e-5660-b080-88e4c54e8790"}}],"status":"accepted","resourceType":"Task"} +{"id":"8b50740a-66b3-509f-92a2-60624e2f49cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001484"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d5a8f17c-e020-53d3-bf11-f9f6901faf3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/696eeaac-7e4b-5201-a9f1-9688b8c3a126"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30a20a9b-9b3b-56b9-b21c-2b5b238d1a5a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c80464d-0ab9-5715-8c1f-e2099230fae2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a06cce5e-0f8e-50bb-b9da-9e002651930b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30a20a9b-9b3b-56b9-b21c-2b5b238d1a5a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c80464d-0ab9-5715-8c1f-e2099230fae2"}}],"status":"accepted","resourceType":"Task"} +{"id":"4e6e3f18-bdb8-53b5-8f42-702cafe08cbd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001485"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/49afd642-3dd2-5289-af40-7c8011e5d9f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b9bd02a3-8799-5c1b-b2c2-4ef2f19bee72"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b21b048-72c3-521d-bd5f-b965f4961aa7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d7f3e2b-8a4a-5ea4-b94d-877f48f84519"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4cdbd5dd-e077-5294-b9ed-885ad1da88fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b21b048-72c3-521d-bd5f-b965f4961aa7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d7f3e2b-8a4a-5ea4-b94d-877f48f84519"}}],"status":"accepted","resourceType":"Task"} +{"id":"6b7c7aff-d6f2-5308-bbe3-eecbac8bd836","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001486"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/527d2486-b159-5f23-8f74-637df0435e21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a21539c8-1754-5045-9329-a70e4e1ab713"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/560b2f2d-6009-54f3-abb1-cc03c217a5f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db985367-97a9-56c0-82a5-36e23c003666"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2402aa2-748c-578b-a13c-565c68b055a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/560b2f2d-6009-54f3-abb1-cc03c217a5f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db985367-97a9-56c0-82a5-36e23c003666"}}],"status":"accepted","resourceType":"Task"} +{"id":"6ee766e2-b16c-54e3-894c-00e09d93f84e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001487"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ec13d303-9c13-5921-bd6e-0c664be8d327"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ce358faa-1f91-5506-ac5b-8b5477d358d9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae21b672-ab01-53c1-878b-99a2b0f5282e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0b818c4-1243-59f8-9066-cca0201df39d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd8bead1-c028-5068-b240-aed9e781e23e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae21b672-ab01-53c1-878b-99a2b0f5282e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0b818c4-1243-59f8-9066-cca0201df39d"}}],"status":"accepted","resourceType":"Task"} +{"id":"d20ebcc8-17a3-585e-9269-f4b2e4f1f75c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001488"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/48bd7217-e654-5df6-abf8-ba4c431f4f4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9165563d-2318-5296-a6db-0aaa667dcc27"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6383cf77-307c-53cc-a73e-cd525d8612e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b305da51-4b34-5b46-af19-ddd044bd4e7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4baa202-f1c9-56d8-91d2-bf6d639bf8cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6383cf77-307c-53cc-a73e-cd525d8612e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b305da51-4b34-5b46-af19-ddd044bd4e7c"}}],"status":"accepted","resourceType":"Task"} +{"id":"1e668876-88f3-5fd8-96d9-4823d73d6863","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001489"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bd2a71e1-2fec-5fec-9051-6d33b1f4c55a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0687dee7-8dc0-5efd-bf7f-8a1e3004e092"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82a3067a-ad3f-58ea-9102-65a58353f2fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1684b60-21d7-5724-970f-fbb8d818e129"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/389afa67-2295-5516-8494-b1f84ad86f00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82a3067a-ad3f-58ea-9102-65a58353f2fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1684b60-21d7-5724-970f-fbb8d818e129"}}],"status":"accepted","resourceType":"Task"} +{"id":"1d38f655-c565-52e4-ac2f-f3e7166e1262","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001490"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fb36c243-0388-541e-ad8a-702b6c11d847"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f79d1ed4-e341-53a9-8cf9-8c53c3fb8d33"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/beea1f93-c0ba-5ee7-a7c4-b86f9e9eb612"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9d0bccb-8815-5acf-b228-4ce9bfb84af7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abfce66e-ac45-58b0-b6d2-11415532c36e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/beea1f93-c0ba-5ee7-a7c4-b86f9e9eb612"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9d0bccb-8815-5acf-b228-4ce9bfb84af7"}}],"status":"accepted","resourceType":"Task"} +{"id":"d61a8bbc-7606-5ed2-b5fd-24c21caed14c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001492"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e38fc91e-ed6c-574b-9cd1-eebe1b3d7aef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5b9a6c69-9f6f-5902-8200-88a61d4303c0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43750d55-a6f8-5833-af25-ade9e3ca31bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4766fc0e-8962-5c88-a635-8c66eb197d21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/336ed66b-67ee-532f-876d-0794a09a3c1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43750d55-a6f8-5833-af25-ade9e3ca31bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4766fc0e-8962-5c88-a635-8c66eb197d21"}}],"status":"accepted","resourceType":"Task"} +{"id":"72ec8e81-a7de-542d-9d11-240758674c0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001493"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/680b3e4a-01d6-5c53-9dd7-0420fd97d0a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ab0569cc-7c6c-51fd-acce-7e7aca9250dc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e2fc46c-40bb-512f-9829-529ce7a5f606"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffe4edf4-a6ae-5afc-ae79-cd68cf1a36b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f171191-8ef3-5378-a557-5f8109b1edbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e2fc46c-40bb-512f-9829-529ce7a5f606"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffe4edf4-a6ae-5afc-ae79-cd68cf1a36b6"}}],"status":"accepted","resourceType":"Task"} +{"id":"2d4fc32d-adae-51a4-8ad4-ea5ea609fc76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001494"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9de328ce-6982-572b-aa13-8d7fa411ecfd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0cfc5924-4e72-5c6f-8533-a538267b31fa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1d18505-606d-5175-ba73-dc48a664d5f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d323ac65-fcf3-5d5c-b952-484b731a9eaa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ddd93ce-1130-590c-bf33-cb4bc5edfdf3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1d18505-606d-5175-ba73-dc48a664d5f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d323ac65-fcf3-5d5c-b952-484b731a9eaa"}}],"status":"accepted","resourceType":"Task"} +{"id":"8c63a8d9-b1b4-5125-9308-9fb06fbb6e37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001495"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/34f09cef-c525-5453-a83b-25aa941eaa87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8febd657-f5ae-519a-be45-17e9dab88131"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/254aed84-7e91-5249-84c8-cf7b09595a16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7cbb1af-4c44-56ac-a5ef-2d4894ad3ccf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52ecb06a-60c2-5caa-9722-94e39902cbdb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/254aed84-7e91-5249-84c8-cf7b09595a16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7cbb1af-4c44-56ac-a5ef-2d4894ad3ccf"}}],"status":"accepted","resourceType":"Task"} +{"id":"f8fffdb9-7f31-543b-9dda-bdfecf66a86c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001496"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d0bcc4cc-3367-56bb-aa85-7920009ac131"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6f770df8-5c2a-5398-9e6a-01b3ded26e19"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7dcc651a-fa34-53a3-a3ca-48e71e41ef5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09b064fa-57a8-5a9c-a37a-cf248fa7c668"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aedcdf50-2f84-5a5d-94f5-4482832ef91d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7dcc651a-fa34-53a3-a3ca-48e71e41ef5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09b064fa-57a8-5a9c-a37a-cf248fa7c668"}}],"status":"accepted","resourceType":"Task"} +{"id":"406ff9ca-0cca-53d2-a934-a9d3679e7b40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001497"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/26466483-11da-51c6-8d1c-bc96b05eb7f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1da3755f-7689-5760-ab8a-9fa829370352"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3203f744-c8ac-5005-9f9a-4819a0549d8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ae45054-b763-596d-b721-bbeaec761091"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/362cae5d-8f03-5f7f-ab0e-548ecdec6e69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3203f744-c8ac-5005-9f9a-4819a0549d8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ae45054-b763-596d-b721-bbeaec761091"}}],"status":"accepted","resourceType":"Task"} +{"id":"1dc93b87-d65e-559b-bc43-d33fdaf51c88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001498"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/98291c86-6e0c-517f-9fcd-07e03406a515"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0b72e74c-3004-5f17-b195-a5b90a530f72"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93d91e7f-501f-513e-8f1b-f7eb4bde5c38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8585e96f-b06b-5514-b059-91ef303d9045"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4cf872f-dcb8-503a-ab35-cff14644298b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93d91e7f-501f-513e-8f1b-f7eb4bde5c38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8585e96f-b06b-5514-b059-91ef303d9045"}}],"status":"accepted","resourceType":"Task"} +{"id":"0b5fab03-e575-5a7d-9b0c-4c452494d3c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001499"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1ad0114c-247b-5cdd-bf0a-07ec7dffe5e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dc3eaf4a-9e5a-5574-bb8e-af954d52df1d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba990d56-cde8-551c-9bac-adf1b00ba2a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3d852c1-b1ac-52bc-a994-79a43f24775f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7814119f-8431-5439-b6e7-287b31a3b279"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba990d56-cde8-551c-9bac-adf1b00ba2a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3d852c1-b1ac-52bc-a994-79a43f24775f"}}],"status":"accepted","resourceType":"Task"} +{"id":"b5c0e84b-02b6-5c52-984a-629b94bdcbc8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001500"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/93774168-64c1-5dee-bd7a-5b7b6804a747"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/deee8b4f-1bd9-5a73-abb5-1555a759035e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6c3077c-b3cd-5c95-a410-2082b771c00f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/473dd2fe-5535-5233-9939-5b3deadf9c72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76f0e671-9e17-50cf-8555-32685f33cf4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6c3077c-b3cd-5c95-a410-2082b771c00f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/473dd2fe-5535-5233-9939-5b3deadf9c72"}}],"status":"accepted","resourceType":"Task"} +{"id":"73dbc9b4-f44e-58fe-a531-647cdcb696a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001501"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/81b5b566-3bea-585f-bf13-715ad4eeeb96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eac141d1-b456-5d80-8aea-01a6af99b715"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ae77d27-d224-57d9-aaf4-b7a4b633897a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35a2e2f6-7446-52e7-a742-23767d51f0ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a92e54d8-a48c-5d94-82f0-385ff95ceae9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ae77d27-d224-57d9-aaf4-b7a4b633897a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35a2e2f6-7446-52e7-a742-23767d51f0ec"}}],"status":"accepted","resourceType":"Task"} +{"id":"37cfadc3-abe4-50da-8a4b-2fdc803963b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001502"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a0af433a-55e4-5eee-8f8c-293af07be864"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/59e00d06-6a1c-53b4-a29d-83f1d604f468"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a83a75b-4b93-541a-ac8c-4eb641a46197"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a98921f2-7376-5e98-92ad-97c502b55c49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6374614-4fe5-5b26-a377-d32a1604d286"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a83a75b-4b93-541a-ac8c-4eb641a46197"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a98921f2-7376-5e98-92ad-97c502b55c49"}}],"status":"accepted","resourceType":"Task"} +{"id":"9aa4af38-5c61-51f0-ab75-00306984f388","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001503"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a065c22f-4203-59b2-9a60-cbd7274fe421"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9b9423c7-084b-5fda-b64a-71acbc55c326"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfa0f0af-acb4-5d79-b6c1-6f73ff19fc0a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/174ccce5-af13-5d09-be84-79d90a6ac54a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56b91cf6-836a-57b4-83dc-dd7ee9df1ca9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfa0f0af-acb4-5d79-b6c1-6f73ff19fc0a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/174ccce5-af13-5d09-be84-79d90a6ac54a"}}],"status":"accepted","resourceType":"Task"} +{"id":"489e7a37-d590-5c8c-a183-6e61f710582b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001505"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c34542ff-9d10-50bb-8406-86d08c0a6038"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7af81b38-02cd-5d2e-b93f-c213425b6ea4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c11e8dbf-0339-58e1-80c1-37ac45ccdd48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/839fec1c-5b1c-5ef6-b896-0af9e4a78ab8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/443ad360-8aca-5712-85ef-22dbbf68578f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c11e8dbf-0339-58e1-80c1-37ac45ccdd48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/839fec1c-5b1c-5ef6-b896-0af9e4a78ab8"}}],"status":"accepted","resourceType":"Task"} +{"id":"b75ccdb8-f236-50dc-8281-b9ceda2af0a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001506"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/286f7a82-1635-50ca-9136-a3f13e111dec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f23b3c1f-5b2d-5550-a481-60acbed4ecd4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87a85d32-9515-52b4-815e-2df16cc05895"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff6aacf1-67a2-5c16-84f3-b80918dc3b4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8af55547-66fc-5fd7-94ad-812e1d111988"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87a85d32-9515-52b4-815e-2df16cc05895"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff6aacf1-67a2-5c16-84f3-b80918dc3b4a"}}],"status":"accepted","resourceType":"Task"} +{"id":"3f451635-7bb8-5f90-b261-bb3da7b5af10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001507"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/95f4382a-5377-5f11-8418-2fd2bddebf0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c596b1ba-e430-5e25-bfd7-777b05a0ce43"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d527c9ba-306e-5ec0-98d4-2098af7fa923"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acb1e9f5-6e32-5cf7-b097-6c01a8436dab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41ed0f91-9100-5d54-8b5b-1a2e720bec0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d527c9ba-306e-5ec0-98d4-2098af7fa923"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acb1e9f5-6e32-5cf7-b097-6c01a8436dab"}}],"status":"accepted","resourceType":"Task"} +{"id":"455abe8f-5412-5442-b388-102c36faf8b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001512"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3293c83f-4fb1-5061-a959-32886eda67a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8da1ef39-9962-5e69-a83c-286b7c2d6cd9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f56b1f10-8c02-5cb7-972c-a948ac59aba2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/223c9c5f-8091-54ff-a18f-f0c521d91dcd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3b39285-f441-5046-979d-8b0bf974ee64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f56b1f10-8c02-5cb7-972c-a948ac59aba2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/223c9c5f-8091-54ff-a18f-f0c521d91dcd"}}],"status":"accepted","resourceType":"Task"} +{"id":"e5e39e5a-b359-5fb4-992d-5268856c9483","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001513"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b99da706-e597-5e59-9556-66565894c248"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7aea78b3-29ea-5f65-924b-01fb35505ce1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39bec36e-b55c-5d17-a3fd-84510416a45b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e30fe420-b681-51ee-a068-67e5a068bc26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d7e9e6c-60a7-55c8-a61d-37858ba50e5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39bec36e-b55c-5d17-a3fd-84510416a45b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e30fe420-b681-51ee-a068-67e5a068bc26"}}],"status":"accepted","resourceType":"Task"} +{"id":"583160af-01ab-5d42-a71d-5c80fc6a5d47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001514"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c139bff1-ff20-5240-8ca9-6519ed2409ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ebbc2c3a-d629-5973-82c4-917f41badd97"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/89193d75-d823-546d-80d9-96e72286c001"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f44e1902-90df-563b-b404-22d4b016d4e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2aa564e0-a2dd-584c-8867-8601c5dd54f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/89193d75-d823-546d-80d9-96e72286c001"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f44e1902-90df-563b-b404-22d4b016d4e0"}}],"status":"accepted","resourceType":"Task"} +{"id":"963057f4-3358-5a62-8e05-fe7d4b592db4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001545"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/85dacc6f-5d44-5be5-b634-8ea70952b80d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9e3a63d3-12cd-5680-93a3-844d94e655b4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a32b5370-f896-5319-841f-eb48de7b9473"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e88bd334-dc96-5402-98cf-e4ae0adf511d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0f94068-d9bc-5589-bb55-7fb39c738bca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a32b5370-f896-5319-841f-eb48de7b9473"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e88bd334-dc96-5402-98cf-e4ae0adf511d"}}],"status":"accepted","resourceType":"Task"} +{"id":"7364ea97-d0f7-5074-8c67-9ef7fa8586ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001546"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4ad2c30a-ab92-5bcc-ae7a-a8031bcdc99f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d86c19c2-19cf-596b-9347-134f5d16ba4a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f6081de-e7f2-5236-a005-1089e71f8357"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74bdc542-159f-561f-b8ba-96a0ede80ed6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39218064-5b2a-52a3-82d2-9006d915ea5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f6081de-e7f2-5236-a005-1089e71f8357"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74bdc542-159f-561f-b8ba-96a0ede80ed6"}}],"status":"accepted","resourceType":"Task"} +{"id":"4b4fba92-7899-5d86-97ad-b806ba8cf52d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001547"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6145dd5c-b458-5c37-bc61-89737947704f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b4dbd0bf-19a6-5289-91e3-02491db5cf0f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a954086-6026-56e5-ba29-1a0840087675"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/900f0b5d-64ab-5eb0-be3c-4286eb85248c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58d31d8f-7f8f-5155-a1e2-99af1672f822"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a954086-6026-56e5-ba29-1a0840087675"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/900f0b5d-64ab-5eb0-be3c-4286eb85248c"}}],"status":"accepted","resourceType":"Task"} +{"id":"ec176f78-b75f-5c25-85a1-b241eb94e8e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001548"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/47b443fb-4f52-5ce7-abe9-5455db6201f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f8d6ff12-5191-5f21-984f-34d3eff13292"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea421834-b328-56c0-887f-0de442e18c64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de9b8251-c661-5f27-9e1c-8104c2b27288"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72543520-a910-596f-93a1-c82eef26b678"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea421834-b328-56c0-887f-0de442e18c64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de9b8251-c661-5f27-9e1c-8104c2b27288"}}],"status":"accepted","resourceType":"Task"} +{"id":"10898b2c-f2b6-5d13-b01b-b43afc9f305d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001550"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/096e975d-406a-5197-9495-6910ef41dc46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/27bb6317-82e1-5297-b964-902513fc9120"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69db7887-e247-5c24-b300-75e9f1949d0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c89660d-fa90-5265-866e-52e1f0a5e8af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a47939f5-f68e-58f1-818d-4fd4b6375eff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69db7887-e247-5c24-b300-75e9f1949d0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c89660d-fa90-5265-866e-52e1f0a5e8af"}}],"status":"accepted","resourceType":"Task"} +{"id":"a374cc15-ed6f-5a53-98bc-436c08883032","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001552"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d4c987ea-0375-5c35-8b3e-b7be41adbf33"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e68f90b1-ab11-510b-8104-e5d4c4d82545"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05e8da93-3927-5c27-b6ed-bdd019768205"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c508a7fd-44b1-5889-8440-6f17718f63e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/078a6639-8c1c-5063-9ca3-8394980b3aa3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05e8da93-3927-5c27-b6ed-bdd019768205"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c508a7fd-44b1-5889-8440-6f17718f63e0"}}],"status":"accepted","resourceType":"Task"} +{"id":"becf935e-4f69-50a9-9fd2-b11253a09f15","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001553"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c12209ac-78bc-5954-b240-a5fdb81d96a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1e170f09-218a-5cfb-80ec-db0cfa8e2f7a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4ed7630-1de3-5a85-99b7-b4fe97567fcf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6427a146-1879-5788-904a-0aa3c1fcec33"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79fa8c9f-ac6f-557d-839a-5f0afe60b6cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4ed7630-1de3-5a85-99b7-b4fe97567fcf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6427a146-1879-5788-904a-0aa3c1fcec33"}}],"status":"accepted","resourceType":"Task"} +{"id":"1b803f50-198f-5adb-b14c-6a0d25d278a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001554"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/379cb791-a177-5d45-b875-53cf1dcb7066"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a893b620-e33f-586c-924b-9035c67a72de"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b77ff67-081d-5960-9ee7-185308c75940"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a6e576f-4aa7-5d79-b3c3-6bf1050d228b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/713616b4-b305-503e-b9ea-6050f15231d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b77ff67-081d-5960-9ee7-185308c75940"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a6e576f-4aa7-5d79-b3c3-6bf1050d228b"}}],"status":"accepted","resourceType":"Task"} +{"id":"4351e859-210f-545e-89d9-674220e04a20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001555"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e6dad89f-ef1a-5313-8260-5170b28e6c48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/86541bd4-78b4-5620-b580-9405b8556568"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c57df4c9-a23c-5704-8f0b-9530a1449390"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad7209f2-e619-5100-8c75-aa4fb728d728"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5c4f215-a291-5f7c-a4ac-57d56d3a31eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c57df4c9-a23c-5704-8f0b-9530a1449390"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad7209f2-e619-5100-8c75-aa4fb728d728"}}],"status":"accepted","resourceType":"Task"} +{"id":"8cdc7d55-94e3-505f-ad2c-4cb371514357","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001556"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aa91af24-c7bc-5565-bd19-c9faf98d04be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8b906d91-b1e2-5dc5-95cc-eff5c897f4fc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39b26c98-36eb-5ac4-a1bf-b5702b4a3a0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c124cfb-847c-5eae-b437-3a80f35fe66d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d597428-f379-529d-a445-90f14073fb6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39b26c98-36eb-5ac4-a1bf-b5702b4a3a0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c124cfb-847c-5eae-b437-3a80f35fe66d"}}],"status":"accepted","resourceType":"Task"} +{"id":"11b5ae0d-b166-594d-b2b2-2741033e5fd8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001557"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f4401959-1e8b-56eb-bbab-497f0f41d69a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9f8fb11a-3c87-551b-ae0b-dfc4642632ed"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6668d808-d6a4-5755-b126-19060d0e81b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b08ba488-2a94-5e95-98b0-80456c5e23d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/557539f4-3c3c-5c7f-994b-7ee30afec7dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6668d808-d6a4-5755-b126-19060d0e81b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b08ba488-2a94-5e95-98b0-80456c5e23d7"}}],"status":"accepted","resourceType":"Task"} +{"id":"8310eba0-36eb-5305-b64e-797da70988b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001558"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1b15680a-7310-5051-994f-195b3dbcc108"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/afda9d38-1ed6-512b-bb14-103a676673c3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8de53676-d4ad-555b-8002-d6c92104844d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f25f435-f2a8-5c96-a8c6-c8c9f426eb3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/615246be-ed52-50e6-946d-c3a886c2e21f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8de53676-d4ad-555b-8002-d6c92104844d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f25f435-f2a8-5c96-a8c6-c8c9f426eb3b"}}],"status":"accepted","resourceType":"Task"} +{"id":"c2370915-4746-584a-8786-67ae8035a742","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001559"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d228d7f1-735b-55d9-83fe-054d8fd758e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a90daa3c-1203-52c2-a4df-4255e2516ba5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c1401d4-dbbb-5752-8de3-9d74c889fd46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ed8b83d-74c8-58aa-b1c5-14acf86cae6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01da1fd4-aa86-5046-9d20-245514940e62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c1401d4-dbbb-5752-8de3-9d74c889fd46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ed8b83d-74c8-58aa-b1c5-14acf86cae6f"}}],"status":"accepted","resourceType":"Task"} +{"id":"98631b34-81fe-5fc4-b6bc-279f6d905bc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001560"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ae98e285-aed9-5efe-bfe3-8c8b756df828"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a27b6947-6642-58c6-bee2-fad4dc86a0aa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0880a05f-1e39-592e-bf21-bfee715d7824"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cd035e0-0bfd-543e-becb-d66081d9cf33"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/304d787d-cafa-53e7-ae4b-cc06ef4188b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0880a05f-1e39-592e-bf21-bfee715d7824"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cd035e0-0bfd-543e-becb-d66081d9cf33"}}],"status":"accepted","resourceType":"Task"} +{"id":"371b31c6-dcf9-5629-9018-4d0d9943021f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001561"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/daed6a3c-6d83-5999-a1e0-dc3e3387575e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/02ba7e07-4c31-5db9-8bdc-ae38cce9932a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e65d24a-fec9-5f42-bec4-14f53dd3c48d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66c9e77e-c793-523d-add3-528158b45221"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1797d8d5-7ccb-5448-93e6-5e9817b9409a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e65d24a-fec9-5f42-bec4-14f53dd3c48d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66c9e77e-c793-523d-add3-528158b45221"}}],"status":"accepted","resourceType":"Task"} +{"id":"de229757-61b9-5135-a05a-40dd5e20d231","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001562"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/46eb98f2-4f54-567c-beea-3d9e2d144e66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9956db38-28eb-52fd-8688-8f149c3d4f2e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c3d2053-bb64-57f2-abfe-989269635b96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d07bfb11-7782-55e7-ab1f-133536040c94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38fd0d86-54af-521a-a62c-55a333ebbe8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c3d2053-bb64-57f2-abfe-989269635b96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d07bfb11-7782-55e7-ab1f-133536040c94"}}],"status":"accepted","resourceType":"Task"} +{"id":"6295d3f7-7fee-5528-9603-44c7749b6443","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001563"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5785c166-1bf9-5950-aeca-00df5911f185"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/26f9db7a-89ac-5935-a6cd-1fb9e31c40b8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c628f1a-9264-5706-8ef8-ff82f313307b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b98753f-fec6-5525-8016-c3edfd8902e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c69c4d0c-aff7-5304-9463-7be0f058550c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c628f1a-9264-5706-8ef8-ff82f313307b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b98753f-fec6-5525-8016-c3edfd8902e4"}}],"status":"accepted","resourceType":"Task"} +{"id":"4f853a26-4c9f-583f-996d-8cb199eca8f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001564"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bc19d217-39d4-55e5-aa07-37aedc4deb72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5ce8fed0-7d0d-51c7-b580-ce06d0444917"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af94aa3c-2c10-5fbe-8a71-541bd817572a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cba6043f-5731-5440-b211-7b65079e9d20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40c82cc8-b0d5-50bb-beb2-fc26b3d52f07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af94aa3c-2c10-5fbe-8a71-541bd817572a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cba6043f-5731-5440-b211-7b65079e9d20"}}],"status":"accepted","resourceType":"Task"} +{"id":"9533d3e2-4ce4-58aa-8ba9-ecf1ba689c15","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001565"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f4104da6-7494-51b0-85a8-e9fd1dbf1ccc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e7ed1a1e-ff23-57b2-af1c-f56548cd06b3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87ebbd0c-5676-5c4c-894d-a99a9a3a23f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f172a147-e2a0-5ea4-8064-7ee5f78e6a18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42c62d22-368c-566f-b2c2-61b90417d120"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87ebbd0c-5676-5c4c-894d-a99a9a3a23f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f172a147-e2a0-5ea4-8064-7ee5f78e6a18"}}],"status":"accepted","resourceType":"Task"} +{"id":"c191e382-3abb-57ce-b921-22a168661eca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001566"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9f8c274f-87df-55f4-9a55-f8f49510f662"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/69d20042-c015-5f5c-9784-21d721049c0d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4023055-3440-56fb-ab61-e2596680740a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4dc4ba84-5d2f-5b8e-b2e6-84d6f4c941a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ceee316b-fd47-5587-b758-c3ea76d8d712"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4023055-3440-56fb-ab61-e2596680740a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4dc4ba84-5d2f-5b8e-b2e6-84d6f4c941a1"}}],"status":"accepted","resourceType":"Task"} +{"id":"bd2a9152-1285-5f44-acc2-41239e4a21dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001567"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a50138e8-10fa-5418-bc32-3f4d69caaa32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b1150de7-5375-59af-a792-47e4150932a3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c34d8b3-005f-583b-b76b-ca04ee80184b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f1bc116-bbf3-5d71-a876-952ff074fefa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2746b002-e590-5ded-92c8-4d694fb59932"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c34d8b3-005f-583b-b76b-ca04ee80184b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f1bc116-bbf3-5d71-a876-952ff074fefa"}}],"status":"accepted","resourceType":"Task"} +{"id":"2d152288-ec0a-5247-be0d-852fd7fef153","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001568"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e4b032ad-50be-5150-ba0f-647dba96cb0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/06ece0d0-e353-5fc2-90fd-2460bc89fffc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eef01b64-599b-56c1-9357-467efa74e1c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38306061-335b-51d8-be03-5059f1a20ca6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6de30940-5afc-5002-be13-a921eb776108"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eef01b64-599b-56c1-9357-467efa74e1c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38306061-335b-51d8-be03-5059f1a20ca6"}}],"status":"accepted","resourceType":"Task"} +{"id":"0bb4407f-aec8-5610-b524-c4f34b0bef29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001569"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a9090400-f38a-51fb-861a-2015811ae2c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b0280603-5259-5b1f-8538-f562c718cc48"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f83eb30-e389-54f4-bdd3-c4bfeffc1871"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ed2e31b-a98f-567a-9b13-edf0d11ce83c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a20165fc-06b8-5a22-acc6-f88ec25270cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f83eb30-e389-54f4-bdd3-c4bfeffc1871"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ed2e31b-a98f-567a-9b13-edf0d11ce83c"}}],"status":"accepted","resourceType":"Task"} +{"id":"2522b8fc-15a0-54dc-992c-3d6014e8f95b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001570"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bf341030-2116-563f-88fd-042c3fbe7229"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7de53062-593f-5e1b-b5d9-12c9750a3349"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/259eaa68-49fe-590a-9b1c-c6b9d02a7db9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0167a93-664c-5c3b-93d8-f3671824b60a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/553c84ad-8ffd-5004-bdcb-40ce086ec1b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/259eaa68-49fe-590a-9b1c-c6b9d02a7db9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0167a93-664c-5c3b-93d8-f3671824b60a"}}],"status":"accepted","resourceType":"Task"} +{"id":"15a56a1e-32ff-5cb8-8ed3-e94fb2155c43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001571"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7a9d2513-bf1b-55e5-897f-824d65c02d47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7d2971f0-a5ad-52b7-bd7b-a1333a4faa4a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb7f9ff0-6b27-548c-a53c-ebb1f9fe8c51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9d920f5-5628-5edd-b5d3-7b7d096cbd9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4166bd8b-d4fe-5012-bc87-44db27b1c11e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb7f9ff0-6b27-548c-a53c-ebb1f9fe8c51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9d920f5-5628-5edd-b5d3-7b7d096cbd9d"}}],"status":"accepted","resourceType":"Task"} +{"id":"d4bedd50-639d-5325-823a-c92ce88f722a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001573"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/acd64024-498f-567c-855b-5d1fc21a41a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/23543282-6294-563f-bef2-a2ecc6b6c032"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b97f99e-a988-5d46-a973-05c673d99264"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4abda75e-b526-5918-b27a-4d5e0b6173a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b802c138-82a1-56c5-8668-8280fc35e14b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b97f99e-a988-5d46-a973-05c673d99264"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4abda75e-b526-5918-b27a-4d5e0b6173a1"}}],"status":"accepted","resourceType":"Task"} +{"id":"9f26d7c5-2994-5112-8699-d5ec8b7f2419","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001575"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dd347ca3-8bf6-54f0-89be-8cdc94e3994d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c4875def-7d4d-5e11-b1ba-7623f6f1a3a7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d730a60f-1e24-588d-bd2c-2a336617e8e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00d2a55b-73f0-5dd2-855e-10e7c6e9f9ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70c9b1a4-df95-5f2c-8b8b-f31308675f93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d730a60f-1e24-588d-bd2c-2a336617e8e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00d2a55b-73f0-5dd2-855e-10e7c6e9f9ba"}}],"status":"accepted","resourceType":"Task"} +{"id":"52989b04-ed7d-5355-90b6-3c6de881ca3d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001577"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e2bd0a6c-fe1e-5509-b269-72ce09d66db5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/34ff46b6-08d1-5a2e-9f72-770f93546e4c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ffefa1f-01c8-514d-be9f-e0f09b05c94d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d2e6eb8-717b-50ac-82d3-ae0ac0de138a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/072b73ed-aea3-5f09-815c-37d4cfe7c04d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ffefa1f-01c8-514d-be9f-e0f09b05c94d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d2e6eb8-717b-50ac-82d3-ae0ac0de138a"}}],"status":"accepted","resourceType":"Task"} +{"id":"25999afb-2ba9-593c-9116-fe3d96f27afa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001579"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a28c9b09-c65c-53f8-a981-dc449da4f4dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/78805676-0708-5edc-a6c2-87cdb3c6d11c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/995f1c58-9cea-505d-98d9-52d6597f3d32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3716acf6-b880-5f72-a6db-3b21e97550fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42c48a28-6c0f-5426-8f6b-7b36c7cd7c43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/995f1c58-9cea-505d-98d9-52d6597f3d32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3716acf6-b880-5f72-a6db-3b21e97550fb"}}],"status":"accepted","resourceType":"Task"} +{"id":"bafa56ad-ca94-5792-bcc7-e5fb722294ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001580"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7fa39ad1-e70a-5760-aeee-58bbd5234ba7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7714bf33-e226-598a-b7e1-f81d29b3acac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c9b4b23-a86c-5bbf-b833-b34ec94d1d71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a587cd7-7554-5e85-8edc-2459aa1bbd1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b19a86cc-6289-5698-8c82-b129d6d10239"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c9b4b23-a86c-5bbf-b833-b34ec94d1d71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a587cd7-7554-5e85-8edc-2459aa1bbd1d"}}],"status":"accepted","resourceType":"Task"} +{"id":"ca6f3a9b-9228-53e0-a4e7-9ddb939740a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001581"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/45ed3532-3c61-5591-bdaf-5988ee748fd0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e89c1252-125e-5705-a82d-cd91cb7768e9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4bc50aa6-04d2-507a-8948-46d26e00f13d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a96d4840-82f9-5b41-a75c-58c4a2d5dc0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8ec6f6a-2a36-59d9-8ccd-08e020772781"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4bc50aa6-04d2-507a-8948-46d26e00f13d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a96d4840-82f9-5b41-a75c-58c4a2d5dc0e"}}],"status":"accepted","resourceType":"Task"} +{"id":"7ca68a22-2dcf-592c-9376-66e01d89fe54","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001582"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6b03fd7d-daad-57a2-87ac-d8eeed03aaff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b016e6ec-43ab-5e98-aba4-df68608f331d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7629173-f7ac-5c3b-abea-827ffbdf8213"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0bccd83-33d1-5394-b752-e2ffd14739d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47aca00f-f4cd-5bb6-87bd-1897637b2580"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7629173-f7ac-5c3b-abea-827ffbdf8213"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0bccd83-33d1-5394-b752-e2ffd14739d9"}}],"status":"accepted","resourceType":"Task"} +{"id":"5db16266-7a14-5808-8d32-fe40407f2473","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001583"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eb97a69d-20bf-5a86-8542-f7aa8f098b49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ac45981f-2f5d-5c0b-a032-6c7e1a5e4664"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61700a66-5437-5af6-b798-5b4019d1a1fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd8f67cb-7769-5555-a7d9-c6afc1712659"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c3d466e-9dfd-5511-b7e1-726272349689"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61700a66-5437-5af6-b798-5b4019d1a1fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd8f67cb-7769-5555-a7d9-c6afc1712659"}}],"status":"accepted","resourceType":"Task"} +{"id":"07dff1f5-a6e0-5467-9e84-f8e372fc760a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001584"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7af2a2ac-2f61-5b2e-bc8a-41f72be7c5e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e980dd50-f8e8-5217-9308-94a7f926e6f1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69e5fad7-1a6a-5897-b0a7-58dc309c9636"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e244e43-8db1-58c3-a8e3-73f08cf1d8e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd80b91a-e066-5699-bdf6-7a2c6f5dbc78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69e5fad7-1a6a-5897-b0a7-58dc309c9636"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e244e43-8db1-58c3-a8e3-73f08cf1d8e9"}}],"status":"accepted","resourceType":"Task"} +{"id":"23955c8a-4398-551d-aa98-d003111e901a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001585"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e3baa26d-9365-543d-ad4e-660893da8205"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/08c7e37e-8113-505f-957a-8bdc487e8a17"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67eaf915-5e98-5dab-92ee-d1a97485f774"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7af54fa-7e6d-5b5c-b95d-3c0201c0ef72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fc083f9-1a3e-5d7e-8f13-f1be05031f40"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67eaf915-5e98-5dab-92ee-d1a97485f774"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7af54fa-7e6d-5b5c-b95d-3c0201c0ef72"}}],"status":"accepted","resourceType":"Task"} +{"id":"626a8fbb-0e8e-578c-9eae-d6a2f7007fc8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001588"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/954babbd-495b-59f0-9695-953e7c8f4a05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c0fee2d9-efc1-5b50-803c-1db503c0ec16"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6c95b7c-2d30-5a9f-be09-51a3ba4abc65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ef21d1f-b8d2-5fbb-8804-64e8efeffa39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73e4cd89-6ef5-5f9f-9d66-bcfe7febc1c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6c95b7c-2d30-5a9f-be09-51a3ba4abc65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ef21d1f-b8d2-5fbb-8804-64e8efeffa39"}}],"status":"accepted","resourceType":"Task"} +{"id":"9b97fbf5-dfc7-547c-92ae-633f4e54b400","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001589"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/00a5ca7b-6994-5156-bb17-d68bef73508c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8af8c00d-0509-510c-864d-024d0c4937c2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2a2158b-d828-5239-8171-a78d567979cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6be32eac-e774-5f1a-b45e-f6a5f75605d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7591d2e3-55ec-52be-b9d1-e32a2f1b76de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2a2158b-d828-5239-8171-a78d567979cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6be32eac-e774-5f1a-b45e-f6a5f75605d4"}}],"status":"accepted","resourceType":"Task"} +{"id":"6795f035-c447-5abc-9b76-9c8a73f6f509","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001590"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b783a2ed-3004-58ed-aae0-6bbf09311b07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1d683c10-cc85-5625-988e-3d4b77431592"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96425fa9-3488-5efe-95d5-7c433aac85ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05691a6a-e19f-5178-98bb-5ba6c077e6ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/178cf6a4-c450-5b2f-b79a-d76617564048"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96425fa9-3488-5efe-95d5-7c433aac85ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05691a6a-e19f-5178-98bb-5ba6c077e6ac"}}],"status":"accepted","resourceType":"Task"} +{"id":"5d45e56d-cc6c-5318-b6ec-fa620daca47b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001591"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d5935a13-2976-55b0-92ed-0656840fec9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8ab68a70-b3f3-5519-b0da-7822ec302595"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba04ba42-2b59-512b-838e-9b708c9d3b8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45379436-e8a5-59f8-b405-01f686e2c49e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95db02ea-17ac-5ce4-85c1-73582c04105f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba04ba42-2b59-512b-838e-9b708c9d3b8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45379436-e8a5-59f8-b405-01f686e2c49e"}}],"status":"accepted","resourceType":"Task"} +{"id":"0948dbd9-74ee-5618-b2de-ae6ae53f2942","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001592"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1240f655-5496-5c40-83ed-7d4a6e256857"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bb487986-ab9f-5011-85e7-995fda5fe216"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba54d64a-7130-56dc-9ed8-f9bbfbc007b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6525003d-b10e-5630-bb0d-1d674b5fb80b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1635d1bf-500e-559b-b704-97826af4bdf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba54d64a-7130-56dc-9ed8-f9bbfbc007b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6525003d-b10e-5630-bb0d-1d674b5fb80b"}}],"status":"accepted","resourceType":"Task"} +{"id":"d5e33f52-3986-5eff-93c3-299530e25129","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001594"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/835a119d-d474-521f-941d-093f75bd8f52"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fcfa057f-4f8a-568e-968b-784b90e66ec3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f739011-1244-5f6a-8637-834e4d002d6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f41bb69-b255-5772-b9a2-bedd63ac3096"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7359035d-fa4f-5714-9efb-dc221c999208"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f739011-1244-5f6a-8637-834e4d002d6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f41bb69-b255-5772-b9a2-bedd63ac3096"}}],"status":"accepted","resourceType":"Task"} +{"id":"d46d29a7-a9e1-5996-a1af-41f1f13df3e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001595"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5cee8407-7aa9-53d9-a807-7ad0f83f077b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e47bc915-e8d0-55a1-a6ca-9818a448bfad"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7895efb-8316-5de6-89dc-bca5f1eec56f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eba470c4-bbda-5b7c-b148-01790090c530"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2225003-b6cf-57a5-a877-1d49b3b71f28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7895efb-8316-5de6-89dc-bca5f1eec56f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eba470c4-bbda-5b7c-b148-01790090c530"}}],"status":"accepted","resourceType":"Task"} +{"id":"9aa9d0e6-810e-581b-a764-3eb5aa28de04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001596"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d7cf9569-a0bf-5771-8bdd-20b0f4eedce1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/32838d30-c6cb-5e71-af95-5b150408ffd0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38fb9c80-72b7-5ede-801e-931b5e8345af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c145ecd-955b-5c25-bf3f-fddcf9f75ef6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a27d4b3c-ba5b-5e52-8800-d580cd25c914"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38fb9c80-72b7-5ede-801e-931b5e8345af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c145ecd-955b-5c25-bf3f-fddcf9f75ef6"}}],"status":"accepted","resourceType":"Task"} +{"id":"ad042066-cca2-53b8-aee6-803e071b06c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001598"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e8ece533-bb6a-5695-81d2-f33b2765ab1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/15234fff-562f-56cf-9d33-c8cfdb6cfdca"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f1e5227-ef2c-53c3-8142-c73aff6ca8a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec3e15ae-f0ff-5235-bd87-c28364c2d8b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/545835bc-bcd2-5c63-a5be-09f46017f4f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f1e5227-ef2c-53c3-8142-c73aff6ca8a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec3e15ae-f0ff-5235-bd87-c28364c2d8b7"}}],"status":"accepted","resourceType":"Task"} +{"id":"f1fb71a1-2f98-5531-8708-42c3a89f9940","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001600"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/df40d3c8-1ee0-59ed-8dc7-b8918d69e267"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2f98c19d-50e7-5cf5-8e5c-6d433bcf09e2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0b94bcb-ade7-5fc7-9682-456d3d9fb97a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83dad460-bff3-5478-9ef5-dcc1900e900f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de4d6809-ecae-51aa-ac17-ad262920ecc0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0b94bcb-ade7-5fc7-9682-456d3d9fb97a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83dad460-bff3-5478-9ef5-dcc1900e900f"}}],"status":"accepted","resourceType":"Task"} +{"id":"3b65b03e-17d8-560e-bac0-c66b76d796d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001601"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6bd47bee-f434-5573-a1a0-d218a789e2ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/44c0bc2c-61eb-5708-b721-c39fa18aa2cc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3959340e-0f03-557f-9fd0-f02b0c74486f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/713ca787-f681-58f2-9e57-b89ad18515b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4557aa11-8494-580d-a062-94be2660b2cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3959340e-0f03-557f-9fd0-f02b0c74486f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/713ca787-f681-58f2-9e57-b89ad18515b8"}}],"status":"accepted","resourceType":"Task"} +{"id":"fb9e0775-62ab-550b-8098-032999e4e360","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001603"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/774e4c87-4f9c-5f9b-ac56-9c7e8ff6a6d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4958f557-73c7-5d75-9a57-075ce946d31c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0765e5b-50bc-593b-b333-03c11726c36b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9103d805-4793-52d2-9525-3ff10d20b618"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20a694c6-4636-57b4-807d-1d4dd74c7294"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0765e5b-50bc-593b-b333-03c11726c36b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9103d805-4793-52d2-9525-3ff10d20b618"}}],"status":"accepted","resourceType":"Task"} +{"id":"f6b49884-8b10-5631-aa4f-fb9fcce4eda0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001604"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dfe86e45-d3f1-5b06-91ca-1d0120ef88d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/88d7fd33-bf9f-5489-9084-bbc1986ff9ae"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3696dd31-89c2-50b5-976a-d1244d59b3a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91b2e0ff-fce1-502f-b67f-ba2e4f60a990"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15a15017-68f5-5070-877e-bb2c8cd51171"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3696dd31-89c2-50b5-976a-d1244d59b3a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91b2e0ff-fce1-502f-b67f-ba2e4f60a990"}}],"status":"accepted","resourceType":"Task"} +{"id":"fdf4a206-19f5-53a4-9c5e-59d8b1a523f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001605"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/65567bf6-db23-57ea-ac73-233aa25d5f30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/17f1ad6a-6d90-518a-8870-b8061cb5c540"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/444fab21-d9c7-5975-bbaa-fb279879b2cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71fa0ba3-157e-5522-97b1-3429e4dc53a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1ebf1e7-124a-5c3d-8e8d-30dfa2fbfa61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/444fab21-d9c7-5975-bbaa-fb279879b2cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71fa0ba3-157e-5522-97b1-3429e4dc53a0"}}],"status":"accepted","resourceType":"Task"} +{"id":"5d82f263-6bc0-5494-a127-732745424791","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001606"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7fba446b-d24c-571f-84ae-4712530c2211"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f7681517-b6e5-55ea-aaec-5ae216e41b24"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/302a800f-bb3b-5283-bb04-bb0e59a5ab80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53a44caa-a2bf-5518-9adb-59e2727905ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc35b725-609c-579d-b21d-47ee7a0ab303"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/302a800f-bb3b-5283-bb04-bb0e59a5ab80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53a44caa-a2bf-5518-9adb-59e2727905ce"}}],"status":"accepted","resourceType":"Task"} +{"id":"39879c2c-4f4a-5070-971a-172c2fed1aee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001607"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/835f9e46-b541-5848-83eb-43f627aeadf3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c808ba1c-1e15-5e47-9669-87ec9bf5a8c7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f658516-ad28-5f7b-8c31-d90942b15872"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c02fcf7d-9026-5f8b-8063-8bc473a207ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b655572e-c70f-589c-bf68-47ced41d4f89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f658516-ad28-5f7b-8c31-d90942b15872"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c02fcf7d-9026-5f8b-8063-8bc473a207ce"}}],"status":"accepted","resourceType":"Task"} +{"id":"f76a4267-f74e-5c6d-be35-3b066c5bd0ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001608"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3a4973d5-b718-536a-a77f-21b7b96104ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9a00756a-714b-5fd5-bedc-be272c792e27"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00fd92c6-1d08-5587-9135-0b16bcc1f80d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8f5bc26-2fc9-5732-861b-2b81ff573ff2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdc05798-250e-59f8-ae37-6f274529cbcc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00fd92c6-1d08-5587-9135-0b16bcc1f80d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8f5bc26-2fc9-5732-861b-2b81ff573ff2"}}],"status":"accepted","resourceType":"Task"} +{"id":"9074056f-8f11-54a2-bd9b-67d26805062e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001610"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ede44ec3-fd90-5357-9059-8a6944f87360"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/12f67337-e7ac-569b-9476-34bd566788eb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96138152-4946-5a87-b918-baa4b1455488"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5157dc48-bd2a-5f86-ac23-6a5778525a37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3bd8bae-ae65-57a8-9641-b41f403dd421"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96138152-4946-5a87-b918-baa4b1455488"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5157dc48-bd2a-5f86-ac23-6a5778525a37"}}],"status":"accepted","resourceType":"Task"} +{"id":"5acb1a65-54b7-5140-b7fd-72127d78c7e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001611"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/92ac3665-f7a1-5334-b46d-cb9f9c41c032"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/20422757-0f38-5a45-a55f-55ee7977f1d5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e15415aa-94a3-5051-9559-e4bdb4e832ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9129e1b-c61c-5fd9-b410-000e54413aa1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63543789-1181-51fe-b6d7-9dd64aea94f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e15415aa-94a3-5051-9559-e4bdb4e832ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9129e1b-c61c-5fd9-b410-000e54413aa1"}}],"status":"accepted","resourceType":"Task"} +{"id":"560d22ec-9393-5d53-ba01-4cd06ac35d08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001612"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bee2797c-bb6f-5656-bb7b-bdc74066b2f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/73a64e9a-5df1-5a1b-a231-14430d77d4d0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11170cd5-d8b4-591b-9cae-7c54ccb9b333"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21a03dc4-b1df-5854-9e81-0527e89268f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcf65bfe-805a-5e33-9ff5-e4c25bd79434"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11170cd5-d8b4-591b-9cae-7c54ccb9b333"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21a03dc4-b1df-5854-9e81-0527e89268f2"}}],"status":"accepted","resourceType":"Task"} +{"id":"fbe8b121-275b-5dae-b7eb-f0ddf579cd65","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001613"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6f355a2b-377e-5a31-89cb-dfe3b6d8fb68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bef721e6-d619-5309-a523-95c9f5512eac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca2285af-e8a6-5895-ab88-aa366e66bc73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4660acaf-d517-57e7-a6fc-436c63aede2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c17540d-b57e-5b55-8dc6-c64a82766544"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca2285af-e8a6-5895-ab88-aa366e66bc73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4660acaf-d517-57e7-a6fc-436c63aede2e"}}],"status":"accepted","resourceType":"Task"} +{"id":"b0e5a49b-7393-54d0-acba-c02a770b671d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001614"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e2e866c5-ecbf-56b8-a04c-964dbc3ee59b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d24be718-4eb0-578b-9bfe-e299163e6f3e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed568be1-30ff-5033-beae-4bb0e470514d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f115919a-df72-56dd-86be-72e874cb1802"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca1cbff1-1386-5c44-9a2a-4bc55eff5387"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed568be1-30ff-5033-beae-4bb0e470514d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f115919a-df72-56dd-86be-72e874cb1802"}}],"status":"accepted","resourceType":"Task"} +{"id":"2463befb-c8a7-5c99-9d3c-49a93d9867cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001615"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e51736d3-7673-50df-8f93-de7b554a0429"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/267bdd3c-e602-56ab-87d2-3522840fc055"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7015bf99-983e-59fe-9fd2-8ca3869d5226"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65b8e3da-9b34-55b7-bbc0-37945d39f452"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe7d3cf9-1de3-5721-80b6-df556401c1a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7015bf99-983e-59fe-9fd2-8ca3869d5226"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65b8e3da-9b34-55b7-bbc0-37945d39f452"}}],"status":"accepted","resourceType":"Task"} +{"id":"0eb55614-0f16-539c-aa61-22728520b709","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001616"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/824e8da5-fdd9-5297-9962-f2c4dc97f8ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cb17d29e-5149-5b02-b2c5-2d0f65c66913"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/050b6f11-6dc8-5761-b8b5-f9ce11b44066"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1800254-e96d-5613-ba54-f9140157df8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e05ab815-673b-5b92-bdf5-929b75ef16e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/050b6f11-6dc8-5761-b8b5-f9ce11b44066"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1800254-e96d-5613-ba54-f9140157df8a"}}],"status":"accepted","resourceType":"Task"} +{"id":"0d578c85-a953-5be6-b0aa-3b726c4c96f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001618"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/667988d5-2256-54e3-9c3b-fd4f5958a35b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e600489a-3d7c-590d-b9c3-5924ce376b87"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75da1211-1505-5948-b127-f41737007428"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b6dd3dc-e232-5527-b31a-ad16d3afc17b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0da7018-0b02-5cea-bb24-9dbb57129dc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75da1211-1505-5948-b127-f41737007428"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b6dd3dc-e232-5527-b31a-ad16d3afc17b"}}],"status":"accepted","resourceType":"Task"} +{"id":"495d73a2-63bd-590a-89d4-f8f676add1c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001620"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/58db06c0-2d26-5c9d-b14c-d34846595a31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dc4fb7e4-0126-5992-942e-2732024ca41d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5117a835-ac24-54f6-8696-2b5667c75293"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2afc1fa4-95fc-5577-89a9-c5f66ffeda1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/910c3aa1-1eb9-5b93-8e7f-6adb6764281c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5117a835-ac24-54f6-8696-2b5667c75293"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2afc1fa4-95fc-5577-89a9-c5f66ffeda1c"}}],"status":"accepted","resourceType":"Task"} +{"id":"7169802d-276d-5b92-81ab-a1ef2409f23e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001621"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8e13f750-1715-5f29-bcc7-bb5a621e3094"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d9ef92b9-b1e1-5e09-beab-d2a0c6c39dbf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3130720e-8223-591f-a88c-51511f8bf9b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c05f2121-debf-52d2-b61c-f2ed8629080e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cb1af78-e1ad-562d-b995-6d1e017ade5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3130720e-8223-591f-a88c-51511f8bf9b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c05f2121-debf-52d2-b61c-f2ed8629080e"}}],"status":"accepted","resourceType":"Task"} +{"id":"963c56a1-7cbf-58bd-bdcc-81406033ee39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001622"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ca226a92-9d4f-5e1d-8979-458565275398"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/45e85d77-dfe9-5f10-a20e-c5746fdab8e4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4b54a48-526a-56be-9c2c-d00d85b3be44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ac4bcba-d344-52ff-ae2b-670d2e504aa1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2236f76-2a4d-5439-8579-117923b8ce29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4b54a48-526a-56be-9c2c-d00d85b3be44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ac4bcba-d344-52ff-ae2b-670d2e504aa1"}}],"status":"accepted","resourceType":"Task"} +{"id":"c25bb8ca-c366-5888-8a61-47b8753459b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001623"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/72c58200-be63-5e63-86a1-6c02b66ea3af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8d3c0abd-e4ff-5e30-a597-669106fd156e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85d134f0-819b-5bb8-a89b-643c821c3653"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/647081d0-fbce-50f3-838c-36685c64a26b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12e8f83d-71ec-5e41-98d1-52f30a1998cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85d134f0-819b-5bb8-a89b-643c821c3653"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/647081d0-fbce-50f3-838c-36685c64a26b"}}],"status":"accepted","resourceType":"Task"} +{"id":"e0c12a98-bce4-53de-a101-c9f1799e1b1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001624"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/743ac24e-e527-54eb-87c2-587ba29ea07f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/570a1e3f-d60c-5b06-b5c4-0ccdf509c297"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/432a7550-f0d3-5f53-bdb6-5d71b06c0446"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8273102d-ed92-5346-9ea9-76735b5242ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc72e7ff-da64-517c-b4ad-df314b22fad1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/432a7550-f0d3-5f53-bdb6-5d71b06c0446"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8273102d-ed92-5346-9ea9-76735b5242ce"}}],"status":"accepted","resourceType":"Task"} +{"id":"02cec8a4-da48-53e7-acaa-ec839fee0545","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001625"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1a5f5f7e-19ab-5506-9879-b4fe72038a64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/efa680aa-2d7b-5897-8e52-9d64b7e7a279"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aeba62c0-46de-5fea-bfaa-ccb955c5c8c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6dcfe9a3-332f-5019-9917-20f48f3c6129"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/580f30b4-95dc-578e-aeeb-50cbcd8c56c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aeba62c0-46de-5fea-bfaa-ccb955c5c8c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6dcfe9a3-332f-5019-9917-20f48f3c6129"}}],"status":"accepted","resourceType":"Task"} +{"id":"c20f275d-6fe0-5cf1-84d5-79591dc5c73f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001627"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/01c1da48-6755-5242-beff-a479ba90795f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3114d7d2-c089-595a-8061-0cfdde980780"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b154c155-8348-5ebf-99c5-2f503678cbe8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0eeb37bb-60db-5c02-9f04-a7542555a9e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b446013-af2e-5468-a9b6-ec1aa1271eb0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b154c155-8348-5ebf-99c5-2f503678cbe8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0eeb37bb-60db-5c02-9f04-a7542555a9e0"}}],"status":"accepted","resourceType":"Task"} +{"id":"865260b0-ab2f-5ed9-9a79-9d42486b34fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001628"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fc69e6a8-5cb4-57da-834f-b48c09dab039"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d5c329e9-f293-5de9-984b-0307ce512acc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af1d0ad7-54a5-51e1-badd-0f5d2faacbf0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0be18b9e-ebb5-5cb2-8013-82751b6b8b41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/566065ac-d610-5107-9a4b-6c5fe5141564"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af1d0ad7-54a5-51e1-badd-0f5d2faacbf0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0be18b9e-ebb5-5cb2-8013-82751b6b8b41"}}],"status":"accepted","resourceType":"Task"} +{"id":"cd387a0c-71fa-5254-bb15-3ea10e32f3d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001629"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/302faa9f-2e86-58c4-bf35-f1633c2df88c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ba3d529b-616c-5c40-990a-f42a3dcffdb2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/205aa155-e40c-5e27-aa3e-dd13d51f8d49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25351492-9c66-5d41-82a8-a81a240b8f21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4576d0e2-1b85-5114-8110-16b8e31f3aef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/205aa155-e40c-5e27-aa3e-dd13d51f8d49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25351492-9c66-5d41-82a8-a81a240b8f21"}}],"status":"accepted","resourceType":"Task"} +{"id":"28059d4e-9590-5b38-9a6c-6849183afb19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001630"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7e420247-e104-567f-b02a-ef7282411013"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9b785c78-37d1-5300-ae72-4971e434365d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a87a12d-b8e5-5cac-8f0f-feb1e4ca4718"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30a48fc9-d76d-5a23-81a5-f859c5f9e585"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e27a5581-ce4e-5bfc-a5fe-92906a1d1660"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a87a12d-b8e5-5cac-8f0f-feb1e4ca4718"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30a48fc9-d76d-5a23-81a5-f859c5f9e585"}}],"status":"accepted","resourceType":"Task"} +{"id":"5384a71d-5ee6-5ce9-b4c9-c71c085b8355","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001631"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/751d9d5d-9912-5406-a2ed-eba2d76a3133"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/249986f0-03b7-54f4-8adb-d5be1e85e6e8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16c49b29-1bc1-50dc-9917-dd652131ef5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75ee4285-61d8-561b-9775-57fa36e636bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd52ec56-d598-546d-8bbb-0e999d96b783"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16c49b29-1bc1-50dc-9917-dd652131ef5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75ee4285-61d8-561b-9775-57fa36e636bd"}}],"status":"accepted","resourceType":"Task"} +{"id":"7ee37d77-a343-5203-8c9b-622260d9e4d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001632"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/40c328be-2206-54e9-a25c-8a5ec9bc58c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2ad740d8-2cf4-5170-a524-54f88b08acd1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f40938d-0390-5386-9416-6306591517a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5542667-b045-5d91-8b50-7de4718be104"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c48e876e-af3b-55a5-ab11-980ffae01d91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f40938d-0390-5386-9416-6306591517a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5542667-b045-5d91-8b50-7de4718be104"}}],"status":"accepted","resourceType":"Task"} +{"id":"686f0408-8850-5b2e-b8af-6910209684d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001633"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3d5560f4-cfac-5cf0-a81d-e2414c0ab93e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/02fbd12e-33bf-5db9-b7fc-0f89c8190df6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf64fcb8-208f-5d66-b07a-d3986e916155"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d83076a3-8606-595a-8e3b-c7e9103c73dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5c17131-6ce1-561e-acd9-d124eab4bfe9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf64fcb8-208f-5d66-b07a-d3986e916155"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d83076a3-8606-595a-8e3b-c7e9103c73dc"}}],"status":"accepted","resourceType":"Task"} +{"id":"739d5a74-ca7f-53a7-9295-1d275ad86be2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001634"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4baac138-e8e0-5bce-ba34-5d36d306b094"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/16f2aecc-a31f-5e3d-83c4-ba7eb858acab"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0a72f32-b991-56e2-8082-3dd544e89c73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/277d0054-2827-537b-b40e-02762f425345"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3933666-9c01-5558-ab00-5576a87a0b9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0a72f32-b991-56e2-8082-3dd544e89c73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/277d0054-2827-537b-b40e-02762f425345"}}],"status":"accepted","resourceType":"Task"} +{"id":"41ae1549-d3da-596e-af43-9140a83c0d7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001635"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f8b2538d-537e-5111-81e7-bf7c6caafd1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3b88e507-f485-55e4-a8ed-df75c08952b2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0bba680-4d00-5f24-9611-7189310674e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68f4ab40-a1b5-5113-9dcb-53a1c45bee3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f631dc4-8567-524e-b6db-e22809b2456e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0bba680-4d00-5f24-9611-7189310674e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68f4ab40-a1b5-5113-9dcb-53a1c45bee3c"}}],"status":"accepted","resourceType":"Task"} +{"id":"3c40e59f-bc4b-5902-8ec5-2479725a8eed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001636"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2bb2188c-fb4b-55ee-9f20-82447f59caf7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bdcf4e04-3646-50f6-a8ac-3e6b2f543045"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f9b4fc9-cd46-5eef-8699-db95b4fb7a16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fa3f78e-0dd0-5727-b334-4c8b7837c258"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee1940d2-67b6-5ace-8a20-810b6e46ef11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f9b4fc9-cd46-5eef-8699-db95b4fb7a16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fa3f78e-0dd0-5727-b334-4c8b7837c258"}}],"status":"accepted","resourceType":"Task"} +{"id":"eedaaaa8-9c3b-591d-a5f4-d9ad08b3f7c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001639"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aab302cc-e532-597a-8caa-3268213efa1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7562326b-0bb1-56b8-88e2-0243c0be9290"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43394252-d0cd-5692-9c82-a8256a58c71c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d84bf32-34f0-54e9-819c-156cacb3a65f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6f14713-961f-5c7c-b0de-6d9f3854c4a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43394252-d0cd-5692-9c82-a8256a58c71c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d84bf32-34f0-54e9-819c-156cacb3a65f"}}],"status":"accepted","resourceType":"Task"} +{"id":"f699bfea-65b3-574b-b190-cab846a16ed2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001640"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/64a7ea68-c793-52bc-aa7f-5f254b792105"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/64534e54-f322-5fd7-aea2-9518daa58459"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82e2bdae-d965-595f-a4ab-df2ce79de5fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cef5db56-8dce-5fd6-acb1-b366aa29e456"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea2a9d89-1d26-5ba0-a30e-ae6d94f79fa0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82e2bdae-d965-595f-a4ab-df2ce79de5fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cef5db56-8dce-5fd6-acb1-b366aa29e456"}}],"status":"accepted","resourceType":"Task"} +{"id":"84ee1593-b334-5c0c-b7b5-4654b531f00e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001641"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bdfe89eb-cc82-5ea9-a47e-9b6c89c5ab8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a23db5f9-18ec-5534-898f-5cb132af23bd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65af2f21-9aec-56e3-bdcf-5f6d9c0f1262"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/360cb7ac-17ab-5007-a369-59db089605df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5492b2f8-9440-5403-900e-cb595e8d4188"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65af2f21-9aec-56e3-bdcf-5f6d9c0f1262"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/360cb7ac-17ab-5007-a369-59db089605df"}}],"status":"accepted","resourceType":"Task"} +{"id":"65985b51-4ce6-5b64-914b-7a80d9fe6518","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001642"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/463aeb31-e235-5cf0-8f62-10d3cadeec1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b0578d60-ebec-5a36-9280-bff1a6190b45"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf51b3cc-59ce-59d0-8868-11ed7d1e287e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4941336f-27c6-53de-b428-3d674269c27d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b52a2e9-403c-5c0d-bf35-e78d21b68170"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf51b3cc-59ce-59d0-8868-11ed7d1e287e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4941336f-27c6-53de-b428-3d674269c27d"}}],"status":"accepted","resourceType":"Task"} +{"id":"4eba9f32-ebac-598d-a97d-959385415d20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001643"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c09fa01f-f457-55f8-902c-cbc197a4210b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/296d2a20-613f-50c0-b450-38c511a37451"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/811c851a-afb7-59ff-8e8c-148fc3bda3da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f1d0aaa-b2bc-5dab-9534-acda647f93bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c48b8c9f-5943-5a69-a68b-c16b7b2fad7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/811c851a-afb7-59ff-8e8c-148fc3bda3da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f1d0aaa-b2bc-5dab-9534-acda647f93bf"}}],"status":"accepted","resourceType":"Task"} +{"id":"6f456faa-60ac-52f4-ad89-11c1bd6a709e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001670"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3c0801e9-075e-5995-88f4-b5fc9c9325d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1c8ca840-d247-5445-a6b2-73dd4db10655"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75e03900-be67-5cff-be5f-6b18e34760a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bbc9fe31-ff61-50fb-9c21-dfa5d83b4904"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b92bfd1e-6586-59c1-a32c-301c76a00484"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75e03900-be67-5cff-be5f-6b18e34760a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bbc9fe31-ff61-50fb-9c21-dfa5d83b4904"}}],"status":"accepted","resourceType":"Task"} +{"id":"7484fc5e-5483-5600-8080-899c245c7052","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001671"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/feee8058-75f2-5145-9730-ed52b333b47c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2ad834c2-b57e-51ca-9b65-5e3c34a6b9a3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f58c9e39-4136-5486-b045-fcae436d8c88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c310edee-68fb-505e-adea-d54840fb12c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0469a9b-0c43-589c-b26f-c02c2fef64d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f58c9e39-4136-5486-b045-fcae436d8c88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c310edee-68fb-505e-adea-d54840fb12c8"}}],"status":"accepted","resourceType":"Task"} +{"id":"fe059f9e-3598-5956-80e2-91d8f082723f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001672"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e0700ca1-2c89-50d4-b028-fa0dbe087d56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a03eeeff-37c3-5f5d-b142-a3b37f3b9965"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/512a3ac5-410a-5444-b5de-ea28b8c755e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/882cea3e-098f-5d32-8f7e-009c2afab0e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/020794b6-60c1-54d2-b248-6336b7c9cfd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/512a3ac5-410a-5444-b5de-ea28b8c755e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/882cea3e-098f-5d32-8f7e-009c2afab0e5"}}],"status":"accepted","resourceType":"Task"} +{"id":"20b6c9fb-0e60-5125-a32b-c54582f6a050","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001673"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3b44a9e9-9995-5485-aec3-5d6f0b385a2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c0c83971-24e2-5491-ad04-f36b52ac4e90"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d9297d8-7159-5b79-a430-ea1cb21b984b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0dd0043-2961-5886-9af5-134497140f48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12efba11-eb3e-5705-887d-cd239b631b62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d9297d8-7159-5b79-a430-ea1cb21b984b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0dd0043-2961-5886-9af5-134497140f48"}}],"status":"accepted","resourceType":"Task"} +{"id":"5f7592fa-706e-5103-a368-02250404318c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001674"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/24645128-5fb2-5849-a646-e285885e4e2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d070b5e4-5d3f-56c9-8436-e5e36655078f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5253fd15-f74c-5665-80a2-280f97abd95c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2385d3bb-c336-5fa1-9fc0-84f6b3526731"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b59cba5-35ed-527d-929a-f28ea70c62b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5253fd15-f74c-5665-80a2-280f97abd95c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2385d3bb-c336-5fa1-9fc0-84f6b3526731"}}],"status":"accepted","resourceType":"Task"} +{"id":"e8ff8e8b-2f05-5055-a065-d79d5cdb88a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001675"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a4ca6713-c19b-5a0e-9513-8b9b5f9ef77a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4a5637c3-88ec-563d-9e78-123e4bdf2bc2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ade49036-0034-515e-bbe1-5e5a32a9dc2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55b27d6f-4ac3-5f79-9fce-d27586cc12b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b66c3b84-24f3-5c18-a198-ffd8391beda1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ade49036-0034-515e-bbe1-5e5a32a9dc2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55b27d6f-4ac3-5f79-9fce-d27586cc12b3"}}],"status":"accepted","resourceType":"Task"} +{"id":"6366d4b5-f5f3-5f8d-bc4d-b0998cab17e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001676"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3f02297a-3ebf-5f21-92c4-19645b139403"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8c50e35d-2eec-5876-83ee-ed0a3f0d5e3c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4456f462-608d-52b8-988b-fe849397446f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1cabb882-4798-50d5-8246-f5d646f606df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/187eb969-0e54-58b5-b6b6-c3af7d86a338"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4456f462-608d-52b8-988b-fe849397446f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1cabb882-4798-50d5-8246-f5d646f606df"}}],"status":"accepted","resourceType":"Task"} +{"id":"42afcfaa-0f20-54fb-b87b-2c4f956aa6bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001677"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/db4cdf86-8ef9-53fc-a3d5-e09b4b8b98eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/90e9a7d6-63fb-54a3-9de4-f73243330331"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d15a5d4-8d8a-5024-9174-0cb558208fdb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db7e38de-78f2-57aa-831d-16b49ce5bbf7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ff52592-4350-5d27-98ae-94cb3ad8f282"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d15a5d4-8d8a-5024-9174-0cb558208fdb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db7e38de-78f2-57aa-831d-16b49ce5bbf7"}}],"status":"accepted","resourceType":"Task"} +{"id":"1bff7982-5a45-5e33-b227-378920090139","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001678"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/161572e0-9826-5b1c-b4b1-8da8eaaa2095"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ff06fbc5-e175-57d8-b25a-ae2bc51763cc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44da6249-98f1-5ffc-8e6b-631aba20363e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3f6f24f-bc91-5681-b5ef-a189272d0a1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4f09543-cc1e-59f3-8e6e-46a468c0b4e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44da6249-98f1-5ffc-8e6b-631aba20363e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3f6f24f-bc91-5681-b5ef-a189272d0a1b"}}],"status":"accepted","resourceType":"Task"} +{"id":"5bd8cb5c-c110-5e26-9565-afab28f35a37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001679"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/29850f81-bfaf-56d9-8758-df28fcbf1489"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ae509b66-9214-55a3-9e7c-e3638a4ab6e9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c759ee56-fa3e-5c91-8bd7-20352d26aa74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a4aa5f3-b5f4-583e-9f52-566233435508"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/630f6d13-3a23-5255-93ea-76b3cfdc8416"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c759ee56-fa3e-5c91-8bd7-20352d26aa74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a4aa5f3-b5f4-583e-9f52-566233435508"}}],"status":"accepted","resourceType":"Task"} +{"id":"2c26317b-323e-5d1c-a584-b4356aed0c85","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001680"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3ccc3e39-fee6-5923-85a6-533a2f100e64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8df6d4ad-f278-516d-b43b-50444c8fc842"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fea3bf8-88ad-50c2-9779-8fef63b0040a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b29c6d48-a3ab-5bcf-ae67-081c4d6ee6f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f18c70d-d8d0-5b29-acd3-c9e795e74470"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fea3bf8-88ad-50c2-9779-8fef63b0040a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b29c6d48-a3ab-5bcf-ae67-081c4d6ee6f9"}}],"status":"accepted","resourceType":"Task"} +{"id":"abc2fe22-910d-5b1c-8a83-5bc8fed56370","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001681"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c4e47ff4-f7ec-57e7-b648-17e91265c705"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a7c93a1c-6b97-5b61-9ac8-fd8d1d1ca9d6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71687c5b-1d1d-519c-b273-5de963cddc92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/207cd02b-855e-5473-86e9-42fe5c066c64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99a9c318-3b44-53ed-b53e-d3a2c33ed8a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71687c5b-1d1d-519c-b273-5de963cddc92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/207cd02b-855e-5473-86e9-42fe5c066c64"}}],"status":"accepted","resourceType":"Task"} +{"id":"875169eb-d30a-5610-a23d-cd1db0047452","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001682"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5b1584d7-69a6-5d11-8aa7-7e4ce82fd533"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/953643ea-104f-51c8-a0f6-747bcf0a6961"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/565441a9-0bd9-56db-8897-5bdb7edbf144"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7873f37e-c2cd-5638-9c67-81b99b257ccc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cde47dfc-b4b9-5b98-baf3-a85707fc86e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/565441a9-0bd9-56db-8897-5bdb7edbf144"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7873f37e-c2cd-5638-9c67-81b99b257ccc"}}],"status":"accepted","resourceType":"Task"} +{"id":"bbec8a5d-21ec-585c-8c67-fade72699535","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001683"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/41360a91-97d0-5208-a5f7-c39041bc301e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1d8989b8-2702-598d-850e-eb2bda67c346"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84b86893-6e3c-5cca-802b-1eb32765f4ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b78281d4-b0a4-509b-bde7-0263b8adaf6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a1172c5-c87e-5ef3-8030-6e729834f288"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84b86893-6e3c-5cca-802b-1eb32765f4ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b78281d4-b0a4-509b-bde7-0263b8adaf6c"}}],"status":"accepted","resourceType":"Task"} +{"id":"6780a5b4-1b00-5fc5-b1d4-bee8cf6e162a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001684"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e34e0e57-bdea-5593-9e54-c3e98839693f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/35d297b4-80da-5c81-b26d-f35a6b57db76"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4a4fde4-dd30-518d-aa0d-69f8718a70a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33980bb9-fbd0-59e4-8bf1-647301f5d970"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/603b2594-c899-5c19-bc22-be48b49803b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4a4fde4-dd30-518d-aa0d-69f8718a70a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33980bb9-fbd0-59e4-8bf1-647301f5d970"}}],"status":"accepted","resourceType":"Task"} +{"id":"12c55070-632a-51ef-8d41-2a515e0b9bfe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001685"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/97b38882-9c74-512d-847f-c316d8d6e913"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5d066747-2f6e-5f28-81d2-de9036bc90dd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b82d0f8f-9717-5e57-8171-516f0cdb66b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc9aed15-5d9e-5ec8-b2a0-d94459056e08"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb9e6e4c-326c-55c6-ab23-aeffbd87fb4b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b82d0f8f-9717-5e57-8171-516f0cdb66b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc9aed15-5d9e-5ec8-b2a0-d94459056e08"}}],"status":"accepted","resourceType":"Task"} +{"id":"03601893-a130-5c4b-9170-68c1ecf6efad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001686"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/91dba586-ea4e-57a4-9e19-c09f3cec0cc9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/098389ee-3af3-5f06-9b32-79f5afef480b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30ca3a70-5f73-5031-a94d-82174c71579b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be54af92-5406-5a5e-8582-1a23ebad35c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fdb9fe5f-3aa0-57d1-85d7-a046b369201a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30ca3a70-5f73-5031-a94d-82174c71579b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be54af92-5406-5a5e-8582-1a23ebad35c4"}}],"status":"accepted","resourceType":"Task"} +{"id":"32f8becb-d1a3-54c3-96ea-0f2466ca92d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001687"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/735e94a2-55f4-5a8a-90f9-8bd2bed09dff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/62c21a0d-e207-5cde-abd3-ca8d908fd0af"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9521c91e-a8dd-5a50-ae6d-291fff82d62a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9ce592c-1dc8-5b1d-8264-b654650c32ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67496cbf-9e59-56a1-a95e-dadf9add721c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9521c91e-a8dd-5a50-ae6d-291fff82d62a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9ce592c-1dc8-5b1d-8264-b654650c32ce"}}],"status":"accepted","resourceType":"Task"} +{"id":"975ea731-a005-51cc-a188-6b665ffa9579","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001688"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d2f8f1de-b1f6-5f4b-90aa-8250d3920695"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4e5daf11-4201-545c-9831-1b623864251f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95ef9e23-1fe4-50ac-8678-e2cd5e1f74f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/340a74fb-6525-5d3c-96c0-0a5d9e954c74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ad3d1fe-ea5b-5346-ba4e-9fc6f2b51181"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95ef9e23-1fe4-50ac-8678-e2cd5e1f74f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/340a74fb-6525-5d3c-96c0-0a5d9e954c74"}}],"status":"accepted","resourceType":"Task"} +{"id":"b58bbd37-e944-52c0-90a3-3ae4f3479879","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001689"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/672fc657-db26-5449-8ecd-de717041f9d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5f8ae4ae-dc06-5aa6-9f22-3d7920db3e28"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe9f2502-30f9-5e44-b63e-f3449f57cca5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97c32fd9-b834-5cfd-a6ed-9c8f1ab8dcfb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fea02184-d23b-5c0a-b864-33dc6551a560"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe9f2502-30f9-5e44-b63e-f3449f57cca5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97c32fd9-b834-5cfd-a6ed-9c8f1ab8dcfb"}}],"status":"accepted","resourceType":"Task"} +{"id":"4d499c82-3edb-5ee8-85ae-980c3c9a05a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001690"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e698a3ad-6e7a-5b1d-b342-1b07049379bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eff75086-a157-5d65-8e3c-034abe0a4b0b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95eada6b-6986-59e8-9218-035250da6ccc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8289ed08-dd07-5d3d-9671-29939c5baeb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65700c39-e62f-5f18-ab71-37f0aa61f649"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95eada6b-6986-59e8-9218-035250da6ccc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8289ed08-dd07-5d3d-9671-29939c5baeb7"}}],"status":"accepted","resourceType":"Task"} +{"id":"f2dd5f35-d68e-5bef-bfa1-7432164e77ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001691"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e9f3b06d-9dc9-5132-a890-7239becf39c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f847c897-bd5a-59e4-87ee-4562e925b54b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aebfe59f-9738-56bd-b56c-ffdd38db728b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f3c11f0-80d4-5252-9459-dfd7a60d0800"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdad0532-acc9-546c-8d43-4f71dbfd372b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aebfe59f-9738-56bd-b56c-ffdd38db728b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f3c11f0-80d4-5252-9459-dfd7a60d0800"}}],"status":"accepted","resourceType":"Task"} +{"id":"4986a08c-ab5a-5957-9bbf-c133f10359c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001692"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/12745246-0776-5015-8743-d2c217d7d7f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a8235bd0-824a-525d-8ae8-ad939717e3ef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad2227ee-c34d-5577-8f37-b7e1c2233b7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54522bfd-d8e1-500f-a859-a65c4ef4ad41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f69e8f8-d5bf-5f69-add1-e607f76abba6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad2227ee-c34d-5577-8f37-b7e1c2233b7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54522bfd-d8e1-500f-a859-a65c4ef4ad41"}}],"status":"accepted","resourceType":"Task"} +{"id":"4764e684-2bbe-5be4-a9d6-753dbedc9176","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001694"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/070ab54a-697f-5937-8886-fa2e720f15b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fc95a00b-4465-54c5-8be9-48b489bf7740"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0fad4dd-8c62-59fb-a66a-b4ae21bcc4e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8540c5ae-540b-548d-887e-e2295cc226f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/edfe14f3-bb15-574b-bc3d-17e90db1a04e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0fad4dd-8c62-59fb-a66a-b4ae21bcc4e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8540c5ae-540b-548d-887e-e2295cc226f2"}}],"status":"accepted","resourceType":"Task"} +{"id":"9386751f-fb54-5ffd-9f51-9e149bab1911","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001695"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fba04281-6b1d-520b-90a4-22dd97968e5a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bcfe6f0f-af77-53f0-a9ec-7fa3a100e7b3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b216ec4-399d-559b-9ba4-bc942c8a0247"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/489f975e-e3c5-5ebd-acc2-b48a8e940673"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f85f346-c667-5734-9b81-deecc31e03fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b216ec4-399d-559b-9ba4-bc942c8a0247"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/489f975e-e3c5-5ebd-acc2-b48a8e940673"}}],"status":"accepted","resourceType":"Task"} +{"id":"a79b052e-0ab9-52fc-ac64-596ebfe809ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001696"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3399e9e1-9e4d-536d-ab87-e87a5a2a624f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4a1f9c72-d2c7-59aa-b145-d99a6dd0b7d2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a58863f-68a0-5cc6-b072-e8030a53b4b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e48c6c2-b465-5d49-812d-65510d71e9c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfc0f4bd-f27f-5895-ad0e-2b3c9a9e367c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a58863f-68a0-5cc6-b072-e8030a53b4b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e48c6c2-b465-5d49-812d-65510d71e9c9"}}],"status":"accepted","resourceType":"Task"} +{"id":"ac7879fd-f50b-5c57-80fb-a1ad2186a975","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001697"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/819a8842-2221-5b39-9782-349d7f2ccf95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d5807496-ac8a-5440-bb3b-930bde482871"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efc6dfa1-5347-5d68-94a9-e3e8e7303ec6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b52f25c9-f0a8-590d-8c2f-6e89dac23628"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee9fe2e6-b227-51f7-85da-3996237b09fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efc6dfa1-5347-5d68-94a9-e3e8e7303ec6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b52f25c9-f0a8-590d-8c2f-6e89dac23628"}}],"status":"accepted","resourceType":"Task"} +{"id":"6dfb2a2e-7c1f-5dbd-a85c-67fb46a129df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001698"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3c60ae47-abb7-5327-9801-3136a35540b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/266db573-aba7-50b6-84a3-ee9c404b3551"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e71e072-1b1e-508d-973c-4f71f366e6e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c382bae5-2302-5509-9e24-34826a97180f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5bf4acaa-d2d6-5bd0-893f-1c028fd0ab5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e71e072-1b1e-508d-973c-4f71f366e6e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c382bae5-2302-5509-9e24-34826a97180f"}}],"status":"accepted","resourceType":"Task"} +{"id":"5f4fb2da-1ddf-5431-abe6-5f0fbf62e733","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001699"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/56ad1325-8f40-5c9e-8afc-67a97a47a436"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b07833cd-afe2-5c59-9536-a0ce7f29ce63"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73b671c6-6699-5620-abb3-f1197cf3825d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/005a2762-bcfa-5d8f-a48b-a8662c1d1111"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd0d95ed-2ea0-526b-8c31-1a77419836d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73b671c6-6699-5620-abb3-f1197cf3825d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/005a2762-bcfa-5d8f-a48b-a8662c1d1111"}}],"status":"accepted","resourceType":"Task"} +{"id":"e45533f6-6385-59ca-888c-c193676aaac0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001700"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5d2c9d8e-0304-56c0-b6cb-173b493cc5ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bf6dbaff-05c2-57bd-a491-0fcaa1a92045"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e00be8ea-94fa-51c5-9b2e-d431bff3f362"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3c251de-e32d-57ab-9d17-99ae3c9e9630"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06944c75-dae7-57ae-bcc7-9d50798579c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e00be8ea-94fa-51c5-9b2e-d431bff3f362"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3c251de-e32d-57ab-9d17-99ae3c9e9630"}}],"status":"accepted","resourceType":"Task"} +{"id":"672dbd2e-edc2-5a93-bc97-96b2861ee460","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001701"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3e64bfba-bb57-5a46-8dc7-82adc28ee58e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/375ae2ab-39c4-551f-86e1-309b85b2aafb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef111a34-9a14-5785-bbe8-8f12e0abc14e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99390e07-6a89-58d3-9def-0ce336da200a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b945ebfa-3bfc-5b85-a3f9-917a47727e6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef111a34-9a14-5785-bbe8-8f12e0abc14e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99390e07-6a89-58d3-9def-0ce336da200a"}}],"status":"accepted","resourceType":"Task"} +{"id":"c7b2aaac-20d8-5075-a9de-95abe9d52972","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001702"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/edac87d0-7e5a-5010-976a-481ac92e737b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/939a8705-d351-5e6e-9fdf-306de022a812"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4238647b-b974-5af7-9357-86581b4fd880"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa00caa1-fbae-5efb-9d71-9b8fef795cbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5faa279d-2803-521b-bfa9-f81de311152c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4238647b-b974-5af7-9357-86581b4fd880"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa00caa1-fbae-5efb-9d71-9b8fef795cbc"}}],"status":"accepted","resourceType":"Task"} +{"id":"82c88f60-9680-5f19-8921-6d1152f75e9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001703"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f9d45b0b-31ca-5069-ba5b-6ec6ec52c9b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/af196896-601a-5ccb-8baa-63c503579403"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a0b5872-ac14-537b-8da9-ba306600c2e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a3c21dc-eccd-57db-b5a4-8676f9cb5930"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64cce6cd-598f-50dd-bc0a-7e5e01caada8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a0b5872-ac14-537b-8da9-ba306600c2e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a3c21dc-eccd-57db-b5a4-8676f9cb5930"}}],"status":"accepted","resourceType":"Task"} +{"id":"0e74f689-8501-5a0f-875b-97c81964d803","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001705"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/91173e82-aa1a-5d03-bc56-7473f1eb6090"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/92f4d59c-ff70-546e-97d9-88a51e0dbb3e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbc08222-4f2e-5f99-bd86-8f372ce69429"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97b70ad6-5e92-50bc-91a7-fa1e6fb01b99"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4f159a0-93c1-59d4-937e-f606ea29b915"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbc08222-4f2e-5f99-bd86-8f372ce69429"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97b70ad6-5e92-50bc-91a7-fa1e6fb01b99"}}],"status":"accepted","resourceType":"Task"} +{"id":"e96a6005-da2a-5809-993b-9f11ea12ac02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001706"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f2e6c468-8c9c-5b81-b8a4-9d50144b4802"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3df1ff2b-7c17-593e-a999-24f9ea084cce"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8517283c-8a4e-519b-8c23-c8a7536956df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94385c95-c0cb-50c6-8471-3c5abfc42190"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3167d414-00e3-5829-84c5-8721735e2e84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8517283c-8a4e-519b-8c23-c8a7536956df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94385c95-c0cb-50c6-8471-3c5abfc42190"}}],"status":"accepted","resourceType":"Task"} +{"id":"5d7fafe1-e4a3-5211-82e5-bd698745acc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001707"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eba19c29-6654-5b3d-b43c-95800c3acb2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e332dba8-b6c5-5115-a3f0-e418aad72818"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c97ce026-d231-59b7-8a53-003cd1bb44cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44d3fe9a-dc1d-54cf-a99c-da3bf7a7cb58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94cf7241-449b-5e37-9521-c2fd4d508a2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c97ce026-d231-59b7-8a53-003cd1bb44cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44d3fe9a-dc1d-54cf-a99c-da3bf7a7cb58"}}],"status":"accepted","resourceType":"Task"} +{"id":"b559bd5d-41c0-5305-b25b-ba8086c6ae89","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001708"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bdb28e85-3840-5320-b061-dc1001298b6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3d1aa082-d203-5204-82d6-f3c28880c8f5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21408b4f-18e5-5449-8f45-cc7214e25429"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b23cf6a-9af2-5ec1-affe-3ec174d887f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25bc8485-43a8-514b-82d4-1503cf24c3b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21408b4f-18e5-5449-8f45-cc7214e25429"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b23cf6a-9af2-5ec1-affe-3ec174d887f4"}}],"status":"accepted","resourceType":"Task"} +{"id":"77eb413b-1675-5b9f-ba91-1f318d5d4d32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001709"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1c10febb-3e4d-5517-89e9-010de39ffc86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9fcee0b1-db2a-5117-b8bc-1c861908690a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d20116d3-f855-5040-afb6-c9fabf544e13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b762428d-1747-5781-bba4-5098d09bd804"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f2936a2-662f-5379-bac2-a4a7fadf0f36"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d20116d3-f855-5040-afb6-c9fabf544e13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b762428d-1747-5781-bba4-5098d09bd804"}}],"status":"accepted","resourceType":"Task"} +{"id":"110b6f88-3133-5126-8cf8-1786aed2a41c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001710"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0e7db9ea-1223-5ede-a3ed-e4935cc1da24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e0c9d70d-a83b-5e66-b1a0-ca596abbc7cc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94ec3713-682a-5142-b0c6-b8b31ed3116f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91ed3514-13ef-5151-bbe8-64bb8dce6d35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c148b9a8-8418-5581-a104-f4a3cbcb6f53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94ec3713-682a-5142-b0c6-b8b31ed3116f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91ed3514-13ef-5151-bbe8-64bb8dce6d35"}}],"status":"accepted","resourceType":"Task"} +{"id":"123c38a9-cec5-57e4-8626-43e2c683a505","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001711"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/52486580-9ec6-5596-a670-34b8d1e2e411"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/38c0895c-7d8c-59fa-aba0-cabd6380185a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d55a6ba1-368c-5b02-8e5c-d775d0cad9e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54562865-9257-5b20-95f5-14c812b50c49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0135d3b3-006a-5458-8fa3-c4e8fee85bd5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d55a6ba1-368c-5b02-8e5c-d775d0cad9e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54562865-9257-5b20-95f5-14c812b50c49"}}],"status":"accepted","resourceType":"Task"} +{"id":"90a79b83-edaf-568e-b05d-cba98388d5bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001712"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2661171a-0a65-590f-9ea8-c0c6618f299b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2b5de900-7be8-5f14-bbb0-913183803e0e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab388575-a3b3-5fc8-8f2c-30ce14ece46b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d2a812c-89e3-56e7-bef5-86fa340287ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f214735-e166-56e6-962d-3d244a5925f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab388575-a3b3-5fc8-8f2c-30ce14ece46b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d2a812c-89e3-56e7-bef5-86fa340287ef"}}],"status":"accepted","resourceType":"Task"} +{"id":"bdefc4d7-55c7-599c-8cbb-1dab0b0915ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001713"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c98a1aab-ea7b-59c1-afaf-ea2fbe5010d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a3569b9e-ae36-52b6-8f54-4b7683144014"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da910c42-acd3-5ee3-9c66-a122730aaed4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf57ba2e-1bd1-50ed-9000-7f3cdd9e7906"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/409b6bf8-497f-5948-bb8e-281d181aadb6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da910c42-acd3-5ee3-9c66-a122730aaed4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf57ba2e-1bd1-50ed-9000-7f3cdd9e7906"}}],"status":"accepted","resourceType":"Task"} +{"id":"92ea1c4e-83e7-522b-b1b3-7153036bb0be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001714"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5915843e-bcfc-5a2c-8168-b2a5749c2382"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c7f2945c-445f-56fa-8015-0daea2acc83c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/baf5190d-7031-5836-8eb7-3e85f61f600a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f14caef-6934-58c7-9b94-891d69080143"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab5608d3-6948-5013-8693-b02d1e9b0bec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/baf5190d-7031-5836-8eb7-3e85f61f600a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f14caef-6934-58c7-9b94-891d69080143"}}],"status":"accepted","resourceType":"Task"} +{"id":"84ce3a85-f5dc-5d94-97ac-02583857923c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001715"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d7a44e91-2ed4-5e56-ae6b-86c2aa755747"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f41b355f-1604-5de4-8356-8af165c8a51d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b462ae2-2470-58ea-9c17-13159dca76f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf94e1f6-2589-59fc-9c3e-6fe6456f51cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8240491b-03bd-55a5-b797-ae2eeec959f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b462ae2-2470-58ea-9c17-13159dca76f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf94e1f6-2589-59fc-9c3e-6fe6456f51cb"}}],"status":"accepted","resourceType":"Task"} +{"id":"afd3db25-df18-5781-95cc-5f7808142dca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001716"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/63c8c2ed-6d79-5ff9-bf5c-2537fb4ca6f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/34a82dc5-4aca-58b3-9a6c-a694eb99ea96"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d76088d3-65a8-5cbe-b510-0f9e604e0a0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55270b65-b9ee-5881-b604-ce83e1cf9360"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76d302d4-5ea6-5ee2-94c8-d694452413e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d76088d3-65a8-5cbe-b510-0f9e604e0a0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55270b65-b9ee-5881-b604-ce83e1cf9360"}}],"status":"accepted","resourceType":"Task"} +{"id":"9779fe68-ea77-5817-a822-e8b786420d1c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001717"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0d30a1c4-6d00-54ea-ad7a-9eea9bbb16df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b53bff33-557a-58cd-8f1b-6bd97d58a663"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd8c12b1-04a6-5ca5-b21e-314e48c7a17c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d30bd258-77f1-56c1-837d-bc754177b111"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a5228be-520f-5156-8f85-5fe2cfa2f66b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd8c12b1-04a6-5ca5-b21e-314e48c7a17c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d30bd258-77f1-56c1-837d-bc754177b111"}}],"status":"accepted","resourceType":"Task"} +{"id":"98d72fed-e9ff-59db-aa69-52e64f481bbd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001718"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f76eba10-d261-5249-b334-6abf17d7306f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/593c0d58-40c5-5384-9c44-30cb90c7a989"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d61df069-bb4f-5c7d-90cd-fbb14108b204"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/565bc7fc-fff9-5d50-b2c2-eb115e98adc0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/468f680e-e90e-580b-8dfb-85042bcba426"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d61df069-bb4f-5c7d-90cd-fbb14108b204"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/565bc7fc-fff9-5d50-b2c2-eb115e98adc0"}}],"status":"accepted","resourceType":"Task"} +{"id":"47e5d5eb-618e-5595-b91b-d41501ef2b6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001719"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4dc788de-3777-503a-98b0-c8d2f4b4bbff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/23591c3e-01c8-5dd3-b4f6-b489bf2ecd3f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc0bd26a-531c-593a-b652-9a6fda4860c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f847f5fc-6b23-5ee2-98ae-be4a70f031f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2bbfc67-d0ef-5624-930c-497752b3ecdb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc0bd26a-531c-593a-b652-9a6fda4860c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f847f5fc-6b23-5ee2-98ae-be4a70f031f1"}}],"status":"accepted","resourceType":"Task"} +{"id":"8d04ac13-f781-5a5c-b3e0-38c720143557","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001720"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/64856352-5886-59e6-bd2e-479070fc385f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4ffb0bcf-2653-5e40-8cf1-ac3c379d0a1c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a7b44a4-04fe-5560-94ec-dcdbc958ab70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf93a3a4-025d-5fd6-b4f7-90a919379d5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5efaa20c-edfd-5599-9f6a-b4984402fadf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a7b44a4-04fe-5560-94ec-dcdbc958ab70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf93a3a4-025d-5fd6-b4f7-90a919379d5b"}}],"status":"accepted","resourceType":"Task"} +{"id":"ae12e8e4-aa85-5ee2-a5b4-593c8c71a878","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001721"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f92f19da-b79d-5529-ac75-f434244d9f7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a64ad03c-147d-58e0-828c-209c0bf9f506"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b1c2d35-e5ba-5103-b935-c49b6732588b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd14fd91-e45c-5b13-978a-d9f9b13cc3b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aac45989-ee6a-5ab0-a74a-503967dbd02c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b1c2d35-e5ba-5103-b935-c49b6732588b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd14fd91-e45c-5b13-978a-d9f9b13cc3b3"}}],"status":"accepted","resourceType":"Task"} +{"id":"56354cd1-239b-52b4-8fe7-44a04cbdd530","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001722"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9a97026c-2820-5a7d-9c2f-a1d604b8b553"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3390468d-6396-59a1-b4d9-37e9c3457815"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c49ac06a-c3d4-5a78-ade4-f88f9256f79b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a510e90-7e95-539f-b6d2-9e17974893b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf3a7ae2-f477-50c1-b7ad-b9b30557b3c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c49ac06a-c3d4-5a78-ade4-f88f9256f79b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a510e90-7e95-539f-b6d2-9e17974893b8"}}],"status":"accepted","resourceType":"Task"} +{"id":"3a2281fe-4201-5b5e-91d9-25c97c72c43e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001723"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/08632c8e-f32d-5ec0-b548-2e04a566d5c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5e2f06e8-0911-535c-b3e1-4f09d3356e03"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c829d20-d8c1-5eb7-a43c-5011580ef97c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7d0e8da-1840-55c7-a177-504fbca9601f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/719bef31-fb9d-51e4-884e-34af0b2e8d56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c829d20-d8c1-5eb7-a43c-5011580ef97c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7d0e8da-1840-55c7-a177-504fbca9601f"}}],"status":"accepted","resourceType":"Task"} +{"id":"9d0502a7-70a1-5f66-816b-d3c3ec1c0cd4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001724"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3204c712-6508-5ff4-be19-56a6b1e41732"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5ddc0f14-2500-5c29-829c-9a9ef4756a5f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2384d421-773d-5d8d-bfd2-257bbcc0004c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11544533-44e2-5e7b-a014-a9a22f2c2624"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79c5930d-1d33-5905-a98d-603fbdb7010d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2384d421-773d-5d8d-bfd2-257bbcc0004c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11544533-44e2-5e7b-a014-a9a22f2c2624"}}],"status":"accepted","resourceType":"Task"} +{"id":"73d4e0c6-55d2-5a53-90db-875423b78740","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001725"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/32e15d5c-2424-52bf-8951-8191fbfb942a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3ffe330f-1205-5186-b6a7-2b1a717d70fb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7103b6fb-fd8d-5006-aaaf-edddea0187fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa272a37-422c-51f2-9a90-2bf48843e2c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4874098b-886f-5481-924a-945ddd57dd6d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7103b6fb-fd8d-5006-aaaf-edddea0187fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa272a37-422c-51f2-9a90-2bf48843e2c3"}}],"status":"accepted","resourceType":"Task"} +{"id":"29ad4474-011f-5fd4-a2cf-fac471cf9ac7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001726"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/28da9df6-03fb-5bce-bd73-d25380deaa5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a71bfafe-21e7-5891-b1b4-875b55df5605"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6657c1f-9539-5f54-8616-2163a363ea2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d49dd2ea-8b34-56ca-a3e7-061898a61855"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e96c9546-3978-56ac-9a74-df43c4f4e18e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6657c1f-9539-5f54-8616-2163a363ea2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d49dd2ea-8b34-56ca-a3e7-061898a61855"}}],"status":"accepted","resourceType":"Task"} +{"id":"69c8da93-9584-5709-a271-e0d67b1fdef6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001727"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f17e31db-d462-55a7-883f-920619d85745"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e8c5acc1-cfb7-5573-9363-1df7b9451821"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21ee8c05-d587-59f2-a960-197c68330921"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bdcb9314-5300-5bd6-a501-30418f2fc283"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8dc3444c-048a-5358-9239-214a67ff9123"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21ee8c05-d587-59f2-a960-197c68330921"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bdcb9314-5300-5bd6-a501-30418f2fc283"}}],"status":"accepted","resourceType":"Task"} +{"id":"d77cb440-5073-5081-a2bf-198d66fd60de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001728"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b0efa63b-6c01-5187-8dc4-3d4d53463e05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fc09bda7-8d53-5334-9051-449fc40fe1ba"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67a4c3cf-a089-5676-b4e9-210c534ad5fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8ab19d1-cb2d-5de0-bbfd-ad5ece54e949"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7df5f59-0165-56f4-a2b4-c98b5675b9e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67a4c3cf-a089-5676-b4e9-210c534ad5fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8ab19d1-cb2d-5de0-bbfd-ad5ece54e949"}}],"status":"accepted","resourceType":"Task"} +{"id":"0e14d3d6-4f68-5398-beda-b18ac85c8897","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001729"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e7f1dfcb-e91c-52bc-baac-4eb3afb292bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4033c41d-8111-5901-8caf-3e2beb49e2e1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7de974e7-6d0f-582b-af2e-c2ecc5d570ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f488b5e4-40d6-56f1-8860-e07b23e49203"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4a6876e-4805-5eba-a874-9e64a095dd19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7de974e7-6d0f-582b-af2e-c2ecc5d570ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f488b5e4-40d6-56f1-8860-e07b23e49203"}}],"status":"accepted","resourceType":"Task"} +{"id":"2b6907e3-5344-5337-8e8d-1909a7c9d546","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001730"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/496afc73-1394-5815-a390-0d3af4f48fc1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/281991df-0990-5cc6-ac9e-e6ff96f8edab"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ba39857-885c-5c13-88c3-dd747eb17eb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d4fc6b7-00c8-5c47-a6c1-0904d75ad14f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9dfa09a-d074-5050-a055-ede9398a301b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ba39857-885c-5c13-88c3-dd747eb17eb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d4fc6b7-00c8-5c47-a6c1-0904d75ad14f"}}],"status":"accepted","resourceType":"Task"} +{"id":"fd36cfa4-2ce2-5805-9b1e-4b9b2bc2ec6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001731"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6cbd09e8-72d4-5b38-a518-813a1201ff5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/156d3c0b-4c92-5eef-890f-fbd40828a4c4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/092c653c-309d-5745-86ec-5c9b5974dd85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8897f07-bc4d-5e76-b039-7dcf2da6fd73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93f8494d-2b6e-5ff9-a0dc-a74056dc3a50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/092c653c-309d-5745-86ec-5c9b5974dd85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8897f07-bc4d-5e76-b039-7dcf2da6fd73"}}],"status":"accepted","resourceType":"Task"} +{"id":"b4cd1380-8206-5ca9-b27e-26dba55a931e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001732"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2c94b7a4-73bd-5a1f-9774-c486eba1b934"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/30b34323-65c1-5d61-a8b1-a1cb0ee0b75c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f86a250c-8583-5e7e-8d57-8623f9ad0a8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee41b621-149e-551d-8126-c679b5aaddee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0170301d-a33a-5dfc-ac2c-b8a342414808"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f86a250c-8583-5e7e-8d57-8623f9ad0a8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee41b621-149e-551d-8126-c679b5aaddee"}}],"status":"accepted","resourceType":"Task"} +{"id":"3a7c9983-4c61-5f8c-9457-f3a7b049d262","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001733"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c7c59c92-74b4-5672-9477-1bd11ad51334"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1aa7b899-4a63-5109-97c9-d6de8d9d9ede"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d51c0b1-c236-5f6e-8fc1-b4acb7f4a2f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a5ea4c7-035e-5cb0-92c0-d34d2f23bd83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c049361-3960-5be3-ba00-1112544fdcd0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d51c0b1-c236-5f6e-8fc1-b4acb7f4a2f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a5ea4c7-035e-5cb0-92c0-d34d2f23bd83"}}],"status":"accepted","resourceType":"Task"} +{"id":"6c26e14f-205b-57f1-8a79-0732fab712cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001734"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1a574078-d401-5e0e-b8c6-320d620ec6cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/90d2a0b5-cbb2-56ae-b121-84665bca3a90"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7e8ee65-f5cb-5837-a305-e0b0c90eef95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0950ecc-900e-505d-828d-d2ebfd6dfff5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a08af4f7-8f35-51ff-89d6-33a57b2d519f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7e8ee65-f5cb-5837-a305-e0b0c90eef95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0950ecc-900e-505d-828d-d2ebfd6dfff5"}}],"status":"accepted","resourceType":"Task"} +{"id":"da615979-1658-598c-af8f-ff22ff299de1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001735"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0c35992d-a955-5f9c-959d-067b88e75349"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4445d745-256b-57ff-a729-37f8cdfc1a5d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5c1fbc5-8f6b-594a-9e4f-3d9e232a01ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67317cc8-5436-5c29-8978-9a79143b6451"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47ac25dd-a2de-5ff6-806e-aa2023b40254"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5c1fbc5-8f6b-594a-9e4f-3d9e232a01ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67317cc8-5436-5c29-8978-9a79143b6451"}}],"status":"accepted","resourceType":"Task"} +{"id":"c8ad2f4a-5f3e-5127-90db-0f964bf89fff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001736"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f6de56a9-ccc0-5ac0-9c74-1047673a03b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e3d57ab5-a3bb-5b3e-8d7e-87667125f008"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d1a264c-0563-5c46-99ef-be4cf39ee4f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbdb28ae-b6b2-5efb-bc2a-ab2dac6a410f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ebea181-e0a9-5507-a770-d0a20703557c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d1a264c-0563-5c46-99ef-be4cf39ee4f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbdb28ae-b6b2-5efb-bc2a-ab2dac6a410f"}}],"status":"accepted","resourceType":"Task"} +{"id":"d17f2218-f55d-58e8-96c8-932ab396d574","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001737"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8d7289e1-040e-591f-80ad-9aecf2efb10f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3c662fb7-4900-540b-907a-06a37d996073"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f771f002-d163-5e23-8927-c790a69c9d54"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5897bd24-f4a3-533a-82cc-12e871e2cbd0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bcebf1e3-9e8c-5382-8c2b-ef7c18fc1ac3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f771f002-d163-5e23-8927-c790a69c9d54"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5897bd24-f4a3-533a-82cc-12e871e2cbd0"}}],"status":"accepted","resourceType":"Task"} +{"id":"4eebf086-36ee-5d64-a720-9309e9294cdd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001738"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7f2d5c73-938c-53b4-a9d0-e3559a47fd16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6ab37fe7-76ba-5b9e-9b90-48d3adeae06f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02603092-1240-578e-a86b-02011f7644ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8fdfffc-72c8-51a5-a0ce-1cc386a0a45a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14b95a2a-6e8f-54ca-9a57-9130e93a82b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02603092-1240-578e-a86b-02011f7644ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8fdfffc-72c8-51a5-a0ce-1cc386a0a45a"}}],"status":"accepted","resourceType":"Task"} +{"id":"89c7caf1-7be0-5106-9979-3da34939022e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001739"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6b9c3076-ef88-5c07-8875-d2ce7e031d64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c8a8dd8a-f5a0-523e-861d-8167cb136e63"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c8d2599-3651-552a-85bb-47af5470788e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7665e293-5c1e-5912-960b-6848aa54ede3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bdca1d21-ab0f-50ce-ba6c-c3b4dcfc8eaf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c8d2599-3651-552a-85bb-47af5470788e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7665e293-5c1e-5912-960b-6848aa54ede3"}}],"status":"accepted","resourceType":"Task"} +{"id":"ceb26d57-d087-5ce2-ae00-2667f70cb630","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001740"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f6eb3610-3ad7-5b66-8b29-a51778ca9a44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f3150ce5-7f20-5823-85ab-529a04f69679"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d21b724-18b7-5143-97ba-bf4103d50a32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a56aba9f-98fd-5c0c-8735-5c67677588c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8bcf33a-e762-5e24-93be-4f7523262daf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d21b724-18b7-5143-97ba-bf4103d50a32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a56aba9f-98fd-5c0c-8735-5c67677588c7"}}],"status":"accepted","resourceType":"Task"} +{"id":"cd00358b-0a72-56c5-941e-fcdae96f5dd7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001741"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/47ec3aee-9712-534a-ae4c-a4cf0021becc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cc8dfb7d-b308-55d7-9c0d-4683d771a7e9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef22e2b7-4fb5-54bb-adc8-38d0c31c8b7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a109ac80-3873-5959-a780-4491d8fff98b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce2edb9c-2a7f-587f-92f4-2334d169360c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef22e2b7-4fb5-54bb-adc8-38d0c31c8b7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a109ac80-3873-5959-a780-4491d8fff98b"}}],"status":"accepted","resourceType":"Task"} +{"id":"cee5ee0a-e996-59d9-9777-e38e93edaf37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001742"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3bc04604-a286-518a-858e-1b4a2e25ead7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/090f35e3-8fec-57d7-a86e-36e2e1f9178e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f99535b-ac59-5f5e-aae7-3e8cf6d1e1c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc7a8575-5100-5743-82a8-8ec2bb8979e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5603f459-ff73-55ac-a22c-33e08dbfe61a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f99535b-ac59-5f5e-aae7-3e8cf6d1e1c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc7a8575-5100-5743-82a8-8ec2bb8979e1"}}],"status":"accepted","resourceType":"Task"} +{"id":"d81d3b67-0566-57fe-9e84-3ca5251a633a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001743"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bbab2514-ecb7-5b1d-9091-11dc832b8ce9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5e7a0ada-a6b3-55e8-be9c-f375c1721eee"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5a75c6a-eaa1-5366-a36c-361d58e9afe2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60528243-344c-5c46-b233-2d6fd79d9ad0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adc52eb3-c4b2-5894-beb7-ce614a83dbda"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5a75c6a-eaa1-5366-a36c-361d58e9afe2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60528243-344c-5c46-b233-2d6fd79d9ad0"}}],"status":"accepted","resourceType":"Task"} +{"id":"c2aa12f8-64bd-545e-a8e1-8d553e777a71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001745"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/52dd3b06-0ce9-5e0a-92dc-072539c3397f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/30584dd0-c423-5454-affa-89bd64df99ec"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/080603f4-af0e-5df4-b35f-b494e80a3ec8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23e848b3-049f-5c89-be77-c771a5c9117b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22c7ba0a-9f96-5a3d-8c99-e1ac6e30eef0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/080603f4-af0e-5df4-b35f-b494e80a3ec8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23e848b3-049f-5c89-be77-c771a5c9117b"}}],"status":"accepted","resourceType":"Task"} +{"id":"4ae879fb-6993-5d8a-90e8-e77e1875d0ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001746"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fc5c82b4-e362-5f33-8d62-dafc25f15c0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e5f54a8f-2097-538d-8184-633486fd284e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e37abd1c-a6ab-5108-9b05-8c46950dbbdf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e145b96-5674-5f6b-add2-c21c7e842f50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1e6633a-4e93-5189-b755-81a424342dc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e37abd1c-a6ab-5108-9b05-8c46950dbbdf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e145b96-5674-5f6b-add2-c21c7e842f50"}}],"status":"accepted","resourceType":"Task"} +{"id":"ce1be1c6-27cb-5ea0-8b3c-8eba50021030","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001747"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/56b65364-c50b-5494-afad-604bb4470a02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a1cae4c4-2da4-5ab2-8e64-22a6970d7598"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a4ca4cd-a64c-5f1a-b5b7-f947a8d52df1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30c12ca2-db2d-57ae-a1c2-cecc33338fe0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e60f514-bb1b-501d-aafd-c649c268f0a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a4ca4cd-a64c-5f1a-b5b7-f947a8d52df1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30c12ca2-db2d-57ae-a1c2-cecc33338fe0"}}],"status":"accepted","resourceType":"Task"} +{"id":"fc0de773-1b48-53b9-bd29-22432abc7f47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001748"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0fe263e7-cf1a-517c-ad56-eccb46796f1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4c4493a6-e33a-5929-951d-37bd0c2a46fc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/231c7ffe-ca65-50d3-846c-6580eea58011"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa9071e4-43b5-5e30-bfe9-db43b88a369b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97930a2e-5822-5a75-a5f8-cf9ce41373bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/231c7ffe-ca65-50d3-846c-6580eea58011"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa9071e4-43b5-5e30-bfe9-db43b88a369b"}}],"status":"accepted","resourceType":"Task"} +{"id":"5d2bd7c6-ecc5-5baf-aed8-829f7867f73e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001749"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dd829346-2047-57ad-8304-b26b114b076e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/de0eb72a-3a35-57c1-8c89-29537d67acd6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/969f766a-d338-5366-a828-0fa6534f1ce7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fafa8d1-7bd1-5bd1-a194-06762f8b4c60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e28023b-65bb-5667-9764-062e9e9e8cbb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/969f766a-d338-5366-a828-0fa6534f1ce7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fafa8d1-7bd1-5bd1-a194-06762f8b4c60"}}],"status":"accepted","resourceType":"Task"} +{"id":"b2f141b3-40f4-556a-adb0-45fce2ce5657","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001751"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bd073f39-fa65-5ca8-b8b4-c6ab2f379168"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c161e486-e14c-5cbf-917f-5c749659cb2d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7c0c159-695f-5465-9368-4fe8b407382c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18ecfa80-7e8f-5893-99c0-01c9130512d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a49d4f2f-5714-5e47-a248-e5381f7c0aa7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7c0c159-695f-5465-9368-4fe8b407382c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18ecfa80-7e8f-5893-99c0-01c9130512d1"}}],"status":"accepted","resourceType":"Task"} +{"id":"9fb2281f-2371-5b9e-8fbb-2fc53713f38a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001752"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e13578ad-9dbf-537d-9002-191c3ad1dcff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/12d34221-70c4-567a-a34a-e0e3b0d4c57e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/baa799a4-5a41-580a-b0d6-170f7cd5bd9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ff521cf-8a05-57de-be90-7e76b9e3369c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad5b69c9-e66b-5ecf-9a88-236fba181082"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/baa799a4-5a41-580a-b0d6-170f7cd5bd9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ff521cf-8a05-57de-be90-7e76b9e3369c"}}],"status":"accepted","resourceType":"Task"} +{"id":"f34ea4b6-5f0e-5722-a082-4e21350679b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001753"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ea11e96a-71f9-5cd7-9d39-3282c07a06d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b070bf3b-2f28-50ab-9a20-20ed2707bc9f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05bf567a-a4cf-5fcb-b564-6e59fe4cc761"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0cf236ee-1233-5870-aec4-9f88f8240977"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2337130-6b33-53a5-a60d-c97bc0328861"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05bf567a-a4cf-5fcb-b564-6e59fe4cc761"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0cf236ee-1233-5870-aec4-9f88f8240977"}}],"status":"accepted","resourceType":"Task"} +{"id":"cc60e074-5721-5db1-80d2-fdfd8e4bb829","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001754"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/facd5a01-0f13-5d97-b00c-55bfdb66cb57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8c8995c6-666c-55ba-8953-966b01d195d7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b4df082-c187-51ed-a6dd-ae8a2c034111"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4dc660fc-b026-5fd5-af03-b02f2cf4802c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79f6b0ac-8f69-5f70-8004-914ba2a50f5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b4df082-c187-51ed-a6dd-ae8a2c034111"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4dc660fc-b026-5fd5-af03-b02f2cf4802c"}}],"status":"accepted","resourceType":"Task"} +{"id":"1a450ff9-cd2e-53b4-ae9a-61f63b901ba1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001755"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9635f8a5-e6b0-5700-81df-2855fbc960c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a2212f53-4fe2-5e18-b66c-f4de1036becc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/177fed17-0cda-58d3-b741-bfc56a41978e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bbbe0f21-e004-5a04-9b99-93b0367ea347"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c6a82ed-e14a-5e1f-b667-481061593aad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/177fed17-0cda-58d3-b741-bfc56a41978e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bbbe0f21-e004-5a04-9b99-93b0367ea347"}}],"status":"accepted","resourceType":"Task"} +{"id":"76878709-949b-5127-be5c-aac2ca69fcdd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001756"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/de81e073-4fb1-50ca-bc0a-df4fe527f9ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1190391d-a5f5-5ef3-a802-8a041d0a5912"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2095c82f-7f69-5990-80ad-1e1e4ce90a9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ddd69c5-ac09-5295-b302-e48fa8ba5018"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a4a596b-1f1b-5b1a-9c93-84ea426debc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2095c82f-7f69-5990-80ad-1e1e4ce90a9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ddd69c5-ac09-5295-b302-e48fa8ba5018"}}],"status":"accepted","resourceType":"Task"} +{"id":"21baae06-2cb2-57c2-9b0c-d31820cf1c5c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001757"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c993016f-4463-5eb1-873d-e31eb306d143"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/efea2e08-e08b-5178-a410-5e5b072eea2b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8af19ac6-c07f-50d5-aaf5-bac8788102cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c5a658d-56d5-5d20-916a-4b5036c57697"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc01901d-20d1-5742-b156-c47007890951"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8af19ac6-c07f-50d5-aaf5-bac8788102cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c5a658d-56d5-5d20-916a-4b5036c57697"}}],"status":"accepted","resourceType":"Task"} +{"id":"e10d3d82-ed1f-5745-9448-c1f2d76cebf3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001758"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/60ae65a8-6b2a-5b62-9430-3a9eb1f8b17e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c0a8507f-2f2a-5aac-b750-6d5599379025"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f7a460b-b0bb-5d9c-856e-4bc0f4ade32c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82f9d5bf-9a66-5f06-b175-7fd3de57f460"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0ed3f33-3f5a-5ae4-afca-70b319404467"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f7a460b-b0bb-5d9c-856e-4bc0f4ade32c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82f9d5bf-9a66-5f06-b175-7fd3de57f460"}}],"status":"accepted","resourceType":"Task"} +{"id":"b9598dbf-353b-5d59-9aed-b7c18d608830","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001759"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/988e7b29-0a9b-56fd-81b1-8af3ca840f4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/af9f768f-28df-5717-a39d-9e442d7f2811"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84a2535d-048c-50d3-afe6-e0a503f9925e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb37771c-92b5-5e54-9d9e-e9413517a88a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2569119-23eb-5d8a-ae6e-afd0020964a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84a2535d-048c-50d3-afe6-e0a503f9925e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb37771c-92b5-5e54-9d9e-e9413517a88a"}}],"status":"accepted","resourceType":"Task"} +{"id":"0d9e6651-556b-53d4-b61c-ee98c0759b36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001760"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6a6c6f7b-52ee-5ba0-9801-c1881e9eaa82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c2b300b0-f0bc-5dde-a60a-47155cd9f75c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a243eb83-53f3-522f-9a68-a23ebcd5544d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93ef0a47-7bee-501e-b298-963e8a25f5a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21014424-ef73-51b9-8a1c-9021bf979c59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a243eb83-53f3-522f-9a68-a23ebcd5544d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93ef0a47-7bee-501e-b298-963e8a25f5a8"}}],"status":"accepted","resourceType":"Task"} +{"id":"9e9da033-7ba6-5527-8c78-dd2d6e779da8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001761"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f96316cb-9704-5e1e-b267-2b81aa752e05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ec1a0c9e-f00c-5e80-962f-690d4095319d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e60b709b-069d-5595-8a70-e61c7fb347f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b3f2195-393e-577c-b360-fef2f928a807"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c345abab-2d0d-5666-bf90-f400a5c28708"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e60b709b-069d-5595-8a70-e61c7fb347f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b3f2195-393e-577c-b360-fef2f928a807"}}],"status":"accepted","resourceType":"Task"} +{"id":"9c81881b-b22a-5de4-aedf-4178cb4fc38c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001762"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/36e25a9b-b3ab-5f60-bdbd-1e8192e90aac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/70392b30-7df7-5390-bbd3-9a87f7f3ebdc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f965ed75-b8b1-51b6-9ad6-c0520ffe12ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f544003-d27a-516b-97d6-b417a00e025c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9dd35f6b-3733-50e4-923b-62d81f24af1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f965ed75-b8b1-51b6-9ad6-c0520ffe12ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f544003-d27a-516b-97d6-b417a00e025c"}}],"status":"accepted","resourceType":"Task"} +{"id":"3becad3b-69fd-518e-854e-43d4ea943673","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001763"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fe92514f-32aa-5a15-8c64-d6fbc33d7ef1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/27045684-fead-5e28-ba7b-d5f263ae8e8d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2998488-429a-5e73-ac7f-6a2d8e9383eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88bf1046-89ee-543e-ab18-91acee9c0262"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce9ed0af-e660-5753-a1cb-b7a07dec8e26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2998488-429a-5e73-ac7f-6a2d8e9383eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88bf1046-89ee-543e-ab18-91acee9c0262"}}],"status":"accepted","resourceType":"Task"} +{"id":"5e9c5d8c-0b37-581f-8b10-be7331c4471b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001764"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3a1ccbef-9708-5464-a383-651e679f1cca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ec0b935b-49e0-5ba7-979e-4c18fcfbf65c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ddf3401-f21f-5052-935a-88dc15f4a0c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2844c5e8-eb2f-5c6b-957e-9cec03985a2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ad20c6d-eb92-5ad7-843f-c7318697f947"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ddf3401-f21f-5052-935a-88dc15f4a0c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2844c5e8-eb2f-5c6b-957e-9cec03985a2c"}}],"status":"accepted","resourceType":"Task"} +{"id":"f9b5f9ca-d786-56f1-9e35-e5528d1368ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001765"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/20c03eea-c4c9-568b-9055-8994cad51f18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/60ccd4c9-f257-5855-a32a-1e952f334219"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/089f5b30-1ca8-5f8a-b127-e84f908f6217"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efff6895-570b-53d1-87e0-68b29c52411f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fdca4dd-1844-5184-93e2-613e02f8f30f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/089f5b30-1ca8-5f8a-b127-e84f908f6217"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efff6895-570b-53d1-87e0-68b29c52411f"}}],"status":"accepted","resourceType":"Task"} +{"id":"3a6636a2-f8ae-5ede-ae02-a9a916695e1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001766"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/90e9a104-1557-59d5-a5af-7e4a50e443a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/88469eec-d5bf-54e5-a79c-364d1318bf33"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16040dfd-e5cb-5f44-9b9f-274a9144d4b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48d4a5f4-0e96-53fe-bbc7-16db57aeb141"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84d1b8d1-8058-5f6f-adc0-198129c7dfc3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16040dfd-e5cb-5f44-9b9f-274a9144d4b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48d4a5f4-0e96-53fe-bbc7-16db57aeb141"}}],"status":"accepted","resourceType":"Task"} +{"id":"14a666a3-65d3-533f-91d4-654977e06d99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001767"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f1e36289-db91-5b8f-a501-21e611c84675"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/360391df-43f7-5bb3-b9d2-d18ff86fece8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ff07af5-2099-51ed-ab19-c3072fe4d629"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddc0a8de-53bd-52e5-abdd-645411ec0b91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/002c3157-7f78-5674-af8c-c145ab56a522"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ff07af5-2099-51ed-ab19-c3072fe4d629"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddc0a8de-53bd-52e5-abdd-645411ec0b91"}}],"status":"accepted","resourceType":"Task"} +{"id":"c34d35a9-66d0-5f22-9d43-a48fd8c06e5c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001768"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3b8e1111-52d5-535c-bbfa-21149f5d6d4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4effc722-c2af-5a3b-9553-744c8cec1f0d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4453be81-b911-52d4-b480-a935627def8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4340cc5-c406-540f-be4d-1e9f8212e239"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/913841d0-b5f4-5701-aff0-aad0d65821fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4453be81-b911-52d4-b480-a935627def8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4340cc5-c406-540f-be4d-1e9f8212e239"}}],"status":"accepted","resourceType":"Task"} +{"id":"26f39253-6396-528d-8c78-688b99e6c4da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001769"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a224fd78-3bf0-56ab-acac-96efc9ba47c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9fcb81fe-3339-5da3-9913-03bcf980ae9a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e85d40e-1f7a-5dec-8d10-01529ce66e60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dac42ce0-9db7-5b62-b426-56ddeb381e0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b44df400-892d-5ef2-91c3-4d2752752e64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e85d40e-1f7a-5dec-8d10-01529ce66e60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dac42ce0-9db7-5b62-b426-56ddeb381e0f"}}],"status":"accepted","resourceType":"Task"} +{"id":"bebcbffb-9662-5f8a-a4d4-b988679289a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001770"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9ee0f1b4-8d09-508b-bfb1-3d9445c54c8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fbd58217-974e-5858-b16b-e9155a7de478"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0729f7ae-4bc7-5100-acfb-b9674a237942"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aeb7140e-5850-5108-81d8-667d0ae945dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5543307-b951-543a-be4c-968d9da42997"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0729f7ae-4bc7-5100-acfb-b9674a237942"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aeb7140e-5850-5108-81d8-667d0ae945dc"}}],"status":"accepted","resourceType":"Task"} +{"id":"5a057687-4cd0-5f3f-ae21-415599b48262","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001771"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/642b9cae-c74b-52c6-92b6-29f58abca1d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/70dc6689-3ed9-5fc2-a536-9900c11708a6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2a9f3ca-839c-5b54-b53e-a4442a202bab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef019d85-f326-52f3-9c48-f4314e950909"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fdea153b-9781-50d0-a5e0-e96bc967febc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2a9f3ca-839c-5b54-b53e-a4442a202bab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef019d85-f326-52f3-9c48-f4314e950909"}}],"status":"accepted","resourceType":"Task"} +{"id":"27fa12fe-6f3f-52ac-b733-e9d94c4c9479","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001772"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e3aa003e-d582-52ad-b581-e8343c2386d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/df3f2c61-82d4-5657-a0a8-7d032d63ec4d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79d442b5-291c-5c96-8b87-5a3272ac5697"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b99da88f-107f-5255-bc4b-3f18bdec410a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20687a17-4cb4-529a-9582-00656a67a217"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79d442b5-291c-5c96-8b87-5a3272ac5697"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b99da88f-107f-5255-bc4b-3f18bdec410a"}}],"status":"accepted","resourceType":"Task"} +{"id":"52b5343e-3f33-5559-814f-9f7599a92e50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001775"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e0aa70eb-19bc-5ebc-8fcb-76f430352406"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/206a0f3e-9da1-50b3-a3f2-42bdb35ae3ae"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/112e9a26-9ce2-5062-bbd9-107da5765061"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adc0ce8b-e9ea-551e-a1ca-34195eb21964"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e43cdfb-6bb5-5473-965b-51e83ed8e799"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/112e9a26-9ce2-5062-bbd9-107da5765061"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adc0ce8b-e9ea-551e-a1ca-34195eb21964"}}],"status":"accepted","resourceType":"Task"} +{"id":"a1d62014-2a05-5749-9613-15c2466addb4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001776"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8f11363b-4d96-50b9-b31f-45987a82908a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/95453ed9-547a-5d8a-bfa3-7ea54575e72b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/799d4612-338f-51a2-bf0c-4b52faa69655"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfac63f3-8f49-5a66-bf22-5fe17fb8cd6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/967b4c2e-8e90-5f68-a563-ba2a2eccfb72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/799d4612-338f-51a2-bf0c-4b52faa69655"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfac63f3-8f49-5a66-bf22-5fe17fb8cd6e"}}],"status":"accepted","resourceType":"Task"} +{"id":"4fc71afa-0462-520f-9eb0-f117b025e8e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001778"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2e366855-70cd-5b8f-a381-960da8d4aeb4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d3dc0a29-3f39-5dea-9da1-3611e273067d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a24d5fd5-3dfc-5322-9bf5-20626b390715"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12b6cd7a-d9ae-568a-ab57-cfc9f7272d80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/830db19f-73a4-5444-9980-621245d0425d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a24d5fd5-3dfc-5322-9bf5-20626b390715"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12b6cd7a-d9ae-568a-ab57-cfc9f7272d80"}}],"status":"accepted","resourceType":"Task"} +{"id":"8b7229c5-0079-5825-bc19-85fbf9e2b05d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001779"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a12d5797-5eb1-5e87-891e-848c1612e99c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4b7fcbc6-4b51-5f64-b1fb-0e2c7c6cb857"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2315fb31-4e75-53a4-b6f8-3f7969e73959"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ebf7e33d-65a4-521d-8916-dbd7d05c0481"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fb08a60-8bce-5658-9bee-a2eabaa040c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2315fb31-4e75-53a4-b6f8-3f7969e73959"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ebf7e33d-65a4-521d-8916-dbd7d05c0481"}}],"status":"accepted","resourceType":"Task"} +{"id":"c4a60c09-06b8-58e5-ae24-4d3017aebe3a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001781"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/df394c6f-8bb9-5c57-8e83-a4e4af7b676c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/34998f35-b1fc-5c3a-977c-1c379049c4d3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad0a4294-76bd-54c3-9e2c-c52e5ff6566b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba73751a-399a-574e-867a-cc4ca5922288"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d15f1bd4-439d-53fa-b75b-7ba1a3b29685"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad0a4294-76bd-54c3-9e2c-c52e5ff6566b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba73751a-399a-574e-867a-cc4ca5922288"}}],"status":"accepted","resourceType":"Task"} +{"id":"84558679-5b95-5510-ae21-cee2f09612fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001782"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3a4b99f7-f694-5662-88cc-e3da1b0b4716"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/99946b56-2ded-5964-83fb-c3f2d351bf64"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7a80bd3-de96-5245-b64c-7caa0cc883ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f359841-542e-52d5-a99c-15750e0f1246"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81d71e34-530e-547b-b11d-958cbff30733"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7a80bd3-de96-5245-b64c-7caa0cc883ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f359841-542e-52d5-a99c-15750e0f1246"}}],"status":"accepted","resourceType":"Task"} +{"id":"40d64c3f-3fc8-596c-8fe5-7c955b6e11ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001783"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/592a7021-700f-558e-8635-58b5c59f78ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dfc05c3a-e6d7-5d9b-8893-cf2cc57d15b4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2afdca55-26c5-560b-ae43-1cccdae841ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/133cced6-7a64-5295-ad0b-0a1f378408ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65e70eac-a321-510d-acfb-454350682cf0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2afdca55-26c5-560b-ae43-1cccdae841ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/133cced6-7a64-5295-ad0b-0a1f378408ea"}}],"status":"accepted","resourceType":"Task"} +{"id":"d26287ca-d429-5b2f-8366-37217834cc72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001786"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a4a2b2ea-548d-5be8-9fbf-3b511ba3599f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0004d7df-7207-5014-ae24-e708cb9fbbd2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/192f59d5-7a90-5640-a19d-39cc5258b1a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82185f30-94df-5160-b50c-0e7d01c8da77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d9fc697-d51e-56f4-9992-dbcb6cad4313"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/192f59d5-7a90-5640-a19d-39cc5258b1a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82185f30-94df-5160-b50c-0e7d01c8da77"}}],"status":"accepted","resourceType":"Task"} +{"id":"0420944c-d7b5-53e0-8f5b-53ba0af4c47b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS001802"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f06cd270-f288-52a5-9b70-2de82c84a5e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/33fc567b-ed97-552a-a488-a2d02085e1df"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9af50fa6-1673-579b-bfab-5546f0bf389f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/399f7ba5-94f5-526d-b29a-56769e0a7abf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7e3b135-3b10-5056-af92-1888942c26ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9af50fa6-1673-579b-bfab-5546f0bf389f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/399f7ba5-94f5-526d-b29a-56769e0a7abf"}}],"status":"accepted","resourceType":"Task"} +{"id":"13284a44-1413-51f0-be0f-a348aec5884e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003634"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f69d364f-b29d-5e72-a3f9-88088468d85f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aa7ef94a-e855-5598-87a7-361c0e106846"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20559ce3-b5f9-5047-b2a9-3aa1f16af040"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d275dfa3-02c0-56b8-bda9-69a61c5e7a79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/787b2b33-cef1-5a49-9d3a-ff6a951a47a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20559ce3-b5f9-5047-b2a9-3aa1f16af040"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d275dfa3-02c0-56b8-bda9-69a61c5e7a79"}}],"status":"accepted","resourceType":"Task"} +{"id":"b74fca65-5667-5566-aaca-6a4da82e20fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003635"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/08d1e230-0d4b-5a45-b1d9-3e65b2a6a083"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f6d9b638-e3b6-56b0-821e-9d95e95ff9ea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ab186da-e501-5545-949b-0867ad2dc2a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1b0171a-b4f9-5b1b-ab7c-88d533959dd7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1bc5ac5-31d4-5ef9-8380-844ab1e5ca1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ab186da-e501-5545-949b-0867ad2dc2a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1b0171a-b4f9-5b1b-ab7c-88d533959dd7"}}],"status":"accepted","resourceType":"Task"} +{"id":"3cb34d3c-f1f5-573c-b527-5eb27da4bb3a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003636"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e6adf15e-3efc-5af6-a7ee-9e60b37664c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c8721186-f70d-5d31-8ca5-632b1085d84b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d8572ea-351b-50ea-8c9d-e83c726c8b98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3513d5a9-ed54-5d98-a233-0e21a2c76e91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fc01490-c2b2-516f-9d8e-3cca87a3d8cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d8572ea-351b-50ea-8c9d-e83c726c8b98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3513d5a9-ed54-5d98-a233-0e21a2c76e91"}}],"status":"accepted","resourceType":"Task"} +{"id":"36695a22-6a41-569d-abb5-e170c1286fa1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003638"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c370b795-fc6b-58eb-8b1f-93a4f0c46c00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/81097adb-f942-5317-83d2-502e517a8d52"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61b3a3fa-4a0e-5a81-820d-145e57ac488f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bda365c0-2ed6-54de-8bb2-1ddc23df12e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56cdbf05-0bda-5288-8646-d823c9a0254e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61b3a3fa-4a0e-5a81-820d-145e57ac488f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bda365c0-2ed6-54de-8bb2-1ddc23df12e9"}}],"status":"accepted","resourceType":"Task"} +{"id":"24700251-4c47-5f64-9f24-16bff1bb4f87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003639"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f3e0ae38-e305-550d-88db-5a9eb7d30617"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/17aedeb9-5da4-5de5-9e78-47179bcbbf2c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99360178-31e7-5401-975f-e9e3d9ff5933"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8bf6fd6-7dec-59cc-a0a7-0cdc2a2b0532"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a5b017a-e074-5701-a8b7-924d63ec0e86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99360178-31e7-5401-975f-e9e3d9ff5933"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8bf6fd6-7dec-59cc-a0a7-0cdc2a2b0532"}}],"status":"accepted","resourceType":"Task"} +{"id":"23879359-443c-55cb-b1c0-7ff47277d7fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003641"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e6a45724-5d1e-5b80-91e6-f912a10abbaf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ece06e24-ec7e-5d4b-809f-e3b111a2cccf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8bf56d3-e991-5569-bc19-98cc49622903"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec92b8eb-c4bf-5ab4-b1a9-ab01f4afc210"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb950b34-4894-58cc-8d7c-9ddfb2dedbca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8bf56d3-e991-5569-bc19-98cc49622903"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec92b8eb-c4bf-5ab4-b1a9-ab01f4afc210"}}],"status":"accepted","resourceType":"Task"} +{"id":"15523b8a-6117-5a18-a0ff-25179e60a745","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003642"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/22a520b3-0e96-5077-a1b1-a78f79a8e986"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8e217428-97b3-5c5c-baa9-9239e49878be"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55b1f525-a403-5934-b6b8-cf7e78e53a20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4583911-caac-5ac1-aa30-efcf156d28cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d4f9ed5-de7b-52df-87b2-9a9e71da0f42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55b1f525-a403-5934-b6b8-cf7e78e53a20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4583911-caac-5ac1-aa30-efcf156d28cc"}}],"status":"accepted","resourceType":"Task"} +{"id":"0aecc4bb-126c-56f4-b601-8679b86f42f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003644"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/734450ae-4ce6-55c3-8c60-6180847b90c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b6836a38-4ee5-5cfa-82bd-a8190a4da35e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67c94589-69b9-5594-b453-b8f9edc999d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b016e607-fd39-568e-8fc6-2aaadd439772"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25d8ec5f-f721-58c3-b660-e52e06115669"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67c94589-69b9-5594-b453-b8f9edc999d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b016e607-fd39-568e-8fc6-2aaadd439772"}}],"status":"accepted","resourceType":"Task"} +{"id":"e3802319-9792-5839-ab9b-3be5b94048bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003645"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/411af2d0-bc18-5677-88bb-5dd62cb382d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b344a051-7ec7-5a00-9174-239287d108e3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50df7e05-341d-5261-a1d8-8c9f10e230b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f00381a1-ef26-52cf-a0a0-c9cde4030d61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3453c57c-a8de-5e03-bc74-a86e98d07f8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50df7e05-341d-5261-a1d8-8c9f10e230b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f00381a1-ef26-52cf-a0a0-c9cde4030d61"}}],"status":"accepted","resourceType":"Task"} +{"id":"93497741-003d-5637-bef9-d697b7faa16e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003648"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/29359887-4f5c-5167-a60d-e0bafe2a7f48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/081986d4-aa8f-56e4-8641-e4e3f1b042b5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0172916-7f6d-5b1b-ad02-f3f4bd34f8dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6abe987e-ab6d-52ed-ac00-454475eb7be2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f45142e3-8343-5b43-b86f-654801460889"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0172916-7f6d-5b1b-ad02-f3f4bd34f8dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6abe987e-ab6d-52ed-ac00-454475eb7be2"}}],"status":"accepted","resourceType":"Task"} +{"id":"4ed06940-ea5e-586a-92e3-a547853ccf42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003650"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/71c6b943-051d-5dcc-b598-a9375535fca0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b0b389d9-3f72-51cb-be77-4f6275d744f9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6f29310-5e28-57b3-8b17-69ed8b18968a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/374d2c8d-9fda-5b50-aa2a-bac0455f90e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50cbf1e1-d877-5ebf-849b-c2fcbd2cee03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6f29310-5e28-57b3-8b17-69ed8b18968a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/374d2c8d-9fda-5b50-aa2a-bac0455f90e1"}}],"status":"accepted","resourceType":"Task"} +{"id":"af49e2d2-a331-5bf0-99d1-0db392dc2aa9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003651"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b2600617-0a19-5eed-a497-6e514c92e78e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/72686e96-fb37-53cc-9346-1703f6c1aa58"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae0147fb-8453-5306-86fa-9e39a7e3242c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6506fe64-9033-58da-87aa-058791b860c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/516ece0d-3842-5a3d-a03e-dbf573ae1d83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae0147fb-8453-5306-86fa-9e39a7e3242c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6506fe64-9033-58da-87aa-058791b860c0"}}],"status":"accepted","resourceType":"Task"} +{"id":"459a9fa2-9266-535a-a6bf-7d264f77bcd7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003653"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e81a0b32-83df-56f9-ab63-5d965df2f90b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/919b08b2-eae1-5eca-a3f4-6347dab4ec1f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da19d350-30bc-5afc-9171-1223c7abd0fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8f1587f-293f-5b46-8d81-66057dc54fcf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de234a72-56a4-5265-94fe-2503b1f87a2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da19d350-30bc-5afc-9171-1223c7abd0fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8f1587f-293f-5b46-8d81-66057dc54fcf"}}],"status":"accepted","resourceType":"Task"} +{"id":"5bb055d1-c03e-5590-a8e1-1018c18cc6c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003654"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/95288dc9-b716-5ebc-bbfa-69d32f60f5e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/22456989-37a1-5118-bb73-aa78f0f08485"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15035d19-4871-5cb7-a9aa-56df4254a615"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/231575c3-6b1a-55a8-8a0d-cecde1182232"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5b37579-08ea-558f-93f4-0fadaee28c1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15035d19-4871-5cb7-a9aa-56df4254a615"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/231575c3-6b1a-55a8-8a0d-cecde1182232"}}],"status":"accepted","resourceType":"Task"} +{"id":"08f77985-5ae2-5b86-89d2-0921f87ef060","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003657"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/92c8ac1c-397e-5e67-aa3b-ce6d3585b11c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b3572349-416a-5b03-b0ef-ee156908c959"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7cab0433-d4ae-5b3d-b935-862f07c45a3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6efad56d-6cac-5721-b57a-313bc95e41c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/991ec8b6-227b-5db8-af61-b8f2379a1c63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7cab0433-d4ae-5b3d-b935-862f07c45a3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6efad56d-6cac-5721-b57a-313bc95e41c2"}}],"status":"accepted","resourceType":"Task"} +{"id":"c962d6da-e45c-5964-b83c-fb420bb6c294","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003659"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/944fea22-9545-5dd6-a52a-5611a60ea1c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3a28ecc2-25f5-5884-a178-84cbade77467"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff042686-14e2-56d3-be5d-e0e7187482aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/017cd997-8a1f-5b7b-88ea-820573808d76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dcbc6b99-3b73-5931-9b96-382078ccdaa9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff042686-14e2-56d3-be5d-e0e7187482aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/017cd997-8a1f-5b7b-88ea-820573808d76"}}],"status":"accepted","resourceType":"Task"} +{"id":"772e68b5-4389-5a1e-b721-b49fad4b5d3a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003660"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3f7e7d1d-b041-57ff-8ba1-7514995ac87b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7cfbb294-de35-51a2-a212-afdbe9fdefa0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95bd7a7c-e6f0-5492-aee1-e943d99fa405"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4c2f9ee-9ca8-537a-b2e0-220725c64af0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b26e3ce2-b470-5981-bb31-5ec1d6c8c8b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95bd7a7c-e6f0-5492-aee1-e943d99fa405"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4c2f9ee-9ca8-537a-b2e0-220725c64af0"}}],"status":"accepted","resourceType":"Task"} +{"id":"f6eefe78-f47a-53f9-b915-4f8ca0297a31","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003662"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/15013bfb-198d-50e3-96f6-b06444275531"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3bae4c9a-9304-5810-bf9a-d35c569bcb0c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a94a7ce1-7785-51f4-a15a-8d411eaca7ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe879df9-d47f-529d-9860-217273b61b8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/346ccd81-aad9-5d16-bfad-eb2ac2e2076b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a94a7ce1-7785-51f4-a15a-8d411eaca7ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe879df9-d47f-529d-9860-217273b61b8d"}}],"status":"accepted","resourceType":"Task"} +{"id":"cb986f62-49e7-59d0-94eb-4e61d7aa72ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003663"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/077f6858-f664-5303-bfed-e5c78ee14b91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/06d5d611-6470-5d80-b502-550058fc61cd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87fa9d5c-7463-5104-93cc-a303d7bd9154"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da856f15-ffa6-5814-a957-c88b7864a162"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/254f5b08-1e5a-5899-a3cf-9aaa6c04ef19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87fa9d5c-7463-5104-93cc-a303d7bd9154"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da856f15-ffa6-5814-a957-c88b7864a162"}}],"status":"accepted","resourceType":"Task"} +{"id":"5b88af5a-e33d-5d21-86bf-b4834777caa3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003665"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/562b8cbc-2af7-5c16-bb76-2fb211890796"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/06919f57-cab3-57a8-be9c-0aac8d235d23"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91d4ce41-6fb9-546b-9274-f6e8e9e2bf20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33aac221-bd8d-5d2a-945e-12340b48f4ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f77b8763-d7ac-5c45-87fb-6126ca830f6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91d4ce41-6fb9-546b-9274-f6e8e9e2bf20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33aac221-bd8d-5d2a-945e-12340b48f4ac"}}],"status":"accepted","resourceType":"Task"} +{"id":"4fe76a6d-fbba-5a1c-b2fc-9cbc387d3425","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003668"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ddef06b9-5632-5705-ac81-9af2d4c04050"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ca95593e-a6ba-5875-9ae8-09427803bea4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e601ccbb-074a-50da-adbf-ef45e3354e10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64d2df11-9b6c-5fc1-905a-a350b1c0af5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86cc426f-c3d6-5347-a28b-658199428476"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e601ccbb-074a-50da-adbf-ef45e3354e10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64d2df11-9b6c-5fc1-905a-a350b1c0af5c"}}],"status":"accepted","resourceType":"Task"} +{"id":"13004b7a-5190-5dfe-907b-80f136a3a16d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003669"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/98ca2e16-7a05-5a6a-9463-0be5706236ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e55976ad-0304-5fbd-9143-d0a56417a36f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9c95bb7-b5fd-5d62-be0f-32642b011910"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3488002e-059a-58c3-bbd7-7ea0553796ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d06ded8-0f98-57d0-bffa-b4a5e95be976"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9c95bb7-b5fd-5d62-be0f-32642b011910"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3488002e-059a-58c3-bbd7-7ea0553796ed"}}],"status":"accepted","resourceType":"Task"} +{"id":"a5cbd20c-730a-5902-9aa9-22641ef70755","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003671"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/88f6852e-ed40-5917-b30f-928e3b4ed181"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d460440e-383c-57d1-9dbe-4f091992ff07"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4815f169-c3d8-5fa5-a692-f0f4201ea516"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61c78bff-8a0b-5a49-8887-2b1ba2ed77d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09a59504-8c8f-5ec3-b750-90533e017bdb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4815f169-c3d8-5fa5-a692-f0f4201ea516"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61c78bff-8a0b-5a49-8887-2b1ba2ed77d4"}}],"status":"accepted","resourceType":"Task"} +{"id":"485301d4-edad-5ad1-bf92-73d77a78c7a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003672"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/900709ae-2de1-561e-b8ce-7f76342629ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/77c8efd8-914f-56cc-9fc2-1734b8a9549c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6f7cfb7-ddd2-57cd-87a7-7a00b82f1d05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec261e82-30d2-5489-99b6-c3b943b8d443"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf5b2f5e-f4be-5139-9ce1-0e4f037ec045"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6f7cfb7-ddd2-57cd-87a7-7a00b82f1d05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec261e82-30d2-5489-99b6-c3b943b8d443"}}],"status":"accepted","resourceType":"Task"} +{"id":"6f673326-f7d2-5fa0-a137-fde050db4e72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003674"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f9cad711-ce37-5262-a756-657030d71f9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c1409563-03fe-5b5c-8c66-065ba39b05b1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e367de1b-5d58-5e49-bc55-4588d816e8f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a79ffd2-b7ba-5096-ab5a-1d29698c344d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30b938b0-0ed9-588e-938f-c6559a1eb337"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e367de1b-5d58-5e49-bc55-4588d816e8f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a79ffd2-b7ba-5096-ab5a-1d29698c344d"}}],"status":"accepted","resourceType":"Task"} +{"id":"ebbbcff7-6e5b-5966-985f-62109b73afed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003676"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/26062f44-ee86-568b-b5c9-76ab2cdf2f5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d179b524-b641-5df1-9894-29334415f7d3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f38dc00e-1f1a-5af1-a8ab-c0cfeeb77f70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f8a9a77-4130-5be7-93ab-9bdeb697d161"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b84cc8ec-e78e-512d-ac60-e9e70788020e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f38dc00e-1f1a-5af1-a8ab-c0cfeeb77f70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f8a9a77-4130-5be7-93ab-9bdeb697d161"}}],"status":"accepted","resourceType":"Task"} +{"id":"0798abfd-b596-585a-af60-8e8acd480420","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003677"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/98cd58c4-00ef-5131-b55e-42aac2a53a06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/863a029d-efd7-5b4b-a8ab-7ebcba939eba"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5269c30-95d3-517e-94fc-8a5700b9255e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7231d72b-41b8-59bb-995a-66decb5c2465"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57028e5d-2915-5e9a-9f76-d9ab3114d219"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5269c30-95d3-517e-94fc-8a5700b9255e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7231d72b-41b8-59bb-995a-66decb5c2465"}}],"status":"accepted","resourceType":"Task"} +{"id":"990f233a-11d9-5d0f-80e8-2d49c575e9c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003678"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d1553f2f-4a1b-5796-81e2-2d7a6eec878c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fd5f5d50-2d9c-577c-ba98-6bd91744d915"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f81496f9-0996-533d-b20b-999b0c957a6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c1a601b-08bf-56d8-b74f-be45bbf2a304"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1dc68a2-b034-5839-aa87-528a5b39b7c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f81496f9-0996-533d-b20b-999b0c957a6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c1a601b-08bf-56d8-b74f-be45bbf2a304"}}],"status":"accepted","resourceType":"Task"} +{"id":"9b9ca411-e1ad-5c1a-85e2-93e2e293838d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003680"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e9d8704c-9200-55e5-b47a-ebd866a836c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5d3d120c-8dd7-5451-b4b7-9482eb7ffa2f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e930a283-5004-5240-b97a-3b87a1783953"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4dc869f-0ef2-5e1a-81db-3bd62a9b868e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cab04b13-22dc-54af-9a56-6857b21f6c90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e930a283-5004-5240-b97a-3b87a1783953"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4dc869f-0ef2-5e1a-81db-3bd62a9b868e"}}],"status":"accepted","resourceType":"Task"} +{"id":"8db309d3-a37b-5221-bea0-79c9a292a664","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003681"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/915c831d-4814-5aaa-8b16-ea649597618d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/de8a3fc4-20d0-5410-80de-00b7abc95eac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b16e9bd-0d56-5b84-b303-120438f03cdf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6049efe-2827-55c8-aa90-ccf392af87e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57e4cf95-0f24-5113-aad5-e8b955ba6ea9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b16e9bd-0d56-5b84-b303-120438f03cdf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6049efe-2827-55c8-aa90-ccf392af87e6"}}],"status":"accepted","resourceType":"Task"} +{"id":"428198c3-f3d3-578b-bd04-9bcdfcf188eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003683"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/be608055-aef8-5636-b0cb-1ce99788cceb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3982bc48-5aca-57cc-9cdc-30d67fb6355d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aad39eed-ffa1-5225-96c0-1b5a013a2e8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac4e4364-5b04-58d4-80be-ad9e5c4df6b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5bd7562-957b-5d66-a338-8665c220429e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aad39eed-ffa1-5225-96c0-1b5a013a2e8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac4e4364-5b04-58d4-80be-ad9e5c4df6b2"}}],"status":"accepted","resourceType":"Task"} +{"id":"a41a4ce7-67d9-5618-92b2-883eabb80e0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003684"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/030ec4aa-368a-5cbe-8a87-631ccde9226d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/65932ad0-6c6d-527e-ba13-d99452366740"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac8014ad-f0d8-5f93-920f-056abda94ebf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77e30674-fbe1-52f0-badc-888ed88fab45"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a285983-ceaf-5989-82b3-096475fab7eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac8014ad-f0d8-5f93-920f-056abda94ebf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77e30674-fbe1-52f0-badc-888ed88fab45"}}],"status":"accepted","resourceType":"Task"} +{"id":"32d025ba-12c7-5991-a979-2a9bdc7ed5d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003686"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1e2b96da-7b57-5551-8c09-c440126d3c04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f91be758-ff0d-57e0-8513-5f903e97ea38"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8d280c6-42ca-58d1-ae9d-3cd96a8114b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5913fb72-4089-5359-ad82-993819be9fb0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a619435b-9f1e-5b38-b4be-ac79e7938f65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8d280c6-42ca-58d1-ae9d-3cd96a8114b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5913fb72-4089-5359-ad82-993819be9fb0"}}],"status":"accepted","resourceType":"Task"} +{"id":"c7413333-8a9a-596f-a297-cb651b83bc2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003687"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eac859df-bea5-5b7a-89e3-edbd008212d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f832ce65-6dbb-5477-8b5b-7b465ce332d2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91ad972a-e0e0-5e29-a732-83046bacec6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d61d1dcb-aaae-5907-8fea-89a2c4b0c13d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2889ff3c-3e38-5665-b099-e34bf4689cf7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91ad972a-e0e0-5e29-a732-83046bacec6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d61d1dcb-aaae-5907-8fea-89a2c4b0c13d"}}],"status":"accepted","resourceType":"Task"} +{"id":"a6e71919-be0d-5178-8eec-fcc5cd9aeb1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003689"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/efd4be4a-29ec-568a-abb1-d0f1ef8cc90e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f66aca2f-3432-5e7a-8fd8-433fab94e305"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85a25094-df8c-5fb9-b233-a315f46d8a0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e809fbc9-32a1-5ed6-99a5-524ffd127569"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91bce3bb-945a-58ae-8451-4ae95ea74a98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85a25094-df8c-5fb9-b233-a315f46d8a0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e809fbc9-32a1-5ed6-99a5-524ffd127569"}}],"status":"accepted","resourceType":"Task"} +{"id":"261372b4-58fc-5c27-9efa-23d31944be7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003690"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/66e0658f-c226-5421-b072-4d01ae9a1a0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b6e63b62-cd02-5b57-a1ab-d8178f5db384"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35117512-160b-530c-a1fa-71e469841b54"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f95d7572-31c8-5fd3-bbfe-d697fec0faaf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5146bd2d-e4e6-56a8-99ea-069f08e08956"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35117512-160b-530c-a1fa-71e469841b54"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f95d7572-31c8-5fd3-bbfe-d697fec0faaf"}}],"status":"accepted","resourceType":"Task"} +{"id":"7d3969ba-f05d-5d25-af02-80ff03f0e96d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003692"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2eea57d5-6137-58d2-926e-e278050c1c93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9ba5caed-081d-5073-8ea0-9eac5de71341"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95df68fb-e129-5b3e-811b-5c2686df25ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/436aaf0d-3822-531f-9765-d72da3ab283e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/488c9b77-04d3-5692-b051-1044d7cdc00c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95df68fb-e129-5b3e-811b-5c2686df25ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/436aaf0d-3822-531f-9765-d72da3ab283e"}}],"status":"accepted","resourceType":"Task"} +{"id":"027cc5ab-d6f9-53a6-b565-f2e803db19e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003693"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1d66fd9e-f06d-56eb-967f-b88dc71f6a12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7103b679-235d-5531-85a5-c4f6461aaeca"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8737fb42-e1c6-5fe4-afc6-f74b1a90955d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/208b8e2d-bfbe-5a93-a801-294d3a7cdcdf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60fc293e-4e16-56c9-a9ab-65e8a90e65c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8737fb42-e1c6-5fe4-afc6-f74b1a90955d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/208b8e2d-bfbe-5a93-a801-294d3a7cdcdf"}}],"status":"accepted","resourceType":"Task"} +{"id":"46fc7ab2-756c-5b53-9c8a-cec04ac9ce7d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003695"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/377c5d4d-b271-57c7-9f54-71d5f51cbf88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ac9c2684-b35f-5d72-86ff-8dfea375bc6d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9f427db-c766-5ca2-b518-ab91e2640069"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14155a7c-035f-504c-968f-1e84919ce311"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/037a1188-6f4b-5554-aedd-f9b61f4ec81f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9f427db-c766-5ca2-b518-ab91e2640069"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14155a7c-035f-504c-968f-1e84919ce311"}}],"status":"accepted","resourceType":"Task"} +{"id":"99922c54-89d0-5246-af01-5342c44054fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003696"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e250bb03-3dc2-54f6-a8ab-69f4efa9d39e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3c844cd9-118a-5860-87e0-788b7d8c40ca"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e398b433-03ab-5f45-a3ae-3bb10d5418e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/841b6e71-038c-5519-ad33-ed83118bb8c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0503b386-466f-514d-bb25-76ae06e66f06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e398b433-03ab-5f45-a3ae-3bb10d5418e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/841b6e71-038c-5519-ad33-ed83118bb8c7"}}],"status":"accepted","resourceType":"Task"} +{"id":"1ecf5638-e81d-546f-8dd8-033010c7e01c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003698"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e4614165-5701-5393-b135-f8cedc360376"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a0620d5e-6378-54f5-b5ea-d2e1baeec79a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d5557ae-cc51-5abf-b4af-438994f6be11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab075272-efea-5f03-afe9-53e5352d2627"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33e1ff28-2a41-5e49-972e-e49733a72a01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d5557ae-cc51-5abf-b4af-438994f6be11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab075272-efea-5f03-afe9-53e5352d2627"}}],"status":"accepted","resourceType":"Task"} +{"id":"703e8a3c-276c-593b-a3da-a3d2b0c564a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003699"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ba7196dc-17f3-59d5-a6f5-a162f24a5be7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a0e13941-c498-5df9-bfec-606b3fedd8f7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c1796e6-09a9-5ba3-a1dc-4b7e783c8b26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0f4b96d-8986-5d6e-a0f1-dbf92fb6fa57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e16c531-863b-54e8-bfb9-f8c0748bbae4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c1796e6-09a9-5ba3-a1dc-4b7e783c8b26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0f4b96d-8986-5d6e-a0f1-dbf92fb6fa57"}}],"status":"accepted","resourceType":"Task"} +{"id":"4bc91df0-397e-57ad-ada7-c6c622a474ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003701"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e297ecb0-597f-535b-8747-ad1ace401281"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/edc68c7c-8bda-5a82-85b6-92087a8d19d3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f291d054-9242-51ac-984e-068bc9fd622c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c022153-0cc2-56c9-a472-41a9902b360a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7aec8fb-bcf7-5044-b205-1b633d405157"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f291d054-9242-51ac-984e-068bc9fd622c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c022153-0cc2-56c9-a472-41a9902b360a"}}],"status":"accepted","resourceType":"Task"} +{"id":"1b049077-c4ca-52bc-8a48-7506cde41ec8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003702"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e3eadf16-3d08-51cf-8b9c-3c2da5a112d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/800f1c0d-1849-59f9-b5ae-8bb8eacd2257"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/156d0a0f-19d2-5399-90fa-23cbb2624a9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42cfc98d-b757-5a3d-a8d8-1f29ed5d2075"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2fdb65b-a15a-5b7b-aeb7-18f84c1afc20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/156d0a0f-19d2-5399-90fa-23cbb2624a9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42cfc98d-b757-5a3d-a8d8-1f29ed5d2075"}}],"status":"accepted","resourceType":"Task"} +{"id":"88620ee5-0297-57a6-b09d-72cfb2a7135b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003704"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d4075728-45d5-59d3-81e0-656795ec5169"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4f15e544-76c0-564f-b180-2e2d1a571175"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9e7c990-91d1-5c11-a32e-23292ac3ac6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c85bdf6e-16ad-5c41-b7e1-22a6e7b43d84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2d03aaa-59a9-54b5-a121-521045cd6bfe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9e7c990-91d1-5c11-a32e-23292ac3ac6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c85bdf6e-16ad-5c41-b7e1-22a6e7b43d84"}}],"status":"accepted","resourceType":"Task"} +{"id":"4b94476d-d25e-5f35-a719-b0b28f5e7d7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003705"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9f8e7b93-a75a-56c2-9036-fdba39ff4c6d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8dfe77ed-dcfb-5db5-b892-a53b8ae87004"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/722e257b-d979-52e3-8a7e-068d80d8b036"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/370aa6a3-41d5-581a-abc9-8bb682e47855"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49c86268-6695-526e-aebc-34399329f80c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/722e257b-d979-52e3-8a7e-068d80d8b036"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/370aa6a3-41d5-581a-abc9-8bb682e47855"}}],"status":"accepted","resourceType":"Task"} +{"id":"492f4979-4c5e-51a5-ba4f-82774748a940","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003707"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9f176c40-ea66-591e-ac96-9a1ea898cb0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5b10d3a1-1979-5ea6-9e07-7a9786431206"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1878a246-d922-5b43-85ef-25b45680c615"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0f555a1-3232-54a8-9b30-133a6246626c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a43f01e-7d69-51ab-8cc6-4fe8b6eadcee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1878a246-d922-5b43-85ef-25b45680c615"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0f555a1-3232-54a8-9b30-133a6246626c"}}],"status":"accepted","resourceType":"Task"} +{"id":"21a59726-7597-5376-8508-58bb54cb8f1b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003708"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bae7efb0-df8d-56f8-9fa8-7e1f3234e838"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/17111735-276f-52ac-94cd-ab0df0f81009"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08af1d19-4760-5bb3-9821-a1bf79a867fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0f8a518-7c51-5171-a5fd-c8a6d184925f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa22ada6-df83-5770-9917-2a8ca5bbfe7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08af1d19-4760-5bb3-9821-a1bf79a867fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0f8a518-7c51-5171-a5fd-c8a6d184925f"}}],"status":"accepted","resourceType":"Task"} +{"id":"3b1cddf8-e6c2-5e08-8ad0-da308694aacd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003710"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d704e64b-6c4e-5dfa-974c-13d7f3df8abf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/30ca6f1a-cde1-567b-86c6-61a2528b332f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f928172c-1d80-5b99-9d89-48dd7c5fd3da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40311ae3-fa2f-5d78-bdc0-260c19744b3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ef83d1d-77de-5a8d-a74a-a75388825fcc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f928172c-1d80-5b99-9d89-48dd7c5fd3da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40311ae3-fa2f-5d78-bdc0-260c19744b3b"}}],"status":"accepted","resourceType":"Task"} +{"id":"fc850a80-293d-5b8e-825a-0885713d292e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003711"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d6eb25bf-26af-52ed-9be3-b3bb6159045d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a907e953-07db-5fa2-a579-a0aefbd90b16"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c0b3ce1-3f83-5cbe-8b23-faefde351d14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65186f47-ad60-583e-ac55-870f1f4b1e42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37ad2b30-890d-5d38-8319-79bd56350003"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c0b3ce1-3f83-5cbe-8b23-faefde351d14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65186f47-ad60-583e-ac55-870f1f4b1e42"}}],"status":"accepted","resourceType":"Task"} +{"id":"4ff76494-f891-5e36-9859-a14e23000c16","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003713"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ac461b0d-7a26-546a-a3b2-784ce38b18d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1487707e-bc52-5646-a8e3-1112c37bc176"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fe09f7b-cde9-53b0-85fe-b4b882174f80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a6bcf71-fbee-5bf3-ab03-7d231428481e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f77f76cf-20d8-54a0-978e-4749b4b1e6f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fe09f7b-cde9-53b0-85fe-b4b882174f80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a6bcf71-fbee-5bf3-ab03-7d231428481e"}}],"status":"accepted","resourceType":"Task"} +{"id":"c2a0ceea-8c08-5326-af5a-c4a3efd28c4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003714"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/07e79322-80e0-5c0e-bde4-ff94a5ef1fc6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/23a6bdc0-ae6e-57f1-8670-c36ffb9f8464"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3890209-4644-5832-b80e-160a1c3f7079"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a85aaa9-989f-54ba-8a9d-821fddb84f95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25319545-3716-5982-87c2-7d8ac79e48fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3890209-4644-5832-b80e-160a1c3f7079"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a85aaa9-989f-54ba-8a9d-821fddb84f95"}}],"status":"accepted","resourceType":"Task"} +{"id":"51d64221-fa41-5642-83ee-d0b05e93e8dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003716"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c59cff77-f86f-5a9e-93be-28c1667a0f21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/be2a7829-7c02-5c81-9ec5-344e73f178e1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55f56840-c0e7-520a-9750-de4885f06cf5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43ae046f-99c9-5652-9128-2bbcfb8d69a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32cdc63a-e87b-5fac-8120-1f709725766c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55f56840-c0e7-520a-9750-de4885f06cf5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43ae046f-99c9-5652-9128-2bbcfb8d69a7"}}],"status":"accepted","resourceType":"Task"} +{"id":"0add8b6b-7f02-5af2-b08a-6c02e2e66dc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003717"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7b0a522e-14a3-5fe3-b752-1d03bd13044f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/438a38c8-19ed-5b04-b171-6639ca579ea5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e35eb32-2261-5076-b52a-fdef73c4b982"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c9d74de-7a90-5e0f-98bd-bf6deeedb08a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38c7ff4e-7f94-5135-8ed0-61bc47f43cec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e35eb32-2261-5076-b52a-fdef73c4b982"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c9d74de-7a90-5e0f-98bd-bf6deeedb08a"}}],"status":"accepted","resourceType":"Task"} +{"id":"c05ae287-21aa-5bb7-b241-edcb33b24ce1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003719"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7723963a-1d2b-5e3b-8820-f8eb25113dd0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/493a86fb-a2c7-5924-8613-ed1aa1e03e75"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/211470df-2f9a-51d7-885c-3f6d670d25ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a4a4a52-a76e-5420-a93c-80e3038f17dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/015edf58-c53c-5d1b-9bea-81033288a519"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/211470df-2f9a-51d7-885c-3f6d670d25ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a4a4a52-a76e-5420-a93c-80e3038f17dd"}}],"status":"accepted","resourceType":"Task"} +{"id":"dd840ec2-239e-51ab-95dd-cdd8a4c86d01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003720"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/410efee8-5121-5d3a-b881-3c9ab1055183"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f804d79c-436f-53ff-89d1-c2cebe289216"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c05a0af2-195b-5caf-9690-cf1eae8fc754"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a09cebaf-8992-52a2-9c0d-c0931e87e0ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6b4b122-d19c-5103-af00-236e7c0025fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c05a0af2-195b-5caf-9690-cf1eae8fc754"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a09cebaf-8992-52a2-9c0d-c0931e87e0ef"}}],"status":"accepted","resourceType":"Task"} +{"id":"dd25b43b-a376-5895-a54c-beb6e0451b3b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003722"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/79eceacd-b5b7-54ac-a6ff-e03fdd71a750"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b7e79f05-0f7c-5f18-8390-5eabb94e8add"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa741e16-547f-500e-ad1f-b5f74aed2575"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5cbf345-3d78-57b7-a0e3-6eb7b2fc9598"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/817936ca-55bb-594a-9414-70315a491a6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa741e16-547f-500e-ad1f-b5f74aed2575"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5cbf345-3d78-57b7-a0e3-6eb7b2fc9598"}}],"status":"accepted","resourceType":"Task"} +{"id":"1bc70743-dde7-5240-869c-80095f30f8bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003723"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2134af96-d97d-56fd-a6cc-516777bc6a41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/918fa51e-3a20-50a0-b4a2-55d47bc1fb57"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62954dfc-4d11-5fc1-95a2-6f8c59b94676"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8cc01b3d-7bb6-50ef-a9f6-1f4d0a3c3e05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d1bff7e-31fa-54ae-9c0a-1b6fc3be948e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62954dfc-4d11-5fc1-95a2-6f8c59b94676"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8cc01b3d-7bb6-50ef-a9f6-1f4d0a3c3e05"}}],"status":"accepted","resourceType":"Task"} +{"id":"68f49300-e931-56bb-819e-d943d3b574dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003725"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ebfc605a-c37e-5fef-8601-7109c1ee82ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8af89a8d-e36f-57cb-a927-a5d7ef691692"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69edf9be-6e65-5598-918c-26e766b0d76c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57611cfa-d4e5-5ebe-b419-ff5bb01ec4c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9eda858-45fa-57e2-8659-b0c0fac623c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69edf9be-6e65-5598-918c-26e766b0d76c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57611cfa-d4e5-5ebe-b419-ff5bb01ec4c8"}}],"status":"accepted","resourceType":"Task"} +{"id":"b0eb7b8a-9918-5841-95cc-ed684ce0beb2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003726"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/802fc743-0d85-5ed9-899d-0504598b4238"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e54160ec-ff52-58bc-9600-95708712b64d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35d384ee-0401-550a-b93a-a735422f90ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aabca5b5-dea4-5c9f-960e-55536f424968"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/034dee40-6b54-5e0a-8337-c86aaae8aba2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35d384ee-0401-550a-b93a-a735422f90ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aabca5b5-dea4-5c9f-960e-55536f424968"}}],"status":"accepted","resourceType":"Task"} +{"id":"0e91e877-2629-5c78-b30a-893ca93fdf48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003728"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b4673c2d-481b-5f93-9457-591b512a768e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3fedbdad-568d-532d-9b20-23d7b027159d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58cccbe0-813e-53e6-a344-2427cfea3a2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17576c80-8823-5069-aa7d-5addf7f6d651"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d1382b0-cbc8-5673-aef2-4538206cdc23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58cccbe0-813e-53e6-a344-2427cfea3a2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17576c80-8823-5069-aa7d-5addf7f6d651"}}],"status":"accepted","resourceType":"Task"} +{"id":"2936bc8f-66b4-5c24-afa1-954ee1773828","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003729"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fe7e1004-323b-5970-ab94-2e1aecfd4ff8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0e30a04d-cc89-50e0-b837-cec28a921d3d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4d3b275-5120-56fe-b762-76b0edf1bc7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ddf264f-2209-55bb-8402-e7c8fa6e2868"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c58d2916-648c-56fa-b227-f77f3b379532"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4d3b275-5120-56fe-b762-76b0edf1bc7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ddf264f-2209-55bb-8402-e7c8fa6e2868"}}],"status":"accepted","resourceType":"Task"} +{"id":"f26584d7-dd25-5c86-9cfb-eefd82158ef2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003731"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/de46924a-bfe4-5129-8451-5aed943efc75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0a38090a-507f-5903-b9a4-cfb7211074e8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2dd6f76e-86a9-50d1-9e5b-6f532728969b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fd09303-1dab-5dd0-a010-e80edb9a61fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4752593b-1770-5544-9b92-4736f595de36"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2dd6f76e-86a9-50d1-9e5b-6f532728969b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fd09303-1dab-5dd0-a010-e80edb9a61fe"}}],"status":"accepted","resourceType":"Task"} +{"id":"75f0adf6-013b-56ee-bd11-840a78f8b41b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003732"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/02cdf784-9227-54e4-8d49-09ecdb4937da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c021ec11-e136-5bab-8e45-ff87cd4ab11c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f9dfe5b-705e-54b6-8b00-66187aa82dfa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8317d669-9e43-507d-a2f2-4dae048002fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61bc3e30-2948-5772-8eec-9b5f2876e53f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f9dfe5b-705e-54b6-8b00-66187aa82dfa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8317d669-9e43-507d-a2f2-4dae048002fe"}}],"status":"accepted","resourceType":"Task"} +{"id":"73a70010-8935-517b-aa5d-16140e78c35d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003734"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/609ce0ba-0ce0-52aa-9e74-3101e48ed67f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1605cb37-c1c0-5deb-b595-f87c2a00a077"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/042eb6c7-d590-5888-aded-056b9a40cbab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b58d5baa-9aec-54fc-92c7-eb14ff0dd18e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e39ad50b-6a56-593e-acf8-9432f4120187"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/042eb6c7-d590-5888-aded-056b9a40cbab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b58d5baa-9aec-54fc-92c7-eb14ff0dd18e"}}],"status":"accepted","resourceType":"Task"} +{"id":"0d05992b-23f9-5397-a931-217c9741eb4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003735"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1eba11fa-4441-58af-95e9-b0bfad62fe8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3a6e8632-8007-58fa-82e3-ee50a6e9990d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdd017a2-8d27-54d1-b5cc-1e85d4c50c53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed5e6786-f9b2-524a-a908-b246a7f719ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/036348e3-49f1-543b-b04e-09882e7049e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdd017a2-8d27-54d1-b5cc-1e85d4c50c53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed5e6786-f9b2-524a-a908-b246a7f719ca"}}],"status":"accepted","resourceType":"Task"} +{"id":"6ffb5b10-a893-561b-b048-cd239b8fb0d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003737"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/346c829f-6a0a-5572-a863-716c301e94e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8216d901-ac4c-50ee-8244-c8ef7c2c3411"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76aaf794-cbd8-57d7-8187-3debdddd7838"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd8fe791-7ee1-525b-a6fc-2c8abb56fdd5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a202dee1-92f4-5d9c-a5ab-2f6cc1dd59b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76aaf794-cbd8-57d7-8187-3debdddd7838"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd8fe791-7ee1-525b-a6fc-2c8abb56fdd5"}}],"status":"accepted","resourceType":"Task"} +{"id":"a4384e6c-8f1a-594d-988c-0d064f4d5e25","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003738"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a37e8cc2-bd6e-5af4-a84a-b05b53fe09f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1799c100-df09-5f59-b4d3-5627e2b55647"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/359ec8ae-8074-546d-9676-c5466d5c66dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d44801a5-abec-5063-b611-99b3116e64a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0000a174-4cd1-5d3f-a659-8abac5eb1b0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/359ec8ae-8074-546d-9676-c5466d5c66dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d44801a5-abec-5063-b611-99b3116e64a7"}}],"status":"accepted","resourceType":"Task"} +{"id":"5741f5a3-00d7-5c92-815f-2c508cfef4b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003740"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6967aca8-f6a5-5d70-a453-f3eedeb639fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4afcfb5e-ff75-5ba2-a844-ee2dca934591"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1638bf9-a136-5986-940a-fc3f61df1077"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fb9ca7a-30b2-5797-827a-751b7a159b60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68ddcf98-050e-5d3f-aa41-c0071346d41e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1638bf9-a136-5986-940a-fc3f61df1077"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fb9ca7a-30b2-5797-827a-751b7a159b60"}}],"status":"accepted","resourceType":"Task"} +{"id":"f3e7c031-93d5-5e36-8536-ecc9d0a577f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003741"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4de1fccb-ff76-5fed-bc1b-84ba3d2d2372"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bd7db856-5868-531c-b8b0-1937fb38635b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1b771e1-82b5-57d7-bfb3-fe98dfb05f13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76c1797e-2179-510f-8c25-5f0efffcc382"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf7d0808-5aec-5be3-bd2e-0aec7137bbd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1b771e1-82b5-57d7-bfb3-fe98dfb05f13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76c1797e-2179-510f-8c25-5f0efffcc382"}}],"status":"accepted","resourceType":"Task"} +{"id":"b4b01d35-9aa7-56eb-b869-f913e583571f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003743"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/345f62da-18e6-5da0-9b91-c1272b902a19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/24b4734e-321a-56f5-890a-20abde8c0e3d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47ce0d82-b4ac-5b62-8804-d788250a2253"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40d3cb08-ac38-5500-b36e-f7cb70f22c63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8438ec7-9869-5d03-b42d-2c9b2ffddf3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47ce0d82-b4ac-5b62-8804-d788250a2253"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40d3cb08-ac38-5500-b36e-f7cb70f22c63"}}],"status":"accepted","resourceType":"Task"} +{"id":"5fbe0f07-9d23-5210-bb7e-943bd7663932","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003744"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9a6f7eaa-3ef9-5de0-8c3b-b996fae207d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e144d8dd-73a9-55dd-87e8-2838cb5d551b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e93b45fd-ea13-5946-a55c-7a8897a713c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f3064a8-447f-5845-9030-e9e7fb0bc757"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6dd91848-4a57-5fa7-930a-c34deb3cc044"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e93b45fd-ea13-5946-a55c-7a8897a713c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f3064a8-447f-5845-9030-e9e7fb0bc757"}}],"status":"accepted","resourceType":"Task"} +{"id":"99edcacc-a631-5e08-a563-320bd3c2fad4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003746"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cdb1b183-0eac-5012-b66a-e0a6f258550a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/77ce2294-a514-5d01-8603-5e29a85d7c00"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9092118-9827-5b20-8d95-963776613253"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5595cc71-a186-5cb9-a17e-77025ed37ab4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2dc6de1b-a09a-500c-8c8c-c89ba6f919ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9092118-9827-5b20-8d95-963776613253"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5595cc71-a186-5cb9-a17e-77025ed37ab4"}}],"status":"accepted","resourceType":"Task"} +{"id":"efb4197a-6b92-5910-8e73-cd63ec7f108c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003747"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0f8231b4-6893-5853-bbfe-17c8be61b3b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d4054ca2-04ac-5734-93da-13d55ff630a2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/436a1f8e-d4a4-5360-af9c-3a75702ac32b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce909aca-5d09-5baa-854f-6d137a144299"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73e52979-755b-5f37-a050-3e5f03729032"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/436a1f8e-d4a4-5360-af9c-3a75702ac32b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce909aca-5d09-5baa-854f-6d137a144299"}}],"status":"accepted","resourceType":"Task"} +{"id":"3cbca1d4-933f-5ee3-86dd-12779a3d0076","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003748"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2cfa4781-520d-591f-8842-f2e5da25fb26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/96b67099-7372-55df-8d9d-271d7d076c40"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59e59fe3-85fc-5d7b-9350-9955b2f2e7c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8b4437b-34e6-5e50-9b5f-32619d239270"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8f88b38-34e9-5146-ab3b-7a8302623e16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59e59fe3-85fc-5d7b-9350-9955b2f2e7c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8b4437b-34e6-5e50-9b5f-32619d239270"}}],"status":"accepted","resourceType":"Task"} +{"id":"387a620c-8371-5d5b-a39d-fcce03882c50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003749"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0a7d912b-f3df-5aa6-81d7-dbec07a0fa10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b1808e0b-37cb-5bd1-b663-d352c61e6f02"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ea2ad97-24a4-5818-9973-b502378a7506"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6de355b3-88b1-524d-a30f-708dce3dd167"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0272cbf8-b46c-51fa-9183-b845ce052f06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ea2ad97-24a4-5818-9973-b502378a7506"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6de355b3-88b1-524d-a30f-708dce3dd167"}}],"status":"accepted","resourceType":"Task"} +{"id":"828575c1-59bb-536a-a4d5-d5a1331af7a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003751"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9569f0ec-e6aa-5a56-b5cf-9fcfa3b8c67e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/62d4be50-1a5c-53da-bc8d-e55aa80678e8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d54d086-9a2e-56fd-9b79-0eeeeed3268b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ad336b3-f392-5392-983f-94e4ec21d059"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96ebbb69-8836-5772-9b6a-ce18262185e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d54d086-9a2e-56fd-9b79-0eeeeed3268b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ad336b3-f392-5392-983f-94e4ec21d059"}}],"status":"accepted","resourceType":"Task"} +{"id":"604b2c8c-b7dd-5b1c-a5cd-f418b56b38fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003752"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6c648cd3-a030-5ee1-8ec2-d86caab634e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a6a71093-3d6d-515e-9372-a31b1d087e9c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fd7a322-6b0b-5941-badd-05da57e054d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/730564e4-2096-5b4f-85c6-a85404352b31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68ad0bd5-86b5-532a-9514-f9bef43fe9fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fd7a322-6b0b-5941-badd-05da57e054d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/730564e4-2096-5b4f-85c6-a85404352b31"}}],"status":"accepted","resourceType":"Task"} +{"id":"9f17b8ed-b35c-59f1-949b-66e047a51da4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003755"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dd55c7f6-f307-51ba-ad02-8b33738d24e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f11e4f7a-9a83-5417-99e2-3137a173acbd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/276f4e8f-933c-554f-8963-e8adce51b80a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1a75813-9fa9-532d-80ad-9a343a345eb9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9759b5cd-9ca2-5ee3-a206-b480a2546506"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/276f4e8f-933c-554f-8963-e8adce51b80a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1a75813-9fa9-532d-80ad-9a343a345eb9"}}],"status":"accepted","resourceType":"Task"} +{"id":"3df8a76d-c53c-5426-adfe-f482aefad343","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003756"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2de82946-03ec-591c-bc77-38069940a0c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ae18da69-08dd-5d7e-a6c4-e3f17a205016"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/748305bb-0cd5-5573-9f05-45cbaba8735d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f251b31-64a9-51f4-9556-61a1adc9e0f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53b70ed1-24d8-525f-817f-01e63b19f83e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/748305bb-0cd5-5573-9f05-45cbaba8735d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f251b31-64a9-51f4-9556-61a1adc9e0f9"}}],"status":"accepted","resourceType":"Task"} +{"id":"3d5d1b09-6f95-5028-bf3c-d71c89ae9256","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003757"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/813573ce-af34-5c96-8ae7-b11eb13e9c9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bb662ec9-32a6-56e7-ba8c-21b4d233b47a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5884030-0844-54e9-83dc-3eaa3c7747e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6124813-e5c8-5229-832a-b1e7c16342e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1346d70c-6737-52af-bb03-b7114aafcbfd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5884030-0844-54e9-83dc-3eaa3c7747e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6124813-e5c8-5229-832a-b1e7c16342e7"}}],"status":"accepted","resourceType":"Task"} +{"id":"b733073d-902c-5552-b381-febd059efe4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003760"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/96dc44d5-cba1-5093-9ca3-2751171110f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e97b4ad1-2c00-5454-a6de-bca719d4920d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0834a0ec-d5b2-5a2f-87d7-ca4ed71c63ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b05ac2e-7829-5d97-bcd4-8bd6834e513d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/becc61d8-bfc8-5031-ae1d-a8d6fc834fb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0834a0ec-d5b2-5a2f-87d7-ca4ed71c63ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b05ac2e-7829-5d97-bcd4-8bd6834e513d"}}],"status":"accepted","resourceType":"Task"} +{"id":"f5e639c1-ec4b-55c2-aa80-d8888b0084b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003761"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d55db37c-468f-54c7-bad0-1cc2355ca2c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d03904af-249d-55e0-a338-5c0750d7ba05"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9bc9e008-09bb-5702-b182-5fbfda5545a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f15f8745-1180-586a-b440-018d0830a3de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d868cf0-2345-5554-871b-1aecf0673a24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9bc9e008-09bb-5702-b182-5fbfda5545a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f15f8745-1180-586a-b440-018d0830a3de"}}],"status":"accepted","resourceType":"Task"} +{"id":"c697c2e4-a851-58df-9db7-82e367618d2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003764"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/91308c9d-47fd-5227-812b-42c28ab8b033"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d9ae8206-7489-5d94-874d-f1a69a25cd1a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb0b1aaf-2142-5a8f-8560-d8b651512932"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0d83404-1bf8-5146-ba1c-8cf593ced9cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93350964-2c49-5e72-bee9-4621d485c760"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb0b1aaf-2142-5a8f-8560-d8b651512932"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0d83404-1bf8-5146-ba1c-8cf593ced9cc"}}],"status":"accepted","resourceType":"Task"} +{"id":"44eb2019-10e2-5781-816a-3df92b34bc8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003766"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ca6b9cc3-ae9c-5373-a182-9ffd3c8e9350"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fbf10697-e87a-506d-b24d-3b85c48b6a71"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34b556af-7cdb-583e-9d14-c3e4b09f6397"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aea15ed6-56c2-50d1-b85d-fe45c9f70bdf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bbc63b30-36ff-572c-8093-dd2743451ca1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34b556af-7cdb-583e-9d14-c3e4b09f6397"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aea15ed6-56c2-50d1-b85d-fe45c9f70bdf"}}],"status":"accepted","resourceType":"Task"} +{"id":"8fab5a1a-c5fe-55a2-8081-abcb56d704f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003768"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a0bce9a3-4aa2-5b65-a95f-4156aff8d2b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f4a53d6d-6b8d-5b89-bb17-15469cd5af2d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/125ff3c5-94ba-5c5d-86f7-dfbc203f98f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76fd9314-2b0d-57e2-8780-09d538f43a17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10301689-1723-5828-977d-9a374daaaf94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/125ff3c5-94ba-5c5d-86f7-dfbc203f98f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76fd9314-2b0d-57e2-8780-09d538f43a17"}}],"status":"accepted","resourceType":"Task"} +{"id":"6b0078e6-a900-55a7-8cda-4c8cda8c19f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003769"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/959acc0c-f3c6-558e-8795-5034198d7e54"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/196feb07-5500-50f7-bd66-845441b11a08"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/175bbd23-86ec-573d-a7b9-68cb79493050"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b71d8c0-4e03-5ed1-bc3b-a2d7cdd68673"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/185c27e1-3a24-5237-98c8-0c8fa12e1921"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/175bbd23-86ec-573d-a7b9-68cb79493050"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b71d8c0-4e03-5ed1-bc3b-a2d7cdd68673"}}],"status":"accepted","resourceType":"Task"} +{"id":"d70f220c-7e49-534d-b94e-6fd01825d5a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003771"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/163b99eb-2dd0-5c1e-8c42-a4167cfc0e02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6b342d42-a687-5db4-bdba-06a6b65494cd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1f0ec44-2a53-5066-843f-8a40bf6aadb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30d540f5-b295-5f9c-a4c4-22b8518148e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8560636-eec0-54b6-9356-41c5167a80e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1f0ec44-2a53-5066-843f-8a40bf6aadb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30d540f5-b295-5f9c-a4c4-22b8518148e0"}}],"status":"accepted","resourceType":"Task"} +{"id":"e6dc4761-7046-5142-8df2-15d5b10a8c8d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003773"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f47fab51-427f-514c-b66a-2b5dc374b492"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cf41c082-80a7-5bb1-ad20-9a1ccfcbec40"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4198e1ad-ea14-5480-9b88-fe125f2b3ceb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb020e1e-b1f6-5e39-b102-161be659e57d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e829967f-f6f1-5396-a6a7-4ba8e931b18f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4198e1ad-ea14-5480-9b88-fe125f2b3ceb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb020e1e-b1f6-5e39-b102-161be659e57d"}}],"status":"accepted","resourceType":"Task"} +{"id":"e7803a30-45c1-5447-858c-aa0a240d3e6a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003775"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2ec3f6bf-bed7-5f9f-b56b-74906033c05f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/74b4ffd5-1b77-5e9a-9fc8-7aa26428a7d6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b864f589-72dc-58a0-b0f8-fce179da5584"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b672a11-daae-5ac0-9318-8a5445900c29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33d96e0f-d842-5ddb-a715-3b6011e8e7fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b864f589-72dc-58a0-b0f8-fce179da5584"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b672a11-daae-5ac0-9318-8a5445900c29"}}],"status":"accepted","resourceType":"Task"} +{"id":"6c8db3eb-4d6a-5a69-9df0-b453f2ef7ae0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003777"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6742a295-9a7f-5828-b33f-de6bd679fba1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5b65cce8-04b9-5402-b59f-43c8493e6055"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4547b01a-956b-5737-ba4b-2d9c5a64d5d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c6e6e7a-f89b-57a3-864d-af5c93e4ea00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66477700-31f6-51e2-8d10-de6ab30fbe96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4547b01a-956b-5737-ba4b-2d9c5a64d5d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c6e6e7a-f89b-57a3-864d-af5c93e4ea00"}}],"status":"accepted","resourceType":"Task"} +{"id":"9bf93caf-5ba3-52b5-96a8-d49e45d9105d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003779"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d8dd1a56-b55b-5412-8b59-64bb83fab6db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b7135f35-7527-56f6-9082-3509a0b453a5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ff49429-f489-5633-a0d6-30f20577d0dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7c52f50-e77a-50ae-a349-67bda7b6ca35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c87745a5-071a-56ad-a275-e70c53f1f62e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ff49429-f489-5633-a0d6-30f20577d0dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7c52f50-e77a-50ae-a349-67bda7b6ca35"}}],"status":"accepted","resourceType":"Task"} +{"id":"caa4007f-d953-5f0d-b89e-cd421b7c9ec9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003781"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fac85fbf-f49c-5086-83b4-a7e54d21902d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cdc439d3-f901-5cb2-b9cc-098d00ec7783"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03a786c2-5349-531d-979c-05a52bb3cc1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78930d24-54ca-55db-8078-1fd741192c10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8070c105-f065-524c-a6c7-9bf00c2e4a9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03a786c2-5349-531d-979c-05a52bb3cc1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78930d24-54ca-55db-8078-1fd741192c10"}}],"status":"accepted","resourceType":"Task"} +{"id":"562d4fb3-1388-5b51-aaf5-7b4050dd9966","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003785"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e14d9392-687f-573d-a1e3-1b528e05ba0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/87b0d534-bad3-53cf-a648-cc36f36abd83"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eaf87989-0f4d-5737-901b-3212c9d0ad89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/649c4fe2-5e3e-5938-ad1d-0c26c8201dd2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14310a59-b7da-56a0-91fe-b2fd86fe55cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eaf87989-0f4d-5737-901b-3212c9d0ad89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/649c4fe2-5e3e-5938-ad1d-0c26c8201dd2"}}],"status":"accepted","resourceType":"Task"} +{"id":"7c27b818-23ea-510e-bdb5-3bdd2eb4f07d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003787"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b38f8430-3c54-5d24-88ec-5ddae4e41c39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d1eb66b6-6286-558c-bb27-f00d8b84e24c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e74baf58-5e15-5893-aaf1-95e0bf14f065"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/058c76e5-3a7f-5635-a46b-085460dd947e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/829ba333-dd32-5286-9cc7-b215a521a37e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e74baf58-5e15-5893-aaf1-95e0bf14f065"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/058c76e5-3a7f-5635-a46b-085460dd947e"}}],"status":"accepted","resourceType":"Task"} +{"id":"dbb06c28-4431-56e9-b35c-f7a2514c772e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003790"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c3c161ed-6d55-53d3-ab0c-8c69f75e3a2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/313d1ea9-357f-5116-a624-fde314b3b9c5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e63eddd5-c294-58c3-8aa0-927359ea54f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03932134-8bd8-5e24-aee1-e69037fe98f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3dd7bfd2-2818-5267-9d53-ad1655da2097"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e63eddd5-c294-58c3-8aa0-927359ea54f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03932134-8bd8-5e24-aee1-e69037fe98f2"}}],"status":"accepted","resourceType":"Task"} +{"id":"b7607228-206b-50ce-9ac9-91f8213e0e03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003792"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e87d7ad7-3e4b-5fdc-9d0e-db7b5323e9c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0c8bd1dc-8df7-560c-b6ac-b6ed75fcf591"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/332f7f10-8aa6-5c71-b4ef-57d9b5ab1286"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7239a40c-98ef-5e66-b258-2d2c65172ce1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b25424ff-3fd4-5ac6-bacd-7de7e0fb7b0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/332f7f10-8aa6-5c71-b4ef-57d9b5ab1286"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7239a40c-98ef-5e66-b258-2d2c65172ce1"}}],"status":"accepted","resourceType":"Task"} +{"id":"8bc7fbcd-af2a-5b96-8645-c62f52237191","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003796"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c0296337-ea77-56cb-ac67-62a4f949e734"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/31772432-da6a-561a-af9e-7df5aed5115e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4043da9b-1d84-5679-a87f-bd888f8e8cac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/863e3cf1-8f11-573b-9975-66020cde9121"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b56cf8b-7811-5451-89c6-9b5244abe113"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4043da9b-1d84-5679-a87f-bd888f8e8cac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/863e3cf1-8f11-573b-9975-66020cde9121"}}],"status":"accepted","resourceType":"Task"} +{"id":"bc8b0c49-a81e-5be6-8531-cc94031d7a9b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003798"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/07cadef7-c0f1-59ff-afef-38004a69591e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3af191bf-fb94-502b-ab04-bc74287fc790"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e5df354-c050-5a19-9130-d8fe5723b5ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3623c772-3279-5b54-87de-1c2761353b2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa986652-6bd3-5f4a-a65c-188e2f768f00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e5df354-c050-5a19-9130-d8fe5723b5ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3623c772-3279-5b54-87de-1c2761353b2b"}}],"status":"accepted","resourceType":"Task"} +{"id":"0b2d3d17-ea17-51f0-82f9-3a5fd09bb737","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003802"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c961027c-ca41-5b37-b441-e7caedd1c659"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d4f98d28-330a-52be-9411-eda9eac7b98e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/750865f5-db03-51ee-ad51-e176e171c353"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09335987-54b3-5fec-9b09-d4dcc56dfc7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8875fa2a-08f8-55f7-8946-82b50bc92e86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/750865f5-db03-51ee-ad51-e176e171c353"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09335987-54b3-5fec-9b09-d4dcc56dfc7f"}}],"status":"accepted","resourceType":"Task"} +{"id":"a035d8ee-0a3a-518e-9aa4-3240e0d7fd76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003804"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2bb46a59-abd1-5a20-bb93-7a0f479b1568"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/093e1312-ca95-568b-aa23-c48438f205f4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bea96a6b-e05a-516b-b2d9-34109b7f1258"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e1fe7d9-6cc2-561a-91eb-ddce1350eda9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ccc47c62-1667-53d4-a5f0-985e3cf4aa9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bea96a6b-e05a-516b-b2d9-34109b7f1258"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e1fe7d9-6cc2-561a-91eb-ddce1350eda9"}}],"status":"accepted","resourceType":"Task"} +{"id":"b01e96af-f8ac-50f5-b4fe-c3d44ba39003","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003807"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0b336a17-d215-530f-b4f1-e653cf1faa26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8124da84-0ec4-575e-aaa0-57de147f29ab"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2e0b3ef-4b57-5115-8f21-6fed74d68247"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfbdbbc7-924c-5c16-bf97-b65c884df5f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0f337a0-992c-5353-9497-b815d8bf7cef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2e0b3ef-4b57-5115-8f21-6fed74d68247"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfbdbbc7-924c-5c16-bf97-b65c884df5f2"}}],"status":"accepted","resourceType":"Task"} +{"id":"5afbcb51-e4bb-5e50-bbe0-6b08c5fbc60c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003808"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/badd1029-5ca2-5691-8211-9ac6c3f50fad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f4579bb8-7da8-509b-8ae3-72542e2ae2e5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84e865a4-fa58-5c13-bf50-0cfa48a80dd9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f34818ab-cfbc-5022-aadb-fafafb6e2402"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/411c21b2-1eaf-50bd-af38-4a1045c8cb69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84e865a4-fa58-5c13-bf50-0cfa48a80dd9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f34818ab-cfbc-5022-aadb-fafafb6e2402"}}],"status":"accepted","resourceType":"Task"} +{"id":"f55ae470-7bb2-5f8b-8413-0b8269fcdabc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003810"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/94afb80f-6c12-528d-b6b6-2f079ed026c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/17d3c33c-2404-5aa6-9d66-93b4fdf0dba1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/539c7226-7903-5e57-bc04-6db43cee6752"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2afafd3-b0b8-56f3-a163-99a62b891e11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb9972dc-f355-591a-a5b4-1577b52b8f28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/539c7226-7903-5e57-bc04-6db43cee6752"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2afafd3-b0b8-56f3-a163-99a62b891e11"}}],"status":"accepted","resourceType":"Task"} +{"id":"fd7c8d6c-d860-51be-938e-3c532baaef72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003814"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fa0bcf87-36b8-5567-a0c3-a0ceba1586a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e0ca5b23-2b3d-537a-a455-1d33969aadf6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cefff1cd-284b-5273-b82a-6fa271e2eeae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f30e3773-d3bf-55e4-9677-7c1a51bfc7bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0b6cb62-8a80-5c3c-ac4f-4e057fdadf77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cefff1cd-284b-5273-b82a-6fa271e2eeae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f30e3773-d3bf-55e4-9677-7c1a51bfc7bb"}}],"status":"accepted","resourceType":"Task"} +{"id":"6367b209-c52e-57e9-a3b2-d6d64f3109da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003815"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5eb771e2-11b0-5eaf-9bbe-78cb6aa38bb9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/550802b1-0e27-5ef7-acf6-e2b73a8fb992"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0a19a3d-8489-5e04-8d5d-c6371fd554f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7f6a7a1-9a80-5517-93aa-e805e4edd4d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9aa5998e-9df3-50bd-a32a-59d38a35fabe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0a19a3d-8489-5e04-8d5d-c6371fd554f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7f6a7a1-9a80-5517-93aa-e805e4edd4d3"}}],"status":"accepted","resourceType":"Task"} +{"id":"5b733c2a-a75b-583a-bd63-1b5d177b02dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003816"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/16ab3c35-71bf-59fb-a0f3-a7c2d2017a24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3594505c-e419-5d5c-ba47-78a75f7cf882"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d74ebc5-4629-53f3-b105-101d7e55a73e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/311cf20b-c94e-546b-ba62-419f4a40f6ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d25e0eb-00d2-5ec1-90da-ec1c9c8ee765"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d74ebc5-4629-53f3-b105-101d7e55a73e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/311cf20b-c94e-546b-ba62-419f4a40f6ab"}}],"status":"accepted","resourceType":"Task"} +{"id":"9ceb7fe5-6b63-554a-a445-210cc111d434","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003817"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/35f2f4ce-dbc0-5290-9b49-294aed9412ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ed0a152f-21c0-5c0c-92a3-392be3bea1cd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/028c52b6-49a7-59d8-a502-b3dcfe1c4ef7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf3c6351-d8b1-5daf-8744-b326a3e63656"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/892accd5-eff7-5170-8c53-c01c63a671d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/028c52b6-49a7-59d8-a502-b3dcfe1c4ef7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf3c6351-d8b1-5daf-8744-b326a3e63656"}}],"status":"accepted","resourceType":"Task"} +{"id":"c362c44a-d4dd-5587-9e79-74c61245add9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003818"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/81be0826-e83d-511b-bdc1-6fb9c602e270"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8ddad9cf-d64a-5201-b7ff-0a45368a8145"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7fcb9c4-27c8-5f99-9cb8-34c8b9f56cfc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/314cfd06-56bd-5bcf-9148-d802a0c47128"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f61fc96-790e-56e6-9582-7f4a72c4462e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7fcb9c4-27c8-5f99-9cb8-34c8b9f56cfc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/314cfd06-56bd-5bcf-9148-d802a0c47128"}}],"status":"accepted","resourceType":"Task"} +{"id":"138e7562-0efa-53e5-a132-ee4cc404985b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003819"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e237160d-8a7d-5069-baf9-8811ebedc044"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/495fe748-beba-5b6f-8fab-d8f0e78a86c4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6d5b101-403d-5a10-bc68-696c76e6d8f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e8de0f8-135f-5170-9cd4-678ffb9093a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a99ef443-103e-57d3-8169-4a25ef73d1de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6d5b101-403d-5a10-bc68-696c76e6d8f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e8de0f8-135f-5170-9cd4-678ffb9093a3"}}],"status":"accepted","resourceType":"Task"} +{"id":"96b7c888-c6c0-5583-a342-8cce2fc431c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003820"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2ff5cad3-1f65-5f2d-bbb9-560176562573"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/35a36d3e-cc8d-54eb-8001-1f09e7bec339"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5a9f5cf-e49c-5ec7-9a3e-2662d26b88bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09f2fbd0-f643-5c50-bf9c-32854b0b3fd4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f84ce30-1f36-5416-99da-0ea2c8c8f777"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5a9f5cf-e49c-5ec7-9a3e-2662d26b88bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09f2fbd0-f643-5c50-bf9c-32854b0b3fd4"}}],"status":"accepted","resourceType":"Task"} +{"id":"cdd3ea8f-0e17-53d1-9ab3-13110e6e0b1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003821"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/150fc7ad-c81c-5da3-bf5b-0cb38cf95d35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/11e2b011-8a70-50e9-a7a9-b77c04eeb90c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f39acc21-e97d-5874-b4e5-133c21c804a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7cd0894e-6a56-5e7d-b5ab-e7404a713744"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4607e2ff-a2fe-528a-b503-f2c042bfc98a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f39acc21-e97d-5874-b4e5-133c21c804a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7cd0894e-6a56-5e7d-b5ab-e7404a713744"}}],"status":"accepted","resourceType":"Task"} +{"id":"7a307d01-368b-5d2f-8a4d-55d8e5ed4466","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003822"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2ec96644-801c-5dd2-80d4-4378afa801fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d1b71164-fd58-5c35-a6f1-4685e80fa71d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ab7966c-be6f-5893-864e-4c9f38b6836d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc091cd3-1794-5b29-96c5-d784b64c8f67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7d3a377-b9d8-58b0-b682-d110f37d7990"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ab7966c-be6f-5893-864e-4c9f38b6836d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc091cd3-1794-5b29-96c5-d784b64c8f67"}}],"status":"accepted","resourceType":"Task"} +{"id":"df3c8852-e654-5bf6-9704-ae867075a8b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003823"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ee020a8c-3f99-5888-a6f8-2996a3a2eb75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/50f280e0-b8e4-5fbf-b9a8-0b14027308db"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0df13c0d-7cc1-5deb-9aa7-084c484fb0c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55279bdd-74f0-5005-b4b4-b269763a02e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45c11792-928a-5946-a81f-e92122a9c5a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0df13c0d-7cc1-5deb-9aa7-084c484fb0c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55279bdd-74f0-5005-b4b4-b269763a02e7"}}],"status":"accepted","resourceType":"Task"} +{"id":"a5c80c97-883b-5d31-8cd2-4da12fcf0cc0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003824"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dec4aaa4-f4e7-5ea0-88a5-0d327af05d85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9efa8e8e-9c75-551c-a842-fea7d1888188"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05eda831-39ac-543a-8e0b-5dfd8c15cf10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ceab9072-35bb-5a3e-a344-d0da447d3fea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/893130de-0cc3-58ee-9c4d-0c5075f9f448"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05eda831-39ac-543a-8e0b-5dfd8c15cf10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ceab9072-35bb-5a3e-a344-d0da447d3fea"}}],"status":"accepted","resourceType":"Task"} +{"id":"49087a4c-5e10-5ec7-a2d8-84e8c85c191b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003825"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/94c582df-1967-5cd1-ac50-b31a9af455cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/451abb07-c2fc-52e6-8c2a-5a10f7a4bdf8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56ebe164-22dc-5847-928b-18c88648c503"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96965dc9-d7c0-5576-8028-6d40b5df40c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2df33146-bca4-52db-9967-95adf32503d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56ebe164-22dc-5847-928b-18c88648c503"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96965dc9-d7c0-5576-8028-6d40b5df40c1"}}],"status":"accepted","resourceType":"Task"} +{"id":"32e92fbe-5180-5ece-a071-dee76d0db43d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003826"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0c85db17-3fa7-5875-a371-b35496494323"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3b975f6d-9763-5d91-8458-7b61e73b055e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bebfa3c3-74f5-5f33-8466-d12d5069c718"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e82ad3c-48ae-5434-9517-972aecacb85c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5543dd3-77a0-5ae0-92dc-f67ee3535785"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bebfa3c3-74f5-5f33-8466-d12d5069c718"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e82ad3c-48ae-5434-9517-972aecacb85c"}}],"status":"accepted","resourceType":"Task"} +{"id":"103feb5d-f8c0-5930-b232-73aadc91bde5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003827"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/abcdc3d1-c961-5f1b-82fd-ea234d94f15d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a07ad191-83ca-5dc9-adaa-8d381599a3c6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1cf25008-3a2c-53d8-afbf-033d23b00b32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6def8bb6-2f81-50ff-bd5e-b07870ea7289"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d711eda-6e69-5292-8f01-117980b22cff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1cf25008-3a2c-53d8-afbf-033d23b00b32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6def8bb6-2f81-50ff-bd5e-b07870ea7289"}}],"status":"accepted","resourceType":"Task"} +{"id":"82890b41-3bea-5c99-951b-aa5be2fccb5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003828"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d030aeda-46c9-54b7-b92e-0b2f32af446a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6968f5e7-1a58-5bf0-888c-4bf1d8d05580"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71f4b45d-aa82-59d4-97f1-03aba79f5895"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9180683-9550-5ca2-80e9-ccc9967d10aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d785098-1ea2-5f92-b786-6507e51bdb7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71f4b45d-aa82-59d4-97f1-03aba79f5895"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9180683-9550-5ca2-80e9-ccc9967d10aa"}}],"status":"accepted","resourceType":"Task"} +{"id":"3e4b56c4-d293-5147-aee5-69a15201694b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003829"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b76deab3-8364-5387-8a4e-0bb5e7dd4bae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/90fd853b-d0bc-5cb5-b1a0-a451af063966"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19388dbd-aa51-5f6f-881d-98fdd8c13e82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c42becdf-2350-5f6f-aa2b-689f4829165f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b1c3fd4-20f5-55dd-87ff-ebeac8abfe4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19388dbd-aa51-5f6f-881d-98fdd8c13e82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c42becdf-2350-5f6f-aa2b-689f4829165f"}}],"status":"accepted","resourceType":"Task"} +{"id":"f5fdd0cf-3346-5cee-a46a-f9cfbdeb7e92","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003830"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/791ffcc2-01da-508c-8803-727eccf445fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8f9b4c2c-70d7-599d-9e0b-e5a43aae515a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13756128-97d6-5c57-aabc-291d4699906c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/984b041e-5f50-57b0-b072-dde7abe245d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b25fa2ef-e75e-5a35-a352-02d376dd94cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13756128-97d6-5c57-aabc-291d4699906c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/984b041e-5f50-57b0-b072-dde7abe245d0"}}],"status":"accepted","resourceType":"Task"} +{"id":"5527adbb-3f0c-58ec-9eb3-28cd592b3ec7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003832"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d1076667-d3d5-5996-8a26-39cae65d0f99"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5b297d82-eb30-5a84-a8be-7ba1a5815d17"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d8fe2af-34e5-5556-a1cd-ca680d9122d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c93525d6-8a80-5f36-865e-ded25858e263"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99c8d7f0-cf7c-59fb-aced-a7f34c845c1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d8fe2af-34e5-5556-a1cd-ca680d9122d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c93525d6-8a80-5f36-865e-ded25858e263"}}],"status":"accepted","resourceType":"Task"} +{"id":"536ef57b-c2fa-5077-ba46-87bcc9a071b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003834"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b22b4a2b-a801-5213-a898-3aa49869cc0a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/78b71f29-6585-560c-a65e-b9e4dc61ef79"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4d94aeb-6718-5d61-95ec-014ee7af5732"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08a7397c-d38b-5f8b-84f7-fc6482beb94f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/385ec6de-8b87-53bf-bb6a-84d24a7eca5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4d94aeb-6718-5d61-95ec-014ee7af5732"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08a7397c-d38b-5f8b-84f7-fc6482beb94f"}}],"status":"accepted","resourceType":"Task"} +{"id":"14a94a16-4266-575c-86ba-01642b85977c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003835"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cb3f6508-9f0c-5515-9e2a-0428bd7a6e59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7404792b-0bc0-5ef3-814c-a21d7dee9a98"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ff0e0ed-c8d0-5745-9c4f-8faa45077d1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c9f6dd5-c3b4-56fd-8c05-689ea998b8de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c10ab6d8-047a-52a3-9a24-82a283aa6f3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ff0e0ed-c8d0-5745-9c4f-8faa45077d1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c9f6dd5-c3b4-56fd-8c05-689ea998b8de"}}],"status":"accepted","resourceType":"Task"} +{"id":"6e1a3f5d-1352-5f1b-8905-1a2e01f1ede3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003836"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c32d913c-f069-5504-ad9d-231034259c30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/62dfe799-9282-50f0-ab20-87ae48d92b23"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3b7a2e5-97ee-5a80-a56c-cbf241ae24db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a712dca1-89f5-5a1f-81a7-4ec5edcab0fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32e24b0c-a943-598a-94b0-7573e3dded96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3b7a2e5-97ee-5a80-a56c-cbf241ae24db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a712dca1-89f5-5a1f-81a7-4ec5edcab0fb"}}],"status":"accepted","resourceType":"Task"} +{"id":"d6779a79-2bc5-554d-ad53-a5f915635a06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003837"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b369ea78-45ea-5373-81ce-231c4a1beb64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3869dc87-b92f-5fa7-b3f1-374304161e10"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af41984e-63c9-53e1-949d-773761a05c4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6c684b1-5204-510b-b071-683568563b26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/faf8ab1f-4d68-5a12-a6f3-330e92b6a6e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af41984e-63c9-53e1-949d-773761a05c4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6c684b1-5204-510b-b071-683568563b26"}}],"status":"accepted","resourceType":"Task"} +{"id":"0e284d68-cc44-5d49-bafe-74f913437a4f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003838"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/feda2cf9-9779-5aa3-98bd-b531f831e2ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/313a81d7-1418-53c4-b0e3-5b3a6111c5df"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1304feec-6186-58a7-b6f0-dfb7db875ed6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da5b803b-080f-5d0c-9c0e-ef02b989cd0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd5002ac-35f6-556a-986a-c16578d700f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1304feec-6186-58a7-b6f0-dfb7db875ed6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da5b803b-080f-5d0c-9c0e-ef02b989cd0d"}}],"status":"accepted","resourceType":"Task"} +{"id":"2df6de2f-e407-562b-a5d0-5fce39072cfd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003840"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/92c86b67-6c77-575f-96d5-aca8e887c830"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/47b3e970-d459-520f-88b6-a3ae89e0a02c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50677386-4d78-5546-91b0-655682b882f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b4dff17-8961-564f-a1e4-9afae9576600"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0757f4ef-598d-5cfb-b44d-8d4ccaf8ca10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50677386-4d78-5546-91b0-655682b882f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b4dff17-8961-564f-a1e4-9afae9576600"}}],"status":"accepted","resourceType":"Task"} +{"id":"27cf3984-d960-55be-87ba-5a02f763c346","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003841"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0edd4e0f-f678-5fde-8f2c-df4a2f342b6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/62e7142b-7270-5f37-aa1b-e118e0cf98a5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/323b90f7-1114-542d-9e5b-7bf034c45fa8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4610f663-55d5-534b-a794-cf847d34f0f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c8236ab-3e1d-5328-99f2-c7ab801b41b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/323b90f7-1114-542d-9e5b-7bf034c45fa8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4610f663-55d5-534b-a794-cf847d34f0f6"}}],"status":"accepted","resourceType":"Task"} +{"id":"2f2fe5b0-7a0e-5032-b071-e8276e57b1ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003843"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bc0b6791-3201-535c-bec6-6f0a4423e61b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/97862b5b-464a-551c-9dd3-77a5cf619314"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63d067cf-dd83-54c3-868c-dadd8383ff05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63f2bd56-a13f-5fea-ae19-16ab9ea3fb72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/180acc88-95e6-541d-bf57-9491754d236b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63d067cf-dd83-54c3-868c-dadd8383ff05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63f2bd56-a13f-5fea-ae19-16ab9ea3fb72"}}],"status":"accepted","resourceType":"Task"} +{"id":"0311fc99-6329-5691-9bdc-a85158f04580","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003844"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/09be72d8-30eb-58ea-9c52-22cc2871b948"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7370b751-2905-5cb0-8273-ba4c6433f8ea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da046229-512a-54f2-b610-51ca36b41155"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9990d8b9-4aa3-53c8-bb93-ce595d43c4e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/309e599b-ed45-521c-82c0-ab8a0693c75b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da046229-512a-54f2-b610-51ca36b41155"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9990d8b9-4aa3-53c8-bb93-ce595d43c4e4"}}],"status":"accepted","resourceType":"Task"} +{"id":"cb887fea-260b-51f7-9924-2649fa3d2422","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003845"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d446011e-6cc0-584a-8282-800ff9cd2229"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/be3d9ace-0af1-5b12-9bd1-cc4346561daa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a2d0d8a-7194-58b9-8bf3-0bc8fe148957"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c68e2bcb-1a5e-5e8c-9086-e2d55c97627b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96ad06c3-d32e-5ea3-b722-be54c335867e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a2d0d8a-7194-58b9-8bf3-0bc8fe148957"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c68e2bcb-1a5e-5e8c-9086-e2d55c97627b"}}],"status":"accepted","resourceType":"Task"} +{"id":"22731ef5-17a1-58a4-afc4-5ba3694c82f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003846"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4f1385f9-0f27-5220-90ac-ea362c208cbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/38103197-462a-59de-822c-ee9424bdfbdd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9ff5ead-40ab-5714-a303-4335080756de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4619a65-ea6b-5810-8d40-0ed2f2ee16b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91035a8d-c771-5f78-ac0f-261bb4316835"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9ff5ead-40ab-5714-a303-4335080756de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4619a65-ea6b-5810-8d40-0ed2f2ee16b3"}}],"status":"accepted","resourceType":"Task"} +{"id":"4fdd1dd2-0461-57bd-a21f-f15f505c54d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003847"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ba7c9bf5-9015-5319-a7f9-2954d02b57fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b5b23225-e229-5e79-ab68-7a2445cf8c0f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdb434ba-92e6-51b0-836f-3c1dbabe1407"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8eb799b-6375-5a52-bc90-e19f51b36238"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22883da8-9b6f-5480-a062-558b9a286d5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdb434ba-92e6-51b0-836f-3c1dbabe1407"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8eb799b-6375-5a52-bc90-e19f51b36238"}}],"status":"accepted","resourceType":"Task"} +{"id":"ecd2fb2d-80d3-580f-824f-2175eb1c09b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003848"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9774d8d8-ea98-5f83-a2f8-442f9c1a120d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/899e313e-f262-5fbe-8a7c-d26f395b4ec7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/271cc618-c4a1-5293-81de-6b169ee9a097"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d5d466e-47ab-53e4-821d-8171e7ea0046"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1553e8fc-422f-5504-b1e4-db791e15c38d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/271cc618-c4a1-5293-81de-6b169ee9a097"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d5d466e-47ab-53e4-821d-8171e7ea0046"}}],"status":"accepted","resourceType":"Task"} +{"id":"0217ea01-ac90-5257-9fe2-1f6a32099669","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003849"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bffa5a38-f505-5d15-a3af-763f86c7146f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/01d6c86d-0665-5bd6-8835-acce6725e689"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2b07a2e-6924-575d-b8ae-2f0e4d5dad0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09fe2577-dc78-5b33-a9d4-b299139384a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b78027f-ed77-5243-997b-64e8c1b00f39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2b07a2e-6924-575d-b8ae-2f0e4d5dad0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09fe2577-dc78-5b33-a9d4-b299139384a4"}}],"status":"accepted","resourceType":"Task"} +{"id":"c29d2ba5-c62c-52d8-8174-0d0fce5e6e5e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003850"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1c5b649a-0a4b-52b6-a2fc-acedc214b440"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/32649832-5d6e-5821-9ada-2b765554fdf9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/088a2576-8280-54e2-9b4e-ec5bcfc7b168"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f995bed6-f05c-5df1-bd2b-415ccca0f7b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3036e31e-e803-50d6-aad2-c5c9c7440497"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/088a2576-8280-54e2-9b4e-ec5bcfc7b168"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f995bed6-f05c-5df1-bd2b-415ccca0f7b8"}}],"status":"accepted","resourceType":"Task"} +{"id":"c51b91ad-72e3-5797-854e-59d54d3ec929","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003851"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1d7c0b8c-509c-549b-a8e8-5ee685148cb2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d6fde824-9c1e-5390-9d8c-63573ef8a089"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/878e5842-d38d-5d0e-9f3b-700d231fc6c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fbc8657-52b8-5396-bb5f-01c3a225c3a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b92908e0-4b3c-5c7c-a6d7-8d40d5018237"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/878e5842-d38d-5d0e-9f3b-700d231fc6c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fbc8657-52b8-5396-bb5f-01c3a225c3a4"}}],"status":"accepted","resourceType":"Task"} +{"id":"81658d64-5517-58e0-bb13-f4ae09adede3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003853"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/657645bb-ae41-55a4-9117-59d09da463b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6150d2ee-8f65-58f7-9384-46fe780f9b61"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e178e7f5-fefb-5352-bafc-7f4ce3f20f0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e6d4f74-2828-596b-9889-f5d8bd250999"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f80f365-b667-5eb7-b380-79326a646464"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e178e7f5-fefb-5352-bafc-7f4ce3f20f0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e6d4f74-2828-596b-9889-f5d8bd250999"}}],"status":"accepted","resourceType":"Task"} +{"id":"4ac48aef-a69f-5dce-9d5f-5fda2afde83d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003854"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/300c8515-b4a3-5d5a-9325-0ee036fb6f97"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b3eb7e67-c1c7-5564-b269-0a30cd0e3bac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abd29d05-1708-5190-8073-05b72d2b0f5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c65b797-91d2-535d-ad3b-b1754eba1b03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/503a848a-640c-5220-81d9-91aa52903b6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abd29d05-1708-5190-8073-05b72d2b0f5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c65b797-91d2-535d-ad3b-b1754eba1b03"}}],"status":"accepted","resourceType":"Task"} +{"id":"c3c40402-d778-592f-bb2c-467beafd4eb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003855"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ba67478f-4c72-539a-8880-2a276a7b408e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5abebf31-c54d-5c1c-b67c-d866e03ac724"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62c51021-72e4-5730-86fc-c9784401c3bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b255dc5-ea1e-5386-8e00-c59755e4206b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/340b979c-7b99-5915-83f2-9e73d8292984"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62c51021-72e4-5730-86fc-c9784401c3bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b255dc5-ea1e-5386-8e00-c59755e4206b"}}],"status":"accepted","resourceType":"Task"} +{"id":"cf4e1a64-befb-57f7-bac1-40650e35ced9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003856"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/82d047ea-369c-5336-bb35-c54db2d82dfa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d0bd01f8-b4ec-5fc8-852d-feb3a4aea9f4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94df3d6b-7da1-59df-bef5-3306f72e896c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e13afdac-1331-5301-8415-4ce5366c939f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56d436df-6185-5e9c-8920-82ba3ac7ba11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94df3d6b-7da1-59df-bef5-3306f72e896c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e13afdac-1331-5301-8415-4ce5366c939f"}}],"status":"accepted","resourceType":"Task"} +{"id":"33206181-fc9e-5581-829e-d79966133920","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003858"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dd32cad6-45c6-566d-89b0-6f2cc513c9a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/820c089b-20c8-577d-aa09-316eca5a7974"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18c581f0-3ee4-53ee-b892-aba064b4fa6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e86f08ea-3726-5549-9578-caf7fb08bd16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40740dbc-6845-56c9-90aa-71c7a96e122e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18c581f0-3ee4-53ee-b892-aba064b4fa6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e86f08ea-3726-5549-9578-caf7fb08bd16"}}],"status":"accepted","resourceType":"Task"} +{"id":"8ed3cfb8-0796-58da-b855-620a02de8375","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003859"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/43be06aa-9a8b-54b0-84af-02d355a4391a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6059f232-4b39-5227-89e7-8293a084f4da"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8061b84d-d29c-5c54-8d77-25f51502c08b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64b547a2-52f0-5b82-a8b1-224a020b9741"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f987cbf-ba44-57e8-83c6-96ac2df7258c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8061b84d-d29c-5c54-8d77-25f51502c08b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64b547a2-52f0-5b82-a8b1-224a020b9741"}}],"status":"accepted","resourceType":"Task"} +{"id":"c1844ba7-10d1-5dfb-9ead-e8a213ea9fa8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003860"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5ec2d2dc-a20e-5bb5-8644-40070c9119f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/72704a32-aa04-59d9-bd36-6d02b3ab521c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0bc3a179-e492-5341-a1cf-0bdc5dfa28f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be72ae61-eb9f-575e-bb66-08b9497813c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22911967-141f-5f03-9079-0e0f649aba89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0bc3a179-e492-5341-a1cf-0bdc5dfa28f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be72ae61-eb9f-575e-bb66-08b9497813c3"}}],"status":"accepted","resourceType":"Task"} +{"id":"78d593d1-9cd7-53df-af5b-58f6cc84174c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003861"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6ee583f0-45cf-515f-98ac-c641cdfdbfc9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ae9eebb9-05f9-593e-90c6-91fa01b2d522"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e91bbd9a-dcd8-5439-be7b-b3e7e637e70e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19e31853-c33d-5a61-9b0e-fdb2169a1a19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa36f9b3-db42-5c1c-8a6f-01dc3eca90e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e91bbd9a-dcd8-5439-be7b-b3e7e637e70e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19e31853-c33d-5a61-9b0e-fdb2169a1a19"}}],"status":"accepted","resourceType":"Task"} +{"id":"47433851-8ffb-59f4-8a4b-33e6f94172e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003862"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b9cf5430-2770-51b0-8527-d9f2b35587ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fdbb0433-6b06-5ad2-b8e7-e319b8e1f800"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88271df7-1288-54fc-86b5-fa0dc911e577"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02eb58a3-42e5-527f-81c7-93a706a3b7e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b467e626-9f77-5053-9214-e5e6ce3e40f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88271df7-1288-54fc-86b5-fa0dc911e577"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02eb58a3-42e5-527f-81c7-93a706a3b7e1"}}],"status":"accepted","resourceType":"Task"} +{"id":"be454990-32d9-59ef-a937-d4fe411cb92c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003863"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/18a70405-d287-5088-a81b-19f00eebd7d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4d04875c-8ff2-5d81-b8d3-dc615c6337a4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40c9fccd-63d9-5b78-aea5-8da225e30101"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/763b967d-e1fe-5df2-99b4-2bee1736aff5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/559ddde6-52bb-5d01-978a-930a298921f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40c9fccd-63d9-5b78-aea5-8da225e30101"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/763b967d-e1fe-5df2-99b4-2bee1736aff5"}}],"status":"accepted","resourceType":"Task"} +{"id":"1ca86d41-ee0d-567e-ba75-dcde162b378a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003864"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b1161c25-9274-5c20-8c0f-50b1009f51ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ffeab235-5560-5b88-8cc2-d47820b46287"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7bb3f75-a3a1-5ac9-988d-bab44d1b7dbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0afa56f7-0334-5fdb-a686-906b970be9b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba879e7e-c59d-5ce5-8093-7703656379b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7bb3f75-a3a1-5ac9-988d-bab44d1b7dbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0afa56f7-0334-5fdb-a686-906b970be9b2"}}],"status":"accepted","resourceType":"Task"} +{"id":"23421619-dc4f-5320-946d-34a2e7f5cddb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003866"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d167f475-d9b2-52bb-b55a-4da5b1b7074d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/50598cc9-b29c-5731-9404-537a6c4fabd6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/232b04d0-2064-51ec-acb1-5dde33bcfc3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d965b4ea-550b-5302-b0a0-1ec35e5129d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72463a9f-df73-5046-b855-ed56a5562b91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/232b04d0-2064-51ec-acb1-5dde33bcfc3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d965b4ea-550b-5302-b0a0-1ec35e5129d3"}}],"status":"accepted","resourceType":"Task"} +{"id":"341fc0ec-a0c7-559b-9f60-7eff9aa3441f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003868"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0b405155-f664-5556-96ca-f7480d5f3094"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6cce700b-05c6-5f8a-9312-3ae546070f4c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/728626a7-f637-5297-8bfc-da4734160a6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6b1134e-5389-5fe8-9b01-f3acc97ef63d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f78f71c-92a3-5dd7-8467-53eba6ff7aa5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/728626a7-f637-5297-8bfc-da4734160a6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6b1134e-5389-5fe8-9b01-f3acc97ef63d"}}],"status":"accepted","resourceType":"Task"} +{"id":"219a5090-758d-50ec-821a-a7009dbbde3d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003869"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a6a4c7c8-3b4f-55c7-8181-2a87a9e33253"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/791fa962-6a1c-53c0-801b-6a23da426ab5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b364e46-8f27-5fd6-b07f-8b52b92028be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60cc0708-149a-50f6-9b67-ef3af74cc93f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db1e1a91-131e-5c87-b041-cf2480413ac2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b364e46-8f27-5fd6-b07f-8b52b92028be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60cc0708-149a-50f6-9b67-ef3af74cc93f"}}],"status":"accepted","resourceType":"Task"} +{"id":"7955f6c2-bdb6-527c-95b4-2f8b125d494c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003870"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ccb3cae8-33f8-5629-848c-78288f3a0916"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/33c4a389-899d-576c-9e4c-076efc184fe9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3704b44a-eb03-5317-a285-05500ccf2294"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf069ae6-28b9-5b47-ad1d-aa2ac774d002"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b949959-e06e-5675-b0d8-bdc19bf48b4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3704b44a-eb03-5317-a285-05500ccf2294"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf069ae6-28b9-5b47-ad1d-aa2ac774d002"}}],"status":"accepted","resourceType":"Task"} +{"id":"8e1fbee7-7988-5530-9dea-9ca61037c8f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003871"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3e53f0f8-6c31-5e66-bbf1-11e794bfaa49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/64b9e6a3-a9b9-5905-b5bb-a0d610880499"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbb669cd-aa20-5e43-b48b-27510a983c6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e87592ff-dc90-5a2d-a977-b6b943957669"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a00f4a30-7db9-555c-824a-00272e37833c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbb669cd-aa20-5e43-b48b-27510a983c6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e87592ff-dc90-5a2d-a977-b6b943957669"}}],"status":"accepted","resourceType":"Task"} +{"id":"57833437-47d4-5a56-9970-2d5d9b8b9a25","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003872"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/61a2b781-f783-5e48-a6b7-d08e578a9cdc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f5421b89-3204-5e94-b07f-9cb723687f2f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba06430c-0430-5623-8e99-daee9b80c802"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4a2dc85-4ed1-5a66-9bdf-129d245b799a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9270ebf4-248c-511b-b516-9a01f68d1c95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba06430c-0430-5623-8e99-daee9b80c802"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4a2dc85-4ed1-5a66-9bdf-129d245b799a"}}],"status":"accepted","resourceType":"Task"} +{"id":"fc6cefc4-984b-5bcc-a851-0ea46c4f9494","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003873"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a38d346f-f28d-5414-9d2a-e4e26e047d42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3965dde0-37e2-50f2-872d-230d41d6055f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2ca0fa1-a5d0-5f10-96ca-2f7a2d747989"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11577913-547d-563d-8cbc-e8706c291a5a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86a0b85f-9a88-509e-9b4e-dbabd9b91bd5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2ca0fa1-a5d0-5f10-96ca-2f7a2d747989"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11577913-547d-563d-8cbc-e8706c291a5a"}}],"status":"accepted","resourceType":"Task"} +{"id":"ce11c399-8066-54ee-8a45-dc7cb3448f3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003874"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eb7a2269-5f27-5600-82cd-3c485138e5d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/85a5c3bc-4592-57a7-bdd4-3cb8f4fe21fc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23f082df-e90a-5827-beb3-022259f9c427"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f562c15f-e7f8-5225-b86a-2f1f2133f985"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4eece4b-488c-5911-9758-ad3a701414d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23f082df-e90a-5827-beb3-022259f9c427"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f562c15f-e7f8-5225-b86a-2f1f2133f985"}}],"status":"accepted","resourceType":"Task"} +{"id":"fbf308e4-7281-5345-9b87-cb605921386a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003875"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d6e450b8-c230-542f-be5a-9dd5a2ab5fc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/39d3bc73-8238-5000-ade4-247b0fdad1be"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca3cb409-3d26-546b-94bb-5ab0a904cf87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce192598-fcb9-5b86-be49-02c8b0bcebf8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/274fffb2-7383-5129-a5cb-43ec3efcae2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca3cb409-3d26-546b-94bb-5ab0a904cf87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce192598-fcb9-5b86-be49-02c8b0bcebf8"}}],"status":"accepted","resourceType":"Task"} +{"id":"45cb7940-8e6f-5fe2-9801-906f00312a0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003876"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/141ff550-5409-56fc-989a-8044de548828"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c2235ca3-0d11-5da0-8620-d736fb87a57f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fe7e3f1-c2ac-507f-9444-e98a903b388a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd5c3e9e-f535-5226-9fe9-87e1d48ec075"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f0495f9-d433-5173-be22-cc67c384e51e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fe7e3f1-c2ac-507f-9444-e98a903b388a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd5c3e9e-f535-5226-9fe9-87e1d48ec075"}}],"status":"accepted","resourceType":"Task"} +{"id":"67e25cab-0e84-5bac-9cc6-bd15ed17971c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003877"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/75cee424-edb6-5239-a378-c27be37261cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4e72675e-d4ed-5623-85d9-45b8216ee419"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab137ac8-4b64-5ea3-a5b2-075b0f2df0cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0369725-2fcf-5f9a-8de7-5fc1ecca4733"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/159923a1-45cf-5561-b5bb-13cb43bbab14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab137ac8-4b64-5ea3-a5b2-075b0f2df0cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0369725-2fcf-5f9a-8de7-5fc1ecca4733"}}],"status":"accepted","resourceType":"Task"} +{"id":"651cdde9-5a88-5796-9858-ec71acfab038","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003878"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/28f67170-a740-56cb-b2c2-b529bacec9b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/da92840a-338d-523a-9d58-a9d18bb4b2d4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aea6239e-f1b4-59fd-9c36-4b17a3f75f2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec545ada-86a8-5a5a-9635-1f3a4dab55dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/682f64f6-9437-5fab-b84f-3c90f143ff5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aea6239e-f1b4-59fd-9c36-4b17a3f75f2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec545ada-86a8-5a5a-9635-1f3a4dab55dd"}}],"status":"accepted","resourceType":"Task"} +{"id":"dedfc6d2-f6e5-51ba-96af-857dae7eff1e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003879"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/94341aed-9775-5c70-a8c4-8fadb77876c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3927ed6f-4cfa-5857-a726-37b9ab7c2b36"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aeb919e1-468b-50c0-9cbc-40a122650780"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7527d407-3339-5dff-8f88-642378bf5a7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bb0a379-7156-5b01-ac7f-4084c97d552b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aeb919e1-468b-50c0-9cbc-40a122650780"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7527d407-3339-5dff-8f88-642378bf5a7a"}}],"status":"accepted","resourceType":"Task"} +{"id":"a0c5d585-340d-537e-a90f-71f79cbc4178","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003880"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2a0e7ac4-660a-58c9-b370-c9119c2a1491"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/019a7485-63ec-592b-a57e-019c824b8fde"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59d1f6fb-e6cd-58bf-83d3-6cd2c02cef9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a5723d3-dd2d-56b3-bd9d-6d5cc7f1ed13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6ef52b9-2a5e-5085-80ff-aa09c1cc4558"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59d1f6fb-e6cd-58bf-83d3-6cd2c02cef9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a5723d3-dd2d-56b3-bd9d-6d5cc7f1ed13"}}],"status":"accepted","resourceType":"Task"} +{"id":"101b7364-12a3-503d-98e7-503d487a56c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003881"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8adff827-6532-53c7-b0a4-63eb2705821d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/24f604bf-d440-558f-a286-ae4eb5e6dac6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9062e012-4e45-58ce-b066-b5dacd43545c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/235d45ab-0323-5efc-af48-1ce655346661"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11f009b3-7fcd-50ab-960e-b02bb0e9ea3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9062e012-4e45-58ce-b066-b5dacd43545c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/235d45ab-0323-5efc-af48-1ce655346661"}}],"status":"accepted","resourceType":"Task"} +{"id":"6f0e3dc7-cf5b-5bb5-b4f1-5e63329d1d19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003882"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5acb0dc2-f281-5224-b8cb-c65ee07f6b48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/31311311-c13f-5c22-9e10-767772a1792e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e49a46f9-0145-5c59-959f-bda99de20a39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cf70ae6-a55a-578a-bead-6584a975fec6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53fe97f9-ac18-5fa4-bebc-3dbd59f27b1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e49a46f9-0145-5c59-959f-bda99de20a39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cf70ae6-a55a-578a-bead-6584a975fec6"}}],"status":"accepted","resourceType":"Task"} +{"id":"216ec9ac-b0a2-5d5b-bf11-5173adfa7310","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003883"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/124ec591-9ae0-56e0-b48b-33ab9f26cb62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c5d1e270-0f35-5774-96f6-30d0ec3ffd30"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c0190a0-e0c4-5025-8a80-fdd1e1436a99"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db11421f-1112-51ba-8dc0-9f7afc3cfc8f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae352f44-15a4-512b-b3a7-55e338ebb23e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c0190a0-e0c4-5025-8a80-fdd1e1436a99"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db11421f-1112-51ba-8dc0-9f7afc3cfc8f"}}],"status":"accepted","resourceType":"Task"} +{"id":"071b1f72-0fe1-5ad5-912e-aee7837fd526","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003884"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a1d75bbd-a0fe-53df-80ef-25505d002f30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/00fbfef9-6138-5242-9903-b9fa0f65009f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a6706f8-998d-57ce-8725-ee342183b5af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5801521c-73e8-587a-8330-0c8facc610dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c04af6fc-13cf-5da0-9966-0208674411a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a6706f8-998d-57ce-8725-ee342183b5af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5801521c-73e8-587a-8330-0c8facc610dc"}}],"status":"accepted","resourceType":"Task"} +{"id":"0535df88-1838-5674-ba94-8ef9b65fadd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003885"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/96e2c98f-6ef0-5e60-b674-35f279505475"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2acab0ab-87c2-5780-b14d-197a2da670e2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/049c2b5f-93c7-571b-8bbb-490e8fa716ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b04a560-a645-5cab-b6d1-4e9219c4bd1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36c8346f-c0c4-54e4-897a-9a0c25ba73f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/049c2b5f-93c7-571b-8bbb-490e8fa716ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b04a560-a645-5cab-b6d1-4e9219c4bd1f"}}],"status":"accepted","resourceType":"Task"} +{"id":"4bc75c5b-f9cb-53f3-bfa6-2a748eeb848f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003886"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f32a6f97-dc2f-5669-87e3-16f3422f32c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a7eab3dc-57c5-52cf-ae9d-213984b0b5ba"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26bfd33c-82da-5529-8a54-abd93acc63e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a9174b8-b37f-5397-a016-c817c4b68289"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/672c2983-df15-5fa4-bf58-2d1dde535084"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26bfd33c-82da-5529-8a54-abd93acc63e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a9174b8-b37f-5397-a016-c817c4b68289"}}],"status":"accepted","resourceType":"Task"} +{"id":"be96f005-3da0-5dc9-adb8-a23a90d32927","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003887"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/71a6f194-a2d2-5545-8fa8-5d8db8d45371"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d4641dad-1db7-51b7-9dd8-487b8f1478d2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30b12cb1-95ae-5da2-af12-e1ae6729d927"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06ab87dd-2f1c-54f7-9954-84ccb1b53e78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6804e972-e303-5514-9941-8483fb20b467"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30b12cb1-95ae-5da2-af12-e1ae6729d927"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06ab87dd-2f1c-54f7-9954-84ccb1b53e78"}}],"status":"accepted","resourceType":"Task"} +{"id":"acb5f1d8-ed0b-535a-8b53-4b0e55994b4f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003888"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f41f5352-ed0d-5398-9833-0d3ed8f39cbb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c97a1df1-b3f8-5eca-87ea-3f98fb67755f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d55e7a2-da65-5b2a-a1aa-96f7f7a89099"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce7c9557-0f15-5c0c-9ec3-8d40d2a9f5db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7298059f-7514-5b3e-9a08-a8f7d81c70c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d55e7a2-da65-5b2a-a1aa-96f7f7a89099"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce7c9557-0f15-5c0c-9ec3-8d40d2a9f5db"}}],"status":"accepted","resourceType":"Task"} +{"id":"f5d1308f-95b1-5913-b320-c618d0b33039","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003889"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/50fc6229-5a36-5300-a58f-5b06d751d284"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/97f468d7-cbe2-5038-9d45-93f77ea4ff19"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47bc0da7-670e-5319-b813-a29b61604049"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c008ac33-78a2-58be-a6dc-45cde0793c07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/689b8f40-64a1-5933-a51d-c8587af8521b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47bc0da7-670e-5319-b813-a29b61604049"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c008ac33-78a2-58be-a6dc-45cde0793c07"}}],"status":"accepted","resourceType":"Task"} +{"id":"9366cdd3-e593-523f-a59f-72e46b6f36c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003890"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c60fec57-9f7c-54a7-8802-6d915a3e44a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/abed743b-304c-5cb3-8771-ac724097b38d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31e89f5c-347f-52f4-84de-ef4318f9ae89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28332a90-2dba-595a-b01d-850224fdde66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4a64eef-e4b4-5c77-ace2-075911f6564e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31e89f5c-347f-52f4-84de-ef4318f9ae89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28332a90-2dba-595a-b01d-850224fdde66"}}],"status":"accepted","resourceType":"Task"} +{"id":"ca673f0e-01fb-537a-a1a7-f207ed1e33a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003891"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/41dffee4-1368-5c78-a64f-ec17dbbf785d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a74391a8-1d34-51ad-a286-5b0e2d586bfa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd648bb5-195e-5575-a590-a38fac7e7498"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9453de40-3063-52f2-bb82-623e44d9a132"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12329038-fa65-5633-a448-da03be7e9813"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd648bb5-195e-5575-a590-a38fac7e7498"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9453de40-3063-52f2-bb82-623e44d9a132"}}],"status":"accepted","resourceType":"Task"} +{"id":"2a460acd-b73b-5126-a48b-739dd3842c99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003892"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/70be98d6-22dc-580a-865c-14cdee08791d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0a73dddc-c1bd-5373-9d2b-a62026fc7120"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/928a0484-f325-52ca-9178-abbe6956597f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8591bffb-ad5f-5bdd-b32c-d511cf43cb95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f60a75a8-e05f-5ab5-abd4-d1c57a3db611"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/928a0484-f325-52ca-9178-abbe6956597f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8591bffb-ad5f-5bdd-b32c-d511cf43cb95"}}],"status":"accepted","resourceType":"Task"} +{"id":"054cf5b2-4136-5d85-b334-4d4c64a70748","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003893"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/abd40c6a-331c-553f-b383-45c7d861a66b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2e685e40-3540-5db7-b013-e3441f588a74"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1c27542-d1f2-5695-bc14-dea68524c6e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24e39845-c607-5d0d-83a6-234cb1d4ecaf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d57a054b-7b46-5371-915b-2b15196823b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1c27542-d1f2-5695-bc14-dea68524c6e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24e39845-c607-5d0d-83a6-234cb1d4ecaf"}}],"status":"accepted","resourceType":"Task"} +{"id":"9fd86b5a-fe85-5366-88a5-288ae948c86e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003894"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/66c10039-429a-5cdd-bd0d-d0e7bd9b3e1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4ff60fa4-5496-5f31-962c-1bd6b1a9048a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b71f4d5c-a90c-50d0-8cc0-7fe8e8dc61d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4839b893-7fe9-5758-811b-95586d9d6aca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c626abc9-0775-56a1-bdd8-ba15c2af8966"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b71f4d5c-a90c-50d0-8cc0-7fe8e8dc61d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4839b893-7fe9-5758-811b-95586d9d6aca"}}],"status":"accepted","resourceType":"Task"} +{"id":"1b5a762e-58eb-544e-8a2b-af3c4d3fed65","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003895"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fa925266-53ee-5e82-a5f4-16e54b9a0c69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9b09b03e-3e4c-5994-a43a-ab8a4ec996e5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11349ed6-239d-5e8d-b564-79dca0cf9d91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52dd389f-dbf3-531e-be1d-46b4496e7088"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18e59c72-fc0d-5559-b125-9c2570afa843"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11349ed6-239d-5e8d-b564-79dca0cf9d91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52dd389f-dbf3-531e-be1d-46b4496e7088"}}],"status":"accepted","resourceType":"Task"} +{"id":"32c859e8-58f2-584d-988f-cff4a7f6b5d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003896"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/79d2f16f-1896-59bd-8bc7-23ddd220dfff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ae9899ee-2bcb-54e8-b615-a3919b6f32a9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc19e3fb-59b4-5d78-99f5-3cdda5b4743d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d181487e-0bee-5d6f-b11f-05ee198e9920"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c8d1af9-9516-5ff8-9c2e-bbb378fccf4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc19e3fb-59b4-5d78-99f5-3cdda5b4743d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d181487e-0bee-5d6f-b11f-05ee198e9920"}}],"status":"accepted","resourceType":"Task"} +{"id":"1cb08eb7-59c1-520f-bc23-03e475180f50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003897"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/94a15b05-1554-545e-8897-331d76f9fde1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bc75a3ca-a6b6-58f8-b73c-dac98ef82947"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae86fc4d-d431-5041-a9bc-e621fe53da91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b8a36e3-c220-5014-8bf3-8cd0dcacec8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f542261-2ccc-505a-98f9-b99f50b9ffbd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae86fc4d-d431-5041-a9bc-e621fe53da91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b8a36e3-c220-5014-8bf3-8cd0dcacec8a"}}],"status":"accepted","resourceType":"Task"} +{"id":"c2272850-4c81-5553-bdbd-53881802b897","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003898"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7bcf64f4-c3d4-51b4-aac3-9e03503a0587"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7c78a91a-75d5-5cf0-a538-b72d710e76b6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3ccf42e-34df-5821-810f-64fef73395d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29b25911-d86a-530a-9a86-8c720264c814"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30a44f17-847a-5c3c-bef0-b77c9352e324"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3ccf42e-34df-5821-810f-64fef73395d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29b25911-d86a-530a-9a86-8c720264c814"}}],"status":"accepted","resourceType":"Task"} +{"id":"5d8226f0-e63b-5aaa-a65c-b22dc78e33ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003899"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4b81fc5c-1520-5e2f-8cd5-281c31e0c84f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4be7e91c-c1c8-585e-a164-f73412d1d32a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00201a56-fdcc-507c-b032-fd9763d89e06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82fe4a6c-10ec-5289-9032-2b04062e3e47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12fb5427-8c76-5323-88f6-879dbcfa3c52"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00201a56-fdcc-507c-b032-fd9763d89e06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82fe4a6c-10ec-5289-9032-2b04062e3e47"}}],"status":"accepted","resourceType":"Task"} +{"id":"39dbba4c-77f7-5396-90f8-a4cf6f6d8735","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003901"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b6e8e465-7631-557f-8b56-1029d31b4d45"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a102faf3-1e2e-5582-894d-b36e4e1a3ff7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5523200d-6625-54fe-a8c6-920e10514932"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61471354-1caf-550d-a9b1-42d6bc6ebe07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11f8f228-b913-5c52-8d78-0732fbffc664"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5523200d-6625-54fe-a8c6-920e10514932"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61471354-1caf-550d-a9b1-42d6bc6ebe07"}}],"status":"accepted","resourceType":"Task"} +{"id":"d579a537-abac-517b-9401-93bd13daf72f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003902"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9c0f853c-2a75-5b9c-9f68-79059c66e357"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/18207edc-2628-506e-8636-3914ee65139f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b13a2fba-d5ab-5be1-bc0d-a1308ce7a338"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/630e5529-b9b0-57e1-80a8-d31d19a65572"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8bcf36c-26da-5e3d-bbb4-31685045bcc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b13a2fba-d5ab-5be1-bc0d-a1308ce7a338"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/630e5529-b9b0-57e1-80a8-d31d19a65572"}}],"status":"accepted","resourceType":"Task"} +{"id":"0289700a-96e8-55d3-9e4f-564332a412e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003903"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e7e2ce02-c594-5c2b-9613-bfacda76a8d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3ff82bc7-cef3-59bb-b2d9-62a700a9923b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3633cbbd-6a94-5a86-815a-53809f1f7c0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b00a86c-cf86-58bb-ae4c-97d16d083605"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22529a76-daee-5f00-9cd1-4a0bc5b59434"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3633cbbd-6a94-5a86-815a-53809f1f7c0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b00a86c-cf86-58bb-ae4c-97d16d083605"}}],"status":"accepted","resourceType":"Task"} +{"id":"ae81f3e8-0eda-59bf-8469-3b08edda455a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003904"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bf90eadb-02d8-567a-9cd9-88393223f9d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d297eb76-59d0-5cc2-b766-facceea9752c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bdf071a-efe7-507e-825f-a6ae80e044cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e40b0f0a-fcfb-5eb6-85bf-d206381070e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b345d632-80db-53c1-af09-3e375f2531a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bdf071a-efe7-507e-825f-a6ae80e044cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e40b0f0a-fcfb-5eb6-85bf-d206381070e1"}}],"status":"accepted","resourceType":"Task"} +{"id":"db5ec835-dece-5708-b201-4eafc3820e52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003905"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/01640026-9980-5d9e-a701-a263759d5064"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/805b0a56-ae6c-521c-9cb3-23fbb0091c5a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f94f1d11-18fd-5ed1-973b-83dcd41b7854"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d676dd4-097b-578e-9eb6-c562d847635d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6811acef-479a-5d33-a7ca-5cfdcb6add27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f94f1d11-18fd-5ed1-973b-83dcd41b7854"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d676dd4-097b-578e-9eb6-c562d847635d"}}],"status":"accepted","resourceType":"Task"} +{"id":"b7a97629-8504-5dca-ad3c-cd7370035416","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003906"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/82fa793d-5b38-5b76-9b82-1ac377d5d3ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e6f77d14-a86b-517b-bd75-a5f5b5ad728e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/646e07fc-64c1-51e0-ab00-2ee8c5fd01d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e4d80bd-205b-5d80-9098-1f8a1d51962b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/effeda7e-30d7-5c29-accc-f594bb34aa6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/646e07fc-64c1-51e0-ab00-2ee8c5fd01d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e4d80bd-205b-5d80-9098-1f8a1d51962b"}}],"status":"accepted","resourceType":"Task"} +{"id":"a61d62c8-baf4-52e7-a21e-c7a81efe1109","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003907"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/491d6cbc-2dee-5392-a193-85304bd0925a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f80bc9cd-944e-5a83-a0ab-8fa186dde369"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/afa41e1e-3dbe-5cc6-914a-d6b4c27c1b89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a369fd7-467c-5ec6-a04b-f919ccc7b74b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/682295b4-8b1f-5e91-a18f-5fe710ce0127"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/afa41e1e-3dbe-5cc6-914a-d6b4c27c1b89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a369fd7-467c-5ec6-a04b-f919ccc7b74b"}}],"status":"accepted","resourceType":"Task"} +{"id":"abcf8938-ab4e-52af-951a-c0f83c48b62b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003908"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b83fd5e7-3a32-55fd-9262-3f8130b6c57e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2456232d-5c24-58ba-848b-a92cd1f5f97b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c05f5dd-089d-58ef-bd0f-50ceed87d259"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7215aadc-c7b7-5072-a30d-bbbfcd929a79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c948594-8d0e-534c-ae1e-9b378f34e2b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c05f5dd-089d-58ef-bd0f-50ceed87d259"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7215aadc-c7b7-5072-a30d-bbbfcd929a79"}}],"status":"accepted","resourceType":"Task"} +{"id":"0106af33-6c73-5a53-a02d-8d538c530d16","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003909"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/65ace306-47c9-503c-a91f-b9bc2cec179b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a12952fd-24fb-50fc-b7a0-0c1b229180e8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8837e23-d559-51df-8b45-68d34ac13ddb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fca4712-76a1-5d63-bc68-f9cdb6762418"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28cdb8b2-e0b9-59a7-81d9-87d5be378adf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8837e23-d559-51df-8b45-68d34ac13ddb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fca4712-76a1-5d63-bc68-f9cdb6762418"}}],"status":"accepted","resourceType":"Task"} +{"id":"92d5ea9e-5cdb-574f-8441-d21c22159141","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003910"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3788edb8-dabe-5fb0-b987-d8b7d4b8760f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fcf665a0-b527-52a0-8f5e-9cb378cb0ebf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1048335-49ba-5d01-8d9d-8dd043f664f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23adc27c-cc75-5d65-b8ce-d0d68789f25e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1ab4934-e91d-5c86-82ac-ec19b92bbaa8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1048335-49ba-5d01-8d9d-8dd043f664f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23adc27c-cc75-5d65-b8ce-d0d68789f25e"}}],"status":"accepted","resourceType":"Task"} +{"id":"5b382208-6460-5d5f-8f87-dc8aea621ccf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003911"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cce2af85-1a03-5a00-81d4-53fc085c708e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cefc6e91-0c98-5f1e-ace1-1490e62b3b00"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/800d7876-20c0-5435-9a31-81b9c31b97d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/321c87c4-1629-515a-9302-27bddc8a5b0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c367ca5-3ea3-5fab-8166-a5c5080d2f98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/800d7876-20c0-5435-9a31-81b9c31b97d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/321c87c4-1629-515a-9302-27bddc8a5b0c"}}],"status":"accepted","resourceType":"Task"} +{"id":"e28675cb-e8ae-58c8-bb61-c3efe686ffba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003912"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a0175508-ecfc-5789-abd4-a8e4067dd832"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/718684a1-f745-5516-8e39-549633f2e1fe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3320bb9a-473c-54dc-a4c8-1642ffc34edc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e669543d-2a73-580d-a018-e79c379c3bbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/591aa5b3-112d-57ac-9e4b-e5115f7a1139"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3320bb9a-473c-54dc-a4c8-1642ffc34edc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e669543d-2a73-580d-a018-e79c379c3bbc"}}],"status":"accepted","resourceType":"Task"} +{"id":"dc549ebf-25bf-5779-9a5c-7ecd6a93b269","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS003913"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9c7e18f0-8b8d-5a9f-a6b2-9af02aa4a996"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d9bd9db1-627f-56ef-bbbc-ee107f8ff021"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d5b2b47-cc77-57d2-a5cd-2ccf80ce0bfd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94cd3e6e-dc17-5779-ade0-4583bf598d4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5951630-3682-5dfc-ace9-7cab1f2332f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d5b2b47-cc77-57d2-a5cd-2ccf80ce0bfd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94cd3e6e-dc17-5779-ade0-4583bf598d4c"}}],"status":"accepted","resourceType":"Task"} +{"id":"44a95bd8-fdde-546d-b574-b580467a2275","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006559"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/99e204ac-d9cc-5fb7-accc-d676f946e00a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fe1ef8a9-f4b0-5c72-bfc6-9e3a45ecfaea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ec07823-c3dc-5a3f-9ecf-939c86857e3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84c68aec-31c8-57df-8983-e79ca45f985f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa3e1ca3-9ce8-5b99-ba68-fc93e34c5bf3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ec07823-c3dc-5a3f-9ecf-939c86857e3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84c68aec-31c8-57df-8983-e79ca45f985f"}}],"status":"accepted","resourceType":"Task"} +{"id":"230a9051-4d9a-5bf2-a753-8ba44335d312","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006560"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a249fbea-15bc-54c7-9591-f0840c7e0921"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e20b0bd8-3866-557a-aab4-394a00b81c54"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7a018c1-5e9c-5c9b-8b12-3673bc2f0db6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a161f00-c24a-5f42-b840-49c4b1f75ce9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8afd5a3-bcbc-5c65-be13-afc26e2ce67f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7a018c1-5e9c-5c9b-8b12-3673bc2f0db6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a161f00-c24a-5f42-b840-49c4b1f75ce9"}}],"status":"accepted","resourceType":"Task"} +{"id":"793fd049-f8aa-5684-aed1-88aae5ada9c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006563"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dd5c4159-7e0e-5016-a900-96e95de6de84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2c4bbf93-30a1-5771-85c4-21d7ecceab92"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dea64a96-d970-5bb9-a40e-bb76ebfe82d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9e2f095-f120-5bc3-8dc2-8ad86b3fb5c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f40b57ec-5bf3-5a25-a348-7e2b4de36797"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dea64a96-d970-5bb9-a40e-bb76ebfe82d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9e2f095-f120-5bc3-8dc2-8ad86b3fb5c2"}}],"status":"accepted","resourceType":"Task"} +{"id":"3967030b-a0e3-586d-aa60-4530d43c5df9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006564"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ae8d58d1-0566-52e1-83bc-3f191a2bea5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6afe28b9-0640-54c4-9311-caa475ef04e6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0815d85-5582-5cd9-b72a-de56e5770207"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ba5cf45-2b8d-5df8-bdb2-1936bf3c93f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96c84382-4406-53c5-a423-1017a7be1bb8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0815d85-5582-5cd9-b72a-de56e5770207"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ba5cf45-2b8d-5df8-bdb2-1936bf3c93f5"}}],"status":"accepted","resourceType":"Task"} +{"id":"2f87eec6-2c3e-5130-928b-fa65bd417674","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006565"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/de2f3b76-9538-5a99-b45f-2c61cbcde8d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d15d51ec-cb4e-5ff4-9d1b-72220f9803a2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49fa56a4-b944-5e11-9f57-fe47492c4863"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fd66a3f-629a-5172-a052-9c42ceef64e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1aa3f6d0-1968-5d45-ba04-fb4da976f945"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49fa56a4-b944-5e11-9f57-fe47492c4863"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fd66a3f-629a-5172-a052-9c42ceef64e4"}}],"status":"accepted","resourceType":"Task"} +{"id":"12460a77-c9b2-5226-85ce-0ea50698b2ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006567"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c2d8813b-8165-5ae3-ab25-bfb345f32473"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a91c1907-09c8-50f4-914f-ca726d09d3d8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c62f88b-fc3d-5569-837a-9627120e399e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c4d45ce-7da5-5eb3-9149-d497086be6ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18983747-354c-5464-98fa-94a1ed10eefe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c62f88b-fc3d-5569-837a-9627120e399e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c4d45ce-7da5-5eb3-9149-d497086be6ad"}}],"status":"accepted","resourceType":"Task"} +{"id":"d46de165-43b1-5525-a4bd-d6f259b4cdd7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006569"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/64e1fe84-1a4b-5bde-b62c-ac9e7bbc6443"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ec846c2d-0956-56c9-8ded-c064f714ecf7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a118ceb-05bf-59bb-b1ed-3698ceb5244e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75981044-8f28-5601-a226-2eae2e7d9a07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b3f0636-2b7a-5188-a887-bc74e9c5375f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a118ceb-05bf-59bb-b1ed-3698ceb5244e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75981044-8f28-5601-a226-2eae2e7d9a07"}}],"status":"accepted","resourceType":"Task"} +{"id":"5a1023ed-d2a1-5591-a5f0-66c1fe81ea39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006572"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/416ad245-b929-5916-a988-db761482274f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a281c074-0d71-5258-b85d-171dd45213f6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cf0b480-345a-546d-8ef4-b5b315b11c04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc7f8595-5c5a-5fbb-b7f8-36800ef436a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e3e08e1-737f-5437-b310-c3d63aa7fcba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cf0b480-345a-546d-8ef4-b5b315b11c04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc7f8595-5c5a-5fbb-b7f8-36800ef436a1"}}],"status":"accepted","resourceType":"Task"} +{"id":"9d3fc736-9fb6-58df-aa76-21eb722b0506","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006573"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4fe1db1a-c5de-5726-b150-af11456c295e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1f7e4f50-a012-5e58-b3e1-9fce93fe4037"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8bdcae6-80de-5adb-82cd-cec9f172ee1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e89f6d44-85f4-5c52-afee-0d5bf8b60741"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/162613ef-4b75-5584-b728-bcbdf7d259bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8bdcae6-80de-5adb-82cd-cec9f172ee1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e89f6d44-85f4-5c52-afee-0d5bf8b60741"}}],"status":"accepted","resourceType":"Task"} +{"id":"fb0cf5e5-73db-5fc4-afdb-9948de2a23b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006574"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b17e61bc-cbe9-5659-98f1-ff9acb448181"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a7d6be57-e59f-5176-ac91-4d36d3a1a2e4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3abe729-bef3-5ac4-8965-beaea21f8d21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac2f5d54-5646-512a-80fb-e63d816b410e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9df4b793-c704-5226-8df6-6d0abfa2da8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3abe729-bef3-5ac4-8965-beaea21f8d21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac2f5d54-5646-512a-80fb-e63d816b410e"}}],"status":"accepted","resourceType":"Task"} +{"id":"ac27c98e-8f16-503f-a4d6-52c9b681c87a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006575"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/254d33f3-b7ad-5440-a683-80a080ac7ca5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7ca7c3e8-72fa-53c3-80db-38634a2602f8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ffd1a5b-c4ab-5629-8578-322f4ecd85e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/476600f1-a42f-59eb-a361-12b5ca438045"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/751f4821-98cf-5404-9018-557bbf035db9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ffd1a5b-c4ab-5629-8578-322f4ecd85e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/476600f1-a42f-59eb-a361-12b5ca438045"}}],"status":"accepted","resourceType":"Task"} +{"id":"2acdb1c4-b6c1-5d76-859d-78c22707204d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006576"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b387398c-668f-528c-9d17-845c93d7b0c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/298cc9fd-5cbc-5fc4-84e3-e70bb11ec4a6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b54fad97-49da-5dd8-ae09-7baff5306e9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83f72082-0b1d-50aa-9068-0d7d0bfdff58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ffcad21-bb94-5dd1-91a7-56a9e8938ad5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b54fad97-49da-5dd8-ae09-7baff5306e9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83f72082-0b1d-50aa-9068-0d7d0bfdff58"}}],"status":"accepted","resourceType":"Task"} +{"id":"19940730-f0f0-5cab-b8cc-7f972e57a705","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006577"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/39112585-0dae-5705-b5d3-37bccd8e8644"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/761b45f0-710d-558c-b2cf-0526c58a005d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61a96b4a-5f0c-5c14-94ff-523041dc4d91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/403d6d79-84b4-500d-86ac-57928bb790e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/936e61b4-be35-5489-9f7f-0727ba8c5f0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61a96b4a-5f0c-5c14-94ff-523041dc4d91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/403d6d79-84b4-500d-86ac-57928bb790e4"}}],"status":"accepted","resourceType":"Task"} +{"id":"a8ac08ce-0856-54f4-bf43-07acb2303fbe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006578"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e838d378-5b2a-5218-a80c-6454b4bdb0ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/99d19b11-c697-5142-b335-97e562217849"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3000c52e-b158-5e58-bb98-09574b6a6e71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf39f533-3dd4-581c-9fbf-e7b370299ebb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/845e3750-bd3c-54d9-88c9-6009b8589ed2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3000c52e-b158-5e58-bb98-09574b6a6e71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf39f533-3dd4-581c-9fbf-e7b370299ebb"}}],"status":"accepted","resourceType":"Task"} +{"id":"60891466-833c-5ae6-9d62-e82bee0642d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006580"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/83c8ae45-0076-5230-bd0f-2a3634853b0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/66b425e9-971a-5416-8c66-5538cba3b2c4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e6425c4-6c84-5a6d-b592-66bdf9b522a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6eb79b4e-b395-5c07-a2a9-f0aebe8914c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67b7c589-25ce-556b-8ae5-c8a4aba883ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e6425c4-6c84-5a6d-b592-66bdf9b522a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6eb79b4e-b395-5c07-a2a9-f0aebe8914c6"}}],"status":"accepted","resourceType":"Task"} +{"id":"7b2cb7bf-4a72-5769-b6a8-4f4c3b699008","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006581"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4f1f2772-a1c7-5385-bb8a-14807edc8303"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1e2ce1bf-086b-5afb-9008-c712632a7dc4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3651977-8050-53ce-83b2-5621d5cb4c54"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87323d0d-2e81-5428-818a-660640003b50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62c97296-c429-5988-b3ac-b4027c2a6f7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3651977-8050-53ce-83b2-5621d5cb4c54"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87323d0d-2e81-5428-818a-660640003b50"}}],"status":"accepted","resourceType":"Task"} +{"id":"6bc12066-00ac-514f-837c-3d2adda85344","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006582"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1bb99377-a9fe-5ba4-bccb-73d39bd091ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/df4fe590-97cf-55dd-b48b-7d265d13f4bf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3351a807-0abf-5e5a-b378-64fbe7fe0ee7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28c653d4-a659-5475-aea9-667d964e0ca5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/961a7370-a2fb-569d-998b-81e02cb9b435"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3351a807-0abf-5e5a-b378-64fbe7fe0ee7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28c653d4-a659-5475-aea9-667d964e0ca5"}}],"status":"accepted","resourceType":"Task"} +{"id":"f2f8ce99-77d8-531b-8be9-22ebe903e516","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006583"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8ff85a29-f32e-5703-ae72-003794c8b158"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6dd003b9-0219-501b-bcf8-3d086ec117a0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f8e7852-740d-5dda-bca1-5ae23b46892d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/89e2ddae-3715-5570-8526-2444052748f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abdeea7b-21d1-5abd-8259-1cbf5f2dd1e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f8e7852-740d-5dda-bca1-5ae23b46892d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/89e2ddae-3715-5570-8526-2444052748f8"}}],"status":"accepted","resourceType":"Task"} +{"id":"e7798288-7005-5c01-895d-801a6ee23a90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006584"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f18d0b6d-15d7-5ad1-96cb-be27e4b5b585"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b2466013-5789-5652-8ae6-fc86ae7f136f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e23b09f7-7563-5416-956a-df80f61941e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce3dfd0c-2012-5e73-bec1-1f80b8684f46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16f514a0-11c7-51de-864f-481da53c2153"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e23b09f7-7563-5416-956a-df80f61941e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce3dfd0c-2012-5e73-bec1-1f80b8684f46"}}],"status":"accepted","resourceType":"Task"} +{"id":"5f21bf54-7d1e-5f12-be40-6c817ca23375","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006585"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dcc57ab5-912c-5e4a-9618-3c33201d3c4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/44026989-d3a4-5a14-9215-b8f643a1783c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cad3473d-ad18-5d52-b401-4a6de974427d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8cf02cc3-e63e-5c46-8d95-77d2a9fba141"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0b544c8-28b7-5864-88ee-a3d17f3af512"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cad3473d-ad18-5d52-b401-4a6de974427d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8cf02cc3-e63e-5c46-8d95-77d2a9fba141"}}],"status":"accepted","resourceType":"Task"} +{"id":"e743192a-c14d-5b41-a7d5-259bc492ae52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006586"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c02e2b34-8575-58e6-81fb-27e3f4d8d072"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ce15e916-e3c1-52ca-b2d2-79cdd0924f2e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d30c49b-0d01-5290-a2d5-b2f75a20360b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f15a0f86-9734-5b35-9a65-3d00a4adbab0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa8327f0-a601-5dd9-8623-fe2e25ae6087"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d30c49b-0d01-5290-a2d5-b2f75a20360b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f15a0f86-9734-5b35-9a65-3d00a4adbab0"}}],"status":"accepted","resourceType":"Task"} +{"id":"ed606edc-d311-57d4-aa8a-deebf0821b32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006587"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4c5eb825-a1aa-5b84-baa5-68a6e01e7826"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/82f3be92-3af3-523d-bf6f-f83549cceded"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b327f45-1b11-5916-aa97-62485c2eaa2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/729b5d43-63fb-56e7-b965-a005e0f60da1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3621c7a-b5c0-5c4c-ba1c-7930b9737607"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b327f45-1b11-5916-aa97-62485c2eaa2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/729b5d43-63fb-56e7-b965-a005e0f60da1"}}],"status":"accepted","resourceType":"Task"} +{"id":"d39f56eb-0bed-5819-803e-5f16b9cc412c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006588"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7a6eac5a-3c81-5ab8-8bf4-328a48f08181"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ebd08617-0a5f-50fb-946a-b603c9476438"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc31a16d-ad37-54c2-bfa1-7eccfc900917"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c964332-23b8-5f90-aa39-5e6be54a9509"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36e42c12-5355-59be-8bfc-b7a1e4e16743"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc31a16d-ad37-54c2-bfa1-7eccfc900917"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c964332-23b8-5f90-aa39-5e6be54a9509"}}],"status":"accepted","resourceType":"Task"} +{"id":"da560124-2f66-5fd9-a78a-2c0b9ac2ebee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006589"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a261f652-dc74-5819-857f-00f00865ecaa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b4bcbc28-aee3-58a8-baee-b902e3d87a49"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d1cd40e-9faf-51ce-ba2b-af7c44a5327e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fab2efa-afa8-5afb-ae2b-9243e50fc9a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4fd6f0ad-8dc8-5f40-9710-7d743f8c69b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d1cd40e-9faf-51ce-ba2b-af7c44a5327e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fab2efa-afa8-5afb-ae2b-9243e50fc9a4"}}],"status":"accepted","resourceType":"Task"} +{"id":"6b3b068b-6e51-5571-a69a-4eef0be5004b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006590"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7e38ab59-8753-54d5-8f15-b101dfaf7087"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c2ccf3b3-ec21-578f-bda0-720eba2fc484"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79f71811-c752-5645-a73f-315a27be6aa2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16a7f80f-ae9d-5ed6-ba49-7b0d9cc25b02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4baf54d7-0b49-5e44-a63d-ec7f1a630616"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79f71811-c752-5645-a73f-315a27be6aa2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16a7f80f-ae9d-5ed6-ba49-7b0d9cc25b02"}}],"status":"accepted","resourceType":"Task"} +{"id":"6e5729e0-2cc2-542f-ada5-e7db424914ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006591"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2cc27d8c-f673-5f8b-9196-95854d12eb93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5981d7c4-905a-5328-bc23-94e43c25fe2d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d833ec35-5568-5eb6-b0e9-8ce1bb2811fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3514047-f05e-5605-845c-9c8973001ea7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d62bcb5f-d9de-564d-9bf4-e6853ce53425"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d833ec35-5568-5eb6-b0e9-8ce1bb2811fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3514047-f05e-5605-845c-9c8973001ea7"}}],"status":"accepted","resourceType":"Task"} +{"id":"db19adea-9ffa-57ae-9f12-ffb1ef7af4cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006837"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cfd8bc25-366b-512c-99c7-b0a0636c75bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3fb45aaf-befe-58e0-a06f-28ef6d45e4cf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/396d5c90-c2a4-5d29-8f41-032a5177897b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3764ff5-f1fe-5d00-bed3-1bfe47111d06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6539ed3-3abd-5015-abb7-13caa7c211ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/396d5c90-c2a4-5d29-8f41-032a5177897b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3764ff5-f1fe-5d00-bed3-1bfe47111d06"}}],"status":"accepted","resourceType":"Task"} +{"id":"a8d5dc8a-b7f7-5095-aeea-c20a6bbae1df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006838"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/81b8d95c-b11a-5308-b8b5-51cb773484f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/50492de1-76f5-5347-b24f-8ea430f11cb6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1bd2292-dcca-55a0-9812-3b1e65c63297"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09c85f1a-87b5-5c30-a556-accfc3835cf4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/711ebeef-9dd8-5917-9052-30ea6a394874"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1bd2292-dcca-55a0-9812-3b1e65c63297"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09c85f1a-87b5-5c30-a556-accfc3835cf4"}}],"status":"accepted","resourceType":"Task"} +{"id":"05feeb46-148d-5909-b282-3f1f4e4d419c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006840"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1d6b7dca-beff-5044-9292-d80f07fee13d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fb9ce962-36f8-5965-8ed1-bafa1020f2fd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/868e2653-d7e3-5a31-abc2-8c578be68522"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b149684-8ea5-5943-91f9-a69661eab0c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d220cf1-052e-5eeb-bc4d-d94df47cd6f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/868e2653-d7e3-5a31-abc2-8c578be68522"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b149684-8ea5-5943-91f9-a69661eab0c0"}}],"status":"accepted","resourceType":"Task"} +{"id":"13982fcf-bd5b-5e17-8c8f-61a5a00fd090","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006841"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aaba57af-8229-5528-8cf6-dba8378b2a3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9d5687d6-2b02-5bcc-9d1b-3c84bf0f1f9d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9681fd09-8c24-5ede-9eff-618660c9a778"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/377e5648-7a8d-5a94-a991-7b0fee9ab3c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4921267f-3a70-54c2-96e4-0cb30bc92493"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9681fd09-8c24-5ede-9eff-618660c9a778"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/377e5648-7a8d-5a94-a991-7b0fee9ab3c3"}}],"status":"accepted","resourceType":"Task"} +{"id":"2f13b0df-8a44-5478-bb00-45a3c740f692","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006842"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bc081840-6f59-5a1c-9ca2-5279e9016215"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d8caaca1-1f8e-5435-9521-a8fbde7bec82"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/318ab99d-d0f5-557a-afa8-bc86c6e39c70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48f59248-5e97-5534-b3d3-ee629de692fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33d8eef2-1ed1-56bb-bd6b-05845dab1833"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/318ab99d-d0f5-557a-afa8-bc86c6e39c70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48f59248-5e97-5534-b3d3-ee629de692fb"}}],"status":"accepted","resourceType":"Task"} +{"id":"9d20a652-01de-521d-ab0c-9d37fead85e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006843"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2049d459-e804-57f6-82f4-12a362f4cee9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/56b6fcf3-23f8-5486-9ccf-d93f3259f0b9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0b6cdff-0cfe-5a9b-9334-cd7ac5e4f24e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4cfd0b85-4d16-5d34-85c9-4f5420ac305d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d44d42e-299e-59a3-af57-7903591af2d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0b6cdff-0cfe-5a9b-9334-cd7ac5e4f24e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4cfd0b85-4d16-5d34-85c9-4f5420ac305d"}}],"status":"accepted","resourceType":"Task"} +{"id":"2e79305e-232d-50ac-b2b2-ed3f5a3b6775","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006844"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7d8b2536-8e25-51e8-b1d1-5a25b453471e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/93e870d3-bc71-5312-9723-349dc6c6bc8e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/871549f4-ae9b-5bd1-bf1b-9e501ed99f73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a183915-f2ab-509d-9519-5030e7e64d63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4aabe8fb-9b36-5748-a6d7-98800f66d3d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/871549f4-ae9b-5bd1-bf1b-9e501ed99f73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a183915-f2ab-509d-9519-5030e7e64d63"}}],"status":"accepted","resourceType":"Task"} +{"id":"18dafe65-b3d3-5052-a80c-ab42cfd198ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006846"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a48e7fa2-f840-58a5-9836-e143a0b71430"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9a450de4-5337-5358-87c5-8a4aab522d99"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/115b95c6-e81f-53bd-9c6e-97e4a491b71b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eadadf7a-b662-5a5c-9649-f7c106eb1b13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59ac305a-f81d-55bc-b70a-9fb28ecd5cb2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/115b95c6-e81f-53bd-9c6e-97e4a491b71b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eadadf7a-b662-5a5c-9649-f7c106eb1b13"}}],"status":"accepted","resourceType":"Task"} +{"id":"5991f74a-c225-547c-9c0d-aa5cf6e4beea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006847"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/649c8d15-7d7c-52f9-a92d-e551ea5c052b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0f6bdeb8-7195-5d28-a377-8a8df427a639"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c17a31c-2cf4-5b8c-966b-58fd81f70fed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc010b2f-e7b2-56bb-9367-09f9f6403946"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9846e17-fa76-5dec-bbb6-8f90f4b8d7bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c17a31c-2cf4-5b8c-966b-58fd81f70fed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc010b2f-e7b2-56bb-9367-09f9f6403946"}}],"status":"accepted","resourceType":"Task"} +{"id":"2d78e9d8-75ae-512b-b254-bc373ce02f07","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006848"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cc9d059b-a6eb-5f47-80f5-6a913dfa45a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/24648a85-b0fd-5c2e-8da1-01055d4430ca"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27dd0187-2869-560d-8d99-ae9f8a2b8060"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90477670-20b1-5c45-9581-4c1a357d7d2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/352508ec-4169-5c58-b7f2-a8e40c326023"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27dd0187-2869-560d-8d99-ae9f8a2b8060"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90477670-20b1-5c45-9581-4c1a357d7d2a"}}],"status":"accepted","resourceType":"Task"} +{"id":"23feeb24-a2b6-5046-896f-381391a7f138","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006849"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/019143da-b1ea-53c4-8aaa-5e3fda05284b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f9776f1c-f4b3-5c15-856a-832a05a6f2ad"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a90659de-10a2-55cc-a206-cb0f8f9b464b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4385bab1-64a8-5498-8c9d-ff198d6ec3f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/552e4c09-16a2-56d6-a580-b67bce7e20ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a90659de-10a2-55cc-a206-cb0f8f9b464b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4385bab1-64a8-5498-8c9d-ff198d6ec3f2"}}],"status":"accepted","resourceType":"Task"} +{"id":"59554361-fdd1-561a-9195-d5896553e08b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006850"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/094cb86c-44c4-5dc9-99eb-2ea52428b253"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3f08024b-4a57-52c8-bafd-4d8a2e709c8e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e5666e7-006d-5ea0-b037-bcf9b0240512"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00ed2bf2-44c1-500f-9fc0-7244ed2346a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91dd3067-5483-5eaa-879b-a08308b93885"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e5666e7-006d-5ea0-b037-bcf9b0240512"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00ed2bf2-44c1-500f-9fc0-7244ed2346a8"}}],"status":"accepted","resourceType":"Task"} +{"id":"6536d8dd-92aa-5f5c-aa5f-7415b7298764","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006851"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eb5a137d-ad79-5f47-abf4-e40bed9f9e28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cdaa38c2-7537-5020-8594-c85be9c69abc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6966931c-a95a-5d87-a3b2-e51e86447a8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2c34997-20f8-516b-8a05-68fbc87c3347"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/482b59ed-2c6d-551c-96ea-bd373c20c1bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6966931c-a95a-5d87-a3b2-e51e86447a8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2c34997-20f8-516b-8a05-68fbc87c3347"}}],"status":"accepted","resourceType":"Task"} +{"id":"b4d59238-7429-5388-9b24-a506b7c59d17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006852"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e8a38233-7744-54ba-a3e6-40c34a4e4250"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bd63e1fc-a8c0-5e35-a53b-fd2fc48fa68a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a873937-1ed4-5e9f-a601-1aaee581308e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e0ebcb0-8311-5ce0-83ab-edaff0eaed1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e41e16c-195f-5347-889a-2f98713e8674"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a873937-1ed4-5e9f-a601-1aaee581308e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e0ebcb0-8311-5ce0-83ab-edaff0eaed1b"}}],"status":"accepted","resourceType":"Task"} +{"id":"bfce5b4e-1a88-5ef3-9c03-4ae27ca6997b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006853"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bf12b544-8b00-5ecd-b5cf-ee6942205ff5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3de1bc50-4ee9-5995-a6ea-7273899ce152"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/229a709f-1280-55a6-b991-be64f9704933"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fec70e52-cf10-5eee-ab41-007a94e7e19c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/553a0d92-17d3-5d26-94ad-2e65b0021e5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/229a709f-1280-55a6-b991-be64f9704933"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fec70e52-cf10-5eee-ab41-007a94e7e19c"}}],"status":"accepted","resourceType":"Task"} +{"id":"5958cb83-668e-567c-81d9-804831b5f751","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006854"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0503c664-2de6-5520-a6a9-b2e2448d4ec0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5034c2ce-0fa6-5fcc-9219-1a287299215c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e30d639d-d415-51d6-b21a-a6efcdae3766"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/825f2974-18ba-5c4f-b375-12c0f1e63330"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72a7c839-4665-582c-b943-acd9089436e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e30d639d-d415-51d6-b21a-a6efcdae3766"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/825f2974-18ba-5c4f-b375-12c0f1e63330"}}],"status":"accepted","resourceType":"Task"} +{"id":"a4574f4c-7d16-5fb2-a401-25930498b8a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006855"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/412c8949-1992-58b9-ab40-58866624baa3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a64d5f79-bcbc-5905-9cf4-e0200681847b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d540faf-e110-5e06-830e-255d7b9498db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aff4df22-c5cf-535e-8ae3-048006cbb781"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9575cf62-8ea7-5787-9dc3-58869de8b427"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d540faf-e110-5e06-830e-255d7b9498db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aff4df22-c5cf-535e-8ae3-048006cbb781"}}],"status":"accepted","resourceType":"Task"} +{"id":"c4f3e143-2b82-5fa5-8fcc-0d9e8361f104","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006856"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8ebc656d-4563-57eb-8a2b-bbf63be9c7f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2585f050-142c-5d91-bdf9-7c96faf3b506"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6469a790-c334-542c-a246-c5bb6fa97c57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57fbad92-3ab6-538a-9d63-87e6e9a16855"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cee9ebd2-9b1d-59a1-914f-446d41806a1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6469a790-c334-542c-a246-c5bb6fa97c57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57fbad92-3ab6-538a-9d63-87e6e9a16855"}}],"status":"accepted","resourceType":"Task"} +{"id":"65e7acd1-42d1-56f6-b9d9-9ba569cafd93","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006857"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/51b2c431-95ae-5d79-803d-298392ba70df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a7d31110-d0ba-574d-972e-1d749630fb71"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95fa3f86-06f0-5517-8a4a-de6bb467a2a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8214342c-1e4b-5b82-a0f5-e515566f6243"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f34c7291-5388-500e-a55f-80a2580472bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95fa3f86-06f0-5517-8a4a-de6bb467a2a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8214342c-1e4b-5b82-a0f5-e515566f6243"}}],"status":"accepted","resourceType":"Task"} +{"id":"0a13b6b0-3b9a-5cbb-862b-7e10ca8ab080","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006858"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9ce40c17-f415-5fa5-99f1-0e4c436b6e7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/13b14ce8-c887-50a2-8d65-8dc19726e095"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/377e36fb-dd00-5759-b9a7-f7e207b64504"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92fc8de2-cff0-583d-971b-c9dfc5f4397c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb9870e4-c740-52bc-8354-c3f8e355dbcb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/377e36fb-dd00-5759-b9a7-f7e207b64504"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92fc8de2-cff0-583d-971b-c9dfc5f4397c"}}],"status":"accepted","resourceType":"Task"} +{"id":"21c29df9-b20b-549b-b71f-2db9317bbe48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006859"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/438eecf1-c065-59aa-8410-2e7dc0ea9ed5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/12c2080d-1ea8-5ae0-b20f-6e0593a1d42b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad4c9d6b-9335-5394-9fde-f21777c8a3d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78bd8a20-0688-5142-af47-38da565c1e5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a677d09-a8ad-5336-9e71-12b4c26b9ab2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad4c9d6b-9335-5394-9fde-f21777c8a3d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78bd8a20-0688-5142-af47-38da565c1e5c"}}],"status":"accepted","resourceType":"Task"} +{"id":"621781e3-f514-537e-b0f7-f373912a99cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006860"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9be53e2b-0cbf-57af-bcfd-27c6928a1399"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6d1c8269-b7cf-562d-aeb6-09270b393829"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/516df11d-f502-5ddd-b2fa-73b4edf723fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4eba5edb-da8d-5807-9485-8bed0e446664"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2086bbe9-29da-50e7-a614-6bd1d53903b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/516df11d-f502-5ddd-b2fa-73b4edf723fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4eba5edb-da8d-5807-9485-8bed0e446664"}}],"status":"accepted","resourceType":"Task"} +{"id":"814b884a-34fb-52f1-868b-ae2c0eb6abd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006861"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2dda38b4-6e48-5566-9526-3cddc39d30fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1062fae6-d9ca-5387-a54f-8e9735153239"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31870768-5578-5a17-8c7d-831b93ed81a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d52540b-07cd-5d6c-b68c-02a37be4979a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/565bad0b-a956-5967-a649-fd5caec69f23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31870768-5578-5a17-8c7d-831b93ed81a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d52540b-07cd-5d6c-b68c-02a37be4979a"}}],"status":"accepted","resourceType":"Task"} +{"id":"e49406c1-92b9-5d0b-a227-5b7a607f97c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006862"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a6eafd5b-5808-58e4-9be7-f0a781bac767"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/adf78058-160b-5fde-8a93-ae9976cc2a59"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b60b6456-97a4-5545-8722-143cf560aab6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c383ad8-7309-5085-8a19-0c8e7c310575"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2dc5be5-85aa-563f-974a-34dc4c1a2423"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b60b6456-97a4-5545-8722-143cf560aab6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c383ad8-7309-5085-8a19-0c8e7c310575"}}],"status":"accepted","resourceType":"Task"} +{"id":"35623779-3d99-5688-95fa-81b3023dbe82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006863"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/65ead5d7-4d23-5f9d-a25d-f52e44e8f465"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bfca6a7f-0910-5b75-99f8-bb8e6977d685"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75ab7d97-b361-501e-b705-7d353b21e107"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5574a855-f722-545b-a105-03e9ff270641"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9448e6f-9ed8-5e3c-a7fe-26837780b215"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75ab7d97-b361-501e-b705-7d353b21e107"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5574a855-f722-545b-a105-03e9ff270641"}}],"status":"accepted","resourceType":"Task"} +{"id":"931716f8-d68d-5513-85c5-bd390dc8f719","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006864"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/698776bc-fea6-5919-942f-d0662b38cad8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/28e3bb1c-f953-5ae0-9483-df193e288cfe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4166bbf-bbdc-549d-88fc-7f291cd31b8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/525322a0-84ba-5283-9e31-f58408998b72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf05741f-8ae6-53c2-bf85-380315a7ecf5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4166bbf-bbdc-549d-88fc-7f291cd31b8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/525322a0-84ba-5283-9e31-f58408998b72"}}],"status":"accepted","resourceType":"Task"} +{"id":"dae6809b-0be0-5be5-b008-8fe671ec1548","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006865"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f0fd703f-b0f2-5c44-98df-1893969c5f02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/97b1b89a-2fd3-592d-904b-2a42822d9f94"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c17c2960-8d1e-5286-bbb3-3d97af59f1cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f835922-4149-5ddc-a438-fb777c25115b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1158db08-581e-50d2-b731-bf132a736bf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c17c2960-8d1e-5286-bbb3-3d97af59f1cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f835922-4149-5ddc-a438-fb777c25115b"}}],"status":"accepted","resourceType":"Task"} +{"id":"c0a5f591-8520-5444-b1ce-389ed841cba0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006866"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fc3fd127-b061-533e-b6c8-11f2a38bf490"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aac30f55-a809-5f0a-a91e-690a37a92655"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81db2696-e089-5d9f-b79f-a354cb853d19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/340da89d-1bb6-518c-b531-b53a31b7d3e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f292e13a-01a2-5007-a8f3-b7e266949c5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81db2696-e089-5d9f-b79f-a354cb853d19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/340da89d-1bb6-518c-b531-b53a31b7d3e2"}}],"status":"accepted","resourceType":"Task"} +{"id":"f400f123-ebb2-5b8f-a554-2be2aa96a768","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006869"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/595db002-a1a8-5ce2-acbc-593d130a324e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/186f58c2-ad37-5da2-aca4-620d0c95f34a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/555b2f6f-2ed7-5f75-af97-338a4cd38244"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac195f82-dc5c-50f7-bfe7-f1d8fd378e1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb2df8d4-1b2f-5260-b262-56a6214b7c6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/555b2f6f-2ed7-5f75-af97-338a4cd38244"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac195f82-dc5c-50f7-bfe7-f1d8fd378e1d"}}],"status":"accepted","resourceType":"Task"} +{"id":"9bc55fa6-86bc-597f-9281-8d490a1122bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006870"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e314caae-9984-5d3d-95fc-046000a3e75e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a7f6f570-bd41-5437-98ea-d1771a7a9bad"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0554fca-4eb6-598e-98c4-8f9b75700533"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75083f48-476d-52f8-bd95-7577a3c5d1fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e9d7750-79b7-5ae7-956e-f810aec0d67e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0554fca-4eb6-598e-98c4-8f9b75700533"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75083f48-476d-52f8-bd95-7577a3c5d1fd"}}],"status":"accepted","resourceType":"Task"} +{"id":"50b2c616-81e9-55ff-8c73-78e510aabad9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006871"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5410b958-f338-56c5-aa3d-6a49088d241d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8f13f775-e5c7-5c86-ba68-634307113356"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54b18fc5-9469-5aa9-be91-d19b3e1d0295"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/439a14c6-7ddf-57ec-bb4f-bb9c21e1d28e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d5949ba-679d-5ac8-8214-5bdda4dd6c42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54b18fc5-9469-5aa9-be91-d19b3e1d0295"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/439a14c6-7ddf-57ec-bb4f-bb9c21e1d28e"}}],"status":"accepted","resourceType":"Task"} +{"id":"a99ddea5-97d2-52c9-9e11-152f2c7be020","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006872"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9258ba8e-db77-59d2-957a-b1c5271774ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c14d889d-22f6-57f7-ab55-d696a3912368"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc1e3e80-1cf7-5810-ab24-4aad835da091"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23742b16-6056-5de1-97ae-768016ec22da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82f96d43-3390-5b89-9197-808144dad530"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc1e3e80-1cf7-5810-ab24-4aad835da091"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23742b16-6056-5de1-97ae-768016ec22da"}}],"status":"accepted","resourceType":"Task"} +{"id":"865713f6-7eaa-5095-a29e-b4376a10c2c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006873"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7216c92c-902d-56cc-8f77-6394a7a5caf4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1483011c-15cb-55e3-80b3-12d3be04903e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6debfeb4-723b-51d7-a040-2674176e39bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e0f21da-e522-5a94-9a11-83a10f8c0879"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0bd3b06-1178-5135-a0d9-91b930cec273"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6debfeb4-723b-51d7-a040-2674176e39bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e0f21da-e522-5a94-9a11-83a10f8c0879"}}],"status":"accepted","resourceType":"Task"} +{"id":"7043efa4-d500-5bc8-a386-9fca70fc89e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006874"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c111b62e-a6ee-5c88-a9a8-24f503f04f0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b4e13886-4fd8-5043-81de-9ae02e03a402"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c79e79b-bc20-5d84-b3cd-c218e73118ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7455406b-d391-578f-8a9f-db2b02369232"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e99f5aa-07ae-585b-ae86-69c050a341e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c79e79b-bc20-5d84-b3cd-c218e73118ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7455406b-d391-578f-8a9f-db2b02369232"}}],"status":"accepted","resourceType":"Task"} +{"id":"88e95d78-225d-501b-989e-24809fb13bf7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006875"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/45aecc30-fe70-5dfc-8a70-9cf35a7eb9d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7959461b-8ff7-5956-a4ac-3e1fae393851"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1346486-c9ff-50f1-8352-62e99b6dde49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/595dd604-681c-5ef5-a13c-f44ad79e246d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc9f6077-a8b4-5d8b-9967-c4d4fdb5d1b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1346486-c9ff-50f1-8352-62e99b6dde49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/595dd604-681c-5ef5-a13c-f44ad79e246d"}}],"status":"accepted","resourceType":"Task"} +{"id":"98586cb2-a2dd-5e33-aeee-1c12be408855","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006876"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/de52f443-bf14-5cc8-b178-2e2f8a741518"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ddcf153e-a7c5-5850-a75e-1ca9a24f9a3b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b14542cf-5209-56e1-819e-003bdce1fb8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/292a5a0f-3a5a-5204-9bdd-ea65b7a82a03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c102a953-64a3-5cd3-80a8-27cf3c7225c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b14542cf-5209-56e1-819e-003bdce1fb8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/292a5a0f-3a5a-5204-9bdd-ea65b7a82a03"}}],"status":"accepted","resourceType":"Task"} +{"id":"3d390893-298c-58b9-a2c5-05d48fbbf748","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006878"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b6fe77f7-1d5a-5524-9857-e452b421a803"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/69266038-f2ac-56c5-a2d3-3f8f1fa9ef77"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62d6bde3-c041-5f4b-8daf-404787384927"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ad24698-ba41-528f-a566-025d547dd9b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd910a96-1b30-56cf-8ba0-699b423ca608"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62d6bde3-c041-5f4b-8daf-404787384927"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ad24698-ba41-528f-a566-025d547dd9b7"}}],"status":"accepted","resourceType":"Task"} +{"id":"6946f71f-2c66-53c6-b3d5-8525b99b3d3f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006879"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d7d0be87-c5ba-58e3-914b-7ecce913c384"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b6aad5b3-9e3d-506f-8136-00d5421316a9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76b3fca4-bc02-5c46-8242-5c367b8c6512"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42b6df4c-ea4e-5828-9b50-9fe65f9e8780"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8009516-feb3-5e18-86f6-b5cbd114e989"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76b3fca4-bc02-5c46-8242-5c367b8c6512"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42b6df4c-ea4e-5828-9b50-9fe65f9e8780"}}],"status":"accepted","resourceType":"Task"} +{"id":"d89baf73-9cec-583c-bf6d-688a3490d9eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006881"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0427b034-3e7c-5b14-98c6-359d9828b7c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b346d72b-96f2-5004-92a4-4f078e4982b1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9976c2f0-3158-50e8-8948-d1c46fbae2da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bca93ea9-da35-5a3d-99b3-b9c3045cb6d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9bb7c26c-2db0-5132-981a-3eebf297155c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9976c2f0-3158-50e8-8948-d1c46fbae2da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bca93ea9-da35-5a3d-99b3-b9c3045cb6d9"}}],"status":"accepted","resourceType":"Task"} +{"id":"df877c0b-d621-53cf-8602-9c1bf2b7a666","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006882"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2e43b8b4-5cbb-54e5-b45b-b65de7ff87d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ea7e4f88-6f18-5680-9523-d3e9810d9043"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c36de14d-8ada-5de8-a54a-0649ad2a7150"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a94654a3-4d42-5e23-abca-07688f9ed096"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe6edd01-56f8-5d99-b9f2-c7b72b2902f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c36de14d-8ada-5de8-a54a-0649ad2a7150"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a94654a3-4d42-5e23-abca-07688f9ed096"}}],"status":"accepted","resourceType":"Task"} +{"id":"0d9ecea6-4973-540e-a000-947223b1f9da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006883"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a30ad356-b07c-5f52-9c35-4a6997ed4499"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bca107e5-7f38-5574-bf2b-be0ee29da0b8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0d44097-1e3a-5e95-8e53-a7ad65a1dfe7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9472d497-6fee-5111-8921-cca8f4f43d73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ce7ca67-af11-5771-9e0e-eefd9d1cfc6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0d44097-1e3a-5e95-8e53-a7ad65a1dfe7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9472d497-6fee-5111-8921-cca8f4f43d73"}}],"status":"accepted","resourceType":"Task"} +{"id":"61ceac7d-271d-5d4b-8338-1e51ae030368","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006884"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/71ccfa83-eed3-5594-a514-f7758bf07f06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/79202af4-5377-5786-8cdc-755da63fc8df"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7eec6a2-cb67-5126-a405-7ea2decd93c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12e17b76-3642-56c3-a578-b8d7ec94632d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/924c72b0-0803-580f-9abe-cbfccb0d6440"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7eec6a2-cb67-5126-a405-7ea2decd93c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12e17b76-3642-56c3-a578-b8d7ec94632d"}}],"status":"accepted","resourceType":"Task"} +{"id":"9d7aa5f2-fdd4-574e-89f3-3daa390a11de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006887"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6060bdba-2606-5239-9bb1-2b49db6cdd65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/619cf2c2-4964-5cf1-a294-f185db48381a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/beb8e1e6-70d3-572c-bb63-d4eee12005ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53b4e9c2-ec9b-5f07-9190-79e536ed4df6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8a4858b-80da-514d-b40b-275c57e55f68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/beb8e1e6-70d3-572c-bb63-d4eee12005ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53b4e9c2-ec9b-5f07-9190-79e536ed4df6"}}],"status":"accepted","resourceType":"Task"} +{"id":"7aa3ce1c-4eed-52c8-9065-dd49e17bdf2d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006889"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6b1a7e16-32c7-5419-b983-ecf3915615f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/78ff38ff-902d-54b3-994a-f8af0a953b0d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f29076be-5478-5dd6-b134-ee35637cccec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba7227b4-cae5-5032-9abe-fb69ee0cdba5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f11020f2-20cb-5cbc-a5ac-591cea98831f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f29076be-5478-5dd6-b134-ee35637cccec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba7227b4-cae5-5032-9abe-fb69ee0cdba5"}}],"status":"accepted","resourceType":"Task"} +{"id":"c97d90a3-a9b3-53a1-a045-e17c5cfb1cb8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006890"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/af52fd4b-7a03-50c7-b3ae-02400e652e0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1c4b9f48-cffb-5c6c-abeb-497cf45e8caf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55166a11-445c-525c-963c-17d471d18734"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/befb26af-276c-5db6-b036-f9baa125131a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfbabf1a-245c-5a2b-a68a-caa87e975a91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55166a11-445c-525c-963c-17d471d18734"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/befb26af-276c-5db6-b036-f9baa125131a"}}],"status":"accepted","resourceType":"Task"} +{"id":"4f47bc28-5bbb-5529-9fba-9c0768d3e63a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006891"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6d21dbf7-ca00-5527-bde7-c2b26e522f62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b1efe9a9-2aa8-5e08-a7f3-88d2ea41042d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e86f5904-51ce-57e3-8bd6-11fbc0a8461f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d0a3f09-d3d0-5b5b-82fd-7bc1d7fd52c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/082a9027-0250-578a-a39f-0034a2a313bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e86f5904-51ce-57e3-8bd6-11fbc0a8461f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d0a3f09-d3d0-5b5b-82fd-7bc1d7fd52c5"}}],"status":"accepted","resourceType":"Task"} +{"id":"a236feec-1b12-5b72-885d-b2e0ec7ea3bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006892"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5e71ba92-6724-5ab7-9451-e02fd1a6157d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d5295966-72ac-52be-94e3-fc1bb1846bb6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21697770-da0b-5fec-8001-054d3ac20d27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfe0396c-5b6e-5791-8a17-b7544ba77be1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a780b6c5-cec4-5c29-be16-49177baf49a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21697770-da0b-5fec-8001-054d3ac20d27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfe0396c-5b6e-5791-8a17-b7544ba77be1"}}],"status":"accepted","resourceType":"Task"} +{"id":"89e8f960-4205-573b-9838-d7d69bb3d52b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006893"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fbdafd0b-4ed0-5684-858c-ad45c5e14c45"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dd301fcd-6355-527e-8490-83474f1acbaf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e016826-44a9-5771-b6d7-5e5412c91bd4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31b528ae-22e0-5793-a424-7f45b2f4996b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06dc25e2-0a48-5553-815a-0ca21b328d8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e016826-44a9-5771-b6d7-5e5412c91bd4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31b528ae-22e0-5793-a424-7f45b2f4996b"}}],"status":"accepted","resourceType":"Task"} +{"id":"b4da9fc0-4f44-5931-ad1b-69f2cecb71e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006894"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/96dcd442-7b7c-5da2-bb16-29fda354ac97"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/70218c40-da9b-5424-9be5-1c7eeb511d1f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b84d0c1-4576-5429-bf7e-bb956b65dc3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9bcb6a7-a82e-56df-a6e3-eac77b7e227e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7578f574-f362-5879-bef3-5cf18c18fb8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b84d0c1-4576-5429-bf7e-bb956b65dc3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9bcb6a7-a82e-56df-a6e3-eac77b7e227e"}}],"status":"accepted","resourceType":"Task"} +{"id":"2a8bfcc4-8902-5ea8-9ba9-089e22da4c6e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006895"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/deb87dcc-75e3-54db-9544-c5e041a7f170"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c9de98da-d511-5dd8-96f9-382421b92184"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74915f18-aaa4-5db5-a44e-ebf65be1dc0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5686484-aadc-5dad-a818-08a4b1967891"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ec054b6-13b5-599d-9c38-5916048e048c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74915f18-aaa4-5db5-a44e-ebf65be1dc0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5686484-aadc-5dad-a818-08a4b1967891"}}],"status":"accepted","resourceType":"Task"} +{"id":"8b8c0fd5-4da0-50ef-a148-b64743cab0de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006896"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/667da24b-8765-5049-abdc-1ba7f1a7c39d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0fd1820d-61fd-53d5-9673-75fd789dcd3e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e77ecf5a-defc-5f0e-b91e-3707d40b08b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43d8b313-3975-5766-9587-7041214baf1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d505f49-0c89-51d3-8573-f1960d21316d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e77ecf5a-defc-5f0e-b91e-3707d40b08b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43d8b313-3975-5766-9587-7041214baf1d"}}],"status":"accepted","resourceType":"Task"} +{"id":"a7b04086-3ed3-5667-b8f0-64f4235bf5a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006897"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d089e841-a3f4-592b-91ad-8a4a633c6dfe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/58487e00-018b-5fe5-99ca-8c6e5fb62d25"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5272f2f2-3146-54ed-a21d-e6776cdfd702"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c50cd4de-c8ec-574c-b797-dae749c274c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b644edb4-d217-55af-b83b-ce3dac1ef546"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5272f2f2-3146-54ed-a21d-e6776cdfd702"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c50cd4de-c8ec-574c-b797-dae749c274c8"}}],"status":"accepted","resourceType":"Task"} +{"id":"bb28c513-5ae7-5f3a-a3f0-16fde73f255a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006898"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bc9a6c80-54bf-5a2c-8198-8b1a4f1cf2e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c0efc99f-860f-54ab-a565-e5d5dfe1c4cf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c23de59-556d-5bc8-b269-b47df3d5e354"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88ad4131-7325-5ab4-80d2-df6307d197e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09b63c58-9dac-5e3a-8724-f12927a42890"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c23de59-556d-5bc8-b269-b47df3d5e354"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88ad4131-7325-5ab4-80d2-df6307d197e2"}}],"status":"accepted","resourceType":"Task"} +{"id":"08807eea-9975-53ab-b1be-53608610484e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006899"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4c641e4d-303b-5f1f-b31b-2fd6b5236c77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f8376c75-9709-58a0-9cc3-428aaf265e0a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b0bb8f2-a963-5570-ba97-3568ab8cb3a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd804a27-c66f-5bb0-aeac-c66b5a8ae619"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2526dc28-c622-560a-9e8a-664c8deea387"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b0bb8f2-a963-5570-ba97-3568ab8cb3a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd804a27-c66f-5bb0-aeac-c66b5a8ae619"}}],"status":"accepted","resourceType":"Task"} +{"id":"e4627a78-e5c4-51f2-9ba3-a438999809b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006900"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/85017c48-be68-5a55-97c3-c7ec78e309ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ce82559a-7a6b-5680-8927-7b258bd31ee2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3559519-2fa7-5422-8d4a-fe74085d752d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df1e8433-f26f-58fb-95a8-d09c6030d2f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/212d3815-67b8-5994-b51b-3c58d53bfd6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3559519-2fa7-5422-8d4a-fe74085d752d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df1e8433-f26f-58fb-95a8-d09c6030d2f8"}}],"status":"accepted","resourceType":"Task"} +{"id":"e5117652-3579-5463-97af-bfd016d762db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006901"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dea07c55-8a29-5cd7-8221-8ac2141b1589"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/486f8566-f5a4-52a7-89da-dba66c720409"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d348315d-8e7a-55f3-a66d-cfa2194d8b53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/932e494b-9747-53e1-8a4b-3269be8bc001"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad1d3d07-a119-5ec0-a554-81e7fb7d2c4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d348315d-8e7a-55f3-a66d-cfa2194d8b53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/932e494b-9747-53e1-8a4b-3269be8bc001"}}],"status":"accepted","resourceType":"Task"} +{"id":"a9a8c0a5-4730-5e4d-bbcb-21b0df0fc023","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006902"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d9f99966-be78-5536-b0cb-f2db0f6a84f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e6722f3c-8823-5c86-aed0-600354e33a3a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a03f89a-674f-55e8-92a3-80dcc3f7d95b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e255086-5072-5ef3-9bba-31c1a13d1dd2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0914e508-c2e4-5d42-b2fe-25629aa4d602"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a03f89a-674f-55e8-92a3-80dcc3f7d95b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e255086-5072-5ef3-9bba-31c1a13d1dd2"}}],"status":"accepted","resourceType":"Task"} +{"id":"b661abf6-b1b4-5a67-ad2f-47dcf147fa3b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006903"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/64878686-0bfc-5af5-8b81-dd009d6c37a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2a9edc06-b593-5f70-bf1e-aabdeb90fd04"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d8edf9b-8ccc-57c8-a659-712dfce4f8dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/355bd128-1f4f-558c-89e3-f157655f14c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fe4976b-8bd0-547a-8c93-dbccc37c57d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d8edf9b-8ccc-57c8-a659-712dfce4f8dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/355bd128-1f4f-558c-89e3-f157655f14c4"}}],"status":"accepted","resourceType":"Task"} +{"id":"9bf48040-2a06-5f8f-9e51-2c7c5a2856e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006904"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3b3c2ce7-b711-51be-bf63-7e5c6a2ae032"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/24d3252e-b576-5903-8725-373fa81f0322"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9f9bc95-7ea3-5a05-8680-678969bb6ce1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b54ddaf-8ec7-506f-8ec5-20291a35f7a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d08dde5-6eb8-5f7c-a6a7-e5499e03373d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9f9bc95-7ea3-5a05-8680-678969bb6ce1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b54ddaf-8ec7-506f-8ec5-20291a35f7a0"}}],"status":"accepted","resourceType":"Task"} +{"id":"aa0e40a8-916d-5086-b03b-4f90dd25390f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006905"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dbdb816c-8a67-5bde-a9b2-a91e55ad5953"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f9652cc5-4243-5bcd-bbeb-724da4cb8f2c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c832f353-0f2c-504f-9ded-edadb5663ea7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e574159c-4244-56b6-a298-dd51f0546bd3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b7c785a-de21-504c-ba6b-bc066a5a8b1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c832f353-0f2c-504f-9ded-edadb5663ea7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e574159c-4244-56b6-a298-dd51f0546bd3"}}],"status":"accepted","resourceType":"Task"} +{"id":"716f3b2e-2f5a-5466-bb2f-3e5793547d42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006906"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3bcc3857-86b4-536e-8f87-cf167409f7a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ed511d92-7c3b-59e3-8726-b9c5a2db6c2e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/592f7d9b-aecb-597c-905c-1982efd89956"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6a80c62-a721-5376-8e49-a87e31d53d78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00aac5c4-fbba-5747-bc7a-8f8a0eabc1c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/592f7d9b-aecb-597c-905c-1982efd89956"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6a80c62-a721-5376-8e49-a87e31d53d78"}}],"status":"accepted","resourceType":"Task"} +{"id":"166106ba-b585-54c3-b5d4-3baaecd6a0e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006907"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2d724b76-275b-57e8-96f0-5237241da793"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/85d370f3-8c40-5c6f-9e0b-38acae1dc881"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/afd0f6f1-22d7-50c3-abf8-83b87f9bfb4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c02e8833-8716-5b86-9113-5097955f13c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43d71d52-804e-521e-a4d9-6c25f62ddba1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/afd0f6f1-22d7-50c3-abf8-83b87f9bfb4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c02e8833-8716-5b86-9113-5097955f13c0"}}],"status":"accepted","resourceType":"Task"} +{"id":"fcbc13ac-1100-5fa5-8ae8-b30b19fe48b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006908"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1fe36b1a-365f-5239-8142-30fc45dc4d24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8124cbac-9c02-597a-aade-dca5d145d9bd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e96c9f2-3209-5d3c-abb7-a0d0cf696fb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38a95409-609e-5225-933f-b36830c303cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/480d05ae-154e-5b54-a762-2204e4fc080d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e96c9f2-3209-5d3c-abb7-a0d0cf696fb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38a95409-609e-5225-933f-b36830c303cc"}}],"status":"accepted","resourceType":"Task"} +{"id":"00cc522e-112d-5fd3-9414-9057f4062b15","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006909"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4b509046-8113-528a-b475-dc5525b22535"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6f2d6db4-98ad-5f55-afa1-d05204b5f382"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3e40300-5210-5a77-b8a0-18e42c780ca7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77c025b3-92a7-509f-81a6-8d3cffad1a37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4484e6a7-9f85-54a0-9a49-acc5fe35869b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3e40300-5210-5a77-b8a0-18e42c780ca7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77c025b3-92a7-509f-81a6-8d3cffad1a37"}}],"status":"accepted","resourceType":"Task"} +{"id":"0a7585c1-a09e-5fb0-955f-88592d8bc6c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006910"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0b8aba56-31e8-54db-a69d-98994e29e332"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2fd50412-4b0c-558b-9552-5c6d5a310468"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/858c94f0-cdd7-5377-bb31-ee2e2bd91811"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/442a922f-53b7-566e-9dd7-401d982c78f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9af87af7-4da6-5660-a518-56d41713988c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/858c94f0-cdd7-5377-bb31-ee2e2bd91811"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/442a922f-53b7-566e-9dd7-401d982c78f1"}}],"status":"accepted","resourceType":"Task"} +{"id":"6e6124ea-fe32-5905-beb8-f2ae623a2617","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006911"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ec2deadd-3ebe-56fe-bd6c-050b838cf2a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a367a02f-45c7-5fae-937b-afcbca8362d7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3549a8ab-dbdd-5236-b3d6-f48c28a2d1c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/787a732c-b23b-5da4-9587-a55735e26057"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9ebffa8-35dc-5f39-9183-444be0dfd813"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3549a8ab-dbdd-5236-b3d6-f48c28a2d1c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/787a732c-b23b-5da4-9587-a55735e26057"}}],"status":"accepted","resourceType":"Task"} +{"id":"0f61dd60-c0bf-577e-b15e-0d82c6d03bc4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006912"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/25a930a2-f092-5874-858a-b054eaf3d681"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f5bec5d4-4895-5cd4-add8-e3ad40ebedb3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07d979d0-0375-5131-afb6-adafe9f594b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d259d8a3-fc96-5200-baff-fd213d7ac568"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01cdfdf2-9e4d-5ddc-8feb-0e4e51dcef70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07d979d0-0375-5131-afb6-adafe9f594b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d259d8a3-fc96-5200-baff-fd213d7ac568"}}],"status":"accepted","resourceType":"Task"} +{"id":"5729396d-5889-505c-8ab5-58f39e39b1af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006913"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6f39d7bb-0912-5031-a5fa-6eb504a27ae4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/36fa4dca-d2d4-56b9-81a8-9151c1bcfb48"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3e2e9f2-72c5-59de-ba25-e2fbb42b9a7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5356c6c3-1d9c-5f5e-a87d-71af2095b173"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d446c3f8-7f19-5ac7-bdcc-6675e246bb49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3e2e9f2-72c5-59de-ba25-e2fbb42b9a7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5356c6c3-1d9c-5f5e-a87d-71af2095b173"}}],"status":"accepted","resourceType":"Task"} +{"id":"208449b4-ae2b-5217-8f42-2028fc071b93","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006914"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b20caa00-c3f9-59a6-9c7c-40827a0b0566"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e1c4443b-ef1e-5beb-8eb8-f29fb6c8fa9b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e8ff7d5-2688-56ce-bf2c-967c5bcd05a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e41d75a-e118-5994-9d10-5e391a53830e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d90ec93a-5200-5fec-b71c-3eb5fdbe66e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e8ff7d5-2688-56ce-bf2c-967c5bcd05a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e41d75a-e118-5994-9d10-5e391a53830e"}}],"status":"accepted","resourceType":"Task"} +{"id":"3ba7be74-5368-5202-8db5-f6bbd131306a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006915"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f2fcf490-5eb5-518d-b3b8-66c99b2dc76e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5c07f96a-7512-56b8-8c83-a0b333f95ddd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ab8b78a-d080-5bee-ac28-e3efa239672c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca616d29-e3d7-596a-8223-0e15c3a3bb7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/878d7782-526a-5b1a-bea0-9afd28ac0d60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ab8b78a-d080-5bee-ac28-e3efa239672c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca616d29-e3d7-596a-8223-0e15c3a3bb7b"}}],"status":"accepted","resourceType":"Task"} +{"id":"241ce868-02a4-564f-8b4c-2cb78f9d1afb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006916"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b015d140-526f-51ef-b889-a1f05b58067c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8924e5ed-046a-58b4-b7a7-c692a4fe9cf8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3fb6d250-1118-5472-889c-ab6cecedc689"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a833b65d-dd4a-560b-9eb1-2d6d6e0c6266"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5c17857-e16a-55ef-a246-c2fb59933f23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3fb6d250-1118-5472-889c-ab6cecedc689"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a833b65d-dd4a-560b-9eb1-2d6d6e0c6266"}}],"status":"accepted","resourceType":"Task"} +{"id":"5edfb4a5-4bde-5810-961b-b60148144fd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006918"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/703bb2f1-f2d2-557b-8cc7-1ca3f61ea3fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/51faec6e-8d3d-5e39-b132-b1cee4397080"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae1f7312-565e-5231-8b84-5da56a56b689"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2d89033-7ffe-5713-b992-831172c81afe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d52fb24e-3393-57c1-8ff0-1ac3f1a17445"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae1f7312-565e-5231-8b84-5da56a56b689"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2d89033-7ffe-5713-b992-831172c81afe"}}],"status":"accepted","resourceType":"Task"} +{"id":"63621181-2556-5382-b08d-309f8b73db6e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006919"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9cf78e08-30b0-5670-9ea5-3b4edb77c182"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9875b0af-c183-5dd0-a45b-12c7fae13d09"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c153098c-096c-5112-abdf-f1ecc4abf82f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c540f33-febf-5cd2-bf28-61cecb40a815"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ffd3b7d-bc7e-534b-a356-3ae46b671d1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c153098c-096c-5112-abdf-f1ecc4abf82f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c540f33-febf-5cd2-bf28-61cecb40a815"}}],"status":"accepted","resourceType":"Task"} +{"id":"1e1bf17d-06e9-5546-a614-25f90a0b2b80","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006921"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e19ece23-4a0b-5a9d-a6a3-b06dee93e405"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e4082b7e-cd3c-544d-82b7-5fed291f2f41"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40e2c828-b7af-51fb-b6fa-6b7c43a358b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a647e5a-d45e-5dc0-b1a2-5ddffd6a5862"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ecd3be9-06e2-5ced-9fd2-08df588c25f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40e2c828-b7af-51fb-b6fa-6b7c43a358b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a647e5a-d45e-5dc0-b1a2-5ddffd6a5862"}}],"status":"accepted","resourceType":"Task"} +{"id":"52726719-aa7c-5139-8e3f-62f8dd64fd22","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006922"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7c4770c2-524e-5b0a-961a-865df1c39bb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9cd4a73c-f968-53d8-9d1b-d5d04fab59be"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0277ac1b-633b-5dd3-ae4e-cf973a83d8fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27eec29f-165a-578a-bc8a-ba4965a44fa4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bfe54bb-3fef-5d9e-980e-d2d0189bb61a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0277ac1b-633b-5dd3-ae4e-cf973a83d8fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27eec29f-165a-578a-bc8a-ba4965a44fa4"}}],"status":"accepted","resourceType":"Task"} +{"id":"9b5a6c4f-0920-5bb2-8331-b5450ba2a47b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006924"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/146a024a-127d-5803-82ba-76c6245d0e1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8093cfbf-a4ad-53cf-a775-752a1990ea99"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c8fa64b-ce8a-5f56-91a2-32870bcf1a5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aed30df1-6f0d-57d2-a1ae-362ca2466c74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4578b4f0-6553-55a5-abfb-a1b539077386"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c8fa64b-ce8a-5f56-91a2-32870bcf1a5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aed30df1-6f0d-57d2-a1ae-362ca2466c74"}}],"status":"accepted","resourceType":"Task"} +{"id":"cb800a2f-2650-5719-8c09-907ccc23fe0d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006925"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2fe0b077-2d6c-597c-80df-8640e936b453"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/27c14ee8-9a1a-5037-b03d-55445507d527"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35003e00-ab01-5bab-83f2-0e7eb3e14c79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8edca768-b8ac-5e6b-b6c6-c2a0fd4807bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b829b96a-7074-5922-bc12-6e4adb8c631a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35003e00-ab01-5bab-83f2-0e7eb3e14c79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8edca768-b8ac-5e6b-b6c6-c2a0fd4807bb"}}],"status":"accepted","resourceType":"Task"} +{"id":"fa778a1d-7047-550a-b2ba-07fc794d3acf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006927"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/538a77e4-949a-5b48-9fcf-40380b48d276"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/85224d6e-3e75-53f7-a133-2d715bc5648f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb358b13-0225-5c30-a217-757bce33db23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2839b699-e281-59ba-aff4-8b59cd0d36f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8beadd82-3e6c-5d8c-99a6-96e93a31ae14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb358b13-0225-5c30-a217-757bce33db23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2839b699-e281-59ba-aff4-8b59cd0d36f1"}}],"status":"accepted","resourceType":"Task"} +{"id":"14416974-4fc1-51a2-b2ef-a379dc96fc4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS006928"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e089da42-1662-5e1a-93b1-c17abbc988ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d9227960-0087-53e2-8247-a2db833f334e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3fd9c57-fe3a-5577-b9fe-4b7ed26f01b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20c22fd1-eeac-5015-adb8-90c2e98416f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03b4b265-4ec2-559f-acb0-0966e720dcdd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3fd9c57-fe3a-5577-b9fe-4b7ed26f01b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20c22fd1-eeac-5015-adb8-90c2e98416f1"}}],"status":"accepted","resourceType":"Task"} +{"id":"5c2611ef-0fa1-5d3b-8381-9fc5ec5af360","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008503"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/07c7f709-35ea-5112-b244-dfc8ace3355a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/05ef9cf9-7655-548f-bf50-427edd647df5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/053ac231-f719-526e-aa54-2eb0e85273b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bfada53-4cf5-540e-9b32-e58d08d9816b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/89875ec9-99c8-576e-8da5-0b8a3050c556"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/053ac231-f719-526e-aa54-2eb0e85273b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bfada53-4cf5-540e-9b32-e58d08d9816b"}}],"status":"accepted","resourceType":"Task"} +{"id":"724df293-f9bf-55fb-86ca-c01337da5489","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008504"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2ec73dec-3b63-57c7-a302-cde4cb34ed0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8c8211da-2f86-5aa7-94d7-ae265b0fcc54"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1aec0964-d5d2-5061-aadd-83bb46283bdd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5702427-28ca-5cea-8463-e38619572a66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/327eca63-aba3-53f1-8ab0-8a85b3749ac2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1aec0964-d5d2-5061-aadd-83bb46283bdd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5702427-28ca-5cea-8463-e38619572a66"}}],"status":"accepted","resourceType":"Task"} +{"id":"5a56462e-c269-5186-bb93-f76b6ca778ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008505"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/95533db1-5399-59af-8343-04422f5f22fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c22f1c37-c7ff-58cb-ad90-572297518ef9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c13107bb-ebee-55c8-a55a-1e76aaf27bfd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ec9c1ae-89f8-5d0d-9ebb-583956cf61fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3e8c53a-5608-5966-9ca2-84c99adc100f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c13107bb-ebee-55c8-a55a-1e76aaf27bfd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ec9c1ae-89f8-5d0d-9ebb-583956cf61fa"}}],"status":"accepted","resourceType":"Task"} +{"id":"0957997f-ce4e-5062-8d6a-9e8c7c8b343c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008506"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f18c1797-9dff-55a6-9277-eb1c97bb5fb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6d37e884-a486-5d77-ad6a-f42c3da45406"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7192edcd-1cc7-5d47-8d3d-911a0d61ac54"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d12f3d9-0bb7-583f-aeb4-9c0ff50c95be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b35f0e99-f1a5-50ab-8145-b9c8bd25609c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7192edcd-1cc7-5d47-8d3d-911a0d61ac54"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d12f3d9-0bb7-583f-aeb4-9c0ff50c95be"}}],"status":"accepted","resourceType":"Task"} +{"id":"d1123f0e-3053-51cf-8a70-cdb2907ee5a3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008507"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/96f76984-8f59-5b82-9e3d-b81c653775dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ae881496-35ea-5fa2-b837-1152f0f0af00"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec53b269-3cb0-5a1f-a838-cdb676a09677"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81d82f60-e483-560d-81a6-9ccb3a267dd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d652bf9-82f9-5759-b00f-b3634c97a86d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec53b269-3cb0-5a1f-a838-cdb676a09677"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81d82f60-e483-560d-81a6-9ccb3a267dd1"}}],"status":"accepted","resourceType":"Task"} +{"id":"2bd036ba-f403-5a74-ae3f-0ba9928b80e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008509"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/41d8b32b-8bd5-578f-bf15-7ea753a17ab5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/81d9dcae-99c8-51e1-a75c-5fa015b5f8d8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3ed2db9-e5c1-591d-81f8-6e88f39cd6eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4cdfa11d-0004-5110-b157-0b08c5b60c5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ce8e2da-7e42-5540-a388-cc1342278ac3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3ed2db9-e5c1-591d-81f8-6e88f39cd6eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4cdfa11d-0004-5110-b157-0b08c5b60c5d"}}],"status":"accepted","resourceType":"Task"} +{"id":"1f68ae67-44df-5391-8c65-a4c97a0b89ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008510"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c8b750af-7b14-59f2-a897-d09a81e919f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/27dd8d06-feb7-5d7c-8a7f-686366961ad4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cd5c9cd-15d6-52ba-befe-06e629bad5f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf64e1e0-e916-511c-98b7-0b071d44b3cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cece7045-9741-5b56-906f-ae1ca2460e76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cd5c9cd-15d6-52ba-befe-06e629bad5f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf64e1e0-e916-511c-98b7-0b071d44b3cd"}}],"status":"accepted","resourceType":"Task"} +{"id":"8a631f7c-e604-5f96-badb-635240fa4157","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008511"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/555717f1-72f8-54e7-85bd-d99c87c54ca5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d5bfd5b4-cc5e-50c7-9e5a-b730b3dd8353"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39844a78-ce52-5bcf-ab48-96a4982e3b3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be4a01df-332a-5fdf-bc78-4b1cc3098b68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ef8c9e9-13a2-5ca5-a3f4-7edb8c857074"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39844a78-ce52-5bcf-ab48-96a4982e3b3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be4a01df-332a-5fdf-bc78-4b1cc3098b68"}}],"status":"accepted","resourceType":"Task"} +{"id":"b3ba0a63-257a-5715-b764-a2dc8effb118","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008512"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f7a284e0-e81f-54af-b057-a4b5c788eec7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ddeb8801-c49e-514c-b632-f8822f4416b4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26b67879-73f1-54fb-9438-50087ed1362b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68230f74-6b5f-5098-a35f-1748bbb40226"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a8d3951-b67e-5180-ace2-e122cba56336"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26b67879-73f1-54fb-9438-50087ed1362b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68230f74-6b5f-5098-a35f-1748bbb40226"}}],"status":"accepted","resourceType":"Task"} +{"id":"e2af54ab-9b3b-58be-8839-9ee8a8977043","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008513"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/08dbac4c-8e15-5774-9250-b262ba8fa9ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b5992e4e-db61-59ff-8346-75d3380edd37"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a90e1127-6d0e-581f-9640-584cde019da8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0587dd53-3696-5526-8048-03adceb4dd1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5191d3eb-5550-577a-9e4a-85bc76b220f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a90e1127-6d0e-581f-9640-584cde019da8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0587dd53-3696-5526-8048-03adceb4dd1a"}}],"status":"accepted","resourceType":"Task"} +{"id":"b6fb31ed-b420-56f7-9316-cfc76ed1029b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008514"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5da4210c-6203-51bc-86d1-cd227181d251"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2675b1db-d4e7-5510-b35f-d261b7e5c16b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f170845-6828-5a05-8f6f-734fbae8f572"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76705fda-ed3d-5b63-a816-8b66bf202ea7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8ee9648-3296-555e-803f-75eebf56d097"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f170845-6828-5a05-8f6f-734fbae8f572"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76705fda-ed3d-5b63-a816-8b66bf202ea7"}}],"status":"accepted","resourceType":"Task"} +{"id":"24ce3c08-7564-5495-b5bc-037c2ece576d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008515"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/81c69554-097c-5f16-8b9b-44a36986e632"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d0c19d4f-7dd1-5158-bcaa-8e5fffef34a6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f550fd3b-ceb6-5602-aec5-9bd135ec522f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68823445-5bb3-5a80-a171-7a793c2c63a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6e36ee9-97f8-5a36-8762-1a4b3b48a925"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f550fd3b-ceb6-5602-aec5-9bd135ec522f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68823445-5bb3-5a80-a171-7a793c2c63a5"}}],"status":"accepted","resourceType":"Task"} +{"id":"6d8a0224-85aa-52c6-9937-a5d67b32ee86","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008516"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/503d9a85-2152-5607-bcfd-33b8eb7575e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b6dd5ec4-b283-5924-970c-80eac6b57bf8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91628df7-016f-5d9f-ac81-1943fdb309c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/266dab42-923b-5a50-8f78-2b990497d902"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1dcc2477-0495-58f9-a821-967a0ef7d207"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91628df7-016f-5d9f-ac81-1943fdb309c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/266dab42-923b-5a50-8f78-2b990497d902"}}],"status":"accepted","resourceType":"Task"} +{"id":"a11a5255-de94-5008-9e72-67822e1ebdfe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008517"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4302278f-8f4b-54ce-aab7-7e1bf4105ba7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c87edb10-06b0-5e19-b96a-d94dc4b367dc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/537ab401-446f-504a-a976-8ca1b9ad83c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/878100f2-9df4-57d0-8519-af3a888eef15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b2f12b3-63b1-5a2c-9327-644461e91043"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/537ab401-446f-504a-a976-8ca1b9ad83c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/878100f2-9df4-57d0-8519-af3a888eef15"}}],"status":"accepted","resourceType":"Task"} +{"id":"f3c072bc-8f2b-5f68-8a4b-50449838df97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008518"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0936d158-9ea3-5308-8489-0219c8b21da6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/36948ad3-e0bc-5744-8de4-966d5a45e2c2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f12f445b-60cd-51dd-8d16-707a3d619aa2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02928f02-b34c-57a5-b5c5-08950866b115"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7de1f1c6-abd4-5721-90ce-d9ff02eb67ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f12f445b-60cd-51dd-8d16-707a3d619aa2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02928f02-b34c-57a5-b5c5-08950866b115"}}],"status":"accepted","resourceType":"Task"} +{"id":"d65d8ab6-6ece-5a62-8969-d43f07eaabcb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008519"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/30a5b422-18d6-5504-82da-dc331b898d7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4fc18616-0384-5755-8e38-7d53bb5125c7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94a8e8a8-361f-5227-bf5f-922a84adb540"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/036fd875-ec2a-5158-b83a-71feeb0c53b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/007077a4-20bb-5100-85eb-93b48ffbb569"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94a8e8a8-361f-5227-bf5f-922a84adb540"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/036fd875-ec2a-5158-b83a-71feeb0c53b6"}}],"status":"accepted","resourceType":"Task"} +{"id":"8c06eb8a-de7b-50c1-8fc1-8e3337064204","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008520"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/752fe98e-ede4-5853-ac4c-a24a9c4f96c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e891d5b8-63fc-55b8-8fe1-0ba745f91e8e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5fdedc42-97df-5053-89eb-bcaefe31b377"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b9b563a-3bff-5f97-99df-f04c01561ad8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24fda9f6-b6a0-5f2f-ae2d-aff1d77dd64d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5fdedc42-97df-5053-89eb-bcaefe31b377"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b9b563a-3bff-5f97-99df-f04c01561ad8"}}],"status":"accepted","resourceType":"Task"} +{"id":"8ed614dd-9ec3-501d-bea8-94cc432ad92b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008523"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0d5f9b5d-6bfe-587e-aa28-899cb7183200"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b2ccbc85-367f-54b5-bebe-b755139d91f9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55fb49ad-4402-5bc3-9e23-9b8a8459a01c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3972ccc0-fa70-54ae-b99e-f908181bf19f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/978e5f4b-8c6a-5c4e-ab95-fd074c1af11a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55fb49ad-4402-5bc3-9e23-9b8a8459a01c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3972ccc0-fa70-54ae-b99e-f908181bf19f"}}],"status":"accepted","resourceType":"Task"} +{"id":"27d8e1dd-315f-5b81-9f26-ba5aeccd34d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008524"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aea9dace-2817-5e47-b9b1-40607af2551d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/05180ffd-2c86-578d-ac61-d771a0b8abd9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c89f158a-2899-5613-bee6-993a27a471bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a078eb0-5f97-594f-baa7-afa03c6da406"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/761bedd4-5a97-5996-bcde-2af0b2f30daa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c89f158a-2899-5613-bee6-993a27a471bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a078eb0-5f97-594f-baa7-afa03c6da406"}}],"status":"accepted","resourceType":"Task"} +{"id":"fb6842c1-42c8-5246-a3e1-72297dd1ac46","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008525"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/41aaaf41-f2d4-5426-afb1-c352d37aa099"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/66ab1627-3a57-53d1-ab13-08d4ce2bf3ef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5ac5fe4-cd79-5d07-b02d-0080ccabd5a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4337661-2ca4-5e50-b926-13add08fea70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c14d0656-30e9-5eb1-9ffa-f7328bf7d186"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5ac5fe4-cd79-5d07-b02d-0080ccabd5a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4337661-2ca4-5e50-b926-13add08fea70"}}],"status":"accepted","resourceType":"Task"} +{"id":"d914d4f9-3f75-520e-960c-8f18206395e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008526"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ea986a3e-e7b7-533f-8ce7-51835bd81317"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ec7df654-2b11-58c0-ab03-4641f7f345ab"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0804d1c-93ec-5dba-b690-7cecc0cf81cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa721fee-32ab-571e-ad17-728419feafb8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b14585c-d6d8-5dea-b20a-a9c42d1cbff7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0804d1c-93ec-5dba-b690-7cecc0cf81cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa721fee-32ab-571e-ad17-728419feafb8"}}],"status":"accepted","resourceType":"Task"} +{"id":"0a6e8373-5c54-5b6f-93ec-126a10ad95d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008527"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f84007a6-f865-579c-83b4-ffcf9db3a5a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0bbf7619-a395-5314-ad5b-08178091d423"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d07a819-9c5f-5d31-96f8-484534c64c49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b7058d6-9c9f-5cf2-a0da-066be8196608"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1031d97-6a51-54a4-a124-c5c2fb3c147d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d07a819-9c5f-5d31-96f8-484534c64c49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b7058d6-9c9f-5cf2-a0da-066be8196608"}}],"status":"accepted","resourceType":"Task"} +{"id":"907a44f4-0ef2-575c-9fac-6afb57290da2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008528"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5342e8de-b420-55c5-8d6d-446061c9dfed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0cdbb303-3d27-56d3-9271-6374f5bec479"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e26a54e0-b892-512d-b125-680b345bc065"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10cda888-a2d7-531c-ada4-746d7fc9feab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60f3eb1a-6832-5dec-99a9-7d8c4b21962e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e26a54e0-b892-512d-b125-680b345bc065"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10cda888-a2d7-531c-ada4-746d7fc9feab"}}],"status":"accepted","resourceType":"Task"} +{"id":"3dec95b1-45eb-5fcc-992f-e9740081256b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008529"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/217cc39f-1aad-50d7-8b4a-a217030c3b8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/150cd0ad-4f5f-5ff7-abb9-5767f83a85d4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a841582-e3e8-59ac-a230-36e23659f9fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd437d29-0188-56cd-9a0a-48ae694f8d52"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35199983-4196-516e-b854-76783f1c3e80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a841582-e3e8-59ac-a230-36e23659f9fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd437d29-0188-56cd-9a0a-48ae694f8d52"}}],"status":"accepted","resourceType":"Task"} +{"id":"f1558f11-d824-5d1e-b1d3-c5a067f8b3c8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008530"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2b758527-b9ca-5277-a57c-9a3a8ab69c7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/303ac19a-643e-5c55-bd04-ae4bb40fd4f2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bdce62c9-4a12-5158-a40a-6702741050cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84e960eb-2471-5a3c-b87c-8b763d4451a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/892dced4-d28a-5572-9b0a-df384f8865c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bdce62c9-4a12-5158-a40a-6702741050cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84e960eb-2471-5a3c-b87c-8b763d4451a3"}}],"status":"accepted","resourceType":"Task"} +{"id":"fce1680e-d8bd-5784-bdb1-33d30d868eda","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008531"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4640f1bb-6dbc-5dcb-9938-a52076e0868e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4890994a-c64d-5b42-85b8-ffea1c6b6a5d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb849f17-9dc8-54e4-8cd6-9975b1fa676b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2db3b61b-3ce9-5bbc-beba-f962329fe3a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b11424e4-3c2d-56f0-8b10-ee7dc0373d49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb849f17-9dc8-54e4-8cd6-9975b1fa676b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2db3b61b-3ce9-5bbc-beba-f962329fe3a5"}}],"status":"accepted","resourceType":"Task"} +{"id":"2d28db77-1a86-5d58-84a0-6ae15cd6b8ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008532"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bbe0cd70-00e3-5c8e-ae43-70157a0eff0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/89deb8a1-478d-56c4-9aea-9e968b08261e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4037b726-7971-5add-82fa-82d99a529a62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49808dff-3309-5add-ab57-9ab0d84fd2fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c38b00a-eead-5dd1-9d94-fcc3c17ef5bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4037b726-7971-5add-82fa-82d99a529a62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49808dff-3309-5add-ab57-9ab0d84fd2fe"}}],"status":"accepted","resourceType":"Task"} +{"id":"cffec9a2-e971-5328-b9b6-c24b6d8282d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008533"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/de1e17f2-4872-522e-9dac-59a8c2b228bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/18fcb2f6-7646-560d-98d8-5ef3036b07bc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6af22f90-755d-58d0-a38a-acadb1af0347"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2c21a04-b820-5b87-969c-61df6821ac62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b0212fa-2ee1-52a2-9062-8214a5e87411"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6af22f90-755d-58d0-a38a-acadb1af0347"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2c21a04-b820-5b87-969c-61df6821ac62"}}],"status":"accepted","resourceType":"Task"} +{"id":"c03a596a-e03c-5c91-bba8-a40a7ad97222","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008534"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a3cec1ad-5ba4-525e-8a9c-0fd108dc152f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2ece656e-dd47-5b9c-bafa-e393c84a5607"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2f45bac-c055-59ae-81aa-16a3753c21b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/120e6fab-d248-5cb7-b456-0f79378928e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70053dc8-bbb7-5c92-aa8d-f4baccf27a9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2f45bac-c055-59ae-81aa-16a3753c21b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/120e6fab-d248-5cb7-b456-0f79378928e1"}}],"status":"accepted","resourceType":"Task"} +{"id":"ac47d6ba-3111-5548-9889-37cb372de07c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008535"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/285d04ce-7944-5e68-9ab1-78ec65c68dfe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/34897d9d-1414-5b50-b854-06f8ad9a191b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24b9ea15-4f73-56d1-b989-4cb274c3b792"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c778e7f2-b4ee-592e-a5bd-6ed326d3f43a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fecbe1a2-b171-5af9-be89-a7d6eba150b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24b9ea15-4f73-56d1-b989-4cb274c3b792"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c778e7f2-b4ee-592e-a5bd-6ed326d3f43a"}}],"status":"accepted","resourceType":"Task"} +{"id":"ce63b436-bc02-57de-b377-75b57f712b65","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008536"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b8af68dd-f540-5a91-b12a-b7a032fb00f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6812203c-2bb3-59f2-9a0a-13a6afeac021"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0dffd286-df07-58c6-ab2b-9979f29503b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37d02182-4167-554c-b4b1-858d2242d8c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/796a555e-1565-5466-87d7-b74e3d3cfd2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0dffd286-df07-58c6-ab2b-9979f29503b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37d02182-4167-554c-b4b1-858d2242d8c9"}}],"status":"accepted","resourceType":"Task"} +{"id":"1d64c873-cec6-52ab-938e-572a25ee6d6c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008537"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/380c292e-b519-5efd-aad1-1ae053c3ba5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/544fc198-7916-5fea-a79b-8b1ab82b6e47"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c98bf787-4ca4-5e3c-a3b1-dddefa516f37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3512b000-6361-5800-ba73-6111ec6cf3a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a31debeb-ad81-56bb-adb5-70f9a7ba902d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c98bf787-4ca4-5e3c-a3b1-dddefa516f37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3512b000-6361-5800-ba73-6111ec6cf3a0"}}],"status":"accepted","resourceType":"Task"} +{"id":"31c2408b-110e-5364-b4f7-e124ec3f2788","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008538"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/15df9a47-d1ff-5f8d-af85-0f127bedd50c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cb00e5f9-cc08-5632-9869-2fc1935f99a4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f475d342-6a25-5818-8fb4-3b111574612f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93fa5286-af70-5fd7-8858-da05cf0d3cf8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50695624-b485-5211-8cd0-308e9f1f7835"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f475d342-6a25-5818-8fb4-3b111574612f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93fa5286-af70-5fd7-8858-da05cf0d3cf8"}}],"status":"accepted","resourceType":"Task"} +{"id":"a4271e9a-105a-5abd-91a6-d94ac5c3e745","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008539"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3fed692a-9a5c-55dd-b9cf-e7cf479bbb41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/052447c8-866a-5d41-ab9c-b613dcef0d42"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6a84fe5-f865-5eda-9591-2af396961379"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35fa5681-f8e3-51cd-bc1f-3cb3097c1311"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6f6587f-15c3-59ea-90cd-619ea5fa0115"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6a84fe5-f865-5eda-9591-2af396961379"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35fa5681-f8e3-51cd-bc1f-3cb3097c1311"}}],"status":"accepted","resourceType":"Task"} +{"id":"11677142-d561-5548-80e1-e30342b32acd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008541"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/92541ded-068e-51b9-9b06-4486837028b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a7c2783d-b784-5e87-9406-3cdfbec8b360"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c09ea1c1-f0e3-5bcf-8823-5450f7b4ef93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53a353bc-df4b-5e00-946b-ad3b8c3dce8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47e45a57-82a5-5c93-8d30-617594dd84e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c09ea1c1-f0e3-5bcf-8823-5450f7b4ef93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53a353bc-df4b-5e00-946b-ad3b8c3dce8d"}}],"status":"accepted","resourceType":"Task"} +{"id":"a5d5f355-ddef-5f19-8595-c86f2fc05e60","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008542"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8edff217-868d-5a8d-9ff3-d4aaed789990"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/66082f54-3549-5a23-90f4-e3f62c7b7288"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/260255d4-376c-5a78-96c1-fe7b9a6c3c1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31a64092-7cf7-596e-b8bd-dde484559a0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/431c01a6-b58e-53ac-8d66-bae923ab5435"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/260255d4-376c-5a78-96c1-fe7b9a6c3c1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31a64092-7cf7-596e-b8bd-dde484559a0d"}}],"status":"accepted","resourceType":"Task"} +{"id":"45b0360e-ae58-5f79-8e60-492e18e08ba2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008543"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d2a10090-6163-5f7e-90c8-fa4c5f1286a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a2ee6292-91b8-51dc-b571-b3edffdbeba6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2082cc1-c33e-5ad5-bf57-b5bb1bc2d573"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6014c6da-3183-5d73-93cb-992bb605c1e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7ad664c-f3b7-5255-97f2-14205a6a36a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2082cc1-c33e-5ad5-bf57-b5bb1bc2d573"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6014c6da-3183-5d73-93cb-992bb605c1e4"}}],"status":"accepted","resourceType":"Task"} +{"id":"ae7138ae-4910-5ee3-9884-1f5201958bdd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008544"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/88560a24-178a-5387-af64-b2fed9470323"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9f6af2ed-0145-5ced-8f84-a51ba231dfec"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ca80ef6-c514-59de-b889-919ec01b4143"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4b63bed-0337-5178-8f87-755a1fb47da6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5cd3542e-17d3-5f2a-b360-28ec35d3d909"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ca80ef6-c514-59de-b889-919ec01b4143"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4b63bed-0337-5178-8f87-755a1fb47da6"}}],"status":"accepted","resourceType":"Task"} +{"id":"4fad18d4-9688-5919-a449-7aa5fd599018","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008545"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a5e06095-158f-5174-82c2-fdf8f09b6f19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/35bb04e9-3b5a-581d-8b5e-5c79be4e61a4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c53a280-a4b1-59fd-aed2-45a087125526"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0064c5d1-2c8b-5dc4-8512-c02e2624dfe0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3227d00-df8b-5283-ae98-5684c7cbe202"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c53a280-a4b1-59fd-aed2-45a087125526"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0064c5d1-2c8b-5dc4-8512-c02e2624dfe0"}}],"status":"accepted","resourceType":"Task"} +{"id":"d0b6f508-3618-59e4-8e70-942bb150a9ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008546"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3c117b68-7fbb-5ee2-8bbf-19161cad8b12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/01d0f105-ed2c-5988-80fe-6e43d57bdeba"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93daffc4-6c22-5504-a0f9-bacf320ecf20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/426eb6c7-9348-57cd-91a0-a894d96078a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49185fba-be02-5b3f-a849-25aee4f73502"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93daffc4-6c22-5504-a0f9-bacf320ecf20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/426eb6c7-9348-57cd-91a0-a894d96078a7"}}],"status":"accepted","resourceType":"Task"} +{"id":"d8eeeb48-da9e-5dfe-b947-cc59186db2a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008547"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/13a6736d-22e1-505a-8e41-427ceaa9e331"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/20e9e954-5811-51e8-839a-2041ee48cc47"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1dd9b6bb-4b57-54c2-a062-e12cbd07dc2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76a7b329-298d-5077-8bfa-68b7576840c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f207dc3a-e68a-571b-9c33-a038073484b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1dd9b6bb-4b57-54c2-a062-e12cbd07dc2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76a7b329-298d-5077-8bfa-68b7576840c4"}}],"status":"accepted","resourceType":"Task"} +{"id":"c5450d73-3595-5350-a2d7-0dac18904c45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008549"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/560c71fd-1ed8-51cf-8798-c685dea90b97"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9ec1384c-83ed-5cff-b0c0-1f8c389348ff"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8cd9d78-a82a-5b59-a1d7-c2ca12392039"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1cb86eb-ac1e-5fe7-bb0a-a32acb74ba93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/589be12f-f77e-5f9e-90bd-ba60e7043214"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8cd9d78-a82a-5b59-a1d7-c2ca12392039"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1cb86eb-ac1e-5fe7-bb0a-a32acb74ba93"}}],"status":"accepted","resourceType":"Task"} +{"id":"fe6a9973-f22b-521f-b478-b2d975a5a724","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008550"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3132d903-6a83-535b-a96f-e9d994197294"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e349d864-e276-54bb-bf28-db1c27ae14a4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66a64956-d599-5eb7-8073-a0cdf78ee06e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94ae8485-1f11-5e6d-a2e7-fc91e8be2185"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c21cc2e-6763-5211-b19e-90048c42ab81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66a64956-d599-5eb7-8073-a0cdf78ee06e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94ae8485-1f11-5e6d-a2e7-fc91e8be2185"}}],"status":"accepted","resourceType":"Task"} +{"id":"8d5a9bf5-1712-5eea-94e8-828ee7b64c2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008551"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/63ddc87e-34ed-520e-b912-32289dffe127"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/69fd755b-ec7f-58cd-891c-9c70fdc453ad"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01c429b8-6d40-5ca4-96e9-88e10e088522"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c54784c4-5dd2-5476-8bc0-3bf68de3a380"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e515ec4-ce4d-5f01-bbda-9dacb8924a6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01c429b8-6d40-5ca4-96e9-88e10e088522"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c54784c4-5dd2-5476-8bc0-3bf68de3a380"}}],"status":"accepted","resourceType":"Task"} +{"id":"aeb18a92-146c-588b-8798-75aa7c1903e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008552"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1e2a272f-f88f-5faf-9353-99e6479468e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7133e560-caa3-541a-9c58-5c8f66e2691c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c840ea5b-e355-53ab-9820-72fd0b7a1f4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d790eed9-471c-5271-bd58-34bf87cd9b84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e06d3c1-9a65-5254-b15b-2e98599bb2e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c840ea5b-e355-53ab-9820-72fd0b7a1f4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d790eed9-471c-5271-bd58-34bf87cd9b84"}}],"status":"accepted","resourceType":"Task"} +{"id":"4f389cc7-b38b-5fa5-bf66-109e95f4d745","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008553"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/25b15408-b7e5-582a-957c-bd6d5ea634ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d5ec6b85-ba9c-5bc2-8441-20651d026bae"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74fd9b30-f9ca-5dd1-b2fc-19361a3e3efe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0be3425b-a7e4-5b97-ae4e-fc36417e3329"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56a27581-7a6d-54b9-a5b1-9f5260a60e15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74fd9b30-f9ca-5dd1-b2fc-19361a3e3efe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0be3425b-a7e4-5b97-ae4e-fc36417e3329"}}],"status":"accepted","resourceType":"Task"} +{"id":"23b9fc01-b4c4-5f63-b002-27b64ccdefb4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008554"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/730e6d43-6760-5a26-98c0-0659efbd91b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1075f3d5-3bf7-59f4-8984-c2d09b37cb96"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dad50f6d-783d-54b5-b2db-3671336ce349"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20c5bd47-d501-580d-9837-825bcee60f42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b34bc1bc-86dc-50a4-b16a-a085bece52ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dad50f6d-783d-54b5-b2db-3671336ce349"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20c5bd47-d501-580d-9837-825bcee60f42"}}],"status":"accepted","resourceType":"Task"} +{"id":"e8bf8935-cb77-536e-891f-cb81dc921b7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008555"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/59c3b5d4-267d-5472-bc98-435f0d15832e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/45e5d113-e15e-55d7-a8a2-fae06965630c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58780b06-dffa-5123-a93e-9b316579356c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f456be34-fb3e-530d-bce0-a3e965e0194e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29442414-b5b5-5fa7-98bd-335b4db7992b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58780b06-dffa-5123-a93e-9b316579356c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f456be34-fb3e-530d-bce0-a3e965e0194e"}}],"status":"accepted","resourceType":"Task"} +{"id":"155a9c9f-d108-54f4-b6c3-fe95a62628fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008556"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/00de5d40-00b7-56c0-a775-f3cbfdd78d6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/06313c35-990c-5d99-aa85-4b5970936f99"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cab5c726-7822-553e-a0ef-4a9a61349fc2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78f766f4-ab7d-582b-bfcf-18cdc70aec90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ed38cc1-9bcf-5be3-b4b7-137dde63e4ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cab5c726-7822-553e-a0ef-4a9a61349fc2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78f766f4-ab7d-582b-bfcf-18cdc70aec90"}}],"status":"accepted","resourceType":"Task"} +{"id":"c89c2868-61fa-5802-b30b-bc4345307dc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008557"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/224fb571-f241-54bc-b465-1e07e6189ace"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1978cc3e-ecce-5c4d-95ef-12fa51bc3bfa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/107fb3d3-7252-5c4d-a357-3abf38b2ba05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c66c5130-0241-5e5b-9cdf-2a9f445d54b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38189d43-e732-5201-ac1a-b0b50e138b14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/107fb3d3-7252-5c4d-a357-3abf38b2ba05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c66c5130-0241-5e5b-9cdf-2a9f445d54b7"}}],"status":"accepted","resourceType":"Task"} +{"id":"045d6c17-1388-53dd-9b6b-8b1c23a51c24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008558"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/30bfa68e-d8ec-5a21-ae33-cde650104305"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/914ad9f6-5cbc-573e-a4d2-fbf98e16a91f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53db5fde-7124-5dac-8d2c-356183f3677c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e245a7f-7685-5d53-a227-db1868a0bae6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e52ea9f8-9762-5980-89cf-e88f3c9a02ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53db5fde-7124-5dac-8d2c-356183f3677c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e245a7f-7685-5d53-a227-db1868a0bae6"}}],"status":"accepted","resourceType":"Task"} +{"id":"12fc8774-fe98-55c2-8ead-45f7140c0271","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008559"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b7544cbb-9521-56d0-9298-e4f0dae9dcb8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0871b718-414b-5b39-ae5a-72e3fe06c4f6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2790245e-8ad0-5eff-a2dc-9ca383ebb8bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee5b6ae4-b6c5-5ea8-b893-38cf1f06ba7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/badb51a6-5fba-5ca1-ae75-c2f4f6624d35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2790245e-8ad0-5eff-a2dc-9ca383ebb8bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee5b6ae4-b6c5-5ea8-b893-38cf1f06ba7e"}}],"status":"accepted","resourceType":"Task"} +{"id":"b1c11f8b-2a7e-5087-8d11-f8db8c8a2ab1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008560"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/af62563f-fc10-5127-99c5-2fc15d8ad8b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/795f096e-8776-5983-91e2-e8c17a3840cb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd3ecf29-88f6-5f1f-94ed-99d394e1b048"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b26982a-91dd-5994-957a-8b8d537ce022"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8c30915-3d4e-59a6-95c2-e297b7bd7449"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd3ecf29-88f6-5f1f-94ed-99d394e1b048"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b26982a-91dd-5994-957a-8b8d537ce022"}}],"status":"accepted","resourceType":"Task"} +{"id":"88ff2cbd-099f-55c6-98d1-dd78a3b1a717","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008561"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/16fa9b87-808f-5103-90c6-8ca1365de128"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/04e80aa1-43c4-54b3-8d0c-c6d80e494d63"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0671a436-ef96-511c-a5f2-be08574e4830"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6935efd7-d594-5686-a5d2-0078be5d3b22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9762bf1b-d489-5f02-a398-4a78fc861908"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0671a436-ef96-511c-a5f2-be08574e4830"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6935efd7-d594-5686-a5d2-0078be5d3b22"}}],"status":"accepted","resourceType":"Task"} +{"id":"72b08254-d9a0-50c9-be2e-ecc1da38e534","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008562"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6b925a2f-a90d-5c1e-9868-f12daf0fff92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/60ea6d8f-384d-51b5-b6f7-e3045f20b451"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d4c7c1b-b674-532b-b482-2b9831a156ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69ab2610-37b0-53d6-8bb0-5eb785989c08"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d44f3af-80c6-5a8e-b99d-28161fcf59b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d4c7c1b-b674-532b-b482-2b9831a156ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69ab2610-37b0-53d6-8bb0-5eb785989c08"}}],"status":"accepted","resourceType":"Task"} +{"id":"8180e944-1143-55b0-a3d9-05b8df99f772","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008563"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/11a6259e-f8b7-537e-b961-0286b145411e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c577be77-6598-506c-b3e3-b80705836bc3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e347ab2-8b3c-51c9-af2d-d271a2f40341"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7519dc90-9c1f-52b1-a30f-b1842c11bff3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/991ec19e-0bc9-545b-83e9-a0ee22df3efe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e347ab2-8b3c-51c9-af2d-d271a2f40341"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7519dc90-9c1f-52b1-a30f-b1842c11bff3"}}],"status":"accepted","resourceType":"Task"} +{"id":"611da9a6-c157-5a73-89ce-90e060661475","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008564"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fa947f4b-5018-5d06-9c04-f809223efb56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3ce6bcbf-3145-5d66-8b65-67d6e7af4005"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa14ef54-0b56-5d16-b199-325ab840401b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3924996-1d95-5330-8b76-a995f7873be1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51dea112-ad73-5c88-bacd-62f2ebae1ee3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa14ef54-0b56-5d16-b199-325ab840401b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3924996-1d95-5330-8b76-a995f7873be1"}}],"status":"accepted","resourceType":"Task"} +{"id":"4c7bc66a-76c1-59aa-b366-1c1143d0c71c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008565"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8c9c1f43-6336-5fe6-a7ad-f8e118cb5035"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cce37230-fea8-51fb-8d8d-e0fbe80c1899"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5767e8a3-76f2-524e-a2e4-5b26967e5d16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa340085-a638-5087-958d-49a7f3bd28f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b0e92ab-35a7-5dee-856a-6440f57b33ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5767e8a3-76f2-524e-a2e4-5b26967e5d16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa340085-a638-5087-958d-49a7f3bd28f8"}}],"status":"accepted","resourceType":"Task"} +{"id":"a55436ca-82e9-5bd6-a439-8dfbcbc09d33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008566"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4c46a176-1a62-5800-bfa2-1e3a5adcf561"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bb9a90f0-69b6-591d-b6c9-eb9a68994ed3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1da70701-4a6d-5ddc-8f11-3556356eef43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/330b3602-8c9c-5974-8160-2f0e47597017"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7dbcbe5e-fd1f-51ac-a000-12eb1df6f111"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1da70701-4a6d-5ddc-8f11-3556356eef43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/330b3602-8c9c-5974-8160-2f0e47597017"}}],"status":"accepted","resourceType":"Task"} +{"id":"f4ac0a99-872d-5a04-93cb-6d9c4268473a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008567"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7419db6a-093d-58a7-b961-7594daf86f6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/53e1de4f-c548-5577-b1b4-f555a2365340"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/551e4fab-5a2e-5aff-bad7-ebd0ef1a9c70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f09e036e-2a7a-5566-a8ba-06cb7739e697"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4ea89f6-5e5a-53a6-8b59-86d941d4638d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/551e4fab-5a2e-5aff-bad7-ebd0ef1a9c70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f09e036e-2a7a-5566-a8ba-06cb7739e697"}}],"status":"accepted","resourceType":"Task"} +{"id":"3ab52277-b817-547b-a3e1-b160bcc10779","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008568"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/30fc5ae2-ae73-5b99-a039-8dd7712db15e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/35e202a4-d2e1-549b-938d-c4ab3bdcce4a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e3ca0f5-8719-552f-8186-a7214f1fff83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5616ba3-2691-5344-9da0-d7f39b1b9596"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cb3d114-cb9d-5d61-8fdc-9991a4f26633"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e3ca0f5-8719-552f-8186-a7214f1fff83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5616ba3-2691-5344-9da0-d7f39b1b9596"}}],"status":"accepted","resourceType":"Task"} +{"id":"cb556542-d21f-5fc7-918e-047ce07b25fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008569"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c95fe7c9-95fc-524a-8727-75bdce0693f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0a4da264-3923-55a0-a7a9-dcb8fdde0798"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82990ae0-76b6-5c08-a449-c5df3759e536"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ab2bcba-e5c3-5908-bc71-fc2630a55cd7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c8d0bca-426d-5521-bdd1-21e3b4a94e95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82990ae0-76b6-5c08-a449-c5df3759e536"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ab2bcba-e5c3-5908-bc71-fc2630a55cd7"}}],"status":"accepted","resourceType":"Task"} +{"id":"62335f72-12c0-5358-80a1-32bb13d41373","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008570"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/521bd4e1-d175-5f7d-a2e4-1076243bd4ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/856f935f-2751-5895-8b6c-0571b1772d89"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/811f7c24-80d3-5a62-881e-89597b660404"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9aa1525b-fddc-5e78-9c14-cc5129505c86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d68384ae-8611-5b95-b6a6-40702282360f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/811f7c24-80d3-5a62-881e-89597b660404"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9aa1525b-fddc-5e78-9c14-cc5129505c86"}}],"status":"accepted","resourceType":"Task"} +{"id":"bbe26ffb-299f-51b6-880d-e4346d84189a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008571"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4783bb77-eeba-5f0f-8f2f-f47a3d7b0296"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a132f50f-add3-5b7c-9927-99c237bc87b9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6628f77c-b69a-5d0a-b676-513c09d82cfa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f1efc1d-9e50-5cd6-b7c7-0ce46a275697"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b6b1d60-3446-53aa-937f-8dd111f53dd5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6628f77c-b69a-5d0a-b676-513c09d82cfa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f1efc1d-9e50-5cd6-b7c7-0ce46a275697"}}],"status":"accepted","resourceType":"Task"} +{"id":"b4cbc6b7-cf8f-5e07-b2ba-4db9068b9510","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008572"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/26bd3251-2a55-58c1-91c6-1216a70c51ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f7be2bd1-2bb4-5aa5-b13f-fb6cb009eca8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8bf374d6-d4d7-57d2-a038-113ce74b45d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74d2cb4c-e5bf-56b8-846c-016b32f24e51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/351827c4-795e-52e5-ab1e-427a5863d437"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8bf374d6-d4d7-57d2-a038-113ce74b45d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74d2cb4c-e5bf-56b8-846c-016b32f24e51"}}],"status":"accepted","resourceType":"Task"} +{"id":"40c203fe-115f-557c-ae70-4fda505d91ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008573"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a874914a-cc1f-5c61-94a9-f7c8b4a5239a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d0ea8af6-47f1-5682-bcd1-7ebb9e480c1c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b1914c0-4760-52c9-b423-c5e21cc47927"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0db97fe7-e87f-5bee-a448-d368bb22d9f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aef63d04-7646-5782-a5d8-4d0ce64088a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b1914c0-4760-52c9-b423-c5e21cc47927"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0db97fe7-e87f-5bee-a448-d368bb22d9f1"}}],"status":"accepted","resourceType":"Task"} +{"id":"0112a289-f1e2-5b3d-a227-38299a586d9c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008574"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bb7186c0-3e73-5338-ab66-1908427f02d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bc48f60d-cee0-505c-a445-2555dbcdc879"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7f88838-0db1-571a-8031-4ac2fa7edd1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16a35583-720a-5d77-a44e-0038417e5a53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f5872ce-6b5f-5668-9366-21c60dc15de3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7f88838-0db1-571a-8031-4ac2fa7edd1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16a35583-720a-5d77-a44e-0038417e5a53"}}],"status":"accepted","resourceType":"Task"} +{"id":"b97334e1-cc75-5f01-a840-656c17999daa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008575"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ad9770e0-3826-5c53-a42a-a0a1aae298ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9495a743-b2d4-58db-891a-92142114ed36"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52dbddaf-20d4-54c7-9d30-2c5bc5ff6f7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64f0cb54-4ad0-5509-94e3-64f94d89dd3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46bcafe4-07b4-5d85-ab8b-ffe9fa429da3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52dbddaf-20d4-54c7-9d30-2c5bc5ff6f7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64f0cb54-4ad0-5509-94e3-64f94d89dd3a"}}],"status":"accepted","resourceType":"Task"} +{"id":"d0381552-f570-5c13-923d-ab60c4ee9707","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008577"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4ba4d87a-7579-5fd1-9be9-e65275b9d1c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c48e89ce-6bdc-5578-846b-12dd5ce7aa05"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05dfaa19-926a-5237-be9a-cc979c177cbd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80dd78e1-36b8-501e-92ee-44d447826d61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe32800c-3cf0-5e76-8e21-c53402c8014d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05dfaa19-926a-5237-be9a-cc979c177cbd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80dd78e1-36b8-501e-92ee-44d447826d61"}}],"status":"accepted","resourceType":"Task"} +{"id":"a23beb25-9a2c-5a88-93b8-603596dcf646","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008578"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cd7ca8f4-9f62-5583-a40c-b51b481f9cd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5082fe19-3f64-5995-8c7b-197c9bc3b259"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eadf31c3-a38a-5a8a-ac2c-b87b8157b17e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33360565-9825-5cbf-b43c-c32d16269bd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c72c039a-1d8a-56e0-bd71-246f7addbd0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eadf31c3-a38a-5a8a-ac2c-b87b8157b17e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33360565-9825-5cbf-b43c-c32d16269bd1"}}],"status":"accepted","resourceType":"Task"} +{"id":"f2e289c1-6c9a-539b-a862-cd777c57c234","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008579"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2515d591-1f27-563e-a807-1fc7cfb87793"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/743eeda0-3873-5cda-b203-82cfa7959ff9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f499e676-3ea2-5838-b3d2-50d1f5ae526e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e3bbb3f-0f04-5d22-8ca2-cb59fcac05a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e959454-a370-5277-af01-dea9fb6ef607"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f499e676-3ea2-5838-b3d2-50d1f5ae526e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e3bbb3f-0f04-5d22-8ca2-cb59fcac05a2"}}],"status":"accepted","resourceType":"Task"} +{"id":"e0ec9baa-8dce-5745-b847-65404f255976","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008580"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eac4a458-0070-5f16-ba42-ec33effcbfd4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/65035107-77eb-5bdd-89ad-801c2051baa1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0501aafd-c363-5091-a108-e9acaf03b30e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e045351-9297-5f6f-8661-91489a0affe7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fdf107f2-43aa-5be4-97a1-8260a958e7ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0501aafd-c363-5091-a108-e9acaf03b30e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e045351-9297-5f6f-8661-91489a0affe7"}}],"status":"accepted","resourceType":"Task"} +{"id":"2920332f-857f-5d79-b2f7-64cd3085e817","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008581"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1f13f5e9-dbe6-5d75-b006-70c3831414c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bf69e31c-7d5e-5f44-98c4-eb9073c39926"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98afc66b-b224-5724-b067-236b44cda304"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d51338cc-1072-5ac3-b77b-c0335f38c179"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44e08ea3-34dc-55f8-95a6-a80097eef4e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98afc66b-b224-5724-b067-236b44cda304"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d51338cc-1072-5ac3-b77b-c0335f38c179"}}],"status":"accepted","resourceType":"Task"} +{"id":"5bf61522-13be-5309-8cba-67196e17918b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008582"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/88a08c1e-c1da-5501-aaf0-bd09265ef6d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/94960853-704c-55a7-89e1-61cb5cbdda63"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da2f9aab-e7ff-58bf-a70e-c2fb80146ef7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/801e58bc-889a-54ed-9753-770bb0597217"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9dec6d0-7037-5a8e-98d1-76f08fa032c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da2f9aab-e7ff-58bf-a70e-c2fb80146ef7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/801e58bc-889a-54ed-9753-770bb0597217"}}],"status":"accepted","resourceType":"Task"} +{"id":"fb9047ed-69a5-5809-b8c3-fb9afdc3d161","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008583"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1b418e4c-dc50-5220-95bb-77fe8dfcc669"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/931135ac-d94a-5e4f-bb74-85de433bc7ad"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be2f4921-f173-5d10-bcbc-e04e18d7446a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84442faf-c599-540a-91d5-1ad5c47df291"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc6bdbfc-a634-5148-80e9-d7e98c9aa9e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be2f4921-f173-5d10-bcbc-e04e18d7446a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84442faf-c599-540a-91d5-1ad5c47df291"}}],"status":"accepted","resourceType":"Task"} +{"id":"406fffc0-207a-510c-b36e-5cfcc5572614","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008584"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3aa76038-b0ca-5e21-83b7-14d322e3bd70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e1c9eee0-2f88-59d4-90d0-ab8b104cf1d1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af72b9cf-fae1-5f30-9d64-afe859d9dfd9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc263bd0-4337-5e86-92e1-228d4c46c5fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa242ae6-314e-5c1e-add1-bb5c87c784c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af72b9cf-fae1-5f30-9d64-afe859d9dfd9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc263bd0-4337-5e86-92e1-228d4c46c5fd"}}],"status":"accepted","resourceType":"Task"} +{"id":"edfcbb10-393c-5dfd-b662-b27eb848cd27","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008585"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4d1793db-2ba1-58d5-bb73-7c6aeaf2d5d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2433183d-ae3c-5a4d-aecd-0495cb0f0533"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0669c19-fe8c-5303-8cbf-e5319615666b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff43652e-5998-5038-8393-966915a7422e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81da8e78-f4ec-511b-8953-f46e6331c792"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0669c19-fe8c-5303-8cbf-e5319615666b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff43652e-5998-5038-8393-966915a7422e"}}],"status":"accepted","resourceType":"Task"} +{"id":"b0bd3064-cb38-5fb6-afe1-19fda54dcf98","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008586"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2d9bad7f-6654-5667-b7b4-e8c72202ca8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4435bb5c-8964-5fae-a3d4-a8e50621180e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8123100-ae25-5c5e-a2b4-b82f7e6bb470"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6882651f-da5d-5200-b704-7edaaf600313"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9cfabf8-7983-56a0-90bb-38cb5cff88a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8123100-ae25-5c5e-a2b4-b82f7e6bb470"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6882651f-da5d-5200-b704-7edaaf600313"}}],"status":"accepted","resourceType":"Task"} +{"id":"40151e96-ef7e-53c9-80dc-e7edcf633c52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008587"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c7d2bb0a-ce4c-5ca1-a273-fd61aa0fe635"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1514a62d-5327-503b-b548-20afd71fd64f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28e5a4a7-c2c9-59e5-b580-c5d0ab822551"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0d827e7-17a9-5548-86af-0d19a185d361"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3fb45e20-35a3-5dd5-b260-09fbe6e3e3be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28e5a4a7-c2c9-59e5-b580-c5d0ab822551"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0d827e7-17a9-5548-86af-0d19a185d361"}}],"status":"accepted","resourceType":"Task"} +{"id":"b3f53394-8cdc-52e9-9c9c-24fdaf61c156","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008588"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6fbb8408-1708-5a07-91a9-7b0e3625ebfb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0a632e26-fb6c-5aec-ae8a-3113eb03ffa4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e06db93f-c460-5624-b14b-c43a1c08e256"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71f0e97f-3a80-549d-a326-09965fae4581"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e7aceb1-3bd4-52e1-a928-ae43d88d6eb3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e06db93f-c460-5624-b14b-c43a1c08e256"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71f0e97f-3a80-549d-a326-09965fae4581"}}],"status":"accepted","resourceType":"Task"} +{"id":"70c63a51-447b-5e4f-8a57-5ecf7cb12c23","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008589"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/889326f9-e383-57e9-a0bb-a54e915cd3e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/648d1f8f-d532-5fc7-a430-bd5a0b92dce0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c520c11-bcc1-5646-842e-0d805da31ea9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc8bcb7c-c24c-509a-800c-02f4029dd6bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/047e3831-af0f-5eeb-b66d-6e76b0e01cea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c520c11-bcc1-5646-842e-0d805da31ea9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc8bcb7c-c24c-509a-800c-02f4029dd6bd"}}],"status":"accepted","resourceType":"Task"} +{"id":"79bd91e3-e448-5022-b839-b7212ea6b701","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008590"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ea46167f-3423-5d68-ab28-e3d23c450584"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cfffd2d2-74e0-582e-abcc-7e1c04faaa2d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe24fe88-1482-510b-bb41-90212142f365"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2375a1a-eeb0-5f92-9153-13049dd06844"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9748132-8ec6-5e42-9e2d-d82fde3472df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe24fe88-1482-510b-bb41-90212142f365"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2375a1a-eeb0-5f92-9153-13049dd06844"}}],"status":"accepted","resourceType":"Task"} +{"id":"20738a14-633c-5f3d-b0f0-640a3092a6ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008592"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/446b72d0-573a-5267-af45-c60feab32113"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8479daae-19d7-5f42-9fdc-c1f13be14699"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5937339-fd06-5f7d-822b-070ede8c6180"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a86de85-56fa-5f41-9de5-48c6410fd324"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99f334b5-598c-5bbf-96b5-270f5cf531c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5937339-fd06-5f7d-822b-070ede8c6180"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a86de85-56fa-5f41-9de5-48c6410fd324"}}],"status":"accepted","resourceType":"Task"} +{"id":"70006b91-d45b-5604-bd25-7f0e48b69211","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008593"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/285ddbd7-754d-5040-83ef-3c5a9a2ec307"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ad5a3a16-6dc9-50bb-ab83-f9810e0a02ab"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c03e5729-4e6f-5b24-b6cc-6f1350b8aaae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c908856d-e3f7-5048-97c0-8b480bc951dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2aa04b81-3537-51fc-8129-853061f5caa8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c03e5729-4e6f-5b24-b6cc-6f1350b8aaae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c908856d-e3f7-5048-97c0-8b480bc951dd"}}],"status":"accepted","resourceType":"Task"} +{"id":"3a17559b-669b-5b5f-956f-b018621eed6c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008594"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/27359520-71da-5825-a9d1-458e2bc14227"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cd84b2a0-d4ed-55a0-91b7-887a9cb6dd85"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32fe2db6-fc3a-5dde-b1ea-a0d2245e287b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e926d41-48e7-5b83-bfa5-53abe33bfd51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/657465f9-24c9-5f71-b880-c7fe2d0ac74f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32fe2db6-fc3a-5dde-b1ea-a0d2245e287b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e926d41-48e7-5b83-bfa5-53abe33bfd51"}}],"status":"accepted","resourceType":"Task"} +{"id":"88bcc11d-bb48-5a1e-b1df-3d848bea57a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008595"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c1882070-09ef-5d98-b2ae-8968a319d771"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6f0b155a-e238-5e65-a8ee-a97c9cfbd80c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e961135-ba52-5956-b0f9-6f008f496f20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e500530-db28-5253-b5ac-b1f2cf8d0442"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5d5084d-627c-516a-a141-830ebb4b8aef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e961135-ba52-5956-b0f9-6f008f496f20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e500530-db28-5253-b5ac-b1f2cf8d0442"}}],"status":"accepted","resourceType":"Task"} +{"id":"7268d7b7-e670-5903-909a-e1494933b37b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008596"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0cb7c2fc-9b61-504f-ae00-66900a38e913"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fe02d086-d52f-596f-8224-1fa90a29a4ee"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db6aacd5-9e5d-52bd-af08-c58c03d0e9bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e976b349-40cd-595f-847c-d48bb602354b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88528b0f-93b5-56c0-8997-2b6074e9f2c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db6aacd5-9e5d-52bd-af08-c58c03d0e9bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e976b349-40cd-595f-847c-d48bb602354b"}}],"status":"accepted","resourceType":"Task"} +{"id":"9285beb5-bb2c-5d4c-8c8b-f8fb574d9d23","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008597"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/282453e4-32a8-5326-a5fd-9ff661eb2279"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0fc24f78-720c-51d1-a750-38bd57252bb0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c085f62-9be2-573c-9a8a-401d11b5c8ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1842e8d9-6ab7-5cab-925c-523715642b0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8653d8be-f382-5ab5-a3ed-f4e7f7b21921"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c085f62-9be2-573c-9a8a-401d11b5c8ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1842e8d9-6ab7-5cab-925c-523715642b0c"}}],"status":"accepted","resourceType":"Task"} +{"id":"497363f0-cc8e-5c46-b91f-197eb9a429f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008598"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b388d6a1-c075-5f40-a730-7d45a17a6027"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bb274d77-66f1-5e2e-a4cb-c494ebdb60ca"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cf29f22-5fdc-5fed-9708-a14727a0c982"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9eb666a4-fab7-5e6f-81bf-6657d620accd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ec5c1f5-c3c4-561c-b515-64b55d324c9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cf29f22-5fdc-5fed-9708-a14727a0c982"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9eb666a4-fab7-5e6f-81bf-6657d620accd"}}],"status":"accepted","resourceType":"Task"} +{"id":"aa56c50b-5d55-5a2b-8c83-ea8c60cfe6df","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008599"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/46c78b29-221d-596c-a118-230195176aca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e7af90ba-03f6-505e-846b-28fbed99f897"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e987a4e0-c016-5730-881c-10d3ed0208ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9c5b235-c1c4-5969-add9-c1a131135980"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efbe3739-4ef0-563c-9503-df18393d938b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e987a4e0-c016-5730-881c-10d3ed0208ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9c5b235-c1c4-5969-add9-c1a131135980"}}],"status":"accepted","resourceType":"Task"} +{"id":"1f45bd33-6eb2-51c9-b5a2-f70f6817e5fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008601"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8ddd26ab-ee6c-5599-858b-8f3780248e0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/25a93ef0-ca02-5e3f-b1b4-06a28f61c2ec"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3f51485-2b49-53ff-951d-b6e8e8a84d18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3fabb2ad-c382-55c9-a3c3-79ff65a5a811"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77e57e26-e037-575f-931b-dbd24e89a1d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3f51485-2b49-53ff-951d-b6e8e8a84d18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3fabb2ad-c382-55c9-a3c3-79ff65a5a811"}}],"status":"accepted","resourceType":"Task"} +{"id":"38fafcdd-2084-56be-9e5b-25225cfbedf1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008602"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8189f1ed-edd5-5edb-b192-8779c34941e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d69990cc-aa81-5712-b76f-5fb906857426"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7812fa8-2615-5336-bd7f-f8e82009d944"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8ae6109-478f-5bc6-824c-1bbfa016f2f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aad4d4c9-be84-5667-9c81-24766a9eec8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7812fa8-2615-5336-bd7f-f8e82009d944"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8ae6109-478f-5bc6-824c-1bbfa016f2f3"}}],"status":"accepted","resourceType":"Task"} +{"id":"30ead4d2-05fa-58a1-9a4c-b268d47915fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008605"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/11a19463-7add-5baf-a422-ef894c881b77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/68cd107e-9b3b-5cd4-b11b-c946809dc5c7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36c9f2cb-9c0c-51a8-9ee0-d462ca061cc6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75a6aac3-f592-54b6-92e2-6744f91660ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06d76528-36e4-5e45-af08-f88e3d511307"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36c9f2cb-9c0c-51a8-9ee0-d462ca061cc6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75a6aac3-f592-54b6-92e2-6744f91660ac"}}],"status":"accepted","resourceType":"Task"} +{"id":"3b8b9a9b-467b-59e5-8670-51a747b7a776","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008607"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7195356e-2c26-55d8-88e2-46eaf824d798"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5a4bf62d-c992-5000-83bc-78893b6fcaf7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1f1c3d6-bcc4-5d92-8599-f6765e3a6f57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9fad2be-d540-5244-a734-0561fde83ba6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/254c4b36-3605-5fcb-b724-c0db99f623e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1f1c3d6-bcc4-5d92-8599-f6765e3a6f57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9fad2be-d540-5244-a734-0561fde83ba6"}}],"status":"accepted","resourceType":"Task"} +{"id":"3947ea6f-9d85-534c-95a5-abe16e0a3e80","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008608"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b604e83c-7946-5341-8168-c2595ff6a677"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f03ba0d3-9298-5972-b95c-53f61ed7cbfc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/796cf3f6-3754-53a8-8893-238e529af25e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4932fef3-1302-514e-b31b-7a4c3976ef8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/483e8564-0309-5a1a-a98a-f7254cb5dca2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/796cf3f6-3754-53a8-8893-238e529af25e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4932fef3-1302-514e-b31b-7a4c3976ef8e"}}],"status":"accepted","resourceType":"Task"} +{"id":"f168da1b-d548-5a66-9005-5d986103d478","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008611"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/24d4171e-0cb0-53f4-a9e4-06b977f17705"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fd670a2f-afc9-58e2-9378-b90f5369b7a7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/415acf3c-ffa4-5106-b782-1c1450807149"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88f02091-81a8-5a27-be0a-9cbb39a49eae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49ced2ff-b5f5-55bf-81e2-bedf7c106d45"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/415acf3c-ffa4-5106-b782-1c1450807149"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88f02091-81a8-5a27-be0a-9cbb39a49eae"}}],"status":"accepted","resourceType":"Task"} +{"id":"e98e5125-ef7d-5b96-b01a-11ba4c47ab18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008613"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/96118aa6-7d5b-54a3-b3bf-85e8751514b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5c443b62-f512-57b9-9874-ed1b121ee0ea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd429bb6-543e-599d-95b4-e80291478f3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/979b7a5c-aba3-54b2-b428-c21b9bb3fbd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a26a818-7ffc-58cc-baae-b89670dfbd96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd429bb6-543e-599d-95b4-e80291478f3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/979b7a5c-aba3-54b2-b428-c21b9bb3fbd8"}}],"status":"accepted","resourceType":"Task"} +{"id":"5942c0f3-90eb-5045-98e8-bb66e17ca6a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008614"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5b9a1050-6f72-5b9d-9c4d-8339d27e2443"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cb3e90b9-dcd3-5949-a0c0-09dc1d975cd1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dabcfd00-001c-5fc2-aabc-f483bc822a0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7a17001-ff39-57b0-b532-ee6fddb63542"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e438721-d651-50dc-a33f-b438efb3d7b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dabcfd00-001c-5fc2-aabc-f483bc822a0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7a17001-ff39-57b0-b532-ee6fddb63542"}}],"status":"accepted","resourceType":"Task"} +{"id":"76fa4634-f9f2-56ed-8617-3029a38b0812","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008616"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/23c085b7-3387-58bc-9a82-18c5d2b7a690"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6efab26b-4b21-51f1-8be8-60f7fba5ffe8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/970f1d99-ebf9-52dd-89f1-c0be8c628512"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5fa4e935-412b-553f-aa8e-4cbd56e3a776"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f144b14-0f50-5c12-b2ab-c82f0353a3d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/970f1d99-ebf9-52dd-89f1-c0be8c628512"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5fa4e935-412b-553f-aa8e-4cbd56e3a776"}}],"status":"accepted","resourceType":"Task"} +{"id":"a3ba7919-27ee-544b-8a59-721f7ad4c42c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008617"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4b1c1f12-8134-54ff-8dba-a2cd5e6560cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8d0ba837-b3e0-5427-a189-06b5888dba17"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af8f60d9-4ab6-5532-9b04-d8e2ec824308"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9130782a-25ab-5f0e-aaa3-639a0bff5ac6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3c61628-6d3e-5eb8-a619-d57500cf4541"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af8f60d9-4ab6-5532-9b04-d8e2ec824308"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9130782a-25ab-5f0e-aaa3-639a0bff5ac6"}}],"status":"accepted","resourceType":"Task"} +{"id":"985f9e07-606d-5558-80e0-68b604bd933b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008619"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cec81b36-f4f7-5879-8362-58ea25e3717c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1d98791b-91c6-5895-a94b-09bb37cbd629"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc28a9bb-ed72-5e0b-9790-6e6fe67d7239"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a31fbebc-586b-5465-80a6-44f91c95d999"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b675b2b-ad31-5774-8d98-403ae896fa2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc28a9bb-ed72-5e0b-9790-6e6fe67d7239"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a31fbebc-586b-5465-80a6-44f91c95d999"}}],"status":"accepted","resourceType":"Task"} +{"id":"a6f00348-5cea-55b2-887a-5c367059b010","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008620"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6bd428d3-51e4-5d90-8eba-e87798534c49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5cc8b725-c248-5f68-b8f3-9780556eef61"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2dc7e65d-3284-52fc-9a81-4d58500087b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c298e1b2-edc2-5292-84ce-5a3921231c8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f32434d7-fb54-57b4-afc7-2817083639d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2dc7e65d-3284-52fc-9a81-4d58500087b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c298e1b2-edc2-5292-84ce-5a3921231c8c"}}],"status":"accepted","resourceType":"Task"} +{"id":"de153e35-62e7-514a-a0db-5f185c24e5ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008622"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f9e8d084-14ac-55e9-8c52-86b5bd910529"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c1494e73-7f51-5f6b-afa0-26ae70af5bef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5023905b-b430-5d4d-86b1-085bfc89c36c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8a60eb4-7d2e-5e21-b32c-2ad24112e0ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20c26f0b-4b4b-5b6f-b1ba-a68f9e001d82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5023905b-b430-5d4d-86b1-085bfc89c36c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8a60eb4-7d2e-5e21-b32c-2ad24112e0ba"}}],"status":"accepted","resourceType":"Task"} +{"id":"a82db978-c31e-599a-a108-6d7bebed3197","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008623"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5d2c3c20-d705-5aa3-b67b-328fa1710c15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b412cd88-4b86-50bc-bebf-556368e69c2e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f1d585a-dc66-584b-bae0-5b18d9fabba7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1a1014d-333a-5035-ab3f-59c946dcdde2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19eccb35-4459-5159-88e1-82034b80a7d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f1d585a-dc66-584b-bae0-5b18d9fabba7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1a1014d-333a-5035-ab3f-59c946dcdde2"}}],"status":"accepted","resourceType":"Task"} +{"id":"36758c8a-8ab4-555f-ae56-f04097a87634","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008625"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/11ce8791-fc83-5b85-882b-e0ce3983c82d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/df9369b2-dfa2-5805-bd61-15714ffe1418"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c4c347c-d075-5f18-b207-41e029a02d71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/970b8d12-41ab-5802-8e45-f8bd683d1bea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16f448e8-606c-54fb-96f3-20f617640da4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c4c347c-d075-5f18-b207-41e029a02d71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/970b8d12-41ab-5802-8e45-f8bd683d1bea"}}],"status":"accepted","resourceType":"Task"} +{"id":"8acbfaae-2ede-5725-86d5-60789968e70e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008626"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0ef0f34c-150b-5539-9ab4-a2d10782410b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/30708473-4793-5c56-9670-8a61d84385cf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a30fb317-20ba-563c-9efd-8e85871206c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d047e442-daeb-5122-b74f-2230c6941655"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98f672a7-0da6-5285-b898-8ba9ab950736"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a30fb317-20ba-563c-9efd-8e85871206c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d047e442-daeb-5122-b74f-2230c6941655"}}],"status":"accepted","resourceType":"Task"} +{"id":"12da7dbb-3a35-57f4-81ac-1d65493dbadc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008628"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c65501c9-ca14-586b-a546-5789e4693764"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/448c33ed-472d-59e8-8b5c-191e5f5a4897"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbf987fc-fa51-5b8c-8d22-bb8ef329074a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2df03131-eb96-52f8-ac92-c4d13b413340"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c87c714-a2eb-5977-86e7-bb3b5aebde65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbf987fc-fa51-5b8c-8d22-bb8ef329074a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2df03131-eb96-52f8-ac92-c4d13b413340"}}],"status":"accepted","resourceType":"Task"} +{"id":"758a810f-f8e0-508a-a3b3-64f65e1faec3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008632"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e75b099e-9bf3-5140-bf82-438e3bb05622"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/06c394f3-ec44-5a19-a090-4c43c63baa9e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/052ad075-6d41-5957-9f4f-054a49fd9c3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14f83478-9b04-5176-9935-b6b424aeef63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53c8e8af-73f7-50d4-858c-3364ba4991d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/052ad075-6d41-5957-9f4f-054a49fd9c3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14f83478-9b04-5176-9935-b6b424aeef63"}}],"status":"accepted","resourceType":"Task"} +{"id":"a55bd16f-e8f6-51c2-93c5-2b6977c28795","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008634"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/18d958e9-e31b-5c0c-80d3-6f0c870ed6b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7cd3029b-187e-5437-973d-9a7ff414a9d2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c2562af-b9ca-5de1-a60f-57d827370a6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/295eabd5-42df-50ce-8f84-023710a67fbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6f65302-14ee-5cce-922f-fe8dc9935546"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c2562af-b9ca-5de1-a60f-57d827370a6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/295eabd5-42df-50ce-8f84-023710a67fbc"}}],"status":"accepted","resourceType":"Task"} +{"id":"67a8c425-aa0f-5384-819f-1a9edfa19804","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008635"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/780adfee-f28e-5ccc-9d3f-c5b4ea5ec285"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/caa44df4-d556-5e5b-9f02-160147915d92"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b284e652-5ada-5b1b-87a7-53db02a67892"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6b4c7f1-2040-5dd5-bce2-ca8ad0ef621c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f62eb37a-a169-565c-b097-0b1eb698a6ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b284e652-5ada-5b1b-87a7-53db02a67892"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6b4c7f1-2040-5dd5-bce2-ca8ad0ef621c"}}],"status":"accepted","resourceType":"Task"} +{"id":"6a7c11d4-35ad-5135-8ff5-350c79626776","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008637"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/360d1a3c-7226-5490-a86c-f022e5091e68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/be483da8-78fe-5183-9ffa-c5aaec676061"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b878506-0aa4-5601-a200-826028e1f57e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05e13a02-773d-5862-b97a-773edb0552b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79234be2-4b39-58f7-b7b8-159119530072"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b878506-0aa4-5601-a200-826028e1f57e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05e13a02-773d-5862-b97a-773edb0552b7"}}],"status":"accepted","resourceType":"Task"} +{"id":"2032b672-d4c3-5b45-8937-b5a5cfb59127","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008638"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2a58a6ab-1e7d-5195-b647-25c25dacde2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/867d1c8c-45c8-5f64-b3b1-5b6808bbb9da"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/207cb591-77fb-5624-8200-929ea31fa5d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cf15b62-e788-550b-948f-bdf295b917dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47cc56f5-f8ec-5eea-aeab-9012626ec346"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/207cb591-77fb-5624-8200-929ea31fa5d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cf15b62-e788-550b-948f-bdf295b917dd"}}],"status":"accepted","resourceType":"Task"} +{"id":"c32ded52-c8ba-54f6-9852-8d18a373887b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008640"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/88d773fc-82c1-5ca6-9eea-1e8bd1e862d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/42da1f74-3148-50ef-99c9-967419cbcd6e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d59ba37d-ceed-55de-8369-9144c9b25e9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f7c5375-f75f-5384-84a0-9032b68f140e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f0e1a11-b9e6-5c3e-bcca-3fd53b9f914b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d59ba37d-ceed-55de-8369-9144c9b25e9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f7c5375-f75f-5384-84a0-9032b68f140e"}}],"status":"accepted","resourceType":"Task"} +{"id":"a15f4c8c-cc44-581e-9664-40971023aaea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008641"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/23cb50d2-7a8f-5eac-bbfa-7c36a090828e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e31de9ed-0d67-5567-bff9-c04e545f52f7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86eab52f-8dd3-5abb-b008-8dc46a845827"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64e74b00-0e67-5986-a3a1-a71ba9bd22c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f812cb0-fac3-5ef3-ab23-bb8952ae130d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86eab52f-8dd3-5abb-b008-8dc46a845827"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64e74b00-0e67-5986-a3a1-a71ba9bd22c9"}}],"status":"accepted","resourceType":"Task"} +{"id":"dcab56b1-2e49-5d07-8566-8221c82ec94b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008643"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/66e5d2ce-5edf-59a7-9763-f267dbd815ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/87675bf2-fff9-5370-b77d-04ff78047142"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a97151e7-1b4d-5f69-a910-1ca0dbb07d2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/613b00b0-4267-522d-a7da-54f125f0e40b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a01c200-4d19-516a-af21-10162324b109"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a97151e7-1b4d-5f69-a910-1ca0dbb07d2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/613b00b0-4267-522d-a7da-54f125f0e40b"}}],"status":"accepted","resourceType":"Task"} +{"id":"10738659-050f-5912-a57c-5776a6ed6eb1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008644"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/62b85d73-1e41-569f-b978-4433a2840988"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b436c6e8-b1b7-5d8a-a9c5-d32ad298452d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41516116-a626-553f-a30f-1170474817c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43b9b762-d41b-5290-bff1-b6cc8959fea6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7b39d44-f5e3-5bad-945a-004c0baa724e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41516116-a626-553f-a30f-1170474817c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43b9b762-d41b-5290-bff1-b6cc8959fea6"}}],"status":"accepted","resourceType":"Task"} +{"id":"df83a5ae-3899-5d4e-a1de-2033a2169d12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008646"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0cbeb49d-0530-55ed-a937-65d13ebe9034"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9b834e00-4a12-5d86-9f96-52046cab79ff"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d29c2279-ab76-5a99-9ad3-adffd0ca29d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c753025a-3b91-5bea-b793-82f91cb93792"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6343862d-6f8a-5b7f-88fb-17178f597938"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d29c2279-ab76-5a99-9ad3-adffd0ca29d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c753025a-3b91-5bea-b793-82f91cb93792"}}],"status":"accepted","resourceType":"Task"} +{"id":"21eb7295-f0c1-5c6a-ac46-7eb98a8adaac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008647"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4209e1a6-6131-59d9-bdf8-26912e608ab9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/96b765bf-509b-5f72-8f1e-d68816a91075"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1927e9f-2f35-5f4e-ae7e-abfdfd642930"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95a79130-e53b-523d-969d-5cf66b61aa4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c614d8f-4b0c-5a36-8d5b-28b460b6dd0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1927e9f-2f35-5f4e-ae7e-abfdfd642930"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95a79130-e53b-523d-969d-5cf66b61aa4d"}}],"status":"accepted","resourceType":"Task"} +{"id":"a992b14a-c99c-5b76-b0f5-73c6b3a08863","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008649"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a6ff0fda-76b8-5b23-814c-4504397179e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c1dd7d45-781f-5ec1-b859-a48d8746ce79"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/049d771c-9ede-54df-8fcc-f31ebcb0dc58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b696473-500c-5214-910d-ff4bcded606c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c8afff2-5b77-5f4a-a181-bbc23c48968c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/049d771c-9ede-54df-8fcc-f31ebcb0dc58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b696473-500c-5214-910d-ff4bcded606c"}}],"status":"accepted","resourceType":"Task"} +{"id":"06370e44-cd1c-56c6-bb7f-8c0c96c05278","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008650"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/416182f8-f936-54db-acea-c0aa0b089693"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/786184e8-66c3-5d4e-b477-811d10bcff82"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1cded2b1-5a71-53cc-a2d8-128f99359eff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/629673de-f447-5f3b-928a-54d7ae57f9a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18d4a305-a99e-5ba8-a34b-e87c35f07466"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1cded2b1-5a71-53cc-a2d8-128f99359eff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/629673de-f447-5f3b-928a-54d7ae57f9a9"}}],"status":"accepted","resourceType":"Task"} +{"id":"90e798fb-2f99-52ff-b415-f960914278cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008652"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d76a9192-8b78-587d-bd8b-fd7bbc8be47e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cb9647cf-f770-527e-8697-5904b878d28b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9cdf451-aa87-5b7b-8fe0-ba8e990973ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5bb82452-8bd2-5928-854c-b5533f0d4031"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1813d391-5c3c-5a3f-ad2e-04709a927d0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9cdf451-aa87-5b7b-8fe0-ba8e990973ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5bb82452-8bd2-5928-854c-b5533f0d4031"}}],"status":"accepted","resourceType":"Task"} +{"id":"c619b1e1-aa31-56d6-a442-8f30fd7b960d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008653"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/80a915b3-2577-59f5-9a0e-d5d9378407b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8f019a66-2025-59d4-8fea-c4a0e7b49988"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/627fc246-c4c8-5794-bcef-97dc8f7bb4a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e37aa0d-67eb-551b-8b59-0e5da3260b74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/415d9977-8c81-59a0-91e5-80c045265570"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/627fc246-c4c8-5794-bcef-97dc8f7bb4a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e37aa0d-67eb-551b-8b59-0e5da3260b74"}}],"status":"accepted","resourceType":"Task"} +{"id":"2b5ff9bf-db16-5983-a8a1-3bebe02824cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008655"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d6607d96-a6ae-544f-ae8a-d73be6cf93e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ce0f973e-cacf-5781-bb31-fc4934415893"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb6adb58-6be0-5921-bcd9-3bc112c74d2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0290e1cc-2647-53f9-99f1-d309d2951ed1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4aa57f17-48bc-5e41-a7b7-573c6acd0f7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb6adb58-6be0-5921-bcd9-3bc112c74d2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0290e1cc-2647-53f9-99f1-d309d2951ed1"}}],"status":"accepted","resourceType":"Task"} +{"id":"828ff562-3e1d-5b7e-a5fb-64d68f369a42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008656"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e284ec61-c605-51b4-9217-0cf7b80b9daa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1ddaa1ee-f456-5766-86bd-c4db091afead"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ae37049-884f-5998-ba34-1db22efed32a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b35c228-e506-5c52-98e3-596f2e75345a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69f1fa69-942b-5890-9183-1fc9367df867"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ae37049-884f-5998-ba34-1db22efed32a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b35c228-e506-5c52-98e3-596f2e75345a"}}],"status":"accepted","resourceType":"Task"} +{"id":"97a4e00b-34bf-5ced-8689-3d92dc08d7aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008658"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/110dac5e-839d-5b06-a0c6-5abccaf5e3e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/90877491-6d49-5a7e-96cd-6fbca1afd11b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/474fdf2e-a8e1-5984-a139-87a126b1f1a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b9c0382-791e-5339-ba94-7613f6704b84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76fd61d2-e080-5ecd-a401-5d1837128e23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/474fdf2e-a8e1-5984-a139-87a126b1f1a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b9c0382-791e-5339-ba94-7613f6704b84"}}],"status":"accepted","resourceType":"Task"} +{"id":"2377b818-8926-59cb-8c0b-9029310862e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008659"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/01827160-5853-52f4-9161-9e903b8a62bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ecd7bc11-91d1-592d-bebb-4732582406d8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5b213a3-8c63-5114-abca-54f2a1e9c45b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fdc7ed2-2f17-5ac0-abb2-9ee277f53f0a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af190532-4683-5bc0-b226-0a9efe819f9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5b213a3-8c63-5114-abca-54f2a1e9c45b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fdc7ed2-2f17-5ac0-abb2-9ee277f53f0a"}}],"status":"accepted","resourceType":"Task"} +{"id":"d1472a89-7313-5a41-92b9-c60b6b6b342d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008664"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/54714411-f02a-51aa-899e-6fb16d0abfdb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9b63b16c-fc61-5392-a249-ed427c3fc929"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51bb28f8-5603-5a4c-a4ac-ae26a5561ba5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/899ebe3a-df6d-50d1-a5d5-9e1e0e04ef63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/493d69e9-2f83-58e2-b2d0-4920eeebaef5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51bb28f8-5603-5a4c-a4ac-ae26a5561ba5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/899ebe3a-df6d-50d1-a5d5-9e1e0e04ef63"}}],"status":"accepted","resourceType":"Task"} +{"id":"999a2fc9-b983-55cb-9555-194420dfab2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008665"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2a14344f-6746-5d89-a146-a5ebe7d8317e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/097794bc-52b5-5b3d-a71e-324ce7adcca0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f975b63-e8e2-56ee-9581-8318c92d0d86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9e845aa-f6bf-5172-b667-7246261147f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15351f65-a054-531b-80d1-fa9ebb30ceaf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f975b63-e8e2-56ee-9581-8318c92d0d86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9e845aa-f6bf-5172-b667-7246261147f3"}}],"status":"accepted","resourceType":"Task"} +{"id":"76fa1059-7cc6-5c25-8a6a-2f6a8947a24f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008667"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a88388a1-605b-5344-98e2-5aa706930185"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/834d7745-5078-548d-8c88-f377556c70be"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a25bd2f-09d2-50b9-8c1e-518a53b913cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2d23acf-cc83-50b8-96e3-aee16ce512bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e311086-fd01-5240-8e65-f2bf8aa1face"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a25bd2f-09d2-50b9-8c1e-518a53b913cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2d23acf-cc83-50b8-96e3-aee16ce512bc"}}],"status":"accepted","resourceType":"Task"} +{"id":"453a025a-cc07-57ab-b654-ffaa1212205d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008668"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2a5cb961-c63f-5003-9f63-724d660a594a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/168f9d57-4fbf-5c66-b32b-2f3b026ee7d4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b98abbea-fcf3-52d9-9416-2613165ebd9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16f761ed-3781-5e7c-886b-2e86a9d29f68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70abae87-c01d-55e2-aff4-f51a487c4fd5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b98abbea-fcf3-52d9-9416-2613165ebd9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16f761ed-3781-5e7c-886b-2e86a9d29f68"}}],"status":"accepted","resourceType":"Task"} +{"id":"ca94febf-7796-5c8b-ab27-542bc9f6a068","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008670"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eda512cf-5341-56f8-932e-cdbf822b539b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b10de582-89a4-5b61-a514-7ce42d815bba"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd0772b0-2215-597e-b86c-c50f9aa7a38e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d66a5ce2-440e-5b48-9354-8fff4b7c0c6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1719f5c5-37de-5397-85ed-a11ae52c30df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd0772b0-2215-597e-b86c-c50f9aa7a38e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d66a5ce2-440e-5b48-9354-8fff4b7c0c6b"}}],"status":"accepted","resourceType":"Task"} +{"id":"9cab17ff-c746-5934-bf23-15e70b585599","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008671"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/38e53f34-b20e-5a9c-a7f0-d133ea07df60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/063b8fdd-8197-5961-82cb-1f4f5af357cd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/306df97c-bd73-58cc-87b8-bfc9c92a77d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97909b50-ced0-5f57-893f-a114186b5012"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54656523-e1b2-55df-acdc-dbc73ca3ac24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/306df97c-bd73-58cc-87b8-bfc9c92a77d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97909b50-ced0-5f57-893f-a114186b5012"}}],"status":"accepted","resourceType":"Task"} +{"id":"5d6477bd-f318-5bda-8a97-efa0c8ff357d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008673"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d86186e7-340b-542d-bb7f-ec0d2c80882f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0ba13f3a-6128-5ae0-8d9d-3ce03208045e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd21491f-0e8c-55fa-bd96-aebe3211bdcf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df42d3c0-85bb-57a5-9f65-ffdfe8e5ad0a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91e58542-491a-56ac-9709-32c34418ecb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd21491f-0e8c-55fa-bd96-aebe3211bdcf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df42d3c0-85bb-57a5-9f65-ffdfe8e5ad0a"}}],"status":"accepted","resourceType":"Task"} +{"id":"8c5e1263-4175-5ccb-ab17-57dc588a679c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008674"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e9cafcef-6254-5603-a622-0f4602b5bdc7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0b4b4eab-589f-5b89-9b21-8c963c1422f9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f2dd48f-e400-5167-8d24-d759fb19bb44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/284a6308-071e-5169-aca5-e729914ac7c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e52085ae-c03a-5c2d-bf05-82d4663fd06e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f2dd48f-e400-5167-8d24-d759fb19bb44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/284a6308-071e-5169-aca5-e729914ac7c4"}}],"status":"accepted","resourceType":"Task"} +{"id":"852d767f-5718-58cc-8bae-6dd31e6cf009","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008676"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/977987ed-8359-543e-ba57-dd834956a677"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4bf523ed-ddb3-54bc-9f68-29264b391c0e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/670df80a-d04d-57a7-8afb-2be6a4f99381"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9db3653e-d7ed-5155-8c1d-b1dd60b0520d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05b0571a-8cd6-5ecf-bddc-f28215a08c74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/670df80a-d04d-57a7-8afb-2be6a4f99381"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9db3653e-d7ed-5155-8c1d-b1dd60b0520d"}}],"status":"accepted","resourceType":"Task"} +{"id":"81c4777d-f7de-5b98-af05-46e73a0ff986","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008677"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/73e8b308-ab55-57f3-8679-4867ca04f7f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9a701203-8e3d-5d7e-b9f3-066c135b7b46"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e94f654-c49b-535e-ba8b-3bfd5b80936e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5b0f1df-9ca9-54bb-9d3b-dfe68f267e4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4cb9c153-8d14-5149-9e49-c788479e325f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e94f654-c49b-535e-ba8b-3bfd5b80936e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5b0f1df-9ca9-54bb-9d3b-dfe68f267e4f"}}],"status":"accepted","resourceType":"Task"} +{"id":"fc774e20-7a03-59a8-9084-db5f1af841b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008679"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ac0b92b5-afe3-58d0-b5db-eaea9630244f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d76dc186-41bf-5f3a-8dd2-89b1a6e64f08"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75d9f3f5-d9ab-5947-ab33-79b792c37943"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e82be11-d241-50ee-8d97-6ae33760cc23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5642df62-98fb-5771-a686-128a7c5f88ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75d9f3f5-d9ab-5947-ab33-79b792c37943"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e82be11-d241-50ee-8d97-6ae33760cc23"}}],"status":"accepted","resourceType":"Task"} +{"id":"fb632767-dd6e-59f1-bf03-17606c56ca40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008680"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c2be55f1-30bd-5013-8e72-e67f04ea7829"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a83ca366-7d14-5b1e-9833-609aca4b3c0c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a933d6e7-b80b-56b4-aae7-cd5a79fcbef9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca2d13b3-eb61-52b0-8463-42a714982117"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/418e4cda-7a91-5344-b873-3b40f97b2abd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a933d6e7-b80b-56b4-aae7-cd5a79fcbef9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca2d13b3-eb61-52b0-8463-42a714982117"}}],"status":"accepted","resourceType":"Task"} +{"id":"3df29250-7899-5302-a6fe-3f916e8b0a39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008682"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3e2ae326-9312-57f5-aabe-1ae58d82b591"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/84e708f2-8872-5f0b-9dfd-3d37c5379f29"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abdfe991-7495-51eb-8e5f-d40e1b3bfa44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b59c7ea-2c31-54f9-8155-ce7bd09c5338"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a0e7ae4-8e14-526a-88dd-d1ea9eacfec3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abdfe991-7495-51eb-8e5f-d40e1b3bfa44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b59c7ea-2c31-54f9-8155-ce7bd09c5338"}}],"status":"accepted","resourceType":"Task"} +{"id":"5ccf0b4f-cb1e-5244-b63b-93ffb0a9bdc0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008683"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6bd782c5-3518-5462-9093-e8f5b1b0e51c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9f33d958-5a53-582e-afcb-645af116da4b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2c306f9-f70d-5032-9740-56cd24265804"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7eaebdd-c809-574a-8dea-588d8fa94eb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6af36e85-e7cf-5973-8914-676f172c26ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2c306f9-f70d-5032-9740-56cd24265804"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7eaebdd-c809-574a-8dea-588d8fa94eb1"}}],"status":"accepted","resourceType":"Task"} +{"id":"b667615e-1a68-56fb-935d-63696368f456","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008685"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eba0ce52-4a74-575f-8ac2-db511abd78ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/291ed425-ad52-5cd9-ba04-0cb9e62d3498"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40e6a3ef-4ff8-593d-a54e-f1330979205b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d648169-fc37-558f-85f4-b18c148d62ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ca8ce7f-27da-563e-a959-3ac32e70fbde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40e6a3ef-4ff8-593d-a54e-f1330979205b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d648169-fc37-558f-85f4-b18c148d62ab"}}],"status":"accepted","resourceType":"Task"} +{"id":"f10bbbf0-521d-5615-a191-2f25bf1364c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008686"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/da9c9795-74fe-544a-8cb0-15d695719bd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/93f38479-95dc-5875-bb76-7561b7322142"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba53611c-e286-5185-b3b3-2b7399cf9c48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb4c8d36-9357-5d17-b4e2-af5a6e2843ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b67adf63-05c3-55da-af4f-800f9353161d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba53611c-e286-5185-b3b3-2b7399cf9c48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb4c8d36-9357-5d17-b4e2-af5a6e2843ec"}}],"status":"accepted","resourceType":"Task"} +{"id":"4e8c0316-bc46-5921-9148-040b221eadea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008688"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ecb0040f-f106-576e-9768-130106d82af1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c4c0c9f0-ceb4-512d-8567-c0b6f3b46bc5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/630c5b75-dcc8-5fe6-a91d-cb303db2addb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1df509d-a1df-51ac-84a4-b82eacbf2d94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3c2a31c-427d-5a08-a5f3-292a62a6dc97"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/630c5b75-dcc8-5fe6-a91d-cb303db2addb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1df509d-a1df-51ac-84a4-b82eacbf2d94"}}],"status":"accepted","resourceType":"Task"} +{"id":"74505dc0-66dc-53b0-b97b-6f4d4d443c33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008689"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2a76b95e-92f1-5e39-92ae-84ddd987bcf6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e9f31394-4446-58a0-9759-e97a78ca6269"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6131fbbb-8436-58b0-b8d3-440b01aabbf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/984d0b6d-96e4-59e6-84fa-63430d79c230"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b95b0bea-94cc-51e4-8355-458f14d130e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6131fbbb-8436-58b0-b8d3-440b01aabbf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/984d0b6d-96e4-59e6-84fa-63430d79c230"}}],"status":"accepted","resourceType":"Task"} +{"id":"8e4e202d-cf1c-534c-890c-22b1b9efaba4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008691"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1c3ee990-4830-5b47-a774-fa0e38c0ff10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dec55260-02d7-540f-a7d2-1254c86ea974"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58cf8ce7-1ded-5cb2-95db-9f624e7332a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1db0a6bf-a606-54c9-ae0f-b0b911536146"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21dba623-0fbf-5a74-ac6d-b1844e28a843"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58cf8ce7-1ded-5cb2-95db-9f624e7332a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1db0a6bf-a606-54c9-ae0f-b0b911536146"}}],"status":"accepted","resourceType":"Task"} +{"id":"d363b7ea-8bdd-5340-b721-bda1d76cc85d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008692"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2d21a93c-825b-5882-afee-ee74108ba67a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3cdce1ce-3cfa-5695-b1d4-ec0f045d9b32"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0388e74-8f0e-5be8-9bf1-51f11401aff2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a666db60-215f-55eb-be35-2a122019f2e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8072884-0135-533b-8df4-8229415662e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0388e74-8f0e-5be8-9bf1-51f11401aff2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a666db60-215f-55eb-be35-2a122019f2e7"}}],"status":"accepted","resourceType":"Task"} +{"id":"7f6ecc11-4310-5c3d-a60e-37c02a5989c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008694"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/919d7525-9052-5a00-ad65-02c78a0cc67e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/81fb642c-2d99-57d0-9915-14492ece3c7a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be9d833d-af75-59d2-ad2a-7534bbb3d528"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba7a8af5-a281-59e9-b31d-0b4bd7e87674"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e570ecb-6519-5a4e-8e63-1b425fa3109d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be9d833d-af75-59d2-ad2a-7534bbb3d528"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba7a8af5-a281-59e9-b31d-0b4bd7e87674"}}],"status":"accepted","resourceType":"Task"} +{"id":"dff8177e-f215-58a1-9d32-af1a3ae44bfd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008695"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b5d96410-bd1a-5bdd-86c0-008d8fc9a4e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/08dc0c37-ccf1-592d-a9a8-ef7ce6b3dca2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc1bd33b-dce7-5ffa-8467-c77be4edf6d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a14d56c-efb3-5070-9e32-059f73b8d504"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de083399-f92e-558c-ada0-9168111ff973"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc1bd33b-dce7-5ffa-8467-c77be4edf6d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a14d56c-efb3-5070-9e32-059f73b8d504"}}],"status":"accepted","resourceType":"Task"} +{"id":"ca4f67a4-584f-5093-a978-32017bc437a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008697"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/86c03177-98bc-5d43-9f44-e4849d1b352a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6ff82f92-05c5-58e1-978e-d3c27127632d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ed1a159-6283-54fc-9ed2-043b617a9c1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9afedfad-9c79-50dc-ac8e-fc87794c94f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b8b90fe-136f-50a3-8a28-a4a3baec2910"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ed1a159-6283-54fc-9ed2-043b617a9c1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9afedfad-9c79-50dc-ac8e-fc87794c94f7"}}],"status":"accepted","resourceType":"Task"} +{"id":"3840c574-ebe0-59a4-806f-8c6f0fd8e3be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008700"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6ffbbe55-496a-5a56-a280-49f9cc065e14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/beb5c394-8562-5b2d-9772-0343181ecfe5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb35995e-bae7-5a0f-9f56-e4fe191d5307"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f399f11-6d95-58be-900b-d87e5d746c0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b66ff4f-a0c2-5d04-b518-f72d83ca9e9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb35995e-bae7-5a0f-9f56-e4fe191d5307"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f399f11-6d95-58be-900b-d87e5d746c0b"}}],"status":"accepted","resourceType":"Task"} +{"id":"62f66188-8793-5fe3-9368-e95cce33feea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008701"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e4157028-2233-5685-8221-37fd7dbf7c9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d2ac308e-273f-5302-a8ce-bec591932696"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2265a76c-11d2-5937-b31c-597cec902586"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9590a124-a4c0-5e43-a47d-f03ef65840de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b290a920-ea6c-5f92-bc26-9aa14d13e0f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2265a76c-11d2-5937-b31c-597cec902586"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9590a124-a4c0-5e43-a47d-f03ef65840de"}}],"status":"accepted","resourceType":"Task"} +{"id":"5cdd5aa7-02a0-5ad1-9464-08c5ac8eac9c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008703"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5b2a9663-bab7-5b9b-ad43-661533eb2f7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5401f8a7-0b82-53c8-97c9-d099ab647a41"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2234a357-e2ff-55e7-b302-c7a4f67dbc4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ba39464-bf68-5a4d-ab9a-dc700cd2eea7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3aa4f8f-92b4-5a99-9992-ac3bcd384144"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2234a357-e2ff-55e7-b302-c7a4f67dbc4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ba39464-bf68-5a4d-ab9a-dc700cd2eea7"}}],"status":"accepted","resourceType":"Task"} +{"id":"5355ff00-f129-53b9-88c3-f097ba7238e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008704"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a735a46f-a2fa-5bc2-885d-b5757374bba6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3504920f-4244-5174-b1f7-8eb28c63336a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54d64d9c-7e66-5264-95c6-54dc6640484d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fe3c093-0ca4-598e-8754-3bab935e2639"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40ac434f-6278-59d8-8d78-383eb05728cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54d64d9c-7e66-5264-95c6-54dc6640484d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fe3c093-0ca4-598e-8754-3bab935e2639"}}],"status":"accepted","resourceType":"Task"} +{"id":"de40469f-ac64-5a21-8f9e-0af9ee790a10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008706"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/35b44e7a-8f9c-5678-92da-bb87beacc470"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fd858257-ce37-5fbc-898d-c22b49ce128a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56b440dd-80f3-5d86-9708-4a5a5065bc9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cb472b4-cbaf-52c1-8582-a2b85cc6c044"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3bf30d9b-c67c-5a17-b915-0bd509c3e933"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56b440dd-80f3-5d86-9708-4a5a5065bc9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cb472b4-cbaf-52c1-8582-a2b85cc6c044"}}],"status":"accepted","resourceType":"Task"} +{"id":"fa07056a-f095-5c94-be96-410df7987fc7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008707"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c7fc301c-955d-58e4-8280-dea6942b5f05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/24f2198b-b576-57a9-a7b2-2a348fc36299"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c3efecd-d032-5863-b628-63eef5cac33d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fb5ff2e-dcdd-51bf-8d18-352cb1c6a956"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae211594-9a30-5e16-8373-d399b95faf12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c3efecd-d032-5863-b628-63eef5cac33d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fb5ff2e-dcdd-51bf-8d18-352cb1c6a956"}}],"status":"accepted","resourceType":"Task"} +{"id":"c54b7d7f-4d01-5f8c-b49a-6ea0230396b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008709"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4844bd1b-9fce-5f0d-9e3a-5e9be1b97925"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f74d4bec-b753-5a36-b3c1-c26953ea920e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/461e4000-584f-525b-b476-9eec2c572384"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cad0558-b893-5e21-ac96-91efe0f5404f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d2cff1d-3c0b-554d-b29c-eea351223740"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/461e4000-584f-525b-b476-9eec2c572384"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cad0558-b893-5e21-ac96-91efe0f5404f"}}],"status":"accepted","resourceType":"Task"} +{"id":"7d6a2f16-d5e5-51cd-ae8e-72075fe0587d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008710"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4c34ccc9-d821-560c-9eb5-183cbc35364a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e313dbe0-c284-568b-9f75-9b6d4063e169"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba4fd0e8-08d9-5e85-ac23-4bc6398f587a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/906cca0d-5d2c-5fc1-9061-a0d1c488aa24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1160002e-4c37-5963-ae9e-db0de5d0e5f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba4fd0e8-08d9-5e85-ac23-4bc6398f587a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/906cca0d-5d2c-5fc1-9061-a0d1c488aa24"}}],"status":"accepted","resourceType":"Task"} +{"id":"80b09a5b-446c-5bbd-bc36-b290299d1ea7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008712"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4d404638-467b-537f-95d1-230e3078890b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eb9dc1c7-a6e6-54bb-a64c-9186224e2654"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/980b4446-2824-54c7-a7c1-75bec31e8d25"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61354820-d36c-5bde-b42f-2f730a4297c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b70aa4d-b236-5fa4-8aa6-3c117c7eb875"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/980b4446-2824-54c7-a7c1-75bec31e8d25"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61354820-d36c-5bde-b42f-2f730a4297c4"}}],"status":"accepted","resourceType":"Task"} +{"id":"0db859b7-bc3c-5cd4-8bc2-caf72ff644ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008713"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6aa8e67b-ae16-54c1-9f0a-122ccd08a952"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c90b543f-fe58-50b3-a28d-3817cfcaddea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fedd8300-4601-566d-b208-97d2a1c02671"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c41eed8e-7d81-554e-8bd0-ba16b3a68340"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7615ebd2-122a-5882-b4bf-b1491da1896d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fedd8300-4601-566d-b208-97d2a1c02671"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c41eed8e-7d81-554e-8bd0-ba16b3a68340"}}],"status":"accepted","resourceType":"Task"} +{"id":"4e16f9a9-d184-5a41-b7e2-1a2f22c83735","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008715"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/37300490-51f0-5135-b6e0-29b1a94f755c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b642241a-dbc5-522d-a311-3cf4b576f71c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4ebaba8-7793-5702-a22d-39293f83d079"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42541d67-9943-545e-8998-9bac03ce2f6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8624ffb9-62ad-53ed-976d-1a345b0cb60e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4ebaba8-7793-5702-a22d-39293f83d079"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42541d67-9943-545e-8998-9bac03ce2f6e"}}],"status":"accepted","resourceType":"Task"} +{"id":"49370b49-13ef-5bfd-a5f6-c6a8d9be572c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008716"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f5681e0b-5340-574a-9ceb-c3a5c1240176"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a98699a4-8132-59d5-81e8-5292e7248451"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b069714a-31f2-5af0-95d4-bf897dbedb63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16cc5e4c-d0d9-5763-9e43-3c76a3785cb2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fec9166-5119-53bb-aa44-e6fbd8d9c034"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b069714a-31f2-5af0-95d4-bf897dbedb63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16cc5e4c-d0d9-5763-9e43-3c76a3785cb2"}}],"status":"accepted","resourceType":"Task"} +{"id":"0a81e598-7c2f-522b-ab4a-3c4060e0b36c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008718"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0b5fe5bd-e094-5edf-9e61-20368888c515"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/096cace5-f192-59c4-8ba4-1dbb3d22717c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11690baf-ff0e-5eb4-b596-8e73d309b832"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ff58281-c25f-53d7-9d5b-c89c85acb669"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9723a82-c825-5c46-8e35-fcf443e2316e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11690baf-ff0e-5eb4-b596-8e73d309b832"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ff58281-c25f-53d7-9d5b-c89c85acb669"}}],"status":"accepted","resourceType":"Task"} +{"id":"ee8dd6cf-ea2f-5f23-8c52-382604fa9730","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008719"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/835167ec-1bbe-515e-9e7f-16715e7e23ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/681442c2-004f-5e9a-b12c-5575f510c42b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c74f6956-d137-5ecd-8c66-937ac9a72183"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d768d90a-21e3-57bc-85f3-5a16850c6513"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f556801-54f9-55bb-b4e9-b30c7dc6b717"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c74f6956-d137-5ecd-8c66-937ac9a72183"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d768d90a-21e3-57bc-85f3-5a16850c6513"}}],"status":"accepted","resourceType":"Task"} +{"id":"2958259a-1bc4-560f-8e06-8485ace740f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008721"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/df8fa12d-2570-54d7-b6b0-f4f86add8190"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/64505e05-a4e1-5c47-9668-04994af384e2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9eba24f-03dc-5d59-a999-5294254dfff9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a3a8e9a-3b3a-53c7-b6df-dd44f47610f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ae5093b-fa12-5033-9c19-0f032a195b1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9eba24f-03dc-5d59-a999-5294254dfff9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a3a8e9a-3b3a-53c7-b6df-dd44f47610f5"}}],"status":"accepted","resourceType":"Task"} +{"id":"05b6e94e-9ce4-55cf-998d-5ec8dde86da2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008722"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/140ae5d5-ec18-5f36-9bed-c37c19ffdab5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/01bcb810-748d-5b20-8309-ff95a2f9fc9c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d9744d9-c8dd-5ca8-adbf-cb4a72a243d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a492fbb0-e4c5-5ebe-b044-3f5b09782100"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2314d237-0abc-5d35-a5d3-22954b59eb4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d9744d9-c8dd-5ca8-adbf-cb4a72a243d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a492fbb0-e4c5-5ebe-b044-3f5b09782100"}}],"status":"accepted","resourceType":"Task"} +{"id":"f7488a60-4b61-580d-8a96-44d682472418","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008724"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/23464961-c9d2-5131-8bab-7f83f9c3c7f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2491b553-5af4-546d-b695-de5739d51f0a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19cde76c-a59e-5e49-a318-a820de4a9355"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d386c08-b6f9-5656-bd38-aaeaac277809"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5b0a43c-3f4c-5fec-ad36-925b5b152b5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19cde76c-a59e-5e49-a318-a820de4a9355"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d386c08-b6f9-5656-bd38-aaeaac277809"}}],"status":"accepted","resourceType":"Task"} +{"id":"57304947-6b53-59e1-ad32-b27916a814dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008725"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/04bce267-cbe8-58b6-b9a9-11baef0d24e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5066d0f8-6cac-5910-9384-d5a81efc8f82"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc20ef2c-f1e5-5b5b-aa43-c1546b72f4e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7334559e-5aae-5a71-8ff3-99c73ba9be3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/076330f8-ccb7-587b-a4a5-1175a3a0e926"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc20ef2c-f1e5-5b5b-aa43-c1546b72f4e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7334559e-5aae-5a71-8ff3-99c73ba9be3d"}}],"status":"accepted","resourceType":"Task"} +{"id":"b8df8ad0-79c9-56df-9817-119b67aa5a20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008727"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c1e5eb0e-63d1-5992-8fd0-4a1399416d04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f8a7dd82-4372-5b62-8553-0e718fd5da88"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1163e9c-7c88-505e-a9e4-fdb2da06335c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0297efc-00bf-5fa3-a1bf-24246bf56f8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/355a28fb-8010-585d-8304-daf6b3f8df11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1163e9c-7c88-505e-a9e4-fdb2da06335c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0297efc-00bf-5fa3-a1bf-24246bf56f8c"}}],"status":"accepted","resourceType":"Task"} +{"id":"2966370e-4db4-55db-af26-e965c31354a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008728"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4ef99d3e-a77f-584e-8d36-aae73b1efd81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2a9a1036-4a56-572e-94bb-b6773f2c108b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7469f1f-bff4-50da-93bd-8b0d33b01123"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82a7d56c-a76b-5ec5-9eb6-15b64dc92dd3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee37e67f-7cf1-592a-b739-b2db43ebc870"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7469f1f-bff4-50da-93bd-8b0d33b01123"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82a7d56c-a76b-5ec5-9eb6-15b64dc92dd3"}}],"status":"accepted","resourceType":"Task"} +{"id":"f23a0fc4-2df3-563f-a03d-6ac4fd599283","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008730"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2b248f73-6668-50eb-a70b-7101a389fc8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3eadf487-f2b6-5fb5-a7ff-b477b3242179"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d233e725-3111-560f-991c-8476b1facc1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2689ee75-4e49-5389-967d-e51bda2044b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/695cea81-c701-53e5-ae3c-d898e6517f63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d233e725-3111-560f-991c-8476b1facc1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2689ee75-4e49-5389-967d-e51bda2044b7"}}],"status":"accepted","resourceType":"Task"} +{"id":"3a90f141-b7e9-51d6-ae40-5640e284ad1b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008731"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cc22d171-ac01-5b2e-9898-d82f4fcdc665"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f4da8d65-d4e4-5a9a-9747-93b535002250"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b9d24f6-cc54-5e95-b794-a1966d983fb3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df8c5728-ef68-5321-b9cd-cd0b4b3813dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6630b964-ae4b-5dc7-9c8f-8e13ec61b800"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b9d24f6-cc54-5e95-b794-a1966d983fb3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df8c5728-ef68-5321-b9cd-cd0b4b3813dd"}}],"status":"accepted","resourceType":"Task"} +{"id":"647b9236-91a6-5358-aa5c-20ea7fed0657","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008733"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dd786566-f411-56ab-a19a-494a7a265dda"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5ee7380b-0ed5-5d23-8452-3afa5f1afd83"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0959a94-ecd8-55ad-9a7e-1fd87704a44f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85830283-d4fa-5dca-b87c-5bc236ec5b1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12897338-5fec-5d09-904d-c053660a4a8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0959a94-ecd8-55ad-9a7e-1fd87704a44f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85830283-d4fa-5dca-b87c-5bc236ec5b1b"}}],"status":"accepted","resourceType":"Task"} +{"id":"d583730d-4d61-5ed4-a475-7832fdc4a918","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008736"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6884d053-1fa5-58cd-b96c-c0f299d41a87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/46bd5dc2-0d29-5351-9379-2a3ca6ed2a5f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/170b2e67-fdd5-5db0-bf2b-6840da9b91cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/addfb650-ed69-5869-b3d0-c64bbbfc509d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51b7b160-124b-5c6d-8bc1-52d647940663"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/170b2e67-fdd5-5db0-bf2b-6840da9b91cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/addfb650-ed69-5869-b3d0-c64bbbfc509d"}}],"status":"accepted","resourceType":"Task"} +{"id":"09214e5c-5940-5773-8dbd-32f16e215522","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008737"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3f1ba82a-d2ee-5fe7-a833-2f62a7508f1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/11654209-3915-5d42-a481-0114d054dd7f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c70ebc91-7a92-5e36-ad4a-13edf7c87b3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84332d6a-0394-5636-8f94-52b0bef4edf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ab4c2ca-7d5d-58ee-b344-615b10855d0a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c70ebc91-7a92-5e36-ad4a-13edf7c87b3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84332d6a-0394-5636-8f94-52b0bef4edf1"}}],"status":"accepted","resourceType":"Task"} +{"id":"03e7b4c3-da04-5d0c-bbcb-635b9145a684","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008739"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9cbfbdc7-3f04-5359-8116-cfa96793c0d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7f0425a7-13ca-5f70-87a7-28c90894bc63"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ca6b51e-4693-52d6-825c-2f4c164a001d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef447311-3105-5abe-83fb-8db120f2b6e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2418326e-a92f-54a1-9dac-a359bc7011c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ca6b51e-4693-52d6-825c-2f4c164a001d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef447311-3105-5abe-83fb-8db120f2b6e6"}}],"status":"accepted","resourceType":"Task"} +{"id":"958c245e-0b43-5099-8ff1-c22d25944b5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008740"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d147514e-fdc6-558b-8e22-a64a6b2ac3bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/899b67f8-1b1b-5a71-a205-19b8a56c0706"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a03eead-2f65-5445-b997-b2de3cb83564"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9c7bf5b-1753-5268-98bc-f1efe14eb9f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80493aee-d873-54fc-aec7-04cecd5eaf6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a03eead-2f65-5445-b997-b2de3cb83564"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9c7bf5b-1753-5268-98bc-f1efe14eb9f2"}}],"status":"accepted","resourceType":"Task"} +{"id":"4f4de72a-1c1c-55f7-b747-5a593478ab25","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008743"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1af473fb-2d3d-5d62-aba9-b8e96cd84c08"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5edce661-e95b-54e2-be0b-c051db09cb7a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/036784ba-d8ed-5a04-adf1-13645ced731c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6b31667-5f14-5518-9b15-6f7af5d0abe9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b9bf133-1e22-5508-8b68-4eea63fb2c1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/036784ba-d8ed-5a04-adf1-13645ced731c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6b31667-5f14-5518-9b15-6f7af5d0abe9"}}],"status":"accepted","resourceType":"Task"} +{"id":"b010493e-690a-5bdd-8e03-8f4f1d06de3f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008745"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4bb23239-5b25-5e22-88fd-33a5d07a4046"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6cda9720-1464-5a6a-a7d7-184ac0925f74"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1db9325b-8b10-5437-b19d-89554c2d8d17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a0e8446-dc35-5911-818a-6192a5525164"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64aee56e-5d11-5311-83e6-1bc0c15f9544"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1db9325b-8b10-5437-b19d-89554c2d8d17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a0e8446-dc35-5911-818a-6192a5525164"}}],"status":"accepted","resourceType":"Task"} +{"id":"ee3bc35a-2670-5f30-a649-e927d8da261e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008746"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5e636a8d-87a0-57b9-b643-43a41cfa8109"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3026c665-8c4a-5d89-b2e0-fbfb8f6f926f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24deb490-7615-51ed-a977-076950fdb90a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54108c3e-c5b6-5d18-814c-8b1e532de0fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0231de6b-bef7-5885-8934-0682ec17d18c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24deb490-7615-51ed-a977-076950fdb90a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54108c3e-c5b6-5d18-814c-8b1e532de0fd"}}],"status":"accepted","resourceType":"Task"} +{"id":"2a8faccc-22a5-5eaa-be11-6832425ea890","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008748"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4e705a18-73a1-588a-9d0e-6e872cc67341"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2c43c416-2457-5a8b-b19a-a3ee3cbdcddf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8d023c4-8379-517f-9856-d17dd541ff1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49b0c0be-3ed4-5e04-9b30-30c547d45e08"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23756c39-7df0-5953-aacb-d09e2b308849"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8d023c4-8379-517f-9856-d17dd541ff1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49b0c0be-3ed4-5e04-9b30-30c547d45e08"}}],"status":"accepted","resourceType":"Task"} +{"id":"2772a152-cd83-599e-b642-f47caddd5e73","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008749"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/baa27b83-bf39-5008-9532-f4d142865fc9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ef07a97f-b83c-5ec3-8f80-b1797430d788"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21ae362d-727e-504f-9049-fc0cf453f140"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cef601a8-5358-5129-9b6c-b9ff2311d95f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eaf8ba56-e188-57b1-b1cc-3882137e3e62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21ae362d-727e-504f-9049-fc0cf453f140"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cef601a8-5358-5129-9b6c-b9ff2311d95f"}}],"status":"accepted","resourceType":"Task"} +{"id":"769968cd-573c-51cd-87df-2e9aa929e591","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008751"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/30f78021-c4f9-5744-b337-d0e97624e10a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/463c8fb5-abec-5464-ba47-747f66787ed9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7455641e-0768-5459-8da5-a40aa4ae69ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e8ff268-4af1-52d5-aa27-dec44973dffd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88daffce-2bed-57b6-9987-6f19c6b3a7e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7455641e-0768-5459-8da5-a40aa4ae69ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e8ff268-4af1-52d5-aa27-dec44973dffd"}}],"status":"accepted","resourceType":"Task"} +{"id":"4725a88b-e670-5606-85d1-9e33ffe19e55","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008752"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/59153380-fa64-5607-82a0-b579094f787e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1359a2b0-f2a8-5334-92a7-3fb1495e042d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf588674-5825-5b05-9a31-9c3c58de8c0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec36ba7d-b900-535e-bb54-dc8245ec1baa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/246baa31-6e42-580c-b566-ea1200b55280"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf588674-5825-5b05-9a31-9c3c58de8c0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec36ba7d-b900-535e-bb54-dc8245ec1baa"}}],"status":"accepted","resourceType":"Task"} +{"id":"d9d3aceb-0542-5ab4-a17f-3c3eafc4201f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008754"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7fc15341-d582-5c86-b918-cda7e2542027"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f32f4654-2231-5c70-80fc-9b27e278daca"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d65f2c9e-9f7c-5d14-95a6-4b08250b8199"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a65e5220-913c-5830-8021-1d1649d6679a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a8a0c6f-867a-563c-853c-fbcc6a585423"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d65f2c9e-9f7c-5d14-95a6-4b08250b8199"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a65e5220-913c-5830-8021-1d1649d6679a"}}],"status":"accepted","resourceType":"Task"} +{"id":"f9c602ca-0df9-591d-95db-f466056a763e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008755"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f2d2527a-3975-5b8e-adbf-051d4a905c69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/698a945f-36a9-5d3d-92a7-a1c11e3fc23e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aaf76ba3-8fea-5fd0-b2d9-c8aafe9f035c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23adc8f7-4fc2-5969-91f2-b0f3a4e64a37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c59f0aa7-a8e2-57dd-b558-d24577738173"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aaf76ba3-8fea-5fd0-b2d9-c8aafe9f035c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23adc8f7-4fc2-5969-91f2-b0f3a4e64a37"}}],"status":"accepted","resourceType":"Task"} +{"id":"7a1fc61f-218f-555f-b7eb-5ec4672d2c2c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008756"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/075cda46-9db6-5019-a526-f39505973642"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b5238def-f292-50d7-861c-f98acb04fbb6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f93cbc7e-6bd1-5eea-b769-1e283ad02b4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/768c4b32-72bb-5405-82a7-0ec3d1002163"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f928f1f1-a899-57fc-9b0a-f9c94aa06a70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f93cbc7e-6bd1-5eea-b769-1e283ad02b4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/768c4b32-72bb-5405-82a7-0ec3d1002163"}}],"status":"accepted","resourceType":"Task"} +{"id":"861bbf48-e29d-54e4-8a86-968fdc0482f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008758"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ef8eb7ee-06bc-537e-8f38-407fc5776d55"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1f479473-d6d9-5538-9590-242562415001"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5c2bfe3-5837-59bc-a645-0ab4a7431b82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0ccc4f4-4f12-52bd-8472-bc736af4147f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f41a5ae-66af-552e-86af-a8ff1b87921a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5c2bfe3-5837-59bc-a645-0ab4a7431b82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0ccc4f4-4f12-52bd-8472-bc736af4147f"}}],"status":"accepted","resourceType":"Task"} +{"id":"cee38a9a-5e86-54c0-b2af-ecbb880f8bdb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008759"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/51180823-03c1-5f6c-99da-6748d91aed78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d24644de-3cae-5905-abfa-e009aaa9e060"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/879e36aa-d7d3-596b-b478-e74baf650064"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/616d0bed-962c-5959-b301-96e2f1a720f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a998808b-228b-5038-9984-b1b2524dfe2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/879e36aa-d7d3-596b-b478-e74baf650064"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/616d0bed-962c-5959-b301-96e2f1a720f3"}}],"status":"accepted","resourceType":"Task"} +{"id":"89ce37aa-1453-581f-aa9b-e3b38cdf8097","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008761"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1816ab57-cc58-5b51-a0a7-5aa4ed3d24c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/928618e1-f5e9-5100-8166-e52155dfb368"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5693fc9b-e69f-5baf-b753-3904f9d4da4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7a1f031-74f0-5c99-8695-d1759f078ae3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4419e06b-d4ba-5fbb-a538-21cb11119723"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5693fc9b-e69f-5baf-b753-3904f9d4da4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7a1f031-74f0-5c99-8695-d1759f078ae3"}}],"status":"accepted","resourceType":"Task"} +{"id":"860f06b7-15af-5400-8e91-d7bbd8faa29a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008762"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e7baffd7-68c0-56f9-91bd-36e4aaf4ffef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/44883031-ce3b-576a-bbd9-49a335d0a435"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbe58625-da19-5f09-ac59-e17e3590ffa5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1e6c51e-9869-5b97-826a-fbe018e0c03c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d454c854-d3b9-50a9-ad0a-2b4a5aa5bda1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbe58625-da19-5f09-ac59-e17e3590ffa5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1e6c51e-9869-5b97-826a-fbe018e0c03c"}}],"status":"accepted","resourceType":"Task"} +{"id":"bf643a39-5598-54e5-8f3a-f04764f265aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008764"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1f24e703-3407-50c6-aa8e-d761d69c6d82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/def12f46-48bc-5332-a260-cfa4dfec0beb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40899139-7621-568f-84c0-096b9eca2b29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/547764c6-5cbd-569a-a5b6-60a603cd5bb4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9751d8f1-f03e-51df-9f52-081b5d1cfef4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40899139-7621-568f-84c0-096b9eca2b29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/547764c6-5cbd-569a-a5b6-60a603cd5bb4"}}],"status":"accepted","resourceType":"Task"} +{"id":"e0957be6-f2ed-5e9a-8156-bc38c1b14aa0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008765"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6f2ad48b-bdea-5c68-8e6e-b285bf80ea62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0cb0ec5e-023f-5f50-ba38-a118c010a792"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/115679aa-9eba-52b0-9afd-26a31bd7755a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7de97fb8-1b83-59f2-a2c6-30ee84884787"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de4709c0-0731-5536-993f-40944f1a30b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/115679aa-9eba-52b0-9afd-26a31bd7755a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7de97fb8-1b83-59f2-a2c6-30ee84884787"}}],"status":"accepted","resourceType":"Task"} +{"id":"f2d72041-0e65-5030-be15-b4f0d9d28791","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008767"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0c31ff70-72e6-5d53-b239-50e31c839f7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fc0dc2f9-e956-50b9-9d9f-29190755ff6a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/def42176-ac5f-5f60-bb6c-723ad17df7e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80905e49-bc5e-584d-b935-a2bfb7710514"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0797bae-0d7a-5723-884d-bf027498f87b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/def42176-ac5f-5f60-bb6c-723ad17df7e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80905e49-bc5e-584d-b935-a2bfb7710514"}}],"status":"accepted","resourceType":"Task"} +{"id":"78094d22-144e-5f46-99c0-bb78589ff366","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008768"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5d8ed576-c979-5218-958a-7f0f98e95772"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c2eebcc1-f4db-5adf-b629-3291f6a5a462"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d378e66-f493-5838-a17c-c02e7a16a308"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd6bf242-2123-5a1f-9376-0f2bde0492e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97ad7e56-daab-519d-aef2-2e82fc9b8b31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d378e66-f493-5838-a17c-c02e7a16a308"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd6bf242-2123-5a1f-9376-0f2bde0492e2"}}],"status":"accepted","resourceType":"Task"} +{"id":"4736bf4e-8000-5bf3-9e24-249a24b95942","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008784"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ba9ef38a-f073-538a-981a-534fc1db972a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ae12263f-e171-5acb-8c6f-8e56c6fed0ff"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b53fcdf8-675c-5544-92e6-57d8a6556dd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50fc27d0-4b03-510b-b83c-ae9e293dca78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85fdbd31-5bd1-5181-a49b-eecf08646385"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b53fcdf8-675c-5544-92e6-57d8a6556dd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50fc27d0-4b03-510b-b83c-ae9e293dca78"}}],"status":"accepted","resourceType":"Task"} +{"id":"cef700bf-c370-5ccc-913e-b8809c771c19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008786"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ea63e32b-9a0a-5690-9b35-56cb7a598ca8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cf017be1-30a8-51ba-855e-e15d5af4d8f4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/166092a7-5a7f-5fb5-85f5-e7e4b4fc2f47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41c4d133-4706-5f0a-8e89-7b1cce622ef7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91196d08-8759-550e-b2be-3af05291d358"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/166092a7-5a7f-5fb5-85f5-e7e4b4fc2f47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41c4d133-4706-5f0a-8e89-7b1cce622ef7"}}],"status":"accepted","resourceType":"Task"} +{"id":"94016fa6-ca42-5b7e-9117-015c20526eb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008790"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bb034de6-7983-56dd-9aff-47424b463edd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/21dba63c-690f-5c49-9080-379c49a25604"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b91b3e8d-87ce-534d-a955-d8b0b5896382"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cae281a4-7f02-5031-986e-9619e4bbe03a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61eb93dd-a568-5219-8229-c431ee827cd5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b91b3e8d-87ce-534d-a955-d8b0b5896382"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cae281a4-7f02-5031-986e-9619e4bbe03a"}}],"status":"accepted","resourceType":"Task"} +{"id":"1d26b3d9-a2e3-50ce-8edb-a12d68646898","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008791"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fa995f5b-2269-5b2d-b5a0-0416f57242f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c80f175d-0c52-5fe1-be9b-f66de347087f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae83df9a-9e1d-5783-91f9-7be14e18af3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23e790ca-8d7d-577a-b791-26a55d2ce3d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4fc58ea0-2856-543f-b40b-3de9bf9a1565"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae83df9a-9e1d-5783-91f9-7be14e18af3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23e790ca-8d7d-577a-b791-26a55d2ce3d8"}}],"status":"accepted","resourceType":"Task"} +{"id":"b7ad6deb-259e-5a20-b701-efcf93fd366e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008792"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/30c0eb15-c62a-54c5-978e-c85966e54aea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/24af3886-9c01-5afa-b7b5-583556a7f4b2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f10f608e-560e-5712-a7cc-15b020febe8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6d693b8-f605-5d37-8d54-1d01324450d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a87d9e0e-c7bc-5a7f-8df2-5566525e14da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f10f608e-560e-5712-a7cc-15b020febe8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6d693b8-f605-5d37-8d54-1d01324450d1"}}],"status":"accepted","resourceType":"Task"} +{"id":"f3689609-8836-5bbd-ac19-c6163018ab68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008793"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8cbed54c-ad60-52d3-9356-cf7fb4cab6af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9f248345-5c87-55cd-ad1a-2805b00e6539"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c4f5ede-8c93-5451-9f0c-6e8f346ca4bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef99e58e-c94a-586c-8572-db5e6ec23310"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/396eaae8-78f7-527c-bb59-781571283ee6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c4f5ede-8c93-5451-9f0c-6e8f346ca4bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef99e58e-c94a-586c-8572-db5e6ec23310"}}],"status":"accepted","resourceType":"Task"} +{"id":"50a38460-8fe5-54f6-8609-eb493bac7168","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008795"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7591076c-dc9a-559f-b6c7-cea9bc3c6cf7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b7fa4a9a-c5cb-5009-a321-591687c2ffc3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a931743-65dc-503f-99e6-6199109ad004"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e190094e-4eb4-53ef-ac97-e93e6e975ebb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f610475-b326-5386-a345-05049bd30b9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a931743-65dc-503f-99e6-6199109ad004"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e190094e-4eb4-53ef-ac97-e93e6e975ebb"}}],"status":"accepted","resourceType":"Task"} +{"id":"e3f562f4-67c1-5f7d-b3ff-0b3f20f2b3fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS008986"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/09fd5794-12ea-5cc1-84e4-7c49931cc354"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c472c78f-7fdf-55fb-bd02-47089a152f8e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/044e607d-6bed-5187-acef-0791ea002c17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61a6c759-96f1-5449-938d-28d724a4b4db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56e3727f-7125-51a0-9628-5698035a82f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/044e607d-6bed-5187-acef-0791ea002c17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61a6c759-96f1-5449-938d-28d724a4b4db"}}],"status":"accepted","resourceType":"Task"} +{"id":"098f08c5-54f5-5f14-be45-23e9352c2c34","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010719"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/77c6d71e-ecdb-54dc-9b20-23aab1e5f224"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/577a5560-e9e0-5546-ae3c-8cb7ba96b1e2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa11fff6-609f-5c0c-b14b-eacc73c3fa11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31b608ac-82de-51ac-bc0c-afd6b3635247"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b83ef8e5-1085-5546-9ca3-56415253ffde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa11fff6-609f-5c0c-b14b-eacc73c3fa11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31b608ac-82de-51ac-bc0c-afd6b3635247"}}],"status":"accepted","resourceType":"Task"} +{"id":"0f716521-7cf1-517c-96b1-699432d45d7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010720"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cfc86d76-27b8-51b2-a28b-4958b9809b39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c44d8e15-1f2e-5da2-9ef2-3284dc381657"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82426393-57a3-579c-92f4-428795f21f47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61caa0a0-2013-5bf3-81a4-9577edd27b9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c20efb20-a239-5448-993c-257baad979bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82426393-57a3-579c-92f4-428795f21f47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61caa0a0-2013-5bf3-81a4-9577edd27b9c"}}],"status":"accepted","resourceType":"Task"} +{"id":"6e14e503-de6d-5150-b918-6e83485414c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010722"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f88b1ba7-3557-56bf-a66e-5b7627707ebc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/66f7f8b3-2412-51f9-92cb-7f84f73b867e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49310b8c-731c-5680-ad1c-e922b1f8d6c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/602ff81a-bfb7-5ff7-8e60-05f0dae78426"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6d8f825-d9c9-5b1d-bf64-d34d9450d7ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49310b8c-731c-5680-ad1c-e922b1f8d6c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/602ff81a-bfb7-5ff7-8e60-05f0dae78426"}}],"status":"accepted","resourceType":"Task"} +{"id":"d1add3ac-2957-52b7-a0a1-f96450c34a5c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010723"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5679a62f-4dc0-5032-b4a6-e91bf225841b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0dd71df7-d311-5f41-86f8-7bcc2922dfbf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8749b7c5-2575-508a-b3f1-95c79e306701"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/daf926a4-844f-52ce-9412-583afd9c7627"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e49f879-5040-5e3b-9f24-388a0cb58bd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8749b7c5-2575-508a-b3f1-95c79e306701"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/daf926a4-844f-52ce-9412-583afd9c7627"}}],"status":"accepted","resourceType":"Task"} +{"id":"0e10b4ce-a00a-5762-a8f0-ea6c4de29033","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010724"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f29b1a2e-c3f0-58e3-9f39-d51e5ecdc7c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/91be236e-9f12-5c12-ad72-2820d57626f8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c27cf781-13b0-5449-8b04-b7e5cf1b4e92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5424d1a3-0331-59cb-b9ec-87945e603f31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfbf9bc8-8c6b-5946-9b2c-b3f31cbd1058"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c27cf781-13b0-5449-8b04-b7e5cf1b4e92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5424d1a3-0331-59cb-b9ec-87945e603f31"}}],"status":"accepted","resourceType":"Task"} +{"id":"606aa0e7-2d5a-5f2b-ab93-8948ebcef4bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010725"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0899051c-2fed-5c0b-a86e-0b16be5fc47f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1f3789d4-47bb-5f4a-9d71-fe924a588775"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/688750e9-8b7b-52d8-b9b3-efa302766356"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b91982c8-a218-5468-890b-f8eabf612f27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce8ca38a-ba10-5d50-b0bf-5837e876021c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/688750e9-8b7b-52d8-b9b3-efa302766356"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b91982c8-a218-5468-890b-f8eabf612f27"}}],"status":"accepted","resourceType":"Task"} +{"id":"88e5aa27-f91b-5f95-8092-373b5ad33c4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010726"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/790aae73-61e3-5733-a0b4-f69ba7af311a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/34ae46bc-4aa7-5ede-a239-44d4f287f243"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbc2ed4b-e1a0-51ec-b8d5-d571a0c5aa39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff1f7485-d273-5778-a545-690394e88181"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42dd6e6d-cf0a-5159-85f4-369efd13fa31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbc2ed4b-e1a0-51ec-b8d5-d571a0c5aa39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff1f7485-d273-5778-a545-690394e88181"}}],"status":"accepted","resourceType":"Task"} +{"id":"8ef93b73-ba50-507c-9aa9-daa0737e4dec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010727"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fe7b952f-565b-5f15-8cc0-4c18a79443ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/81b803bd-c15c-5cfa-abeb-1e2bd6c18bf2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17232833-a706-5067-80c7-12ca15eb1592"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3e08e26-88b8-5a6d-900d-d0cfaba282d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2067541e-a0de-5392-b73d-6ce2bd1f7e6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17232833-a706-5067-80c7-12ca15eb1592"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3e08e26-88b8-5a6d-900d-d0cfaba282d5"}}],"status":"accepted","resourceType":"Task"} +{"id":"cac66f38-a5a2-569e-882a-2bd70410ef10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010728"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9600a564-c495-59c9-8601-9c4fac1dc1b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/85a05797-ea91-5170-b13d-2728fbcf4b29"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8951d48-878d-5099-8fd5-60669c65737a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4bfa230c-b8b9-54d4-97d7-bcb30e8a2b3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84e24733-33d4-5f1b-b554-30b38a1ef558"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8951d48-878d-5099-8fd5-60669c65737a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4bfa230c-b8b9-54d4-97d7-bcb30e8a2b3e"}}],"status":"accepted","resourceType":"Task"} +{"id":"2ebd45ba-b6dd-546f-a2a1-24724b17794f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010729"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8b93dcde-d36f-515d-ae9b-cc419e4a407e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d93c1030-681b-5083-83fc-522d3941dbe0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8bab449-d647-54ea-8af4-9855511412f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cbd2d70-1a45-5814-912f-c00387139764"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b1884e5-5cd3-50b6-be66-eeaf8e20b63d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8bab449-d647-54ea-8af4-9855511412f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cbd2d70-1a45-5814-912f-c00387139764"}}],"status":"accepted","resourceType":"Task"} +{"id":"ed1a6d34-91c5-5dca-9097-acc463a49f7c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010730"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/567a89e7-1a84-5690-86aa-42e5867647ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b5a0b8b1-4d20-5fd5-98b1-2fbb28efc7b0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdc3cb98-6100-5858-a3ec-a1e18ff35e99"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c1de9a8-ecfd-5102-a207-1ea1d54eea4b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87af5401-7111-507e-9b47-63b5b6d8a64f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdc3cb98-6100-5858-a3ec-a1e18ff35e99"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c1de9a8-ecfd-5102-a207-1ea1d54eea4b"}}],"status":"accepted","resourceType":"Task"} +{"id":"3ecfe5c0-d973-5e77-bee2-868d56549f44","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010731"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/64e66549-759f-59dd-a5d1-32f81cf19a26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/385d0eb9-ceb0-5654-91f4-a4f696b98980"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce46b7f8-2f86-592e-b893-c551f883f8fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62cfbd48-d289-5210-8b8d-322d890611f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f4d7912-52fc-5cb9-8887-4940f434c5d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce46b7f8-2f86-592e-b893-c551f883f8fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62cfbd48-d289-5210-8b8d-322d890611f0"}}],"status":"accepted","resourceType":"Task"} +{"id":"d05485ff-e374-5f4f-b9a5-2b965cec0678","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010732"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/de29609f-fca4-5621-80d2-8909392aadf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/93cd8c3c-ee23-5ea0-b736-d566e450bf90"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1273fe1b-d18f-5291-a98f-c7c458328640"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ee88dc9-7c99-598e-bc48-78d21969a2c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac092102-0709-530f-a23e-f4578234ed8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1273fe1b-d18f-5291-a98f-c7c458328640"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ee88dc9-7c99-598e-bc48-78d21969a2c3"}}],"status":"accepted","resourceType":"Task"} +{"id":"2339d208-d780-5deb-902c-2e6b250ce4e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010733"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8fd73ebe-a360-5500-ac66-9be350f106ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9e0d7ec8-e828-551c-b008-d9f0964ff817"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3fc37890-ee54-5314-8a6d-86f6db6cfdd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3863fd7f-a7f6-5155-9ee9-4d8e5483d20b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e88c4dc-16a4-5951-a532-1ed3c4914c78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3fc37890-ee54-5314-8a6d-86f6db6cfdd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3863fd7f-a7f6-5155-9ee9-4d8e5483d20b"}}],"status":"accepted","resourceType":"Task"} +{"id":"575c8746-122d-5d39-8966-6868d6284eb6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010734"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/26bff4b3-ec40-5ab9-b158-b8d9a2dca4e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/08586a4a-8e26-5f60-986a-23c008b13370"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2e086ff-f581-56f6-82ef-7f269d370854"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4ec685a-b043-519a-8d5a-f52af6e85cd4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51454929-7c34-5c2c-a6eb-73e52d3db86d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2e086ff-f581-56f6-82ef-7f269d370854"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4ec685a-b043-519a-8d5a-f52af6e85cd4"}}],"status":"accepted","resourceType":"Task"} +{"id":"ae5472a9-17e2-59b1-adb8-a9c06b34a1c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010735"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9e51cb6f-4501-579e-9768-8a6030a36060"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/35418b21-421e-57e4-bbd0-06476f255f07"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69e4e289-6117-5b23-9e0b-cf1648245c96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9e3d345-4127-55ce-9e49-c1016d398659"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1efaa9a-76e3-529d-9ed8-6e2cbcc6decc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69e4e289-6117-5b23-9e0b-cf1648245c96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9e3d345-4127-55ce-9e49-c1016d398659"}}],"status":"accepted","resourceType":"Task"} +{"id":"0d7f33fb-be11-5c98-aab7-bd9778f35da2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010736"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/91c38653-821f-59c1-99f9-0432d1b29873"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1e06f518-631d-5f15-8966-7ab6d0cc9bfa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ed49457-ca73-5b14-bb3e-eaa2f4ec37e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c584f587-6a73-5284-a686-dd08df48d12f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/521cb702-e632-5013-bcd2-0c027b9db805"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ed49457-ca73-5b14-bb3e-eaa2f4ec37e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c584f587-6a73-5284-a686-dd08df48d12f"}}],"status":"accepted","resourceType":"Task"} +{"id":"fddbd5bb-3a8f-5073-b42e-8d513e9c2bf7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010737"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/23052124-b7c9-5ec9-8584-8905a6301cd5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b25e9137-cdca-595e-8f21-582b46ad108a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4eae772a-2746-5c2e-bded-c70446a3019f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b715c76b-519d-5210-a24d-2af5892e7ca2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/199c538e-3846-5240-bd68-b9e7c6bba580"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4eae772a-2746-5c2e-bded-c70446a3019f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b715c76b-519d-5210-a24d-2af5892e7ca2"}}],"status":"accepted","resourceType":"Task"} +{"id":"bf0c338e-b7ea-5c44-a3e1-3c054bd80cb1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010738"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/60dc9d35-ee76-589c-92c3-faedafb87425"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a7a9d9a7-ca3d-5b5c-ad98-d8080f80da6f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f030b7ae-e6c2-503b-9fe7-5cd77c1e0371"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7f6b8c9-8303-5268-8ee6-c4c35f8c92dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af1ef807-3de9-5968-a087-50fdb35e1509"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f030b7ae-e6c2-503b-9fe7-5cd77c1e0371"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7f6b8c9-8303-5268-8ee6-c4c35f8c92dd"}}],"status":"accepted","resourceType":"Task"} +{"id":"1798379f-ae63-5239-bc33-20a88495ba09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010739"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/354b4f39-cef1-540d-99ec-852a2b55e564"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/60bb0413-df78-5d4d-af1f-60365788039e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80dd5f78-6d8a-537b-8116-d589bbe1d72a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27e25d24-4d1d-5040-b1e0-684ffbe62a4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9c21691-e2a5-5645-82ee-3f0db916ed98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80dd5f78-6d8a-537b-8116-d589bbe1d72a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27e25d24-4d1d-5040-b1e0-684ffbe62a4f"}}],"status":"accepted","resourceType":"Task"} +{"id":"88c10ffc-dea5-5e25-99cb-c029b2c34c4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010740"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/45d925a4-0f28-5d46-a6eb-599043198450"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/27100f0e-1760-5e92-a36a-e925efcc25a7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1b3ea54-8fdf-552e-85b2-26f885b9b4fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23e079dd-b89e-5258-a225-2ca6ff288277"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a24e32b6-8553-5e93-89a1-c694dcce16d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1b3ea54-8fdf-552e-85b2-26f885b9b4fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23e079dd-b89e-5258-a225-2ca6ff288277"}}],"status":"accepted","resourceType":"Task"} +{"id":"3cb3888e-fc77-5215-8841-534f295337b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010741"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f95c5f4f-8e33-5e78-9a35-11f5213ab4d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/549ff9ff-b964-54da-b192-17c9e17eb4ef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f44bc0cb-005a-5108-9fef-62cf294135cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae29a111-16ae-5b10-a53a-d7f7b34eb748"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50a1d9b9-8df6-568a-ac06-b3d24b096277"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f44bc0cb-005a-5108-9fef-62cf294135cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae29a111-16ae-5b10-a53a-d7f7b34eb748"}}],"status":"accepted","resourceType":"Task"} +{"id":"d980a660-9409-5c0b-83f3-14e7e9968f40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010742"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/71533c14-4765-5dc0-9664-2eefccda205d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c5e22300-1a38-5ee0-893e-b52ac2c83305"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cac7c24f-1d56-5ac0-9a7a-2214273d40be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcd7ba78-4e18-5e64-884e-bdce1486a715"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/889b68d7-decf-5974-a4a4-0338d99587d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cac7c24f-1d56-5ac0-9a7a-2214273d40be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcd7ba78-4e18-5e64-884e-bdce1486a715"}}],"status":"accepted","resourceType":"Task"} +{"id":"81876a8d-300c-5cae-861f-f39a3a16b7f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010743"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/63ea20e5-d12e-5b3c-acfe-3eb342a7f386"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e0fa7f49-dca3-518f-a7eb-69d1ba98d2e0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf963f36-a53f-5208-bf53-7b875a3f3166"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a58e9e30-462a-5eae-9d4f-fb99e8d3d65c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a73e8eb-0533-579d-b92d-d087740c2ced"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf963f36-a53f-5208-bf53-7b875a3f3166"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a58e9e30-462a-5eae-9d4f-fb99e8d3d65c"}}],"status":"accepted","resourceType":"Task"} +{"id":"ac7729b5-07b8-533a-a957-42396c1ad841","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010744"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/530a3fd1-cb8c-5e1b-910c-84f7b93ec5a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/08def2ba-d579-5f62-b4c5-787b27c55ee2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04a888d7-e215-59c1-a45c-fa9c7220f84e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53a18d5b-d2d9-5946-8c83-f7052b99bfc7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c930d31b-18c3-5772-be5d-6aa051a482c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04a888d7-e215-59c1-a45c-fa9c7220f84e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53a18d5b-d2d9-5946-8c83-f7052b99bfc7"}}],"status":"accepted","resourceType":"Task"} +{"id":"b0592623-0475-54f7-8d6e-055dfedc519b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010745"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/71bb8ef6-648f-5b3e-a4a9-413428cf3a40"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/999f9356-5dce-54cf-a6c0-c6dc871f2de4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9032c3be-c0e0-5d85-a400-6efb39c22d45"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1925a253-87a4-570b-8d68-02616260ceca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fad6d5e5-502e-5cdd-8e95-39262f9973f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9032c3be-c0e0-5d85-a400-6efb39c22d45"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1925a253-87a4-570b-8d68-02616260ceca"}}],"status":"accepted","resourceType":"Task"} +{"id":"5c166c90-b81d-5500-9d9b-1279c5297d68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010747"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7f740e77-1113-51ee-b7be-6aad81d7fd32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d4c9fd5f-79e5-5f6d-a117-ec977846e1b0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec9fde67-29d8-57af-a46b-72f3eb05996a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f307ee2-1efa-5270-9128-5a7c6af891db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da21c198-4fe6-533b-ab49-bb5892deb988"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec9fde67-29d8-57af-a46b-72f3eb05996a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f307ee2-1efa-5270-9128-5a7c6af891db"}}],"status":"accepted","resourceType":"Task"} +{"id":"3b4e52b8-07c3-5f1a-b027-b5f618138895","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010748"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/05f84386-947d-5add-9747-71fdf4cd101d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/abf7f75d-3522-5140-bacb-db0d8b8f2141"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0e9c8ef-31b5-504c-985d-025cbaebb4c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19363aff-d2ba-5c9d-85ae-3f99df234196"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa37f18d-11cc-50d5-aa67-7243b534922f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0e9c8ef-31b5-504c-985d-025cbaebb4c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19363aff-d2ba-5c9d-85ae-3f99df234196"}}],"status":"accepted","resourceType":"Task"} +{"id":"cb50b044-51b5-5643-a8a2-caf26f741d88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010750"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9d205363-4a8e-5323-b114-a77ab4846045"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aa44d5a3-1611-53dc-8f41-e644b452c434"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41480b97-4a31-5d66-959b-3860d8c6db34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59dea95c-b818-5f1c-85b5-34e6a198b2be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e89dae97-dae7-57ed-9b21-c713ad626a7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41480b97-4a31-5d66-959b-3860d8c6db34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59dea95c-b818-5f1c-85b5-34e6a198b2be"}}],"status":"accepted","resourceType":"Task"} +{"id":"dfe64634-cfeb-514c-8b88-e784c182452c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010751"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a4a74ba4-2b77-5917-b6bf-1186f69acad7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7fd52451-8a9d-570d-bc9a-e0f1c4aeb980"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d59d8c3-8dee-5bb2-9043-e3eb8d4f9d47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6256172c-aecb-5d36-a4f1-08fa8cbf0d78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8217ff0f-244e-510b-a411-c2420ee1bae7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d59d8c3-8dee-5bb2-9043-e3eb8d4f9d47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6256172c-aecb-5d36-a4f1-08fa8cbf0d78"}}],"status":"accepted","resourceType":"Task"} +{"id":"73947588-ec7e-56b2-af86-f905f375aa88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010753"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0953b48c-a9d5-5d36-b2ee-0d48d9a0be25"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7892596a-76e4-5bd9-9f1f-4b163a2135d0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0bd0e6b-5899-5bdd-a973-85d4ed668548"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/321186c3-c60c-596d-b762-8702f02e3d79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d2475ee-c220-5ba8-afcb-28e73ee95dcb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0bd0e6b-5899-5bdd-a973-85d4ed668548"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/321186c3-c60c-596d-b762-8702f02e3d79"}}],"status":"accepted","resourceType":"Task"} +{"id":"9b3c3507-0311-5d5f-b594-6227d4ae7633","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010754"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c4b43491-2a53-561f-9196-4e3b026418cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c4e5ce8a-c14f-597c-b712-f5e0e0268716"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3a02cdc-84c2-5053-a525-8fa7542043b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da1e3b1a-0b1b-5dba-b7b1-0c82ca97efe6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1785bb27-7d20-5a0b-9283-d725f4396ecb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3a02cdc-84c2-5053-a525-8fa7542043b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da1e3b1a-0b1b-5dba-b7b1-0c82ca97efe6"}}],"status":"accepted","resourceType":"Task"} +{"id":"0d1a5ed5-9947-5de9-bd8f-b145e460e5d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010756"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5849bbb7-c914-583f-95d6-337437d84bab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b3558b9c-d9b5-58fe-ac3b-3c0d1b1d6ae7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2eebf0a8-8a9f-5977-8275-7b9e6773e2e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/311f177a-80eb-5f5a-83c1-652a3d469109"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f0382d0-85cd-5516-8ea9-e719cd07f7d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2eebf0a8-8a9f-5977-8275-7b9e6773e2e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/311f177a-80eb-5f5a-83c1-652a3d469109"}}],"status":"accepted","resourceType":"Task"} +{"id":"9a553fbb-2fc3-5181-bf75-a2b1260a7d81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010757"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c4d11d03-d55f-5cb3-bd1d-ccfe26458d20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/76e559a1-b6c9-5841-ba11-ae2a7787665e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eed2dc23-28c9-5c0f-af2c-e54eda0d3000"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbecd113-2b9d-5ed6-a86a-e48058f48649"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b1dfb82-8200-5903-bec3-b101a2031b0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eed2dc23-28c9-5c0f-af2c-e54eda0d3000"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbecd113-2b9d-5ed6-a86a-e48058f48649"}}],"status":"accepted","resourceType":"Task"} +{"id":"4261cb28-c122-5352-bcf7-1fa7a11cac04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010759"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/041d665e-8278-5ca6-b14c-7c7e9c3a7712"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/81decad3-cefa-593b-99a5-d7344e40e248"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e5dac31-f1a6-53d0-b0b1-a1fcbcd2d3ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0049cfa-7171-5a5d-8ba1-7864454a74d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f823ed3c-0749-5d28-87c7-04548df05844"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e5dac31-f1a6-53d0-b0b1-a1fcbcd2d3ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0049cfa-7171-5a5d-8ba1-7864454a74d2"}}],"status":"accepted","resourceType":"Task"} +{"id":"0afefb5a-c99d-5d88-b3e7-0a68c901f187","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010760"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/93e6dac6-e034-5b8d-8674-42ffe626f7b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7b53d90e-9e9e-5a03-9d53-b6086421f1fd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f60ed89b-220e-5eef-9efa-99d73b78fa22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25f82a1d-74f5-50e5-b157-2666363ef6b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0640c310-f6fb-5f38-a58a-94a2f4e8656b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f60ed89b-220e-5eef-9efa-99d73b78fa22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25f82a1d-74f5-50e5-b157-2666363ef6b8"}}],"status":"accepted","resourceType":"Task"} +{"id":"74e669ca-40ea-52cf-b762-5794399167fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010761"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/66626522-ac5b-5a19-8730-a2ea6bf1fba2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5090c33b-b571-5d8b-b8a0-c1ee90cd52b0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b135716-aad5-5964-85f4-718a9b58e005"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1457358d-b4bd-5023-864f-48ca13c3b7fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3905399-1e19-5985-a1c7-b4378098c906"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b135716-aad5-5964-85f4-718a9b58e005"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1457358d-b4bd-5023-864f-48ca13c3b7fb"}}],"status":"accepted","resourceType":"Task"} +{"id":"19e7b556-fcf0-500a-8a90-6c20a8904660","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010763"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/601ca1b3-c2ce-5a0e-8bd3-629fda6e74ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a2bfe99f-1454-5a2f-aafe-1ea254cc2854"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1255c6f5-17f4-59c5-8268-3002dece5bc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a8bd4c5-cc42-5c43-ab8e-411474cd5b20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a03ce0e-8e70-5a76-a9a8-b80e5d00d0ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1255c6f5-17f4-59c5-8268-3002dece5bc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a8bd4c5-cc42-5c43-ab8e-411474cd5b20"}}],"status":"accepted","resourceType":"Task"} +{"id":"5a104ed7-7b42-57a2-9c93-848499360b6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010764"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9b2dc246-bb80-5c4f-92a0-e64b492212c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/153071b5-a1d6-5de5-ad48-03b248527d04"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9fc4fda-b05c-5eff-ba8f-838e24d68b7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0282a613-0bcf-5960-ad3c-15657618f936"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b1dcafb-a00f-5f41-9069-06d1c3ce9cc6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9fc4fda-b05c-5eff-ba8f-838e24d68b7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0282a613-0bcf-5960-ad3c-15657618f936"}}],"status":"accepted","resourceType":"Task"} +{"id":"903952ab-2520-5d4c-abc1-93257ddfd1d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010766"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/59f41194-f12b-5aa9-a0db-38fa4d70c3ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/78ccdd8e-7d50-5931-9437-862fc4d4fe7a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c30d124-7ce4-5522-a96d-13a7708665fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/400f2d13-a65c-556a-b01a-7a0e6cf8d208"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f1da622-b56c-5bd3-9bc0-169d5f9ac395"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c30d124-7ce4-5522-a96d-13a7708665fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/400f2d13-a65c-556a-b01a-7a0e6cf8d208"}}],"status":"accepted","resourceType":"Task"} +{"id":"82e4146e-04ff-5bd8-9035-aa65dc6ebf93","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010767"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2cad0ceb-db4b-5282-9e3a-934dbf454216"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a60e12ce-0334-551b-a9fd-da3d66e39958"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd3e8bd1-40d6-5a83-abe4-9fca3bd1fc1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ed35135-b239-569f-a3fa-98a7572eea7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6544a557-6ef7-565e-8357-06979e2c48ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd3e8bd1-40d6-5a83-abe4-9fca3bd1fc1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ed35135-b239-569f-a3fa-98a7572eea7d"}}],"status":"accepted","resourceType":"Task"} +{"id":"32a87d45-fea2-54a1-9c17-eef8d2561e39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010770"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ddcf714c-fb66-5dc6-8534-e8b8ab996353"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7bc74bd9-047d-583b-9972-8380b04ab135"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de49c15e-6574-55bd-80b0-3b499ae6cedf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e6b308a-04f7-578c-98d9-92df29ada867"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47691e66-6128-5e72-8e43-7423692d6680"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de49c15e-6574-55bd-80b0-3b499ae6cedf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e6b308a-04f7-578c-98d9-92df29ada867"}}],"status":"accepted","resourceType":"Task"} +{"id":"4fdc82be-400d-5730-bf32-9079b1460462","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010771"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/92168aba-22ce-5d14-9092-3a2b2a0cc027"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d87fe93f-d3aa-5350-9a33-19f565741829"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4eb08728-3c52-5419-9ec3-1c1a0e661d32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cac95807-2d02-56ca-8e43-614a738689b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e34e9eb1-1af3-5e87-907d-5a99ef32e2b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4eb08728-3c52-5419-9ec3-1c1a0e661d32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cac95807-2d02-56ca-8e43-614a738689b2"}}],"status":"accepted","resourceType":"Task"} +{"id":"be4cb11a-32cd-51b1-9552-ea712b59c2d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010773"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c3ca345b-0108-53a6-82b4-1eb7e284cfc3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f5890398-4bc5-5995-90ed-78a558402aae"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a563798-a50a-546f-ab4f-0c39074c4418"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c85682f-8f19-5938-b12e-8b907cc9c338"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/022201d9-1dd3-5221-9d98-7aa045433850"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a563798-a50a-546f-ab4f-0c39074c4418"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c85682f-8f19-5938-b12e-8b907cc9c338"}}],"status":"accepted","resourceType":"Task"} +{"id":"ca5c5aeb-a5d6-5030-9d7d-d038d3684965","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010774"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3651a3ce-372d-517a-908a-70658bf1bfad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0f351836-db38-575d-a3e9-f762fe953bea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0222a7d-ba8c-59fe-9e7a-bacd07d80990"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/106caee3-ae67-56e2-a5a9-058b28153128"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/962e7cf6-e5c6-583e-9f6e-ed127876b7c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0222a7d-ba8c-59fe-9e7a-bacd07d80990"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/106caee3-ae67-56e2-a5a9-058b28153128"}}],"status":"accepted","resourceType":"Task"} +{"id":"a1f39563-81a0-5262-be90-e852782eb703","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010776"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/94ca96d8-d088-577f-ac44-1f91f00c66a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/34928128-843b-549a-a051-c6213e1129b2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a1190c1-7a26-5390-b3e5-c560ebed2e40"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57994802-5012-556b-8665-b1e59f0763dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/306aa8b7-f3c0-511d-a3c1-8e1161927c2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a1190c1-7a26-5390-b3e5-c560ebed2e40"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57994802-5012-556b-8665-b1e59f0763dc"}}],"status":"accepted","resourceType":"Task"} +{"id":"f9f39fec-12fe-5860-ae41-d682fdf27d7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010777"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aed611c3-e238-5c7f-9a11-2736bd69b5ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/31114e06-27f1-58bf-bd42-6097663aca67"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7f983d6-126b-54f9-b561-d5527f8aead1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/897f32ff-1a37-549d-b262-fbf63c1227cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4a07dd0-a0ef-5c1d-b323-0537dbb508e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7f983d6-126b-54f9-b561-d5527f8aead1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/897f32ff-1a37-549d-b262-fbf63c1227cf"}}],"status":"accepted","resourceType":"Task"} +{"id":"e481bbbe-f09b-5f87-a6eb-9df26bc5c495","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010779"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e9a67235-0814-5850-9827-2daecbecdffe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/64e7557c-345b-590e-9b35-8d7d0ca71871"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91c6a41b-f1cd-5a80-a472-420979702a39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed0870a0-7f84-5712-9f4a-6334dbc05708"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f654e63a-0bff-5a0c-8a73-4a19920b8314"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91c6a41b-f1cd-5a80-a472-420979702a39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed0870a0-7f84-5712-9f4a-6334dbc05708"}}],"status":"accepted","resourceType":"Task"} +{"id":"65d768a1-6832-5984-b871-5b218630d4cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010780"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2d3f3f0a-dce1-516a-bd31-d5b5ada403cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f8b0bec1-0f26-58b7-be99-f3f74d024124"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62b1eae5-3e64-5cb5-bf94-2f0cc2e4bca6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0499a0ad-a2ec-590c-91ce-0579656f1b6d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d9e7098-359f-533e-95d2-ae1f8f146926"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62b1eae5-3e64-5cb5-bf94-2f0cc2e4bca6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0499a0ad-a2ec-590c-91ce-0579656f1b6d"}}],"status":"accepted","resourceType":"Task"} +{"id":"878c014f-7efd-52ce-a433-e86ad048e71c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010781"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2c4e9e0f-2b05-5c88-b0f0-8f2a31eb2d73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d1374dc3-3b11-55a0-a04e-d595370ce495"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d7094de-43d4-5b9b-9397-4ad166f8eec4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9bd60e8b-6159-5099-a9d5-c6d380029172"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0cf7664a-7109-578f-a703-898c8030766a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d7094de-43d4-5b9b-9397-4ad166f8eec4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9bd60e8b-6159-5099-a9d5-c6d380029172"}}],"status":"accepted","resourceType":"Task"} +{"id":"a4eb8329-836b-5d3f-9bf5-25f3a01d6beb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010782"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/75628cf8-ef74-552c-b44e-4e01404db96f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/57428f9a-a924-571d-81f7-f9ace03c59ca"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4bd5a073-1172-5227-ab60-bf1c08cc4e9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a7386ae-154f-5890-be7f-98d55090ecd4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4da01a90-092f-5941-b1e6-fe8707362315"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4bd5a073-1172-5227-ab60-bf1c08cc4e9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a7386ae-154f-5890-be7f-98d55090ecd4"}}],"status":"accepted","resourceType":"Task"} +{"id":"4b700577-f1ef-5b5a-bc33-a05ae8f8fe67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010784"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/843fbe2e-2f84-53d5-99f1-96e175fba62f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9c1f9391-5394-5592-b1e4-d7843134202e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4b09435-c2a1-5c00-b942-72df1449a079"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/910f3100-fdf4-5ad6-921d-4550106e297d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/220c59f3-ca16-5331-9fc6-57a03d07eb32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4b09435-c2a1-5c00-b942-72df1449a079"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/910f3100-fdf4-5ad6-921d-4550106e297d"}}],"status":"accepted","resourceType":"Task"} +{"id":"a80e10f7-b7aa-5bd0-92b8-56dde6679a69","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010785"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b4ced3c5-1d14-5bd4-a4e2-cfd4d989d134"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/71a78b38-af8c-5733-8bdf-300fb23cc20d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63124530-c00a-58d8-b754-a5927fa39f21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b021fc5-acb0-5392-bd35-ec3816cf67be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ebc5da6-4707-55a5-8cbc-0191ed55b75f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63124530-c00a-58d8-b754-a5927fa39f21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b021fc5-acb0-5392-bd35-ec3816cf67be"}}],"status":"accepted","resourceType":"Task"} +{"id":"7ac978cb-497f-55b1-a251-0356000c3f4c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010787"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2419305c-c5f6-55dd-a3cc-797de2516c35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ca2ef35d-4f4c-5099-b5ca-b81c1c35d7c5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b86e4def-2f78-51cb-a79b-a876e55281bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f8669bf-a766-5b90-b039-901da68382d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/978c4929-7016-5c24-92bb-fe99a023fe04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b86e4def-2f78-51cb-a79b-a876e55281bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f8669bf-a766-5b90-b039-901da68382d2"}}],"status":"accepted","resourceType":"Task"} +{"id":"8be5816c-3554-5d54-9ddd-a051693610b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010788"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/37f763d7-0448-55c7-a9d1-28adcacc655a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1119dcca-27b1-5a88-b6df-eaf01400289e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b677c680-b840-508c-b208-59b7e5de2d13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cc8d69c-3997-53ad-82d5-5e1fb3306eff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec5f112f-512a-5393-a7cb-c3df1610971e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b677c680-b840-508c-b208-59b7e5de2d13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cc8d69c-3997-53ad-82d5-5e1fb3306eff"}}],"status":"accepted","resourceType":"Task"} +{"id":"58c0eaa0-76aa-57a8-9b11-ba2a03b25f55","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010790"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cef50bdc-f4cf-5015-9fa7-2dd8e87a3eb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3fb9491b-ee93-5dde-b954-45ce8b6ecfe9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/123da468-ef53-523b-8c71-0e4b8f8b5cb9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddee3ad0-e1ef-5809-afd2-6d679a067f26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/488191dd-d0f1-53c0-b4a2-21eed366cb13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/123da468-ef53-523b-8c71-0e4b8f8b5cb9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddee3ad0-e1ef-5809-afd2-6d679a067f26"}}],"status":"accepted","resourceType":"Task"} +{"id":"7512bd3f-8e91-5ec0-b7ec-52bec06a87ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010791"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b7ebc2d0-c1ba-54ba-aa05-cccab3bb3e6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4bfc2277-1bbb-5693-b3cb-17357e200d9a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e98f2f2b-0eff-5ef1-b093-22fbbde80485"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48723ad3-57ba-5e9c-8a75-e3431355a9bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b201e124-d9d0-54e2-94a3-c0da0419ebb0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e98f2f2b-0eff-5ef1-b093-22fbbde80485"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48723ad3-57ba-5e9c-8a75-e3431355a9bf"}}],"status":"accepted","resourceType":"Task"} +{"id":"825e0c85-10fa-5341-837c-63abce30518b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010793"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/afbd362e-341e-576b-8bb3-c7a065e7f2f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2f8558b1-5f85-534d-9075-6550a3c81916"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a20e166d-04c0-5a4b-a2eb-ed7e57b9d4d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d33972b7-dd59-5c85-b200-667f9eca7bc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4c6858e-c43a-5adb-83e5-6247af80f419"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a20e166d-04c0-5a4b-a2eb-ed7e57b9d4d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d33972b7-dd59-5c85-b200-667f9eca7bc5"}}],"status":"accepted","resourceType":"Task"} +{"id":"659de56f-333e-5926-80f3-6c13d01cfffb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010794"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f41ac33d-f20c-5599-8fe7-15645b275ddf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/583ef916-50ab-59fe-bf45-e9acd573ac0d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4f7f4f6-47ef-51be-a50e-e9706b082625"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9766971-f78e-5016-9499-5d2ae9c72060"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64e8175b-fd6d-57ab-aebc-1c63d4907ee8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4f7f4f6-47ef-51be-a50e-e9706b082625"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9766971-f78e-5016-9499-5d2ae9c72060"}}],"status":"accepted","resourceType":"Task"} +{"id":"447b4c12-d6aa-5898-aac5-707755e1a74b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010796"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8e346c20-0803-5f06-89ea-ac430b2989d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5f71f97b-a4da-5c8c-829e-7c17600797f2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c914ea3-4e01-5a4b-8e1d-7268120be209"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ecb3017-e346-54c3-aacc-538de081ea3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5872ba3f-ba02-56fd-8f08-78034dfedbf7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c914ea3-4e01-5a4b-8e1d-7268120be209"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ecb3017-e346-54c3-aacc-538de081ea3e"}}],"status":"accepted","resourceType":"Task"} +{"id":"a497f8a4-5478-56df-a8ef-4fcb1fb820e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010797"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7c938b78-c3a2-57a2-bf02-d0481c3ac6f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8dcd09a2-f51e-5d78-83a6-6a4151a19651"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5888cf1-b892-5697-b9a8-42b4e95391c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc316315-eb10-5d4f-9c1f-e661ca63e35c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3632b77f-0cdc-551b-b503-8c8362a9d171"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5888cf1-b892-5697-b9a8-42b4e95391c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc316315-eb10-5d4f-9c1f-e661ca63e35c"}}],"status":"accepted","resourceType":"Task"} +{"id":"1e31a000-973f-5d01-beed-739fe795fffe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010799"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ab598c54-1707-525b-9c47-53a02d368dd0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/54eec492-2da5-56ad-96c1-787bc10e3eb9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/497f8c7a-3274-5fea-8cb5-7d30a7903847"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b424ffc-f3ba-5826-b3b7-5ad196415b44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d91b41f-7b2e-51aa-b901-54ab4684779f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/497f8c7a-3274-5fea-8cb5-7d30a7903847"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b424ffc-f3ba-5826-b3b7-5ad196415b44"}}],"status":"accepted","resourceType":"Task"} +{"id":"5256afb8-01a0-550b-b2d4-962f59549da8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010800"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c13e3a9d-e261-5d2f-a657-5f04e86a56d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f4f5cfa5-9262-52a1-95d0-fccb5da32564"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14876322-1f75-5d69-bb49-0af00b2336b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9de30dc-a810-5ca2-bd93-541d404364be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f52d305a-240e-5693-bb55-8c1d10915239"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14876322-1f75-5d69-bb49-0af00b2336b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9de30dc-a810-5ca2-bd93-541d404364be"}}],"status":"accepted","resourceType":"Task"} +{"id":"3108a686-fca8-57b0-a983-63f9bd7bd7a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010802"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/90fec841-a3f2-5855-abb8-52125dcea875"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/af3d0a14-9321-5eca-ac5d-99f281aaf79e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0ece46d-57c9-5289-9b4a-023969ced39d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2564d5e-5236-53e6-8097-1e23046e01b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6dfa20e4-7c3b-5800-9878-58ef7ecc9520"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0ece46d-57c9-5289-9b4a-023969ced39d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2564d5e-5236-53e6-8097-1e23046e01b9"}}],"status":"accepted","resourceType":"Task"} +{"id":"8324f750-9dc4-54f2-9bcc-a8d29ce6b2b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010803"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7a3878b5-c33b-5115-b446-fede4402b55f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d99f7b17-43c3-5faf-8bce-7b712d84c909"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52bf89d5-7ad1-5d47-8eae-1f6c3741bc2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d84d211-93ac-5fe2-987a-fccb61425111"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c32d708f-8689-55b5-8960-378ad197a8eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52bf89d5-7ad1-5d47-8eae-1f6c3741bc2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d84d211-93ac-5fe2-987a-fccb61425111"}}],"status":"accepted","resourceType":"Task"} +{"id":"ab945815-6fa9-5c3a-8f8e-7188c8fc4b21","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010805"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/95c44f8b-276b-5b51-ab44-62e79bd88e3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/44756d03-1c49-5f21-8082-70ae2ee9d957"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6a41c3d-3862-590e-82ae-fd685bb6bd7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03660d39-61f3-5f8d-affc-8e4eb89188fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9478f6e2-8f49-5605-90cd-94d8822c6b1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6a41c3d-3862-590e-82ae-fd685bb6bd7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03660d39-61f3-5f8d-affc-8e4eb89188fb"}}],"status":"accepted","resourceType":"Task"} +{"id":"178fe101-6306-5605-8084-0a4a0443eb8a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010806"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1f80f705-e4a4-582b-943f-0d443579f004"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9f3035e9-9f1a-5ebb-89c1-549a66344703"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aff38090-ac9b-503f-950e-ec3c2f78a887"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2b35ff4-57a1-5cb2-8d92-e7c04a6d7c60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e339a27e-8bd1-500e-b321-8133768ed0e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aff38090-ac9b-503f-950e-ec3c2f78a887"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2b35ff4-57a1-5cb2-8d92-e7c04a6d7c60"}}],"status":"accepted","resourceType":"Task"} +{"id":"02023d83-d390-5116-91b7-109f65f25a45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010808"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/431173aa-b7d8-5112-91aa-14f64407192e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/67ddde7a-afac-5d94-bbfe-26c36dd7170b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cb6f8de-de70-5941-9ea1-dbc216b73e3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2e05f22-660b-5b7b-81c4-3c2a9fea747c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25bb2da2-d94a-5155-b642-d5fd3a0b669f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cb6f8de-de70-5941-9ea1-dbc216b73e3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2e05f22-660b-5b7b-81c4-3c2a9fea747c"}}],"status":"accepted","resourceType":"Task"} +{"id":"cc92ba32-11e3-5f0c-90a9-0c71a2897f8d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010809"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4592072f-f53b-596c-8d6b-9899609c3756"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/20cccc55-6777-5293-bcc5-5e18c9f8150c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20ea0b5a-01de-5af7-a9bf-e977004af0fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54cf8233-08ca-5cfa-a401-1df0283e1bea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11fbc4af-48c7-5141-9db1-6b10ab9ef1ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20ea0b5a-01de-5af7-a9bf-e977004af0fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54cf8233-08ca-5cfa-a401-1df0283e1bea"}}],"status":"accepted","resourceType":"Task"} +{"id":"88452133-5d74-54dd-a1bc-e100b6c0ce5b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010814"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ac61fd7a-1662-54a7-89b1-5fb490f77874"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b4194ae1-331b-59ff-9c03-612b7d2f93e4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51e72a1c-e4f9-58db-8d45-751d55e6eb55"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79ecfb60-944d-5c94-a531-3587bcef3798"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b553f3f-3152-5686-b9fa-9151c89357b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51e72a1c-e4f9-58db-8d45-751d55e6eb55"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79ecfb60-944d-5c94-a531-3587bcef3798"}}],"status":"accepted","resourceType":"Task"} +{"id":"f3a3d93a-7c8a-519c-bc8c-722de810c0e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010815"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2f0f25bb-95ca-571b-be96-276039cdf79e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7448f2b9-2e39-5fe4-a443-473d0d57865a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49c9eaf1-d457-5cf0-85f7-851127c07615"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2bf56e08-e1ab-5430-ae72-a8f496da49b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e455eb3-a1b8-539b-be53-5cf45364a992"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49c9eaf1-d457-5cf0-85f7-851127c07615"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2bf56e08-e1ab-5430-ae72-a8f496da49b2"}}],"status":"accepted","resourceType":"Task"} +{"id":"dee5e52f-e042-520c-aa2a-c969c761f055","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010817"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3e2cf521-b214-573e-a1a7-847aae7bcbc2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f22c9693-d6c5-5abf-98df-591c9c6a06e4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e03d355-21b9-5150-a22f-ec39354648c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea024f22-33c3-5f6e-99c4-dcd99b58a215"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c166b7cd-c738-5874-aa2c-3f954696b52b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e03d355-21b9-5150-a22f-ec39354648c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea024f22-33c3-5f6e-99c4-dcd99b58a215"}}],"status":"accepted","resourceType":"Task"} +{"id":"77050367-ea39-5f08-9f4f-c1d03146ce60","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010818"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/75036af4-b0c7-5657-828b-00c1c90176da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aeaf749b-de5f-530c-b019-22bc86e20a0b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b396c8f8-9801-5583-b8a9-9bfedab2cf66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09cc1be7-ad70-5842-b110-0d20083bd1fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73639fa8-0cf3-505a-a4c2-35bbb70d0373"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b396c8f8-9801-5583-b8a9-9bfedab2cf66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09cc1be7-ad70-5842-b110-0d20083bd1fb"}}],"status":"accepted","resourceType":"Task"} +{"id":"0938a18f-158d-509c-b2dc-63153092ffa7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010820"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/39fe88bb-0b04-575f-a483-431e1b4bf3f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9e44ec68-41b1-5a15-8d21-36532a01d2f7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86de5743-b90b-5fed-8c87-7e988c1335b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd4a12dc-ec18-53ed-8b73-a58926daebcf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bda57a2-7e3e-5c5c-83b0-984e389cbe7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86de5743-b90b-5fed-8c87-7e988c1335b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd4a12dc-ec18-53ed-8b73-a58926daebcf"}}],"status":"accepted","resourceType":"Task"} +{"id":"a272ab67-dde0-5103-b1e3-7005e2bafe06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010821"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/41f7ab36-1309-5936-a0ae-31771d672888"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9c646fc2-2c2b-5182-963f-520fb2350979"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a997736-2dd7-5f9b-b5bc-3c9072425125"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/602be5c4-a5cd-57f4-aef4-1eeef6c54554"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d11e77bc-aa57-5513-845d-8ce4c0b14b3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a997736-2dd7-5f9b-b5bc-3c9072425125"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/602be5c4-a5cd-57f4-aef4-1eeef6c54554"}}],"status":"accepted","resourceType":"Task"} +{"id":"ad3e8fd6-95f4-564c-a9fb-8e810896aeb8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010823"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/17e8cbaf-03ae-5ba2-938c-b5a75834a4d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d846b07c-b8d9-50c3-918d-2f42da0b15fb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b76f19c1-6049-528b-9dfe-cacee4b07865"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3e6532e-2989-5bd9-a57e-2b7a92b34135"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2dbcf3b-8f86-515e-baf8-6fd489bcc064"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b76f19c1-6049-528b-9dfe-cacee4b07865"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3e6532e-2989-5bd9-a57e-2b7a92b34135"}}],"status":"accepted","resourceType":"Task"} +{"id":"7acf1925-c999-5261-8385-e70e0d8ad678","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010824"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cf60f329-6708-54cb-b96d-b6ab887e3829"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5674f749-73e3-56e1-b16b-30b260fbef53"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26f12fe3-27d9-56e8-a053-6ea119fa456e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/553b892f-63d1-5ac7-b337-1c0869a78d09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/974cd3df-0ba1-5f8a-8f9d-09ec9226ab6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26f12fe3-27d9-56e8-a053-6ea119fa456e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/553b892f-63d1-5ac7-b337-1c0869a78d09"}}],"status":"accepted","resourceType":"Task"} +{"id":"05599d3f-269b-5fdc-bbb2-44f29cdca5fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010826"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1f4f43b9-2a96-54da-b264-a103a66a90ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a53599d1-9b3d-5d07-9805-58ed8b2b8c8d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b644919b-b7c4-578c-bf4c-d72ccf4d37c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6416726b-d74a-5818-a161-741660df0ac5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8514968-8e1d-570d-aa78-633d6c239411"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b644919b-b7c4-578c-bf4c-d72ccf4d37c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6416726b-d74a-5818-a161-741660df0ac5"}}],"status":"accepted","resourceType":"Task"} +{"id":"d471c157-84fa-5b46-bbbe-023a79f65969","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010827"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5da38b64-cb81-57c0-9e84-fbdd6c434bf6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d743225c-afca-50e4-bd9e-310c19b64cbe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/357c9355-44fe-5525-975c-a60a5a1a6e28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9e00c37-0c11-5715-bf78-6fa561627420"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/471b7470-7508-5fed-80c7-6c0de633a835"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/357c9355-44fe-5525-975c-a60a5a1a6e28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9e00c37-0c11-5715-bf78-6fa561627420"}}],"status":"accepted","resourceType":"Task"} +{"id":"ee3a7ed9-79e1-5896-927e-9935361a1a77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010829"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c26261ec-e9b0-52ff-9ad7-c8c32c866aa3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/732b2abe-2280-5af2-8b67-4e540eac9d5d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6afd2a10-6556-5a03-ad96-3c4dbc084b51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7229035e-2c23-537f-8728-17c2223053a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f59bedbb-afd3-50ee-a366-449c20a3db6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6afd2a10-6556-5a03-ad96-3c4dbc084b51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7229035e-2c23-537f-8728-17c2223053a5"}}],"status":"accepted","resourceType":"Task"} +{"id":"d5184b1e-ed6c-50ee-a7e9-7ceee71625ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010830"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/07478407-fe38-50e8-ad96-3820e3bb707b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1b368619-f940-5f39-8a68-5cba596fa58f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a42d010-6de3-58f4-b038-7e2510532908"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63c0704d-6b1c-5171-8446-67af2fe4e4d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9da9b10-2748-5d5a-8c87-d69ac3124e58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a42d010-6de3-58f4-b038-7e2510532908"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63c0704d-6b1c-5171-8446-67af2fe4e4d5"}}],"status":"accepted","resourceType":"Task"} +{"id":"108cbf10-5caf-582e-b6bf-08a58f175d84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010832"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7905e58d-8445-550e-b645-297dea0fcaf9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/59f83fcb-46db-558f-a139-985ecc9489bf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0bb1282-5411-57c0-aceb-387a8c56ccb2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/953472d2-413d-55eb-bf68-349949f64385"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/113ee686-a5bc-55b7-be01-c9352456b5f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0bb1282-5411-57c0-aceb-387a8c56ccb2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/953472d2-413d-55eb-bf68-349949f64385"}}],"status":"accepted","resourceType":"Task"} +{"id":"2e2d6c38-9c2a-5d28-b764-1bf0f1779772","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010833"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a005d789-b9cc-5815-9a29-bda99cf9ba24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5fd24138-d96f-5ec4-b31a-2a30ddc6134e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62ab3e54-3bfe-54ab-ab9b-745b8678a981"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0556f54-a8a6-5e61-abe9-43aca97e3557"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72dee5e4-2288-5072-981c-09965037c797"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62ab3e54-3bfe-54ab-ab9b-745b8678a981"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0556f54-a8a6-5e61-abe9-43aca97e3557"}}],"status":"accepted","resourceType":"Task"} +{"id":"406bddb1-d18b-5396-9466-71065339f840","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010835"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/be5eafb2-bcec-56f4-91c0-7c151fa1731a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/73500a54-1dcf-5d1a-88b9-0b9a5423424c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ef488e8-8954-54a3-97f9-9fb721e2699a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7940a7d9-588a-53ae-87a5-b18c85209ec4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d190f15f-7485-5ed8-bd26-a59072e92c51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ef488e8-8954-54a3-97f9-9fb721e2699a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7940a7d9-588a-53ae-87a5-b18c85209ec4"}}],"status":"accepted","resourceType":"Task"} +{"id":"63a74b77-d831-5345-8d90-8953693f924d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010836"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/96d18ed9-3699-511d-bf49-5e84030445ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/207227e3-0735-5576-b838-98990030d202"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5fd8352b-4652-520a-9476-7d7ae87435ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c94b8a3-e0e2-5841-b0ae-55a7bc41546b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a0edad9-c8f4-5cee-bf5c-5acdda6bd213"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5fd8352b-4652-520a-9476-7d7ae87435ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c94b8a3-e0e2-5841-b0ae-55a7bc41546b"}}],"status":"accepted","resourceType":"Task"} +{"id":"a64772e5-8ceb-50c4-ab3e-c0f9cbd48863","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010838"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d3bd042b-bdcb-59d4-96ef-c24a71cc8a43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5fdef404-e154-5803-bcff-57150ea1dd3f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4db83d39-1da0-51e4-a2e1-02542a8ac41e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/374a5989-a7e0-5cc4-bb2b-54f979216320"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0d5f62a-e43a-5fe6-922c-c47e63504b4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4db83d39-1da0-51e4-a2e1-02542a8ac41e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/374a5989-a7e0-5cc4-bb2b-54f979216320"}}],"status":"accepted","resourceType":"Task"} +{"id":"fddf06d0-0659-58a5-90ef-06bf0cc80ce6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010839"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8f233362-06ce-546a-bdaa-691f960dc2d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4dbc976d-132c-5ff0-b59d-e62a478ef27b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5eb38663-50be-508e-bb0e-58f84065e82f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddacd6ef-ecc5-5aea-befa-c55ae9b625c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba2bd0f0-f7ea-5225-bc60-8f0a4e7459ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5eb38663-50be-508e-bb0e-58f84065e82f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddacd6ef-ecc5-5aea-befa-c55ae9b625c7"}}],"status":"accepted","resourceType":"Task"} +{"id":"0d8fe5ef-45e1-5c7e-b631-a936624c0587","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010841"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a4f162cd-ef7a-5d64-b3d6-3132874661d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a921a4b7-68f8-5d1c-b578-991f24ea0a1b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa6fe5c9-d4c1-5d8d-956e-a8dbd354b8f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f403696-4b07-5135-b49b-85f4f5acc0b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dee1fd3d-0f71-52b9-afb2-eace322561af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa6fe5c9-d4c1-5d8d-956e-a8dbd354b8f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f403696-4b07-5135-b49b-85f4f5acc0b4"}}],"status":"accepted","resourceType":"Task"} +{"id":"0c7ff136-1f0f-505d-8238-e82a3e1f206b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010842"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b00853d8-d198-513c-bfc2-4e6c997e5080"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/54a23271-de6b-5bc5-b65a-67ff2f04c6f3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f32f250d-3322-5fea-9332-ebd2c6550dc1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd361b51-6a6b-5157-ab43-906d17b5990f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/766b5aea-fbed-5aee-b8ce-6d2381158ef0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f32f250d-3322-5fea-9332-ebd2c6550dc1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd361b51-6a6b-5157-ab43-906d17b5990f"}}],"status":"accepted","resourceType":"Task"} +{"id":"d5dd19f9-de5b-5dbe-b994-9ef19c7edd34","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010844"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eade3cc6-afde-5e32-a66c-00589fbea6b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9675291c-32f6-54ed-972b-e4474dbf3314"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43ae3da3-8e26-546c-bf3a-be093dc7c718"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a98b074-169c-5317-89ff-520f668dfb1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27a661f5-7a4a-5f5b-970a-b91a92f90baa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43ae3da3-8e26-546c-bf3a-be093dc7c718"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a98b074-169c-5317-89ff-520f668dfb1a"}}],"status":"accepted","resourceType":"Task"} +{"id":"95e7097a-7317-559e-8d6f-0c963c68ac08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010845"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f91e0439-37d0-52b3-af9f-4cc1844382ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e724d2aa-def9-5a5a-8aab-facdccf49a05"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f38a1a82-5bbc-5342-8ec5-9a0a8de7077f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2cdb1b9-c765-5b7e-a99e-0d57bb9fffe0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa1bca21-dbdb-5811-a61b-253b5ad0bfbb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f38a1a82-5bbc-5342-8ec5-9a0a8de7077f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2cdb1b9-c765-5b7e-a99e-0d57bb9fffe0"}}],"status":"accepted","resourceType":"Task"} +{"id":"2888de3f-9dd5-566c-9eb5-0ac4b3d2b912","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010850"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d66ef753-6221-55ff-aba1-81e53dbd865a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/92f52525-a014-5bd0-aa63-58480a2e740a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5807e8e8-0513-5671-a557-54b3fa9f7cdf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7ad591a-86d0-5708-978b-477374c6b49c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e07aaa9-6f83-57ba-9752-1f7595e2471d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5807e8e8-0513-5671-a557-54b3fa9f7cdf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7ad591a-86d0-5708-978b-477374c6b49c"}}],"status":"accepted","resourceType":"Task"} +{"id":"d8ae3452-83bf-5886-886a-2d0cf0426e01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010851"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b8b75d47-820e-52c0-87c3-b268ceef3bba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/971fef38-c87e-57a5-bb3f-52cd20ebc173"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4aa79335-bf5c-5121-82e9-d99aa0a767d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6b33eaf-c275-5e55-b610-5835e9ec8f0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f182992d-bcaf-56b9-8b97-7e23331f5f6d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4aa79335-bf5c-5121-82e9-d99aa0a767d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6b33eaf-c275-5e55-b610-5835e9ec8f0c"}}],"status":"accepted","resourceType":"Task"} +{"id":"c3ddd9d1-1bd8-563a-b712-d78436730c07","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010854"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a3d1504a-2ca8-57b4-a66c-cc6285c2bd81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/64dbc1b3-43d5-5693-8d27-48e0c05215e5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdb0aa46-7a8d-555b-a240-1b0cfe21e932"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6cf7e8e-53c4-5490-a4f8-875f14b739e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1daa2124-80f0-5038-a4a7-679c5709ed4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdb0aa46-7a8d-555b-a240-1b0cfe21e932"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6cf7e8e-53c4-5490-a4f8-875f14b739e5"}}],"status":"accepted","resourceType":"Task"} +{"id":"04b06a16-37d4-5029-ac7c-a83560252a82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010856"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7a17f16e-2dcd-59f3-82b9-682396dd7ace"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8b32fac2-3be7-555e-ae86-e188c54327ce"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b95bbf81-eefb-513b-b178-a313c01b4979"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/204f00db-7710-58df-85ae-db82e563547c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1eaa5a6-e08e-58bc-82f2-aeee2f7cb527"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b95bbf81-eefb-513b-b178-a313c01b4979"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/204f00db-7710-58df-85ae-db82e563547c"}}],"status":"accepted","resourceType":"Task"} +{"id":"9403ae55-ad20-5ee9-a236-807827189aa7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010871"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/43e2c860-3e83-5a5a-a3a1-bd6aa54f9754"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d9648f71-eb15-53bc-be1c-a6ba9095658e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3eb140d2-34ac-58fb-87ce-3e9ceb3aa389"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a5cf2dd-d469-5f0c-bbb4-c70a9b1975d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1355b9d0-15c0-523d-9579-5b8dd1aeff8f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3eb140d2-34ac-58fb-87ce-3e9ceb3aa389"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a5cf2dd-d469-5f0c-bbb4-c70a9b1975d7"}}],"status":"accepted","resourceType":"Task"} +{"id":"6b151055-e0d3-505f-846d-84340de25dfc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010872"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b34a21ec-2805-5d1c-bda6-11131281d2a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bf2928d1-1063-564c-9430-60beb2827b48"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b427c69e-5a72-5baf-aa17-76a06daeec31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18aa6637-ac68-5dce-bfb6-6e8c3228ad2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/169dbd01-6583-56bf-ac3a-4b301087b1e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b427c69e-5a72-5baf-aa17-76a06daeec31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18aa6637-ac68-5dce-bfb6-6e8c3228ad2f"}}],"status":"accepted","resourceType":"Task"} +{"id":"058b2026-ed57-5934-a4f8-99b5e982aea0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010873"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ba45225d-9b1a-5266-aa2d-6d281e8259cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9bb73962-4ffc-5f73-b392-3e05d4a65b96"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d6d8dfe-be7d-5438-b718-2326cb2e2772"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24be58f3-a86f-5603-b812-a38f8ac03a59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/318cdb54-d1d7-573f-9ca0-31a047566a78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d6d8dfe-be7d-5438-b718-2326cb2e2772"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24be58f3-a86f-5603-b812-a38f8ac03a59"}}],"status":"accepted","resourceType":"Task"} +{"id":"c067e4ec-6427-56fc-ba54-566725b73a4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010876"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/36004c9f-e5fe-5a54-92bd-04a7e300f659"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ebb51ac1-788a-5ddc-8dd0-10e180bfb6ba"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b877cd32-82a3-5c2d-b3c5-c2e472cdbfac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/628a6568-034a-5ea3-8296-4d6577a902f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46d9f769-5f3d-5438-b7cf-640b17048bcd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b877cd32-82a3-5c2d-b3c5-c2e472cdbfac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/628a6568-034a-5ea3-8296-4d6577a902f1"}}],"status":"accepted","resourceType":"Task"} +{"id":"a25babdd-5d95-5699-8e3f-2aa4f46e1d62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010878"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/421f0d33-f383-522f-805b-05c1c13746bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/75f05326-a658-5e26-af5f-18280800c5a2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63f532e1-ed7d-5d9b-bb50-98ed1eac02db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddb89474-e676-54bf-8c1f-18684e71b35c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b65d254-45f4-59e8-8ede-fc1382225536"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63f532e1-ed7d-5d9b-bb50-98ed1eac02db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddb89474-e676-54bf-8c1f-18684e71b35c"}}],"status":"accepted","resourceType":"Task"} +{"id":"6817ca59-d8d1-5765-bf1f-306d01ce36a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010879"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/390dd651-16ad-5624-9752-169a59a982c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2c89cf0e-17b2-5933-b697-cfec343c21ef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d5b2f99-72aa-569a-83dc-40a8187b77e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98a3ed70-44e6-5955-b752-b052e72de4ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/622713de-eca4-5029-b042-7cc42f5fa76a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d5b2f99-72aa-569a-83dc-40a8187b77e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98a3ed70-44e6-5955-b752-b052e72de4ee"}}],"status":"accepted","resourceType":"Task"} +{"id":"a22d643a-c7c4-5582-9b53-9a7df13beb3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010881"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b80c4b08-d1d6-5bbe-af0d-b75d3f72c6b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/845f3414-8cf6-5b0b-9e58-d4bd9f0275a1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e043ab93-d831-5a22-821f-73152c285f9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f5ba3c7-de64-5edd-a4c6-756a5ee2f68c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a75d4cf6-e7e6-5691-b9b2-8f9935fe4339"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e043ab93-d831-5a22-821f-73152c285f9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f5ba3c7-de64-5edd-a4c6-756a5ee2f68c"}}],"status":"accepted","resourceType":"Task"} +{"id":"34ee4d19-fe75-5664-9e20-0d692f4dcfa6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010882"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/35ea1fd0-fcec-5bee-9a52-760b9c71ed0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/81a76eda-88aa-5fa4-99aa-6edb04940fa3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8657764f-0de6-5f51-9f2f-3975d8fb3e30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0acd6fd-be0e-5c45-95ea-d0666335a16b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3fc8c7b-f1ac-502b-baa0-3187c002c4d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8657764f-0de6-5f51-9f2f-3975d8fb3e30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0acd6fd-be0e-5c45-95ea-d0666335a16b"}}],"status":"accepted","resourceType":"Task"} +{"id":"959e12c8-ee51-5729-bbd5-5de34b9e8d54","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010884"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5fc616a1-1355-5f25-80ce-79eb971bdcff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/31a002ba-2cfb-5680-9d06-e10a87a80d4f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a4a8356-1fc3-568d-816d-39cf88f34ffb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3d72934-9769-59da-99d7-c1b7964915ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a68ee04-6791-5fac-b57d-523476cc7857"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a4a8356-1fc3-568d-816d-39cf88f34ffb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3d72934-9769-59da-99d7-c1b7964915ca"}}],"status":"accepted","resourceType":"Task"} +{"id":"c336cc03-59cc-5654-acac-757840be4f99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS010885"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8ad224f0-17c5-500e-b55b-5128ae69d850"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8ae53744-2ca6-5c64-a17d-41089d6382b9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6ebc96e-9860-50d5-9aa5-123dfdf4ff90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3321d8b-c549-5f3a-999b-1f8902ecb07f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/983179da-ac01-5a5f-9fd4-081302da4b3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6ebc96e-9860-50d5-9aa5-123dfdf4ff90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3321d8b-c549-5f3a-999b-1f8902ecb07f"}}],"status":"accepted","resourceType":"Task"} +{"id":"a05fbda4-2ebe-5e65-a651-a3ba9bb24e40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074262"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b17899ec-7a32-5c69-ba57-f9532b477929"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bfaeaaba-8913-513c-a7fb-0f2981db6545"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51551dd3-cdd6-5174-abef-401a77c220f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffb62e8c-03c0-5072-acbf-2f54e3fefa9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d23372c-bcf9-555e-b1c0-852f4e8dec14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51551dd3-cdd6-5174-abef-401a77c220f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffb62e8c-03c0-5072-acbf-2f54e3fefa9c"}}],"status":"accepted","resourceType":"Task"} +{"id":"174d5fc6-b888-52f7-b209-45dc15fa7bf1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074263"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/19b3021f-3eb4-5b80-b2bf-bf00b69ec05a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e1f8021f-3e88-54ff-afe0-259f0eea967b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18f4895a-3de8-56bb-8616-6dd46d008cc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0a1160a-aa5e-5267-b8af-2c04fa7742d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6d85a84-89d4-5a1e-b906-cf158f9dd8b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18f4895a-3de8-56bb-8616-6dd46d008cc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0a1160a-aa5e-5267-b8af-2c04fa7742d0"}}],"status":"accepted","resourceType":"Task"} +{"id":"9a332ba4-81cd-5045-a57f-e91cbd0567e1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074265"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/63ad4a6c-6a16-501e-8c91-d06bc01ce3af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4dc96804-a50f-5978-b223-e802c9535023"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c43e8829-7a83-5e98-b9f6-d4fe4c3f0211"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/742a39c0-130a-584d-a2d6-d5cfeae654b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/502572a3-05d6-57b4-87fa-d61385443b5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c43e8829-7a83-5e98-b9f6-d4fe4c3f0211"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/742a39c0-130a-584d-a2d6-d5cfeae654b7"}}],"status":"accepted","resourceType":"Task"} +{"id":"0cec3e81-5fe5-5b90-b693-df05149c00be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074266"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dcfc8bf1-0f52-57f8-9797-e54274d814da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cc8da60b-0e01-5554-9605-324fb0f4df0c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7453837-3238-5131-9561-1e6a6038f8e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c68ac4bb-c395-56d4-b8af-c3e7578ed7cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb9181b4-9494-54ee-8afd-58aac7c10abd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7453837-3238-5131-9561-1e6a6038f8e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c68ac4bb-c395-56d4-b8af-c3e7578ed7cd"}}],"status":"accepted","resourceType":"Task"} +{"id":"d804c7b3-b6f2-5c9f-bd07-001386d57c2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074268"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8cedd1ac-6879-5b6d-9786-da8f82d51c7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8bec18a8-8e54-554f-a9c3-a9cc9bd7dc7e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3fcc10b4-8796-5b80-9da4-21e744eb1494"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4112997f-e990-5d91-81b7-539401f65fd5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4d1e1b4-e141-5055-83e3-6409041e1151"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3fcc10b4-8796-5b80-9da4-21e744eb1494"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4112997f-e990-5d91-81b7-539401f65fd5"}}],"status":"accepted","resourceType":"Task"} +{"id":"1db154ac-7d9b-57b3-af78-c665820a833b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074269"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/27c14ad0-1113-5c14-a47d-81882a9e0ec2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f32e725f-b32b-5bdd-bea7-2d65b761a8bf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8b44a6d-c08d-5229-a945-662503d627c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3635b1e9-6da5-5cfe-b9fc-720e24f5f254"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18481088-563a-553e-93a1-781c572eb595"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8b44a6d-c08d-5229-a945-662503d627c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3635b1e9-6da5-5cfe-b9fc-720e24f5f254"}}],"status":"accepted","resourceType":"Task"} +{"id":"44bc71d2-f153-5f35-b21f-b34bd3c98271","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074271"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1b771e72-0fbf-5579-89e8-65688670635c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2d68b711-4ffc-5df9-820f-39b2682ea48b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/356b7f1c-23d3-547c-9ffc-3c2e5afe15e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5462612-bcbc-5303-9306-71a109cd4312"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01cc79a4-b67c-5b57-8a19-5a05c1b1b5d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/356b7f1c-23d3-547c-9ffc-3c2e5afe15e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5462612-bcbc-5303-9306-71a109cd4312"}}],"status":"accepted","resourceType":"Task"} +{"id":"e14bee56-e8cf-5749-869f-e6989970ce02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074272"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/616cb9f0-c7de-54e3-8f90-c681e6f04a8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0a133267-65b0-588f-8ce6-6a28be0237a6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8723a00-6831-5971-b47a-ceb9cf22f593"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d559818e-ba5d-5c3b-943f-61d1ac1cf1be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7ee06ee-c66a-533c-adac-1b6f3688d3df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8723a00-6831-5971-b47a-ceb9cf22f593"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d559818e-ba5d-5c3b-943f-61d1ac1cf1be"}}],"status":"accepted","resourceType":"Task"} +{"id":"38803c22-2e6b-5d6c-bac3-37271b40f045","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074274"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5c5ca385-5f7b-5b68-9d7a-b94d489de24a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8c19ef49-4242-5682-8396-dc096b15e0f5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74550408-6289-544e-aeb2-96167eb22ae1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73d50895-a8ef-54bb-aa5e-4decc43e3846"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01c7d7cd-9653-5933-97f2-02607f608a16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74550408-6289-544e-aeb2-96167eb22ae1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73d50895-a8ef-54bb-aa5e-4decc43e3846"}}],"status":"accepted","resourceType":"Task"} +{"id":"c2431bad-abf1-59f6-ab62-05c24b915423","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074275"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4ac3bb5e-fd4e-5acd-9765-af8bc589770e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/28d7106e-ae5f-5262-a3a4-89c5e6766efc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41e3a4b8-a6e3-517f-a16b-9908003497e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e2b285d-3a4e-56a8-ad29-76535b687b49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/160927ff-6277-53cd-a6df-e6a5404409bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41e3a4b8-a6e3-517f-a16b-9908003497e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e2b285d-3a4e-56a8-ad29-76535b687b49"}}],"status":"accepted","resourceType":"Task"} +{"id":"5802eddc-cc2b-5de8-9095-678266ded26d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074277"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8afdac77-1c1d-5b0c-9e48-0a05044f6140"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/74f34abb-9655-5d5a-bec5-7a40acc592ed"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96928a91-5dde-52a8-82c1-7bd35fc083e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b38b31a0-9625-5e21-8da6-b4da90778f44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e7590d0-8e6c-5935-80cf-a12af6b0a148"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96928a91-5dde-52a8-82c1-7bd35fc083e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b38b31a0-9625-5e21-8da6-b4da90778f44"}}],"status":"accepted","resourceType":"Task"} +{"id":"48887e53-2ff9-5c33-b906-c0fb4a510f16","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074278"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/749f2f17-08ae-586b-bf36-5f3160a47917"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/73d33036-e9e0-56bd-b2f5-1c1c2cf63fe9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0c23e35-e655-5544-b6a1-b7d005404944"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07c1c26a-30e3-59a6-b43f-04165f84bdd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91b79433-2890-52de-ab9d-172a74d953b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0c23e35-e655-5544-b6a1-b7d005404944"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07c1c26a-30e3-59a6-b43f-04165f84bdd8"}}],"status":"accepted","resourceType":"Task"} +{"id":"f42b248e-d632-5458-8ab6-7c4a17229aee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074280"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/242d8e6a-2022-564c-8c61-2b9977960283"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/617e59f3-805c-5bd3-b1f6-29302ecbad7f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8a9eac3-d0e2-5b20-8445-754129f96de6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9ab52d7-d6bb-5bd4-96cf-b11eebaa472a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d08dbbd-e040-5dce-b615-1e550819dece"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8a9eac3-d0e2-5b20-8445-754129f96de6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9ab52d7-d6bb-5bd4-96cf-b11eebaa472a"}}],"status":"accepted","resourceType":"Task"} +{"id":"95473b05-654c-5524-a93f-5e449d37fd7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074281"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7b52f02b-3253-517d-8e24-8f53fdedbc7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/848153f9-bb67-5e88-a63d-865609b6bee4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/875449ba-c070-514b-b21f-ac30faacfe36"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/147f69fb-642b-5775-9d0e-6982a2703aae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abb59ef8-be15-5e25-8f05-fea287c38324"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/875449ba-c070-514b-b21f-ac30faacfe36"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/147f69fb-642b-5775-9d0e-6982a2703aae"}}],"status":"accepted","resourceType":"Task"} +{"id":"61d7ba3f-2656-59ee-a4a2-554b037ab4d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074283"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0bbd8805-a567-5a49-b00a-d96fa99f994e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d50e2712-1ff0-5adc-ae33-d1164ea7ef7a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8db52891-8a47-5296-9307-3d440671403f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67536d85-a3e5-5717-aa41-5ff8a61d1ca2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e5b756e-d333-51c4-aa78-63efd0ff9762"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8db52891-8a47-5296-9307-3d440671403f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67536d85-a3e5-5717-aa41-5ff8a61d1ca2"}}],"status":"accepted","resourceType":"Task"} +{"id":"70dcf0b7-a265-53c5-aa37-822d81d76662","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074284"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f075713e-1c54-5a71-8836-768ddfcbecc9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/27af7199-aa09-52f3-bf6a-ffd89d080b05"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8d06235-4404-5043-a58e-35752aff5193"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8928dc1c-d61d-5c56-8c93-b89365a6dcb9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06b9701f-518b-5c9c-be60-1bf3d0e4e788"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8d06235-4404-5043-a58e-35752aff5193"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8928dc1c-d61d-5c56-8c93-b89365a6dcb9"}}],"status":"accepted","resourceType":"Task"} +{"id":"c844a8fe-63d7-5db6-97c6-88b9e261fe41","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074286"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ff580d56-5a3e-55d9-8966-92229f7869a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/abb76456-216e-5e0c-842c-e5c93a13ac6e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92d41811-37d0-53cf-94ef-51a16ed3bf89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea2e416b-d964-557f-a951-13c8255af072"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7ec6052-6ca9-50f0-8b0e-411a077af6de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92d41811-37d0-53cf-94ef-51a16ed3bf89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea2e416b-d964-557f-a951-13c8255af072"}}],"status":"accepted","resourceType":"Task"} +{"id":"146e01c8-5484-5438-854f-47c4240048a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074287"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8247c674-2d43-5411-951b-d950484d0a9b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2eafc68d-1125-556c-a21c-be3fadcaf07c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93e18a92-78ee-5a47-99e3-7da42c417432"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5117071c-064c-529b-a89c-b66406812c49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ebb4e16f-7393-516a-a196-180f0f13cd3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93e18a92-78ee-5a47-99e3-7da42c417432"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5117071c-064c-529b-a89c-b66406812c49"}}],"status":"accepted","resourceType":"Task"} +{"id":"9b6ec2c0-c72a-5336-bd6e-0a18fec890b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074289"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/945c6bd8-cbc3-506f-8bb1-0cc9c7604a22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5470e4df-3ee5-5463-a43f-a8f3f4ffe065"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cefc9807-80e6-50cc-b546-70c113ad8fba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/483dae9e-7d8d-55e6-bbde-db61c4d3f823"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d43c1af-3f19-56e2-b75e-a90a3513ae9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cefc9807-80e6-50cc-b546-70c113ad8fba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/483dae9e-7d8d-55e6-bbde-db61c4d3f823"}}],"status":"accepted","resourceType":"Task"} +{"id":"42db200a-a5d5-56de-9fa3-94c2e0c77c4d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074290"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/24ed38ae-8c46-5020-8a00-412cf52b09c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ddc74220-9ae7-5b1e-b141-2849cb2e31e1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/142bef24-050e-5e75-a799-488a8fe43fa1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c810448c-b745-59cb-86ca-38c7f1020926"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23658bbf-503f-512b-bf33-7f5e3c11b8ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/142bef24-050e-5e75-a799-488a8fe43fa1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c810448c-b745-59cb-86ca-38c7f1020926"}}],"status":"accepted","resourceType":"Task"} +{"id":"0f83775f-0b6a-518a-9360-2a4f5b2cf568","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074292"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ea19a1e4-c8e0-5c64-b93c-4f9f3cb06ce0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/65005d6f-088a-5b1c-92ca-6a2440a4f212"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/205edf0f-bccb-532e-9c4a-5ec1457e0fd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2e65e0c-e0f0-520d-a9fa-8c66de7b8e4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a799d81-e951-597b-bad0-6c14fb4fede5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/205edf0f-bccb-532e-9c4a-5ec1457e0fd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2e65e0c-e0f0-520d-a9fa-8c66de7b8e4c"}}],"status":"accepted","resourceType":"Task"} +{"id":"107e652d-e830-5a3b-9282-6ace4d19818f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074293"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c50bc12d-b6ff-5376-a89e-589a17b291df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fa5f9ee8-c39b-546d-acd3-0116819e1e05"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f165a547-565e-5bd7-a307-3f3d139c70b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03cadc33-5f69-50cf-b5f5-8c16d4f41c44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b944a226-05ea-5124-b311-fa00f11997d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f165a547-565e-5bd7-a307-3f3d139c70b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03cadc33-5f69-50cf-b5f5-8c16d4f41c44"}}],"status":"accepted","resourceType":"Task"} +{"id":"a9566ea8-4157-53c0-8513-12cf46818250","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074295"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/74f9c40d-4fa6-5d21-b860-8d16694e3858"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/92cb9801-46de-5767-b9be-99931cb3c18f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d9783cb-441e-5299-9d99-6c1f8ac2f84e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29d0c44e-4fd5-5f21-80ad-93edc69d6be5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60da41b8-6ea3-52f2-b088-984dabaef5ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d9783cb-441e-5299-9d99-6c1f8ac2f84e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29d0c44e-4fd5-5f21-80ad-93edc69d6be5"}}],"status":"accepted","resourceType":"Task"} +{"id":"0242aeb2-5806-5bbe-91f7-c86fd69ed7f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074296"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4bebb1ff-dd11-5448-8ae0-c4468c66fb36"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6a1b1e82-2da4-5162-ab30-d8e29b8a8452"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17f8f3f8-bd4f-5c6b-aa39-1529c3096f66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3fcaf26a-527b-5cd6-8f7f-5ebdd05519a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/febbedc7-6b8b-51b4-928a-204401749eb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17f8f3f8-bd4f-5c6b-aa39-1529c3096f66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3fcaf26a-527b-5cd6-8f7f-5ebdd05519a9"}}],"status":"accepted","resourceType":"Task"} +{"id":"343c3943-c336-5be7-a8fa-7ddff0da0cb2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074298"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e86ed4d2-792f-541b-bc06-27f5be29b470"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ed33ee83-5631-5e80-a9d9-4637d1145ca5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a925897-de70-5bc4-a335-8ce9f47c1954"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84d947ac-cab0-5a30-9298-d2992f0dd9a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d44462b-490a-5412-a3c1-5cff27d1b026"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a925897-de70-5bc4-a335-8ce9f47c1954"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84d947ac-cab0-5a30-9298-d2992f0dd9a0"}}],"status":"accepted","resourceType":"Task"} +{"id":"a51b9a77-019b-5580-bce1-a6f222fd5be3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074299"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/77ea4234-f062-5342-b94f-2aad78538011"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/25792e91-d379-5d09-a629-ea9f5748b5d6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68ffff00-e053-5dad-bef8-8e06ba2e5c18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50d62f00-0598-5c3c-af67-9abbc7a79a9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a33cf3d3-b035-5ec5-abdd-5ba23a291934"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68ffff00-e053-5dad-bef8-8e06ba2e5c18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50d62f00-0598-5c3c-af67-9abbc7a79a9e"}}],"status":"accepted","resourceType":"Task"} +{"id":"5773df6b-3126-56b3-b4fa-24333e5e0676","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074301"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b7e205e7-6131-5e41-b5af-9a999e040741"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6dca1bc2-0b37-58c8-a592-396844cf1fc9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34ea5e80-e0fd-561f-8db7-3a9114542c5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e5ff90a-ff83-560f-a4af-11d26263b12f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8e8c036-1b66-5a18-a366-7edaf5ac2927"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34ea5e80-e0fd-561f-8db7-3a9114542c5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e5ff90a-ff83-560f-a4af-11d26263b12f"}}],"status":"accepted","resourceType":"Task"} +{"id":"b0060be4-f477-5b5a-b1a0-c46bab38998b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074302"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/177f3607-4707-5312-8512-8fddfd5c000a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6db7a606-d26a-5052-88e7-f837a13e6f8a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8e8096f-94cc-5180-9c17-b1ded377324e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/959ee2c0-b842-5025-bc55-2d4205321382"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0721b3d6-1877-58ee-a0e3-bf751ef08b5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8e8096f-94cc-5180-9c17-b1ded377324e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/959ee2c0-b842-5025-bc55-2d4205321382"}}],"status":"accepted","resourceType":"Task"} +{"id":"82fc2138-c6d9-51fb-80f5-32e7267e4954","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074304"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6e6c7a7b-20f9-5f35-8724-5d4f2b45393d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d98f51ef-2669-5199-a8b9-5319b0fd2ec3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/694c215f-3cb6-5b68-932c-0621dfa118e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/670a01e8-a403-5029-845b-3fa3e6ad41b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c478c92-8005-576b-bced-a35d66f4635c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/694c215f-3cb6-5b68-932c-0621dfa118e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/670a01e8-a403-5029-845b-3fa3e6ad41b3"}}],"status":"accepted","resourceType":"Task"} +{"id":"9f913322-ce01-5558-b185-75634aafe0cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074305"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5ae88bd3-15b7-51cb-803a-4848fc647b88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0286c557-2fb1-54e8-9594-09ac9478499a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc9c8166-b686-5ef5-bb38-9ed0702cc6e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00538722-ed37-51ca-81dd-d2c7b74197a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8dd32085-d8fe-5cdc-a632-630bff4a46c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc9c8166-b686-5ef5-bb38-9ed0702cc6e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00538722-ed37-51ca-81dd-d2c7b74197a9"}}],"status":"accepted","resourceType":"Task"} +{"id":"d945fcff-4663-5a5f-b175-35fe3cd26375","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074307"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/63b2a7d5-f653-5f2b-b7c8-c5919bfea0b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0277a80f-ab8c-5270-8286-0c59873f5e53"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cc779a9-a5ea-5383-9d96-b21352970305"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c15135e-8556-5ea0-9d2a-9bce0ab04f63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f374946-4831-513f-a221-2d281f847ba8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cc779a9-a5ea-5383-9d96-b21352970305"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c15135e-8556-5ea0-9d2a-9bce0ab04f63"}}],"status":"accepted","resourceType":"Task"} +{"id":"e1c5f9b9-c5cd-5d13-8093-a0d54fa77410","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074308"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/24a3c95d-77ef-5370-a6e7-b5a1934239b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ca7e392d-15b1-5727-840b-79543dc78863"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fec8819-e78f-58a6-8549-0750518db1c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf8a0fcf-b144-5889-a724-88edf0fd088e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4bdb3501-6086-58d6-bd26-2cadec3f844a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fec8819-e78f-58a6-8549-0750518db1c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf8a0fcf-b144-5889-a724-88edf0fd088e"}}],"status":"accepted","resourceType":"Task"} +{"id":"f4cbb4a1-c41f-584e-b53e-774eee430c06","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074310"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/52df81cb-c4ee-5459-ab1f-b0a483de145f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/47f08fe8-30ec-5399-a21f-e5e7adaf6485"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd308a18-4ec1-5f03-bea2-c3896a88b9e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db58b99b-25ea-5315-9f47-57d4749bd528"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1a52f45-9430-5af0-922d-0b7dd4dda95b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd308a18-4ec1-5f03-bea2-c3896a88b9e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db58b99b-25ea-5315-9f47-57d4749bd528"}}],"status":"accepted","resourceType":"Task"} +{"id":"055c4540-0720-5f1d-94a3-1359d8ebe8fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074311"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1361416b-798e-5a3c-b476-d3265e2f3496"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/af669ee2-9c41-5366-ab48-0dc685e5f629"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7364adac-6a2b-517e-9dbd-1e65bf01f835"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21f7907e-a2ca-5b34-9323-016a3ba403cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a765942-45cb-5c5a-a701-ca8b55785e1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7364adac-6a2b-517e-9dbd-1e65bf01f835"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21f7907e-a2ca-5b34-9323-016a3ba403cc"}}],"status":"accepted","resourceType":"Task"} +{"id":"78513872-ab2d-5e0b-b11f-894db05945a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074313"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1077c3a9-3256-5326-87bb-09e8c57ae9cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9dca2fcf-aa4f-5847-879c-882b38272a05"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88506d1f-42cd-556a-9692-f1390cebcce6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b46deef-9a5b-575c-9de1-af23614e86d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4bf224ba-5361-53df-b396-8e6a9881689f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88506d1f-42cd-556a-9692-f1390cebcce6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b46deef-9a5b-575c-9de1-af23614e86d8"}}],"status":"accepted","resourceType":"Task"} +{"id":"91277ffc-f98a-5136-b03d-e7ba72ed722b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074314"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/37a89371-7584-57ff-9299-09c79cff849c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/166d644d-3a45-51c6-91e8-1f5327b711f8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/450bf863-4c13-598e-adff-7caef8de508d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6c1f396-110f-5601-a276-407310d76fe0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06dadfc1-14dc-53ca-8bea-a445a1bd85e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/450bf863-4c13-598e-adff-7caef8de508d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6c1f396-110f-5601-a276-407310d76fe0"}}],"status":"accepted","resourceType":"Task"} +{"id":"4f8381c2-4944-5e9f-818f-a2391900da0f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074316"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ea9bdd47-034f-5b63-a97e-cc4aa0502f7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/222a6dd4-2c2e-5fbd-ada5-c829c66383d5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88b6cb31-adf4-5765-a5ba-5e0f1d422953"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bea9d33d-d28f-5998-9fe0-54464bd45165"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0da508e-ec65-5d6b-af9c-68f4a23c5cbd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88b6cb31-adf4-5765-a5ba-5e0f1d422953"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bea9d33d-d28f-5998-9fe0-54464bd45165"}}],"status":"accepted","resourceType":"Task"} +{"id":"59f6724f-2303-5728-a9a5-9a0b8dcbdf72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074317"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/601d0d4b-e0cc-50a2-af8d-a7e54587b5a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4c85704c-a88f-54e3-98c8-8b61d82ef05e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8da701b-7dad-5a5b-b765-94db2031f061"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd504bac-191b-59e4-b54e-0181a19fc1a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6d23d9c-ddf4-51fa-932c-41e17d92c87a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8da701b-7dad-5a5b-b765-94db2031f061"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd504bac-191b-59e4-b54e-0181a19fc1a5"}}],"status":"accepted","resourceType":"Task"} +{"id":"6f60894b-8630-557e-872f-f022a6176a3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074319"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/56992d78-bdd9-575b-a267-f046f3a06668"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f0479d91-c666-5620-9b51-a121cf122fd5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b97b5613-cca0-514f-850e-ff14e3f033f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a688f93-969a-561b-92f3-729c94c77f30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb8b56b0-a823-5c9a-9da7-528cb47e24ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b97b5613-cca0-514f-850e-ff14e3f033f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a688f93-969a-561b-92f3-729c94c77f30"}}],"status":"accepted","resourceType":"Task"} +{"id":"9a2658cf-69a4-5f13-bece-f49927eb8e52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074320"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c78ca117-0138-5371-b7eb-94121c009dd5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b05cd48e-9776-55c0-8cce-9acc7c1fcaf9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0aaf4a6-2d1c-5125-82f3-b6a5f0d4ad79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1460c03-8d46-58ed-a30a-b567c19f176f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f668a29-5164-5685-8b0c-d821cc3f6174"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e0aaf4a6-2d1c-5125-82f3-b6a5f0d4ad79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1460c03-8d46-58ed-a30a-b567c19f176f"}}],"status":"accepted","resourceType":"Task"} +{"id":"cdde010e-ae1b-5a0f-8495-4a7e9bb8fbd3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074322"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b8d6feee-1bbe-54fa-9616-e2300ba14257"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d634a55c-1609-551e-a692-40cc6f4e75b6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bca64f6c-69d9-58fd-979d-dbcd5ac2d67a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2df8ca6f-7527-523a-9152-5a6fc9162d5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efbd3781-e6ec-53da-95f5-ca7411fc911f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bca64f6c-69d9-58fd-979d-dbcd5ac2d67a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2df8ca6f-7527-523a-9152-5a6fc9162d5b"}}],"status":"accepted","resourceType":"Task"} +{"id":"076b1dc5-6b2a-589a-aacd-36e7d3028e5a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074323"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7db34a4a-4249-5eb1-9aa0-f1c8ed98a459"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/641247f7-7d64-5efd-812a-c379070c0973"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3174fc0e-67df-5c98-82f0-fda7d5291edd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04b0c8b2-9961-5cbc-b344-d92b635f3925"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0628c260-b4c8-5c8b-a8d2-e993fb5b5ccd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3174fc0e-67df-5c98-82f0-fda7d5291edd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04b0c8b2-9961-5cbc-b344-d92b635f3925"}}],"status":"accepted","resourceType":"Task"} +{"id":"28738717-8c5a-5f26-b044-577dca657843","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074325"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2c60641d-5c17-52ee-a5e0-34b65590d836"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e29b3a03-78ce-5ad4-8708-3d3b8b9d1323"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b76cee7e-9398-5bd2-8afd-3cc62b8aaeba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f6e5496-b2d9-56f2-aa41-618449c84a11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61e00b1e-59e6-5879-8f0e-422820d4b22f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b76cee7e-9398-5bd2-8afd-3cc62b8aaeba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f6e5496-b2d9-56f2-aa41-618449c84a11"}}],"status":"accepted","resourceType":"Task"} +{"id":"8203e6a1-4406-5da9-aecc-ffa809246875","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074326"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5dd35553-05f3-5ebc-b60a-cd7a37f65996"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fbfa7757-7e32-501b-aabb-ebb85a82b4ce"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4067cb57-3a15-58ac-941f-09a85a070eaf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17b5ee42-7832-51c6-9df8-081921cc1180"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ab3004e-5012-5ba0-b366-098293844552"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4067cb57-3a15-58ac-941f-09a85a070eaf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17b5ee42-7832-51c6-9df8-081921cc1180"}}],"status":"accepted","resourceType":"Task"} +{"id":"3932f30f-10c4-51e7-a62f-6df9c467f90c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074328"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d7412174-3573-5e8f-ace3-1d22c8ac16b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/65aeffcd-43a5-5677-8892-23eabd524c8e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c80cfd3d-caed-5df3-b7e5-ddbb88378eaa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98193f70-3ede-5fb5-bbf3-d92a796ca6f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8eb1c98f-1e00-5658-af9b-109709916666"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c80cfd3d-caed-5df3-b7e5-ddbb88378eaa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98193f70-3ede-5fb5-bbf3-d92a796ca6f6"}}],"status":"accepted","resourceType":"Task"} +{"id":"858d1e3b-b1d6-5f35-bc5e-6876e4bf7de1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074329"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7ff2a81f-2944-597a-8abe-1c43252a1462"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/42c98ab1-bba6-55ed-b200-efe0566602b5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b99dbdf-0441-54fa-97fc-b7ea18a283e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4120de4-9bd2-59a2-8503-040d2dbdde41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d69f5618-342b-58ed-97de-66147beca041"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b99dbdf-0441-54fa-97fc-b7ea18a283e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4120de4-9bd2-59a2-8503-040d2dbdde41"}}],"status":"accepted","resourceType":"Task"} +{"id":"2282230c-f460-5990-8ed3-56ed651a96be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074331"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4f509e11-a4a1-5865-8849-5baaecceed46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/302255de-8148-542e-bdcb-aa9fa7a5d79e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac3b574b-347b-5ccc-865d-4bee36459e2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/590c429d-ba40-5973-ad84-8e73a3f51db0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76f0f774-b0f0-531d-881f-0c0d6898a85c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac3b574b-347b-5ccc-865d-4bee36459e2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/590c429d-ba40-5973-ad84-8e73a3f51db0"}}],"status":"accepted","resourceType":"Task"} +{"id":"969caa52-dd97-5cf9-9807-2dd6a682cf35","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074332"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7d8b2e08-e38a-59db-83ac-75792ad2985f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1d2b4d8f-9d86-5935-adfa-0a78199bd53f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11af0044-8855-55e0-987a-8efa505e1321"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd6338cd-611c-50a4-bf78-2f8f8742c540"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbe89447-09e3-5c0e-a778-01c693e63209"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11af0044-8855-55e0-987a-8efa505e1321"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd6338cd-611c-50a4-bf78-2f8f8742c540"}}],"status":"accepted","resourceType":"Task"} +{"id":"8cf67bb8-50da-5526-a266-20a218363649","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074334"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fe2c335d-c048-587a-90f6-45bfe0ba3db1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9db49aaf-75a8-50e3-9074-3141ce4fd1ab"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d712d44-68da-5922-a8c2-30dfa959bc39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/beb4f48d-75df-53b5-9e42-2a60a64d7d89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6959956-8a14-5b28-a88e-e150e0f7502c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d712d44-68da-5922-a8c2-30dfa959bc39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/beb4f48d-75df-53b5-9e42-2a60a64d7d89"}}],"status":"accepted","resourceType":"Task"} +{"id":"bb99f6e8-feaf-5e0e-b0ba-380c15cb5555","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074335"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/87b8e242-048f-5cb7-8650-20b0450ca195"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/81e63f31-9475-5493-a396-568aabc2687b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35480bdd-5e6a-5fac-ad61-9d16faea3a53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec1287d7-3304-5290-9cbc-6c3d56c3b5d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/862d9cdc-34b7-5616-b132-3c6dad9cfd41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35480bdd-5e6a-5fac-ad61-9d16faea3a53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec1287d7-3304-5290-9cbc-6c3d56c3b5d2"}}],"status":"accepted","resourceType":"Task"} +{"id":"7d1d8134-7ca6-5e5c-9571-df2af69c31c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074337"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0df129cf-d510-5b68-b1a1-2dc0ddb92915"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ade1de18-e7d3-5ee1-a173-1405523629e1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3821d202-845a-5a7e-a086-2361a693f229"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/916f47e0-7815-5608-b2e9-288949d832c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a533be50-9d1e-52dd-8659-3d8f8bee8c4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3821d202-845a-5a7e-a086-2361a693f229"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/916f47e0-7815-5608-b2e9-288949d832c6"}}],"status":"accepted","resourceType":"Task"} +{"id":"0d86b8ce-8a80-57c0-9b81-fea9b5dbbf29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074338"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/17cb98e6-ba16-5ed2-8d61-f7745e2b661c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/475b3466-f14a-55ae-bde8-fc575c3339b3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb2f3e05-9c6c-5d23-9661-952a618d7e85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/376eb2cb-f6a9-5c8c-ae03-c316ee25954e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8def09fe-2549-5265-940a-91705dd53e74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb2f3e05-9c6c-5d23-9661-952a618d7e85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/376eb2cb-f6a9-5c8c-ae03-c316ee25954e"}}],"status":"accepted","resourceType":"Task"} +{"id":"c9adef33-5bcf-5cb2-a7d7-82c2c7450c72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074340"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/60d863a9-441f-5035-b914-25553348a6c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/71be7b11-ae80-5db1-8f10-3c9e9e6ae28b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12492386-6d10-5447-bceb-99ad96645432"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fb1a4cc-9523-567f-8b09-b90ad1c3d48c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70bd0b97-db3d-532a-ac6d-79c89fd2124a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12492386-6d10-5447-bceb-99ad96645432"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fb1a4cc-9523-567f-8b09-b90ad1c3d48c"}}],"status":"accepted","resourceType":"Task"} +{"id":"6b669996-fd3f-5ccd-b46b-0777ce33a52a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074341"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a5843a4c-2597-5f81-96e0-993f48434574"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/00648646-d4bf-5b9c-864c-29693b33111e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5798f03e-bb1c-5fad-93db-69ad86af0926"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98e1c6e2-5364-575e-b298-a782d5c88e8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a84ab652-9344-5b7a-a9a6-d76309a1b984"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5798f03e-bb1c-5fad-93db-69ad86af0926"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98e1c6e2-5364-575e-b298-a782d5c88e8c"}}],"status":"accepted","resourceType":"Task"} +{"id":"b52787e4-b1dd-5713-bcb5-811624d67bf6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074343"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b3e8a5e5-b0b5-52fd-8f85-1833634b204f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/57d4b601-fbea-5a56-b672-4da16f2980a6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91e2f170-64d3-5b62-91aa-e2867398528f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b047b647-5f39-55f8-948a-fb0c1f06dd9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6c8ac91-0557-5a55-a7cf-a49c52344e5a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91e2f170-64d3-5b62-91aa-e2867398528f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b047b647-5f39-55f8-948a-fb0c1f06dd9e"}}],"status":"accepted","resourceType":"Task"} +{"id":"8fdd34d7-7646-5ca0-bc72-2194ee2cd04e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074344"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b369f988-102b-53c0-a1d7-277b4c80a059"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/87c22683-55d8-5dc2-9546-13eb56163277"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ec6dda2-28d4-598b-82bb-49c5b6f805ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d227aafb-a4fd-53d4-b4b8-be8a4a5e5371"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4dfd99f7-a55f-5d51-965e-71befdb41473"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ec6dda2-28d4-598b-82bb-49c5b6f805ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d227aafb-a4fd-53d4-b4b8-be8a4a5e5371"}}],"status":"accepted","resourceType":"Task"} +{"id":"eaa3becb-1858-5e58-819c-26e4628f5649","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074346"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8419d071-c1c8-535d-b2b2-938e03a131ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5594ae40-fa18-594a-828f-a108f357d23a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be9a98de-3620-5a50-8dca-63af2f939623"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16cef164-67d1-5dcf-b216-0f53af0f6448"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/981705f2-c86f-5d6b-bd5c-a66e384bee5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be9a98de-3620-5a50-8dca-63af2f939623"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16cef164-67d1-5dcf-b216-0f53af0f6448"}}],"status":"accepted","resourceType":"Task"} +{"id":"44cf1491-9e0b-51cb-9e02-858a6334c9fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074347"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ea699917-e0c3-5b11-b8c9-1a0197578885"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/537c218e-182e-5683-aeca-2a19c73c2990"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81cdce36-fa38-5e71-8eef-cc944e69e760"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39aa7710-46d7-540f-84ba-38da7345a1f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b73ad8e7-9957-5fac-941a-e86803e06410"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81cdce36-fa38-5e71-8eef-cc944e69e760"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39aa7710-46d7-540f-84ba-38da7345a1f3"}}],"status":"accepted","resourceType":"Task"} +{"id":"3dbf5145-67d1-5964-bfe1-6ec1b788ae0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074356"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/24668532-4927-5198-bab0-08f1110a3b23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2b659b83-f280-527c-b5a5-fa26e9337e82"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52cf468f-4c07-55e8-bf4a-7d052b2e577f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1305beef-d41c-555e-af01-5c8f8a090e54"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b8e7093-4efd-56a9-baf3-29a08160f253"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52cf468f-4c07-55e8-bf4a-7d052b2e577f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1305beef-d41c-555e-af01-5c8f8a090e54"}}],"status":"accepted","resourceType":"Task"} +{"id":"26972a95-09cf-5f90-a92c-c07a33692440","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074357"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6f599ea6-f2c8-5919-bcf6-1ecf24d159bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c71419d2-77e1-574e-9c92-6d7aaad86a5f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f619336c-20e1-5cdb-b0fe-bdd571610e56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bcdbc8de-c040-561c-bed9-a4d4720b07b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e4f198c-7845-5bcd-b447-8b3e1cbc2059"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f619336c-20e1-5cdb-b0fe-bdd571610e56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bcdbc8de-c040-561c-bed9-a4d4720b07b2"}}],"status":"accepted","resourceType":"Task"} +{"id":"2f106515-28f2-5b1f-840d-dc1a870d98f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074359"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d348f6b7-0de6-5a28-b71a-b032ea774624"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/61ff31b7-77e7-5c66-af27-510babe8abf7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79d58d5e-8306-57be-89cb-8357e06704ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd9e0709-a747-5b00-9066-9efdfc38106e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4db33678-e25f-599f-bcfc-583146ea2496"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79d58d5e-8306-57be-89cb-8357e06704ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd9e0709-a747-5b00-9066-9efdfc38106e"}}],"status":"accepted","resourceType":"Task"} +{"id":"78ee6b56-2afc-520f-bc9f-5ac6e10fd4b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074360"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c1ac698d-461b-5bcd-922e-e93b7d8a5efb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/05a318f9-d410-5b7f-aac2-e1f66246341e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/deed902c-f8f3-5059-bead-84be46a4e1d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/048cc4eb-93cf-5f3f-a76c-85ce7f794a17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad5f242b-61e2-5dcf-8e33-64f14ec6ab8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/deed902c-f8f3-5059-bead-84be46a4e1d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/048cc4eb-93cf-5f3f-a76c-85ce7f794a17"}}],"status":"accepted","resourceType":"Task"} +{"id":"1802437f-2195-5512-af15-1f63eb2d6762","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074361"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2a52e886-a52c-57f0-9cfc-13576d3a3b55"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0b26e427-f478-51a7-914c-2362cf70491b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11ccb5f0-de43-5773-997e-c7e3f269e4cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32881ee4-d3c3-560d-9ba7-fdf65db4ab79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66861e28-0d08-5c51-b089-c9d1444e7b09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11ccb5f0-de43-5773-997e-c7e3f269e4cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32881ee4-d3c3-560d-9ba7-fdf65db4ab79"}}],"status":"accepted","resourceType":"Task"} +{"id":"e64209e0-397d-55d7-afa0-f0cc66edf69b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074362"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/69529e6c-4cfe-55e9-8f1d-86fb25c6de27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b5cc16c5-a18f-57b5-914d-05faaa7f2f51"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb4a56b5-41d3-5ddc-b5f2-83c167ed0d6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9ce70e0-7319-5597-a44e-0e8822338508"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7cfb273a-dae4-5ff4-80be-262ad8ab4e66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb4a56b5-41d3-5ddc-b5f2-83c167ed0d6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9ce70e0-7319-5597-a44e-0e8822338508"}}],"status":"accepted","resourceType":"Task"} +{"id":"5e0e9cc7-a553-5b5b-975f-a6479606887e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074364"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5e9e1e73-813d-5c9e-889b-b61d4da9e3f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8a8edb14-e5f4-5cba-95ea-1429f26f90c9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9e7fc23-eccf-5a32-bbcc-be8b71944171"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/beb8a544-7a78-5f7b-a271-905e0f74f8f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9ad666b-d818-5ec1-866b-c067fafd786a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9e7fc23-eccf-5a32-bbcc-be8b71944171"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/beb8a544-7a78-5f7b-a271-905e0f74f8f6"}}],"status":"accepted","resourceType":"Task"} +{"id":"357e99f5-2c1f-5fd1-9aac-0d69c61719f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074366"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/42dbe255-5467-59d7-b1b1-5bd682fb2530"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4f3f970b-a2f8-5efd-98bb-b99d97eb1594"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/302349c7-5146-5a0f-8507-ea90df0c3821"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a96bf50-38ab-5a8b-877c-051187ddd60d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b19a8bb-778e-52ac-858e-cc501cf5a8bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/302349c7-5146-5a0f-8507-ea90df0c3821"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a96bf50-38ab-5a8b-877c-051187ddd60d"}}],"status":"accepted","resourceType":"Task"} +{"id":"0eb32266-aa05-55c5-ab17-f760cea73804","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074367"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1a443b65-3612-586d-a954-45c97a8f1cc1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9a093b8c-cdaf-5b30-a825-66c44f85066a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e59bd998-8645-51e8-8384-a6fe316499be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b1b17e2-d2ee-5984-a5dc-2af4f86a4ba7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62ab4760-be72-5e70-aa03-113b1ba6a9e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e59bd998-8645-51e8-8384-a6fe316499be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b1b17e2-d2ee-5984-a5dc-2af4f86a4ba7"}}],"status":"accepted","resourceType":"Task"} +{"id":"34ab1f68-89c3-5fc1-9dff-80bc78ec19aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074369"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b9979614-d5ae-5631-95f0-0a62a7727631"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/86388465-604c-5e02-80f3-df6b26beb582"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2338d1e5-9a51-5cb7-bf6a-bf8736e69b15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e93a5734-5639-5a9a-8558-002c2a314e68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04c579c9-461e-5696-a55b-94da8a138300"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2338d1e5-9a51-5cb7-bf6a-bf8736e69b15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e93a5734-5639-5a9a-8558-002c2a314e68"}}],"status":"accepted","resourceType":"Task"} +{"id":"d43c18ed-4871-56ec-a4e4-e0cdbd76c463","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074371"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7ee96446-06a7-5b55-a1c2-10774aa87607"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2ab6f70d-1668-597a-a21b-71ee04d75332"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ef0d08d-4e2d-5499-a430-10776490fc88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1d77149-202a-5030-b6a5-bf0d499182d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/995d4931-45d1-5daa-8aaf-41ee41f1ba35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ef0d08d-4e2d-5499-a430-10776490fc88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1d77149-202a-5030-b6a5-bf0d499182d9"}}],"status":"accepted","resourceType":"Task"} +{"id":"75833d58-2c1f-543d-96a8-cea2ea62ed74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074372"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6502b0f6-77db-54d9-860f-2001bc3a130f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/86815a5b-5b07-5312-a644-a894ff2e6db3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d43034cb-137d-536c-987c-457874668c8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b801008d-4681-54be-b674-78bb71ce7b96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8052ecd6-285d-5878-a1bb-5fa6487eabc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d43034cb-137d-536c-987c-457874668c8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b801008d-4681-54be-b674-78bb71ce7b96"}}],"status":"accepted","resourceType":"Task"} +{"id":"363a82fe-3e67-50a1-a1f4-2dd3f41362b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074373"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/502ec71b-6faf-5986-a434-9a7703c1708d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2d1630a7-d22a-5bac-989c-421be2876dec"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21372d17-e3ec-5762-b5de-326bb55f37c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eed2416a-4271-5d15-a912-18f1598b16ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8faa9edc-efbd-5ae0-ace2-c275fa249748"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21372d17-e3ec-5762-b5de-326bb55f37c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eed2416a-4271-5d15-a912-18f1598b16ea"}}],"status":"accepted","resourceType":"Task"} +{"id":"92ebb824-7497-5b2e-b77d-d9fd07d963da","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074374"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/85706cb1-aa18-58cf-b208-99a9ea0e81bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1cbe7beb-2e9e-5653-af26-bb4f60014a10"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/874e31e1-f09a-5b42-80b7-f652aeebbbda"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4105673c-eb1d-5025-94f8-233ce112549b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61a65581-f363-5f15-8938-ca17537d8574"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/874e31e1-f09a-5b42-80b7-f652aeebbbda"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4105673c-eb1d-5025-94f8-233ce112549b"}}],"status":"accepted","resourceType":"Task"} +{"id":"338dbc3e-1a1d-5da4-b889-1b71a648ccf0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074377"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/309105bd-e5f4-5391-883f-e4d25bd6a5d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2924fbfb-d9e1-55e5-8fa4-3576512c5e09"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd6e37b0-207a-5f02-9a4b-9155a9a0674a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3fd0c02-c428-5637-9b52-30b8aaaec778"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/683c6cc7-b547-52a7-8915-78bf489b582e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd6e37b0-207a-5f02-9a4b-9155a9a0674a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3fd0c02-c428-5637-9b52-30b8aaaec778"}}],"status":"accepted","resourceType":"Task"} +{"id":"1a515c13-fe0f-549b-a1e7-e37314bb93d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074378"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/45f5c5d2-9640-58f3-bad1-359d4decc56f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3363d42c-deb0-516e-80b4-69b57c5de020"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ff7a2c8-585d-5015-a1e6-1d0f1801a93c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adb0e8d6-2bd4-5cb2-a235-265f3d6295e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23bcfa39-cf03-5ab5-93a2-a113a92db34c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ff7a2c8-585d-5015-a1e6-1d0f1801a93c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adb0e8d6-2bd4-5cb2-a235-265f3d6295e1"}}],"status":"accepted","resourceType":"Task"} +{"id":"75ecf16f-5efe-5551-91f1-393c049c1403","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074379"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/23e6e54c-b31e-5f62-8dbf-ffcf28fd392f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3c58d69f-b2d5-5981-9791-4ac85272d561"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee17b623-0dec-5ef7-8bd1-721747caf979"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88defc59-6e5d-538d-9aa8-633d115940b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c23980c-e615-5cb0-a1db-c57f527702ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee17b623-0dec-5ef7-8bd1-721747caf979"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88defc59-6e5d-538d-9aa8-633d115940b4"}}],"status":"accepted","resourceType":"Task"} +{"id":"4028dfaa-d636-52e2-8b18-8b5547391988","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074380"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/635aee0e-6908-5192-aac4-57854e1faba7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/66e11dbc-5a85-5f2f-8901-c7db65bd6d7a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4dedf8c6-334d-5954-814c-5b4aa99ff7f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29b7ad28-38c7-585e-8d6a-50de93ee7fd5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bcef165c-4eb8-5608-8536-b30af45c0e9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4dedf8c6-334d-5954-814c-5b4aa99ff7f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29b7ad28-38c7-585e-8d6a-50de93ee7fd5"}}],"status":"accepted","resourceType":"Task"} +{"id":"41846061-6514-5849-af57-5678258e9dca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074382"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/36d1a1f6-db5e-556a-a5c0-4d01fe5040ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2be82b70-76ed-5f57-9698-05eccc2b1611"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34e0e188-08af-56e9-b7a1-f3994f668260"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/286c8e48-45fd-5e96-8a0b-45cab6b084b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9eb16980-60ce-5087-852a-b4fe0a4a3fde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34e0e188-08af-56e9-b7a1-f3994f668260"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/286c8e48-45fd-5e96-8a0b-45cab6b084b2"}}],"status":"accepted","resourceType":"Task"} +{"id":"b23698e5-cb45-5227-a8ce-3078143fe975","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074384"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/374b9c5a-424a-5dc2-8166-7a029c2396e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d7d25b14-0c7a-5d86-872f-50030ac80969"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ea444ef-5587-5f97-9377-50504385993a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/578a8434-a748-558c-b45b-f08947c069b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0fd3505-e1c1-5c49-95ee-8bff2791d9f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ea444ef-5587-5f97-9377-50504385993a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/578a8434-a748-558c-b45b-f08947c069b7"}}],"status":"accepted","resourceType":"Task"} +{"id":"184d16d2-eb15-5742-acaa-cfb9e96a9327","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074385"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/26a2b080-d6be-5d39-9497-092a5a807334"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7fe3e8fb-9102-51ad-a67b-4c795200f559"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39ff61e0-daea-5a3a-b5b6-f69d8bbbbe66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1401a7b-c758-5c69-9f1f-87ebc05edb86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acee77fa-8749-5cd4-b778-6d5405953a81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39ff61e0-daea-5a3a-b5b6-f69d8bbbbe66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1401a7b-c758-5c69-9f1f-87ebc05edb86"}}],"status":"accepted","resourceType":"Task"} +{"id":"e1fc3c05-1a93-5405-827c-8b5bcf2ffa5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS074386"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6d9ff819-6b93-5159-bc2f-3e94a38b4636"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7ff4376a-5fff-5adc-85ba-8e9b6838c7c8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/491f6fca-a896-5937-bd5d-2d5d86f8094f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf588a1a-a06a-592d-98e2-71c531effa0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bcde5f92-9aa2-5c8a-9750-2eed93130634"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/491f6fca-a896-5937-bd5d-2d5d86f8094f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf588a1a-a06a-592d-98e2-71c531effa0d"}}],"status":"accepted","resourceType":"Task"} +{"id":"13e12df3-640e-5138-882c-ecf991025ab9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084807"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/58bc72e5-66ae-59cd-bfda-7864f726d747"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d8c9a82a-5214-537d-a946-00f7b4d24026"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61ae7131-8d63-51ee-af1d-32deafd126b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0b9d572-36c9-53f3-a471-92710a1b6ff6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e41fdfe-8d0b-54e2-bce3-f94dad95fe7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61ae7131-8d63-51ee-af1d-32deafd126b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0b9d572-36c9-53f3-a471-92710a1b6ff6"}}],"status":"accepted","resourceType":"Task"} +{"id":"18dbc712-de14-552b-a38c-5c867e5bc4e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084808"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c6cb7be5-2f09-5f67-adff-b62d09e5d5cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6864994a-2b2f-5d1f-ba95-5d35ef80d42d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf7cf821-114a-5f91-b471-b42e38b66da8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e90a3ab-c26c-5f1e-9aec-a79eeafae490"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b992ec0f-2217-57b6-b018-8ff26e849268"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf7cf821-114a-5f91-b471-b42e38b66da8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e90a3ab-c26c-5f1e-9aec-a79eeafae490"}}],"status":"accepted","resourceType":"Task"} +{"id":"61526b45-5992-51ab-a349-aaf5a7f32adc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084809"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a9f3b5e2-6177-5613-916c-1d220ae69859"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/71637bae-1e15-5f4e-8618-a5cd312ac9b9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1f2a94b-75de-506d-9f77-035fdcd15a74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03544874-c539-5b33-87f0-44c7806095b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e040bdc3-80de-5725-a664-f2b243f0acd0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1f2a94b-75de-506d-9f77-035fdcd15a74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03544874-c539-5b33-87f0-44c7806095b2"}}],"status":"accepted","resourceType":"Task"} +{"id":"e342a4bd-1a6a-5ca5-8fc9-ba946678dd79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084811"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/98a840db-984f-5c38-a7a0-580de62441d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/621d7569-5cf7-5167-982d-5aa2b31b3ffc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e6c0e1b-4a8c-5e08-8cb3-b7cae7ef9cb6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b469830-ebb9-59b2-839d-e77171aacd3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7cd286e-4792-58a8-a4b3-baa361caabd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e6c0e1b-4a8c-5e08-8cb3-b7cae7ef9cb6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b469830-ebb9-59b2-839d-e77171aacd3b"}}],"status":"accepted","resourceType":"Task"} +{"id":"f4627ffe-c54c-526c-89fd-2930b0fe23bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084812"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/efbb60ca-96da-5c90-bf49-b059f29b8fac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/913d32f3-808b-5219-a157-73d2ece74d1b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3cd3f16-70fa-5585-880d-979295bbdbdc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/edc71dec-a5c1-5a2b-b2c2-a8126e3cbaec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe178a5d-cdd0-5c84-9492-4c7b4d982799"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3cd3f16-70fa-5585-880d-979295bbdbdc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/edc71dec-a5c1-5a2b-b2c2-a8126e3cbaec"}}],"status":"accepted","resourceType":"Task"} +{"id":"01cadff9-7012-5c4a-b75d-accb9ea9504a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084814"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9872227b-d76d-5f2c-a240-6fc532b9eba5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9525cd4f-ed69-5422-a2a9-3f79a8ea13df"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b58c0f14-c19f-5d01-a176-04e235cd2a37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/113d1b10-00ab-566d-aadb-9f15e31250fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/439ded6f-5f87-58bb-9735-a41e83b9ef9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b58c0f14-c19f-5d01-a176-04e235cd2a37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/113d1b10-00ab-566d-aadb-9f15e31250fb"}}],"status":"accepted","resourceType":"Task"} +{"id":"3a85e9d4-8ee2-5c1f-b266-0b8a3013e716","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084815"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2b8eec02-3fb1-5b6c-9369-6045ff06fc8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0dc2aaab-7b15-5386-932c-8f0cdb3354a5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09b1e4b1-84c8-5164-9975-bbdfcdd64c94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/463b18d3-eb7c-52f6-9382-42b0fe78cb70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9aa082c6-2423-5705-8454-1eb711a47848"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09b1e4b1-84c8-5164-9975-bbdfcdd64c94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/463b18d3-eb7c-52f6-9382-42b0fe78cb70"}}],"status":"accepted","resourceType":"Task"} +{"id":"b0f1588d-f186-5e05-a5a8-f531c62a35b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084817"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bf0a74a1-ea6f-5b7d-8c3f-21456bb3cf37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4c0f2d1d-c70e-5f5e-b97d-aecbe48751f1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66d3401c-7609-5989-b606-1d37b74e2ffb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3629061b-43c0-5ac6-a2e6-b391d6a19c82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e0d327a-5947-559b-80e2-8565d9f61c25"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66d3401c-7609-5989-b606-1d37b74e2ffb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3629061b-43c0-5ac6-a2e6-b391d6a19c82"}}],"status":"accepted","resourceType":"Task"} +{"id":"274b7347-bf21-57cd-858f-3f28b3332772","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084818"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aa0f618c-a26c-59a9-bcb0-195824769b44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/18c3c99f-d53e-555b-b0d2-4b1d1ef26313"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c481e373-b0d0-5ede-a8ce-8d989a6e8358"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8bb12481-221b-5426-871f-f68cb3f4b16c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3501c734-cc67-57bb-93f2-ab84bd4ee655"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c481e373-b0d0-5ede-a8ce-8d989a6e8358"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8bb12481-221b-5426-871f-f68cb3f4b16c"}}],"status":"accepted","resourceType":"Task"} +{"id":"7ae82a83-e6c2-5a5d-8a1c-0e2ef4137ef4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084819"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5421e29a-c543-592b-afdd-b4b0c2625758"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/092fc809-7ea3-5ce4-a749-8b04b31e72e4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47980ae3-da81-5435-8f7b-81d8738b7506"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24be18a2-c65e-5a29-873e-9e50a1af6a78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ada0f37-1654-5588-a570-da91af8a9f00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47980ae3-da81-5435-8f7b-81d8738b7506"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24be18a2-c65e-5a29-873e-9e50a1af6a78"}}],"status":"accepted","resourceType":"Task"} +{"id":"eddcbced-5a3e-5428-bd43-bf7fb40814d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084821"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e197265f-61f1-5f34-b405-fe13860f5e76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/68b36085-ba2c-5613-b79d-5a09a740a80a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79eeffef-c2ab-5aad-9a3c-290e28d641f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47513517-70f2-51c2-8abb-bc9468b1918c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1eebda66-5724-59eb-9192-d1691936369d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79eeffef-c2ab-5aad-9a3c-290e28d641f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47513517-70f2-51c2-8abb-bc9468b1918c"}}],"status":"accepted","resourceType":"Task"} +{"id":"f26a03d0-bd6a-5479-83ef-87a58b92b024","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084823"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9caf1147-2403-5f94-9dcc-f9620f671d23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/12eeb6d0-8043-5999-98a9-40deda3f8c12"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e428666-6475-50a5-ad4f-da30c86936a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb94f4e7-9f41-51ae-9076-aa47215456aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8daa674-b084-5922-8d7f-0c8710904370"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e428666-6475-50a5-ad4f-da30c86936a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb94f4e7-9f41-51ae-9076-aa47215456aa"}}],"status":"accepted","resourceType":"Task"} +{"id":"1f09b37c-e163-5ff6-b92b-990ec73f4411","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084824"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cf78e083-1656-58eb-89ae-d72b93f19788"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7be21b8f-577c-5db8-be8e-827222d9e48e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9129b6d-94c2-5239-95d9-b40cc8ead8e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d88a0cac-dbc4-5f8e-a020-aa383f17b6de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df0f300d-8150-55d5-a4e5-4b2a360b7e4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9129b6d-94c2-5239-95d9-b40cc8ead8e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d88a0cac-dbc4-5f8e-a020-aa383f17b6de"}}],"status":"accepted","resourceType":"Task"} +{"id":"6439378e-7831-57ba-8e12-a8c33abd005e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084825"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/65fbf8b0-5314-54c4-a78b-3cc8d3693ca4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a17f44f5-25ec-5da4-a594-4fedf7fa1559"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fb1df94-c913-56ef-8438-ae3c19c2adaa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80cffcd6-9cc8-5db5-8bf8-72d3caf7900e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62469f5e-5e4c-5478-a7c7-18f92a03c269"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fb1df94-c913-56ef-8438-ae3c19c2adaa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80cffcd6-9cc8-5db5-8bf8-72d3caf7900e"}}],"status":"accepted","resourceType":"Task"} +{"id":"c91bdf88-756f-5c9b-a1e3-5c35230e05e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084827"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a2204f2f-ffc6-5c10-9c91-f53625adf4b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/975dceb4-3796-517e-a379-65625b42ba01"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/815ce4ee-3732-5323-8e6f-6b6c29a39373"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/951ebc01-5aea-51e4-990a-86118effaeb0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5910673-60a7-5fea-8c4a-25a992580cee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/815ce4ee-3732-5323-8e6f-6b6c29a39373"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/951ebc01-5aea-51e4-990a-86118effaeb0"}}],"status":"accepted","resourceType":"Task"} +{"id":"c474cfd3-c1b8-59d3-b442-cf4880bea6fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084829"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/55cc5b64-d085-55ff-8f42-6ca098e9afee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3ae447c4-871c-5761-9718-98011acfa682"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b78affa0-5ce7-512b-a31f-a2dad5cab17f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8c73fca-22ad-5714-8b30-6921b8720c20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb5228ef-22fd-513a-89eb-b9f22238e154"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b78affa0-5ce7-512b-a31f-a2dad5cab17f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8c73fca-22ad-5714-8b30-6921b8720c20"}}],"status":"accepted","resourceType":"Task"} +{"id":"47cb893c-aecd-5c57-ad39-fb22ff4d1667","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084831"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/905bf788-d4e8-527d-bb95-d3bc53484d7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ba84de20-f3c5-5384-837d-970d938f760a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5a7ee65-ae9c-5ed3-af01-8bec165c5bb5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/094331ba-994f-5c56-9e31-808173e1f5e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f361e1fb-b053-5682-ac82-2a9db3938c32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5a7ee65-ae9c-5ed3-af01-8bec165c5bb5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/094331ba-994f-5c56-9e31-808173e1f5e8"}}],"status":"accepted","resourceType":"Task"} +{"id":"dff15eb2-a65d-5c88-ab99-77e8926bee25","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084832"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4aedb9bd-8397-5cd7-ba1c-58710c3d88ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/55e1e48d-aae7-5084-be68-e5c203e214d9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbafa85d-0b68-5ac3-8ce0-39184f181948"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f8d189e-7edc-51fa-80bf-5f51a2b7868b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7b93a52-ca66-5e2a-89c6-455c3e7465ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbafa85d-0b68-5ac3-8ce0-39184f181948"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f8d189e-7edc-51fa-80bf-5f51a2b7868b"}}],"status":"accepted","resourceType":"Task"} +{"id":"b3082661-e11e-54b9-9671-92c23b430a58","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084834"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ec08b49b-328a-5afc-860f-43ca1e1d4474"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b98f638e-d3f7-5558-9a53-dd20afc864c9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/329544d7-9035-5648-ba55-dec7dc5c24b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3474376-0b2a-58e0-8e52-69d757d5ac11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c3a80de-c9f2-5482-9fef-d279786ea9b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/329544d7-9035-5648-ba55-dec7dc5c24b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3474376-0b2a-58e0-8e52-69d757d5ac11"}}],"status":"accepted","resourceType":"Task"} +{"id":"696acc4c-0997-5bf8-b563-de8a180d7386","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS084835"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4a6f3de1-efd2-5b29-96e4-3b9fa1518520"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/32aa8675-816e-5e7d-b1ac-55fee6dfaa26"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d36ab1dc-b1e3-5850-b62e-1e6bea6eaa0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b37052e0-6aed-52eb-b093-f4cba07ee6c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/edff548e-2ee7-5d98-85d3-71cebc29da69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d36ab1dc-b1e3-5850-b62e-1e6bea6eaa0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b37052e0-6aed-52eb-b093-f4cba07ee6c6"}}],"status":"accepted","resourceType":"Task"} +{"id":"f52cddb2-b6f7-526d-a07f-1463c1668430","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS178998"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4937036b-da31-5874-9841-60364312f52d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2bdc3073-49e5-53ed-ba04-9be410901fff"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9e6f780-9ee2-5ea9-a668-dcaf489856da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db9598e3-6796-532e-a0f9-750d0cd906c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2ae6dcd-eff7-575d-84f9-ef72539af493"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9e6f780-9ee2-5ea9-a668-dcaf489856da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db9598e3-6796-532e-a0f9-750d0cd906c5"}}],"status":"accepted","resourceType":"Task"} +{"id":"dc862b0e-43a4-5556-8bba-b2e01c0ad992","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS178999"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/012a0208-ad97-5182-9d06-43a98f644019"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a027a351-2045-574b-b1a3-69515f4f1297"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db7f0196-a0cc-5007-a4cd-6633a711ae37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/890a585c-ecf0-5821-bc85-554c9e16ca83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02ece064-01b8-5e9c-bd5c-5da8602b6461"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db7f0196-a0cc-5007-a4cd-6633a711ae37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/890a585c-ecf0-5821-bc85-554c9e16ca83"}}],"status":"accepted","resourceType":"Task"} +{"id":"9df345f8-822c-54fc-ae58-9440406cdd2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179001"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/77f4152c-3c09-5de7-a96e-475e4f1dc9bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8784f8d8-679a-55ff-a7ae-c9457950586b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f379376-79e2-5411-a2a8-8ad34246f9f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d51fea6-9077-5e17-8b08-bda88af54d68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd4d4848-962d-500b-b12f-474bf7087972"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f379376-79e2-5411-a2a8-8ad34246f9f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d51fea6-9077-5e17-8b08-bda88af54d68"}}],"status":"accepted","resourceType":"Task"} +{"id":"4626ce2c-6b50-5641-928f-4e4f0caf3109","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179002"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bef1860f-3be8-5764-b1ef-0384a22dd3ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/db3587bc-16ce-5812-bc4d-c3c554f7407a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4920e16-c3f5-5a28-a539-9fff9f2868b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a690d04-dbff-5889-aac7-9e29a555211e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa55706d-ee14-5910-a42d-d4881c0f291a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4920e16-c3f5-5a28-a539-9fff9f2868b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a690d04-dbff-5889-aac7-9e29a555211e"}}],"status":"accepted","resourceType":"Task"} +{"id":"0c84ec30-7743-55cd-84d3-5dcf55ab831c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179004"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/894f0d49-894e-50ae-962a-dafa1557baf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ddd25a44-b3c1-57de-be8d-7cf9cd232d97"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e9a5ca1-057f-5eec-bfd9-b2087ab7c1e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbafcbc5-4504-5459-9c5b-7a0ac5b6f231"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34bb343c-d9eb-5228-90cd-27dc589a0f07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e9a5ca1-057f-5eec-bfd9-b2087ab7c1e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbafcbc5-4504-5459-9c5b-7a0ac5b6f231"}}],"status":"accepted","resourceType":"Task"} +{"id":"05932a31-5166-525c-8b1d-c8be276e8f77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179005"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9f5f41fe-8dcb-5ece-9318-d39a1d23d697"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c1734aae-c9f6-5bb1-9297-5af92a4b37f5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28d8fae4-b6af-51eb-bf4d-698890c402f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5353379-e94c-557b-93f1-bf03fe8abf85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0365e1d8-9094-50d7-9c8a-db8347e776b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28d8fae4-b6af-51eb-bf4d-698890c402f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5353379-e94c-557b-93f1-bf03fe8abf85"}}],"status":"accepted","resourceType":"Task"} +{"id":"fa916eed-9a15-5b40-9184-47dc9beb9fa7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179007"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/90eb22ae-be5d-547f-aaba-317f70b5851d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c52b74cc-4573-56a7-a965-7b23b1ab02bd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1361b5fe-81f9-5d33-a2ea-d40cc426502c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fbad098-ce59-5d99-831e-b19c78948be8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16265212-2096-5015-801b-5e3e92758e08"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1361b5fe-81f9-5d33-a2ea-d40cc426502c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fbad098-ce59-5d99-831e-b19c78948be8"}}],"status":"accepted","resourceType":"Task"} +{"id":"ae6e5dee-e2f6-5034-918a-7c22acecb4ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179008"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ddb61497-a323-54a7-b454-68cc3244407c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d6b816e5-d4bf-5764-80fa-e42ee5737df2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69a6948e-38f3-5368-b333-f903077e3ce1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07fc71a6-026f-5c44-bd7a-77d55e58e81d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ecbe995c-1fa2-5854-84e0-5d3c3f0f9fe2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69a6948e-38f3-5368-b333-f903077e3ce1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07fc71a6-026f-5c44-bd7a-77d55e58e81d"}}],"status":"accepted","resourceType":"Task"} +{"id":"ef7bd6fb-c0d6-51b0-b0fe-f47267268de6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179010"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dd247a62-57d7-5ed8-8b60-a97cad78c23c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4fc14230-3ecb-574e-a876-61d57d0b64bc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/feb44ddd-862c-52b3-a8f9-c4971af60464"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd41939c-6507-55c0-8573-1c337b504ca5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a997d81-eae4-5795-b23e-49b3053bdbf4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/feb44ddd-862c-52b3-a8f9-c4971af60464"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd41939c-6507-55c0-8573-1c337b504ca5"}}],"status":"accepted","resourceType":"Task"} +{"id":"dac17a86-b349-502f-86e6-6432172f6d84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179011"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/67cd79f5-19be-5bfc-b3c8-bb18a2fcd2cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/200f0c38-a82e-5718-8f91-bbeeef52a455"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ea2a101-9a2e-50ba-ac51-22782f9016af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9e70432-c071-5efb-b6e6-9a800061149f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c858a9b7-ce75-58cc-9890-f683fdddeed7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ea2a101-9a2e-50ba-ac51-22782f9016af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9e70432-c071-5efb-b6e6-9a800061149f"}}],"status":"accepted","resourceType":"Task"} +{"id":"b34ae3dd-71c8-52bc-aab9-7f643f72a169","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179013"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9530a565-856f-5fca-a1b6-23b3b68cc7f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b8fc36ab-fe98-5d9f-9fcf-1b281142f027"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02612a03-83be-5384-bb37-bacc7fda46e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/caca66aa-5cf6-559e-9e0c-a85fa5518fd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f895ca83-f527-5910-8c2c-2a6ec46828bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02612a03-83be-5384-bb37-bacc7fda46e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/caca66aa-5cf6-559e-9e0c-a85fa5518fd1"}}],"status":"accepted","resourceType":"Task"} +{"id":"6ddbb0b0-7f25-5e1c-96e9-9e3654c0dd60","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179014"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a406f205-fa4f-5c34-81f8-ff9ef24812fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1b314237-c54e-5cc2-8aee-dc679f77bdf4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee228860-6630-511b-9068-cbba4adf762a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4f67c4b-2be3-5de6-8f04-675e7b335b85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55695a63-88b4-5c30-ad3d-9e6b50b546dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee228860-6630-511b-9068-cbba4adf762a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4f67c4b-2be3-5de6-8f04-675e7b335b85"}}],"status":"accepted","resourceType":"Task"} +{"id":"2c0eb9ef-e844-57c5-9518-a450372452aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179016"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c43658f6-0a35-5c41-bdd2-778914473ce5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1a4e3536-47e7-5799-a567-f5217d880aef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7e9e29d-2e20-5b11-b27b-644e20bd7364"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0aaa43de-28dd-59c4-9561-b274125874ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc20daec-cb32-57a2-bd57-6beb806ea64f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7e9e29d-2e20-5b11-b27b-644e20bd7364"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0aaa43de-28dd-59c4-9561-b274125874ac"}}],"status":"accepted","resourceType":"Task"} +{"id":"0dcd7351-ad39-59ab-9e77-32795fc7e85c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179017"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f92f4828-3d90-511f-ae6e-f1f7dbf1cec2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/66db756d-69fd-56e3-a3a2-b14988826025"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/576a1413-798b-5159-b703-3f2fb18697d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c89f4e0-442f-57bb-9737-09ef0ec16ecb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78ba7551-0b77-5949-b158-6e32c34d95ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/576a1413-798b-5159-b703-3f2fb18697d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c89f4e0-442f-57bb-9737-09ef0ec16ecb"}}],"status":"accepted","resourceType":"Task"} +{"id":"88bcdf45-03af-56c2-a13c-6cb17d652be2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179019"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fb2941cf-aada-5a6f-b444-b4dee1853839"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ff0b319d-21c3-557e-a8f3-e38ef85cf997"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/246669be-f569-5a8a-aada-b958ee1d2e4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/903fd8be-f1a5-58f0-b2c0-682dda5f084e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56c14f91-2951-512c-902e-0fda7a598eed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/246669be-f569-5a8a-aada-b958ee1d2e4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/903fd8be-f1a5-58f0-b2c0-682dda5f084e"}}],"status":"accepted","resourceType":"Task"} +{"id":"691380ce-6dcd-5a0c-9247-742792b0e796","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179020"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/034d1ac9-35ae-5809-a1a1-12476e546368"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/77a4811c-ff3e-51ce-8070-7fd3d9c1ab62"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c381718-55cf-5e05-820f-2625e3090fae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/273019df-a1ea-5c89-a8e1-55b18b9cacde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d86beaac-ac66-5d03-ac7b-4e01f210d6ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c381718-55cf-5e05-820f-2625e3090fae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/273019df-a1ea-5c89-a8e1-55b18b9cacde"}}],"status":"accepted","resourceType":"Task"} +{"id":"a6374733-f8a2-5c46-979d-ca9ce3872694","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179022"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e52d87f6-df91-5303-9133-5a7888afcf9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e3ff52cc-edbb-5c97-9ea6-c81793f72166"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18c3c3bd-a7d1-531d-a96f-fac348ca20a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cac462b-e558-5702-811f-20ba73e1ba58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e676b5d0-85b8-5304-b65b-acdcfdc7dae9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18c3c3bd-a7d1-531d-a96f-fac348ca20a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cac462b-e558-5702-811f-20ba73e1ba58"}}],"status":"accepted","resourceType":"Task"} +{"id":"2108f47b-dccd-557d-9773-0ded85416ff1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179023"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e8cd5642-0bee-5a92-b764-7f564e840628"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/34cd4292-1a88-5a65-b14b-22b20aff7453"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3297a161-e07a-58a8-b2ad-fd2caeda1e37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b773bfc-42fd-5ac0-882f-282e8ea2d9e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d27fd3da-74bc-5da1-90ae-c98c281f8c13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3297a161-e07a-58a8-b2ad-fd2caeda1e37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b773bfc-42fd-5ac0-882f-282e8ea2d9e7"}}],"status":"accepted","resourceType":"Task"} +{"id":"f6d36197-c407-5236-86b8-67fe99387acf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179025"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2de722a7-0e8a-525d-9305-2bb7de32b807"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/94b0d9b4-da46-5efb-be8a-ff0289ba19b0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/574802d5-5421-5c4d-9f30-aee730877802"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3478ef82-f027-5576-b0bc-09e743748f0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6aefaf68-ce9d-55bb-9e33-98b8b73fc5bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/574802d5-5421-5c4d-9f30-aee730877802"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3478ef82-f027-5576-b0bc-09e743748f0b"}}],"status":"accepted","resourceType":"Task"} +{"id":"fb5c16e7-4d0d-5cc2-a12f-dc05bd729730","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179026"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/75a46a29-e91a-51f8-b3ca-690c15229969"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0c0f051f-52a3-5915-b3aa-dd10c2e52cf9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ec0d3e3-1812-56fa-aa08-6a548cdd88cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8909da4d-1fcc-5017-9c11-7653428f1ead"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9aa41e6a-5c29-5615-b378-917dc246de3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ec0d3e3-1812-56fa-aa08-6a548cdd88cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8909da4d-1fcc-5017-9c11-7653428f1ead"}}],"status":"accepted","resourceType":"Task"} +{"id":"563907a6-92f7-574f-8f8f-e80c7cd32741","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179028"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0865ca73-2a0c-5c2e-890e-ad9c475a69b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/624121c4-ec51-5017-a5ab-2439224b8752"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85cd619e-59ed-59ae-8d31-d46cbe2e492c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c5d763e-2c82-57a8-a814-b21565baee9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0a81940-9e69-576d-821b-22221a915a25"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85cd619e-59ed-59ae-8d31-d46cbe2e492c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c5d763e-2c82-57a8-a814-b21565baee9d"}}],"status":"accepted","resourceType":"Task"} +{"id":"dc565d08-3778-5ec0-b719-9666f34f6a3f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179029"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6d1e1e84-d09f-5ac1-8ec2-500958337f26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d0e394dd-6bee-598d-a94e-4623b24c9612"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/225d80cc-1dcc-53c1-b3ba-4e0e0b777c2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/518a5a4c-55ee-5488-8d9d-edc89c7407e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b70102c-f47c-5d5a-9299-050d5dea5d8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/225d80cc-1dcc-53c1-b3ba-4e0e0b777c2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/518a5a4c-55ee-5488-8d9d-edc89c7407e6"}}],"status":"accepted","resourceType":"Task"} +{"id":"a60de199-cd25-5e37-84c2-1e438401680a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179031"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8d2a9117-17cb-5baf-a791-e7cbc7aabb02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ae289c50-d536-5b8e-b3d1-37b9816f4cff"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7836327-a043-5d1d-8c81-088e6ec0139a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ee32d74-728a-5be3-9c2f-0c3b2550bcf7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c82fd86-3388-5844-89f9-b6c907a03e4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7836327-a043-5d1d-8c81-088e6ec0139a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ee32d74-728a-5be3-9c2f-0c3b2550bcf7"}}],"status":"accepted","resourceType":"Task"} +{"id":"613ceda4-ab8e-5839-8fef-6535e2135453","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179032"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2f3e4982-7841-5757-8ea4-3729e1320d83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d417e4c7-d7d4-52ef-94d0-c0723b25b6ac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f951a60b-6ac0-53eb-b391-4956c1c09816"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27df1e2a-9e12-5733-88c4-564b31655bfb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/347eb810-0198-5469-af76-09ac7a0de93f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f951a60b-6ac0-53eb-b391-4956c1c09816"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27df1e2a-9e12-5733-88c4-564b31655bfb"}}],"status":"accepted","resourceType":"Task"} +{"id":"4ef009d4-90f6-5721-8c7e-602b14ccfb96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179034"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f7058231-0ae3-505f-b54d-86d52df41443"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9b515c71-5a31-5c58-9cf1-83c76b2043eb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af818e1f-b1c1-505e-b4a0-4ac772ec3c2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eeb1f2cb-cdf4-5348-a434-e3ecc895bd13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46f0c55b-0dca-51dc-a1ad-6ee41de20f6d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af818e1f-b1c1-505e-b4a0-4ac772ec3c2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eeb1f2cb-cdf4-5348-a434-e3ecc895bd13"}}],"status":"accepted","resourceType":"Task"} +{"id":"b2ce850e-1a9b-535e-8e0c-733f96b9f0b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179035"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6ea15193-8b5f-5a04-ab37-50b36d3bd8e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/33c82855-3728-554e-9a0c-527561ef1d46"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ce48eac-c699-51d7-a21f-6257e26a834f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8011f4b2-3d63-58c2-b67c-c35322cdd85d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fa65960-2511-5b57-a44d-7de63877701a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ce48eac-c699-51d7-a21f-6257e26a834f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8011f4b2-3d63-58c2-b67c-c35322cdd85d"}}],"status":"accepted","resourceType":"Task"} +{"id":"b3b8964b-237e-5d1b-ab24-9dec7fb3e257","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179037"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0aabf58b-91c9-5855-9d47-22a1c7713b53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a276a508-53c8-563f-aa60-187a946aa7a7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a23620e-7cd4-5e3f-aac2-4999ca86d32c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2fb5df2-1224-523c-9899-3671464bc17a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3c315ea-997c-5610-8147-7a0a9ae09a40"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a23620e-7cd4-5e3f-aac2-4999ca86d32c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2fb5df2-1224-523c-9899-3671464bc17a"}}],"status":"accepted","resourceType":"Task"} +{"id":"bafe6982-b9e1-5c76-91d9-b49102710095","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179038"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/423597e9-8531-50b0-9a08-143da1018cf9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/95390f0a-95a6-5d82-a440-28127f8b647c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64617e11-58c0-5035-871a-8bf90da44ed8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/713e9c1c-4035-5a32-a3b4-8921f2e72a3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/695eb6c0-4012-5814-a8b2-d984af57d0dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64617e11-58c0-5035-871a-8bf90da44ed8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/713e9c1c-4035-5a32-a3b4-8921f2e72a3c"}}],"status":"accepted","resourceType":"Task"} +{"id":"79e9995a-1671-5165-87e7-2972b319d11e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179040"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5d91f16c-d960-5c1f-8e2a-d300d43360b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/137b5f57-cc05-5ce5-8233-282e0ae7e927"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/949f3380-0402-58f8-9890-ce465a51dc61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aef10f88-294c-5cd5-8b4e-8e4201aaeeb3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31d22dc4-71fc-5eca-8a9b-9eccff0db465"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/949f3380-0402-58f8-9890-ce465a51dc61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aef10f88-294c-5cd5-8b4e-8e4201aaeeb3"}}],"status":"accepted","resourceType":"Task"} +{"id":"c9db24cf-0703-5b31-81fd-a921d4793051","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179041"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e610ebf4-de22-5784-92fd-568a5fd2d6dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3f0c6908-ef08-599c-ba0d-173d419cbb49"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6abdd3f-a8c5-5347-a091-9125355abb88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48845ab1-8261-59d9-8501-a8a8d002dcf5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/324c506c-26ff-5b51-97d7-36cbed955381"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6abdd3f-a8c5-5347-a091-9125355abb88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48845ab1-8261-59d9-8501-a8a8d002dcf5"}}],"status":"accepted","resourceType":"Task"} +{"id":"b8d71813-6d83-53f1-a7b8-7032ec67cf20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179043"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cd4eb9a2-2711-5929-a233-76b39abd1b51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/998d8317-7b63-5a11-80a3-a7948658b527"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea8071fa-533b-50e1-94e6-bb40f36cff6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/becec18d-4ad3-5599-98a5-9345531ff951"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4672806-a677-544b-b30f-e1dfa150dfee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea8071fa-533b-50e1-94e6-bb40f36cff6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/becec18d-4ad3-5599-98a5-9345531ff951"}}],"status":"accepted","resourceType":"Task"} +{"id":"e25beed0-1384-570c-875e-4366cc64e14d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179044"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cd7bcc2a-5415-5ae6-bfd2-5715062eb960"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a83d4ab9-ed92-5d2a-989c-6a73e26f6f79"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfabce67-9738-5def-bdfa-7dc131692ad9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e365f255-c598-54dc-aa6c-d730d525a0c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d08adbf-042b-5502-a551-efab8bf7192d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfabce67-9738-5def-bdfa-7dc131692ad9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e365f255-c598-54dc-aa6c-d730d525a0c6"}}],"status":"accepted","resourceType":"Task"} +{"id":"8384443c-b702-546c-9aab-365218797800","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179046"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/42b5ff75-c54e-5867-a3f8-b8317d619ed5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7b699ae9-1261-5f6c-9760-b4b8a52b3aa0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e73e8f4-503d-5ddb-94e5-409aa1eb390c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05edbd20-3344-5b55-b83f-738585d490ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1225cf90-acf0-5f1a-bfea-5a89ea13afb6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e73e8f4-503d-5ddb-94e5-409aa1eb390c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05edbd20-3344-5b55-b83f-738585d490ba"}}],"status":"accepted","resourceType":"Task"} +{"id":"2849f859-d40f-5af9-9d36-e7c39432c2b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179047"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0e738119-dcad-5f74-8258-f8c104d7e8ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c2226dff-2241-5bff-a143-6725a8bbf299"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/652e4813-872f-5f38-9b31-a4a389c8492d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d9f9777-58a9-5b8d-82f3-be533ad27fbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22a448dc-867b-5465-9768-7c6f97449ae9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/652e4813-872f-5f38-9b31-a4a389c8492d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d9f9777-58a9-5b8d-82f3-be533ad27fbe"}}],"status":"accepted","resourceType":"Task"} +{"id":"94014e20-721c-5fa0-bbef-b8ccb981f718","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179049"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0de49d2f-0da6-5c5f-ad39-4834864dea1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2b621992-114a-51ce-8e45-ece925aa87b9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5524ec09-b80d-512c-aa92-e4ba7ca24a7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1757e817-0899-5af6-bebc-6874d44f7083"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06709c01-7863-5ee2-9a97-ab58fef65a4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5524ec09-b80d-512c-aa92-e4ba7ca24a7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1757e817-0899-5af6-bebc-6874d44f7083"}}],"status":"accepted","resourceType":"Task"} +{"id":"a481e51f-3c9e-51c3-80e4-171bdca86823","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179050"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e2413ff1-c79a-5190-9eb4-383102e76839"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1041200a-0623-59e6-b144-c2717aac776a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0de6a248-f5de-5274-b457-0acdae72e3b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a83dabd-f641-5556-bee0-c3a1095183a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5254e087-45b8-57fb-aa8f-3a78e8e4f89c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0de6a248-f5de-5274-b457-0acdae72e3b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a83dabd-f641-5556-bee0-c3a1095183a8"}}],"status":"accepted","resourceType":"Task"} +{"id":"5b7b6d4d-0f04-5769-938a-039689976b93","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179052"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9a9c84e5-8e92-5d5f-86ca-649eaab2f829"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3bc322cf-a71f-5d7a-8cba-18f238e30ce7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec02d935-dc67-5bc6-bda7-c6418b6c888f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22568888-714d-5706-bd84-e42cc9830826"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7cee18f-b956-5dfa-a38f-7c722c0570ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec02d935-dc67-5bc6-bda7-c6418b6c888f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22568888-714d-5706-bd84-e42cc9830826"}}],"status":"accepted","resourceType":"Task"} +{"id":"83435108-68b7-5d03-bcfe-9807a3da514e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179053"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/69abde95-e607-590d-922b-739e3fdaf7d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ded3b844-c527-51b8-bf1d-29608978dcac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b57cbb08-4bdd-5937-aa35-29f2688f5d63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d53a82cb-0f3c-514c-aa6a-4091d30890a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8d05702-3cc9-5d39-a0f9-f6cf9446b7e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b57cbb08-4bdd-5937-aa35-29f2688f5d63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d53a82cb-0f3c-514c-aa6a-4091d30890a9"}}],"status":"accepted","resourceType":"Task"} +{"id":"a5a0889f-7f78-5def-919d-69662fb9f89f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179055"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/20f5d874-69f2-59d6-a0b5-d77e619efd0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9f5079ea-466e-5ddf-aaea-ca0da5b1c904"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25d8e999-12e7-5d3c-9bef-7467a87d2301"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2500b1d-4ddd-5c54-8895-c5a72c7113fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90a1139c-56d0-526e-b1b0-26039aaddde1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25d8e999-12e7-5d3c-9bef-7467a87d2301"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2500b1d-4ddd-5c54-8895-c5a72c7113fd"}}],"status":"accepted","resourceType":"Task"} +{"id":"4966f3e9-9838-526b-9593-ab2eeaad5be4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179056"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/86feccc7-b08f-5391-a88a-ec43edbe2544"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c8a61345-048e-5aba-97ef-467a45bad2d5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea04a35a-68e9-51e6-b902-bd309e41a448"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26f67685-78e7-56ff-9729-ac90cafdd137"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/591179c1-b093-551a-95db-c58c9d06e137"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea04a35a-68e9-51e6-b902-bd309e41a448"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26f67685-78e7-56ff-9729-ac90cafdd137"}}],"status":"accepted","resourceType":"Task"} +{"id":"db691006-95ea-5854-8499-1efcdcdf850d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179058"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bba51369-d3ba-5c1d-95dc-a1e562b66d8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9a7c26dd-e338-530d-aac3-3131816bcaa6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b42d6e9-4a03-5749-aafb-9fa15f2d102c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95da7ef5-7a1b-502d-a53c-abf3ac1ca3af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48badc5b-f7e8-5e95-981c-908c80881595"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b42d6e9-4a03-5749-aafb-9fa15f2d102c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95da7ef5-7a1b-502d-a53c-abf3ac1ca3af"}}],"status":"accepted","resourceType":"Task"} +{"id":"0ecd4114-65c9-5849-970c-f8bd4df35700","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179059"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/343202ad-ff67-537f-97f9-2aed8a9946c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/40d677b9-2dd1-519b-86af-9bc37b9d2ce9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df1ddbad-5cab-5798-9454-7c48869f0679"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6065ab4-93a7-5b1c-98e4-5a50772867eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5bbcaa4-48a3-5deb-a240-e5492c9044c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df1ddbad-5cab-5798-9454-7c48869f0679"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6065ab4-93a7-5b1c-98e4-5a50772867eb"}}],"status":"accepted","resourceType":"Task"} +{"id":"2691f194-4a87-58a1-b1fd-c1fe4ad633f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179061"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/796da09a-d4a7-5ed4-a389-51fbba8f457b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/71e3b148-66d7-517d-bf9f-b79ad18031e2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b8b2eb4-a652-5742-a4bb-91102820856c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3bc8cb96-8f15-5c4e-a839-7eb7f4533bbb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2c7d631-7bdc-5773-a2f6-17bdf86eb76c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b8b2eb4-a652-5742-a4bb-91102820856c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3bc8cb96-8f15-5c4e-a839-7eb7f4533bbb"}}],"status":"accepted","resourceType":"Task"} +{"id":"8a1f0294-535a-5086-aaab-698793c16786","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179062"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e4b11180-b239-5cae-a5ed-0d11e78e0c7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4b547171-463e-52ab-a00d-4bcf05b5884e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4176a5b-2a97-5d46-8138-0a538576b835"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/edf3d7b0-6a21-519d-99eb-9c79d20095c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66055196-8f80-5c6d-bb00-c1d5007b0a64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4176a5b-2a97-5d46-8138-0a538576b835"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/edf3d7b0-6a21-519d-99eb-9c79d20095c8"}}],"status":"accepted","resourceType":"Task"} +{"id":"9674fada-53bf-5366-b6b0-d1f1d44eb84a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179064"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9be51971-bb93-59c7-a81a-82df10acae4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/088ec03d-0489-5242-8d9b-39dbf25ec99e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6aa0590c-8ec1-5302-885e-5ad32908dc94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfe6f15f-03ca-567c-8bb3-ac18f9a2db64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2506142-87b7-5935-aec3-55f3d195e36e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6aa0590c-8ec1-5302-885e-5ad32908dc94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfe6f15f-03ca-567c-8bb3-ac18f9a2db64"}}],"status":"accepted","resourceType":"Task"} +{"id":"69f3ad4c-e298-5874-a90e-eac8c532adbc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179065"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b9091d00-bb19-5688-bd9e-f54a0e449b37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fb7acfc3-018c-5580-a4c7-1cee55662d4c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5566ef38-d21c-56ef-ad1b-a7ef0d51b936"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d62166f-58fb-5ea8-859d-527953c16f32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3e775fd-388a-5be6-a2bc-fc40dbe7f461"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5566ef38-d21c-56ef-ad1b-a7ef0d51b936"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d62166f-58fb-5ea8-859d-527953c16f32"}}],"status":"accepted","resourceType":"Task"} +{"id":"d6de8e5f-f3e9-5499-b3e8-ed09c009cf24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179067"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/92bd9621-08da-5363-b2d6-594fc8c85957"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3b1110b0-0c12-56ca-8922-6ed24564948d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6635166d-b906-58ef-b6d3-1b17b819c733"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7b23c45-9ac2-5210-8ba8-a3afd65f7b70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36cbdd56-7846-5ce4-9b9a-49b742f936fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6635166d-b906-58ef-b6d3-1b17b819c733"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7b23c45-9ac2-5210-8ba8-a3afd65f7b70"}}],"status":"accepted","resourceType":"Task"} +{"id":"e5876d46-9be0-5594-bacd-479e14181c2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179068"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f4d7e18b-80a7-550d-a79b-af1312a145c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b42facaa-77a2-50c1-90a0-568f7bf76794"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88a01219-5fbb-5464-bdb0-62bd6236466b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a681d10-c1b1-5c23-a47b-5a13bd6e5e23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec6f2071-473e-55d6-90fb-48817c61ab80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88a01219-5fbb-5464-bdb0-62bd6236466b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a681d10-c1b1-5c23-a47b-5a13bd6e5e23"}}],"status":"accepted","resourceType":"Task"} +{"id":"f749251d-a453-55e0-98b9-75f0609b9e6d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179070"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/95599fe9-8f29-56b0-b506-de49e19b9580"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/57dd41ad-3516-57df-8f52-41c632eb88f1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2af0554-9147-5ad1-950a-31a9e509ae8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b55572eb-6d61-5150-aa5e-190fded7e593"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a04f1098-77dd-5ef3-a66b-ff108bc3a11d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2af0554-9147-5ad1-950a-31a9e509ae8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b55572eb-6d61-5150-aa5e-190fded7e593"}}],"status":"accepted","resourceType":"Task"} +{"id":"53ad83db-e12b-56cc-abeb-c2e4b2cd8dd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179071"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/96782130-4829-59c5-8645-8e91a7092502"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5c1e3120-7722-531c-bf1e-a6856374bc23"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be9414ae-6122-53c5-afc5-a992c531a846"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/575c297a-f3c4-518e-8081-608f378a27d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63e873e0-7e94-5b1d-9f8a-98276899daf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be9414ae-6122-53c5-afc5-a992c531a846"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/575c297a-f3c4-518e-8081-608f378a27d7"}}],"status":"accepted","resourceType":"Task"} +{"id":"88b9d3ce-f5b1-5bdd-b6c1-9bdf3d41505f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179073"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b5e69454-5847-5320-a859-64a6cc7af6a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9149db03-4282-50a4-9c65-6ef987d5e790"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a051831-a87f-5cf4-9b9f-9e10fdde431c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d17108d7-aeae-508c-bd51-9a53528310d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/105bd5b8-5d95-5db2-9faa-02e0f9526b1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a051831-a87f-5cf4-9b9f-9e10fdde431c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d17108d7-aeae-508c-bd51-9a53528310d9"}}],"status":"accepted","resourceType":"Task"} +{"id":"6541419a-af29-5507-bf51-690b685ce185","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179074"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5280e05f-2c9c-5325-abe9-1b745f599087"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/91d5c208-f51e-572a-97a4-42607ff90618"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/388bc89d-e75e-54f7-9df3-fcc95b91a40e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdd58eab-2072-53eb-82b1-099d2ce9e0b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2b476e6-6a08-5941-94e7-5f26a85e6e1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/388bc89d-e75e-54f7-9df3-fcc95b91a40e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cdd58eab-2072-53eb-82b1-099d2ce9e0b0"}}],"status":"accepted","resourceType":"Task"} +{"id":"abf2a228-aded-5e98-9634-db72e1731be4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179096"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a1a49fc3-3ac4-5e2e-8db7-0fe190da2d54"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/021de873-784e-59a8-a4ff-8262a9cf7d5b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50c3fd69-d6df-55c6-a234-8a05c77f7c60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58dadd1c-f77d-5486-aa97-3cbdf83104b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/872bd870-28d0-5860-b9c4-f6763493d228"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50c3fd69-d6df-55c6-a234-8a05c77f7c60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58dadd1c-f77d-5486-aa97-3cbdf83104b8"}}],"status":"accepted","resourceType":"Task"} +{"id":"fcafac06-9dc0-53e2-8bc7-b55bb57feb13","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179097"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/33305b7a-7f71-5199-8b89-93ace29a8dec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/742838e9-5fec-5b0a-8638-5dc6819ab23a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8b0693e-24f9-54df-8c31-888da80be75f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ceedb5f-f0e6-50a8-8f7e-adc8a01edefe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a71ad8c-1522-5c12-9352-4f6615dd8eb8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8b0693e-24f9-54df-8c31-888da80be75f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ceedb5f-f0e6-50a8-8f7e-adc8a01edefe"}}],"status":"accepted","resourceType":"Task"} +{"id":"4c2f5eb8-f002-5adf-b0d2-577da192b08f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179099"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ad985635-d80f-5177-93c8-d35e42142cc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/80e372e0-4403-594d-881f-578c467565f5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab9e8f5f-60c9-5357-baaa-29eb74428d7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c01b5c3-a174-52bb-afe7-692370ad112a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/161bb47e-ce63-5517-8a8c-9b219b96e597"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab9e8f5f-60c9-5357-baaa-29eb74428d7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c01b5c3-a174-52bb-afe7-692370ad112a"}}],"status":"accepted","resourceType":"Task"} +{"id":"190d00d1-8c7d-575c-be49-a78cdf4dbebd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179100"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/af5b9152-3a13-5e70-ad3a-2956c193d9be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0609be94-f85b-51c2-b90e-46915e1a0a01"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd4975f4-5565-57b6-bd84-6ab0f2098245"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9f4b24d-8978-5f16-af51-78217068d0b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18c33ed9-61af-5bcd-a84f-3551c6d5dc37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd4975f4-5565-57b6-bd84-6ab0f2098245"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9f4b24d-8978-5f16-af51-78217068d0b5"}}],"status":"accepted","resourceType":"Task"} +{"id":"e1979cc3-62de-549a-8df6-f71fe8667f66","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179102"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f4495a4a-50e0-5086-b2a5-c2f2e808112f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e4869b9b-cea3-5713-8bb1-2f58fa915489"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83d98b39-fec2-5c69-883b-fd331ea7de53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fdc7508b-4eef-5f07-9ca2-7f1300b3390e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43ab1d9e-2a97-521c-b65a-1e70d8913f07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83d98b39-fec2-5c69-883b-fd331ea7de53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fdc7508b-4eef-5f07-9ca2-7f1300b3390e"}}],"status":"accepted","resourceType":"Task"} +{"id":"f281b496-8b49-5b7e-a6ac-e0cfd7a330e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179105"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/df0a7d59-9b36-597f-9b4c-719ef0f61f10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2b411437-18ba-55bf-9056-a0bad21f84d9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/871aecbe-5221-5cc1-afb9-23c8a8c2ee86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24f13664-34c1-516c-a879-51e0df97a5e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38eecfa9-3d75-53a5-9924-607794e87099"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/871aecbe-5221-5cc1-afb9-23c8a8c2ee86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24f13664-34c1-516c-a879-51e0df97a5e0"}}],"status":"accepted","resourceType":"Task"} +{"id":"cc81f9fe-aa93-58ac-8955-05e978033b71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179106"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d2b9289a-004f-57d8-b6f5-09901894308c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e25f9ee8-23b8-55e5-a5b1-a5afcd97688e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/103ab7a7-1e39-5fb1-9a22-a6de3590a1f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87cba52a-1d13-57b9-8629-97cac7177082"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfb12451-ff79-5709-9c53-ba84b894ce55"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/103ab7a7-1e39-5fb1-9a22-a6de3590a1f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87cba52a-1d13-57b9-8629-97cac7177082"}}],"status":"accepted","resourceType":"Task"} +{"id":"1f29d11b-0fb8-574c-9434-a5dad2b0c78b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179108"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/36cdc0a2-a4fc-5964-89c9-6c22d13f9d98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4a37821d-cccd-5543-a132-481b30963313"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/798da683-939d-5a3a-bf60-548bff22d148"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d07f13cb-3031-5da2-bfc7-fd0a6fb7f032"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e5224f9-75f9-5533-8648-2a775d409a7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/798da683-939d-5a3a-bf60-548bff22d148"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d07f13cb-3031-5da2-bfc7-fd0a6fb7f032"}}],"status":"accepted","resourceType":"Task"} +{"id":"d78d31d6-32b1-52c7-b690-b48817f7b4cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179109"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d81ee851-9fb2-51f0-9ef6-cdbbe9f763cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ea3aa6a4-6f5f-538c-ae53-9516f326ea30"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72b22ae3-2ca2-5b6d-9168-34c8cf3130f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c740318-8e14-514f-b9a9-b0f82ef5f99a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f045f739-1dfe-5260-b59a-513bc5a4ed67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72b22ae3-2ca2-5b6d-9168-34c8cf3130f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c740318-8e14-514f-b9a9-b0f82ef5f99a"}}],"status":"accepted","resourceType":"Task"} +{"id":"b55ac9bf-7dee-5aab-bc4f-ced9be9fec3f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179111"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d0f6111e-a4ee-5d62-b042-ded335a6669a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c7eada49-0cb2-5ad4-8308-efebf19df386"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca147f47-d942-50fd-8807-6818a1686c5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c392b7e-4681-595f-8e88-7b12cd5ee6de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07fce3b2-e337-560b-a0a6-0adf5b13a5ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca147f47-d942-50fd-8807-6818a1686c5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c392b7e-4681-595f-8e88-7b12cd5ee6de"}}],"status":"accepted","resourceType":"Task"} +{"id":"81476ff8-89c1-5cb0-b811-02b755720d59","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179112"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/47e7afa5-68e6-522f-848c-1820329d419c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4d72f79b-b2a8-5e17-b1ef-55fd4576df6c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da46f173-6ddb-58c6-ad39-a2e69d303266"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92de24ef-f977-5866-88e5-ce54b399ea56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0c71acb-5f99-5a14-b36a-7094cdf8b5bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da46f173-6ddb-58c6-ad39-a2e69d303266"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92de24ef-f977-5866-88e5-ce54b399ea56"}}],"status":"accepted","resourceType":"Task"} +{"id":"5daa32dc-13e5-5d99-990a-4f999bfe906d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179114"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/260a469c-f3f6-5b36-8ebf-f6adb7d00355"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/19c252b1-703e-5ce3-9658-c66769bf0f6f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c4ea5c3-9b93-5a38-b50d-e27af484cf5a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8cd9e87-72df-56a6-9164-875042ed11fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cf86771-a792-5264-b818-cbf221f99b88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c4ea5c3-9b93-5a38-b50d-e27af484cf5a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8cd9e87-72df-56a6-9164-875042ed11fb"}}],"status":"accepted","resourceType":"Task"} +{"id":"9d097609-fc2f-54cf-ba10-f9460529fb91","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179115"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/468d82c1-1cb5-524a-a508-15a8d0f5a20d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/edfa2010-47f7-5e11-844b-9459a51a6d5f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/660f93f7-d5c2-5739-a522-780e2f8ae163"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e793e2b-cfe8-53a9-94af-d3a7930bd2ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b5b0b62-030f-5a12-871d-cef1f8cede78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/660f93f7-d5c2-5739-a522-780e2f8ae163"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e793e2b-cfe8-53a9-94af-d3a7930bd2ac"}}],"status":"accepted","resourceType":"Task"} +{"id":"ee992e57-5772-507f-a892-583241e0fec5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179117"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/167972f4-fb47-5bcb-b770-35a7fe358467"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0e74a4aa-3d72-5b2b-af4a-a16b72d17e00"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/058c019d-b110-568e-a678-9dc1cb95b597"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb43b418-da99-5f08-8a5c-617d3e65d808"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff363b61-cb0d-5eec-b245-3f9ad18f34f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/058c019d-b110-568e-a678-9dc1cb95b597"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb43b418-da99-5f08-8a5c-617d3e65d808"}}],"status":"accepted","resourceType":"Task"} +{"id":"716b68e8-44c1-559a-a52c-27168c0e3a5f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179118"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cc6a1203-3172-51e0-92c8-7b109adcb073"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d2ed5ecc-8e82-57a2-9b66-e7269db3c2cf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59dcbeb1-1d5b-5c42-8d90-9dfff6375bb9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da989196-77e6-53b1-9906-5139fdf77f69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c3b9375-0745-5af9-b14a-0a689be754a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59dcbeb1-1d5b-5c42-8d90-9dfff6375bb9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da989196-77e6-53b1-9906-5139fdf77f69"}}],"status":"accepted","resourceType":"Task"} +{"id":"2a6332fe-b01f-505c-8978-20c04238241b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179120"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eead7023-a2e5-5709-a1ad-6170dee1e0d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5c6f3e2f-34a6-52cc-af44-5e8a3f91d01a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9f2dcb2-1fda-5896-a8c3-0c02b3da653f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e94e014-4f32-56a1-821e-3aeb21acf209"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90307df6-c64f-559b-9179-5093a6c9fc21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9f2dcb2-1fda-5896-a8c3-0c02b3da653f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e94e014-4f32-56a1-821e-3aeb21acf209"}}],"status":"accepted","resourceType":"Task"} +{"id":"598ac10c-a03b-5c73-b6c9-adb69c71e832","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179121"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a4d051fe-f268-5489-91ec-59f1f93bf9eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4556d955-ce6e-55fd-ac18-9026a404bacb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5799f182-63d3-5e67-9c7d-5b1ea7a63322"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aedeb93a-b824-5030-9bf8-463f7289032d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7887bd28-f465-52fa-9622-606a77327245"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5799f182-63d3-5e67-9c7d-5b1ea7a63322"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aedeb93a-b824-5030-9bf8-463f7289032d"}}],"status":"accepted","resourceType":"Task"} +{"id":"a298ac6f-1863-567f-8a98-f0e69efe32db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179123"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/007839b7-d484-5035-ba63-7d8169e2114d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6bbbb8e0-c7f3-5cd6-9624-3c15531afb42"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34ae578f-a7bd-5184-9381-f5a5319f8c8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be751674-5468-5c88-9807-21a74337550e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3135fb29-e0c6-52bf-9386-977933e21bcd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34ae578f-a7bd-5184-9381-f5a5319f8c8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be751674-5468-5c88-9807-21a74337550e"}}],"status":"accepted","resourceType":"Task"} +{"id":"c9385683-5970-5f9d-b961-b1b7a9264657","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179124"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3d9b5bc6-9be5-5532-82e2-93263f333991"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/23fd8bae-ec61-5b6f-b342-b9e4a9ee3bde"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49cabc54-f810-5f5d-acd5-ad5b127124b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e718692-d0fa-587e-b1de-34872f4d2804"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0348b023-b2f4-58ba-a168-078df877bcca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49cabc54-f810-5f5d-acd5-ad5b127124b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e718692-d0fa-587e-b1de-34872f4d2804"}}],"status":"accepted","resourceType":"Task"} +{"id":"e275cacb-9138-56a7-8165-a21d82fffdc6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179126"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/05f4ba95-18c2-52f8-bb2d-8616abe3d9dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6be9da37-7006-5074-b482-988d1dcdceab"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbd980be-0246-5de2-9c92-0fe5e645a9c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19174810-1be1-584a-8295-95a9f921b7d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0298f88b-9c94-53b7-8d94-4af0e0758963"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbd980be-0246-5de2-9c92-0fe5e645a9c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19174810-1be1-584a-8295-95a9f921b7d7"}}],"status":"accepted","resourceType":"Task"} +{"id":"dd016831-c0e0-5c39-9e39-14b0b0586d2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179127"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6ab03ade-4b14-57bb-9267-53a23e2b3c63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/70afd270-8693-5cc7-b5c5-ad7800140fbf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7acf5988-270d-56a8-9091-9a6ae7d3e1aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e142e166-c6bf-58af-bc32-f3f4bc763f74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc74672a-1501-57de-a110-dcb40436b129"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7acf5988-270d-56a8-9091-9a6ae7d3e1aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e142e166-c6bf-58af-bc32-f3f4bc763f74"}}],"status":"accepted","resourceType":"Task"} +{"id":"0fdf2a16-3329-5abe-a599-d403a011b6dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179129"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ba2235d3-8229-5dfa-9071-0205396885eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ed224a58-6653-55ee-adc9-eb9a708637e3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf49058c-950f-5a73-b7f3-995642c39ba5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c851ea3-e107-5964-86ef-ed20b0744358"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0f85d09-70cc-5a81-8a05-3b6c540db629"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf49058c-950f-5a73-b7f3-995642c39ba5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c851ea3-e107-5964-86ef-ed20b0744358"}}],"status":"accepted","resourceType":"Task"} +{"id":"4be1c255-9561-5bdb-967d-d777df11870c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179130"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0d90fef6-c896-5872-bde3-e1df18e81b83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f293d66f-964f-5256-a98c-fcb2bee1edb8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb462859-9ec8-50ba-b0b8-c05aa3e02f0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc779155-0313-5d79-b2b1-3dce472ea079"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b73b0c7-b99e-5446-8562-7fd7d4887cdc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb462859-9ec8-50ba-b0b8-c05aa3e02f0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc779155-0313-5d79-b2b1-3dce472ea079"}}],"status":"accepted","resourceType":"Task"} +{"id":"8ee9bc47-760a-5d71-af38-9ece256dcb4b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179132"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4b26db3a-30fd-53d8-a576-6eaa1ed9edc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a279789e-f062-5f07-b229-484368c52e2e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9b06d81-a6d5-5c8a-a6e0-9321eb4f740e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e456c61-0f47-5686-a10e-83947e2cbc51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/516b060a-2858-5a7c-b53b-32fcfdcbede8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9b06d81-a6d5-5c8a-a6e0-9321eb4f740e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e456c61-0f47-5686-a10e-83947e2cbc51"}}],"status":"accepted","resourceType":"Task"} +{"id":"8cdda8a3-9ec4-521d-b2f8-7ab629dbadb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179133"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d1f5ae1b-e255-5dd4-bde5-3cc4a710ca74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d3ff54ad-798b-5c52-be44-91a32a34a338"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b0754fa-14d6-589c-a465-02b96f140ace"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb2a6909-2b2a-5ee3-8ee2-68757b9aa105"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/163e9048-c41e-56e0-aa3b-65834ee449f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b0754fa-14d6-589c-a465-02b96f140ace"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb2a6909-2b2a-5ee3-8ee2-68757b9aa105"}}],"status":"accepted","resourceType":"Task"} +{"id":"84f12f27-85b6-5e27-b2e3-5efd662d16e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179135"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/20ff5434-259d-5754-a3e2-7af98b0718da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0cbc766a-7d03-5f9c-af9e-1b25971c4b7f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1d1f33d-c2e8-5455-84e5-e5c874d14348"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2eb40e32-aa30-5810-b9cf-98288ee933d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/630b3ede-1d2c-502b-bb86-31b49c8b63a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1d1f33d-c2e8-5455-84e5-e5c874d14348"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2eb40e32-aa30-5810-b9cf-98288ee933d4"}}],"status":"accepted","resourceType":"Task"} +{"id":"768e69f0-b14f-539d-b92f-62a80cc7a402","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179136"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5c642f2b-5f3b-5916-ac1d-5872510cc14d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e0977844-de70-5b22-90ad-f33fdbfb6ccf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29383870-34dd-5cc8-9695-57d1e11056f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7c446fd-43fe-53a4-9cea-1c87f037cb65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b01ba911-6010-5f5a-8a59-db2c98bd197f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29383870-34dd-5cc8-9695-57d1e11056f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7c446fd-43fe-53a4-9cea-1c87f037cb65"}}],"status":"accepted","resourceType":"Task"} +{"id":"50ec3868-fbf6-5124-b7f3-16b89b021c37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179137"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/840eac17-c271-5fc3-af32-c24856b5da6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b20823d9-9078-5b0b-a983-66d0a7317fe7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d79d7bfb-7569-55b8-92dd-8434916508b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb85c396-5ed9-5f07-b017-c050b2069845"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14219220-d4f5-5dc2-9203-bfcd75ef5855"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d79d7bfb-7569-55b8-92dd-8434916508b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb85c396-5ed9-5f07-b017-c050b2069845"}}],"status":"accepted","resourceType":"Task"} +{"id":"7a92db4c-4dac-5bd8-a5ef-ef4e4f943f4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179138"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2556d603-5a0b-5f8d-8883-6bcba91e4690"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e2a6788a-4a19-551d-bcae-19a74e2b6eeb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b97a3de1-df2c-53d9-86e0-79ac210bfd7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e80d6ad3-551b-512e-ba4e-434f62f82ac9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/749e369e-bf1d-56cd-b0d7-bcefb7de362b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b97a3de1-df2c-53d9-86e0-79ac210bfd7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e80d6ad3-551b-512e-ba4e-434f62f82ac9"}}],"status":"accepted","resourceType":"Task"} +{"id":"106ed66f-4603-5470-89be-346a6a5b9709","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179139"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/08675f98-39b8-5fd0-a7c3-590547a81cc6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/75695885-6e73-58c0-bab8-71f732f370e4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a250ec1-c011-571f-8e81-b0eaeca47af1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55d56741-a965-5333-ac0f-fd0cb9e5ba01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77e7219b-78b5-5455-8186-ceefda46989d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a250ec1-c011-571f-8e81-b0eaeca47af1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55d56741-a965-5333-ac0f-fd0cb9e5ba01"}}],"status":"accepted","resourceType":"Task"} +{"id":"d8e4157a-d3d9-5f94-a564-b5c88592f2cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179140"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b588576d-dfaa-5153-97b1-2603e96463b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c5ffa086-0b5c-5683-a0e6-562ef0081b2c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03394af4-80f9-5aba-bee5-369d2cded02f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52eb08b3-43d9-5dd1-a637-071fe9d4677c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bedd8a23-5e83-57de-a7de-7e0133876f18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03394af4-80f9-5aba-bee5-369d2cded02f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52eb08b3-43d9-5dd1-a637-071fe9d4677c"}}],"status":"accepted","resourceType":"Task"} +{"id":"49758de7-ac82-5207-b3ab-7f8b1fa274f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179141"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7e95f987-229b-583d-b065-4a0110bc04db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fc59a5ab-095f-521a-b8dd-08a28e06ac5f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ef63ee4-cbfc-5fb4-8e2e-2a6fd0c9cffb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c99b1ce-7406-5a57-b405-68e0c18abcf4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee7291cf-c4c9-5821-b5a9-af03864dd62a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ef63ee4-cbfc-5fb4-8e2e-2a6fd0c9cffb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c99b1ce-7406-5a57-b405-68e0c18abcf4"}}],"status":"accepted","resourceType":"Task"} +{"id":"9e23fd8b-812a-50d0-9c25-ab4c1cb79537","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179142"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8d5e6529-3247-566e-a456-e84a3511a51a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ca2683b6-6a1a-5f5e-9b87-a76aaab8b4dc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/914440ed-0c56-58dc-ac3f-55a1916b8bf8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8d933ef-acc5-5146-a39e-8fa90249b92b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d1369cd-c02d-5161-a966-503b3b23bfc2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/914440ed-0c56-58dc-ac3f-55a1916b8bf8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8d933ef-acc5-5146-a39e-8fa90249b92b"}}],"status":"accepted","resourceType":"Task"} +{"id":"637dc5d5-7fb1-53e3-a378-cd1148ff9a1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179143"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6dbd7fe2-8af8-51e7-8174-6606e33553ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fbab12fb-846b-5851-b0a9-f263eb707ee4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38cf4cfb-9959-5a28-9d30-608c6cc9c9ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c432c395-d845-5c9d-9321-cc33b1269531"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0def6ec6-f206-59c5-8bef-0eb5f5be9ea4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38cf4cfb-9959-5a28-9d30-608c6cc9c9ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c432c395-d845-5c9d-9321-cc33b1269531"}}],"status":"accepted","resourceType":"Task"} +{"id":"1f6276c1-5a2d-5402-8cec-3e53a0a6a90a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179144"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a7023c10-80c3-5369-9eed-6e3f361900da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aeebd0de-bac1-532a-bf71-706be6d10948"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c4026d8-96ab-5f58-bf3f-812b0ba7e253"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09ecdc6e-2c33-5fe7-8168-83b072a2d553"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fab9639f-10c2-5e0b-9152-3691f27cd26e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c4026d8-96ab-5f58-bf3f-812b0ba7e253"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09ecdc6e-2c33-5fe7-8168-83b072a2d553"}}],"status":"accepted","resourceType":"Task"} +{"id":"0bdcfcdb-e80f-5488-a521-86a210945179","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179145"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f3e13a60-4d5c-57eb-9b63-710f622f8fa8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/365c67ba-3e6c-5f35-b428-8e5ae7b1cc43"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c4159a6-d0fc-5cf8-9a7a-deb5bbe461fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/895829b2-b3b5-5cb3-ae5b-3e2b7f1db848"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a305744-39fe-5bab-825f-4269ba63587e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c4159a6-d0fc-5cf8-9a7a-deb5bbe461fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/895829b2-b3b5-5cb3-ae5b-3e2b7f1db848"}}],"status":"accepted","resourceType":"Task"} +{"id":"ccca117d-8084-55e3-aa37-1c92aa4bbe87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179146"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d24632d8-5b1a-5ec8-97c7-6f624cf29ace"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3e5932f5-b993-5093-8a27-8c0d751c0210"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1ddf814-35f2-5030-9662-754178a0cb07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53619561-8824-5339-953a-7850c81b2c33"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51353b0c-71bd-5a87-b70b-9359c7da8e91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1ddf814-35f2-5030-9662-754178a0cb07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53619561-8824-5339-953a-7850c81b2c33"}}],"status":"accepted","resourceType":"Task"} +{"id":"bdbbe4f1-4cd6-5a5a-9bcb-67d10169f410","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179147"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3bac18a0-a6ec-5558-86b4-dd1ca8d8907f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c80e5be2-0b5b-5fce-bbb4-ed8630ac9841"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/285c2712-9463-5b08-bee8-b33356da2c37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cba07e5-410d-599f-9242-b5d42adf363c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de74d8b0-4d6e-5d5e-92a1-af1dba2e95ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/285c2712-9463-5b08-bee8-b33356da2c37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cba07e5-410d-599f-9242-b5d42adf363c"}}],"status":"accepted","resourceType":"Task"} +{"id":"b6b563fc-3524-5195-8eef-255475723f20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179148"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3bda2472-8744-54ed-a78d-cb67f47b92b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9c1a563d-5098-5267-ae29-b59f7fc4e44f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de8eda12-dc82-52dd-b2b8-109d80c5f6ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f2fa4d9-227b-5990-99fe-71b75dffa609"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c57f6ed0-5499-579f-8c0c-d092365da1b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de8eda12-dc82-52dd-b2b8-109d80c5f6ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f2fa4d9-227b-5990-99fe-71b75dffa609"}}],"status":"accepted","resourceType":"Task"} +{"id":"e5d9cecd-135e-50cf-89ca-612efadc2186","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179149"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/219edd16-8a88-5286-afae-c3fe6e32d747"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ace2231e-7872-5b96-ac62-2ada7f91566f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7793859d-4df1-5f97-8a97-472b53968d07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2332de5-3eb8-51fa-814f-4d6959e41926"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/989d6f9c-96fc-5c20-b414-70da8f203109"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7793859d-4df1-5f97-8a97-472b53968d07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2332de5-3eb8-51fa-814f-4d6959e41926"}}],"status":"accepted","resourceType":"Task"} +{"id":"de076847-c293-530c-bd5d-c408a93b4d83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179150"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1ebaebaf-ceb5-57da-b8c3-c2055b9f268f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4a816069-74b2-59d5-b7db-71e2977025a5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0347734-8f1c-540a-9f08-34d2a9d6021b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9935da6-869c-5ea4-a282-66a80f1c9516"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58f06b3b-cb89-5e21-88b1-b1a511e88f6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0347734-8f1c-540a-9f08-34d2a9d6021b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9935da6-869c-5ea4-a282-66a80f1c9516"}}],"status":"accepted","resourceType":"Task"} +{"id":"4b913e38-8d3e-51a6-bb27-bdef7c0c5fbd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179151"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e4105224-7eee-5a1a-987a-fac09403975b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1782a6cd-3f46-5b59-8c68-c013b2fb053d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f05ebb3f-94f8-54fd-af99-4c3f9869a47d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5cc7956b-5ae1-59f8-a6fe-316a39b43256"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b30efb5-3170-570b-a784-9ecd893d48c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f05ebb3f-94f8-54fd-af99-4c3f9869a47d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5cc7956b-5ae1-59f8-a6fe-316a39b43256"}}],"status":"accepted","resourceType":"Task"} +{"id":"9bde5298-26cf-5a32-8b82-29c69a90096b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179152"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6fb5230b-f497-5acc-9a7b-99c96c534f54"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8a98a2cc-acb2-55e7-bc51-056be4b12038"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2c4bddd-fa0e-5d8a-a106-fe74adb6d85c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b33b4832-3f20-5ae9-af38-0338ec21e7b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7c0a8f2-b0be-530e-90e7-7805393fb634"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2c4bddd-fa0e-5d8a-a106-fe74adb6d85c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b33b4832-3f20-5ae9-af38-0338ec21e7b3"}}],"status":"accepted","resourceType":"Task"} +{"id":"6887dd71-727f-5b8c-8ef0-6f6f02ff1f76","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179153"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/63d5ac99-0cb7-531d-a300-a0cc5b2c6bc0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ca614a7b-0cca-5fc1-a0d7-cd835ddd06e4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/239eae17-9513-5e54-b643-1674bacdc623"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e323ddf-889f-5765-9205-be484b9f2797"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91c01f34-784b-5db1-9d62-e025a33787aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/239eae17-9513-5e54-b643-1674bacdc623"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e323ddf-889f-5765-9205-be484b9f2797"}}],"status":"accepted","resourceType":"Task"} +{"id":"1a789dc8-5259-5cf9-aaac-a93372d7c21c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179154"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/91c19a2f-99ce-5a13-b018-2dd33e435e4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/07918d87-5b95-55c6-9ac7-6985e50fc829"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/387bda45-c15c-5195-b8ef-6a1f19e54d17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21f1719f-edd0-5daa-941e-57d0146cb40c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62c0de93-02bd-5c2d-82f0-dc532df94864"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/387bda45-c15c-5195-b8ef-6a1f19e54d17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21f1719f-edd0-5daa-941e-57d0146cb40c"}}],"status":"accepted","resourceType":"Task"} +{"id":"29bce3bc-8547-550d-b415-a46b2c7fe58e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179155"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/da31f276-ca0f-5f61-b92a-dedbf5f0d3ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2072d6d3-0a81-5a82-b32d-15553f1ca7ab"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e39e13ea-bf66-5843-8465-d4e443bff370"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/039b5547-8190-5e50-ada3-dd8a89a81991"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9119048e-962a-5a6b-a88b-e4b50502d0b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e39e13ea-bf66-5843-8465-d4e443bff370"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/039b5547-8190-5e50-ada3-dd8a89a81991"}}],"status":"accepted","resourceType":"Task"} +{"id":"7de74bf1-9879-540b-901b-d859ae64285d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179156"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5f20244f-5589-5d6e-a3cb-7f733d18aac6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f01c148a-21d0-562d-bfb4-b4beed4868f3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5d0bf81-ed9f-53e6-8937-b6fd313875b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cd4ca15-12ef-588a-8e9d-f2e6f3a24e56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1cd3c4b6-55c6-5352-b4ce-82b2c8ca6821"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5d0bf81-ed9f-53e6-8937-b6fd313875b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cd4ca15-12ef-588a-8e9d-f2e6f3a24e56"}}],"status":"accepted","resourceType":"Task"} +{"id":"0bdf6df4-68dc-5ffd-aa3a-d6438b8c4c92","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179157"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b43f4eac-8e9e-5d09-afb7-8d39fee5a713"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/71a0b28a-a02a-5304-9955-a38a63415ea5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67aa7f7b-44bf-5b46-be77-257b5289e763"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93ab3ac9-22c3-50e2-a650-261a450af06f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a75a6a49-4b53-593d-b414-4f63072834be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67aa7f7b-44bf-5b46-be77-257b5289e763"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93ab3ac9-22c3-50e2-a650-261a450af06f"}}],"status":"accepted","resourceType":"Task"} +{"id":"1fa3d2a4-a667-526b-bc49-635653a06d58","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179158"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6310ff7b-503e-59e1-92e2-0f01b3471822"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eddeb29d-724a-5b01-b0bb-5ceed50b0304"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a7d0927-d65f-50d2-9753-6c440b005f1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/965d4e8e-50a4-5067-a639-ddb23c1d8e4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ddcb7c9-5b76-5425-b542-9d696feedbee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a7d0927-d65f-50d2-9753-6c440b005f1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/965d4e8e-50a4-5067-a639-ddb23c1d8e4c"}}],"status":"accepted","resourceType":"Task"} +{"id":"0100c882-3c29-51a0-b81e-66ae4e466114","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179159"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f3d1cb02-9dc9-5a65-a6ae-c15b2b6eabae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d18607af-2047-57c2-9a97-e5b00ec1afe3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f0b23ee-69aa-57f1-b57b-5f9d6a965d55"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5316ba68-bb79-5877-b326-5b05bf7e5c35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/539ae2e8-6fa4-534e-8503-9f3900d92706"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f0b23ee-69aa-57f1-b57b-5f9d6a965d55"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5316ba68-bb79-5877-b326-5b05bf7e5c35"}}],"status":"accepted","resourceType":"Task"} +{"id":"c67bb9fe-d7e6-51ea-98f6-7aec6e991990","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179160"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/16b13cd2-4028-58c6-a499-a3a33ee4c850"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c56a837c-0ab6-5a72-ba9c-ee710ecc20cc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bbe5d236-3c89-58f0-b18b-762c835fc3d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d49c529f-df0c-5b22-b491-f586a041078f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fd5187a-56d8-5412-9317-913206d89abf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bbe5d236-3c89-58f0-b18b-762c835fc3d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d49c529f-df0c-5b22-b491-f586a041078f"}}],"status":"accepted","resourceType":"Task"} +{"id":"1448ffcc-9467-518b-81a0-e4f666d22872","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179161"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/10a4a92f-ef1f-57bb-8c7c-6ac10eef2c43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dcfc5249-e92d-514b-b6dc-33c654bf3b8b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5cda58e-a646-52dd-903e-fda4de0ca3a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8633f4b3-f652-597e-85ac-d2d910d64b1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfee356b-759d-502c-bdae-68117078bd5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5cda58e-a646-52dd-903e-fda4de0ca3a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8633f4b3-f652-597e-85ac-d2d910d64b1f"}}],"status":"accepted","resourceType":"Task"} +{"id":"ee3bb074-6b96-5458-8583-baa50576915b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179162"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/97fb0ad7-d384-5df4-a2f4-2638d182a5a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e2de3d10-5461-50b9-b934-38485280245d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0590eaa4-9916-5fd1-8f1b-9dc36c1534d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cdc20b5-3142-5a39-b9cf-06b81e4caf85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f90fa1ca-c107-5673-b107-9c317d51939e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0590eaa4-9916-5fd1-8f1b-9dc36c1534d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cdc20b5-3142-5a39-b9cf-06b81e4caf85"}}],"status":"accepted","resourceType":"Task"} +{"id":"a712c0dd-104a-5948-8208-5087a119adfd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179163"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2e512501-0bc9-5cf7-a7ba-59f6266346a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/43c7ce5c-0ee4-5652-aa9a-8ed055f4d369"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/787d57a8-6a1a-55e8-836f-d1b42fc7c1b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/011e902e-fc68-511c-b98a-a5cc11abb353"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9238a68-e759-54e4-8c8b-8b80fd9df025"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/787d57a8-6a1a-55e8-836f-d1b42fc7c1b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/011e902e-fc68-511c-b98a-a5cc11abb353"}}],"status":"accepted","resourceType":"Task"} +{"id":"01f60fea-aa8a-5934-8bb9-be5421ea85f4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179164"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6d29cca3-3b6e-517f-986d-9d024057509f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8c81ac63-dd30-51d8-95db-d016fa2b50d2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81b79fcc-cee4-5eca-9ac4-45cc85fba110"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/968518f8-f64a-57ba-888d-5092a6e29a97"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fe285e6-c90a-5002-8035-d707a0098400"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81b79fcc-cee4-5eca-9ac4-45cc85fba110"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/968518f8-f64a-57ba-888d-5092a6e29a97"}}],"status":"accepted","resourceType":"Task"} +{"id":"53e3572a-003f-5446-9af8-bea8f3fcf797","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179165"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d656cf64-e6f0-5031-b96c-ec29cd60ac7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5b779343-9f64-5607-9c2e-ae2569165200"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e77e13dd-a41a-5b18-bdfa-83fd0bf5e756"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5204e0eb-2a19-5926-a0f9-acfb42147327"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09325bcb-5aa5-5583-bf9f-569b61d1c717"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e77e13dd-a41a-5b18-bdfa-83fd0bf5e756"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5204e0eb-2a19-5926-a0f9-acfb42147327"}}],"status":"accepted","resourceType":"Task"} +{"id":"ca0cc70e-8c98-563b-bdc7-6323013a4bd1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179166"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/32706563-0494-5554-ab3b-7edb76ed00ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3fc07428-3639-5302-a9d0-df2df570488c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e11f2b72-0c2e-5ece-b7b9-e94ce1bfe41f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dae28c9f-b786-5585-822e-dbd732505283"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c590f69-cb2c-5307-973a-6295740a1ca4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e11f2b72-0c2e-5ece-b7b9-e94ce1bfe41f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dae28c9f-b786-5585-822e-dbd732505283"}}],"status":"accepted","resourceType":"Task"} +{"id":"bc3cd843-d5a4-579a-86a1-2660e7b5569e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179167"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d8ffb7dc-ef50-5d1b-a2f9-016f690882b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c73c7bec-696d-57fc-9dd3-a98df667ba8c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0bf8e102-52da-5e7b-a151-a0b021cca044"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d1efc6f-1eaa-517b-9a99-9397ca947664"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f7068cd-3c0b-5c4c-98ba-3f37f658a413"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0bf8e102-52da-5e7b-a151-a0b021cca044"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d1efc6f-1eaa-517b-9a99-9397ca947664"}}],"status":"accepted","resourceType":"Task"} +{"id":"afdd079d-d2ce-56e7-ac5f-7ea4d01fc4cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179168"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6f9c2127-8d54-5d2b-b760-1c17b991b949"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aa8509f6-44d6-561e-8c97-31d154577bd7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47fa57b2-b68d-5886-a6d0-a06b47d83afb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/264a6098-ad11-5c36-91cf-83f213558115"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86de9873-a98a-50dc-a2a5-212b4f8d03ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47fa57b2-b68d-5886-a6d0-a06b47d83afb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/264a6098-ad11-5c36-91cf-83f213558115"}}],"status":"accepted","resourceType":"Task"} +{"id":"622077b2-6e17-5db8-8c22-917dd6a14689","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179169"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fe65a7de-43f1-5bb7-a248-959222c71c15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8580bef5-8818-5f77-bc76-3208424e61a6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7df0cf6d-78c3-5507-8095-aaa24825651f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2921d6d-c232-5eff-a278-af921ed369b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/beb26a39-b4ce-548a-99f7-46a9495918ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7df0cf6d-78c3-5507-8095-aaa24825651f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2921d6d-c232-5eff-a278-af921ed369b0"}}],"status":"accepted","resourceType":"Task"} +{"id":"5cb1b772-d577-52b8-8c18-27681df76bcb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179170"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/51258024-e516-5262-950c-608509933e50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/65ec1f14-144e-5b96-99f1-90f1776e3822"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9103fa9-9d8f-54c7-a5f9-3cf49358c5b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/616665cd-e20b-52ae-a5a9-860e71170288"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2bb4541-d2c6-5998-9dc7-c8b94b3c9d43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9103fa9-9d8f-54c7-a5f9-3cf49358c5b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/616665cd-e20b-52ae-a5a9-860e71170288"}}],"status":"accepted","resourceType":"Task"} +{"id":"723a62fd-8dcb-5e35-9899-35f84d9e162e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179171"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a2851693-97b2-58c8-9b08-28f92cd93ecf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/980a9897-763a-5f42-a3b0-d106959ec9e6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf483114-387e-5e99-be8f-ede20685346a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9298b13-590f-594c-9542-9c9640fa51a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0252168-368c-5660-9d98-0d006ba2befb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf483114-387e-5e99-be8f-ede20685346a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9298b13-590f-594c-9542-9c9640fa51a0"}}],"status":"accepted","resourceType":"Task"} +{"id":"377aa4da-2408-5d74-9307-267c4a8ca93d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179172"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/61eefc3e-fec6-5da3-9f3d-f307de1b4c12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/92802407-777c-59ef-9318-7fe95ddc95ec"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92e7be81-f57a-5b5f-8d9a-8e331c2e7d3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e2f02e2-6186-5848-97e7-9c0a65732454"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ff80838-1ca5-5cac-8a08-d6a0ee2f36f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92e7be81-f57a-5b5f-8d9a-8e331c2e7d3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e2f02e2-6186-5848-97e7-9c0a65732454"}}],"status":"accepted","resourceType":"Task"} +{"id":"deda533f-e265-5178-b785-4bc7d7d286d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179173"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/69ca51ea-e643-5f8f-b71a-41a060364585"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6096e018-f479-5dda-a1b0-d6a85ccb67d3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ace0b3ca-0d28-5fa2-a9f8-7546feb4e4ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f76e9cf5-b601-51df-9ab0-ab4a89b36b9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/819a2fd8-a620-5cc6-9556-75956c3c51d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ace0b3ca-0d28-5fa2-a9f8-7546feb4e4ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f76e9cf5-b601-51df-9ab0-ab4a89b36b9d"}}],"status":"accepted","resourceType":"Task"} +{"id":"65e126c3-fe35-5393-a553-ffbb45700792","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179174"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e5c13d9d-d669-5634-86b5-ee11a1c87899"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aaa9afec-678f-511d-802a-8af67c61e679"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7020e518-f039-5a8e-b8a1-b84d6d1c107b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3968a0c1-03a0-5ae9-b96f-8ce9a7a41af1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a5dd323-c083-5804-8938-2b82daa8a12c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7020e518-f039-5a8e-b8a1-b84d6d1c107b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3968a0c1-03a0-5ae9-b96f-8ce9a7a41af1"}}],"status":"accepted","resourceType":"Task"} +{"id":"224a41ee-e211-502c-8ddc-f1b36c8598bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179175"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/692eba31-7c49-5990-b2a6-ab5ce3a92926"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/314f6ee2-74b0-5fc0-ae9c-9789525c2bdc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a42ac56e-11db-52ee-8adb-f38896636684"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19487a33-504c-5f50-a781-702d9366ddd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/def9cfc9-fd1c-58f5-a05b-6767349a50ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a42ac56e-11db-52ee-8adb-f38896636684"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19487a33-504c-5f50-a781-702d9366ddd1"}}],"status":"accepted","resourceType":"Task"} +{"id":"1f0d823c-08e7-5a9f-b45c-bcefb7c588ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179176"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/46ab62fd-7666-51fe-a5c3-b3c327104f28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7e7aa3cc-0794-5526-90cd-34ce46c769a4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cec45aa6-e6cf-5008-a861-3f27dc0bed6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94e76e4d-77dc-5779-bf2e-d671645f32d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8acbe02-f10b-53b0-ae25-c3f621d19a24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cec45aa6-e6cf-5008-a861-3f27dc0bed6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94e76e4d-77dc-5779-bf2e-d671645f32d9"}}],"status":"accepted","resourceType":"Task"} +{"id":"7565eae3-6ce9-56db-b15a-1e3effd96b56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179177"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3468bfe0-77fc-5f5a-8ea3-3861adf142c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8cf0736d-5437-56be-baf2-28e192ea2644"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59bd6451-b4cb-573f-a166-46187457f2b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f75162e3-4adc-530c-b43d-68febe6934f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e62234f1-859d-5e82-a26e-937e09f496ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59bd6451-b4cb-573f-a166-46187457f2b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f75162e3-4adc-530c-b43d-68febe6934f3"}}],"status":"accepted","resourceType":"Task"} +{"id":"b84e4f42-fa2d-5289-a372-09cf98f8875e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179178"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a6bd5976-7906-5f34-b622-ef8f41e9ac7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/de5eaaab-bade-5e28-8126-6b98a8c634df"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4aaed732-1619-57d0-8df2-b312196197f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41ce3a1c-b74b-5399-b76e-dcd4483071f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ef29c2b-c7f0-5bae-9f58-e068044d6a8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4aaed732-1619-57d0-8df2-b312196197f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41ce3a1c-b74b-5399-b76e-dcd4483071f5"}}],"status":"accepted","resourceType":"Task"} +{"id":"b9bba54d-3421-557c-946e-13b5656790f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179179"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eaa39708-1c34-525e-ba46-374f0f746b49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0730029a-0389-5998-b016-db3bf330ddda"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7cc8ecf-a4c0-5687-a654-13bd6c391525"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33baa0aa-4ed0-5de9-a4a5-b368afd51543"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/573f59f5-7671-546d-891e-f782229ef90d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7cc8ecf-a4c0-5687-a654-13bd6c391525"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33baa0aa-4ed0-5de9-a4a5-b368afd51543"}}],"status":"accepted","resourceType":"Task"} +{"id":"352e4ede-bd0a-5df9-a9ac-b8c2b6f66d2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179180"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0d97361b-a428-5b0e-86a4-b80199404a8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/972209a9-d099-5ba4-ba67-4c66bc4b7d90"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b93b89e-9339-5c8a-b004-39b56a035cbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b382899f-b619-5c57-a90c-f080375cb131"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95fee238-051f-5dae-bea8-e3133362e36c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b93b89e-9339-5c8a-b004-39b56a035cbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b382899f-b619-5c57-a90c-f080375cb131"}}],"status":"accepted","resourceType":"Task"} +{"id":"1c9a7acb-ac16-5c25-9e07-e1a4dff82ffc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179181"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/96d14e5e-df36-5c00-a895-9d6035f5e615"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/214ff652-6238-5e63-9539-748b4fa50594"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5f76269-cccb-56b4-9a74-1030a39b0a25"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a3ac02f-aca3-579e-bee4-4d3f6722bbcd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d98d01fd-4820-5b9d-bfbf-73ff91a695d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5f76269-cccb-56b4-9a74-1030a39b0a25"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a3ac02f-aca3-579e-bee4-4d3f6722bbcd"}}],"status":"accepted","resourceType":"Task"} +{"id":"86d4c6e6-3679-518b-841c-ab990622d2d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179182"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ac41fd54-904d-502c-ad17-263c9d26a9e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/870543ef-eccf-503f-b66a-eeaa5837753e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a2aba39-dcc3-5806-b81e-6266b082d445"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98d46295-7026-55fd-bd21-2dcb02bcc9b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a7992e7-949d-5c60-acd0-7f7548df1436"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a2aba39-dcc3-5806-b81e-6266b082d445"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98d46295-7026-55fd-bd21-2dcb02bcc9b2"}}],"status":"accepted","resourceType":"Task"} +{"id":"1a909fa3-a016-5448-aa21-b12cf1818cca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179183"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3f32fcc7-df36-53b4-9cf8-4416e9aa2510"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/24678284-0eaa-5d54-a996-81cf4431db60"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d06915e-987b-547c-817d-ef073533bf74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c002af2d-fdb3-553b-99a8-fb30e7cb8ba8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2be0cdd0-9c33-5ae2-9eb9-65463559635a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d06915e-987b-547c-817d-ef073533bf74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c002af2d-fdb3-553b-99a8-fb30e7cb8ba8"}}],"status":"accepted","resourceType":"Task"} +{"id":"4a1d8800-7c7a-5db5-a706-ec9d3b6966f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179184"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b2afb4c9-e26b-511f-b26f-f1cd011c369d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0e97b50d-87de-5f36-962e-7962d9dd5abe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2b88847-c70c-5346-8f5b-675dc138882c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da759f32-68f0-548e-9103-bda0abbf94b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6724c20-e4b7-536e-a2b9-5c48f039e457"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2b88847-c70c-5346-8f5b-675dc138882c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da759f32-68f0-548e-9103-bda0abbf94b2"}}],"status":"accepted","resourceType":"Task"} +{"id":"76e698f1-b79b-5ceb-9b4b-f6398708a11a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179185"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/26bc1de4-6f14-5e92-95d2-5b651e55a2c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/12f674f1-9c18-5c5f-b449-fae5f20a8f40"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39a82543-e5a9-5def-803c-ffbf9be09b2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81f9c70d-c3bc-5dc0-8d5b-59da5de75f61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9c9d856-eb66-54ba-9867-9ad7f2a46894"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39a82543-e5a9-5def-803c-ffbf9be09b2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81f9c70d-c3bc-5dc0-8d5b-59da5de75f61"}}],"status":"accepted","resourceType":"Task"} +{"id":"03acbd1e-7929-5246-adce-62c6a7ca8c67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179187"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e27090dd-b4ef-504c-b94e-df6b31756901"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1d82eafd-1a53-5678-b93e-d4233d25ad9a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d07e6c25-2333-5107-8c98-25528b51972d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1234c25f-5af9-55c7-99bd-3eea0a8fb26a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/100a0e0b-fe70-5445-9a4f-89598335ea31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d07e6c25-2333-5107-8c98-25528b51972d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1234c25f-5af9-55c7-99bd-3eea0a8fb26a"}}],"status":"accepted","resourceType":"Task"} +{"id":"b38710ca-c8ef-5a8e-a065-fe03fcd6ac78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179188"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/73f94bdf-b216-5bed-a14e-f18d8d58e24b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/63cceecc-bb76-5196-88f1-389a7c71b579"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d278ff45-c867-50b5-959c-473ca7315147"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/786d2552-ab5d-5efa-9c5b-f34304768536"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/108e89a2-5718-5747-9001-af0165761a19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d278ff45-c867-50b5-959c-473ca7315147"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/786d2552-ab5d-5efa-9c5b-f34304768536"}}],"status":"accepted","resourceType":"Task"} +{"id":"9ae6845b-b08f-5355-9caf-43c89c201aa8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179190"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fa5606f8-9aa2-52b0-8c8a-5822beb5d2ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2d98b28f-fc57-596d-a580-02d1a8415181"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da661e2f-020c-5daf-a902-6281187a6f6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4329643-6883-507d-ae97-32136c60bf87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a879d8cc-5ee9-5266-a641-542481b4d9e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da661e2f-020c-5daf-a902-6281187a6f6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4329643-6883-507d-ae97-32136c60bf87"}}],"status":"accepted","resourceType":"Task"} +{"id":"1307c292-58f0-5a54-95fa-5b56f92e461c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179191"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bb68a8d2-4878-58dd-83e4-045a0baf491e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/afb422fb-1fd5-5197-a5ed-fddd01b40010"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6790096a-4fe6-51ba-afc0-f9d09ee34da3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3775a56-8d35-589a-ad6e-83790cdc7e96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d1ee436-5217-59e6-bb1f-8ac0e2615c60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6790096a-4fe6-51ba-afc0-f9d09ee34da3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3775a56-8d35-589a-ad6e-83790cdc7e96"}}],"status":"accepted","resourceType":"Task"} +{"id":"4e8a3437-b8ca-5fd1-b4cb-414a07ca1810","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179193"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/44053633-1b6f-5c88-9bc1-7b3e42b9d1aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7a52ce17-e3ce-5a3d-93b0-50f977dab850"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b4d8088-e2b2-516c-bc84-83f32fca8c40"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4fd6ede7-4d98-5a15-afcf-0a8c052f6a0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fa453bf-90ce-5a06-9886-7980df47be61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b4d8088-e2b2-516c-bc84-83f32fca8c40"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4fd6ede7-4d98-5a15-afcf-0a8c052f6a0d"}}],"status":"accepted","resourceType":"Task"} +{"id":"870c7935-be6a-5670-93ca-deec9062e14e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179194"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1ae74774-a8a8-5d33-9f1f-efdf59188a59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1ae05c0c-1418-50e7-82cd-50e1585d2603"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5cd5bdfd-e675-516e-a0bb-0524fee73775"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be9bad5a-04fd-5b6d-81ba-4bf73e7b4cb0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28528f86-45db-5549-86e2-41e30cdba37e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5cd5bdfd-e675-516e-a0bb-0524fee73775"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be9bad5a-04fd-5b6d-81ba-4bf73e7b4cb0"}}],"status":"accepted","resourceType":"Task"} +{"id":"d4f53ce2-6048-56c3-ad66-818e5a6688a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179196"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e97d7f09-901b-56c1-9346-fac67c6df9ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/65096dce-fcab-59e5-8fb0-d5fa45f978cc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25173d60-6d7e-5653-967b-fe3df7e7d97e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e61fadd-8663-5615-93e0-eee3b1d156e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05a56fe9-969f-574b-8e73-e0c81d35147d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25173d60-6d7e-5653-967b-fe3df7e7d97e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e61fadd-8663-5615-93e0-eee3b1d156e8"}}],"status":"accepted","resourceType":"Task"} +{"id":"96111262-fd3e-53de-90f9-fb7a72ef0acf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179197"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ad563089-196f-56b4-8b79-4403b08452ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/56e0dc9f-a0e0-5a81-ba42-dc9203fd0064"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39aeb413-b0b5-5868-a955-d88abd1bdfe3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea96fe15-8406-589b-8dff-9a1d6895b1cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2901b4d-92b2-5201-9c87-399b16d1d9a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39aeb413-b0b5-5868-a955-d88abd1bdfe3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea96fe15-8406-589b-8dff-9a1d6895b1cd"}}],"status":"accepted","resourceType":"Task"} +{"id":"d8cd9d1d-8290-55b3-ba91-d2be118f05bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179199"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3bcf1902-1d43-5e1e-9f42-531649868280"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e8a1ba9c-8ab2-5364-b1ff-3bddf071a5e4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3dbc16c1-c6b6-54e8-8824-3e4ee0bd1422"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b385992d-be66-5bb5-a358-74d02d308e24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0c5133f-63b9-540a-b156-c75288ebbd59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3dbc16c1-c6b6-54e8-8824-3e4ee0bd1422"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b385992d-be66-5bb5-a358-74d02d308e24"}}],"status":"accepted","resourceType":"Task"} +{"id":"a39976ed-4cb3-5be0-a170-285e833f76ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179200"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0334d887-1871-526a-b224-94ae6bf7cdf8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/787e8cae-c71c-5b32-981a-fbd67a6c51cd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e1faf3e-b75b-5a90-b1fb-1c5d0f1f8799"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7288be97-c3e9-5b13-b738-5b138bffb525"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc076ac0-a0f7-57a1-8e15-a3954683f104"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e1faf3e-b75b-5a90-b1fb-1c5d0f1f8799"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7288be97-c3e9-5b13-b738-5b138bffb525"}}],"status":"accepted","resourceType":"Task"} +{"id":"5d0fb2ac-cf22-5ee7-ad9b-499604861930","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179202"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/db8b5dd1-9aa3-5996-be27-fc17b8f84cd3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/877a3cee-297f-53da-9f97-729b32941f19"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1821ce3-cffa-54c0-bbb9-848aa0bddf2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/375df670-3646-5953-97eb-c86981de75b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00bc19a3-d0b7-5994-92a0-be717708661a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1821ce3-cffa-54c0-bbb9-848aa0bddf2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/375df670-3646-5953-97eb-c86981de75b2"}}],"status":"accepted","resourceType":"Task"} +{"id":"43860048-c454-544a-9174-1353cf0ba0ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179203"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f439b28d-8970-56b2-b515-890c1dcfa752"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3db70489-cda0-5e41-a8bd-59b1fba33f86"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c501847-3e04-5e85-9b17-dea87bdc7f2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b1f5715-9724-5b3f-ba07-f99f0922e67f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f39edf8-00d5-528d-abf6-d58130b6fa1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c501847-3e04-5e85-9b17-dea87bdc7f2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b1f5715-9724-5b3f-ba07-f99f0922e67f"}}],"status":"accepted","resourceType":"Task"} +{"id":"763f26f8-72d1-5edd-8d8f-484d64fd0684","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179205"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b264b05d-928d-5d72-86a8-4882f30a9452"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/77771db9-26a0-51b2-ae26-66c7ec7675e3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b6851b8-10ff-5eff-89ac-f58a70e7f7a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e286e49e-ef98-5861-b1ea-b9425e1f087e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/833beb42-aef2-5403-bdea-842488c92730"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b6851b8-10ff-5eff-89ac-f58a70e7f7a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e286e49e-ef98-5861-b1ea-b9425e1f087e"}}],"status":"accepted","resourceType":"Task"} +{"id":"97f9dacf-62c6-58e9-88df-729671631d09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179206"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1f42474d-f2b9-5e7c-8fd1-c5cd293823ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f6d4e66a-b92b-579f-a0a3-c065d4e7eca5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9328ab6d-7424-5b99-92b1-8e80a6f37b30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed6b7582-be22-5bf4-bf0b-f8e700e1bf74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b990082a-ba50-5db6-bf31-1a7366679104"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9328ab6d-7424-5b99-92b1-8e80a6f37b30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed6b7582-be22-5bf4-bf0b-f8e700e1bf74"}}],"status":"accepted","resourceType":"Task"} +{"id":"44bc2c52-ebca-5675-8258-a380f0b670ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179208"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6675d839-685b-5905-b3cd-80871426c654"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aa782a33-a0b9-5e02-b43e-507ec2dce354"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ae99a8b-a0c0-53be-8264-a3f77ee70c99"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ef8397f-f5df-5fba-8104-9516a519dceb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e39072c-f47c-5b47-93c8-47f2faf7e2f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ae99a8b-a0c0-53be-8264-a3f77ee70c99"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ef8397f-f5df-5fba-8104-9516a519dceb"}}],"status":"accepted","resourceType":"Task"} +{"id":"94e35e04-9182-5eba-8914-efc8502f0912","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179209"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f08509d7-4e0d-52b6-ad06-2ad78fd861f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/16a8fca6-0ece-583e-b812-b585e9f699ea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f438a10c-f4f8-59d2-a2a0-1bc3ab6bb405"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b20b836-1b4b-5124-8a9b-2f808668e697"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f390812-e7fc-5221-bd5f-f7853fae1a8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f438a10c-f4f8-59d2-a2a0-1bc3ab6bb405"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b20b836-1b4b-5124-8a9b-2f808668e697"}}],"status":"accepted","resourceType":"Task"} +{"id":"2183642b-5c02-50f5-88c5-9be666bcc271","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179211"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/23b707d6-1848-54eb-878f-c68e9c398fc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b508e1e9-c875-537b-bc36-00fcd9174567"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d30c2d8-6de0-5e27-92b7-1e51eea5f298"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17689590-7132-5361-8e21-94ea01448570"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b957d786-ebf0-517a-b4c2-e1fc11880a8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d30c2d8-6de0-5e27-92b7-1e51eea5f298"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17689590-7132-5361-8e21-94ea01448570"}}],"status":"accepted","resourceType":"Task"} +{"id":"a78b2912-3f6a-5480-8a38-305d49364b2c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179212"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7ccf6ba3-c752-5e23-b13b-25614eba605d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9585a35a-bdf6-5a1d-abb1-f5fa3bead7e0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50881e78-6f57-5bc8-aaee-db36b90354ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7498664a-09e5-5022-a1d5-370793154462"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ba72295-39c2-58ee-88d5-2a87f44b2223"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50881e78-6f57-5bc8-aaee-db36b90354ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7498664a-09e5-5022-a1d5-370793154462"}}],"status":"accepted","resourceType":"Task"} +{"id":"060a1493-932a-5f92-88b4-6d62a34d61e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179213"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/352cc320-3b45-5df1-9fb8-5ab5e04b6c2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/feb8490c-f692-51be-8bba-314de2fd08e1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8da069c-4f2f-5ed8-a247-34548d8dedc7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2024ba9f-da19-5340-a47a-09d80103bd7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a173a06f-2e1f-5343-a10e-3b036e576e4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8da069c-4f2f-5ed8-a247-34548d8dedc7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2024ba9f-da19-5340-a47a-09d80103bd7a"}}],"status":"accepted","resourceType":"Task"} +{"id":"b37d7ca4-732b-54dc-a82c-8e1f5c718c50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179214"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/60537d91-72b3-5efb-89df-0a852bca4487"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/66b770b5-409e-52b4-bfbb-2b0938858d97"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e55e418b-6b69-5d0b-9c95-f960d5675f07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cd44d2d-2081-518e-a4c4-05b0d19aa1af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46340769-2e7b-5df2-9bc3-7a030ab0d8be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e55e418b-6b69-5d0b-9c95-f960d5675f07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cd44d2d-2081-518e-a4c4-05b0d19aa1af"}}],"status":"accepted","resourceType":"Task"} +{"id":"1c9dead5-f25d-58a7-ac72-6deed2f82cf3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179215"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/87400a93-abfd-5b5b-bbcb-81514660300c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bcd4d7bd-9fae-5539-95f6-bcce59f6ed9c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2388cd78-6110-52a6-a57e-c2d81f5eca2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c470967-0aaf-54c9-a438-05ca0888a92f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7dc0116-fbfa-5fd1-88d4-510f7e8001f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2388cd78-6110-52a6-a57e-c2d81f5eca2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c470967-0aaf-54c9-a438-05ca0888a92f"}}],"status":"accepted","resourceType":"Task"} +{"id":"4ff6426b-20a9-5b89-bfef-16ecc7dbae18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179217"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/030f7739-b6c9-5c78-98f3-90b4eecdc755"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ef634e51-abb6-5816-b9ef-a9dc362d8107"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11cb47b9-0cb1-5ba9-881b-14e119073204"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e410e68-ce9c-547c-ac53-747612bf0403"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4598242-5e55-5516-8b71-5c82d4770430"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11cb47b9-0cb1-5ba9-881b-14e119073204"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e410e68-ce9c-547c-ac53-747612bf0403"}}],"status":"accepted","resourceType":"Task"} +{"id":"90cf9b6e-c7f4-5751-aa37-ae5ef3c01127","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179218"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5ac92466-35f2-55b0-aadd-6080fd3fa1dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2f83d485-43af-53ba-9a7e-eef6ba936134"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec811e85-3878-5bdb-9277-cf84e3aaf33b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a7ec99d-7987-550f-9c76-74d5da3a1c54"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca5f893a-0e75-518b-9bcb-ab69e0aa1aa2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec811e85-3878-5bdb-9277-cf84e3aaf33b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a7ec99d-7987-550f-9c76-74d5da3a1c54"}}],"status":"accepted","resourceType":"Task"} +{"id":"82539896-7514-5619-8056-a7887206fc49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179219"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6bd14557-ccef-5fc9-8181-d820a3e8e01b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8e14a4af-7f74-5c74-9bbe-790bbe54afa3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51b2b416-1aa4-58e5-98fa-7b9199e88f17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8d6cefa-2eca-59c7-b796-05417ddb5a9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f00ae40-ffc4-53fa-8051-c7b9ecc108fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51b2b416-1aa4-58e5-98fa-7b9199e88f17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8d6cefa-2eca-59c7-b796-05417ddb5a9d"}}],"status":"accepted","resourceType":"Task"} +{"id":"78556ab3-d052-5a89-97b3-98c437a6df12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179220"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b2ec3487-8943-5d95-9629-f411d9758b5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d723fb71-872a-5ddb-b6e5-c9656fc051e0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e0e7257-71c9-5e32-94bf-0673a5c5afcb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13a88031-6e69-5655-8711-62a2adeff2a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/883562c2-4216-5bc9-9f15-89a4592235db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e0e7257-71c9-5e32-94bf-0673a5c5afcb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13a88031-6e69-5655-8711-62a2adeff2a4"}}],"status":"accepted","resourceType":"Task"} +{"id":"1d4bbe96-d450-5d32-9d54-060f6bf6ce6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179221"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c71a072e-5bef-5db4-9c9d-27c889405d8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7a6171b3-1e12-5331-9f44-61ccec763f26"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76d581fc-2922-5d29-9eec-84017d44f3d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02b398f4-bee8-55d9-b979-460a69a61782"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54e0d28b-faf4-5396-bee3-32fafe751c29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76d581fc-2922-5d29-9eec-84017d44f3d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02b398f4-bee8-55d9-b979-460a69a61782"}}],"status":"accepted","resourceType":"Task"} +{"id":"a0a66803-cef8-5766-91ff-ea0147346f8b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179222"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/62c6e971-6349-5a0f-a88c-00ee4ee1f148"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/747eab7f-da61-5b95-beeb-86591200842e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f07c284b-0c2f-54f6-8145-cf8e03aa96de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/632c49ca-a220-5953-84cd-40d0b68afd2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56419f5e-cac2-5e45-81d4-c97b0a812647"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f07c284b-0c2f-54f6-8145-cf8e03aa96de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/632c49ca-a220-5953-84cd-40d0b68afd2a"}}],"status":"accepted","resourceType":"Task"} +{"id":"93b6bd4e-a81e-5507-920f-cf863ec613d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179224"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6d20cf98-5c0f-57a7-b008-d529eae95674"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fbddedb5-56ac-564d-8f2b-61b960650a04"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4b3b99a-1eff-5357-bc71-d9c2875cacbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d44b280-783b-5308-b34f-1f25c913e88f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d74ca0e2-6ebd-588b-a0ec-a7d3e368dd0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4b3b99a-1eff-5357-bc71-d9c2875cacbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d44b280-783b-5308-b34f-1f25c913e88f"}}],"status":"accepted","resourceType":"Task"} +{"id":"8899290b-7b46-5d94-babc-13785a191746","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179225"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0cc907d4-923f-5b4c-848a-caeba1835063"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c509918f-86bd-5f21-acd4-4adbec076fc0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae0fc553-edf5-5141-a92c-56d1361a7fbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ba34ca6-7920-5059-b6f5-1a93a422f386"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1414e4e6-9903-5dc7-bf8f-0dc8745beab0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae0fc553-edf5-5141-a92c-56d1361a7fbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ba34ca6-7920-5059-b6f5-1a93a422f386"}}],"status":"accepted","resourceType":"Task"} +{"id":"64cb3d84-1eaf-526d-9408-154a05625c22","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179226"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dd78a140-c306-508b-a334-570de97d9869"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8303b39f-5626-5c2b-9e81-6e62193ffb69"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ca3f384-aa59-5c4b-80f9-a9a9aac833ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77e4f3ba-986e-55b1-8074-f2c655052966"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb64a934-12c3-5b26-b5fc-4a48e4607704"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ca3f384-aa59-5c4b-80f9-a9a9aac833ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77e4f3ba-986e-55b1-8074-f2c655052966"}}],"status":"accepted","resourceType":"Task"} +{"id":"390ad804-8004-5502-82e4-ab714a11af2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179227"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/03668860-94d1-54c8-89b1-8e204c4bcc04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3183f7c8-a9e7-5958-a242-a43fb33b2dbf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1d22303-8597-5b4d-a9af-5873b566af4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/599dfdfb-519d-5620-8b4e-3ebfd580a88a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9be2a8a7-c73c-599a-b0a7-8544e538261c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1d22303-8597-5b4d-a9af-5873b566af4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/599dfdfb-519d-5620-8b4e-3ebfd580a88a"}}],"status":"accepted","resourceType":"Task"} +{"id":"ca9f15ef-5b4e-5634-a2a6-66831c937856","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179228"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a61ae401-b771-501e-b54e-0f866335cf49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0c4c029e-3a77-5593-8e88-3cfd44418b50"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59a35ddc-cd40-5c8d-9441-1239b82f7fe7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/540752bd-6052-5b5c-b772-d8f608a01efa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d186bddb-0d6b-5096-b17e-c18a0fd67a2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59a35ddc-cd40-5c8d-9441-1239b82f7fe7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/540752bd-6052-5b5c-b772-d8f608a01efa"}}],"status":"accepted","resourceType":"Task"} +{"id":"1b861539-ef76-59d2-8597-8c7ce5038e40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179229"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/19a4888c-e88b-5839-83d2-ec662fa49c2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d1a7e782-edc7-54a2-8a07-3677180449fc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9229a3fd-eaf1-5938-9f31-694cde86c7d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7598a5c8-ac51-5c8b-ad0b-d02c44751a6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4485ee2e-2668-529b-b758-d77d07f77626"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9229a3fd-eaf1-5938-9f31-694cde86c7d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7598a5c8-ac51-5c8b-ad0b-d02c44751a6f"}}],"status":"accepted","resourceType":"Task"} +{"id":"8b12d329-b7bd-511b-be12-842fdfa62d7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179230"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/36b54670-d107-5af1-9a1d-43b771a21a64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b9b188fe-b034-5db0-a5cb-aeb58dc88b70"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/500e0b93-80b1-5e21-8d29-75129e452ffa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4eb7c989-64eb-5ba4-85d1-d09323f3cbb5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f68d0e1c-4e88-518d-b4e6-26e7008d0046"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/500e0b93-80b1-5e21-8d29-75129e452ffa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4eb7c989-64eb-5ba4-85d1-d09323f3cbb5"}}],"status":"accepted","resourceType":"Task"} +{"id":"8238004f-17f8-536f-b288-fe2baa253472","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179231"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5ede6232-422d-5847-9ab9-026c7018fc4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/63ec592b-1979-599f-812b-ff56ee9dee17"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa3f3896-c589-5f11-85ac-ea4c4d6771ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5da187fc-ad87-55c2-958e-5b41b3dbfbc3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f70aea8-bb91-590c-9370-4e77e7237f52"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa3f3896-c589-5f11-85ac-ea4c4d6771ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5da187fc-ad87-55c2-958e-5b41b3dbfbc3"}}],"status":"accepted","resourceType":"Task"} +{"id":"b1347823-184f-57c0-8d48-0e496e846276","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179232"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/075ddf3d-df07-5ad5-8893-8b451d7b9b92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4f2ae9d7-a62c-5ecf-b93f-ad041ea6be43"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14e5124f-2347-5007-8ba5-1a2cd47dc5f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17bc2aaa-8ce1-54a4-8af3-7f4fc7ccdd00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec7388f6-eb4f-5c26-a077-02d2ab1646ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14e5124f-2347-5007-8ba5-1a2cd47dc5f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17bc2aaa-8ce1-54a4-8af3-7f4fc7ccdd00"}}],"status":"accepted","resourceType":"Task"} +{"id":"06654b97-1938-54a5-b1a9-0de1b8108315","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179233"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f3d32680-3836-5b5f-afbe-58259c5264cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/00d1226f-e37a-5e24-b837-6e26a8d999f1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0294738-3b82-5f6a-bc35-aed14b5a85e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7aca9232-2e26-5e6e-abc9-b9b41121111c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbeb573c-0f91-5020-8fdb-03770daf7eea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0294738-3b82-5f6a-bc35-aed14b5a85e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7aca9232-2e26-5e6e-abc9-b9b41121111c"}}],"status":"accepted","resourceType":"Task"} +{"id":"77867734-62b5-59ee-aa1c-02c2d73c2721","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179234"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f1809974-0b04-547d-9423-8115d9d1e7bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/db263788-2978-53e6-a59d-8fa2b75bbe43"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6eb1562d-46fb-5b46-9852-3739c1b1d5b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4b498d4-6284-522f-819f-25571134cbe6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9aeff65-fb06-531a-8233-4d1c414f61e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6eb1562d-46fb-5b46-9852-3739c1b1d5b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4b498d4-6284-522f-819f-25571134cbe6"}}],"status":"accepted","resourceType":"Task"} +{"id":"c4e4de24-4b3c-50dd-81ca-e7b1a84ccef6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179235"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3d610042-98e3-5394-86d1-4412537ed97d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c950e89d-26cf-57d5-96c0-c4702b50c77f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21e5376b-0bbd-5941-a8a3-4876bc363b0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c58749b-6430-5667-8f9f-2e0adf7b8a88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ae3ab09-3302-5b98-9336-0be6a2c345d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21e5376b-0bbd-5941-a8a3-4876bc363b0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c58749b-6430-5667-8f9f-2e0adf7b8a88"}}],"status":"accepted","resourceType":"Task"} +{"id":"bfa6f917-a8ed-5423-bb45-d0bd0f2bfd2c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179236"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c76a4733-56da-5ff8-91f6-ece73fba731b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fd7f7c2d-c090-585a-bc2a-dd1bcc4360c6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37e4f2a7-a742-5765-81b5-89cd8d464ee6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ed40153-50b7-5aff-9d0b-898ee5c201be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51a9663b-589c-54c2-b231-6e44524b18b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37e4f2a7-a742-5765-81b5-89cd8d464ee6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ed40153-50b7-5aff-9d0b-898ee5c201be"}}],"status":"accepted","resourceType":"Task"} +{"id":"c2b13557-e7a0-5a2c-a738-9e12d96b3435","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179237"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/93a348c5-731a-5c1d-bb62-f97efe893356"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c138e39c-6005-583d-b633-0046e3ea6e43"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9dae301e-094a-5cc6-b13f-dfa63f1f4085"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6ed28a0-c3e1-5e48-be78-4ac0600764b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d6d37a0-5c0e-58f3-8f07-6314d1f12c60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9dae301e-094a-5cc6-b13f-dfa63f1f4085"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6ed28a0-c3e1-5e48-be78-4ac0600764b6"}}],"status":"accepted","resourceType":"Task"} +{"id":"a923b143-00a3-55d6-abf0-2de2503f308c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179238"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/544b3dea-9778-5916-a7dc-58d08b644270"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b20a30b1-055d-5a9e-a0ef-321a7bafb374"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d4d8022-fed8-541f-a8ee-33de0a84f353"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e585a1a-eaa6-5ee4-95b4-a2c24b56c441"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfc3fc50-b751-55ad-9d5f-1719a967704e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d4d8022-fed8-541f-a8ee-33de0a84f353"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e585a1a-eaa6-5ee4-95b4-a2c24b56c441"}}],"status":"accepted","resourceType":"Task"} +{"id":"e73803ed-87cf-5a25-aa43-d40d7cf319c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179239"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6d246517-a5c3-509b-ba72-37cc86d5b617"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/97153af1-4995-5fcc-b6c9-9d0399294992"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e373ece-4581-5c05-af96-a02da14d66ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b73a28cf-e58b-59b1-8d20-99ea079b74c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4920367e-7fb2-5fd0-a580-a293629e01fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e373ece-4581-5c05-af96-a02da14d66ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b73a28cf-e58b-59b1-8d20-99ea079b74c4"}}],"status":"accepted","resourceType":"Task"} +{"id":"399b6629-e9b9-5f49-bf83-acab61177484","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179240"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f3b43d95-44d2-518a-9ae4-0b61b986beda"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/256fb2f8-eaaf-5294-afeb-fbab78277176"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4605c687-4564-571e-974d-25e293bdb114"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5de18e25-172d-51ef-8b7a-24855301e38d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/496650db-13c8-5da1-963c-146aaa9f6114"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4605c687-4564-571e-974d-25e293bdb114"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5de18e25-172d-51ef-8b7a-24855301e38d"}}],"status":"accepted","resourceType":"Task"} +{"id":"1a5ada7a-122b-5d4d-97a9-057974121d54","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179241"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ea8b0619-81ea-5557-83f4-51844da5f0ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1692b0d7-162d-5483-bbda-4e85b4beb605"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96e0989a-6460-5c78-ab8c-41cc3903dedf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2aefbc04-5208-585a-898d-f12d513e582e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e66c6634-e109-5355-9fc9-3285779cec04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96e0989a-6460-5c78-ab8c-41cc3903dedf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2aefbc04-5208-585a-898d-f12d513e582e"}}],"status":"accepted","resourceType":"Task"} +{"id":"335c3d56-3c9b-5876-a0bf-ed19e8434f7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179242"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/12f8534b-eb80-55eb-91db-6b2fa914043b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c597a8a4-fa94-5b6d-9b84-acf7ca58e0b8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/245da427-8da4-544c-be01-270f8b503e11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98f31ac5-0de7-5e99-b790-7dc0534e7e60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/975da5e3-5b3a-544b-88ab-0d58f2bdd581"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/245da427-8da4-544c-be01-270f8b503e11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98f31ac5-0de7-5e99-b790-7dc0534e7e60"}}],"status":"accepted","resourceType":"Task"} +{"id":"5725ea21-4f92-5284-9b50-cc1798698001","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179243"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/042ba8ee-7042-56de-8425-de5e4ae3bd24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c6bc1c1a-354c-5daa-93d4-71b74b4e4d97"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1e51099-eb90-5b27-bbe6-2fc9e0432dff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/412859d0-6789-5500-aaf2-a7e7abac99a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e310194-030c-5e50-bd76-35ea028a90d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1e51099-eb90-5b27-bbe6-2fc9e0432dff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/412859d0-6789-5500-aaf2-a7e7abac99a3"}}],"status":"accepted","resourceType":"Task"} +{"id":"163286e7-b6f7-56c9-aaa0-4d4e028111e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179244"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/acb26d63-f1a4-5bf6-8d4e-64f0333df8fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5a872542-964e-5013-a2ac-0ae9de519703"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d1044a7-9667-5aa1-bb64-f172e9215bf9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab58040f-8aab-52b2-96c0-26dac39f2965"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ecf9d530-c2c8-5e97-83a8-b668fdc4eac6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d1044a7-9667-5aa1-bb64-f172e9215bf9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab58040f-8aab-52b2-96c0-26dac39f2965"}}],"status":"accepted","resourceType":"Task"} +{"id":"6c84a6eb-f337-552c-b82e-b21081a2ff1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179245"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/16772fc7-286a-509e-9fc9-a2dae6646bdd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8419b4eb-fbec-5527-abbd-981315f2af48"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7336c5cf-4b07-5261-ba6c-f0424cee3f33"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f4d4294-0de6-5785-906d-8749f0714c50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5fc64e90-e99c-553c-b82d-aa811d374bcc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7336c5cf-4b07-5261-ba6c-f0424cee3f33"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f4d4294-0de6-5785-906d-8749f0714c50"}}],"status":"accepted","resourceType":"Task"} +{"id":"ac77ae1c-d709-52e4-9751-c2c3b727817a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179246"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3323bf16-f6ef-58e6-a6ee-17897153e027"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d79237bf-b243-53fe-9c27-e683df58b5b5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54186439-fc1e-5e5d-86aa-3a365143041c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0437ec42-7d2b-5006-b85e-3a3ea3d1ab6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e4b8196-c54e-5c20-bc77-1ca27ff4b29e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54186439-fc1e-5e5d-86aa-3a365143041c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0437ec42-7d2b-5006-b85e-3a3ea3d1ab6f"}}],"status":"accepted","resourceType":"Task"} +{"id":"7a9d1d92-9973-5e76-ba30-c001fc78c8bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179247"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1a3d3c0b-241a-5d7d-9708-0699ead7ea9b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c4a86dae-c582-5021-befc-f5d06a995bdd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e236e400-95d6-526c-9ade-9ccc207ec0d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0481c3b1-8b1c-53ad-ba81-e193f7b5af41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff204704-bafe-54aa-8406-27c9a1a12827"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e236e400-95d6-526c-9ade-9ccc207ec0d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0481c3b1-8b1c-53ad-ba81-e193f7b5af41"}}],"status":"accepted","resourceType":"Task"} +{"id":"25f31830-25dc-536c-ab7a-610546e81bf6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179248"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/31a2f61b-90dd-58af-bd32-9ae88305f98d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/22cffefe-0fcd-56f8-a1d0-5d0d5817fc93"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45de59c2-5ed7-5864-adff-0c6353ec0948"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c97833ee-43a9-5a10-bd7b-92d66a9dde1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c71ea639-b582-5b7f-95fa-acdddc73ff80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45de59c2-5ed7-5864-adff-0c6353ec0948"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c97833ee-43a9-5a10-bd7b-92d66a9dde1a"}}],"status":"accepted","resourceType":"Task"} +{"id":"01e50f8d-b941-5a39-a074-6099adad803b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179249"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fbf96236-6daf-5500-8a21-57df4fc43c09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3748008c-56ba-5044-89e4-139ec2fd6055"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1aba37bd-613a-5bee-91d5-ad53232006cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b521e375-bf8c-584f-a10b-8c872f5869c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5fe57b38-1fac-5d35-a041-936d766d1ea3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1aba37bd-613a-5bee-91d5-ad53232006cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b521e375-bf8c-584f-a10b-8c872f5869c4"}}],"status":"accepted","resourceType":"Task"} +{"id":"ff8a7acf-4793-55e3-ba6a-2f79fa2da3b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179250"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/26c490b6-6bcd-5cbc-bfd3-dad0b5451a1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0e0d52bb-3a0c-5fd4-a546-63fc8cb1904d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8877dd5f-ec6a-5382-adf2-ae8cae13968d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd1cec6d-db39-53d9-b529-0ff7f9e498e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1709c9a1-917a-5abb-a072-faba385681ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8877dd5f-ec6a-5382-adf2-ae8cae13968d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd1cec6d-db39-53d9-b529-0ff7f9e498e2"}}],"status":"accepted","resourceType":"Task"} +{"id":"bb7be502-ae1a-5eb4-ab56-ea1e4c56b9b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179251"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5e976b09-1f03-579b-8386-6385c38f4aec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f94c72cc-9b8e-5e11-955f-c0ac76dc233e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af522b01-6d1b-5242-a403-3605a973ed0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8a45c1e-04c6-532b-a0cc-8fd373f361bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3e8099c-dcb9-5ca6-bfd2-0ae8d8630170"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af522b01-6d1b-5242-a403-3605a973ed0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8a45c1e-04c6-532b-a0cc-8fd373f361bf"}}],"status":"accepted","resourceType":"Task"} +{"id":"46af9a69-121f-5c8b-82fc-ef8a9ecd97b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179252"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d278bb48-14ff-5993-9dbd-2a19b009d341"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a6293ba4-3288-5603-90f1-aec47b59a975"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4270b6e2-f4c6-5c95-9906-43e65fa255c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5d2ce08-0a5a-53ee-bdc0-99a1069d95b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aaa0bb40-6743-5014-88c4-6f6f0cd54ef9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4270b6e2-f4c6-5c95-9906-43e65fa255c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5d2ce08-0a5a-53ee-bdc0-99a1069d95b3"}}],"status":"accepted","resourceType":"Task"} +{"id":"c5313786-a698-5605-b8f6-c34b4bd03c99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179253"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a3aa3e56-1d32-58cb-aace-467dcb32dc8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8b56030a-afc2-5b06-a17a-6adc7b8fae68"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/493f615d-546e-5f4c-9e8d-a8916ceb7b76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/804c5308-e62d-5412-aab8-cf78ae0c2e6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1340b544-7504-5fb2-9bbe-746cb5a99c91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/493f615d-546e-5f4c-9e8d-a8916ceb7b76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/804c5308-e62d-5412-aab8-cf78ae0c2e6a"}}],"status":"accepted","resourceType":"Task"} +{"id":"493c3467-f01d-5ea7-9c45-013630d7c8a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179254"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/035d2868-ec82-5d37-9645-584ecac69d7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/12c9b642-2aa5-5d90-bb71-37a825ac5f3b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0e2cd82-ccab-583a-896e-1c4acf02c615"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4cdf4ff-c6c0-5c86-bad4-35f87fec3beb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d27a4337-0dd4-5b9e-819b-cde78749086c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0e2cd82-ccab-583a-896e-1c4acf02c615"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4cdf4ff-c6c0-5c86-bad4-35f87fec3beb"}}],"status":"accepted","resourceType":"Task"} +{"id":"2bc509dd-1028-52c4-be48-1054884277f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179255"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cf7159a6-5688-5173-9d17-aec50828f8ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/da1ff0ec-ee65-5a43-8422-3980a8830ed6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e955caa7-37f6-52c7-a515-e76b2cc926db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a7e415c-6679-5c8e-aa7f-26448c7bc451"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99dd8b1d-bc3a-55dc-8676-c16cc0d2e5d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e955caa7-37f6-52c7-a515-e76b2cc926db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a7e415c-6679-5c8e-aa7f-26448c7bc451"}}],"status":"accepted","resourceType":"Task"} +{"id":"27885c18-a325-5e95-b9dd-0eddeb18f803","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179256"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e222bacf-fb69-58e8-92fa-f09712fb1c63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8bf18674-3f2f-520b-9c2f-81041146e50c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5e64889-9d85-56be-a869-c83c11e02deb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f1627c0-c3a2-5dfc-abcd-d7f37f55416e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e2c5960-22ce-564c-9ee6-5d0d5cf5f3ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5e64889-9d85-56be-a869-c83c11e02deb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f1627c0-c3a2-5dfc-abcd-d7f37f55416e"}}],"status":"accepted","resourceType":"Task"} +{"id":"d95b9db9-9e71-541a-bc43-d6c125f05dbe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179257"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c4b564cd-0a08-5efe-b69d-4c8e759870b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/51cfbd41-faef-59bf-8c8b-804e8c48b125"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0557b6be-82b1-5033-996b-32e3a323c062"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a46c5dd-db3b-5322-8c60-5ce15b793526"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54fe03f5-60d1-5582-92c9-97905f0eb57a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0557b6be-82b1-5033-996b-32e3a323c062"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a46c5dd-db3b-5322-8c60-5ce15b793526"}}],"status":"accepted","resourceType":"Task"} +{"id":"224661fc-7530-5c04-b115-c736c0f446a0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179258"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6ba3965c-74e2-5b90-a61b-8246e6ba4a72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7931b5cb-8295-5f87-8f17-8c15a5e70eb6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca4bbea7-2fe2-5928-845f-8464b4ead753"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8f746b3-6d79-59a8-8924-d0a1824f22a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1207d71-2ec6-5ce0-a22f-3fcff75793ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca4bbea7-2fe2-5928-845f-8464b4ead753"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8f746b3-6d79-59a8-8924-d0a1824f22a4"}}],"status":"accepted","resourceType":"Task"} +{"id":"29071aee-e843-5c4d-83ed-6ba066fd1dc2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179259"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6fd4bd23-d4e8-5c99-8d7e-777f1097e480"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/54ca759f-af8c-51ee-8771-72e5394ba016"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee8e96c1-38b7-5241-ad21-60aff2c1a63b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04a48c5a-1479-57dc-8956-ba2b74d72d00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ccfd65c4-7937-5686-9672-7f36bfd033e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee8e96c1-38b7-5241-ad21-60aff2c1a63b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04a48c5a-1479-57dc-8956-ba2b74d72d00"}}],"status":"accepted","resourceType":"Task"} +{"id":"c7362a70-a7e5-5435-8040-b3a3ac4baf7e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179260"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d2629af6-ff55-586f-aa86-60c18e537e1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2cb64836-8dc3-5108-8fff-e3e75c74469d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a52b1ea-8623-576b-b489-06ad3e980356"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c5e37df-cf16-5251-9bdd-aea758a59fba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ada90892-dcd8-529b-9119-8e77cdccfa0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a52b1ea-8623-576b-b489-06ad3e980356"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c5e37df-cf16-5251-9bdd-aea758a59fba"}}],"status":"accepted","resourceType":"Task"} +{"id":"dcee9478-4fdc-5783-82d9-543c0a6cf793","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179261"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4c0975b6-08c6-526a-b1a0-d98c53efef9b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/404242e7-ec42-53ef-ae65-7dd8d64b9d34"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f39e670-263b-5044-84a7-b9bd399e02e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a077b7bb-ce8b-5c1c-8193-18bac7f8650b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7cff9bde-606f-5cc8-95d3-2a30dab27e67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f39e670-263b-5044-84a7-b9bd399e02e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a077b7bb-ce8b-5c1c-8193-18bac7f8650b"}}],"status":"accepted","resourceType":"Task"} +{"id":"3720a727-94ec-515a-8bc5-78ba5e258806","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179262"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/196598f8-0890-5b0d-a576-b236c37df860"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e7d2db3a-26fa-5243-a2ad-3f6371d7f062"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/921c626e-4c84-59ba-ba46-d4a16ab6396b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38f4a7f6-c7eb-5306-8681-a817fd9be0a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8527a62-f707-59a8-bb3b-69449dc3e9a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/921c626e-4c84-59ba-ba46-d4a16ab6396b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38f4a7f6-c7eb-5306-8681-a817fd9be0a3"}}],"status":"accepted","resourceType":"Task"} +{"id":"1a6effd0-c94c-5ee1-bef9-0c10a2492c7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179263"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/04077f66-575f-5bf1-b4e5-00ec1fd92c36"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/07d25b58-86ea-5d02-8817-f5214221539b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b2d577d-98fc-598a-a382-cac38d2d1044"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba553861-a21b-5bb4-9754-b19a7c27535e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/761ab441-c57f-5bd1-9d68-e78bef98d4ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b2d577d-98fc-598a-a382-cac38d2d1044"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba553861-a21b-5bb4-9754-b19a7c27535e"}}],"status":"accepted","resourceType":"Task"} +{"id":"73decfdb-e8b5-59f8-b594-cd93fa605168","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179264"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7ff2eba5-3db7-53e1-9add-7ec2002169c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/07acc8fb-abb1-5686-a382-ffa720b4fecb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b4f9272-a5bb-5af0-8969-6e16a4bdea3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a7cbf66-fa58-5df1-8eef-419d87ee59de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e44cc14b-9771-5ad5-824b-3abf982d04ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b4f9272-a5bb-5af0-8969-6e16a4bdea3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a7cbf66-fa58-5df1-8eef-419d87ee59de"}}],"status":"accepted","resourceType":"Task"} +{"id":"8865449a-cbea-5c17-bca8-4e38a7507355","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179265"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bd02e513-cee0-56fc-886d-1d50d41a17e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ba390dab-c6ad-548e-99f4-6d8b192d1762"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6f2da05-afc4-5f33-9c14-0a53e2cbacc1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6642d2f2-bf64-5401-89be-e48285cbcd95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc4a6ca8-aa30-5326-b817-fe7860105e94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6f2da05-afc4-5f33-9c14-0a53e2cbacc1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6642d2f2-bf64-5401-89be-e48285cbcd95"}}],"status":"accepted","resourceType":"Task"} +{"id":"8dc4b3b7-2167-525f-a86f-e925442addbc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179266"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ecd9bc56-6e24-56da-9fbe-0d6e346d6542"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/23ae9126-4f0e-5336-8688-92dba3f37eec"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1d4085c-8292-52f3-9ecd-3ddbd8ba6739"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2215496-8451-5d10-9c6e-b0fc6477b332"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a82de5f-0273-504e-9691-811f2ec1288e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1d4085c-8292-52f3-9ecd-3ddbd8ba6739"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2215496-8451-5d10-9c6e-b0fc6477b332"}}],"status":"accepted","resourceType":"Task"} +{"id":"aa78d144-0283-5f73-8775-b0fc002be52a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179267"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/33774cb7-f354-5f7e-a1a7-06297bf0a1e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/471522e8-5d71-5bde-b3de-1cd39c3af26c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27ca70cf-b152-50a1-abf5-01e2b008aad6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9191f2fa-7bbd-5ac2-80bf-86c1d673ade8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb102fd3-ccae-53a0-ad6d-5679f2f70009"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27ca70cf-b152-50a1-abf5-01e2b008aad6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9191f2fa-7bbd-5ac2-80bf-86c1d673ade8"}}],"status":"accepted","resourceType":"Task"} +{"id":"676cc696-c93b-55ef-aeea-55b6f80c56c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179268"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/36432b94-e53c-5ba4-8974-6e87b9851da7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/860e8042-e8db-5867-86f7-b9ae1ca17adc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0fe53a2-01ec-5d68-b4d5-1fee39008a9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b465971a-70a9-5f6c-bfc3-fd0f9f6b234b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f484c4f-a845-55a6-8ceb-5d1a3cb40bf0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0fe53a2-01ec-5d68-b4d5-1fee39008a9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b465971a-70a9-5f6c-bfc3-fd0f9f6b234b"}}],"status":"accepted","resourceType":"Task"} +{"id":"2a1f76e1-7648-58e6-b8b8-9bdcf597e775","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179270"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e877e194-b213-5ff5-b139-dd9678a5eab8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e5cabbf4-cef0-56b9-8dc6-b440b13e76b3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1821072-12da-55fe-9b25-8d4f4d53f27c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/369707be-275e-50c4-b5e7-36ba639091e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc9b249d-37f6-55dc-9aea-a50ced722f62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1821072-12da-55fe-9b25-8d4f4d53f27c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/369707be-275e-50c4-b5e7-36ba639091e5"}}],"status":"accepted","resourceType":"Task"} +{"id":"e894dab8-c7fa-5cd4-b38b-ff4961e980af","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179271"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7b5861f5-123c-5d3d-ab1a-c6a2315c6a95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a1d1dda4-6890-5c6e-bd3b-ca895af8edcd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c85bef1-1965-52bb-a44d-9d681fefd654"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d2d9e16-e7c6-5b5b-926a-c365ea750a42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5e03642-a3b5-56fb-981d-63094de8b433"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c85bef1-1965-52bb-a44d-9d681fefd654"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d2d9e16-e7c6-5b5b-926a-c365ea750a42"}}],"status":"accepted","resourceType":"Task"} +{"id":"12dac6c4-48ab-58b9-9d9b-2961b3a2a33e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179272"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/393c926a-4318-5fd4-bd61-9609c46243de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e18bbfb4-bf02-5867-a8f0-61688da9adfd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7dc8b570-bfd5-585e-adb1-50654c395d8f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d508ebc-1150-54b4-9c5b-1074c1aa049a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/206d1847-e2fd-51cc-b1d4-e2f0c9381b14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7dc8b570-bfd5-585e-adb1-50654c395d8f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d508ebc-1150-54b4-9c5b-1074c1aa049a"}}],"status":"accepted","resourceType":"Task"} +{"id":"eb9171ff-b4c7-5e89-bf53-2b3a6baed28a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179273"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fe939c40-5e5c-5241-ad3f-67a943c3a516"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bf649cab-4d18-5ae5-ab51-99606dfa0a5d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85d68f53-109f-55df-a766-803727464118"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6446bc82-a105-5c9f-9014-44398313e48c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5de4758a-84dc-5400-8ab5-b6a822ef49ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85d68f53-109f-55df-a766-803727464118"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6446bc82-a105-5c9f-9014-44398313e48c"}}],"status":"accepted","resourceType":"Task"} +{"id":"89d8cfdc-1d6d-5e7a-9176-c0f975420b4f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS179274"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eed04da8-1729-549c-b3f6-91aeec51d45b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8f1f2620-4100-505f-abfd-46daff12d63f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bcb6d35b-42d4-57f1-9855-76c9c8dbe3ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7a1f36c-4e57-5947-867b-f82a6ed9ac5a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/292ce2bf-f53d-5176-bb39-85224d90f11a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bcb6d35b-42d4-57f1-9855-76c9c8dbe3ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7a1f36c-4e57-5947-867b-f82a6ed9ac5a"}}],"status":"accepted","resourceType":"Task"} +{"id":"edda7271-6432-5869-8378-c93a2e939121","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184283"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c58a5593-04a7-5ce4-8d1e-bab5463072dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dcf5564b-83fa-505b-8765-e3e60192e7a1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76f950df-f7a3-5e36-9af7-31f701515423"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6d58935-6ff3-5dcf-887d-5ff73c955a66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/108569dc-27b3-5375-9bb1-d1a99ea76a60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76f950df-f7a3-5e36-9af7-31f701515423"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6d58935-6ff3-5dcf-887d-5ff73c955a66"}}],"status":"accepted","resourceType":"Task"} +{"id":"ff224545-f60e-5c8d-848c-17f003992d40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184284"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/37e00841-23d4-53b5-a9ef-a1b97131ef12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a09314f2-7f27-5371-bfc7-ab2bef2b9f6b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc184d13-cd5a-593d-aa27-2b6db0ab1f24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6d519a7-42e1-5992-93a0-2544c8e3f3c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e0781e5-95a1-50e5-8016-81b2842ed7ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc184d13-cd5a-593d-aa27-2b6db0ab1f24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6d519a7-42e1-5992-93a0-2544c8e3f3c8"}}],"status":"accepted","resourceType":"Task"} +{"id":"168e652b-f3d0-5c1c-b9a6-776c25839999","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184286"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cc14220f-a827-5bce-a3ed-31ef9bcf5182"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/db4d9be8-4ef9-5fbb-b940-bd5b893b58df"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09d5e896-63a6-5858-b718-815632d9551c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0668d7f-b427-5e93-aa06-c238aa3d29b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44ac011d-0d69-59d6-bc22-d6a9f0f5df25"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09d5e896-63a6-5858-b718-815632d9551c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0668d7f-b427-5e93-aa06-c238aa3d29b6"}}],"status":"accepted","resourceType":"Task"} +{"id":"d89c374a-e8b6-5a75-a9f6-7db9d7a7ce09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184287"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2a6c54d6-a163-5319-9e6f-c2d6264b5445"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4388fe91-c40a-563e-8b70-45aa4c7a4116"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6943a60-8dbb-5b47-a57d-a250b3362b7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1cb1d972-624a-5fc4-b72c-dabe4e0e4ac1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35f1d86a-01cc-5670-9aac-b63065644651"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6943a60-8dbb-5b47-a57d-a250b3362b7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1cb1d972-624a-5fc4-b72c-dabe4e0e4ac1"}}],"status":"accepted","resourceType":"Task"} +{"id":"871392d7-f24b-5f67-a2ca-cd98a8d60b86","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184289"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/16e896fc-559d-531b-abc0-82e5f72b6f00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/51f4951c-cd54-5ac6-9bc0-e43a99623350"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/736dfa6c-a564-58df-80ff-82826839a34b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99d47bf4-45ca-59e9-a15c-47657b9cb33c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c6f514e-d252-527f-abb1-e91e07962122"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/736dfa6c-a564-58df-80ff-82826839a34b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99d47bf4-45ca-59e9-a15c-47657b9cb33c"}}],"status":"accepted","resourceType":"Task"} +{"id":"5ee68694-26ca-55ef-8acf-b6aaf711d976","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184290"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0fa0014a-4db4-5771-a6c1-c5e2f8d53193"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d684194c-0ed9-551b-bf5f-1d694d130085"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ea56d82-caac-53c3-aa85-b32603441b67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39e73b35-8ca3-5ba2-be16-d31e7f7157c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e83bafa6-921a-5fd3-baf6-1ce6775b17ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ea56d82-caac-53c3-aa85-b32603441b67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39e73b35-8ca3-5ba2-be16-d31e7f7157c7"}}],"status":"accepted","resourceType":"Task"} +{"id":"d96a5390-c1b5-57ab-bac2-59f3ff99be26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184292"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e136e6ed-a337-5c29-add8-32e6eca245e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3397074c-9ab9-5a80-9ec0-d11a5a46ed79"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7b21bb4-bb0f-53b2-8aa5-771ff55e7c3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96b9f40d-a195-5f5a-8f56-0b334b87e910"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00111d23-d9c4-5a28-aeb5-e8ad73c069cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7b21bb4-bb0f-53b2-8aa5-771ff55e7c3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96b9f40d-a195-5f5a-8f56-0b334b87e910"}}],"status":"accepted","resourceType":"Task"} +{"id":"ba0601ec-e740-5582-bcc0-2611b4abde14","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184293"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/34f5471b-b354-5ff5-9eac-9b5cca8b9430"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/df0a2846-8f67-561e-bc2f-24ed6061f262"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff964994-6ac8-586a-9069-6a89539c4f2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a18c925c-2ed4-5117-adcd-99c6faa58b21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/282187f4-6b53-5c8a-8e8e-12ac3c994b86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff964994-6ac8-586a-9069-6a89539c4f2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a18c925c-2ed4-5117-adcd-99c6faa58b21"}}],"status":"accepted","resourceType":"Task"} +{"id":"8368f831-7b78-5f1f-88a5-dc7938241eff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184295"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/acadbc5b-4a1a-5084-9f9c-4443253fa442"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eaeb5544-26cf-58c7-9d79-ef21aecbc78c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25b5904c-078d-508c-943e-cbdebe813925"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15df80cc-6468-5ccd-9104-4ad08f9223ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a02188c7-9deb-5501-85c7-1cc611729254"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25b5904c-078d-508c-943e-cbdebe813925"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15df80cc-6468-5ccd-9104-4ad08f9223ca"}}],"status":"accepted","resourceType":"Task"} +{"id":"cd5e5dae-1e73-5b1b-8bd7-536e21d9db84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184296"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c6fff9fb-b564-5c49-a5d2-2b2ed55cc9fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/133a3b87-e62a-58a5-8517-b402b415bea2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abf5d5cc-47e6-5977-9a6e-e44eff15bc5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fc7fc1a-2dfc-5094-b5df-86974a112927"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/164d3cac-ee94-5b0a-aded-dbf8a06aed9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abf5d5cc-47e6-5977-9a6e-e44eff15bc5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fc7fc1a-2dfc-5094-b5df-86974a112927"}}],"status":"accepted","resourceType":"Task"} +{"id":"3694207a-fe6e-55a7-97c2-3340c2de408a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184298"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/65a6a5e9-84d3-5d5b-8d73-d0ef0f5a33c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ba9c02ce-46fc-570a-a898-85d1f31aafb4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b73858e-c73e-50ce-91d7-3ad7ead6e0f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cab2ad5c-f6d1-5673-90c3-dbbb51567353"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8eda5dbf-a10c-50ae-803b-5cf8eeafd6e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b73858e-c73e-50ce-91d7-3ad7ead6e0f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cab2ad5c-f6d1-5673-90c3-dbbb51567353"}}],"status":"accepted","resourceType":"Task"} +{"id":"2f40dce8-3d06-5744-8fa7-87d0717b39d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184299"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c2b12c93-4c3a-5171-a6d4-3625be2eaedf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4fc704d9-7f21-5746-85d9-cde74cdd5e78"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1762ee74-5e31-5b57-9318-04c1746bc3aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd4e718a-6c1a-59c9-8a8f-a9bada3dcece"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba4c1dc8-b482-572a-8b1c-96bb82a5026f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1762ee74-5e31-5b57-9318-04c1746bc3aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd4e718a-6c1a-59c9-8a8f-a9bada3dcece"}}],"status":"accepted","resourceType":"Task"} +{"id":"dc4bbdb1-b460-5730-9a61-d63dc56eea20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184302"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c656e50b-3043-502a-be8b-d7e1ac40e3db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8d053420-027d-51b4-958c-87338a2d26e9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de3127d9-2739-5482-b83e-d70472ee10a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37fcc821-073d-5966-9222-5a8aaa238d4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d51e70a-65e8-55f7-8b9f-1ff49fc48fed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de3127d9-2739-5482-b83e-d70472ee10a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37fcc821-073d-5966-9222-5a8aaa238d4f"}}],"status":"accepted","resourceType":"Task"} +{"id":"8f867839-fe44-5869-a97b-e661c97f17be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184304"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a35aab74-c102-5a79-971e-e439a4e21e2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3d85bbc8-fb5a-53c2-b926-296ff87b4613"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db837468-0778-596e-aa02-96a2a20e635c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c52ecb1-c92a-5bd3-8059-94ab57a578fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ab2e5ec-790a-5ef2-94fe-d137163292aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db837468-0778-596e-aa02-96a2a20e635c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c52ecb1-c92a-5bd3-8059-94ab57a578fd"}}],"status":"accepted","resourceType":"Task"} +{"id":"f0bd01d0-395a-53b1-b9d4-269241106b33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184305"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7035f1b9-76e0-5cd6-9b74-db48a8bc0c1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/37a0a8a5-c74f-50cf-a6c1-bf0aa9fe836e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39819afb-4aea-59de-a9a9-9c8c450d8ff2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f5dc7d0-e1eb-554a-bf93-4682bfb755dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e927053b-e280-574f-9ce1-8a124c8ee2ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39819afb-4aea-59de-a9a9-9c8c450d8ff2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f5dc7d0-e1eb-554a-bf93-4682bfb755dd"}}],"status":"accepted","resourceType":"Task"} +{"id":"c7410501-d27e-5bd6-b841-62f509a9b374","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184307"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d500684f-c8a4-5008-9df3-9b873e963697"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ad3371aa-f6a5-5929-b93c-e285bfcdc086"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef940815-efd4-5a32-a3d6-55cc0fc1af5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72e0f590-a2f3-5009-847e-74616f888d5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef4c7db1-237e-5a12-91a2-59e66b544047"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef940815-efd4-5a32-a3d6-55cc0fc1af5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72e0f590-a2f3-5009-847e-74616f888d5e"}}],"status":"accepted","resourceType":"Task"} +{"id":"1a386360-8502-5d86-b215-4c2f0ffec499","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184308"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/39a53a3d-0609-5d8f-a2ec-a0b79e02ca2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7662b1c7-0675-5df0-a220-9eb4eb4571d1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f22693a-dd0b-5396-a9e4-47f06c745667"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f695736e-825a-5fd3-99b0-c50151d5ba80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ceedb6d4-93e7-5f09-94b0-44554a0afd45"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f22693a-dd0b-5396-a9e4-47f06c745667"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f695736e-825a-5fd3-99b0-c50151d5ba80"}}],"status":"accepted","resourceType":"Task"} +{"id":"50b15648-b544-5e99-bffe-712deaf56a28","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184310"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8e124644-00dd-5e6b-8e70-0015cd336529"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/791178dc-ff68-5b3a-9a5c-72bb5106da84"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a372848-e6ae-53d3-91a7-20199d81cf2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d586ce57-3b39-555e-8c18-5b6ba65289ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a906c01f-a41e-5ba7-a2f2-fb863f70b670"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a372848-e6ae-53d3-91a7-20199d81cf2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d586ce57-3b39-555e-8c18-5b6ba65289ad"}}],"status":"accepted","resourceType":"Task"} +{"id":"59e6a6db-caab-5808-8a5e-c9964bc0acfa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184311"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f8d4b2d6-632a-5f51-83e6-8d1139514405"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/16027d98-a864-5a79-af6a-0bc3b6a939d9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07216aba-0fb2-5ea4-a907-7e82005ba0ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/308f67b1-9621-543b-aa99-58d9b3a887d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a3ba62b-cf60-53f1-a88b-3b912821920a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07216aba-0fb2-5ea4-a907-7e82005ba0ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/308f67b1-9621-543b-aa99-58d9b3a887d9"}}],"status":"accepted","resourceType":"Task"} +{"id":"99baee3c-443b-57cd-b6f8-53a82f55a35d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184313"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/14a21485-3d53-5c36-b70c-873adb6e9acf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6bd2277d-b701-58b9-9c44-3190ca470abc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b24d20b3-a6a3-54ca-a8b3-d40658452e3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc10f073-9746-553e-a00b-4f74c990827a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4931111b-be48-588c-b674-81dcede04222"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b24d20b3-a6a3-54ca-a8b3-d40658452e3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc10f073-9746-553e-a00b-4f74c990827a"}}],"status":"accepted","resourceType":"Task"} +{"id":"86fc0849-36fd-5870-b122-308e531c3604","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184314"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a5afa227-acab-51f3-a03a-820d4db6332d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/99b51dec-35bf-5f59-af89-eb4e2aa03355"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6d81ac5-42c9-567a-9b24-34bab57f0b44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/705e3326-1471-540a-ab6f-2ae1c47419d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f5a0378-bf0c-5e83-b081-43debd015cca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6d81ac5-42c9-567a-9b24-34bab57f0b44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/705e3326-1471-540a-ab6f-2ae1c47419d3"}}],"status":"accepted","resourceType":"Task"} +{"id":"95ad71dd-e251-5e21-a539-6474318caaac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184315"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/989da715-1669-5245-aabf-e0189aade864"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3fcd4e6f-2e01-5543-9918-9f32a5548878"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2807d965-913a-5210-a5b8-db0f32bdcc42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c3a7ac1-9853-5218-b27d-18e9c66ba026"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07a0d521-d564-5686-b2c7-4a0d4a61b152"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2807d965-913a-5210-a5b8-db0f32bdcc42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c3a7ac1-9853-5218-b27d-18e9c66ba026"}}],"status":"accepted","resourceType":"Task"} +{"id":"051a515d-01ef-508b-98c1-b211fe91cf71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184316"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b15ece52-ef26-5aff-956a-f75aada966e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a3eb27e9-3dbc-59f9-ba3f-e24b17c30854"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80d23635-46d7-5a0a-b7c2-029f3679f42c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca9e46e8-cfa3-5044-a89c-747d400b6d0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7865ca90-83c6-5268-ab5c-d865e2a76c05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80d23635-46d7-5a0a-b7c2-029f3679f42c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca9e46e8-cfa3-5044-a89c-747d400b6d0b"}}],"status":"accepted","resourceType":"Task"} +{"id":"b96836e0-5656-5ed5-9a4d-36e32d11e16d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184318"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ed04fb2e-ef87-565c-9615-9ebf11972a1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/78935c42-9270-5b24-b248-3600810dc314"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73ec3e69-03df-5373-931a-bdbf8e4bb26f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8e89510-914f-5b59-86a5-0f1b930491ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d75d2a6-a5ef-5f1c-ab2d-ac94936d5d8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73ec3e69-03df-5373-931a-bdbf8e4bb26f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8e89510-914f-5b59-86a5-0f1b930491ad"}}],"status":"accepted","resourceType":"Task"} +{"id":"6bc7c48c-49ae-52bc-af45-4e55e18c3006","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184319"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4cceaf9c-6d05-5845-a207-6fdfba44f285"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9963d828-8e22-5061-a4d6-f57766336700"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ea023e8-0512-544f-8fe9-aa3e65744973"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6acc4f65-0592-5431-842b-68caf6603e3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46072fcf-dd19-5eed-b59c-961c120e046b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ea023e8-0512-544f-8fe9-aa3e65744973"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6acc4f65-0592-5431-842b-68caf6603e3b"}}],"status":"accepted","resourceType":"Task"} +{"id":"b3326175-10e3-57cb-877e-6e84b66d9d12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184321"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8856d4b9-d359-5083-bc55-ae43cd2b7587"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d3f475bd-8cfd-52f2-b130-5af05fbf1f45"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d24a403e-9b01-568c-9e21-b8f86c974560"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7be37425-0c0e-5670-a341-e0309900f08b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13f606fd-5161-5ab3-807c-b89556cd17c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d24a403e-9b01-568c-9e21-b8f86c974560"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7be37425-0c0e-5670-a341-e0309900f08b"}}],"status":"accepted","resourceType":"Task"} +{"id":"8f2c7bbe-c87e-5377-9f8a-6fbdb20c868b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184322"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/03e00073-8ffb-5afd-ad80-5a30490b872a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ff4eaeb2-272b-5de5-a2f3-9f548c247460"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad7662ca-1f75-5ef3-b203-f608cb84550a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80756217-30da-582b-81d9-a010a81217b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/200a229b-e805-59da-bc77-0cc0e35a6493"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad7662ca-1f75-5ef3-b203-f608cb84550a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80756217-30da-582b-81d9-a010a81217b7"}}],"status":"accepted","resourceType":"Task"} +{"id":"62ab5540-c018-5d56-a4e2-70aecd3f4e6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184323"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1d37b9a7-9d27-54d6-a1cf-a8a35793b98b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1b630485-1d5c-5e55-8665-1b251ee3389f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6e229c3-2111-5db6-8a98-822c5a57769e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fcd43a5-0f69-5a8b-bfef-d5a67d21434d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c85e662-f3a1-57e6-a822-89ffd38bb5a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6e229c3-2111-5db6-8a98-822c5a57769e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fcd43a5-0f69-5a8b-bfef-d5a67d21434d"}}],"status":"accepted","resourceType":"Task"} +{"id":"388c381a-294b-5fa5-9935-da2071c2d66d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS184324"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/02014a2d-67ce-59f3-9c8d-5e80ae1e586c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e9e93856-3c4d-5847-a7c1-352e0d8ca699"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62c36fc0-3c4e-56c3-95c2-b9fa92035b21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb93ffa1-aa87-5be4-9bbc-2c48fe4d9085"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ee7cea4-b8af-50df-a43f-d4436d1b94cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62c36fc0-3c4e-56c3-95c2-b9fa92035b21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb93ffa1-aa87-5be4-9bbc-2c48fe4d9085"}}],"status":"accepted","resourceType":"Task"} +{"id":"ca5ca219-a520-5c95-aaa9-9692af413785","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191033"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/36efda59-8f92-5cc9-beb4-5ce6728a64dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/31847769-c6c3-5969-b2f0-e3629627a3c6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01defcbb-f130-50e5-b245-8167142df9f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b93f4fb-311c-5d6a-b532-a19cca2479ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb7290ec-646a-5bcf-8b36-bd3b45b8bad4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01defcbb-f130-50e5-b245-8167142df9f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b93f4fb-311c-5d6a-b532-a19cca2479ef"}}],"status":"accepted","resourceType":"Task"} +{"id":"747d1577-4ce3-5485-aa36-30104c6db4bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191034"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9f568618-8aff-5397-8450-d699832509c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/63c2ad4f-a756-502e-abca-91598e5d6c74"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9c68ae1-1737-5ff2-94a2-79fb46d22fa2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04888c8a-d25f-553f-9a8c-0fc413f0014e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e797974c-a88c-5342-a0ce-5c1efced9295"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9c68ae1-1737-5ff2-94a2-79fb46d22fa2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04888c8a-d25f-553f-9a8c-0fc413f0014e"}}],"status":"accepted","resourceType":"Task"} +{"id":"740ac2a7-3d3e-5716-8bc8-a90b774bcb47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191036"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/99ad85cb-1b8d-5579-a1d3-b6c8e37371d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eb3a542a-49eb-5924-b714-fa034b945e25"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24c1e918-8882-5d89-a105-036aa779df60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10c5cd0a-1572-5943-b647-d2f731bdb07b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/552443d6-781b-5f60-baaa-1b4bf84fb4a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24c1e918-8882-5d89-a105-036aa779df60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10c5cd0a-1572-5943-b647-d2f731bdb07b"}}],"status":"accepted","resourceType":"Task"} +{"id":"f55050ac-7262-57ec-8ba6-b977986cc12c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191037"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c17acf7f-1b52-5acd-9d5f-427118610f80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/435fd3a6-d7c6-5aef-9ccb-538e744f8f77"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b77c3bb-cd93-5c89-b79b-0bf7b222993e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e75a9614-0284-5e7b-a0d8-cb45a5d783cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a905ff7-d210-5db2-89ad-7ddea685e092"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b77c3bb-cd93-5c89-b79b-0bf7b222993e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e75a9614-0284-5e7b-a0d8-cb45a5d783cd"}}],"status":"accepted","resourceType":"Task"} +{"id":"7bd5311b-664c-5015-95c4-11ffb784b305","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191039"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ea697cc2-9a8e-5995-a724-1b287f239e34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/402f5452-e75d-517c-afc5-a0c0735af58d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/737836c8-0347-565f-a528-aa0ada7cc30b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c972b483-7b8f-5abf-81ee-c89c0af28fde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df039f62-4db2-57b7-80ad-ea20e6148aef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/737836c8-0347-565f-a528-aa0ada7cc30b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c972b483-7b8f-5abf-81ee-c89c0af28fde"}}],"status":"accepted","resourceType":"Task"} +{"id":"2c7cc968-5233-53cf-88a5-144567f74327","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191040"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1933362c-2dd1-5900-99f2-5b67031691a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b28ba0c8-7153-5061-8c2a-ec1fd47d0f65"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/647d1f6d-3642-5020-b384-4e3966ebfd68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9a5fa62-e16f-5d94-af66-92f9dd67fc1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbb6cb2b-8464-5088-a504-6369d2b6d1f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/647d1f6d-3642-5020-b384-4e3966ebfd68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9a5fa62-e16f-5d94-af66-92f9dd67fc1d"}}],"status":"accepted","resourceType":"Task"} +{"id":"25acb142-0173-50f6-b12e-1d2d53231c3e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191042"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b4811fc8-a1bb-552d-a4da-766fe44ab1dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ff848099-700d-5ac5-a237-1539522b260c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4063174b-1423-52b8-88af-fd86898c8cee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ea04976-29df-5a93-b42f-1fa02e49562d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f80fb973-abec-5577-bf78-180372a1f83e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4063174b-1423-52b8-88af-fd86898c8cee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ea04976-29df-5a93-b42f-1fa02e49562d"}}],"status":"accepted","resourceType":"Task"} +{"id":"917adc95-51e6-5337-92bd-4387881c1085","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191043"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e226ff58-54d0-5e7b-82bb-ed47b9c6c868"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/82ef7812-5383-58dd-b7a6-2efe4ad4ab63"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e42536b-e3d7-558f-9b67-c1e79c15d355"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f11374a4-3d9f-554a-9edc-faf156e5b31c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9b896e3-70dd-51b1-9511-2ccc4fe48f90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e42536b-e3d7-558f-9b67-c1e79c15d355"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f11374a4-3d9f-554a-9edc-faf156e5b31c"}}],"status":"accepted","resourceType":"Task"} +{"id":"d5ccb75e-732b-58c0-9112-ea60a4b19897","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191045"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7084686a-b332-5393-84e9-5214be8e2642"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2d2c2abf-029b-5ae8-8cf8-749706c3fd91"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26fd12db-2c41-5416-b977-31ba5c711235"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f07c6b6f-1d12-5f06-93bc-bdf82aba6b1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d7cbd36-3e87-5f75-837d-1ede0c120a90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26fd12db-2c41-5416-b977-31ba5c711235"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f07c6b6f-1d12-5f06-93bc-bdf82aba6b1e"}}],"status":"accepted","resourceType":"Task"} +{"id":"41d1f1b8-9fa5-5967-ab29-bacade2162a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191046"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f3898d60-7f95-5c13-bed0-b876103a45ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/29303d2d-d68f-5c51-939b-784c8d6f8a2a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db57d0a3-3332-591e-b40d-7c8472408efb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbf8a080-ad95-5cb0-8706-7bc23c6e4511"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87da0aad-472b-5d56-a9db-511f7b7ebdc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db57d0a3-3332-591e-b40d-7c8472408efb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbf8a080-ad95-5cb0-8706-7bc23c6e4511"}}],"status":"accepted","resourceType":"Task"} +{"id":"dbb23cda-e1a7-55dd-ad24-ef25ba642f3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191048"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/69a90ee9-a294-57cf-9496-664baafe1f1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/55326817-38a1-598d-b011-e72bb063a5f2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/908cb96b-26df-50a8-a10c-55deced8ef00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03a342c8-2cef-5d9d-9d8f-8a4be642b3ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea49f386-11ec-5eff-98d6-217a9f61f341"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/908cb96b-26df-50a8-a10c-55deced8ef00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03a342c8-2cef-5d9d-9d8f-8a4be642b3ad"}}],"status":"accepted","resourceType":"Task"} +{"id":"6330c234-1ee6-5342-9536-7e85312a2585","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191049"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a92ed0d3-1b05-506d-a7a9-e8e60d3a0e9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a4f70486-1f28-5663-a4f8-56c84552ecc2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2540bcb-40ad-519f-81c8-872e55592e2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/908ee882-97a3-566e-93dc-34d1199c6756"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aff68681-da65-557e-8aae-26def21af331"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2540bcb-40ad-519f-81c8-872e55592e2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/908ee882-97a3-566e-93dc-34d1199c6756"}}],"status":"accepted","resourceType":"Task"} +{"id":"530482ce-48bc-592f-85bc-45e66dc037de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191051"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7cd9c942-b0f2-559e-bc95-bdcf2ae881a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a4826e6f-b838-5141-ac0b-00c2c15c4894"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4984b05-2980-5056-9fc3-cd088a5a1ff1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bef6139a-bfbe-5e47-9d4d-29669ffe4edc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c96c42d-d026-52fe-823f-7d69cecd5526"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4984b05-2980-5056-9fc3-cd088a5a1ff1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bef6139a-bfbe-5e47-9d4d-29669ffe4edc"}}],"status":"accepted","resourceType":"Task"} +{"id":"2a2507f6-f15e-5654-9f6b-10bab98c5ded","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191052"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2ebac790-c534-57ee-9698-bc5ffb3f7e3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/64339b8b-7fd0-5755-8839-d87e2bab0755"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ff2c770-0b4d-5870-9c6a-ff0f46da1aaa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90f9893e-ddc5-5b87-bbd4-e8d9ac873e5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92b6c713-f605-5b24-aa51-1e3bd3c3ddba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ff2c770-0b4d-5870-9c6a-ff0f46da1aaa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90f9893e-ddc5-5b87-bbd4-e8d9ac873e5c"}}],"status":"accepted","resourceType":"Task"} +{"id":"54ec8eaf-e67d-5d3b-8819-8d84d004dd29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191054"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0701e457-776a-5429-830a-771c9613d49d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ff3f9ea2-5ef6-5ed7-998d-0c5cf14323c9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c07b7320-c7d1-559d-8e72-fe69b851b6e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9ac8577-a1ca-5ee0-9b4a-a94628f24ee9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72fd6e76-5cea-5bc6-95a7-834a24a91911"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c07b7320-c7d1-559d-8e72-fe69b851b6e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9ac8577-a1ca-5ee0-9b4a-a94628f24ee9"}}],"status":"accepted","resourceType":"Task"} +{"id":"e047705f-323e-5424-b6dd-281ddbf576dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191055"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/948b172d-86c1-565f-bf89-705bbb361bf5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dd4ec50e-cefe-50a7-b561-80ca67be9e0e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dae74ec3-5709-5f38-9bda-5240332f3452"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74d9424f-6346-58ae-8dc2-df82b78f2f6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05c8a58f-5a65-5878-afd7-83619dcfe4cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dae74ec3-5709-5f38-9bda-5240332f3452"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74d9424f-6346-58ae-8dc2-df82b78f2f6a"}}],"status":"accepted","resourceType":"Task"} +{"id":"b04420af-17c1-59a8-a488-c8391eb1eb01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191057"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/666db1c4-01a9-5472-abd5-109a82c3f7f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/339eaa76-aef7-53a5-9444-64e9728647ca"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c8fc97d-c258-5909-895a-21dc485123d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2654b046-2b8a-56ff-af02-51eecddf2bec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/144caab3-2902-5587-be5d-70417b9e831e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c8fc97d-c258-5909-895a-21dc485123d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2654b046-2b8a-56ff-af02-51eecddf2bec"}}],"status":"accepted","resourceType":"Task"} +{"id":"b92f99a9-9625-5b31-87ea-d5c0239ff7de","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191058"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e089de1c-27b0-588b-8761-bcccb087c96b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1d006784-f6d7-5e42-b058-8cb81af61af1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abe0e148-de60-5ac4-9534-8988cc6f1871"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/beb18c56-7f1b-59ec-bdc2-0ef4844671b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/264b3669-68b2-516e-bd29-1c50d7bc5473"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abe0e148-de60-5ac4-9534-8988cc6f1871"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/beb18c56-7f1b-59ec-bdc2-0ef4844671b7"}}],"status":"accepted","resourceType":"Task"} +{"id":"911ab460-38d7-5898-bb51-d2d39fbeda9d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191060"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/62c64995-f724-5d8a-b4ec-571d03973570"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4b98b166-fe2c-533e-a3e7-402bb1fd3e06"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56a14b7a-648a-5901-9820-8ed148726da6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf2d1328-afb9-53b1-bb7b-374cb2ada1e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fdd3064-c50f-5b0c-8c88-1ae3b2939f84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56a14b7a-648a-5901-9820-8ed148726da6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf2d1328-afb9-53b1-bb7b-374cb2ada1e0"}}],"status":"accepted","resourceType":"Task"} +{"id":"77dd021b-e49f-56b6-a76d-7489962593e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191063"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bef872a2-6657-54a6-9115-abd707c9609d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b366ce74-5512-5f77-92e6-626d50cb3fee"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40c407ab-5ade-5ab5-9023-d479855b308e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74b43603-9240-52ee-a0b0-f655c9e9a646"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bb08a5ab-9dad-5fd2-a13b-48dd38171346"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40c407ab-5ade-5ab5-9023-d479855b308e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74b43603-9240-52ee-a0b0-f655c9e9a646"}}],"status":"accepted","resourceType":"Task"} +{"id":"73047277-33d9-572c-9432-cfed1d893ff0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191064"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ff4242bf-f29b-5248-ad42-bbd665893812"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/af27c2a9-cede-50b1-8015-62ded72baf85"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85091bba-a0ca-5357-bed2-12f36bb8faee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0218889f-8e84-53d2-b35b-a64b22e03175"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d89c694-f7b9-5048-8f7f-300ddf3e3b07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85091bba-a0ca-5357-bed2-12f36bb8faee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0218889f-8e84-53d2-b35b-a64b22e03175"}}],"status":"accepted","resourceType":"Task"} +{"id":"8596a122-5fd9-5b76-b6af-633d002691ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191066"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/58792c52-d38d-5998-99e2-ebb82a237cba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b6a649b3-0401-57fc-8dd6-300c107f817f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a472c6af-b6bd-5172-8acc-1e36a2aaf78e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6382c8fa-3626-5609-aa1c-e3a09f2b32f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e093916c-70cc-5ef3-acb9-ff3f059df173"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a472c6af-b6bd-5172-8acc-1e36a2aaf78e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6382c8fa-3626-5609-aa1c-e3a09f2b32f6"}}],"status":"accepted","resourceType":"Task"} +{"id":"5bcbbb6a-f5e9-5dc1-b709-08af0e301671","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191067"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/adfd064f-6962-5860-b086-ffec6b447652"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4d77771c-8156-580e-998d-2a28b4624fb3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42d5458c-ceaf-5ef6-a267-55dcf239f91c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51b67858-157a-5e09-a406-421eb549aec8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61720a91-c732-58f2-8394-b551f7a9ebf5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42d5458c-ceaf-5ef6-a267-55dcf239f91c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51b67858-157a-5e09-a406-421eb549aec8"}}],"status":"accepted","resourceType":"Task"} +{"id":"4ad7f7df-fbed-546d-bc4b-a3d43a618a1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191069"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/931fc1e6-545c-5c08-9bd3-f1cc6fe7d958"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6a538adb-9351-52c7-9fae-260c7c250b69"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6119f6b1-07f4-55f6-9395-b0d909337dde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20f03764-b90e-5f32-b4a5-4b14397f38b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e35f708-ae02-5b7f-89af-81c34c28e460"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6119f6b1-07f4-55f6-9395-b0d909337dde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20f03764-b90e-5f32-b4a5-4b14397f38b4"}}],"status":"accepted","resourceType":"Task"} +{"id":"aa1dee49-1191-52f5-8fdd-0f41b020e4d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191070"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/245e5702-efc6-53dc-8689-1de0978ea686"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/362668bd-9aaa-5d71-b0e6-7b4e82facb51"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/529c73d3-1398-5566-8451-9240f4b6655d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ff4034d-17c6-586f-9b02-08e9f7f97638"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd4f5482-eb21-5191-b85d-e2829e37666d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/529c73d3-1398-5566-8451-9240f4b6655d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ff4034d-17c6-586f-9b02-08e9f7f97638"}}],"status":"accepted","resourceType":"Task"} +{"id":"af4184a4-f863-5724-948a-83d7a84079ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191072"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/47ebee91-9acd-5ceb-a688-ad90a305ca48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f1d079c5-8854-5736-943c-6b193405f192"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc20316d-3818-5a4c-b33f-f5da4c812e6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c12f030-9314-5138-b7ea-885aa5a8cc8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9be0d98e-df0b-5590-9926-c3ca41b118d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc20316d-3818-5a4c-b33f-f5da4c812e6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c12f030-9314-5138-b7ea-885aa5a8cc8e"}}],"status":"accepted","resourceType":"Task"} +{"id":"22585b86-666e-5dbd-a5b3-7ba5f1775463","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191073"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/30cd7a5b-dcf9-5c05-bae2-8087ce5ccec4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/33a46af1-a973-583b-b33e-17d3ae7d191e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/074498a9-4b4a-5d1d-ae2c-50b69782bd44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7b08f6f-c8f8-51ef-b260-2400af8b198b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f211f7ef-e9b7-56fd-a1cb-c40274a307bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/074498a9-4b4a-5d1d-ae2c-50b69782bd44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7b08f6f-c8f8-51ef-b260-2400af8b198b"}}],"status":"accepted","resourceType":"Task"} +{"id":"d9a2e3b1-c3a2-5dec-9706-0e86b2669972","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191075"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/77c84158-f743-5844-a044-fb1b5bbeb538"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4eaadf77-3d12-5136-b98b-6bc7a2eabb7b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09d017c1-e561-5683-bf43-e406c41023e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/432fc4d0-db76-5cea-88fd-d0319b48206c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c30d0a95-0369-5d81-a6f1-6e3b3f79c7b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09d017c1-e561-5683-bf43-e406c41023e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/432fc4d0-db76-5cea-88fd-d0319b48206c"}}],"status":"accepted","resourceType":"Task"} +{"id":"bebc060a-b11c-562c-bc88-1940162da50a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191076"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/07a6d107-e3f8-5f11-9133-c830501c5b36"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/66912619-74e6-5687-bb21-a8395fe707f6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f247b63f-2b64-5937-84f3-ac95654a7677"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a449365-3a2f-54fd-b18a-c4170332a002"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03c04fb8-2cbf-54c7-8f77-29e8b2e14678"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f247b63f-2b64-5937-84f3-ac95654a7677"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a449365-3a2f-54fd-b18a-c4170332a002"}}],"status":"accepted","resourceType":"Task"} +{"id":"93ae25c0-0c3c-520e-af54-0ece662e263e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191078"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0acc38f7-8e05-5769-bc9f-3011fd985cfd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/94ddca4d-b463-5fe3-a141-984242d7675a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42e14213-9841-59ec-ae4a-69cf02da3995"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb391442-af97-5b9a-8152-74b8f47a0861"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5159dea-97af-5dc4-8213-7f0156551456"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42e14213-9841-59ec-ae4a-69cf02da3995"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb391442-af97-5b9a-8152-74b8f47a0861"}}],"status":"accepted","resourceType":"Task"} +{"id":"85ef10f9-c401-56a5-ab98-6dc6266857e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191079"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6d7fca45-c6d4-52ee-bbb9-abb12987cd57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c296ea4d-538d-56da-bf3e-5f2fd380aeb6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b50f6d73-3597-5e72-b1e9-f107e27080fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce25bf3b-e571-558f-b621-f9e475aedf15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf8dd794-0fc4-541d-afac-5ac6cf3f0bbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b50f6d73-3597-5e72-b1e9-f107e27080fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce25bf3b-e571-558f-b621-f9e475aedf15"}}],"status":"accepted","resourceType":"Task"} +{"id":"fb717d3a-d171-56b5-8160-2a8500a19d47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191081"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d3aeca5a-fe22-508c-949c-cea11b86be4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/125a6eac-c078-543e-8a46-3cb6003e87be"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3361c1e6-d189-57c9-bba2-ae09488e7ed2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54ce9df3-53ad-55b8-8d46-5bf3f4c45a07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e09cb6f1-9adf-5b6d-9d5c-523d5b8bc5af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3361c1e6-d189-57c9-bba2-ae09488e7ed2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54ce9df3-53ad-55b8-8d46-5bf3f4c45a07"}}],"status":"accepted","resourceType":"Task"} +{"id":"30122252-62e3-5b59-bf7e-5e24231e67f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191082"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d4016261-8e41-5833-a7c6-a698244f8027"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/07e58f00-9594-5882-89bd-9f9cff2b8828"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/342e723e-d9e4-5d82-bd97-7ab224c4e16a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2e66d66-f13c-5c90-9ff7-cb402d3ec348"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba40e225-b08e-51b6-b220-373fa12dee1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/342e723e-d9e4-5d82-bd97-7ab224c4e16a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2e66d66-f13c-5c90-9ff7-cb402d3ec348"}}],"status":"accepted","resourceType":"Task"} +{"id":"a432d2a4-0917-5b89-b874-9164c4e0fd83","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191084"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a7ffb118-ac7a-591d-8993-95e05ad61636"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0f977f5d-d495-51b9-ab30-e3947b82dd87"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9dbfa9e-9bb0-5cc4-abb5-cb594351d199"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e015a4a3-f6f2-547d-a462-7a29ff6038f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3be0806-c32e-5d9a-9544-a08a87e63a1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9dbfa9e-9bb0-5cc4-abb5-cb594351d199"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e015a4a3-f6f2-547d-a462-7a29ff6038f9"}}],"status":"accepted","resourceType":"Task"} +{"id":"544ad724-2fa5-5766-820f-f79bf8068dca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191085"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/75f95cd6-0bcf-53d1-8b25-abcf3d0d04fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8ae13f73-f65c-5dda-8296-4d51882c86a6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f49b35f-3851-53ab-8b7c-8f41675c1729"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6e41bfa-d51d-58e1-b6e2-04a8defffe73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52344518-973a-5730-9c63-aee018e27812"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f49b35f-3851-53ab-8b7c-8f41675c1729"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6e41bfa-d51d-58e1-b6e2-04a8defffe73"}}],"status":"accepted","resourceType":"Task"} +{"id":"1ca58742-5344-5921-8c50-2056855cb230","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191087"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b428ebce-9640-5c58-9b5c-a5c21dfa5371"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9d8c5783-72aa-5d92-a36a-677446ca10ad"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b273e755-2330-5865-8752-789b8438e1ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be47e2c6-a6d9-59de-b104-4aea3ed56000"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef20b74c-04c9-5a68-9f02-3ca9923e1202"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b273e755-2330-5865-8752-789b8438e1ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be47e2c6-a6d9-59de-b104-4aea3ed56000"}}],"status":"accepted","resourceType":"Task"} +{"id":"148ec2d6-5361-5155-abd2-28c7e5a9c967","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191088"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/593f8681-b612-59b4-a15c-ac71c1548ced"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d64f2802-d690-59a5-be14-aeab53d36f1c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/970c23c4-3562-5a11-8e45-cc4b6cf73066"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/939712e3-3cf7-50f8-b1b2-ea46c518ed9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/feba5d0c-cc38-55f0-911b-42d7f2aa3200"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/970c23c4-3562-5a11-8e45-cc4b6cf73066"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/939712e3-3cf7-50f8-b1b2-ea46c518ed9e"}}],"status":"accepted","resourceType":"Task"} +{"id":"0f73ec88-47fd-53e4-bd38-22e1375c4e91","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191090"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c1f56d80-0180-5d74-9596-80deef503e5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/65eddd33-a52a-5de9-a240-a0d4c731ffdc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6bc386fc-c68b-541a-a486-c94ff799afd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07001784-b53c-5bca-801a-59e6ee0723d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/998e6fee-9a11-5105-a158-4a4fe9272586"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6bc386fc-c68b-541a-a486-c94ff799afd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07001784-b53c-5bca-801a-59e6ee0723d9"}}],"status":"accepted","resourceType":"Task"} +{"id":"e1062daa-a5df-5e2e-b51f-e569f85146aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191091"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/793a15fe-f52f-54b3-a184-5863c2ffb870"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5e5a9e09-2051-505e-8fbd-3e7d3861c544"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9728a9bb-c0e8-5435-a009-991989d4f155"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7497f960-935d-5671-8cf7-fee7e97a58b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67bde6b9-352f-5dfc-8a84-85dcdc6f2d14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9728a9bb-c0e8-5435-a009-991989d4f155"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7497f960-935d-5671-8cf7-fee7e97a58b6"}}],"status":"accepted","resourceType":"Task"} +{"id":"2c1f76cf-9308-58f5-99a5-9f3271cfff81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191093"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/28ae7d03-41da-53af-bbe2-1179860441e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/66d4d5cd-56fd-53a6-8228-c403d7e0303c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef2a0fe5-311c-5819-938a-4b20435f6141"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a47e35ba-95e3-5a58-b7c8-6d0f8f6908cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1aa30820-fd16-5cac-be91-599f0f3b624f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef2a0fe5-311c-5819-938a-4b20435f6141"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a47e35ba-95e3-5a58-b7c8-6d0f8f6908cb"}}],"status":"accepted","resourceType":"Task"} +{"id":"fd805d2b-3737-5f6d-ace2-edff39fb9673","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191094"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c49eb4e4-29ef-52c5-9977-24333ebd87ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4b4a252a-aea1-5e16-a534-49b40c325653"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28128cea-f638-58eb-acbc-9d4ea492b368"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5bed7f11-51f2-5baf-8199-f8fff412c00d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4666ba00-b362-5617-b67d-f13fcd295eec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28128cea-f638-58eb-acbc-9d4ea492b368"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5bed7f11-51f2-5baf-8199-f8fff412c00d"}}],"status":"accepted","resourceType":"Task"} +{"id":"2701e814-70c0-54a0-9de6-10f6e0d99b63","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191096"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d7008e43-c24a-5d79-858a-f2052d888381"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/24781feb-3cd1-5ea9-9307-f08239945433"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66bcb444-5119-5674-969a-0e5c88709a3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f36a6935-d29f-58d4-8ea7-ce0a78fc2c48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/662440de-d30f-5fca-93ef-75b9603f5f19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66bcb444-5119-5674-969a-0e5c88709a3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f36a6935-d29f-58d4-8ea7-ce0a78fc2c48"}}],"status":"accepted","resourceType":"Task"} +{"id":"11bd0bbf-bb92-5d93-aa98-8394d2ea36c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191097"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/56d4cf51-3a6b-538d-ab5c-d7a5e879279f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/36aebf66-db31-56bf-9ead-619b87429361"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2382135e-7aef-505f-8244-f6ebc3994d4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd98e5e9-ab48-5c9e-9d12-5d66426abdd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0044c071-a3d3-581b-bde9-838e807c6741"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2382135e-7aef-505f-8244-f6ebc3994d4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd98e5e9-ab48-5c9e-9d12-5d66426abdd1"}}],"status":"accepted","resourceType":"Task"} +{"id":"d67e4183-c155-5e34-a9f1-00835813d8e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191098"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aaaa4512-3c7f-5055-b9f4-283a11822c97"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8d8a345b-a557-5bda-99d5-cf84f1725b5e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf0e21e8-b34a-5049-b511-fbf81eb2f8e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7434fad2-8c83-58a8-9e29-f3514c794f80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33245c96-3b43-5927-ab65-2b65d5146d9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf0e21e8-b34a-5049-b511-fbf81eb2f8e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7434fad2-8c83-58a8-9e29-f3514c794f80"}}],"status":"accepted","resourceType":"Task"} +{"id":"416de643-7931-567f-ae6d-956538ccbb43","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191099"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8f58e413-1109-5588-ab2b-a99f67923853"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1c879261-e5fc-5576-9418-34c1d64171f2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16416e27-4f03-5774-9a75-5683a5eb50b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfcab3e2-ce7e-5e8c-a55f-877f62612633"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f029b28-2292-532f-acc6-2e143ea3ebb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16416e27-4f03-5774-9a75-5683a5eb50b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfcab3e2-ce7e-5e8c-a55f-877f62612633"}}],"status":"accepted","resourceType":"Task"} +{"id":"39bc3553-a0bc-56de-aa35-2b35dfae0cbc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191100"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3ca26c44-559a-57a0-ad22-027d6149e77e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/30a76e83-6c16-5ce5-900d-e03fe1d36184"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/242c44c4-dc94-50b8-a0bf-8db15f9f2df9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a984338-1b76-582a-be1d-e3186c57ab99"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1abc396b-1743-53e8-8de7-b1a0409512fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/242c44c4-dc94-50b8-a0bf-8db15f9f2df9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a984338-1b76-582a-be1d-e3186c57ab99"}}],"status":"accepted","resourceType":"Task"} +{"id":"aaa6535c-5183-5db2-9cf0-19f6a9002cb9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191101"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/029f8203-16b3-55c0-90d9-69c2cf3f48cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/415060ee-a80b-57fd-a9c3-684b827c8e38"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f78b1bc6-145f-5e51-bae3-dbaef0d371a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c141e162-e233-5e07-a2af-034320dbc232"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/542f90b7-8ea3-511c-a408-2d91936d02a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f78b1bc6-145f-5e51-bae3-dbaef0d371a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c141e162-e233-5e07-a2af-034320dbc232"}}],"status":"accepted","resourceType":"Task"} +{"id":"ed64dd2a-9c4e-5724-a064-7bad2083d91e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191102"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c76eeb81-7d8a-53f9-934d-c40ec8fed970"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eddd6f3f-740a-5317-8c8d-147ca8ac4703"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/124cb5d8-7841-54df-b56a-14b7e640a026"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5488706-09b2-5bb7-a09b-52785c24590c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a517c55c-9a7b-57b3-b701-6abca762c239"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/124cb5d8-7841-54df-b56a-14b7e640a026"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b5488706-09b2-5bb7-a09b-52785c24590c"}}],"status":"accepted","resourceType":"Task"} +{"id":"cf89b075-82c3-5ec5-b709-592fcca57659","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191104"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/807589f5-ad63-57d2-8298-5f14baea072d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3a088817-54c6-5c61-aebe-cf30d3e39e8c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31ec4955-e59a-5c5e-a2ef-f1210dca3cfd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ac4a6d4-15db-5fb6-a142-c7198c9c8e26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b9e3eda-6c2b-5c8b-ab82-5e33b723daf2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31ec4955-e59a-5c5e-a2ef-f1210dca3cfd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ac4a6d4-15db-5fb6-a142-c7198c9c8e26"}}],"status":"accepted","resourceType":"Task"} +{"id":"5519f37e-076c-59f2-ab53-1c35da33f6a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191105"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/89fde99a-c3f4-5cd0-a589-4aef3d5b7afa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/58bfa428-d3c3-565e-b72b-e9c2331ab60b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8665df14-5717-5998-82fb-c03f7fd3ccc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e145562a-697a-5f55-9ddd-dde3b0d0f082"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1952a230-90df-5279-abd3-b3604f9548b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8665df14-5717-5998-82fb-c03f7fd3ccc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e145562a-697a-5f55-9ddd-dde3b0d0f082"}}],"status":"accepted","resourceType":"Task"} +{"id":"7e8c9934-c62b-5f6d-99d6-c657db8dc745","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191106"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/909f82fb-1fa2-5aec-a043-4bcae1220f8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bd06cf91-776d-595a-b525-7e9ff35eddd0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ccdad246-cb89-5458-ac27-0afd8670b090"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99a15fb6-2256-5fde-9312-8b1aacb50f50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0eba791-0b84-53c2-bc62-db1a31490149"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ccdad246-cb89-5458-ac27-0afd8670b090"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99a15fb6-2256-5fde-9312-8b1aacb50f50"}}],"status":"accepted","resourceType":"Task"} +{"id":"8d32c03c-7acc-5264-97e0-e4a16a470eca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191108"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/add87c40-ad17-5199-89e2-3d93ba9a194d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/afbb73e1-7bd9-50d1-93e3-cf8f0aa22931"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3c8e331-006d-51a1-9c10-d0597b8b5d8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ceff121d-16e6-5293-a37b-89e2c51032ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bef63440-0142-5d29-9474-90cd980e0cff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3c8e331-006d-51a1-9c10-d0597b8b5d8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ceff121d-16e6-5293-a37b-89e2c51032ff"}}],"status":"accepted","resourceType":"Task"} +{"id":"c452b541-40b5-538e-b95a-cc92333170c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191109"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ecdffe6d-392f-5282-989b-5b6aa71fb0d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/70507733-e5f4-5cd9-879e-f070fced28a5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af80190a-401a-54a7-a8f7-7359a6b13c2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77a50638-cb0f-5c55-bb73-f665bad76d66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b51dd3d8-f83b-5bd1-983c-4b52a04ce42b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af80190a-401a-54a7-a8f7-7359a6b13c2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77a50638-cb0f-5c55-bb73-f665bad76d66"}}],"status":"accepted","resourceType":"Task"} +{"id":"2a028b12-4641-5413-8313-daf1c8aeb618","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191111"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ee155fa0-b428-5d33-a77f-1c9608198989"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3d7b111e-c6f0-566e-8650-bd1f7c44a701"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf633133-c468-52f4-8b64-f923d093e27f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a51481d7-8a67-55f7-a4d2-a971a94fc7ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3a2fd4c-91b2-5ac3-b86a-b172b0def35d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf633133-c468-52f4-8b64-f923d093e27f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a51481d7-8a67-55f7-a4d2-a971a94fc7ef"}}],"status":"accepted","resourceType":"Task"} +{"id":"48054fbe-119c-5a47-b85b-4560d182c83b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191112"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e23df4e7-4c1c-5412-a95d-eda4c64a571d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/41606c75-5cd0-543b-a0a5-c249e87f9911"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26195d8b-890d-558d-8832-2709e929fbda"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eafb49c7-d6c3-5808-b6a1-71814280c384"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f368490b-acda-554e-9855-020b246048a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26195d8b-890d-558d-8832-2709e929fbda"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eafb49c7-d6c3-5808-b6a1-71814280c384"}}],"status":"accepted","resourceType":"Task"} +{"id":"7bf97218-b1b4-5647-8a84-d23860165313","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191114"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ba06d45d-46c1-5b8f-9281-109afab89517"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6c8e0e29-8148-5e62-b85e-2c8176f1f94f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c86516a-edd0-5388-800c-5c461f27a406"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/998dd87d-2cde-5648-a633-2a9818e439dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/918917ea-98aa-5f58-9528-3d8794aa05fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c86516a-edd0-5388-800c-5c461f27a406"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/998dd87d-2cde-5648-a633-2a9818e439dd"}}],"status":"accepted","resourceType":"Task"} +{"id":"4e952673-5ea4-52f6-be8e-0e28e782b31d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191115"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a7917ec9-ee65-58f9-ae4c-bae04ee76c86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e5f1bbf5-c118-54ae-94b3-6e276de5dbb8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77151a52-bf04-51b4-ab6f-d479a4699e0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5115426d-4488-50b3-a04d-1fe92c1b916d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00124e4e-e4ee-5817-a0f5-1756edc68f34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77151a52-bf04-51b4-ab6f-d479a4699e0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5115426d-4488-50b3-a04d-1fe92c1b916d"}}],"status":"accepted","resourceType":"Task"} +{"id":"5a0e0711-8853-571a-940f-5a55511255b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191116"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e1edbc61-c9a7-5e65-a54b-c6277f4ab721"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cc443674-ef6d-5e04-9f03-a53e083fe056"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c15be0a-5532-5da5-b26b-0f88e51ea5d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa52d949-49ee-5707-a0aa-1e1433b90c03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5977d3f2-d13d-59fd-b0d1-b9c30a71e88e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c15be0a-5532-5da5-b26b-0f88e51ea5d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa52d949-49ee-5707-a0aa-1e1433b90c03"}}],"status":"accepted","resourceType":"Task"} +{"id":"55c110fb-78fd-5047-a540-ba0d1cec5bef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191117"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c43ac5f6-07e5-5c00-a081-e8fed073da33"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cbde0a4b-feb0-501f-ba7f-aca3946a0b00"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7d14fd0-ab79-59c2-afdd-405fbebc7e53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/462fd901-dc52-550c-98c9-1461500958ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a707e57-3fb5-5b7a-a0cf-9e013200cd63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d7d14fd0-ab79-59c2-afdd-405fbebc7e53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/462fd901-dc52-550c-98c9-1461500958ad"}}],"status":"accepted","resourceType":"Task"} +{"id":"e40bc512-617a-5c60-a9be-34e6b8464544","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191118"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/956c4a80-d53c-5b5d-80f8-429f3c88ad0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/713c499a-73d8-57c5-92c1-f4c3c5bac69d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/805fd1ae-294d-55d2-8b0e-9ffd62210148"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60d95bbe-a9a5-536c-bd7c-577c34418ff6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d53a233c-f45c-5a51-8f38-aed7f795fc8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/805fd1ae-294d-55d2-8b0e-9ffd62210148"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60d95bbe-a9a5-536c-bd7c-577c34418ff6"}}],"status":"accepted","resourceType":"Task"} +{"id":"d28c932d-c299-5838-97e2-7de25ce67f80","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191121"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2e0b2ad3-86d6-5b1e-8a08-399f6a33ecac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1e61279c-0a9a-5e74-81fe-86000ce814a6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed943acc-8353-5101-94e4-061c5de48576"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9565af45-5553-5fff-9167-ac12454005b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b6b38ae-79ab-5ff0-97d2-44bedcd0f36e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed943acc-8353-5101-94e4-061c5de48576"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9565af45-5553-5fff-9167-ac12454005b0"}}],"status":"accepted","resourceType":"Task"} +{"id":"6fc399c2-62a5-5b0b-a9f8-723484b47193","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191122"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4889b3d5-7c8b-50b5-a4e0-ec0109f719b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0b8f1d7a-f335-5b83-96c0-7b1954ca410f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34476f84-1f0c-5c67-8bc3-b6ea1db4f9ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a65486b-47d1-553f-8832-ae9d30a2ac8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21b42fb0-0e20-5906-bf3c-ae0ce04ec102"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34476f84-1f0c-5c67-8bc3-b6ea1db4f9ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a65486b-47d1-553f-8832-ae9d30a2ac8d"}}],"status":"accepted","resourceType":"Task"} +{"id":"2d2cfadd-b82a-5d24-8637-dca30cb61084","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191123"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/58eb5bc7-2034-533e-873d-4c65c7a12560"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/47c05eb6-db0a-5c77-9c73-1502df7e8cdc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a5950d3-186a-5786-b688-f6a8a67b4b57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcd7d569-ff95-5b74-8c7f-b3eedeed0e02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79ffc11a-7420-5dc1-b020-b3ba838e89bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a5950d3-186a-5786-b688-f6a8a67b4b57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcd7d569-ff95-5b74-8c7f-b3eedeed0e02"}}],"status":"accepted","resourceType":"Task"} +{"id":"1b98d4b2-6613-5c09-baa4-bdd4ac505e40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191124"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ef5d747d-dcc7-5559-a7da-b7658a04273c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/625282e3-d49c-5830-b312-4d9a006f964d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9dcef818-31d1-568e-a4fb-6fcb7b932e50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61b6eea4-671b-58e9-b1a9-b7f3b0533823"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adc42b0c-f416-50b4-a2d9-0b2b22a6042a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9dcef818-31d1-568e-a4fb-6fcb7b932e50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61b6eea4-671b-58e9-b1a9-b7f3b0533823"}}],"status":"accepted","resourceType":"Task"} +{"id":"c5cf2db8-7df3-57a2-912b-8a513cf737c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191125"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2fd2afd4-7efa-59d6-81a6-69e469bcfda1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bcad102a-3cf3-5128-bbbd-bd8b4a5f0e1e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3da43f52-272a-50b4-9773-af65caeaf8bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d637c94-b22c-57f9-a560-89efc129f7d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ab32694-15e1-51a2-b725-1f3e2961fb27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3da43f52-272a-50b4-9773-af65caeaf8bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d637c94-b22c-57f9-a560-89efc129f7d1"}}],"status":"accepted","resourceType":"Task"} +{"id":"024eafab-7354-5c45-8f12-8d8d0a5f26d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191126"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ef63e116-e6ce-58d6-ac4e-4e4fed07475d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d0580711-abad-5b09-8bca-9c452714dddf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79bdbd4d-2687-55ee-b117-9f22a1655860"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d6ddbb6-4c60-5ca1-bbc6-2d62ca5012f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9682734-7efc-51f1-a161-aba04a9be7d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79bdbd4d-2687-55ee-b117-9f22a1655860"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d6ddbb6-4c60-5ca1-bbc6-2d62ca5012f8"}}],"status":"accepted","resourceType":"Task"} +{"id":"1ae37f2f-7fd6-5300-8376-e7db340af8cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191127"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/54bf6bef-cc5c-51dd-a7c2-01196dc4f008"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/90f8a012-7859-5789-9e9d-a8b7cfd1d79f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e28e7f7b-9edd-5330-84ec-e575f1799b7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23b6c34b-1825-5fd5-8e14-1fda40e2015d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2644283-ecc9-5676-9795-0231c869e710"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e28e7f7b-9edd-5330-84ec-e575f1799b7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23b6c34b-1825-5fd5-8e14-1fda40e2015d"}}],"status":"accepted","resourceType":"Task"} +{"id":"e9998162-3eb0-57e2-a6f3-d3ea410dcbf2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191128"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/61917c9a-3e8c-5e9c-a37d-6ec269c83517"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/341ee95e-b366-5b20-b1de-19f48322d4b2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6caf7a97-4e78-5178-87e5-35f407cc04ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa84b371-71f9-546c-acda-ebd31c5378ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f53bfe9-7a45-5e58-80b3-e468e326410a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6caf7a97-4e78-5178-87e5-35f407cc04ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa84b371-71f9-546c-acda-ebd31c5378ca"}}],"status":"accepted","resourceType":"Task"} +{"id":"29416549-1c4e-55c5-be9d-0eed3ab4dad5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191129"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c39c7d6a-6271-5c77-b1b0-59d7835ef61d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/261ae487-96e6-504b-831c-74a50853f745"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd2462a0-c8c5-5795-8c1f-b726698f4a1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93934a6d-1eb3-57cd-a222-c1416235196b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c7b8b5d-0ae4-5158-8051-00e256a79647"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd2462a0-c8c5-5795-8c1f-b726698f4a1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93934a6d-1eb3-57cd-a222-c1416235196b"}}],"status":"accepted","resourceType":"Task"} +{"id":"906ac9c3-5a2a-57d2-a801-8ab971fcd284","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191130"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e21501f6-0349-55a0-ae0c-046e31344e88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/99402038-1ef7-561e-9c79-629adbb81b03"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/536c30ad-7c67-569e-aa89-c3a1f84adf56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a55c968a-8a8e-5bc8-ab67-fdc78bb9da34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c48ad3e-b861-51da-84d7-7978e1eb82fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/536c30ad-7c67-569e-aa89-c3a1f84adf56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a55c968a-8a8e-5bc8-ab67-fdc78bb9da34"}}],"status":"accepted","resourceType":"Task"} +{"id":"b2d5c41b-2db4-5990-930f-46a5770776bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191131"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9f72ff87-f94e-5903-ab2b-cbc6b8538775"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/82bf2232-b079-55be-86ee-60e889faacc2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b29319c8-fbe5-5506-a559-707b21b03827"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5a007e4-bfe6-55ca-b415-3c79ba407931"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ce9ad0e-317d-5bba-a527-8da16d1fa7af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b29319c8-fbe5-5506-a559-707b21b03827"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5a007e4-bfe6-55ca-b415-3c79ba407931"}}],"status":"accepted","resourceType":"Task"} +{"id":"7f357d42-c047-57b2-b79a-20f853fb379b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS191132"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5c28232e-6ba7-50b8-a8dd-4ee34138f1af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/342007f0-811c-5bed-a07c-5b8bcc77c10f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55523e39-1be6-56f8-8b7a-8ee82889edf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3ebd6c5-3be5-510c-ba35-26f0540ae93f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf22b3a8-9552-5652-8b1d-702e4cb06aa2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55523e39-1be6-56f8-8b7a-8ee82889edf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3ebd6c5-3be5-510c-ba35-26f0540ae93f"}}],"status":"accepted","resourceType":"Task"} +{"id":"512e8db2-a60f-54cb-9d68-49b97e120d27","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS193276"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/054e073e-ca1b-5830-8545-223c74028237"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a8931955-aa42-5fe5-9b8f-f9acfa03eb51"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ece4842-f97b-5ffe-a862-115bf80386d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d824c8d8-6bd5-5559-b704-be88cb82f050"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63b80ae3-26e0-5bbe-8511-cd669a0276dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ece4842-f97b-5ffe-a862-115bf80386d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d824c8d8-6bd5-5559-b704-be88cb82f050"}}],"status":"accepted","resourceType":"Task"} +{"id":"024bf1c8-46c6-55f9-aeb1-36af3ffbeeee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS193277"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fd4c189d-54c5-51e5-bd71-e7e7f57f3c8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5ec6d3c8-dae6-5a65-ac5c-fc6d8a4eb5b2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f3cdc5a-7ee2-5203-a1b6-265aafcace62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6542f676-aef3-5d1d-b30d-a5244ab40c0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b84bdbe5-a1ca-5228-b650-4481e10ab462"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f3cdc5a-7ee2-5203-a1b6-265aafcace62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6542f676-aef3-5d1d-b30d-a5244ab40c0f"}}],"status":"accepted","resourceType":"Task"} +{"id":"0c645eb5-746a-5b9f-b735-2167459ef11e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212451"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c5761cc3-9996-5b05-9c6d-c24a321212bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/69da89da-1f99-5f44-b104-16d3fb0b7378"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4262ef0-60d1-5ddc-b009-d4653eed56c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ed15dd7-4bbd-5fdb-908a-02c4d28256c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eafd101a-2064-5ff6-9955-5314409562cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4262ef0-60d1-5ddc-b009-d4653eed56c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ed15dd7-4bbd-5fdb-908a-02c4d28256c4"}}],"status":"accepted","resourceType":"Task"} +{"id":"373bce00-45a2-510d-a8cf-c5b89a5c4716","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212452"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2f6eaf30-c862-5330-8106-f67847995c0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/225fe6ac-0758-59b6-9413-1cf4a1a3c63d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f39347cd-34bd-536d-94ae-a7b76fcbb5eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95672f65-6d52-5d51-8a1a-17522d0f6783"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1204c793-e22c-5b48-805c-4afd97dccadc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f39347cd-34bd-536d-94ae-a7b76fcbb5eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95672f65-6d52-5d51-8a1a-17522d0f6783"}}],"status":"accepted","resourceType":"Task"} +{"id":"6b46035b-aa44-5420-8168-cfc0d515d4a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212454"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ac737c71-ab7e-5a50-a113-fa15406d15c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b84389bb-4641-50ef-a155-f95d6bf4334b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/270abc1b-130c-5196-a86e-ff0e00032d01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb786350-0188-51c8-a251-e4e5f23fa647"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f99a6df0-81f6-5980-9d39-922fd421b775"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/270abc1b-130c-5196-a86e-ff0e00032d01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb786350-0188-51c8-a251-e4e5f23fa647"}}],"status":"accepted","resourceType":"Task"} +{"id":"c562b143-8f62-5ab9-be5b-8ee1cd47c41e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212455"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6db28e03-8e9b-5988-90c8-f3befa5364ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7ce93143-c65a-517d-8b64-6fe53e59e9bf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f37e88fc-d3ec-52ab-aa30-301fa2fba6f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff4faff8-10c3-540d-832c-989859853cb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b1d9ee3-c82c-5281-a952-415ccd2b86c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f37e88fc-d3ec-52ab-aa30-301fa2fba6f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff4faff8-10c3-540d-832c-989859853cb1"}}],"status":"accepted","resourceType":"Task"} +{"id":"68c16918-3195-53fe-8646-c1523ef5204d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212457"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c9c1a3c4-c5eb-5060-a640-fde8d0db60cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c36dc5cb-252c-5f38-b63c-83cd96d63cf4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9610c821-e2ce-547e-b8e6-a8e7afd1f7dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1735a251-6953-5113-a28a-22ac01277c27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d2bf56e-76f9-530e-bb59-79d91dbdb239"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9610c821-e2ce-547e-b8e6-a8e7afd1f7dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1735a251-6953-5113-a28a-22ac01277c27"}}],"status":"accepted","resourceType":"Task"} +{"id":"9e9ac47d-3672-5caf-87ea-eaabb9b9605c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212458"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dd1b54de-8004-5a6a-92f0-f6bd76b885ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bc3aa8a6-6f8b-5563-8705-11fa90fafbef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c948f96d-33ee-501a-ae72-bae262fa721b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d93d6b01-a6cd-5753-9119-319a5a2f887f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae6f5dae-7ed6-5531-995c-bfa28816d4e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c948f96d-33ee-501a-ae72-bae262fa721b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d93d6b01-a6cd-5753-9119-319a5a2f887f"}}],"status":"accepted","resourceType":"Task"} +{"id":"28997388-63cb-5479-8c7c-e090d1e4460d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212459"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7b64f82d-462a-577b-a62c-6e7b67ac8b94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6e8aee38-3005-5f1d-964b-5e6b68689789"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13b20af7-1e11-541a-892a-c0eb7b6d6da6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b9ed46c-7d4d-5bb3-a811-5f6c4b2890f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76a93c2a-17c3-5022-a4c7-d88cd793771a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13b20af7-1e11-541a-892a-c0eb7b6d6da6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b9ed46c-7d4d-5bb3-a811-5f6c4b2890f6"}}],"status":"accepted","resourceType":"Task"} +{"id":"1545e59f-0b45-5994-840d-79a52bc9c46e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212461"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4228fabb-10d2-5627-bafe-708595dcee73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0e69c884-db13-5b57-881e-e18b45d62442"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bace11a6-88a6-5f8c-9462-2543d8faee1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/623178ad-5bc7-5307-ba77-d50e65336697"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce9516ac-ae63-5b3d-995c-d20e48cccd4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bace11a6-88a6-5f8c-9462-2543d8faee1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/623178ad-5bc7-5307-ba77-d50e65336697"}}],"status":"accepted","resourceType":"Task"} +{"id":"ffb2605e-f465-59ce-858c-4adf835f287f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212462"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dc69f300-00ff-52fe-80a3-03e3e2ddd9ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/78d4762c-b6fe-5400-aa8a-477903a55359"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5c52264-9191-5ef4-8793-d86a95000224"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eafafc1f-6ddc-5b20-a9d1-f89737d3d711"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8ff92c2-32fa-5f83-9437-2637837f03a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5c52264-9191-5ef4-8793-d86a95000224"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eafafc1f-6ddc-5b20-a9d1-f89737d3d711"}}],"status":"accepted","resourceType":"Task"} +{"id":"3ecd5e42-15c8-5b25-a3f6-8b827eb5d329","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212463"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/01c52b32-c7e2-5c0c-be17-628c172ab9c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2edc3c95-3ac7-58da-9400-2ef4f552139c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a9f9993-60a4-51e9-a184-464a5c00cc7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4607ac23-c6a3-5429-9e34-29ffaf8ec033"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6677d1b-f0d9-5f9d-ac0a-763d58feaf89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a9f9993-60a4-51e9-a184-464a5c00cc7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4607ac23-c6a3-5429-9e34-29ffaf8ec033"}}],"status":"accepted","resourceType":"Task"} +{"id":"dc305901-0dee-50a9-aeda-60f8b7332657","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212464"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6cb4f509-8a8d-5513-9195-44e4d0c843dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2d7fbcf1-cc14-52b5-aabd-edb4a78d6a58"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b351595-59f5-5869-a20f-208ddbaef0e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/967fcb93-c3f5-52c6-98ae-a205c90b15b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33fcae68-0156-5eb6-9ce7-5878a182baad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b351595-59f5-5869-a20f-208ddbaef0e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/967fcb93-c3f5-52c6-98ae-a205c90b15b0"}}],"status":"accepted","resourceType":"Task"} +{"id":"235c7823-ea62-5602-b31c-b8d37a16f267","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212465"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/65857f52-aca3-518f-ad08-3b8b09cff88d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f758b0eb-8a2f-5841-a8d7-794cbbba8227"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/983c047c-fdc9-580e-b47b-7bf13da22a89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5f47823-dcfe-57f0-bd04-ea862782beff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11569603-385e-5109-a8fe-c5b917a224bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/983c047c-fdc9-580e-b47b-7bf13da22a89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5f47823-dcfe-57f0-bd04-ea862782beff"}}],"status":"accepted","resourceType":"Task"} +{"id":"fe06c2bf-598c-53e1-ba2b-8b34d4eee9d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212466"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/70efb0cb-ed6f-588d-81cd-2d482f871c3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/25f04973-4d8b-5225-9798-9d2844026c5b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00fbed57-3c85-5d87-8492-b014e3da9be0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fa45b9f-9595-5106-b0d6-c92329127afc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd037266-e4ec-5dfb-a976-59a99b4f7f10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00fbed57-3c85-5d87-8492-b014e3da9be0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fa45b9f-9595-5106-b0d6-c92329127afc"}}],"status":"accepted","resourceType":"Task"} +{"id":"0e4dd8d3-e4c5-54ee-9eed-08f4c5a7c1ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212467"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9a1d3007-1bfb-55f8-8b0f-a80d7d551d6d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/42ac9bb9-676d-5427-9b6e-59638f1f8f90"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cba98f3-1a34-5d15-b5b0-322308bff52b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ca21e10-9ab2-51e5-944c-6b96eed5fa1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e40849cd-995e-5668-b17d-2484ebb30458"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cba98f3-1a34-5d15-b5b0-322308bff52b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ca21e10-9ab2-51e5-944c-6b96eed5fa1b"}}],"status":"accepted","resourceType":"Task"} +{"id":"fabc2271-a187-5e72-ab29-d3c8b59f2df8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212468"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3c0f9c3b-9973-522b-a56a-6da92b8f83b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/88065286-115d-5838-bc92-f85028917b35"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/256e370e-b67f-501d-ba32-58a4d8cb691e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dccedc9f-5269-510d-ac00-10e1d7a65f98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/901bcc3e-c0ff-5cca-889e-2b4a074ed2b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/256e370e-b67f-501d-ba32-58a4d8cb691e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dccedc9f-5269-510d-ac00-10e1d7a65f98"}}],"status":"accepted","resourceType":"Task"} +{"id":"0362130f-1617-5432-a7ca-188a63ac0f6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212469"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dff8e99a-f993-5fba-9dcc-07fff2b70fe2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/87f6180e-2238-567f-ab3a-8f46427a2bb4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33cb0e0b-54ce-5a28-86e1-aa00e40b5a90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37a78119-07a9-5984-baa9-ce301497a4c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/799b8f24-fd41-5259-9f4b-d7a6889ac5fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33cb0e0b-54ce-5a28-86e1-aa00e40b5a90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37a78119-07a9-5984-baa9-ce301497a4c4"}}],"status":"accepted","resourceType":"Task"} +{"id":"f8041a2b-e572-59b2-bdae-5d296f7724a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212471"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/afec266a-e831-5587-8d11-1e9c13772714"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c39bb07b-1739-500f-a66e-905cca18df36"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4fd25b40-4b62-5d98-8daa-b9b3cac274d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f643bd5a-a9f1-579f-a065-127fb425c0db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80b11c57-546f-59e3-baea-0c85619510e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4fd25b40-4b62-5d98-8daa-b9b3cac274d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f643bd5a-a9f1-579f-a065-127fb425c0db"}}],"status":"accepted","resourceType":"Task"} +{"id":"ae0fdf5b-1979-56f2-a6aa-81278688acd2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212472"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a17ca388-729c-5f07-a38a-5be60107986e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7291342a-7b2a-59ca-a82c-7e466581637d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87276d9d-bf6e-5491-aae2-cee92ec40eac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c733b6ff-73a0-506a-b24a-89450c3b10d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85794668-2389-53a1-9283-297a900f09f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87276d9d-bf6e-5491-aae2-cee92ec40eac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c733b6ff-73a0-506a-b24a-89450c3b10d9"}}],"status":"accepted","resourceType":"Task"} +{"id":"638a6edc-022c-58a3-a25b-3d8ad367c47c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212474"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a1c5dff3-84e9-5b8e-b250-6021d5790ba0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/92cd2a55-5d5b-5da2-b03c-c8ce4af2baf4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4384837-6a51-5b21-aa7c-ba5c24ba8907"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68eece00-7230-5d74-a842-c8fa18cde3d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d71cf167-5523-5714-9506-dce765a58a4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4384837-6a51-5b21-aa7c-ba5c24ba8907"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68eece00-7230-5d74-a842-c8fa18cde3d4"}}],"status":"accepted","resourceType":"Task"} +{"id":"7ae260cf-15d4-59e8-a38f-a3d13b7c266d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212475"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f050e049-4d2b-59a8-be51-89d9487d80b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a4644c7d-7f11-5cab-af73-064400194504"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42674b56-5a5b-5a03-8bff-ef121dbd2a08"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/815fd874-7fda-5200-a424-925d7ab5248c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a8eabb3-2759-536e-9ab3-334922c2f264"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42674b56-5a5b-5a03-8bff-ef121dbd2a08"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/815fd874-7fda-5200-a424-925d7ab5248c"}}],"status":"accepted","resourceType":"Task"} +{"id":"25a2277f-f474-5f51-aa32-cd607cff65f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212476"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b979e2db-1757-5aca-a799-fbc67d82469f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/61255347-ff3d-5767-ab03-5b3c38707c9d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1de3330e-96c3-59d0-8cf3-e94131e50052"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07a3f82a-dda9-5414-88f4-799539c8f6dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95d94295-ccce-55c6-93e2-a657780a8c47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1de3330e-96c3-59d0-8cf3-e94131e50052"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07a3f82a-dda9-5414-88f4-799539c8f6dc"}}],"status":"accepted","resourceType":"Task"} +{"id":"e00ea9d7-9f4b-506b-adaa-3f2e2e5c21d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212477"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/de3c1137-082f-587e-9a5a-fc66481049f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6373c60f-dc24-5818-a7c0-b3bb9ebab405"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/055957bd-6059-5089-89cf-cff72473d600"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21dca82a-2d10-54c0-b699-675802fe4ac1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d55b249-50e2-5769-8a53-0f538d54051e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/055957bd-6059-5089-89cf-cff72473d600"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21dca82a-2d10-54c0-b699-675802fe4ac1"}}],"status":"accepted","resourceType":"Task"} +{"id":"c87e73f1-faf0-560b-999a-938a5114f08f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212478"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/293382f5-2660-57f1-a761-cc2a84be023d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9e36a90c-cec1-5be5-9002-cf2bb5ae7ae0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3fc89d7-1ae4-52f1-ab23-1efceaff3c88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c7d1d68-1074-509a-9ca5-7794790bbce7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c279adbc-7a25-5248-bdd1-b4ff31e40bdb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3fc89d7-1ae4-52f1-ab23-1efceaff3c88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c7d1d68-1074-509a-9ca5-7794790bbce7"}}],"status":"accepted","resourceType":"Task"} +{"id":"d9cc29b6-0278-5aa7-88a7-2e1e81518cd9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212479"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0f9b38f1-8963-528f-a9c3-d1c1dff74278"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0f5edc32-17b1-55b4-b366-2dd14cf6baec"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cec468c3-6fdc-5409-82d8-d302a0ca155c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aee69cc1-3289-55d0-8a1f-cfbbbd01d933"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d220ab8c-e11d-52a2-a4e9-745cbcf07ece"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cec468c3-6fdc-5409-82d8-d302a0ca155c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aee69cc1-3289-55d0-8a1f-cfbbbd01d933"}}],"status":"accepted","resourceType":"Task"} +{"id":"5e87a5ff-ea31-567d-a57c-a70620ec3d45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212480"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5c5c0d58-ab90-5bc9-ab62-619ec82a7b98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4ef3e384-d6ae-52cb-8347-156e51547b48"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/006c3777-e57c-5b68-9a9e-719cc4874eba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d13c1926-dfd2-5954-be85-8707dccbfccf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/126bb242-fdad-52c9-bc41-d43b3d8bfabc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/006c3777-e57c-5b68-9a9e-719cc4874eba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d13c1926-dfd2-5954-be85-8707dccbfccf"}}],"status":"accepted","resourceType":"Task"} +{"id":"e5459b12-3e3c-5856-b17f-e0914a283904","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212481"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a165a30c-83dc-5bbd-a6ed-2b066716df83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2fb9eebb-1dd5-59c1-b2e2-974639869ead"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3871fea-92e6-5f0b-84f1-4fe45da03f04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/688daafc-5a9d-5e5a-a447-002a10f1962c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/897659ab-d995-53e2-9853-e316ecb25b34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3871fea-92e6-5f0b-84f1-4fe45da03f04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/688daafc-5a9d-5e5a-a447-002a10f1962c"}}],"status":"accepted","resourceType":"Task"} +{"id":"bbe5acab-ea4d-51cb-b641-c06662771977","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212482"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/04eb8860-e9f4-5285-be34-98db09e59eca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f76663df-67db-56c9-8aeb-5149912ec106"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25ab94f6-c3c6-54b6-abf9-976bdb7de3ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4de29662-adee-5c4e-9bdb-09be23699ccd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2579744-1bab-55e3-92ae-eb7e3b417359"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25ab94f6-c3c6-54b6-abf9-976bdb7de3ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4de29662-adee-5c4e-9bdb-09be23699ccd"}}],"status":"accepted","resourceType":"Task"} +{"id":"d6a9aedb-3af0-5352-9883-819d7c7ba4bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212483"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/321d3e79-4dd1-5646-9a29-9dd2c026033f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5e226192-e88c-5b44-a135-c9e8d780c309"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae14d2c3-fc7e-59e9-b234-12d2cf60cf10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/907efdfb-30c5-5f2c-8bb1-79ca5107d19a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6712118e-c14d-5615-8269-edb598ae27f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae14d2c3-fc7e-59e9-b234-12d2cf60cf10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/907efdfb-30c5-5f2c-8bb1-79ca5107d19a"}}],"status":"accepted","resourceType":"Task"} +{"id":"3a4100e1-ad62-5fd6-b5da-aa743c282982","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212484"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/10e73b0d-2289-506a-a80f-6bbe7a333d9b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/284ee9dc-c422-5c66-8420-8bf666938234"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4408ad80-2b53-5b81-8a3e-cc2e08e0518d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c69524e-1b78-511d-b93c-7e281bdd2add"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fbb9522-5aa8-570e-abd1-b3988e2ab40c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4408ad80-2b53-5b81-8a3e-cc2e08e0518d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c69524e-1b78-511d-b93c-7e281bdd2add"}}],"status":"accepted","resourceType":"Task"} +{"id":"0d229179-b63c-5acb-bc43-7d352e49f80a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212485"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/02308915-e246-512a-b50d-b18347e49e35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/da05e8c9-3e5e-5b2b-b3f6-e51c90542037"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6455e2aa-153d-5e03-a2eb-c292809b4bca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b74235a2-699d-5fb5-97e5-118149f86d77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6efcd23d-59c9-5c33-a7b9-63cefe910526"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6455e2aa-153d-5e03-a2eb-c292809b4bca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b74235a2-699d-5fb5-97e5-118149f86d77"}}],"status":"accepted","resourceType":"Task"} +{"id":"f16cfece-7eb3-5c55-baff-6406b95be9ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212486"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aba36849-3755-56e2-9a0f-723fb9cc8461"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0013cebb-8779-53ea-b75b-de0a47089708"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddfcd568-0091-5ae1-9826-3523833f2623"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a1b611f-2a0a-54da-a192-8a156dfb453c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3a02ec3-831b-5a32-b33d-6b84fdc929bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddfcd568-0091-5ae1-9826-3523833f2623"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a1b611f-2a0a-54da-a192-8a156dfb453c"}}],"status":"accepted","resourceType":"Task"} +{"id":"9659dc52-d2fe-57f5-9701-59f91b9281e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212487"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/48e00b2d-95f4-5393-b2dc-ce7aa089fd07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ad061485-8ff8-57b2-ba78-c5cbf06b40da"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ccf15f6b-1d1c-5f41-9db6-a8aaa85b01a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82205892-0791-5ca9-abc8-4d5731ae3acc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a3bcf73-701f-51f9-8bf2-6d62dd8ad705"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ccf15f6b-1d1c-5f41-9db6-a8aaa85b01a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82205892-0791-5ca9-abc8-4d5731ae3acc"}}],"status":"accepted","resourceType":"Task"} +{"id":"eb498203-acb8-5c74-85c3-4c7743983fa0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212489"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a5c3b07f-01c4-5cd3-8e8b-3ef725c8efc7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dca51ea9-8e21-532b-a387-d1b5b4fb80db"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b4f2a12-e66b-5cc1-bd92-736c2589afc1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45806881-b5c1-57ff-953e-18b774b615b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3b74c58-91ee-5e43-9fc0-6a863864c64c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b4f2a12-e66b-5cc1-bd92-736c2589afc1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45806881-b5c1-57ff-953e-18b774b615b0"}}],"status":"accepted","resourceType":"Task"} +{"id":"f37bbf52-fc06-5e17-8734-033862aac21b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212491"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/99e13d9b-5f10-5a2b-a864-c12848ac1207"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5a92f5d7-1b70-5b91-8fb2-7d84c60318f2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18d3e604-ed56-5b3c-a0be-af3528058482"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a9f4107-2523-58d0-aafd-d2f830d5f7c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b973ebf-d725-5612-a339-d2c01a78d92f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18d3e604-ed56-5b3c-a0be-af3528058482"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a9f4107-2523-58d0-aafd-d2f830d5f7c0"}}],"status":"accepted","resourceType":"Task"} +{"id":"02c9ad7d-dc10-5b93-bd24-9b24ab25a480","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212492"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/81736536-891c-58df-ade8-fa51c94e9391"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c2a4732a-f662-52b1-a405-450ff0392885"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46d2f8e3-8604-523d-b28b-73f4e3d7506b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51877522-0167-517d-9a9b-3ac0b00e7d81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d04d7fde-45ed-5d2f-ac7f-308ac9c4dc82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46d2f8e3-8604-523d-b28b-73f4e3d7506b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51877522-0167-517d-9a9b-3ac0b00e7d81"}}],"status":"accepted","resourceType":"Task"} +{"id":"a4b2ab3d-9b6f-5555-b37c-170b6f3519d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212493"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3b98d80f-5252-5680-affe-0d5766763e72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f5c8a84e-b772-53dc-9163-3c782403dd14"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c650848-e438-5217-840c-8f17dbd6326b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f0086a4-3cfa-5f51-9f33-4c29292a5076"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92f67593-92b9-52ea-b730-e07ebcc20f0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c650848-e438-5217-840c-8f17dbd6326b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f0086a4-3cfa-5f51-9f33-4c29292a5076"}}],"status":"accepted","resourceType":"Task"} +{"id":"dbee1bd2-70b2-5fc9-9b8c-e218f3bd899b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212494"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2a862093-d7d2-5871-bc22-a17320bae74d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6633937b-aafb-51c3-b6c3-575cf0b5adab"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4b816dc-affd-5eed-a8a0-820be4f539eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42ebd9c6-8213-5bab-854f-3a69569c4749"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de8b8b7a-dc98-5fd6-9d7a-f4e7f1a94fd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4b816dc-affd-5eed-a8a0-820be4f539eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42ebd9c6-8213-5bab-854f-3a69569c4749"}}],"status":"accepted","resourceType":"Task"} +{"id":"8549e0bd-af91-5b57-9864-611d71b16a7f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212495"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b3c7daa4-9e63-56de-9fca-7c00b08e0773"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7bf4b2c9-6e20-550f-b500-abac3226f06d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8da19169-0efc-56af-9cdb-804bf0bcf0a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1004a265-9437-549d-b38f-07ea56278b75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8483fd70-cc8a-5bb3-a62a-b5024c1d930f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8da19169-0efc-56af-9cdb-804bf0bcf0a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1004a265-9437-549d-b38f-07ea56278b75"}}],"status":"accepted","resourceType":"Task"} +{"id":"a18c77c8-9bde-5bd6-b3ea-5985f680cf21","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212496"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/50eec866-3f85-5265-ad3a-f1273cdc4fe6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8cf5b208-bb6d-5570-8248-7a26555f311a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee24bc81-5efc-55dd-922d-087801375155"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/650be121-9df4-55a8-9a96-f6bb1ad144c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fb594c0-f0b1-537a-bb33-769489cbbcb5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee24bc81-5efc-55dd-922d-087801375155"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/650be121-9df4-55a8-9a96-f6bb1ad144c9"}}],"status":"accepted","resourceType":"Task"} +{"id":"c7846e2b-3cc9-57e3-9a9e-928a8fd4c55d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212498"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d2b73835-6683-54ab-a5fe-25698ca75bc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e62b9a36-f18e-5c21-ad6b-6db8235e3d30"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ed003e5-cc9a-5f72-92b7-a7f025a8db89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4302b7fb-5411-51d5-9534-a69114385584"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b85867c-2a06-5fb2-bbeb-719629225e60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ed003e5-cc9a-5f72-92b7-a7f025a8db89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4302b7fb-5411-51d5-9534-a69114385584"}}],"status":"accepted","resourceType":"Task"} +{"id":"effc83c0-35b2-5b1c-ac0c-1d77343532e9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212499"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5cd13efe-9a04-5998-898e-9451928ccab1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/030efb73-d595-506b-a68b-472c34c8a106"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/145afd2d-c7a4-5226-a1d7-fb887d0f49bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f17522a6-7ae7-5ac7-b83a-66910fee8e7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/018c06dd-069f-53a5-8d71-0ed240c5d409"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/145afd2d-c7a4-5226-a1d7-fb887d0f49bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f17522a6-7ae7-5ac7-b83a-66910fee8e7a"}}],"status":"accepted","resourceType":"Task"} +{"id":"382c12e3-a344-594e-bb8c-cc60b3aaa713","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212501"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f03b39d3-d727-54dc-885c-72d6618546aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/28adba25-0036-57a8-b416-fb8c1c143b28"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f911867-4df4-5e2e-9afe-a0ca13587fe6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/103b97e5-3ee7-5a68-b182-ed2af780edf7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f15916ae-0fd0-5f93-aa1e-85ef403a7708"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f911867-4df4-5e2e-9afe-a0ca13587fe6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/103b97e5-3ee7-5a68-b182-ed2af780edf7"}}],"status":"accepted","resourceType":"Task"} +{"id":"9194ac3c-945a-51b4-bea6-0ebab80f07ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212503"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9726dcab-bba3-5216-8d32-d0f9c1cbd0a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e53a5335-0890-5dd7-8f87-6cd185e40de1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2aba6d6-8cd3-5c25-9818-60643dfcca93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33c04d31-3f5c-526e-9790-7e52f693e7cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4f01a74-3029-5fa1-822c-0b33ccf0fa18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2aba6d6-8cd3-5c25-9818-60643dfcca93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33c04d31-3f5c-526e-9790-7e52f693e7cf"}}],"status":"accepted","resourceType":"Task"} +{"id":"7e5ef240-b9d4-51a9-90c0-c4d192e68013","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212504"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/57ddbdc9-7785-59a3-b8e6-c1f8ffdd2ae2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f60bd2bd-1452-5e86-9db6-c614ae6f4339"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/459d58eb-3e98-5e0c-adc3-7066ee7dd0d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb57daf5-e689-5938-94e4-b59c80ce1e30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/810126b6-156e-554a-bd89-a94896dbbb46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/459d58eb-3e98-5e0c-adc3-7066ee7dd0d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb57daf5-e689-5938-94e4-b59c80ce1e30"}}],"status":"accepted","resourceType":"Task"} +{"id":"f109114c-52b0-59e2-b52d-c6ef5f06f3b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212506"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f3a8b34e-b287-5fcb-9279-364fe777f244"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5d4ea350-588f-5d12-bc42-bb75698ef5e3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30993f08-9841-5f43-abf7-73cee8c94a2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e70275a-24a8-5898-adb4-a2693c6bd069"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/268d37bb-3247-58dc-82ab-587f9816c1da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30993f08-9841-5f43-abf7-73cee8c94a2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e70275a-24a8-5898-adb4-a2693c6bd069"}}],"status":"accepted","resourceType":"Task"} +{"id":"f959989f-91ef-5091-968f-d9f35a8dad3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212507"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8ce3d2e6-5b16-5764-b328-01779f2573fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f66dbca8-4294-59ed-a662-811b911451cf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b03c355-e099-59b4-a142-2d00eab7e189"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70fdf792-639d-51ae-9848-6068815cae54"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2d426e2-7d38-5e1a-a79f-85f4c948bfb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b03c355-e099-59b4-a142-2d00eab7e189"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70fdf792-639d-51ae-9848-6068815cae54"}}],"status":"accepted","resourceType":"Task"} +{"id":"1099f5cd-90b8-5ee5-9061-28402c3ba93c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212508"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8ab3ccc9-c533-54d4-98a9-2bedfe1523a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9be445a4-c348-53d1-8484-bc58f9f4d783"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c407b67-27e4-58a4-9703-6f5b8a1684a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a49c9c9f-7f38-5524-8b81-935ab0785494"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9444922f-5f18-5ad0-bc9d-68c57b1c3900"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c407b67-27e4-58a4-9703-6f5b8a1684a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a49c9c9f-7f38-5524-8b81-935ab0785494"}}],"status":"accepted","resourceType":"Task"} +{"id":"976b4406-eee5-5de9-a561-76bd5785bdc3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212509"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4bed6897-b31d-597d-ac63-80dbb0994f22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e965c31a-441e-5fe8-8169-facd4a6c5e7a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5368e06b-07f6-565c-82aa-5e80b7ff9545"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06de11ee-b59c-54dc-b07a-ccde64e56b19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc2a72b2-a8cd-5d6a-8b1e-4c45f32323e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5368e06b-07f6-565c-82aa-5e80b7ff9545"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06de11ee-b59c-54dc-b07a-ccde64e56b19"}}],"status":"accepted","resourceType":"Task"} +{"id":"1ebb224a-e78e-58f3-b862-729cd02b20be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212510"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c61f487a-0873-5023-85ad-687dd835d32c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6fc39e38-1c7c-5d0d-a56e-523b650f1d1b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e20b84d-9fb5-5aba-8afd-8a5c5920d9de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbc9df7f-4246-5f2b-881f-e279d642e579"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97b8b72b-3290-57e0-b1c3-676a2abac162"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0e20b84d-9fb5-5aba-8afd-8a5c5920d9de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbc9df7f-4246-5f2b-881f-e279d642e579"}}],"status":"accepted","resourceType":"Task"} +{"id":"19c8594b-20c5-58ea-b59f-74b1db78bf35","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212511"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c2ca1cab-1f00-5640-9d48-f72be834d96d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/11f41381-6d49-5afa-9ad8-7fc4f2f61185"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09c8b0b7-0f55-5e69-9719-6d7d1609fb61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fb1005a-8bf6-543c-ad01-b9a8c648ae18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8383c7dd-8ef1-599a-99e4-56270d93d589"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09c8b0b7-0f55-5e69-9719-6d7d1609fb61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fb1005a-8bf6-543c-ad01-b9a8c648ae18"}}],"status":"accepted","resourceType":"Task"} +{"id":"ba0448a0-3701-52a7-ac43-df82c7f76acb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212512"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3cfb37bd-9ae5-5ad4-baca-1d0dac26f1ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cae6ea82-52fd-5181-a0e5-7dc91c7896c0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bbb73b97-ee8b-5e9b-b673-fe58bb5de7da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5274e1d-09fd-5514-8151-d05d7a6ce73c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99fd6b32-b2a7-50d3-b5df-d48deb88ceb5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bbb73b97-ee8b-5e9b-b673-fe58bb5de7da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5274e1d-09fd-5514-8151-d05d7a6ce73c"}}],"status":"accepted","resourceType":"Task"} +{"id":"1615022d-847e-5db5-8a0d-e2d20bcb09dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212513"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b2375229-1393-54b7-a255-6cee7494a4df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/221f6f56-b168-5916-a7ca-740485de40de"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bc790e1-ead7-56b4-ac0b-41386bce7a90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f02ec057-c16c-5e92-9453-7dfc6702aebb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33ee993e-de86-5c5f-94b2-0d022bc99dc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bc790e1-ead7-56b4-ac0b-41386bce7a90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f02ec057-c16c-5e92-9453-7dfc6702aebb"}}],"status":"accepted","resourceType":"Task"} +{"id":"71d7acd6-1a35-5880-8558-753791191dcb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212515"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/88419fe7-e0d4-5937-9f67-2e95fae961ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/40a4e8b0-fdaf-5ca9-89b9-b48b8499df20"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/602ff917-d5a8-51c6-88e8-2cbaf3440563"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f98d2ea3-bd9e-52ab-bbb7-f7c829867dd4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3bbfbf8c-fef7-5e8c-b5b3-0891532871bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/602ff917-d5a8-51c6-88e8-2cbaf3440563"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f98d2ea3-bd9e-52ab-bbb7-f7c829867dd4"}}],"status":"accepted","resourceType":"Task"} +{"id":"4a4ef8f0-3b2a-5eff-840a-a3757298cd9c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212516"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f3b3cede-a13b-5d22-bf83-7dea19942a10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/77537b74-a9c5-5981-9572-8ad6bcc21819"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/353cf1da-466c-5d0f-b694-c92f45cfbb99"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b529c403-59e1-52c7-9897-c6738b65836a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e1d68d8-69d2-5975-83eb-83fd8711cab2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/353cf1da-466c-5d0f-b694-c92f45cfbb99"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b529c403-59e1-52c7-9897-c6738b65836a"}}],"status":"accepted","resourceType":"Task"} +{"id":"3cd40ebf-f3f9-5bcc-8dd1-0494e0ffbe72","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212518"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9772fff2-e9ed-5e7b-bbc1-321908a1254f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f819d1a4-9eb2-5fd1-a2a8-16fa6feea7bb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69e83472-0c6b-5341-a0bd-66055693f2ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/319aa70d-61e9-50f4-9c44-d5c0ce83ec00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c39cafa4-e054-5aca-bbf0-aab021d3e8db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69e83472-0c6b-5341-a0bd-66055693f2ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/319aa70d-61e9-50f4-9c44-d5c0ce83ec00"}}],"status":"accepted","resourceType":"Task"} +{"id":"472645f2-438f-5f48-8053-260a9ed595f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212519"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e516dad7-4f99-54b8-a366-80c8addc9942"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d914d8fe-07a5-5853-bd3f-36d726d55936"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c130110c-b4c9-5845-8b33-d410e1c77f31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7532492-5c9f-5950-8fda-43ea47ee2801"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e86bbc69-1154-5095-9516-c2d97e992daa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c130110c-b4c9-5845-8b33-d410e1c77f31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7532492-5c9f-5950-8fda-43ea47ee2801"}}],"status":"accepted","resourceType":"Task"} +{"id":"d34eaeef-737b-5bf5-b2ac-e89aa4b1ed0e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212520"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f289c702-b2c9-5c6a-aedc-f6b5daf72c38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f001cf50-6bcd-5b5b-bca4-fe6c98bc2163"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/883afd52-c235-5c52-85fa-ebd5b80a92d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23e685ff-6706-5c24-9c6b-accf356f0d06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9107c8d-896c-5daa-ad70-b5d0a9f79f5a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/883afd52-c235-5c52-85fa-ebd5b80a92d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23e685ff-6706-5c24-9c6b-accf356f0d06"}}],"status":"accepted","resourceType":"Task"} +{"id":"d11f0adb-cc3d-5cbd-87a0-bb69214d4d2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212521"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c19d6e95-3b60-5d43-904e-3f1a76b74c17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/beefe10c-7dd1-58a3-8dbb-11666b685f16"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ac62799-8bb7-54b6-979e-7fa35bac7596"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78cff7fc-c192-59f8-8771-c91c402ad8f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/534008b2-ed34-5e48-9cf7-ad8c5b6bc0dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ac62799-8bb7-54b6-979e-7fa35bac7596"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78cff7fc-c192-59f8-8771-c91c402ad8f1"}}],"status":"accepted","resourceType":"Task"} +{"id":"b618a4c2-5950-52c6-a3ff-df6d48b19282","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212522"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ffed16ff-4187-5f42-bcec-2435d596c167"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/62829ef6-97c1-5b59-9d49-0d2eb0ff7b9f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aaccdf73-4c1a-59c8-81d4-2dfb1fa9502e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36984fa1-e01b-585a-a078-a0735e78fa41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54eca720-8348-56fc-8ecd-a2c31bb22e8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aaccdf73-4c1a-59c8-81d4-2dfb1fa9502e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36984fa1-e01b-585a-a078-a0735e78fa41"}}],"status":"accepted","resourceType":"Task"} +{"id":"f8a80ec0-a5e7-58ef-b319-d6aacd882d1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212524"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5ae3a5c0-ec20-57b8-aba3-0d5b7a06643a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4ec29853-98a5-512e-90bb-9a4769064abb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9da4aa01-67a5-5cf4-ac05-e1e557dbdb9b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11a2290a-e2c6-5811-b2a8-7a349beebca1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a95bf695-5a70-5096-80a1-137cdeb367a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9da4aa01-67a5-5cf4-ac05-e1e557dbdb9b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11a2290a-e2c6-5811-b2a8-7a349beebca1"}}],"status":"accepted","resourceType":"Task"} +{"id":"5b0bd4eb-7c2f-5097-9fac-a170664538f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212525"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d532e09e-9e32-58e4-9d8b-7de05e20a59d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/29abbdfa-e517-51ff-b30e-740b878803c1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15ddfaea-a59e-506d-8053-93b432cb395b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c8f9304-f539-588d-a43f-62c35c498e3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03442236-ade5-57e5-ae8f-45f51d0dfb04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15ddfaea-a59e-506d-8053-93b432cb395b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c8f9304-f539-588d-a43f-62c35c498e3e"}}],"status":"accepted","resourceType":"Task"} +{"id":"17915813-8ef9-57ce-9edc-00ae8e266a50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212527"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/af72529a-8e85-5305-b292-7e62bfbf269a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ea81892e-284c-5cd4-8041-bdfce60349c9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a1a5061-10aa-5b02-bd5f-49c4cb1d89dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62997bba-14f8-5720-9bf4-25cf8e8b6d2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d0e717d-1d93-56a7-b05d-d65733db34df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a1a5061-10aa-5b02-bd5f-49c4cb1d89dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62997bba-14f8-5720-9bf4-25cf8e8b6d2c"}}],"status":"accepted","resourceType":"Task"} +{"id":"023fc85a-082d-54ee-8d3b-64dd1185606a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212528"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dba587b7-e835-5a0d-a92e-06655434600a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0c004e8f-ef7c-5798-9e70-4c960356c7c4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec47004c-3214-5170-ade7-e8073eb93031"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1650785-3197-5d67-918f-78f9d97cbbd9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64d0bd52-e654-5a92-89d9-cd192d244659"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec47004c-3214-5170-ade7-e8073eb93031"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1650785-3197-5d67-918f-78f9d97cbbd9"}}],"status":"accepted","resourceType":"Task"} +{"id":"5a8a7966-c1af-5989-9e37-e77de0ae82cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212530"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7559b833-8672-59dc-a0e1-14c7760b7586"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5ba638c3-5529-5cb4-9e57-314084e3a9af"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1288942-2466-5a0c-855e-431a42d75951"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7dc7e357-24d3-5a24-beb0-bcb7c1f00ea2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f05b3ed9-5d26-5aa0-beee-d32afbd6b15c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1288942-2466-5a0c-855e-431a42d75951"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7dc7e357-24d3-5a24-beb0-bcb7c1f00ea2"}}],"status":"accepted","resourceType":"Task"} +{"id":"526cd8a4-c1c8-5350-84bd-22b5a3fdfbea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS212531"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3a1c00c0-43ab-51f5-b797-af0f33745e85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a40fb7b7-297e-51e8-ad33-5f6b8e5158c8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88867868-87a0-5bbc-aca0-c14f46eccd12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3178e28d-d526-50d1-b5d8-98140b49e523"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03974a33-fefd-596d-ae36-b64ad44eb677"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88867868-87a0-5bbc-aca0-c14f46eccd12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3178e28d-d526-50d1-b5d8-98140b49e523"}}],"status":"accepted","resourceType":"Task"} +{"id":"259a856d-c4fa-562a-ad65-d4b620a9de87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290867"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/998f1783-422e-55b5-9972-6a818deba5e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9bbc1319-263f-511b-9239-086da9053eb9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2faade9c-3a62-5399-9334-87166bc1920f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57446a09-c0a3-50f2-b6a5-0baf7832365d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b6bf1c0-9978-5864-9814-75af589e3000"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2faade9c-3a62-5399-9334-87166bc1920f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57446a09-c0a3-50f2-b6a5-0baf7832365d"}}],"status":"accepted","resourceType":"Task"} +{"id":"5a2c457f-a2b0-5640-837e-8784bd16acb7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290868"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e9635bf3-170f-529f-8ae6-52deeb8662ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0eb54adb-7b15-5a41-99ed-a31744ea3c95"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b407fcec-9cf2-5b33-a928-b80f3d3a5b63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4249da58-5646-594a-ba82-e5846153bac3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16ae6d3a-6aca-5705-ad07-3967228378f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b407fcec-9cf2-5b33-a928-b80f3d3a5b63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4249da58-5646-594a-ba82-e5846153bac3"}}],"status":"accepted","resourceType":"Task"} +{"id":"db484049-b46e-5dc8-8e0f-e1e10187e583","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290870"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/88bde9f6-7e41-5243-8438-25147b62ddd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e57622fc-30ac-5419-9128-b107f70274ac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ef58efe-5273-51d8-b97b-347d35eb9b5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfb6ede9-fd39-5363-a9cd-08a68faefb36"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30a0029b-17cf-5e12-8990-66d76bdc1eea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ef58efe-5273-51d8-b97b-347d35eb9b5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfb6ede9-fd39-5363-a9cd-08a68faefb36"}}],"status":"accepted","resourceType":"Task"} +{"id":"95a51f25-50da-5465-8efd-805827c67ed4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290871"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4af7878a-b735-552e-aa88-9d14f50e0264"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/38741d4e-189d-5c10-82dc-abca5bfafde4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d26d62d5-b485-5433-a85f-2b830bb0b95e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4dddc5ec-ea27-5a60-978f-308c5177fbdb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56ec4030-409a-5e59-8f5c-6daa24a9fd0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d26d62d5-b485-5433-a85f-2b830bb0b95e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4dddc5ec-ea27-5a60-978f-308c5177fbdb"}}],"status":"accepted","resourceType":"Task"} +{"id":"b7809c2b-7adc-5382-9ae3-f725c88f7e34","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290873"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0ee9aa53-c9ae-5c55-a7f4-2e08f34a52d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/779ea7d4-3033-5e99-9045-1ea936465cf5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc635136-bb64-5a48-89a1-9ba03a133774"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83107afb-adbd-5a4c-92b4-218819df77ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68d3166a-81fb-59b2-96f6-2e87c39904db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc635136-bb64-5a48-89a1-9ba03a133774"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83107afb-adbd-5a4c-92b4-218819df77ab"}}],"status":"accepted","resourceType":"Task"} +{"id":"4836a3b7-2045-5540-bdd6-2b31efda7b36","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290874"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d0c841af-7041-5de6-bbfc-db7ae900c777"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/824e27fe-ab10-5819-84f5-20135be543dc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66e2b85a-11af-55ae-8adf-d611618a38ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15125d81-edfb-56a1-af0e-8b6b1207885f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87694e2c-2b00-5d4d-8a9e-3762d6304d40"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66e2b85a-11af-55ae-8adf-d611618a38ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/15125d81-edfb-56a1-af0e-8b6b1207885f"}}],"status":"accepted","resourceType":"Task"} +{"id":"ad05f85f-a207-55b1-8920-185360c5b49e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290876"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fbdc183d-2af0-59ef-ab68-289997cb9438"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1cb1a7af-d290-51c9-9824-1449efec0c1d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f9c9865-61bf-5577-8290-46de0020353f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec42eb18-583d-5020-b15a-36910e139af0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9cde8f4-25ba-54df-9a50-75ea841fa060"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f9c9865-61bf-5577-8290-46de0020353f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec42eb18-583d-5020-b15a-36910e139af0"}}],"status":"accepted","resourceType":"Task"} +{"id":"94019d54-eafe-54fd-8c7d-e734127937c5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290877"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f835722b-5a9f-537e-8c4f-bd0892b23620"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/281cddb9-d6f4-538f-a00f-df0f4b252b71"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/447e2288-17d3-56dc-b6db-5efecc90e3ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5dcadf2e-9b05-50cb-bc66-24b07ee8ff11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce281d4c-47e3-5f96-82ab-68765aa9e432"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/447e2288-17d3-56dc-b6db-5efecc90e3ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5dcadf2e-9b05-50cb-bc66-24b07ee8ff11"}}],"status":"accepted","resourceType":"Task"} +{"id":"98f30ecc-8191-567e-a4e5-33e0b0f44812","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290879"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/156d997d-da78-5d9e-840d-1fd1a6a40bd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ceccadb1-90b7-59d8-ad15-33f133c00845"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b39dcda-9c60-50b2-aaa7-c195138ab805"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98245e6f-6e11-5400-85d4-7f2acf023e9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/951867ec-57b2-57ea-b3ef-c3753ced739c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b39dcda-9c60-50b2-aaa7-c195138ab805"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98245e6f-6e11-5400-85d4-7f2acf023e9c"}}],"status":"accepted","resourceType":"Task"} +{"id":"af53c7b7-bdb0-579b-8512-cbd7beaed7f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290880"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6128245f-9e45-540e-8646-d8dff8c08c3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9766f6a1-bfa0-57e6-92de-324d294d8929"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38b17ebf-4656-5e40-865c-fd2c384999a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1067d8f-35e9-5a9f-ad03-c67be9fcef76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e51509a-8da5-52d3-b3c2-70b4cb18701d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38b17ebf-4656-5e40-865c-fd2c384999a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1067d8f-35e9-5a9f-ad03-c67be9fcef76"}}],"status":"accepted","resourceType":"Task"} +{"id":"c6773307-9279-5e30-9481-37b23e9adbac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290882"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/af8fc2b2-6023-5931-9c67-fe8cea8bf7d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7a63aae2-b557-5b99-a0a6-d0b9577f28fb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49e45f60-bd03-5cdc-93cc-16c6407bb843"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27c3ad53-2909-5c92-aa95-01e304c7b209"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd6dbbeb-292a-504a-a01c-17cda82a6ba4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49e45f60-bd03-5cdc-93cc-16c6407bb843"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27c3ad53-2909-5c92-aa95-01e304c7b209"}}],"status":"accepted","resourceType":"Task"} +{"id":"ccad96cd-dfc2-5807-bb9e-a6d5cb91f493","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290883"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5e3fe5c4-edc2-5f33-b2e7-38e561455caa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c04fe027-826d-5a35-86c6-c7a6e421d9cd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33230d74-e340-5258-8d50-7e6a9636970b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d113715e-6545-571e-b4a3-99a0f41ac803"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29dd9105-83b0-5be6-ac29-2e8e78755ac7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33230d74-e340-5258-8d50-7e6a9636970b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d113715e-6545-571e-b4a3-99a0f41ac803"}}],"status":"accepted","resourceType":"Task"} +{"id":"1cbe7e4b-3bb5-5e98-99f0-d29fb5a30441","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290885"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/221af052-d607-5798-8cd0-b6d6a7ef293f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f449d786-3c2f-523a-a42c-faf0d14a1a0e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98f7f6fc-5ff3-5e10-8b8c-83fa0c3b78af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a4864a7-0b6e-5b91-8958-79b5ef6b5201"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/426c8357-69a2-54b7-9ae7-118fad93eb34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98f7f6fc-5ff3-5e10-8b8c-83fa0c3b78af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a4864a7-0b6e-5b91-8958-79b5ef6b5201"}}],"status":"accepted","resourceType":"Task"} +{"id":"4b0ef1f9-62a2-509b-b6d7-6b968da85293","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290886"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dcb6d93f-7a97-5f69-a9ec-7d1a4d7e5aff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2c84ccc5-5cb7-5f10-b837-ffeffc5e4952"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/833af7b9-f3f1-5b17-88ec-2d1be7d8d184"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4075c0bd-fb11-51a1-a536-903831982bad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f197759e-a020-582c-8cbf-c88268cb5504"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/833af7b9-f3f1-5b17-88ec-2d1be7d8d184"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4075c0bd-fb11-51a1-a536-903831982bad"}}],"status":"accepted","resourceType":"Task"} +{"id":"f6bd43f0-34c1-5071-b6a5-0bb61036ec17","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290888"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e2aaf823-672d-59d8-be97-bbb79a118146"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/094f3f1d-6c72-54d5-952e-b7488fa745e5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f93a2c75-b76c-52a5-bce5-cbc9c5cd7b3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2684516b-f76a-5b1f-99be-f7267a608dd2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b221673-1510-5f73-ac39-928a7906d4a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f93a2c75-b76c-52a5-bce5-cbc9c5cd7b3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2684516b-f76a-5b1f-99be-f7267a608dd2"}}],"status":"accepted","resourceType":"Task"} +{"id":"a8e6cddd-28bb-5554-9b26-a581e8c1beb8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290889"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/de15bb23-13b2-5347-be75-195b4f7a1d5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/39fda084-4bf3-5963-b1aa-17dca7d60552"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da0b9be0-2b89-57ee-86e0-501040720d51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a25af6a-f1da-5a56-bc54-11e8d4822095"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4204132-6ebf-5904-8491-9c9d3da6b4d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da0b9be0-2b89-57ee-86e0-501040720d51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a25af6a-f1da-5a56-bc54-11e8d4822095"}}],"status":"accepted","resourceType":"Task"} +{"id":"0a9f96a2-91bd-5f8d-b704-8628a51a8f99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290891"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a951cadd-5766-5933-b552-e2943cf730e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/df44a867-0703-50c6-b9bc-1d92f784d85a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17b6cc5b-5ead-5b30-b31d-b7e5bf9bc57c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f37a9f4-f21e-519d-8861-1c03d0174dc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2760568-35a1-548b-b894-972b4f8e14d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17b6cc5b-5ead-5b30-b31d-b7e5bf9bc57c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f37a9f4-f21e-519d-8861-1c03d0174dc4"}}],"status":"accepted","resourceType":"Task"} +{"id":"73a8c818-6b74-5497-84c7-5cac528b1b25","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290892"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/53988485-3343-5a45-ad2f-5afe10bdf1f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ff983a40-8298-5af4-92cf-094f6eb43cb0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d1d0175-ef4e-5578-88f0-98b376e82171"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/651abe57-41aa-5446-b279-d06aae2027bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/112ed58b-dcd4-55da-94de-68f362ec023e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d1d0175-ef4e-5578-88f0-98b376e82171"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/651abe57-41aa-5446-b279-d06aae2027bc"}}],"status":"accepted","resourceType":"Task"} +{"id":"def7580e-d1fa-5fef-94b6-6b72e5d30a22","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290894"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d0cbf1ab-110b-54bd-80df-b0558393cad4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f78bb623-6e5a-556b-8e61-ce3e72a131c2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/afb390ab-1838-5d01-a97e-5f5a3399d217"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5a4c008-2818-590a-9653-d42c6a13fe8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f0884de-dc95-57a8-a1c3-9acb08fefc46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/afb390ab-1838-5d01-a97e-5f5a3399d217"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5a4c008-2818-590a-9653-d42c6a13fe8a"}}],"status":"accepted","resourceType":"Task"} +{"id":"f753f78c-4810-588f-86b5-5c31331d5b3c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290895"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/34b7a905-065b-54df-8768-34c9bd89bc74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6e845346-1c08-5dae-bbe7-3107b0fa0eb5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42180cc7-26bb-513b-ad6b-6e3ebb1c9801"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/338ecbd9-885f-5d2c-a833-572e3a2413bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cdb3a2f-369e-5a3f-a70b-e2d35f117890"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42180cc7-26bb-513b-ad6b-6e3ebb1c9801"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/338ecbd9-885f-5d2c-a833-572e3a2413bf"}}],"status":"accepted","resourceType":"Task"} +{"id":"94cd3afd-38bc-5e77-9abd-0cc6a8a90c08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290897"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d75fcbec-7a46-5b78-a9ab-4c4d0c72c787"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/31bdd44f-7baa-5e0a-9ef8-4f914dd082f0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88a98542-e027-5fdb-9f23-a1408cb58534"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5d6a645-af0c-5354-9b87-4f64d2b687ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5596541-2bd9-5f9a-b3a6-292558a7cad9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88a98542-e027-5fdb-9f23-a1408cb58534"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5d6a645-af0c-5354-9b87-4f64d2b687ea"}}],"status":"accepted","resourceType":"Task"} +{"id":"c23788fe-f7d3-525e-9e92-689b3ab526e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290898"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fc33ab6b-397c-59bb-9716-85debcfaa96e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d497d16a-5809-5687-b073-4ac6219c7194"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5aaa09e3-879d-50c0-8b4f-0713493121a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f752a2ad-20eb-5f18-865d-d39071909658"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4e67a78-dc5d-5419-a6c6-d4e2b6dd4b81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5aaa09e3-879d-50c0-8b4f-0713493121a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f752a2ad-20eb-5f18-865d-d39071909658"}}],"status":"accepted","resourceType":"Task"} +{"id":"ccdb8ca8-0d28-50de-9165-6e2b6285fcf2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290900"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e0eaa6d2-7afd-5b2d-9aaa-1f815d98f26a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f4017d7b-b487-5839-8fad-45f560ea7347"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3ae5aa6-bf8a-5c2d-a158-7b8aa06f84cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28204dc9-4700-5ea0-af84-534217b90408"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f82f08c9-c75f-5647-b9aa-6888a2096dc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3ae5aa6-bf8a-5c2d-a158-7b8aa06f84cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28204dc9-4700-5ea0-af84-534217b90408"}}],"status":"accepted","resourceType":"Task"} +{"id":"86fb8821-d7e8-5a03-8c1b-70782bebd4a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290901"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/97d50dfb-0653-5f2a-b6d1-2e2d73128849"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dc78f0ff-049f-5e10-ba09-ffd475ea2213"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6663ef5-73b1-54dc-958e-b49b2c317597"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/89551c2b-0d5b-5cd9-a67d-112d47253c5a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec806766-a951-5677-b0ac-76cbf15687bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6663ef5-73b1-54dc-958e-b49b2c317597"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/89551c2b-0d5b-5cd9-a67d-112d47253c5a"}}],"status":"accepted","resourceType":"Task"} +{"id":"2f5bb2af-86ce-5a74-958a-5e331fa69709","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290903"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/57755e01-c5d2-519d-b266-f0f7307615c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b536862e-046f-50d0-bbb1-6bdef05384f8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1e91a2a-fc1c-58c9-80c7-22526f1732e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f09ddd92-3060-5925-82d3-9279d9e56a0a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fc73464-c744-54cc-89aa-fa3c5036775e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1e91a2a-fc1c-58c9-80c7-22526f1732e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f09ddd92-3060-5925-82d3-9279d9e56a0a"}}],"status":"accepted","resourceType":"Task"} +{"id":"d6e3a2e4-cd6c-55c6-a797-ad26f7bf4ae1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290904"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/60abab88-aeeb-5c46-9711-cfd02aa92659"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e09779c7-9a83-53da-8e2a-d499b1343f11"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3f85a36-7ef6-585c-963b-4808e3bd1a79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be3a6a46-b285-5389-9b42-e172c36b7e45"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0f88427-e75e-5f34-9532-29e0fb88a1f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3f85a36-7ef6-585c-963b-4808e3bd1a79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be3a6a46-b285-5389-9b42-e172c36b7e45"}}],"status":"accepted","resourceType":"Task"} +{"id":"3cb96fa0-8af9-5411-8d67-0d27601ceec0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290906"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/849aad9f-1aa2-507b-990a-20b2602df3af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/22613e29-7961-5c26-8b54-9270df41a34e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c63c7bd-ed5c-50df-963f-02ae951c8efe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98305d5b-1420-57f8-80a9-629943c9bf60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a07df9ae-d1c6-5876-b8fd-0bcafa41ba0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c63c7bd-ed5c-50df-963f-02ae951c8efe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98305d5b-1420-57f8-80a9-629943c9bf60"}}],"status":"accepted","resourceType":"Task"} +{"id":"68de9422-605f-5760-ae0a-490d5e8058b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290907"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6415aee9-2ed6-5479-b924-008e9770d7b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e1ba983b-f6a2-5cc2-8739-b16eb0005a3c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d19a787e-413a-58c6-acc9-0dfc1d7a1fa3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efce9057-9364-5c35-af7b-9db100166752"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b025ff30-cc6a-5878-93c8-fe744aaba5dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d19a787e-413a-58c6-acc9-0dfc1d7a1fa3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efce9057-9364-5c35-af7b-9db100166752"}}],"status":"accepted","resourceType":"Task"} +{"id":"e833f65a-6b82-5fa5-9cc5-b047af01fd78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290909"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/35883469-ab0a-54dc-8c7b-0d38d818cb7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/be3a1479-b688-5bf3-8e93-aaf63db92817"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53dba209-d600-5498-8909-868e2e709fef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91a53cbb-dad4-5cc3-b39e-474e5ae388df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7cd0d9d6-1178-5878-ba7b-2db987ed8775"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53dba209-d600-5498-8909-868e2e709fef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91a53cbb-dad4-5cc3-b39e-474e5ae388df"}}],"status":"accepted","resourceType":"Task"} +{"id":"ce5580ec-fd83-5476-af78-4842cc69116c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290910"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fc37e919-41ce-5516-8340-99bc4272a131"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8a94ebcf-24a3-5e8d-8680-f8a9cb274648"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/165388f8-3fba-5a7d-92a8-a39651c01604"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29e69eba-5288-5634-bf0d-0af75a41d126"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7dab63b9-5890-546e-a2f7-caaa015e202e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/165388f8-3fba-5a7d-92a8-a39651c01604"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29e69eba-5288-5634-bf0d-0af75a41d126"}}],"status":"accepted","resourceType":"Task"} +{"id":"c03aa0b1-fb03-5333-bd07-a01a508276bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290912"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b2c8675e-607c-512c-a6c0-f118984d97be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fdb03676-e176-5b53-9192-373acc59fc83"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5823ec52-e360-557a-aacd-9367c2b43951"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d994e5fe-f849-56e6-ae83-007bd20732aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f060c166-e762-5c4e-beb7-11028be5634f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5823ec52-e360-557a-aacd-9367c2b43951"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d994e5fe-f849-56e6-ae83-007bd20732aa"}}],"status":"accepted","resourceType":"Task"} +{"id":"bdc59907-7c7e-5f48-9631-d65ec780d9bf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290913"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2e0ffaf7-77dd-5a34-84a4-92e88ae3b5f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/80715af5-851d-53d6-ab04-35a2da64ace0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fa26717-7124-5f6c-9f54-2aa3586ed822"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9529d778-e24d-5c51-ba12-205b6a7e4531"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e66e185-3190-5b61-a573-22a038b8196d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fa26717-7124-5f6c-9f54-2aa3586ed822"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9529d778-e24d-5c51-ba12-205b6a7e4531"}}],"status":"accepted","resourceType":"Task"} +{"id":"044d20cf-3d08-5df1-9884-a96e9a050770","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290915"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6443ab37-7285-54fa-b377-4c64d11fe773"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c07d6104-cd73-5897-8d55-aae2b8f7cd57"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9704e5d9-2016-5156-84d2-02c5f23430d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2fc0912-98c0-5df1-8aff-941889b5cffe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e59a32c-94b4-5ffd-8d3a-08c97b1c42ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9704e5d9-2016-5156-84d2-02c5f23430d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2fc0912-98c0-5df1-8aff-941889b5cffe"}}],"status":"accepted","resourceType":"Task"} +{"id":"5f94d82d-8125-57b6-b6ab-348566e40708","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290916"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4369ff0b-57c7-5fc4-b1d9-65e2eb62d9c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d1e0cf85-b30a-5577-bb68-0346ea454630"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ad76ccb-37b6-584d-9388-ef0c71c44ce8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8616543-55ee-5bfe-8799-04e3aab1d51c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f2f406a-d089-5bdb-8f80-1e5a9de912f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ad76ccb-37b6-584d-9388-ef0c71c44ce8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8616543-55ee-5bfe-8799-04e3aab1d51c"}}],"status":"accepted","resourceType":"Task"} +{"id":"874f2a9c-7b91-5414-9347-97ba4e82850f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290918"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2c631e92-0e36-58ed-8129-9a1040a9f8f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1a68d2a8-eb56-5f6e-b301-85fb0187f742"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d281e730-b1dc-5550-a3b4-c46d8daf49e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ca792e7-fe71-5616-aaee-4dcbc76dc6de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c856b7cf-c7b6-5676-b00d-fff23f59dcdc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d281e730-b1dc-5550-a3b4-c46d8daf49e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ca792e7-fe71-5616-aaee-4dcbc76dc6de"}}],"status":"accepted","resourceType":"Task"} +{"id":"56d43d1a-3d7e-5fb1-a4b8-8dee1e32b44f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290919"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ad2af859-1d31-5746-90eb-63e1d8df7edd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f50ccaa0-bdac-5c4b-810d-37766d219786"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9c51cea-4888-5d90-8e86-d7fd6bdc0707"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8487d0bc-885d-5737-84da-ff3f71b52d3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/292c209f-eb45-5632-aa19-993ccc8101f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9c51cea-4888-5d90-8e86-d7fd6bdc0707"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8487d0bc-885d-5737-84da-ff3f71b52d3e"}}],"status":"accepted","resourceType":"Task"} +{"id":"fc857c22-aff9-5551-8377-9c792f0862ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290921"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/86b18730-ec0c-5aeb-91f8-7b2c8069cb2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1c0ae4c8-7767-5383-b8c9-771b8a69af7f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5476582b-f361-5b4d-824e-ab9f8f695940"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d72c4369-548c-531e-bebc-266b59c149c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd42a015-93a1-5eb2-90ee-a85e497eaa49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5476582b-f361-5b4d-824e-ab9f8f695940"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d72c4369-548c-531e-bebc-266b59c149c1"}}],"status":"accepted","resourceType":"Task"} +{"id":"6318af66-1fa3-55b7-abb2-238967b8405b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290922"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/200ffa4e-2c6b-5e68-ad1f-51190ed80168"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/08fdf90a-7d9d-5efc-8b8e-03de5387aad8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f31b0a1c-bf65-53ae-b82b-6d5c0da88a6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f133f68-84e3-5682-84b9-12f6999925bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6944a23e-52cd-5a3b-9536-ceb371af6428"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f31b0a1c-bf65-53ae-b82b-6d5c0da88a6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f133f68-84e3-5682-84b9-12f6999925bf"}}],"status":"accepted","resourceType":"Task"} +{"id":"bab3ffdd-5b4f-5240-90f3-23f38ef25fbb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290924"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a475e6e5-3d6c-5223-a423-09d7ee2f5640"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5da2f1cf-891a-54fb-a643-a5aaae9c7a49"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2b708dc-0904-507b-bcdd-7e4c30804808"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37e5cdf7-fb0a-57a7-971c-b4e48035e483"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c3e22e8-1dd3-509d-afcd-babf2aece878"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2b708dc-0904-507b-bcdd-7e4c30804808"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37e5cdf7-fb0a-57a7-971c-b4e48035e483"}}],"status":"accepted","resourceType":"Task"} +{"id":"7cd2cfdc-05c2-51ec-97d2-4359bac1114e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290925"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d1282308-c4eb-5fde-92c7-451ee2ef3b68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a8d270fd-e00f-5983-8149-98bc795d5091"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10b10c4b-09bf-5c2e-9edf-af43c89a4a17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf18b7f3-2a25-5d71-8fcc-8386f2f90ff6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51712b34-1956-5dab-aa69-a6430b3c00f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10b10c4b-09bf-5c2e-9edf-af43c89a4a17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf18b7f3-2a25-5d71-8fcc-8386f2f90ff6"}}],"status":"accepted","resourceType":"Task"} +{"id":"a8c9df9d-ffde-5aa7-b04c-5b6f123eb641","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290927"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8c7326bc-c52c-55c3-bd98-e2f557cb2a32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c87d7487-a3b3-5585-b79f-b5c05ac01d09"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a69b4737-5c30-5c51-8868-a572dc9787f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7553608d-f8f3-59a7-829a-1dcae3521677"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e19a68b9-8622-5c40-be4f-9b07e6aad5e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a69b4737-5c30-5c51-8868-a572dc9787f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7553608d-f8f3-59a7-829a-1dcae3521677"}}],"status":"accepted","resourceType":"Task"} +{"id":"97b24c5b-33dc-514d-9af6-332d813a42f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290928"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ff8f8ca4-54d5-598f-812d-067181f12c1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8afdfe51-bef8-512f-98cc-a7a9710d7292"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0948996-77a2-57fa-b938-68b06b9a57da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/939f9a87-45ae-50a3-87d9-485bb5427e33"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e565d2e9-4e38-54fd-bd7e-456ef04d2316"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0948996-77a2-57fa-b938-68b06b9a57da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/939f9a87-45ae-50a3-87d9-485bb5427e33"}}],"status":"accepted","resourceType":"Task"} +{"id":"27e1fc51-4a1f-50c7-8ae6-25a0b9854950","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290930"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4b152cf4-3703-5799-a886-29203d0a74ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6578ccb1-329e-5e24-a88f-80750c9f7519"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53ec9020-1515-55d2-acd6-12bb3d4f657b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cedeb648-bcb9-5807-9ced-61b43bd46911"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cca33925-5747-5581-9c26-16fc65ca8431"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53ec9020-1515-55d2-acd6-12bb3d4f657b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cedeb648-bcb9-5807-9ced-61b43bd46911"}}],"status":"accepted","resourceType":"Task"} +{"id":"dddecc9c-8b3c-5a70-adab-f118e5d7bd37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290931"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a915e48f-2c3c-54a5-a58a-62abdad20193"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aa0e0f15-a566-5528-9b40-0d77c6b3ec5e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70a2cfd9-6f2b-56d9-b3e4-905f72718868"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ce4a5a8-6ed9-5610-ba0b-8c0a8ecb0c0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6ee7f57-a126-57d4-9b28-b02d08dc7b66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70a2cfd9-6f2b-56d9-b3e4-905f72718868"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ce4a5a8-6ed9-5610-ba0b-8c0a8ecb0c0b"}}],"status":"accepted","resourceType":"Task"} +{"id":"a448c0d8-8104-5cdd-be88-c385587b5143","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290933"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3ad8afa8-7eab-5f37-ab00-b58a4e5836dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9946a673-4b40-547f-a237-02ed7752e80a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75950d2e-f65a-5478-9689-81e6ce24a8af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61118b4b-5f60-5f0a-a525-96c1ffbe86ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2911782f-d4d1-527c-b8fa-e500840899e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75950d2e-f65a-5478-9689-81e6ce24a8af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61118b4b-5f60-5f0a-a525-96c1ffbe86ae"}}],"status":"accepted","resourceType":"Task"} +{"id":"1ad717c6-d8e3-5a9a-b5d0-e2f1d81149dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290934"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/61c19780-8241-5725-8c69-a9b64da0f589"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c27ff801-cc2e-57c5-9c42-bb0ee45b53c1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1d9ead0-c8cd-5bc8-88f3-96ea4a1e2b84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12054cda-c7c0-5d15-bd33-38c2d8f5a86d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/89e5b1f2-4bea-5a7d-b975-ad01c4760c21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1d9ead0-c8cd-5bc8-88f3-96ea4a1e2b84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12054cda-c7c0-5d15-bd33-38c2d8f5a86d"}}],"status":"accepted","resourceType":"Task"} +{"id":"95b7c2ea-98fd-5767-ab6d-c83a8f9fa913","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290936"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/80041152-fef6-5ef7-ac32-fedf8f415ac4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/59b4ee38-7e51-5e68-b57b-04a216d3dfdd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2f68e06-a860-5720-935f-4fcc565bf9e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c09706a8-161b-5b38-97d2-0e7f158166d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/325c9e68-fa2c-5700-811b-60f9da91f77f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2f68e06-a860-5720-935f-4fcc565bf9e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c09706a8-161b-5b38-97d2-0e7f158166d6"}}],"status":"accepted","resourceType":"Task"} +{"id":"8b8218a5-7897-57ed-9a6c-9faebc1d228d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290937"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b0fd8af7-a526-54f6-b2ca-f17172eaa66f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c165e605-0a74-5430-8606-d839fc0d6bce"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea62df48-34a5-51ed-acfa-2974aa351e72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac59652e-25c5-519c-8c94-ad67734cab90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39e400c0-518f-59ba-a7ad-99d5f43be112"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea62df48-34a5-51ed-acfa-2974aa351e72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac59652e-25c5-519c-8c94-ad67734cab90"}}],"status":"accepted","resourceType":"Task"} +{"id":"d42c2cb7-c596-5b94-bd3a-2e31cd8d3e26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290939"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/70cfd07b-9881-583c-b44b-a0f7c1733e2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2e45f8c0-e863-55e4-b3fa-93ee46a961a8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a70cbe03-90a9-56e3-8616-5c06748359ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e4b7690-4b93-5ad4-96f2-7d36d782f46c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e10f27a-3831-54ef-9a05-6bdae4bd8e19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a70cbe03-90a9-56e3-8616-5c06748359ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e4b7690-4b93-5ad4-96f2-7d36d782f46c"}}],"status":"accepted","resourceType":"Task"} +{"id":"6a0ca96b-da84-54b7-bdd4-977de8eb63f8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290940"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dc70400a-db4e-5044-907a-8a57f78f526d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/31e655e8-a113-5780-8b33-29c8b1829b19"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5d9f5eb-5edd-507f-9eb7-bfeb4b9f72e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7636f932-15d4-50cc-82e2-88f9f7426d82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71b60c4a-a267-5ae0-ad54-a1de9b9091f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5d9f5eb-5edd-507f-9eb7-bfeb4b9f72e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7636f932-15d4-50cc-82e2-88f9f7426d82"}}],"status":"accepted","resourceType":"Task"} +{"id":"01777f02-4266-5b09-bbd4-b8a2bc8c89d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290942"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4d6aa58c-54da-55b0-a5c8-3410539adffa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dac98242-70a1-5fac-9385-bab8b7ae984c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f9c7e86-11e7-567f-b2fb-064a265a0a22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/884c6929-50d8-5439-b5d5-2c28ea9b6b95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0f7ad68-a856-5069-b11e-9abf76185a0a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f9c7e86-11e7-567f-b2fb-064a265a0a22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/884c6929-50d8-5439-b5d5-2c28ea9b6b95"}}],"status":"accepted","resourceType":"Task"} +{"id":"b4ee09a6-0b0a-56bf-8074-cb3105c230bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290943"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d42b2501-cf1c-5878-8631-53f2de787da9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/364b7bf9-c5c4-5ebe-87e4-c2c556db8018"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02c48c95-1d09-5e62-b285-deec23e17436"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e64c229b-959b-5cf0-ab8d-77c2cd115a85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c56b54d0-0865-543d-b795-cd841624f1fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02c48c95-1d09-5e62-b285-deec23e17436"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e64c229b-959b-5cf0-ab8d-77c2cd115a85"}}],"status":"accepted","resourceType":"Task"} +{"id":"17a4312c-cc9c-5027-a902-a30ff07b9194","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290945"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/53d92e99-28ff-5815-acc7-69968a69d7b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b05047cb-a71b-5992-9b36-70f21074f4f1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50688ae5-6088-53f6-be45-14aa1585de7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18f94bb0-5c2a-5c89-a915-731d75a629a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79330269-ea90-570b-911d-055c8eabdb71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50688ae5-6088-53f6-be45-14aa1585de7e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18f94bb0-5c2a-5c89-a915-731d75a629a1"}}],"status":"accepted","resourceType":"Task"} +{"id":"a544f8f8-91f3-5925-931f-7cbd6d776d2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290946"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7548835a-ba4e-59f9-bbd8-c3bbed711e06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b168ae1d-e11a-5cb0-8c92-a8ed60d26bbb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bae3e2af-b4bf-5756-b668-5add8cb9ee22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47c424cb-ee35-566e-934c-95772a2a0c41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac32e104-1055-5473-956f-32f6a6541fa3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bae3e2af-b4bf-5756-b668-5add8cb9ee22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47c424cb-ee35-566e-934c-95772a2a0c41"}}],"status":"accepted","resourceType":"Task"} +{"id":"1c5581b9-5125-5979-a834-01bc8df6f9dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290948"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/028d1004-d56d-55b9-86ab-fd841c423ff1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f402a4a3-51a3-56dc-bc3f-8053c8f7f57a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0b1d204-0240-546c-af76-6e8d8591686f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d250efb-5dde-5123-8d38-dd9b552492d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5928828-1f41-5ea0-a266-be5dae222a88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0b1d204-0240-546c-af76-6e8d8591686f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d250efb-5dde-5123-8d38-dd9b552492d0"}}],"status":"accepted","resourceType":"Task"} +{"id":"7a948ca8-5dee-56e2-bfd4-2bef29b80e87","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290949"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/76c6b964-9fba-55e2-b2ad-e53707e5e059"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/61d11694-6d80-5d46-aa32-057456e28055"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aedc92c8-2304-5c84-8189-95a5cf987522"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/376b8e21-c735-55be-940b-b0f4fd3a6b13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db3b9d9f-0561-555b-bd2e-3fa74b12399d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aedc92c8-2304-5c84-8189-95a5cf987522"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/376b8e21-c735-55be-940b-b0f4fd3a6b13"}}],"status":"accepted","resourceType":"Task"} +{"id":"5905a05b-a481-55d8-bbb1-c5b2a7782c38","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290951"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6827e4e6-353a-5827-aa69-13f1ea0a6509"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/536b5485-e253-5d6b-a17e-681a81a425c1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e04bcfff-3554-5da3-a6d4-a8a2c38ca089"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/240ecf86-3dbe-54f9-8a29-0106262290b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/915030b6-0632-5c76-8fec-605c9671b06e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e04bcfff-3554-5da3-a6d4-a8a2c38ca089"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/240ecf86-3dbe-54f9-8a29-0106262290b5"}}],"status":"accepted","resourceType":"Task"} +{"id":"6b750edf-4686-5e0f-b312-5177ebf3d220","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290952"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3739f749-a1f9-5922-9a1c-30cb72b19bd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a165a442-9f28-5c44-9439-422cc4be84e0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab791b42-e7e6-5083-b749-9e442c8212cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2558282d-9197-5da3-9bfa-3a07b8a5ab5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/793d740c-d278-5451-99e2-391fcacc237a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab791b42-e7e6-5083-b749-9e442c8212cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2558282d-9197-5da3-9bfa-3a07b8a5ab5e"}}],"status":"accepted","resourceType":"Task"} +{"id":"5b629ee5-5a8d-5c41-9716-56c32c0c5127","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290954"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d9be083d-17ee-5eae-97bf-d8ea0facc36e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7e3b0440-902b-5f2d-a290-406876e5b802"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0d6b027-6939-5aea-ac47-9a442a62f982"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/400a4410-78c6-5ddb-8ee6-35457a5e42d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db62e807-6ca8-5f4c-988a-fe4cc1291a6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0d6b027-6939-5aea-ac47-9a442a62f982"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/400a4410-78c6-5ddb-8ee6-35457a5e42d8"}}],"status":"accepted","resourceType":"Task"} +{"id":"ecded205-70be-5880-8a48-7eda840079bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS290955"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5d672916-e9fa-5a56-9c76-90c43e9b7848"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/67827631-ba92-59f5-aec3-9b728ad8ca2c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64abe3bf-afd0-5252-a1d6-66f75927858a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/615954d9-5218-5175-91c8-2f6da8a925aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db328743-1d25-5964-b319-599b8891572e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64abe3bf-afd0-5252-a1d6-66f75927858a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/615954d9-5218-5175-91c8-2f6da8a925aa"}}],"status":"accepted","resourceType":"Task"} +{"id":"479d6893-05a0-547e-a608-60a9f972382b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343971"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/30ffb06c-439f-55a4-b471-e680d292d374"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1c0a74cf-bb21-5de8-bdf2-b85517854814"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6c2a432-b0b8-5897-a16f-40a91a8bbe17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5efaf826-3add-5a90-a55e-3c5dfd1defaf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30add2d3-5dae-57bc-badb-5aff71a9f6f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6c2a432-b0b8-5897-a16f-40a91a8bbe17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5efaf826-3add-5a90-a55e-3c5dfd1defaf"}}],"status":"accepted","resourceType":"Task"} +{"id":"65007e30-f024-5d5b-abbc-b386b0e7d161","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343972"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3708dc18-1c0b-544c-9a5b-8d4ada367a8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/95f60179-13fc-5033-9ddb-7701408d0bc9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72f98175-ebf5-58ec-be69-8c1c5ae35184"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96a30b57-dd85-5368-b579-f1292f1ece35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e829d017-4c9a-5c88-a961-7141dbcf99e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72f98175-ebf5-58ec-be69-8c1c5ae35184"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96a30b57-dd85-5368-b579-f1292f1ece35"}}],"status":"accepted","resourceType":"Task"} +{"id":"a46db77c-c2c6-5e73-8cb7-d09a3bee609c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343974"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7a7f1bda-432d-56e1-bc02-103c7a4726c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dab7eede-78f8-56a5-9036-a28a3820d1e9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b2cc62e-fb3b-5014-b13b-2edaf7d717e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3c1368c-a4c9-56cf-b377-b6e24c1992b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c4854ba-20e3-5bbb-a009-9bdeb1290c63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b2cc62e-fb3b-5014-b13b-2edaf7d717e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3c1368c-a4c9-56cf-b377-b6e24c1992b9"}}],"status":"accepted","resourceType":"Task"} +{"id":"e11e54e8-dd42-524d-bcbd-ce56e72927fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343975"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f68fab70-0493-52de-be22-d62cce005ca0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/523eb31f-086d-51d8-a14d-1756feb5f1cf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39c7d678-9614-573b-970e-e493cb7e0fa3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb0bfc31-f8e6-52aa-96cf-343620448bca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ceaa5e8e-38e9-5c2b-b962-4c71d8212719"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39c7d678-9614-573b-970e-e493cb7e0fa3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb0bfc31-f8e6-52aa-96cf-343620448bca"}}],"status":"accepted","resourceType":"Task"} +{"id":"570cb564-31c5-57a6-b53c-fcf7c29605dc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343977"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/77d3bf3b-1b62-535f-9bf2-e94ccbc77c52"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aefcd54b-ea2d-5028-9267-fb1af2710741"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/492d7d1d-9ab3-5d07-ab2c-a11eabc606ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f62ca498-cdbf-5efa-82b4-00fdcecae5d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3fc0f7c8-8791-55f2-8a33-88d6675fa1d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/492d7d1d-9ab3-5d07-ab2c-a11eabc606ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f62ca498-cdbf-5efa-82b4-00fdcecae5d0"}}],"status":"accepted","resourceType":"Task"} +{"id":"9a60743e-4c30-55ac-9a9b-cda68d607028","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343978"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/33b77be1-e267-5f4e-8b4c-1f2891a123e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fb1981e8-af63-5d19-a84b-1137ecab0428"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae20540a-287f-525a-a5ff-1a8c317066cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfd1308c-076f-5dad-9da4-8c0dc9d6c5d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5fd8ac58-ea97-51b3-bfa6-4dfb6f25439a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae20540a-287f-525a-a5ff-1a8c317066cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfd1308c-076f-5dad-9da4-8c0dc9d6c5d0"}}],"status":"accepted","resourceType":"Task"} +{"id":"e92aaafa-7a06-5e1a-9faa-de0ce78fbcba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343980"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/96cbda8c-690d-57b3-bf9e-1b4e5eaeb67c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6edce7e0-f429-52c1-b9ab-8aa09a473908"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4dbe162c-1f2c-5ba1-9efa-2e51ff71e7ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e54fae2d-769f-5c60-9a7a-38d0b7365b59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6eaf85d7-89e9-57ad-bc64-bd52ab5589e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4dbe162c-1f2c-5ba1-9efa-2e51ff71e7ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e54fae2d-769f-5c60-9a7a-38d0b7365b59"}}],"status":"accepted","resourceType":"Task"} +{"id":"72713f65-eb2d-58e6-ae44-3c2d80baa6dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343981"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/114e2778-5390-5491-8a65-7929fc21f4c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d0367dc9-4105-5905-8d08-8ecd2ac6f515"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f450c190-ed32-53a3-903f-b991b2ceaf35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fff2453-87f6-5f92-baef-c850f7e59abf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/beaa57ff-5033-5a8d-917b-1ba9a79d0052"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f450c190-ed32-53a3-903f-b991b2ceaf35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fff2453-87f6-5f92-baef-c850f7e59abf"}}],"status":"accepted","resourceType":"Task"} +{"id":"d04dabe2-bb57-5797-ae51-43029b5dc992","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343983"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0e694df8-e1b5-5059-9167-466d7912c85c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9a759a00-c9e3-5fe3-9ce6-08e96d72c003"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33f27c1b-06ac-570e-9498-39a9715d3695"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18bd45c2-9fb7-52a8-b3f2-701752e73fd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d6b9acd-6940-5833-9f22-c953667c7783"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33f27c1b-06ac-570e-9498-39a9715d3695"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18bd45c2-9fb7-52a8-b3f2-701752e73fd8"}}],"status":"accepted","resourceType":"Task"} +{"id":"90738ad6-1029-57be-8757-0d2fd20d6c51","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343984"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/74eb31fe-d804-502d-ae31-bc3b4dc5f8bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/31b79988-8138-5dcd-8cb3-0a9e157f17c7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/966dc220-5004-51f9-bdcf-e67e7b9a5a77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f270639-1977-5377-abd6-7a112173b655"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e659caa-49b4-52e4-9ae8-07b533c62666"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/966dc220-5004-51f9-bdcf-e67e7b9a5a77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f270639-1977-5377-abd6-7a112173b655"}}],"status":"accepted","resourceType":"Task"} +{"id":"43bf72f4-9ffa-55c9-824e-427f5e7edfb8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343986"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ccc6880a-242f-5b3c-979a-c8aa7609f7d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/acc0fe43-13c4-5045-9bde-ab03458eef27"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/edc19f20-7b67-5472-bfee-f28260270be5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8347d96-ef28-568a-9475-9c4aa4de1ae2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3319da93-c270-53aa-b24e-52d7b28f2cb2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/edc19f20-7b67-5472-bfee-f28260270be5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8347d96-ef28-568a-9475-9c4aa4de1ae2"}}],"status":"accepted","resourceType":"Task"} +{"id":"24cd89ee-be2d-5278-822f-8264574e4984","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343987"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c72246ed-fcb1-5f14-8aca-af0ba8e5453f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1fae39a6-7b4c-522e-bfca-0c35ca316e01"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9963d700-653e-510d-a5d7-c50b4e622fa2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a19c4dd6-8d04-51bd-a943-f83f82b126d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9945f251-224c-5bcd-b9de-6f6f4d189f0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9963d700-653e-510d-a5d7-c50b4e622fa2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a19c4dd6-8d04-51bd-a943-f83f82b126d2"}}],"status":"accepted","resourceType":"Task"} +{"id":"3a673d67-a3f9-5817-8f44-c308033fa7e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343989"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1ad8fc27-f153-5026-9411-753c5bfeb49b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fe76d1a1-dd9d-5d1e-b6ab-3041d85adc88"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/107194fb-7da7-53e7-b4b8-2b4dcb1c199d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ea31aa0-46ac-5eb6-b676-fe544d662254"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10d39404-9751-55e5-8f21-1100bdcb747d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/107194fb-7da7-53e7-b4b8-2b4dcb1c199d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ea31aa0-46ac-5eb6-b676-fe544d662254"}}],"status":"accepted","resourceType":"Task"} +{"id":"0af78254-d269-5eef-a759-4c632840ca26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343990"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ae6679ba-6dd1-5e70-bfc3-d2018f7d0a88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2d101a20-e233-5bbd-bcfe-3584d2dbb403"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5cef1f19-5396-56b1-ba4c-36ebcc3c9dd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13643b39-aba3-57f9-a217-f3b4e5f3fd75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bdf0b4c7-28f7-5809-89d9-48e5d0633b77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5cef1f19-5396-56b1-ba4c-36ebcc3c9dd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13643b39-aba3-57f9-a217-f3b4e5f3fd75"}}],"status":"accepted","resourceType":"Task"} +{"id":"6897724a-5d3a-598b-93da-219f4d74d319","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343992"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/40f8c935-01fd-5c76-9713-f1540447ebe6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/88b107a5-eecc-57db-b39b-db129399a6d9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b29e0236-11f0-55f2-a7d6-29f05fefc3a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08c086f2-6bc0-52d3-8006-46fbcd65c1c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49a65813-f669-5293-8f06-db5b21b9c365"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b29e0236-11f0-55f2-a7d6-29f05fefc3a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08c086f2-6bc0-52d3-8006-46fbcd65c1c4"}}],"status":"accepted","resourceType":"Task"} +{"id":"3f360cfc-308e-5ade-bc5d-6e2f1132d266","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343993"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4657f021-36e7-55e5-92c0-564c35cdff90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/87d5b7c9-e82c-55b8-8e8f-59df7cbcc8d8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d70816db-ef9f-57d6-bcbe-cbc69309bd10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/070badec-730f-5189-8ff3-885e9a872443"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/315ad2fa-a5b5-540e-87be-40f9a4dfbfab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d70816db-ef9f-57d6-bcbe-cbc69309bd10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/070badec-730f-5189-8ff3-885e9a872443"}}],"status":"accepted","resourceType":"Task"} +{"id":"df5e366a-f82b-53c4-9324-3b6c2a84f0d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343995"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8325b248-6e8f-505e-8133-6a4b384fd9fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1bd0ce04-3e32-54f6-9b8b-7b320fa09719"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6397d3b7-a80b-5f7f-a5fb-7510bfb58b5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/586179c4-e23e-51ff-ac9d-9fc617c12052"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6af95b4e-3d13-54be-a285-c9417257f777"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6397d3b7-a80b-5f7f-a5fb-7510bfb58b5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/586179c4-e23e-51ff-ac9d-9fc617c12052"}}],"status":"accepted","resourceType":"Task"} +{"id":"39ef911b-f2e5-5ff9-8059-37ef79d8bcf4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343996"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7d2b7907-fb3f-557b-8878-8131109110fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/383ddd6d-d402-54bf-abe3-89987e6e0648"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82597c6a-fcc8-53b2-8a0b-dcc8cd1f0b02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09c36f47-5a1b-5825-b96f-a986004173bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/341d37b1-ee7c-5b81-872c-c0cb66c1bfe0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82597c6a-fcc8-53b2-8a0b-dcc8cd1f0b02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09c36f47-5a1b-5825-b96f-a986004173bc"}}],"status":"accepted","resourceType":"Task"} +{"id":"56eee4c7-99ae-5849-83cf-b5cbad376355","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343998"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/63c5b691-dace-57bf-9106-d2ce74378176"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ca990d0a-af72-5b45-b876-fcc06ca714c2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acc824e4-5083-5288-86ab-b578b79b439e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ad73c72-3454-5143-bdbf-85507d4d8350"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/960c1eea-b592-5f78-80f5-b99391365b71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acc824e4-5083-5288-86ab-b578b79b439e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ad73c72-3454-5143-bdbf-85507d4d8350"}}],"status":"accepted","resourceType":"Task"} +{"id":"194d634a-872a-5ac8-8220-9c335d19c472","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS343999"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/31aa1da5-c3f8-500b-8bdb-56f0d94ebb29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5142d227-4568-5593-bdf5-09f467371caf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c2f092b-a483-5b58-bfe4-423ddbc24326"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/034742fd-1d21-54bd-aab8-def9845b6f23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f6bd2cf-7e39-5151-ba4a-91bebc05aec1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c2f092b-a483-5b58-bfe4-423ddbc24326"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/034742fd-1d21-54bd-aab8-def9845b6f23"}}],"status":"accepted","resourceType":"Task"} +{"id":"1e760c16-97bf-5c04-b8b4-ae23aff70969","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344001"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d90ca0b9-f7d7-5a63-8352-0effb6d308fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/31d56367-7903-5ea4-ab6b-595264d5220e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a1d9b2a-034b-5d57-8134-82c62921dd13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49104d12-e2d9-5c44-9099-e35c5ee94e43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7289df21-38a7-5871-b035-87d9d04a6930"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a1d9b2a-034b-5d57-8134-82c62921dd13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49104d12-e2d9-5c44-9099-e35c5ee94e43"}}],"status":"accepted","resourceType":"Task"} +{"id":"27df3d51-b358-5fb1-8311-2212d1811c96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344002"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/099f5c00-54b1-55df-a0d3-92162d0d79ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1687e92f-6b2a-5de0-8117-6dfdb5caff9f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d51c549-2c7a-5da6-9bdb-1b99aed3ef50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3845ba76-08cf-5ad2-b6ea-0d15fa68e0e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fef00f58-6c38-5097-9240-eb26aa6c324d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d51c549-2c7a-5da6-9bdb-1b99aed3ef50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3845ba76-08cf-5ad2-b6ea-0d15fa68e0e0"}}],"status":"accepted","resourceType":"Task"} +{"id":"43d5188b-5008-543e-8b38-1926a0a71a90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344004"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f38d8668-c4c9-53f7-bb9c-988d05d2ba64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4faa7794-8701-5c9a-a910-9ff804632592"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61d49068-ef54-5543-a059-522a434e3b6d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82323794-b68d-5440-897b-d4f3c538818f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7c0b7b6-5f07-526e-8f46-b7f15a8f4f16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61d49068-ef54-5543-a059-522a434e3b6d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82323794-b68d-5440-897b-d4f3c538818f"}}],"status":"accepted","resourceType":"Task"} +{"id":"2c2d9e77-50c5-5f47-a689-fb3e73ca0c19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344005"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c6c5cf39-574b-55f5-aea0-279240a86e63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/33fa3bc5-4bda-5f14-a005-2a39da0673f1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6be6aa1e-c5f4-5059-afeb-a681659df312"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82ba1fe0-e2bc-5775-8c65-ef0dbeecaf23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e513dbf-a52a-588d-81d4-33536bf4f2cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6be6aa1e-c5f4-5059-afeb-a681659df312"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82ba1fe0-e2bc-5775-8c65-ef0dbeecaf23"}}],"status":"accepted","resourceType":"Task"} +{"id":"889556fa-d072-55fb-a682-36b5b90afb09","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344007"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0222631d-4820-5a05-ab39-6b12bbaa2c86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f66d3c64-064d-5f31-a010-63397bb240c9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7700fcf7-ef78-5edf-85f1-e1eff8bf0910"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b4599d6-44b5-5784-a11a-8b8833c34689"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a630f2f1-c99b-525b-a2b9-2ac08d37352e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7700fcf7-ef78-5edf-85f1-e1eff8bf0910"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b4599d6-44b5-5784-a11a-8b8833c34689"}}],"status":"accepted","resourceType":"Task"} +{"id":"af935bed-1915-5514-b696-5f0978f24279","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344008"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3cb42838-56cf-5d58-8190-f05fec23fe7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3f397496-a365-5f95-8550-1d4c618ad53d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/024d5dab-cd3e-5ef8-a30c-7bd5d8015b8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a6b8892-5210-5e69-83cf-e25dc4dbd0cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8a25ca2-2b7c-57db-84ec-83df7dc4985d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/024d5dab-cd3e-5ef8-a30c-7bd5d8015b8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a6b8892-5210-5e69-83cf-e25dc4dbd0cf"}}],"status":"accepted","resourceType":"Task"} +{"id":"ea646cf8-904b-5c59-aea4-51bd279b84b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344010"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/15bc81ec-8165-513d-91d6-6e0855061dc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6dc34eba-7209-5920-b4d6-cfebd61ebb6e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ed07fc7-a289-581e-8b5d-4c54df594217"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85ca9c3f-873b-580f-b4f4-2f7f8e3db7ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe9fd7a7-5cdb-57ec-bccf-e79a28ae333c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ed07fc7-a289-581e-8b5d-4c54df594217"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85ca9c3f-873b-580f-b4f4-2f7f8e3db7ad"}}],"status":"accepted","resourceType":"Task"} +{"id":"5a2c5afe-c766-552a-82f4-d6784174e840","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344011"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ba888bfe-b598-550e-9293-bf53dc54e2e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/06bb128f-153e-554b-b804-d09b5618c9da"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a0d8bce-9bd3-52cd-9b47-f1d9a1810b0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9bf9b007-64d2-59a6-81fe-769149a86de0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/554f5d87-5b2e-5a30-bc74-29296953e9f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a0d8bce-9bd3-52cd-9b47-f1d9a1810b0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9bf9b007-64d2-59a6-81fe-769149a86de0"}}],"status":"accepted","resourceType":"Task"} +{"id":"b40ed0d0-369c-53b9-b550-9d673eb69045","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344013"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d964ca3e-c77d-5a94-b730-aa5cc6f8f367"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bd5f01e8-ee0d-5bcc-9f01-b644c375cf84"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3a450c2-ece4-5a9d-8566-2c0554e51b6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58eb617f-6eef-52d8-95bc-5057dfa97064"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79f73d6f-ada6-5a64-93e5-b21fa2d78c6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3a450c2-ece4-5a9d-8566-2c0554e51b6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58eb617f-6eef-52d8-95bc-5057dfa97064"}}],"status":"accepted","resourceType":"Task"} +{"id":"c022eaaa-dac3-539d-b020-4fd192af81fa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344014"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8126c38c-8012-5706-9ce9-ce0d49218be8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/923df715-a779-5b06-aa07-e05257ac039a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5718d54a-0456-54a1-8426-73b56e904ddd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc6df936-9f70-5441-829d-2a79bcb569df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88ad2e8e-f43b-50e0-9331-d08f9c074749"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5718d54a-0456-54a1-8426-73b56e904ddd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc6df936-9f70-5441-829d-2a79bcb569df"}}],"status":"accepted","resourceType":"Task"} +{"id":"7d030f08-92aa-54a2-9ab8-3e75296bc4bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344016"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b8ba4f51-b140-5887-a1a0-c635e3626159"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a10830fd-6788-5671-a0fd-e65cbacd94ac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efe57782-e9a7-5390-a257-5d6e3eb55ef9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/003d762b-06a2-56c6-b263-9a3d50cce414"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40a1b784-91bb-52b0-a775-47bf1e4acc1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efe57782-e9a7-5390-a257-5d6e3eb55ef9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/003d762b-06a2-56c6-b263-9a3d50cce414"}}],"status":"accepted","resourceType":"Task"} +{"id":"e47392f2-e391-5831-8062-cff837880790","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344017"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a05e8de5-280c-5423-91f2-5b8e0c35516f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6c5cf32e-9689-5365-a009-51e7ab503c45"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfc4d1ea-5fed-5eac-8b02-1af3c725ef11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e53e7393-9de4-52c5-89d9-ff135d71cbc7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d3eeb1c-a102-590e-b3d3-86d6e9e61639"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfc4d1ea-5fed-5eac-8b02-1af3c725ef11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e53e7393-9de4-52c5-89d9-ff135d71cbc7"}}],"status":"accepted","resourceType":"Task"} +{"id":"20fd310b-f4d7-5639-a440-7a44a6553a0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344019"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d8f3df0b-d91d-51d5-b9ad-132ade7e46c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d863441b-9cf2-5ed5-a2c0-72c91261f86e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb7b2b66-0417-5e9b-92d9-685083498677"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ea074dd-115c-545a-8716-b10c70467f5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c03aaeb1-a464-5276-ac86-5e2ce675dfa8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb7b2b66-0417-5e9b-92d9-685083498677"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ea074dd-115c-545a-8716-b10c70467f5c"}}],"status":"accepted","resourceType":"Task"} +{"id":"90f60f1b-5ce8-58e4-a056-c9569c706747","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344020"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d50385b0-769b-59e7-80e8-5d6aa3da2d6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c42854a8-3d81-5052-9c9c-b6ef0dcd308e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/804730ae-2619-5dc8-80e8-3654517b5cde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef2ad5c5-5039-58c5-975d-e0988dbf74f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c6b3f53-1642-5eae-8430-8a68a0ae2812"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/804730ae-2619-5dc8-80e8-3654517b5cde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef2ad5c5-5039-58c5-975d-e0988dbf74f8"}}],"status":"accepted","resourceType":"Task"} +{"id":"22753474-4ae3-5f37-b767-a1363876a0b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344022"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/05cfac7c-0e97-59c7-86dc-eb82b9b7c694"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1d9c7fda-4a92-5610-9d46-ab466ad211a9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3c6fe91-ed5c-537e-a322-fa606e5e9e9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c82cec12-a30b-5d9f-a28b-57c3b0429a75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98b3c652-fef5-5744-86ca-a0d6b781c144"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3c6fe91-ed5c-537e-a322-fa606e5e9e9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c82cec12-a30b-5d9f-a28b-57c3b0429a75"}}],"status":"accepted","resourceType":"Task"} +{"id":"f1772b0d-823c-5904-b204-33adf0a8e2b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344023"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3d67cbe8-39cb-5014-b4ef-2af4f0a642a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6c87c9a2-b504-5f93-8430-097cf0b996d0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80bb980b-1666-59dc-806b-d53642e2dc44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1de7e6c-e9e4-5c7e-b44d-b8a9571cdb15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f51b2f5-5230-5680-a2b1-7a372f819208"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80bb980b-1666-59dc-806b-d53642e2dc44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1de7e6c-e9e4-5c7e-b44d-b8a9571cdb15"}}],"status":"accepted","resourceType":"Task"} +{"id":"dfcf80e8-e38c-5ec4-8d04-6cba5ae4374a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344025"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f8a4fdfc-00b8-5e32-89a1-8fea1bcd9035"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/52988c8f-4ed4-5b2b-864a-9436fc905396"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32ae755d-7e98-5042-aa2b-0943418b95e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d28aedb-134d-5adb-a0e2-0615750086d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f9c5ac0-cc7f-520b-9d7b-1f81a022427b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32ae755d-7e98-5042-aa2b-0943418b95e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d28aedb-134d-5adb-a0e2-0615750086d1"}}],"status":"accepted","resourceType":"Task"} +{"id":"131d0c42-e080-5841-909e-d3fecdd7f4bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344026"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ec1cccd5-6aa3-5d12-8ca9-4a3bd7686601"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c61dab90-ec6b-51d1-b93e-fc830604408a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32324007-f145-5388-9804-a1cbb6d328a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4fcf901-33ce-5c97-bad7-11ef70fe977e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d0803cc-4807-5e52-ae13-cc335939e259"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32324007-f145-5388-9804-a1cbb6d328a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4fcf901-33ce-5c97-bad7-11ef70fe977e"}}],"status":"accepted","resourceType":"Task"} +{"id":"f755b882-ac49-52cc-9f58-c8c2823509b4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344028"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/20f00f00-ba05-5580-afa8-64a6777175dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/de546625-0646-5ba0-a83c-63a13aa4a471"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b98960b-e2ea-5109-b183-8f44c3f7b21d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fce18a26-ccb2-5967-affb-4c44d781d474"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9aaf8722-e4e5-5323-98b0-aaaad1e0cc44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b98960b-e2ea-5109-b183-8f44c3f7b21d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fce18a26-ccb2-5967-affb-4c44d781d474"}}],"status":"accepted","resourceType":"Task"} +{"id":"4cfd142d-d616-52a4-b581-9b0081c08a49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344029"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7d8cc07c-be51-5d31-8639-1a733ede8d93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/05f1d3aa-61b4-5c49-8a2a-30b0cdbada9b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/018e1042-61de-572e-82df-e533e5a9cafc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8674f80-842d-5b23-bba7-5fcba522a8e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96c2a01f-8fe1-5b85-b08e-5a8812622f28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/018e1042-61de-572e-82df-e533e5a9cafc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8674f80-842d-5b23-bba7-5fcba522a8e6"}}],"status":"accepted","resourceType":"Task"} +{"id":"05a24a2d-82d7-58dd-b2b5-f376667884ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344031"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/615b2630-a9bd-5e68-a2a6-52b5948bf038"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9f02ac91-1546-5444-a969-a0ee87351f57"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55cd4484-39f6-5c46-b368-0b5431005a05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9f174fa-d184-5a06-89e4-ed4eb5f8dc96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/432dfc74-c10b-5cc3-b7f2-dde69d4bb63b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55cd4484-39f6-5c46-b368-0b5431005a05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9f174fa-d184-5a06-89e4-ed4eb5f8dc96"}}],"status":"accepted","resourceType":"Task"} +{"id":"07a1f53e-c117-5121-9c02-0371857c06a4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344032"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b45393df-8d82-5726-88a0-159601d6974a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0d498a77-5725-5c8f-9f50-65c9376cd6d8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04ee486b-d277-5758-b3b1-340091339e2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf86f7d3-17e3-5309-8d12-9de05f181c74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72ab3101-01f3-52d7-80de-fef06b0eeebf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04ee486b-d277-5758-b3b1-340091339e2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf86f7d3-17e3-5309-8d12-9de05f181c74"}}],"status":"accepted","resourceType":"Task"} +{"id":"e30e2830-37d1-5404-8ab8-cc93077dd206","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344034"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/89ba8939-fc98-5e38-b805-87bc3585d6c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/39e0a135-1b5e-5cb1-a749-762d259971cb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8416253-a18d-5a4b-b8a3-aef1822f0dfe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b35002bd-e0c0-55fe-becc-8cc4bf25fd88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c4da12b-4cae-50c8-a5bb-aa8e77e35887"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8416253-a18d-5a4b-b8a3-aef1822f0dfe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b35002bd-e0c0-55fe-becc-8cc4bf25fd88"}}],"status":"accepted","resourceType":"Task"} +{"id":"e0416a71-c7ce-55cb-9176-89675dd78a2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344035"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/65bdc8f9-51ba-52c0-ad47-27019e4d606c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0a7cd832-08fa-5fea-bb17-b65a0c9cc36d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/449d45c5-0e41-5ba8-8543-cdc86142dbd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27ea4058-2532-5aa5-9ffa-af4926beb7ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24087488-46a6-5dda-96d9-6e0ece8e39c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/449d45c5-0e41-5ba8-8543-cdc86142dbd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27ea4058-2532-5aa5-9ffa-af4926beb7ac"}}],"status":"accepted","resourceType":"Task"} +{"id":"95ee46b5-d4d2-50e6-9513-57a811b330d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344037"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9f1774f7-f9f4-5e0f-8c39-81cdb23d2a96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/44eb417d-6209-513d-a65e-fe5cc04666fc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/737b8a18-d4b9-5479-b74e-220e0c5ce52e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb6cfa53-81ee-50d4-b3d7-c11edadde8e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe95d9df-9674-5e50-a7b8-b697ebffb01b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/737b8a18-d4b9-5479-b74e-220e0c5ce52e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb6cfa53-81ee-50d4-b3d7-c11edadde8e0"}}],"status":"accepted","resourceType":"Task"} +{"id":"185b56cc-f709-58bc-9e27-0a5697a3df97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344038"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d5e0a4d5-dd44-50b6-919d-06941b70a042"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/77b209ff-9b4f-5507-9ccb-a5c28c18f450"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09a92e83-9126-56c4-9545-4e858da28d82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3f59e97-e3d6-53ff-86e1-be4f4613d71e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b18c322-e3e9-5e2f-81a7-93ed2a97a094"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09a92e83-9126-56c4-9545-4e858da28d82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3f59e97-e3d6-53ff-86e1-be4f4613d71e"}}],"status":"accepted","resourceType":"Task"} +{"id":"a579ac21-304b-5037-a9f8-31f8d7dfdea3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344040"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/21abe56f-4e47-53b6-9f20-d600f41cce69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0575d58e-656f-59f9-a6de-a6b6cde9ebeb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b09ed7a-14a7-5f82-95ee-5238d23f0460"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b7653c1-f01c-5134-b5c3-659aaf74f255"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37aa1ce6-0107-52a8-a734-3a3c9f898918"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b09ed7a-14a7-5f82-95ee-5238d23f0460"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b7653c1-f01c-5134-b5c3-659aaf74f255"}}],"status":"accepted","resourceType":"Task"} +{"id":"beec82eb-f64b-5bb4-a855-7e9908ae8c2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344041"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c22ac872-de67-5ee7-8561-4caf4e277bbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6af1ba8f-da42-5ae1-bca0-15d2a99f79d7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8de3bf32-c725-50dc-8f2c-dee32d4016ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ddec073-7a34-522f-9ccf-def6fd5ea0b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca7573b4-cf68-5797-936f-744eef367760"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8de3bf32-c725-50dc-8f2c-dee32d4016ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ddec073-7a34-522f-9ccf-def6fd5ea0b2"}}],"status":"accepted","resourceType":"Task"} +{"id":"d0663ad6-220a-5e40-9cfe-2c94687f7ce7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344043"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ee86669a-444a-5236-b946-38ec0721effb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bbe88e59-4cd3-5c2a-8381-a551ed449caa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55c33d8b-cb86-5e9f-a86e-ab87d2676a15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1b2090d-ba5f-52cd-abe5-6e5bad55823e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9f0c724-f399-56e3-9848-639d1607994e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55c33d8b-cb86-5e9f-a86e-ab87d2676a15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1b2090d-ba5f-52cd-abe5-6e5bad55823e"}}],"status":"accepted","resourceType":"Task"} +{"id":"552323a7-4739-53e3-aaa3-0087dc993e32","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344044"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1e4b8d40-ec03-5e37-8724-54dbeb1e96df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/15669e57-d095-5c15-b501-674ecba2bd0e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6f52f12-858c-50a4-83f4-24c3b8dee7d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa4db4e3-fd57-5a62-adec-1d681d1cea09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81ff4f58-5b4e-53ae-b919-1ca0bda162ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6f52f12-858c-50a4-83f4-24c3b8dee7d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa4db4e3-fd57-5a62-adec-1d681d1cea09"}}],"status":"accepted","resourceType":"Task"} +{"id":"8f724044-b226-5c32-8174-5a6d72b3fc35","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344046"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9318206c-38d1-58b0-bfe8-733fbe4ba095"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5e07b4b2-6eb1-5bd8-ac9c-110532a95c46"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1c19887-81cc-5a29-899d-7026cf6c2ad2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4bfdad2f-244b-57d0-8550-f1ec99a1d7ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e4014cd-1f05-5021-be9a-8dcd42305e5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1c19887-81cc-5a29-899d-7026cf6c2ad2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4bfdad2f-244b-57d0-8550-f1ec99a1d7ec"}}],"status":"accepted","resourceType":"Task"} +{"id":"c612e3be-f6a0-5e26-aa51-d495ba7c8b99","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344047"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7945ced2-3485-5f5d-943a-7a44d4cb1419"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2ce1cc27-0741-56d9-b583-996008eba9a0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc703740-2063-5579-8947-3949b2bcfc1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2984908-488c-5877-9a0a-80552e6a34cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20c96c1e-5f4e-5719-857c-fd021b66c214"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc703740-2063-5579-8947-3949b2bcfc1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2984908-488c-5877-9a0a-80552e6a34cd"}}],"status":"accepted","resourceType":"Task"} +{"id":"1cf60117-9c88-5699-9c7a-0e4787be0560","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344048"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d699fa10-a4b2-5786-886f-ff8a82af3233"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/247cb351-3e08-559b-bd11-9f6a983eaa0c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/627dbb4f-6f36-596c-a62b-63a928989cc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5193a26-9a0a-51a5-aab7-887356a9e8cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c79d148d-15bf-514e-926a-f910ad0353b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/627dbb4f-6f36-596c-a62b-63a928989cc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5193a26-9a0a-51a5-aab7-887356a9e8cb"}}],"status":"accepted","resourceType":"Task"} +{"id":"4115ec36-0ac7-5f90-9a5d-9f573ddc5b8b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344049"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8c8e3746-80e3-5bfa-9be8-3de7a847a80d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b4744487-de1b-54ee-81f9-59a35dc5ded7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41fdd3d6-6b35-5172-b86d-5544fec56f9b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e57e9455-e068-5cf9-a1db-ab9a84cd1bf3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63001427-23b1-540a-b88e-0c2f3a458fd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41fdd3d6-6b35-5172-b86d-5544fec56f9b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e57e9455-e068-5cf9-a1db-ab9a84cd1bf3"}}],"status":"accepted","resourceType":"Task"} +{"id":"8b9521c2-d0ab-5214-998b-ce6a99415bf5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344050"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4ad56e57-439c-5fc3-97e4-b64dc6649498"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d5d909a9-d38b-5a51-8b84-a2d736378a77"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4558491-bf8e-53b5-b729-c4644dffe4fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/156e4673-6376-595f-81df-e3eb4fa6690d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27b4ae63-9cda-50e2-87b5-5e0fdb29ab4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4558491-bf8e-53b5-b729-c4644dffe4fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/156e4673-6376-595f-81df-e3eb4fa6690d"}}],"status":"accepted","resourceType":"Task"} +{"id":"a17e3648-9a48-5700-8ccf-7a6a8b1b482a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344051"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6c66f9f1-9c31-5433-8942-1c45606df206"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/784afdd1-95b0-5baa-aa9e-56ea4fabd001"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee6df482-be09-57be-adc9-5309e0b5808c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c5e86df-17bd-5743-b61d-406f1067665e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9abf0582-d8e7-5ef0-be49-33098637550a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee6df482-be09-57be-adc9-5309e0b5808c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c5e86df-17bd-5743-b61d-406f1067665e"}}],"status":"accepted","resourceType":"Task"} +{"id":"1c7cd5dc-9e22-526f-a1bf-aa71460f1b5a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344052"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ba598fed-5398-5273-b2a2-96e34823acb4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0bcffd6f-e1fe-5ce6-8557-41873fd64ac9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc11c4ca-5f1b-50f7-b970-98521fa3254b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3fdd3240-a715-506b-b076-7b3c6ff2fe92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92b4dcc8-6b90-54fe-8909-d112b505a712"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc11c4ca-5f1b-50f7-b970-98521fa3254b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3fdd3240-a715-506b-b076-7b3c6ff2fe92"}}],"status":"accepted","resourceType":"Task"} +{"id":"d5fd7ae9-0cfb-5484-ad78-ef2cc03d8e59","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344053"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a848c678-24ff-5fac-b67a-d2a43c6a6825"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bd282e57-83d9-5a38-946b-6fa3d03dd80e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/248ca6c6-0d31-5d9a-b8dd-4f3481516c26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/308dcf5b-0d8e-56d9-bb14-ff294d47f62b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f67aa5ad-52a7-5dc8-84ca-60460b6e45d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/248ca6c6-0d31-5d9a-b8dd-4f3481516c26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/308dcf5b-0d8e-56d9-bb14-ff294d47f62b"}}],"status":"accepted","resourceType":"Task"} +{"id":"b87e371a-c1a6-5a15-8bd1-aba04afbe89c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344055"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f09e503a-2bf0-59fa-9ce3-57b74bfaf454"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/34975ee6-07ce-5447-9666-6c9ce7de30ac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0a57fa1-4968-51c2-a826-5b734180d440"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ed1548e-01e2-5f72-9797-ea92bad9a8f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3282712-c195-57fb-917d-c040c6b0d2f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0a57fa1-4968-51c2-a826-5b734180d440"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ed1548e-01e2-5f72-9797-ea92bad9a8f7"}}],"status":"accepted","resourceType":"Task"} +{"id":"2524262b-7160-5eff-b383-729f2082dcdc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344056"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ce050c22-f536-5747-9c26-7a00d8b16083"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2fc2c437-4c34-5f9e-8b5e-3abc906bdbf6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82eb03e1-6322-566b-9697-f6bd5751a7a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/852b68e8-14d3-56e7-9944-f8b1acf68844"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a1fa2b8-528d-57d4-add3-debf6df83c3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82eb03e1-6322-566b-9697-f6bd5751a7a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/852b68e8-14d3-56e7-9944-f8b1acf68844"}}],"status":"accepted","resourceType":"Task"} +{"id":"be9697da-528a-538c-81ab-45453a0940aa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344057"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d126c2cb-cfbb-57a6-aaf1-ca1ae0c41c83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a77c05bc-4c64-5847-a19e-c35f94fcb03b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2db93cee-59cd-5bad-9def-dc18130c89fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9eb76d3-2f89-5f3f-9ed1-0cfcbbdf95eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/114e3f48-2926-58f6-9c22-0b1600f3b2f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2db93cee-59cd-5bad-9def-dc18130c89fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9eb76d3-2f89-5f3f-9ed1-0cfcbbdf95eb"}}],"status":"accepted","resourceType":"Task"} +{"id":"a654acee-b670-54d9-8098-0e5fdb918120","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344059"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6f5a0199-a378-590e-9c8d-2ef80c9b9d53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a76e6f0d-550a-594b-b636-d336de974c5d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/704d53db-42e3-5afb-a6ec-9544b7289efa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6e98ef1-cb2e-5b04-944d-26c15d0faf1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aae0e945-c9be-5cf3-a63d-62caedd664fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/704d53db-42e3-5afb-a6ec-9544b7289efa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6e98ef1-cb2e-5b04-944d-26c15d0faf1a"}}],"status":"accepted","resourceType":"Task"} +{"id":"92a52be6-bb4a-5a14-a2f2-48200551bce2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344060"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f13b3d85-8bb6-57db-96a1-e093a40c9967"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/21e082ed-3bd2-58fa-afe9-e97c6ee280a0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0935b75-3f02-587c-b8cf-22cba98e10de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2dc606b7-37ba-5d01-afc2-5e55f92ae0b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d337062-8ef9-5165-94a4-aa9f30f418b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0935b75-3f02-587c-b8cf-22cba98e10de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2dc606b7-37ba-5d01-afc2-5e55f92ae0b8"}}],"status":"accepted","resourceType":"Task"} +{"id":"a43d747a-7c1b-5570-8ac1-b6765a05224e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344061"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/57c6db3a-8f3d-5f1d-af5a-f09f20799305"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/51994832-b367-55ba-b55c-23d852f82fd1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20601a1d-fc37-5e66-989e-d7ad1dc1b646"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c8b7a11-c43b-570f-a11a-dda01a022490"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5bd6e3b-9ff9-5f90-9991-670b7d1f3deb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20601a1d-fc37-5e66-989e-d7ad1dc1b646"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c8b7a11-c43b-570f-a11a-dda01a022490"}}],"status":"accepted","resourceType":"Task"} +{"id":"ed30b091-2478-5eb5-9195-1056d8a5a4a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344062"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cc7df0d8-577e-5766-b092-3c0ae1526166"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e0eeb374-7a74-5f66-aaf4-2dfb397e988c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4ee5f14-7157-568f-9940-75480a30b4bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32726aaf-9594-50c7-8190-d218bad9dc5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b20d296-a94f-5255-a9fe-10be911c5d01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4ee5f14-7157-568f-9940-75480a30b4bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32726aaf-9594-50c7-8190-d218bad9dc5f"}}],"status":"accepted","resourceType":"Task"} +{"id":"c75e7665-1068-508e-b154-71a59008c015","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344063"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d7d05da2-cf3b-5d21-9708-6fa0d8814393"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ec078f86-8667-5c4f-8f04-41da5f35eb5b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52a44c67-141b-514f-a277-b5f6ede01c13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30874c20-40d2-5b3b-82a0-1ec322554187"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a027e29-15dc-5766-83ca-25a2c487aeff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52a44c67-141b-514f-a277-b5f6ede01c13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30874c20-40d2-5b3b-82a0-1ec322554187"}}],"status":"accepted","resourceType":"Task"} +{"id":"950b3b15-a152-5b5c-a7b9-75fdcc04795c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344065"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9048fad0-d564-5ef8-a164-18b5b2da5b5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/df0b03ae-48db-5bdc-895e-c22511379121"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5aaf74b-ae5d-50a9-9202-018b65728c56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/617af4ac-87e0-5666-8f93-183f58e5b96a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fa003c1-eb77-558e-b299-093b663dde92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5aaf74b-ae5d-50a9-9202-018b65728c56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/617af4ac-87e0-5666-8f93-183f58e5b96a"}}],"status":"accepted","resourceType":"Task"} +{"id":"6eb79397-4028-56b9-9b0c-ebad2f35e866","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344066"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b8872c3c-cf5b-5763-a094-bb5946b66566"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f382e20b-d7ed-5dde-a6cd-e8359c8c124f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e262e5ec-2e48-50a1-9edd-fd3e6860dbc7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ca3acb1-764a-529c-9f21-a1c2f6c00c93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ec9cb56-1a7a-5da1-8195-381913601bb2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e262e5ec-2e48-50a1-9edd-fd3e6860dbc7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ca3acb1-764a-529c-9f21-a1c2f6c00c93"}}],"status":"accepted","resourceType":"Task"} +{"id":"5789b930-b72b-5c7b-a6a0-56a5f9730145","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344068"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/70dd9a62-b104-57cc-8a2b-93cdaae35d21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ac2e4f72-586d-5dcb-8c08-7dacc28e5b3d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df4cbff4-a397-559d-a8ce-ddc24229357f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb904efe-bb21-570e-b9d6-991eededfdc7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/577fe1bb-aaca-594c-972b-9c358e46ece9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df4cbff4-a397-559d-a8ce-ddc24229357f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb904efe-bb21-570e-b9d6-991eededfdc7"}}],"status":"accepted","resourceType":"Task"} +{"id":"d535c48b-ed80-5903-b6f5-d4f0fdbcc122","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344069"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/376a3427-8655-5601-ab93-e7bc94b46aff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d39724fc-7d2a-5dea-8038-a91e5760d5b4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/060b0928-deec-5d1e-8c46-9c469a7c38f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ef9e4f8-59a9-5f5e-bbe1-c6f64325997a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60636295-6f23-5343-9c25-e40d317de3ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/060b0928-deec-5d1e-8c46-9c469a7c38f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ef9e4f8-59a9-5f5e-bbe1-c6f64325997a"}}],"status":"accepted","resourceType":"Task"} +{"id":"f2c70cf2-0b63-5dc0-a59e-456683bdfb21","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344071"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ee7d6d9f-0a42-5526-8bd7-566c86087dd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/030b0a16-ffaa-5433-a7ff-7bb2b03b2a1f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d310e4e4-4fec-539b-8ba5-5df06269b95c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98cc8975-1628-5500-860b-59852d090ac2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66335afd-d93f-5af0-b72f-d3f6de2a81ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d310e4e4-4fec-539b-8ba5-5df06269b95c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98cc8975-1628-5500-860b-59852d090ac2"}}],"status":"accepted","resourceType":"Task"} +{"id":"e12aa1f8-1791-5496-9c54-1a83e851e3e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344072"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/66a59c82-f7a8-5186-83a2-fd445eb7114c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/675186c1-eef5-5009-803a-3cb5cd38d992"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce388143-8f06-5538-856f-2f6b468dd97b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85324182-95e2-5183-9193-152466707940"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/550b554e-a98e-5e99-a82a-f7ed7ce06077"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce388143-8f06-5538-856f-2f6b468dd97b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85324182-95e2-5183-9193-152466707940"}}],"status":"accepted","resourceType":"Task"} +{"id":"5e98fde7-3f69-5a42-8da0-5809b7d9977f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344074"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3e33d1e7-feda-59dc-9c8a-0801c5d70ad9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6cd8a167-0330-50d3-a825-e1aa3bf5d3e1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87c77810-fd21-5bb1-977b-eef3f1572a3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c8a3158-52b9-5e64-8de5-41271ea4d2d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5742ff8a-1e62-570f-a8dc-ede83d0c5a5a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87c77810-fd21-5bb1-977b-eef3f1572a3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c8a3158-52b9-5e64-8de5-41271ea4d2d6"}}],"status":"accepted","resourceType":"Task"} +{"id":"b3186eb9-595a-57ed-a29f-ea0320819f0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344075"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9b615f9f-66c3-51cd-b9df-9610256ad076"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/19be7dcb-d976-55f4-a175-854a8f79dc20"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a3bc741-65eb-57f9-a2b2-d563314ceafb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0834dd60-26bd-5458-ab99-6e03a45beaf0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/edba5f6c-8a1d-5b47-a803-dbe6c4ee62a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a3bc741-65eb-57f9-a2b2-d563314ceafb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0834dd60-26bd-5458-ab99-6e03a45beaf0"}}],"status":"accepted","resourceType":"Task"} +{"id":"a0a86d42-f3aa-52ca-8135-f70454e37602","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344077"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bdea0fb9-1819-5ac0-a353-24e3a6e09564"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ec679864-0077-5a4e-ba4d-67ae93a0b951"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a48e54c1-01f5-5be9-9ae5-115369bbc92d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1306e359-0871-5042-8b59-8b51e64c0d5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87ca8f2e-fe73-5abc-a080-dbf37fb58f12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a48e54c1-01f5-5be9-9ae5-115369bbc92d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1306e359-0871-5042-8b59-8b51e64c0d5b"}}],"status":"accepted","resourceType":"Task"} +{"id":"cef766dc-7b69-50d2-b93d-ddb03c67389b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344078"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c6920e8c-347d-5436-bbff-f4f290552b86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8c3b465f-318a-5540-a911-ed5fc7198ece"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/126637e6-0549-5599-8a0e-2bfae1961de7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab4177f6-efe3-5535-934f-fe33420a8076"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f6a6af8-7e9f-5a25-8776-cdfc2b265f36"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/126637e6-0549-5599-8a0e-2bfae1961de7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab4177f6-efe3-5535-934f-fe33420a8076"}}],"status":"accepted","resourceType":"Task"} +{"id":"a2c4f98e-026d-5441-91b6-674a999c76a7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344080"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/12d86b32-caa5-5532-832c-5839dec34a17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3258548b-2ab4-55ef-901b-92473dbda1a6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf17121b-65aa-5801-ae23-407c0691bfca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e204d48b-5e80-5790-917c-350f7f7fac8a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb230460-c33c-5e35-8850-2123045390fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf17121b-65aa-5801-ae23-407c0691bfca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e204d48b-5e80-5790-917c-350f7f7fac8a"}}],"status":"accepted","resourceType":"Task"} +{"id":"4f836060-3ed1-56a5-b6cc-6e0fd9f00e73","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344081"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7dfda33b-0e96-501e-942f-6536ecb94a4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b800cb7f-28be-5e20-8f47-984c3834dd69"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52ce73c5-96d1-5d53-af47-4dc6b8cb10b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec12fc5c-ea09-50ec-b5bd-d239896b63a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fba1c87f-3421-56fe-9ecb-579822b246d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52ce73c5-96d1-5d53-af47-4dc6b8cb10b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec12fc5c-ea09-50ec-b5bd-d239896b63a4"}}],"status":"accepted","resourceType":"Task"} +{"id":"6f112218-3585-5171-8733-5e8c619e95b0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344083"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/92943a8a-df57-5994-99a1-674d61c7911a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6458ecbb-9e94-50e4-8e1d-93971088ea8c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b37d2a59-d518-5590-8997-69b2e1f676a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f2be816-e83f-5551-9709-304050064956"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f43ef3a3-d2a4-59c0-ad44-e02a2574e277"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b37d2a59-d518-5590-8997-69b2e1f676a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f2be816-e83f-5551-9709-304050064956"}}],"status":"accepted","resourceType":"Task"} +{"id":"73716881-0833-5bd1-9df0-afb882877aae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344084"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ce1d61b3-b259-524e-a1d3-c1068cd3abe1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f0b6cb0a-d8c1-59d1-9066-5604a21f8397"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d037d7c6-8d55-5cf3-87bc-7beb026feb1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66c47d43-0c62-5ed0-9d60-b46ab6a67abe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be0a29dd-ddcf-564e-8891-b067bc484b8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d037d7c6-8d55-5cf3-87bc-7beb026feb1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66c47d43-0c62-5ed0-9d60-b46ab6a67abe"}}],"status":"accepted","resourceType":"Task"} +{"id":"97cd82d9-cab3-5593-9a48-528f90d28b26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344086"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cb78fe3e-0c67-5b59-9c8e-d073613f8dc3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/48afda44-8a16-555b-bcdd-48c027dea7f4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d68498ea-e0b4-5f07-9e9f-9bf129ad4b45"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7197829e-be08-53e4-9965-45006314f3c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28f86480-c790-5c7f-9760-6d59f00ffec4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d68498ea-e0b4-5f07-9e9f-9bf129ad4b45"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7197829e-be08-53e4-9965-45006314f3c3"}}],"status":"accepted","resourceType":"Task"} +{"id":"c43b452b-2314-5a19-8872-f1e1f7d97397","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344087"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/29cca322-b867-5330-b44f-ca0c229aa10e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2a7cbbfd-a72a-5457-9b68-ff676f6e38cb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6ed27fc-14a2-59c8-a6b5-e7724d418faf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c8d6098-246e-5607-ba07-a018b48538f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c52d45b-39ad-5525-a456-76c92436b847"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6ed27fc-14a2-59c8-a6b5-e7724d418faf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c8d6098-246e-5607-ba07-a018b48538f8"}}],"status":"accepted","resourceType":"Task"} +{"id":"b86e662a-7e16-5869-b38a-a7e2ad264f77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344089"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9dc6b89f-b45c-5667-9304-59007fc09d00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/544ff30b-05df-5af7-a478-a72439cb254e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f706110e-4f19-5680-8b96-e063dad1aae0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c20e0043-b105-583c-8443-8dc5cfeb2651"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/974c9f8e-4f7a-5e64-9204-60e5ea002b55"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f706110e-4f19-5680-8b96-e063dad1aae0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c20e0043-b105-583c-8443-8dc5cfeb2651"}}],"status":"accepted","resourceType":"Task"} +{"id":"0cc8513f-7583-596d-9694-034ec957976a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344090"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/03d9cf24-6c06-5689-b9a3-bf3df7568a0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/359c6a7d-8084-5af7-943c-528a931ca8fe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93329837-cbd6-569b-b681-666cc9aa5c31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6863dd5-2267-5ac1-ae8f-d3376868fffe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90968f08-43bc-5df7-8cda-fce0be381368"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93329837-cbd6-569b-b681-666cc9aa5c31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6863dd5-2267-5ac1-ae8f-d3376868fffe"}}],"status":"accepted","resourceType":"Task"} +{"id":"d728b994-6855-5e87-8786-dfc17009fa08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344092"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6fc277a3-afb3-58f3-a61c-c1e059a7774f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8180e4d5-6710-5194-be8a-2adc8d5e34a2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0dab84eb-6ecc-5df9-8f87-49a60b77f49a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/974ad626-f9ff-5c63-81ad-eb7c8f75875e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa259aaf-3786-5042-a803-bb4466737a80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0dab84eb-6ecc-5df9-8f87-49a60b77f49a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/974ad626-f9ff-5c63-81ad-eb7c8f75875e"}}],"status":"accepted","resourceType":"Task"} +{"id":"54e5ebf9-19e8-5b62-a3f9-7c218d9f4521","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344093"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5dd4fe4d-d874-5ab6-a45c-96846a418b56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/63060b62-6777-50d0-ab9f-e70988f82f1a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33955b8a-ce77-58d2-ba3e-3463ac876c66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d878ba41-0b3d-53f2-8521-8e0844524bef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da3d58b1-6c80-5f30-a6b2-165f030080bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33955b8a-ce77-58d2-ba3e-3463ac876c66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d878ba41-0b3d-53f2-8521-8e0844524bef"}}],"status":"accepted","resourceType":"Task"} +{"id":"9bb1c135-56ad-5faa-8c7d-751c2b5d0d68","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344095"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5fc09dcd-8325-5589-ad10-0fbb94f775f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7d9da9c0-6f70-5c31-9e3b-1fc3b91c580f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c2215dd-b36c-55b0-99c2-c4684c3e52ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8000fda4-00df-5ecd-892f-cf9869986ad3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77524e6e-a227-53da-b85b-7c5a13e82363"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c2215dd-b36c-55b0-99c2-c4684c3e52ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8000fda4-00df-5ecd-892f-cf9869986ad3"}}],"status":"accepted","resourceType":"Task"} +{"id":"40a1cd8a-282a-562e-944d-c6992f5d8990","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344096"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e9dfaeb8-b00a-5861-bfa9-ad3023098690"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2bb71b48-6570-51a1-908c-5cea85983e20"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52e6c44a-c860-5c2f-8cfb-3b851979fc98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1235e10f-22a4-5896-a466-ad034a5fdf6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6965d222-e928-5f9c-abed-b98adac4da9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52e6c44a-c860-5c2f-8cfb-3b851979fc98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1235e10f-22a4-5896-a466-ad034a5fdf6b"}}],"status":"accepted","resourceType":"Task"} +{"id":"c707d8b8-c05a-54e2-806b-1f788e9c170a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344098"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5f848c84-accf-528c-aea3-ce445e810d80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9b446cd1-f97f-524a-a85d-d6fbe62b6bf5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a41b75f-a9e9-5fb7-8b18-d765210d122a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c63ded8-e896-56a5-83fc-ca6d1f19887c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de121015-1663-528c-a927-97767baab4ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a41b75f-a9e9-5fb7-8b18-d765210d122a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c63ded8-e896-56a5-83fc-ca6d1f19887c"}}],"status":"accepted","resourceType":"Task"} +{"id":"a5894d65-e6e3-532d-b39e-01bddec48f9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344099"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e5c181aa-14ae-579e-a7cf-86de45992772"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/89920fea-9d83-5a8b-8a0a-3173eaf25ccf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66e2d9ac-6541-5b4b-8654-931e0684f0cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b36027c3-54d6-5485-8641-e6bd104dc640"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63fa6d03-9561-5eae-9f07-ca1bdb46acd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66e2d9ac-6541-5b4b-8654-931e0684f0cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b36027c3-54d6-5485-8641-e6bd104dc640"}}],"status":"accepted","resourceType":"Task"} +{"id":"a352d7a9-cd8a-5482-916f-46bd7636271a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344101"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1555d7d2-0587-5849-af42-c4aebe19f2b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8ccca59f-ee76-58bf-9b07-aa1c89e386ef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f2d7c17-6e92-5f64-91a0-6b767af52f3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddee12e4-b5b9-5000-82d6-eda55336a36e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fdd11191-f2fa-5306-bcdf-c34a21eba50e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f2d7c17-6e92-5f64-91a0-6b767af52f3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddee12e4-b5b9-5000-82d6-eda55336a36e"}}],"status":"accepted","resourceType":"Task"} +{"id":"70ca5e19-8668-55bb-85ec-e7ae1c12af50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344102"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7a3c4c7f-881e-51eb-9a51-afe2a965be1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c079fa6a-aa51-5113-a0d7-a28a7a6c8c76"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4f0f1cb-37ff-5a3d-91ba-f95fd8534021"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b77a84f7-1c37-5bc5-bd59-434bc5d33a21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc029dff-55a3-5474-9891-d99483b92f95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4f0f1cb-37ff-5a3d-91ba-f95fd8534021"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b77a84f7-1c37-5bc5-bd59-434bc5d33a21"}}],"status":"accepted","resourceType":"Task"} +{"id":"ebbd2354-8d50-5dea-9e5c-ed60141b5559","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344104"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eb28e756-d196-5b74-8cd1-fcbce8a916e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9b0fd03a-8dc7-5499-b7c5-65578a76bae1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/024dc27a-5eb9-50a2-a55e-f3346635f687"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b222ab4-a3fb-5577-bc35-0c77edcd9771"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49e427e4-fbce-5538-bd47-963b25e6b849"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/024dc27a-5eb9-50a2-a55e-f3346635f687"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b222ab4-a3fb-5577-bc35-0c77edcd9771"}}],"status":"accepted","resourceType":"Task"} +{"id":"418b62b3-78c0-55f8-bc09-f18f203ba89a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344105"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bfa6e192-b6c4-521c-a9b9-6bb9235bbefc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bd6e2a99-43e5-559a-8848-5ca738454e89"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a404ce72-2332-5697-8be3-a5f3e2d61f5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab350b87-f6d2-57e3-a417-896e0ee26c1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01e55155-56b0-5460-bbff-991af3b07940"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a404ce72-2332-5697-8be3-a5f3e2d61f5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab350b87-f6d2-57e3-a417-896e0ee26c1c"}}],"status":"accepted","resourceType":"Task"} +{"id":"7b4e885d-29d8-5b3f-963a-c0a131ebb50a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344107"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/75bf786e-9eaa-54f4-9467-018c02a520b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cc4dc5d9-ab1b-5c7d-9233-51f4d7bb39de"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/397da36e-7b21-5113-98af-8a9b65b37411"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92911b5a-bb33-5535-a1b8-4baf8f3715ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b39abfa-d2d3-5e3d-941b-627f55603281"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/397da36e-7b21-5113-98af-8a9b65b37411"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92911b5a-bb33-5535-a1b8-4baf8f3715ee"}}],"status":"accepted","resourceType":"Task"} +{"id":"62f97929-fd8c-5126-8f3e-28715915e211","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344108"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f3be1666-8519-5111-9be2-073536f50c90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3469a475-49f5-5413-a187-d1d0fb9b2803"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36dfa0e0-3caa-5c14-bcff-ceb8a88c4eb6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39bd0310-a3e1-539a-9bc6-6de6b76e6804"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6987a150-4c20-5b34-b1c2-6a9286e9e044"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36dfa0e0-3caa-5c14-bcff-ceb8a88c4eb6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39bd0310-a3e1-539a-9bc6-6de6b76e6804"}}],"status":"accepted","resourceType":"Task"} +{"id":"311dc07f-9399-5beb-a12a-c370b904611a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344110"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ee40b62c-b9c7-5d58-9c7b-5fe09e45fc92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/89e0e9a6-bdba-50e5-bebd-223d583c6e91"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25a6b795-9f78-5549-936b-b6f85db52f9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d7b5ec0-41dc-51a3-a2d4-f487559dfc56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66e8269a-f185-581b-a10b-d89762d7421b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25a6b795-9f78-5549-936b-b6f85db52f9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d7b5ec0-41dc-51a3-a2d4-f487559dfc56"}}],"status":"accepted","resourceType":"Task"} +{"id":"92a5f84c-844d-5d98-b325-27909e750690","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344111"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2ef31bec-d3c6-5a1e-a728-6ae3fd8865e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/955fc8be-624e-52d1-bfd2-02222f65e35e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfb302ec-6ae4-575e-91b0-143c92cb5b09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8c8ff2b-3029-5325-bee7-8d83c067c8f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d2f59f8-1887-53e3-aa02-31e79b43a9e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfb302ec-6ae4-575e-91b0-143c92cb5b09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8c8ff2b-3029-5325-bee7-8d83c067c8f2"}}],"status":"accepted","resourceType":"Task"} +{"id":"54c54de2-eb2e-50e1-8fa3-0c86bd61dd3a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344113"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b6774849-e06a-5c77-9d97-857f2e4571f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a68c69c6-9174-5ef2-86aa-49d3926b1d1d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37687099-fa24-5bee-92af-3397261e8b0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58e0f6f5-5eb3-57b1-a6a3-c8c2840754b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/755781c6-54d5-5a63-8cff-33fe30e9d478"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37687099-fa24-5bee-92af-3397261e8b0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58e0f6f5-5eb3-57b1-a6a3-c8c2840754b5"}}],"status":"accepted","resourceType":"Task"} +{"id":"ecd44ae5-2984-5773-80be-9dc1092c6d49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344114"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/077d8db8-900d-54aa-a8f9-236f5a5c7468"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/97c548c9-adba-5751-ba6e-c4653844a3bb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f627f5fc-421c-5b5c-9bb2-3b0f0cac0003"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f8ffdf7-592b-5acf-bdad-04f12a25d7d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2607658-071f-5b11-9022-6ae528af8e6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f627f5fc-421c-5b5c-9bb2-3b0f0cac0003"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f8ffdf7-592b-5acf-bdad-04f12a25d7d7"}}],"status":"accepted","resourceType":"Task"} +{"id":"cbd7d2b2-9b41-59f7-8d5b-55084c04b4bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344116"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cb05bf5c-92ca-5182-b512-677bb5e28e70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/583d66fb-7619-57c2-8896-fd859f99f9c4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac3fb966-e9f6-5789-87ff-93bd2edd28ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2401452-8495-54f6-9278-7e44633f2ec4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad222725-878e-5c22-8c3b-591af7167317"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac3fb966-e9f6-5789-87ff-93bd2edd28ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2401452-8495-54f6-9278-7e44633f2ec4"}}],"status":"accepted","resourceType":"Task"} +{"id":"e232e81e-d47b-5e72-87ee-a546f94a3938","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344117"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dae02839-2782-553f-8938-9b813c9d4ba1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f3699434-280a-55f2-b67c-7eef65c80deb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0accabe-a9d3-5003-997e-2d4f827609e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd746a2e-6344-58cd-8730-05b6d810b7c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23baaa94-1096-5c5f-88b6-9f93ef6a9d2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0accabe-a9d3-5003-997e-2d4f827609e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd746a2e-6344-58cd-8730-05b6d810b7c6"}}],"status":"accepted","resourceType":"Task"} +{"id":"4928f1d6-1f55-51c7-9129-37f12ea8d79c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344119"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4a747896-5670-52a4-a3a1-2fb0209d623d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c3db7b1c-8e81-5fe6-8624-bae568451d68"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d48cab0-bdd9-5683-9e59-53a987f2f839"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1600542f-9e55-5d53-843d-c886d81a3938"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77f9211a-6bac-5f74-b590-044f0b04aa17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d48cab0-bdd9-5683-9e59-53a987f2f839"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1600542f-9e55-5d53-843d-c886d81a3938"}}],"status":"accepted","resourceType":"Task"} +{"id":"c59a10cb-a8fa-5255-bebb-8261ff09c66d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344120"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4032b50c-f6cb-5eaa-9e4b-8266cc19ae35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/457ce432-1144-5b2e-9c53-318e73a12ad8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b448491-db26-51e6-bb94-1c2682237390"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a4fa55d-e6d2-545c-95f8-5eb262b9ba0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2b7b919-66cb-50e1-a740-244f085bb14e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b448491-db26-51e6-bb94-1c2682237390"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a4fa55d-e6d2-545c-95f8-5eb262b9ba0f"}}],"status":"accepted","resourceType":"Task"} +{"id":"769b58a8-0a39-5191-af13-f72ba4c7e9f2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344122"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c470abf9-abad-5d47-8dd5-06b25d51fd13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4a6447a1-cf81-5eed-99d2-ac2cffa63b32"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f1d9a0b-2a61-5cda-ba72-ad9e9c477030"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf117778-51da-5d50-aea4-e4f66399c47f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1731352d-66b6-58a4-bace-cdb7494c8d53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f1d9a0b-2a61-5cda-ba72-ad9e9c477030"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf117778-51da-5d50-aea4-e4f66399c47f"}}],"status":"accepted","resourceType":"Task"} +{"id":"ec131777-bbe9-549d-a165-b66c68360db8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS344123"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9f935bb5-4116-5471-a716-64451b42fd1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f182dc65-ca5f-57c4-9501-b85064f4838f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c7b550b-e548-508a-9455-2f3aaca638d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c48c79f7-4a46-5e50-ba8b-8367e3c457c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fc3ef1a-c78e-570a-82fc-6c3cdc1fa1d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c7b550b-e548-508a-9455-2f3aaca638d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c48c79f7-4a46-5e50-ba8b-8367e3c457c9"}}],"status":"accepted","resourceType":"Task"} +{"id":"fa6ad0f8-fe27-55e0-95a9-c242b7766473","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350638"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5597d8b9-2d1d-5ff2-bf32-9eb695960c97"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/784c77c0-8128-5658-b3a1-fd568c86e2a5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fb5a767-4535-5d25-add9-6c0468d1f0d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8bc9ac54-9ba0-5e45-ad55-1535a4a97193"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5551b75-ed35-5671-a92b-95b3d9750353"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fb5a767-4535-5d25-add9-6c0468d1f0d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8bc9ac54-9ba0-5e45-ad55-1535a4a97193"}}],"status":"accepted","resourceType":"Task"} +{"id":"622c7160-af09-5207-9b28-38166125453e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350639"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/490d91ca-e850-50d0-80fc-9a33fd4854ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8093e279-f7c1-5972-ae8a-0557328caeb8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f70ecb9-d974-571e-bb91-2a866d4584da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd854482-1e92-52c7-aa8a-07bce36e70cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95c4667e-8b0e-5ed2-8f17-ad4ecdc5fdf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f70ecb9-d974-571e-bb91-2a866d4584da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd854482-1e92-52c7-aa8a-07bce36e70cc"}}],"status":"accepted","resourceType":"Task"} +{"id":"7a1bda73-2e97-5879-bc59-c8b1aeb88cba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350641"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fe929a2a-3734-53d1-ab05-fd21833872d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/31f18b73-a288-5914-b3b4-b4247b8da6d3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3eb2dc7-380c-5e55-a4ea-b61dac0c0a16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/710f2b82-6f17-553b-a99e-bea715766a2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef8b1c72-2e93-5fbe-9ec2-ec5ab2c35187"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d3eb2dc7-380c-5e55-a4ea-b61dac0c0a16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/710f2b82-6f17-553b-a99e-bea715766a2d"}}],"status":"accepted","resourceType":"Task"} +{"id":"0c7fb649-6f9d-509c-bfea-b63a60b96788","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350642"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/90e8ffb4-7f6a-5a61-86d2-28c9e4853ee6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f0401439-7e4a-5437-a15a-8b2b9c96cff9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc017d78-bbf6-5420-adc3-39de9790aa22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/455941a0-53a6-58b5-a308-bafc28eb0522"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/486fd9ec-9482-5aad-b731-af65ecd152f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc017d78-bbf6-5420-adc3-39de9790aa22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/455941a0-53a6-58b5-a308-bafc28eb0522"}}],"status":"accepted","resourceType":"Task"} +{"id":"1004398d-303e-5c64-8bf2-652734e82838","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350644"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/75254b28-c33e-54c4-85ec-9fe337683128"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/52fb2034-3b00-5073-ba2c-bd193edb70d1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/616f4e76-702c-59f1-b751-3fa3e61fb796"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/701bd1d8-02fb-576d-92ca-77d8624310cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bec7af78-4916-51e4-b817-589567c790de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/616f4e76-702c-59f1-b751-3fa3e61fb796"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/701bd1d8-02fb-576d-92ca-77d8624310cf"}}],"status":"accepted","resourceType":"Task"} +{"id":"8335608c-8e5d-53ed-942a-bfecd0b9f231","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350645"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/17786068-e9b5-58bd-bc7a-d0370c9301f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2a5639ee-9470-5862-b155-fea74a8fe227"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5b5fcf9-c405-52a4-9cb7-bf53d4b6ae9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/460c2711-8934-599f-a1ff-293f60191461"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c929a155-ad62-5463-95d8-108a7fca9861"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5b5fcf9-c405-52a4-9cb7-bf53d4b6ae9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/460c2711-8934-599f-a1ff-293f60191461"}}],"status":"accepted","resourceType":"Task"} +{"id":"1bf162b9-88c6-5bef-9940-8577ad0b7141","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350647"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c0b0665f-6ad0-5fe0-9421-d1ce8121c125"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8d6b4027-e776-563f-aab3-6b08a2b8c05e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60c13e64-01f5-5b04-a063-10ac529931ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9afd5261-699a-5ed3-84bc-56c431f556d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17cc4fb3-7a46-5540-9144-69df89784b05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60c13e64-01f5-5b04-a063-10ac529931ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9afd5261-699a-5ed3-84bc-56c431f556d4"}}],"status":"accepted","resourceType":"Task"} +{"id":"9b29eb4c-f7aa-5906-91d3-6b6c44c639f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350648"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/622a911f-02f6-52c3-a376-e021927e21ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/91b80c20-bf4d-5051-90c9-d75aadbb07b3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37944783-717c-5c93-bd40-a9561dfe2823"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46ee4e36-7f2b-5e99-96b5-4aadc6142910"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8724cc09-8967-5d53-b5b9-25c7c5d797a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37944783-717c-5c93-bd40-a9561dfe2823"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46ee4e36-7f2b-5e99-96b5-4aadc6142910"}}],"status":"accepted","resourceType":"Task"} +{"id":"791d2388-bf30-52c5-8c3a-5864b619b662","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350650"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9c1185d5-68d4-5805-bd72-cf09875808a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f8288201-0ec1-57fb-b842-fc4d55ed17ef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b79b76b-7244-5cb0-a89a-af8dca94ef50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/125c8792-e25a-5ccc-8ee7-14b3f7ccb9ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/920c3223-2593-5111-ad03-641b7279d6c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b79b76b-7244-5cb0-a89a-af8dca94ef50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/125c8792-e25a-5ccc-8ee7-14b3f7ccb9ae"}}],"status":"accepted","resourceType":"Task"} +{"id":"5e3be568-6cc5-5732-bfe4-fcf3c345b727","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350651"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d347c7fe-367c-5f46-b3c5-79f73bdab7f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6424bbed-05b0-5e51-b8b6-311704c3a74d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ded96f2-9ebb-5590-8ff2-c5c5b351e11d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fea7eb8-90a7-5140-a4b4-fd94cb11b57d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48fb287a-27eb-526d-b673-c812c988aca5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ded96f2-9ebb-5590-8ff2-c5c5b351e11d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fea7eb8-90a7-5140-a4b4-fd94cb11b57d"}}],"status":"accepted","resourceType":"Task"} +{"id":"8e7242e9-1bac-591a-8d6e-243a65c4d448","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350653"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ca02d565-e43c-54a2-9f08-e3ae3b9cad0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8c7f5bb3-fe04-5c13-8d93-7f53a1dcb096"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d102621e-c1e7-5e01-bef9-9c19fbdf1b64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef2d871b-0fb5-50b1-b0e2-b396a6abc930"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1709500a-ed12-54fa-a746-49e3276d63fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d102621e-c1e7-5e01-bef9-9c19fbdf1b64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef2d871b-0fb5-50b1-b0e2-b396a6abc930"}}],"status":"accepted","resourceType":"Task"} +{"id":"c476f70d-4679-5ee9-92d8-fc11ff74aff9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350654"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/20e939a1-43d1-55e8-967f-530504ac8c1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1c130f47-3375-5001-a2ff-0b7c0a0d8bab"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e1726b2-7fda-577c-8acf-3fa7fc24f208"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c806850-b734-523f-b488-f921937e54bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abe8aed0-3b2e-50ee-ab90-f5dc69072e8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e1726b2-7fda-577c-8acf-3fa7fc24f208"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c806850-b734-523f-b488-f921937e54bb"}}],"status":"accepted","resourceType":"Task"} +{"id":"50eb64ef-2465-5e44-bf29-0e6ec5c74856","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350658"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2e00dc54-cd08-5744-856a-005ef589af93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/56f90110-37b0-5a94-9e1b-5b015c0dd57c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9cfb739-72f9-539c-aa63-c899837d1561"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf3a99f4-7ca0-5925-b768-3e8189f4a2cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc80e094-c4a1-58f6-8840-3b3668a5d3f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9cfb739-72f9-539c-aa63-c899837d1561"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf3a99f4-7ca0-5925-b768-3e8189f4a2cc"}}],"status":"accepted","resourceType":"Task"} +{"id":"0581c8a9-ad79-59bc-80da-75627a4b9c03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350659"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1220371c-b8fc-5918-aa05-8b34e5f0c3ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/25ad2eab-9804-5b96-9147-b56fc64dcbab"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9213612b-b37d-5b68-aaf7-d4ce7b2e1428"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc9eb25d-f615-54b9-862a-f1c39dde6038"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b7cdc34-5455-524a-afbd-4c0800892081"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9213612b-b37d-5b68-aaf7-d4ce7b2e1428"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc9eb25d-f615-54b9-862a-f1c39dde6038"}}],"status":"accepted","resourceType":"Task"} +{"id":"5f949dbd-4eb0-5746-8bf0-c37243c5d26e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350662"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/20cff60e-5262-5047-8676-56a17196f56b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f3abd587-125c-530a-af1f-7ad405394481"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb740aad-7221-59a0-95fb-07f34ba88c12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf8babaf-beb2-595b-9b7d-84aff5cdc80f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08f596dd-6472-5269-a535-3544be41b364"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb740aad-7221-59a0-95fb-07f34ba88c12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf8babaf-beb2-595b-9b7d-84aff5cdc80f"}}],"status":"accepted","resourceType":"Task"} +{"id":"a977e780-9098-5da8-910c-b31e1cef8724","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350663"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ce7aaf2a-16ac-53a5-b5d2-b2d3941223d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/78de71b8-aec0-5dc7-8876-90a32af7d936"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af72958a-5281-57e6-81e5-636592c5fe17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31a133f1-4a40-5440-abf8-0e533b63dd6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9b5e35d-1ea7-5d2c-a56d-f717c6298cdf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af72958a-5281-57e6-81e5-636592c5fe17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31a133f1-4a40-5440-abf8-0e533b63dd6f"}}],"status":"accepted","resourceType":"Task"} +{"id":"231ee640-87e2-5664-b5d7-c052e26ba006","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350664"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b45a5578-c5f3-5a3b-87fe-447ec9901064"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b37ca2f7-b0ea-5f52-a070-4de7b22fe992"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a98218f7-2585-5dc5-9c6d-95d2d51b5b2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d562cb1b-a921-5fdc-a0f4-1cead59bae2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36e4410e-431e-5619-8bfb-c270d04d0a2c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a98218f7-2585-5dc5-9c6d-95d2d51b5b2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d562cb1b-a921-5fdc-a0f4-1cead59bae2d"}}],"status":"accepted","resourceType":"Task"} +{"id":"34ca5662-5480-52bd-8c1a-584756315725","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350665"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/69a28211-7e3f-5615-b7c5-275d3eab6ef2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/761de66c-9c22-5f27-8dba-281868efbe83"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45725791-fa76-5d27-95c5-946ab6fc4eb2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a93c257-730c-58a5-b4a2-70b102bb4856"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/723662a3-5971-5343-abe0-3f5437394cdf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45725791-fa76-5d27-95c5-946ab6fc4eb2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a93c257-730c-58a5-b4a2-70b102bb4856"}}],"status":"accepted","resourceType":"Task"} +{"id":"9758c885-74db-520b-870e-f6de555cce37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350666"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/51521320-6c28-5030-92cb-c6910b86abf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a62acc84-f446-53a2-bf7b-7d0c912ee0f8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bae892e7-ee99-5bb3-b489-6dec4286bdb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/baf94ea0-cced-5779-89f1-cdcd27447559"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a01fb0b-ee85-50bf-b1c5-3f4f2fdc6bf3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bae892e7-ee99-5bb3-b489-6dec4286bdb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/baf94ea0-cced-5779-89f1-cdcd27447559"}}],"status":"accepted","resourceType":"Task"} +{"id":"f2f6fc4a-4114-5adf-b61f-f942261872b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350667"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/55a51f4e-e82c-5f91-911f-66fd230c5b99"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/223666db-5db9-550d-b62b-5fe10b5cdd7f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/268d5b5c-0a1b-5d87-bc03-8f82cbe3828f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fa306e9-26ab-5791-b23c-0ca3749f17c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0bbd4781-f77d-54ea-90b9-4a6072f8ec6d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/268d5b5c-0a1b-5d87-bc03-8f82cbe3828f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fa306e9-26ab-5791-b23c-0ca3749f17c0"}}],"status":"accepted","resourceType":"Task"} +{"id":"09f74eac-6099-5e3f-9f48-b3076853f0c4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350668"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f87860f3-86a7-51c9-a0c4-9e9db24f83e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5ab92493-2347-557e-acca-750af2fa865b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43a1121f-af91-57b4-af7e-2d781d6ee079"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/175f6d28-ccfe-55b5-a435-307f6b01a973"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47c89bd1-5ef5-5576-9aa7-12fab31d4928"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43a1121f-af91-57b4-af7e-2d781d6ee079"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/175f6d28-ccfe-55b5-a435-307f6b01a973"}}],"status":"accepted","resourceType":"Task"} +{"id":"f0c9431b-f840-57f5-aa2a-9e1a24507021","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350669"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b0a731ec-19a2-5731-bde2-7b10f34ac78e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b74d3c3b-3e0d-54f5-bec3-363d604f9734"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a795981-a23a-521c-9556-63283bc9f789"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1a780cb-4e65-5c1e-b068-1c681883251b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11f0dde3-5ab4-5196-a6a2-0e1ebaed3e1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a795981-a23a-521c-9556-63283bc9f789"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1a780cb-4e65-5c1e-b068-1c681883251b"}}],"status":"accepted","resourceType":"Task"} +{"id":"16e24f25-e81b-5a3a-a6f7-c1024807839a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350670"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/148bc012-e35b-5393-8298-329574f0272d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5b6a2ab8-4ca1-531c-9d99-b34746c113bb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be7dedfb-6817-5988-bf57-256e83402425"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/486a1a74-d1cf-59a1-bfe2-3484c8601fc1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/085672f8-329f-5b62-a6f5-44d9dbd96377"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be7dedfb-6817-5988-bf57-256e83402425"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/486a1a74-d1cf-59a1-bfe2-3484c8601fc1"}}],"status":"accepted","resourceType":"Task"} +{"id":"f124bced-8e61-52f6-87df-80df6235a1eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350671"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ad17dab9-4581-57a1-83db-f2bee96403e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4d863745-2b97-53d3-bedd-c0c6dade5f30"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ac3c10f-4cd3-549b-aa4a-43a60ccb6cea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11440492-170c-512d-a87e-e5f3047d07cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ef81d10-e754-5790-9fbd-b204cb864006"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ac3c10f-4cd3-549b-aa4a-43a60ccb6cea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11440492-170c-512d-a87e-e5f3047d07cb"}}],"status":"accepted","resourceType":"Task"} +{"id":"2954a410-77ba-54a6-bfef-4c0f84ee1d5b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350673"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8ef2eb94-3c83-556a-9736-728e051381c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e977550b-a4a1-5538-b48c-71cdb12637f4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46f49f67-f89e-5fd9-a28e-98d01e7539d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11c1a8dc-cbcb-5a50-b9a9-995c81e3cee5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d53baa55-8481-540b-85a4-846e12603bbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46f49f67-f89e-5fd9-a28e-98d01e7539d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11c1a8dc-cbcb-5a50-b9a9-995c81e3cee5"}}],"status":"accepted","resourceType":"Task"} +{"id":"554a3e8c-6e89-55d0-97db-e9720b69aa1e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350674"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/94dd2d7c-a711-527e-b504-57ffe515195b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/88fae50e-1c5c-5a0c-86e2-d3b6c997da07"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a2b99ba-dd70-5220-8bb0-26a93efb678a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d8da601-6bb3-53f9-8bca-482928885af0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b39a5959-8292-53ea-a088-22ec5c8031aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a2b99ba-dd70-5220-8bb0-26a93efb678a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d8da601-6bb3-53f9-8bca-482928885af0"}}],"status":"accepted","resourceType":"Task"} +{"id":"65b4cb41-ebc9-543c-87c1-beb03f4143c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350675"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/18f0af6f-ba8b-5fb4-91fa-82118a30ee12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/29fcd21a-50df-58dc-b902-89eb733d02d2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b0eaf50-565e-5263-bdd3-0f7276778113"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49408630-2e36-5e7a-bd4b-979b9315140f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72624f8a-a256-5e13-8888-2757308fed19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b0eaf50-565e-5263-bdd3-0f7276778113"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49408630-2e36-5e7a-bd4b-979b9315140f"}}],"status":"accepted","resourceType":"Task"} +{"id":"16821b8f-b09f-5c21-a812-79487072fce9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350676"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9d96efaa-3e32-5b1d-bf79-4c6a732817a2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4c34aeb7-b152-52a5-9223-5f4f9a95e586"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9af66ec-059e-5c4a-a99a-db4c16dab07c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4abeae01-91ee-5fb4-a1b1-2495d2952b76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d7647c8-08ac-5710-9610-65c165eec384"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9af66ec-059e-5c4a-a99a-db4c16dab07c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4abeae01-91ee-5fb4-a1b1-2495d2952b76"}}],"status":"accepted","resourceType":"Task"} +{"id":"678864d6-0690-5a22-99a6-21f17e48f947","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350677"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/17c4cbf1-2175-52c3-b690-7863ec3277ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5d978a21-2f04-571f-a78a-fbf4fe7f5d17"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88378536-e6ed-5ed9-965b-0ed28f795487"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/101088dd-2d30-550f-a394-7489671ae5fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a365e990-dfd6-57c6-95b0-0b613208b7ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88378536-e6ed-5ed9-965b-0ed28f795487"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/101088dd-2d30-550f-a394-7489671ae5fd"}}],"status":"accepted","resourceType":"Task"} +{"id":"58a6215e-e1b0-5462-a041-deaeade39276","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350678"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d8eeb6b6-b060-5f8f-9d00-29f8da11667c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0a8ae5d6-668f-50b3-9824-2542b97a7cb6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d69f93c6-6126-5735-8bc0-b31642ea3347"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8025ea68-83e4-587e-a6cc-4a6082419231"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd8276d6-f412-5b25-9780-fff2ad89008e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d69f93c6-6126-5735-8bc0-b31642ea3347"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8025ea68-83e4-587e-a6cc-4a6082419231"}}],"status":"accepted","resourceType":"Task"} +{"id":"fd3c5b6c-386a-5a9f-91fc-eb27a03b9a75","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350679"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f3cd9864-c45d-57f0-94ab-c50439c63124"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4618dbf7-32c0-5274-aece-b73d3cfaff29"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34d74bb3-c3b9-57ae-b394-90033f8aeeb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46b4aea1-b951-5ad6-aed2-5abc17aad8f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e61a5b4-11e7-5f94-9761-b4169f56793e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34d74bb3-c3b9-57ae-b394-90033f8aeeb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46b4aea1-b951-5ad6-aed2-5abc17aad8f0"}}],"status":"accepted","resourceType":"Task"} +{"id":"bc584f01-7d55-59b4-9b8c-ba8d0db26810","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350680"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5d06b12b-7586-5759-a3e6-954c68d9c249"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b9b58740-e6a9-5cd5-ae1b-805ee1c4cc98"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e93675fc-93e5-5ff6-8684-4aa0d10c9703"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b7a4253-2706-5aa2-904c-74d9556afc44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/963c7bbd-3f2e-5486-abe0-9bede7c501d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e93675fc-93e5-5ff6-8684-4aa0d10c9703"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b7a4253-2706-5aa2-904c-74d9556afc44"}}],"status":"accepted","resourceType":"Task"} +{"id":"307f7918-3700-5954-b059-28d19249f997","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350681"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5dd5cbf4-05d3-5af1-8aa7-714b42456a10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/12a34819-cd41-543c-9fdd-e19a95f53950"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9469e2f0-3831-54e9-830a-aa30e1f38e75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05b268b6-907e-557b-98a4-b59e94026943"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75d48cb0-65bd-589a-97f8-2d095e06c2f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9469e2f0-3831-54e9-830a-aa30e1f38e75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05b268b6-907e-557b-98a4-b59e94026943"}}],"status":"accepted","resourceType":"Task"} +{"id":"fce559c6-1cc4-5525-bdd7-c637dc1fcfaf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350682"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/09a49fa5-a591-557c-adbf-9840f136423e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3b3eada9-f812-50dd-bc84-92f25b942437"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59bad06b-00a5-54ad-b695-ba1f530bf821"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3274a82c-b1c0-548a-abd3-72cf330fcd1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40b9b416-abf8-58ae-a805-07c368313df0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59bad06b-00a5-54ad-b695-ba1f530bf821"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3274a82c-b1c0-548a-abd3-72cf330fcd1b"}}],"status":"accepted","resourceType":"Task"} +{"id":"a7533604-e73e-5344-8ecb-43086e51bc6f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350683"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/15300a84-998d-5d28-8719-58b4e1067275"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/782df3ee-d00c-521a-bb39-bb7f07defff7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/548ac315-5dcc-5bfa-bee8-7c6ad06a691c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76747182-13a7-5654-b629-be91233680ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b125bd3-213d-5441-9a6e-1e1f1250462e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/548ac315-5dcc-5bfa-bee8-7c6ad06a691c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76747182-13a7-5654-b629-be91233680ce"}}],"status":"accepted","resourceType":"Task"} +{"id":"333f1b02-96e1-59bf-bf5c-ab341bab42b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350684"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/36ae3c80-33fe-5c8e-ad28-475030e3f41f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c7194459-0e56-5acd-9739-992670649acd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b77909ae-49b0-5b17-a8f5-e27fca10177a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/538783f1-7132-5632-aed7-711d28e06469"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82d716f9-f5f9-56d1-a522-f0f09402d6b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b77909ae-49b0-5b17-a8f5-e27fca10177a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/538783f1-7132-5632-aed7-711d28e06469"}}],"status":"accepted","resourceType":"Task"} +{"id":"f4d9653f-3e74-5de7-ac12-648eefb34f1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350686"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/72f7f612-60cf-5edb-8b1f-e044ef144e44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7919843d-5c14-5d60-b2e5-4feadc77b4a1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/385e9ab3-edfd-5ed1-94de-4e1178590698"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ceeba807-983d-5289-9d57-b7a5bdfc59d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff97a27a-02f0-5cbf-943f-430f5a7d4fe2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/385e9ab3-edfd-5ed1-94de-4e1178590698"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ceeba807-983d-5289-9d57-b7a5bdfc59d4"}}],"status":"accepted","resourceType":"Task"} +{"id":"218d62bd-281d-50cb-90ec-10ced311ed35","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350687"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/736cb48c-d015-527d-afe9-cbf8ec5b166e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ef68df78-1057-5483-a325-0cb1f8eb7b6f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f643911-0c9d-5e5c-a2c3-899b90993210"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23009850-c8b1-5997-8dac-62c3a3426a85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c05af2c-10bb-5887-9114-10c13cbe23d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f643911-0c9d-5e5c-a2c3-899b90993210"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23009850-c8b1-5997-8dac-62c3a3426a85"}}],"status":"accepted","resourceType":"Task"} +{"id":"ba5722e7-6dfa-547d-98f3-26f65ea6e394","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350688"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/527433f9-d646-5537-8e07-bd2621a26daa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4f34e179-3cc2-5b9a-bdf7-3eb8c329f5d2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf987fa9-ecd6-55f6-8006-d0f8abf47acd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7835b7d4-2978-5d77-8f3f-7a3b5d979ed6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e30c40f-4916-55f2-a3cf-3d736e065f21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf987fa9-ecd6-55f6-8006-d0f8abf47acd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7835b7d4-2978-5d77-8f3f-7a3b5d979ed6"}}],"status":"accepted","resourceType":"Task"} +{"id":"dc732c86-a319-5f09-8a97-de4cda82de57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350690"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8279110d-e95d-59a1-88a2-b70184b2eb96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/939eb92f-f944-505b-97c9-45b34e54133d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19082a70-0d51-5631-8799-a99eb5825b60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16a9ca77-6eb8-556d-92c0-ac83461942b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4d692c2-da62-5595-944a-ef255194f374"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19082a70-0d51-5631-8799-a99eb5825b60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16a9ca77-6eb8-556d-92c0-ac83461942b0"}}],"status":"accepted","resourceType":"Task"} +{"id":"6d6694c1-18f3-5610-a787-28746fb9739e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350692"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2c7faca9-e286-5830-9fe3-212a5b1e499f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/42bbff23-763e-569b-ae76-b1f4ea00abf5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf9f0d25-f546-550e-9b99-b99cd3c8d3f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82784325-9f0b-54e3-9eed-ef9ff90d5301"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35483a87-e40c-56eb-b77b-da70d955719f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf9f0d25-f546-550e-9b99-b99cd3c8d3f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82784325-9f0b-54e3-9eed-ef9ff90d5301"}}],"status":"accepted","resourceType":"Task"} +{"id":"e3a58c51-f837-599c-8d86-63cc643732e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350693"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/659f9f98-e88d-546d-b60c-3fe24613b24d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4baca3d7-3fcc-5679-b495-f3137cfce1e5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6eb81f0d-98b7-5c1f-86e9-e4c2863415b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/286c8c52-8270-55e5-885c-d980b221a2d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58b91abd-0cec-5732-91f9-f431188b7f9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6eb81f0d-98b7-5c1f-86e9-e4c2863415b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/286c8c52-8270-55e5-885c-d980b221a2d9"}}],"status":"accepted","resourceType":"Task"} +{"id":"ff2b28af-962c-555e-a393-8294e2b9a519","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350695"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/69f784c1-fb30-5aff-9022-0772b19f8fa5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c4f01307-e62a-5592-90bf-6507e3ed8c82"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3038cd40-0b16-542d-9980-33f2ff04afbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd5fe7c3-a90d-5f33-9a33-0c39226866b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5814c0d-8ddc-549a-81b0-e8b5cafff677"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3038cd40-0b16-542d-9980-33f2ff04afbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd5fe7c3-a90d-5f33-9a33-0c39226866b8"}}],"status":"accepted","resourceType":"Task"} +{"id":"988d7edc-aab4-5c0b-894a-f365d7ae157a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350697"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/df7b2c3d-cf6b-5e65-a818-697ed7e2fef1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/913b54f0-5876-5656-bb8b-c373250a9ee0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63b9490c-d9f2-59b2-8f8d-c827f5750b94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adca8e0f-97b6-56a6-95c8-0d4aca3b289e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfbc9c1b-a4f2-506a-86e4-f9b64e61f235"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63b9490c-d9f2-59b2-8f8d-c827f5750b94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adca8e0f-97b6-56a6-95c8-0d4aca3b289e"}}],"status":"accepted","resourceType":"Task"} +{"id":"76b3fd41-1771-50c6-bbcb-acc2a460e566","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350699"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/357abb86-ff5d-5e0c-a099-1b4cc2bef958"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f75bf339-b47f-57d1-8798-41759d6e8c9d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ca572dc-d258-51db-9775-9fc28ebcd0f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73ec1425-e987-55e5-a288-4c22192b4c8f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0abe4b61-48c2-58a1-af55-5248443f436f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ca572dc-d258-51db-9775-9fc28ebcd0f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73ec1425-e987-55e5-a288-4c22192b4c8f"}}],"status":"accepted","resourceType":"Task"} +{"id":"0c35129c-357b-5a1d-b29f-8f60220465d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350701"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/22907cd5-71c7-541a-a690-c6307083b58b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ada7eab9-956f-5a31-b958-1842b47f3182"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f576aae-5575-512f-9102-693ab9e4b006"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62f9739a-c5fa-5541-a39b-fbc056907f73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2f76566-264a-5319-98fb-afdb1ed6fad3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f576aae-5575-512f-9102-693ab9e4b006"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62f9739a-c5fa-5541-a39b-fbc056907f73"}}],"status":"accepted","resourceType":"Task"} +{"id":"b1e3a8c0-0905-5cdf-ba80-1e10904272ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350702"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8c5a2841-d458-5b87-9b6b-62f3418b8b11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6b23ec94-4057-53b1-9ba4-52ae4befced1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d51a6e1-50e1-5ed4-99c1-c1321c0b4e73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3b23b1e-4223-5468-9ec7-9d347f9e2375"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff7645c8-d24e-529f-9e05-7bb0afb320b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d51a6e1-50e1-5ed4-99c1-c1321c0b4e73"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3b23b1e-4223-5468-9ec7-9d347f9e2375"}}],"status":"accepted","resourceType":"Task"} +{"id":"ba4e4ac3-8f71-543c-8896-0932c864c9a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350704"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d9bd521d-92be-5be1-9a4b-f8168e0dc5df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5e395d4f-30d0-5866-b882-9c70d955145d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c1d5934-9193-5f55-ab7c-60c26fb62fa8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13ff2a41-d7bc-5974-a251-4dbc1b5ea80c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/642e79c9-1c67-531f-a0d5-17f36587f6df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c1d5934-9193-5f55-ab7c-60c26fb62fa8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13ff2a41-d7bc-5974-a251-4dbc1b5ea80c"}}],"status":"accepted","resourceType":"Task"} +{"id":"46ba382c-34c1-5931-9ce1-4d42fba64dc6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350705"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3a5db2ca-e7a0-5f43-8b49-e1b654152910"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/92c5cbc0-c404-5373-805e-494ebd44c50f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a451241c-cbd5-5d7c-85ed-f85c9bc77db6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c482c22-a5ce-5291-8f92-5709fdf34057"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffa6c024-036e-58cc-a8a3-4364433d0be0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a451241c-cbd5-5d7c-85ed-f85c9bc77db6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c482c22-a5ce-5291-8f92-5709fdf34057"}}],"status":"accepted","resourceType":"Task"} +{"id":"80eb840d-3dca-59aa-a51d-e7bac5648a03","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350706"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4e4dce4f-6ea3-508a-9f67-6fa5f7eafbf8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e2819817-b2c1-5c0d-a801-9a3e2c38370b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4adb0bb6-df09-50d4-b93b-2e0818c068c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/635939a0-2242-57a2-ba7a-e8ff3a9bd1f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/94d43964-a5b3-55b3-be8a-8722c5dc4f5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4adb0bb6-df09-50d4-b93b-2e0818c068c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/635939a0-2242-57a2-ba7a-e8ff3a9bd1f2"}}],"status":"accepted","resourceType":"Task"} +{"id":"1423fb3c-5d0f-500c-acd5-55de69db9825","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350707"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fdfaf8d9-20b4-5b29-88ba-a64ea7be4b18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3d954a56-6bbd-5e4d-b02d-db51f89c78ff"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ac1de89-e7ff-55af-958c-03f0d839cb61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/deacdd5e-55b5-56ac-92a2-9dc21d80152a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f631803-6ddc-5e77-85b6-52e5e03fa66a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ac1de89-e7ff-55af-958c-03f0d839cb61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/deacdd5e-55b5-56ac-92a2-9dc21d80152a"}}],"status":"accepted","resourceType":"Task"} +{"id":"6a40afd3-dd53-5f86-94b3-e51b8572e9d5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350708"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5bad4f79-02e7-5375-b62f-007b5bb48c72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9b93198c-087d-5e49-9cb3-7524529350cb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e7dd4bd-902c-5d8b-9d40-d9455d0ece02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aaacaaf3-b428-55ef-81bd-4bf042edaaf4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d025cf4f-8f0b-522e-8838-2161ab05faa1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e7dd4bd-902c-5d8b-9d40-d9455d0ece02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aaacaaf3-b428-55ef-81bd-4bf042edaaf4"}}],"status":"accepted","resourceType":"Task"} +{"id":"d0e03586-d7df-509b-9229-2d9ba1b09837","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350710"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ba804f11-a0bf-567c-bdb9-8527cde071b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/846bfa10-b430-519a-97b6-fac3c9a99574"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ec86dc8-48b9-5d26-be94-aa805df7548d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e505592f-4fc4-59f1-a606-59ff324e29e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d96ecc0-f5de-5f71-91a8-b1a41c30e22e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ec86dc8-48b9-5d26-be94-aa805df7548d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e505592f-4fc4-59f1-a606-59ff324e29e1"}}],"status":"accepted","resourceType":"Task"} +{"id":"eda1a63d-effa-5e9e-8b3f-a7db98db4734","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350712"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c552fcff-faac-5e4a-ae7b-3551a303adc1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aaad78a2-7581-5721-a3f8-21e3fba6d67b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16a72992-f296-5445-ae11-a3bd4391ecc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/128c4863-4fd5-5d87-aa38-301136a1a734"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/981f029f-cb00-5e1b-8780-2ec4fc392f86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16a72992-f296-5445-ae11-a3bd4391ecc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/128c4863-4fd5-5d87-aa38-301136a1a734"}}],"status":"accepted","resourceType":"Task"} +{"id":"1e7fea5d-83e3-50bb-9eb3-2b6ebecd56bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350713"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/44fdaa5b-e4c9-5bda-8a3a-42b482ada30a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5108dbd8-384e-54dd-b1c6-232f0b9b2d1f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36596086-5566-5684-97ae-d07a3085db06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8db6fdfc-1e38-5c47-b9ab-9ccf8321479b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6de115a-3a03-5ae1-987c-d905470c96bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36596086-5566-5684-97ae-d07a3085db06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8db6fdfc-1e38-5c47-b9ab-9ccf8321479b"}}],"status":"accepted","resourceType":"Task"} +{"id":"f8f27ebe-af5a-504d-8c76-2b0a9d4fc0c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350715"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a79b5ff0-357b-5d5a-905d-41566b85361b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f8d3b185-684e-5fee-ab0c-a0589e7f6a34"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4940651e-ee37-5262-a80e-d797dfe86f32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c732a4ae-a7e1-5ba9-b9f3-451de3b30d34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ecf5996a-ac98-5cd6-9084-4f018c4c32a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4940651e-ee37-5262-a80e-d797dfe86f32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c732a4ae-a7e1-5ba9-b9f3-451de3b30d34"}}],"status":"accepted","resourceType":"Task"} +{"id":"8846023c-f3ba-5300-ba71-5927ffdfdb2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350717"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b1a6c295-2708-5d56-bbee-3263bc0b7fbb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aa77caa4-2d71-5e05-965a-ba98e457655a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f31ad102-b634-5471-a8be-4f74b0c9d872"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d0b3006-4d67-52df-bde9-cda47d3197d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e66fafa6-fa3c-55f7-9262-bfc2a633b08e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f31ad102-b634-5471-a8be-4f74b0c9d872"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d0b3006-4d67-52df-bde9-cda47d3197d5"}}],"status":"accepted","resourceType":"Task"} +{"id":"dbcbdae6-df81-5f63-94d6-8dc999da91d6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350718"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bcbc5f84-18f8-5b0b-ab1a-8aba1ae2cc09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3669cc39-d582-582e-8f46-47fa74219dc3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d968d4ce-7b64-565e-aee5-e330b8f16e0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ed90106-5f8e-5378-881a-d450f226e173"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e701a99-b838-5012-bed2-9876b8081526"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d968d4ce-7b64-565e-aee5-e330b8f16e0e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ed90106-5f8e-5378-881a-d450f226e173"}}],"status":"accepted","resourceType":"Task"} +{"id":"c9dfdc63-faf0-50e3-b143-451131b03bf8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350719"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/592ecfb5-8a7d-582b-956d-ee5fe80305b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4ec34cca-2c10-58f8-9b2f-9044450bf8b8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d555f96b-2f15-5c72-9f83-53fa173dad7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a70a0af5-8883-5785-9aba-0b0d852c1d9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1dd25e5d-facc-598f-9ea2-2c66df98c8f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d555f96b-2f15-5c72-9f83-53fa173dad7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a70a0af5-8883-5785-9aba-0b0d852c1d9a"}}],"status":"accepted","resourceType":"Task"} +{"id":"b9ffdc0f-c8c9-51be-bb91-f6718092b0bd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350721"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3d265f28-8acc-5b07-a8b8-2ef7eca7f56e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/73043659-ab77-5e49-9aaa-518a5a1d6e30"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b032f19-1aa1-5001-b093-4de53f6c5918"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf7eb5b7-e313-5097-9a40-7817ccf6b436"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22643886-beda-5a2d-b67e-e2e81e6ad1ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b032f19-1aa1-5001-b093-4de53f6c5918"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf7eb5b7-e313-5097-9a40-7817ccf6b436"}}],"status":"accepted","resourceType":"Task"} +{"id":"12b2e4c5-f150-5541-b0cb-c56657451888","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350722"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c316e14a-dac8-5d86-ae8f-41ba1633a5b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/896cfd1d-00a9-55d3-8839-b1288f10928d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28f7d337-dff7-5bed-9e93-7488577635a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c1f1d88-9283-5575-a250-54b9115d258a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e31f44f9-d49a-5d67-a7b2-be63f72b90c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28f7d337-dff7-5bed-9e93-7488577635a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c1f1d88-9283-5575-a250-54b9115d258a"}}],"status":"accepted","resourceType":"Task"} +{"id":"05471a3c-0cd1-5016-8de0-7c75673bef4b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350724"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b01bd9a1-3cc2-5f08-9cbe-c3858df19a19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e2a10347-e77d-5698-a6fc-3def0775b8dc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb4f2285-abba-5677-a97e-4a2bc7c46619"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc4e922a-7464-5325-92a9-c4fa17140e37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b896263-1665-514f-af35-fcc584939b2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb4f2285-abba-5677-a97e-4a2bc7c46619"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc4e922a-7464-5325-92a9-c4fa17140e37"}}],"status":"accepted","resourceType":"Task"} +{"id":"f0dddffd-270b-5823-9f29-6579a397b75b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350727"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/20a389ce-4221-54c4-8953-f8b3459ad916"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/72319fc8-916f-50d4-ab23-046f0e7db874"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5a44cf8-196e-58cf-a6fe-0a142f089e97"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2cf9729-73b3-57c7-a84a-c0e743ceae85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4b62d7f-7d89-573c-a8aa-194155bdf1cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5a44cf8-196e-58cf-a6fe-0a142f089e97"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2cf9729-73b3-57c7-a84a-c0e743ceae85"}}],"status":"accepted","resourceType":"Task"} +{"id":"a89363d7-337e-51ba-a752-d694c806d9f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350728"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5553abef-a7be-51fa-a6d9-c53730a98116"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9b565039-c23b-5ae9-8729-3ed8f607dad7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa6aead0-c1ae-5c50-92b1-2c7ee15dfb10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c97f0f44-7d8d-5015-ab8f-7f9525b87e12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43465c5a-f7f8-587a-8aba-aff6ae9e489f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa6aead0-c1ae-5c50-92b1-2c7ee15dfb10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c97f0f44-7d8d-5015-ab8f-7f9525b87e12"}}],"status":"accepted","resourceType":"Task"} +{"id":"fcb1c61a-34b9-5308-b4e2-559f454182f0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350730"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8903dbfa-8b73-54e3-8251-f6d6d5b1c92b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/766fcd4c-2cee-566b-b775-c18737c68b50"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e5ecd8f-1d4b-534d-89fe-9ccb75c52407"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/092d43ba-83bb-5ea8-9b86-75ab5f0badbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5586b912-ec94-5c51-ad63-35bca8bab7b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e5ecd8f-1d4b-534d-89fe-9ccb75c52407"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/092d43ba-83bb-5ea8-9b86-75ab5f0badbe"}}],"status":"accepted","resourceType":"Task"} +{"id":"91215631-4029-5299-96fa-718cbeae4bb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350731"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cbb6a549-82d9-5aae-aeff-13bc68ab1e6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/66a75419-9dda-52c4-b5a8-74c3fdcc57b2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2abde00-f213-54f6-b2e1-b648fc0aeac5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a692255-f431-5763-8d5d-756061ac5f7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5159e24-469f-5a21-996b-64d73743ba4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2abde00-f213-54f6-b2e1-b648fc0aeac5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a692255-f431-5763-8d5d-756061ac5f7a"}}],"status":"accepted","resourceType":"Task"} +{"id":"733b2d14-11d8-5483-8044-58d7e7fa8e5d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350733"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/657cad46-f04f-5c4d-a12d-de694cfc53e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cf5eb93c-71cf-5458-80dc-1932a53ca336"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0e64bd3-570d-57a4-9a46-8543130b922a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9538fb2b-a267-58e7-a368-45d87d312685"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2332b964-5fc6-5a2d-849c-1f97293ba676"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0e64bd3-570d-57a4-9a46-8543130b922a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9538fb2b-a267-58e7-a368-45d87d312685"}}],"status":"accepted","resourceType":"Task"} +{"id":"c456cf5b-8aa5-5d80-90d6-6dcfd6908610","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350734"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/103acf2a-a173-58d8-b782-81bb2e825c84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8d85e92c-cab2-5f50-9d62-1b6f786762f9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69700803-d8cd-51af-914d-eb30c014d28a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d562daa8-c90f-596a-8a6a-09b9f25219d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fe8e5fc-9a34-5570-93aa-d0bae0907312"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69700803-d8cd-51af-914d-eb30c014d28a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d562daa8-c90f-596a-8a6a-09b9f25219d6"}}],"status":"accepted","resourceType":"Task"} +{"id":"9ce5799c-d545-54fe-b30a-35ab843ac33a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350736"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1b8471a1-d6f6-5907-af85-c6b24bd038fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2f02f68c-8552-5a8f-8eae-3e58523e8bfe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5bf3288e-b950-5b87-96a1-b76e6b8b0f34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75a3577f-382f-55c3-8bd0-8a53da7048cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2dc2844c-3297-5e75-b4c5-c30928c4d7b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5bf3288e-b950-5b87-96a1-b76e6b8b0f34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75a3577f-382f-55c3-8bd0-8a53da7048cc"}}],"status":"accepted","resourceType":"Task"} +{"id":"cfd139b6-0175-55ee-b585-ebdc1b35a118","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350737"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2068e26a-c144-5516-9a1c-de9cad97ede1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d582a108-8a54-56e4-b529-740d1d01e22b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0aaa92b4-8722-585c-8c31-0f785ce4d99b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfa8cf52-5a2c-58c0-b2b9-41c319ee5232"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f4b6405-275d-5c93-ad41-d4723b20d78a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0aaa92b4-8722-585c-8c31-0f785ce4d99b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfa8cf52-5a2c-58c0-b2b9-41c319ee5232"}}],"status":"accepted","resourceType":"Task"} +{"id":"fb7093f9-36d1-5c9d-8bfb-0c7e1eb95bc2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350740"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/414e56bd-04b7-5c96-8681-f29579fd3d2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ae863b71-d6b9-5612-a75f-300621bdf3d4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/219481fa-b8d0-505a-af93-8d52cfca72ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6d6a101-50c5-5b36-848c-82a49c109e3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5dc6e1e9-d6a2-5835-983b-bae3c884bce8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/219481fa-b8d0-505a-af93-8d52cfca72ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6d6a101-50c5-5b36-848c-82a49c109e3a"}}],"status":"accepted","resourceType":"Task"} +{"id":"17d2cba7-5ce9-593a-9082-b93518e8b4fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350742"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/df2b95b5-350c-5c27-9c57-33c28c95da2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1e60003d-fd64-5761-9e3b-21f9ac9df721"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8011896-a03d-53de-9fbb-5c93888367f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae697a06-2542-5a62-826d-5b79b7e39073"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5351ade8-1335-5521-bda6-dcf8474e137d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8011896-a03d-53de-9fbb-5c93888367f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae697a06-2542-5a62-826d-5b79b7e39073"}}],"status":"accepted","resourceType":"Task"} +{"id":"5bd69f93-0273-5957-935f-592bcbe6370d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350743"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2c322b34-a250-5752-b32a-27461f767b52"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4feffb79-eac0-508f-abdf-a882cff2b2ef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14e76447-f9ad-5bc0-84a2-6a23c09529f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83c67546-756a-5a2b-ab3a-8e0902ad4ac1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2192739-03ed-51c9-aa87-37c55cf728a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14e76447-f9ad-5bc0-84a2-6a23c09529f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83c67546-756a-5a2b-ab3a-8e0902ad4ac1"}}],"status":"accepted","resourceType":"Task"} +{"id":"acbf40ca-3b0b-5c67-b859-7b2c974dffeb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350745"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/38115f21-947c-52c9-89e6-30bb35fad7e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c03c98d1-110d-5e36-823d-17f0cb3b2178"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1602ed77-4092-5485-9ac1-b1dad27f436a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6132ace7-e166-5ac0-af0d-0b15aedc8796"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd05befe-311e-5cbc-9290-3689c8546b8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1602ed77-4092-5485-9ac1-b1dad27f436a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6132ace7-e166-5ac0-af0d-0b15aedc8796"}}],"status":"accepted","resourceType":"Task"} +{"id":"688050f1-f595-5c99-8436-0ab0e9d64486","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350746"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/54dd3be4-e6ba-554b-8dc0-c72698aac073"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8c7b857d-a3a3-5894-ad9b-0d002e8a5e4a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e592e536-74bc-5b84-815d-285cce3ce15b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ba1e16a-276a-5f22-84f3-7254e6701c1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31dce29a-66d3-54f3-97f8-1a556d1b4c1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e592e536-74bc-5b84-815d-285cce3ce15b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ba1e16a-276a-5f22-84f3-7254e6701c1f"}}],"status":"accepted","resourceType":"Task"} +{"id":"d46a86d0-6145-5514-9cfa-5932aaff0095","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350748"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/57ac00ff-9664-5626-9507-217e7728467d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1371f067-5b63-55d0-80e8-b94a0a8056d1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10d19b6a-233a-544b-8020-2e8b1934f843"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d8d724b-cada-507d-a0de-1c65be735d93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1bd10a3a-1d16-5622-ba86-735c0d318c1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10d19b6a-233a-544b-8020-2e8b1934f843"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d8d724b-cada-507d-a0de-1c65be735d93"}}],"status":"accepted","resourceType":"Task"} +{"id":"9480fc17-a201-5fe8-95cc-5ef7dd37f747","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350749"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b2752b64-541a-57c6-b175-72c9bc4dc291"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/453c6e25-308f-5ff5-9707-07ae8626f63a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f5c2b8f-abd9-5c26-a700-50603cfbefe2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6bfc616-e9e1-5124-b507-41845ce06393"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b39f1743-9775-52cb-ba04-9a18521446aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f5c2b8f-abd9-5c26-a700-50603cfbefe2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6bfc616-e9e1-5124-b507-41845ce06393"}}],"status":"accepted","resourceType":"Task"} +{"id":"73bbd39e-9169-5219-adfe-08b487078d90","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350751"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d58ef24f-c9fb-50fb-b9c4-dac397c1d6c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/83d575f8-908f-5782-b631-58a31746a667"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bfffc3a-b48c-567d-8acb-e295f5610619"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/057911fb-e631-5ff7-bc4c-6b1379189b70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7cc2c351-c512-5cf0-a5fe-9d8e6c365eb6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bfffc3a-b48c-567d-8acb-e295f5610619"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/057911fb-e631-5ff7-bc4c-6b1379189b70"}}],"status":"accepted","resourceType":"Task"} +{"id":"270d7b21-441f-56f6-9a36-4ca834f8ab19","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350752"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/53c4633c-6211-5fe5-9741-872a8bf771f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/669d7b5a-fa0b-5174-ba4f-3ca16d7fa2eb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe7cff29-a921-5334-9b35-d3726504c97e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50f459f5-29f9-5de2-95dc-5566bc09d135"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c86bfc7e-431f-5301-bb17-8da9fa3f3218"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe7cff29-a921-5334-9b35-d3726504c97e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50f459f5-29f9-5de2-95dc-5566bc09d135"}}],"status":"accepted","resourceType":"Task"} +{"id":"f9432079-3a20-5e0a-ae0f-4a249cb1c987","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350754"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c5f499d2-5524-5f1c-bc26-a4b3448763fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5fc24297-f424-5ff2-a482-b0b73a6b8b15"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55c41a9b-9885-51b2-aa86-0568e6f27a4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04c66593-fd8c-5194-b26c-48171a6b6d35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8462bcfb-19af-5b42-8a87-128bc2badf3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55c41a9b-9885-51b2-aa86-0568e6f27a4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04c66593-fd8c-5194-b26c-48171a6b6d35"}}],"status":"accepted","resourceType":"Task"} +{"id":"e52f5a13-c6b6-590b-9948-57eb6214e884","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350755"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e89c1031-891c-515e-bea8-a9011861cc98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/65fbe757-ae66-5dff-982e-fa6560f6c7c5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/617a43b6-322d-53b2-8686-019c51485bcf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9bd2f91-d00d-5abb-bf50-ac44770a3d4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f15e01d-ab20-5ba7-9a0c-ddd42ac12f21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/617a43b6-322d-53b2-8686-019c51485bcf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9bd2f91-d00d-5abb-bf50-ac44770a3d4f"}}],"status":"accepted","resourceType":"Task"} +{"id":"ad69b73a-e779-5d7a-8733-6ea60693607b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350757"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/478ed47b-c151-5ad9-ab75-ec2f0e31e647"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/47f396c9-fa8c-5a6d-b53e-cefacaa295bb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16cba9fa-c7a8-5220-b7a3-e45f7933054b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26cc871e-6b8f-5d9e-8beb-74b6df43cfcc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93eb11d5-1413-56e9-a11b-71b7e7ea755c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16cba9fa-c7a8-5220-b7a3-e45f7933054b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26cc871e-6b8f-5d9e-8beb-74b6df43cfcc"}}],"status":"accepted","resourceType":"Task"} +{"id":"d9366079-bd37-53ad-971b-6acd169aa244","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350758"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4f415e8b-9d80-52e9-97be-5c136ed67990"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5face994-223c-5159-b6b6-d39291c3a786"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8055a835-d332-5949-ac7c-ecf155548af1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/812c2857-ac84-52c3-b030-64bad0dd2fd9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5141b62e-861f-5de6-a39f-8e4ee7543ed4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8055a835-d332-5949-ac7c-ecf155548af1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/812c2857-ac84-52c3-b030-64bad0dd2fd9"}}],"status":"accepted","resourceType":"Task"} +{"id":"061d1a7b-1dc2-5ff9-a3e0-29133c121b29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350760"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6a096f61-cd79-506c-b576-07ba5143ae51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/052b4c4a-e6c8-5fc6-965e-669696d1332e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e65180b5-3a88-5ecf-aad3-4b068e464049"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71623ee2-80a1-59a8-9973-93618ef3ba09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84a81062-012d-572c-909c-946fedc47c88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e65180b5-3a88-5ecf-aad3-4b068e464049"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71623ee2-80a1-59a8-9973-93618ef3ba09"}}],"status":"accepted","resourceType":"Task"} +{"id":"492afa5e-953d-55b7-9589-7c0761f5bbc7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350761"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/053649e3-69fa-5a04-b16f-533df09389dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a9932933-cdfa-57f6-8fe8-ee4041ba8a14"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/357bff2b-aa9a-5496-a768-cee17188b8a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f1f4ab3-0941-54f0-88c7-ac6ad6be9b49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8a94029-2dcb-5fab-b7c5-9a2ce3264ccb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/357bff2b-aa9a-5496-a768-cee17188b8a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f1f4ab3-0941-54f0-88c7-ac6ad6be9b49"}}],"status":"accepted","resourceType":"Task"} +{"id":"7d06360f-5422-5132-bb0b-fa14a8a1c65f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350763"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/006baf31-7d36-592f-a4fe-2aac1ee218b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f6b961f6-ccf8-52cf-8dd1-56346d725229"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/119f0f20-ab63-59d8-a57d-5d092fe0866e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0008179-aa25-5aa6-a3b0-e8ff58fa48d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/072dff2d-cd0a-5073-b36e-177421e3ca35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/119f0f20-ab63-59d8-a57d-5d092fe0866e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0008179-aa25-5aa6-a3b0-e8ff58fa48d9"}}],"status":"accepted","resourceType":"Task"} +{"id":"4ce8aeef-7eda-5238-b63c-3d5a5bc0d49b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350764"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cdff5ebe-e74d-5817-a7f6-407e7eced1c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cae36112-f4a2-5a2e-989c-495326ab4d9f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55b91404-fd78-5d0b-9a93-080ea0b6487c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81e20b3c-b7d4-5b01-b532-48f0e6c215bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fdf0ad2c-8d68-59eb-bc07-2495d07cffde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55b91404-fd78-5d0b-9a93-080ea0b6487c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81e20b3c-b7d4-5b01-b532-48f0e6c215bc"}}],"status":"accepted","resourceType":"Task"} +{"id":"ed1ab475-0164-51e8-b2ea-1696c79998d2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350766"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b2f872c0-060b-5eba-8105-79ceecdfa17d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/458a76f3-1221-526a-b7c8-21559ec554f3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4fc6388-cff8-50ee-8fc1-df0a0335e829"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eee26ad9-591f-5403-815d-88120d29cbae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54b849a5-f14e-516e-ad18-a3c34953e55c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4fc6388-cff8-50ee-8fc1-df0a0335e829"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eee26ad9-591f-5403-815d-88120d29cbae"}}],"status":"accepted","resourceType":"Task"} +{"id":"fb424a52-0bcc-50aa-8546-5438e9a50d4b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350767"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fd5b0ed3-19d6-5dbf-91a5-d3f545f86888"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ed2b319f-e01b-541a-bda8-200db1fd8974"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb2b7f30-dc13-5054-9d53-abed5ccaaa1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c90132b-4882-55fa-a3b9-03b23638ba55"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41fef50f-aa94-5626-8a88-76ca07fbfecd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb2b7f30-dc13-5054-9d53-abed5ccaaa1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c90132b-4882-55fa-a3b9-03b23638ba55"}}],"status":"accepted","resourceType":"Task"} +{"id":"4335f604-3b94-5db1-b4bf-2c711f98ce11","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350769"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/60fc900d-41dc-51b3-959c-cfc0d448ea4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0d7e3347-9ef4-559a-9021-cb2e5bbd087e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d98d9f74-8c87-505f-aeb1-3e81886917d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b325e75c-8705-5596-bd7c-395b740a3494"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/487ccbe5-b636-593e-92f6-22abacd92bbd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d98d9f74-8c87-505f-aeb1-3e81886917d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b325e75c-8705-5596-bd7c-395b740a3494"}}],"status":"accepted","resourceType":"Task"} +{"id":"73baee9e-3919-54bc-8418-44b235332c0b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350770"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/755e5925-4b4b-5b09-b075-eca168b4f90e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7abeadb3-c87c-59e8-8ac8-bce358c83d9a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b82f6ad7-b5f6-5227-b317-9c7ca6f5e45c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fda098b5-1a35-58a5-b35c-200a549103ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39c22e9e-bdca-50fc-b8fb-1aa7858c347c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b82f6ad7-b5f6-5227-b317-9c7ca6f5e45c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fda098b5-1a35-58a5-b35c-200a549103ea"}}],"status":"accepted","resourceType":"Task"} +{"id":"87a4453a-c0e8-57ad-8163-cdc935ec6590","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350772"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/41e29ecd-1a06-52e7-af6d-9dda4e418a30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a3c7ef27-23f5-5cb0-88d0-57bcff48e292"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c5f3c99-b44f-5552-a65c-f01a41fefb00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eff799d5-926e-5fe5-a64f-5d6abe833b82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e0785d8-b137-5cad-8925-e516d68d6f5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c5f3c99-b44f-5552-a65c-f01a41fefb00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eff799d5-926e-5fe5-a64f-5d6abe833b82"}}],"status":"accepted","resourceType":"Task"} +{"id":"dd4ccf0c-1692-5ee7-a251-eb47e1e111ad","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350773"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f7c18667-0557-5e38-b918-36325c90a203"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9df55d83-0838-5b50-93b5-7d0ecc461f09"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c293a2d-a305-5e3f-ac8a-20587afc06be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ecaee230-880c-5a28-8d1e-b7ec453d12fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3829e37d-1ce0-5aaa-b004-f61cc5391bc3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c293a2d-a305-5e3f-ac8a-20587afc06be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ecaee230-880c-5a28-8d1e-b7ec453d12fa"}}],"status":"accepted","resourceType":"Task"} +{"id":"7e15b2ca-0bf1-59b6-bc74-8dbf3b87cc8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350775"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fe1f8c33-3970-5d1f-b483-5f76fe0f3fe6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/644abf00-6072-5755-9d33-fdc894ce9d2d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11a2bdcf-8a18-5c14-91d9-e5ffec32326c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb96e710-5624-5a0d-9f65-cc582fd827a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b860663-8808-5f60-b6ba-dacb265c3557"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11a2bdcf-8a18-5c14-91d9-e5ffec32326c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb96e710-5624-5a0d-9f65-cc582fd827a3"}}],"status":"accepted","resourceType":"Task"} +{"id":"0266f686-529d-5a8d-8dc1-1cc9c3bfced1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350776"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5f5634c6-835d-567f-a1ba-7250d798bc92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/498d8c22-2364-5ba1-b37e-8051c878c0b7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e46e7dff-6961-559a-8ff3-03663dd2b55b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff23fe28-5007-5b17-8d92-52ca7b82536e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7669a108-6ff8-59b6-b780-157bb169bfb3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e46e7dff-6961-559a-8ff3-03663dd2b55b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff23fe28-5007-5b17-8d92-52ca7b82536e"}}],"status":"accepted","resourceType":"Task"} +{"id":"1d6c9185-ca1f-5e2b-9e88-009f2da24628","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350778"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/59e6afd1-28ab-5d68-91e7-a2bac96a772d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2380a3c3-0904-54da-a3cf-6e246719794f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa35f3d3-e6c2-5d62-af77-1678b5f71620"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/205d59bf-01ea-5d49-8f66-bf1c7cf666f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b487a437-192b-57b1-bab9-c0679f7c5f22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa35f3d3-e6c2-5d62-af77-1678b5f71620"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/205d59bf-01ea-5d49-8f66-bf1c7cf666f5"}}],"status":"accepted","resourceType":"Task"} +{"id":"6a709282-a9a3-5493-85ea-d1dec2116d04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350781"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/318d638f-a50d-58e0-b085-9846ebd62a19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f588d165-035f-5b27-850a-b2ae255b8f2a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54c60ac6-1805-54b4-95e7-fefb9df2e7b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7b1757d-866d-557b-aea9-d6913eaf52e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/370ee9b4-1d90-5a7c-a80f-417878ab9b23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54c60ac6-1805-54b4-95e7-fefb9df2e7b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7b1757d-866d-557b-aea9-d6913eaf52e0"}}],"status":"accepted","resourceType":"Task"} +{"id":"8c981390-434c-51da-984b-ea49a9969f42","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350782"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4e26334b-68cd-5a86-9587-64ba81bd60e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/130b8cbe-ede2-55d5-bc52-a4cbef1bd6e1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbab9d61-199a-5893-8661-a1c2994769fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/022ebfb1-fd42-5fd8-8786-af0e85b6eb2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/770d949c-0932-58b2-bace-7cbfeac54c53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbab9d61-199a-5893-8661-a1c2994769fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/022ebfb1-fd42-5fd8-8786-af0e85b6eb2e"}}],"status":"accepted","resourceType":"Task"} +{"id":"29f383d0-b5b1-5925-b3df-72e12bf88b54","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350784"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b743a361-d932-5aa5-b7f3-213848dd15fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6a78d034-6099-55c8-9c74-4b4be014cbb6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8555d75-3ea4-58b3-a4df-fb444ad47152"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/086c108b-13d1-5799-9efc-773dd11b6213"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65f7d27f-b824-5df5-9da6-9350d00bb472"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8555d75-3ea4-58b3-a4df-fb444ad47152"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/086c108b-13d1-5799-9efc-773dd11b6213"}}],"status":"accepted","resourceType":"Task"} +{"id":"777994f2-a99d-53d5-a78e-7b2da01bc8b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350785"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/12763238-2320-5f67-a5d5-e769058bf3a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4b725086-b216-5b1d-92ba-d5fc71b66ffd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6579ef7-b5a8-5158-a715-f1e4ce73ce24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/652d213d-edbf-5197-b623-9664ec358584"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9c0b311-29b5-50d5-a5d3-3ed3f7f79848"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6579ef7-b5a8-5158-a715-f1e4ce73ce24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/652d213d-edbf-5197-b623-9664ec358584"}}],"status":"accepted","resourceType":"Task"} +{"id":"96b22e15-cba7-5abf-a9e8-c1e58915c153","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350787"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9c24abcb-bf20-56d2-b283-303c8e8dc602"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d988ff5b-4369-5d0d-9dde-365e866de350"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de9dc87a-f3e4-5b42-9e46-901186f25c31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44c056ca-cd23-5255-a11a-193aaae7a56f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d08b29e-40f6-50df-9930-21e32c27c06f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de9dc87a-f3e4-5b42-9e46-901186f25c31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44c056ca-cd23-5255-a11a-193aaae7a56f"}}],"status":"accepted","resourceType":"Task"} +{"id":"547434d3-9ff8-5984-98ba-09a1a16952c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350788"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2418af17-270a-5d22-9eba-0e3b03681e0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f2283ec2-e114-56cd-a857-202fb72ad5bd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8c188c4-ad88-5f1a-8fc5-b6de511704e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64864d11-0bff-53bc-bc33-1e00712a35a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c04e32e-8b04-58ef-b428-2ea457e7a508"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8c188c4-ad88-5f1a-8fc5-b6de511704e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64864d11-0bff-53bc-bc33-1e00712a35a5"}}],"status":"accepted","resourceType":"Task"} +{"id":"dde041f5-e265-507d-8438-095d9538307d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350790"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/948650d0-2409-5718-aad2-bef4e411dc03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/82548e00-96b0-5680-ae65-78b352476a5f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea66c223-2042-596c-9189-115e930f9baf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7287d91d-05d2-5543-87d4-470b8dbd44fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/853f23a7-9ffa-59e8-bf2a-281c2b7cbefe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea66c223-2042-596c-9189-115e930f9baf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7287d91d-05d2-5543-87d4-470b8dbd44fc"}}],"status":"accepted","resourceType":"Task"} +{"id":"33365019-3722-592a-a20f-b399fb1a6fa4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350791"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b98f8dde-f04e-51bf-b3ed-98710205f990"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b54f496e-a5bc-53b8-b03b-5fb5ee95cd0c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11e22e24-6b12-5cfe-99ec-21a03ae58cf3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6eb91b1-5747-53b8-81db-ec6f9a1bfa2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28466dae-c64e-50c7-8d8d-ec0ae2704442"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/11e22e24-6b12-5cfe-99ec-21a03ae58cf3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d6eb91b1-5747-53b8-81db-ec6f9a1bfa2a"}}],"status":"accepted","resourceType":"Task"} +{"id":"5bc4da0f-ab82-50bc-9d29-ee82d2b7a34e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350796"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/94511b07-b1c3-5581-b74c-5688bbbd299d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5ae9a51a-1805-529c-853c-de101ebc04a9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3b9901a-e594-5814-aa89-4206963c4c02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63aadeb3-b305-5933-b99e-b9e636d3ed3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ad53f9b-a5da-5daa-a360-b24693426697"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3b9901a-e594-5814-aa89-4206963c4c02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63aadeb3-b305-5933-b99e-b9e636d3ed3e"}}],"status":"accepted","resourceType":"Task"} +{"id":"29d2aa36-1d86-563f-9448-093821667cd2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350797"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a53d182c-fa64-5409-9ef8-2340b9150ddf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0d7e19a3-5c7a-5a28-838f-89d6027f6166"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a281de82-dbba-5be3-a334-7815d412849c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bca7e62a-cf9d-5229-87a1-4f5028584821"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20c9d7b2-0891-5890-8c0d-202c35eb7776"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a281de82-dbba-5be3-a334-7815d412849c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bca7e62a-cf9d-5229-87a1-4f5028584821"}}],"status":"accepted","resourceType":"Task"} +{"id":"bd41a6e9-ac97-5a99-8755-4b8288aa4d22","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350800"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f0fce244-fee2-5a12-8dd9-10cc0f30a7fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6beeab29-7a00-5774-a107-00c75ab7cd2e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50e14f10-1057-508f-b7a3-1fa29e9a419f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/328bebaa-f5a8-5928-b0e3-dc9f576eb2cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e65a4f0c-6afd-5715-b78a-c234b8bb1f68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50e14f10-1057-508f-b7a3-1fa29e9a419f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/328bebaa-f5a8-5928-b0e3-dc9f576eb2cc"}}],"status":"accepted","resourceType":"Task"} +{"id":"1ea694a7-b323-52c9-b353-6659f9f106dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350802"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/38737b46-4513-5cb4-b819-e478da9b8c7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/01b05e71-0c22-54f7-a249-96b8ff812439"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f95fb009-14f1-532a-935c-eb3c09803490"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de894798-28c1-56fb-bd07-4588b45cb855"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7242c61-01c4-5112-926e-88b86f9ea1c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f95fb009-14f1-532a-935c-eb3c09803490"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de894798-28c1-56fb-bd07-4588b45cb855"}}],"status":"accepted","resourceType":"Task"} +{"id":"d712ad3d-1dc1-5907-a10c-9784abb1a043","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350803"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b19b5b20-2dbc-5711-897a-0f003680470d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f63d683c-1b10-5c44-8874-e9a4e6b6b0ee"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b23af0e2-5da0-5914-94ad-5297e72245f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b605e213-8da8-5dd5-9fb3-e8bfa8247fa7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8dc77f4d-d304-5478-866f-abe34cec12e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b23af0e2-5da0-5914-94ad-5297e72245f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b605e213-8da8-5dd5-9fb3-e8bfa8247fa7"}}],"status":"accepted","resourceType":"Task"} +{"id":"1d667f95-5553-5bd1-a87a-4289ea514f47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350806"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/075d5fc1-13ba-5120-8300-052e1a7e0b76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f3639672-ee6e-5633-a8a8-75c54f7c5d4b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/975f4852-5871-5190-b74a-4b309943f7e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37941aaa-69d5-54b7-a6b6-f37e9edf3efe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3782f284-6b36-525f-8c26-65dae01ba826"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/975f4852-5871-5190-b74a-4b309943f7e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37941aaa-69d5-54b7-a6b6-f37e9edf3efe"}}],"status":"accepted","resourceType":"Task"} +{"id":"8ce2931d-8350-5abf-a12e-f0b59cdf84e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350809"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d433a3b9-d2cf-5684-8409-5d80f405aa42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/01f63abc-c7d3-5efa-8701-ac19511063e0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7354c109-bf67-5c56-a3d3-f54bd0b2939c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddf8ed71-dceb-56ef-9ea7-4500ef129810"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32d2e32f-57ef-57df-8c13-a79bbb278c19"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7354c109-bf67-5c56-a3d3-f54bd0b2939c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddf8ed71-dceb-56ef-9ea7-4500ef129810"}}],"status":"accepted","resourceType":"Task"} +{"id":"ca9b52d9-b0ac-55f1-b9a5-cc831e6d32f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350811"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7cbcf18b-ac2f-5f55-8dc2-29473477daf7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5dfbf3af-efac-56a9-a2ec-3825aeccedff"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5088b742-2c4a-57b2-9027-c7bad8caed55"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b32e874-bd65-5a1d-bf1c-32bb55cef628"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58815dfe-33c2-51e8-bdb8-f6bb7da8f8cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5088b742-2c4a-57b2-9027-c7bad8caed55"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b32e874-bd65-5a1d-bf1c-32bb55cef628"}}],"status":"accepted","resourceType":"Task"} +{"id":"6d3420b5-4539-5412-bb2a-2bdbd820efa9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350812"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dbf10e51-0f65-5109-ac34-f3348cadb846"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fced4a22-efab-50a0-94e8-a1dc04489d89"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8beccf2c-add6-56a2-9830-68b2dfe5b9a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26e05bea-2640-57c3-ba6a-1a268808cffa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c66dd6f4-b775-547a-bcdb-b8e92eaeff7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8beccf2c-add6-56a2-9830-68b2dfe5b9a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26e05bea-2640-57c3-ba6a-1a268808cffa"}}],"status":"accepted","resourceType":"Task"} +{"id":"f38ae936-2a5b-5d72-b5e1-b64ff53c3c33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350814"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6149e0a1-a751-5048-a433-14058c4db13f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b4b02f17-f282-562e-a03d-cf45b58bdfc7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc0309db-bfa1-576a-acd2-ffda7979d036"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63ed719b-167b-51ef-bc56-7d70aa2aa677"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8d61cdb-baf1-53b2-8952-65b1648bd521"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc0309db-bfa1-576a-acd2-ffda7979d036"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63ed719b-167b-51ef-bc56-7d70aa2aa677"}}],"status":"accepted","resourceType":"Task"} +{"id":"d4b9d8cd-6f45-52c6-98c8-7427031d048b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350815"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/606a87c6-0cbf-56bb-ae4d-9dda209151bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/475725b5-b8a9-51b7-913c-410f7ad66ccb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0eadec27-3b19-5a59-9645-eddccac0c3c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f62edc53-1da2-5717-8139-01f23c3bdf52"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe8f1712-b217-533f-92eb-efe323648ac2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0eadec27-3b19-5a59-9645-eddccac0c3c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f62edc53-1da2-5717-8139-01f23c3bdf52"}}],"status":"accepted","resourceType":"Task"} +{"id":"b1616f2b-07ae-566c-ab72-25926f3a4360","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350817"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2bd2379f-53d6-53d5-b0b6-c430ae4e0dfc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d015a43e-d3cb-58ba-800a-dd31a70f1851"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84c10979-b60a-547b-a52a-9b06e011b90d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddd05f7a-d945-5451-b134-1c5b82c0e855"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33ce99b8-8157-5142-8554-9933550b7404"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84c10979-b60a-547b-a52a-9b06e011b90d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddd05f7a-d945-5451-b134-1c5b82c0e855"}}],"status":"accepted","resourceType":"Task"} +{"id":"337b9a57-056d-5eaa-9535-b6700b112a4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350818"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d9277051-c800-5d72-9e9f-655c4c5d9a43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2a381c58-4a30-5847-8acd-84ac55a80951"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08983ea5-9774-5a20-86ed-5c9737af886a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d973376-2fe0-5f7f-b77b-c84558898db4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0000c071-707a-538b-b1dc-02fbfadd79c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08983ea5-9774-5a20-86ed-5c9737af886a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d973376-2fe0-5f7f-b77b-c84558898db4"}}],"status":"accepted","resourceType":"Task"} +{"id":"e2834c56-b486-538b-873e-52bddac2a197","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350820"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8347cdf3-3586-5738-b89e-bbefc3e28e38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/56f68d32-b245-54d0-b2a6-1339485cba66"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d73665d4-0921-5f29-9e68-5af1a49894a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d581c3e4-8ca1-5a2f-96fe-cd83be5477a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfcb1f37-de62-58e1-ae87-1958ee33dbaa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d73665d4-0921-5f29-9e68-5af1a49894a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d581c3e4-8ca1-5a2f-96fe-cd83be5477a4"}}],"status":"accepted","resourceType":"Task"} +{"id":"e578a4b0-8e5e-5c7b-a959-90bb914d6cd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350821"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9e047233-427b-5304-a42e-43c8ecb0444a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b217e5b2-4d6e-5954-8c35-8a4cb4ec4cc6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87d7f321-c1bc-5776-b1b3-fbe4d51c8d7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bae0357e-2ea8-5253-b670-8034c53ea191"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5fad56ba-5156-5114-bfbd-498c03a46665"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87d7f321-c1bc-5776-b1b3-fbe4d51c8d7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bae0357e-2ea8-5253-b670-8034c53ea191"}}],"status":"accepted","resourceType":"Task"} +{"id":"6b8f5bf4-0896-5723-be08-2e401e4a6604","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350823"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a71bb040-7287-560a-9524-3915b3f4d551"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/73c060ae-e1ee-5da8-9464-588b88d3f545"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74318f94-970a-5c51-97f0-0385190090a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10bfc89e-b034-56c2-97f0-0e3849b3e37f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a36c7bb3-e3fd-5e8b-a3b4-1b5fb6729ba1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74318f94-970a-5c51-97f0-0385190090a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10bfc89e-b034-56c2-97f0-0e3849b3e37f"}}],"status":"accepted","resourceType":"Task"} +{"id":"fcb636c0-e2f9-5a57-8176-81c666d5f6f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350824"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/967d35ba-ed57-5bac-af24-4eebbadc733a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/528aaab0-75fd-5a07-b9b9-e69abdc3be83"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01393047-5f01-5df4-a444-331181b46434"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ece04ae8-09ef-585f-87e1-f8c2c5ed92fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a964859d-afe8-5e16-8947-e5fe31633967"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01393047-5f01-5df4-a444-331181b46434"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ece04ae8-09ef-585f-87e1-f8c2c5ed92fd"}}],"status":"accepted","resourceType":"Task"} +{"id":"1461bc60-c0d4-5e2d-93fa-ab8b1a4d005d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350826"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dd524833-5ee9-54cc-b1b8-f68e4ef9464a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/213c136a-ceed-56e9-8494-4ee3789ea078"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87c36cc3-2476-59cc-ab1b-2737276a4895"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f608ab3d-f5c6-5434-935b-1ad6c45b480d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1093d11e-1768-5071-9b55-d4eacbd36c96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87c36cc3-2476-59cc-ab1b-2737276a4895"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f608ab3d-f5c6-5434-935b-1ad6c45b480d"}}],"status":"accepted","resourceType":"Task"} +{"id":"7f5fe6f4-e3ae-552c-8053-9c4bda5fbabb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350827"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/464d2a46-b52f-5698-ac08-e0cc2d94060a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/15c4146e-5146-5059-b3cf-05bfb0ab7ed7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5418f09e-093b-5999-bd1e-b58d0f8ef609"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db9129e7-da97-505c-91ff-f6fac0dba1f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e08086f-3caf-5578-8b98-7c55a31c0342"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5418f09e-093b-5999-bd1e-b58d0f8ef609"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db9129e7-da97-505c-91ff-f6fac0dba1f1"}}],"status":"accepted","resourceType":"Task"} +{"id":"8be516f5-b53b-5755-a922-0855e8a7c1f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350829"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/33c09b45-0a2a-5fb1-8c77-cc00484ba379"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/90162fd8-72c4-5e1e-a6e3-e37d76917a8b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e1727c5-b85b-551d-9682-9afcb154e418"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc9f4deb-2438-51a9-9a1e-93e72cf5a0e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c484bd48-0099-5cb5-aa7d-a34a5dbdb0d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e1727c5-b85b-551d-9682-9afcb154e418"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc9f4deb-2438-51a9-9a1e-93e72cf5a0e4"}}],"status":"accepted","resourceType":"Task"} +{"id":"8c397c79-e5b2-578c-80a8-b7a027b2a0cb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350831"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/afbe1560-07d7-566b-97a9-e956c0e69a45"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/623d0231-2456-59c9-a38b-d5241bb165d6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a3a49aa-acbf-56a7-b685-c5bfa6a05e9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3a74aed-778d-5db3-a100-159ff9bb1253"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64d35d29-4f5f-53e7-9807-706d8389a000"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a3a49aa-acbf-56a7-b685-c5bfa6a05e9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3a74aed-778d-5db3-a100-159ff9bb1253"}}],"status":"accepted","resourceType":"Task"} +{"id":"aba593c1-1348-58b8-a2de-1a4e8bd11a2a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350833"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5dfdc203-027b-5177-bfba-0e835bfbd061"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7dfe0b2b-0607-5a48-8b5c-ca2b1206b757"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c5d0d7a-9c77-50c8-886d-35ec99192148"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/080bb231-1206-5673-b647-79d3ab984076"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1b76b4c-ab32-570e-84f8-0ff85fd23b32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c5d0d7a-9c77-50c8-886d-35ec99192148"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/080bb231-1206-5673-b647-79d3ab984076"}}],"status":"accepted","resourceType":"Task"} +{"id":"3aafcf6f-3831-5d56-9e47-ab01e8cbc751","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350835"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/136d75d0-67b5-52f4-a856-3bd41469db20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c753f8f7-2c31-5c1a-8d8d-8b21c8ac3f79"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e92b5220-e1be-5a9c-b99b-82709357d729"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f71c67a-9941-5b0e-8e8c-50c44f691ba1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/33504dc5-d4ac-59bb-9c73-2f46084940c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e92b5220-e1be-5a9c-b99b-82709357d729"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f71c67a-9941-5b0e-8e8c-50c44f691ba1"}}],"status":"accepted","resourceType":"Task"} +{"id":"b072b92a-c6a7-5b5f-8770-7f4162d614f7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350836"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/006ba812-16fb-529a-948c-26ab705dbf08"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3d172e66-1a73-52f9-83e8-d8af68229c04"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfe9d17e-bb84-55ff-9b30-d72fd28c6301"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5fbaf9c0-22b5-5dad-9568-6e1d05745b63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8a18766-7000-55d9-9698-3dca78963db0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfe9d17e-bb84-55ff-9b30-d72fd28c6301"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5fbaf9c0-22b5-5dad-9568-6e1d05745b63"}}],"status":"accepted","resourceType":"Task"} +{"id":"d45eb9d8-0af7-56a6-b597-f178635bcc8c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350838"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8b6efb2b-9b5d-5eaa-be35-e303a83eb00e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/edf5c6e2-ecdb-5017-a12f-4c7017ffc9a0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf8fa7e9-2d64-5a24-b415-7a93dc57cc34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cd3f87c-bc80-5aef-90b3-bd12c6fbe17b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08f18d20-1e92-50de-a61b-9cca1d9602c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf8fa7e9-2d64-5a24-b415-7a93dc57cc34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cd3f87c-bc80-5aef-90b3-bd12c6fbe17b"}}],"status":"accepted","resourceType":"Task"} +{"id":"c37d94cd-eb8e-54cb-a2ca-17ca5292d1d9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350839"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/efbc00e9-17ac-545e-9ba9-70c384689209"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cbdda6d3-9a7a-52be-b176-e3642ba0114c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78c51912-80d6-568f-a8a3-34480a76fc01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e06039c1-4fbb-55c4-a454-6b5827a79f42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b590f811-8920-5eb3-8df4-087b80954510"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78c51912-80d6-568f-a8a3-34480a76fc01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e06039c1-4fbb-55c4-a454-6b5827a79f42"}}],"status":"accepted","resourceType":"Task"} +{"id":"b7608ac2-d74f-5d29-8c14-e3f4221cbae0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350840"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fbaae626-2ec1-5a07-bd31-6cade7e2f89e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d3e4dd62-bd2d-508d-997c-51736edfd6b8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e58e905-2ac4-5949-aa12-773f3bcf50f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f673946a-23e2-5fdd-9531-8874fa6cd6f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2665cd49-0251-5c59-95b7-f43210de18cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e58e905-2ac4-5949-aa12-773f3bcf50f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f673946a-23e2-5fdd-9531-8874fa6cd6f0"}}],"status":"accepted","resourceType":"Task"} +{"id":"d1f97677-935d-52a4-bf50-b39f07ee5fd3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350841"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b5503d88-4442-594e-a6ab-18b3736788f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0115b501-21bf-50c6-99bd-7c0274e69f80"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78302285-7688-54f7-a67b-f099aaccc82c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d228a8fc-064e-5e85-8800-479e575db943"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba32bbc6-0308-5fcc-a396-dbc446370f36"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78302285-7688-54f7-a67b-f099aaccc82c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d228a8fc-064e-5e85-8800-479e575db943"}}],"status":"accepted","resourceType":"Task"} +{"id":"66628755-b567-5d99-8b44-1b1c62a35d7a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350843"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b3e3aafc-51ca-5be1-8928-2f04a91c3908"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0200cb18-e041-5064-9c80-fb6fd543527c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5e8366a-a963-5724-aab0-39d0715442ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b60df61e-6247-5f7a-ac66-425a68d37446"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d407402-724b-50f7-b913-51c3712c1ca4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5e8366a-a963-5724-aab0-39d0715442ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b60df61e-6247-5f7a-ac66-425a68d37446"}}],"status":"accepted","resourceType":"Task"} +{"id":"34add150-313b-549a-9cfc-c85c9a7b690b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350845"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/210da456-8dd2-5e11-a7ec-419f79c275c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4be77071-6e82-5d3f-b4c7-2cb168b3aee4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4877e31a-37eb-580b-b5b8-dc118082bc1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c46bcab8-cdef-59c4-a50f-417e8ffef44c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9360a391-a0c6-5763-8f61-e7b3a3b43e66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4877e31a-37eb-580b-b5b8-dc118082bc1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c46bcab8-cdef-59c4-a50f-417e8ffef44c"}}],"status":"accepted","resourceType":"Task"} +{"id":"9ee2632b-c647-57dc-8931-a4dc3b39d5d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350846"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/89901882-5eba-568a-9a51-efb47b0f844e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8e1b35c2-2be1-5074-96a7-36e2e8aa4797"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa53cad0-0c27-5db1-8164-01ad0322c217"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/875bbeed-89d2-54c1-9226-ca3f8fe598ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab4a60cd-b0d4-5645-bddf-e7feee280639"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa53cad0-0c27-5db1-8164-01ad0322c217"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/875bbeed-89d2-54c1-9226-ca3f8fe598ed"}}],"status":"accepted","resourceType":"Task"} +{"id":"13297b28-a88a-5ef7-9a83-478ecccae257","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350847"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/329e8960-0f13-5cb4-bb16-f3f2dff2e572"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ba102d2b-a463-52e8-af4a-594f97a7c833"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32d01524-76a2-58d5-9790-7eff44881f01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d1a0213-af9e-5830-ae35-205d93e88ae0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eecc7e4c-79c5-543d-afd7-cdc0b0f88c70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32d01524-76a2-58d5-9790-7eff44881f01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d1a0213-af9e-5830-ae35-205d93e88ae0"}}],"status":"accepted","resourceType":"Task"} +{"id":"7514c706-ef1b-50d2-9ff0-bf6dad6e5b67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350848"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4f071c26-47d3-570d-b615-41ef3aa6e521"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/26e5f497-bbbf-5503-ae7a-1b5a4e14162a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7912f592-f8e1-555a-94b9-2a5f876026ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/539a862a-1594-5d46-ae2b-d9afef156454"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9636d1f7-0882-5ee5-a5b1-37b6f1e7631b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7912f592-f8e1-555a-94b9-2a5f876026ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/539a862a-1594-5d46-ae2b-d9afef156454"}}],"status":"accepted","resourceType":"Task"} +{"id":"285508a9-2689-5c88-9cfb-3e383d002a9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350850"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/041f1664-4d12-5bd6-a6e1-cae2a5f4cca2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/add83869-60ae-5bdf-9c4f-9843ce30f13a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbddccfa-fc4b-5850-8e5e-fdf690454d0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6804bc43-496a-5178-9237-63206493c395"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2583f62e-583f-5d34-8322-404c84942817"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbddccfa-fc4b-5850-8e5e-fdf690454d0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6804bc43-496a-5178-9237-63206493c395"}}],"status":"accepted","resourceType":"Task"} +{"id":"62cb27e4-b8f1-517d-b8bd-9b94eb2938f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350851"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fdf147c2-d7ff-5ac7-b216-8b96cb45ac32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6b480daa-3aa7-5894-a405-15f4f8aa37c9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2bb73419-39be-50c7-bbf5-a32767fd8d50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9106c11-b175-51d2-846a-1fa40076094b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73278d1a-f4f5-50d5-a5d3-a8ce5427c557"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2bb73419-39be-50c7-bbf5-a32767fd8d50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9106c11-b175-51d2-846a-1fa40076094b"}}],"status":"accepted","resourceType":"Task"} +{"id":"ea344ee0-b5cd-5b86-88a2-3004fd121a1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350853"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/80c194a3-5528-551f-bfac-cdb1130d95ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0aa8c033-316a-5139-ba43-69656de5951c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/794e9b53-0a35-548d-b91f-65f951f2b25b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/897bf6ab-2caf-509f-915a-42daea37ae21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1eaf8859-55b0-50c5-b022-bd37fd758707"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/794e9b53-0a35-548d-b91f-65f951f2b25b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/897bf6ab-2caf-509f-915a-42daea37ae21"}}],"status":"accepted","resourceType":"Task"} +{"id":"7008083c-5184-513c-90a4-bf80080dc514","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350854"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c399ebad-9b7d-5360-8bcd-3ad385742b12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a668771a-858e-5a28-ac2c-9f1c75da15ab"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0fd5ba4-73da-5c91-b95c-8d06dcb351e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6765935-01ee-53cc-9895-ad38b241f997"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5115baac-3662-5d42-acbf-2fd54019cb6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0fd5ba4-73da-5c91-b95c-8d06dcb351e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6765935-01ee-53cc-9895-ad38b241f997"}}],"status":"accepted","resourceType":"Task"} +{"id":"31ee2c6d-f8b5-5dd9-90e9-fb544d313bd3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350855"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5288af7f-3e1b-5031-852b-d53e5e22edef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d21aef2a-a5fb-5012-9797-6db0ccc13936"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07103b53-88cb-5272-98b3-d3bdd0bfe7cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd5afa38-1144-50f1-a7b2-39723712b26c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec9a663c-a478-586f-8d34-fd0b5f123f6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/07103b53-88cb-5272-98b3-d3bdd0bfe7cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd5afa38-1144-50f1-a7b2-39723712b26c"}}],"status":"accepted","resourceType":"Task"} +{"id":"a4092272-3b6b-566b-9c02-90ccf5888185","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350856"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5c13b0ca-477f-54bc-ae53-5edfebfb107e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b8d89b9a-b67e-5eff-a57a-ebfbc9752c8f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d48ac606-9a1f-517a-8d7a-13fc44030659"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93ca7c90-8ce0-5056-9c5b-35a2baed08c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de9b1b14-2b8d-52ae-a026-038d51ec5c27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d48ac606-9a1f-517a-8d7a-13fc44030659"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93ca7c90-8ce0-5056-9c5b-35a2baed08c3"}}],"status":"accepted","resourceType":"Task"} +{"id":"833183ac-a261-50df-a5c1-82d4343a714b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350858"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8167f41f-bddb-56ad-b3c6-b6fd1a0de3af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6bbaeb48-6bb2-5d03-a76a-5f277813002b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/753f6fa5-ce23-56bd-a544-ae3622819c96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3aa96f90-9517-528b-8fec-b443dfaebf1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c53add71-540f-5d7e-b4e2-948ed70049a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/753f6fa5-ce23-56bd-a544-ae3622819c96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3aa96f90-9517-528b-8fec-b443dfaebf1f"}}],"status":"accepted","resourceType":"Task"} +{"id":"9afd703e-17bd-53c8-b0c5-6e08a3b8c37b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350859"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/85097b0f-8589-5e2e-a6c9-9cd1160501d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b7bef990-819f-5fc0-b8c3-e4c458c33ed1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c99234f5-4b79-5457-a067-c1f623de6605"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b088894-99ee-56d3-9d40-ad8734991258"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3198750f-d40a-5518-9f0b-0e07d2ee7b8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c99234f5-4b79-5457-a067-c1f623de6605"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b088894-99ee-56d3-9d40-ad8734991258"}}],"status":"accepted","resourceType":"Task"} +{"id":"ca973290-b94a-5747-82b2-01caba07fd23","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350860"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7e9d768f-0aa3-55d2-8ff7-ae1275e65e4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/508be954-d38d-5632-9b23-892a60bcf624"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93e08946-76c5-5b83-9a1f-47da6d37654a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/afa58bcd-7350-57c2-bcc2-fb0f5573a690"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1e1e941-8f1b-5d2f-8766-9c1a06238c38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/93e08946-76c5-5b83-9a1f-47da6d37654a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/afa58bcd-7350-57c2-bcc2-fb0f5573a690"}}],"status":"accepted","resourceType":"Task"} +{"id":"81ead5d9-2325-5210-9d5b-6bee1c8ee9d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350861"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4fdc0d82-da52-5422-baa6-d8c42465b067"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ed66b814-1d1c-524e-aba1-7758c93dedd5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e19e33d-7d1c-5615-bfa4-d1ef630ba844"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8740c378-7d58-50c0-9d62-7dd0a8ef3003"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69e63009-8e9b-5db3-bbc5-98e100539c24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9e19e33d-7d1c-5615-bfa4-d1ef630ba844"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8740c378-7d58-50c0-9d62-7dd0a8ef3003"}}],"status":"accepted","resourceType":"Task"} +{"id":"6475895b-a7b5-5c72-a6bf-f247ef72f6a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350862"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eab3a7c3-0e92-521f-98d9-4f369174c210"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6409cc3f-54de-54c1-b0e1-036643b56ae2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0341af56-2423-53ed-958e-3ab37f50df6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b131b0b-d487-5282-8481-6106cc4e7494"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5930f68-9187-500d-a86f-82b9aaa6afb6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0341af56-2423-53ed-958e-3ab37f50df6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b131b0b-d487-5282-8481-6106cc4e7494"}}],"status":"accepted","resourceType":"Task"} +{"id":"0773420b-5b43-54f3-ba2d-e7e9a4eaaef7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350865"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/40072210-fcf6-5aae-9ee1-c41cbe09da0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a934c5c8-e5f9-59c1-8693-a32c008237f6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd437453-6e49-5281-9cac-2858b3b5c674"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac098fd7-41e2-5a49-b7fa-9c593e9bd999"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9015fb27-0b6c-5bdb-a8be-6cb112b38db9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd437453-6e49-5281-9cac-2858b3b5c674"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac098fd7-41e2-5a49-b7fa-9c593e9bd999"}}],"status":"accepted","resourceType":"Task"} +{"id":"6271b733-9f63-5e2a-af49-4d7c4a10a737","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350867"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/54bcfb90-a403-5469-a26c-3ea3952f87a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3d481470-95af-5c1b-88bd-741e961862f0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f5aade3-e747-5ca1-b834-fe6c30c70d78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c07aba2-5c26-560c-9c1d-b3950f6d5aa1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03edc3aa-3b3d-5d0d-8c58-d502eb406546"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f5aade3-e747-5ca1-b834-fe6c30c70d78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c07aba2-5c26-560c-9c1d-b3950f6d5aa1"}}],"status":"accepted","resourceType":"Task"} +{"id":"dace53a9-7ff8-5655-928f-346b05190674","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350868"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ad3e29a7-289f-5b26-bdaf-59f135b03b21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/82517a4a-e44e-535a-b895-5f7c8c8151f1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3780819-6b3b-5cfa-aabb-10a9bee69115"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b801c35e-e709-5a86-966d-3c63bc2ffaa8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c7148ca-f527-54d7-b876-66805cf626c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3780819-6b3b-5cfa-aabb-10a9bee69115"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b801c35e-e709-5a86-966d-3c63bc2ffaa8"}}],"status":"accepted","resourceType":"Task"} +{"id":"aa8b69c0-12cf-5191-8acc-161cbb8fa2cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350870"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6aa9543d-657f-50e5-b26a-975da237bce1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a55e5d5e-d01f-50cd-b9ea-9ba49c8dc119"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12c953c8-5e40-5f67-982c-4e2c27e1e147"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73c5db83-613a-5a5c-8444-915d10a597ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6f31d10-de2e-5aeb-861f-747e58b0a073"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12c953c8-5e40-5f67-982c-4e2c27e1e147"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73c5db83-613a-5a5c-8444-915d10a597ac"}}],"status":"accepted","resourceType":"Task"} +{"id":"8d9fa5a8-b2a8-521f-b9bb-be97e870dc57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350871"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ccd775b5-92c8-5782-bf84-1946eb0cdb63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2d21d34b-a234-5160-b67b-1f9c03e1bcd2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/459221f2-3b10-5540-862f-f7e6866cdbce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a73974b-ebaa-5f4c-9714-91e724999f07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df029c3a-83a6-52d1-b028-3f9be73eb4e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/459221f2-3b10-5540-862f-f7e6866cdbce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a73974b-ebaa-5f4c-9714-91e724999f07"}}],"status":"accepted","resourceType":"Task"} +{"id":"4fe9c403-ab2f-54be-b8d1-f51e6a766ba0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350872"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/58127f91-ddec-5a06-bf1c-af32371afa8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/02d9a215-7677-5120-9fce-c140953a36ac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7af7f0d-9e0a-5479-8a9e-3323d0e2766f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa6e3ba7-571d-5ce6-97e6-8679a6a9afa1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba8bdde1-6ade-5c8d-8fb8-129924c096ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7af7f0d-9e0a-5479-8a9e-3323d0e2766f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa6e3ba7-571d-5ce6-97e6-8679a6a9afa1"}}],"status":"accepted","resourceType":"Task"} +{"id":"4a5f7ac4-43cc-5e09-853c-8dba82fc715b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350873"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9d1f8e83-dbdf-5858-b5f1-0a41a80bb9b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/47605771-008e-5344-9933-4b9ecf4c02bb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c54a7d0-7895-5059-9033-e89d9545ef10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/345cba95-e0c5-5499-a2de-48d4746268b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/251c4c1a-df08-5ec2-87d1-2609e6f8e89e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c54a7d0-7895-5059-9033-e89d9545ef10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/345cba95-e0c5-5499-a2de-48d4746268b7"}}],"status":"accepted","resourceType":"Task"} +{"id":"7314aa9b-3c7a-5b65-b791-c88c4be7224c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350874"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4eb9376f-9b5d-5891-8de7-2011d15e657c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c56d5c3a-f8f2-5f16-bfef-271240330da4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f19f6d69-0f64-57cb-a26e-9ed2bebb3ca1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f76aa591-6e98-56cc-9f84-f55c6958f68d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca2b16c5-9b2a-5c01-875f-dab6344d1282"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f19f6d69-0f64-57cb-a26e-9ed2bebb3ca1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f76aa591-6e98-56cc-9f84-f55c6958f68d"}}],"status":"accepted","resourceType":"Task"} +{"id":"39c71f7e-8f1d-51eb-baa4-e3e4c62c67a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350875"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f69a367e-2343-5110-bd13-4f93d6a35ae2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/475ba1cb-a401-5e9f-b298-e8101d2e78cf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/516c99fd-a741-5ff1-8c7b-f0570c0d54eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1aa27dd-eb49-56ae-a49b-97b7c2e1e1b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06a2271c-fc8f-5aa4-bcd9-ab952fb16f1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/516c99fd-a741-5ff1-8c7b-f0570c0d54eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1aa27dd-eb49-56ae-a49b-97b7c2e1e1b9"}}],"status":"accepted","resourceType":"Task"} +{"id":"eedb5b78-3001-51c8-a140-f06a07f0a664","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350876"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/103ba743-661f-5049-9ea9-0a2325bf0c98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a4b67377-5676-52e5-9912-b0f591cab06d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abfaa83c-b052-5f03-be7d-d1f7bfd862f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ebb59bb5-151b-55b3-b395-e43c4c581017"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c16285c5-3708-5b17-971d-67f239156c10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abfaa83c-b052-5f03-be7d-d1f7bfd862f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ebb59bb5-151b-55b3-b395-e43c4c581017"}}],"status":"accepted","resourceType":"Task"} +{"id":"3dc1688b-7798-5749-aee6-711905ad4593","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350877"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ce336757-0b49-5c77-b74b-b55dd92ae718"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2aa898f8-3aff-599e-84d6-73622fdab4fe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e3d3f49-f135-5f4b-8b0a-9b43150c542e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4b0d62b-f39d-5e9f-bfd3-e5f982fdcd85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8621c156-e0cc-5a73-8b29-2ad55197342e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e3d3f49-f135-5f4b-8b0a-9b43150c542e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4b0d62b-f39d-5e9f-bfd3-e5f982fdcd85"}}],"status":"accepted","resourceType":"Task"} +{"id":"bb46bc90-0144-58a9-8c48-b40674f8596e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350878"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/94ac54a8-7d60-5b91-a399-dcff5161b7e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9556e23d-5b91-582f-a2d2-79a03c51bbba"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/562fd242-1020-51e1-843e-f34c8cde2fc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f71efe9c-0baa-513f-9c2f-f4f51871eb7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98debfd4-4c84-5fe4-97ea-29538be67520"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/562fd242-1020-51e1-843e-f34c8cde2fc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f71efe9c-0baa-513f-9c2f-f4f51871eb7f"}}],"status":"accepted","resourceType":"Task"} +{"id":"5d9940d3-a83c-587d-9e10-8f7dd82c47b2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350879"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c462f8a9-7235-5e94-ba74-25244d7219a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a6100952-a9e2-5764-b425-0235a3063937"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a00e7f1-3bbd-5eda-b2bf-3371fba1e7f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/006e956c-1c40-504e-995d-507bcd90b9cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae60da81-ea34-51cc-8aa0-6639d89942a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a00e7f1-3bbd-5eda-b2bf-3371fba1e7f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/006e956c-1c40-504e-995d-507bcd90b9cc"}}],"status":"accepted","resourceType":"Task"} +{"id":"54c0686c-ac70-5bcd-89de-eda92b432e10","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350880"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c9687caa-3da9-5963-9ab2-fce3d4149261"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d49efa2f-7456-5355-b0eb-4bfc4205015e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7de3b5dd-41f0-581d-adfe-18f60bee30ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/edf8628f-9de0-525f-b247-ab9dfb2aaf57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b921fbc-d1b2-576e-8944-3e273092bac8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7de3b5dd-41f0-581d-adfe-18f60bee30ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/edf8628f-9de0-525f-b247-ab9dfb2aaf57"}}],"status":"accepted","resourceType":"Task"} +{"id":"9e7ce399-78d0-54bd-8ddd-a23f00e45b02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350881"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2f1f4bda-17b2-5eec-8dbc-3be2c4980862"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e76cfe03-8b25-5b6d-9d9f-ab1f4d97f63a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b712184-2638-5d8d-a4af-6d23840b6b77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d446cf6-102f-5b67-8af0-2d401083db0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd62c4e6-9738-57f2-b639-d7fff80f5b98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b712184-2638-5d8d-a4af-6d23840b6b77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d446cf6-102f-5b67-8af0-2d401083db0f"}}],"status":"accepted","resourceType":"Task"} +{"id":"64a04538-ab4d-5982-b13c-205ed0c49175","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350882"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e83efa97-186d-5f5f-906b-e092a6d96f9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/94fa3354-6439-55aa-b34f-974d2348a038"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f31c9c70-f869-5326-8b0e-e474a91f8942"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fed5e1b6-4573-5baf-97da-861020367465"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c00d43eb-1472-58a4-b5cf-b1045eb7c2f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f31c9c70-f869-5326-8b0e-e474a91f8942"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fed5e1b6-4573-5baf-97da-861020367465"}}],"status":"accepted","resourceType":"Task"} +{"id":"943f7fcf-2549-55c0-9ee0-0ae52a92b600","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350883"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3192b843-71e8-52be-a9b8-0fcce9f6aa9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6de86321-707b-5d87-8292-3cf70f69b064"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8b158d9-1495-51e4-af1c-56757462e1b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca69938d-031b-5ccf-8f5a-d09507c672af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e8797ae-ac77-5801-99f5-0551cdd3b5d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c8b158d9-1495-51e4-af1c-56757462e1b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca69938d-031b-5ccf-8f5a-d09507c672af"}}],"status":"accepted","resourceType":"Task"} +{"id":"2909376a-975c-5c26-bac7-95ab35f33ff0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350884"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/431b5af5-849a-503a-a7ce-d118d289dfdf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/939ce7d8-aadd-50a8-a6db-e54d367100b6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8bd38f5-8359-56a1-a866-df514e281be4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f61c8534-ad0b-5f8c-b7d3-763a4cbfcf84"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b70e2fb1-654a-5343-a3dc-1281f806d56f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8bd38f5-8359-56a1-a866-df514e281be4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f61c8534-ad0b-5f8c-b7d3-763a4cbfcf84"}}],"status":"accepted","resourceType":"Task"} +{"id":"4112e00c-70d6-5699-a241-745dd742e7ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350885"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6843a7cc-3e65-5624-9bbc-0d86c7b8faf0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4054e1a4-fa13-54cb-b75f-3f8e52b932ad"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/caef09cb-a539-5f6f-a1ba-5a5c1da4c0ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4ca3d77-8d9c-589b-b52d-593bdee1356b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d7cd277-e31e-5140-958f-bd11e5dcf924"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/caef09cb-a539-5f6f-a1ba-5a5c1da4c0ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4ca3d77-8d9c-589b-b52d-593bdee1356b"}}],"status":"accepted","resourceType":"Task"} +{"id":"60491628-0f91-528b-9596-14a9fc7e0833","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350886"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1ee06340-c14d-5e73-ab97-2f091be036b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9ac3ff4e-4f1f-5ab9-8047-2e7e3a10e8d5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03cc511c-1feb-5ce7-94a6-0a8212645ec6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1721c619-4cbc-5714-a9fd-78a25f71f56d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4a787c1-5333-5b7d-91ba-698ba56a4b31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03cc511c-1feb-5ce7-94a6-0a8212645ec6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1721c619-4cbc-5714-a9fd-78a25f71f56d"}}],"status":"accepted","resourceType":"Task"} +{"id":"2a6328be-0931-587c-8345-c7980060b94d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350887"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/22ae9e66-8b1c-5a44-9932-9cadf0d2ccfc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c6044596-4d15-56ed-b6f2-0506610f8755"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1684a6c-b91c-5802-9b01-bab53c9c3170"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b025a38-ecf0-5995-804b-a0801a5bf838"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0243d0ea-ce39-57dc-976d-1c3613936be0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1684a6c-b91c-5802-9b01-bab53c9c3170"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b025a38-ecf0-5995-804b-a0801a5bf838"}}],"status":"accepted","resourceType":"Task"} +{"id":"77876111-c56f-51c5-a368-27a7f074298d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350888"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/19b3a904-f06a-5044-aaf5-c922c7cc7e88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4afa80b5-7aa6-5da5-91c3-b94f8c314ea4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57867f3a-a4eb-53f0-bfbe-f52df15596c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1944788a-4cfc-5f37-a845-756ba9b9fcd5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea24a6cf-1899-5655-b011-a6177f56aee1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57867f3a-a4eb-53f0-bfbe-f52df15596c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1944788a-4cfc-5f37-a845-756ba9b9fcd5"}}],"status":"accepted","resourceType":"Task"} +{"id":"4d3941d3-a65c-500f-bcb2-ef8a5cb54c8b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350889"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/058ba678-f717-56da-80b3-802a599e6708"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/68b0c44a-3429-53f9-a1a4-75e2a71b5207"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dda2842c-ba22-59e2-bc98-eae6b610dc47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf7cf9e4-63b1-59d3-83a3-d452f40c7972"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e52279c4-a102-5748-a223-05f7687eeef2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dda2842c-ba22-59e2-bc98-eae6b610dc47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf7cf9e4-63b1-59d3-83a3-d452f40c7972"}}],"status":"accepted","resourceType":"Task"} +{"id":"3ffb8ece-84fc-5554-91b2-068f307f6178","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350890"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6f394a64-69fd-5fb5-8145-e07ae82ad488"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cb36b950-18c7-5369-9a7c-4580661adaec"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72eb6fea-8cc9-561c-a91f-e6b1a05ded58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8c84c54-736c-5e2d-b2b8-4649845638d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d15bbda-b2b0-55a8-b241-834af1b94aa6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72eb6fea-8cc9-561c-a91f-e6b1a05ded58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8c84c54-736c-5e2d-b2b8-4649845638d9"}}],"status":"accepted","resourceType":"Task"} +{"id":"6ff45dab-4e86-5f24-b186-b72f047ee669","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350891"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/831eb7d1-7fae-523f-a731-c7d772bbc2b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ba515c25-18d3-5223-849a-e1da509ded5e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65a43773-2916-58b5-9e68-b1a2054b3c96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0542e3d1-3b22-5c55-b19b-426377cfa998"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe1fa1e1-7927-54a2-88c3-c1b595c5ce39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65a43773-2916-58b5-9e68-b1a2054b3c96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0542e3d1-3b22-5c55-b19b-426377cfa998"}}],"status":"accepted","resourceType":"Task"} +{"id":"d53e7531-2e0a-5632-93ee-93551a3c16c1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350892"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/55a391ca-9c73-5d76-984b-f7adccd2a5de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/882ee6c2-8e6f-59fb-94c4-6ac79a52c576"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2207c25-1af3-5ca7-b97a-46a38acca2da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ef58fd1-5b3f-5159-9960-f0a3bd851cfc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/002923ab-eb0f-5e99-8df4-546cb4aa29ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2207c25-1af3-5ca7-b97a-46a38acca2da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ef58fd1-5b3f-5159-9960-f0a3bd851cfc"}}],"status":"accepted","resourceType":"Task"} +{"id":"1143b1fe-e110-5c3c-90d5-90d46646a3e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350893"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ea87fdd9-fd40-508c-8320-4adeffd6f67b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5992038a-5758-5b3c-931b-169e15ceb883"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04223172-1564-549e-9a63-76df04b2b07a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5eb887a-446e-59a2-a995-3e58c9a4fd1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dfd44e32-4a66-5998-9385-1159a0b133cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04223172-1564-549e-9a63-76df04b2b07a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5eb887a-446e-59a2-a995-3e58c9a4fd1d"}}],"status":"accepted","resourceType":"Task"} +{"id":"ed701301-edef-555d-b099-b431eadb89e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350894"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/44025e4b-bfb8-552e-9112-843807cdbd8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b753d80c-6c1e-547a-bb13-cc92c4a6431a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86f6bfad-9fea-58e2-9cf7-e46979dcd806"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d765b80-d4d6-52fa-964f-ae8c0aa4c273"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f8b6936-0930-589a-82e2-d48b18e6a252"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86f6bfad-9fea-58e2-9cf7-e46979dcd806"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d765b80-d4d6-52fa-964f-ae8c0aa4c273"}}],"status":"accepted","resourceType":"Task"} +{"id":"350a2c5a-75d6-5938-b7e4-bc9ec60d9e1e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350896"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ff3ad4db-44d5-5961-a986-a0893842381f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fe274e51-c854-567e-a704-d3511d8e5524"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/230a3c0e-d80a-562a-b008-058acb2b29e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64148062-018b-58d7-973f-a3d4298156c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8441749d-5e3b-5682-bbbf-b0ec1d551897"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/230a3c0e-d80a-562a-b008-058acb2b29e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64148062-018b-58d7-973f-a3d4298156c3"}}],"status":"accepted","resourceType":"Task"} +{"id":"9f686561-957b-573e-8457-4cf586da1059","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350897"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7af9a2d9-15cb-5b30-aac3-447480fc45f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/92685e2a-f03d-5a8c-89d7-2db569e61301"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7208a2b-8c9a-57cc-8545-c27a80b53924"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddc83042-8555-5b11-bc61-1f24f7804a97"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52534210-4b3b-59f4-86b1-49be79698769"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7208a2b-8c9a-57cc-8545-c27a80b53924"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ddc83042-8555-5b11-bc61-1f24f7804a97"}}],"status":"accepted","resourceType":"Task"} +{"id":"d048f1d2-1d9f-5892-92b2-197966d3c43a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350898"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1e8335cc-d0fd-5616-97df-7464741863ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/46ed1ba9-bc89-534f-a36c-f9cc7ccebc1e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04a377f0-fd10-5628-af29-c3440fe44fcf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a6cb460-4428-5a81-8e96-49e7b5ae67c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09178653-e6fc-5f4a-be03-d05027f78c23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04a377f0-fd10-5628-af29-c3440fe44fcf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a6cb460-4428-5a81-8e96-49e7b5ae67c1"}}],"status":"accepted","resourceType":"Task"} +{"id":"60626b53-31ce-561b-ab85-2440c2895823","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350900"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5bfe536f-66ed-5421-b432-020d4eb693c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/00872f15-fb15-590e-af75-1088fa3f3ff8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16a2f49f-aaa2-59ca-84ca-c3af6b14908e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d2e3632-403f-5166-ad6e-bbc01304112b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75aee1b5-e971-5edc-a2b5-1b1ca6e2f1f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16a2f49f-aaa2-59ca-84ca-c3af6b14908e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d2e3632-403f-5166-ad6e-bbc01304112b"}}],"status":"accepted","resourceType":"Task"} +{"id":"f67ec971-b098-547c-8d1b-eff16ca5b972","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350902"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/15c60f0c-3a79-5333-a066-322fcd09d1fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/32c761ba-7b68-5370-8f09-533aecbdedbf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54810a70-1fb1-5a99-b90a-892e940f01de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18e420ee-3820-5d55-a0d9-9e82e4eaf7af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2862953b-b473-50ea-983f-9259ebd1d034"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54810a70-1fb1-5a99-b90a-892e940f01de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18e420ee-3820-5d55-a0d9-9e82e4eaf7af"}}],"status":"accepted","resourceType":"Task"} +{"id":"3b0831a5-e148-505b-baa1-ec3df78b6cec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350903"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/aa0d4978-99af-5dcc-abc7-8cde33eb3e87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a5f478c7-97e0-587e-8c7b-652059258327"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcb1d763-4d1c-5ed1-827e-05515238fcec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9082f892-918d-5f99-9854-5fe51dce847d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1132aeda-cb87-5346-9496-3f4602c45560"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcb1d763-4d1c-5ed1-827e-05515238fcec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9082f892-918d-5f99-9854-5fe51dce847d"}}],"status":"accepted","resourceType":"Task"} +{"id":"2bbc299e-fb81-551c-b5f2-b4aa4804e3e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350905"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6907a6b9-5972-5bdf-a227-5242c87895c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0c6b6549-8e6a-5fa8-94db-0e15e6de2997"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/574b2b2c-9aed-5a69-8668-5147be42627c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22e22015-c5fb-5273-ae7e-f9200e4d60fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1d9e3c9-b12b-5f8a-bd27-cbb0dcba8b44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/574b2b2c-9aed-5a69-8668-5147be42627c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22e22015-c5fb-5273-ae7e-f9200e4d60fb"}}],"status":"accepted","resourceType":"Task"} +{"id":"8c5adbe6-81fb-5fb5-9f01-a69c455cf2fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350906"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f0a22523-40c2-5063-b987-b83f063bb252"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/39966653-fbad-54df-8750-d1bf1b7bedf2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5433be8d-261c-528b-af5d-cb12561c6fc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87e78641-6646-5526-a940-196c0dd008fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c4f175a-828d-56dc-b4e5-bf4a51ba18f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5433be8d-261c-528b-af5d-cb12561c6fc4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87e78641-6646-5526-a940-196c0dd008fd"}}],"status":"accepted","resourceType":"Task"} +{"id":"746b27f4-6e1e-5a9e-bcb4-396020fb8a1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350907"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/deb2e2cc-3604-5e0c-8719-0195b9a889e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ae2cbab9-54d5-583a-b251-01dab909ea48"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f2cfbc0-9e9b-55b7-a68c-0a46956bde78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77a23cf2-bb18-544f-bf70-af1d36e670a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/133c2296-3acd-560c-995c-6a4fe089e6a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f2cfbc0-9e9b-55b7-a68c-0a46956bde78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77a23cf2-bb18-544f-bf70-af1d36e670a7"}}],"status":"accepted","resourceType":"Task"} +{"id":"55b7b67f-a15f-59c2-8538-59a8e68738fe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350908"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1abdc710-3356-585d-aa98-d315a127587f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d93b9294-7217-5ef0-af53-6deed87ce65f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed8cf379-9925-5283-bbcf-4adf440e4959"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d1ad24e-7caf-512e-bea7-daf4dc0d27b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e9c7751-b4dd-560c-86c6-f2dde2b41384"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed8cf379-9925-5283-bbcf-4adf440e4959"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d1ad24e-7caf-512e-bea7-daf4dc0d27b1"}}],"status":"accepted","resourceType":"Task"} +{"id":"452f8b2f-d792-5981-a7e1-40fa5b0cd6f5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350909"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0eaeb866-21c7-599d-9f64-f24594e42a2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b6ab8aa2-f9ce-5518-b6cb-bb84ce7117f8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa76cf2c-b6e7-5f53-ba84-0468c7dbe764"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf1d1bae-dd24-5cf5-9b9e-88821d3da0df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2158f38f-9de9-5533-a5ff-3cdbae20d2e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fa76cf2c-b6e7-5f53-ba84-0468c7dbe764"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf1d1bae-dd24-5cf5-9b9e-88821d3da0df"}}],"status":"accepted","resourceType":"Task"} +{"id":"ffa6d91e-71e4-5778-8fae-d6f9fcd56e3b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350910"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/50aa2fc5-5eb7-59a6-bf85-c9f4f2e6cc03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aca2e205-61d3-51e8-b73d-32b0db114bc3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4fdfce1-d75c-51fd-97b1-7fcccc7fdd53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e68c58dc-157d-57d0-a13d-222ff0eb4d69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97a88071-07f1-5aa6-8f79-19301a603805"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4fdfce1-d75c-51fd-97b1-7fcccc7fdd53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e68c58dc-157d-57d0-a13d-222ff0eb4d69"}}],"status":"accepted","resourceType":"Task"} +{"id":"4b586afb-4145-5964-a2c5-7149823cb0a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350911"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/146c5fbc-4b54-53e3-998e-138fce0987a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6cf6eff9-c992-57b2-8284-c8832922d5ea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e22b37a-ae44-5704-8939-aadb54c4bba5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd64bc8c-6b4d-5366-b3f3-af77822f2efc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfa80fdc-cf3a-5969-9c67-c85450c5864e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e22b37a-ae44-5704-8939-aadb54c4bba5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd64bc8c-6b4d-5366-b3f3-af77822f2efc"}}],"status":"accepted","resourceType":"Task"} +{"id":"a69f5d28-97c5-5fba-bf2a-09e4903ae287","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350912"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8495b207-bb80-5c53-a187-699036ecab78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d6607249-866a-5bac-8464-b1c0770e3413"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b33e47f-5f06-55ec-80e8-a75ad26ce203"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57352c50-2bc9-5fcc-9722-58935b522f8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4da2804-10f1-527a-8df3-3ad8e84164bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b33e47f-5f06-55ec-80e8-a75ad26ce203"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57352c50-2bc9-5fcc-9722-58935b522f8c"}}],"status":"accepted","resourceType":"Task"} +{"id":"c415cf1f-99e3-58cf-8ce2-eca0e7456e61","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350913"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/58b04ef8-5b3c-5e66-9a53-dcde4fef559b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/25c49b21-6ecc-5ae7-9074-b8b621ad800d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13e6b83c-857d-5910-a6f9-01808a5fbe34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05920bc1-aca4-5fc7-998b-19c5544cd9cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49823f3c-2a06-5833-aa86-1361b8cb7e3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13e6b83c-857d-5910-a6f9-01808a5fbe34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05920bc1-aca4-5fc7-998b-19c5544cd9cf"}}],"status":"accepted","resourceType":"Task"} +{"id":"8e518582-0c89-5c10-8168-7816d19820c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350914"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0783a092-6e27-552c-b39d-898e78e9f9f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ac64a5ee-3c88-5664-9ea8-0d25cfe1d432"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16591ff7-bce2-50bb-a4f5-1d5c69876e40"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcdd63ab-af32-5e6b-b181-6711773e2c35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7cbd4ab2-ea06-51fc-8c6b-f5471580b5bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16591ff7-bce2-50bb-a4f5-1d5c69876e40"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fcdd63ab-af32-5e6b-b181-6711773e2c35"}}],"status":"accepted","resourceType":"Task"} +{"id":"87ae0990-4735-52d3-8cfa-856afeacbe77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350915"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/044911a1-ec4e-587c-b749-57eab7ddbdd5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/93d61342-f374-57bb-ad7b-7f5ff0597598"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee36dfc1-08c3-5067-9d3f-3bf9ca1c0fcd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1438474e-f512-5c30-a08f-8695d9d552d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f028abe-184b-517e-adc1-4bf3b0e6b255"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee36dfc1-08c3-5067-9d3f-3bf9ca1c0fcd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1438474e-f512-5c30-a08f-8695d9d552d7"}}],"status":"accepted","resourceType":"Task"} +{"id":"74a4af11-bd5b-5f60-aaa0-ad45b9c66909","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350916"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6084748d-dfa9-5ae9-9dae-d2b7739358ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/911b3028-c178-5d27-b357-93dfa63a24a7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f52e988e-dd45-5d1e-8fe5-53f9e0179255"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e84d05b-b6d4-5326-9d2e-dc51ab83c914"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9517b00-4000-5cb5-b14c-9fbdf6b9a90f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f52e988e-dd45-5d1e-8fe5-53f9e0179255"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e84d05b-b6d4-5326-9d2e-dc51ab83c914"}}],"status":"accepted","resourceType":"Task"} +{"id":"e4325b9d-e4a8-57ad-a529-09263f4a6e82","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350917"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3d4c4387-3935-5ea2-8a3b-fa6674468ae6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a650f5f4-be49-594b-bde8-30e479fa97db"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c590a8f2-7fc2-5dd5-bc95-d80640f65d70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6bb9a848-6c04-510b-8332-797ee55631d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c30c11c-3924-5dc3-a3d6-80afe8a8097c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c590a8f2-7fc2-5dd5-bc95-d80640f65d70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6bb9a848-6c04-510b-8332-797ee55631d4"}}],"status":"accepted","resourceType":"Task"} +{"id":"1b1a3e10-c096-5ec8-be66-83db150b8c39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350918"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6a125478-b66a-53de-bf81-0956850590bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/12f95276-d96f-5589-8337-79343510e191"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3587d426-1f07-573a-990c-d0baf2d065ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ae12915-9484-5620-a1f3-ecfde1b7cbb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ac4afe3-6754-54a3-8881-d1618d19f48c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3587d426-1f07-573a-990c-d0baf2d065ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ae12915-9484-5620-a1f3-ecfde1b7cbb7"}}],"status":"accepted","resourceType":"Task"} +{"id":"aa8a413c-6096-58f9-b8d6-e11ae29adcc7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350919"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8ae5ba2e-b94a-5986-8a27-99ff6394940b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/91528677-337c-5ef5-b7b1-8bd5fb694cd4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44a58f70-b876-5be3-80a1-f6ed5e4f1276"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a01678b5-575f-5c24-9b28-20b2b701a8fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/abee9bc3-d54b-5950-8e33-ddd138dee577"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44a58f70-b876-5be3-80a1-f6ed5e4f1276"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a01678b5-575f-5c24-9b28-20b2b701a8fa"}}],"status":"accepted","resourceType":"Task"} +{"id":"84e55189-2bce-5ac2-918a-63a9ef58f85b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350920"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/17f01ffc-fea8-5fa1-a451-4f2155837f77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/40c9aec7-78b9-53e3-bb0f-1ac90f071a09"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f95301f-ebe8-5d66-bad9-f5ce22ec1e52"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4494db66-176e-5aad-b79c-ca102c588ebd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/108251c2-b43f-570d-94e3-5986f3ca7f27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f95301f-ebe8-5d66-bad9-f5ce22ec1e52"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4494db66-176e-5aad-b79c-ca102c588ebd"}}],"status":"accepted","resourceType":"Task"} +{"id":"93d14ab6-e761-54fe-a90a-9f66838dc308","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350921"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/92055626-795f-55e6-b9d1-ed6b4b4e28a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b0dbab90-7f54-5f53-85bc-c51adf866953"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc0fc61d-034a-5191-9906-7dae04515e53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f0eeeb2-4863-5922-aaa4-db0f977563a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2bac63bd-723e-5012-9460-50f1eec3128d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc0fc61d-034a-5191-9906-7dae04515e53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f0eeeb2-4863-5922-aaa4-db0f977563a5"}}],"status":"accepted","resourceType":"Task"} +{"id":"96071ce9-456b-50b0-982b-8c817f273e33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350922"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b47fa4ce-6e45-52e8-a7a0-abcad5ff9ea9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5516b49d-b827-5f78-bc14-7eae48ce7593"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d92f0501-120b-54bd-a332-4508326cbd3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6d75195-b2c3-5932-923b-006c5d346112"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25a02536-4d55-57f7-a449-b279c208fe2a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d92f0501-120b-54bd-a332-4508326cbd3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6d75195-b2c3-5932-923b-006c5d346112"}}],"status":"accepted","resourceType":"Task"} +{"id":"b7bbe90a-c146-5f69-bdba-50d4099f6d97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350924"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a9a9d315-6548-5af0-99e2-77b71ba2f995"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6b60e9aa-d606-5235-bb79-69f5158f6183"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a82c0ba0-32f6-5a75-be2e-b8ade1521ba0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cb23fa9-5e68-5b5d-9b45-273f35eaabce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc321614-e5e4-5892-87be-f82ae173ccae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a82c0ba0-32f6-5a75-be2e-b8ade1521ba0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9cb23fa9-5e68-5b5d-9b45-273f35eaabce"}}],"status":"accepted","resourceType":"Task"} +{"id":"5f6efad0-28d4-5ae7-8565-2732c83d6fc2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350925"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9d49bb70-22cf-56ce-953b-32e957630775"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c9ca4edb-c083-5dd4-9c30-a7c4af407e01"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91d43d09-35b0-5021-b5fe-9049ef37d22d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b84ddee-1f9c-57c0-a83f-9a63d7dfc9e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f3ea8ed-2dae-50aa-82c6-e146dcf081d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91d43d09-35b0-5021-b5fe-9049ef37d22d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b84ddee-1f9c-57c0-a83f-9a63d7dfc9e1"}}],"status":"accepted","resourceType":"Task"} +{"id":"139f45e3-53a7-5d89-8b43-98618c20bdaa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350926"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/23d1698a-dfc4-5659-8d7c-83368b9b0186"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/59b41fe8-5959-5319-814a-3f559ee4359f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b786b6c-d4cf-5dbe-8ea3-0f94dd98eba5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59e76751-f427-563a-9326-b9bed0a725da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0dc74a3e-f9bc-5e85-be5a-b4c3eed7c4c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b786b6c-d4cf-5dbe-8ea3-0f94dd98eba5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59e76751-f427-563a-9326-b9bed0a725da"}}],"status":"accepted","resourceType":"Task"} +{"id":"27c2b6fe-77a3-5f97-b7a0-c5c2c72edcab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350927"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/10c566fb-7840-5b69-882c-9d21db19daa0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/afb211a9-9c60-5e64-b457-c18b6db25c99"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f6ac315-0361-5a21-a4dd-8ab8069f07f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/416ed596-2908-5486-9dcc-f69f0c31298c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27e80487-e8b0-596a-a92c-c3a7ad45fcb8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f6ac315-0361-5a21-a4dd-8ab8069f07f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/416ed596-2908-5486-9dcc-f69f0c31298c"}}],"status":"accepted","resourceType":"Task"} +{"id":"3947204d-62b2-5819-81ce-98aa5767696d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350928"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3e62a3b4-68ce-5d4b-af9b-303ea97916c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/560c8c43-ba41-55d3-b812-126f907f5c60"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/885c313a-e68c-5e50-a28d-bc66f5ea0f87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/239a18f7-acea-5731-b4be-3f0fa21234c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6feb0a2-2dfc-547f-a37f-0d319ec4eefc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/885c313a-e68c-5e50-a28d-bc66f5ea0f87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/239a18f7-acea-5731-b4be-3f0fa21234c9"}}],"status":"accepted","resourceType":"Task"} +{"id":"2c655c90-9151-5a89-92bf-9df8ab0108eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350929"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/320d3c71-bc10-5ce7-a622-b2758223126f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f74d0811-6594-5dfc-b7fb-4a7bcf7094b1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adb415f4-9509-5c47-9446-65a2eb81ba83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10db2533-65c0-56c5-b35c-93f1ec08f0ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8e5213d-eeda-512b-a1dd-c9062ec67743"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adb415f4-9509-5c47-9446-65a2eb81ba83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10db2533-65c0-56c5-b35c-93f1ec08f0ad"}}],"status":"accepted","resourceType":"Task"} +{"id":"15832e92-9db7-5d61-ab98-4762af34e771","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350930"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6b8343e2-281b-5df1-9f9e-740c2558dc1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/df4b2f4f-01ba-5352-99ec-bdc36a1dcab6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7cbee229-beb9-53f2-b713-6e07a6c41a5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e8a314e-32d2-5a9b-92a4-8f8c51ffa207"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/237d24be-7f79-547b-97dc-864b28cb3434"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7cbee229-beb9-53f2-b713-6e07a6c41a5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e8a314e-32d2-5a9b-92a4-8f8c51ffa207"}}],"status":"accepted","resourceType":"Task"} +{"id":"ed580e43-e09a-5c33-a73d-4bd34bd209b3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350931"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5db81d8e-a507-5036-83f2-110e7587b0d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8346c9ae-c363-5ed5-9868-6d514b11b123"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e393596-c677-5bee-9c4a-d404ab73f1d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ecbe5cf-e02c-53ab-a277-45e87b180150"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0220296-f32f-5915-8a44-eac5edb28bfc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e393596-c677-5bee-9c4a-d404ab73f1d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2ecbe5cf-e02c-53ab-a277-45e87b180150"}}],"status":"accepted","resourceType":"Task"} +{"id":"c8d4bf8f-7b93-5545-a3db-d1393240c777","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350932"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/04b432e4-fcaa-535d-86ec-81e7bde16e47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5a0505ac-0525-5e5e-8c38-f78935a340ed"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67785acf-e179-5590-b160-26688386cf12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d028371c-c828-5b03-b123-ece745a5b643"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9441647d-1e22-590a-b093-b891db2578bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67785acf-e179-5590-b160-26688386cf12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d028371c-c828-5b03-b123-ece745a5b643"}}],"status":"accepted","resourceType":"Task"} +{"id":"98c63a58-71e5-50b3-b349-012fb2d15836","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350933"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a6227995-586b-50e0-818e-5315f02b8ada"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ba6422e8-006a-57b9-a2c8-05ae31a115c6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3535c6f5-e315-52a4-b2aa-6e06e645f6d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc9b8d4b-c9ad-5975-8199-4526a6329819"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cede85d5-9945-51e7-9707-9e5bc6804126"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3535c6f5-e315-52a4-b2aa-6e06e645f6d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc9b8d4b-c9ad-5975-8199-4526a6329819"}}],"status":"accepted","resourceType":"Task"} +{"id":"8edbf1fa-9b60-5470-a456-7907d457796a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350934"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a1566f76-6f0f-51db-8512-0ff635a39f38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/808bdb2e-9f3a-51d2-9ce4-9116410e8de1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2765b7fb-1fdd-524e-9466-0a421a649ee8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/356fb917-0c11-5245-b577-d738feff9ce5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b40a3a5-251e-56bd-905f-a402139b36ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2765b7fb-1fdd-524e-9466-0a421a649ee8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/356fb917-0c11-5245-b577-d738feff9ce5"}}],"status":"accepted","resourceType":"Task"} +{"id":"1fdd42a2-245b-545e-8616-8b9c8b61fb04","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350935"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ed3616eb-1708-53b1-8b81-6b491b820da5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/61901f3d-d4ad-5ba4-8794-058d7a905911"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09394d4b-2e67-5805-b04d-c621589ea1b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3b242a3-9965-58e3-ba97-c7049559c4c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3c16453-5410-5e44-8a3d-b0b2ae533747"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09394d4b-2e67-5805-b04d-c621589ea1b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a3b242a3-9965-58e3-ba97-c7049559c4c5"}}],"status":"accepted","resourceType":"Task"} +{"id":"7c1df7ad-ba25-52e4-8d06-ef29ef700c45","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350936"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c1665623-6e59-568f-a86d-cafd433926bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/457b9ca8-4b8f-523c-aa7f-0c94927f91ee"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2db8658d-2718-5a17-9f4f-f1bcd821c370"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c3bf669-780a-59df-b2ee-3a022417dee1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78186732-7ccb-5799-a876-a199a003d8e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2db8658d-2718-5a17-9f4f-f1bcd821c370"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c3bf669-780a-59df-b2ee-3a022417dee1"}}],"status":"accepted","resourceType":"Task"} +{"id":"2370f855-dc75-510a-8bd0-4c2962db2b33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350937"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5cdd3662-180a-5b64-84b4-ad47f1c31ba9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c326d480-3eca-57b7-803f-e729a9077e42"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/538ccf1e-28b5-5877-991d-a18cbde01be6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a624527c-0e57-5e99-833e-e7c1fbdb0060"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc60959c-cf4d-54e2-91d7-e8c987695feb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/538ccf1e-28b5-5877-991d-a18cbde01be6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a624527c-0e57-5e99-833e-e7c1fbdb0060"}}],"status":"accepted","resourceType":"Task"} +{"id":"47da9bca-0ab1-50c1-9182-aa53873a3a67","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350938"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3d1fb534-62e5-5651-84cf-4a416c9a3b52"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/715712fe-f6ce-5fa5-98ef-d829346f33be"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fddef784-c894-5b09-ab58-eca705d10e93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f676320b-2394-5bde-813e-cedbee45db0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8eba6503-d01e-5c47-8582-7dd00423e4a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fddef784-c894-5b09-ab58-eca705d10e93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f676320b-2394-5bde-813e-cedbee45db0d"}}],"status":"accepted","resourceType":"Task"} +{"id":"8883b613-0c96-58a7-9bae-ebd8e7c9f464","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350939"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4a2a9249-1519-5231-9453-8b63a81fe4c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/60d49446-862a-5c65-9741-5dc45c747912"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f43094b-b2b4-50df-a9c8-9d1cdddb7d9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee196e9a-f589-5683-ad49-6a6cd55d0efe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d04c92c6-1ae0-5c5b-a723-2db39d912d63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f43094b-b2b4-50df-a9c8-9d1cdddb7d9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee196e9a-f589-5683-ad49-6a6cd55d0efe"}}],"status":"accepted","resourceType":"Task"} +{"id":"b03b9bcb-82ec-53e2-826a-cf72960eea39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350940"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/09404272-8a7c-5389-889c-fbad0974b4eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4a61f212-4c8e-5c9f-a926-d1fc250bef25"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f8e07bc-cc45-574e-a032-d18857bd5e62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8abe140c-5e6c-5a29-b923-4925926de9b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d53c62f4-5e4f-569c-902d-d403cbbab707"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f8e07bc-cc45-574e-a032-d18857bd5e62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8abe140c-5e6c-5a29-b923-4925926de9b2"}}],"status":"accepted","resourceType":"Task"} +{"id":"055b1704-6647-59cd-924e-b2c58725aac6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350941"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f103a9da-77dc-563d-828c-1c9362acbf82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/aca1b10f-e8cf-5dfc-9014-4cc7f1f9e6af"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37631f03-78ce-52d3-936c-2898cd77fc5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a326c45a-03a4-5d33-b07f-352ed4a99be8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c33fe121-6ead-5388-b6cf-fa75e680658a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37631f03-78ce-52d3-936c-2898cd77fc5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a326c45a-03a4-5d33-b07f-352ed4a99be8"}}],"status":"accepted","resourceType":"Task"} +{"id":"3a3bb706-2134-5632-8fce-402cc20dd4d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350942"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a144965f-94ae-5efb-a89b-01d3ce52c01a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9ed9ae16-d04d-5ac3-a904-66963de5de90"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cc8fbd2-8bbc-5f09-b4bf-fbba9629730f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba617d16-0eb8-56c1-a50b-29deea89826d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/377f38b3-f77c-505e-b141-5bf0670d30d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cc8fbd2-8bbc-5f09-b4bf-fbba9629730f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba617d16-0eb8-56c1-a50b-29deea89826d"}}],"status":"accepted","resourceType":"Task"} +{"id":"14db384b-fe4b-5e33-a894-98af11be9838","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350943"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2bd7ff63-670e-52d4-a692-5addda575908"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/666030ad-3ed4-5a2a-8686-7593082f25a1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dcb46a03-b646-58e5-9c57-9abc9fbeac85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41c855cd-da4e-53f4-a32b-65554b677b3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a69138c4-5c38-5c93-aa44-db3181b4f9c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dcb46a03-b646-58e5-9c57-9abc9fbeac85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41c855cd-da4e-53f4-a32b-65554b677b3a"}}],"status":"accepted","resourceType":"Task"} +{"id":"35abe9b1-0686-5e07-835f-a9255cef15ab","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350944"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d0f2b492-fa47-50f8-8985-22c0745698f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e30a8e67-39fe-5c96-89ea-8c668dfa7e37"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e3e9fea-4f50-5a90-b75a-94c44aac6e26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da9374c6-fb47-53e1-9126-ff43258e6014"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e953370b-9dce-5ee9-a058-3e91c42772ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e3e9fea-4f50-5a90-b75a-94c44aac6e26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da9374c6-fb47-53e1-9126-ff43258e6014"}}],"status":"accepted","resourceType":"Task"} +{"id":"ced99103-a845-5b67-a3a8-2eebf31d2fc8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350945"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b77d548d-0fec-5534-a3e4-c984ab63cbf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7e751611-8dc5-5c76-a21a-3c702a34430b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00552ea7-7b51-57b2-8047-58de4bed4097"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3981f35a-2755-517e-ad16-9717f5534103"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbae2d6b-d352-53a1-a72c-46b4fe75cfb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00552ea7-7b51-57b2-8047-58de4bed4097"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3981f35a-2755-517e-ad16-9717f5534103"}}],"status":"accepted","resourceType":"Task"} +{"id":"192fb6f0-df30-55ed-9788-2b95404b080f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350946"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/16c02d81-04f1-5f6a-a352-deb994079e6a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/22158a79-f81a-5694-ae99-a1fff0f2654e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c7ef022-70f9-5f1b-9bfa-02e29bdbc142"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9116d720-373c-5460-8765-1bb4eb525c32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21999af9-6d57-5746-971c-9d17c1079e82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4c7ef022-70f9-5f1b-9bfa-02e29bdbc142"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9116d720-373c-5460-8765-1bb4eb525c32"}}],"status":"accepted","resourceType":"Task"} +{"id":"5a894a5a-7b46-58d3-9d2b-b4344fabff15","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350947"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fcaf4d59-7d9e-52b7-af36-c7e8fdd10586"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7d88d2c0-7c9d-5223-ba7c-094f5cddcc17"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1cadf617-a6a0-53c2-b0fe-073ce3e8c2f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee19ee56-5ea7-5470-96d6-41c4209614c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/168da2a6-6e15-558b-87bc-0c7d2644fecf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1cadf617-a6a0-53c2-b0fe-073ce3e8c2f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee19ee56-5ea7-5470-96d6-41c4209614c4"}}],"status":"accepted","resourceType":"Task"} +{"id":"c839baba-5506-58d2-b088-af5481d06872","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350948"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2133680b-c59b-5bb2-8631-71460bff3bcd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cd8a8212-df83-5923-ae31-6c07f0567f7f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e64093ce-0c20-5215-80e2-051051c3fde0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7024840-a56e-56ea-8df0-9521532e6670"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a9e2661-a116-5b06-8958-6ae86b478582"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e64093ce-0c20-5215-80e2-051051c3fde0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7024840-a56e-56ea-8df0-9521532e6670"}}],"status":"accepted","resourceType":"Task"} +{"id":"4ffcca90-0be9-5cb2-a86b-7ae65a832b18","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350949"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d4419395-4e18-5557-b60d-d4470957f73c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fdc5eb80-be43-5c95-949b-e4c089c3b59d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0d81cdd-a248-58b0-b7b3-80ae63391698"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aab1e6c5-f08e-58b7-ba85-0fb64a47a27c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2afa58fc-0e08-5421-bad5-aa7ddbfbee39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0d81cdd-a248-58b0-b7b3-80ae63391698"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aab1e6c5-f08e-58b7-ba85-0fb64a47a27c"}}],"status":"accepted","resourceType":"Task"} +{"id":"e8a849c5-8c39-54d5-90a9-cf9cb94e2925","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350950"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/be82c22a-9c8d-58bd-a3e3-0a8e438305d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3724521f-93ea-5c7e-b658-7674f4bd04c8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5fd853db-f30c-5940-9996-5730c490dd59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e81f6d3-06a9-553d-b981-47150c5355cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d5863e5-3f87-5529-822e-da177dad2231"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5fd853db-f30c-5940-9996-5730c490dd59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e81f6d3-06a9-553d-b981-47150c5355cf"}}],"status":"accepted","resourceType":"Task"} +{"id":"a59f44f3-b890-56a3-aa3c-4b870b907eaa","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350951"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d85a9dbf-b0a6-508e-b165-c87f14fdc887"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/82d9b547-2039-5424-a74e-bde74d525084"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9d87601-df96-521d-8c6f-ef212956e5be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b65a9e66-d3fa-5455-bfb3-f1755956435f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/139a8cb6-1c2c-5140-9f90-4b46a1dc219d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9d87601-df96-521d-8c6f-ef212956e5be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b65a9e66-d3fa-5455-bfb3-f1755956435f"}}],"status":"accepted","resourceType":"Task"} +{"id":"b497bafb-640d-5bff-a74d-f7b5c942d2fc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350952"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ca27bea9-591e-5179-8902-491f0ab29e00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a5782ece-60eb-5307-86f7-5c20e61adcbd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c41505c-2f12-54db-979d-bdffb4db4b25"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44e80252-f637-59a2-a4e3-b90a8eeec372"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21b9fe3f-1bf4-51c4-90f4-a9f2da14484e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c41505c-2f12-54db-979d-bdffb4db4b25"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44e80252-f637-59a2-a4e3-b90a8eeec372"}}],"status":"accepted","resourceType":"Task"} +{"id":"db81b3fb-77c3-58a0-8269-ab44080e3bb3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350953"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/736e204b-4604-508b-af4a-f4b853744c29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9f92711a-3081-5278-b7d5-e0bfa9955620"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac8eb1bd-04a2-591c-bee3-bc339fea39fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ab72ad0-0160-518f-9251-528bd5711418"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cee65acc-4969-5af8-9d5a-6327989eee21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac8eb1bd-04a2-591c-bee3-bc339fea39fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ab72ad0-0160-518f-9251-528bd5711418"}}],"status":"accepted","resourceType":"Task"} +{"id":"e49f1a89-92cf-501d-8e97-02fb584c583a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350954"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/68d3e5c6-f021-56ac-be73-8287c7c24a33"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9043cebe-f9d6-51b0-9e11-6f0bbecf1658"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1d9b352-38a8-559e-92c9-ac41d4081fbb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0344cdd4-916e-5e39-aa94-b56f585079e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92254ef8-cf41-53ab-8d01-abe5ef0f7961"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a1d9b352-38a8-559e-92c9-ac41d4081fbb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0344cdd4-916e-5e39-aa94-b56f585079e1"}}],"status":"accepted","resourceType":"Task"} +{"id":"0f114518-cb84-534b-9368-a2d028728794","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350955"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/743b8398-a38c-5d74-8bd3-ee6930be7a55"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bd070989-093d-5fe7-be96-5cec542c4a89"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd8b9525-84c7-5993-9f27-65c451ce90a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc3b27e0-7116-53dd-a165-277ba9cf1773"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5b3a9f2-c6b1-5612-8452-72aa9e7bdd35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd8b9525-84c7-5993-9f27-65c451ce90a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc3b27e0-7116-53dd-a165-277ba9cf1773"}}],"status":"accepted","resourceType":"Task"} +{"id":"137cac89-118a-52eb-98e8-dacf3b1a3a6e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350956"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c806aab1-ce73-5afe-a567-b249dea5a10c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/29b0609d-b9ed-5ddc-88e4-f3b0dc5ad838"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35ee9e80-3dc2-50d3-90b1-ae445cee5787"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/928d8f95-5c99-5d13-b11b-fc803a89f64b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a473f35c-736d-5d93-923f-3de8d311df2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35ee9e80-3dc2-50d3-90b1-ae445cee5787"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/928d8f95-5c99-5d13-b11b-fc803a89f64b"}}],"status":"accepted","resourceType":"Task"} +{"id":"a689b2d2-f86c-57b8-a12f-c065b262554a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350958"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/37367641-c32f-56bc-9b51-993d031e6966"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5d540566-94f8-5760-a67e-baa756117741"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de8f3cbf-b7bb-555c-9b04-3255bb39dd51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b35f680d-c884-5aa9-bf16-5dee415898fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3171eab0-531c-51fc-bda8-d935d55f3182"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de8f3cbf-b7bb-555c-9b04-3255bb39dd51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b35f680d-c884-5aa9-bf16-5dee415898fc"}}],"status":"accepted","resourceType":"Task"} +{"id":"76b843b6-8991-579c-a82f-0f31beee5e55","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350959"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4f10786d-f701-5ed8-b421-08773bfd53e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/35a315ba-d81b-50fd-badc-4c7938ec3486"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f70439f-048b-5366-8b09-f06d2ac57514"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a4dc03c-4be5-5ce4-ba58-612c371f1045"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b155a3cd-67d0-5bbc-b679-a49373ffb155"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f70439f-048b-5366-8b09-f06d2ac57514"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a4dc03c-4be5-5ce4-ba58-612c371f1045"}}],"status":"accepted","resourceType":"Task"} +{"id":"05712587-598e-529f-bcd7-5dc457be0dc2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350960"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8c5a3230-2816-5837-82d9-855732d34e35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2eee131a-3e0f-50b7-854f-608061833bf2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e54dc260-5c01-505c-8ddb-7045d88a1212"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4aa7537-c0b9-5fb3-b8db-d7d3bf414b79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6afa4fe4-c24b-5bf4-82a8-8a87dc7b04f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e54dc260-5c01-505c-8ddb-7045d88a1212"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4aa7537-c0b9-5fb3-b8db-d7d3bf414b79"}}],"status":"accepted","resourceType":"Task"} +{"id":"c083cd6c-8f73-5fd0-9a19-33656198bb49","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350961"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8e1bbdb1-6ce9-54c0-a02d-a31b6ea9b559"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/130a7a09-825b-55f8-869b-e271e1755d17"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/89a3f3bc-893c-5aaf-b9f4-8a343b595475"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92cdd23f-ff23-51f3-9909-191404d7573c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65ea807d-2758-5ab0-bded-590b8141bf38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/89a3f3bc-893c-5aaf-b9f4-8a343b595475"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92cdd23f-ff23-51f3-9909-191404d7573c"}}],"status":"accepted","resourceType":"Task"} +{"id":"4cfaaf30-b5f7-5d5a-aadc-19c87d522ad0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350962"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7a5701d4-37bb-5fb3-b31a-27825336c5dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/88177ae0-46a0-50de-80cc-5371530d43fb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f1c96a1-bcc0-5c4b-b111-7d9769dcdbd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfbc0632-e1c6-5635-8245-37332d510a4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bcb59972-76c0-584b-8f48-283fb64deaf6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f1c96a1-bcc0-5c4b-b111-7d9769dcdbd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfbc0632-e1c6-5635-8245-37332d510a4f"}}],"status":"accepted","resourceType":"Task"} +{"id":"b879508f-e57f-5004-9129-0cbaa033beb5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350963"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9d45fe2d-417c-5e28-b628-b2f609ce3e57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a42a52f5-d56d-5b9f-b45e-495d2b3411ac"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b46ec3ac-43dc-503a-8211-24893c7b6575"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8651edb3-9001-5b07-8c11-229c16ad6153"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5678f111-6cb3-5103-961c-b72054ec5519"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b46ec3ac-43dc-503a-8211-24893c7b6575"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8651edb3-9001-5b07-8c11-229c16ad6153"}}],"status":"accepted","resourceType":"Task"} +{"id":"fa7af7e1-5a70-59fd-9bd6-17c64f38bc11","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350964"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/18f5f2db-2ed1-563a-ab95-89e316b45514"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/133337f5-e247-5a85-8825-7ad4c2762e22"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/138caaf1-0d5f-5274-a5f4-e55ebf274afe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5bc2807c-c305-5ec1-9277-e02e5dd8355c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13239da4-3644-50bb-8d9d-6c76cc9eaa2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/138caaf1-0d5f-5274-a5f4-e55ebf274afe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5bc2807c-c305-5ec1-9277-e02e5dd8355c"}}],"status":"accepted","resourceType":"Task"} +{"id":"125f0a33-ce78-56aa-95a4-09a12fd8c87f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350965"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6c52c792-77bd-586d-96f4-60f3deec0699"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b7ef64dc-fea5-55be-80b4-d8e2abacc2b3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c951606-a5c1-58f6-b85f-138d3904a6ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0ccf04a-bb4c-578a-8396-1af9b4de64be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5623022e-cecf-5f06-9aa0-1ec81badb28c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c951606-a5c1-58f6-b85f-138d3904a6ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0ccf04a-bb4c-578a-8396-1af9b4de64be"}}],"status":"accepted","resourceType":"Task"} +{"id":"ad7940ca-e4a8-54b3-b9bf-ec92ccd1d48b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350966"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b5306764-9530-55c2-97a4-2d643949b271"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e1e2ba97-8cbe-5411-a378-2a4c6e8d99b0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c031e0c3-d4f5-568e-9834-6c3b60e3714d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d0e9daf-6682-5874-bac2-80e2ad6e0fae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36acbdc4-1907-5a19-83b5-e8dbec6a0c96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c031e0c3-d4f5-568e-9834-6c3b60e3714d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d0e9daf-6682-5874-bac2-80e2ad6e0fae"}}],"status":"accepted","resourceType":"Task"} +{"id":"68211076-edc1-5314-9639-9ee3b92fa7d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350967"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/50e2eafd-3a2c-5612-9aaa-99c464525957"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/263c4759-5556-511f-9d25-7570a5b7d9a2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/983981ea-5687-536d-84f0-61642a8ad0d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d25d42c-d9d5-5616-803a-001548a2121c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfe93d9f-55ea-5d1e-873d-a0c6eeb852da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/983981ea-5687-536d-84f0-61642a8ad0d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d25d42c-d9d5-5616-803a-001548a2121c"}}],"status":"accepted","resourceType":"Task"} +{"id":"ae21ad88-803a-5b1d-ad6b-927dfed0a3ea","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350968"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6a4511d1-b855-5eb6-995f-04b8ee0a5e41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/de80fcee-1308-59f5-a0bd-8faf56edc444"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/230cdd73-cfb1-5a83-befd-15333be9bac5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bc1aa3b-7326-5848-a3b4-ccddd711fdee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f431eb30-d57b-5a98-811a-b9eec3ff659f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/230cdd73-cfb1-5a83-befd-15333be9bac5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bc1aa3b-7326-5848-a3b4-ccddd711fdee"}}],"status":"accepted","resourceType":"Task"} +{"id":"09f142bb-33da-5cee-940f-ac5e24e6b902","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350969"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e01e4d00-0466-58db-80cd-703b80d74957"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bc60f925-bae4-50bc-abff-776184d1d610"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d0c5133-038a-5cdb-9c24-9e4776fcf985"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77f5fdfd-a911-598a-bfa7-3a92f82ec996"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44a0bc1f-a741-5317-8387-1b1acfa47b3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d0c5133-038a-5cdb-9c24-9e4776fcf985"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77f5fdfd-a911-598a-bfa7-3a92f82ec996"}}],"status":"accepted","resourceType":"Task"} +{"id":"976cdda3-b71a-5285-b513-8ac031c8ebb5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350970"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/06cc58a5-f580-52e1-bed9-2c5342a6ba9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6b2aaa2f-5be2-5dcd-bfa7-3922407b443a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44d9e3d9-8cc2-5e42-b690-ad70d23307ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05c34c48-61d4-5b9f-bd0d-009b9bbcd50e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e61f224-5084-5f2c-a780-20172fb773cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44d9e3d9-8cc2-5e42-b690-ad70d23307ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05c34c48-61d4-5b9f-bd0d-009b9bbcd50e"}}],"status":"accepted","resourceType":"Task"} +{"id":"a686da82-646c-5e00-98cd-0f1a156ccfe8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350971"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/99f8fc78-f40c-5146-a30b-9ed2249b4d5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b0e3a2b6-fb4b-5707-9535-4662517005a6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/427f63ff-4f48-58c6-a568-36fcba5f7402"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d62fbe72-d3a2-58d3-90fd-21019a76bd95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4158632a-e28b-5dbe-87a3-bd74c6fa5033"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/427f63ff-4f48-58c6-a568-36fcba5f7402"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d62fbe72-d3a2-58d3-90fd-21019a76bd95"}}],"status":"accepted","resourceType":"Task"} +{"id":"77e70c24-9d09-5756-8807-b562b4333459","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350972"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6aec60ac-b16b-5cc8-93cd-2b279211b907"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2e5ab145-03b1-51fd-a49a-e7efcf37739b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9556a015-378d-5696-a449-ce236e8fd5de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8d13bc8-9ae2-55d9-b945-dd987e3256e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf8ca5d6-0829-5c92-bba7-1274f0a380a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9556a015-378d-5696-a449-ce236e8fd5de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8d13bc8-9ae2-55d9-b945-dd987e3256e2"}}],"status":"accepted","resourceType":"Task"} +{"id":"6eb62d6f-2118-5cf8-a174-f8c9608bcbdb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350973"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/425fde97-6c2b-5df3-a5eb-f9c3c7f97ad2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f0a3d1ff-0c4e-5400-8ac3-ca65895ff517"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46569b99-14be-5ad7-8f5b-af8ef099c59b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/370b7b21-6bea-59ee-a86a-8ccbc51a9564"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a2ef8cd-d746-52db-a8b1-bbf1a9897340"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46569b99-14be-5ad7-8f5b-af8ef099c59b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/370b7b21-6bea-59ee-a86a-8ccbc51a9564"}}],"status":"accepted","resourceType":"Task"} +{"id":"890a0e9d-c3fd-5b76-97df-16c56db66671","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350974"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c922053e-e021-5890-adeb-2c41192747b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cbc503d5-3c63-55f7-80b0-fbd31dc07ffc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c8c9fe9-30eb-55be-8313-e5d73e3b3c51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d74a543-255c-56f4-8fcf-085c8e56f4cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a635440-3b7f-5877-9e03-91245119cf83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c8c9fe9-30eb-55be-8313-e5d73e3b3c51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d74a543-255c-56f4-8fcf-085c8e56f4cc"}}],"status":"accepted","resourceType":"Task"} +{"id":"7ea16016-a25a-50ff-830a-3a47c6afc139","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350975"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/91d96fa2-8a48-5a9a-a27c-5243f8bc9788"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3d116692-f71a-535e-95fc-8ace4e567cef"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24d983fa-009a-5df5-be4f-7bd86285fcf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b47395bb-22da-546b-903a-55a2cf1357a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d533ac2f-196d-50d0-9336-476056cab3eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24d983fa-009a-5df5-be4f-7bd86285fcf1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b47395bb-22da-546b-903a-55a2cf1357a7"}}],"status":"accepted","resourceType":"Task"} +{"id":"b0e6b148-7078-565e-a323-4452d4ecf82b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350976"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/57803581-2706-5689-8eb1-55ae912db5d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4a408a0e-d2e3-5c00-80fe-8ddda8fa5e1a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b03df23-ec0f-5683-8a19-b0461fb36593"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c20b8361-9e0a-56a6-812b-aecb07d98e66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a14deb31-22a0-5b76-b75a-8f3597f807a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b03df23-ec0f-5683-8a19-b0461fb36593"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c20b8361-9e0a-56a6-812b-aecb07d98e66"}}],"status":"accepted","resourceType":"Task"} +{"id":"39012619-2c22-57d9-a734-7decefd20fc8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350977"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2f3c5478-01c6-53f6-aeb8-7e4c54e1fea0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4923e727-b748-5168-9948-9d28a6468489"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d597fdb9-2eea-5e68-8048-5f3c6f0a3833"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/067b6b36-b6c2-511a-92af-574a01538835"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4fb3d8b-ff23-5085-adae-f4a74db6e9bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d597fdb9-2eea-5e68-8048-5f3c6f0a3833"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/067b6b36-b6c2-511a-92af-574a01538835"}}],"status":"accepted","resourceType":"Task"} +{"id":"1bcc3502-891e-5fbc-b60c-92b10f7a6415","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350978"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/93655109-79cb-5398-8665-df4960cb5941"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c0382c3d-e2be-5cb2-aead-24f8945652e2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/727c6f92-dd35-56fe-b8e6-c411580c5ecf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24e26808-f80f-5a24-ae36-3347f407013d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fccc96f8-d74b-599e-9d0f-f635c6814ee7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/727c6f92-dd35-56fe-b8e6-c411580c5ecf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24e26808-f80f-5a24-ae36-3347f407013d"}}],"status":"accepted","resourceType":"Task"} +{"id":"133b13f6-ac79-580f-9d56-8a1e57c343fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350980"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5dd0a2cc-b9d6-5276-9e7d-13eb26614e72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/50a91300-5f42-5d12-a5af-d43fbf05084f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b62dca73-d853-527e-bf0a-a46c8e8a2ba6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adc22bd0-f859-575b-9065-e0f8cff838f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f8fe1858-f2ee-5bd9-91f0-22c5d9912fa7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b62dca73-d853-527e-bf0a-a46c8e8a2ba6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adc22bd0-f859-575b-9065-e0f8cff838f0"}}],"status":"accepted","resourceType":"Task"} +{"id":"cf502e05-8a7a-5f5c-9a0d-2064fea32fba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350981"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/975b8239-ca1e-54b8-b771-d380f20b9acd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f4e241e0-5a16-5b2a-9af5-a3fb2dcb67e9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5872b09-8649-52ad-9e72-70fbc2f46f65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72137b2d-f394-5811-aa1c-42065e45b945"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76326871-3377-5362-a466-5a6ea93bbc8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f5872b09-8649-52ad-9e72-70fbc2f46f65"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72137b2d-f394-5811-aa1c-42065e45b945"}}],"status":"accepted","resourceType":"Task"} +{"id":"4431799a-ab79-56f9-8b6d-3f11b94baec9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350982"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6da4f6b1-8727-562e-8f12-4400da15e6ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8390dde2-9e1a-5557-841a-1291f129bcb2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b5e1470-63f2-5ddb-8490-c1c7ca93ac35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc59dedf-7818-50c4-aaec-fe5d06f5b067"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61e5f065-06a0-5de3-aed1-03c751865a96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b5e1470-63f2-5ddb-8490-c1c7ca93ac35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fc59dedf-7818-50c4-aaec-fe5d06f5b067"}}],"status":"accepted","resourceType":"Task"} +{"id":"274aa33c-c9ab-5a48-8bb7-5d7cd0c47bfe","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350983"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4a58b622-784a-52cc-8a7a-877ae300148c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fad03cd5-eb38-58ee-8125-4ceccde6ce97"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3ca5265-d00b-5759-8786-089f9080762f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de2cc9bc-e07d-5aea-a8c5-d3ee96a5ee89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a2baa8e-61a3-55b0-8a33-941e9bd7d5dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3ca5265-d00b-5759-8786-089f9080762f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de2cc9bc-e07d-5aea-a8c5-d3ee96a5ee89"}}],"status":"accepted","resourceType":"Task"} +{"id":"8453685f-b891-5447-97b8-61d5111d117f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350984"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e64ed071-0478-5460-888c-66d3c73d9ad0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1a27c0d5-bc88-5fad-85e6-b0a6b57624a0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e9286f9-6d47-5bbe-95ea-c43d5afade66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5d6a41c-4e7d-5bf8-96df-aaa0e6c1387a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95926793-9a0d-5a6f-bf36-5be530013c44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e9286f9-6d47-5bbe-95ea-c43d5afade66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5d6a41c-4e7d-5bf8-96df-aaa0e6c1387a"}}],"status":"accepted","resourceType":"Task"} +{"id":"a0bc1885-d431-5df6-9a83-9595567c47cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350985"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7c3a75ad-581f-5a62-a896-e986c8dc58c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4b7e7726-4998-5cb7-8fac-a825b76edcb5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1db69541-160d-5c6d-a00e-14847de11142"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68059460-1ffb-5102-a009-d14368867fcb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66e32319-1c7e-5cef-8368-d337f718e59c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1db69541-160d-5c6d-a00e-14847de11142"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68059460-1ffb-5102-a009-d14368867fcb"}}],"status":"accepted","resourceType":"Task"} +{"id":"5b0ee13e-d7d5-591e-87c4-c7da5e525975","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350986"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a9afc63f-eac1-5872-95b0-3b69e5335bbb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9b3c9bb6-8f84-5fe9-a7db-3e50470b115d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/937f9cf7-e3bb-51a2-9cb8-7aa6e4bb422c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/595f49d8-a072-5695-8ca5-57c883a84f26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/efcedd03-4dcf-543a-b7dc-f81920909a3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/937f9cf7-e3bb-51a2-9cb8-7aa6e4bb422c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/595f49d8-a072-5695-8ca5-57c883a84f26"}}],"status":"accepted","resourceType":"Task"} +{"id":"db391a6d-5979-52a2-ac6f-ad07f9179c47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350988"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6b76b9ce-7023-57df-9479-930581d3d02e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6f896d00-1fc6-5e98-9977-8688ca053b40"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/800ea898-3b58-51b3-bca8-af81883758f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fda15f0-ef8c-586d-89e1-31b28ec47733"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd90026c-50c3-5a3a-8a98-e9ec4a7f0f64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/800ea898-3b58-51b3-bca8-af81883758f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fda15f0-ef8c-586d-89e1-31b28ec47733"}}],"status":"accepted","resourceType":"Task"} +{"id":"072991f2-b382-5b29-8376-7b5323319e12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350989"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c03392c1-5e79-5758-864b-199d39efa9d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cdb47b4a-a26a-50eb-b844-da12fdb8cb60"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b34df4b2-faa9-5fec-b106-4cb4b7c1378f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e563c1a-e3dc-5179-b323-f886151501db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0d4646e-a358-598c-97ae-50cfe8237ad6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b34df4b2-faa9-5fec-b106-4cb4b7c1378f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e563c1a-e3dc-5179-b323-f886151501db"}}],"status":"accepted","resourceType":"Task"} +{"id":"8182aefc-49ef-5578-b096-d2f04367dda2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350990"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/66986ff1-bb30-56c3-ac5e-fce91581f9f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1cc24c4c-4a80-57c9-a105-a243a83d5225"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e8bae6e-f894-57d0-b560-e063878ed9e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d58c488-32a1-5152-9f47-1e830bcf4699"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fbea1ada-1686-569d-a2a8-f4dba51775c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e8bae6e-f894-57d0-b560-e063878ed9e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d58c488-32a1-5152-9f47-1e830bcf4699"}}],"status":"accepted","resourceType":"Task"} +{"id":"a972c9ce-f3e2-53f5-9a09-e21536deca8a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350991"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/41ade69d-a663-5f1e-a180-bccd6c14655c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/516e3602-fd57-5e1b-88f0-4a12000b3566"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a421e5ce-cb3d-5194-a355-75631eb71e27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d936dd6b-a72f-544f-b3ee-6d955ac92918"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffd29101-9eec-5612-8b92-6c829da2ba16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a421e5ce-cb3d-5194-a355-75631eb71e27"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d936dd6b-a72f-544f-b3ee-6d955ac92918"}}],"status":"accepted","resourceType":"Task"} +{"id":"f3d302ff-64e6-5f23-85c5-03a3e2282701","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350992"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d439c796-476c-54d4-802c-3d1a14a7fefe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f7fbe398-b653-507f-ba0b-b8d4807e6935"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f451bbd-7acb-5cac-8ed7-944b5265a77b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea098cb4-5b2a-5683-93d7-14dbbd67d10e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cef3e392-65e8-5b4a-b299-680bface631d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f451bbd-7acb-5cac-8ed7-944b5265a77b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea098cb4-5b2a-5683-93d7-14dbbd67d10e"}}],"status":"accepted","resourceType":"Task"} +{"id":"65e98821-cfbe-5af0-82b1-58b2beed149a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350993"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d83a66a8-1814-5f8f-9042-c9a718353903"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c251c3d8-ba51-584a-8be0-11f99f30f6d4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3f4f664-21e2-563d-9c93-6753bae2cafa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1023fcb-a18f-5369-aaf0-809d03863c6c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/928675f1-1a5d-5373-8ba1-ef0d6a3ea944"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3f4f664-21e2-563d-9c93-6753bae2cafa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1023fcb-a18f-5369-aaf0-809d03863c6c"}}],"status":"accepted","resourceType":"Task"} +{"id":"7f1ef7e2-afda-5a32-a04e-166dd5623935","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350995"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2353f55f-152d-55ef-9b5e-89be1b386664"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5b09d122-8765-5f50-824c-e6e2b090ff3b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b6faca4-766c-5c8d-b3dd-f25b4b6f3847"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/834d6c8e-3fa8-504d-9ef4-403df271892e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b1c9a54-eb9c-590b-805c-68e18625e5ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b6faca4-766c-5c8d-b3dd-f25b4b6f3847"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/834d6c8e-3fa8-504d-9ef4-403df271892e"}}],"status":"accepted","resourceType":"Task"} +{"id":"c52e1963-3713-5ba0-9222-ef31ca448958","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350996"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/91c3acd2-e4ef-50a2-86d9-ad71ee369c7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6f0662e4-3685-5911-b318-f0f4d8fc4c5a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c49e0750-a4fc-581f-9b6b-235ef6c5d0ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1003f03d-c333-53a7-a0bc-d1d446791ec6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e4cdbed4-1e1b-5822-a569-f0c9754746b9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c49e0750-a4fc-581f-9b6b-235ef6c5d0ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1003f03d-c333-53a7-a0bc-d1d446791ec6"}}],"status":"accepted","resourceType":"Task"} +{"id":"a7563bc6-d0d4-56dc-b65b-8dd29ebc1108","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350997"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a08706ce-c5c7-547a-ba26-ab368be74e20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2ad88d9b-5e7f-586a-8d31-923aeffa6c64"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b53000a-d80e-5316-a762-3225f288d07a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/049f4841-0f69-5aee-a242-96daa6466052"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83cd9534-40bc-5116-95b4-71e8bc861e37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b53000a-d80e-5316-a762-3225f288d07a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/049f4841-0f69-5aee-a242-96daa6466052"}}],"status":"accepted","resourceType":"Task"} +{"id":"92c3112e-535d-557e-bb7b-1ff8f58f878d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350998"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d2fa00fd-238d-5e1b-96c7-3a3d150b9011"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b0248dff-f925-5200-bacb-d10da3363aa0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54ea8f9d-f737-5041-9268-7e634fc3cd1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c96dab64-6186-599e-9c5d-199fb465fd29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ffd068a-7e3f-54bc-b4b3-663eeb970820"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54ea8f9d-f737-5041-9268-7e634fc3cd1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c96dab64-6186-599e-9c5d-199fb465fd29"}}],"status":"accepted","resourceType":"Task"} +{"id":"1c3323a2-ed8a-5ace-b07e-5d84b8ad3695","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS350999"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/551ace6f-507f-5dd6-833e-a59c62c0289e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e4e970aa-325c-5107-bfac-8fa97346a28d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b98394d-85a3-587c-a90a-3efd1ed80c76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6dc0dcc4-763a-5ea7-9c94-6f0022e02ad0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af558983-825c-5058-87be-56f8fcab8c8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b98394d-85a3-587c-a90a-3efd1ed80c76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6dc0dcc4-763a-5ea7-9c94-6f0022e02ad0"}}],"status":"accepted","resourceType":"Task"} +{"id":"46c3a91c-6ba9-531a-a64d-8e9c274fe61b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351000"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1d91c5db-646f-5000-a9e5-f4cf0e508b32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5d373a55-042a-55b2-a174-2f88b06e0c6b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad5ca400-26f3-5752-8936-077bc501a537"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d08192f5-27c8-5393-9571-704bebb15513"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1a3a550-a752-55a6-9661-661d504529d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad5ca400-26f3-5752-8936-077bc501a537"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d08192f5-27c8-5393-9571-704bebb15513"}}],"status":"accepted","resourceType":"Task"} +{"id":"e4469c6e-0d32-58f9-8e2e-9cf91b6e469e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351001"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9484e748-8f87-5348-ad80-1c7399358686"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5f22781f-068b-54cc-abdd-14334524ca72"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eeb53b11-61d1-55f2-aafd-b2bf25c152d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3275125-bb25-5269-acc1-f40b97a6857c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a37b246d-23e2-5da1-8d9b-5eb9615c0ecd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eeb53b11-61d1-55f2-aafd-b2bf25c152d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3275125-bb25-5269-acc1-f40b97a6857c"}}],"status":"accepted","resourceType":"Task"} +{"id":"3339fdb6-e762-5993-b3f2-ec753cede4e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351002"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/15bdfe27-2f93-54ee-934f-c07fa0cf77fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/619f592a-7453-5b7a-93b9-5c3cd94fedf6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05081042-98bb-5635-b41e-08ee7db8cf90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d61e55ed-5529-545d-abf6-bf82a0b13ffb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45fda99e-09a6-5454-b221-5cd9c7fe7cad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05081042-98bb-5635-b41e-08ee7db8cf90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d61e55ed-5529-545d-abf6-bf82a0b13ffb"}}],"status":"accepted","resourceType":"Task"} +{"id":"d231029c-55c5-5412-9752-f6c1685376c7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351003"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/68d33d57-ae43-5eb6-bb50-723c52b41481"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1874686b-d56c-5bc9-8d12-6ba93781e252"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a999b739-c468-5d86-baff-4530f83a18ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8caf0a7-ac54-5267-b6b6-f46fc340f3b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/538611e8-5b67-5ae2-a9f2-70d8466c36a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a999b739-c468-5d86-baff-4530f83a18ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a8caf0a7-ac54-5267-b6b6-f46fc340f3b3"}}],"status":"accepted","resourceType":"Task"} +{"id":"581124e4-3e6b-5ea6-b982-4db85cae2f51","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351004"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fe074466-cd17-5d34-9230-667efbd25d56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1a5aa505-7b9e-538e-a51e-2bb340bb261a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5211a249-9645-59ee-a2f4-abd0ed7f4459"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3241d253-91d8-5e02-af92-c23001ba8f75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95e921db-39a0-5100-bffa-5039893a0e6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5211a249-9645-59ee-a2f4-abd0ed7f4459"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3241d253-91d8-5e02-af92-c23001ba8f75"}}],"status":"accepted","resourceType":"Task"} +{"id":"aed9e2ae-7b33-5f3e-9d78-1c90332f8490","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351005"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/41a1c44f-1f14-550a-b846-91409892179a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ddfc231f-85b3-5985-91c5-8e653ff5051a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5bca317-6eaa-5d11-aefb-8ae8ea1cb325"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1757daa-5e67-504c-9a69-acc6e9e9b376"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f275684-a73c-5c9e-83cc-d6b31e998189"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5bca317-6eaa-5d11-aefb-8ae8ea1cb325"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1757daa-5e67-504c-9a69-acc6e9e9b376"}}],"status":"accepted","resourceType":"Task"} +{"id":"57626e1f-2060-5a03-bbc9-457073e4636f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351006"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e28c9aed-70a5-5be3-9ed6-d6a91f6aefa2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/beca943e-f16d-5629-925d-ad2562c4727b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fac55a6a-497b-57cc-a6f9-f74da98e3a92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0aa45b70-25d1-5c81-9a41-6fdb13f25f3e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70d7214a-8997-5bd3-bb23-006b322d0d35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fac55a6a-497b-57cc-a6f9-f74da98e3a92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0aa45b70-25d1-5c81-9a41-6fdb13f25f3e"}}],"status":"accepted","resourceType":"Task"} +{"id":"b786d5d0-aba0-552d-b11c-171bd294c117","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351007"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/40e04eea-8d65-55cb-bdb1-02ff03b10df8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1a53b4bc-83d2-5191-924f-bd0715e62716"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d8c9af1-e359-57a1-92c9-d1ce4476e8b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7834acdf-e44d-59d1-a5f1-54b167fade7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1abef9bf-77a6-51f7-be9d-c898394a9128"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d8c9af1-e359-57a1-92c9-d1ce4476e8b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7834acdf-e44d-59d1-a5f1-54b167fade7a"}}],"status":"accepted","resourceType":"Task"} +{"id":"9dde3c61-bf58-55be-ac15-1dd4e9bb2546","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351008"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4719a911-9dd8-512d-8928-777acbbf76fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fb5af91a-6d03-56bd-afee-9f416af38cc2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b7514e1-5b0e-5463-a3fd-8b865a892d7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b624bfea-21b4-5d13-bfec-db0b21495ac0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3279a240-5cfc-5667-a5e4-38c33f5c9bfc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b7514e1-5b0e-5463-a3fd-8b865a892d7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b624bfea-21b4-5d13-bfec-db0b21495ac0"}}],"status":"accepted","resourceType":"Task"} +{"id":"7207e663-b144-5582-a48d-08246e6be67d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351011"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/38a5c9bf-2e8c-57c3-9c29-b2727374e553"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6f5ccbd8-7d71-5ac3-b05b-f81991c37639"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f68173f-6461-55f9-bb1d-95d52ee8af2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d8c4be1-0328-5a33-8fae-43cb6ba8fcd4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/616899b8-5578-589d-aa00-c8b1dc9c903d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f68173f-6461-55f9-bb1d-95d52ee8af2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d8c4be1-0328-5a33-8fae-43cb6ba8fcd4"}}],"status":"accepted","resourceType":"Task"} +{"id":"115344ec-93bb-5699-b647-5d5b11fb5f6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351012"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fb087c7b-5dda-533f-ad8d-f4e9f9f46db7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/404f960c-47c2-540f-af97-0b04c1f2780b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82e6dd63-31fe-56f2-9ac7-f34ecb78ddf2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df2d6671-ee32-58b1-8e29-564de0a81f66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68130081-649f-56cb-8a18-3ab5c9c80e7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82e6dd63-31fe-56f2-9ac7-f34ecb78ddf2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df2d6671-ee32-58b1-8e29-564de0a81f66"}}],"status":"accepted","resourceType":"Task"} +{"id":"8b32d614-2a7c-5bba-ad3b-413526a6b46c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351015"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b9d07f02-bf32-5433-bccd-dda4c00c9024"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b7b8063c-51dd-5b8f-ac3c-415a89212eb8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2795090d-4fb8-5e68-8dfc-be53c81f8d50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c728fb2a-a34c-566c-be71-06a70b304f47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f75076a4-29df-5ee7-9f55-2f65c05dfe4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2795090d-4fb8-5e68-8dfc-be53c81f8d50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c728fb2a-a34c-566c-be71-06a70b304f47"}}],"status":"accepted","resourceType":"Task"} +{"id":"2bacf24a-eb55-58f0-81e5-8b0a5d18ee60","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351017"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e7bd3fdb-df43-59c8-9b99-57306245d1b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/96ceab0d-2e1d-5d66-9026-99a06fe520c9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd1875c6-6565-5460-a57c-c6df0018ed38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ccfb8d9-6058-528b-9b51-53fbd0b61dd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/800311d5-3488-523e-87a4-ffed7d6de022"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd1875c6-6565-5460-a57c-c6df0018ed38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ccfb8d9-6058-528b-9b51-53fbd0b61dd8"}}],"status":"accepted","resourceType":"Task"} +{"id":"dc7e1125-9402-50fc-be68-00ad86af8c3a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351021"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/23abfd88-5f50-5d1b-99e1-33d1910339db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d562507d-7627-5601-ae45-167d6b56eae5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b40015a4-a4c9-582a-987e-3dd7d7ba3cc3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00b6d87b-9a50-5dad-a748-d12c0501c284"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ba35fca-0e81-57ca-bc9b-4a4b9c7a09da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b40015a4-a4c9-582a-987e-3dd7d7ba3cc3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00b6d87b-9a50-5dad-a748-d12c0501c284"}}],"status":"accepted","resourceType":"Task"} +{"id":"6e3a1ccb-4b45-5e1b-bc18-ef5cf3b586ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351022"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/91655002-30ae-5bfd-9f71-eddb9c85dea0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c0abdd7d-9220-55a8-ad70-c5b66f811e3b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/315b012a-a636-5f91-89a6-d0f898532635"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ae9d09e-9c93-5a7c-900f-6f736c5c70ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd5ef145-76ef-5378-8b4e-46990c4ed3d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/315b012a-a636-5f91-89a6-d0f898532635"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ae9d09e-9c93-5a7c-900f-6f736c5c70ae"}}],"status":"accepted","resourceType":"Task"} +{"id":"9db22189-ef45-53ac-b713-301519056e4f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351023"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a2d06ecb-2318-541a-9fe6-5accdef068b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/180dc6a6-9642-5720-ab66-27a47b370fbf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e382cab-5b58-5504-aa80-e446816c57e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5121c0ee-fc94-587b-be0d-4cc1eb1bd672"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec333ac8-3278-5c72-b497-a968fbc1f669"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e382cab-5b58-5504-aa80-e446816c57e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5121c0ee-fc94-587b-be0d-4cc1eb1bd672"}}],"status":"accepted","resourceType":"Task"} +{"id":"79992b06-74bb-58f3-8aa8-f44cf8ebb492","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351024"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/efd575f8-2938-53ca-aa56-b2519851cfb3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6f111ac0-d37b-5944-824e-4ae1eaf39040"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f241748b-98ef-567a-a9f6-f940477daadd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04ebae3d-bb72-5f18-aedd-18bc0d612559"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3fbb1337-387e-5162-8b0f-6d1549b041d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f241748b-98ef-567a-a9f6-f940477daadd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04ebae3d-bb72-5f18-aedd-18bc0d612559"}}],"status":"accepted","resourceType":"Task"} +{"id":"47e39c04-e765-5fad-b54d-d5a6926d60c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351025"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bdf75fe9-ac28-5d83-ad55-614cdd8d753b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0321a975-67d1-52a5-a881-3a6f0bcbe32d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2230345-d29d-5b8e-85a5-c254990ed0b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b21acf06-a33b-5af2-a67e-e81523e59a66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eabc0251-fa90-5073-a312-1f56374f8df2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2230345-d29d-5b8e-85a5-c254990ed0b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b21acf06-a33b-5af2-a67e-e81523e59a66"}}],"status":"accepted","resourceType":"Task"} +{"id":"ad2b671d-e392-5d2e-b300-b442886349eb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351027"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/29aa8e16-d369-5657-8797-3ddcf44762ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/51b076ee-bdfc-5c58-a46c-bde0cb76a3cd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a87e7e4-8f59-52b5-a8c5-aa66beb9eadf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46c8c1ed-8d7f-5fcb-a805-5ca1b773f603"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/95792cd2-5e75-5526-b947-f812e142b45b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a87e7e4-8f59-52b5-a8c5-aa66beb9eadf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46c8c1ed-8d7f-5fcb-a805-5ca1b773f603"}}],"status":"accepted","resourceType":"Task"} +{"id":"c45eaa4a-508d-5e61-9353-2b71c4b8f4be","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351028"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/63adf9a4-818c-51fa-8a03-a7433f0165d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4eb30d91-9cc3-5f9c-8e9a-d6717f5f99fe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13559568-1fb8-586b-bcf8-7239f0681491"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/485c1cad-1f10-577e-b80e-93541dbcb132"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e92decd1-cc17-5ca2-9633-35105b752feb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13559568-1fb8-586b-bcf8-7239f0681491"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/485c1cad-1f10-577e-b80e-93541dbcb132"}}],"status":"accepted","resourceType":"Task"} +{"id":"71824601-2d30-5f70-a01d-dac27ed946cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351029"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0f9cdc41-b5ec-5f82-9c9a-baf00e859656"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/95c46acf-291c-5c29-a95d-b088017d0106"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0ced942-8505-5f03-af64-1fd23273a61c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4aa453df-b137-57aa-a00f-ce1d5e00bd90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad5821ab-3ed8-5972-ae0a-3553e9409c42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0ced942-8505-5f03-af64-1fd23273a61c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4aa453df-b137-57aa-a00f-ce1d5e00bd90"}}],"status":"accepted","resourceType":"Task"} +{"id":"77d0890a-bc08-5b66-b732-401e97d990bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351030"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a7d0d358-6499-5548-9eb1-a3e9233f565d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b5a0cfe1-b8a1-5da8-a1e7-fe10e01c5507"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ea05b9e-6bb9-5a36-afe2-d9856f8ca217"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d7ff3e9-235c-59ec-80b0-94061b885448"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/601373ce-a6b9-55af-865b-595921091ce2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6ea05b9e-6bb9-5a36-afe2-d9856f8ca217"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d7ff3e9-235c-59ec-80b0-94061b885448"}}],"status":"accepted","resourceType":"Task"} +{"id":"b744d1b8-07c1-5333-9e4b-29ca6a7e3839","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351031"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a302a375-01bd-588e-8a62-abe88c9bfb31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a28954ee-7122-5b91-8ec8-ae21ae53a841"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1fe73b1-ff01-5369-8ead-2bf3f53dc0e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10ed3525-a1ac-5a75-9387-5d14314e7225"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5f19121-70ac-59b3-9e0f-36fe76644512"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1fe73b1-ff01-5369-8ead-2bf3f53dc0e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10ed3525-a1ac-5a75-9387-5d14314e7225"}}],"status":"accepted","resourceType":"Task"} +{"id":"2ab941e0-f02d-5a1e-97fa-6dd83e347851","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351032"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/047ec77a-a3b7-571c-a78d-e90f8c031745"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ba264d51-ec51-5404-a51c-312b9a9ecfc9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd52fc81-ffb3-54b1-9ffa-3b6841212563"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e25f938-4154-561f-b1b0-44b90a09919c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54046471-3590-57b2-8c40-c70d7ebe0321"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd52fc81-ffb3-54b1-9ffa-3b6841212563"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e25f938-4154-561f-b1b0-44b90a09919c"}}],"status":"accepted","resourceType":"Task"} +{"id":"34d5f4c5-f751-564c-a81a-46662cdb33a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351033"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/48ca9e84-6ffb-57ae-83bc-9bceb61b49d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/874fedfa-8c19-5837-b127-01773e24a70c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/facc0857-b3cc-5ce8-a669-9cf38c52cab1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84c050fd-e209-5173-8de4-513e99576473"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43e3e900-59e0-5f34-a7c1-0d8e039f5e25"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/facc0857-b3cc-5ce8-a669-9cf38c52cab1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84c050fd-e209-5173-8de4-513e99576473"}}],"status":"accepted","resourceType":"Task"} +{"id":"1fb091d3-2c96-5590-8ca9-976455f17694","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351034"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/81a00567-6874-5225-95d9-f32122fe074c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/48b6f527-749c-5122-a951-caccc3a46bd9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b9d8d36-f334-50d2-8838-dfad9d3ce5ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f1a22ef-c718-5587-8ead-4c7a4484e0b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c53612d4-b06f-5a98-85b3-e3ea5ca48086"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b9d8d36-f334-50d2-8838-dfad9d3ce5ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f1a22ef-c718-5587-8ead-4c7a4484e0b8"}}],"status":"accepted","resourceType":"Task"} +{"id":"73edd13b-f776-5a2f-9f5f-f7235866f365","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351035"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/46bd6b87-d298-5d62-9269-ca71e7b9c6bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d5ac6835-ffa2-5e63-a651-a60c4385899f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2aa70b07-f6d4-5759-aae3-c453796f2582"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13821e5b-8eb5-507b-abc2-cfb400f7ad31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/370fe84c-48e1-5580-92ba-5c6119fcd2c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2aa70b07-f6d4-5759-aae3-c453796f2582"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13821e5b-8eb5-507b-abc2-cfb400f7ad31"}}],"status":"accepted","resourceType":"Task"} +{"id":"38dfb64f-8731-5936-86f9-35936e88f590","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351036"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4c895a91-6147-5e68-8470-25397581039b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7051a40a-807a-557a-9fb8-45a77695979e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2059e4a5-53de-5761-9260-8082924de46a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d66b2193-5c09-5831-822a-4112bf30ad60"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eac8537e-e085-56d6-8117-96a0ff385dc1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2059e4a5-53de-5761-9260-8082924de46a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d66b2193-5c09-5831-822a-4112bf30ad60"}}],"status":"accepted","resourceType":"Task"} +{"id":"d9564fce-76ca-5724-b537-b03e4c9ecd52","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351038"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2fdc3742-230c-5e80-b034-242d0b1d5fcb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ca7db5ee-5edb-5396-a2f4-c1d422330a6f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8f3ae4d-60dd-5f4a-9c94-47dfb18e5e31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d549268-1037-56aa-825b-524b5ced676e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2603389f-ef9b-5a53-9c88-d8ca8653a7b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8f3ae4d-60dd-5f4a-9c94-47dfb18e5e31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d549268-1037-56aa-825b-524b5ced676e"}}],"status":"accepted","resourceType":"Task"} +{"id":"3db79bc8-6902-5535-bab1-fb08d344da81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351039"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1b1a1cf5-ac00-520e-8ea8-6070ed1c3bb5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b53fdc7d-7e9f-57ed-970d-0b228f7f3a57"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d5d7419-4b88-5553-b0d7-33c09c10cb90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c65e3d7c-1089-5dee-bed3-050888b7b775"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9be9665-77eb-52b6-bef2-29180946985e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d5d7419-4b88-5553-b0d7-33c09c10cb90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c65e3d7c-1089-5dee-bed3-050888b7b775"}}],"status":"accepted","resourceType":"Task"} +{"id":"6d904a16-7ebe-5dc1-ab2e-5f6386bda438","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351041"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ac1a2c25-a43a-5c37-a51e-52261a2b0088"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5dea04bb-8498-56fb-b0dd-0db8c8085045"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ae14b38-db62-5d26-8f04-fe7681445b17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91cb84d6-c2a6-508c-93bd-35ad0aaac682"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0398c205-568f-52ca-a2f6-b2329133e9c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ae14b38-db62-5d26-8f04-fe7681445b17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91cb84d6-c2a6-508c-93bd-35ad0aaac682"}}],"status":"accepted","resourceType":"Task"} +{"id":"1718d4c8-841e-53fd-9e68-7376d548ce33","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351043"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0b1514fd-58e1-5c78-b8ba-02583d229d61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0cb91c06-e073-5406-b82f-b536d1f1c91f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/166dab02-262d-5032-8afb-960684b6136a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c02e8369-0a4a-518c-8405-841833261679"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f5c21a1-ff9d-5d98-af11-0d7ed52220cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/166dab02-262d-5032-8afb-960684b6136a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c02e8369-0a4a-518c-8405-841833261679"}}],"status":"accepted","resourceType":"Task"} +{"id":"9ecdfcd4-8c8f-5e48-8d95-fd1b140e68e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351045"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b093accf-2957-5882-9f0c-0be70763523e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/903d3057-cde8-5052-b5aa-543753e16c9e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/990b5504-dcb4-5a29-a54b-d79abe605e88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/500c181d-8c25-5a03-ad1e-a89274eae6a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f16aa16-417d-5c08-93ad-f828654967d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/990b5504-dcb4-5a29-a54b-d79abe605e88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/500c181d-8c25-5a03-ad1e-a89274eae6a9"}}],"status":"accepted","resourceType":"Task"} +{"id":"fa239524-372b-52c1-ae8d-88604cbb9b55","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351054"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/feca1f74-5794-5f5b-821e-d609442892a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ac826e54-5c94-51f2-8a40-a55b11ae6e3a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30c2602d-07e1-5c5b-ba1b-6cdff1b31de0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fdfc81ed-22e5-52d1-aa6c-ccbaf742cea7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cc3d2d8c-800e-5b9d-97df-b369f1f55105"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30c2602d-07e1-5c5b-ba1b-6cdff1b31de0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fdfc81ed-22e5-52d1-aa6c-ccbaf742cea7"}}],"status":"accepted","resourceType":"Task"} +{"id":"5eddb492-5fcd-5623-b96e-c38506588cf5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS351055"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b1449109-1afb-557a-b00f-7ef4c70fbeb7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8a1ee0ef-1c50-51ea-b96b-1f42177910a5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21516e6a-6563-5bac-ad42-1f8071a0fd66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ed5ee24-de99-519a-982c-f15bfe552325"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31a8b113-68c3-54b0-9a35-36891f418f80"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21516e6a-6563-5bac-ad42-1f8071a0fd66"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ed5ee24-de99-519a-982c-f15bfe552325"}}],"status":"accepted","resourceType":"Task"} +{"id":"d1d3c131-633e-5005-ae54-cf5fdf9f7fac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352794"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/026aa956-26c5-50c6-b39a-7c451c833617"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bd8060b3-98eb-5b72-a2af-85c8998f1c2f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97fdd8ca-79d2-5c45-8497-8762b760ccf7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/345849fd-8656-5a53-abb8-54d942b5346c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2c1b340-dd93-553a-afc3-ab238db2fb31"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97fdd8ca-79d2-5c45-8497-8762b760ccf7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/345849fd-8656-5a53-abb8-54d942b5346c"}}],"status":"accepted","resourceType":"Task"} +{"id":"fb38e157-a068-5636-a6d0-d99867879619","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352795"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5c954ed2-f302-5412-bc98-1d3ed6b7cb33"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/454e5527-b41e-5a84-a649-39ff5742be75"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76f08d5c-a752-569a-86c9-1dab09734595"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/801edf98-750e-505d-8ba3-73bf67c7fb85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b61806f7-6967-5d01-874b-1375eea7ef17"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76f08d5c-a752-569a-86c9-1dab09734595"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/801edf98-750e-505d-8ba3-73bf67c7fb85"}}],"status":"accepted","resourceType":"Task"} +{"id":"4e7f0b44-33b3-5740-a055-17a81963e8a2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352806"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/218588f4-fc70-5e05-bbcc-7778cb653bce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d5eb1a5c-dddb-5fe8-931d-039a22468e9d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/583616fa-6f60-5d7f-b890-6a7604ac425e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a271c2a6-d16e-5f79-9502-c5bddef4f4ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57a156c4-521e-5f83-a849-85f40c2d334a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/583616fa-6f60-5d7f-b890-6a7604ac425e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a271c2a6-d16e-5f79-9502-c5bddef4f4ad"}}],"status":"accepted","resourceType":"Task"} +{"id":"c4f69172-4e84-5db5-9ecd-9f4598f0fe48","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352809"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8ead9ca0-fede-5259-8e20-826fbfce21ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b4d5da55-4fec-5cf0-b183-609ccdd6d4a9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78efc7bc-2b77-53c0-ba92-100a528c4c0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9349d5d-53f3-565d-a0cf-d7aac00dfaee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b78edfc-d318-59fc-8ba4-3a737b2f2076"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78efc7bc-2b77-53c0-ba92-100a528c4c0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9349d5d-53f3-565d-a0cf-d7aac00dfaee"}}],"status":"accepted","resourceType":"Task"} +{"id":"afd4c801-c4e1-50d9-bf55-f5ff19e57864","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352811"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/52309b3b-1f8b-5e91-a78c-9e5cf1adcd1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7474da0c-a376-5f36-98fb-1e8f215b1590"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/373a8e52-9ba4-52ff-8fe4-9bd3032ae32d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78bef235-8a91-5712-ba0f-2546ea0b5db7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ef14c0c-a4fc-513b-88e6-33d619bc89f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/373a8e52-9ba4-52ff-8fe4-9bd3032ae32d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78bef235-8a91-5712-ba0f-2546ea0b5db7"}}],"status":"accepted","resourceType":"Task"} +{"id":"5e02a4fe-5d56-50b1-841f-6f5d03719009","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352812"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/88280c60-30ff-55d3-9e9e-d7bc76873cb9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/48b08219-75ae-5403-bb64-ea87b8321b46"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/783f2581-1d35-5ec2-b8cb-6c044193980c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ca47ddb-431c-5064-9186-5adb7a729230"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03095893-a539-5e7d-8c0c-26a71d171c5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/783f2581-1d35-5ec2-b8cb-6c044193980c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ca47ddb-431c-5064-9186-5adb7a729230"}}],"status":"accepted","resourceType":"Task"} +{"id":"d57afe1c-1b1b-50c2-9c02-84695d9444f3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352814"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/477a19a1-7f58-58d3-89e1-daa3bc9ac1c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/57c5216c-fbf9-5bda-8113-8d2c7780b310"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e128672-4512-5582-bccb-67dcf592aa74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af66c2b9-6d75-5722-a8b2-a0917947bd32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d63210d0-4263-598e-8803-18bfb947cde5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1e128672-4512-5582-bccb-67dcf592aa74"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/af66c2b9-6d75-5722-a8b2-a0917947bd32"}}],"status":"accepted","resourceType":"Task"} +{"id":"7d01cd67-30e7-50bd-b195-c3eb38f7bbca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352815"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/878ddaf6-b164-5c36-98be-2b4902be8182"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/328aa736-52ed-5d41-a966-fbe96ba31d7e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/499ff1a4-3563-58d6-8775-d6a1a7698ab9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79cfc8d5-7e98-5362-8c0d-e9e7aa3a673d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24aef43a-5493-5239-a86a-db12ad8b29be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/499ff1a4-3563-58d6-8775-d6a1a7698ab9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79cfc8d5-7e98-5362-8c0d-e9e7aa3a673d"}}],"status":"accepted","resourceType":"Task"} +{"id":"d2565c59-8491-5e96-b87e-76256dcf90ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352817"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/50281f10-9ce0-5d2b-9c21-fc367fa1ec9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f8f84c4f-d829-5efa-8463-0be24bc511f1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72565008-5010-53dd-be0b-54c032906ca1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a96f3fe8-7800-56c1-bae8-783d8ccd670d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/690fc207-28bd-5828-b7af-202a68cbbf1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/72565008-5010-53dd-be0b-54c032906ca1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a96f3fe8-7800-56c1-bae8-783d8ccd670d"}}],"status":"accepted","resourceType":"Task"} +{"id":"21c64383-b0ec-50c8-a935-18deda4cc48e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352818"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5346fbe2-9946-5ec5-8713-525a93e0035d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0dc45807-8746-5ef2-99dd-2bb2ee1341a2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8aaa0952-76d3-54b3-b887-d21834464c76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/205ed5f1-2504-51a3-98e2-c484a304a6bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a094a0f0-b5ea-5c49-aa18-f1112f6c7092"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8aaa0952-76d3-54b3-b887-d21834464c76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/205ed5f1-2504-51a3-98e2-c484a304a6bd"}}],"status":"accepted","resourceType":"Task"} +{"id":"cfc5932a-e15a-53f2-a212-af63310feed5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352820"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/00e98646-f6fa-5859-a8c6-96b3cc70931e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7f05410c-4607-5df1-9dab-e15c0fbf1aa2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41da0590-2491-5de5-972b-7a38c00661c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/984a795b-e04b-594d-b285-42983f2fea4e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01f616cc-4961-5f29-a49b-dfcaa0290da7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41da0590-2491-5de5-972b-7a38c00661c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/984a795b-e04b-594d-b285-42983f2fea4e"}}],"status":"accepted","resourceType":"Task"} +{"id":"d3c3b8bc-5f7d-53fd-a3d0-93a2520d2bfd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352821"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6ffad2eb-4d82-5762-a3f0-595b4d188c24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/713a3bb4-08ad-53fb-9145-43222462486a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ab7770b-be43-5b3c-a5bf-066ab5ea667f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8297c136-75f7-5bf9-a3e8-8dba5f399e90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3bf61219-5134-5180-9d9a-90ad805c974e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3ab7770b-be43-5b3c-a5bf-066ab5ea667f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8297c136-75f7-5bf9-a3e8-8dba5f399e90"}}],"status":"accepted","resourceType":"Task"} +{"id":"45548237-1217-5d46-9da3-b152140c14a5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352822"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/85fbf519-6526-5617-9b38-d59b41fcd8bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/73aad777-5b47-5e11-85ee-d73a92c24604"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7be419c3-2eff-5e7a-b544-4524acbcf2f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d479064-b554-5bdf-9756-dc3670073685"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88ce5a51-36cb-502a-be7a-44dfb0d1e7f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7be419c3-2eff-5e7a-b544-4524acbcf2f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d479064-b554-5bdf-9756-dc3670073685"}}],"status":"accepted","resourceType":"Task"} +{"id":"1bd808fd-8c9f-5865-b841-11a9e7d833cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352823"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b4f1a3cf-f69d-5b44-b9ed-afabf3a1c5ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ccee8f13-8a06-5ba2-97cd-7f16046c9df7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5695afde-6139-5de8-b0d8-5a4fa41ee6c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/906ce76d-216e-5b1b-8d53-fd012a60c578"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29806a09-f794-5557-9c71-634e05a0697c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5695afde-6139-5de8-b0d8-5a4fa41ee6c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/906ce76d-216e-5b1b-8d53-fd012a60c578"}}],"status":"accepted","resourceType":"Task"} +{"id":"0796dfa6-69ca-5d07-9885-2bd544a2406e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352824"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8ebfcf78-ba7e-5092-917e-ac3de1443132"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/21554f5e-c325-58ec-a083-fae6311d3025"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82900687-7422-5c65-b74e-f26ce1c9600d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f451e52e-2802-50b9-81dc-98399904521e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd112c7b-8c5e-56a0-87e0-3e162082675d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82900687-7422-5c65-b74e-f26ce1c9600d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f451e52e-2802-50b9-81dc-98399904521e"}}],"status":"accepted","resourceType":"Task"} +{"id":"4beb8157-090d-50f6-9c99-aa45bad72e50","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352825"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ee793eae-3d04-5896-af0d-f2dd3bb663e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/46684455-5071-5fe4-ba67-d339b23fff1a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a70a26ea-3410-567e-adda-ab3020487696"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f4d0cf6-5203-5fc6-a110-b5e771e67982"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/211a7f6f-b1d1-5607-9035-0da7124bcc08"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a70a26ea-3410-567e-adda-ab3020487696"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f4d0cf6-5203-5fc6-a110-b5e771e67982"}}],"status":"accepted","resourceType":"Task"} +{"id":"9e632f34-135f-56df-8dda-d4365ad99a0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352826"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5e246fde-1c43-5eb3-ad97-df993204b914"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/42844593-3318-55f9-99e0-bde0cdfcc594"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee369dae-bfb2-5110-9974-77542570cb1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e54312c-12e1-5357-abb5-6a2858ac5746"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98bb7260-560e-5740-89d2-e69ff0815d76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee369dae-bfb2-5110-9974-77542570cb1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e54312c-12e1-5357-abb5-6a2858ac5746"}}],"status":"accepted","resourceType":"Task"} +{"id":"1da03e32-4913-5f92-8924-eaa37761beb5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352827"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6a4e74e7-ff98-5731-8256-a74409ef40e9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1bed42ea-fc9a-5910-b8fd-4c0b634ff5df"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f0dd651-0551-56a5-81f7-319cc3883194"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f41f925a-5345-50b7-9188-49317ce8986a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60c49512-a2d9-5269-8c67-f1fb5357cef4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f0dd651-0551-56a5-81f7-319cc3883194"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f41f925a-5345-50b7-9188-49317ce8986a"}}],"status":"accepted","resourceType":"Task"} +{"id":"25850784-376e-5582-9256-cf12caa9d228","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352828"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a3afb099-f817-50e5-8954-67d77ac96de4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d16e42c1-9049-5d48-8a01-4a13dd363ed1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8a18ac9-85b9-5ef9-91f3-a82bb8c90602"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a2bbda6-571c-5f65-8735-97d164ab03aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3dfd8d21-f66e-59a2-90d1-fbb0cd01a112"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8a18ac9-85b9-5ef9-91f3-a82bb8c90602"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a2bbda6-571c-5f65-8735-97d164ab03aa"}}],"status":"accepted","resourceType":"Task"} +{"id":"24b2e4a2-db7e-5912-b424-63dc2549ec9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352829"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/299bf263-eb1a-56be-afe1-c5a4473c8708"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/756a698a-73eb-5110-9f81-f85684770816"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa10a60e-be70-5b50-8479-4d621332f9b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e9ea1b4-8707-5eb6-935a-9f487ff8ad07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d9869bb-2f20-52b6-b2f1-20e88a710742"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa10a60e-be70-5b50-8479-4d621332f9b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4e9ea1b4-8707-5eb6-935a-9f487ff8ad07"}}],"status":"accepted","resourceType":"Task"} +{"id":"57368d60-6b93-56b7-a4d9-c839cf0badec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352830"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0eaadf60-68d4-5b83-8b2b-442a71f38164"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0baa5911-4625-5492-b557-899c9ecdb529"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a272514a-fb46-5ab0-8fda-80b223c6fcf9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfdd4b94-6898-5ac2-a3ca-0ffa46eec4bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2eb67255-00dc-57c2-bef4-d199042f0b29"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a272514a-fb46-5ab0-8fda-80b223c6fcf9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfdd4b94-6898-5ac2-a3ca-0ffa46eec4bc"}}],"status":"accepted","resourceType":"Task"} +{"id":"4a923d75-599e-5df9-844e-c59effff2609","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352831"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8f84766f-d930-5920-a626-d8273390b4e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c230844c-c37f-5437-a3c0-c6f9087e4521"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42db6c08-6102-587b-8e7b-19cdab93f516"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35b528c5-64da-5ebb-90cf-4d04464508ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c523c58-410c-5612-a2cf-c9e792d7d2af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42db6c08-6102-587b-8e7b-19cdab93f516"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35b528c5-64da-5ebb-90cf-4d04464508ba"}}],"status":"accepted","resourceType":"Task"} +{"id":"4bd3d2a8-e44c-5617-91b3-9fa3af9c9365","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352832"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1154ac2b-4312-5a3e-9bb8-da891fb76569"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f1d7531b-1a1a-5f51-80c3-2389d5d2c6ed"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c1bce86-90dd-5648-bdad-a9345229954b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f786b5e4-0d8e-5a5b-96a1-b0891907b816"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2558c8b5-ecf5-53f4-a732-8502b5a4e713"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7c1bce86-90dd-5648-bdad-a9345229954b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f786b5e4-0d8e-5a5b-96a1-b0891907b816"}}],"status":"accepted","resourceType":"Task"} +{"id":"0b31f520-4f09-583e-88f3-554f9bbac77f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352834"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/47812b75-9844-5e0e-81ea-5776f2a3d17f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/102fae28-0713-598f-a33b-456be583f357"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffa356d2-9367-51ab-a29e-427d738d4118"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2636bcfa-1b96-5c3a-8a8b-b50a8acc12c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/488ce087-81f3-5a39-a94c-233fad98f251"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffa356d2-9367-51ab-a29e-427d738d4118"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2636bcfa-1b96-5c3a-8a8b-b50a8acc12c6"}}],"status":"accepted","resourceType":"Task"} +{"id":"58b5d706-7cdd-5d67-b526-4a66b82f8612","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352835"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/62bbd2d6-2947-590c-818f-48cb05769a69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/96ecba45-5bfe-56f7-8e1d-19bb14236418"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/605eb8bb-65e3-5a45-8362-f8f3cdd97473"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e74b2312-cd42-5078-9104-720bb300c671"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61092143-fb52-5ad3-b5b2-c1d7f150fe58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/605eb8bb-65e3-5a45-8362-f8f3cdd97473"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e74b2312-cd42-5078-9104-720bb300c671"}}],"status":"accepted","resourceType":"Task"} +{"id":"ec549b5c-9730-5327-ad63-c6ad3b300164","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352837"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0f693481-a12b-5965-a47c-39a7a4dd1c75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0d02ab1c-6ed6-54be-ae5f-8a01f3ddbc02"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/711e318f-2d37-5ad3-abd5-cba2a26e5b13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3383987f-4a73-5a5f-a530-94a85aa36da0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f2bd3f9-3922-56f5-9512-d9f25913bb2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/711e318f-2d37-5ad3-abd5-cba2a26e5b13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3383987f-4a73-5a5f-a530-94a85aa36da0"}}],"status":"accepted","resourceType":"Task"} +{"id":"b8b77444-0829-56e6-b5bd-100216bed54e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352839"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/94b7a534-0ba4-55ea-b5b1-cf004a0972f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/372f940b-6ac6-5ca8-886c-ca596fabaa69"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1132655b-4119-59e3-8c49-0c815688c4f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12b061eb-e6ac-52eb-9970-46cc938b76be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19b6108c-0450-5aa1-aacf-89454371fe8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1132655b-4119-59e3-8c49-0c815688c4f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12b061eb-e6ac-52eb-9970-46cc938b76be"}}],"status":"accepted","resourceType":"Task"} +{"id":"b033f1f0-3090-5489-8036-f28c4cba5300","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352840"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ac8216d6-9ca6-5b4c-918d-40f11a859815"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/60761520-f986-59ca-a665-9e5b090b32a2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00a279a6-4ce2-545f-8e34-ea7891574ed1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/124a1c3f-70e3-55a1-aac6-bc0a924f8465"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff9e4114-e57d-5385-af96-f98b04b39b57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00a279a6-4ce2-545f-8e34-ea7891574ed1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/124a1c3f-70e3-55a1-aac6-bc0a924f8465"}}],"status":"accepted","resourceType":"Task"} +{"id":"bae22e7e-b43d-500f-93e9-a37742b3c46b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352841"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/627e3994-b52d-5b49-9c44-5ac20754304d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e5246ec0-8944-5020-9471-15b301097733"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56693e66-5a9b-5e97-bdc7-7e93360d8c5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3856f9fe-0313-5aae-a529-2df085a8c29d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97d16e37-f054-52e5-838b-838c4dcb1e1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56693e66-5a9b-5e97-bdc7-7e93360d8c5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3856f9fe-0313-5aae-a529-2df085a8c29d"}}],"status":"accepted","resourceType":"Task"} +{"id":"7014be97-d301-5ced-a3a3-2bfdf66e546d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352844"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3640adcd-2022-5958-8b9b-a4c91d9d9587"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d3b6779b-96ed-52b8-a314-29ec5ec845e9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c56c817-7719-5d5e-8260-8bb8674c2e1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa7a31c8-c162-5c86-9139-5f4577925a08"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/19725861-16bb-5983-8347-34b160f57d9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0c56c817-7719-5d5e-8260-8bb8674c2e1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa7a31c8-c162-5c86-9139-5f4577925a08"}}],"status":"accepted","resourceType":"Task"} +{"id":"015f8021-92f0-52fd-a8e4-e6f8b767f20f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352845"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bfd24540-70e2-547a-86f7-a852ac4882cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/12f84802-c3eb-5d34-b627-bf9b02506274"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5877eb96-b537-5a83-9bba-d09b271a7387"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41a64b6b-570d-5a85-be42-ee69b305ab3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17046b46-1899-5b73-9922-858cf5989b8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5877eb96-b537-5a83-9bba-d09b271a7387"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41a64b6b-570d-5a85-be42-ee69b305ab3c"}}],"status":"accepted","resourceType":"Task"} +{"id":"ae239ff8-b7d6-5847-951f-a57efcb6500d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352846"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ca603fe5-c84b-50ab-ae93-a4f4c76330e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5a322855-f145-5358-9f7e-e8b4336e0ca7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85dd8842-fe58-529c-94a0-3471f0efbc0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27605827-26e3-5676-9cf3-39f1d2b4d985"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/30af4815-19a0-5e2d-b6aa-b8fc33322cfc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85dd8842-fe58-529c-94a0-3471f0efbc0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27605827-26e3-5676-9cf3-39f1d2b4d985"}}],"status":"accepted","resourceType":"Task"} +{"id":"0294c0e9-666d-555e-9234-f4029378507a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352848"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/da291a91-dd68-58d3-9a60-2a160abcedb3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3d3250e7-ef96-56eb-94da-95adf9bd49b6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/471ee74c-1c5e-54a9-a75a-8b7971b223ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb5fb6dd-720e-50fa-ba2e-18933804bc61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02ae9784-1bf2-59a3-af95-2d8ee8728b7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/471ee74c-1c5e-54a9-a75a-8b7971b223ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb5fb6dd-720e-50fa-ba2e-18933804bc61"}}],"status":"accepted","resourceType":"Task"} +{"id":"7aa8b2a6-8304-547d-8329-400e28cd90e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352850"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3b66ceac-b7f8-5974-92f6-e147e9536efc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d746fbe1-6f9c-53c8-afa2-1834e8b10c26"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad5add6a-77be-51c8-a25d-f2b3b28c698d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc5503ab-f816-5c7e-9f9e-59ff90b862ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea1555fb-8c68-5d91-a946-9bc06afb6842"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad5add6a-77be-51c8-a25d-f2b3b28c698d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc5503ab-f816-5c7e-9f9e-59ff90b862ff"}}],"status":"accepted","resourceType":"Task"} +{"id":"da0b9f96-aec5-5dcb-bb3c-a7d348b301ef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352852"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6a71fe6b-45b2-58ee-931a-c0ad3aa9383a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/895a28cf-efee-5111-b7f8-869b38d5f3e2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84146a8f-4f58-50fc-9f42-60ac994816ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e07ca06b-a2d4-5e82-9c81-6f325f7f3b3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2342cda6-d968-5db4-9294-2858ce2e0c94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84146a8f-4f58-50fc-9f42-60ac994816ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e07ca06b-a2d4-5e82-9c81-6f325f7f3b3f"}}],"status":"accepted","resourceType":"Task"} +{"id":"df4ca08a-fba1-5220-84f8-8f9021098780","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352853"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bf4907ff-819a-5ab7-9d3c-3cfc252a6e11"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3869bd24-2160-5bd8-b0fd-9c47ef6ec1dd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/098da121-7e42-549b-bd9d-366efa64e68d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a84e0919-3400-587d-a604-10b36ddc7480"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f68c5f00-6106-5517-9a58-07ce802f7fc1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/098da121-7e42-549b-bd9d-366efa64e68d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a84e0919-3400-587d-a604-10b36ddc7480"}}],"status":"accepted","resourceType":"Task"} +{"id":"c06f5a88-b2ed-5c85-b6c4-29f02e6218d4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352854"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ba3170cb-b127-54b3-af1e-b147a740de2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c12623a1-a262-5b01-8c45-b193843d5e09"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4336d774-a151-5b20-a991-fcee737acff2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96165495-673a-5037-8480-87483dd1ea33"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c3376b5-f6e0-525f-b99b-c4c912f24f8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4336d774-a151-5b20-a991-fcee737acff2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96165495-673a-5037-8480-87483dd1ea33"}}],"status":"accepted","resourceType":"Task"} +{"id":"2c483cd7-193f-53b7-a4ef-967a4e54489a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352855"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bb76c439-dd2b-5162-b934-570afa1bcdc0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/05a5ccda-4f9a-531d-a3ff-b3c99dd96732"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7245ff77-8293-5e5c-9338-f232b91a8dbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f90262ee-9b8e-5023-8f97-d1eae492132d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/643902fc-fa0e-5e11-8663-bbb22537e3ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7245ff77-8293-5e5c-9338-f232b91a8dbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f90262ee-9b8e-5023-8f97-d1eae492132d"}}],"status":"accepted","resourceType":"Task"} +{"id":"773cf545-5c1a-5c8b-93e4-6cc31dea5eeb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352857"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/97f64f75-9d60-5b2d-ac77-7873373dcc18"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5463de9c-6b54-5423-915f-d2f61f7d917a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed8de025-1c1c-5f9a-9911-768045e04b21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/706398b3-8d5e-5610-ad6e-8442aaad3a06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/527e0cbc-6308-5426-bf2e-d746cced009f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed8de025-1c1c-5f9a-9911-768045e04b21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/706398b3-8d5e-5610-ad6e-8442aaad3a06"}}],"status":"accepted","resourceType":"Task"} +{"id":"05ea171d-fefe-5377-836d-b4aea393783f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352858"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fbadf408-116b-578e-a52e-43527aa1ab5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d38a494f-0c2b-5a14-a8d3-f7a0b038d755"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/299f36f2-0d41-52c5-877c-63fd933692dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b48abb8-630a-55f1-9555-4e3d00af0b91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e22e67af-9c15-5334-8094-66d8d9d2981b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/299f36f2-0d41-52c5-877c-63fd933692dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b48abb8-630a-55f1-9555-4e3d00af0b91"}}],"status":"accepted","resourceType":"Task"} +{"id":"d759b8fb-5337-5990-8e0c-a922c09c55c0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352859"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4e9f6c1e-1f95-5e36-83e9-5954bbad5878"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/91cdc219-1965-5dab-b68b-5d1b3f0c8e62"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd7bfaad-7718-5c52-8181-0441231d60ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ebb00aee-010f-5714-8c01-f2e9506d9760"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/592d2986-41c5-593e-82c8-4c196c721ef8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dd7bfaad-7718-5c52-8181-0441231d60ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ebb00aee-010f-5714-8c01-f2e9506d9760"}}],"status":"accepted","resourceType":"Task"} +{"id":"1fd651e4-c663-5747-8382-25964f6a1f27","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352860"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/26ac7d91-368a-5f06-a2c0-8fd2c0bba533"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c5541beb-a415-5fbf-86ff-944c1c333795"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71ec45e6-59f5-5d77-91aa-eb5f9630af85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c289c2d7-97fb-58e2-b8a2-04ebb80b84f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55510155-7eae-5043-a5cc-fabe40f397af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71ec45e6-59f5-5d77-91aa-eb5f9630af85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c289c2d7-97fb-58e2-b8a2-04ebb80b84f6"}}],"status":"accepted","resourceType":"Task"} +{"id":"9786e9c4-8255-543d-8dc6-f1a1b3bca9ac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352861"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cecc7685-ba95-5c46-99da-8296453c729b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9688eb66-3f4b-5d15-ba43-7e8319352980"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1667866-582c-5f03-88d9-64220e1bb31b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ccd3f39-b015-5b1d-9b34-69456d286e26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9ffc2193-a436-558a-b680-0f7d2e5b20cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1667866-582c-5f03-88d9-64220e1bb31b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ccd3f39-b015-5b1d-9b34-69456d286e26"}}],"status":"accepted","resourceType":"Task"} +{"id":"5aca90a4-f3dc-535c-95d0-15601fd74b3e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352862"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e1874b0c-9b50-5de7-8864-bc1810940b0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e02065cc-274c-5267-ab07-8b6f00747d20"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1959c552-9df1-5d43-909b-e194bf71f602"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17c52090-776e-58e0-bd28-4922812c5d3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cfb8b88-24ac-5e3f-8d3e-0d53e45caa01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1959c552-9df1-5d43-909b-e194bf71f602"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/17c52090-776e-58e0-bd28-4922812c5d3a"}}],"status":"accepted","resourceType":"Task"} +{"id":"ce635cb9-a99c-5138-9bdc-25e92abc5a65","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352863"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/adc93d6c-de5c-553d-8583-26f694fbec3c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/17e2c45e-2fa5-5a1d-8d81-e1ad8a9f1a08"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47fcfd32-25ff-52dc-88a0-8074f8a31052"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32788bec-49e9-510b-b174-83265a8c5553"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e17bb83d-4402-56e5-a959-81d282832b78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47fcfd32-25ff-52dc-88a0-8074f8a31052"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32788bec-49e9-510b-b174-83265a8c5553"}}],"status":"accepted","resourceType":"Task"} +{"id":"ff3ecc64-7ad9-5e4a-a3f7-9c0945965053","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352864"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/75163ea6-c465-5e27-a546-6c257ef84f87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b5608eb6-9fa3-5e45-964d-672749235743"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54fec648-f0b8-52de-a86d-bb6b1f22ab8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/985068be-d361-5f3e-b6a2-271de4cd8c70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d01f7bcb-8627-5b0c-9c7b-8559737808f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54fec648-f0b8-52de-a86d-bb6b1f22ab8d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/985068be-d361-5f3e-b6a2-271de4cd8c70"}}],"status":"accepted","resourceType":"Task"} +{"id":"a73b0f93-0bda-5182-9f5f-8fc110bef2cc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352865"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/761ff402-5fb3-5a59-a7a7-5f1898e20a2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/579b2d30-3d1b-5695-b580-2c9edda09287"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/031728a0-c63c-5ad5-999c-2035ef21a368"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63024c64-3dad-5e8b-b067-d0554eaf7903"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ba0e49c-cdfc-5ec4-baad-57da5f9e73f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/031728a0-c63c-5ad5-999c-2035ef21a368"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63024c64-3dad-5e8b-b067-d0554eaf7903"}}],"status":"accepted","resourceType":"Task"} +{"id":"11f35cd6-f1f0-531a-bde7-2c7be81f2e0c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352866"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2fba2a5c-2759-5bd8-9a2f-9e25b9978292"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ed829773-0490-59a1-9125-2438493b356c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/664c23b0-22ce-5032-b9dc-5efef0806a06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/405a53e2-fee0-5e8e-bcb6-2aac8b9069eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1bf2f87f-df1a-52b8-8ec7-013e7f1cb5ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/664c23b0-22ce-5032-b9dc-5efef0806a06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/405a53e2-fee0-5e8e-bcb6-2aac8b9069eb"}}],"status":"accepted","resourceType":"Task"} +{"id":"32a8ceba-44da-5022-8e70-5138a11e19ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352867"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0953c768-1fe4-564b-99ec-27b2e045ff34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/82a90f24-d73f-5d7e-8795-503710676a99"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d64dbf3-56f2-5c13-bbf7-0f2d8b37d1d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5b959f4-0c06-5a3d-ad2b-e1a5571414a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b81ad1c5-2448-5d8a-841e-7f392ed1fdd1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d64dbf3-56f2-5c13-bbf7-0f2d8b37d1d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d5b959f4-0c06-5a3d-ad2b-e1a5571414a9"}}],"status":"accepted","resourceType":"Task"} +{"id":"51dbf832-9f26-5502-993e-e289c9798d1a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352868"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/299b8cc4-6872-5e64-bfeb-04ed221fdb05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/52676563-ce9a-5448-b91e-61023f34637f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a219b35-f2b1-5c47-8dbf-d25cfe226526"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5741bdde-b7cf-531e-a682-1eb3a52dee76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/88248856-db1b-5c54-8dc0-f1ff21e5325b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a219b35-f2b1-5c47-8dbf-d25cfe226526"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5741bdde-b7cf-531e-a682-1eb3a52dee76"}}],"status":"accepted","resourceType":"Task"} +{"id":"52160aaa-77c3-5a66-b733-947b28708ce1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352869"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ee5e558f-fe95-5d50-809d-e9abdb25c189"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/366c3b67-53fd-54d6-b6fc-26fd372ad092"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/976c3ce6-4190-5ec6-9df4-749e4c727e1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef07f47f-8065-5715-9764-a46263fde103"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f088121-db79-514f-85c0-6ccb5162abec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/976c3ce6-4190-5ec6-9df4-749e4c727e1c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef07f47f-8065-5715-9764-a46263fde103"}}],"status":"accepted","resourceType":"Task"} +{"id":"2c99ebef-686a-5a37-8caa-706c6f5fcd2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352870"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a6cca7a2-1280-5c48-85a3-aa223c0d891f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cd64de4a-e3d3-5348-afd7-886be917c1cb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e62689a-6a66-5b16-913b-b7b48e0e2a9b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f87d244-6ac9-579f-bcd5-206905a6c78c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50256232-c6dd-5fc9-96d7-562511d45511"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e62689a-6a66-5b16-913b-b7b48e0e2a9b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f87d244-6ac9-579f-bcd5-206905a6c78c"}}],"status":"accepted","resourceType":"Task"} +{"id":"e6f1bd6d-f75c-5ee3-9bd1-86cfe58b24e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352871"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5f4fd178-e232-539d-ad6d-f5f00b08df4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/17b86c00-b03d-53c6-8877-28308e25fa3a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91526942-7e1a-5c47-92b4-bc3a19939a67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9533bd04-5106-557f-8921-bf6be5942dc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/630fab47-9966-5250-98d2-7778b73b07db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/91526942-7e1a-5c47-92b4-bc3a19939a67"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9533bd04-5106-557f-8921-bf6be5942dc5"}}],"status":"accepted","resourceType":"Task"} +{"id":"07061f3e-0c14-517b-b4db-47cd36def998","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352873"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6dc610ed-7545-5c93-952c-0de2fe88a025"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dad9e01c-c74f-5a59-8eef-7cf72e9d2793"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/250cf877-eed0-5677-9e55-94a75283d92d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9fd6998-fc1a-5f69-af83-08471cb7867a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a01e7e3-4663-56aa-aeb1-6cdcf7b4d318"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/250cf877-eed0-5677-9e55-94a75283d92d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9fd6998-fc1a-5f69-af83-08471cb7867a"}}],"status":"accepted","resourceType":"Task"} +{"id":"ae9eca51-f5d1-58db-b497-7151ba008fef","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352874"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/67f63a58-3657-5267-84f3-61b4d92615ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cbdd226c-ff10-5476-96eb-ef4acbd982ea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47128a1e-26ef-5cce-946c-adb161d39c52"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f63d1e43-9ebc-5080-8d51-ffc97202ec1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63a6e60e-454a-55a4-beba-bc5d663582ce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47128a1e-26ef-5cce-946c-adb161d39c52"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f63d1e43-9ebc-5080-8d51-ffc97202ec1b"}}],"status":"accepted","resourceType":"Task"} +{"id":"e2e65d01-f4ec-59a3-8c10-b2fb21f37b1f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352875"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0b1d2ad5-d19f-5bb5-8a0e-75f7db8eb882"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/820d61a7-f70b-5148-849e-2b2f661bfec1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d4f0f12-fedd-59fd-a16e-a2ff6c8fb56e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ef0efb8-30bb-5609-ac8e-a9a1eddc9116"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0da1fec-9cb5-54e4-8406-ed52721270c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d4f0f12-fedd-59fd-a16e-a2ff6c8fb56e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ef0efb8-30bb-5609-ac8e-a9a1eddc9116"}}],"status":"accepted","resourceType":"Task"} +{"id":"8a5d4c9f-a573-55e2-aa20-a5801c19f3e2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352876"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5fc04ad6-dc27-5f32-8c5f-a2bfb97827a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e09c90e2-d846-589d-bb82-0ebc26695adf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70a9a8f6-6f87-5627-8aff-cf27e1e7d183"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/249445d6-c6fd-50f4-9f68-df01498f8f07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ccaa0e59-0997-5a24-9e27-19b513e86659"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70a9a8f6-6f87-5627-8aff-cf27e1e7d183"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/249445d6-c6fd-50f4-9f68-df01498f8f07"}}],"status":"accepted","resourceType":"Task"} +{"id":"409a4f08-d197-546c-b7cc-af5aac708e37","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352877"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/426381d1-847a-54c5-abb9-4332e174875b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/68092ebc-0b43-5383-9543-0dedf924bfa7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4778359a-eaf9-5b03-a54a-2726f48ec562"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7591b6a-2e65-5a27-b69c-07b7492dfcd9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35dbcfd7-370d-50e4-9583-a05f12ac02eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4778359a-eaf9-5b03-a54a-2726f48ec562"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c7591b6a-2e65-5a27-b69c-07b7492dfcd9"}}],"status":"accepted","resourceType":"Task"} +{"id":"fb4dc78c-65c9-5e77-af83-88abcf216fae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352878"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b4b41e66-bf86-57c6-8b26-c7d2da8c82d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/61093569-f910-5e50-b8e2-41112e8784cc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d388b31-0594-5232-bf13-59e299511914"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db952e3f-fdfb-5a5e-a460-5936f653673b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f5c0c7a-6987-5b8f-9b7b-7c999579e71b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d388b31-0594-5232-bf13-59e299511914"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db952e3f-fdfb-5a5e-a460-5936f653673b"}}],"status":"accepted","resourceType":"Task"} +{"id":"7aa78ce5-8f89-5540-8a54-59a09524efff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352879"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6952d2ca-284e-57a1-ae3d-73f11734eb7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a6836f8c-de44-54a8-a13c-4d2d72bfda0a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e54541b-8c91-58e6-8d9e-ab1c74a39a9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cde4d12-2a03-55bc-9456-9937c44f08e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffd5d7bf-56c6-538c-8457-5ee730fe28e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e54541b-8c91-58e6-8d9e-ab1c74a39a9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cde4d12-2a03-55bc-9456-9937c44f08e2"}}],"status":"accepted","resourceType":"Task"} +{"id":"5d65323c-4e53-5a02-b80e-d3c3e7991a81","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352880"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4b5da745-8924-5ed0-b0de-1e3e32e986dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/56cb85b8-0932-5537-ae0e-019a9ad34a65"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b875c6eb-fc04-5471-92ea-daccc7bc3199"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8aec427-1e67-5614-98c3-481b3a452eda"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f600a9ee-56d0-5b36-9d21-3943663d9742"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b875c6eb-fc04-5471-92ea-daccc7bc3199"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b8aec427-1e67-5614-98c3-481b3a452eda"}}],"status":"accepted","resourceType":"Task"} +{"id":"74866dcb-89fa-5dde-a553-5b5e1aa90e47","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352881"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4f3fc426-2ec5-5d4a-a7fa-d9a2b00df151"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/60e7c19a-ae59-589e-96c7-ee06abec55c1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9d3e998-2f4c-5382-86e8-c00c602df153"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d10ca86-81de-5478-802f-b940cbd6b7b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0122f9f8-b441-50e5-9add-df0e9c77e94c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9d3e998-2f4c-5382-86e8-c00c602df153"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6d10ca86-81de-5478-802f-b940cbd6b7b2"}}],"status":"accepted","resourceType":"Task"} +{"id":"24d6f92b-89a8-5e6a-bf86-af8227a77fd9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352882"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4ae7dfbf-55f4-5a22-bfc3-5943ef6985fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/014689c6-06e9-5c15-940b-144fa66dd63c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/327fa32d-b0c1-51a7-9ea1-98749f5156e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3fdfcbb-ee3e-5a02-9513-026674d5f73e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9e4d5b3-053c-5d24-b308-d351867c7c37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/327fa32d-b0c1-51a7-9ea1-98749f5156e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e3fdfcbb-ee3e-5a02-9513-026674d5f73e"}}],"status":"accepted","resourceType":"Task"} +{"id":"505557ea-4c28-584c-8a51-7aca66b2050f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352883"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7da80baa-b248-547a-8cee-606a605dbe32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1f31e236-c244-56ba-b63a-9cffdd0c4e9a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90c077fe-a36c-55d3-92c5-bc6e50c3607c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be926fb1-3df6-53e9-b653-069acaa9f0c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/655dbdfd-e17e-5dd1-a464-bc03e361e6eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90c077fe-a36c-55d3-92c5-bc6e50c3607c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be926fb1-3df6-53e9-b653-069acaa9f0c5"}}],"status":"accepted","resourceType":"Task"} +{"id":"40a64f2b-628a-5392-8ef8-500769d1b732","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352884"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/52dd6d54-7a7f-5e7f-baaf-dcd17fd9050c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a14cbb94-a083-51b7-bd78-b51374a57ef8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca5f19dc-330d-53b9-a700-5433a020379c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77ee03c5-47fc-5242-a6f7-0a8753081a7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76cf8ca2-541b-5525-910a-0149d38b9edb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca5f19dc-330d-53b9-a700-5433a020379c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77ee03c5-47fc-5242-a6f7-0a8753081a7c"}}],"status":"accepted","resourceType":"Task"} +{"id":"30d8992a-cd93-5abf-b272-e63e3eb38a1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352885"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/57e45ab0-aa60-5fb7-9c75-765d21fe5a95"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/76988812-4026-5c2d-85ed-97bed67ea64d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/026d1a25-5276-5a25-b0ac-ff2c7e2874e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4db4ac90-1e9e-543c-9473-969b7cdcd75b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b868c826-1d9a-507d-b0e5-f8d99ca00ee7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/026d1a25-5276-5a25-b0ac-ff2c7e2874e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4db4ac90-1e9e-543c-9473-969b7cdcd75b"}}],"status":"accepted","resourceType":"Task"} +{"id":"c8d960f8-f57d-5007-8d8b-c390caa771f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352886"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5fbad7d5-32ba-518c-95cc-5eb99b3ce6b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/78f9240c-7b86-50f7-af84-98452a1e95e0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c95a663b-0009-5f1d-be6b-b88a10348a32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7aef689c-2b7e-5b92-b9c4-83d31b2f8431"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df259ab7-13b0-5dbe-83e4-c2ca475caefd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c95a663b-0009-5f1d-be6b-b88a10348a32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7aef689c-2b7e-5b92-b9c4-83d31b2f8431"}}],"status":"accepted","resourceType":"Task"} +{"id":"61702133-4507-5bd3-b115-0a574771b8d1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352889"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e7bafe58-9587-50cd-96fd-140a14281827"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6946493b-0501-597e-bf81-c0550bdd6a8c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e0270a9-559d-5125-a0eb-5ec06dbb4df4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79dd2ed4-58b9-59e7-bcad-6baf150dae5f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb299930-6d69-51d4-b7d1-121773a8f08e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e0270a9-559d-5125-a0eb-5ec06dbb4df4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79dd2ed4-58b9-59e7-bcad-6baf150dae5f"}}],"status":"accepted","resourceType":"Task"} +{"id":"18209139-6ca2-58b8-8b75-a27391ecd3e8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352890"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ec7d1241-c88e-53fa-9969-ed4c05e1ab2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/27873388-6eef-5b9a-a543-2b4b377e062e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9968afc-13ec-507e-bd9b-88a690cdbe38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77d49665-db39-5e9c-b1fb-c176b274e6ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7b3d2e64-bbc9-5201-b261-d574cd8cfaca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9968afc-13ec-507e-bd9b-88a690cdbe38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/77d49665-db39-5e9c-b1fb-c176b274e6ba"}}],"status":"accepted","resourceType":"Task"} +{"id":"30fefa53-2587-572e-8e25-3769bec58eda","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352891"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f561dffa-62ca-5b39-8a5a-3f64546a3c98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/81eab0de-681d-58a2-a44b-80f7252ea396"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cc1cba6-6205-5d99-acd5-4dd95d5c48e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fa4e3a2-ffc1-5965-bda5-09f6f17a7bcb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6fbe4fd-42d6-56a1-bd35-446a2af58f33"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2cc1cba6-6205-5d99-acd5-4dd95d5c48e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fa4e3a2-ffc1-5965-bda5-09f6f17a7bcb"}}],"status":"accepted","resourceType":"Task"} +{"id":"19cd22a5-76b0-561c-ba98-72cfbe150325","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352892"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c992e445-2226-56a7-a039-adf9bb2f4f39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/60ad364c-e2a6-5d92-9ad4-a95120d40028"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e41ffc7a-ab0d-5596-b82b-39c1e4870429"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4edaa87-c89f-586d-aa6c-c3b7aef0f72c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef26973b-4a88-5832-8819-11045387c05c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e41ffc7a-ab0d-5596-b82b-39c1e4870429"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4edaa87-c89f-586d-aa6c-c3b7aef0f72c"}}],"status":"accepted","resourceType":"Task"} +{"id":"1a254a05-f165-51f3-8a6f-577f438ad2a1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352893"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/897a5ee8-57ee-5bb7-851a-b66d5437a435"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/afac2a4a-f325-5c9f-b77d-326211a9848b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ceee1404-487a-55dd-9b64-92e940f43fb8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85f317ae-84ff-572e-95ec-7278a4b415d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0d640f0f-f0a2-5a42-b143-4a8f47d3d9a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ceee1404-487a-55dd-9b64-92e940f43fb8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85f317ae-84ff-572e-95ec-7278a4b415d7"}}],"status":"accepted","resourceType":"Task"} +{"id":"fc4d4146-3d37-5530-9ff7-a8f4ccde8e77","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352894"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1b82ddf0-8feb-51a8-b522-e1f22e7e1bd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b5215f55-cb9f-5968-925a-91c481f36830"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5afa149c-a0bd-5a5e-b817-3e0fa9630d43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1852711d-4559-5a45-913e-7f2ec7629afa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/201dfbfe-6b25-5022-9d9e-8ae3647488df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5afa149c-a0bd-5a5e-b817-3e0fa9630d43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1852711d-4559-5a45-913e-7f2ec7629afa"}}],"status":"accepted","resourceType":"Task"} +{"id":"765b6434-cb00-5677-884d-a6ff270b6e74","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352896"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8d5c6f3a-0dbf-54dc-a7ca-5a0e30cc1f21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6bdc0b37-8eab-5d4c-bb68-a3a7b6e3dfe4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc934ffb-d26a-595d-a540-2deb399d8bfb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fa8e710-2672-5114-9769-107638b31494"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/457b9a88-8ddb-5b8c-8898-b8f8b25b7851"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc934ffb-d26a-595d-a540-2deb399d8bfb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fa8e710-2672-5114-9769-107638b31494"}}],"status":"accepted","resourceType":"Task"} +{"id":"b40e079d-2003-527c-9894-0385b81f851a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352897"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e1231ef5-142a-52d4-b0d9-010f8ddc3c20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f1f37fad-b453-5bde-a660-cd4fe495a1fd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9fba8f5-b1c9-52ff-a0fe-b87df46c60de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b17ec6f2-24a8-5f94-a61f-b3f46b2c964c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe360ff8-397b-543e-9d3a-8fdec5a2212d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9fba8f5-b1c9-52ff-a0fe-b87df46c60de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b17ec6f2-24a8-5f94-a61f-b3f46b2c964c"}}],"status":"accepted","resourceType":"Task"} +{"id":"0ceaf4b7-1071-53db-ac4d-e9bde6699f2e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352898"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6f28234c-b94a-548c-9e26-012532403b0c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/edb76749-dd12-547c-bb97-9ff56b7fb0e2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09f7ab7d-4e33-5688-bf68-dabc3df60bc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bded328e-5a35-5b32-a3cb-40f0d05fe912"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22e222ae-0c9f-5a5d-ba7e-7c631e0f206a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09f7ab7d-4e33-5688-bf68-dabc3df60bc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bded328e-5a35-5b32-a3cb-40f0d05fe912"}}],"status":"accepted","resourceType":"Task"} +{"id":"068bb1df-01de-51a8-a0a9-b9db90512136","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352900"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b12090bb-82d8-592c-968c-e85d8ecec45a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/17289e8e-aea7-574e-a60b-b23ba6c3135c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98b1eb73-d9f8-5a2d-bca5-265b60376fde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b454e5ba-dd37-5d30-839d-c4ebb042ea28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f56354c-896a-5dcd-af49-5b189636e548"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98b1eb73-d9f8-5a2d-bca5-265b60376fde"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b454e5ba-dd37-5d30-839d-c4ebb042ea28"}}],"status":"accepted","resourceType":"Task"} +{"id":"b6da005e-06aa-5116-9d62-3ea9d2c3b008","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352901"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/81ee255b-dcc0-54a1-8531-a6be52d9c995"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5859e959-ddf5-5ec6-9649-3fadaffdd006"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb0d8640-2f9e-5e12-9a41-2b798c005e2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1b973b1-b845-5455-942b-b87fac21b8bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69e9f197-fa49-5af7-bb3d-5a5f49af9398"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb0d8640-2f9e-5e12-9a41-2b798c005e2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1b973b1-b845-5455-942b-b87fac21b8bf"}}],"status":"accepted","resourceType":"Task"} +{"id":"2d8ab1e6-d184-5313-bf9c-6d04b3dd7fca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352903"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/74951630-aa1b-5bc2-bb5b-f98b7b42ea59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b0d8ded2-feb4-561d-9b0a-69e374edbefe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e891bb33-d874-51fc-829a-83ea36f4a271"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4da5d05a-6803-58e1-8e4d-a3ca243243bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5465b2b-6152-5408-91e1-0007daefe07e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e891bb33-d874-51fc-829a-83ea36f4a271"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4da5d05a-6803-58e1-8e4d-a3ca243243bd"}}],"status":"accepted","resourceType":"Task"} +{"id":"7e1e0b2e-9b65-5f9e-a6f2-ec3048a40fac","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352905"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/266ffd24-0d09-56c8-bf36-28c36c5fd04d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/87986db3-68fc-5c10-9603-79577d17eb58"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bdf8bf81-82a0-5d20-b185-72dc64b92733"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e39b488c-6625-5da5-82a9-b757daefe68c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aabae55b-2f10-527a-a043-793475d32919"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bdf8bf81-82a0-5d20-b185-72dc64b92733"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e39b488c-6625-5da5-82a9-b757daefe68c"}}],"status":"accepted","resourceType":"Task"} +{"id":"543a7a9e-a61f-58ca-8ae3-3b0de575703a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352907"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/57b04096-9fe6-56d0-bdaa-a0febb2ce3d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d66efe1e-1516-55e9-9a82-20d704c207f0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7a406e0-0268-50c6-b4d5-998a7cb89411"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e4b94cf-114a-509a-994d-6410ef03d7cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4983a03e-b6d7-51ee-aed6-51ed7df8dea6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7a406e0-0268-50c6-b4d5-998a7cb89411"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e4b94cf-114a-509a-994d-6410ef03d7cb"}}],"status":"accepted","resourceType":"Task"} +{"id":"c60f7a38-253f-58e7-a807-28532d9ba730","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352909"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d5492a9d-c885-5296-bc6b-1919ae402372"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/53e618d0-5375-5c18-b1dd-8aed22fe128a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b85ab63-8c75-53f0-8d2c-8bc4428828ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4534124b-28ce-576e-adb2-23de532700fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/361b9659-4a7b-5770-bdef-3347e4b91aff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b85ab63-8c75-53f0-8d2c-8bc4428828ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4534124b-28ce-576e-adb2-23de532700fc"}}],"status":"accepted","resourceType":"Task"} +{"id":"88731b73-6242-5023-b172-6b4c510e1a70","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352911"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f4372689-27ae-5604-9f1e-a724501e2107"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/510d9b87-22e1-50fd-bf5d-05a647aa6527"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a74ad27-8417-5a29-a721-f45ebf9e8862"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8471c1f4-b3b5-50d8-95b9-29606567e66c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39fccf88-74e3-55f5-a3af-c7cfc9349ab7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a74ad27-8417-5a29-a721-f45ebf9e8862"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8471c1f4-b3b5-50d8-95b9-29606567e66c"}}],"status":"accepted","resourceType":"Task"} +{"id":"6a2b2cb6-011e-51b2-9d9c-eddb4d630912","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352912"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8b8c67fc-841d-5c56-9cd9-747ca9b4b176"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/12d64907-fec8-5ff9-aac9-a3ff8bd87518"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e0d4f34-d338-525a-b417-5267f1a01054"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4bbaab5a-c9a0-5f94-9b8b-c793df5b93f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a83fa24f-11d9-5344-919f-917f0f00f0c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e0d4f34-d338-525a-b417-5267f1a01054"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4bbaab5a-c9a0-5f94-9b8b-c793df5b93f8"}}],"status":"accepted","resourceType":"Task"} +{"id":"b3e90606-48e4-56e9-a612-9da719ee9d1d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352914"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e90bdd5f-d88e-5175-97d5-67291264337f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/37c50479-13e2-5e51-add2-54a190158a59"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45a5364a-4cbd-5b67-ae8d-233f6822bc15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fa091c7-9f1c-5773-b442-f9d601629518"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44050f33-b582-582a-b83f-85b7ed9d77c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45a5364a-4cbd-5b67-ae8d-233f6822bc15"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fa091c7-9f1c-5773-b442-f9d601629518"}}],"status":"accepted","resourceType":"Task"} +{"id":"c2ec43bc-b343-5412-b7dd-9047af3032c3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352915"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1599e1be-e77b-5734-8de3-df82827c194d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/724ac57e-d2b1-5686-b7ac-caa6a43af507"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9ee876f-b288-5428-ac34-2751a0adce7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ba071c0-bc62-5fd2-9f74-69e4caae15dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a99984a-e5a3-5e28-9ad8-cecd157d5978"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9ee876f-b288-5428-ac34-2751a0adce7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ba071c0-bc62-5fd2-9f74-69e4caae15dc"}}],"status":"accepted","resourceType":"Task"} +{"id":"da6acfd7-88e1-5737-aaa0-9622a9974de1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352916"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/54c8a86b-d16c-5186-b1a8-1856dbb0b2a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3fb97919-9487-54eb-a135-310d6bc30ca8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fdf4d78-78c9-5709-8232-1626d96dfb82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a970f3d2-476a-57d7-846c-aee67c04fcea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/493da28a-7ccf-58ec-abc8-e6008a4cb821"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fdf4d78-78c9-5709-8232-1626d96dfb82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a970f3d2-476a-57d7-846c-aee67c04fcea"}}],"status":"accepted","resourceType":"Task"} +{"id":"b8235810-8218-5c37-b8d5-dc1f309dcdd5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352917"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a6a15497-a271-57cd-b76d-dbeec8a4cf22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b452d918-d9ef-5ed3-bf3f-54772847a3dd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c89f435c-6138-51c2-99a6-604e3769ffb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2396a307-fe8c-54ee-a953-b45ddf49c339"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba137d2c-d1b0-5dd7-86c1-c4e0670438ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c89f435c-6138-51c2-99a6-604e3769ffb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2396a307-fe8c-54ee-a953-b45ddf49c339"}}],"status":"accepted","resourceType":"Task"} +{"id":"b582fece-9fcf-52b1-b5ec-ba626302649d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352918"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/30c1c632-4b50-587a-bd85-44e6862dac8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0910d247-ee0d-5b63-b12a-1c6914b9bc23"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53c94acc-7841-51d2-b831-c537a4ea7805"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf6679fa-1538-532c-abb0-d456ec14b4bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c44499a6-2b4d-5952-91d9-f47e75236cab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/53c94acc-7841-51d2-b831-c537a4ea7805"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf6679fa-1538-532c-abb0-d456ec14b4bd"}}],"status":"accepted","resourceType":"Task"} +{"id":"b95f3bcb-9f98-5147-9bf5-1a5a56ce0281","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352919"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4870f30b-2267-5d0e-aab0-bdad3300be47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cc364b66-d40b-5c6a-8122-1d210b25a189"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c0f1aa8-3256-5418-bf76-e281403cdb02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/793d3dd8-fb8c-5e9e-bb9e-a3e25af8b26d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7617e458-03d7-53a0-b885-0a2cd0d6add9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8c0f1aa8-3256-5418-bf76-e281403cdb02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/793d3dd8-fb8c-5e9e-bb9e-a3e25af8b26d"}}],"status":"accepted","resourceType":"Task"} +{"id":"9b3ab346-b3e9-53e7-9217-35820443d4ee","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352920"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f4c2578b-02df-5368-9bab-8506e3a3b575"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/64eaac44-ecd2-5feb-9bcc-ebeb6f2a87a4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1b46454-6ddb-5a8a-9a97-e3938c308603"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8bdee53-d466-5ec9-8fe2-869f0b768bd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1cc2a0e6-bab3-5cb8-960c-530cf0a0d8f7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1b46454-6ddb-5a8a-9a97-e3938c308603"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8bdee53-d466-5ec9-8fe2-869f0b768bd6"}}],"status":"accepted","resourceType":"Task"} +{"id":"db762966-df0b-510c-93c6-c491ecd4c449","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352922"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/76eb4879-4b4b-5f0a-acfa-a0fb68fd4744"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e3f40e2b-f1c5-5f84-85bf-4c534aa2e223"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3d9769a-525f-5b10-9959-2168f930ec44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78a8cb92-588a-5328-b3a4-15449bcb4f9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/193a3520-a0e0-5fc3-b587-e68c1d23a4b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3d9769a-525f-5b10-9959-2168f930ec44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/78a8cb92-588a-5328-b3a4-15449bcb4f9a"}}],"status":"accepted","resourceType":"Task"} +{"id":"4c67d9d6-b3aa-50b9-bd4c-25dadcc6ecfb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352923"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2801c2be-b81b-5efb-a401-e48d02d4c88f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3b1c8648-3268-5fb8-8a9a-921c59e0915f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47726103-ba97-5881-8360-dcd3627a7161"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/130d987a-a3a2-5b27-8c70-6817ad7b6e49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b34fd484-c484-55fe-bf1b-4206146b9e7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47726103-ba97-5881-8360-dcd3627a7161"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/130d987a-a3a2-5b27-8c70-6817ad7b6e49"}}],"status":"accepted","resourceType":"Task"} +{"id":"33687c7a-8d10-5c1f-8cf7-1c7b51c89ddd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352924"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9c5e1439-c66d-5c48-a8c2-364387ab6960"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c1628d3b-c2e3-5071-a923-f39f5b50f21e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51b883ab-d1fe-5df2-b539-a7868af886f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44c1ee6a-1642-52a2-8f3a-ba901feb2e5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef192669-6f09-5553-abb8-05e3b926dc1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51b883ab-d1fe-5df2-b539-a7868af886f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44c1ee6a-1642-52a2-8f3a-ba901feb2e5e"}}],"status":"accepted","resourceType":"Task"} +{"id":"fa219562-057d-531d-a5a1-a49ed9658d79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352925"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/658ae9ee-835e-5685-9ed6-028ae457cf0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/123f5549-3a70-5afd-8fdd-c9865fc2f6f0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/833e0131-2941-51c5-9136-2abc5a8bb6c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69f2df28-3341-56e6-beea-388b4d641fc2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b69ad8a3-506d-5bbf-b317-b16fcb282fc1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/833e0131-2941-51c5-9136-2abc5a8bb6c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69f2df28-3341-56e6-beea-388b4d641fc2"}}],"status":"accepted","resourceType":"Task"} +{"id":"74e07474-b942-5f0f-b584-85a9532e8a78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352926"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/51c52a90-cd47-568b-8597-965c2ec158a4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9a446a7d-8a20-5ce7-bb48-bfd6e63cd1ff"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/955c56e7-1e7a-5e3e-97da-7918a9e82977"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f759bec5-2d57-5635-a0a8-050a7c82579a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0aa198c8-1546-59be-a279-a825cbac27fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/955c56e7-1e7a-5e3e-97da-7918a9e82977"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f759bec5-2d57-5635-a0a8-050a7c82579a"}}],"status":"accepted","resourceType":"Task"} +{"id":"7f5e3c6e-c906-5459-927e-c7a50e69d528","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352927"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0b325189-866d-5dbe-9c39-e189063ee50f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/35e1c9a8-8822-5d56-845b-48cf76c2e822"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58ae1e80-23f1-596e-9f46-a217c72c172f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f8bbdf9-59f7-578e-9d97-95d48fd94066"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20f0c0f3-21ad-59d8-af6d-9157d9463030"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58ae1e80-23f1-596e-9f46-a217c72c172f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f8bbdf9-59f7-578e-9d97-95d48fd94066"}}],"status":"accepted","resourceType":"Task"} +{"id":"f3ec8ef8-f5b9-5b30-b0be-6027b144964e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352928"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4dff596d-d8d1-5ee8-b0e2-a5664c32f002"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3ec264ee-1834-56b3-b7ce-e19f30c2afdc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0963540-a80a-5604-8c5c-8634f7b14f56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1adb4068-c300-5546-ad34-0fe58e812800"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b730b38-7954-5e2b-b5d7-4212cd33dcbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0963540-a80a-5604-8c5c-8634f7b14f56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1adb4068-c300-5546-ad34-0fe58e812800"}}],"status":"accepted","resourceType":"Task"} +{"id":"aa016492-f45d-5622-a6de-540cb9087c12","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352930"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f545ef25-57fd-507e-a9d4-a87a44cff429"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0c5bf1e4-9844-5854-9552-c5522b902623"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/506efb29-72fd-5ecb-aaa5-e6e123905a48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a06a998-f4b7-52c4-afab-71a5cf5f3277"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9d3c3e8a-7b69-5e4a-8956-5744d3654e44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/506efb29-72fd-5ecb-aaa5-e6e123905a48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2a06a998-f4b7-52c4-afab-71a5cf5f3277"}}],"status":"accepted","resourceType":"Task"} +{"id":"9c15748e-54ed-53e7-8f88-52daf3ee28b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352931"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3acfe710-be9a-596c-af14-12de203b1016"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6d64cd02-015b-5398-a111-a33b8ac8a18e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0889e54-eaa5-5e31-a4ce-743383e7ef81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfdfdd7a-15cc-5e7f-8e1f-82709974cd8f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a31bd9f-4bc6-5c5e-ba5c-cdeff702fb96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c0889e54-eaa5-5e31-a4ce-743383e7ef81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfdfdd7a-15cc-5e7f-8e1f-82709974cd8f"}}],"status":"accepted","resourceType":"Task"} +{"id":"7b534c1e-5d9d-545e-9fea-1617de67a3e6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352932"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d974b18b-3644-59da-8dbb-f896ca82653c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/68ca6d24-4a29-55c9-9ecb-ea018bc41445"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbdadea4-7cf8-5973-9206-5ea67332a7e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3da9bfcb-d2d2-5489-80a1-ddd1dd5cf592"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4349691-154e-51f4-8c17-99787cbe36d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbdadea4-7cf8-5973-9206-5ea67332a7e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3da9bfcb-d2d2-5489-80a1-ddd1dd5cf592"}}],"status":"accepted","resourceType":"Task"} +{"id":"cf509eb6-9fa6-5edf-bb2c-4374ee480398","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352933"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1285533f-3655-5bfc-ae46-811d2b43b1fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/57ce8760-47bc-571a-91f6-06f2e634174b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c05b1986-217d-55b5-a17b-70bfe9479358"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d19d02d9-4e8c-50e0-a015-1d32a461c594"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75955313-7131-593b-8d8d-c183131eee38"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c05b1986-217d-55b5-a17b-70bfe9479358"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d19d02d9-4e8c-50e0-a015-1d32a461c594"}}],"status":"accepted","resourceType":"Task"} +{"id":"a2a38bf4-1b96-5612-a749-fbe59bd5f2fd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352934"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8d4f5150-0adf-503b-b8e7-a84df85c8ac3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a1ccc78a-2aa8-5d0f-8021-89db84911c03"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46e60b0f-0809-58bc-bc09-1a7974e16b9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e8084b2-22bd-5c0c-b975-5cb7e91456dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b3b2955-dd23-5628-8009-de79a22f5327"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46e60b0f-0809-58bc-bc09-1a7974e16b9d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7e8084b2-22bd-5c0c-b975-5cb7e91456dc"}}],"status":"accepted","resourceType":"Task"} +{"id":"5796644b-592b-5ef7-8e91-35f1ac5a36e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352935"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d26946c6-7583-5481-9dbf-7919ae94582e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a00e9966-b4a6-5a9c-90dd-0b29d3eec324"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c2ae288-3fc2-5d87-ab1a-c24f871e8e9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/478eb3d4-d44e-5a0a-ab8d-b5ac46098b26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10c63bba-5f2e-5cc6-a29e-61ed1e7acc41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c2ae288-3fc2-5d87-ab1a-c24f871e8e9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/478eb3d4-d44e-5a0a-ab8d-b5ac46098b26"}}],"status":"accepted","resourceType":"Task"} +{"id":"46e4a2fe-89ba-5e0e-8cd3-88d2445ba607","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352936"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6cc48172-36c4-5718-bca9-e88f9ba30232"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/22011f69-4324-55ee-963d-7c6e5fd43a7d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db268c09-0a63-59bb-9da6-46b4dd0b4db0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad987583-d927-5599-bc26-4003dd594056"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a58540e-8720-5e48-98ad-000ef682c8ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db268c09-0a63-59bb-9da6-46b4dd0b4db0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad987583-d927-5599-bc26-4003dd594056"}}],"status":"accepted","resourceType":"Task"} +{"id":"e2766b74-1317-5e04-aae9-bd16d9cd4ad8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352937"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f2665f5e-b01a-5dfe-a56a-14469bcbac04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ea641b0f-2041-50c2-9842-b4324422aaf0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd887915-b70a-5f04-a90e-d0abba1c65d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/972b83d8-c364-5355-b3ed-7d618040106d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1daa49b2-ce84-504a-b6d5-29cd58b6e069"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fd887915-b70a-5f04-a90e-d0abba1c65d8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/972b83d8-c364-5355-b3ed-7d618040106d"}}],"status":"accepted","resourceType":"Task"} +{"id":"babc51f6-78f1-5edc-88cd-fe41f56265e4","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352938"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e7aa19c2-c0d7-5b92-841c-bde819e70dd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a2a6198a-8a12-5d00-9644-3b680cc92666"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/509ca7eb-8758-583a-9ab1-c4c90f4d0aa9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba2d9af2-3ba2-55f0-8544-47f19a728ecd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9f877211-5f09-5a33-a59d-54dd9ea627f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/509ca7eb-8758-583a-9ab1-c4c90f4d0aa9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba2d9af2-3ba2-55f0-8544-47f19a728ecd"}}],"status":"accepted","resourceType":"Task"} +{"id":"02f5727f-f812-5327-9828-8ef1f78cd71a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352939"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e2cac67c-a878-5b07-8831-a5492009b117"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3b5b6237-7fed-526f-bd4e-7beb5aa492e0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99543dd4-c445-5a4e-bfa1-81f8903e58ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75f6a4d1-a82b-5673-aa89-502c40be1822"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d1d48070-db25-5e9f-a189-7d5eca525261"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99543dd4-c445-5a4e-bfa1-81f8903e58ba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/75f6a4d1-a82b-5673-aa89-502c40be1822"}}],"status":"accepted","resourceType":"Task"} +{"id":"7834219a-c33b-55dc-b82b-74a0e4f1fd9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352940"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dc22011c-7557-58bc-b5b4-8cec31912ecc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/26caaf69-b27d-53a6-adad-c34c1bcebe71"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98e4cdb6-4df3-5e05-aef1-6fd306d6ebfe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e049d6f0-2430-5d28-96f6-9fa21f0e3149"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b32a5a2c-0ec7-5f6b-b1af-97b362a29efb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98e4cdb6-4df3-5e05-aef1-6fd306d6ebfe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e049d6f0-2430-5d28-96f6-9fa21f0e3149"}}],"status":"accepted","resourceType":"Task"} +{"id":"3c4b7e5b-f2fb-5a4a-bb4f-d7c5b26f0b58","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS352941"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/87160edc-6ef2-5150-a6f7-f69cee5e9cdc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0ee3a379-8a32-514c-9a83-eb351c654716"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca77efcc-d8bf-5c4b-bcf9-11eb9080d5ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c16205be-3cb6-548a-a582-2f29275e2e3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/90de5bc0-5bbd-5b96-a141-648af9752bf7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca77efcc-d8bf-5c4b-bcf9-11eb9080d5ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c16205be-3cb6-548a-a582-2f29275e2e3d"}}],"status":"accepted","resourceType":"Task"} +{"id":"2c5015d9-332d-544b-8644-9d4d741dc620","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368094"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1f0e7c14-2167-5672-9eae-d0a1bd5551b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/273f8e58-b616-5eac-b2d4-f12797e611ad"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/890b554f-f948-5d79-8ee6-60a74a1633ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/056718ea-d8ee-5ba1-9e04-62720b3912bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01fff7b7-6773-519b-9013-e79f447fdf28"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/890b554f-f948-5d79-8ee6-60a74a1633ad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/056718ea-d8ee-5ba1-9e04-62720b3912bd"}}],"status":"accepted","resourceType":"Task"} +{"id":"91b0c11d-b15b-519f-a484-520cc3557266","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368096"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/50ff18e4-8b2b-5b3e-a37f-b69a8a6379ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1fefede7-c1e1-56dc-b8dc-4297670c680e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/276f0447-47c1-5955-b882-3aa2158b5c5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0332c54-6e76-543b-8dfa-ae9c0b08202f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a049343a-f6f2-5492-9861-a1563ebea02b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/276f0447-47c1-5955-b882-3aa2158b5c5c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0332c54-6e76-543b-8dfa-ae9c0b08202f"}}],"status":"accepted","resourceType":"Task"} +{"id":"6310f2b6-e62b-54c3-a851-9be2a0aac3d0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368097"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9eab390a-ae44-5769-9461-12d96c899413"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e2cf4984-afb8-52b8-ab01-ee1be1facca4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21369d44-c942-5d7c-af2a-87b1e3b37207"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ccb80c29-0f9a-53f0-8161-09ad163fcffe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46bb157e-7ca6-5483-8aa4-efcd5aa2ef89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/21369d44-c942-5d7c-af2a-87b1e3b37207"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ccb80c29-0f9a-53f0-8161-09ad163fcffe"}}],"status":"accepted","resourceType":"Task"} +{"id":"35280413-59a7-5d5d-b8f0-235395293d5b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368100"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bfa1b4b6-ff26-557f-96f5-fe5371591b20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a35e6373-5090-5c41-a722-e67b13cef2ed"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/900544b3-cd56-516a-a5df-44f15c3dde34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3de17dc-9605-55e7-a2c3-2a6816e8ab03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/448d2586-6079-55ef-b3ef-bc13b2099315"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/900544b3-cd56-516a-a5df-44f15c3dde34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3de17dc-9605-55e7-a2c3-2a6816e8ab03"}}],"status":"accepted","resourceType":"Task"} +{"id":"7859af4b-c330-53ce-bb22-958828e05b08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368103"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e8db4312-9de5-5a93-a124-5644ecbf581f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0f6a9061-bec6-522a-90ea-67e96b75c6dc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/788825f2-81a7-56d0-86d2-c5a5e8aa1926"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2c91ec7-85e2-5ffd-bd88-12c7ec29ac32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb05a90c-46ae-5fe2-a9f7-ab16111f7be1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/788825f2-81a7-56d0-86d2-c5a5e8aa1926"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2c91ec7-85e2-5ffd-bd88-12c7ec29ac32"}}],"status":"accepted","resourceType":"Task"} +{"id":"789bdf81-f151-575b-8343-a948581e213a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368105"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/25e587fb-b64a-5d8c-9dd6-f297db37f54e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3d17f0e3-4159-51f2-b8af-14dd79877fd6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a25c2cd-3f53-5b40-a7a9-99b8fec8d5ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf24b98c-1d4f-59f4-96e8-3dac7f3b88d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4898e39e-7938-5f10-8fd2-fb243e487c71"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a25c2cd-3f53-5b40-a7a9-99b8fec8d5ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cf24b98c-1d4f-59f4-96e8-3dac7f3b88d0"}}],"status":"accepted","resourceType":"Task"} +{"id":"bf61dfea-20ec-5905-8cbc-1c89e86a55db","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368106"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0b4afd30-2703-5118-b67e-357bd9045f47"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/16c0096e-a626-57ea-a0c3-d50ccdb17824"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44f99aa0-ac31-5750-b9eb-469bdef67d56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/078c7e1f-9caa-5111-9fa5-2231767935fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/06f8cd99-8a50-5cc7-8b39-d4082f91508e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44f99aa0-ac31-5750-b9eb-469bdef67d56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/078c7e1f-9caa-5111-9fa5-2231767935fa"}}],"status":"accepted","resourceType":"Task"} +{"id":"b767b1d8-bf89-5a8c-995e-9099437beb27","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368108"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ba149bcf-70d5-5198-b368-d0a07af2558f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d797ddd4-039e-575f-a5fe-58f5a1133b90"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05b1072f-492f-5f81-a519-56200baa7571"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b72dbbc0-3d7e-5068-b060-242ccc3fc46f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74635ae3-c0ee-5ad4-98ae-513bed961f72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05b1072f-492f-5f81-a519-56200baa7571"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b72dbbc0-3d7e-5068-b060-242ccc3fc46f"}}],"status":"accepted","resourceType":"Task"} +{"id":"879f9a10-e2f9-55ad-8039-e9d702d1fd24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368109"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eee84dab-22c3-5484-beca-1175fd05c158"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ce8a4fe8-81be-5fd7-85e6-896b261216a0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0109cd4c-2c7a-5aa1-a446-5e06d623f115"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e8bf26e-3fa9-5fa3-a0e1-e4dbaebb551c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4791dbfe-a453-56bb-ae1c-103b7f0d1c76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0109cd4c-2c7a-5aa1-a446-5e06d623f115"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e8bf26e-3fa9-5fa3-a0e1-e4dbaebb551c"}}],"status":"accepted","resourceType":"Task"} +{"id":"86357dcc-a4e8-58cd-aca6-004a1785cb96","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368111"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d1b4be32-9d91-5a9d-85ac-3f8140a3c7ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/399ee350-43ba-505a-af5e-fc1d0cbe7511"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e36f1deb-fa69-5ceb-b163-3b930f26d292"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aefe14b4-60e1-59ed-9565-4ee5a1f511bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84f7b69d-5c93-5c7c-8a02-f9458d076b89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e36f1deb-fa69-5ceb-b163-3b930f26d292"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aefe14b4-60e1-59ed-9565-4ee5a1f511bd"}}],"status":"accepted","resourceType":"Task"} +{"id":"9735aeb1-18e4-5b80-a16e-e96459f5541c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368112"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/75d4fea0-34f4-59e8-bdf9-9a9fe0eeee5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/19901460-9e80-514b-8aa4-e52ea792b2a7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5593b91f-dc88-5031-833f-15a12e714e2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9dabd99f-215b-5e4a-9302-d1b3a46e0f7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bfa95781-d430-52c7-af52-aa1ce0837f83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5593b91f-dc88-5031-833f-15a12e714e2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9dabd99f-215b-5e4a-9302-d1b3a46e0f7d"}}],"status":"accepted","resourceType":"Task"} +{"id":"816f37a1-20a9-5fb9-8e24-461e004885f1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368115"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fa23825f-0a7e-54cb-9a9d-89de389e89aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7f471c44-25f0-5baf-ac31-d8ea63c77ca3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99f764c9-b206-532b-a3b4-d2d831e24a35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e7c8c58-c8f2-53bf-b078-de6b58173dd3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fb79cc1-dced-583e-ac57-572c8dd38db7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99f764c9-b206-532b-a3b4-d2d831e24a35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e7c8c58-c8f2-53bf-b078-de6b58173dd3"}}],"status":"accepted","resourceType":"Task"} +{"id":"2a2a4922-fe57-5fe5-9928-116e0bb9326f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368118"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/83ea22d4-836e-5774-9808-8432e0c43476"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9d2d1c21-d70f-5f2d-87da-5f6dfe0a8a92"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/524571aa-d8b7-5fab-bf13-6935c922ab43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba9849e5-c602-521a-b7a9-c1fd424c6aaa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1cf4d5d3-1d5b-5bb5-ba2e-38755e55b208"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/524571aa-d8b7-5fab-bf13-6935c922ab43"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba9849e5-c602-521a-b7a9-c1fd424c6aaa"}}],"status":"accepted","resourceType":"Task"} +{"id":"99932021-013a-56a7-9885-8c43a05342f6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368120"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e83b0e06-979a-5dc3-bbfa-2249b070501a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f7ef9a4f-5c36-515e-8d92-3a8544ad405d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b973d638-93ff-5b27-9678-f1f707572f9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca1dd1e3-3f51-5e52-9a00-d74ca456fc82"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/82071810-3829-595d-bc02-4b211ba28719"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b973d638-93ff-5b27-9678-f1f707572f9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca1dd1e3-3f51-5e52-9a00-d74ca456fc82"}}],"status":"accepted","resourceType":"Task"} +{"id":"d3115555-b5cb-5746-8e6d-0cf5f152c475","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368121"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c25a89e4-545a-5faa-9a39-c6866b49f41d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/735013e2-90d3-5b98-bf67-963a545d8d7e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9debff51-87da-5cc6-bdae-cf91c7fdf4e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0cb97053-545a-5ea7-b59d-f6016c8017f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4e881de-f242-58bd-92dd-4feedbee5312"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9debff51-87da-5cc6-bdae-cf91c7fdf4e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0cb97053-545a-5ea7-b59d-f6016c8017f8"}}],"status":"accepted","resourceType":"Task"} +{"id":"5226f394-c245-5fc9-8f6f-b634d541cfa6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368123"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/486c2841-eee5-5261-b3db-6e6647caa6b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4f54862e-00c4-5f83-a7f6-3daaf50b5e20"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f31e35dc-a28e-522b-bb1b-16165eae5740"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69944528-f0f6-530e-b6ce-87b06676e538"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4772319d-bb26-516d-b80b-0b6bc998311e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f31e35dc-a28e-522b-bb1b-16165eae5740"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/69944528-f0f6-530e-b6ce-87b06676e538"}}],"status":"accepted","resourceType":"Task"} +{"id":"f855dd3a-5b9d-5b88-b694-5877f6fea5dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368124"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d379f5be-0822-54a7-969c-336fb9fea9d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/88f441b9-f54a-5d3e-8dfb-2b3c7bf5ea98"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2ba7135-5f50-50b7-a3a6-0debd8ffe2ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49a461f6-3062-5dad-a335-a8d0dbb07cff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60f302f2-d24b-5c4a-a563-a285618a7dca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2ba7135-5f50-50b7-a3a6-0debd8ffe2ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/49a461f6-3062-5dad-a335-a8d0dbb07cff"}}],"status":"accepted","resourceType":"Task"} +{"id":"bc230e04-471c-507b-8029-3e915dd49a24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368125"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0537d374-fab7-5ae4-9cfa-f35a791a1579"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/83a8f32e-d91c-52d9-a9c1-cf9e3fab41c1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96a20ab6-a9e7-501b-bf55-5e03512d126f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d12e414b-2b44-570b-b366-6cb3020abb32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7dff6e6c-af9c-5f92-afde-4bc598b0489a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96a20ab6-a9e7-501b-bf55-5e03512d126f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d12e414b-2b44-570b-b366-6cb3020abb32"}}],"status":"accepted","resourceType":"Task"} +{"id":"e925b25f-5d5c-58f7-83a5-be5deb0a5d6e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368126"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/28f1d727-4424-51be-bbf6-af93aabed7ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/034dc58b-1538-5c2b-9281-4ea0806752c7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e74e169c-e278-5e92-9d50-bbe91a2d871f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4720ced-e1a7-5b3f-8b88-1c1eafd1af3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/853a9d0b-1ef5-53b7-ba13-7cb6f1cb0080"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e74e169c-e278-5e92-9d50-bbe91a2d871f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4720ced-e1a7-5b3f-8b88-1c1eafd1af3f"}}],"status":"accepted","resourceType":"Task"} +{"id":"e9c7040b-f92b-5d32-b383-59c1a9366e2b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368128"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/812cfae5-8927-5ece-83c2-57188669c7b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/00a9dbdf-d4be-5f84-a6ce-00f35eeea8f6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0194fbf-626e-548b-bd64-f69c74058676"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/170dd027-493d-5bfa-924c-7530741c589b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/196be80b-214d-5dea-9c07-2dcbb24b79b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0194fbf-626e-548b-bd64-f69c74058676"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/170dd027-493d-5bfa-924c-7530741c589b"}}],"status":"accepted","resourceType":"Task"} +{"id":"92d3e3c3-e3a5-5c21-84ea-774794158669","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368129"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8f190dc1-99ea-57b3-ab97-47b9acd07fc8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9bcdcec0-43d7-550f-be6e-9ed2b7cc9fd9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79ef8512-108e-5213-b9d8-5a01d1e45a20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d788faa4-7afe-5a40-94a5-5a4e1bb27b39"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/078f1ea3-e893-5973-812a-f81aa5661e14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79ef8512-108e-5213-b9d8-5a01d1e45a20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d788faa4-7afe-5a40-94a5-5a4e1bb27b39"}}],"status":"accepted","resourceType":"Task"} +{"id":"3452d944-01a9-5def-a108-ede0f27fd76e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368130"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f8a9545f-155a-5fa1-b98b-7add73eb2dce"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2261dde5-9c4c-5e12-948c-7817ee4446cc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9e3091e-3937-5f57-a46f-24899c764435"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adcfbf57-4b53-5147-9ca7-c9ad122fae90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2d72d5b-ae04-5719-955d-0153fb9736aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d9e3091e-3937-5f57-a46f-24899c764435"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adcfbf57-4b53-5147-9ca7-c9ad122fae90"}}],"status":"accepted","resourceType":"Task"} +{"id":"e9be30ef-ccb8-5dd0-9daa-ff72cd903315","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368131"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b1e27b1f-0ce1-5e1c-9657-170419afcbb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b41ac00f-8cc8-5436-bb64-677c92359f37"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25f48d10-5a69-5477-a30d-d4e03325bab7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a5f5467-4b70-56f0-a265-a5138636045c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4cbf600-c087-5238-bb4d-506b140cbe03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25f48d10-5a69-5477-a30d-d4e03325bab7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a5f5467-4b70-56f0-a265-a5138636045c"}}],"status":"accepted","resourceType":"Task"} +{"id":"20f659c4-eaba-53c1-898d-d1b0f06f9562","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368132"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2da5f004-f049-595a-89d7-e73fb0b74c6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/609a788f-ff7e-5474-ab79-4dd98b31d84b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0e32b32-3c76-565d-af97-a2ea8ac7962a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fecbee18-f49e-5e3d-a5ba-6aea2626e3e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8a1743a-d996-551e-a6ce-d21fb5611d56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0e32b32-3c76-565d-af97-a2ea8ac7962a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fecbee18-f49e-5e3d-a5ba-6aea2626e3e6"}}],"status":"accepted","resourceType":"Task"} +{"id":"bf542f65-e91b-584d-8245-b3d1540ec3c9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368133"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5dcebd0a-e2ce-5e0a-bd2e-c162257bbcb3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/280a322a-7abd-5d0f-9686-2b60838c320d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed51b851-2389-5790-b65f-63e04422e125"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f3e4b5f-f084-5eda-8d39-c6d1b682dd8e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3860930d-b9a2-5267-8d8a-ab2a86a5b796"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ed51b851-2389-5790-b65f-63e04422e125"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1f3e4b5f-f084-5eda-8d39-c6d1b682dd8e"}}],"status":"accepted","resourceType":"Task"} +{"id":"463193a6-5b31-5039-ab07-996bb7561337","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368134"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fd0bcbfe-38a8-5c83-913d-a6283284a0de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/26d8853a-a52f-5c24-855a-d328d557a349"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bae56cf4-a52b-587f-9fa6-5a5d7aafff96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73a1318f-81be-5cb5-bbc9-3c1ce25aa8cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/85e8c630-35b4-5439-bbfb-5b021b54ce8c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bae56cf4-a52b-587f-9fa6-5a5d7aafff96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73a1318f-81be-5cb5-bbc9-3c1ce25aa8cb"}}],"status":"accepted","resourceType":"Task"} +{"id":"b01680a5-66bd-56d8-b880-526398e0116e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368136"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5df329c8-8abe-5dcd-b349-8aa387095011"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d0d975ba-dce0-589e-84d8-87f2d86c6287"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e48f28ec-a916-5800-a073-b4cd5d34aecf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec906847-e26b-588b-a4ff-c19c6d94baed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2963953-b23d-550d-96e1-809365fc20b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e48f28ec-a916-5800-a073-b4cd5d34aecf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec906847-e26b-588b-a4ff-c19c6d94baed"}}],"status":"accepted","resourceType":"Task"} +{"id":"ad8c0584-6112-597c-b81c-8baa4e9da068","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368141"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cdd113ca-4877-53ce-9a45-74bcdda4577a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/01c4a6b0-931a-5d2f-943c-87c151c742c4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86bd8df1-bbbc-55c1-8fba-7b885fac12ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f7bafe8-5068-57db-97ba-5fcb18e049aa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f5b1e18-c25c-533d-b6dc-2fa347497764"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86bd8df1-bbbc-55c1-8fba-7b885fac12ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f7bafe8-5068-57db-97ba-5fcb18e049aa"}}],"status":"accepted","resourceType":"Task"} +{"id":"a9df031f-22aa-57a0-bfc1-e46e5d244c71","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368145"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ac294e3c-cfc4-5afd-8c69-a679b8619bc9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4f02437b-0eb7-53e1-88d0-ca3639a424b4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/211a7ea8-a930-5a25-9316-35b10151defa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/977e3382-16d3-5fa9-a5ec-ab22a3f90533"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/828e0bdf-c8f8-5a27-9c38-26ef8ac9dff1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/211a7ea8-a930-5a25-9316-35b10151defa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/977e3382-16d3-5fa9-a5ec-ab22a3f90533"}}],"status":"accepted","resourceType":"Task"} +{"id":"c118fb9a-c2f9-58a2-b6a0-7397fba621b5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368147"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/82244191-ff76-59a3-b705-d3a694efe133"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/20d86e07-fa9d-59b5-b4fc-64c6a575aab1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60464419-1f77-52a3-b2bd-460e94c83837"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76052985-3395-5ac4-bf20-fdb945b72841"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/544b90d6-4eb2-538a-b058-04f6944e45ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/60464419-1f77-52a3-b2bd-460e94c83837"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/76052985-3395-5ac4-bf20-fdb945b72841"}}],"status":"accepted","resourceType":"Task"} +{"id":"4897c33b-9f65-5977-9f18-180a267d8d8e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368150"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bcacea47-f1d2-550f-9238-680ac8ea5d7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1d22b8d1-8b90-5fcc-98c2-8ed1831f8995"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/386d2bd7-0cc7-5341-ac33-991ebf305bba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/121b4038-df7c-5397-b144-2151757ebd85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/708ebc99-c8c0-575f-8db4-afbe20e13502"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/386d2bd7-0cc7-5341-ac33-991ebf305bba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/121b4038-df7c-5397-b144-2151757ebd85"}}],"status":"accepted","resourceType":"Task"} +{"id":"e956ade5-00a7-5853-ad9e-f1b8ca72c827","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368152"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9ce32d0d-9ada-5cbc-84d4-b207231f3f77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fca7cb2f-dd66-5869-98ff-7085f3f396fb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df2ef975-91f7-5be9-8baf-1e846b78be01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc669c43-7f12-55aa-b781-9d513c6047cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70cfa8ff-d457-5734-8a92-8402458e0fe8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/df2ef975-91f7-5be9-8baf-1e846b78be01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc669c43-7f12-55aa-b781-9d513c6047cb"}}],"status":"accepted","resourceType":"Task"} +{"id":"d2cd1421-6ad0-5ac3-82c4-f48a2a1e746d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368158"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2590c0be-1091-5859-a1f7-7b18a20358b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/749e1ae7-6ed1-5c68-9101-d39e4e592af7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea103f9f-6d26-5a7d-a683-2ba6853234a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c40186a-5703-5488-88ee-6f85621caba3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a8d80af-4fc2-5a6c-853f-80629904b944"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea103f9f-6d26-5a7d-a683-2ba6853234a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c40186a-5703-5488-88ee-6f85621caba3"}}],"status":"accepted","resourceType":"Task"} +{"id":"5e3f5864-35a2-560b-9412-f6525becd7ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368160"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b934d114-c50a-55be-9940-b2a2e1b1e87e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7a6f75b9-6247-53bf-9d23-e3c5d64eabd8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08a9b921-87b0-58fd-b1c9-09fd9289592a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f40b117-ef9d-5202-9d7b-706ceec40173"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a65a0ca5-e67b-5136-97bc-9c4a80ba7359"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08a9b921-87b0-58fd-b1c9-09fd9289592a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f40b117-ef9d-5202-9d7b-706ceec40173"}}],"status":"accepted","resourceType":"Task"} +{"id":"0c344cd6-2e32-58b9-9798-b8e0a0aece8d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368166"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f9080b2d-c164-5dab-848e-576c1b4ef3fc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8e77073e-fe7c-52ed-aceb-9805f466776f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/189dc6f4-669d-5e8b-8ae3-5598e6b749a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81f39900-044f-5f4b-b137-293aec9579cb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/219d75ad-b796-5cac-af40-c0b0f1a6f9bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/189dc6f4-669d-5e8b-8ae3-5598e6b749a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/81f39900-044f-5f4b-b137-293aec9579cb"}}],"status":"accepted","resourceType":"Task"} +{"id":"7093e520-58e2-564d-bf2a-2ff4f79fe485","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368168"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d695eb27-a797-58f5-9ffb-b084fb9ead2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2abfd85f-8188-5a82-a934-c2143096e36c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8525976d-8fb9-55c6-9c07-1d94044b2ec4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7929842-3f26-5032-a4cb-19b1dac64e2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bae63ce4-f4e5-593b-ace9-4d275afbad5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8525976d-8fb9-55c6-9c07-1d94044b2ec4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a7929842-3f26-5032-a4cb-19b1dac64e2f"}}],"status":"accepted","resourceType":"Task"} +{"id":"d6a00760-9346-558a-9e5e-678cd6c56b39","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368170"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/abb4d473-ba7f-5ddf-93dc-074e4082eb2e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/84d0c066-0de6-5cbe-aea7-a00d1e2044dd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98549796-34d4-5027-8fa6-15420e3dcdb5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13cde266-e229-5d34-b59f-85fa7ba8b14d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ee045c7a-3ced-52a9-9e9c-cd71dd4f4c9b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/98549796-34d4-5027-8fa6-15420e3dcdb5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13cde266-e229-5d34-b59f-85fa7ba8b14d"}}],"status":"accepted","resourceType":"Task"} +{"id":"a990db12-0c0f-51dc-b5b9-c9b5ea6d9d2f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368171"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d7dee585-689b-57d5-8e91-b1fd6a10e499"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0204677a-be88-5854-89fa-029d8105d221"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7a6ffea-cebe-5c57-80fa-4771eef5ae4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c01eea7-901f-532a-b61c-52b580a75c48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f31b551-ce57-5d0a-b900-7b7e72e8f914"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7a6ffea-cebe-5c57-80fa-4771eef5ae4a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c01eea7-901f-532a-b61c-52b580a75c48"}}],"status":"accepted","resourceType":"Task"} +{"id":"cfd126ca-8993-5c69-9403-36c725f287ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368173"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2eb08329-c97f-50c7-88e4-72f275e9f85d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9c7e2e32-8798-52b9-a12e-1c4968792f12"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10888fed-6385-5a88-b8cd-4979dbfb560f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c784bbe1-63e8-573a-91c8-82aae3d6c451"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/642993e5-1074-51c7-b71e-fc077ae288f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/10888fed-6385-5a88-b8cd-4979dbfb560f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c784bbe1-63e8-573a-91c8-82aae3d6c451"}}],"status":"accepted","resourceType":"Task"} +{"id":"9e37ffc3-742a-5595-a463-77c9fa5d3e20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368175"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6885cf10-50fc-507f-baaa-59d3e5212523"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a8fd32d4-45ed-5cd2-aaeb-3f5063183d24"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/779891bc-5ca8-54be-9e61-4127babbfa6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/894bf395-20a5-526f-8c7d-668864ccbc50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6fdecad5-4d9d-5543-81dd-841d8d9b48c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/779891bc-5ca8-54be-9e61-4127babbfa6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/894bf395-20a5-526f-8c7d-668864ccbc50"}}],"status":"accepted","resourceType":"Task"} +{"id":"41804b25-2d99-565f-9aad-431dfb4d385f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368176"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/bebe3cef-3d82-59a7-8963-062d0daf9ebb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/55915f2e-ab29-5227-be53-47a22d24bef1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0064d0ea-498c-5f1e-b8c6-88c00dc18b86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c9c5119-c978-570a-b43c-1095710332d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/40d24265-abb0-53cf-b776-51e60e7616e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0064d0ea-498c-5f1e-b8c6-88c00dc18b86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c9c5119-c978-570a-b43c-1095710332d2"}}],"status":"accepted","resourceType":"Task"} +{"id":"90a8981b-a87a-5315-80e3-e68f3c479951","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368178"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e178abbe-8a9c-5aa8-bd1d-67bfd664ac5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/530e2a52-2d19-5bdf-b294-6e8cdf53c7c3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d67e1259-332b-5363-88bd-aa9490beab79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5142978-9e17-5d55-b757-19504fe1e04b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/525aba20-c994-58e4-833b-70c88e80a450"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d67e1259-332b-5363-88bd-aa9490beab79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5142978-9e17-5d55-b757-19504fe1e04b"}}],"status":"accepted","resourceType":"Task"} +{"id":"18626fc9-d5bb-5b91-a49c-cf31be56b258","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368179"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0e5268a7-e939-5d13-a62f-ee20c2726b40"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/59cdbb24-217a-5ead-94c8-30a9a642d35d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd0d6dda-5e0f-54ee-8d11-8a68356955c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3956f57a-24d4-5878-84d5-1281da68248f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e8190380-ebd7-5daf-a2cb-2f41eb3e12fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd0d6dda-5e0f-54ee-8d11-8a68356955c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3956f57a-24d4-5878-84d5-1281da68248f"}}],"status":"accepted","resourceType":"Task"} +{"id":"9ba91fab-3117-5522-b175-7ba4a0d63a29","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368181"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7597f2e9-3e3c-5cad-ba6c-ce17d7739525"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b0927f7f-b1f1-53ef-87d5-5ccc09af63c5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2bf14cbc-5602-58d6-8a5e-75741a831d1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08887223-cf5e-59a9-a628-6a4bdf0a6a44"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cfa5554b-6614-53fd-a0da-de9845165171"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2bf14cbc-5602-58d6-8a5e-75741a831d1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08887223-cf5e-59a9-a628-6a4bdf0a6a44"}}],"status":"accepted","resourceType":"Task"} +{"id":"79c01746-857e-567c-9986-ec6b84068e3b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368186"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6433ee63-4573-50b9-8d0d-9619b509978c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/da5bf388-cb25-52ca-94b3-0261fd6f4f42"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d886c076-e931-5981-a2ca-d64fcb3ab1f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3be660c2-0f9a-5492-a2ea-82eb96284313"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b9ddd550-a246-5068-8157-985afda3b855"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d886c076-e931-5981-a2ca-d64fcb3ab1f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3be660c2-0f9a-5492-a2ea-82eb96284313"}}],"status":"accepted","resourceType":"Task"} +{"id":"a35a47a2-70c2-50ba-a301-a02e259d8bc1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368188"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ff3da2ea-c5ab-568e-bc2c-de68a9527862"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9c185989-23e5-5d4b-99b5-edb2ba24df99"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d05ad254-2cfe-5734-94f5-6686a3bab88a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6f645a8-4698-53cc-97b3-478f6c9bdd1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f0e4c9d-af11-58b8-b206-870fcea92f92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d05ad254-2cfe-5734-94f5-6686a3bab88a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6f645a8-4698-53cc-97b3-478f6c9bdd1d"}}],"status":"accepted","resourceType":"Task"} +{"id":"f6e0c2c3-f73c-506b-882a-ee056edc1ece","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368190"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6e723cf8-a9e6-55b2-b43e-6a73ca563895"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dc2ebfb6-c51d-5a5c-a20f-fab91d9c5398"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9598d16-2fcf-5f98-be5b-04db7b905b62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cac31dd1-6514-5522-bd17-55793d81ca98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/293c6a80-44bc-573b-be2e-5700a1334a3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9598d16-2fcf-5f98-be5b-04db7b905b62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cac31dd1-6514-5522-bd17-55793d81ca98"}}],"status":"accepted","resourceType":"Task"} +{"id":"3feadb47-4e82-5225-9fa7-330dbb940235","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368193"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3929ecf6-da31-5d71-8183-b15a843246ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a6d4e2e9-671d-5a60-9e1f-926696c276f3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32b49b42-fc47-55a5-b080-4d3e840aaf1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/898623cf-edf2-5ae5-bebf-e07873cf61d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1144181-f177-5918-8596-50ff5a60fc51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/32b49b42-fc47-55a5-b080-4d3e840aaf1d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/898623cf-edf2-5ae5-bebf-e07873cf61d3"}}],"status":"accepted","resourceType":"Task"} +{"id":"2ad900e3-d01f-519d-b9c1-522bc36fc0dd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368194"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/baad6db0-3a4e-554c-ad65-2426717bc1b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c8b24270-48a8-5d86-8dcc-9d8084caa577"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58de2211-cf3e-5f3d-910b-e18fac61984c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e72ecd3-f1f1-51e9-a3ba-bbb09c4654d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b641232a-a58a-5f6f-a3af-c9948fe1f4b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58de2211-cf3e-5f3d-910b-e18fac61984c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e72ecd3-f1f1-51e9-a3ba-bbb09c4654d5"}}],"status":"accepted","resourceType":"Task"} +{"id":"8948236e-4e88-5753-95e1-236586994a84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368196"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e21cfca6-1b1c-5494-acb9-c1b84f4c2bc3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2ad957e3-f0b0-543c-a920-a18fb3450852"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/286cae74-9903-5cee-a8d1-2387029c9591"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67f9f24a-a2af-5d94-b677-c1639f5fd99c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7958d89-804e-57c3-98d8-b673a2e78614"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/286cae74-9903-5cee-a8d1-2387029c9591"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67f9f24a-a2af-5d94-b677-c1639f5fd99c"}}],"status":"accepted","resourceType":"Task"} +{"id":"d3d7a10b-6015-5620-b993-c94fd8ddbd9a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368198"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a3e03628-50ed-5394-95d5-03c9cc2a90ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5ba918b7-7a1d-5f46-b2f7-d41aa17fc671"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c88b469-227e-57a4-aaab-3bf4b9076d57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff513b76-add2-5189-b799-815bdc163a10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2b95b0b1-10ba-5191-973e-f894049be4fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c88b469-227e-57a4-aaab-3bf4b9076d57"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff513b76-add2-5189-b799-815bdc163a10"}}],"status":"accepted","resourceType":"Task"} +{"id":"dfe18ef7-a99d-5352-991a-f92475cda3e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368202"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4037cb6b-4d51-5097-828a-1d7b15b833a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b75b675d-271c-517b-957f-4408c9725d57"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8de9bd41-e9a5-544c-950a-8fbd98eebe5a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5aeaa4ca-a6cb-5e14-9819-7c2aa0c2718a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/37981c3d-fb7e-57b2-b165-fa9784140f37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8de9bd41-e9a5-544c-950a-8fbd98eebe5a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5aeaa4ca-a6cb-5e14-9819-7c2aa0c2718a"}}],"status":"accepted","resourceType":"Task"} +{"id":"e918c69c-92af-5d0c-82f2-e3b7b44c9739","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368205"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/743ac672-8b7a-58e2-9520-b447eaaa103f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fe6a4bf7-2d1c-5326-b5ac-fa0f24e5360d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a30bd57-edfb-5fa0-8f88-ec8cb080b0a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6da277a7-d1e0-5b9f-9c2b-8c9fb06899f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66c3e45b-28c5-580b-8fb3-2a74eff48f87"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a30bd57-edfb-5fa0-8f88-ec8cb080b0a6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6da277a7-d1e0-5b9f-9c2b-8c9fb06899f1"}}],"status":"accepted","resourceType":"Task"} +{"id":"9ebfd51b-dc7a-5bbe-a579-1ade344cea78","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368206"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/669c13ee-c5c7-5ea0-bfcf-a05b8885eb13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e4e5c87d-7069-557b-a246-c094f1a5ffec"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65aaf559-497b-5560-a16e-c7e2b9cbac05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a1f1daa-933c-54de-8789-d54e1df2531d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54be6265-565b-5288-aeba-51e8d4601b01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/65aaf559-497b-5560-a16e-c7e2b9cbac05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a1f1daa-933c-54de-8789-d54e1df2531d"}}],"status":"accepted","resourceType":"Task"} +{"id":"e62158fe-b03d-5d9d-8214-3dbae80305e7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368208"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/77a49475-eb65-5b95-ac29-8ff82954cacb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/58ff5b41-4fb5-5be7-a257-4776e6809da0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28454c4a-a319-5131-b5fd-6b7b82423a34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4352ca43-0cea-5cf2-91ff-fdd907b0d3de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab31e2b2-2c6e-57b9-9ea3-ed403624d6e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28454c4a-a319-5131-b5fd-6b7b82423a34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4352ca43-0cea-5cf2-91ff-fdd907b0d3de"}}],"status":"accepted","resourceType":"Task"} +{"id":"7b13b9b6-7fed-52df-92f2-74adbe1fc8c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368209"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0e0cd4cf-a21a-56cc-9d86-b2eca87519d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/21021f79-30e4-5e1d-aa90-9a173acde3f5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6d9c121-7cae-5db1-b75e-c20139397517"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acd7429a-0f08-5efc-9269-caff220144a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2f5633fb-e1fd-52a8-b6d2-8fedf904b6d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6d9c121-7cae-5db1-b75e-c20139397517"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acd7429a-0f08-5efc-9269-caff220144a3"}}],"status":"accepted","resourceType":"Task"} +{"id":"4a9a54ac-2a5f-5001-b129-1397ac66367a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368213"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9a8d27db-91c6-5c3c-803e-ec4b75883fd0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/df87edb9-bd40-58d2-91da-beda7f300e2f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cce6785e-276a-5f48-a5bc-84bb4df7c342"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2309ef6e-64fb-5dc1-a7af-74c5b4c9dff6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2610aef6-0700-5dd4-96f1-f7b4128943fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cce6785e-276a-5f48-a5bc-84bb4df7c342"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2309ef6e-64fb-5dc1-a7af-74c5b4c9dff6"}}],"status":"accepted","resourceType":"Task"} +{"id":"45e401e0-bc1c-5a7d-8184-83678e65386a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368215"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ec405fa6-9fd6-5079-9ef7-a5fd7718e7f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/17928c04-71fb-586c-ba76-c82730907bcb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de18e110-38e7-5b6f-a02f-3d5c5851f84e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6cd7946c-d5fe-522c-817b-2a780371267c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3c3f9941-3481-5f37-ad97-a276f8acbf0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de18e110-38e7-5b6f-a02f-3d5c5851f84e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6cd7946c-d5fe-522c-817b-2a780371267c"}}],"status":"accepted","resourceType":"Task"} +{"id":"acb05e3c-bff0-5e2e-8ff7-23814bdf3f02","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368220"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d551a156-2ef9-5bce-8d87-b046c0c9c6c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/705d45f3-6c56-5a8b-82cc-c8fa359e1628"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00090a86-6b1e-5115-9c0c-2832c9994cf8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0763ff0e-e83b-5713-8cca-805c54a514f3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/785d7539-cab5-594b-8828-514dff78431b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00090a86-6b1e-5115-9c0c-2832c9994cf8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0763ff0e-e83b-5713-8cca-805c54a514f3"}}],"status":"accepted","resourceType":"Task"} +{"id":"dee81413-1b4d-5125-adf4-12890ec21a65","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368221"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c36da5c0-e14f-5476-b432-1daafddd9511"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d5f7ae0b-f2a8-5f2b-9f10-240b2446317c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef28958a-2132-554d-918c-5621c55332c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54c8e2b8-518f-59ba-9c6c-4239bf925413"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb1d440e-7a53-5c05-9831-7435e4e17e7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef28958a-2132-554d-918c-5621c55332c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/54c8e2b8-518f-59ba-9c6c-4239bf925413"}}],"status":"accepted","resourceType":"Task"} +{"id":"44c60880-ba31-5746-9320-62eb68279513","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368222"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c47c34be-1f47-5b6f-8359-bcbd37e7b676"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5e282553-9f3f-5c8f-8e36-07720f29729e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7ea4fa6-4a5a-5907-8479-3a1dcdf3fcfc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/535d7309-5561-5705-aac5-5221658d04a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/409dfab2-da0f-5c02-bf6f-b68e88d04430"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7ea4fa6-4a5a-5907-8479-3a1dcdf3fcfc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/535d7309-5561-5705-aac5-5221658d04a5"}}],"status":"accepted","resourceType":"Task"} +{"id":"bfd10dbb-d0dd-5017-ab73-093e7817b463","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368225"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/72b6c654-58cf-5732-bf60-9655050a3deb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f602c7fa-f02f-5639-a121-c211eb907d61"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b808e9d6-ea82-55dc-9062-0e0c7253d752"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b59f19a8-e628-50bc-b85f-12cc925714f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5faecfd9-e819-5706-87f7-2b03f7e567b2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b808e9d6-ea82-55dc-9062-0e0c7253d752"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b59f19a8-e628-50bc-b85f-12cc925714f5"}}],"status":"accepted","resourceType":"Task"} +{"id":"9a57a5e8-0587-59c3-aca3-880b4019419a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368227"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fe6058c6-ce83-5ef1-b3e7-dc19f16b266d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d43efbc8-8027-56a8-b520-9af290bb16ed"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48d5f5f6-4d04-59bf-acf0-05eb4a1d06e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d95a2a17-7002-5146-a1ec-f3a606df7f62"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/24d0f4f1-fe74-56db-aa46-91d80882b7b3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48d5f5f6-4d04-59bf-acf0-05eb4a1d06e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d95a2a17-7002-5146-a1ec-f3a606df7f62"}}],"status":"accepted","resourceType":"Task"} +{"id":"2522bb74-b526-5781-8e8b-7e69c81de8cd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368231"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/87bad074-1616-5355-8e28-83c4fe9a2be0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6cc24988-8119-5a14-8454-c9fb55b28eff"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/264ad826-4dc4-5266-b80f-bbf401ec386c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/723dd3a7-0658-5b45-93e4-af32911312f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ebf5f67d-9a50-5bc2-acfe-561a2816add2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/264ad826-4dc4-5266-b80f-bbf401ec386c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/723dd3a7-0658-5b45-93e4-af32911312f1"}}],"status":"accepted","resourceType":"Task"} +{"id":"a0352dd0-b6af-5405-be8d-5ae575543921","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368234"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2e3cbba1-56b9-5478-b4bb-fd9b7a49b817"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cbe37bb4-fa3f-5895-b64d-338a4cc58fd4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8053bbf8-8923-548c-9050-6fae8927c392"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4639747c-6dc7-5c8a-aa8f-001cc1113d6e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68750ce0-b2d6-58ad-9c6e-2ac81874ab77"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8053bbf8-8923-548c-9050-6fae8927c392"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4639747c-6dc7-5c8a-aa8f-001cc1113d6e"}}],"status":"accepted","resourceType":"Task"} +{"id":"a0caea6e-67ce-5c40-9710-9b777c06b11e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368236"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a7e5a021-723a-53b4-a876-065028029ad4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b8e945ef-9c6c-5dcb-a279-955b234bea71"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f269f1a-6a76-5a2d-a5da-0221a841b87f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/102a9d10-a07f-5c32-a6d9-2c0fb3a7785f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5e3bd34c-8833-5e8f-884c-8c01a078edb0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f269f1a-6a76-5a2d-a5da-0221a841b87f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/102a9d10-a07f-5c32-a6d9-2c0fb3a7785f"}}],"status":"accepted","resourceType":"Task"} +{"id":"66f6e316-eb65-5374-8191-67beefe7e3b9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368237"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/35ca7d82-5cb6-5742-8cf0-46353785fc90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f0c24bd0-8a19-5574-96e4-de83e7c2a731"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7d19947-7cd5-59ac-bd94-adbc0f620132"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c23dcf57-588a-5034-a8a1-35b50f1dc335"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56fbe182-e4f4-58f5-9dea-4dad105acf7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b7d19947-7cd5-59ac-bd94-adbc0f620132"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c23dcf57-588a-5034-a8a1-35b50f1dc335"}}],"status":"accepted","resourceType":"Task"} +{"id":"24b16757-aa84-5484-bc73-f27a67eb6105","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368239"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6ac67d20-811c-51d4-a750-e4103540fc90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/10a45dde-97d3-5ae8-bf1a-6d7723ec12d8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/198919db-5aa0-56d2-b9c2-294a925b2a79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f178494a-0ba5-5b01-9118-08f3fdd38459"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f6527c2b-dc71-5785-9ce5-0356a5169ff1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/198919db-5aa0-56d2-b9c2-294a925b2a79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f178494a-0ba5-5b01-9118-08f3fdd38459"}}],"status":"accepted","resourceType":"Task"} +{"id":"18a2c115-dca6-5991-9290-1cc81fc12c84","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368240"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/38f82163-1b16-5dbd-967f-6ee886515e1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/20da053a-874d-539a-8046-46c14b8dabd1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a751f319-0d31-5e19-96cc-e28c464c597b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41db6629-2a27-5ea8-8c64-7f670a344a32"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/462327f9-3b8e-5b69-9e71-8e301f4c8fe4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a751f319-0d31-5e19-96cc-e28c464c597b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/41db6629-2a27-5ea8-8c64-7f670a344a32"}}],"status":"accepted","resourceType":"Task"} +{"id":"5b01b9b1-7d89-544e-aa46-0bdc19457f80","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368244"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fd212df0-6fc7-5223-b641-a288df7da4ff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/67628716-eb2e-5005-9eac-e26b9d3aca53"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6deff2b-4f98-53c2-ba26-194b410fb682"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22fc9036-2e7a-533a-b45e-d2e759e72e55"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/471ae87b-eab7-501b-be8b-5b14101d17ab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6deff2b-4f98-53c2-ba26-194b410fb682"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22fc9036-2e7a-533a-b45e-d2e759e72e55"}}],"status":"accepted","resourceType":"Task"} +{"id":"210fda86-6fc4-5366-a685-56530e2b1abf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368245"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2da3dd77-9bbd-59f2-9af6-cf89c9f1286a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/73865516-1f07-5fc0-a45f-786f92872c23"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dcb9001f-71b1-5ed2-93aa-8558881a999a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a02edb5-aa9e-5ba3-a493-7b6c4b4b2a5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d64abd47-89ad-5063-8662-3d947f332a06"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dcb9001f-71b1-5ed2-93aa-8558881a999a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a02edb5-aa9e-5ba3-a493-7b6c4b4b2a5d"}}],"status":"accepted","resourceType":"Task"} +{"id":"0fe67590-9b6a-5ceb-ad60-6166a85d8726","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368247"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e8f91dd0-c3a1-56ac-9cff-a34700a2496a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2b03ab4d-adb1-5332-a949-4ef8f65e22fc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4491587-fc1d-530d-8df2-5d211b08d3fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6e65d14-473c-5b12-8631-7bae9baacb91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c480321f-b6bb-55a2-a147-a0370cbf420e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a4491587-fc1d-530d-8df2-5d211b08d3fb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6e65d14-473c-5b12-8631-7bae9baacb91"}}],"status":"accepted","resourceType":"Task"} +{"id":"9d19b74c-91b9-541a-8ff9-1ab2b6ef3960","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368248"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/89eb31f1-bd8a-5f7f-9689-45dffc804fd4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4a80cd1c-1972-58ef-aff1-89ccfe3b92b0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c758d84e-5c2f-5e5e-b0a0-7f1509ea6b03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/885c23f8-80c1-517d-9d6c-491579f4255a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5762ab38-f67f-54bd-b2e5-a5f2e129e73d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c758d84e-5c2f-5e5e-b0a0-7f1509ea6b03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/885c23f8-80c1-517d-9d6c-491579f4255a"}}],"status":"accepted","resourceType":"Task"} +{"id":"18309257-316e-5add-8840-ea7a69678e15","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368250"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1aefc3b7-2678-5af6-97af-53413d232d35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6b89b8ef-1b22-53ba-82ab-5856e93df3ea"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d6738bf-b686-5308-a9cc-4607c67cc22e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fb25ded-4776-556d-841d-5bf0bac2567c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/035ff836-731e-5a45-bd26-c65df61d6a1a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5d6738bf-b686-5308-a9cc-4607c67cc22e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7fb25ded-4776-556d-841d-5bf0bac2567c"}}],"status":"accepted","resourceType":"Task"} +{"id":"32e4294c-eefa-5116-bf7e-24284ce28bcc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368251"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6da6902f-6a09-545a-8dad-b57379f59de7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/001333c2-945d-56fe-ab98-7974de1d6823"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51f11025-980f-52bf-b598-b2e07f62b979"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b4c4076-4cdf-5bce-bf18-c57047722692"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b3049fd7-b8fb-57cb-91ce-1385a359be68"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/51f11025-980f-52bf-b598-b2e07f62b979"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b4c4076-4cdf-5bce-bf18-c57047722692"}}],"status":"accepted","resourceType":"Task"} +{"id":"a504bc79-795b-5ae4-bdfb-3075eaef0e8d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368253"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1bef2da5-0f2c-5727-8b6d-1f0aac067de8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1191ac92-8c6a-5851-bdd0-fde08ecbf0de"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0eda6fc-cbf7-5778-a907-ccb8c6fd87c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f10dd20-35c3-5f30-a1fb-25095b1e1992"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b1bf349-2d69-5dbd-a80e-a8efc3eca374"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0eda6fc-cbf7-5778-a907-ccb8c6fd87c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3f10dd20-35c3-5f30-a1fb-25095b1e1992"}}],"status":"accepted","resourceType":"Task"} +{"id":"600c0f91-2548-5be1-bdc6-38926fdf4e79","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368254"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2cdf3e37-96ec-59a4-bd8b-cb3eaa91b12d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d99f5f85-19d3-5a9e-9e1e-5a673377e042"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef892a0f-3682-5a25-b32e-a9ac8b40e23f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9fb7229-34d8-5b14-95f0-3be241ca5f7d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/340d362b-58f1-58cd-809e-20a1d3365f13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef892a0f-3682-5a25-b32e-a9ac8b40e23f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9fb7229-34d8-5b14-95f0-3be241ca5f7d"}}],"status":"accepted","resourceType":"Task"} +{"id":"837e14ba-6c24-5bc2-8da6-5a8d30733366","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368256"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d059c21d-a09a-5b41-80a2-71447d5eae56"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/12d8a2fd-7dd4-51b2-97a3-0c29cb757c79"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb046196-1ba8-5b3f-8820-d61ef051b78b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20eba3cc-f52f-5ddc-938e-d601c66518d7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acc28b10-16a7-587a-a647-3d455cfc4453"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/eb046196-1ba8-5b3f-8820-d61ef051b78b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20eba3cc-f52f-5ddc-938e-d601c66518d7"}}],"status":"accepted","resourceType":"Task"} +{"id":"8271a82e-561a-53d3-8cdd-4cb45f4f2e26","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368257"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/81034f7c-99e2-5f09-9e1b-f0f6ad0bf1fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c35e559d-d7f0-5d2d-a318-b7ba5b69dd1f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9eebc4e7-11ab-5615-b993-63b79d982450"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/358ab731-ef47-584b-adc0-423c2c3adf09"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/84df1ec8-6c87-5914-9138-59e390c977c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9eebc4e7-11ab-5615-b993-63b79d982450"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/358ab731-ef47-584b-adc0-423c2c3adf09"}}],"status":"accepted","resourceType":"Task"} +{"id":"76d6435a-3cdf-5389-b739-9f39a6620060","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368259"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5bd49906-b081-5a57-b852-b530d4dba4a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b03e8a2b-4f84-5434-b665-49518f64b2f1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd27047b-00d9-5e8d-868c-c7feac9781d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2f859ec-dabb-5c30-b412-89ddd8ba5abd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/444047ff-b2a2-5f4c-b541-a0ac660f70df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd27047b-00d9-5e8d-868c-c7feac9781d9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d2f859ec-dabb-5c30-b412-89ddd8ba5abd"}}],"status":"accepted","resourceType":"Task"} +{"id":"fece8a35-9c85-58f7-860b-7102e65f7d56","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368260"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/944ff462-fc58-56f3-afac-8d46840b87ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d39e79c6-91fd-5d7c-810c-bd00cd7983ce"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e882a6d-c52b-5e1e-b6ca-f6865f595f88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64d8f518-f83b-5b5c-9972-39e505cfb4ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4447662-950f-576f-857a-1e9b6b023d63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e882a6d-c52b-5e1e-b6ca-f6865f595f88"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/64d8f518-f83b-5b5c-9972-39e505cfb4ec"}}],"status":"accepted","resourceType":"Task"} +{"id":"4df98a74-9763-5de3-9ed8-785d73589aa2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368262"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1e5d2cf7-e7d4-5392-b24d-eaca22212df7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/52ebe0f3-b269-5004-8603-1a0dc4fc0a0f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e07d45b6-2ee1-5393-b236-f2481c4b1cad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45bf3cd4-1c73-532e-9c65-3a8045fd612c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22b8f143-1e6f-5910-9abb-77c681b8bf61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e07d45b6-2ee1-5393-b236-f2481c4b1cad"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/45bf3cd4-1c73-532e-9c65-3a8045fd612c"}}],"status":"accepted","resourceType":"Task"} +{"id":"c9064e83-7a12-5060-bfe8-73927f0facb5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368263"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e1b2014b-f0ed-5c5f-8e58-1e1345a4874e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a17cc42c-cd04-5c4a-9371-65c9722843e6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/767824ce-2380-5f1d-b611-b4d69e979dbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14b830d4-41a8-5ac3-bc1b-dd5289311733"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acb0c742-21d3-551a-b4b0-0c1fc068d610"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/767824ce-2380-5f1d-b611-b4d69e979dbc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/14b830d4-41a8-5ac3-bc1b-dd5289311733"}}],"status":"accepted","resourceType":"Task"} +{"id":"91eadede-c611-5bb5-a5e9-5732f14b424d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368265"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/36af548b-1702-5a7b-92fe-942a146919f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f4629c28-7ed6-58de-a1e4-5dae2427045c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d22f7d4f-40ac-5d5d-a8d1-a21a500467f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0b7a0e7-8be2-55cb-aa19-47eb48a0c390"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f50bfdf7-aebe-58b1-bcb5-7340c5e098ac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d22f7d4f-40ac-5d5d-a8d1-a21a500467f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b0b7a0e7-8be2-55cb-aa19-47eb48a0c390"}}],"status":"accepted","resourceType":"Task"} +{"id":"e4a3c17e-2bc5-5178-83af-c6d1f752d83d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368266"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/23e37a6c-5459-56ec-aced-0203c140a3ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7bf5c4a7-f1ff-5d36-b854-6e021cf7055e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b6f7e4d-f4f2-55be-8f83-0b63f906bd23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7faddbf-56c6-57f6-8e16-8376a498a063"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4dd03ca1-2aff-5d98-8703-c8fa64ce8229"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b6f7e4d-f4f2-55be-8f83-0b63f906bd23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7faddbf-56c6-57f6-8e16-8376a498a063"}}],"status":"accepted","resourceType":"Task"} +{"id":"845cc02b-7ba9-5486-9903-23a89805edd3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368268"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3340d0e8-ae89-5ef9-a68b-12d5f452f8fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/74cec769-c5e4-5ade-be3c-e63864e7e5a6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5cf011a-1466-515d-893f-7bedc9808b8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a22e557f-cfdf-53a6-b9a2-4e5fbefa8296"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a941066-8361-5df8-b89c-e0f43465f119"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c5cf011a-1466-515d-893f-7bedc9808b8b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a22e557f-cfdf-53a6-b9a2-4e5fbefa8296"}}],"status":"accepted","resourceType":"Task"} +{"id":"a63da793-7476-5b04-819e-7518c34ef056","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368269"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/503e88b1-4930-5563-9794-3189e3c97038"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a805dd89-c049-53f7-889a-b8c7121242aa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a0f2765-f910-59a8-9eee-1730476a2465"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c3d933d-0b9e-5ee6-928a-6f07703adf52"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/70024a55-d4d3-5184-98b4-9cbeea5d1082"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a0f2765-f910-59a8-9eee-1730476a2465"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c3d933d-0b9e-5ee6-928a-6f07703adf52"}}],"status":"accepted","resourceType":"Task"} +{"id":"d6093baf-7271-5203-9961-67e8950733b7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368271"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4281800a-996c-50d2-8440-caf9dc310344"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4eca768a-ce2e-523d-be85-db44634cbf9f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bc33389-88a2-5015-90dd-4153779f3557"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a995db99-48a8-5ea3-afe6-ea73a9f36cb0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ca0faca-265c-569f-8f68-98fc0ec4ab05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7bc33389-88a2-5015-90dd-4153779f3557"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a995db99-48a8-5ea3-afe6-ea73a9f36cb0"}}],"status":"accepted","resourceType":"Task"} +{"id":"637fa041-731a-561a-a76d-f2f9117550e0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368272"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f1003ad5-fdfe-5262-9aa5-4956d0a2c784"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4bcacd3e-e703-5ca5-a0d7-be44b0eca46e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/470a0db4-0cf8-5316-988a-034ed8537560"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9a58863-27e6-54ba-865f-71790e6ba213"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a38e476-1452-5f7e-8a3c-a138772e046c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/470a0db4-0cf8-5316-988a-034ed8537560"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c9a58863-27e6-54ba-865f-71790e6ba213"}}],"status":"accepted","resourceType":"Task"} +{"id":"28627f03-c2c3-5d7e-a770-bef32e301d01","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368274"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/02ee4387-a3cb-58ea-96fe-805f89b86aca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/91d9c3ba-0101-5df5-b8c7-d6f8d6a3bd8d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c86b976a-9e8b-54f4-9bdc-fffa65e90c03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c02d2adb-61ba-5823-858f-eca8ec90a481"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8dd4255f-c744-5577-920d-2eded9915d4c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c86b976a-9e8b-54f4-9bdc-fffa65e90c03"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c02d2adb-61ba-5823-858f-eca8ec90a481"}}],"status":"accepted","resourceType":"Task"} +{"id":"f75efae3-aa93-5b41-bd1e-c1f21eb872f9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368275"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1c4b5160-d924-5d10-9652-d116ea8311bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/375e58a0-70cf-5213-aa02-1f4b787faef9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f244ca10-9dde-50e8-9b27-ad75f959364c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce802622-995a-5b05-85d1-eb20b65699cc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9bb1a7d7-e97f-5731-b3c5-3b6c6dda6be2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f244ca10-9dde-50e8-9b27-ad75f959364c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce802622-995a-5b05-85d1-eb20b65699cc"}}],"status":"accepted","resourceType":"Task"} +{"id":"f91944c4-8c58-5d5d-bfca-a18592ce9e24","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368278"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/79746fad-992c-57d0-a593-3723a4c510c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1b89e7e0-dcd6-5c6b-94c5-b58c6fca4125"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92bc57c8-26a4-5dfe-a776-7d45392ad1bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fb43449-0eec-5c84-bcf9-0236ab409fe0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01a477d2-443f-5880-a88c-d3b845715343"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/92bc57c8-26a4-5dfe-a776-7d45392ad1bf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fb43449-0eec-5c84-bcf9-0236ab409fe0"}}],"status":"accepted","resourceType":"Task"} +{"id":"704bd024-981a-54b0-b016-825dd56c44cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368280"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fe62c4c8-b5e4-5697-b9bb-436da789bcc1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c1fc6a01-91ae-5c8e-855f-2e5b4e0947d0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f889ecd6-8f2b-5672-960c-662a53659a6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dea642a5-99f4-55c8-98ec-df1d7c99062d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea7faed4-9e32-59ac-b14c-c21d6b4aa8f4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f889ecd6-8f2b-5672-960c-662a53659a6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dea642a5-99f4-55c8-98ec-df1d7c99062d"}}],"status":"accepted","resourceType":"Task"} +{"id":"bffa3371-ad34-5487-aa2b-76d47c94539d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368283"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/061bf066-4eaa-5a6c-b491-2d6f46b0c6dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/19af7ed6-0858-5233-8fb1-e908ffad99b3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1d7d98d-75bf-50d0-8554-c1b6e7d1598a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0615dfd9-7ca7-52b6-9976-a52b617b2d07"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e1095cd-c17b-522c-9100-44c91a0d3fb9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e1d7d98d-75bf-50d0-8554-c1b6e7d1598a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0615dfd9-7ca7-52b6-9976-a52b617b2d07"}}],"status":"accepted","resourceType":"Task"} +{"id":"c9085cdb-c6d9-5e39-b263-dbcee1e64b95","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368284"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8060f437-e7e6-59ff-8157-28db8bc10ee5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b7a545b2-8a5a-5830-80a4-bb98c08d0c74"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9680c67-3ae5-51ea-ac65-43d41abbd2e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/edefa31a-272d-5ffa-aa8e-0bb0b6440d96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/777e97b2-67c4-543f-b1eb-20d65700ea83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9680c67-3ae5-51ea-ac65-43d41abbd2e3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/edefa31a-272d-5ffa-aa8e-0bb0b6440d96"}}],"status":"accepted","resourceType":"Task"} +{"id":"86ed256f-a916-55fd-b832-93b350f2cf88","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368286"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/96af4853-7bb4-57c3-a136-0064439f9044"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6bf6effb-038b-5a5a-8d69-6e18ea41b87f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f956345e-56f9-5f46-b1b5-0233ff6b93e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/536f6c27-7133-5915-9b50-df5cc20cbc70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e271a0c8-3194-5f1c-b534-13361007b34d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f956345e-56f9-5f46-b1b5-0233ff6b93e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/536f6c27-7133-5915-9b50-df5cc20cbc70"}}],"status":"accepted","resourceType":"Task"} +{"id":"274bcd87-e6db-533b-8fcb-a1a81d966d15","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368287"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/64a12aef-13b9-5e7b-9e70-0eb1395223c6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2e6550a0-ff1f-5b99-b634-5c5df5b7d118"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/066f5fb3-6444-5f62-b08e-714dbc803121"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/265c3443-d4d3-5ed5-9988-341d72c618db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f6f6c6c-c979-54b5-9ed2-e8e6f6f472df"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/066f5fb3-6444-5f62-b08e-714dbc803121"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/265c3443-d4d3-5ed5-9988-341d72c618db"}}],"status":"accepted","resourceType":"Task"} +{"id":"1e668b98-6bc5-5089-ade1-c0608c310536","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368290"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e2a3f881-a3df-5699-8285-6003887d2223"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5d56060a-7ba1-5b2e-862b-2290dd69c476"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae89f447-970c-51d3-a77e-bbb5c6705c9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/645ffa49-65ca-5a0d-8736-8d273cb81135"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/419312f9-4b07-5f0b-bce9-b721bb4de791"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae89f447-970c-51d3-a77e-bbb5c6705c9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/645ffa49-65ca-5a0d-8736-8d273cb81135"}}],"status":"accepted","resourceType":"Task"} +{"id":"4db28b76-57a9-5ffb-90d9-d4fa4ada2759","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368292"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/33ed9141-0d17-568e-8100-3ad9db6ee9e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dbd4f8a6-a241-576b-bc88-8c710b1e6fd9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/116b11a4-07ad-5289-9902-9fcf87db08bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c95b80a2-97e9-5a43-845b-f0e9ee2d448a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7af1efa1-bb2d-53a0-9d17-a0618bdb2bd8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/116b11a4-07ad-5289-9902-9fcf87db08bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c95b80a2-97e9-5a43-845b-f0e9ee2d448a"}}],"status":"accepted","resourceType":"Task"} +{"id":"66279a59-3cd6-5c4f-9feb-38c5a0ae9353","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368294"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/013ee16f-64c9-5eb3-919d-247e7ae1af50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6f7c7d08-dc7d-5510-ac56-ef04e768b80b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8dfdae8f-137a-5fae-8df3-d59907b52677"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e90e331-b091-56d4-869a-d1faaee71420"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/580d4350-d5a2-5570-82e7-fccf6b3f1f0d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8dfdae8f-137a-5fae-8df3-d59907b52677"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e90e331-b091-56d4-869a-d1faaee71420"}}],"status":"accepted","resourceType":"Task"} +{"id":"9a82e7d4-1baf-59bd-88fc-5c63564a7fd2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368296"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f2a4a164-b57f-5106-a0a1-b3e79487ecab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f58bc400-bced-5320-864b-05f83b5b1de4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c91c1432-2970-5aac-9b95-785f96c54c9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6d20911-b8b7-520f-9f12-f31a4c9970dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/63a40ae3-130e-5e7d-aa23-1cc184f12002"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c91c1432-2970-5aac-9b95-785f96c54c9f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b6d20911-b8b7-520f-9f12-f31a4c9970dd"}}],"status":"accepted","resourceType":"Task"} +{"id":"2a1280df-f7e9-52c2-af8d-8fa1d0cfd895","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368298"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ece1d771-cf64-5a3c-b551-a161b5cc1e63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/340c7a6d-0418-5500-970b-c665aa65e860"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02ca3a03-3c06-5d3c-a4fd-63bb3df5c105"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1292ffc-7e3a-557d-9740-033c5c2927fd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6aef3aa-b351-5263-971f-9496efae368c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/02ca3a03-3c06-5d3c-a4fd-63bb3df5c105"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1292ffc-7e3a-557d-9740-033c5c2927fd"}}],"status":"accepted","resourceType":"Task"} +{"id":"6a96bcc8-9b85-54dd-91a1-1bb8fe5f4714","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368300"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0a9789b3-beef-5291-8078-56f688f23817"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f61ef2d1-0d06-5cf9-a2d8-4d02cca3317b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58077cb0-1c4e-5b82-8261-72387989318d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61540723-d127-5132-b067-c4f5da5c161f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f635fe06-61b8-508a-bf19-4e0944b20d34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/58077cb0-1c4e-5b82-8261-72387989318d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61540723-d127-5132-b067-c4f5da5c161f"}}],"status":"accepted","resourceType":"Task"} +{"id":"43b8e659-3478-5805-bcac-dc7c2e5ccfe1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368304"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/11e9fc9c-0d67-5b62-8f7f-8ce0fe34b99b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/18fba00f-102f-5ada-8ecf-3315cd33e365"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/552863d2-9e88-5f9c-a175-c151bbb5bec5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0200585d-89ab-5662-b8e2-01276c51da9b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1063c9f3-6922-5120-85c1-8095476169ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/552863d2-9e88-5f9c-a175-c151bbb5bec5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0200585d-89ab-5662-b8e2-01276c51da9b"}}],"status":"accepted","resourceType":"Task"} +{"id":"12ed8162-acd0-5606-84f1-b8917be16621","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368306"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/981ff1b9-6588-599c-8713-52bb1fc70e0a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d4a11e09-4cd3-517d-a446-ff01bfe655f3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28d4c5e5-bcfb-5517-bfe4-29bad6d7c7b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a25a84d-9600-5035-b150-ca2980f901e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25cc2b01-b21c-5695-9c3e-8fdd984ba95b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/28d4c5e5-bcfb-5517-bfe4-29bad6d7c7b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9a25a84d-9600-5035-b150-ca2980f901e6"}}],"status":"accepted","resourceType":"Task"} +{"id":"4137a175-d9bd-5dc8-90e9-a547e5dbc900","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368308"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/da42ee64-a6af-5d59-9f45-dc49ddfb3bae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e5d51c45-c065-576e-9f93-2609eaadc51a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4836fbc-07f5-5813-9ecc-fdab833e7292"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1717b32-8927-5750-a067-cf6c509da04c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cddc2a92-4359-5b69-b5cd-5d114f569b12"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4836fbc-07f5-5813-9ecc-fdab833e7292"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b1717b32-8927-5750-a067-cf6c509da04c"}}],"status":"accepted","resourceType":"Task"} +{"id":"72766e1d-1a16-542a-85b0-4c281f204bd3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368309"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/57c863b4-4fa5-57fd-bef1-25dcf4849712"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/122b1a5a-3090-5596-aead-9d3e4eae460d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97b02fed-e96d-5127-8a00-88b9d50a5d9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7ddffe7-037b-5d46-8b60-3aaf29e729a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f3151245-3e93-524d-aac6-204c5befaeee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/97b02fed-e96d-5127-8a00-88b9d50a5d9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7ddffe7-037b-5d46-8b60-3aaf29e729a3"}}],"status":"accepted","resourceType":"Task"} +{"id":"b4564048-b4b2-5d47-aedc-362ca9bc2c41","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368310"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/fa8cbac0-c01e-57d1-a02a-6bae0c451ec1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c5c1df5b-c525-5f00-8a8b-467aac325e98"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d04a1075-7950-58be-b785-2f8aeef6c299"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79c54ea0-4e02-5853-bcd3-2421b8b6a36f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4970d8f-2ad9-5cb8-bc68-4d4534f48cb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d04a1075-7950-58be-b785-2f8aeef6c299"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/79c54ea0-4e02-5853-bcd3-2421b8b6a36f"}}],"status":"accepted","resourceType":"Task"} +{"id":"9983772b-e356-5549-b0b1-f06e95ef6656","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368312"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1d48937a-e0df-5b0b-ab75-003ba77e5943"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3ca6716b-b6d5-580c-8ccc-d212a93f81f7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f314a42-9a08-50a5-aed8-9648089690d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d240524d-955e-5e7a-9565-9f62b55e5584"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d1f7ca9-becf-57fb-8958-7db5c18a1df7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f314a42-9a08-50a5-aed8-9648089690d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d240524d-955e-5e7a-9565-9f62b55e5584"}}],"status":"accepted","resourceType":"Task"} +{"id":"5400ad8a-4a53-5f52-8e44-d5cc2dfd560a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368313"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e0283636-3820-5f6f-84e3-4d94f99388d2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9375b021-bbf5-5a65-a57d-e4f8ca112c68"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1f23575-cd95-569d-8764-cc4cf3090217"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27c92a6c-9d7f-5fc5-8191-c902ecdd7a21"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c98c05e5-0047-50c0-87e1-fae6445f44c0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c1f23575-cd95-569d-8764-cc4cf3090217"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27c92a6c-9d7f-5fc5-8191-c902ecdd7a21"}}],"status":"accepted","resourceType":"Task"} +{"id":"143841a7-347f-520d-824c-7fc520dbb75e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368314"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b5ca79c9-7d93-574c-a1ff-8450451426fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d171e342-2586-5a2d-b20a-d2ac75731d78"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca98caf9-29ec-5b11-8d87-67b584881142"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff9d0eb7-a1e7-57fd-8700-8931cf158a51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a69c400a-d332-5c10-86bc-7be372f52400"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca98caf9-29ec-5b11-8d87-67b584881142"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ff9d0eb7-a1e7-57fd-8700-8931cf158a51"}}],"status":"accepted","resourceType":"Task"} +{"id":"9fede7c5-ac1c-5cd2-9369-a573122e4657","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368316"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7c2f15b1-f7a7-5a14-9302-f4c82836e82e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2c8f8ec6-b724-5ef7-8687-8f0a757733b6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa3cf646-1809-50b6-b9a7-312808fb6b79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f720468-3b46-57dc-864f-396fc89fa1a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2e8ef4c-85a3-5b85-91aa-56c2ff5a4d3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa3cf646-1809-50b6-b9a7-312808fb6b79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f720468-3b46-57dc-864f-396fc89fa1a8"}}],"status":"accepted","resourceType":"Task"} +{"id":"5ede5944-689e-5fe0-acf2-a8f964f2537b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368317"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8be76536-e369-5468-880a-fbeedb75fed3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/24f124fe-684c-561b-95c0-0527540d2a6a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a26a7f5-a50d-5dd2-aeec-f9015d04b557"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e71035c7-e0a8-55f5-8f78-d595c2b1aff0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d2ef1a4-4841-5754-bb44-a41257cd8ec3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3a26a7f5-a50d-5dd2-aeec-f9015d04b557"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e71035c7-e0a8-55f5-8f78-d595c2b1aff0"}}],"status":"accepted","resourceType":"Task"} +{"id":"0dbd9c0a-99d5-5f1e-a1ba-a16916b75442","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368318"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/288b1208-7385-5516-b6fc-373c30c90bac"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/898ce747-fab3-58cb-a2ea-3fc6cb65cf49"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0f35df7-4015-53db-b3be-b9cb992e1a89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20908d25-cfbb-556c-875c-003e8e12930b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b3fc890-fd0a-556a-b77f-aa7e8a5e296c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f0f35df7-4015-53db-b3be-b9cb992e1a89"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/20908d25-cfbb-556c-875c-003e8e12930b"}}],"status":"accepted","resourceType":"Task"} +{"id":"9a121658-21dd-5d16-a571-450dccf1285c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368320"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/de3b7a44-8f7b-512a-93f9-daad0cf423af"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b3e5a4a0-ad92-5384-9235-bd0156bdf2b7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d97ab4e-3a85-5263-8c4e-7410b7962ade"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4965da83-2208-5d5d-8971-e38d9e80ea75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b24b4bba-cbc1-57e1-a05f-8ea518bb7f93"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7d97ab4e-3a85-5263-8c4e-7410b7962ade"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4965da83-2208-5d5d-8971-e38d9e80ea75"}}],"status":"accepted","resourceType":"Task"} +{"id":"a06b4976-2549-557d-acd2-6d30f5ca285c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368321"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9f26c5df-aed5-56dc-be37-655b5bda34b6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/41b2bc66-d337-5822-8a1b-7281d65c9089"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26e85022-9495-5ecc-853a-479c45053af0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fd30a94-51bc-5ef8-8745-f47ae5b4b2ae"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4f8ff602-25c9-5e8f-8829-036766e2e12f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/26e85022-9495-5ecc-853a-479c45053af0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fd30a94-51bc-5ef8-8745-f47ae5b4b2ae"}}],"status":"accepted","resourceType":"Task"} +{"id":"27199303-27d2-5f3b-8b92-0684c116aaf8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368322"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/417e473c-b650-5bff-b943-3ec5f08e20c3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/860228e7-f4e6-5284-b7e7-bc36b050b24e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/531a9bd9-d400-5401-bc01-4a58a3f82a5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a04bb104-08f7-57ad-aeb4-07150c0c50dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7050a66d-3f0f-50c4-947f-375a65172262"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/531a9bd9-d400-5401-bc01-4a58a3f82a5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a04bb104-08f7-57ad-aeb4-07150c0c50dc"}}],"status":"accepted","resourceType":"Task"} +{"id":"d1573403-b494-5661-8e2d-b13ec388221b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368323"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5373c9eb-aa8a-5ad6-b887-07f850b4c41d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f7458f87-e8e2-51bc-b4e0-509dbb036040"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de51e046-fa15-54c4-90c0-073d9e91803b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00dfe70f-9fe4-5cca-96fb-6a5f58e95613"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/631cde09-b900-57c9-bccc-49c632a94f98"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de51e046-fa15-54c4-90c0-073d9e91803b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00dfe70f-9fe4-5cca-96fb-6a5f58e95613"}}],"status":"accepted","resourceType":"Task"} +{"id":"76826cc6-3d34-502b-8511-a4554c74c2bc","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368332"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7cb39284-4d3c-56be-ab69-04d316a8cd7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eee708ee-a72e-5c64-a3ef-89e6b8c94ad7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9d7036f-3943-5889-8584-88546a95fe85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/facaad4a-68cd-5db1-b500-d11c2639ea9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca1dc1ae-a81d-54f5-85ce-83500daa70da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e9d7036f-3943-5889-8584-88546a95fe85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/facaad4a-68cd-5db1-b500-d11c2639ea9e"}}],"status":"accepted","resourceType":"Task"} +{"id":"900763dd-48a7-5de0-bb74-c0190263274c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368334"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1ecafdd7-aa5b-5885-a8a9-5547baf9c766"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/554ac4a3-48d9-5a77-bfbb-1284a5219bd2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62855948-b090-5bac-a3b8-8f45fdb0f377"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/710f3dd5-7052-5a7b-863f-0a49202ccd10"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6b106234-9773-5e31-8fe6-99e5b0b8ebdd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62855948-b090-5bac-a3b8-8f45fdb0f377"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/710f3dd5-7052-5a7b-863f-0a49202ccd10"}}],"status":"accepted","resourceType":"Task"} +{"id":"f4528289-565a-554f-a24a-207880441044","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368338"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b4e08bd7-88a2-5919-89ee-964b188192e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e97b3d06-1123-5bd3-91c6-302c6ab0ee52"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4699b4db-4560-51de-bf28-1fe53754a17f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acf7922a-082d-5c42-aec9-ad998d206b3a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/83fd3a58-fc4c-5c51-b2c4-1e2a1f4a6c02"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4699b4db-4560-51de-bf28-1fe53754a17f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acf7922a-082d-5c42-aec9-ad998d206b3a"}}],"status":"accepted","resourceType":"Task"} +{"id":"095032b0-73b3-5e69-83ae-93a78a16e698","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368341"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a000717a-3950-5f45-b201-85577b3658c1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3abfb434-dbdd-531f-b9cb-f60e77a08111"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80820b5c-6293-5b10-9c4c-2fc846d86dd0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9557e5f-7eb8-5055-acc6-69214e40d85e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/919e894c-cdaf-5e5f-95b7-aa9bb8881737"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/80820b5c-6293-5b10-9c4c-2fc846d86dd0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9557e5f-7eb8-5055-acc6-69214e40d85e"}}],"status":"accepted","resourceType":"Task"} +{"id":"60709764-8cba-51bd-9243-dda8a09be433","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368344"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dc82edf6-2618-5253-9e8b-9abad2fb4095"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/49fd20f0-f277-5825-aed7-9f66d022730f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d580f914-6f2c-5d71-a0e7-c6e9995f43c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e242d455-88d5-5a0b-97b0-143c109253dc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/66b70bb9-60c4-5872-b12c-685ef7a34c2b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d580f914-6f2c-5d71-a0e7-c6e9995f43c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e242d455-88d5-5a0b-97b0-143c109253dc"}}],"status":"accepted","resourceType":"Task"} +{"id":"700f19ac-b448-5b54-adf8-63dcb1ce4dc5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368345"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/27bdf5d9-01c0-5b93-8044-40159f3d9dba"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b210fb14-b87a-5d41-bf6f-c0e3e05f3f83"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/554678c8-2953-5f19-8882-1fc2082c8d9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5fa87a57-cd61-5821-bb7a-f284498f1062"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6e58fbd4-d9aa-54df-bf42-e3151aebabb1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/554678c8-2953-5f19-8882-1fc2082c8d9c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5fa87a57-cd61-5821-bb7a-f284498f1062"}}],"status":"accepted","resourceType":"Task"} +{"id":"3d4595e6-a768-584e-b4b6-e4e12a744796","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368347"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0d749330-431f-55d0-985d-fdc11d1972da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1f0965a8-8158-5f09-b903-3931ace4658b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec0b9684-6b9a-5265-80d7-133b5a5aed1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5076e0a1-5ef3-5c73-8e8d-7a0cb0005355"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0fd778bb-13f2-5e07-981d-55fea0ec1558"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ec0b9684-6b9a-5265-80d7-133b5a5aed1b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5076e0a1-5ef3-5c73-8e8d-7a0cb0005355"}}],"status":"accepted","resourceType":"Task"} +{"id":"1f242ccc-c40f-5d7e-a800-09eb593a76d7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368350"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/1c793476-3dbe-54e0-9b3e-a0238ac6f3f5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8e2e8317-b9de-5327-a025-a7b1ad57e531"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/955314f2-770f-5cbd-b9a0-87fa2a8767ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/240422c5-88f9-549c-bce6-fc9797386344"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ba652ed3-a982-541c-9729-5b2a8191e53d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/955314f2-770f-5cbd-b9a0-87fa2a8767ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/240422c5-88f9-549c-bce6-fc9797386344"}}],"status":"accepted","resourceType":"Task"} +{"id":"e555fc92-97fb-53cc-93dd-faae99a61601","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368351"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0afef885-e47b-5208-8ae1-ded6b93152ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fdeeabf4-16f3-5d5e-99cf-2a40c00593e2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4b710dc-a222-5c61-9743-f292493ef4bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fe21940-8f6e-527e-87a3-4c8650f6734e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39c4cc79-a1e0-529e-b660-8634e077875e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f4b710dc-a222-5c61-9743-f292493ef4bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1fe21940-8f6e-527e-87a3-4c8650f6734e"}}],"status":"accepted","resourceType":"Task"} +{"id":"237892d2-b3a4-53cb-8294-41125b5aceb0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368355"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/40926566-9820-5c51-858e-b42952d32335"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/68e32909-9dfa-5e5a-b226-92e7a57c873f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59ffae1c-9bc0-5212-a43b-686fbbe7a587"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09c5c15a-f5f3-566c-8575-065de1c49f50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e86aa5ee-2272-5b47-8b64-decdcde863ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59ffae1c-9bc0-5212-a43b-686fbbe7a587"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/09c5c15a-f5f3-566c-8575-065de1c49f50"}}],"status":"accepted","resourceType":"Task"} +{"id":"855d6c66-4395-5127-bdf5-e109b85b1dd6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368359"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c368ad95-917e-5266-b3ad-e928d4c6d5e5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bd958287-ff89-5cbc-8a7b-108aa18199e5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/951e5e71-5b40-5027-9948-e64f8d1f114f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be3c6dc7-b677-5c42-b5a7-4c0d45695dcc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f1606858-4ee3-5886-84e8-d5191102f6a3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/951e5e71-5b40-5027-9948-e64f8d1f114f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/be3c6dc7-b677-5c42-b5a7-4c0d45695dcc"}}],"status":"accepted","resourceType":"Task"} +{"id":"df556727-1847-5fc7-9d57-c19231e70e0a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368361"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a88edd47-a5a1-530f-a8fa-1b0359721413"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/775f3bd1-c31d-52c3-bea4-11c8111ba9bc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fdb4274-b25e-5dfa-90e0-e6f6e818b3e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1cbb9fae-0076-5ecf-a478-b4540de22d7b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5f813556-fefb-51a2-a243-00a733254b61"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8fdb4274-b25e-5dfa-90e0-e6f6e818b3e7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1cbb9fae-0076-5ecf-a478-b4540de22d7b"}}],"status":"accepted","resourceType":"Task"} +{"id":"8ee2447f-a84c-5788-a00f-02cdd1160f7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368363"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/453114f1-165e-52ab-a462-dfb632ff89c2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1a091104-351d-596e-b35b-bc268924daaa"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4667172b-45b4-53bb-86f6-894410516c0a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d6535c6-6967-5ab2-af74-4d1bf516b28a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b922325d-2122-502b-a4ea-4fdf93c8f142"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4667172b-45b4-53bb-86f6-894410516c0a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8d6535c6-6967-5ab2-af74-4d1bf516b28a"}}],"status":"accepted","resourceType":"Task"} +{"id":"bdaee1e9-8ae1-55a2-a3fe-c41892cd0c57","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368365"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eefcc8bd-4676-5b67-a47b-f24702106db4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/942819b7-27cd-54da-baf2-d3b0487be406"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87ae6c45-c5f9-504f-bcb0-6c8b64447e63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e8ba52a-12ab-5957-98fe-9433c3241ce6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/118307bb-8591-5d8a-8edc-027bb1120e0b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/87ae6c45-c5f9-504f-bcb0-6c8b64447e63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e8ba52a-12ab-5957-98fe-9433c3241ce6"}}],"status":"accepted","resourceType":"Task"} +{"id":"dceca074-d014-51b9-a765-4acc15895862","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368366"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ebd8dcbb-06dc-5216-a314-4f5451aa85fe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9e88dcfe-37c3-5d21-a852-69b1a3d960bb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b87a657-bfb4-502a-8f86-1a401c7ee372"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b9ca549-422f-5f75-92f4-53cc55df32a7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1c89cd38-c0f5-547e-b59b-348e0ec5564c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9b87a657-bfb4-502a-8f86-1a401c7ee372"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3b9ca549-422f-5f75-92f4-53cc55df32a7"}}],"status":"accepted","resourceType":"Task"} +{"id":"508d7d86-e15b-533a-bc34-74efde42c8ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368367"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b1ac3216-8c12-5320-87d4-e95514637533"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/760e02cd-7692-5cd7-9311-4e245b043bc4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac49deac-6e20-5dfd-bd84-0b552d2b26d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b9dc5cb-c76f-5790-a26b-0bf4d92c777a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3c98863-4c31-5375-96ee-786b38f58c50"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac49deac-6e20-5dfd-bd84-0b552d2b26d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b9dc5cb-c76f-5790-a26b-0bf4d92c777a"}}],"status":"accepted","resourceType":"Task"} +{"id":"f28d243a-8bbb-50ef-ae15-0d2667380b40","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368368"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f3f2f428-3e09-5775-ba82-5e100c7a6c2f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e76efd30-d42c-558f-8bdc-b4c85a8ffd9e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc65be49-9079-5984-a304-b23d57ae6497"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7614020-9329-5ace-803c-2bcdfe41fb0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c8acb54-dbed-560d-83ad-cc054e01d8cd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dc65be49-9079-5984-a304-b23d57ae6497"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7614020-9329-5ace-803c-2bcdfe41fb0f"}}],"status":"accepted","resourceType":"Task"} +{"id":"4a1c0d1b-766b-5b30-98af-cfd37afaf3e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368369"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/76d35c14-26fb-5eb6-a32e-4d8fa5be6aab"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d20d16fc-32e0-5d9b-803e-d75b1698aa3e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46bfa39a-2cd8-5c11-bbf9-a3b5ba91278c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36019e3f-c84f-52a2-a4f3-e95e22ddd5e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d4a1cd9a-fcbe-5f01-b9f8-5588d9e425c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46bfa39a-2cd8-5c11-bbf9-a3b5ba91278c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/36019e3f-c84f-52a2-a4f3-e95e22ddd5e2"}}],"status":"accepted","resourceType":"Task"} +{"id":"52415c3f-b1da-5ccb-abf2-f0c5c02b5182","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368371"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/579bab59-a55f-5d2e-8b99-908c67c86ae0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/7c551d32-5f46-5697-920c-50738525acaf"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d84b4db-d03a-5489-806f-2680d5002197"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c7b2fa1-8025-57ca-8d3c-784b52970048"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/811cd51f-e380-5682-8a45-e3c293ce8f24"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3d84b4db-d03a-5489-806f-2680d5002197"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c7b2fa1-8025-57ca-8d3c-784b52970048"}}],"status":"accepted","resourceType":"Task"} +{"id":"5e7e1098-061f-5a9c-a7f7-5005e8f277ae","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368372"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/331062a3-ac08-54e7-9eb3-6610516080e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9fb52acf-210e-51b6-b159-df867b018317"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/339aeb68-2e33-521c-aeda-616883dbb110"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a65697ef-fa2a-5279-8be6-1687ce5f6af1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f41da86-7746-5dd2-856e-4ca632628d59"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/339aeb68-2e33-521c-aeda-616883dbb110"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a65697ef-fa2a-5279-8be6-1687ce5f6af1"}}],"status":"accepted","resourceType":"Task"} +{"id":"72dee08a-e8b4-5c6b-9380-011001bcfe08","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368373"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/06a17a7f-f27d-54d8-8bde-ccee979d0904"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2fd02bd8-ff2b-5a50-a87a-dfb224f728e4"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1723f5ae-de81-5618-b07b-588f4e033426"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42512669-a172-5dd4-b50d-77d261f0be51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2207d67f-3f8f-554e-9215-c1a674b60614"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1723f5ae-de81-5618-b07b-588f4e033426"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/42512669-a172-5dd4-b50d-77d261f0be51"}}],"status":"accepted","resourceType":"Task"} +{"id":"83eed4f2-cfa3-5044-98cf-26576e245723","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368374"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dda14e47-d620-59b1-b923-20305200cc05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/65e98616-a3ab-570f-8164-ba028ab3e3c0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6291ded8-d0de-53a8-8898-b694776baa41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e79b6ef-b081-53c7-9c6b-49db445725da"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d940b44b-74d8-5f81-975b-32eeaa0c6795"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6291ded8-d0de-53a8-8898-b694776baa41"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3e79b6ef-b081-53c7-9c6b-49db445725da"}}],"status":"accepted","resourceType":"Task"} +{"id":"2e612cce-3fa3-5115-a424-7f6ef181e1a9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368375"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c4547fb6-517e-5e86-9537-1f0cbf3053e4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/73e368b0-6e14-56e3-a0c7-99c78752816d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/353051f9-f3fe-5f99-8632-cc8b1168e3bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/009be09e-264b-5959-bd40-5b28f5e9f41a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ca3093fa-1624-5f38-b5da-361b632bfb5e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/353051f9-f3fe-5f99-8632-cc8b1168e3bc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/009be09e-264b-5959-bd40-5b28f5e9f41a"}}],"status":"accepted","resourceType":"Task"} +{"id":"8b95eced-6e37-545b-ab64-0008491d5842","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368376"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/01dda197-0a4b-5798-ad60-2f4ede690296"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/64badbfd-61f1-5f08-99ea-69c98645b1ba"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43326434-4577-5028-96b0-d56996b38312"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f553502b-e619-523c-98c8-be2822cc0224"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e7b99382-77db-5e7b-8cff-c032fe5779d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/43326434-4577-5028-96b0-d56996b38312"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f553502b-e619-523c-98c8-be2822cc0224"}}],"status":"accepted","resourceType":"Task"} +{"id":"0d6696eb-46ff-55e1-a0cb-87c4a6402913","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368377"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5c7c7392-01d7-5fdc-9e75-2b420554d446"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ffc57ddc-d172-59d9-9f35-a96780528315"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5021ce38-a02b-597c-be86-1c9d5e07c454"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0e10ee2-987d-5929-830c-740a5ce5a6e6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5c47b0b5-4d8b-57e6-868a-589e7e49c0ed"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5021ce38-a02b-597c-be86-1c9d5e07c454"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0e10ee2-987d-5929-830c-740a5ce5a6e6"}}],"status":"accepted","resourceType":"Task"} +{"id":"1514b2ff-9c31-5d8d-9d08-9d3bef6e87b8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368378"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/16e20b07-32b7-51ef-8367-efb744874236"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c6eeb9f9-becd-5d81-80ad-cc074d82f068"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5652f7f-cbd1-5389-a043-d4d5d2e9bef0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f4692aa-6e5b-598a-8c74-66143fa262d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aa56ffd8-abbe-59eb-af3b-7aca8404fe4f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5652f7f-cbd1-5389-a043-d4d5d2e9bef0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0f4692aa-6e5b-598a-8c74-66143fa262d1"}}],"status":"accepted","resourceType":"Task"} +{"id":"bf80b566-f273-5094-af7f-318e808774c6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368379"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f3da1d51-922a-5c96-93c1-d67c8ae087d6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/497fdfc1-fe35-52b4-9f1d-98e87312bf3b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db89bc39-de46-5df4-a067-7427cb8ced36"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c153ae67-8ec8-5662-9b26-916ed9dd068f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a0088f64-4c97-5e78-ab31-7df42b4b0772"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/db89bc39-de46-5df4-a067-7427cb8ced36"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c153ae67-8ec8-5662-9b26-916ed9dd068f"}}],"status":"accepted","resourceType":"Task"} +{"id":"2dd8aa87-3a6f-55ac-a9ce-27efd4cf0f4a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368380"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9a26ad81-cfc8-5031-bf07-9be674e34d64"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eb944ae3-0607-5ace-b0fc-e616ec5fe5b6"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b14eb56f-67bf-5b8b-9b8d-257c21119a92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73a293d9-f816-5564-b711-675eefab75de"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f7bccbd1-61d1-509f-931f-e34e63017909"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b14eb56f-67bf-5b8b-9b8d-257c21119a92"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/73a293d9-f816-5564-b711-675eefab75de"}}],"status":"accepted","resourceType":"Task"} +{"id":"21c26e26-280f-53fa-a3b4-0c59d45f5e9f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368381"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e188baa4-470e-5866-a0d6-2209b6f2c286"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/56f8b4e5-b552-5671-a3a1-206b4f648786"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4fbd43f-279d-5f38-b7b5-cffed0291b86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a662ab71-6195-500b-b8f2-0148458af3e8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2e1f8dc1-3641-5593-a29d-dbab83926191"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c4fbd43f-279d-5f38-b7b5-cffed0291b86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a662ab71-6195-500b-b8f2-0148458af3e8"}}],"status":"accepted","resourceType":"Task"} +{"id":"73d4d75e-60f7-5a08-8a1e-fdb9477043ce","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368382"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/94fe471d-21e3-5a0e-b173-6ec1679305f6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f240dfb2-9f73-55ea-8b63-0cee9be2516c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/578a587a-ef19-559f-8cf1-d7f4ec3ecd35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74d02e84-58cc-5a0f-a211-4d90e283ec78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/08a52a69-e1e5-529c-ab68-1aff15b85b94"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/578a587a-ef19-559f-8cf1-d7f4ec3ecd35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74d02e84-58cc-5a0f-a211-4d90e283ec78"}}],"status":"accepted","resourceType":"Task"} +{"id":"ac26d28d-46a8-536c-9d58-d7108be6b614","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368383"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0a16189d-7350-511b-9b88-5ea0bbe641a5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a106e869-d8cd-59e5-9c45-c2d223a1afe7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f199c79b-ce9e-5a2f-b412-b1f03a7d4a7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04130330-9acf-55e6-a54d-c049bd5add5d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f59e93f-2371-52cb-95bd-e5a3ceb28720"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f199c79b-ce9e-5a2f-b412-b1f03a7d4a7a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/04130330-9acf-55e6-a54d-c049bd5add5d"}}],"status":"accepted","resourceType":"Task"} +{"id":"071b2beb-d25b-5dcc-8feb-498b014c996b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368387"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/57d2ce47-f376-5014-a49c-bfb7c6c5c52f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/76dab9b6-d89f-5d4b-8174-371008d4c8be"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fefd0159-6d4f-5e3f-a6ed-e0a09766ad6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbfa81d1-9881-5d00-99aa-46817cfd5ce1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6db3ead0-d309-5ad1-8c07-7e8e0fd2c5dd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fefd0159-6d4f-5e3f-a6ed-e0a09766ad6f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbfa81d1-9881-5d00-99aa-46817cfd5ce1"}}],"status":"accepted","resourceType":"Task"} +{"id":"3ea74d90-f1ef-5c15-a38d-55ba5c1b40ca","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368389"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/871ff585-172c-5483-92ba-bfcaef4f74f0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6fce47fd-457a-52c4-a5f8-c2b25cc1d039"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50d83bc0-cdfa-5703-b4fa-6c93bc299243"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22283909-5e43-55b7-ab3f-2d6c81bb38d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/560094bc-51d9-51fc-bfb5-2bc354ba1cec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/50d83bc0-cdfa-5703-b4fa-6c93bc299243"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/22283909-5e43-55b7-ab3f-2d6c81bb38d4"}}],"status":"accepted","resourceType":"Task"} +{"id":"68160ad9-b6ab-58ef-96e0-d81cfce6e3ec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368392"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8f599866-d8fe-5c42-875e-89b9b24aaf90"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/60718790-8ab9-54a4-b3ce-8e0ac87461a5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39c5a0e1-d888-562c-ab91-c07416650f3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55c1a31b-776e-5c30-891d-00c1b25de85b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/300ada0c-a88c-5e81-91c4-f2326907ff78"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39c5a0e1-d888-562c-ab91-c07416650f3b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/55c1a31b-776e-5c30-891d-00c1b25de85b"}}],"status":"accepted","resourceType":"Task"} +{"id":"34a14355-3619-553f-a20b-bf279fd8ccbd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368394"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/05dc6876-18f3-5540-b555-e4e9f7ddf910"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/95577766-86ae-5a6c-89a8-f7fd6c286b8c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38c822e0-950a-52ed-bc49-aec3ad207463"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ccbf2f1-db7d-51d1-9ae7-7d2735da0f4d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1917f53c-9e82-5c2c-aaa4-0056e401265d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/38c822e0-950a-52ed-bc49-aec3ad207463"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7ccbf2f1-db7d-51d1-9ae7-7d2735da0f4d"}}],"status":"accepted","resourceType":"Task"} +{"id":"ab9292b2-ac6d-559c-8738-708d56488b66","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368395"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d363300c-3e7a-51fb-b9b4-9371b13fed1e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9ed9dbe8-4b38-5d07-9d81-1c76c501689b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67ff7b03-3a43-531e-8ff8-7eb5ff56516e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fea8ff63-84e4-53fb-8f4d-9484f7c9c03b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/00cb0b50-3923-5020-a432-ff39ff471961"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/67ff7b03-3a43-531e-8ff8-7eb5ff56516e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fea8ff63-84e4-53fb-8f4d-9484f7c9c03b"}}],"status":"accepted","resourceType":"Task"} +{"id":"3ee78d46-0b14-51fe-afac-fc948f87289a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368397"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8e7ce925-c5a6-56fa-81ca-00fef305572f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/300c9288-971a-5392-8993-4cbfaab0cb51"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8405cd85-18f3-5bfb-b927-ebd0eaf6d942"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2adb9e78-d5ac-5d65-9f3b-bc0fd2c1ed3d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5ee29a8b-3c8e-5795-bd3b-1587b792b5d0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8405cd85-18f3-5bfb-b927-ebd0eaf6d942"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2adb9e78-d5ac-5d65-9f3b-bc0fd2c1ed3d"}}],"status":"accepted","resourceType":"Task"} +{"id":"8526e633-0b5c-5bae-b034-668f141e5f9d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368399"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/17794dfb-a565-5075-a23f-ebfe52f78158"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/feded6d5-4072-5e04-bb8e-94fac6f78138"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6d53ff3-a4e3-5e5e-b7e2-abbfa7ca34b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b171f9d1-f490-51ee-8a42-205e16994493"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6a253c1f-3f90-5003-8c18-9b5b8fa0bfe2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a6d53ff3-a4e3-5e5e-b7e2-abbfa7ca34b7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b171f9d1-f490-51ee-8a42-205e16994493"}}],"status":"accepted","resourceType":"Task"} +{"id":"edfbccf3-5414-5771-89f5-c164c439d047","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368402"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cc6d8e7c-8ae5-55ee-a0c9-ee7682436cbd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a4585296-9ee2-535c-89b8-8b1bca462181"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/729bb89c-da64-568b-9fdd-7e9b0dd8f0f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d31cd440-2662-59ff-97ec-09c1ad48b2c8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1b81bdbb-9c93-5fce-a224-1a46070be3f2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/729bb89c-da64-568b-9fdd-7e9b0dd8f0f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d31cd440-2662-59ff-97ec-09c1ad48b2c8"}}],"status":"accepted","resourceType":"Task"} +{"id":"b794326b-0776-55e3-b64b-cdd9eedf0852","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368404"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e6c01cd5-d3fa-5b27-88f0-fea1da78195c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/6562318b-c73b-56bd-8f7d-3fe7e47eebc9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74dba3cd-93d4-5871-a358-84257e23764c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/281726e1-dcc9-56c8-84bc-8cd69794c8c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6c37874e-bfb4-58d7-88e1-a8ad57437694"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/74dba3cd-93d4-5871-a358-84257e23764c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/281726e1-dcc9-56c8-84bc-8cd69794c8c9"}}],"status":"accepted","resourceType":"Task"} +{"id":"b45bba94-0b4f-54d1-b5ab-3a0d48c201ed","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368405"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/359b1a42-4416-55f5-9af3-283fcbef0cdc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/691cbccd-9f55-522d-b280-bd83c9ed8006"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ac245dc-a2c1-5bce-a1e4-17e6b2115d48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e069808a-7d0e-5aa4-824f-75cdb74b4767"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4a4eff30-2626-59d9-8791-eee35c656d0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0ac245dc-a2c1-5bce-a1e4-17e6b2115d48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e069808a-7d0e-5aa4-824f-75cdb74b4767"}}],"status":"accepted","resourceType":"Task"} +{"id":"633c0e69-0ecf-5b68-aa3e-a9a42cd891cf","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368407"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0635779c-362e-5be8-a100-c2688e7528ea"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9263fa8f-25bf-51d2-a9c1-f49f91718a76"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae2a7159-b8ff-5e93-889a-43f78cdff510"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/061170f2-f0ef-57f1-a136-536e99221a3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5adbc8cc-7774-558d-b1e9-cde54b4c487f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae2a7159-b8ff-5e93-889a-43f78cdff510"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/061170f2-f0ef-57f1-a136-536e99221a3f"}}],"status":"accepted","resourceType":"Task"} +{"id":"e1ba2246-f48d-567f-bbca-2ed56f4f962e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368408"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8a17a772-c9d5-5069-8fd4-3dd536e673c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3245f59d-3774-535a-bb02-fb688934a1bb"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9fdcf5e-2ea0-5915-866f-de46d3625ded"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68186452-c5eb-566b-bfec-c62b36db3dcc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bf2357d3-6434-5133-9379-804643f95e00"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9fdcf5e-2ea0-5915-866f-de46d3625ded"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/68186452-c5eb-566b-bfec-c62b36db3dcc"}}],"status":"accepted","resourceType":"Task"} +{"id":"c09665f9-e343-5890-8790-b20b04cd1305","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368410"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/0ac4ca3e-fea5-51e6-8816-bdea4cf5ec5b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/125eb6b7-a970-58ba-b6ce-7eff589e4e8c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d363aff3-121f-5c08-9fd1-40d0dd0992be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6941821f-9048-5f49-a44c-64885a4c7f0f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e30c742b-7688-5a31-bf7a-4ae01da95c26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d363aff3-121f-5c08-9fd1-40d0dd0992be"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6941821f-9048-5f49-a44c-64885a4c7f0f"}}],"status":"accepted","resourceType":"Task"} +{"id":"f7b63675-38a9-57e1-a6d3-387cdc96e593","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368411"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d577ca3f-d1c4-5166-a261-e6511c8fad16"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/73398d7f-ea9a-59c3-bcac-6c12ba0e7419"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4637ce6b-13d3-5da0-9db7-f443df66aace"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01deeb57-992b-5e5c-ab5d-aa035e117aa8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b272c5c5-77c6-5a58-bded-d7f1b10110b5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4637ce6b-13d3-5da0-9db7-f443df66aace"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/01deeb57-992b-5e5c-ab5d-aa035e117aa8"}}],"status":"accepted","resourceType":"Task"} +{"id":"b01d78a5-8e16-5026-a48a-2ac84347467d","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368412"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/3c0e3540-1302-5c87-ad3a-edfa291de4c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/037ff36f-c7fd-5945-b352-4089900f93d1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c5674ee-36bb-5edb-ac50-856267d9fa49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/718b7436-3c7f-5b10-9ba1-d6aa2569a43e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/617448b6-4a38-5c69-9292-63827ca4dfe9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9c5674ee-36bb-5edb-ac50-856267d9fa49"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/718b7436-3c7f-5b10-9ba1-d6aa2569a43e"}}],"status":"accepted","resourceType":"Task"} +{"id":"36971c98-4454-5dfe-96df-fb96e89a6934","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368414"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/29c2d739-2714-5658-9d0f-21ee40b2136c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c57d8c11-22bb-5bd5-9435-c56787f28a94"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2bfe354-2341-5880-b84d-a3d0f62fc8c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4da409e5-6df5-54de-b869-7838ea94504a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5a5e9d73-f332-55f3-bd01-fc52345f0269"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a2bfe354-2341-5880-b84d-a3d0f62fc8c7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4da409e5-6df5-54de-b869-7838ea94504a"}}],"status":"accepted","resourceType":"Task"} +{"id":"8f37d9b0-69c5-50ee-a99d-b7f746ebc516","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368415"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/02710f3e-04a3-5cef-9fa1-adebda9875b1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4ced4fac-ee79-5691-bd23-cbea909a8508"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48b9adb5-c692-5b57-8b2e-c2c4a937cabc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44a36ca0-5ccf-52ba-ae6f-fd1071c511d3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/449145f4-c89f-50cc-805e-f55b5227678c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/48b9adb5-c692-5b57-8b2e-c2c4a937cabc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/44a36ca0-5ccf-52ba-ae6f-fd1071c511d3"}}],"status":"accepted","resourceType":"Task"} +{"id":"847072c0-2f5d-5c30-8466-2d2086902733","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368416"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/40948ee7-b65a-5aa1-a426-cfe2dfc82378"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/83f5d832-2132-5f09-958a-b251846ed61d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f61aa6d5-66b5-50b1-834d-e60ea5775cb6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1dce69d7-2247-5682-8872-9877b0a45457"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cd7d00c6-624f-5002-86c0-f9d1d11eb5a9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f61aa6d5-66b5-50b1-834d-e60ea5775cb6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1dce69d7-2247-5682-8872-9877b0a45457"}}],"status":"accepted","resourceType":"Task"} +{"id":"06dbdc10-234d-5de1-8ed7-ada1a50be6a8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368417"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4dee0f59-f436-56c0-b885-f76155dd6e2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/8c3d6d5c-bced-5d5c-8505-741ae78b7770"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a38cbf7-cb24-5672-baaf-4bf1fc676895"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c90c209d-c12f-5a18-9ee4-e2c988221ba7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/31a8b4e5-ddbf-5d41-b5c9-e0c8eaca3bff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7a38cbf7-cb24-5672-baaf-4bf1fc676895"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c90c209d-c12f-5a18-9ee4-e2c988221ba7"}}],"status":"accepted","resourceType":"Task"} +{"id":"0f45ee1b-4739-5824-b57a-7b76954528b6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368418"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2387b205-b6a0-5b9a-9711-239a5a7837e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bf50ad5a-e53e-5e04-b320-dfe99ee2cf04"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d64469d-1409-53e5-9db9-3c94e9b465f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12ef8a50-1359-5582-a214-3fa7979ae59d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5858c4e6-a01d-5e7a-8934-fdd442d72ed8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2d64469d-1409-53e5-9db9-3c94e9b465f8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12ef8a50-1359-5582-a214-3fa7979ae59d"}}],"status":"accepted","resourceType":"Task"} +{"id":"73e67208-9cfc-53f6-9750-78c143cf1f8f","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368419"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d7eee69b-0876-5f35-a546-b5b50d4ed216"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fbe773a4-daf7-5660-89e9-e0a25b2a36ff"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e94dcf8f-aab6-5f29-9c2e-284bf8a9b4e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9cd3a29-bf4d-5967-9911-447a1a46f59d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7f5e952a-0348-5ef4-bb7f-b50df23bd367"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e94dcf8f-aab6-5f29-9c2e-284bf8a9b4e0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9cd3a29-bf4d-5967-9911-447a1a46f59d"}}],"status":"accepted","resourceType":"Task"} +{"id":"f329a93e-2a55-50cd-8c96-58f64b9032ff","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368420"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/12f038f8-6915-5898-9055-5e86bf7e7e86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e49ecdf4-b5dc-558e-b732-c8818b505246"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6525ff06-e291-52b1-a86c-1d1c3b5c881c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23186747-8a93-5f2a-8fa0-fc5bcdecbda6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/785cebcf-2d6f-5a71-b104-0c64aa5dba70"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6525ff06-e291-52b1-a86c-1d1c3b5c881c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/23186747-8a93-5f2a-8fa0-fc5bcdecbda6"}}],"status":"accepted","resourceType":"Task"} +{"id":"50043935-8ca9-54ee-8922-e03984e39fc9","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368421"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/74f3d68d-d8d4-5b62-b4e3-5e9f9128cb72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/195391e7-7740-5696-b94c-49c9784753b9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57c48dfb-9a81-5fac-8b91-6f8f05081392"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fd951f3-ca06-5474-99e4-decae055a143"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05e96f0b-e696-50f8-9fc3-c90ecfb55982"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/57c48dfb-9a81-5fac-8b91-6f8f05081392"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9fd951f3-ca06-5474-99e4-decae055a143"}}],"status":"accepted","resourceType":"Task"} +{"id":"2a461077-9b6b-591b-bbd5-467f20415461","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368445"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8738a46b-788c-5a8c-9868-28de855e94c5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/5796206d-bad7-51b7-b085-c202589047fe"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5ae59ce-f7a5-549b-a5f4-c077d632c94e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3370c53e-5e63-55ad-887c-0f9d601673c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/99f8e9d3-5fdb-5dc1-bc12-c9bc77941f23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a5ae59ce-f7a5-549b-a5f4-c077d632c94e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3370c53e-5e63-55ad-887c-0f9d601673c9"}}],"status":"accepted","resourceType":"Task"} +{"id":"43391134-d791-5779-a6da-b38ff7b0128e","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368446"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2b26e13d-2c0e-52db-a01a-a3d215861a58"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/faff8400-da99-56e4-8994-ef53b3dc5216"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dcef68ef-6bfa-50a7-b36b-bf7d6fce88b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35b33f8b-5e78-553d-b8c0-d2b29c4cd2e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18ebd6fc-cd4d-51e0-8e81-4c4addf0a8bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dcef68ef-6bfa-50a7-b36b-bf7d6fce88b8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35b33f8b-5e78-553d-b8c0-d2b29c4cd2e2"}}],"status":"accepted","resourceType":"Task"} +{"id":"df99f8e0-faea-5dd3-a4d2-c3abd2b38894","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368447"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/a2a9588f-5a59-5ad4-94e3-de9c7dc56cdc"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/65d8ff14-70d0-5b3d-aa16-089a341f40cd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c31e61ff-c278-553a-a442-2648e812d8e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13eba78f-c2ce-5ec2-8ec8-f0a557029057"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad53e362-5605-57b8-93ff-d1161c180c63"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c31e61ff-c278-553a-a442-2648e812d8e2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/13eba78f-c2ce-5ec2-8ec8-f0a557029057"}}],"status":"accepted","resourceType":"Task"} +{"id":"5e0ae60b-c1e6-5122-a785-995158e13822","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368448"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8f6af889-a769-55e0-bad9-8437e549af76"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/2b335937-59ed-55d5-a1d6-a8bbec7933f9"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/669d7990-8f4e-5c4b-9451-de024a705c8f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef222e68-dd32-5e3b-b7bf-2305018dfcf5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/71b6fcc2-1826-53b0-988d-1fc65ddb5f37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/669d7990-8f4e-5c4b-9451-de024a705c8f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ef222e68-dd32-5e3b-b7bf-2305018dfcf5"}}],"status":"accepted","resourceType":"Task"} +{"id":"c6146b52-0194-5888-a96c-865e6febf899","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368450"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b518c0a7-7496-5beb-9c4a-82a28fd64dc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1104e44c-2fa1-55c2-85b0-2880dee8a219"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b107823-64d9-5384-9798-3e24819a2bb4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9d3b562-a56b-52ac-9310-3ad23d1a1d22"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c6970301-1f0d-56ef-a17b-0ce02e9d911c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8b107823-64d9-5384-9798-3e24819a2bb4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9d3b562-a56b-52ac-9310-3ad23d1a1d22"}}],"status":"accepted","resourceType":"Task"} +{"id":"51af0fb6-2579-520a-8119-cb36aad379a6","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368451"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/b64ad80c-7f1f-508f-b99e-4bcdbca17720"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/f63f57d4-2a92-5ba6-8b2b-757d2b2a70cc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae8c570b-d656-5cac-8ca1-21206366a447"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea1524a1-8b28-5eb9-93e0-fb4823be01eb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b36184a2-2225-5fd1-9a59-0c33554f44bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae8c570b-d656-5cac-8ca1-21206366a447"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ea1524a1-8b28-5eb9-93e0-fb4823be01eb"}}],"status":"accepted","resourceType":"Task"} +{"id":"fffc4aa2-0495-5f71-bfe6-9f077072d53a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368452"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/135132b7-c7da-5639-88b7-7111aebd3dd6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/764cd459-cd2d-51bc-b1cc-9a8ac410c3e8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2dadc66-f916-5ae4-935c-4e1f3bd9e427"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16ecc398-cd58-5d46-8a6c-310a57fb9244"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5aa263fd-ad99-578b-b554-47bc804e8b13"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c2dadc66-f916-5ae4-935c-4e1f3bd9e427"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/16ecc398-cd58-5d46-8a6c-310a57fb9244"}}],"status":"accepted","resourceType":"Task"} +{"id":"0769ef40-1daf-5483-8462-5c195102799b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368456"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/cfa2b772-221c-5d95-8146-a851cf997b72"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d79016ef-811a-5d60-930c-c9091a2b95e2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ea2e049-39fa-5a3e-8be1-0bb41a0d1ac7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab168ac0-6a60-58c2-8ca5-7c7140b4a4a8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/27db0c26-b090-58ff-8705-598ed868edf3"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8ea2e049-39fa-5a3e-8be1-0bb41a0d1ac7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ab168ac0-6a60-58c2-8ca5-7c7140b4a4a8"}}],"status":"accepted","resourceType":"Task"} +{"id":"35684d28-3880-5779-89da-aba450cb7176","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368457"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/295730fe-9801-5c00-88e2-ff656488e545"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0444914b-93d9-5490-a849-a8972b374b1f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9bf8d219-d9ad-587e-9073-c388a22b69cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc4bfca5-9b34-5d27-be5f-d4fa785cac23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2fbd05f5-02a3-5b56-8b58-eea44d241150"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9bf8d219-d9ad-587e-9073-c388a22b69cf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bc4bfca5-9b34-5d27-be5f-d4fa785cac23"}}],"status":"accepted","resourceType":"Task"} +{"id":"5f9b7c7e-356f-552b-b644-e3ff70afb1d3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368458"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5d6877a6-59c3-5a64-859a-5a3d9a7f7453"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e635a609-f188-5f0c-bd2c-cde98c23965c"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46c69f59-1002-506c-a400-8f9caed8514a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/378972ac-ae5f-55e9-8cf7-5f367bea7690"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/7090f511-6840-5a68-a771-3c9ee5df5b7f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/46c69f59-1002-506c-a400-8f9caed8514a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/378972ac-ae5f-55e9-8cf7-5f367bea7690"}}],"status":"accepted","resourceType":"Task"} +{"id":"16a011cf-cd2f-54d8-842a-0828a8b9aaa0","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368459"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f9f14c5d-1a9f-5304-be7f-46f6bafefda6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/be77e723-a6d7-5e76-bd68-fb78752cf688"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d943a615-2aa3-5907-8eeb-9af6bfaefa26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9216584-e29d-584d-9715-4bce2632e54b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c57c817a-7046-5daf-a69e-da1d4b6a4ea0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d943a615-2aa3-5907-8eeb-9af6bfaefa26"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a9216584-e29d-584d-9715-4bce2632e54b"}}],"status":"accepted","resourceType":"Task"} +{"id":"c092cab3-4e73-5b95-a050-c1ab85c5da13","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368461"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6626e0cc-c810-55bd-9913-3b2e6ffd9709"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fe4f063e-0c8d-5a0b-a5aa-2a897842dd33"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbaf7e32-5eac-55d7-83ea-e1fa9d5a7067"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/378b32ab-6e1c-51a4-ad6f-2c285809f8bd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a673bc72-53d8-585b-a22d-35eb24a38e48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cbaf7e32-5eac-55d7-83ea-e1fa9d5a7067"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/378b32ab-6e1c-51a4-ad6f-2c285809f8bd"}}],"status":"accepted","resourceType":"Task"} +{"id":"e6c0ff90-6873-59ae-8df7-b8ccb8cae776","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368462"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/30bc8b41-8f04-5200-9644-3ba7593b494d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0de8b46e-8b61-50e8-bc7d-d217999ee040"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f83b167-1fc3-54fa-93e7-668e3f8ceb1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52361043-b345-587b-90f7-3e4707ddcf91"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/329c25db-ba48-5522-ae06-b12b5192c9c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/6f83b167-1fc3-54fa-93e7-668e3f8ceb1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/52361043-b345-587b-90f7-3e4707ddcf91"}}],"status":"accepted","resourceType":"Task"} +{"id":"f147777c-f0ac-5639-861f-4d30b4b0eb66","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368463"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/d45d8146-2a38-53a1-9bb2-174d17af708b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b9947ca4-e094-58b3-be0a-6268942320a5"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f50ab08a-2625-51a6-8fde-df46a7bbdcc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/702080fb-05fe-521b-9ebd-d1341658dd81"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47f48f83-4932-5e08-ba13-cd064a59f5f1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f50ab08a-2625-51a6-8fde-df46a7bbdcc5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/702080fb-05fe-521b-9ebd-d1341658dd81"}}],"status":"accepted","resourceType":"Task"} +{"id":"33e335d5-3d66-5beb-be9a-22769ce94ac7","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368464"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/6e2a90c8-01ab-5f73-a888-8958fa372625"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d61d6fb6-01cb-5337-b79a-ba7d085b160a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e030a59b-e634-5e68-821d-06a89d1ec175"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8659d723-d483-59fe-9d3c-b08b4df956a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4911d200-56db-542e-8713-d7c7d5686c30"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e030a59b-e634-5e68-821d-06a89d1ec175"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8659d723-d483-59fe-9d3c-b08b4df956a0"}}],"status":"accepted","resourceType":"Task"} +{"id":"591cb47d-2e8a-532a-ad5a-81e5ddeecfe5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368465"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/707726a9-cb55-5248-af56-ada4b7897c83"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0facbc5e-66f0-52f1-80b6-b90f759c0c9b"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f605bfc-d394-535d-8009-aff5ae8caf05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ab4e332-cc22-549a-ae61-7b520bc2c440"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/47e478a0-02fb-5e14-873f-bc5c114e654b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8f605bfc-d394-535d-8009-aff5ae8caf05"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ab4e332-cc22-549a-ae61-7b520bc2c440"}}],"status":"accepted","resourceType":"Task"} +{"id":"b76344b5-a2fb-593c-8fcd-0fc1117c6dba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368466"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8cb2eb91-7aa7-5af8-be95-4168e37d1ba0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0322132d-2466-56fe-9dbc-ac52dfceb9ab"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18c9b636-c038-538c-8d46-ac6cb5676821"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8d336e9-1ff5-5a9a-9ffb-8fcaa64bb543"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0a307027-d97b-5bc3-bf95-61f62ed2920c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/18c9b636-c038-538c-8d46-ac6cb5676821"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d8d336e9-1ff5-5a9a-9ffb-8fcaa64bb543"}}],"status":"accepted","resourceType":"Task"} +{"id":"21c571c0-8f85-5a99-a303-d134f3535a61","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368467"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/4a918fd9-617c-51e4-b6aa-8344c2699cd9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/d08a5f37-7bc4-5ef5-b042-65427ac21e5e"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29a6879b-86b9-52ca-b700-fbe06c9f389d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aebb6480-d8b0-51b6-a3f8-6a45394d3d1f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e2c11c45-3bc8-588d-984b-253851ce1240"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/29a6879b-86b9-52ca-b700-fbe06c9f389d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/aebb6480-d8b0-51b6-a3f8-6a45394d3d1f"}}],"status":"accepted","resourceType":"Task"} +{"id":"e7d0d0dc-c867-55a0-9319-0a44dd98fbf3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368468"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/02f540f2-912d-5a68-a38f-bae95673e96b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0b3657b9-4381-5382-9721-c2a89d9e7aae"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe027150-e06c-5294-b9cd-0fee9993a09a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/415507e9-b9dd-533f-9981-1b7dcbbcd07c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/212435d7-fc8d-575a-bfdc-e3228f28b7ca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe027150-e06c-5294-b9cd-0fee9993a09a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/415507e9-b9dd-533f-9981-1b7dcbbcd07c"}}],"status":"accepted","resourceType":"Task"} +{"id":"6d72d339-0aee-5764-8dae-c7e85ca55146","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368469"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ed4d2396-8d32-5cf6-9dbb-bdbf89a1447d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/cb9f618e-e6a5-50dc-b4ce-70758e1fa736"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/406c879f-af57-5ec0-b2db-99da48aa90ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c61973b-70a9-5d63-9593-205100487359"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d12244ac-9608-5942-bfa2-3487776e3112"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/406c879f-af57-5ec0-b2db-99da48aa90ee"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2c61973b-70a9-5d63-9593-205100487359"}}],"status":"accepted","resourceType":"Task"} +{"id":"543ad607-865b-5e4d-ad25-2de58401a715","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368470"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f738ec6d-6762-5c74-8102-5eeaa54d60d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4515bc08-473d-5ec0-acb9-17e9469a4ab3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/592b931d-a0df-521d-a197-d892e2822fec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2382b12c-e123-5dd6-a5a6-3cd7c585b522"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62a5188c-ac63-59a5-adb2-6b8fc83f1a9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/592b931d-a0df-521d-a197-d892e2822fec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/2382b12c-e123-5dd6-a5a6-3cd7c585b522"}}],"status":"accepted","resourceType":"Task"} +{"id":"4d4fab6b-98e6-5595-bd5a-2660fb9d54ba","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368472"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/677981fb-1557-59cc-887f-79ff1a1bae37"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/97636183-621f-5ba4-b62c-fbf5a7fb787d"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0285e4fa-7f87-5e30-b6e6-6f32479a7d9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d12c35ac-8509-51cd-9f38-0711c490c1d5"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b262bc74-b7c9-561a-8d6e-d3c75b40f214"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0285e4fa-7f87-5e30-b6e6-6f32479a7d9e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d12c35ac-8509-51cd-9f38-0711c490c1d5"}}],"status":"accepted","resourceType":"Task"} +{"id":"2a6c8909-c79f-5c0c-9838-3f99035fa710","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368473"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e73604e3-91a1-5651-af18-d97593c66b04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c9d82a1d-5e48-5de8-9c49-568501429a71"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe516305-7efb-5731-925d-77badcdd1e86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b85b2b1f-1104-5cc1-8502-e2f307001afe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4aaf5e84-05d3-59a4-a510-b6eb5cce931e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fe516305-7efb-5731-925d-77badcdd1e86"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b85b2b1f-1104-5cc1-8502-e2f307001afe"}}],"status":"accepted","resourceType":"Task"} +{"id":"e8ae5c94-d474-56c6-bb88-a79db906a6fb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368474"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/2e66484b-8256-56ea-ab44-e0087011a31a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1bda2e72-bd1e-5a3f-a3ba-b8d7286a90a3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4727ab95-49c2-5044-b8ec-956545bd5243"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9054c388-d783-570a-a72c-f4b2c8809d6b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3bb7c267-aeaf-5a47-8583-1a45d7570a46"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4727ab95-49c2-5044-b8ec-956545bd5243"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/9054c388-d783-570a-a72c-f4b2c8809d6b"}}],"status":"accepted","resourceType":"Task"} +{"id":"a8f8e5aa-c043-5e0f-b13f-85c4badf7ca5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368475"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/04d8fec0-1dd8-5c26-8368-14643ab6c95c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/9c2bd869-0728-58eb-9a53-c09c548a1e98"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4244d9b-f6de-5429-9778-42b5dd9a1feb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb9c41f8-4650-50e5-b6a1-2665f09e447a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c93935df-b3d6-566b-a3d1-235faebf4dbe"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b4244d9b-f6de-5429-9778-42b5dd9a1feb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fb9c41f8-4650-50e5-b6a1-2665f09e447a"}}],"status":"accepted","resourceType":"Task"} +{"id":"9180c025-0aef-5a72-aa8b-b63fe7d4eadd","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368476"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/71a4ade1-5386-51d6-8b97-87df7ae32373"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/dc7489d5-3fcd-5563-a54e-890fc00315e1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c79b77d4-fed7-5874-8304-c8ebbc6f070f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/262800ba-7926-553d-91da-60dff6034221"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e5619c91-e982-5490-9c7b-e5c39d799d51"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c79b77d4-fed7-5874-8304-c8ebbc6f070f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/262800ba-7926-553d-91da-60dff6034221"}}],"status":"accepted","resourceType":"Task"} +{"id":"81b6352e-1d5b-507d-b3a8-a51cd7d0be7b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368477"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/00957d97-b83e-54e7-ae24-723f0d69c339"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/445467de-c558-56c7-a168-3f7583c1d8f0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de74dfe8-2e61-50b6-b64a-f781abfb4ec7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae6fe76f-fbb5-54c3-b128-c4d35571fdbd"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bacd23cb-a7c6-53ec-8791-48b01e759be8"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/de74dfe8-2e61-50b6-b64a-f781abfb4ec7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ae6fe76f-fbb5-54c3-b128-c4d35571fdbd"}}],"status":"accepted","resourceType":"Task"} +{"id":"43d10a3c-e0a2-5427-aa2f-c55c60950d75","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368478"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/c870e337-369e-59cf-bf2b-5ca755fec1c9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/543cad9a-b7e7-50d4-84fe-b6f9d79927d7"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2b309be-2301-548a-a0e9-970fa2788d9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/083a9d36-b7c1-560d-b1e1-c01ecd7ecdcf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/da1ec405-891c-58c0-929f-2c26e5cb7645"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/b2b309be-2301-548a-a0e9-970fa2788d9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/083a9d36-b7c1-560d-b1e1-c01ecd7ecdcf"}}],"status":"accepted","resourceType":"Task"} +{"id":"cd0e18b5-9ef7-5c1f-ba5a-52fd379e773b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368479"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/22e11210-f061-5a57-9f7a-53f2ec498349"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/c9dbd9b7-729b-5340-8886-6692be7cb25a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acc0a172-c32a-5369-ac28-598ade88b311"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ab96fe0-658e-5df1-857f-d7eb3ed9ff75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/cb036177-9dd6-50a6-ae0e-96f0da0e94c4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/acc0a172-c32a-5369-ac28-598ade88b311"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1ab96fe0-658e-5df1-857f-d7eb3ed9ff75"}}],"status":"accepted","resourceType":"Task"} +{"id":"52938972-55f6-5812-9c15-45c40c544d62","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368480"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/136d2084-2ef2-59fd-a723-eb689b1172ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/fd0f3d88-e4a2-5a40-91ea-1d06737e1c31"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/395953c5-866d-57f8-a7b2-ff939c796229"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5619d560-5a9b-5bbc-94fb-998ace58023f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/59a150ad-6697-5bc2-9dee-666b5fdc6915"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/395953c5-866d-57f8-a7b2-ff939c796229"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5619d560-5a9b-5bbc-94fb-998ace58023f"}}],"status":"accepted","resourceType":"Task"} +{"id":"fc321f50-09f8-5a8d-8df5-80317c74d5bb","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368481"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e267c8d2-b2d6-54ca-801a-6a92485b23bb"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1b3c34af-37ac-5a88-93e1-d2523fcde60f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d9a9242-9852-5497-a7a6-602f80985de2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a7cf038-9f72-52e4-ba99-303a2a6e5b2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d0067141-72ce-5104-b924-4ed66d832239"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4d9a9242-9852-5497-a7a6-602f80985de2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8a7cf038-9f72-52e4-ba99-303a2a6e5b2d"}}],"status":"accepted","resourceType":"Task"} +{"id":"3b7c5736-f306-5310-8cba-2f9fb9e0bb97","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368482"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/5d599014-4f11-5247-83f1-282c75bbe65e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/3b92f1b7-1ff6-5178-9be0-3160e8c28ce8"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6838fb2-8a6d-51b6-9d37-f4162acefc48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad637235-6a26-5219-adbe-d1b8f0e0d717"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1a1fb870-a661-502f-a64e-9848ce6e7be2"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e6838fb2-8a6d-51b6-9d37-f4162acefc48"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ad637235-6a26-5219-adbe-d1b8f0e0d717"}}],"status":"accepted","resourceType":"Task"} +{"id":"5c613e33-6870-55a6-924b-a7c7016ad6d8","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368483"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/8fb41e63-40d0-5a3c-b9f1-b6550d6917ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1917df97-6b3a-5ed5-ad85-db0e66dd11de"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2abfdba-6641-5d53-b32a-7cc9d04af90a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d364d80c-44ae-573f-af65-f423932ba525"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4b7d2434-e02d-5f76-9a21-5b27c5e02d01"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f2abfdba-6641-5d53-b32a-7cc9d04af90a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d364d80c-44ae-573f-af65-f423932ba525"}}],"status":"accepted","resourceType":"Task"} +{"id":"cdc3d1fb-d183-581e-b105-bd3824756d73","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368484"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/30b276d1-29cc-5ec9-9e1f-496d78885a79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/489a3a97-4109-5a44-89f3-d5fe12c484bc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96ce50cd-ad8a-5e8e-81ae-54b6ac2a9272"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/152dcc87-7574-511e-9dff-12e6ccacf855"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/184db501-cc1c-5d0c-b0ea-a9eff9d2c827"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96ce50cd-ad8a-5e8e-81ae-54b6ac2a9272"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/152dcc87-7574-511e-9dff-12e6ccacf855"}}],"status":"accepted","resourceType":"Task"} +{"id":"f0a57480-cb92-59be-91a1-bc1f1fd5b656","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368485"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/dd96c38c-6e88-581f-a4e9-8669a3638175"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/ce7e0795-46c0-5f76-8aa0-d65e2809553a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/204619ba-d31e-5b68-9bb2-59bf62da2296"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39e80851-dc4a-59bc-b458-7ddf7f5971fa"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/56e397dd-4c65-512c-8d08-7a3b68c7361d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/204619ba-d31e-5b68-9bb2-59bf62da2296"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/39e80851-dc4a-59bc-b458-7ddf7f5971fa"}}],"status":"accepted","resourceType":"Task"} +{"id":"7b7f813b-e15f-51b2-a444-f799aac334e3","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368486"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e332ee98-7ac1-5f62-9f95-8a210d97c8a0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1fb83582-4830-5462-b6e0-68edd1e82cf0"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86989c80-2502-5751-aea9-c872309cf29e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f47e0b72-b33f-511c-99ee-b142d2f01cca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/35ae697d-652e-5500-9e71-9b5f4f146caf"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/86989c80-2502-5751-aea9-c872309cf29e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f47e0b72-b33f-511c-99ee-b142d2f01cca"}}],"status":"accepted","resourceType":"Task"} +{"id":"ebb166ac-8edb-5885-9393-cdc7ddec2f20","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368487"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/da7f7714-49ed-5a38-a46e-2b61e4c97684"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/91461609-8fa1-55a5-afbb-1e35ecefb977"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e76c88f-107b-5809-b698-6987dafee9ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbb02f78-3323-555b-8539-6f18cd316b53"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8278ea61-7951-5943-8a78-c0e4213a3f20"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/8e76c88f-107b-5809-b698-6987dafee9ec"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/dbb02f78-3323-555b-8539-6f18cd316b53"}}],"status":"accepted","resourceType":"Task"} +{"id":"d4d10b2b-5aa7-5e5a-83a0-b22eec43bd55","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368488"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/02b78414-bc54-5d78-9919-f1b3dba84ae7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/453460e3-cbd9-547c-bcc4-c94b1217ae02"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25307314-07f6-5660-a1e4-d57add2b2cff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61b6f55c-8cf7-52c2-aa0c-6b666cfa917f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/96f47437-2d8b-591c-8607-7c0eed1f7e34"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/25307314-07f6-5660-a1e4-d57add2b2cff"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/61b6f55c-8cf7-52c2-aa0c-6b666cfa917f"}}],"status":"accepted","resourceType":"Task"} +{"id":"789685de-a381-5e40-8037-e114ed09d39a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368489"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/eeb2ade6-9ede-5421-ac27-fe0914892f96"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/e9cd12bc-1074-59ff-8d0a-b1cee5a9decd"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62cb60ba-61ca-5673-a5aa-8dfa045fd173"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d40ba57-95dd-59c6-bb67-bd8c6abb6870"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5badbc04-5146-599b-8905-828a6a23602d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/62cb60ba-61ca-5673-a5aa-8dfa045fd173"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/1d40ba57-95dd-59c6-bb67-bd8c6abb6870"}}],"status":"accepted","resourceType":"Task"} +{"id":"81b5a0da-04e0-52a1-bffa-56554c754872","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368498"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/97def3ba-2e78-575f-8fe7-d23a8a9e9331"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/b5acae40-74f8-5e6e-b819-d6584f01f465"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/371dd066-8962-5f9c-9457-1151e59d576c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12872918-8b27-5939-86a1-c71233f4d360"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0af0fe51-5b79-5a2e-af02-06d489eccb9a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/371dd066-8962-5f9c-9457-1151e59d576c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/12872918-8b27-5939-86a1-c71233f4d360"}}],"status":"accepted","resourceType":"Task"} +{"id":"b729045a-a775-52ce-8608-3d6d003a68e5","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368499"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/de782ff2-30d8-579b-b626-9ccfb6b5544e"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/81d4c3fc-42f9-57ee-b4e8-5883e1910afc"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c040e70d-8a74-5837-b000-320715c3eb04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e20a8afd-1a9f-5613-a500-90d571942f69"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/feb5bd7e-fce3-54b5-b98c-415bbecf04f9"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c040e70d-8a74-5837-b000-320715c3eb04"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/e20a8afd-1a9f-5613-a500-90d571942f69"}}],"status":"accepted","resourceType":"Task"} +{"id":"b610f477-bcb0-5082-9d88-d48dae3ba1b1","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368510"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/713f843d-377b-5912-9731-7feadd656737"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/66335483-0818-514d-8f9d-ec90f7355e60"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/932203ab-184a-5dd5-ad1e-c69ebb630d75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d96f1c7f-205e-556c-b0d6-67347b361cf7"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/015c072a-659e-5943-b875-fcc2d2db7c35"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/932203ab-184a-5dd5-ad1e-c69ebb630d75"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d96f1c7f-205e-556c-b0d6-67347b361cf7"}}],"status":"accepted","resourceType":"Task"} +{"id":"d9526b3e-4ff7-5d6b-a794-7c364d9e1bec","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368513"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/7127820d-468b-5f09-b724-18c0517180a1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/0662d053-d4d9-5e17-ab63-37f98bb3af99"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ca8a4ac-53a9-5819-b2dc-93950f039234"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b533a49-03ed-5e74-9d37-4f7555b8a182"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/03298f33-714d-5dca-acc4-b6f99b8f6a42"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/4ca8a4ac-53a9-5819-b2dc-93950f039234"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0b533a49-03ed-5e74-9d37-4f7555b8a182"}}],"status":"accepted","resourceType":"Task"} +{"id":"15423f3a-63f9-5b57-889c-2d7ea4034135","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368514"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/9791cb6b-f420-5bd0-9bb9-59a163dcae2d"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/a76c7bf0-70c1-5c97-9655-83e3bf5143e3"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cde080d-af53-559b-8a04-c64ad773bbca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d743c1bd-ea1d-5cc4-9388-ce47e5d13113"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ac971a1c-19a9-5fe2-8296-634db43c547a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3cde080d-af53-559b-8a04-c64ad773bbca"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/d743c1bd-ea1d-5cc4-9388-ce47e5d13113"}}],"status":"accepted","resourceType":"Task"} +{"id":"c42ba976-a57d-51d9-9470-7762496d5d6b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368516"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/ee6e828c-1bf8-5117-8fed-32a6f3cf23db"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/69e8b838-000a-5455-803a-d4ff28e955f1"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3642cb30-4fd6-5a67-92d9-cd9c127651b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b14d442-72de-5c22-8d40-e2f5e6f26e85"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/0cf75b39-928d-59fd-bdea-123c7fff73d4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/3642cb30-4fd6-5a67-92d9-cd9c127651b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/5b14d442-72de-5c22-8d40-e2f5e6f26e85"}}],"status":"accepted","resourceType":"Task"} +{"id":"65d67bdc-b7d1-5205-ab0c-426ce6bdc84c","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368517"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/f737cc20-8557-529b-ad3a-ccb162a82a14"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/eb27cfb4-f03b-55de-b4bb-1845486ede5a"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd78a070-6a17-593e-8bfc-e664b0100646"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/015d647b-77f7-586c-9bf6-bcb1fb43b9d1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/a98a6f7c-88f8-53ca-9c67-0702951a5f7c"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/bd78a070-6a17-593e-8bfc-e664b0100646"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/015d647b-77f7-586c-9bf6-bcb1fb43b9d1"}}],"status":"accepted","resourceType":"Task"} +{"id":"e43d235f-7de1-5162-b024-cdc1af4a872b","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368519"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/628ee47f-2b6a-5a36-8385-b767e87944ef"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/4239c89a-b0f9-567e-8ae9-f76945cb54c2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/396be290-98f8-5b3e-842a-eb80fff20b23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffb9752e-dbd7-58d4-b557-81ad16babe79"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/fce29e3e-15f3-5c5e-8353-56c5089c333b"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/396be290-98f8-5b3e-842a-eb80fff20b23"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ffb9752e-dbd7-58d4-b557-81ad16babe79"}}],"status":"accepted","resourceType":"Task"} +{"id":"b2a5b94b-60d8-5bec-b4ef-2bdc99bbe89a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368520"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/956d1ace-e43a-5c38-bb38-0e2a572978e1"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/bc76c4ba-69c8-5dc6-9ff7-370abf08983f"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05114666-f772-5ee5-bc0c-9c3bb82846b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34bb6451-3e83-56b2-868b-26339ddc71b4"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/ce3d88c9-f4df-5137-8c63-6bf7c4e49f0a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/05114666-f772-5ee5-bc0c-9c3bb82846b0"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/34bb6451-3e83-56b2-868b-26339ddc71b4"}}],"status":"accepted","resourceType":"Task"} +{"id":"82d21dcf-b46c-5743-8ed0-620e5bdd2969","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/1000G-high-coverage-2019","value":"Task/SRS368522"}],"input":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Patient/e6cd1348-f458-55b7-98ec-d32d340e3567"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"Specimen/1330d0c9-9b64-5568-8474-0adb84cf24d2"}}],"intent":"unknown","output":[{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adbdd71a-cd81-5b18-b476-f0a9cf89bff6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3588c63-fe87-503e-b8d4-7ee4cf80484a"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/f9aaa19a-8f39-5352-ac84-f2056416ae3f"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/adbdd71a-cd81-5b18-b476-f0a9cf89bff6"}},{"type":{"coding":[{"code":"Reference"}]},"valueReference":{"reference":"DocumentReference/c3588c63-fe87-503e-b8d4-7ee4cf80484a"}}],"status":"accepted","resourceType":"Task"} diff --git a/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/Organization.ndjson b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/Organization.ndjson new file mode 100644 index 0000000..f98dbbb --- /dev/null +++ b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/Organization.ndjson @@ -0,0 +1,4 @@ +{"id":"anvil","identifier":[{"system":"https://anvil.terra.bio/program","value":"anvil"}],"resourceType":"Organization"} +{"id":"Public","identifier":[{"system":"https://anvil.terra.bio/consortium","value":"Public"}],"partOf":{"reference":"Organization/anvil"},"resourceType":"Organization"} +{"id":"public","identifier":[{"system":"https://anvil.terra.bio/#FHIR/data-store","value":"public"}],"partOf":{"reference":"Organization/Public"},"resourceType":"Organization"} +{"id":"b44a3c8f-b197-52e2-9a3a-32d3d64c57c2","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/","value":"1000G-high-coverage-2019"}],"partOf":{"reference":"Organization/public"},"resourceType":"Organization"} diff --git a/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/Practitioner.ndjson b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/Practitioner.ndjson new file mode 100644 index 0000000..8d029d3 --- /dev/null +++ b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/Practitioner.ndjson @@ -0,0 +1 @@ +{"id":"AnVIL-Team","resourceType":"Practitioner"} diff --git a/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/PractitionerRole.ndjson b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/PractitionerRole.ndjson new file mode 100644 index 0000000..f77124f --- /dev/null +++ b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/PractitionerRole.ndjson @@ -0,0 +1 @@ +{"id":"4a3b0c22-6314-57cf-88a7-852a7aff740a","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/","value":"1000G-high-coverage-2019"}],"organization":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"practitioner":{"reference":"Practitioner/AnVIL-Team"},"resourceType":"PractitionerRole"} diff --git a/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/ResearchStudy.ndjson b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/ResearchStudy.ndjson new file mode 100644 index 0000000..6825630 --- /dev/null +++ b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/ResearchStudy.ndjson @@ -0,0 +1 @@ +{"id":"1000G-high-coverage-2019","identifier":[{"system":"https://anvil.terra.bio/#workspaces/anvil-datastorage/","value":"1000G-high-coverage-2019"},{"system":"https://anvil.terra.bio/#FHIR/data-store","value":"public"},{"system":"https://anvil.terra.bio/#consortium","value":"Public"}],"sponsor":{"reference":"Organization/b44a3c8f-b197-52e2-9a3a-32d3d64c57c2"},"status":"completed","resourceType":"ResearchStudy"} diff --git a/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/ResearchStudyObservationSummary.ndjson b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/ResearchStudyObservationSummary.ndjson new file mode 100644 index 0000000..8811506 --- /dev/null +++ b/tests/fixtures/anvil/fhir/public/Public/1000G-high-coverage-2019/public/ResearchStudyObservationSummary.ndjson @@ -0,0 +1,120 @@ +{ + "id": "c5b3fabc-35f6-5395-abbe-a01de4e2d64f", + "code": { + "coding": [ + { + "code": "Summary", + "display": "Variable Summary", + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig" + } + ] + }, + "component": [ + { + "code": { + "coding": [ + { + "code": "SampleCount", + "display": "Number of Samples", + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig" + } + ] + }, + "valueInteger": 3202 + }, + { + "code": { + "coding": [ + { + "code": "Participant", + "display": "Number of Participants", + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig" + } + ] + }, + "valueInteger": 3202 + }, + { + "code": { + "coding": [ + { + "code": "StorageSize", + "display": "Size on Disk", + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig" + } + ] + }, + "valueQuantity": { + "code": "L", + "system": "http://unitsofmeasure.org", + "value": 90736987729057 + } + }, + { + "code": { + "coding": [ + { + "code": "TerraWorkspace", + "display": "Terra Workspace Name", + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig" + } + ] + }, + "valueString": "1000G-high-coverage-2019" + }, + { + "code": { + "coding": [ + { + "code": "PrimaryDisease", + "display": "Primary Disease", + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig" + } + ] + } + }, + { + "code": { + "coding": [ + { + "code": "StudyDesign", + "display": "Study Design", + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig" + } + ] + }, + "valueString": "Parent-Offspring Trios" + }, + { + "code": { + "coding": [ + { + "code": "DataType", + "display": "Data Type", + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig" + } + ] + }, + "valueString": "Whole Genome" + }, + { + "code": { + "coding": [ + { + "code": "ConsentCodes", + "display": "Consent Codes", + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig" + } + ] + }, + "valueString": "NRES" + } + ], + "focus": [ + { + "reference": "ResearchStudy/1000G-high-coverage-2019" + } + ], + "status": "final", + "resourceType": "Observation" +} diff --git a/tests/fixtures/anvil/output/gen3/_definitions.yaml b/tests/fixtures/anvil/output/gen3/_definitions.yaml new file mode 100644 index 0000000..da80111 --- /dev/null +++ b/tests/fixtures/anvil/output/gen3/_definitions.yaml @@ -0,0 +1,252 @@ +id: _definitions + +UUID: + term: + $ref: "_terms.yaml#/UUID" + type: string + pattern: "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$" + +parent_uuids: + type: array + minItems: 1 + items: + $ref: "#/UUID" + uniqueItems: true + +foreign_key_project: + type: object + # Allow true here because we can have other unique keys defined on + # a target type + additionalProperties: true + #Can either use 'id' which are Gen3 IDs (UUID) or 'code' + #which is the user defined ID for project + properties: + id: + $ref: "#/UUID" + code: + type: string + +to_one_project: + anyOf: + - type: array + items: + $ref: "#/foreign_key_project" + minItems: 1 + maxItems: 1 + - $ref: "#/foreign_key_project" + +to_many_project: + anyOf: + - type: array + items: + $ref: "#/foreign_key_project" + minItems: 1 + - $ref: "#/foreign_key_project" + +foreign_key: + type: object + # Allow true here because we can have other unique keys defined on + # a target type + additionalProperties: True + #Can either use 'id' which are GDC IDs (UUID) or 'submitter_id' + #which are user defined IDs ("submitter IDs in the backend") + properties: + id: + $ref: "#/UUID" + submitter_id: + type: string + +to_one: + anyOf: + - type: array + items: + $ref: "#/foreign_key" + minItems: 1 + maxItems: 1 + - $ref: "#/foreign_key" + +to_many: + anyOf: + - type: array + items: + $ref: "#/foreign_key" + minItems: 1 + - $ref: "#/foreign_key" + +datetime: + oneOf: + - type: string + format: date-time + - type: 'null' + term: + $ref: "_terms.yaml#/datetime" + +file_name: + type: string + term: + $ref: "_terms.yaml#/file_name" + +file_size: + type: integer + term: + $ref: "_terms.yaml#/file_size" + +file_format: + type: string + term: + $ref: "_terms.yaml#/file_format" + +ga4gh_drs_uri: + type: string + term: + $ref: "_terms.yaml#/ga4gh_drs_uri" + +md5sum: + type: string + term: + $ref: "_terms.yaml#/md5sum" + pattern: "^[a-f0-9]{32}$" + +object_id: + type: string + description: "The GUID of the object in the index service." + +release_state: + description: "Release state of an entity." + default: unreleased + enum: + - unreleased + - released + - redacted + +data_bundle_state: + description: "State of a data bundle." + default: submitted + enum: + - submitted + - validated + - error + - released + - suppressed + - redacted + +data_file_error_type: + term: + $ref: "_terms.yaml#/data_file_error_type" + enum: + - file_size + - file_format + - md5sum + +state: + term: + $ref: "_terms.yaml#/state" + default: validated + downloadable: + - uploaded + - md5summed + - validating + - validated + - error + - invalid + - released + public: + - live + oneOf: + - enum: #This list covers legacy data + - uploading + - uploaded + - md5summing + - md5summed + - validating + - error + - invalid + - suppressed + - redacted + - live + - enum: #This list covers all future data 1/15/16 + - validated + - submitted + - released + +file_state: + term: + $ref: "_terms.yaml#/file_state" + default: registered + enum: + - registered + - uploading + - uploaded + - validating + - validated + - submitted + - processing + - processed + - released + - error + +qc_metrics_state: + term: + $ref: "_terms.yaml#/qc_metric_state" + enum: + - FAIL + - PASS + - WARN + +project_id: + type: string + term: + $ref: "_terms.yaml#/project_id" + +data_file_properties: + $ref: "#/ubiquitous_properties" + file_name: + $ref: "#/file_name" + file_size: + $ref: "#/file_size" + file_format: + $ref: "#/file_format" + md5sum: + $ref: "#/md5sum" + object_id: + $ref: "#/object_id" + file_state: + $ref: "#/file_state" + error_type: + $ref: "#/data_file_error_type" + ga4gh_drs_uri: + $ref: "#/ga4gh_drs_uri" + +workflow_properties: + $ref: "#/ubiquitous_properties" + workflow_link: + description: "Link to Github hash for the CWL workflow used." + type: string + workflow_version: + description: "Major version for a GDC workflow." + type: string + workflow_start_datetime: + $ref: "#/datetime" + workflow_end_datetime: + $ref: "#/datetime" + +ubiquitous_properties: + type: + type: string + id: + $ref: "#/UUID" + systemAlias: node_id + submitter_id: + type: + - string + description: > + A project-specific identifier for a node. This property is the calling card/nickname/alias for + a unit of submission. It can be used in place of the UUID for identifying or recalling a node. + state: + $ref: "#/state" + project_id: + $ref: "#/project_id" + created_datetime: + $ref: "#/datetime" + updated_datetime: + $ref: "#/datetime" diff --git a/tests/fixtures/anvil/output/gen3/_settings.yaml b/tests/fixtures/anvil/output/gen3/_settings.yaml new file mode 100644 index 0000000..d7e2171 --- /dev/null +++ b/tests/fixtures/anvil/output/gen3/_settings.yaml @@ -0,0 +1,6 @@ +# Global settings for the graph + +# Is the graph case centric, that we want +# to create a link between all children to case +# to expedite case filter on nodes +enable_case_cache: false diff --git a/tests/fixtures/anvil/output/gen3/_terms.yaml b/tests/fixtures/anvil/output/gen3/_terms.yaml new file mode 100644 index 0000000..6024d85 --- /dev/null +++ b/tests/fixtures/anvil/output/gen3/_terms.yaml @@ -0,0 +1,1938 @@ +id: _terms + + + +28s_16s_ribosomal_rna_ratio: + description: > + The 28S/18S ribosomal RNA band ratio used to assess the quality of total RNA. + termDef: + term: "28s/18s Ribosomal RNA Ratio" + source: null + cde_id: null + cde_version: null + term_url: null + + + + + +a260_a280_ratio: + description: > + Numeric value that represents the sample ratio of nucleic acid absorbance at 260 nm and 280 nm, + used to determine a measure of DNA purity. + termDef: + term: Nucleic Acid Absorbance at 260 And Absorbance at 280 DNA Purity Ratio Value + source: caDSR + cde_id: 5432595 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432595&version=1.0" + +age: + description: > + Age at last visit. Age is encoded as ISO8601 duration. (CMG) + termDef: + term: Age at last visit. Age is encoded as ISO8601 duration. + source: Phenopackets + cde_id: ISO8601 + cde_version: 1.0 + term_url: "https://phenopackets-schema.readthedocs.io/en/latest/age.html#rstage" + +family_onset: + description: > + Typical age of onset for the family. Age is encoded as ISO8601 duration. (CMG) + termDef: + term: Typical age of onset for the family. Age is encoded as ISO8601 duration. + source: Phenopackets + cde_id: ISO8601 + cde_version: 1.0 + term_url: "https://phenopackets-schema.readthedocs.io/en/latest/age.html#rstage" + +disease_omim_id: + description: > + The ID of the term from OMIM which represents a disease. (CMG) + termDef: + term: The ID of the term from OMIM which represents a disease. (CMG) + source: OMIM + cde_id: OMIM + cde_version: 1.0 + term_url: "https://www.ncbi.nlm.nih.gov/omim" + +phenotype_hpo_id: + description: > + The ID of the term from Human Phenotype Ontology which represents a harmonized phenotype. (CMG) + termDef: + term: The ID of the term from Human Phenotype Ontology which represents a harmonized phenotype. (CMG) + source: HPO + cde_id: HPO + cde_version: 1.0 + term_url: "https://hpo.jax.org/app/" + +adapter_name: # TOREVIEW + description: > + Name of the sequencing adapter. + +adapter_sequence: # TOREVIEW + description: > + Base sequence of the sequencing adapter. + +age_of_onset: + description: > + Age of onset (if affected). Otherwise age of last exam or phenotype transfer. (CMG) + termDef: + term: Age of onset (if affected). Otherwise age of last exam or phenotype transfer. (CMG) + source: Phenopackets + cde_id: ISO8601 + cde_version: 1.0 + term_url: "https://phenopackets-schema.readthedocs.io/en/latest/age.html#rstage" + +age_at_event_days_gt89: + description: > + Indicate whether the 'Age at the time an event occurs expressed in the number of days since birth' is greater than 32872 days (89 years). + +age_at_diagnosis: + description: > + Age at the time of diagnosis expressed in number of days since birth. If the age at diagnosis is greater than 32872 days (89 years), then see 'age_at_diagnosis_gt89'. + termDef: + term: Patient Diagnosis Age Day Value + source: caDSR + cde_id: 3225640 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3225640&version=2.0" + +age_at_diagnosis_gt89: + description: > + Indicate whether the age at the time of diagnosis expressed in number of days since birth is greater than 32872 days (89 years). + termDef: + term: Patient Diagnosis Age Day Value + source: caDSR + cde_id: 3225640 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3225640&version=2.0" + +ajcc_clinical_m: + description: > + Extent of the distant metastasis for the cancer based on evidence obtained from clinical + assessment parameters determined prior to treatment. + termDef: + term: Neoplasm American Joint Committee on Cancer Clinical Distant Metastasis M Stage + source: caDSR + cde_id: 3440331 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440331&version=1.0" + +ajcc_clinical_n: + description: > + Extent of the regional lymph node involvement for the cancer based on evidence obtained from + clinical assessment parameters determined prior to treatment. + termDef: + term: Neoplasm American Joint Committee on Cancer Clinical Regional Lymph Node N Stage + source: caDSR + cde_id: 3440330 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440330&version=1.0" + +ajcc_clinical_stage: + description: > + Stage group determined from clinical information on the tumor (T), regional node (N) and + metastases (M) and by grouping cases with similar prognosis for cancer. + termDef: + term: Neoplasm American Joint Committee on Cancer Clinical Group Stage + source: caDSR + cde_id: 3440332 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440332&version=1.0" + +ajcc_clinical_t: + description: > + Extent of the primary cancer based on evidence obtained from clinical assessment parameters + determined prior to treatment. + termDef: + term: Neoplasm American Joint Committee on Cancer Clinical Primary Tumor T Stage + source: caDSR + cde_id: 3440328 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440328&version=1.0" + +ajcc_pathologic_m: + description: > + Code to represent the defined absence or presence of distant spread or metastases (M) to + locations via vascular channels or lymphatics beyond the regional lymph nodes, using + criteria established by the American Joint Committee on Cancer (AJCC). + termDef: + term: American Joint Committee on Cancer Metastasis Stage Code + source: caDSR + cde_id: 3045439 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3045439&version=1.0" + +ajcc_pathologic_n: + description: > + The codes that represent the stage of cancer based on the nodes present (N stage) according + to criteria based on multiple editions of the AJCC's Cancer Staging Manual. + termDef: + term: Neoplasm Disease Lymph Node Stage American Joint Committee on Cancer Code + source: caDSR + cde_id: 3203106 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3203106&version=1.0" + +ajcc_pathologic_stage: + description: > + The extent of a cancer, especially whether the disease has spread from the original site to + other parts of the body based on AJCC staging criteria. + termDef: + term: Neoplasm Disease Stage American Joint Committee on Cancer Code + source: caDSR + cde_id: 3203222 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3203222&version=1.0" + +ajcc_pathologic_t: + description: > + Code of pathological T (primary tumor) to define the size or contiguous extension of the + primary tumor (T), using staging criteria from the American Joint Committee on Cancer + (AJCC). + termDef: + term: American Joint Committee on Cancer Tumor Stage Code + source: caDSR + cde_id: 3045435 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3045435&version=1.0" + +alcohol_history: + description: > + A response to a question that asks whether the participant has consumed at least 12 drinks of + any kind of alcoholic beverage in their lifetime. + termDef: + term: Alcohol Lifetime History Indicator + source: caDSR + cde_id: 2201918 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2201918&version=1.0" + +drink_number: + description: > + Units of drink consumed during Drink Period (DRNKPRD). (GTEx) + +aliquot_quantity: + description: > + The quantity in micrograms (ug) of the aliquot(s) derived from the analyte(s) shipped for + sequencing and characterization. + termDef: + term: Biospecimen Aliquot Quantity + source: null + cde_id: null + cde_version: null + term_url: null + +aliquot_volume: + description: > + The volume in microliters (ml) of the aliquot(s) derived from the analyte(s) shipped for + sequencing and characterization. + termDef: + term: Biospecimen Aliquot Volume + source: null + cde_id: null + cde_version: null + term_url: null + +amount: # TOREVIEW + description: > + Weight in grams or volume in mL. + +analyte_quantity: + description: > + The quantity in micrograms (ug) of the analyte(s) derived from the analyte(s) shipped for + sequencing and characterization. + termDef: + term: Biospecimen Analyte Quantity + source: null + cde_id: null + cde_version: null + term_url: null + +analyte_type: + description: > + Text term that represents the kind of molecular specimen analyte. + termDef: + term: Molecular Specimen Type Text Name + source: caDSR + cde_id: 2513915 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2513915&version=2.0" + +analyte_type_id: + description: > + A single letter code used to identify a type of molecular analyte. + termDef: + term: Molecular Analyte Identification Code + source: caDSR + cde_id: 5432508 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432508&version=1.0" + +analyte_volume: + description: > + The volume in microliters (ml) of the analyte(s) derived from the analyte(s) shipped for + sequencing and characterization. + termDef: + term: Biospecimen Analyte Volume + source: null + cde_id: null + cde_version: null + term_url: null + +ann_arbor_b_symptoms: + description: > + Text term to signify whether lymphoma B-symptoms are present as noted in the patient's medical + record. + termDef: + term: Lymphoma B-Symptoms Medical Record Documented Indicator + source: caDSR + cde_id: 2902402 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2902402&version=1.0" + +ann_arbor_clinical_stage: + description: > + The classification of the clinically confirmed anatomic disease extent of lymphoma (Hodgkin's + and Non-Hodgkins) based on the Ann Arbor Staging System. + termDef: + term: Ann Arbor Clinical Stage + source: null + cde_id: null + cde_version: null + term_url: null + +ann_arbor_extranodal_involvement: + description: > + Indicator that identifies whether a patient with malignant lymphoma has lymphomatous involvement + of an extranodal site. + termDef: + term: Lymphomatous Extranodal Site Involvement Indicator + source: caDSR + cde_id: 3364582 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3364582&version=1.0" + +ann_arbor_pathologic_stage: + description: > + The classification of the pathologically confirmed anatomic disease extent of lymphoma + (Hodgkin's and Non-Hodgkins) based on the Ann Arbor Staging System. + termDef: + term: Ann Arbor Pathologic Stage + source: null + cde_id: null + cde_version: null + term_url: null + +ann_arbor_tumor_stage: + description: > + The classification of the anatomic disease extent of lymphoma (Hodgkin's and Non-Hodgkins) based + on the Ann Arbor Staging System. + termDef: + term: Ann Arbor Tumor Stage + source: null + cde_id: null + cde_version: null + term_url: null + +base_caller_name: # TOREVIEW + description: > + Name of the base caller. + +base_caller_version: # TOREVIEW + description: > + Version of the base caller. + +biomarker_name: + description: > + The name of the biomarker being tested for this specimen and set of test results. + termDef: + term: Biomarker Name + source: caDSR + cde_id: 5473 + cde_version: 11.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5473&version=2.31" + +biomarker_result: + description: > + Text term to define the results of genetic testing. + termDef: + term: Laboratory Procedure Genetic Abnormality Test Result Type + source: caDSR + cde_id: 3234680 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3234680&version=1.0" + +biomarker_test_method: + description: > + Text descriptor of a molecular analysis method used for an individual. + termDef: + term: Disease Detection Molecular Analysis Method Type + source: caDSR + cde_id: 3121575 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3121575&version=1.0" + +biospecimen_anatomic_site_id: + description: > + Uberon ID, anatomical location as described by the Uber Anatomy Ontology (UBERON). (CMG) + termDef: + term: Uberon ID, anatomical location as described by the Uber Anatomy Ontology (UBERON). (CMG) + source: Uberon + cde_id: Uberon + cde_version: 1.0 + term_url: "https://www.ebi.ac.uk/ols/ontologies/uberon" + +biospecimen_anatomic_site_label: + description: > + Uberon Label, anatomical location as described by the Uber Anatomy Ontology (UBERON). (CMG) + termDef: + term: Uberon Label, anatomical location as described by the Uber Anatomy Ontology (UBERON). (CMG) + source: Uberon + cde_id: Uberon + cde_version: 1.0 + term_url: "https://www.ebi.ac.uk/ols/ontologies/uberon" + +bmi: + description: > + Autocalculated field of BMI: general indicator of the body fat an individual is carrying based upon the ratio of weight to height. BMI = 703 * weight in pounds/height in inches squared. (GTEx) + termDef: + term: Body Mass Index (BMI) + source: caDSR + cde_id: 4973892 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4973892&version=1.0" + +burkitt_lymphoma_clinical_variant: + description: > + Burkitt's lymphoma categorization based on clinical features that differ from other forms of the + same disease. + termDef: + term: Burkitt Lymphoma Clinical Variant Type + source: caDSR + cde_id: 3770421 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3770421&version=1.0" + +cause_of_death: + description: > + Text term to identify the cause of death for a patient. + termDef: + term: Patient Death Reason + source: caDSR + cde_id: 2554674 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2554674&version=3.0" + +cea_level_preoperative: + description: > + Numeric value of the Carcinoembryonic antigen or CEA at the time before surgery. [Manually- + curated] + termDef: + term: Preoperative Carcinoembryonic Antigen Result Value + source: caDSR + cde_id: 2716510 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2716510&version=1.0" + +cigarettes_per_day: + description: > + The average number of cigarettes smoked per day. + termDef: + term: Smoking Use Average Number + source: caDSR + cde_id: 2001716 + cde_version: 4.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2001716&version=4.0" + +circumferential_resection_margin: + description: > + A value in millimeters indicating the measured length between a malignant lesion of the + colon or rectum and the nearest radial (or circumferential) border of tissue removed during + cancer surgery. + termDef: + term: Colorectal Surgical Margin Circumferential Distance Measurement + source: caDSR + cde_id: 64202 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64202&version=3.0" + +classification_of_tumor: + description: > + Text that describes the kind of disease present in the tumor specimen as related to a specific + timepoint. + termDef: + term: Tumor Tissue Disease Description Type + source: caDSR + cde_id: 3288124 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3288124&version=1.0" + +colon_polyps_history: + description: > + Yes/No indicator to describe if the subject had a previous history of colon polyps as noted + in the history/physical or previous endoscopic report (s). + termDef: + term: Colon Carcinoma Polyp Occurrence Indicator + source: caDSR + cde_id: 3107197 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3107197&version=1.0" + +composition: + description: > + Text term that represents the cellular composition of the sample. + termDef: + term: Biospecimen Cellular Composition Type + source: caDSR + cde_id: 5432591 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432591&version=1.0" + +concentration: + description: > + Numeric value that represents the concentration of an analyte or aliquot extracted from the + sample or sample portion, measured in milligrams per milliliter. + termDef: + term: Biospecimen Analyte or Aliquot Extracted Concentration Milligram per Milliliter Value + source: caDSR + cde_id: 5432594 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432594&version=1.0" + +creation_datetime: + description: > + The datetime of portion creation encoded as seconds from epoch. + termDef: + term: Biospecimen Portion Creation Seconds Date/Time + source: caDSR + cde_id: 5432592 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432592&version=1.0" + +current_weight: + description: > + Numeric value that represents the current weight of the sample, measured in milligrams. + termDef: + term: Tissue Sample Current Weight Milligram Value + source: caDSR + cde_id: 5432606 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432606&version=1.0" + +data_category: # TOREVIEW + description: > + Broad categorization of the contents of the data file. + +data_file_error_type: # TOREVIEW + description: > + Type of error for the data file object. + +data_format: # TOREVIEW + description: > + Format of the data files. + +data_type: # TOREVIEW + description: > + Specific content type of the data file. (CMG) + +datetime: + description: > + A combination of date and time of day in the form [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] + +days_to_birth: + description: > + Time interval from a person's date of birth to the date of initial pathologic diagnosis, + represented as a calculated negative number of days. + termDef: + term: Person Birth Date Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3008233 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008233&version=1.0" + +days_to_collection: + description: > + Time interval from the date of biospecimen collection to the date of initial pathologic + diagnosis, represented as a calculated number of days. + termDef: + term: Biospecimen Collection Date Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3008340 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008340&version=1.0" + +days_to_death: + description: > + Time interval from a person's date of death to the date of initial pathologic diagnosis, + represented as a calculated number of days. + termDef: + term: Death Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3165475 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3165475&version=1.0" + +days_to_hiv_diagnosis: + description: > + Time interval from the date of the initial pathologic diagnosis to the date of human + immunodeficiency diagnosis, represented as a calculated number of days. + termDef: + term: Human Immunodeficiency Virus Diagnosis Subtract Initial Pathologic Diagnosis Time Duration Day Calculation Value + source: caDSR + cde_id: 4618491 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4618491&version=1.0" + +days_to_last_follow_up: + description: > + Time interval from the date of last follow up to the date of initial pathologic diagnosis, + represented as a calculated number of days. + termDef: + term: Last Communication Contact Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3008273 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008273&version=1.0" + +days_to_last_known_disease_status: + description: > + Time interval from the date of last follow up to the date of initial pathologic diagnosis, + represented as a calculated number of days. + termDef: + term: Last Communication Contact Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3008273 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008273&version=1.0" + +days_to_new_event: + description: > + Time interval from the date of new tumor event including progression, recurrence and new + primary malignacies to the date of initial pathologic diagnosis, represented as a calculated + number of days. + termDef: + term: New Tumor Event Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3392464 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3392464&version=1.0" + +days_to_recurrence: + description: > + Time interval from the date of new tumor event including progression, recurrence and new primary + malignancies to the date of initial pathologic diagnosis, represented as a calculated number of + days. + termDef: + term: New Tumor Event Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3392464 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3392464&version=1.0" + +days_to_sample_procurement: + description: > + The number of days from the date the patient was diagnosed to the date of the procedure that + produced the sample. + +days_to_treatment: + description: > + Number of days from date of initial pathologic diagnosis that treatment began. + termDef: + term: Days to Treatment Start + source: null + cde_id: null + cde_version: null + term_url: null + +days_to_treatment_end: + description: > + Time interval from the date of the initial pathologic diagnosis to the date of treatment end, + represented as a calculated number of days. + termDef: + term: Treatment End Subtract First Pathologic Diagnosis Day Calculation Value + source: caDSR + cde_id: 5102431 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102431&version=1.0" + +days_to_treatment_start: + description: > + Time interval from the date of the initial pathologic diagnosis to the start of treatment, + represented as a calculated number of days. + termDef: + term: Treatment Start Subtract First Pathologic Diagnosis Time Day Calculation Value + source: caDSR + cde_id: 5102411 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102411&version=1.0" + +diagnosis_pathologically_confirmed: + description: > + The histologic description of tissue or cells confirmed by a pathology review of frozen or + formalin fixed slide(s) completed after the diagnostic pathology review of the tumor sample used + to extract analyte(s). + termDef: + term: Post-Diagnostic Pathology Review Confirmation + source: null + cde_id: null + cde_version: null + term_url: null + +dlco_ref_predictive_percent: + description: > + The value, as a percentage of predicted lung volume, measuring the amount of carbon monoxide + detected in a patient's lungs. + termDef: + term: Lung Carbon Monoxide Diffusing Capability Test Assessment Predictive Value Percentage Value + source: caDSR + cde_id: 2180255 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2180255&version=1.0" + +encoding: + description: > + Version of ASCII encoding of quality values found in the file. + termDef: + term: Encoding + source: FastQC + cde_id: null + cde_version: null + term_url: "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/1%20Basic%20Statistics.html" + +estrogen_receptor_percent_positive_ihc: + description: > + Classification to represent ER Positive results expressed as a percentage value. + termDef: + term: ER Level Cell Percentage Category + source: caDSR + cde_id: 3128341 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3128341&version=1.0" + +estrogen_receptor_result_ihc: + description: > + Text term to represent the overall result of Estrogen Receptor (ER) testing. + termDef: + term: Breast Carcinoma Estrogen Receptor Status + source: caDSR + cde_id: 2957359 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2957359&version=2.0" + +ethnicity: + description: > + An individual's self-described social and cultural grouping, specifically whether an individual + describes themselves as Hispanic or Latino (HARMONIZED). The provided values are based on the categories + defined by the U.S. Office of Management and Business and used by the U.S. Census Bureau. (CMG, GTEx) + termDef: + term: Ethnic Group Category Text + source: caDSR + cde_id: 2192217 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2192217&version=2.0" + +experiment_name: # TOREVIEW + description: > + Submitter-defined name for the experiment. + +experimental_strategy: # TOREVIEW + description: > + The sequencing strategy used to generate the data file referred to by the ga4gh_drs_uri. + +fastq_name: # TOREVIEW + description: > + Names of FASTQs. + +fev1_ref_post_bronch_percent: + description: > + The percentage comparison to a normal value reference range of the volume of air that a + patient can forcibly exhale from the lungs in one second post-bronchodilator. + termDef: + term: Post Bronchodilator Lung Forced Expiratory Volume 1 Test Lab Percentage Value + source: caDSR + cde_id: 3302948 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302948&version=1.0" + +fev1_ref_pre_bronch_percent: + description: > + The percentage comparison to a normal value reference range of the volume of air that a + patient can forcibly exhale from the lungs in one second pre-bronchodilator. + termDef: + term: Pre Bronchodilator Lung Forced Expiratory Volume 1 Test Lab Percentage Value + source: caDSR + cde_id: 3302947 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302947&version=1.0" + +fev1_fvc_post_bronch_percent: + description: > + Percentage value to represent result of Forced Expiratory Volume in 1 second (FEV1) divided + by the Forced Vital Capacity (FVC) post-bronchodilator. + termDef: + term: Post Bronchodilator FEV1/FVC Percent Value + source: caDSR + cde_id: 3302956 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302956&version=1.0" + +fev1_fvc_pre_bronch_percent: + description: > + Percentage value to represent result of Forced Expiratory Volume in 1 second (FEV1) divided + by the Forced Vital Capacity (FVC) pre-bronchodilator. + termDef: + term: Pre Bronchodilator FEV1/FVC Percent Value + source: caDSR + cde_id: 3302955 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302955&version=1.0" + +figo_stage: + description: > + The extent of a cervical or endometrial cancer within the body, especially whether the + disease has spread from the original site to other parts of the body, as described by the + International Federation of Gynecology and Obstetrics (FIGO) stages. + termDef: + term: Gynecologic Tumor Grouping Cervical Endometrial FIGO 2009 Stage + source: caDSR + cde_id: 3225684 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3225684&version=1.0" + +file_format: + description: > + The format of the data file object. + +file_name: # TOREVIEW + description: > + The name (or part of a name) of a file (of any type). + +file_size: # TOREVIEW + description: > + The size of the data file (object) in bytes. + +file_state: # TOREVIEW + description: > + The current state of the data file object. + +flow_cell_barcode: # TOREVIEW + description: > + Flow Cell Barcode. + +freezing_method: + description: > + Text term that represents the method used for freezing the sample. + termDef: + term: Tissue Sample Freezing Method Type + source: caDSR + cde_id: 5432607 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432607&version=1.0" + +ga4gh_drs_uri: + description: > + DRS URI as defined by GA4GH DRS spec for pointers to file objects. + +sex: + description: > + Text designations that identify gender (HARMONIZED). Gender is described as the assemblage of properties that + distinguish people on the basis of their societal roles. [Explanatory Comment 1: Identification + of gender is based upon self-report and may come from a form, questionnaire, interview, etc.] (CMG) + termDef: + term: Person Gender Text Type + source: caDSR + cde_id: 2200604 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2200604&version=3.0" + +height: + description: > + The height of Donor in inches as reported by Donor, family/next of kin, or medical record abstraction. (GTEx) + termDef: + term: Patient Height Measurement + source: caDSR + cde_id: 649 + cde_version: 4.1 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=649&version=4.1" + +her2_erbb2_percent_positive_ihc: + description: > + Classification to represent the number of positive HER2/ERBB2 cells in a specimen or sample. + termDef: + term: HER2 ERBB Positive Finding Cell Percentage Category + source: caDSR + cde_id: 3086980 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3086980&version=1.0" + +her2_erbb2_result_fish: + description: > + the type of outcome for HER2 as determined by an in situ hybridization (ISH) assay. + termDef: + term: Laboratory Procedure HER2/neu in situ Hybridization Outcome Type + source: caDSR + cde_id: 2854089 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2854089&version=1.0" + +her2_erbb2_result_ihc: + description: > + Text term to signify the result of the medical procedure that involves testing a sample of + blood or tissue for HER2 by histochemical localization of immunoreactive substances using + labeled antibodies as reagents. + termDef: + term: Laboratory Procedure HER2/neu Immunohistochemistry Receptor Status + source: caDSR + cde_id: 2957563 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2957563&version=2.0" + +hiv_positive: + description: > + Text term to signify whether a physician has diagnosed HIV infection in a patient. + termDef: + term: Physician Diagnosed HIV Infection Personal Medical History Yes No Not Applicable Indicator + source: caDSR + cde_id: 4030799 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4030799&version=1.0" + +hpv_positive_type: + description: > + Text classification to represent the strain or type of human papillomavirus identified in an + individual. + termDef: + term: Human Papillomavirus Type + source: caDSR + cde_id: 2922649 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2922649&version=1.0" + +hpv_status: + description: > + The findings of the oncogenic HPV. + termDef: + term: Oncogenic Human Papillomavirus Result Type + source: caDSR + cde_id: 2230033 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2230033&version=1.0" + +includes_spike_ins: # TOREVIEW + description: > + Spike-in included? + +initial_weight: + description: > + Numeric value that represents the initial weight of the sample, measured in milligrams. + termDef: + term: Tissue Sample Initial Weight Milligram Value + source: caDSR + cde_id: 5432605 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432605&version=1.0" + +instrument_model: + description: > + Numeric value that represents the sample dimension that is greater than the shortest + dimension and less than the longest dimension, measured in millimeters. + termDef: + term: Tissue Sample Intermediate Dimension Millimeter Measurement + source: caDSR + cde_id: 5432604 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432604&version=1.0" + +intermediate_dimension: # TOREVIEW + description: > + Intermediate dimension of the sample, in millimeters. + +is_ffpe: + description: > + Indicator to signify whether or not the tissue sample was fixed in formalin and embedded in + paraffin (FFPE). + termDef: + term: Specimen Processing Formalin Fixed Paraffin Embedded Tissue Indicator + source: caDSR + cde_id: 4170557 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4170557&version=1.0" + +is_paired_end: # TOREVIEW + description: > + Are the reads paired end? + +is_proband: # TOREVIEW + description: > + Boolean value to determine if the case is the proband. + +last_known_disease_status: + description: > + Text term that describes the last known state or condition of an individual's neoplasm. + termDef: + term: Person Last Known Neoplasm Status + source: caDSR + cde_id: 5424231 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2759550&version=1.0" + +laterality: + description: > + For tumors in paired organs, designates the side on which the cancer originates. + termDef: + term: Primary Tumor Laterality + source: caDSR + cde_id: 827 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=827&version=3.0" + +ldh_level_at_diagnosis: + description: > + The 2 decimal place numeric laboratory value measured, assigned or computed related to the + assessment of lactate dehydrogenase in a specimen. + termDef: + term: Laboratory Procedure Lactate Dehydrogenase Result Integer::2 Decimal Place Value + source: caDSR + cde_id: 2798766 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2798766&version=1.0" + +ldh_normal_range_upper: + description: > + The top value of the range of statistical characteristics that are supposed to represent + accepted standard, non-pathological pattern for lactate dehydrogenase (units not specified). + termDef: + term: Laboratory Procedure Lactate Dehydrogenase Result Upper Limit of Normal Value + source: caDSR + cde_id: 2597015 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2597015&version=1.0" + +library_strategy: # TOREVIEW + description: > + Library strategy. + +library_selection: # TOREVIEW + description: > + Library Selection Method + +library_name: # TOREVIEW + description: > + Name of the library. + +library_preparation_kit_name: # TOREVIEW + description: > + Name of Library Preparation Kit + +library_preparation_kit_vendor: # TOREVIEW + description: > + Vendor of Library Preparation Kit + +library_preparation_kit_catalog_number: # TOREVIEW + description: > + Catalog of Library Preparation Kit + +library_preparation_kit_version: # TOREVIEW + description: > + Version of Library Preparation Kit + +library_strand: # TOREVIEW + description: > + Library stranded-ness. + +longest_dimension: + description: > + Numeric value that represents the longest dimension of the sample, measured in millimeters. + termDef: + term: Tissue Sample Longest Dimension Millimeter Measurement + source: caDSR + cde_id: 5432602 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432602&version=1.0" + +lymph_nodes_positive: + description: > + The number of lymph nodes involved with disease as determined by pathologic examination. + termDef: + term: Lymph Node(s) Positive Number + source: caDSR + cde_id: 89 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=89&version=3.0" + +lymphatic_invasion_present: + description: > + A yes/no indicator to ask if small or thin-walled vessel invasion is present, indicating + lymphatic involvement + termDef: + term: Lymphatic/Small vessel Invasion Ind + source: caDSR + cde_id: 64171 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64171&version=3.0" + +method_of_diagnosis: + description: > + The method used to initially the patient's diagnosis. + termDef: + term: Method of Diagnosis + source: null + cde_id: null + cde_version: null + term_url: null + +method_of_sample_procurement: + description: > + The method used to procure the sample used to extract analyte(s). + termDef: + term: Method of Sample Procurement + source: null + cde_id: null + cde_version: null + term_url: null + +md5sum: # TOREVIEW + description: > + The 128-bit hash value expressed as a 32 digit hexadecimal number used as a file's digital + fingerprint. + +microsatellite_instability_abnormal: + description: > + The yes/no indicator to signify the status of a tumor for microsatellite instability. + termDef: + term: Microsatellite Instability Occurrence Indicator + source: caDSR + cde_id: 3123142 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3123142&version=1.0" + +morphology: + description: > + The third edition of the International Classification of Diseases for Oncology, published in + 2000 used principally in tumor and cancer registries for coding the site (topography) and the + histology (morphology) of neoplasms. The study of the structure of the cells and their + arrangement to constitute tissues and, finally, the association among these to form organs. In + pathology, the microscopic process of identifying normal and abnormal morphologic + characteristics in tissues, by employing various cytochemical and immunocytochemical stains. A + system of numbered categories for representation of data. + termDef: + term: International Classification of Diseases for Oncology, Third Edition ICD-O-3 Histology Code + source: caDSR + cde_id: 3226275 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3226275&version=1.0" + +new_event_anatomic_site: + description: > + Text term to specify the anatomic location of the return of tumor after treatment. + termDef: + term: New Neoplasm Event Occurrence Anatomic Site + source: caDSR + cde_id: 3108271 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3108271&version=2.0" + +new_event_type: + description: > + Text term to identify a new tumor event. + termDef: + term: New Neoplasm Event Type + source: caDSR + cde_id: 3119721 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3119721&version=1.0" + +normal_tumor_genotype_snp_match: + description: > + Text term that represents whether or not the genotype of the normal tumor matches or if the data + is not available. + termDef: + term: Normal Tumor Genotype Match Indicator + source: caDSR + cde_id: 4588156 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4588156&version=1.0" + +number_proliferating_cells: + description: > + Numeric value that represents the count of proliferating cells determined during pathologic + review of the sample slide(s). + termDef: + term: Pathology Review Slide Proliferating Cell Count + source: caDSR + cde_id: 5432636 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432636&version=1.0" + +oct_embedded: + description: > + Indicator of whether or not the sample was embedded in Optimal Cutting Temperature (OCT) compound. + termDef: + term: Tissue Sample Optimal Cutting Temperature Compound Embedding Indicator + source: caDSR + cde_id: 5432538 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432538&version=1.0" + +years_smoked: + description: > + Number of years the Donor smoked. (GTEx) + termDef: + term: Person Cigarette Smoking History Pack Year Value + source: caDSR + cde_id: 2955385 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2955385&version=1.0" + +percent_eosinophil_infiltration: + description: > + Numeric value to represent the percentage of infiltration by eosinophils in a tumor sample or + specimen. + termDef: + term: Specimen Eosinophilia Percentage Value + source: caDSR + cde_id: 2897700 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897700&version=2.0" + +percent_gc_content: + description: > + The overall %GC of all bases in all sequences. + termDef: + term: "%GC" + source: FastQC + cde_id: null + cde_version: null + term_url: "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/1%20Basic%20Statistics.html" + +percent_granulocyte_infiltration: + description: > + Numeric value to represent the percentage of infiltration by granulocytes in a tumor sample or + specimen. + termDef: + term: Specimen Granulocyte Infiltration Percentage Value + source: caDSR + cde_id: 2897705 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897705&version=2.0" + +percent_inflam_infiltration: + description: > + Numeric value to represent local response to cellular injury, marked by capillary dilatation, + edema and leukocyte infiltration; clinically, inflammation is manifest by reddness, heat, pain, + swelling and loss of function, with the need to heal damaged tissue. + termDef: + term: Specimen Inflammation Change Percentage Value + source: caDSR + cde_id: 2897695 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897695&version=1.0" + +percent_lymphocyte_infiltration: + description: > + Numeric value to represent the percentage of infiltration by lymphocytes in a solid tissue + normal sample or specimen. + termDef: + term: Specimen Lymphocyte Infiltration Percentage Value + source: caDSR + cde_id: 2897710 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897710&version=2.0" + +percent_monocyte_infiltration: + description: > + Numeric value to represent the percentage of monocyte infiltration in a sample or specimen. + termDef: + term: Specimen Monocyte Infiltration Percentage Value + source: caDSR + cde_id: 5455535 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5455535&version=1.0" + +percent_necrosis: + description: > + Numeric value to represent the percentage of cell death in a malignant tumor sample or specimen. + termDef: + term: Malignant Neoplasm Necrosis Percentage Value + source: caDSR + cde_id: 2841237 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841237&version=1.0" + +percent_neutrophil_infiltration: + description: > + Numeric value to represent the percentage of infiltration by neutrophils in a tumor sample or + specimen. + termDef: + term: Malignant Neoplasm Neutrophil Infiltration Percentage Cell Value + source: caDSR + cde_id: 2841267 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841267&version=1.0" + +percent_normal_cells: + description: > + Numeric value to represent the percentage of normal cell content in a malignant tumor sample or + specimen. + termDef: + term: Malignant Neoplasm Normal Cell Percentage Value + source: caDSR + cde_id: 2841233 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841233&version=1.0" + +percent_stromal_cells: + description: > + Numeric value to represent the percentage of reactive cells that are present in a malignant + tumor sample or specimen but are not malignant such as fibroblasts, vascular structures, etc. + termDef: + term: Malignant Neoplasm Stromal Cell Percentage Value + source: caDSR + cde_id: 2841241 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841241&version=1.0" + +percent_tumor_cells: + description: > + Numeric value that represents the percentage of infiltration by granulocytes in a sample. + termDef: + term: Specimen Tumor Cell Percentage Value + source: caDSR + cde_id: 5432686 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432686&version=1.0" + +percent_tumor_nuclei: + description: > + Numeric value to represent the percentage of tumor nuclei in a malignant neoplasm sample or specimen. + termDef: + term: Malignant Neoplasm Neoplasm Nucleus Percentage Cell Value + source: caDSR + cde_id: 2841225 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841225&version=1.0" + +perineural_invasion_present: + description: > + a yes/no indicator to ask if perineural invasion or infiltration of tumor or cancer is + present. + termDef: + term: Tumor Perineural Invasion Ind + source: caDSR + cde_id: 64181 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64181&version=3.0" + +platform: # TOREVIEW + description: > + Name of the platform used to obtain data. + +portion_number: + description: > + Numeric value that represents the sequential number assigned to a portion of the sample. + termDef: + term: Biospecimen Portion Sequence Number + source: caDSR + cde_id: 5432711 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432711&version=1.0" + +portion_weight: + description: > + Numeric value that represents the sample portion weight, measured in milligrams. + termDef: + term: Biospecimen Portion Weight Milligram Value + source: caDSR + cde_id: 5432593 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432593&version=1.0" + +preservation_method: + description: > + Text term that represents the method used to preserve the sample. + termDef: + term: Tissue Sample Preservation Method Type + source: caDSR + cde_id: 5432521 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432521&version=1.0" + + +prior_malignancy: + description: > + Text term to describe the patient's history of prior cancer diagnosis and the spatial location + of any previous cancer occurrence. + termDef: + term: Prior Cancer Diagnosis Occurrence Description Text + source: caDSR + cde_id: 3382736 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3382736&version=2.0" + +prior_treatment: + description: > + A yes/no/unknown/not applicable indicator related to the administration of therapeutic agents + received before the body specimen was collected. + termDef: + term: Therapeutic Procedure Prior Specimen Collection Administered Yes No Unknown Not Applicable Indicator + source: caDSR + cde_id: 4231463 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4231463&version=1.0" + +progesterone_receptor_percent_positive_ihc: + description: > + Classification to represent Progesterone Receptor Positive results expressed as a percentage + value. + termDef: + term: Progesterone Receptor Level Cell Percentage Category + source: caDSR + cde_id: 3128342 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3128342&version=1.0" + +progesterone_receptor_result_ihc: + description: > + Text term to represent the overall result of Progresterone Receptor (PR) testing. + termDef: + term: Breast Carcinoma Progesterone Receptor Status + source: caDSR + cde_id: 2957357 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2957357&version=2.0" + +progression_or_recurrence: + description: > + Yes/No/Unknown indicator to identify whether a patient has had a new tumor event + after initial treatment. + termDef: + term: New Neoplasm Event Post Initial Therapy Indicator + source: caDSR + cde_id: 3121376 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3121376&version=1.0" + +project_id: # TOREVIEW + description: > + Unique ID for any specific defined piece of work that is undertaken or attempted to + meet a single requirement. + +qc_metric_state: + description: > + State classification given by FASTQC for the metric. Metric specific details about the states + are available on their website. + termDef: + term: QC Metric State + source: FastQC + cde_id: null + cde_version: null + term_url: "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/" + +race: + description: > + An arbitrary classification of a taxonomic group that is a division of a species (HARMONIZED). It usually + arises as a consequence of geographical isolation within a species and is characterized by + shared heredity, physical attributes and behavior, and in the case of humans, by common history, + nationality, or geographic distribution. The provided values are based on the categories defined + by the U.S. Office of Management and Business and used by the U.S. Census Bureau. (GTEx) + termDef: + term: Race Category Text + source: caDSR + cde_id: 2192199 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2192199&version=1.0" + +read_length: # TOREVIEW + description: > + The length of the reads. + +read_group_name: # TOREVIEW + description: > + The name of the read group. + +relationship_age_at_diagnosis: + description: > + The age (in years) when the patient's relative was first diagnosed. + termDef: + term: Relative Diagnosis Age Value + source: caDSR + cde_id: 5300571 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5300571&version=1.0" + +relationship_to_proband: + description: > + The subgroup that describes the state of connectedness between members of the unit of society + organized around kinship ties. + termDef: + term: Family Member Relationship Type + source: caDSR + cde_id: 2690165 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2690165&version=2.0" + +relationship_type: + description: > + The subgroup that describes the state of connectedness between members of the unit of society + organized around kinship ties. + termDef: + term: Family Member Relationship Type + source: caDSR + cde_id: 2690165 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2690165&version=2.0" + +relative_with_cancer_history: + description: > + Indicator to signify whether or not an individual's biological relative has been diagnosed with + another type of cancer. + termDef: + term: Other Cancer Biological Relative History Indicator + source: caDSR + cde_id: 3901752 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3901752&version=1.0" + +residual_disease: + description: > + Text terms to describe the status of a tissue margin following surgical resection. + termDef: + term: Surgical Margin Resection Status + source: caDSR + cde_id: 2608702 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2608702&version=1.0" + +RIN: + description: > + A numerical assessment of the integrity of RNA based on the entire electrophoretic trace of the + RNA sample including the presence or absence of degradation products. + termDef: + term: Biospecimen RNA Integrity Number Value + source: caDSR + cde_id: 5278775 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5278775&version=1.0" + +sample_type: + description: > + Text term to describe the source of a biospecimen used for a laboratory test. + termDef: + term: Specimen Type Collection Biospecimen Type + source: caDSR + cde_id: 3111302 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3111302&version=2.0" + +sample_type_id: # TOREVIEW + description: > + The accompanying sample type id for the sample type. + +section_location: # TOREVIEW + description: > + Tissue source of the slide. + +sequencing_center: # TOREVIEW + description: > + Name of the center that provided the sequence files. + +shortest_dimension: + description: > + Numeric value that represents the shortest dimension of the sample, measured in millimeters. + termDef: + term: Tissue Sample Short Dimension Millimeter Measurement + source: caDSR + cde_id: 5432603 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432603&version=1.0" + +site_of_resection_or_biopsy: + description: > + The third edition of the International Classification of Diseases for Oncology, published in + 2000, used principally in tumor and cancer registries for coding the site (topography) and the + histology (morphology) of neoplasms. The description of an anatomical region or of a body part. + Named locations of, or within, the body. A system of numbered categories for representation of + data. + termDef: + term: International Classification of Diseases for Oncology, Third Edition ICD-O-3 Site Code + source: caDSR + cde_id: 3226281 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3226281&version=1.0" + +size_selection_range: # TOREVIEW + description: > + Range of size selection. + +smoking_history: + description: > + Category describing current smoking status and smoking history as self-reported by a patient. + termDef: + term: Smoking History + source: caDSR + cde_id: 2181650 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2181650&version=1.0" + +smoking_intensity: + description: > + Numeric computed value to represent lifetime tobacco exposure defined as number of cigarettes + smoked per day x number of years smoked divided by 20 + termDef: + term: Person Cigarette Smoking History Pack Year Value + source: caDSR + cde_id: 2955385 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2955385&version=1.0" + +source_center: # TOREVIEW + description: > + Name of the center that provided the item. + +spectrophotometer_method: + description: > + Name of the method used to determine the concentration of purified nucleic acid within a + solution. + termDef: + term: Purification Nucleic Acid Solution Concentration Determination Method Type + source: caDSR + cde_id: 3008378 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008378&version=1.0" + +spike_ins_fasta: # TOREVIEW + description: > + Name of the FASTA file that contains the spike-in sequences. + +spike_ins_concentration: # TOREVIEW + description: > + Spike in concentration. + +state: # TOREVIEW + description: > + The current state of the object. + +target_capture_kit_name: # TOREVIEW + description: > + Name of Target Capture Kit. + +target_capture_kit_vendor: # TOREVIEW + description: > + Vendor of Target Capture Kit. + +target_capture_kit_catalog_number: # TOREVIEW + description: > + Catalog of Target Capture Kit. + +target_capture_kit_version: # TOREVIEW + description: > + Version of Target Capture Kit. + +target_capture_kit_target_region: # TOREVIEW + description: > + Target Capture Kit BED file. + +therapeutic_agents: + description: > + Text identification of the individual agent(s) used as part of a prior treatment regimen. + termDef: + term: Prior Therapy Regimen Text + source: caDSR + cde_id: 2975232 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2975232&version=1.0" + +time_between_clamping_and_freezing: + description: > + Numeric representation of the elapsed time between the surgical clamping of blood supply and + freezing of the sample, measured in minutes. + termDef: + term: Tissue Sample Clamping and Freezing Elapsed Minute Time + source: caDSR + cde_id: 5432611 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432611&version=1.0" + +time_between_excision_and_freezing: + description: > + Numeric representation of the elapsed time between the excision and freezing of the sample, + measured in minutes. + termDef: + term: Tissue Sample Excision and Freezing Elapsed Minute Time + source: caDSR + cde_id: 5432612 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432612&version=1.0" + +tissue_or_organ_of_origin: + description: > + Text term that describes the anatomic site of the tumor or disease. + termDef: + term: Tumor Disease Anatomic Site + source: caDSR + cde_id: 3427536 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3427536&version=3.0" + +tissue_type: + description: > + Text term that represents a description of the kind of tissue collected with respect to disease + status or proximity to tumor tissue. + termDef: + term: Tissue Sample Description Type + source: caDSR + cde_id: 5432687 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432687&version=1.0" + +to_trim_adapter_sequence: # TOREVIEW + description: > + Does the user suggest adapter trimming? + +tobacco_smoking_onset_year: + description: > + The year in which the participant began smoking. + termDef: + term: Started Smoking Year + source: caDSR + cde_id: 2228604 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2228604&version=1.0" + +tobacco_smoking_quit_year: + description: > + The year in which the participant quit smoking. + termDef: + term: Stopped Smoking Year + source: caDSR + cde_id: 2228610 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2228610&version=1.0" + +tobacco_smoking_status: + description: > + Category describing current smoking status and smoking history as self-reported by a + patient. + termDef: + term: Patient Smoking History Category + source: caDSR + cde_id: 2181650 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2181650&version=1.0" + +total_sequences: + description: > + A count of the total number of sequences processed. + termDef: + term: Total Sequences + source: FastQC + cde_id: null + cde_version: null + term_url: "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/1%20Basic%20Statistics.html" + +treatment_anatomic_site: + description: > + The anatomic site or field targeted by a treatment regimen or single agent therapy. + termDef: + term: Treatment Anatomic Site + source: null + cde_id: null + cde_version: null + term_url: null + +treatment_intent_type: + description: > + Text term to identify the reason for the administration of a treatment regimen. [Manually-curated] + termDef: + term: Treatment Regimen Intent Type + source: caDSR + cde_id: 2793511 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2793511&version=1.0" + +treatment_or_therapy: + description: > + A yes/no/unknown/not applicable indicator related to the administration of therapeutic agents + received before the body specimen was collected. + termDef: + term: Therapeutic Procedure Prior Specimen Collection Administered Yes No Unknown Not Applicable Indicator + source: caDSR + cde_id: 4231463 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4231463&version=1.0" + +treatment_outcome: + description: > + Text term that describes the patient¿s final outcome after the treatment was administered. + termDef: + term: Treatment Outcome Type + source: caDSR + cde_id: 5102383 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102383&version=1.0" + +treatment_type: + description: > + Text term that describes the kind of treatment administered. + termDef: + term: Treatment Method Type + source: caDSR + cde_id: 5102381 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102381&version=1.0" + +tumor_grade: + description: > + Numeric value to express the degree of abnormality of cancer cells, a measure of differentiation + and aggressiveness. + termDef: + term: Neoplasm Histologic Grade + source: caDSR + cde_id: 2785839 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2785839&version=2.0" + +tumor_code: # TOREVIEW + description: > + Diagnostic tumor code of the tissue sample source. + +tumor_code_id: # TOREVIEW + description: > + BCR-defined id code for the tumor sample. + +tumor_descriptor: + description: > + Text that describes the kind of disease present in the tumor specimen as related to a specific + timepoint. + termDef: + term: Tumor Tissue Disease Description Type + source: caDSR + cde_id: 3288124 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3288124&version=1.0" + +tumor_stage: + description: > + The extent of a cancer in the body. Staging is usually based on the size of the tumor, whether + lymph nodes contain cancer, and whether the cancer has spread from the original site to other + parts of the body. The accepted values for tumor_stage depend on the tumor site, type, and + accepted staging system. These items should accompany the tumor_stage value as associated + metadata. + termDef: + term: Tumor Stage + source: NCIt + cde_id: C16899 + cde_version: null + term_url: "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI%20Thesaurus&code=C16899" + +UUID: + description: > + A 128-bit identifier. Depending on the mechanism used to generate it, it is either guaranteed to + be different from all other UUIDs/GUIDs generated until 3400 AD or extremely likely to be + different. Its relatively small size lends itself well to sorting, ordering, and hashing of all + sorts, storing in databases, simple allocation, and ease of programming in general. + termDef: + term: Universally Unique Identifier + source: NCIt + cde_id: C54100 + cde_version: null + term_url: "https://ncit.nci.nih.gov/ncitbrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&version=16.02d&ns=NCI_Thesaurus&code=C54100" + +vascular_invasion_present: + description: > + The yes/no indicator to ask if large vessel or venous invasion was detected by surgery or + presence in a tumor specimen. + termDef: + term: Tumor Vascular Invasion Ind-3 + source: caDSR + cde_id: 64358 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64358&version=3.0" + +vital_status: + description: > + The survival state of the person registered on the protocol. + termDef: + term: Patient Vital Status + source: caDSR + cde_id: 5 + cde_version: 5.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5&version=5.0" + +weight: + description: > + The weight of the patient measured in lbs (HARMONIZED). + termDef: + term: Patient Weight Measurement + source: caDSR + cde_id: 651 + cde_version: 4.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=651&version=4.0" + +well_number: + description: > + Numeric value that represents the the well location within a plate for the analyte or + aliquot from the sample. + termDef: + term: Biospecimen Analyte or Aliquot Plate Well Number + source: caDSR + cde_id: 5432613 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432613&version=1.0" + +workflow_type: + description: > + Generic name for the workflow used to analyze a data set. + +year_of_birth: + description: > + Numeric value to represent the calendar year in which an individual was born. + termDef: + term: Year Birth Date Number + source: caDSR + cde_id: 2896954 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2896954&version=1.0" + +year_of_diagnosis: + description: > + Numeric value to represent the year of an individual's initial pathologic diagnosis of cancer. + termDef: + term: Year of initial pathologic diagnosis + source: caDSR + cde_id: 2896960 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2896960&version=1.0" + +year_of_death: + description: > + Numeric value to represent the year of the death of an individual. + termDef: + term: Year Death Number + source: caDSR + cde_id: 2897030 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897030&version=1.0" + +years_smoked: + description: > + Numeric value (or unknown) to represent the number of years a person has been smoking (HARMONIZED). If the number of years is greater than 89, see 'years_smoked_gt89'. + termDef: + term: Person Smoking Duration Year Count + source: caDSR + cde_id: 3137957 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3137957&version=1.0" + +years_smoked_gt89: + description: > + Indicate whether the numeric value to represent the number of years a person has been smoking (HARMONIZED) is greater than 89 years. + termDef: + term: Person Smoking Duration Year Count + source: caDSR + cde_id: 3137957 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3137957&version=1.0" diff --git a/tests/fixtures/dbgap/README.md b/tests/fixtures/dbgap/README.md new file mode 100644 index 0000000..f0b496d --- /dev/null +++ b/tests/fixtures/dbgap/README.md @@ -0,0 +1,10 @@ +## dbGap + +### research study +wget 'https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchStudy?_id=phs002409&_include=ResearchStudy:sponsor' -O research_study.json + +### subject and patient +wget 'https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject?study=phs002409&_count=1000&_include=ResearchSubject:individual' -O research_subject_patient.json + +### observations +wget 'https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation?_security=phs002409-1&_count=1000' -O observation.json diff --git a/tests/fixtures/dbgap/examples/observation.json b/tests/fixtures/dbgap/examples/observation.json new file mode 100644 index 0000000..a5e3d60 --- /dev/null +++ b/tests/fixtures/dbgap/examples/observation.json @@ -0,0 +1,34237 @@ +{ + "resourceType": "Bundle", + "id": "5718849f-5fde-4bc7-8e7d-dc64e685a0da", + "meta": { + "lastUpdated": "2022-05-10T14:21:59.338-04:00" + }, + "type": "searchset", + "total": 466, + "link": [ { + "relation": "self", + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation?_count=1000&_security=phs002409-1" + } ], + "entry": [ { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492015-3635242-0", + "resource": { + "resourceType": "Observation", + "id": "492015-3635242-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:29.547-04:00", + "source": "#OsRfve1DOdUjpELy", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492015" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492015.v1.p1", + "display": "subj_id" + } ] + }, + "subject": { + "reference": "Patient/3635242" + }, + "valueQuantity": { + "value": 10100443, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492015-3635512-0", + "resource": { + "resourceType": "Observation", + "id": "492015-3635512-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:31.152-04:00", + "source": "#E4otX8EhiKsXzl1D", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492015" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492015.v1.p1", + "display": "subj_id" + } ] + }, + "subject": { + "reference": "Patient/3635512" + }, + "valueQuantity": { + "value": 10101167, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492015-3635550-0", + "resource": { + "resourceType": "Observation", + "id": "492015-3635550-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:31.193-04:00", + "source": "#o5aCgR1x7KnKucoe", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492015" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492015.v1.p1", + "display": "subj_id" + } ] + }, + "subject": { + "reference": "Patient/3635550" + }, + "valueQuantity": { + "value": 10101258, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492015-3635642-0", + "resource": { + "resourceType": "Observation", + "id": "492015-3635642-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:32.276-04:00", + "source": "#zkIRZ9ZSSeYZHIfz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492015" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492015.v1.p1", + "display": "subj_id" + } ] + }, + "subject": { + "reference": "Patient/3635642" + }, + "valueQuantity": { + "value": 10101541, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492015-3635928-0", + "resource": { + "resourceType": "Observation", + "id": "492015-3635928-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:32.880-04:00", + "source": "#Y2PcDgvStckVa81C", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492015" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492015.v1.p1", + "display": "subj_id" + } ] + }, + "subject": { + "reference": "Patient/3635928" + }, + "valueQuantity": { + "value": 10102463, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492016-3635464-0", + "resource": { + "resourceType": "Observation", + "id": "492016-3635464-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:33.880-04:00", + "source": "#nOO710Yxy9Ew0u20", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492016" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492016.v1.p1", + "display": "consent_group" + } ] + }, + "subject": { + "reference": "Patient/3635464" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492016", + "code": "1", + "display": "General Research Use (GRU)" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492017-3635306-0", + "resource": { + "resourceType": "Observation", + "id": "492017-3635306-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:35.771-04:00", + "source": "#LCMrlX9mkgyHPikN", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492017" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492017.v1.p1", + "display": "gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "46098-0", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63898-1", + "display": "Deprecated Cancer relative gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX011801010000", + "display": "Gender Identity Term" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX020302160000", + "display": "BodyComposition Dxa WholeBody Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070601010100", + "display": "Self Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601390000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX130501020200", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150101020000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150102010000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150201020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150202020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150203010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161201010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220301250000", + "display": "Bone Age Patient Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX810301400000", + "display": "SingleBreath CarbonMonoxide DiffusingCapacity Subject Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX811301030000", + "display": "SerumPlasmaFerritin Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX820102370000", + "display": "QualityOfCareChildren Your Gender" + } ] + }, + "subject": { + "reference": "Patient/3635306" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492017", + "code": "1", + "display": "Male" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492017-3635372-0", + "resource": { + "resourceType": "Observation", + "id": "492017-3635372-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:35.872-04:00", + "source": "#7hnleYoVdjDCKdMq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492017" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492017.v1.p1", + "display": "gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "46098-0", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63898-1", + "display": "Deprecated Cancer relative gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX011801010000", + "display": "Gender Identity Term" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX020302160000", + "display": "BodyComposition Dxa WholeBody Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070601010100", + "display": "Self Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601390000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX130501020200", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150101020000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150102010000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150201020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150202020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150203010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161201010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220301250000", + "display": "Bone Age Patient Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX810301400000", + "display": "SingleBreath CarbonMonoxide DiffusingCapacity Subject Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX811301030000", + "display": "SerumPlasmaFerritin Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX820102370000", + "display": "QualityOfCareChildren Your Gender" + } ] + }, + "subject": { + "reference": "Patient/3635372" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492017", + "code": "1", + "display": "Male" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492017-3635470-0", + "resource": { + "resourceType": "Observation", + "id": "492017-3635470-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:37.210-04:00", + "source": "#SySO6r4Z1ijkuqIq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492017" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492017.v1.p1", + "display": "gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "46098-0", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63898-1", + "display": "Deprecated Cancer relative gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX011801010000", + "display": "Gender Identity Term" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX020302160000", + "display": "BodyComposition Dxa WholeBody Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070601010100", + "display": "Self Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601390000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX130501020200", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150101020000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150102010000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150201020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150202020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150203010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161201010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220301250000", + "display": "Bone Age Patient Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX810301400000", + "display": "SingleBreath CarbonMonoxide DiffusingCapacity Subject Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX811301030000", + "display": "SerumPlasmaFerritin Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX820102370000", + "display": "QualityOfCareChildren Your Gender" + } ] + }, + "subject": { + "reference": "Patient/3635470" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492017", + "code": "2", + "display": "Female" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492018-3635369-0", + "resource": { + "resourceType": "Observation", + "id": "492018-3635369-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:38.265-04:00", + "source": "#OPHIPYHVj8gusmN6", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492018" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492018.v1.p1", + "display": "subj_id" + } ] + }, + "subject": { + "reference": "Patient/3635369" + }, + "valueQuantity": { + "value": 10100771, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492020-3635290-0", + "resource": { + "resourceType": "Observation", + "id": "492020-3635290-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:41.079-04:00", + "source": "#Ag8mz6xllcoHcepD", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492020" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492020.v1.p1", + "display": "base_vnum" + } ] + }, + "subject": { + "reference": "Patient/3635290" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492020-3635384-0", + "resource": { + "resourceType": "Observation", + "id": "492020-3635384-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:41.179-04:00", + "source": "#GSaEte8pseXQ7qda", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492020" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492020.v1.p1", + "display": "base_vnum" + } ] + }, + "subject": { + "reference": "Patient/3635384" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492020-3635539-0", + "resource": { + "resourceType": "Observation", + "id": "492020-3635539-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:42.983-04:00", + "source": "#aoWXTIoeqAice65P", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492020" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492020.v1.p1", + "display": "base_vnum" + } ] + }, + "subject": { + "reference": "Patient/3635539" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492021-3635537-0", + "resource": { + "resourceType": "Observation", + "id": "492021-3635537-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:43.792-04:00", + "source": "#lwJ29AOvcj1rjxup", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492021" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492021.v1.p1", + "display": "case_control" + } ] + }, + "subject": { + "reference": "Patient/3635537" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492021", + "code": "2", + "display": "case" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492022-3635219-0", + "resource": { + "resourceType": "Observation", + "id": "492022-3635219-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:43.861-04:00", + "source": "#CBlFr5H4L8ftgDD9", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492022" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492022.v1.p1", + "display": "case_control_peak" + } ] + }, + "subject": { + "reference": "Patient/3635219" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492022", + "code": "2", + "display": "case" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492022-3635245-0", + "resource": { + "resourceType": "Observation", + "id": "492022-3635245-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:43.904-04:00", + "source": "#TtSZUHLuYD88RgQQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492022" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492022.v1.p1", + "display": "case_control_peak" + } ] + }, + "subject": { + "reference": "Patient/3635245" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492022", + "code": "2", + "display": "case" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492022-3635337-0", + "resource": { + "resourceType": "Observation", + "id": "492022-3635337-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:44.104-04:00", + "source": "#eoBporAIUJUufV0O", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492022" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492022.v1.p1", + "display": "case_control_peak" + } ] + }, + "subject": { + "reference": "Patient/3635337" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492022", + "code": "2", + "display": "case" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492023-3635394-0", + "resource": { + "resourceType": "Observation", + "id": "492023-3635394-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:45.238-04:00", + "source": "#dpJpyA4rjUSeC62O", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492023" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492023.v1.p1", + "display": "race" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "64606-7", + "display": "Race - 2 character code PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601400000", + "display": "Race" + } ] + }, + "subject": { + "reference": "Patient/3635394" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492023", + "code": "3", + "display": "Hispanic" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492024-3635550-0", + "resource": { + "resourceType": "Observation", + "id": "492024-3635550-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:45.431-04:00", + "source": "#aYjq8jVCSUAnstUk", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492024" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492024.v1.p1", + "display": "age_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635550" + }, + "valueQuantity": { + "value": 8.1, + "unit": "years", + "system": "http://unitsofmeasure.org", + "code": "a" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492025-3635325-0", + "resource": { + "resourceType": "Observation", + "id": "492025-3635325-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:45.970-04:00", + "source": "#0ECEMsFJPwLAC3k9", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492025" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492025.v1.p1", + "display": "age_onset" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "11368-8", + "display": "Illness or injury onset date and time" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63909-6", + "display": "Pre-existing condition Y PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "64198-5", + "display": "Asthma start age PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070801270200", + "display": "Asthma Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090901140400", + "display": "Asthma Start Age" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161301010403", + "display": "Asthma Date Of Onset Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161602010403", + "display": "Asthma Date Of Onset Year" + } ] + }, + "subject": { + "reference": "Patient/3635325" + }, + "valueQuantity": { + "value": 0.7, + "unit": "years", + "system": "http://unitsofmeasure.org", + "code": "a" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492026-3635223-0", + "resource": { + "resourceType": "Observation", + "id": "492026-3635223-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:47.315-04:00", + "source": "#nLqoRgyyLsEsKFCf", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492026" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492026.v1.p1", + "display": "htcm_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3137-7", + "display": "Body height Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "8308-9", + "display": "Body height stand" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601370000", + "display": "Height" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601200000", + "display": "Self Reported Height" + } ] + }, + "subject": { + "reference": "Patient/3635223" + }, + "valueQuantity": { + "value": 138.1, + "unit": "cm", + "system": "http://unitsofmeasure.org", + "code": "cm" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492028-3635641-0", + "resource": { + "resourceType": "Observation", + "id": "492028-3635641-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:53.786-04:00", + "source": "#pRTcZwNtxlgeWEYg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492028" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492028.v1.p1", + "display": "bmi_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "39156-5", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401040000", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201150000", + "display": "Growth Chart Current BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101080100", + "display": "BMI Kilogram Per Squaremeter" + } ] + }, + "subject": { + "reference": "Patient/3635641" + }, + "valueQuantity": { + "value": 16.83, + "unit": "kg/m^2", + "system": "http://unitsofmeasure.org", + "code": "kg/m2" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492029-3635529-0", + "resource": { + "resourceType": "Observation", + "id": "492029-3635529-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:54.093-04:00", + "source": "#bAxnSPN8AHk3Wk4I", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492029" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492029.v1.p1", + "display": "bmiz_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635529" + }, + "valueQuantity": { + "value": 1.16, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492029-3635532-0", + "resource": { + "resourceType": "Observation", + "id": "492029-3635532-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:54.268-04:00", + "source": "#YZIKsRO2yBLe4BaD", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492029" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492029.v1.p1", + "display": "bmiz_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635532" + }, + "valueQuantity": { + "value": -0.57, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492030-3635339-0", + "resource": { + "resourceType": "Observation", + "id": "492030-3635339-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:54.892-04:00", + "source": "#87M2e0eOuFwKkvOK", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492030" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492030.v1.p1", + "display": "tx_grp" + } ] + }, + "subject": { + "reference": "Patient/3635339" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492030", + "code": "8", + "display": "Nedocromil" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492030-3635466-0", + "resource": { + "resourceType": "Observation", + "id": "492030-3635466-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:54.981-04:00", + "source": "#ROLJw1SoooYDGvh8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492030" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492030.v1.p1", + "display": "tx_grp" + } ] + }, + "subject": { + "reference": "Patient/3635466" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492030", + "code": "9", + "display": "Placebo" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492034-3635815-0", + "resource": { + "resourceType": "Observation", + "id": "492034-3635815-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:57.584-04:00", + "source": "#rxzqLxyO0reXgWmu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492034" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492034.v1.p1", + "display": "cs_dose" + } ] + }, + "subject": { + "reference": "Patient/3635815" + }, + "valueQuantity": { + "value": 180, + "unit": "mcg/day", + "system": "http://unitsofmeasure.org", + "code": "ug/d" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492035-3635507-0", + "resource": { + "resourceType": "Observation", + "id": "492035-3635507-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:58.196-04:00", + "source": "#kWDIoXAOEGQAgCZe", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492035" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492035.v1.p1", + "display": "cs_comb_tx" + } ] + }, + "subject": { + "reference": "Patient/3635507" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492035", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492015-3635643-0", + "resource": { + "resourceType": "Observation", + "id": "492015-3635643-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:32.333-04:00", + "source": "#f1w3mx2FHrBII02C", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492015" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492015.v1.p1", + "display": "subj_id" + } ] + }, + "subject": { + "reference": "Patient/3635643" + }, + "valueQuantity": { + "value": 10101542, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492016-3635803-0", + "resource": { + "resourceType": "Observation", + "id": "492016-3635803-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:34.697-04:00", + "source": "#dKGSH55xeGlWgExy", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492016" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492016.v1.p1", + "display": "consent_group" + } ] + }, + "subject": { + "reference": "Patient/3635803" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492016", + "code": "1", + "display": "General Research Use (GRU)" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492016-3635930-0", + "resource": { + "resourceType": "Observation", + "id": "492016-3635930-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:35.598-04:00", + "source": "#ij73kx7muunHDo2f", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492016" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492016.v1.p1", + "display": "consent_group" + } ] + }, + "subject": { + "reference": "Patient/3635930" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492016", + "code": "1", + "display": "General Research Use (GRU)" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492017-3635948-0", + "resource": { + "resourceType": "Observation", + "id": "492017-3635948-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:37.990-04:00", + "source": "#asNVX1EISNdEdQ8V", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492017" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492017.v1.p1", + "display": "gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "46098-0", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63898-1", + "display": "Deprecated Cancer relative gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX011801010000", + "display": "Gender Identity Term" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX020302160000", + "display": "BodyComposition Dxa WholeBody Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070601010100", + "display": "Self Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601390000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX130501020200", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150101020000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150102010000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150201020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150202020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150203010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161201010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220301250000", + "display": "Bone Age Patient Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX810301400000", + "display": "SingleBreath CarbonMonoxide DiffusingCapacity Subject Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX811301030000", + "display": "SerumPlasmaFerritin Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX820102370000", + "display": "QualityOfCareChildren Your Gender" + } ] + }, + "subject": { + "reference": "Patient/3635948" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492017", + "code": "2", + "display": "Female" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492018-3635681-0", + "resource": { + "resourceType": "Observation", + "id": "492018-3635681-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:38.880-04:00", + "source": "#JQSWQNn4HiSSnfCd", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492018" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492018.v1.p1", + "display": "subj_id" + } ] + }, + "subject": { + "reference": "Patient/3635681" + }, + "valueQuantity": { + "value": 10101666, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492018-3635824-0", + "resource": { + "resourceType": "Observation", + "id": "492018-3635824-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:38.930-04:00", + "source": "#pefAhG7Tmma5K3Ta", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492018" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492018.v1.p1", + "display": "subj_id" + } ] + }, + "subject": { + "reference": "Patient/3635824" + }, + "valueQuantity": { + "value": 10102231, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492019-3635350-0", + "resource": { + "resourceType": "Observation", + "id": "492019-3635350-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:39.273-04:00", + "source": "#sAqrlSchjbd9mofS", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492019" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492019.v1.p1", + "display": "protocol" + } ] + }, + "subject": { + "reference": "Patient/3635350" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492019", + "code": "101", + "display": "FHIR1" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492019-3635439-0", + "resource": { + "resourceType": "Observation", + "id": "492019-3635439-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:39.555-04:00", + "source": "#TFznWsr4CgE7TX1l", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492019" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492019.v1.p1", + "display": "protocol" + } ] + }, + "subject": { + "reference": "Patient/3635439" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492019", + "code": "101", + "display": "FHIR1" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492019-3635728-0", + "resource": { + "resourceType": "Observation", + "id": "492019-3635728-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:39.995-04:00", + "source": "#8PsULq89HQovIfi9", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492019" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492019.v1.p1", + "display": "protocol" + } ] + }, + "subject": { + "reference": "Patient/3635728" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492019", + "code": "101", + "display": "FHIR1" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492019-3635818-0", + "resource": { + "resourceType": "Observation", + "id": "492019-3635818-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:40.603-04:00", + "source": "#VtAhWhg933psq4dT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492019" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492019.v1.p1", + "display": "protocol" + } ] + }, + "subject": { + "reference": "Patient/3635818" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492019", + "code": "101", + "display": "FHIR1" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492020-3635513-0", + "resource": { + "resourceType": "Observation", + "id": "492020-3635513-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:42.282-04:00", + "source": "#kJVccprVTdNTzhrn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492020" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492020.v1.p1", + "display": "base_vnum" + } ] + }, + "subject": { + "reference": "Patient/3635513" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492020-3635565-0", + "resource": { + "resourceType": "Observation", + "id": "492020-3635565-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:43.031-04:00", + "source": "#Bm3Ui50om8xcIVdY", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492020" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492020.v1.p1", + "display": "base_vnum" + } ] + }, + "subject": { + "reference": "Patient/3635565" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492020-3635872-0", + "resource": { + "resourceType": "Observation", + "id": "492020-3635872-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:43.165-04:00", + "source": "#C9RnujZ52uraneb6", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492020" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492020.v1.p1", + "display": "base_vnum" + } ] + }, + "subject": { + "reference": "Patient/3635872" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492022-3635763-0", + "resource": { + "resourceType": "Observation", + "id": "492022-3635763-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:44.415-04:00", + "source": "#YnCItcc351uBozdg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492022" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492022.v1.p1", + "display": "case_control_peak" + } ] + }, + "subject": { + "reference": "Patient/3635763" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492022", + "code": "2", + "display": "case" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492023-3635699-0", + "resource": { + "resourceType": "Observation", + "id": "492023-3635699-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:44.709-04:00", + "source": "#kseC280CPhHSBYOF", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492023" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492023.v1.p1", + "display": "race" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "64606-7", + "display": "Race - 2 character code PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601400000", + "display": "Race" + } ] + }, + "subject": { + "reference": "Patient/3635699" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492023", + "code": "1", + "display": "Caucasian" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492024-3635401-0", + "resource": { + "resourceType": "Observation", + "id": "492024-3635401-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:45.373-04:00", + "source": "#QPXka4pfVw9mQENc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492024" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492024.v1.p1", + "display": "age_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635401" + }, + "valueQuantity": { + "value": 8, + "unit": "years", + "system": "http://unitsofmeasure.org", + "code": "a" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492024-3635867-0", + "resource": { + "resourceType": "Observation", + "id": "492024-3635867-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:45.527-04:00", + "source": "#SROky4c78GjWbDQE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492024" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492024.v1.p1", + "display": "age_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635867" + }, + "valueQuantity": { + "value": 9.3, + "unit": "years", + "system": "http://unitsofmeasure.org", + "code": "a" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492024-3635923-0", + "resource": { + "resourceType": "Observation", + "id": "492024-3635923-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:45.572-04:00", + "source": "#rai9Pq5U30VSx3qi", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492024" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492024.v1.p1", + "display": "age_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635923" + }, + "valueQuantity": { + "value": 12.2, + "unit": "years", + "system": "http://unitsofmeasure.org", + "code": "a" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492025-3635800-0", + "resource": { + "resourceType": "Observation", + "id": "492025-3635800-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:47.084-04:00", + "source": "#OolZUGyaOVYelHve", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492025" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492025.v1.p1", + "display": "age_onset" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "11368-8", + "display": "Illness or injury onset date and time" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63909-6", + "display": "Pre-existing condition Y PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "64198-5", + "display": "Asthma start age PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070801270200", + "display": "Asthma Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090901140400", + "display": "Asthma Start Age" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161301010403", + "display": "Asthma Date Of Onset Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161602010403", + "display": "Asthma Date Of Onset Year" + } ] + }, + "subject": { + "reference": "Patient/3635800" + }, + "valueQuantity": { + "value": 2, + "unit": "years", + "system": "http://unitsofmeasure.org", + "code": "a" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492025-3635819-0", + "resource": { + "resourceType": "Observation", + "id": "492025-3635819-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:47.145-04:00", + "source": "#802P3My6AyLSNoHj", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492025" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492025.v1.p1", + "display": "age_onset" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "11368-8", + "display": "Illness or injury onset date and time" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63909-6", + "display": "Pre-existing condition Y PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "64198-5", + "display": "Asthma start age PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070801270200", + "display": "Asthma Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090901140400", + "display": "Asthma Start Age" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161301010403", + "display": "Asthma Date Of Onset Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161602010403", + "display": "Asthma Date Of Onset Year" + } ] + }, + "subject": { + "reference": "Patient/3635819" + }, + "valueQuantity": { + "value": 4, + "unit": "years", + "system": "http://unitsofmeasure.org", + "code": "a" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492027-3635577-0", + "resource": { + "resourceType": "Observation", + "id": "492027-3635577-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:52.004-04:00", + "source": "#TjsLazeIjOkRnnTU", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492027" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492027.v1.p1", + "display": "WTKG_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "29463-7", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "29463-7", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3141-9", + "display": "Weight Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3142-7", + "display": "Weight Stated" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX021501030400", + "display": "Measured Weight Average Pounds" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX021502010100", + "display": "Self Reported Weight Kgs" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601380000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601190000", + "display": "Self Reported Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX130501200000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX141001100000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150101010000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150203030000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401030000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX201501510000", + "display": "Family History Hearing Loss Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220301260000", + "display": "Bone Age Patient Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201120000", + "display": "Growth Chart Current Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX230101390100", + "display": "PsychopathologyEatingDisorders Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101070400", + "display": "Measured Weight Average Pounds" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX810401100000", + "display": "Standardisation LungVolumeMeasurement Subject Weight" + } ] + }, + "subject": { + "reference": "Patient/3635577" + }, + "valueQuantity": { + "value": 21.5, + "unit": "kg", + "system": "http://unitsofmeasure.org", + "code": "kg" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492028-3635224-0", + "resource": { + "resourceType": "Observation", + "id": "492028-3635224-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:52.583-04:00", + "source": "#Bf4Y2kObsI1ZjXro", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492028" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492028.v1.p1", + "display": "bmi_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "39156-5", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401040000", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201150000", + "display": "Growth Chart Current BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101080100", + "display": "BMI Kilogram Per Squaremeter" + } ] + }, + "subject": { + "reference": "Patient/3635224" + }, + "valueQuantity": { + "value": 15.63, + "unit": "kg/m^2", + "system": "http://unitsofmeasure.org", + "code": "kg/m2" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492028-3635498-0", + "resource": { + "resourceType": "Observation", + "id": "492028-3635498-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:53.469-04:00", + "source": "#LHcLSXWTB4QCKtnj", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492028" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492028.v1.p1", + "display": "bmi_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "39156-5", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401040000", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201150000", + "display": "Growth Chart Current BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101080100", + "display": "BMI Kilogram Per Squaremeter" + } ] + }, + "subject": { + "reference": "Patient/3635498" + }, + "valueQuantity": { + "value": 15.1, + "unit": "kg/m^2", + "system": "http://unitsofmeasure.org", + "code": "kg/m2" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492029-3635407-0", + "resource": { + "resourceType": "Observation", + "id": "492029-3635407-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:53.957-04:00", + "source": "#NaQkBrZXDvTM3AXv", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492029" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492029.v1.p1", + "display": "bmiz_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635407" + }, + "valueQuantity": { + "value": 0.72, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492029-3635438-0", + "resource": { + "resourceType": "Observation", + "id": "492029-3635438-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:54.002-04:00", + "source": "#zHtEctNpmEkiuQH0", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492029" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492029.v1.p1", + "display": "bmiz_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635438" + }, + "valueQuantity": { + "value": -0.75, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492035-3635731-0", + "resource": { + "resourceType": "Observation", + "id": "492035-3635731-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:58.255-04:00", + "source": "#oV5j6CKAEHWWjHdH", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492035" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492035.v1.p1", + "display": "cs_comb_tx" + } ] + }, + "subject": { + "reference": "Patient/3635731" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492035", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492016-3635418-0", + "resource": { + "resourceType": "Observation", + "id": "492016-3635418-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:33.809-04:00", + "source": "#1Mp7L7AHaEjD0F0N", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492016" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492016.v1.p1", + "display": "consent_group" + } ] + }, + "subject": { + "reference": "Patient/3635418" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492016", + "code": "1", + "display": "General Research Use (GRU)" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492017-3635729-0", + "resource": { + "resourceType": "Observation", + "id": "492017-3635729-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:36.787-04:00", + "source": "#cnX47vRZByGsSwwX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492017" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492017.v1.p1", + "display": "gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "46098-0", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63898-1", + "display": "Deprecated Cancer relative gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX011801010000", + "display": "Gender Identity Term" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX020302160000", + "display": "BodyComposition Dxa WholeBody Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070601010100", + "display": "Self Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601390000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX130501020200", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150101020000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150102010000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150201020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150202020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150203010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161201010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220301250000", + "display": "Bone Age Patient Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX810301400000", + "display": "SingleBreath CarbonMonoxide DiffusingCapacity Subject Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX811301030000", + "display": "SerumPlasmaFerritin Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX820102370000", + "display": "QualityOfCareChildren Your Gender" + } ] + }, + "subject": { + "reference": "Patient/3635729" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492017", + "code": "1", + "display": "Male" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492019-3635692-0", + "resource": { + "resourceType": "Observation", + "id": "492019-3635692-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:39.925-04:00", + "source": "#tEpkiWovUauFAPGE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492019" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492019.v1.p1", + "display": "protocol" + } ] + }, + "subject": { + "reference": "Patient/3635692" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492019", + "code": "101", + "display": "FHIR1" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492022-3635297-0", + "resource": { + "resourceType": "Observation", + "id": "492022-3635297-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:44.061-04:00", + "source": "#Ezfcgu1a9sZfGnkl", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492022" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492022.v1.p1", + "display": "case_control_peak" + } ] + }, + "subject": { + "reference": "Patient/3635297" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492022", + "code": "2", + "display": "case" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492023-3635398-0", + "resource": { + "resourceType": "Observation", + "id": "492023-3635398-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:44.558-04:00", + "source": "#6DEgspYzuFP2yznC", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492023" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492023.v1.p1", + "display": "race" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "64606-7", + "display": "Race - 2 character code PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601400000", + "display": "Race" + } ] + }, + "subject": { + "reference": "Patient/3635398" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492023", + "code": "1", + "display": "Caucasian" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492029-3635898-0", + "resource": { + "resourceType": "Observation", + "id": "492029-3635898-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:54.479-04:00", + "source": "#3yyli3872xDK2ieI", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492029" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492029.v1.p1", + "display": "bmiz_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635898" + }, + "valueQuantity": { + "value": 0.06, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492015-3635305-0", + "resource": { + "resourceType": "Observation", + "id": "492015-3635305-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:29.873-04:00", + "source": "#9LMI4ItiYwEmtgeK", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492015" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492015.v1.p1", + "display": "subj_id" + } ] + }, + "subject": { + "reference": "Patient/3635305" + }, + "valueQuantity": { + "value": 10100617, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492016-3635478-0", + "resource": { + "resourceType": "Observation", + "id": "492016-3635478-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:34.001-04:00", + "source": "#vSQsktG6dYqTMPQ4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492016" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492016.v1.p1", + "display": "consent_group" + } ] + }, + "subject": { + "reference": "Patient/3635478" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492016", + "code": "1", + "display": "General Research Use (GRU)" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492017-3635236-0", + "resource": { + "resourceType": "Observation", + "id": "492017-3635236-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:35.678-04:00", + "source": "#XIB1ik2yoqw0Ueeb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492017" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492017.v1.p1", + "display": "gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "46098-0", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63898-1", + "display": "Deprecated Cancer relative gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX011801010000", + "display": "Gender Identity Term" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX020302160000", + "display": "BodyComposition Dxa WholeBody Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070601010100", + "display": "Self Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601390000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX130501020200", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150101020000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150102010000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150201020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150202020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150203010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161201010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220301250000", + "display": "Bone Age Patient Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX810301400000", + "display": "SingleBreath CarbonMonoxide DiffusingCapacity Subject Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX811301030000", + "display": "SerumPlasmaFerritin Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX820102370000", + "display": "QualityOfCareChildren Your Gender" + } ] + }, + "subject": { + "reference": "Patient/3635236" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492017", + "code": "1", + "display": "Male" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492019-3635428-0", + "resource": { + "resourceType": "Observation", + "id": "492019-3635428-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:39.329-04:00", + "source": "#UaFtQh21UfJ0idnz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492019" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492019.v1.p1", + "display": "protocol" + } ] + }, + "subject": { + "reference": "Patient/3635428" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492019", + "code": "101", + "display": "FHIR1" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492019-3635431-0", + "resource": { + "resourceType": "Observation", + "id": "492019-3635431-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:39.390-04:00", + "source": "#YjdKUD4AHqt1d6xo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492019" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492019.v1.p1", + "display": "protocol" + } ] + }, + "subject": { + "reference": "Patient/3635431" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492019", + "code": "101", + "display": "FHIR1" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492019-3635495-0", + "resource": { + "resourceType": "Observation", + "id": "492019-3635495-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:39.682-04:00", + "source": "#5MpbFnOOWsfeJt9U", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492019" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492019.v1.p1", + "display": "protocol" + } ] + }, + "subject": { + "reference": "Patient/3635495" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492019", + "code": "101", + "display": "FHIR1" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492019-3635758-0", + "resource": { + "resourceType": "Observation", + "id": "492019-3635758-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:40.325-04:00", + "source": "#9FrLLrQnJBEiZMxv", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492019" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492019.v1.p1", + "display": "protocol" + } ] + }, + "subject": { + "reference": "Patient/3635758" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492019", + "code": "101", + "display": "FHIR1" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492022-3635353-0", + "resource": { + "resourceType": "Observation", + "id": "492022-3635353-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:44.147-04:00", + "source": "#q1h0tbWSOyutYBh7", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492022" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492022.v1.p1", + "display": "case_control_peak" + } ] + }, + "subject": { + "reference": "Patient/3635353" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492022", + "code": "2", + "display": "case" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492023-3635278-0", + "resource": { + "resourceType": "Observation", + "id": "492023-3635278-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:45.189-04:00", + "source": "#An2BQOf98gis24fq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492023" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492023.v1.p1", + "display": "race" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "64606-7", + "display": "Race - 2 character code PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601400000", + "display": "Race" + } ] + }, + "subject": { + "reference": "Patient/3635278" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492023", + "code": "2", + "display": "African American" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492024-3635379-0", + "resource": { + "resourceType": "Observation", + "id": "492024-3635379-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:45.330-04:00", + "source": "#zblGsUdhf6jGZlc6", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492024" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492024.v1.p1", + "display": "age_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635379" + }, + "valueQuantity": { + "value": 9.1, + "unit": "years", + "system": "http://unitsofmeasure.org", + "code": "a" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492024-3635598-0", + "resource": { + "resourceType": "Observation", + "id": "492024-3635598-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:45.476-04:00", + "source": "#FeUmTdsZH3IlrXTn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492024" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492024.v1.p1", + "display": "age_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635598" + }, + "valueQuantity": { + "value": 9.5, + "unit": "years", + "system": "http://unitsofmeasure.org", + "code": "a" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492025-3635762-0", + "resource": { + "resourceType": "Observation", + "id": "492025-3635762-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:47.032-04:00", + "source": "#fGQ0gIQz4rLLB38s", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492025" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492025.v1.p1", + "display": "age_onset" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "11368-8", + "display": "Illness or injury onset date and time" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63909-6", + "display": "Pre-existing condition Y PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "64198-5", + "display": "Asthma start age PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070801270200", + "display": "Asthma Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090901140400", + "display": "Asthma Start Age" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161301010403", + "display": "Asthma Date Of Onset Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161602010403", + "display": "Asthma Date Of Onset Year" + } ] + }, + "subject": { + "reference": "Patient/3635762" + }, + "valueQuantity": { + "value": 1.7, + "unit": "years", + "system": "http://unitsofmeasure.org", + "code": "a" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492026-3635416-0", + "resource": { + "resourceType": "Observation", + "id": "492026-3635416-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:48.183-04:00", + "source": "#73fjR1CJ9LLG2GA1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492026" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492026.v1.p1", + "display": "htcm_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3137-7", + "display": "Body height Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "8308-9", + "display": "Body height stand" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601370000", + "display": "Height" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601200000", + "display": "Self Reported Height" + } ] + }, + "subject": { + "reference": "Patient/3635416" + }, + "valueQuantity": { + "value": 131.5, + "unit": "cm", + "system": "http://unitsofmeasure.org", + "code": "cm" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492026-3635973-0", + "resource": { + "resourceType": "Observation", + "id": "492026-3635973-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:50.631-04:00", + "source": "#0vtEenJid1d5B8yD", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492026" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492026.v1.p1", + "display": "htcm_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3137-7", + "display": "Body height Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "8308-9", + "display": "Body height stand" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601370000", + "display": "Height" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601200000", + "display": "Self Reported Height" + } ] + }, + "subject": { + "reference": "Patient/3635973" + }, + "valueQuantity": { + "value": 133.1, + "unit": "cm", + "system": "http://unitsofmeasure.org", + "code": "cm" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492027-3635487-0", + "resource": { + "resourceType": "Observation", + "id": "492027-3635487-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:51.867-04:00", + "source": "#FtgWcPBpwCqfnDHI", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492027" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492027.v1.p1", + "display": "WTKG_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "29463-7", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "29463-7", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3141-9", + "display": "Weight Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3142-7", + "display": "Weight Stated" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX021501030400", + "display": "Measured Weight Average Pounds" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX021502010100", + "display": "Self Reported Weight Kgs" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601380000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601190000", + "display": "Self Reported Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX130501200000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX141001100000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150101010000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150203030000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401030000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX201501510000", + "display": "Family History Hearing Loss Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220301260000", + "display": "Bone Age Patient Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201120000", + "display": "Growth Chart Current Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX230101390100", + "display": "PsychopathologyEatingDisorders Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101070400", + "display": "Measured Weight Average Pounds" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX810401100000", + "display": "Standardisation LungVolumeMeasurement Subject Weight" + } ] + }, + "subject": { + "reference": "Patient/3635487" + }, + "valueQuantity": { + "value": 22.5, + "unit": "kg", + "system": "http://unitsofmeasure.org", + "code": "kg" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492028-3635244-0", + "resource": { + "resourceType": "Observation", + "id": "492028-3635244-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:52.880-04:00", + "source": "#KmlRDaWKMjmHsHSU", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492028" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492028.v1.p1", + "display": "bmi_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "39156-5", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401040000", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201150000", + "display": "Growth Chart Current BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101080100", + "display": "BMI Kilogram Per Squaremeter" + } ] + }, + "subject": { + "reference": "Patient/3635244" + }, + "valueQuantity": { + "value": 15.26, + "unit": "kg/m^2", + "system": "http://unitsofmeasure.org", + "code": "kg/m2" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492028-3635301-0", + "resource": { + "resourceType": "Observation", + "id": "492028-3635301-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:53.091-04:00", + "source": "#Uhp820gzgWkXd3xa", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492028" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492028.v1.p1", + "display": "bmi_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "39156-5", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401040000", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201150000", + "display": "Growth Chart Current BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101080100", + "display": "BMI Kilogram Per Squaremeter" + } ] + }, + "subject": { + "reference": "Patient/3635301" + }, + "valueQuantity": { + "value": 25.28, + "unit": "kg/m^2", + "system": "http://unitsofmeasure.org", + "code": "kg/m2" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492028-3635434-0", + "resource": { + "resourceType": "Observation", + "id": "492028-3635434-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:53.210-04:00", + "source": "#fWO5VKZTBrIu0kPw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492028" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492028.v1.p1", + "display": "bmi_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "39156-5", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401040000", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201150000", + "display": "Growth Chart Current BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101080100", + "display": "BMI Kilogram Per Squaremeter" + } ] + }, + "subject": { + "reference": "Patient/3635434" + }, + "valueQuantity": { + "value": 23.65, + "unit": "kg/m^2", + "system": "http://unitsofmeasure.org", + "code": "kg/m2" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492028-3635435-0", + "resource": { + "resourceType": "Observation", + "id": "492028-3635435-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:53.344-04:00", + "source": "#QCm10jeflUz4oIp0", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492028" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492028.v1.p1", + "display": "bmi_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "39156-5", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401040000", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201150000", + "display": "Growth Chart Current BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101080100", + "display": "BMI Kilogram Per Squaremeter" + } ] + }, + "subject": { + "reference": "Patient/3635435" + }, + "valueQuantity": { + "value": 25.76, + "unit": "kg/m^2", + "system": "http://unitsofmeasure.org", + "code": "kg/m2" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492028-3635459-0", + "resource": { + "resourceType": "Observation", + "id": "492028-3635459-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:53.414-04:00", + "source": "#iwvZPCpYcGvvdw5H", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492028" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492028.v1.p1", + "display": "bmi_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "39156-5", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401040000", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201150000", + "display": "Growth Chart Current BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101080100", + "display": "BMI Kilogram Per Squaremeter" + } ] + }, + "subject": { + "reference": "Patient/3635459" + }, + "valueQuantity": { + "value": 17.09, + "unit": "kg/m^2", + "system": "http://unitsofmeasure.org", + "code": "kg/m2" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492028-3635789-0", + "resource": { + "resourceType": "Observation", + "id": "492028-3635789-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:53.860-04:00", + "source": "#95zwr8IIg06WXl8k", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492028" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492028.v1.p1", + "display": "bmi_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "39156-5", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401040000", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201150000", + "display": "Growth Chart Current BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101080100", + "display": "BMI Kilogram Per Squaremeter" + } ] + }, + "subject": { + "reference": "Patient/3635789" + }, + "valueQuantity": { + "value": 15.39, + "unit": "kg/m^2", + "system": "http://unitsofmeasure.org", + "code": "kg/m2" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492030-3635422-0", + "resource": { + "resourceType": "Observation", + "id": "492030-3635422-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:54.935-04:00", + "source": "#GbtKhe3bfw0EHbPx", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492030" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492030.v1.p1", + "display": "tx_grp" + } ] + }, + "subject": { + "reference": "Patient/3635422" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492030", + "code": "9", + "display": "Placebo" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492030-3635768-0", + "resource": { + "resourceType": "Observation", + "id": "492030-3635768-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:55.392-04:00", + "source": "#eQ9IpeyxxWWcdFOJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492030" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492030.v1.p1", + "display": "tx_grp" + } ] + }, + "subject": { + "reference": "Patient/3635768" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492030", + "code": "9", + "display": "Placebo" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492033-3635413-0", + "resource": { + "resourceType": "Observation", + "id": "492033-3635413-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:55.782-04:00", + "source": "#tReI62NDWwDF49pU", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492033" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492033.v1.p1", + "display": "cs_tx" + } ] + }, + "subject": { + "reference": "Patient/3635413" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492033", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492033-3635213-0", + "resource": { + "resourceType": "Observation", + "id": "492033-3635213-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:57.179-04:00", + "source": "#ii8SLY8TK5df5has", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492033" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492033.v1.p1", + "display": "cs_tx" + } ] + }, + "subject": { + "reference": "Patient/3635213" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492033", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492033-3635596-0", + "resource": { + "resourceType": "Observation", + "id": "492033-3635596-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:57.228-04:00", + "source": "#u41XwPU8JPVNakon", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492033" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492033.v1.p1", + "display": "cs_tx" + } ] + }, + "subject": { + "reference": "Patient/3635596" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492033", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492035-3635845-0", + "resource": { + "resourceType": "Observation", + "id": "492035-3635845-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:58.578-04:00", + "source": "#5kHiuTbeJOqw6rZ7", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492035" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492035.v1.p1", + "display": "cs_comb_tx" + } ] + }, + "subject": { + "reference": "Patient/3635845" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492035", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492035-3635971-0", + "resource": { + "resourceType": "Observation", + "id": "492035-3635971-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:58.651-04:00", + "source": "#WTed2yUUXq8hLGqx", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492035" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492035.v1.p1", + "display": "cs_comb_tx" + } ] + }, + "subject": { + "reference": "Patient/3635971" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492035", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492015-3635427-0", + "resource": { + "resourceType": "Observation", + "id": "492015-3635427-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:31.098-04:00", + "source": "#ZYgACAz54aZEG7GQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492015" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492015.v1.p1", + "display": "subj_id" + } ] + }, + "subject": { + "reference": "Patient/3635427" + }, + "valueQuantity": { + "value": 10100933, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492016-3635395-0", + "resource": { + "resourceType": "Observation", + "id": "492016-3635395-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:33.766-04:00", + "source": "#0QfNrd90JSsJ6OIO", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492016" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492016.v1.p1", + "display": "consent_group" + } ] + }, + "subject": { + "reference": "Patient/3635395" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492016", + "code": "1", + "display": "General Research Use (GRU)" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492016-3635467-0", + "resource": { + "resourceType": "Observation", + "id": "492016-3635467-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:33.954-04:00", + "source": "#NaVja5dFCJiyb8d3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492016" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492016.v1.p1", + "display": "consent_group" + } ] + }, + "subject": { + "reference": "Patient/3635467" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492016", + "code": "1", + "display": "General Research Use (GRU)" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492016-3635825-0", + "resource": { + "resourceType": "Observation", + "id": "492016-3635825-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:34.885-04:00", + "source": "#96GY0SG7G5J0rck8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492016" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492016.v1.p1", + "display": "consent_group" + } ] + }, + "subject": { + "reference": "Patient/3635825" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492016", + "code": "1", + "display": "General Research Use (GRU)" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492017-3635939-0", + "resource": { + "resourceType": "Observation", + "id": "492017-3635939-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:37.072-04:00", + "source": "#Lr0umtKeA72bgue4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492017" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492017.v1.p1", + "display": "gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "46098-0", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63898-1", + "display": "Deprecated Cancer relative gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX011801010000", + "display": "Gender Identity Term" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX020302160000", + "display": "BodyComposition Dxa WholeBody Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070601010100", + "display": "Self Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601390000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX130501020200", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150101020000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150102010000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150201020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150202020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150203010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161201010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220301250000", + "display": "Bone Age Patient Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX810301400000", + "display": "SingleBreath CarbonMonoxide DiffusingCapacity Subject Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX811301030000", + "display": "SerumPlasmaFerritin Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX820102370000", + "display": "QualityOfCareChildren Your Gender" + } ] + }, + "subject": { + "reference": "Patient/3635939" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492017", + "code": "1", + "display": "Male" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492019-3635814-0", + "resource": { + "resourceType": "Observation", + "id": "492019-3635814-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:40.550-04:00", + "source": "#IH7MD5FMRIaopmuM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492019" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492019.v1.p1", + "display": "protocol" + } ] + }, + "subject": { + "reference": "Patient/3635814" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492019", + "code": "101", + "display": "FHIR1" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492020-3635530-0", + "resource": { + "resourceType": "Observation", + "id": "492020-3635530-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:42.374-04:00", + "source": "#wnsoO7E1huNjNdjp", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492020" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492020.v1.p1", + "display": "base_vnum" + } ] + }, + "subject": { + "reference": "Patient/3635530" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492020-3635706-0", + "resource": { + "resourceType": "Observation", + "id": "492020-3635706-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:43.079-04:00", + "source": "#KZaCKhIlD2xAVU9W", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492020" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492020.v1.p1", + "display": "base_vnum" + } ] + }, + "subject": { + "reference": "Patient/3635706" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492020-3635737-0", + "resource": { + "resourceType": "Observation", + "id": "492020-3635737-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:43.124-04:00", + "source": "#uuJCDJLmF6bHbcBr", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492020" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492020.v1.p1", + "display": "base_vnum" + } ] + }, + "subject": { + "reference": "Patient/3635737" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492021-3635299-0", + "resource": { + "resourceType": "Observation", + "id": "492021-3635299-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:43.272-04:00", + "source": "#aHUKuCsRzDSsp4lh", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492021" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492021.v1.p1", + "display": "case_control" + } ] + }, + "subject": { + "reference": "Patient/3635299" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492021", + "code": "2", + "display": "case" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492022-3635743-0", + "resource": { + "resourceType": "Observation", + "id": "492022-3635743-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:44.375-04:00", + "source": "#cjRSswUpE7WRuqdQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492022" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492022.v1.p1", + "display": "case_control_peak" + } ] + }, + "subject": { + "reference": "Patient/3635743" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492022", + "code": "2", + "display": "case" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492022-3635821-0", + "resource": { + "resourceType": "Observation", + "id": "492022-3635821-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:44.474-04:00", + "source": "#uWGzZ3DUwksWyC94", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492022" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492022.v1.p1", + "display": "case_control_peak" + } ] + }, + "subject": { + "reference": "Patient/3635821" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492022", + "code": "2", + "display": "case" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492022-3635951-0", + "resource": { + "resourceType": "Observation", + "id": "492022-3635951-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:44.515-04:00", + "source": "#NQslva0yTeaZJ8CO", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492022" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492022.v1.p1", + "display": "case_control_peak" + } ] + }, + "subject": { + "reference": "Patient/3635951" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492022", + "code": "2", + "display": "case" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492023-3635599-0", + "resource": { + "resourceType": "Observation", + "id": "492023-3635599-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:44.652-04:00", + "source": "#0fja4mWEFyisyk4u", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492023" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492023.v1.p1", + "display": "race" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "64606-7", + "display": "Race - 2 character code PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601400000", + "display": "Race" + } ] + }, + "subject": { + "reference": "Patient/3635599" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492023", + "code": "1", + "display": "Caucasian" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492024-3635244-0", + "resource": { + "resourceType": "Observation", + "id": "492024-3635244-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:45.286-04:00", + "source": "#duwY5gacpK7Maium", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492024" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492024.v1.p1", + "display": "age_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635244" + }, + "valueQuantity": { + "value": 7.1, + "unit": "years", + "system": "http://unitsofmeasure.org", + "code": "a" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492025-3635329-0", + "resource": { + "resourceType": "Observation", + "id": "492025-3635329-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:46.023-04:00", + "source": "#vuESvl6x8veVu1Nb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492025" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492025.v1.p1", + "display": "age_onset" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "11368-8", + "display": "Illness or injury onset date and time" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63909-6", + "display": "Pre-existing condition Y PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "64198-5", + "display": "Asthma start age PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070801270200", + "display": "Asthma Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090901140400", + "display": "Asthma Start Age" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161301010403", + "display": "Asthma Date Of Onset Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161602010403", + "display": "Asthma Date Of Onset Year" + } ] + }, + "subject": { + "reference": "Patient/3635329" + }, + "valueQuantity": { + "value": 8, + "unit": "years", + "system": "http://unitsofmeasure.org", + "code": "a" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492025-3635532-0", + "resource": { + "resourceType": "Observation", + "id": "492025-3635532-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:46.984-04:00", + "source": "#Xj5sYvyXx8UZpo8D", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492025" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492025.v1.p1", + "display": "age_onset" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "11368-8", + "display": "Illness or injury onset date and time" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63909-6", + "display": "Pre-existing condition Y PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "64198-5", + "display": "Asthma start age PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070801270200", + "display": "Asthma Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090901140400", + "display": "Asthma Start Age" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161301010403", + "display": "Asthma Date Of Onset Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161602010403", + "display": "Asthma Date Of Onset Year" + } ] + }, + "subject": { + "reference": "Patient/3635532" + }, + "valueQuantity": { + "value": 3, + "unit": "years", + "system": "http://unitsofmeasure.org", + "code": "a" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492025-3635911-0", + "resource": { + "resourceType": "Observation", + "id": "492025-3635911-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:47.263-04:00", + "source": "#aLtcwso5CTRRaLZi", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492025" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492025.v1.p1", + "display": "age_onset" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "11368-8", + "display": "Illness or injury onset date and time" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63909-6", + "display": "Pre-existing condition Y PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "64198-5", + "display": "Asthma start age PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070801270200", + "display": "Asthma Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090901140400", + "display": "Asthma Start Age" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161301010403", + "display": "Asthma Date Of Onset Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161602010403", + "display": "Asthma Date Of Onset Year" + } ] + }, + "subject": { + "reference": "Patient/3635911" + }, + "valueQuantity": { + "value": 1, + "unit": "years", + "system": "http://unitsofmeasure.org", + "code": "a" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492026-3635726-0", + "resource": { + "resourceType": "Observation", + "id": "492026-3635726-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:49.884-04:00", + "source": "#2t9FAWEt8Df7T57C", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492026" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492026.v1.p1", + "display": "htcm_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3137-7", + "display": "Body height Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "8308-9", + "display": "Body height stand" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601370000", + "display": "Height" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601200000", + "display": "Self Reported Height" + } ] + }, + "subject": { + "reference": "Patient/3635726" + }, + "valueQuantity": { + "value": 115.8, + "unit": "cm", + "system": "http://unitsofmeasure.org", + "code": "cm" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492026-3635782-0", + "resource": { + "resourceType": "Observation", + "id": "492026-3635782-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:49.929-04:00", + "source": "#cySKjZ8FreKC2ncf", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492026" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492026.v1.p1", + "display": "htcm_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3137-7", + "display": "Body height Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "8308-9", + "display": "Body height stand" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601370000", + "display": "Height" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601200000", + "display": "Self Reported Height" + } ] + }, + "subject": { + "reference": "Patient/3635782" + }, + "valueQuantity": { + "value": 118.3, + "unit": "cm", + "system": "http://unitsofmeasure.org", + "code": "cm" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492026-3635916-0", + "resource": { + "resourceType": "Observation", + "id": "492026-3635916-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:50.578-04:00", + "source": "#FpKcVhRfLb91fSMQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492026" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492026.v1.p1", + "display": "htcm_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3137-7", + "display": "Body height Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "8308-9", + "display": "Body height stand" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601370000", + "display": "Height" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601200000", + "display": "Self Reported Height" + } ] + }, + "subject": { + "reference": "Patient/3635916" + }, + "valueQuantity": { + "value": 155.8, + "unit": "cm", + "system": "http://unitsofmeasure.org", + "code": "cm" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492027-3635298-0", + "resource": { + "resourceType": "Observation", + "id": "492027-3635298-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:50.688-04:00", + "source": "#PAuopWV2WHY98WW8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492027" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492027.v1.p1", + "display": "WTKG_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "29463-7", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "29463-7", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3141-9", + "display": "Weight Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3142-7", + "display": "Weight Stated" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX021501030400", + "display": "Measured Weight Average Pounds" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX021502010100", + "display": "Self Reported Weight Kgs" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601380000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601190000", + "display": "Self Reported Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX130501200000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX141001100000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150101010000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150203030000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401030000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX201501510000", + "display": "Family History Hearing Loss Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220301260000", + "display": "Bone Age Patient Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201120000", + "display": "Growth Chart Current Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX230101390100", + "display": "PsychopathologyEatingDisorders Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101070400", + "display": "Measured Weight Average Pounds" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX810401100000", + "display": "Standardisation LungVolumeMeasurement Subject Weight" + } ] + }, + "subject": { + "reference": "Patient/3635298" + }, + "valueQuantity": { + "value": 34.3, + "unit": "kg", + "system": "http://unitsofmeasure.org", + "code": "kg" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492027-3635583-0", + "resource": { + "resourceType": "Observation", + "id": "492027-3635583-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:52.084-04:00", + "source": "#Vzr64JQHEIIo5FPJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492027" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492027.v1.p1", + "display": "WTKG_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "29463-7", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "29463-7", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3141-9", + "display": "Weight Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3142-7", + "display": "Weight Stated" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX021501030400", + "display": "Measured Weight Average Pounds" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX021502010100", + "display": "Self Reported Weight Kgs" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601380000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601190000", + "display": "Self Reported Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX130501200000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX141001100000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150101010000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150203030000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401030000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX201501510000", + "display": "Family History Hearing Loss Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220301260000", + "display": "Bone Age Patient Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201120000", + "display": "Growth Chart Current Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX230101390100", + "display": "PsychopathologyEatingDisorders Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101070400", + "display": "Measured Weight Average Pounds" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX810401100000", + "display": "Standardisation LungVolumeMeasurement Subject Weight" + } ] + }, + "subject": { + "reference": "Patient/3635583" + }, + "valueQuantity": { + "value": 22.7, + "unit": "kg", + "system": "http://unitsofmeasure.org", + "code": "kg" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492028-3635254-0", + "resource": { + "resourceType": "Observation", + "id": "492028-3635254-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:52.928-04:00", + "source": "#lDn4eOCYY3roHQ96", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492028" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492028.v1.p1", + "display": "bmi_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "39156-5", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401040000", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201150000", + "display": "Growth Chart Current BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101080100", + "display": "BMI Kilogram Per Squaremeter" + } ] + }, + "subject": { + "reference": "Patient/3635254" + }, + "valueQuantity": { + "value": 18.81, + "unit": "kg/m^2", + "system": "http://unitsofmeasure.org", + "code": "kg/m2" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492028-3635300-0", + "resource": { + "resourceType": "Observation", + "id": "492028-3635300-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:52.972-04:00", + "source": "#8RyWkHOTQAaKh0Ge", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492028" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492028.v1.p1", + "display": "bmi_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "39156-5", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401040000", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201150000", + "display": "Growth Chart Current BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101080100", + "display": "BMI Kilogram Per Squaremeter" + } ] + }, + "subject": { + "reference": "Patient/3635300" + }, + "valueQuantity": { + "value": 15.21, + "unit": "kg/m^2", + "system": "http://unitsofmeasure.org", + "code": "kg/m2" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492028-3635951-0", + "resource": { + "resourceType": "Observation", + "id": "492028-3635951-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:53.907-04:00", + "source": "#PwAw2W66wvvRGUNh", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492028" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492028.v1.p1", + "display": "bmi_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "39156-5", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401040000", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201150000", + "display": "Growth Chart Current BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101080100", + "display": "BMI Kilogram Per Squaremeter" + } ] + }, + "subject": { + "reference": "Patient/3635951" + }, + "valueQuantity": { + "value": 16.16, + "unit": "kg/m^2", + "system": "http://unitsofmeasure.org", + "code": "kg/m2" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492033-3635799-0", + "resource": { + "resourceType": "Observation", + "id": "492033-3635799-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:56.688-04:00", + "source": "#y4bXUbp8q4toj4K4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492033" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492033.v1.p1", + "display": "cs_tx" + } ] + }, + "subject": { + "reference": "Patient/3635799" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492033", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492033-3635823-0", + "resource": { + "resourceType": "Observation", + "id": "492033-3635823-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:56.735-04:00", + "source": "#84lxK7QBQdnR1tgY", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492033" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492033.v1.p1", + "display": "cs_tx" + } ] + }, + "subject": { + "reference": "Patient/3635823" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492033", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492036-3635587-0", + "resource": { + "resourceType": "Observation", + "id": "492036-3635587-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:59.101-04:00", + "source": "#BA6XmuHNUmFyPecc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492036" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492036.v1.p1", + "display": "clinic_city" + } ] + }, + "subject": { + "reference": "Patient/3635587" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492036", + "code": "12", + "display": "City L" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492015-3635615-0", + "resource": { + "resourceType": "Observation", + "id": "492015-3635615-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:31.251-04:00", + "source": "#2NNVNOs0pm57vBtS", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492015" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492015.v1.p1", + "display": "subj_id" + } ] + }, + "subject": { + "reference": "Patient/3635615" + }, + "valueQuantity": { + "value": 10101434, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492015-3635720-0", + "resource": { + "resourceType": "Observation", + "id": "492015-3635720-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:32.560-04:00", + "source": "#BnBRMbiLf9O9rMk7", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492015" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492015.v1.p1", + "display": "subj_id" + } ] + }, + "subject": { + "reference": "Patient/3635720" + }, + "valueQuantity": { + "value": 10101817, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492016-3635292-0", + "resource": { + "resourceType": "Observation", + "id": "492016-3635292-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:33.581-04:00", + "source": "#FtoexFLKACohGRUg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492016" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492016.v1.p1", + "display": "consent_group" + } ] + }, + "subject": { + "reference": "Patient/3635292" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492016", + "code": "1", + "display": "General Research Use (GRU)" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492018-3635296-0", + "resource": { + "resourceType": "Observation", + "id": "492018-3635296-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:38.083-04:00", + "source": "#sgX9SZfA1b0DfVo6", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492018" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492018.v1.p1", + "display": "subj_id" + } ] + }, + "subject": { + "reference": "Patient/3635296" + }, + "valueQuantity": { + "value": 10100596, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492018-3635945-0", + "resource": { + "resourceType": "Observation", + "id": "492018-3635945-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:38.980-04:00", + "source": "#Ys0KRubjHER4b9L1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492018" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492018.v1.p1", + "display": "subj_id" + } ] + }, + "subject": { + "reference": "Patient/3635945" + }, + "valueQuantity": { + "value": 10102490, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492020-3635271-0", + "resource": { + "resourceType": "Observation", + "id": "492020-3635271-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:40.667-04:00", + "source": "#yPoCHHGAY4yXGVa8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492020" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492020.v1.p1", + "display": "base_vnum" + } ] + }, + "subject": { + "reference": "Patient/3635271" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492022-3635487-0", + "resource": { + "resourceType": "Observation", + "id": "492022-3635487-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:44.200-04:00", + "source": "#l2QiRWH2yKDR9tpp", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492022" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492022.v1.p1", + "display": "case_control_peak" + } ] + }, + "subject": { + "reference": "Patient/3635487" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492022", + "code": "2", + "display": "case" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492025-3635238-0", + "resource": { + "resourceType": "Observation", + "id": "492025-3635238-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:45.682-04:00", + "source": "#lJtFlcLLzVGkYdAd", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492025" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492025.v1.p1", + "display": "age_onset" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "11368-8", + "display": "Illness or injury onset date and time" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63909-6", + "display": "Pre-existing condition Y PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "64198-5", + "display": "Asthma start age PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070801270200", + "display": "Asthma Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090901140400", + "display": "Asthma Start Age" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161301010403", + "display": "Asthma Date Of Onset Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161602010403", + "display": "Asthma Date Of Onset Year" + } ] + }, + "subject": { + "reference": "Patient/3635238" + }, + "valueQuantity": { + "value": 2, + "unit": "years", + "system": "http://unitsofmeasure.org", + "code": "a" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492025-3635505-0", + "resource": { + "resourceType": "Observation", + "id": "492025-3635505-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:46.788-04:00", + "source": "#QkoH7iBFvFrJL9Ev", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492025" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492025.v1.p1", + "display": "age_onset" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "11368-8", + "display": "Illness or injury onset date and time" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63909-6", + "display": "Pre-existing condition Y PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "64198-5", + "display": "Asthma start age PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070801270200", + "display": "Asthma Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090901140400", + "display": "Asthma Start Age" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161301010403", + "display": "Asthma Date Of Onset Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161602010403", + "display": "Asthma Date Of Onset Year" + } ] + }, + "subject": { + "reference": "Patient/3635505" + }, + "valueQuantity": { + "value": 4, + "unit": "years", + "system": "http://unitsofmeasure.org", + "code": "a" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492026-3635299-0", + "resource": { + "resourceType": "Observation", + "id": "492026-3635299-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:48.083-04:00", + "source": "#Av7XIifqjN9fj2fw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492026" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492026.v1.p1", + "display": "htcm_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3137-7", + "display": "Body height Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "8308-9", + "display": "Body height stand" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601370000", + "display": "Height" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601200000", + "display": "Self Reported Height" + } ] + }, + "subject": { + "reference": "Patient/3635299" + }, + "valueQuantity": { + "value": 131.2, + "unit": "cm", + "system": "http://unitsofmeasure.org", + "code": "cm" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492026-3635485-0", + "resource": { + "resourceType": "Observation", + "id": "492026-3635485-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:48.986-04:00", + "source": "#6WqSynLRrkVSpZZB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492026" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492026.v1.p1", + "display": "htcm_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3137-7", + "display": "Body height Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "8308-9", + "display": "Body height stand" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601370000", + "display": "Height" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601200000", + "display": "Self Reported Height" + } ] + }, + "subject": { + "reference": "Patient/3635485" + }, + "valueQuantity": { + "value": 120.3, + "unit": "cm", + "system": "http://unitsofmeasure.org", + "code": "cm" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492026-3635798-0", + "resource": { + "resourceType": "Observation", + "id": "492026-3635798-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:50.055-04:00", + "source": "#ezVHeS4JbWZRwJqY", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492026" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492026.v1.p1", + "display": "htcm_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3137-7", + "display": "Body height Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "8308-9", + "display": "Body height stand" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601370000", + "display": "Height" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601200000", + "display": "Self Reported Height" + } ] + }, + "subject": { + "reference": "Patient/3635798" + }, + "valueQuantity": { + "value": 123.6, + "unit": "cm", + "system": "http://unitsofmeasure.org", + "code": "cm" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492027-3635422-0", + "resource": { + "resourceType": "Observation", + "id": "492027-3635422-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:51.491-04:00", + "source": "#VvzfjdsLoPuGte5U", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492027" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492027.v1.p1", + "display": "WTKG_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "29463-7", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "29463-7", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3141-9", + "display": "Weight Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3142-7", + "display": "Weight Stated" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX021501030400", + "display": "Measured Weight Average Pounds" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX021502010100", + "display": "Self Reported Weight Kgs" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601380000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601190000", + "display": "Self Reported Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX130501200000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX141001100000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150101010000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150203030000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401030000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX201501510000", + "display": "Family History Hearing Loss Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220301260000", + "display": "Bone Age Patient Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201120000", + "display": "Growth Chart Current Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX230101390100", + "display": "PsychopathologyEatingDisorders Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101070400", + "display": "Measured Weight Average Pounds" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX810401100000", + "display": "Standardisation LungVolumeMeasurement Subject Weight" + } ] + }, + "subject": { + "reference": "Patient/3635422" + }, + "valueQuantity": { + "value": 27.5, + "unit": "kg", + "system": "http://unitsofmeasure.org", + "code": "kg" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492027-3635871-0", + "resource": { + "resourceType": "Observation", + "id": "492027-3635871-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:52.143-04:00", + "source": "#z3l2M3SdGWhoSGgs", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492027" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492027.v1.p1", + "display": "WTKG_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "29463-7", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "29463-7", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3141-9", + "display": "Weight Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3142-7", + "display": "Weight Stated" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX021501030400", + "display": "Measured Weight Average Pounds" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX021502010100", + "display": "Self Reported Weight Kgs" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601380000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601190000", + "display": "Self Reported Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX130501200000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX141001100000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150101010000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150203030000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401030000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX201501510000", + "display": "Family History Hearing Loss Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220301260000", + "display": "Bone Age Patient Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201120000", + "display": "Growth Chart Current Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX230101390100", + "display": "PsychopathologyEatingDisorders Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101070400", + "display": "Measured Weight Average Pounds" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX810401100000", + "display": "Standardisation LungVolumeMeasurement Subject Weight" + } ] + }, + "subject": { + "reference": "Patient/3635871" + }, + "valueQuantity": { + "value": 35.5, + "unit": "kg", + "system": "http://unitsofmeasure.org", + "code": "kg" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492028-3635243-0", + "resource": { + "resourceType": "Observation", + "id": "492028-3635243-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:52.662-04:00", + "source": "#iJYOfK3Jwl0TYJme", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492028" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492028.v1.p1", + "display": "bmi_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "39156-5", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401040000", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201150000", + "display": "Growth Chart Current BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101080100", + "display": "BMI Kilogram Per Squaremeter" + } ] + }, + "subject": { + "reference": "Patient/3635243" + }, + "valueQuantity": { + "value": 17.38, + "unit": "kg/m^2", + "system": "http://unitsofmeasure.org", + "code": "kg/m2" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492028-3635624-0", + "resource": { + "resourceType": "Observation", + "id": "492028-3635624-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:53.536-04:00", + "source": "#7Goze1SIHQRguTYX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492028" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492028.v1.p1", + "display": "bmi_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "39156-5", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401040000", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201150000", + "display": "Growth Chart Current BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101080100", + "display": "BMI Kilogram Per Squaremeter" + } ] + }, + "subject": { + "reference": "Patient/3635624" + }, + "valueQuantity": { + "value": 17.56, + "unit": "kg/m^2", + "system": "http://unitsofmeasure.org", + "code": "kg/m2" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492028-3635631-0", + "resource": { + "resourceType": "Observation", + "id": "492028-3635631-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:53.613-04:00", + "source": "#LGSFwc5N1YeQiGEo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492028" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492028.v1.p1", + "display": "bmi_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "39156-5", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401040000", + "display": "BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201150000", + "display": "Growth Chart Current BMI" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101080100", + "display": "BMI Kilogram Per Squaremeter" + } ] + }, + "subject": { + "reference": "Patient/3635631" + }, + "valueQuantity": { + "value": 17.93, + "unit": "kg/m^2", + "system": "http://unitsofmeasure.org", + "code": "kg/m2" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492029-3635801-0", + "resource": { + "resourceType": "Observation", + "id": "492029-3635801-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:54.379-04:00", + "source": "#1nPp2MYyXEdtvNNn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492029" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492029.v1.p1", + "display": "bmiz_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635801" + }, + "valueQuantity": { + "value": -0.43, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492033-3635686-0", + "resource": { + "resourceType": "Observation", + "id": "492033-3635686-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:56.580-04:00", + "source": "#2JCBVkLYWLyCm0mo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492033" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492033.v1.p1", + "display": "cs_tx" + } ] + }, + "subject": { + "reference": "Patient/3635686" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492033", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492035-3635823-0", + "resource": { + "resourceType": "Observation", + "id": "492035-3635823-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:58.356-04:00", + "source": "#ywuhWymTQr9stRbL", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492035" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492035.v1.p1", + "display": "cs_comb_tx" + } ] + }, + "subject": { + "reference": "Patient/3635823" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492035", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492036-3635989-0", + "resource": { + "resourceType": "Observation", + "id": "492036-3635989-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:58.708-04:00", + "source": "#jqUFQgFntxG0TfQ6", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492036" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492036.v1.p1", + "display": "clinic_city" + } ] + }, + "subject": { + "reference": "Patient/3635989" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492036", + "code": "1", + "display": "City A" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492016-3635721-0", + "resource": { + "resourceType": "Observation", + "id": "492016-3635721-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:34.175-04:00", + "source": "#FqzzjqNzmqLnsTgi", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492016" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492016.v1.p1", + "display": "consent_group" + } ] + }, + "subject": { + "reference": "Patient/3635721" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492016", + "code": "1", + "display": "General Research Use (GRU)" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492016-3635863-0", + "resource": { + "resourceType": "Observation", + "id": "492016-3635863-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:34.972-04:00", + "source": "#zwTDxqdNQSNw4yVr", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492016" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492016.v1.p1", + "display": "consent_group" + } ] + }, + "subject": { + "reference": "Patient/3635863" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492016", + "code": "1", + "display": "General Research Use (GRU)" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492017-3635522-0", + "resource": { + "resourceType": "Observation", + "id": "492017-3635522-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:36.074-04:00", + "source": "#yfeujgWHGt8femGn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492017" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492017.v1.p1", + "display": "gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "46098-0", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63898-1", + "display": "Deprecated Cancer relative gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX011801010000", + "display": "Gender Identity Term" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX020302160000", + "display": "BodyComposition Dxa WholeBody Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070601010100", + "display": "Self Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601390000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX130501020200", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150101020000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150102010000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150201020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150202020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150203010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161201010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220301250000", + "display": "Bone Age Patient Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX810301400000", + "display": "SingleBreath CarbonMonoxide DiffusingCapacity Subject Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX811301030000", + "display": "SerumPlasmaFerritin Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX820102370000", + "display": "QualityOfCareChildren Your Gender" + } ] + }, + "subject": { + "reference": "Patient/3635522" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492017", + "code": "1", + "display": "Male" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492020-3635531-0", + "resource": { + "resourceType": "Observation", + "id": "492020-3635531-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:42.469-04:00", + "source": "#MeEsLP7WVflqjRWc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492020" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492020.v1.p1", + "display": "base_vnum" + } ] + }, + "subject": { + "reference": "Patient/3635531" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492021-3635500-0", + "resource": { + "resourceType": "Observation", + "id": "492021-3635500-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:43.371-04:00", + "source": "#I1Qq00ZbxLdz6kIf", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492021" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492021.v1.p1", + "display": "case_control" + } ] + }, + "subject": { + "reference": "Patient/3635500" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492021", + "code": "2", + "display": "case" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492026-3635228-0", + "resource": { + "resourceType": "Observation", + "id": "492026-3635228-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:47.382-04:00", + "source": "#vDUlynx6aV01KZGu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492026" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492026.v1.p1", + "display": "htcm_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3137-7", + "display": "Body height Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "8308-9", + "display": "Body height stand" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601370000", + "display": "Height" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601200000", + "display": "Self Reported Height" + } ] + }, + "subject": { + "reference": "Patient/3635228" + }, + "valueQuantity": { + "value": 150.1, + "unit": "cm", + "system": "http://unitsofmeasure.org", + "code": "cm" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492027-3635304-0", + "resource": { + "resourceType": "Observation", + "id": "492027-3635304-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:50.777-04:00", + "source": "#MXMJ8vOk55SIYu7X", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492027" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492027.v1.p1", + "display": "WTKG_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "29463-7", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "29463-7", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3141-9", + "display": "Weight Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3142-7", + "display": "Weight Stated" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX021501030400", + "display": "Measured Weight Average Pounds" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX021502010100", + "display": "Self Reported Weight Kgs" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601380000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601190000", + "display": "Self Reported Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX130501200000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX141001100000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150101010000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150203030000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX151401030000", + "display": "Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX201501510000", + "display": "Family History Hearing Loss Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220301260000", + "display": "Bone Age Patient Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX221201120000", + "display": "Growth Chart Current Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX230101390100", + "display": "PsychopathologyEatingDisorders Weight" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX570101070400", + "display": "Measured Weight Average Pounds" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX810401100000", + "display": "Standardisation LungVolumeMeasurement Subject Weight" + } ] + }, + "subject": { + "reference": "Patient/3635304" + }, + "valueQuantity": { + "value": 28.5, + "unit": "kg", + "system": "http://unitsofmeasure.org", + "code": "kg" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492033-3635861-0", + "resource": { + "resourceType": "Observation", + "id": "492033-3635861-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:56.781-04:00", + "source": "#KqSo42akozqKXHtA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492033" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492033.v1.p1", + "display": "cs_tx" + } ] + }, + "subject": { + "reference": "Patient/3635861" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492033", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492035-3635356-0", + "resource": { + "resourceType": "Observation", + "id": "492035-3635356-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:57.679-04:00", + "source": "#npdjtQVTprM3CcnW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492035" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492035.v1.p1", + "display": "cs_comb_tx" + } ] + }, + "subject": { + "reference": "Patient/3635356" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492035", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492036-3635411-0", + "resource": { + "resourceType": "Observation", + "id": "492036-3635411-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:58.869-04:00", + "source": "#ujPAWygkPLanwjP0", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492036" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492036.v1.p1", + "display": "clinic_city" + } ] + }, + "subject": { + "reference": "Patient/3635411" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492036", + "code": "12", + "display": "City L" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492015-3635331-0", + "resource": { + "resourceType": "Observation", + "id": "492015-3635331-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:29.971-04:00", + "source": "#X9nOiWuBdpKdoRJj", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492015" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492015.v1.p1", + "display": "subj_id" + } ] + }, + "subject": { + "reference": "Patient/3635331" + }, + "valueQuantity": { + "value": 10100679, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492016-3635271-0", + "resource": { + "resourceType": "Observation", + "id": "492016-3635271-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:32.973-04:00", + "source": "#w68xDPWq16rKeaoH", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492016" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492016.v1.p1", + "display": "consent_group" + } ] + }, + "subject": { + "reference": "Patient/3635271" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492016", + "code": "1", + "display": "General Research Use (GRU)" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492017-3635791-0", + "resource": { + "resourceType": "Observation", + "id": "492017-3635791-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:37.281-04:00", + "source": "#Nx0hX69oNIN9pPD8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492017" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492017.v1.p1", + "display": "gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "46098-0", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63898-1", + "display": "Deprecated Cancer relative gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX011801010000", + "display": "Gender Identity Term" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX020302160000", + "display": "BodyComposition Dxa WholeBody Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070601010100", + "display": "Self Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601390000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX130501020200", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150101020000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150102010000", + "display": "Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150201020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150202020000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX150203010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161201010000", + "display": "Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220301250000", + "display": "Bone Age Patient Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX810301400000", + "display": "SingleBreath CarbonMonoxide DiffusingCapacity Subject Sex" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX811301030000", + "display": "SerumPlasmaFerritin Gender" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX820102370000", + "display": "QualityOfCareChildren Your Gender" + } ] + }, + "subject": { + "reference": "Patient/3635791" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492017", + "code": "2", + "display": "Female" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492018-3635452-0", + "resource": { + "resourceType": "Observation", + "id": "492018-3635452-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:38.372-04:00", + "source": "#FzDKJWf1TTRIj42r", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492018" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492018.v1.p1", + "display": "subj_id" + } ] + }, + "subject": { + "reference": "Patient/3635452" + }, + "valueQuantity": { + "value": 10100991, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492020-3635417-0", + "resource": { + "resourceType": "Observation", + "id": "492020-3635417-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:41.376-04:00", + "source": "#e2zDQnHxwh7ay8w1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492020" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492020.v1.p1", + "display": "base_vnum" + } ] + }, + "subject": { + "reference": "Patient/3635417" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492023-3635931-0", + "resource": { + "resourceType": "Observation", + "id": "492023-3635931-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:44.772-04:00", + "source": "#I0M5t76UOTPogR7b", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492023" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492023.v1.p1", + "display": "race" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "64606-7", + "display": "Race - 2 character code PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601400000", + "display": "Race" + } ] + }, + "subject": { + "reference": "Patient/3635931" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492023", + "code": "1", + "display": "Caucasian" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492025-3635373-0", + "resource": { + "resourceType": "Observation", + "id": "492025-3635373-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:46.269-04:00", + "source": "#G6nA1GD70eLVtTll", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492025" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492025.v1.p1", + "display": "age_onset" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "11368-8", + "display": "Illness or injury onset date and time" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "63909-6", + "display": "Pre-existing condition Y PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "64198-5", + "display": "Asthma start age PhenX" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX070801270200", + "display": "Asthma Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090901140400", + "display": "Asthma Start Age" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161301010403", + "display": "Asthma Date Of Onset Year" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX161602010403", + "display": "Asthma Date Of Onset Year" + } ] + }, + "subject": { + "reference": "Patient/3635373" + }, + "valueQuantity": { + "value": 2.5, + "unit": "years", + "system": "http://unitsofmeasure.org", + "code": "a" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492026-3635448-0", + "resource": { + "resourceType": "Observation", + "id": "492026-3635448-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:48.277-04:00", + "source": "#ejdyzCPm9TFpW4lz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492026" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492026.v1.p1", + "display": "htcm_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3137-7", + "display": "Body height Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "8308-9", + "display": "Body height stand" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601370000", + "display": "Height" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601200000", + "display": "Self Reported Height" + } ] + }, + "subject": { + "reference": "Patient/3635448" + }, + "valueQuantity": { + "value": 133.7, + "unit": "cm", + "system": "http://unitsofmeasure.org", + "code": "cm" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492026-3635652-0", + "resource": { + "resourceType": "Observation", + "id": "492026-3635652-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:49.288-04:00", + "source": "#PflZnJ8y1WvVl54O", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492026" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492026.v1.p1", + "display": "htcm_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "3137-7", + "display": "Body height Measured" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "8308-9", + "display": "Body height stand" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601370000", + "display": "Height" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX120601200000", + "display": "Self Reported Height" + } ] + }, + "subject": { + "reference": "Patient/3635652" + }, + "valueQuantity": { + "value": 130.8, + "unit": "cm", + "system": "http://unitsofmeasure.org", + "code": "cm" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492029-3635933-0", + "resource": { + "resourceType": "Observation", + "id": "492029-3635933-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:54.571-04:00", + "source": "#l5D8uslWjiLBrFd9", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492029" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492029.v1.p1", + "display": "bmiz_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635933" + }, + "valueQuantity": { + "value": 0.83, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492030-3635699-0", + "resource": { + "resourceType": "Observation", + "id": "492030-3635699-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:55.071-04:00", + "source": "#0ujyBWO5nmFLxpe0", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492030" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492030.v1.p1", + "display": "tx_grp" + } ] + }, + "subject": { + "reference": "Patient/3635699" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492030", + "code": "9", + "display": "Placebo" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492033-3635222-0", + "resource": { + "resourceType": "Observation", + "id": "492033-3635222-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:55.469-04:00", + "source": "#KodyO9u9oVtK5MDx", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492033" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492033.v1.p1", + "display": "cs_tx" + } ] + }, + "subject": { + "reference": "Patient/3635222" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492033", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492033-3635499-0", + "resource": { + "resourceType": "Observation", + "id": "492033-3635499-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:55.869-04:00", + "source": "#m58z4bgz7Tp36dcZ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492033" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492033.v1.p1", + "display": "cs_tx" + } ] + }, + "subject": { + "reference": "Patient/3635499" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492033", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492034-3635214-0", + "resource": { + "resourceType": "Observation", + "id": "492034-3635214-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:57.272-04:00", + "source": "#AGae5duuI1XnSMzV", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492034" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492034.v1.p1", + "display": "cs_dose" + } ] + }, + "subject": { + "reference": "Patient/3635214" + }, + "valueQuantity": { + "value": 180, + "unit": "mcg/day", + "system": "http://unitsofmeasure.org", + "code": "ug/d" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492036-3635326-0", + "resource": { + "resourceType": "Observation", + "id": "492036-3635326-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:59.168-04:00", + "source": "#DsEHA5NzQEHy1JIU", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492036" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492036.v1.p1", + "display": "clinic_city" + } ] + }, + "subject": { + "reference": "Patient/3635326" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492036", + "code": "2", + "display": "City B" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492036-3635913-0", + "resource": { + "resourceType": "Observation", + "id": "492036-3635913-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:59.490-04:00", + "source": "#rnlg2vTStxHL8xGP", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492036" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492036.v1.p1", + "display": "clinic_city" + } ] + }, + "subject": { + "reference": "Patient/3635913" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492036", + "code": "2", + "display": "City B" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492036-3635539-0", + "resource": { + "resourceType": "Observation", + "id": "492036-3635539-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:59.655-04:00", + "source": "#Sp02BzbbgPip6mSX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492036" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492036.v1.p1", + "display": "clinic_city" + } ] + }, + "subject": { + "reference": "Patient/3635539" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492036", + "code": "3", + "display": "City C" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492036-3635196-0", + "resource": { + "resourceType": "Observation", + "id": "492036-3635196-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:59.806-04:00", + "source": "#UAsadnWuCM1OYAX4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492036" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492036.v1.p1", + "display": "clinic_city" + } ] + }, + "subject": { + "reference": "Patient/3635196" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492036", + "code": "8", + "display": "City H" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492036-3635799-0", + "resource": { + "resourceType": "Observation", + "id": "492036-3635799-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:59.876-04:00", + "source": "#QkdqM399FKtKEPfA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492036" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492036.v1.p1", + "display": "clinic_city" + } ] + }, + "subject": { + "reference": "Patient/3635799" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492036", + "code": "8", + "display": "City H" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492037-3635231-0", + "resource": { + "resourceType": "Observation", + "id": "492037-3635231-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:59.954-04:00", + "source": "#AboihbMufz5u0OOG", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492037" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492037.v1.p1", + "display": "smoke" + } ] + }, + "subject": { + "reference": "Patient/3635231" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492037", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492037-3635302-0", + "resource": { + "resourceType": "Observation", + "id": "492037-3635302-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:00.010-04:00", + "source": "#1nRicienvYwIjiuE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492037" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492037.v1.p1", + "display": "smoke" + } ] + }, + "subject": { + "reference": "Patient/3635302" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492037", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492037-3635423-0", + "resource": { + "resourceType": "Observation", + "id": "492037-3635423-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:00.356-04:00", + "source": "#vwxSqKSRRQATrYcD", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492037" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492037.v1.p1", + "display": "smoke" + } ] + }, + "subject": { + "reference": "Patient/3635423" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492037", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492037-3635430-0", + "resource": { + "resourceType": "Observation", + "id": "492037-3635430-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:00.783-04:00", + "source": "#OahtMBRvTwU9nivq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492037" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492037.v1.p1", + "display": "smoke" + } ] + }, + "subject": { + "reference": "Patient/3635430" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492037", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492037-3635495-0", + "resource": { + "resourceType": "Observation", + "id": "492037-3635495-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:01.074-04:00", + "source": "#jasvKvt4vnWiZmn8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492037" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492037.v1.p1", + "display": "smoke" + } ] + }, + "subject": { + "reference": "Patient/3635495" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492037", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492037-3635733-0", + "resource": { + "resourceType": "Observation", + "id": "492037-3635733-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:01.520-04:00", + "source": "#tP7ZG5OJoVJ3qCqX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492037" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492037.v1.p1", + "display": "smoke" + } ] + }, + "subject": { + "reference": "Patient/3635733" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492037", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492037-3635764-0", + "resource": { + "resourceType": "Observation", + "id": "492037-3635764-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:01.787-04:00", + "source": "#kiFF62PXRJmKCYsY", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492037" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492037.v1.p1", + "display": "smoke" + } ] + }, + "subject": { + "reference": "Patient/3635764" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492037", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492037-3635828-0", + "resource": { + "resourceType": "Observation", + "id": "492037-3635828-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:01.902-04:00", + "source": "#71XsRyEYXfyhvaVL", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492037" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492037.v1.p1", + "display": "smoke" + } ] + }, + "subject": { + "reference": "Patient/3635828" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492037", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492038-3635318-0", + "resource": { + "resourceType": "Observation", + "id": "492038-3635318-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:02.089-04:00", + "source": "#l9Wh81UuVtjKcTIb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492038" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492038.v1.p1", + "display": "ENV_SMOKE" + } ] + }, + "subject": { + "reference": "Patient/3635318" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492038", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492038-3635410-0", + "resource": { + "resourceType": "Observation", + "id": "492038-3635410-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:02.150-04:00", + "source": "#NRtYEgneBEm27k8W", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492038" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492038.v1.p1", + "display": "ENV_SMOKE" + } ] + }, + "subject": { + "reference": "Patient/3635410" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492038", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492038-3635438-0", + "resource": { + "resourceType": "Observation", + "id": "492038-3635438-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:02.206-04:00", + "source": "#eHCoU3HG0EegyQ0a", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492038" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492038.v1.p1", + "display": "ENV_SMOKE" + } ] + }, + "subject": { + "reference": "Patient/3635438" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492038", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492038-3635788-0", + "resource": { + "resourceType": "Observation", + "id": "492038-3635788-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:02.247-04:00", + "source": "#EdJsA64jLNzIVKvZ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492038" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492038.v1.p1", + "display": "ENV_SMOKE" + } ] + }, + "subject": { + "reference": "Patient/3635788" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492038", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492038-3635811-0", + "resource": { + "resourceType": "Observation", + "id": "492038-3635811-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:02.310-04:00", + "source": "#MHXZ7EeaHf7nLzHe", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492038" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492038.v1.p1", + "display": "ENV_SMOKE" + } ] + }, + "subject": { + "reference": "Patient/3635811" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492038", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492038-3635950-0", + "resource": { + "resourceType": "Observation", + "id": "492038-3635950-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:02.357-04:00", + "source": "#cXz7u93HZ8wMKrkl", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492038" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492038.v1.p1", + "display": "ENV_SMOKE" + } ] + }, + "subject": { + "reference": "Patient/3635950" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492038", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492038-3635204-0", + "resource": { + "resourceType": "Observation", + "id": "492038-3635204-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:02.568-04:00", + "source": "#RVgU0EfEdsCb68gw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492038" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492038.v1.p1", + "display": "ENV_SMOKE" + } ] + }, + "subject": { + "reference": "Patient/3635204" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492038", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492038-3635542-0", + "resource": { + "resourceType": "Observation", + "id": "492038-3635542-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:02.677-04:00", + "source": "#Hc850gJ68Pr4xram", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492038" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492038.v1.p1", + "display": "ENV_SMOKE" + } ] + }, + "subject": { + "reference": "Patient/3635542" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492038", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492038-3635606-0", + "resource": { + "resourceType": "Observation", + "id": "492038-3635606-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:03.057-04:00", + "source": "#luYMbyxh539703b6", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492038" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492038.v1.p1", + "display": "ENV_SMOKE" + } ] + }, + "subject": { + "reference": "Patient/3635606" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492038", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492038-3635615-0", + "resource": { + "resourceType": "Observation", + "id": "492038-3635615-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:03.357-04:00", + "source": "#ZxfHz692ilP9i2oU", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492038" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492038.v1.p1", + "display": "ENV_SMOKE" + } ] + }, + "subject": { + "reference": "Patient/3635615" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492038", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492038-3635691-0", + "resource": { + "resourceType": "Observation", + "id": "492038-3635691-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:03.567-04:00", + "source": "#wRkaTyyVl0r9f6aD", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492038" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492038.v1.p1", + "display": "ENV_SMOKE" + } ] + }, + "subject": { + "reference": "Patient/3635691" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492038", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492038-3635796-0", + "resource": { + "resourceType": "Observation", + "id": "492038-3635796-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:03.669-04:00", + "source": "#XZLAJYD74jPNFwE3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492038" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492038.v1.p1", + "display": "ENV_SMOKE" + } ] + }, + "subject": { + "reference": "Patient/3635796" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492038", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492039-3635443-0", + "resource": { + "resourceType": "Observation", + "id": "492039-3635443-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:03.900-04:00", + "source": "#7K9AVxjAvKJJzqZv", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492039" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492039.v1.p1", + "display": "ENV_SMOKE_pretrial" + } ] + }, + "subject": { + "reference": "Patient/3635443" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492039", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492039-3635565-0", + "resource": { + "resourceType": "Observation", + "id": "492039-3635565-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:04.180-04:00", + "source": "#HhVb2py0HHlVxtLD", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492039" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492039.v1.p1", + "display": "ENV_SMOKE_pretrial" + } ] + }, + "subject": { + "reference": "Patient/3635565" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492039", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492039-3635671-0", + "resource": { + "resourceType": "Observation", + "id": "492039-3635671-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:04.233-04:00", + "source": "#pGdRtVWZjutVqlRN", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492039" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492039.v1.p1", + "display": "ENV_SMOKE_pretrial" + } ] + }, + "subject": { + "reference": "Patient/3635671" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492039", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492039-3635749-0", + "resource": { + "resourceType": "Observation", + "id": "492039-3635749-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:04.283-04:00", + "source": "#D1AiirM2Pqecs2VT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492039" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492039.v1.p1", + "display": "ENV_SMOKE_pretrial" + } ] + }, + "subject": { + "reference": "Patient/3635749" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492039", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492039-3635266-0", + "resource": { + "resourceType": "Observation", + "id": "492039-3635266-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:04.328-04:00", + "source": "#PbmHxbVslyIw0JNv", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492039" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492039.v1.p1", + "display": "ENV_SMOKE_pretrial" + } ] + }, + "subject": { + "reference": "Patient/3635266" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492039", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492039-3635368-0", + "resource": { + "resourceType": "Observation", + "id": "492039-3635368-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:04.395-04:00", + "source": "#KPP372m3IGTrEyQH", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492039" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492039.v1.p1", + "display": "ENV_SMOKE_pretrial" + } ] + }, + "subject": { + "reference": "Patient/3635368" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492039", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492039-3635461-0", + "resource": { + "resourceType": "Observation", + "id": "492039-3635461-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:04.674-04:00", + "source": "#h9S141cbJoTO3J8x", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492039" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492039.v1.p1", + "display": "ENV_SMOKE_pretrial" + } ] + }, + "subject": { + "reference": "Patient/3635461" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492039", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492039-3635558-0", + "resource": { + "resourceType": "Observation", + "id": "492039-3635558-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:04.771-04:00", + "source": "#q2CJSVRK9LrH0Hcx", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492039" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492039.v1.p1", + "display": "ENV_SMOKE_pretrial" + } ] + }, + "subject": { + "reference": "Patient/3635558" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492039", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492040-3635241-0", + "resource": { + "resourceType": "Observation", + "id": "492040-3635241-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:05.091-04:00", + "source": "#f3mBmkXJHywlu0fz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492040" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492040.v1.p1", + "display": "IUS" + } ] + }, + "subject": { + "reference": "Patient/3635241" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492040", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492040-3635253-0", + "resource": { + "resourceType": "Observation", + "id": "492040-3635253-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:05.151-04:00", + "source": "#UhuerNxFHUzHlib9", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492040" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492040.v1.p1", + "display": "IUS" + } ] + }, + "subject": { + "reference": "Patient/3635253" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492040", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492040-3635254-0", + "resource": { + "resourceType": "Observation", + "id": "492040-3635254-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:05.204-04:00", + "source": "#gYwULVkQw039r5d5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492040" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492040.v1.p1", + "display": "IUS" + } ] + }, + "subject": { + "reference": "Patient/3635254" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492040", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492040-3635301-0", + "resource": { + "resourceType": "Observation", + "id": "492040-3635301-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:05.269-04:00", + "source": "#lwZMNWDaJhG2t3RW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492040" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492040.v1.p1", + "display": "IUS" + } ] + }, + "subject": { + "reference": "Patient/3635301" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492040", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492040-3635490-0", + "resource": { + "resourceType": "Observation", + "id": "492040-3635490-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:05.780-04:00", + "source": "#Er7r7AgCJ0RpI268", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492040" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492040.v1.p1", + "display": "IUS" + } ] + }, + "subject": { + "reference": "Patient/3635490" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492040", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492040-3635598-0", + "resource": { + "resourceType": "Observation", + "id": "492040-3635598-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:05.819-04:00", + "source": "#eixQKpSTp7vp5beJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492040" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492040.v1.p1", + "display": "IUS" + } ] + }, + "subject": { + "reference": "Patient/3635598" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492040", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492040-3635610-0", + "resource": { + "resourceType": "Observation", + "id": "492040-3635610-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:05.970-04:00", + "source": "#LDMJo4kFrcTc4p5U", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492040" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492040.v1.p1", + "display": "IUS" + } ] + }, + "subject": { + "reference": "Patient/3635610" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492040", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492040-3635670-0", + "resource": { + "resourceType": "Observation", + "id": "492040-3635670-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:06.019-04:00", + "source": "#JgEaVPEVX9XiAkf7", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492040" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492040.v1.p1", + "display": "IUS" + } ] + }, + "subject": { + "reference": "Patient/3635670" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492040", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492040-3635875-0", + "resource": { + "resourceType": "Observation", + "id": "492040-3635875-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:06.064-04:00", + "source": "#BhHJgsSGceNOC2aB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492040" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492040.v1.p1", + "display": "IUS" + } ] + }, + "subject": { + "reference": "Patient/3635875" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492040", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492040-3635892-0", + "resource": { + "resourceType": "Observation", + "id": "492040-3635892-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:06.115-04:00", + "source": "#aTH83CQjPZNkgZ8d", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492040" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492040.v1.p1", + "display": "IUS" + } ] + }, + "subject": { + "reference": "Patient/3635892" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492040", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492040-3635920-0", + "resource": { + "resourceType": "Observation", + "id": "492040-3635920-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:06.175-04:00", + "source": "#VIFO1Lh3IGbv1dxf", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492040" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492040.v1.p1", + "display": "IUS" + } ] + }, + "subject": { + "reference": "Patient/3635920" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492040", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492040-3635901-0", + "resource": { + "resourceType": "Observation", + "id": "492040-3635901-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:06.233-04:00", + "source": "#p4u2RZeHmwuTRd62", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492040" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492040.v1.p1", + "display": "IUS" + } ] + }, + "subject": { + "reference": "Patient/3635901" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492040", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492040-3635998-0", + "resource": { + "resourceType": "Observation", + "id": "492040-3635998-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:06.282-04:00", + "source": "#yih3eTM6MIc3vE0h", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492040" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492040.v1.p1", + "display": "IUS" + } ] + }, + "subject": { + "reference": "Patient/3635998" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492040", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492041-3635243-0", + "resource": { + "resourceType": "Observation", + "id": "492041-3635243-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:06.467-04:00", + "source": "#b5B3U8aoXdE47zX4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492041" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492041.v1.p1", + "display": "tot_pred_bursts" + } ] + }, + "subject": { + "reference": "Patient/3635243" + }, + "valueQuantity": { + "value": 16, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492041-3635406-0", + "resource": { + "resourceType": "Observation", + "id": "492041-3635406-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:06.510-04:00", + "source": "#G5hpVe5ZFzvrSqUQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492041" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492041.v1.p1", + "display": "tot_pred_bursts" + } ] + }, + "subject": { + "reference": "Patient/3635406" + }, + "valueQuantity": { + "value": 13, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492041-3635481-0", + "resource": { + "resourceType": "Observation", + "id": "492041-3635481-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:06.604-04:00", + "source": "#iJ9lAP8IkpQZt4ov", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492041" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492041.v1.p1", + "display": "tot_pred_bursts" + } ] + }, + "subject": { + "reference": "Patient/3635481" + }, + "valueQuantity": { + "value": 4, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492041-3635509-0", + "resource": { + "resourceType": "Observation", + "id": "492041-3635509-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:06.698-04:00", + "source": "#3QuIRE4ccpZHy4g3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492041" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492041.v1.p1", + "display": "tot_pred_bursts" + } ] + }, + "subject": { + "reference": "Patient/3635509" + }, + "valueQuantity": { + "value": 8, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492041-3635554-0", + "resource": { + "resourceType": "Observation", + "id": "492041-3635554-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:06.774-04:00", + "source": "#q01APVgUgRX5hhEu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492041" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492041.v1.p1", + "display": "tot_pred_bursts" + } ] + }, + "subject": { + "reference": "Patient/3635554" + }, + "valueQuantity": { + "value": 8, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492041-3635696-0", + "resource": { + "resourceType": "Observation", + "id": "492041-3635696-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:07.095-04:00", + "source": "#vrInADzp9NqWSAm4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492041" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492041.v1.p1", + "display": "tot_pred_bursts" + } ] + }, + "subject": { + "reference": "Patient/3635696" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492041-3635697-0", + "resource": { + "resourceType": "Observation", + "id": "492041-3635697-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:07.171-04:00", + "source": "#oVRmb7nTNtwmdSQe", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492041" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492041.v1.p1", + "display": "tot_pred_bursts" + } ] + }, + "subject": { + "reference": "Patient/3635697" + }, + "valueQuantity": { + "value": 4, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492041-3635884-0", + "resource": { + "resourceType": "Observation", + "id": "492041-3635884-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:07.217-04:00", + "source": "#kp7d1IUG3yEDBhbq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492041" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492041.v1.p1", + "display": "tot_pred_bursts" + } ] + }, + "subject": { + "reference": "Patient/3635884" + }, + "valueQuantity": { + "value": 6, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492041-3635996-0", + "resource": { + "resourceType": "Observation", + "id": "492041-3635996-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:07.369-04:00", + "source": "#MH3YT1iEYBzuDljV", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492041" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492041.v1.p1", + "display": "tot_pred_bursts" + } ] + }, + "subject": { + "reference": "Patient/3635996" + }, + "valueQuantity": { + "value": 3, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492042-3635200-0", + "resource": { + "resourceType": "Observation", + "id": "492042-3635200-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:07.481-04:00", + "source": "#3fOjJPMdJoOgP5uY", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492042" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492042.v1.p1", + "display": "pred_bursts_event1_month" + } ] + }, + "subject": { + "reference": "Patient/3635200" + }, + "valueQuantity": { + "value": 4, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492042-3635315-0", + "resource": { + "resourceType": "Observation", + "id": "492042-3635315-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:07.523-04:00", + "source": "#JYacig6bQj18aZLf", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492042" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492042.v1.p1", + "display": "pred_bursts_event1_month" + } ] + }, + "subject": { + "reference": "Patient/3635315" + }, + "valueQuantity": { + "value": 48, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492042-3635320-0", + "resource": { + "resourceType": "Observation", + "id": "492042-3635320-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:07.582-04:00", + "source": "#AbUCoiB5ufVtQZhJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492042" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492042.v1.p1", + "display": "pred_bursts_event1_month" + } ] + }, + "subject": { + "reference": "Patient/3635320" + }, + "valueQuantity": { + "value": 8, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492042-3635399-0", + "resource": { + "resourceType": "Observation", + "id": "492042-3635399-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:07.634-04:00", + "source": "#54e0bGtuJ8iAsn9k", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492042" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492042.v1.p1", + "display": "pred_bursts_event1_month" + } ] + }, + "subject": { + "reference": "Patient/3635399" + }, + "valueQuantity": { + "value": 48, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492042-3635423-0", + "resource": { + "resourceType": "Observation", + "id": "492042-3635423-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:07.677-04:00", + "source": "#M1TYSvVFD28MKr8J", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492042" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492042.v1.p1", + "display": "pred_bursts_event1_month" + } ] + }, + "subject": { + "reference": "Patient/3635423" + }, + "valueQuantity": { + "value": 4, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492042-3635644-0", + "resource": { + "resourceType": "Observation", + "id": "492042-3635644-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:08.091-04:00", + "source": "#wPTl37ybXDu7rQKb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492042" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492042.v1.p1", + "display": "pred_bursts_event1_month" + } ] + }, + "subject": { + "reference": "Patient/3635644" + }, + "valueQuantity": { + "value": 20, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492042-3635799-0", + "resource": { + "resourceType": "Observation", + "id": "492042-3635799-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:08.148-04:00", + "source": "#v9LBXQ3LksuQeMZR", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492042" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492042.v1.p1", + "display": "pred_bursts_event1_month" + } ] + }, + "subject": { + "reference": "Patient/3635799" + }, + "valueQuantity": { + "value": 48, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492042-3635870-0", + "resource": { + "resourceType": "Observation", + "id": "492042-3635870-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:08.205-04:00", + "source": "#CrnUa11fKqjIrdd2", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492042" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492042.v1.p1", + "display": "pred_bursts_event1_month" + } ] + }, + "subject": { + "reference": "Patient/3635870" + }, + "valueQuantity": { + "value": 8, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492043-3635216-0", + "resource": { + "resourceType": "Observation", + "id": "492043-3635216-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:08.257-04:00", + "source": "#t3os1wq5ih5tcPwT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492043" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492043.v1.p1", + "display": "pred_bursts_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635216" + }, + "valueQuantity": { + "value": 35, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492043-3635472-0", + "resource": { + "resourceType": "Observation", + "id": "492043-3635472-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:08.303-04:00", + "source": "#v0y0bjXxpUpteumn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492043" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492043.v1.p1", + "display": "pred_bursts_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635472" + }, + "valueQuantity": { + "value": 17, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492043-3635495-0", + "resource": { + "resourceType": "Observation", + "id": "492043-3635495-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:08.349-04:00", + "source": "#hnM2uvczooY6CVWp", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492043" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492043.v1.p1", + "display": "pred_bursts_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635495" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492043-3635638-0", + "resource": { + "resourceType": "Observation", + "id": "492043-3635638-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:08.411-04:00", + "source": "#WgGYu8OG0CpuEKVR", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492043" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492043.v1.p1", + "display": "pred_bursts_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635638" + }, + "valueQuantity": { + "value": 35, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492043-3635663-0", + "resource": { + "resourceType": "Observation", + "id": "492043-3635663-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:08.469-04:00", + "source": "#xoiJq2XpEBzzoEOT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492043" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492043.v1.p1", + "display": "pred_bursts_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635663" + }, + "valueQuantity": { + "value": 35, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492043-3635770-0", + "resource": { + "resourceType": "Observation", + "id": "492043-3635770-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:08.982-04:00", + "source": "#VhXI9Tvg24ghniD7", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492043" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492043.v1.p1", + "display": "pred_bursts_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635770" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492043-3635829-0", + "resource": { + "resourceType": "Observation", + "id": "492043-3635829-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:09.074-04:00", + "source": "#Ps58DqHc8aHKpoUa", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492043" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492043.v1.p1", + "display": "pred_bursts_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635829" + }, + "valueQuantity": { + "value": 35, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492043-3635844-0", + "resource": { + "resourceType": "Observation", + "id": "492043-3635844-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:09.480-04:00", + "source": "#tnfxfy5rJRYKgMPY", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492043" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492043.v1.p1", + "display": "pred_bursts_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635844" + }, + "valueQuantity": { + "value": 35, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492043-3635927-0", + "resource": { + "resourceType": "Observation", + "id": "492043-3635927-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:09.646-04:00", + "source": "#0BDbidQ1NsyzKY4u", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492043" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492043.v1.p1", + "display": "pred_bursts_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635927" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492043-3635988-0", + "resource": { + "resourceType": "Observation", + "id": "492043-3635988-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:09.683-04:00", + "source": "#1CZcdIZm72KqfjhP", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492043" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492043.v1.p1", + "display": "pred_bursts_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635988" + }, + "valueQuantity": { + "value": 86, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492044-3635204-0", + "resource": { + "resourceType": "Observation", + "id": "492044-3635204-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:09.719-04:00", + "source": "#PvUhIrGzq071vNPe", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492044" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492044.v1.p1", + "display": "pred_bursts_event2_month" + } ] + }, + "subject": { + "reference": "Patient/3635204" + }, + "valueQuantity": { + "value": 48, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492044-3635334-0", + "resource": { + "resourceType": "Observation", + "id": "492044-3635334-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:09.765-04:00", + "source": "#MCppyvxIvcZ5qQAF", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492044" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492044.v1.p1", + "display": "pred_bursts_event2_month" + } ] + }, + "subject": { + "reference": "Patient/3635334" + }, + "valueQuantity": { + "value": 48, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492044-3635348-0", + "resource": { + "resourceType": "Observation", + "id": "492044-3635348-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:10.163-04:00", + "source": "#j4CxpuN3vXqbo1VT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492044" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492044.v1.p1", + "display": "pred_bursts_event2_month" + } ] + }, + "subject": { + "reference": "Patient/3635348" + }, + "valueQuantity": { + "value": 4, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492044-3635412-0", + "resource": { + "resourceType": "Observation", + "id": "492044-3635412-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:10.319-04:00", + "source": "#KdQaGjRRDk19n8b0", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492044" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492044.v1.p1", + "display": "pred_bursts_event2_month" + } ] + }, + "subject": { + "reference": "Patient/3635412" + }, + "valueQuantity": { + "value": 48, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492044-3635603-0", + "resource": { + "resourceType": "Observation", + "id": "492044-3635603-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:10.467-04:00", + "source": "#LAfn7d6VsnmspF7M", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492044" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492044.v1.p1", + "display": "pred_bursts_event2_month" + } ] + }, + "subject": { + "reference": "Patient/3635603" + }, + "valueQuantity": { + "value": 48, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492044-3635644-0", + "resource": { + "resourceType": "Observation", + "id": "492044-3635644-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:10.510-04:00", + "source": "#ynLsz62vdm3R0m6w", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492044" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492044.v1.p1", + "display": "pred_bursts_event2_month" + } ] + }, + "subject": { + "reference": "Patient/3635644" + }, + "valueQuantity": { + "value": 8, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492044-3635746-0", + "resource": { + "resourceType": "Observation", + "id": "492044-3635746-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:10.558-04:00", + "source": "#nlhPeZvhnULk7Ks3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492044" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492044.v1.p1", + "display": "pred_bursts_event2_month" + } ] + }, + "subject": { + "reference": "Patient/3635746" + }, + "valueQuantity": { + "value": 48, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492044-3635991-0", + "resource": { + "resourceType": "Observation", + "id": "492044-3635991-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:10.603-04:00", + "source": "#1BfDHFSEyRcIzbIv", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492044" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492044.v1.p1", + "display": "pred_bursts_event2_month" + } ] + }, + "subject": { + "reference": "Patient/3635991" + }, + "valueQuantity": { + "value": 20, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492045-3635257-0", + "resource": { + "resourceType": "Observation", + "id": "492045-3635257-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:10.644-04:00", + "source": "#c9zH6AVnqEN1pOH6", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492045" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492045.v1.p1", + "display": "pred_bursts_event2_week" + } ] + }, + "subject": { + "reference": "Patient/3635257" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492045-3635337-0", + "resource": { + "resourceType": "Observation", + "id": "492045-3635337-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:10.691-04:00", + "source": "#67F6B8j6vc0o0UvN", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492045" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492045.v1.p1", + "display": "pred_bursts_event2_week" + } ] + }, + "subject": { + "reference": "Patient/3635337" + }, + "valueQuantity": { + "value": 156, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492045-3635562-0", + "resource": { + "resourceType": "Observation", + "id": "492045-3635562-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:10.735-04:00", + "source": "#oHTrR8Hdglh4YdLK", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492045" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492045.v1.p1", + "display": "pred_bursts_event2_week" + } ] + }, + "subject": { + "reference": "Patient/3635562" + }, + "valueQuantity": { + "value": 35, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492045-3635621-0", + "resource": { + "resourceType": "Observation", + "id": "492045-3635621-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:10.774-04:00", + "source": "#kdYLZTzILzbpjBMh", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492045" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492045.v1.p1", + "display": "pred_bursts_event2_week" + } ] + }, + "subject": { + "reference": "Patient/3635621" + }, + "valueQuantity": { + "value": 35, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492045-3635793-0", + "resource": { + "resourceType": "Observation", + "id": "492045-3635793-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:11.068-04:00", + "source": "#6QnyvEcwzR6ZI3H4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492045" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492045.v1.p1", + "display": "pred_bursts_event2_week" + } ] + }, + "subject": { + "reference": "Patient/3635793" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492045-3635938-0", + "resource": { + "resourceType": "Observation", + "id": "492045-3635938-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:11.109-04:00", + "source": "#TiwHFScbJmis5YR3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492045" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492045.v1.p1", + "display": "pred_bursts_event2_week" + } ] + }, + "subject": { + "reference": "Patient/3635938" + }, + "valueQuantity": { + "value": 69, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492046-3635204-0", + "resource": { + "resourceType": "Observation", + "id": "492046-3635204-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:11.156-04:00", + "source": "#exEk0unimbXgs0Pp", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492046" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492046.v1.p1", + "display": "tot_edhos" + } ] + }, + "subject": { + "reference": "Patient/3635204" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492046-3635259-0", + "resource": { + "resourceType": "Observation", + "id": "492046-3635259-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:11.465-04:00", + "source": "#JUugrj5VkLfwrdcC", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492046" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492046.v1.p1", + "display": "tot_edhos" + } ] + }, + "subject": { + "reference": "Patient/3635259" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492046-3635272-0", + "resource": { + "resourceType": "Observation", + "id": "492046-3635272-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:11.512-04:00", + "source": "#THtiyLTXLi6o11mg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492046" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492046.v1.p1", + "display": "tot_edhos" + } ] + }, + "subject": { + "reference": "Patient/3635272" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492046-3635361-0", + "resource": { + "resourceType": "Observation", + "id": "492046-3635361-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:11.555-04:00", + "source": "#cdVAZojIKHy76VOo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492046" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492046.v1.p1", + "display": "tot_edhos" + } ] + }, + "subject": { + "reference": "Patient/3635361" + }, + "valueQuantity": { + "value": 2, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492046-3635577-0", + "resource": { + "resourceType": "Observation", + "id": "492046-3635577-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:11.706-04:00", + "source": "#nxO4tZC5EMMs1eJi", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492046" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492046.v1.p1", + "display": "tot_edhos" + } ] + }, + "subject": { + "reference": "Patient/3635577" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492046-3635697-0", + "resource": { + "resourceType": "Observation", + "id": "492046-3635697-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:11.747-04:00", + "source": "#mPcaTMchFuhHpdfw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492046" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492046.v1.p1", + "display": "tot_edhos" + } ] + }, + "subject": { + "reference": "Patient/3635697" + }, + "valueQuantity": { + "value": 3, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492046-3635730-0", + "resource": { + "resourceType": "Observation", + "id": "492046-3635730-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:11.876-04:00", + "source": "#zXHreiTDTinY0rqk", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492046" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492046.v1.p1", + "display": "tot_edhos" + } ] + }, + "subject": { + "reference": "Patient/3635730" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492046-3635864-0", + "resource": { + "resourceType": "Observation", + "id": "492046-3635864-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:12.169-04:00", + "source": "#iYxx4jN9wt2PzNLM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492046" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492046.v1.p1", + "display": "tot_edhos" + } ] + }, + "subject": { + "reference": "Patient/3635864" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492047-3635210-0", + "resource": { + "resourceType": "Observation", + "id": "492047-3635210-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:12.265-04:00", + "source": "#njdSx7hQdVgftq8w", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492047" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492047.v1.p1", + "display": "edhos_event1_month" + } ] + }, + "subject": { + "reference": "Patient/3635210" + }, + "valueQuantity": { + "value": 36, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492047-3635550-0", + "resource": { + "resourceType": "Observation", + "id": "492047-3635550-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:12.378-04:00", + "source": "#mpQO3zElkPCqSy4l", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492047" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492047.v1.p1", + "display": "edhos_event1_month" + } ] + }, + "subject": { + "reference": "Patient/3635550" + }, + "valueQuantity": { + "value": 44, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492047-3635564-0", + "resource": { + "resourceType": "Observation", + "id": "492047-3635564-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:12.785-04:00", + "source": "#oF6wlNVv5iYVcdNb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492047" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492047.v1.p1", + "display": "edhos_event1_month" + } ] + }, + "subject": { + "reference": "Patient/3635564" + }, + "valueQuantity": { + "value": 48, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492048-3635205-0", + "resource": { + "resourceType": "Observation", + "id": "492048-3635205-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:13.689-04:00", + "source": "#jLP3I2s3r7ObfSEn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492048" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492048.v1.p1", + "display": "edhos_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635205" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492048-3635703-0", + "resource": { + "resourceType": "Observation", + "id": "492048-3635703-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:15.239-04:00", + "source": "#iLYntPhVn6UFQVSG", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492048" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492048.v1.p1", + "display": "edhos_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635703" + }, + "valueQuantity": { + "value": 104, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492049-3635587-0", + "resource": { + "resourceType": "Observation", + "id": "492049-3635587-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:15.432-04:00", + "source": "#MeD7coJkAxeYVxWw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492049" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492049.v1.p1", + "display": "edhos_event2_month" + } ] + }, + "subject": { + "reference": "Patient/3635587" + }, + "valueQuantity": { + "value": 48, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492049-3635866-0", + "resource": { + "resourceType": "Observation", + "id": "492049-3635866-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:15.517-04:00", + "source": "#HvSAf1NDBqxRZXmJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492049" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492049.v1.p1", + "display": "edhos_event2_month" + } ] + }, + "subject": { + "reference": "Patient/3635866" + }, + "valueQuantity": { + "value": 48, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492050-3635677-0", + "resource": { + "resourceType": "Observation", + "id": "492050-3635677-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:16.690-04:00", + "source": "#1BlRVGhwShutPHbX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492050" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492050.v1.p1", + "display": "edhos_event2_week" + } ] + }, + "subject": { + "reference": "Patient/3635677" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492051-3635602-0", + "resource": { + "resourceType": "Observation", + "id": "492051-3635602-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:17.902-04:00", + "source": "#gYl893hywUOsQDjM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492051" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492051.v1.p1", + "display": "prech_long" + } ] + }, + "subject": { + "reference": "Patient/3635602" + }, + "valueQuantity": { + "value": 13.84, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492054-3635670-0", + "resource": { + "resourceType": "Observation", + "id": "492054-3635670-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:21.032-04:00", + "source": "#CcCPE7nHBiay4cOp", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492054" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492054.v1.p1", + "display": "PC20_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635670" + }, + "valueQuantity": { + "value": 0.39, + "unit": "mg/ml", + "system": "http://unitsofmeasure.org", + "code": "mg/mL" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492054-3635977-0", + "resource": { + "resourceType": "Observation", + "id": "492054-3635977-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:21.079-04:00", + "source": "#yRmagQPPiekTsirX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492054" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492054.v1.p1", + "display": "PC20_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635977" + }, + "valueQuantity": { + "value": 10.013, + "unit": "mg/ml", + "system": "http://unitsofmeasure.org", + "code": "mg/mL" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492055-3635209-0", + "resource": { + "resourceType": "Observation", + "id": "492055-3635209-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:21.126-04:00", + "source": "#K4ZkyCWvs72NMX72", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492055" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492055.v1.p1", + "display": "LNPC20_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635209" + }, + "valueQuantity": { + "value": -0.56, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492056-3635987-0", + "resource": { + "resourceType": "Observation", + "id": "492056-3635987-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:23.479-04:00", + "source": "#trWrw3hMWHtHWyiv", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492056" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492056.v1.p1", + "display": "PREFEV_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "20150-9", + "display": "FEV1" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601500000", + "display": "FEV1" + } ] + }, + "subject": { + "reference": "Patient/3635987" + }, + "valueQuantity": { + "value": 1.33, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492056-3635992-0", + "resource": { + "resourceType": "Observation", + "id": "492056-3635992-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:23.520-04:00", + "source": "#uiZ2R71VNMMiDu98", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492056" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492056.v1.p1", + "display": "PREFEV_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "20150-9", + "display": "FEV1" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601500000", + "display": "FEV1" + } ] + }, + "subject": { + "reference": "Patient/3635992" + }, + "valueQuantity": { + "value": 2.03, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492057-3635784-0", + "resource": { + "resourceType": "Observation", + "id": "492057-3635784-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:26.477-04:00", + "source": "#heC3gYSQgaxbXEJ0", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492057" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492057.v1.p1", + "display": "PREFVC_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19868-9", + "display": "FVC Vol Respiratory Spirometry" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601480000", + "display": "FVC" + } ] + }, + "subject": { + "reference": "Patient/3635784" + }, + "valueQuantity": { + "value": 1.84, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492057-3635845-0", + "resource": { + "resourceType": "Observation", + "id": "492057-3635845-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:26.527-04:00", + "source": "#LKKsfS7KEJkVwTFN", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492057" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492057.v1.p1", + "display": "PREFVC_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19868-9", + "display": "FVC Vol Respiratory Spirometry" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601480000", + "display": "FVC" + } ] + }, + "subject": { + "reference": "Patient/3635845" + }, + "valueQuantity": { + "value": 2.55, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492057-3635900-0", + "resource": { + "resourceType": "Observation", + "id": "492057-3635900-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:26.572-04:00", + "source": "#XUI2IjKoDYURR0Jc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492057" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492057.v1.p1", + "display": "PREFVC_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19868-9", + "display": "FVC Vol Respiratory Spirometry" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601480000", + "display": "FVC" + } ] + }, + "subject": { + "reference": "Patient/3635900" + }, + "valueQuantity": { + "value": 1.14, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492059-3635262-0", + "resource": { + "resourceType": "Observation", + "id": "492059-3635262-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:28.973-04:00", + "source": "#HJDFKw10dSE79RcB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492059" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492059.v1.p1", + "display": "PREFEVPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635262" + }, + "valueQuantity": { + "value": 93, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492060-3635589-0", + "resource": { + "resourceType": "Observation", + "id": "492060-3635589-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:33.016-04:00", + "source": "#1ntcGcRWKjv44WnL", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492060" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492060.v1.p1", + "display": "PREFVCPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635589" + }, + "valueQuantity": { + "value": 82, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492060-3635821-0", + "resource": { + "resourceType": "Observation", + "id": "492060-3635821-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:33.288-04:00", + "source": "#uvyDh6oj70H3pUsc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492060" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492060.v1.p1", + "display": "PREFVCPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635821" + }, + "valueQuantity": { + "value": 124, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492060-3635919-0", + "resource": { + "resourceType": "Observation", + "id": "492060-3635919-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:33.340-04:00", + "source": "#kBn74dSUw2Ay7UcV", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492060" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492060.v1.p1", + "display": "PREFVCPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635919" + }, + "valueQuantity": { + "value": 146, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492061-3635328-0", + "resource": { + "resourceType": "Observation", + "id": "492061-3635328-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:33.910-04:00", + "source": "#rWY5IZGdzzpxkAln", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492061" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492061.v1.p1", + "display": "bdrabpct_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635328" + }, + "valueQuantity": { + "value": 25, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492061-3635473-0", + "resource": { + "resourceType": "Observation", + "id": "492061-3635473-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:34.159-04:00", + "source": "#hICbUO7w3OJzn4XD", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492061" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492061.v1.p1", + "display": "bdrabpct_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635473" + }, + "valueQuantity": { + "value": 6, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492062-3635739-0", + "resource": { + "resourceType": "Observation", + "id": "492062-3635739-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:36.766-04:00", + "source": "#NoGGPeMCjzrdTnsC", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492062" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492062.v1.p1", + "display": "ATOPY" + } ] + }, + "subject": { + "reference": "Patient/3635739" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492062", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492063-3635547-0", + "resource": { + "resourceType": "Observation", + "id": "492063-3635547-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:37.098-04:00", + "source": "#NO2EjwWFz7gbggHk", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492063" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492063.v1.p1", + "display": "eos_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220501160000", + "display": "CompleteBloodCount Eosinophils Number" + } ] + }, + "subject": { + "reference": "Patient/3635547" + }, + "valueQuantity": { + "value": 528, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492063-3635616-0", + "resource": { + "resourceType": "Observation", + "id": "492063-3635616-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:37.142-04:00", + "source": "#zexLjpyA98j8kYPI", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492063" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492063.v1.p1", + "display": "eos_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220501160000", + "display": "CompleteBloodCount Eosinophils Number" + } ] + }, + "subject": { + "reference": "Patient/3635616" + }, + "valueQuantity": { + "value": 576, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492063-3635855-0", + "resource": { + "resourceType": "Observation", + "id": "492063-3635855-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:37.385-04:00", + "source": "#3b0jz1wRJ8CdqswT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492063" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492063.v1.p1", + "display": "eos_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220501160000", + "display": "CompleteBloodCount Eosinophils Number" + } ] + }, + "subject": { + "reference": "Patient/3635855" + }, + "valueQuantity": { + "value": 449, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492065-3635743-0", + "resource": { + "resourceType": "Observation", + "id": "492065-3635743-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:38.771-04:00", + "source": "#k9tjNycSf92P5ZkJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492065" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492065.v1.p1", + "display": "IGE_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "62621-8", + "display": "Resp immunoglobulin E proto" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090701010000", + "display": "IgE Concentration" + } ] + }, + "subject": { + "reference": "Patient/3635743" + }, + "valueQuantity": { + "value": 1414, + "unit": "ng/ml", + "system": "http://unitsofmeasure.org", + "code": "ng/ML" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492068-3635649-0", + "resource": { + "resourceType": "Observation", + "id": "492068-3635649-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:41.377-04:00", + "source": "#5YDfoCRyMCwXs8n6", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492068" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492068.v1.p1", + "display": "totres_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635649" + }, + "valueQuantity": { + "value": 0.375, + "unit": "puffs", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492068-3635714-0", + "resource": { + "resourceType": "Observation", + "id": "492068-3635714-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:41.448-04:00", + "source": "#YXjR94ORpU0eyFQe", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492068" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492068.v1.p1", + "display": "totres_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635714" + }, + "valueQuantity": { + "value": 3.25, + "unit": "puffs", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492069-3635241-0", + "resource": { + "resourceType": "Observation", + "id": "492069-3635241-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:41.622-04:00", + "source": "#9OrXW1xm3Pal072g", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492069" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492069.v1.p1", + "display": "amsym_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635241" + }, + "valueQuantity": { + "value": 0.3181818182, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492070-3635270-0", + "resource": { + "resourceType": "Observation", + "id": "492070-3635270-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:43.495-04:00", + "source": "#qN8SqPqgasH5nzbS", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492070" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492070.v1.p1", + "display": "POS_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635270" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492070", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492071-3635292-0", + "resource": { + "resourceType": "Observation", + "id": "492071-3635292-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:43.690-04:00", + "source": "#5ronjJYAcJ5QU1b8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492071" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492071.v1.p1", + "display": "NALL_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635292" + }, + "valueQuantity": { + "value": 18, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492071-3635781-0", + "resource": { + "resourceType": "Observation", + "id": "492071-3635781-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:44.837-04:00", + "source": "#Mm43nrROlvSJcH0P", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492071" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492071.v1.p1", + "display": "NALL_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635781" + }, + "valueQuantity": { + "value": 13, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492071-3635947-0", + "resource": { + "resourceType": "Observation", + "id": "492071-3635947-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:44.939-04:00", + "source": "#2yZy2NXILOi4QAfY", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492071" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492071.v1.p1", + "display": "NALL_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635947" + }, + "valueQuantity": { + "value": 18, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492072-3635893-0", + "resource": { + "resourceType": "Observation", + "id": "492072-3635893-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:45.775-04:00", + "source": "#d3DLm5t8ofk7vAtx", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492072" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492072.v1.p1", + "display": "NPOS_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635893" + }, + "valueQuantity": { + "value": 16, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492047-3635598-0", + "resource": { + "resourceType": "Observation", + "id": "492047-3635598-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:12.824-04:00", + "source": "#oJ9N2LauVGy7ZT9C", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492047" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492047.v1.p1", + "display": "edhos_event1_month" + } ] + }, + "subject": { + "reference": "Patient/3635598" + }, + "valueQuantity": { + "value": 48, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492047-3635600-0", + "resource": { + "resourceType": "Observation", + "id": "492047-3635600-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:12.867-04:00", + "source": "#W4yAG8E9O0iLWmIz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492047" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492047.v1.p1", + "display": "edhos_event1_month" + } ] + }, + "subject": { + "reference": "Patient/3635600" + }, + "valueQuantity": { + "value": 48, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492048-3635236-0", + "resource": { + "resourceType": "Observation", + "id": "492048-3635236-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:13.754-04:00", + "source": "#GYjttYRgRW3VZpcl", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492048" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492048.v1.p1", + "display": "edhos_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635236" + }, + "valueQuantity": { + "value": 69, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492048-3635573-0", + "resource": { + "resourceType": "Observation", + "id": "492048-3635573-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:15.096-04:00", + "source": "#Yis1JymNxhdt4rJM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492048" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492048.v1.p1", + "display": "edhos_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635573" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492048-3635653-0", + "resource": { + "resourceType": "Observation", + "id": "492048-3635653-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:15.156-04:00", + "source": "#5EjH8erXzPPwGYov", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492048" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492048.v1.p1", + "display": "edhos_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635653" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492050-3635534-0", + "resource": { + "resourceType": "Observation", + "id": "492050-3635534-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:16.126-04:00", + "source": "#WNs35VjpVJBMxF8V", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492050" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492050.v1.p1", + "display": "edhos_event2_week" + } ] + }, + "subject": { + "reference": "Patient/3635534" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492051-3635301-0", + "resource": { + "resourceType": "Observation", + "id": "492051-3635301-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:17.746-04:00", + "source": "#ZH5WRrkkxs7gVzFm", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492051" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492051.v1.p1", + "display": "prech_long" + } ] + }, + "subject": { + "reference": "Patient/3635301" + }, + "valueQuantity": { + "value": 14.74, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492051-3635865-0", + "resource": { + "resourceType": "Observation", + "id": "492051-3635865-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:18.471-04:00", + "source": "#FKXvkEnhhO3Sr5Ut", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492051" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492051.v1.p1", + "display": "prech_long" + } ] + }, + "subject": { + "reference": "Patient/3635865" + }, + "valueQuantity": { + "value": 16.07, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492057-3635309-0", + "resource": { + "resourceType": "Observation", + "id": "492057-3635309-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:23.968-04:00", + "source": "#1IUB5FGmXKs6Npup", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492057" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492057.v1.p1", + "display": "PREFVC_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19868-9", + "display": "FVC Vol Respiratory Spirometry" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601480000", + "display": "FVC" + } ] + }, + "subject": { + "reference": "Patient/3635309" + }, + "valueQuantity": { + "value": 2.6, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492058-3635486-0", + "resource": { + "resourceType": "Observation", + "id": "492058-3635486-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:28.098-04:00", + "source": "#OBlEv6VSx2OGXPhD", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492058" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492058.v1.p1", + "display": "PREFF_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19925-7", + "display": "FEV1/FVC Predicted" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601600000", + "display": "Predicted FEV1/FVC" + } ] + }, + "subject": { + "reference": "Patient/3635486" + }, + "valueQuantity": { + "value": 89, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492059-3635277-0", + "resource": { + "resourceType": "Observation", + "id": "492059-3635277-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:29.034-04:00", + "source": "#RyqKvNtnKBdgmynH", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492059" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492059.v1.p1", + "display": "PREFEVPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635277" + }, + "valueQuantity": { + "value": 83, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492060-3635223-0", + "resource": { + "resourceType": "Observation", + "id": "492060-3635223-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:32.886-04:00", + "source": "#71DtkqEI8lLi0ZBL", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492060" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492060.v1.p1", + "display": "PREFVCPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635223" + }, + "valueQuantity": { + "value": 115, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492060-3635234-0", + "resource": { + "resourceType": "Observation", + "id": "492060-3635234-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:32.930-04:00", + "source": "#f7W4qLIju62mzSCw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492060" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492060.v1.p1", + "display": "PREFVCPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635234" + }, + "valueQuantity": { + "value": 88, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492060-3635732-0", + "resource": { + "resourceType": "Observation", + "id": "492060-3635732-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:33.188-04:00", + "source": "#26xNg3kDKc8oPoBp", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492060" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492060.v1.p1", + "display": "PREFVCPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635732" + }, + "valueQuantity": { + "value": 123, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492060-3635793-0", + "resource": { + "resourceType": "Observation", + "id": "492060-3635793-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:33.234-04:00", + "source": "#UwXjdXGZNbQpsJWp", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492060" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492060.v1.p1", + "display": "PREFVCPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635793" + }, + "valueQuantity": { + "value": 75, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492061-3635418-0", + "resource": { + "resourceType": "Observation", + "id": "492061-3635418-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:34.000-04:00", + "source": "#VPMgzPL68boVtthY", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492061" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492061.v1.p1", + "display": "bdrabpct_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635418" + }, + "valueQuantity": { + "value": 5, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492061-3635664-0", + "resource": { + "resourceType": "Observation", + "id": "492061-3635664-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:34.597-04:00", + "source": "#6JOT1rMA8gKbYgrS", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492061" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492061.v1.p1", + "display": "bdrabpct_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635664" + }, + "valueQuantity": { + "value": 13, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492062-3635226-0", + "resource": { + "resourceType": "Observation", + "id": "492062-3635226-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:35.284-04:00", + "source": "#vGSsLYV0Ixs3bRgA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492062" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492062.v1.p1", + "display": "ATOPY" + } ] + }, + "subject": { + "reference": "Patient/3635226" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492062", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492062-3635681-0", + "resource": { + "resourceType": "Observation", + "id": "492062-3635681-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:35.986-04:00", + "source": "#8eX7M5mYo6Eod5dp", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492062" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492062.v1.p1", + "display": "ATOPY" + } ] + }, + "subject": { + "reference": "Patient/3635681" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492062", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492062-3635463-0", + "resource": { + "resourceType": "Observation", + "id": "492062-3635463-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:36.515-04:00", + "source": "#e1eYAClt3PRZsfjc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492062" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492062.v1.p1", + "display": "ATOPY" + } ] + }, + "subject": { + "reference": "Patient/3635463" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492062", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492063-3635950-0", + "resource": { + "resourceType": "Observation", + "id": "492063-3635950-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:37.596-04:00", + "source": "#SvmKELCHen8oaWNk", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492063" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492063.v1.p1", + "display": "eos_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220501160000", + "display": "CompleteBloodCount Eosinophils Number" + } ] + }, + "subject": { + "reference": "Patient/3635950" + }, + "valueQuantity": { + "value": 70, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492064-3635550-0", + "resource": { + "resourceType": "Observation", + "id": "492064-3635550-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:37.981-04:00", + "source": "#dlFUFrBS2YBIBF5j", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492064" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492064.v1.p1", + "display": "log10eos_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220501160000", + "display": "CompleteBloodCount Eosinophils Number" + } ] + }, + "subject": { + "reference": "Patient/3635550" + }, + "valueQuantity": { + "value": 3.0047511556, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492065-3635409-0", + "resource": { + "resourceType": "Observation", + "id": "492065-3635409-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:38.579-04:00", + "source": "#RbhPxilNjJxiLQXi", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492065" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492065.v1.p1", + "display": "IGE_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "62621-8", + "display": "Resp immunoglobulin E proto" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090701010000", + "display": "IgE Concentration" + } ] + }, + "subject": { + "reference": "Patient/3635409" + }, + "valueQuantity": { + "value": 387, + "unit": "ng/ml", + "system": "http://unitsofmeasure.org", + "code": "ng/ML" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492065-3635489-0", + "resource": { + "resourceType": "Observation", + "id": "492065-3635489-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:38.715-04:00", + "source": "#ILuSNXVUf3xf7HKY", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492065" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492065.v1.p1", + "display": "IGE_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "62621-8", + "display": "Resp immunoglobulin E proto" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090701010000", + "display": "IgE Concentration" + } ] + }, + "subject": { + "reference": "Patient/3635489" + }, + "valueQuantity": { + "value": 243, + "unit": "ng/ml", + "system": "http://unitsofmeasure.org", + "code": "ng/ML" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492066-3635420-0", + "resource": { + "resourceType": "Observation", + "id": "492066-3635420-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:39.647-04:00", + "source": "#8EeqUUeJlyiQhrUg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492066" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492066.v1.p1", + "display": "LOG10IGE_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "62621-8", + "display": "Resp immunoglobulin E proto" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090701010000", + "display": "IgE Concentration" + } ] + }, + "subject": { + "reference": "Patient/3635420" + }, + "valueQuantity": { + "value": 2.86, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492067-3635405-0", + "resource": { + "resourceType": "Observation", + "id": "492067-3635405-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:41.232-04:00", + "source": "#lWPYW1nwz5Nx8lTe", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492067" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492067.v1.p1", + "display": "ampf_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635405" + }, + "valueQuantity": { + "value": 240.76923077, + "unit": "liters/minute", + "system": "http://unitsofmeasure.org", + "code": "L/min" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492067-3635436-0", + "resource": { + "resourceType": "Observation", + "id": "492067-3635436-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:41.282-04:00", + "source": "#rjbp5PNdSXFFH8tF", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492067" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492067.v1.p1", + "display": "ampf_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635436" + }, + "valueQuantity": { + "value": 240, + "unit": "liters/minute", + "system": "http://unitsofmeasure.org", + "code": "L/min" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492068-3635796-0", + "resource": { + "resourceType": "Observation", + "id": "492068-3635796-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:41.506-04:00", + "source": "#qKUUMhxwBEdBEEcw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492068" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492068.v1.p1", + "display": "totres_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635796" + }, + "valueQuantity": { + "value": 1.56, + "unit": "puffs", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492070-3635298-0", + "resource": { + "resourceType": "Observation", + "id": "492070-3635298-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:43.558-04:00", + "source": "#xw2auaHvAlt7Il6j", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492070" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492070.v1.p1", + "display": "POS_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635298" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492070", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492071-3635645-0", + "resource": { + "resourceType": "Observation", + "id": "492071-3635645-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:44.252-04:00", + "source": "#TnJ6lJXfIkraUHKx", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492071" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492071.v1.p1", + "display": "NALL_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635645" + }, + "valueQuantity": { + "value": 14, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492071-3635735-0", + "resource": { + "resourceType": "Observation", + "id": "492071-3635735-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:44.696-04:00", + "source": "#3xxcEIbVrqkglJ5F", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492071" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492071.v1.p1", + "display": "NALL_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635735" + }, + "valueQuantity": { + "value": 17, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492071-3635780-0", + "resource": { + "resourceType": "Observation", + "id": "492071-3635780-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:44.794-04:00", + "source": "#ixsazZJI5zIW6UUH", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492071" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492071.v1.p1", + "display": "NALL_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635780" + }, + "valueQuantity": { + "value": 18, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492072-3635788-0", + "resource": { + "resourceType": "Observation", + "id": "492072-3635788-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:45.558-04:00", + "source": "#8B3bqAYvTGL34dgO", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492072" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492072.v1.p1", + "display": "NPOS_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635788" + }, + "valueQuantity": { + "value": 4, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492072-3635927-0", + "resource": { + "resourceType": "Observation", + "id": "492072-3635927-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:45.973-04:00", + "source": "#jylGRT8eWJge0qDL", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492072" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492072.v1.p1", + "display": "NPOS_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635927" + }, + "valueQuantity": { + "value": 6, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492047-3635707-0", + "resource": { + "resourceType": "Observation", + "id": "492047-3635707-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:12.907-04:00", + "source": "#zx4zAat5vMFXb212", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492047" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492047.v1.p1", + "display": "edhos_event1_month" + } ] + }, + "subject": { + "reference": "Patient/3635707" + }, + "valueQuantity": { + "value": 8, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492049-3635208-0", + "resource": { + "resourceType": "Observation", + "id": "492049-3635208-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:15.390-04:00", + "source": "#qnnPdQhqJuSAnwlg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492049" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492049.v1.p1", + "display": "edhos_event2_month" + } ] + }, + "subject": { + "reference": "Patient/3635208" + }, + "valueQuantity": { + "value": 48, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492050-3635347-0", + "resource": { + "resourceType": "Observation", + "id": "492050-3635347-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:16.084-04:00", + "source": "#PXV3YH3fsbQKFg6K", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492050" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492050.v1.p1", + "display": "edhos_event2_week" + } ] + }, + "subject": { + "reference": "Patient/3635347" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492050-3635743-0", + "resource": { + "resourceType": "Observation", + "id": "492050-3635743-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:16.770-04:00", + "source": "#mhIzVE5Y2KJRNDBt", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492050" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492050.v1.p1", + "display": "edhos_event2_week" + } ] + }, + "subject": { + "reference": "Patient/3635743" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492051-3635422-0", + "resource": { + "resourceType": "Observation", + "id": "492051-3635422-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:17.806-04:00", + "source": "#MxAl7gf94ftPgZHw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492051" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492051.v1.p1", + "display": "prech_long" + } ] + }, + "subject": { + "reference": "Patient/3635422" + }, + "valueQuantity": { + "value": 35.29, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492051-3635574-0", + "resource": { + "resourceType": "Observation", + "id": "492051-3635574-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:17.854-04:00", + "source": "#FEXsYBd0LkRvNEW5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492051" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492051.v1.p1", + "display": "prech_long" + } ] + }, + "subject": { + "reference": "Patient/3635574" + }, + "valueQuantity": { + "value": 12.14, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492052-3635345-0", + "resource": { + "resourceType": "Observation", + "id": "492052-3635345-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:18.987-04:00", + "source": "#9BkwwJGK2RtKEs2A", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492052" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492052.v1.p1", + "display": "prech_short" + } ] + }, + "subject": { + "reference": "Patient/3635345" + }, + "valueQuantity": { + "value": 3.92, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492052-3635658-0", + "resource": { + "resourceType": "Observation", + "id": "492052-3635658-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:19.170-04:00", + "source": "#3ZhnxCkVWCkjvtgR", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492052" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492052.v1.p1", + "display": "prech_short" + } ] + }, + "subject": { + "reference": "Patient/3635658" + }, + "valueQuantity": { + "value": 8.24, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492052-3635791-0", + "resource": { + "resourceType": "Observation", + "id": "492052-3635791-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:19.669-04:00", + "source": "#N9gyuYlYxHjeVpLm", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492052" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492052.v1.p1", + "display": "prech_short" + } ] + }, + "subject": { + "reference": "Patient/3635791" + }, + "valueQuantity": { + "value": 19.12, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492054-3635350-0", + "resource": { + "resourceType": "Observation", + "id": "492054-3635350-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:20.421-04:00", + "source": "#vHwFqtg9hixGjaqM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492054" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492054.v1.p1", + "display": "PC20_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635350" + }, + "valueQuantity": { + "value": 0.862, + "unit": "mg/ml", + "system": "http://unitsofmeasure.org", + "code": "mg/mL" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492054-3635634-0", + "resource": { + "resourceType": "Observation", + "id": "492054-3635634-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:20.983-04:00", + "source": "#M9dU0zcrKau2UKef", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492054" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492054.v1.p1", + "display": "PC20_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635634" + }, + "valueQuantity": { + "value": 0.304, + "unit": "mg/ml", + "system": "http://unitsofmeasure.org", + "code": "mg/mL" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492056-3635499-0", + "resource": { + "resourceType": "Observation", + "id": "492056-3635499-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:22.095-04:00", + "source": "#I6b7iZ2yH60C3xu0", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492056" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492056.v1.p1", + "display": "PREFEV_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "20150-9", + "display": "FEV1" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601500000", + "display": "FEV1" + } ] + }, + "subject": { + "reference": "Patient/3635499" + }, + "valueQuantity": { + "value": 1.99, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492057-3635212-0", + "resource": { + "resourceType": "Observation", + "id": "492057-3635212-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:23.576-04:00", + "source": "#7Sb5X4gzRK3Hs4Ft", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492057" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492057.v1.p1", + "display": "PREFVC_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19868-9", + "display": "FVC Vol Respiratory Spirometry" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601480000", + "display": "FVC" + } ] + }, + "subject": { + "reference": "Patient/3635212" + }, + "valueQuantity": { + "value": 2.56, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492057-3635560-0", + "resource": { + "resourceType": "Observation", + "id": "492057-3635560-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:26.182-04:00", + "source": "#SAQjiaMYybObV4D8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492057" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492057.v1.p1", + "display": "PREFVC_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19868-9", + "display": "FVC Vol Respiratory Spirometry" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601480000", + "display": "FVC" + } ] + }, + "subject": { + "reference": "Patient/3635560" + }, + "valueQuantity": { + "value": 1.82, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492058-3635769-0", + "resource": { + "resourceType": "Observation", + "id": "492058-3635769-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:28.196-04:00", + "source": "#na7YQzO77278WzlW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492058" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492058.v1.p1", + "display": "PREFF_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19925-7", + "display": "FEV1/FVC Predicted" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601600000", + "display": "Predicted FEV1/FVC" + } ] + }, + "subject": { + "reference": "Patient/3635769" + }, + "valueQuantity": { + "value": 67, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492058-3635986-0", + "resource": { + "resourceType": "Observation", + "id": "492058-3635986-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:28.575-04:00", + "source": "#Mupm0FbnNjSS4PGn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492058" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492058.v1.p1", + "display": "PREFF_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19925-7", + "display": "FEV1/FVC Predicted" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601600000", + "display": "Predicted FEV1/FVC" + } ] + }, + "subject": { + "reference": "Patient/3635986" + }, + "valueQuantity": { + "value": 72, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492059-3635455-0", + "resource": { + "resourceType": "Observation", + "id": "492059-3635455-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:30.089-04:00", + "source": "#cL1NdgY7fJxxt6lq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492059" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492059.v1.p1", + "display": "PREFEVPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635455" + }, + "valueQuantity": { + "value": 113, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492060-3635722-0", + "resource": { + "resourceType": "Observation", + "id": "492060-3635722-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:33.145-04:00", + "source": "#GjsNAE32bGEPPodI", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492060" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492060.v1.p1", + "display": "PREFVCPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635722" + }, + "valueQuantity": { + "value": 108, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492061-3635712-0", + "resource": { + "resourceType": "Observation", + "id": "492061-3635712-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:34.649-04:00", + "source": "#FsIdOtHL5JYp9aP5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492061" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492061.v1.p1", + "display": "bdrabpct_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635712" + }, + "valueQuantity": { + "value": 14, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492062-3635979-0", + "resource": { + "resourceType": "Observation", + "id": "492062-3635979-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:36.478-04:00", + "source": "#4d54m6mEjI47MUMM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492062" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492062.v1.p1", + "display": "ATOPY" + } ] + }, + "subject": { + "reference": "Patient/3635979" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492062", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492063-3635281-0", + "resource": { + "resourceType": "Observation", + "id": "492063-3635281-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:36.817-04:00", + "source": "#tl7tJZcsdG6nAhGx", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492063" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492063.v1.p1", + "display": "eos_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220501160000", + "display": "CompleteBloodCount Eosinophils Number" + } ] + }, + "subject": { + "reference": "Patient/3635281" + }, + "valueQuantity": { + "value": 200, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492063-3635689-0", + "resource": { + "resourceType": "Observation", + "id": "492063-3635689-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:37.342-04:00", + "source": "#pqSMUy9odtgOb5d8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492063" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492063.v1.p1", + "display": "eos_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220501160000", + "display": "CompleteBloodCount Eosinophils Number" + } ] + }, + "subject": { + "reference": "Patient/3635689" + }, + "valueQuantity": { + "value": 246, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492064-3635258-0", + "resource": { + "resourceType": "Observation", + "id": "492064-3635258-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:37.640-04:00", + "source": "#WMSaiqJvLBzBNxmM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492064" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492064.v1.p1", + "display": "log10eos_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220501160000", + "display": "CompleteBloodCount Eosinophils Number" + } ] + }, + "subject": { + "reference": "Patient/3635258" + }, + "valueQuantity": { + "value": 2.9703468762, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492064-3635346-0", + "resource": { + "resourceType": "Observation", + "id": "492064-3635346-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:37.679-04:00", + "source": "#gLRnRRsdS3BFO1oN", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492064" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492064.v1.p1", + "display": "log10eos_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220501160000", + "display": "CompleteBloodCount Eosinophils Number" + } ] + }, + "subject": { + "reference": "Patient/3635346" + }, + "valueQuantity": { + "value": 1.4913616938, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492065-3635458-0", + "resource": { + "resourceType": "Observation", + "id": "492065-3635458-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:38.641-04:00", + "source": "#vm0GtuXSZOq5poMl", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492065" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492065.v1.p1", + "display": "IGE_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "62621-8", + "display": "Resp immunoglobulin E proto" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090701010000", + "display": "IgE Concentration" + } ] + }, + "subject": { + "reference": "Patient/3635458" + }, + "valueQuantity": { + "value": 342, + "unit": "ng/ml", + "system": "http://unitsofmeasure.org", + "code": "ng/ML" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492065-3635888-0", + "resource": { + "resourceType": "Observation", + "id": "492065-3635888-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:39.213-04:00", + "source": "#QOVV8jhIEsuToEls", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492065" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492065.v1.p1", + "display": "IGE_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "62621-8", + "display": "Resp immunoglobulin E proto" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090701010000", + "display": "IgE Concentration" + } ] + }, + "subject": { + "reference": "Patient/3635888" + }, + "valueQuantity": { + "value": 105, + "unit": "ng/ml", + "system": "http://unitsofmeasure.org", + "code": "ng/ML" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492066-3635811-0", + "resource": { + "resourceType": "Observation", + "id": "492066-3635811-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:41.087-04:00", + "source": "#ZAAOhjxp3HqBecKV", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492066" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492066.v1.p1", + "display": "LOG10IGE_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "62621-8", + "display": "Resp immunoglobulin E proto" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090701010000", + "display": "IgE Concentration" + } ] + }, + "subject": { + "reference": "Patient/3635811" + }, + "valueQuantity": { + "value": 1.62, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492068-3635560-0", + "resource": { + "resourceType": "Observation", + "id": "492068-3635560-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:41.336-04:00", + "source": "#HuxQKsIIpiYTJOIk", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492068" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492068.v1.p1", + "display": "totres_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635560" + }, + "valueQuantity": { + "value": 3.75, + "unit": "puffs", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492069-3635788-0", + "resource": { + "resourceType": "Observation", + "id": "492069-3635788-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:42.675-04:00", + "source": "#nnHtNaxmIyWJU8df", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492069" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492069.v1.p1", + "display": "amsym_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635788" + }, + "valueQuantity": { + "value": 0.4444444444, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492070-3635765-0", + "resource": { + "resourceType": "Observation", + "id": "492070-3635765-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:43.600-04:00", + "source": "#5USmgeMZyNHlhWvQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492070" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492070.v1.p1", + "display": "POS_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635765" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492070", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492071-3635223-0", + "resource": { + "resourceType": "Observation", + "id": "492071-3635223-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:43.651-04:00", + "source": "#Q2d0qI9FAfnfG9iw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492071" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492071.v1.p1", + "display": "NALL_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635223" + }, + "valueQuantity": { + "value": 18, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492071-3635487-0", + "resource": { + "resourceType": "Observation", + "id": "492071-3635487-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:44.181-04:00", + "source": "#nAdAuDLewXskTMGs", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492071" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492071.v1.p1", + "display": "NALL_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635487" + }, + "valueQuantity": { + "value": 17, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492047-3635860-0", + "resource": { + "resourceType": "Observation", + "id": "492047-3635860-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:12.955-04:00", + "source": "#N0NBR2ULKE1Dh0oi", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492047" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492047.v1.p1", + "display": "edhos_event1_month" + } ] + }, + "subject": { + "reference": "Patient/3635860" + }, + "valueQuantity": { + "value": 4, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492048-3635487-0", + "resource": { + "resourceType": "Observation", + "id": "492048-3635487-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:14.689-04:00", + "source": "#0e3217VqIYZ1zrdK", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492048" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492048.v1.p1", + "display": "edhos_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635487" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492049-3635651-0", + "resource": { + "resourceType": "Observation", + "id": "492049-3635651-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:15.476-04:00", + "source": "#pX636T4FxitYyXhU", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492049" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492049.v1.p1", + "display": "edhos_event2_month" + } ] + }, + "subject": { + "reference": "Patient/3635651" + }, + "valueQuantity": { + "value": 48, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492050-3635572-0", + "resource": { + "resourceType": "Observation", + "id": "492050-3635572-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:16.166-04:00", + "source": "#W82yWKMjgyHJlMoV", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492050" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492050.v1.p1", + "display": "edhos_event2_week" + } ] + }, + "subject": { + "reference": "Patient/3635572" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492051-3635298-0", + "resource": { + "resourceType": "Observation", + "id": "492051-3635298-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:17.687-04:00", + "source": "#hHRQtEJUQPYRStqG", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492051" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492051.v1.p1", + "display": "prech_long" + } ] + }, + "subject": { + "reference": "Patient/3635298" + }, + "valueQuantity": { + "value": 1.7, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492052-3635591-0", + "resource": { + "resourceType": "Observation", + "id": "492052-3635591-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:19.028-04:00", + "source": "#JbrWhBFfDPXVx8Kr", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492052" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492052.v1.p1", + "display": "prech_short" + } ] + }, + "subject": { + "reference": "Patient/3635591" + }, + "valueQuantity": { + "value": -3.12, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492054-3635275-0", + "resource": { + "resourceType": "Observation", + "id": "492054-3635275-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:20.090-04:00", + "source": "#9FPUORwyEqnBc7W1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492054" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492054.v1.p1", + "display": "PC20_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635275" + }, + "valueQuantity": { + "value": 0.321, + "unit": "mg/ml", + "system": "http://unitsofmeasure.org", + "code": "mg/mL" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492055-3635584-0", + "resource": { + "resourceType": "Observation", + "id": "492055-3635584-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:21.375-04:00", + "source": "#hRObt5wNiubFbxH0", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492055" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492055.v1.p1", + "display": "LNPC20_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635584" + }, + "valueQuantity": { + "value": -1.25, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492056-3635287-0", + "resource": { + "resourceType": "Observation", + "id": "492056-3635287-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:21.429-04:00", + "source": "#WEIMcjhsK0uUs4wE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492056" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492056.v1.p1", + "display": "PREFEV_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "20150-9", + "display": "FEV1" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601500000", + "display": "FEV1" + } ] + }, + "subject": { + "reference": "Patient/3635287" + }, + "valueQuantity": { + "value": 2.3, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492057-3635686-0", + "resource": { + "resourceType": "Observation", + "id": "492057-3635686-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:26.235-04:00", + "source": "#by7n4JnnhsAzlnQ7", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492057" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492057.v1.p1", + "display": "PREFVC_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19868-9", + "display": "FVC Vol Respiratory Spirometry" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601480000", + "display": "FVC" + } ] + }, + "subject": { + "reference": "Patient/3635686" + }, + "valueQuantity": { + "value": 2.34, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492058-3635873-0", + "resource": { + "resourceType": "Observation", + "id": "492058-3635873-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:28.236-04:00", + "source": "#h41Z4Mi6VnY9Q5Xo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492058" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492058.v1.p1", + "display": "PREFF_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19925-7", + "display": "FEV1/FVC Predicted" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601600000", + "display": "Predicted FEV1/FVC" + } ] + }, + "subject": { + "reference": "Patient/3635873" + }, + "valueQuantity": { + "value": 61, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492059-3635513-0", + "resource": { + "resourceType": "Observation", + "id": "492059-3635513-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:30.384-04:00", + "source": "#dPaJCXlyFkxR3rz9", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492059" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492059.v1.p1", + "display": "PREFEVPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635513" + }, + "valueQuantity": { + "value": 100, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492060-3635698-0", + "resource": { + "resourceType": "Observation", + "id": "492060-3635698-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:33.087-04:00", + "source": "#VjUX8HY3lRzslp3c", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492060" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492060.v1.p1", + "display": "PREFVCPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635698" + }, + "valueQuantity": { + "value": 101, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492061-3635443-0", + "resource": { + "resourceType": "Observation", + "id": "492061-3635443-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:34.100-04:00", + "source": "#cE9NbSy3waDtwYSZ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492061" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492061.v1.p1", + "display": "bdrabpct_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635443" + }, + "valueQuantity": { + "value": 18, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492062-3635798-0", + "resource": { + "resourceType": "Observation", + "id": "492062-3635798-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:36.042-04:00", + "source": "#M2QYRMkIxt3A37SB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492062" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492062.v1.p1", + "display": "ATOPY" + } ] + }, + "subject": { + "reference": "Patient/3635798" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492062", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492062-3635603-0", + "resource": { + "resourceType": "Observation", + "id": "492062-3635603-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:36.565-04:00", + "source": "#78zhZgeSDgyB5Fob", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492062" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492062.v1.p1", + "display": "ATOPY" + } ] + }, + "subject": { + "reference": "Patient/3635603" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492062", + "code": "1", + "display": "yes" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492063-3635879-0", + "resource": { + "resourceType": "Observation", + "id": "492063-3635879-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:37.430-04:00", + "source": "#p6lcrh9PHsCA3SIN", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492063" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492063.v1.p1", + "display": "eos_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220501160000", + "display": "CompleteBloodCount Eosinophils Number" + } ] + }, + "subject": { + "reference": "Patient/3635879" + }, + "valueQuantity": { + "value": 140, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492063-3635893-0", + "resource": { + "resourceType": "Observation", + "id": "492063-3635893-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:37.503-04:00", + "source": "#8I5waTvkGU0Mg0jR", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492063" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492063.v1.p1", + "display": "eos_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220501160000", + "display": "CompleteBloodCount Eosinophils Number" + } ] + }, + "subject": { + "reference": "Patient/3635893" + }, + "valueQuantity": { + "value": 860, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492064-3635975-0", + "resource": { + "resourceType": "Observation", + "id": "492064-3635975-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:38.075-04:00", + "source": "#7xFTr0GoSYywKGp4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492064" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492064.v1.p1", + "display": "log10eos_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220501160000", + "display": "CompleteBloodCount Eosinophils Number" + } ] + }, + "subject": { + "reference": "Patient/3635975" + }, + "valueQuantity": { + "value": 2.0293837777, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492066-3635503-0", + "resource": { + "resourceType": "Observation", + "id": "492066-3635503-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:39.864-04:00", + "source": "#QvC1w9d7clKxvTzq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492066" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492066.v1.p1", + "display": "LOG10IGE_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "62621-8", + "display": "Resp immunoglobulin E proto" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090701010000", + "display": "IgE Concentration" + } ] + }, + "subject": { + "reference": "Patient/3635503" + }, + "valueQuantity": { + "value": 2.73, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492066-3635529-0", + "resource": { + "resourceType": "Observation", + "id": "492066-3635529-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:39.910-04:00", + "source": "#I2bzOWfO5LdZqZUT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492066" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492066.v1.p1", + "display": "LOG10IGE_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "62621-8", + "display": "Resp immunoglobulin E proto" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090701010000", + "display": "IgE Concentration" + } ] + }, + "subject": { + "reference": "Patient/3635529" + }, + "valueQuantity": { + "value": 2.98, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492067-3635349-0", + "resource": { + "resourceType": "Observation", + "id": "492067-3635349-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:41.140-04:00", + "source": "#yIMuAh6hesWj6iCq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492067" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492067.v1.p1", + "display": "ampf_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635349" + }, + "valueQuantity": { + "value": 292.5, + "unit": "liters/minute", + "system": "http://unitsofmeasure.org", + "code": "L/min" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492067-3635400-0", + "resource": { + "resourceType": "Observation", + "id": "492067-3635400-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:41.187-04:00", + "source": "#t5hALFFVcMzXAT7G", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492067" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492067.v1.p1", + "display": "ampf_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635400" + }, + "valueQuantity": { + "value": 172.04545455, + "unit": "liters/minute", + "system": "http://unitsofmeasure.org", + "code": "L/min" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492069-3635221-0", + "resource": { + "resourceType": "Observation", + "id": "492069-3635221-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:41.556-04:00", + "source": "#HZaNpksjdpJv3TJ1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492069" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492069.v1.p1", + "display": "amsym_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635221" + }, + "valueQuantity": { + "value": 0.3888888889, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492069-3635559-0", + "resource": { + "resourceType": "Observation", + "id": "492069-3635559-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:42.503-04:00", + "source": "#26Y754YFqnlgXNJD", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492069" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492069.v1.p1", + "display": "amsym_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635559" + }, + "valueQuantity": { + "value": 0.2, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492071-3635763-0", + "resource": { + "resourceType": "Observation", + "id": "492071-3635763-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:44.743-04:00", + "source": "#RIWoz2xJpKqeYh13", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492071" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492071.v1.p1", + "display": "NALL_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635763" + }, + "valueQuantity": { + "value": 17, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492071-3635871-0", + "resource": { + "resourceType": "Observation", + "id": "492071-3635871-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:44.893-04:00", + "source": "#fFu443sOgJDaQIoS", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492071" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492071.v1.p1", + "display": "NALL_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635871" + }, + "valueQuantity": { + "value": 14, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492072-3635712-0", + "resource": { + "resourceType": "Observation", + "id": "492072-3635712-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:45.490-04:00", + "source": "#19rZdBkGmmJZJCUc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492072" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492072.v1.p1", + "display": "NPOS_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635712" + }, + "valueQuantity": { + "value": 3, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492072-3635919-0", + "resource": { + "resourceType": "Observation", + "id": "492072-3635919-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:45.824-04:00", + "source": "#Csiso50oxkIgYgae", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492072" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492072.v1.p1", + "display": "NPOS_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635919" + }, + "valueQuantity": { + "value": 9, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492072-3635924-0", + "resource": { + "resourceType": "Observation", + "id": "492072-3635924-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:45.872-04:00", + "source": "#K0eWPpHXORlERjSF", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492072" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492072.v1.p1", + "display": "NPOS_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635924" + }, + "valueQuantity": { + "value": 2, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492047-3635940-0", + "resource": { + "resourceType": "Observation", + "id": "492047-3635940-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:13.189-04:00", + "source": "#nRLb47e2BCd8mJuJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492047" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492047.v1.p1", + "display": "edhos_event1_month" + } ] + }, + "subject": { + "reference": "Patient/3635940" + }, + "valueQuantity": { + "value": 48, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492048-3635430-0", + "resource": { + "resourceType": "Observation", + "id": "492048-3635430-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:14.371-04:00", + "source": "#0hfGoyT8O2Jg2Tva", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492048" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492048.v1.p1", + "display": "edhos_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635430" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492050-3635962-0", + "resource": { + "resourceType": "Observation", + "id": "492050-3635962-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:17.369-04:00", + "source": "#rkspyKp6ZCPt92Yh", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492050" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492050.v1.p1", + "display": "edhos_event2_week" + } ] + }, + "subject": { + "reference": "Patient/3635962" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492051-3635619-0", + "resource": { + "resourceType": "Observation", + "id": "492051-3635619-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:17.970-04:00", + "source": "#EEuY0mhLlpCcfZHd", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492051" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492051.v1.p1", + "display": "prech_long" + } ] + }, + "subject": { + "reference": "Patient/3635619" + }, + "valueQuantity": { + "value": -0.56, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492052-3635243-0", + "resource": { + "resourceType": "Observation", + "id": "492052-3635243-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:18.568-04:00", + "source": "#oI6IBRWSr81gCgEL", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492052" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492052.v1.p1", + "display": "prech_short" + } ] + }, + "subject": { + "reference": "Patient/3635243" + }, + "valueQuantity": { + "value": 4.76, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492054-3635238-0", + "resource": { + "resourceType": "Observation", + "id": "492054-3635238-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:19.770-04:00", + "source": "#fs91S752Hk99X9rk", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492054" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492054.v1.p1", + "display": "PC20_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635238" + }, + "valueQuantity": { + "value": 0.459, + "unit": "mg/ml", + "system": "http://unitsofmeasure.org", + "code": "mg/mL" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492054-3635364-0", + "resource": { + "resourceType": "Observation", + "id": "492054-3635364-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:20.570-04:00", + "source": "#g7mXde1sHwsElq7O", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492054" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492054.v1.p1", + "display": "PC20_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635364" + }, + "valueQuantity": { + "value": 1.205, + "unit": "mg/ml", + "system": "http://unitsofmeasure.org", + "code": "mg/mL" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492056-3635648-0", + "resource": { + "resourceType": "Observation", + "id": "492056-3635648-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:22.275-04:00", + "source": "#2JYEaXaVYH6acyRU", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492056" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492056.v1.p1", + "display": "PREFEV_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "20150-9", + "display": "FEV1" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601500000", + "display": "FEV1" + } ] + }, + "subject": { + "reference": "Patient/3635648" + }, + "valueQuantity": { + "value": 1.93, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492056-3635940-0", + "resource": { + "resourceType": "Observation", + "id": "492056-3635940-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:23.076-04:00", + "source": "#0NFTFMiyQHaA40AN", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492056" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492056.v1.p1", + "display": "PREFEV_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "20150-9", + "display": "FEV1" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601500000", + "display": "FEV1" + } ] + }, + "subject": { + "reference": "Patient/3635940" + }, + "valueQuantity": { + "value": 1.13, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492057-3635353-0", + "resource": { + "resourceType": "Observation", + "id": "492057-3635353-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:24.069-04:00", + "source": "#SjahzFM5GswY9Tv1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492057" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492057.v1.p1", + "display": "PREFVC_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19868-9", + "display": "FVC Vol Respiratory Spirometry" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601480000", + "display": "FVC" + } ] + }, + "subject": { + "reference": "Patient/3635353" + }, + "valueQuantity": { + "value": 2.38, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492057-3635404-0", + "resource": { + "resourceType": "Observation", + "id": "492057-3635404-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:24.674-04:00", + "source": "#gf6EaEAKRVM6xiDF", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492057" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492057.v1.p1", + "display": "PREFVC_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19868-9", + "display": "FVC Vol Respiratory Spirometry" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601480000", + "display": "FVC" + } ] + }, + "subject": { + "reference": "Patient/3635404" + }, + "valueQuantity": { + "value": 1.24, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492058-3635444-0", + "resource": { + "resourceType": "Observation", + "id": "492058-3635444-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:27.772-04:00", + "source": "#JjpQ4AEvXhiTVJxu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492058" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492058.v1.p1", + "display": "PREFF_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19925-7", + "display": "FEV1/FVC Predicted" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601600000", + "display": "Predicted FEV1/FVC" + } ] + }, + "subject": { + "reference": "Patient/3635444" + }, + "valueQuantity": { + "value": 68, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492059-3635295-0", + "resource": { + "resourceType": "Observation", + "id": "492059-3635295-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:29.170-04:00", + "source": "#VBkFxGXWvI9btCx1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492059" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492059.v1.p1", + "display": "PREFEVPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635295" + }, + "valueQuantity": { + "value": 120, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492059-3635454-0", + "resource": { + "resourceType": "Observation", + "id": "492059-3635454-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:29.674-04:00", + "source": "#2EJAukdfHrCfvrMo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492059" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492059.v1.p1", + "display": "PREFEVPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635454" + }, + "valueQuantity": { + "value": 81, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492059-3635996-0", + "resource": { + "resourceType": "Observation", + "id": "492059-3635996-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:31.868-04:00", + "source": "#INg3obWSu3KN5oSi", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492059" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492059.v1.p1", + "display": "PREFEVPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635996" + }, + "valueQuantity": { + "value": 102, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492060-3635199-0", + "resource": { + "resourceType": "Observation", + "id": "492060-3635199-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:32.495-04:00", + "source": "#aQzOdTwMfFH6E0rO", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492060" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492060.v1.p1", + "display": "PREFVCPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635199" + }, + "valueQuantity": { + "value": 124, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492061-3635193-0", + "resource": { + "resourceType": "Observation", + "id": "492061-3635193-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:33.472-04:00", + "source": "#5hR23bC3Z3TTS5b3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492061" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492061.v1.p1", + "display": "bdrabpct_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635193" + }, + "valueQuantity": { + "value": 6, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492061-3635873-0", + "resource": { + "resourceType": "Observation", + "id": "492061-3635873-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:34.787-04:00", + "source": "#N1OZ6EiWzTmTP6iy", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492061" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492061.v1.p1", + "display": "bdrabpct_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635873" + }, + "valueQuantity": { + "value": 2, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492065-3635752-0", + "resource": { + "resourceType": "Observation", + "id": "492065-3635752-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:38.870-04:00", + "source": "#LL00rIf6HNofibD6", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492065" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492065.v1.p1", + "display": "IGE_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "62621-8", + "display": "Resp immunoglobulin E proto" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090701010000", + "display": "IgE Concentration" + } ] + }, + "subject": { + "reference": "Patient/3635752" + }, + "valueQuantity": { + "value": 93, + "unit": "ng/ml", + "system": "http://unitsofmeasure.org", + "code": "ng/ML" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492069-3635313-0", + "resource": { + "resourceType": "Observation", + "id": "492069-3635313-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:41.769-04:00", + "source": "#miaumSZFHdXZQiFs", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492069" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492069.v1.p1", + "display": "amsym_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635313" + }, + "valueQuantity": { + "value": 0.1333333333, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492069-3635943-0", + "resource": { + "resourceType": "Observation", + "id": "492069-3635943-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:42.876-04:00", + "source": "#j9YoJ7KnFTmXEOZc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492069" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492069.v1.p1", + "display": "amsym_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635943" + }, + "valueQuantity": { + "value": 1.6666666667, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492071-3635704-0", + "resource": { + "resourceType": "Observation", + "id": "492071-3635704-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:44.371-04:00", + "source": "#Fg0Ty2mXDxzUEvF8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492071" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492071.v1.p1", + "display": "NALL_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635704" + }, + "valueQuantity": { + "value": 14, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492048-3635249-0", + "resource": { + "resourceType": "Observation", + "id": "492048-3635249-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:13.795-04:00", + "source": "#gwe4g9fh5DqUemt1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492048" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492048.v1.p1", + "display": "edhos_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635249" + }, + "valueQuantity": { + "value": 35, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492052-3635647-0", + "resource": { + "resourceType": "Observation", + "id": "492052-3635647-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:19.081-04:00", + "source": "#ovs0QrtIniKbg0dx", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492052" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492052.v1.p1", + "display": "prech_short" + } ] + }, + "subject": { + "reference": "Patient/3635647" + }, + "valueQuantity": { + "value": 0.85, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492058-3635347-0", + "resource": { + "resourceType": "Observation", + "id": "492058-3635347-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:27.489-04:00", + "source": "#YYfdIag5m0OwbuHR", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492058" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492058.v1.p1", + "display": "PREFF_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19925-7", + "display": "FEV1/FVC Predicted" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601600000", + "display": "Predicted FEV1/FVC" + } ] + }, + "subject": { + "reference": "Patient/3635347" + }, + "valueQuantity": { + "value": 70, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492058-3635608-0", + "resource": { + "resourceType": "Observation", + "id": "492058-3635608-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:28.144-04:00", + "source": "#DIxp8fbVdMvJsL2Q", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492058" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492058.v1.p1", + "display": "PREFF_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19925-7", + "display": "FEV1/FVC Predicted" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601600000", + "display": "Predicted FEV1/FVC" + } ] + }, + "subject": { + "reference": "Patient/3635608" + }, + "valueQuantity": { + "value": 82, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492060-3635471-0", + "resource": { + "resourceType": "Observation", + "id": "492060-3635471-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:32.973-04:00", + "source": "#EsDdLDuqVB6l4dul", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492060" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492060.v1.p1", + "display": "PREFVCPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635471" + }, + "valueQuantity": { + "value": 94, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492063-3635619-0", + "resource": { + "resourceType": "Observation", + "id": "492063-3635619-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:37.282-04:00", + "source": "#7QXP4skZlEA2tKCh", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492063" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492063.v1.p1", + "display": "eos_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220501160000", + "display": "CompleteBloodCount Eosinophils Number" + } ] + }, + "subject": { + "reference": "Patient/3635619" + }, + "valueQuantity": { + "value": 730, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492069-3635867-0", + "resource": { + "resourceType": "Observation", + "id": "492069-3635867-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:42.719-04:00", + "source": "#r4nS7FGGYAu7xwZT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492069" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492069.v1.p1", + "display": "amsym_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635867" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492069-3635905-0", + "resource": { + "resourceType": "Observation", + "id": "492069-3635905-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:42.767-04:00", + "source": "#vgo183z7JTINfEjq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492069" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492069.v1.p1", + "display": "amsym_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635905" + }, + "valueQuantity": { + "value": 0.4, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492048-3635377-0", + "resource": { + "resourceType": "Observation", + "id": "492048-3635377-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:13.842-04:00", + "source": "#IrLQcQbwYH0cwIIn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492048" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492048.v1.p1", + "display": "edhos_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635377" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492048-3635400-0", + "resource": { + "resourceType": "Observation", + "id": "492048-3635400-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:13.956-04:00", + "source": "#KnKIPirJ2aQlUZvR", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492048" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492048.v1.p1", + "display": "edhos_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635400" + }, + "valueQuantity": { + "value": 52, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492048-3635928-0", + "resource": { + "resourceType": "Observation", + "id": "492048-3635928-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:15.285-04:00", + "source": "#a52LZLLtOJLHazUg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492048" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492048.v1.p1", + "display": "edhos_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635928" + }, + "valueQuantity": { + "value": 9, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492049-3635880-0", + "resource": { + "resourceType": "Observation", + "id": "492049-3635880-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:15.559-04:00", + "source": "#fayiDYSLsSqmBMVM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492049" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492049.v1.p1", + "display": "edhos_event2_month" + } ] + }, + "subject": { + "reference": "Patient/3635880" + }, + "valueQuantity": { + "value": 12, + "unit": "months", + "system": "http://unitsofmeasure.org", + "code": "mo" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492051-3635693-0", + "resource": { + "resourceType": "Observation", + "id": "492051-3635693-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:18.286-04:00", + "source": "#ujFMT0l16jKdCJ1b", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492051" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492051.v1.p1", + "display": "prech_long" + } ] + }, + "subject": { + "reference": "Patient/3635693" + }, + "valueQuantity": { + "value": 13.67, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492052-3635700-0", + "resource": { + "resourceType": "Observation", + "id": "492052-3635700-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:19.208-04:00", + "source": "#jGFlFHc4iWi0ytrN", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492052" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492052.v1.p1", + "display": "prech_short" + } ] + }, + "subject": { + "reference": "Patient/3635700" + }, + "valueQuantity": { + "value": 4.24, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492052-3635712-0", + "resource": { + "resourceType": "Observation", + "id": "492052-3635712-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:19.357-04:00", + "source": "#KHq7NHnEEeeyVwww", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492052" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492052.v1.p1", + "display": "prech_short" + } ] + }, + "subject": { + "reference": "Patient/3635712" + }, + "valueQuantity": { + "value": 2.5, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492055-3635518-0", + "resource": { + "resourceType": "Observation", + "id": "492055-3635518-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:21.215-04:00", + "source": "#dKYF2ODR0ynw3KeP", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492055" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492055.v1.p1", + "display": "LNPC20_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635518" + }, + "valueQuantity": { + "value": -0.52, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492056-3635332-0", + "resource": { + "resourceType": "Observation", + "id": "492056-3635332-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:21.477-04:00", + "source": "#byYbIPucbNQPNGzH", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492056" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492056.v1.p1", + "display": "PREFEV_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "20150-9", + "display": "FEV1" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601500000", + "display": "FEV1" + } ] + }, + "subject": { + "reference": "Patient/3635332" + }, + "valueQuantity": { + "value": 1.05, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492056-3635617-0", + "resource": { + "resourceType": "Observation", + "id": "492056-3635617-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:22.140-04:00", + "source": "#0pWRuTe1ROvOrxM4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492056" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492056.v1.p1", + "display": "PREFEV_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "20150-9", + "display": "FEV1" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601500000", + "display": "FEV1" + } ] + }, + "subject": { + "reference": "Patient/3635617" + }, + "valueQuantity": { + "value": 2.07, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492056-3635885-0", + "resource": { + "resourceType": "Observation", + "id": "492056-3635885-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:22.760-04:00", + "source": "#SYJbeMsf3klmofSY", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492056" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492056.v1.p1", + "display": "PREFEV_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "20150-9", + "display": "FEV1" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601500000", + "display": "FEV1" + } ] + }, + "subject": { + "reference": "Patient/3635885" + }, + "valueQuantity": { + "value": 1.77, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492057-3635299-0", + "resource": { + "resourceType": "Observation", + "id": "492057-3635299-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:23.662-04:00", + "source": "#ZrbEM2nr65f0KKDg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492057" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492057.v1.p1", + "display": "PREFVC_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19868-9", + "display": "FVC Vol Respiratory Spirometry" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601480000", + "display": "FVC" + } ] + }, + "subject": { + "reference": "Patient/3635299" + }, + "valueQuantity": { + "value": 2, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492057-3635713-0", + "resource": { + "resourceType": "Observation", + "id": "492057-3635713-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:26.289-04:00", + "source": "#QL1muQt8XDFSy3MB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492057" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492057.v1.p1", + "display": "PREFVC_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19868-9", + "display": "FVC Vol Respiratory Spirometry" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601480000", + "display": "FVC" + } ] + }, + "subject": { + "reference": "Patient/3635713" + }, + "valueQuantity": { + "value": 1.04, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492058-3635394-0", + "resource": { + "resourceType": "Observation", + "id": "492058-3635394-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:27.576-04:00", + "source": "#uDfdW3yOHnOJdwFT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492058" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492058.v1.p1", + "display": "PREFF_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19925-7", + "display": "FEV1/FVC Predicted" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601600000", + "display": "Predicted FEV1/FVC" + } ] + }, + "subject": { + "reference": "Patient/3635394" + }, + "valueQuantity": { + "value": 86, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492058-3635930-0", + "resource": { + "resourceType": "Observation", + "id": "492058-3635930-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:28.287-04:00", + "source": "#zjNtUoL551BE6UzK", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492058" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492058.v1.p1", + "display": "PREFF_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19925-7", + "display": "FEV1/FVC Predicted" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601600000", + "display": "Predicted FEV1/FVC" + } ] + }, + "subject": { + "reference": "Patient/3635930" + }, + "valueQuantity": { + "value": 84, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492059-3635222-0", + "resource": { + "resourceType": "Observation", + "id": "492059-3635222-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:28.660-04:00", + "source": "#l3PO0u4khqi3Ksms", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492059" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492059.v1.p1", + "display": "PREFEVPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635222" + }, + "valueQuantity": { + "value": 113, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492061-3635714-0", + "resource": { + "resourceType": "Observation", + "id": "492061-3635714-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:34.720-04:00", + "source": "#95e161jZQ6WlACAx", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492061" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492061.v1.p1", + "display": "bdrabpct_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635714" + }, + "valueQuantity": { + "value": 7, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492062-3635547-0", + "resource": { + "resourceType": "Observation", + "id": "492062-3635547-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:35.431-04:00", + "source": "#K3cyYaB4dHsVsVsx", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492062" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492062.v1.p1", + "display": "ATOPY" + } ] + }, + "subject": { + "reference": "Patient/3635547" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492062", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492062-3635815-0", + "resource": { + "resourceType": "Observation", + "id": "492062-3635815-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:36.087-04:00", + "source": "#MdJIiaioFuDYUonP", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492062" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492062.v1.p1", + "display": "ATOPY" + } ] + }, + "subject": { + "reference": "Patient/3635815" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492062", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492062-3635879-0", + "resource": { + "resourceType": "Observation", + "id": "492062-3635879-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:36.157-04:00", + "source": "#3kWb5FjBw9aC8cC7", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492062" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492062.v1.p1", + "display": "ATOPY" + } ] + }, + "subject": { + "reference": "Patient/3635879" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492062", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492063-3635302-0", + "resource": { + "resourceType": "Observation", + "id": "492063-3635302-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:36.942-04:00", + "source": "#pdl2K6Xdm58zcVGb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492063" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492063.v1.p1", + "display": "eos_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220501160000", + "display": "CompleteBloodCount Eosinophils Number" + } ] + }, + "subject": { + "reference": "Patient/3635302" + }, + "valueQuantity": { + "value": 340, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492063-3635617-0", + "resource": { + "resourceType": "Observation", + "id": "492063-3635617-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:37.221-04:00", + "source": "#PimoXAKUbOvVdRWx", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492063" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492063.v1.p1", + "display": "eos_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220501160000", + "display": "CompleteBloodCount Eosinophils Number" + } ] + }, + "subject": { + "reference": "Patient/3635617" + }, + "valueQuantity": { + "value": 636, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492064-3635386-0", + "resource": { + "resourceType": "Observation", + "id": "492064-3635386-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:37.757-04:00", + "source": "#quWMJyBcRwzRBGr8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492064" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492064.v1.p1", + "display": "log10eos_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX220501160000", + "display": "CompleteBloodCount Eosinophils Number" + } ] + }, + "subject": { + "reference": "Patient/3635386" + }, + "valueQuantity": { + "value": 1.6989700043, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492065-3635204-0", + "resource": { + "resourceType": "Observation", + "id": "492065-3635204-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:38.499-04:00", + "source": "#4cpq8IR4rr1Mv9Iu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492065" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492065.v1.p1", + "display": "IGE_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "62621-8", + "display": "Resp immunoglobulin E proto" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090701010000", + "display": "IgE Concentration" + } ] + }, + "subject": { + "reference": "Patient/3635204" + }, + "valueQuantity": { + "value": 1453, + "unit": "ng/ml", + "system": "http://unitsofmeasure.org", + "code": "ng/ML" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492066-3635298-0", + "resource": { + "resourceType": "Observation", + "id": "492066-3635298-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:39.488-04:00", + "source": "#na2ZO64uZf8oDFfF", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492066" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492066.v1.p1", + "display": "LOG10IGE_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "62621-8", + "display": "Resp immunoglobulin E proto" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090701010000", + "display": "IgE Concentration" + } ] + }, + "subject": { + "reference": "Patient/3635298" + }, + "valueQuantity": { + "value": 2.5, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492066-3635697-0", + "resource": { + "resourceType": "Observation", + "id": "492066-3635697-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:39.995-04:00", + "source": "#bk2D6CUTQC4WzIKE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492066" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492066.v1.p1", + "display": "LOG10IGE_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "62621-8", + "display": "Resp immunoglobulin E proto" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090701010000", + "display": "IgE Concentration" + } ] + }, + "subject": { + "reference": "Patient/3635697" + }, + "valueQuantity": { + "value": 2.37, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492069-3635587-0", + "resource": { + "resourceType": "Observation", + "id": "492069-3635587-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:42.576-04:00", + "source": "#fFH3NjtRTbtjWQtL", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492069" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492069.v1.p1", + "display": "amsym_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635587" + }, + "valueQuantity": { + "value": 0.4705882353, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492072-3635892-0", + "resource": { + "resourceType": "Observation", + "id": "492072-3635892-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:45.635-04:00", + "source": "#wfnhpp3JchlcEcE3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492072" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492072.v1.p1", + "display": "NPOS_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635892" + }, + "valueQuantity": { + "value": 4, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492048-3635503-0", + "resource": { + "resourceType": "Observation", + "id": "492048-3635503-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:14.772-04:00", + "source": "#689p1zEMAwxWG91K", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492048" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492048.v1.p1", + "display": "edhos_event1_week" + } ] + }, + "subject": { + "reference": "Patient/3635503" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492050-3635204-0", + "resource": { + "resourceType": "Observation", + "id": "492050-3635204-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:15.777-04:00", + "source": "#FDHXaA5vZ1BdRw8S", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492050" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492050.v1.p1", + "display": "edhos_event2_week" + } ] + }, + "subject": { + "reference": "Patient/3635204" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492050-3635624-0", + "resource": { + "resourceType": "Observation", + "id": "492050-3635624-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:16.269-04:00", + "source": "#eT35LksxqrdMjDFG", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492050" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492050.v1.p1", + "display": "edhos_event2_week" + } ] + }, + "subject": { + "reference": "Patient/3635624" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492050-3635961-0", + "resource": { + "resourceType": "Observation", + "id": "492050-3635961-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:16.869-04:00", + "source": "#9NFDUFdOfaVdkvIi", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492050" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492050.v1.p1", + "display": "edhos_event2_week" + } ] + }, + "subject": { + "reference": "Patient/3635961" + }, + "valueQuantity": { + "value": 207, + "unit": "weeks", + "system": "http://unitsofmeasure.org", + "code": "wk" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492056-3635438-0", + "resource": { + "resourceType": "Observation", + "id": "492056-3635438-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:21.771-04:00", + "source": "#PcLrwUwpOqojiKKZ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492056" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492056.v1.p1", + "display": "PREFEV_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "20150-9", + "display": "FEV1" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601500000", + "display": "FEV1" + } ] + }, + "subject": { + "reference": "Patient/3635438" + }, + "valueQuantity": { + "value": 1.56, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492057-3635435-0", + "resource": { + "resourceType": "Observation", + "id": "492057-3635435-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:25.469-04:00", + "source": "#z0GGkh8nKDwPELa7", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492057" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492057.v1.p1", + "display": "PREFVC_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19868-9", + "display": "FVC Vol Respiratory Spirometry" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601480000", + "display": "FVC" + } ] + }, + "subject": { + "reference": "Patient/3635435" + }, + "valueQuantity": { + "value": 2.93, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492057-3635437-0", + "resource": { + "resourceType": "Observation", + "id": "492057-3635437-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:25.969-04:00", + "source": "#y1bSqeCYBvQtbF4w", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492057" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492057.v1.p1", + "display": "PREFVC_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19868-9", + "display": "FVC Vol Respiratory Spirometry" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601480000", + "display": "FVC" + } ] + }, + "subject": { + "reference": "Patient/3635437" + }, + "valueQuantity": { + "value": 1.49, + "unit": "liters", + "system": "http://unitsofmeasure.org", + "code": "L" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492058-3635317-0", + "resource": { + "resourceType": "Observation", + "id": "492058-3635317-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:26.673-04:00", + "source": "#Qe9MNEEPA9WPjOiw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492058" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492058.v1.p1", + "display": "PREFF_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://loinc.org/", + "code": "19925-7", + "display": "FEV1/FVC Predicted" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "comparable", + "display": "Comparable" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX091601600000", + "display": "Predicted FEV1/FVC" + } ] + }, + "subject": { + "reference": "Patient/3635317" + }, + "valueQuantity": { + "value": 85, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492059-3635689-0", + "resource": { + "resourceType": "Observation", + "id": "492059-3635689-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:30.474-04:00", + "source": "#SLScQQTKWt3zZdv1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492059" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492059.v1.p1", + "display": "PREFEVPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635689" + }, + "valueQuantity": { + "value": 90, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492059-3635914-0", + "resource": { + "resourceType": "Observation", + "id": "492059-3635914-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:31.069-04:00", + "source": "#NTGjPu00zQ4VWhRQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492059" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492059.v1.p1", + "display": "PREFEVPP_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635914" + }, + "valueQuantity": { + "value": 79, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492061-3635659-0", + "resource": { + "resourceType": "Observation", + "id": "492061-3635659-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:34.270-04:00", + "source": "#TCngPPwJ7TsIvRpK", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492061" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492061.v1.p1", + "display": "bdrabpct_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635659" + }, + "valueQuantity": { + "value": 8, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492062-3635580-0", + "resource": { + "resourceType": "Observation", + "id": "492062-3635580-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:35.570-04:00", + "source": "#4YC98g31xoJ3DM4h", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492062" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492062.v1.p1", + "display": "ATOPY" + } ] + }, + "subject": { + "reference": "Patient/3635580" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaP-Phenotype-Variable-phv00492062", + "code": "0", + "display": "no" + } ] + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492065-3635188-0", + "resource": { + "resourceType": "Observation", + "id": "492065-3635188-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:38.170-04:00", + "source": "#g7dvNneQR9ySXzY8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492065" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492065.v1.p1", + "display": "IGE_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "62621-8", + "display": "Resp immunoglobulin E proto" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090701010000", + "display": "IgE Concentration" + } ] + }, + "subject": { + "reference": "Patient/3635188" + }, + "valueQuantity": { + "value": 709, + "unit": "ng/ml", + "system": "http://unitsofmeasure.org", + "code": "ng/ML" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492066-3635191-0", + "resource": { + "resourceType": "Observation", + "id": "492066-3635191-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:39.262-04:00", + "source": "#ADXxIAwsBbUApBL4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492066" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492066.v1.p1", + "display": "LOG10IGE_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "62621-8", + "display": "Resp immunoglobulin E proto" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090701010000", + "display": "IgE Concentration" + } ] + }, + "subject": { + "reference": "Patient/3635191" + }, + "valueQuantity": { + "value": 2.81, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492066-3635705-0", + "resource": { + "resourceType": "Observation", + "id": "492066-3635705-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:40.471-04:00", + "source": "#aJ2cwhnnq8LT1DLw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492066" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492066.v1.p1", + "display": "LOG10IGE_baseline" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://loinc.org/", + "code": "62621-8", + "display": "Resp immunoglobulin E proto" + }, { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/PhenX" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "related", + "display": "Related" + } + } ], + "system": "https://www.phenxtoolkit.org/vsearch/", + "code": "PX090701010000", + "display": "IgE Concentration" + } ] + }, + "subject": { + "reference": "Patient/3635705" + }, + "valueQuantity": { + "value": 3, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492069-3635301-0", + "resource": { + "resourceType": "Observation", + "id": "492069-3635301-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:41.685-04:00", + "source": "#Nuh2vpa22Ryt5Qnt", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492069" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492069.v1.p1", + "display": "amsym_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635301" + }, + "valueQuantity": { + "value": 0.2142857143, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492071-3635364-0", + "resource": { + "resourceType": "Observation", + "id": "492071-3635364-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:43.771-04:00", + "source": "#YfTxzPmYYQK1CzPQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492071" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492071.v1.p1", + "display": "NALL_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635364" + }, + "valueQuantity": { + "value": 14, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492072-3635356-0", + "resource": { + "resourceType": "Observation", + "id": "492072-3635356-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:45.070-04:00", + "source": "#Urzac9Pqhdnfq9OT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492072" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492072.v1.p1", + "display": "NPOS_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635356" + }, + "valueQuantity": { + "value": 1, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Observation/492072-3635999-0", + "resource": { + "resourceType": "Observation", + "id": "492072-3635999-0", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:49:46.067-04:00", + "source": "#NOdC057mecI9l2KY", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "extension": [ { + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "valueUri": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00492072" + } ], + "code": { + "coding": [ { + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertingEntity", + "valueReference": { + "reference": "Organization/dbGaP" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/Coding-AssertedRelationship", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-AssertedRelationship", + "code": "exact", + "display": "Exact" + } + } ], + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-VariableAccession", + "code": "phv00492072.v1.p1", + "display": "NPOS_SKINTEST_baseline" + } ] + }, + "subject": { + "reference": "Patient/3635999" + }, + "valueQuantity": { + "value": 6, + "unit": "Units were not extracted correctly in this release. We will extract them in the next release.", + "system": "http://unitsofmeasure.org" + } + }, + "search": { + "mode": "match" + } + } ] +} \ No newline at end of file diff --git a/tests/fixtures/dbgap/examples/research_study.json b/tests/fixtures/dbgap/examples/research_study.json new file mode 100644 index 0000000..0e72dc7 --- /dev/null +++ b/tests/fixtures/dbgap/examples/research_study.json @@ -0,0 +1,221 @@ +{ + "resourceType": "Bundle", + "id": "b9877254-165c-4075-8002-c7f405bdfd2f", + "meta": { + "lastUpdated": "2022-05-10T14:06:29.862-04:00" + }, + "type": "searchset", + "total": 1, + "link": [ { + "relation": "self", + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchStudy?_id=phs002409&_include=ResearchStudy%3Asponsor" + } ], + "entry": [ { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchStudy/phs002409", + "resource": { + "resourceType": "ResearchStudy", + "id": "phs002409", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:31:39.493-04:00", + "source": "#8ruoQR42N7WSBjmA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "public", + "display": "public" + } ] + }, + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/ResearchStudy-StudyOverviewUrl", + "valueUrl": "https://www.ncbi.nlm.nih.gov/projects/gap/cgi-bin/study.cgi?study_id=phs002409.v1.p1" + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/ResearchStudy-ReleaseDate", + "valueDate": "2021-09-09" + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/ResearchStudy-StudyConsents", + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/ResearchStudy-StudyConsents-StudyConsent", + "valueCoding": { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/ResearchStudy-StudyConsents-StudyConsent", + "code": "phs002409.v1.p1 - 1", + "display": "GRU" + } + } ] + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/ResearchStudy-Content", + "extension": [ { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/ResearchStudy-Content-NumPhenotypeDatasets", + "valueCount": { + "value": 2, + "system": "http://unitsofmeasure.org", + "code": "1" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/ResearchStudy-Content-NumMolecularDatasets", + "valueCount": { + "system": "http://unitsofmeasure.org", + "code": "1" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/ResearchStudy-Content-NumVariables", + "valueCount": { + "value": 58, + "system": "http://unitsofmeasure.org", + "code": "1" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/ResearchStudy-Content-NumSubjects", + "valueCount": { + "value": 813, + "system": "http://unitsofmeasure.org", + "code": "1" + } + }, { + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/StructureDefinition/ResearchStudy-Content-NumSubStudies", + "valueCount": { + "system": "http://unitsofmeasure.org", + "code": "1" + } + } ] + } ], + "identifier": [ { + "type": { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPStudyIdentifier", + "code": "dbgap_study_id", + "display": "dbgap_study_id" + } ] + }, + "value": "phs002409.v1.p1" + } ], + "title": "FHIR Test Study's ALPHA", + "status": "completed", + "category": [ { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/ResearchStudy-StudyDesign", + "code": "Case-Control", + "display": "Case-Control" + } ], + "text": "Case-Control" + } ], + "focus": [ { + "coding": [ { + "system": "urn:oid:2.16.840.1.113883.6.177", + "code": "D001249", + "display": "Asthma" + } ], + "text": "Asthma" + } ], + "condition": [ { + "coding": [ { + "system": "urn:oid:2.16.840.1.113883.6.177", + "code": "D001249", + "display": "Asthma" + } ], + "text": "Asthma" + }, { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/NamingSystem/MeshEntryTerm", + "code": "D001249 entry term: Asthma, Bronchial", + "display": "Asthma, Bronchial" + } ], + "text": "Asthma, Bronchial" + }, { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/NamingSystem/MeshEntryTerm", + "code": "D001249 entry term: Asthmas", + "display": "Asthmas" + } ], + "text": "Asthmas" + }, { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/NamingSystem/MeshEntryTerm", + "code": "D001249 entry term: Bronchial Asthma", + "display": "Bronchial Asthma" + } ], + "text": "Bronchial Asthma" + }, { + "coding": [ { + "system": "https://uts.nlm.nih.gov/metathesaurus.html", + "code": "C0004096", + "display": "Asthma" + } ], + "text": "Asthma" + } ], + "keyword": [ { + "coding": [ { + "system": "urn:oid:2.16.840.1.113883.6.177", + "code": "D001249", + "display": "Asthma" + } ], + "text": "Asthma" + }, { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/NamingSystem/MeshEntryTerm", + "code": "D001249 entry term: Asthma, Bronchial", + "display": "Asthma, Bronchial" + } ], + "text": "Asthma, Bronchial" + }, { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/NamingSystem/MeshEntryTerm", + "code": "D001249 entry term: Asthmas", + "display": "Asthmas" + } ], + "text": "Asthmas" + }, { + "coding": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/NamingSystem/MeshEntryTerm", + "code": "D001249 entry term: Bronchial Asthma", + "display": "Bronchial Asthma" + } ], + "text": "Bronchial Asthma" + }, { + "coding": [ { + "system": "https://uts.nlm.nih.gov/metathesaurus.html", + "code": "C0004096", + "display": "Asthma" + } ], + "text": "Asthma" + } ], + "description": "\nFHIR Test Study ALPHA. This study was created to simulate an actual study for FHIR API testing project.\n\nThe data herein is simulated and are intended for development of FHIR representation of dbGaP phenotype data. \n\n
\n", + "enrollment": [ { + "reference": "Group/phs002409.v1.p1-all-subjects" + } ], + "sponsor": { + "reference": "Organization/NLM", + "type": "Organization", + "display": "National Library of Medicine" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Organization/NLM", + "resource": { + "resourceType": "Organization", + "id": "NLM", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:20:21.903-04:00", + "source": "#Iu6bUIi6DCOCFw2J" + }, + "identifier": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/NihInstitute", + "value": "NLM" + }, { + "system": "https://www.dnb.com/business-directory/company-search.html", + "value": "138185939" + }, { + "system": "https://cage.dla.mil/", + "value": "5CNV8" + } ], + "name": "National Library of Medicine", + "alias": [ "NLM" ] + }, + "search": { + "mode": "include" + } + } ] +} \ No newline at end of file diff --git a/tests/fixtures/dbgap/examples/research_subject_patient.json b/tests/fixtures/dbgap/examples/research_subject_patient.json new file mode 100644 index 0000000..cf7d83d --- /dev/null +++ b/tests/fixtures/dbgap/examples/research_subject_patient.json @@ -0,0 +1,39851 @@ +{ + "resourceType": "Bundle", + "id": "7b7dc89c-8fed-4205-985d-d95e92c502a4", + "meta": { + "lastUpdated": "2022-05-10T14:21:37.975-04:00" + }, + "type": "searchset", + "total": 813, + "link": [ { + "relation": "self", + "url": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject?_count=1000&_include=ResearchSubject%3Aindividual&study=phs002409" + } ], + "entry": [ { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635904", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635904", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:13.526-04:00", + "source": "#KH38xEZQpVluyy6J", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635904" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635470", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635470", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:14.371-04:00", + "source": "#lQ69xPhM9ZCV57aW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635470" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635532", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635532", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:15.004-04:00", + "source": "#t0RjMpsokYaRmOSq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635532" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635763", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635763", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:17.574-04:00", + "source": "#cB9WNwsVpMFgAWeg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635763" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635445", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635445", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:17.669-04:00", + "source": "#7618g66lNuCvyRMz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635445" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635644", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635644", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:18.094-04:00", + "source": "#PMTQDGuKHdSjQPCO", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635644" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635520", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635520", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:18.139-04:00", + "source": "#lI0dSADIS2Q2Jiix", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635520" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635892", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635892", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:18.241-04:00", + "source": "#AWS2oCJZLULIZdyu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635892" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635989", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635989", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:19.614-04:00", + "source": "#Gw5wJy5mBbgw5eSk", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635989" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635875", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635875", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:19.717-04:00", + "source": "#Q0EfcAoPw1OqrYcK", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635875" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635599", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635599", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:19.769-04:00", + "source": "#6RPqCaTHg1Vb9D1m", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635599" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635395", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635395", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:20.278-04:00", + "source": "#LOCwXMXfE2FcMKwT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635395" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635366", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635366", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:21.075-04:00", + "source": "#GV9p9Ap5OIcveSm7", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635366" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635337", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635337", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:26.093-04:00", + "source": "#k1K9rxRlZ2yWId20", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635337" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635615", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635615", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:29.879-04:00", + "source": "#sPVUSKTy2a8eVg9J", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635615" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635258", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635258", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:32.046-04:00", + "source": "#uNsXor1XsyyR4V7g", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635258" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635595", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635595", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:35.747-04:00", + "source": "#UNBT68HOxDpRDaXc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635595" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635702", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635702", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:38.426-04:00", + "source": "#0c7CNKfrRPpqh17R", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635702" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635516", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635516", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:40.646-04:00", + "source": "#PaEMq9crHz4h4FBp", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635516" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635379", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635379", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:40.689-04:00", + "source": "#9Yi9v2etiJh5ocmV", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635379" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635221", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635221", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:43.188-04:00", + "source": "#HjpTFG7YYOM1z3Wo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635221" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635974", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635974", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:43.628-04:00", + "source": "#supUvqcx0XFj36kE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635974" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635362", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635362", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:46.545-04:00", + "source": "#rsU47rdnw1YIThyy", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635362" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635266", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635266", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:47.643-04:00", + "source": "#EdhSg2HeBBX9iKRt", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635266" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635825", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635825", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:47.682-04:00", + "source": "#BeCG4VcwCqvREJmH", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635825" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635813", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635813", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:48.779-04:00", + "source": "#Wdognfaf6GU1p3VY", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635813" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635345", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635345", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:51.477-04:00", + "source": "#HleBhqtsWAzdCxur", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635345" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635953", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635953", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:52.173-04:00", + "source": "#b7Znjq75K8YBq7Po", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635953" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635225", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635225", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:20.816-04:00", + "source": "#wU9ZLlbmiN9QNlNX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635225" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635755", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635755", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:24.016-04:00", + "source": "#XSrHok47Um3nYEvI", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635755" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635722", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635722", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:24.054-04:00", + "source": "#XqRRWWn4JmprXbka", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635722" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635582", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635582", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:24.126-04:00", + "source": "#cEtRFJKAmiH8y7S7", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635582" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635491", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635491", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:27.039-04:00", + "source": "#XZ4BYLVT6lmJfNz2", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635491" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635208", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635208", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:32.458-04:00", + "source": "#R332lz451YiErIE3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635208" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635391", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635391", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:35.640-04:00", + "source": "#1r6cyShC49S7rX5L", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635391" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635483", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635483", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:36.471-04:00", + "source": "#CJFj4idboDyxWnNt", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635483" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635842", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635842", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:39.214-04:00", + "source": "#jB7aPPHhtQ7M79zJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635842" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635938", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635938", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:40.489-04:00", + "source": "#SWiaKEEfB7hYQ7Pb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635938" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635640", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635640", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:42.191-04:00", + "source": "#MEXsLfTv3SHg5DhT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635640" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635424", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635424", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:43.569-04:00", + "source": "#3h5UhvDVLFvN4x4x", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635424" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635854", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635854", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:45.276-04:00", + "source": "#Kg0mr3HH13WEnl57", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635854" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635283", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635283", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:46.499-04:00", + "source": "#dVQRaMotd8YyaNPT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635283" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635921", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635921", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:47.719-04:00", + "source": "#zSrjUc3jb34Ehsqh", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635921" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635611", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635611", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:20.479-04:00", + "source": "#dDsQZoy50Qn6djou", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635611" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635287", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635287", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:20.923-04:00", + "source": "#JYZChROvf3bSQvsp", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635287" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635858", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635858", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:23.080-04:00", + "source": "#PnVhnzTAtXrrcrVZ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635858" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635942", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635942", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:23.226-04:00", + "source": "#3U6GDz3eTpjr4FWF", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635942" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635320", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635320", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:30.587-04:00", + "source": "#Jm1s4ArS06kGAwpV", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635320" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635270", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635270", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:32.085-04:00", + "source": "#ddlYWAtAxSRUj8vs", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635270" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635262", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635262", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:37.550-04:00", + "source": "#Eq1UGxpHIxBhM28J", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635262" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635871", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635871", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:39.354-04:00", + "source": "#V1UHkDLN6gbfUNYn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635871" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635233", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635233", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:39.448-04:00", + "source": "#VN3iCE3Q35sw0K2r", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635233" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635312", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635312", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:40.589-04:00", + "source": "#hQykVC7ss1ebUOYl", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635312" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635412", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635412", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:43.229-04:00", + "source": "#ZJVXvCcMqGsWX8Bz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635412" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635204", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635204", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:48.197-04:00", + "source": "#3znG7seyzrPMvIdC", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635204" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635374", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635374", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:52.357-04:00", + "source": "#yUdmOSiAU1MvSaaW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635374" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635730", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635730", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:53.926-04:00", + "source": "#UEtfY1YoUN7eR95s", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635730" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635316", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635316", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:20.558-04:00", + "source": "#L4gpZ9VVpU0043nJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635316" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635299", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635299", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:22.277-04:00", + "source": "#MWfS9Qnz1ewHAmg2", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635299" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635796", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635796", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:24.222-04:00", + "source": "#LI4ywOuuGIxsvpe3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635796" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635349", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635349", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:27.114-04:00", + "source": "#VMrgVgZ97dE94EuM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635349" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635399", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635399", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:32.168-04:00", + "source": "#IeeMs2Dbvwt04uz0", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635399" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635767", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635767", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:34.594-04:00", + "source": "#UBIdBcp7nehsmcot", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635767" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635607", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635607", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:35.832-04:00", + "source": "#HkqpVrNc43AR9ziq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635607" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635739", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635739", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:46.458-04:00", + "source": "#UWtmVIapEojYnAn1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635739" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635254", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635254", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:47.218-04:00", + "source": "#rbdC32z0MlrDxM0P", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635254" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635487", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635487", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:47.276-04:00", + "source": "#qtRBhXTGRamZntPM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635487" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635499", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635499", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:51.270-04:00", + "source": "#E2mZbE3OxUPdJKVd", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635499" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635386", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635386", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:52.881-04:00", + "source": "#hqijoa937dNKLRsk", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635386" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635685", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635685", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:54.547-04:00", + "source": "#MRxdoz0ylbORwwmO", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635685" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635511", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635511", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:56.887-04:00", + "source": "#PtDVABFNiwlSw5Bn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635511" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635436", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635436", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:56.933-04:00", + "source": "#EdkAhDUav2y1JuGp", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635436" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635237", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635237", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:21.269-04:00", + "source": "#JUWkr8KB0bh7tffu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635237" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635503", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635503", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:24.272-04:00", + "source": "#4iRuHJJCoGNO1v4v", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635503" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635677", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635677", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:27.874-04:00", + "source": "#EAlz6nJFQoYHFn15", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635677" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635925", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635925", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:28.475-04:00", + "source": "#B9EdNjHM5xAGUzIk", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635925" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635553", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635553", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:33.470-04:00", + "source": "#ntYx4mtMQXCkbsBN", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635553" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635896", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635896", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:34.168-04:00", + "source": "#3nB9O86RdemmJ2RB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635896" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635250", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635250", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:34.971-04:00", + "source": "#MrXbIsbobBbuQ5ps", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635250" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635188", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635188", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:35.981-04:00", + "source": "#kkqIRvPKgenbEGyr", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635188" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635888", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635888", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:38.570-04:00", + "source": "#ZeVkfgblObUTllUh", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635888" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635628", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635628", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:43.673-04:00", + "source": "#c8ROI2hbwu2swgjX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635628" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635751", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635751", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:44.472-04:00", + "source": "#UKxh9Fw5kciTm3y4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635751" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635718", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635718", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:46.769-04:00", + "source": "#WFdPv6to6FoOeCHt", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635718" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635333", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635333", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:48.871-04:00", + "source": "#oZJXD5adB3lGLug7", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635333" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635307", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635307", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:52.569-04:00", + "source": "#sF0uPsCMVXC4gX0c", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635307" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635883", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635883", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:52.985-04:00", + "source": "#tRpy8KgzSoWx0Nif", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635883" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635245", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635245", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:54.378-04:00", + "source": "#M9aP52FTOe6D1VtA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635245" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635635", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635635", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:57.569-04:00", + "source": "#ZBBqdAyOtcNtDQXn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635635" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635846", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635846", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:21.698-04:00", + "source": "#eRubajtrQFt3ypD6", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635846" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635829", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635829", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:26.904-04:00", + "source": "#QdC64tWo0G22vUDS", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635829" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635428", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635428", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:27.686-04:00", + "source": "#seiIW7mAnoFleP2z", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635428" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635759", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635759", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:37.657-04:00", + "source": "#sMzWMOyDjWE4Caz5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635759" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635200", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635200", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:39.125-04:00", + "source": "#2u9xu110hYPB54aC", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635200" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635528", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635528", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:40.771-04:00", + "source": "#0CiUnzegcJVJbdIZ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635528" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635466", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635466", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:41.073-04:00", + "source": "#JZLHEhe6sefbwJFk", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635466" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635441", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635441", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:41.573-04:00", + "source": "#n1hW5dTeRMYcAwh4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635441" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635780", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635780", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:43.267-04:00", + "source": "#JoS2WiBIMafCaG7o", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635780" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635566", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635566", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:44.056-04:00", + "source": "#7tzcFT142hhm3mVA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635566" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635673", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635673", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:45.487-04:00", + "source": "#3P83MSaRHaKK7Igy", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635673" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635792", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635792", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:46.059-04:00", + "source": "#wZRg3yPDRQDcLVXW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635792" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635578", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635578", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:46.987-04:00", + "source": "#fO1JrBRrIyrmFm1a", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635578" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635661", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635661", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:49.892-04:00", + "source": "#ABxJ2u7WOgyq4m21", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635661" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635461", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635461", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:53.334-04:00", + "source": "#udAaRAxsiZkp50Sa", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635461" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635710", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635710", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:26.177-04:00", + "source": "#3Eb0uVhKp3cdT1aA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635710" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635809", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635809", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:35.269-04:00", + "source": "#6ZwrGt86hqdPhX6A", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635809" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635545", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635545", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:36.568-04:00", + "source": "#afs9Yd2HX1ok1ebx", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635545" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635549", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635549", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:47.769-04:00", + "source": "#z1LN2ua49WkwkvbA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635549" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635959", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635959", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:55.970-04:00", + "source": "#ou9W7dCSlGQxd6wn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635959" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635706", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635706", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:51.514-04:00", + "source": "#C17O0XEQx7yaist3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635706" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635933", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635933", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:55.564-04:00", + "source": "#2tEe7MV8il8fcmcW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635933" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635523", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635523", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:52.924-04:00", + "source": "#aywa97CyOc76gA8J", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635523" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635837", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635837", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:53.990-04:00", + "source": "#Duhub2Gq76cWjyG8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635837" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635295", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635295", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:54.639-04:00", + "source": "#n18Utfr9UZQs85wt", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635295" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635602", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635602", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:55.368-04:00", + "source": "#28C6ZWeVw5ilo9dc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635602" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635357", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635357", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:55.730-04:00", + "source": "#3AesXoxn1y5xsqbr", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635357" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635969", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635969", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:56.972-04:00", + "source": "#y3zyeB75qeaILG1o", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635969" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635775", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635775", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:57.922-04:00", + "source": "#OAU68LSBInJRsZBD", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635775" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635804", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635804", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:53.961-04:00", + "source": "#CaP9VsKg3fLUoPKZ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635804" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635866", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635866", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:54.028-04:00", + "source": "#SD8LFaEgSNIDd7IQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635866" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635590", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635590", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:54.597-04:00", + "source": "#Y9J68UsegeYdWZIP", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635590" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635573", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635573", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:57.883-04:00", + "source": "#400EjS8jp3yFOR6H", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635573" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635494", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635494", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:58.809-04:00", + "source": "#9ofVBe5MFPL26nbv", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635494" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635950", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635950", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:55.805-04:00", + "source": "#Z0TCOORf6aQyTBha", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635950" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635787", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635787", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:57.058-04:00", + "source": "#qyFpFa7dkrXJRF1f", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635787" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635328", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635328", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:59.591-04:00", + "source": "#k1zfTDt2YQvgwReM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635328" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635407", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635407", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:59.707-04:00", + "source": "#m4vX8dS2jrE8I1Eb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635407" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635734", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635734", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:59.815-04:00", + "source": "#4JLFIQHLKpsTVaNF", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635734" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635278", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635278", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:00.183-04:00", + "source": "#wBWQL2cMXebcYDoW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635278" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635216", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635216", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:00.426-04:00", + "source": "#jKIGx5ok4Odhzll8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635216" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635419", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635419", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:00.696-04:00", + "source": "#VELjoCVwutC89Y4M", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635419" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635623", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635623", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:00.927-04:00", + "source": "#Rx83l2s5hpNaesat", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635623" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635820", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635820", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:01.192-04:00", + "source": "#lsiSJYgSb5TuNMgr", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635820" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635746", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635746", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:01.997-04:00", + "source": "#zzBJ1dSJHZO7j4AW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635746" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635561", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635561", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:02.242-04:00", + "source": "#PFuEoDskjZ6JEBIn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635561" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635916", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635916", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:02.387-04:00", + "source": "#k6kYdNsISOPRMWt1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635916" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635985", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635985", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:02.470-04:00", + "source": "#8pBBnELWJQwZaoNz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635985" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635668", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635668", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:02.916-04:00", + "source": "#QY8QFbA2hiFf9OsW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635668" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635249", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635249", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:03.085-04:00", + "source": "#hCg8nY0t4nDeKtpT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635249" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635808", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635808", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:03.158-04:00", + "source": "#Sn5cEDsFQ8JA0mhJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635808" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635689", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635689", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:03.658-04:00", + "source": "#7slJJC3Lkwn9Swtl", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635689" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635187", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635187", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:03.886-04:00", + "source": "#4cmukIWGrXPws0Xm", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635187" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635390", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635390", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:03.940-04:00", + "source": "#sTMaRWfE4jjsy62r", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635390" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635594", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635594", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:04.155-04:00", + "source": "#DOChACyh1emC2gh7", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635594" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635606", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635606", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:04.320-04:00", + "source": "#G8cdA5aDGZQCKjTr", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635606" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635340", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635340", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:04.435-04:00", + "source": "#KpaVjrM4GAFRk6Hw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635340" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635199", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635199", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:06.363-04:00", + "source": "#AbUI6NfaVlhJM5SK", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635199" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635474", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635474", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:09.783-04:00", + "source": "#B67dNfLZClKwt73p", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635474" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635850", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635850", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:10.278-04:00", + "source": "#93sArgClkAPaqSjl", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635850" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635449", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635449", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:11.531-04:00", + "source": "#2p8DH247ksuULOyy", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635449" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635353", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635353", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:12.284-04:00", + "source": "#aQnPHaMqJL91lXf0", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635353" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635291", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635291", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:12.421-04:00", + "source": "#CpmXSplatqIMNXKW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635291" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635681", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635681", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:13.728-04:00", + "source": "#pAWORDCKmYYOebYK", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635681" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635382", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635382", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:14.794-04:00", + "source": "#ylpDJS06dhofwt8F", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635382" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635742", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635742", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:20.787-04:00", + "source": "#DwhShzg9E0Dz7ZAL", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635742" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635922", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635922", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:28.374-04:00", + "source": "#5hEauHJ9xqiSyAOA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635922" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635905", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635905", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:32.474-04:00", + "source": "#LQ6oFdfIZ74U4JHe", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635905" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635764", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635764", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:32.793-04:00", + "source": "#DGhUbbQ5iwuU2scM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635764" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635690", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635690", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:37.191-04:00", + "source": "#gfI0f2dZ5uwBS4JI", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635690" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635259", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635259", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:41.281-04:00", + "source": "#xvqNjbOKPm0WqIFX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635259" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635482", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635482", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:04.632-04:00", + "source": "#0NjnVIywWjqH6lyf", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635482" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635656", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635656", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:06.291-04:00", + "source": "#MN7XT0XdZHoaXoNC", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635656" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635586", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635586", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:08.267-04:00", + "source": "#zbXF2PJghMVfCBO2", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635586" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635800", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635800", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:10.970-04:00", + "source": "#Y2gQGyhDbUB1XpNb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635800" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635432", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635432", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:12.683-04:00", + "source": "#Jj5kL7xnrqykm0pu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635432" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635912", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635912", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:17.825-04:00", + "source": "#qpslfxOlHmztfHRL", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635912" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635664", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635664", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:19.289-04:00", + "source": "#zGCnDr7quF2XOHTW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635664" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635453", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635453", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:23.681-04:00", + "source": "#DIqj8IamTOph04uQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635453" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635619", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635619", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:25.889-04:00", + "source": "#DbZ5W9wKns0k7L88", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635619" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635954", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635954", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:28.556-04:00", + "source": "#9wxsSqhKAdP8cGJm", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635954" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635488", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635488", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:31.206-04:00", + "source": "#bHgM8q6D5fN8JOPd", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635488" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635600", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635600", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:34.424-04:00", + "source": "#kg4zv7UsrKgxUjUb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635600" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635859", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635859", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:38.551-04:00", + "source": "#GW5eKWOEyFcm3Slv", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635859" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635504", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635504", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:39.980-04:00", + "source": "#wgsyq2GY7jnnNntD", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635504" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635711", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635711", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:41.224-04:00", + "source": "#rCjpeRgduxhEbNQn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635711" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635830", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635830", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:41.417-04:00", + "source": "#4JO6CW8DMKUHmNQg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635830" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635887", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635887", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:06.471-04:00", + "source": "#tpIX2KFYZvxW1noN", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635887" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635261", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635261", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:07.126-04:00", + "source": "#dW4qXeEs1RvWRrgE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635261" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635956", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635956", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:14.387-04:00", + "source": "#j8asm3xL87M5Joob", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635956" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635652", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635652", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:21.873-04:00", + "source": "#pN5dz8cpgw8Jji8P", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635652" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635212", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635212", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:24.968-04:00", + "source": "#AIeU67LusRF43Tvz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635212" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635981", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635981", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:25.668-04:00", + "source": "#72uRmsbCNRDzJaaT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635981" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635324", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635324", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:26.569-04:00", + "source": "#r4c7G0OqQhZz3nNn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635324" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635205", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635205", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:27.370-04:00", + "source": "#Ie8S4UN6U1l4MAun", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635205" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635367", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635367", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:35.770-04:00", + "source": "#hSWAB3mVGsOS2A2Y", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635367" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635678", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635678", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:36.068-04:00", + "source": "#dkD0PsUWRaBIAwLn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635678" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635943", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635943", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:37.369-04:00", + "source": "#A0JqrMXNTgIp52z9", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635943" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635658", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635658", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:43.774-04:00", + "source": "#wNHITSxJ3gewVwXn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635658" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635496", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635496", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:44.283-04:00", + "source": "#IEsmiCyi5O3cXU1r", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635496" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635693", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635693", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:07.783-04:00", + "source": "#orVuEzXobZTz1rZj", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635693" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635879", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635879", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:07.923-04:00", + "source": "#r1rHm9RdpvlOyxHc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635879" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635977", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635977", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:08.025-04:00", + "source": "#fZIiYIbJrA63LBp5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635977" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635648", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635648", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:11.073-04:00", + "source": "#kZATmsR6WQOSesig", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635648" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635946", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635946", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:11.878-04:00", + "source": "#uX51oBEKOQj1o3Ph", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635946" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635965", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635965", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:14.865-04:00", + "source": "#Ratrbz8lGrltRJd3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635965" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635403", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635403", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:15.293-04:00", + "source": "#9bXl1kmsfEVPCLaN", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635403" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635507", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635507", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:17.024-04:00", + "source": "#t8bS8upMdyy4KnjW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635507" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635714", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635714", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:17.899-04:00", + "source": "#HJZzPgA2BBaGIvRi", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635714" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635540", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635540", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:20.687-04:00", + "source": "#Y8drsSBa5ve7kYP8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635540" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635997", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635997", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:26.992-04:00", + "source": "#2LsQggj5oiE7qs90", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635997" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635267", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635267", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:28.191-04:00", + "source": "#F1cUFjYqj7H4pbwa", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635267" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635814", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635814", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:29.563-04:00", + "source": "#0PKOjpsgKE3LSsgo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635814" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635346", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635346", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:31.169-04:00", + "source": "#3m6yIJLyPtuINExP", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635346" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635893", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635893", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:33.184-04:00", + "source": "#ofX9dBAMOLEKHmaW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635893" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635847", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635847", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:33.217-04:00", + "source": "#1mOGiNe4lUbdjt6M", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635847" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635876", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635876", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:34.381-04:00", + "source": "#Y0WZkJx1CXDZ5P8x", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635876" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635521", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635521", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:34.807-04:00", + "source": "#jh6Ztww7ZyhXMFVD", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635521" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635990", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635990", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:34.865-04:00", + "source": "#wGsZwF8gf3jHthjr", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635990" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635544", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635544", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:07.381-04:00", + "source": "#1rKeQFOAIaxCnavV", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635544" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635908", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635908", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:07.963-04:00", + "source": "#NUMKjSInBEG2XmPb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635908" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635457", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635457", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:11.918-04:00", + "source": "#X1sSJnAesSUjXVhf", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635457" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635929", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635929", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:12.379-04:00", + "source": "#vRzibgZb1PFuMiGC", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635929" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635557", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635557", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:15.564-04:00", + "source": "#OUSOCN05piLIelIy", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635557" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635631", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635631", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:17.117-04:00", + "source": "#QnVIAfoKBxcE3e0D", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635631" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635771", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635771", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:23.092-04:00", + "source": "#PQY3q7K2Ya4ETKAP", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635771" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635900", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635900", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:23.732-04:00", + "source": "#X8bbGIcXVKCOoZqB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635900" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635255", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635255", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:27.692-04:00", + "source": "#P9F4FL4HHPu1vol5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635255" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635396", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635396", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:27.786-04:00", + "source": "#fO7cm9bysQU30sRF", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635396" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635550", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635550", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:28.424-04:00", + "source": "#KclXqtLoq3oErIBJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635550" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635662", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635662", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:29.446-04:00", + "source": "#9yN3t0J2zL6HEdJp", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635662" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635612", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635612", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:34.601-04:00", + "source": "#67ecchptuQHeeSBN", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635612" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635317", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635317", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:34.767-04:00", + "source": "#xjluTWFDqFrRQl1z", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635317" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635226", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635226", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:35.011-04:00", + "source": "#02vh9pwX99FEZci2", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635226" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635963", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635963", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:36.777-04:00", + "source": "#wzqp3fsZElwTrrDe", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635963" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635330", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635330", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:44.530-04:00", + "source": "#Z7sr4BKmYQk6Mi4i", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635330" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635241", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635241", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:08.062-04:00", + "source": "#YHjX9C7FhqHnMMbx", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635241" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635191", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635191", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:10.376-04:00", + "source": "#YIxaatCQIo7WBOqA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635191" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635370", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635370", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:12.522-04:00", + "source": "#O7t7mx2BLP6F3udS", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635370" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635303", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635303", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:12.797-04:00", + "source": "#BWv1SAGGMPS23Hbz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635303" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635862", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635862", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:13.795-04:00", + "source": "#J2DRokfF1tkIddtc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635862" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635833", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635833", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:14.158-04:00", + "source": "#i6YYS7jOxxGqgzoK", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635833" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635274", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635274", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:14.957-04:00", + "source": "#wqCmBdQI19xE868Q", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635274" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635478", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635478", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:19.340-04:00", + "source": "#2ZqkahTLTke61YNm", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635478" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635697", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635697", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:23.775-04:00", + "source": "#h3OOw00cddQauCTG", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635697" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635569", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635569", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:24.392-04:00", + "source": "#IWEInLNM5N97y57e", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635569" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635816", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635816", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:25.956-04:00", + "source": "#u75JoMHgF4Ua5QyB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635816" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635826", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635826", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:28.231-04:00", + "source": "#uSKbWENAZyEGndKC", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635826" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635707", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635707", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:30.558-04:00", + "source": "#fjPNYKEGnAEUl4h9", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635707" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635471", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635471", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:32.095-04:00", + "source": "#IOeNWmGD2WwB6305", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635471" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635533", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635533", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:32.269-04:00", + "source": "#EXZ3lIjmwd58lPlS", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635533" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635645", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635645", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:32.856-04:00", + "source": "#bMQPAIkniJyVxAAp", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635645" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635288", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635288", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:35.132-04:00", + "source": "#4VwSXtT95buytGG1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635288" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635300", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635300", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:35.455-04:00", + "source": "#NSSBW57tg1BymaW1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635300" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635701", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635701", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:07.029-04:00", + "source": "#2RCeFzAyAOCGHjwA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635701" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635726", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635726", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:12.328-04:00", + "source": "#IrDwG44TrMJv6T0u", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635726" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635500", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635500", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:29.656-04:00", + "source": "#vXFvNrMdPPEX2EJV", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635500" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635446", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635446", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:33.100-04:00", + "source": "#TkAxI8pDhoU88iZT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635446" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635723", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635723", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:36.281-04:00", + "source": "#Iknae5uYdTZ72WLJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635723" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635926", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635926", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:42.867-04:00", + "source": "#ojxAWBfBuAyPpXGl", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635926" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635670", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635670", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:45.877-04:00", + "source": "#iAHXIe589WtGthVr", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635670" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635993", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635993", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:07.475-04:00", + "source": "#6P0aD9rh41JFgJVu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635993" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635536", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635536", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:09.869-04:00", + "source": "#mCJqb35NWUbc8lTw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635536" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635415", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635415", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:16.591-04:00", + "source": "#Mxs5WOkX1qSD2Nob", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635415" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635195", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635195", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:22.569-04:00", + "source": "#otNucmxdOP7qk9QM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635195" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635392", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635392", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:51.380-04:00", + "source": "#epCvMNpIy7EBuPa3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635392" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635939", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635939", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:54.774-04:00", + "source": "#l8QVhtFnXis6ZgVF", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635939" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635517", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635517", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:55.078-04:00", + "source": "#lEyzRvb55ZywODOE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635517" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635797", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635797", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:36.361-04:00", + "source": "#pvFGNohXqReuMgFb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635797" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635429", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635429", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:41.881-04:00", + "source": "#0ESCRucnp5IGmInU", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635429" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635987", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635987", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:44.796-04:00", + "source": "#CR7v6cZUva9yQuj1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635987" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635563", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635563", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:45.612-04:00", + "source": "#uHZsy9nHoxgTy9hM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635563" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635189", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635189", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:51.259-04:00", + "source": "#DybipZYxFTDaRYt4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635189" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635703", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635703", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:52.256-04:00", + "source": "#6NQoH1KtKesCnTqg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635703" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635889", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635889", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:52.456-04:00", + "source": "#Vqpv6XxKolCguRBS", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635889" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635363", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635363", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:53.756-04:00", + "source": "#KaopGbdOb5FRfR9A", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635363" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635380", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635380", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:55.855-04:00", + "source": "#sNlhVo803VFTLrdq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635380" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635529", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635529", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:56.155-04:00", + "source": "#AyyuSrBF718MQybT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635529" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635793", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635793", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:57.493-04:00", + "source": "#xncEqV8kVIkQHLFs", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635793" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635442", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635442", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:57.656-04:00", + "source": "#yywFUfMeF5Z83Upr", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635442" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635641", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635641", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:57.856-04:00", + "source": "#vb3Ibbf3OwDcLOBO", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635641" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635629", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635629", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:58.387-04:00", + "source": "#Yx1lDuF5onQdNqxe", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635629" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635567", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635567", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:58.758-04:00", + "source": "#MoWvIRfB1Bmm9tmU", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635567" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635238", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635238", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:36.918-04:00", + "source": "#79LjozpP1vUyWla4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635238" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635583", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635583", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:38.594-04:00", + "source": "#S1oZODNI3MgFtQfA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635583" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635350", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635350", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:42.815-04:00", + "source": "#wJFsr5i4GFgi21AI", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635350" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635342", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635342", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:44.573-04:00", + "source": "#5mZY54o4CYR7bVQB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635342" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635218", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635218", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:44.961-04:00", + "source": "#rlyVd1RKZ9YtIrVY", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635218" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635313", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635313", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:56.078-04:00", + "source": "#cTrybysZHaqjRQNP", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635313" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635425", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635425", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:58.667-04:00", + "source": "#ZeeI6wIHp47meLyi", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635425" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635748", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635748", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:44.490-04:00", + "source": "#k9lYmdwDOoYUza3q", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635748" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635608", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635608", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:46.593-04:00", + "source": "#ZhGv6hHfvv6FD3jz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635608" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635263", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635263", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:51.976-04:00", + "source": "#yWRDzCPdW1gfuvNb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635263" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635760", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635760", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:52.380-04:00", + "source": "#FUOy5NGpzslff6ct", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635760" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635421", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635421", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:45.439-04:00", + "source": "#VS2mRjlY8EbkZegQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635421" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635596", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635596", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:47.070-04:00", + "source": "#BVeyzRWOe3cYdlxQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635596" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635872", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635872", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:53.594-04:00", + "source": "#s8FGsxJrRx1QoqbU", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635872" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635234", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635234", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:54.067-04:00", + "source": "#wI3xQmYyCAcU7Mrl", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635234" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635822", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635822", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:45.813-04:00", + "source": "#d5V0oan2sfceKJtk", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635822" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635918", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635918", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:45.930-04:00", + "source": "#K9CvTEkRB3crpuM5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635918" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635736", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635736", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:46.060-04:00", + "source": "#qAfLBR3ZbY6z32ws", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635736" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635810", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635810", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:48.360-04:00", + "source": "#61H5pNjLOPQEOtKn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635810" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635546", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635546", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:48.788-04:00", + "source": "#auazeikm0udGpvmg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635546" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635201", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635201", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:52.740-04:00", + "source": "#8tL16QUvNToyzcDX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635201" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635975", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635975", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:53.645-04:00", + "source": "#bZoVJ0CrzeNvCFeI", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635975" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635467", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635467", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:56.772-04:00", + "source": "#MqYO6WkqBP7hxMtJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635467" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635251", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635251", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:48.470-04:00", + "source": "#vE5PlwVNPD5ucJa6", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635251" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635484", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635484", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:49.774-04:00", + "source": "#2u96J3i26fF9WBzj", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635484" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635843", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635843", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:52.870-04:00", + "source": "#YkfrxHh8qlL9kLfj", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635843" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635781", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635781", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:55.486-04:00", + "source": "#R7tKZ1yVjrTVeXzy", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635781" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635334", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635334", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:59.087-04:00", + "source": "#WmeKAa3Sav5kHk7c", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635334" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635752", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635752", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:59.285-04:00", + "source": "#g85C3wzefAUOGLjm", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635752" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635674", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635674", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:59.362-04:00", + "source": "#IwrJBZE7RhHFkwB2", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635674" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635855", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635855", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:45:59.767-04:00", + "source": "#IA0OraiCQukR55Il", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635855" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635579", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635579", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:00.958-04:00", + "source": "#e70Et6CjEX1nmCDd", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635579" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635740", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635740", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:01.861-04:00", + "source": "#yTcTlwHmvzhxmFRB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635740" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635284", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635284", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:02.083-04:00", + "source": "#U0gMEyb0R5YiyJ9A", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635284" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635222", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635222", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:02.141-04:00", + "source": "#qYHnED0JFhjjV29s", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635222" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635951", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635951", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:02.256-04:00", + "source": "#GZCegCEz16XdY3J2", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635951" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635413", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635413", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:02.490-04:00", + "source": "#toQulRM0mdfo9EaB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635413" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635719", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635719", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:02.535-04:00", + "source": "#ivl3OnVrCYnG9Dwp", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635719" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635998", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635998", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:02.635-04:00", + "source": "#Jem6G8XR4xY2H8cd", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635998" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635541", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635541", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:02.681-04:00", + "source": "#an5HNi2UEgwpRPtu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635541" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635479", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635479", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:03.251-04:00", + "source": "#4oWsNC9m8BsWkQnm", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635479" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635653", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635653", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:03.560-04:00", + "source": "#XIevPQmnBZL2eFSw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635653" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635817", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635817", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:03.815-04:00", + "source": "#08vyDtVVplwz4QOB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635817" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635454", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635454", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:03.983-04:00", + "source": "#rdmQpbuDZoZ0Lh36", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635454" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635308", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635308", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:08.249-04:00", + "source": "#ydfGUstjbK8yMjqs", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635308" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635246", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635246", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:09.463-04:00", + "source": "#2jHKVEkRvvsBhFW8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635246" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635838", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635838", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:09.759-04:00", + "source": "#zvq6u3dFshmRb08E", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635838" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635970", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635970", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:13.357-04:00", + "source": "#GNgX8DYDPdwVaieC", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635970" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635229", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635229", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:14.275-04:00", + "source": "#AqdPpi6pWjAfWQVW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635229" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635329", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635329", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:16.525-04:00", + "source": "#112hNzsDq1hpVeoq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635329" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635917", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635917", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:17.756-04:00", + "source": "#UEcpUSfTltaB8Gmp", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635917" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635400", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635400", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:19.987-04:00", + "source": "#QDNQJPtrr3eatLjP", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635400" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635554", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635554", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:20.843-04:00", + "source": "#puJTHg5ipAoLQOce", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635554" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635292", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635292", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:23.550-04:00", + "source": "#Hhj1w2nAkddwvAUF", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635292" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635649", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635649", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:25.092-04:00", + "source": "#BTd6OB7NTQpZGZyx", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635649" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635192", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635192", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:25.368-04:00", + "source": "#Jk8QJNP0Acimf7Jb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635192" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635784", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635784", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:31.939-04:00", + "source": "#oJ3TRjHfpJl43j0q", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635784" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635501", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635501", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:34.708-04:00", + "source": "#vHy0vGuYzczXIYtK", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635501" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635268", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635268", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:36.859-04:00", + "source": "#Nz7p9yVFc0LFiB1c", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635268" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635397", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635397", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:37.055-04:00", + "source": "#E64xuta972KSeY3g", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635397" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635827", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635827", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:37.560-04:00", + "source": "#bvqi07DJfHiDly7m", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635827" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635743", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635743", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:03.681-04:00", + "source": "#PwvCRBZuAGRgWThz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635743" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635982", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635982", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:04.179-04:00", + "source": "#llzS2iTcrWVvBQan", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635982" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635731", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635731", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:04.871-04:00", + "source": "#ymyHFOo6ODx190If", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635731" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635462", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635462", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:08.373-04:00", + "source": "#nMhlFr4CkOTsqyAh", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635462" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635884", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635884", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:08.580-04:00", + "source": "#1J60XQGvBCHhgOwo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635884" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635776", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635776", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:14.583-04:00", + "source": "#c3MgGVvBDlFj2d9B", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635776" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635495", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635495", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:15.570-04:00", + "source": "#PypPf3SH6MlN3rtW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635495" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635747", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635747", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:16.169-04:00", + "source": "#izz1DkIzoaf6gFQE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635747" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635616", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635616", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:19.270-04:00", + "source": "#oFzpvhHQqzu4Ui2y", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635616" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635880", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635880", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:21.970-04:00", + "source": "#Vy0n761NdUrensiI", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635880" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635978", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635978", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:22.870-04:00", + "source": "#ZRMsW8gjnqzKJqqa", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635978" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635909", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635909", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:23.270-04:00", + "source": "#n8ZvN74LZndpiqXZ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635909" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635994", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635994", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:23.969-04:00", + "source": "#XEtP01oWoDxhd0kL", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635994" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635537", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635537", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:24.269-04:00", + "source": "#PsW38pfH8xfBcmE4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635537" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635715", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635715", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:27.669-04:00", + "source": "#tDBatCxj1Ot96KKK", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635715" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635354", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635354", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:28.287-04:00", + "source": "#zhod0ab5Olf2pvds", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635354" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635371", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635371", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:29.673-04:00", + "source": "#OfQ02l78fQUoDWtZ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635371" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635834", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635834", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:30.969-04:00", + "source": "#bWjGvky0Ygi1v9AF", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635834" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635213", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635213", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:31.269-04:00", + "source": "#mSb5GdQek7ICUBU2", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635213" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635620", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635620", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:32.669-04:00", + "source": "#rYSpNdKZsxSR3TsW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635620" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635196", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635196", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:03.885-04:00", + "source": "#o7HvQmrB7GSF9w5X", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635196" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635524", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635524", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:08.539-04:00", + "source": "#K00VxKNYDyN3XEsA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635524" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635867", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635867", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:10.572-04:00", + "source": "#4y0eYmVLqO51dhad", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635867" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635591", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635591", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:11.256-04:00", + "source": "#IBuSa0btSAB6jxye", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635591" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635296", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635296", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:11.653-04:00", + "source": "#5qRjAdswen2kxp2c", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635296" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635408", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635408", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:16.875-04:00", + "source": "#uYLc9FV2GdGWWFNl", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635408" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635735", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635735", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:18.381-04:00", + "source": "#1UfdwLEzgGrJUJcd", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635735" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635271", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635271", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:19.945-04:00", + "source": "#Lc1g8PGRvVkSH5xV", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635271" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635768", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635768", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:20.990-04:00", + "source": "#pJF406Wuw5Q3DKmP", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635768" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635682", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635682", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:30.289-04:00", + "source": "#FIpfmzxMRiE94Be8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635682" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635383", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635383", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:30.435-04:00", + "source": "#ZroBXAQwH0IPtTyk", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635383" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635275", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635275", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:31.891-04:00", + "source": "#8LQMUk1WiPeDDuKb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635275" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635772", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635772", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:33.315-04:00", + "source": "#UvSWf37D9gArqKBs", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635772" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635720", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635720", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:34.979-04:00", + "source": "#vFOFNGfgN5KGSycD", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635720" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635426", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635426", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:36.387-04:00", + "source": "#jQTZXeilzu2QAoI4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635426" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635960", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635960", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:06.152-04:00", + "source": "#9Y8PBEgUI6uoXDtB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635960" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635387", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635387", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:07.682-04:00", + "source": "#VcTFKqGIYMX7VO7X", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635387" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635375", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635375", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:08.203-04:00", + "source": "#JPmGk53K6cGvwhAC", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635375" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635934", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635934", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:11.700-04:00", + "source": "#oc2jyMJkyY3wS2Z9", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635934" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635574", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635574", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:12.856-04:00", + "source": "#lSjLbD5rmTkOqMCW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635574" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635341", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635341", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:16.784-04:00", + "source": "#uihAMclNsDwjAFgm", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635341" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635624", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635624", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:17.154-04:00", + "source": "#ISQYZg9Zj8I1o7Xc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635624" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635209", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635209", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:19.909-04:00", + "source": "#I1fySUE6XTw8O5oz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635209" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635587", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635587", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:23.511-04:00", + "source": "#ZiyuZTBO7C55azbK", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635587" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635450", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635450", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:25.873-04:00", + "source": "#zurNAjnK0IzeYryt", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635450" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635433", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635433", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:29.563-04:00", + "source": "#20rPNEI6pWZEEqO6", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635433" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635930", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635930", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:30.811-04:00", + "source": "#ACL01eiGVB0wtD3V", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635930" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635404", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635404", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:31.231-04:00", + "source": "#RofSf8kGzRDiZYnC", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635404" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635698", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635698", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:04.775-04:00", + "source": "#xIOkIiAVIHeHRg2Y", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635698" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635805", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635805", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:04.825-04:00", + "source": "#XVGK65egrs0W6SgM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635805" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635325", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635325", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:07.079-04:00", + "source": "#2V2mritT2ZaZZDdv", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635325" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635437", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635437", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:08.083-04:00", + "source": "#XAfpEkZQG4zzuevs", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635437" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635636", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635636", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:09.347-04:00", + "source": "#3YeJxkAMIkxwTQ0O", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635636" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635686", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635686", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:11.328-04:00", + "source": "#2MtmjGv09JQp5jum", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635686" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635603", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635603", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:11.566-04:00", + "source": "#cYgiUVhTqEHUqcKG", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635603" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635279", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635279", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:11.886-04:00", + "source": "#VmO0xQvYhWspXhN4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635279" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635788", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635788", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:11.975-04:00", + "source": "#EoxaqUuTeGBi4r1I", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635788" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635512", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635512", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:13.080-04:00", + "source": "#r3lkFkn4COfDnZzE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635512" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635358", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635358", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:14.377-04:00", + "source": "#RpDQH973oeYqYbod", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635358" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635657", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635657", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:16.669-04:00", + "source": "#ErGhWL1XO0ytXEi0", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635657" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635562", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635562", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:17.187-04:00", + "source": "#6iWAEhPJKgxp6AGT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635562" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635669", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635669", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:18.424-04:00", + "source": "#1arJM6rvE7MfZidg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635669" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635321", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635321", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:19.582-04:00", + "source": "#83kGmd0ZfHVtRBko", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635321" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635242", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635242", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:22.795-04:00", + "source": "#DyhK1wQrxMCmlwkX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635242" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635957", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635957", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:24.534-04:00", + "source": "#aQa4IjZkzxGLMABX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635957" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635851", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635851", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:24.661-04:00", + "source": "#Nb9bMGHbj2M7rRga", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635851" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635801", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635801", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:26.484-04:00", + "source": "#1W5LP4zZEqKEMAho", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635801" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635863", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635863", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:26.557-04:00", + "source": "#oPvMckjKuggtXEr1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635863" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635508", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635508", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:26.784-04:00", + "source": "#xQ4MRLaicRjTQBZ4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635508" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635570", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635570", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:05.169-04:00", + "source": "#Gr5Zl04gc7xSMQuk", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635570" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635694", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635694", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:21.078-04:00", + "source": "#6WhuhvMEf7fnRKJo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635694" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635458", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635458", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:27.077-04:00", + "source": "#7Vs4njC2mq0LHoRJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635458" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635416", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635416", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:32.169-04:00", + "source": "#O4vLFnV77h12Vm6t", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635416" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635289", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635289", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:45.917-04:00", + "source": "#lrZh9od8zIHfC8Ez", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635289" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635919", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635919", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:50.569-04:00", + "source": "#f9k5mIDEAaY6ZkVw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635919" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635844", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635844", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:57.872-04:00", + "source": "#7MTSR9LbHyjDVZTw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635844" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635665", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635665", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:06.657-04:00", + "source": "#LcwQRSaKoDXjNNPd", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635665" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635986", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635986", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:16.480-04:00", + "source": "#09fpqN9bScMbQVvq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635986" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635217", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635217", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:16.821-04:00", + "source": "#IQx6rUXWoovX2YPh", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635217" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635420", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635420", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:17.108-04:00", + "source": "#oUwU7RNU8yeNoohd", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635420" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635821", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635821", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:17.596-04:00", + "source": "#6ZDOXWjOrn2R3i71", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635821" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635897", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635897", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:21.032-04:00", + "source": "#3VzDZTWE05vHqXdo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635897" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635475", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635475", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:24.488-04:00", + "source": "#LG9DWDYCuVB6OtgA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635475" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635727", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635727", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:25.990-04:00", + "source": "#Kp3ZoCXGWu7VNNfE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635727" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635947", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635947", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:26.643-04:00", + "source": "#A1CkltxYkNO8v6Ez", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635947" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635632", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635632", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:28.921-04:00", + "source": "#PthTZKfvBShHwCsV", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635632" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635966", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635966", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:33.160-04:00", + "source": "#iB5vJcBPDWjhaq9A", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635966" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635913", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635913", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:34.164-04:00", + "source": "#IKSIjrdn92wBZTl9", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635913" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635741", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635741", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:35.713-04:00", + "source": "#RQDXBqYx9bgGr28W", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635741" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635206", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635206", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:36.811-04:00", + "source": "#dVqd9AlJM2vr3YIg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635206" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635335", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635335", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:34.881-04:00", + "source": "#IvwVqCIKM9lHnM4f", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635335" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635753", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635753", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:34.941-04:00", + "source": "#bo4nVk9n7ecjx4uk", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635753" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635856", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635856", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:35.029-04:00", + "source": "#Ji1C0um7k19VppGM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635856" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635708", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635708", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:35.236-04:00", + "source": "#F48FfLinxNy2tuUt", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635708" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635551", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635551", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:37.451-04:00", + "source": "#b2bExzsMmSfPwUTQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635551" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635923", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635923", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:38.103-04:00", + "source": "#vXpwd0kCa7oGo2Gr", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635923" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635347", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635347", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:38.645-04:00", + "source": "#CR2ZPFhP9mqQkiUJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635347" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635256", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635256", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:40.014-04:00", + "source": "#k3G9iN899p3jSZ6X", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635256" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635534", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635534", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:41.482-04:00", + "source": "#9CjkVvPGoECgxYCD", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635534" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635848", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635848", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:42.748-04:00", + "source": "#Pnwm6cSwCCmX0SeS", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635848" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635877", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635877", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:43.107-04:00", + "source": "#gxutP2KAVuku8fSL", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635877" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635691", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635691", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:44.726-04:00", + "source": "#UoOt1cNcmH5x98cf", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635691" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635227", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635227", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:45.861-04:00", + "source": "#Xffitr2YOrgzyJ7z", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635227" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635936", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635936", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:46.793-04:00", + "source": "#3pXtX9uj6CXlc7q6", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635936" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635778", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635778", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:48.515-04:00", + "source": "#kSs13XLVJRyPaeZQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635778" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635576", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635576", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:49.293-04:00", + "source": "#AdUHXgprE1edYaiM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635576" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635497", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635497", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:49.982-04:00", + "source": "#btHHmPZsnRycXnJq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635497" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635485", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635485", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:52.262-04:00", + "source": "#Axot5qnjJm7IMo5J", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635485" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635304", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635304", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:29.389-04:00", + "source": "#CfAUjfyWrnd2GwPN", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635304" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635558", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635558", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:32.587-04:00", + "source": "#TRewQHeWOQY1UUNz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635558" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635901", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635901", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:33.508-04:00", + "source": "#EFVIZWNvO5XyRZyU", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635901" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635414", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635414", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:36.514-04:00", + "source": "#GnUcyR3RJhuMOCL8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635414" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635472", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635472", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:43.026-04:00", + "source": "#KGtWLgSUPWhvxdP4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635472" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635811", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635811", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:53.262-04:00", + "source": "#szTZjehXz2vkf00D", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635811" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635252", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635252", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:56.573-04:00", + "source": "#8iIFvS89xurOx22b", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635252" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635568", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635568", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:34.667-04:00", + "source": "#25YGyWsRHnKlROJB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635568" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635223", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635223", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:35.375-04:00", + "source": "#zpb9j5AWQz21bztD", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635223" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635630", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635630", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:35.827-04:00", + "source": "#S7xnBSpHYFOeGMWU", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635630" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635675", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635675", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:36.549-04:00", + "source": "#hilFmVPvk7EwvgSU", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635675" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635613", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635613", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:37.768-04:00", + "source": "#ZieJ7qPNEHAW95km", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635613" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635368", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635368", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:43.806-04:00", + "source": "#CsOXd6rj8ldVj2wJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635368" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635831", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635831", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:45.711-04:00", + "source": "#bfR5X6o6fNyYJzhG", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635831" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635219", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635219", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:53.348-04:00", + "source": "#Lm49jpl8Vqa4AL4N", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635219" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635890", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635890", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:55.755-04:00", + "source": "#riRvxAxhz5CbMRPM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635890" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635609", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635609", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:57.778-04:00", + "source": "#pKxT5RBovleaQLVK", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635609" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635489", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635489", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:38.269-04:00", + "source": "#tURodJ2tsIIMZJHX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635489" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635991", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635991", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:41.569-04:00", + "source": "#6xf3J3LZ5sGVFge5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635991" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635447", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635447", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:41.786-04:00", + "source": "#tqMJSP3EjELeT5ux", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635447" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635318", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635318", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:43.271-04:00", + "source": "#NFV4nJGg9I2pKjeu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635318" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635679", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635679", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:44.069-04:00", + "source": "#PXuSSohh8VVBG1Yz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635679" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635860", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635860", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:46.189-04:00", + "source": "#nFBIEGdZA2W8rqyl", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635860" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635972", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635972", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:46.475-04:00", + "source": "#kJclVojavF1kUMQy", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635972" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635626", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635626", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:47.295-04:00", + "source": "#Kfi52VVLdtKlExQa", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635626" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635360", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635360", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:48.984-04:00", + "source": "#0KBCHg5ZgyuKqfip", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635360" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635564", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635564", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:53.469-04:00", + "source": "#cptJyxWDC5o98xtt", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635564" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635823", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635823", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:54.869-04:00", + "source": "#ioUfQDIOmo2vlflm", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635823" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635642", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635642", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:56.169-04:00", + "source": "#cXNX12MlrDUP7fWz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635642" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635761", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635761", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:57.570-04:00", + "source": "#3EtNLvwFlOViu168", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635761" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635873", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635873", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:58.169-04:00", + "source": "#xqT3PZgW72a3CrdX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635873" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635765", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635765", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:42.441-04:00", + "source": "#SDrrK5eoIJ6YTn3B", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635765" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635798", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635798", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:44.682-04:00", + "source": "#AjuIVH7nBp1usZsT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635798" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635704", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635704", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:52.335-04:00", + "source": "#FO5Rhl1TyvskEVR2", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635704" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635671", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635671", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:52.416-04:00", + "source": "#gEqrkwLqhpfMTbRM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635671" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635597", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635597", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:55.672-04:00", + "source": "#x7SAj4Rl9aKpkI4N", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635597" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635264", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635264", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:56.663-04:00", + "source": "#IMRXGKoIeSU1iV4Q", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635264" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635906", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635906", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:42.127-04:00", + "source": "#6utovEts9KalLT1y", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635906" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635301", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635301", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:43.837-04:00", + "source": "#cqr9Nd7FYWpOQh1I", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635301" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635724", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635724", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:44.329-04:00", + "source": "#dSWpFXBo07RidGgm", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635724" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635239", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635239", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:45.493-04:00", + "source": "#gCgrSAAMCUdimoyo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635239" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635410", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635410", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:46.436-04:00", + "source": "#q7ZmzwjoqM8cnCyT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635410" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635281", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635281", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:46.830-04:00", + "source": "#Xt6sRGQh8XFsXHSq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635281" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635422", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635422", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:47.515-04:00", + "source": "#SqkZHrxgi1nd3UF5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635422" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635790", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635790", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:47.753-04:00", + "source": "#c0s25wEBaU9yrM8v", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635790" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635231", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635231", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:48.946-04:00", + "source": "#DGBOzd4GGxyCdht7", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635231" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635659", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635659", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:50.368-04:00", + "source": "#HWMqeSwidqdMCvuO", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635659" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635737", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635737", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:52.184-04:00", + "source": "#nAbOhjG4kd13SDLe", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635737" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635894", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635894", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:39.560-04:00", + "source": "#eLaun5vf5OsRZhsu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635894" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635646", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635646", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:42.221-04:00", + "source": "#7tfjayaolWj4AU6m", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635646" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635430", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635430", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:43.874-04:00", + "source": "#yLSHF6eVLyTWqU42", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635430" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635944", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635944", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:45.557-04:00", + "source": "#EVvQJbLVQHy5lZco", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635944" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635584", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635584", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:45.752-04:00", + "source": "#2CPALi6BvKVTggsM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635584" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635343", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635343", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:49.757-04:00", + "source": "#9YoDOJIKcKTGrUg3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635343" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635331", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635331", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:50.057-04:00", + "source": "#vCXbxcgVvWJJy38U", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635331" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635749", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635749", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:51.587-04:00", + "source": "#qiTsaPyRVVrQCCMb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635749" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635393", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635393", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:57.057-04:00", + "source": "#UwzaZeFaqP4oqtzv", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635393" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635314", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635314", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:55.788-04:00", + "source": "#t2KFMCvna74zJ44a", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635314" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635518", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635518", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:55.966-04:00", + "source": "#48jysW1fefhtu4BW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635518" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635547", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635547", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:56.488-04:00", + "source": "#DMMNcoZdLxtjdHYR", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635547" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635202", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635202", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:57.469-04:00", + "source": "#2PvKMMoNwFaaWgdU", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635202" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635364", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635364", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:59.478-04:00", + "source": "#dYVmBguxraPnVpuk", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635364" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635235", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635235", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:46:59.784-04:00", + "source": "#1gR5hRHVBRGVSV9Q", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635235" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635285", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635285", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:00.369-04:00", + "source": "#eg902vXcShYMLC30", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635285" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635580", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635580", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:01.087-04:00", + "source": "#yQKPs204iKR0xcmo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635580" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635443", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635443", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:01.372-04:00", + "source": "#uluMa9KSyEX4qqAo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635443" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635530", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635530", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:02.585-04:00", + "source": "#Y31zoTr5JsbceWSG", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635530" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635782", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635782", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:02.778-04:00", + "source": "#M4cYudCnLeoczMTU", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635782" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635940", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635940", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:02.844-04:00", + "source": "#hQntEowP17c3Dk53", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635940" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635468", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635468", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:02.924-04:00", + "source": "#x7oLSDjYoVCNtxtQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635468" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635794", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635794", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:03.392-04:00", + "source": "#a6Nmkto5TUTRhvD6", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635794" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635214", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635214", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:03.443-04:00", + "source": "#aT5uUAyfnvavorWE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635214" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635276", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635276", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:03.573-04:00", + "source": "#BC3m6CQEtHuqfe1g", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635276" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635405", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635405", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:03.772-04:00", + "source": "#qLp5baQy05PpX6cw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635405" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635559", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635559", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:03.949-04:00", + "source": "#bylQdTm2nGGsaZvs", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635559" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635621", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635621", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:03.993-04:00", + "source": "#1oZ1tnSJjlGUsihc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635621" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635785", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635785", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:04.030-04:00", + "source": "#CTidswP7qmR9RUTR", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635785" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635417", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635417", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:04.075-04:00", + "source": "#UbkNUr567RbWQvg8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635417" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635999", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635999", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:04.558-04:00", + "source": "#kHB3teUajHkjl8bs", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635999" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635902", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635902", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:04.960-04:00", + "source": "#QWls7JD9zunbxL0W", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635902" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635699", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635699", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:07.798-04:00", + "source": "#UYTObmLwWuM8fyL7", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635699" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635818", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635818", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:08.770-04:00", + "source": "#v2zkqrzezPfjEatO", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635818" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635732", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635732", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:09.869-04:00", + "source": "#7ZGrDGU99gxIc937", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635732" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635806", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635806", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:11.373-04:00", + "source": "#9fCZbsDrap60YvHG", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635806" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635247", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635247", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:15.772-04:00", + "source": "#DNrILq5wo4auQtD3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635247" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635280", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635280", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:17.369-04:00", + "source": "#MZDXZLUT67jBLMd8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635280" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635712", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635712", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:22.968-04:00", + "source": "#h55H0FDOZXFISQKI", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635712" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635617", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635617", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:25.070-04:00", + "source": "#CEJVuzsM3zFGBzX3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635617" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635272", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635272", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:27.072-04:00", + "source": "#WfhBXJ6PVDZV2WN8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635272" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635769", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635769", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:28.070-04:00", + "source": "#QXcRIEwjUarK7foR", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635769" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635958", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635958", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:32.570-04:00", + "source": "#mWq8feMegYk6fmx9", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635958" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635835", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635835", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:33.170-04:00", + "source": "#Hwk4dKPniCeT30ZF", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635835" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635633", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635633", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:33.871-04:00", + "source": "#dSfu3uW2ex4KXXk8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635633" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635988", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635988", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:37.476-04:00", + "source": "#uyn6ObK3Uyg0ILCs", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635988" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635502", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635502", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:40.269-04:00", + "source": "#8ZAhp7SoIHyX8wVX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635502" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635348", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635348", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:41.773-04:00", + "source": "#wdFNEPx5Xk9qBT2r", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635348" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635857", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635857", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:42.269-04:00", + "source": "#8OdkE68v1pvXNmHH", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635857" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635828", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635828", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:43.770-04:00", + "source": "#QZm4CHgQgqTt4eOZ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635828" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635197", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635197", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:09.812-04:00", + "source": "#29Hjz3ib457s3DaW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635197" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635513", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635513", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:15.619-04:00", + "source": "#zlMzFX2GkWY00Vqm", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635513" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635297", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635297", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:17.207-04:00", + "source": "#NwCLsnGwhR8SZjv6", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635297" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635625", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635625", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:18.969-04:00", + "source": "#jRZ7l47eEHfcItW5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635625" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635230", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635230", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:19.778-04:00", + "source": "#4NSvSQgiCKOxqdWZ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635230" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635995", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635995", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:26.562-04:00", + "source": "#DyvtrObKZWoPTDfu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635995" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635695", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635695", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:30.390-04:00", + "source": "#iZmppLg6aEZuLZnh", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635695" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635243", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635243", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:30.977-04:00", + "source": "#MXQeZNuNIOxi0fCY", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635243" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635588", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635588", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:31.083-04:00", + "source": "#ID5lshZo9DlZdRD5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635588" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635193", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635193", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:32.279-04:00", + "source": "#wzjbR5SEBcxThy90", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635193" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635650", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635650", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:32.475-04:00", + "source": "#AHRgWemF7KutWQEg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635650" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635305", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635305", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:34.799-04:00", + "source": "#Uob53NdsTq6z9dzt", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635305" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635783", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635783", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:38.217-04:00", + "source": "#E5q8onGUvbblgzWT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635783" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635795", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635795", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:39.197-04:00", + "source": "#2MDZ5Vo4w9K7SJK6", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635795" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635581", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635581", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:39.237-04:00", + "source": "#IGXr4J5PaRtY8Awb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635581" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635336", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635336", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:41.363-04:00", + "source": "#3MHDWyPQqtr4t6Xj", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635336" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635542", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635542", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:08.020-04:00", + "source": "#Xpzdj3rQRm8jm20E", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635542" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635687", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635687", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:09.186-04:00", + "source": "#NLaMqsTM5nluyDvz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635687" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635338", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635338", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:11.959-04:00", + "source": "#9b2EwXfaOplRlsMq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635338" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635376", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635376", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:14.683-04:00", + "source": "#85a2M4TxOiQ6Toyy", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635376" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635525", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635525", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:14.893-04:00", + "source": "#y2QKsDV8IoPQCRtn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635525" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635637", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635637", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:15.656-04:00", + "source": "#depesxpKzuS5FvKu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635637" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635604", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635604", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:15.695-04:00", + "source": "#OSO7KbwcgVx0TFT4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635604" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635910", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635910", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:24.846-04:00", + "source": "#UT4wNZQt56QWxgdj", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635910" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635555", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635555", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:27.721-04:00", + "source": "#EN5eqZ012BlOCKga", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635555" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635355", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635355", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:34.574-04:00", + "source": "#Y5koCMFfJhBNfhxu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635355" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635434", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635434", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:35.022-04:00", + "source": "#CXxIvs2uqHoJhO9X", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635434" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635874", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635874", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:36.472-04:00", + "source": "#YNDIE633bu4y5Fz2", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635874" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635914", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635914", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:05.903-04:00", + "source": "#ci1LPNzBGayzOUXB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635914" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635983", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635983", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:09.455-04:00", + "source": "#s6RlJkcmf2mZGaua", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635983" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635309", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635309", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:14.624-04:00", + "source": "#uReDIGTmDTcIyCmu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635309" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635592", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635592", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:16.879-04:00", + "source": "#f8dKHLbQsudZm35m", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635592" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635971", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635971", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:18.125-04:00", + "source": "#WPSU7NHBF623VeMu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635971" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635409", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635409", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:18.883-04:00", + "source": "#PjD4HY5JB9oBrjlE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635409" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635777", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635777", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:19.059-04:00", + "source": "#VYC9lKG1MBaBRJFP", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635777" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635505", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635505", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:22.302-04:00", + "source": "#ZGnbV2ySWK3MJzl5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635505" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635509", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635509", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:33.783-04:00", + "source": "#lzD6HjfvyXG86vNl", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635509" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635864", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635864", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:33.825-04:00", + "source": "#qY7tfpb460OY915B", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635864" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635384", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635384", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:35.678-04:00", + "source": "#6LC8msVH52gAhWJE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635384" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635931", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635931", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:35.721-04:00", + "source": "#fbMIrdDw7xFTjtwd", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635931" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635286", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635286", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:35.801-04:00", + "source": "#khpFtd1qnWgXpX1b", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635286" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635365", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635365", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:37.055-04:00", + "source": "#VpUr7gV35Rvgz2mm", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635365" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635754", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635754", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:41.483-04:00", + "source": "#AZW3INx2G6k09Gk1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635754" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635480", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635480", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:07.494-04:00", + "source": "#VgCCDJ0Sb6cat8Zv", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635480" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635961", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635961", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:08.066-04:00", + "source": "#Wx2e2pb8eMLv0Ofv", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635961" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635744", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635744", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:09.257-04:00", + "source": "#d0L65UTp36sF07Vx", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635744" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635666", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635666", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:10.859-04:00", + "source": "#CPB023iBc7cTKUqV", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635666" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635492", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635492", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:12.162-04:00", + "source": "#mdFUDGkfFoscvwRg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635492" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635654", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635654", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:13.356-04:00", + "source": "#cNxkrj5pQ54KzFau", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635654" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635885", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635885", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:15.267-04:00", + "source": "#3a0oMc4fpxIsBgP1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635885" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635868", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635868", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:16.260-04:00", + "source": "#bPxCJjxqjgzg5kqB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635868" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635388", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635388", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:17.098-04:00", + "source": "#435NdXQ6OxxcPRu3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635388" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635359", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635359", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:19.600-04:00", + "source": "#Nvk0qdj2m3yxeUP7", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635359" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635927", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635927", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:19.857-04:00", + "source": "#reQQeprFVWTCAKty", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635927" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635260", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635260", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:21.984-04:00", + "source": "#5lqM1TY8N7C462vj", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635260" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635476", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635476", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:24.669-04:00", + "source": "#zNh24NqN5RtL1219", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635476" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635401", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635401", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:26.398-04:00", + "source": "#k8oD7tGL60rO83FW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635401" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635728", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635728", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:30.447-04:00", + "source": "#6DTRkeiXuUQKlW9P", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635728" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635802", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635802", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:30.656-04:00", + "source": "#9OftaH0RKBCQOHLN", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635802" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635773", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635773", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:06.470-04:00", + "source": "#WKKZcruAel4jrR0v", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635773" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635326", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635326", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:12.572-04:00", + "source": "#CIDvPLiHjQOFpXoX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635326" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635898", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635898", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:27.781-04:00", + "source": "#rU1ldiDnVE5Q7HHV", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635898" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635473", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635473", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:47.775-04:00", + "source": "#usyPXQIeX1oxxV4t", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635473" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635378", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635378", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:51.175-04:00", + "source": "#hUftHHC4wjGNbTax", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635378" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635841", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635841", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:53.969-04:00", + "source": "#xq8a32qUlm9fhKK4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635841" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635738", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635738", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:56.383-04:00", + "source": "#EKTII9wzD7SHQaK8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635738" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635455", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635455", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:09.386-04:00", + "source": "#vXIf4FCoz6wxdoKZ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635455" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635438", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635438", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:14.410-04:00", + "source": "#S1NAaF7WhS4rQXij", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635438" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635756", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635756", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:14.938-04:00", + "source": "#c3NRfiyYRBAsaPao", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635756" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635575", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635575", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:17.788-04:00", + "source": "#Cja8uIr5U4FUwUAe", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635575" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635935", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635935", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:18.072-04:00", + "source": "#lPuFjeXmpMWsQL5S", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635935" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635789", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635789", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:18.924-04:00", + "source": "#OhLGVMGqBmXlr6tS", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635789" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635351", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635351", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:23.979-04:00", + "source": "#wC1gKySzTllh9COx", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635351" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635322", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635322", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:24.982-04:00", + "source": "#838qWhxcKtZrUh36", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635322" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635210", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635210", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:27.016-04:00", + "source": "#PTel2qJ2rM3QHsAV", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635210" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635979", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635979", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:31.120-04:00", + "source": "#XY5iWiMnAgDTxHBX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635979" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635683", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635683", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:31.160-04:00", + "source": "#BBgwgwY52IFtq98K", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635683" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635293", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635293", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:31.255-04:00", + "source": "#fU2VIScRKLdTUMJy", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635293" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635852", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635852", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:32.511-04:00", + "source": "#gnxL3bQzWdhQe7b5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635852" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635967", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635967", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:34.672-04:00", + "source": "#skj67rHnkGHZG3Nj", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635967" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635941", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635941", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:38.254-04:00", + "source": "#3vYQxIp9pQX0EgPs", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635941" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635490", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635490", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:42.182-04:00", + "source": "#WfEoWBQQfwvY0Eeg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635490" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635571", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635571", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:11.883-04:00", + "source": "#5p4trL1gvvEXY3n1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635571" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635463", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635463", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:14.994-04:00", + "source": "#fyzO2LbYpRFquVLy", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635463" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635839", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635839", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:16.185-04:00", + "source": "#Y0jV7VUPFhyBKDgF", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635839" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635465", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635465", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:53.645-04:00", + "source": "#GB7Ob0zjexdlLOej", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635465" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635779", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635779", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:56.695-04:00", + "source": "#2Hs0vNULPtVj13ZA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635779" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635881", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635881", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:30.820-04:00", + "source": "#nJl2jPQ8xCK6CI2S", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635881" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635538", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635538", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:31.333-04:00", + "source": "#sif3CY3S2cqjY4EW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635538" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635451", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635451", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:32.320-04:00", + "source": "#isZXhs1mai09V13m", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635451" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635948", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635948", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:34.411-04:00", + "source": "#lSbcSUaqO7O7bhn0", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635948" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635716", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635716", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:34.486-04:00", + "source": "#NqaJcJJqtQJldyCo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635716" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635372", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635372", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:34.715-04:00", + "source": "#JexTjth4oZENtsFR", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635372" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635459", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635459", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:35.492-04:00", + "source": "#FA96Bw7PqjlRVnim", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635459" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635224", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635224", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:35.758-04:00", + "source": "#TkWOzbvCZddGOSSH", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635224" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635236", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635236", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:35.976-04:00", + "source": "#TGLI03ZDfpAAfyNT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635236" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635845", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635845", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:36.275-04:00", + "source": "#KJKek2us5T66Y3YU", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635845" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635721", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635721", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:38.456-04:00", + "source": "#4OzF23WWwLkJ7qSb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635721" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635709", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635709", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:41.556-04:00", + "source": "#KWpzkZygreAFqRJv", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635709" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635952", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635952", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:41.957-04:00", + "source": "#pVQNsah6ffvdIyRB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635952" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635676", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635676", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:43.036-04:00", + "source": "#HAiTQ0lsItJ5slFg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635676" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635207", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635207", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:45.386-04:00", + "source": "#u7tnE5VJDPLdsp4u", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635207" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635448", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635448", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:48.172-04:00", + "source": "#BCrEB7sYHDKCYFgS", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635448" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635758", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635758", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:49.456-04:00", + "source": "#qZ2GmKx2MBnEg7Zm", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635758" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635924", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635924", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:42.994-04:00", + "source": "#5nhRUYQ4DWjSMdXl", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635924" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635895", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635895", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:44.597-04:00", + "source": "#ec6BoGkTH8pHdw1x", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635895" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635398", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635398", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:44.682-04:00", + "source": "#BildHqbHW4tb9BkW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635398" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635535", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635535", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:47.657-04:00", + "source": "#CxYwiT2ZBYZjs879", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635535" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635870", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635870", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:51.893-04:00", + "source": "#BCAhHOXYCVCGZ28K", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635870" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635515", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635515", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:53.870-04:00", + "source": "#Qr3uZjavghINEja4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635515" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635937", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635937", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:54.876-04:00", + "source": "#6pbs1S541t7eSK4I", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635937" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635853", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635853", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:55.470-04:00", + "source": "#USolaXssm0KdEWwb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635853" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635361", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635361", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:56.892-04:00", + "source": "#aKJvX5uuymZWUyJR", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635361" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635282", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635282", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:56.937-04:00", + "source": "#EkTHqjv0DOdNWTRV", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635282" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635750", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635750", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:57.583-04:00", + "source": "#zOO5UaNki1OM32e2", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635750" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635577", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635577", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:57.754-04:00", + "source": "#ICPtHKVpKaISoKHE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635577" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635486", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635486", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:58.319-04:00", + "source": "#wYW17jFP57XpgQ7j", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635486" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635265", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635265", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:58.587-04:00", + "source": "#0xi50f8shy73wltu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635265" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635427", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635427", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:42.904-04:00", + "source": "#r9I8oVCCRlG5SGz5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635427" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635257", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635257", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:44.131-04:00", + "source": "#XD7GwX2kc9cZSCsm", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635257" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635692", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635692", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:46.588-04:00", + "source": "#AfCtweYTuerAVVZE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635692" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635311", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635311", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:50.987-04:00", + "source": "#dHkAld2qhEeVwzeN", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635311" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635527", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635527", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:53.376-04:00", + "source": "#uMJufMVuaaQoMkYe", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635527" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635791", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635791", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:56.072-04:00", + "source": "#YMoMkOP9brqOoI4O", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635791" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635269", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635269", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:44.639-04:00", + "source": "#ljBwEpXF5vfZ0kb0", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635269" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635552", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635552", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:45.441-04:00", + "source": "#9crQKKA8GnxD29VU", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635552" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635647", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635647", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:46.488-04:00", + "source": "#y5gRcMplHUpFecmJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635647" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635849", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635849", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:47.092-04:00", + "source": "#wJrJsVi6RcpLXpao", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635849" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635639", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635639", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:48.401-04:00", + "source": "#JM8cIMcr9KEifbAc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635639" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635411", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635411", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:54.599-04:00", + "source": "#ykOo1r4ozZ3HIqoE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635411" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635232", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635232", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:57.712-04:00", + "source": "#zXe7Ep5aCtG3NiNK", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635232" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635705", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635705", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:58.242-04:00", + "source": "#lFnqkWp0OtVJ8dQH", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635705" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635614", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635614", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:43.678-04:00", + "source": "#4AS0cDgRsaaLJRio", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635614" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635992", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635992", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:45.528-04:00", + "source": "#mwOIDG0bKwDlyqn8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635992" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635190", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635190", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:45.629-04:00", + "source": "#sljZ8gAnFEhgIKKl", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635190" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635878", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635878", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:47.621-04:00", + "source": "#Xwmr7sGcljfM64Ma", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635878" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635976", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635976", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:48.086-04:00", + "source": "#wwWq0D39QMIcvH9D", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635976" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635627", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635627", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:55.080-04:00", + "source": "#QqTVRdvkfbXqHzkT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635627" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635220", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635220", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:55.168-04:00", + "source": "#Kb45DBmajnTznc2E", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635220" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635766", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635766", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:44.771-04:00", + "source": "#nGOVFnasG0KspBzM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635766" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635907", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635907", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:45.870-04:00", + "source": "#iwABxcPw9kjMRhs3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635907" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635319", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635319", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:46.769-04:00", + "source": "#3whr0k18Ff9dzOGX", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635319" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635440", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635440", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:48.475-04:00", + "source": "#0bfkYPSWKD9tyDSS", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635440" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635973", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635973", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:55.257-04:00", + "source": "#1pzp5JXIZadWiBDA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635973" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635423", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635423", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:55.558-04:00", + "source": "#bpfAWc4kOlJgc6Qy", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635423" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635565", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635565", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:55.859-04:00", + "source": "#J8tPMZn0CH54Y8Yd", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635565" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635672", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635672", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:56.174-04:00", + "source": "#OOZYta3CGCo1Mrrq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635672" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635824", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635824", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:58.759-04:00", + "source": "#nePAiCih8biPVw2P", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635824" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635920", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635920", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:59.080-04:00", + "source": "#iL4IDi3CCyKLczHb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635920" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635548", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635548", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:47:59.691-04:00", + "source": "#qwzPQyjYHbzLkOUd", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635548" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635203", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635203", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:00.993-04:00", + "source": "#RbRV44HLYMMZNa35", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635203" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635812", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635812", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:01.898-04:00", + "source": "#0TzrwBgobgKtNSPw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635812" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635498", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635498", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:02.140-04:00", + "source": "#GFv8tO9hpNhWtVut", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635498" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635332", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635332", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:02.269-04:00", + "source": "#1nWKogKd1PJvR2t5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635332" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635660", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635660", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:02.591-04:00", + "source": "#wXfztRN4zfWUp5Uh", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635660" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635344", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635344", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:02.638-04:00", + "source": "#L3KwOhXv6IjoX2ur", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635344" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635315", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635315", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:02.769-04:00", + "source": "#KeXnf3KdpZ9OM46Q", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635315" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635903", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635903", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:02.887-04:00", + "source": "#xUDeNkTt7yvWeJ5b", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635903" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635531", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635531", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:03.053-04:00", + "source": "#1juI6frp1YTpR72g", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635531" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635469", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635469", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:03.109-04:00", + "source": "#7AoGa3uUr1ezss8V", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635469" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635762", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635762", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:03.159-04:00", + "source": "#USajw9bw8mKHsAfv", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635762" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635891", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635891", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:03.592-04:00", + "source": "#XR8kvEEIefP9OxBQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635891" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635444", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635444", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:03.679-04:00", + "source": "#Yp6y2ryRQYFryVic", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635444" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635643", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635643", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:03.986-04:00", + "source": "#QvvTYISSnnwuhDhn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635643" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635356", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635356", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:06.649-04:00", + "source": "#RBEqiH7lBR62WoJo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635356" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635435", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635435", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:07.343-04:00", + "source": "#hksvwaIhtpsIGMxJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635435" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635717", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635717", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:07.935-04:00", + "source": "#CB4IIjrDAhOZndmh", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635717" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635962", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635962", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:10.884-04:00", + "source": "#oeDBWe6mqLsql3jb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635962" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635688", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635688", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:12.752-04:00", + "source": "#4NaVSQojeVsIC2tV", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635688" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635886", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635886", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:13.775-04:00", + "source": "#OgIeynRwWsOcmgr8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635886" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635526", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635526", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:16.578-04:00", + "source": "#7tPo4TlAU3e2UvHN", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635526" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635302", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635302", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:18.553-04:00", + "source": "#dPwtZFkp5uxlQ95Q", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635302" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635240", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635240", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:19.750-04:00", + "source": "#Hq9iD0LBu85UJ0mu", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635240" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635369", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635369", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:19.831-04:00", + "source": "#O3HkQNyQAoAFHiIt", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635369" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635680", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635680", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:19.868-04:00", + "source": "#q5v9MCZqgZ0Vueg8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635680" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635290", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635290", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:21.446-04:00", + "source": "#okQzoninb9k3FVzj", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635290" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635402", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635402", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:21.671-04:00", + "source": "#KKoHwECNO8uN4ixe", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635402" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635556", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635556", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:22.692-04:00", + "source": "#l8FHuEgqHlj5tEyP", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635556" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635519", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635519", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:04.072-04:00", + "source": "#DfMiKIpY9f9LwE3z", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635519" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635394", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635394", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:05.077-04:00", + "source": "#xwe5CgDPVhfjdqFw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635394" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635865", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635865", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:06.089-04:00", + "source": "#4ivz55zrBMOnSSSm", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635865" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635968", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635968", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:07.396-04:00", + "source": "#FBTrxYP1IqrcP2qS", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635968" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635215", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635215", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:10.922-04:00", + "source": "#qOQDG90hxWx9yNKC", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635215" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635745", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635745", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:11.004-04:00", + "source": "#kyIPIN58LAIFkFA1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635745" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635774", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635774", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:11.619-04:00", + "source": "#eHUxJRKNt3DukLcE", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635774" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635493", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635493", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:13.813-04:00", + "source": "#oa08M1LZeSepFFSp", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635493" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635605", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635605", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:14.704-04:00", + "source": "#ahmQOdBB9jcedaxF", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635605" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635377", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635377", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:15.778-04:00", + "source": "#C9v4gCyOnJXBQoY5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635377" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635725", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635725", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:18.282-04:00", + "source": "#IkGp94ZmD64eNeiQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635725" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635899", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635899", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:23.725-04:00", + "source": "#lFxHGMaxHDKBm0uL", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635899" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635477", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635477", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:24.006-04:00", + "source": "#HKgMvQCY6QaxCSUo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635477" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635684", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635684", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:26.904-04:00", + "source": "#nA3hRj9Wx1TG45eP", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635684" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635406", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635406", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:08.784-04:00", + "source": "#X5BsxiJ67ENgzxFW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635406" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635757", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635757", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:14.149-04:00", + "source": "#OCwo1yLj9GKOsYpa", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635757" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635840", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635840", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:14.757-04:00", + "source": "#Lisgh8aB9ukT5Byq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635840" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635869", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635869", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:14.956-04:00", + "source": "#r8cOydOs0PzqDl9B", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635869" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635945", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635945", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:16.852-04:00", + "source": "#m0JI3BAbD63blGOw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635945" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635456", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635456", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:18.191-04:00", + "source": "#IDKZjIs26NHXSXHk", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635456" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635228", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635228", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:21.255-04:00", + "source": "#Bbe4EosCMDOcc0sB", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635228" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635955", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635955", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:22.559-04:00", + "source": "#PiWTgc1wXvxyFYSn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635955" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635928", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635928", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:22.757-04:00", + "source": "#5u4Iaf9UfbfCCi1p", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635928" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635663", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635663", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:23.841-04:00", + "source": "#egaKvZ4qbITen4sG", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635663" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635194", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635194", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:24.464-04:00", + "source": "#aWezMoIRryWFUVIn", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635194" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635651", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635651", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:24.656-04:00", + "source": "#q9Roy1iJZJUCIpL4", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635651" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635996", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635996", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:25.978-04:00", + "source": "#ieHgkZZIfyhsZDg3", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635996" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635980", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635980", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:26.247-04:00", + "source": "#0ZpZ8M2JveJLmZb5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635980" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635598", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635598", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:05.322-04:00", + "source": "#xWdhxAvHM3rAUJlr", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635598" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635610", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635610", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:05.464-04:00", + "source": "#zjci0MUH5ryl2zob", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635610" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635510", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635510", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:05.712-04:00", + "source": "#GQFy7FjkjqrBsY6p", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635510" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635949", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635949", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:06.603-04:00", + "source": "#NYbNHpgGnykZbu3a", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635949" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635306", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635306", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:07.483-04:00", + "source": "#NsRMl0v5mOd0T9rD", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635306" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635932", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635932", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:08.056-04:00", + "source": "#UbDLLyCKXF9YVGeY", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635932" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635277", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635277", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:08.686-04:00", + "source": "#Dgj5prny8ryaSxVb", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635277" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635572", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635572", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:09.835-04:00", + "source": "#G0aUHPQIsDwgRXDM", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635572" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635667", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635667", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:09.929-04:00", + "source": "#UiGyeSPyzJrwxnOJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635667" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635984", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635984", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:11.378-04:00", + "source": "#AllSLFVzZcnwpDCw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635984" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635418", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635418", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:11.576-04:00", + "source": "#ronupqjNbPNht0LF", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635418" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635593", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635593", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:12.861-04:00", + "source": "#nYDsoP7vOWcwkFc1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635593" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635389", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635389", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:12.961-04:00", + "source": "#f1fpMD9lRi0vNnys", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635389" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635655", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635655", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:13.888-04:00", + "source": "#5dTlTY2EoZv0NUmz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635655" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635464", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635464", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:14.060-04:00", + "source": "#e27adTHn02VvYESQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635464" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635310", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635310", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:15.818-04:00", + "source": "#sE98lMUnZo9T1USv", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635310" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635431", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635431", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:16.807-04:00", + "source": "#VncjJtNaDewmtzey", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635431" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635861", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635861", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:21.376-04:00", + "source": "#hK0n0uDEEiKlPgb6", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635861" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635506", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635506", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:23.082-04:00", + "source": "#Mu1VLj9DUYZaNNyJ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635506" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635352", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635352", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:23.493-04:00", + "source": "#fK3rwnjUTpOa8Ren", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635352" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635601", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635601", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:26.751-04:00", + "source": "#m1zCkz3K0aWiRiYO", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635601" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635253", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635253", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:04.170-04:00", + "source": "#Sct4bEvzaG7I0ngg", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635253" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635634", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635634", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:08.269-04:00", + "source": "#IKZIR59HYRkYmlle", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635634" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635543", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635543", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:11.786-04:00", + "source": "#xoOwyHTRV8JjBXay", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635543" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635298", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635298", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:16.178-04:00", + "source": "#nxcAKa9xF8DUY0co", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635298" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635832", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635832", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:20.871-04:00", + "source": "#JMbAm5snVyXREEWv", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635832" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635713", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635713", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:23.169-04:00", + "source": "#PrkkgeVFWm7UfH5r", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635713" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635911", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635911", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:24.108-04:00", + "source": "#twI7Oz3gLaEv5d74", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635911" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635729", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635729", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:27.173-04:00", + "source": "#h2CY5InFqENBiI0H", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635729" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635373", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635373", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:07.301-04:00", + "source": "#acJEkGG2dCibACVS", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635373" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635622", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635622", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:09.283-04:00", + "source": "#Rlsg1YNlvv2bMmRz", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635622" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635786", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635786", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:09.791-04:00", + "source": "#VpzGkNMD5V0e9mqT", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635786" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635700", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635700", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:11.655-04:00", + "source": "#RGcERR5ZG3oAQ1U8", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635700" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635807", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635807", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:11.701-04:00", + "source": "#x7C1BKuQIGAUruSW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635807" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635248", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635248", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:12.635-04:00", + "source": "#bkaQOgjgNsuxOEh5", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635248" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635819", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635819", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:12.801-04:00", + "source": "#hIc1XkMPTSiTd0Kc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635819" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635198", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635198", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:12.918-04:00", + "source": "#1UzGf3tTuuqmr9Q9", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635198" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635733", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635733", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:13.044-04:00", + "source": "#neayGId1RDJvakvI", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635733" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635481", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635481", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:13.709-04:00", + "source": "#ncyES8lZn2ScO9Xs", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635481" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635514", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635514", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:14.018-04:00", + "source": "#2V083ZFuTPg1sAYA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635514" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635799", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635799", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:18.333-04:00", + "source": "#V5gypaaOC8AtIdVl", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635799" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635585", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635585", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:19.793-04:00", + "source": "#EOAEyQcdfJDfBJV1", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635585" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635452", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635452", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:25.168-04:00", + "source": "#E8niq0YsqQf5KVPq", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635452" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635327", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635327", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:09.873-04:00", + "source": "#ahhfhWRXAGUGaWsQ", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635327" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635915", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635915", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:11.035-04:00", + "source": "#ZNRo4fyqWGhQlzWo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635915" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635439", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635439", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:13.973-04:00", + "source": "#ypUgQhGE7sigxFXo", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635439" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635836", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635836", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:07.070-04:00", + "source": "#v81CL0bZLWXSDkZc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635836" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635560", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635560", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:11.080-04:00", + "source": "#zpblxjiGb2kvyTNV", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635560" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635339", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635339", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:13.175-04:00", + "source": "#6GdG2tK7ZAAkx642", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635339" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635638", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635638", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:14.269-04:00", + "source": "#pgO2M7WyTQFc4jax", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635638" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635381", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635381", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:19.970-04:00", + "source": "#GEUrIZdI85qpSVoy", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635381" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635770", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635770", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:25.268-04:00", + "source": "#5UsxcfTG5m69No51", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635770" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635460", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635460", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:27.669-04:00", + "source": "#aSjD4xgNq8JvmBhW", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635460" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635964", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635964", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:22.927-04:00", + "source": "#NF3g7RiqBXIAlCad", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635964" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635294", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635294", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:26.850-04:00", + "source": "#JEF2EHH5DHnY4D5p", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635294" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635522", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635522", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:27.075-04:00", + "source": "#FuoMLw8JWiTmN7Ms", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635522" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635803", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635803", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:28.083-04:00", + "source": "#LdYmLUIhFemCLhHG", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635803" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635539", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635539", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:28.228-04:00", + "source": "#x9kk1rqtP6e3m6TR", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635539" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635273", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635273", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:25.940-04:00", + "source": "#1C90UW8JXKCw2Te9", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635273" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635211", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635211", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:26.344-04:00", + "source": "#lXYjVHhJwJmdullA", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635211" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635815", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635815", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:26.382-04:00", + "source": "#F9iK6tnWVaoZVVxc", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635815" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635618", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635618", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:26.419-04:00", + "source": "#7zdEDUrCyDmaAFLw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635618" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635244", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635244", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:26.690-04:00", + "source": "#x7KEdoOv033fczF7", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635244" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635323", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635323", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:26.524-04:00", + "source": "#C6VDCnmeXEgflMIw", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635323" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635589", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635589", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:28.565-04:00", + "source": "#kvWmZ7KdNURXi7Ny", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635589" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635882", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635882", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:26.936-04:00", + "source": "#g66zOHvuOO0w2gXr", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635882" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635385", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635385", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:28.174-04:00", + "source": "#4rWuGf80I0nbDD59", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635385" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/ResearchSubject/phs002409-3635696", + "resource": { + "resourceType": "ResearchSubject", + "id": "phs002409-3635696", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:48:29.360-04:00", + "source": "#L9g19JZM579UEuVN", + "security": [ { + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-SecurityStudyConsent", + "code": "phs002409-1", + "display": "General Research Use" + } ] + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/phs002409" + }, + "individual": { + "reference": "Patient/3635696" + } + }, + "search": { + "mode": "match" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635187", + "resource": { + "resourceType": "Patient", + "id": "3635187", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:37:53.494-04:00", + "source": "#ErFMuLwGRXdlJhFt" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635187", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635253", + "resource": { + "resourceType": "Patient", + "id": "3635253", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:26.889-04:00", + "source": "#THwQfl499ABEFSgo" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635253", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635192", + "resource": { + "resourceType": "Patient", + "id": "3635192", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:04.222-04:00", + "source": "#R02F58BYBnDFw4Ns" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635192", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635197", + "resource": { + "resourceType": "Patient", + "id": "3635197", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:37:58.748-04:00", + "source": "#icdAgIPn6V8KjhSr" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635197", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635255", + "resource": { + "resourceType": "Patient", + "id": "3635255", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:25.148-04:00", + "source": "#SkpfZN8z6pUmXK4U" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635255", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635254", + "resource": { + "resourceType": "Patient", + "id": "3635254", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:25.747-04:00", + "source": "#PLZ9OO60xpi7gDlz" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635254", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635232", + "resource": { + "resourceType": "Patient", + "id": "3635232", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:40.846-04:00", + "source": "#2zlmN9l446SLdf0z" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635232", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635246", + "resource": { + "resourceType": "Patient", + "id": "3635246", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:41.573-04:00", + "source": "#XoDuHqiABQsUSCvh" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635246", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635190", + "resource": { + "resourceType": "Patient", + "id": "3635190", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:37:51.026-04:00", + "source": "#kgYpIDUAa9eB9J1G" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635190", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635188", + "resource": { + "resourceType": "Patient", + "id": "3635188", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:37:52.832-04:00", + "source": "#4kBYL5sN7iuOfcwD" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635188", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635199", + "resource": { + "resourceType": "Patient", + "id": "3635199", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:37:56.126-04:00", + "source": "#tiy5ZfTeFxOAdDPd" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635199", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635193", + "resource": { + "resourceType": "Patient", + "id": "3635193", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:03.790-04:00", + "source": "#pNsiEbMbNdRyyLWY" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635193", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635252", + "resource": { + "resourceType": "Patient", + "id": "3635252", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:27.264-04:00", + "source": "#FEsASF0Zd68qaKqK" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635252", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635261", + "resource": { + "resourceType": "Patient", + "id": "3635261", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:32.478-04:00", + "source": "#cq3DwZdYmBA3JzCi" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635261", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635236", + "resource": { + "resourceType": "Patient", + "id": "3635236", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:38.878-04:00", + "source": "#ZZ2zkqMLclIDoAFE" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635236", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635235", + "resource": { + "resourceType": "Patient", + "id": "3635235", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:39.162-04:00", + "source": "#ocS2gm0EPY8nuxLJ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635235", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635234", + "resource": { + "resourceType": "Patient", + "id": "3635234", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:39.564-04:00", + "source": "#KzkHBke8FDYoJojg" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635234", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635240", + "resource": { + "resourceType": "Patient", + "id": "3635240", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:45.171-04:00", + "source": "#g4HM0Vvxza4yPYfi" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635240", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635222", + "resource": { + "resourceType": "Patient", + "id": "3635222", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:46.077-04:00", + "source": "#rMenNNlaerBLRHpw" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635222", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635216", + "resource": { + "resourceType": "Patient", + "id": "3635216", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:49.051-04:00", + "source": "#3jk0r5FhDLqlWc2A" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635216", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635224", + "resource": { + "resourceType": "Patient", + "id": "3635224", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:52.614-04:00", + "source": "#cdOjBDBsWVH8Eo0I" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635224", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635191", + "resource": { + "resourceType": "Patient", + "id": "3635191", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:37:49.979-04:00", + "source": "#WhNBu7INxYjNSOzs" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635191", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635189", + "resource": { + "resourceType": "Patient", + "id": "3635189", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:37:51.569-04:00", + "source": "#XOTf3HMCYGlidrcV" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635189", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635198", + "resource": { + "resourceType": "Patient", + "id": "3635198", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:37:56.885-04:00", + "source": "#AR38uCK9nvCA92RH" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635198", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635196", + "resource": { + "resourceType": "Patient", + "id": "3635196", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:37:59.271-04:00", + "source": "#VVxQr5IkWXosqjbN" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635196", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635195", + "resource": { + "resourceType": "Patient", + "id": "3635195", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:00.469-04:00", + "source": "#DFQ9JQjMSUNYGoko" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635195", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635194", + "resource": { + "resourceType": "Patient", + "id": "3635194", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:02.183-04:00", + "source": "#4wIRswR9cN7BiITC" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635194", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635250", + "resource": { + "resourceType": "Patient", + "id": "3635250", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:27.969-04:00", + "source": "#CN3n8rtUIUX0WAA3" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635250", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635262", + "resource": { + "resourceType": "Patient", + "id": "3635262", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:30.382-04:00", + "source": "#jWlgYhkvSEDW10TA" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635262", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635257", + "resource": { + "resourceType": "Patient", + "id": "3635257", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:33.970-04:00", + "source": "#7qmvdOYW1QTAoiAN" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635257", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635256", + "resource": { + "resourceType": "Patient", + "id": "3635256", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:36.571-04:00", + "source": "#ns8OkmnrQCpUzsu1" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635256", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635244", + "resource": { + "resourceType": "Patient", + "id": "3635244", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:42.179-04:00", + "source": "#lSfEx8jUUdIftdN3" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635244", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635230", + "resource": { + "resourceType": "Patient", + "id": "3635230", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:49.770-04:00", + "source": "#bEaH2MTwj8Vk0Wen" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635230", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635226", + "resource": { + "resourceType": "Patient", + "id": "3635226", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:51.870-04:00", + "source": "#jrxOaOvXOOdjBHML" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635226", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635206", + "resource": { + "resourceType": "Patient", + "id": "3635206", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:53.374-04:00", + "source": "#o8GB1nH9wAdkgI2t" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635206", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635202", + "resource": { + "resourceType": "Patient", + "id": "3635202", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:56.271-04:00", + "source": "#gK1u1HdOV0nphJk2" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635202", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635201", + "resource": { + "resourceType": "Patient", + "id": "3635201", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:57.168-04:00", + "source": "#F9FCgLkYSRcJPoeH" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635201", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635213", + "resource": { + "resourceType": "Patient", + "id": "3635213", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:58.871-04:00", + "source": "#ZtKAAMKwYKfOlOId" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635213", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635212", + "resource": { + "resourceType": "Patient", + "id": "3635212", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:00.270-04:00", + "source": "#8mcxi9vlRs0h2W2T" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635212", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635208", + "resource": { + "resourceType": "Patient", + "id": "3635208", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:03.369-04:00", + "source": "#AXYoaJooSw3XVFXY" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635208", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635317", + "resource": { + "resourceType": "Patient", + "id": "3635317", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:05.472-04:00", + "source": "#17S9MArpcwLA73uy" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635317", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635249", + "resource": { + "resourceType": "Patient", + "id": "3635249", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:28.557-04:00", + "source": "#MENpazlAxRX0GkHM" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635249", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635263", + "resource": { + "resourceType": "Patient", + "id": "3635263", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:29.756-04:00", + "source": "#xtoMYUIYuHQtgXCg" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635263", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635258", + "resource": { + "resourceType": "Patient", + "id": "3635258", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:33.156-04:00", + "source": "#rA7iHsrjcP8LHNWL" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635258", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635243", + "resource": { + "resourceType": "Patient", + "id": "3635243", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:42.869-04:00", + "source": "#FQr2Ayn96NB9ybLs" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635243", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635242", + "resource": { + "resourceType": "Patient", + "id": "3635242", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:44.255-04:00", + "source": "#TTgRviDqwzhxePh0" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635242", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635221", + "resource": { + "resourceType": "Patient", + "id": "3635221", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:46.255-04:00", + "source": "#QyH9zlyfPGyniQwk" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635221", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635218", + "resource": { + "resourceType": "Patient", + "id": "3635218", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:47.755-04:00", + "source": "#qWwPAqGaYONihZQL" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635218", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635217", + "resource": { + "resourceType": "Patient", + "id": "3635217", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:48.756-04:00", + "source": "#a7TPBj8HVlNx4B0K" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635217", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635229", + "resource": { + "resourceType": "Patient", + "id": "3635229", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:50.659-04:00", + "source": "#3diKndeAvDGXYI66" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635229", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635228", + "resource": { + "resourceType": "Patient", + "id": "3635228", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:51.504-04:00", + "source": "#TYRabV52Z5mLIrBp" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635228", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635207", + "resource": { + "resourceType": "Patient", + "id": "3635207", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:52.855-04:00", + "source": "#udglohMa9WquDqNR" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635207", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635319", + "resource": { + "resourceType": "Patient", + "id": "3635319", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:04.469-04:00", + "source": "#UIEr6DO1ZuurYOTr" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635319", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635325", + "resource": { + "resourceType": "Patient", + "id": "3635325", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:12.657-04:00", + "source": "#5HEPkxAyC574R9dg" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635325", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635324", + "resource": { + "resourceType": "Patient", + "id": "3635324", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:13.155-04:00", + "source": "#CjqkuJR9IzSOZr3i" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635324", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635303", + "resource": { + "resourceType": "Patient", + "id": "3635303", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:15.956-04:00", + "source": "#fTrksmj5UPpTEcao" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635303", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635305", + "resource": { + "resourceType": "Patient", + "id": "3635305", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:24.059-04:00", + "source": "#L3nA2OYuflFIj4sS" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635305", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635287", + "resource": { + "resourceType": "Patient", + "id": "3635287", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:26.857-04:00", + "source": "#qHgIOFItzwsrbmqu" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635287", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635281", + "resource": { + "resourceType": "Patient", + "id": "3635281", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:32.158-04:00", + "source": "#DsrOV6Vw9EDs4iCe" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635281", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635290", + "resource": { + "resourceType": "Patient", + "id": "3635290", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:35.258-04:00", + "source": "#uEJStpptWSWYueiW" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635290", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635270", + "resource": { + "resourceType": "Patient", + "id": "3635270", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:38.157-04:00", + "source": "#HBi1bx2DQ4r155iH" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635270", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635265", + "resource": { + "resourceType": "Patient", + "id": "3635265", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:41.186-04:00", + "source": "#YdIMcQSUHxZkUEQu" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635265", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635279", + "resource": { + "resourceType": "Patient", + "id": "3635279", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:42.358-04:00", + "source": "#6aupr2CLr6jckQf5" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635279", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635273", + "resource": { + "resourceType": "Patient", + "id": "3635273", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:46.965-04:00", + "source": "#FaCJQsj4bHjyqhak" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635273", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635272", + "resource": { + "resourceType": "Patient", + "id": "3635272", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:47.557-04:00", + "source": "#MvZsaLx0RKqqHHuu" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635272", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635376", + "resource": { + "resourceType": "Patient", + "id": "3635376", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:52.274-04:00", + "source": "#vQwXd4GMhDe7lcOP" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635376", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635367", + "resource": { + "resourceType": "Patient", + "id": "3635367", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:56.178-04:00", + "source": "#VpfNinMeVEMm53Ia" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635367", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635364", + "resource": { + "resourceType": "Patient", + "id": "3635364", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:57.257-04:00", + "source": "#a9KqeqLTPAND9Keq" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635364", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635251", + "resource": { + "resourceType": "Patient", + "id": "3635251", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:27.775-04:00", + "source": "#3fLmCOfGkcLiCNfO" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635251", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635248", + "resource": { + "resourceType": "Patient", + "id": "3635248", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:29.388-04:00", + "source": "#7KavNgDhLBr6AkT7" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635248", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635260", + "resource": { + "resourceType": "Patient", + "id": "3635260", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:32.590-04:00", + "source": "#gSPx3dbqjy2q36fr" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635260", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635259", + "resource": { + "resourceType": "Patient", + "id": "3635259", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:32.790-04:00", + "source": "#kGrXTuk6Vt9vZPO4" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635259", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635239", + "resource": { + "resourceType": "Patient", + "id": "3635239", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:37.728-04:00", + "source": "#9Z3jpTXMTVdXVf4g" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635239", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635238", + "resource": { + "resourceType": "Patient", + "id": "3635238", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:38.181-04:00", + "source": "#mTmEh2f2hbjTJQU3" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635238", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635237", + "resource": { + "resourceType": "Patient", + "id": "3635237", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:38.468-04:00", + "source": "#wfS2GwahHwlIMegI" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635237", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635233", + "resource": { + "resourceType": "Patient", + "id": "3635233", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:40.063-04:00", + "source": "#qP5Lm4MDA4pZ41hF" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635233", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635247", + "resource": { + "resourceType": "Patient", + "id": "3635247", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:41.215-04:00", + "source": "#zZK8BX57hXC695o8" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635247", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635223", + "resource": { + "resourceType": "Patient", + "id": "3635223", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:45.331-04:00", + "source": "#vQs2NhXDeAE9DrpP" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635223", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635205", + "resource": { + "resourceType": "Patient", + "id": "3635205", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:55.206-04:00", + "source": "#57hM5XL9DSuvhjP8" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635205", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635200", + "resource": { + "resourceType": "Patient", + "id": "3635200", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:58.041-04:00", + "source": "#fD5jOMCoZeCp7Yyw" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635200", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635215", + "resource": { + "resourceType": "Patient", + "id": "3635215", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:58.225-04:00", + "source": "#nhE2kEc3QmZdP6oH" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635215", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635214", + "resource": { + "resourceType": "Patient", + "id": "3635214", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:58.580-04:00", + "source": "#yZsk6aBHsbjMn8Tc" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635214", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635312", + "resource": { + "resourceType": "Patient", + "id": "3635312", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:09.879-04:00", + "source": "#ajGakIOmSl8o2dcI" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635312", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635322", + "resource": { + "resourceType": "Patient", + "id": "3635322", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:14.280-04:00", + "source": "#Og1BNY4J7rxrbWJl" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635322", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635321", + "resource": { + "resourceType": "Patient", + "id": "3635321", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:14.519-04:00", + "source": "#SzmQ7gRJoL7HbvKm" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635321", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635301", + "resource": { + "resourceType": "Patient", + "id": "3635301", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:17.448-04:00", + "source": "#Dxm6QfDLLrmbzQjj" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635301", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635310", + "resource": { + "resourceType": "Patient", + "id": "3635310", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:22.243-04:00", + "source": "#mbYhOr1MM4ugY1cM" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635310", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635309", + "resource": { + "resourceType": "Patient", + "id": "3635309", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:22.468-04:00", + "source": "#ln4QAUJR9cqy3xzB" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635309", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635245", + "resource": { + "resourceType": "Patient", + "id": "3635245", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:41.756-04:00", + "source": "#xOYitAH2mDuN7DSp" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635245", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635241", + "resource": { + "resourceType": "Patient", + "id": "3635241", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:44.747-04:00", + "source": "#nUbkNbiOOBrQ0qZ3" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635241", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635220", + "resource": { + "resourceType": "Patient", + "id": "3635220", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:46.742-04:00", + "source": "#9vmgYwgjix30XZcD" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635220", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635219", + "resource": { + "resourceType": "Patient", + "id": "3635219", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:47.581-04:00", + "source": "#OJpIWfNt3nW3o4Zw" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635219", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635231", + "resource": { + "resourceType": "Patient", + "id": "3635231", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:49.463-04:00", + "source": "#fiBuh0JqH8fm9XsQ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635231", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635227", + "resource": { + "resourceType": "Patient", + "id": "3635227", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:51.734-04:00", + "source": "#QH0NuQuE24uCAfmo" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635227", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635225", + "resource": { + "resourceType": "Patient", + "id": "3635225", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:52.439-04:00", + "source": "#d3Po11d6N6T1730y" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635225", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635204", + "resource": { + "resourceType": "Patient", + "id": "3635204", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:55.805-04:00", + "source": "#z8ZEPOKGR83dRXrl" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635204", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635203", + "resource": { + "resourceType": "Patient", + "id": "3635203", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:38:55.970-04:00", + "source": "#UhZp68rofTsPw7zz" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635203", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635209", + "resource": { + "resourceType": "Patient", + "id": "3635209", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:02.796-04:00", + "source": "#FmXt1MwqB92afWJU" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635209", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635318", + "resource": { + "resourceType": "Patient", + "id": "3635318", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:05.054-04:00", + "source": "#MjPflAfyHeYsKCU3" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635318", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635313", + "resource": { + "resourceType": "Patient", + "id": "3635313", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:09.210-04:00", + "source": "#qHZKUEvSClSt7GMY" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635313", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635327", + "resource": { + "resourceType": "Patient", + "id": "3635327", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:10.018-04:00", + "source": "#aWcwDIW0E685CrjP" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635327", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635323", + "resource": { + "resourceType": "Patient", + "id": "3635323", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:13.434-04:00", + "source": "#Qosu26dshxoIKwbA" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635323", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635320", + "resource": { + "resourceType": "Patient", + "id": "3635320", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:15.790-04:00", + "source": "#aivTUod9LKUYGleC" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635320", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635300", + "resource": { + "resourceType": "Patient", + "id": "3635300", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:18.186-04:00", + "source": "#9PJmuaHyN2lLZmVK" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635300", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635297", + "resource": { + "resourceType": "Patient", + "id": "3635297", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:19.447-04:00", + "source": "#6r9IksY4SdKxU30Z" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635297", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635306", + "resource": { + "resourceType": "Patient", + "id": "3635306", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:23.879-04:00", + "source": "#eTd0Hb70wKHb75B7" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635306", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635285", + "resource": { + "resourceType": "Patient", + "id": "3635285", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:29.302-04:00", + "source": "#dcro5gEShHxpkWMJ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635285", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635283", + "resource": { + "resourceType": "Patient", + "id": "3635283", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:31.686-04:00", + "source": "#0MiLP9bZOsHSmFQB" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635283", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635294", + "resource": { + "resourceType": "Patient", + "id": "3635294", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:33.051-04:00", + "source": "#QW1EFlm5LuLs0WoZ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635294", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635269", + "resource": { + "resourceType": "Patient", + "id": "3635269", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:38.664-04:00", + "source": "#d2e6osazrjDbrF8o" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635269", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635267", + "resource": { + "resourceType": "Patient", + "id": "3635267", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:40.468-04:00", + "source": "#0m5NBrBu8txkx3G0" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635267", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635277", + "resource": { + "resourceType": "Patient", + "id": "3635277", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:45.039-04:00", + "source": "#ydNtCiVfAh4QgJtf" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635277", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635274", + "resource": { + "resourceType": "Patient", + "id": "3635274", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:46.625-04:00", + "source": "#VruYZrWW7JMJWaac" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635274", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635380", + "resource": { + "resourceType": "Patient", + "id": "3635380", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:50.455-04:00", + "source": "#k7RLTI4reXsXmsQS" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635380", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635377", + "resource": { + "resourceType": "Patient", + "id": "3635377", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:52.108-04:00", + "source": "#ZtuOlSmFqIF8eYBR" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635377", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635211", + "resource": { + "resourceType": "Patient", + "id": "3635211", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:02.277-04:00", + "source": "#WpKLLL3yyD3rdrmt" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635211", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635210", + "resource": { + "resourceType": "Patient", + "id": "3635210", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:02.427-04:00", + "source": "#nZuq5vlZpDrsJ3Qt" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635210", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635316", + "resource": { + "resourceType": "Patient", + "id": "3635316", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:06.684-04:00", + "source": "#AjSdIXVRcNxiYinl" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635316", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635314", + "resource": { + "resourceType": "Patient", + "id": "3635314", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:08.430-04:00", + "source": "#uG9nupUOR8A42I2M" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635314", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635298", + "resource": { + "resourceType": "Patient", + "id": "3635298", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:19.338-04:00", + "source": "#8A86I86T5XwTx8az" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635298", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635307", + "resource": { + "resourceType": "Patient", + "id": "3635307", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:22.813-04:00", + "source": "#CJhMcAAadWYQveey" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635307", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635286", + "resource": { + "resourceType": "Patient", + "id": "3635286", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:28.480-04:00", + "source": "#8oLw2pTRv4M2qILh" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635286", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635282", + "resource": { + "resourceType": "Patient", + "id": "3635282", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:31.819-04:00", + "source": "#R5ZkiLtsIk2rPDZ0" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635282", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635291", + "resource": { + "resourceType": "Patient", + "id": "3635291", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:34.972-04:00", + "source": "#H5Rp35v9jGTViW5L" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635291", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635289", + "resource": { + "resourceType": "Patient", + "id": "3635289", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:35.940-04:00", + "source": "#nYSamXYIQJz3tZeL" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635289", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635288", + "resource": { + "resourceType": "Patient", + "id": "3635288", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:36.383-04:00", + "source": "#6KZAetX2LDhBJza9" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635288", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635266", + "resource": { + "resourceType": "Patient", + "id": "3635266", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:40.749-04:00", + "source": "#0nOKQIqIjJ3kGLmU" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635266", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635276", + "resource": { + "resourceType": "Patient", + "id": "3635276", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:45.310-04:00", + "source": "#xH6zs868n6Ze8YDr" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635276", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635275", + "resource": { + "resourceType": "Patient", + "id": "3635275", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:46.487-04:00", + "source": "#uH4E4ZmXFPOkp62L" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635275", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635383", + "resource": { + "resourceType": "Patient", + "id": "3635383", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:48.689-04:00", + "source": "#ALGGuP9iQ3SaT4J6" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635383", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635379", + "resource": { + "resourceType": "Patient", + "id": "3635379", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:51.196-04:00", + "source": "#3GaYzzWfRwtwBVQh" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635379", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635390", + "resource": { + "resourceType": "Patient", + "id": "3635390", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:53.365-04:00", + "source": "#GVUg7WqhmZLN0rim" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635390", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635388", + "resource": { + "resourceType": "Patient", + "id": "3635388", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:54.239-04:00", + "source": "#5azlCngNGYdqOiMC" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635388", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635386", + "resource": { + "resourceType": "Patient", + "id": "3635386", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:54.462-04:00", + "source": "#4DQhyX1yZO19XJor" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635386", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635385", + "resource": { + "resourceType": "Patient", + "id": "3635385", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:54.566-04:00", + "source": "#0j0WgOxzk3JDwz85" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635385", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635366", + "resource": { + "resourceType": "Patient", + "id": "3635366", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:56.343-04:00", + "source": "#PJX5tH5TMY4eArdE" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635366", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635363", + "resource": { + "resourceType": "Patient", + "id": "3635363", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:57.431-04:00", + "source": "#uKEC2Eo8PgVlKVih" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635363", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635373", + "resource": { + "resourceType": "Patient", + "id": "3635373", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:01.580-04:00", + "source": "#9YisI8smQht1I0b2" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635373", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635369", + "resource": { + "resourceType": "Patient", + "id": "3635369", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:04.321-04:00", + "source": "#cXRtTWD5p7nR4KDw" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635369", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635346", + "resource": { + "resourceType": "Patient", + "id": "3635346", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:07.828-04:00", + "source": "#8F62txXw50NpohZj" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635346", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635357", + "resource": { + "resourceType": "Patient", + "id": "3635357", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:09.711-04:00", + "source": "#LAdT8V3smuOvNb1q" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635357", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635352", + "resource": { + "resourceType": "Patient", + "id": "3635352", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:13.793-04:00", + "source": "#4gr65B6m8eQ5YbmH" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635352", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635335", + "resource": { + "resourceType": "Patient", + "id": "3635335", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:13.939-04:00", + "source": "#GJf3iwg5JdJR5pVC" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635335", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635332", + "resource": { + "resourceType": "Patient", + "id": "3635332", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:14.572-04:00", + "source": "#BvmtGdpq6S3XPiTN" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635332", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635315", + "resource": { + "resourceType": "Patient", + "id": "3635315", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:07.869-04:00", + "source": "#ieDUbiK2qfjz4bQS" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635315", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635326", + "resource": { + "resourceType": "Patient", + "id": "3635326", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:10.875-04:00", + "source": "#afEsQkez7CxumNh9" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635326", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635302", + "resource": { + "resourceType": "Patient", + "id": "3635302", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:16.370-04:00", + "source": "#Sal3qeoPMBacE1qG" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635302", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635299", + "resource": { + "resourceType": "Patient", + "id": "3635299", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:18.470-04:00", + "source": "#UFNYbXBkdA5wvCE6" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635299", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635296", + "resource": { + "resourceType": "Patient", + "id": "3635296", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:19.671-04:00", + "source": "#LlN8jpMRz4RaPo1Q" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635296", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635311", + "resource": { + "resourceType": "Patient", + "id": "3635311", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:21.369-04:00", + "source": "#3BGq3mG3fXYGzQ8N" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635311", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635304", + "resource": { + "resourceType": "Patient", + "id": "3635304", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:25.271-04:00", + "source": "#OytsBXzUoWJBpnih" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635304", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635271", + "resource": { + "resourceType": "Patient", + "id": "3635271", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:37.470-04:00", + "source": "#aWgBXaAFu9Ba2klA" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635271", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635268", + "resource": { + "resourceType": "Patient", + "id": "3635268", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:39.078-04:00", + "source": "#o0yYhGTTefSMc1ep" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635268", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635264", + "resource": { + "resourceType": "Patient", + "id": "3635264", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:41.572-04:00", + "source": "#Nh0BxnN0nDhulF9b" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635264", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635278", + "resource": { + "resourceType": "Patient", + "id": "3635278", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:43.874-04:00", + "source": "#D1y1NmQ4DbdpsREx" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635278", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635381", + "resource": { + "resourceType": "Patient", + "id": "3635381", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:49.875-04:00", + "source": "#gXvGWfXvqu91pW7I" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635381", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635378", + "resource": { + "resourceType": "Patient", + "id": "3635378", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:51.368-04:00", + "source": "#UJQMZ87M5efuFd6k" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635378", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635389", + "resource": { + "resourceType": "Patient", + "id": "3635389", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:53.584-04:00", + "source": "#4M5CSErUDEyP91o9" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635389", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635365", + "resource": { + "resourceType": "Patient", + "id": "3635365", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:56.570-04:00", + "source": "#ZsCSLyhCq9JhdTlC" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635365", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635375", + "resource": { + "resourceType": "Patient", + "id": "3635375", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:59.488-04:00", + "source": "#uufuwVrb2rUpbk54" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635375", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635371", + "resource": { + "resourceType": "Patient", + "id": "3635371", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:03.368-04:00", + "source": "#FJHtZASEQhpl7pPm" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635371", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635348", + "resource": { + "resourceType": "Patient", + "id": "3635348", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:06.777-04:00", + "source": "#42wupbh9qwmv2qL8" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635348", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635345", + "resource": { + "resourceType": "Patient", + "id": "3635345", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:07.968-04:00", + "source": "#y91mguwtGpKvgQ4H" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635345", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635355", + "resource": { + "resourceType": "Patient", + "id": "3635355", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:10.669-04:00", + "source": "#XPQnRdYtzAzt6YQC" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635355", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635354", + "resource": { + "resourceType": "Patient", + "id": "3635354", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:11.171-04:00", + "source": "#65Chh31TTMbyHbGT" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635354", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635308", + "resource": { + "resourceType": "Patient", + "id": "3635308", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:22.589-04:00", + "source": "#oX0ZooJqc2ImN6TV" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635308", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635284", + "resource": { + "resourceType": "Patient", + "id": "3635284", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:30.482-04:00", + "source": "#XGNy2KpCAR1vlh4w" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635284", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635280", + "resource": { + "resourceType": "Patient", + "id": "3635280", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:32.539-04:00", + "source": "#iE9nvwcJMdiLOpPY" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635280", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635295", + "resource": { + "resourceType": "Patient", + "id": "3635295", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:32.746-04:00", + "source": "#Y1h5eGq41xHL9el7" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635295", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635293", + "resource": { + "resourceType": "Patient", + "id": "3635293", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:33.437-04:00", + "source": "#uQ19yn9A8zTWpfQe" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635293", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635292", + "resource": { + "resourceType": "Patient", + "id": "3635292", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:34.790-04:00", + "source": "#O9Q1clDkRfAm560g" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635292", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635382", + "resource": { + "resourceType": "Patient", + "id": "3635382", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:49.388-04:00", + "source": "#oy5qOakfazcLvbMp" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635382", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635391", + "resource": { + "resourceType": "Patient", + "id": "3635391", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:52.761-04:00", + "source": "#VtHT5YQuDnrvX8hU" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635391", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635387", + "resource": { + "resourceType": "Patient", + "id": "3635387", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:54.345-04:00", + "source": "#yvXBqNMBxHDlsocB" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635387", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635384", + "resource": { + "resourceType": "Patient", + "id": "3635384", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:54.961-04:00", + "source": "#9O3lAmD5RCdBJftx" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635384", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635362", + "resource": { + "resourceType": "Patient", + "id": "3635362", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:57.616-04:00", + "source": "#61Um2PErRWjiQupO" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635362", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635360", + "resource": { + "resourceType": "Patient", + "id": "3635360", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:58.790-04:00", + "source": "#OzAPtyWyQ3T7TOkL" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635360", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635351", + "resource": { + "resourceType": "Patient", + "id": "3635351", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:05.463-04:00", + "source": "#TD58Bb7WPJAx6AR5" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635351", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635344", + "resource": { + "resourceType": "Patient", + "id": "3635344", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:08.781-04:00", + "source": "#vE5tBpygVRIQGaOP" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635344", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635356", + "resource": { + "resourceType": "Patient", + "id": "3635356", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:10.477-04:00", + "source": "#cpxElcNZhXTuwY4y" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635356", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635353", + "resource": { + "resourceType": "Patient", + "id": "3635353", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:12.994-04:00", + "source": "#aOj92GwndYbcrDXt" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635353", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635329", + "resource": { + "resourceType": "Patient", + "id": "3635329", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:16.581-04:00", + "source": "#LvcKw4NdnQL7ahVc" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635329", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635343", + "resource": { + "resourceType": "Patient", + "id": "3635343", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:22.740-04:00", + "source": "#04QLO4V38DEC7diO" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635343", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635342", + "resource": { + "resourceType": "Patient", + "id": "3635342", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:22.892-04:00", + "source": "#r19ZpAXBGYEG7LFr" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635342", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635341", + "resource": { + "resourceType": "Patient", + "id": "3635341", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:23.466-04:00", + "source": "#OZQEyP6nzZQcqcNv" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635341", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635338", + "resource": { + "resourceType": "Patient", + "id": "3635338", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:27.077-04:00", + "source": "#OcSEiKfPcWAqt6de" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635338", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635337", + "resource": { + "resourceType": "Patient", + "id": "3635337", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:27.314-04:00", + "source": "#FdqNOScnmLRCBIw9" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635337", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635442", + "resource": { + "resourceType": "Patient", + "id": "3635442", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:30.580-04:00", + "source": "#oVyS0zMLPeYy91QN" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635442", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635455", + "resource": { + "resourceType": "Patient", + "id": "3635455", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:31.246-04:00", + "source": "#WrGyXbPR4qmZwvmy" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635455", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635451", + "resource": { + "resourceType": "Patient", + "id": "3635451", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:33.509-04:00", + "source": "#0rE5pv0Svd0TQwQi" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635451", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635361", + "resource": { + "resourceType": "Patient", + "id": "3635361", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:39:57.772-04:00", + "source": "#BCFJ1DMOPUd8TGXP" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635361", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635374", + "resource": { + "resourceType": "Patient", + "id": "3635374", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:00.521-04:00", + "source": "#xpBDi0tXsSESIpx7" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635374", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635372", + "resource": { + "resourceType": "Patient", + "id": "3635372", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:02.488-04:00", + "source": "#HreuvseoZ7Jm4iC5" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635372", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635349", + "resource": { + "resourceType": "Patient", + "id": "3635349", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:05.977-04:00", + "source": "#7DgzcV14U7ev51zr" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635349", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635347", + "resource": { + "resourceType": "Patient", + "id": "3635347", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:07.666-04:00", + "source": "#NUY0ChV1mibXmJCv" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635347", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635359", + "resource": { + "resourceType": "Patient", + "id": "3635359", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:09.216-04:00", + "source": "#5LNoAChl4xYHPffg" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635359", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635340", + "resource": { + "resourceType": "Patient", + "id": "3635340", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:24.382-04:00", + "source": "#vDProvSClYLC9YdO" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635340", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635445", + "resource": { + "resourceType": "Patient", + "id": "3635445", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:28.654-04:00", + "source": "#A5VuLilftlx4g67v" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635445", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635430", + "resource": { + "resourceType": "Patient", + "id": "3635430", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:35.047-04:00", + "source": "#ZsGdY7vJ9NC1rKKC" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635430", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635425", + "resource": { + "resourceType": "Patient", + "id": "3635425", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:37.993-04:00", + "source": "#McdZVzOdYss20RzT" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635425", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635393", + "resource": { + "resourceType": "Patient", + "id": "3635393", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:11.876-04:00", + "source": "#FK0GOuKLizpVAjcU" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635393", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635490", + "resource": { + "resourceType": "Patient", + "id": "3635490", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:32.255-04:00", + "source": "#y0q8y9PwiAQ430bD" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635490", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635489", + "resource": { + "resourceType": "Patient", + "id": "3635489", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:33.072-04:00", + "source": "#cUIb9iMmGMtvoXPe" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635489", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635500", + "resource": { + "resourceType": "Patient", + "id": "3635500", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:36.078-04:00", + "source": "#szcQVcS9bQjOG86S" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635500", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635487", + "resource": { + "resourceType": "Patient", + "id": "3635487", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:43.584-04:00", + "source": "#uxlpkIEtKU0S9BJ1" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635487", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635484", + "resource": { + "resourceType": "Patient", + "id": "3635484", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:44.389-04:00", + "source": "#p26dNXfwItrEWUEu" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635484", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635462", + "resource": { + "resourceType": "Patient", + "id": "3635462", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:48.510-04:00", + "source": "#X42Da1AKOSwF6gTo" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635462", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635459", + "resource": { + "resourceType": "Patient", + "id": "3635459", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:50.890-04:00", + "source": "#O7wm3uFyEoNKey3S" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635459", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635469", + "resource": { + "resourceType": "Patient", + "id": "3635469", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:53.464-04:00", + "source": "#oTPCT08wuIFPk5CN" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635469", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635466", + "resource": { + "resourceType": "Patient", + "id": "3635466", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:56.590-04:00", + "source": "#9NKN5f9GfPWr6PPG" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635466", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635370", + "resource": { + "resourceType": "Patient", + "id": "3635370", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:04.153-04:00", + "source": "#232l4rYvD8xA9d50" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635370", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635368", + "resource": { + "resourceType": "Patient", + "id": "3635368", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:05.181-04:00", + "source": "#IwIc9yo6WHsxn9SZ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635368", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635350", + "resource": { + "resourceType": "Patient", + "id": "3635350", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:05.618-04:00", + "source": "#KVFVi1AOXC6ZOEvr" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635350", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635358", + "resource": { + "resourceType": "Patient", + "id": "3635358", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:09.331-04:00", + "source": "#05aYLKrrot8EhHNR" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635358", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635334", + "resource": { + "resourceType": "Patient", + "id": "3635334", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:14.121-04:00", + "source": "#FHvfmtEbabLEacXy" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635334", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635333", + "resource": { + "resourceType": "Patient", + "id": "3635333", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:14.254-04:00", + "source": "#SP4XBE8LOk3aPjAu" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635333", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635331", + "resource": { + "resourceType": "Patient", + "id": "3635331", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:14.864-04:00", + "source": "#v6xhbgThVRTRnvTf" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635331", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635339", + "resource": { + "resourceType": "Patient", + "id": "3635339", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:25.288-04:00", + "source": "#Fsn7ysF1sfyD7l6o" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635339", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635447", + "resource": { + "resourceType": "Patient", + "id": "3635447", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:27.681-04:00", + "source": "#a8NToWPAH9O3h1Ef" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635447", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635440", + "resource": { + "resourceType": "Patient", + "id": "3635440", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:31.129-04:00", + "source": "#82gJgOsM9Z8HeFyE" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635440", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635450", + "resource": { + "resourceType": "Patient", + "id": "3635450", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:33.622-04:00", + "source": "#4wDi7aCQC2mF6F3Q" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635450", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635449", + "resource": { + "resourceType": "Patient", + "id": "3635449", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:33.750-04:00", + "source": "#3UIAJ3s5OR8HPJi1" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635449", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635426", + "resource": { + "resourceType": "Patient", + "id": "3635426", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:36.871-04:00", + "source": "#E2yR2LUhqucUJMN9" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635426", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635436", + "resource": { + "resourceType": "Patient", + "id": "3635436", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:40.341-04:00", + "source": "#HBsMGFIk6GpDioN8" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635436", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635415", + "resource": { + "resourceType": "Patient", + "id": "3635415", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:55.119-04:00", + "source": "#pm1Cp6vz2zfnQRq4" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635415", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635422", + "resource": { + "resourceType": "Patient", + "id": "3635422", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:01.456-04:00", + "source": "#1fhAkRIGSnkHHZVX" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635422", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635416", + "resource": { + "resourceType": "Patient", + "id": "3635416", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:04.756-04:00", + "source": "#dd2x8vEcpgXVCixu" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635416", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635395", + "resource": { + "resourceType": "Patient", + "id": "3635395", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:11.370-04:00", + "source": "#fRwoPCx6y9kzx3KL" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635395", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635404", + "resource": { + "resourceType": "Patient", + "id": "3635404", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:15.473-04:00", + "source": "#UiRJIwmDFUyVWLvJ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635404", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635400", + "resource": { + "resourceType": "Patient", + "id": "3635400", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:19.625-04:00", + "source": "#oeLtfEGZncwm8dWH" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635400", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635510", + "resource": { + "resourceType": "Patient", + "id": "3635510", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:22.188-04:00", + "source": "#hhmYETnwCc4fUCc3" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635510", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635514", + "resource": { + "resourceType": "Patient", + "id": "3635514", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:28.241-04:00", + "source": "#82yGjqR2HoeZn0tG" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635514", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635512", + "resource": { + "resourceType": "Patient", + "id": "3635512", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:29.680-04:00", + "source": "#qS3D9frdnp0pCzID" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635512", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635494", + "resource": { + "resourceType": "Patient", + "id": "3635494", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:30.968-04:00", + "source": "#8aXHJUx2DFzRAeN0" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635494", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635492", + "resource": { + "resourceType": "Patient", + "id": "3635492", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:31.814-04:00", + "source": "#msRwPm5UxNIGdyQZ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635492", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635499", + "resource": { + "resourceType": "Patient", + "id": "3635499", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:36.219-04:00", + "source": "#dB7yOqW1nFwcCmdY" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635499", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635478", + "resource": { + "resourceType": "Patient", + "id": "3635478", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:39.005-04:00", + "source": "#HgaL4JUvEIYKgmtD" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635478", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635443", + "resource": { + "resourceType": "Patient", + "id": "3635443", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:29.976-04:00", + "source": "#nFzwgPsxQXwj8C8R" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635443", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635454", + "resource": { + "resourceType": "Patient", + "id": "3635454", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:31.470-04:00", + "source": "#IYBh6OibbPjDSxji" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635454", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635453", + "resource": { + "resourceType": "Patient", + "id": "3635453", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:32.474-04:00", + "source": "#SH58jZEB3eDCOIkt" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635453", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635420", + "resource": { + "resourceType": "Patient", + "id": "3635420", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:02.572-04:00", + "source": "#UqKrF0YQZ93crLDj" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635420", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635417", + "resource": { + "resourceType": "Patient", + "id": "3635417", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:04.189-04:00", + "source": "#XDz914rVEAE61MMi" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635417", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635399", + "resource": { + "resourceType": "Patient", + "id": "3635399", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:09.571-04:00", + "source": "#XD4IUm9RwdhNL8WS" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635399", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635518", + "resource": { + "resourceType": "Patient", + "id": "3635518", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:25.168-04:00", + "source": "#dhtLi3azhkfNHpOA" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635518", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635513", + "resource": { + "resourceType": "Patient", + "id": "3635513", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:28.569-04:00", + "source": "#5Hew36ocaQWNTxsK" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635513", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635502", + "resource": { + "resourceType": "Patient", + "id": "3635502", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:34.269-04:00", + "source": "#nq6CXwTtXeliYjo1" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635502", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635497", + "resource": { + "resourceType": "Patient", + "id": "3635497", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:37.272-04:00", + "source": "#u8F3xOHkgKimFdlS" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635497", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635463", + "resource": { + "resourceType": "Patient", + "id": "3635463", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:47.576-04:00", + "source": "#qWZb32MVyPwyToPl" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635463", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635460", + "resource": { + "resourceType": "Patient", + "id": "3635460", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:48.776-04:00", + "source": "#OxVidyP6VGNCsWQG" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635460", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635467", + "resource": { + "resourceType": "Patient", + "id": "3635467", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:54.072-04:00", + "source": "#U7GUFNTT9QoqIqVR" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635467", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635583", + "resource": { + "resourceType": "Patient", + "id": "3635583", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:59.874-04:00", + "source": "#gNuBYbrZpRqtx2Fa" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635583", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635582", + "resource": { + "resourceType": "Patient", + "id": "3635582", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:01.770-04:00", + "source": "#91KYZxwB2PQXKHMG" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635582", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635579", + "resource": { + "resourceType": "Patient", + "id": "3635579", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:03.970-04:00", + "source": "#LfRaPSdvppgrlSBZ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635579", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635559", + "resource": { + "resourceType": "Patient", + "id": "3635559", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:05.270-04:00", + "source": "#IKFNE0Ry7xV8ZRWl" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635559", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635557", + "resource": { + "resourceType": "Patient", + "id": "3635557", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:06.267-04:00", + "source": "#41cA5UaQsGFSy1uK" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635557", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635554", + "resource": { + "resourceType": "Patient", + "id": "3635554", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:07.774-04:00", + "source": "#YvtuUoIXtUvx1PsD" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635554", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635564", + "resource": { + "resourceType": "Patient", + "id": "3635564", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:09.570-04:00", + "source": "#KLAbMe0vomCGOpTR" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635564", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635543", + "resource": { + "resourceType": "Patient", + "id": "3635543", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:11.169-04:00", + "source": "#4fILxJavcfyF4ZBo" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635543", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635540", + "resource": { + "resourceType": "Patient", + "id": "3635540", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:13.372-04:00", + "source": "#Tl4ltgzkLYFbtW01" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635540", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635537", + "resource": { + "resourceType": "Patient", + "id": "3635537", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:14.590-04:00", + "source": "#Rny4X5AoDeMZULvn" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635537", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635536", + "resource": { + "resourceType": "Patient", + "id": "3635536", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:15.381-04:00", + "source": "#9ZGeAfE3rjkVmGBt" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635536", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635524", + "resource": { + "resourceType": "Patient", + "id": "3635524", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:17.976-04:00", + "source": "#Uat0DunB49xrEYsY" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635524", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635533", + "resource": { + "resourceType": "Patient", + "id": "3635533", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:21.170-04:00", + "source": "#sb4PaTH7p3JE7uZ8" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635533", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635643", + "resource": { + "resourceType": "Patient", + "id": "3635643", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:24.172-04:00", + "source": "#LGSfSp20OPApB2bc" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635643", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635642", + "resource": { + "resourceType": "Patient", + "id": "3635642", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:24.971-04:00", + "source": "#PX3RqjFntn8CSAC6" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635642", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635330", + "resource": { + "resourceType": "Patient", + "id": "3635330", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:15.393-04:00", + "source": "#8EfjK9BOOKjbWKqQ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635330", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635336", + "resource": { + "resourceType": "Patient", + "id": "3635336", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:27.488-04:00", + "source": "#MuLcYxVIEBI4WSl9" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635336", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635446", + "resource": { + "resourceType": "Patient", + "id": "3635446", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:28.358-04:00", + "source": "#O8TDN0ZC60Piafn3" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635446", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635452", + "resource": { + "resourceType": "Patient", + "id": "3635452", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:33.361-04:00", + "source": "#pbd6fHyk0SYXhhbV" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635452", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635434", + "resource": { + "resourceType": "Patient", + "id": "3635434", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:52.178-04:00", + "source": "#Fq2buhIWQU0e4LvF" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635434", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635432", + "resource": { + "resourceType": "Patient", + "id": "3635432", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:54.864-04:00", + "source": "#4HjVcDBYXzLUwstl" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635432", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635414", + "resource": { + "resourceType": "Patient", + "id": "3635414", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:55.240-04:00", + "source": "#2MLZgLkwEHACervP" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635414", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635412", + "resource": { + "resourceType": "Patient", + "id": "3635412", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:56.664-04:00", + "source": "#jTSq6dhOrivNQqig" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635412", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635421", + "resource": { + "resourceType": "Patient", + "id": "3635421", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:01.662-04:00", + "source": "#OvRMC36SZZGHRm2C" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635421", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635398", + "resource": { + "resourceType": "Patient", + "id": "3635398", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:10.403-04:00", + "source": "#oCXrXmdk2tGZT075" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635398", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635394", + "resource": { + "resourceType": "Patient", + "id": "3635394", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:11.754-04:00", + "source": "#TgFCKWQedUvjoGmQ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635394", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635406", + "resource": { + "resourceType": "Patient", + "id": "3635406", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:13.574-04:00", + "source": "#J9WG8IqfPxsKeLso" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635406", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635509", + "resource": { + "resourceType": "Patient", + "id": "3635509", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:22.381-04:00", + "source": "#kAPr5Ys38QbsKYzg" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635509", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635505", + "resource": { + "resourceType": "Patient", + "id": "3635505", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:24.053-04:00", + "source": "#yCq0F2XtgOGwzWZU" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635505", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635519", + "resource": { + "resourceType": "Patient", + "id": "3635519", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:24.843-04:00", + "source": "#BsAXiU1nyVxbLwEG" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635519", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635495", + "resource": { + "resourceType": "Patient", + "id": "3635495", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:30.210-04:00", + "source": "#1P07PaaFm22PuwlX" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635495", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635491", + "resource": { + "resourceType": "Patient", + "id": "3635491", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:32.156-04:00", + "source": "#it5Nsz18zQUUz3Xn" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635491", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635503", + "resource": { + "resourceType": "Patient", + "id": "3635503", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:33.826-04:00", + "source": "#belSbdmmgLTGG1zG" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635503", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635501", + "resource": { + "resourceType": "Patient", + "id": "3635501", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:35.145-04:00", + "source": "#e3gl3Npt4x3yaeGL" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635501", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635479", + "resource": { + "resourceType": "Patient", + "id": "3635479", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:38.872-04:00", + "source": "#JqqMOcYgw9q7nvQQ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635479", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635476", + "resource": { + "resourceType": "Patient", + "id": "3635476", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:39.531-04:00", + "source": "#AZgbX4k9hIsB0OGM" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635476", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635475", + "resource": { + "resourceType": "Patient", + "id": "3635475", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:40.183-04:00", + "source": "#v2BWCVDXwCzRjdRT" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635475", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635483", + "resource": { + "resourceType": "Patient", + "id": "3635483", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:45.692-04:00", + "source": "#o5PtncJiCXLflYKq" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635483", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635461", + "resource": { + "resourceType": "Patient", + "id": "3635461", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:48.660-04:00", + "source": "#i8WupPh2hOqHKOXg" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635461", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635471", + "resource": { + "resourceType": "Patient", + "id": "3635471", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:52.565-04:00", + "source": "#soaXklyrz2nJctdq" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635471", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635575", + "resource": { + "resourceType": "Patient", + "id": "3635575", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:58.369-04:00", + "source": "#GqmnNFMSWfS9aeDr" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635575", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635572", + "resource": { + "resourceType": "Patient", + "id": "3635572", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:59.279-04:00", + "source": "#cXBdTxORvT6sqIsT" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635572", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635577", + "resource": { + "resourceType": "Patient", + "id": "3635577", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:05.004-04:00", + "source": "#i7YQzdKE8Iq1FVyG" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635577", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635553", + "resource": { + "resourceType": "Patient", + "id": "3635553", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:08.778-04:00", + "source": "#FG46FcKgJaGoeOqb" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635553", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635565", + "resource": { + "resourceType": "Patient", + "id": "3635565", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:09.463-04:00", + "source": "#YiVDpO7jBKH7LWhi" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635565", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635527", + "resource": { + "resourceType": "Patient", + "id": "3635527", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:17.683-04:00", + "source": "#uBMeFuUwh32CThjk" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635527", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635328", + "resource": { + "resourceType": "Patient", + "id": "3635328", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:17.055-04:00", + "source": "#mf3fzh2eeMZluwZx" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635328", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635444", + "resource": { + "resourceType": "Patient", + "id": "3635444", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:28.868-04:00", + "source": "#DQv5ZTID7IzFlcP3" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635444", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635441", + "resource": { + "resourceType": "Patient", + "id": "3635441", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:30.722-04:00", + "source": "#LqohUb8RcGv6AuPI" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635441", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635448", + "resource": { + "resourceType": "Patient", + "id": "3635448", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:33.973-04:00", + "source": "#N1m8nbOa8cKe668Q" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635448", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635428", + "resource": { + "resourceType": "Patient", + "id": "3635428", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:36.061-04:00", + "source": "#Xs4Wn6WmfN8KiSzA" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635428", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635439", + "resource": { + "resourceType": "Patient", + "id": "3635439", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:38.303-04:00", + "source": "#hQ3WlYG6Sx77p5uF" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635439", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635437", + "resource": { + "resourceType": "Patient", + "id": "3635437", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:39.791-04:00", + "source": "#Fw5zHRZWu1jfwTkh" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635437", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635410", + "resource": { + "resourceType": "Patient", + "id": "3635410", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:57.551-04:00", + "source": "#iSCFq4EhtSitpjNt" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635410", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635409", + "resource": { + "resourceType": "Patient", + "id": "3635409", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:58.028-04:00", + "source": "#TAHq7o8QglDgqTM5" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635409", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635419", + "resource": { + "resourceType": "Patient", + "id": "3635419", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:03.571-04:00", + "source": "#TqaGwYzvTAiHhNy4" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635419", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635397", + "resource": { + "resourceType": "Patient", + "id": "3635397", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:10.606-04:00", + "source": "#QQ7QiTTg7PDD4shh" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635397", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635392", + "resource": { + "resourceType": "Patient", + "id": "3635392", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:12.278-04:00", + "source": "#W5e5D6suyaKvUCqT" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635392", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635405", + "resource": { + "resourceType": "Patient", + "id": "3635405", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:14.278-04:00", + "source": "#J8UwzEyX1H0nHa46" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635405", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635402", + "resource": { + "resourceType": "Patient", + "id": "3635402", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:17.044-04:00", + "source": "#rD7qicbF0V4rbzhe" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635402", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635506", + "resource": { + "resourceType": "Patient", + "id": "3635506", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:23.690-04:00", + "source": "#3biG4NLPVX1G2FRw" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635506", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635515", + "resource": { + "resourceType": "Patient", + "id": "3635515", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:27.745-04:00", + "source": "#Dr4g5WyiCImBqdbu" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635515", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635493", + "resource": { + "resourceType": "Patient", + "id": "3635493", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:31.364-04:00", + "source": "#uSkPOWLK0Qjxm8KG" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635493", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635457", + "resource": { + "resourceType": "Patient", + "id": "3635457", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:51.353-04:00", + "source": "#CWNJGbyg6wR5hxWB" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635457", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635571", + "resource": { + "resourceType": "Patient", + "id": "3635571", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:59.329-04:00", + "source": "#MCBHCvpmlLppUCdz" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635571", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635568", + "resource": { + "resourceType": "Patient", + "id": "3635568", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:59.726-04:00", + "source": "#IPVA3ihRJAy72jo1" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635568", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635580", + "resource": { + "resourceType": "Patient", + "id": "3635580", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:03.658-04:00", + "source": "#fEIuJb9m0O7eWNZi" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635580", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635566", + "resource": { + "resourceType": "Patient", + "id": "3635566", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:09.144-04:00", + "source": "#53um72zOscU8aNc8" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635566", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635562", + "resource": { + "resourceType": "Patient", + "id": "3635562", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:10.748-04:00", + "source": "#YeJYnrPsf4gjlmpE" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635562", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635539", + "resource": { + "resourceType": "Patient", + "id": "3635539", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:14.199-04:00", + "source": "#nmoveg5WTQqY4GH3" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635539", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635623", + "resource": { + "resourceType": "Patient", + "id": "3635623", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:26.241-04:00", + "source": "#qfvcwYM4d6phoEwp" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635623", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635603", + "resource": { + "resourceType": "Patient", + "id": "3635603", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:30.903-04:00", + "source": "#7xq5hcWROJmij1lF" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635603", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635615", + "resource": { + "resourceType": "Patient", + "id": "3635615", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:33.619-04:00", + "source": "#9bv2HAho1zTgUXzY" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635615", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635591", + "resource": { + "resourceType": "Patient", + "id": "3635591", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:34.449-04:00", + "source": "#qXBEZ4IlWQEoF5F3" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635591", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635597", + "resource": { + "resourceType": "Patient", + "id": "3635597", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:36.709-04:00", + "source": "#QGS6MgFld5TzrR35" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635597", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635431", + "resource": { + "resourceType": "Patient", + "id": "3635431", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:34.430-04:00", + "source": "#TYHTr2FjH76hbU0z" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635431", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635429", + "resource": { + "resourceType": "Patient", + "id": "3635429", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:35.509-04:00", + "source": "#IG8mtbC5VKRlz9WY" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635429", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635427", + "resource": { + "resourceType": "Patient", + "id": "3635427", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:36.649-04:00", + "source": "#UAPF6RVXUbZtQVI4" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635427", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635424", + "resource": { + "resourceType": "Patient", + "id": "3635424", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:38.157-04:00", + "source": "#wKcIMm5Io2qU6Ado" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635424", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635438", + "resource": { + "resourceType": "Patient", + "id": "3635438", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:39.612-04:00", + "source": "#SZsLtVyAP1T6g1xR" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635438", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635411", + "resource": { + "resourceType": "Patient", + "id": "3635411", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:57.381-04:00", + "source": "#YTAGe9k6OHu8rxq1" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635411", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635418", + "resource": { + "resourceType": "Patient", + "id": "3635418", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:04.081-04:00", + "source": "#j5ayWitZVeeZVzxL" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635418", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635407", + "resource": { + "resourceType": "Patient", + "id": "3635407", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:12.737-04:00", + "source": "#Kf73pVqyoNjQZ8AD" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635407", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635403", + "resource": { + "resourceType": "Patient", + "id": "3635403", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:16.566-04:00", + "source": "#3BAV0GCYA3fW22TQ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635403", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635508", + "resource": { + "resourceType": "Patient", + "id": "3635508", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:22.563-04:00", + "source": "#GgpV5Uf0kwrc1LDj" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635508", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635517", + "resource": { + "resourceType": "Patient", + "id": "3635517", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:27.088-04:00", + "source": "#GUxN678lO6oqxfWe" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635517", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635516", + "resource": { + "resourceType": "Patient", + "id": "3635516", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:27.554-04:00", + "source": "#IQqtXbQ7MifAoSJe" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635516", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635488", + "resource": { + "resourceType": "Patient", + "id": "3635488", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:33.535-04:00", + "source": "#gBteSIuGSfA3T1Re" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635488", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635477", + "resource": { + "resourceType": "Patient", + "id": "3635477", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:39.254-04:00", + "source": "#gmhT6EaZh1vIRvhv" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635477", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635486", + "resource": { + "resourceType": "Patient", + "id": "3635486", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:43.713-04:00", + "source": "#jVtKDIxnrpw15jEM" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635486", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635569", + "resource": { + "resourceType": "Patient", + "id": "3635569", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:59.666-04:00", + "source": "#q6A5xSmJ7wOzgkr2" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635569", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635581", + "resource": { + "resourceType": "Patient", + "id": "3635581", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:03.591-04:00", + "source": "#z9vcfdO1oeIZdto1" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635581", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635578", + "resource": { + "resourceType": "Patient", + "id": "3635578", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:04.880-04:00", + "source": "#B3eCa58QGriYW0D9" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635578", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635576", + "resource": { + "resourceType": "Patient", + "id": "3635576", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:05.099-04:00", + "source": "#mhgRhcmsM2ab6V1i" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635576", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635552", + "resource": { + "resourceType": "Patient", + "id": "3635552", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:08.890-04:00", + "source": "#o4rwWgdgpRQyyEXw" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635552", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635567", + "resource": { + "resourceType": "Patient", + "id": "3635567", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:09.039-04:00", + "source": "#XB8uKtlG8GL2BmVc" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635567", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635563", + "resource": { + "resourceType": "Patient", + "id": "3635563", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:10.681-04:00", + "source": "#HLH2spCoxlkHz8Rh" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635563", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635525", + "resource": { + "resourceType": "Patient", + "id": "3635525", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:17.792-04:00", + "source": "#KM7Y3AsOsLot2Mgz" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635525", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635638", + "resource": { + "resourceType": "Patient", + "id": "3635638", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:22.722-04:00", + "source": "#LZKLZSyMBqWOJY6D" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635638", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635637", + "resource": { + "resourceType": "Patient", + "id": "3635637", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:22.790-04:00", + "source": "#k5YeqgxukiDebyu3" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635637", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635634", + "resource": { + "resourceType": "Patient", + "id": "3635634", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:22.986-04:00", + "source": "#kKPM5cxNvEBrPPkb" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635634", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635640", + "resource": { + "resourceType": "Patient", + "id": "3635640", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:26.175-04:00", + "source": "#k7lgus7aCWPytHLn" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635640", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635616", + "resource": { + "resourceType": "Patient", + "id": "3635616", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:28.486-04:00", + "source": "#dHkEBW4YWl3ulKn9" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635616", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635624", + "resource": { + "resourceType": "Patient", + "id": "3635624", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:30.291-04:00", + "source": "#1jL2xJYccJAKmnKg" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635624", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635607", + "resource": { + "resourceType": "Patient", + "id": "3635607", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:30.430-04:00", + "source": "#ilsQooY9vvSUbpr2" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635607", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635601", + "resource": { + "resourceType": "Patient", + "id": "3635601", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:32.803-04:00", + "source": "#EGUkJ1DC41khF9V1" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635601", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635614", + "resource": { + "resourceType": "Patient", + "id": "3635614", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:33.772-04:00", + "source": "#fuoOSK9WzQwQPS6Z" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635614", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635612", + "resource": { + "resourceType": "Patient", + "id": "3635612", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:33.975-04:00", + "source": "#FCuzX4MNldrkwqtF" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635612", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635610", + "resource": { + "resourceType": "Patient", + "id": "3635610", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:34.154-04:00", + "source": "#3qz7cX6BQk438aFO" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635610", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635594", + "resource": { + "resourceType": "Patient", + "id": "3635594", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:37.697-04:00", + "source": "#zey8ioAvofvrFKSN" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635594", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635593", + "resource": { + "resourceType": "Patient", + "id": "3635593", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:37.767-04:00", + "source": "#S8i2kf7SK6CSTKff" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635593", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635680", + "resource": { + "resourceType": "Patient", + "id": "3635680", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:43.680-04:00", + "source": "#VJZRt7FUdeI6YFWs" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635680", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635695", + "resource": { + "resourceType": "Patient", + "id": "3635695", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:43.748-04:00", + "source": "#Q2qSPgxwBXtJS2X7" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635695", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635689", + "resource": { + "resourceType": "Patient", + "id": "3635689", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:44.835-04:00", + "source": "#3OKbEf4G9XW2eJup" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635689", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635674", + "resource": { + "resourceType": "Patient", + "id": "3635674", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:47.279-04:00", + "source": "#D5u9wQShde28mBuR" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635674", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635750", + "resource": { + "resourceType": "Patient", + "id": "3635750", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:58.270-04:00", + "source": "#NK8kYc55gB7bfgC8" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635750", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635745", + "resource": { + "resourceType": "Patient", + "id": "3635745", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:59.537-04:00", + "source": "#N1E6pEOWqQIgoXs1" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635745", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635756", + "resource": { + "resourceType": "Patient", + "id": "3635756", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:01.099-04:00", + "source": "#X7h4TMlKkEnBZU0Q" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635756", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635742", + "resource": { + "resourceType": "Patient", + "id": "3635742", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:03.123-04:00", + "source": "#ZP4HdBJVtLCKwjN6" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635742", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635435", + "resource": { + "resourceType": "Patient", + "id": "3635435", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:41.963-04:00", + "source": "#oGxfQAaACcbqmtk9" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635435", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635433", + "resource": { + "resourceType": "Patient", + "id": "3635433", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:53.200-04:00", + "source": "#0PdtIP5Q3eFbFrHu" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635433", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635413", + "resource": { + "resourceType": "Patient", + "id": "3635413", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:55.385-04:00", + "source": "#UhCwBOkwIll0CoBC" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635413", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635408", + "resource": { + "resourceType": "Patient", + "id": "3635408", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:40:58.885-04:00", + "source": "#56SGe6uUSJtKq5mu" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635408", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635423", + "resource": { + "resourceType": "Patient", + "id": "3635423", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:00.320-04:00", + "source": "#OdBsbCM1ZsBnYl6q" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635423", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635401", + "resource": { + "resourceType": "Patient", + "id": "3635401", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:18.166-04:00", + "source": "#aptBd3GF6YMeLxZv" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635401", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635511", + "resource": { + "resourceType": "Patient", + "id": "3635511", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:20.784-04:00", + "source": "#KA55XJEFijoE4l5J" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635511", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635498", + "resource": { + "resourceType": "Patient", + "id": "3635498", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:36.326-04:00", + "source": "#VC9UU12PkuFuEiX0" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635498", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635482", + "resource": { + "resourceType": "Patient", + "id": "3635482", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:45.843-04:00", + "source": "#8fNB1RoENe58dMZ9" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635482", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635481", + "resource": { + "resourceType": "Patient", + "id": "3635481", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:46.588-04:00", + "source": "#xGATI0u9YIhnIEUD" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635481", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635456", + "resource": { + "resourceType": "Patient", + "id": "3635456", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:51.894-04:00", + "source": "#nZilX0axcbecGvkZ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635456", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635470", + "resource": { + "resourceType": "Patient", + "id": "3635470", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:52.765-04:00", + "source": "#1LymwGeZvfdgvEui" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635470", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635574", + "resource": { + "resourceType": "Patient", + "id": "3635574", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:58.458-04:00", + "source": "#Pezz7qOBcudi0TIs" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635574", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635555", + "resource": { + "resourceType": "Patient", + "id": "3635555", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:07.207-04:00", + "source": "#qI5S8g7XwnpIUcRQ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635555", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635542", + "resource": { + "resourceType": "Patient", + "id": "3635542", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:12.797-04:00", + "source": "#F2GYp0LQADRV4fSq" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635542", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635538", + "resource": { + "resourceType": "Patient", + "id": "3635538", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:14.303-04:00", + "source": "#ONaKqFxbTwVVJvJz" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635538", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635551", + "resource": { + "resourceType": "Patient", + "id": "3635551", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:16.087-04:00", + "source": "#KIUicuPrj5rJwLJi" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635551", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635545", + "resource": { + "resourceType": "Patient", + "id": "3635545", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:17.287-04:00", + "source": "#qEdd7g9slOQJhxSv" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635545", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635523", + "resource": { + "resourceType": "Patient", + "id": "3635523", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:18.993-04:00", + "source": "#pWUHBOvGwwzEt754" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635523", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635520", + "resource": { + "resourceType": "Patient", + "id": "3635520", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:20.483-04:00", + "source": "#eInzp94gO2G70xDk" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635520", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635531", + "resource": { + "resourceType": "Patient", + "id": "3635531", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:22.165-04:00", + "source": "#efVU6hYqN9e3v0ZK" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635531", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635647", + "resource": { + "resourceType": "Patient", + "id": "3635647", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:23.422-04:00", + "source": "#nLGhoFZhYIff177p" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635647", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635641", + "resource": { + "resourceType": "Patient", + "id": "3635641", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:25.904-04:00", + "source": "#Uq8qavKDdOHkzMSo" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635641", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635631", + "resource": { + "resourceType": "Patient", + "id": "3635631", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:28.561-04:00", + "source": "#5SvhVxXwVHGP4lgN" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635631", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635588", + "resource": { + "resourceType": "Patient", + "id": "3635588", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:35.447-04:00", + "source": "#zCdS0FHZBWC7hhnj" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635588", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635587", + "resource": { + "resourceType": "Patient", + "id": "3635587", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:35.959-04:00", + "source": "#ipfO08ZxGLy3PkAL" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635587", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635703", + "resource": { + "resourceType": "Patient", + "id": "3635703", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:38.079-04:00", + "source": "#HMdQgKTwI6MLgz3Z" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635703", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635699", + "resource": { + "resourceType": "Patient", + "id": "3635699", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:40.391-04:00", + "source": "#vFJxoNjUKGFYMGlR" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635699", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635684", + "resource": { + "resourceType": "Patient", + "id": "3635684", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:42.449-04:00", + "source": "#UKlVtDonPn1i1NbS" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635684", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635691", + "resource": { + "resourceType": "Patient", + "id": "3635691", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:44.377-04:00", + "source": "#s6FTHdIKSxg3h56L" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635691", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635671", + "resource": { + "resourceType": "Patient", + "id": "3635671", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:44.942-04:00", + "source": "#jKdPM0fnEXlsTS3N" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635671", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635677", + "resource": { + "resourceType": "Patient", + "id": "3635677", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:46.766-04:00", + "source": "#WNT9HhdGvxi8ljf2" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635677", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635655", + "resource": { + "resourceType": "Patient", + "id": "3635655", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:47.441-04:00", + "source": "#xdqGin7FpgqcpU00" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635655", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635653", + "resource": { + "resourceType": "Patient", + "id": "3635653", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:48.592-04:00", + "source": "#OJxhEySJkD37BMGk" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635653", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635652", + "resource": { + "resourceType": "Patient", + "id": "3635652", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:49.261-04:00", + "source": "#5sC5EdbeZZASfcRM" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635652", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635396", + "resource": { + "resourceType": "Patient", + "id": "3635396", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:10.884-04:00", + "source": "#dV0GdETnpRyygWRY" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635396", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635507", + "resource": { + "resourceType": "Patient", + "id": "3635507", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:22.677-04:00", + "source": "#4O3lbvpDQJygFUC8" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635507", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635504", + "resource": { + "resourceType": "Patient", + "id": "3635504", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:24.463-04:00", + "source": "#Zd0FFJgtb9T6atzK" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635504", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635496", + "resource": { + "resourceType": "Patient", + "id": "3635496", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:38.035-04:00", + "source": "#MqVXJ4C0PUmb7Oy1" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635496", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635474", + "resource": { + "resourceType": "Patient", + "id": "3635474", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:40.983-04:00", + "source": "#WyEaO35bekJIzckP" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635474", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635473", + "resource": { + "resourceType": "Patient", + "id": "3635473", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:41.814-04:00", + "source": "#bEynVIx53QN6DqAC" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635473", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635472", + "resource": { + "resourceType": "Patient", + "id": "3635472", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:42.590-04:00", + "source": "#F20iDht7UaPEuy11" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635472", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635485", + "resource": { + "resourceType": "Patient", + "id": "3635485", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:43.943-04:00", + "source": "#nv73eoXgTIHjNW6Y" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635485", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635480", + "resource": { + "resourceType": "Patient", + "id": "3635480", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:47.187-04:00", + "source": "#rpcLHaiGb2oLWl7i" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635480", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635468", + "resource": { + "resourceType": "Patient", + "id": "3635468", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:53.679-04:00", + "source": "#UVD4q8GlEbcQF4XD" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635468", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635465", + "resource": { + "resourceType": "Patient", + "id": "3635465", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:56.710-04:00", + "source": "#MSU9pQHAmbtI0pNi" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635465", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635458", + "resource": { + "resourceType": "Patient", + "id": "3635458", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:51.178-04:00", + "source": "#bDnf7eelAMl2oRwz" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635458", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635573", + "resource": { + "resourceType": "Patient", + "id": "3635573", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:59.172-04:00", + "source": "#SFh7I7pqDKb71voj" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635573", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635558", + "resource": { + "resourceType": "Patient", + "id": "3635558", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:06.176-04:00", + "source": "#DuQTTebUZMIdpBp2" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635558", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635556", + "resource": { + "resourceType": "Patient", + "id": "3635556", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:07.098-04:00", + "source": "#HvucDaTF4EGAfzv3" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635556", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635560", + "resource": { + "resourceType": "Patient", + "id": "3635560", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:11.031-04:00", + "source": "#ez28I7LMql8V2i6F" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635560", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635541", + "resource": { + "resourceType": "Patient", + "id": "3635541", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:13.283-04:00", + "source": "#JW1GIQusdLTBsfRP" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635541", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635550", + "resource": { + "resourceType": "Patient", + "id": "3635550", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:16.469-04:00", + "source": "#IIYbkqchE8bfuqrZ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635550", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635548", + "resource": { + "resourceType": "Patient", + "id": "3635548", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:16.862-04:00", + "source": "#pIQjb6JJmdCACxbJ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635548", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635546", + "resource": { + "resourceType": "Patient", + "id": "3635546", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:17.172-04:00", + "source": "#SayVhZyuwL9Ynild" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635546", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635521", + "resource": { + "resourceType": "Patient", + "id": "3635521", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:20.248-04:00", + "source": "#FZLAKEiy2c0qG9rE" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635521", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635534", + "resource": { + "resourceType": "Patient", + "id": "3635534", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:21.105-04:00", + "source": "#omQGAzVbBuQGWrpg" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635534", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635529", + "resource": { + "resourceType": "Patient", + "id": "3635529", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:22.532-04:00", + "source": "#sBLsZmWFFvAoxCGO" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635529", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635639", + "resource": { + "resourceType": "Patient", + "id": "3635639", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:22.641-04:00", + "source": "#yjCzR7fT1gZUokHa" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635639", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635644", + "resource": { + "resourceType": "Patient", + "id": "3635644", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:23.997-04:00", + "source": "#DjNIbab58MTB9oJH" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635644", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635621", + "resource": { + "resourceType": "Patient", + "id": "3635621", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:27.280-04:00", + "source": "#yX4aIvNkRetFwPk7" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635621", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635620", + "resource": { + "resourceType": "Patient", + "id": "3635620", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:27.334-04:00", + "source": "#Jc6iHZKsRfEPoSoq" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635620", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635619", + "resource": { + "resourceType": "Patient", + "id": "3635619", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:27.412-04:00", + "source": "#ynpydBMj3GCU5Rti" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635619", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635617", + "resource": { + "resourceType": "Patient", + "id": "3635617", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:28.299-04:00", + "source": "#HutOro0FWmTRBUB4" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635617", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635627", + "resource": { + "resourceType": "Patient", + "id": "3635627", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:29.600-04:00", + "source": "#lEDAwUuiegTLJgJM" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635627", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635626", + "resource": { + "resourceType": "Patient", + "id": "3635626", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:29.755-04:00", + "source": "#BgS3CI2xRcQ3etcc" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635626", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635625", + "resource": { + "resourceType": "Patient", + "id": "3635625", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:29.996-04:00", + "source": "#fkRls8XtZVqMi9iV" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635625", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635613", + "resource": { + "resourceType": "Patient", + "id": "3635613", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:33.839-04:00", + "source": "#xskFB1an0G0axtya" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635613", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635611", + "resource": { + "resourceType": "Patient", + "id": "3635611", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:34.056-04:00", + "source": "#sx1niM1yKQSUXohq" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635611", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635609", + "resource": { + "resourceType": "Patient", + "id": "3635609", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:34.215-04:00", + "source": "#83OYUjmdiidt2d5s" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635609", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635701", + "resource": { + "resourceType": "Patient", + "id": "3635701", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:38.767-04:00", + "source": "#7QV62Es3IkdWP4ZT" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635701", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635704", + "resource": { + "resourceType": "Patient", + "id": "3635704", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:42.198-04:00", + "source": "#ZkDuTWkzgUCIQhfS" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635704", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635690", + "resource": { + "resourceType": "Patient", + "id": "3635690", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:44.774-04:00", + "source": "#S8l295uF4gllXRET" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635690", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635670", + "resource": { + "resourceType": "Patient", + "id": "3635670", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:45.295-04:00", + "source": "#tdrwTmmCd88NvGl4" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635670", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635678", + "resource": { + "resourceType": "Patient", + "id": "3635678", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:46.702-04:00", + "source": "#Xpihg4UrSM4oaLIW" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635678", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635673", + "resource": { + "resourceType": "Patient", + "id": "3635673", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:47.335-04:00", + "source": "#RnsfRGwQfZSL0465" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635673", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635662", + "resource": { + "resourceType": "Patient", + "id": "3635662", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:51.344-04:00", + "source": "#Fgw2Owgyl0aw3Dfp" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635662", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635657", + "resource": { + "resourceType": "Patient", + "id": "3635657", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:53.661-04:00", + "source": "#HvpOc9s4TnSRS4Yi" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635657", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635773", + "resource": { + "resourceType": "Patient", + "id": "3635773", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:57.370-04:00", + "source": "#8VOGX84th5VQh9Qd" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635773", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635769", + "resource": { + "resourceType": "Patient", + "id": "3635769", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:57.860-04:00", + "source": "#qyKxLunnLmhhqZ6q" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635769", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635746", + "resource": { + "resourceType": "Patient", + "id": "3635746", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:59.480-04:00", + "source": "#Fns4wCQgVHFNyEWa" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635746", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635758", + "resource": { + "resourceType": "Patient", + "id": "3635758", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:00.079-04:00", + "source": "#MKNcjmx5Gvvv30EG" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635758", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635755", + "resource": { + "resourceType": "Patient", + "id": "3635755", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:01.291-04:00", + "source": "#LfOdtzfMMm0b1eiM" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635755", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635753", + "resource": { + "resourceType": "Patient", + "id": "3635753", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:01.996-04:00", + "source": "#lEKPwuSX8e9sps7n" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635753", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635733", + "resource": { + "resourceType": "Patient", + "id": "3635733", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:02.460-04:00", + "source": "#MKwe05Ld2RpnJyN5" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635733", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635729", + "resource": { + "resourceType": "Patient", + "id": "3635729", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:02.901-04:00", + "source": "#4IxNFL4YHUZznoWo" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635729", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635728", + "resource": { + "resourceType": "Patient", + "id": "3635728", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:02.964-04:00", + "source": "#4B2RquhPzGKgE6AU" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635728", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635719", + "resource": { + "resourceType": "Patient", + "id": "3635719", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:04.625-04:00", + "source": "#3QsG6uCnwYDmpW33" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635719", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635829", + "resource": { + "resourceType": "Patient", + "id": "3635829", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:09.691-04:00", + "source": "#jsa4mSVPlaoifv5W" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635829", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635824", + "resource": { + "resourceType": "Patient", + "id": "3635824", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:11.241-04:00", + "source": "#EVM6YxaND2TWXmJg" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635824", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635836", + "resource": { + "resourceType": "Patient", + "id": "3635836", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:11.969-04:00", + "source": "#h2zDPRxEKUw86F6Q" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635836", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635802", + "resource": { + "resourceType": "Patient", + "id": "3635802", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:21.067-04:00", + "source": "#iNvOvSEMHPrY3XZV" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635802", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635464", + "resource": { + "resourceType": "Patient", + "id": "3635464", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:58.285-04:00", + "source": "#3wq0Tt8heJn7Eloo" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635464", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635570", + "resource": { + "resourceType": "Patient", + "id": "3635570", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:41:59.570-04:00", + "source": "#su29cCuofNpNyfkW" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635570", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635561", + "resource": { + "resourceType": "Patient", + "id": "3635561", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:10.975-04:00", + "source": "#T5WttQDs7HwwotTh" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635561", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635549", + "resource": { + "resourceType": "Patient", + "id": "3635549", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:16.587-04:00", + "source": "#1lJ4EnPDyzdSewVW" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635549", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635547", + "resource": { + "resourceType": "Patient", + "id": "3635547", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:17.047-04:00", + "source": "#8wyLS3gNzDpvmH6x" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635547", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635544", + "resource": { + "resourceType": "Patient", + "id": "3635544", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:17.581-04:00", + "source": "#EpmmmkEP3IIKshkE" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635544", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635522", + "resource": { + "resourceType": "Patient", + "id": "3635522", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:20.068-04:00", + "source": "#Gdwx3760K59rE9QS" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635522", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635530", + "resource": { + "resourceType": "Patient", + "id": "3635530", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:22.475-04:00", + "source": "#mtdKfDTQWZbTfstn" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635530", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635528", + "resource": { + "resourceType": "Patient", + "id": "3635528", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:22.588-04:00", + "source": "#XMCrrnceCVI4BDrA" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635528", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635636", + "resource": { + "resourceType": "Patient", + "id": "3635636", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:22.867-04:00", + "source": "#OlsZeit2dOU9gzj7" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635636", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635633", + "resource": { + "resourceType": "Patient", + "id": "3635633", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:23.285-04:00", + "source": "#4Z9MuqSqbVKIMRfb" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635633", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635645", + "resource": { + "resourceType": "Patient", + "id": "3635645", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:23.944-04:00", + "source": "#jBArAX9itPIkLs6e" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635645", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635630", + "resource": { + "resourceType": "Patient", + "id": "3635630", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:29.277-04:00", + "source": "#bqCow9UFZrAkkquf" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635630", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635606", + "resource": { + "resourceType": "Patient", + "id": "3635606", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:30.557-04:00", + "source": "#s5xT2rOwAydt0ap1" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635606", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635605", + "resource": { + "resourceType": "Patient", + "id": "3635605", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:30.666-04:00", + "source": "#UOUWoeUzU0SvZNzx" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635605", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635608", + "resource": { + "resourceType": "Patient", + "id": "3635608", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:34.321-04:00", + "source": "#MlL1NnxtHH5PCenZ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635608", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635590", + "resource": { + "resourceType": "Patient", + "id": "3635590", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:34.594-04:00", + "source": "#6JlDvtZ7yGftf6OZ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635590", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635585", + "resource": { + "resourceType": "Patient", + "id": "3635585", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:36.352-04:00", + "source": "#aBcKebkoulDqu7dy" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635585", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635584", + "resource": { + "resourceType": "Patient", + "id": "3635584", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:36.562-04:00", + "source": "#Qlo4rwQtdUOI1NeH" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635584", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635596", + "resource": { + "resourceType": "Patient", + "id": "3635596", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:36.872-04:00", + "source": "#9jSQEQPJtxrXwyLR" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635596", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635592", + "resource": { + "resourceType": "Patient", + "id": "3635592", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:38.011-04:00", + "source": "#WdNP9zfFwHKKWnF8" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635592", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635697", + "resource": { + "resourceType": "Patient", + "id": "3635697", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:41.073-04:00", + "source": "#HfEUVaPQvXL9XCn3" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635697", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635708", + "resource": { + "resourceType": "Patient", + "id": "3635708", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:41.857-04:00", + "source": "#AGMG2AGVx5oIBXOz" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635708", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635706", + "resource": { + "resourceType": "Patient", + "id": "3635706", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:41.967-04:00", + "source": "#v6CTdmWc5L2d9T2V" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635706", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635687", + "resource": { + "resourceType": "Patient", + "id": "3635687", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:42.260-04:00", + "source": "#Cw56oD7fHhsc6Wnx" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635687", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635694", + "resource": { + "resourceType": "Patient", + "id": "3635694", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:43.836-04:00", + "source": "#SmclyV5mRHkfojBP" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635694", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635688", + "resource": { + "resourceType": "Patient", + "id": "3635688", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:44.886-04:00", + "source": "#bMm5k0hH9fwyha2I" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635688", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635651", + "resource": { + "resourceType": "Patient", + "id": "3635651", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:49.980-04:00", + "source": "#lMj7SUE41G791gdI" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635651", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635663", + "resource": { + "resourceType": "Patient", + "id": "3635663", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:51.268-04:00", + "source": "#FUW4jGK1e01uExIO" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635663", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635767", + "resource": { + "resourceType": "Patient", + "id": "3635767", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:54.379-04:00", + "source": "#BlUr27KNQVZAiuNo" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635767", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635764", + "resource": { + "resourceType": "Patient", + "id": "3635764", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:55.384-04:00", + "source": "#lAaSKdWtSA9I4vfP" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635764", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635760", + "resource": { + "resourceType": "Patient", + "id": "3635760", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:56.465-04:00", + "source": "#eBFb0o8laoG8QHgU" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635760", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635770", + "resource": { + "resourceType": "Patient", + "id": "3635770", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:57.765-04:00", + "source": "#OYydjE35CoyN5e5L" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635770", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635751", + "resource": { + "resourceType": "Patient", + "id": "3635751", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:58.173-04:00", + "source": "#ua3s5Y4IoWARlv87" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635751", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635749", + "resource": { + "resourceType": "Patient", + "id": "3635749", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:58.349-04:00", + "source": "#sFa1LzTMssXozUXz" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635749", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635731", + "resource": { + "resourceType": "Patient", + "id": "3635731", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:02.668-04:00", + "source": "#e6BZp6jsukMPjR72" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635731", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635743", + "resource": { + "resourceType": "Patient", + "id": "3635743", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:03.072-04:00", + "source": "#avkLeKTotHg63uFZ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635743", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635736", + "resource": { + "resourceType": "Patient", + "id": "3635736", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:04.568-04:00", + "source": "#WRGNtfbGWi4YLgKt" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635736", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635725", + "resource": { + "resourceType": "Patient", + "id": "3635725", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:07.782-04:00", + "source": "#l4Oi6JrmFYxPsVD7" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635725", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635827", + "resource": { + "resourceType": "Patient", + "id": "3635827", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:09.966-04:00", + "source": "#UrtSf8lF2OXvEssi" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635827", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635814", + "resource": { + "resourceType": "Patient", + "id": "3635814", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:12.992-04:00", + "source": "#FQz1eZXvMw2u7Kdm" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635814", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635810", + "resource": { + "resourceType": "Patient", + "id": "3635810", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:14.079-04:00", + "source": "#iZfiGflNL24Okp4P" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635810", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635819", + "resource": { + "resourceType": "Patient", + "id": "3635819", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:15.169-04:00", + "source": "#ZHWfbFHB3c2Jmhf2" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635819", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635799", + "resource": { + "resourceType": "Patient", + "id": "3635799", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:16.582-04:00", + "source": "#oKLISKPPDgKrJ2fu" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635799", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635793", + "resource": { + "resourceType": "Patient", + "id": "3635793", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:18.201-04:00", + "source": "#ToFR8474fDm1fC18" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635793", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635805", + "resource": { + "resourceType": "Patient", + "id": "3635805", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:20.088-04:00", + "source": "#UThiUsFQkTYAROMp" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635805", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635803", + "resource": { + "resourceType": "Patient", + "id": "3635803", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:20.980-04:00", + "source": "#WlWlemeTZPYrDWJT" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635803", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635800", + "resource": { + "resourceType": "Patient", + "id": "3635800", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:21.479-04:00", + "source": "#4ZLWTpXg0bIuZYrw" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635800", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635780", + "resource": { + "resourceType": "Patient", + "id": "3635780", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:22.385-04:00", + "source": "#Myoil8eSZ08thAsS" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635780", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635779", + "resource": { + "resourceType": "Patient", + "id": "3635779", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:22.446-04:00", + "source": "#A7jJeXiwzbPtFC8Z" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635779", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635526", + "resource": { + "resourceType": "Patient", + "id": "3635526", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:17.730-04:00", + "source": "#OoSCHPzcbbKhScA5" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635526", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635535", + "resource": { + "resourceType": "Patient", + "id": "3635535", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:20.976-04:00", + "source": "#WHme2y6OMBNIVVMa" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635535", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635532", + "resource": { + "resourceType": "Patient", + "id": "3635532", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:22.088-04:00", + "source": "#DQWKoY7H9CYsodii" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635532", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635635", + "resource": { + "resourceType": "Patient", + "id": "3635635", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:22.920-04:00", + "source": "#6Be4QzNhcZetcVZ6" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635635", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635632", + "resource": { + "resourceType": "Patient", + "id": "3635632", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:23.370-04:00", + "source": "#swfuBxP1N7GNLzX7" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635632", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635646", + "resource": { + "resourceType": "Patient", + "id": "3635646", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:23.877-04:00", + "source": "#hP33W7oWK8Pg2Ymp" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635646", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635629", + "resource": { + "resourceType": "Patient", + "id": "3635629", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:29.352-04:00", + "source": "#uyUja3zjqmbwf5I7" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635629", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635628", + "resource": { + "resourceType": "Patient", + "id": "3635628", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:29.540-04:00", + "source": "#GHxzKLOMwVoBkbQz" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635628", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635604", + "resource": { + "resourceType": "Patient", + "id": "3635604", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:30.788-04:00", + "source": "#FL1XGPcvXzkTnEVJ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635604", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635586", + "resource": { + "resourceType": "Patient", + "id": "3635586", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:36.292-04:00", + "source": "#kB9cliIlBnjBJZMm" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635586", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635599", + "resource": { + "resourceType": "Patient", + "id": "3635599", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:36.615-04:00", + "source": "#ClBfVVKLM49JbDBM" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635599", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635598", + "resource": { + "resourceType": "Patient", + "id": "3635598", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:36.663-04:00", + "source": "#YG6TdCO8ZjfrlvUd" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635598", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635711", + "resource": { + "resourceType": "Patient", + "id": "3635711", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:41.377-04:00", + "source": "#D6pvLonijrqQ0WNo" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635711", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635710", + "resource": { + "resourceType": "Patient", + "id": "3635710", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:41.427-04:00", + "source": "#TBTYx7upnshqKhPb" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635710", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635707", + "resource": { + "resourceType": "Patient", + "id": "3635707", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:41.910-04:00", + "source": "#XlvSG3bEfyINd3lm" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635707", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635686", + "resource": { + "resourceType": "Patient", + "id": "3635686", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:42.313-04:00", + "source": "#wqcZ4baXOztVovWv" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635686", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635685", + "resource": { + "resourceType": "Patient", + "id": "3635685", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:42.362-04:00", + "source": "#dvmN334mOYVdhIwF" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635685", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635683", + "resource": { + "resourceType": "Patient", + "id": "3635683", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:42.766-04:00", + "source": "#4iU6BzJ1jGh9k03G" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635683", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635669", + "resource": { + "resourceType": "Patient", + "id": "3635669", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:45.354-04:00", + "source": "#MPhFY0ApLZuXkfgw" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635669", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635668", + "resource": { + "resourceType": "Patient", + "id": "3635668", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:45.407-04:00", + "source": "#RIRdYrRAy94owTgK" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635668", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635667", + "resource": { + "resourceType": "Patient", + "id": "3635667", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:45.464-04:00", + "source": "#8DFLG05x8cwXsdH7" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635667", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635676", + "resource": { + "resourceType": "Patient", + "id": "3635676", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:47.166-04:00", + "source": "#v3cQoa72fJjey8l7" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635676", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635675", + "resource": { + "resourceType": "Patient", + "id": "3635675", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:47.220-04:00", + "source": "#tucEqA09g1Aw1sSU" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635675", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635672", + "resource": { + "resourceType": "Patient", + "id": "3635672", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:47.390-04:00", + "source": "#2BpF3fPBf3SO37HT" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635672", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635660", + "resource": { + "resourceType": "Patient", + "id": "3635660", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:51.974-04:00", + "source": "#BsgDZLWnqn9uT4cn" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635660", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635766", + "resource": { + "resourceType": "Patient", + "id": "3635766", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:54.467-04:00", + "source": "#ASIslOPH1xndZnJx" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635766", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635772", + "resource": { + "resourceType": "Patient", + "id": "3635772", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:57.464-04:00", + "source": "#EfHJEbr5suITBzIe" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635772", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635735", + "resource": { + "resourceType": "Patient", + "id": "3635735", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:02.274-04:00", + "source": "#2eU6slboylH5aHxU" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635735", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635741", + "resource": { + "resourceType": "Patient", + "id": "3635741", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:03.176-04:00", + "source": "#VINDx0j4E48zSStJ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635741", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635738", + "resource": { + "resourceType": "Patient", + "id": "3635738", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:04.069-04:00", + "source": "#eKlGiODcZYNCJizx" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635738", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635716", + "resource": { + "resourceType": "Patient", + "id": "3635716", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:05.606-04:00", + "source": "#RDjP7ED27nSFDeYS" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635716", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635714", + "resource": { + "resourceType": "Patient", + "id": "3635714", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:05.718-04:00", + "source": "#Y26TyRfHNRwRiv8v" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635714", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635720", + "resource": { + "resourceType": "Patient", + "id": "3635720", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:08.472-04:00", + "source": "#Vk71Hmh80HYJfDOB" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635720", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635825", + "resource": { + "resourceType": "Patient", + "id": "3635825", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:11.190-04:00", + "source": "#VT18RG0UeLzavJGu" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635825", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635834", + "resource": { + "resourceType": "Patient", + "id": "3635834", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:12.201-04:00", + "source": "#cAmcDhqD6dcwumh5" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635834", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635815", + "resource": { + "resourceType": "Patient", + "id": "3635815", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:12.934-04:00", + "source": "#3w7le4z5mDf1QAkd" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635815", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635813", + "resource": { + "resourceType": "Patient", + "id": "3635813", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:13.066-04:00", + "source": "#doznhyqXcgRERmcf" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635813", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635821", + "resource": { + "resourceType": "Patient", + "id": "3635821", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:14.772-04:00", + "source": "#1nNZmTpRvWHcQIXT" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635821", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635797", + "resource": { + "resourceType": "Patient", + "id": "3635797", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:16.872-04:00", + "source": "#KyXILGixUzbG3UlM" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635797", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635795", + "resource": { + "resourceType": "Patient", + "id": "3635795", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:17.464-04:00", + "source": "#bAbfb7yy2jV0rGJf" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635795", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635790", + "resource": { + "resourceType": "Patient", + "id": "3635790", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:23.137-04:00", + "source": "#LdwfeciPFaKtMryN" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635790", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635786", + "resource": { + "resourceType": "Patient", + "id": "3635786", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:24.056-04:00", + "source": "#B6YIbe6jkGiKkE1R" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635786", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635872", + "resource": { + "resourceType": "Patient", + "id": "3635872", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:34.488-04:00", + "source": "#E6o17dIlAQ9yA8m5" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635872", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635881", + "resource": { + "resourceType": "Patient", + "id": "3635881", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:36.239-04:00", + "source": "#QaggSUZX55wemXzD" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635881", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635866", + "resource": { + "resourceType": "Patient", + "id": "3635866", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:42.198-04:00", + "source": "#1sM0EywO0bpbSQyg" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635866", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635855", + "resource": { + "resourceType": "Patient", + "id": "3635855", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:45.983-04:00", + "source": "#x8GvT3AsAda6UfjL" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635855", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635854", + "resource": { + "resourceType": "Patient", + "id": "3635854", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:46.054-04:00", + "source": "#8JOjvypo6I1BbFl2" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635854", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635958", + "resource": { + "resourceType": "Patient", + "id": "3635958", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:47.078-04:00", + "source": "#2NVKhdOc8lbhREAH" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635958", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635961", + "resource": { + "resourceType": "Patient", + "id": "3635961", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:51.986-04:00", + "source": "#M9CQYh8wXoXo3Jhs" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635961", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635921", + "resource": { + "resourceType": "Patient", + "id": "3635921", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:57.335-04:00", + "source": "#i2evkjtlw23oyjYj" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635921", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635622", + "resource": { + "resourceType": "Patient", + "id": "3635622", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:26.474-04:00", + "source": "#cMXDRLasUCgo0ioE" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635622", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635618", + "resource": { + "resourceType": "Patient", + "id": "3635618", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:27.568-04:00", + "source": "#uKOHuGQ7qEJuwFUR" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635618", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635602", + "resource": { + "resourceType": "Patient", + "id": "3635602", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:31.267-04:00", + "source": "#aVkAXmXbSDGdUzDi" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635602", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635600", + "resource": { + "resourceType": "Patient", + "id": "3635600", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:32.969-04:00", + "source": "#VErX0Wx2MO3naluP" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635600", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635589", + "resource": { + "resourceType": "Patient", + "id": "3635589", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:34.676-04:00", + "source": "#1vVxzNDLDlrIl3Oy" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635589", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635595", + "resource": { + "resourceType": "Patient", + "id": "3635595", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:36.969-04:00", + "source": "#iveZHqZE5BWkEvZZ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635595", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635681", + "resource": { + "resourceType": "Patient", + "id": "3635681", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:42.970-04:00", + "source": "#kxGco5BdDFE74LFd" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635681", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635693", + "resource": { + "resourceType": "Patient", + "id": "3635693", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:43.912-04:00", + "source": "#7XjW6NwO6TGv9OTi" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635693", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635666", + "resource": { + "resourceType": "Patient", + "id": "3635666", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:45.568-04:00", + "source": "#Wq16K5YsfQG1rfsA" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635666", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635654", + "resource": { + "resourceType": "Patient", + "id": "3635654", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:47.782-04:00", + "source": "#EjmiqsNwyavv7kTa" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635654", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635649", + "resource": { + "resourceType": "Patient", + "id": "3635649", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:50.469-04:00", + "source": "#SJiHIlj0fl9DshTz" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635649", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635656", + "resource": { + "resourceType": "Patient", + "id": "3635656", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:53.876-04:00", + "source": "#npMTuFZVHqXLUSz7" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635656", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635765", + "resource": { + "resourceType": "Patient", + "id": "3635765", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:54.573-04:00", + "source": "#9HAaAEoWIfqXccow" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635765", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635763", + "resource": { + "resourceType": "Patient", + "id": "3635763", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:55.472-04:00", + "source": "#YSXFKrueOLUTOLIn" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635763", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635762", + "resource": { + "resourceType": "Patient", + "id": "3635762", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:55.883-04:00", + "source": "#h0lAEcbaavuV2tjn" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635762", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635775", + "resource": { + "resourceType": "Patient", + "id": "3635775", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:56.587-04:00", + "source": "#TAJ4qQ1cYNs9k8K1" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635775", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635748", + "resource": { + "resourceType": "Patient", + "id": "3635748", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:58.407-04:00", + "source": "#tm4pa1kFGsRGxCJQ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635748", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635757", + "resource": { + "resourceType": "Patient", + "id": "3635757", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:00.471-04:00", + "source": "#IWj7GcmKweN2lwzk" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635757", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635754", + "resource": { + "resourceType": "Patient", + "id": "3635754", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:01.369-04:00", + "source": "#1FBDYeHR1X0JfxSj" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635754", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635740", + "resource": { + "resourceType": "Patient", + "id": "3635740", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:03.268-04:00", + "source": "#Fr8ZhmZ7Mh3nfQ0y" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635740", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635717", + "resource": { + "resourceType": "Patient", + "id": "3635717", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:04.868-04:00", + "source": "#accRpZAFOLgnciZz" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635717", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635713", + "resource": { + "resourceType": "Patient", + "id": "3635713", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:05.780-04:00", + "source": "#ouu8l4kttr9JVFzK" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635713", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635712", + "resource": { + "resourceType": "Patient", + "id": "3635712", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:06.078-04:00", + "source": "#BBwMAaWmTpyzba6y" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635712", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635726", + "resource": { + "resourceType": "Patient", + "id": "3635726", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:07.068-04:00", + "source": "#yhCDmFTXSLMCoNOt" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635726", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635830", + "resource": { + "resourceType": "Patient", + "id": "3635830", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:08.769-04:00", + "source": "#i8JDjsVTYqOOiFan" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635830", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635826", + "resource": { + "resourceType": "Patient", + "id": "3635826", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:10.176-04:00", + "source": "#pCTaVeqvA3skpiuT" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635826", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635833", + "resource": { + "resourceType": "Patient", + "id": "3635833", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:12.275-04:00", + "source": "#W7V0Zmud6uEi3Lhu" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635833", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635812", + "resource": { + "resourceType": "Patient", + "id": "3635812", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:13.169-04:00", + "source": "#Uhhrg889yeskDsPI" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635812", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635816", + "resource": { + "resourceType": "Patient", + "id": "3635816", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:16.176-04:00", + "source": "#48cAquu1Uy91XZN0" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635816", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635807", + "resource": { + "resourceType": "Patient", + "id": "3635807", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:18.367-04:00", + "source": "#CxrylisDlTxmMN8z" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635807", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635806", + "resource": { + "resourceType": "Patient", + "id": "3635806", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:19.168-04:00", + "source": "#Pk0HWa4WKsRoQWVm" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635806", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635781", + "resource": { + "resourceType": "Patient", + "id": "3635781", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:22.068-04:00", + "source": "#poLzVG1HJXHr2X0t" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635781", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635788", + "resource": { + "resourceType": "Patient", + "id": "3635788", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:23.276-04:00", + "source": "#uuhBKETlOEo4FRTc" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635788", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635890", + "resource": { + "resourceType": "Patient", + "id": "3635890", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:24.885-04:00", + "source": "#cZ8xdllQXJ2J4PhF" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635890", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635901", + "resource": { + "resourceType": "Patient", + "id": "3635901", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:26.483-04:00", + "source": "#1UQg2khf3UHdxguw" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635901", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635900", + "resource": { + "resourceType": "Patient", + "id": "3635900", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:27.371-04:00", + "source": "#11DKp5av6C531kXf" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635900", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635898", + "resource": { + "resourceType": "Patient", + "id": "3635898", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:28.469-04:00", + "source": "#honxbyzHhg1WF3yb" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635898", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635896", + "resource": { + "resourceType": "Patient", + "id": "3635896", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:29.772-04:00", + "source": "#c8r6P9ycLTxKk0d6" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635896", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635879", + "resource": { + "resourceType": "Patient", + "id": "3635879", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:31.272-04:00", + "source": "#INQVETJ00ncX0ZsB" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635879", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635878", + "resource": { + "resourceType": "Patient", + "id": "3635878", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:32.270-04:00", + "source": "#Ri4YgDZmGLes4cKi" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635878", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635873", + "resource": { + "resourceType": "Patient", + "id": "3635873", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:33.772-04:00", + "source": "#svn8lfkCMAnL2zh5" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635873", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635884", + "resource": { + "resourceType": "Patient", + "id": "3635884", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:35.270-04:00", + "source": "#qF7krWezEOdNLE5f" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635884", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635862", + "resource": { + "resourceType": "Patient", + "id": "3635862", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:36.469-04:00", + "source": "#aZEJ8SiM3f8dWrBw" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635862", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635858", + "resource": { + "resourceType": "Patient", + "id": "3635858", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:37.569-04:00", + "source": "#sxJBZSSA1PH7SFEm" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635858", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635856", + "resource": { + "resourceType": "Patient", + "id": "3635856", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:38.470-04:00", + "source": "#VGeJmQfl5d1Q4cmL" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635856", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635870", + "resource": { + "resourceType": "Patient", + "id": "3635870", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:39.669-04:00", + "source": "#jcnDkzFYYiQhOoeH" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635870", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635867", + "resource": { + "resourceType": "Patient", + "id": "3635867", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:41.268-04:00", + "source": "#AUUcrGuXX1WQLf9R" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635867", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635845", + "resource": { + "resourceType": "Patient", + "id": "3635845", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:44.177-04:00", + "source": "#voJYUwKtKpsBCvqZ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635845", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635840", + "resource": { + "resourceType": "Patient", + "id": "3635840", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:45.476-04:00", + "source": "#uZ2LCtLWNxLCnjLt" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635840", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635954", + "resource": { + "resourceType": "Patient", + "id": "3635954", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:48.481-04:00", + "source": "#bMDgVudz6qPM8ERH" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635954", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635702", + "resource": { + "resourceType": "Patient", + "id": "3635702", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:38.397-04:00", + "source": "#uhkuFlLiR6sOhFTy" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635702", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635700", + "resource": { + "resourceType": "Patient", + "id": "3635700", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:39.051-04:00", + "source": "#KEUSCCC1P3JooiAw" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635700", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635698", + "resource": { + "resourceType": "Patient", + "id": "3635698", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:40.880-04:00", + "source": "#plVdXEE8Be8UVq2c" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635698", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635696", + "resource": { + "resourceType": "Patient", + "id": "3635696", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:41.159-04:00", + "source": "#YWMXcvFFYGVZyIEd" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635696", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635709", + "resource": { + "resourceType": "Patient", + "id": "3635709", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:41.547-04:00", + "source": "#ihBG2HEtQiWxwB0s" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635709", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635705", + "resource": { + "resourceType": "Patient", + "id": "3635705", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:42.077-04:00", + "source": "#uOBoOaa5ZVC7TQeN" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635705", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635682", + "resource": { + "resourceType": "Patient", + "id": "3635682", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:42.818-04:00", + "source": "#OYr9KkcsE4ns5cFh" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635682", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635692", + "resource": { + "resourceType": "Patient", + "id": "3635692", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:44.291-04:00", + "source": "#Lj43bertUdj1fDU8" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635692", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635665", + "resource": { + "resourceType": "Patient", + "id": "3635665", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:46.097-04:00", + "source": "#TFWhe38BBcpSh0pw" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635665", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635664", + "resource": { + "resourceType": "Patient", + "id": "3635664", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:46.359-04:00", + "source": "#h99egqAPlVrAuCVl" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635664", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635679", + "resource": { + "resourceType": "Patient", + "id": "3635679", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:46.580-04:00", + "source": "#GryrpQzNMeAh3p7I" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635679", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635650", + "resource": { + "resourceType": "Patient", + "id": "3635650", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:50.263-04:00", + "source": "#Wc0ntdijkNSdaKub" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635650", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635648", + "resource": { + "resourceType": "Patient", + "id": "3635648", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:51.081-04:00", + "source": "#BlGxrcp1eruVQmVp" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635648", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635658", + "resource": { + "resourceType": "Patient", + "id": "3635658", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:53.367-04:00", + "source": "#5AEioyWiDFdYlW8X" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635658", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635761", + "resource": { + "resourceType": "Patient", + "id": "3635761", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:56.297-04:00", + "source": "#DgbODHa1S1RWR28z" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635761", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635774", + "resource": { + "resourceType": "Patient", + "id": "3635774", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:57.292-04:00", + "source": "#DDHuHiCMzzGME7Qf" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635774", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635747", + "resource": { + "resourceType": "Patient", + "id": "3635747", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:59.384-04:00", + "source": "#bZzvM1nJjV7R9HqT" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635747", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635744", + "resource": { + "resourceType": "Patient", + "id": "3635744", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:59.612-04:00", + "source": "#j0ph8dgX4XMIULF8" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635744", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635752", + "resource": { + "resourceType": "Patient", + "id": "3635752", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:02.095-04:00", + "source": "#gbF1pV3gCriNmTgQ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635752", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635734", + "resource": { + "resourceType": "Patient", + "id": "3635734", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:02.333-04:00", + "source": "#kMEogP4bxHFBH3rb" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635734", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635732", + "resource": { + "resourceType": "Patient", + "id": "3635732", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:02.520-04:00", + "source": "#JEb7MIRxw83hAIRl" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635732", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635730", + "resource": { + "resourceType": "Patient", + "id": "3635730", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:02.758-04:00", + "source": "#QRaTw5Em93nf9rLv" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635730", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635739", + "resource": { + "resourceType": "Patient", + "id": "3635739", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:03.886-04:00", + "source": "#mAxbWARmNZQQpFKO" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635739", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635737", + "resource": { + "resourceType": "Patient", + "id": "3635737", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:04.144-04:00", + "source": "#eX4Ib9FddRWb3EVT" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635737", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635718", + "resource": { + "resourceType": "Patient", + "id": "3635718", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:04.688-04:00", + "source": "#gLfCNOyavrHkUiWH" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635718", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635838", + "resource": { + "resourceType": "Patient", + "id": "3635838", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:11.581-04:00", + "source": "#8FPDyYaIptYUJSQw" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635838", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635837", + "resource": { + "resourceType": "Patient", + "id": "3635837", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:11.666-04:00", + "source": "#rpy4a4uMI2JLudfJ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635837", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635808", + "resource": { + "resourceType": "Patient", + "id": "3635808", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:14.186-04:00", + "source": "#7UKuHlgS9gBM5AeO" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635808", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635822", + "resource": { + "resourceType": "Patient", + "id": "3635822", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:14.543-04:00", + "source": "#wVoFi59NJLoymK9m" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635822", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635782", + "resource": { + "resourceType": "Patient", + "id": "3635782", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:21.887-04:00", + "source": "#6X3t8Vg5k884M9Wh" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635782", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635777", + "resource": { + "resourceType": "Patient", + "id": "3635777", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:22.726-04:00", + "source": "#zlz3Z9uO3OXajjWL" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635777", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635893", + "resource": { + "resourceType": "Patient", + "id": "3635893", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:24.668-04:00", + "source": "#rEbAs0eyEJoPocqC" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635893", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635888", + "resource": { + "resourceType": "Patient", + "id": "3635888", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:25.775-04:00", + "source": "#Xbq2AGu2hONnixrk" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635888", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635903", + "resource": { + "resourceType": "Patient", + "id": "3635903", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:25.972-04:00", + "source": "#DjyQQFssXoFrfTNr" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635903", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635902", + "resource": { + "resourceType": "Patient", + "id": "3635902", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:26.170-04:00", + "source": "#JZsUOVTxp93Swyz2" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635902", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635877", + "resource": { + "resourceType": "Patient", + "id": "3635877", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:33.292-04:00", + "source": "#6uHLRIKCBpxKDAae" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635877", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635874", + "resource": { + "resourceType": "Patient", + "id": "3635874", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:33.642-04:00", + "source": "#pcsv5VtM5NUfHS6d" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635874", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635880", + "resource": { + "resourceType": "Patient", + "id": "3635880", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:36.289-04:00", + "source": "#HAXpPiqsUvoubvfn" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635880", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635859", + "resource": { + "resourceType": "Patient", + "id": "3635859", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:37.403-04:00", + "source": "#rCTmJqA6elrfG3jJ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635859", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635843", + "resource": { + "resourceType": "Patient", + "id": "3635843", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:44.878-04:00", + "source": "#f8guQWdgg7ft91YP" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635843", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635841", + "resource": { + "resourceType": "Patient", + "id": "3635841", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:45.314-04:00", + "source": "#0zgdU7VwvS6u5aNk" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635841", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635851", + "resource": { + "resourceType": "Patient", + "id": "3635851", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:46.272-04:00", + "source": "#kC5uqs0kOIfchXA2" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635851", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635848", + "resource": { + "resourceType": "Patient", + "id": "3635848", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:46.928-04:00", + "source": "#Caimj3boxOzFL7gY" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635848", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635962", + "resource": { + "resourceType": "Patient", + "id": "3635962", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:51.900-04:00", + "source": "#2Jib1Jet4E19r5IM" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635962", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635941", + "resource": { + "resourceType": "Patient", + "id": "3635941", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:52.376-04:00", + "source": "#SD9HGiNnv5utAuG8" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635941", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635938", + "resource": { + "resourceType": "Patient", + "id": "3635938", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:53.554-04:00", + "source": "#8AGXVtqX4taOSQ4E" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635938", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635949", + "resource": { + "resourceType": "Patient", + "id": "3635949", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:54.233-04:00", + "source": "#CPnLsXjRKO6pY6mw" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635949", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635929", + "resource": { + "resourceType": "Patient", + "id": "3635929", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:59.267-04:00", + "source": "#wOCREeZJZLQbmq81" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635929", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635661", + "resource": { + "resourceType": "Patient", + "id": "3635661", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:51.454-04:00", + "source": "#AG25DOOVb4aATv1Z" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635661", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635659", + "resource": { + "resourceType": "Patient", + "id": "3635659", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:52.058-04:00", + "source": "#iRYGk0eFpnTeTzUt" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635659", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635771", + "resource": { + "resourceType": "Patient", + "id": "3635771", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:57.525-04:00", + "source": "#iOge0sE4oRKOAAkF" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635771", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635768", + "resource": { + "resourceType": "Patient", + "id": "3635768", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:57.919-04:00", + "source": "#alDsRd3TX7jigkxr" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635768", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635759", + "resource": { + "resourceType": "Patient", + "id": "3635759", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:42:59.681-04:00", + "source": "#Sqrxy6V0giPfV24A" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635759", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635721", + "resource": { + "resourceType": "Patient", + "id": "3635721", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:08.108-04:00", + "source": "#qdcHHea4yEb0CvDr" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635721", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635828", + "resource": { + "resourceType": "Patient", + "id": "3635828", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:09.745-04:00", + "source": "#75OdZOmlMG3WwHka" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635828", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635839", + "resource": { + "resourceType": "Patient", + "id": "3635839", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:11.300-04:00", + "source": "#qWFlXuRi9zodH9kS" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635839", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635811", + "resource": { + "resourceType": "Patient", + "id": "3635811", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:13.699-04:00", + "source": "#YWAMCWniNo9UAqD5" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635811", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635820", + "resource": { + "resourceType": "Patient", + "id": "3635820", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:14.852-04:00", + "source": "#1K500vKIJcSEeYpy" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635820", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635818", + "resource": { + "resourceType": "Patient", + "id": "3635818", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:15.361-04:00", + "source": "#KPpbhhRgoUwPyQYs" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635818", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635817", + "resource": { + "resourceType": "Patient", + "id": "3635817", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:15.759-04:00", + "source": "#GMzHHkBWPtMgVf7K" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635817", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635798", + "resource": { + "resourceType": "Patient", + "id": "3635798", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:16.640-04:00", + "source": "#dRqtakfjra7SWcu2" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635798", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635796", + "resource": { + "resourceType": "Patient", + "id": "3635796", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:16.958-04:00", + "source": "#VoNEraIH0huHE16H" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635796", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635794", + "resource": { + "resourceType": "Patient", + "id": "3635794", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:17.561-04:00", + "source": "#1NzZvZ6qJp2UDzhs" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635794", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635804", + "resource": { + "resourceType": "Patient", + "id": "3635804", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:20.483-04:00", + "source": "#sfOmZ3kESIqcClfG" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635804", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635783", + "resource": { + "resourceType": "Patient", + "id": "3635783", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:21.549-04:00", + "source": "#sltE1yKnHiveCDCn" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635783", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635785", + "resource": { + "resourceType": "Patient", + "id": "3635785", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:24.107-04:00", + "source": "#vvmEWbemMXB6RiLt" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635785", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635889", + "resource": { + "resourceType": "Patient", + "id": "3635889", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:25.492-04:00", + "source": "#fgHeliczAJlXDUPL" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635889", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635886", + "resource": { + "resourceType": "Patient", + "id": "3635886", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:34.695-04:00", + "source": "#DlfPFY0N3A72o2VS" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635886", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635883", + "resource": { + "resourceType": "Patient", + "id": "3635883", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:35.995-04:00", + "source": "#AvUf9Us9TIPNH1As" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635883", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635868", + "resource": { + "resourceType": "Patient", + "id": "3635868", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:40.846-04:00", + "source": "#gCVsaCiWlJArseiI" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635868", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635865", + "resource": { + "resourceType": "Patient", + "id": "3635865", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:42.330-04:00", + "source": "#j6G2SJCuG8lfryri" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635865", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635864", + "resource": { + "resourceType": "Patient", + "id": "3635864", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:42.660-04:00", + "source": "#CfGwyc5EYoB2Gidu" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635864", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635847", + "resource": { + "resourceType": "Patient", + "id": "3635847", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:43.472-04:00", + "source": "#cwNnqyGitFkWbO4D" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635847", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635842", + "resource": { + "resourceType": "Patient", + "id": "3635842", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:44.963-04:00", + "source": "#aUs4S0CYqyOjKCRP" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635842", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635850", + "resource": { + "resourceType": "Patient", + "id": "3635850", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:46.572-04:00", + "source": "#ykn1Re3NMZCd5AXc" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635850", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635957", + "resource": { + "resourceType": "Patient", + "id": "3635957", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:47.144-04:00", + "source": "#KGxiXb2arFnpvmnO" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635957", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635956", + "resource": { + "resourceType": "Patient", + "id": "3635956", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:47.557-04:00", + "source": "#g9BXAI6B6QVMfc5t" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635956", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635955", + "resource": { + "resourceType": "Patient", + "id": "3635955", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:47.982-04:00", + "source": "#ej3htezaqJYTyaky" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635955", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635953", + "resource": { + "resourceType": "Patient", + "id": "3635953", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:49.585-04:00", + "source": "#qxPTcfo8oA0TQuT0" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635953", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635952", + "resource": { + "resourceType": "Patient", + "id": "3635952", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:49.857-04:00", + "source": "#emy0VkVPOqf1B4Im" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635952", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635963", + "resource": { + "resourceType": "Patient", + "id": "3635963", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:51.746-04:00", + "source": "#KKC684uu1u2uazBs" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635963", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635951", + "resource": { + "resourceType": "Patient", + "id": "3635951", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:53.888-04:00", + "source": "#VUUJ2zy85PO5t40M" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635951", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635946", + "resource": { + "resourceType": "Patient", + "id": "3635946", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:54.969-04:00", + "source": "#LIO5sT0AUxbusxur" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635946", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635935", + "resource": { + "resourceType": "Patient", + "id": "3635935", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:57.490-04:00", + "source": "#UwInaRNq46JB4K1p" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635935", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635934", + "resource": { + "resourceType": "Patient", + "id": "3635934", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:57.890-04:00", + "source": "#lvsI1VwkXpGVqecb" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635934", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635931", + "resource": { + "resourceType": "Patient", + "id": "3635931", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:58.358-04:00", + "source": "#Klj3NXW2PCrCPaDo" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635931", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635930", + "resource": { + "resourceType": "Patient", + "id": "3635930", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:58.671-04:00", + "source": "#GTqpd9x6Q8WMCARU" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635930", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635904", + "resource": { + "resourceType": "Patient", + "id": "3635904", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:02.904-04:00", + "source": "#4NH406pcHbiOA9vS" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635904", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635919", + "resource": { + "resourceType": "Patient", + "id": "3635919", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:03.068-04:00", + "source": "#jzYSgA5Fw5fi1eYi" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635919", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635915", + "resource": { + "resourceType": "Patient", + "id": "3635915", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:04.018-04:00", + "source": "#ywBNVQEEfABuRYqS" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635915", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635914", + "resource": { + "resourceType": "Patient", + "id": "3635914", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:04.366-04:00", + "source": "#jAQZIQOqQzQ1kmBs" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635914", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635990", + "resource": { + "resourceType": "Patient", + "id": "3635990", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:05.377-04:00", + "source": "#P7l8lGy4lUQVVmie" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635990", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635986", + "resource": { + "resourceType": "Patient", + "id": "3635986", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:06.567-04:00", + "source": "#0PZXENeTO5i7Cxhb" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635986", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635999", + "resource": { + "resourceType": "Patient", + "id": "3635999", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:07.445-04:00", + "source": "#c75qVPbQIu3enARt" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635999", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635974", + "resource": { + "resourceType": "Patient", + "id": "3635974", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:09.513-04:00", + "source": "#Pg2Dd5ZmLTxl0psp" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635974", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635981", + "resource": { + "resourceType": "Patient", + "id": "3635981", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:12.436-04:00", + "source": "#BCesmAMCbREYESHx" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635981", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635715", + "resource": { + "resourceType": "Patient", + "id": "3635715", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:05.655-04:00", + "source": "#LH4NkP6nPhAYLEE7" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635715", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635727", + "resource": { + "resourceType": "Patient", + "id": "3635727", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:06.891-04:00", + "source": "#wupDI7b71AXMyN5P" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635727", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635724", + "resource": { + "resourceType": "Patient", + "id": "3635724", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:07.841-04:00", + "source": "#J6UalrnJe27AoB3j" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635724", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635723", + "resource": { + "resourceType": "Patient", + "id": "3635723", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:07.900-04:00", + "source": "#QbtHxkuUjz2biF1e" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635723", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635722", + "resource": { + "resourceType": "Patient", + "id": "3635722", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:07.966-04:00", + "source": "#Vj7XIqZlo9NljgsM" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635722", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635831", + "resource": { + "resourceType": "Patient", + "id": "3635831", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:08.565-04:00", + "source": "#rH6L3FV3lBkNI8Ai" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635831", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635835", + "resource": { + "resourceType": "Patient", + "id": "3635835", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:12.148-04:00", + "source": "#nPTffxI4AU3em7lq" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635835", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635832", + "resource": { + "resourceType": "Patient", + "id": "3635832", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:12.799-04:00", + "source": "#VOm5J5TWl8yZ6916" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635832", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635809", + "resource": { + "resourceType": "Patient", + "id": "3635809", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:14.131-04:00", + "source": "#RfAEAE2uqxLcFjuu" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635809", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635823", + "resource": { + "resourceType": "Patient", + "id": "3635823", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:14.458-04:00", + "source": "#3dM3NTsGI84Lq3W2" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635823", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635792", + "resource": { + "resourceType": "Patient", + "id": "3635792", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:18.270-04:00", + "source": "#VOeSy9o3FSGwwTGg" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635792", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635778", + "resource": { + "resourceType": "Patient", + "id": "3635778", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:22.670-04:00", + "source": "#V8PVg48q1HhTEK2V" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635778", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635891", + "resource": { + "resourceType": "Patient", + "id": "3635891", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:24.823-04:00", + "source": "#T41ipT5Vyl1o2RYG" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635891", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635876", + "resource": { + "resourceType": "Patient", + "id": "3635876", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:33.472-04:00", + "source": "#kQFYRV3WKF71Cb5F" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635876", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635875", + "resource": { + "resourceType": "Patient", + "id": "3635875", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:33.534-04:00", + "source": "#HiwRcl4v7wGqnYez" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635875", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635882", + "resource": { + "resourceType": "Patient", + "id": "3635882", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:36.187-04:00", + "source": "#u0fnKOMscV2O4HOX" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635882", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635863", + "resource": { + "resourceType": "Patient", + "id": "3635863", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:36.371-04:00", + "source": "#5u95mVs3XiyNkX0U" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635863", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635861", + "resource": { + "resourceType": "Patient", + "id": "3635861", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:37.280-04:00", + "source": "#QQd0bhgwWU4bcxK8" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635861", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635857", + "resource": { + "resourceType": "Patient", + "id": "3635857", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:38.279-04:00", + "source": "#YEuYD8ShFl2nirjv" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635857", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635871", + "resource": { + "resourceType": "Patient", + "id": "3635871", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:39.480-04:00", + "source": "#3A8yMTlLtoUAapmw" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635871", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635853", + "resource": { + "resourceType": "Patient", + "id": "3635853", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:46.165-04:00", + "source": "#GKyHIy1NKOQ1X91L" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635853", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635966", + "resource": { + "resourceType": "Patient", + "id": "3635966", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:50.979-04:00", + "source": "#kuSTpE6g2Si9QmCJ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635966", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635943", + "resource": { + "resourceType": "Patient", + "id": "3635943", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:52.173-04:00", + "source": "#6fDmExt8IJLdU24J" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635943", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635937", + "resource": { + "resourceType": "Patient", + "id": "3635937", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:53.754-04:00", + "source": "#44FHulEXcyyH676C" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635937", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635926", + "resource": { + "resourceType": "Patient", + "id": "3635926", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:55.696-04:00", + "source": "#dS2JUB020pO5sjTl" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635926", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635925", + "resource": { + "resourceType": "Patient", + "id": "3635925", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:55.920-04:00", + "source": "#LWG0EUqSXIhqyqlp" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635925", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635911", + "resource": { + "resourceType": "Patient", + "id": "3635911", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:00.282-04:00", + "source": "#If1jOhN6Yz3evikr" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635911", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635907", + "resource": { + "resourceType": "Patient", + "id": "3635907", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:02.189-04:00", + "source": "#eJJ9QglsvR4yqjvQ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635907", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635916", + "resource": { + "resourceType": "Patient", + "id": "3635916", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:03.938-04:00", + "source": "#jar1afYvZAfW3Lv2" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635916", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635913", + "resource": { + "resourceType": "Patient", + "id": "3635913", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:04.610-04:00", + "source": "#GW7K25Eo8WNTXJKh" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635913", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635984", + "resource": { + "resourceType": "Patient", + "id": "3635984", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:07.359-04:00", + "source": "#763Q3tuzl5wIJjzK" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635984", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635997", + "resource": { + "resourceType": "Patient", + "id": "3635997", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:07.835-04:00", + "source": "#JHZ8mdamYv7PDaPC" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635997", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635994", + "resource": { + "resourceType": "Patient", + "id": "3635994", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:08.479-04:00", + "source": "#5583KawbfCLHB32Y" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635994", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635975", + "resource": { + "resourceType": "Patient", + "id": "3635975", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:09.381-04:00", + "source": "#8B6bmW2PO4tHx8qx" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635975", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635973", + "resource": { + "resourceType": "Patient", + "id": "3635973", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:09.771-04:00", + "source": "#9jxeVcfRCAKUJ8Nw" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635973", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635972", + "resource": { + "resourceType": "Patient", + "id": "3635972", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:09.922-04:00", + "source": "#lRKkCtzlYS5OUo4z" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635972", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635977", + "resource": { + "resourceType": "Patient", + "id": "3635977", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:12.884-04:00", + "source": "#OS2gH7TOyF6CqzaX" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635977", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635801", + "resource": { + "resourceType": "Patient", + "id": "3635801", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:21.155-04:00", + "source": "#cPWpO5WnhloZ2HVh" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635801", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635789", + "resource": { + "resourceType": "Patient", + "id": "3635789", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:23.196-04:00", + "source": "#cOMjlx1xyRwkO7Qs" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635789", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635784", + "resource": { + "resourceType": "Patient", + "id": "3635784", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:24.367-04:00", + "source": "#qd6N7YKwZZJ8zx9o" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635784", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635895", + "resource": { + "resourceType": "Patient", + "id": "3635895", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:24.471-04:00", + "source": "#kZHGW3pm8E9HgP2w" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635895", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635894", + "resource": { + "resourceType": "Patient", + "id": "3635894", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:24.526-04:00", + "source": "#oE0t6O9RATwDSOmt" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635894", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635897", + "resource": { + "resourceType": "Patient", + "id": "3635897", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:29.581-04:00", + "source": "#doOvgNtUQZs9Emrj" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635897", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635887", + "resource": { + "resourceType": "Patient", + "id": "3635887", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:34.602-04:00", + "source": "#7TyeyijZUUyt2PJS" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635887", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635860", + "resource": { + "resourceType": "Patient", + "id": "3635860", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:37.341-04:00", + "source": "#k3oCiIhFbdwsmp3I" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635860", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635846", + "resource": { + "resourceType": "Patient", + "id": "3635846", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:43.988-04:00", + "source": "#vccUOz8ruLemDRal" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635846", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635844", + "resource": { + "resourceType": "Patient", + "id": "3635844", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:44.813-04:00", + "source": "#arvXkmLGn4UL2xXl" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635844", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635852", + "resource": { + "resourceType": "Patient", + "id": "3635852", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:46.215-04:00", + "source": "#L1La0GQ8S55bIHdi" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635852", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635959", + "resource": { + "resourceType": "Patient", + "id": "3635959", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:47.003-04:00", + "source": "#bAi64HegrTEogTYf" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635959", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635964", + "resource": { + "resourceType": "Patient", + "id": "3635964", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:51.688-04:00", + "source": "#N1sB5XH7Fqiy89t4" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635964", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635936", + "resource": { + "resourceType": "Patient", + "id": "3635936", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:53.824-04:00", + "source": "#h0Qwc6ppSt0t9vdE" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635936", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635947", + "resource": { + "resourceType": "Patient", + "id": "3635947", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:54.896-04:00", + "source": "#ecwCWUwYv6sJoXpK" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635947", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635944", + "resource": { + "resourceType": "Patient", + "id": "3635944", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:55.569-04:00", + "source": "#4iuPsGYpVAeuD1Zz" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635944", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635933", + "resource": { + "resourceType": "Patient", + "id": "3635933", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:58.169-04:00", + "source": "#GFLnM9p9ubbKqKhZ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635933", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635906", + "resource": { + "resourceType": "Patient", + "id": "3635906", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:02.580-04:00", + "source": "#VVgvIH3T24X7jpQw" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635906", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635985", + "resource": { + "resourceType": "Patient", + "id": "3635985", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:07.180-04:00", + "source": "#TOfSrRYhFj1hXnmx" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635985", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635998", + "resource": { + "resourceType": "Patient", + "id": "3635998", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:07.769-04:00", + "source": "#2AhYcv3oaHRcsRQG" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635998", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635996", + "resource": { + "resourceType": "Patient", + "id": "3635996", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:07.890-04:00", + "source": "#DSf2Fftkhll1OO1u" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635996", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635983", + "resource": { + "resourceType": "Patient", + "id": "3635983", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:12.299-04:00", + "source": "#tYGV42kfCPxOYSaa" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635983", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635978", + "resource": { + "resourceType": "Patient", + "id": "3635978", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:12.793-04:00", + "source": "#b2iSbhlL2N7yVhqb" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635978", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635776", + "resource": { + "resourceType": "Patient", + "id": "3635776", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:22.869-04:00", + "source": "#KZOGoJmqjQatML5K" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635776", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635791", + "resource": { + "resourceType": "Patient", + "id": "3635791", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:22.991-04:00", + "source": "#Ev87jnd0MRu8IHEW" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635791", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635787", + "resource": { + "resourceType": "Patient", + "id": "3635787", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:23.979-04:00", + "source": "#pC7PW5K4nROFsBP4" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635787", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635892", + "resource": { + "resourceType": "Patient", + "id": "3635892", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:24.771-04:00", + "source": "#xNjiLWz5P8H6xrUj" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635892", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635899", + "resource": { + "resourceType": "Patient", + "id": "3635899", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:28.284-04:00", + "source": "#StQODRpJ6ln2QRFf" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635899", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635885", + "resource": { + "resourceType": "Patient", + "id": "3635885", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:35.072-04:00", + "source": "#ytHiZTlhgkoYlHPZ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635885", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635869", + "resource": { + "resourceType": "Patient", + "id": "3635869", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:40.785-04:00", + "source": "#ERMAEYk7ZScElhds" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635869", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635849", + "resource": { + "resourceType": "Patient", + "id": "3635849", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:46.873-04:00", + "source": "#ZMtKdAZltzzAwupd" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635849", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635960", + "resource": { + "resourceType": "Patient", + "id": "3635960", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:52.059-04:00", + "source": "#4O34ey4BWstwVAPU" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635960", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635942", + "resource": { + "resourceType": "Patient", + "id": "3635942", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:52.246-04:00", + "source": "#uvHzgg5cDFI0MWaM" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635942", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635939", + "resource": { + "resourceType": "Patient", + "id": "3635939", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:53.391-04:00", + "source": "#miYvGw6ufvj8mmw4" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635939", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635950", + "resource": { + "resourceType": "Patient", + "id": "3635950", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:54.175-04:00", + "source": "#19oGTwt37gNmvxIO" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635950", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635945", + "resource": { + "resourceType": "Patient", + "id": "3635945", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:55.399-04:00", + "source": "#ImVu6WeF5BEXx2N2" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635945", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635927", + "resource": { + "resourceType": "Patient", + "id": "3635927", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:55.633-04:00", + "source": "#brWzP3hmITFrig8a" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635927", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635922", + "resource": { + "resourceType": "Patient", + "id": "3635922", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:57.280-04:00", + "source": "#WxiGEFeIZPyxhc9J" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635922", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635920", + "resource": { + "resourceType": "Patient", + "id": "3635920", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:57.399-04:00", + "source": "#5HHKT91oJWelcMjA" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635920", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635910", + "resource": { + "resourceType": "Patient", + "id": "3635910", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:00.615-04:00", + "source": "#XSG0kIPYwNKOgIe7" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635910", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635908", + "resource": { + "resourceType": "Patient", + "id": "3635908", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:01.990-04:00", + "source": "#TMbZcpnXAK5OqJpJ" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635908", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635991", + "resource": { + "resourceType": "Patient", + "id": "3635991", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:05.298-04:00", + "source": "#4fJGnToSPsFcQe5Y" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635991", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635987", + "resource": { + "resourceType": "Patient", + "id": "3635987", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:06.496-04:00", + "source": "#S7MZ8Kxh0i9v4Hn1" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635987", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635971", + "resource": { + "resourceType": "Patient", + "id": "3635971", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:10.014-04:00", + "source": "#iKo1KOEVetpGCmFs" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635971", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635980", + "resource": { + "resourceType": "Patient", + "id": "3635980", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:12.687-04:00", + "source": "#B4wDuRoJdkA6zKKR" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635980", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635979", + "resource": { + "resourceType": "Patient", + "id": "3635979", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:12.737-04:00", + "source": "#GbxVmCg7eIev1xq6" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635979", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635967", + "resource": { + "resourceType": "Patient", + "id": "3635967", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:50.269-04:00", + "source": "#9i46llA6laO636Q6" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635967", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635965", + "resource": { + "resourceType": "Patient", + "id": "3635965", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:51.171-04:00", + "source": "#xt4gVtCbN0wYaFTM" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635965", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635940", + "resource": { + "resourceType": "Patient", + "id": "3635940", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:52.580-04:00", + "source": "#N36unwJ0uq3tsSVf" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635940", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635948", + "resource": { + "resourceType": "Patient", + "id": "3635948", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:54.469-04:00", + "source": "#GmebKkuJZRHkN39V" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635948", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635924", + "resource": { + "resourceType": "Patient", + "id": "3635924", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:56.105-04:00", + "source": "#oLi8o5h9WHbPsA3w" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635924", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635923", + "resource": { + "resourceType": "Patient", + "id": "3635923", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:56.670-04:00", + "source": "#8b8m7Ovxn6KkFajT" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635923", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635928", + "resource": { + "resourceType": "Patient", + "id": "3635928", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:59.375-04:00", + "source": "#WYz09U7aQ68tXPos" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635928", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635909", + "resource": { + "resourceType": "Patient", + "id": "3635909", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:00.769-04:00", + "source": "#Gazq7pxcOoWPf8WL" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635909", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635905", + "resource": { + "resourceType": "Patient", + "id": "3635905", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:02.669-04:00", + "source": "#W8pIqNL31Nx9UNTv" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635905", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635918", + "resource": { + "resourceType": "Patient", + "id": "3635918", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:03.383-04:00", + "source": "#372hq4EsBQRuIfca" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635918", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635912", + "resource": { + "resourceType": "Patient", + "id": "3635912", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:04.690-04:00", + "source": "#E7OsxT4TgzaAjWOv" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635912", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635988", + "resource": { + "resourceType": "Patient", + "id": "3635988", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:05.777-04:00", + "source": "#jSO0jutLIdAGK6NH" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635988", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635995", + "resource": { + "resourceType": "Patient", + "id": "3635995", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:07.971-04:00", + "source": "#oa2k0ghE4O5Upw0z" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635995", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635992", + "resource": { + "resourceType": "Patient", + "id": "3635992", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:08.669-04:00", + "source": "#m12pV00ORIDOH9HO" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635992", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635970", + "resource": { + "resourceType": "Patient", + "id": "3635970", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:10.470-04:00", + "source": "#JPvxfWfJx3c3zhau" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635970", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635968", + "resource": { + "resourceType": "Patient", + "id": "3635968", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:11.480-04:00", + "source": "#zJWu13o5EdyFo3mA" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635968", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635932", + "resource": { + "resourceType": "Patient", + "id": "3635932", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:43:58.264-04:00", + "source": "#dPguVoeVWmAyOlf8" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635932", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635917", + "resource": { + "resourceType": "Patient", + "id": "3635917", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:03.886-04:00", + "source": "#JzhoKnyL81YuCAux" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635917", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635989", + "resource": { + "resourceType": "Patient", + "id": "3635989", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:05.580-04:00", + "source": "#L0i9w4JKBIYkQkEI" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635989", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635993", + "resource": { + "resourceType": "Patient", + "id": "3635993", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:08.532-04:00", + "source": "#PvYthllkUFr9jdcz" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635993", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635969", + "resource": { + "resourceType": "Patient", + "id": "3635969", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:11.383-04:00", + "source": "#hMhWcvCP3Oy19pF0" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635969", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635982", + "resource": { + "resourceType": "Patient", + "id": "3635982", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:12.378-04:00", + "source": "#RqWzaWlP1jK1hDmL" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635982", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + }, { + "fullUrl": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635976", + "resource": { + "resourceType": "Patient", + "id": "3635976", + "meta": { + "versionId": "1", + "lastUpdated": "2022-05-10T12:44:12.970-04:00", + "source": "#bgcQsNJDEDRdfgTf" + }, + "text": { + "status": "generated", + "div": "
Identifier
" + }, + "identifier": [ { + "id": "3635976", + "system": "https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/CodeSystem/DbGaPConcept-DbGaPSubjectIdentifier" + } ], + "gender": "unknown" + }, + "search": { + "mode": "include" + } + } ] +} \ No newline at end of file diff --git a/tests/fixtures/dbgap/output/gen3/_definitions.yaml b/tests/fixtures/dbgap/output/gen3/_definitions.yaml new file mode 100644 index 0000000..da80111 --- /dev/null +++ b/tests/fixtures/dbgap/output/gen3/_definitions.yaml @@ -0,0 +1,252 @@ +id: _definitions + +UUID: + term: + $ref: "_terms.yaml#/UUID" + type: string + pattern: "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$" + +parent_uuids: + type: array + minItems: 1 + items: + $ref: "#/UUID" + uniqueItems: true + +foreign_key_project: + type: object + # Allow true here because we can have other unique keys defined on + # a target type + additionalProperties: true + #Can either use 'id' which are Gen3 IDs (UUID) or 'code' + #which is the user defined ID for project + properties: + id: + $ref: "#/UUID" + code: + type: string + +to_one_project: + anyOf: + - type: array + items: + $ref: "#/foreign_key_project" + minItems: 1 + maxItems: 1 + - $ref: "#/foreign_key_project" + +to_many_project: + anyOf: + - type: array + items: + $ref: "#/foreign_key_project" + minItems: 1 + - $ref: "#/foreign_key_project" + +foreign_key: + type: object + # Allow true here because we can have other unique keys defined on + # a target type + additionalProperties: True + #Can either use 'id' which are GDC IDs (UUID) or 'submitter_id' + #which are user defined IDs ("submitter IDs in the backend") + properties: + id: + $ref: "#/UUID" + submitter_id: + type: string + +to_one: + anyOf: + - type: array + items: + $ref: "#/foreign_key" + minItems: 1 + maxItems: 1 + - $ref: "#/foreign_key" + +to_many: + anyOf: + - type: array + items: + $ref: "#/foreign_key" + minItems: 1 + - $ref: "#/foreign_key" + +datetime: + oneOf: + - type: string + format: date-time + - type: 'null' + term: + $ref: "_terms.yaml#/datetime" + +file_name: + type: string + term: + $ref: "_terms.yaml#/file_name" + +file_size: + type: integer + term: + $ref: "_terms.yaml#/file_size" + +file_format: + type: string + term: + $ref: "_terms.yaml#/file_format" + +ga4gh_drs_uri: + type: string + term: + $ref: "_terms.yaml#/ga4gh_drs_uri" + +md5sum: + type: string + term: + $ref: "_terms.yaml#/md5sum" + pattern: "^[a-f0-9]{32}$" + +object_id: + type: string + description: "The GUID of the object in the index service." + +release_state: + description: "Release state of an entity." + default: unreleased + enum: + - unreleased + - released + - redacted + +data_bundle_state: + description: "State of a data bundle." + default: submitted + enum: + - submitted + - validated + - error + - released + - suppressed + - redacted + +data_file_error_type: + term: + $ref: "_terms.yaml#/data_file_error_type" + enum: + - file_size + - file_format + - md5sum + +state: + term: + $ref: "_terms.yaml#/state" + default: validated + downloadable: + - uploaded + - md5summed + - validating + - validated + - error + - invalid + - released + public: + - live + oneOf: + - enum: #This list covers legacy data + - uploading + - uploaded + - md5summing + - md5summed + - validating + - error + - invalid + - suppressed + - redacted + - live + - enum: #This list covers all future data 1/15/16 + - validated + - submitted + - released + +file_state: + term: + $ref: "_terms.yaml#/file_state" + default: registered + enum: + - registered + - uploading + - uploaded + - validating + - validated + - submitted + - processing + - processed + - released + - error + +qc_metrics_state: + term: + $ref: "_terms.yaml#/qc_metric_state" + enum: + - FAIL + - PASS + - WARN + +project_id: + type: string + term: + $ref: "_terms.yaml#/project_id" + +data_file_properties: + $ref: "#/ubiquitous_properties" + file_name: + $ref: "#/file_name" + file_size: + $ref: "#/file_size" + file_format: + $ref: "#/file_format" + md5sum: + $ref: "#/md5sum" + object_id: + $ref: "#/object_id" + file_state: + $ref: "#/file_state" + error_type: + $ref: "#/data_file_error_type" + ga4gh_drs_uri: + $ref: "#/ga4gh_drs_uri" + +workflow_properties: + $ref: "#/ubiquitous_properties" + workflow_link: + description: "Link to Github hash for the CWL workflow used." + type: string + workflow_version: + description: "Major version for a GDC workflow." + type: string + workflow_start_datetime: + $ref: "#/datetime" + workflow_end_datetime: + $ref: "#/datetime" + +ubiquitous_properties: + type: + type: string + id: + $ref: "#/UUID" + systemAlias: node_id + submitter_id: + type: + - string + description: > + A project-specific identifier for a node. This property is the calling card/nickname/alias for + a unit of submission. It can be used in place of the UUID for identifying or recalling a node. + state: + $ref: "#/state" + project_id: + $ref: "#/project_id" + created_datetime: + $ref: "#/datetime" + updated_datetime: + $ref: "#/datetime" diff --git a/tests/fixtures/dbgap/output/gen3/_settings.yaml b/tests/fixtures/dbgap/output/gen3/_settings.yaml new file mode 100644 index 0000000..d7e2171 --- /dev/null +++ b/tests/fixtures/dbgap/output/gen3/_settings.yaml @@ -0,0 +1,6 @@ +# Global settings for the graph + +# Is the graph case centric, that we want +# to create a link between all children to case +# to expedite case filter on nodes +enable_case_cache: false diff --git a/tests/fixtures/dbgap/output/gen3/_terms.yaml b/tests/fixtures/dbgap/output/gen3/_terms.yaml new file mode 100644 index 0000000..6024d85 --- /dev/null +++ b/tests/fixtures/dbgap/output/gen3/_terms.yaml @@ -0,0 +1,1938 @@ +id: _terms + + + +28s_16s_ribosomal_rna_ratio: + description: > + The 28S/18S ribosomal RNA band ratio used to assess the quality of total RNA. + termDef: + term: "28s/18s Ribosomal RNA Ratio" + source: null + cde_id: null + cde_version: null + term_url: null + + + + + +a260_a280_ratio: + description: > + Numeric value that represents the sample ratio of nucleic acid absorbance at 260 nm and 280 nm, + used to determine a measure of DNA purity. + termDef: + term: Nucleic Acid Absorbance at 260 And Absorbance at 280 DNA Purity Ratio Value + source: caDSR + cde_id: 5432595 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432595&version=1.0" + +age: + description: > + Age at last visit. Age is encoded as ISO8601 duration. (CMG) + termDef: + term: Age at last visit. Age is encoded as ISO8601 duration. + source: Phenopackets + cde_id: ISO8601 + cde_version: 1.0 + term_url: "https://phenopackets-schema.readthedocs.io/en/latest/age.html#rstage" + +family_onset: + description: > + Typical age of onset for the family. Age is encoded as ISO8601 duration. (CMG) + termDef: + term: Typical age of onset for the family. Age is encoded as ISO8601 duration. + source: Phenopackets + cde_id: ISO8601 + cde_version: 1.0 + term_url: "https://phenopackets-schema.readthedocs.io/en/latest/age.html#rstage" + +disease_omim_id: + description: > + The ID of the term from OMIM which represents a disease. (CMG) + termDef: + term: The ID of the term from OMIM which represents a disease. (CMG) + source: OMIM + cde_id: OMIM + cde_version: 1.0 + term_url: "https://www.ncbi.nlm.nih.gov/omim" + +phenotype_hpo_id: + description: > + The ID of the term from Human Phenotype Ontology which represents a harmonized phenotype. (CMG) + termDef: + term: The ID of the term from Human Phenotype Ontology which represents a harmonized phenotype. (CMG) + source: HPO + cde_id: HPO + cde_version: 1.0 + term_url: "https://hpo.jax.org/app/" + +adapter_name: # TOREVIEW + description: > + Name of the sequencing adapter. + +adapter_sequence: # TOREVIEW + description: > + Base sequence of the sequencing adapter. + +age_of_onset: + description: > + Age of onset (if affected). Otherwise age of last exam or phenotype transfer. (CMG) + termDef: + term: Age of onset (if affected). Otherwise age of last exam or phenotype transfer. (CMG) + source: Phenopackets + cde_id: ISO8601 + cde_version: 1.0 + term_url: "https://phenopackets-schema.readthedocs.io/en/latest/age.html#rstage" + +age_at_event_days_gt89: + description: > + Indicate whether the 'Age at the time an event occurs expressed in the number of days since birth' is greater than 32872 days (89 years). + +age_at_diagnosis: + description: > + Age at the time of diagnosis expressed in number of days since birth. If the age at diagnosis is greater than 32872 days (89 years), then see 'age_at_diagnosis_gt89'. + termDef: + term: Patient Diagnosis Age Day Value + source: caDSR + cde_id: 3225640 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3225640&version=2.0" + +age_at_diagnosis_gt89: + description: > + Indicate whether the age at the time of diagnosis expressed in number of days since birth is greater than 32872 days (89 years). + termDef: + term: Patient Diagnosis Age Day Value + source: caDSR + cde_id: 3225640 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3225640&version=2.0" + +ajcc_clinical_m: + description: > + Extent of the distant metastasis for the cancer based on evidence obtained from clinical + assessment parameters determined prior to treatment. + termDef: + term: Neoplasm American Joint Committee on Cancer Clinical Distant Metastasis M Stage + source: caDSR + cde_id: 3440331 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440331&version=1.0" + +ajcc_clinical_n: + description: > + Extent of the regional lymph node involvement for the cancer based on evidence obtained from + clinical assessment parameters determined prior to treatment. + termDef: + term: Neoplasm American Joint Committee on Cancer Clinical Regional Lymph Node N Stage + source: caDSR + cde_id: 3440330 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440330&version=1.0" + +ajcc_clinical_stage: + description: > + Stage group determined from clinical information on the tumor (T), regional node (N) and + metastases (M) and by grouping cases with similar prognosis for cancer. + termDef: + term: Neoplasm American Joint Committee on Cancer Clinical Group Stage + source: caDSR + cde_id: 3440332 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440332&version=1.0" + +ajcc_clinical_t: + description: > + Extent of the primary cancer based on evidence obtained from clinical assessment parameters + determined prior to treatment. + termDef: + term: Neoplasm American Joint Committee on Cancer Clinical Primary Tumor T Stage + source: caDSR + cde_id: 3440328 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440328&version=1.0" + +ajcc_pathologic_m: + description: > + Code to represent the defined absence or presence of distant spread or metastases (M) to + locations via vascular channels or lymphatics beyond the regional lymph nodes, using + criteria established by the American Joint Committee on Cancer (AJCC). + termDef: + term: American Joint Committee on Cancer Metastasis Stage Code + source: caDSR + cde_id: 3045439 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3045439&version=1.0" + +ajcc_pathologic_n: + description: > + The codes that represent the stage of cancer based on the nodes present (N stage) according + to criteria based on multiple editions of the AJCC's Cancer Staging Manual. + termDef: + term: Neoplasm Disease Lymph Node Stage American Joint Committee on Cancer Code + source: caDSR + cde_id: 3203106 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3203106&version=1.0" + +ajcc_pathologic_stage: + description: > + The extent of a cancer, especially whether the disease has spread from the original site to + other parts of the body based on AJCC staging criteria. + termDef: + term: Neoplasm Disease Stage American Joint Committee on Cancer Code + source: caDSR + cde_id: 3203222 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3203222&version=1.0" + +ajcc_pathologic_t: + description: > + Code of pathological T (primary tumor) to define the size or contiguous extension of the + primary tumor (T), using staging criteria from the American Joint Committee on Cancer + (AJCC). + termDef: + term: American Joint Committee on Cancer Tumor Stage Code + source: caDSR + cde_id: 3045435 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3045435&version=1.0" + +alcohol_history: + description: > + A response to a question that asks whether the participant has consumed at least 12 drinks of + any kind of alcoholic beverage in their lifetime. + termDef: + term: Alcohol Lifetime History Indicator + source: caDSR + cde_id: 2201918 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2201918&version=1.0" + +drink_number: + description: > + Units of drink consumed during Drink Period (DRNKPRD). (GTEx) + +aliquot_quantity: + description: > + The quantity in micrograms (ug) of the aliquot(s) derived from the analyte(s) shipped for + sequencing and characterization. + termDef: + term: Biospecimen Aliquot Quantity + source: null + cde_id: null + cde_version: null + term_url: null + +aliquot_volume: + description: > + The volume in microliters (ml) of the aliquot(s) derived from the analyte(s) shipped for + sequencing and characterization. + termDef: + term: Biospecimen Aliquot Volume + source: null + cde_id: null + cde_version: null + term_url: null + +amount: # TOREVIEW + description: > + Weight in grams or volume in mL. + +analyte_quantity: + description: > + The quantity in micrograms (ug) of the analyte(s) derived from the analyte(s) shipped for + sequencing and characterization. + termDef: + term: Biospecimen Analyte Quantity + source: null + cde_id: null + cde_version: null + term_url: null + +analyte_type: + description: > + Text term that represents the kind of molecular specimen analyte. + termDef: + term: Molecular Specimen Type Text Name + source: caDSR + cde_id: 2513915 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2513915&version=2.0" + +analyte_type_id: + description: > + A single letter code used to identify a type of molecular analyte. + termDef: + term: Molecular Analyte Identification Code + source: caDSR + cde_id: 5432508 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432508&version=1.0" + +analyte_volume: + description: > + The volume in microliters (ml) of the analyte(s) derived from the analyte(s) shipped for + sequencing and characterization. + termDef: + term: Biospecimen Analyte Volume + source: null + cde_id: null + cde_version: null + term_url: null + +ann_arbor_b_symptoms: + description: > + Text term to signify whether lymphoma B-symptoms are present as noted in the patient's medical + record. + termDef: + term: Lymphoma B-Symptoms Medical Record Documented Indicator + source: caDSR + cde_id: 2902402 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2902402&version=1.0" + +ann_arbor_clinical_stage: + description: > + The classification of the clinically confirmed anatomic disease extent of lymphoma (Hodgkin's + and Non-Hodgkins) based on the Ann Arbor Staging System. + termDef: + term: Ann Arbor Clinical Stage + source: null + cde_id: null + cde_version: null + term_url: null + +ann_arbor_extranodal_involvement: + description: > + Indicator that identifies whether a patient with malignant lymphoma has lymphomatous involvement + of an extranodal site. + termDef: + term: Lymphomatous Extranodal Site Involvement Indicator + source: caDSR + cde_id: 3364582 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3364582&version=1.0" + +ann_arbor_pathologic_stage: + description: > + The classification of the pathologically confirmed anatomic disease extent of lymphoma + (Hodgkin's and Non-Hodgkins) based on the Ann Arbor Staging System. + termDef: + term: Ann Arbor Pathologic Stage + source: null + cde_id: null + cde_version: null + term_url: null + +ann_arbor_tumor_stage: + description: > + The classification of the anatomic disease extent of lymphoma (Hodgkin's and Non-Hodgkins) based + on the Ann Arbor Staging System. + termDef: + term: Ann Arbor Tumor Stage + source: null + cde_id: null + cde_version: null + term_url: null + +base_caller_name: # TOREVIEW + description: > + Name of the base caller. + +base_caller_version: # TOREVIEW + description: > + Version of the base caller. + +biomarker_name: + description: > + The name of the biomarker being tested for this specimen and set of test results. + termDef: + term: Biomarker Name + source: caDSR + cde_id: 5473 + cde_version: 11.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5473&version=2.31" + +biomarker_result: + description: > + Text term to define the results of genetic testing. + termDef: + term: Laboratory Procedure Genetic Abnormality Test Result Type + source: caDSR + cde_id: 3234680 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3234680&version=1.0" + +biomarker_test_method: + description: > + Text descriptor of a molecular analysis method used for an individual. + termDef: + term: Disease Detection Molecular Analysis Method Type + source: caDSR + cde_id: 3121575 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3121575&version=1.0" + +biospecimen_anatomic_site_id: + description: > + Uberon ID, anatomical location as described by the Uber Anatomy Ontology (UBERON). (CMG) + termDef: + term: Uberon ID, anatomical location as described by the Uber Anatomy Ontology (UBERON). (CMG) + source: Uberon + cde_id: Uberon + cde_version: 1.0 + term_url: "https://www.ebi.ac.uk/ols/ontologies/uberon" + +biospecimen_anatomic_site_label: + description: > + Uberon Label, anatomical location as described by the Uber Anatomy Ontology (UBERON). (CMG) + termDef: + term: Uberon Label, anatomical location as described by the Uber Anatomy Ontology (UBERON). (CMG) + source: Uberon + cde_id: Uberon + cde_version: 1.0 + term_url: "https://www.ebi.ac.uk/ols/ontologies/uberon" + +bmi: + description: > + Autocalculated field of BMI: general indicator of the body fat an individual is carrying based upon the ratio of weight to height. BMI = 703 * weight in pounds/height in inches squared. (GTEx) + termDef: + term: Body Mass Index (BMI) + source: caDSR + cde_id: 4973892 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4973892&version=1.0" + +burkitt_lymphoma_clinical_variant: + description: > + Burkitt's lymphoma categorization based on clinical features that differ from other forms of the + same disease. + termDef: + term: Burkitt Lymphoma Clinical Variant Type + source: caDSR + cde_id: 3770421 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3770421&version=1.0" + +cause_of_death: + description: > + Text term to identify the cause of death for a patient. + termDef: + term: Patient Death Reason + source: caDSR + cde_id: 2554674 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2554674&version=3.0" + +cea_level_preoperative: + description: > + Numeric value of the Carcinoembryonic antigen or CEA at the time before surgery. [Manually- + curated] + termDef: + term: Preoperative Carcinoembryonic Antigen Result Value + source: caDSR + cde_id: 2716510 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2716510&version=1.0" + +cigarettes_per_day: + description: > + The average number of cigarettes smoked per day. + termDef: + term: Smoking Use Average Number + source: caDSR + cde_id: 2001716 + cde_version: 4.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2001716&version=4.0" + +circumferential_resection_margin: + description: > + A value in millimeters indicating the measured length between a malignant lesion of the + colon or rectum and the nearest radial (or circumferential) border of tissue removed during + cancer surgery. + termDef: + term: Colorectal Surgical Margin Circumferential Distance Measurement + source: caDSR + cde_id: 64202 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64202&version=3.0" + +classification_of_tumor: + description: > + Text that describes the kind of disease present in the tumor specimen as related to a specific + timepoint. + termDef: + term: Tumor Tissue Disease Description Type + source: caDSR + cde_id: 3288124 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3288124&version=1.0" + +colon_polyps_history: + description: > + Yes/No indicator to describe if the subject had a previous history of colon polyps as noted + in the history/physical or previous endoscopic report (s). + termDef: + term: Colon Carcinoma Polyp Occurrence Indicator + source: caDSR + cde_id: 3107197 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3107197&version=1.0" + +composition: + description: > + Text term that represents the cellular composition of the sample. + termDef: + term: Biospecimen Cellular Composition Type + source: caDSR + cde_id: 5432591 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432591&version=1.0" + +concentration: + description: > + Numeric value that represents the concentration of an analyte or aliquot extracted from the + sample or sample portion, measured in milligrams per milliliter. + termDef: + term: Biospecimen Analyte or Aliquot Extracted Concentration Milligram per Milliliter Value + source: caDSR + cde_id: 5432594 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432594&version=1.0" + +creation_datetime: + description: > + The datetime of portion creation encoded as seconds from epoch. + termDef: + term: Biospecimen Portion Creation Seconds Date/Time + source: caDSR + cde_id: 5432592 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432592&version=1.0" + +current_weight: + description: > + Numeric value that represents the current weight of the sample, measured in milligrams. + termDef: + term: Tissue Sample Current Weight Milligram Value + source: caDSR + cde_id: 5432606 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432606&version=1.0" + +data_category: # TOREVIEW + description: > + Broad categorization of the contents of the data file. + +data_file_error_type: # TOREVIEW + description: > + Type of error for the data file object. + +data_format: # TOREVIEW + description: > + Format of the data files. + +data_type: # TOREVIEW + description: > + Specific content type of the data file. (CMG) + +datetime: + description: > + A combination of date and time of day in the form [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] + +days_to_birth: + description: > + Time interval from a person's date of birth to the date of initial pathologic diagnosis, + represented as a calculated negative number of days. + termDef: + term: Person Birth Date Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3008233 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008233&version=1.0" + +days_to_collection: + description: > + Time interval from the date of biospecimen collection to the date of initial pathologic + diagnosis, represented as a calculated number of days. + termDef: + term: Biospecimen Collection Date Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3008340 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008340&version=1.0" + +days_to_death: + description: > + Time interval from a person's date of death to the date of initial pathologic diagnosis, + represented as a calculated number of days. + termDef: + term: Death Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3165475 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3165475&version=1.0" + +days_to_hiv_diagnosis: + description: > + Time interval from the date of the initial pathologic diagnosis to the date of human + immunodeficiency diagnosis, represented as a calculated number of days. + termDef: + term: Human Immunodeficiency Virus Diagnosis Subtract Initial Pathologic Diagnosis Time Duration Day Calculation Value + source: caDSR + cde_id: 4618491 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4618491&version=1.0" + +days_to_last_follow_up: + description: > + Time interval from the date of last follow up to the date of initial pathologic diagnosis, + represented as a calculated number of days. + termDef: + term: Last Communication Contact Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3008273 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008273&version=1.0" + +days_to_last_known_disease_status: + description: > + Time interval from the date of last follow up to the date of initial pathologic diagnosis, + represented as a calculated number of days. + termDef: + term: Last Communication Contact Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3008273 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008273&version=1.0" + +days_to_new_event: + description: > + Time interval from the date of new tumor event including progression, recurrence and new + primary malignacies to the date of initial pathologic diagnosis, represented as a calculated + number of days. + termDef: + term: New Tumor Event Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3392464 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3392464&version=1.0" + +days_to_recurrence: + description: > + Time interval from the date of new tumor event including progression, recurrence and new primary + malignancies to the date of initial pathologic diagnosis, represented as a calculated number of + days. + termDef: + term: New Tumor Event Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3392464 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3392464&version=1.0" + +days_to_sample_procurement: + description: > + The number of days from the date the patient was diagnosed to the date of the procedure that + produced the sample. + +days_to_treatment: + description: > + Number of days from date of initial pathologic diagnosis that treatment began. + termDef: + term: Days to Treatment Start + source: null + cde_id: null + cde_version: null + term_url: null + +days_to_treatment_end: + description: > + Time interval from the date of the initial pathologic diagnosis to the date of treatment end, + represented as a calculated number of days. + termDef: + term: Treatment End Subtract First Pathologic Diagnosis Day Calculation Value + source: caDSR + cde_id: 5102431 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102431&version=1.0" + +days_to_treatment_start: + description: > + Time interval from the date of the initial pathologic diagnosis to the start of treatment, + represented as a calculated number of days. + termDef: + term: Treatment Start Subtract First Pathologic Diagnosis Time Day Calculation Value + source: caDSR + cde_id: 5102411 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102411&version=1.0" + +diagnosis_pathologically_confirmed: + description: > + The histologic description of tissue or cells confirmed by a pathology review of frozen or + formalin fixed slide(s) completed after the diagnostic pathology review of the tumor sample used + to extract analyte(s). + termDef: + term: Post-Diagnostic Pathology Review Confirmation + source: null + cde_id: null + cde_version: null + term_url: null + +dlco_ref_predictive_percent: + description: > + The value, as a percentage of predicted lung volume, measuring the amount of carbon monoxide + detected in a patient's lungs. + termDef: + term: Lung Carbon Monoxide Diffusing Capability Test Assessment Predictive Value Percentage Value + source: caDSR + cde_id: 2180255 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2180255&version=1.0" + +encoding: + description: > + Version of ASCII encoding of quality values found in the file. + termDef: + term: Encoding + source: FastQC + cde_id: null + cde_version: null + term_url: "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/1%20Basic%20Statistics.html" + +estrogen_receptor_percent_positive_ihc: + description: > + Classification to represent ER Positive results expressed as a percentage value. + termDef: + term: ER Level Cell Percentage Category + source: caDSR + cde_id: 3128341 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3128341&version=1.0" + +estrogen_receptor_result_ihc: + description: > + Text term to represent the overall result of Estrogen Receptor (ER) testing. + termDef: + term: Breast Carcinoma Estrogen Receptor Status + source: caDSR + cde_id: 2957359 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2957359&version=2.0" + +ethnicity: + description: > + An individual's self-described social and cultural grouping, specifically whether an individual + describes themselves as Hispanic or Latino (HARMONIZED). The provided values are based on the categories + defined by the U.S. Office of Management and Business and used by the U.S. Census Bureau. (CMG, GTEx) + termDef: + term: Ethnic Group Category Text + source: caDSR + cde_id: 2192217 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2192217&version=2.0" + +experiment_name: # TOREVIEW + description: > + Submitter-defined name for the experiment. + +experimental_strategy: # TOREVIEW + description: > + The sequencing strategy used to generate the data file referred to by the ga4gh_drs_uri. + +fastq_name: # TOREVIEW + description: > + Names of FASTQs. + +fev1_ref_post_bronch_percent: + description: > + The percentage comparison to a normal value reference range of the volume of air that a + patient can forcibly exhale from the lungs in one second post-bronchodilator. + termDef: + term: Post Bronchodilator Lung Forced Expiratory Volume 1 Test Lab Percentage Value + source: caDSR + cde_id: 3302948 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302948&version=1.0" + +fev1_ref_pre_bronch_percent: + description: > + The percentage comparison to a normal value reference range of the volume of air that a + patient can forcibly exhale from the lungs in one second pre-bronchodilator. + termDef: + term: Pre Bronchodilator Lung Forced Expiratory Volume 1 Test Lab Percentage Value + source: caDSR + cde_id: 3302947 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302947&version=1.0" + +fev1_fvc_post_bronch_percent: + description: > + Percentage value to represent result of Forced Expiratory Volume in 1 second (FEV1) divided + by the Forced Vital Capacity (FVC) post-bronchodilator. + termDef: + term: Post Bronchodilator FEV1/FVC Percent Value + source: caDSR + cde_id: 3302956 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302956&version=1.0" + +fev1_fvc_pre_bronch_percent: + description: > + Percentage value to represent result of Forced Expiratory Volume in 1 second (FEV1) divided + by the Forced Vital Capacity (FVC) pre-bronchodilator. + termDef: + term: Pre Bronchodilator FEV1/FVC Percent Value + source: caDSR + cde_id: 3302955 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302955&version=1.0" + +figo_stage: + description: > + The extent of a cervical or endometrial cancer within the body, especially whether the + disease has spread from the original site to other parts of the body, as described by the + International Federation of Gynecology and Obstetrics (FIGO) stages. + termDef: + term: Gynecologic Tumor Grouping Cervical Endometrial FIGO 2009 Stage + source: caDSR + cde_id: 3225684 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3225684&version=1.0" + +file_format: + description: > + The format of the data file object. + +file_name: # TOREVIEW + description: > + The name (or part of a name) of a file (of any type). + +file_size: # TOREVIEW + description: > + The size of the data file (object) in bytes. + +file_state: # TOREVIEW + description: > + The current state of the data file object. + +flow_cell_barcode: # TOREVIEW + description: > + Flow Cell Barcode. + +freezing_method: + description: > + Text term that represents the method used for freezing the sample. + termDef: + term: Tissue Sample Freezing Method Type + source: caDSR + cde_id: 5432607 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432607&version=1.0" + +ga4gh_drs_uri: + description: > + DRS URI as defined by GA4GH DRS spec for pointers to file objects. + +sex: + description: > + Text designations that identify gender (HARMONIZED). Gender is described as the assemblage of properties that + distinguish people on the basis of their societal roles. [Explanatory Comment 1: Identification + of gender is based upon self-report and may come from a form, questionnaire, interview, etc.] (CMG) + termDef: + term: Person Gender Text Type + source: caDSR + cde_id: 2200604 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2200604&version=3.0" + +height: + description: > + The height of Donor in inches as reported by Donor, family/next of kin, or medical record abstraction. (GTEx) + termDef: + term: Patient Height Measurement + source: caDSR + cde_id: 649 + cde_version: 4.1 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=649&version=4.1" + +her2_erbb2_percent_positive_ihc: + description: > + Classification to represent the number of positive HER2/ERBB2 cells in a specimen or sample. + termDef: + term: HER2 ERBB Positive Finding Cell Percentage Category + source: caDSR + cde_id: 3086980 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3086980&version=1.0" + +her2_erbb2_result_fish: + description: > + the type of outcome for HER2 as determined by an in situ hybridization (ISH) assay. + termDef: + term: Laboratory Procedure HER2/neu in situ Hybridization Outcome Type + source: caDSR + cde_id: 2854089 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2854089&version=1.0" + +her2_erbb2_result_ihc: + description: > + Text term to signify the result of the medical procedure that involves testing a sample of + blood or tissue for HER2 by histochemical localization of immunoreactive substances using + labeled antibodies as reagents. + termDef: + term: Laboratory Procedure HER2/neu Immunohistochemistry Receptor Status + source: caDSR + cde_id: 2957563 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2957563&version=2.0" + +hiv_positive: + description: > + Text term to signify whether a physician has diagnosed HIV infection in a patient. + termDef: + term: Physician Diagnosed HIV Infection Personal Medical History Yes No Not Applicable Indicator + source: caDSR + cde_id: 4030799 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4030799&version=1.0" + +hpv_positive_type: + description: > + Text classification to represent the strain or type of human papillomavirus identified in an + individual. + termDef: + term: Human Papillomavirus Type + source: caDSR + cde_id: 2922649 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2922649&version=1.0" + +hpv_status: + description: > + The findings of the oncogenic HPV. + termDef: + term: Oncogenic Human Papillomavirus Result Type + source: caDSR + cde_id: 2230033 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2230033&version=1.0" + +includes_spike_ins: # TOREVIEW + description: > + Spike-in included? + +initial_weight: + description: > + Numeric value that represents the initial weight of the sample, measured in milligrams. + termDef: + term: Tissue Sample Initial Weight Milligram Value + source: caDSR + cde_id: 5432605 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432605&version=1.0" + +instrument_model: + description: > + Numeric value that represents the sample dimension that is greater than the shortest + dimension and less than the longest dimension, measured in millimeters. + termDef: + term: Tissue Sample Intermediate Dimension Millimeter Measurement + source: caDSR + cde_id: 5432604 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432604&version=1.0" + +intermediate_dimension: # TOREVIEW + description: > + Intermediate dimension of the sample, in millimeters. + +is_ffpe: + description: > + Indicator to signify whether or not the tissue sample was fixed in formalin and embedded in + paraffin (FFPE). + termDef: + term: Specimen Processing Formalin Fixed Paraffin Embedded Tissue Indicator + source: caDSR + cde_id: 4170557 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4170557&version=1.0" + +is_paired_end: # TOREVIEW + description: > + Are the reads paired end? + +is_proband: # TOREVIEW + description: > + Boolean value to determine if the case is the proband. + +last_known_disease_status: + description: > + Text term that describes the last known state or condition of an individual's neoplasm. + termDef: + term: Person Last Known Neoplasm Status + source: caDSR + cde_id: 5424231 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2759550&version=1.0" + +laterality: + description: > + For tumors in paired organs, designates the side on which the cancer originates. + termDef: + term: Primary Tumor Laterality + source: caDSR + cde_id: 827 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=827&version=3.0" + +ldh_level_at_diagnosis: + description: > + The 2 decimal place numeric laboratory value measured, assigned or computed related to the + assessment of lactate dehydrogenase in a specimen. + termDef: + term: Laboratory Procedure Lactate Dehydrogenase Result Integer::2 Decimal Place Value + source: caDSR + cde_id: 2798766 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2798766&version=1.0" + +ldh_normal_range_upper: + description: > + The top value of the range of statistical characteristics that are supposed to represent + accepted standard, non-pathological pattern for lactate dehydrogenase (units not specified). + termDef: + term: Laboratory Procedure Lactate Dehydrogenase Result Upper Limit of Normal Value + source: caDSR + cde_id: 2597015 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2597015&version=1.0" + +library_strategy: # TOREVIEW + description: > + Library strategy. + +library_selection: # TOREVIEW + description: > + Library Selection Method + +library_name: # TOREVIEW + description: > + Name of the library. + +library_preparation_kit_name: # TOREVIEW + description: > + Name of Library Preparation Kit + +library_preparation_kit_vendor: # TOREVIEW + description: > + Vendor of Library Preparation Kit + +library_preparation_kit_catalog_number: # TOREVIEW + description: > + Catalog of Library Preparation Kit + +library_preparation_kit_version: # TOREVIEW + description: > + Version of Library Preparation Kit + +library_strand: # TOREVIEW + description: > + Library stranded-ness. + +longest_dimension: + description: > + Numeric value that represents the longest dimension of the sample, measured in millimeters. + termDef: + term: Tissue Sample Longest Dimension Millimeter Measurement + source: caDSR + cde_id: 5432602 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432602&version=1.0" + +lymph_nodes_positive: + description: > + The number of lymph nodes involved with disease as determined by pathologic examination. + termDef: + term: Lymph Node(s) Positive Number + source: caDSR + cde_id: 89 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=89&version=3.0" + +lymphatic_invasion_present: + description: > + A yes/no indicator to ask if small or thin-walled vessel invasion is present, indicating + lymphatic involvement + termDef: + term: Lymphatic/Small vessel Invasion Ind + source: caDSR + cde_id: 64171 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64171&version=3.0" + +method_of_diagnosis: + description: > + The method used to initially the patient's diagnosis. + termDef: + term: Method of Diagnosis + source: null + cde_id: null + cde_version: null + term_url: null + +method_of_sample_procurement: + description: > + The method used to procure the sample used to extract analyte(s). + termDef: + term: Method of Sample Procurement + source: null + cde_id: null + cde_version: null + term_url: null + +md5sum: # TOREVIEW + description: > + The 128-bit hash value expressed as a 32 digit hexadecimal number used as a file's digital + fingerprint. + +microsatellite_instability_abnormal: + description: > + The yes/no indicator to signify the status of a tumor for microsatellite instability. + termDef: + term: Microsatellite Instability Occurrence Indicator + source: caDSR + cde_id: 3123142 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3123142&version=1.0" + +morphology: + description: > + The third edition of the International Classification of Diseases for Oncology, published in + 2000 used principally in tumor and cancer registries for coding the site (topography) and the + histology (morphology) of neoplasms. The study of the structure of the cells and their + arrangement to constitute tissues and, finally, the association among these to form organs. In + pathology, the microscopic process of identifying normal and abnormal morphologic + characteristics in tissues, by employing various cytochemical and immunocytochemical stains. A + system of numbered categories for representation of data. + termDef: + term: International Classification of Diseases for Oncology, Third Edition ICD-O-3 Histology Code + source: caDSR + cde_id: 3226275 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3226275&version=1.0" + +new_event_anatomic_site: + description: > + Text term to specify the anatomic location of the return of tumor after treatment. + termDef: + term: New Neoplasm Event Occurrence Anatomic Site + source: caDSR + cde_id: 3108271 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3108271&version=2.0" + +new_event_type: + description: > + Text term to identify a new tumor event. + termDef: + term: New Neoplasm Event Type + source: caDSR + cde_id: 3119721 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3119721&version=1.0" + +normal_tumor_genotype_snp_match: + description: > + Text term that represents whether or not the genotype of the normal tumor matches or if the data + is not available. + termDef: + term: Normal Tumor Genotype Match Indicator + source: caDSR + cde_id: 4588156 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4588156&version=1.0" + +number_proliferating_cells: + description: > + Numeric value that represents the count of proliferating cells determined during pathologic + review of the sample slide(s). + termDef: + term: Pathology Review Slide Proliferating Cell Count + source: caDSR + cde_id: 5432636 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432636&version=1.0" + +oct_embedded: + description: > + Indicator of whether or not the sample was embedded in Optimal Cutting Temperature (OCT) compound. + termDef: + term: Tissue Sample Optimal Cutting Temperature Compound Embedding Indicator + source: caDSR + cde_id: 5432538 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432538&version=1.0" + +years_smoked: + description: > + Number of years the Donor smoked. (GTEx) + termDef: + term: Person Cigarette Smoking History Pack Year Value + source: caDSR + cde_id: 2955385 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2955385&version=1.0" + +percent_eosinophil_infiltration: + description: > + Numeric value to represent the percentage of infiltration by eosinophils in a tumor sample or + specimen. + termDef: + term: Specimen Eosinophilia Percentage Value + source: caDSR + cde_id: 2897700 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897700&version=2.0" + +percent_gc_content: + description: > + The overall %GC of all bases in all sequences. + termDef: + term: "%GC" + source: FastQC + cde_id: null + cde_version: null + term_url: "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/1%20Basic%20Statistics.html" + +percent_granulocyte_infiltration: + description: > + Numeric value to represent the percentage of infiltration by granulocytes in a tumor sample or + specimen. + termDef: + term: Specimen Granulocyte Infiltration Percentage Value + source: caDSR + cde_id: 2897705 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897705&version=2.0" + +percent_inflam_infiltration: + description: > + Numeric value to represent local response to cellular injury, marked by capillary dilatation, + edema and leukocyte infiltration; clinically, inflammation is manifest by reddness, heat, pain, + swelling and loss of function, with the need to heal damaged tissue. + termDef: + term: Specimen Inflammation Change Percentage Value + source: caDSR + cde_id: 2897695 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897695&version=1.0" + +percent_lymphocyte_infiltration: + description: > + Numeric value to represent the percentage of infiltration by lymphocytes in a solid tissue + normal sample or specimen. + termDef: + term: Specimen Lymphocyte Infiltration Percentage Value + source: caDSR + cde_id: 2897710 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897710&version=2.0" + +percent_monocyte_infiltration: + description: > + Numeric value to represent the percentage of monocyte infiltration in a sample or specimen. + termDef: + term: Specimen Monocyte Infiltration Percentage Value + source: caDSR + cde_id: 5455535 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5455535&version=1.0" + +percent_necrosis: + description: > + Numeric value to represent the percentage of cell death in a malignant tumor sample or specimen. + termDef: + term: Malignant Neoplasm Necrosis Percentage Value + source: caDSR + cde_id: 2841237 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841237&version=1.0" + +percent_neutrophil_infiltration: + description: > + Numeric value to represent the percentage of infiltration by neutrophils in a tumor sample or + specimen. + termDef: + term: Malignant Neoplasm Neutrophil Infiltration Percentage Cell Value + source: caDSR + cde_id: 2841267 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841267&version=1.0" + +percent_normal_cells: + description: > + Numeric value to represent the percentage of normal cell content in a malignant tumor sample or + specimen. + termDef: + term: Malignant Neoplasm Normal Cell Percentage Value + source: caDSR + cde_id: 2841233 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841233&version=1.0" + +percent_stromal_cells: + description: > + Numeric value to represent the percentage of reactive cells that are present in a malignant + tumor sample or specimen but are not malignant such as fibroblasts, vascular structures, etc. + termDef: + term: Malignant Neoplasm Stromal Cell Percentage Value + source: caDSR + cde_id: 2841241 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841241&version=1.0" + +percent_tumor_cells: + description: > + Numeric value that represents the percentage of infiltration by granulocytes in a sample. + termDef: + term: Specimen Tumor Cell Percentage Value + source: caDSR + cde_id: 5432686 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432686&version=1.0" + +percent_tumor_nuclei: + description: > + Numeric value to represent the percentage of tumor nuclei in a malignant neoplasm sample or specimen. + termDef: + term: Malignant Neoplasm Neoplasm Nucleus Percentage Cell Value + source: caDSR + cde_id: 2841225 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841225&version=1.0" + +perineural_invasion_present: + description: > + a yes/no indicator to ask if perineural invasion or infiltration of tumor or cancer is + present. + termDef: + term: Tumor Perineural Invasion Ind + source: caDSR + cde_id: 64181 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64181&version=3.0" + +platform: # TOREVIEW + description: > + Name of the platform used to obtain data. + +portion_number: + description: > + Numeric value that represents the sequential number assigned to a portion of the sample. + termDef: + term: Biospecimen Portion Sequence Number + source: caDSR + cde_id: 5432711 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432711&version=1.0" + +portion_weight: + description: > + Numeric value that represents the sample portion weight, measured in milligrams. + termDef: + term: Biospecimen Portion Weight Milligram Value + source: caDSR + cde_id: 5432593 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432593&version=1.0" + +preservation_method: + description: > + Text term that represents the method used to preserve the sample. + termDef: + term: Tissue Sample Preservation Method Type + source: caDSR + cde_id: 5432521 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432521&version=1.0" + + +prior_malignancy: + description: > + Text term to describe the patient's history of prior cancer diagnosis and the spatial location + of any previous cancer occurrence. + termDef: + term: Prior Cancer Diagnosis Occurrence Description Text + source: caDSR + cde_id: 3382736 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3382736&version=2.0" + +prior_treatment: + description: > + A yes/no/unknown/not applicable indicator related to the administration of therapeutic agents + received before the body specimen was collected. + termDef: + term: Therapeutic Procedure Prior Specimen Collection Administered Yes No Unknown Not Applicable Indicator + source: caDSR + cde_id: 4231463 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4231463&version=1.0" + +progesterone_receptor_percent_positive_ihc: + description: > + Classification to represent Progesterone Receptor Positive results expressed as a percentage + value. + termDef: + term: Progesterone Receptor Level Cell Percentage Category + source: caDSR + cde_id: 3128342 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3128342&version=1.0" + +progesterone_receptor_result_ihc: + description: > + Text term to represent the overall result of Progresterone Receptor (PR) testing. + termDef: + term: Breast Carcinoma Progesterone Receptor Status + source: caDSR + cde_id: 2957357 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2957357&version=2.0" + +progression_or_recurrence: + description: > + Yes/No/Unknown indicator to identify whether a patient has had a new tumor event + after initial treatment. + termDef: + term: New Neoplasm Event Post Initial Therapy Indicator + source: caDSR + cde_id: 3121376 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3121376&version=1.0" + +project_id: # TOREVIEW + description: > + Unique ID for any specific defined piece of work that is undertaken or attempted to + meet a single requirement. + +qc_metric_state: + description: > + State classification given by FASTQC for the metric. Metric specific details about the states + are available on their website. + termDef: + term: QC Metric State + source: FastQC + cde_id: null + cde_version: null + term_url: "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/" + +race: + description: > + An arbitrary classification of a taxonomic group that is a division of a species (HARMONIZED). It usually + arises as a consequence of geographical isolation within a species and is characterized by + shared heredity, physical attributes and behavior, and in the case of humans, by common history, + nationality, or geographic distribution. The provided values are based on the categories defined + by the U.S. Office of Management and Business and used by the U.S. Census Bureau. (GTEx) + termDef: + term: Race Category Text + source: caDSR + cde_id: 2192199 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2192199&version=1.0" + +read_length: # TOREVIEW + description: > + The length of the reads. + +read_group_name: # TOREVIEW + description: > + The name of the read group. + +relationship_age_at_diagnosis: + description: > + The age (in years) when the patient's relative was first diagnosed. + termDef: + term: Relative Diagnosis Age Value + source: caDSR + cde_id: 5300571 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5300571&version=1.0" + +relationship_to_proband: + description: > + The subgroup that describes the state of connectedness between members of the unit of society + organized around kinship ties. + termDef: + term: Family Member Relationship Type + source: caDSR + cde_id: 2690165 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2690165&version=2.0" + +relationship_type: + description: > + The subgroup that describes the state of connectedness between members of the unit of society + organized around kinship ties. + termDef: + term: Family Member Relationship Type + source: caDSR + cde_id: 2690165 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2690165&version=2.0" + +relative_with_cancer_history: + description: > + Indicator to signify whether or not an individual's biological relative has been diagnosed with + another type of cancer. + termDef: + term: Other Cancer Biological Relative History Indicator + source: caDSR + cde_id: 3901752 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3901752&version=1.0" + +residual_disease: + description: > + Text terms to describe the status of a tissue margin following surgical resection. + termDef: + term: Surgical Margin Resection Status + source: caDSR + cde_id: 2608702 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2608702&version=1.0" + +RIN: + description: > + A numerical assessment of the integrity of RNA based on the entire electrophoretic trace of the + RNA sample including the presence or absence of degradation products. + termDef: + term: Biospecimen RNA Integrity Number Value + source: caDSR + cde_id: 5278775 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5278775&version=1.0" + +sample_type: + description: > + Text term to describe the source of a biospecimen used for a laboratory test. + termDef: + term: Specimen Type Collection Biospecimen Type + source: caDSR + cde_id: 3111302 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3111302&version=2.0" + +sample_type_id: # TOREVIEW + description: > + The accompanying sample type id for the sample type. + +section_location: # TOREVIEW + description: > + Tissue source of the slide. + +sequencing_center: # TOREVIEW + description: > + Name of the center that provided the sequence files. + +shortest_dimension: + description: > + Numeric value that represents the shortest dimension of the sample, measured in millimeters. + termDef: + term: Tissue Sample Short Dimension Millimeter Measurement + source: caDSR + cde_id: 5432603 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432603&version=1.0" + +site_of_resection_or_biopsy: + description: > + The third edition of the International Classification of Diseases for Oncology, published in + 2000, used principally in tumor and cancer registries for coding the site (topography) and the + histology (morphology) of neoplasms. The description of an anatomical region or of a body part. + Named locations of, or within, the body. A system of numbered categories for representation of + data. + termDef: + term: International Classification of Diseases for Oncology, Third Edition ICD-O-3 Site Code + source: caDSR + cde_id: 3226281 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3226281&version=1.0" + +size_selection_range: # TOREVIEW + description: > + Range of size selection. + +smoking_history: + description: > + Category describing current smoking status and smoking history as self-reported by a patient. + termDef: + term: Smoking History + source: caDSR + cde_id: 2181650 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2181650&version=1.0" + +smoking_intensity: + description: > + Numeric computed value to represent lifetime tobacco exposure defined as number of cigarettes + smoked per day x number of years smoked divided by 20 + termDef: + term: Person Cigarette Smoking History Pack Year Value + source: caDSR + cde_id: 2955385 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2955385&version=1.0" + +source_center: # TOREVIEW + description: > + Name of the center that provided the item. + +spectrophotometer_method: + description: > + Name of the method used to determine the concentration of purified nucleic acid within a + solution. + termDef: + term: Purification Nucleic Acid Solution Concentration Determination Method Type + source: caDSR + cde_id: 3008378 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008378&version=1.0" + +spike_ins_fasta: # TOREVIEW + description: > + Name of the FASTA file that contains the spike-in sequences. + +spike_ins_concentration: # TOREVIEW + description: > + Spike in concentration. + +state: # TOREVIEW + description: > + The current state of the object. + +target_capture_kit_name: # TOREVIEW + description: > + Name of Target Capture Kit. + +target_capture_kit_vendor: # TOREVIEW + description: > + Vendor of Target Capture Kit. + +target_capture_kit_catalog_number: # TOREVIEW + description: > + Catalog of Target Capture Kit. + +target_capture_kit_version: # TOREVIEW + description: > + Version of Target Capture Kit. + +target_capture_kit_target_region: # TOREVIEW + description: > + Target Capture Kit BED file. + +therapeutic_agents: + description: > + Text identification of the individual agent(s) used as part of a prior treatment regimen. + termDef: + term: Prior Therapy Regimen Text + source: caDSR + cde_id: 2975232 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2975232&version=1.0" + +time_between_clamping_and_freezing: + description: > + Numeric representation of the elapsed time between the surgical clamping of blood supply and + freezing of the sample, measured in minutes. + termDef: + term: Tissue Sample Clamping and Freezing Elapsed Minute Time + source: caDSR + cde_id: 5432611 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432611&version=1.0" + +time_between_excision_and_freezing: + description: > + Numeric representation of the elapsed time between the excision and freezing of the sample, + measured in minutes. + termDef: + term: Tissue Sample Excision and Freezing Elapsed Minute Time + source: caDSR + cde_id: 5432612 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432612&version=1.0" + +tissue_or_organ_of_origin: + description: > + Text term that describes the anatomic site of the tumor or disease. + termDef: + term: Tumor Disease Anatomic Site + source: caDSR + cde_id: 3427536 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3427536&version=3.0" + +tissue_type: + description: > + Text term that represents a description of the kind of tissue collected with respect to disease + status or proximity to tumor tissue. + termDef: + term: Tissue Sample Description Type + source: caDSR + cde_id: 5432687 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432687&version=1.0" + +to_trim_adapter_sequence: # TOREVIEW + description: > + Does the user suggest adapter trimming? + +tobacco_smoking_onset_year: + description: > + The year in which the participant began smoking. + termDef: + term: Started Smoking Year + source: caDSR + cde_id: 2228604 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2228604&version=1.0" + +tobacco_smoking_quit_year: + description: > + The year in which the participant quit smoking. + termDef: + term: Stopped Smoking Year + source: caDSR + cde_id: 2228610 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2228610&version=1.0" + +tobacco_smoking_status: + description: > + Category describing current smoking status and smoking history as self-reported by a + patient. + termDef: + term: Patient Smoking History Category + source: caDSR + cde_id: 2181650 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2181650&version=1.0" + +total_sequences: + description: > + A count of the total number of sequences processed. + termDef: + term: Total Sequences + source: FastQC + cde_id: null + cde_version: null + term_url: "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/1%20Basic%20Statistics.html" + +treatment_anatomic_site: + description: > + The anatomic site or field targeted by a treatment regimen or single agent therapy. + termDef: + term: Treatment Anatomic Site + source: null + cde_id: null + cde_version: null + term_url: null + +treatment_intent_type: + description: > + Text term to identify the reason for the administration of a treatment regimen. [Manually-curated] + termDef: + term: Treatment Regimen Intent Type + source: caDSR + cde_id: 2793511 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2793511&version=1.0" + +treatment_or_therapy: + description: > + A yes/no/unknown/not applicable indicator related to the administration of therapeutic agents + received before the body specimen was collected. + termDef: + term: Therapeutic Procedure Prior Specimen Collection Administered Yes No Unknown Not Applicable Indicator + source: caDSR + cde_id: 4231463 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4231463&version=1.0" + +treatment_outcome: + description: > + Text term that describes the patient¿s final outcome after the treatment was administered. + termDef: + term: Treatment Outcome Type + source: caDSR + cde_id: 5102383 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102383&version=1.0" + +treatment_type: + description: > + Text term that describes the kind of treatment administered. + termDef: + term: Treatment Method Type + source: caDSR + cde_id: 5102381 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102381&version=1.0" + +tumor_grade: + description: > + Numeric value to express the degree of abnormality of cancer cells, a measure of differentiation + and aggressiveness. + termDef: + term: Neoplasm Histologic Grade + source: caDSR + cde_id: 2785839 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2785839&version=2.0" + +tumor_code: # TOREVIEW + description: > + Diagnostic tumor code of the tissue sample source. + +tumor_code_id: # TOREVIEW + description: > + BCR-defined id code for the tumor sample. + +tumor_descriptor: + description: > + Text that describes the kind of disease present in the tumor specimen as related to a specific + timepoint. + termDef: + term: Tumor Tissue Disease Description Type + source: caDSR + cde_id: 3288124 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3288124&version=1.0" + +tumor_stage: + description: > + The extent of a cancer in the body. Staging is usually based on the size of the tumor, whether + lymph nodes contain cancer, and whether the cancer has spread from the original site to other + parts of the body. The accepted values for tumor_stage depend on the tumor site, type, and + accepted staging system. These items should accompany the tumor_stage value as associated + metadata. + termDef: + term: Tumor Stage + source: NCIt + cde_id: C16899 + cde_version: null + term_url: "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI%20Thesaurus&code=C16899" + +UUID: + description: > + A 128-bit identifier. Depending on the mechanism used to generate it, it is either guaranteed to + be different from all other UUIDs/GUIDs generated until 3400 AD or extremely likely to be + different. Its relatively small size lends itself well to sorting, ordering, and hashing of all + sorts, storing in databases, simple allocation, and ease of programming in general. + termDef: + term: Universally Unique Identifier + source: NCIt + cde_id: C54100 + cde_version: null + term_url: "https://ncit.nci.nih.gov/ncitbrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&version=16.02d&ns=NCI_Thesaurus&code=C54100" + +vascular_invasion_present: + description: > + The yes/no indicator to ask if large vessel or venous invasion was detected by surgery or + presence in a tumor specimen. + termDef: + term: Tumor Vascular Invasion Ind-3 + source: caDSR + cde_id: 64358 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64358&version=3.0" + +vital_status: + description: > + The survival state of the person registered on the protocol. + termDef: + term: Patient Vital Status + source: caDSR + cde_id: 5 + cde_version: 5.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5&version=5.0" + +weight: + description: > + The weight of the patient measured in lbs (HARMONIZED). + termDef: + term: Patient Weight Measurement + source: caDSR + cde_id: 651 + cde_version: 4.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=651&version=4.0" + +well_number: + description: > + Numeric value that represents the the well location within a plate for the analyte or + aliquot from the sample. + termDef: + term: Biospecimen Analyte or Aliquot Plate Well Number + source: caDSR + cde_id: 5432613 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432613&version=1.0" + +workflow_type: + description: > + Generic name for the workflow used to analyze a data set. + +year_of_birth: + description: > + Numeric value to represent the calendar year in which an individual was born. + termDef: + term: Year Birth Date Number + source: caDSR + cde_id: 2896954 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2896954&version=1.0" + +year_of_diagnosis: + description: > + Numeric value to represent the year of an individual's initial pathologic diagnosis of cancer. + termDef: + term: Year of initial pathologic diagnosis + source: caDSR + cde_id: 2896960 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2896960&version=1.0" + +year_of_death: + description: > + Numeric value to represent the year of the death of an individual. + termDef: + term: Year Death Number + source: caDSR + cde_id: 2897030 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897030&version=1.0" + +years_smoked: + description: > + Numeric value (or unknown) to represent the number of years a person has been smoking (HARMONIZED). If the number of years is greater than 89, see 'years_smoked_gt89'. + termDef: + term: Person Smoking Duration Year Count + source: caDSR + cde_id: 3137957 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3137957&version=1.0" + +years_smoked_gt89: + description: > + Indicate whether the numeric value to represent the number of years a person has been smoking (HARMONIZED) is greater than 89 years. + termDef: + term: Person Smoking Duration Year Count + source: caDSR + cde_id: 3137957 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3137957&version=1.0" diff --git a/tests/fixtures/ncpi/README.md b/tests/fixtures/ncpi/README.md new file mode 100644 index 0000000..5e538f7 --- /dev/null +++ b/tests/fixtures/ncpi/README.md @@ -0,0 +1,5 @@ +## ncpi + +### copy from IG build +curl https://nih-ncpi.github.io/ncpi-fhir-ig/examples.json.zip --output {output_path}/examples.json.zip 2> /dev/null +unzip {output_path}/examples.json.zip -d {output_path}/examples diff --git a/tests/fixtures/ncpi/examples/CodeSystem-ConditionInheritanceMode.json b/tests/fixtures/ncpi/examples/CodeSystem-ConditionInheritanceMode.json new file mode 100644 index 0000000..dce46d9 --- /dev/null +++ b/tests/fixtures/ncpi/examples/CodeSystem-ConditionInheritanceMode.json @@ -0,0 +1,151 @@ +{ + "resourceType": "CodeSystem", + "id": "ConditionInheritanceMode", + "text": { + "status": "generated", + "div": "

This code system https://ncpi-fhir.github.io/ncpi-fhir-ig/CodeSystem/ConditionInheritanceMode defines the following codes:

CodeDisplay
GENO:0000143 Codominant inheritance
GENO:0000889 Unknown inheritance
GENO:0000892 Mitochondrial inheritance (primarily or exclusively heteroplasmic)
GENO:0000893 Mitochondrial inheritance (primarily or exclusively homoplasmic)
HP:0000006 Autosomal dominant inheritance
HP:0000007 Autosomal recessive inheritance
HP:0001417 X-linked inheritance
HP:0001419 X-linked inheritance (recessive)
HP:0001423 X-linked inheritance (dominant)
HP:0001426 Multifactorial inheritance
HP:0001427 Mitochondrial inheritance
HP:0001428 Somatic mutation
HP:0001450 Y-linked inheritance
HP:0001470 Autosomal dominant inheritance (sex-limited)
HP:0003743 Genetic anticipation
HP:0003745 Sporadic
HP:0010983 Oligogenic
HP:0012274 Autosomal dominant inheritance (with paternal imprinting)
HP:0012275 Autosomal dominant inheritance (with maternal imprinting)
HP:0025352 Autosomal dominant inheritance (primarily or exclusively de novo)
HP:0031362 Autosomal recessive inheritance (sex-limited)
SEPIO-CG:97020 Semidominant inheritance
SEPIO-CG:97021 X-linked inheritance (primarily recessive with milder female expression)
SEPIO-CG:97022 Autosomal dominant inheritance (with genetic anticipation)
SEPIO-CG:97023 Autosomal recessive inheritance (with genetic anticipation)
" + }, + "url": "https://ncpi-fhir.github.io/ncpi-fhir-ig/CodeSystem/ConditionInheritanceMode", + "version": "0.1.0", + "name": "ConditionInheritanceMode", + "title": "Condition Inheritance Pattern", + "status": "active", + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "A set of terms that describe the transmission pattern of a condition in a pedigree.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001" + } + ] + } + ], + "content": "complete", + "count": 25, + "concept": [ + { + "code": "GENO:0000143", + "display": "Codominant inheritance" + }, + { + "code": "GENO:0000889", + "display": "Unknown inheritance" + }, + { + "code": "GENO:0000892", + "display": "Mitochondrial inheritance (primarily or exclusively heteroplasmic)" + }, + { + "code": "GENO:0000893", + "display": "Mitochondrial inheritance (primarily or exclusively homoplasmic)" + }, + { + "code": "HP:0000006", + "display": "Autosomal dominant inheritance" + }, + { + "code": "HP:0000007", + "display": "Autosomal recessive inheritance" + }, + { + "code": "HP:0001417", + "display": "X-linked inheritance" + }, + { + "code": "HP:0001419", + "display": "X-linked inheritance (recessive)" + }, + { + "code": "HP:0001423", + "display": "X-linked inheritance (dominant)" + }, + { + "code": "HP:0001426", + "display": "Multifactorial inheritance" + }, + { + "code": "HP:0001427", + "display": "Mitochondrial inheritance" + }, + { + "code": "HP:0001428", + "display": "Somatic mutation" + }, + { + "code": "HP:0001450", + "display": "Y-linked inheritance" + }, + { + "code": "HP:0001470", + "display": "Autosomal dominant inheritance (sex-limited)" + }, + { + "code": "HP:0003743", + "display": "Genetic anticipation" + }, + { + "code": "HP:0003745", + "display": "Sporadic" + }, + { + "code": "HP:0010983", + "display": "Oligogenic" + }, + { + "code": "HP:0012274", + "display": "Autosomal dominant inheritance (with paternal imprinting)" + }, + { + "code": "HP:0012275", + "display": "Autosomal dominant inheritance (with maternal imprinting)" + }, + { + "code": "HP:0025352", + "display": "Autosomal dominant inheritance (primarily or exclusively de novo)" + }, + { + "code": "HP:0031362", + "display": "Autosomal recessive inheritance (sex-limited)" + }, + { + "code": "SEPIO-CG:97020", + "display": "Semidominant inheritance" + }, + { + "code": "SEPIO-CG:97021", + "display": "X-linked inheritance (primarily recessive with milder female expression)" + }, + { + "code": "SEPIO-CG:97022", + "display": "Autosomal dominant inheritance (with genetic anticipation)" + }, + { + "code": "SEPIO-CG:97023", + "display": "Autosomal recessive inheritance (with genetic anticipation)" + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/CodeSystem-hpo.json b/tests/fixtures/ncpi/examples/CodeSystem-hpo.json new file mode 100644 index 0000000..e24c936 --- /dev/null +++ b/tests/fixtures/ncpi/examples/CodeSystem-hpo.json @@ -0,0 +1,7611 @@ +{ + "resourceType": "CodeSystem", + "id": "hpo", + "text": { + "status": "generated", + "div": "

Properties

CodeTypeDescription
parentcodeParent codes.
importedbooleanIndicates if the concept is imported from another code system.
rootbooleanIndicates if this concept is a root concept (i.e. Thing is equivalent or a direct parent)
deprecatedbooleanIndicates if this concept is deprecated.

Filters

CodeDescriptionoperatorValue
root= True or false.
deprecated= True or false.
imported= True or false

This code system http://purl.obolibrary.org/obo/hp.owl defines the following codes:

CodeDisplay
HP:0000365 Hearing impairment
HP:0002564 obsolete Malformation of the heart and great vessels
HP:0001028 Hemangioma
HP:0000476 Cystic hygroma
HP:0000568 Microphthalmia
HP:0000518 Cataract
HP:0000612 Iris coloboma
HP:0000567 Chorioretinal coloboma
HP:0000316 Hypertelorism
HP:0000482 Microcornea
HP:0000588 Optic nerve coloboma
HP:0004426 Abnormality of the cheek
HP:0009125 Lipodystrophy
HP:0002023 Anal atresia
HP:0003468 Abnormal vertebral morphology
HP:0000545 Myopia
HP:0000122 Unilateral renal agenesis
HP:0002143 Abnormality of the spinal cord
HP:0003508 Proportionate short stature
HP:0000271 Abnormality of the face
HP:0000637 Long palpebral fissure
HP:0000492 Abnormal eyelid morphology
HP:0000389 Chronic otitis media
HP:0000400 Macrotia
HP:0000405 Conductive hearing impairment
HP:0012712 Mild hearing impairment
HP:0005280 Depressed nasal bridge
HP:0000431 Wide nasal bridge
HP:0000319 Smooth philtrum
HP:0000175 Cleft palate
HP:0001611 Nasal speech
HP:0002099 Asthma
HP:0001397 Hepatic steatosis
HP:0001081 Cholelithiasis
HP:0002650 Scoliosis
HP:0001212 Prominent fingertip pads
HP:0001328 Specific learning disability
HP:0000824 Growth hormone deficiency
HP:0002607 Bowel incontinence
HP:0100731 Transverse facial cleft
HP:0000528 Anophthalmia
HP:0000601 Hypotelorism
HP:0000369 Low-set ears
HP:0001274 Agenesis of corpus callosum
HP:0002084 Encephalocele
HP:0007033 Cerebellar dysplasia
HP:0100336 Bilateral cleft lip
HP:0100337 Bilateral cleft palate
HP:0001511 Intrauterine growth retardation
HP:0011451 Congenital microcephaly
HP:0000324 Facial asymmetry
HP:0000581 Blepharophimosis
HP:0000508 Ptosis
HP:0008551 Microtia
HP:0001631 Atrial septal defect
HP:0000085 Horseshoe kidney
HP:0011927 Short digit
HP:0001156 Brachydactyly
HP:0002066 Gait ataxia
HP:0001250 Seizure
HP:0001263 Global developmental delay
HP:0001562 Oligohydramnios
HP:0001195 Single umbilical artery
HP:0006349 Agenesis of permanent teeth
HP:0000668 Hypodontia
HP:0000677 Oligodontia
HP:0001252 Muscular hypotonia
HP:0003429 CNS hypomyelination
HP:0010864 Intellectual disability, severe
HP:0004325 Decreased body weight
HP:0000666 Horizontal nystagmus
HP:0000218 High palate
HP:0010809 Broad uvula
HP:0000767 Pectus excavatum
HP:0003691 Scapular winging
HP:0002616 Aortic root aneurysm
HP:0001601 Laryngomalacia
HP:0002021 Pyloric stenosis
HP:0001388 Joint laxity
HP:0001187 Hyperextensibility of the finger joints
HP:0000741 Apathy
HP:0000817 Poor eye contact
HP:0000821 Hypothyroidism
HP:0000002 Abnormality of body height
HP:0000079 Abnormality of the urinary system
HP:0000164 Abnormality of the dentition
HP:0000364 Hearing abnormality
HP:0000366 Abnormality of the nose
HP:0000464 Abnormality of the neck
HP:0000707 Abnormality of the nervous system
HP:0000708 Behavioral abnormality
HP:0000769 Abnormality of the breast
HP:0000772 Abnormality of the ribs
HP:0000775 Abnormality of the diaphragm
HP:0000889 Abnormality of the clavicle
HP:0000925 Abnormality of the vertebral column
HP:0001080 Biliary tract abnormality
HP:0001392 Abnormality of the liver
HP:0001438 Abnormal abdomen morphology
HP:0001608 Abnormality of the voice
HP:0001627 Abnormal heart morphology
HP:0001732 Abnormality of the pancreas
HP:0001739 Abnormality of the nasopharynx
HP:0001743 Abnormality of the spleen
HP:0001760 Abnormal foot morphology
HP:0001871 Abnormality of blood and blood-forming tissues
HP:0002031 Abnormal esophagus morphology
HP:0002244 Abnormality of the small intestine
HP:0002246 Abnormality of the duodenum
HP:0002250 Abnormal large intestine morphology
HP:0002644 Abnormality of pelvic girdle bone morphology
HP:0002664 Neoplasm
HP:0002715 Abnormality of the immune system
HP:0002814 Abnormality of the lower limb
HP:0002817 Abnormality of the upper limb
HP:0005483 Abnormal epiglottis morphology
HP:0008777 Abnormal vocal cord morphology
HP:0011844 Abnormal appendicular skeleton morphology
HP:0012732 Anorectal anomaly
HP:0001508 Failure to thrive
HP:0002902 Hyponatremia
HP:0012236 Elevated sweat chloride
HP:0000347 Micrognathia
HP:0000926 Platyspondyly
HP:0001371 Flexion contracture
HP:0001875 Neutropenia
HP:0001888 Lymphopenia
HP:0002857 Genu valgum
HP:0002986 Radial bowing
HP:0003015 Flared metaphysis
HP:0003025 Metaphyseal irregularity
HP:0003097 Short femur
HP:0003300 Ovoid vertebral bodies
HP:0003307 Hyperlordosis
HP:0004209 Clinodactyly of the 5th finger
HP:0004322 Short stature
HP:0005792 Short humerus
HP:0006248 Limited wrist movement
HP:0000944 Abnormality of the metaphysis
HP:0011921 Exudative pleural effusion
HP:0003043 Abnormality of the shoulder
HP:0000290 Abnormality of the forehead
HP:0005288 Abnormality of the nares
HP:0000234 Abnormality of the head
HP:0004323 Abnormality of body weight
HP:0000483 Astigmatism
HP:0011003 High myopia
HP:0000470 Short neck
HP:0030044 Flexion contracture of digit
HP:0100871 Abnormality of the palm
HP:0004334 Dermal atrophy
HP:0001845 Overlapping toe
HP:0000496 Abnormality of eye movement
HP:0001780 Abnormality of toe
HP:0001626 Abnormality of the cardiovascular system
HP:0002086 Abnormality of the respiratory system
HP:0000818 Abnormality of the endocrine system
HP:0012372 Abnormal eye morphology
HP:0009473 Joint contracture of the hand
HP:0003199 Decreased muscle mass
HP:0003202 Skeletal muscle atrophy
HP:0003551 Difficulty climbing stairs
HP:0002355 Difficulty walking
HP:0003546 Exercise intolerance
HP:0003325 Limb-girdle muscle weakness
HP:0003701 Proximal muscle weakness
HP:0003547 Shoulder girdle muscle weakness
HP:0007340 Lower limb muscle weakness
HP:0002168 Scanning speech
HP:0001265 Hyporeflexia
HP:0001284 Areflexia
HP:0003477 Peripheral axonal neuropathy
HP:0000924 Abnormality of the skeletal system
HP:0001291 Abnormal cranial nerve morphology
HP:0003687 Centrally nucleated skeletal muscle fibers
HP:0001324 Muscle weakness
HP:0002515 Waddling gait
HP:0100280 Crohn's disease
HP:0002631 obsolete Dilatation of ascending aorta
HP:0100026 Arteriovenous malformation
HP:0002637 Cerebral ischemia
HP:0002619 Varicose veins
HP:0001159 Syndactyly
HP:0002069 Bilateral tonic-clonic seizure
HP:0000977 Soft skin
HP:0010648 Dermal translucency
HP:0000978 Bruising susceptibility
HP:0001956 Truncal obesity
HP:0000189 Narrow palate
HP:0000678 Dental crowding
HP:0002870 Obstructive sleep apnea
HP:0001763 Pes planus
HP:0000782 Abnormality of the scapula
HP:0001600 Abnormality of the larynx
HP:0002088 Abnormal lung morphology
HP:0011407 Proportionate tall stature
HP:0000541 Retinal detachment
HP:0001373 Joint dislocation
HP:0000938 Osteopenia
HP:0002942 Thoracic kyphosis
HP:0001840 Metatarsus adductus
HP:0001844 Abnormality of the hallux
HP:0001765 Hammertoe
HP:0000606 Abnormality of the periorbital region
HP:0002757 Recurrent fractures
HP:0000647 Sclerocornea
HP:0001166 Arachnodactyly
HP:0005490 Postnatal macrocephaly
HP:0011363 Abnormality of hair growth rate
HP:0000276 Long face
HP:0000275 Narrow face
HP:0000337 Broad forehead
HP:0002267 Exaggerated startle response
HP:0002187 Intellectual disability, profound
HP:0000728 Impaired ability to form peer relationships
HP:0000733 Stereotypy
HP:0000739 Anxiety
HP:0000929 Abnormal skull morphology
HP:0001965 Abnormal scalp morphology
HP:0100538 Abnormality of the supraorbital ridges
HP:0000309 Abnormality of the midface
HP:0000277 Abnormality of the mandible
HP:0000765 Abnormality of the thorax
HP:0100008 Schwannoma
HP:0030038 Enchondroma
HP:0100777 Exostoses
HP:0011663 Right ventricular cardiomyopathy
HP:0011675 Arrhythmia
HP:0001962 Palpitations
HP:0001279 Syncope
HP:0004756 Ventricular tachycardia
HP:0000252 Microcephaly
HP:0000303 Mandibular prognathia
HP:0000664 Synophrys
HP:0001609 Hoarse voice
HP:0002558 Supernumerary nipple
HP:0001634 Mitral valve prolapse
HP:0000028 Cryptorchidism
HP:0000973 Cutis laxa
HP:0001518 Small for gestational age
HP:0000527 Long eyelashes
HP:0002808 Kyphosis
HP:0000248 Brachycephaly
HP:0000505 Visual impairment
HP:0000512 Abnormal electroretinogram
HP:0000517 Abnormality of the lens
HP:0000529 Progressive visual loss
HP:0000586 Shallow orbits
HP:0000603 Central scotoma
HP:0000939 Osteoporosis
HP:0001377 Limited elbow extension
HP:0001387 Joint stiffness
HP:0001822 Hallux valgus
HP:0002657 Spondylometaphyseal dysplasia
HP:0003026 Short long bone
HP:0006462 Generalized bone demineralization
HP:0008873 Disproportionate short-limb short stature
HP:0008905 Rhizomelia
HP:0008922 Childhood-onset short-trunk short stature
HP:0200020 Corneal erosion
HP:0001172 Abnormal thumb morphology
HP:0002286 Fair hair
HP:0010719 Abnormality of hair texture
HP:0010720 Abnormal hair pattern
HP:0001635 Congestive heart failure
HP:0001644 Dilated cardiomyopathy
HP:0001663 Ventricular fibrillation
HP:0011712 Right bundle branch block
HP:0000272 Malar flattening
HP:0000286 Epicanthus
HP:0000322 Short philtrum
HP:0000463 Anteverted nares
HP:0000494 Downslanted palpebral fissures
HP:0000543 Optic disc pallor
HP:0000699 Diastema
HP:0000773 Short ribs
HP:0000887 Cupped ribs
HP:0000946 Hypoplastic ilia
HP:0000954 Single transverse palmar crease
HP:0001182 Tapered finger
HP:0001537 Umbilical hernia
HP:0002007 Frontal bossing
HP:0002980 Femoral bowing
HP:0002982 Tibial bowing
HP:0003021 Metaphyseal cupping
HP:0005011 Mesomelic arm shortening
HP:0008803 obsolete Narrow sacroiliac notch
HP:0009117 Aplasia/Hypoplasia of the maxilla
HP:0011220 Prominent forehead
HP:0012801 Narrow jaw
HP:0000243 Trigonocephaly
HP:0000358 Posteriorly rotated ears
HP:0000411 Protruding ear
HP:0000646 Amblyopia
HP:0002812 Coxa vara
HP:0002970 Genu varum
HP:0012775 Stellate iris
HP:0000278 Retrognathia
HP:0009796 Branchial cyst
HP:0002474 Expressive language delay
HP:0007018 Attention deficit hyperactivity disorder
HP:0003198 Myopathy
HP:0003324 Generalized muscle weakness
HP:0003552 Muscle stiffness
HP:0003554 Type 2 muscle fiber atrophy
HP:0003557 Increased variability in muscle fiber diameter
HP:0009025 Increased connective tissue
HP:0003635 Loss of subcutaneous adipose tissue in limbs
HP:0002597 Abnormality of the vasculature
HP:0001649 Tachycardia
HP:0001638 Cardiomyopathy
HP:0001654 Abnormal heart valve morphology
HP:0001671 Abnormal cardiac septum morphology
HP:0000103 Polyuria
HP:0000114 Proximal tubulopathy
HP:0001878 Hemolytic anemia
HP:0001931 Hypochromic anemia
HP:0001935 Microcytic anemia
HP:0001959 Polydipsia
HP:0001994 Renal Fanconi syndrome
HP:0002134 Abnormality of the basal ganglia
HP:0002188 Delayed CNS myelination
HP:0002908 Conjugated hyperbilirubinemia
HP:0003774 Stage 5 chronic kidney disease
HP:0010700 obsolete Total cataract
HP:0000193 Bifid uvula
HP:0000219 Thin upper lip vermilion
HP:0000426 Prominent nasal bridge
HP:0000452 Choanal stenosis
HP:0000490 Deeply set eye
HP:0000540 Hypermetropia
HP:0000579 Nasolacrimal duct obstruction
HP:0000684 Delayed eruption of teeth
HP:0000960 Sacral dimple
HP:0000998 Hypertrichosis
HP:0001643 Patent ductus arteriosus
HP:0010813 Abnormal number of hair whorls
HP:0012384 Rhinitis
HP:0012745 Short palpebral fissure
HP:0000359 Abnormality of the inner ear
HP:0000429 Abnormality of the nasal alae
HP:0000436 Abnormality of the nasal tip
HP:0000499 Abnormal eyelash morphology
HP:0000534 Abnormal eyebrow morphology
HP:0000951 Abnormality of the skin
HP:0001000 Abnormality of skin pigmentation
HP:0001597 Abnormality of the nail
HP:0006483 Abnormal number of teeth
HP:0009929 Abnormality of the columella
HP:0011119 Abnormality of the nasal dorsum
HP:0012808 Abnormal nasal base
HP:0100490 Camptodactyly of finger
HP:0000964 Eczema
HP:0004442 Sagittal craniosynostosis
HP:0000414 Bulbous nose
HP:0003180 Flat acetabular roof
HP:0000422 Abnormality of the nasal bridge
HP:0000614 Abnormal nasolacrimal system morphology
HP:0001167 Abnormality of finger
HP:0001595 Abnormal hair morphology
HP:0012373 Abnormal eye physiology
HP:0001655 Patent foramen ovale
HP:0001647 Bicuspid aortic valve
HP:0000574 Thick eyebrow
HP:0001169 Broad palm
HP:0006471 Fixed elbow flexion
HP:0008689 Bilateral cryptorchidism
HP:0011304 Broad thumb
HP:0005110 Atrial fibrillation
HP:0001633 Abnormal mitral valve morphology
HP:0001641 Abnormal pulmonary valve morphology
HP:0001702 Abnormal tricuspid valve morphology
HP:0000012 Urinary urgency
HP:0000020 Urinary incontinence
HP:0000131 Uterine leiomyoma
HP:0000132 Menorrhagia
HP:0000138 Ovarian cyst
HP:0000853 Goiter
HP:0000953 Hyperpigmentation of the skin
HP:0001061 Acne
HP:0002315 Headache
HP:0004324 Increased body weight
HP:0000069 Abnormality of the ureter
HP:0000077 Abnormality of the kidney
HP:0000759 Abnormal peripheral nervous system morphology
HP:0008069 Neoplasm of the skin
HP:0011276 Vascular skin abnormality
HP:0000705 Amelogenesis imperfecta
HP:0001256 Intellectual disability, mild
HP:0000325 Triangular face
HP:0000160 Narrow mouth
HP:0009487 Ulnar deviation of the hand
HP:0001249 Intellectual disability
HP:0008064 Ichthyosis
HP:0000311 Round face
HP:0001653 Mitral regurgitation
HP:0001771 Achilles tendon contracture
HP:0012032 Lipoma
HP:0012368 Flat face
HP:0030053 Stiff skin
HP:0011124 Abnormality of epidermal morphology
HP:0011097 Epileptic spasm
HP:0000407 Sensorineural hearing impairment
HP:0000331 Short chin
HP:0000340 Sloping forehead
HP:0000486 Strabismus
HP:0000713 Agitation
HP:0000802 Impotence
HP:0001272 Cerebellar atrophy
HP:0001276 Hypertonia
HP:0001321 Cerebellar hypoplasia
HP:0001322 obsolete Brain very small
HP:0002061 Lower limb spasticity
HP:0002529 Neuronal loss in central nervous system
HP:0002540 Inability to walk
HP:0005484 Postnatal microcephaly
HP:0012850 Small intestinal dysmotility
HP:0000504 Abnormality of vision
HP:0002118 Abnormality of the cerebral ventricles
HP:0002363 Abnormality of brainstem morphology
HP:0010651 Abnormal meningeal morphology
HP:0100024 Conspicuously happy disposition
HP:0002538 Abnormality of the cerebral cortex
HP:0000054 Micropenis
HP:0000215 Thick upper lip vermilion
HP:0000293 Full cheeks
HP:0000349 Widow's peak
HP:0000444 Convex nasal ridge
HP:0000506 Telecanthus
HP:0000592 Blue sclerae
HP:0000691 Microdontia
HP:0000698 Conical tooth
HP:0002000 Short columella
HP:0002097 Emphysema
HP:0002209 Sparse scalp hair
HP:0002816 Genu recurvatum
HP:0005116 Arterial tortuosity
HP:0007957 Corneal opacity
HP:0008070 Sparse hair
HP:0009623 Proximal placement of thumb
HP:0010055 Broad hallux
HP:0011318 Bicoronal synostosis
HP:0011968 Feeding difficulties
HP:0200067 Recurrent spontaneous abortion
HP:0011819 Submucous cleft soft palate
HP:0000268 Dolichocephaly
HP:0003302 Spondylolisthesis
HP:0000582 Upslanted palpebral fissure
HP:0000952 Jaundice
HP:0001298 Encephalopathy
HP:0001396 Cholestasis
HP:0002059 Cerebral atrophy
HP:0002171 Gliosis
HP:0002240 Hepatomegaly
HP:0002353 EEG abnormality
HP:0002446 Astrocytosis
HP:0003287 Abnormality of mitochondrial metabolism
HP:0011449 Knee clonus
HP:0012852 Hepatic bridging fibrosis
HP:0100626 Chronic hepatic failure
HP:0000385 Small earlobe
HP:0009748 Large earlobe
HP:0000157 Abnormality of the tongue
HP:0000172 Abnormality of the uvula
HP:0000174 Abnormal palate morphology
HP:0000306 Abnormality of the chin
HP:0004408 Abnormality of the sense of smell
HP:0009912 Abnormality of the tragus
HP:0000537 Epicanthus inversus
HP:0000565 Esotropia
HP:0000752 Hyperactivity
HP:0003186 Inverted nipples
HP:0012503 Abnormality of the pituitary gland
HP:0100710 Impulsivity
HP:0000357 Abnormal location of ears
HP:0000820 Abnormality of the thyroid gland
HP:0000828 Abnormality of the parathyroid gland
HP:0000834 Abnormality of the adrenal glands
HP:0012093 Abnormality of endocrine pancreas physiology
HP:0000269 Prominent occiput
HP:0000535 Sparse and thin eyebrow
HP:0000639 Nystagmus
HP:0000718 Aggressive behavior
HP:0000957 Cafe-au-lait spot
HP:0000256 Macrocephaly
HP:0000750 Delayed speech and language development
HP:0000963 Thin skin
HP:0001260 Dysarthria
HP:0002194 Delayed gross motor development
HP:0003196 Short nose
HP:0001155 Abnormality of the hand
HP:0100022 Abnormality of movement
HP:0010862 Delayed fine motor development
HP:0000343 Long philtrum
HP:0000717 Autism
HP:0001883 Talipes
HP:0002553 Highly arched eyebrow
HP:0007488 Diffuse skin atrophy
HP:0000822 Hypertension
HP:0001278 Orthostatic hypotension
HP:0001944 Dehydration
HP:0001945 Fever
HP:0002019 Constipation
HP:0002020 Gastroesophageal reflux
HP:0002027 Abdominal pain
HP:0002718 Recurrent bacterial infections
HP:0002841 Recurrent fungal infections
HP:0004395 Malnutrition
HP:0009830 Peripheral neuropathy
HP:0000126 Hydronephrosis
HP:0000519 Developmental cataract
HP:0000648 Optic atrophy
HP:0001053 Hypopigmented skin patches
HP:0001087 Developmental glaucoma
HP:0002119 Ventriculomegaly
HP:0002280 Enlarged cisterna magna
HP:0003298 Spina bifida occulta
HP:0004467 Preauricular pit
HP:0008511 Central posterior corneal opacity
HP:0010780 Hyperacusis
HP:0030048 Colpocephaly
HP:0100335 Non-midline cleft lip
HP:0000525 Abnormality iris morphology
HP:0002719 Recurrent infections
HP:0000153 Abnormality of the mouth
HP:0001903 Anemia
HP:0002094 Dyspnea
HP:0002206 Pulmonary fibrosis
HP:0002789 Tachypnea
HP:0002793 Abnormal pattern of respiration
HP:0003565 Elevated erythrocyte sedimentation rate
HP:0006517 Intraalveolar phospholipid accumulation
HP:0006530 Interstitial pulmonary abnormality
HP:0100759 Clubbing of fingers
HP:0002103 Abnormal pleura morphology
HP:0001596 Alopecia
HP:0001882 Leukopenia
HP:0002013 Vomiting
HP:0002028 Chronic diarrhea
HP:0002573 Hematochezia
HP:0002960 Autoimmunity
HP:0005387 Combined immunodeficiency
HP:0011109 Chronic sinusitis
HP:0004429 Recurrent viral infections
HP:0000280 Coarse facial features
HP:0000294 Low anterior hairline
HP:0000577 Exotropia
HP:0001873 Thrombocytopenia
HP:0002011 Morphological central nervous system abnormality
HP:0006610 Wide intermamillary distance
HP:0011231 Prominent eyelashes
HP:0012718 Morphological abnormality of the gastrointestinal tract
HP:0002024 Malabsorption
HP:0001394 Cirrhosis
HP:0001414 Microvesicular hepatic steatosis
HP:0001403 Macrovesicular hepatic steatosis
HP:0001410 Decreased liver function
HP:0001409 Portal hypertension
HP:0001744 Splenomegaly
HP:0003394 Muscle spasm
HP:0003750 Increased muscle fatiguability
HP:0002123 Generalized myoclonic seizure
HP:0002219 Facial hypertrichosis
HP:0000831 Insulin-resistant diabetes mellitus
HP:0001891 Iron deficiency anemia
HP:0001264 Spastic diplegia
HP:0002313 Spastic paraparesis
HP:0001347 Hyperreflexia
HP:0002460 Distal muscle weakness
HP:0000763 Sensory neuropathy
HP:0001268 Mental deterioration
HP:0002169 Clonus
HP:0001332 Dystonia
HP:0100716 Self-injurious behavior
HP:0000602 Ophthalmoplegia
HP:0001251 Ataxia
HP:0000776 Congenital diaphragmatic hernia
HP:0000410 Mixed hearing impairment
HP:0000510 Rod-cone dystrophy
HP:0004437 Cranial hyperostosis
HP:0011001 Increased bone mineral density
HP:0000956 Acanthosis nigricans
HP:0000958 Dry skin
HP:0000580 Pigmentary retinopathy
HP:0000649 Abnormality of visual evoked potentials
HP:0000657 Oculomotor apraxia
HP:0000479 Abnormal retinal morphology
HP:0001317 Abnormal cerebellum morphology
HP:0001533 Slender build
HP:0001629 Ventricular septal defect
HP:0000703 Dentinogenesis imperfecta
HP:0000914 Shield chest
HP:0001500 Broad finger
HP:0003086 Acromesomelia
HP:0003416 Spinal canal stenosis
HP:0002815 Abnormality of the knee
HP:0002992 Abnormality of tibia morphology
HP:0001639 Hypertrophic cardiomyopathy
HP:0003236 Elevated serum creatine kinase
HP:0001369 Arthritis
HP:0003560 Muscular dystrophy
HP:0003974 Absent radius
HP:0002818 Abnormality of the radius
HP:0001561 Polyhydramnios
HP:0002299 Brittle hair
HP:0002208 Coarse hair
HP:0002213 Fine hair
HP:0000522 Alacrima
HP:0100704 Cerebral visual impairment
HP:0012713 Moderate hearing impairment
HP:0002307 Drooling
HP:0002714 Downturned corners of mouth
HP:0000191 Accessory oral frenulum
HP:0000158 Macroglossia
HP:0012020 Right aortic arch
HP:0002104 Apnea
HP:0000598 Abnormality of the ear
HP:0007874 Almond-shaped palpebral fissure
HP:0010804 Tented upper lip vermilion
HP:0000885 Broad ribs
HP:0000768 Pectus carinatum
HP:0001680 Coarctation of aorta
HP:0000687 Widely spaced teeth
HP:0000047 Hypospadias
HP:0001943 Hypoglycemia
HP:0012369 Abnormality of malar bones
HP:0009900 Unilateral deafness
HP:0000023 Inguinal hernia
HP:0000074 Ureteropelvic junction obstruction
HP:0001800 Hypoplastic toenails
HP:0001804 Hypoplastic fingernail
HP:0002949 Fused cervical vertebrae
HP:0008050 Abnormality of the palpebral fissures
HP:0008577 Underfolded helix
HP:0008589 Hypoplastic helices
HP:0010863 Receptive language delay
HP:0002282 Gray matter heterotopia
HP:0002085 Occipital encephalocele
HP:0001057 Aplasia cutis congenita
HP:0000211 Trismus
HP:0008422 Vertebral wedging
HP:0003170 Abnormality of the acetabulum
HP:0003272 Abnormality of the hip bone
HP:0003028 Abnormality of the ankles
HP:0003301 Irregular vertebral endplates
HP:0010508 Metatarsus valgus
HP:0009811 Abnormality of the elbow
HP:0000736 Short attention span
HP:0002912 Methylmalonic acidemia
HP:0001941 Acidosis
HP:0001992 Organic aciduria
HP:0009027 Foot dorsiflexor weakness
HP:0002063 Rigidity
HP:0000384 Preauricular skin tag
HP:0200046 Cat cry
HP:0001357 Plagiocephaly
HP:0000670 Carious teeth
HP:0011090 Fused teeth
HP:0012810 Wide nasal base
HP:0010296 Ankyloglossia
HP:0001636 Tetralogy of Fallot
HP:0001305 Dandy-Walker malformation
HP:0000238 Hydrocephalus
HP:0005469 Flat occiput
HP:0000270 Delayed cranial suture closure
HP:0000239 Large fontanelles
HP:0010537 Wide cranial sutures
HP:0002217 Slow-growing hair
HP:0000587 Abnormality of the optic nerve
HP:0005989 Redundant neck skin
HP:0010775 Vascular ring
HP:0002779 Tracheomalacia
HP:0002827 Hip dislocation
HP:0001302 Pachygyria
HP:0007362 Aplasia/Hypoplasia of the brainstem
HP:0001558 Decreased fetal movement
HP:0010878 Fetal cystic hygroma
HP:0011398 Central hypotonia
HP:0002071 Abnormality of extrapyramidal motor function
HP:0000826 Precocious puberty
HP:0000014 Abnormality of the bladder
HP:0005037 Proximal radio-ulnar synostosis
HP:0100543 Cognitive impairment
HP:0000481 Abnormal cornea morphology
HP:0000076 Vesicoureteral reflux
HP:0000297 Facial hypotonia
HP:0000391 Thickened helices
HP:0001162 Postaxial hand polydactyly
HP:0001385 Hip dysplasia
HP:0002342 Intellectual disability, moderate
HP:0003191 Cleft ala nasi
HP:0009765 Low hanging columella
HP:0010297 Bifid tongue
HP:0011330 Metopic synostosis
HP:0012804 Corneal ulceration
HP:0010485 Hyperextensibility at elbow
HP:0000609 Optic nerve hypoplasia
HP:0001176 Large hands
HP:0004233 Advanced ossification of carpal bones
HP:0100842 Septo-optic dysplasia
HP:0002034 Abnormality of the rectum
HP:0002283 Global brain atrophy
HP:0003115 Abnormal EKG
HP:0002577 Abnormal stomach morphology
HP:0002539 Cortical dysplasia
HP:0006818 4-layered lissencephaly
HP:0000593 Abnormal anterior chamber morphology
HP:0000179 Thick lower lip vermilion
HP:0002002 Deep philtrum
HP:0009931 Enlarged naris
HP:0002948 Vertebral fusion
HP:0002937 Hemivertebrae
HP:0002308 Arnold-Chiari malformation
HP:0011320 Unilambdoid synostosis
HP:0002781 Upper airway obstruction
HP:0001363 Craniosynostosis
HP:0000204 Cleft upper lip
HP:0001738 Exocrine pancreatic insufficiency
HP:0002823 Abnormality of femur morphology
HP:0000823 Delayed puberty
HP:0100279 Ulcerative colitis
HP:0003834 Shoulder dislocation
HP:0001065 Striae distensae
HP:0000448 Prominent nose
HP:0000554 Uveitis
HP:0001006 obsolete Hypotrichosis
HP:0000501 Glaucoma
HP:0000262 Turricephaly
HP:0000729 Autistic behavior
HP:0010800 Absent cupid's bow
HP:0010808 Protruding tongue
HP:0009927 Aplasia of the nose
HP:0100539 Periorbital edema
HP:0000629 Periorbital fullness
HP:0000178 Abnormality of lower lip
HP:0000168 Abnormality of the gingiva
HP:0001022 Albinism
HP:0000177 Abnormality of upper lip
HP:0001337 Tremor
HP:0002135 Basal ganglia calcification
HP:0002352 Leukoencephalopathy
HP:0002514 Cerebral calcification
HP:0010576 Intracranial cystic lesion
HP:0001622 Premature birth
HP:0002415 Leukodystrophy
HP:0001320 Cerebellar vermis hypoplasia
HP:0001773 Short foot
HP:0002750 Delayed skeletal maturation
HP:0004415 Pulmonary artery stenosis
HP:0012741 Unilateral cryptorchidism
HP:0000036 Abnormality of the penis
HP:0002408 Cerebral arteriovenous malformation
HP:0007457 Prominent veins on trunk
HP:0000378 Cupped ear
HP:0000396 Overfolded helix
HP:0000035 Abnormal testis morphology
HP:0009895 Abnormality of the crus of the helix
HP:0000034 Hydrocele testis
HP:0000722 Obsessive-compulsive behavior
HP:0000845 Growth hormone excess
HP:0100829 Galactorrhea
HP:0001578 Increased circulating cortisol level
HP:0000786 Primary amenorrhea
HP:0001701 Pericarditis
HP:0002076 Migraine
HP:0004755 Supraventricular tachycardia
HP:0010522 Dyslexia
HP:0004313 Decreased circulating antibody level
HP:0000011 Neurogenic bladder
HP:0000641 Dysmetric saccades
HP:0007772 Impaired smooth pursuit
HP:0001583 Rotary nystagmus
HP:0010544 Vertical nystagmus
HP:0012735 Cough
HP:0002075 Dysdiadochokinesis
HP:0007256 Abnormal pyramidal sign
HP:0001257 Spasticity
HP:0002321 Vertigo
HP:0002384 Focal impaired awareness seizure
HP:0011376 Morphological abnormality of the vestibule of the inner ear
HP:0002326 Transient ischemic attack
HP:0005584 Renal cell carcinoma
HP:0003124 Hypercholesterolemia
HP:0003002 Breast carcinoma
HP:0004953 obsolete Dilatation of abdominal aorta
HP:0004944 Dilatation of the cerebral artery
HP:0000100 Nephrotic syndrome
HP:0002783 Recurrent lower respiratory tract infections
HP:0003470 Paralysis
HP:0006597 Diaphragmatic paralysis
HP:0008151 Prolonged prothrombin time
HP:0010628 Facial palsy
HP:0011892 Low levels of vitamin K
HP:0001075 Atrophic scars
HP:0001816 Thin nail
HP:0002216 Premature graying of hair
HP:0003401 Paresthesia
HP:0100134 Abnormality of the axillary hair
HP:0100797 Toenail dysplasia
HP:0010461 Abnormality of the male genitalia
HP:0000044 Hypogonadotropic hypogonadism
HP:0100568 Neoplasm of the endocrine system
HP:0001646 Abnormal aortic valve morphology
HP:0000813 Bicornuate uterus
HP:0004380 Aortic valve calcification
HP:0001650 Aortic valve stenosis
HP:0000073 Ureteral duplication
HP:0100651 Type I diabetes mellitus
HP:0000819 Diabetes mellitus
HP:0000573 Retinal hemorrhage
HP:0005264 Abnormality of the gallbladder
HP:0000475 Broad neck
HP:0000089 Renal hypoplasia
HP:0000921 Missing ribs
HP:0001789 Hydrops fetalis
HP:0002089 Pulmonary hypoplasia
HP:0003422 Vertebral segmentation defect
HP:0002323 Anencephaly
HP:0000341 Narrow forehead
HP:0002869 Flared iliac wings
HP:0003100 Slender long bone
HP:0003275 Narrow pelvis bone
HP:0009891 Underdeveloped supraorbital ridges
HP:0011039 Abnormality of the helix
HP:0008572 External ear malformation
HP:0009738 Abnormality of the antihelix
HP:0011328 Abnormality of fontanelles
HP:0012155 Decreased corneal sensation
HP:0004602 Cervical C2/C3 vertebral fusion
HP:0002997 Abnormality of the ulna
HP:0009777 Absent thumb
HP:0002893 Pituitary adenoma
HP:0040278 Prolactinoma
HP:0001555 Asymmetry of the thorax
HP:0000902 Rib fusion
HP:0002164 Nail dysplasia
HP:0011314 Abnormality of long bone morphology
HP:0002867 Abnormality of the ilium
HP:0000774 Narrow chest
HP:0006482 Abnormality of dental morphology
HP:0004383 Hypoplastic left heart
HP:0002015 Dysphagia
HP:0500093 Food allergy
HP:0001519 Disproportionate tall stature
HP:0003179 Protrusio acetabuli
HP:0007385 Aplasia cutis congenita of scalp
HP:0000716 Depressivity
HP:0012583 Unilateral renal hypoplasia
HP:0000618 Blindness
HP:0001004 Lymphedema
HP:0002652 Skeletal dysplasia
HP:0012520 Perivascular spaces
HP:0005293 Venous insufficiency
HP:0012432 Chronic fatigue
HP:0002578 Gastroparesis
HP:0001658 Myocardial infarction
HP:0001802 Absent toenail
HP:0001821 Broad nail
HP:0000807 Glandular hypospadias
HP:0100582 Nasal polyposis
HP:0002653 Bone pain
HP:0001073 Cigarette-paper scars
HP:0031913 Rhombencephalosynapsis
HP:0002617 Dilatation
HP:0005107 Abnormal sacrum morphology
HP:0002025 Anal stenosis
HP:0009099 Median cleft palate
HP:0003212 Increased circulating IgE level
HP:0001319 Neonatal hypotonia
HP:0002659 Increased susceptibility to fractures
HP:0025246 Trichilemmal cyst
HP:0002107 Pneumothorax
HP:0000107 Renal cyst
HP:0001025 Urticaria
HP:0002204 Pulmonary embolism
HP:0001058 Poor wound healing
HP:0003010 Prolonged bleeding time
HP:0100502 Vitamin B12 deficiency
HP:0100510 Low levels of vitamin C
HP:0030976 Abnormal factor VIII activity
HP:0100789 Torus palatinus
HP:0000108 Renal corticomedullary cysts
HP:0000072 Hydroureter
HP:0000019 Urinary hesitancy
HP:0100771 Hypoperistalsis
HP:0000021 Megacystis
HP:0004388 Microcolon
HP:0005247 Hypoplasia of the abdominal wall musculature
HP:0004794 Malrotation of small bowel
HP:0000045 Abnormality of the scrotum
HP:0002236 Frontal upsweep of hair
HP:0000212 Gingival overgrowth
HP:0001808 Fragile nails
HP:0000225 Gingival bleeding
HP:0006009 Broad phalanx
HP:0001837 Broad toe
HP:0001946 Ketosis
HP:0002490 Increased CSF lactate
HP:0002922 Increased CSF protein
HP:0003128 Lactic acidosis
HP:0003111 Abnormal blood ion concentration
HP:0032234 Increased circulating creatine kinase MM isoform
HP:0003348 Hyperalaninemia
HP:0008347 Decreased activity of mitochondrial complex IV
HP:0000326 Abnormality of the maxilla
HP:0010758 Abnormality of the premaxilla
HP:0005681 Juvenile rheumatoid arthritis
HP:0000514 Slow saccadic eye movements
HP:0002788 Recurrent upper respiratory tract infections
HP:0003396 Syringomyelia
HP:0003011 Abnormality of the musculature
HP:0002098 Respiratory distress
HP:0002018 Nausea
HP:0002014 Diarrhea
HP:0025168 Left ventricular diastolic dysfunction
HP:0001679 Abnormal aortic morphology
HP:0000159 Abnormal lip morphology
HP:0011338 Abnormality of mouth shape
HP:0000478 Abnormality of the eye
HP:0000154 Wide mouth
HP:0001513 Obesity
HP:0002475 Myelomeningocele
HP:0003765 Psoriasiform dermatitis
HP:0010289 Cleft of alveolar ridge of maxilla
HP:0003908 Corner fracture of metaphysis
HP:0002190 Choroid plexus cyst
HP:0004370 Abnormality of temperature regulation
HP:0011611 Interrupted aortic arch
HP:0000737 Irritability
HP:0001344 Absent speech
HP:0002376 Developmental regression
HP:0002140 Ischemic stroke
HP:0001287 Meningitis
HP:0002721 Immunodeficiency
HP:0000041 Chordee
HP:0012854 Midshaft hypospadias
HP:0000808 Penoscrotal hypospadias
HP:0000048 Bifid scrotum
HP:0001047 Atopic dermatitis
HP:0001621 Weak voice
HP:0002372 Normal interictal EEG
HP:0012803 Anisometropia
HP:0011386 Narrow internal auditory canal
HP:0012714 Severe hearing impairment
HP:0006485 Agenesis of incisor
HP:0000787 Nephrolithiasis
HP:0011332 Hemifacial hypoplasia
HP:0001909 Leukemia
HP:0004808 Acute myeloid leukemia
HP:0006495 Aplasia/Hypoplasia of the ulna
HP:0001180 Hand oligodactyly
HP:0002991 Abnormality of fibula morphology
HP:0001849 Foot oligodactyly
HP:0006507 Aplasia/hypoplasia of the humerus
HP:0005613 Aplasia/hypoplasia of the femur
HP:0006492 Aplasia/Hypoplasia of the fibula
HP:0000098 Tall stature
HP:0003311 Hypoplasia of the odontoid process
HP:0005752 Flattened moderately deformed vertebrae
HP:0030039 Fused thoracic vertebrae
HP:0003304 Spondylolysis
HP:0001659 Aortic regurgitation
HP:0002984 Hypoplasia of the radius
HP:0009944 Partial duplication of thumb phalanx
HP:0005819 Short middle phalanx of finger
HP:0002110 Bronchiectasis
HP:0001677 Coronary artery atherosclerosis
HP:0001737 Pancreatic cysts
HP:0005113 Aortic arch aneurysm
HP:0003022 Hypoplasia of the ulna
HP:0002205 Recurrent respiratory infections
HP:0001669 Transposition of the great arteries
HP:0001716 Wolff-Parkinson-White syndrome
HP:0002758 Osteoarthritis
HP:0002037 Inflammation of the large intestine
HP:0009892 Anotia
HP:0011331 Hemifacial atrophy
HP:0009118 Aplasia/Hypoplasia of the mandible
HP:0009940 Asymmetry of the mandible
HP:0000682 Abnormality of dental enamel
HP:0009908 Anterior creases of earlobe
HP:0001541 Ascites
HP:0006687 Aortic tortuosity
HP:0010535 Sleep apnea
HP:0100633 Esophagitis
HP:0002105 Hemoptysis
HP:0002613 Biliary cirrhosis
HP:0004469 Chronic bronchitis
HP:0002720 Decreased circulating IgA level
HP:0002904 Hyperbilirubinemia
HP:0003237 Increased circulating IgG level
HP:0003262 Smooth muscle antibody positivity
HP:0011227 Elevated C-reactive protein level
HP:0001852 Sandal gap
HP:0004381 Supravalvular aortic stenosis
HP:0100700 Abnormal arachnoid mater morphology
HP:0002624 Abnormal venous morphology
HP:0002289 Alopecia universalis
HP:0009588 Vestibular Schwannoma
HP:0001648 Cor pulmonale
HP:0002091 Restrictive ventilatory defect
HP:0002092 Pulmonary arterial hypertension
HP:0002113 Pulmonary infiltrates
HP:0003138 Increased blood urea nitrogen
HP:0003259 Elevated serum creatinine
HP:0005180 Tricuspid regurgitation
HP:0012585 Renal atrophy
HP:0005133 Right ventricular dilatation
HP:0005575 Hemolytic-uremic syndrome
HP:0001697 Abnormal pericardium morphology
HP:0012486 Myelitis
HP:0002385 Paraparesis
HP:0006706 Cystic liver disease
HP:0010880 Increased nuchal translucency
HP:0000457 Depressed nasal ridge
HP:0002263 Exaggerated cupid's bow
HP:0002500 Abnormality of the cerebral white matter
HP:0002835 Aspiration
HP:0000600 Abnormality of the pharynx
HP:0004327 Abnormal vitreous humor morphology
HP:0004378 Abnormality of the anus
HP:0012374 obsolete Abnormal globe morphology
HP:0100768 Choriocarcinoma
HP:0030991 Sclerosing cholangitis
HP:0006510 Chronic pulmonary obstruction
HP:0000710 Hyperorality
HP:0001270 Motor delay
HP:0001548 Overgrowth
HP:0002311 Incoordination
HP:0006288 Advanced eruption of teeth
HP:0006323 Premature loss of primary teeth
HP:0009890 High anterior hairline
HP:0100034 Motor tics
HP:0100035 Phonic tics
HP:0000348 High forehead
HP:0001520 Large for gestational age
HP:0001239 Wrist flexion contracture
HP:0007359 Focal-onset seizure
HP:0000430 Underdeveloped nasal alae
HP:0007400 Irregular hyperpigmentation
HP:0100495 Mastocytosis
HP:0012378 Fatigue
HP:0002046 Heat intolerance
HP:0003270 Abdominal distention
HP:0002180 Neurodegeneration
HP:0003493 Antinuclear antibody positivity
HP:0030057 Autoimmune antibody positivity
HP:0006802 Abnormal anterior horn cell morphology
HP:0000064 Hypoplastic labia minora
HP:0000338 Hypomimic face
HP:0001642 Pulmonic stenosis
HP:0011344 Severe global developmental delay
HP:0200007 Abnormal size of the palpebral fissures
HP:0004464 Postauricular pit
HP:0000130 Abnormality of the uterus
HP:0000137 Abnormality of the ovary
HP:0000142 Abnormal vagina morphology
HP:0000370 Abnormality of the middle ear
HP:0011787 Central hypothyroidism
HP:0000274 Small face
HP:0000446 Narrow nasal bridge
HP:0000622 Blurred vision
HP:0001245 Small thenar eminence
HP:0009601 Aplasia/Hypoplasia of the thumb
HP:0011343 Moderate global developmental delay
HP:0000419 Abnormality of the nasal septum
HP:0000502 Abnormal conjunctiva morphology
HP:0000591 Abnormal sclera morphology
HP:0000615 Abnormal pupil morphology
HP:0001163 Abnormality of the metacarpal bones
HP:0001832 Abnormal metatarsal morphology
HP:0001850 Abnormality of the tarsal bones
HP:0010490 Abnormality of the palmar creases
HP:0010881 Abnormality of the umbilical cord
HP:0009113 Diaphragmatic weakness
HP:0011664 Left ventricular noncompaction cardiomyopathy
HP:0100240 Synostosis of joints
HP:0001838 Rocker bottom foot
HP:0003717 Minimal subcutaneous fat
HP:0001339 Lissencephaly
HP:0001591 Bell-shaped thorax
HP:0002655 Spondyloepiphyseal dysplasia
HP:0002983 Micromelia
HP:0003016 Metaphyseal widening
HP:0009826 Limb undergrowth
HP:0004488 Macrocephaly at birth
HP:0001695 Cardiac arrest
HP:0001712 Left ventricular hypertrophy
HP:0100775 Dural ectasia
HP:0000846 Adrenal insufficiency
HP:0002925 Increased thyroid-stimulating hormone level
HP:0100646 Thyroiditis
HP:0000836 Hyperthyroidism
HP:0004414 Abnormality of the pulmonary artery
HP:0000465 Webbed neck
HP:0000723 Restrictive behavior
HP:0002253 Colonic diverticula
HP:0001310 Dysmetria
HP:0000093 Proteinuria
HP:0002907 Microscopic hematuria
HP:0003073 Hypoalbuminemia
HP:0004315 Decreased circulating IgG level
HP:0000795 Abnormality of the urethra
HP:0001015 Prominent superficial veins
HP:0004691 2-3 toe syndactyly
HP:0005328 Progeroid facial appearance
HP:0005487 Prominent metopic ridge
HP:0007552 Abnormal subcutaneous fat tissue distribution
HP:0100678 Premature skin wrinkling
HP:0031137 Storage in hepatocytes
HP:0002521 Hypsarrhythmia
HP:0005390 Recurrent opportunistic infections
HP:0002716 Lymphadenopathy
HP:0005379 obsolete Severe T lymphocytopenia
HP:0004432 Agammaglobulinemia
HP:0006695 Atrioventricular canal defect
HP:0001733 Pancreatitis
HP:0002350 Cerebellar cyst
HP:0012110 Hypoplasia of the pons
HP:0001948 Alkalosis
HP:0003113 Hypochloremia
HP:0003155 Elevated alkaline phosphatase
HP:0003542 Increased serum pyruvate
HP:0000421 Epistaxis
HP:0200136 Oral-pharyngeal dysphagia
HP:0000805 Enuresis
HP:0005616 Accelerated skeletal maturation
HP:0002459 obsolete Dysautonomia
HP:0007302 Bipolar affective disorder
HP:0100602 Preeclampsia
HP:0100508 Abnormality of vitamin metabolism
HP:0001140 Limbal dermoid
HP:0000143 Rectovaginal fistula
HP:0001746 Asplenia
HP:0012715 Profound hearing impairment
HP:0001748 Polysplenia
HP:0003072 Hypercalcemia
HP:0002905 Hyperphosphatemia
HP:0002901 Hypocalcemia
HP:0001367 Abnormal joint morphology
HP:0010562 Keloids
HP:0004430 Severe combined immunodeficiency
HP:0000003 Multicystic kidney dysplasia
HP:0010980 Hyperlipoproteinemia
HP:0002155 Hypertriglyceridemia
HP:0000520 Proptosis
HP:0000180 Lobulated tongue
HP:0005486 Small fontanelle
HP:0000891 Cervical ribs
HP:0002557 Hypoplastic nipples
HP:0009112 Aplasia of the left hemidiaphragm
HP:0001719 Double outlet right ventricle
HP:0001682 Subvalvular aortic stenosis
HP:0001667 Right ventricular hypertrophy
HP:0002101 Abnormal lung lobation
HP:0002202 Pleural effusion
HP:0002566 Intestinal malrotation
HP:0004510 Pancreatic islet-cell hyperplasia
HP:0001747 Accessory spleen
HP:0002181 Cerebral edema
HP:0000967 Petechiae
HP:0009702 Carpal synostosis
HP:0000927 Abnormality of skeletal maturation
HP:0004348 Abnormality of bone mineral density
HP:0003019 Abnormality of the wrist
HP:0003063 Abnormality of the humerus
HP:0001059 Pterygium
HP:0001528 Hemihypertrophy
HP:0011228 Horizontal eyebrow
HP:0000766 Abnormality of the sternum
HP:0001254 Lethargy
HP:0002360 Sleep disturbance
HP:0001063 Acrocyanosis
HP:0001769 Broad foot
HP:0010280 Stomatitis
HP:0001288 Gait disturbance
HP:0008330 Reduced von Willebrand factor activity
HP:0001954 Recurrent fever
HP:0004311 Abnormal macrophage morphology
HP:0012539 Non-Hodgkin lymphoma
HP:0002074 Increased neuronal autofluorescent lipopigment
HP:0002973 Abnormality of the forearm
HP:0003203 Impaired oxidative burst
HP:0003027 Mesomelia
HP:0002754 Osteomyelitis
HP:0004431 Complement deficiency
HP:0001258 Spastic paraplegia
HP:0012811 Wide nasal ridge
HP:0011832 Narrow nasal tip
HP:0000288 Abnormality of the philtrum
HP:0002357 Dysphasia
HP:0000871 Panhypopituitarism
HP:0000233 Thin vermilion border
HP:0003281 Increased serum ferritin
HP:0010752 Cleft mandible
HP:0000437 Depressed nasal tip
HP:0000453 Choanal atresia
HP:0000863 Central diabetes insipidus
HP:0000058 Abnormality of the labia
HP:0007418 Alopecia totalis
HP:0100765 Abnormality of the tonsils
HP:0100747 Macrodactyly of toe
HP:0002109 obsolete Abnormality of the bronchi
HP:0011950 Bronchiolitis
HP:0002850 Decreased circulating total IgM
HP:0001395 Hepatic fibrosis
HP:0010701 Abnormal immunoglobulin level
HP:0009928 Thick nasal alae
HP:0010807 Open bite
HP:0002126 Polymicrogyria
HP:0002900 Hypokalemia
HP:0000155 Oral ulcer
HP:0000135 Hypogonadism
HP:0100783 Breast aplasia
HP:0000336 Prominent supraorbital ridges
HP:0010557 Overlapping fingers
HP:0005100 Premature birth following premature rupture of fetal membranes
HP:0002594 Pancreatic hypoplasia
HP:0010109 Short hallux
HP:0002334 Abnormality of the cerebellar vermis
HP:0003326 Myalgia
HP:0001645 Sudden cardiac death
HP:0001612 Weak cry
HP:0001618 Dysphonia
HP:0001336 Myoclonus
HP:0001283 Bulbar palsy
HP:0002080 Intention tremor
HP:0002174 Postural tremor
HP:0002064 Spastic gait
HP:0009800 Maternal diabetes
HP:0001662 Bradycardia
HP:0006595 Scapulohumeral synostosis
HP:0005815 Supernumerary ribs
HP:0000307 Pointed chin
HP:0012371 Hyperplasia of midface
HP:0002643 Neonatal respiratory distress
HP:0002093 Respiratory insufficiency
HP:0010310 Chylothorax
HP:0006376 Limited elbow flexion
HP:0006467 Limited shoulder movement
HP:0010505 Limitation of movement at ankles
HP:0010501 Limitation of knee mobility
HP:0009896 Abnormality of the antitragus
HP:0004404 Abnormal nipple morphology
HP:0011957 Abnormal pectoral muscle morphology
HP:0000777 Abnormality of the thymus
HP:0000418 Narrow nasal ridge
HP:0001572 Macrodontia
HP:0002967 Cubitus valgus
HP:0000988 Skin rash
HP:0009733 Glioma
HP:0012452 Restless legs
HP:0100031 Neoplasm of the thyroid gland
HP:0030127 Endometriosis
HP:0000123 Nephritis
HP:0001974 Leukocytosis
HP:0010976 B lymphocytopenia
HP:0000010 Recurrent urinary tract infections
HP:0100807 Long fingers
HP:0000653 Sparse eyelashes
HP:0000171 Microglossia
HP:0002575 Tracheoesophageal fistula
HP:0009933 Narrow naris
HP:0000883 Thin ribs
HP:0000121 Nephrocalcinosis
HP:0001349 Facial diplegia
HP:0012037 Pectoralis amyotrophy
HP:0100560 Upper limb asymmetry
HP:0005684 Distal arthrogryposis
HP:0010722 Asymmetry of the ears
HP:0009380 Aplasia of the fingers
HP:0001657 Prolonged QT interval
HP:0002040 Esophageal varix
HP:0000613 Photophobia
HP:0000561 Absent eyelashes
HP:0002223 Absent eyebrow
HP:0002591 Polyphagia
HP:0002373 Febrile seizure (within the age range of 3 months to 6 years)
HP:0002419 Molar tooth sign on MRI
HP:0001010 Hypopigmentation of the skin
HP:0005772 Aplasia/Hypoplasia of the tibia
HP:0002211 White forelock
HP:0007126 Proximal amyotrophy
HP:0003798 Nemaline bodies
HP:0006533 Bronchodysplasia
HP:0003391 Gowers sign
HP:0000771 Gynecomastia
HP:0100785 Insomnia
HP:0010529 Echolalia
HP:0000363 Abnormality of earlobe
HP:0002612 Congenital hepatic fibrosis
HP:0006721 Acute lymphoblastic leukemia
HP:0001958 Nonketotic hypoglycemia
HP:0003457 EMG abnormality
HP:0010636 Schizencephaly
HP:0005266 Intestinal polyp
HP:0200063 Colorectal polyposis
HP:0001762 Talipes equinovarus
HP:0000056 Abnormality of the clitoris
HP:0008655 Aplasia/Hypoplasia of the fallopian tube
HP:0002072 Chorea
HP:0008734 Decreased testicular size
HP:0002136 Broad-based gait
HP:0010958 Bilateral renal agenesis
HP:0002510 Spastic tetraplegia
HP:0003234 Decreased plasma carnitine
HP:0000720 Mood swings
HP:0012638 Abnormal nervous system physiology
HP:0002803 Congenital contracture
HP:0000152 Abnormality of head or neck
HP:0004377 Hematological neoplasm
HP:0100006 Neoplasm of the central nervous system
HP:0012759 Neurodevelopmental abnormality
HP:0011805 Abnormal skeletal muscle morphology
HP:0003634 Amyoplasia
HP:0001507 Growth abnormality
HP:0001939 Abnormality of metabolism/homeostasis
HP:0011013 Abnormal circulating carbohydrate concentration
HP:0410008 Abnormality of the peripheral nervous system
HP:0200134 Epileptic encephalopathy
HP:0001881 Abnormal leukocyte morphology
HP:0005549 obsolete Congenital neutropenia
HP:0004439 Craniofacial dysostosis
HP:0012443 Abnormality of brain morphology
HP:0000202 Oral cleft
HP:0011842 Abnormality of skeletal morphology
HP:0003808 Abnormal muscle tone
HP:0001574 Abnormality of the integument
HP:0030056 Uncombable hair
HP:0003549 Abnormality of connective tissue
HP:0030875 Abnormality of pulmonary circulation
HP:0000118 Phenotypic abnormality
HP:0012469 Infantile spasms
HP:0032894 Seizure precipitated by febrile infection
HP:0100661 Trigeminal neuralgia
HP:0012207 Reduced sperm motility
HP:0000798 Oligospermia
HP:0012864 Abnormal sperm morphology
HP:0008232 Elevated circulating follicle stimulating hormone level
HP:0040306 Decreased male libido
HP:0012208 Immotile sperm
HP:0000027 Azoospermia
HP:0000870 Increased circulating prolactin concentration
HP:0008187 Absence of secondary sex characteristics
HP:0010469 Absent testis
HP:0011969 Elevated circulating luteinizing hormone level
HP:0040171 Decreased serum testosterone level
HP:0003251 Male infertility
HP:0009804 Reduced number of teeth
HP:0000548 Cone/cone-rod dystrophy
HP:0000546 Retinal degeneration
HP:0008002 Abnormality of macular pigmentation
HP:0000608 Macular degeneration
HP:0030611 Retinal pigment epithelial loss on macular OCT
HP:0001135 Chorioretinal dystrophy
HP:0030468 Abnormal multifocal electroretinogram
HP:00030532 Visual acuity test abnormality
HP:0007401 Macular atrophy
HP:0030466 Abnormal full-field electroretinogram
HP:007737 Bone spicule pigmentation of the retina
HP:0011342 Mild global developmental delay
HP:0030610 Photoreceptor outer segment loss on macular OCT
HP:0007722 Retinal pigment epithelial atrophy
HP:0030493 Abnormality of foveal pigmentation
HP:0007843 Attenuation of retinal blood vessels
HP:0007754 Macular dystrophy
HP:0011509 Macular hyperpigmentation
HP:0008527 Congenital sensorineural hearing impairment
HP:0200070 Peripheral retinal atrophy
HP:0007793 Granular macular appearance
HP:0007987 Progressive visual field defects
HP:0100817 Renovascular hypertension
HP:0007868 obsolete Age-related macular degeneration
HP:0030527 Very severe constriction of peripheral visual field
HP:0030551 Visual acuity light perception with projection
HP:0011505 Cystoid macular edema
HP:0010442 Polydactyly
HP:0007642 Congenital stationary night blindness
HP:0009073 Progressive proximal muscle weakness
HP:0003741 Congenital muscular dystrophy
HP:0100299 Muscle fiber inclusion bodies
HP:0003540 Impaired platelet aggregation
HP:0010489 Absent palmar crease
HP:0009824 Upper limb undergrowth
HP:0002395 Lower limb hyperreflexia
HP:0001138 Optic neuropathy
HP:0007103 Hypointensity of cerebral white matter on MRI
HP:0003458 EMG: myopathic abnormalities
HP:0002987 Elbow flexion contracture
HP:0006466 Ankle flexion contracture
HP:0008458 Progressive congenital scoliosis
HP:0000473 Torticollis
HP:0011800 Midface retrusion
HP:0000597 Ophthalmoparesis
HP:0005853 Congenital foot contraction deformities
HP:0007002 Motor axonal neuropathy
HP:0003327 Axial muscle weakness
HP:0003306 Spinal rigidity
HP:0002068 Neuromuscular dysphagia
HP:0001002 obsolete Decreased subcutaneous fat
HP:0002880 obsolete Respiratory difficulties
HP:0006829 Severe muscular hypotonia
HP:0011448 Ankle clonus
HP:0003487 Babinski sign
HP:0002378 Hand tremor
HP:0002747 Respiratory insufficiency due to muscle weakness
HP:0002579 Gastrointestinal dysmotility
HP:0001041 Facial erythema
HP:0040180 Hyperkeratosis pilaris
HP:0001382 Joint hypermobility
HP:0003722 Neck flexor weakness
HP:0003323 Progressive muscle weakness
HP:0002380 Fasciculations
HP:0012785 Flexion contracture of finger
HP:0007936 Restrictive external ophthalmoplegia
HP:0030319 Weakness of facial musculature
HP:0008936 Muscular hypotonia of the trunk
HP:0030230 Central core regions in muscle fibers
HP:0011471 Gastrostomy tube feeding in infancy
HP:0001290 Generalized hypotonia
HP:0002421 Poor head control
HP:0010301 Spinal dysraphism
HP:0004303 Abnormal muscle fiber morphology
HP:0009046 Difficulty running
HP:0003715 Myofibrillar myopathy
HP:0000467 Neck muscle weakness
HP:0001999 Abnormal facial shape
HP:0002751 Kyphoscoliosis
HP:0030223 Perseveration
HP:0002344 Progressive neurologic deterioration
HP:0002522 Areflexia of lower limbs
HP:0003805 Rimmed vacuoles
HP:0005781 Contractures of the large joints
HP:0040083 Toe walking
HP:0003749 Pelvic girdle muscle weakness
HP:0012444 Brain atrophy
HP:0003738 Exercise-induced myalgia
HP:0003756 Skeletal myopathy
HP:0002492 Morphological abnormality of the corticospinal tract
HP:0100302 Muscle fiber tubuloreticular inclusions
HP:0006817 Aplasia/Hypoplasia of the cerebellar vermis
HP:0003473 Fatigable weakness
HP:0002077 Migraine with aura
HP:0100559 Lower limb asymmetry
HP:0002079 Hypoplasia of the corpus callosum
HP:0002804 Arthrogryposis multiplex congenita
HP:0011623 Muscular ventricular septal defect
HP:0002191 Progressive spasticity
HP:0003390 Sensory axonal neuropathy
HP:0006986 Upper limb spasticity
HP:0002464 Spastic dysarthria
HP:0001308 Tongue fasciculations
HP:0007010 Poor fine motor coordination
HP:0003737 Mitochondrial myopathy
HP:0008012 obsolete Congenital myopia
HP:0008872 Feeding difficulties in infancy
HP:0005750 Contractures of the joints of the lower limbs
HP:0009067 Progressive spinal muscular atrophy
HP:0001623 Breech presentation
HP:0001374 Congenital hip dislocation
HP:0002359 Frequent falls
HP:0003803 Type 1 muscle fiber predominance
HP:0011410 Caesarian section
HP:0008947 Infantile muscular hypotonia
HP:0100501 Recurrent bronchiolitis
HP:0003789 Minicore myopathy
HP:0000544 External ophthalmoplegia
HP:0001605 Vocal cord paralysis
HP:0003712 Skeletal muscle hypertrophy
HP:0012507 Weakness of orbicularis oculi muscle
HP:0009816 Lower limb undergrowth
HP:0008935 Generalized neonatal hypotonia
HP:0003484 Upper limb muscle weakness
HP:0008331 Elevated creatine kinase after exercise
HP:0001315 Reduced tendon reflexes
HP:0012473 Tongue atrophy
HP:0003273 Hip contracture
HP:0006380 Knee flexion contracture
HP:0003752 Episodic flaccid weakness
HP:0100298 Motheaten muscle fibers
HP:0003693 Distal amyotrophy
HP:0002167 Neurological speech impairment
HP:0003388 Easy fatigability
HP:0001348 Brisk reflexes
HP:0003445 EMG: neuropathic changes
HP:0009063 Progressive distal muscle weakness
HP:0003720 Generalized muscle hypertrophy
HP:0002493 Upper motor neuron dysfunction
HP:0012448 Delayed myelination
HP:0001338 Partial agenesis of the corpus callosum
HP:0006879 Pontocerebellar atrophy
HP:0200101 Decreased/absent ankle reflexes
HP:0009020 Exercise-induced muscle fatigue
HP:0002067 Bradykinesia
HP:0012751 Abnormal basal ganglia MRI signal intensity
HP:0003355 Aminoaciduria
HP:0012450 Chronic constipation
HP:0011834 Moyamoya phenomenon
HP:0001297 Stroke
HP:0200049 Upper limb hypertonia
HP:0008981 Calf muscle hypertrophy
HP:0006785 Limb-girdle muscular dystrophy
HP:0006957 Loss of ability to walk
HP:0030098 Reduced muscle dystrophin expression
HP:0030115 Reduced muscle fiber dysferlin
HP:0002058 Myopathic facies
HP:0007858 Chorioretinal lacunae
HP:0006657 Hypoplasia of first ribs
HP:0007165 Periventricular heterotopia
HP:0009779 3-4 toe syndactyly
HP:0010665 Bilateral coxa valga
HP:0007598 Bilateral single transverse palmar creases
HP:0006101 Finger syndactyly
HP:0010511 Long toe
HP:0002370 Poor coordination
HP:0000480 Retinal coloboma
HP:0001770 Toe syndactyly
HP:0010851 EEG with burst suppression
HP:0002791 Hypoventilation
HP:0040075 Hypopituitarism
HP:0012506 Small pituitary gland
HP:0000538 Pseudopapilledema
HP:0012717 Severe conductive hearing impairment
HP:0001370 Rheumatoid arthritis
HP:0000016 Urinary retention
HP:0012537 Food intolerance
HP:0011297 Abnormal digit morphology
HP:0001273 Abnormal corpus callosum morphology
HP:0030148 Heart murmur
HP:0045018 Partial duplication of eyebrows
HP:0008998 Pectoralis hypoplasia
HP:0001707 Abnormal right ventricle morphology
HP:0001540 Diastasis recti
HP:0100693 Iridodonesis
HP:0002265 Large fleshy ears
HP:0001132 Lens subluxation
HP:0004927 Pulmonary artery dilatation
HP:0005619 Thoracolumbar kyphosis
HP:0008619 Bilateral sensorineural hearing impairment
HP:0001045 Vitiligo
HP:0009124 Abnormal adipose tissue morphology
HP:0002979 Bowing of the legs
HP:0000455 Broad nasal tip
HP:0001007 Hirsutism
HP:0010314 Premature thelarche
HP:0000075 Renal duplication
HP:0000368 Low-set, posteriorly rotated ears
HP:0001052 Nevus flammeus
HP:0200048 Cyanotic episode
HP:0001902 Giant platelets
HP:0030043 Hip subluxation
HP:0002938 Lumbar hyperlordosis
HP:0030084 Clinodactyly
HP:0005560 Imbalanced hemoglobin synthesis
HP:0001539 Omphalocele
HP:0009778 Short thumb
HP:0002277 Horner syndrome
HP:0011701 Multifocal atrial tachycardia
HP:0005274 Prominent nasal tip
HP:0001262 Excessive daytime somnolence
HP:0001285 Spastic tetraparesis
HP:0012171 Stereotypical hand wringing
HP:0002518 Abnormality of the periventricular white matter
HP:0005692 Joint hyperflexibility
HP:0007440 Generalized hyperpigmentation
HP:0001805 Onychogryposis
HP:0011945 Bronchiolitis obliterans organizing pneumonia
HP:0003763 Bruxism
HP:0010500 Hyperextensibility of the knee
HP:0040115 Abnormality of the Eustachian tube
HP:0008751 Laryngeal cleft
HP:0000403 Recurrent otitis media
HP:0001787 Abnormal delivery
HP:0002571 Achalasia
HP:0002615 Hypotension
HP:0003550 Predominantly lower limb lymphedema
HP:0030363 Primary Caesarian section
HP:0001727 Thromboembolic stroke
HP:0100603 Toxemia of pregnancy
HP:0010836 Abnormal circulating copper concentration
HP:0000356 Abnormality of the outer ear
HP:0002197 Generalized-onset seizure
HP:0011436 Abnormal maternal serum screening
HP:0003517 Birth length greater than 97th percentile
HP:0003561 Birth length less than 3rd percentile
HP:0012188 Hyperemesis gravidarum
HP:0010519 Increased fetal movement
HP:0030244 Maternal fever in pregnancy
HP:0008071 Maternal hypertension
HP:0100622 Maternal seizure
HP:0011438 Maternal teratogenic exposure
HP:0001998 Neonatal hypoglycemia
HP:0040187 Neonatal sepsis
HP:0002033 Poor suck
HP:0006579 Prolonged neonatal jaundice
HP:0001724 obsolete Aortic dilatation
HP:0010621 Cutaneous syndactyly of toes
HP:0001880 Eosinophilia
HP:0000162 Glossoptosis
HP:0100578 Lipoatrophy
HP:0002562 Low-set nipples
HP:0012893 Neck muscle hypertrophy
HP:0001027 Soft, doughy skin
HP:0100738 Abnormal eating behavior
HP:0007328 Impaired pain sensation
HP:0002878 Respiratory failure
HP:0001776 Bilateral talipes equinovarus
HP:0001360 Holoprosencephaly
HP:0001973 Autoimmune thrombocytopenia
HP:0100749 Chest pain
HP:0012531 Pain
HP:0007585 Skin fragility with non-scarring blistering
HP:0002108 Spontaneous pneumothorax
HP:0006562 Viral hepatitis
HP:0012647 Abnormal inflammatory response
HP:0012088 Abnormal urinary odor
HP:0011458 Abdominal symptom
HP:0002829 Arthralgia
HP:0010783 Erythema
HP:0010307 Stridor
HP:0001269 Hemiparesis
HP:0006532 Recurrent pneumonia
HP:0002580 Volvulus
HP:0012387 Bronchitis
HP:0001266 Choreoathetosis
HP:0001531 Failure to thrive in infancy
HP:0011470 Nasogastric tube feeding in infancy
HP:0001361 Nystagmus-induced head nodding
HP:0001997 Gout
HP:0000965 Cutis marmorata
HP:0010316 Ebstein anomaly of the tricuspid valve
HP:0010543 Opsoclonus
HP:0007704 Paroxysmal involuntary eye movements
HP:0030364 Secondary Caesarian section
HP:0007738 Uncontrolled eye movements
HP:0030366 Delivery by Odon device
HP:0011411 Forceps delivery
HP:0030369 Induced vaginal delivery
HP:0005268 Spontaneous abortion
HP:0030365 Vaginal birth after Caesarian
HP:0011412 Ventouse delivery
HP:0002572 Episodic vomiting
HP:0030350 Erythematous papule
HP:0001386 Joint swelling
HP:0000147 Polycystic ovaries
HP:0012412 Premature adrenarche
HP:0004411 Deviated nasal septum
HP:0040183 Encopresis
HP:0100507 Reduced blood folate concentration
HP:0007011 Fourth cranial nerve palsy
HP:0000375 Abnormal cochlea morphology
HP:0009911 Abnormal temporal bone morphology
HP:0000081 Duplicated collecting system
HP:0006894 Hypoplastic olfactory lobes
HP:0011380 Morphological abnormality of the semicircular canal
HP:0000110 Renal dysplasia
HP:0030025 Auricular pit
HP:0010044 Short 4th metacarpal
HP:0010047 Short 5th metacarpal
HP:0000201 Pierre-Robin sequence
HP:0100837 Atrophodermia vermiculata
HP:0002673 Coxa valga
HP:0001476 Delayed closure of the anterior fontanelle
HP:0011069 Increased number of teeth
HP:0009879 Simplified gyral pattern
HP:0006315 Single median maxillary incisor
HP:0001194 Abnormalities of placenta or umbilical cord
HP:0100767 Abnormal placenta morphology
HP:0006543 Cardiorespiratory arrest
HP:0003074 Hyperglycemia
HP:0000842 Hyperinsulinemia
HP:0011951 Aspiration pneumonia
HP:0006528 Chronic lung disease
HP:0002383 Encephalitis
HP:0000388 Otitis media
HP:0002530 Axial dystonia
HP:0002780 Bronchomalacia
HP:0008755 Laryngotracheomalacia
HP:0000308 Microretrognathia
HP:0002786 Tracheobronchomalacia
HP:0012389 Appendicular hypotonia
HP:0011323 Cleft of chin
HP:0000417 Slender nose
HP:0001863 Toe clinodactyly
HP:0008386 Aplasia/Hypoplasia of the nails
HP:0006989 Dysplastic corpus callosum
HP:0100954 Open operculum
HP:0004482 Relative macrocephaly
HP:3000033 Abnormal nasopharyngeal adenoid morphology
HP:0009062 Infantile axial hypotonia
HP:0002189 obsolete Excessive daytime sleepiness
HP:0002141 Gait imbalance
HP:0012734 Ketotic hypoglycemia
HP:0005968 Temperature instability
HP:0012538 Gluten intolerance
HP:0000979 Purpura
HP:0001988 Recurrent hypoglycemia
HP:0001488 Bilateral ptosis
HP:0011229 Broad eyebrow
HP:0004440 Coronal craniosynostosis
HP:0004453 Overfolding of the superior helices
HP:0012547 Abnormal involuntary eye movements
HP:0100814 Blue nevus
HP:0010751 Dimple chin
HP:0007087 obsolete Involuntary jerking movements
HP:0012498 Nuchal cord
HP:0002472 Small cerebral cortex
HP:0100307 Cerebellar hemisphere hypoplasia
HP:0002151 Increased serum lactate
HP:0001698 Pericardial effusion
HP:0006903 Congenital peripheral neuropathy
HP:0006895 Lower limb hypertonia
HP:0002744 Bilateral cleft lip and palate
HP:0010664 Fusion of the left and right thalami
HP:0000327 Hypoplasia of the maxilla
HP:0000474 Thickened nuchal skin fold
HP:0000105 Enlarged kidney
HP:0000113 Polycystic kidney dysplasia
HP:0000104 Renal agenesis
HP:0001362 Calvarial skull defect
HP:0008245 Pituitary hypothyroidism
HP:0001552 Barrel-shaped chest
HP:0006297 Hypoplasia of dental enamel
HP:0100023 Recurrent hand flapping
HP:0005518 Increased mean corpuscular volume
HP:0012418 Hypoxemia
HP:0100259 Postaxial polydactyly
HP:0010814 Abnormal position of hair whorl
HP:0003764 Nevus
HP:0000445 Wide nose
HP:0010677 Enuresis nocturna
HP:0001510 Growth delay
HP:0012428 Prominent calcaneus
HP:0012471 Thick vermilion border
HP:0007110 Central hypoventilation
HP:0010614 Fibroma
HP:0001034 Hypermelanotic macule
HP:0011365 Patchy hypopigmentation of hair
HP:0001920 Renal artery stenosis
HP:0002828 Multiple joint contractures
HP:0002144 Tethered cord
HP:0010964 Abnormal circulating long-chain fatty-acid concentration
HP:0010536 Central sleep apnea
HP:0011262 Crimped helix
HP:0040079 Irregular dentition
HP:0011481 Abnormal lacrimal duct morphology
HP:0000220 Velopharyngeal insufficiency
HP:0002153 Hyperkalemia
HP:0002148 Hypophosphatemia
HP:0012621 Persistent cloaca
HP:0000867 Secondary hyperparathyroidism
HP:0003762 Uterus didelphys
HP:0100512 Low levels of vitamin D
HP:0012156 Hemophagocytosis
HP:0008209 Premature ovarian insufficiency
HP:0004349 Reduced bone mineral density
HP:0001924 Sideroblastic anemia
HP:0011703 Sinus tachycardia
HP:0010609 Skin tags
HP:0002725 Systemic lupus erythematosus
HP:0003193 Allergic rhinitis
HP:0006896 Hypnopompic hallucinations
HP:0002524 Cataplexy
HP:0005227 Adenomatous colonic polyposis
HP:0012173 Orthostatic tachycardia
HP:0001271 Polyneuropathy
HP:0009120 Aplasia/Hypoplasia involving the sinuses
HP:0000625 Eyelid coloboma
HP:0009754 Fibrous syngnathia
HP:0012478 Temporomandibular joint ankylosis
HP:0001233 2-3 finger syndactyly
HP:0000811 Abnormal external genitalia
HP:0005120 Abnormal cardiac atrium morphology
HP:0008388 Abnormal toenail morphology
HP:0011467 Absent gallbladder
HP:0010760 Absent toe
HP:0001545 Anteriorly placed anus
HP:0001640 Cardiomegaly
HP:0002990 Fibular aplasia
HP:0004443 Lambdoidal craniosynostosis
HP:0008569 Microtia, second degree
HP:0006277 Pancreatic hyperplasia
HP:0010445 Primum atrial septal defect
HP:0011640 Single coronary artery origin
HP:0011608 Type II truncus arteriosus
HP:0011327 Posterior plagiocephaly
HP:0007655 Eversion of lateral third of lower eyelids
HP:0010747 Medial flaring of the eyebrow
HP:0005957 Breathing dysregulation
HP:0000992 Cutaneous photosensitivity
HP:0011995 Atrial septal dilatation
HP:0000377 Abnormality of the pinna
HP:0011266 Microtia, first degree
HP:0012650 Perisylvian polymicrogyria
HP:0004970 Ascending tubular aorta aneurysm
HP:0008348 Decreased circulating IgG2 level
HP:0012115 Hepatitis
HP:0006979 Sleep-wake cycle disturbance
HP:0008587 Mild neurosensory hearing impairment
HP:0006097 3-4 finger syndactyly
HP:0005263 Gastritis
HP:0200043 Verrucae
HP:0009600 Flexion contracture of thumb
HP:0010818 Generalized tonic seizure
HP:0002599 Head titubation
HP:0002090 Pneumonia
HP:0030423 Splenic cyst
HP:0030187 Titubation
HP:0002375 Hypokinesia
HP:0007166 Paroxysmal dyskinesia
HP:0003077 Hyperlipidemia
HP:0000017 Nocturia
HP:0100555 Asymmetric growth
HP:0011847 Giant cell tumor of bone
HP:0000112 Nephropathy
HP:0000246 Sinusitis
HP:0001012 Multiple lipomas
HP:0000851 Congenital hypothyroidism
HP:0002345 Action tremor
HP:0002677 Small foramen magnum
HP:0011947 Respiratory tract infection
HP:0012151 Hemothorax
HP:0005988 Congenital muscular torticollis
HP:0002329 Drowsiness
HP:0012395 Seasonal allergy
HP:0011679 Tetralogy of Fallot with pulmonary stenosis
HP:0001864 Clinodactyly of the 5th toe
HP:0006934 Congenital nystagmus
HP:0100355 Contractures of the distal interphalangeal joint of the 5th toe
HP:0007894 Hypopigmentation of the fundus
HP:0012377 Hemianopia
HP:0002354 Memory impairment
HP:0000872 Hashimoto thyroiditis
HP:0002519 Hypnagogic hallucinations
HP:0010647 Abnormal elasticity of skin
HP:0002592 Gastric ulcer
HP:0004938 Tortuous cerebral arteries
HP:0004948 Vascular tortuosity
HP:0002516 Increased intracranial pressure
HP:0006460 Increased laxity of ankles
HP:0002317 Unsteady gait
HP:0000182 Movement abnormality of the tongue
HP:0009887 Abnormality of hair pigmentation
HP:0005824 Clinodactyly of the 2nd toe
HP:0002212 Curly hair
HP:0009803 Short phalanx of finger
HP:0000572 Visual loss
HP:0005216 Impaired mastication
HP:0000619 Impaired convergence
HP:0002403 Positive Romberg sign
HP:0008744 Abnormal aryepiglottic fold morphology
HP:0002374 Diminished movement
HP:0008277 Abnormal blood zinc concentration
HP:0012781 Mid-frequency hearing loss
HP:0100758 Gangrene
HP:0003256 Abnormality of the coagulation cascade
HP:0004387 Enterocolitis
HP:0011029 Internal hemorrhage
HP:0011649 Patent ductus arteriosus after premature birth
HP:0012050 Anasarca
HP:0001683 Ectopia cordis
HP:0011682 Perimembranous ventricular septal defect
HP:0010624 Aplastic/hypoplastic toenail
HP:0002705 High, narrow palate
HP:0011340 Incomplete cleft of the upper lip
HP:0011613 Interrupted aortic arch type B
HP:0006167 Prominent proximal interphalangeal joints
HP:0002918 Hypermagnesemia
HP:0011937 Hypoplastic fifth toenail
HP:0001067 Neurofibromas
HP:0011403 Abnormal umbilical cord blood vessels
HP:0003316 Butterfly vertebrae
HP:0002247 Duodenal atresia
HP:0008439 Lumbar hemivertebrae
HP:0011599 Mesocardia
HP:0008467 Thoracic hemivertebrae
HP:0004626 Lumbar scoliosis
HP:0006808 Cerebral hypomyelination
HP:0002926 Abnormality of thyroid physiology
HP:0007970 Congenital ptosis
" + }, + "url": "http://purl.obolibrary.org/obo/hp.owl", + "version": "0.1.0", + "name": "HPO", + "title": "Human Phenotype Ontology", + "status": "draft", + "experimental": false, + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "The Human Phenotype Ontology (HPO) provides a standardized vocabulary of phenotypic abnormalities encountered in human disease. Please see license of HPO at http://www.human-phenotype-ontology.org", + "valueSet": "http://fhir.ncpi-project-forge.io/ValueSet/phenotype-codes", + "hierarchyMeaning": "is-a", + "compositional": false, + "versionNeeded": false, + "content": "complete", + "count": 1880, + "filter": [ + { + "code": "root", + "operator": [ + "=" + ], + "value": "True or false." + }, + { + "code": "deprecated", + "operator": [ + "=" + ], + "value": "True or false." + }, + { + "code": "imported", + "operator": [ + "=" + ], + "value": "True or false" + } + ], + "property": [ + { + "code": "parent", + "description": "Parent codes.", + "type": "code" + }, + { + "code": "imported", + "description": "Indicates if the concept is imported from another code system.", + "type": "boolean" + }, + { + "code": "root", + "description": "Indicates if this concept is a root concept (i.e. Thing is equivalent or a direct parent)", + "type": "boolean" + }, + { + "code": "deprecated", + "description": "Indicates if this concept is deprecated.", + "type": "boolean" + } + ], + "concept": [ + { + "code": "HP:0000365", + "display": "Hearing impairment" + }, + { + "code": "HP:0002564", + "display": "obsolete Malformation of the heart and great vessels" + }, + { + "code": "HP:0001028", + "display": "Hemangioma" + }, + { + "code": "HP:0000476", + "display": "Cystic hygroma" + }, + { + "code": "HP:0000568", + "display": "Microphthalmia" + }, + { + "code": "HP:0000518", + "display": "Cataract" + }, + { + "code": "HP:0000612", + "display": "Iris coloboma" + }, + { + "code": "HP:0000567", + "display": "Chorioretinal coloboma" + }, + { + "code": "HP:0000316", + "display": "Hypertelorism" + }, + { + "code": "HP:0000482", + "display": "Microcornea" + }, + { + "code": "HP:0000588", + "display": "Optic nerve coloboma" + }, + { + "code": "HP:0004426", + "display": "Abnormality of the cheek" + }, + { + "code": "HP:0009125", + "display": "Lipodystrophy" + }, + { + "code": "HP:0002023", + "display": "Anal atresia" + }, + { + "code": "HP:0003468", + "display": "Abnormal vertebral morphology" + }, + { + "code": "HP:0000545", + "display": "Myopia" + }, + { + "code": "HP:0000122", + "display": "Unilateral renal agenesis" + }, + { + "code": "HP:0002143", + "display": "Abnormality of the spinal cord" + }, + { + "code": "HP:0003508", + "display": "Proportionate short stature" + }, + { + "code": "HP:0000271", + "display": "Abnormality of the face" + }, + { + "code": "HP:0000637", + "display": "Long palpebral fissure" + }, + { + "code": "HP:0000492", + "display": "Abnormal eyelid morphology" + }, + { + "code": "HP:0000389", + "display": "Chronic otitis media" + }, + { + "code": "HP:0000400", + "display": "Macrotia" + }, + { + "code": "HP:0000405", + "display": "Conductive hearing impairment" + }, + { + "code": "HP:0012712", + "display": "Mild hearing impairment" + }, + { + "code": "HP:0005280", + "display": "Depressed nasal bridge" + }, + { + "code": "HP:0000431", + "display": "Wide nasal bridge" + }, + { + "code": "HP:0000319", + "display": "Smooth philtrum" + }, + { + "code": "HP:0000175", + "display": "Cleft palate" + }, + { + "code": "HP:0001611", + "display": "Nasal speech" + }, + { + "code": "HP:0002099", + "display": "Asthma" + }, + { + "code": "HP:0001397", + "display": "Hepatic steatosis" + }, + { + "code": "HP:0001081", + "display": "Cholelithiasis" + }, + { + "code": "HP:0002650", + "display": "Scoliosis" + }, + { + "code": "HP:0001212", + "display": "Prominent fingertip pads" + }, + { + "code": "HP:0001328", + "display": "Specific learning disability" + }, + { + "code": "HP:0000824", + "display": "Growth hormone deficiency" + }, + { + "code": "HP:0002607", + "display": "Bowel incontinence" + }, + { + "code": "HP:0100731", + "display": "Transverse facial cleft" + }, + { + "code": "HP:0000528", + "display": "Anophthalmia" + }, + { + "code": "HP:0000601", + "display": "Hypotelorism" + }, + { + "code": "HP:0000369", + "display": "Low-set ears" + }, + { + "code": "HP:0001274", + "display": "Agenesis of corpus callosum" + }, + { + "code": "HP:0002084", + "display": "Encephalocele" + }, + { + "code": "HP:0007033", + "display": "Cerebellar dysplasia" + }, + { + "code": "HP:0100336", + "display": "Bilateral cleft lip" + }, + { + "code": "HP:0100337", + "display": "Bilateral cleft palate" + }, + { + "code": "HP:0001511", + "display": "Intrauterine growth retardation" + }, + { + "code": "HP:0011451", + "display": "Congenital microcephaly" + }, + { + "code": "HP:0000324", + "display": "Facial asymmetry" + }, + { + "code": "HP:0000581", + "display": "Blepharophimosis" + }, + { + "code": "HP:0000508", + "display": "Ptosis" + }, + { + "code": "HP:0008551", + "display": "Microtia" + }, + { + "code": "HP:0001631", + "display": "Atrial septal defect" + }, + { + "code": "HP:0000085", + "display": "Horseshoe kidney" + }, + { + "code": "HP:0011927", + "display": "Short digit" + }, + { + "code": "HP:0001156", + "display": "Brachydactyly" + }, + { + "code": "HP:0002066", + "display": "Gait ataxia" + }, + { + "code": "HP:0001250", + "display": "Seizure" + }, + { + "code": "HP:0001263", + "display": "Global developmental delay" + }, + { + "code": "HP:0001562", + "display": "Oligohydramnios" + }, + { + "code": "HP:0001195", + "display": "Single umbilical artery" + }, + { + "code": "HP:0006349", + "display": "Agenesis of permanent teeth" + }, + { + "code": "HP:0000668", + "display": "Hypodontia" + }, + { + "code": "HP:0000677", + "display": "Oligodontia" + }, + { + "code": "HP:0001252", + "display": "Muscular hypotonia" + }, + { + "code": "HP:0003429", + "display": "CNS hypomyelination" + }, + { + "code": "HP:0010864", + "display": "Intellectual disability, severe" + }, + { + "code": "HP:0004325", + "display": "Decreased body weight" + }, + { + "code": "HP:0000666", + "display": "Horizontal nystagmus" + }, + { + "code": "HP:0000218", + "display": "High palate" + }, + { + "code": "HP:0010809", + "display": "Broad uvula" + }, + { + "code": "HP:0000767", + "display": "Pectus excavatum" + }, + { + "code": "HP:0003691", + "display": "Scapular winging" + }, + { + "code": "HP:0002616", + "display": "Aortic root aneurysm" + }, + { + "code": "HP:0001601", + "display": "Laryngomalacia" + }, + { + "code": "HP:0002021", + "display": "Pyloric stenosis" + }, + { + "code": "HP:0001388", + "display": "Joint laxity" + }, + { + "code": "HP:0001187", + "display": "Hyperextensibility of the finger joints" + }, + { + "code": "HP:0000741", + "display": "Apathy" + }, + { + "code": "HP:0000817", + "display": "Poor eye contact" + }, + { + "code": "HP:0000821", + "display": "Hypothyroidism" + }, + { + "code": "HP:0000002", + "display": "Abnormality of body height" + }, + { + "code": "HP:0000079", + "display": "Abnormality of the urinary system" + }, + { + "code": "HP:0000164", + "display": "Abnormality of the dentition" + }, + { + "code": "HP:0000364", + "display": "Hearing abnormality" + }, + { + "code": "HP:0000366", + "display": "Abnormality of the nose" + }, + { + "code": "HP:0000464", + "display": "Abnormality of the neck" + }, + { + "code": "HP:0000707", + "display": "Abnormality of the nervous system" + }, + { + "code": "HP:0000708", + "display": "Behavioral abnormality" + }, + { + "code": "HP:0000769", + "display": "Abnormality of the breast" + }, + { + "code": "HP:0000772", + "display": "Abnormality of the ribs" + }, + { + "code": "HP:0000775", + "display": "Abnormality of the diaphragm" + }, + { + "code": "HP:0000889", + "display": "Abnormality of the clavicle" + }, + { + "code": "HP:0000925", + "display": "Abnormality of the vertebral column" + }, + { + "code": "HP:0001080", + "display": "Biliary tract abnormality" + }, + { + "code": "HP:0001392", + "display": "Abnormality of the liver" + }, + { + "code": "HP:0001438", + "display": "Abnormal abdomen morphology" + }, + { + "code": "HP:0001608", + "display": "Abnormality of the voice" + }, + { + "code": "HP:0001627", + "display": "Abnormal heart morphology" + }, + { + "code": "HP:0001732", + "display": "Abnormality of the pancreas" + }, + { + "code": "HP:0001739", + "display": "Abnormality of the nasopharynx" + }, + { + "code": "HP:0001743", + "display": "Abnormality of the spleen" + }, + { + "code": "HP:0001760", + "display": "Abnormal foot morphology" + }, + { + "code": "HP:0001871", + "display": "Abnormality of blood and blood-forming tissues" + }, + { + "code": "HP:0002031", + "display": "Abnormal esophagus morphology" + }, + { + "code": "HP:0002244", + "display": "Abnormality of the small intestine" + }, + { + "code": "HP:0002246", + "display": "Abnormality of the duodenum" + }, + { + "code": "HP:0002250", + "display": "Abnormal large intestine morphology" + }, + { + "code": "HP:0002644", + "display": "Abnormality of pelvic girdle bone morphology" + }, + { + "code": "HP:0002664", + "display": "Neoplasm" + }, + { + "code": "HP:0002715", + "display": "Abnormality of the immune system" + }, + { + "code": "HP:0002814", + "display": "Abnormality of the lower limb" + }, + { + "code": "HP:0002817", + "display": "Abnormality of the upper limb" + }, + { + "code": "HP:0005483", + "display": "Abnormal epiglottis morphology" + }, + { + "code": "HP:0008777", + "display": "Abnormal vocal cord morphology" + }, + { + "code": "HP:0011844", + "display": "Abnormal appendicular skeleton morphology" + }, + { + "code": "HP:0012732", + "display": "Anorectal anomaly" + }, + { + "code": "HP:0001508", + "display": "Failure to thrive" + }, + { + "code": "HP:0002902", + "display": "Hyponatremia" + }, + { + "code": "HP:0012236", + "display": "Elevated sweat chloride" + }, + { + "code": "HP:0000347", + "display": "Micrognathia" + }, + { + "code": "HP:0000926", + "display": "Platyspondyly" + }, + { + "code": "HP:0001371", + "display": "Flexion contracture" + }, + { + "code": "HP:0001875", + "display": "Neutropenia" + }, + { + "code": "HP:0001888", + "display": "Lymphopenia" + }, + { + "code": "HP:0002857", + "display": "Genu valgum" + }, + { + "code": "HP:0002986", + "display": "Radial bowing" + }, + { + "code": "HP:0003015", + "display": "Flared metaphysis" + }, + { + "code": "HP:0003025", + "display": "Metaphyseal irregularity" + }, + { + "code": "HP:0003097", + "display": "Short femur" + }, + { + "code": "HP:0003300", + "display": "Ovoid vertebral bodies" + }, + { + "code": "HP:0003307", + "display": "Hyperlordosis" + }, + { + "code": "HP:0004209", + "display": "Clinodactyly of the 5th finger" + }, + { + "code": "HP:0004322", + "display": "Short stature" + }, + { + "code": "HP:0005792", + "display": "Short humerus" + }, + { + "code": "HP:0006248", + "display": "Limited wrist movement" + }, + { + "code": "HP:0000944", + "display": "Abnormality of the metaphysis" + }, + { + "code": "HP:0011921", + "display": "Exudative pleural effusion" + }, + { + "code": "HP:0003043", + "display": "Abnormality of the shoulder" + }, + { + "code": "HP:0000290", + "display": "Abnormality of the forehead" + }, + { + "code": "HP:0005288", + "display": "Abnormality of the nares" + }, + { + "code": "HP:0000234", + "display": "Abnormality of the head" + }, + { + "code": "HP:0004323", + "display": "Abnormality of body weight" + }, + { + "code": "HP:0000483", + "display": "Astigmatism" + }, + { + "code": "HP:0011003", + "display": "High myopia" + }, + { + "code": "HP:0000470", + "display": "Short neck" + }, + { + "code": "HP:0030044", + "display": "Flexion contracture of digit" + }, + { + "code": "HP:0100871", + "display": "Abnormality of the palm" + }, + { + "code": "HP:0004334", + "display": "Dermal atrophy" + }, + { + "code": "HP:0001845", + "display": "Overlapping toe" + }, + { + "code": "HP:0000496", + "display": "Abnormality of eye movement" + }, + { + "code": "HP:0001780", + "display": "Abnormality of toe" + }, + { + "code": "HP:0001626", + "display": "Abnormality of the cardiovascular system" + }, + { + "code": "HP:0002086", + "display": "Abnormality of the respiratory system" + }, + { + "code": "HP:0000818", + "display": "Abnormality of the endocrine system" + }, + { + "code": "HP:0012372", + "display": "Abnormal eye morphology" + }, + { + "code": "HP:0009473", + "display": "Joint contracture of the hand" + }, + { + "code": "HP:0003199", + "display": "Decreased muscle mass" + }, + { + "code": "HP:0003202", + "display": "Skeletal muscle atrophy" + }, + { + "code": "HP:0003551", + "display": "Difficulty climbing stairs" + }, + { + "code": "HP:0002355", + "display": "Difficulty walking" + }, + { + "code": "HP:0003546", + "display": "Exercise intolerance" + }, + { + "code": "HP:0003325", + "display": "Limb-girdle muscle weakness" + }, + { + "code": "HP:0003701", + "display": "Proximal muscle weakness" + }, + { + "code": "HP:0003547", + "display": "Shoulder girdle muscle weakness" + }, + { + "code": "HP:0007340", + "display": "Lower limb muscle weakness" + }, + { + "code": "HP:0002168", + "display": "Scanning speech" + }, + { + "code": "HP:0001265", + "display": "Hyporeflexia" + }, + { + "code": "HP:0001284", + "display": "Areflexia" + }, + { + "code": "HP:0003477", + "display": "Peripheral axonal neuropathy" + }, + { + "code": "HP:0000924", + "display": "Abnormality of the skeletal system" + }, + { + "code": "HP:0001291", + "display": "Abnormal cranial nerve morphology" + }, + { + "code": "HP:0003687", + "display": "Centrally nucleated skeletal muscle fibers" + }, + { + "code": "HP:0001324", + "display": "Muscle weakness" + }, + { + "code": "HP:0002515", + "display": "Waddling gait" + }, + { + "code": "HP:0100280", + "display": "Crohn's disease" + }, + { + "code": "HP:0002631", + "display": "obsolete Dilatation of ascending aorta" + }, + { + "code": "HP:0100026", + "display": "Arteriovenous malformation" + }, + { + "code": "HP:0002637", + "display": "Cerebral ischemia" + }, + { + "code": "HP:0002619", + "display": "Varicose veins" + }, + { + "code": "HP:0001159", + "display": "Syndactyly" + }, + { + "code": "HP:0002069", + "display": "Bilateral tonic-clonic seizure" + }, + { + "code": "HP:0000977", + "display": "Soft skin" + }, + { + "code": "HP:0010648", + "display": "Dermal translucency" + }, + { + "code": "HP:0000978", + "display": "Bruising susceptibility" + }, + { + "code": "HP:0001956", + "display": "Truncal obesity" + }, + { + "code": "HP:0000189", + "display": "Narrow palate" + }, + { + "code": "HP:0000678", + "display": "Dental crowding" + }, + { + "code": "HP:0002870", + "display": "Obstructive sleep apnea" + }, + { + "code": "HP:0001763", + "display": "Pes planus" + }, + { + "code": "HP:0000782", + "display": "Abnormality of the scapula" + }, + { + "code": "HP:0001600", + "display": "Abnormality of the larynx" + }, + { + "code": "HP:0002088", + "display": "Abnormal lung morphology" + }, + { + "code": "HP:0011407", + "display": "Proportionate tall stature" + }, + { + "code": "HP:0000541", + "display": "Retinal detachment" + }, + { + "code": "HP:0001373", + "display": "Joint dislocation" + }, + { + "code": "HP:0000938", + "display": "Osteopenia" + }, + { + "code": "HP:0002942", + "display": "Thoracic kyphosis" + }, + { + "code": "HP:0001840", + "display": "Metatarsus adductus" + }, + { + "code": "HP:0001844", + "display": "Abnormality of the hallux" + }, + { + "code": "HP:0001765", + "display": "Hammertoe" + }, + { + "code": "HP:0000606", + "display": "Abnormality of the periorbital region" + }, + { + "code": "HP:0002757", + "display": "Recurrent fractures" + }, + { + "code": "HP:0000647", + "display": "Sclerocornea" + }, + { + "code": "HP:0001166", + "display": "Arachnodactyly" + }, + { + "code": "HP:0005490", + "display": "Postnatal macrocephaly" + }, + { + "code": "HP:0011363", + "display": "Abnormality of hair growth rate" + }, + { + "code": "HP:0000276", + "display": "Long face" + }, + { + "code": "HP:0000275", + "display": "Narrow face" + }, + { + "code": "HP:0000337", + "display": "Broad forehead" + }, + { + "code": "HP:0002267", + "display": "Exaggerated startle response" + }, + { + "code": "HP:0002187", + "display": "Intellectual disability, profound" + }, + { + "code": "HP:0000728", + "display": "Impaired ability to form peer relationships" + }, + { + "code": "HP:0000733", + "display": "Stereotypy" + }, + { + "code": "HP:0000739", + "display": "Anxiety" + }, + { + "code": "HP:0000929", + "display": "Abnormal skull morphology" + }, + { + "code": "HP:0001965", + "display": "Abnormal scalp morphology" + }, + { + "code": "HP:0100538", + "display": "Abnormality of the supraorbital ridges" + }, + { + "code": "HP:0000309", + "display": "Abnormality of the midface" + }, + { + "code": "HP:0000277", + "display": "Abnormality of the mandible" + }, + { + "code": "HP:0000765", + "display": "Abnormality of the thorax" + }, + { + "code": "HP:0100008", + "display": "Schwannoma" + }, + { + "code": "HP:0030038", + "display": "Enchondroma" + }, + { + "code": "HP:0100777", + "display": "Exostoses" + }, + { + "code": "HP:0011663", + "display": "Right ventricular cardiomyopathy" + }, + { + "code": "HP:0011675", + "display": "Arrhythmia" + }, + { + "code": "HP:0001962", + "display": "Palpitations" + }, + { + "code": "HP:0001279", + "display": "Syncope" + }, + { + "code": "HP:0004756", + "display": "Ventricular tachycardia" + }, + { + "code": "HP:0000252", + "display": "Microcephaly" + }, + { + "code": "HP:0000303", + "display": "Mandibular prognathia" + }, + { + "code": "HP:0000664", + "display": "Synophrys" + }, + { + "code": "HP:0001609", + "display": "Hoarse voice" + }, + { + "code": "HP:0002558", + "display": "Supernumerary nipple" + }, + { + "code": "HP:0001634", + "display": "Mitral valve prolapse" + }, + { + "code": "HP:0000028", + "display": "Cryptorchidism" + }, + { + "code": "HP:0000973", + "display": "Cutis laxa" + }, + { + "code": "HP:0001518", + "display": "Small for gestational age" + }, + { + "code": "HP:0000527", + "display": "Long eyelashes" + }, + { + "code": "HP:0002808", + "display": "Kyphosis" + }, + { + "code": "HP:0000248", + "display": "Brachycephaly" + }, + { + "code": "HP:0000505", + "display": "Visual impairment" + }, + { + "code": "HP:0000512", + "display": "Abnormal electroretinogram" + }, + { + "code": "HP:0000517", + "display": "Abnormality of the lens" + }, + { + "code": "HP:0000529", + "display": "Progressive visual loss" + }, + { + "code": "HP:0000586", + "display": "Shallow orbits" + }, + { + "code": "HP:0000603", + "display": "Central scotoma" + }, + { + "code": "HP:0000939", + "display": "Osteoporosis" + }, + { + "code": "HP:0001377", + "display": "Limited elbow extension" + }, + { + "code": "HP:0001387", + "display": "Joint stiffness" + }, + { + "code": "HP:0001822", + "display": "Hallux valgus" + }, + { + "code": "HP:0002657", + "display": "Spondylometaphyseal dysplasia" + }, + { + "code": "HP:0003026", + "display": "Short long bone" + }, + { + "code": "HP:0006462", + "display": "Generalized bone demineralization" + }, + { + "code": "HP:0008873", + "display": "Disproportionate short-limb short stature" + }, + { + "code": "HP:0008905", + "display": "Rhizomelia" + }, + { + "code": "HP:0008922", + "display": "Childhood-onset short-trunk short stature" + }, + { + "code": "HP:0200020", + "display": "Corneal erosion" + }, + { + "code": "HP:0001172", + "display": "Abnormal thumb morphology" + }, + { + "code": "HP:0002286", + "display": "Fair hair" + }, + { + "code": "HP:0010719", + "display": "Abnormality of hair texture" + }, + { + "code": "HP:0010720", + "display": "Abnormal hair pattern" + }, + { + "code": "HP:0001635", + "display": "Congestive heart failure" + }, + { + "code": "HP:0001644", + "display": "Dilated cardiomyopathy" + }, + { + "code": "HP:0001663", + "display": "Ventricular fibrillation" + }, + { + "code": "HP:0011712", + "display": "Right bundle branch block" + }, + { + "code": "HP:0000272", + "display": "Malar flattening" + }, + { + "code": "HP:0000286", + "display": "Epicanthus" + }, + { + "code": "HP:0000322", + "display": "Short philtrum" + }, + { + "code": "HP:0000463", + "display": "Anteverted nares" + }, + { + "code": "HP:0000494", + "display": "Downslanted palpebral fissures" + }, + { + "code": "HP:0000543", + "display": "Optic disc pallor" + }, + { + "code": "HP:0000699", + "display": "Diastema" + }, + { + "code": "HP:0000773", + "display": "Short ribs" + }, + { + "code": "HP:0000887", + "display": "Cupped ribs" + }, + { + "code": "HP:0000946", + "display": "Hypoplastic ilia" + }, + { + "code": "HP:0000954", + "display": "Single transverse palmar crease" + }, + { + "code": "HP:0001182", + "display": "Tapered finger" + }, + { + "code": "HP:0001537", + "display": "Umbilical hernia" + }, + { + "code": "HP:0002007", + "display": "Frontal bossing" + }, + { + "code": "HP:0002980", + "display": "Femoral bowing" + }, + { + "code": "HP:0002982", + "display": "Tibial bowing" + }, + { + "code": "HP:0003021", + "display": "Metaphyseal cupping" + }, + { + "code": "HP:0005011", + "display": "Mesomelic arm shortening" + }, + { + "code": "HP:0008803", + "display": "obsolete Narrow sacroiliac notch" + }, + { + "code": "HP:0009117", + "display": "Aplasia/Hypoplasia of the maxilla" + }, + { + "code": "HP:0011220", + "display": "Prominent forehead" + }, + { + "code": "HP:0012801", + "display": "Narrow jaw" + }, + { + "code": "HP:0000243", + "display": "Trigonocephaly" + }, + { + "code": "HP:0000358", + "display": "Posteriorly rotated ears" + }, + { + "code": "HP:0000411", + "display": "Protruding ear" + }, + { + "code": "HP:0000646", + "display": "Amblyopia" + }, + { + "code": "HP:0002812", + "display": "Coxa vara" + }, + { + "code": "HP:0002970", + "display": "Genu varum" + }, + { + "code": "HP:0012775", + "display": "Stellate iris" + }, + { + "code": "HP:0000278", + "display": "Retrognathia" + }, + { + "code": "HP:0009796", + "display": "Branchial cyst" + }, + { + "code": "HP:0002474", + "display": "Expressive language delay" + }, + { + "code": "HP:0007018", + "display": "Attention deficit hyperactivity disorder" + }, + { + "code": "HP:0003198", + "display": "Myopathy" + }, + { + "code": "HP:0003324", + "display": "Generalized muscle weakness" + }, + { + "code": "HP:0003552", + "display": "Muscle stiffness" + }, + { + "code": "HP:0003554", + "display": "Type 2 muscle fiber atrophy" + }, + { + "code": "HP:0003557", + "display": "Increased variability in muscle fiber diameter" + }, + { + "code": "HP:0009025", + "display": "Increased connective tissue" + }, + { + "code": "HP:0003635", + "display": "Loss of subcutaneous adipose tissue in limbs" + }, + { + "code": "HP:0002597", + "display": "Abnormality of the vasculature" + }, + { + "code": "HP:0001649", + "display": "Tachycardia" + }, + { + "code": "HP:0001638", + "display": "Cardiomyopathy" + }, + { + "code": "HP:0001654", + "display": "Abnormal heart valve morphology" + }, + { + "code": "HP:0001671", + "display": "Abnormal cardiac septum morphology" + }, + { + "code": "HP:0000103", + "display": "Polyuria" + }, + { + "code": "HP:0000114", + "display": "Proximal tubulopathy" + }, + { + "code": "HP:0001878", + "display": "Hemolytic anemia" + }, + { + "code": "HP:0001931", + "display": "Hypochromic anemia" + }, + { + "code": "HP:0001935", + "display": "Microcytic anemia" + }, + { + "code": "HP:0001959", + "display": "Polydipsia" + }, + { + "code": "HP:0001994", + "display": "Renal Fanconi syndrome" + }, + { + "code": "HP:0002134", + "display": "Abnormality of the basal ganglia" + }, + { + "code": "HP:0002188", + "display": "Delayed CNS myelination" + }, + { + "code": "HP:0002908", + "display": "Conjugated hyperbilirubinemia" + }, + { + "code": "HP:0003774", + "display": "Stage 5 chronic kidney disease" + }, + { + "code": "HP:0010700", + "display": "obsolete Total cataract" + }, + { + "code": "HP:0000193", + "display": "Bifid uvula" + }, + { + "code": "HP:0000219", + "display": "Thin upper lip vermilion" + }, + { + "code": "HP:0000426", + "display": "Prominent nasal bridge" + }, + { + "code": "HP:0000452", + "display": "Choanal stenosis" + }, + { + "code": "HP:0000490", + "display": "Deeply set eye" + }, + { + "code": "HP:0000540", + "display": "Hypermetropia" + }, + { + "code": "HP:0000579", + "display": "Nasolacrimal duct obstruction" + }, + { + "code": "HP:0000684", + "display": "Delayed eruption of teeth" + }, + { + "code": "HP:0000960", + "display": "Sacral dimple" + }, + { + "code": "HP:0000998", + "display": "Hypertrichosis" + }, + { + "code": "HP:0001643", + "display": "Patent ductus arteriosus" + }, + { + "code": "HP:0010813", + "display": "Abnormal number of hair whorls" + }, + { + "code": "HP:0012384", + "display": "Rhinitis" + }, + { + "code": "HP:0012745", + "display": "Short palpebral fissure" + }, + { + "code": "HP:0000359", + "display": "Abnormality of the inner ear" + }, + { + "code": "HP:0000429", + "display": "Abnormality of the nasal alae" + }, + { + "code": "HP:0000436", + "display": "Abnormality of the nasal tip" + }, + { + "code": "HP:0000499", + "display": "Abnormal eyelash morphology" + }, + { + "code": "HP:0000534", + "display": "Abnormal eyebrow morphology" + }, + { + "code": "HP:0000951", + "display": "Abnormality of the skin" + }, + { + "code": "HP:0001000", + "display": "Abnormality of skin pigmentation" + }, + { + "code": "HP:0001597", + "display": "Abnormality of the nail" + }, + { + "code": "HP:0006483", + "display": "Abnormal number of teeth" + }, + { + "code": "HP:0009929", + "display": "Abnormality of the columella" + }, + { + "code": "HP:0011119", + "display": "Abnormality of the nasal dorsum" + }, + { + "code": "HP:0012808", + "display": "Abnormal nasal base" + }, + { + "code": "HP:0100490", + "display": "Camptodactyly of finger" + }, + { + "code": "HP:0000964", + "display": "Eczema" + }, + { + "code": "HP:0004442", + "display": "Sagittal craniosynostosis" + }, + { + "code": "HP:0000414", + "display": "Bulbous nose" + }, + { + "code": "HP:0003180", + "display": "Flat acetabular roof" + }, + { + "code": "HP:0000422", + "display": "Abnormality of the nasal bridge" + }, + { + "code": "HP:0000614", + "display": "Abnormal nasolacrimal system morphology" + }, + { + "code": "HP:0001167", + "display": "Abnormality of finger" + }, + { + "code": "HP:0001595", + "display": "Abnormal hair morphology" + }, + { + "code": "HP:0012373", + "display": "Abnormal eye physiology" + }, + { + "code": "HP:0001655", + "display": "Patent foramen ovale" + }, + { + "code": "HP:0001647", + "display": "Bicuspid aortic valve" + }, + { + "code": "HP:0000574", + "display": "Thick eyebrow" + }, + { + "code": "HP:0001169", + "display": "Broad palm" + }, + { + "code": "HP:0006471", + "display": "Fixed elbow flexion" + }, + { + "code": "HP:0008689", + "display": "Bilateral cryptorchidism" + }, + { + "code": "HP:0011304", + "display": "Broad thumb" + }, + { + "code": "HP:0005110", + "display": "Atrial fibrillation" + }, + { + "code": "HP:0001633", + "display": "Abnormal mitral valve morphology" + }, + { + "code": "HP:0001641", + "display": "Abnormal pulmonary valve morphology" + }, + { + "code": "HP:0001702", + "display": "Abnormal tricuspid valve morphology" + }, + { + "code": "HP:0000012", + "display": "Urinary urgency" + }, + { + "code": "HP:0000020", + "display": "Urinary incontinence" + }, + { + "code": "HP:0000131", + "display": "Uterine leiomyoma" + }, + { + "code": "HP:0000132", + "display": "Menorrhagia" + }, + { + "code": "HP:0000138", + "display": "Ovarian cyst" + }, + { + "code": "HP:0000853", + "display": "Goiter" + }, + { + "code": "HP:0000953", + "display": "Hyperpigmentation of the skin" + }, + { + "code": "HP:0001061", + "display": "Acne" + }, + { + "code": "HP:0002315", + "display": "Headache" + }, + { + "code": "HP:0004324", + "display": "Increased body weight" + }, + { + "code": "HP:0000069", + "display": "Abnormality of the ureter" + }, + { + "code": "HP:0000077", + "display": "Abnormality of the kidney" + }, + { + "code": "HP:0000759", + "display": "Abnormal peripheral nervous system morphology" + }, + { + "code": "HP:0008069", + "display": "Neoplasm of the skin" + }, + { + "code": "HP:0011276", + "display": "Vascular skin abnormality" + }, + { + "code": "HP:0000705", + "display": "Amelogenesis imperfecta" + }, + { + "code": "HP:0001256", + "display": "Intellectual disability, mild" + }, + { + "code": "HP:0000325", + "display": "Triangular face" + }, + { + "code": "HP:0000160", + "display": "Narrow mouth" + }, + { + "code": "HP:0009487", + "display": "Ulnar deviation of the hand" + }, + { + "code": "HP:0001249", + "display": "Intellectual disability" + }, + { + "code": "HP:0008064", + "display": "Ichthyosis" + }, + { + "code": "HP:0000311", + "display": "Round face" + }, + { + "code": "HP:0001653", + "display": "Mitral regurgitation" + }, + { + "code": "HP:0001771", + "display": "Achilles tendon contracture" + }, + { + "code": "HP:0012032", + "display": "Lipoma" + }, + { + "code": "HP:0012368", + "display": "Flat face" + }, + { + "code": "HP:0030053", + "display": "Stiff skin" + }, + { + "code": "HP:0011124", + "display": "Abnormality of epidermal morphology" + }, + { + "code": "HP:0011097", + "display": "Epileptic spasm" + }, + { + "code": "HP:0000407", + "display": "Sensorineural hearing impairment" + }, + { + "code": "HP:0000331", + "display": "Short chin" + }, + { + "code": "HP:0000340", + "display": "Sloping forehead" + }, + { + "code": "HP:0000486", + "display": "Strabismus" + }, + { + "code": "HP:0000713", + "display": "Agitation" + }, + { + "code": "HP:0000802", + "display": "Impotence" + }, + { + "code": "HP:0001272", + "display": "Cerebellar atrophy" + }, + { + "code": "HP:0001276", + "display": "Hypertonia" + }, + { + "code": "HP:0001321", + "display": "Cerebellar hypoplasia" + }, + { + "code": "HP:0001322", + "display": "obsolete Brain very small" + }, + { + "code": "HP:0002061", + "display": "Lower limb spasticity" + }, + { + "code": "HP:0002529", + "display": "Neuronal loss in central nervous system" + }, + { + "code": "HP:0002540", + "display": "Inability to walk" + }, + { + "code": "HP:0005484", + "display": "Postnatal microcephaly" + }, + { + "code": "HP:0012850", + "display": "Small intestinal dysmotility" + }, + { + "code": "HP:0000504", + "display": "Abnormality of vision" + }, + { + "code": "HP:0002118", + "display": "Abnormality of the cerebral ventricles" + }, + { + "code": "HP:0002363", + "display": "Abnormality of brainstem morphology" + }, + { + "code": "HP:0010651", + "display": "Abnormal meningeal morphology" + }, + { + "code": "HP:0100024", + "display": "Conspicuously happy disposition" + }, + { + "code": "HP:0002538", + "display": "Abnormality of the cerebral cortex" + }, + { + "code": "HP:0000054", + "display": "Micropenis" + }, + { + "code": "HP:0000215", + "display": "Thick upper lip vermilion" + }, + { + "code": "HP:0000293", + "display": "Full cheeks" + }, + { + "code": "HP:0000349", + "display": "Widow's peak" + }, + { + "code": "HP:0000444", + "display": "Convex nasal ridge" + }, + { + "code": "HP:0000506", + "display": "Telecanthus" + }, + { + "code": "HP:0000592", + "display": "Blue sclerae" + }, + { + "code": "HP:0000691", + "display": "Microdontia" + }, + { + "code": "HP:0000698", + "display": "Conical tooth" + }, + { + "code": "HP:0002000", + "display": "Short columella" + }, + { + "code": "HP:0002097", + "display": "Emphysema" + }, + { + "code": "HP:0002209", + "display": "Sparse scalp hair" + }, + { + "code": "HP:0002816", + "display": "Genu recurvatum" + }, + { + "code": "HP:0005116", + "display": "Arterial tortuosity" + }, + { + "code": "HP:0007957", + "display": "Corneal opacity" + }, + { + "code": "HP:0008070", + "display": "Sparse hair" + }, + { + "code": "HP:0009623", + "display": "Proximal placement of thumb" + }, + { + "code": "HP:0010055", + "display": "Broad hallux" + }, + { + "code": "HP:0011318", + "display": "Bicoronal synostosis" + }, + { + "code": "HP:0011968", + "display": "Feeding difficulties" + }, + { + "code": "HP:0200067", + "display": "Recurrent spontaneous abortion" + }, + { + "code": "HP:0011819", + "display": "Submucous cleft soft palate" + }, + { + "code": "HP:0000268", + "display": "Dolichocephaly" + }, + { + "code": "HP:0003302", + "display": "Spondylolisthesis" + }, + { + "code": "HP:0000582", + "display": "Upslanted palpebral fissure" + }, + { + "code": "HP:0000952", + "display": "Jaundice" + }, + { + "code": "HP:0001298", + "display": "Encephalopathy" + }, + { + "code": "HP:0001396", + "display": "Cholestasis" + }, + { + "code": "HP:0002059", + "display": "Cerebral atrophy" + }, + { + "code": "HP:0002171", + "display": "Gliosis" + }, + { + "code": "HP:0002240", + "display": "Hepatomegaly" + }, + { + "code": "HP:0002353", + "display": "EEG abnormality" + }, + { + "code": "HP:0002446", + "display": "Astrocytosis" + }, + { + "code": "HP:0003287", + "display": "Abnormality of mitochondrial metabolism" + }, + { + "code": "HP:0011449", + "display": "Knee clonus" + }, + { + "code": "HP:0012852", + "display": "Hepatic bridging fibrosis" + }, + { + "code": "HP:0100626", + "display": "Chronic hepatic failure" + }, + { + "code": "HP:0000385", + "display": "Small earlobe" + }, + { + "code": "HP:0009748", + "display": "Large earlobe" + }, + { + "code": "HP:0000157", + "display": "Abnormality of the tongue" + }, + { + "code": "HP:0000172", + "display": "Abnormality of the uvula" + }, + { + "code": "HP:0000174", + "display": "Abnormal palate morphology" + }, + { + "code": "HP:0000306", + "display": "Abnormality of the chin" + }, + { + "code": "HP:0004408", + "display": "Abnormality of the sense of smell" + }, + { + "code": "HP:0009912", + "display": "Abnormality of the tragus" + }, + { + "code": "HP:0000537", + "display": "Epicanthus inversus" + }, + { + "code": "HP:0000565", + "display": "Esotropia" + }, + { + "code": "HP:0000752", + "display": "Hyperactivity" + }, + { + "code": "HP:0003186", + "display": "Inverted nipples" + }, + { + "code": "HP:0012503", + "display": "Abnormality of the pituitary gland" + }, + { + "code": "HP:0100710", + "display": "Impulsivity" + }, + { + "code": "HP:0000357", + "display": "Abnormal location of ears" + }, + { + "code": "HP:0000820", + "display": "Abnormality of the thyroid gland" + }, + { + "code": "HP:0000828", + "display": "Abnormality of the parathyroid gland" + }, + { + "code": "HP:0000834", + "display": "Abnormality of the adrenal glands" + }, + { + "code": "HP:0012093", + "display": "Abnormality of endocrine pancreas physiology" + }, + { + "code": "HP:0000269", + "display": "Prominent occiput" + }, + { + "code": "HP:0000535", + "display": "Sparse and thin eyebrow" + }, + { + "code": "HP:0000639", + "display": "Nystagmus" + }, + { + "code": "HP:0000718", + "display": "Aggressive behavior" + }, + { + "code": "HP:0000957", + "display": "Cafe-au-lait spot" + }, + { + "code": "HP:0000256", + "display": "Macrocephaly" + }, + { + "code": "HP:0000750", + "display": "Delayed speech and language development" + }, + { + "code": "HP:0000963", + "display": "Thin skin" + }, + { + "code": "HP:0001260", + "display": "Dysarthria" + }, + { + "code": "HP:0002194", + "display": "Delayed gross motor development" + }, + { + "code": "HP:0003196", + "display": "Short nose" + }, + { + "code": "HP:0001155", + "display": "Abnormality of the hand" + }, + { + "code": "HP:0100022", + "display": "Abnormality of movement" + }, + { + "code": "HP:0010862", + "display": "Delayed fine motor development" + }, + { + "code": "HP:0000343", + "display": "Long philtrum" + }, + { + "code": "HP:0000717", + "display": "Autism" + }, + { + "code": "HP:0001883", + "display": "Talipes" + }, + { + "code": "HP:0002553", + "display": "Highly arched eyebrow" + }, + { + "code": "HP:0007488", + "display": "Diffuse skin atrophy" + }, + { + "code": "HP:0000822", + "display": "Hypertension" + }, + { + "code": "HP:0001278", + "display": "Orthostatic hypotension" + }, + { + "code": "HP:0001944", + "display": "Dehydration" + }, + { + "code": "HP:0001945", + "display": "Fever" + }, + { + "code": "HP:0002019", + "display": "Constipation" + }, + { + "code": "HP:0002020", + "display": "Gastroesophageal reflux" + }, + { + "code": "HP:0002027", + "display": "Abdominal pain" + }, + { + "code": "HP:0002718", + "display": "Recurrent bacterial infections" + }, + { + "code": "HP:0002841", + "display": "Recurrent fungal infections" + }, + { + "code": "HP:0004395", + "display": "Malnutrition" + }, + { + "code": "HP:0009830", + "display": "Peripheral neuropathy" + }, + { + "code": "HP:0000126", + "display": "Hydronephrosis" + }, + { + "code": "HP:0000519", + "display": "Developmental cataract" + }, + { + "code": "HP:0000648", + "display": "Optic atrophy" + }, + { + "code": "HP:0001053", + "display": "Hypopigmented skin patches" + }, + { + "code": "HP:0001087", + "display": "Developmental glaucoma" + }, + { + "code": "HP:0002119", + "display": "Ventriculomegaly" + }, + { + "code": "HP:0002280", + "display": "Enlarged cisterna magna" + }, + { + "code": "HP:0003298", + "display": "Spina bifida occulta" + }, + { + "code": "HP:0004467", + "display": "Preauricular pit" + }, + { + "code": "HP:0008511", + "display": "Central posterior corneal opacity" + }, + { + "code": "HP:0010780", + "display": "Hyperacusis" + }, + { + "code": "HP:0030048", + "display": "Colpocephaly" + }, + { + "code": "HP:0100335", + "display": "Non-midline cleft lip" + }, + { + "code": "HP:0000525", + "display": "Abnormality iris morphology" + }, + { + "code": "HP:0002719", + "display": "Recurrent infections" + }, + { + "code": "HP:0000153", + "display": "Abnormality of the mouth" + }, + { + "code": "HP:0001903", + "display": "Anemia" + }, + { + "code": "HP:0002094", + "display": "Dyspnea" + }, + { + "code": "HP:0002206", + "display": "Pulmonary fibrosis" + }, + { + "code": "HP:0002789", + "display": "Tachypnea" + }, + { + "code": "HP:0002793", + "display": "Abnormal pattern of respiration" + }, + { + "code": "HP:0003565", + "display": "Elevated erythrocyte sedimentation rate" + }, + { + "code": "HP:0006517", + "display": "Intraalveolar phospholipid accumulation" + }, + { + "code": "HP:0006530", + "display": "Interstitial pulmonary abnormality" + }, + { + "code": "HP:0100759", + "display": "Clubbing of fingers" + }, + { + "code": "HP:0002103", + "display": "Abnormal pleura morphology" + }, + { + "code": "HP:0001596", + "display": "Alopecia" + }, + { + "code": "HP:0001882", + "display": "Leukopenia" + }, + { + "code": "HP:0002013", + "display": "Vomiting" + }, + { + "code": "HP:0002028", + "display": "Chronic diarrhea" + }, + { + "code": "HP:0002573", + "display": "Hematochezia" + }, + { + "code": "HP:0002960", + "display": "Autoimmunity" + }, + { + "code": "HP:0005387", + "display": "Combined immunodeficiency" + }, + { + "code": "HP:0011109", + "display": "Chronic sinusitis" + }, + { + "code": "HP:0004429", + "display": "Recurrent viral infections" + }, + { + "code": "HP:0000280", + "display": "Coarse facial features" + }, + { + "code": "HP:0000294", + "display": "Low anterior hairline" + }, + { + "code": "HP:0000577", + "display": "Exotropia" + }, + { + "code": "HP:0001873", + "display": "Thrombocytopenia" + }, + { + "code": "HP:0002011", + "display": "Morphological central nervous system abnormality" + }, + { + "code": "HP:0006610", + "display": "Wide intermamillary distance" + }, + { + "code": "HP:0011231", + "display": "Prominent eyelashes" + }, + { + "code": "HP:0012718", + "display": "Morphological abnormality of the gastrointestinal tract" + }, + { + "code": "HP:0002024", + "display": "Malabsorption" + }, + { + "code": "HP:0001394", + "display": "Cirrhosis" + }, + { + "code": "HP:0001414", + "display": "Microvesicular hepatic steatosis" + }, + { + "code": "HP:0001403", + "display": "Macrovesicular hepatic steatosis" + }, + { + "code": "HP:0001410", + "display": "Decreased liver function" + }, + { + "code": "HP:0001409", + "display": "Portal hypertension" + }, + { + "code": "HP:0001744", + "display": "Splenomegaly" + }, + { + "code": "HP:0003394", + "display": "Muscle spasm" + }, + { + "code": "HP:0003750", + "display": "Increased muscle fatiguability" + }, + { + "code": "HP:0002123", + "display": "Generalized myoclonic seizure" + }, + { + "code": "HP:0002219", + "display": "Facial hypertrichosis" + }, + { + "code": "HP:0000831", + "display": "Insulin-resistant diabetes mellitus" + }, + { + "code": "HP:0001891", + "display": "Iron deficiency anemia" + }, + { + "code": "HP:0001264", + "display": "Spastic diplegia" + }, + { + "code": "HP:0002313", + "display": "Spastic paraparesis" + }, + { + "code": "HP:0001347", + "display": "Hyperreflexia" + }, + { + "code": "HP:0002460", + "display": "Distal muscle weakness" + }, + { + "code": "HP:0000763", + "display": "Sensory neuropathy" + }, + { + "code": "HP:0001268", + "display": "Mental deterioration" + }, + { + "code": "HP:0002169", + "display": "Clonus" + }, + { + "code": "HP:0001332", + "display": "Dystonia" + }, + { + "code": "HP:0100716", + "display": "Self-injurious behavior" + }, + { + "code": "HP:0000602", + "display": "Ophthalmoplegia" + }, + { + "code": "HP:0001251", + "display": "Ataxia" + }, + { + "code": "HP:0000776", + "display": "Congenital diaphragmatic hernia" + }, + { + "code": "HP:0000410", + "display": "Mixed hearing impairment" + }, + { + "code": "HP:0000510", + "display": "Rod-cone dystrophy" + }, + { + "code": "HP:0004437", + "display": "Cranial hyperostosis" + }, + { + "code": "HP:0011001", + "display": "Increased bone mineral density" + }, + { + "code": "HP:0000956", + "display": "Acanthosis nigricans" + }, + { + "code": "HP:0000958", + "display": "Dry skin" + }, + { + "code": "HP:0000580", + "display": "Pigmentary retinopathy" + }, + { + "code": "HP:0000649", + "display": "Abnormality of visual evoked potentials" + }, + { + "code": "HP:0000657", + "display": "Oculomotor apraxia" + }, + { + "code": "HP:0000479", + "display": "Abnormal retinal morphology" + }, + { + "code": "HP:0001317", + "display": "Abnormal cerebellum morphology" + }, + { + "code": "HP:0001533", + "display": "Slender build" + }, + { + "code": "HP:0001629", + "display": "Ventricular septal defect" + }, + { + "code": "HP:0000703", + "display": "Dentinogenesis imperfecta" + }, + { + "code": "HP:0000914", + "display": "Shield chest" + }, + { + "code": "HP:0001500", + "display": "Broad finger" + }, + { + "code": "HP:0003086", + "display": "Acromesomelia" + }, + { + "code": "HP:0003416", + "display": "Spinal canal stenosis" + }, + { + "code": "HP:0002815", + "display": "Abnormality of the knee" + }, + { + "code": "HP:0002992", + "display": "Abnormality of tibia morphology" + }, + { + "code": "HP:0001639", + "display": "Hypertrophic cardiomyopathy" + }, + { + "code": "HP:0003236", + "display": "Elevated serum creatine kinase" + }, + { + "code": "HP:0001369", + "display": "Arthritis" + }, + { + "code": "HP:0003560", + "display": "Muscular dystrophy" + }, + { + "code": "HP:0003974", + "display": "Absent radius" + }, + { + "code": "HP:0002818", + "display": "Abnormality of the radius" + }, + { + "code": "HP:0001561", + "display": "Polyhydramnios" + }, + { + "code": "HP:0002299", + "display": "Brittle hair" + }, + { + "code": "HP:0002208", + "display": "Coarse hair" + }, + { + "code": "HP:0002213", + "display": "Fine hair" + }, + { + "code": "HP:0000522", + "display": "Alacrima" + }, + { + "code": "HP:0100704", + "display": "Cerebral visual impairment" + }, + { + "code": "HP:0012713", + "display": "Moderate hearing impairment" + }, + { + "code": "HP:0002307", + "display": "Drooling" + }, + { + "code": "HP:0002714", + "display": "Downturned corners of mouth" + }, + { + "code": "HP:0000191", + "display": "Accessory oral frenulum" + }, + { + "code": "HP:0000158", + "display": "Macroglossia" + }, + { + "code": "HP:0012020", + "display": "Right aortic arch" + }, + { + "code": "HP:0002104", + "display": "Apnea" + }, + { + "code": "HP:0000598", + "display": "Abnormality of the ear" + }, + { + "code": "HP:0007874", + "display": "Almond-shaped palpebral fissure" + }, + { + "code": "HP:0010804", + "display": "Tented upper lip vermilion" + }, + { + "code": "HP:0000885", + "display": "Broad ribs" + }, + { + "code": "HP:0000768", + "display": "Pectus carinatum" + }, + { + "code": "HP:0001680", + "display": "Coarctation of aorta" + }, + { + "code": "HP:0000687", + "display": "Widely spaced teeth" + }, + { + "code": "HP:0000047", + "display": "Hypospadias" + }, + { + "code": "HP:0001943", + "display": "Hypoglycemia" + }, + { + "code": "HP:0012369", + "display": "Abnormality of malar bones" + }, + { + "code": "HP:0009900", + "display": "Unilateral deafness" + }, + { + "code": "HP:0000023", + "display": "Inguinal hernia" + }, + { + "code": "HP:0000074", + "display": "Ureteropelvic junction obstruction" + }, + { + "code": "HP:0001800", + "display": "Hypoplastic toenails" + }, + { + "code": "HP:0001804", + "display": "Hypoplastic fingernail" + }, + { + "code": "HP:0002949", + "display": "Fused cervical vertebrae" + }, + { + "code": "HP:0008050", + "display": "Abnormality of the palpebral fissures" + }, + { + "code": "HP:0008577", + "display": "Underfolded helix" + }, + { + "code": "HP:0008589", + "display": "Hypoplastic helices" + }, + { + "code": "HP:0010863", + "display": "Receptive language delay" + }, + { + "code": "HP:0002282", + "display": "Gray matter heterotopia" + }, + { + "code": "HP:0002085", + "display": "Occipital encephalocele" + }, + { + "code": "HP:0001057", + "display": "Aplasia cutis congenita" + }, + { + "code": "HP:0000211", + "display": "Trismus" + }, + { + "code": "HP:0008422", + "display": "Vertebral wedging" + }, + { + "code": "HP:0003170", + "display": "Abnormality of the acetabulum" + }, + { + "code": "HP:0003272", + "display": "Abnormality of the hip bone" + }, + { + "code": "HP:0003028", + "display": "Abnormality of the ankles" + }, + { + "code": "HP:0003301", + "display": "Irregular vertebral endplates" + }, + { + "code": "HP:0010508", + "display": "Metatarsus valgus" + }, + { + "code": "HP:0009811", + "display": "Abnormality of the elbow" + }, + { + "code": "HP:0000736", + "display": "Short attention span" + }, + { + "code": "HP:0002912", + "display": "Methylmalonic acidemia" + }, + { + "code": "HP:0001941", + "display": "Acidosis" + }, + { + "code": "HP:0001992", + "display": "Organic aciduria" + }, + { + "code": "HP:0009027", + "display": "Foot dorsiflexor weakness" + }, + { + "code": "HP:0002063", + "display": "Rigidity" + }, + { + "code": "HP:0000384", + "display": "Preauricular skin tag" + }, + { + "code": "HP:0200046", + "display": "Cat cry" + }, + { + "code": "HP:0001357", + "display": "Plagiocephaly" + }, + { + "code": "HP:0000670", + "display": "Carious teeth" + }, + { + "code": "HP:0011090", + "display": "Fused teeth" + }, + { + "code": "HP:0012810", + "display": "Wide nasal base" + }, + { + "code": "HP:0010296", + "display": "Ankyloglossia" + }, + { + "code": "HP:0001636", + "display": "Tetralogy of Fallot" + }, + { + "code": "HP:0001305", + "display": "Dandy-Walker malformation" + }, + { + "code": "HP:0000238", + "display": "Hydrocephalus" + }, + { + "code": "HP:0005469", + "display": "Flat occiput" + }, + { + "code": "HP:0000270", + "display": "Delayed cranial suture closure" + }, + { + "code": "HP:0000239", + "display": "Large fontanelles" + }, + { + "code": "HP:0010537", + "display": "Wide cranial sutures" + }, + { + "code": "HP:0002217", + "display": "Slow-growing hair" + }, + { + "code": "HP:0000587", + "display": "Abnormality of the optic nerve" + }, + { + "code": "HP:0005989", + "display": "Redundant neck skin" + }, + { + "code": "HP:0010775", + "display": "Vascular ring" + }, + { + "code": "HP:0002779", + "display": "Tracheomalacia" + }, + { + "code": "HP:0002827", + "display": "Hip dislocation" + }, + { + "code": "HP:0001302", + "display": "Pachygyria" + }, + { + "code": "HP:0007362", + "display": "Aplasia/Hypoplasia of the brainstem" + }, + { + "code": "HP:0001558", + "display": "Decreased fetal movement" + }, + { + "code": "HP:0010878", + "display": "Fetal cystic hygroma" + }, + { + "code": "HP:0011398", + "display": "Central hypotonia" + }, + { + "code": "HP:0002071", + "display": "Abnormality of extrapyramidal motor function" + }, + { + "code": "HP:0000826", + "display": "Precocious puberty" + }, + { + "code": "HP:0000014", + "display": "Abnormality of the bladder" + }, + { + "code": "HP:0005037", + "display": "Proximal radio-ulnar synostosis" + }, + { + "code": "HP:0100543", + "display": "Cognitive impairment" + }, + { + "code": "HP:0000481", + "display": "Abnormal cornea morphology" + }, + { + "code": "HP:0000076", + "display": "Vesicoureteral reflux" + }, + { + "code": "HP:0000297", + "display": "Facial hypotonia" + }, + { + "code": "HP:0000391", + "display": "Thickened helices" + }, + { + "code": "HP:0001162", + "display": "Postaxial hand polydactyly" + }, + { + "code": "HP:0001385", + "display": "Hip dysplasia" + }, + { + "code": "HP:0002342", + "display": "Intellectual disability, moderate" + }, + { + "code": "HP:0003191", + "display": "Cleft ala nasi" + }, + { + "code": "HP:0009765", + "display": "Low hanging columella" + }, + { + "code": "HP:0010297", + "display": "Bifid tongue" + }, + { + "code": "HP:0011330", + "display": "Metopic synostosis" + }, + { + "code": "HP:0012804", + "display": "Corneal ulceration" + }, + { + "code": "HP:0010485", + "display": "Hyperextensibility at elbow" + }, + { + "code": "HP:0000609", + "display": "Optic nerve hypoplasia" + }, + { + "code": "HP:0001176", + "display": "Large hands" + }, + { + "code": "HP:0004233", + "display": "Advanced ossification of carpal bones" + }, + { + "code": "HP:0100842", + "display": "Septo-optic dysplasia" + }, + { + "code": "HP:0002034", + "display": "Abnormality of the rectum" + }, + { + "code": "HP:0002283", + "display": "Global brain atrophy" + }, + { + "code": "HP:0003115", + "display": "Abnormal EKG" + }, + { + "code": "HP:0002577", + "display": "Abnormal stomach morphology" + }, + { + "code": "HP:0002539", + "display": "Cortical dysplasia" + }, + { + "code": "HP:0006818", + "display": "4-layered lissencephaly" + }, + { + "code": "HP:0000593", + "display": "Abnormal anterior chamber morphology" + }, + { + "code": "HP:0000179", + "display": "Thick lower lip vermilion" + }, + { + "code": "HP:0002002", + "display": "Deep philtrum" + }, + { + "code": "HP:0009931", + "display": "Enlarged naris" + }, + { + "code": "HP:0002948", + "display": "Vertebral fusion" + }, + { + "code": "HP:0002937", + "display": "Hemivertebrae" + }, + { + "code": "HP:0002308", + "display": "Arnold-Chiari malformation" + }, + { + "code": "HP:0011320", + "display": "Unilambdoid synostosis" + }, + { + "code": "HP:0002781", + "display": "Upper airway obstruction" + }, + { + "code": "HP:0001363", + "display": "Craniosynostosis" + }, + { + "code": "HP:0000204", + "display": "Cleft upper lip" + }, + { + "code": "HP:0001738", + "display": "Exocrine pancreatic insufficiency" + }, + { + "code": "HP:0002823", + "display": "Abnormality of femur morphology" + }, + { + "code": "HP:0000823", + "display": "Delayed puberty" + }, + { + "code": "HP:0100279", + "display": "Ulcerative colitis" + }, + { + "code": "HP:0003834", + "display": "Shoulder dislocation" + }, + { + "code": "HP:0001065", + "display": "Striae distensae" + }, + { + "code": "HP:0000448", + "display": "Prominent nose" + }, + { + "code": "HP:0000554", + "display": "Uveitis" + }, + { + "code": "HP:0001006", + "display": "obsolete Hypotrichosis" + }, + { + "code": "HP:0000501", + "display": "Glaucoma" + }, + { + "code": "HP:0000262", + "display": "Turricephaly" + }, + { + "code": "HP:0000729", + "display": "Autistic behavior" + }, + { + "code": "HP:0010800", + "display": "Absent cupid's bow" + }, + { + "code": "HP:0010808", + "display": "Protruding tongue" + }, + { + "code": "HP:0009927", + "display": "Aplasia of the nose" + }, + { + "code": "HP:0100539", + "display": "Periorbital edema" + }, + { + "code": "HP:0000629", + "display": "Periorbital fullness" + }, + { + "code": "HP:0000178", + "display": "Abnormality of lower lip" + }, + { + "code": "HP:0000168", + "display": "Abnormality of the gingiva" + }, + { + "code": "HP:0001022", + "display": "Albinism" + }, + { + "code": "HP:0000177", + "display": "Abnormality of upper lip" + }, + { + "code": "HP:0001337", + "display": "Tremor" + }, + { + "code": "HP:0002135", + "display": "Basal ganglia calcification" + }, + { + "code": "HP:0002352", + "display": "Leukoencephalopathy" + }, + { + "code": "HP:0002514", + "display": "Cerebral calcification" + }, + { + "code": "HP:0010576", + "display": "Intracranial cystic lesion" + }, + { + "code": "HP:0001622", + "display": "Premature birth" + }, + { + "code": "HP:0002415", + "display": "Leukodystrophy" + }, + { + "code": "HP:0001320", + "display": "Cerebellar vermis hypoplasia" + }, + { + "code": "HP:0001773", + "display": "Short foot" + }, + { + "code": "HP:0002750", + "display": "Delayed skeletal maturation" + }, + { + "code": "HP:0004415", + "display": "Pulmonary artery stenosis" + }, + { + "code": "HP:0012741", + "display": "Unilateral cryptorchidism" + }, + { + "code": "HP:0000036", + "display": "Abnormality of the penis" + }, + { + "code": "HP:0002408", + "display": "Cerebral arteriovenous malformation" + }, + { + "code": "HP:0007457", + "display": "Prominent veins on trunk" + }, + { + "code": "HP:0000378", + "display": "Cupped ear" + }, + { + "code": "HP:0000396", + "display": "Overfolded helix" + }, + { + "code": "HP:0000035", + "display": "Abnormal testis morphology" + }, + { + "code": "HP:0009895", + "display": "Abnormality of the crus of the helix" + }, + { + "code": "HP:0000034", + "display": "Hydrocele testis" + }, + { + "code": "HP:0000722", + "display": "Obsessive-compulsive behavior" + }, + { + "code": "HP:0000845", + "display": "Growth hormone excess" + }, + { + "code": "HP:0100829", + "display": "Galactorrhea" + }, + { + "code": "HP:0001578", + "display": "Increased circulating cortisol level" + }, + { + "code": "HP:0000786", + "display": "Primary amenorrhea" + }, + { + "code": "HP:0001701", + "display": "Pericarditis" + }, + { + "code": "HP:0002076", + "display": "Migraine" + }, + { + "code": "HP:0004755", + "display": "Supraventricular tachycardia" + }, + { + "code": "HP:0010522", + "display": "Dyslexia" + }, + { + "code": "HP:0004313", + "display": "Decreased circulating antibody level" + }, + { + "code": "HP:0000011", + "display": "Neurogenic bladder" + }, + { + "code": "HP:0000641", + "display": "Dysmetric saccades" + }, + { + "code": "HP:0007772", + "display": "Impaired smooth pursuit" + }, + { + "code": "HP:0001583", + "display": "Rotary nystagmus" + }, + { + "code": "HP:0010544", + "display": "Vertical nystagmus" + }, + { + "code": "HP:0012735", + "display": "Cough" + }, + { + "code": "HP:0002075", + "display": "Dysdiadochokinesis" + }, + { + "code": "HP:0007256", + "display": "Abnormal pyramidal sign" + }, + { + "code": "HP:0001257", + "display": "Spasticity" + }, + { + "code": "HP:0002321", + "display": "Vertigo" + }, + { + "code": "HP:0002384", + "display": "Focal impaired awareness seizure" + }, + { + "code": "HP:0011376", + "display": "Morphological abnormality of the vestibule of the inner ear" + }, + { + "code": "HP:0002326", + "display": "Transient ischemic attack" + }, + { + "code": "HP:0005584", + "display": "Renal cell carcinoma" + }, + { + "code": "HP:0003124", + "display": "Hypercholesterolemia" + }, + { + "code": "HP:0003002", + "display": "Breast carcinoma" + }, + { + "code": "HP:0004953", + "display": "obsolete Dilatation of abdominal aorta" + }, + { + "code": "HP:0004944", + "display": "Dilatation of the cerebral artery" + }, + { + "code": "HP:0000100", + "display": "Nephrotic syndrome" + }, + { + "code": "HP:0002783", + "display": "Recurrent lower respiratory tract infections" + }, + { + "code": "HP:0003470", + "display": "Paralysis" + }, + { + "code": "HP:0006597", + "display": "Diaphragmatic paralysis" + }, + { + "code": "HP:0008151", + "display": "Prolonged prothrombin time" + }, + { + "code": "HP:0010628", + "display": "Facial palsy" + }, + { + "code": "HP:0011892", + "display": "Low levels of vitamin K" + }, + { + "code": "HP:0001075", + "display": "Atrophic scars" + }, + { + "code": "HP:0001816", + "display": "Thin nail" + }, + { + "code": "HP:0002216", + "display": "Premature graying of hair" + }, + { + "code": "HP:0003401", + "display": "Paresthesia" + }, + { + "code": "HP:0100134", + "display": "Abnormality of the axillary hair" + }, + { + "code": "HP:0100797", + "display": "Toenail dysplasia" + }, + { + "code": "HP:0010461", + "display": "Abnormality of the male genitalia" + }, + { + "code": "HP:0000044", + "display": "Hypogonadotropic hypogonadism" + }, + { + "code": "HP:0100568", + "display": "Neoplasm of the endocrine system" + }, + { + "code": "HP:0001646", + "display": "Abnormal aortic valve morphology" + }, + { + "code": "HP:0000813", + "display": "Bicornuate uterus" + }, + { + "code": "HP:0004380", + "display": "Aortic valve calcification" + }, + { + "code": "HP:0001650", + "display": "Aortic valve stenosis" + }, + { + "code": "HP:0000073", + "display": "Ureteral duplication" + }, + { + "code": "HP:0100651", + "display": "Type I diabetes mellitus" + }, + { + "code": "HP:0000819", + "display": "Diabetes mellitus" + }, + { + "code": "HP:0000573", + "display": "Retinal hemorrhage" + }, + { + "code": "HP:0005264", + "display": "Abnormality of the gallbladder" + }, + { + "code": "HP:0000475", + "display": "Broad neck" + }, + { + "code": "HP:0000089", + "display": "Renal hypoplasia" + }, + { + "code": "HP:0000921", + "display": "Missing ribs" + }, + { + "code": "HP:0001789", + "display": "Hydrops fetalis" + }, + { + "code": "HP:0002089", + "display": "Pulmonary hypoplasia" + }, + { + "code": "HP:0003422", + "display": "Vertebral segmentation defect" + }, + { + "code": "HP:0002323", + "display": "Anencephaly" + }, + { + "code": "HP:0000341", + "display": "Narrow forehead" + }, + { + "code": "HP:0002869", + "display": "Flared iliac wings" + }, + { + "code": "HP:0003100", + "display": "Slender long bone" + }, + { + "code": "HP:0003275", + "display": "Narrow pelvis bone" + }, + { + "code": "HP:0009891", + "display": "Underdeveloped supraorbital ridges" + }, + { + "code": "HP:0011039", + "display": "Abnormality of the helix" + }, + { + "code": "HP:0008572", + "display": "External ear malformation" + }, + { + "code": "HP:0009738", + "display": "Abnormality of the antihelix" + }, + { + "code": "HP:0011328", + "display": "Abnormality of fontanelles" + }, + { + "code": "HP:0012155", + "display": "Decreased corneal sensation" + }, + { + "code": "HP:0004602", + "display": "Cervical C2/C3 vertebral fusion" + }, + { + "code": "HP:0002997", + "display": "Abnormality of the ulna" + }, + { + "code": "HP:0009777", + "display": "Absent thumb" + }, + { + "code": "HP:0002893", + "display": "Pituitary adenoma" + }, + { + "code": "HP:0040278", + "display": "Prolactinoma" + }, + { + "code": "HP:0001555", + "display": "Asymmetry of the thorax" + }, + { + "code": "HP:0000902", + "display": "Rib fusion" + }, + { + "code": "HP:0002164", + "display": "Nail dysplasia" + }, + { + "code": "HP:0011314", + "display": "Abnormality of long bone morphology" + }, + { + "code": "HP:0002867", + "display": "Abnormality of the ilium" + }, + { + "code": "HP:0000774", + "display": "Narrow chest" + }, + { + "code": "HP:0006482", + "display": "Abnormality of dental morphology" + }, + { + "code": "HP:0004383", + "display": "Hypoplastic left heart" + }, + { + "code": "HP:0002015", + "display": "Dysphagia" + }, + { + "code": "HP:0500093", + "display": "Food allergy" + }, + { + "code": "HP:0001519", + "display": "Disproportionate tall stature" + }, + { + "code": "HP:0003179", + "display": "Protrusio acetabuli" + }, + { + "code": "HP:0007385", + "display": "Aplasia cutis congenita of scalp" + }, + { + "code": "HP:0000716", + "display": "Depressivity" + }, + { + "code": "HP:0012583", + "display": "Unilateral renal hypoplasia" + }, + { + "code": "HP:0000618", + "display": "Blindness" + }, + { + "code": "HP:0001004", + "display": "Lymphedema" + }, + { + "code": "HP:0002652", + "display": "Skeletal dysplasia" + }, + { + "code": "HP:0012520", + "display": "Perivascular spaces" + }, + { + "code": "HP:0005293", + "display": "Venous insufficiency" + }, + { + "code": "HP:0012432", + "display": "Chronic fatigue" + }, + { + "code": "HP:0002578", + "display": "Gastroparesis" + }, + { + "code": "HP:0001658", + "display": "Myocardial infarction" + }, + { + "code": "HP:0001802", + "display": "Absent toenail" + }, + { + "code": "HP:0001821", + "display": "Broad nail" + }, + { + "code": "HP:0000807", + "display": "Glandular hypospadias" + }, + { + "code": "HP:0100582", + "display": "Nasal polyposis" + }, + { + "code": "HP:0002653", + "display": "Bone pain" + }, + { + "code": "HP:0001073", + "display": "Cigarette-paper scars" + }, + { + "code": "HP:0031913", + "display": "Rhombencephalosynapsis" + }, + { + "code": "HP:0002617", + "display": "Dilatation" + }, + { + "code": "HP:0005107", + "display": "Abnormal sacrum morphology" + }, + { + "code": "HP:0002025", + "display": "Anal stenosis" + }, + { + "code": "HP:0009099", + "display": "Median cleft palate" + }, + { + "code": "HP:0003212", + "display": "Increased circulating IgE level" + }, + { + "code": "HP:0001319", + "display": "Neonatal hypotonia" + }, + { + "code": "HP:0002659", + "display": "Increased susceptibility to fractures" + }, + { + "code": "HP:0025246", + "display": "Trichilemmal cyst" + }, + { + "code": "HP:0002107", + "display": "Pneumothorax" + }, + { + "code": "HP:0000107", + "display": "Renal cyst" + }, + { + "code": "HP:0001025", + "display": "Urticaria" + }, + { + "code": "HP:0002204", + "display": "Pulmonary embolism" + }, + { + "code": "HP:0001058", + "display": "Poor wound healing" + }, + { + "code": "HP:0003010", + "display": "Prolonged bleeding time" + }, + { + "code": "HP:0100502", + "display": "Vitamin B12 deficiency" + }, + { + "code": "HP:0100510", + "display": "Low levels of vitamin C" + }, + { + "code": "HP:0030976", + "display": "Abnormal factor VIII activity" + }, + { + "code": "HP:0100789", + "display": "Torus palatinus" + }, + { + "code": "HP:0000108", + "display": "Renal corticomedullary cysts" + }, + { + "code": "HP:0000072", + "display": "Hydroureter" + }, + { + "code": "HP:0000019", + "display": "Urinary hesitancy" + }, + { + "code": "HP:0100771", + "display": "Hypoperistalsis" + }, + { + "code": "HP:0000021", + "display": "Megacystis" + }, + { + "code": "HP:0004388", + "display": "Microcolon" + }, + { + "code": "HP:0005247", + "display": "Hypoplasia of the abdominal wall musculature" + }, + { + "code": "HP:0004794", + "display": "Malrotation of small bowel" + }, + { + "code": "HP:0000045", + "display": "Abnormality of the scrotum" + }, + { + "code": "HP:0002236", + "display": "Frontal upsweep of hair" + }, + { + "code": "HP:0000212", + "display": "Gingival overgrowth" + }, + { + "code": "HP:0001808", + "display": "Fragile nails" + }, + { + "code": "HP:0000225", + "display": "Gingival bleeding" + }, + { + "code": "HP:0006009", + "display": "Broad phalanx" + }, + { + "code": "HP:0001837", + "display": "Broad toe" + }, + { + "code": "HP:0001946", + "display": "Ketosis" + }, + { + "code": "HP:0002490", + "display": "Increased CSF lactate" + }, + { + "code": "HP:0002922", + "display": "Increased CSF protein" + }, + { + "code": "HP:0003128", + "display": "Lactic acidosis" + }, + { + "code": "HP:0003111", + "display": "Abnormal blood ion concentration" + }, + { + "code": "HP:0032234", + "display": "Increased circulating creatine kinase MM isoform" + }, + { + "code": "HP:0003348", + "display": "Hyperalaninemia" + }, + { + "code": "HP:0008347", + "display": "Decreased activity of mitochondrial complex IV" + }, + { + "code": "HP:0000326", + "display": "Abnormality of the maxilla" + }, + { + "code": "HP:0010758", + "display": "Abnormality of the premaxilla" + }, + { + "code": "HP:0005681", + "display": "Juvenile rheumatoid arthritis" + }, + { + "code": "HP:0000514", + "display": "Slow saccadic eye movements" + }, + { + "code": "HP:0002788", + "display": "Recurrent upper respiratory tract infections" + }, + { + "code": "HP:0003396", + "display": "Syringomyelia" + }, + { + "code": "HP:0003011", + "display": "Abnormality of the musculature" + }, + { + "code": "HP:0002098", + "display": "Respiratory distress" + }, + { + "code": "HP:0002018", + "display": "Nausea" + }, + { + "code": "HP:0002014", + "display": "Diarrhea" + }, + { + "code": "HP:0025168", + "display": "Left ventricular diastolic dysfunction" + }, + { + "code": "HP:0001679", + "display": "Abnormal aortic morphology" + }, + { + "code": "HP:0000159", + "display": "Abnormal lip morphology" + }, + { + "code": "HP:0011338", + "display": "Abnormality of mouth shape" + }, + { + "code": "HP:0000478", + "display": "Abnormality of the eye" + }, + { + "code": "HP:0000154", + "display": "Wide mouth" + }, + { + "code": "HP:0001513", + "display": "Obesity" + }, + { + "code": "HP:0002475", + "display": "Myelomeningocele" + }, + { + "code": "HP:0003765", + "display": "Psoriasiform dermatitis" + }, + { + "code": "HP:0010289", + "display": "Cleft of alveolar ridge of maxilla" + }, + { + "code": "HP:0003908", + "display": "Corner fracture of metaphysis" + }, + { + "code": "HP:0002190", + "display": "Choroid plexus cyst" + }, + { + "code": "HP:0004370", + "display": "Abnormality of temperature regulation" + }, + { + "code": "HP:0011611", + "display": "Interrupted aortic arch" + }, + { + "code": "HP:0000737", + "display": "Irritability" + }, + { + "code": "HP:0001344", + "display": "Absent speech" + }, + { + "code": "HP:0002376", + "display": "Developmental regression" + }, + { + "code": "HP:0002140", + "display": "Ischemic stroke" + }, + { + "code": "HP:0001287", + "display": "Meningitis" + }, + { + "code": "HP:0002721", + "display": "Immunodeficiency" + }, + { + "code": "HP:0000041", + "display": "Chordee" + }, + { + "code": "HP:0012854", + "display": "Midshaft hypospadias" + }, + { + "code": "HP:0000808", + "display": "Penoscrotal hypospadias" + }, + { + "code": "HP:0000048", + "display": "Bifid scrotum" + }, + { + "code": "HP:0001047", + "display": "Atopic dermatitis" + }, + { + "code": "HP:0001621", + "display": "Weak voice" + }, + { + "code": "HP:0002372", + "display": "Normal interictal EEG" + }, + { + "code": "HP:0012803", + "display": "Anisometropia" + }, + { + "code": "HP:0011386", + "display": "Narrow internal auditory canal" + }, + { + "code": "HP:0012714", + "display": "Severe hearing impairment" + }, + { + "code": "HP:0006485", + "display": "Agenesis of incisor" + }, + { + "code": "HP:0000787", + "display": "Nephrolithiasis" + }, + { + "code": "HP:0011332", + "display": "Hemifacial hypoplasia" + }, + { + "code": "HP:0001909", + "display": "Leukemia" + }, + { + "code": "HP:0004808", + "display": "Acute myeloid leukemia" + }, + { + "code": "HP:0006495", + "display": "Aplasia/Hypoplasia of the ulna" + }, + { + "code": "HP:0001180", + "display": "Hand oligodactyly" + }, + { + "code": "HP:0002991", + "display": "Abnormality of fibula morphology" + }, + { + "code": "HP:0001849", + "display": "Foot oligodactyly" + }, + { + "code": "HP:0006507", + "display": "Aplasia/hypoplasia of the humerus" + }, + { + "code": "HP:0005613", + "display": "Aplasia/hypoplasia of the femur" + }, + { + "code": "HP:0006492", + "display": "Aplasia/Hypoplasia of the fibula" + }, + { + "code": "HP:0000098", + "display": "Tall stature" + }, + { + "code": "HP:0003311", + "display": "Hypoplasia of the odontoid process" + }, + { + "code": "HP:0005752", + "display": "Flattened moderately deformed vertebrae" + }, + { + "code": "HP:0030039", + "display": "Fused thoracic vertebrae" + }, + { + "code": "HP:0003304", + "display": "Spondylolysis" + }, + { + "code": "HP:0001659", + "display": "Aortic regurgitation" + }, + { + "code": "HP:0002984", + "display": "Hypoplasia of the radius" + }, + { + "code": "HP:0009944", + "display": "Partial duplication of thumb phalanx" + }, + { + "code": "HP:0005819", + "display": "Short middle phalanx of finger" + }, + { + "code": "HP:0002110", + "display": "Bronchiectasis" + }, + { + "code": "HP:0001677", + "display": "Coronary artery atherosclerosis" + }, + { + "code": "HP:0001737", + "display": "Pancreatic cysts" + }, + { + "code": "HP:0005113", + "display": "Aortic arch aneurysm" + }, + { + "code": "HP:0003022", + "display": "Hypoplasia of the ulna" + }, + { + "code": "HP:0002205", + "display": "Recurrent respiratory infections" + }, + { + "code": "HP:0001669", + "display": "Transposition of the great arteries" + }, + { + "code": "HP:0001716", + "display": "Wolff-Parkinson-White syndrome" + }, + { + "code": "HP:0002758", + "display": "Osteoarthritis" + }, + { + "code": "HP:0002037", + "display": "Inflammation of the large intestine" + }, + { + "code": "HP:0009892", + "display": "Anotia" + }, + { + "code": "HP:0011331", + "display": "Hemifacial atrophy" + }, + { + "code": "HP:0009118", + "display": "Aplasia/Hypoplasia of the mandible" + }, + { + "code": "HP:0009940", + "display": "Asymmetry of the mandible" + }, + { + "code": "HP:0000682", + "display": "Abnormality of dental enamel" + }, + { + "code": "HP:0009908", + "display": "Anterior creases of earlobe" + }, + { + "code": "HP:0001541", + "display": "Ascites" + }, + { + "code": "HP:0006687", + "display": "Aortic tortuosity" + }, + { + "code": "HP:0010535", + "display": "Sleep apnea" + }, + { + "code": "HP:0100633", + "display": "Esophagitis" + }, + { + "code": "HP:0002105", + "display": "Hemoptysis" + }, + { + "code": "HP:0002613", + "display": "Biliary cirrhosis" + }, + { + "code": "HP:0004469", + "display": "Chronic bronchitis" + }, + { + "code": "HP:0002720", + "display": "Decreased circulating IgA level" + }, + { + "code": "HP:0002904", + "display": "Hyperbilirubinemia" + }, + { + "code": "HP:0003237", + "display": "Increased circulating IgG level" + }, + { + "code": "HP:0003262", + "display": "Smooth muscle antibody positivity" + }, + { + "code": "HP:0011227", + "display": "Elevated C-reactive protein level" + }, + { + "code": "HP:0001852", + "display": "Sandal gap" + }, + { + "code": "HP:0004381", + "display": "Supravalvular aortic stenosis" + }, + { + "code": "HP:0100700", + "display": "Abnormal arachnoid mater morphology" + }, + { + "code": "HP:0002624", + "display": "Abnormal venous morphology" + }, + { + "code": "HP:0002289", + "display": "Alopecia universalis" + }, + { + "code": "HP:0009588", + "display": "Vestibular Schwannoma" + }, + { + "code": "HP:0001648", + "display": "Cor pulmonale" + }, + { + "code": "HP:0002091", + "display": "Restrictive ventilatory defect" + }, + { + "code": "HP:0002092", + "display": "Pulmonary arterial hypertension" + }, + { + "code": "HP:0002113", + "display": "Pulmonary infiltrates" + }, + { + "code": "HP:0003138", + "display": "Increased blood urea nitrogen" + }, + { + "code": "HP:0003259", + "display": "Elevated serum creatinine" + }, + { + "code": "HP:0005180", + "display": "Tricuspid regurgitation" + }, + { + "code": "HP:0012585", + "display": "Renal atrophy" + }, + { + "code": "HP:0005133", + "display": "Right ventricular dilatation" + }, + { + "code": "HP:0005575", + "display": "Hemolytic-uremic syndrome" + }, + { + "code": "HP:0001697", + "display": "Abnormal pericardium morphology" + }, + { + "code": "HP:0012486", + "display": "Myelitis" + }, + { + "code": "HP:0002385", + "display": "Paraparesis" + }, + { + "code": "HP:0006706", + "display": "Cystic liver disease" + }, + { + "code": "HP:0010880", + "display": "Increased nuchal translucency" + }, + { + "code": "HP:0000457", + "display": "Depressed nasal ridge" + }, + { + "code": "HP:0002263", + "display": "Exaggerated cupid's bow" + }, + { + "code": "HP:0002500", + "display": "Abnormality of the cerebral white matter" + }, + { + "code": "HP:0002835", + "display": "Aspiration" + }, + { + "code": "HP:0000600", + "display": "Abnormality of the pharynx" + }, + { + "code": "HP:0004327", + "display": "Abnormal vitreous humor morphology" + }, + { + "code": "HP:0004378", + "display": "Abnormality of the anus" + }, + { + "code": "HP:0012374", + "display": "obsolete Abnormal globe morphology" + }, + { + "code": "HP:0100768", + "display": "Choriocarcinoma" + }, + { + "code": "HP:0030991", + "display": "Sclerosing cholangitis" + }, + { + "code": "HP:0006510", + "display": "Chronic pulmonary obstruction" + }, + { + "code": "HP:0000710", + "display": "Hyperorality" + }, + { + "code": "HP:0001270", + "display": "Motor delay" + }, + { + "code": "HP:0001548", + "display": "Overgrowth" + }, + { + "code": "HP:0002311", + "display": "Incoordination" + }, + { + "code": "HP:0006288", + "display": "Advanced eruption of teeth" + }, + { + "code": "HP:0006323", + "display": "Premature loss of primary teeth" + }, + { + "code": "HP:0009890", + "display": "High anterior hairline" + }, + { + "code": "HP:0100034", + "display": "Motor tics" + }, + { + "code": "HP:0100035", + "display": "Phonic tics" + }, + { + "code": "HP:0000348", + "display": "High forehead" + }, + { + "code": "HP:0001520", + "display": "Large for gestational age" + }, + { + "code": "HP:0001239", + "display": "Wrist flexion contracture" + }, + { + "code": "HP:0007359", + "display": "Focal-onset seizure" + }, + { + "code": "HP:0000430", + "display": "Underdeveloped nasal alae" + }, + { + "code": "HP:0007400", + "display": "Irregular hyperpigmentation" + }, + { + "code": "HP:0100495", + "display": "Mastocytosis" + }, + { + "code": "HP:0012378", + "display": "Fatigue" + }, + { + "code": "HP:0002046", + "display": "Heat intolerance" + }, + { + "code": "HP:0003270", + "display": "Abdominal distention" + }, + { + "code": "HP:0002180", + "display": "Neurodegeneration" + }, + { + "code": "HP:0003493", + "display": "Antinuclear antibody positivity" + }, + { + "code": "HP:0030057", + "display": "Autoimmune antibody positivity" + }, + { + "code": "HP:0006802", + "display": "Abnormal anterior horn cell morphology" + }, + { + "code": "HP:0000064", + "display": "Hypoplastic labia minora" + }, + { + "code": "HP:0000338", + "display": "Hypomimic face" + }, + { + "code": "HP:0001642", + "display": "Pulmonic stenosis" + }, + { + "code": "HP:0011344", + "display": "Severe global developmental delay" + }, + { + "code": "HP:0200007", + "display": "Abnormal size of the palpebral fissures" + }, + { + "code": "HP:0004464", + "display": "Postauricular pit" + }, + { + "code": "HP:0000130", + "display": "Abnormality of the uterus" + }, + { + "code": "HP:0000137", + "display": "Abnormality of the ovary" + }, + { + "code": "HP:0000142", + "display": "Abnormal vagina morphology" + }, + { + "code": "HP:0000370", + "display": "Abnormality of the middle ear" + }, + { + "code": "HP:0011787", + "display": "Central hypothyroidism" + }, + { + "code": "HP:0000274", + "display": "Small face" + }, + { + "code": "HP:0000446", + "display": "Narrow nasal bridge" + }, + { + "code": "HP:0000622", + "display": "Blurred vision" + }, + { + "code": "HP:0001245", + "display": "Small thenar eminence" + }, + { + "code": "HP:0009601", + "display": "Aplasia/Hypoplasia of the thumb" + }, + { + "code": "HP:0011343", + "display": "Moderate global developmental delay" + }, + { + "code": "HP:0000419", + "display": "Abnormality of the nasal septum" + }, + { + "code": "HP:0000502", + "display": "Abnormal conjunctiva morphology" + }, + { + "code": "HP:0000591", + "display": "Abnormal sclera morphology" + }, + { + "code": "HP:0000615", + "display": "Abnormal pupil morphology" + }, + { + "code": "HP:0001163", + "display": "Abnormality of the metacarpal bones" + }, + { + "code": "HP:0001832", + "display": "Abnormal metatarsal morphology" + }, + { + "code": "HP:0001850", + "display": "Abnormality of the tarsal bones" + }, + { + "code": "HP:0010490", + "display": "Abnormality of the palmar creases" + }, + { + "code": "HP:0010881", + "display": "Abnormality of the umbilical cord" + }, + { + "code": "HP:0009113", + "display": "Diaphragmatic weakness" + }, + { + "code": "HP:0011664", + "display": "Left ventricular noncompaction cardiomyopathy" + }, + { + "code": "HP:0100240", + "display": "Synostosis of joints" + }, + { + "code": "HP:0001838", + "display": "Rocker bottom foot" + }, + { + "code": "HP:0003717", + "display": "Minimal subcutaneous fat" + }, + { + "code": "HP:0001339", + "display": "Lissencephaly" + }, + { + "code": "HP:0001591", + "display": "Bell-shaped thorax" + }, + { + "code": "HP:0002655", + "display": "Spondyloepiphyseal dysplasia" + }, + { + "code": "HP:0002983", + "display": "Micromelia" + }, + { + "code": "HP:0003016", + "display": "Metaphyseal widening" + }, + { + "code": "HP:0009826", + "display": "Limb undergrowth" + }, + { + "code": "HP:0004488", + "display": "Macrocephaly at birth" + }, + { + "code": "HP:0001695", + "display": "Cardiac arrest" + }, + { + "code": "HP:0001712", + "display": "Left ventricular hypertrophy" + }, + { + "code": "HP:0100775", + "display": "Dural ectasia" + }, + { + "code": "HP:0000846", + "display": "Adrenal insufficiency" + }, + { + "code": "HP:0002925", + "display": "Increased thyroid-stimulating hormone level" + }, + { + "code": "HP:0100646", + "display": "Thyroiditis" + }, + { + "code": "HP:0000836", + "display": "Hyperthyroidism" + }, + { + "code": "HP:0004414", + "display": "Abnormality of the pulmonary artery" + }, + { + "code": "HP:0000465", + "display": "Webbed neck" + }, + { + "code": "HP:0000723", + "display": "Restrictive behavior" + }, + { + "code": "HP:0002253", + "display": "Colonic diverticula" + }, + { + "code": "HP:0001310", + "display": "Dysmetria" + }, + { + "code": "HP:0000093", + "display": "Proteinuria" + }, + { + "code": "HP:0002907", + "display": "Microscopic hematuria" + }, + { + "code": "HP:0003073", + "display": "Hypoalbuminemia" + }, + { + "code": "HP:0004315", + "display": "Decreased circulating IgG level" + }, + { + "code": "HP:0000795", + "display": "Abnormality of the urethra" + }, + { + "code": "HP:0001015", + "display": "Prominent superficial veins" + }, + { + "code": "HP:0004691", + "display": "2-3 toe syndactyly" + }, + { + "code": "HP:0005328", + "display": "Progeroid facial appearance" + }, + { + "code": "HP:0005487", + "display": "Prominent metopic ridge" + }, + { + "code": "HP:0007552", + "display": "Abnormal subcutaneous fat tissue distribution" + }, + { + "code": "HP:0100678", + "display": "Premature skin wrinkling" + }, + { + "code": "HP:0031137", + "display": "Storage in hepatocytes" + }, + { + "code": "HP:0002521", + "display": "Hypsarrhythmia" + }, + { + "code": "HP:0005390", + "display": "Recurrent opportunistic infections" + }, + { + "code": "HP:0002716", + "display": "Lymphadenopathy" + }, + { + "code": "HP:0005379", + "display": "obsolete Severe T lymphocytopenia" + }, + { + "code": "HP:0004432", + "display": "Agammaglobulinemia" + }, + { + "code": "HP:0006695", + "display": "Atrioventricular canal defect" + }, + { + "code": "HP:0001733", + "display": "Pancreatitis" + }, + { + "code": "HP:0002350", + "display": "Cerebellar cyst" + }, + { + "code": "HP:0012110", + "display": "Hypoplasia of the pons" + }, + { + "code": "HP:0001948", + "display": "Alkalosis" + }, + { + "code": "HP:0003113", + "display": "Hypochloremia" + }, + { + "code": "HP:0003155", + "display": "Elevated alkaline phosphatase" + }, + { + "code": "HP:0003542", + "display": "Increased serum pyruvate" + }, + { + "code": "HP:0000421", + "display": "Epistaxis" + }, + { + "code": "HP:0200136", + "display": "Oral-pharyngeal dysphagia" + }, + { + "code": "HP:0000805", + "display": "Enuresis" + }, + { + "code": "HP:0005616", + "display": "Accelerated skeletal maturation" + }, + { + "code": "HP:0002459", + "display": "obsolete Dysautonomia" + }, + { + "code": "HP:0007302", + "display": "Bipolar affective disorder" + }, + { + "code": "HP:0100602", + "display": "Preeclampsia" + }, + { + "code": "HP:0100508", + "display": "Abnormality of vitamin metabolism" + }, + { + "code": "HP:0001140", + "display": "Limbal dermoid" + }, + { + "code": "HP:0000143", + "display": "Rectovaginal fistula" + }, + { + "code": "HP:0001746", + "display": "Asplenia" + }, + { + "code": "HP:0012715", + "display": "Profound hearing impairment" + }, + { + "code": "HP:0001748", + "display": "Polysplenia" + }, + { + "code": "HP:0003072", + "display": "Hypercalcemia" + }, + { + "code": "HP:0002905", + "display": "Hyperphosphatemia" + }, + { + "code": "HP:0002901", + "display": "Hypocalcemia" + }, + { + "code": "HP:0001367", + "display": "Abnormal joint morphology" + }, + { + "code": "HP:0010562", + "display": "Keloids" + }, + { + "code": "HP:0004430", + "display": "Severe combined immunodeficiency" + }, + { + "code": "HP:0000003", + "display": "Multicystic kidney dysplasia" + }, + { + "code": "HP:0010980", + "display": "Hyperlipoproteinemia" + }, + { + "code": "HP:0002155", + "display": "Hypertriglyceridemia" + }, + { + "code": "HP:0000520", + "display": "Proptosis" + }, + { + "code": "HP:0000180", + "display": "Lobulated tongue" + }, + { + "code": "HP:0005486", + "display": "Small fontanelle" + }, + { + "code": "HP:0000891", + "display": "Cervical ribs" + }, + { + "code": "HP:0002557", + "display": "Hypoplastic nipples" + }, + { + "code": "HP:0009112", + "display": "Aplasia of the left hemidiaphragm" + }, + { + "code": "HP:0001719", + "display": "Double outlet right ventricle" + }, + { + "code": "HP:0001682", + "display": "Subvalvular aortic stenosis" + }, + { + "code": "HP:0001667", + "display": "Right ventricular hypertrophy" + }, + { + "code": "HP:0002101", + "display": "Abnormal lung lobation" + }, + { + "code": "HP:0002202", + "display": "Pleural effusion" + }, + { + "code": "HP:0002566", + "display": "Intestinal malrotation" + }, + { + "code": "HP:0004510", + "display": "Pancreatic islet-cell hyperplasia" + }, + { + "code": "HP:0001747", + "display": "Accessory spleen" + }, + { + "code": "HP:0002181", + "display": "Cerebral edema" + }, + { + "code": "HP:0000967", + "display": "Petechiae" + }, + { + "code": "HP:0009702", + "display": "Carpal synostosis" + }, + { + "code": "HP:0000927", + "display": "Abnormality of skeletal maturation" + }, + { + "code": "HP:0004348", + "display": "Abnormality of bone mineral density" + }, + { + "code": "HP:0003019", + "display": "Abnormality of the wrist" + }, + { + "code": "HP:0003063", + "display": "Abnormality of the humerus" + }, + { + "code": "HP:0001059", + "display": "Pterygium" + }, + { + "code": "HP:0001528", + "display": "Hemihypertrophy" + }, + { + "code": "HP:0011228", + "display": "Horizontal eyebrow" + }, + { + "code": "HP:0000766", + "display": "Abnormality of the sternum" + }, + { + "code": "HP:0001254", + "display": "Lethargy" + }, + { + "code": "HP:0002360", + "display": "Sleep disturbance" + }, + { + "code": "HP:0001063", + "display": "Acrocyanosis" + }, + { + "code": "HP:0001769", + "display": "Broad foot" + }, + { + "code": "HP:0010280", + "display": "Stomatitis" + }, + { + "code": "HP:0001288", + "display": "Gait disturbance" + }, + { + "code": "HP:0008330", + "display": "Reduced von Willebrand factor activity" + }, + { + "code": "HP:0001954", + "display": "Recurrent fever" + }, + { + "code": "HP:0004311", + "display": "Abnormal macrophage morphology" + }, + { + "code": "HP:0012539", + "display": "Non-Hodgkin lymphoma" + }, + { + "code": "HP:0002074", + "display": "Increased neuronal autofluorescent lipopigment" + }, + { + "code": "HP:0002973", + "display": "Abnormality of the forearm" + }, + { + "code": "HP:0003203", + "display": "Impaired oxidative burst" + }, + { + "code": "HP:0003027", + "display": "Mesomelia" + }, + { + "code": "HP:0002754", + "display": "Osteomyelitis" + }, + { + "code": "HP:0004431", + "display": "Complement deficiency" + }, + { + "code": "HP:0001258", + "display": "Spastic paraplegia" + }, + { + "code": "HP:0012811", + "display": "Wide nasal ridge" + }, + { + "code": "HP:0011832", + "display": "Narrow nasal tip" + }, + { + "code": "HP:0000288", + "display": "Abnormality of the philtrum" + }, + { + "code": "HP:0002357", + "display": "Dysphasia" + }, + { + "code": "HP:0000871", + "display": "Panhypopituitarism" + }, + { + "code": "HP:0000233", + "display": "Thin vermilion border" + }, + { + "code": "HP:0003281", + "display": "Increased serum ferritin" + }, + { + "code": "HP:0010752", + "display": "Cleft mandible" + }, + { + "code": "HP:0000437", + "display": "Depressed nasal tip" + }, + { + "code": "HP:0000453", + "display": "Choanal atresia" + }, + { + "code": "HP:0000863", + "display": "Central diabetes insipidus" + }, + { + "code": "HP:0000058", + "display": "Abnormality of the labia" + }, + { + "code": "HP:0007418", + "display": "Alopecia totalis" + }, + { + "code": "HP:0100765", + "display": "Abnormality of the tonsils" + }, + { + "code": "HP:0100747", + "display": "Macrodactyly of toe" + }, + { + "code": "HP:0002109", + "display": "obsolete Abnormality of the bronchi" + }, + { + "code": "HP:0011950", + "display": "Bronchiolitis" + }, + { + "code": "HP:0002850", + "display": "Decreased circulating total IgM" + }, + { + "code": "HP:0001395", + "display": "Hepatic fibrosis" + }, + { + "code": "HP:0010701", + "display": "Abnormal immunoglobulin level" + }, + { + "code": "HP:0009928", + "display": "Thick nasal alae" + }, + { + "code": "HP:0010807", + "display": "Open bite" + }, + { + "code": "HP:0002126", + "display": "Polymicrogyria" + }, + { + "code": "HP:0002900", + "display": "Hypokalemia" + }, + { + "code": "HP:0000155", + "display": "Oral ulcer" + }, + { + "code": "HP:0000135", + "display": "Hypogonadism" + }, + { + "code": "HP:0100783", + "display": "Breast aplasia" + }, + { + "code": "HP:0000336", + "display": "Prominent supraorbital ridges" + }, + { + "code": "HP:0010557", + "display": "Overlapping fingers" + }, + { + "code": "HP:0005100", + "display": "Premature birth following premature rupture of fetal membranes" + }, + { + "code": "HP:0002594", + "display": "Pancreatic hypoplasia" + }, + { + "code": "HP:0010109", + "display": "Short hallux" + }, + { + "code": "HP:0002334", + "display": "Abnormality of the cerebellar vermis" + }, + { + "code": "HP:0003326", + "display": "Myalgia" + }, + { + "code": "HP:0001645", + "display": "Sudden cardiac death" + }, + { + "code": "HP:0001612", + "display": "Weak cry" + }, + { + "code": "HP:0001618", + "display": "Dysphonia" + }, + { + "code": "HP:0001336", + "display": "Myoclonus" + }, + { + "code": "HP:0001283", + "display": "Bulbar palsy" + }, + { + "code": "HP:0002080", + "display": "Intention tremor" + }, + { + "code": "HP:0002174", + "display": "Postural tremor" + }, + { + "code": "HP:0002064", + "display": "Spastic gait" + }, + { + "code": "HP:0009800", + "display": "Maternal diabetes" + }, + { + "code": "HP:0001662", + "display": "Bradycardia" + }, + { + "code": "HP:0006595", + "display": "Scapulohumeral synostosis" + }, + { + "code": "HP:0005815", + "display": "Supernumerary ribs" + }, + { + "code": "HP:0000307", + "display": "Pointed chin" + }, + { + "code": "HP:0012371", + "display": "Hyperplasia of midface" + }, + { + "code": "HP:0002643", + "display": "Neonatal respiratory distress" + }, + { + "code": "HP:0002093", + "display": "Respiratory insufficiency" + }, + { + "code": "HP:0010310", + "display": "Chylothorax" + }, + { + "code": "HP:0006376", + "display": "Limited elbow flexion" + }, + { + "code": "HP:0006467", + "display": "Limited shoulder movement" + }, + { + "code": "HP:0010505", + "display": "Limitation of movement at ankles" + }, + { + "code": "HP:0010501", + "display": "Limitation of knee mobility" + }, + { + "code": "HP:0009896", + "display": "Abnormality of the antitragus" + }, + { + "code": "HP:0004404", + "display": "Abnormal nipple morphology" + }, + { + "code": "HP:0011957", + "display": "Abnormal pectoral muscle morphology" + }, + { + "code": "HP:0000777", + "display": "Abnormality of the thymus" + }, + { + "code": "HP:0000418", + "display": "Narrow nasal ridge" + }, + { + "code": "HP:0001572", + "display": "Macrodontia" + }, + { + "code": "HP:0002967", + "display": "Cubitus valgus" + }, + { + "code": "HP:0000988", + "display": "Skin rash" + }, + { + "code": "HP:0009733", + "display": "Glioma" + }, + { + "code": "HP:0012452", + "display": "Restless legs" + }, + { + "code": "HP:0100031", + "display": "Neoplasm of the thyroid gland" + }, + { + "code": "HP:0030127", + "display": "Endometriosis" + }, + { + "code": "HP:0000123", + "display": "Nephritis" + }, + { + "code": "HP:0001974", + "display": "Leukocytosis" + }, + { + "code": "HP:0010976", + "display": "B lymphocytopenia" + }, + { + "code": "HP:0000010", + "display": "Recurrent urinary tract infections" + }, + { + "code": "HP:0100807", + "display": "Long fingers" + }, + { + "code": "HP:0000653", + "display": "Sparse eyelashes" + }, + { + "code": "HP:0000171", + "display": "Microglossia" + }, + { + "code": "HP:0002575", + "display": "Tracheoesophageal fistula" + }, + { + "code": "HP:0009933", + "display": "Narrow naris" + }, + { + "code": "HP:0000883", + "display": "Thin ribs" + }, + { + "code": "HP:0000121", + "display": "Nephrocalcinosis" + }, + { + "code": "HP:0001349", + "display": "Facial diplegia" + }, + { + "code": "HP:0012037", + "display": "Pectoralis amyotrophy" + }, + { + "code": "HP:0100560", + "display": "Upper limb asymmetry" + }, + { + "code": "HP:0005684", + "display": "Distal arthrogryposis" + }, + { + "code": "HP:0010722", + "display": "Asymmetry of the ears" + }, + { + "code": "HP:0009380", + "display": "Aplasia of the fingers" + }, + { + "code": "HP:0001657", + "display": "Prolonged QT interval" + }, + { + "code": "HP:0002040", + "display": "Esophageal varix" + }, + { + "code": "HP:0000613", + "display": "Photophobia" + }, + { + "code": "HP:0000561", + "display": "Absent eyelashes" + }, + { + "code": "HP:0002223", + "display": "Absent eyebrow" + }, + { + "code": "HP:0002591", + "display": "Polyphagia" + }, + { + "code": "HP:0002373", + "display": "Febrile seizure (within the age range of 3 months to 6 years)" + }, + { + "code": "HP:0002419", + "display": "Molar tooth sign on MRI" + }, + { + "code": "HP:0001010", + "display": "Hypopigmentation of the skin" + }, + { + "code": "HP:0005772", + "display": "Aplasia/Hypoplasia of the tibia" + }, + { + "code": "HP:0002211", + "display": "White forelock" + }, + { + "code": "HP:0007126", + "display": "Proximal amyotrophy" + }, + { + "code": "HP:0003798", + "display": "Nemaline bodies" + }, + { + "code": "HP:0006533", + "display": "Bronchodysplasia" + }, + { + "code": "HP:0003391", + "display": "Gowers sign" + }, + { + "code": "HP:0000771", + "display": "Gynecomastia" + }, + { + "code": "HP:0100785", + "display": "Insomnia" + }, + { + "code": "HP:0010529", + "display": "Echolalia" + }, + { + "code": "HP:0000363", + "display": "Abnormality of earlobe" + }, + { + "code": "HP:0002612", + "display": "Congenital hepatic fibrosis" + }, + { + "code": "HP:0006721", + "display": "Acute lymphoblastic leukemia" + }, + { + "code": "HP:0001958", + "display": "Nonketotic hypoglycemia" + }, + { + "code": "HP:0003457", + "display": "EMG abnormality" + }, + { + "code": "HP:0010636", + "display": "Schizencephaly" + }, + { + "code": "HP:0005266", + "display": "Intestinal polyp" + }, + { + "code": "HP:0200063", + "display": "Colorectal polyposis" + }, + { + "code": "HP:0001762", + "display": "Talipes equinovarus" + }, + { + "code": "HP:0000056", + "display": "Abnormality of the clitoris" + }, + { + "code": "HP:0008655", + "display": "Aplasia/Hypoplasia of the fallopian tube" + }, + { + "code": "HP:0002072", + "display": "Chorea" + }, + { + "code": "HP:0008734", + "display": "Decreased testicular size" + }, + { + "code": "HP:0002136", + "display": "Broad-based gait" + }, + { + "code": "HP:0010958", + "display": "Bilateral renal agenesis" + }, + { + "code": "HP:0002510", + "display": "Spastic tetraplegia" + }, + { + "code": "HP:0003234", + "display": "Decreased plasma carnitine" + }, + { + "code": "HP:0000720", + "display": "Mood swings" + }, + { + "code": "HP:0012638", + "display": "Abnormal nervous system physiology" + }, + { + "code": "HP:0002803", + "display": "Congenital contracture" + }, + { + "code": "HP:0000152", + "display": "Abnormality of head or neck" + }, + { + "code": "HP:0004377", + "display": "Hematological neoplasm" + }, + { + "code": "HP:0100006", + "display": "Neoplasm of the central nervous system" + }, + { + "code": "HP:0012759", + "display": "Neurodevelopmental abnormality" + }, + { + "code": "HP:0011805", + "display": "Abnormal skeletal muscle morphology" + }, + { + "code": "HP:0003634", + "display": "Amyoplasia" + }, + { + "code": "HP:0001507", + "display": "Growth abnormality" + }, + { + "code": "HP:0001939", + "display": "Abnormality of metabolism/homeostasis" + }, + { + "code": "HP:0011013", + "display": "Abnormal circulating carbohydrate concentration" + }, + { + "code": "HP:0410008", + "display": "Abnormality of the peripheral nervous system" + }, + { + "code": "HP:0200134", + "display": "Epileptic encephalopathy" + }, + { + "code": "HP:0001881", + "display": "Abnormal leukocyte morphology" + }, + { + "code": "HP:0005549", + "display": "obsolete Congenital neutropenia" + }, + { + "code": "HP:0004439", + "display": "Craniofacial dysostosis" + }, + { + "code": "HP:0012443", + "display": "Abnormality of brain morphology" + }, + { + "code": "HP:0000202", + "display": "Oral cleft" + }, + { + "code": "HP:0011842", + "display": "Abnormality of skeletal morphology" + }, + { + "code": "HP:0003808", + "display": "Abnormal muscle tone" + }, + { + "code": "HP:0001574", + "display": "Abnormality of the integument" + }, + { + "code": "HP:0030056", + "display": "Uncombable hair" + }, + { + "code": "HP:0003549", + "display": "Abnormality of connective tissue" + }, + { + "code": "HP:0030875", + "display": "Abnormality of pulmonary circulation" + }, + { + "code": "HP:0000118", + "display": "Phenotypic abnormality" + }, + { + "code": "HP:0012469", + "display": "Infantile spasms" + }, + { + "code": "HP:0032894", + "display": "Seizure precipitated by febrile infection" + }, + { + "code": "HP:0100661", + "display": "Trigeminal neuralgia" + }, + { + "code": "HP:0012207", + "display": "Reduced sperm motility" + }, + { + "code": "HP:0000798", + "display": "Oligospermia" + }, + { + "code": "HP:0012864", + "display": "Abnormal sperm morphology" + }, + { + "code": "HP:0008232", + "display": "Elevated circulating follicle stimulating hormone level" + }, + { + "code": "HP:0040306", + "display": "Decreased male libido" + }, + { + "code": "HP:0012208", + "display": "Immotile sperm" + }, + { + "code": "HP:0000027", + "display": "Azoospermia" + }, + { + "code": "HP:0000870", + "display": "Increased circulating prolactin concentration" + }, + { + "code": "HP:0008187", + "display": "Absence of secondary sex characteristics" + }, + { + "code": "HP:0010469", + "display": "Absent testis" + }, + { + "code": "HP:0011969", + "display": "Elevated circulating luteinizing hormone level" + }, + { + "code": "HP:0040171", + "display": "Decreased serum testosterone level" + }, + { + "code": "HP:0003251", + "display": "Male infertility" + }, + { + "code": "HP:0009804", + "display": "Reduced number of teeth" + }, + { + "code": "HP:0000548", + "display": "Cone/cone-rod dystrophy" + }, + { + "code": "HP:0000546", + "display": "Retinal degeneration" + }, + { + "code": "HP:0008002", + "display": "Abnormality of macular pigmentation" + }, + { + "code": "HP:0000608", + "display": "Macular degeneration" + }, + { + "code": "HP:0030611", + "display": "Retinal pigment epithelial loss on macular OCT" + }, + { + "code": "HP:0001135", + "display": "Chorioretinal dystrophy" + }, + { + "code": "HP:0030468", + "display": "Abnormal multifocal electroretinogram" + }, + { + "code": "HP:00030532", + "display": "Visual acuity test abnormality" + }, + { + "code": "HP:0007401", + "display": "Macular atrophy" + }, + { + "code": "HP:0030466", + "display": "Abnormal full-field electroretinogram" + }, + { + "code": "HP:007737", + "display": "Bone spicule pigmentation of the retina" + }, + { + "code": "HP:0011342", + "display": "Mild global developmental delay" + }, + { + "code": "HP:0030610", + "display": "Photoreceptor outer segment loss on macular OCT" + }, + { + "code": "HP:0007722", + "display": "Retinal pigment epithelial atrophy" + }, + { + "code": "HP:0030493", + "display": "Abnormality of foveal pigmentation" + }, + { + "code": "HP:0007843", + "display": "Attenuation of retinal blood vessels" + }, + { + "code": "HP:0007754", + "display": "Macular dystrophy" + }, + { + "code": "HP:0011509", + "display": "Macular hyperpigmentation" + }, + { + "code": "HP:0008527", + "display": "Congenital sensorineural hearing impairment" + }, + { + "code": "HP:0200070", + "display": "Peripheral retinal atrophy" + }, + { + "code": "HP:0007793", + "display": "Granular macular appearance" + }, + { + "code": "HP:0007987", + "display": "Progressive visual field defects" + }, + { + "code": "HP:0100817", + "display": "Renovascular hypertension" + }, + { + "code": "HP:0007868", + "display": "obsolete Age-related macular degeneration" + }, + { + "code": "HP:0030527", + "display": "Very severe constriction of peripheral visual field" + }, + { + "code": "HP:0030551", + "display": "Visual acuity light perception with projection" + }, + { + "code": "HP:0011505", + "display": "Cystoid macular edema" + }, + { + "code": "HP:0010442", + "display": "Polydactyly" + }, + { + "code": "HP:0007642", + "display": "Congenital stationary night blindness" + }, + { + "code": "HP:0009073", + "display": "Progressive proximal muscle weakness" + }, + { + "code": "HP:0003741", + "display": "Congenital muscular dystrophy" + }, + { + "code": "HP:0100299", + "display": "Muscle fiber inclusion bodies" + }, + { + "code": "HP:0003540", + "display": "Impaired platelet aggregation" + }, + { + "code": "HP:0010489", + "display": "Absent palmar crease" + }, + { + "code": "HP:0009824", + "display": "Upper limb undergrowth" + }, + { + "code": "HP:0002395", + "display": "Lower limb hyperreflexia" + }, + { + "code": "HP:0001138", + "display": "Optic neuropathy" + }, + { + "code": "HP:0007103", + "display": "Hypointensity of cerebral white matter on MRI" + }, + { + "code": "HP:0003458", + "display": "EMG: myopathic abnormalities" + }, + { + "code": "HP:0002987", + "display": "Elbow flexion contracture" + }, + { + "code": "HP:0006466", + "display": "Ankle flexion contracture" + }, + { + "code": "HP:0008458", + "display": "Progressive congenital scoliosis" + }, + { + "code": "HP:0000473", + "display": "Torticollis" + }, + { + "code": "HP:0011800", + "display": "Midface retrusion" + }, + { + "code": "HP:0000597", + "display": "Ophthalmoparesis" + }, + { + "code": "HP:0005853", + "display": "Congenital foot contraction deformities" + }, + { + "code": "HP:0007002", + "display": "Motor axonal neuropathy" + }, + { + "code": "HP:0003327", + "display": "Axial muscle weakness" + }, + { + "code": "HP:0003306", + "display": "Spinal rigidity" + }, + { + "code": "HP:0002068", + "display": "Neuromuscular dysphagia" + }, + { + "code": "HP:0001002", + "display": "obsolete Decreased subcutaneous fat" + }, + { + "code": "HP:0002880", + "display": "obsolete Respiratory difficulties" + }, + { + "code": "HP:0006829", + "display": "Severe muscular hypotonia" + }, + { + "code": "HP:0011448", + "display": "Ankle clonus" + }, + { + "code": "HP:0003487", + "display": "Babinski sign" + }, + { + "code": "HP:0002378", + "display": "Hand tremor" + }, + { + "code": "HP:0002747", + "display": "Respiratory insufficiency due to muscle weakness" + }, + { + "code": "HP:0002579", + "display": "Gastrointestinal dysmotility" + }, + { + "code": "HP:0001041", + "display": "Facial erythema" + }, + { + "code": "HP:0040180", + "display": "Hyperkeratosis pilaris" + }, + { + "code": "HP:0001382", + "display": "Joint hypermobility" + }, + { + "code": "HP:0003722", + "display": "Neck flexor weakness" + }, + { + "code": "HP:0003323", + "display": "Progressive muscle weakness" + }, + { + "code": "HP:0002380", + "display": "Fasciculations" + }, + { + "code": "HP:0012785", + "display": "Flexion contracture of finger" + }, + { + "code": "HP:0007936", + "display": "Restrictive external ophthalmoplegia" + }, + { + "code": "HP:0030319", + "display": "Weakness of facial musculature" + }, + { + "code": "HP:0008936", + "display": "Muscular hypotonia of the trunk" + }, + { + "code": "HP:0030230", + "display": "Central core regions in muscle fibers" + }, + { + "code": "HP:0011471", + "display": "Gastrostomy tube feeding in infancy" + }, + { + "code": "HP:0001290", + "display": "Generalized hypotonia" + }, + { + "code": "HP:0002421", + "display": "Poor head control" + }, + { + "code": "HP:0010301", + "display": "Spinal dysraphism" + }, + { + "code": "HP:0004303", + "display": "Abnormal muscle fiber morphology" + }, + { + "code": "HP:0009046", + "display": "Difficulty running" + }, + { + "code": "HP:0003715", + "display": "Myofibrillar myopathy" + }, + { + "code": "HP:0000467", + "display": "Neck muscle weakness" + }, + { + "code": "HP:0001999", + "display": "Abnormal facial shape" + }, + { + "code": "HP:0002751", + "display": "Kyphoscoliosis" + }, + { + "code": "HP:0030223", + "display": "Perseveration" + }, + { + "code": "HP:0002344", + "display": "Progressive neurologic deterioration" + }, + { + "code": "HP:0002522", + "display": "Areflexia of lower limbs" + }, + { + "code": "HP:0003805", + "display": "Rimmed vacuoles" + }, + { + "code": "HP:0005781", + "display": "Contractures of the large joints" + }, + { + "code": "HP:0040083", + "display": "Toe walking" + }, + { + "code": "HP:0003749", + "display": "Pelvic girdle muscle weakness" + }, + { + "code": "HP:0012444", + "display": "Brain atrophy" + }, + { + "code": "HP:0003738", + "display": "Exercise-induced myalgia" + }, + { + "code": "HP:0003756", + "display": "Skeletal myopathy" + }, + { + "code": "HP:0002492", + "display": "Morphological abnormality of the corticospinal tract" + }, + { + "code": "HP:0100302", + "display": "Muscle fiber tubuloreticular inclusions" + }, + { + "code": "HP:0006817", + "display": "Aplasia/Hypoplasia of the cerebellar vermis" + }, + { + "code": "HP:0003473", + "display": "Fatigable weakness" + }, + { + "code": "HP:0002077", + "display": "Migraine with aura" + }, + { + "code": "HP:0100559", + "display": "Lower limb asymmetry" + }, + { + "code": "HP:0002079", + "display": "Hypoplasia of the corpus callosum" + }, + { + "code": "HP:0002804", + "display": "Arthrogryposis multiplex congenita" + }, + { + "code": "HP:0011623", + "display": "Muscular ventricular septal defect" + }, + { + "code": "HP:0002191", + "display": "Progressive spasticity" + }, + { + "code": "HP:0003390", + "display": "Sensory axonal neuropathy" + }, + { + "code": "HP:0006986", + "display": "Upper limb spasticity" + }, + { + "code": "HP:0002464", + "display": "Spastic dysarthria" + }, + { + "code": "HP:0001308", + "display": "Tongue fasciculations" + }, + { + "code": "HP:0007010", + "display": "Poor fine motor coordination" + }, + { + "code": "HP:0003737", + "display": "Mitochondrial myopathy" + }, + { + "code": "HP:0008012", + "display": "obsolete Congenital myopia" + }, + { + "code": "HP:0008872", + "display": "Feeding difficulties in infancy" + }, + { + "code": "HP:0005750", + "display": "Contractures of the joints of the lower limbs" + }, + { + "code": "HP:0009067", + "display": "Progressive spinal muscular atrophy" + }, + { + "code": "HP:0001623", + "display": "Breech presentation" + }, + { + "code": "HP:0001374", + "display": "Congenital hip dislocation" + }, + { + "code": "HP:0002359", + "display": "Frequent falls" + }, + { + "code": "HP:0003803", + "display": "Type 1 muscle fiber predominance" + }, + { + "code": "HP:0011410", + "display": "Caesarian section" + }, + { + "code": "HP:0008947", + "display": "Infantile muscular hypotonia" + }, + { + "code": "HP:0100501", + "display": "Recurrent bronchiolitis" + }, + { + "code": "HP:0003789", + "display": "Minicore myopathy" + }, + { + "code": "HP:0000544", + "display": "External ophthalmoplegia" + }, + { + "code": "HP:0001605", + "display": "Vocal cord paralysis" + }, + { + "code": "HP:0003712", + "display": "Skeletal muscle hypertrophy" + }, + { + "code": "HP:0012507", + "display": "Weakness of orbicularis oculi muscle" + }, + { + "code": "HP:0009816", + "display": "Lower limb undergrowth" + }, + { + "code": "HP:0008935", + "display": "Generalized neonatal hypotonia" + }, + { + "code": "HP:0003484", + "display": "Upper limb muscle weakness" + }, + { + "code": "HP:0008331", + "display": "Elevated creatine kinase after exercise" + }, + { + "code": "HP:0001315", + "display": "Reduced tendon reflexes" + }, + { + "code": "HP:0012473", + "display": "Tongue atrophy" + }, + { + "code": "HP:0003273", + "display": "Hip contracture" + }, + { + "code": "HP:0006380", + "display": "Knee flexion contracture" + }, + { + "code": "HP:0003752", + "display": "Episodic flaccid weakness" + }, + { + "code": "HP:0100298", + "display": "Motheaten muscle fibers" + }, + { + "code": "HP:0003693", + "display": "Distal amyotrophy" + }, + { + "code": "HP:0002167", + "display": "Neurological speech impairment" + }, + { + "code": "HP:0003388", + "display": "Easy fatigability" + }, + { + "code": "HP:0001348", + "display": "Brisk reflexes" + }, + { + "code": "HP:0003445", + "display": "EMG: neuropathic changes" + }, + { + "code": "HP:0009063", + "display": "Progressive distal muscle weakness" + }, + { + "code": "HP:0003720", + "display": "Generalized muscle hypertrophy" + }, + { + "code": "HP:0002493", + "display": "Upper motor neuron dysfunction" + }, + { + "code": "HP:0012448", + "display": "Delayed myelination" + }, + { + "code": "HP:0001338", + "display": "Partial agenesis of the corpus callosum" + }, + { + "code": "HP:0006879", + "display": "Pontocerebellar atrophy" + }, + { + "code": "HP:0200101", + "display": "Decreased/absent ankle reflexes" + }, + { + "code": "HP:0009020", + "display": "Exercise-induced muscle fatigue" + }, + { + "code": "HP:0002067", + "display": "Bradykinesia" + }, + { + "code": "HP:0012751", + "display": "Abnormal basal ganglia MRI signal intensity" + }, + { + "code": "HP:0003355", + "display": "Aminoaciduria" + }, + { + "code": "HP:0012450", + "display": "Chronic constipation" + }, + { + "code": "HP:0011834", + "display": "Moyamoya phenomenon" + }, + { + "code": "HP:0001297", + "display": "Stroke" + }, + { + "code": "HP:0200049", + "display": "Upper limb hypertonia" + }, + { + "code": "HP:0008981", + "display": "Calf muscle hypertrophy" + }, + { + "code": "HP:0006785", + "display": "Limb-girdle muscular dystrophy" + }, + { + "code": "HP:0006957", + "display": "Loss of ability to walk" + }, + { + "code": "HP:0030098", + "display": "Reduced muscle dystrophin expression" + }, + { + "code": "HP:0030115", + "display": "Reduced muscle fiber dysferlin" + }, + { + "code": "HP:0002058", + "display": "Myopathic facies" + }, + { + "code": "HP:0007858", + "display": "Chorioretinal lacunae" + }, + { + "code": "HP:0006657", + "display": "Hypoplasia of first ribs" + }, + { + "code": "HP:0007165", + "display": "Periventricular heterotopia" + }, + { + "code": "HP:0009779", + "display": "3-4 toe syndactyly" + }, + { + "code": "HP:0010665", + "display": "Bilateral coxa valga" + }, + { + "code": "HP:0007598", + "display": "Bilateral single transverse palmar creases" + }, + { + "code": "HP:0006101", + "display": "Finger syndactyly" + }, + { + "code": "HP:0010511", + "display": "Long toe" + }, + { + "code": "HP:0002370", + "display": "Poor coordination" + }, + { + "code": "HP:0000480", + "display": "Retinal coloboma" + }, + { + "code": "HP:0001770", + "display": "Toe syndactyly" + }, + { + "code": "HP:0010851", + "display": "EEG with burst suppression" + }, + { + "code": "HP:0002791", + "display": "Hypoventilation" + }, + { + "code": "HP:0040075", + "display": "Hypopituitarism" + }, + { + "code": "HP:0012506", + "display": "Small pituitary gland" + }, + { + "code": "HP:0000538", + "display": "Pseudopapilledema" + }, + { + "code": "HP:0012717", + "display": "Severe conductive hearing impairment" + }, + { + "code": "HP:0001370", + "display": "Rheumatoid arthritis" + }, + { + "code": "HP:0000016", + "display": "Urinary retention" + }, + { + "code": "HP:0012537", + "display": "Food intolerance" + }, + { + "code": "HP:0011297", + "display": "Abnormal digit morphology" + }, + { + "code": "HP:0001273", + "display": "Abnormal corpus callosum morphology" + }, + { + "code": "HP:0030148", + "display": "Heart murmur" + }, + { + "code": "HP:0045018", + "display": "Partial duplication of eyebrows" + }, + { + "code": "HP:0008998", + "display": "Pectoralis hypoplasia" + }, + { + "code": "HP:0001707", + "display": "Abnormal right ventricle morphology" + }, + { + "code": "HP:0001540", + "display": "Diastasis recti" + }, + { + "code": "HP:0100693", + "display": "Iridodonesis" + }, + { + "code": "HP:0002265", + "display": "Large fleshy ears" + }, + { + "code": "HP:0001132", + "display": "Lens subluxation" + }, + { + "code": "HP:0004927", + "display": "Pulmonary artery dilatation" + }, + { + "code": "HP:0005619", + "display": "Thoracolumbar kyphosis" + }, + { + "code": "HP:0008619", + "display": "Bilateral sensorineural hearing impairment" + }, + { + "code": "HP:0001045", + "display": "Vitiligo" + }, + { + "code": "HP:0009124", + "display": "Abnormal adipose tissue morphology" + }, + { + "code": "HP:0002979", + "display": "Bowing of the legs" + }, + { + "code": "HP:0000455", + "display": "Broad nasal tip" + }, + { + "code": "HP:0001007", + "display": "Hirsutism" + }, + { + "code": "HP:0010314", + "display": "Premature thelarche" + }, + { + "code": "HP:0000075", + "display": "Renal duplication" + }, + { + "code": "HP:0000368", + "display": "Low-set, posteriorly rotated ears" + }, + { + "code": "HP:0001052", + "display": "Nevus flammeus" + }, + { + "code": "HP:0200048", + "display": "Cyanotic episode" + }, + { + "code": "HP:0001902", + "display": "Giant platelets" + }, + { + "code": "HP:0030043", + "display": "Hip subluxation" + }, + { + "code": "HP:0002938", + "display": "Lumbar hyperlordosis" + }, + { + "code": "HP:0030084", + "display": "Clinodactyly" + }, + { + "code": "HP:0005560", + "display": "Imbalanced hemoglobin synthesis" + }, + { + "code": "HP:0001539", + "display": "Omphalocele" + }, + { + "code": "HP:0009778", + "display": "Short thumb" + }, + { + "code": "HP:0002277", + "display": "Horner syndrome" + }, + { + "code": "HP:0011701", + "display": "Multifocal atrial tachycardia" + }, + { + "code": "HP:0005274", + "display": "Prominent nasal tip" + }, + { + "code": "HP:0001262", + "display": "Excessive daytime somnolence" + }, + { + "code": "HP:0001285", + "display": "Spastic tetraparesis" + }, + { + "code": "HP:0012171", + "display": "Stereotypical hand wringing" + }, + { + "code": "HP:0002518", + "display": "Abnormality of the periventricular white matter" + }, + { + "code": "HP:0005692", + "display": "Joint hyperflexibility" + }, + { + "code": "HP:0007440", + "display": "Generalized hyperpigmentation" + }, + { + "code": "HP:0001805", + "display": "Onychogryposis" + }, + { + "code": "HP:0011945", + "display": "Bronchiolitis obliterans organizing pneumonia" + }, + { + "code": "HP:0003763", + "display": "Bruxism" + }, + { + "code": "HP:0010500", + "display": "Hyperextensibility of the knee" + }, + { + "code": "HP:0040115", + "display": "Abnormality of the Eustachian tube" + }, + { + "code": "HP:0008751", + "display": "Laryngeal cleft" + }, + { + "code": "HP:0000403", + "display": "Recurrent otitis media" + }, + { + "code": "HP:0001787", + "display": "Abnormal delivery" + }, + { + "code": "HP:0002571", + "display": "Achalasia" + }, + { + "code": "HP:0002615", + "display": "Hypotension" + }, + { + "code": "HP:0003550", + "display": "Predominantly lower limb lymphedema" + }, + { + "code": "HP:0030363", + "display": "Primary Caesarian section" + }, + { + "code": "HP:0001727", + "display": "Thromboembolic stroke" + }, + { + "code": "HP:0100603", + "display": "Toxemia of pregnancy" + }, + { + "code": "HP:0010836", + "display": "Abnormal circulating copper concentration" + }, + { + "code": "HP:0000356", + "display": "Abnormality of the outer ear" + }, + { + "code": "HP:0002197", + "display": "Generalized-onset seizure" + }, + { + "code": "HP:0011436", + "display": "Abnormal maternal serum screening" + }, + { + "code": "HP:0003517", + "display": "Birth length greater than 97th percentile" + }, + { + "code": "HP:0003561", + "display": "Birth length less than 3rd percentile" + }, + { + "code": "HP:0012188", + "display": "Hyperemesis gravidarum" + }, + { + "code": "HP:0010519", + "display": "Increased fetal movement" + }, + { + "code": "HP:0030244", + "display": "Maternal fever in pregnancy" + }, + { + "code": "HP:0008071", + "display": "Maternal hypertension" + }, + { + "code": "HP:0100622", + "display": "Maternal seizure" + }, + { + "code": "HP:0011438", + "display": "Maternal teratogenic exposure" + }, + { + "code": "HP:0001998", + "display": "Neonatal hypoglycemia" + }, + { + "code": "HP:0040187", + "display": "Neonatal sepsis" + }, + { + "code": "HP:0002033", + "display": "Poor suck" + }, + { + "code": "HP:0006579", + "display": "Prolonged neonatal jaundice" + }, + { + "code": "HP:0001724", + "display": "obsolete Aortic dilatation" + }, + { + "code": "HP:0010621", + "display": "Cutaneous syndactyly of toes" + }, + { + "code": "HP:0001880", + "display": "Eosinophilia" + }, + { + "code": "HP:0000162", + "display": "Glossoptosis" + }, + { + "code": "HP:0100578", + "display": "Lipoatrophy" + }, + { + "code": "HP:0002562", + "display": "Low-set nipples" + }, + { + "code": "HP:0012893", + "display": "Neck muscle hypertrophy" + }, + { + "code": "HP:0001027", + "display": "Soft, doughy skin" + }, + { + "code": "HP:0100738", + "display": "Abnormal eating behavior" + }, + { + "code": "HP:0007328", + "display": "Impaired pain sensation" + }, + { + "code": "HP:0002878", + "display": "Respiratory failure" + }, + { + "code": "HP:0001776", + "display": "Bilateral talipes equinovarus" + }, + { + "code": "HP:0001360", + "display": "Holoprosencephaly" + }, + { + "code": "HP:0001973", + "display": "Autoimmune thrombocytopenia" + }, + { + "code": "HP:0100749", + "display": "Chest pain" + }, + { + "code": "HP:0012531", + "display": "Pain" + }, + { + "code": "HP:0007585", + "display": "Skin fragility with non-scarring blistering" + }, + { + "code": "HP:0002108", + "display": "Spontaneous pneumothorax" + }, + { + "code": "HP:0006562", + "display": "Viral hepatitis" + }, + { + "code": "HP:0012647", + "display": "Abnormal inflammatory response" + }, + { + "code": "HP:0012088", + "display": "Abnormal urinary odor" + }, + { + "code": "HP:0011458", + "display": "Abdominal symptom" + }, + { + "code": "HP:0002829", + "display": "Arthralgia" + }, + { + "code": "HP:0010783", + "display": "Erythema" + }, + { + "code": "HP:0010307", + "display": "Stridor" + }, + { + "code": "HP:0001269", + "display": "Hemiparesis" + }, + { + "code": "HP:0006532", + "display": "Recurrent pneumonia" + }, + { + "code": "HP:0002580", + "display": "Volvulus" + }, + { + "code": "HP:0012387", + "display": "Bronchitis" + }, + { + "code": "HP:0001266", + "display": "Choreoathetosis" + }, + { + "code": "HP:0001531", + "display": "Failure to thrive in infancy" + }, + { + "code": "HP:0011470", + "display": "Nasogastric tube feeding in infancy" + }, + { + "code": "HP:0001361", + "display": "Nystagmus-induced head nodding" + }, + { + "code": "HP:0001997", + "display": "Gout" + }, + { + "code": "HP:0000965", + "display": "Cutis marmorata" + }, + { + "code": "HP:0010316", + "display": "Ebstein anomaly of the tricuspid valve" + }, + { + "code": "HP:0010543", + "display": "Opsoclonus" + }, + { + "code": "HP:0007704", + "display": "Paroxysmal involuntary eye movements" + }, + { + "code": "HP:0030364", + "display": "Secondary Caesarian section" + }, + { + "code": "HP:0007738", + "display": "Uncontrolled eye movements" + }, + { + "code": "HP:0030366", + "display": "Delivery by Odon device" + }, + { + "code": "HP:0011411", + "display": "Forceps delivery" + }, + { + "code": "HP:0030369", + "display": "Induced vaginal delivery" + }, + { + "code": "HP:0005268", + "display": "Spontaneous abortion" + }, + { + "code": "HP:0030365", + "display": "Vaginal birth after Caesarian" + }, + { + "code": "HP:0011412", + "display": "Ventouse delivery" + }, + { + "code": "HP:0002572", + "display": "Episodic vomiting" + }, + { + "code": "HP:0030350", + "display": "Erythematous papule" + }, + { + "code": "HP:0001386", + "display": "Joint swelling" + }, + { + "code": "HP:0000147", + "display": "Polycystic ovaries" + }, + { + "code": "HP:0012412", + "display": "Premature adrenarche" + }, + { + "code": "HP:0004411", + "display": "Deviated nasal septum" + }, + { + "code": "HP:0040183", + "display": "Encopresis" + }, + { + "code": "HP:0100507", + "display": "Reduced blood folate concentration" + }, + { + "code": "HP:0007011", + "display": "Fourth cranial nerve palsy" + }, + { + "code": "HP:0000375", + "display": "Abnormal cochlea morphology" + }, + { + "code": "HP:0009911", + "display": "Abnormal temporal bone morphology" + }, + { + "code": "HP:0000081", + "display": "Duplicated collecting system" + }, + { + "code": "HP:0006894", + "display": "Hypoplastic olfactory lobes" + }, + { + "code": "HP:0011380", + "display": "Morphological abnormality of the semicircular canal" + }, + { + "code": "HP:0000110", + "display": "Renal dysplasia" + }, + { + "code": "HP:0030025", + "display": "Auricular pit" + }, + { + "code": "HP:0010044", + "display": "Short 4th metacarpal" + }, + { + "code": "HP:0010047", + "display": "Short 5th metacarpal" + }, + { + "code": "HP:0000201", + "display": "Pierre-Robin sequence" + }, + { + "code": "HP:0100837", + "display": "Atrophodermia vermiculata" + }, + { + "code": "HP:0002673", + "display": "Coxa valga" + }, + { + "code": "HP:0001476", + "display": "Delayed closure of the anterior fontanelle" + }, + { + "code": "HP:0011069", + "display": "Increased number of teeth" + }, + { + "code": "HP:0009879", + "display": "Simplified gyral pattern" + }, + { + "code": "HP:0006315", + "display": "Single median maxillary incisor" + }, + { + "code": "HP:0001194", + "display": "Abnormalities of placenta or umbilical cord" + }, + { + "code": "HP:0100767", + "display": "Abnormal placenta morphology" + }, + { + "code": "HP:0006543", + "display": "Cardiorespiratory arrest" + }, + { + "code": "HP:0003074", + "display": "Hyperglycemia" + }, + { + "code": "HP:0000842", + "display": "Hyperinsulinemia" + }, + { + "code": "HP:0011951", + "display": "Aspiration pneumonia" + }, + { + "code": "HP:0006528", + "display": "Chronic lung disease" + }, + { + "code": "HP:0002383", + "display": "Encephalitis" + }, + { + "code": "HP:0000388", + "display": "Otitis media" + }, + { + "code": "HP:0002530", + "display": "Axial dystonia" + }, + { + "code": "HP:0002780", + "display": "Bronchomalacia" + }, + { + "code": "HP:0008755", + "display": "Laryngotracheomalacia" + }, + { + "code": "HP:0000308", + "display": "Microretrognathia" + }, + { + "code": "HP:0002786", + "display": "Tracheobronchomalacia" + }, + { + "code": "HP:0012389", + "display": "Appendicular hypotonia" + }, + { + "code": "HP:0011323", + "display": "Cleft of chin" + }, + { + "code": "HP:0000417", + "display": "Slender nose" + }, + { + "code": "HP:0001863", + "display": "Toe clinodactyly" + }, + { + "code": "HP:0008386", + "display": "Aplasia/Hypoplasia of the nails" + }, + { + "code": "HP:0006989", + "display": "Dysplastic corpus callosum" + }, + { + "code": "HP:0100954", + "display": "Open operculum" + }, + { + "code": "HP:0004482", + "display": "Relative macrocephaly" + }, + { + "code": "HP:3000033", + "display": "Abnormal nasopharyngeal adenoid morphology" + }, + { + "code": "HP:0009062", + "display": "Infantile axial hypotonia" + }, + { + "code": "HP:0002189", + "display": "obsolete Excessive daytime sleepiness" + }, + { + "code": "HP:0002141", + "display": "Gait imbalance" + }, + { + "code": "HP:0012734", + "display": "Ketotic hypoglycemia" + }, + { + "code": "HP:0005968", + "display": "Temperature instability" + }, + { + "code": "HP:0012538", + "display": "Gluten intolerance" + }, + { + "code": "HP:0000979", + "display": "Purpura" + }, + { + "code": "HP:0001988", + "display": "Recurrent hypoglycemia" + }, + { + "code": "HP:0001488", + "display": "Bilateral ptosis" + }, + { + "code": "HP:0011229", + "display": "Broad eyebrow" + }, + { + "code": "HP:0004440", + "display": "Coronal craniosynostosis" + }, + { + "code": "HP:0004453", + "display": "Overfolding of the superior helices" + }, + { + "code": "HP:0012547", + "display": "Abnormal involuntary eye movements" + }, + { + "code": "HP:0100814", + "display": "Blue nevus" + }, + { + "code": "HP:0010751", + "display": "Dimple chin" + }, + { + "code": "HP:0007087", + "display": "obsolete Involuntary jerking movements" + }, + { + "code": "HP:0012498", + "display": "Nuchal cord" + }, + { + "code": "HP:0002472", + "display": "Small cerebral cortex" + }, + { + "code": "HP:0100307", + "display": "Cerebellar hemisphere hypoplasia" + }, + { + "code": "HP:0002151", + "display": "Increased serum lactate" + }, + { + "code": "HP:0001698", + "display": "Pericardial effusion" + }, + { + "code": "HP:0006903", + "display": "Congenital peripheral neuropathy" + }, + { + "code": "HP:0006895", + "display": "Lower limb hypertonia" + }, + { + "code": "HP:0002744", + "display": "Bilateral cleft lip and palate" + }, + { + "code": "HP:0010664", + "display": "Fusion of the left and right thalami" + }, + { + "code": "HP:0000327", + "display": "Hypoplasia of the maxilla" + }, + { + "code": "HP:0000474", + "display": "Thickened nuchal skin fold" + }, + { + "code": "HP:0000105", + "display": "Enlarged kidney" + }, + { + "code": "HP:0000113", + "display": "Polycystic kidney dysplasia" + }, + { + "code": "HP:0000104", + "display": "Renal agenesis" + }, + { + "code": "HP:0001362", + "display": "Calvarial skull defect" + }, + { + "code": "HP:0008245", + "display": "Pituitary hypothyroidism" + }, + { + "code": "HP:0001552", + "display": "Barrel-shaped chest" + }, + { + "code": "HP:0006297", + "display": "Hypoplasia of dental enamel" + }, + { + "code": "HP:0100023", + "display": "Recurrent hand flapping" + }, + { + "code": "HP:0005518", + "display": "Increased mean corpuscular volume" + }, + { + "code": "HP:0012418", + "display": "Hypoxemia" + }, + { + "code": "HP:0100259", + "display": "Postaxial polydactyly" + }, + { + "code": "HP:0010814", + "display": "Abnormal position of hair whorl" + }, + { + "code": "HP:0003764", + "display": "Nevus" + }, + { + "code": "HP:0000445", + "display": "Wide nose" + }, + { + "code": "HP:0010677", + "display": "Enuresis nocturna" + }, + { + "code": "HP:0001510", + "display": "Growth delay" + }, + { + "code": "HP:0012428", + "display": "Prominent calcaneus" + }, + { + "code": "HP:0012471", + "display": "Thick vermilion border" + }, + { + "code": "HP:0007110", + "display": "Central hypoventilation" + }, + { + "code": "HP:0010614", + "display": "Fibroma" + }, + { + "code": "HP:0001034", + "display": "Hypermelanotic macule" + }, + { + "code": "HP:0011365", + "display": "Patchy hypopigmentation of hair" + }, + { + "code": "HP:0001920", + "display": "Renal artery stenosis" + }, + { + "code": "HP:0002828", + "display": "Multiple joint contractures" + }, + { + "code": "HP:0002144", + "display": "Tethered cord" + }, + { + "code": "HP:0010964", + "display": "Abnormal circulating long-chain fatty-acid concentration" + }, + { + "code": "HP:0010536", + "display": "Central sleep apnea" + }, + { + "code": "HP:0011262", + "display": "Crimped helix" + }, + { + "code": "HP:0040079", + "display": "Irregular dentition" + }, + { + "code": "HP:0011481", + "display": "Abnormal lacrimal duct morphology" + }, + { + "code": "HP:0000220", + "display": "Velopharyngeal insufficiency" + }, + { + "code": "HP:0002153", + "display": "Hyperkalemia" + }, + { + "code": "HP:0002148", + "display": "Hypophosphatemia" + }, + { + "code": "HP:0012621", + "display": "Persistent cloaca" + }, + { + "code": "HP:0000867", + "display": "Secondary hyperparathyroidism" + }, + { + "code": "HP:0003762", + "display": "Uterus didelphys" + }, + { + "code": "HP:0100512", + "display": "Low levels of vitamin D" + }, + { + "code": "HP:0012156", + "display": "Hemophagocytosis" + }, + { + "code": "HP:0008209", + "display": "Premature ovarian insufficiency" + }, + { + "code": "HP:0004349", + "display": "Reduced bone mineral density" + }, + { + "code": "HP:0001924", + "display": "Sideroblastic anemia" + }, + { + "code": "HP:0011703", + "display": "Sinus tachycardia" + }, + { + "code": "HP:0010609", + "display": "Skin tags" + }, + { + "code": "HP:0002725", + "display": "Systemic lupus erythematosus" + }, + { + "code": "HP:0003193", + "display": "Allergic rhinitis" + }, + { + "code": "HP:0006896", + "display": "Hypnopompic hallucinations" + }, + { + "code": "HP:0002524", + "display": "Cataplexy" + }, + { + "code": "HP:0005227", + "display": "Adenomatous colonic polyposis" + }, + { + "code": "HP:0012173", + "display": "Orthostatic tachycardia" + }, + { + "code": "HP:0001271", + "display": "Polyneuropathy" + }, + { + "code": "HP:0009120", + "display": "Aplasia/Hypoplasia involving the sinuses" + }, + { + "code": "HP:0000625", + "display": "Eyelid coloboma" + }, + { + "code": "HP:0009754", + "display": "Fibrous syngnathia" + }, + { + "code": "HP:0012478", + "display": "Temporomandibular joint ankylosis" + }, + { + "code": "HP:0001233", + "display": "2-3 finger syndactyly" + }, + { + "code": "HP:0000811", + "display": "Abnormal external genitalia" + }, + { + "code": "HP:0005120", + "display": "Abnormal cardiac atrium morphology" + }, + { + "code": "HP:0008388", + "display": "Abnormal toenail morphology" + }, + { + "code": "HP:0011467", + "display": "Absent gallbladder" + }, + { + "code": "HP:0010760", + "display": "Absent toe" + }, + { + "code": "HP:0001545", + "display": "Anteriorly placed anus" + }, + { + "code": "HP:0001640", + "display": "Cardiomegaly" + }, + { + "code": "HP:0002990", + "display": "Fibular aplasia" + }, + { + "code": "HP:0004443", + "display": "Lambdoidal craniosynostosis" + }, + { + "code": "HP:0008569", + "display": "Microtia, second degree" + }, + { + "code": "HP:0006277", + "display": "Pancreatic hyperplasia" + }, + { + "code": "HP:0010445", + "display": "Primum atrial septal defect" + }, + { + "code": "HP:0011640", + "display": "Single coronary artery origin" + }, + { + "code": "HP:0011608", + "display": "Type II truncus arteriosus" + }, + { + "code": "HP:0011327", + "display": "Posterior plagiocephaly" + }, + { + "code": "HP:0007655", + "display": "Eversion of lateral third of lower eyelids" + }, + { + "code": "HP:0010747", + "display": "Medial flaring of the eyebrow" + }, + { + "code": "HP:0005957", + "display": "Breathing dysregulation" + }, + { + "code": "HP:0000992", + "display": "Cutaneous photosensitivity" + }, + { + "code": "HP:0011995", + "display": "Atrial septal dilatation" + }, + { + "code": "HP:0000377", + "display": "Abnormality of the pinna" + }, + { + "code": "HP:0011266", + "display": "Microtia, first degree" + }, + { + "code": "HP:0012650", + "display": "Perisylvian polymicrogyria" + }, + { + "code": "HP:0004970", + "display": "Ascending tubular aorta aneurysm" + }, + { + "code": "HP:0008348", + "display": "Decreased circulating IgG2 level" + }, + { + "code": "HP:0012115", + "display": "Hepatitis" + }, + { + "code": "HP:0006979", + "display": "Sleep-wake cycle disturbance" + }, + { + "code": "HP:0008587", + "display": "Mild neurosensory hearing impairment" + }, + { + "code": "HP:0006097", + "display": "3-4 finger syndactyly" + }, + { + "code": "HP:0005263", + "display": "Gastritis" + }, + { + "code": "HP:0200043", + "display": "Verrucae" + }, + { + "code": "HP:0009600", + "display": "Flexion contracture of thumb" + }, + { + "code": "HP:0010818", + "display": "Generalized tonic seizure" + }, + { + "code": "HP:0002599", + "display": "Head titubation" + }, + { + "code": "HP:0002090", + "display": "Pneumonia" + }, + { + "code": "HP:0030423", + "display": "Splenic cyst" + }, + { + "code": "HP:0030187", + "display": "Titubation" + }, + { + "code": "HP:0002375", + "display": "Hypokinesia" + }, + { + "code": "HP:0007166", + "display": "Paroxysmal dyskinesia" + }, + { + "code": "HP:0003077", + "display": "Hyperlipidemia" + }, + { + "code": "HP:0000017", + "display": "Nocturia" + }, + { + "code": "HP:0100555", + "display": "Asymmetric growth" + }, + { + "code": "HP:0011847", + "display": "Giant cell tumor of bone" + }, + { + "code": "HP:0000112", + "display": "Nephropathy" + }, + { + "code": "HP:0000246", + "display": "Sinusitis" + }, + { + "code": "HP:0001012", + "display": "Multiple lipomas" + }, + { + "code": "HP:0000851", + "display": "Congenital hypothyroidism" + }, + { + "code": "HP:0002345", + "display": "Action tremor" + }, + { + "code": "HP:0002677", + "display": "Small foramen magnum" + }, + { + "code": "HP:0011947", + "display": "Respiratory tract infection" + }, + { + "code": "HP:0012151", + "display": "Hemothorax" + }, + { + "code": "HP:0005988", + "display": "Congenital muscular torticollis" + }, + { + "code": "HP:0002329", + "display": "Drowsiness" + }, + { + "code": "HP:0012395", + "display": "Seasonal allergy" + }, + { + "code": "HP:0011679", + "display": "Tetralogy of Fallot with pulmonary stenosis" + }, + { + "code": "HP:0001864", + "display": "Clinodactyly of the 5th toe" + }, + { + "code": "HP:0006934", + "display": "Congenital nystagmus" + }, + { + "code": "HP:0100355", + "display": "Contractures of the distal interphalangeal joint of the 5th toe" + }, + { + "code": "HP:0007894", + "display": "Hypopigmentation of the fundus" + }, + { + "code": "HP:0012377", + "display": "Hemianopia" + }, + { + "code": "HP:0002354", + "display": "Memory impairment" + }, + { + "code": "HP:0000872", + "display": "Hashimoto thyroiditis" + }, + { + "code": "HP:0002519", + "display": "Hypnagogic hallucinations" + }, + { + "code": "HP:0010647", + "display": "Abnormal elasticity of skin" + }, + { + "code": "HP:0002592", + "display": "Gastric ulcer" + }, + { + "code": "HP:0004938", + "display": "Tortuous cerebral arteries" + }, + { + "code": "HP:0004948", + "display": "Vascular tortuosity" + }, + { + "code": "HP:0002516", + "display": "Increased intracranial pressure" + }, + { + "code": "HP:0006460", + "display": "Increased laxity of ankles" + }, + { + "code": "HP:0002317", + "display": "Unsteady gait" + }, + { + "code": "HP:0000182", + "display": "Movement abnormality of the tongue" + }, + { + "code": "HP:0009887", + "display": "Abnormality of hair pigmentation" + }, + { + "code": "HP:0005824", + "display": "Clinodactyly of the 2nd toe" + }, + { + "code": "HP:0002212", + "display": "Curly hair" + }, + { + "code": "HP:0009803", + "display": "Short phalanx of finger" + }, + { + "code": "HP:0000572", + "display": "Visual loss" + }, + { + "code": "HP:0005216", + "display": "Impaired mastication" + }, + { + "code": "HP:0000619", + "display": "Impaired convergence" + }, + { + "code": "HP:0002403", + "display": "Positive Romberg sign" + }, + { + "code": "HP:0008744", + "display": "Abnormal aryepiglottic fold morphology" + }, + { + "code": "HP:0002374", + "display": "Diminished movement" + }, + { + "code": "HP:0008277", + "display": "Abnormal blood zinc concentration" + }, + { + "code": "HP:0012781", + "display": "Mid-frequency hearing loss" + }, + { + "code": "HP:0100758", + "display": "Gangrene" + }, + { + "code": "HP:0003256", + "display": "Abnormality of the coagulation cascade" + }, + { + "code": "HP:0004387", + "display": "Enterocolitis" + }, + { + "code": "HP:0011029", + "display": "Internal hemorrhage" + }, + { + "code": "HP:0011649", + "display": "Patent ductus arteriosus after premature birth" + }, + { + "code": "HP:0012050", + "display": "Anasarca" + }, + { + "code": "HP:0001683", + "display": "Ectopia cordis" + }, + { + "code": "HP:0011682", + "display": "Perimembranous ventricular septal defect" + }, + { + "code": "HP:0010624", + "display": "Aplastic/hypoplastic toenail" + }, + { + "code": "HP:0002705", + "display": "High, narrow palate" + }, + { + "code": "HP:0011340", + "display": "Incomplete cleft of the upper lip" + }, + { + "code": "HP:0011613", + "display": "Interrupted aortic arch type B" + }, + { + "code": "HP:0006167", + "display": "Prominent proximal interphalangeal joints" + }, + { + "code": "HP:0002918", + "display": "Hypermagnesemia" + }, + { + "code": "HP:0011937", + "display": "Hypoplastic fifth toenail" + }, + { + "code": "HP:0001067", + "display": "Neurofibromas" + }, + { + "code": "HP:0011403", + "display": "Abnormal umbilical cord blood vessels" + }, + { + "code": "HP:0003316", + "display": "Butterfly vertebrae" + }, + { + "code": "HP:0002247", + "display": "Duodenal atresia" + }, + { + "code": "HP:0008439", + "display": "Lumbar hemivertebrae" + }, + { + "code": "HP:0011599", + "display": "Mesocardia" + }, + { + "code": "HP:0008467", + "display": "Thoracic hemivertebrae" + }, + { + "code": "HP:0004626", + "display": "Lumbar scoliosis" + }, + { + "code": "HP:0006808", + "display": "Cerebral hypomyelination" + }, + { + "code": "HP:0002926", + "display": "Abnormality of thyroid physiology" + }, + { + "code": "HP:0007970", + "display": "Congenital ptosis" + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/CodeSystem-loinc-answers.json b/tests/fixtures/ncpi/examples/CodeSystem-loinc-answers.json new file mode 100644 index 0000000..a6628ae --- /dev/null +++ b/tests/fixtures/ncpi/examples/CodeSystem-loinc-answers.json @@ -0,0 +1,139 @@ +{ + "resourceType": "CodeSystem", + "id": "loinc-answers", + "text": { + "status": "generated", + "div": "

This code system ncpi:loinc-answers defines the following codes:

CodeDisplay
LA21254-0 Chromosome 1
LA21255-7 Chromosome 2
LA21256-5 Chromosome 3
LA21257-3 Chromosome 4
LA21258-1 Chromosome 5
LA21259-9 Chromosome 6
LA21260-7 Chromosome 7
LA21261-5 Chromosome 8
LA21262-3 Chromosome 9
LA21263-1 Chromosome 10
LA21264-9 Chromosome 11
LA21265-6 Chromosome 12
LA21266-4 Chromosome 13
LA21267-2 Chromosome 14
LA21268-0 Chromosome 15
LA21269-8 Chromosome 16
LA21270-6 Chromosome 17
LA21271-4 Chromosome 18
LA21272-2 Chromosome 19
LA21273-0 Chromosome 20
LA21274-8 Chromosome 21
LA21275-5 Chromosome 22
LA21276-3 Chromosome X
LA21277-1 Chromosome Y
" + }, + "url": "ncpi:loinc-answers", + "version": "0.1.0", + "name": "LoincAnswers", + "title": "LOINC Answers", + "status": "draft", + "experimental": false, + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "LOINC ANSWERS used by NCPI resources", + "caseSensitive": true, + "content": "complete", + "count": 24, + "concept": [ + { + "code": "LA21254-0", + "display": "Chromosome 1" + }, + { + "code": "LA21255-7", + "display": "Chromosome 2" + }, + { + "code": "LA21256-5", + "display": "Chromosome 3" + }, + { + "code": "LA21257-3", + "display": "Chromosome 4" + }, + { + "code": "LA21258-1", + "display": "Chromosome 5" + }, + { + "code": "LA21259-9", + "display": "Chromosome 6" + }, + { + "code": "LA21260-7", + "display": "Chromosome 7" + }, + { + "code": "LA21261-5", + "display": "Chromosome 8" + }, + { + "code": "LA21262-3", + "display": "Chromosome 9" + }, + { + "code": "LA21263-1", + "display": "Chromosome 10" + }, + { + "code": "LA21264-9", + "display": "Chromosome 11" + }, + { + "code": "LA21265-6", + "display": "Chromosome 12" + }, + { + "code": "LA21266-4", + "display": "Chromosome 13" + }, + { + "code": "LA21267-2", + "display": "Chromosome 14" + }, + { + "code": "LA21268-0", + "display": "Chromosome 15" + }, + { + "code": "LA21269-8", + "display": "Chromosome 16" + }, + { + "code": "LA21270-6", + "display": "Chromosome 17" + }, + { + "code": "LA21271-4", + "display": "Chromosome 18" + }, + { + "code": "LA21272-2", + "display": "Chromosome 19" + }, + { + "code": "LA21273-0", + "display": "Chromosome 20" + }, + { + "code": "LA21274-8", + "display": "Chromosome 21" + }, + { + "code": "LA21275-5", + "display": "Chromosome 22" + }, + { + "code": "LA21276-3", + "display": "Chromosome X" + }, + { + "code": "LA21277-1", + "display": "Chromosome Y" + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/CodeSystem-mondo.json b/tests/fixtures/ncpi/examples/CodeSystem-mondo.json new file mode 100644 index 0000000..f32b47c --- /dev/null +++ b/tests/fixtures/ncpi/examples/CodeSystem-mondo.json @@ -0,0 +1,55 @@ +{ + "resourceType": "CodeSystem", + "id": "mondo", + "text": { + "status": "generated", + "div": "

This code system http://purl.obolibrary.org/obo/mondo.owl defines many codes, of which the following are a subset:

CodeDisplay
MONDO:0005072 neuroblastoma
MONDO:0002749 extracranial neuroblastoma
MONDO:0008542 tetralogy of fallot
" + }, + "url": "http://purl.obolibrary.org/obo/mondo.owl", + "version": "0.1.0", + "name": "Mondo", + "title": "Mondo Disease Ontology", + "status": "draft", + "experimental": false, + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "The Mondo Disease Ontology (Mondo) aims to harmonize disease definitions across the world. The name Mondo comes from the latin word 'mundus' and means 'for the world.'", + "caseSensitive": true, + "content": "fragment", + "count": 3, + "concept": [ + { + "code": "MONDO:0005072", + "display": "neuroblastoma" + }, + { + "code": "MONDO:0002749", + "display": "extracranial neuroblastoma" + }, + { + "code": "MONDO:0008542", + "display": "tetralogy of fallot" + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/CodeSystem-ncit.json b/tests/fixtures/ncpi/examples/CodeSystem-ncit.json new file mode 100644 index 0000000..651eb18 --- /dev/null +++ b/tests/fixtures/ncpi/examples/CodeSystem-ncit.json @@ -0,0 +1,55 @@ +{ + "resourceType": "CodeSystem", + "id": "ncit", + "text": { + "status": "generated", + "div": "

This code system http://purl.obolibrary.org/obo/ncit.owl defines many codes, of which the following are a subset:

CodeDisplay
C3270 Neuroblastoma
C5437 Extracranial Neuroblastoma
C84505 Tetralogy of Fallot
" + }, + "url": "http://purl.obolibrary.org/obo/ncit.owl", + "version": "0.1.0", + "name": "NCIt", + "title": "NCI Thesaurus", + "status": "draft", + "experimental": false, + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "NCI Thesaurus (NCIt) provides reference terminology for many NCI and other systems. It covers vocabulary for clinical care, translational and basic research, and public information and administrative activities.", + "caseSensitive": true, + "content": "fragment", + "count": 3, + "concept": [ + { + "code": "C3270", + "display": "Neuroblastoma" + }, + { + "code": "C5437", + "display": "Extracranial Neuroblastoma" + }, + { + "code": "C84505", + "display": "Tetralogy of Fallot" + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/CodeSystem-ncpi-data-types.json b/tests/fixtures/ncpi/examples/CodeSystem-ncpi-data-types.json new file mode 100644 index 0000000..4387a65 --- /dev/null +++ b/tests/fixtures/ncpi/examples/CodeSystem-ncpi-data-types.json @@ -0,0 +1,53 @@ +{ + "resourceType": "CodeSystem", + "id": "ncpi-data-types", + "text": { + "status": "generated", + "div": "

This code system https://nih-ncpi.github.io/ncpi-fhir-ig/datatypes defines many codes, of which the following are a subset:

CodeDisplay
Exome Exome Sequence Data
WholeGenome Whole Genome Sequence Data
GWAS Genome-Wide Association Studies
" + }, + "url": "https://nih-ncpi.github.io/ncpi-fhir-ig/datatypes", + "version": "0.1.0", + "name": "NcpiDataTypes", + "title": "Data Types for NCPI Research", + "status": "active", + "experimental": false, + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "Data Types for NCPI Research", + "content": "fragment", + "concept": [ + { + "code": "Exome", + "display": "Exome Sequence Data" + }, + { + "code": "WholeGenome", + "display": "Whole Genome Sequence Data" + }, + { + "code": "GWAS", + "display": "Genome-Wide Association Studies" + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/CodeSystem-ncpi.json b/tests/fixtures/ncpi/examples/CodeSystem-ncpi.json new file mode 100644 index 0000000..cc27a6c --- /dev/null +++ b/tests/fixtures/ncpi/examples/CodeSystem-ncpi.json @@ -0,0 +1,89 @@ +{ + "resourceType": "CodeSystem", + "id": "ncpi", + "text": { + "status": "generated", + "div": "

This code system https://nih-ncpi.github.io/ncpi-fhir-ig defines many codes, of which the following are a subset:

CodeDisplay
Consortium Study Consortium
StudyCohort Study Cohort
Summary Summary Data
CohortCount Number of Cohorts
SampleCount Number of Samples
Participant Number of Participants
StorageSize Size on Disk
ConsentCodes Consent Codes
TerraWorkspace Terra Workspace Name
PrimaryDisease Primary Disease
AccessType Access Type
StudyDesign Study Design
" + }, + "url": "https://nih-ncpi.github.io/ncpi-fhir-ig", + "version": "0.1.0", + "name": "Ncpi", + "title": "NCPI FHIR Codes", + "status": "active", + "experimental": false, + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "Codes that would apply to NCPI projects", + "content": "fragment", + "concept": [ + { + "code": "Consortium", + "display": "Study Consortium" + }, + { + "code": "StudyCohort", + "display": "Study Cohort" + }, + { + "code": "Summary", + "display": "Summary Data" + }, + { + "code": "CohortCount", + "display": "Number of Cohorts" + }, + { + "code": "SampleCount", + "display": "Number of Samples" + }, + { + "code": "Participant", + "display": "Number of Participants" + }, + { + "code": "StorageSize", + "display": "Size on Disk" + }, + { + "code": "ConsentCodes", + "display": "Consent Codes" + }, + { + "code": "TerraWorkspace", + "display": "Terra Workspace Name" + }, + { + "code": "PrimaryDisease", + "display": "Primary Disease" + }, + { + "code": "AccessType", + "display": "Access Type" + }, + { + "code": "StudyDesign", + "display": "Study Design" + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/CodeSystem-omim.json b/tests/fixtures/ncpi/examples/CodeSystem-omim.json new file mode 100644 index 0000000..f167545 --- /dev/null +++ b/tests/fixtures/ncpi/examples/CodeSystem-omim.json @@ -0,0 +1,2035 @@ +{ + "resourceType": "CodeSystem", + "id": "omim", + "text": { + "status": "generated", + "div": "

This code system https://omim.org/ defines many codes, of which the following are a subset:

CodeDisplay
OMIM:613801 Retinitis pigmentosa-40
OMIM:213300 Joubert syndrome 1
OMIM:615780 Retinitis pigmentosa 69
OMIM:613826 Leber congenital amaurosis 6
OMIM:310200 Duchenne muscular dystrophy
OMIM:617194 Lethal congenital contracture syndrome 11
OMIM:105400 AMYOTROPHIC LATERAL SCLEROSIS 1; ALS1
OMIM:108120 ARTHROGRYPOSIS, DISTAL, TYPE 1A; DA1A
OMIM:114300 ARTHROGRYPOSIS, DISTAL, TYPE 3; DA3
OMIM:115195 CARDIOMYOPATHY, FAMILIAL HYPERTROPHIC, 2; CMH2
OMIM:115196 CARDIOMYOPATHY, FAMILIAL HYPERTROPHIC, 3; CMH3
OMIM:115197 CARDIOMYOPATHY, FAMILIAL HYPERTROPHIC, 4; CMH4
OMIM:115200 CARDIOMYOPATHY, DILATED, 1A; CMD1A
OMIM:117000 CENTRAL CORE DISEASE OF MUSCLE; CCD
OMIM:117360 SPINOCEREBELLAR ATAXIA 29; SCA29
OMIM:119530 OROFACIAL CLEFT 1; OFC1
OMIM:122470 CORNELIA DE LANGE SYNDROME 1; CDLS1
OMIM:130600 ELLIPTOCYTOSIS 2; EL2
OMIM:135900 COFFIN-SIRIS SYNDROME 1; CSS1
OMIM:136140 FLOATING-HARBOR SYNDROME; FLHS
OMIM:137920 RENAL CYSTS AND DIABETES SYNDROME; RCAD
OMIM:139090 GRAY PLATELET SYNDROME; GPS
OMIM:139210 MYHRE SYNDROME; MYHRS
OMIM:143095 SPONDYLOEPIPHYSEAL DYSPLASIA WITH CONGENITAL JOINT DISLOCATIONS; SEDCJD
OMIM:143465 ATTENTION DEFICIT-HYPERACTIVITY DISORDER; ADHD
OMIM:147891 ISCHIOCOXOPODOPATELLAR SYNDROME WITH OR WITHOUT PULMONARY ARTERIAL HYPERTENSION; ICPPS
OMIM:147920 KABUKI SYNDROME 1; KABUK1
OMIM:148050 KBG SYNDROME; KBGS
OMIM:149400 HYPEREKPLEXIA 1; HKPX1
OMIM:152950 MICROCEPHALY WITH OR WITHOUT CHORIORETINOPATHY, LYMPHEDEMA, OR MENTAL RETARDATION; MCLMR
OMIM:153670 BERNARD-SOULIER SYNDROME, TYPE A2, AUTOSOMAL DOMINANT; BSSA2
OMIM:154400 ACROFACIAL DYSOSTOSIS 1, NAGER TYPE; AFD1
OMIM:154700 MARFAN SYNDROME; MFS
OMIM:155310 VISCERAL MYOPATHY; VSCM
OMIM:158590 NEURONOPATHY, DISTAL HEREDITARY MOTOR, TYPE IIA; HMN2A
OMIM:158810 BETHLEM MYOPATHY 1; BTHLM1
OMIM:159550 ATAXIA-PANCYTOPENIA SYNDROME; ATXPC
OMIM:160150 MYOPATHY, CENTRONUCLEAR, 1; CNM1
OMIM:160500 MYOPATHY, DISTAL, 1; MPD1
OMIM:160800 MYOTONIA CONGENITA, AUTOSOMAL DOMINANT
OMIM:160900 MYOTONIC DYSTROPHY 1; DM1
OMIM:161800 NEMALINE MYOPATHY 3; NEM3
OMIM:163950 NOONAN SYNDROME 1; NS1
OMIM:178110 CONTRACTURES, PTERYGIA, AND SPONDYLOCARPOTARSAL FUSION SYNDROME 1A; CPSFS1A
OMIM:178500 PULMONARY FIBROSIS, IDIOPATHIC; IPF
OMIM:180100 RETINITIS PIGMENTOSA 1; RP1
OMIM:180849 RUBINSTEIN-TAYBI SYNDROME 1; RSTS1
OMIM:181430 SCAPULOPERONEAL MYOPATHY, MYH7-RELATED; SPMM
OMIM:182601 SPASTIC PARAPLEGIA 4, AUTOSOMAL DOMINANT; SPG4
OMIM:188000 THROMBOCYTOPENIA 2; THC2
OMIM:191480 UNCOMBABLE HAIR SYNDROME 1; UHS1
OMIM:203800 ALSTROM SYNDROME; ALMS
OMIM:204200 CEROID LIPOFUSCINOSIS, NEURONAL, 3; CLN3
OMIM:204500 CEROID LIPOFUSCINOSIS, NEURONAL, 2; CLN2
OMIM:205100 AMYOTROPHIC LATERAL SCLEROSIS 2, JUVENILE; ALS2
OMIM:206900 MICROPHTHALMIA, SYNDROMIC 3; MCOPS3
OMIM:208900 ATAXIA-TELANGIECTASIA; AT
OMIM:209850 AUTISM
OMIM:209900 BARDET-BIEDL SYNDROME 1; BBS1
OMIM:210000 BEHR SYNDROME; BEHRS
OMIM:210720 MICROCEPHALIC OSTEODYSPLASTIC PRIMORDIAL DWARFISM, TYPE II; MOPD2
OMIM:210900 BLOOM SYNDROME; BLM
OMIM:212065 CONGENITAL DISORDER OF GLYCOSYLATION, TYPE Ia; CDG1A
OMIM:212066 CONGENITAL DISORDER OF GLYCOSYLATION, TYPE IIa; CDG2A
OMIM:214500 CHEDIAK-HIGASHI SYNDROME; CHS
OMIM:214800 CHARGE SYNDROME
OMIM:215500 CHOROIDAL DYSTROPHY, CENTRAL AREOLAR, 1; CACD1
OMIM:216400 COCKAYNE SYNDROME A; CSA
OMIM:216550 COHEN SYNDROME; COH1
OMIM:217080 JALILI SYNDROME
OMIM:217980 CORPUS CALLOSUM, AGENESIS OF, WITH FACIAL ANOMALIES AND ROBIN SEQUENCE
OMIM:218340 TEMTAMY SYNDROME; TEMTYS
OMIM:219200 CUTIS LAXA, AUTOSOMAL RECESSIVE, TYPE IIA; ARCL2A
OMIM:224050 CEREBELLAR ATAXIA, MENTAL RETARDATION, AND DYSEQUILIBRIUM SYNDROME 1; CAMRQ1
OMIM:224690 MEIER-GORLIN SYNDROME 1; MGORS1
OMIM:225753 PONTOCEREBELLAR HYPOPLASIA, TYPE 4; PCH4
OMIM:225790 PROLIFERATIVE VASCULOPATHY AND HYDRANENCEPHALY-HYDROCEPHALY SYNDROME; PVHH
OMIM:227650 FANCONI ANEMIA, COMPLEMENTATION GROUP A; FANCA
OMIM:229600 FRUCTOSE INTOLERANCE, HEREDITARY; HFI
OMIM:230000 FUCOSIDOSIS
OMIM:230500 GM1-GANGLIOSIDOSIS, TYPE I
OMIM:232300 GLYCOGEN STORAGE DISEASE II; GSD2
OMIM:232600 GLYCOGEN STORAGE DISEASE V; GSD5
OMIM:234200 NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 1; NBIA1
OMIM:234500 HARTNUP DISORDER; HND
OMIM:236000 LYMPHOMA, HODGKIN, CLASSIC; CHL
OMIM:236600 HYDROCEPHALUS, CONGENITAL, 1; HYC1
OMIM:236792 L-2-HYDROXYGLUTARIC ACIDURIA; L2HGA
OMIM:243310 BARAITSER-WINTER SYNDROME 1; BRWS1
OMIM:244450 KAUFMAN OCULOCEREBROFACIAL SYNDROME; KOS
OMIM:245200 KRABBE DISEASE
OMIM:245359 missing
OMIM:248200 STARGARDT DISEASE 1; STGD1
OMIM:248700 MARDEN-WALKER SYNDROME; MWKS
OMIM:249000 MECKEL SYNDROME, TYPE 1; MKS1
OMIM:249900 METACHROMATIC LEUKODYSTROPHY DUE TO SAPOSIN B DEFICIENCY
OMIM:250100 METACHROMATIC LEUKODYSTROPHY; MLD
OMIM:250620 3-HYDROXYISOBUTYRYL-CoA HYDROLASE DEFICIENCY; HIBCHD
OMIM:251200 MICROCEPHALY 1, PRIMARY, AUTOSOMAL RECESSIVE; MCPH1
OMIM:251260 NIJMEGEN BREAKAGE SYNDROME; NBS
OMIM:251280 DIENCEPHALIC-MESENCEPHALIC JUNCTION DYSPLASIA SYNDROME 1; DMJDS1
OMIM:251290 PSEUDO-TORCH SYNDROME 1; PTORCH1
OMIM:251300 GALLOWAY-MOWAT SYNDROME 1; GAMOS1
OMIM:252010 MITOCHONDRIAL COMPLEX I DEFICIENCY, NUCLEAR TYPE 1; MC1DN1
OMIM:252160 MOLYBDENUM COFACTOR DEFICIENCY, COMPLEMENTATION GROUP B; MOCODB
OMIM:252920 MUCOPOLYSACCHARIDOSIS, TYPE IIIB; MPS3B
OMIM:253250 MULIBREY NANISM
OMIM:253600 MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 1; LGMDR1
OMIM:253601 MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 2; LGMDR2
OMIM:253700 MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 5; LGMDR5
OMIM:254090 ULLRICH CONGENITAL MUSCULAR DYSTROPHY 1; UCMD1
OMIM:254110 MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 8; LGMDR8
OMIM:254300 MYASTHENIC SYNDROME, CONGENITAL, 10; CMS10
OMIM:254780 MYOCLONIC EPILEPSY OF LAFORA
OMIM:254940 CAREY-FINEMAN-ZITER SYNDROME; CFZS
OMIM:255310 MYOPATHY, CONGENITAL, WITH FIBER-TYPE DISPROPORTION; CFTD
OMIM:255320 MINICORE MYOPATHY WITH EXTERNAL OPHTHALMOPLEGIA
OMIM:255800 SCHWARTZ-JAMPEL SYNDROME, TYPE 1; SJS1
OMIM:256000 LEIGH SYNDROME; LS
OMIM:256300 NEPHROTIC SYNDROME, TYPE 1; NPHS1
OMIM:256600 NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 2A; NBIA2A
OMIM:256700 NEUROBLASTOMA, SUSCEPTIBILITY TO, 1; NBLST1
OMIM:256730 CEROID LIPOFUSCINOSIS, NEURONAL, 1; CLN1
OMIM:256731 CEROID LIPOFUSCINOSIS, NEURONAL, 5; CLN5
OMIM:256800 INSENSITIVITY TO PAIN, CONGENITAL, WITH ANHIDROSIS; CIPA
OMIM:256850 GIANT AXONAL NEUROPATHY 1, AUTOSOMAL RECESSIVE; GAN1
OMIM:257220 NIEMANN-PICK DISEASE, TYPE C1; NPC1
OMIM:257320 LISSENCEPHALY 2; LIS2
OMIM:260400 SHWACHMAN-DIAMOND SYNDROME 1; SDS1
OMIM:260565 PEHO SYNDROME; PEHO
OMIM:261630 HYPERPHENYLALANINEMIA, BH4-DEFICIENT, C; HPABH4C
OMIM:262500 LARON SYNDROME
OMIM:263200 POLYCYSTIC KIDNEY DISEASE 4 WITH OR WITHOUT POLYCYSTIC LIVER DISEASE; PKD4
OMIM:265000 MULTIPLE PTERYGIUM SYNDROME, ESCOBAR VARIANT; EVMPS
OMIM:266100 EPILEPSY, PYRIDOXINE-DEPENDENT; EPD
OMIM:266265 CONGENITAL DISORDER OF GLYCOSYLATION, TYPE IIc; CDG2C
OMIM:266500 REFSUM DISEASE, CLASSIC
OMIM:266510 PEROXISOME BIOGENESIS DISORDER 3B; PBD3B
OMIM:268800 SANDHOFF DISEASE
OMIM:270200 SJOGREN-LARSSON SYNDROME; SLS
OMIM:270800 SPASTIC PARAPLEGIA 5A, AUTOSOMAL RECESSIVE; SPG5A
OMIM:271900 CANAVAN DISEASE
OMIM:272800 TAY-SACHS DISEASE; TSD
OMIM:273300 TESTICULAR GERM CELL TUMOR; TGCT
OMIM:274000 THROMBOCYTOPENIA-ABSENT RADIUS SYNDROME; TAR
OMIM:276901 USHER SYNDROME, TYPE IIA; USH2A
OMIM:277470 PONTOCEREBELLAR HYPOPLASIA, TYPE 2A; PCH2A
OMIM:300029 RETINITIS PIGMENTOSA 3; RP3
OMIM:300067 LISSENCEPHALY, X-LINKED, 1; LISX1
OMIM:300088 DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 9; DEE9
OMIM:300100 ADRENOLEUKODYSTROPHY; ALD
OMIM:300376 MUSCULAR DYSTROPHY, BECKER TYPE; BMD
OMIM:300387 MENTAL RETARDATION, X-LINKED 63; MRX63
OMIM:300476 CONE-ROD DYSTROPHY, X-LINKED, 3; CORDX3
OMIM:300486 MENTAL RETARDATION, X-LINKED, WITH CEREBELLAR HYPOPLASIA AND DISTINCTIVE FACIAL APPEARANCE
OMIM:300495 AUTISM, SUSCEPTIBILITY TO, X-LINKED 2; AUTSX2
OMIM:300523 ALLAN-HERNDON-DUDLEY SYNDROME; AHDS
OMIM:300534 MENTAL RETARDATION, X-LINKED, SYNDROMIC, CLAES-JENSEN TYPE; MRXSCJ
OMIM:300695 SCAPULOPERONEAL MYOPATHY, X-LINKED DOMINANT; SPM
OMIM:300749 MENTAL RETARDATION AND MICROCEPHALY WITH PONTINE AND CEREBELLAR HYPOPLASIA; MICPCH
OMIM:300804 JOUBERT SYNDROME 10; JBTS10
OMIM:300881 MOVED TO 615777
OMIM:300882 CORNELIA DE LANGE SYNDROME 5; CDLS5
OMIM:300894 NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 5; NBIA5
OMIM:300908 ANEMIA, NONSPHEROCYTIC HEMOLYTIC, DUE TO G6PD DEFICIENCY
OMIM:300957 MENTAL RETARDATION, X-LINKED 12; MRX12
OMIM:300958 INTELLECTUAL DEVELOPMENTAL DISORDER, X-LINKED, SYNDROMIC, SNIJDERS BLOK TYPE; MRXSSB
OMIM:300966 MENTAL RETARDATION, X-LINKED, SYNDROMIC 33; MRXS33
OMIM:300968 MENTAL RETARDATION, X-LINKED 99, SYNDROMIC, FEMALE-RESTRICTED; MRXS99F
OMIM:300983 MENTAL RETARDATION, X-LINKED 104; MRX104
OMIM:300986 MENTAL RETARDATION, X-LINKED, SYNDROMIC, BAIN TYPE; MRXSB
OMIM:301050 ALPORT SYNDROME 1, X-LINKED; ATS1
OMIM:301310 ANEMIA, SIDEROBLASTIC, AND SPINOCEREBELLAR ATAXIA; ASAT
OMIM:304340 PETTIGREW SYNDROME; PGS
OMIM:305100 ECTODERMAL DYSPLASIA 1, HYPOHIDROTIC, X-LINKED; XHED
OMIM:308350 DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 1; DEE1
OMIM:309500 RENPENNING SYNDROME 1; RENS1
OMIM:309541 METHYLMALONIC ACIDEMIA AND HOMOCYSTEINEMIA, cblX TYPE
OMIM:309580 MENTAL RETARDATION-HYPOTONIC FACIES SYNDROME, X-LINKED, 1; MRXHF1
OMIM:310468 NEPHROLITHIASIS, X-LINKED RECESSIVE, WITH RENAL FAILURE; XRN
OMIM:311070 CHARCOT-MARIE-TOOTH DISEASE, X-LINKED RECESSIVE, 5; CMTX5
OMIM:313850 THORACOABDOMINAL SYNDROME; THAS
OMIM:314580 WIEACKER-WOLFF SYNDROME; WRWF
OMIM:600059 RETINITIS PIGMENTOSA 13; RP13
OMIM:600105 RETINITIS PIGMENTOSA 12; RP12
OMIM:600118 WARBURG MICRO SYNDROME 1; WARBM1
OMIM:600132 RETINITIS PIGMENTOSA 14; RP14
OMIM:600138 RETINITIS PIGMENTOSA 11; RP11
OMIM:600143 CEROID LIPOFUSCINOSIS, NEURONAL, 8; CLN8
OMIM:600334 TIBIAL MUSCULAR DYSTROPHY, TARDIVE; TMD
OMIM:600373 CODAS SYNDROME
OMIM:600618 ETS VARIANT GENE 6; ETV6
OMIM:600995 NEPHROTIC SYNDROME, TYPE 2; NPHS2
OMIM:601088 AYME-GRIPP SYNDROME; AYGRP
OMIM:601414 RETINITIS PIGMENTOSA 18; RP18
OMIM:601419 MYOPATHY, MYOFIBRILLAR, 1; MFM1
OMIM:601680 ARTHROGRYPOSIS, DISTAL, TYPE 2B1; DA2B1
OMIM:601718 RETINITIS PIGMENTOSA 19; RP19
OMIM:601780 CEROID LIPOFUSCINOSIS, NEURONAL, 6; CLN6
OMIM:601815 PHOSPHOGLYCERATE DEHYDROGENASE DEFICIENCY; PHGDHD
OMIM:601954 MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 7; LGMDR7
OMIM:602482 AXENFELD-RIEGER SYNDROME, TYPE 3; RIEG3
OMIM:602579 CONGENITAL DISORDER OF GLYCOSYLATION, TYPE Ib; CDG1B
OMIM:602772 RETINITIS PIGMENTOSA 25; RP25
OMIM:603511 MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL DOMINANT 1; LGMDD1
OMIM:603896 LEUKOENCEPHALOPATHY WITH VANISHING WHITE MATTER; VWM
OMIM:604004 MEGALENCEPHALIC LEUKOENCEPHALOPATHY WITH SUBCORTICAL CYSTS 1; MLC1
OMIM:604116 CONE-ROD DYSTROPHY 3; CORD3
OMIM:604273 MITOCHONDRIAL COMPLEX V (ATP SYNTHASE) DEFICIENCY, NUCLEAR TYPE 1; MC5DN1
OMIM:604286 MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 4; LGMDR4
OMIM:604317 MICROCEPHALY 2, PRIMARY, AUTOSOMAL RECESSIVE, WITH OR WITHOUT CORTICAL MALFORMATIONS; MCPH2
OMIM:604360 SPASTIC PARAPLEGIA 11, AUTOSOMAL RECESSIVE; SPG11
OMIM:604387 NEPHRONOPHTHISIS 3; NPHP3
OMIM:604537 LEBER CONGENITAL AMAUROSIS 5; LCA5
OMIM:604592 T CELL IMMUNE REGULATOR 1; TCIRG1
OMIM:605130 WIEDEMANN-STEINER SYNDROME; WDSTS
OMIM:605355 NEMALINE MYOPATHY 5; NEM5
OMIM:605407 SEGAWA SYNDROME, AUTOSOMAL RECESSIVE
OMIM:605637 MYOPATHY, PROXIMAL, WITH OPHTHALMOPLEGIA; MYPOP
OMIM:605670 LATE-ONSET RETINAL DEGENERATION; LORD
OMIM:605820 NONAKA MYOPATHY; NM
OMIM:605899 GLYCINE ENCEPHALOPATHY; GCE
OMIM:606068 RETINITIS PIGMENTOSA 28; RP28
OMIM:606170 GENITOPATELLAR SYNDROME; GTPTS
OMIM:606232 PHELAN-MCDERMID SYNDROME; PHMDS
OMIM:606777 GLUT1 DEFICIENCY SYNDROME 1; GLUT1DS1
OMIM:606854 POLYMICROGYRIA, BILATERAL FRONTOPARIETAL; BFPP
OMIM:606966 NEPHRONOPHTHISIS 4; NPHP4
OMIM:606996 SENIOR-LOKEN SYNDROME 4; SLSN4
OMIM:607015 HURLER-SCHEIE SYNDROME
OMIM:607155 MUSCULAR DYSTROPHY-DYSTROGLYCANOPATHY (LIMB-GIRDLE), TYPE C, 5; MDDGC5
OMIM:607196 MICROCEPHALY, AMISH TYPE; MCPHA
OMIM:607225 SPASTIC PARALYSIS, INFANTILE-ONSET ASCENDING; IAHSP
OMIM:607426 COENZYME Q10 DEFICIENCY, PRIMARY, 1; COQ10D1
OMIM:607432 LISSENCEPHALY 1; LIS1
OMIM:607483 THIAMINE METABOLISM DYSFUNCTION SYNDROME 2 (BIOTIN- OR THIAMINE-RESPONSIVE TYPE); THMD2
OMIM:607595 MOVED TO 175780
OMIM:607596 PONTOCEREBELLAR HYPOPLASIA, TYPE 1A; PCH1A
OMIM:607855 MUSCULAR DYSTROPHY, CONGENITAL MEROSIN-DEFICIENT, 1A; MDC1A
OMIM:608027 PONTOCEREBELLAR HYPOPLASIA, TYPE 3; PCH3
OMIM:608091 JOUBERT SYNDROME 2; JBTS2
OMIM:608099 MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 3; LGMDR3
OMIM:608133 RETINITIS PIGMENTOSA 7; RP7
OMIM:608358 MYOPATHY, MYOSIN STORAGE, AUTOSOMAL DOMINANT; MSMA
OMIM:608380 RETINITIS PIGMENTOSA 26; RP26
OMIM:608393 MICROCEPHALY 6, PRIMARY, AUTOSOMAL RECESSIVE; MCPH6
OMIM:608415 PROLONGED ELECTRORETINAL RESPONSE SUPPRESSION; PERRS
OMIM:608423 MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL DOMINANT 2; LGMDD2
OMIM:608540 CONGENITAL DISORDER OF GLYCOSYLATION, TYPE Ik; CDG1K
OMIM:608629 JOUBERT SYNDROME 3; JBTS3
OMIM:608643 AROMATIC L-AMINO ACID DECARBOXYLASE DEFICIENCY
OMIM:608716 MICROCEPHALY 5, PRIMARY, AUTOSOMAL RECESSIVE; MCPH5
OMIM:608804 LEUKODYSTROPHY, HYPOMYELINATING, 2; HLD2
OMIM:608807 MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 10; LGMDR10
OMIM:609033 POSTERIOR COLUMN ATAXIA WITH RETINITIS PIGMENTOSA; AXPC1
OMIM:609056 SALT AND PEPPER DEVELOPMENTAL REGRESSION SYNDROME; SPDRS
OMIM:609195 SPASTIC PARAPLEGIA 26, AUTOSOMAL RECESSIVE; SPG26
OMIM:609200 MYOPATHY, MYOFIBRILLAR, 3; MFM3
OMIM:609260 CHARCOT-MARIE-TOOTH DISEASE, AXONAL, AUTOSOMAL DOMINANT, TYPE 2A2A; CMT2A2A
OMIM:609270 SPINOCEREBELLAR ATAXIA, AUTOSOMAL RECESSIVE 7; SCAR7
OMIM:609304 DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 3; DEE3
OMIM:609524 MYOPATHY, MYOFIBRILLAR, 5; MFM5
OMIM:609560 MITOCHONDRIAL DNA DEPLETION SYNDROME 2 (MYOPATHIC TYPE); MTDPS2
OMIM:609923 RETINITIS PIGMENTOSA 31; RP31
OMIM:610019 CATARACT 18; CTRCT18
OMIM:610031 CORTICAL DYSPLASIA, COMPLEX, WITH OTHER BRAIN MALFORMATIONS 7; CDCBM7
OMIM:610127 CEROID LIPOFUSCINOSIS, NEURONAL, 10; CLN10
OMIM:610181 AICARDI-GOUTIERES SYNDROME 2; AGS2
OMIM:610188 JOUBERT SYNDROME 5; JBTS5
OMIM:610217 NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 2B; NBIA2B
OMIM:610329 AICARDI-GOUTIERES SYNDROME 3; AGS3
OMIM:610333 AICARDI-GOUTIERES SYNDROME 4; AGS4
OMIM:610359 RETINITIS PIGMENTOSA 33; RP33
OMIM:610443 KOOLEN-DE VRIES SYNDROME; KDVS
OMIM:610444 NIGHT BLINDNESS, CONGENITAL STATIONARY, AUTOSOMAL DOMINANT 3; CSNBAD3
OMIM:610489 PIGMENTED NODULAR ADRENOCORTICAL DISEASE, PRIMARY, 1; PPNAD1
OMIM:610532 LEUKODYSTROPHY, HYPOMYELINATING, 5; HLD5
OMIM:610688 JOUBERT SYNDROME 6; JBTS6
OMIM:610725 NEPHROTIC SYNDROME, TYPE 3; NPHS3
OMIM:610951 CEROID LIPOFUSCINOSIS, NEURONAL, 7; CLN7
OMIM:611091 MENTAL RETARDATION, AUTOSOMAL RECESSIVE 5; MRT5
OMIM:611302 SPASTIC ATAXIA 2, AUTOSOMAL RECESSIVE; SPAX2
OMIM:611307 MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 12; LGMDR12
OMIM:611560 JOUBERT SYNDROME 7; JBTS7
OMIM:611603 LISSENCEPHALY 3; LIS3
OMIM:611705 SALIH MYOPATHY; SALMY
OMIM:611721 COMBINED SAPOSIN DEFICIENCY
OMIM:611726 EPILEPSY, PROGRESSIVE MYOCLONIC, 3, WITH OR WITHOUT INTRACELLULAR INCLUSIONS; EPM3
OMIM:611755 LEBER CONGENITAL AMAUROSIS 10; LCA10
OMIM:612015 CONGENITAL DISORDER OF GLYCOSYLATION, TYPE In; CDG1N
OMIM:612095 RETINITIS PIGMENTOSA 41; RP41
OMIM:612126 GLUT1 DEFICIENCY SYNDROME 2; GLUT1DS2
OMIM:612285 JOUBERT SYNDROME 9; JBTS9
OMIM:612337 MENTAL RETARDATION, AUTOSOMAL DOMINANT 22; MRD22
OMIM:612370 HYPOGONADOTROPIC HYPOGONADISM 5 WITH OR WITHOUT ANOSMIA; HH5
OMIM:612438 LEUKODYSTROPHY, HYPOMYELINATING, 6; HLD6
OMIM:612528 DIAMOND-BLACKFAN ANEMIA 5; DBA5
OMIM:612621 MENTAL RETARDATION, AUTOSOMAL DOMINANT 5; MRD5
OMIM:612712 LEBER CONGENITAL AMAUROSIS 13; LCA13
OMIM:612716 DYSTONIA, DOPA-RESPONSIVE, DUE TO SEPIAPTERIN REDUCTASE DEFICIENCY
OMIM:612780 SEIZURES, SENSORINEURAL DEAFNESS, ATAXIA, MENTAL RETARDATION, AND ELECTROLYTE IMBALANCE; SESAMES
OMIM:612936 SPASTIC PARAPLEGIA 50, AUTOSOMAL RECESSIVE; SPG50
OMIM:612943 RETINITIS PIGMENTOSA 42; RP42
OMIM:612951 LEUKOENCEPHALOPATHY, CYSTIC, WITHOUT MEGALENCEPHALY
OMIM:613065 LEUKEMIA, ACUTE LYMPHOBLASTIC; ALL
OMIM:613091 SHORT-RIB THORACIC DYSPLASIA 3 WITH OR WITHOUT POLYDACTYLY; SRTD3
OMIM:613155 MUSCULAR DYSTROPHY-DYSTROGLYCANOPATHY (CONGENITAL WITH IMPAIRED INTELLECTUAL IMPAIRMENT), TYPE B, 1; MDDGB1
OMIM:613156 MUSCULAR DYSTROPHY-DYSTROGLYCANOPATHY (CONGENITAL WITH IMPAIRED INTELLECTUAL DEVELOPMENT), TYPE B, 2; MDDGB2
OMIM:613158 MUSCULAR DYSTROPHY-DYSTROGLYCANOPATHY (LIMB-GIRDLE), TYPE C, 2; MDDGC2
OMIM:613192 MENTAL RETARDATION, AUTOSOMAL RECESSIVE 13; MRT13
OMIM:613205 MUSCULAR DYSTROPHY, CONGENITAL, LMNA-RELATED
OMIM:613216 NIGHT BLINDNESS, CONGENITAL STATIONARY, TYPE 1C; CSNB1C
OMIM:613217 DIARRHEA 5, WITH TUFTING ENTEROPATHY, CONGENITAL; DIAR5
OMIM:613402 MICROCEPHALY, SEIZURES, AND DEVELOPMENTAL DELAY; MCSZ
OMIM:613428 RETINITIS PIGMENTOSA 54; RP54
OMIM:613454 RETT SYNDROME, CONGENITAL VARIANT
OMIM:613550 NEPHRONOPHTHISIS 11; NPHP11
OMIM:613561 MYOPATHY, LACTIC ACIDOSIS, AND SIDEROBLASTIC ANEMIA 2; MLASA2
OMIM:613587 OCCULT MACULAR DYSTROPHY; OCMD
OMIM:613612 CONGENITAL DISORDER OF GLYCOSYLATION, TYPE IIi; CDG2I
OMIM:613660 CONE-ROD DYSTROPHY 15; CORD15
OMIM:613668 MICROCEPHALY, POSTNATAL PROGRESSIVE, WITH SEIZURES AND BRAIN ATROPHY
OMIM:613680 BEAULIEU-BOYCOTT-INNES SYNDROME; BBIS
OMIM:613684 RUBINSTEIN-TAYBI SYNDROME 2; RSTS2
OMIM:613690 CARDIOMYOPATHY, FAMILIAL HYPERTROPHIC, 7; CMH7
OMIM:613706 NOONAN SYNDROME 7; NS7
OMIM:613722 DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 12; DEE12
OMIM:613731 RETINITIS PIGMENTOSA 4; RP4
OMIM:613744 SPASTIC PARAPLEGIA 51, AUTOSOMAL RECESSIVE; SPG51
OMIM:613750 RETINITIS PIGMENTOSA 27; RP27
OMIM:613756 RETINITIS PIGMENTOSA 49; RP49
OMIM:613767 RETINITIS PIGMENTOSA 45; RP45
OMIM:613794 RETINITIS PIGMENTOSA 20; RP20
OMIM:613809 RETINITIS PIGMENTOSA 39; RP39
OMIM:613810 RETINITIS PIGMENTOSA 43; RP43
OMIM:613811 PONTOCEREBELLAR HYPOPLASIA, TYPE 2D; PCH2D
OMIM:613820 NEPHRONOPHTHISIS 12; NPHP12
OMIM:613835 LEBER CONGENITAL AMAUROSIS 8; LCA8
OMIM:613861 RETINITIS PIGMENTOSA 59; RP59
OMIM:613862 RETINITIS PIGMENTOSA 38; RP38
OMIM:614034 HEME OXYGENASE 1 DEFICIENCY; HMOX1D
OMIM:614065 MYOPATHY, DISTAL, 4; MPD4
OMIM:614173 JOUBERT SYNDROME 13; JBTS13
OMIM:614180 RETINITIS PIGMENTOSA 61; RP61
OMIM:614181 RETINITIS PIGMENTOSA 62; RP62
OMIM:614199 NEPHROTIC SYNDROME, TYPE 5, WITH OR WITHOUT OCULAR ABNORMALITIES; NPHS5
OMIM:614202 RAFIQ SYNDROME; RAFQS
OMIM:614225 WARBURG MICRO SYNDROME 2; WARBM2
OMIM:614254 NEURODEVELOPMENTAL DISORDER WITH OR WITHOUT HYPERKINETIC MOVEMENTS AND SEIZURES, AUTOSOMAL DOMINANT; NDHMSD
OMIM:614255 NESCAV SYNDROME; NESCAVS
OMIM:614299 MULTIPLE MITOCHONDRIAL DYSFUNCTIONS SYNDROME 2 WITH HYPERGLYCINEMIA; MMDS2
OMIM:614381 LEUKODYSTROPHY, HYPOMYELINATING, 8, WITH OR WITHOUT OLIGODONTIA AND/OR HYPOGONADOTROPIC HYPOGONADISM; HLD8
OMIM:614424 JOUBERT SYNDROME 14; JBTS14
OMIM:614500 CONE-ROD DYSTROPHY 16; CORD16
OMIM:614557 EHLERS-DANLOS SYNDROME, KYPHOSCOLIOTIC TYPE, 2; EDSKSCL2
OMIM:614607 COFFIN-SIRIS SYNDROME 2; CSS2
OMIM:614615 JOUBERT SYNDROME 17; JBTS17
OMIM:614669 AURICULOCONDYLAR SYNDROME 2; ARCND2
OMIM:614678 PONTOCEREBELLAR HYPOPLASIA, TYPE 1B; PCH1B
OMIM:614744 FACIAL PARESIS, HEREDITARY CONGENITAL, 3; HCFP3
OMIM:614753 SOTOS SYNDROME 2; SOTOS2
OMIM:614831 SPINOCEREBELLAR ATAXIA, AUTOSOMAL RECESSIVE 13; SCAR13
OMIM:614833 MICROCEPHALY, SHORT STATURE, AND POLYMICROGYRIA WITH OR WITHOUT SEIZURES; MSSP
OMIM:614876 PEROXISOME BIOGENESIS DISORDER 8A (ZELLWEGER); PBD8A
OMIM:614877 PEROXISOME BIOGENESIS DISORDER 8B; PBD8B
OMIM:614932 COMBINED OXIDATIVE PHOSPHORYLATION DEFICIENCY 13; COXPD13
OMIM:614945 DEAFNESS, AUTOSOMAL RECESSIVE 18B; DFNB18B
OMIM:615030 SPASTIC PARAPLEGIA 56, AUTOSOMAL RECESSIVE; SPG56
OMIM:615031 SPASTIC PARAPLEGIA 49, AUTOSOMAL RECESSIVE; SPG49
OMIM:615065 ARTHROGRYPOSIS, DISTAL, TYPE 5D; DA5D
OMIM:615071 ALAZAMI SYNDROME; ALAZS
OMIM:615095 MICROCEPHALY 10, PRIMARY, AUTOSOMAL RECESSIVE; MCPH10
OMIM:615181 MUSCULAR DYSTROPHY-DYSTROGLYCANOPATHY (CONGENITAL WITH BRAIN AND EYE ANOMALIES), TYPE A, 11; MDDGA11
OMIM:615190 DYSKERATOSIS CONGENITA, AUTOSOMAL RECESSIVE 5; DKCB5
OMIM:615191 LISSENCEPHALY 5; LIS5
OMIM:615268 CEREBELLAR ATAXIA, MENTAL RETARDATION, AND DYSEQUILIBRIUM SYNDROME 4; CAMRQ4
OMIM:615286 MENTAL RETARDATION, AUTOSOMAL RECESSIVE 36; MRT36
OMIM:615352 MUSCULAR DYSTROPHY-DYSTROGLYCANOPATHY (LIMB-GIRDLE), TYPE C, 14; MDDGC14
OMIM:615411 CORTICAL DYSPLASIA, COMPLEX, WITH OTHER BRAIN MALFORMATIONS 3; CDCBM3
OMIM:615412 CORTICAL DYSPLASIA, COMPLEX, WITH OTHER BRAIN MALFORMATIONS 4; CDCBM4
OMIM:615419 HYPOTONIA, INFANTILE, WITH PSYCHOMOTOR RETARDATION AND CHARACTERISTIC FACIES 1; IHPRF1
OMIM:615471 MITOCHONDRIAL DNA DEPLETION SYNDROME 13 (ENCEPHALOMYOPATHIC TYPE); MTDPS13
OMIM:615476 DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 18; DEE18
OMIM:615485 BAINBRIDGE-ROPERS SYNDROME; BRPS
OMIM:615502 MENTAL RETARDATION, AUTOSOMAL DOMINANT 21; MRD21
OMIM:615546 VAN MALDERGEM SYNDROME 2; VMLDS2
OMIM:615574 ASPARAGINE SYNTHETASE DEFICIENCY; ASNSD
OMIM:615681 SPASTIC PARAPLEGIA 62, AUTOSOMAL RECESSIVE; SPG62
OMIM:615715 BONE MARROW FAILURE SYNDROME 2; BMFS2
OMIM:615716 HYPERPHOSPHATASIA WITH MENTAL RETARDATION SYNDROME 4; HPMRS4
OMIM:615760 MICROCEPHALY, PROGRESSIVE, WITH SEIZURES AND CEREBRAL AND CEREBELLAR ATROPHY; MSCCA
OMIM:615763 CORTICAL DYSPLASIA, COMPLEX, WITH OTHER BRAIN MALFORMATIONS 5; CDCBM5
OMIM:615809 PONTOCEREBELLAR HYPOPLASIA, TYPE 9; PCH9
OMIM:615829 XIA-GIBBS SYNDROME; XIGIS
OMIM:615834 MENTAL RETARDATION, AUTOSOMAL DOMINANT 26; MRD26
OMIM:615846 AICARDI-GOUTIERES SYNDROME 7; AGS7
OMIM:615866 COFFIN-SIRIS SYNDROME 9; CSS9
OMIM:615909 DIAMOND-BLACKFAN ANEMIA 13; DBA13
OMIM:615948 OROFACIODIGITAL SYNDROME XIV; OFD14
OMIM:615959 MYOPATHY, CENTRONUCLEAR, 5; CNM5
OMIM:615960 PORETTI-BOLTSHAUSER SYNDROME; PTBHS
OMIM:615973 CONE-ROD DYSTROPHY 20; CORD20
OMIM:615981 BARDET-BIEDL SYNDROME 2; BBS2
OMIM:615982 BARDET-BIEDL SYNDROME 4; BBS4
OMIM:615983 BARDET-BIEDL SYNDROME 5; BBS5
OMIM:615993 BARDET-BIEDL SYNDROME 16; BBS16
OMIM:616051 MICROCEPHALY 13, PRIMARY, AUTOSOMAL RECESSIVE; MCPH13
OMIM:616056 DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 26; DEE26
OMIM:616081 PONTOCEREBELLAR HYPOPLASIA, TYPE 1C; PCH1C
OMIM:616094 MUSCULAR DYSTROPHY-DYSTROGLYCANOPATHY (LIMB-GIRDLE), TYPE C, 12; MDDGC12
OMIM:616127 SPINOCEREBELLAR ATAXIA, AUTOSOMAL RECESSIVE 17; SCAR17
OMIM:616140 LEUKODYSTROPHY, HYPOMYELINATING, 9; HLD9
OMIM:616155 CHARCOT-MARIE-TOOTH DISEASE, AXONAL, TYPE 2S; CMT2S
OMIM:616171 MICROCEPHALY AND CHORIORETINOPATHY, AUTOSOMAL RECESSIVE, 2; MCCRP2
OMIM:616199 POLYGLUCOSAN BODY MYOPATHY 2; PGBM2
OMIM:616211 DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 28; DEE28
OMIM:616263 NEUROLOGIC, ENDOCRINE, AND PANCREATIC DISEASE, MULTISYSTEM, INFANTILE-ONSET; IMNEPD
OMIM:616266 CONGENITAL CONTRACTURES OF THE LIMBS AND FACE, HYPOTONIA, AND DEVELOPMENTAL DELAY; CLIFAHDD
OMIM:616271 3-METHYLGLUTACONIC ACIDURIA, TYPE VII; MGCA7
OMIM:616277 MITOCHONDRIAL SHORT-CHAIN ENOYL-CoA HYDRATASE 1 DEFICIENCY; ECHS1D
OMIM:616281 NEURODEVELOPMENTAL DISORDER WITH SPASTIC PARAPLEGIA AND MICROCEPHALY; NEDSPM
OMIM:616321 MYASTHENIC SYNDROME, CONGENITAL, 3A, SLOW-CHANNEL; CMS3A
OMIM:616354 SPINOCEREBELLAR ATAXIA, AUTOSOMAL RECESSIVE 20; SCAR20
OMIM:616394 RETINITIS PIGMENTOSA 71; RP71
OMIM:616420 LEUKODYSTROPHY, HYPOMYELINATING, 10; HLD10
OMIM:616421 MYOCLONIC-ATONIC EPILEPSY; MAE
OMIM:616471 BETHLEM MYOPATHY 2; BTHLM2
OMIM:616490 JOUBERT SYNDROME 23; JBTS23
OMIM:616531 POLYMICROGYRIA, PERISYLVIAN, WITH CEREBELLAR HYPOPLASIA AND ARTHROGRYPOSIS; PMGYCHA
OMIM:616544 RETINITIS PIGMENTOSA 73; RP73
OMIM:616562 RETINITIS PIGMENTOSA 74; RP74
OMIM:616564 NOONAN SYNDROME 10; NS10
OMIM:616632 SEIZURES, CORTICAL BLINDNESS, AND MICROCEPHALY SYNDROME; SCBMS
OMIM:616647 DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 35; DEE35
OMIM:616649 SPHEROCYTOSIS, TYPE 2; SPH2
OMIM:616651 ROIFMAN SYNDROME; RFMN
OMIM:616654 JOUBERT SYNDROME 24; JBTS24
OMIM:616657 SPASTIC TETRAPLEGIA, THIN CORPUS CALLOSUM, AND PROGRESSIVE MICROCEPHALY; SPATCCM
OMIM:616668 CHARCOT-MARIE-TOOTH DISEASE, AXONAL, TYPE 2X; CMT2X
OMIM:616683 LEUKODYSTROPHY, HYPOMYELINATING, 12; HLD12
OMIM:616721 CONGENITAL DISORDER OF GLYCOSYLATION, TYPE IIn; CDG2N
OMIM:616732 OPTIC ATROPHY 10 WITH OR WITHOUT ATAXIA, MENTAL RETARDATION, AND SEIZURES; OPA10
OMIM:616738 RADIOULNAR SYNOSTOSIS WITH AMEGAKARYOCYTIC THROMBOCYTOPENIA 2; RUSAT2
OMIM:616740 IMMUNODEFICIENCY 46; IMD46
OMIM:616789 MENTAL RETARDATION AND DISTINCTIVE FACIAL FEATURES WITH OR WITHOUT CARDIAC DEFECTS; MRFACD
OMIM:616801 HYPOTONIA, INFANTILE, WITH PSYCHOMOTOR RETARDATION AND CHARACTERISTIC FACIES 2; IHPRF2
OMIM:616875 CEREBELLAR ATROPHY, VISUAL IMPAIRMENT, AND PSYCHOMOTOR RETARDATION; CAVIPMR
OMIM:616892 NEPHROTIC SYNDROME, TYPE 12; NPHS12
OMIM:616900 HYPOTONIA, INFANTILE, WITH PSYCHOMOTOR RETARDATION AND CHARACTERISTIC FACIES 3; IHPRF3
OMIM:616973 MENTAL RETARDATION, AUTOSOMAL DOMINANT 42; MRD42
OMIM:617011 MACROCEPHALY, DYSMORPHIC FACIES, AND PSYCHOMOTOR RETARDATION; MDFPMR
OMIM:617013 HYPERMANGANESEMIA WITH DYSTONIA 2; HMNDYT2
OMIM:617047 CARDIOMYOPATHY, FAMILIAL HYPERTROPHIC, 26; CMH26
OMIM:617052 BONE MARROW FAILURE SYNDROME 3; BMFS3
OMIM:617053 MIRAGE SYNDROME; MIRAGE
OMIM:617093 GROWTH RETARDATION, IMPAIRED INTELLECTUAL DEVELOPMENT, HYPOTONIA, AND HEPATOPATHY; GRIDHH
OMIM:617106 DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 42; DEE42
OMIM:617120 JOUBERT SYNDROME 27; JBTS27
OMIM:617121 JOUBERT SYNDROME 28; JBTS28
OMIM:617123 RETINITIS PIGMENTOSA 76; RP76
OMIM:617137 FRONTOMETAPHYSEAL DYSPLASIA 2; FMD2
OMIM:617146 ARTHROGRYPOSIS, DISTAL, WITH IMPAIRED PROPRIOCEPTION AND TOUCH; DAIPT
OMIM:617183 HAREL-YOON SYNDROME; HAYOS
OMIM:617193 ENCEPHALOPATHY, PROGRESSIVE, EARLY-ONSET, WITH BRAIN ATROPHY AND THIN CORPUS CALLOSUM; PEBAT
OMIM:617222 SUDDEN CARDIAC FAILURE, INFANTILE; SCFI
OMIM:617276 DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 48; DEE48
OMIM:617330 HYPOTONIA, ATAXIA, AND DELAYED DEVELOPMENT SYNDROME; HADDS
OMIM:617350 DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 52; DEE52
OMIM:617397 PSEUDO-TORCH SYNDROME 2; PTORCH2
OMIM:617433 RETINITIS PIGMENTOSA 78; RP78
OMIM:617443 BLEEDING DISORDER, PLATELET-TYPE, 21; BDPLT21
OMIM:617460 RETINITIS PIGMENTOSA 79; RP79
OMIM:617481 NEURODEVELOPMENTAL DISORDER WITH MICROCEPHALY, HYPOTONIA, AND VARIABLE BRAIN ANOMALIES; NMIHBA
OMIM:617537 RAHMAN SYNDROME; RMNS
OMIM:617547 RETINAL DYSTROPHY WITH OR WITHOUT MACULAR STAPHYLOMA; RDMS
OMIM:617622 JOUBERT SYNDROME 30; JBTS30
OMIM:617675 MYOPATHY, MITOCHONDRIAL, AND ATAXIA; MMYAT
OMIM:617681 BLEPHAROCHEILODONTIC SYNDROME 2; BCDS2
OMIM:617694 AL KAISSI SYNDROME; ALKAS
OMIM:617781 RETINITIS PIGMENTOSA 80; RP80
OMIM:617805 RENAL HYPODYSPLASIA/APLASIA 3; RHDA3
OMIM:617807 NEURODEVELOPMENTAL DISORDER WITH ATAXIC GAIT, ABSENT SPEECH, AND DECREASED CORTICAL WHITE MATTER; NDAGSCW
OMIM:617829 EPILEPTIC ENCEPHALOPATHY, INFANTILE OR EARLY CHILDHOOD, 2; IECEE2
OMIM:617873 COMBINED OXIDATIVE PHOSPHORYLATION DEFICIENCY 35; COXPD35
OMIM:617948 ELLIPTOCYTOSIS 3; EL3
OMIM:617954 MULTIPLE MITOCHONDRIAL DYSFUNCTIONS SYNDROME 6; MMDS6
OMIM:618056 NEURODEVELOPMENTAL DISORDER WITH CEREBELLAR ATROPHY AND WITH OR WITHOUT SEIZURES; NEDCAS
OMIM:618088 NEURODEVELOPMENTAL DISORDER WITH REGRESSION, ABNORMAL MOVEMENTS, LOSS OF SPEECH, AND SEIZURES; NEDAMSS
OMIM:618129 MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL DOMINANT 4; LGMDD4
OMIM:618138 MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 23; LGMDR23
OMIM:618174 CORTICAL DYSPLASIA, COMPLEX, WITH OTHER BRAIN MALFORMATIONS 9; CDCBM9
OMIM:618225 MITOCHONDRIAL COMPLEX I DEFICIENCY, NUCLEAR TYPE 4; MC1DN4
OMIM:618273 MEGA-CORPUS-CALLOSUM SYNDROME WITH CEREBELLAR HYPOPLASIA AND CORTICAL MALFORMATIONS; MCCCHCM
OMIM:618316 INTELLECTUAL DEVELOPMENTAL DISORDER WITH CARDIAC DEFECTS AND DYSMORPHIC FACIES; IDDCDF
OMIM:618325 LISSENCEPHALY 9 WITH COMPLEX BRAINSTEM MALFORMATION; LIS9
OMIM:618404 LEUKODYSTROPHY, HYPOMYELINATING, 18; HLD18
OMIM:618512 O\\'DONNELL-LURIA-RODAN SYNDROME; ODLURO
OMIM:614921 CONGENITAL DISORDER OF GLYCOSYLATION, TYPE It; CDG1T
" + }, + "url": "https://omim.org/", + "version": "0.1.0", + "name": "OMIM", + "title": "Online Mendelian Inheritance in Man", + "status": "draft", + "experimental": false, + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "An online database that describes the function and phenotypes associated with human genes", + "caseSensitive": true, + "content": "fragment", + "count": 497, + "concept": [ + { + "code": "OMIM:613801", + "display": "Retinitis pigmentosa-40" + }, + { + "code": "OMIM:213300", + "display": "Joubert syndrome 1" + }, + { + "code": "OMIM:615780", + "display": "Retinitis pigmentosa 69" + }, + { + "code": "OMIM:613826", + "display": "Leber congenital amaurosis 6" + }, + { + "code": "OMIM:310200", + "display": "Duchenne muscular dystrophy" + }, + { + "code": "OMIM:617194", + "display": "Lethal congenital contracture syndrome 11" + }, + { + "code": "OMIM:105400", + "display": "AMYOTROPHIC LATERAL SCLEROSIS 1; ALS1" + }, + { + "code": "OMIM:108120", + "display": "ARTHROGRYPOSIS, DISTAL, TYPE 1A; DA1A" + }, + { + "code": "OMIM:114300", + "display": "ARTHROGRYPOSIS, DISTAL, TYPE 3; DA3" + }, + { + "code": "OMIM:115195", + "display": "CARDIOMYOPATHY, FAMILIAL HYPERTROPHIC, 2; CMH2" + }, + { + "code": "OMIM:115196", + "display": "CARDIOMYOPATHY, FAMILIAL HYPERTROPHIC, 3; CMH3" + }, + { + "code": "OMIM:115197", + "display": "CARDIOMYOPATHY, FAMILIAL HYPERTROPHIC, 4; CMH4" + }, + { + "code": "OMIM:115200", + "display": "CARDIOMYOPATHY, DILATED, 1A; CMD1A" + }, + { + "code": "OMIM:117000", + "display": "CENTRAL CORE DISEASE OF MUSCLE; CCD" + }, + { + "code": "OMIM:117360", + "display": "SPINOCEREBELLAR ATAXIA 29; SCA29" + }, + { + "code": "OMIM:119530", + "display": "OROFACIAL CLEFT 1; OFC1" + }, + { + "code": "OMIM:122470", + "display": "CORNELIA DE LANGE SYNDROME 1; CDLS1" + }, + { + "code": "OMIM:130600", + "display": "ELLIPTOCYTOSIS 2; EL2" + }, + { + "code": "OMIM:135900", + "display": "COFFIN-SIRIS SYNDROME 1; CSS1" + }, + { + "code": "OMIM:136140", + "display": "FLOATING-HARBOR SYNDROME; FLHS" + }, + { + "code": "OMIM:137920", + "display": "RENAL CYSTS AND DIABETES SYNDROME; RCAD" + }, + { + "code": "OMIM:139090", + "display": "GRAY PLATELET SYNDROME; GPS" + }, + { + "code": "OMIM:139210", + "display": "MYHRE SYNDROME; MYHRS" + }, + { + "code": "OMIM:143095", + "display": "SPONDYLOEPIPHYSEAL DYSPLASIA WITH CONGENITAL JOINT DISLOCATIONS; SEDCJD" + }, + { + "code": "OMIM:143465", + "display": "ATTENTION DEFICIT-HYPERACTIVITY DISORDER; ADHD" + }, + { + "code": "OMIM:147891", + "display": "ISCHIOCOXOPODOPATELLAR SYNDROME WITH OR WITHOUT PULMONARY ARTERIAL HYPERTENSION; ICPPS" + }, + { + "code": "OMIM:147920", + "display": "KABUKI SYNDROME 1; KABUK1" + }, + { + "code": "OMIM:148050", + "display": "KBG SYNDROME; KBGS" + }, + { + "code": "OMIM:149400", + "display": "HYPEREKPLEXIA 1; HKPX1" + }, + { + "code": "OMIM:152950", + "display": "MICROCEPHALY WITH OR WITHOUT CHORIORETINOPATHY, LYMPHEDEMA, OR MENTAL RETARDATION; MCLMR" + }, + { + "code": "OMIM:153670", + "display": "BERNARD-SOULIER SYNDROME, TYPE A2, AUTOSOMAL DOMINANT; BSSA2" + }, + { + "code": "OMIM:154400", + "display": "ACROFACIAL DYSOSTOSIS 1, NAGER TYPE; AFD1" + }, + { + "code": "OMIM:154700", + "display": "MARFAN SYNDROME; MFS" + }, + { + "code": "OMIM:155310", + "display": "VISCERAL MYOPATHY; VSCM" + }, + { + "code": "OMIM:158590", + "display": "NEURONOPATHY, DISTAL HEREDITARY MOTOR, TYPE IIA; HMN2A" + }, + { + "code": "OMIM:158810", + "display": "BETHLEM MYOPATHY 1; BTHLM1" + }, + { + "code": "OMIM:159550", + "display": "ATAXIA-PANCYTOPENIA SYNDROME; ATXPC" + }, + { + "code": "OMIM:160150", + "display": "MYOPATHY, CENTRONUCLEAR, 1; CNM1" + }, + { + "code": "OMIM:160500", + "display": "MYOPATHY, DISTAL, 1; MPD1" + }, + { + "code": "OMIM:160800", + "display": "MYOTONIA CONGENITA, AUTOSOMAL DOMINANT" + }, + { + "code": "OMIM:160900", + "display": "MYOTONIC DYSTROPHY 1; DM1" + }, + { + "code": "OMIM:161800", + "display": "NEMALINE MYOPATHY 3; NEM3" + }, + { + "code": "OMIM:163950", + "display": "NOONAN SYNDROME 1; NS1" + }, + { + "code": "OMIM:178110", + "display": "CONTRACTURES, PTERYGIA, AND SPONDYLOCARPOTARSAL FUSION SYNDROME 1A; CPSFS1A" + }, + { + "code": "OMIM:178500", + "display": "PULMONARY FIBROSIS, IDIOPATHIC; IPF" + }, + { + "code": "OMIM:180100", + "display": "RETINITIS PIGMENTOSA 1; RP1" + }, + { + "code": "OMIM:180849", + "display": "RUBINSTEIN-TAYBI SYNDROME 1; RSTS1" + }, + { + "code": "OMIM:181430", + "display": "SCAPULOPERONEAL MYOPATHY, MYH7-RELATED; SPMM" + }, + { + "code": "OMIM:182601", + "display": "SPASTIC PARAPLEGIA 4, AUTOSOMAL DOMINANT; SPG4" + }, + { + "code": "OMIM:188000", + "display": "THROMBOCYTOPENIA 2; THC2" + }, + { + "code": "OMIM:191480", + "display": "UNCOMBABLE HAIR SYNDROME 1; UHS1" + }, + { + "code": "OMIM:203800", + "display": "ALSTROM SYNDROME; ALMS" + }, + { + "code": "OMIM:204200", + "display": "CEROID LIPOFUSCINOSIS, NEURONAL, 3; CLN3" + }, + { + "code": "OMIM:204500", + "display": "CEROID LIPOFUSCINOSIS, NEURONAL, 2; CLN2" + }, + { + "code": "OMIM:205100", + "display": "AMYOTROPHIC LATERAL SCLEROSIS 2, JUVENILE; ALS2" + }, + { + "code": "OMIM:206900", + "display": "MICROPHTHALMIA, SYNDROMIC 3; MCOPS3" + }, + { + "code": "OMIM:208900", + "display": "ATAXIA-TELANGIECTASIA; AT" + }, + { + "code": "OMIM:209850", + "display": "AUTISM" + }, + { + "code": "OMIM:209900", + "display": "BARDET-BIEDL SYNDROME 1; BBS1" + }, + { + "code": "OMIM:210000", + "display": "BEHR SYNDROME; BEHRS" + }, + { + "code": "OMIM:210720", + "display": "MICROCEPHALIC OSTEODYSPLASTIC PRIMORDIAL DWARFISM, TYPE II; MOPD2" + }, + { + "code": "OMIM:210900", + "display": "BLOOM SYNDROME; BLM" + }, + { + "code": "OMIM:212065", + "display": "CONGENITAL DISORDER OF GLYCOSYLATION, TYPE Ia; CDG1A" + }, + { + "code": "OMIM:212066", + "display": "CONGENITAL DISORDER OF GLYCOSYLATION, TYPE IIa; CDG2A" + }, + { + "code": "OMIM:214500", + "display": "CHEDIAK-HIGASHI SYNDROME; CHS" + }, + { + "code": "OMIM:214800", + "display": "CHARGE SYNDROME" + }, + { + "code": "OMIM:215500", + "display": "CHOROIDAL DYSTROPHY, CENTRAL AREOLAR, 1; CACD1" + }, + { + "code": "OMIM:216400", + "display": "COCKAYNE SYNDROME A; CSA" + }, + { + "code": "OMIM:216550", + "display": "COHEN SYNDROME; COH1" + }, + { + "code": "OMIM:217080", + "display": "JALILI SYNDROME" + }, + { + "code": "OMIM:217980", + "display": "CORPUS CALLOSUM, AGENESIS OF, WITH FACIAL ANOMALIES AND ROBIN SEQUENCE" + }, + { + "code": "OMIM:218340", + "display": "TEMTAMY SYNDROME; TEMTYS" + }, + { + "code": "OMIM:219200", + "display": "CUTIS LAXA, AUTOSOMAL RECESSIVE, TYPE IIA; ARCL2A" + }, + { + "code": "OMIM:224050", + "display": "CEREBELLAR ATAXIA, MENTAL RETARDATION, AND DYSEQUILIBRIUM SYNDROME 1; CAMRQ1" + }, + { + "code": "OMIM:224690", + "display": "MEIER-GORLIN SYNDROME 1; MGORS1" + }, + { + "code": "OMIM:225753", + "display": "PONTOCEREBELLAR HYPOPLASIA, TYPE 4; PCH4" + }, + { + "code": "OMIM:225790", + "display": "PROLIFERATIVE VASCULOPATHY AND HYDRANENCEPHALY-HYDROCEPHALY SYNDROME; PVHH" + }, + { + "code": "OMIM:227650", + "display": "FANCONI ANEMIA, COMPLEMENTATION GROUP A; FANCA" + }, + { + "code": "OMIM:229600", + "display": "FRUCTOSE INTOLERANCE, HEREDITARY; HFI" + }, + { + "code": "OMIM:230000", + "display": "FUCOSIDOSIS" + }, + { + "code": "OMIM:230500", + "display": "GM1-GANGLIOSIDOSIS, TYPE I" + }, + { + "code": "OMIM:232300", + "display": "GLYCOGEN STORAGE DISEASE II; GSD2" + }, + { + "code": "OMIM:232600", + "display": "GLYCOGEN STORAGE DISEASE V; GSD5" + }, + { + "code": "OMIM:234200", + "display": "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 1; NBIA1" + }, + { + "code": "OMIM:234500", + "display": "HARTNUP DISORDER; HND" + }, + { + "code": "OMIM:236000", + "display": "LYMPHOMA, HODGKIN, CLASSIC; CHL" + }, + { + "code": "OMIM:236600", + "display": "HYDROCEPHALUS, CONGENITAL, 1; HYC1" + }, + { + "code": "OMIM:236792", + "display": "L-2-HYDROXYGLUTARIC ACIDURIA; L2HGA" + }, + { + "code": "OMIM:243310", + "display": "BARAITSER-WINTER SYNDROME 1; BRWS1" + }, + { + "code": "OMIM:244450", + "display": "KAUFMAN OCULOCEREBROFACIAL SYNDROME; KOS" + }, + { + "code": "OMIM:245200", + "display": "KRABBE DISEASE" + }, + { + "code": "OMIM:245359", + "display": "missing" + }, + { + "code": "OMIM:248200", + "display": "STARGARDT DISEASE 1; STGD1" + }, + { + "code": "OMIM:248700", + "display": "MARDEN-WALKER SYNDROME; MWKS" + }, + { + "code": "OMIM:249000", + "display": "MECKEL SYNDROME, TYPE 1; MKS1" + }, + { + "code": "OMIM:249900", + "display": "METACHROMATIC LEUKODYSTROPHY DUE TO SAPOSIN B DEFICIENCY" + }, + { + "code": "OMIM:250100", + "display": "METACHROMATIC LEUKODYSTROPHY; MLD" + }, + { + "code": "OMIM:250620", + "display": "3-HYDROXYISOBUTYRYL-CoA HYDROLASE DEFICIENCY; HIBCHD" + }, + { + "code": "OMIM:251200", + "display": "MICROCEPHALY 1, PRIMARY, AUTOSOMAL RECESSIVE; MCPH1" + }, + { + "code": "OMIM:251260", + "display": "NIJMEGEN BREAKAGE SYNDROME; NBS" + }, + { + "code": "OMIM:251280", + "display": "DIENCEPHALIC-MESENCEPHALIC JUNCTION DYSPLASIA SYNDROME 1; DMJDS1" + }, + { + "code": "OMIM:251290", + "display": "PSEUDO-TORCH SYNDROME 1; PTORCH1" + }, + { + "code": "OMIM:251300", + "display": "GALLOWAY-MOWAT SYNDROME 1; GAMOS1" + }, + { + "code": "OMIM:252010", + "display": "MITOCHONDRIAL COMPLEX I DEFICIENCY, NUCLEAR TYPE 1; MC1DN1" + }, + { + "code": "OMIM:252160", + "display": "MOLYBDENUM COFACTOR DEFICIENCY, COMPLEMENTATION GROUP B; MOCODB" + }, + { + "code": "OMIM:252920", + "display": "MUCOPOLYSACCHARIDOSIS, TYPE IIIB; MPS3B" + }, + { + "code": "OMIM:253250", + "display": "MULIBREY NANISM" + }, + { + "code": "OMIM:253600", + "display": "MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 1; LGMDR1" + }, + { + "code": "OMIM:253601", + "display": "MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 2; LGMDR2" + }, + { + "code": "OMIM:253700", + "display": "MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 5; LGMDR5" + }, + { + "code": "OMIM:254090", + "display": "ULLRICH CONGENITAL MUSCULAR DYSTROPHY 1; UCMD1" + }, + { + "code": "OMIM:254110", + "display": "MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 8; LGMDR8" + }, + { + "code": "OMIM:254300", + "display": "MYASTHENIC SYNDROME, CONGENITAL, 10; CMS10" + }, + { + "code": "OMIM:254780", + "display": "MYOCLONIC EPILEPSY OF LAFORA" + }, + { + "code": "OMIM:254940", + "display": "CAREY-FINEMAN-ZITER SYNDROME; CFZS" + }, + { + "code": "OMIM:255310", + "display": "MYOPATHY, CONGENITAL, WITH FIBER-TYPE DISPROPORTION; CFTD" + }, + { + "code": "OMIM:255320", + "display": "MINICORE MYOPATHY WITH EXTERNAL OPHTHALMOPLEGIA" + }, + { + "code": "OMIM:255800", + "display": "SCHWARTZ-JAMPEL SYNDROME, TYPE 1; SJS1" + }, + { + "code": "OMIM:256000", + "display": "LEIGH SYNDROME; LS" + }, + { + "code": "OMIM:256300", + "display": "NEPHROTIC SYNDROME, TYPE 1; NPHS1" + }, + { + "code": "OMIM:256600", + "display": "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 2A; NBIA2A" + }, + { + "code": "OMIM:256700", + "display": "NEUROBLASTOMA, SUSCEPTIBILITY TO, 1; NBLST1" + }, + { + "code": "OMIM:256730", + "display": "CEROID LIPOFUSCINOSIS, NEURONAL, 1; CLN1" + }, + { + "code": "OMIM:256731", + "display": "CEROID LIPOFUSCINOSIS, NEURONAL, 5; CLN5" + }, + { + "code": "OMIM:256800", + "display": "INSENSITIVITY TO PAIN, CONGENITAL, WITH ANHIDROSIS; CIPA" + }, + { + "code": "OMIM:256850", + "display": "GIANT AXONAL NEUROPATHY 1, AUTOSOMAL RECESSIVE; GAN1" + }, + { + "code": "OMIM:257220", + "display": "NIEMANN-PICK DISEASE, TYPE C1; NPC1" + }, + { + "code": "OMIM:257320", + "display": "LISSENCEPHALY 2; LIS2" + }, + { + "code": "OMIM:260400", + "display": "SHWACHMAN-DIAMOND SYNDROME 1; SDS1" + }, + { + "code": "OMIM:260565", + "display": "PEHO SYNDROME; PEHO" + }, + { + "code": "OMIM:261630", + "display": "HYPERPHENYLALANINEMIA, BH4-DEFICIENT, C; HPABH4C" + }, + { + "code": "OMIM:262500", + "display": "LARON SYNDROME" + }, + { + "code": "OMIM:263200", + "display": "POLYCYSTIC KIDNEY DISEASE 4 WITH OR WITHOUT POLYCYSTIC LIVER DISEASE; PKD4" + }, + { + "code": "OMIM:265000", + "display": "MULTIPLE PTERYGIUM SYNDROME, ESCOBAR VARIANT; EVMPS" + }, + { + "code": "OMIM:266100", + "display": "EPILEPSY, PYRIDOXINE-DEPENDENT; EPD" + }, + { + "code": "OMIM:266265", + "display": "CONGENITAL DISORDER OF GLYCOSYLATION, TYPE IIc; CDG2C" + }, + { + "code": "OMIM:266500", + "display": "REFSUM DISEASE, CLASSIC" + }, + { + "code": "OMIM:266510", + "display": "PEROXISOME BIOGENESIS DISORDER 3B; PBD3B" + }, + { + "code": "OMIM:268800", + "display": "SANDHOFF DISEASE" + }, + { + "code": "OMIM:270200", + "display": "SJOGREN-LARSSON SYNDROME; SLS" + }, + { + "code": "OMIM:270800", + "display": "SPASTIC PARAPLEGIA 5A, AUTOSOMAL RECESSIVE; SPG5A" + }, + { + "code": "OMIM:271900", + "display": "CANAVAN DISEASE" + }, + { + "code": "OMIM:272800", + "display": "TAY-SACHS DISEASE; TSD" + }, + { + "code": "OMIM:273300", + "display": "TESTICULAR GERM CELL TUMOR; TGCT" + }, + { + "code": "OMIM:274000", + "display": "THROMBOCYTOPENIA-ABSENT RADIUS SYNDROME; TAR" + }, + { + "code": "OMIM:276901", + "display": "USHER SYNDROME, TYPE IIA; USH2A" + }, + { + "code": "OMIM:277470", + "display": "PONTOCEREBELLAR HYPOPLASIA, TYPE 2A; PCH2A" + }, + { + "code": "OMIM:300029", + "display": "RETINITIS PIGMENTOSA 3; RP3" + }, + { + "code": "OMIM:300067", + "display": "LISSENCEPHALY, X-LINKED, 1; LISX1" + }, + { + "code": "OMIM:300088", + "display": "DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 9; DEE9" + }, + { + "code": "OMIM:300100", + "display": "ADRENOLEUKODYSTROPHY; ALD" + }, + { + "code": "OMIM:300376", + "display": "MUSCULAR DYSTROPHY, BECKER TYPE; BMD" + }, + { + "code": "OMIM:300387", + "display": "MENTAL RETARDATION, X-LINKED 63; MRX63" + }, + { + "code": "OMIM:300476", + "display": "CONE-ROD DYSTROPHY, X-LINKED, 3; CORDX3" + }, + { + "code": "OMIM:300486", + "display": "MENTAL RETARDATION, X-LINKED, WITH CEREBELLAR HYPOPLASIA AND DISTINCTIVE FACIAL APPEARANCE" + }, + { + "code": "OMIM:300495", + "display": "AUTISM, SUSCEPTIBILITY TO, X-LINKED 2; AUTSX2" + }, + { + "code": "OMIM:300523", + "display": "ALLAN-HERNDON-DUDLEY SYNDROME; AHDS" + }, + { + "code": "OMIM:300534", + "display": "MENTAL RETARDATION, X-LINKED, SYNDROMIC, CLAES-JENSEN TYPE; MRXSCJ" + }, + { + "code": "OMIM:300695", + "display": "SCAPULOPERONEAL MYOPATHY, X-LINKED DOMINANT; SPM" + }, + { + "code": "OMIM:300749", + "display": "MENTAL RETARDATION AND MICROCEPHALY WITH PONTINE AND CEREBELLAR HYPOPLASIA; MICPCH" + }, + { + "code": "OMIM:300804", + "display": "JOUBERT SYNDROME 10; JBTS10" + }, + { + "code": "OMIM:300881", + "display": "MOVED TO 615777" + }, + { + "code": "OMIM:300882", + "display": "CORNELIA DE LANGE SYNDROME 5; CDLS5" + }, + { + "code": "OMIM:300894", + "display": "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 5; NBIA5" + }, + { + "code": "OMIM:300908", + "display": "ANEMIA, NONSPHEROCYTIC HEMOLYTIC, DUE TO G6PD DEFICIENCY" + }, + { + "code": "OMIM:300957", + "display": "MENTAL RETARDATION, X-LINKED 12; MRX12" + }, + { + "code": "OMIM:300958", + "display": "INTELLECTUAL DEVELOPMENTAL DISORDER, X-LINKED, SYNDROMIC, SNIJDERS BLOK TYPE; MRXSSB" + }, + { + "code": "OMIM:300966", + "display": "MENTAL RETARDATION, X-LINKED, SYNDROMIC 33; MRXS33" + }, + { + "code": "OMIM:300968", + "display": "MENTAL RETARDATION, X-LINKED 99, SYNDROMIC, FEMALE-RESTRICTED; MRXS99F" + }, + { + "code": "OMIM:300983", + "display": "MENTAL RETARDATION, X-LINKED 104; MRX104" + }, + { + "code": "OMIM:300986", + "display": "MENTAL RETARDATION, X-LINKED, SYNDROMIC, BAIN TYPE; MRXSB" + }, + { + "code": "OMIM:301050", + "display": "ALPORT SYNDROME 1, X-LINKED; ATS1" + }, + { + "code": "OMIM:301310", + "display": "ANEMIA, SIDEROBLASTIC, AND SPINOCEREBELLAR ATAXIA; ASAT" + }, + { + "code": "OMIM:304340", + "display": "PETTIGREW SYNDROME; PGS" + }, + { + "code": "OMIM:305100", + "display": "ECTODERMAL DYSPLASIA 1, HYPOHIDROTIC, X-LINKED; XHED" + }, + { + "code": "OMIM:308350", + "display": "DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 1; DEE1" + }, + { + "code": "OMIM:309500", + "display": "RENPENNING SYNDROME 1; RENS1" + }, + { + "code": "OMIM:309541", + "display": "METHYLMALONIC ACIDEMIA AND HOMOCYSTEINEMIA, cblX TYPE" + }, + { + "code": "OMIM:309580", + "display": "MENTAL RETARDATION-HYPOTONIC FACIES SYNDROME, X-LINKED, 1; MRXHF1" + }, + { + "code": "OMIM:310468", + "display": "NEPHROLITHIASIS, X-LINKED RECESSIVE, WITH RENAL FAILURE; XRN" + }, + { + "code": "OMIM:311070", + "display": "CHARCOT-MARIE-TOOTH DISEASE, X-LINKED RECESSIVE, 5; CMTX5" + }, + { + "code": "OMIM:313850", + "display": "THORACOABDOMINAL SYNDROME; THAS" + }, + { + "code": "OMIM:314580", + "display": "WIEACKER-WOLFF SYNDROME; WRWF" + }, + { + "code": "OMIM:600059", + "display": "RETINITIS PIGMENTOSA 13; RP13" + }, + { + "code": "OMIM:600105", + "display": "RETINITIS PIGMENTOSA 12; RP12" + }, + { + "code": "OMIM:600118", + "display": "WARBURG MICRO SYNDROME 1; WARBM1" + }, + { + "code": "OMIM:600132", + "display": "RETINITIS PIGMENTOSA 14; RP14" + }, + { + "code": "OMIM:600138", + "display": "RETINITIS PIGMENTOSA 11; RP11" + }, + { + "code": "OMIM:600143", + "display": "CEROID LIPOFUSCINOSIS, NEURONAL, 8; CLN8" + }, + { + "code": "OMIM:600334", + "display": "TIBIAL MUSCULAR DYSTROPHY, TARDIVE; TMD" + }, + { + "code": "OMIM:600373", + "display": "CODAS SYNDROME" + }, + { + "code": "OMIM:600618", + "display": "ETS VARIANT GENE 6; ETV6" + }, + { + "code": "OMIM:600995", + "display": "NEPHROTIC SYNDROME, TYPE 2; NPHS2" + }, + { + "code": "OMIM:601088", + "display": "AYME-GRIPP SYNDROME; AYGRP" + }, + { + "code": "OMIM:601414", + "display": "RETINITIS PIGMENTOSA 18; RP18" + }, + { + "code": "OMIM:601419", + "display": "MYOPATHY, MYOFIBRILLAR, 1; MFM1" + }, + { + "code": "OMIM:601680", + "display": "ARTHROGRYPOSIS, DISTAL, TYPE 2B1; DA2B1" + }, + { + "code": "OMIM:601718", + "display": "RETINITIS PIGMENTOSA 19; RP19" + }, + { + "code": "OMIM:601780", + "display": "CEROID LIPOFUSCINOSIS, NEURONAL, 6; CLN6" + }, + { + "code": "OMIM:601815", + "display": "PHOSPHOGLYCERATE DEHYDROGENASE DEFICIENCY; PHGDHD" + }, + { + "code": "OMIM:601954", + "display": "MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 7; LGMDR7" + }, + { + "code": "OMIM:602482", + "display": "AXENFELD-RIEGER SYNDROME, TYPE 3; RIEG3" + }, + { + "code": "OMIM:602579", + "display": "CONGENITAL DISORDER OF GLYCOSYLATION, TYPE Ib; CDG1B" + }, + { + "code": "OMIM:602772", + "display": "RETINITIS PIGMENTOSA 25; RP25" + }, + { + "code": "OMIM:603511", + "display": "MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL DOMINANT 1; LGMDD1" + }, + { + "code": "OMIM:603896", + "display": "LEUKOENCEPHALOPATHY WITH VANISHING WHITE MATTER; VWM" + }, + { + "code": "OMIM:604004", + "display": "MEGALENCEPHALIC LEUKOENCEPHALOPATHY WITH SUBCORTICAL CYSTS 1; MLC1" + }, + { + "code": "OMIM:604116", + "display": "CONE-ROD DYSTROPHY 3; CORD3" + }, + { + "code": "OMIM:604273", + "display": "MITOCHONDRIAL COMPLEX V (ATP SYNTHASE) DEFICIENCY, NUCLEAR TYPE 1; MC5DN1" + }, + { + "code": "OMIM:604286", + "display": "MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 4; LGMDR4" + }, + { + "code": "OMIM:604317", + "display": "MICROCEPHALY 2, PRIMARY, AUTOSOMAL RECESSIVE, WITH OR WITHOUT CORTICAL MALFORMATIONS; MCPH2" + }, + { + "code": "OMIM:604360", + "display": "SPASTIC PARAPLEGIA 11, AUTOSOMAL RECESSIVE; SPG11" + }, + { + "code": "OMIM:604387", + "display": "NEPHRONOPHTHISIS 3; NPHP3" + }, + { + "code": "OMIM:604537", + "display": "LEBER CONGENITAL AMAUROSIS 5; LCA5" + }, + { + "code": "OMIM:604592", + "display": "T CELL IMMUNE REGULATOR 1; TCIRG1" + }, + { + "code": "OMIM:605130", + "display": "WIEDEMANN-STEINER SYNDROME; WDSTS" + }, + { + "code": "OMIM:605355", + "display": "NEMALINE MYOPATHY 5; NEM5" + }, + { + "code": "OMIM:605407", + "display": "SEGAWA SYNDROME, AUTOSOMAL RECESSIVE" + }, + { + "code": "OMIM:605637", + "display": "MYOPATHY, PROXIMAL, WITH OPHTHALMOPLEGIA; MYPOP" + }, + { + "code": "OMIM:605670", + "display": "LATE-ONSET RETINAL DEGENERATION; LORD" + }, + { + "code": "OMIM:605820", + "display": "NONAKA MYOPATHY; NM" + }, + { + "code": "OMIM:605899", + "display": "GLYCINE ENCEPHALOPATHY; GCE" + }, + { + "code": "OMIM:606068", + "display": "RETINITIS PIGMENTOSA 28; RP28" + }, + { + "code": "OMIM:606170", + "display": "GENITOPATELLAR SYNDROME; GTPTS" + }, + { + "code": "OMIM:606232", + "display": "PHELAN-MCDERMID SYNDROME; PHMDS" + }, + { + "code": "OMIM:606777", + "display": "GLUT1 DEFICIENCY SYNDROME 1; GLUT1DS1" + }, + { + "code": "OMIM:606854", + "display": "POLYMICROGYRIA, BILATERAL FRONTOPARIETAL; BFPP" + }, + { + "code": "OMIM:606966", + "display": "NEPHRONOPHTHISIS 4; NPHP4" + }, + { + "code": "OMIM:606996", + "display": "SENIOR-LOKEN SYNDROME 4; SLSN4" + }, + { + "code": "OMIM:607015", + "display": "HURLER-SCHEIE SYNDROME" + }, + { + "code": "OMIM:607155", + "display": "MUSCULAR DYSTROPHY-DYSTROGLYCANOPATHY (LIMB-GIRDLE), TYPE C, 5; MDDGC5" + }, + { + "code": "OMIM:607196", + "display": "MICROCEPHALY, AMISH TYPE; MCPHA" + }, + { + "code": "OMIM:607225", + "display": "SPASTIC PARALYSIS, INFANTILE-ONSET ASCENDING; IAHSP" + }, + { + "code": "OMIM:607426", + "display": "COENZYME Q10 DEFICIENCY, PRIMARY, 1; COQ10D1" + }, + { + "code": "OMIM:607432", + "display": "LISSENCEPHALY 1; LIS1" + }, + { + "code": "OMIM:607483", + "display": "THIAMINE METABOLISM DYSFUNCTION SYNDROME 2 (BIOTIN- OR THIAMINE-RESPONSIVE TYPE); THMD2" + }, + { + "code": "OMIM:607595", + "display": "MOVED TO 175780" + }, + { + "code": "OMIM:607596", + "display": "PONTOCEREBELLAR HYPOPLASIA, TYPE 1A; PCH1A" + }, + { + "code": "OMIM:607855", + "display": "MUSCULAR DYSTROPHY, CONGENITAL MEROSIN-DEFICIENT, 1A; MDC1A" + }, + { + "code": "OMIM:608027", + "display": "PONTOCEREBELLAR HYPOPLASIA, TYPE 3; PCH3" + }, + { + "code": "OMIM:608091", + "display": "JOUBERT SYNDROME 2; JBTS2" + }, + { + "code": "OMIM:608099", + "display": "MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 3; LGMDR3" + }, + { + "code": "OMIM:608133", + "display": "RETINITIS PIGMENTOSA 7; RP7" + }, + { + "code": "OMIM:608358", + "display": "MYOPATHY, MYOSIN STORAGE, AUTOSOMAL DOMINANT; MSMA" + }, + { + "code": "OMIM:608380", + "display": "RETINITIS PIGMENTOSA 26; RP26" + }, + { + "code": "OMIM:608393", + "display": "MICROCEPHALY 6, PRIMARY, AUTOSOMAL RECESSIVE; MCPH6" + }, + { + "code": "OMIM:608415", + "display": "PROLONGED ELECTRORETINAL RESPONSE SUPPRESSION; PERRS" + }, + { + "code": "OMIM:608423", + "display": "MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL DOMINANT 2; LGMDD2" + }, + { + "code": "OMIM:608540", + "display": "CONGENITAL DISORDER OF GLYCOSYLATION, TYPE Ik; CDG1K" + }, + { + "code": "OMIM:608629", + "display": "JOUBERT SYNDROME 3; JBTS3" + }, + { + "code": "OMIM:608643", + "display": "AROMATIC L-AMINO ACID DECARBOXYLASE DEFICIENCY" + }, + { + "code": "OMIM:608716", + "display": "MICROCEPHALY 5, PRIMARY, AUTOSOMAL RECESSIVE; MCPH5" + }, + { + "code": "OMIM:608804", + "display": "LEUKODYSTROPHY, HYPOMYELINATING, 2; HLD2" + }, + { + "code": "OMIM:608807", + "display": "MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 10; LGMDR10" + }, + { + "code": "OMIM:609033", + "display": "POSTERIOR COLUMN ATAXIA WITH RETINITIS PIGMENTOSA; AXPC1" + }, + { + "code": "OMIM:609056", + "display": "SALT AND PEPPER DEVELOPMENTAL REGRESSION SYNDROME; SPDRS" + }, + { + "code": "OMIM:609195", + "display": "SPASTIC PARAPLEGIA 26, AUTOSOMAL RECESSIVE; SPG26" + }, + { + "code": "OMIM:609200", + "display": "MYOPATHY, MYOFIBRILLAR, 3; MFM3" + }, + { + "code": "OMIM:609260", + "display": "CHARCOT-MARIE-TOOTH DISEASE, AXONAL, AUTOSOMAL DOMINANT, TYPE 2A2A; CMT2A2A" + }, + { + "code": "OMIM:609270", + "display": "SPINOCEREBELLAR ATAXIA, AUTOSOMAL RECESSIVE 7; SCAR7" + }, + { + "code": "OMIM:609304", + "display": "DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 3; DEE3" + }, + { + "code": "OMIM:609524", + "display": "MYOPATHY, MYOFIBRILLAR, 5; MFM5" + }, + { + "code": "OMIM:609560", + "display": "MITOCHONDRIAL DNA DEPLETION SYNDROME 2 (MYOPATHIC TYPE); MTDPS2" + }, + { + "code": "OMIM:609923", + "display": "RETINITIS PIGMENTOSA 31; RP31" + }, + { + "code": "OMIM:610019", + "display": "CATARACT 18; CTRCT18" + }, + { + "code": "OMIM:610031", + "display": "CORTICAL DYSPLASIA, COMPLEX, WITH OTHER BRAIN MALFORMATIONS 7; CDCBM7" + }, + { + "code": "OMIM:610127", + "display": "CEROID LIPOFUSCINOSIS, NEURONAL, 10; CLN10" + }, + { + "code": "OMIM:610181", + "display": "AICARDI-GOUTIERES SYNDROME 2; AGS2" + }, + { + "code": "OMIM:610188", + "display": "JOUBERT SYNDROME 5; JBTS5" + }, + { + "code": "OMIM:610217", + "display": "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 2B; NBIA2B" + }, + { + "code": "OMIM:610329", + "display": "AICARDI-GOUTIERES SYNDROME 3; AGS3" + }, + { + "code": "OMIM:610333", + "display": "AICARDI-GOUTIERES SYNDROME 4; AGS4" + }, + { + "code": "OMIM:610359", + "display": "RETINITIS PIGMENTOSA 33; RP33" + }, + { + "code": "OMIM:610443", + "display": "KOOLEN-DE VRIES SYNDROME; KDVS" + }, + { + "code": "OMIM:610444", + "display": "NIGHT BLINDNESS, CONGENITAL STATIONARY, AUTOSOMAL DOMINANT 3; CSNBAD3" + }, + { + "code": "OMIM:610489", + "display": "PIGMENTED NODULAR ADRENOCORTICAL DISEASE, PRIMARY, 1; PPNAD1" + }, + { + "code": "OMIM:610532", + "display": "LEUKODYSTROPHY, HYPOMYELINATING, 5; HLD5" + }, + { + "code": "OMIM:610688", + "display": "JOUBERT SYNDROME 6; JBTS6" + }, + { + "code": "OMIM:610725", + "display": "NEPHROTIC SYNDROME, TYPE 3; NPHS3" + }, + { + "code": "OMIM:610951", + "display": "CEROID LIPOFUSCINOSIS, NEURONAL, 7; CLN7" + }, + { + "code": "OMIM:611091", + "display": "MENTAL RETARDATION, AUTOSOMAL RECESSIVE 5; MRT5" + }, + { + "code": "OMIM:611302", + "display": "SPASTIC ATAXIA 2, AUTOSOMAL RECESSIVE; SPAX2" + }, + { + "code": "OMIM:611307", + "display": "MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 12; LGMDR12" + }, + { + "code": "OMIM:611560", + "display": "JOUBERT SYNDROME 7; JBTS7" + }, + { + "code": "OMIM:611603", + "display": "LISSENCEPHALY 3; LIS3" + }, + { + "code": "OMIM:611705", + "display": "SALIH MYOPATHY; SALMY" + }, + { + "code": "OMIM:611721", + "display": "COMBINED SAPOSIN DEFICIENCY" + }, + { + "code": "OMIM:611726", + "display": "EPILEPSY, PROGRESSIVE MYOCLONIC, 3, WITH OR WITHOUT INTRACELLULAR INCLUSIONS; EPM3" + }, + { + "code": "OMIM:611755", + "display": "LEBER CONGENITAL AMAUROSIS 10; LCA10" + }, + { + "code": "OMIM:612015", + "display": "CONGENITAL DISORDER OF GLYCOSYLATION, TYPE In; CDG1N" + }, + { + "code": "OMIM:612095", + "display": "RETINITIS PIGMENTOSA 41; RP41" + }, + { + "code": "OMIM:612126", + "display": "GLUT1 DEFICIENCY SYNDROME 2; GLUT1DS2" + }, + { + "code": "OMIM:612285", + "display": "JOUBERT SYNDROME 9; JBTS9" + }, + { + "code": "OMIM:612337", + "display": "MENTAL RETARDATION, AUTOSOMAL DOMINANT 22; MRD22" + }, + { + "code": "OMIM:612370", + "display": "HYPOGONADOTROPIC HYPOGONADISM 5 WITH OR WITHOUT ANOSMIA; HH5" + }, + { + "code": "OMIM:612438", + "display": "LEUKODYSTROPHY, HYPOMYELINATING, 6; HLD6" + }, + { + "code": "OMIM:612528", + "display": "DIAMOND-BLACKFAN ANEMIA 5; DBA5" + }, + { + "code": "OMIM:612621", + "display": "MENTAL RETARDATION, AUTOSOMAL DOMINANT 5; MRD5" + }, + { + "code": "OMIM:612712", + "display": "LEBER CONGENITAL AMAUROSIS 13; LCA13" + }, + { + "code": "OMIM:612716", + "display": "DYSTONIA, DOPA-RESPONSIVE, DUE TO SEPIAPTERIN REDUCTASE DEFICIENCY" + }, + { + "code": "OMIM:612780", + "display": "SEIZURES, SENSORINEURAL DEAFNESS, ATAXIA, MENTAL RETARDATION, AND ELECTROLYTE IMBALANCE; SESAMES" + }, + { + "code": "OMIM:612936", + "display": "SPASTIC PARAPLEGIA 50, AUTOSOMAL RECESSIVE; SPG50" + }, + { + "code": "OMIM:612943", + "display": "RETINITIS PIGMENTOSA 42; RP42" + }, + { + "code": "OMIM:612951", + "display": "LEUKOENCEPHALOPATHY, CYSTIC, WITHOUT MEGALENCEPHALY" + }, + { + "code": "OMIM:613065", + "display": "LEUKEMIA, ACUTE LYMPHOBLASTIC; ALL" + }, + { + "code": "OMIM:613091", + "display": "SHORT-RIB THORACIC DYSPLASIA 3 WITH OR WITHOUT POLYDACTYLY; SRTD3" + }, + { + "code": "OMIM:613155", + "display": "MUSCULAR DYSTROPHY-DYSTROGLYCANOPATHY (CONGENITAL WITH IMPAIRED INTELLECTUAL IMPAIRMENT), TYPE B, 1; MDDGB1" + }, + { + "code": "OMIM:613156", + "display": "MUSCULAR DYSTROPHY-DYSTROGLYCANOPATHY (CONGENITAL WITH IMPAIRED INTELLECTUAL DEVELOPMENT), TYPE B, 2; MDDGB2" + }, + { + "code": "OMIM:613158", + "display": "MUSCULAR DYSTROPHY-DYSTROGLYCANOPATHY (LIMB-GIRDLE), TYPE C, 2; MDDGC2" + }, + { + "code": "OMIM:613192", + "display": "MENTAL RETARDATION, AUTOSOMAL RECESSIVE 13; MRT13" + }, + { + "code": "OMIM:613205", + "display": "MUSCULAR DYSTROPHY, CONGENITAL, LMNA-RELATED" + }, + { + "code": "OMIM:613216", + "display": "NIGHT BLINDNESS, CONGENITAL STATIONARY, TYPE 1C; CSNB1C" + }, + { + "code": "OMIM:613217", + "display": "DIARRHEA 5, WITH TUFTING ENTEROPATHY, CONGENITAL; DIAR5" + }, + { + "code": "OMIM:613402", + "display": "MICROCEPHALY, SEIZURES, AND DEVELOPMENTAL DELAY; MCSZ" + }, + { + "code": "OMIM:613428", + "display": "RETINITIS PIGMENTOSA 54; RP54" + }, + { + "code": "OMIM:613454", + "display": "RETT SYNDROME, CONGENITAL VARIANT" + }, + { + "code": "OMIM:613550", + "display": "NEPHRONOPHTHISIS 11; NPHP11" + }, + { + "code": "OMIM:613561", + "display": "MYOPATHY, LACTIC ACIDOSIS, AND SIDEROBLASTIC ANEMIA 2; MLASA2" + }, + { + "code": "OMIM:613587", + "display": "OCCULT MACULAR DYSTROPHY; OCMD" + }, + { + "code": "OMIM:613612", + "display": "CONGENITAL DISORDER OF GLYCOSYLATION, TYPE IIi; CDG2I" + }, + { + "code": "OMIM:613660", + "display": "CONE-ROD DYSTROPHY 15; CORD15" + }, + { + "code": "OMIM:613668", + "display": "MICROCEPHALY, POSTNATAL PROGRESSIVE, WITH SEIZURES AND BRAIN ATROPHY" + }, + { + "code": "OMIM:613680", + "display": "BEAULIEU-BOYCOTT-INNES SYNDROME; BBIS" + }, + { + "code": "OMIM:613684", + "display": "RUBINSTEIN-TAYBI SYNDROME 2; RSTS2" + }, + { + "code": "OMIM:613690", + "display": "CARDIOMYOPATHY, FAMILIAL HYPERTROPHIC, 7; CMH7" + }, + { + "code": "OMIM:613706", + "display": "NOONAN SYNDROME 7; NS7" + }, + { + "code": "OMIM:613722", + "display": "DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 12; DEE12" + }, + { + "code": "OMIM:613731", + "display": "RETINITIS PIGMENTOSA 4; RP4" + }, + { + "code": "OMIM:613744", + "display": "SPASTIC PARAPLEGIA 51, AUTOSOMAL RECESSIVE; SPG51" + }, + { + "code": "OMIM:613750", + "display": "RETINITIS PIGMENTOSA 27; RP27" + }, + { + "code": "OMIM:613756", + "display": "RETINITIS PIGMENTOSA 49; RP49" + }, + { + "code": "OMIM:613767", + "display": "RETINITIS PIGMENTOSA 45; RP45" + }, + { + "code": "OMIM:613794", + "display": "RETINITIS PIGMENTOSA 20; RP20" + }, + { + "code": "OMIM:613809", + "display": "RETINITIS PIGMENTOSA 39; RP39" + }, + { + "code": "OMIM:613810", + "display": "RETINITIS PIGMENTOSA 43; RP43" + }, + { + "code": "OMIM:613811", + "display": "PONTOCEREBELLAR HYPOPLASIA, TYPE 2D; PCH2D" + }, + { + "code": "OMIM:613820", + "display": "NEPHRONOPHTHISIS 12; NPHP12" + }, + { + "code": "OMIM:613835", + "display": "LEBER CONGENITAL AMAUROSIS 8; LCA8" + }, + { + "code": "OMIM:613861", + "display": "RETINITIS PIGMENTOSA 59; RP59" + }, + { + "code": "OMIM:613862", + "display": "RETINITIS PIGMENTOSA 38; RP38" + }, + { + "code": "OMIM:614034", + "display": "HEME OXYGENASE 1 DEFICIENCY; HMOX1D" + }, + { + "code": "OMIM:614065", + "display": "MYOPATHY, DISTAL, 4; MPD4" + }, + { + "code": "OMIM:614173", + "display": "JOUBERT SYNDROME 13; JBTS13" + }, + { + "code": "OMIM:614180", + "display": "RETINITIS PIGMENTOSA 61; RP61" + }, + { + "code": "OMIM:614181", + "display": "RETINITIS PIGMENTOSA 62; RP62" + }, + { + "code": "OMIM:614199", + "display": "NEPHROTIC SYNDROME, TYPE 5, WITH OR WITHOUT OCULAR ABNORMALITIES; NPHS5" + }, + { + "code": "OMIM:614202", + "display": "RAFIQ SYNDROME; RAFQS" + }, + { + "code": "OMIM:614225", + "display": "WARBURG MICRO SYNDROME 2; WARBM2" + }, + { + "code": "OMIM:614254", + "display": "NEURODEVELOPMENTAL DISORDER WITH OR WITHOUT HYPERKINETIC MOVEMENTS AND SEIZURES, AUTOSOMAL DOMINANT; NDHMSD" + }, + { + "code": "OMIM:614255", + "display": "NESCAV SYNDROME; NESCAVS" + }, + { + "code": "OMIM:614299", + "display": "MULTIPLE MITOCHONDRIAL DYSFUNCTIONS SYNDROME 2 WITH HYPERGLYCINEMIA; MMDS2" + }, + { + "code": "OMIM:614381", + "display": "LEUKODYSTROPHY, HYPOMYELINATING, 8, WITH OR WITHOUT OLIGODONTIA AND/OR HYPOGONADOTROPIC HYPOGONADISM; HLD8" + }, + { + "code": "OMIM:614424", + "display": "JOUBERT SYNDROME 14; JBTS14" + }, + { + "code": "OMIM:614500", + "display": "CONE-ROD DYSTROPHY 16; CORD16" + }, + { + "code": "OMIM:614557", + "display": "EHLERS-DANLOS SYNDROME, KYPHOSCOLIOTIC TYPE, 2; EDSKSCL2" + }, + { + "code": "OMIM:614607", + "display": "COFFIN-SIRIS SYNDROME 2; CSS2" + }, + { + "code": "OMIM:614615", + "display": "JOUBERT SYNDROME 17; JBTS17" + }, + { + "code": "OMIM:614669", + "display": "AURICULOCONDYLAR SYNDROME 2; ARCND2" + }, + { + "code": "OMIM:614678", + "display": "PONTOCEREBELLAR HYPOPLASIA, TYPE 1B; PCH1B" + }, + { + "code": "OMIM:614744", + "display": "FACIAL PARESIS, HEREDITARY CONGENITAL, 3; HCFP3" + }, + { + "code": "OMIM:614753", + "display": "SOTOS SYNDROME 2; SOTOS2" + }, + { + "code": "OMIM:614831", + "display": "SPINOCEREBELLAR ATAXIA, AUTOSOMAL RECESSIVE 13; SCAR13" + }, + { + "code": "OMIM:614833", + "display": "MICROCEPHALY, SHORT STATURE, AND POLYMICROGYRIA WITH OR WITHOUT SEIZURES; MSSP" + }, + { + "code": "OMIM:614876", + "display": "PEROXISOME BIOGENESIS DISORDER 8A (ZELLWEGER); PBD8A" + }, + { + "code": "OMIM:614877", + "display": "PEROXISOME BIOGENESIS DISORDER 8B; PBD8B" + }, + { + "code": "OMIM:614932", + "display": "COMBINED OXIDATIVE PHOSPHORYLATION DEFICIENCY 13; COXPD13" + }, + { + "code": "OMIM:614945", + "display": "DEAFNESS, AUTOSOMAL RECESSIVE 18B; DFNB18B" + }, + { + "code": "OMIM:615030", + "display": "SPASTIC PARAPLEGIA 56, AUTOSOMAL RECESSIVE; SPG56" + }, + { + "code": "OMIM:615031", + "display": "SPASTIC PARAPLEGIA 49, AUTOSOMAL RECESSIVE; SPG49" + }, + { + "code": "OMIM:615065", + "display": "ARTHROGRYPOSIS, DISTAL, TYPE 5D; DA5D" + }, + { + "code": "OMIM:615071", + "display": "ALAZAMI SYNDROME; ALAZS" + }, + { + "code": "OMIM:615095", + "display": "MICROCEPHALY 10, PRIMARY, AUTOSOMAL RECESSIVE; MCPH10" + }, + { + "code": "OMIM:615181", + "display": "MUSCULAR DYSTROPHY-DYSTROGLYCANOPATHY (CONGENITAL WITH BRAIN AND EYE ANOMALIES), TYPE A, 11; MDDGA11" + }, + { + "code": "OMIM:615190", + "display": "DYSKERATOSIS CONGENITA, AUTOSOMAL RECESSIVE 5; DKCB5" + }, + { + "code": "OMIM:615191", + "display": "LISSENCEPHALY 5; LIS5" + }, + { + "code": "OMIM:615268", + "display": "CEREBELLAR ATAXIA, MENTAL RETARDATION, AND DYSEQUILIBRIUM SYNDROME 4; CAMRQ4" + }, + { + "code": "OMIM:615286", + "display": "MENTAL RETARDATION, AUTOSOMAL RECESSIVE 36; MRT36" + }, + { + "code": "OMIM:615352", + "display": "MUSCULAR DYSTROPHY-DYSTROGLYCANOPATHY (LIMB-GIRDLE), TYPE C, 14; MDDGC14" + }, + { + "code": "OMIM:615411", + "display": "CORTICAL DYSPLASIA, COMPLEX, WITH OTHER BRAIN MALFORMATIONS 3; CDCBM3" + }, + { + "code": "OMIM:615412", + "display": "CORTICAL DYSPLASIA, COMPLEX, WITH OTHER BRAIN MALFORMATIONS 4; CDCBM4" + }, + { + "code": "OMIM:615419", + "display": "HYPOTONIA, INFANTILE, WITH PSYCHOMOTOR RETARDATION AND CHARACTERISTIC FACIES 1; IHPRF1" + }, + { + "code": "OMIM:615471", + "display": "MITOCHONDRIAL DNA DEPLETION SYNDROME 13 (ENCEPHALOMYOPATHIC TYPE); MTDPS13" + }, + { + "code": "OMIM:615476", + "display": "DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 18; DEE18" + }, + { + "code": "OMIM:615485", + "display": "BAINBRIDGE-ROPERS SYNDROME; BRPS" + }, + { + "code": "OMIM:615502", + "display": "MENTAL RETARDATION, AUTOSOMAL DOMINANT 21; MRD21" + }, + { + "code": "OMIM:615546", + "display": "VAN MALDERGEM SYNDROME 2; VMLDS2" + }, + { + "code": "OMIM:615574", + "display": "ASPARAGINE SYNTHETASE DEFICIENCY; ASNSD" + }, + { + "code": "OMIM:615681", + "display": "SPASTIC PARAPLEGIA 62, AUTOSOMAL RECESSIVE; SPG62" + }, + { + "code": "OMIM:615715", + "display": "BONE MARROW FAILURE SYNDROME 2; BMFS2" + }, + { + "code": "OMIM:615716", + "display": "HYPERPHOSPHATASIA WITH MENTAL RETARDATION SYNDROME 4; HPMRS4" + }, + { + "code": "OMIM:615760", + "display": "MICROCEPHALY, PROGRESSIVE, WITH SEIZURES AND CEREBRAL AND CEREBELLAR ATROPHY; MSCCA" + }, + { + "code": "OMIM:615763", + "display": "CORTICAL DYSPLASIA, COMPLEX, WITH OTHER BRAIN MALFORMATIONS 5; CDCBM5" + }, + { + "code": "OMIM:615809", + "display": "PONTOCEREBELLAR HYPOPLASIA, TYPE 9; PCH9" + }, + { + "code": "OMIM:615829", + "display": "XIA-GIBBS SYNDROME; XIGIS" + }, + { + "code": "OMIM:615834", + "display": "MENTAL RETARDATION, AUTOSOMAL DOMINANT 26; MRD26" + }, + { + "code": "OMIM:615846", + "display": "AICARDI-GOUTIERES SYNDROME 7; AGS7" + }, + { + "code": "OMIM:615866", + "display": "COFFIN-SIRIS SYNDROME 9; CSS9" + }, + { + "code": "OMIM:615909", + "display": "DIAMOND-BLACKFAN ANEMIA 13; DBA13" + }, + { + "code": "OMIM:615948", + "display": "OROFACIODIGITAL SYNDROME XIV; OFD14" + }, + { + "code": "OMIM:615959", + "display": "MYOPATHY, CENTRONUCLEAR, 5; CNM5" + }, + { + "code": "OMIM:615960", + "display": "PORETTI-BOLTSHAUSER SYNDROME; PTBHS" + }, + { + "code": "OMIM:615973", + "display": "CONE-ROD DYSTROPHY 20; CORD20" + }, + { + "code": "OMIM:615981", + "display": "BARDET-BIEDL SYNDROME 2; BBS2" + }, + { + "code": "OMIM:615982", + "display": "BARDET-BIEDL SYNDROME 4; BBS4" + }, + { + "code": "OMIM:615983", + "display": "BARDET-BIEDL SYNDROME 5; BBS5" + }, + { + "code": "OMIM:615993", + "display": "BARDET-BIEDL SYNDROME 16; BBS16" + }, + { + "code": "OMIM:616051", + "display": "MICROCEPHALY 13, PRIMARY, AUTOSOMAL RECESSIVE; MCPH13" + }, + { + "code": "OMIM:616056", + "display": "DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 26; DEE26" + }, + { + "code": "OMIM:616081", + "display": "PONTOCEREBELLAR HYPOPLASIA, TYPE 1C; PCH1C" + }, + { + "code": "OMIM:616094", + "display": "MUSCULAR DYSTROPHY-DYSTROGLYCANOPATHY (LIMB-GIRDLE), TYPE C, 12; MDDGC12" + }, + { + "code": "OMIM:616127", + "display": "SPINOCEREBELLAR ATAXIA, AUTOSOMAL RECESSIVE 17; SCAR17" + }, + { + "code": "OMIM:616140", + "display": "LEUKODYSTROPHY, HYPOMYELINATING, 9; HLD9" + }, + { + "code": "OMIM:616155", + "display": "CHARCOT-MARIE-TOOTH DISEASE, AXONAL, TYPE 2S; CMT2S" + }, + { + "code": "OMIM:616171", + "display": "MICROCEPHALY AND CHORIORETINOPATHY, AUTOSOMAL RECESSIVE, 2; MCCRP2" + }, + { + "code": "OMIM:616199", + "display": "POLYGLUCOSAN BODY MYOPATHY 2; PGBM2" + }, + { + "code": "OMIM:616211", + "display": "DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 28; DEE28" + }, + { + "code": "OMIM:616263", + "display": "NEUROLOGIC, ENDOCRINE, AND PANCREATIC DISEASE, MULTISYSTEM, INFANTILE-ONSET; IMNEPD" + }, + { + "code": "OMIM:616266", + "display": "CONGENITAL CONTRACTURES OF THE LIMBS AND FACE, HYPOTONIA, AND DEVELOPMENTAL DELAY; CLIFAHDD" + }, + { + "code": "OMIM:616271", + "display": "3-METHYLGLUTACONIC ACIDURIA, TYPE VII; MGCA7" + }, + { + "code": "OMIM:616277", + "display": "MITOCHONDRIAL SHORT-CHAIN ENOYL-CoA HYDRATASE 1 DEFICIENCY; ECHS1D" + }, + { + "code": "OMIM:616281", + "display": "NEURODEVELOPMENTAL DISORDER WITH SPASTIC PARAPLEGIA AND MICROCEPHALY; NEDSPM" + }, + { + "code": "OMIM:616321", + "display": "MYASTHENIC SYNDROME, CONGENITAL, 3A, SLOW-CHANNEL; CMS3A" + }, + { + "code": "OMIM:616354", + "display": "SPINOCEREBELLAR ATAXIA, AUTOSOMAL RECESSIVE 20; SCAR20" + }, + { + "code": "OMIM:616394", + "display": "RETINITIS PIGMENTOSA 71; RP71" + }, + { + "code": "OMIM:616420", + "display": "LEUKODYSTROPHY, HYPOMYELINATING, 10; HLD10" + }, + { + "code": "OMIM:616421", + "display": "MYOCLONIC-ATONIC EPILEPSY; MAE" + }, + { + "code": "OMIM:616471", + "display": "BETHLEM MYOPATHY 2; BTHLM2" + }, + { + "code": "OMIM:616490", + "display": "JOUBERT SYNDROME 23; JBTS23" + }, + { + "code": "OMIM:616531", + "display": "POLYMICROGYRIA, PERISYLVIAN, WITH CEREBELLAR HYPOPLASIA AND ARTHROGRYPOSIS; PMGYCHA" + }, + { + "code": "OMIM:616544", + "display": "RETINITIS PIGMENTOSA 73; RP73" + }, + { + "code": "OMIM:616562", + "display": "RETINITIS PIGMENTOSA 74; RP74" + }, + { + "code": "OMIM:616564", + "display": "NOONAN SYNDROME 10; NS10" + }, + { + "code": "OMIM:616632", + "display": "SEIZURES, CORTICAL BLINDNESS, AND MICROCEPHALY SYNDROME; SCBMS" + }, + { + "code": "OMIM:616647", + "display": "DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 35; DEE35" + }, + { + "code": "OMIM:616649", + "display": "SPHEROCYTOSIS, TYPE 2; SPH2" + }, + { + "code": "OMIM:616651", + "display": "ROIFMAN SYNDROME; RFMN" + }, + { + "code": "OMIM:616654", + "display": "JOUBERT SYNDROME 24; JBTS24" + }, + { + "code": "OMIM:616657", + "display": "SPASTIC TETRAPLEGIA, THIN CORPUS CALLOSUM, AND PROGRESSIVE MICROCEPHALY; SPATCCM" + }, + { + "code": "OMIM:616668", + "display": "CHARCOT-MARIE-TOOTH DISEASE, AXONAL, TYPE 2X; CMT2X" + }, + { + "code": "OMIM:616683", + "display": "LEUKODYSTROPHY, HYPOMYELINATING, 12; HLD12" + }, + { + "code": "OMIM:616721", + "display": "CONGENITAL DISORDER OF GLYCOSYLATION, TYPE IIn; CDG2N" + }, + { + "code": "OMIM:616732", + "display": "OPTIC ATROPHY 10 WITH OR WITHOUT ATAXIA, MENTAL RETARDATION, AND SEIZURES; OPA10" + }, + { + "code": "OMIM:616738", + "display": "RADIOULNAR SYNOSTOSIS WITH AMEGAKARYOCYTIC THROMBOCYTOPENIA 2; RUSAT2" + }, + { + "code": "OMIM:616740", + "display": "IMMUNODEFICIENCY 46; IMD46" + }, + { + "code": "OMIM:616789", + "display": "MENTAL RETARDATION AND DISTINCTIVE FACIAL FEATURES WITH OR WITHOUT CARDIAC DEFECTS; MRFACD" + }, + { + "code": "OMIM:616801", + "display": "HYPOTONIA, INFANTILE, WITH PSYCHOMOTOR RETARDATION AND CHARACTERISTIC FACIES 2; IHPRF2" + }, + { + "code": "OMIM:616875", + "display": "CEREBELLAR ATROPHY, VISUAL IMPAIRMENT, AND PSYCHOMOTOR RETARDATION; CAVIPMR" + }, + { + "code": "OMIM:616892", + "display": "NEPHROTIC SYNDROME, TYPE 12; NPHS12" + }, + { + "code": "OMIM:616900", + "display": "HYPOTONIA, INFANTILE, WITH PSYCHOMOTOR RETARDATION AND CHARACTERISTIC FACIES 3; IHPRF3" + }, + { + "code": "OMIM:616973", + "display": "MENTAL RETARDATION, AUTOSOMAL DOMINANT 42; MRD42" + }, + { + "code": "OMIM:617011", + "display": "MACROCEPHALY, DYSMORPHIC FACIES, AND PSYCHOMOTOR RETARDATION; MDFPMR" + }, + { + "code": "OMIM:617013", + "display": "HYPERMANGANESEMIA WITH DYSTONIA 2; HMNDYT2" + }, + { + "code": "OMIM:617047", + "display": "CARDIOMYOPATHY, FAMILIAL HYPERTROPHIC, 26; CMH26" + }, + { + "code": "OMIM:617052", + "display": "BONE MARROW FAILURE SYNDROME 3; BMFS3" + }, + { + "code": "OMIM:617053", + "display": "MIRAGE SYNDROME; MIRAGE" + }, + { + "code": "OMIM:617093", + "display": "GROWTH RETARDATION, IMPAIRED INTELLECTUAL DEVELOPMENT, HYPOTONIA, AND HEPATOPATHY; GRIDHH" + }, + { + "code": "OMIM:617106", + "display": "DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 42; DEE42" + }, + { + "code": "OMIM:617120", + "display": "JOUBERT SYNDROME 27; JBTS27" + }, + { + "code": "OMIM:617121", + "display": "JOUBERT SYNDROME 28; JBTS28" + }, + { + "code": "OMIM:617123", + "display": "RETINITIS PIGMENTOSA 76; RP76" + }, + { + "code": "OMIM:617137", + "display": "FRONTOMETAPHYSEAL DYSPLASIA 2; FMD2" + }, + { + "code": "OMIM:617146", + "display": "ARTHROGRYPOSIS, DISTAL, WITH IMPAIRED PROPRIOCEPTION AND TOUCH; DAIPT" + }, + { + "code": "OMIM:617183", + "display": "HAREL-YOON SYNDROME; HAYOS" + }, + { + "code": "OMIM:617193", + "display": "ENCEPHALOPATHY, PROGRESSIVE, EARLY-ONSET, WITH BRAIN ATROPHY AND THIN CORPUS CALLOSUM; PEBAT" + }, + { + "code": "OMIM:617222", + "display": "SUDDEN CARDIAC FAILURE, INFANTILE; SCFI" + }, + { + "code": "OMIM:617276", + "display": "DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 48; DEE48" + }, + { + "code": "OMIM:617330", + "display": "HYPOTONIA, ATAXIA, AND DELAYED DEVELOPMENT SYNDROME; HADDS" + }, + { + "code": "OMIM:617350", + "display": "DEVELOPMENTAL AND EPILEPTIC ENCEPHALOPATHY 52; DEE52" + }, + { + "code": "OMIM:617397", + "display": "PSEUDO-TORCH SYNDROME 2; PTORCH2" + }, + { + "code": "OMIM:617433", + "display": "RETINITIS PIGMENTOSA 78; RP78" + }, + { + "code": "OMIM:617443", + "display": "BLEEDING DISORDER, PLATELET-TYPE, 21; BDPLT21" + }, + { + "code": "OMIM:617460", + "display": "RETINITIS PIGMENTOSA 79; RP79" + }, + { + "code": "OMIM:617481", + "display": "NEURODEVELOPMENTAL DISORDER WITH MICROCEPHALY, HYPOTONIA, AND VARIABLE BRAIN ANOMALIES; NMIHBA" + }, + { + "code": "OMIM:617537", + "display": "RAHMAN SYNDROME; RMNS" + }, + { + "code": "OMIM:617547", + "display": "RETINAL DYSTROPHY WITH OR WITHOUT MACULAR STAPHYLOMA; RDMS" + }, + { + "code": "OMIM:617622", + "display": "JOUBERT SYNDROME 30; JBTS30" + }, + { + "code": "OMIM:617675", + "display": "MYOPATHY, MITOCHONDRIAL, AND ATAXIA; MMYAT" + }, + { + "code": "OMIM:617681", + "display": "BLEPHAROCHEILODONTIC SYNDROME 2; BCDS2" + }, + { + "code": "OMIM:617694", + "display": "AL KAISSI SYNDROME; ALKAS" + }, + { + "code": "OMIM:617781", + "display": "RETINITIS PIGMENTOSA 80; RP80" + }, + { + "code": "OMIM:617805", + "display": "RENAL HYPODYSPLASIA/APLASIA 3; RHDA3" + }, + { + "code": "OMIM:617807", + "display": "NEURODEVELOPMENTAL DISORDER WITH ATAXIC GAIT, ABSENT SPEECH, AND DECREASED CORTICAL WHITE MATTER; NDAGSCW" + }, + { + "code": "OMIM:617829", + "display": "EPILEPTIC ENCEPHALOPATHY, INFANTILE OR EARLY CHILDHOOD, 2; IECEE2" + }, + { + "code": "OMIM:617873", + "display": "COMBINED OXIDATIVE PHOSPHORYLATION DEFICIENCY 35; COXPD35" + }, + { + "code": "OMIM:617948", + "display": "ELLIPTOCYTOSIS 3; EL3" + }, + { + "code": "OMIM:617954", + "display": "MULTIPLE MITOCHONDRIAL DYSFUNCTIONS SYNDROME 6; MMDS6" + }, + { + "code": "OMIM:618056", + "display": "NEURODEVELOPMENTAL DISORDER WITH CEREBELLAR ATROPHY AND WITH OR WITHOUT SEIZURES; NEDCAS" + }, + { + "code": "OMIM:618088", + "display": "NEURODEVELOPMENTAL DISORDER WITH REGRESSION, ABNORMAL MOVEMENTS, LOSS OF SPEECH, AND SEIZURES; NEDAMSS" + }, + { + "code": "OMIM:618129", + "display": "MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL DOMINANT 4; LGMDD4" + }, + { + "code": "OMIM:618138", + "display": "MUSCULAR DYSTROPHY, LIMB-GIRDLE, AUTOSOMAL RECESSIVE 23; LGMDR23" + }, + { + "code": "OMIM:618174", + "display": "CORTICAL DYSPLASIA, COMPLEX, WITH OTHER BRAIN MALFORMATIONS 9; CDCBM9" + }, + { + "code": "OMIM:618225", + "display": "MITOCHONDRIAL COMPLEX I DEFICIENCY, NUCLEAR TYPE 4; MC1DN4" + }, + { + "code": "OMIM:618273", + "display": "MEGA-CORPUS-CALLOSUM SYNDROME WITH CEREBELLAR HYPOPLASIA AND CORTICAL MALFORMATIONS; MCCCHCM" + }, + { + "code": "OMIM:618316", + "display": "INTELLECTUAL DEVELOPMENTAL DISORDER WITH CARDIAC DEFECTS AND DYSMORPHIC FACIES; IDDCDF" + }, + { + "code": "OMIM:618325", + "display": "LISSENCEPHALY 9 WITH COMPLEX BRAINSTEM MALFORMATION; LIS9" + }, + { + "code": "OMIM:618404", + "display": "LEUKODYSTROPHY, HYPOMYELINATING, 18; HLD18" + }, + { + "code": "OMIM:618512", + "display": "O\\'DONNELL-LURIA-RODAN SYNDROME; ODLURO" + }, + { + "code": "OMIM:614921", + "display": "CONGENITAL DISORDER OF GLYCOSYLATION, TYPE It; CDG1T" + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/CodeSystem-tbd-codes.json b/tests/fixtures/ncpi/examples/CodeSystem-tbd-codes.json new file mode 100644 index 0000000..bc6e0f7 --- /dev/null +++ b/tests/fixtures/ncpi/examples/CodeSystem-tbd-codes.json @@ -0,0 +1,136 @@ +{ + "resourceType": "CodeSystem", + "id": "tbd-codes", + "text": { + "status": "generated", + "div": "

This code system http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes defines the following codes:

CodeDisplayDefinition
grouper grouperA means to bundle several observations such as one would find in a genetics test panel.
mode-of-inheritance mode-of-inheritanceThis is actually LOINC code 79742-3. And the IG will be updated
effect-transporter-function effect-transporter-functionPredicted phenotype for drug efficacy through transport mechanism. A single marker interpretation value known to increase or decrease the drug's performance.
effect-medication-efficacy Medication Efficacy
effect-medication-metabolism Medication Metabolism
effect-medication-transporter Medication Transporter Function
effect-high-risk-allele High Risk Allele
prognostic-implication Prognostic Implication componentFinding of whether a particular somatic genotype/haplotype/variation or combination-thereof predicts a particular outcome for the specified cancer - either on its own or in conjunction with one or more interventions.
associated-cancer associated-cancer
associated-therapy Genomically linked therapyThe non-medication therapy (procedure) associated with this implication.
region-coverage region-coverageGiven as a number between 0 and 100. Mean mapped read depth. Obtained by counting total number of mapped reads and divided by the number of bases in the region sequence.
functional-annotation functional-annotationAnnotated changes to sequence features caused by this variant. Terms are from the sequence ontology under SO:0001537.
exact-start-end Variant exact start and endThe genomic coordinates of the exact genomic range in which the variant resides.
inner-start-end Variant inner start and endThe genomic coordinates of the inner genomic range in which the variant might reside.
outer-start-end Variant outer start and endThe genomic coordinates of the outer genomic range in which the variant might reside.
variant-inheritance Variant inheritanceA quality inhering in a variant by virtue of its origin. The terms are in the sequence ontology under SO:0001762.
diagnostic-implication Diagnostic ImplicationAn observation linking a genomic finding with a knowledge base, providing context that may aid in diagnosing a patient with a particular phenotype or condition.
therapeutic-implication Therapeutic ImplicationAn observation linking a genomic finding with a knowledge base, providing potential evidence of an interaction with a specified medication or non-medicinal therapy.
" + }, + "url": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes", + "version": "0.1.0", + "name": "TbdCodes", + "title": "ToBeDeterminedCodes ('TbdCodes')", + "status": "active", + "date": "2020-11-12T19:37:28+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "These codes are currently 'TBD-LOINC' codes. The CG WG is requesting formal LOINC codes.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001" + } + ] + } + ], + "content": "complete", + "count": 18, + "concept": [ + { + "code": "grouper", + "display": "grouper", + "definition": "A means to bundle several observations such as one would find in a genetics test panel." + }, + { + "code": "mode-of-inheritance", + "display": "mode-of-inheritance", + "definition": "This is actually LOINC code 79742-3. And the IG will be updated" + }, + { + "code": "effect-transporter-function", + "display": "effect-transporter-function", + "definition": "Predicted phenotype for drug efficacy through transport mechanism. A single marker interpretation value known to increase or decrease the drug's performance." + }, + { + "code": "effect-medication-efficacy", + "display": "Medication Efficacy" + }, + { + "code": "effect-medication-metabolism", + "display": "Medication Metabolism" + }, + { + "code": "effect-medication-transporter", + "display": "Medication Transporter Function" + }, + { + "code": "effect-high-risk-allele", + "display": "High Risk Allele" + }, + { + "code": "prognostic-implication", + "display": "Prognostic Implication component", + "definition": "Finding of whether a particular somatic genotype/haplotype/variation or combination-thereof predicts a particular outcome for the specified cancer - either on its own or in conjunction with one or more interventions." + }, + { + "code": "associated-cancer", + "display": "associated-cancer" + }, + { + "code": "associated-therapy", + "display": "Genomically linked therapy", + "definition": "The non-medication therapy (procedure) associated with this implication." + }, + { + "code": "region-coverage", + "display": "region-coverage", + "definition": "Given as a number between 0 and 100. Mean mapped read depth. Obtained by counting total number of mapped reads and divided by the number of bases in the region sequence." + }, + { + "code": "functional-annotation", + "display": "functional-annotation", + "definition": "Annotated changes to sequence features caused by this variant. Terms are from the sequence ontology under SO:0001537." + }, + { + "code": "exact-start-end", + "display": "Variant exact start and end", + "definition": "The genomic coordinates of the exact genomic range in which the variant resides." + }, + { + "code": "inner-start-end", + "display": "Variant inner start and end", + "definition": "The genomic coordinates of the inner genomic range in which the variant might reside." + }, + { + "code": "outer-start-end", + "display": "Variant outer start and end", + "definition": "The genomic coordinates of the outer genomic range in which the variant might reside." + }, + { + "code": "variant-inheritance", + "display": "Variant inheritance", + "definition": "A quality inhering in a variant by virtue of its origin. The terms are in the sequence ontology under SO:0001762." + }, + { + "code": "diagnostic-implication", + "display": "Diagnostic Implication", + "definition": "An observation linking a genomic finding with a knowledge base, providing context that may aid in diagnosing a patient with a particular phenotype or condition." + }, + { + "code": "therapeutic-implication", + "display": "Therapeutic Implication", + "definition": "An observation linking a genomic finding with a knowledge base, providing potential evidence of an interaction with a specified medication or non-medicinal therapy." + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/CodeSystem-v3-hgvs.json b/tests/fixtures/ncpi/examples/CodeSystem-v3-hgvs.json new file mode 100644 index 0000000..9910756 --- /dev/null +++ b/tests/fixtures/ncpi/examples/CodeSystem-v3-hgvs.json @@ -0,0 +1,320 @@ +{ + "resourceType": "CodeSystem", + "id": "v3-hgvs", + "text": { + "status": "generated", + "div": "

This code system http://varnomen.hgvs.org defines the following codes:

CodeDisplay
c.10283T>G c.10283T>G
c.1090delA c.1090delA
c.1100 G>T c.1100 G>T
c.1130G>A c.1130G>A
c.11521C>G c.11521C>G
c.1152_1170del c.1152_1170del
c.1243A>C c.1243A>C
c.1378C>T c.1378C>T
c.1528 G>C c.1528 G>C
c.1558C>T c.1558C>T
c.1559C>T c.1559C>T
c.158G>T c.158G>T
c.1640A>G c.1640A>G
c.1720C>T c.1720C>T
c.1823T>G c.1823T>G
c.2056+1G>T c.2056+1G>T
c.2159 A>T c.2159 A>T
c.223delG c.223delG
c.2258C>G c.2258C>G
c.226C>T c.226C>T
c.2303C>T c.2303C>T
c.2332G>A c.2332G>A
c.2405G>T c.2405G>T
c.2471T>C c.2471T>C
c.2539_2541del c.2539_2541del
c.257 G>A c.257 G>A
c.265T>A c.265T>A
c.2662G>A c.2662G>A
c.2674C>A c.2674C>A
c.26_28delAGC c.26_28delAGC
c.296 C>T c.296 C>T
c.314delA c.314delA
c.320del c.320del
c.3478G>A c.3478G>A
c.349 C>T c.349 C>T
c.350delC c.350delC
c.4009 G>A c.4009 G>A
c.416T>G c.416T>G
c.441_457del c.441_457del
c.448 C>G c.448 C>G
c.481C>G c.481C>G
c.5 A>G c.5 A>G
c.5294G>A c.5294G>A
c.5375C>T c.5375C>T
c.5380C>T c.5380C>T
c.5549C>G c.5549C>G
c.5693 G>A c.5693 G>A
c.619 G>A c.619 G>A
c.685+1G>C c.685+1G>C
c.7003C>T c.7003C>T
c.700C>A c.700C>A
c.716C>G c.716C>G
c.760 C>A c.760 C>A
c.7955G>A c.7955G>A
c.7975C>T c.7975C>T
c.8056C>G c.8056C>G
c.851G>C c.851G>C
c.863_864insACCT c.863_864insACCT
c.868G>A c.868G>A
c.931C>T c.931C>T
c.9552G>A c.9552G>A
c.959C>T c.959C>T
c.[711G>T;712C>A] c.[711G>T;712C>A]
p.(Arg2659Trp) p.(Arg2659Trp)
p.(Gln9del) p.(Gln9del)
p.(Leu3428Arg) p.(Leu3428Arg)
p.(Met3184Ile) p.(Met3184Ile)
p.(Pro460Ser) p.(Pro460Ser)
" + }, + "url": "http://varnomen.hgvs.org", + "identifier": [ + { + "system": "urn:ietf:rfc:3986", + "value": "urn:oid:2.16.840.1.113883.6.282" + } + ], + "version": "0.1.0", + "name": "Hgvs", + "title": "Human Genome Variation Society nomenclature", + "status": "active", + "experimental": false, + "date": "2019-03-20T00:00:00-04:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "HGVS nomenclatures are the guidelines for mutation nomenclature made by the Human Genome Variation Society.\n\nHGVS nomenclature can be used with the HL7 coded data type (code data type that accepts expression data, or a coded expression data type). This coded data type should be able to distinguish expressions in HGVS nomenclature from coded concepts. For example, in the HL7 messages specified according to the HL7 V2 Clinical Genomics Fully LOINC-Qualified Genetic Variation Model, HGVS nomenclature can be used to as the observation values for DNA sequence variations. For example, OBX|1|CWE|48004-6^DNA Sequence Variation^LN||c.1129C>T^^HGVS|\n\nVersioning information: The HGVS nomenclature for the description of sequence variants was last modified Feb 20, 2008. The HGVS nomenclature for the description of protein sequence variants was last modified May 12, 2007. The HGVS nomenclature for the description of DNA sequence variants was last modified June 15, 2007 The HGVS nomenclature for the description of RNA sequence variants was last modified May 12, 2007\n\nHGVS nomenclatures can be used freely by the public.", + "content": "complete", + "count": 68, + "concept": [ + { + "code": "c.10283T>G", + "display": "c.10283T>G" + }, + { + "code": "c.1090delA", + "display": "c.1090delA" + }, + { + "code": "c.1100 G>T", + "display": "c.1100 G>T" + }, + { + "code": "c.1130G>A", + "display": "c.1130G>A" + }, + { + "code": "c.11521C>G", + "display": "c.11521C>G" + }, + { + "code": "c.1152_1170del", + "display": "c.1152_1170del" + }, + { + "code": "c.1243A>C", + "display": "c.1243A>C" + }, + { + "code": "c.1378C>T", + "display": "c.1378C>T" + }, + { + "code": "c.1528 G>C", + "display": "c.1528 G>C" + }, + { + "code": "c.1558C>T", + "display": "c.1558C>T" + }, + { + "code": "c.1559C>T", + "display": "c.1559C>T" + }, + { + "code": "c.158G>T", + "display": "c.158G>T" + }, + { + "code": "c.1640A>G", + "display": "c.1640A>G" + }, + { + "code": "c.1720C>T", + "display": "c.1720C>T" + }, + { + "code": "c.1823T>G", + "display": "c.1823T>G" + }, + { + "code": "c.2056+1G>T", + "display": "c.2056+1G>T" + }, + { + "code": "c.2159 A>T", + "display": "c.2159 A>T" + }, + { + "code": "c.223delG", + "display": "c.223delG" + }, + { + "code": "c.2258C>G", + "display": "c.2258C>G" + }, + { + "code": "c.226C>T", + "display": "c.226C>T" + }, + { + "code": "c.2303C>T", + "display": "c.2303C>T" + }, + { + "code": "c.2332G>A", + "display": "c.2332G>A" + }, + { + "code": "c.2405G>T", + "display": "c.2405G>T" + }, + { + "code": "c.2471T>C", + "display": "c.2471T>C" + }, + { + "code": "c.2539_2541del", + "display": "c.2539_2541del" + }, + { + "code": "c.257 G>A", + "display": "c.257 G>A" + }, + { + "code": "c.265T>A", + "display": "c.265T>A" + }, + { + "code": "c.2662G>A", + "display": "c.2662G>A" + }, + { + "code": "c.2674C>A", + "display": "c.2674C>A" + }, + { + "code": "c.26_28delAGC", + "display": "c.26_28delAGC" + }, + { + "code": "c.296 C>T", + "display": "c.296 C>T" + }, + { + "code": "c.314delA", + "display": "c.314delA" + }, + { + "code": "c.320del", + "display": "c.320del" + }, + { + "code": "c.3478G>A", + "display": "c.3478G>A" + }, + { + "code": "c.349 C>T", + "display": "c.349 C>T" + }, + { + "code": "c.350delC", + "display": "c.350delC" + }, + { + "code": "c.4009 G>A", + "display": "c.4009 G>A" + }, + { + "code": "c.416T>G", + "display": "c.416T>G" + }, + { + "code": "c.441_457del", + "display": "c.441_457del" + }, + { + "code": "c.448 C>G", + "display": "c.448 C>G" + }, + { + "code": "c.481C>G", + "display": "c.481C>G" + }, + { + "code": "c.5 A>G", + "display": "c.5 A>G" + }, + { + "code": "c.5294G>A", + "display": "c.5294G>A" + }, + { + "code": "c.5375C>T", + "display": "c.5375C>T" + }, + { + "code": "c.5380C>T", + "display": "c.5380C>T" + }, + { + "code": "c.5549C>G", + "display": "c.5549C>G" + }, + { + "code": "c.5693 G>A", + "display": "c.5693 G>A" + }, + { + "code": "c.619 G>A", + "display": "c.619 G>A" + }, + { + "code": "c.685+1G>C", + "display": "c.685+1G>C" + }, + { + "code": "c.7003C>T", + "display": "c.7003C>T" + }, + { + "code": "c.700C>A", + "display": "c.700C>A" + }, + { + "code": "c.716C>G", + "display": "c.716C>G" + }, + { + "code": "c.760 C>A", + "display": "c.760 C>A" + }, + { + "code": "c.7955G>A", + "display": "c.7955G>A" + }, + { + "code": "c.7975C>T", + "display": "c.7975C>T" + }, + { + "code": "c.8056C>G", + "display": "c.8056C>G" + }, + { + "code": "c.851G>C", + "display": "c.851G>C" + }, + { + "code": "c.863_864insACCT", + "display": "c.863_864insACCT" + }, + { + "code": "c.868G>A", + "display": "c.868G>A" + }, + { + "code": "c.931C>T", + "display": "c.931C>T" + }, + { + "code": "c.9552G>A", + "display": "c.9552G>A" + }, + { + "code": "c.959C>T", + "display": "c.959C>T" + }, + { + "code": "c.[711G>T;712C>A]", + "display": "c.[711G>T;712C>A]" + }, + { + "code": "p.(Arg2659Trp)", + "display": "p.(Arg2659Trp)" + }, + { + "code": "p.(Gln9del)", + "display": "p.(Gln9del)" + }, + { + "code": "p.(Leu3428Arg)", + "display": "p.(Leu3428Arg)" + }, + { + "code": "p.(Met3184Ile)", + "display": "p.(Met3184Ile)" + }, + { + "code": "p.(Pro460Ser)", + "display": "p.(Pro460Ser)" + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Condition-disease-example-1.json b/tests/fixtures/ncpi/examples/Condition-disease-example-1.json new file mode 100644 index 0000000..2988ed6 --- /dev/null +++ b/tests/fixtures/ncpi/examples/Condition-disease-example-1.json @@ -0,0 +1,89 @@ +{ + "resourceType": "Condition", + "id": "disease-example-1", + "meta": { + "profile": [ + "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/disease" + ] + }, + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"disease-example-1\"

Profile: NCPI Disease

clinicalStatus: Active (Condition Clinical Status Codes#active)

verificationStatus: Affected (ConditionVerificationStatus#confirmed \"Confirmed\")

category: Encounter Diagnosis (Condition Category Codes#encounter-diagnosis)

code: Neuroblastoma (NCI Thesaurus#NCIT:Neuroblastoma)

subject: Patient/patient-example-1 \" SMITH\"

recordedDate:

" + }, + "clinicalStatus": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/condition-clinical", + "code": "active", + "display": "Active" + } + ], + "text": "Active" + }, + "verificationStatus": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status", + "code": "confirmed", + "display": "Confirmed" + } + ], + "text": "Affected" + }, + "category": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/condition-category", + "code": "encounter-diagnosis", + "display": "Encounter Diagnosis" + } + ] + } + ], + "code": { + "coding": [ + { + "system": "http://purl.obolibrary.org/obo/ncit.owl", + "code": "NCIT:Neuroblastoma", + "display": "Neuroblastoma" + } + ], + "text": "Neuroblastoma" + }, + "subject": { + "reference": "Patient/patient-example-1" + }, + "_recordedDate": { + "extension": [ + { + "extension": [ + { + "url": "target", + "valueReference": { + "reference": "Patient/patient-example-1" + } + }, + { + "url": "targetPath", + "valueString": "birthDate" + }, + { + "url": "relationship", + "valueCode": "after" + }, + { + "url": "offset", + "valueDuration": { + "value": 25, + "unit": "d", + "system": "http://unitsofmeasure.org", + "code": "days" + } + } + ], + "url": "http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime" + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Condition-phenotype-example-1.json b/tests/fixtures/ncpi/examples/Condition-phenotype-example-1.json new file mode 100644 index 0000000..de7c47b --- /dev/null +++ b/tests/fixtures/ncpi/examples/Condition-phenotype-example-1.json @@ -0,0 +1,67 @@ +{ + "resourceType": "Condition", + "id": "phenotype-example-1", + "meta": { + "profile": [ + "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/phenotype" + ] + }, + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"phenotype-example-1\"

Profile: NCPI Phenotype

verificationStatus: Confirmed (ConditionVerificationStatus#confirmed)

code: Present: Vesicoureteral reflux (Human Phenotype Ontology#HP:0000076 \"Vesicoureteral reflux\")

subject: Patient/patient-example-1 \" SMITH\"

recordedDate:

" + }, + "verificationStatus": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status", + "code": "confirmed", + "display": "Confirmed" + } + ] + }, + "code": { + "coding": [ + { + "system": "http://purl.obolibrary.org/obo/hp.owl", + "code": "HP:0000076", + "display": "Vesicoureteral reflux" + } + ], + "text": "Present: Vesicoureteral reflux" + }, + "subject": { + "reference": "Patient/patient-example-1" + }, + "_recordedDate": { + "extension": [ + { + "extension": [ + { + "url": "target", + "valueReference": { + "reference": "Patient/patient-example-1" + } + }, + { + "url": "targetPath", + "valueString": "birthDate" + }, + { + "url": "relationship", + "valueCode": "after" + }, + { + "url": "offset", + "valueDuration": { + "value": 2, + "unit": "w", + "system": "http://unitsofmeasure.org", + "code": "weeks" + } + } + ], + "url": "http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime" + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/DiagnosticReport-diagnostic-report-1.json b/tests/fixtures/ncpi/examples/DiagnosticReport-diagnostic-report-1.json new file mode 100644 index 0000000..22fd892 --- /dev/null +++ b/tests/fixtures/ncpi/examples/DiagnosticReport-diagnostic-report-1.json @@ -0,0 +1,37 @@ +{ + "resourceType": "DiagnosticReport", + "id": "diagnostic-report-1", + "text": { + "status": "generated", + "div": "

Master HL7 genetic variant reporting panel

SubjectMariah Abigail Smith(OFFICIAL) ?? 2019-06-15

Report Details

CodeValue
Genetic variant assessmentPresent
Diagnostic Implication
" + }, + "extension": [ + { + "url": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/supporting-info", + "valueReference": { + "reference": "Task/task-example-1" + } + } + ], + "status": "final", + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "81247-9", + "display": "Master HL7 genetic variant reporting panel" + } + ] + }, + "subject": { + "reference": "Patient/patient-example-1" + }, + "result": [ + { + "reference": "Observation/variant-example-1" + }, + { + "reference": "Observation/diagnostic-implication-1" + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/DocumentReference-drs-document-reference-example-1.json b/tests/fixtures/ncpi/examples/DocumentReference-drs-document-reference-example-1.json new file mode 100644 index 0000000..b108329 --- /dev/null +++ b/tests/fixtures/ncpi/examples/DocumentReference-drs-document-reference-example-1.json @@ -0,0 +1,21 @@ +{ + "resourceType": "DocumentReference", + "id": "drs-document-reference-example-1", + "meta": { + "profile": [ + "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-drs-document-reference" + ] + }, + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"drs-document-reference-example-1\"

Profile: DRS Document Reference

status: current

content

" + }, + "status": "current", + "content": [ + { + "attachment": { + "url": "drs://example.com/ga4gh/drs/v1/objects/0f8c27b9-3300-4249-bb28-f49ffb80e277" + } + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/DocumentReference-research-document-reference-example-1.json b/tests/fixtures/ncpi/examples/DocumentReference-research-document-reference-example-1.json new file mode 100644 index 0000000..12155c2 --- /dev/null +++ b/tests/fixtures/ncpi/examples/DocumentReference-research-document-reference-example-1.json @@ -0,0 +1,34 @@ +{ + "resourceType": "DocumentReference", + "id": "research-document-reference-example-1", + "meta": { + "profile": [ + "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-research-document-reference" + ] + }, + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"research-document-reference-example-1\"

Profile: Research Document Reference

status: current

subject: Patient/patient-example-3 \" SMITH\"

custodian: Organization/organization-example-1 \"Amazing Children's Hospital\"

content

Contexts

-Related
*Task/task-example-2
" + }, + "status": "current", + "subject": { + "reference": "Patient/patient-example-3" + }, + "custodian": { + "reference": "Organization/organization-example-1" + }, + "content": [ + { + "attachment": { + "url": "drs://example.com/ga4gh/drs/v1/objects/0f8c27b9-3300-4249-bb28-f49ffb80e277" + } + } + ], + "context": { + "related": [ + { + "reference": "Task/task-example-2" + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/ImplementationGuide-NCPI-FHIR-Implementation-Guide.json b/tests/fixtures/ncpi/examples/ImplementationGuide-NCPI-FHIR-Implementation-Guide.json new file mode 100644 index 0000000..ac4c47b --- /dev/null +++ b/tests/fixtures/ncpi/examples/ImplementationGuide-NCPI-FHIR-Implementation-Guide.json @@ -0,0 +1,1130 @@ +{ + "resourceType": "ImplementationGuide", + "id": "NCPI-FHIR-Implementation-Guide", + "text": { + "status": "extensions", + "div": "

NCPIFHIRImplementationGuide

The official URL for this implementation guide is:

https://ncpi-fhir.github.io/ncpi-fhir-ig/ImplementationGuide/NCPI-FHIR-Implementation-Guide

FHIR Implementation Guide for the NIH Cloud Platform Interoperability Effort (NCPI).

\n
" + }, + "url": "https://ncpi-fhir.github.io/ncpi-fhir-ig/ImplementationGuide/NCPI-FHIR-Implementation-Guide", + "version": "0.1.0", + "name": "NCPIFHIRImplementationGuide", + "title": "NCPI FHIR Implementation Guide", + "status": "draft", + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "FHIR Implementation Guide for the NIH Cloud Platform Interoperability Effort (NCPI).", + "packageId": "NCPI-FHIR-Implementation-Guide", + "license": "CC0-1.0", + "fhirVersion": [ + "4.0.1" + ], + "dependsOn": [ + { + "id": "hl7_fhir_us_core", + "uri": "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core", + "packageId": "hl7.fhir.us.core", + "version": "3.1.1" + } + ], + "definition": { + "extension": [ + { + "extension": [ + { + "url": "code", + "valueString": "copyrightyear" + }, + { + "url": "value", + "valueString": "2021+" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "releaselabel" + }, + { + "url": "value", + "valueString": "ci-build" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "path-liquid" + }, + { + "url": "value", + "valueString": "template/liquid" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "path-liquid" + }, + { + "url": "value", + "valueString": "input/liquid" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "path-qa" + }, + { + "url": "value", + "valueString": "temp/qa" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "path-temp" + }, + { + "url": "value", + "valueString": "temp/pages" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "path-output" + }, + { + "url": "value", + "valueString": "output" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "path-suppressed-warnings" + }, + { + "url": "value", + "valueString": "input/ignoreWarnings.txt" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "path-history" + }, + { + "url": "value", + "valueString": "https://ncpi-fhir.github.io/ncpi-fhir-ig/history.html" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "template-html" + }, + { + "url": "value", + "valueString": "template-page.html" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "template-md" + }, + { + "url": "value", + "valueString": "template-page-md.html" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "apply-contact" + }, + { + "url": "value", + "valueString": "true" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "apply-context" + }, + { + "url": "value", + "valueString": "true" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "apply-copyright" + }, + { + "url": "value", + "valueString": "true" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "apply-jurisdiction" + }, + { + "url": "value", + "valueString": "true" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "apply-license" + }, + { + "url": "value", + "valueString": "true" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "apply-publisher" + }, + { + "url": "value", + "valueString": "true" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "apply-version" + }, + { + "url": "value", + "valueString": "true" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "active-tables" + }, + { + "url": "value", + "valueString": "true" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + } + ], + "resource": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "StructureDefinition:complex-type" + } + ], + "reference": { + "reference": "StructureDefinition/ncpi-drs-attachment" + }, + "name": "DRS Attachment", + "description": "A FHIR Attachment with a DRS url.", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "StructureDefinition:resource" + } + ], + "reference": { + "reference": "StructureDefinition/ncpi-drs-document-reference" + }, + "name": "DRS Document Reference", + "description": "A FHIR Document Reference with an embedded DRS URI. See https://github.com/ga4gh/data-repository-service-schemas.", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "StructureDefinition:resource" + } + ], + "reference": { + "reference": "StructureDefinition/disease" + }, + "name": "NCPI Disease", + "description": "Representation for a disease under study for a given research dataset.", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "StructureDefinition:resource" + } + ], + "reference": { + "reference": "StructureDefinition/family-relationship" + }, + "name": "NCPI Family Relationship", + "description": "Representation of a family relationship.", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "StructureDefinition:resource" + } + ], + "reference": { + "reference": "StructureDefinition/phenotype" + }, + "name": "NCPI Phenotype", + "description": "Representation of phenotypic observations (present or absent)", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "StructureDefinition:resource" + } + ], + "reference": { + "reference": "StructureDefinition/ncpi-research-document-reference" + }, + "name": "Research Document Reference", + "description": "A FHIR Document Reference created by an analysis task. Context.related = Task ", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "StructureDefinition:resource" + } + ], + "reference": { + "reference": "StructureDefinition/ncpi-specimen-task" + }, + "name": "Research Task", + "description": "A FHIR analysis task that takes at least one specimen as input and produces at least one document.", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "StructureDefinition:extension" + } + ], + "reference": { + "reference": "StructureDefinition/supporting-info" + }, + "name": "Supporting Information", + "description": "Additional information relevant to interpreting/understanding the report.", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "ValueSet" + } + ], + "reference": { + "reference": "ValueSet/condition-inheritance-vs" + }, + "name": "Condition Inheritance Pattern", + "description": "Value Set for specific ttransmission patterns of a condition in a pedigree", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "ValueSet" + } + ], + "reference": { + "reference": "ValueSet/disease-codes" + }, + "name": "Disease Codes", + "description": "This value set includes all codes from this FHIR server's representation of OMIM, Mondo and NICt CodeSystems.", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "ValueSet" + } + ], + "reference": { + "reference": "ValueSet/loinc-answers" + }, + "name": "LOINC Answers", + "description": "LOINC ANSWERS used by NCPI resources", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "ValueSet" + } + ], + "reference": { + "reference": "ValueSet/ncpi-vs" + }, + "name": "NCPI FHIR Codes", + "description": "Codes that would apply to NCPI projects", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "ValueSet" + } + ], + "reference": { + "reference": "ValueSet/phenotype-codes" + }, + "name": "Phenotype Codes", + "description": "This value set includes all codes from Human Phenotype Ontology.", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "ValueSet" + } + ], + "reference": { + "reference": "ValueSet/tbd-codes" + }, + "name": "tbd-codes", + "description": "This value set includes all TBD Codes", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "CodeSystem" + } + ], + "reference": { + "reference": "CodeSystem/ConditionInheritanceMode" + }, + "name": "Condition Inheritance Pattern", + "description": "A set of terms that describe the transmission pattern of a condition in a pedigree.", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "CodeSystem" + } + ], + "reference": { + "reference": "CodeSystem/hpo" + }, + "name": "Human Phenotype Ontology", + "description": "The Human Phenotype Ontology (HPO) provides a standardized vocabulary of phenotypic abnormalities encountered in human disease. Please see license of HPO at http://www.human-phenotype-ontology.org", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "CodeSystem" + } + ], + "reference": { + "reference": "CodeSystem/v3-hgvs" + }, + "name": "Human Genome Variation Society nomenclature", + "description": "HGVS nomenclatures are the guidelines for mutation nomenclature made by the Human Genome Variation Society.\n\nHGVS nomenclature can be used with the HL7 coded data type (code data type that accepts expression data, or a coded expression data type). This coded data type should be able to distinguish expressions in HGVS nomenclature from coded concepts. For example, in the HL7 messages specified according to the HL7 V2 Clinical Genomics Fully LOINC-Qualified Genetic Variation Model, HGVS nomenclature can be used to as the observation values for DNA sequence variations. For example, OBX|1|CWE|48004-6^DNA Sequence Variation^LN||c.1129C>T^^HGVS|\n\nVersioning information: The HGVS nomenclature for the description of sequence variants was last modified Feb 20, 2008. The HGVS nomenclature for the description of protein sequence variants was last modified May 12, 2007. The HGVS nomenclature for the description of DNA sequence variants was last modified June 15, 2007 The HGVS nomenclature for the description of RNA sequence variants was last modified May 12, 2007\n\nHGVS nomenclatures can be used freely by the public.", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "CodeSystem" + } + ], + "reference": { + "reference": "CodeSystem/loinc-answers" + }, + "name": "LOINC Answers", + "description": "LOINC ANSWERS used by NCPI resources", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "CodeSystem" + } + ], + "reference": { + "reference": "CodeSystem/mondo" + }, + "name": "Mondo Disease Ontology", + "description": "The Mondo Disease Ontology (Mondo) aims to harmonize disease definitions across the world. The name Mondo comes from the latin word 'mundus' and means 'for the world.'", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "CodeSystem" + } + ], + "reference": { + "reference": "CodeSystem/ncit" + }, + "name": "NCI Thesaurus", + "description": "NCI Thesaurus (NCIt) provides reference terminology for many NCI and other systems. It covers vocabulary for clinical care, translational and basic research, and public information and administrative activities.", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "CodeSystem" + } + ], + "reference": { + "reference": "CodeSystem/ncpi" + }, + "name": "NCPI FHIR Codes", + "description": "Codes that would apply to NCPI projects", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "CodeSystem" + } + ], + "reference": { + "reference": "CodeSystem/ncpi-data-types" + }, + "name": "Data Types for NCPI Research", + "description": "Data Types for NCPI Research", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "CodeSystem" + } + ], + "reference": { + "reference": "CodeSystem/omim" + }, + "name": "Online Mendelian Inheritance in Man", + "description": "An online database that describes the function and phenotypes associated with human genes", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "CodeSystem" + } + ], + "reference": { + "reference": "CodeSystem/tbd-codes" + }, + "name": "ToBeDeterminedCodes ('TbdCodes')", + "description": "These codes are currently 'TBD-LOINC' codes. The CG WG is requesting formal LOINC codes.", + "exampleBoolean": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Observation" + } + ], + "reference": { + "reference": "Observation/anvil-summary-cmg" + }, + "name": "Summary detail for Center for Mendelian Genomics", + "description": "Summary detail for Center for Mendelian Genomics", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Observation" + } + ], + "reference": { + "reference": "Observation/anvil-summary-phs000711" + }, + "name": "Baylor Hopkins Center for Mendelian Genomics (BH CMG)", + "description": "Baylor Hopkins Center for Mendelian Genomics (BH CMG)", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Observation" + } + ], + "reference": { + "reference": "Observation/diagnostic-implication-1" + }, + "name": "diagnostic-implication-1", + "description": "Example representation of a known variant found during genetic testing", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "DiagnosticReport" + } + ], + "reference": { + "reference": "DiagnosticReport/diagnostic-report-1" + }, + "name": "diagnostic-report-1", + "description": "Example of a DiagnosticReport which aggregates genetic findings for a given test or run", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Condition" + } + ], + "reference": { + "reference": "Condition/disease-example-1" + }, + "name": "disease-example-1", + "description": "Example of the representation of Disease.", + "exampleCanonical": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/disease" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "DocumentReference" + } + ], + "reference": { + "reference": "DocumentReference/drs-document-reference-example-1" + }, + "name": "drs-document-reference-example-1", + "description": "Example of the representation of DRS Document Reference.", + "exampleCanonical": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-drs-document-reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Observation" + } + ], + "reference": { + "reference": "Observation/family-relationship-example-1" + }, + "name": "family-relationship-example-1", + "description": "Example of the representation of Family Relationship.", + "exampleCanonical": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/family-relationship" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Observation" + } + ], + "reference": { + "reference": "Observation/family-relationship-example-2" + }, + "name": "family-relationship-example-2", + "description": "Example of the representation of Family Relationship.", + "exampleCanonical": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/family-relationship" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Observation" + } + ], + "reference": { + "reference": "Observation/family-relationship-example-3" + }, + "name": "family-relationship-example-3", + "description": "Example of the representation of Family Relationship.", + "exampleCanonical": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/family-relationship" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Observation" + } + ], + "reference": { + "reference": "Observation/family-relationship-example-4" + }, + "name": "family-relationship-example-4", + "description": "Example of the representation of Family Relationship.", + "exampleCanonical": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/family-relationship" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Organization" + } + ], + "reference": { + "reference": "Organization/organization-example-1" + }, + "name": "organization-example-1", + "description": "Example of the representation of Organization.", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Patient" + } + ], + "reference": { + "reference": "Patient/patient-example-1" + }, + "name": "patient-example-1", + "description": "Example of the representation of Patient.", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Patient" + } + ], + "reference": { + "reference": "Patient/patient-example-2" + }, + "name": "patient-example-2", + "description": "Example of the representation of Patient.", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Patient" + } + ], + "reference": { + "reference": "Patient/patient-example-3" + }, + "name": "patient-example-3", + "description": "Example of the representation of Patient.", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Condition" + } + ], + "reference": { + "reference": "Condition/phenotype-example-1" + }, + "name": "phenotype-example-1", + "description": "Example of the representation of observed Phenotype.", + "exampleCanonical": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/phenotype" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Practitioner" + } + ], + "reference": { + "reference": "Practitioner/practitioner-example-1" + }, + "name": "practitioner-example-1", + "description": "Example of the representation of Practitioner.", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "PractitionerRole" + } + ], + "reference": { + "reference": "PractitionerRole/practitioner-role-example-1" + }, + "name": "practitioner-role-example-1", + "description": "Example of the representation of Practitioner Role.", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "DocumentReference" + } + ], + "reference": { + "reference": "DocumentReference/research-document-reference-example-1" + }, + "name": "research-document-reference-example-1", + "description": "Example of the representation of Research Document Reference.", + "exampleCanonical": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-research-document-reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "ResearchStudy" + } + ], + "reference": { + "reference": "ResearchStudy/research-study-cmg" + }, + "name": "research-study-cmg", + "description": "Center for Mendelian Genomics", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "ResearchStudy" + } + ], + "reference": { + "reference": "ResearchStudy/research-study-example-1" + }, + "name": "research-study-example-1", + "description": "Example of the representation of Research Study.", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "ResearchStudy" + } + ], + "reference": { + "reference": "ResearchStudy/research-study-phs000711" + }, + "name": "research-study-phs000711", + "description": "Baylor Hopkins Center for Mendelian Genomics (BH CMG)", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "ResearchSubject" + } + ], + "reference": { + "reference": "ResearchSubject/research-subject-example-1" + }, + "name": "research-subject-example-1", + "description": "Example of the representation of Research Subject.", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "ResearchSubject" + } + ], + "reference": { + "reference": "ResearchSubject/research-subject-example-2" + }, + "name": "research-subject-example-2", + "description": "Example of the representation of Research Subject.", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "ResearchSubject" + } + ], + "reference": { + "reference": "ResearchSubject/research-subject-example-3" + }, + "name": "research-subject-example-3", + "description": "Example of the representation of Research Subject.", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Specimen" + } + ], + "reference": { + "reference": "Specimen/specimen-example-1" + }, + "name": "specimen-example-1", + "description": "Example of the representation of Specimen.", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Task" + } + ], + "reference": { + "reference": "Task/task-example-1" + }, + "name": "task-example-1", + "description": "Example of the representation of Task.", + "exampleBoolean": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Task" + } + ], + "reference": { + "reference": "Task/task-example-2" + }, + "name": "task-example-2", + "description": "Example of the representation of Task that points to a ResearchDocumentReference.", + "exampleCanonical": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-specimen-task" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "Observation" + } + ], + "reference": { + "reference": "Observation/variant-example-1" + }, + "name": "variant-example-1", + "description": "Example of a fhir representation of a variant", + "exampleBoolean": true + } + ], + "page": { + "nameUrl": "toc.html", + "title": "Table of Contents", + "generation": "html", + "page": [ + { + "nameUrl": "index.html", + "title": "Home", + "generation": "markdown" + }, + { + "nameUrl": "authors.html", + "title": "Authors", + "generation": "markdown" + }, + { + "nameUrl": "background.html", + "title": "Background", + "generation": "markdown" + }, + { + "nameUrl": "contact.html", + "title": "Contact", + "generation": "markdown" + }, + { + "nameUrl": "downloads.html", + "title": "Downloads", + "generation": "markdown" + }, + { + "nameUrl": "use_cases.html", + "title": "Use Cases", + "generation": "markdown" + } + ] + }, + "parameter": [ + { + "code": "path-resource", + "value": "input/capabilities" + }, + { + "code": "path-resource", + "value": "input/examples" + }, + { + "code": "path-resource", + "value": "input/extensions" + }, + { + "code": "path-resource", + "value": "input/models" + }, + { + "code": "path-resource", + "value": "input/operations" + }, + { + "code": "path-resource", + "value": "input/profiles" + }, + { + "code": "path-resource", + "value": "input/resources" + }, + { + "code": "path-resource", + "value": "input/vocabulary" + }, + { + "code": "path-resource", + "value": "input/maps" + }, + { + "code": "path-resource", + "value": "input/testing" + }, + { + "code": "path-resource", + "value": "input/history" + }, + { + "code": "path-resource", + "value": "fsh-generated/resources" + }, + { + "code": "path-pages", + "value": "template/config" + }, + { + "code": "path-pages", + "value": "input/images" + }, + { + "code": "path-tx-cache", + "value": "input-cache/txcache" + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Observation-anvil-summary-cmg.json b/tests/fixtures/ncpi/examples/Observation-anvil-summary-cmg.json new file mode 100644 index 0000000..8cb3bfd --- /dev/null +++ b/tests/fixtures/ncpi/examples/Observation-anvil-summary-cmg.json @@ -0,0 +1,75 @@ +{ + "resourceType": "Observation", + "id": "anvil-summary-cmg", + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"anvil-summary-cmg\"

status: final

code: Variable Summary (NCPI FHIR Codes#Summary)

focus: ResearchStudy/research-study-cmg

component

code: Number of Cohorts ([not stated]#CohortCount)

value: 41

component

code: Number of Samples (NCPI FHIR Codes#SampleCount)

value: 807

component

code: Number of Participants (NCPI FHIR Codes#Participant)

value: 807

component

code: Size on Disk ([not stated]#StorageSize)

value: 4.87 TR (Details: UCUM code TR = 'TR')

" + }, + "status": "final", + "code": { + "coding": [ + { + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig", + "code": "Summary", + "display": "Variable Summary" + } + ] + }, + "focus": [ + { + "reference": "ResearchStudy/research-study-cmg" + } + ], + "component": [ + { + "code": { + "coding": [ + { + "code": "CohortCount", + "display": "Number of Cohorts" + } + ] + }, + "valueInteger": 41 + }, + { + "code": { + "coding": [ + { + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig", + "code": "SampleCount", + "display": "Number of Samples" + } + ] + }, + "valueInteger": 807 + }, + { + "code": { + "coding": [ + { + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig", + "code": "Participant", + "display": "Number of Participants" + } + ] + }, + "valueInteger": 807 + }, + { + "code": { + "coding": [ + { + "code": "StorageSize", + "display": "Size on Disk" + } + ] + }, + "valueQuantity": { + "value": 4.87, + "system": "http://unitsofmeasure.org", + "code": "TR" + } + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Observation-anvil-summary-phs000711.json b/tests/fixtures/ncpi/examples/Observation-anvil-summary-phs000711.json new file mode 100644 index 0000000..aacc090 --- /dev/null +++ b/tests/fixtures/ncpi/examples/Observation-anvil-summary-phs000711.json @@ -0,0 +1,128 @@ +{ + "resourceType": "Observation", + "id": "anvil-summary-phs000711", + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"anvil-summary-phs000711\"

status: final

code: Variable Summary (NCPI FHIR Codes#Summary)

focus: ResearchStudy/research-study-phs000711

component

code: Number of Samples (NCPI FHIR Codes#SampleCount)

value: 807

component

code: Number of Participants (NCPI FHIR Codes#Participant)

value: 807

component

code: Consent Codes ([not stated]#ConsentCodes)

value: HMB-IRB-NPU

component

code: Terra Workspace Name ([not stated]#TerraWorkspace)

value: AnVIL_CMG_BaylorHopkins_HMB-NPU_WES

component

code: Primary Disease ([not stated]#PrimaryDisease)

value: Mendelian

component

code: Access Type ([not stated]#AccessType)

value: Controlled Access

component

code: StudyDesign ([not stated]#StudyDesign)

value: Mendelian

component

code: DataType ([not stated]#DataType)

value: Exome

component

code: Size on Disk ([not stated]#StorageSize)

value: 4.87 TR (Details: UCUM code TR = 'TR')

" + }, + "status": "final", + "code": { + "coding": [ + { + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig", + "code": "Summary", + "display": "Variable Summary" + } + ] + }, + "focus": [ + { + "reference": "ResearchStudy/research-study-phs000711" + } + ], + "component": [ + { + "code": { + "coding": [ + { + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig", + "code": "SampleCount", + "display": "Number of Samples" + } + ] + }, + "valueInteger": 807 + }, + { + "code": { + "coding": [ + { + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig", + "code": "Participant", + "display": "Number of Participants" + } + ] + }, + "valueInteger": 807 + }, + { + "code": { + "coding": [ + { + "code": "ConsentCodes", + "display": "Consent Codes" + } + ] + }, + "valueString": "HMB-IRB-NPU" + }, + { + "code": { + "coding": [ + { + "code": "TerraWorkspace", + "display": "Terra Workspace Name" + } + ] + }, + "valueString": "AnVIL_CMG_BaylorHopkins_HMB-NPU_WES" + }, + { + "code": { + "coding": [ + { + "code": "PrimaryDisease", + "display": "Primary Disease" + } + ] + }, + "valueString": "Mendelian" + }, + { + "code": { + "coding": [ + { + "code": "AccessType", + "display": "Access Type" + } + ] + }, + "valueString": "Controlled Access" + }, + { + "code": { + "coding": [ + { + "code": "StudyDesign" + } + ] + }, + "valueString": "Mendelian" + }, + { + "code": { + "coding": [ + { + "code": "DataType" + } + ] + }, + "valueString": "Exome" + }, + { + "code": { + "coding": [ + { + "code": "StorageSize", + "display": "Size on Disk" + } + ] + }, + "valueQuantity": { + "value": 4.87, + "system": "http://unitsofmeasure.org", + "code": "TR" + } + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Observation-diagnostic-implication-1.json b/tests/fixtures/ncpi/examples/Observation-diagnostic-implication-1.json new file mode 100644 index 0000000..b96535a --- /dev/null +++ b/tests/fixtures/ncpi/examples/Observation-diagnostic-implication-1.json @@ -0,0 +1,75 @@ +{ + "resourceType": "Observation", + "id": "diagnostic-implication-1", + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"diagnostic-implication-1\"

status: final

category: Laboratory (Observation Category Codes#laboratory)

code: Diagnostic Implication (ToBeDeterminedCodes ('TbdCodes')#diagnostic-implication)

derivedFrom: Observation/variant-example-1

component

code: mode-of-inheritance (ToBeDeterminedCodes ('TbdCodes')#mode-of-inheritance)

value: Autosomal recessive inheritance (condition-inheritance-vs#HP:0000007)

component

code: Genetic variation clinical significance [Imp] (LOINC#53037-8)

value: Unknown Significance (LOINC#LA6682-4)

" + }, + "status": "final", + "category": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/observation-category", + "code": "laboratory" + } + ] + } + ], + "code": { + "coding": [ + { + "system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes", + "code": "diagnostic-implication", + "display": "Diagnostic Implication" + } + ] + }, + "derivedFrom": [ + { + "reference": "Observation/variant-example-1" + } + ], + "component": [ + { + "code": { + "coding": [ + { + "system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes", + "code": "mode-of-inheritance", + "display": "mode-of-inheritance" + } + ] + }, + "valueCodeableConcept": { + "coding": [ + { + "system": "http://fhir.ncpi-project-forge.io/ValueSet/condition-inheritance-vs", + "code": "HP:0000007", + "display": "Autosomal recessive inheritance" + } + ] + } + }, + { + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "53037-8", + "display": "Genetic variation clinical significance [Imp]" + } + ] + }, + "valueCodeableConcept": { + "coding": [ + { + "system": "http://loinc.org", + "code": "LA6682-4", + "display": "Unknown Significance" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Observation-family-relationship-example-1.json b/tests/fixtures/ncpi/examples/Observation-family-relationship-example-1.json new file mode 100644 index 0000000..033246b --- /dev/null +++ b/tests/fixtures/ncpi/examples/Observation-family-relationship-example-1.json @@ -0,0 +1,41 @@ +{ + "resourceType": "Observation", + "id": "family-relationship-example-1", + "meta": { + "profile": [ + "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/family-relationship" + ] + }, + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"family-relationship-example-1\"

Profile: NCPI Family Relationship

status: final

code: family member (RoleCode#FAMMEMB)

subject: Patient/patient-example-1 \" SMITH\"

focus: Patient/patient-example-2 \" SMITH\"

value: Child (RoleCode#CHILD \"child\")

" + }, + "status": "final", + "code": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "code": "FAMMEMB", + "display": "family member" + } + ] + }, + "subject": { + "reference": "Patient/patient-example-1" + }, + "focus": [ + { + "reference": "Patient/patient-example-2" + } + ], + "valueCodeableConcept": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "code": "CHILD", + "display": "child" + } + ], + "text": "Child" + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Observation-family-relationship-example-2.json b/tests/fixtures/ncpi/examples/Observation-family-relationship-example-2.json new file mode 100644 index 0000000..de52ec5 --- /dev/null +++ b/tests/fixtures/ncpi/examples/Observation-family-relationship-example-2.json @@ -0,0 +1,41 @@ +{ + "resourceType": "Observation", + "id": "family-relationship-example-2", + "meta": { + "profile": [ + "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/family-relationship" + ] + }, + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"family-relationship-example-2\"

Profile: NCPI Family Relationship

status: final

code: family member (RoleCode#FAMMEMB)

subject: Patient/patient-example-1 \" SMITH\"

focus: Patient/patient-example-3 \" SMITH\"

value: Child (RoleCode#CHILD \"child\")

" + }, + "status": "final", + "code": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "code": "FAMMEMB", + "display": "family member" + } + ] + }, + "subject": { + "reference": "Patient/patient-example-1" + }, + "focus": [ + { + "reference": "Patient/patient-example-3" + } + ], + "valueCodeableConcept": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "code": "CHILD", + "display": "child" + } + ], + "text": "Child" + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Observation-family-relationship-example-3.json b/tests/fixtures/ncpi/examples/Observation-family-relationship-example-3.json new file mode 100644 index 0000000..2e1dcdf --- /dev/null +++ b/tests/fixtures/ncpi/examples/Observation-family-relationship-example-3.json @@ -0,0 +1,46 @@ +{ + "resourceType": "Observation", + "id": "family-relationship-example-3", + "meta": { + "profile": [ + "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/family-relationship" + ] + }, + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"family-relationship-example-3\"

Profile: NCPI Family Relationship

status: final

code: family member (RoleCode#FAMMEMB)

subject: Patient/patient-example-2 \" SMITH\"

focus: Patient/patient-example-1 \" SMITH\"

value: Mother (RoleCode#PRN \"parent\"; RoleCode#MTH \"mother\")

" + }, + "status": "final", + "code": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "code": "FAMMEMB", + "display": "family member" + } + ] + }, + "subject": { + "reference": "Patient/patient-example-2" + }, + "focus": [ + { + "reference": "Patient/patient-example-1" + } + ], + "valueCodeableConcept": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "code": "PRN", + "display": "parent" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "code": "MTH", + "display": "mother" + } + ], + "text": "Mother" + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Observation-family-relationship-example-4.json b/tests/fixtures/ncpi/examples/Observation-family-relationship-example-4.json new file mode 100644 index 0000000..44a95e9 --- /dev/null +++ b/tests/fixtures/ncpi/examples/Observation-family-relationship-example-4.json @@ -0,0 +1,46 @@ +{ + "resourceType": "Observation", + "id": "family-relationship-example-4", + "meta": { + "profile": [ + "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/family-relationship" + ] + }, + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"family-relationship-example-4\"

Profile: NCPI Family Relationship

status: final

code: family member (RoleCode#FAMMEMB)

subject: Patient/patient-example-3 \" SMITH\"

focus: Patient/patient-example-1 \" SMITH\"

value: Father (RoleCode#PRN \"parent\"; RoleCode#FTH \"father\")

" + }, + "status": "final", + "code": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "code": "FAMMEMB", + "display": "family member" + } + ] + }, + "subject": { + "reference": "Patient/patient-example-3" + }, + "focus": [ + { + "reference": "Patient/patient-example-1" + } + ], + "valueCodeableConcept": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "code": "PRN", + "display": "parent" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "code": "FTH", + "display": "father" + } + ], + "text": "Father" + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Observation-variant-example-1.json b/tests/fixtures/ncpi/examples/Observation-variant-example-1.json new file mode 100644 index 0000000..de9702a --- /dev/null +++ b/tests/fixtures/ncpi/examples/Observation-variant-example-1.json @@ -0,0 +1,215 @@ +{ + "resourceType": "Observation", + "id": "variant-example-1", + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"variant-example-1\"

status: final

category: Laboratory (Observation Category Codes#laboratory)

code: Genetic variant assessment (LOINC#69548-6)

value: Present (LOINC#LA9633-4)

method: Sequencing (LOINC#LA26398-0)

specimen: Specimen/specimen-example-1: Specimen

component

code: Gene studied ID (LOINC#48018-6)

value: HGNC:6518 (gene#LBR)

component

code: Cytogenetic (chromosome) location (LOINC#48001-2)

value: Chr1 (loinc-answers#LA21254-0)

component

code: Variant exact start and end (ToBeDeterminedCodes ('TbdCodes')#exact-start-end)

value: 225592153-?

component

code: Genomic ref allele [ID] (LOINC#69547-8)

value: T

component

code: Genomic alt allele [ID] (LOINC#69551-0)

value: C

component

code: Allelic state (LOINC#53034-5)

value: Heterozygous (LOINC#LA6706-1)

component

code: Human reference sequence assembly version (LOINC#62374-4)

value: GRCh37 (LOINC#LA14029-5)

component

code: Transcript reference sequence [ID] (LOINC#51958-7)

value: NM_002296.3 (Gene Reference Sequence Collection#NM_002296.3)

component

code: DNA change (c.HGVS) (LOINC#48004-6)

value: c.1640A>G (Human Genome Variation Society nomenclature#c.1640A>G)

" + }, + "status": "final", + "category": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/observation-category", + "code": "laboratory" + } + ] + } + ], + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "69548-6", + "display": "Genetic variant assessment" + } + ] + }, + "valueCodeableConcept": { + "coding": [ + { + "system": "http://loinc.org", + "code": "LA9633-4", + "display": "Present" + } + ] + }, + "method": { + "coding": [ + { + "system": "http://loinc.org", + "code": "LA26398-0", + "display": "Sequencing" + } + ] + }, + "specimen": { + "reference": "Specimen/specimen-example-1", + "display": "Specimen" + }, + "component": [ + { + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "48018-6", + "display": "Gene studied ID" + } + ] + }, + "valueCodeableConcept": { + "coding": [ + { + "system": "https://www.ncbi.nlm.nih.gov/gene", + "code": "LBR", + "display": "HGNC:6518" + } + ] + } + }, + { + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "48001-2", + "display": "Cytogenetic (chromosome) location" + } + ] + }, + "valueCodeableConcept": { + "coding": [ + { + "system": "http://fhir.ncpi-project-forge.io/ValueSet/loinc-answers", + "code": "LA21254-0", + "display": "Chr1" + } + ], + "text": "Chr1" + } + }, + { + "code": { + "coding": [ + { + "system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes", + "code": "exact-start-end", + "display": "Variant exact start and end" + } + ] + }, + "valueRange": { + "low": { + "value": 225592153 + } + } + }, + { + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "69547-8", + "display": "Genomic ref allele [ID]" + } + ] + }, + "valueString": "T" + }, + { + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "69551-0", + "display": "Genomic alt allele [ID]" + } + ] + }, + "valueString": "C" + }, + { + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "53034-5", + "display": "Allelic state" + } + ] + }, + "valueCodeableConcept": { + "coding": [ + { + "system": "http://loinc.org", + "code": "LA6706-1", + "display": "Heterozygous" + } + ], + "text": "Heterozygous" + } + }, + { + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "62374-4", + "display": "Human reference sequence assembly version" + } + ] + }, + "valueCodeableConcept": { + "coding": [ + { + "system": "http://loinc.org", + "code": "LA14029-5", + "display": "GRCh37" + } + ], + "text": "GRCh37" + } + }, + { + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "51958-7", + "display": "Transcript reference sequence [ID]" + } + ] + }, + "valueCodeableConcept": { + "coding": [ + { + "system": "http://www.ncbi.nlm.nih.gov/refseq", + "code": "NM_002296.3", + "display": "NM_002296.3" + } + ] + } + }, + { + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "48004-6", + "display": "DNA change (c.HGVS)" + } + ] + }, + "valueCodeableConcept": { + "coding": [ + { + "system": "http://varnomen.hgvs.org", + "code": "c.1640A>G", + "display": "c.1640A>G" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Organization-organization-example-1.json b/tests/fixtures/ncpi/examples/Organization-organization-example-1.json new file mode 100644 index 0000000..ce40339 --- /dev/null +++ b/tests/fixtures/ncpi/examples/Organization-organization-example-1.json @@ -0,0 +1,43 @@ +{ + "resourceType": "Organization", + "id": "organization-example-1", + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"organization-example-1\"

active: true

type: Hospital (Organization type#prov \"Healthcare Provider\")

name: Amazing Children's Hospital

telecom: ph: (555) 555-5555(WORK)

address: 3401 Civic Center Blvd., Philadelphia, PA 19104(WORK)

" + }, + "active": true, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } + ], + "text": "Hospital" + } + ], + "name": "Amazing Children's Hospital", + "telecom": [ + { + "system": "phone", + "value": "(555) 555-5555", + "use": "work", + "rank": 1 + } + ], + "address": [ + { + "use": "work", + "type": "both", + "text": "3401 Civic Center Blvd., Philadelphia, PA 19104", + "line": [ + "3401 Civic Center Blvd." + ], + "city": "Philadelphia", + "state": "PA", + "postalCode": "19104" + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Patient-patient-example-1.json b/tests/fixtures/ncpi/examples/Patient-patient-example-1.json new file mode 100644 index 0000000..a9aaec9 --- /dev/null +++ b/tests/fixtures/ncpi/examples/Patient-patient-example-1.json @@ -0,0 +1,182 @@ +{ + "resourceType": "Patient", + "id": "patient-example-1", + "text": { + "status": "extensions", + "div": "

Generated Narrative

Resource \"patient-example-1\"

US Core Race Extension

value: White (Details: urn:oid:2.16.840.1.113883.6.238 code 2106-3 = 'White', stated as 'White')

value: Irish (Details: urn:oid:2.16.840.1.113883.6.238 code 2113-9 = 'Irish', stated as 'Irish')

value: White

US Core Ethnicity Extension

value: Hispanic or Latino (Details: urn:oid:2.16.840.1.113883.6.238 code 2135-2 = 'Hispanic or Latino', stated as 'Hispanic or Latino')

value: Mexican (Details: urn:oid:2.16.840.1.113883.6.238 code 2148-5 = 'Mexican', stated as 'Mexican')

value: Hispanic or Latino

name: Mariah Abigail Smith(OFFICIAL)

telecom: ph: (555) 555-5555(HOME)

gender: female

birthDate: 2019-06-15

address: 3401 Civic Center Blvd., Philadelphia, PA 19104(HOME)

contact

relationship: Parent (contactRole2#C \"Emergency Contact\")

name: Jane Samantha Smith(OFFICIAL)

telecom: ph: (555) 555-5555(HOME)

address: 3401 Civic Center Blvd., Philadelphia, PA 19104(HOME)

gender: female

contact

relationship: Parent (contactRole2#C \"Emergency Contact\")

name: John Samuel Smith(OFFICIAL)

telecom: ph: (555) 555-5555(HOME)

address: 3401 Civic Center Blvd., Philadelphia, PA 19104(HOME)

gender: male

" + }, + "extension": [ + { + "extension": [ + { + "url": "ombCategory", + "valueCoding": { + "system": "urn:oid:2.16.840.1.113883.6.238", + "code": "2106-3", + "display": "White" + } + }, + { + "url": "detailed", + "valueCoding": { + "system": "urn:oid:2.16.840.1.113883.6.238", + "code": "2113-9", + "display": "Irish" + } + }, + { + "url": "text", + "valueString": "White" + } + ], + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race" + }, + { + "extension": [ + { + "url": "ombCategory", + "valueCoding": { + "system": "urn:oid:2.16.840.1.113883.6.238", + "code": "2135-2", + "display": "Hispanic or Latino" + } + }, + { + "url": "detailed", + "valueCoding": { + "system": "urn:oid:2.16.840.1.113883.6.238", + "code": "2148-5", + "display": "Mexican" + } + }, + { + "url": "text", + "valueString": "Hispanic or Latino" + } + ], + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity" + } + ], + "name": [ + { + "use": "official", + "text": "Mariah Abigail Smith", + "family": "Smith", + "given": [ + "Mariah", + "Abigail" + ] + } + ], + "telecom": [ + { + "system": "phone", + "value": "(555) 555-5555", + "use": "home", + "rank": 1 + } + ], + "gender": "female", + "birthDate": "2019-06-15", + "address": [ + { + "use": "home", + "type": "both", + "text": "3401 Civic Center Blvd., Philadelphia, PA 19104", + "line": [ + "3401 Civic Center Blvd." + ], + "city": "Philadelphia", + "state": "PA", + "postalCode": "19104" + } + ], + "contact": [ + { + "relationship": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0131", + "code": "C", + "display": "Emergency Contact" + } + ], + "text": "Parent" + } + ], + "name": { + "use": "official", + "text": "Jane Samantha Smith", + "family": "Smith", + "given": [ + "Jane", + "Samantha" + ] + }, + "telecom": [ + { + "system": "phone", + "value": "(555) 555-5555", + "use": "home", + "rank": 1 + } + ], + "address": { + "use": "home", + "type": "both", + "text": "3401 Civic Center Blvd., Philadelphia, PA 19104", + "line": [ + "3401 Civic Center Blvd." + ], + "city": "Philadelphia", + "state": "PA", + "postalCode": "19104" + }, + "gender": "female" + }, + { + "relationship": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0131", + "code": "C", + "display": "Emergency Contact" + } + ], + "text": "Parent" + } + ], + "name": { + "use": "official", + "text": "John Samuel Smith", + "family": "Smith", + "given": [ + "John", + "Samuel" + ] + }, + "telecom": [ + { + "system": "phone", + "value": "(555) 555-5555", + "use": "home", + "rank": 1 + } + ], + "address": { + "use": "home", + "type": "both", + "text": "3401 Civic Center Blvd., Philadelphia, PA 19104", + "line": [ + "3401 Civic Center Blvd." + ], + "city": "Philadelphia", + "state": "PA", + "postalCode": "19104" + }, + "gender": "male" + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Patient-patient-example-2.json b/tests/fixtures/ncpi/examples/Patient-patient-example-2.json new file mode 100644 index 0000000..a30e03f --- /dev/null +++ b/tests/fixtures/ncpi/examples/Patient-patient-example-2.json @@ -0,0 +1,130 @@ +{ + "resourceType": "Patient", + "id": "patient-example-2", + "text": { + "status": "extensions", + "div": "

Generated Narrative

Resource \"patient-example-2\"

US Core Race Extension

value: White (Details: urn:oid:2.16.840.1.113883.6.238 code 2106-3 = 'White', stated as 'White')

value: White

US Core Ethnicity Extension

value: Hispanic or Latino (Details: urn:oid:2.16.840.1.113883.6.238 code 2135-2 = 'Hispanic or Latino', stated as 'Hispanic or Latino')

value: Mexican (Details: urn:oid:2.16.840.1.113883.6.238 code 2148-5 = 'Mexican', stated as 'Mexican')

value: Hispanic or Latino

name: Jane Samantha Smith(OFFICIAL)

telecom: ph: (555) 555-5555(HOME)

gender: female

address: 3401 Civic Center Blvd., Philadelphia, PA 19104(HOME)

Contacts

-RelationshipNameTelecomAddressGender
*Spouse (contactRole2#C \"Emergency Contact\")John Samuel Smith(OFFICIAL)ph: (555) 555-5555(HOME)3401 Civic Center Blvd., Philadelphia, PA 19104(HOME)male
" + }, + "extension": [ + { + "extension": [ + { + "url": "ombCategory", + "valueCoding": { + "system": "urn:oid:2.16.840.1.113883.6.238", + "code": "2106-3", + "display": "White" + } + }, + { + "url": "text", + "valueString": "White" + } + ], + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race" + }, + { + "extension": [ + { + "url": "ombCategory", + "valueCoding": { + "system": "urn:oid:2.16.840.1.113883.6.238", + "code": "2135-2", + "display": "Hispanic or Latino" + } + }, + { + "url": "detailed", + "valueCoding": { + "system": "urn:oid:2.16.840.1.113883.6.238", + "code": "2148-5", + "display": "Mexican" + } + }, + { + "url": "text", + "valueString": "Hispanic or Latino" + } + ], + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity" + } + ], + "name": [ + { + "use": "official", + "text": "Jane Samantha Smith", + "family": "Smith", + "given": [ + "Jane", + "Samantha" + ] + } + ], + "telecom": [ + { + "system": "phone", + "value": "(555) 555-5555", + "use": "home", + "rank": 1 + } + ], + "gender": "female", + "address": [ + { + "use": "home", + "type": "both", + "text": "3401 Civic Center Blvd., Philadelphia, PA 19104", + "line": [ + "3401 Civic Center Blvd." + ], + "city": "Philadelphia", + "state": "PA", + "postalCode": "19104" + } + ], + "contact": [ + { + "relationship": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0131", + "code": "C", + "display": "Emergency Contact" + } + ], + "text": "Spouse" + } + ], + "name": { + "use": "official", + "text": "John Samuel Smith", + "family": "Smith", + "given": [ + "John", + "Samuel" + ] + }, + "telecom": [ + { + "system": "phone", + "value": "(555) 555-5555", + "use": "home", + "rank": 1 + } + ], + "address": { + "use": "home", + "type": "both", + "text": "3401 Civic Center Blvd., Philadelphia, PA 19104", + "line": [ + "3401 Civic Center Blvd." + ], + "city": "Philadelphia", + "state": "PA", + "postalCode": "19104" + }, + "gender": "male" + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Patient-patient-example-3.json b/tests/fixtures/ncpi/examples/Patient-patient-example-3.json new file mode 100644 index 0000000..88afc25 --- /dev/null +++ b/tests/fixtures/ncpi/examples/Patient-patient-example-3.json @@ -0,0 +1,130 @@ +{ + "resourceType": "Patient", + "id": "patient-example-3", + "text": { + "status": "extensions", + "div": "

Generated Narrative

Resource \"patient-example-3\"

US Core Race Extension

value: White (Details: urn:oid:2.16.840.1.113883.6.238 code 2106-3 = 'White', stated as 'White')

value: Irish (Details: urn:oid:2.16.840.1.113883.6.238 code 2113-9 = 'Irish', stated as 'Irish')

value: White

US Core Ethnicity Extension

value: Not Hispanic or Latino (Details: urn:oid:2.16.840.1.113883.6.238 code 2186-5 = 'Not Hispanic or Latino', stated as 'Not Hispanic or Latino')

value: Not Hispanic or Latino

name: John Samuel Smith(OFFICIAL)

telecom: ph: (555) 555-5555(HOME)

gender: male

address: 3401 Civic Center Blvd., Philadelphia, PA 19104(HOME)

Contacts

-RelationshipNameTelecomAddressGender
*Spouse (contactRole2#C \"Emergency Contact\")Jane Samantha Smith(OFFICIAL)ph: (555) 555-5555(HOME)3401 Civic Center Blvd., Philadelphia, PA 19104(HOME)female
" + }, + "extension": [ + { + "extension": [ + { + "url": "ombCategory", + "valueCoding": { + "system": "urn:oid:2.16.840.1.113883.6.238", + "code": "2106-3", + "display": "White" + } + }, + { + "url": "detailed", + "valueCoding": { + "system": "urn:oid:2.16.840.1.113883.6.238", + "code": "2113-9", + "display": "Irish" + } + }, + { + "url": "text", + "valueString": "White" + } + ], + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race" + }, + { + "extension": [ + { + "url": "ombCategory", + "valueCoding": { + "system": "urn:oid:2.16.840.1.113883.6.238", + "code": "2186-5", + "display": "Not Hispanic or Latino" + } + }, + { + "url": "text", + "valueString": "Not Hispanic or Latino" + } + ], + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity" + } + ], + "name": [ + { + "use": "official", + "text": "John Samuel Smith", + "family": "Smith", + "given": [ + "Jone", + "Samuel" + ] + } + ], + "telecom": [ + { + "system": "phone", + "value": "(555) 555-5555", + "use": "home", + "rank": 1 + } + ], + "gender": "male", + "address": [ + { + "use": "home", + "type": "both", + "text": "3401 Civic Center Blvd., Philadelphia, PA 19104", + "line": [ + "3401 Civic Center Blvd." + ], + "city": "Philadelphia", + "state": "PA", + "postalCode": "19104" + } + ], + "contact": [ + { + "relationship": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0131", + "code": "C", + "display": "Emergency Contact" + } + ], + "text": "Spouse" + } + ], + "name": { + "use": "official", + "text": "Jane Samantha Smith", + "family": "Smith", + "given": [ + "Jane", + "Samantha" + ] + }, + "telecom": [ + { + "system": "phone", + "value": "(555) 555-5555", + "use": "home", + "rank": 1 + } + ], + "address": { + "use": "home", + "type": "both", + "text": "3401 Civic Center Blvd., Philadelphia, PA 19104", + "line": [ + "3401 Civic Center Blvd." + ], + "city": "Philadelphia", + "state": "PA", + "postalCode": "19104" + }, + "gender": "female" + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Practitioner-practitioner-example-1.json b/tests/fixtures/ncpi/examples/Practitioner-practitioner-example-1.json new file mode 100644 index 0000000..c003170 --- /dev/null +++ b/tests/fixtures/ncpi/examples/Practitioner-practitioner-example-1.json @@ -0,0 +1,42 @@ +{ + "resourceType": "Practitioner", + "id": "practitioner-example-1", + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"practitioner-example-1\"

active: true

name: Jane Samantha Smith(OFFICIAL)

telecom: ph: (555) 555-5555(WORK)

address: 3401 Civic Center Blvd., Philadelphia, PA 19104(WORK)

gender: female

" + }, + "active": true, + "name": [ + { + "use": "official", + "text": "Jane Samantha Smith", + "family": "Smith", + "given": [ + "Jane", + "Samantha" + ] + } + ], + "telecom": [ + { + "system": "phone", + "value": "(555) 555-5555", + "use": "work", + "rank": 1 + } + ], + "address": [ + { + "use": "work", + "type": "both", + "text": "3401 Civic Center Blvd., Philadelphia, PA 19104", + "line": [ + "3401 Civic Center Blvd." + ], + "city": "Philadelphia", + "state": "PA", + "postalCode": "19104" + } + ], + "gender": "female" +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/PractitionerRole-practitioner-role-example-1.json b/tests/fixtures/ncpi/examples/PractitionerRole-practitioner-role-example-1.json new file mode 100644 index 0000000..66028de --- /dev/null +++ b/tests/fixtures/ncpi/examples/PractitionerRole-practitioner-role-example-1.json @@ -0,0 +1,35 @@ +{ + "resourceType": "PractitionerRole", + "id": "practitioner-role-example-1", + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"practitioner-role-example-1\"

active: true

practitioner: Practitioner/practitioner-example-1 \" SMITH\"

organization: Organization/organization-example-1 \"Amazing Children's Hospital\"

code: Principal Investigator (Practitioner role#researcher \"Researcher\")

telecom: ph: (555) 555-5555(WORK)

" + }, + "active": true, + "practitioner": { + "reference": "Practitioner/practitioner-example-1" + }, + "organization": { + "reference": "Organization/organization-example-1" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/practitioner-role", + "code": "researcher", + "display": "Researcher" + } + ], + "text": "Principal Investigator" + } + ], + "telecom": [ + { + "system": "phone", + "value": "(555) 555-5555", + "use": "work", + "rank": 1 + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/ResearchStudy-research-study-cmg.json b/tests/fixtures/ncpi/examples/ResearchStudy-research-study-cmg.json new file mode 100644 index 0000000..fdacfef --- /dev/null +++ b/tests/fixtures/ncpi/examples/ResearchStudy-research-study-cmg.json @@ -0,0 +1,33 @@ +{ + "resourceType": "ResearchStudy", + "id": "research-study-cmg", + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"research-study-cmg\"

title: Center for Mendelian Genomics

status: completed

primaryPurposeType: diagnostic ([not stated]#diagnostic)

category: Study Consortium (NCPI FHIR Codes#Consortium)

condition: Mendelian ()

" + }, + "title": "Center for Mendelian Genomics", + "status": "completed", + "primaryPurposeType": { + "coding": [ + { + "code": "diagnostic" + } + ] + }, + "category": [ + { + "coding": [ + { + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig", + "code": "Consortium", + "display": "Study Consortium" + } + ] + } + ], + "condition": [ + { + "text": "Mendelian" + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/ResearchStudy-research-study-example-1.json b/tests/fixtures/ncpi/examples/ResearchStudy-research-study-example-1.json new file mode 100644 index 0000000..4b081da --- /dev/null +++ b/tests/fixtures/ncpi/examples/ResearchStudy-research-study-example-1.json @@ -0,0 +1,13 @@ +{ + "resourceType": "ResearchStudy", + "id": "research-study-example-1", + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"research-study-example-1\"

title: NCPI Research Study Example 1

status: completed

principalInvestigator: PractitionerRole/practitioner-role-example-1

" + }, + "title": "NCPI Research Study Example 1", + "status": "completed", + "principalInvestigator": { + "reference": "PractitionerRole/practitioner-role-example-1" + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/ResearchStudy-research-study-phs000711.json b/tests/fixtures/ncpi/examples/ResearchStudy-research-study-phs000711.json new file mode 100644 index 0000000..3011060 --- /dev/null +++ b/tests/fixtures/ncpi/examples/ResearchStudy-research-study-phs000711.json @@ -0,0 +1,38 @@ +{ + "resourceType": "ResearchStudy", + "id": "research-study-phs000711", + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"research-study-phs000711\"

title: Baylor Hopkins Center for Mendelian Genomics (BH CMG)

partOf: ResearchStudy/research-study-cmg

status: completed

primaryPurposeType: diagnostic ([not stated]#diagnostic)

category: Study Cohort (NCPI FHIR Codes#StudyCohort)

condition: Mendelian ()

" + }, + "title": "Baylor Hopkins Center for Mendelian Genomics (BH CMG)", + "partOf": [ + { + "reference": "ResearchStudy/research-study-cmg" + } + ], + "status": "completed", + "primaryPurposeType": { + "coding": [ + { + "code": "diagnostic" + } + ] + }, + "category": [ + { + "coding": [ + { + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig", + "code": "StudyCohort", + "display": "Study Cohort" + } + ] + } + ], + "condition": [ + { + "text": "Mendelian" + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/ResearchSubject-research-subject-example-1.json b/tests/fixtures/ncpi/examples/ResearchSubject-research-subject-example-1.json new file mode 100644 index 0000000..a7316d8 --- /dev/null +++ b/tests/fixtures/ncpi/examples/ResearchSubject-research-subject-example-1.json @@ -0,0 +1,15 @@ +{ + "resourceType": "ResearchSubject", + "id": "research-subject-example-1", + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"research-subject-example-1\"

status: on-study

study: ResearchStudy/research-study-example-1

individual: Patient/patient-example-1 \" SMITH\"

" + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/research-study-example-1" + }, + "individual": { + "reference": "Patient/patient-example-1" + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/ResearchSubject-research-subject-example-2.json b/tests/fixtures/ncpi/examples/ResearchSubject-research-subject-example-2.json new file mode 100644 index 0000000..ad0c37c --- /dev/null +++ b/tests/fixtures/ncpi/examples/ResearchSubject-research-subject-example-2.json @@ -0,0 +1,15 @@ +{ + "resourceType": "ResearchSubject", + "id": "research-subject-example-2", + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"research-subject-example-2\"

status: on-study

study: ResearchStudy/research-study-example-1

individual: Patient/patient-example-2 \" SMITH\"

" + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/research-study-example-1" + }, + "individual": { + "reference": "Patient/patient-example-2" + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/ResearchSubject-research-subject-example-3.json b/tests/fixtures/ncpi/examples/ResearchSubject-research-subject-example-3.json new file mode 100644 index 0000000..6c076bf --- /dev/null +++ b/tests/fixtures/ncpi/examples/ResearchSubject-research-subject-example-3.json @@ -0,0 +1,15 @@ +{ + "resourceType": "ResearchSubject", + "id": "research-subject-example-3", + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"research-subject-example-3\"

status: on-study

study: ResearchStudy/research-study-example-1

individual: Patient/patient-example-3 \" SMITH\"

" + }, + "status": "on-study", + "study": { + "reference": "ResearchStudy/research-study-example-1" + }, + "individual": { + "reference": "Patient/patient-example-3" + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Specimen-specimen-example-1.json b/tests/fixtures/ncpi/examples/Specimen-specimen-example-1.json new file mode 100644 index 0000000..59e0878 --- /dev/null +++ b/tests/fixtures/ncpi/examples/Specimen-specimen-example-1.json @@ -0,0 +1,112 @@ +{ + "resourceType": "Specimen", + "id": "specimen-example-1", + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"specimen-example-1\"

type: Solid Tissue (specimenType#TISS \"Tissue\")

subject: Patient/patient-example-1 \" SMITH\"

receivedTime:

Collections

-Collected[x]QuantityMethodBodySite
*50 uL (Details: UCUM code uL = 'uL')Biopsy (SNOMED CT#129314006 \"Biopsy - action\")Central Nervous System (SNOMED CT#21483005 \"Structure of central nervous system\")
" + }, + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0487", + "code": "TISS", + "display": "Tissue" + } + ], + "text": "Solid Tissue" + }, + "subject": { + "reference": "Patient/patient-example-1" + }, + "_receivedTime": { + "extension": [ + { + "extension": [ + { + "url": "target", + "valueReference": { + "reference": "Patient/patient-example-1" + } + }, + { + "url": "targetPath", + "valueString": "birthDate" + }, + { + "url": "relationship", + "valueCode": "after" + }, + { + "url": "offset", + "valueDuration": { + "value": 366, + "unit": "d", + "system": "http://unitsofmeasure.org", + "code": "days" + } + } + ], + "url": "http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime" + } + ] + }, + "collection": { + "_collectedDateTime": { + "extension": [ + { + "extension": [ + { + "url": "target", + "valueReference": { + "reference": "Patient/patient-example-1" + } + }, + { + "url": "targetPath", + "valueString": "birthDate" + }, + { + "url": "relationship", + "valueCode": "after" + }, + { + "url": "offset", + "valueDuration": { + "value": 366, + "unit": "d", + "system": "http://unitsofmeasure.org", + "code": "days" + } + } + ], + "url": "http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime" + } + ] + }, + "quantity": { + "value": 50, + "system": "http://unitsofmeasure.org", + "code": "uL" + }, + "method": { + "coding": [ + { + "system": "http://snomed.info/sct", + "code": "129314006", + "display": "Biopsy - action" + } + ], + "text": "Biopsy" + }, + "bodySite": { + "coding": [ + { + "system": "http://snomed.info/sct", + "code": "21483005", + "display": "Structure of central nervous system" + } + ], + "text": "Central Nervous System" + } + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/StructureDefinition-disease.json b/tests/fixtures/ncpi/examples/StructureDefinition-disease.json new file mode 100644 index 0000000..cef2014 --- /dev/null +++ b/tests/fixtures/ncpi/examples/StructureDefinition-disease.json @@ -0,0 +1,2004 @@ +{ + "resourceType": "StructureDefinition", + "id": "disease", + "text": { + "status": "extensions", + "div": "
\r\n\r\n
NameFlagsCard.TypeDescription & Constraints\"doco\"
\".\"\".\" Condition 0..*ConditionDetailed information about conditions, problems or diagnoses
\".\"\".\"\".\" code 0..1CodeableConceptIdentification of the condition, problem or diagnosis
Binding: Disease Codes (extensible)

\"doco\" Documentation for this format
" + }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Summary" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + } + ], + "url": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/disease", + "version": "0.1.0", + "name": "Disease", + "title": "NCPI Disease", + "status": "draft", + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "Representation for a disease under study for a given research dataset.", + "fhirVersion": "4.0.1", + "mapping": [ + { + "identity": "workflow", + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern" + }, + { + "identity": "sct-concept", + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding" + }, + { + "identity": "v2", + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping" + }, + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + }, + { + "identity": "w5", + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping" + }, + { + "identity": "sct-attr", + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding" + } + ], + "kind": "resource", + "abstract": false, + "type": "Condition", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition", + "derivation": "constraint", + "snapshot": { + "element": [ + { + "id": "Condition", + "path": "Condition", + "short": "Detailed information about conditions, problems or diagnoses", + "definition": "A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.", + "min": 0, + "max": "*", + "base": { + "path": "Condition", + "min": 0, + "max": "*" + }, + "constraint": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "valueMarkdown": "Most systems will expect a clinicalStatus to be valued for problem-list-items that are managed over time, but might not need a clinicalStatus for point in time encounter-diagnosis." + } + ], + "key": "con-3", + "severity": "warning", + "human": "Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error and category is problem-list-item", + "expression": "clinicalStatus.exists() or verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code = 'entered-in-error').exists() or category.select($this='problem-list-item').empty()", + "xpath": "exists(f:clinicalStatus) or exists(f:verificationStatus/f:coding/f:code/@value='entered-in-error') or not(exists(category[@value='problem-list-item']))", + "source": "http://hl7.org/fhir/StructureDefinition/Condition" + }, + { + "key": "con-4", + "severity": "error", + "human": "If condition is abated, then clinicalStatus must be either inactive, resolved, or remission", + "expression": "abatement.empty() or clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='resolved' or code='remission' or code='inactive')).exists()", + "xpath": "not(exists(*[starts-with(local-name(.), 'abatement')])) or exists(f:clinicalStatus/f:coding[f:system/@value='http://terminology.hl7.org/CodeSystem/condition-clinical' and f:code/@value=('resolved', 'remission', 'inactive')])", + "source": "http://hl7.org/fhir/StructureDefinition/Condition" + }, + { + "key": "con-5", + "severity": "error", + "human": "Condition.clinicalStatus SHALL NOT be present if verification Status is entered-in-error", + "expression": "verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code='entered-in-error').empty() or clinicalStatus.empty()", + "xpath": "not(exists(f:verificationStatus/f:coding[f:system/@value='http://terminology.hl7.org/CodeSystem/condition-ver-status' and f:code/@value='entered-in-error'])) or not(exists(f:clinicalStatus))", + "source": "http://hl7.org/fhir/StructureDefinition/Condition" + }, + { + "key": "dom-2", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", + "expression": "contained.contained.empty()", + "xpath": "not(parent::f:contained and f:contained)", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-3", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", + "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()", + "xpath": "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-4", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", + "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()", + "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-5", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a security label", + "expression": "contained.meta.security.empty()", + "xpath": "not(exists(f:contained/*/f:meta/f:security))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." + } + ], + "key": "dom-6", + "severity": "warning", + "human": "A resource should have narrative for robust management", + "expression": "text.`div`.exists()", + "xpath": "exists(f:text/h:div)", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Entity. Role, or Act" + }, + { + "identity": "workflow", + "map": "Event" + }, + { + "identity": "sct-concept", + "map": "< 243796009 |Situation with explicit context| : 246090004 |Associated finding| = ( ( < 404684003 |Clinical finding| MINUS ( << 420134006 |Propensity to adverse reactions| OR << 473010000 |Hypersensitivity condition| OR << 79899007 |Drug interaction| OR << 69449002 |Drug action| OR << 441742003 |Evaluation finding| OR << 307824009 |Administrative status| OR << 385356007 |Tumor stage finding|)) OR < 272379006 |Event|)" + }, + { + "identity": "v2", + "map": "PPR message" + }, + { + "identity": "rim", + "map": "Observation[classCode=OBS, moodCode=EVN, code=ASSERTION, value id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "Condition.implicitRules", + "path": "Condition.implicitRules", + "short": "A set of rules under which this content was created", + "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", + "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.implicitRules", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", + "isSummary": true + }, + { + "id": "Condition.language", + "path": "Condition.language", + "short": "Language of the resource content", + "definition": "The base language in which the resource is written.", + "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", + "min": 0, + "max": "1", + "base": { + "path": "Resource.language", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "preferred", + "description": "A human language.", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + { + "id": "Condition.text", + "path": "Condition.text", + "short": "Text summary of the resource, for human interpretation", + "definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", + "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.", + "alias": [ + "narrative", + "html", + "xhtml", + "display" + ], + "min": 0, + "max": "1", + "base": { + "path": "DomainResource.text", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Narrative" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Act.text?" + } + ] + }, + { + "id": "Condition.contained", + "path": "Condition.contained", + "short": "Contained, inline Resources", + "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", + "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.", + "alias": [ + "inline resources", + "anonymous resources", + "contained resources" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.contained", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Resource" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Condition.extension", + "path": "Condition.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Condition.modifierExtension", + "path": "Condition.modifierExtension", + "short": "Extensions that cannot be ignored", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Condition.identifier", + "path": "Condition.identifier", + "short": "External Ids for this condition", + "definition": "Business identifiers assigned to this condition by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "comment": "This is a business identifier, not a resource identifier (see [discussion](http://hl7.org/fhir/R4/resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "requirements": "Allows identification of the condition as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.identifier", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Identifier" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.identifier" + }, + { + "identity": "w5", + "map": "FiveWs.identifier" + }, + { + "identity": "rim", + "map": ".id" + } + ] + }, + { + "id": "Condition.clinicalStatus", + "path": "Condition.clinicalStatus", + "short": "active | recurrence | relapse | inactive | remission | resolved", + "definition": "The clinical status of the condition.", + "comment": "The data type is CodeableConcept because clinicalStatus has some clinical judgment involved, such that there might need to be more specificity than the required FHIR value set allows. For example, a SNOMED coding might allow for additional specificity.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.clinicalStatus", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "condition": [ + "con-3", + "con-4", + "con-5" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because the status contains codes that mark the condition as no longer active.", + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionClinicalStatus" + } + ], + "strength": "required", + "description": "The clinical status of the condition or diagnosis.", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-clinical|4.0.1" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Event.status" + }, + { + "identity": "w5", + "map": "FiveWs.status" + }, + { + "identity": "sct-concept", + "map": "< 303105007 |Disease phases|" + }, + { + "identity": "v2", + "map": "PRB-14" + }, + { + "identity": "rim", + "map": "Observation ACT\n.inboundRelationship[typeCode=COMP].source[classCode=OBS, code=\"clinicalStatus\", moodCode=EVN].value" + } + ] + }, + { + "id": "Condition.verificationStatus", + "path": "Condition.verificationStatus", + "short": "unconfirmed | provisional | differential | confirmed | refuted | entered-in-error", + "definition": "The verification status to support the clinical status of the condition.", + "comment": "verificationStatus is not required. For example, when a patient has abdominal pain in the ED, there is not likely going to be a verification status.\nThe data type is CodeableConcept because verificationStatus has some clinical judgment involved, such that there might need to be more specificity than the required FHIR value set allows. For example, a SNOMED coding might allow for additional specificity.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.verificationStatus", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "condition": [ + "con-3", + "con-5" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because the status contains the code refuted and entered-in-error that mark the Condition as not currently valid.", + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionVerificationStatus" + } + ], + "strength": "required", + "description": "The verification status to support or decline the clinical status of the condition or diagnosis.", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-ver-status|4.0.1" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Event.status" + }, + { + "identity": "w5", + "map": "FiveWs.status" + }, + { + "identity": "sct-concept", + "map": "< 410514004 |Finding context value|" + }, + { + "identity": "v2", + "map": "PRB-13" + }, + { + "identity": "rim", + "map": "Observation ACT\n.inboundRelationship[typeCode=COMP].source[classCode=OBS, code=\"verificationStatus\", moodCode=EVN].value" + }, + { + "identity": "sct-attr", + "map": "408729009" + } + ] + }, + { + "id": "Condition.category", + "path": "Condition.category", + "short": "problem-list-item | encounter-diagnosis", + "definition": "A category assigned to the condition.", + "comment": "The categorization is often highly contextual and may appear poorly differentiated or not very useful in other contexts.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.category", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionCategory" + } + ], + "strength": "extensible", + "description": "A category assigned to the condition.", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-category" + }, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.class" + }, + { + "identity": "sct-concept", + "map": "< 404684003 |Clinical finding|" + }, + { + "identity": "v2", + "map": "'problem' if from PRB-3. 'diagnosis' if from DG1 segment in PV1 message" + }, + { + "identity": "rim", + "map": ".code" + } + ] + }, + { + "id": "Condition.severity", + "path": "Condition.severity", + "short": "Subjective severity of condition", + "definition": "A subjective assessment of the severity of the condition as evaluated by the clinician.", + "comment": "Coding of the severity with a terminology is preferred, where possible.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.severity", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionSeverity" + } + ], + "strength": "preferred", + "description": "A subjective assessment of the severity of the condition as evaluated by the clinician.", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-severity" + }, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.grade" + }, + { + "identity": "sct-concept", + "map": "< 272141005 |Severities|" + }, + { + "identity": "v2", + "map": "PRB-26 / ABS-3" + }, + { + "identity": "rim", + "map": "Can be pre/post-coordinated into value. Or ./inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"severity\"].value" + }, + { + "identity": "sct-attr", + "map": "246112005" + } + ] + }, + { + "id": "Condition.code", + "path": "Condition.code", + "short": "Identification of the condition, problem or diagnosis", + "definition": "Identification of the condition, problem or diagnosis.", + "requirements": "0..1 to account for primarily narrative only resources.", + "alias": [ + "type" + ], + "min": 0, + "max": "1", + "base": { + "path": "Condition.code", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "strength": "extensible", + "valueSet": "https://ncpi-fhir.github.io/ncpi-fhir-ig/ValueSet/disease-codes" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Event.code" + }, + { + "identity": "w5", + "map": "FiveWs.what[x]" + }, + { + "identity": "sct-concept", + "map": "code 246090004 |Associated finding| (< 404684003 |Clinical finding| MINUS\n<< 420134006 |Propensity to adverse reactions| MINUS \n<< 473010000 |Hypersensitivity condition| MINUS \n<< 79899007 |Drug interaction| MINUS\n<< 69449002 |Drug action| MINUS \n<< 441742003 |Evaluation finding| MINUS \n<< 307824009 |Administrative status| MINUS \n<< 385356007 |Tumor stage finding|) \nOR < 413350009 |Finding with explicit context|\nOR < 272379006 |Event|" + }, + { + "identity": "v2", + "map": "PRB-3" + }, + { + "identity": "rim", + "map": ".value" + }, + { + "identity": "sct-attr", + "map": "246090004" + } + ] + }, + { + "id": "Condition.bodySite", + "path": "Condition.bodySite", + "short": "Anatomical location, if relevant", + "definition": "The anatomical location where this condition manifests itself.", + "comment": "Only used if not implicit in code found in Condition.code. If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension [bodySite](http://hl7.org/fhir/R4/extension-bodysite.html). May be a summary code, or a reference to a very precise definition of the location, or both.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.bodySite", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "strength": "example", + "description": "Codes describing anatomical locations. May include laterality.", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "mapping": [ + { + "identity": "sct-concept", + "map": "< 442083009 |Anatomical or acquired body structure|" + }, + { + "identity": "rim", + "map": ".targetBodySiteCode" + }, + { + "identity": "sct-attr", + "map": "363698007" + } + ] + }, + { + "id": "Condition.subject", + "path": "Condition.subject", + "short": "Who has the condition?", + "definition": "Indicates the patient or group who the condition record is associated with.", + "requirements": "Group is typically used for veterinary or public health use cases.", + "alias": [ + "patient" + ], + "min": 1, + "max": "1", + "base": { + "path": "Condition.subject", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.subject" + }, + { + "identity": "w5", + "map": "FiveWs.subject[x]" + }, + { + "identity": "v2", + "map": "PID-3" + }, + { + "identity": "rim", + "map": ".participation[typeCode=SBJ].role[classCode=PAT]" + }, + { + "identity": "w5", + "map": "FiveWs.subject" + } + ] + }, + { + "id": "Condition.encounter", + "path": "Condition.encounter", + "short": "Encounter created as part of", + "definition": "The Encounter during which this Condition was created or to which the creation of this record is tightly associated.", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter. This record indicates the encounter this particular record is associated with. In the case of a \"new\" diagnosis reflecting ongoing/revised information about the condition, this might be distinct from the first encounter in which the underlying condition was first \"known\".", + "min": 0, + "max": "1", + "base": { + "path": "Condition.encounter", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.context" + }, + { + "identity": "w5", + "map": "FiveWs.context" + }, + { + "identity": "v2", + "map": "PV1-19 (+PV1-54)" + }, + { + "identity": "rim", + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]" + } + ] + }, + { + "id": "Condition.onset[x]", + "path": "Condition.onset[x]", + "short": "Estimated or actual date, date-time, or age", + "definition": "Estimated or actual date or date-time the condition began, in the opinion of the clinician.", + "comment": "Age is generally used when the patient reports an age at which the Condition began to occur.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.onset[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "dateTime" + }, + { + "code": "Age" + }, + { + "code": "Period" + }, + { + "code": "Range" + }, + { + "code": "string" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.occurrence[x]" + }, + { + "identity": "w5", + "map": "FiveWs.init" + }, + { + "identity": "v2", + "map": "PRB-16" + }, + { + "identity": "rim", + "map": ".effectiveTime.low or .inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"age at onset\"].value" + } + ] + }, + { + "id": "Condition.abatement[x]", + "path": "Condition.abatement[x]", + "short": "When in resolution/remission", + "definition": "The date or estimated date that the condition resolved or went into remission. This is called \"abatement\" because of the many overloaded connotations associated with \"remission\" or \"resolution\" - Conditions are never really resolved, but they can abate.", + "comment": "There is no explicit distinction between resolution and remission because in many cases the distinction is not clear. Age is generally used when the patient reports an age at which the Condition abated. If there is no abatement element, it is unknown whether the condition has resolved or entered remission; applications and users should generally assume that the condition is still valid. When abatementString exists, it implies the condition is abated.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.abatement[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "dateTime" + }, + { + "code": "Age" + }, + { + "code": "Period" + }, + { + "code": "Range" + }, + { + "code": "string" + } + ], + "condition": [ + "con-4" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.done[x]" + }, + { + "identity": "rim", + "map": ".effectiveTime.high or .inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"age at remission\"].value or .inboundRelationship[typeCode=SUBJ]source[classCode=CONC, moodCode=EVN].status=completed" + } + ] + }, + { + "id": "Condition.recordedDate", + "path": "Condition.recordedDate", + "short": "Date record was first recorded", + "definition": "The recordedDate represents when this particular Condition record was created in the system, which is often a system-generated date.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.recordedDate", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "dateTime" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.recorded" + }, + { + "identity": "v2", + "map": "REL-11" + }, + { + "identity": "rim", + "map": ".participation[typeCode=AUT].time" + } + ] + }, + { + "id": "Condition.recorder", + "path": "Condition.recorder", + "short": "Who recorded the condition", + "definition": "Individual who recorded the record and takes responsibility for its content.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.recorder", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.author" + }, + { + "identity": "rim", + "map": ".participation[typeCode=AUT].role" + } + ] + }, + { + "id": "Condition.asserter", + "path": "Condition.asserter", + "short": "Person who asserts this condition", + "definition": "Individual who is making the condition statement.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.asserter", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.source" + }, + { + "identity": "v2", + "map": "REL-7.1 identifier + REL-7.12 type code" + }, + { + "identity": "rim", + "map": ".participation[typeCode=INF].role" + } + ] + }, + { + "id": "Condition.stage", + "path": "Condition.stage", + "short": "Stage/grade, usually assessed formally", + "definition": "Clinical stage or grade of a condition. May include formal severity assessments.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.stage", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "con-1", + "severity": "error", + "human": "Stage SHALL have summary or assessment", + "expression": "summary.exists() or assessment.exists()", + "xpath": "exists(f:summary) or exists(f:assessment)" + }, + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "./inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"stage/grade\"]" + } + ] + }, + { + "id": "Condition.stage.id", + "path": "Condition.stage.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Condition.stage.extension", + "path": "Condition.stage.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Condition.stage.modifierExtension", + "path": "Condition.stage.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Condition.stage.summary", + "path": "Condition.stage.summary", + "short": "Simple summary (disease specific)", + "definition": "A simple summary of the stage such as \"Stage 3\". The determination of the stage is disease-specific.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.stage.summary", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "condition": [ + "con-1" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionStage" + } + ], + "strength": "example", + "description": "Codes describing condition stages (e.g. Cancer stages).", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-stage" + }, + "mapping": [ + { + "identity": "sct-concept", + "map": "< 254291000 |Staging and scales|" + }, + { + "identity": "v2", + "map": "PRB-14" + }, + { + "identity": "rim", + "map": ".value" + } + ] + }, + { + "id": "Condition.stage.assessment", + "path": "Condition.stage.assessment", + "short": "Formal record of assessment", + "definition": "Reference to a formal record of the evidence on which the staging assessment is based.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.stage.assessment", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ClinicalImpression", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "condition": [ + "con-1" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".self" + } + ] + }, + { + "id": "Condition.stage.type", + "path": "Condition.stage.type", + "short": "Kind of staging", + "definition": "The kind of staging, such as pathological or clinical staging.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.stage.type", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionStageType" + } + ], + "strength": "example", + "description": "Codes describing the kind of condition staging (e.g. clinical or pathological).", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-stage-type" + }, + "mapping": [ + { + "identity": "rim", + "map": "./inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"stage type\"]" + } + ] + }, + { + "id": "Condition.evidence", + "path": "Condition.evidence", + "short": "Supporting evidence", + "definition": "Supporting evidence / manifestations that are the basis of the Condition's verification status, such as evidence that confirmed or refuted the condition.", + "comment": "The evidence may be a simple list of coded symptoms/manifestations, or references to observations or formal assessments, or both.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.evidence", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "con-2", + "severity": "error", + "human": "evidence SHALL have code or details", + "expression": "code.exists() or detail.exists()", + "xpath": "exists(f:code) or exists(f:detail)" + }, + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=SPRT].target[classCode=OBS, moodCode=EVN]" + } + ] + }, + { + "id": "Condition.evidence.id", + "path": "Condition.evidence.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Condition.evidence.extension", + "path": "Condition.evidence.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Condition.evidence.modifierExtension", + "path": "Condition.evidence.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Condition.evidence.code", + "path": "Condition.evidence.code", + "short": "Manifestation/symptom", + "definition": "A manifestation or symptom that led to the recording of this condition.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.evidence.code", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "condition": [ + "con-2" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ManifestationOrSymptom" + } + ], + "strength": "example", + "description": "Codes that describe the manifestation or symptoms of a condition.", + "valueSet": "http://hl7.org/fhir/ValueSet/manifestation-or-symptom" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Event.reasonCode" + }, + { + "identity": "w5", + "map": "FiveWs.why[x]" + }, + { + "identity": "sct-concept", + "map": "< 404684003 |Clinical finding|" + }, + { + "identity": "rim", + "map": "[code=\"diagnosis\"].value" + } + ] + }, + { + "id": "Condition.evidence.detail", + "path": "Condition.evidence.detail", + "short": "Supporting information found elsewhere", + "definition": "Links to other relevant information, including pathology reports.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.evidence.detail", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "condition": [ + "con-2" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.why[x]" + }, + { + "identity": "rim", + "map": ".self" + } + ] + }, + { + "id": "Condition.note", + "path": "Condition.note", + "short": "Additional information about the Condition", + "definition": "Additional information about the Condition. This is a general notes/comments entry for description of the Condition, its diagnosis and prognosis.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.note", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Annotation" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Event.note" + }, + { + "identity": "v2", + "map": "NTE child of PRB" + }, + { + "identity": "rim", + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value" + } + ] + } + ] + }, + "differential": { + "element": [ + { + "id": "Condition", + "path": "Condition" + }, + { + "id": "Condition.code", + "path": "Condition.code", + "binding": { + "strength": "extensible", + "valueSet": "https://ncpi-fhir.github.io/ncpi-fhir-ig/ValueSet/disease-codes" + } + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/StructureDefinition-family-relationship.json b/tests/fixtures/ncpi/examples/StructureDefinition-family-relationship.json new file mode 100644 index 0000000..3686474 --- /dev/null +++ b/tests/fixtures/ncpi/examples/StructureDefinition-family-relationship.json @@ -0,0 +1,3009 @@ +{ + "resourceType": "StructureDefinition", + "id": "family-relationship", + "text": { + "status": "extensions", + "div": "
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
NameFlagsCard.TypeDescription & Constraints\"doco\"
\".\"\".\" Observation 0..*ObservationMeasurements and simple assertions
\".\"\".\"\".\" code 1..1CodeableConceptType of observation (code / type)
Required Pattern: At least the following
\".\"\".\"\".\"\".\" coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
\".\"\".\"\".\"\".\"\".\" system1..1uriIdentity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v3-RoleCode
\".\"\".\"\".\"\".\"\".\" code1..1codeSymbol in syntax defined by the system
Fixed Value: FAMMEMB
\".\"\".\"\".\"\".\"\".\" display1..1stringRepresentation defined by the system
Fixed Value: family member
\".\"\".\"\".\"\".\" text 0..1stringPlain text representation of the concept
Required Pattern: Family Relationship
\".\"\".\"\".\" Slices for value[x] 0..1CodeableConceptActual result
Slice: Unordered, Open by type:$this
\".\"\".\"\".\" valueCodeableConcept 0..1CodeableConceptActual result
Binding: FamilyMember (extensible)

\"doco\" Documentation for this format
" + }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + } + ], + "url": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/family-relationship", + "version": "0.1.0", + "name": "FamilyRelationship", + "title": "NCPI Family Relationship", + "status": "draft", + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "Representation of a family relationship.", + "fhirVersion": "4.0.1", + "mapping": [ + { + "identity": "workflow", + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern" + }, + { + "identity": "sct-concept", + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding" + }, + { + "identity": "v2", + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping" + }, + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + }, + { + "identity": "w5", + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping" + }, + { + "identity": "sct-attr", + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding" + } + ], + "kind": "resource", + "abstract": false, + "type": "Observation", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation", + "derivation": "constraint", + "snapshot": { + "element": [ + { + "id": "Observation", + "path": "Observation", + "short": "Measurements and simple assertions", + "definition": "Measurements and simple assertions made about a patient, device or other subject.", + "comment": "Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.", + "alias": [ + "Vital Signs", + "Measurement", + "Results", + "Tests" + ], + "min": 0, + "max": "*", + "base": { + "path": "Observation", + "min": 0, + "max": "*" + }, + "constraint": [ + { + "key": "dom-2", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", + "expression": "contained.contained.empty()", + "xpath": "not(parent::f:contained and f:contained)", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-3", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", + "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()", + "xpath": "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-4", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", + "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()", + "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-5", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a security label", + "expression": "contained.meta.security.empty()", + "xpath": "not(exists(f:contained/*/f:meta/f:security))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." + } + ], + "key": "dom-6", + "severity": "warning", + "human": "A resource should have narrative for robust management", + "expression": "text.`div`.exists()", + "xpath": "exists(f:text/h:div)", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "obs-6", + "severity": "error", + "human": "dataAbsentReason SHALL only be present if Observation.value[x] is not present", + "expression": "dataAbsentReason.empty() or value.empty()", + "xpath": "not(exists(f:dataAbsentReason)) or (not(exists(*[starts-with(local-name(.), 'value')])))", + "source": "http://hl7.org/fhir/StructureDefinition/Observation" + }, + { + "key": "obs-7", + "severity": "error", + "human": "If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present", + "expression": "value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()", + "xpath": "not(f:*[starts-with(local-name(.), 'value')] and (for $coding in f:code/f:coding return f:component/f:code/f:coding[f:code/@value=$coding/f:code/@value] [f:system/@value=$coding/f:system/@value]))", + "source": "http://hl7.org/fhir/StructureDefinition/Observation" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Entity. Role, or Act" + }, + { + "identity": "workflow", + "map": "Event" + }, + { + "identity": "sct-concept", + "map": "< 363787002 |Observable entity|" + }, + { + "identity": "v2", + "map": "OBX" + }, + { + "identity": "rim", + "map": "Observation[classCode=OBS, moodCode=EVN]" + } + ] + }, + { + "id": "Observation.id", + "path": "Observation.id", + "short": "Logical id of this artifact", + "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", + "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "Observation.meta", + "path": "Observation.meta", + "short": "Metadata about the resource", + "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.meta", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Meta" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "Observation.implicitRules", + "path": "Observation.implicitRules", + "short": "A set of rules under which this content was created", + "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", + "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.implicitRules", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", + "isSummary": true + }, + { + "id": "Observation.language", + "path": "Observation.language", + "short": "Language of the resource content", + "definition": "The base language in which the resource is written.", + "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", + "min": 0, + "max": "1", + "base": { + "path": "Resource.language", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "preferred", + "description": "A human language.", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + { + "id": "Observation.text", + "path": "Observation.text", + "short": "Text summary of the resource, for human interpretation", + "definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", + "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.", + "alias": [ + "narrative", + "html", + "xhtml", + "display" + ], + "min": 0, + "max": "1", + "base": { + "path": "DomainResource.text", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Narrative" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Act.text?" + } + ] + }, + { + "id": "Observation.contained", + "path": "Observation.contained", + "short": "Contained, inline Resources", + "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", + "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.", + "alias": [ + "inline resources", + "anonymous resources", + "contained resources" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.contained", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Resource" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Observation.extension", + "path": "Observation.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Observation.modifierExtension", + "path": "Observation.modifierExtension", + "short": "Extensions that cannot be ignored", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Observation.identifier", + "path": "Observation.identifier", + "short": "Business Identifier for observation", + "definition": "A unique identifier assigned to this observation.", + "requirements": "Allows observations to be distinguished and referenced.", + "min": 0, + "max": "*", + "base": { + "path": "Observation.identifier", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Identifier" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.identifier" + }, + { + "identity": "w5", + "map": "FiveWs.identifier" + }, + { + "identity": "v2", + "map": "OBX.21 For OBX segments from systems without OBX-21 support a combination of ORC/OBR and OBX must be negotiated between trading partners to uniquely identify the OBX segment. Depending on how V2 has been implemented each of these may be an option: 1) OBR-3 + OBX-3 + OBX-4 or 2) OBR-3 + OBR-4 + OBX-3 + OBX-4 or 2) some other way to uniquely ID the OBR/ORC + OBX-3 + OBX-4." + }, + { + "identity": "rim", + "map": "id" + } + ] + }, + { + "id": "Observation.basedOn", + "path": "Observation.basedOn", + "short": "Fulfills plan, proposal or order", + "definition": "A plan, proposal or order that is fulfilled in whole or in part by this event. For example, a MedicationRequest may require a patient to have laboratory test performed before it is dispensed.", + "requirements": "Allows tracing of authorization for the event and tracking whether proposals/recommendations were acted upon.", + "alias": [ + "Fulfills" + ], + "min": 0, + "max": "*", + "base": { + "path": "Observation.basedOn", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.basedOn" + }, + { + "identity": "v2", + "map": "ORC" + }, + { + "identity": "rim", + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]" + } + ] + }, + { + "id": "Observation.partOf", + "path": "Observation.partOf", + "short": "Part of referenced event", + "definition": "A larger event of which this particular Observation is a component or step. For example, an observation as part of a procedure.", + "comment": "To link an Observation to an Encounter use `encounter`. See the [Notes](http://hl7.org/fhir/R4/observation.html#obsgrouping) below for guidance on referencing another Observation.", + "alias": [ + "Container" + ], + "min": 0, + "max": "*", + "base": { + "path": "Observation.partOf", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationDispense", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.partOf" + }, + { + "identity": "v2", + "map": "Varies by domain" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=FLFS].target" + } + ] + }, + { + "id": "Observation.status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "default: final" + } + ], + "path": "Observation.status", + "short": "registered | preliminary | final | amended +", + "definition": "The status of the result value.", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "requirements": "Need to track the status of individual results. Some results are finalized before the whole report is finalized.", + "min": 1, + "max": "1", + "base": { + "path": "Observation.status", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationStatus" + } + ], + "strength": "required", + "description": "Codes providing the status of an observation.", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-status|4.0.1" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Event.status" + }, + { + "identity": "w5", + "map": "FiveWs.status" + }, + { + "identity": "sct-concept", + "map": "< 445584004 |Report by finality status|" + }, + { + "identity": "v2", + "map": "OBX-11" + }, + { + "identity": "rim", + "map": "status Amended & Final are differentiated by whether it is the subject of a ControlAct event with a type of \"revise\"" + } + ] + }, + { + "id": "Observation.category", + "path": "Observation.category", + "short": "Classification of type of observation", + "definition": "A code that classifies the general type of observation being made.", + "comment": "In addition to the required category valueset, this element allows various categorization schemes based on the owner’s definition of the category and effectively multiple categories can be used at once. The level of granularity is defined by the category concepts in the value set.", + "requirements": "Used for filtering what observations are retrieved and displayed.", + "min": 0, + "max": "*", + "base": { + "path": "Observation.category", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationCategory" + } + ], + "strength": "preferred", + "description": "Codes for high level observation categories.", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-category" + }, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.class" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"EVN\"].code" + } + ] + }, + { + "id": "Observation.code", + "path": "Observation.code", + "short": "Type of observation (code / type)", + "definition": "Describes what was observed. Sometimes this is called the observation \"name\".", + "comment": "*All* code-value and, if present, component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.", + "requirements": "Knowing what kind of observation is being made is essential to understanding the observation.", + "alias": [ + "Name" + ], + "min": 1, + "max": "1", + "base": { + "path": "Observation.code", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "patternCodeableConcept": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "code": "FAMMEMB", + "display": "family member" + } + ] + }, + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationCode" + } + ], + "strength": "example", + "description": "Codes identifying names of simple observations.", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Event.code" + }, + { + "identity": "w5", + "map": "FiveWs.what[x]" + }, + { + "identity": "sct-concept", + "map": "< 363787002 |Observable entity| OR < 386053000 |Evaluation procedure|" + }, + { + "identity": "v2", + "map": "OBX-3" + }, + { + "identity": "rim", + "map": "code" + }, + { + "identity": "sct-attr", + "map": "116680003 |Is a|" + } + ] + }, + { + "id": "Observation.code.id", + "path": "Observation.code.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Observation.code.extension", + "path": "Observation.code.extension", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "description": "Extensions are always sliced by (at least) url", + "rules": "open" + }, + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "short": "Code defined by a terminology system", + "definition": "A reference to a code defined by a terminology system.", + "comment": "Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.", + "requirements": "Allows for alternative encodings within a code system, and translations to other code systems.", + "min": 0, + "max": "*", + "base": { + "path": "CodeableConcept.coding", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Coding" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "C*E.1-8, C*E.10-22" + }, + { + "identity": "rim", + "map": "union(., ./translation)" + }, + { + "identity": "orim", + "map": "fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding" + } + ] + }, + { + "id": "Observation.code.text", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "path": "Observation.code.text", + "short": "Plain text representation of the concept", + "definition": "A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.", + "comment": "Very often the text is the same as a displayName of one of the codings.", + "requirements": "The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.", + "min": 0, + "max": "1", + "base": { + "path": "CodeableConcept.text", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "patternString": "Family Relationship", + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "C*E.9. But note many systems use C*E.2 for this" + }, + { + "identity": "rim", + "map": "./originalText[mediaType/code=\"text/plain\"]/data" + }, + { + "identity": "orim", + "map": "fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText" + } + ] + }, + { + "id": "Observation.subject", + "path": "Observation.subject", + "short": "Who and/or what the observation is about", + "definition": "The patient, or group of patients, location, or device this observation is about and into whose record the observation is placed. If the actual focus of the observation is different from the subject (or a sample of, part, or region of the subject), the `focus` element or the `code` itself specifies the actual focus of the observation.", + "comment": "One would expect this element to be a cardinality of 1..1. The only circumstance in which the subject can be missing is when the observation is made by a device that does not know the patient. In this case, the observation SHALL be matched to a patient through some context/channel matching technique, and at this point, the observation should be updated.", + "requirements": "Observations have no value if you don't know who or what they're about.", + "min": 0, + "max": "1", + "base": { + "path": "Observation.subject", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.subject" + }, + { + "identity": "w5", + "map": "FiveWs.subject[x]" + }, + { + "identity": "v2", + "map": "PID-3" + }, + { + "identity": "rim", + "map": "participation[typeCode=RTGT]" + }, + { + "identity": "w5", + "map": "FiveWs.subject" + } + ] + }, + { + "id": "Observation.focus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "path": "Observation.focus", + "short": "What the observation is about, when it is not about the subject of record", + "definition": "The actual focus of an observation when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, fetus, or donor. For example, fetus observations in a mother's record. The focus of an observation could also be an existing condition, an intervention, the subject's diet, another observation of the subject, or a body structure such as tumor or implanted device. An example use case would be using the Observation resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is the focus.", + "comment": "Typically, an observation is made about the subject - a patient, or group of patients, location, or device - and the distinction between the subject and what is directly measured for an observation is specified in the observation code itself ( e.g., \"Blood Glucose\") and does not need to be represented separately using this element. Use `specimen` if a reference to a specimen is required. If a code is required instead of a resource use either `bodysite` for bodysites or the standard extension [focusCode](http://hl7.org/fhir/R4/extension-observation-focuscode.html).", + "min": 0, + "max": "*", + "base": { + "path": "Observation.focus", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.subject[x]" + }, + { + "identity": "v2", + "map": "OBX-3" + }, + { + "identity": "rim", + "map": "participation[typeCode=SBJ]" + }, + { + "identity": "w5", + "map": "FiveWs.subject" + } + ] + }, + { + "id": "Observation.encounter", + "path": "Observation.encounter", + "short": "Healthcare event during which this observation is made", + "definition": "The healthcare event (e.g. a patient and healthcare provider interaction) during which this observation is made.", + "comment": "This will typically be the encounter the event occurred within, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission laboratory tests).", + "requirements": "For some observations it may be important to know the link between an observation and a particular encounter.", + "alias": [ + "Context" + ], + "min": 0, + "max": "1", + "base": { + "path": "Observation.encounter", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.context" + }, + { + "identity": "w5", + "map": "FiveWs.context" + }, + { + "identity": "v2", + "map": "PV1" + }, + { + "identity": "rim", + "map": "inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]" + } + ] + }, + { + "id": "Observation.effective[x]", + "path": "Observation.effective[x]", + "short": "Clinically relevant time/time-period for observation", + "definition": "The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the \"physiologically relevant time\". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.", + "comment": "At least a date should be present unless this observation is a historical report. For recording imprecise or \"fuzzy\" times (For example, a blood glucose measurement taken \"after breakfast\") use the [Timing](http://hl7.org/fhir/R4/datatypes.html#timing) datatype which allow the measurement to be tied to regular life events.", + "requirements": "Knowing when an observation was deemed true is important to its relevance as well as determining trends.", + "alias": [ + "Occurrence" + ], + "min": 0, + "max": "1", + "base": { + "path": "Observation.effective[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "dateTime" + }, + { + "code": "Period" + }, + { + "code": "Timing" + }, + { + "code": "instant" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.occurrence[x]" + }, + { + "identity": "w5", + "map": "FiveWs.done[x]" + }, + { + "identity": "v2", + "map": "OBX-14, and/or OBX-19 after v2.4 (depends on who observation made)" + }, + { + "identity": "rim", + "map": "effectiveTime" + } + ] + }, + { + "id": "Observation.issued", + "path": "Observation.issued", + "short": "Date/Time this version was made available", + "definition": "The date and time this version of the observation was made available to providers, typically after the results have been reviewed and verified.", + "comment": "For Observations that don’t require review and verification, it may be the same as the [`lastUpdated` ](http://hl7.org/fhir/R4/resource-definitions.html#Meta.lastUpdated) time of the resource itself. For Observations that do require review and verification for certain updates, it might not be the same as the `lastUpdated` time of the resource itself due to a non-clinically significant update that doesn’t require the new version to be reviewed and verified again.", + "min": 0, + "max": "1", + "base": { + "path": "Observation.issued", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "instant" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.recorded" + }, + { + "identity": "v2", + "map": "OBR.22 (or MSH.7), or perhaps OBX-19 (depends on who observation made)" + }, + { + "identity": "rim", + "map": "participation[typeCode=AUT].time" + } + ] + }, + { + "id": "Observation.performer", + "path": "Observation.performer", + "short": "Who is responsible for the observation", + "definition": "Who was responsible for asserting the observed value as \"true\".", + "requirements": "May give a degree of confidence in the observation and also indicates where follow-up questions should be directed.", + "min": 0, + "max": "*", + "base": { + "path": "Observation.performer", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.performer.actor" + }, + { + "identity": "w5", + "map": "FiveWs.actor" + }, + { + "identity": "v2", + "map": "OBX.15 / (Practitioner) OBX-16, PRT-5:PRT-4='RO' / (Device) OBX-18 , PRT-10:PRT-4='EQUIP' / (Organization) OBX-23, PRT-8:PRT-4='PO'" + }, + { + "identity": "rim", + "map": "participation[typeCode=PRF]" + } + ] + }, + { + "id": "Observation.value[x]", + "path": "Observation.value[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "closed" + }, + "short": "Actual result", + "definition": "The information determined as a result of making the observation, if the information has a simple value.", + "comment": "An observation may have; 1) a single value here, 2) both a value and a set of related or component values, or 3) only a set of related or component values. If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the [Notes section](http://hl7.org/fhir/R4/observation.html#notes) below.", + "requirements": "An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.", + "min": 0, + "max": "1", + "base": { + "path": "Observation.value[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "condition": [ + "obs-7" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "sct-concept", + "map": "< 441742003 |Evaluation finding|" + }, + { + "identity": "v2", + "map": "OBX.2, OBX.5, OBX.6" + }, + { + "identity": "rim", + "map": "value" + }, + { + "identity": "sct-attr", + "map": "363714003 |Interprets|" + } + ] + }, + { + "id": "Observation.value[x]:valueCodeableConcept", + "path": "Observation.value[x]", + "sliceName": "valueCodeableConcept", + "short": "Actual result", + "definition": "The information determined as a result of making the observation, if the information has a simple value.", + "comment": "An observation may have; 1) a single value here, 2) both a value and a set of related or component values, or 3) only a set of related or component values. If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the [Notes section](http://hl7.org/fhir/R4/observation.html#notes) below.", + "requirements": "An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.", + "min": 0, + "max": "1", + "base": { + "path": "Observation.value[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "condition": [ + "obs-7" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-FamilyMember" + }, + "mapping": [ + { + "identity": "sct-concept", + "map": "< 441742003 |Evaluation finding|" + }, + { + "identity": "v2", + "map": "OBX.2, OBX.5, OBX.6" + }, + { + "identity": "rim", + "map": "value" + }, + { + "identity": "sct-attr", + "map": "363714003 |Interprets|" + } + ] + }, + { + "id": "Observation.dataAbsentReason", + "path": "Observation.dataAbsentReason", + "short": "Why the result is missing", + "definition": "Provides a reason why the expected value in the element Observation.value[x] is missing.", + "comment": "Null or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be \"detected\", \"not detected\", \"inconclusive\", or \"specimen unsatisfactory\". \n\nThe alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code \"error\" could be used when the measurement was not completed. Note that an observation may only be reported if there are values to report. For example differential cell counts values may be reported only when > 0. Because of these options, use-case agreements are required to interpret general observations for null or exceptional values.", + "requirements": "For many results it is necessary to handle exceptional values in measurements.", + "min": 0, + "max": "1", + "base": { + "path": "Observation.dataAbsentReason", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "condition": [ + "obs-6" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationValueAbsentReason" + } + ], + "strength": "extensible", + "description": "Codes specifying why the result (`Observation.value[x]`) is missing.", + "valueSet": "http://hl7.org/fhir/ValueSet/data-absent-reason" + }, + "mapping": [ + { + "identity": "v2", + "map": "N/A" + }, + { + "identity": "rim", + "map": "value.nullFlavor" + } + ] + }, + { + "id": "Observation.interpretation", + "path": "Observation.interpretation", + "short": "High, low, normal, etc.", + "definition": "A categorical assessment of an observation value. For example, high, low, normal.", + "comment": "Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.", + "requirements": "For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.", + "alias": [ + "Abnormal Flag" + ], + "min": 0, + "max": "*", + "base": { + "path": "Observation.interpretation", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationInterpretation" + } + ], + "strength": "extensible", + "description": "Codes identifying interpretations of observations.", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-interpretation" + }, + "mapping": [ + { + "identity": "sct-concept", + "map": "< 260245000 |Findings values|" + }, + { + "identity": "v2", + "map": "OBX-8" + }, + { + "identity": "rim", + "map": "interpretationCode" + }, + { + "identity": "sct-attr", + "map": "363713009 |Has interpretation|" + } + ] + }, + { + "id": "Observation.note", + "path": "Observation.note", + "short": "Comments about the observation", + "definition": "Comments about the observation or the results.", + "comment": "May include general statements about the observation, or statements about significant, unexpected or unreliable results values, or information about its source when relevant to its interpretation.", + "requirements": "Need to be able to provide free text additional information.", + "min": 0, + "max": "*", + "base": { + "path": "Observation.note", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Annotation" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "NTE.3 (partner NTE to OBX, or sometimes another (child?) OBX)" + }, + { + "identity": "rim", + "map": "subjectOf.observationEvent[code=\"annotation\"].value" + } + ] + }, + { + "id": "Observation.bodySite", + "path": "Observation.bodySite", + "short": "Observed body part", + "definition": "Indicates the site on the subject's body where the observation was made (i.e. the target site).", + "comment": "Only used if not implicit in code found in Observation.code. In many systems, this may be represented as a related observation instead of an inline component. \n\nIf the use case requires BodySite to be handled as a separate resource (e.g. to identify and track separately) then use the standard extension[ bodySite](http://hl7.org/fhir/R4/extension-bodysite.html).", + "min": 0, + "max": "1", + "base": { + "path": "Observation.bodySite", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "strength": "example", + "description": "Codes describing anatomical locations. May include laterality.", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "mapping": [ + { + "identity": "sct-concept", + "map": "< 123037004 |Body structure|" + }, + { + "identity": "v2", + "map": "OBX-20" + }, + { + "identity": "rim", + "map": "targetSiteCode" + }, + { + "identity": "sct-attr", + "map": "718497002 |Inherent location|" + } + ] + }, + { + "id": "Observation.method", + "path": "Observation.method", + "short": "How it was done", + "definition": "Indicates the mechanism used to perform the observation.", + "comment": "Only used if not implicit in code for Observation.code.", + "requirements": "In some cases, method can impact results and is thus used for determining whether results can be compared or determining significance of results.", + "min": 0, + "max": "1", + "base": { + "path": "Observation.method", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationMethod" + } + ], + "strength": "example", + "description": "Methods for simple observations.", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-methods" + }, + "mapping": [ + { + "identity": "v2", + "map": "OBX-17" + }, + { + "identity": "rim", + "map": "methodCode" + } + ] + }, + { + "id": "Observation.specimen", + "path": "Observation.specimen", + "short": "Specimen used for this observation", + "definition": "The specimen that was used when this observation was made.", + "comment": "Should only be used if not implicit in code found in `Observation.code`. Observations are not made on specimens themselves; they are made on a subject, but in many cases by the means of a specimen. Note that although specimens are often involved, they are not always tracked and reported explicitly. Also note that observation resources may be used in contexts that track the specimen explicitly (e.g. Diagnostic Report).", + "min": 0, + "max": "1", + "base": { + "path": "Observation.specimen", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "sct-concept", + "map": "< 123038009 |Specimen|" + }, + { + "identity": "v2", + "map": "SPM segment" + }, + { + "identity": "rim", + "map": "participation[typeCode=SPC].specimen" + }, + { + "identity": "sct-attr", + "map": "704319004 |Inherent in|" + } + ] + }, + { + "id": "Observation.device", + "path": "Observation.device", + "short": "(Measurement) Device", + "definition": "The device used to generate the observation data.", + "comment": "Note that this is not meant to represent a device involved in the transmission of the result, e.g., a gateway. Such devices may be documented using the Provenance resource where relevant.", + "min": 0, + "max": "1", + "base": { + "path": "Observation.device", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceMetric" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "sct-concept", + "map": "< 49062001 |Device|" + }, + { + "identity": "v2", + "map": "OBX-17 / PRT -10" + }, + { + "identity": "rim", + "map": "participation[typeCode=DEV]" + }, + { + "identity": "sct-attr", + "map": "424226004 |Using device|" + } + ] + }, + { + "id": "Observation.referenceRange", + "path": "Observation.referenceRange", + "short": "Provides guide for interpretation", + "definition": "Guidance on how to interpret the value by comparison to a normal or recommended range. Multiple reference ranges are interpreted as an \"OR\". In other words, to represent two distinct target populations, two `referenceRange` elements would be used.", + "comment": "Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.", + "requirements": "Knowing what values are considered \"normal\" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.", + "min": 0, + "max": "*", + "base": { + "path": "Observation.referenceRange", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "obs-3", + "severity": "error", + "human": "Must have at least a low or a high or text", + "expression": "low.exists() or high.exists() or text.exists()", + "xpath": "(exists(f:low) or exists(f:high)or exists(f:text))" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "OBX.7" + }, + { + "identity": "rim", + "map": "outboundRelationship[typeCode=REFV]/target[classCode=OBS, moodCode=EVN]" + } + ] + }, + { + "id": "Observation.referenceRange.id", + "path": "Observation.referenceRange.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Observation.referenceRange.extension", + "path": "Observation.referenceRange.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Observation.referenceRange.modifierExtension", + "path": "Observation.referenceRange.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Observation.referenceRange.low", + "path": "Observation.referenceRange.low", + "short": "Low Range, if relevant", + "definition": "The value of the low bound of the reference range. The low bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the low bound is omitted, it is assumed to be meaningless (e.g. reference range is <=2.3).", + "min": 0, + "max": "1", + "base": { + "path": "Observation.referenceRange.low", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "condition": [ + "obs-3" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "OBX-7" + }, + { + "identity": "rim", + "map": "value:IVL_PQ.low" + } + ] + }, + { + "id": "Observation.referenceRange.high", + "path": "Observation.referenceRange.high", + "short": "High Range, if relevant", + "definition": "The value of the high bound of the reference range. The high bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the high bound is omitted, it is assumed to be meaningless (e.g. reference range is >= 2.3).", + "min": 0, + "max": "1", + "base": { + "path": "Observation.referenceRange.high", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "condition": [ + "obs-3" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "OBX-7" + }, + { + "identity": "rim", + "map": "value:IVL_PQ.high" + } + ] + }, + { + "id": "Observation.referenceRange.type", + "path": "Observation.referenceRange.type", + "short": "Reference range qualifier", + "definition": "Codes to indicate the what part of the targeted reference population it applies to. For example, the normal or therapeutic range.", + "comment": "This SHOULD be populated if there is more than one range. If this element is not present then the normal range is assumed.", + "requirements": "Need to be able to say what kind of reference range this is - normal, recommended, therapeutic, etc., - for proper interpretation.", + "min": 0, + "max": "1", + "base": { + "path": "Observation.referenceRange.type", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationRangeMeaning" + } + ], + "strength": "preferred", + "description": "Code for the meaning of a reference range.", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-meaning" + }, + "mapping": [ + { + "identity": "sct-concept", + "map": "< 260245000 |Findings values| OR \r< 365860008 |General clinical state finding| \rOR \r< 250171008 |Clinical history or observation findings| OR \r< 415229000 |Racial group| OR \r< 365400002 |Finding of puberty stage| OR\r< 443938003 |Procedure carried out on subject|" + }, + { + "identity": "v2", + "map": "OBX-10" + }, + { + "identity": "rim", + "map": "interpretationCode" + } + ] + }, + { + "id": "Observation.referenceRange.appliesTo", + "path": "Observation.referenceRange.appliesTo", + "short": "Reference range population", + "definition": "Codes to indicate the target population this reference range applies to. For example, a reference range may be based on the normal population or a particular sex or race. Multiple `appliesTo` are interpreted as an \"AND\" of the target populations. For example, to represent a target population of African American females, both a code of female and a code for African American would be used.", + "comment": "This SHOULD be populated if there is more than one range. If this element is not present then the normal population is assumed.", + "requirements": "Need to be able to identify the target population for proper interpretation.", + "min": 0, + "max": "*", + "base": { + "path": "Observation.referenceRange.appliesTo", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationRangeType" + } + ], + "strength": "example", + "description": "Codes identifying the population the reference range applies to.", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-appliesto" + }, + "mapping": [ + { + "identity": "sct-concept", + "map": "< 260245000 |Findings values| OR \r< 365860008 |General clinical state finding| \rOR \r< 250171008 |Clinical history or observation findings| OR \r< 415229000 |Racial group| OR \r< 365400002 |Finding of puberty stage| OR\r< 443938003 |Procedure carried out on subject|" + }, + { + "identity": "v2", + "map": "OBX-10" + }, + { + "identity": "rim", + "map": "interpretationCode" + } + ] + }, + { + "id": "Observation.referenceRange.age", + "path": "Observation.referenceRange.age", + "short": "Applicable age range, if relevant", + "definition": "The age at which this reference range is applicable. This is a neonatal age (e.g. number of weeks at term) if the meaning says so.", + "requirements": "Some analytes vary greatly over age.", + "min": 0, + "max": "1", + "base": { + "path": "Observation.referenceRange.age", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Range" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "outboundRelationship[typeCode=PRCN].targetObservationCriterion[code=\"age\"].value" + } + ] + }, + { + "id": "Observation.referenceRange.text", + "path": "Observation.referenceRange.text", + "short": "Text based reference range in an observation", + "definition": "Text based reference range in an observation which may be used when a quantitative range is not appropriate for an observation. An example would be a reference value of \"Negative\" or a list or table of \"normals\".", + "min": 0, + "max": "1", + "base": { + "path": "Observation.referenceRange.text", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "OBX-7" + }, + { + "identity": "rim", + "map": "value:ST" + } + ] + }, + { + "id": "Observation.hasMember", + "path": "Observation.hasMember", + "short": "Related resource that belongs to the Observation group", + "definition": "This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group.", + "comment": "When using this element, an observation will typically have either a value or a set of related resources, although both may be present in some cases. For a discussion on the ways Observations can assembled in groups together, see [Notes](http://hl7.org/fhir/R4/observation.html#obsgrouping) below. Note that a system may calculate results from [QuestionnaireResponse](http://hl7.org/fhir/R4/questionnaireresponse.html) into a final score and represent the score as an Observation.", + "min": 0, + "max": "*", + "base": { + "path": "Observation.hasMember", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "Relationships established by OBX-4 usage" + }, + { + "identity": "rim", + "map": "outBoundRelationship" + } + ] + }, + { + "id": "Observation.derivedFrom", + "path": "Observation.derivedFrom", + "short": "Related measurements the observation is made from", + "definition": "The target resource that represents a measurement from which this observation value is derived. For example, a calculated anion gap or a fetal measurement based on an ultrasound image.", + "comment": "All the reference choices that are listed in this element can represent clinical observations and other measurements that may be the source for a derived value. The most common reference will be another Observation. For a discussion on the ways Observations can assembled in groups together, see [Notes](http://hl7.org/fhir/R4/observation.html#obsgrouping) below.", + "min": 0, + "max": "*", + "base": { + "path": "Observation.derivedFrom", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/Media", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "Relationships established by OBX-4 usage" + }, + { + "identity": "rim", + "map": ".targetObservation" + } + ] + }, + { + "id": "Observation.component", + "path": "Observation.component", + "short": "Component results", + "definition": "Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.", + "comment": "For a discussion on the ways Observations can be assembled in groups together see [Notes](http://hl7.org/fhir/R4/observation.html#notes) below.", + "requirements": "Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.", + "min": 0, + "max": "*", + "base": { + "path": "Observation.component", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "containment by OBX-4?" + }, + { + "identity": "rim", + "map": "outBoundRelationship[typeCode=COMP]" + } + ] + }, + { + "id": "Observation.component.id", + "path": "Observation.component.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Observation.component.extension", + "path": "Observation.component.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Observation.component.modifierExtension", + "path": "Observation.component.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Observation.component.code", + "path": "Observation.component.code", + "short": "Type of component observation (code / type)", + "definition": "Describes what was observed. Sometimes this is called the observation \"code\".", + "comment": "*All* code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.", + "requirements": "Knowing what kind of observation is being made is essential to understanding the observation.", + "min": 1, + "max": "1", + "base": { + "path": "Observation.component.code", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationCode" + } + ], + "strength": "example", + "description": "Codes identifying names of simple observations.", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes" + }, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.what[x]" + }, + { + "identity": "sct-concept", + "map": "< 363787002 |Observable entity| OR \r< 386053000 |Evaluation procedure|" + }, + { + "identity": "v2", + "map": "OBX-3" + }, + { + "identity": "rim", + "map": "code" + } + ] + }, + { + "id": "Observation.component.value[x]", + "path": "Observation.component.value[x]", + "short": "Actual component result", + "definition": "The information determined as a result of making the observation, if the information has a simple value.", + "comment": "Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the [Notes section](http://hl7.org/fhir/R4/observation.html#notes) below.", + "requirements": "An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.", + "min": 0, + "max": "1", + "base": { + "path": "Observation.component.value[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Quantity" + }, + { + "code": "CodeableConcept" + }, + { + "code": "string" + }, + { + "code": "boolean" + }, + { + "code": "integer" + }, + { + "code": "Range" + }, + { + "code": "Ratio" + }, + { + "code": "SampledData" + }, + { + "code": "time" + }, + { + "code": "dateTime" + }, + { + "code": "Period" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "sct-concept", + "map": "363714003 |Interprets| < 441742003 |Evaluation finding|" + }, + { + "identity": "v2", + "map": "OBX.2, OBX.5, OBX.6" + }, + { + "identity": "rim", + "map": "value" + }, + { + "identity": "sct-attr", + "map": "363714003 |Interprets|" + } + ] + }, + { + "id": "Observation.component.dataAbsentReason", + "path": "Observation.component.dataAbsentReason", + "short": "Why the component result is missing", + "definition": "Provides a reason why the expected value in the element Observation.component.value[x] is missing.", + "comment": "\"Null\" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be \"detected\", \"not detected\", \"inconclusive\", or \"test not done\". \n\nThe alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code \"error\" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.", + "requirements": "For many results it is necessary to handle exceptional values in measurements.", + "min": 0, + "max": "1", + "base": { + "path": "Observation.component.dataAbsentReason", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "condition": [ + "obs-6" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationValueAbsentReason" + } + ], + "strength": "extensible", + "description": "Codes specifying why the result (`Observation.value[x]`) is missing.", + "valueSet": "http://hl7.org/fhir/ValueSet/data-absent-reason" + }, + "mapping": [ + { + "identity": "v2", + "map": "N/A" + }, + { + "identity": "rim", + "map": "value.nullFlavor" + } + ] + }, + { + "id": "Observation.component.interpretation", + "path": "Observation.component.interpretation", + "short": "High, low, normal, etc.", + "definition": "A categorical assessment of an observation value. For example, high, low, normal.", + "comment": "Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.", + "requirements": "For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.", + "alias": [ + "Abnormal Flag" + ], + "min": 0, + "max": "*", + "base": { + "path": "Observation.component.interpretation", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationInterpretation" + } + ], + "strength": "extensible", + "description": "Codes identifying interpretations of observations.", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-interpretation" + }, + "mapping": [ + { + "identity": "sct-concept", + "map": "< 260245000 |Findings values|" + }, + { + "identity": "v2", + "map": "OBX-8" + }, + { + "identity": "rim", + "map": "interpretationCode" + }, + { + "identity": "sct-attr", + "map": "363713009 |Has interpretation|" + } + ] + }, + { + "id": "Observation.component.referenceRange", + "path": "Observation.component.referenceRange", + "short": "Provides guide for interpretation of component result", + "definition": "Guidance on how to interpret the value by comparison to a normal or recommended range.", + "comment": "Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.", + "requirements": "Knowing what values are considered \"normal\" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.", + "min": 0, + "max": "*", + "base": { + "path": "Observation.component.referenceRange", + "min": 0, + "max": "*" + }, + "contentReference": "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange", + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "OBX.7" + }, + { + "identity": "rim", + "map": "outboundRelationship[typeCode=REFV]/target[classCode=OBS, moodCode=EVN]" + } + ] + } + ] + }, + "differential": { + "element": [ + { + "id": "Observation", + "path": "Observation" + }, + { + "id": "Observation.code", + "path": "Observation.code", + "patternCodeableConcept": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "code": "FAMMEMB", + "display": "family member" + } + ] + } + }, + { + "id": "Observation.code.text", + "path": "Observation.code.text", + "patternString": "Family Relationship" + }, + { + "id": "Observation.value[x]", + "path": "Observation.value[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + }, + "type": [ + { + "code": "CodeableConcept" + } + ] + }, + { + "id": "Observation.valueCodeableConcept", + "path": "Observation.valueCodeableConcept", + "min": 0, + "max": "1", + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-FamilyMember" + } + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/StructureDefinition-ncpi-drs-attachment.json b/tests/fixtures/ncpi/examples/StructureDefinition-ncpi-drs-attachment.json new file mode 100644 index 0000000..16964ec --- /dev/null +++ b/tests/fixtures/ncpi/examples/StructureDefinition-ncpi-drs-attachment.json @@ -0,0 +1,603 @@ +{ + "resourceType": "StructureDefinition", + "id": "ncpi-drs-attachment", + "text": { + "status": "extensions", + "div": "
\r\n
NameFlagsCard.TypeDescription & Constraints\"doco\"
\".\"\".\" Attachment I0..*AttachmentContent in a format defined elsewhere
must-be-drs-uri: attachment.url must start with ^drs://. A drs:// hostname-based URI, as defined in the DRS documentation, that tells clients how to access this object. The intent of this field is to make DRS objects self-contained, and therefore easier for clients to store and pass around. For example, if you arrive at this DRS JSON by resolving a compact identifier-based DRS URI, the `self_uri` presents you with a hostname and properly encoded DRS ID for use in subsequent `access` endpoint calls.

\"doco\" Documentation for this format
" + }, + "url": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-drs-attachment", + "version": "0.1.0", + "name": "DRSAttachment", + "title": "DRS Attachment", + "status": "draft", + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "A FHIR Attachment with a DRS url.", + "fhirVersion": "4.0.1", + "mapping": [ + { + "identity": "v2", + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping" + }, + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + } + ], + "kind": "complex-type", + "abstract": false, + "type": "Attachment", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Attachment", + "derivation": "constraint", + "snapshot": { + "element": [ + { + "id": "Attachment", + "path": "Attachment", + "short": "Content in a format defined elsewhere", + "definition": "For referring to data content defined in other formats.", + "comment": "When providing a summary view (for example with Observation.value[x]) Attachment should be represented with a brief display text such as \"Signed Procedure Consent\".", + "min": 0, + "max": "*", + "base": { + "path": "Attachment", + "min": 0, + "max": "*" + }, + "condition": [ + "ele-1" + ], + "constraint": [ + { + "key": "att-1", + "severity": "error", + "human": "If the Attachment has data, it SHALL have a contentType", + "expression": "data.empty() or contentType.exists()", + "xpath": "not(exists(f:data)) or exists(f:contentType)", + "source": "http://hl7.org/fhir/StructureDefinition/Attachment" + }, + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "must-be-drs-uri", + "severity": "error", + "human": "attachment.url must start with ^drs://. A drs:// hostname-based URI, as defined in the DRS documentation, that tells clients how to access this object. The intent of this field is to make DRS objects self-contained, and therefore easier for clients to store and pass around. For example, if you arrive at this DRS JSON by resolving a compact identifier-based DRS URI, the `self_uri` presents you with a hostname and properly encoded DRS ID for use in subsequent `access` endpoint calls.", + "expression": "$this.url.matches('^drs://.*')", + "source": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-drs-attachment" + } + ], + "isModifier": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + }, + { + "identity": "v2", + "map": "ED/RP" + }, + { + "identity": "rim", + "map": "ED" + } + ] + }, + { + "id": "Attachment.id", + "path": "Attachment.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Attachment.extension", + "path": "Attachment.extension", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "description": "Extensions are always sliced by (at least) url", + "rules": "open" + }, + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Attachment.contentType", + "path": "Attachment.contentType", + "short": "Mime type of the content, with charset etc.", + "definition": "Identifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data. Includes mime type parameters such as charset where appropriate.", + "requirements": "Processors of the data need to be able to know how to interpret the data.", + "min": 0, + "max": "1", + "base": { + "path": "Attachment.contentType", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "example": [ + { + "label": "General", + "valueCode": "text/plain; charset=UTF-8, image/png" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "required", + "description": "The mime type of an attachment. Any valid mime type is allowed.", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|4.0.1" + }, + "mapping": [ + { + "identity": "v2", + "map": "ED.2+ED.3/RP.2+RP.3. Note conversion may be needed if old style values are being used" + }, + { + "identity": "rim", + "map": "./mediaType, ./charset" + } + ] + }, + { + "id": "Attachment.language", + "path": "Attachment.language", + "short": "Human language of the content (BCP-47)", + "definition": "The human language of the content. The value can be any valid value according to BCP 47.", + "requirements": "Users need to be able to choose between the languages in a set of attachments.", + "min": 0, + "max": "1", + "base": { + "path": "Attachment.language", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "example": [ + { + "label": "General", + "valueCode": "en-AU" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "preferred", + "description": "A human language.", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + }, + "mapping": [ + { + "identity": "rim", + "map": "./language" + } + ] + }, + { + "id": "Attachment.data", + "path": "Attachment.data", + "short": "Data inline, base64ed", + "definition": "The actual data of the attachment - a sequence of bytes, base64 encoded.", + "comment": "The base64-encoded data SHALL be expressed in the same character set as the base resource XML or JSON.", + "requirements": "The data needs to able to be transmitted inline.", + "min": 0, + "max": "1", + "base": { + "path": "Attachment.data", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "base64Binary" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "ED.5" + }, + { + "identity": "rim", + "map": "./data" + } + ] + }, + { + "id": "Attachment.url", + "path": "Attachment.url", + "short": "Uri where the data can be found", + "definition": "A location where the data can be accessed.", + "comment": "If both data and url are provided, the url SHALL point to the same content as the data contains. Urls may be relative references or may reference transient locations such as a wrapping envelope using cid: though this has ramifications for using signatures. Relative URLs are interpreted relative to the service url, like a resource reference, rather than relative to the resource itself. If a URL is provided, it SHALL resolve to actual data.", + "requirements": "The data needs to be transmitted by reference.", + "min": 0, + "max": "1", + "base": { + "path": "Attachment.url", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "url" + } + ], + "example": [ + { + "label": "General", + "valueUrl": "http://www.acme.com/logo-small.png" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "RP.1+RP.2 - if they refer to a URL (see v2.6)" + }, + { + "identity": "rim", + "map": "./reference/literal" + } + ] + }, + { + "id": "Attachment.size", + "path": "Attachment.size", + "short": "Number of bytes of content (if url provided)", + "definition": "The number of bytes of data that make up this attachment (before base64 encoding, if that is done).", + "comment": "The number of bytes is redundant if the data is provided as a base64binary, but is useful if the data is provided as a url reference.", + "requirements": "Representing the size allows applications to determine whether they should fetch the content automatically in advance, or refuse to fetch it at all.", + "min": 0, + "max": "1", + "base": { + "path": "Attachment.size", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "unsignedInt" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A (needs data type R3 proposal)" + } + ] + }, + { + "id": "Attachment.hash", + "path": "Attachment.hash", + "short": "Hash of the data (sha-1, base64ed)", + "definition": "The calculated hash of the data using SHA-1. Represented using base64.", + "comment": "The hash is calculated on the data prior to base64 encoding, if the data is based64 encoded. The hash is not intended to support digital signatures. Where protection against malicious threats a digital signature should be considered, see [Provenance.signature](http://hl7.org/fhir/R4/provenance-definitions.html#Provenance.signature) for mechanism to protect a resource with a digital signature.", + "requirements": "Included so that applications can verify that the contents of a location have not changed due to technical failures (e.g., storage rot, transport glitch, incorrect version).", + "min": 0, + "max": "1", + "base": { + "path": "Attachment.hash", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "base64Binary" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": ".integrityCheck[parent::ED/integrityCheckAlgorithm=\"SHA-1\"]" + } + ] + }, + { + "id": "Attachment.title", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "path": "Attachment.title", + "short": "Label to display in place of the data", + "definition": "A label or set of text to display in place of the data.", + "requirements": "Applications need a label to display to a human user in place of the actual data if the data cannot be rendered or perceived by the viewer.", + "min": 0, + "max": "1", + "base": { + "path": "Attachment.title", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "example": [ + { + "label": "General", + "valueString": "Official Corporate Logo" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "./title/data" + } + ] + }, + { + "id": "Attachment.creation", + "path": "Attachment.creation", + "short": "Date attachment was first created", + "definition": "The date that the attachment was first created.", + "requirements": "This is often tracked as an integrity issue for use of the attachment.", + "min": 0, + "max": "1", + "base": { + "path": "Attachment.creation", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "dateTime" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A (needs data type R3 proposal)" + } + ] + } + ] + }, + "differential": { + "element": [ + { + "id": "Attachment", + "path": "Attachment", + "constraint": [ + { + "key": "must-be-drs-uri", + "severity": "error", + "human": "attachment.url must start with ^drs://. A drs:// hostname-based URI, as defined in the DRS documentation, that tells clients how to access this object. The intent of this field is to make DRS objects self-contained, and therefore easier for clients to store and pass around. For example, if you arrive at this DRS JSON by resolving a compact identifier-based DRS URI, the `self_uri` presents you with a hostname and properly encoded DRS ID for use in subsequent `access` endpoint calls.", + "expression": "$this.url.matches('^drs://.*')", + "source": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-drs-attachment" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/StructureDefinition-ncpi-drs-document-reference.json b/tests/fixtures/ncpi/examples/StructureDefinition-ncpi-drs-document-reference.json new file mode 100644 index 0000000..ca0e1fb --- /dev/null +++ b/tests/fixtures/ncpi/examples/StructureDefinition-ncpi-drs-document-reference.json @@ -0,0 +1,2453 @@ +{ + "resourceType": "StructureDefinition", + "id": "ncpi-drs-document-reference", + "text": { + "status": "extensions", + "div": "
\r\n\r\n\r\n
NameFlagsCard.TypeDescription & Constraints\"doco\"
\".\"\".\" DocumentReference 0..*DocumentReferenceA reference to a document
\".\"\".\"\".\" content
\".\"\".\"\".\"\".\" attachment 1..1DRSAttachmentContent in a format defined elsewhere

\"doco\" Documentation for this format
" + }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Documents" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + } + ], + "url": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-drs-document-reference", + "version": "0.1.0", + "name": "DRSDocumentReference", + "title": "DRS Document Reference", + "status": "draft", + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "A FHIR Document Reference with an embedded DRS URI. See https://github.com/ga4gh/data-repository-service-schemas.", + "fhirVersion": "4.0.1", + "mapping": [ + { + "identity": "workflow", + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern" + }, + { + "identity": "fhircomposition", + "uri": "http://hl7.org/fhir/composition", + "name": "FHIR Composition" + }, + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + }, + { + "identity": "cda", + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)" + }, + { + "identity": "w5", + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping" + }, + { + "identity": "v2", + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping" + }, + { + "identity": "xds", + "uri": "http://ihe.net/xds", + "name": "XDS metadata equivalent" + } + ], + "kind": "resource", + "abstract": false, + "type": "DocumentReference", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "derivation": "constraint", + "snapshot": { + "element": [ + { + "id": "DocumentReference", + "path": "DocumentReference", + "short": "A reference to a document", + "definition": "A reference to a document of any kind for any purpose. Provides metadata about the document so that the document can be discovered and managed. The scope of a document is any seralized object with a mime-type, so includes formal patient centric documents (CDA), cliical notes, scanned paper, and non-patient specific documents like policy text.", + "comment": "Usually, this is used for documents other than those defined by FHIR.", + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference", + "min": 0, + "max": "*" + }, + "constraint": [ + { + "key": "dom-2", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", + "expression": "contained.contained.empty()", + "xpath": "not(parent::f:contained and f:contained)", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-3", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", + "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()", + "xpath": "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-4", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", + "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()", + "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-5", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a security label", + "expression": "contained.meta.security.empty()", + "xpath": "not(exists(f:contained/*/f:meta/f:security))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." + } + ], + "key": "dom-6", + "severity": "warning", + "human": "A resource should have narrative for robust management", + "expression": "text.`div`.exists()", + "xpath": "exists(f:text/h:div)", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Entity. Role, or Act" + }, + { + "identity": "workflow", + "map": "Event" + }, + { + "identity": "fhircomposition", + "map": "when describing a Composition" + }, + { + "identity": "rim", + "map": "Document[classCode=\"DOC\" and moodCode=\"EVN\"]" + }, + { + "identity": "cda", + "map": "when describing a CDA" + } + ] + }, + { + "id": "DocumentReference.id", + "path": "DocumentReference.id", + "short": "Logical id of this artifact", + "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", + "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "DocumentReference.meta", + "path": "DocumentReference.meta", + "short": "Metadata about the resource", + "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.meta", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Meta" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "DocumentReference.implicitRules", + "path": "DocumentReference.implicitRules", + "short": "A set of rules under which this content was created", + "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", + "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.implicitRules", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", + "isSummary": true + }, + { + "id": "DocumentReference.language", + "path": "DocumentReference.language", + "short": "Language of the resource content", + "definition": "The base language in which the resource is written.", + "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", + "min": 0, + "max": "1", + "base": { + "path": "Resource.language", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "preferred", + "description": "A human language.", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + { + "id": "DocumentReference.text", + "path": "DocumentReference.text", + "short": "Text summary of the resource, for human interpretation", + "definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", + "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.", + "alias": [ + "narrative", + "html", + "xhtml", + "display" + ], + "min": 0, + "max": "1", + "base": { + "path": "DomainResource.text", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Narrative" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Act.text?" + } + ] + }, + { + "id": "DocumentReference.contained", + "path": "DocumentReference.contained", + "short": "Contained, inline Resources", + "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", + "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.", + "alias": [ + "inline resources", + "anonymous resources", + "contained resources" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.contained", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Resource" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "DocumentReference.extension", + "path": "DocumentReference.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "DocumentReference.modifierExtension", + "path": "DocumentReference.modifierExtension", + "short": "Extensions that cannot be ignored", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "DocumentReference.masterIdentifier", + "path": "DocumentReference.masterIdentifier", + "short": "Master Version Specific Identifier", + "definition": "Document identifier as assigned by the source of the document. This identifier is specific to this version of the document. This unique identifier may be used elsewhere to identify this version of the document.", + "comment": "CDA Document Id extension and root.", + "requirements": "The structure and format of this Id shall be consistent with the specification corresponding to the formatCode attribute. (e.g. for a DICOM standard document a 64-character numeric UID, for an HL7 CDA format a serialization of the CDA Document Id extension and root in the form \"oid^extension\", where OID is a 64 digits max, and the Id is a 16 UTF-8 char max. If the OID is coded without the extension then the '^' character shall not be included.).", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.masterIdentifier", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Identifier" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.identifier" + }, + { + "identity": "w5", + "map": "FiveWs.identifier" + }, + { + "identity": "fhircomposition", + "map": "Composition.identifier" + }, + { + "identity": "v2", + "map": "TXA-12" + }, + { + "identity": "rim", + "map": ".id" + }, + { + "identity": "xds", + "map": "DocumentEntry.uniqueId" + }, + { + "identity": "cda", + "map": "ClinicalDocument/id" + } + ] + }, + { + "id": "DocumentReference.identifier", + "path": "DocumentReference.identifier", + "short": "Other identifiers for the document", + "definition": "Other identifiers associated with the document, including version independent identifiers.", + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference.identifier", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Identifier" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.identifier" + }, + { + "identity": "w5", + "map": "FiveWs.identifier" + }, + { + "identity": "v2", + "map": "TXA-16?" + }, + { + "identity": "rim", + "map": ".id / .setId" + }, + { + "identity": "xds", + "map": "DocumentEntry.entryUUID" + } + ] + }, + { + "id": "DocumentReference.status", + "path": "DocumentReference.status", + "short": "current | superseded | entered-in-error", + "definition": "The status of this document reference.", + "comment": "This is the status of the DocumentReference object, which might be independent from the docStatus element.\n\nThis element is labeled as a modifier because the status contains the codes that mark the document or reference as not currently valid.", + "min": 1, + "max": "1", + "base": { + "path": "DocumentReference.status", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": true, + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentReferenceStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "required", + "description": "The status of the document reference.", + "valueSet": "http://hl7.org/fhir/ValueSet/document-reference-status|4.0.1" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Event.status" + }, + { + "identity": "w5", + "map": "FiveWs.status" + }, + { + "identity": "v2", + "map": "TXA-19" + }, + { + "identity": "rim", + "map": "interim: .completionCode=\"IN\" & ./statusCode[isNormalDatatype()]=\"active\"; final: .completionCode=\"AU\" && ./statusCode[isNormalDatatype()]=\"complete\" and not(./inboundRelationship[typeCode=\"SUBJ\" and isNormalActRelationship()]/source[subsumesCode(\"ActClass#CACT\") and moodCode=\"EVN\" and domainMember(\"ReviseDocument\", code) and isNormalAct()]); amended: .completionCode=\"AU\" && ./statusCode[isNormalDatatype()]=\"complete\" and ./inboundRelationship[typeCode=\"SUBJ\" and isNormalActRelationship()]/source[subsumesCode(\"ActClass#CACT\") and moodCode=\"EVN\" and domainMember(\"ReviseDocument\", code) and isNormalAct() and statusCode=\"completed\"]; withdrawn : .completionCode=NI && ./statusCode[isNormalDatatype()]=\"obsolete\"" + }, + { + "identity": "xds", + "map": "DocumentEntry.availabilityStatus" + } + ] + }, + { + "id": "DocumentReference.docStatus", + "path": "DocumentReference.docStatus", + "short": "preliminary | final | amended | entered-in-error", + "definition": "The status of the underlying document.", + "comment": "The document that is pointed to might be in various lifecycle states.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.docStatus", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ReferredDocumentStatus" + } + ], + "strength": "required", + "description": "Status of the underlying document.", + "valueSet": "http://hl7.org/fhir/ValueSet/composition-status|4.0.1" + }, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.status" + }, + { + "identity": "fhircomposition", + "map": "Composition.status" + }, + { + "identity": "v2", + "map": "TXA-17" + }, + { + "identity": "rim", + "map": ".statusCode" + } + ] + }, + { + "id": "DocumentReference.type", + "path": "DocumentReference.type", + "short": "Kind of document (LOINC if possible)", + "definition": "Specifies the particular kind of document referenced (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the document referenced.", + "comment": "Key metadata element describing the document that describes he exact type of document. Helps humans to assess whether the document is of interest when viewing a list of documents.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.type", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentC80Type" + } + ], + "strength": "preferred", + "description": "Precise type of clinical document.", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-doc-typecodes" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Event.code" + }, + { + "identity": "w5", + "map": "FiveWs.class" + }, + { + "identity": "fhircomposition", + "map": "Composition.type" + }, + { + "identity": "v2", + "map": "TXA-2" + }, + { + "identity": "rim", + "map": "./code" + }, + { + "identity": "xds", + "map": "DocumentEntry.type" + }, + { + "identity": "cda", + "map": "ClinicalDocument/code/@code \n\nThe typeCode should be mapped from the ClinicalDocument/code element to a set of document type codes configured in the affinity domain. One suggested coding system to use for typeCode is LOINC, in which case the mapping step can be omitted." + } + ] + }, + { + "id": "DocumentReference.category", + "path": "DocumentReference.category", + "short": "Categorization of document", + "definition": "A categorization for the type of document referenced - helps for indexing and searching. This may be implied by or derived from the code specified in the DocumentReference.type.", + "comment": "Key metadata element describing the the category or classification of the document. This is a broader perspective that groups similar documents based on how they would be used. This is a primary key used in searching.", + "alias": [ + "claxs" + ], + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference.category", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentC80Class" + } + ], + "strength": "example", + "description": "High-level kind of a clinical document at a macro level.", + "valueSet": "http://hl7.org/fhir/ValueSet/document-classcodes" + }, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.class" + }, + { + "identity": "fhircomposition", + "map": "Composition.class" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"EVN\"].code" + }, + { + "identity": "xds", + "map": "DocumentEntry.class" + }, + { + "identity": "cda", + "map": "Derived from a mapping of /ClinicalDocument/code/@code to an Affinity Domain specified coded value to use and coding system. Affinity Domains are encouraged to use the appropriate value for Type of Service, based on the LOINC Type of Service (see Page 53 of the LOINC User's Manual). Must be consistent with /ClinicalDocument/code/@code" + } + ] + }, + { + "id": "DocumentReference.subject", + "path": "DocumentReference.subject", + "short": "Who/what is the subject of the document", + "definition": "Who or what the document is about. The document can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of farm animals, or a set of patients that share a common exposure).", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.subject", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.subject" + }, + { + "identity": "w5", + "map": "FiveWs.subject[x]" + }, + { + "identity": "fhircomposition", + "map": "Composition.subject" + }, + { + "identity": "v2", + "map": "PID-3 (No standard way to define a Practitioner or Group subject in HL7 v2 MDM message)" + }, + { + "identity": "rim", + "map": ".participation[typeCode=\"SBJ\"].role[typeCode=\"PAT\"]" + }, + { + "identity": "xds", + "map": "DocumentEntry.patientId" + }, + { + "identity": "cda", + "map": "ClinicalDocument/recordTarget/" + }, + { + "identity": "w5", + "map": "FiveWs.subject" + } + ] + }, + { + "id": "DocumentReference.date", + "path": "DocumentReference.date", + "short": "When this document reference was created", + "definition": "When the document reference was created.", + "comment": "Referencing/indexing time is used for tracking, organizing versions and searching.", + "alias": [ + "indexed" + ], + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.date", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "instant" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.occurrence[x]" + }, + { + "identity": "w5", + "map": "FiveWs.recorded" + }, + { + "identity": "fhircomposition", + "map": "Composition.date" + }, + { + "identity": "rim", + "map": ".availabilityTime[type=\"TS\"]" + } + ] + }, + { + "id": "DocumentReference.author", + "path": "DocumentReference.author", + "short": "Who and/or what authored the document", + "definition": "Identifies who is responsible for adding the information to the document.", + "comment": "Not necessarily who did the actual data entry (i.e. typist) or who was the source (informant).", + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference.author", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.performer.actor" + }, + { + "identity": "fhircomposition", + "map": "Composition.author" + }, + { + "identity": "v2", + "map": "TXA-9 (No standard way to indicate a Device in HL7 v2 MDM message)" + }, + { + "identity": "rim", + "map": ".participation[typeCode=\"AUT\"].role[classCode=\"ASSIGNED\"]" + }, + { + "identity": "xds", + "map": "DocumentEntry.author" + }, + { + "identity": "cda", + "map": "ClinicalDocument/author" + } + ] + }, + { + "id": "DocumentReference.authenticator", + "path": "DocumentReference.authenticator", + "short": "Who/what authenticated the document", + "definition": "Which person or organization authenticates that this document is valid.", + "comment": "Represents a participant within the author institution who has legally authenticated or attested the document. Legal authentication implies that a document has been signed manually or electronically by the legal Authenticator.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.authenticator", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Event.performer.actor" + }, + { + "identity": "w5", + "map": "FiveWs.witness" + }, + { + "identity": "fhircomposition", + "map": "Composition.attester" + }, + { + "identity": "v2", + "map": "TXA-10" + }, + { + "identity": "rim", + "map": ".participation[typeCode=\"AUTHEN\"].role[classCode=\"ASSIGNED\"]" + }, + { + "identity": "xds", + "map": "DocumentEntry.legalAuthenticator" + }, + { + "identity": "cda", + "map": "ClinicalDocument/legalAuthenticator" + } + ] + }, + { + "id": "DocumentReference.custodian", + "path": "DocumentReference.custodian", + "short": "Organization which maintains the document", + "definition": "Identifies the organization or group who is responsible for ongoing maintenance of and access to the document.", + "comment": "Identifies the logical organization (software system, vendor, or department) to go to find the current version, where to report issues, etc. This is different from the physical location (URL, disk drive, or server) of the document, which is the technical location of the document, which host may be delegated to the management of some other organization.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.custodian", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Event.performer.actor" + }, + { + "identity": "fhircomposition", + "map": "Composition.custodian" + }, + { + "identity": "rim", + "map": ".participation[typeCode=\"RCV\"].role[classCode=\"CUST\"].scoper[classCode=\"ORG\" and determinerCode=\"INST\"]" + } + ] + }, + { + "id": "DocumentReference.relatesTo", + "path": "DocumentReference.relatesTo", + "short": "Relationships to other documents", + "definition": "Relationships that this document has with other document references that already exist.", + "comment": "This element is labeled as a modifier because documents that append to other documents are incomplete on their own.", + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference.relatesTo", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.relatesTo" + }, + { + "identity": "rim", + "map": ".outboundRelationship" + }, + { + "identity": "xds", + "map": "DocumentEntry Associations" + } + ] + }, + { + "id": "DocumentReference.relatesTo.id", + "path": "DocumentReference.relatesTo.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "DocumentReference.relatesTo.extension", + "path": "DocumentReference.relatesTo.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "DocumentReference.relatesTo.modifierExtension", + "path": "DocumentReference.relatesTo.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "DocumentReference.relatesTo.code", + "path": "DocumentReference.relatesTo.code", + "short": "replaces | transforms | signs | appends", + "definition": "The type of relationship that this document has with anther document.", + "comment": "If this document appends another document, then the document cannot be fully understood without also accessing the referenced document.", + "min": 1, + "max": "1", + "base": { + "path": "DocumentReference.relatesTo.code", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentRelationshipType" + } + ], + "strength": "required", + "description": "The type of relationship between documents.", + "valueSet": "http://hl7.org/fhir/ValueSet/document-relationship-type|4.0.1" + }, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.relatesTo.code" + }, + { + "identity": "rim", + "map": ".outboundRelationship.typeCode" + }, + { + "identity": "xds", + "map": "DocumentEntry Associations type" + } + ] + }, + { + "id": "DocumentReference.relatesTo.target", + "path": "DocumentReference.relatesTo.target", + "short": "Target of the relationship", + "definition": "The target document of this relationship.", + "min": 1, + "max": "1", + "base": { + "path": "DocumentReference.relatesTo.target", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.relatesTo.target" + }, + { + "identity": "rim", + "map": ".target[classCode=\"DOC\", moodCode=\"EVN\"].id" + }, + { + "identity": "xds", + "map": "DocumentEntry Associations reference" + } + ] + }, + { + "id": "DocumentReference.description", + "path": "DocumentReference.description", + "short": "Human-readable description", + "definition": "Human-readable description of the source document.", + "comment": "What the document is about, a terse summary of the document.", + "requirements": "Helps humans to assess whether the document is of interest.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.description", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "TXA-25" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=\"SUBJ\"].target.text" + }, + { + "identity": "xds", + "map": "DocumentEntry.comments" + } + ] + }, + { + "id": "DocumentReference.securityLabel", + "path": "DocumentReference.securityLabel", + "short": "Document security-tags", + "definition": "A set of Security-Tag codes specifying the level of privacy/security of the Document. Note that DocumentReference.meta.security contains the security labels of the \"reference\" to the document, while DocumentReference.securityLabel contains a snapshot of the security labels on the document the reference refers to.", + "comment": "The confidentiality codes can carry multiple vocabulary items. HL7 has developed an understanding of security and privacy tags that might be desirable in a Document Sharing environment, called HL7 Healthcare Privacy and Security Classification System (HCS). The following specification is recommended but not mandated, as the vocabulary bindings are an administrative domain responsibility. The use of this method is up to the policy domain such as the XDS Affinity Domain or other Trust Domain where all parties including sender and recipients are trusted to appropriately tag and enforce. \n\nIn the HL7 Healthcare Privacy and Security Classification (HCS) there are code systems specific to Confidentiality, Sensitivity, Integrity, and Handling Caveats. Some values would come from a local vocabulary as they are related to workflow roles and special projects.", + "requirements": "Use of the Health Care Privacy/Security Classification (HCS) system of security-tag use is recommended.", + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference.securityLabel", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SecurityLabels" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "extensible", + "description": "Security Labels from the Healthcare Privacy and Security Classification System.", + "valueSet": "http://hl7.org/fhir/ValueSet/security-labels" + }, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.confidentiality, Composition.meta.security" + }, + { + "identity": "v2", + "map": "TXA-18" + }, + { + "identity": "rim", + "map": ".confidentialityCode" + }, + { + "identity": "xds", + "map": "DocumentEntry.confidentialityCode" + }, + { + "identity": "cda", + "map": "ClinicalDocument/confidentialityCode/@code" + } + ] + }, + { + "id": "DocumentReference.content", + "path": "DocumentReference.content", + "short": "Document referenced", + "definition": "The document and format referenced. There may be multiple content element repetitions, each with a different format.", + "min": 1, + "max": "*", + "base": { + "path": "DocumentReference.content", + "min": 1, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Bundle(Composition+*)" + }, + { + "identity": "rim", + "map": "document.text" + } + ] + }, + { + "id": "DocumentReference.content.id", + "path": "DocumentReference.content.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "DocumentReference.content.extension", + "path": "DocumentReference.content.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "DocumentReference.content.modifierExtension", + "path": "DocumentReference.content.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "DocumentReference.content.attachment", + "path": "DocumentReference.content.attachment", + "short": "Content in a format defined elsewhere", + "definition": "For referring to data content defined in other formats.", + "comment": "When providing a summary view (for example with Observation.value[x]) Attachment should be represented with a brief display text such as \"Signed Procedure Consent\".", + "min": 1, + "max": "1", + "base": { + "path": "DocumentReference.content.attachment", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "Attachment", + "profile": [ + "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-drs-attachment" + ] + } + ], + "condition": [ + "ele-1" + ], + "constraint": [ + { + "key": "att-1", + "severity": "error", + "human": "If the Attachment has data, it SHALL have a contentType", + "expression": "data.empty() or contentType.exists()", + "xpath": "not(exists(f:data)) or exists(f:contentType)", + "source": "http://hl7.org/fhir/StructureDefinition/Attachment" + }, + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "must-be-drs-uri", + "severity": "error", + "human": "attachment.url must start with ^drs://. A drs:// hostname-based URI, as defined in the DRS documentation, that tells clients how to access this object. The intent of this field is to make DRS objects self-contained, and therefore easier for clients to store and pass around. For example, if you arrive at this DRS JSON by resolving a compact identifier-based DRS URI, the `self_uri` presents you with a hostname and properly encoded DRS ID for use in subsequent `access` endpoint calls.", + "expression": "$this.url.matches('^drs://.*')", + "source": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-drs-attachment" + } + ], + "isModifier": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + }, + { + "identity": "v2", + "map": "ED/RP" + }, + { + "identity": "rim", + "map": "ED" + } + ] + }, + { + "id": "DocumentReference.content.format", + "path": "DocumentReference.content.format", + "short": "Format/content rules for the document", + "definition": "An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType.", + "comment": "Note that while IHE mostly issues URNs for format types, not all documents can be identified by a URI.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.content.format", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Coding" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentFormat" + } + ], + "strength": "preferred", + "description": "Document Format Codes.", + "valueSet": "http://hl7.org/fhir/ValueSet/formatcodes" + }, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.meta.profile" + }, + { + "identity": "rim", + "map": "document.text" + }, + { + "identity": "xds", + "map": "DocumentEntry.formatCode" + }, + { + "identity": "cda", + "map": "derived from the IHE Profile or Implementation Guide templateID" + } + ] + }, + { + "id": "DocumentReference.context", + "path": "DocumentReference.context", + "short": "Clinical context of document", + "definition": "The clinical context in which the document was prepared.", + "comment": "These values are primarily added to help with searching for interesting/relevant documents.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.context", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "outboundRelationship[typeCode=\"SUBJ\"].target[classCode<'ACT']" + } + ] + }, + { + "id": "DocumentReference.context.id", + "path": "DocumentReference.context.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "DocumentReference.context.extension", + "path": "DocumentReference.context.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "DocumentReference.context.modifierExtension", + "path": "DocumentReference.context.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "DocumentReference.context.encounter", + "path": "DocumentReference.context.encounter", + "short": "Context of the document content", + "definition": "Describes the clinical encounter or type of care that the document content is associated with.", + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference.context.encounter", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Event.context" + }, + { + "identity": "w5", + "map": "FiveWs.context" + }, + { + "identity": "fhircomposition", + "map": "Composition.encounter" + }, + { + "identity": "rim", + "map": "unique(highest(./outboundRelationship[typeCode=\"SUBJ\" and isNormalActRelationship()], priorityNumber)/target[moodCode=\"EVN\" and classCode=(\"ENC\", \"PCPR\") and isNormalAct])" + } + ] + }, + { + "id": "DocumentReference.context.event", + "path": "DocumentReference.context.event", + "short": "Main clinical acts documented", + "definition": "This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the type Code, such as a \"History and Physical Report\" in which the procedure being documented is necessarily a \"History and Physical\" act.", + "comment": "An event can further specialize the act inherent in the type, such as where it is simply \"Procedure Report\" and the procedure was a \"colonoscopy\". If one or more event codes are included, they shall not conflict with the values inherent in the class or type elements as such a conflict would create an ambiguous situation.", + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference.context.event", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentEventType" + } + ], + "strength": "example", + "description": "This list of codes represents the main clinical acts being documented.", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActCode" + }, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.event.code" + }, + { + "identity": "rim", + "map": ".code" + }, + { + "identity": "xds", + "map": "DocumentEntry.eventCodeList" + } + ] + }, + { + "id": "DocumentReference.context.period", + "path": "DocumentReference.context.period", + "short": "Time of service that is being documented", + "definition": "The time period over which the service that is described by the document was provided.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.context.period", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Period" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.event.period" + }, + { + "identity": "rim", + "map": ".effectiveTime" + }, + { + "identity": "xds", + "map": "DocumentEntry.serviceStartTime, DocumentEntry.serviceStopTime" + }, + { + "identity": "cda", + "map": "ClinicalDocument/documentationOf/\nserviceEvent/effectiveTime/low/\n@value --> ClinicalDocument/documentationOf/\nserviceEvent/effectiveTime/high/\n@value" + } + ] + }, + { + "id": "DocumentReference.context.facilityType", + "path": "DocumentReference.context.facilityType", + "short": "Kind of facility where patient was seen", + "definition": "The kind of facility where the patient was seen.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.context.facilityType", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentC80FacilityType" + } + ], + "strength": "example", + "description": "XDS Facility Type.", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-facilitycodes" + }, + "mapping": [ + { + "identity": "fhircomposition", + "map": "usually from a mapping to a local ValueSet" + }, + { + "identity": "rim", + "map": ".participation[typeCode=\"LOC\"].role[classCode=\"DSDLOC\"].code" + }, + { + "identity": "xds", + "map": "DocumentEntry.healthcareFacilityTypeCode" + }, + { + "identity": "cda", + "map": "usually a mapping to a local ValueSet. Must be consistent with /clinicalDocument/code" + } + ] + }, + { + "id": "DocumentReference.context.practiceSetting", + "path": "DocumentReference.context.practiceSetting", + "short": "Additional details about where the content was created (e.g. clinical specialty)", + "definition": "This property may convey specifics about the practice setting where the content was created, often reflecting the clinical specialty.", + "comment": "This element should be based on a coarse classification system for the class of specialty practice. Recommend the use of the classification system for Practice Setting, such as that described by the Subject Matter Domain in LOINC.", + "requirements": "This is an important piece of metadata that providers often rely upon to quickly sort and/or filter out to find specific content.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.context.practiceSetting", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentC80PracticeSetting" + } + ], + "strength": "example", + "description": "Additional details about where the content was created (e.g. clinical specialty).", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes" + }, + "mapping": [ + { + "identity": "fhircomposition", + "map": "usually from a mapping to a local ValueSet" + }, + { + "identity": "rim", + "map": ".participation[typeCode=\"LOC\"].role[classCode=\"DSDLOC\"].code" + }, + { + "identity": "xds", + "map": "DocumentEntry.practiceSettingCode" + }, + { + "identity": "cda", + "map": "usually from a mapping to a local ValueSet" + } + ] + }, + { + "id": "DocumentReference.context.sourcePatientInfo", + "path": "DocumentReference.context.sourcePatientInfo", + "short": "Patient demographics from source", + "definition": "The Patient Information as known when the document was published. May be a reference to a version specific, or contained.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.context.sourcePatientInfo", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.subject" + }, + { + "identity": "rim", + "map": ".participation[typeCode=\"SBJ\"].role[typeCode=\"PAT\"]" + }, + { + "identity": "xds", + "map": "DocumentEntry.sourcePatientInfo, DocumentEntry.sourcePatientId" + }, + { + "identity": "cda", + "map": "ClinicalDocument/recordTarget/" + } + ] + }, + { + "id": "DocumentReference.context.related", + "path": "DocumentReference.context.related", + "short": "Related identifiers or resources", + "definition": "Related identifiers or resources associated with the DocumentReference.", + "comment": "May be identifiers or resources that caused the DocumentReference or referenced Document to be created.", + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference.context.related", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.event.detail" + }, + { + "identity": "rim", + "map": "./outboundRelationship[typeCode=\"PERT\" and isNormalActRelationship()] / target[isNormalAct]" + }, + { + "identity": "xds", + "map": "DocumentEntry.referenceIdList" + }, + { + "identity": "cda", + "map": "ClinicalDocument/relatedDocument" + } + ] + } + ] + }, + "differential": { + "element": [ + { + "id": "DocumentReference", + "path": "DocumentReference" + }, + { + "id": "DocumentReference.content.attachment", + "path": "DocumentReference.content.attachment", + "type": [ + { + "code": "Attachment", + "profile": [ + "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-drs-attachment" + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/StructureDefinition-ncpi-research-document-reference.json b/tests/fixtures/ncpi/examples/StructureDefinition-ncpi-research-document-reference.json new file mode 100644 index 0000000..d7654d5 --- /dev/null +++ b/tests/fixtures/ncpi/examples/StructureDefinition-ncpi-research-document-reference.json @@ -0,0 +1,2480 @@ +{ + "resourceType": "StructureDefinition", + "id": "ncpi-research-document-reference", + "text": { + "status": "extensions", + "div": "
\r\n\r\n\r\n\r\n\r\n\r\n\r\n
NameFlagsCard.TypeDescription & Constraints\"doco\"
\".\"\".\" DocumentReference 0..*DocumentReferenceA reference to a document
\".\"\".\"\".\" subject 1..1Reference(Patient | Practitioner | Group | Device)Who/what is the subject of the document
\".\"\".\"\".\" custodian 1..1Reference(Organization)Organization which maintains the document
\".\"\".\"\".\" content
\".\"\".\"\".\"\".\" attachment 1..1DRSAttachmentContent in a format defined elsewhere
\".\"\".\"\".\" context 1..1BackboneElementClinical context of document
\".\"\".\"\".\"\".\" related 0..*Reference(Task)Related identifiers or resources

\"doco\" Documentation for this format
" + }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Documents" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + } + ], + "url": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-research-document-reference", + "version": "0.1.0", + "name": "ResearchDocumentReference", + "title": "Research Document Reference", + "status": "draft", + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "A FHIR Document Reference created by an analysis task. Context.related = Task ", + "fhirVersion": "4.0.1", + "mapping": [ + { + "identity": "workflow", + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern" + }, + { + "identity": "fhircomposition", + "uri": "http://hl7.org/fhir/composition", + "name": "FHIR Composition" + }, + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + }, + { + "identity": "cda", + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)" + }, + { + "identity": "w5", + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping" + }, + { + "identity": "v2", + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping" + }, + { + "identity": "xds", + "uri": "http://ihe.net/xds", + "name": "XDS metadata equivalent" + } + ], + "kind": "resource", + "abstract": false, + "type": "DocumentReference", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "derivation": "constraint", + "snapshot": { + "element": [ + { + "id": "DocumentReference", + "path": "DocumentReference", + "short": "A reference to a document", + "definition": "A reference to a document of any kind for any purpose. Provides metadata about the document so that the document can be discovered and managed. The scope of a document is any seralized object with a mime-type, so includes formal patient centric documents (CDA), cliical notes, scanned paper, and non-patient specific documents like policy text.", + "comment": "Usually, this is used for documents other than those defined by FHIR.", + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference", + "min": 0, + "max": "*" + }, + "constraint": [ + { + "key": "dom-2", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", + "expression": "contained.contained.empty()", + "xpath": "not(parent::f:contained and f:contained)", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-3", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", + "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()", + "xpath": "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-4", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", + "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()", + "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-5", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a security label", + "expression": "contained.meta.security.empty()", + "xpath": "not(exists(f:contained/*/f:meta/f:security))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." + } + ], + "key": "dom-6", + "severity": "warning", + "human": "A resource should have narrative for robust management", + "expression": "text.`div`.exists()", + "xpath": "exists(f:text/h:div)", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Entity. Role, or Act" + }, + { + "identity": "workflow", + "map": "Event" + }, + { + "identity": "fhircomposition", + "map": "when describing a Composition" + }, + { + "identity": "rim", + "map": "Document[classCode=\"DOC\" and moodCode=\"EVN\"]" + }, + { + "identity": "cda", + "map": "when describing a CDA" + } + ] + }, + { + "id": "DocumentReference.id", + "path": "DocumentReference.id", + "short": "Logical id of this artifact", + "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", + "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "DocumentReference.meta", + "path": "DocumentReference.meta", + "short": "Metadata about the resource", + "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.meta", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Meta" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "DocumentReference.implicitRules", + "path": "DocumentReference.implicitRules", + "short": "A set of rules under which this content was created", + "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", + "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.implicitRules", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", + "isSummary": true + }, + { + "id": "DocumentReference.language", + "path": "DocumentReference.language", + "short": "Language of the resource content", + "definition": "The base language in which the resource is written.", + "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", + "min": 0, + "max": "1", + "base": { + "path": "Resource.language", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "preferred", + "description": "A human language.", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + { + "id": "DocumentReference.text", + "path": "DocumentReference.text", + "short": "Text summary of the resource, for human interpretation", + "definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", + "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.", + "alias": [ + "narrative", + "html", + "xhtml", + "display" + ], + "min": 0, + "max": "1", + "base": { + "path": "DomainResource.text", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Narrative" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Act.text?" + } + ] + }, + { + "id": "DocumentReference.contained", + "path": "DocumentReference.contained", + "short": "Contained, inline Resources", + "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", + "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.", + "alias": [ + "inline resources", + "anonymous resources", + "contained resources" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.contained", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Resource" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "DocumentReference.extension", + "path": "DocumentReference.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "DocumentReference.modifierExtension", + "path": "DocumentReference.modifierExtension", + "short": "Extensions that cannot be ignored", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "DocumentReference.masterIdentifier", + "path": "DocumentReference.masterIdentifier", + "short": "Master Version Specific Identifier", + "definition": "Document identifier as assigned by the source of the document. This identifier is specific to this version of the document. This unique identifier may be used elsewhere to identify this version of the document.", + "comment": "CDA Document Id extension and root.", + "requirements": "The structure and format of this Id shall be consistent with the specification corresponding to the formatCode attribute. (e.g. for a DICOM standard document a 64-character numeric UID, for an HL7 CDA format a serialization of the CDA Document Id extension and root in the form \"oid^extension\", where OID is a 64 digits max, and the Id is a 16 UTF-8 char max. If the OID is coded without the extension then the '^' character shall not be included.).", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.masterIdentifier", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Identifier" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.identifier" + }, + { + "identity": "w5", + "map": "FiveWs.identifier" + }, + { + "identity": "fhircomposition", + "map": "Composition.identifier" + }, + { + "identity": "v2", + "map": "TXA-12" + }, + { + "identity": "rim", + "map": ".id" + }, + { + "identity": "xds", + "map": "DocumentEntry.uniqueId" + }, + { + "identity": "cda", + "map": "ClinicalDocument/id" + } + ] + }, + { + "id": "DocumentReference.identifier", + "path": "DocumentReference.identifier", + "short": "Other identifiers for the document", + "definition": "Other identifiers associated with the document, including version independent identifiers.", + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference.identifier", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Identifier" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.identifier" + }, + { + "identity": "w5", + "map": "FiveWs.identifier" + }, + { + "identity": "v2", + "map": "TXA-16?" + }, + { + "identity": "rim", + "map": ".id / .setId" + }, + { + "identity": "xds", + "map": "DocumentEntry.entryUUID" + } + ] + }, + { + "id": "DocumentReference.status", + "path": "DocumentReference.status", + "short": "current | superseded | entered-in-error", + "definition": "The status of this document reference.", + "comment": "This is the status of the DocumentReference object, which might be independent from the docStatus element.\n\nThis element is labeled as a modifier because the status contains the codes that mark the document or reference as not currently valid.", + "min": 1, + "max": "1", + "base": { + "path": "DocumentReference.status", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": true, + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentReferenceStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "required", + "description": "The status of the document reference.", + "valueSet": "http://hl7.org/fhir/ValueSet/document-reference-status|4.0.1" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Event.status" + }, + { + "identity": "w5", + "map": "FiveWs.status" + }, + { + "identity": "v2", + "map": "TXA-19" + }, + { + "identity": "rim", + "map": "interim: .completionCode=\"IN\" & ./statusCode[isNormalDatatype()]=\"active\"; final: .completionCode=\"AU\" && ./statusCode[isNormalDatatype()]=\"complete\" and not(./inboundRelationship[typeCode=\"SUBJ\" and isNormalActRelationship()]/source[subsumesCode(\"ActClass#CACT\") and moodCode=\"EVN\" and domainMember(\"ReviseDocument\", code) and isNormalAct()]); amended: .completionCode=\"AU\" && ./statusCode[isNormalDatatype()]=\"complete\" and ./inboundRelationship[typeCode=\"SUBJ\" and isNormalActRelationship()]/source[subsumesCode(\"ActClass#CACT\") and moodCode=\"EVN\" and domainMember(\"ReviseDocument\", code) and isNormalAct() and statusCode=\"completed\"]; withdrawn : .completionCode=NI && ./statusCode[isNormalDatatype()]=\"obsolete\"" + }, + { + "identity": "xds", + "map": "DocumentEntry.availabilityStatus" + } + ] + }, + { + "id": "DocumentReference.docStatus", + "path": "DocumentReference.docStatus", + "short": "preliminary | final | amended | entered-in-error", + "definition": "The status of the underlying document.", + "comment": "The document that is pointed to might be in various lifecycle states.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.docStatus", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ReferredDocumentStatus" + } + ], + "strength": "required", + "description": "Status of the underlying document.", + "valueSet": "http://hl7.org/fhir/ValueSet/composition-status|4.0.1" + }, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.status" + }, + { + "identity": "fhircomposition", + "map": "Composition.status" + }, + { + "identity": "v2", + "map": "TXA-17" + }, + { + "identity": "rim", + "map": ".statusCode" + } + ] + }, + { + "id": "DocumentReference.type", + "path": "DocumentReference.type", + "short": "Kind of document (LOINC if possible)", + "definition": "Specifies the particular kind of document referenced (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the document referenced.", + "comment": "Key metadata element describing the document that describes he exact type of document. Helps humans to assess whether the document is of interest when viewing a list of documents.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.type", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentC80Type" + } + ], + "strength": "preferred", + "description": "Precise type of clinical document.", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-doc-typecodes" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Event.code" + }, + { + "identity": "w5", + "map": "FiveWs.class" + }, + { + "identity": "fhircomposition", + "map": "Composition.type" + }, + { + "identity": "v2", + "map": "TXA-2" + }, + { + "identity": "rim", + "map": "./code" + }, + { + "identity": "xds", + "map": "DocumentEntry.type" + }, + { + "identity": "cda", + "map": "ClinicalDocument/code/@code \n\nThe typeCode should be mapped from the ClinicalDocument/code element to a set of document type codes configured in the affinity domain. One suggested coding system to use for typeCode is LOINC, in which case the mapping step can be omitted." + } + ] + }, + { + "id": "DocumentReference.category", + "path": "DocumentReference.category", + "short": "Categorization of document", + "definition": "A categorization for the type of document referenced - helps for indexing and searching. This may be implied by or derived from the code specified in the DocumentReference.type.", + "comment": "Key metadata element describing the the category or classification of the document. This is a broader perspective that groups similar documents based on how they would be used. This is a primary key used in searching.", + "alias": [ + "claxs" + ], + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference.category", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentC80Class" + } + ], + "strength": "example", + "description": "High-level kind of a clinical document at a macro level.", + "valueSet": "http://hl7.org/fhir/ValueSet/document-classcodes" + }, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.class" + }, + { + "identity": "fhircomposition", + "map": "Composition.class" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"EVN\"].code" + }, + { + "identity": "xds", + "map": "DocumentEntry.class" + }, + { + "identity": "cda", + "map": "Derived from a mapping of /ClinicalDocument/code/@code to an Affinity Domain specified coded value to use and coding system. Affinity Domains are encouraged to use the appropriate value for Type of Service, based on the LOINC Type of Service (see Page 53 of the LOINC User's Manual). Must be consistent with /ClinicalDocument/code/@code" + } + ] + }, + { + "id": "DocumentReference.subject", + "path": "DocumentReference.subject", + "short": "Who/what is the subject of the document", + "definition": "Who or what the document is about. The document can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of farm animals, or a set of patients that share a common exposure).", + "min": 1, + "max": "1", + "base": { + "path": "DocumentReference.subject", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.subject" + }, + { + "identity": "w5", + "map": "FiveWs.subject[x]" + }, + { + "identity": "fhircomposition", + "map": "Composition.subject" + }, + { + "identity": "v2", + "map": "PID-3 (No standard way to define a Practitioner or Group subject in HL7 v2 MDM message)" + }, + { + "identity": "rim", + "map": ".participation[typeCode=\"SBJ\"].role[typeCode=\"PAT\"]" + }, + { + "identity": "xds", + "map": "DocumentEntry.patientId" + }, + { + "identity": "cda", + "map": "ClinicalDocument/recordTarget/" + }, + { + "identity": "w5", + "map": "FiveWs.subject" + } + ] + }, + { + "id": "DocumentReference.date", + "path": "DocumentReference.date", + "short": "When this document reference was created", + "definition": "When the document reference was created.", + "comment": "Referencing/indexing time is used for tracking, organizing versions and searching.", + "alias": [ + "indexed" + ], + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.date", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "instant" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.occurrence[x]" + }, + { + "identity": "w5", + "map": "FiveWs.recorded" + }, + { + "identity": "fhircomposition", + "map": "Composition.date" + }, + { + "identity": "rim", + "map": ".availabilityTime[type=\"TS\"]" + } + ] + }, + { + "id": "DocumentReference.author", + "path": "DocumentReference.author", + "short": "Who and/or what authored the document", + "definition": "Identifies who is responsible for adding the information to the document.", + "comment": "Not necessarily who did the actual data entry (i.e. typist) or who was the source (informant).", + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference.author", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.performer.actor" + }, + { + "identity": "fhircomposition", + "map": "Composition.author" + }, + { + "identity": "v2", + "map": "TXA-9 (No standard way to indicate a Device in HL7 v2 MDM message)" + }, + { + "identity": "rim", + "map": ".participation[typeCode=\"AUT\"].role[classCode=\"ASSIGNED\"]" + }, + { + "identity": "xds", + "map": "DocumentEntry.author" + }, + { + "identity": "cda", + "map": "ClinicalDocument/author" + } + ] + }, + { + "id": "DocumentReference.authenticator", + "path": "DocumentReference.authenticator", + "short": "Who/what authenticated the document", + "definition": "Which person or organization authenticates that this document is valid.", + "comment": "Represents a participant within the author institution who has legally authenticated or attested the document. Legal authentication implies that a document has been signed manually or electronically by the legal Authenticator.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.authenticator", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Event.performer.actor" + }, + { + "identity": "w5", + "map": "FiveWs.witness" + }, + { + "identity": "fhircomposition", + "map": "Composition.attester" + }, + { + "identity": "v2", + "map": "TXA-10" + }, + { + "identity": "rim", + "map": ".participation[typeCode=\"AUTHEN\"].role[classCode=\"ASSIGNED\"]" + }, + { + "identity": "xds", + "map": "DocumentEntry.legalAuthenticator" + }, + { + "identity": "cda", + "map": "ClinicalDocument/legalAuthenticator" + } + ] + }, + { + "id": "DocumentReference.custodian", + "path": "DocumentReference.custodian", + "short": "Organization which maintains the document", + "definition": "Identifies the organization or group who is responsible for ongoing maintenance of and access to the document.", + "comment": "Identifies the logical organization (software system, vendor, or department) to go to find the current version, where to report issues, etc. This is different from the physical location (URL, disk drive, or server) of the document, which is the technical location of the document, which host may be delegated to the management of some other organization.", + "min": 1, + "max": "1", + "base": { + "path": "DocumentReference.custodian", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Event.performer.actor" + }, + { + "identity": "fhircomposition", + "map": "Composition.custodian" + }, + { + "identity": "rim", + "map": ".participation[typeCode=\"RCV\"].role[classCode=\"CUST\"].scoper[classCode=\"ORG\" and determinerCode=\"INST\"]" + } + ] + }, + { + "id": "DocumentReference.relatesTo", + "path": "DocumentReference.relatesTo", + "short": "Relationships to other documents", + "definition": "Relationships that this document has with other document references that already exist.", + "comment": "This element is labeled as a modifier because documents that append to other documents are incomplete on their own.", + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference.relatesTo", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.relatesTo" + }, + { + "identity": "rim", + "map": ".outboundRelationship" + }, + { + "identity": "xds", + "map": "DocumentEntry Associations" + } + ] + }, + { + "id": "DocumentReference.relatesTo.id", + "path": "DocumentReference.relatesTo.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "DocumentReference.relatesTo.extension", + "path": "DocumentReference.relatesTo.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "DocumentReference.relatesTo.modifierExtension", + "path": "DocumentReference.relatesTo.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "DocumentReference.relatesTo.code", + "path": "DocumentReference.relatesTo.code", + "short": "replaces | transforms | signs | appends", + "definition": "The type of relationship that this document has with anther document.", + "comment": "If this document appends another document, then the document cannot be fully understood without also accessing the referenced document.", + "min": 1, + "max": "1", + "base": { + "path": "DocumentReference.relatesTo.code", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentRelationshipType" + } + ], + "strength": "required", + "description": "The type of relationship between documents.", + "valueSet": "http://hl7.org/fhir/ValueSet/document-relationship-type|4.0.1" + }, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.relatesTo.code" + }, + { + "identity": "rim", + "map": ".outboundRelationship.typeCode" + }, + { + "identity": "xds", + "map": "DocumentEntry Associations type" + } + ] + }, + { + "id": "DocumentReference.relatesTo.target", + "path": "DocumentReference.relatesTo.target", + "short": "Target of the relationship", + "definition": "The target document of this relationship.", + "min": 1, + "max": "1", + "base": { + "path": "DocumentReference.relatesTo.target", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.relatesTo.target" + }, + { + "identity": "rim", + "map": ".target[classCode=\"DOC\", moodCode=\"EVN\"].id" + }, + { + "identity": "xds", + "map": "DocumentEntry Associations reference" + } + ] + }, + { + "id": "DocumentReference.description", + "path": "DocumentReference.description", + "short": "Human-readable description", + "definition": "Human-readable description of the source document.", + "comment": "What the document is about, a terse summary of the document.", + "requirements": "Helps humans to assess whether the document is of interest.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.description", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "TXA-25" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=\"SUBJ\"].target.text" + }, + { + "identity": "xds", + "map": "DocumentEntry.comments" + } + ] + }, + { + "id": "DocumentReference.securityLabel", + "path": "DocumentReference.securityLabel", + "short": "Document security-tags", + "definition": "A set of Security-Tag codes specifying the level of privacy/security of the Document. Note that DocumentReference.meta.security contains the security labels of the \"reference\" to the document, while DocumentReference.securityLabel contains a snapshot of the security labels on the document the reference refers to.", + "comment": "The confidentiality codes can carry multiple vocabulary items. HL7 has developed an understanding of security and privacy tags that might be desirable in a Document Sharing environment, called HL7 Healthcare Privacy and Security Classification System (HCS). The following specification is recommended but not mandated, as the vocabulary bindings are an administrative domain responsibility. The use of this method is up to the policy domain such as the XDS Affinity Domain or other Trust Domain where all parties including sender and recipients are trusted to appropriately tag and enforce. \n\nIn the HL7 Healthcare Privacy and Security Classification (HCS) there are code systems specific to Confidentiality, Sensitivity, Integrity, and Handling Caveats. Some values would come from a local vocabulary as they are related to workflow roles and special projects.", + "requirements": "Use of the Health Care Privacy/Security Classification (HCS) system of security-tag use is recommended.", + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference.securityLabel", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SecurityLabels" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "extensible", + "description": "Security Labels from the Healthcare Privacy and Security Classification System.", + "valueSet": "http://hl7.org/fhir/ValueSet/security-labels" + }, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.confidentiality, Composition.meta.security" + }, + { + "identity": "v2", + "map": "TXA-18" + }, + { + "identity": "rim", + "map": ".confidentialityCode" + }, + { + "identity": "xds", + "map": "DocumentEntry.confidentialityCode" + }, + { + "identity": "cda", + "map": "ClinicalDocument/confidentialityCode/@code" + } + ] + }, + { + "id": "DocumentReference.content", + "path": "DocumentReference.content", + "short": "Document referenced", + "definition": "The document and format referenced. There may be multiple content element repetitions, each with a different format.", + "min": 1, + "max": "*", + "base": { + "path": "DocumentReference.content", + "min": 1, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Bundle(Composition+*)" + }, + { + "identity": "rim", + "map": "document.text" + } + ] + }, + { + "id": "DocumentReference.content.id", + "path": "DocumentReference.content.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "DocumentReference.content.extension", + "path": "DocumentReference.content.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "DocumentReference.content.modifierExtension", + "path": "DocumentReference.content.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "DocumentReference.content.attachment", + "path": "DocumentReference.content.attachment", + "short": "Content in a format defined elsewhere", + "definition": "For referring to data content defined in other formats.", + "comment": "When providing a summary view (for example with Observation.value[x]) Attachment should be represented with a brief display text such as \"Signed Procedure Consent\".", + "min": 1, + "max": "1", + "base": { + "path": "DocumentReference.content.attachment", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "Attachment", + "profile": [ + "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-drs-attachment" + ] + } + ], + "condition": [ + "ele-1" + ], + "constraint": [ + { + "key": "att-1", + "severity": "error", + "human": "If the Attachment has data, it SHALL have a contentType", + "expression": "data.empty() or contentType.exists()", + "xpath": "not(exists(f:data)) or exists(f:contentType)", + "source": "http://hl7.org/fhir/StructureDefinition/Attachment" + }, + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "must-be-drs-uri", + "severity": "error", + "human": "attachment.url must start with ^drs://. A drs:// hostname-based URI, as defined in the DRS documentation, that tells clients how to access this object. The intent of this field is to make DRS objects self-contained, and therefore easier for clients to store and pass around. For example, if you arrive at this DRS JSON by resolving a compact identifier-based DRS URI, the `self_uri` presents you with a hostname and properly encoded DRS ID for use in subsequent `access` endpoint calls.", + "expression": "$this.url.matches('^drs://.*')", + "source": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-drs-attachment" + } + ], + "isModifier": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + }, + { + "identity": "v2", + "map": "ED/RP" + }, + { + "identity": "rim", + "map": "ED" + } + ] + }, + { + "id": "DocumentReference.content.format", + "path": "DocumentReference.content.format", + "short": "Format/content rules for the document", + "definition": "An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType.", + "comment": "Note that while IHE mostly issues URNs for format types, not all documents can be identified by a URI.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.content.format", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Coding" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentFormat" + } + ], + "strength": "preferred", + "description": "Document Format Codes.", + "valueSet": "http://hl7.org/fhir/ValueSet/formatcodes" + }, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.meta.profile" + }, + { + "identity": "rim", + "map": "document.text" + }, + { + "identity": "xds", + "map": "DocumentEntry.formatCode" + }, + { + "identity": "cda", + "map": "derived from the IHE Profile or Implementation Guide templateID" + } + ] + }, + { + "id": "DocumentReference.context", + "path": "DocumentReference.context", + "short": "Clinical context of document", + "definition": "The clinical context in which the document was prepared.", + "comment": "These values are primarily added to help with searching for interesting/relevant documents.", + "min": 1, + "max": "1", + "base": { + "path": "DocumentReference.context", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "outboundRelationship[typeCode=\"SUBJ\"].target[classCode<'ACT']" + } + ] + }, + { + "id": "DocumentReference.context.id", + "path": "DocumentReference.context.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "DocumentReference.context.extension", + "path": "DocumentReference.context.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "DocumentReference.context.modifierExtension", + "path": "DocumentReference.context.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "DocumentReference.context.encounter", + "path": "DocumentReference.context.encounter", + "short": "Context of the document content", + "definition": "Describes the clinical encounter or type of care that the document content is associated with.", + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference.context.encounter", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Event.context" + }, + { + "identity": "w5", + "map": "FiveWs.context" + }, + { + "identity": "fhircomposition", + "map": "Composition.encounter" + }, + { + "identity": "rim", + "map": "unique(highest(./outboundRelationship[typeCode=\"SUBJ\" and isNormalActRelationship()], priorityNumber)/target[moodCode=\"EVN\" and classCode=(\"ENC\", \"PCPR\") and isNormalAct])" + } + ] + }, + { + "id": "DocumentReference.context.event", + "path": "DocumentReference.context.event", + "short": "Main clinical acts documented", + "definition": "This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the type Code, such as a \"History and Physical Report\" in which the procedure being documented is necessarily a \"History and Physical\" act.", + "comment": "An event can further specialize the act inherent in the type, such as where it is simply \"Procedure Report\" and the procedure was a \"colonoscopy\". If one or more event codes are included, they shall not conflict with the values inherent in the class or type elements as such a conflict would create an ambiguous situation.", + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference.context.event", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentEventType" + } + ], + "strength": "example", + "description": "This list of codes represents the main clinical acts being documented.", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActCode" + }, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.event.code" + }, + { + "identity": "rim", + "map": ".code" + }, + { + "identity": "xds", + "map": "DocumentEntry.eventCodeList" + } + ] + }, + { + "id": "DocumentReference.context.period", + "path": "DocumentReference.context.period", + "short": "Time of service that is being documented", + "definition": "The time period over which the service that is described by the document was provided.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.context.period", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Period" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.event.period" + }, + { + "identity": "rim", + "map": ".effectiveTime" + }, + { + "identity": "xds", + "map": "DocumentEntry.serviceStartTime, DocumentEntry.serviceStopTime" + }, + { + "identity": "cda", + "map": "ClinicalDocument/documentationOf/\nserviceEvent/effectiveTime/low/\n@value --> ClinicalDocument/documentationOf/\nserviceEvent/effectiveTime/high/\n@value" + } + ] + }, + { + "id": "DocumentReference.context.facilityType", + "path": "DocumentReference.context.facilityType", + "short": "Kind of facility where patient was seen", + "definition": "The kind of facility where the patient was seen.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.context.facilityType", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentC80FacilityType" + } + ], + "strength": "example", + "description": "XDS Facility Type.", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-facilitycodes" + }, + "mapping": [ + { + "identity": "fhircomposition", + "map": "usually from a mapping to a local ValueSet" + }, + { + "identity": "rim", + "map": ".participation[typeCode=\"LOC\"].role[classCode=\"DSDLOC\"].code" + }, + { + "identity": "xds", + "map": "DocumentEntry.healthcareFacilityTypeCode" + }, + { + "identity": "cda", + "map": "usually a mapping to a local ValueSet. Must be consistent with /clinicalDocument/code" + } + ] + }, + { + "id": "DocumentReference.context.practiceSetting", + "path": "DocumentReference.context.practiceSetting", + "short": "Additional details about where the content was created (e.g. clinical specialty)", + "definition": "This property may convey specifics about the practice setting where the content was created, often reflecting the clinical specialty.", + "comment": "This element should be based on a coarse classification system for the class of specialty practice. Recommend the use of the classification system for Practice Setting, such as that described by the Subject Matter Domain in LOINC.", + "requirements": "This is an important piece of metadata that providers often rely upon to quickly sort and/or filter out to find specific content.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.context.practiceSetting", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentC80PracticeSetting" + } + ], + "strength": "example", + "description": "Additional details about where the content was created (e.g. clinical specialty).", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes" + }, + "mapping": [ + { + "identity": "fhircomposition", + "map": "usually from a mapping to a local ValueSet" + }, + { + "identity": "rim", + "map": ".participation[typeCode=\"LOC\"].role[classCode=\"DSDLOC\"].code" + }, + { + "identity": "xds", + "map": "DocumentEntry.practiceSettingCode" + }, + { + "identity": "cda", + "map": "usually from a mapping to a local ValueSet" + } + ] + }, + { + "id": "DocumentReference.context.sourcePatientInfo", + "path": "DocumentReference.context.sourcePatientInfo", + "short": "Patient demographics from source", + "definition": "The Patient Information as known when the document was published. May be a reference to a version specific, or contained.", + "min": 0, + "max": "1", + "base": { + "path": "DocumentReference.context.sourcePatientInfo", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.subject" + }, + { + "identity": "rim", + "map": ".participation[typeCode=\"SBJ\"].role[typeCode=\"PAT\"]" + }, + { + "identity": "xds", + "map": "DocumentEntry.sourcePatientInfo, DocumentEntry.sourcePatientId" + }, + { + "identity": "cda", + "map": "ClinicalDocument/recordTarget/" + } + ] + }, + { + "id": "DocumentReference.context.related", + "path": "DocumentReference.context.related", + "short": "Related identifiers or resources", + "definition": "Related identifiers or resources associated with the DocumentReference.", + "comment": "May be identifiers or resources that caused the DocumentReference or referenced Document to be created.", + "min": 0, + "max": "*", + "base": { + "path": "DocumentReference.context.related", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Task" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "fhircomposition", + "map": "Composition.event.detail" + }, + { + "identity": "rim", + "map": "./outboundRelationship[typeCode=\"PERT\" and isNormalActRelationship()] / target[isNormalAct]" + }, + { + "identity": "xds", + "map": "DocumentEntry.referenceIdList" + }, + { + "identity": "cda", + "map": "ClinicalDocument/relatedDocument" + } + ] + } + ] + }, + "differential": { + "element": [ + { + "id": "DocumentReference", + "path": "DocumentReference" + }, + { + "id": "DocumentReference.subject", + "path": "DocumentReference.subject", + "min": 1 + }, + { + "id": "DocumentReference.custodian", + "path": "DocumentReference.custodian", + "min": 1 + }, + { + "id": "DocumentReference.content.attachment", + "path": "DocumentReference.content.attachment", + "type": [ + { + "code": "Attachment", + "profile": [ + "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-drs-attachment" + ] + } + ] + }, + { + "id": "DocumentReference.context", + "path": "DocumentReference.context", + "min": 1 + }, + { + "id": "DocumentReference.context.related", + "path": "DocumentReference.context.related", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Task" + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/StructureDefinition-ncpi-specimen-task.json b/tests/fixtures/ncpi/examples/StructureDefinition-ncpi-specimen-task.json new file mode 100644 index 0000000..9996266 --- /dev/null +++ b/tests/fixtures/ncpi/examples/StructureDefinition-ncpi-specimen-task.json @@ -0,0 +1,2996 @@ +{ + "resourceType": "StructureDefinition", + "id": "ncpi-specimen-task", + "text": { + "status": "extensions", + "div": "
\r\n\r\n\r\n\r\n
NameFlagsCard.TypeDescription & Constraints\"doco\"
\".\"\".\" Task 0..*TaskA task to be performed
\".\"\".\"\".\" focus 1..1Reference(Specimen)What task is acting on
\".\"\".\"\".\" for 1..1Reference(Patient)Beneficiary of the Task
\".\"\".\"\".\" owner 1..1Reference(Organization)Responsible individual

\"doco\" Documentation for this format
" + }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Workflow" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + } + ], + "url": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-specimen-task", + "version": "0.1.0", + "name": "SpecimenTask", + "title": "Research Task", + "status": "draft", + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "A FHIR analysis task that takes at least one specimen as input and produces at least one document.", + "fhirVersion": "4.0.1", + "mapping": [ + { + "identity": "workflow", + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern" + }, + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + }, + { + "identity": "w5", + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping" + }, + { + "identity": "v2", + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping" + } + ], + "kind": "resource", + "abstract": false, + "type": "Task", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task", + "derivation": "constraint", + "snapshot": { + "element": [ + { + "id": "Task", + "path": "Task", + "short": "A task to be performed", + "definition": "A task to be performed.", + "min": 0, + "max": "*", + "base": { + "path": "Task", + "min": 0, + "max": "*" + }, + "constraint": [ + { + "key": "dom-2", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", + "expression": "contained.contained.empty()", + "xpath": "not(parent::f:contained and f:contained)", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-3", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", + "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()", + "xpath": "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-4", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", + "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()", + "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-5", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a security label", + "expression": "contained.meta.security.empty()", + "xpath": "not(exists(f:contained/*/f:meta/f:security))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." + } + ], + "key": "dom-6", + "severity": "warning", + "human": "A resource should have narrative for robust management", + "expression": "text.`div`.exists()", + "xpath": "exists(f:text/h:div)", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "inv-1", + "severity": "error", + "human": "Last modified date must be greater than or equal to authored-on date.", + "expression": "lastModified.exists().not() or authoredOn.exists().not() or lastModified >= authoredOn", + "xpath": "not(exists(f:lastModified/@value)) or not(exists(f:authoredOn/@value)) or f:lastModified/@value >= f:authoredOn/@value", + "source": "http://hl7.org/fhir/StructureDefinition/Task" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Entity. Role, or Act" + }, + { + "identity": "workflow", + "map": "Request, Event" + }, + { + "identity": "rim", + "map": "ControlAct[moodCode=INT]" + } + ] + }, + { + "id": "Task.id", + "path": "Task.id", + "short": "Logical id of this artifact", + "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", + "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "Task.meta", + "path": "Task.meta", + "short": "Metadata about the resource", + "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.meta", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Meta" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "Task.implicitRules", + "path": "Task.implicitRules", + "short": "A set of rules under which this content was created", + "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", + "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.implicitRules", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", + "isSummary": true + }, + { + "id": "Task.language", + "path": "Task.language", + "short": "Language of the resource content", + "definition": "The base language in which the resource is written.", + "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", + "min": 0, + "max": "1", + "base": { + "path": "Resource.language", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "preferred", + "description": "A human language.", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + { + "id": "Task.text", + "path": "Task.text", + "short": "Text summary of the resource, for human interpretation", + "definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", + "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.", + "alias": [ + "narrative", + "html", + "xhtml", + "display" + ], + "min": 0, + "max": "1", + "base": { + "path": "DomainResource.text", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Narrative" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Act.text?" + } + ] + }, + { + "id": "Task.contained", + "path": "Task.contained", + "short": "Contained, inline Resources", + "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", + "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.", + "alias": [ + "inline resources", + "anonymous resources", + "contained resources" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.contained", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Resource" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Task.extension", + "path": "Task.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Task.modifierExtension", + "path": "Task.modifierExtension", + "short": "Extensions that cannot be ignored", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Task.identifier", + "path": "Task.identifier", + "short": "Task Instance Identifier", + "definition": "The business identifier for this task.", + "min": 0, + "max": "*", + "base": { + "path": "Task.identifier", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Identifier" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Request.identifier, Event.identifier" + }, + { + "identity": "w5", + "map": "FiveWs.identifier" + }, + { + "identity": "rim", + "map": ".id" + } + ] + }, + { + "id": "Task.instantiatesCanonical", + "path": "Task.instantiatesCanonical", + "short": "Formal definition of task", + "definition": "The URL pointing to a *FHIR*-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Task.", + "requirements": "Enables a formal definition of how he task is to be performed, enabling automation.", + "min": 0, + "max": "1", + "base": { + "path": "Task.instantiatesCanonical", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.instantiatesCanonical, Event.instantiatesCanonical" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=DEFN].target" + } + ] + }, + { + "id": "Task.instantiatesUri", + "path": "Task.instantiatesUri", + "short": "Formal definition of task", + "definition": "The URL pointing to an *externally* maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Task.", + "requirements": "Enables a formal definition of how he task is to be performed (e.g. using BPMN, BPEL, XPDL or other formal notation to be associated with a task), enabling automation.", + "min": 0, + "max": "1", + "base": { + "path": "Task.instantiatesUri", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.instantiatesUrl" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=DEFN].target" + } + ] + }, + { + "id": "Task.basedOn", + "path": "Task.basedOn", + "short": "Request fulfilled by this task", + "definition": "BasedOn refers to a higher-level authorization that triggered the creation of the task. It references a \"request\" resource such as a ServiceRequest, MedicationRequest, ServiceRequest, CarePlan, etc. which is distinct from the \"request\" resource the task is seeking to fulfill. This latter resource is referenced by FocusOn. For example, based on a ServiceRequest (= BasedOn), a task is created to fulfill a procedureRequest ( = FocusOn ) to collect a specimen from a patient.", + "min": 0, + "max": "*", + "base": { + "path": "Task.basedOn", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.basedOn, Event.basedOn" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=FLFS].target[moodCode=INT]" + } + ] + }, + { + "id": "Task.groupIdentifier", + "path": "Task.groupIdentifier", + "short": "Requisition or grouper id", + "definition": "An identifier that links together multiple tasks and other requests that were created in the same context.", + "requirements": "Billing and/or reporting can be linked to whether multiple requests were created as a single unit.", + "min": 0, + "max": "1", + "base": { + "path": "Task.groupIdentifier", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Identifier" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.groupIdentifier" + }, + { + "identity": "rim", + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=INT].id" + } + ] + }, + { + "id": "Task.partOf", + "path": "Task.partOf", + "short": "Composite task", + "definition": "Task that this particular task is part of.", + "comment": "This should usually be 0..1.", + "requirements": "Allows tasks to be broken down into sub-steps (and this division can occur independent of the original task).", + "min": 0, + "max": "*", + "base": { + "path": "Task.partOf", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Task" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.partOf" + }, + { + "identity": "rim", + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=INT]" + } + ] + }, + { + "id": "Task.status", + "path": "Task.status", + "short": "draft | requested | received | accepted | +", + "definition": "The current status of the task.", + "requirements": "These states enable coordination of task status with off-the-shelf workflow solutions that support automation of tasks.", + "min": 1, + "max": "1", + "base": { + "path": "Task.status", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskStatus" + } + ], + "strength": "required", + "description": "The current status of the task.", + "valueSet": "http://hl7.org/fhir/ValueSet/task-status|4.0.1" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Request.status, Event.status" + }, + { + "identity": "w5", + "map": "FiveWs.status" + }, + { + "identity": "rim", + "map": ".statusCode" + } + ] + }, + { + "id": "Task.statusReason", + "path": "Task.statusReason", + "short": "Reason for current status", + "definition": "An explanation as to why this task is held, failed, was refused, etc.", + "comment": "This applies to the current status. Look at the history of the task to see reasons for past statuses.", + "min": 0, + "max": "1", + "base": { + "path": "Task.statusReason", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskStatusReason" + } + ], + "strength": "example", + "description": "Codes to identify the reason for current status. These will typically be specific to a particular workflow." + }, + "mapping": [ + { + "identity": "rim", + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN, code=\"status change\"].reasonCode" + } + ] + }, + { + "id": "Task.businessStatus", + "path": "Task.businessStatus", + "short": "E.g. \"Specimen collected\", \"IV prepped\"", + "definition": "Contains business-specific nuances of the business state.", + "requirements": "There's often a need to track substates of a task - this is often variable by specific workflow implementation.", + "min": 0, + "max": "1", + "base": { + "path": "Task.businessStatus", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskBusinessStatus" + } + ], + "strength": "example", + "description": "The domain-specific business-contextual sub-state of the task. For example: \"Blood drawn\", \"IV inserted\", \"Awaiting physician signature\", etc." + }, + "mapping": [ + { + "identity": "rim", + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"business status\"]" + } + ] + }, + { + "id": "Task.intent", + "path": "Task.intent", + "short": "unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option", + "definition": "Indicates the \"level\" of actionability associated with the Task, i.e. i+R[9]Cs this a proposed task, a planned task, an actionable task, etc.", + "comment": "This element is immutable. Proposed tasks, planned tasks, etc. must be distinct instances.\n\nIn most cases, Tasks will have an intent of \"order\".", + "min": 1, + "max": "1", + "base": { + "path": "Task.intent", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskIntent" + } + ], + "strength": "required", + "description": "Distinguishes whether the task is a proposal, plan or full order.", + "valueSet": "http://hl7.org/fhir/ValueSet/task-intent|4.0.1" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Request.intent" + }, + { + "identity": "w5", + "map": "FiveWs.class" + }, + { + "identity": "rim", + "map": ".moodCode" + } + ] + }, + { + "id": "Task.priority", + "path": "Task.priority", + "short": "routine | urgent | asap | stat", + "definition": "Indicates how quickly the Task should be addressed with respect to other requests.", + "requirements": "Used to identify the service level expected while performing a task.", + "min": 0, + "max": "1", + "base": { + "path": "Task.priority", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "meaningWhenMissing": "If missing, this task should be performed with normal priority", + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskPriority" + } + ], + "strength": "required", + "description": "The task's priority.", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|4.0.1" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Request.priority" + }, + { + "identity": "w5", + "map": "FiveWs.grade" + }, + { + "identity": "rim", + "map": ".priorityCode" + } + ] + }, + { + "id": "Task.code", + "path": "Task.code", + "short": "Task Type", + "definition": "A name or code (or both) briefly describing what the task involves.", + "comment": "The title (eg \"My Tasks\", \"Outstanding Tasks for Patient X\") should go into the code.", + "min": 0, + "max": "1", + "base": { + "path": "Task.code", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskCode" + } + ], + "strength": "example", + "description": "Codes to identify what the task involves. These will typically be specific to a particular workflow.", + "valueSet": "http://hl7.org/fhir/ValueSet/task-code" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Request.code, Event.code" + }, + { + "identity": "w5", + "map": "FiveWs.what[x]" + }, + { + "identity": "rim", + "map": ".code" + } + ] + }, + { + "id": "Task.description", + "path": "Task.description", + "short": "Human-readable explanation of task", + "definition": "A free-text description of what is to be performed.", + "min": 0, + "max": "1", + "base": { + "path": "Task.description", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": ".text" + } + ] + }, + { + "id": "Task.focus", + "path": "Task.focus", + "short": "What task is acting on", + "definition": "The request being actioned or the resource being manipulated by this task.", + "comment": "If multiple resources need to be manipulated, use sub-tasks. (This ensures that status can be tracked independently for each referenced resource.).", + "requirements": "Used to identify the thing to be done.", + "min": 1, + "max": "1", + "base": { + "path": "Task.focus", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.what[x]" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=SUBJ].target" + } + ] + }, + { + "id": "Task.for", + "path": "Task.for", + "short": "Beneficiary of the Task", + "definition": "The entity who benefits from the performance of the service specified in the task (e.g., the patient).", + "requirements": "Used to track tasks outstanding for a beneficiary. Do not use to track the task owner or creator (see owner and creator respectively). This can also affect access control.", + "alias": [ + "Patient" + ], + "min": 1, + "max": "1", + "base": { + "path": "Task.for", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.subject, Event.subject" + }, + { + "identity": "w5", + "map": "FiveWs.subject[x]" + }, + { + "identity": "rim", + "map": ".participation[typeCode=RCT].role" + }, + { + "identity": "w5", + "map": "FiveWs.subject" + } + ] + }, + { + "id": "Task.encounter", + "path": "Task.encounter", + "short": "Healthcare event during which this task originated", + "definition": "The healthcare event (e.g. a patient and healthcare provider interaction) during which this task was created.", + "requirements": "For some tasks it may be important to know the link between the encounter the task originated within.", + "min": 0, + "max": "1", + "base": { + "path": "Task.encounter", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.context, Event.context" + }, + { + "identity": "w5", + "map": "FiveWs.context" + }, + { + "identity": "rim", + "map": ".inboundRelationship[typeCode=COMP].source[classCode=PCPR, moodCode=EVN]" + } + ] + }, + { + "id": "Task.executionPeriod", + "path": "Task.executionPeriod", + "short": "Start and end time of execution", + "definition": "Identifies the time action was first taken against the task (start) and/or the time final action was taken against the task prior to marking it as completed (end).", + "min": 0, + "max": "1", + "base": { + "path": "Task.executionPeriod", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Period" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.occurrence[x]" + }, + { + "identity": "w5", + "map": "FiveWs.done[x]" + }, + { + "identity": "rim", + "map": ".effectiveTime" + } + ] + }, + { + "id": "Task.authoredOn", + "path": "Task.authoredOn", + "short": "Task Creation Date", + "definition": "The date and time this task was created.", + "requirements": "Most often used along with lastUpdated to track duration of task to supporting monitoring and management.", + "alias": [ + "Created Date" + ], + "min": 0, + "max": "1", + "base": { + "path": "Task.authoredOn", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "dateTime" + } + ], + "condition": [ + "inv-1" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Request.authoredOn" + }, + { + "identity": "w5", + "map": "FiveWs.recorded" + }, + { + "identity": "rim", + "map": ".participation[typeCode=AUT].time" + } + ] + }, + { + "id": "Task.lastModified", + "path": "Task.lastModified", + "short": "Task Last Modified Date", + "definition": "The date and time of last modification to this task.", + "requirements": "Used along with history to track task activity and time in a particular task state. This enables monitoring and management.", + "alias": [ + "Update Date" + ], + "min": 0, + "max": "1", + "base": { + "path": "Task.lastModified", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "dateTime" + } + ], + "condition": [ + "inv-1" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": ".inboundRelationship[typeCode=SUBJ, ].source[classCode=CACT, moodCode=EVN].effectiveTime" + } + ] + }, + { + "id": "Task.requester", + "path": "Task.requester", + "short": "Who is asking for task to be done", + "definition": "The creator of the task.", + "requirements": "Identifies who created this task. May be used by access control mechanisms (e.g., to ensure that only the creator can cancel a task).", + "min": 0, + "max": "1", + "base": { + "path": "Task.requester", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.requester" + }, + { + "identity": "w5", + "map": "FiveWs.author" + }, + { + "identity": "rim", + "map": ".participation[typeCode=AUT].role" + } + ] + }, + { + "id": "Task.performerType", + "path": "Task.performerType", + "short": "Requested performer", + "definition": "The kind of participant that should perform the task.", + "requirements": "Use to distinguish tasks on different activity queues.", + "min": 0, + "max": "*", + "base": { + "path": "Task.performerType", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskPerformerType" + } + ], + "strength": "preferred", + "description": "The type(s) of task performers allowed.", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-role" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Event.performer.role, Request.performerType" + }, + { + "identity": "w5", + "map": "FiveWs.actor" + }, + { + "identity": "rim", + "map": ".participation[typeCode=PRF].role.code" + } + ] + }, + { + "id": "Task.owner", + "path": "Task.owner", + "short": "Responsible individual", + "definition": "Individual organization or Device currently responsible for task execution.", + "comment": "Tasks may be created with an owner not yet identified.", + "requirements": "Identifies who is expected to perform this task.", + "alias": [ + "Performer", + "Executer" + ], + "min": 1, + "max": "1", + "base": { + "path": "Task.owner", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.performer.actor, Request.performer" + }, + { + "identity": "w5", + "map": "FiveWs.actor" + }, + { + "identity": "rim", + "map": ".participation[typeCode=PRF].role" + } + ] + }, + { + "id": "Task.location", + "path": "Task.location", + "short": "Where task occurs", + "definition": "Principal physical location where the this task is performed.", + "requirements": "Ties the event to where the records are likely kept and provides context around the event occurrence (e.g. if it occurred inside or outside a dedicated healthcare setting).", + "min": 0, + "max": "1", + "base": { + "path": "Task.location", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.reasonCode, Event.reasonCode" + }, + { + "identity": "w5", + "map": "FiveWs.where[x]" + }, + { + "identity": "rim", + "map": ".participation[typeCode=LOC].role" + } + ] + }, + { + "id": "Task.reasonCode", + "path": "Task.reasonCode", + "short": "Why task is needed", + "definition": "A description or code indicating why this task needs to be performed.", + "comment": "This should only be included if there is no focus or if it differs from the reason indicated on the focus.", + "min": 0, + "max": "1", + "base": { + "path": "Task.reasonCode", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskReason" + } + ], + "strength": "example", + "description": "Indicates why the task is needed. E.g. Suspended because patient admitted to hospital." + }, + "mapping": [ + { + "identity": "workflow", + "map": "Event.location" + }, + { + "identity": "w5", + "map": "FiveWs.why[x]" + }, + { + "identity": "v2", + "map": "EVN.7" + }, + { + "identity": "rim", + "map": ".reasonCode" + } + ] + }, + { + "id": "Task.reasonReference", + "path": "Task.reasonReference", + "short": "Why task is needed", + "definition": "A resource reference indicating why this task needs to be performed.", + "comment": "Tasks might be justified based on an Observation, a Condition, a past or planned procedure, etc. This should only be included if there is no focus or if it differs from the reason indicated on the focus. Use the CodeableConcept text element in `Task.reasonCode` if the data is free (uncoded) text.", + "min": 0, + "max": "1", + "base": { + "path": "Task.reasonReference", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Request.reasonReference, Event.reasonReference" + }, + { + "identity": "w5", + "map": "FiveWs.why[x]" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=RSON].target" + } + ] + }, + { + "id": "Task.insurance", + "path": "Task.insurance", + "short": "Associated insurance coverage", + "definition": "Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be relevant to the Task.", + "min": 0, + "max": "*", + "base": { + "path": "Task.insurance", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Request.insurance" + }, + { + "identity": "v2", + "map": "IN1/IN2" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=COVBY].target" + } + ] + }, + { + "id": "Task.note", + "path": "Task.note", + "short": "Comments made about the task", + "definition": "Free-text information captured about the task as it progresses.", + "min": 0, + "max": "*", + "base": { + "path": "Task.note", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Annotation" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Request.note, Event.note" + }, + { + "identity": "rim", + "map": ".inboundRelationship[typeCode=SUBJ, ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value(string)" + } + ] + }, + { + "id": "Task.relevantHistory", + "path": "Task.relevantHistory", + "short": "Key events in history of the Task", + "definition": "Links to Provenance records for past versions of this Task that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the task.", + "comment": "This element does not point to the Provenance associated with the *current* version of the resource - as it would be created after this version existed. The Provenance for the current version can be retrieved with a _revinclude.", + "alias": [ + "Status History" + ], + "min": 0, + "max": "*", + "base": { + "path": "Task.relevantHistory", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Request.relevantHistory" + }, + { + "identity": "rim", + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=CACT, moodCode=EVN]" + } + ] + }, + { + "id": "Task.restriction", + "path": "Task.restriction", + "short": "Constraints on fulfillment tasks", + "definition": "If the Task.focus is a request resource and the task is seeking fulfillment (i.e. is asking for the request to be actioned), this element identifies any limitations on what parts of the referenced request should be actioned.", + "requirements": "Sometimes when fulfillment is sought, you don't want full fulfillment.", + "min": 0, + "max": "1", + "base": { + "path": "Task.restriction", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Instead of pointing to request, would point to component of request, having these characteristics" + } + ] + }, + { + "id": "Task.restriction.id", + "path": "Task.restriction.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Task.restriction.extension", + "path": "Task.restriction.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Task.restriction.modifierExtension", + "path": "Task.restriction.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Task.restriction.repetitions", + "path": "Task.restriction.repetitions", + "short": "How many times to repeat", + "definition": "Indicates the number of times the requested action should occur.", + "requirements": "E.g. order that requests monthly lab tests, fulfillment is sought for 1.", + "min": 0, + "max": "1", + "base": { + "path": "Task.restriction.repetitions", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "positiveInt" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".repeatNumber" + } + ] + }, + { + "id": "Task.restriction.period", + "path": "Task.restriction.period", + "short": "When fulfillment sought", + "definition": "Over what time-period is fulfillment sought.", + "comment": "Note that period.high is the due date representing the time by which the task should be completed.", + "requirements": "E.g. order that authorizes 1 year's services. Fulfillment is sought for next 3 months.", + "min": 0, + "max": "1", + "base": { + "path": "Task.restriction.period", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Period" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".effectiveTime(IVL)" + } + ] + }, + { + "id": "Task.restriction.recipient", + "path": "Task.restriction.recipient", + "short": "For whom is fulfillment sought?", + "definition": "For requests that are targeted to more than on potential recipient/target, for whom is fulfillment sought?", + "min": 0, + "max": "*", + "base": { + "path": "Task.restriction.recipient", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".participation[typeCode=SBJ].role" + } + ] + }, + { + "id": "Task.input", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Parameter" + } + ], + "path": "Task.input", + "short": "Information used to perform task", + "definition": "Additional information that may be needed in the execution of the task.", + "requirements": "Resources and data used to perform the task. This data is used in the business logic of task execution, and is stored separately because it varies between workflows.", + "alias": [ + "Supporting Information" + ], + "min": 0, + "max": "*", + "base": { + "path": "Task.input", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "???" + } + ] + }, + { + "id": "Task.input.id", + "path": "Task.input.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Task.input.extension", + "path": "Task.input.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Task.input.modifierExtension", + "path": "Task.input.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Task.input.type", + "path": "Task.input.type", + "short": "Label for the input", + "definition": "A code or description indicating how the input is intended to be used as part of the task execution.", + "comment": "If referencing a BPMN workflow or Protocol, the \"system\" is the URL for the workflow definition and the code is the \"name\" of the required input.", + "requirements": "Inputs are named to enable task automation to bind data and pass it from one task to the next.", + "alias": [ + "Name" + ], + "min": 1, + "max": "1", + "base": { + "path": "Task.input.type", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskInputParameterType" + } + ], + "strength": "example", + "description": "Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. \"Comparison source\", \"Applicable consent\", \"Concomitent Medications\", etc." + }, + "mapping": [ + { + "identity": "rim", + "map": "???" + } + ] + }, + { + "id": "Task.input.value[x]", + "path": "Task.input.value[x]", + "short": "Content to use in performing the task", + "definition": "The value of the input parameter as a basic type.", + "min": 1, + "max": "1", + "base": { + "path": "Task.input.value[x]", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "base64Binary" + }, + { + "code": "boolean" + }, + { + "code": "canonical" + }, + { + "code": "code" + }, + { + "code": "date" + }, + { + "code": "dateTime" + }, + { + "code": "decimal" + }, + { + "code": "id" + }, + { + "code": "instant" + }, + { + "code": "integer" + }, + { + "code": "markdown" + }, + { + "code": "oid" + }, + { + "code": "positiveInt" + }, + { + "code": "string" + }, + { + "code": "time" + }, + { + "code": "unsignedInt" + }, + { + "code": "uri" + }, + { + "code": "url" + }, + { + "code": "uuid" + }, + { + "code": "Address" + }, + { + "code": "Age" + }, + { + "code": "Annotation" + }, + { + "code": "Attachment" + }, + { + "code": "CodeableConcept" + }, + { + "code": "Coding" + }, + { + "code": "ContactPoint" + }, + { + "code": "Count" + }, + { + "code": "Distance" + }, + { + "code": "Duration" + }, + { + "code": "HumanName" + }, + { + "code": "Identifier" + }, + { + "code": "Money" + }, + { + "code": "Period" + }, + { + "code": "Quantity" + }, + { + "code": "Range" + }, + { + "code": "Ratio" + }, + { + "code": "Reference" + }, + { + "code": "SampledData" + }, + { + "code": "Signature" + }, + { + "code": "Timing" + }, + { + "code": "ContactDetail" + }, + { + "code": "Contributor" + }, + { + "code": "DataRequirement" + }, + { + "code": "Expression" + }, + { + "code": "ParameterDefinition" + }, + { + "code": "RelatedArtifact" + }, + { + "code": "TriggerDefinition" + }, + { + "code": "UsageContext" + }, + { + "code": "Dosage" + }, + { + "code": "Meta" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "???" + } + ] + }, + { + "id": "Task.output", + "path": "Task.output", + "short": "Information produced as part of task", + "definition": "Outputs produced by the Task.", + "requirements": "Resources and data produced during the execution the task. This data is generated by the business logic of task execution, and is stored separately because it varies between workflows.", + "min": 0, + "max": "*", + "base": { + "path": "Task.output", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "???" + } + ] + }, + { + "id": "Task.output.id", + "path": "Task.output.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Task.output.extension", + "path": "Task.output.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Task.output.modifierExtension", + "path": "Task.output.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Task.output.type", + "path": "Task.output.type", + "short": "Label for output", + "definition": "The name of the Output parameter.", + "requirements": "Outputs are named to enable task automation to bind data and pass it from one task to the next.", + "alias": [ + "Name" + ], + "min": 1, + "max": "1", + "base": { + "path": "Task.output.type", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskOutputParameterType" + } + ], + "strength": "example", + "description": "Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. \"Identified issues\", \"Preliminary results\", \"Filler order\", \"Final results\", etc." + }, + "mapping": [ + { + "identity": "rim", + "map": "???" + } + ] + }, + { + "id": "Task.output.value[x]", + "path": "Task.output.value[x]", + "short": "Result of output", + "definition": "The value of the Output parameter as a basic type.", + "requirements": "Task outputs can take any form.", + "min": 1, + "max": "1", + "base": { + "path": "Task.output.value[x]", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "base64Binary" + }, + { + "code": "boolean" + }, + { + "code": "canonical" + }, + { + "code": "code" + }, + { + "code": "date" + }, + { + "code": "dateTime" + }, + { + "code": "decimal" + }, + { + "code": "id" + }, + { + "code": "instant" + }, + { + "code": "integer" + }, + { + "code": "markdown" + }, + { + "code": "oid" + }, + { + "code": "positiveInt" + }, + { + "code": "string" + }, + { + "code": "time" + }, + { + "code": "unsignedInt" + }, + { + "code": "uri" + }, + { + "code": "url" + }, + { + "code": "uuid" + }, + { + "code": "Address" + }, + { + "code": "Age" + }, + { + "code": "Annotation" + }, + { + "code": "Attachment" + }, + { + "code": "CodeableConcept" + }, + { + "code": "Coding" + }, + { + "code": "ContactPoint" + }, + { + "code": "Count" + }, + { + "code": "Distance" + }, + { + "code": "Duration" + }, + { + "code": "HumanName" + }, + { + "code": "Identifier" + }, + { + "code": "Money" + }, + { + "code": "Period" + }, + { + "code": "Quantity" + }, + { + "code": "Range" + }, + { + "code": "Ratio" + }, + { + "code": "Reference" + }, + { + "code": "SampledData" + }, + { + "code": "Signature" + }, + { + "code": "Timing" + }, + { + "code": "ContactDetail" + }, + { + "code": "Contributor" + }, + { + "code": "DataRequirement" + }, + { + "code": "Expression" + }, + { + "code": "ParameterDefinition" + }, + { + "code": "RelatedArtifact" + }, + { + "code": "TriggerDefinition" + }, + { + "code": "UsageContext" + }, + { + "code": "Dosage" + }, + { + "code": "Meta" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "???" + } + ] + } + ] + }, + "differential": { + "element": [ + { + "id": "Task", + "path": "Task" + }, + { + "id": "Task.focus", + "path": "Task.focus", + "min": 1, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ] + }, + { + "id": "Task.for", + "path": "Task.for", + "min": 1, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ] + }, + { + "id": "Task.owner", + "path": "Task.owner", + "min": 1, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/StructureDefinition-phenotype.json b/tests/fixtures/ncpi/examples/StructureDefinition-phenotype.json new file mode 100644 index 0000000..e70083e --- /dev/null +++ b/tests/fixtures/ncpi/examples/StructureDefinition-phenotype.json @@ -0,0 +1,2004 @@ +{ + "resourceType": "StructureDefinition", + "id": "phenotype", + "text": { + "status": "extensions", + "div": "
\r\n\r\n
NameFlagsCard.TypeDescription & Constraints\"doco\"
\".\"\".\" Condition 0..*ConditionDetailed information about conditions, problems or diagnoses
\".\"\".\"\".\" code 0..1CodeableConceptIdentification of the condition, problem or diagnosis
Binding: Phenotype Codes (required)

\"doco\" Documentation for this format
" + }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Summary" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + } + ], + "url": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/phenotype", + "version": "0.1.0", + "name": "Phenotype", + "title": "NCPI Phenotype", + "status": "draft", + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "Representation of phenotypic observations (present or absent)", + "fhirVersion": "4.0.1", + "mapping": [ + { + "identity": "workflow", + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern" + }, + { + "identity": "sct-concept", + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding" + }, + { + "identity": "v2", + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping" + }, + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + }, + { + "identity": "w5", + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping" + }, + { + "identity": "sct-attr", + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding" + } + ], + "kind": "resource", + "abstract": false, + "type": "Condition", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition", + "derivation": "constraint", + "snapshot": { + "element": [ + { + "id": "Condition", + "path": "Condition", + "short": "Detailed information about conditions, problems or diagnoses", + "definition": "A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.", + "min": 0, + "max": "*", + "base": { + "path": "Condition", + "min": 0, + "max": "*" + }, + "constraint": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "valueMarkdown": "Most systems will expect a clinicalStatus to be valued for problem-list-items that are managed over time, but might not need a clinicalStatus for point in time encounter-diagnosis." + } + ], + "key": "con-3", + "severity": "warning", + "human": "Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error and category is problem-list-item", + "expression": "clinicalStatus.exists() or verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code = 'entered-in-error').exists() or category.select($this='problem-list-item').empty()", + "xpath": "exists(f:clinicalStatus) or exists(f:verificationStatus/f:coding/f:code/@value='entered-in-error') or not(exists(category[@value='problem-list-item']))", + "source": "http://hl7.org/fhir/StructureDefinition/Condition" + }, + { + "key": "con-4", + "severity": "error", + "human": "If condition is abated, then clinicalStatus must be either inactive, resolved, or remission", + "expression": "abatement.empty() or clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='resolved' or code='remission' or code='inactive')).exists()", + "xpath": "not(exists(*[starts-with(local-name(.), 'abatement')])) or exists(f:clinicalStatus/f:coding[f:system/@value='http://terminology.hl7.org/CodeSystem/condition-clinical' and f:code/@value=('resolved', 'remission', 'inactive')])", + "source": "http://hl7.org/fhir/StructureDefinition/Condition" + }, + { + "key": "con-5", + "severity": "error", + "human": "Condition.clinicalStatus SHALL NOT be present if verification Status is entered-in-error", + "expression": "verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code='entered-in-error').empty() or clinicalStatus.empty()", + "xpath": "not(exists(f:verificationStatus/f:coding[f:system/@value='http://terminology.hl7.org/CodeSystem/condition-ver-status' and f:code/@value='entered-in-error'])) or not(exists(f:clinicalStatus))", + "source": "http://hl7.org/fhir/StructureDefinition/Condition" + }, + { + "key": "dom-2", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", + "expression": "contained.contained.empty()", + "xpath": "not(parent::f:contained and f:contained)", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-3", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", + "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()", + "xpath": "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-4", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", + "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()", + "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-5", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a security label", + "expression": "contained.meta.security.empty()", + "xpath": "not(exists(f:contained/*/f:meta/f:security))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." + } + ], + "key": "dom-6", + "severity": "warning", + "human": "A resource should have narrative for robust management", + "expression": "text.`div`.exists()", + "xpath": "exists(f:text/h:div)", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Entity. Role, or Act" + }, + { + "identity": "workflow", + "map": "Event" + }, + { + "identity": "sct-concept", + "map": "< 243796009 |Situation with explicit context| : 246090004 |Associated finding| = ( ( < 404684003 |Clinical finding| MINUS ( << 420134006 |Propensity to adverse reactions| OR << 473010000 |Hypersensitivity condition| OR << 79899007 |Drug interaction| OR << 69449002 |Drug action| OR << 441742003 |Evaluation finding| OR << 307824009 |Administrative status| OR << 385356007 |Tumor stage finding|)) OR < 272379006 |Event|)" + }, + { + "identity": "v2", + "map": "PPR message" + }, + { + "identity": "rim", + "map": "Observation[classCode=OBS, moodCode=EVN, code=ASSERTION, value id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "Condition.implicitRules", + "path": "Condition.implicitRules", + "short": "A set of rules under which this content was created", + "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", + "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.implicitRules", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", + "isSummary": true + }, + { + "id": "Condition.language", + "path": "Condition.language", + "short": "Language of the resource content", + "definition": "The base language in which the resource is written.", + "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", + "min": 0, + "max": "1", + "base": { + "path": "Resource.language", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "preferred", + "description": "A human language.", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + { + "id": "Condition.text", + "path": "Condition.text", + "short": "Text summary of the resource, for human interpretation", + "definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", + "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.", + "alias": [ + "narrative", + "html", + "xhtml", + "display" + ], + "min": 0, + "max": "1", + "base": { + "path": "DomainResource.text", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Narrative" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Act.text?" + } + ] + }, + { + "id": "Condition.contained", + "path": "Condition.contained", + "short": "Contained, inline Resources", + "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", + "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.", + "alias": [ + "inline resources", + "anonymous resources", + "contained resources" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.contained", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Resource" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Condition.extension", + "path": "Condition.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Condition.modifierExtension", + "path": "Condition.modifierExtension", + "short": "Extensions that cannot be ignored", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Condition.identifier", + "path": "Condition.identifier", + "short": "External Ids for this condition", + "definition": "Business identifiers assigned to this condition by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "comment": "This is a business identifier, not a resource identifier (see [discussion](http://hl7.org/fhir/R4/resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "requirements": "Allows identification of the condition as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.identifier", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Identifier" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.identifier" + }, + { + "identity": "w5", + "map": "FiveWs.identifier" + }, + { + "identity": "rim", + "map": ".id" + } + ] + }, + { + "id": "Condition.clinicalStatus", + "path": "Condition.clinicalStatus", + "short": "active | recurrence | relapse | inactive | remission | resolved", + "definition": "The clinical status of the condition.", + "comment": "The data type is CodeableConcept because clinicalStatus has some clinical judgment involved, such that there might need to be more specificity than the required FHIR value set allows. For example, a SNOMED coding might allow for additional specificity.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.clinicalStatus", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "condition": [ + "con-3", + "con-4", + "con-5" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because the status contains codes that mark the condition as no longer active.", + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionClinicalStatus" + } + ], + "strength": "required", + "description": "The clinical status of the condition or diagnosis.", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-clinical|4.0.1" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Event.status" + }, + { + "identity": "w5", + "map": "FiveWs.status" + }, + { + "identity": "sct-concept", + "map": "< 303105007 |Disease phases|" + }, + { + "identity": "v2", + "map": "PRB-14" + }, + { + "identity": "rim", + "map": "Observation ACT\n.inboundRelationship[typeCode=COMP].source[classCode=OBS, code=\"clinicalStatus\", moodCode=EVN].value" + } + ] + }, + { + "id": "Condition.verificationStatus", + "path": "Condition.verificationStatus", + "short": "unconfirmed | provisional | differential | confirmed | refuted | entered-in-error", + "definition": "The verification status to support the clinical status of the condition.", + "comment": "verificationStatus is not required. For example, when a patient has abdominal pain in the ED, there is not likely going to be a verification status.\nThe data type is CodeableConcept because verificationStatus has some clinical judgment involved, such that there might need to be more specificity than the required FHIR value set allows. For example, a SNOMED coding might allow for additional specificity.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.verificationStatus", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "condition": [ + "con-3", + "con-5" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because the status contains the code refuted and entered-in-error that mark the Condition as not currently valid.", + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionVerificationStatus" + } + ], + "strength": "required", + "description": "The verification status to support or decline the clinical status of the condition or diagnosis.", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-ver-status|4.0.1" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Event.status" + }, + { + "identity": "w5", + "map": "FiveWs.status" + }, + { + "identity": "sct-concept", + "map": "< 410514004 |Finding context value|" + }, + { + "identity": "v2", + "map": "PRB-13" + }, + { + "identity": "rim", + "map": "Observation ACT\n.inboundRelationship[typeCode=COMP].source[classCode=OBS, code=\"verificationStatus\", moodCode=EVN].value" + }, + { + "identity": "sct-attr", + "map": "408729009" + } + ] + }, + { + "id": "Condition.category", + "path": "Condition.category", + "short": "problem-list-item | encounter-diagnosis", + "definition": "A category assigned to the condition.", + "comment": "The categorization is often highly contextual and may appear poorly differentiated or not very useful in other contexts.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.category", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionCategory" + } + ], + "strength": "extensible", + "description": "A category assigned to the condition.", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-category" + }, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.class" + }, + { + "identity": "sct-concept", + "map": "< 404684003 |Clinical finding|" + }, + { + "identity": "v2", + "map": "'problem' if from PRB-3. 'diagnosis' if from DG1 segment in PV1 message" + }, + { + "identity": "rim", + "map": ".code" + } + ] + }, + { + "id": "Condition.severity", + "path": "Condition.severity", + "short": "Subjective severity of condition", + "definition": "A subjective assessment of the severity of the condition as evaluated by the clinician.", + "comment": "Coding of the severity with a terminology is preferred, where possible.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.severity", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionSeverity" + } + ], + "strength": "preferred", + "description": "A subjective assessment of the severity of the condition as evaluated by the clinician.", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-severity" + }, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.grade" + }, + { + "identity": "sct-concept", + "map": "< 272141005 |Severities|" + }, + { + "identity": "v2", + "map": "PRB-26 / ABS-3" + }, + { + "identity": "rim", + "map": "Can be pre/post-coordinated into value. Or ./inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"severity\"].value" + }, + { + "identity": "sct-attr", + "map": "246112005" + } + ] + }, + { + "id": "Condition.code", + "path": "Condition.code", + "short": "Identification of the condition, problem or diagnosis", + "definition": "Identification of the condition, problem or diagnosis.", + "requirements": "0..1 to account for primarily narrative only resources.", + "alias": [ + "type" + ], + "min": 0, + "max": "1", + "base": { + "path": "Condition.code", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "strength": "required", + "valueSet": "https://ncpi-fhir.github.io/ncpi-fhir-ig/ValueSet/phenotype-codes" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Event.code" + }, + { + "identity": "w5", + "map": "FiveWs.what[x]" + }, + { + "identity": "sct-concept", + "map": "code 246090004 |Associated finding| (< 404684003 |Clinical finding| MINUS\n<< 420134006 |Propensity to adverse reactions| MINUS \n<< 473010000 |Hypersensitivity condition| MINUS \n<< 79899007 |Drug interaction| MINUS\n<< 69449002 |Drug action| MINUS \n<< 441742003 |Evaluation finding| MINUS \n<< 307824009 |Administrative status| MINUS \n<< 385356007 |Tumor stage finding|) \nOR < 413350009 |Finding with explicit context|\nOR < 272379006 |Event|" + }, + { + "identity": "v2", + "map": "PRB-3" + }, + { + "identity": "rim", + "map": ".value" + }, + { + "identity": "sct-attr", + "map": "246090004" + } + ] + }, + { + "id": "Condition.bodySite", + "path": "Condition.bodySite", + "short": "Anatomical location, if relevant", + "definition": "The anatomical location where this condition manifests itself.", + "comment": "Only used if not implicit in code found in Condition.code. If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension [bodySite](http://hl7.org/fhir/R4/extension-bodysite.html). May be a summary code, or a reference to a very precise definition of the location, or both.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.bodySite", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "strength": "example", + "description": "Codes describing anatomical locations. May include laterality.", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "mapping": [ + { + "identity": "sct-concept", + "map": "< 442083009 |Anatomical or acquired body structure|" + }, + { + "identity": "rim", + "map": ".targetBodySiteCode" + }, + { + "identity": "sct-attr", + "map": "363698007" + } + ] + }, + { + "id": "Condition.subject", + "path": "Condition.subject", + "short": "Who has the condition?", + "definition": "Indicates the patient or group who the condition record is associated with.", + "requirements": "Group is typically used for veterinary or public health use cases.", + "alias": [ + "patient" + ], + "min": 1, + "max": "1", + "base": { + "path": "Condition.subject", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.subject" + }, + { + "identity": "w5", + "map": "FiveWs.subject[x]" + }, + { + "identity": "v2", + "map": "PID-3" + }, + { + "identity": "rim", + "map": ".participation[typeCode=SBJ].role[classCode=PAT]" + }, + { + "identity": "w5", + "map": "FiveWs.subject" + } + ] + }, + { + "id": "Condition.encounter", + "path": "Condition.encounter", + "short": "Encounter created as part of", + "definition": "The Encounter during which this Condition was created or to which the creation of this record is tightly associated.", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter. This record indicates the encounter this particular record is associated with. In the case of a \"new\" diagnosis reflecting ongoing/revised information about the condition, this might be distinct from the first encounter in which the underlying condition was first \"known\".", + "min": 0, + "max": "1", + "base": { + "path": "Condition.encounter", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.context" + }, + { + "identity": "w5", + "map": "FiveWs.context" + }, + { + "identity": "v2", + "map": "PV1-19 (+PV1-54)" + }, + { + "identity": "rim", + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]" + } + ] + }, + { + "id": "Condition.onset[x]", + "path": "Condition.onset[x]", + "short": "Estimated or actual date, date-time, or age", + "definition": "Estimated or actual date or date-time the condition began, in the opinion of the clinician.", + "comment": "Age is generally used when the patient reports an age at which the Condition began to occur.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.onset[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "dateTime" + }, + { + "code": "Age" + }, + { + "code": "Period" + }, + { + "code": "Range" + }, + { + "code": "string" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.occurrence[x]" + }, + { + "identity": "w5", + "map": "FiveWs.init" + }, + { + "identity": "v2", + "map": "PRB-16" + }, + { + "identity": "rim", + "map": ".effectiveTime.low or .inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"age at onset\"].value" + } + ] + }, + { + "id": "Condition.abatement[x]", + "path": "Condition.abatement[x]", + "short": "When in resolution/remission", + "definition": "The date or estimated date that the condition resolved or went into remission. This is called \"abatement\" because of the many overloaded connotations associated with \"remission\" or \"resolution\" - Conditions are never really resolved, but they can abate.", + "comment": "There is no explicit distinction between resolution and remission because in many cases the distinction is not clear. Age is generally used when the patient reports an age at which the Condition abated. If there is no abatement element, it is unknown whether the condition has resolved or entered remission; applications and users should generally assume that the condition is still valid. When abatementString exists, it implies the condition is abated.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.abatement[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "dateTime" + }, + { + "code": "Age" + }, + { + "code": "Period" + }, + { + "code": "Range" + }, + { + "code": "string" + } + ], + "condition": [ + "con-4" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.done[x]" + }, + { + "identity": "rim", + "map": ".effectiveTime.high or .inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"age at remission\"].value or .inboundRelationship[typeCode=SUBJ]source[classCode=CONC, moodCode=EVN].status=completed" + } + ] + }, + { + "id": "Condition.recordedDate", + "path": "Condition.recordedDate", + "short": "Date record was first recorded", + "definition": "The recordedDate represents when this particular Condition record was created in the system, which is often a system-generated date.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.recordedDate", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "dateTime" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.recorded" + }, + { + "identity": "v2", + "map": "REL-11" + }, + { + "identity": "rim", + "map": ".participation[typeCode=AUT].time" + } + ] + }, + { + "id": "Condition.recorder", + "path": "Condition.recorder", + "short": "Who recorded the condition", + "definition": "Individual who recorded the record and takes responsibility for its content.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.recorder", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.author" + }, + { + "identity": "rim", + "map": ".participation[typeCode=AUT].role" + } + ] + }, + { + "id": "Condition.asserter", + "path": "Condition.asserter", + "short": "Person who asserts this condition", + "definition": "Individual who is making the condition statement.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.asserter", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.source" + }, + { + "identity": "v2", + "map": "REL-7.1 identifier + REL-7.12 type code" + }, + { + "identity": "rim", + "map": ".participation[typeCode=INF].role" + } + ] + }, + { + "id": "Condition.stage", + "path": "Condition.stage", + "short": "Stage/grade, usually assessed formally", + "definition": "Clinical stage or grade of a condition. May include formal severity assessments.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.stage", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "con-1", + "severity": "error", + "human": "Stage SHALL have summary or assessment", + "expression": "summary.exists() or assessment.exists()", + "xpath": "exists(f:summary) or exists(f:assessment)" + }, + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "./inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"stage/grade\"]" + } + ] + }, + { + "id": "Condition.stage.id", + "path": "Condition.stage.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Condition.stage.extension", + "path": "Condition.stage.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Condition.stage.modifierExtension", + "path": "Condition.stage.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Condition.stage.summary", + "path": "Condition.stage.summary", + "short": "Simple summary (disease specific)", + "definition": "A simple summary of the stage such as \"Stage 3\". The determination of the stage is disease-specific.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.stage.summary", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "condition": [ + "con-1" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionStage" + } + ], + "strength": "example", + "description": "Codes describing condition stages (e.g. Cancer stages).", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-stage" + }, + "mapping": [ + { + "identity": "sct-concept", + "map": "< 254291000 |Staging and scales|" + }, + { + "identity": "v2", + "map": "PRB-14" + }, + { + "identity": "rim", + "map": ".value" + } + ] + }, + { + "id": "Condition.stage.assessment", + "path": "Condition.stage.assessment", + "short": "Formal record of assessment", + "definition": "Reference to a formal record of the evidence on which the staging assessment is based.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.stage.assessment", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ClinicalImpression", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "condition": [ + "con-1" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".self" + } + ] + }, + { + "id": "Condition.stage.type", + "path": "Condition.stage.type", + "short": "Kind of staging", + "definition": "The kind of staging, such as pathological or clinical staging.", + "min": 0, + "max": "1", + "base": { + "path": "Condition.stage.type", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionStageType" + } + ], + "strength": "example", + "description": "Codes describing the kind of condition staging (e.g. clinical or pathological).", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-stage-type" + }, + "mapping": [ + { + "identity": "rim", + "map": "./inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"stage type\"]" + } + ] + }, + { + "id": "Condition.evidence", + "path": "Condition.evidence", + "short": "Supporting evidence", + "definition": "Supporting evidence / manifestations that are the basis of the Condition's verification status, such as evidence that confirmed or refuted the condition.", + "comment": "The evidence may be a simple list of coded symptoms/manifestations, or references to observations or formal assessments, or both.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.evidence", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "con-2", + "severity": "error", + "human": "evidence SHALL have code or details", + "expression": "code.exists() or detail.exists()", + "xpath": "exists(f:code) or exists(f:detail)" + }, + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=SPRT].target[classCode=OBS, moodCode=EVN]" + } + ] + }, + { + "id": "Condition.evidence.id", + "path": "Condition.evidence.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Condition.evidence.extension", + "path": "Condition.evidence.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Condition.evidence.modifierExtension", + "path": "Condition.evidence.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Condition.evidence.code", + "path": "Condition.evidence.code", + "short": "Manifestation/symptom", + "definition": "A manifestation or symptom that led to the recording of this condition.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.evidence.code", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "condition": [ + "con-2" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ManifestationOrSymptom" + } + ], + "strength": "example", + "description": "Codes that describe the manifestation or symptoms of a condition.", + "valueSet": "http://hl7.org/fhir/ValueSet/manifestation-or-symptom" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Event.reasonCode" + }, + { + "identity": "w5", + "map": "FiveWs.why[x]" + }, + { + "identity": "sct-concept", + "map": "< 404684003 |Clinical finding|" + }, + { + "identity": "rim", + "map": "[code=\"diagnosis\"].value" + } + ] + }, + { + "id": "Condition.evidence.detail", + "path": "Condition.evidence.detail", + "short": "Supporting information found elsewhere", + "definition": "Links to other relevant information, including pathology reports.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.evidence.detail", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "condition": [ + "con-2" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.why[x]" + }, + { + "identity": "rim", + "map": ".self" + } + ] + }, + { + "id": "Condition.note", + "path": "Condition.note", + "short": "Additional information about the Condition", + "definition": "Additional information about the Condition. This is a general notes/comments entry for description of the Condition, its diagnosis and prognosis.", + "min": 0, + "max": "*", + "base": { + "path": "Condition.note", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Annotation" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Event.note" + }, + { + "identity": "v2", + "map": "NTE child of PRB" + }, + { + "identity": "rim", + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value" + } + ] + } + ] + }, + "differential": { + "element": [ + { + "id": "Condition", + "path": "Condition" + }, + { + "id": "Condition.code", + "path": "Condition.code", + "binding": { + "strength": "required", + "valueSet": "https://ncpi-fhir.github.io/ncpi-fhir-ig/ValueSet/phenotype-codes" + } + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/StructureDefinition-supporting-info.json b/tests/fixtures/ncpi/examples/StructureDefinition-supporting-info.json new file mode 100644 index 0000000..b4cb8f4 --- /dev/null +++ b/tests/fixtures/ncpi/examples/StructureDefinition-supporting-info.json @@ -0,0 +1,296 @@ +{ + "resourceType": "StructureDefinition", + "id": "supporting-info", + "text": { + "status": "extensions", + "div": "
\r\n\r\n\r\n\r\n
NameFlagsCard.TypeDescription & Constraints\"doco\"
\".\"\".\" Extension 0..*ExtensionSupporting Information
\".\"\".\"\".\" extension 0..0
\".\"\".\"\".\" url 1..1uri"https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/supporting-info"
\".\"\".\"\".\" value[x] 0..1Reference(Resource)Value of extension

\"doco\" Documentation for this format
" + }, + "url": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/supporting-info", + "version": "0.1.0", + "name": "SupportingInformation", + "title": "Supporting Information", + "status": "active", + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "Additional information relevant to interpreting/understanding the report.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001" + } + ] + } + ], + "fhirVersion": "4.0.1", + "mapping": [ + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + } + ], + "kind": "complex-type", + "abstract": false, + "context": [ + { + "type": "element", + "expression": "Element" + } + ], + "type": "Extension", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension", + "derivation": "constraint", + "snapshot": { + "element": [ + { + "id": "Extension", + "path": "Extension", + "short": "Supporting Information", + "definition": "Additional information relevant to interpreting/understanding the report.", + "min": 0, + "max": "*", + "base": { + "path": "Extension", + "min": 0, + "max": "*" + }, + "condition": [ + "ele-1" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false + }, + { + "id": "Extension.id", + "path": "Extension.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Extension.extension", + "path": "Extension.extension", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "description": "Extensions are always sliced by (at least) url", + "rules": "open" + }, + "short": "Extension", + "definition": "An Extension", + "min": 0, + "max": "0", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false + }, + { + "id": "Extension.url", + "path": "Extension.url", + "representation": [ + "xmlAttr" + ], + "short": "identifies the meaning of the extension", + "definition": "Source of the definition for the extension code - a logical name or a URL.", + "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.", + "min": 1, + "max": "1", + "base": { + "path": "Extension.url", + "min": 1, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "uri" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "fixedUri": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/supporting-info", + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Extension.value[x]", + "path": "Extension.value[x]", + "short": "Value of extension", + "definition": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](http://hl7.org/fhir/R4/extensibility.html) for a list).", + "min": 0, + "max": "1", + "base": { + "path": "Extension.value[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + } + ] + }, + "differential": { + "element": [ + { + "id": "Extension", + "path": "Extension", + "short": "Supporting Information", + "definition": "Additional information relevant to interpreting/understanding the report." + }, + { + "id": "Extension.extension", + "path": "Extension.extension", + "max": "0" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/supporting-info" + }, + { + "id": "Extension.value[x]", + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Task-task-example-1.json b/tests/fixtures/ncpi/examples/Task-task-example-1.json new file mode 100644 index 0000000..002c04a --- /dev/null +++ b/tests/fixtures/ncpi/examples/Task-task-example-1.json @@ -0,0 +1,30 @@ +{ + "resourceType": "Task", + "id": "task-example-1", + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"task-example-1\"

status: completed

intent: order

Inputs

-TypeValue[x]
*Specimen ()Specimen/specimen-example-1

Outputs

-TypeValue[x]
*DocumentReference ()DocumentReference/drs-document-reference-example-1
" + }, + "status": "completed", + "intent": "order", + "input": [ + { + "type": { + "text": "Specimen" + }, + "valueReference": { + "reference": "Specimen/specimen-example-1" + } + } + ], + "output": [ + { + "type": { + "text": "DocumentReference" + }, + "valueReference": { + "reference": "DocumentReference/drs-document-reference-example-1" + } + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/Task-task-example-2.json b/tests/fixtures/ncpi/examples/Task-task-example-2.json new file mode 100644 index 0000000..5ea3c86 --- /dev/null +++ b/tests/fixtures/ncpi/examples/Task-task-example-2.json @@ -0,0 +1,44 @@ +{ + "resourceType": "Task", + "id": "task-example-2", + "meta": { + "profile": [ + "https://ncpi-fhir.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-specimen-task" + ] + }, + "text": { + "status": "generated", + "div": "

Generated Narrative

Resource \"task-example-2\"

Profile: Research Task

status: completed

intent: order

focus: Specimen/specimen-example-1

for: Patient/patient-example-3 \" SMITH\"

owner: Organization/organization-example-1 \"Amazing Children's Hospital\"

Inputs

-TypeValue[x]
*Specimen ()Specimen/specimen-example-1

Outputs

-TypeValue[x]
*DocumentReference ()DocumentReference/research-document-reference-example-1
" + }, + "status": "completed", + "intent": "order", + "focus": { + "reference": "Specimen/specimen-example-1" + }, + "for": { + "reference": "Patient/patient-example-3" + }, + "owner": { + "reference": "Organization/organization-example-1" + }, + "input": [ + { + "type": { + "text": "Specimen" + }, + "valueReference": { + "reference": "Specimen/specimen-example-1" + } + } + ], + "output": [ + { + "type": { + "text": "DocumentReference" + }, + "valueReference": { + "reference": "DocumentReference/research-document-reference-example-1" + } + } + ] +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/ValueSet-condition-inheritance-vs.json b/tests/fixtures/ncpi/examples/ValueSet-condition-inheritance-vs.json new file mode 100644 index 0000000..0acfaf5 --- /dev/null +++ b/tests/fixtures/ncpi/examples/ValueSet-condition-inheritance-vs.json @@ -0,0 +1,54 @@ +{ + "resourceType": "ValueSet", + "id": "condition-inheritance-vs", + "text": { + "status": "generated", + "div": "" + }, + "url": "https://ncpi-fhir.github.io/ncpi-fhir-ig/ValueSet/condition-inheritance-vs", + "version": "0.1.0", + "name": "ConditionInheritanceModeVS", + "title": "Condition Inheritance Pattern", + "status": "active", + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "Value Set for specific ttransmission patterns of a condition in a pedigree", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001" + } + ] + } + ], + "compose": { + "include": [ + { + "system": "https://ncpi-fhir.github.io/ncpi-fhir-ig/CodeSystem/ConditionInheritanceMode" + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/ValueSet-disease-codes.json b/tests/fixtures/ncpi/examples/ValueSet-disease-codes.json new file mode 100644 index 0000000..9d97067 --- /dev/null +++ b/tests/fixtures/ncpi/examples/ValueSet-disease-codes.json @@ -0,0 +1,51 @@ +{ + "resourceType": "ValueSet", + "id": "disease-codes", + "text": { + "status": "generated", + "div": "

This value set includes codes based on the following rules:

" + }, + "url": "https://ncpi-fhir.github.io/ncpi-fhir-ig/ValueSet/disease-codes", + "version": "0.1.0", + "name": "DiseaseCodes", + "title": "Disease Codes", + "status": "draft", + "experimental": false, + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "This value set includes all codes from this FHIR server's representation of OMIM, Mondo and NICt CodeSystems.", + "compose": { + "include": [ + { + "system": "https://omim.org/" + }, + { + "system": "http://purl.obolibrary.org/obo/mondo.owl" + }, + { + "system": "http://purl.obolibrary.org/obo/ncit.owl" + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/ValueSet-loinc-answers.json b/tests/fixtures/ncpi/examples/ValueSet-loinc-answers.json new file mode 100644 index 0000000..a22591a --- /dev/null +++ b/tests/fixtures/ncpi/examples/ValueSet-loinc-answers.json @@ -0,0 +1,45 @@ +{ + "resourceType": "ValueSet", + "id": "loinc-answers", + "text": { + "status": "generated", + "div": "
" + }, + "url": "https://ncpi-fhir.github.io/ncpi-fhir-ig/ValueSet/loinc-answers", + "version": "0.1.0", + "name": "LoincAnswers", + "title": "LOINC Answers", + "status": "draft", + "experimental": false, + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "LOINC ANSWERS used by NCPI resources", + "compose": { + "include": [ + { + "system": "ncpi:loinc-answers" + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/ValueSet-ncpi-vs.json b/tests/fixtures/ncpi/examples/ValueSet-ncpi-vs.json new file mode 100644 index 0000000..cebfc1a --- /dev/null +++ b/tests/fixtures/ncpi/examples/ValueSet-ncpi-vs.json @@ -0,0 +1,47 @@ +{ + "resourceType": "ValueSet", + "id": "ncpi-vs", + "text": { + "status": "generated", + "div": "

This value set includes codes based on the following rules:

" + }, + "url": "https://ncpi-fhir.github.io/ncpi-fhir-ig/ValueSet/ncpi-vs", + "version": "0.1.0", + "name": "Ncpi_VS", + "title": "NCPI FHIR Codes", + "status": "draft", + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "Codes that would apply to NCPI projects", + "compose": { + "include": [ + { + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig" + }, + { + "system": "https://nih-ncpi.github.io/ncpi-fhir-ig/datatypes" + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/ValueSet-phenotype-codes.json b/tests/fixtures/ncpi/examples/ValueSet-phenotype-codes.json new file mode 100644 index 0000000..f0e2d1a --- /dev/null +++ b/tests/fixtures/ncpi/examples/ValueSet-phenotype-codes.json @@ -0,0 +1,45 @@ +{ + "resourceType": "ValueSet", + "id": "phenotype-codes", + "text": { + "status": "generated", + "div": "
" + }, + "url": "https://ncpi-fhir.github.io/ncpi-fhir-ig/ValueSet/phenotype-codes", + "version": "0.1.0", + "name": "PhenotypeCodes", + "title": "Phenotype Codes", + "status": "draft", + "experimental": false, + "date": "2021-12-13T19:24:22+00:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "This value set includes all codes from Human Phenotype Ontology.", + "compose": { + "include": [ + { + "system": "http://purl.obolibrary.org/obo/hp.owl" + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/examples/ValueSet-tbd-codes.json b/tests/fixtures/ncpi/examples/ValueSet-tbd-codes.json new file mode 100644 index 0000000..cd6fb03 --- /dev/null +++ b/tests/fixtures/ncpi/examples/ValueSet-tbd-codes.json @@ -0,0 +1,56 @@ +{ + "resourceType": "ValueSet", + "id": "tbd-codes", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "text": { + "status": "generated", + "div": "" + }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + } + ], + "url": "http://hl7.org/fhir/uv/genomics-reporting/ValueSet/tbd-codes", + "version": "0.1.0", + "name": "ToBeDeterminedCodes", + "title": "tbd-codes", + "status": "active", + "experimental": false, + "date": "2019-08-21T00:00:00-04:00", + "publisher": "NCPI FHIR Working Group", + "contact": [ + { + "name": "NCPI FHIR Working Group", + "telecom": [ + { + "system": "url", + "value": "https://github.com/ncpi-fhir" + } + ] + }, + { + "name": "Meen Chul Kim", + "telecom": [ + { + "system": "email", + "value": "meenchul@d3b.center", + "use": "work" + } + ] + } + ], + "description": "This value set includes all TBD Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes" + } + ] + } +} \ No newline at end of file diff --git a/tests/fixtures/ncpi/output/gen3/_definitions.yaml b/tests/fixtures/ncpi/output/gen3/_definitions.yaml new file mode 100644 index 0000000..da80111 --- /dev/null +++ b/tests/fixtures/ncpi/output/gen3/_definitions.yaml @@ -0,0 +1,252 @@ +id: _definitions + +UUID: + term: + $ref: "_terms.yaml#/UUID" + type: string + pattern: "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$" + +parent_uuids: + type: array + minItems: 1 + items: + $ref: "#/UUID" + uniqueItems: true + +foreign_key_project: + type: object + # Allow true here because we can have other unique keys defined on + # a target type + additionalProperties: true + #Can either use 'id' which are Gen3 IDs (UUID) or 'code' + #which is the user defined ID for project + properties: + id: + $ref: "#/UUID" + code: + type: string + +to_one_project: + anyOf: + - type: array + items: + $ref: "#/foreign_key_project" + minItems: 1 + maxItems: 1 + - $ref: "#/foreign_key_project" + +to_many_project: + anyOf: + - type: array + items: + $ref: "#/foreign_key_project" + minItems: 1 + - $ref: "#/foreign_key_project" + +foreign_key: + type: object + # Allow true here because we can have other unique keys defined on + # a target type + additionalProperties: True + #Can either use 'id' which are GDC IDs (UUID) or 'submitter_id' + #which are user defined IDs ("submitter IDs in the backend") + properties: + id: + $ref: "#/UUID" + submitter_id: + type: string + +to_one: + anyOf: + - type: array + items: + $ref: "#/foreign_key" + minItems: 1 + maxItems: 1 + - $ref: "#/foreign_key" + +to_many: + anyOf: + - type: array + items: + $ref: "#/foreign_key" + minItems: 1 + - $ref: "#/foreign_key" + +datetime: + oneOf: + - type: string + format: date-time + - type: 'null' + term: + $ref: "_terms.yaml#/datetime" + +file_name: + type: string + term: + $ref: "_terms.yaml#/file_name" + +file_size: + type: integer + term: + $ref: "_terms.yaml#/file_size" + +file_format: + type: string + term: + $ref: "_terms.yaml#/file_format" + +ga4gh_drs_uri: + type: string + term: + $ref: "_terms.yaml#/ga4gh_drs_uri" + +md5sum: + type: string + term: + $ref: "_terms.yaml#/md5sum" + pattern: "^[a-f0-9]{32}$" + +object_id: + type: string + description: "The GUID of the object in the index service." + +release_state: + description: "Release state of an entity." + default: unreleased + enum: + - unreleased + - released + - redacted + +data_bundle_state: + description: "State of a data bundle." + default: submitted + enum: + - submitted + - validated + - error + - released + - suppressed + - redacted + +data_file_error_type: + term: + $ref: "_terms.yaml#/data_file_error_type" + enum: + - file_size + - file_format + - md5sum + +state: + term: + $ref: "_terms.yaml#/state" + default: validated + downloadable: + - uploaded + - md5summed + - validating + - validated + - error + - invalid + - released + public: + - live + oneOf: + - enum: #This list covers legacy data + - uploading + - uploaded + - md5summing + - md5summed + - validating + - error + - invalid + - suppressed + - redacted + - live + - enum: #This list covers all future data 1/15/16 + - validated + - submitted + - released + +file_state: + term: + $ref: "_terms.yaml#/file_state" + default: registered + enum: + - registered + - uploading + - uploaded + - validating + - validated + - submitted + - processing + - processed + - released + - error + +qc_metrics_state: + term: + $ref: "_terms.yaml#/qc_metric_state" + enum: + - FAIL + - PASS + - WARN + +project_id: + type: string + term: + $ref: "_terms.yaml#/project_id" + +data_file_properties: + $ref: "#/ubiquitous_properties" + file_name: + $ref: "#/file_name" + file_size: + $ref: "#/file_size" + file_format: + $ref: "#/file_format" + md5sum: + $ref: "#/md5sum" + object_id: + $ref: "#/object_id" + file_state: + $ref: "#/file_state" + error_type: + $ref: "#/data_file_error_type" + ga4gh_drs_uri: + $ref: "#/ga4gh_drs_uri" + +workflow_properties: + $ref: "#/ubiquitous_properties" + workflow_link: + description: "Link to Github hash for the CWL workflow used." + type: string + workflow_version: + description: "Major version for a GDC workflow." + type: string + workflow_start_datetime: + $ref: "#/datetime" + workflow_end_datetime: + $ref: "#/datetime" + +ubiquitous_properties: + type: + type: string + id: + $ref: "#/UUID" + systemAlias: node_id + submitter_id: + type: + - string + description: > + A project-specific identifier for a node. This property is the calling card/nickname/alias for + a unit of submission. It can be used in place of the UUID for identifying or recalling a node. + state: + $ref: "#/state" + project_id: + $ref: "#/project_id" + created_datetime: + $ref: "#/datetime" + updated_datetime: + $ref: "#/datetime" diff --git a/tests/fixtures/ncpi/output/gen3/_settings.yaml b/tests/fixtures/ncpi/output/gen3/_settings.yaml new file mode 100644 index 0000000..d7e2171 --- /dev/null +++ b/tests/fixtures/ncpi/output/gen3/_settings.yaml @@ -0,0 +1,6 @@ +# Global settings for the graph + +# Is the graph case centric, that we want +# to create a link between all children to case +# to expedite case filter on nodes +enable_case_cache: false diff --git a/tests/fixtures/ncpi/output/gen3/_terms.yaml b/tests/fixtures/ncpi/output/gen3/_terms.yaml new file mode 100644 index 0000000..6024d85 --- /dev/null +++ b/tests/fixtures/ncpi/output/gen3/_terms.yaml @@ -0,0 +1,1938 @@ +id: _terms + + + +28s_16s_ribosomal_rna_ratio: + description: > + The 28S/18S ribosomal RNA band ratio used to assess the quality of total RNA. + termDef: + term: "28s/18s Ribosomal RNA Ratio" + source: null + cde_id: null + cde_version: null + term_url: null + + + + + +a260_a280_ratio: + description: > + Numeric value that represents the sample ratio of nucleic acid absorbance at 260 nm and 280 nm, + used to determine a measure of DNA purity. + termDef: + term: Nucleic Acid Absorbance at 260 And Absorbance at 280 DNA Purity Ratio Value + source: caDSR + cde_id: 5432595 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432595&version=1.0" + +age: + description: > + Age at last visit. Age is encoded as ISO8601 duration. (CMG) + termDef: + term: Age at last visit. Age is encoded as ISO8601 duration. + source: Phenopackets + cde_id: ISO8601 + cde_version: 1.0 + term_url: "https://phenopackets-schema.readthedocs.io/en/latest/age.html#rstage" + +family_onset: + description: > + Typical age of onset for the family. Age is encoded as ISO8601 duration. (CMG) + termDef: + term: Typical age of onset for the family. Age is encoded as ISO8601 duration. + source: Phenopackets + cde_id: ISO8601 + cde_version: 1.0 + term_url: "https://phenopackets-schema.readthedocs.io/en/latest/age.html#rstage" + +disease_omim_id: + description: > + The ID of the term from OMIM which represents a disease. (CMG) + termDef: + term: The ID of the term from OMIM which represents a disease. (CMG) + source: OMIM + cde_id: OMIM + cde_version: 1.0 + term_url: "https://www.ncbi.nlm.nih.gov/omim" + +phenotype_hpo_id: + description: > + The ID of the term from Human Phenotype Ontology which represents a harmonized phenotype. (CMG) + termDef: + term: The ID of the term from Human Phenotype Ontology which represents a harmonized phenotype. (CMG) + source: HPO + cde_id: HPO + cde_version: 1.0 + term_url: "https://hpo.jax.org/app/" + +adapter_name: # TOREVIEW + description: > + Name of the sequencing adapter. + +adapter_sequence: # TOREVIEW + description: > + Base sequence of the sequencing adapter. + +age_of_onset: + description: > + Age of onset (if affected). Otherwise age of last exam or phenotype transfer. (CMG) + termDef: + term: Age of onset (if affected). Otherwise age of last exam or phenotype transfer. (CMG) + source: Phenopackets + cde_id: ISO8601 + cde_version: 1.0 + term_url: "https://phenopackets-schema.readthedocs.io/en/latest/age.html#rstage" + +age_at_event_days_gt89: + description: > + Indicate whether the 'Age at the time an event occurs expressed in the number of days since birth' is greater than 32872 days (89 years). + +age_at_diagnosis: + description: > + Age at the time of diagnosis expressed in number of days since birth. If the age at diagnosis is greater than 32872 days (89 years), then see 'age_at_diagnosis_gt89'. + termDef: + term: Patient Diagnosis Age Day Value + source: caDSR + cde_id: 3225640 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3225640&version=2.0" + +age_at_diagnosis_gt89: + description: > + Indicate whether the age at the time of diagnosis expressed in number of days since birth is greater than 32872 days (89 years). + termDef: + term: Patient Diagnosis Age Day Value + source: caDSR + cde_id: 3225640 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3225640&version=2.0" + +ajcc_clinical_m: + description: > + Extent of the distant metastasis for the cancer based on evidence obtained from clinical + assessment parameters determined prior to treatment. + termDef: + term: Neoplasm American Joint Committee on Cancer Clinical Distant Metastasis M Stage + source: caDSR + cde_id: 3440331 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440331&version=1.0" + +ajcc_clinical_n: + description: > + Extent of the regional lymph node involvement for the cancer based on evidence obtained from + clinical assessment parameters determined prior to treatment. + termDef: + term: Neoplasm American Joint Committee on Cancer Clinical Regional Lymph Node N Stage + source: caDSR + cde_id: 3440330 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440330&version=1.0" + +ajcc_clinical_stage: + description: > + Stage group determined from clinical information on the tumor (T), regional node (N) and + metastases (M) and by grouping cases with similar prognosis for cancer. + termDef: + term: Neoplasm American Joint Committee on Cancer Clinical Group Stage + source: caDSR + cde_id: 3440332 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440332&version=1.0" + +ajcc_clinical_t: + description: > + Extent of the primary cancer based on evidence obtained from clinical assessment parameters + determined prior to treatment. + termDef: + term: Neoplasm American Joint Committee on Cancer Clinical Primary Tumor T Stage + source: caDSR + cde_id: 3440328 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440328&version=1.0" + +ajcc_pathologic_m: + description: > + Code to represent the defined absence or presence of distant spread or metastases (M) to + locations via vascular channels or lymphatics beyond the regional lymph nodes, using + criteria established by the American Joint Committee on Cancer (AJCC). + termDef: + term: American Joint Committee on Cancer Metastasis Stage Code + source: caDSR + cde_id: 3045439 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3045439&version=1.0" + +ajcc_pathologic_n: + description: > + The codes that represent the stage of cancer based on the nodes present (N stage) according + to criteria based on multiple editions of the AJCC's Cancer Staging Manual. + termDef: + term: Neoplasm Disease Lymph Node Stage American Joint Committee on Cancer Code + source: caDSR + cde_id: 3203106 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3203106&version=1.0" + +ajcc_pathologic_stage: + description: > + The extent of a cancer, especially whether the disease has spread from the original site to + other parts of the body based on AJCC staging criteria. + termDef: + term: Neoplasm Disease Stage American Joint Committee on Cancer Code + source: caDSR + cde_id: 3203222 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3203222&version=1.0" + +ajcc_pathologic_t: + description: > + Code of pathological T (primary tumor) to define the size or contiguous extension of the + primary tumor (T), using staging criteria from the American Joint Committee on Cancer + (AJCC). + termDef: + term: American Joint Committee on Cancer Tumor Stage Code + source: caDSR + cde_id: 3045435 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3045435&version=1.0" + +alcohol_history: + description: > + A response to a question that asks whether the participant has consumed at least 12 drinks of + any kind of alcoholic beverage in their lifetime. + termDef: + term: Alcohol Lifetime History Indicator + source: caDSR + cde_id: 2201918 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2201918&version=1.0" + +drink_number: + description: > + Units of drink consumed during Drink Period (DRNKPRD). (GTEx) + +aliquot_quantity: + description: > + The quantity in micrograms (ug) of the aliquot(s) derived from the analyte(s) shipped for + sequencing and characterization. + termDef: + term: Biospecimen Aliquot Quantity + source: null + cde_id: null + cde_version: null + term_url: null + +aliquot_volume: + description: > + The volume in microliters (ml) of the aliquot(s) derived from the analyte(s) shipped for + sequencing and characterization. + termDef: + term: Biospecimen Aliquot Volume + source: null + cde_id: null + cde_version: null + term_url: null + +amount: # TOREVIEW + description: > + Weight in grams or volume in mL. + +analyte_quantity: + description: > + The quantity in micrograms (ug) of the analyte(s) derived from the analyte(s) shipped for + sequencing and characterization. + termDef: + term: Biospecimen Analyte Quantity + source: null + cde_id: null + cde_version: null + term_url: null + +analyte_type: + description: > + Text term that represents the kind of molecular specimen analyte. + termDef: + term: Molecular Specimen Type Text Name + source: caDSR + cde_id: 2513915 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2513915&version=2.0" + +analyte_type_id: + description: > + A single letter code used to identify a type of molecular analyte. + termDef: + term: Molecular Analyte Identification Code + source: caDSR + cde_id: 5432508 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432508&version=1.0" + +analyte_volume: + description: > + The volume in microliters (ml) of the analyte(s) derived from the analyte(s) shipped for + sequencing and characterization. + termDef: + term: Biospecimen Analyte Volume + source: null + cde_id: null + cde_version: null + term_url: null + +ann_arbor_b_symptoms: + description: > + Text term to signify whether lymphoma B-symptoms are present as noted in the patient's medical + record. + termDef: + term: Lymphoma B-Symptoms Medical Record Documented Indicator + source: caDSR + cde_id: 2902402 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2902402&version=1.0" + +ann_arbor_clinical_stage: + description: > + The classification of the clinically confirmed anatomic disease extent of lymphoma (Hodgkin's + and Non-Hodgkins) based on the Ann Arbor Staging System. + termDef: + term: Ann Arbor Clinical Stage + source: null + cde_id: null + cde_version: null + term_url: null + +ann_arbor_extranodal_involvement: + description: > + Indicator that identifies whether a patient with malignant lymphoma has lymphomatous involvement + of an extranodal site. + termDef: + term: Lymphomatous Extranodal Site Involvement Indicator + source: caDSR + cde_id: 3364582 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3364582&version=1.0" + +ann_arbor_pathologic_stage: + description: > + The classification of the pathologically confirmed anatomic disease extent of lymphoma + (Hodgkin's and Non-Hodgkins) based on the Ann Arbor Staging System. + termDef: + term: Ann Arbor Pathologic Stage + source: null + cde_id: null + cde_version: null + term_url: null + +ann_arbor_tumor_stage: + description: > + The classification of the anatomic disease extent of lymphoma (Hodgkin's and Non-Hodgkins) based + on the Ann Arbor Staging System. + termDef: + term: Ann Arbor Tumor Stage + source: null + cde_id: null + cde_version: null + term_url: null + +base_caller_name: # TOREVIEW + description: > + Name of the base caller. + +base_caller_version: # TOREVIEW + description: > + Version of the base caller. + +biomarker_name: + description: > + The name of the biomarker being tested for this specimen and set of test results. + termDef: + term: Biomarker Name + source: caDSR + cde_id: 5473 + cde_version: 11.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5473&version=2.31" + +biomarker_result: + description: > + Text term to define the results of genetic testing. + termDef: + term: Laboratory Procedure Genetic Abnormality Test Result Type + source: caDSR + cde_id: 3234680 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3234680&version=1.0" + +biomarker_test_method: + description: > + Text descriptor of a molecular analysis method used for an individual. + termDef: + term: Disease Detection Molecular Analysis Method Type + source: caDSR + cde_id: 3121575 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3121575&version=1.0" + +biospecimen_anatomic_site_id: + description: > + Uberon ID, anatomical location as described by the Uber Anatomy Ontology (UBERON). (CMG) + termDef: + term: Uberon ID, anatomical location as described by the Uber Anatomy Ontology (UBERON). (CMG) + source: Uberon + cde_id: Uberon + cde_version: 1.0 + term_url: "https://www.ebi.ac.uk/ols/ontologies/uberon" + +biospecimen_anatomic_site_label: + description: > + Uberon Label, anatomical location as described by the Uber Anatomy Ontology (UBERON). (CMG) + termDef: + term: Uberon Label, anatomical location as described by the Uber Anatomy Ontology (UBERON). (CMG) + source: Uberon + cde_id: Uberon + cde_version: 1.0 + term_url: "https://www.ebi.ac.uk/ols/ontologies/uberon" + +bmi: + description: > + Autocalculated field of BMI: general indicator of the body fat an individual is carrying based upon the ratio of weight to height. BMI = 703 * weight in pounds/height in inches squared. (GTEx) + termDef: + term: Body Mass Index (BMI) + source: caDSR + cde_id: 4973892 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4973892&version=1.0" + +burkitt_lymphoma_clinical_variant: + description: > + Burkitt's lymphoma categorization based on clinical features that differ from other forms of the + same disease. + termDef: + term: Burkitt Lymphoma Clinical Variant Type + source: caDSR + cde_id: 3770421 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3770421&version=1.0" + +cause_of_death: + description: > + Text term to identify the cause of death for a patient. + termDef: + term: Patient Death Reason + source: caDSR + cde_id: 2554674 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2554674&version=3.0" + +cea_level_preoperative: + description: > + Numeric value of the Carcinoembryonic antigen or CEA at the time before surgery. [Manually- + curated] + termDef: + term: Preoperative Carcinoembryonic Antigen Result Value + source: caDSR + cde_id: 2716510 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2716510&version=1.0" + +cigarettes_per_day: + description: > + The average number of cigarettes smoked per day. + termDef: + term: Smoking Use Average Number + source: caDSR + cde_id: 2001716 + cde_version: 4.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2001716&version=4.0" + +circumferential_resection_margin: + description: > + A value in millimeters indicating the measured length between a malignant lesion of the + colon or rectum and the nearest radial (or circumferential) border of tissue removed during + cancer surgery. + termDef: + term: Colorectal Surgical Margin Circumferential Distance Measurement + source: caDSR + cde_id: 64202 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64202&version=3.0" + +classification_of_tumor: + description: > + Text that describes the kind of disease present in the tumor specimen as related to a specific + timepoint. + termDef: + term: Tumor Tissue Disease Description Type + source: caDSR + cde_id: 3288124 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3288124&version=1.0" + +colon_polyps_history: + description: > + Yes/No indicator to describe if the subject had a previous history of colon polyps as noted + in the history/physical or previous endoscopic report (s). + termDef: + term: Colon Carcinoma Polyp Occurrence Indicator + source: caDSR + cde_id: 3107197 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3107197&version=1.0" + +composition: + description: > + Text term that represents the cellular composition of the sample. + termDef: + term: Biospecimen Cellular Composition Type + source: caDSR + cde_id: 5432591 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432591&version=1.0" + +concentration: + description: > + Numeric value that represents the concentration of an analyte or aliquot extracted from the + sample or sample portion, measured in milligrams per milliliter. + termDef: + term: Biospecimen Analyte or Aliquot Extracted Concentration Milligram per Milliliter Value + source: caDSR + cde_id: 5432594 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432594&version=1.0" + +creation_datetime: + description: > + The datetime of portion creation encoded as seconds from epoch. + termDef: + term: Biospecimen Portion Creation Seconds Date/Time + source: caDSR + cde_id: 5432592 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432592&version=1.0" + +current_weight: + description: > + Numeric value that represents the current weight of the sample, measured in milligrams. + termDef: + term: Tissue Sample Current Weight Milligram Value + source: caDSR + cde_id: 5432606 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432606&version=1.0" + +data_category: # TOREVIEW + description: > + Broad categorization of the contents of the data file. + +data_file_error_type: # TOREVIEW + description: > + Type of error for the data file object. + +data_format: # TOREVIEW + description: > + Format of the data files. + +data_type: # TOREVIEW + description: > + Specific content type of the data file. (CMG) + +datetime: + description: > + A combination of date and time of day in the form [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] + +days_to_birth: + description: > + Time interval from a person's date of birth to the date of initial pathologic diagnosis, + represented as a calculated negative number of days. + termDef: + term: Person Birth Date Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3008233 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008233&version=1.0" + +days_to_collection: + description: > + Time interval from the date of biospecimen collection to the date of initial pathologic + diagnosis, represented as a calculated number of days. + termDef: + term: Biospecimen Collection Date Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3008340 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008340&version=1.0" + +days_to_death: + description: > + Time interval from a person's date of death to the date of initial pathologic diagnosis, + represented as a calculated number of days. + termDef: + term: Death Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3165475 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3165475&version=1.0" + +days_to_hiv_diagnosis: + description: > + Time interval from the date of the initial pathologic diagnosis to the date of human + immunodeficiency diagnosis, represented as a calculated number of days. + termDef: + term: Human Immunodeficiency Virus Diagnosis Subtract Initial Pathologic Diagnosis Time Duration Day Calculation Value + source: caDSR + cde_id: 4618491 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4618491&version=1.0" + +days_to_last_follow_up: + description: > + Time interval from the date of last follow up to the date of initial pathologic diagnosis, + represented as a calculated number of days. + termDef: + term: Last Communication Contact Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3008273 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008273&version=1.0" + +days_to_last_known_disease_status: + description: > + Time interval from the date of last follow up to the date of initial pathologic diagnosis, + represented as a calculated number of days. + termDef: + term: Last Communication Contact Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3008273 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008273&version=1.0" + +days_to_new_event: + description: > + Time interval from the date of new tumor event including progression, recurrence and new + primary malignacies to the date of initial pathologic diagnosis, represented as a calculated + number of days. + termDef: + term: New Tumor Event Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3392464 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3392464&version=1.0" + +days_to_recurrence: + description: > + Time interval from the date of new tumor event including progression, recurrence and new primary + malignancies to the date of initial pathologic diagnosis, represented as a calculated number of + days. + termDef: + term: New Tumor Event Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3392464 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3392464&version=1.0" + +days_to_sample_procurement: + description: > + The number of days from the date the patient was diagnosed to the date of the procedure that + produced the sample. + +days_to_treatment: + description: > + Number of days from date of initial pathologic diagnosis that treatment began. + termDef: + term: Days to Treatment Start + source: null + cde_id: null + cde_version: null + term_url: null + +days_to_treatment_end: + description: > + Time interval from the date of the initial pathologic diagnosis to the date of treatment end, + represented as a calculated number of days. + termDef: + term: Treatment End Subtract First Pathologic Diagnosis Day Calculation Value + source: caDSR + cde_id: 5102431 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102431&version=1.0" + +days_to_treatment_start: + description: > + Time interval from the date of the initial pathologic diagnosis to the start of treatment, + represented as a calculated number of days. + termDef: + term: Treatment Start Subtract First Pathologic Diagnosis Time Day Calculation Value + source: caDSR + cde_id: 5102411 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102411&version=1.0" + +diagnosis_pathologically_confirmed: + description: > + The histologic description of tissue or cells confirmed by a pathology review of frozen or + formalin fixed slide(s) completed after the diagnostic pathology review of the tumor sample used + to extract analyte(s). + termDef: + term: Post-Diagnostic Pathology Review Confirmation + source: null + cde_id: null + cde_version: null + term_url: null + +dlco_ref_predictive_percent: + description: > + The value, as a percentage of predicted lung volume, measuring the amount of carbon monoxide + detected in a patient's lungs. + termDef: + term: Lung Carbon Monoxide Diffusing Capability Test Assessment Predictive Value Percentage Value + source: caDSR + cde_id: 2180255 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2180255&version=1.0" + +encoding: + description: > + Version of ASCII encoding of quality values found in the file. + termDef: + term: Encoding + source: FastQC + cde_id: null + cde_version: null + term_url: "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/1%20Basic%20Statistics.html" + +estrogen_receptor_percent_positive_ihc: + description: > + Classification to represent ER Positive results expressed as a percentage value. + termDef: + term: ER Level Cell Percentage Category + source: caDSR + cde_id: 3128341 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3128341&version=1.0" + +estrogen_receptor_result_ihc: + description: > + Text term to represent the overall result of Estrogen Receptor (ER) testing. + termDef: + term: Breast Carcinoma Estrogen Receptor Status + source: caDSR + cde_id: 2957359 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2957359&version=2.0" + +ethnicity: + description: > + An individual's self-described social and cultural grouping, specifically whether an individual + describes themselves as Hispanic or Latino (HARMONIZED). The provided values are based on the categories + defined by the U.S. Office of Management and Business and used by the U.S. Census Bureau. (CMG, GTEx) + termDef: + term: Ethnic Group Category Text + source: caDSR + cde_id: 2192217 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2192217&version=2.0" + +experiment_name: # TOREVIEW + description: > + Submitter-defined name for the experiment. + +experimental_strategy: # TOREVIEW + description: > + The sequencing strategy used to generate the data file referred to by the ga4gh_drs_uri. + +fastq_name: # TOREVIEW + description: > + Names of FASTQs. + +fev1_ref_post_bronch_percent: + description: > + The percentage comparison to a normal value reference range of the volume of air that a + patient can forcibly exhale from the lungs in one second post-bronchodilator. + termDef: + term: Post Bronchodilator Lung Forced Expiratory Volume 1 Test Lab Percentage Value + source: caDSR + cde_id: 3302948 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302948&version=1.0" + +fev1_ref_pre_bronch_percent: + description: > + The percentage comparison to a normal value reference range of the volume of air that a + patient can forcibly exhale from the lungs in one second pre-bronchodilator. + termDef: + term: Pre Bronchodilator Lung Forced Expiratory Volume 1 Test Lab Percentage Value + source: caDSR + cde_id: 3302947 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302947&version=1.0" + +fev1_fvc_post_bronch_percent: + description: > + Percentage value to represent result of Forced Expiratory Volume in 1 second (FEV1) divided + by the Forced Vital Capacity (FVC) post-bronchodilator. + termDef: + term: Post Bronchodilator FEV1/FVC Percent Value + source: caDSR + cde_id: 3302956 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302956&version=1.0" + +fev1_fvc_pre_bronch_percent: + description: > + Percentage value to represent result of Forced Expiratory Volume in 1 second (FEV1) divided + by the Forced Vital Capacity (FVC) pre-bronchodilator. + termDef: + term: Pre Bronchodilator FEV1/FVC Percent Value + source: caDSR + cde_id: 3302955 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302955&version=1.0" + +figo_stage: + description: > + The extent of a cervical or endometrial cancer within the body, especially whether the + disease has spread from the original site to other parts of the body, as described by the + International Federation of Gynecology and Obstetrics (FIGO) stages. + termDef: + term: Gynecologic Tumor Grouping Cervical Endometrial FIGO 2009 Stage + source: caDSR + cde_id: 3225684 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3225684&version=1.0" + +file_format: + description: > + The format of the data file object. + +file_name: # TOREVIEW + description: > + The name (or part of a name) of a file (of any type). + +file_size: # TOREVIEW + description: > + The size of the data file (object) in bytes. + +file_state: # TOREVIEW + description: > + The current state of the data file object. + +flow_cell_barcode: # TOREVIEW + description: > + Flow Cell Barcode. + +freezing_method: + description: > + Text term that represents the method used for freezing the sample. + termDef: + term: Tissue Sample Freezing Method Type + source: caDSR + cde_id: 5432607 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432607&version=1.0" + +ga4gh_drs_uri: + description: > + DRS URI as defined by GA4GH DRS spec for pointers to file objects. + +sex: + description: > + Text designations that identify gender (HARMONIZED). Gender is described as the assemblage of properties that + distinguish people on the basis of their societal roles. [Explanatory Comment 1: Identification + of gender is based upon self-report and may come from a form, questionnaire, interview, etc.] (CMG) + termDef: + term: Person Gender Text Type + source: caDSR + cde_id: 2200604 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2200604&version=3.0" + +height: + description: > + The height of Donor in inches as reported by Donor, family/next of kin, or medical record abstraction. (GTEx) + termDef: + term: Patient Height Measurement + source: caDSR + cde_id: 649 + cde_version: 4.1 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=649&version=4.1" + +her2_erbb2_percent_positive_ihc: + description: > + Classification to represent the number of positive HER2/ERBB2 cells in a specimen or sample. + termDef: + term: HER2 ERBB Positive Finding Cell Percentage Category + source: caDSR + cde_id: 3086980 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3086980&version=1.0" + +her2_erbb2_result_fish: + description: > + the type of outcome for HER2 as determined by an in situ hybridization (ISH) assay. + termDef: + term: Laboratory Procedure HER2/neu in situ Hybridization Outcome Type + source: caDSR + cde_id: 2854089 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2854089&version=1.0" + +her2_erbb2_result_ihc: + description: > + Text term to signify the result of the medical procedure that involves testing a sample of + blood or tissue for HER2 by histochemical localization of immunoreactive substances using + labeled antibodies as reagents. + termDef: + term: Laboratory Procedure HER2/neu Immunohistochemistry Receptor Status + source: caDSR + cde_id: 2957563 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2957563&version=2.0" + +hiv_positive: + description: > + Text term to signify whether a physician has diagnosed HIV infection in a patient. + termDef: + term: Physician Diagnosed HIV Infection Personal Medical History Yes No Not Applicable Indicator + source: caDSR + cde_id: 4030799 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4030799&version=1.0" + +hpv_positive_type: + description: > + Text classification to represent the strain or type of human papillomavirus identified in an + individual. + termDef: + term: Human Papillomavirus Type + source: caDSR + cde_id: 2922649 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2922649&version=1.0" + +hpv_status: + description: > + The findings of the oncogenic HPV. + termDef: + term: Oncogenic Human Papillomavirus Result Type + source: caDSR + cde_id: 2230033 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2230033&version=1.0" + +includes_spike_ins: # TOREVIEW + description: > + Spike-in included? + +initial_weight: + description: > + Numeric value that represents the initial weight of the sample, measured in milligrams. + termDef: + term: Tissue Sample Initial Weight Milligram Value + source: caDSR + cde_id: 5432605 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432605&version=1.0" + +instrument_model: + description: > + Numeric value that represents the sample dimension that is greater than the shortest + dimension and less than the longest dimension, measured in millimeters. + termDef: + term: Tissue Sample Intermediate Dimension Millimeter Measurement + source: caDSR + cde_id: 5432604 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432604&version=1.0" + +intermediate_dimension: # TOREVIEW + description: > + Intermediate dimension of the sample, in millimeters. + +is_ffpe: + description: > + Indicator to signify whether or not the tissue sample was fixed in formalin and embedded in + paraffin (FFPE). + termDef: + term: Specimen Processing Formalin Fixed Paraffin Embedded Tissue Indicator + source: caDSR + cde_id: 4170557 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4170557&version=1.0" + +is_paired_end: # TOREVIEW + description: > + Are the reads paired end? + +is_proband: # TOREVIEW + description: > + Boolean value to determine if the case is the proband. + +last_known_disease_status: + description: > + Text term that describes the last known state or condition of an individual's neoplasm. + termDef: + term: Person Last Known Neoplasm Status + source: caDSR + cde_id: 5424231 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2759550&version=1.0" + +laterality: + description: > + For tumors in paired organs, designates the side on which the cancer originates. + termDef: + term: Primary Tumor Laterality + source: caDSR + cde_id: 827 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=827&version=3.0" + +ldh_level_at_diagnosis: + description: > + The 2 decimal place numeric laboratory value measured, assigned or computed related to the + assessment of lactate dehydrogenase in a specimen. + termDef: + term: Laboratory Procedure Lactate Dehydrogenase Result Integer::2 Decimal Place Value + source: caDSR + cde_id: 2798766 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2798766&version=1.0" + +ldh_normal_range_upper: + description: > + The top value of the range of statistical characteristics that are supposed to represent + accepted standard, non-pathological pattern for lactate dehydrogenase (units not specified). + termDef: + term: Laboratory Procedure Lactate Dehydrogenase Result Upper Limit of Normal Value + source: caDSR + cde_id: 2597015 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2597015&version=1.0" + +library_strategy: # TOREVIEW + description: > + Library strategy. + +library_selection: # TOREVIEW + description: > + Library Selection Method + +library_name: # TOREVIEW + description: > + Name of the library. + +library_preparation_kit_name: # TOREVIEW + description: > + Name of Library Preparation Kit + +library_preparation_kit_vendor: # TOREVIEW + description: > + Vendor of Library Preparation Kit + +library_preparation_kit_catalog_number: # TOREVIEW + description: > + Catalog of Library Preparation Kit + +library_preparation_kit_version: # TOREVIEW + description: > + Version of Library Preparation Kit + +library_strand: # TOREVIEW + description: > + Library stranded-ness. + +longest_dimension: + description: > + Numeric value that represents the longest dimension of the sample, measured in millimeters. + termDef: + term: Tissue Sample Longest Dimension Millimeter Measurement + source: caDSR + cde_id: 5432602 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432602&version=1.0" + +lymph_nodes_positive: + description: > + The number of lymph nodes involved with disease as determined by pathologic examination. + termDef: + term: Lymph Node(s) Positive Number + source: caDSR + cde_id: 89 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=89&version=3.0" + +lymphatic_invasion_present: + description: > + A yes/no indicator to ask if small or thin-walled vessel invasion is present, indicating + lymphatic involvement + termDef: + term: Lymphatic/Small vessel Invasion Ind + source: caDSR + cde_id: 64171 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64171&version=3.0" + +method_of_diagnosis: + description: > + The method used to initially the patient's diagnosis. + termDef: + term: Method of Diagnosis + source: null + cde_id: null + cde_version: null + term_url: null + +method_of_sample_procurement: + description: > + The method used to procure the sample used to extract analyte(s). + termDef: + term: Method of Sample Procurement + source: null + cde_id: null + cde_version: null + term_url: null + +md5sum: # TOREVIEW + description: > + The 128-bit hash value expressed as a 32 digit hexadecimal number used as a file's digital + fingerprint. + +microsatellite_instability_abnormal: + description: > + The yes/no indicator to signify the status of a tumor for microsatellite instability. + termDef: + term: Microsatellite Instability Occurrence Indicator + source: caDSR + cde_id: 3123142 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3123142&version=1.0" + +morphology: + description: > + The third edition of the International Classification of Diseases for Oncology, published in + 2000 used principally in tumor and cancer registries for coding the site (topography) and the + histology (morphology) of neoplasms. The study of the structure of the cells and their + arrangement to constitute tissues and, finally, the association among these to form organs. In + pathology, the microscopic process of identifying normal and abnormal morphologic + characteristics in tissues, by employing various cytochemical and immunocytochemical stains. A + system of numbered categories for representation of data. + termDef: + term: International Classification of Diseases for Oncology, Third Edition ICD-O-3 Histology Code + source: caDSR + cde_id: 3226275 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3226275&version=1.0" + +new_event_anatomic_site: + description: > + Text term to specify the anatomic location of the return of tumor after treatment. + termDef: + term: New Neoplasm Event Occurrence Anatomic Site + source: caDSR + cde_id: 3108271 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3108271&version=2.0" + +new_event_type: + description: > + Text term to identify a new tumor event. + termDef: + term: New Neoplasm Event Type + source: caDSR + cde_id: 3119721 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3119721&version=1.0" + +normal_tumor_genotype_snp_match: + description: > + Text term that represents whether or not the genotype of the normal tumor matches or if the data + is not available. + termDef: + term: Normal Tumor Genotype Match Indicator + source: caDSR + cde_id: 4588156 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4588156&version=1.0" + +number_proliferating_cells: + description: > + Numeric value that represents the count of proliferating cells determined during pathologic + review of the sample slide(s). + termDef: + term: Pathology Review Slide Proliferating Cell Count + source: caDSR + cde_id: 5432636 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432636&version=1.0" + +oct_embedded: + description: > + Indicator of whether or not the sample was embedded in Optimal Cutting Temperature (OCT) compound. + termDef: + term: Tissue Sample Optimal Cutting Temperature Compound Embedding Indicator + source: caDSR + cde_id: 5432538 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432538&version=1.0" + +years_smoked: + description: > + Number of years the Donor smoked. (GTEx) + termDef: + term: Person Cigarette Smoking History Pack Year Value + source: caDSR + cde_id: 2955385 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2955385&version=1.0" + +percent_eosinophil_infiltration: + description: > + Numeric value to represent the percentage of infiltration by eosinophils in a tumor sample or + specimen. + termDef: + term: Specimen Eosinophilia Percentage Value + source: caDSR + cde_id: 2897700 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897700&version=2.0" + +percent_gc_content: + description: > + The overall %GC of all bases in all sequences. + termDef: + term: "%GC" + source: FastQC + cde_id: null + cde_version: null + term_url: "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/1%20Basic%20Statistics.html" + +percent_granulocyte_infiltration: + description: > + Numeric value to represent the percentage of infiltration by granulocytes in a tumor sample or + specimen. + termDef: + term: Specimen Granulocyte Infiltration Percentage Value + source: caDSR + cde_id: 2897705 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897705&version=2.0" + +percent_inflam_infiltration: + description: > + Numeric value to represent local response to cellular injury, marked by capillary dilatation, + edema and leukocyte infiltration; clinically, inflammation is manifest by reddness, heat, pain, + swelling and loss of function, with the need to heal damaged tissue. + termDef: + term: Specimen Inflammation Change Percentage Value + source: caDSR + cde_id: 2897695 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897695&version=1.0" + +percent_lymphocyte_infiltration: + description: > + Numeric value to represent the percentage of infiltration by lymphocytes in a solid tissue + normal sample or specimen. + termDef: + term: Specimen Lymphocyte Infiltration Percentage Value + source: caDSR + cde_id: 2897710 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897710&version=2.0" + +percent_monocyte_infiltration: + description: > + Numeric value to represent the percentage of monocyte infiltration in a sample or specimen. + termDef: + term: Specimen Monocyte Infiltration Percentage Value + source: caDSR + cde_id: 5455535 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5455535&version=1.0" + +percent_necrosis: + description: > + Numeric value to represent the percentage of cell death in a malignant tumor sample or specimen. + termDef: + term: Malignant Neoplasm Necrosis Percentage Value + source: caDSR + cde_id: 2841237 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841237&version=1.0" + +percent_neutrophil_infiltration: + description: > + Numeric value to represent the percentage of infiltration by neutrophils in a tumor sample or + specimen. + termDef: + term: Malignant Neoplasm Neutrophil Infiltration Percentage Cell Value + source: caDSR + cde_id: 2841267 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841267&version=1.0" + +percent_normal_cells: + description: > + Numeric value to represent the percentage of normal cell content in a malignant tumor sample or + specimen. + termDef: + term: Malignant Neoplasm Normal Cell Percentage Value + source: caDSR + cde_id: 2841233 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841233&version=1.0" + +percent_stromal_cells: + description: > + Numeric value to represent the percentage of reactive cells that are present in a malignant + tumor sample or specimen but are not malignant such as fibroblasts, vascular structures, etc. + termDef: + term: Malignant Neoplasm Stromal Cell Percentage Value + source: caDSR + cde_id: 2841241 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841241&version=1.0" + +percent_tumor_cells: + description: > + Numeric value that represents the percentage of infiltration by granulocytes in a sample. + termDef: + term: Specimen Tumor Cell Percentage Value + source: caDSR + cde_id: 5432686 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432686&version=1.0" + +percent_tumor_nuclei: + description: > + Numeric value to represent the percentage of tumor nuclei in a malignant neoplasm sample or specimen. + termDef: + term: Malignant Neoplasm Neoplasm Nucleus Percentage Cell Value + source: caDSR + cde_id: 2841225 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841225&version=1.0" + +perineural_invasion_present: + description: > + a yes/no indicator to ask if perineural invasion or infiltration of tumor or cancer is + present. + termDef: + term: Tumor Perineural Invasion Ind + source: caDSR + cde_id: 64181 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64181&version=3.0" + +platform: # TOREVIEW + description: > + Name of the platform used to obtain data. + +portion_number: + description: > + Numeric value that represents the sequential number assigned to a portion of the sample. + termDef: + term: Biospecimen Portion Sequence Number + source: caDSR + cde_id: 5432711 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432711&version=1.0" + +portion_weight: + description: > + Numeric value that represents the sample portion weight, measured in milligrams. + termDef: + term: Biospecimen Portion Weight Milligram Value + source: caDSR + cde_id: 5432593 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432593&version=1.0" + +preservation_method: + description: > + Text term that represents the method used to preserve the sample. + termDef: + term: Tissue Sample Preservation Method Type + source: caDSR + cde_id: 5432521 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432521&version=1.0" + + +prior_malignancy: + description: > + Text term to describe the patient's history of prior cancer diagnosis and the spatial location + of any previous cancer occurrence. + termDef: + term: Prior Cancer Diagnosis Occurrence Description Text + source: caDSR + cde_id: 3382736 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3382736&version=2.0" + +prior_treatment: + description: > + A yes/no/unknown/not applicable indicator related to the administration of therapeutic agents + received before the body specimen was collected. + termDef: + term: Therapeutic Procedure Prior Specimen Collection Administered Yes No Unknown Not Applicable Indicator + source: caDSR + cde_id: 4231463 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4231463&version=1.0" + +progesterone_receptor_percent_positive_ihc: + description: > + Classification to represent Progesterone Receptor Positive results expressed as a percentage + value. + termDef: + term: Progesterone Receptor Level Cell Percentage Category + source: caDSR + cde_id: 3128342 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3128342&version=1.0" + +progesterone_receptor_result_ihc: + description: > + Text term to represent the overall result of Progresterone Receptor (PR) testing. + termDef: + term: Breast Carcinoma Progesterone Receptor Status + source: caDSR + cde_id: 2957357 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2957357&version=2.0" + +progression_or_recurrence: + description: > + Yes/No/Unknown indicator to identify whether a patient has had a new tumor event + after initial treatment. + termDef: + term: New Neoplasm Event Post Initial Therapy Indicator + source: caDSR + cde_id: 3121376 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3121376&version=1.0" + +project_id: # TOREVIEW + description: > + Unique ID for any specific defined piece of work that is undertaken or attempted to + meet a single requirement. + +qc_metric_state: + description: > + State classification given by FASTQC for the metric. Metric specific details about the states + are available on their website. + termDef: + term: QC Metric State + source: FastQC + cde_id: null + cde_version: null + term_url: "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/" + +race: + description: > + An arbitrary classification of a taxonomic group that is a division of a species (HARMONIZED). It usually + arises as a consequence of geographical isolation within a species and is characterized by + shared heredity, physical attributes and behavior, and in the case of humans, by common history, + nationality, or geographic distribution. The provided values are based on the categories defined + by the U.S. Office of Management and Business and used by the U.S. Census Bureau. (GTEx) + termDef: + term: Race Category Text + source: caDSR + cde_id: 2192199 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2192199&version=1.0" + +read_length: # TOREVIEW + description: > + The length of the reads. + +read_group_name: # TOREVIEW + description: > + The name of the read group. + +relationship_age_at_diagnosis: + description: > + The age (in years) when the patient's relative was first diagnosed. + termDef: + term: Relative Diagnosis Age Value + source: caDSR + cde_id: 5300571 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5300571&version=1.0" + +relationship_to_proband: + description: > + The subgroup that describes the state of connectedness between members of the unit of society + organized around kinship ties. + termDef: + term: Family Member Relationship Type + source: caDSR + cde_id: 2690165 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2690165&version=2.0" + +relationship_type: + description: > + The subgroup that describes the state of connectedness between members of the unit of society + organized around kinship ties. + termDef: + term: Family Member Relationship Type + source: caDSR + cde_id: 2690165 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2690165&version=2.0" + +relative_with_cancer_history: + description: > + Indicator to signify whether or not an individual's biological relative has been diagnosed with + another type of cancer. + termDef: + term: Other Cancer Biological Relative History Indicator + source: caDSR + cde_id: 3901752 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3901752&version=1.0" + +residual_disease: + description: > + Text terms to describe the status of a tissue margin following surgical resection. + termDef: + term: Surgical Margin Resection Status + source: caDSR + cde_id: 2608702 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2608702&version=1.0" + +RIN: + description: > + A numerical assessment of the integrity of RNA based on the entire electrophoretic trace of the + RNA sample including the presence or absence of degradation products. + termDef: + term: Biospecimen RNA Integrity Number Value + source: caDSR + cde_id: 5278775 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5278775&version=1.0" + +sample_type: + description: > + Text term to describe the source of a biospecimen used for a laboratory test. + termDef: + term: Specimen Type Collection Biospecimen Type + source: caDSR + cde_id: 3111302 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3111302&version=2.0" + +sample_type_id: # TOREVIEW + description: > + The accompanying sample type id for the sample type. + +section_location: # TOREVIEW + description: > + Tissue source of the slide. + +sequencing_center: # TOREVIEW + description: > + Name of the center that provided the sequence files. + +shortest_dimension: + description: > + Numeric value that represents the shortest dimension of the sample, measured in millimeters. + termDef: + term: Tissue Sample Short Dimension Millimeter Measurement + source: caDSR + cde_id: 5432603 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432603&version=1.0" + +site_of_resection_or_biopsy: + description: > + The third edition of the International Classification of Diseases for Oncology, published in + 2000, used principally in tumor and cancer registries for coding the site (topography) and the + histology (morphology) of neoplasms. The description of an anatomical region or of a body part. + Named locations of, or within, the body. A system of numbered categories for representation of + data. + termDef: + term: International Classification of Diseases for Oncology, Third Edition ICD-O-3 Site Code + source: caDSR + cde_id: 3226281 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3226281&version=1.0" + +size_selection_range: # TOREVIEW + description: > + Range of size selection. + +smoking_history: + description: > + Category describing current smoking status and smoking history as self-reported by a patient. + termDef: + term: Smoking History + source: caDSR + cde_id: 2181650 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2181650&version=1.0" + +smoking_intensity: + description: > + Numeric computed value to represent lifetime tobacco exposure defined as number of cigarettes + smoked per day x number of years smoked divided by 20 + termDef: + term: Person Cigarette Smoking History Pack Year Value + source: caDSR + cde_id: 2955385 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2955385&version=1.0" + +source_center: # TOREVIEW + description: > + Name of the center that provided the item. + +spectrophotometer_method: + description: > + Name of the method used to determine the concentration of purified nucleic acid within a + solution. + termDef: + term: Purification Nucleic Acid Solution Concentration Determination Method Type + source: caDSR + cde_id: 3008378 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008378&version=1.0" + +spike_ins_fasta: # TOREVIEW + description: > + Name of the FASTA file that contains the spike-in sequences. + +spike_ins_concentration: # TOREVIEW + description: > + Spike in concentration. + +state: # TOREVIEW + description: > + The current state of the object. + +target_capture_kit_name: # TOREVIEW + description: > + Name of Target Capture Kit. + +target_capture_kit_vendor: # TOREVIEW + description: > + Vendor of Target Capture Kit. + +target_capture_kit_catalog_number: # TOREVIEW + description: > + Catalog of Target Capture Kit. + +target_capture_kit_version: # TOREVIEW + description: > + Version of Target Capture Kit. + +target_capture_kit_target_region: # TOREVIEW + description: > + Target Capture Kit BED file. + +therapeutic_agents: + description: > + Text identification of the individual agent(s) used as part of a prior treatment regimen. + termDef: + term: Prior Therapy Regimen Text + source: caDSR + cde_id: 2975232 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2975232&version=1.0" + +time_between_clamping_and_freezing: + description: > + Numeric representation of the elapsed time between the surgical clamping of blood supply and + freezing of the sample, measured in minutes. + termDef: + term: Tissue Sample Clamping and Freezing Elapsed Minute Time + source: caDSR + cde_id: 5432611 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432611&version=1.0" + +time_between_excision_and_freezing: + description: > + Numeric representation of the elapsed time between the excision and freezing of the sample, + measured in minutes. + termDef: + term: Tissue Sample Excision and Freezing Elapsed Minute Time + source: caDSR + cde_id: 5432612 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432612&version=1.0" + +tissue_or_organ_of_origin: + description: > + Text term that describes the anatomic site of the tumor or disease. + termDef: + term: Tumor Disease Anatomic Site + source: caDSR + cde_id: 3427536 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3427536&version=3.0" + +tissue_type: + description: > + Text term that represents a description of the kind of tissue collected with respect to disease + status or proximity to tumor tissue. + termDef: + term: Tissue Sample Description Type + source: caDSR + cde_id: 5432687 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432687&version=1.0" + +to_trim_adapter_sequence: # TOREVIEW + description: > + Does the user suggest adapter trimming? + +tobacco_smoking_onset_year: + description: > + The year in which the participant began smoking. + termDef: + term: Started Smoking Year + source: caDSR + cde_id: 2228604 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2228604&version=1.0" + +tobacco_smoking_quit_year: + description: > + The year in which the participant quit smoking. + termDef: + term: Stopped Smoking Year + source: caDSR + cde_id: 2228610 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2228610&version=1.0" + +tobacco_smoking_status: + description: > + Category describing current smoking status and smoking history as self-reported by a + patient. + termDef: + term: Patient Smoking History Category + source: caDSR + cde_id: 2181650 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2181650&version=1.0" + +total_sequences: + description: > + A count of the total number of sequences processed. + termDef: + term: Total Sequences + source: FastQC + cde_id: null + cde_version: null + term_url: "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/1%20Basic%20Statistics.html" + +treatment_anatomic_site: + description: > + The anatomic site or field targeted by a treatment regimen or single agent therapy. + termDef: + term: Treatment Anatomic Site + source: null + cde_id: null + cde_version: null + term_url: null + +treatment_intent_type: + description: > + Text term to identify the reason for the administration of a treatment regimen. [Manually-curated] + termDef: + term: Treatment Regimen Intent Type + source: caDSR + cde_id: 2793511 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2793511&version=1.0" + +treatment_or_therapy: + description: > + A yes/no/unknown/not applicable indicator related to the administration of therapeutic agents + received before the body specimen was collected. + termDef: + term: Therapeutic Procedure Prior Specimen Collection Administered Yes No Unknown Not Applicable Indicator + source: caDSR + cde_id: 4231463 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4231463&version=1.0" + +treatment_outcome: + description: > + Text term that describes the patient¿s final outcome after the treatment was administered. + termDef: + term: Treatment Outcome Type + source: caDSR + cde_id: 5102383 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102383&version=1.0" + +treatment_type: + description: > + Text term that describes the kind of treatment administered. + termDef: + term: Treatment Method Type + source: caDSR + cde_id: 5102381 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102381&version=1.0" + +tumor_grade: + description: > + Numeric value to express the degree of abnormality of cancer cells, a measure of differentiation + and aggressiveness. + termDef: + term: Neoplasm Histologic Grade + source: caDSR + cde_id: 2785839 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2785839&version=2.0" + +tumor_code: # TOREVIEW + description: > + Diagnostic tumor code of the tissue sample source. + +tumor_code_id: # TOREVIEW + description: > + BCR-defined id code for the tumor sample. + +tumor_descriptor: + description: > + Text that describes the kind of disease present in the tumor specimen as related to a specific + timepoint. + termDef: + term: Tumor Tissue Disease Description Type + source: caDSR + cde_id: 3288124 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3288124&version=1.0" + +tumor_stage: + description: > + The extent of a cancer in the body. Staging is usually based on the size of the tumor, whether + lymph nodes contain cancer, and whether the cancer has spread from the original site to other + parts of the body. The accepted values for tumor_stage depend on the tumor site, type, and + accepted staging system. These items should accompany the tumor_stage value as associated + metadata. + termDef: + term: Tumor Stage + source: NCIt + cde_id: C16899 + cde_version: null + term_url: "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI%20Thesaurus&code=C16899" + +UUID: + description: > + A 128-bit identifier. Depending on the mechanism used to generate it, it is either guaranteed to + be different from all other UUIDs/GUIDs generated until 3400 AD or extremely likely to be + different. Its relatively small size lends itself well to sorting, ordering, and hashing of all + sorts, storing in databases, simple allocation, and ease of programming in general. + termDef: + term: Universally Unique Identifier + source: NCIt + cde_id: C54100 + cde_version: null + term_url: "https://ncit.nci.nih.gov/ncitbrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&version=16.02d&ns=NCI_Thesaurus&code=C54100" + +vascular_invasion_present: + description: > + The yes/no indicator to ask if large vessel or venous invasion was detected by surgery or + presence in a tumor specimen. + termDef: + term: Tumor Vascular Invasion Ind-3 + source: caDSR + cde_id: 64358 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64358&version=3.0" + +vital_status: + description: > + The survival state of the person registered on the protocol. + termDef: + term: Patient Vital Status + source: caDSR + cde_id: 5 + cde_version: 5.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5&version=5.0" + +weight: + description: > + The weight of the patient measured in lbs (HARMONIZED). + termDef: + term: Patient Weight Measurement + source: caDSR + cde_id: 651 + cde_version: 4.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=651&version=4.0" + +well_number: + description: > + Numeric value that represents the the well location within a plate for the analyte or + aliquot from the sample. + termDef: + term: Biospecimen Analyte or Aliquot Plate Well Number + source: caDSR + cde_id: 5432613 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432613&version=1.0" + +workflow_type: + description: > + Generic name for the workflow used to analyze a data set. + +year_of_birth: + description: > + Numeric value to represent the calendar year in which an individual was born. + termDef: + term: Year Birth Date Number + source: caDSR + cde_id: 2896954 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2896954&version=1.0" + +year_of_diagnosis: + description: > + Numeric value to represent the year of an individual's initial pathologic diagnosis of cancer. + termDef: + term: Year of initial pathologic diagnosis + source: caDSR + cde_id: 2896960 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2896960&version=1.0" + +year_of_death: + description: > + Numeric value to represent the year of the death of an individual. + termDef: + term: Year Death Number + source: caDSR + cde_id: 2897030 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897030&version=1.0" + +years_smoked: + description: > + Numeric value (or unknown) to represent the number of years a person has been smoking (HARMONIZED). If the number of years is greater than 89, see 'years_smoked_gt89'. + termDef: + term: Person Smoking Duration Year Count + source: caDSR + cde_id: 3137957 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3137957&version=1.0" + +years_smoked_gt89: + description: > + Indicate whether the numeric value to represent the number of years a person has been smoking (HARMONIZED) is greater than 89 years. + termDef: + term: Person Smoking Duration Year Count + source: caDSR + cde_id: 3137957 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3137957&version=1.0" diff --git a/tests/fixtures/synthea/.gitignore b/tests/fixtures/synthea/.gitignore new file mode 100644 index 0000000..480dcf6 --- /dev/null +++ b/tests/fixtures/synthea/.gitignore @@ -0,0 +1 @@ +raw/ diff --git a/tests/fixtures/synthea/filtered/Condition.ndjson b/tests/fixtures/synthea/filtered/Condition.ndjson new file mode 100644 index 0000000..94511e8 --- /dev/null +++ b/tests/fixtures/synthea/filtered/Condition.ndjson @@ -0,0 +1,370 @@ +{"resourceType":"Condition","id":"8b010866-9eb9-4135-1d1c-e9406a8e571f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"24079001","display":"Atopic dermatitis"}],"text":"Atopic dermatitis"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bb237230-d056-075b-cfc4-0c34ebb9d39d"},"onsetDateTime":"2004-03-15T08:16:17-08:00","abatementDateTime":"2021-08-11T14:16:17-07:00","recordedDate":"2004-03-15T08:16:17-08:00"} +{"resourceType":"Condition","id":"0f1a2407-07b2-d3f9-a143-754bd234fd0b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}],"text":"Childhood asthma"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/c9e499ab-83ef-bd4f-a197-82ef7786e85d"},"onsetDateTime":"2006-11-14T08:16:17-08:00","recordedDate":"2006-11-14T08:16:17-08:00"} +{"resourceType":"Condition","id":"8d50c546-a281-ac82-e8d2-2535e58692f7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"232353008","display":"Perennial allergic rhinitis with seasonal variation"}],"text":"Perennial allergic rhinitis with seasonal variation"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/903d64fe-d8d4-671e-febd-aba5bff18d8f"},"onsetDateTime":"2008-12-08T08:16:17-08:00","recordedDate":"2008-12-08T08:16:17-08:00"} +{"resourceType":"Condition","id":"67e1970e-156a-1d65-39d9-c05976813eb4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160968000","display":"Risk activity involvement (finding)"}],"text":"Risk activity involvement (finding)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/37b4463f-0b42-9f84-9f42-87d461a5308f"},"onsetDateTime":"2016-09-22T10:47:02-07:00","recordedDate":"2016-09-22T10:47:02-07:00"} +{"resourceType":"Condition","id":"5808d338-8290-12e9-2abf-27141d94b4a2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"241929008","display":"Acute allergic reaction"}],"text":"Acute allergic reaction"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/c50f2fc1-6670-a311-9019-70f39bd1dd99"},"onsetDateTime":"2018-05-03T22:00:17-07:00","abatementDateTime":"2018-05-04T01:12:17-07:00","recordedDate":"2018-05-03T22:00:17-07:00"} +{"resourceType":"Condition","id":"f2063fcf-eed9-322f-94cf-3028459c1cde","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}],"text":"Viral sinusitis (disorder)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/72c75099-19d8-162f-6e36-9184bad0898a"},"onsetDateTime":"2019-04-04T11:16:17-07:00","abatementDateTime":"2019-04-12T11:16:17-07:00","recordedDate":"2019-04-04T11:16:17-07:00"} +{"resourceType":"Condition","id":"bc8a9cd8-4a5a-4e2c-d314-f61c360f6fe2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"162864005","display":"Body mass index 30+ - obesity (finding)"}],"text":"Body mass index 30+ - obesity (finding)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"onsetDateTime":"2021-10-21T09:16:17-07:00","recordedDate":"2021-10-21T09:16:17-07:00"} +{"resourceType":"Condition","id":"364ce3e1-b828-6be0-a1a0-9af45547e20b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"105531004","display":"Housing unsatisfactory (finding)"}],"text":"Housing unsatisfactory (finding)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"onsetDateTime":"2021-10-21T10:09:58-07:00","recordedDate":"2021-10-21T10:09:58-07:00"} +{"resourceType":"Condition","id":"f766a5e3-be10-8f32-07ab-f9a2f1c59833","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"5251000175109","display":"Received certificate of high school equivalency (finding)"}],"text":"Received certificate of high school equivalency (finding)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"onsetDateTime":"2021-10-21T10:09:58-07:00","recordedDate":"2021-10-21T10:09:58-07:00"} +{"resourceType":"Condition","id":"e5a468c4-cee4-f91a-68c6-841344a245be","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"onsetDateTime":"2021-10-21T10:09:58-07:00","recordedDate":"2021-10-21T10:09:58-07:00"} +{"resourceType":"Condition","id":"3bdc7b57-b671-b8a2-e0f4-4f9269320e1d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"266934004","display":"Transport problems (finding)"}],"text":"Transport problems (finding)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"onsetDateTime":"2021-10-21T10:09:58-07:00","recordedDate":"2021-10-21T10:09:58-07:00"} +{"resourceType":"Condition","id":"96762fe1-d753-2d21-71ee-3cf97e94f41a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"onsetDateTime":"2021-10-21T10:09:58-07:00","recordedDate":"2021-10-21T10:09:58-07:00"} +{"resourceType":"Condition","id":"61cbbad9-6d75-f7af-7579-ff11091f6a74","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"361055000","display":"Misuses drugs (finding)"}],"text":"Misuses drugs (finding)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"onsetDateTime":"2021-10-21T11:19:52-07:00","recordedDate":"2021-10-21T11:19:52-07:00"} +{"resourceType":"Condition","id":"6adef2ab-bc4d-d288-565f-52648853b1ba","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}],"text":"Childhood asthma"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b4308bc7-d622-1724-c5f3-9b686ec7e76e"},"onsetDateTime":"2008-10-01T15:02:19-07:00","recordedDate":"2008-10-01T15:02:19-07:00"} +{"resourceType":"Condition","id":"6fc41ce5-0dd1-0da9-b0e9-a06fdefc6aad","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"44465007","display":"Sprain of ankle"}],"text":"Sprain of ankle"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/906fed06-15d7-cf6c-1f58-33d25676ed39"},"onsetDateTime":"2013-01-18T14:29:43-08:00","abatementDateTime":"2013-02-25T14:29:43-08:00","recordedDate":"2013-01-18T14:29:43-08:00"} +{"resourceType":"Condition","id":"3a1d3ffa-4000-dcc2-f0cb-74960c6a46ca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"74400008","display":"Appendicitis"}],"text":"Appendicitis"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/8f9cc88b-33bf-1cb4-4bf4-7998399b7465"},"onsetDateTime":"2013-05-24T12:02:19-07:00","recordedDate":"2013-05-24T12:02:19-07:00"} +{"resourceType":"Condition","id":"40989e0f-6b56-e8c0-4915-f1ff7161be1e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"428251008","display":"History of appendectomy"}],"text":"History of appendectomy"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/a26e8ba9-f1e3-ca9a-6a81-3dabc9d62260"},"onsetDateTime":"2013-05-24T12:02:19-07:00","recordedDate":"2013-05-24T12:02:19-07:00"} +{"resourceType":"Condition","id":"83018b73-e8bc-bb9c-f530-1a8cacb63c04","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160968000","display":"Risk activity involvement (finding)"}],"text":"Risk activity involvement (finding)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/c151f597-1dc8-bda6-a9aa-44ae92445722"},"onsetDateTime":"2016-03-14T15:27:58-07:00","abatementDateTime":"2017-03-20T16:03:43-07:00","recordedDate":"2016-03-14T15:27:58-07:00"} +{"resourceType":"Condition","id":"41ba0a8a-0978-6924-e6c0-3f0ffcf4bad9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"10509002","display":"Acute bronchitis (disorder)"}],"text":"Acute bronchitis (disorder)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/6828ac9c-b3c9-f5ac-a620-31d74abec6a6"},"onsetDateTime":"2018-01-11T18:02:19-08:00","abatementDateTime":"2018-01-25T18:14:48-08:00","recordedDate":"2018-01-11T18:02:19-08:00"} +{"resourceType":"Condition","id":"9552be12-7a9b-425e-3f48-84e16c2bc9a0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}],"text":"Acute viral pharyngitis (disorder)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/06bdab8b-ec11-7066-81d7-531079b12fa9"},"onsetDateTime":"2018-08-25T05:02:19-07:00","abatementDateTime":"2018-09-06T21:02:19-07:00","recordedDate":"2018-08-25T05:02:19-07:00"} +{"resourceType":"Condition","id":"3368eb03-cd8e-9478-9765-ce06c7bd8768","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"30832001","display":"Rupture of patellar tendon"}],"text":"Rupture of patellar tendon"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1daed405-2eba-71f5-a1eb-2d877fc05d9a"},"onsetDateTime":"2021-02-10T14:29:43-08:00","abatementDateTime":"2021-05-12T18:11:43-07:00","recordedDate":"2021-02-10T14:29:43-08:00"} +{"resourceType":"Condition","id":"aeaa058c-42f2-3178-6c1f-d349e572a547","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}],"text":"Acute viral pharyngitis (disorder)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/0c7fbd4e-5082-c89d-86a3-a19cad96ce68"},"onsetDateTime":"2021-02-24T12:02:19-08:00","abatementDateTime":"2021-03-08T07:02:19-08:00","recordedDate":"2021-02-24T12:02:19-08:00"} +{"resourceType":"Condition","id":"a46fec54-dd34-d5d1-1e5b-9c25898af010","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"278860009","display":"Chronic low back pain (finding)"}],"text":"Chronic low back pain (finding)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/ad4bf9f7-bbf4-f584-dd57-863e85eb9328"},"onsetDateTime":"2022-03-30T15:02:19-07:00","recordedDate":"2022-03-30T15:02:19-07:00"} +{"resourceType":"Condition","id":"5baf2fd7-8f12-e84e-deaa-46988810b364","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"1121000119107","display":"Chronic neck pain (finding)"}],"text":"Chronic neck pain (finding)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/ad4bf9f7-bbf4-f584-dd57-863e85eb9328"},"onsetDateTime":"2022-03-30T15:02:19-07:00","recordedDate":"2022-03-30T15:02:19-07:00"} +{"resourceType":"Condition","id":"b7538bef-f4c3-49a0-ca7c-061e89d93762","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"5251000175109","display":"Received certificate of high school equivalency (finding)"}],"text":"Received certificate of high school equivalency (finding)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"onsetDateTime":"2022-04-18T15:58:18-07:00","recordedDate":"2022-04-18T15:58:18-07:00"} +{"resourceType":"Condition","id":"b81b5a52-9423-8ff8-287a-b16644b57a7c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"onsetDateTime":"2022-04-18T15:58:18-07:00","recordedDate":"2022-04-18T15:58:18-07:00"} +{"resourceType":"Condition","id":"6cc8fcab-7d6e-d7f5-6885-ae4f61b7f833","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"24079001","display":"Atopic dermatitis"}],"text":"Atopic dermatitis"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/c065043f-411c-b064-0568-b61f24d97707"},"onsetDateTime":"2000-08-03T18:59:58-07:00","recordedDate":"2000-08-03T18:59:58-07:00"} +{"resourceType":"Condition","id":"acb23609-7475-b1b4-d26c-11147aa373b5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"367498001","display":"Seasonal allergic rhinitis"}],"text":"Seasonal allergic rhinitis"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/c0c08374-71aa-9ee3-287d-673fcb08377c"},"onsetDateTime":"2001-11-20T17:59:58-08:00","abatementDateTime":"2016-09-12T18:59:58-07:00","recordedDate":"2001-11-20T17:59:58-08:00"} +{"resourceType":"Condition","id":"17b94987-48b7-b121-405c-0a6487cab98b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}],"text":"Childhood asthma"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/7234708f-a452-1fa2-1cc3-bc83fa54e812"},"onsetDateTime":"2001-12-24T17:59:58-08:00","abatementDateTime":"2016-11-07T17:59:58-08:00","recordedDate":"2001-12-24T17:59:58-08:00"} +{"resourceType":"Condition","id":"39ec30ae-e07d-e8a5-bba8-921e3bb16fdd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160968000","display":"Risk activity involvement (finding)"}],"text":"Risk activity involvement (finding)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/35725d7e-d420-97b9-7441-885b0e481029"},"onsetDateTime":"2011-10-10T20:23:49-07:00","abatementDateTime":"2014-10-27T20:32:57-07:00","recordedDate":"2011-10-10T20:23:49-07:00"} +{"resourceType":"Condition","id":"5caf2834-a370-b6d5-7d6c-b965218bb2a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"162864005","display":"Body mass index 30+ - obesity (finding)"}],"text":"Body mass index 30+ - obesity (finding)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"onsetDateTime":"2014-10-27T18:59:58-07:00","recordedDate":"2014-10-27T18:59:58-07:00"} +{"resourceType":"Condition","id":"beea547f-e4e9-bba6-33ca-6048a50ed2e0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"1121000119107","display":"Chronic neck pain (finding)"}],"text":"Chronic neck pain (finding)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/32cb9192-7451-33e3-786d-10659e5d5d84"},"onsetDateTime":"2015-10-14T18:59:58-07:00","recordedDate":"2015-10-14T18:59:58-07:00"} +{"resourceType":"Condition","id":"491644e8-b11b-34c4-fde9-36c3688688ad","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"5251000175109","display":"Received certificate of high school equivalency (finding)"}],"text":"Received certificate of high school equivalency (finding)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"onsetDateTime":"2015-11-02T18:44:43-08:00","recordedDate":"2015-11-02T18:44:43-08:00"} +{"resourceType":"Condition","id":"cdc3d90d-eb73-158d-b9fa-b770ebdfe159","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73438004","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"onsetDateTime":"2015-11-02T18:44:43-08:00","recordedDate":"2015-11-02T18:44:43-08:00"} +{"resourceType":"Condition","id":"48fb907e-a497-2281-f2c0-bb25231a3a36","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"423315002","display":"Limited social contact (finding)"}],"text":"Limited social contact (finding)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"onsetDateTime":"2015-11-02T18:44:43-08:00","abatementDateTime":"2018-11-19T18:48:50-08:00","recordedDate":"2015-11-02T18:44:43-08:00"} +{"resourceType":"Condition","id":"25acde94-39ac-cc7c-716c-544d69736696","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"onsetDateTime":"2016-11-07T18:44:28-08:00","abatementDateTime":"2020-11-30T18:50:19-08:00","recordedDate":"2016-11-07T18:44:28-08:00"} +{"resourceType":"Condition","id":"b05d2f18-5446-5236-0ca9-2a151583ab6e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"706893006","display":"Victim of intimate partner abuse (finding)"}],"text":"Victim of intimate partner abuse (finding)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"onsetDateTime":"2016-11-07T18:44:28-08:00","abatementDateTime":"2017-11-13T18:34:30-08:00","recordedDate":"2016-11-07T18:44:28-08:00"} +{"resourceType":"Condition","id":"a54b761c-3fdd-e50d-aea7-7dde427e0b61","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"263102004","display":"Fracture subluxation of wrist"}],"text":"Fracture subluxation of wrist"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/88120520-1681-863f-0cfc-3a7bd85ca966"},"onsetDateTime":"2017-06-13T19:10:24-07:00","abatementDateTime":"2017-07-19T19:36:36-07:00","recordedDate":"2017-06-13T19:10:24-07:00"} +{"resourceType":"Condition","id":"ad8c3c1d-440c-77b4-7a07-5283b1f3ef6c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"10939881000119104","display":"Unhealthy alcohol drinking behavior (finding)"}],"text":"Unhealthy alcohol drinking behavior (finding)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"onsetDateTime":"2018-11-19T19:29:15-08:00","abatementDateTime":"2020-11-30T20:16:08-08:00","recordedDate":"2018-11-19T19:29:15-08:00"} +{"resourceType":"Condition","id":"1a10fbe4-4b66-6dc5-47fb-93f9a4362923","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"423315002","display":"Limited social contact (finding)"}],"text":"Limited social contact (finding)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"onsetDateTime":"2019-11-25T18:51:17-08:00","abatementDateTime":"2020-11-30T18:50:19-08:00","recordedDate":"2019-11-25T18:51:17-08:00"} +{"resourceType":"Condition","id":"63bd6164-e470-d9ba-b032-cafbaa398c2c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"446654005","display":"Refugee (person)"}],"text":"Refugee (person)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"onsetDateTime":"2019-11-25T18:51:17-08:00","recordedDate":"2019-11-25T18:51:17-08:00"} +{"resourceType":"Condition","id":"6f58ea75-ff45-8c59-15b5-8f7c0d2fb9ec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"10509002","display":"Acute bronchitis (disorder)"}],"text":"Acute bronchitis (disorder)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f06954e9-fd6b-044f-b373-e96c08838d1b"},"onsetDateTime":"2019-12-29T01:59:58-08:00","abatementDateTime":"2020-01-07T02:18:14-08:00","recordedDate":"2019-12-29T01:59:58-08:00"} +{"resourceType":"Condition","id":"19730f3c-2a64-cea2-e583-9eeab20805db","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"44465007","display":"Sprain of ankle"}],"text":"Sprain of ankle"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/34f1fed0-601e-1aed-0349-ca05b462f195"},"onsetDateTime":"2020-08-19T19:36:36-07:00","abatementDateTime":"2020-09-07T19:36:36-07:00","recordedDate":"2020-08-19T19:36:36-07:00"} +{"resourceType":"Condition","id":"0ed4cb58-8789-6059-354b-d8727caa50b0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"422650009","display":"Social isolation (finding)"}],"text":"Social isolation (finding)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"onsetDateTime":"2021-12-06T18:45:22-08:00","recordedDate":"2021-12-06T18:45:22-08:00"} +{"resourceType":"Condition","id":"9c69ab6f-9241-84c0-ad21-64737ae2facb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"onsetDateTime":"2021-12-06T18:45:22-08:00","recordedDate":"2021-12-06T18:45:22-08:00"} +{"resourceType":"Condition","id":"62738f51-463f-e448-dc1a-5f70ee358962","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}],"text":"Childhood asthma"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/2a352499-b9b3-193c-4276-94fdbf090c16"},"onsetDateTime":"2009-11-17T16:49:11-08:00","recordedDate":"2009-11-17T16:49:11-08:00"} +{"resourceType":"Condition","id":"047f9fd7-6270-9980-6b8a-069215069934","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"367498001","display":"Seasonal allergic rhinitis"}],"text":"Seasonal allergic rhinitis"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/2630f5cd-78a4-d020-be18-8924f57bff10"},"onsetDateTime":"2011-02-07T16:49:11-08:00","recordedDate":"2011-02-07T16:49:11-08:00"} +{"resourceType":"Condition","id":"19700576-b66d-f992-85b1-5df60eda8ebf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"70704007","display":"Sprain of wrist"}],"text":"Sprain of wrist"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f57c4a5d-a15d-7ef9-ff68-e1a0284f5df2"},"onsetDateTime":"2014-08-22T17:49:11-07:00","abatementDateTime":"2014-09-09T17:49:11-07:00","recordedDate":"2014-08-22T17:49:11-07:00"} +{"resourceType":"Condition","id":"2cd976d8-4091-7b58-1b3d-3f12b2799a64","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}],"text":"Viral sinusitis (disorder)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/6544d0b8-f949-92d1-19e1-b91f0e36bdf8"},"onsetDateTime":"2016-03-19T18:49:11-07:00","abatementDateTime":"2016-03-27T18:49:11-07:00","recordedDate":"2016-03-19T18:49:11-07:00"} +{"resourceType":"Condition","id":"88464a6e-e0b4-bd56-e38e-069cf9eca48c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"49727002","display":"Cough (finding)"}],"text":"Cough (finding)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"onsetDateTime":"2020-11-18T16:49:11-08:00","abatementDateTime":"2020-12-25T12:07:43-08:00","recordedDate":"2020-11-18T16:49:11-08:00"} +{"resourceType":"Condition","id":"f24c4ebd-f6c2-eb6e-ddeb-4f4c8db2aadb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"68962001","display":"Muscle pain (finding)"}],"text":"Muscle pain (finding)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"onsetDateTime":"2020-11-18T16:49:11-08:00","abatementDateTime":"2020-12-25T12:07:43-08:00","recordedDate":"2020-11-18T16:49:11-08:00"} +{"resourceType":"Condition","id":"d5625847-8b7c-37fe-c692-cb48a23e317a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"57676002","display":"Joint pain (finding)"}],"text":"Joint pain (finding)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"onsetDateTime":"2020-11-18T16:49:11-08:00","abatementDateTime":"2020-12-25T12:07:43-08:00","recordedDate":"2020-11-18T16:49:11-08:00"} +{"resourceType":"Condition","id":"cc1ee8bb-6c3b-667c-cfd3-eea58f698baf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"36955009","display":"Loss of taste (finding)"}],"text":"Loss of taste (finding)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"onsetDateTime":"2020-11-18T16:49:11-08:00","abatementDateTime":"2020-12-25T12:07:43-08:00","recordedDate":"2020-11-18T16:49:11-08:00"} +{"resourceType":"Condition","id":"7d90d2e3-f0c6-d82e-613a-abc4d9b4d4d9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"840544004","display":"Suspected COVID-19"}],"text":"Suspected COVID-19"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"onsetDateTime":"2020-11-18T16:49:11-08:00","abatementDateTime":"2020-11-18T18:07:43-08:00","recordedDate":"2020-11-18T16:49:11-08:00"} +{"resourceType":"Condition","id":"42fde562-50cc-f2cb-18ee-7f2febce71b3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"840539006","display":"COVID-19"}],"text":"COVID-19"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"onsetDateTime":"2020-11-18T18:07:43-08:00","abatementDateTime":"2020-12-25T12:07:43-08:00","recordedDate":"2020-11-18T18:07:43-08:00"} +{"resourceType":"Condition","id":"29f9b1c7-8aa6-3cd3-b401-12f537805dc9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}],"text":"Childhood asthma"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4c8f258a-0dbe-91aa-6ffb-977bf149d815"},"onsetDateTime":"2001-04-06T18:19:46-07:00","abatementDateTime":"2017-01-15T16:19:46-08:00","recordedDate":"2001-04-06T18:19:46-07:00"} +{"resourceType":"Condition","id":"e89ae112-bedf-1a31-7cf7-006517d69511","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160968000","display":"Risk activity involvement (finding)"}],"text":"Risk activity involvement (finding)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7dbaa288-c642-fcaa-1895-5c3191584cc3"},"onsetDateTime":"2009-08-15T19:48:19-07:00","abatementDateTime":"2012-09-01T19:56:05-07:00","recordedDate":"2009-08-15T19:48:19-07:00"} +{"resourceType":"Condition","id":"553b366a-a3ce-43af-9dac-3308a4d1c0c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"72892002","display":"Normal pregnancy"}],"text":"Normal pregnancy"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7a27d3cd-ad06-58d7-529c-63a1a8ca382f"},"onsetDateTime":"2013-10-12T18:19:46-07:00","abatementDateTime":"2013-10-19T18:19:46-07:00","recordedDate":"2013-10-12T18:19:46-07:00"} +{"resourceType":"Condition","id":"1ca2013e-61c2-ffe2-ae34-a191fd76fd5e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"19169002","display":"Miscarriage in first trimester"}],"text":"Miscarriage in first trimester"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7a27d3cd-ad06-58d7-529c-63a1a8ca382f"},"onsetDateTime":"2013-10-12T18:19:46-07:00","recordedDate":"2013-10-12T18:19:46-07:00"} +{"resourceType":"Condition","id":"b0e4d735-3dc0-85ee-f9f1-415a0e35611c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"156073000","display":"Fetus with unknown complication"}],"text":"Fetus with unknown complication"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7a27d3cd-ad06-58d7-529c-63a1a8ca382f"},"onsetDateTime":"2013-10-12T18:19:46-07:00","abatementDateTime":"2013-10-19T18:19:46-07:00","recordedDate":"2013-10-12T18:19:46-07:00"} +{"resourceType":"Condition","id":"8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"72892002","display":"Normal pregnancy"}],"text":"Normal pregnancy"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"onsetDateTime":"2014-08-02T18:19:46-07:00","abatementDateTime":"2014-10-06T18:19:46-07:00","recordedDate":"2014-08-02T18:19:46-07:00"} +{"resourceType":"Condition","id":"f79207cc-cc51-4e7f-adc8-f80e68ee45a1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}],"text":"Acute viral pharyngitis (disorder)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/c8348a42-1e32-73cf-ba51-ef347b5c962e"},"onsetDateTime":"2014-12-19T18:19:46-08:00","abatementDateTime":"2014-12-31T14:19:46-08:00","recordedDate":"2014-12-19T18:19:46-08:00"} +{"resourceType":"Condition","id":"32cf5b3c-135b-70de-266d-a4f2bc3aa391","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"278860009","display":"Chronic low back pain (finding)"}],"text":"Chronic low back pain (finding)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/6f7114d7-25cb-e0d6-91cb-4691f0232908"},"onsetDateTime":"2015-08-31T18:19:46-07:00","recordedDate":"2015-08-31T18:19:46-07:00"} +{"resourceType":"Condition","id":"81d8e031-37d3-5334-fb7b-405165184c15","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"59621000","display":"Hypertension"}],"text":"Hypertension"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f23d2a0c-8396-fbd2-e1e3-bce192598c8a"},"onsetDateTime":"2015-09-19T18:19:46-07:00","recordedDate":"2015-09-19T18:19:46-07:00"} +{"resourceType":"Condition","id":"f1799c8e-0df9-6858-e4e5-07bb05f6aeb6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"224299000","display":"Received higher education (finding)"}],"text":"Received higher education (finding)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"onsetDateTime":"2015-09-19T19:05:37-07:00","recordedDate":"2015-09-19T19:05:37-07:00"} +{"resourceType":"Condition","id":"5af63deb-6e18-aee6-d76c-d9d7456b454f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73438004","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"onsetDateTime":"2015-09-19T19:05:37-07:00","recordedDate":"2015-09-19T19:05:37-07:00"} +{"resourceType":"Condition","id":"e62db1f5-e623-3dda-09e4-13991e205d47","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"424393004","display":"Reports of violence in the environment (finding)"}],"text":"Reports of violence in the environment (finding)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"onsetDateTime":"2015-09-19T19:05:37-07:00","abatementDateTime":"2016-09-24T19:06:06-07:00","recordedDate":"2015-09-19T19:05:37-07:00"} +{"resourceType":"Condition","id":"2c6d5c76-b7de-53fe-f55e-01951cddb554","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}],"text":"Viral sinusitis (disorder)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/41f2d2a1-48ec-5cc3-380f-3b54c83c1d42"},"onsetDateTime":"2015-11-20T07:19:46-08:00","abatementDateTime":"2015-12-09T07:19:46-08:00","recordedDate":"2015-11-20T07:19:46-08:00"} +{"resourceType":"Condition","id":"fc743286-0e85-1fbb-0932-cec74c548061","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"onsetDateTime":"2016-09-24T19:06:06-07:00","abatementDateTime":"2019-10-12T19:10:01-07:00","recordedDate":"2016-09-24T19:06:06-07:00"} +{"resourceType":"Condition","id":"b1baf41d-8927-3538-edac-6a224ed59361","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"424393004","display":"Reports of violence in the environment (finding)"}],"text":"Reports of violence in the environment (finding)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"onsetDateTime":"2019-10-12T19:10:01-07:00","abatementDateTime":"2020-10-17T18:50:41-07:00","recordedDate":"2019-10-12T19:10:01-07:00"} +{"resourceType":"Condition","id":"6d87689c-4348-7480-9388-74bc1c445084","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"706893006","display":"Victim of intimate partner abuse (finding)"}],"text":"Victim of intimate partner abuse (finding)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"onsetDateTime":"2019-10-12T19:37:38-07:00","abatementDateTime":"2021-10-23T19:11:34-07:00","recordedDate":"2019-10-12T19:37:38-07:00"} +{"resourceType":"Condition","id":"c5ebb544-906d-cd9c-8437-15ffb223c978","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"onsetDateTime":"2020-10-17T18:50:41-07:00","abatementDateTime":"2022-01-01T18:06:11-08:00","recordedDate":"2020-10-17T18:50:41-07:00"} +{"resourceType":"Condition","id":"2160c22b-05ba-ea4a-cbd1-badb42bd914d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"36971009","display":"Sinusitis (disorder)"}],"text":"Sinusitis (disorder)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"onsetDateTime":"2021-10-18T07:19:46-07:00","abatementDateTime":"2022-01-22T06:19:46-08:00","recordedDate":"2021-10-18T07:19:46-07:00"} +{"resourceType":"Condition","id":"0860a732-3a95-d3c2-ccb0-93f8305bbc7b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"40055000","display":"Chronic sinusitis (disorder)"}],"text":"Chronic sinusitis (disorder)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/a4ec382e-9f48-009b-098c-f0862087cc3d"},"onsetDateTime":"2021-11-06T07:19:46-07:00","recordedDate":"2021-11-06T07:19:46-07:00"} +{"resourceType":"Condition","id":"e8c4086c-e8f5-150b-32e4-bd78bc34e852","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"307731004","display":"Injury of tendon of the rotator cuff of shoulder"}],"text":"Injury of tendon of the rotator cuff of shoulder"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/3b7104e7-1bc1-89c1-e758-b79c5517e816"},"onsetDateTime":"2022-03-29T18:19:46-07:00","recordedDate":"2022-03-29T18:19:46-07:00"} +{"resourceType":"Condition","id":"a97f8399-9a11-761f-c9ef-376a3c328bec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"59621000","display":"Hypertension"}],"text":"Hypertension"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/2ac40312-3cb0-9e2f-de08-1cc3623e6f81"},"onsetDateTime":"1940-11-24T10:15:12-08:00","recordedDate":"1940-11-24T10:15:12-08:00"} +{"resourceType":"Condition","id":"12bdcdd4-0994-7e47-e0f7-d8d235798fb6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160904001","display":"Part-time employment (finding)"}],"text":"Part-time employment (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/2ac40312-3cb0-9e2f-de08-1cc3623e6f81"},"onsetDateTime":"1940-11-24T10:53:04-08:00","abatementDateTime":"1941-11-30T10:59:59-08:00","recordedDate":"1940-11-24T10:53:04-08:00"} +{"resourceType":"Condition","id":"495b74a7-69b1-e3cd-bc3c-c69527d906b0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"266934004","display":"Transport problems (finding)"}],"text":"Transport problems (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/2ac40312-3cb0-9e2f-de08-1cc3623e6f81"},"onsetDateTime":"1940-11-24T10:53:04-08:00","recordedDate":"1940-11-24T10:53:04-08:00"} +{"resourceType":"Condition","id":"e790f588-205c-98e1-14ec-100a7fb1c336","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"224299000","display":"Received higher education (finding)"}],"text":"Received higher education (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/997ec2f6-0cf4-1ff7-1ce8-64a81660427a"},"onsetDateTime":"1941-11-30T10:59:59-08:00","recordedDate":"1941-11-30T10:59:59-08:00"} +{"resourceType":"Condition","id":"f276934a-dc2f-801c-78ed-6bef5c6a0908","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"422650009","display":"Social isolation (finding)"}],"text":"Social isolation (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/1ad7a943-296f-f295-45bf-2f7b3919290a"},"onsetDateTime":"1942-12-06T11:45:44-07:00","abatementDateTime":"1944-12-17T11:47:41-07:00","recordedDate":"1942-12-06T11:45:44-07:00"} +{"resourceType":"Condition","id":"a0a04a1a-16f7-1b11-b6cd-8b9b8c4342fc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"713458007","display":"Lack of access to transportation (finding)"}],"text":"Lack of access to transportation (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/c3dceff5-0b93-02f6-96a3-66c527b2103e"},"onsetDateTime":"1943-12-12T11:48:52-07:00","recordedDate":"1943-12-12T11:48:52-07:00"} +{"resourceType":"Condition","id":"6050eb7d-e4c6-d0a7-d723-afd6c437b639","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"162864005","display":"Body mass index 30+ - obesity (finding)"}],"text":"Body mass index 30+ - obesity (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0e12e010-8dad-9985-14b1-4ecbd6ecbabf"},"onsetDateTime":"1944-12-17T11:15:12-07:00","recordedDate":"1944-12-17T11:15:12-07:00"} +{"resourceType":"Condition","id":"93a1559d-d154-d10b-7b43-c4e58bcec56f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160904001","display":"Part-time employment (finding)"}],"text":"Part-time employment (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0e12e010-8dad-9985-14b1-4ecbd6ecbabf"},"onsetDateTime":"1944-12-17T11:47:41-07:00","abatementDateTime":"1945-12-23T11:14:13-08:00","recordedDate":"1944-12-17T11:47:41-07:00"} +{"resourceType":"Condition","id":"341167c8-6609-643b-13e8-115b350b6376","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160904001","display":"Part-time employment (finding)"}],"text":"Part-time employment (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/14fbfb3f-f2ec-8e4a-d1cf-a9e3fc0e93ad"},"onsetDateTime":"1951-01-21T10:54:24-08:00","abatementDateTime":"1951-12-23T10:48:10-08:00","recordedDate":"1951-01-21T10:54:24-08:00"} +{"resourceType":"Condition","id":"972bd56f-1bbd-2b68-e7ac-ffe25b606fde","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"422650009","display":"Social isolation (finding)"}],"text":"Social isolation (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/14fbfb3f-f2ec-8e4a-d1cf-a9e3fc0e93ad"},"onsetDateTime":"1951-01-21T10:54:24-08:00","abatementDateTime":"1955-02-13T11:06:38-08:00","recordedDate":"1951-01-21T10:54:24-08:00"} +{"resourceType":"Condition","id":"dbc86f04-919b-26e0-5c2a-6eb57d038595","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"422650009","display":"Social isolation (finding)"}],"text":"Social isolation (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/38d339f9-8b64-013e-1fd7-848e1ee573c8"},"onsetDateTime":"1956-02-19T11:00:39-08:00","abatementDateTime":"1959-03-08T10:52:39-08:00","recordedDate":"1956-02-19T11:00:39-08:00"} +{"resourceType":"Condition","id":"cf1600b9-7df1-abd4-c684-9d7a5b126e62","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160904001","display":"Part-time employment (finding)"}],"text":"Part-time employment (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/acc8879a-799c-c346-398e-fe7966d43e26"},"onsetDateTime":"1964-04-05T10:56:04-08:00","abatementDateTime":"1965-04-11T10:53:53-08:00","recordedDate":"1964-04-05T10:56:04-08:00"} +{"resourceType":"Condition","id":"4081e321-9873-fa1b-e819-206a1de3101f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"40055000","display":"Chronic sinusitis (disorder)"}],"text":"Chronic sinusitis (disorder)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/562fccac-1220-ee96-87e2-8de29c39114c"},"onsetDateTime":"1965-11-01T06:15:12-08:00","recordedDate":"1965-11-01T06:15:12-08:00"} +{"resourceType":"Condition","id":"49e03966-9a4a-f6ee-e008-d7d9e41b4317","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160904001","display":"Part-time employment (finding)"}],"text":"Part-time employment (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d2f9ba1a-565f-5d56-093c-f1eca1d9dc87"},"onsetDateTime":"1966-04-24T11:52:44-07:00","abatementDateTime":"1967-04-30T11:56:08-07:00","recordedDate":"1966-04-24T11:52:44-07:00"} +{"resourceType":"Condition","id":"c0d8d0e1-5cf0-3c0c-a195-b66995ad4c11","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160904001","display":"Part-time employment (finding)"}],"text":"Part-time employment (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a646c48f-674f-d8dc-039c-03cd0d2a1fe1"},"onsetDateTime":"1971-05-23T11:51:50-07:00","abatementDateTime":"1972-05-28T11:47:45-07:00","recordedDate":"1971-05-23T11:51:50-07:00"} +{"resourceType":"Condition","id":"ce014579-ab2c-3c15-d171-dff53d308d8a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"201834006","display":"Localized, primary osteoarthritis of the hand"}],"text":"Localized, primary osteoarthritis of the hand"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d913b26d-830e-77b9-6c04-b0cfdac6d042"},"onsetDateTime":"1977-12-23T10:15:12-08:00","recordedDate":"1977-12-23T10:15:12-08:00"} +{"resourceType":"Condition","id":"d01217f1-1e09-9c97-5e80-3d305887c766","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/90876994-5787-99b8-a723-6676d41e091e"},"onsetDateTime":"1980-07-13T12:04:44-07:00","abatementDateTime":"1981-07-19T11:45:49-07:00","recordedDate":"1980-07-13T12:04:44-07:00"} +{"resourceType":"Condition","id":"4cba8765-2c0f-2411-22b9-800a489f742f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"423315002","display":"Limited social contact (finding)"}],"text":"Limited social contact (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/90876994-5787-99b8-a723-6676d41e091e"},"onsetDateTime":"1980-07-13T12:04:44-07:00","abatementDateTime":"1982-07-25T12:07:44-07:00","recordedDate":"1980-07-13T12:04:44-07:00"} +{"resourceType":"Condition","id":"47aace0a-6812-958c-bd75-7d93bb776ad7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}],"text":"Acute viral pharyngitis (disorder)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/51378eeb-f878-6011-e87f-a21b0a1699ca"},"onsetDateTime":"1980-12-22T06:15:12-08:00","abatementDateTime":"1980-12-29T07:15:12-08:00","recordedDate":"1980-12-22T06:15:12-08:00"} +{"resourceType":"Condition","id":"0bfa2f08-6396-8e36-3d66-356aade0d329","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"onsetDateTime":"1981-07-19T11:45:49-07:00","abatementDateTime":"1982-07-25T12:07:44-07:00","recordedDate":"1981-07-19T11:45:49-07:00"} +{"resourceType":"Condition","id":"4403045a-48c7-1006-c865-71b189440b56","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"onsetDateTime":"1981-07-19T11:45:49-07:00","abatementDateTime":"1988-08-28T12:13:02-07:00","recordedDate":"1981-07-19T11:45:49-07:00"} +{"resourceType":"Condition","id":"cceccf2b-96a6-b6bd-5f75-16d5b4a4127f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160904001","display":"Part-time employment (finding)"}],"text":"Part-time employment (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"},"onsetDateTime":"1982-07-25T12:07:44-07:00","abatementDateTime":"1983-07-31T11:53:19-07:00","recordedDate":"1982-07-25T12:07:44-07:00"} +{"resourceType":"Condition","id":"e892b167-5dae-cfe3-6e36-9262d12800e9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"64859006","display":"Osteoporosis (disorder)"}],"text":"Osteoporosis (disorder)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"onsetDateTime":"1983-07-31T11:15:12-07:00","recordedDate":"1983-07-31T11:15:12-07:00"} +{"resourceType":"Condition","id":"47cb8462-a7f7-0010-343e-27bbfef8e827","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"onsetDateTime":"1983-07-31T11:53:19-07:00","abatementDateTime":"1984-08-05T11:53:19-07:00","recordedDate":"1983-07-31T11:53:19-07:00"} +{"resourceType":"Condition","id":"f609f298-539b-7481-9b37-ed5bd5f2ec69","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"422650009","display":"Social isolation (finding)"}],"text":"Social isolation (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"onsetDateTime":"1983-07-31T11:53:19-07:00","recordedDate":"1983-07-31T11:53:19-07:00"} +{"resourceType":"Condition","id":"d97ffa03-748b-fb2a-3416-688dcf7a4856","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"741062008","display":"Not in labor force (finding)"}],"text":"Not in labor force (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"onsetDateTime":"1984-08-05T11:53:19-07:00","abatementDateTime":"1985-08-11T11:57:13-07:00","recordedDate":"1984-08-05T11:53:19-07:00"} +{"resourceType":"Condition","id":"a69ef531-1b34-80b9-33cf-cb870751e660","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"423315002","display":"Limited social contact (finding)"}],"text":"Limited social contact (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"onsetDateTime":"1984-08-05T11:53:19-07:00","abatementDateTime":"1985-08-11T11:57:13-07:00","recordedDate":"1984-08-05T11:53:19-07:00"} +{"resourceType":"Condition","id":"b66bdb99-a751-7bfe-6e65-a0106382e776","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160904001","display":"Part-time employment (finding)"}],"text":"Part-time employment (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"onsetDateTime":"1985-08-11T11:57:13-07:00","abatementDateTime":"1986-08-17T12:08:11-07:00","recordedDate":"1985-08-11T11:57:13-07:00"} +{"resourceType":"Condition","id":"bbb13cc0-e386-5b55-2a80-7345c680f3a7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"706893006","display":"Victim of intimate partner abuse (finding)"}],"text":"Victim of intimate partner abuse (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"onsetDateTime":"1985-08-11T11:57:13-07:00","abatementDateTime":"1986-08-17T12:08:11-07:00","recordedDate":"1985-08-11T11:57:13-07:00"} +{"resourceType":"Condition","id":"b6f5f80d-050f-8eb8-9cc5-bff3c2c6526a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"onsetDateTime":"1986-08-17T12:08:11-07:00","abatementDateTime":"1987-08-23T12:11:03-07:00","recordedDate":"1986-08-17T12:08:11-07:00"} +{"resourceType":"Condition","id":"1ea3e2c1-4413-8ec0-362c-b1f82b501d90","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"423315002","display":"Limited social contact (finding)"}],"text":"Limited social contact (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"onsetDateTime":"1986-08-17T12:08:11-07:00","abatementDateTime":"1990-09-09T11:53:51-07:00","recordedDate":"1986-08-17T12:08:11-07:00"} +{"resourceType":"Condition","id":"f2d3379d-b495-d1e4-6238-cc0f8fde6fc5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"onsetDateTime":"1987-08-23T12:11:03-07:00","abatementDateTime":"1988-08-28T12:13:02-07:00","recordedDate":"1987-08-23T12:11:03-07:00"} +{"resourceType":"Condition","id":"fa27261f-2dbb-772a-7b53-efbfb61ef453","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"741062008","display":"Not in labor force (finding)"}],"text":"Not in labor force (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"onsetDateTime":"1988-08-28T12:13:02-07:00","abatementDateTime":"1989-09-03T11:52:04-07:00","recordedDate":"1988-08-28T12:13:02-07:00"} +{"resourceType":"Condition","id":"5304fc9b-a7e2-4322-8201-65a5c3e73f34","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"onsetDateTime":"1989-09-03T11:52:04-07:00","abatementDateTime":"1990-09-09T11:53:51-07:00","recordedDate":"1989-09-03T11:52:04-07:00"} +{"resourceType":"Condition","id":"06adbdbc-75d9-65c8-a0d8-5ca794195e1e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"onsetDateTime":"1989-09-03T11:52:04-07:00","abatementDateTime":"1990-09-09T11:53:51-07:00","recordedDate":"1989-09-03T11:52:04-07:00"} +{"resourceType":"Condition","id":"aa5174da-4832-133b-18c1-fca4ab86dcf6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160904001","display":"Part-time employment (finding)"}],"text":"Part-time employment (finding)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"onsetDateTime":"1990-09-09T11:53:51-07:00","recordedDate":"1990-09-09T11:53:51-07:00"} +{"resourceType":"Condition","id":"5560952e-60d0-9536-7a07-44a4f778a8a2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"80583007","display":"Severe anxiety (panic) (finding"}],"text":"Severe anxiety (panic) (finding"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"onsetDateTime":"1990-09-09T12:15:04-07:00","recordedDate":"1990-09-09T12:15:04-07:00"} +{"resourceType":"Condition","id":"f8e52d6d-ccd1-fd99-d9cb-627a0d4b08fe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"230690007","display":"Stroke"}],"text":"Stroke"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/1f98c604-280f-9599-665f-e61b0e76473b"},"onsetDateTime":"1990-11-18T10:15:12-08:00","recordedDate":"1990-11-18T10:15:12-08:00"} +{"resourceType":"Condition","id":"0e311fe7-51f9-5eb9-7ef9-6c9909dbebb8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160968000","display":"Risk activity involvement (finding)"}],"text":"Risk activity involvement (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cb020cf7-3254-fae7-8c41-7ff9c5c18b7b"},"onsetDateTime":"1987-08-09T04:12:34-07:00","recordedDate":"1987-08-09T04:12:34-07:00"} +{"resourceType":"Condition","id":"f5c30632-648e-ed97-815f-f72186995aac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"59621000","display":"Hypertension"}],"text":"Hypertension"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/12fed13d-66ad-121a-e630-195c1fcbaa7d"},"onsetDateTime":"1988-08-14T03:01:44-07:00","recordedDate":"1988-08-14T03:01:44-07:00"} +{"resourceType":"Condition","id":"05d4c1de-b8b6-4b70-ed34-828da466c628","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"5251000175109","display":"Received certificate of high school equivalency (finding)"}],"text":"Received certificate of high school equivalency (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cc8fec16-687a-260b-85c3-b7eb8744baa7"},"onsetDateTime":"1988-08-14T03:39:16-07:00","recordedDate":"1988-08-14T03:39:16-07:00"} +{"resourceType":"Condition","id":"7693df10-ead4-c343-f257-669f46f339a5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"423315002","display":"Limited social contact (finding)"}],"text":"Limited social contact (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cc8fec16-687a-260b-85c3-b7eb8744baa7"},"onsetDateTime":"1988-08-14T03:39:16-07:00","abatementDateTime":"1990-08-26T03:47:04-07:00","recordedDate":"1988-08-14T03:39:16-07:00"} +{"resourceType":"Condition","id":"fd993830-1bc9-d3bb-6eb4-5d93826698c1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"706893006","display":"Victim of intimate partner abuse (finding)"}],"text":"Victim of intimate partner abuse (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cc8fec16-687a-260b-85c3-b7eb8744baa7"},"onsetDateTime":"1988-08-14T03:39:16-07:00","abatementDateTime":"1989-08-20T03:39:25-07:00","recordedDate":"1988-08-14T03:39:16-07:00"} +{"resourceType":"Condition","id":"7b7e2e91-038c-9a89-cae8-40cbe9d08658","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"82423001","display":"Chronic pain"}],"text":"Chronic pain"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/df4f3de0-87f3-3116-4453-1741424c67c3"},"onsetDateTime":"1990-02-06T02:01:44-08:00","recordedDate":"1990-02-06T02:01:44-08:00"} +{"resourceType":"Condition","id":"4bcbe744-028d-7d2a-9304-fdae5ce8b3a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"446654005","display":"Refugee (person)"}],"text":"Refugee (person)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/1d597191-bc8d-4671-2a1f-5b33e7cdacde"},"onsetDateTime":"1991-09-01T03:33:01-07:00","recordedDate":"1991-09-01T03:33:01-07:00"} +{"resourceType":"Condition","id":"1861e94d-c9cf-ac07-d47a-4ce53d284ac0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"741062008","display":"Not in labor force (finding)"}],"text":"Not in labor force (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/4b5625de-2fb1-b357-932a-17ae90f66c78"},"onsetDateTime":"1993-09-12T03:56:33-07:00","abatementDateTime":"1994-09-18T03:41:25-07:00","recordedDate":"1993-09-12T03:56:33-07:00"} +{"resourceType":"Condition","id":"d1bf28b7-badb-eb46-6f5d-54d7c6e19476","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"423315002","display":"Limited social contact (finding)"}],"text":"Limited social contact (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/4b5625de-2fb1-b357-932a-17ae90f66c78"},"onsetDateTime":"1993-09-12T03:56:33-07:00","abatementDateTime":"1994-09-18T03:41:25-07:00","recordedDate":"1993-09-12T03:56:33-07:00"} +{"resourceType":"Condition","id":"99e142d5-8f6b-d0a7-dfa1-cb7289a0aa56","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"15777000","display":"Prediabetes"}],"text":"Prediabetes"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/c5adc388-0c86-e471-0857-5b5f371028ba"},"onsetDateTime":"1995-09-24T03:01:44-07:00","recordedDate":"1995-09-24T03:01:44-07:00"} +{"resourceType":"Condition","id":"6d10d56b-5887-d6d1-7058-2174797135ff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"271737000","display":"Anemia (disorder)"}],"text":"Anemia (disorder)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/c5adc388-0c86-e471-0857-5b5f371028ba"},"onsetDateTime":"1995-09-24T03:01:44-07:00","recordedDate":"1995-09-24T03:01:44-07:00"} +{"resourceType":"Condition","id":"42c6550b-5bd3-dd6a-8f3a-a2818ccbf15c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"423315002","display":"Limited social contact (finding)"}],"text":"Limited social contact (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e4bc1772-d1c0-921f-357d-5a6a36e9d644"},"onsetDateTime":"1995-09-24T03:55:12-07:00","abatementDateTime":"1997-10-05T03:59:28-07:00","recordedDate":"1995-09-24T03:55:12-07:00"} +{"resourceType":"Condition","id":"27d55807-7932-edf0-814e-fa9679e6b66b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"706893006","display":"Victim of intimate partner abuse (finding)"}],"text":"Victim of intimate partner abuse (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/a12ba6bf-50ba-9131-1ed1-29745ac907ec"},"onsetDateTime":"1997-10-05T03:59:28-07:00","abatementDateTime":"1998-10-11T03:50:59-07:00","recordedDate":"1997-10-05T03:59:28-07:00"} +{"resourceType":"Condition","id":"2b1cf4fb-f62f-4c98-91c7-a1dbf0a55a05","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"423315002","display":"Limited social contact (finding)"}],"text":"Limited social contact (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/a93cd41d-d3ad-f124-eaf1-d45e3126b78c"},"onsetDateTime":"2001-10-28T02:53:05-08:00","recordedDate":"2001-10-28T02:53:05-08:00"} +{"resourceType":"Condition","id":"13d4b9d7-5b24-3eba-3f07-c8079e345c0d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"741062008","display":"Not in labor force (finding)"}],"text":"Not in labor force (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0bdc676a-9a2b-143b-b518-2273c6155f6b"},"onsetDateTime":"2009-12-13T02:58:36-08:00","abatementDateTime":"2010-12-19T02:43:39-08:00","recordedDate":"2009-12-13T02:58:36-08:00"} +{"resourceType":"Condition","id":"079ed129-feee-9a4a-b5bf-74128faf0cd5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/8907bcc8-999d-4530-7712-5f7e9dd1d484"},"onsetDateTime":"2011-12-25T02:33:24-08:00","abatementDateTime":"2012-12-30T02:51:14-08:00","recordedDate":"2011-12-25T02:33:24-08:00"} +{"resourceType":"Condition","id":"358e9e9a-ee8f-5f86-de0e-441e5731608c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"422650009","display":"Social isolation (finding)"}],"text":"Social isolation (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/8907bcc8-999d-4530-7712-5f7e9dd1d484"},"onsetDateTime":"2011-12-25T02:33:24-08:00","abatementDateTime":"2022-02-20T02:43:25-08:00","recordedDate":"2011-12-25T02:33:24-08:00"} +{"resourceType":"Condition","id":"27384015-6828-6c55-b6a1-4013743b0771","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"239873007","display":"Osteoarthritis of knee"}],"text":"Osteoarthritis of knee"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/81313396-3880-5c56-897b-45951c72a28e"},"onsetDateTime":"2012-06-04T03:01:44-07:00","recordedDate":"2012-06-04T03:01:44-07:00"} +{"resourceType":"Condition","id":"d987b5c7-f146-4682-5174-b68c9b747e62","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"44465007","display":"Sprain of ankle"}],"text":"Sprain of ankle"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/937d2a66-bf2b-6d87-8dfc-7b1152cb81fa"},"onsetDateTime":"2012-11-10T02:01:44-08:00","abatementDateTime":"2012-11-24T02:01:44-08:00","recordedDate":"2012-11-10T02:01:44-08:00"} +{"resourceType":"Condition","id":"8a2891ba-d8d9-fd00-3a7b-e5a914b2a177","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"741062008","display":"Not in labor force (finding)"}],"text":"Not in labor force (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"onsetDateTime":"2012-12-30T02:51:14-08:00","abatementDateTime":"2014-01-05T02:43:30-08:00","recordedDate":"2012-12-30T02:51:14-08:00"} +{"resourceType":"Condition","id":"2a6ecbbc-bc1b-68f0-f776-fde7e74f31dd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"onsetDateTime":"2012-12-30T02:51:14-08:00","abatementDateTime":"2017-01-22T02:49:37-08:00","recordedDate":"2012-12-30T02:51:14-08:00"} +{"resourceType":"Condition","id":"b2845ab8-e7ad-665b-7d11-68d05ccbd3a4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"741062008","display":"Not in labor force (finding)"}],"text":"Not in labor force (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"onsetDateTime":"2014-01-05T02:43:30-08:00","abatementDateTime":"2015-01-11T02:56:29-08:00","recordedDate":"2014-01-05T02:43:30-08:00"} +{"resourceType":"Condition","id":"4e91e832-d675-bd54-7ea9-fb0f25af7d02","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"706893006","display":"Victim of intimate partner abuse (finding)"}],"text":"Victim of intimate partner abuse (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"onsetDateTime":"2014-01-05T02:43:30-08:00","abatementDateTime":"2015-01-11T02:56:29-08:00","recordedDate":"2014-01-05T02:43:30-08:00"} +{"resourceType":"Condition","id":"22f69636-d851-7e13-229b-ab55dff8dc6c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"onsetDateTime":"2015-01-11T02:56:29-08:00","abatementDateTime":"2016-01-17T02:49:50-08:00","recordedDate":"2015-01-11T02:56:29-08:00"} +{"resourceType":"Condition","id":"451700c0-22c8-9dfb-ed08-631477dd1b2a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"741062008","display":"Not in labor force (finding)"}],"text":"Not in labor force (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"onsetDateTime":"2016-01-17T02:49:50-08:00","abatementDateTime":"2017-01-22T02:49:37-08:00","recordedDate":"2016-01-17T02:49:50-08:00"} +{"resourceType":"Condition","id":"fac8e1eb-9af5-9103-fe9f-3e62b8412e58","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}],"text":"Viral sinusitis (disorder)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/31cafbef-34a3-ba73-4aa6-6f25ddf25d37"},"onsetDateTime":"2016-08-30T04:01:44-07:00","abatementDateTime":"2016-09-21T04:01:44-07:00","recordedDate":"2016-08-30T04:01:44-07:00"} +{"resourceType":"Condition","id":"e8faa29c-f7e7-61a4-6f30-eef5efc81b1a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"741062008","display":"Not in labor force (finding)"}],"text":"Not in labor force (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"onsetDateTime":"2017-01-22T02:49:37-08:00","abatementDateTime":"2018-01-28T02:40:08-08:00","recordedDate":"2017-01-22T02:49:37-08:00"} +{"resourceType":"Condition","id":"c9827ea1-1cec-0aed-0378-beb520a8a732","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"onsetDateTime":"2018-01-28T02:40:08-08:00","abatementDateTime":"2019-02-03T02:31:55-08:00","recordedDate":"2018-01-28T02:40:08-08:00"} +{"resourceType":"Condition","id":"85b2a3c4-ec5d-1806-a3c1-75eb5c754faf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"onsetDateTime":"2018-01-28T02:40:08-08:00","abatementDateTime":"2019-02-03T02:31:55-08:00","recordedDate":"2018-01-28T02:40:08-08:00"} +{"resourceType":"Condition","id":"f77ee99d-c66c-ddb4-d6f8-5e690908dcbe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"706893006","display":"Victim of intimate partner abuse (finding)"}],"text":"Victim of intimate partner abuse (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"onsetDateTime":"2018-01-28T03:13:40-08:00","recordedDate":"2018-01-28T03:13:40-08:00"} +{"resourceType":"Condition","id":"56b7d871-03b8-7e45-7f2f-7d9f0cce59ac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"onsetDateTime":"2019-02-03T02:31:55-08:00","abatementDateTime":"2020-02-09T02:59:26-08:00","recordedDate":"2019-02-03T02:31:55-08:00"} +{"resourceType":"Condition","id":"2decf78d-1c8c-0775-36d9-82c29d704fdc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}],"text":"Acute viral pharyngitis (disorder)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/71f22be9-6e56-e07d-6c70-5a1d0844498b"},"onsetDateTime":"2019-06-20T09:01:44-07:00","abatementDateTime":"2019-07-01T17:01:44-07:00","recordedDate":"2019-06-20T09:01:44-07:00"} +{"resourceType":"Condition","id":"5fa38abd-d436-b63e-f558-8eb89e36d3ec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"onsetDateTime":"2020-02-09T02:59:26-08:00","abatementDateTime":"2021-02-14T02:43:04-08:00","recordedDate":"2020-02-09T02:59:26-08:00"} +{"resourceType":"Condition","id":"83a2fd90-8e5f-c0d5-c9f5-e2a7b0282755","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"onsetDateTime":"2020-02-09T02:59:26-08:00","abatementDateTime":"2021-02-14T02:43:04-08:00","recordedDate":"2020-02-09T02:59:26-08:00"} +{"resourceType":"Condition","id":"41436ef4-e013-d524-0c5c-32e5df9779c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"onsetDateTime":"2021-02-14T02:43:04-08:00","abatementDateTime":"2022-02-20T02:43:25-08:00","recordedDate":"2021-02-14T02:43:04-08:00"} +{"resourceType":"Condition","id":"fcc663ea-52c5-bb9c-de75-fb47d3980d58","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}],"text":"Viral sinusitis (disorder)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/28cebdda-15bd-eff8-0376-f00fd31f3ea2"},"onsetDateTime":"2021-12-29T09:01:44-08:00","abatementDateTime":"2022-01-09T09:01:44-08:00","recordedDate":"2021-12-29T09:01:44-08:00"} +{"resourceType":"Condition","id":"d53e1fe6-2a36-1126-b59f-2a376ac813ca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"741062008","display":"Not in labor force (finding)"}],"text":"Not in labor force (finding)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"onsetDateTime":"2022-02-20T02:43:25-08:00","recordedDate":"2022-02-20T02:43:25-08:00"} +{"resourceType":"Condition","id":"8a5d6463-db8d-387b-52c5-1e750f84ada8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"446096008","display":"Perennial allergic rhinitis"}],"text":"Perennial allergic rhinitis"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9ad7d99a-a090-8c2c-edfa-e3932245525d"},"onsetDateTime":"2006-01-15T16:06:21-08:00","abatementDateTime":"2022-05-11T17:06:21-07:00","recordedDate":"2006-01-15T16:06:21-08:00"} +{"resourceType":"Condition","id":"3bae2ac6-94b4-2dec-6d0f-c70257b3c404","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"162864005","display":"Body mass index 30+ - obesity (finding)"}],"text":"Body mass index 30+ - obesity (finding)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"onsetDateTime":"2015-05-27T17:06:21-07:00","recordedDate":"2015-05-27T17:06:21-07:00"} +{"resourceType":"Condition","id":"265b12d3-1480-1da4-a711-69f2356abcf5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160968000","display":"Risk activity involvement (finding)"}],"text":"Risk activity involvement (finding)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"onsetDateTime":"2015-05-27T18:38:47-07:00","abatementDateTime":"2017-06-07T18:20:25-07:00","recordedDate":"2015-05-27T18:38:47-07:00"} +{"resourceType":"Condition","id":"8dff7af3-382e-bc92-cd62-30ff11a7f059","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}],"text":"Acute viral pharyngitis (disorder)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/4917262a-3d2a-4e88-5a1c-aa0bc5c8dd38"},"onsetDateTime":"2019-12-10T20:06:21-08:00","abatementDateTime":"2019-12-22T07:06:21-08:00","recordedDate":"2019-12-10T20:06:21-08:00"} +{"resourceType":"Condition","id":"eff561e2-893c-87db-b61e-db7806ea1922","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"5251000175109","display":"Received certificate of high school equivalency (finding)"}],"text":"Received certificate of high school equivalency (finding)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"onsetDateTime":"2021-06-30T17:45:16-07:00","recordedDate":"2021-06-30T17:45:16-07:00"} +{"resourceType":"Condition","id":"4452ae3a-ce92-4e4f-67d0-fac55758aa1f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"741062008","display":"Not in labor force (finding)"}],"text":"Not in labor force (finding)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"onsetDateTime":"2021-06-30T17:45:16-07:00","recordedDate":"2021-06-30T17:45:16-07:00"} +{"resourceType":"Condition","id":"543eb5d9-d491-3018-1cf5-201cb215e418","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"706893006","display":"Victim of intimate partner abuse (finding)"}],"text":"Victim of intimate partner abuse (finding)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"onsetDateTime":"2021-06-30T17:45:16-07:00","recordedDate":"2021-06-30T17:45:16-07:00"} +{"resourceType":"Condition","id":"7ad80431-bcfe-f3f6-b4e4-76c1b43670b9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160968000","display":"Risk activity involvement (finding)"}],"text":"Risk activity involvement (finding)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/4fab0caa-a6e8-cd98-b552-a4cf78dca9ea"},"onsetDateTime":"2012-03-17T06:29:35-07:00","abatementDateTime":"2013-03-23T05:21:23-07:00","recordedDate":"2012-03-17T06:29:35-07:00"} +{"resourceType":"Condition","id":"b1bc8ae0-8589-061c-5973-714d387cfdb1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}],"text":"Acute viral pharyngitis (disorder)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e8f364c1-7a13-7b7e-9225-e702ee427cbe"},"onsetDateTime":"2013-10-13T17:56:45-07:00","abatementDateTime":"2013-10-26T12:56:45-07:00","recordedDate":"2013-10-13T17:56:45-07:00"} +{"resourceType":"Condition","id":"ff63790b-6942-1aa5-07fa-cbd1edfab456","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160968000","display":"Risk activity involvement (finding)"}],"text":"Risk activity involvement (finding)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"onsetDateTime":"2015-04-04T06:30:36-07:00","recordedDate":"2015-04-04T06:30:36-07:00"} +{"resourceType":"Condition","id":"0824d943-eeaf-e565-4557-37c46d41df01","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"44465007","display":"Sprain of ankle"}],"text":"Sprain of ankle"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/fbd1d908-2878-95db-3485-e0659ddd23f0"},"onsetDateTime":"2016-03-08T05:35:43-08:00","abatementDateTime":"2016-04-01T06:35:43-07:00","recordedDate":"2016-03-08T05:35:43-08:00"} +{"resourceType":"Condition","id":"1e0ccb1f-950e-8321-e784-e09067aadaf4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"224299000","display":"Received higher education (finding)"}],"text":"Received higher education (finding)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"onsetDateTime":"2016-04-09T05:51:34-07:00","recordedDate":"2016-04-09T05:51:34-07:00"} +{"resourceType":"Condition","id":"31772343-893f-0cf1-3310-251be27f614a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"onsetDateTime":"2016-04-09T05:51:34-07:00","abatementDateTime":"2017-04-15T05:27:09-07:00","recordedDate":"2016-04-09T05:51:34-07:00"} +{"resourceType":"Condition","id":"4af8b6b0-46f5-78ac-cb41-6001e5d2a554","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"onsetDateTime":"2017-04-15T05:27:09-07:00","abatementDateTime":"2020-04-18T05:48:33-07:00","recordedDate":"2017-04-15T05:27:09-07:00"} +{"resourceType":"Condition","id":"6dffbe01-446e-82ae-71b1-a58315f0e2f4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"onsetDateTime":"2020-04-18T05:48:33-07:00","recordedDate":"2020-04-18T05:48:33-07:00"} +{"resourceType":"Condition","id":"4b38b7ce-525a-e883-42ca-d4f508d73ee4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"422650009","display":"Social isolation (finding)"}],"text":"Social isolation (finding)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"onsetDateTime":"2020-04-18T05:48:33-07:00","recordedDate":"2020-04-18T05:48:33-07:00"} +{"resourceType":"Condition","id":"a18110be-c63c-4a7c-01cf-450d9cff6527","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"361055000","display":"Misuses drugs (finding)"}],"text":"Misuses drugs (finding)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"onsetDateTime":"2020-04-18T06:59:20-07:00","recordedDate":"2020-04-18T06:59:20-07:00"} +{"resourceType":"Condition","id":"08c56d66-e596-efd0-af0e-49d365c9d97a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"224299000","display":"Received higher education (finding)"}],"text":"Received higher education (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/156f1df5-35f5-dd01-1a61-0958667f90a6"},"onsetDateTime":"1968-09-27T20:39:36-07:00","recordedDate":"1968-09-27T20:39:36-07:00"} +{"resourceType":"Condition","id":"63bc4a52-0f31-bc61-4836-67d4306f1bc1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/156f1df5-35f5-dd01-1a61-0958667f90a6"},"onsetDateTime":"1968-09-27T20:39:36-07:00","abatementDateTime":"1969-10-03T20:49:50-07:00","recordedDate":"1968-09-27T20:39:36-07:00"} +{"resourceType":"Condition","id":"dd5d3ef5-26c2-581a-5f36-f80b75c301e5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/2d83bd83-7d27-66ba-e600-118f65fbc110"},"onsetDateTime":"1972-10-06T20:35:53-07:00","abatementDateTime":"1975-10-10T20:44:09-07:00","recordedDate":"1972-10-06T20:35:53-07:00"} +{"resourceType":"Condition","id":"261ba664-6209-34a3-52a0-b35517d20f05","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"706893006","display":"Victim of intimate partner abuse (finding)"}],"text":"Victim of intimate partner abuse (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/2d83bd83-7d27-66ba-e600-118f65fbc110"},"onsetDateTime":"1972-10-06T21:29:01-07:00","abatementDateTime":"2012-10-12T20:45:10-07:00","recordedDate":"1972-10-06T21:29:01-07:00"} +{"resourceType":"Condition","id":"ba8a95dc-956e-f558-c179-f8172623a767","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/443c8ca2-78c7-e203-8601-dcc9b83c5606"},"onsetDateTime":"1975-10-10T20:44:09-07:00","abatementDateTime":"1978-10-13T20:44:35-07:00","recordedDate":"1975-10-10T20:44:09-07:00"} +{"resourceType":"Condition","id":"bfebb22d-102b-d9df-c7aa-dac6ee5ee5bc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"423315002","display":"Limited social contact (finding)"}],"text":"Limited social contact (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/443c8ca2-78c7-e203-8601-dcc9b83c5606"},"onsetDateTime":"1975-10-10T20:44:09-07:00","abatementDateTime":"2012-10-12T20:45:10-07:00","recordedDate":"1975-10-10T20:44:09-07:00"} +{"resourceType":"Condition","id":"ec919d38-e63f-f39a-72c6-778fcb49f68c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/c69edc4a-3c20-480b-0a60-cf4c4b1beb38"},"onsetDateTime":"1978-10-13T20:44:35-07:00","abatementDateTime":"1981-10-16T20:37:54-07:00","recordedDate":"1978-10-13T20:44:35-07:00"} +{"resourceType":"Condition","id":"59164d29-e204-0cf7-ad43-3266b1470a98","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/b970e620-5b7c-6888-31ba-406ded74623e"},"onsetDateTime":"1981-10-16T20:37:54-07:00","abatementDateTime":"1984-10-19T20:43:39-07:00","recordedDate":"1981-10-16T20:37:54-07:00"} +{"resourceType":"Condition","id":"645230a0-0a42-09a4-a91c-9a00a31d595c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/feee3ed6-292e-5f51-b40b-339b8c7c9217"},"onsetDateTime":"1987-10-23T20:35:14-07:00","abatementDateTime":"1990-08-10T20:45:10-07:00","recordedDate":"1987-10-23T20:35:14-07:00"} +{"resourceType":"Condition","id":"84ce8fc8-6071-13ca-28cc-17fd96de702d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"422650009","display":"Social isolation (finding)"}],"text":"Social isolation (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/feee3ed6-292e-5f51-b40b-339b8c7c9217"},"onsetDateTime":"1987-10-23T20:35:14-07:00","abatementDateTime":"2018-07-27T20:39:43-07:00","recordedDate":"1987-10-23T20:35:14-07:00"} +{"resourceType":"Condition","id":"704b586a-ee32-0e78-594d-ae0f1888a448","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/3cb75efd-6480-c0c3-d86c-1d765c167ce4"},"onsetDateTime":"1990-08-10T20:45:10-07:00","abatementDateTime":"1992-08-14T20:47:15-07:00","recordedDate":"1990-08-10T20:45:10-07:00"} +{"resourceType":"Condition","id":"78390ab3-6437-2684-d632-f1acef2879e7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4c9645e6-b422-dc6c-145b-35c3b8631d53"},"onsetDateTime":"1992-08-14T20:47:15-07:00","abatementDateTime":"1994-08-19T20:48:43-07:00","recordedDate":"1992-08-14T20:47:15-07:00"} +{"resourceType":"Condition","id":"3924b851-4a4d-da48-fdad-07edb3ca3c3e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/092ce6c8-0725-092a-32ca-9f4dacf76c5f"},"onsetDateTime":"1994-08-19T20:48:43-07:00","abatementDateTime":"1996-08-23T20:40:13-07:00","recordedDate":"1994-08-19T20:48:43-07:00"} +{"resourceType":"Condition","id":"69072479-da4a-d551-3188-0d0dcfafc8d6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5986a44f-0809-757b-0624-a356e41d70d1"},"onsetDateTime":"1996-08-23T20:40:13-07:00","abatementDateTime":"1998-08-28T20:32:59-07:00","recordedDate":"1996-08-23T20:40:13-07:00"} +{"resourceType":"Condition","id":"a1537965-915e-37e0-5a4a-85ed32ace309","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/a2729fed-9fbe-a152-f510-7188f93b2207"},"onsetDateTime":"1998-08-28T20:32:59-07:00","abatementDateTime":"2000-08-04T20:24:10-07:00","recordedDate":"1998-08-28T20:32:59-07:00"} +{"resourceType":"Condition","id":"0edb8dd0-3cb6-2e69-068c-e18dabc25789","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/b516a75c-7d8f-7d97-a1fc-89736b8a5373"},"onsetDateTime":"2000-08-04T20:24:10-07:00","abatementDateTime":"2001-08-10T20:44:49-07:00","recordedDate":"2000-08-04T20:24:10-07:00"} +{"resourceType":"Condition","id":"a3afba7a-219d-d915-ae1f-0a9762d5efd9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/65e4b212-9e6a-dba3-7cb6-3403b4c0701c"},"onsetDateTime":"2001-08-10T20:44:49-07:00","abatementDateTime":"2002-08-16T20:24:18-07:00","recordedDate":"2001-08-10T20:44:49-07:00"} +{"resourceType":"Condition","id":"0b603fa9-5086-8341-7ed2-08d613a535d0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/71f8eed0-e810-2cc7-9284-0d137de4061a"},"onsetDateTime":"2002-08-16T20:24:18-07:00","abatementDateTime":"2003-08-22T20:31:24-07:00","recordedDate":"2002-08-16T20:24:18-07:00"} +{"resourceType":"Condition","id":"1e463aa2-99a9-2aff-8efb-b2b78351071b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"196416002","display":"Impacted molars"}],"text":"Impacted molars"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/91266119-5fef-91c4-8379-9cd8b1ce221c"},"onsetDateTime":"2003-11-23T18:52:58-08:00","recordedDate":"2003-11-23T18:52:58-08:00"} +{"resourceType":"Condition","id":"74df2f15-99fc-237b-0a81-a2c73ba18651","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/a4712084-7b66-80d6-6f9e-ba9823fce83f"},"onsetDateTime":"2004-08-27T20:40:07-07:00","abatementDateTime":"2005-09-02T20:24:46-07:00","recordedDate":"2004-08-27T20:40:07-07:00"} +{"resourceType":"Condition","id":"92f8b5b8-365f-90a3-7353-feea9b96dc95","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/23b8ca16-698c-29a3-4f4f-bd383afb5201"},"onsetDateTime":"2006-09-08T20:51:59-07:00","abatementDateTime":"2007-09-14T20:52:30-07:00","recordedDate":"2006-09-08T20:51:59-07:00"} +{"resourceType":"Condition","id":"e51c67fc-1902-fea9-aaed-efa8de9912f4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/2e30f832-c37a-a952-b645-ea93800492a9"},"onsetDateTime":"2009-09-25T20:31:53-07:00","abatementDateTime":"2010-10-01T20:38:00-07:00","recordedDate":"2009-09-25T20:31:53-07:00"} +{"resourceType":"Condition","id":"9abe0943-5280-cd17-9c0b-4c44290d5d1c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/2e30f832-c37a-a952-b645-ea93800492a9"},"onsetDateTime":"2009-09-25T20:31:53-07:00","abatementDateTime":"2015-10-30T20:43:37-07:00","recordedDate":"2009-09-25T20:31:53-07:00"} +{"resourceType":"Condition","id":"96ce7b40-5fa9-0129-e3c0-963060d7feb8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/6b0b7ce5-21e1-48a9-d8d9-318e276f2904"},"onsetDateTime":"2010-10-01T20:38:00-07:00","abatementDateTime":"2011-10-07T20:40:29-07:00","recordedDate":"2010-10-01T20:38:00-07:00"} +{"resourceType":"Condition","id":"dcc7cfe7-9c60-5c83-211a-da413fac668d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/cfd1507d-5478-a474-fcfa-d7c8decb5a32"},"onsetDateTime":"2011-10-07T20:40:29-07:00","abatementDateTime":"2012-10-12T20:45:10-07:00","recordedDate":"2011-10-07T20:40:29-07:00"} +{"resourceType":"Condition","id":"84580e2a-eeae-1698-dd24-699ef73ecf7c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"onsetDateTime":"2012-10-12T20:45:10-07:00","abatementDateTime":"2013-10-18T20:34:43-07:00","recordedDate":"2012-10-12T20:45:10-07:00"} +{"resourceType":"Condition","id":"00d868a0-cd62-4238-ed1a-07a7448d4169","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"onsetDateTime":"2013-10-18T20:34:43-07:00","abatementDateTime":"2014-10-24T20:29:20-07:00","recordedDate":"2013-10-18T20:34:43-07:00"} +{"resourceType":"Condition","id":"735c3062-3399-5036-c7af-f626bd763679","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"423315002","display":"Limited social contact (finding)"}],"text":"Limited social contact (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"onsetDateTime":"2013-10-18T20:34:43-07:00","abatementDateTime":"2014-10-24T20:29:20-07:00","recordedDate":"2013-10-18T20:34:43-07:00"} +{"resourceType":"Condition","id":"f961daa4-b939-5b25-b6c1-d5a204a950ab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"278860009","display":"Chronic low back pain (finding)"}],"text":"Chronic low back pain (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/6df30476-5968-a8e1-3119-c47785130af8"},"onsetDateTime":"2014-02-02T18:52:58-08:00","recordedDate":"2014-02-02T18:52:58-08:00"} +{"resourceType":"Condition","id":"394bc568-cba7-f2f7-7408-cbca7b55ef2a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}],"text":"Viral sinusitis (disorder)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/a2205c5f-9443-9cba-57e5-a970ac5998e9"},"onsetDateTime":"2014-08-10T19:52:58-07:00","abatementDateTime":"2014-09-02T19:52:58-07:00","recordedDate":"2014-08-10T19:52:58-07:00"} +{"resourceType":"Condition","id":"9da2a2de-d741-d7f0-9276-5c0c28489c92","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"onsetDateTime":"2014-10-24T20:29:20-07:00","abatementDateTime":"2015-10-30T20:43:37-07:00","recordedDate":"2014-10-24T20:29:20-07:00"} +{"resourceType":"Condition","id":"efdd6c14-0e00-5390-9bd8-a838b55d80f9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"onsetDateTime":"2015-10-30T20:43:37-07:00","abatementDateTime":"2016-11-04T20:33:17-07:00","recordedDate":"2015-10-30T20:43:37-07:00"} +{"resourceType":"Condition","id":"f01295b0-6f6b-0a91-2f97-2c47cbe7b1b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"423315002","display":"Limited social contact (finding)"}],"text":"Limited social contact (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"onsetDateTime":"2015-10-30T20:43:37-07:00","recordedDate":"2015-10-30T20:43:37-07:00"} +{"resourceType":"Condition","id":"5eb074a3-e4a1-5347-a778-62bcca135456","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160904001","display":"Part-time employment (finding)"}],"text":"Part-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"onsetDateTime":"2016-11-04T20:33:17-07:00","abatementDateTime":"2017-11-10T19:33:12-08:00","recordedDate":"2016-11-04T20:33:17-07:00"} +{"resourceType":"Condition","id":"9adaa040-f02e-94e0-9cd7-e8315e96543b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"onsetDateTime":"2016-11-04T20:33:17-07:00","abatementDateTime":"2018-07-27T20:39:43-07:00","recordedDate":"2016-11-04T20:33:17-07:00"} +{"resourceType":"Condition","id":"cbd001a1-3297-bafa-9ddd-61f436bcc3a9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160904001","display":"Part-time employment (finding)"}],"text":"Part-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"onsetDateTime":"2017-11-10T19:33:12-08:00","abatementDateTime":"2018-07-27T20:39:43-07:00","recordedDate":"2017-11-10T19:33:12-08:00"} +{"resourceType":"Condition","id":"f2990e9c-98c9-c47e-0a3a-105fbd92d191","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"10509002","display":"Acute bronchitis (disorder)"}],"text":"Acute bronchitis (disorder)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/c265d11a-34e5-5739-f744-6a896d7f9ec3"},"onsetDateTime":"2018-07-16T14:52:58-07:00","abatementDateTime":"2018-08-05T15:14:36-07:00","recordedDate":"2018-07-16T14:52:58-07:00"} +{"resourceType":"Condition","id":"3a7d1812-9b86-18e7-3b71-3f1d6b0bb499","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"onsetDateTime":"2018-07-27T20:39:43-07:00","abatementDateTime":"2018-11-16T19:23:39-08:00","recordedDate":"2018-07-27T20:39:43-07:00"} +{"resourceType":"Condition","id":"f2319f9c-8173-dbb6-9b43-2b0b0ade57c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160904001","display":"Part-time employment (finding)"}],"text":"Part-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"onsetDateTime":"2018-11-16T19:23:39-08:00","abatementDateTime":"2019-11-22T19:28:25-08:00","recordedDate":"2018-11-16T19:23:39-08:00"} +{"resourceType":"Condition","id":"6b1de6a9-d1c3-a506-5be6-b2ecaf7ec644","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"422650009","display":"Social isolation (finding)"}],"text":"Social isolation (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"onsetDateTime":"2018-11-16T19:23:39-08:00","abatementDateTime":"2021-12-03T19:47:21-08:00","recordedDate":"2018-11-16T19:23:39-08:00"} +{"resourceType":"Condition","id":"987f98a7-5709-05f7-fa49-54ddaa7aa12a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"706893006","display":"Victim of intimate partner abuse (finding)"}],"text":"Victim of intimate partner abuse (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"onsetDateTime":"2018-11-16T19:23:39-08:00","abatementDateTime":"2019-11-22T19:28:25-08:00","recordedDate":"2018-11-16T19:23:39-08:00"} +{"resourceType":"Condition","id":"43c584ad-51d9-5102-26f2-a3d95f6d69ca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"onsetDateTime":"2019-11-22T19:28:25-08:00","abatementDateTime":"2020-11-27T19:50:16-08:00","recordedDate":"2019-11-22T19:28:25-08:00"} +{"resourceType":"Condition","id":"c6ae36a8-31a5-1c19-cf71-632a2bb76680","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"onsetDateTime":"2020-11-27T19:50:16-08:00","abatementDateTime":"2021-12-03T19:47:21-08:00","recordedDate":"2020-11-27T19:50:16-08:00"} +{"resourceType":"Condition","id":"d4ab82a2-95d8-8faf-ee77-a89d69534638","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"onsetDateTime":"2021-12-03T19:47:21-08:00","recordedDate":"2021-12-03T19:47:21-08:00"} +{"resourceType":"Condition","id":"45c8a39a-692d-4af4-e905-2543443d79f3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"40055000","display":"Chronic sinusitis (disorder)"}],"text":"Chronic sinusitis (disorder)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/698b3248-0921-ae14-ca54-6b375f62a808"},"onsetDateTime":"1949-06-27T04:54:23-08:00","recordedDate":"1949-06-27T04:54:23-08:00"} +{"resourceType":"Condition","id":"0ec8a712-c1e9-5dfc-b9a0-55fde5e46e42","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"105531004","display":"Housing unsatisfactory (finding)"}],"text":"Housing unsatisfactory (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/e9a0909f-a45f-68b6-b6d0-075a175007da"},"onsetDateTime":"1960-03-12T11:51:09-08:00","recordedDate":"1960-03-12T11:51:09-08:00"} +{"resourceType":"Condition","id":"e360e961-fde2-c2f6-e985-9465e6ec258a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"224299000","display":"Received higher education (finding)"}],"text":"Received higher education (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/e9a0909f-a45f-68b6-b6d0-075a175007da"},"onsetDateTime":"1960-03-12T11:51:09-08:00","recordedDate":"1960-03-12T11:51:09-08:00"} +{"resourceType":"Condition","id":"30d5f77e-f53f-96dd-81ce-76eb46be171a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a92671c1-2147-cd7b-2c0e-ad7fdd2cd9ce"},"onsetDateTime":"1962-12-08T11:26:11-08:00","abatementDateTime":"1964-03-21T11:35:14-08:00","recordedDate":"1962-12-08T11:26:11-08:00"} +{"resourceType":"Condition","id":"06d20b3e-80d4-d4e0-886f-6be2892791bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1048742e-5ae6-7030-28bd-b1e328eb3b39"},"onsetDateTime":"1964-03-21T11:35:14-08:00","abatementDateTime":"1967-03-25T11:43:24-08:00","recordedDate":"1964-03-21T11:35:14-08:00"} +{"resourceType":"Condition","id":"4f972cec-8286-afd7-69b2-fb06da3921c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1048742e-5ae6-7030-28bd-b1e328eb3b39"},"onsetDateTime":"1964-03-21T11:35:14-08:00","abatementDateTime":"1967-03-25T11:43:24-08:00","recordedDate":"1964-03-21T11:35:14-08:00"} +{"resourceType":"Condition","id":"f99f9e96-4d8e-884e-89d6-7b68f426a39b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a6ef7685-bfc6-2311-81aa-eb5147b850b6"},"onsetDateTime":"1967-03-25T11:43:24-08:00","abatementDateTime":"1970-03-28T11:43:14-08:00","recordedDate":"1967-03-25T11:43:24-08:00"} +{"resourceType":"Condition","id":"b39b6a5f-d946-a6e6-501b-959093631a01","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/209afada-a74e-0853-c2ef-9f7b2faa8e3b"},"onsetDateTime":"1970-03-28T11:43:14-08:00","abatementDateTime":"1973-03-31T11:52:31-08:00","recordedDate":"1970-03-28T11:43:14-08:00"} +{"resourceType":"Condition","id":"d20a264a-1b4b-a676-98b6-ddcd04ea6171","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"185086009","display":"Chronic obstructive bronchitis (disorder)"}],"text":"Chronic obstructive bronchitis (disorder)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2f0ceaea-3bea-2fdd-c956-226c7fadb2f8"},"onsetDateTime":"1973-03-31T10:54:23-08:00","recordedDate":"1973-03-31T10:54:23-08:00"} +{"resourceType":"Condition","id":"d645ac5d-0b5b-4c5c-c3e4-e3146eb3be94","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/280712c3-2d24-5e11-8069-7f214dfe4c27"},"onsetDateTime":"1973-03-31T11:52:31-08:00","abatementDateTime":"1976-04-03T11:45:53-08:00","recordedDate":"1973-03-31T11:52:31-08:00"} +{"resourceType":"Condition","id":"aba37cbd-f758-4ecc-9d0f-e047fe598175","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"162864005","display":"Body mass index 30+ - obesity (finding)"}],"text":"Body mass index 30+ - obesity (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f008aa9b-3b19-002d-bfea-e5d9244a0cc5"},"onsetDateTime":"1976-04-03T10:54:23-08:00","recordedDate":"1976-04-03T10:54:23-08:00"} +{"resourceType":"Condition","id":"77e4c53d-b402-1c7a-c4ac-f1dee436b1c6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f008aa9b-3b19-002d-bfea-e5d9244a0cc5"},"onsetDateTime":"1976-04-03T11:45:53-08:00","abatementDateTime":"1976-06-19T12:26:05-07:00","recordedDate":"1976-04-03T11:45:53-08:00"} +{"resourceType":"Condition","id":"49c647a4-608e-3d1f-2707-d7027f53c14d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/324892c3-ac26-5f1f-208d-a67f5de08c3f"},"onsetDateTime":"1976-06-19T12:26:05-07:00","abatementDateTime":"1978-04-15T11:41:51-08:00","recordedDate":"1976-06-19T12:26:05-07:00"} +{"resourceType":"Condition","id":"72dc3e11-80f4-87c6-6ade-847d60bf46fd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/8804c0b1-30eb-b4a4-c94f-491488e66b6c"},"onsetDateTime":"1977-04-09T11:51:57-08:00","abatementDateTime":"1978-04-15T11:41:51-08:00","recordedDate":"1977-04-09T11:51:57-08:00"} +{"resourceType":"Condition","id":"c5f2a7bc-a8c1-756c-f1f9-df04e99fa0cb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"422650009","display":"Social isolation (finding)"}],"text":"Social isolation (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/8804c0b1-30eb-b4a4-c94f-491488e66b6c"},"onsetDateTime":"1977-04-09T11:51:57-08:00","abatementDateTime":"1983-05-14T12:30:24-07:00","recordedDate":"1977-04-09T11:51:57-08:00"} +{"resourceType":"Condition","id":"31f93051-8598-c675-e320-bad0cfce552d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/30d717c8-0fda-a346-3d8d-35f1fc1de885"},"onsetDateTime":"1978-04-15T11:41:51-08:00","abatementDateTime":"1979-04-21T11:50:32-08:00","recordedDate":"1978-04-15T11:41:51-08:00"} +{"resourceType":"Condition","id":"ba0b529e-5281-1c73-3380-d8f12f67a74d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/18ca5fcd-30db-f206-4a86-41a90503128e"},"onsetDateTime":"1979-04-21T11:50:32-08:00","abatementDateTime":"1980-04-26T11:41:17-08:00","recordedDate":"1979-04-21T11:50:32-08:00"} +{"resourceType":"Condition","id":"3bd4bb34-57c0-8390-adf5-3fa6dd34ecbc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/18ca5fcd-30db-f206-4a86-41a90503128e"},"onsetDateTime":"1979-04-21T11:50:32-08:00","abatementDateTime":"1980-04-26T11:41:17-08:00","recordedDate":"1979-04-21T11:50:32-08:00"} +{"resourceType":"Condition","id":"568f2681-fa4c-3ef0-ae6d-bb48d7afe567","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"onsetDateTime":"1980-04-26T11:41:17-08:00","abatementDateTime":"1981-05-02T12:50:06-07:00","recordedDate":"1980-04-26T11:41:17-08:00"} +{"resourceType":"Condition","id":"df82dbfc-f4e3-f530-fe66-2b195a787db4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"423315002","display":"Limited social contact (finding)"}],"text":"Limited social contact (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"onsetDateTime":"1980-04-26T11:41:17-08:00","abatementDateTime":"1981-05-02T12:50:06-07:00","recordedDate":"1980-04-26T11:41:17-08:00"} +{"resourceType":"Condition","id":"34b83946-de5a-5984-05de-117f28d4a8cb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"741062008","display":"Not in labor force (finding)"}],"text":"Not in labor force (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"onsetDateTime":"1981-05-02T12:50:06-07:00","abatementDateTime":"1982-05-08T12:36:34-07:00","recordedDate":"1981-05-02T12:50:06-07:00"} +{"resourceType":"Condition","id":"26b89fed-bd4f-e4c3-ee71-a94c2b62cae2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"onsetDateTime":"1981-05-02T12:50:06-07:00","abatementDateTime":"1982-05-08T12:36:34-07:00","recordedDate":"1981-05-02T12:50:06-07:00"} +{"resourceType":"Condition","id":"571adf59-11b6-7a31-3a6c-1852f871e439","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160904001","display":"Part-time employment (finding)"}],"text":"Part-time employment (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"onsetDateTime":"1982-05-08T12:36:34-07:00","abatementDateTime":"1982-07-10T12:36:25-07:00","recordedDate":"1982-05-08T12:36:34-07:00"} +{"resourceType":"Condition","id":"df0e2b79-b5f9-2da8-86f1-cb8477b83188","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}],"text":"Viral sinusitis (disorder)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"onsetDateTime":"1982-07-09T11:54:23-07:00","abatementDateTime":"1982-07-27T11:54:23-07:00","recordedDate":"1982-07-09T11:54:23-07:00"} +{"resourceType":"Condition","id":"6125b3e7-e8e1-93b2-b2f9-85b4de18df10","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"onsetDateTime":"1982-07-10T12:36:25-07:00","abatementDateTime":"1983-05-14T12:30:24-07:00","recordedDate":"1982-07-10T12:36:25-07:00"} +{"resourceType":"Condition","id":"3c9d72f8-963a-d22d-4ef4-648a77be35a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"onsetDateTime":"1982-07-10T12:36:25-07:00","abatementDateTime":"1983-05-14T12:30:24-07:00","recordedDate":"1982-07-10T12:36:25-07:00"} +{"resourceType":"Condition","id":"44c5db4b-7d43-6392-485d-1425bdfb2530","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"onsetDateTime":"1983-05-14T12:30:24-07:00","abatementDateTime":"1984-05-19T12:38:35-07:00","recordedDate":"1983-05-14T12:30:24-07:00"} +{"resourceType":"Condition","id":"5a7de433-1681-fc34-ff97-273458948410","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"741062008","display":"Not in labor force (finding)"}],"text":"Not in labor force (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"onsetDateTime":"1984-05-19T12:38:35-07:00","abatementDateTime":"1985-05-25T12:25:01-07:00","recordedDate":"1984-05-19T12:38:35-07:00"} +{"resourceType":"Condition","id":"b5d0e5b4-ab4a-ebe1-c121-413eb8947a07","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"422650009","display":"Social isolation (finding)"}],"text":"Social isolation (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"onsetDateTime":"1984-05-19T12:38:35-07:00","abatementDateTime":"1989-06-17T12:47:32-07:00","recordedDate":"1984-05-19T12:38:35-07:00"} +{"resourceType":"Condition","id":"524b44c9-2b6e-0d27-a695-8d6343760544","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"onsetDateTime":"1984-05-19T12:38:35-07:00","abatementDateTime":"1985-05-25T12:25:01-07:00","recordedDate":"1984-05-19T12:38:35-07:00"} +{"resourceType":"Condition","id":"23eae2a6-0fcf-b8a1-c8dc-22091940c9af","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"onsetDateTime":"1985-05-25T12:25:01-07:00","abatementDateTime":"1986-05-31T12:48:05-07:00","recordedDate":"1985-05-25T12:25:01-07:00"} +{"resourceType":"Condition","id":"fb62e851-053c-3e01-6533-34aa739a88bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"onsetDateTime":"1986-05-31T12:48:05-07:00","abatementDateTime":"1987-06-06T12:45:18-07:00","recordedDate":"1986-05-31T12:48:05-07:00"} +{"resourceType":"Condition","id":"d1e21128-c2e8-a726-3e54-46f05552c8ff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}],"text":"Viral sinusitis (disorder)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/54e934c3-8d44-332b-6001-d6a20a8f91a2"},"onsetDateTime":"1987-03-12T16:54:23-08:00","abatementDateTime":"1987-03-25T16:54:23-08:00","recordedDate":"1987-03-12T16:54:23-08:00"} +{"resourceType":"Condition","id":"df5cc746-b2d5-a36c-dd38-4bffaf85b86e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"6072007","display":"Bleeding from anus"}],"text":"Bleeding from anus"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/25b84826-3084-2b9a-289a-07c27911ca15"},"onsetDateTime":"1987-03-09T10:54:23-08:00","recordedDate":"1987-03-09T10:54:23-08:00"} +{"resourceType":"Condition","id":"f5a76a88-4d57-a8e9-8708-c2d135dab65c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"236077008","display":"Protracted diarrhea"}],"text":"Protracted diarrhea"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/25b84826-3084-2b9a-289a-07c27911ca15"},"onsetDateTime":"1987-03-09T10:54:23-08:00","recordedDate":"1987-03-09T10:54:23-08:00"} +{"resourceType":"Condition","id":"2c9e3600-c7dd-7e89-0bab-f428c575d3df","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"363406005","display":"Malignant tumor of colon"}],"text":"Malignant tumor of colon"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/0d230636-6744-2fd6-6b5a-44b9e8714afc"},"onsetDateTime":"1987-03-17T20:31:28-08:00","recordedDate":"1987-03-17T20:31:28-08:00"} +{"resourceType":"Condition","id":"0da83105-f685-f72f-7a12-b3d29c49d219","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"onsetDateTime":"1987-06-06T12:45:18-07:00","abatementDateTime":"1988-06-11T12:47:59-07:00","recordedDate":"1987-06-06T12:45:18-07:00"} +{"resourceType":"Condition","id":"aeff7e37-1cec-6bea-9c11-8c063469aa7f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"onsetDateTime":"1988-06-11T12:47:59-07:00","abatementDateTime":"1989-06-17T12:47:32-07:00","recordedDate":"1988-06-11T12:47:59-07:00"} +{"resourceType":"Condition","id":"c9bc5bda-80b5-c3b3-5afa-14434dc2b6ce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"onsetDateTime":"1989-06-17T12:47:32-07:00","recordedDate":"1989-06-17T12:47:32-07:00"} +{"resourceType":"Condition","id":"2afe045e-896c-b555-ece9-b47acefab312","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"onsetDateTime":"1989-06-17T12:47:32-07:00","recordedDate":"1989-06-17T12:47:32-07:00"} +{"resourceType":"Condition","id":"03d44b94-b198-d08d-29ba-e189bdcbc30f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"367498001","display":"Seasonal allergic rhinitis"}],"text":"Seasonal allergic rhinitis"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6eb7fb47-7cd8-1c4a-7b60-cfa77c31a1be"},"onsetDateTime":"2008-08-24T13:06:19-07:00","recordedDate":"2008-08-24T13:06:19-07:00"} +{"resourceType":"Condition","id":"045289f2-37e9-ed36-5a56-de279a2ed4a4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}],"text":"Acute viral pharyngitis (disorder)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/e0f716a7-1bf2-1d8f-1228-bcfb72f92c57"},"onsetDateTime":"2015-08-30T23:06:19-07:00","abatementDateTime":"2015-09-08T12:06:19-07:00","recordedDate":"2015-08-30T23:06:19-07:00"} +{"resourceType":"Condition","id":"da654fad-394d-d222-94bb-c92eac0dad48","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}],"text":"Acute viral pharyngitis (disorder)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/38c56d5d-51c4-554e-d2b9-4c542f8784db"},"onsetDateTime":"2017-11-27T20:06:19-08:00","abatementDateTime":"2017-12-11T16:06:19-08:00","recordedDate":"2017-11-27T20:06:19-08:00"} +{"resourceType":"Condition","id":"03a4400a-6634-ce94-1c14-dd2b091b311f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}],"text":"Viral sinusitis (disorder)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/324f3084-be65-84aa-44aa-7e2aa22af363"},"onsetDateTime":"2018-09-06T10:06:19-07:00","abatementDateTime":"2018-10-01T10:06:19-07:00","recordedDate":"2018-09-06T10:06:19-07:00"} +{"resourceType":"Condition","id":"d521a0ce-ebe4-da19-34eb-125f7c15747f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160968000","display":"Risk activity involvement (finding)"}],"text":"Risk activity involvement (finding)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/324f3084-be65-84aa-44aa-7e2aa22af363"},"onsetDateTime":"2018-09-11T13:43:23-07:00","abatementDateTime":"2020-01-28T13:09:17-08:00","recordedDate":"2018-09-11T13:43:23-07:00"} +{"resourceType":"Condition","id":"d8b3a6e4-0fcf-a8ea-109c-3d96318dcae6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"62106007","display":"Concussion with no loss of consciousness"}],"text":"Concussion with no loss of consciousness"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/0c5158b0-a1aa-3f4e-42b0-6193a5babd07"},"onsetDateTime":"2019-11-11T12:06:19-08:00","abatementDateTime":"2020-01-18T12:06:19-08:00","recordedDate":"2019-11-11T12:06:19-08:00"} +{"resourceType":"Condition","id":"51d418e0-5629-a8e1-a17f-15632a190158","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}],"text":"Viral sinusitis (disorder)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/88367b17-1f45-5767-0dd7-f87359296abc"},"onsetDateTime":"2019-12-02T06:06:19-08:00","abatementDateTime":"2019-12-26T06:06:19-08:00","recordedDate":"2019-12-02T06:06:19-08:00"} +{"resourceType":"Condition","id":"11874db5-6923-457f-a73b-ab75bcb1ea16","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}],"text":"Acute viral pharyngitis (disorder)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/700cdd3b-4a50-71fe-4330-be25085ff236"},"onsetDateTime":"2020-03-01T22:06:19-08:00","abatementDateTime":"2020-03-13T11:06:19-07:00","recordedDate":"2020-03-01T22:06:19-08:00"} +{"resourceType":"Condition","id":"84a55355-1650-4aa7-bd55-287de345c89c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"224299000","display":"Received higher education (finding)"}],"text":"Received higher education (finding)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"onsetDateTime":"2022-02-08T12:56:34-08:00","recordedDate":"2022-02-08T12:56:34-08:00"} +{"resourceType":"Condition","id":"0e870ada-61b4-52d3-263a-5a42ca24adef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"onsetDateTime":"2022-02-08T12:56:34-08:00","recordedDate":"2022-02-08T12:56:34-08:00"} +{"resourceType":"Condition","id":"fb4709e7-ab51-36a8-2806-760133821a6a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"onsetDateTime":"2022-02-08T12:56:34-08:00","recordedDate":"2022-02-08T12:56:34-08:00"} +{"resourceType":"Condition","id":"40050993-e9ac-6fbf-c042-4558aa493ff3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}],"text":"Viral sinusitis (disorder)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/23ff5071-2eb4-ba14-03ca-e2b0adfc31df"},"onsetDateTime":"2012-07-30T16:02:47-07:00","abatementDateTime":"2012-08-09T16:02:47-07:00","recordedDate":"2012-07-30T16:02:47-07:00"} +{"resourceType":"Condition","id":"1d6bf3fd-0ca1-2741-36f1-9b2e2d9dcf9e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"224295006","display":"Only received primary school education (finding)"}],"text":"Only received primary school education (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"onsetDateTime":"2012-12-29T05:39:27-08:00","recordedDate":"2012-12-29T05:39:27-08:00"} +{"resourceType":"Condition","id":"4c2a0f05-e48b-a2d5-71e4-4c5595a2328e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"onsetDateTime":"2012-12-29T05:39:27-08:00","abatementDateTime":"2014-01-04T05:42:01-08:00","recordedDate":"2012-12-29T05:39:27-08:00"} +{"resourceType":"Condition","id":"1ead22d9-62b0-e73b-b85b-7e028345d723","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"266934004","display":"Transport problems (finding)"}],"text":"Transport problems (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"onsetDateTime":"2012-12-29T05:39:27-08:00","recordedDate":"2012-12-29T05:39:27-08:00"} +{"resourceType":"Condition","id":"d08e733e-5bee-010e-6f6b-62369ca47e41","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"onsetDateTime":"2012-12-29T05:39:27-08:00","abatementDateTime":"2016-01-16T05:42:19-08:00","recordedDate":"2012-12-29T05:39:27-08:00"} +{"resourceType":"Condition","id":"fc71df5a-b094-d8bd-b10c-6dbaabfd25ba","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"onsetDateTime":"2014-01-04T05:42:01-08:00","abatementDateTime":"2015-01-10T05:36:15-08:00","recordedDate":"2014-01-04T05:42:01-08:00"} +{"resourceType":"Condition","id":"e14e1cd0-ef26-7496-576e-724c68089fd4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"713458007","display":"Lack of access to transportation (finding)"}],"text":"Lack of access to transportation (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"onsetDateTime":"2014-01-04T05:42:01-08:00","recordedDate":"2014-01-04T05:42:01-08:00"} +{"resourceType":"Condition","id":"37b8608e-cac1-f1a2-594d-9b9366386531","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"278860009","display":"Chronic low back pain (finding)"}],"text":"Chronic low back pain (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a1fe3ead-9236-8adf-cb9f-276f0c95408d"},"onsetDateTime":"2014-02-03T05:02:47-08:00","recordedDate":"2014-02-03T05:02:47-08:00"} +{"resourceType":"Condition","id":"8d01b5ef-c8cf-aea9-37a5-aac16ac82c6d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}],"text":"Viral sinusitis (disorder)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/c36dc60c-da0a-3fa8-aef9-66ce46fdf53b"},"onsetDateTime":"2014-12-03T14:02:47-08:00","abatementDateTime":"2014-12-23T14:02:47-08:00","recordedDate":"2014-12-03T14:02:47-08:00"} +{"resourceType":"Condition","id":"53c03b5e-deca-4991-d3df-bfdf8c782f3a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"onsetDateTime":"2015-01-10T05:36:15-08:00","abatementDateTime":"2016-01-16T05:42:19-08:00","recordedDate":"2015-01-10T05:36:15-08:00"} +{"resourceType":"Condition","id":"1327fc29-c0ec-31eb-2e73-67cd6c3e2fd4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"424393004","display":"Reports of violence in the environment (finding)"}],"text":"Reports of violence in the environment (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"onsetDateTime":"2015-01-10T05:36:15-08:00","abatementDateTime":"2016-01-16T05:42:19-08:00","recordedDate":"2015-01-10T05:36:15-08:00"} +{"resourceType":"Condition","id":"2e003338-195c-320f-ea55-5320f5040eaf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"onsetDateTime":"2016-01-16T05:42:19-08:00","abatementDateTime":"2017-01-21T05:58:00-08:00","recordedDate":"2016-01-16T05:42:19-08:00"} +{"resourceType":"Condition","id":"9478b0f2-431b-d042-820a-9bd440d3497a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"10939881000119104","display":"Unhealthy alcohol drinking behavior (finding)"}],"text":"Unhealthy alcohol drinking behavior (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"onsetDateTime":"2016-01-16T07:16:42-08:00","abatementDateTime":"2019-02-02T07:20:46-08:00","recordedDate":"2016-01-16T07:16:42-08:00"} +{"resourceType":"Condition","id":"fe5f6a0b-e7a6-48af-f0e3-0aac3b5b82e4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"onsetDateTime":"2017-01-21T05:58:00-08:00","abatementDateTime":"2018-01-27T05:49:43-08:00","recordedDate":"2017-01-21T05:58:00-08:00"} +{"resourceType":"Condition","id":"99ba9cb2-6ef7-1db9-6357-917296742bbf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"onsetDateTime":"2017-01-21T05:58:00-08:00","abatementDateTime":"2018-01-27T05:49:43-08:00","recordedDate":"2017-01-21T05:58:00-08:00"} +{"resourceType":"Condition","id":"0f07800e-7f60-5476-fd7e-24fd886fd30e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}],"text":"Acute viral pharyngitis (disorder)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f51772e9-6aab-0665-2a53-ea5916333450"},"onsetDateTime":"2017-09-21T21:02:47-07:00","abatementDateTime":"2017-10-03T16:02:47-07:00","recordedDate":"2017-09-21T21:02:47-07:00"} +{"resourceType":"Condition","id":"21803a3c-76fc-353c-c474-d08f58594de8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"onsetDateTime":"2018-01-27T05:49:43-08:00","abatementDateTime":"2019-02-02T05:45:50-08:00","recordedDate":"2018-01-27T05:49:43-08:00"} +{"resourceType":"Condition","id":"a441ceeb-8818-9a19-e54d-d5d9411df985","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"422650009","display":"Social isolation (finding)"}],"text":"Social isolation (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"onsetDateTime":"2018-01-27T05:49:43-08:00","recordedDate":"2018-01-27T05:49:43-08:00"} +{"resourceType":"Condition","id":"8310cbfb-89b6-09fe-8c25-e7834a908699","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"741062008","display":"Not in labor force (finding)"}],"text":"Not in labor force (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"onsetDateTime":"2019-02-02T05:45:50-08:00","abatementDateTime":"2020-02-08T06:00:15-08:00","recordedDate":"2019-02-02T05:45:50-08:00"} +{"resourceType":"Condition","id":"db5c067a-0394-8a3d-2b92-011bad0ba9e2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"423315002","display":"Limited social contact (finding)"}],"text":"Limited social contact (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"onsetDateTime":"2019-02-02T05:45:50-08:00","abatementDateTime":"2022-02-19T05:33:14-08:00","recordedDate":"2019-02-02T05:45:50-08:00"} +{"resourceType":"Condition","id":"2f3dc50d-f767-e1e1-2dc4-bc38e3facca4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"onsetDateTime":"2019-02-02T05:45:50-08:00","abatementDateTime":"2021-02-13T05:52:22-08:00","recordedDate":"2019-02-02T05:45:50-08:00"} +{"resourceType":"Condition","id":"80f6426b-7d44-e416-b850-7a638313de72","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"onsetDateTime":"2020-02-08T06:00:15-08:00","abatementDateTime":"2021-02-13T05:52:22-08:00","recordedDate":"2020-02-08T06:00:15-08:00"} +{"resourceType":"Condition","id":"043ca2a5-7146-1c36-0df9-5bb0b6daf9d1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}],"text":"Viral sinusitis (disorder)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/3ad04d7e-50fb-e628-06e2-c7b46062fbae"},"onsetDateTime":"2020-08-28T22:02:47-07:00","abatementDateTime":"2020-09-07T22:02:47-07:00","recordedDate":"2020-08-28T22:02:47-07:00"} +{"resourceType":"Condition","id":"54dc73c4-8b10-2b58-2435-cb6c3ebc7b74","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"onsetDateTime":"2021-02-13T05:52:22-08:00","abatementDateTime":"2022-02-19T05:33:14-08:00","recordedDate":"2021-02-13T05:52:22-08:00"} +{"resourceType":"Condition","id":"f66a0a20-cd79-c48d-d565-3abf12a8cb12","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"741062008","display":"Not in labor force (finding)"}],"text":"Not in labor force (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"onsetDateTime":"2022-02-19T05:33:14-08:00","recordedDate":"2022-02-19T05:33:14-08:00"} +{"resourceType":"Condition","id":"052b1cf9-d62a-5e62-4acd-cb74923bb82c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"onsetDateTime":"2022-02-19T05:33:14-08:00","recordedDate":"2022-02-19T05:33:14-08:00"} +{"resourceType":"Condition","id":"822d4957-a4cc-2f3f-73a7-f4697e7d4597","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"59621000","display":"Hypertension"}],"text":"Hypertension"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d832557b-948a-a8f9-923f-ed00de8b41db"},"onsetDateTime":"1945-08-03T14:00:00-07:00","recordedDate":"1945-08-03T14:00:00-07:00"} +{"resourceType":"Condition","id":"4eee04cd-8701-d0b5-55db-b3cb8d6a4e68","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"105531004","display":"Housing unsatisfactory (finding)"}],"text":"Housing unsatisfactory (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d832557b-948a-a8f9-923f-ed00de8b41db"},"onsetDateTime":"1945-08-03T14:57:08-07:00","recordedDate":"1945-08-03T14:57:08-07:00"} +{"resourceType":"Condition","id":"c4159689-0fb8-11c1-20b2-56f393e81756","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"224299000","display":"Received higher education (finding)"}],"text":"Received higher education (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d832557b-948a-a8f9-923f-ed00de8b41db"},"onsetDateTime":"1945-08-03T14:57:08-07:00","recordedDate":"1945-08-03T14:57:08-07:00"} +{"resourceType":"Condition","id":"0b8c62f3-df7a-7ffb-a476-ccd7a17b36c2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d832557b-948a-a8f9-923f-ed00de8b41db"},"onsetDateTime":"1945-08-03T14:57:08-07:00","abatementDateTime":"1946-08-09T13:30:41-08:00","recordedDate":"1945-08-03T14:57:08-07:00"} +{"resourceType":"Condition","id":"51888d52-f1cd-4df6-9e0e-d9d7e5aa8404","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e9e91dc-f5c7-9a8d-17ca-8c45036f9a65"},"onsetDateTime":"1946-08-09T13:30:41-08:00","abatementDateTime":"1947-08-15T13:48:21-08:00","recordedDate":"1946-08-09T13:30:41-08:00"} +{"resourceType":"Condition","id":"3baa5f59-a836-488d-0375-31da798cf94d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/bcc49dad-5cdc-6d78-c26d-7e5c987ad667"},"onsetDateTime":"1947-08-15T13:48:21-08:00","abatementDateTime":"1948-08-20T14:40:55-07:00","recordedDate":"1947-08-15T13:48:21-08:00"} +{"resourceType":"Condition","id":"10953538-b6dc-77cf-df56-eb89883b8c31","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4eb5cee9-19af-d116-ab55-699a5d8b5611"},"onsetDateTime":"1948-08-20T14:40:55-07:00","abatementDateTime":"1949-08-26T13:43:12-08:00","recordedDate":"1948-08-20T14:40:55-07:00"} +{"resourceType":"Condition","id":"8a64d5b9-db0e-1550-a8e5-401a249f1b74","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4cd8486b-093b-a689-396a-be34ce95dbf3"},"onsetDateTime":"1949-08-26T13:43:12-08:00","abatementDateTime":"1950-09-01T14:53:46-07:00","recordedDate":"1949-08-26T13:43:12-08:00"} +{"resourceType":"Condition","id":"6cf58ecf-0664-ec02-00d7-f2a9ab7f2481","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/f801a221-7ca8-206d-7160-0b1e64ff7bf2"},"onsetDateTime":"1950-09-01T14:53:46-07:00","abatementDateTime":"1951-09-07T14:48:36-07:00","recordedDate":"1950-09-01T14:53:46-07:00"} +{"resourceType":"Condition","id":"71385162-d92b-d647-1da5-a397c68d1f8b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/b559a1db-6199-eba1-3cf3-5e29700fdeaa"},"onsetDateTime":"1951-09-07T14:48:36-07:00","abatementDateTime":"1952-09-12T14:59:14-07:00","recordedDate":"1951-09-07T14:48:36-07:00"} +{"resourceType":"Condition","id":"bafcc1d1-3e42-da85-38b2-9b5a6a636a81","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/c1632244-d17a-5f16-9254-30bf38c000a4"},"onsetDateTime":"1952-09-12T14:59:14-07:00","abatementDateTime":"1953-09-18T14:53:29-07:00","recordedDate":"1952-09-12T14:59:14-07:00"} +{"resourceType":"Condition","id":"9a838137-8b58-9760-d4fd-c6ccab685cab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/a8bbf520-ca66-d43c-3703-642f5f842960"},"onsetDateTime":"1953-09-18T14:53:29-07:00","abatementDateTime":"1954-09-24T14:54:49-07:00","recordedDate":"1953-09-18T14:53:29-07:00"} +{"resourceType":"Condition","id":"eaf80591-2407-b2bf-fcb0-de2f513a970b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/a473f087-46d1-bf70-a40c-be1389fd8909"},"onsetDateTime":"1955-09-30T13:37:33-08:00","abatementDateTime":"1956-10-05T13:50:45-08:00","recordedDate":"1955-09-30T13:37:33-08:00"} +{"resourceType":"Condition","id":"e66eb3ba-c54f-d300-a545-b21ac3a2ab4f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/3e37b13a-8ae1-429a-8e69-a2c671fb20fb"},"onsetDateTime":"1956-10-05T13:50:45-08:00","abatementDateTime":"1957-10-11T13:33:23-08:00","recordedDate":"1956-10-05T13:50:45-08:00"} +{"resourceType":"Condition","id":"47c26f7b-2125-8698-b4a1-4a2d9b4a78b1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/1e5504a5-d788-c62f-994d-39eb8eb3eec9"},"onsetDateTime":"1957-10-11T13:33:23-08:00","abatementDateTime":"1958-10-17T13:50:26-08:00","recordedDate":"1957-10-11T13:33:23-08:00"} +{"resourceType":"Condition","id":"88a225b2-166f-ac33-ca9f-b4051c4202a1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/37b7e6b1-93b5-f268-5b74-f696a0202d22"},"onsetDateTime":"1958-10-17T13:50:26-08:00","abatementDateTime":"1959-10-23T13:35:19-08:00","recordedDate":"1958-10-17T13:50:26-08:00"} +{"resourceType":"Condition","id":"dcbe4346-0049-d18d-24a6-f4daede48eb0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/c87f79c4-136b-65bd-fc59-ce1b9c3b959f"},"onsetDateTime":"1960-10-28T13:30:32-08:00","abatementDateTime":"1961-11-03T13:54:26-08:00","recordedDate":"1960-10-28T13:30:32-08:00"} +{"resourceType":"Condition","id":"0b25b216-46c6-8a50-4953-302e6ad77545","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/95dea7b8-4b06-ca31-934d-ecf3a495a462"},"onsetDateTime":"1961-11-03T13:54:26-08:00","abatementDateTime":"1962-11-09T13:59:29-08:00","recordedDate":"1961-11-03T13:54:26-08:00"} +{"resourceType":"Condition","id":"33e35ed4-5f17-1088-ba9a-b7305b372437","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/244d1f94-f1d7-fa54-ccfc-eea20f7bc74f"},"onsetDateTime":"1963-11-15T13:46:14-08:00","abatementDateTime":"1964-10-30T13:45:14-08:00","recordedDate":"1963-11-15T13:46:14-08:00"} +{"resourceType":"Condition","id":"0a1dcb9e-e997-fc64-a657-86629ab7a702","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"423315002","display":"Limited social contact (finding)"}],"text":"Limited social contact (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/244d1f94-f1d7-fa54-ccfc-eea20f7bc74f"},"onsetDateTime":"1963-11-15T13:46:14-08:00","abatementDateTime":"2012-08-17T14:43:41-07:00","recordedDate":"1963-11-15T13:46:14-08:00"} +{"resourceType":"Condition","id":"bbf3cb7f-d66b-9f35-e2fe-240f0ac132a3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/2cb94212-32e4-187e-aef2-3806228a30a9"},"onsetDateTime":"1964-10-30T13:45:14-08:00","abatementDateTime":"1964-11-20T13:40:49-08:00","recordedDate":"1964-10-30T13:45:14-08:00"} +{"resourceType":"Condition","id":"2814530f-d5c2-2d30-3fdd-feb13176f3b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ae29a476-eb28-3819-7f23-2fbd1d7bbe9e"},"onsetDateTime":"1964-11-20T13:40:49-08:00","abatementDateTime":"1965-11-26T13:51:02-08:00","recordedDate":"1964-11-20T13:40:49-08:00"} +{"resourceType":"Condition","id":"8df8a7a9-8aa2-8e22-d70f-b7c4ed5ab838","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/b92509f5-e42b-c114-c531-d1cf3ba81d06"},"onsetDateTime":"1965-11-26T13:51:02-08:00","abatementDateTime":"1966-12-02T13:42:02-08:00","recordedDate":"1965-11-26T13:51:02-08:00"} +{"resourceType":"Condition","id":"69cb96c6-8ee7-37b8-6b84-419b25cb9c3b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"19169002","display":"Miscarriage in first trimester"}],"text":"Miscarriage in first trimester"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/cba72dcc-19e6-4a6b-8e4a-52c31aee1cf2"},"onsetDateTime":"1966-03-18T13:00:00-08:00","recordedDate":"1966-03-18T13:00:00-08:00"} +{"resourceType":"Condition","id":"c7d5e72e-4031-4fc2-8a6b-039e391f9aa7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/19a1cc17-a0a1-d397-75b2-6180b1f28872"},"onsetDateTime":"1966-12-02T13:42:02-08:00","abatementDateTime":"1967-12-08T13:35:57-08:00","recordedDate":"1966-12-02T13:42:02-08:00"} +{"resourceType":"Condition","id":"09122073-848e-107c-4b93-ce86aacddf61","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/17787ac0-e67e-319a-5d2a-ab52e593431a"},"onsetDateTime":"1968-12-13T13:31:34-08:00","abatementDateTime":"1969-12-19T13:44:46-08:00","recordedDate":"1968-12-13T13:31:34-08:00"} +{"resourceType":"Condition","id":"e127a793-21a5-e080-72c8-9eeb89a557d5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ee8a4311-f4a5-67aa-f5bd-4060e1ddde74"},"onsetDateTime":"1969-12-19T13:44:46-08:00","abatementDateTime":"1970-12-25T13:59:48-08:00","recordedDate":"1969-12-19T13:44:46-08:00"} +{"resourceType":"Condition","id":"bfbd3e44-6bfb-4c07-9b26-29e052e6bb35","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/7d7981e2-f59d-967e-f169-5668d2163caa"},"onsetDateTime":"1973-01-05T13:58:51-08:00","abatementDateTime":"1974-01-11T14:51:34-07:00","recordedDate":"1973-01-05T13:58:51-08:00"} +{"resourceType":"Condition","id":"42c7e4e1-fab8-6c99-ed66-73d65a83ec4d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/e7e8c96b-a9cc-567e-7a69-e7c46ecbf11c"},"onsetDateTime":"1974-01-11T14:51:34-07:00","abatementDateTime":"1975-01-17T13:54:09-08:00","recordedDate":"1974-01-11T14:51:34-07:00"} +{"resourceType":"Condition","id":"75686a9f-42cc-34da-20c5-e6bd8fbe40d0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/f57cdc6c-8d81-ac6a-dfd8-e6e52c4ca307"},"onsetDateTime":"1976-01-23T13:51:33-08:00","abatementDateTime":"1977-01-28T13:36:08-08:00","recordedDate":"1976-01-23T13:51:33-08:00"} +{"resourceType":"Condition","id":"5969510c-c1ff-add8-d882-b0f14fb45f1e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/558133b9-67a6-3a1a-c915-c0d4ed700158"},"onsetDateTime":"1977-01-28T13:36:08-08:00","abatementDateTime":"1978-02-03T13:57:21-08:00","recordedDate":"1977-01-28T13:36:08-08:00"} +{"resourceType":"Condition","id":"cbfc7ee8-6da5-8409-44ae-a71819a20ede","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/54a960aa-d4a9-9401-4c04-b3843d63f0ef"},"onsetDateTime":"1979-02-09T13:30:45-08:00","abatementDateTime":"1980-02-15T13:58:51-08:00","recordedDate":"1979-02-09T13:30:45-08:00"} +{"resourceType":"Condition","id":"82e80ab1-7e4d-b13e-c484-09c4e4b5b194","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/e79e88df-fb92-3487-b6a2-7f3c4f6dd9d8"},"onsetDateTime":"1980-02-15T13:58:51-08:00","abatementDateTime":"1981-02-20T13:53:05-08:00","recordedDate":"1980-02-15T13:58:51-08:00"} +{"resourceType":"Condition","id":"2ada8c31-f9a7-15e2-bc97-c066a50e4417","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/42b24de4-bd7b-d9bb-f0d3-2181f68e4ef0"},"onsetDateTime":"1981-02-20T13:53:05-08:00","abatementDateTime":"1982-02-26T13:55:05-08:00","recordedDate":"1981-02-20T13:53:05-08:00"} +{"resourceType":"Condition","id":"343d5997-82c7-e122-cb17-ebf38808e329","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/0def744d-b070-5836-d68a-ff22ebc79318"},"onsetDateTime":"1982-02-26T13:55:05-08:00","abatementDateTime":"1983-03-04T13:55:59-08:00","recordedDate":"1982-02-26T13:55:05-08:00"} +{"resourceType":"Condition","id":"3fda6674-f381-1dbf-8179-2366e1ba8341","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/2b5e0fd3-dd9e-8ee8-ef3b-5ab084346da3"},"onsetDateTime":"1983-03-04T13:55:59-08:00","abatementDateTime":"1984-03-09T13:33:45-08:00","recordedDate":"1983-03-04T13:55:59-08:00"} +{"resourceType":"Condition","id":"54e1ce3f-0529-aa8e-b425-423d85e4dd09","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ae5d65cf-a21e-d795-5489-3afebdff4eda"},"onsetDateTime":"1984-03-09T13:33:45-08:00","abatementDateTime":"1985-03-15T13:54:44-08:00","recordedDate":"1984-03-09T13:33:45-08:00"} +{"resourceType":"Condition","id":"92f6cebd-07cf-e3e2-4021-4a71a7542bf1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/00ec53e6-ca27-67e5-702b-5bef41540d0a"},"onsetDateTime":"1989-04-07T14:36:11-07:00","abatementDateTime":"1990-04-13T14:43:21-07:00","recordedDate":"1989-04-07T14:36:11-07:00"} +{"resourceType":"Condition","id":"7f7c1ed0-c30a-c569-b05d-18083200f508","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/8421e19e-d7fa-9802-6533-eceeff70bda1"},"onsetDateTime":"1990-04-13T14:43:21-07:00","abatementDateTime":"1991-04-19T14:58:08-07:00","recordedDate":"1990-04-13T14:43:21-07:00"} +{"resourceType":"Condition","id":"cc20c671-e386-ca7d-45e9-b656b973b23a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/cdf19c9e-5ffd-5309-8262-30e39d3775d5"},"onsetDateTime":"1991-04-19T14:58:08-07:00","abatementDateTime":"1992-04-24T14:34:52-07:00","recordedDate":"1991-04-19T14:58:08-07:00"} +{"resourceType":"Condition","id":"9522720c-53d4-4bcb-7d61-240b22cf11f3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/5838c563-1724-25c5-7971-0a1a58035cd1"},"onsetDateTime":"1994-05-06T14:50:00-07:00","abatementDateTime":"1994-07-29T14:49:40-07:00","recordedDate":"1994-05-06T14:50:00-07:00"} +{"resourceType":"Condition","id":"f792fd90-3097-aef8-3502-b702bc9b221a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/85992de1-9c49-7187-3d5c-015a8ca842c2"},"onsetDateTime":"1995-05-12T14:44:42-07:00","abatementDateTime":"1996-05-17T14:46:08-07:00","recordedDate":"1995-05-12T14:44:42-07:00"} +{"resourceType":"Condition","id":"1745385c-d9cf-d19b-aeda-d0dfcc9f4afc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/c4a7535f-1429-3347-b380-5615a4e09522"},"onsetDateTime":"1996-05-17T14:46:08-07:00","abatementDateTime":"1997-05-23T14:38:05-07:00","recordedDate":"1996-05-17T14:46:08-07:00"} +{"resourceType":"Condition","id":"b05aadb6-2702-4393-df2b-ce02749c2728","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/75d7bc8e-c0ab-7f21-77cd-ca0654cf7e5d"},"onsetDateTime":"1997-05-23T14:38:05-07:00","abatementDateTime":"1999-06-04T14:51:15-07:00","recordedDate":"1997-05-23T14:38:05-07:00"} +{"resourceType":"Condition","id":"85a31c98-14f0-e7c1-557c-d7ddbaa0a504","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"64859006","display":"Osteoporosis (disorder)"}],"text":"Osteoporosis (disorder)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/6118c5f3-b9a9-ae08-afc1-5e94c6ffe499"},"onsetDateTime":"1998-05-29T14:00:00-07:00","recordedDate":"1998-05-29T14:00:00-07:00"} +{"resourceType":"Condition","id":"166dd64c-4592-59dc-8054-ed7d968ff1b3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/f6178e16-c0c2-ef75-0534-f7e882581b32"},"onsetDateTime":"2000-06-09T14:56:35-07:00","abatementDateTime":"2001-06-15T14:49:48-07:00","recordedDate":"2000-06-09T14:56:35-07:00"} +{"resourceType":"Condition","id":"27f6560b-22a6-bcb6-c836-0c61a3bf8448","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/f5c90f12-82ad-a834-9e73-62ff5947b65a"},"onsetDateTime":"2003-06-27T14:32:19-07:00","abatementDateTime":"2004-07-02T14:35:05-07:00","recordedDate":"2003-06-27T14:32:19-07:00"} +{"resourceType":"Condition","id":"761a002b-2b15-d110-a41f-264c2b01c00d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/8223fd49-796b-2dac-562d-55d496c152c0"},"onsetDateTime":"2004-07-02T14:35:05-07:00","abatementDateTime":"2004-10-29T14:32:41-07:00","recordedDate":"2004-07-02T14:35:05-07:00"} +{"resourceType":"Condition","id":"45b13214-76ed-b006-60a9-b6c70fc5f10f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ed1a23f0-7f47-9acd-8733-6ce1a7617661"},"onsetDateTime":"2007-07-20T14:43:01-07:00","abatementDateTime":"2008-07-25T14:58:21-07:00","recordedDate":"2007-07-20T14:43:01-07:00"} +{"resourceType":"Condition","id":"a4a050d5-fcb4-7759-293c-7a5275bcd400","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d97d07c2-5746-acde-a6e9-ac152a123f2e"},"onsetDateTime":"2008-07-25T14:58:21-07:00","abatementDateTime":"2009-07-31T14:57:17-07:00","recordedDate":"2008-07-25T14:58:21-07:00"} +{"resourceType":"Condition","id":"cff5c43f-75ba-abe2-343c-de5a8e927caa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/3e8d2d99-0da0-c932-3bc4-9d155869b194"},"onsetDateTime":"2009-07-31T14:57:17-07:00","abatementDateTime":"2010-08-06T14:44:35-07:00","recordedDate":"2009-07-31T14:57:17-07:00"} +{"resourceType":"Condition","id":"9accbf21-f63c-c6a2-9aea-eb1b2eba97c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/76ba746f-0f51-d8f6-75b8-5fb351024928"},"onsetDateTime":"2010-08-06T14:44:35-07:00","abatementDateTime":"2010-09-24T14:31:54-07:00","recordedDate":"2010-08-06T14:44:35-07:00"} +{"resourceType":"Condition","id":"4637b3a5-6eee-e633-834f-4ce0fc169f6c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"40055000","display":"Chronic sinusitis (disorder)"}],"text":"Chronic sinusitis (disorder)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e31c5e4-81cd-1db1-485a-4bf7d5e0c602"},"onsetDateTime":"2011-05-26T06:00:00-07:00","recordedDate":"2011-05-26T06:00:00-07:00"} +{"resourceType":"Condition","id":"eb31ec43-16f8-55d5-efcb-a99c2f45bac8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/09541342-5972-0881-fca9-148ed19eebe0"},"onsetDateTime":"2011-08-12T14:58:05-07:00","abatementDateTime":"2012-08-17T14:43:41-07:00","recordedDate":"2011-08-12T14:58:05-07:00"} +{"resourceType":"Condition","id":"415b595a-b63e-a259-8de9-af743c5a1752","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"80583007","display":"Severe anxiety (panic) (finding"}],"text":"Severe anxiety (panic) (finding"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/09541342-5972-0881-fca9-148ed19eebe0"},"onsetDateTime":"2011-08-12T15:16:03-07:00","abatementDateTime":"2013-08-23T14:57:01-07:00","recordedDate":"2011-08-12T15:16:03-07:00"} +{"resourceType":"Condition","id":"53ec9b89-3e07-04a7-03c7-b17bf685de40","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"75498004","display":"Acute bacterial sinusitis (disorder)"}],"text":"Acute bacterial sinusitis (disorder)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/04067bda-2d9d-4062-47b7-90658d07a3ad"},"onsetDateTime":"2012-07-16T10:00:00-07:00","abatementDateTime":"2013-01-09T09:00:00-08:00","recordedDate":"2012-07-16T10:00:00-07:00"} +{"resourceType":"Condition","id":"08249db0-e2d4-4c35-d262-b20e95701521","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"onsetDateTime":"2012-08-17T14:43:41-07:00","abatementDateTime":"2013-08-23T14:37:04-07:00","recordedDate":"2012-08-17T14:43:41-07:00"} +{"resourceType":"Condition","id":"2782f86a-8949-be23-5a78-5f56ebc1df34","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"onsetDateTime":"2012-08-17T14:43:41-07:00","abatementDateTime":"2013-08-23T14:37:04-07:00","recordedDate":"2012-08-17T14:43:41-07:00"} +{"resourceType":"Condition","id":"232101b6-419f-ec59-846e-b1c61b4189e6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"onsetDateTime":"2013-08-23T14:37:04-07:00","abatementDateTime":"2014-08-29T14:30:36-07:00","recordedDate":"2013-08-23T14:37:04-07:00"} +{"resourceType":"Condition","id":"4faa1ea3-d0e9-0b59-8191-87bd4e1418c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"423315002","display":"Limited social contact (finding)"}],"text":"Limited social contact (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"onsetDateTime":"2013-08-23T14:37:04-07:00","abatementDateTime":"2016-09-09T14:57:34-07:00","recordedDate":"2013-08-23T14:37:04-07:00"} +{"resourceType":"Condition","id":"b08f9d22-80a6-20b0-edb6-960735c2aec2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160904001","display":"Part-time employment (finding)"}],"text":"Part-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"onsetDateTime":"2014-08-29T14:30:36-07:00","abatementDateTime":"2015-09-04T14:45:06-07:00","recordedDate":"2014-08-29T14:30:36-07:00"} +{"resourceType":"Condition","id":"58422429-e487-608e-07ab-4379d868eb11","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"onsetDateTime":"2014-08-29T14:30:36-07:00","abatementDateTime":"2018-09-21T14:34:59-07:00","recordedDate":"2014-08-29T14:30:36-07:00"} +{"resourceType":"Condition","id":"769a0484-f304-1569-a749-b18ada21f0ac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"424393004","display":"Reports of violence in the environment (finding)"}],"text":"Reports of violence in the environment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"onsetDateTime":"2014-08-29T14:30:36-07:00","abatementDateTime":"2015-09-04T14:45:06-07:00","recordedDate":"2014-08-29T14:30:36-07:00"} +{"resourceType":"Condition","id":"1bddc181-03de-2f97-c1df-f760be4b018c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160904001","display":"Part-time employment (finding)"}],"text":"Part-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"onsetDateTime":"2015-09-04T14:45:06-07:00","abatementDateTime":"2016-09-09T14:57:34-07:00","recordedDate":"2015-09-04T14:45:06-07:00"} +{"resourceType":"Condition","id":"4f0e8e83-fcd0-146a-e863-66a3b2396853","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}],"text":"Viral sinusitis (disorder)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/be6f7bbb-d040-d1a5-b57f-f45f3d80a2e5"},"onsetDateTime":"2016-04-02T02:00:00-07:00","abatementDateTime":"2016-04-15T02:00:00-07:00","recordedDate":"2016-04-02T02:00:00-07:00"} +{"resourceType":"Condition","id":"213645a0-fdb6-e467-d34c-353d1666bfea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"onsetDateTime":"2016-09-09T14:57:34-07:00","abatementDateTime":"2017-09-15T14:47:59-07:00","recordedDate":"2016-09-09T14:57:34-07:00"} +{"resourceType":"Condition","id":"a4e2bc36-d467-9e3c-af8d-030489214cb3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"706893006","display":"Victim of intimate partner abuse (finding)"}],"text":"Victim of intimate partner abuse (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"onsetDateTime":"2016-09-09T14:57:34-07:00","abatementDateTime":"2017-09-15T14:47:59-07:00","recordedDate":"2016-09-09T14:57:34-07:00"} +{"resourceType":"Condition","id":"ac59bd49-17c1-ff7e-2e30-cde9eb8c3675","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"80583007","display":"Severe anxiety (panic) (finding"}],"text":"Severe anxiety (panic) (finding"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"onsetDateTime":"2016-09-09T15:26:40-07:00","abatementDateTime":"2018-09-21T14:54:54-07:00","recordedDate":"2016-09-09T15:26:40-07:00"} +{"resourceType":"Condition","id":"9ff43606-a168-f03e-627f-f3fe8d937381","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"onsetDateTime":"2017-09-15T14:47:59-07:00","abatementDateTime":"2018-09-21T14:34:59-07:00","recordedDate":"2017-09-15T14:47:59-07:00"} +{"resourceType":"Condition","id":"36626068-054a-2a74-32f2-fbd2f198bff0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"423315002","display":"Limited social contact (finding)"}],"text":"Limited social contact (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"onsetDateTime":"2017-09-15T14:47:59-07:00","abatementDateTime":"2021-10-08T14:45:31-07:00","recordedDate":"2017-09-15T14:47:59-07:00"} +{"resourceType":"Condition","id":"9d0a9738-95eb-c896-a4a2-4a3a95fd0b96","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"58150001","display":"Fracture of clavicle"}],"text":"Fracture of clavicle"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d48c11d5-ef93-c511-9d7f-67b72e966791"},"onsetDateTime":"2017-12-15T15:01:40-08:00","abatementDateTime":"2018-01-24T16:23:40-08:00","recordedDate":"2017-12-15T15:01:40-08:00"} +{"resourceType":"Condition","id":"b7a16cd9-0ba2-0cb4-d227-d0048c02a209","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"443165006","display":"Pathological fracture due to osteoporosis (disorder)"}],"text":"Pathological fracture due to osteoporosis (disorder)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d48c11d5-ef93-c511-9d7f-67b72e966791"},"onsetDateTime":"2017-12-15T16:23:40-08:00","abatementDateTime":"2018-01-24T16:23:40-08:00","recordedDate":"2017-12-15T16:23:40-08:00"} +{"resourceType":"Condition","id":"6df0dac3-21e6-c2c2-eac4-232ea9c79f9e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"onsetDateTime":"2018-09-21T14:34:59-07:00","abatementDateTime":"2019-09-27T14:38:36-07:00","recordedDate":"2018-09-21T14:34:59-07:00"} +{"resourceType":"Condition","id":"fcd75409-e983-2248-3107-818cbe77cbb3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"741062008","display":"Not in labor force (finding)"}],"text":"Not in labor force (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"onsetDateTime":"2019-09-27T14:38:36-07:00","abatementDateTime":"2020-10-02T14:50:23-07:00","recordedDate":"2019-09-27T14:38:36-07:00"} +{"resourceType":"Condition","id":"4bd6099e-c8fb-9ab6-c88c-b2cc150c33f4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"73595000","display":"Stress (finding)"}],"text":"Stress (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"onsetDateTime":"2019-09-27T14:38:36-07:00","abatementDateTime":"2021-10-08T14:45:31-07:00","recordedDate":"2019-09-27T14:38:36-07:00"} +{"resourceType":"Condition","id":"2e72784a-7ae6-32cb-23c3-fd491b95e2d1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"onsetDateTime":"2020-10-02T14:50:23-07:00","abatementDateTime":"2021-10-08T14:45:31-07:00","recordedDate":"2020-10-02T14:50:23-07:00"} +{"resourceType":"Condition","id":"4aaea765-28e8-74ca-e4f6-751718e0794f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160903007","display":"Full-time employment (finding)"}],"text":"Full-time employment (finding)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"onsetDateTime":"2021-10-08T14:45:31-07:00","recordedDate":"2021-10-08T14:45:31-07:00"} +{"resourceType":"Condition","id":"b909236e-bd35-60d3-c2ee-00753e9b0461","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"10509002","display":"Acute bronchitis (disorder)"}],"text":"Acute bronchitis (disorder)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/9b729472-34b4-4aec-e180-d7b529788ff8"},"onsetDateTime":"2015-01-02T10:26:56-08:00","abatementDateTime":"2015-01-16T10:42:00-08:00","recordedDate":"2015-01-02T10:26:56-08:00"} +{"resourceType":"Condition","id":"93bb4c90-381a-394f-a9f7-b9d8b0d5c79a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"resolved"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"10509002","display":"Acute bronchitis (disorder)"}],"text":"Acute bronchitis (disorder)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ea2a35a8-cefb-35d6-33a7-af13646e8920"},"onsetDateTime":"2017-08-19T15:26:56-07:00","abatementDateTime":"2017-08-29T15:26:56-07:00","recordedDate":"2017-08-19T15:26:56-07:00"} +{"resourceType":"Condition","id":"f2e79341-4eac-9f96-58d5-4a70d6e82712","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"162864005","display":"Body mass index 30+ - obesity (finding)"}],"text":"Body mass index 30+ - obesity (finding)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"onsetDateTime":"2021-10-01T13:26:56-07:00","recordedDate":"2021-10-01T13:26:56-07:00"} +{"resourceType":"Condition","id":"9caa5de3-c227-339d-8b3e-157c25118ddd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"80583007","display":"Severe anxiety (panic) (finding"}],"text":"Severe anxiety (panic) (finding"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"onsetDateTime":"2021-10-01T13:44:43-07:00","recordedDate":"2021-10-01T13:44:43-07:00"} +{"resourceType":"Condition","id":"2acf2866-5105-c0a4-b027-6ad81f0509f8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"]},"clinicalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-clinical","code":"active"}]},"verificationStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-ver-status","code":"confirmed"}]},"category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"160968000","display":"Risk activity involvement (finding)"}],"text":"Risk activity involvement (finding)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"onsetDateTime":"2021-10-01T14:59:30-07:00","recordedDate":"2021-10-01T14:59:30-07:00"} diff --git a/tests/fixtures/synthea/filtered/DiagnosticReport.ndjson b/tests/fixtures/synthea/filtered/DiagnosticReport.ndjson new file mode 100644 index 0000000..1b7003e --- /dev/null +++ b/tests/fixtures/synthea/filtered/DiagnosticReport.ndjson @@ -0,0 +1,1148 @@ +{"resourceType":"DiagnosticReport","id":"df630aee-01ae-4f53-170b-68abe7a6449e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/156f1df5-35f5-dd01-1a61-0958667f90a6"},"effectiveDateTime":"1968-09-27T19:52:58-07:00","issued":"1968-09-27T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjgtMDktMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"67baa765-40ba-b669-ad64-d742d2e3b0aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d322c403-8f40-ed3c-d485-b7cb84dd6b1f"},"effectiveDateTime":"1928-09-16T10:15:12-08:00","issued":"1928-09-16T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5MjgtMDktMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgcXVpdGUgc21va2luZyBhdCBhZ2UgMTYgYW5kIGlzIGFuIGFsY29ob2xpYy4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gd2VpZ2h0IG1hbmFnZW1lbnQgcHJvZ3JhbQo="}]} +{"resourceType":"DiagnosticReport","id":"ebf5958f-17ac-75ff-611a-b973db46cda0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cb020cf7-3254-fae7-8c41-7ff9c5c18b7b"},"effectiveDateTime":"1987-08-09T03:01:44-07:00","issued":"1987-08-09T03:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDgtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"a6fb8941-3aeb-0635-17e4-958ab9929f9d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/23ff5071-2eb4-ba14-03ca-e2b0adfc31df"},"effectiveDateTime":"2012-07-30T16:02:47-07:00","issued":"2012-07-30T16:02:47.440-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDctMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"15a5ed29-2ed0-2070-2abb-511676d1213e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/698b3248-0921-ae14-ca54-6b375f62a808"},"effectiveDateTime":"1949-06-27T04:54:23-08:00","issued":"1949-06-27T04:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NDktMDYtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IHF1aXRlIHNtb2tpbmcgYXQgYWdlIDIwIGFuZCBpcyBhbiBhbGNvaG9saWMuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNocm9uaWMgc2ludXNpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"94131a45-de0a-099b-aee4-fe2db76a3b05","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ecebe0ce-900d-de85-5283-e8d166f2a913"},"effectiveDateTime":"2004-01-22T14:06:21-08:00","issued":"2004-01-22T14:06:21.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMDEtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgOCBtb250aC1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gc2VsZi1jYXJlIGludGVydmVudGlvbnMgKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"30798330-59d1-427a-b5e9-fbe4a0aa6cdc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d832557b-948a-a8f9-923f-ed00de8b41db"},"effectiveDateTime":"1945-08-03T14:00:00-07:00","issued":"1945-08-03T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NDUtMDgtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBoeXBlcnRlbnNpb24sIGhvdXNpbmcgdW5zYXRpc2ZhY3RvcnkgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0ClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBsaWZlc3R5bGUgZWR1Y2F0aW9uIHJlZ2FyZGluZyBoeXBlcnRlbnNpb24K"}]} +{"resourceType":"DiagnosticReport","id":"9cd8570d-d486-42ca-0821-63b9321f34c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/9420243c-ba44-e56c-a0b6-9f284264e0a3"},"effectiveDateTime":"1999-01-08T06:33:45-08:00","issued":"1999-01-08T06:33:45.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTktMDEtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTAgbW9udGgtb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBtYWxlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHNlbGYtY2FyZSBpbnRlcnZlbnRpb25zIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"0e556307-23aa-3205-b587-167fbb3c5143","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/bf6b7617-c54c-b4a5-ce6e-04d7b1798034"},"effectiveDateTime":"1999-01-18T03:56:45-08:00","issued":"1999-01-18T03:56:45.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTktMDEtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTEgbW9udGgtb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBtYWxlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG1vbGQgKG9yZ2FuaXNtKSwgYW5pbWFsIGRhbmRlciAoc3Vic3RhbmNlKSwgc295YSBiZWFuIChzdWJzdGFuY2UpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbG9yYXRhZGluZSA1IG1nIGNoZXdhYmxlIHRhYmxldAotIG5kYTAyMDgwMCAwLjMgbWwgZXBpbmVwaHJpbmUgMSBtZy9tbCBhdXRvLWluamVjdG9yCg=="}]} +{"resourceType":"DiagnosticReport","id":"85adbca2-e628-bccd-5d98-46b050bbaae7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e9e91dc-f5c7-9a8d-17ca-8c45036f9a65"},"effectiveDateTime":"1946-08-09T13:00:00-08:00","issued":"1946-08-09T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NDYtMDgtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAxOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFudGhlbS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"85a5a8ac-89ed-4009-209f-94388f5627c4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/2d83bd83-7d27-66ba-e600-118f65fbc110"},"effectiveDateTime":"1972-10-06T19:52:58-07:00","issued":"1972-10-06T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzItMTAtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgMjIgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"46d1f279-a922-2764-02d4-616a51e13d36","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/12fed13d-66ad-121a-e630-195c1fcbaa7d"},"effectiveDateTime":"1988-08-14T03:01:44-07:00","issued":"1988-08-14T03:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODgtMDgtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDE4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggaHlwZXJ0ZW5zaW9uLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIGxpZmVzdHlsZSBlZHVjYXRpb24gcmVnYXJkaW5nIGh5cGVydGVuc2lvbgo="}]} +{"resourceType":"DiagnosticReport","id":"84e91213-5d30-2785-2239-f88ee3a79c47","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/0f41f556-3c12-a1d8-4ae3-53f73d2096e3"},"effectiveDateTime":"2004-02-08T03:06:21-08:00","issued":"2004-02-08T03:06:21.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMDItMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgOSBtb250aC1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbW9sZCAob3JnYW5pc20pLCBhbmltYWwgZGFuZGVyIChzdWJzdGFuY2UpLCBncmFzcyBwb2xsZW4gKHN1YnN0YW5jZSksIHRyZWUgcG9sbGVuIChzdWJzdGFuY2UpLCBhc3BpcmluLCBjb3cncyBtaWxrIChzdWJzdGFuY2UpLCBmaXNoIChzdWJzdGFuY2UpLCB0cmVlIG51dCAoc3Vic3RhbmNlKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxvcmF0YWRpbmUgNSBtZyBjaGV3YWJsZSB0YWJsZXQKLSBuZGEwMjA4MDAgMC4zIG1sIGVwaW5lcGhyaW5lIDEgbWcvbWwgYXV0by1pbmplY3Rvcgo="}]} +{"resourceType":"DiagnosticReport","id":"8e3d436b-1efb-565b-450f-a8e2078f0af8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/e9a0909f-a45f-68b6-b6d0-075a175007da"},"effectiveDateTime":"1960-03-12T10:54:23-08:00","issued":"1960-03-12T10:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjAtMDMtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgY2hyb25pYyBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZykuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"ded94219-999a-6d0f-967b-dfc58a9e265e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/443c8ca2-78c7-e203-8601-dcc9b83c5606"},"effectiveDateTime":"1975-10-10T19:52:58-07:00","issued":"1975-10-10T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzUtMTAtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgMjUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLiAKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"d30af356-a21c-1c53-163d-554388279af7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e1af3f8e-660c-0486-d9e6-db7cde56376c"},"effectiveDateTime":"2011-02-19T03:56:45-08:00","issued":"2011-02-19T03:56:45.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBhbGxlcmdpYyBkaXNvcmRlciBtb25pdG9yaW5nCg=="}]} +{"resourceType":"DiagnosticReport","id":"08a838d7-cfd5-5b77-8bb2-21ecc78ae791","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cc8fec16-687a-260b-85c3-b7eb8744baa7"},"effectiveDateTime":"1988-08-19T12:01:44-07:00","issued":"1988-08-19T12:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODgtMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDE4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHJlY2VpdmVkIGNlcnRpZmljYXRlIG9mIGhpZ2ggc2Nob29sIGVxdWl2YWxlbmN5IChmaW5kaW5nKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"9c8c9fdf-e443-5e3f-4d8c-7e95539c09e2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/bcc49dad-5cdc-6d78-c26d-7e5c987ad667"},"effectiveDateTime":"1947-08-15T13:00:00-08:00","issued":"1947-08-15T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NDctMDgtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"b79a0ef9-de94-6029-c46a-542c1e452054","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/2ac40312-3cb0-9e2f-de08-1cc3623e6f81"},"effectiveDateTime":"1940-11-24T10:15:12-08:00","issued":"1940-11-24T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NDAtMTEtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDE4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdHJhbnNwb3J0IHByb2JsZW1zIChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIGxpZmVzdHlsZSBlZHVjYXRpb24gcmVnYXJkaW5nIGh5cGVydGVuc2lvbgo="}]} +{"resourceType":"DiagnosticReport","id":"02937ec6-baf3-1840-176f-281d0593d9c2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a92671c1-2147-cd7b-2c0e-ad7fdd2cd9ce"},"effectiveDateTime":"1962-12-08T10:54:23-08:00","issued":"1962-12-08T10:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjItMTItMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAyMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaG91c2luZyB1bnNhdGlzZmFjdG9yeSAoZmluZGluZyksIGNocm9uaWMgc2ludXNpdGlzIChkaXNvcmRlciksIHJlY2VpdmVkIGhpZ2hlciBlZHVjYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"51fa0a3a-1c77-eae2-8974-382b6e3549ba","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9ad7d99a-a090-8c2c-edfa-e3932245525d"},"effectiveDateTime":"2006-01-15T16:06:21-08:00","issued":"2006-01-15T16:06:21.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDYtMDEtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgYXNpYW4gbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLiAKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"119c9b45-87a3-e22d-1c91-fad76d23565a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/c69edc4a-3c20-480b-0a60-cf4c4b1beb38"},"effectiveDateTime":"1978-10-13T19:52:58-07:00","issued":"1978-10-13T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzgtMTAtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgMjggeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"3dfbafcf-b51c-202b-f7c2-c818aa3b129a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1048742e-5ae6-7030-28bd-b1e328eb3b39"},"effectiveDateTime":"1964-03-19T10:54:23-08:00","issued":"1964-03-19T10:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjQtMDMtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAyMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaG91c2luZyB1bnNhdGlzZmFjdG9yeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgY2hyb25pYyBzaW51c2l0aXMgKGRpc29yZGVyKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"9a10dd0d-6088-7751-aa7d-d152c84128d4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/4fab0caa-a6e8-cd98-b552-a4cf78dca9ea"},"effectiveDateTime":"2012-03-17T04:56:45-07:00","issued":"2012-03-17T04:56:45.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDMtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"5d6a7810-3c3d-bd97-2fb3-d5ab0b59ea84","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/7eeb7d94-1d7d-545a-df83-8cc9b4bd628b"},"effectiveDateTime":"1989-08-20T03:01:44-07:00","issued":"1989-08-20T03:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODktMDgtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDE5IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"ef6fd138-e4c4-30cc-bce3-c11ecd6e6750","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/997ec2f6-0cf4-1ff7-1ce8-64a81660427a"},"effectiveDateTime":"1941-11-30T10:15:12-08:00","issued":"1941-11-30T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NDEtMTEtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDE5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdHJhbnNwb3J0IHByb2JsZW1zIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHJlY2VpdmVkIGhpZ2hlciBlZHVjYXRpb24gKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"371304a8-8483-fb74-3f12-12460ca1343e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"effectiveDateTime":"2012-12-29T06:22:38-08:00","issued":"2012-12-29T06:22:38.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/f2fd70cd-5068-df64-df81-80f4115190fb","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"047a6c5d-b08d-725e-5704-cbe5ce1b579a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"effectiveDateTime":"2012-12-29T05:02:47-08:00","issued":"2012-12-29T05:02:47.440-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTItMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgZGlkIG5vdCBmaW5pc2ggaGlnaCBzY2hvb2wuClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggb25seSByZWNlaXZlZCBwcmltYXJ5IHNjaG9vbCBlZHVjYXRpb24gKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHRyYW5zcG9ydCBwcm9ibGVtcyAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"7e822b1e-a639-edd7-c1da-a0067797a137","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/b970e620-5b7c-6888-31ba-406ded74623e"},"effectiveDateTime":"1981-10-16T19:52:58-07:00","issued":"1981-10-16T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODEtMTAtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgMzEgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"feeb7bba-f89d-58ab-bf34-3c9ebeda8bef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4eb5cee9-19af-d116-ab55-699a5d8b5611"},"effectiveDateTime":"1948-08-20T14:00:00-07:00","issued":"1948-08-20T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NDgtMDgtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"842cd9a6-30b0-94e6-8ec6-030443141920","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/df4f3de0-87f3-3116-4453-1741424c67c3"},"effectiveDateTime":"1990-02-06T02:01:44-08:00","issued":"1990-02-06T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTAtMDItMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDE5IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNocm9uaWMgcGFpbi4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"612322a6-b11c-3c94-ca85-2549a3803e4f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a6ef7685-bfc6-2311-81aa-eb5147b850b6"},"effectiveDateTime":"1967-03-25T10:54:23-08:00","issued":"1967-03-25T10:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjctMDMtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAyNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaG91c2luZyB1bnNhdGlzZmFjdG9yeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgY2hyb25pYyBzaW51c2l0aXMgKGRpc29yZGVyKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"930f9cd6-a75e-9a7e-84ae-c1e4cca9191d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/1ad7a943-296f-f295-45bf-2f7b3919290a"},"effectiveDateTime":"1942-12-06T11:15:12-07:00","issued":"1942-12-06T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NDItMTItMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDIwIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdHJhbnNwb3J0IHByb2JsZW1zIChmaW5kaW5nKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"1447e67d-4476-b498-a3dd-b6396c711334","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/feee3ed6-292e-5f51-b40b-339b8c7c9217"},"effectiveDateTime":"1987-10-23T19:52:58-07:00","issued":"1987-10-23T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMTAtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgMzcgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"44d436b4-a93c-9b1d-4ca1-37d902ce1fd6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/2629eedd-c4b1-c911-1725-219ea5e38f4f"},"effectiveDateTime":"1990-08-26T03:01:44-07:00","issued":"1990-08-26T03:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTAtMDgtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDIwIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"08a7b5c2-670c-3c6d-18ee-bf418cbeeda0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/209afada-a74e-0853-c2ef-9f7b2faa8e3b"},"effectiveDateTime":"1970-03-28T10:54:23-08:00","issued":"1970-03-28T10:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzAtMDMtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAyOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggc3RyZXNzIChmaW5kaW5nKS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"c551e8dd-22df-7baa-1e3a-78c408737e62","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/c3dceff5-0b93-02f6-96a3-66c527b2103e"},"effectiveDateTime":"1943-12-12T11:15:12-07:00","issued":"1943-12-12T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NDMtMTItMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDIxIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdHJhbnNwb3J0IHByb2JsZW1zIChmaW5kaW5nKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"2222a3b9-b7e0-9610-4109-e08208aaf363","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/021d508d-eb78-a44c-9840-c3702c8363cc"},"effectiveDateTime":"1949-08-26T13:00:00-08:00","issued":"1949-08-26T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NDktMDgtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"c7f3f8d7-0629-8193-39e3-cc3c684e5f19","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/3cb75efd-6480-c0c3-d86c-1d765c167ce4"},"effectiveDateTime":"1990-08-10T19:52:58-07:00","issued":"1990-08-10T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTAtMDgtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNDAgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"1d2d0945-21c8-1d35-40d0-a5c2a35c86ae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2f0ceaea-3bea-2fdd-c956-226c7fadb2f8"},"effectiveDateTime":"1973-03-31T10:54:23-08:00","issued":"1973-03-31T10:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzMtMDMtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggY2hyb25pYyBvYnN0cnVjdGl2ZSBicm9uY2hpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIGNocm9uaWMgb2JzdHJ1Y3RpdmUgcHVsbW9uYXJ5IGRpc2Vhc2UgY2xpbmljYWwgbWFuYWdlbWVudCBwbGFuCg=="}]} +{"resourceType":"DiagnosticReport","id":"c2e53f38-3578-3cb8-f090-bb75fb4252a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4cd8486b-093b-a689-396a-be34ce95dbf3"},"effectiveDateTime":"1949-09-02T13:00:00-08:00","issued":"1949-09-02T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NDktMDktMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"62e3dcf9-e4d8-960f-29ee-db0173048c28","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0e12e010-8dad-9985-14b1-4ecbd6ecbabf"},"effectiveDateTime":"1944-12-17T11:15:12-07:00","issued":"1944-12-17T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NDQtMTItMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDIyIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBib2R5IG1hc3MgaW5kZXggMzArIC0gb2Jlc2l0eSAoZmluZGluZyksIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"ae76c1a7-4c0d-dca1-02a5-e9d951aeaccd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/1d597191-bc8d-4671-2a1f-5b33e7cdacde"},"effectiveDateTime":"1991-09-01T03:01:44-07:00","issued":"1991-09-01T03:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTEtMDktMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDIxIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHJlZnVnZWUgKHBlcnNvbikuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"97e0a404-6591-6451-5327-b90d38b93da5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"effectiveDateTime":"2014-01-04T06:15:15-08:00","issued":"2014-01-04T06:15:15.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/38761d16-926a-39dc-2618-9ca24ad18f4d","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"29022115-c41e-2a69-9dd4-03f608e4b771","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"effectiveDateTime":"2014-01-04T05:02:47-08:00","issued":"2014-01-04T05:02:47.440-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDEtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAxOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBkaWQgbm90IGZpbmlzaCBoaWdoIHNjaG9vbC4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFudGhlbS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"92dc14e9-927d-9ac7-48b4-669f474c0b2d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4c9645e6-b422-dc6c-145b-35c3b8631d53"},"effectiveDateTime":"1992-08-14T19:52:58-07:00","issued":"1992-08-14T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTItMDgtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNDIgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"a7b29240-00b2-c209-fd84-65f12739c9f8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/447aacfe-3c37-9bc6-c85f-1d6959d35be9"},"effectiveDateTime":"1945-12-23T10:15:12-08:00","issued":"1945-12-23T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NDUtMTItMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDIzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"5adf5b08-d761-df3b-abfb-28916d2dd602","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/092ce6c8-0725-092a-32ca-9f4dacf76c5f"},"effectiveDateTime":"1994-08-19T19:52:58-07:00","issued":"1994-08-19T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTQtMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNDQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"b5a985b8-0c22-4da0-9bca-6b0914b2de9b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/978d768a-3509-1e1f-9e1a-59e48dfe77fc"},"effectiveDateTime":"1992-09-06T03:01:44-07:00","issued":"1992-09-06T03:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTItMDktMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDIyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"15d2671a-8650-e5bd-0b8f-dec592eb64db","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/1f7394e1-bdbb-6bf1-f753-a411bb21f8aa"},"effectiveDateTime":"2013-05-15T17:06:21-07:00","issued":"2013-05-15T17:06:21.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDUtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTAgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwZXJlbm5pYWwgYWxsZXJnaWMgcmhpbml0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAK"}]} +{"resourceType":"DiagnosticReport","id":"5fd17e40-0d4f-98cd-59ec-890478272733","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a1fe3ead-9236-8adf-cb9f-276f0c95408d"},"effectiveDateTime":"2014-02-03T05:02:47-08:00","issued":"2014-02-03T05:02:47.440-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDItMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAxOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBkaWQgbm90IGZpbmlzaCBoaWdoIHNjaG9vbC4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFudGhlbS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNocm9uaWMgbG93IGJhY2sgcGFpbiAoZmluZGluZykuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"41b25a41-e8f7-6114-d0dc-ce74aaf0e032","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0cc994ad-de2a-1ec6-9e8c-16354eb0a848"},"effectiveDateTime":"1946-12-29T10:15:12-08:00","issued":"1946-12-29T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NDYtMTItMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDI0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"2ce18c7e-76c6-34b8-59c1-02da3af59ad8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/280712c3-2d24-5e11-8069-7f214dfe4c27"},"effectiveDateTime":"1973-03-26T11:20:12-08:00","issued":"1973-03-26T11:20:12.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzMtMDMtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbWVwZXJpZGluZSBoeWRyb2NobG9yaWRlIDUwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"b3f2d298-c13d-b093-1074-c25305b12c46","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/4b5625de-2fb1-b357-932a-17ae90f66c78"},"effectiveDateTime":"1993-09-12T03:01:44-07:00","issued":"1993-09-12T03:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTMtMDktMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDIzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"f6bf472f-9f6e-6886-f5d2-1d7a230d9a67","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/f801a221-7ca8-206d-7160-0b1e64ff7bf2"},"effectiveDateTime":"1950-09-01T14:00:00-07:00","issued":"1950-09-01T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTAtMDktMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"a79ed049-d4b5-4085-204a-3424a0addbcb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/6c2a9ac3-f367-7d0d-eba4-645e339aa543"},"effectiveDateTime":"1948-01-04T10:15:12-08:00","issued":"1948-01-04T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NDgtMDEtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDI1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"919b5937-7340-c5cf-493b-4c342a017fd3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/881ca5c2-df63-a04f-694c-23a798d1d462"},"effectiveDateTime":"2012-05-18T17:09:18-07:00","issued":"2012-05-18T17:09:18.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDUtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"8b93b151-2ff5-7a6b-3494-7aa1250361bf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5986a44f-0809-757b-0624-a356e41d70d1"},"effectiveDateTime":"1996-08-23T19:52:58-07:00","issued":"1996-08-23T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTYtMDgtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNDYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"7e825fae-7389-f64b-43a2-e5bff6549124","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/b559a1db-6199-eba1-3cf3-5e29700fdeaa"},"effectiveDateTime":"1951-09-07T14:00:00-07:00","issued":"1951-09-07T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTEtMDktMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"8d2a7bae-a747-479c-fbc8-67d08886d627","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ea86cb71-6059-ac9c-e1f1-8fdf13865b33"},"effectiveDateTime":"2012-06-12T18:04:41-07:00","issued":"2012-06-12T18:04:41.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDYtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"a89a511f-1ba9-23c4-0ac2-9446da463f9c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/a2729fed-9fbe-a152-f510-7188f93b2207"},"effectiveDateTime":"1998-08-28T19:52:58-07:00","issued":"1998-08-28T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTgtMDgtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNDggeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"3ff4c1b3-bfaf-c0b8-bf32-c68aee49794c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f008aa9b-3b19-002d-bfea-e5d9244a0cc5"},"effectiveDateTime":"1976-04-03T10:54:23-08:00","issued":"1976-04-03T10:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzYtMDQtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbWVwZXJpZGluZSBoeWRyb2NobG9yaWRlIDUwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCi0gNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"309a45dc-bde6-14fa-62cc-1ccefb7c3993","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/324892c3-ac26-5f1f-208d-a67f5de08c3f"},"effectiveDateTime":"1976-06-19T11:54:23-07:00","issued":"1976-06-19T11:54:23.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzYtMDYtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbWVwZXJpZGluZSBoeWRyb2NobG9yaWRlIDUwIG1nIG9yYWwgdGFibGV0OyA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggc3RyZXNzIChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDYwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMjUgbWcvYWN0dWF0IC8gc2FsbWV0ZXJvbCAwLjA1IG1nL2FjdHVhdCBkcnkgcG93ZGVyIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"2435a57b-4c7f-f76c-472c-09fa30c4c331","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/73f0f344-3372-f3db-70be-f08b1b567532"},"effectiveDateTime":"1949-01-09T10:15:12-08:00","issued":"1949-01-09T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NDktMDEtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDI2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"7ebd21a5-75cf-b60b-b6fa-853d28b28aee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/d5c62496-bd21-33ca-9842-3925c0a0f17f"},"effectiveDateTime":"2014-03-08T18:02:47-08:00","issued":"2014-03-08T18:02:47.440-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDMtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAxOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBkaWQgbm90IGZpbmlzaCBoaWdoIHNjaG9vbC4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHRoZXJhcHkgKHJlZ2ltZS90aGVyYXB5KQo="}]} +{"resourceType":"DiagnosticReport","id":"77689d1d-a281-a6fa-5d7b-f6c8a0f3a1ab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/05841784-c04f-f0b2-855c-9e1b98d7acf0"},"effectiveDateTime":"1994-09-18T03:01:44-07:00","issued":"1994-09-18T03:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTQtMDktMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDI0IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"80ee0fcc-2d0f-d3a3-91f5-0b09fb0e1631","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/404f0218-c0d3-34ca-d6a1-f194343d152f"},"effectiveDateTime":"2014-05-07T19:02:47-07:00","issued":"2014-05-07T19:02:47.440-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDUtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAxOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBkaWQgbm90IGZpbmlzaCBoaWdoIHNjaG9vbC4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"2392e495-f543-ae2a-fe0b-95592753cb68","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/b516a75c-7d8f-7d97-a1fc-89736b8a5373"},"effectiveDateTime":"2000-08-04T19:52:58-07:00","issued":"2000-08-04T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDAtMDgtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNTAgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"f3505207-0eec-451c-16e5-1feb808dd5bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/cb380a14-720b-6afb-0b98-8f5676438938"},"effectiveDateTime":"1950-01-15T10:15:12-08:00","issued":"1950-01-15T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTAtMDEtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDI3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"7bceea31-9f6f-329a-c4f6-8494f2c11834","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/6d15baa7-1926-4186-63cd-56376a37e289"},"effectiveDateTime":"2012-07-07T18:50:52-07:00","issued":"2012-07-07T18:50:52.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDctMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"2473ecb6-d556-caa7-d7bb-611d31829035","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/c5adc388-0c86-e471-0857-5b5f371028ba"},"effectiveDateTime":"1995-09-24T03:01:44-07:00","issued":"1995-09-24T03:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTUtMDktMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDI1IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcHJlZGlhYmV0ZXMsIGFuZW1pYSAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIGRpYWJldGVzIHNlbGYgbWFuYWdlbWVudCBwbGFuCg=="}]} +{"resourceType":"DiagnosticReport","id":"7172ffc4-cd98-9c27-ea9b-0cb737cfd578","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/14fbfb3f-f2ec-8e4a-d1cf-a9e3fc0e93ad"},"effectiveDateTime":"1951-01-18T10:15:12-08:00","issued":"1951-01-18T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTEtMDEtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDI4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"ffcc15e2-2618-2e3f-b8de-56f1d42a9013","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/c21e833a-e62f-5125-5de5-4af1f95fb9be"},"effectiveDateTime":"2012-07-29T19:07:56-07:00","issued":"2012-07-29T19:07:56.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDctMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"45462cab-8afa-ef3c-4c15-c5ec6dc3c433","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/8804c0b1-30eb-b4a4-c94f-491488e66b6c"},"effectiveDateTime":"1977-04-09T10:54:23-08:00","issued":"1977-04-09T10:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzctMDQtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbWVwZXJpZGluZSBoeWRyb2NobG9yaWRlIDUwIG1nIG9yYWwgdGFibGV0OyA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDYwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMjUgbWcvYWN0dWF0IC8gc2FsbWV0ZXJvbCAwLjA1IG1nL2FjdHVhdCBkcnkgcG93ZGVyIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"21e29848-e52d-19c7-89b7-3735c63c68dc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d03c9451-115e-2765-90a9-fe34caa0e9b9"},"effectiveDateTime":"1952-09-12T14:00:00-07:00","issued":"1952-09-12T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTItMDktMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"161675e8-7aa4-fecf-c5d5-797960594127","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/30d717c8-0fda-a346-3d8d-35f1fc1de885"},"effectiveDateTime":"1978-04-15T10:54:23-08:00","issued":"1978-04-15T10:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzgtMDQtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDYwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMjUgbWcvYWN0dWF0IC8gc2FsbWV0ZXJvbCAwLjA1IG1nL2FjdHVhdCBkcnkgcG93ZGVyIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"47c120e3-58d1-de93-7499-91b33cf432d5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}],"result":[{"reference":"Observation/ecc68af2-0b35-e4be-829a-a3f9b8e5e456","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/7b366157-0859-aa3d-e5eb-10407c1644f2","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/2312bd06-962d-0895-81d0-498a3ac5a660","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/a3e54b56-1d68-8361-dc23-3e6b85fb8adb","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/ccc134fe-3a28-52fc-472a-59af458c2ec9","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/9173a90f-0f5e-c66a-2370-08686f559742","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/c43da324-12f0-5f78-3233-0d46b56084d3","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/98a760d6-9c33-0d21-1c38-352c25d74e7e","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/e8113a76-163c-2832-0d2a-40fee660e905","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/6aacd2f5-efff-1631-592e-18c0488e9e67","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/a2c4d326-e7f8-b67b-8e1e-9bdbc2ef39aa","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"c01aff0e-d87a-a35c-4938-fb55fe7b1250","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/c1632244-d17a-5f16-9254-30bf38c000a4"},"effectiveDateTime":"1952-09-19T14:00:00-07:00","issued":"1952-09-19T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTItMDktMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"3300b6dc-4d2f-5689-b374-e2c69653231a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/c36dc60c-da0a-3fa8-aef9-66ce46fdf53b"},"effectiveDateTime":"2014-12-03T14:02:47-08:00","issued":"2014-12-03T14:02:47.440-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTItMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBkaWQgbm90IGZpbmlzaCBoaWdoIHNjaG9vbC4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"de1d3953-039c-79b2-abd4-68cf69acc689","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDUtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTEgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwZXJlbm5pYWwgYWxsZXJnaWMgcmhpbml0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiB0ZGFwLCBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaHB2LCBxdWFkcml2YWxlbnQsIG1lbmluZ29jb2NjYWwgbWN2NHAuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gd2VpZ2h0IG1hbmFnZW1lbnQgcHJvZ3JhbQo="}]} +{"resourceType":"DiagnosticReport","id":"ee33341c-5ed7-e773-6db6-af978800d705","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/65e4b212-9e6a-dba3-7cb6-3403b4c0701c"},"effectiveDateTime":"2001-08-10T19:52:58-07:00","issued":"2001-08-10T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDEtMDgtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNTEgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"e94963dc-3af9-c7eb-f71e-6022744525e9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/71f8eed0-e810-2cc7-9284-0d137de4061a"},"effectiveDateTime":"2002-08-16T19:52:58-07:00","issued":"2002-08-16T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDItMDgtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNTIgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"f8f0a4db-865f-0ffe-318b-362a4b89c7c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/a8bbf520-ca66-d43c-3703-642f5f842960"},"effectiveDateTime":"1953-09-18T14:00:00-07:00","issued":"1953-09-18T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTMtMDktMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"2d7d5b68-fec8-6891-0542-161e6b6139e1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e4bc1772-d1c0-921f-357d-5a6a36e9d644"},"effectiveDateTime":"1995-09-24T03:01:44-07:00","issued":"1995-09-24T03:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTUtMDktMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDI1IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAotIGZlcnJvdXMgc3VsZmF0ZSAzMjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"4a2e773f-3b97-0e61-fa2f-2b69c99fc7cd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/9d8e8783-dcd9-6c81-8d6c-7e842ecf9c03"},"effectiveDateTime":"1951-12-17T03:15:12-08:00","issued":"1951-12-17T03:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTEtMTItMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDI5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"e18584c4-0e3f-9f14-f512-0cdb41d2dd10","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/2ac2a165-be76-cc28-c2d3-9f58a6e462e5"},"effectiveDateTime":"2012-08-21T19:43:20-07:00","issued":"2012-08-21T19:43:20.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDgtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"176d2b41-3a65-c237-c0df-0349116a3b2d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/cdc2a745-3195-cd51-6fcd-6738add16a41"},"effectiveDateTime":"2012-09-13T20:12:08-07:00","issued":"2012-09-13T20:12:08.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDktMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"1f6615fe-1cf9-2b13-a482-3f646692db8b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0ee6630c-b1df-5f07-be2c-7e8f67946f45"},"effectiveDateTime":"1996-09-29T03:01:44-07:00","issued":"1996-09-29T03:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTYtMDktMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDI2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"ee4a0add-5b9c-820f-0f15-9dd5e15cb779","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/18ca5fcd-30db-f206-4a86-41a90503128e"},"effectiveDateTime":"1979-04-21T10:54:23-08:00","issued":"1979-04-21T10:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzktMDQtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDYwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMjUgbWcvYWN0dWF0IC8gc2FsbWV0ZXJvbCAwLjA1IG1nL2FjdHVhdCBkcnkgcG93ZGVyIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"cd01ba49-3d1c-dadb-0569-8695243e44aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/91266119-5fef-91c4-8379-9cd8b1ce221c"},"effectiveDateTime":"2003-11-23T18:52:58-08:00","issued":"2003-11-23T18:52:58.316-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999629","display":"Dr. Marcelene872 Mayert710"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDMtMTEtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGltcGFjdGVkIG1vbGFycy4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"f8cdddce-fead-54c1-8891-d8a524a22881","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/a4712084-7b66-80d6-6f9e-ba9823fce83f"},"effectiveDateTime":"2004-08-27T19:52:58-07:00","issued":"2004-08-27T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMDgtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"7f9dc1c0-6b87-2a4d-d7e1-a1b584bf0771","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/23b8ca16-698c-29a3-4f4f-bd383afb5201"},"effectiveDateTime":"2006-09-08T19:52:58-07:00","issued":"2006-09-08T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDYtMDktMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"2b919f62-3458-0b23-07ac-2711aa2e5405","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/2e30f832-c37a-a952-b645-ea93800492a9"},"effectiveDateTime":"2009-09-25T19:52:58-07:00","issued":"2009-09-25T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMDktMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNTkgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"99ae3782-ea64-3aaa-bdc3-848cbfe9760a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/6b0b7ce5-21e1-48a9-d8d9-318e276f2904"},"effectiveDateTime":"2010-10-01T19:52:58-07:00","issued":"2010-10-01T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMTAtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjAgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"786f3071-8fbd-e06a-a24a-06c9d7902c63","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/cfd1507d-5478-a474-fcfa-d7c8decb5a32"},"effectiveDateTime":"2011-10-07T19:52:58-07:00","issued":"2011-10-07T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMTAtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjEgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"eb0fdb47-9279-d483-58ba-6a09afac7746","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"effectiveDateTime":"2015-05-27T17:27:42-07:00","issued":"2015-05-27T17:27:42.361-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}],"result":[{"reference":"Observation/3f1ffe9f-15dd-ed2f-7525-45d89e599a19","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"00e0daf8-81f4-dab8-ac10-4e8c2c40cac5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"effectiveDateTime":"2015-05-27T18:05:39-07:00","issued":"2015-05-27T18:05:39.361-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}],"result":[{"reference":"Observation/0ebb91c3-eb87-9822-b9ee-7d65d312fa72","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"82c6eb43-2d4f-86cd-34e6-353cd770ba08","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"effectiveDateTime":"2015-05-27T17:06:21-07:00","issued":"2015-05-27T17:06:21.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDUtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTIgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwZXJlbm5pYWwgYWxsZXJnaWMgcmhpbml0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBib2R5IG1hc3MgaW5kZXggMzArIC0gb2Jlc2l0eSAoZmluZGluZyksIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaHB2LCBxdWFkcml2YWxlbnQuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgY2FyLCByZWxheCwgYWxvbmUsIGZvcmdldCwgZnJpZW5kcywgdHJvdWJsZSBzY3JlZW5pbmcgdGVzdCAocHJvY2VkdXJlKQotIGhlYWx0aCByaXNrcyBlZHVjYXRpb24gKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"0b47c2fd-42b2-e3a6-e635-37ebaaf2b75e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T05:54:43-08:00","issued":"2015-01-10T05:54:43.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/bea7d20d-50dd-669e-8d61-49d9d2780905","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"b8c67556-7f91-3287-77bd-755ee5853915","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T06:34:15-08:00","issued":"2015-01-10T06:34:15.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/f27dfa45-acff-84af-31a6-31d80cdd14ef","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"880d2169-7cd9-1407-ef9c-7c721d094c25","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T07:08:26-08:00","issued":"2015-01-10T07:08:26.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/c3105b62-527d-89da-6f78-efd90fd8adf7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"43d696e7-0824-034b-1277-df194dad643e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T07:42:44-08:00","issued":"2015-01-10T07:42:44.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/5ce2ff2f-cd5f-10cc-aae5-05e92bb77ec5","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"c384b9bf-111b-d454-215f-00218b04f77d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T05:02:47-08:00","issued":"2015-01-10T05:02:47.440-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDEtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBkaWQgbm90IGZpbmlzaCBoaWdoIHNjaG9vbC4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgcmVwb3J0cyBvZiB2aW9sZW5jZSBpbiB0aGUgZW52aXJvbm1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaGVwIGIsIGFkdWx0LiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0K"}]} +{"resourceType":"DiagnosticReport","id":"e6e8d5a6-fd04-98da-9185-0bb75f3b1a9e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/25b5f65a-681f-94f6-1ebc-ae61f4c38dcd"},"effectiveDateTime":"2012-10-10T21:05:28-07:00","issued":"2012-10-10T21:05:28.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTAtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"e5de57cb-075a-f248-4fe5-e9b5767017e2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/11208b5e-311d-daad-be7e-852a32097c4d"},"effectiveDateTime":"1952-01-27T10:15:12-08:00","issued":"1952-01-27T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTItMDEtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDI5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"8464a1a6-db96-a3c4-fa89-41a81f40074d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/f41d8909-45aa-547f-64d4-1e28ab7734b4"},"effectiveDateTime":"2012-11-03T21:26:31-07:00","issued":"2012-11-03T21:26:31.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTEtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"4d0f909a-f145-b876-c61e-4dd95efbf9c6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/e148d6bc-02ea-eaff-3220-fa12284fb269"},"effectiveDateTime":"1954-09-24T14:00:00-07:00","issued":"1954-09-24T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTQtMDktMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"bcfe72cf-e024-2d8b-50e4-bb16cd3b492b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/21de04bf-4f6d-c199-40a9-eedca23152c5"},"effectiveDateTime":"1953-02-01T10:15:12-08:00","issued":"1953-02-01T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTMtMDItMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDMwIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"97382d64-6e50-8a3a-3581-298d1a3454b5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/9d75a62c-749b-2c4f-4a6f-b02ac0e6da53"},"effectiveDateTime":"1979-11-29T17:54:23-08:00","issued":"1979-11-29T17:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzktMTEtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHJlc3BpcmF0b3J5IHRoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"4c693aa1-49e7-6457-c934-205b7826cb0f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/a12ba6bf-50ba-9131-1ed1-29745ac907ec"},"effectiveDateTime":"1997-10-05T03:01:44-07:00","issued":"1997-10-05T03:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTctMTAtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDI3IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"a09c623c-acb0-a482-ff49-909d8c13ef0a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/38781f09-3e48-3f1d-7d19-bb6b9b815a84"},"effectiveDateTime":"1954-02-07T10:15:12-08:00","issued":"1954-02-07T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTQtMDItMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDMxIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"ba32619e-625c-31a7-9ab5-475c4d47fd47","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/ed5a6aa7-eff6-49a8-a1f7-19267129297d"},"effectiveDateTime":"1998-10-11T03:01:44-07:00","issued":"1998-10-11T03:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTgtMTAtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDI4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"930887d6-ca6b-6ecd-b68a-701e44c3e056","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1907cc1d-f0fb-c9ed-1b42-32e5332736d7"},"effectiveDateTime":"2012-11-30T21:25:15-08:00","issued":"2012-11-30T21:25:15.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTEtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"f6c6f52f-3cc7-ec64-f13d-0722f33a5f8a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/b93b8842-e417-ab4f-43ea-017394a9f44c"},"effectiveDateTime":"2012-12-26T22:22:12-08:00","issued":"2012-12-26T22:22:12.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTItMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"57149374-2a8d-20c4-6d32-ff75a07b2f8c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/a473f087-46d1-bf70-a40c-be1389fd8909"},"effectiveDateTime":"1955-09-30T13:00:00-08:00","issued":"1955-09-30T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTUtMDktMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"264459a2-3910-58e2-ebcd-2e1078fc9c04","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cd81b58e-c608-32b4-769f-3fe6b584b4c0"},"effectiveDateTime":"1999-10-17T03:01:44-07:00","issued":"1999-10-17T03:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTktMTAtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDI5IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"a24606c2-f881-e1b8-f26a-f7866ec1dd36","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/1309fc2f-73d8-6c8c-2668-ecc44e08afdc"},"effectiveDateTime":"1955-02-13T10:15:12-08:00","issued":"1955-02-13T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTUtMDItMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDMyIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"538bd974-eed2-dc6b-e77b-33ac8a72f29b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/3e37b13a-8ae1-429a-8e69-a2c671fb20fb"},"effectiveDateTime":"1956-10-05T13:00:00-08:00","issued":"1956-10-05T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTYtMTAtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"5f3fcc12-be83-9037-a6fc-598e23cdbf56","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/38d339f9-8b64-013e-1fd7-848e1ee573c8"},"effectiveDateTime":"1956-02-19T10:15:12-08:00","issued":"1956-02-19T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTYtMDItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDMzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"cbd349ed-8fcc-c7e4-6568-ef7fce2f4155","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/2b6d0b80-6370-fc88-45cb-086e4424956b"},"effectiveDateTime":"2000-10-22T03:01:44-07:00","issued":"2000-10-22T03:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDAtMTAtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDMwIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"013f25c7-0af3-631c-0d73-0a7ff34cb4b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"effectiveDateTime":"1980-04-26T12:19:04-08:00","issued":"1980-04-26T12:19:04.555-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/0e99dd4b-c4d5-35c7-9fab-6fad722af4be","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"489a4ae1-29b8-451d-6848-bda93c7df7d9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/1e5504a5-d788-c62f-994d-39eb8eb3eec9"},"effectiveDateTime":"1957-10-11T13:00:00-08:00","issued":"1957-10-11T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTctMTAtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"35981201-87ce-a0a2-6145-a82c482f6834","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"effectiveDateTime":"1980-04-26T10:54:23-08:00","issued":"1980-04-26T10:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODAtMDQtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHNwaXJvbWV0cnkgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"95ba748d-e210-a10b-cf74-a1420a3ef0ee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/3f1fdb8b-bb2d-e24c-0847-8cb4fe7abcdc"},"effectiveDateTime":"2013-01-22T23:07:05-08:00","issued":"2013-01-22T23:07:05.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDEtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"755bf415-18f7-bbcb-c4a0-7ff3871d61bf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"},"effectiveDateTime":"2016-05-11T17:06:21-07:00","issued":"2016-05-11T17:06:21.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDUtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFsbGVyZ3kgc2NyZWVuaW5nIHRlc3QKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIGFsbGVyZ2ljIGRpc29yZGVyIG1vbml0b3JpbmcK"}]} +{"resourceType":"DiagnosticReport","id":"0f4f4d14-0149-3ab7-d82b-ebc471062a10","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/a93cd41d-d3ad-f124-eaf1-d45e3126b78c"},"effectiveDateTime":"2001-10-28T02:01:44-08:00","issued":"2001-10-28T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDEtMTAtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDMxIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"e8086833-9dfb-9ed7-de61-190c35e7da3a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/fcd742ee-46a6-979f-d4e5-ab0cf41d8782"},"effectiveDateTime":"2013-02-14T23:44:31-08:00","issued":"2013-02-14T23:44:31.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDItMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"e0f4fafd-efa4-801f-d88d-963f39cd4e2f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/97ad83e5-e659-ae8e-f8d4-f74f6c4816ba"},"effectiveDateTime":"2002-11-03T02:01:44-08:00","issued":"2002-11-03T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDItMTEtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDMyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"0efb9cf7-d1ea-3712-c570-37f9a9b85aac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/a3c62e76-c3af-cafa-572b-ed9ce40e3b95"},"effectiveDateTime":"2003-11-09T02:01:44-08:00","issued":"2003-11-09T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDMtMTEtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDMzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"22dcb95e-8ef4-babe-4554-03e03b64e736","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/3f912b1c-a37a-1a3b-718d-8ba635ab6a65"},"effectiveDateTime":"2004-11-14T02:01:44-08:00","issued":"2004-11-14T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMTEtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDM0IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"67fa5c0e-2cf9-ebe2-2b05-472369bc4caa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/8736a828-d8de-ba67-bd38-18a31fe93dd5","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/e1f3278c-7d42-b4f8-b64a-fb13853b7b52","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/85c41332-9da1-508b-664c-107b16950896","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/b94a5b79-443d-5302-19ba-e4e847ef7271","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/64c496fd-20f9-3885-b757-0a8e5b1ca7cd","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/96c936ee-7e44-8c72-e00a-31a70619fdb9","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/05b93b88-4ed1-5d91-0381-5a954c86e0c5","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/9c0b2cdc-91b0-418c-f224-864882c4c78f","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/79465bd7-e164-9b9d-462e-88e7db8b3a9e","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/4882af7e-4d6a-1a89-a59c-e2aaa214056e","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/4fc18277-67bf-a1cc-67c9-c30638b0e4cb","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"4acb3f4d-bc5b-5e47-4cb9-6d8b7950183b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T06:00:22-08:00","issued":"2016-01-16T06:00:22.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/499a0b06-a58f-cfd1-a360-db8f95d9918d","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"200f5428-6ddc-200b-5529-fdb631785baa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T06:42:25-08:00","issued":"2016-01-16T06:42:25.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/aebc955a-bb72-e220-9b08-dd4e866ac895","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"2e8b4642-a412-b1b4-ce6f-6d1d1ef08ea5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T07:16:42-08:00","issued":"2016-01-16T07:16:42.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/a2cc5d31-49dd-d2d2-9454-cac0708cd4a5","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"8df36d7d-d7b7-713c-73c2-06c849367d9f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDEtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGRpZCBub3QgZmluaXNoIGhpZ2ggc2Nob29sLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdW5oZWFsdGh5IGFsY29ob2wgZHJpbmtpbmcgYmVoYXZpb3IgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgdGQgKGFkdWx0KSBwcmVzZXJ2YXRpdmUgZnJlZSwgaGVwIGIsIGFkdWx0LCBtZW5pbmdvY29jY2FsIG1jdjRwLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQo="}]} +{"resourceType":"DiagnosticReport","id":"d285cdee-108d-4d5b-7eab-5b6e9ccbded3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/781d3f05-6e14-4955-a645-06e2639a3209"},"effectiveDateTime":"2005-11-20T02:01:44-08:00","issued":"2005-11-20T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDUtMTEtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDM1IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"6824840b-c646-269e-eb97-52430b5b6b3e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a8708b90-ebc0-6190-dc23-336dd5658513"},"effectiveDateTime":"1957-02-24T10:15:12-08:00","issued":"1957-02-24T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTctMDItMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDM0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"888e776c-fba2-8f55-08d7-1187f615e747","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/da26dce8-9c7b-f822-bf44-718b626a0fc4"},"effectiveDateTime":"1958-03-02T10:15:12-08:00","issued":"1958-03-02T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTgtMDMtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDM1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"9905f5dc-a5b6-ae9e-f200-e31884114e61","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/37b7e6b1-93b5-f268-5b74-f696a0202d22"},"effectiveDateTime":"1958-10-17T13:00:00-08:00","issued":"1958-10-17T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTgtMTAtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"8fbed348-3708-50f3-9765-2e967bdbb25d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8843b3c0-e9ca-0e94-d00b-7be3ff8af9f1"},"effectiveDateTime":"2013-03-11T01:42:00-07:00","issued":"2013-03-11T01:42:00.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDMtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"7367950b-39eb-1d28-07f0-2bd107d17a18","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"},"effectiveDateTime":"2016-06-01T17:48:10-07:00","issued":"2016-06-01T17:48:10.361-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}],"result":[{"reference":"Observation/7bea61ae-2f56-c212-d9f7-0e0762a74790","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"0bfc20f2-1eb2-1515-6cab-6e0cb8e6960e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"},"effectiveDateTime":"2016-06-01T17:06:21-07:00","issued":"2016-06-01T17:06:21.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDYtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBocHYsIHF1YWRyaXZhbGVudC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"a30c2b87-6400-7e8c-d242-098e54730751","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/efd2ba2c-3c31-1692-8a43-675d9eed65e8"},"effectiveDateTime":"1959-10-23T13:00:00-08:00","issued":"1959-10-23T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTktMTAtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"bf01b560-8c2d-7a72-6ed5-68b7412b0893","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/53e9c544-0cc2-508d-fe87-6d26d492c00d"},"effectiveDateTime":"2013-03-23T04:56:45-07:00","issued":"2013-03-23T04:56:45.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDMtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgY2FyLCByZWxheCwgYWxvbmUsIGZvcmdldCwgZnJpZW5kcywgdHJvdWJsZSBzY3JlZW5pbmcgdGVzdCAocHJvY2VkdXJlKQotIGFudGljaXBhdG9yeSBndWlkYW5jZSAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"ff67ff62-503a-b686-b37c-6f424d053a5c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/1f2a28dc-20ab-83b5-7375-d660d2fc8d3b"},"effectiveDateTime":"1959-03-08T10:15:12-08:00","issued":"1959-03-08T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NTktMDMtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDM2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"73ffa96c-feaf-b4df-cf44-ef92c48fe291","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/1cac9e5d-260b-c02d-85e8-ae7325618616"},"effectiveDateTime":"1960-03-13T10:15:12-08:00","issued":"1960-03-13T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjAtMDMtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDM3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"85acdaea-7204-e1ee-3577-9bbf9a4d95fc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/db02bd0e-32c5-cc67-c649-8a278d28fb45"},"effectiveDateTime":"2006-11-26T02:01:44-08:00","issued":"2006-11-26T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDYtMTEtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDM2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"e8027991-933c-b042-0f34-87d9717e54fd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/89e133f1-1750-8f6e-3d18-5dbd3967dde2"},"effectiveDateTime":"2007-12-02T02:01:44-08:00","issued":"2007-12-02T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDctMTItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDM3IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"eaf89787-4882-e22b-38fe-65a0a63b3981","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/9acf0400-4a95-ebd3-de27-0987c065a22a","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/22cb5bb3-8138-fbd4-b7d4-e6622539fa38","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/acd08f46-b9d9-e670-c2f4-8a85d6faf606","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/7b0a0387-fa80-355d-40f7-de828768c811","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/1cb73148-ca4c-fccc-ef2d-1656381e016d","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/eefcbb3e-ca5c-0571-8cdb-93e8920e9bf8","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/01167e2c-f2c5-03e2-c5ed-eddcc6b0f3d3","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/51d7ff40-a1a8-7125-266f-1e878438640e","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/035adcbe-64d8-d883-aafd-1f4088907aa2","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/1d9124da-1e6a-aea2-2bb3-73d9f642f7a3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/b36bb6e9-1682-05d2-d634-6a6d5a620bb5","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"ed4dcfa0-b09f-d998-2a27-3581e2067156","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T13:13:06-07:00","issued":"1981-05-02T13:13:06.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/61818974-7608-1404-8440-c30ccabbeb9d","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"8ec0286b-622e-5e30-3d08-a86e0b30ba15","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T13:55:20-07:00","issued":"1981-05-02T13:55:20.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/782da87a-1580-15ac-e8d0-919fb4247d62","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"1bf6e9fa-a6cd-35b8-84ad-ace2f0a266f7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODEtMDUtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHNwaXJvbWV0cnkgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"70dc51b9-2c41-7269-159e-cfdf5a6b2dfe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/3909e87b-9bfb-3f2d-55de-848c50f04b00","display":"Total Cholesterol"},{"reference":"Observation/e4460846-542c-f943-ccb8-6c755137b50d","display":"Triglycerides"},{"reference":"Observation/e11c997c-426c-6a60-701f-2fdb432da7f4","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/d57bea69-3009-6acc-fd29-477372503d90","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"f251551f-75f3-eab8-05b8-a330c07348cf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"effectiveDateTime":"2017-01-21T06:20:55-08:00","issued":"2017-01-21T06:20:55.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/73649893-5a83-3431-b7f3-593af39e023a","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"5bad8b74-79e0-c01b-9940-ace942f3ff21","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"effectiveDateTime":"2017-01-21T05:02:47-08:00","issued":"2017-01-21T05:02:47.440-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDEtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgcmVwb3J0cyBvZiB2aW9sZW5jZSBpbiB0aGUgZW52aXJvbm1lbnQgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgZGlkIG5vdCBmaW5pc2ggaGlnaCBzY2hvb2wuClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBoZXAgYiwgYWR1bHQuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdCg=="}]} +{"resourceType":"DiagnosticReport","id":"35dce10e-e604-7291-5448-f36fbadf7770","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/24780e24-a5b6-b8fe-7a33-07dc3fe3a7fc","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/263b715d-ff51-690a-27db-4e0465997024","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/d3e57759-d26b-5758-62f4-0dc900548998","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/a647633b-80fd-9296-aa9a-a6e1fefa4fa3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/2eb01184-ce82-f0ef-a286-23ffd7adbf9c","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/14fb45dd-750a-447c-d9d7-c82f9dd3847b","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/1e219112-bcd2-e2fa-2c9c-8e82c212a7ae","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/66d21361-a2fd-74bd-77f4-7fef046efb2d","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/566f9ef6-0606-3ee5-e8bf-0376dcd790cc","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/fc5efeac-e85d-5cce-a8f9-8c89d954d2cf","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/942c6521-25c4-9ccc-faf0-4ba7ffa711c3","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"b5debc06-a70a-14be-3d5e-0dd3c723128a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T21:00:58-07:00","issued":"2012-10-12T21:00:58.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/fb2420f7-056b-3a76-5b8f-d2e366a9e51e","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"37923561-072b-6226-167f-9dca72d4fbd7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/c87f79c4-136b-65bd-fc59-ce1b9c3b959f"},"effectiveDateTime":"1960-10-28T13:00:00-08:00","issued":"1960-10-28T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjAtMTAtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"8e3066dd-fb5a-4213-b08e-33ceae4398cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T21:43:20-07:00","issued":"2012-10-12T21:43:20.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/8712023d-6528-ff93-1dd4-891c6a17d4a3","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"a0479f0a-f427-63e0-dd74-4e5f8e76bc4d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T22:21:48-07:00","issued":"2012-10-12T22:21:48.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/369fa210-2c06-52ba-fa77-77e593af1d5a","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"83384a7a-c563-1b47-ad36-244b89bb639a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/1a668178-4ad2-f70c-fff0-5b57b49d6e83"},"effectiveDateTime":"2016-06-07T17:40:25-07:00","issued":"2016-06-07T17:40:25.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDYtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"7a8d4ac8-4583-f6cb-d816-7fda7fd3b013","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTAtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjIgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"1f58a019-37ad-9f3f-3357-6b106ecdf135","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/0932d8bb-c9c4-d866-9800-2ae92fe0f31b"},"effectiveDateTime":"2016-07-01T18:22:36-07:00","issued":"2016-07-01T18:22:36.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDctMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"4f622b1a-7d84-da92-9621-f982833705e9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/95dea7b8-4b06-ca31-934d-ecf3a495a462"},"effectiveDateTime":"1961-11-03T13:00:00-08:00","issued":"1961-11-03T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjEtMTEtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"16affdef-1256-0733-9658-2e6bb68c7f55","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f51772e9-6aab-0665-2a53-ea5916333450"},"effectiveDateTime":"2017-09-21T21:02:47-07:00","issued":"2017-09-21T21:02:47.440-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgcmVwb3J0cyBvZiB2aW9sZW5jZSBpbiB0aGUgZW52aXJvbm1lbnQgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgZGlkIG5vdCBmaW5pc2ggaGlnaCBzY2hvb2wuClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"7a08bbee-8a74-757e-a575-84da3e9bafdd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/11cb4a28-8674-a316-a779-1bed68b809ea"},"effectiveDateTime":"2013-04-01T01:58:30-07:00","issued":"2013-04-01T01:58:30.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDQtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"d0882950-7bdd-39df-bdfc-b9088adfb14d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/c9385a38-7d4c-9c15-dc50-58639bb009ab"},"effectiveDateTime":"2016-07-24T18:57:39-07:00","issued":"2016-07-24T18:57:39.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDctMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"c6ed46da-1662-cf63-0df8-f4b49521b7c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/ceff59c1-85dd-c1c5-8e9b-7a136d91126b"},"effectiveDateTime":"1961-03-19T10:15:12-08:00","issued":"1961-03-19T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjEtMDMtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDM4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"f769ca81-8465-c870-c59f-09175d67a1ac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/e20a4b40-ab57-7fd9-c708-4e39bb4bbf74"},"effectiveDateTime":"1962-03-25T10:15:12-08:00","issued":"1962-03-25T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjItMDMtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDM5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"ac27e9c6-ee42-8f21-36cc-9c2f904db28c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6633f7af-4c76-8139-d0bf-7ca127dc7a0a"},"effectiveDateTime":"2008-08-26T05:01:44-07:00","issued":"2008-08-26T05:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMDgtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDM4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"9246c2f8-706b-50d8-4639-d78086f35aa8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/2fd6f23b-e690-f4ad-86fd-e316b6e531e3"},"effectiveDateTime":"2008-12-07T02:01:44-08:00","issued":"2008-12-07T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMTItMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDM4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"5beca37f-b8a2-2757-a920-725f11c2312a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0acc991d-f23f-db05-3da1-3ce9ab7dc83b"},"effectiveDateTime":"2013-04-23T02:34:11-07:00","issued":"2013-04-23T02:34:11.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDQtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"6f36e3bd-8e5a-5831-db51-34505ccbcf4d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/4bdbac4c-5e4e-a29a-3f7c-ea46b8bf402f"},"effectiveDateTime":"2016-08-16T19:35:07-07:00","issued":"2016-08-16T19:35:07.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDgtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"ed12b6b9-38e5-255b-be3c-31723c258ab8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/97b5e87c-7847-fe1c-cef2-432599194afa"},"effectiveDateTime":"1962-11-09T13:00:00-08:00","issued":"1962-11-09T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjItMTEtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"0fcf11f4-1204-c500-456e-4fbff16d1c0b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0bdc676a-9a2b-143b-b518-2273c6155f6b"},"effectiveDateTime":"2009-12-13T02:01:44-08:00","issued":"2009-12-13T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMTItMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDM5IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"bb87b0c2-f53b-8e0d-c22e-5db70da60cc9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/9586fba8-f2ba-80f3-e86e-dda3f19f9878"},"effectiveDateTime":"1963-03-31T10:15:12-08:00","issued":"1963-03-31T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjMtMDMtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQwIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"a5603c11-a08b-431e-25d1-65f0900f581d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/87c705d1-50b9-fa8e-a6a0-5e2d17f5693c"},"effectiveDateTime":"2013-05-17T02:56:16-07:00","issued":"2013-05-17T02:56:16.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDUtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"348b97b1-c96f-6de5-7be4-2ecf86e497e2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/e49ced8d-c150-3298-2798-3c60c33ef16b"},"effectiveDateTime":"2016-09-08T20:11:14-07:00","issued":"2016-09-08T20:11:14.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"0943edbd-0e67-9177-ad4e-d8c1616f4b08","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7252eb5e-f70c-b415-90d3-4630ccb63efa"},"effectiveDateTime":"1964-04-05T10:15:12-08:00","issued":"1964-04-05T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjQtMDQtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQxIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"fabd3906-828f-258b-c158-c0417ff34610","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/5e90da57-e9a4-410b-c5c3-b8399c0f6b8c"},"effectiveDateTime":"2013-06-10T03:52:34-07:00","issued":"2013-06-10T03:52:34.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDYtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"1b55a906-18e8-c47c-5f22-f83bab276f69","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T11:54:23-07:00","issued":"1982-05-08T11:54:23.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/019ad09a-7569-d7a6-7a25-f1631a0fe6c5","display":"Total Cholesterol"},{"reference":"Observation/beb75d35-e29c-590b-cb3e-546736e063b7","display":"Triglycerides"},{"reference":"Observation/c3d4ffac-0a60-1080-a958-10c1716ca51c","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/279a3dd5-2c10-94ff-b770-0019a832e184","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"31c5679b-4ee5-7931-f7cf-237badd1ff2f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T12:55:54-07:00","issued":"1982-05-08T12:55:54.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/820a8210-4c11-f8fe-51ae-ddcc2ba5608f","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"965a4c7f-08d7-54f5-656c-71704b569f3b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T13:34:28-07:00","issued":"1982-05-08T13:34:28.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/c7889e02-25c4-0bc7-e3e3-ffee4326b36f","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"5c82911f-9bf3-d671-1d6c-481650886ab2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T14:15:21-07:00","issued":"1982-05-08T14:15:21.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/b9d9e1f2-e1db-9b8e-c062-552431ef30a7","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"4ab6743d-991c-0c23-6ae9-4904c6aea60c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T11:54:23-07:00","issued":"1982-05-08T11:54:23.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODItMDUtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3Bpcm9tZXRyeSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRvbWVzdGljIGFidXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkcnVnIGFidXNlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"d709e6ee-cc8e-fc9b-1fe7-8c8bea88a225","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"effectiveDateTime":"2013-10-18T21:18:44-07:00","issued":"2013-10-18T21:18:44.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/2398a5e3-86b9-8ac0-d7f0-d34ee1faef4e","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"8e650105-12b3-54e5-30b2-7657eb87770f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"effectiveDateTime":"2013-10-18T21:54:09-07:00","issued":"2013-10-18T21:54:09.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/9183be13-0d15-9705-12c3-0606468a61df","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"c1b947d7-b7b1-6f41-e533-a67e79434356","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"effectiveDateTime":"2013-10-18T19:52:58-07:00","issued":"2013-10-18T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBhbGNvaG9sIHVzZSBkaXNvcmRlcnMgaWRlbnRpZmljYXRpb24gdGVzdCAtIGNvbnN1bXB0aW9uIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"da8ee61e-4605-16f3-4fc9-34b9848dfb8c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"effectiveDateTime":"2018-01-27T06:08:58-08:00","issued":"2018-01-27T06:08:58.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/10d6f10a-7e6c-084f-13cb-45ddf6458484","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"9468df80-45e1-7996-1bbf-499fa2ccaa96","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/9d3605a9-6880-d119-6c45-b500539b1261"},"effectiveDateTime":"2010-12-19T02:01:44-08:00","issued":"2010-12-19T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMTItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQwIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"35b31b5f-bc3e-4a84-412a-df5f955d1de4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/8907bcc8-999d-4530-7712-5f7e9dd1d484"},"effectiveDateTime":"2011-12-25T02:01:44-08:00","issued":"2011-12-25T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMTItMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQxIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"3f0cafb2-bcc9-b6ce-c454-89c9ca51d680","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3c8b1c46-1797-8a56-1a8b-735579b17266"},"effectiveDateTime":"2016-10-03T20:46:58-07:00","issued":"2016-10-03T20:46:58.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTAtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"8e527aa4-70f6-2065-1457-3382d17d698f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8976e52b-ca58-246a-09a0-b898aacc787b"},"effectiveDateTime":"2013-07-03T04:44:46-07:00","issued":"2013-07-03T04:44:46.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDctMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"155d5ff8-3380-0864-e070-e952540bc2dd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f8d1cdf1-5660-013f-6761-c01d0a9bcfe8"},"effectiveDateTime":"2016-10-25T21:25:41-07:00","issued":"2016-10-25T21:25:41.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTAtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"ad136792-4303-960c-c7a8-78f155dcc5dd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/cfb022a9-ab4f-7cad-9824-875602ca3b8e"},"effectiveDateTime":"2013-07-26T05:32:40-07:00","issued":"2013-07-26T05:32:40.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDctMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"877d1def-4b75-b342-b0ea-b7cdc1387e72","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/4d0f36c1-7a38-3964-57dc-738334171c02"},"effectiveDateTime":"2016-11-17T20:52:35-08:00","issued":"2016-11-17T20:52:35.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTEtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"5cb058b6-1f4f-0d3d-45fa-aa877786024b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/244d1f94-f1d7-fa54-ccfc-eea20f7bc74f"},"effectiveDateTime":"1963-11-15T13:00:00-08:00","issued":"1963-11-15T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjMtMTEtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"163767b8-d72f-74a8-65f9-f97c20f221ff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/d1608119-6ae0-60f6-46ed-e1a6f8884b85"},"effectiveDateTime":"2016-12-10T21:16:39-08:00","issued":"2016-12-10T21:16:39.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTItMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"68287669-8129-8958-437b-f8b93b271f8e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/acc8879a-799c-c346-398e-fe7966d43e26"},"effectiveDateTime":"1964-04-01T10:15:12-08:00","issued":"1964-04-01T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjQtMDQtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQxIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"c7b1dbaa-3170-77f8-0a8f-efea71bb5b05","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/0b527512-ea3e-83cf-01f9-157dbc04a387"},"effectiveDateTime":"2017-01-01T22:08:42-08:00","issued":"2017-01-01T22:08:42.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDEtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"881b5142-e46b-22ed-37f7-a1e1f248bb94","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"effectiveDateTime":"2018-01-27T06:50:37-08:00","issued":"2018-01-27T06:50:37.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/78e92ed0-ee63-a772-422b-1624c8c3bd1c","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"590b90ad-5da3-ee52-bf59-ede808b35d25","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"effectiveDateTime":"2018-01-27T05:02:47-08:00","issued":"2018-01-27T05:02:47.440-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgcmVwb3J0cyBvZiB2aW9sZW5jZSBpbiB0aGUgZW52aXJvbm1lbnQgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgZGlkIG5vdCBmaW5pc2ggaGlnaCBzY2hvb2wuClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0K"}]} +{"resourceType":"DiagnosticReport","id":"2e629477-9183-7eff-4fbe-52fc59fb9e3f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/6c1beaa5-a0e8-f0d4-ed92-2b515b6b155c"},"effectiveDateTime":"1964-10-30T13:00:00-08:00","issued":"1964-10-30T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjQtMTAtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgaG91c2luZyB1bnNhdGlzZmFjdG9yeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"7f617c60-3da6-4749-2580-d4c1779c5967","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/44722cae-6800-8a9b-b6db-c86a0b53a877"},"effectiveDateTime":"1965-04-11T10:15:12-08:00","issued":"1965-04-11T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjUtMDQtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQyIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"8d51260c-daa7-3124-a3b8-7f83d5afcd4d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/34ef94e3-1e00-f19a-d2fe-66f8e8693a69"},"effectiveDateTime":"1982-07-10T11:54:23-07:00","issued":"1982-07-10T11:54:23.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODItMDctMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbWVwZXJpZGluZSBoeWRyb2NobG9yaWRlIDUwIG1nIG9yYWwgdGFibGV0OyA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"bb6f43e8-12f6-5e4d-c338-f4defdd9dbe9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/81313396-3880-5c56-897b-45951c72a28e"},"effectiveDateTime":"2012-06-04T03:01:44-07:00","issued":"2012-06-04T03:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDYtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQxIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBvc3Rlb2FydGhyaXRpcyBvZiBrbmVlLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldApUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gbXVzY3Vsb3NrZWxldGFsIGNhcmUK"}]} +{"resourceType":"DiagnosticReport","id":"7682dfc4-c282-b433-fa40-fe9435bec0c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/6df30476-5968-a8e1-3119-c47785130af8"},"effectiveDateTime":"2014-02-02T18:52:58-08:00","issued":"2014-02-02T18:52:58.316-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999689","display":"Dr. Nelda514 Blanda868"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBjaHJvbmljIGxvdyBiYWNrIHBhaW4gKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdCg=="}]} +{"resourceType":"DiagnosticReport","id":"959e565f-2779-e4f2-9623-96454eae8a6c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/6a967694-41f4-7f69-da17-1c82ac6489fd"},"effectiveDateTime":"2013-08-19T06:27:38-07:00","issued":"2013-08-19T06:27:38.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"e3d006fb-f38e-231b-bed6-b340a548fa67","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/791a758f-31f7-8b49-eb77-e5b29fd8da37"},"effectiveDateTime":"2013-09-13T07:15:01-07:00","issued":"2013-09-13T07:15:01.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDktMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"555a2c3e-d889-a9a2-1824-7f290970a42a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/85283ea3-f6a8-c38a-d259-fb7f4b1a0b5b"},"effectiveDateTime":"2013-10-07T07:43:48-07:00","issued":"2013-10-07T07:43:48.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"c15eadbf-0415-edf5-eeba-f1c19f88d815","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0303063f-fc3e-fc42-613b-2475b914dd84"},"effectiveDateTime":"1965-10-09T07:15:12-07:00","issued":"1965-10-09T07:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjUtMTAtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"c5ce586b-5061-ccb2-f240-25e665003b83","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/2cb94212-32e4-187e-aef2-3806228a30a9"},"effectiveDateTime":"1964-10-25T08:00:00-08:00","issued":"1964-10-25T08:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjQtMTAtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgaG91c2luZyB1bnNhdGlzZmFjdG9yeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"07469fcc-3035-683b-acf6-8d7da928994c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/28246ffc-373e-ece8-9bf4-544f6628b6e4"},"effectiveDateTime":"2017-01-24T22:50:22-08:00","issued":"2017-01-24T22:50:22.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDEtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"015f4119-7515-61c9-8431-ec84d3746d00","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/562fccac-1220-ee96-87e2-8de29c39114c"},"effectiveDateTime":"1965-11-01T06:15:12-08:00","issued":"1965-11-01T06:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjUtMTEtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNocm9uaWMgc2ludXNpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"40f3c2e2-b6a9-1a4b-7cca-cb098037a9fd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ae29a476-eb28-3819-7f23-2fbd1d7bbe9e"},"effectiveDateTime":"1964-11-20T13:00:00-08:00","issued":"1964-11-20T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjQtMTEtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgaG91c2luZyB1bnNhdGlzZmFjdG9yeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"de19195a-02e3-919b-32fa-b8ee3c83cc5d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/6e0babd3-a3b6-97e2-52cc-71364467f3b9"},"effectiveDateTime":"2017-02-19T23:27:48-08:00","issued":"2017-02-19T23:27:48.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"4c04c74a-658e-8939-bea6-2f12d03bf769","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f420f085-39b7-f081-b8d6-b19a60fd1f88"},"effectiveDateTime":"2014-03-16T23:52:58-07:00","issued":"2014-03-16T23:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDMtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldApUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gdGhlcmFweSAocmVnaW1lL3RoZXJhcHkpCg=="}]} +{"resourceType":"DiagnosticReport","id":"d30cb200-d9c9-13ef-4823-25db5cf45bec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/937d2a66-bf2b-6d87-8dfc-7b1152cb81fa"},"effectiveDateTime":"2012-11-10T02:01:44-08:00","issued":"2012-11-10T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTEtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBzcHJhaW4gb2YgYW5rbGUuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldApUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gcGh5c2ljYWwgdGhlcmFweSBwcm9jZWR1cmUK"}]} +{"resourceType":"DiagnosticReport","id":"97523e73-c20b-b73f-9966-d207d74b13f8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/b92509f5-e42b-c114-c531-d1cf3ba81d06"},"effectiveDateTime":"1965-11-26T13:00:00-08:00","issued":"1965-11-26T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjUtMTEtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgaG91c2luZyB1bnNhdGlzZmFjdG9yeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"7912f447-7dc2-12e8-00ff-60c76170b106","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/e964d6d0-8a9d-b280-58a6-f0a2e11ac0e8"},"effectiveDateTime":"2017-03-15T01:14:38-07:00","issued":"2017-03-15T01:14:38.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDMtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"2cdbd4ba-5ce3-7941-4fd6-181d8623f5bc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/cba72dcc-19e6-4a6b-8e4a-52c31aee1cf2"},"effectiveDateTime":"1966-03-18T13:00:00-08:00","issued":"1966-03-18T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjYtMDMtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgaG91c2luZyB1bnNhdGlzZmFjdG9yeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG1pc2NhcnJpYWdlIGluIGZpcnN0IHRyaW1lc3Rlci4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"90377ab6-a313-1f16-6c97-5ee8d5d7aedb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/d201fada-da38-2e29-3be0-fbd9d3d12b99"},"effectiveDateTime":"2017-04-07T01:42:31-07:00","issued":"2017-04-07T01:42:31.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDQtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"9d36d01f-65a1-3915-3ac7-d94b1db07085","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/19a1cc17-a0a1-d397-75b2-6180b1f28872"},"effectiveDateTime":"1966-12-02T13:00:00-08:00","issued":"1966-12-02T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjYtMTItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBtaXNjYXJyaWFnZSBpbiBmaXJzdCB0cmltZXN0ZXIsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"da7b3c82-2063-4ebb-7c84-2c05ee9d45b2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/1402b50f-c402-6168-49e9-2472b7b024b5"},"effectiveDateTime":"2017-05-03T02:34:52-07:00","issued":"2017-05-03T02:34:52.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDUtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"b368be89-fce8-ae95-2eba-706551fc2342","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"effectiveDateTime":"2019-02-02T06:10:34-08:00","issued":"2019-02-02T06:10:34.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/033046ab-66b9-03c3-3097-8c4726070073","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"488e06b6-f4e5-0193-b937-6327f4ec0b25","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/4ee4bd3f-1a77-b96e-a251-f7d8f4df4e6b"},"effectiveDateTime":"2017-05-29T03:04:18-07:00","issued":"2017-05-29T03:04:18.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDUtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"274721b9-20eb-ba67-a69d-696289b7865c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"effectiveDateTime":"2019-02-02T06:44:48-08:00","issued":"2019-02-02T06:44:48.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/6f368d8d-e573-f887-ad4d-d39938a6c040","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"00811d16-0222-3a36-cc6f-54a42d560c59","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/217f2dad-5966-9870-7a27-a59da239079e"},"effectiveDateTime":"1967-12-08T13:00:00-08:00","issued":"1967-12-08T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjctMTItMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBtaXNjYXJyaWFnZSBpbiBmaXJzdCB0cmltZXN0ZXIsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"ba62b6e0-4a18-a2d4-4f73-2315968e26c6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"effectiveDateTime":"2019-02-02T07:20:46-08:00","issued":"2019-02-02T07:20:46.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/21a17766-e98d-3ba0-6fcc-18a7efbbb1b6","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"8eb1c9a1-728b-4ea6-d7f6-7c505d591379","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"effectiveDateTime":"2019-02-02T05:02:47-08:00","issued":"2019-02-02T05:02:47.440-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgcmVwb3J0cyBvZiB2aW9sZW5jZSBpbiB0aGUgZW52aXJvbm1lbnQgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgZGlkIG5vdCBmaW5pc2ggaGlnaCBzY2hvb2wuClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0K"}]} +{"resourceType":"DiagnosticReport","id":"ab3fad20-6eec-2675-4f8c-f693614df569","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e8f364c1-7a13-7b7e-9225-e702ee427cbe"},"effectiveDateTime":"2013-10-13T17:56:45-07:00","issued":"2013-10-13T17:56:45.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHRocm9hdCBjdWx0dXJlIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"702e4d0f-3d62-42d3-dc5e-5f536b9bb172","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/2884f0ef-356a-2a9e-5406-51cfbb991345"},"effectiveDateTime":"1965-12-19T10:15:12-08:00","issued":"1965-12-19T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjUtMTItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBjaHJvbmljIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"3606fc0f-edb3-9096-f808-7bcd6d5735bc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7561ecab-883a-2613-a160-7da98aca7825"},"effectiveDateTime":"1966-04-10T10:15:12-08:00","issued":"1966-04-10T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjYtMDQtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBjaHJvbmljIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"638192cf-aa21-5054-3221-eb5a37489da8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"effectiveDateTime":"1982-07-10T13:10:04-07:00","issued":"1982-07-10T13:10:04.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}],"result":[{"reference":"Observation/2c459643-b7e4-74fe-afde-a99b245106db","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"e9d119dd-ea07-1db8-9b57-edfd9f66ec60","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"effectiveDateTime":"1982-07-10T13:51:10-07:00","issued":"1982-07-10T13:51:10.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}],"result":[{"reference":"Observation/865e2715-76a3-e5ba-a4aa-319c399a2315","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"182b6414-5552-c9c8-1aa3-69fc7e1b3d40","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"effectiveDateTime":"1982-07-10T14:31:28-07:00","issued":"1982-07-10T14:31:28.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}],"result":[{"reference":"Observation/1a4baa8c-2df9-5026-f261-8d49263883f6","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"955d9542-1ffa-a472-8373-a41856433020","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"effectiveDateTime":"1982-07-09T11:54:23-07:00","issued":"1982-07-09T11:54:23.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODItMDctMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbWVwZXJpZGluZSBoeWRyb2NobG9yaWRlIDUwIG1nIG9yYWwgdGFibGV0OyA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3Bpcm9tZXRyeSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"d7a43d22-9a4d-d86a-dee3-a78abae1d2c0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/bd253652-655c-a27f-37f6-839a82334e09"},"effectiveDateTime":"2014-05-15T23:52:58-07:00","issued":"2014-05-15T23:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDUtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF0K"}]} +{"resourceType":"DiagnosticReport","id":"542490f3-9c7a-5808-2925-7914d20b9cdc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/acf4077e-087b-3895-3d0c-d7623a78d381"},"effectiveDateTime":"2013-11-03T07:27:49-08:00","issued":"2013-11-03T07:27:49.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTEtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"270e2262-51eb-62d0-5726-f178ecf990d8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/a2205c5f-9443-9cba-57e5-a970ac5998e9"},"effectiveDateTime":"2014-08-10T19:52:58-07:00","issued":"2014-08-10T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgLyBveHljb2RvbmUgaHlkcm9jaGxvcmlkZSAxMCBtZyBvcmFsIHRhYmxldCBbcGVyY29jZXRdOyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"fd4bfdf9-32ee-acc3-9160-88215542218b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/04fd9719-5d30-8a1a-c529-d94f9b914152"},"effectiveDateTime":"2013-11-24T07:52:44-08:00","issued":"2013-11-24T07:52:44.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTEtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"4f855fa0-7f93-d664-ab67-5a14ff94a4c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"51990-0","display":"Basic Metabolic Panel"}],"text":"Basic Metabolic Panel"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/d2311450-d349-9f68-96b2-02d027120502","display":"Glucose"},{"reference":"Observation/d0b53f92-3fae-c3ae-ad8c-f617cc3aa1c4","display":"Urea Nitrogen"},{"reference":"Observation/c9112ceb-eec1-e3b6-006a-b4d54cbff9df","display":"Creatinine"},{"reference":"Observation/a8d31a66-9a31-f154-41ca-85070faaea1e","display":"Calcium"},{"reference":"Observation/12d2399f-33d2-df89-38d3-5491bd15c366","display":"Sodium"},{"reference":"Observation/d6308db6-73c2-5b71-6f43-4a559ff5083f","display":"Potassium"},{"reference":"Observation/18c8348b-aca4-af5f-e09e-d47b916ffe92","display":"Chloride"},{"reference":"Observation/77878f2d-422a-3446-9511-c811a18a19b4","display":"Carbon Dioxide"}]} +{"resourceType":"DiagnosticReport","id":"086f845d-91c1-e276-64fb-ec1b8c699973","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/3f82fd8b-062f-f55a-ae8a-65da3d6a80a2","display":"Total Cholesterol"},{"reference":"Observation/bbba216b-e0d4-69f6-aebf-585df49f348e","display":"Triglycerides"},{"reference":"Observation/80f9dca4-9a03-69bf-4e4e-ff48788d9b9a","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/32237e87-dd8a-bf0a-6137-9bf04c1a73e2","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"845aaf62-6870-abda-2b38-81e446c8c635","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T03:19:09-08:00","issued":"2012-12-30T03:19:09.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/282245ea-b7ad-7a71-615b-e79abcb4a063","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"ad637898-0210-03e9-2c9a-ae1b77439ee1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d2f9ba1a-565f-5d56-093c-f1eca1d9dc87"},"effectiveDateTime":"1966-04-24T11:15:12-07:00","issued":"1966-04-24T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjYtMDQtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBjaHJvbmljIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"c097596b-e96d-30ed-1701-8b94095775fc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/13b68fad-ef0e-b05d-46d9-1fe0be301020"},"effectiveDateTime":"1967-04-30T11:15:12-07:00","issued":"1967-04-30T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjctMDQtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQ0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBjaHJvbmljIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"1187b378-9ebc-372e-b2b8-67b137ee86aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"effectiveDateTime":"1983-05-14T13:09:06-07:00","issued":"1983-05-14T13:09:06.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/48463cc6-e503-9274-4268-4f09c6b6b95c","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"a2f54c70-824f-c6bf-505e-2de246f73246","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"effectiveDateTime":"1983-05-14T11:54:23-07:00","issued":"1983-05-14T11:54:23.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODMtMDUtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0MSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3Bpcm9tZXRyeSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDYwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMjUgbWcvYWN0dWF0IC8gc2FsbWV0ZXJvbCAwLjA1IG1nL2FjdHVhdCBkcnkgcG93ZGVyIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"29f021a7-ef11-ebdc-52ba-220d5a3bdf03","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"effectiveDateTime":"2020-02-08T06:39:22-08:00","issued":"2020-02-08T06:39:22.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/e28256ef-1ff3-bd70-136d-b6d7add8a464","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"7b4cf1ae-635f-6c4b-8e2b-b82b6e0a5179","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"effectiveDateTime":"2020-02-08T07:16:27-08:00","issued":"2020-02-08T07:16:27.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/f8fb0b00-a314-2f26-6b0e-e5c0b0542704","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"13b6e6e7-6937-59e6-7df5-345eb0c70316","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"effectiveDateTime":"2020-02-08T05:02:47-08:00","issued":"2020-02-08T05:02:47.440-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDItMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZyksIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGRpZCBub3QgZmluaXNoIGhpZ2ggc2Nob29sLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQo="}]} +{"resourceType":"DiagnosticReport","id":"88956307-b544-7a8c-338b-ad45d500f60f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T03:56:21-08:00","issued":"2012-12-30T03:56:21.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/e2635e92-027d-f6cd-f1ed-f66f65d16407","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"f34894e0-5ddb-6c6d-a4ac-fa358c72ae5f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/a775d198-39af-7d2b-f92c-306334595867"},"effectiveDateTime":"2013-12-16T08:23:16-08:00","issued":"2013-12-16T08:23:16.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTItMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"51bb6eba-ec96-1982-45d3-33dbaae09cca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T04:30:05-08:00","issued":"2012-12-30T04:30:05.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/46ba1821-3eb6-4849-c90b-d485519d2d4d","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"cd8268a9-e0ca-6058-a17b-01d7197db33c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTItMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkb21lc3RpYyBhYnVzZSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"f346569b-701b-674a-579e-e87fd0a71f0e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/e5db05b2-d718-b1f1-3e55-b9623c7cde8c"},"effectiveDateTime":"1968-05-05T11:15:12-07:00","issued":"1968-05-05T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjgtMDUtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQ1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBjaHJvbmljIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"2954f13e-2bf1-89de-cfac-7558aae16176","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/3f3866c3-4c55-56c8-0510-d3f38e784fa0"},"effectiveDateTime":"2014-01-08T08:43:44-08:00","issued":"2014-01-08T08:43:44.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDEtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"bf1400f1-c676-5bf0-5fe7-bcfff1959c33","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/c936981e-0489-5863-89eb-4fe8324363b7"},"effectiveDateTime":"1969-05-11T11:15:12-07:00","issued":"1969-05-11T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjktMDUtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQ2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBjaHJvbmljIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"c50e430d-355c-fe84-f8bb-64929d09d3a0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/470d8247-30ae-f402-5f2a-73df6f8b8613"},"effectiveDateTime":"2014-01-30T09:21:52-08:00","issued":"2014-01-30T09:21:52.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDEtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"7166ef70-8ee2-53fe-7ee2-49760001bea1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"effectiveDateTime":"2014-10-24T21:05:41-07:00","issued":"2014-10-24T21:05:41.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/1be2c231-e317-6463-c1b6-30e0b8d89b91","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"21736879-2373-1946-d53e-7712710cf7b0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"effectiveDateTime":"2014-10-24T19:52:58-07:00","issued":"2014-10-24T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTAtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIC8gb3h5Y29kb25lIGh5ZHJvY2hsb3JpZGUgMTAgbWcgb3JhbCB0YWJsZXQgW3BlcmNvY2V0XTsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIC8gb3h5Y29kb25lIGh5ZHJvY2hsb3JpZGUgMTAgbWcgb3JhbCB0YWJsZXQgW3BlcmNvY2V0XQotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQo="}]} +{"resourceType":"DiagnosticReport","id":"c5fdf82a-e1aa-f5e3-2806-7d6f01b9efe1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/873dc536-dba3-057f-a191-ce052ccbea88"},"effectiveDateTime":"2014-02-21T10:09:00-08:00","issued":"2014-02-21T10:09:00.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDItMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"688ad96d-6420-0e9f-db9f-79ccdb2c5761","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/17787ac0-e67e-319a-5d2a-ab52e593431a"},"effectiveDateTime":"1968-12-13T13:00:00-08:00","issued":"1968-12-13T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjgtMTItMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0MSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBtaXNjYXJyaWFnZSBpbiBmaXJzdCB0cmltZXN0ZXIsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"3a1865d2-311c-bb10-673a-194dc962b945","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/3ad04d7e-50fb-e628-06e2-c7b46062fbae"},"effectiveDateTime":"2020-08-28T22:02:47-07:00","issued":"2020-08-28T22:02:47.440-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDgtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZyksIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGRpZCBub3QgZmluaXNoIGhpZ2ggc2Nob29sLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"978b113b-5063-9ed9-1b88-2d5c8c974c73","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/839fd8e5-ce70-e03a-b4a5-da94875e4e4e"},"effectiveDateTime":"1970-05-17T11:15:12-07:00","issued":"1970-05-17T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzAtMDUtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQ3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"e236c36d-d723-2277-7318-88478e36cd1d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"effectiveDateTime":"2017-06-07T17:46:29-07:00","issued":"2017-06-07T17:46:29.361-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}],"result":[{"reference":"Observation/dff3a95a-93c6-0176-694f-58e11f0f40bc","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"72d1d0b9-d815-3d5f-c71e-efe446b8f731","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"effectiveDateTime":"2017-06-07T17:06:21-07:00","issued":"2017-06-07T17:06:21.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDYtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSBuaW5lIGl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGNhciwgcmVsYXgsIGFsb25lLCBmb3JnZXQsIGZyaWVuZHMsIHRyb3VibGUgc2NyZWVuaW5nIHRlc3QgKHByb2NlZHVyZSkKLSBhbnRpY2lwYXRvcnkgZ3VpZGFuY2UgKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"d82875d8-4b37-c90f-0753-d57e0e011af4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/80d94f86-dd3a-1af9-e0a7-93c9c68db2fd"},"effectiveDateTime":"2014-03-15T11:52:17-07:00","issued":"2014-03-15T11:52:17.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDMtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"0c948f8d-7e7f-13b1-1f5b-44a2220b18c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ee8a4311-f4a5-67aa-f5bd-4060e1ddde74"},"effectiveDateTime":"1969-12-19T13:00:00-08:00","issued":"1969-12-19T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NjktMTItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0MiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBtaXNjYXJyaWFnZSBpbiBmaXJzdCB0cmltZXN0ZXIsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"28f7c136-248c-e65a-cdeb-e15ce08bc5f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/92537509-6f97-3edd-d858-ce3e9b33c43f"},"effectiveDateTime":"1971-01-10T10:15:12-08:00","issued":"1971-01-10T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzEtMDEtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQ4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"b693859c-c3c2-e1eb-fafc-f1492a1089c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ac885b24-1137-3d4e-ae47-525872273172"},"effectiveDateTime":"2017-06-25T03:27:15-07:00","issued":"2017-06-25T03:27:15.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDYtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"6f7fcace-9fa2-fbac-4d7b-f7629524c7ed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/209a729d-92f8-ef2c-e313-e36e07e7cc78"},"effectiveDateTime":"2015-08-04T21:52:49-07:00","issued":"2015-08-04T21:52:49.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDgtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIC8gb3h5Y29kb25lIGh5ZHJvY2hsb3JpZGUgMTAgbWcgb3JhbCB0YWJsZXQgW3BlcmNvY2V0XTsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGNvbG9ub3Njb3B5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"acda630d-d3d7-28ea-09dc-d7e479b3de55","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a7c21f77-62e7-5837-8511-1a7b53587432"},"effectiveDateTime":"2017-07-17T04:27:08-07:00","issued":"2017-07-17T04:27:08.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDctMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"69ca5a6f-c60e-0138-ce46-a99eadb33cca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/4f93af74-692c-bc9c-b040-f08637d9166d"},"effectiveDateTime":"2017-08-11T05:26:57-07:00","issued":"2017-08-11T05:26:57.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDgtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"3ab9b038-93d6-21fb-8bc9-beda4f73c984","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"effectiveDateTime":"1984-05-19T12:58:19-07:00","issued":"1984-05-19T12:58:19.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/f1152822-7e15-51c0-7f94-014bbc3a15c9","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"742acb68-534c-25b1-4d25-ca98c588d77f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"effectiveDateTime":"1984-05-19T13:34:27-07:00","issued":"1984-05-19T13:34:27.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/f95e9f04-c3fe-2945-b719-49bd03696db7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"955c530e-0dc5-bef8-f2d4-69d966d902f0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T19:52:58-07:00","issued":"2015-10-30T19:52:58.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/5ae64720-d458-0662-4ebd-8658021fe3b7","display":"Total Cholesterol"},{"reference":"Observation/d2e0a41a-3ed9-57cf-6132-954ffecd9b4a","display":"Triglycerides"},{"reference":"Observation/92d7cc95-fe0d-64d3-3ddb-ce4f07abe40c","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/d27fc5c8-7129-4362-2644-e105ac7fc92d","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"913f3ca7-12f5-0c3f-dcdc-5ea872bd202c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"effectiveDateTime":"1984-05-19T11:54:23-07:00","issued":"1984-05-19T11:54:23.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODQtMDUtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0MiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzcGlyb21ldHJ5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"80f7f80a-52d1-263f-ea90-b9a3e2f80d81","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a646c48f-674f-d8dc-039c-03cd0d2a1fe1"},"effectiveDateTime":"1971-05-23T11:15:12-07:00","issued":"1971-05-23T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzEtMDUtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQ4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"124f52e3-ed27-359c-8baf-423bdae8ebfe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/8aab7bbe-5d9d-b029-e0ac-d397d0de3e91"},"effectiveDateTime":"1970-12-25T13:00:00-08:00","issued":"1970-12-25T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzAtMTItMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"1db84fc8-62ac-6a37-1355-e14ca8043132","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/d4700ece-38c9-5716-98f9-265e137ccf1f","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/20137839-6b40-aa22-cc37-d0707b7fd8d3","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/7b6c82ea-9f71-5339-583c-791bc7efcfeb","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/a570d4ea-86c8-3a8b-06ce-020549154f9a","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/cae8d6ef-8254-86d3-d7d8-09970c6e0ab0","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/bde64726-0cd0-32cb-3c48-c56f4b88a030","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/facab430-9098-05e1-5807-9ef8b1f0a51f","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/660c2472-0d5d-e42b-0fa6-7659d5f0f79e","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/3c066d88-6e9b-a997-3429-af90edbfaf3b","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/140c0017-c17c-0466-a661-6dd780083e83","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/71d12bd0-aa52-02da-7e10-a14ff0fd99db","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"e7457069-f77b-c62e-f48f-b580e7d967e4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T06:30:34-08:00","issued":"2021-02-13T06:30:34.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/0112ff79-71b3-cda6-5de1-cabd93806e09","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"37451172-c54b-3767-cfc9-53872e3444c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/3d34cf84-1425-7777-446f-ceda0592a59b"},"effectiveDateTime":"1971-12-31T13:00:00-08:00","issued":"1971-12-31T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzEtMTItMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0NCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"3749fdc3-abaf-3218-128c-61b51edae1fd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDItMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZyksIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGRpZCBub3QgZmluaXNoIGhpZ2ggc2Nob29sLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF07IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkcnVnIGFidXNlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdCg=="}]} +{"resourceType":"DiagnosticReport","id":"94b94e75-8272-1318-b100-b6710c1c81b3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/baeff878-e8f7-5981-fa0e-7e9e2dd27299"},"effectiveDateTime":"1972-05-28T11:15:12-07:00","issued":"1972-05-28T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzItMDUtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQ5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"fec96167-6e2b-3dbe-3ae3-dbbec68580d9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"51990-0","display":"Basic Metabolic Panel"}],"text":"Basic Metabolic Panel"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/9826e322-6842-d15c-8f98-3c48e58952a7","display":"Glucose"},{"reference":"Observation/bcb2e9ad-3e72-5d15-3f67-91134340291e","display":"Urea Nitrogen"},{"reference":"Observation/512efbd8-a774-0c49-2c28-30478b5a3ce2","display":"Creatinine"},{"reference":"Observation/5219c0a0-633e-789e-b59d-d9f62a22837c","display":"Calcium"},{"reference":"Observation/63350028-0e89-36a3-4e98-99686db0030b","display":"Sodium"},{"reference":"Observation/bb35c335-4ffc-7235-64ec-33b7e008df44","display":"Potassium"},{"reference":"Observation/7a1275dd-e093-6d25-6857-6ba75dfab2b9","display":"Chloride"},{"reference":"Observation/06040182-a755-c417-467b-2eafd848b85d","display":"Carbon Dioxide"}]} +{"resourceType":"DiagnosticReport","id":"e66d5220-c2f7-0255-7417-461cf1ffc6f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T03:12:48-08:00","issued":"2014-01-05T03:12:48.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/5be97473-1d13-9f1e-ff08-141151c8d6bd","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"6048ad66-dbda-dda9-9cfa-179be315a8ab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T03:40:45-08:00","issued":"2014-01-05T03:40:45.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/d1677c88-652b-4cf9-56d4-590d2e3fda42","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"eae73f34-2ac5-a195-6374-18954a4b858e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}],"result":[{"reference":"Observation/0c21d6d9-d5c2-2b12-13b1-fb28ade1d9bd","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/e330ab56-1d62-3bbe-176b-eccb18008d6f","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/1b3c7fe7-2fff-c728-5d8d-063abca47646","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/7ec2d12c-58c6-d444-6429-30f90fd179c2","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/70c6e235-cd42-f477-604b-083ded9bb254","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/34840d26-f7ee-f16b-2abd-543d0b600355","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/f461fa15-29b1-0427-89da-75ab555d783a","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/43bae033-3efa-e959-e7e8-85809928e306","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/3d623532-08e6-66f6-30b1-2cffe7176dff","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/26dc6ee3-9f1c-1704-de70-79f54d5414a4","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/7c1ebb22-dddb-8bb6-8e26-333e721f37dd","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"f2a6a0db-a834-2220-90a5-e065b3db52a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T04:23:50-08:00","issued":"2014-01-05T04:23:50.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/212d2b89-af38-0baf-4c58-151131379deb","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"d800a46d-6fc9-d77e-5b39-2c06e3841c9c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T05:26:15-07:00","issued":"2014-03-29T05:26:15.638-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}],"result":[{"reference":"Observation/c5b145dd-fe17-0dcc-7e96-806907588ac4","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"464c6d55-d759-5a6d-4f3e-112aeba841cf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T05:01:45-08:00","issued":"2014-01-05T05:01:45.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/a4d2777c-6f9d-11af-81b6-bfd7c96f66bb","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"ade82975-78b6-cc5f-aee7-3e062247bb4f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T06:06:29-07:00","issued":"2014-03-29T06:06:29.638-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}],"result":[{"reference":"Observation/ca8af6af-b224-8e96-8fab-4b7c62b7faaf","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"7ac99ed0-fdf7-547e-4086-7632da2da2ce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDEtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"bdd129aa-37da-0b9f-c145-e89347ce00e3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDMtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBtZW5pbmdvY29jY2FsIG1jdjRwLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gYW50aWNpcGF0b3J5IGd1aWRhbmNlIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"05a458e6-6be3-ad16-097c-8e8279cf5d74","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/5a15ba37-0285-6830-4262-5d7254ea4745"},"effectiveDateTime":"1973-06-03T11:15:12-07:00","issued":"1973-06-03T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzMtMDYtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDUwIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"308015cf-5d94-fd22-0b94-9c17945ab70f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fc7e5b0b-164a-76e0-2d73-fc9aec09043b"},"effectiveDateTime":"2017-09-05T05:44:20-07:00","issued":"2017-09-05T05:44:20.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"3c35fa8a-41ff-e9bb-c224-026181b0216c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/337ee6fe-c37a-c9a9-eafa-99d3494c139b"},"effectiveDateTime":"2017-09-27T06:38:51-07:00","issued":"2017-09-27T06:38:51.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"4f448a29-7de8-c5ce-2ab9-bfbe6f1f5156","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T21:06:10-07:00","issued":"2015-10-30T21:06:10.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/e5545a0f-b1d2-efbb-1501-b1ef7b414fc5","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"dfab3f19-c1d7-c32d-a74c-251eee165a25","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T21:35:06-07:00","issued":"2015-10-30T21:35:06.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/2304653d-556c-3c3f-6f29-4c74d4dabd56","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"05eaf877-6e11-42f3-b3e8-270fb1579750","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T22:16:57-07:00","issued":"2015-10-30T22:16:57.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/9bb0df38-1995-2948-16b0-f722a4cced61","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"7d27b2c7-ab82-9947-1e40-dc87ae361944","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/151c3648-088b-669c-9262-45eb0fcb7954"},"effectiveDateTime":"2014-04-10T12:45:51-07:00","issued":"2014-04-10T12:45:51.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDQtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"47c0dcd6-32a6-3c5a-f07d-ec85170bfc0f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/16a55069-b532-6b61-33ba-85b726053ded"},"effectiveDateTime":"2017-10-20T07:07:12-07:00","issued":"2017-10-20T07:07:12.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTAtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"bad1e9ee-54b3-4dcf-a737-441a5ffef5f0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T19:52:58-07:00","issued":"2015-10-30T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgRHVhbCBFbGlnaWJsZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgLyBveHljb2RvbmUgaHlkcm9jaGxvcmlkZSAxMCBtZyBvcmFsIHRhYmxldCBbcGVyY29jZXRdOyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIHBuZXVtb2NvY2NhbCBjb25qdWdhdGUgcGN2IDEzLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRvbWVzdGljIGFidXNlIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgLyBveHljb2RvbmUgaHlkcm9jaGxvcmlkZSAxMCBtZyBvcmFsIHRhYmxldCBbcGVyY29jZXRdCi0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdCg=="}]} +{"resourceType":"DiagnosticReport","id":"894089b4-54e1-381a-b38f-1ed25b174ab3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/a121ee86-1c1f-a90d-b08f-075ea4784dba"},"effectiveDateTime":"2014-05-06T13:37:16-07:00","issued":"2014-05-06T13:37:16.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDUtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"22cf8339-dcd3-1019-9587-16fa0caf6c88","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/1b256036-7eb4-53b7-51be-5fc6033ce978"},"effectiveDateTime":"2017-11-16T06:46:00-08:00","issued":"2017-11-16T06:46:00.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTEtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"b2eb825e-51b6-0b54-8ffc-050f5401dcad","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/d3db24dd-5271-b169-7558-d061fa5c5db7"},"effectiveDateTime":"2014-06-01T13:58:11-07:00","issued":"2014-06-01T13:58:11.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDYtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"494afa11-d4cd-b357-da45-2a31bbcd474f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/037e0ea3-a23c-191e-0240-78f375a842e4"},"effectiveDateTime":"2017-12-10T07:05:03-08:00","issued":"2017-12-10T07:05:03.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTItMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"1f8e6991-2e27-975f-1bac-760063824bc9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/3275bca8-ec92-991e-ea57-9269eb8d6c85"},"effectiveDateTime":"2014-06-26T14:38:40-07:00","issued":"2014-06-26T14:38:40.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDYtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"2275b70e-2a00-c535-7d07-4a0e79bc293b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/e595b6c6-fb44-de4b-613e-f3259207a6be"},"effectiveDateTime":"2018-01-06T07:44:10-08:00","issued":"2018-01-06T07:44:10.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"adfb57cd-a576-b037-22d6-dd4366d72c50","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/7d7981e2-f59d-967e-f169-5668d2163caa"},"effectiveDateTime":"1973-01-05T13:00:00-08:00","issued":"1973-01-05T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzMtMDEtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFudGhlbS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"b72b115b-5235-b69b-7278-2948c924ddb0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/7717ca0e-a1c0-5511-9e56-e74f6699c7f1"},"effectiveDateTime":"2014-07-22T15:21:57-07:00","issued":"2014-07-22T15:21:57.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDctMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"05734ac7-cc62-bb51-3fe4-3ba16b8f732d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/12a3c504-bac7-8b04-bb83-57ba9ae113d9"},"effectiveDateTime":"2021-03-27T06:02:47-07:00","issued":"2021-03-27T06:02:47.440-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZyksIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGRpZCBub3QgZmluaXNoIGhpZ2ggc2Nob29sLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF07IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHNhcnMtY292LTIgKGNvdmlkLTE5KSB2YWNjaW5lLCBtcm5hLCBzcGlrZSBwcm90ZWluLCBsbnAsIHByZXNlcnZhdGl2ZSBmcmVlLCAzMCBtY2cvMC4zbWwgZG9zZS4gCg=="}]} +{"resourceType":"DiagnosticReport","id":"44172e8d-e603-e8da-a4fa-80f4930b3ca1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e05f3f73-20a3-9517-4d7b-3acfaba3f3df"},"effectiveDateTime":"2014-08-12T16:08:31-07:00","issued":"2014-08-12T16:08:31.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"03b98804-c932-7a32-7ed6-465e3f8fdd65","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/e7e8c96b-a9cc-567e-7a69-e7c46ecbf11c"},"effectiveDateTime":"1974-01-11T14:00:00-07:00","issued":"1974-01-11T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzQtMDEtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0NiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"1d5f8d12-f6ed-aff6-ac12-3a23bf1e90c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/3ea0df30-ed5b-f6d6-1dfb-1bbea3e02dad"},"effectiveDateTime":"1974-06-09T11:15:12-07:00","issued":"1974-06-09T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzQtMDYtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDUxIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"1b60c63f-b0fc-f2e3-c60a-72f157c3e2ed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0ccc2b00-a0cc-f37b-163c-040cac9625c3"},"effectiveDateTime":"2014-09-07T16:32:45-07:00","issued":"2014-09-07T16:32:45.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDktMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"6c9721e3-ae97-764c-9404-1c87d0226e32","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T11:54:23-07:00","issued":"1985-05-25T11:54:23.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/7d677059-29c9-f43b-aac7-229b79b8f4b6","display":"Total Cholesterol"},{"reference":"Observation/b68a53ff-4491-0039-0a10-93d45ebcc0d7","display":"Triglycerides"},{"reference":"Observation/659dab0c-09be-ea49-e1d2-f43cc87a0ea6","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/9b805ae5-0062-433c-b951-d1a29495eff9","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"a221b4b9-8020-98d8-6223-fcd4e0ec5b92","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T12:45:15-07:00","issued":"1985-05-25T12:45:15.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/222a6a79-2dba-75a3-57ae-4995b7c99623","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"d8c9dc01-fb63-abf3-464d-49f2da78c35b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T11:54:23-07:00","issued":"1985-05-25T11:54:23.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODUtMDUtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3Bpcm9tZXRyeSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDYwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMjUgbWcvYWN0dWF0IC8gc2FsbWV0ZXJvbCAwLjA1IG1nL2FjdHVhdCBkcnkgcG93ZGVyIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"02559ee3-72de-35de-b91c-5202832d26b8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/cf3b9dab-d8f4-fb42-1d31-1af4dcf8ce3f"},"effectiveDateTime":"2021-04-17T06:02:47-07:00","issued":"2021-04-17T06:02:47.440-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDQtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZyksIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGRpZCBub3QgZmluaXNoIGhpZ2ggc2Nob29sLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBzYXJzLWNvdi0yIChjb3ZpZC0xOSkgdmFjY2luZSwgbXJuYSwgc3Bpa2UgcHJvdGVpbiwgbG5wLCBwcmVzZXJ2YXRpdmUgZnJlZSwgMzAgbWNnLzAuM21sIGRvc2UuIAo="}]} +{"resourceType":"DiagnosticReport","id":"bfe010a5-a8a0-aacb-bd41-2c012e3950ff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/59131cfa-dbf5-e925-d903-02536a4d6ffa"},"effectiveDateTime":"1975-01-17T13:00:00-08:00","issued":"1975-01-17T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzUtMDEtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"6ce66c3a-1e2b-5d20-9c7c-aa358b8a7aa3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/b69eeb16-1963-9d5b-0257-122097f6117b"},"effectiveDateTime":"1975-06-01T11:15:12-07:00","issued":"1975-06-01T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzUtMDYtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDUyIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"68f2e797-a89d-eccd-83a1-2423849c9e82","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"effectiveDateTime":"2022-02-19T05:53:21-08:00","issued":"2022-02-19T05:53:21.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/84bbd312-0a7a-2ce4-698b-60df93bca53d","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"0d16e6d7-a98e-3367-31d1-96d4c7447ac6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"effectiveDateTime":"2022-02-19T06:28:30-08:00","issued":"2022-02-19T06:28:30.440-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}],"result":[{"reference":"Observation/25105099-7d4a-1182-f882-91261a2d8388","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"58aeb43a-c15a-82ed-3221-8ac06e7ff6f6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"effectiveDateTime":"2022-02-19T05:02:47-08:00","issued":"2022-02-19T05:02:47.440-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZyksIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGRpZCBub3QgZmluaXNoIGhpZ2ggc2Nob29sLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkb21lc3RpYyBhYnVzZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQo="}]} +{"resourceType":"DiagnosticReport","id":"a11714e6-239e-b24e-80b6-2aa003bc6a9a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"51990-0","display":"Basic Metabolic Panel"}],"text":"Basic Metabolic Panel"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/0e342e26-4900-03e7-f231-513c60555ceb","display":"Glucose"},{"reference":"Observation/e8923cc2-35b1-f0c3-3d7f-3ea098bd8a7d","display":"Urea Nitrogen"},{"reference":"Observation/83ba97b7-0370-8442-69b4-3678314a4d83","display":"Creatinine"},{"reference":"Observation/9397a316-9a28-84d4-5bc7-6d3d201ee8c9","display":"Calcium"},{"reference":"Observation/16323e8d-a86d-d585-133c-da978bdf60e1","display":"Sodium"},{"reference":"Observation/6ee71bd8-6fcd-7d5b-e3e6-36f4e31f6c23","display":"Potassium"},{"reference":"Observation/c7f68871-882e-4102-4b3d-be53b281def5","display":"Chloride"},{"reference":"Observation/3fda9e94-566e-b2aa-d229-cc5cbdac184b","display":"Carbon Dioxide"}]} +{"resourceType":"DiagnosticReport","id":"24e3f3d6-9288-0d77-e130-4080dd09b6a8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T03:25:22-08:00","issued":"2015-01-11T03:25:22.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/01e5d605-3c82-3169-1457-d1e2f0260da1","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"4dc21c7d-828d-d90c-a18a-e969929538db","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T03:59:07-08:00","issued":"2015-01-11T03:59:07.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/704a9e38-7f66-c72a-15c0-b743d4f93d44","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"2ee9e226-6b44-ecc3-926c-b23894fdfb4e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDEtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQ0IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"771f515d-4f6e-3332-8223-b6c3532ea948","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/e7a15b2a-edf6-3622-2f2d-d657c6f2de92"},"effectiveDateTime":"1975-05-27T04:15:12-07:00","issued":"1975-05-27T04:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzUtMDUtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDUyIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"6c623345-eae1-4d6a-38d5-e7ed0903e505","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/f57cdc6c-8d81-ac6a-dfd8-e6e52c4ca307"},"effectiveDateTime":"1976-01-23T13:00:00-08:00","issued":"1976-01-23T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzYtMDEtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0OCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"6ab7231f-7183-bc22-4864-e720f9f612fe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"effectiveDateTime":"2016-11-04T21:01:10-07:00","issued":"2016-11-04T21:01:10.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/ff600d0d-b4e1-d912-6dee-ca2ceca1b270","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"d3d987ab-72e9-45be-9930-0cb48fbeeaca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"effectiveDateTime":"2016-11-04T21:37:09-07:00","issued":"2016-11-04T21:37:09.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/b5d213f7-a0b0-a7eb-ff9b-47716f46852e","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"5fd34d68-7f17-fd39-6463-8b6080080733","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"effectiveDateTime":"2016-11-04T22:17:40-07:00","issued":"2016-11-04T22:17:40.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/e67f827a-51b7-bc1f-02e0-51384552a052","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"3e8fda87-1425-78ae-db4b-c7038fec7f01","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"effectiveDateTime":"2016-11-04T19:52:58-07:00","issued":"2016-11-04T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTEtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgRHVhbCBFbGlnaWJsZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgLyBveHljb2RvbmUgaHlkcm9jaGxvcmlkZSAxMCBtZyBvcmFsIHRhYmxldCBbcGVyY29jZXRdOyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgcG5ldW1vY29jY2FsIHBvbHlzYWNjaGFyaWRlIHZhY2NpbmUsIDIzIHZhbGVudC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF0KLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0K"}]} +{"resourceType":"DiagnosticReport","id":"6a2a01b8-a250-dac8-197a-39ddaac4f205","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/3d937b86-b3ce-9093-a4f9-08db93ec347c"},"effectiveDateTime":"1975-06-15T11:15:12-07:00","issued":"1975-06-15T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzUtMDYtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDUyIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"e029596d-cf77-32a8-847a-cb38950fd907","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/558133b9-67a6-3a1a-c915-c0d4ed700158"},"effectiveDateTime":"1977-01-28T13:00:00-08:00","issued":"1977-01-28T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzctMDEtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0OSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"e9877b89-4c37-148f-62e5-32bd8f6a8c12","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0cfe0e8f-62a0-28e7-55be-debecc2ec118"},"effectiveDateTime":"1976-06-20T11:15:12-07:00","issued":"1976-06-20T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzYtMDYtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDUzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"f6a78cb2-5ec5-e31a-42ff-f5663f47a10a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/85e91a07-08b2-cfb9-75e7-30b907121af9"},"effectiveDateTime":"2018-01-30T08:31:48-08:00","issued":"2018-01-30T08:31:48.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"3379befb-68f8-b48a-435f-0d1c0f121ac6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/63f042b5-725e-b134-44b8-43c91d6fee81"},"effectiveDateTime":"1977-06-26T11:15:12-07:00","issued":"1977-06-26T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzctMDYtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDU0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"cbc46dd5-349b-e631-589e-3583995668de","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/8a2b33a1-0ce5-3127-8466-93fa0963d869"},"effectiveDateTime":"2018-02-25T09:30:52-08:00","issued":"2018-02-25T09:30:52.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDItMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"6048dc12-4f61-ccd5-037e-69fbdc655719","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/5b8ca9f3-247a-a54f-bdf9-581fef55c8bc","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/d3daac9e-23ad-da58-b0c5-e7a5c091ae31","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/7a9071a5-71e4-022d-1fab-df9207905daf","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/556ad3d0-cc23-5463-7ac6-53e28ee5e538","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/b4c28b32-a2b9-29ce-aada-edbc32d797e3","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/1292d168-6d53-057f-36fd-f347457a41f3","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/308f861c-80ea-b8ed-fa94-69d5a9770a25","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/f1da97d5-4ad4-1771-a053-b64a6f2c9448","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/3fa0b4e9-162d-ecf7-b6f0-5fb84d273913","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/a5e188d0-26df-2bf2-9b23-d84961446732","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/2f28099f-ca64-8690-aacb-7061208281a1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"e473749a-b42e-2e5d-2531-c4a96d92faeb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T13:06:37-07:00","issued":"1986-05-31T13:06:37.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/fa1e88a1-2249-4a47-39ab-001c53fb890c","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"2d78f41b-fd4b-d723-7d29-2ca8d880fc1d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T13:46:29-07:00","issued":"1986-05-31T13:46:29.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/e22ea587-940f-7bfc-ce87-e2b2ce30a412","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"8c1884d1-8c7a-04a9-1c34-bd24ca6a2b1f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODYtMDUtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3Bpcm9tZXRyeSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDYwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMjUgbWcvYWN0dWF0IC8gc2FsbWV0ZXJvbCAwLjA1IG1nL2FjdHVhdCBkcnkgcG93ZGVyIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"c57b118a-64ab-0c88-cb0d-a91fe4e4db48","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/3e45b58b-987b-1229-11c3-aeecb0f07a69"},"effectiveDateTime":"1978-02-03T13:00:00-08:00","issued":"1978-02-03T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzgtMDItMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"c77b39d0-ae7d-04e2-27b2-80abd517cd7e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"51990-0","display":"Basic Metabolic Panel"}],"text":"Basic Metabolic Panel"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/e6dbf3ec-b30f-b537-cf21-e308dbbe453b","display":"Glucose"},{"reference":"Observation/1bd9683a-389d-5f55-a8c6-4f4080971059","display":"Urea Nitrogen"},{"reference":"Observation/29e7e7e2-3cfe-64bc-02ba-2fca26790072","display":"Creatinine"},{"reference":"Observation/263f3343-73f9-06a6-712a-96b33de68ec5","display":"Calcium"},{"reference":"Observation/e287de28-53ae-e675-ec05-7d8c45764c64","display":"Sodium"},{"reference":"Observation/838c5337-0e05-b61a-6336-b7f2a2272337","display":"Potassium"},{"reference":"Observation/b7321aad-c740-0aba-b228-fb6e49c92347","display":"Chloride"},{"reference":"Observation/9e34584e-5c7e-358e-91af-107adbcf6039","display":"Carbon Dioxide"}]} +{"resourceType":"DiagnosticReport","id":"fd3b68d9-93b7-196e-1603-476929c6d561","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/9833b495-a5f9-470a-ed26-80e59723a317","display":"Total Cholesterol"},{"reference":"Observation/f93f2534-0948-a041-6ae6-5758e5dcf456","display":"Triglycerides"},{"reference":"Observation/3a3c48b8-7a24-b687-4e21-c438f6464214","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/58cd4989-aa1f-ed57-728f-bbae8bb2a6a0","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"6010d718-562a-5246-0121-c581553505f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T03:06:14-08:00","issued":"2016-01-17T03:06:14.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/d89b06cc-c8d0-79b3-ff23-d8a9e1465795","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"aab98783-fbb4-3b72-1d4e-746831a6af97","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T03:38:37-08:00","issued":"2016-01-17T03:38:37.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/68523ce3-7446-c67d-7a2d-671282e3b305","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"98854681-37e6-e572-ac2b-7168b6ef15a2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T04:15:30-08:00","issued":"2016-01-17T04:15:30.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/0bc5ae3e-b421-9f35-9800-ba76d9c81f76","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"64ae9108-c08c-0e62-f4bb-59fd8157b637","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDEtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQ1IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"085bdfac-b012-7bb0-42e6-6585cf72d14f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d913b26d-830e-77b9-6c04-b0cfdac6d042"},"effectiveDateTime":"1977-12-23T10:15:12-08:00","issued":"1977-12-23T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzctMTItMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDU1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbG9jYWxpemVkLCBwcmltYXJ5IG9zdGVvYXJ0aHJpdGlzIG9mIHRoZSBoYW5kLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldApUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gbXVzY3Vsb3NrZWxldGFsIGNhcmUK"}]} +{"resourceType":"DiagnosticReport","id":"e3595508-1f0f-1b5c-253a-c7d4beb346f2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/54a960aa-d4a9-9401-4c04-b3843d63f0ef"},"effectiveDateTime":"1979-02-09T13:00:00-08:00","issued":"1979-02-09T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzktMDItMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1MSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"31cc0123-bdcd-b0e7-2434-1da87a5bafbc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f6f3dc23-31f6-fb16-bcee-8eadc825e448"},"effectiveDateTime":"2018-03-19T11:19:39-07:00","issued":"2018-03-19T11:19:39.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDMtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"fd5dc41e-70f7-4ca3-4e2b-2df46710eafe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/af6e5af9-7314-b879-a987-fd970bb027c8"},"effectiveDateTime":"1978-07-02T11:15:12-07:00","issued":"1978-07-02T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzgtMDctMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDU1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"9a20049f-7dcf-8c70-21b8-9a843649730e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/155b3cf3-70b4-084d-cafa-0189cb64b9b3"},"effectiveDateTime":"2018-04-09T11:54:20-07:00","issued":"2018-04-09T11:54:20.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDQtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"5a7e0798-798a-4eaf-31e7-8b2b7816c17b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/54e934c3-8d44-332b-6001-d6a20a8f91a2"},"effectiveDateTime":"1987-03-12T16:54:23-08:00","issued":"1987-03-12T16:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDMtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"e9a52b4c-2b1d-cdf1-64cf-828d0b61567a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/231b8427-17ff-747d-a2a9-0f0ca1ab9027"},"effectiveDateTime":"2014-10-04T17:25:25-07:00","issued":"2014-10-04T17:25:25.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTAtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"60608bd1-32f5-e733-cde9-ca01780f3442","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/60d88916-ba16-55d0-5fb0-d63748cd7e2a"},"effectiveDateTime":"2014-10-28T18:23:07-07:00","issued":"2014-10-28T18:23:07.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTAtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"2ba81545-3c2d-2197-f976-df1ca6f718e4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/e79e88df-fb92-3487-b6a2-7f3c4f6dd9d8"},"effectiveDateTime":"1980-02-15T13:00:00-08:00","issued":"1980-02-15T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODAtMDItMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1MiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"dfcd5531-3d25-70e3-643b-5f8c5a587a0b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/31cafbef-34a3-ba73-4aa6-6f25ddf25d37"},"effectiveDateTime":"2016-08-30T04:01:44-07:00","issued":"2016-08-30T04:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDgtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQ2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"8e5eb9b4-26a7-988e-7845-4418148d1a03","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/8b12ee10-579f-645f-e20f-775fe364aa55"},"effectiveDateTime":"1979-07-08T11:15:12-07:00","issued":"1979-07-08T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5NzktMDctMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDU2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"1d5f8119-11d9-1641-e9b2-91bebcf9e820","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3ea013c6-e108-d357-2b21-ebb95f4c032c"},"effectiveDateTime":"2018-05-01T12:46:43-07:00","issued":"2018-05-01T12:46:43.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDUtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"0ec05528-9f29-deae-5d0b-cf63fa1002f6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/25b84826-3084-2b9a-289a-07c27911ca15"},"effectiveDateTime":"1987-03-09T10:54:23-08:00","issued":"1987-03-09T10:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDMtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGJsZWVkaW5nIGZyb20gYW51cywgcHJvdHJhY3RlZCBkaWFycmhlYS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"dc181de3-4518-17ed-0927-4465e4f4ec8b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/90876994-5787-99b8-a723-6676d41e091e"},"effectiveDateTime":"1980-07-13T11:15:12-07:00","issued":"1980-07-13T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODAtMDctMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDU3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"dcd424aa-855e-e8cd-b778-715bbf0fbdb6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/42b24de4-bd7b-d9bb-f0d3-2181f68e4ef0"},"effectiveDateTime":"1981-02-20T13:00:00-08:00","issued":"1981-02-20T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODEtMDItMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFudGhlbS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"b2cacab1-c8a5-6c4e-0e72-12b56ccab44f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/6a27467e-2ffa-0705-0742-2fa915214fbb"},"effectiveDateTime":"1987-03-13T23:54:23-08:00","issued":"1987-03-13T23:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDMtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gY29sb25vc2NvcHkK"}]} +{"resourceType":"DiagnosticReport","id":"94f4cdb9-e381-bd96-889b-51740945f5a4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/2536c62b-5af2-c401-090f-6a5b09bd6418"},"effectiveDateTime":"2018-05-25T13:10:29-07:00","issued":"2018-05-25T13:10:29.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDUtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"47e4fbc7-4edf-10a7-43d9-2d1090ee8f0c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/51378eeb-f878-6011-e87f-a21b0a1699ca"},"effectiveDateTime":"1980-12-22T06:15:12-08:00","issued":"1980-12-22T06:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODAtMTItMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDU4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"f7fc0eb0-8e2a-af4c-4063-13e3e7a30bd2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/d8aaac46-f594-2e19-a65d-ebdae3823efd"},"effectiveDateTime":"2014-11-20T17:52:51-08:00","issued":"2014-11-20T17:52:51.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTEtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"8f9bd3cb-f135-47e5-a6d0-25bae9f66174","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/0def744d-b070-5836-d68a-ff22ebc79318"},"effectiveDateTime":"1982-02-26T13:00:00-08:00","issued":"1982-02-26T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODItMDItMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1NCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"cb208110-858c-79d3-2d5f-04b3c8e70ace","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/322611f3-2229-5c74-9d41-73a7dc6be165"},"effectiveDateTime":"2014-12-13T18:51:45-08:00","issued":"2014-12-13T18:51:45.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTItMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"5c301c9a-cdd1-52e4-5853-d3419dbb5b81","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/187202d3-e8c7-d887-ce57-bdff9751ec0a"},"effectiveDateTime":"1987-03-21T10:54:23-08:00","issued":"1987-03-21T10:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDMtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIAo="}]} +{"resourceType":"DiagnosticReport","id":"92d333d9-57c7-739a-2501-0ea709eaf41f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/2b5e0fd3-dd9e-8ee8-ef3b-5ab084346da3"},"effectiveDateTime":"1983-03-04T13:00:00-08:00","issued":"1983-03-04T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODMtMDMtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"b81393dc-910a-acd2-9bc0-5452909c786a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/9d249d97-91bf-c7f1-9280-ac350a94bf3e"},"effectiveDateTime":"2015-01-03T19:15:24-08:00","issued":"2015-01-03T19:15:24.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDEtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"536225eb-b7c4-3bf0-d1fe-4195194ed4de","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/4a421907-e1be-6626-92ad-2fc515f5733d","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/4147d004-6b0e-6d10-947b-0bf3ca103a3d","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/a88a0c17-d53b-c862-1deb-f92b64e870a5","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/01ebe397-a642-658b-0945-020db7fc46b2","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/6d069d40-0615-de29-a100-f4de7ad1647f","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/c97cea34-15e0-c3bc-85b7-571f805ffedf","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/b5b93c40-e740-729c-c30c-6f802059e56c","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/8b44bc67-c876-a02d-f67d-89f24a8bdddf","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/20b8a59d-5469-1850-226a-da18afa8e0a2","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/f12407ca-e5db-5e1c-c1f2-9fec17b40aa3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/dddc371b-ebd5-23cd-f547-72968c37586b","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"56d1b1f2-543b-e72d-f71a-75d1cab26349","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T19:53:20-08:00","issued":"2017-11-10T19:53:20.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/d5bda485-5667-1ff4-e114-df3a34d77b58","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"da73267a-e4ed-5bd4-a6fb-c4245ae374e2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T20:29:43-08:00","issued":"2017-11-10T20:29:43.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/0730daef-ba53-1709-3e0c-08616448d73f","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"79ae7dbc-a5b7-e748-a3ef-63a5ee821290","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T21:13:13-08:00","issued":"2017-11-10T21:13:13.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/2a2dca9a-5fff-a65e-82fd-b91499f252cb","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"29d3e140-a607-af49-9eef-3f830c1ebccb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTEtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjcgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBEdWFsIEVsaWdpYmxlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF0KLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0K"}]} +{"resourceType":"DiagnosticReport","id":"7525a943-2315-4048-e339-1785c37400f0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2ed8f77-a7d9-ef11-a13b-887ace07d8f5"},"effectiveDateTime":"2015-01-25T19:51:06-08:00","issued":"2015-01-25T19:51:06.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDEtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"f879692b-3ae6-1efb-c878-80504cb17e2a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ae5d65cf-a21e-d795-5489-3afebdff4eda"},"effectiveDateTime":"1984-03-09T13:00:00-08:00","issued":"1984-03-09T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODQtMDMtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1NiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"c432884c-b75a-bf60-2445-b42027d6f15d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"effectiveDateTime":"2018-06-13T17:41:08-07:00","issued":"2018-06-13T17:41:08.361-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}],"result":[{"reference":"Observation/209c37e7-3995-37c8-3372-a1e5b8ea799a","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"2b1d344c-1f2a-d354-ea5b-d38a91e0914e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"effectiveDateTime":"2018-06-13T17:06:21-07:00","issued":"2018-06-13T17:06:21.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDYtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gYW50aWNpcGF0b3J5IGd1aWRhbmNlIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"2132e924-04fa-6125-5951-c1cd99c3fdee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/0d230636-6744-2fd6-6b5a-44b9e8714afc"},"effectiveDateTime":"1987-03-17T20:31:28-08:00","issued":"1987-03-17T20:31:28.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDMtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbWFsaWduYW50IHR1bW9yIG9mIGNvbG9uLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBjYW5jZXIgY2FyZSBwbGFuCg=="}]} +{"resourceType":"DiagnosticReport","id":"1bd4a8f1-c18f-fab0-2acf-23344c5ed3ca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T12:01:10-07:00","issued":"1981-07-19T12:01:10.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/0d4f338a-a9b7-4b25-4f5d-d2a62fcfb41d","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"471efd41-b3c1-4f49-2016-cb176af50275","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T12:41:59-07:00","issued":"1981-07-19T12:41:59.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/7eca433a-f518-25d8-5744-6e247c666366","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"1e246d9f-429b-aeda-ca4f-524d865f5c4f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T13:15:00-07:00","issued":"1981-07-19T13:15:00.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/3be9c334-285b-ae40-cdc7-49d52cafdd99","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"87b85556-07d1-578b-307f-a1e19c3e7090","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T13:55:45-07:00","issued":"1981-07-19T13:55:45.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/7fd4a458-4f32-d0ff-5165-87dfa10afe2a","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"8acc1e0b-0978-b972-896a-0c5e93368d41","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T11:15:12-07:00","issued":"1981-07-19T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODEtMDctMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDU4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkb21lc3RpYyBhYnVzZSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"458fe01b-ef1b-38ee-2afc-2e3d32e139cb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1d229270-0467-49a7-6982-bd325bc34fb4"},"effectiveDateTime":"1987-03-28T10:54:23-08:00","issued":"1987-03-28T10:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906489","display":"Dr. Donald774 Simonis280"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDMtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"1e326b19-0a6a-120c-328a-b9d1c87beb4b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/c14f12ff-f78f-2545-2879-6d66d862c9ca"},"effectiveDateTime":"1987-03-29T20:31:28-08:00","issued":"1987-03-29T20:31:28.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDMtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gcGFydGlhbCByZXNlY3Rpb24gb2YgY29sb24KVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIG1ham9yIHN1cmdlcnkgY2FyZSBtYW5hZ2VtZW50Cg=="}]} +{"resourceType":"DiagnosticReport","id":"8b601794-6381-c878-07b2-9551fa27c1b9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"},"effectiveDateTime":"2015-02-21T20:45:57-08:00","issued":"2015-02-21T20:45:57.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDItMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFsbGVyZ3kgc2NyZWVuaW5nIHRlc3QK"}]} +{"resourceType":"DiagnosticReport","id":"2fae4edc-ecb8-8574-9d22-e692f652babe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/bab2dfc3-a42f-4753-b4e7-e1a7609dc478"},"effectiveDateTime":"1985-03-15T13:00:00-08:00","issued":"1985-03-15T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODUtMDMtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"abaae6b9-17fe-10c4-d242-b43c6fe7a625","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/c265d11a-34e5-5739-f744-6a896d7f9ec3"},"effectiveDateTime":"2018-07-16T14:52:58-07:00","issued":"2018-07-16T14:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDctMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjcgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBEdWFsIEVsaWdpYmxlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1lYXN1cmVtZW50IG9mIHJlc3BpcmF0b3J5IGZ1bmN0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAyMS43IG1nL21sIC8gZGV4dHJvbWV0aG9ycGhhbiBoeWRyb2Jyb21pZGUgMSBtZy9tbCAvIGRveHlsYW1pbmUgc3VjY2luYXRlIDAuNDE3IG1nL21sIG9yYWwgc29sdXRpb24KVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHJlc3BpcmF0b3J5IHRoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"cabb7b0b-a72c-8c8e-b313-e8b867811c8c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/e5a4cb5e-5909-9a7e-b096-28fdcbd3e50e"},"effectiveDateTime":"1986-03-21T13:00:00-08:00","issued":"1986-03-21T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODYtMDMtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1OCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"00f86655-5e91-b30b-973a-f2bf61850cba","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"51990-0","display":"Basic Metabolic Panel"}],"text":"Basic Metabolic Panel"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/e342d7d3-4de7-e1b2-c993-9a22ff253903","display":"Glucose"},{"reference":"Observation/e8fd619b-5934-786b-bc5f-3fe273f5d79f","display":"Urea Nitrogen"},{"reference":"Observation/922213a8-c673-a9aa-8bb9-da147b0c5fbc","display":"Creatinine"},{"reference":"Observation/174a0475-eec5-c22d-43b1-e6e247054d91","display":"Calcium"},{"reference":"Observation/7123fb6c-478d-5814-24dc-cf1300e2e37d","display":"Sodium"},{"reference":"Observation/c6574898-ebc0-da7f-064e-66e5779d7c4a","display":"Potassium"},{"reference":"Observation/a48fe39e-ead2-f775-6047-282016f03db5","display":"Chloride"},{"reference":"Observation/07b905ef-4320-fc07-f0c3-79674bdfef2e","display":"Carbon Dioxide"}]} +{"resourceType":"DiagnosticReport","id":"3679712b-6ab6-3606-9508-2d990e23327b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a56467d1-b99e-a590-37dc-1eb369c00292"},"effectiveDateTime":"2018-06-19T13:58:40-07:00","issued":"2018-06-19T13:58:40.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDYtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"e788fafb-06c5-b6c8-7f06-86f234b0a7ce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/410ab435-bb24-92b5-22e7-96d04111f8db","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/e0e1eb15-f898-840f-bde8-efb759e5cee2","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/d1a26319-0596-5d9f-c8cf-0dced9a34ce7","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/025c1fe1-d3ad-2306-4373-59794834c5d3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/f4de3ea4-8a4f-6d64-23c8-4f58000bcbd7","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/8f83b7d8-7af9-9cfd-95e5-fb23bd3bf4b0","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/fe9e082a-4857-0118-86e2-cbbf64c71e2c","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/b72cf4b4-20b7-1a2a-135d-1484b0caf6ec","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/bbd1de6e-3d92-5a34-2c0a-cfe722f7cf6a","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/c0e058e3-2bf0-0768-19ea-773afeb4f73d","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/4c54f827-9a75-2512-0a09-03cc07d72a9c","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"97210a12-ac48-815c-c4e1-f6ed2156145b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T03:11:03-08:00","issued":"2017-01-22T03:11:03.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/7ef157a7-4e1c-3afe-e8d8-89152773638f","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"fd3c563c-99d0-4028-8e60-2710ddd9afbe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/2bb73a1c-20a8-39cb-2270-735c1870953b"},"effectiveDateTime":"1987-03-27T13:00:00-08:00","issued":"1987-03-27T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDMtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1OSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"e53d05c1-cb26-9c95-8779-1a32778162bf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T03:51:30-08:00","issued":"2017-01-22T03:51:30.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/cc9498c7-c7ea-e029-a82f-2b8043846b58","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"8067b6a7-cf0c-47fa-7bb6-027858895424","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"effectiveDateTime":"2015-04-04T05:14:20-07:00","issued":"2015-04-04T05:14:20.638-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}],"result":[{"reference":"Observation/2d4043e3-65ee-96b3-180d-a3413d5e8b52","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"e39ae72b-f7b7-c6bc-72d5-f5d010fbeff6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDEtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQ2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"3d5798db-17bf-12c2-a1b5-bc91023e8a3a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"effectiveDateTime":"2015-04-04T05:56:30-07:00","issued":"2015-04-04T05:56:30.638-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}],"result":[{"reference":"Observation/4a3e7bbd-20bd-be27-e554-9bbd8f7acdb9","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"2e03d82f-fc56-2ad9-22e1-1cca94c8128b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9acd21bb-09ee-b660-6fe3-5a55684e24d0"},"effectiveDateTime":"2018-07-11T14:30:59-07:00","issued":"2018-07-11T14:30:59.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDctMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"f5723d7a-0d2e-84c6-ddcd-905a8734f083","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"effectiveDateTime":"2015-04-04T04:56:45-07:00","issued":"2015-04-04T04:56:45.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDQtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgY2FyLCByZWxheCwgYWxvbmUsIGZvcmdldCwgZnJpZW5kcywgdHJvdWJsZSBzY3JlZW5pbmcgdGVzdCAocHJvY2VkdXJlKQotIGhlYWx0aCByaXNrcyBlZHVjYXRpb24gKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"ce12ff31-d8b0-481d-17a0-956b42725a26","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b806cc31-668a-0681-8fda-9989e65cc4c3"},"effectiveDateTime":"2018-08-07T15:20:25-07:00","issued":"2018-08-07T15:20:25.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDgtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"22d56200-1de7-d54f-bd81-5f4262292ca8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/4159b5c3-489e-b2e2-c04f-be7e8e3b1a5a"},"effectiveDateTime":"2018-09-01T15:53:29-07:00","issued":"2018-09-01T15:53:29.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDktMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"d19ae45f-aea4-d851-35ff-c0bf1af8dc01","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"24323-8","display":"Comprehensive metabolic 2000 panel - Serum or Plasma"}],"text":"Comprehensive metabolic 2000 panel - Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}],"result":[{"reference":"Observation/ac8e50b4-a275-620f-e7af-d266e6bdda15","display":"Glucose"},{"reference":"Observation/854ab8f4-7d95-0454-fd22-693301759dc5","display":"Urea Nitrogen"},{"reference":"Observation/57668d9f-5431-15cf-03b9-491e88d3d3e1","display":"Creatinine"},{"reference":"Observation/18d1ebfa-80e9-be7b-3cc6-a59eaeac2d43","display":"Calcium"},{"reference":"Observation/02141219-1bfa-9eca-0a79-207182036c31","display":"Sodium"},{"reference":"Observation/21c4375b-69e5-97d9-2661-bfbea26d89af","display":"Potassium"},{"reference":"Observation/9298e937-2a05-62e4-00e0-a2798f985c0e","display":"Chloride"},{"reference":"Observation/d389f03a-286d-abfb-eb7e-170bd2c192c8","display":"Carbon Dioxide"},{"reference":"Observation/6ebd0150-5aa5-a3f6-186b-f8335c701b8f","display":"Glomerular filtration rate/1.73 sq M.predicted"},{"reference":"Observation/f8b5bf41-8625-3da5-86c5-742635b644a3","display":"Protein [Mass/volume] in Serum or Plasma"},{"reference":"Observation/71c5d07f-794c-8a4c-53e1-a1fbc2c33063","display":"Albumin [Mass/volume] in Serum or Plasma"},{"reference":"Observation/30420d1e-6f0f-e94d-f06f-894cd1df6e27","display":"Globulin [Mass/volume] in Serum by calculation"},{"reference":"Observation/eece0923-720a-ff27-9a58-80192759cc4c","display":"Bilirubin.total [Mass/volume] in Serum or Plasma"},{"reference":"Observation/275f7eff-d857-a79f-94d0-02e811a6b78f","display":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"},{"reference":"Observation/0daf5e5f-0da5-573b-a4c6-6b335245bb9e","display":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},{"reference":"Observation/cae6831e-57e0-9ff7-bb66-2801a525f8ec","display":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}]} +{"resourceType":"DiagnosticReport","id":"94bd1b10-a262-6def-2ebf-7b3b1159e59d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}],"result":[{"reference":"Observation/dcb0589a-8b81-cd33-b899-5cd5d27ba3c4","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/fbbded30-6a94-caea-3710-0ac83b85e0a1","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/c5683a00-cbfb-cc29-301d-27f08ae591bc","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/a9c8a2f4-7a91-64bd-6a43-490bc21ae9e5","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/af8af2ff-c4e6-0a2e-67af-c15980c8d896","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/592c58aa-f1a0-2fec-646d-5cc4a4baa344","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/008f26cc-a945-72c8-c506-184864993ff8","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/fe035d99-07a6-87a5-9fdd-7c8cc003451e","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/d3603fdc-848e-e16e-3403-7ed69793829d","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/cacb7887-87f4-424a-b1da-0c22538f9827","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/378e946d-08f1-ac0e-a2e5-a286a1b91cd1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"72546e0a-fa1e-6ea5-8017-3d461c788a8c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDQtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gY29tYmluZWQgY2hlbW90aGVyYXB5IGFuZCByYWRpYXRpb24gdGhlcmFweSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxldWNvdm9yaW4gMTAwIG1nIGluamVjdGlvbgotIDEwIG1sIG94YWxpcGxhdGluIDUgbWcvbWwgaW5qZWN0aW9uCg=="}]} +{"resourceType":"DiagnosticReport","id":"87bd4919-61d7-fa8d-db0c-3feb15a538ae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/58606738-0598-5896-8a50-92b423f35447"},"effectiveDateTime":"2018-09-26T16:33:36-07:00","issued":"2018-09-26T16:33:36.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDktMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"be5c0ba3-42ed-b85c-0e21-fc12828d6fbe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"effectiveDateTime":"2018-07-27T21:02:16-07:00","issued":"2018-07-27T21:02:16.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|44bef9d3-91c2-3005-93e0-ccf436348ff0","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}],"result":[{"reference":"Observation/2119a954-f380-b45d-fa89-95e2df26afdd","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"06f0e87e-7d51-85d9-c357-709c2fb9eb73","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"effectiveDateTime":"2018-07-27T21:38:42-07:00","issued":"2018-07-27T21:38:42.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|44bef9d3-91c2-3005-93e0-ccf436348ff0","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}],"result":[{"reference":"Observation/287b2991-2616-c48f-1b3d-6697c8854af1","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"2d5e2d8c-ba9d-464a-da0c-bb5200efbf60","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"effectiveDateTime":"2018-07-27T22:22:14-07:00","issued":"2018-07-27T22:22:14.316-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|44bef9d3-91c2-3005-93e0-ccf436348ff0","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}],"result":[{"reference":"Observation/d2f9536f-68c7-9e5a-ef3f-b4f8170d4672","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"4bb4f3cd-7f88-6564-46d8-7b8c71fac44c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"effectiveDateTime":"2018-07-27T19:52:58-07:00","issued":"2018-07-27T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999689","display":"Dr. Nelda514 Blanda868"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDctMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjcgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIER1YWwgRWxpZ2libGUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMjEuNyBtZy9tbCAvIGRleHRyb21ldGhvcnBoYW4gaHlkcm9icm9taWRlIDEgbWcvbWwgLyBkb3h5bGFtaW5lIHN1Y2NpbmF0ZSAwLjQxNyBtZy9tbCBvcmFsIHNvbHV0aW9uOyBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF0KLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0K"}]} +{"resourceType":"DiagnosticReport","id":"355c6132-0cb0-421b-4614-1e552c90d59a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/0815cb07-12a3-e655-26c3-fa7bec8a8581"},"effectiveDateTime":"2018-10-17T17:29:00-07:00","issued":"2018-10-17T17:29:00.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTAtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"64fd2c89-da8c-7387-f220-41c061ef99ef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/fbd1d908-2878-95db-3485-e0659ddd23f0"},"effectiveDateTime":"2016-03-08T05:35:43-08:00","issued":"2016-03-08T05:35:43.638-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDMtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggc3ByYWluIG9mIGFua2xlLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHBoeXNpY2FsIHRoZXJhcHkgcHJvY2VkdXJlCg=="}]} +{"resourceType":"DiagnosticReport","id":"77fb2d0e-3217-c718-0d98-ad9455e04d3c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/b4a4932d-4663-750e-3894-6e64908e52a8"},"effectiveDateTime":"1988-04-01T13:00:00-08:00","issued":"1988-04-01T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODgtMDQtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"94a224c6-49f8-12f0-af8f-514a56f11e1a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"},"effectiveDateTime":"1982-07-25T12:37:23-07:00","issued":"1982-07-25T12:37:23.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/7b2691b1-6a65-d123-5b33-1253758b77b7","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"3c3a3813-32ca-f013-cdc8-46adda6ff14f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"},"effectiveDateTime":"1982-07-25T11:15:12-07:00","issued":"1982-07-25T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODItMDctMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDU5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"9008440f-85bc-87b3-cb2b-dd38df23b726","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"51990-0","display":"Basic Metabolic Panel"}],"text":"Basic Metabolic Panel"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/4d1fe9b8-76da-5472-4162-ac8408738666","display":"Glucose"},{"reference":"Observation/60425d1f-1fbb-ca81-08c2-c3e8ae8dc355","display":"Urea Nitrogen"},{"reference":"Observation/01a515c1-ce04-57dc-2d8c-5b4b67efe052","display":"Creatinine"},{"reference":"Observation/ffe0a92b-7922-6970-13ff-9ec3bd3348d3","display":"Calcium"},{"reference":"Observation/2dbfb039-cebf-3bcf-66b9-81b804851201","display":"Sodium"},{"reference":"Observation/165b5d59-21cd-8757-f7cb-6224dee3fd76","display":"Potassium"},{"reference":"Observation/8baec1f4-0e94-4a94-9759-0d3f21f56447","display":"Chloride"},{"reference":"Observation/a1147727-a5b1-56e2-8d39-f93aa30f4e45","display":"Carbon Dioxide"}]} +{"resourceType":"DiagnosticReport","id":"d7143ac9-f2ba-86b9-0a8b-59fcf5b208ef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T03:13:40-08:00","issued":"2018-01-28T03:13:40.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/32c00e24-c8da-31be-872b-496a532951d9","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"5a367f43-8ce0-6b97-d2a6-e6c31dd26e1a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T03:51:49-08:00","issued":"2018-01-28T03:51:49.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/b01eff4c-8b77-dafa-731c-f03aaf0890bd","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"a802e142-3510-23a1-854f-ff1301c1f7f2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T04:31:02-08:00","issued":"2018-01-28T04:31:02.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/21a26a54-9643-5018-ed3e-868484ba2581","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"6237d9c5-71cc-4c2f-592b-ae9de8de28d6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQ3IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRvbWVzdGljIGFidXNlIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBhbGNvaG9sIHVzZSBkaXNvcmRlcnMgaWRlbnRpZmljYXRpb24gdGVzdCAtIGNvbnN1bXB0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"dc385554-2f69-ad76-ff2b-6c7645698ba8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/00ec53e6-ca27-67e5-702b-5bef41540d0a"},"effectiveDateTime":"1989-04-07T14:00:00-07:00","issued":"1989-04-07T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODktMDQtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2MSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"011ba2b4-9e3f-29e0-852e-f64609ccb114","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a6c5a4de-ed6f-7dfa-deb5-f87f338322c1"},"effectiveDateTime":"2018-11-07T17:26:18-08:00","issued":"2018-11-07T17:26:18.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTEtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"0325bb09-3b1c-261e-4fa5-9e7936905aa4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a867ca19-eeb6-b1f9-b38e-1b2c7d001b51"},"effectiveDateTime":"1982-10-01T12:42:24-07:00","issued":"1982-10-01T12:42:24.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODItMTAtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDYwIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gY29sb25vc2NvcHkK"}]} +{"resourceType":"DiagnosticReport","id":"223d893d-b7c0-c4e8-83c9-9bd44b7f0c85","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/d98d591e-373c-6605-52f4-8138a8a81007"},"effectiveDateTime":"2018-11-29T18:10:49-08:00","issued":"2018-11-29T18:10:49.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTEtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"fb21e14e-093f-e5fa-7ea4-7ad0be32d44a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/8421e19e-d7fa-9802-6533-eceeff70bda1"},"effectiveDateTime":"1990-04-13T14:00:00-07:00","issued":"1990-04-13T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTAtMDQtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2MiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"da9f6958-228a-811e-8245-c04e214064f2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"24323-8","display":"Comprehensive metabolic 2000 panel - Serum or Plasma"}],"text":"Comprehensive metabolic 2000 panel - Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}],"result":[{"reference":"Observation/9476b76a-9478-9d82-482f-6914d114e7d8","display":"Glucose"},{"reference":"Observation/2c7a1292-ac36-4bff-0202-7f1baf80976c","display":"Urea Nitrogen"},{"reference":"Observation/dd621923-4679-cc94-59f2-87b482f527d4","display":"Creatinine"},{"reference":"Observation/b271b878-9d15-3e50-de2a-15034b2b544d","display":"Calcium"},{"reference":"Observation/e461a661-fa5d-57d5-a18f-280c190fed9f","display":"Sodium"},{"reference":"Observation/ea781398-5453-0194-ecf4-90e0b65a216d","display":"Potassium"},{"reference":"Observation/730a828a-b78f-df3a-983e-ad01d96e62ce","display":"Chloride"},{"reference":"Observation/187fc663-b3ed-7c69-cdab-27fe912ec81b","display":"Carbon Dioxide"},{"reference":"Observation/d4c46e45-f826-10ab-fa41-a2626d12f20a","display":"Glomerular filtration rate/1.73 sq M.predicted"},{"reference":"Observation/eb8420d6-6a29-0ea3-3e6d-62cc08eecffb","display":"Protein [Mass/volume] in Serum or Plasma"},{"reference":"Observation/d79eabfc-eecc-f285-1f1e-755ce270d592","display":"Albumin [Mass/volume] in Serum or Plasma"},{"reference":"Observation/5277ccec-102b-03c7-74d2-dd595dd57585","display":"Globulin [Mass/volume] in Serum by calculation"},{"reference":"Observation/a82cf460-0d88-fe18-78ce-bd0758d6f5b6","display":"Bilirubin.total [Mass/volume] in Serum or Plasma"},{"reference":"Observation/9aac8b27-157f-d591-53d4-97dbabbdf084","display":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"},{"reference":"Observation/3b5e7ae1-6a4e-0a29-131d-12d921e8175d","display":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},{"reference":"Observation/87c5ff0a-9c37-3e6e-6a5f-d7313a600a97","display":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}]} +{"resourceType":"DiagnosticReport","id":"7edcb8d3-7d84-05a2-1a30-e66cf6524aad","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}],"result":[{"reference":"Observation/a5810239-75ba-0572-12b5-7b2def7a5a80","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/45898ba2-7480-1c02-f034-9553b71905b3","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/b1e200e0-f77c-811e-e1aa-5dc6557808ac","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/0c1d3ff9-99ee-21a4-48f1-81e83f7ad29f","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/4abfd59a-6b35-0b4d-ed70-0e44809bb384","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/0f87d3a1-efd3-5add-ef6f-92b3111b9776","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/c57d0be5-a7d2-5996-9890-e4b48421a33d","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/db83b331-7d57-7ded-0dcf-241f085f8629","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/f347b08c-32bc-4380-489b-e60009c89521","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/8cf71cbf-1537-0e46-70d8-a9bad53702fb","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/eaa6b617-bf52-8d07-470f-fc7680bbca0d","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"8442e776-af9a-bdf9-c2e4-5438dde834d5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"effectiveDateTime":"2016-04-09T06:08:35-07:00","issued":"2016-04-09T06:08:35.638-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}],"result":[{"reference":"Observation/fbe4949c-e054-0092-d644-3883b61d2035","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"b6d89b1d-ba47-6ce1-b634-4eec6af38a9d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/c45b045b-fd99-0b18-f29b-1e7a08663e15"},"effectiveDateTime":"2018-12-24T18:57:16-08:00","issued":"2018-12-24T18:57:16.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTItMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"dc64f5e0-71b5-5c27-1999-d01d3c401957","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDUtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gY29tYmluZWQgY2hlbW90aGVyYXB5IGFuZCByYWRpYXRpb24gdGhlcmFweSAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"17e34a9d-c23f-b4c5-b213-6c4cb8d62232","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"effectiveDateTime":"2016-04-09T06:39:20-07:00","issued":"2016-04-09T06:39:20.638-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}],"result":[{"reference":"Observation/ed79dcea-dba4-708c-6ca8-bb415111554e","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"e37012d6-2d31-f609-b6c3-7ac4b88436f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"effectiveDateTime":"2016-04-09T07:15:26-07:00","issued":"2016-04-09T07:15:26.638-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}],"result":[{"reference":"Observation/447027aa-1496-7fa8-1f9e-fdfcf03f9a6c","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"52a266fd-caef-0c4b-ad1f-a0bedd211ae9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"effectiveDateTime":"2016-04-09T04:56:45-07:00","issued":"2016-04-09T04:56:45.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDQtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkb21lc3RpYyBhYnVzZSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"7e225f27-a2ab-aaf7-2f21-dcc8e040527a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/cdf19c9e-5ffd-5309-8262-30e39d3775d5"},"effectiveDateTime":"1991-04-19T14:00:00-07:00","issued":"1991-04-19T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTEtMDQtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"a2b840da-5814-83a0-1c46-1ece61918ccc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/2898e2df-3259-117b-116b-62e6913ad7f1"},"effectiveDateTime":"2019-01-17T19:31:53-08:00","issued":"2019-01-17T19:31:53.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDEtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"3951ecaa-9d77-449c-5a75-1d8c906f20ca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/63f30825-f2a1-769a-f010-2d7530fc0065"},"effectiveDateTime":"2019-02-07T19:55:36-08:00","issued":"2019-02-07T19:55:36.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDItMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"745ddcd4-feec-39c1-ffa4-149464c52ecd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/bf4a7536-05ae-8e57-4af5-fe5b33fc6747"},"effectiveDateTime":"1992-04-24T14:00:00-07:00","issued":"1992-04-24T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTItMDQtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2NCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"08a23fbb-28ce-3e60-1cc6-e3e8051453a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T18:52:58-08:00","issued":"2018-11-16T18:52:58.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/3aacdaaa-faad-a6af-8b55-dd9199781751","display":"Total Cholesterol"},{"reference":"Observation/fb727062-ce8b-79db-c96d-475e74965579","display":"Triglycerides"},{"reference":"Observation/85c85cb0-407c-7bea-1891-e587117e9e71","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/9b2bf914-0dd3-c594-6b51-f6d13db4d0ea","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"cde4cac6-f27c-7889-a455-8cc180752d34","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T20:02:25-08:00","issued":"2018-11-16T20:02:25.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/32751062-3b9d-7200-525f-b07d5a4b9c56","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"c2373d08-f344-6c89-e3a7-8779296c1b11","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T20:39:15-08:00","issued":"2018-11-16T20:39:15.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/fcb868d2-4fd4-bb48-d488-bd57b122af3e","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"2529f672-777c-fd8b-2fb1-048a276b70e0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T18:52:58-08:00","issued":"2018-11-16T18:52:58.316-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTEtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjggeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIER1YWwgRWxpZ2libGUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMjEuNyBtZy9tbCAvIGRleHRyb21ldGhvcnBoYW4gaHlkcm9icm9taWRlIDEgbWcvbWwgLyBkb3h5bGFtaW5lIHN1Y2NpbmF0ZSAwLjQxNyBtZy9tbCBvcmFsIHNvbHV0aW9uOyBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIC8gb3h5Y29kb25lIGh5ZHJvY2hsb3JpZGUgMTAgbWcgb3JhbCB0YWJsZXQgW3BlcmNvY2V0XQotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQo="}]} +{"resourceType":"DiagnosticReport","id":"f33c91fd-b407-a66f-a281-6390b0467e11","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/67e56661-731e-c284-a1a9-bcf315021f80"},"effectiveDateTime":"2019-03-01T20:22:34-08:00","issued":"2019-03-01T20:22:34.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDMtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"8ced4456-a74b-6cd7-2d27-57ac26a963b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/c869f706-164f-0152-c3b4-a2503331a734"},"effectiveDateTime":"1993-04-30T14:00:00-07:00","issued":"1993-04-30T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTMtMDQtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"36d86cf2-f953-4c5b-5e10-e3166fd4135f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/e20025f5-35bb-496c-0b40-937f6077c015"},"effectiveDateTime":"2019-03-27T22:20:35-07:00","issued":"2019-03-27T22:20:35.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDMtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"8e40cc93-e303-914c-0ff6-6675bce7119d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T11:15:12-07:00","issued":"1983-07-31T11:15:12.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/5515a5cf-51d6-75bd-728d-22dfd01e6486","display":"Total Cholesterol"},{"reference":"Observation/50b58209-4876-918f-0dd8-db815b0d8a0e","display":"Triglycerides"},{"reference":"Observation/be4da094-384f-1e13-1983-441387a361a8","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/13437850-be9d-a2b6-6ebc-6f8da086226d","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"9ffc408d-d147-571c-b520-8bb94eb8d9c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T12:19:57-07:00","issued":"1983-07-31T12:19:57.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/37f7693a-5f0b-5f9e-49b4-fbe8ed815923","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"cc6c6ea3-3616-383a-28ef-648081b252c6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T13:00:48-07:00","issued":"1983-07-31T13:00:48.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/12cc1200-a0d0-1709-5458-00c924b81c0c","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"ffd88b86-e43e-7a8b-7244-2cead0389cfd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T11:15:12-07:00","issued":"1983-07-31T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODMtMDctMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDYwIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggb3N0ZW9wb3Jvc2lzIChkaXNvcmRlciksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBib25lIGRlbnNpdHkgc2NhbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"1d8b9fab-581e-8b64-50c1-512ac42b1d9a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"effectiveDateTime":"1987-06-06T13:14:09-07:00","issued":"1987-06-06T13:14:09.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/0802a9d7-6509-f958-ca6e-9db29c13f3d7","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"f2816f19-5440-eb8b-1762-56f93c3b4102","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"effectiveDateTime":"1987-06-06T13:53:29-07:00","issued":"1987-06-06T13:53:29.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/f390a86d-f581-dcd5-a8dc-ddace6e8f175","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"287f6448-53c3-5682-e405-7ed9ef932654","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"effectiveDateTime":"1987-06-06T14:34:20-07:00","issued":"1987-06-06T14:34:20.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/d988ba96-3e2c-cde2-131e-67ecad0fe518","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"11c4e906-225d-66fc-c7c8-b7dbfdc7ce1b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"effectiveDateTime":"1987-06-06T11:54:23-07:00","issued":"1987-06-06T11:54:23.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDYtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzcGlyb21ldHJ5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"381205ff-9973-e402-f73f-b4599699a924","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"51990-0","display":"Basic Metabolic Panel"}],"text":"Basic Metabolic Panel"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/408d803a-b884-b3f1-726d-3010df0560fb","display":"Glucose"},{"reference":"Observation/e8fecf64-3920-548a-9446-7aa2d7568999","display":"Urea Nitrogen"},{"reference":"Observation/55fb7ef7-47a0-3b6a-31a6-b5458c2727fb","display":"Creatinine"},{"reference":"Observation/2f504907-2380-b36e-0316-64dec58411a4","display":"Calcium"},{"reference":"Observation/e2242251-fbbd-dddd-a2a2-cf10a2213428","display":"Sodium"},{"reference":"Observation/e29071b3-5565-86ce-c0f7-40cf50f59a35","display":"Potassium"},{"reference":"Observation/f740cad8-f647-5bc7-faab-aa3203243cd7","display":"Chloride"},{"reference":"Observation/4847203d-7f1f-68a7-82c0-a38bf5ca24f7","display":"Carbon Dioxide"}]} +{"resourceType":"DiagnosticReport","id":"c372fb60-ec61-0a45-9b4d-a4eac7bd8def","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/1baca050-dff0-fec5-a62e-2fbbb5cea124","display":"Total Cholesterol"},{"reference":"Observation/4e16b1f5-4406-6a58-f4eb-cfc33e5a9395","display":"Triglycerides"},{"reference":"Observation/df5ac42e-4b6c-1a18-242d-bb9689681c6e","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/8152e518-9c04-1d25-1cfc-5437592c2442","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"fc00f71e-727e-2132-591e-f3af8675a298","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:50:43-08:00","issued":"2019-02-03T02:50:43.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/441fdc6f-68bb-7d9a-7802-043e7c7bce1f","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"b6919664-f7c5-1b6c-fe00-78dc452648d6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T03:23:35-08:00","issued":"2019-02-03T03:23:35.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/5a86dada-78ef-59c8-6a63-8f075938606f","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"a55304f1-80d4-b85f-f35a-f43f22a3c7d5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDItMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQ4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"6bbb2e1b-9d66-15e6-68ed-711fac866a51","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/5838c563-1724-25c5-7971-0a1a58035cd1"},"effectiveDateTime":"1994-05-06T14:00:00-07:00","issued":"1994-05-06T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTQtMDUtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2NiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"591f1f4d-2cf5-cf86-5f7f-f9256c067bd5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"effectiveDateTime":"2017-04-15T06:10:46-07:00","issued":"2017-04-15T06:10:46.638-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}],"result":[{"reference":"Observation/dcdc32ca-02de-7630-7832-4a5a8558ac29","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"cee62162-aea9-7fe1-cf7d-d4e3cb73539c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"effectiveDateTime":"2017-04-15T04:56:45-07:00","issued":"2017-04-15T04:56:45.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDQtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTkgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLCBzcHJhaW4gb2YgYW5rbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"35b82129-13b5-b00c-a034-2765f95daa19","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/1e91d3f9-4ad2-079a-9397-1f3ab6651b0b"},"effectiveDateTime":"1994-07-29T14:00:00-07:00","issued":"1994-07-29T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTQtMDctMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"2dce9200-9111-3a23-397f-3165db7fd7d5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/85992de1-9c49-7187-3d5c-015a8ca842c2"},"effectiveDateTime":"1995-05-12T14:00:00-07:00","issued":"1995-05-12T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTUtMDUtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"fb1519df-f052-87c0-7eda-0bab9ee32437","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/e4104cf9-936b-7d2a-42fd-2a0d3c55fd39"},"effectiveDateTime":"2019-04-18T22:49:14-07:00","issued":"2019-04-18T22:49:14.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDQtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"038c81ad-1228-3554-f865-a4975d6ca411","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T19:54:07-08:00","issued":"2019-11-22T19:54:07.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/54f205c9-71b1-531c-6302-75951b0da137","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"230e1cba-b057-36a0-a1c5-7c7cb427649a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59453-1","display":"Morse Fall Scale panel"}],"text":"Morse Fall Scale panel"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T20:13:57-08:00","issued":"2019-11-22T20:13:57.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/f87b9059-37be-75b7-416c-bf3466082d7f","display":"Fall risk total [Morse Fall Scale]"},{"reference":"Observation/6e7bd473-7c3d-6bf1-5d68-ef45ae4c3d27","display":"Fall risk level [Morse Fall Scale]"}]} +{"resourceType":"DiagnosticReport","id":"06961a74-be33-e4f7-9184-57d256cd8ea0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T20:54:56-08:00","issued":"2019-11-22T20:54:56.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/7c882d8d-5ac3-3b61-b179-8ca053106a82","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"0cee6de6-989f-681c-f57a-f231081d8585","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T21:29:43-08:00","issued":"2019-11-22T21:29:43.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/b397c82f-b567-ed93-82c2-beb9fbe7ad9e","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"c7029aee-a74e-750b-5f2d-f5f8843ece5b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/71f22be9-6e56-e07d-6c70-5a1d0844498b"},"effectiveDateTime":"2019-06-20T09:01:44-07:00","issued":"2019-06-20T09:01:44.723-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDYtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQ4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"c283fccd-1b3b-69a9-013b-3db7548ef65f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/6a9ab6be-a2e6-4eb9-5642-73e63cd37fc7"},"effectiveDateTime":"2019-05-15T23:05:27-07:00","issued":"2019-05-15T23:05:27.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDUtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"fa11929b-60f5-d95f-8496-c7d7d4aa4419","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T18:52:58-08:00","issued":"2019-11-22T18:52:58.316-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTEtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjkgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIER1YWwgRWxpZ2libGUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMjEuNyBtZy9tbCAvIGRleHRyb21ldGhvcnBoYW4gaHlkcm9icm9taWRlIDEgbWcvbWwgLyBkb3h5bGFtaW5lIHN1Y2NpbmF0ZSAwLjQxNyBtZy9tbCBvcmFsIHNvbHV0aW9uOyBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgbW9yc2UgZmFsbCBzY2FsZSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZHJ1ZyBhYnVzZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIC8gb3h5Y29kb25lIGh5ZHJvY2hsb3JpZGUgMTAgbWcgb3JhbCB0YWJsZXQgW3BlcmNvY2V0XQotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQo="}]} +{"resourceType":"DiagnosticReport","id":"1c24f8f6-e988-e43e-8f5d-0def677e8f61","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/27575b42-1b5f-9fb9-f709-3224384c0bdd"},"effectiveDateTime":"2019-06-09T23:33:14-07:00","issued":"2019-06-09T23:33:14.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDYtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"443c6fc2-813a-ceb7-f42b-80318dfdf6ef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"24323-8","display":"Comprehensive metabolic 2000 panel - Serum or Plasma"}],"text":"Comprehensive metabolic 2000 panel - Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}],"result":[{"reference":"Observation/d8e7a0a4-0a66-e139-4076-bced9be91124","display":"Glucose"},{"reference":"Observation/d3a155ba-105a-a6f5-1d19-667e4cc2a4f8","display":"Urea Nitrogen"},{"reference":"Observation/2040a007-2b94-211e-ed10-f9fb15ae2eec","display":"Creatinine"},{"reference":"Observation/154b7142-0762-3ea4-f090-4c055c94a129","display":"Calcium"},{"reference":"Observation/e7d6d01f-f6e5-7f62-82e3-a7367bb46535","display":"Sodium"},{"reference":"Observation/4a5cc3d5-5d6d-d34b-bce1-8d3f7e59f040","display":"Potassium"},{"reference":"Observation/3206f3d8-fb7a-b8e4-0443-e64fb29cc8bd","display":"Chloride"},{"reference":"Observation/339cffef-3efa-4ef1-4a5a-42bd3d6ed134","display":"Carbon Dioxide"},{"reference":"Observation/1eb1d461-b5fb-4d73-e06c-12de04d4ec56","display":"Glomerular filtration rate/1.73 sq M.predicted"},{"reference":"Observation/359b7e90-edd1-19d1-9c2b-f935c1fd4e51","display":"Protein [Mass/volume] in Serum or Plasma"},{"reference":"Observation/bf7545ae-4ce8-6a54-e90b-9ad583590f65","display":"Albumin [Mass/volume] in Serum or Plasma"},{"reference":"Observation/df240bc2-767e-2cd8-5651-9202cb23d3b7","display":"Globulin [Mass/volume] in Serum by calculation"},{"reference":"Observation/03513af3-1c51-a4c0-1bc9-6716521d9c65","display":"Bilirubin.total [Mass/volume] in Serum or Plasma"},{"reference":"Observation/d7d0c308-9685-f42a-f9ff-b3a325e815da","display":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"},{"reference":"Observation/152aeb2e-6c76-8463-357a-d3dccfb9f762","display":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},{"reference":"Observation/974afbf5-1d85-019d-4882-ca38b0304800","display":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}]} +{"resourceType":"DiagnosticReport","id":"229d3ced-4d1f-b67a-f1b7-75d28559dfe6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}],"result":[{"reference":"Observation/c4e0059c-d61e-dddf-3b11-3950212e9c7f","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/060d4695-6ea3-8f3c-76ac-9808e43ca2c6","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/16dbf642-a6b3-fd47-e280-03f62be08e70","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/b0b87800-4b06-d1c5-3d33-55fe3e5b3a9c","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/e2613a67-0d64-a0a4-0c1d-5d3d71241500","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/874dc6ce-b92a-1b2c-3ca4-64268bd02644","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/7af8c514-f9dd-c273-4b3f-63f28ff0cb8d","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/39dff79d-b049-cd16-9dcc-8a36572bf557","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/bdb9739b-5c62-3425-d317-f4cd6a98ff87","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/248d998e-2a4a-1b5f-51b7-c800338a76c0","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/7f59920c-e64b-089e-fb11-02e30f9e5ef4","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"5fee03d6-728d-9bbd-3722-d618ce8d8225","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDYtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gY29tYmluZWQgY2hlbW90aGVyYXB5IGFuZCByYWRpYXRpb24gdGhlcmFweSAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"c8b17218-bdcc-2a68-8ab2-7daf9f594b3e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8e96ae35-598c-a772-3bfc-8280bc25f239"},"effectiveDateTime":"2020-08-03T22:36:17-07:00","issued":"2020-08-03T22:36:17.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDgtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjkgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIER1YWwgRWxpZ2libGUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMjEuNyBtZy9tbCAvIGRleHRyb21ldGhvcnBoYW4gaHlkcm9icm9taWRlIDEgbWcvbWwgLyBkb3h5bGFtaW5lIHN1Y2NpbmF0ZSAwLjQxNyBtZy9tbCBvcmFsIHNvbHV0aW9uOyBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBjb2xvbm9zY29weQo="}]} +{"resourceType":"DiagnosticReport","id":"d122f06c-5092-4a5c-e5a4-bbb9bd7e2f73","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"51990-0","display":"Basic Metabolic Panel"}],"text":"Basic Metabolic Panel"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/25377a17-2f83-69ee-2e7f-e581f47c8720","display":"Glucose"},{"reference":"Observation/4abfb421-0096-08a9-ac23-0b967c259a38","display":"Urea Nitrogen"},{"reference":"Observation/e1bbf812-ccdd-f7e9-190d-0f526f5f3ec5","display":"Creatinine"},{"reference":"Observation/83b02da7-b189-3641-3168-b7b3fe761e88","display":"Calcium"},{"reference":"Observation/fc5d6275-e324-75d2-dca8-0ccbfcea171c","display":"Sodium"},{"reference":"Observation/27c100aa-045b-1ef1-46d4-cf8f43c9b736","display":"Potassium"},{"reference":"Observation/78443cf7-d9e2-5907-8fd0-1aea50f1cc2d","display":"Chloride"},{"reference":"Observation/cb9fefcb-f891-3db9-06c2-821a1e79c3bd","display":"Carbon Dioxide"}]} +{"resourceType":"DiagnosticReport","id":"90093668-ff7d-82b1-ec5c-91bc12425ad5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T03:33:47-08:00","issued":"2020-02-09T03:33:47.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/479afbf9-54c4-c639-348d-83b40fa52416","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"17bbc13b-405f-e2dc-0c2d-b4e1d0b29045","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T04:13:17-08:00","issued":"2020-02-09T04:13:17.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/c0e26638-7a45-6ddf-0916-e18a1a8a5f5b","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"169fb717-76e2-2b9d-c688-40cd063dca04","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/b5dd00e1-72dc-aa7c-79f2-4783ae3d81d4","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/a4adbe66-9cc6-4b87-8857-e50406327729","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/2d9d31d2-4adf-42e5-05e5-e3f2dbc10004","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/af47979a-3db5-a9ae-ae83-459c5033f213","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/93aad0d8-8167-7795-8b69-e8538a8242bb","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/b9fbe330-eca0-cef0-f836-e4005415034f","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/af7a12ed-4d2a-7618-4e05-aad97f746c7f","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/0656fb66-22d6-11f2-0f15-f272d4f5ad0e","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/e95d49a6-905a-f5cd-46f8-a8fa7cea6fc7","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/1975fd53-8f8f-9c6f-6040-7abf216e4cb1","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/59c653c6-d899-1e6a-2576-abf20afd9981","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"02edcf38-69b8-fea6-275f-84f16d75c376","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDItMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQ5IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"01d85e5a-e9a8-1980-c19f-37d33492872d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T12:09:12-07:00","issued":"1984-08-05T12:09:12.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/57ae643f-dc9d-7520-a644-f09a5c12aa34","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"a0845e93-eb88-9abb-81f5-156e45cc15c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T12:51:09-07:00","issued":"1984-08-05T12:51:09.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/e718b1e0-5e87-d1c8-bbd3-ab287811473f","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"b6c455e8-6723-4048-319d-b20f64de3133","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODQtMDgtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDYxIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"1c223c8d-c9ac-9f95-d946-52d2479362aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/c4a7535f-1429-3347-b380-5615a4e09522"},"effectiveDateTime":"1996-05-17T14:00:00-07:00","issued":"1996-05-17T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTYtMDUtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2OCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"30f8c905-7293-155f-77da-37485f42aeb1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}],"result":[{"reference":"Observation/c9f676ff-031c-f059-a4ff-80e6f47ee611","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/6107bf76-7309-e4d1-1895-89ccd99551da","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/f65f457a-6fce-fbb5-e577-1da2e79a163c","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/c81cb8f0-89e9-14d2-a0f7-f6a01e8a6715","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/c70f3567-2e4c-a986-766b-4b0c20694afb","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/864031ec-5644-c8da-19ff-19baa10dc76f","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/e9630b3b-943d-40d5-cd61-3ad61a2b1c51","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/98b08c20-18f5-890f-ed9e-38e0f1dcc297","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/17481814-0e5f-4283-3a26-35f870672239","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/dea65c29-b644-60a9-60e4-615b4779336f","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/a05baa2e-77fe-4fc4-8f19-c12cc94a7f1e","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"909756e0-25d9-1564-28de-84e285731ee6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T06:26:58-07:00","issued":"2020-04-18T06:26:58.638-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}],"result":[{"reference":"Observation/5d8211a1-9ac1-395c-425d-84087bec98c1","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"237d3d8d-2eb8-3ea5-1839-cb92b2464e4d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T06:59:20-07:00","issued":"2020-04-18T06:59:20.638-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}],"result":[{"reference":"Observation/c8f11bce-d6ad-4a6f-38a5-109153cc6ad7","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"865767e9-5bde-4d52-8ac5-9073d32f387d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"24323-8","display":"Comprehensive metabolic 2000 panel - Serum or Plasma"}],"text":"Comprehensive metabolic 2000 panel - Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}],"result":[{"reference":"Observation/d32ac04e-5ecf-7ea1-1565-aa7e35db7e19","display":"Glucose"},{"reference":"Observation/86fb172c-b486-683b-7940-e3ae7cd45529","display":"Urea Nitrogen"},{"reference":"Observation/3a1eedb8-8eac-ace7-2d34-cdd77484ec12","display":"Creatinine"},{"reference":"Observation/c1b76cf9-3106-8f12-21a7-17d4d3185543","display":"Calcium"},{"reference":"Observation/7d9b5705-0cf6-7ce3-450b-b1067006b9d5","display":"Sodium"},{"reference":"Observation/2757237f-bfd7-cc6c-ed8d-a378462692df","display":"Potassium"},{"reference":"Observation/de73e065-27cc-871c-c068-ec41e187a409","display":"Chloride"},{"reference":"Observation/0444db07-07d7-f878-135e-f631cb6a8b5f","display":"Carbon Dioxide"},{"reference":"Observation/0ef85551-fb86-f40a-ef25-9aa7d880fa67","display":"Glomerular filtration rate/1.73 sq M.predicted"},{"reference":"Observation/84a7cb55-8902-0699-8d4a-ccc14bcfec74","display":"Protein [Mass/volume] in Serum or Plasma"},{"reference":"Observation/ffe88d05-b575-0699-5705-52b77c4e6e3c","display":"Albumin [Mass/volume] in Serum or Plasma"},{"reference":"Observation/b025b03c-0e7a-b7e5-9f0d-3185d9f0caa8","display":"Globulin [Mass/volume] in Serum by calculation"},{"reference":"Observation/b5189eff-0af2-76ab-051c-aed2a97930eb","display":"Bilirubin.total [Mass/volume] in Serum or Plasma"},{"reference":"Observation/fe45c607-9191-1da6-4065-0d08c26427d6","display":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"},{"reference":"Observation/c1b72782-6add-9b93-f550-65c4c8d86269","display":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},{"reference":"Observation/f086d611-2a5c-ebdd-dc9c-46735be6c9ac","display":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}]} +{"resourceType":"DiagnosticReport","id":"4af1419d-7504-f2da-7efd-cbe05378fa5d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDQtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMjIgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLCBzcHJhaW4gb2YgYW5rbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIG1pc3VzZXMgZHJ1Z3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgdGQgKGFkdWx0KSBwcmVzZXJ2YXRpdmUgZnJlZSwgaGVwIGIsIGFkdWx0LCBtZW5pbmdvY29jY2FsIG1jdjRwLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"e015b11f-8ebf-264b-ff88-40fe87441597","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}],"result":[{"reference":"Observation/58679c16-66b8-669a-646e-f33927e0cfbf","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/ef7a532f-d5e4-9bba-c1c3-7412ba586030","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/6fa2b005-6ffe-2d7d-2fa6-d03deabe018c","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/40768641-2cf5-5e25-8c83-1bda0cc6fc38","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/570ec8de-4d78-44ed-3a5b-3bca6a0e9a81","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/49b1caa5-a216-de39-d7a4-83de7c02d5f0","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/3ec282f5-9b9b-6b0e-3199-93346f5e05e3","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/82d8dac2-8044-d3c3-78b4-12dad4746358","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/9da345e2-4238-01f8-eab1-3ab84cb5760c","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/60722c82-af58-65c7-9d5f-40ad232ebec4","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/1851e8fe-0907-1a39-08b0-15f73cde32e9","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"f783a706-de94-6835-63ce-36178300255d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDctMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gY29tYmluZWQgY2hlbW90aGVyYXB5IGFuZCByYWRpYXRpb24gdGhlcmFweSAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"1f4293a8-5b2a-ccc9-b8f8-272cd4935cf4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/75d7bc8e-c0ab-7f21-77cd-ca0654cf7e5d"},"effectiveDateTime":"1997-05-23T14:00:00-07:00","issued":"1997-05-23T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTctMDUtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2OSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"c13446e3-782f-ed32-7329-047a464b7819","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}],"result":[{"reference":"Observation/14864a1e-b0c0-b796-ffdd-433841f07771","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/9dc5e8d4-f108-2e39-ddba-744807ff9be7","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/871ccd30-d16f-9748-5d4f-ef1c996d2fca","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/18c6a560-23f8-88af-2bf1-5b47daa086fe","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/9e5641d8-8e6c-cdea-823e-61b2a80e5199","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/9190a6d2-4a43-0e5e-622b-5d3d2f00c2eb","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/aa6340f3-d1bc-f606-148c-0088aa0ca4c2","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/06bc3150-c82c-c452-ff42-051342addae9","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/8e06e494-c1ca-654b-94bf-3783182a1af2","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/f17e697a-ab5e-78fa-a8ab-75448880dc35","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/07aa3a82-e58b-ed0a-0974-6f592f1bc418","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"a21ee63c-ee6e-9325-c5e6-6b5b7f7e043b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:33:17-07:00","issued":"2019-06-19T17:33:17.361-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}],"result":[{"reference":"Observation/3d7b86b8-3193-2aba-a0c9-5416098dd2e6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"62b3d1ca-c096-5b26-03cb-cfa0e3066f4a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T18:09:08-07:00","issued":"2019-06-19T18:09:08.361-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}],"result":[{"reference":"Observation/86554686-810e-4a1f-2f32-b59d2b3dd4be","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"f78513df-0671-e825-b6ba-283e822c5f8e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDYtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIG1lbmluZ29jb2NjYWwgbWN2NHAuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSBuaW5lIGl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGNhciwgcmVsYXgsIGFsb25lLCBmb3JnZXQsIGZyaWVuZHMsIHRyb3VibGUgc2NyZWVuaW5nIHRlc3QgKHByb2NlZHVyZSkKLSBhbnRpY2lwYXRvcnkgZ3VpZGFuY2UgKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"b1beb1a2-48b6-3d59-96f3-a807e321b1ab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/6118c5f3-b9a9-ae08-afc1-5e94c6ffe499"},"effectiveDateTime":"1998-05-29T14:00:00-07:00","issued":"1998-05-29T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTgtMDUtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG9zdGVvcG9yb3NpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Ci0gYWxlbmRyb25pYyBhY2lkIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"6a7b6820-dc31-8720-639e-499f32a0e9a1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/8c2ab808-51d8-8145-6e3a-63e52962f181"},"effectiveDateTime":"1999-06-04T14:00:00-07:00","issued":"1999-06-04T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTktMDYtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3MSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"29f0b3b6-a527-ea93-b059-76c41ca66da1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/e237b3c4-04fd-6cc1-6d1f-916d0fb3c5a4"},"effectiveDateTime":"2019-07-05T00:00:02-07:00","issued":"2019-07-05T00:00:02.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDctMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"4b5279fd-0a16-d7eb-4685-0e09e4af40a1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T12:26:39-07:00","issued":"1985-08-11T12:26:39.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/80021c55-d90d-bf8e-0951-7e6574785a05","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"c0370ad0-0c5d-2122-fb47-4456370eac9f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T12:52:03-07:00","issued":"1985-08-11T12:52:03.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/7a0afe65-3e69-cef2-e6a0-05b2ffe0bfec","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"95a954de-c414-6981-9592-1dfe1c42c866","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T13:32:13-07:00","issued":"1985-08-11T13:32:13.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/f266c8e5-2f11-1c4a-722a-ac70cdf4961c","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"3bbf49d1-ebea-d5f7-4233-ca5f93f99367","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T14:07:49-07:00","issued":"1985-08-11T14:07:49.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/d2cfe59b-e5e8-8ba9-3e96-02ab873d9a2e","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"063d8b2e-3e54-1a96-9bd7-49834af80e36","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T11:15:12-07:00","issued":"1985-08-11T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODUtMDgtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDYyIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"40d0bb54-893d-934d-0b7e-eb105475866a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59453-1","display":"Morse Fall Scale panel"}],"text":"Morse Fall Scale panel"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"effectiveDateTime":"2020-11-27T20:19:21-08:00","issued":"2020-11-27T20:19:21.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/ef705f94-afb9-d9e3-71b3-91b4f9184e95","display":"Fall risk total [Morse Fall Scale]"},{"reference":"Observation/742bc1e9-2da5-1d9c-8b12-f85a6970cbdd","display":"Fall risk level [Morse Fall Scale]"}]} +{"resourceType":"DiagnosticReport","id":"71d5fdfe-6c4a-3bc0-de83-24268c76b9c1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"effectiveDateTime":"2020-11-27T20:57:06-08:00","issued":"2020-11-27T20:57:06.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/f3369776-d358-9c0b-c698-3b6f85ccfb48","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"9b48ce28-6e25-d4c2-bcdc-4a37b7b017f9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"effectiveDateTime":"2020-11-27T18:52:58-08:00","issued":"2020-11-27T18:52:58.316-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTEtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNzAgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIER1YWwgRWxpZ2libGUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMjEuNyBtZy9tbCAvIGRleHRyb21ldGhvcnBoYW4gaHlkcm9icm9taWRlIDEgbWcvbWwgLyBkb3h5bGFtaW5lIHN1Y2NpbmF0ZSAwLjQxNyBtZy9tbCBvcmFsIHNvbHV0aW9uOyBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIG1vcnNlIGZhbGwgc2NhbGUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF0KLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0K"}]} +{"resourceType":"DiagnosticReport","id":"29befa11-d85a-49fe-62ba-a9b2e6a6b56c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/f6178e16-c0c2-ef75-0534-f7e882581b32"},"effectiveDateTime":"2000-06-09T14:00:00-07:00","issued":"2000-06-09T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDAtMDYtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3MiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"d215a6ae-83b7-d74a-f9f8-8c04001795ed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"51990-0","display":"Basic Metabolic Panel"}],"text":"Basic Metabolic Panel"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/fc4ee43c-6f97-9e0b-cce4-5275e1bf703c","display":"Glucose"},{"reference":"Observation/30e49fd5-7ed7-cd68-78db-00dea3bcbb76","display":"Urea Nitrogen"},{"reference":"Observation/a3cd6d34-aa7c-26d3-31ae-77de3a4a2c50","display":"Creatinine"},{"reference":"Observation/6c6de084-ab12-4159-2b3c-932ee76eb560","display":"Calcium"},{"reference":"Observation/0a19db43-af77-05ad-ed47-4fd4104244ef","display":"Sodium"},{"reference":"Observation/4a7bc27e-416b-7a4b-bf68-0f6cab6ee7b7","display":"Potassium"},{"reference":"Observation/607c643d-7d67-ade0-b8a3-3ccb995ad3ee","display":"Chloride"},{"reference":"Observation/d3bf403f-d1c7-63e8-a7b9-25c7d9b9a083","display":"Carbon Dioxide"}]} +{"resourceType":"DiagnosticReport","id":"5312183d-2467-8ecb-5821-86e5de7d6082","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T03:20:25-08:00","issued":"2021-02-14T03:20:25.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/6862559b-85f7-f401-598c-fbb8d3c156e8","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"ed78d9e4-4c40-ac0d-8a68-865c12f9403c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"44249-1","display":"PHQ-9 quick depression assessment panel [Reported.PHQ]"}],"text":"PHQ-9 quick depression assessment panel [Reported.PHQ]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T03:47:33-08:00","issued":"2021-02-14T03:47:33.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/f7d5ff44-5a7f-3bc0-1fef-558c00afc33d","display":"Patient Health Questionnaire 9 item (PHQ-9) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"f2d63d1a-884d-7ac7-9775-2e8a0efef26f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDItMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDUwIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiB6b3N0ZXIsIGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"0788a64c-50bb-2bae-d184-31b0486984b0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/fdb1515e-a3da-3765-aa5e-c4d5aa17e998"},"effectiveDateTime":"2001-06-15T14:00:00-07:00","issued":"2001-06-15T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDEtMDYtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3NCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"efb037af-3afb-022b-8bed-b4aec169e2cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3235c2c6-a33c-3bc3-2e43-aff5c42a715b"},"effectiveDateTime":"2019-07-30T00:24:59-07:00","issued":"2019-07-30T00:24:59.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDctMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"e53c392d-8c63-1ee7-05ce-5cc830b4d082","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"24323-8","display":"Comprehensive metabolic 2000 panel - Serum or Plasma"}],"text":"Comprehensive metabolic 2000 panel - Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}],"result":[{"reference":"Observation/fbbf5367-d526-e981-1dc8-c957f35260c9","display":"Glucose"},{"reference":"Observation/834f7d40-46d7-4205-f345-a172bed5b333","display":"Urea Nitrogen"},{"reference":"Observation/cd800bfe-760d-79b2-fd5f-73f78203ebc2","display":"Creatinine"},{"reference":"Observation/80bbc83b-bfef-09b5-ae4a-0c3992eaf26b","display":"Calcium"},{"reference":"Observation/08dfdbb1-9c1f-25c2-3386-24a31a2b791e","display":"Sodium"},{"reference":"Observation/f3065eb3-9ad1-9545-e6fc-99d708b01a14","display":"Potassium"},{"reference":"Observation/df2db9fd-c395-6bdd-6ff7-2c189f87876c","display":"Chloride"},{"reference":"Observation/934de0b3-bb2e-550a-fc99-72ed66799ff5","display":"Carbon Dioxide"},{"reference":"Observation/f4f8a6a2-990a-6724-1182-e6feff187d4d","display":"Glomerular filtration rate/1.73 sq M.predicted"},{"reference":"Observation/8cb2b6cc-7b4d-b18e-246d-2643348bcf2a","display":"Protein [Mass/volume] in Serum or Plasma"},{"reference":"Observation/fd06ee23-424b-fa2b-0e27-d65c3d6617f7","display":"Albumin [Mass/volume] in Serum or Plasma"},{"reference":"Observation/cf2e1e93-acdc-5e11-7a85-c94171b89ea2","display":"Globulin [Mass/volume] in Serum by calculation"},{"reference":"Observation/ac417e45-8d79-c97d-dfe5-481de59429b4","display":"Bilirubin.total [Mass/volume] in Serum or Plasma"},{"reference":"Observation/9c8e4722-67de-7b05-5e37-a876e471d7a1","display":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"},{"reference":"Observation/0b054a96-56f8-0613-bd0a-8f9345e0a861","display":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},{"reference":"Observation/e9297d95-36f4-8891-cb57-8816e4898c3e","display":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}]} +{"resourceType":"DiagnosticReport","id":"3d577b92-08ae-2952-408d-5cf68e754a8b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}],"result":[{"reference":"Observation/848cc0e2-3e01-07e1-b904-cdf01f650bef","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/0a1a698e-2b5c-2910-db4c-7475871adde6","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/b9634dbf-2edf-b84a-48ed-4acd9034fce6","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/d31759b1-8656-b38f-1b5b-228f0b5513d7","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/0614f102-611c-cca6-0d5a-5ca7083452dd","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/b636a028-f0df-9652-efcc-e07ec42301a6","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/e38be247-2728-d0c3-b134-e15d0a3e6303","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/b031ff21-addc-894f-cdd4-160a7fe8bdba","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/c2ce456d-544d-0161-2394-46b454789e99","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/cbfb254c-ce31-90b1-b050-55149cd1a7ce","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/ca0def18-0cec-f6b5-70e3-22d2cbea8176","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"1d5a6b8a-f330-c3f9-d4ab-ea0f3f5294de","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ed6c4c6f-6dd1-78b5-58a9-68316c5af8c8"},"effectiveDateTime":"2019-08-26T01:00:48-07:00","issued":"2019-08-26T01:00:48.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDgtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"e84f7a15-3db8-09da-f855-5562751dacd9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/3a22aa5c-cbc7-2634-4bc7-23eab2dd2e2e"},"effectiveDateTime":"2002-06-21T14:00:00-07:00","issued":"2002-06-21T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDItMDYtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"f093e75a-cb02-0894-34c0-e5013182283b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDgtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gY29tYmluZWQgY2hlbW90aGVyYXB5IGFuZCByYWRpYXRpb24gdGhlcmFweSAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"1428b7f8-a6dd-80f1-5aa1-be40731e422e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/345283b9-8da2-b506-1c7a-5bc2d572ad84"},"effectiveDateTime":"2021-03-12T18:52:58-08:00","issued":"2021-03-12T18:52:58.316-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999689","display":"Dr. Nelda514 Blanda868"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNzAgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIER1YWwgRWxpZ2libGUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMjEuNyBtZy9tbCAvIGRleHRyb21ldGhvcnBoYW4gaHlkcm9icm9taWRlIDEgbWcvbWwgLyBkb3h5bGFtaW5lIHN1Y2NpbmF0ZSAwLjQxNyBtZy9tbCBvcmFsIHNvbHV0aW9uOyBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBzYXJzLWNvdi0yIChjb3ZpZC0xOSkgdmFjY2luZSwgbXJuYSwgc3Bpa2UgcHJvdGVpbiwgbG5wLCBwcmVzZXJ2YXRpdmUgZnJlZSwgMzAgbWNnLzAuM21sIGRvc2UuIAo="}]} +{"resourceType":"DiagnosticReport","id":"524a2dc6-73f5-e91f-92be-19a07f17df81","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/53432d59-5df6-6a10-b93c-619f8e27f708"},"effectiveDateTime":"2019-09-20T02:00:31-07:00","issued":"2019-09-20T02:00:31.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDktMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"affa5f6e-45d9-3bc6-7509-1cd349d44105","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/d2c35637-46f3-dad1-8842-47f73c7e8961"},"effectiveDateTime":"2019-10-13T02:27:31-07:00","issued":"2019-10-13T02:27:31.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTAtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"5614d1bb-da76-d29b-a550-0a3bf74659cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/28cebdda-15bd-eff8-0376-f00fd31f3ea2"},"effectiveDateTime":"2021-12-29T09:01:44-08:00","issued":"2021-12-29T09:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTItMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDUxIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"32548610-6cfa-101d-89d9-37d08d0a6799","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"effectiveDateTime":"1986-08-17T11:15:12-07:00","issued":"1986-08-17T11:15:12.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/3b7243c1-f5fd-cd62-679e-0f1b3c46bd96","display":"Total Cholesterol"},{"reference":"Observation/1d9f2efc-6f00-407e-f003-0c94bf4a4364","display":"Triglycerides"},{"reference":"Observation/077a1cd9-7c55-ab36-f837-cc6236d4dfc6","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/d2fd19a3-9561-5583-ac53-d858a22e5a7c","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"2f95da80-2ad6-805a-7d82-ff4a6d98b64e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f52e1d6f-86ad-fc51-f546-28eb5051ce20"},"effectiveDateTime":"2021-04-02T19:52:58-07:00","issued":"2021-04-02T19:52:58.316-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999689","display":"Dr. Nelda514 Blanda868"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDQtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNzAgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIER1YWwgRWxpZ2libGUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMjEuNyBtZy9tbCAvIGRleHRyb21ldGhvcnBoYW4gaHlkcm9icm9taWRlIDEgbWcvbWwgLyBkb3h5bGFtaW5lIHN1Y2NpbmF0ZSAwLjQxNyBtZy9tbCBvcmFsIHNvbHV0aW9uOyBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBzYXJzLWNvdi0yIChjb3ZpZC0xOSkgdmFjY2luZSwgbXJuYSwgc3Bpa2UgcHJvdGVpbiwgbG5wLCBwcmVzZXJ2YXRpdmUgZnJlZSwgMzAgbWNnLzAuM21sIGRvc2UuIAo="}]} +{"resourceType":"DiagnosticReport","id":"4cfd2ee7-de3a-706b-0cb6-9d30e65e3eb1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"effectiveDateTime":"1986-08-17T12:26:24-07:00","issued":"1986-08-17T12:26:24.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/cfd64072-48df-c62d-4176-2bd49522e332","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"6b91fbe6-77bd-edee-b4ae-2a3ea07a14e2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"effectiveDateTime":"1986-08-17T11:15:12-07:00","issued":"1986-08-17T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODYtMDgtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDYzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"c7b00171-96fb-2244-a7a9-f07582972311","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"24323-8","display":"Comprehensive metabolic 2000 panel - Serum or Plasma"}],"text":"Comprehensive metabolic 2000 panel - Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}],"result":[{"reference":"Observation/e5ada011-bb60-a3e6-7b22-27063922928a","display":"Glucose"},{"reference":"Observation/02dd6f22-b6f7-aa2e-0a5c-5ce59f2bb8b9","display":"Urea Nitrogen"},{"reference":"Observation/93c88418-0ac1-5e2d-8189-c203a4dffcf0","display":"Creatinine"},{"reference":"Observation/bf20bf5c-c43a-230c-9955-106cfbf721e8","display":"Calcium"},{"reference":"Observation/163e6e88-241b-994a-5687-83d418647ba3","display":"Sodium"},{"reference":"Observation/17658ae2-65b2-d4f3-6e60-a5b5345132c4","display":"Potassium"},{"reference":"Observation/a141dc25-76a7-4311-575c-37bd1126e91a","display":"Chloride"},{"reference":"Observation/c4bc0387-5645-f263-9d81-e067d1c7937d","display":"Carbon Dioxide"},{"reference":"Observation/83e5b2f6-846c-334c-f4f0-7dec2e889cdd","display":"Glomerular filtration rate/1.73 sq M.predicted"},{"reference":"Observation/43db94a5-5a67-c30e-6411-43556e54a697","display":"Protein [Mass/volume] in Serum or Plasma"},{"reference":"Observation/585fa6c7-bad1-f637-c6fd-03ef92b87a0a","display":"Albumin [Mass/volume] in Serum or Plasma"},{"reference":"Observation/72d70f9b-4bce-965b-9160-50ed63d4ff6a","display":"Globulin [Mass/volume] in Serum by calculation"},{"reference":"Observation/7f82ada7-706e-6702-a9d1-4d3efe794dd3","display":"Bilirubin.total [Mass/volume] in Serum or Plasma"},{"reference":"Observation/bb79e846-ad80-85e4-3b54-5bc6ff4528a1","display":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"},{"reference":"Observation/70638468-c31d-1a53-85fb-0bafc2e57dfe","display":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},{"reference":"Observation/b0608190-e9e7-07f8-d05a-e71baa81babb","display":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}]} +{"resourceType":"DiagnosticReport","id":"ed3c1731-9a26-9e2c-1d27-a0944b3bef28","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}],"result":[{"reference":"Observation/d1594322-a8a9-98c1-4750-08002d8a0764","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/f31d89e1-27d2-5219-a259-974b5c83c28d","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/03cc01b0-c396-695a-f71c-9a4c8472cc72","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/f1fe67a3-9696-8b7f-187b-b255e55377bf","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/c8838c33-74ca-ec1e-e378-b29e010233ab","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/8c40b5ca-2cac-cf94-cfff-3064582b434a","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/e668278a-3232-0481-3c05-715879ae1623","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/f3cad04b-1782-0076-1663-5c3ceb851600","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/49e765df-6193-93ed-9295-4fc993fbfe05","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/33b9709c-865d-6979-519b-03d1240c0f04","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/e76f0b1c-d632-c43e-3c80-d8a36956b50f","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"089b5dd1-c246-8844-546f-ae3cef5a7c72","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDktMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gY29tYmluZWQgY2hlbW90aGVyYXB5IGFuZCByYWRpYXRpb24gdGhlcmFweSAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"5ddb1b31-b1a4-5fdc-28af-ea0098ed80d5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/f5c90f12-82ad-a834-9e73-62ff5947b65a"},"effectiveDateTime":"2003-06-27T14:00:00-07:00","issued":"2003-06-27T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDMtMDYtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3NiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"095112fa-ec3d-e86a-7263-271c842160f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/8223fd49-796b-2dac-562d-55d496c152c0"},"effectiveDateTime":"2004-07-02T14:00:00-07:00","issued":"2004-07-02T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMDctMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"4c268fa4-dfc9-9c9b-3745-fb4d306c9bdd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/d02b874f-70ea-eff6-92ae-b2a07c0ce0b9"},"effectiveDateTime":"2019-11-07T01:53:41-08:00","issued":"2019-11-07T01:53:41.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTEtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"f4e3771f-fe77-984e-54df-9267426d8821","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9692dbfc-1e5f-8e06-ff41-5c3680fce31b"},"effectiveDateTime":"2019-12-03T02:41:15-08:00","issued":"2019-12-03T02:41:15.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTItMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"80e5ce25-182e-286a-b245-34b3de79ca23","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/00283a05-ba86-831c-051a-202d5f2dd19b"},"effectiveDateTime":"2004-10-29T14:00:00-07:00","issued":"2004-10-29T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMTAtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"adb7c2cc-6eaf-71ac-e2f9-24d6f488f9e0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"51990-0","display":"Basic Metabolic Panel"}],"text":"Basic Metabolic Panel"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/ea9a402a-41dd-5c0e-02ce-e5b35b3f84d8","display":"Glucose"},{"reference":"Observation/24671804-c24e-df67-6486-d22855dca42e","display":"Urea Nitrogen"},{"reference":"Observation/90bb08f2-1ca4-718e-a0e8-b8bd04327647","display":"Creatinine"},{"reference":"Observation/92ee8d85-fa0f-4a51-2770-23c2ffb06aca","display":"Calcium"},{"reference":"Observation/2087fd77-e1ce-41da-4603-c64f7d3851b6","display":"Sodium"},{"reference":"Observation/fc5132bc-5a25-1233-34c8-f974dc976282","display":"Potassium"},{"reference":"Observation/5679ebcf-78c7-ad0b-0b95-58b60f661185","display":"Chloride"},{"reference":"Observation/23cd7f54-287e-a9b9-0779-31b5a7455798","display":"Carbon Dioxide"}]} +{"resourceType":"DiagnosticReport","id":"5f2976e0-feed-9c57-23f9-8085f76ee227","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/7f57b4df-9296-0f81-6754-bb3111b64ff9","display":"Total Cholesterol"},{"reference":"Observation/233dd710-9bf8-0016-4f15-472eb4335071","display":"Triglycerides"},{"reference":"Observation/644e52e4-c3e9-0660-6156-e476fbffdfb9","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/a11a7848-7574-0d7f-99fa-23416c972e19","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"c9075dc8-909d-4494-bd0c-ce8a19f93d3e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/4917262a-3d2a-4e88-5a1c-aa0bc5c8dd38"},"effectiveDateTime":"2019-12-10T20:06:21-08:00","issued":"2019-12-10T20:06:21.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTItMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"957aeb8d-3f8a-be3d-3eb1-3cbfce8294b6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/16932fed-d0f0-440e-e104-f12d8bf6f452","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/f25aba63-68eb-6fab-7720-c07ba77edcbe","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/038acc5f-7967-74b7-e377-6e749cfadab5","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/e6cf9c5d-da02-165a-40d3-9d278bf11431","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/1fadb56f-af8a-32c9-7500-745ae9b241b4","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/77d1a34c-8ff5-ffcb-fcaf-fdbf6135a868","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/c3a5cbac-08e2-0b78-f6ee-90650cb81288","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/f25c08d3-ecf9-0543-209c-ff7074a769ff","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/0c5dd972-6420-933b-91d2-800bbbdad94e","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/7eef39ac-e547-b78d-97a2-7a9e06b196b2","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/2bfd7977-3377-8a4d-b3d1-bb3c67b0bd85","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"9c8c944d-e0b2-8069-5ef2-2268405057d4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T03:06:27-08:00","issued":"2022-02-20T03:06:27.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/a62f83af-7809-ed1e-7178-872fd7cc483b","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"bc4e3e2c-7f91-fad6-c0d1-102cde6854d2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T03:42:55-08:00","issued":"2022-02-20T03:42:55.723-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}],"result":[{"reference":"Observation/f6f8ee11-374e-1a67-37c2-8579f01f6881","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"f8d32ada-fecc-32dc-e9d0-d95d2901a997","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ca9d799b-5670-692b-1dfc-0cab4d49d3a6"},"effectiveDateTime":"2004-10-24T00:00:00-07:00","issued":"2004-10-24T00:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMTAtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"9c45970b-7da4-cb34-939c-c3fcb0609670","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDItMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDUxIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHpvc3RlciwgaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIHRkIChhZHVsdCkgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"59e143da-3883-f252-6df8-301a5381f4d9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T18:52:58-08:00","issued":"2021-12-03T18:52:58.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/0d61e391-d566-e70d-707e-ca35279be671","display":"Total Cholesterol"},{"reference":"Observation/8bdf88af-d74b-67cc-5caf-409e14dd6b2b","display":"Triglycerides"},{"reference":"Observation/75753ac9-28d8-2a06-9c0a-29b9395511b9","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/65c60873-a510-44db-555f-f354bafe0f3b","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"adb2b2d3-a5cf-e300-ec85-cb6ee980da55","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T20:04:06-08:00","issued":"2021-12-03T20:04:06.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/fa63cbf4-6106-3e5a-72f6-6df8e7483fd6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"1a0173f2-0812-f60a-c9ea-989d398726fc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/0fd29bbc-b840-7b80-8b11-44499735b1f7"},"effectiveDateTime":"2005-07-08T14:00:00-07:00","issued":"2005-07-08T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDUtMDctMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3OCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"838bc7e1-714a-48d1-6283-246856b027e4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59453-1","display":"Morse Fall Scale panel"}],"text":"Morse Fall Scale panel"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T20:25:29-08:00","issued":"2021-12-03T20:25:29.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/ced5ff54-2e0a-8d57-45a2-5c4ea6870f06","display":"Fall risk total [Morse Fall Scale]"},{"reference":"Observation/f56834d5-3ebf-4bcd-8ea8-cc1c5f07d0b4","display":"Fall risk level [Morse Fall Scale]"}]} +{"resourceType":"DiagnosticReport","id":"8451ae27-a103-d753-a7c3-de0fc5e4852b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T20:57:29-08:00","issued":"2021-12-03T20:57:29.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/09803fdf-ef0b-970f-13fd-141a85da481f","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"ce9223b5-9b45-4550-38d5-04045104526f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T21:30:49-08:00","issued":"2021-12-03T21:30:49.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/23b98e56-43f2-8e4a-1fef-840b77157724","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"f0383784-25ed-c31b-958b-8d66f2fcc7ef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T11:54:23-07:00","issued":"1988-06-11T11:54:23.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/bc83e12d-7b26-4c51-5e61-5bb7723c5a2c","display":"Total Cholesterol"},{"reference":"Observation/df06b8d2-2f1e-7eb5-d784-fbd063485021","display":"Triglycerides"},{"reference":"Observation/c4aeb8f3-d9cc-bb29-9d15-b7db9dc5c32b","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/0d870462-7297-9afe-2b12-6281a53a3204","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"c39495e9-ba8a-3b63-f39d-977a07c54b48","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T22:14:11-08:00","issued":"2021-12-03T22:14:11.316-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}],"result":[{"reference":"Observation/d5a3b1b0-f01a-0ed8-f12f-0c6a43f624af","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"53e72ad7-4bbd-2d76-285d-1d096f707d81","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T13:10:50-07:00","issued":"1988-06-11T13:10:50.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/1406593c-b867-8dfe-b136-a2c5cbd42936","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"5c362013-0d24-17ce-4b0c-688564952094","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T18:52:58-08:00","issued":"2021-12-03T18:52:58.316-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTItMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNzEgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIER1YWwgRWxpZ2libGUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMjEuNyBtZy9tbCAvIGRleHRyb21ldGhvcnBoYW4gaHlkcm9icm9taWRlIDEgbWcvbWwgLyBkb3h5bGFtaW5lIHN1Y2NpbmF0ZSAwLjQxNyBtZy9tbCBvcmFsIHNvbHV0aW9uOyBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCB0ZCAoYWR1bHQpIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIG1vcnNlIGZhbGwgc2NhbGUgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRvbWVzdGljIGFidXNlIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBhbGNvaG9sIHVzZSBkaXNvcmRlcnMgaWRlbnRpZmljYXRpb24gdGVzdCAtIGNvbnN1bXB0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgLyBveHljb2RvbmUgaHlkcm9jaGxvcmlkZSAxMCBtZyBvcmFsIHRhYmxldCBbcGVyY29jZXRdCi0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdCg=="}]} +{"resourceType":"DiagnosticReport","id":"814ccf34-6357-8eb7-49f6-ccefde25b112","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T13:40:20-07:00","issued":"1988-06-11T13:40:20.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/fae8c956-6c21-ad8d-208a-6dbbeea2e568","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"7edfcc29-4e81-4815-6790-bc8bc794200d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"effectiveDateTime":"1987-08-23T12:37:58-07:00","issued":"1987-08-23T12:37:58.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/b3d6c178-58fd-3893-3b7f-79bf2a181e95","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"900b37ae-c926-91f4-d96a-ab7604bde4f7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T14:17:23-07:00","issued":"1988-06-11T14:17:23.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/c21b8e39-1efa-f787-730c-763001c1f1b1","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"dd2cd42b-d130-36fa-6a21-219107f0f711","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"effectiveDateTime":"1987-08-23T13:17:03-07:00","issued":"1987-08-23T13:17:03.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/16add6e1-aba4-9ada-8d84-6b744be7f0ac","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"14dd86c4-9d2c-5b3a-b9c5-70c822c08d0c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"effectiveDateTime":"2019-12-18T16:31:22-08:00","issued":"2019-12-18T16:31:22.361-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}],"result":[{"reference":"Observation/cbbc35a3-1231-b1d7-af03-df37a9311b8c","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"234f4f41-b347-79a6-a244-67b785a593bb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T11:54:23-07:00","issued":"1988-06-11T11:54:23.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODgtMDYtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzcGlyb21ldHJ5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"15267235-4d86-c711-05e9-ab6faaba654d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"effectiveDateTime":"1987-08-23T11:15:12-07:00","issued":"1987-08-23T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDgtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDY0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"ce5987da-d70b-48a7-4d14-e5e1d94bfd60","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"effectiveDateTime":"2019-12-18T17:07:21-08:00","issued":"2019-12-18T17:07:21.361-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}],"result":[{"reference":"Observation/9ef0ed34-afc0-dccb-01bc-403c8d75ebde","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"dfc6c1e2-4e81-9005-c5b9-1aa4e48a5dcf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"effectiveDateTime":"2019-12-18T16:06:21-08:00","issued":"2019-12-18T16:06:21.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTItMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSBuaW5lIGl0ZW0gc2NvcmUgKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"b0afc109-441e-ad13-c9b2-7a0d98791282","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/4d4b5f1a-f409-1d01-3626-9749d1e14b5f"},"effectiveDateTime":"1987-10-01T13:11:51-07:00","issued":"1987-10-01T13:11:51.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMTAtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDY1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBjb2xvbm9zY29weQo="}]} +{"resourceType":"DiagnosticReport","id":"23851e27-c010-c564-4aa3-22894adedf49","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/4c29a732-f289-4d7c-02e0-fe8542fc5667"},"effectiveDateTime":"2019-12-29T03:09:55-08:00","issued":"2019-12-29T03:09:55.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTItMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"99863bfd-d89c-d9c2-732e-d1846f784c82","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/555e1a8a-a1e3-607b-5de8-898233f4e6d6"},"effectiveDateTime":"2006-07-14T14:00:00-07:00","issued":"2006-07-14T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDYtMDctMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3OSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"34a5a453-4b62-0a37-86ee-cde4a9f8b4e5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ed1a23f0-7f47-9acd-8733-6ce1a7617661"},"effectiveDateTime":"2007-07-20T14:00:00-07:00","issued":"2007-07-20T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDctMDctMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"e5d5dd6a-3f5b-a2f8-47c9-9deb4aa1c564","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/37a9e685-3c26-f137-2f25-0fcc7e65e380"},"effectiveDateTime":"2020-01-21T04:07:49-08:00","issued":"2020-01-21T04:07:49.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDEtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"1021f161-a108-31c3-aea8-dc9bfe58ddd6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/aa4850fd-3ba3-3d68-ebb0-2766fac1807c"},"effectiveDateTime":"2020-02-17T04:50:15-08:00","issued":"2020-02-17T04:50:15.361-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDItMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"4ce0b49a-f477-c2b5-28ad-6315761101af","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T12:30:53-07:00","issued":"1988-08-28T12:30:53.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/374692fb-f4cd-c9fe-c741-cd9ee72b19d3","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"b0f0eff3-c81e-9a22-6338-5b2f309ab432","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d97d07c2-5746-acde-a6e9-ac152a123f2e"},"effectiveDateTime":"2008-07-25T14:00:00-07:00","issued":"2008-07-25T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMDctMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4MSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"df0f723b-2cd2-bb6c-e410-4e2ef760d96c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59453-1","display":"Morse Fall Scale panel"}],"text":"Morse Fall Scale panel"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T12:51:03-07:00","issued":"1988-08-28T12:51:03.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/5dcf33d4-f92d-9129-4ac1-9fbc51c0af6f","display":"Fall risk total [Morse Fall Scale]"},{"reference":"Observation/2b072a16-0c2e-cea7-c302-69ba9d1b097c","display":"Fall risk level [Morse Fall Scale]"}]} +{"resourceType":"DiagnosticReport","id":"53a40bb7-dffd-db75-5be9-e15a643e06ca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T13:29:30-07:00","issued":"1988-08-28T13:29:30.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/a75c325a-1109-b60e-b69a-0ed77d129db1","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"1014c8af-da6a-1f19-863f-2c7324225956","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T14:07:08-07:00","issued":"1988-08-28T14:07:08.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/161a4dfd-c3f3-4727-ddd0-3c758a21b81f","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"718561c4-927c-a617-ab7a-afc59a04c034","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T11:15:12-07:00","issued":"1988-08-28T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODgtMDgtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDY1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgRHVhbCBFbGlnaWJsZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIG1vcnNlIGZhbGwgc2NhbGUgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"9c2e907d-e2c7-cecd-df6f-7ed1c7be708f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"effectiveDateTime":"1989-06-17T13:04:45-07:00","issued":"1989-06-17T13:04:45.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/cf7e9d80-3a74-0d9e-bbcd-336af8c1d2ac","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"5ff29539-9029-0ce1-95de-54a7db36430c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"effectiveDateTime":"1989-06-17T13:43:43-07:00","issued":"1989-06-17T13:43:43.555-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/accdf3b9-5a8f-f2d2-7c7c-44ad1704fe11","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"825b02d6-6a9b-7257-9373-fdea3e8e3ec6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"effectiveDateTime":"1989-06-17T11:54:23-07:00","issued":"1989-06-17T11:54:23.555-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODktMDYtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzcGlyb21ldHJ5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZHJ1ZyBhYnVzZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDYwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMjUgbWcvYWN0dWF0IC8gc2FsbWV0ZXJvbCAwLjA1IG1nL2FjdHVhdCBkcnkgcG93ZGVyIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"f744bc3d-ec52-1020-3d65-e3c5536baddc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/d7192f8b-6a78-29dd-ae81-98e30c07eb28"},"effectiveDateTime":"2020-03-09T06:20:06-07:00","issued":"2020-03-09T06:20:06.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDMtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"2cf8eab1-79bd-5aa8-a3c1-2dcabb059ab5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/3e8d2d99-0da0-c932-3bc4-9d155869b194"},"effectiveDateTime":"2009-07-31T14:00:00-07:00","issued":"2009-07-31T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMDctMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4MiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"40d2e8fb-8a8a-a2c5-7671-6d64ce9ae4ae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/76ba746f-0f51-d8f6-75b8-5fb351024928"},"effectiveDateTime":"2010-08-06T14:00:00-07:00","issued":"2010-08-06T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDgtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"c5e930de-2bc7-310f-536f-1a60d8d4d9f3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/10ea4953-db6d-228b-131b-831fcaffec17"},"effectiveDateTime":"2020-04-03T06:38:10-07:00","issued":"2020-04-03T06:38:10.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDQtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"43a658fc-4efa-aef9-a732-1ea76a83c18e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/2a7cb4dd-8834-682f-c33e-e0054da39271"},"effectiveDateTime":"2010-09-24T14:00:00-07:00","issued":"2010-09-24T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDktMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"ff32ea57-a463-ddb2-f3c1-ecc001adc35e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a4ee8b30-f82a-5908-0f75-83d127d9c420"},"effectiveDateTime":"2020-04-26T07:19:26-07:00","issued":"2020-04-26T07:19:26.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDQtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"de55e08a-ec92-c7af-ff97-7cc1ec4371a3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e31c5e4-81cd-1db1-485a-4bf7d5e0c602"},"effectiveDateTime":"2011-05-26T06:00:00-07:00","issued":"2011-05-26T06:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDUtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNocm9uaWMgc2ludXNpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"ddc93910-dfc0-292f-61bd-88376e3fd832","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/09541342-5972-0881-fca9-148ed19eebe0"},"effectiveDateTime":"2011-08-12T14:00:00-07:00","issued":"2011-08-12T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDgtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc2V2ZXJlIGFueGlldHkgKHBhbmljKSAoZmluZGluZy4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"7e55b980-5394-3c32-be2f-ab348b5a0606","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"},"effectiveDateTime":"2020-05-21T07:38:10-07:00","issued":"2020-05-21T07:38:10.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDUtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYWxsZXJneSBzY3JlZW5pbmcgdGVzdAo="}]} +{"resourceType":"DiagnosticReport","id":"d9ebcc71-4fd3-9cd2-0093-75334cc46d6f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/04067bda-2d9d-4062-47b7-90658d07a3ad"},"effectiveDateTime":"2012-07-16T10:00:00-07:00","issued":"2012-07-16T10:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDctMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc2V2ZXJlIGFueGlldHkgKHBhbmljKSAoZmluZGluZy4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGFjdXRlIGJhY3RlcmlhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"e086d18e-c456-2375-ca42-04f4ba2ffb20","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"effectiveDateTime":"2020-06-24T17:28:33-07:00","issued":"2020-06-24T17:28:33.361-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}],"result":[{"reference":"Observation/45fcd873-51f3-fe49-190c-4a3946373cb5","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"421aef0e-6938-0df2-5fb1-87e160acd4ef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"effectiveDateTime":"2020-06-24T17:59:42-07:00","issued":"2020-06-24T17:59:42.361-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}],"result":[{"reference":"Observation/bfa02132-0afb-1ed0-bb29-44c92722dcbb","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"fa1bf78a-16b1-7871-ab66-7577744414d2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"effectiveDateTime":"2020-06-24T17:06:21-07:00","issued":"2020-06-24T17:06:21.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDYtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgY2FyLCByZWxheCwgYWxvbmUsIGZvcmdldCwgZnJpZW5kcywgdHJvdWJsZSBzY3JlZW5pbmcgdGVzdCAocHJvY2VkdXJlKQotIGFudGljaXBhdG9yeSBndWlkYW5jZSAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"167c1858-899c-2aac-65b3-55fb25c0f61c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:00:00-07:00","issued":"2012-08-17T14:00:00.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/cc98c601-471c-9435-293b-96c756678134","display":"Total Cholesterol"},{"reference":"Observation/bf1add5c-9d27-2859-e3ba-929619c52959","display":"Triglycerides"},{"reference":"Observation/7ac27d02-de56-dbcd-bed0-a92ff2be4596","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/f87b2d97-641b-51a7-960c-e423938b0ef2","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"e378474f-e46a-a611-9712-11447c14761a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59453-1","display":"Morse Fall Scale panel"}],"text":"Morse Fall Scale panel"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:59:08-07:00","issued":"2012-08-17T14:59:08.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/b0082dae-5d7c-7f37-c0e0-d36898fb00b3","display":"Fall risk total [Morse Fall Scale]"},{"reference":"Observation/3eb52976-6693-6d83-06ba-4f60b8aa7ce2","display":"Fall risk level [Morse Fall Scale]"}]} +{"resourceType":"DiagnosticReport","id":"d79387bd-5464-0827-14b5-71336afa65fd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T15:33:47-07:00","issued":"2012-08-17T15:33:47.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/b51e1223-458f-5581-45a1-337f0392dad7","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"3a3c6031-b7c7-f975-52d9-d01cac9bc0c7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:00:00-07:00","issued":"2012-08-17T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDgtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzZXZlcmUgYW54aWV0eSAocGFuaWMpIChmaW5kaW5nLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBtb3JzZSBmYWxsIHNjYWxlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBhbGNvaG9sIHVzZSBkaXNvcmRlcnMgaWRlbnRpZmljYXRpb24gdGVzdCAtIGNvbnN1bXB0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"986cab63-4a0d-2709-0959-5196be24f183","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"effectiveDateTime":"2021-06-30T18:02:26-07:00","issued":"2021-06-30T18:02:26.361-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}],"result":[{"reference":"Observation/5bea2ad3-bd94-17ca-553f-1668e5c95dd8","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"2572c75c-d57a-3943-0876-2d9b55ef9635","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"effectiveDateTime":"2021-06-30T18:42:15-07:00","issued":"2021-06-30T18:42:15.361-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}],"result":[{"reference":"Observation/1a028dd3-b245-2eff-1abd-28a14596d64e","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"0d18980e-5234-8522-da8d-c7b381cc6c32","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"effectiveDateTime":"2021-06-30T19:15:26-07:00","issued":"2021-06-30T19:15:26.361-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}],"result":[{"reference":"Observation/548139b2-247d-b540-b657-c1ca0423ee1e","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"175e7245-b178-c2d2-5442-8c9de90e3313","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"effectiveDateTime":"2021-06-30T17:06:21-07:00","issued":"2021-06-30T17:06:21.361-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDYtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcmVjZWl2ZWQgY2VydGlmaWNhdGUgb2YgaGlnaCBzY2hvb2wgZXF1aXZhbGVuY3kgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"6ced7a28-b8d2-6ba6-f7b4-e2011709c3ca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/aebf07dd-ae01-cd1a-9f94-d5dc1f80138d"},"effectiveDateTime":"2012-10-24T10:00:00-07:00","issued":"2012-10-24T10:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTAtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzZXZlcmUgYW54aWV0eSAocGFuaWMpIChmaW5kaW5nLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"20fd9124-d630-85cc-1346-851ecfaded1a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/58894198-9033-0307-e373-6ee2cec41229"},"effectiveDateTime":"2012-11-14T09:00:00-08:00","issued":"2012-11-14T09:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTEtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzZXZlcmUgYW54aWV0eSAocGFuaWMpIChmaW5kaW5nLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"08da965d-6611-751b-749a-4a9fc257599e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/99c9b0a2-51dd-af9b-6a97-8eef33f0f554"},"effectiveDateTime":"2012-11-21T09:00:00-08:00","issued":"2012-11-21T09:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTEtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzZXZlcmUgYW54aWV0eSAocGFuaWMpIChmaW5kaW5nLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"5036c9f8-da7a-a96e-42ad-9b8bd348f083","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/888810fc-98dc-8753-10ec-f73faad930e7"},"effectiveDateTime":"2012-11-28T09:00:00-08:00","issued":"2012-11-28T09:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTEtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzZXZlcmUgYW54aWV0eSAocGFuaWMpIChmaW5kaW5nLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"0a623209-5f2e-b328-e947-0ada2d154dc3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab870eb0-73d7-7523-d243-f0826c932350"},"effectiveDateTime":"2012-12-12T09:00:00-08:00","issued":"2012-12-12T09:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTItMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzZXZlcmUgYW54aWV0eSAocGFuaWMpIChmaW5kaW5nLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"9448de30-9728-2a3a-7eb7-023f5d3828ac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"effectiveDateTime":"2013-08-23T14:57:01-07:00","issued":"2013-08-23T14:57:01.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/b4d546c8-180d-261a-8e16-9969847c9db0","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"82d00386-29b0-451e-14fe-ec34a03aa5c4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59453-1","display":"Morse Fall Scale panel"}],"text":"Morse Fall Scale panel"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"effectiveDateTime":"2013-08-23T15:17:50-07:00","issued":"2013-08-23T15:17:50.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/532ff712-8e2b-f4f8-5e11-c9e6f6aead1d","display":"Fall risk total [Morse Fall Scale]"},{"reference":"Observation/14046e0c-67db-1b5c-3a3c-1fc0dc70cf8e","display":"Fall risk level [Morse Fall Scale]"}]} +{"resourceType":"DiagnosticReport","id":"ba4a1814-8eb3-af1d-5252-0cd1eb49a730","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"effectiveDateTime":"2013-08-23T16:00:07-07:00","issued":"2013-08-23T16:00:07.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/360e7010-35e5-f33d-f20a-3b9035c61c8c","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"ee06b2b5-6be3-55c6-614f-2c553e65a3c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"effectiveDateTime":"2013-08-23T14:00:00-07:00","issued":"2013-08-23T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDgtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzZXZlcmUgYW54aWV0eSAocGFuaWMpIChmaW5kaW5nLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBtb3JzZSBmYWxsIHNjYWxlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkcnVnIGFidXNlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"a9925106-6513-6005-b135-b3f2cf73b56b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69409-1","display":"U.S. standard certificate of death - 2003 revision"}],"text":"U.S. standard certificate of death - 2003 revision"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/cc8bcf07-3961-000f-26f1-1d624067cb2e"},"effectiveDateTime":"1990-03-31T10:54:23-08:00","issued":"1990-03-31T10:54:23.555-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}],"result":[{"reference":"Observation/56934671-44a4-3f91-155d-d494516c4601","display":"Cause of Death [US Standard Certificate of Death]"}]} +{"resourceType":"DiagnosticReport","id":"4f30740e-9657-be49-464c-b8cc3f015197","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/cc8bcf07-3961-000f-26f1-1d624067cb2e"},"effectiveDateTime":"1990-03-31T10:54:23-08:00","issued":"1990-03-31T10:54:23.555-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTAtMDMtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0OCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"2492e688-7ccf-5e4a-6d45-31a50163aa10","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/ea1a7e2f-9fac-e171-dc45-975278134f84","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/885dd9c8-d4a4-1bb9-d443-172009e28b3c","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/ae5905e8-9804-61b4-b674-3b175c9d920b","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/c905bbf3-a87f-91c4-3849-74190bffda22","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/58ec8d26-ef3a-87b4-1010-420974cd0fff","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/7a6f5dff-ea8f-7e55-59d1-b7d3bddae426","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/47b5b3dc-789c-7649-69c6-bbb51bfd800f","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/9e5db8e2-5b50-b61e-9199-87b39a11d662","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/97df1a1f-4f49-b79e-fb20-2e6f2a604261","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/22bb23f2-6301-1664-53b4-281bbb452aa5","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/6667c0a9-99d2-53b2-c307-2bcccdb49b0c","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"ac4e947e-2861-3f7c-d7da-90b86eb79bac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59453-1","display":"Morse Fall Scale panel"}],"text":"Morse Fall Scale panel"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:55:55-07:00","issued":"2014-08-29T14:55:55.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/231562f2-0bb3-3764-1e7e-422eddb07efe","display":"Fall risk total [Morse Fall Scale]"},{"reference":"Observation/b2f9e7b3-3e7c-e83d-c6ce-3029c219a296","display":"Fall risk level [Morse Fall Scale]"}]} +{"resourceType":"DiagnosticReport","id":"c9a43884-adbd-dfc0-8acb-e0f80a05137d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T15:35:48-07:00","issued":"2014-08-29T15:35:48.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/b623ba05-cfe7-600d-f713-f038795c78b6","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"9070a9d2-197b-cf0e-dd52-fa99f6dc51a5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T16:08:10-07:00","issued":"2014-08-29T16:08:10.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/5cd2915a-7768-9057-ce59-ab29faf7bbeb","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"03191b49-6ac2-340f-3684-1ec99f765179","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzZXZlcmUgYW54aWV0eSAocGFuaWMpIChmaW5kaW5nLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIG1vcnNlIGZhbGwgc2NhbGUgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"774e1d5e-08f0-3b35-ee78-2ca15c6155e5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/325d7898-7bf1-1f43-c04e-e4002dd9a01b","display":"Total Cholesterol"},{"reference":"Observation/c6d1b7e9-2792-a5f9-eafd-955aca68a5f2","display":"Triglycerides"},{"reference":"Observation/cad95251-65c9-22f0-e59f-6ee675922974","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/dda1e2dc-ca0d-92a2-0e5c-f5001e0a07e4","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"a9bebbbf-8ad0-cb3e-3ef7-924bd9a6d447","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/7f96efe0-fc8d-d5a8-01cd-13fe5d96d305","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/d5142d61-b3e8-cd4c-a22a-432c07d751cd","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/a00f01b2-ceb7-2d5c-2a88-5411bb12d858","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/c4c13062-67ef-1741-a901-71f758a2ab1f","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/c998cf54-1b7d-d24f-1535-15aa58b1e169","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/404fea2e-5a54-355d-ecdb-f17f66f47b01","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/175077f5-8bd7-9598-eae0-199822cd9d28","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/8daf86f9-c772-4e94-ae98-ec64f8682acd","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/2354c2f0-791c-37a3-64be-7f6d00c42bfb","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/0091b95e-2864-9a6a-22a0-944c8feeb892","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/36be803a-900c-7eb0-5269-5a0169c15a39","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"c0adb5ed-d27c-d42b-c73c-f12af87b483b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T12:09:43-07:00","issued":"1989-09-03T12:09:43.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/8e634c42-dab5-41ef-873f-0fcee20c6cc5","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"44dc06c6-280d-77b3-92a9-568ef81e2a04","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59453-1","display":"Morse Fall Scale panel"}],"text":"Morse Fall Scale panel"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T12:36:46-07:00","issued":"1989-09-03T12:36:46.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/3936efe4-0cea-e8f2-68d6-6415f8ee311f","display":"Fall risk total [Morse Fall Scale]"},{"reference":"Observation/403fae68-9161-e20d-bbb3-fa471b21fd55","display":"Fall risk level [Morse Fall Scale]"}]} +{"resourceType":"DiagnosticReport","id":"9986c6dc-0ca9-3ba6-6c07-1e074eadfcc3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T13:10:30-07:00","issued":"1989-09-03T13:10:30.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/8399b1ea-724f-e04b-7bc7-9218e15c3cbd","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"4642a99d-7496-aa41-f8f3-ad28648f58e8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T13:51:26-07:00","issued":"1989-09-03T13:51:26.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/50d14a6e-e7e1-caa9-a7d3-c87d82351520","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"902fa8b7-2668-23c3-2a42-a790fb15a9e6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T14:27:38-07:00","issued":"1989-09-03T14:27:38.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/dcabb690-c62c-81eb-9a1e-cadf9123d2b0","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"c43181b8-211a-b53f-4f91-df28e30d9326","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5ODktMDktMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDY2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgRHVhbCBFbGlnaWJsZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIHBuZXVtb2NvY2NhbCBwb2x5c2FjY2hhcmlkZSB2YWNjaW5lLCAyMyB2YWxlbnQuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBtb3JzZSBmYWxsIHNjYWxlIChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkb21lc3RpYyBhYnVzZSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"29a8964a-1343-2efd-8ab4-02535be1fe28","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T12:15:04-07:00","issued":"1990-09-09T12:15:04.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/ec2da2f2-164a-a361-614d-6059e5f546d5","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"713f0212-bee5-ca0c-9082-437b64848750","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59453-1","display":"Morse Fall Scale panel"}],"text":"Morse Fall Scale panel"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T12:39:00-07:00","issued":"1990-09-09T12:39:00.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/e4af2802-42ad-0f10-c089-915b631d99d4","display":"Fall risk total [Morse Fall Scale]"},{"reference":"Observation/147c93af-fe20-eddf-3d94-69f23bbb6a7f","display":"Fall risk level [Morse Fall Scale]"}]} +{"resourceType":"DiagnosticReport","id":"5592f419-2f7f-c549-9290-46c159f5c9aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T13:17:54-07:00","issued":"1990-09-09T13:17:54.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/bb1b298f-61d8-d490-2b8f-cea8bb44b734","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"c283c721-9386-e1d6-9903-8f39f3fcd392","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T13:55:43-07:00","issued":"1990-09-09T13:55:43.052-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/82f08a63-5a1d-2bc6-bf1f-d42542625bd4","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"7c8c98c3-f66b-2027-abd8-951532f5d838","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T11:15:12-07:00","issued":"1990-09-09T11:15:12.052-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTAtMDktMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDY3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgRHVhbCBFbGlnaWJsZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc2V2ZXJlIGFueGlldHkgKHBhbmljKSAoZmluZGluZy4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBtb3JzZSBmYWxsIHNjYWxlIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBhbGNvaG9sIHVzZSBkaXNvcmRlcnMgaWRlbnRpZmljYXRpb24gdGVzdCAtIGNvbnN1bXB0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"4b87dead-ef43-ca15-e671-3548525207ce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T14:00:00-07:00","issued":"2015-09-04T14:00:00.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/96665c4f-74e2-b5e5-cf53-45566176f92e","display":"Total Cholesterol"},{"reference":"Observation/8df3d42d-ae6a-bff1-5f72-6e8c84582624","display":"Triglycerides"},{"reference":"Observation/c4a55fd8-27e0-f0d6-2692-77e2daadb5f2","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/3d5aae33-ebae-d4f2-d85c-a828b86562c2","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"a473a276-f407-5671-3132-7ddda60b2b86","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T15:11:18-07:00","issued":"2015-09-04T15:11:18.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/441faea6-ecd0-b47c-0edf-c95b67a56162","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"22bea538-cfb4-aeac-e6e7-361c600793c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T15:54:36-07:00","issued":"2015-09-04T15:54:36.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/fd58191d-9097-2230-e5d1-ed70ccbe4b77","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"fc539781-c5fb-5063-baac-c37e39b1786b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T16:26:47-07:00","issued":"2015-09-04T16:26:47.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/246d58ed-76a9-e9cd-d344-e1de99622c3b","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"43e97bbf-9f2d-dc0b-b478-f7cdb3b0af35","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T14:00:00-07:00","issued":"2015-09-04T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4OCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc2V2ZXJlIGFueGlldHkgKHBhbmljKSAoZmluZGluZywgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBhbGNvaG9sIHVzZSBkaXNvcmRlcnMgaWRlbnRpZmljYXRpb24gdGVzdCAtIGNvbnN1bXB0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"636abda6-870e-2d61-60a6-966d30b41a7c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/1f98c604-280f-9599-665f-e61b0e76473b"},"effectiveDateTime":"1990-11-18T10:15:12-08:00","issued":"1990-11-18T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999589","display":"Dr. Amira620 Nienow652"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTAtMTEtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDY4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgRHVhbCBFbGlnaWJsZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHN0cm9rZS4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gZWNob2NhcmRpb2dyYXBoeSAocHJvY2VkdXJlKQotIHBlcmN1dGFuZW91cyBtZWNoYW5pY2FsIHRocm9tYmVjdG9teSBvZiBwb3J0YWwgdmVpbiB1c2luZyBmbHVvcm9zY29waWMgZ3VpZGFuY2UKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbHRlcGxhc2UgMTAwIG1nIGluamVjdGlvbgo="}]} +{"resourceType":"DiagnosticReport","id":"a5eff14a-cff0-a944-954f-44be35ca6964","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69409-1","display":"U.S. standard certificate of death - 2003 revision"}],"text":"U.S. standard certificate of death - 2003 revision"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/5479027a-5aca-6a9f-caf3-1319db4e30ff"},"effectiveDateTime":"1990-11-25T10:15:12-08:00","issued":"1990-11-25T10:15:12.052-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}],"result":[{"reference":"Observation/5dcdef42-4266-917e-28cf-de79e3f924d8","display":"Cause of Death [US Standard Certificate of Death]"}]} +{"resourceType":"DiagnosticReport","id":"659479e1-6a67-147e-94f7-325478d16aaf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/5479027a-5aca-6a9f-caf3-1319db4e30ff"},"effectiveDateTime":"1990-11-25T10:15:12-08:00","issued":"1990-11-25T10:15:12.052-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTAtMTEtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDY4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgRHVhbCBFbGlnaWJsZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgYWx0ZXBsYXNlIDEwMCBtZyBpbmplY3Rpb24KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"534c40c8-b1af-a334-c749-f3303c9d8ece","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/be6f7bbb-d040-d1a5-b57f-f45f3d80a2e5"},"effectiveDateTime":"2016-04-02T02:00:00-07:00","issued":"2016-04-02T02:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDQtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4OCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc2V2ZXJlIGFueGlldHkgKHBhbmljKSAoZmluZGluZywgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"56938ed0-5f8e-e823-a6ec-6d71acd4e464","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T15:26:40-07:00","issued":"2016-09-09T15:26:40.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/95b5aeb7-e6ff-d138-df6b-897833f8f501","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"8943bb7a-2972-3698-b25d-a228ef5f3877","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59453-1","display":"Morse Fall Scale panel"}],"text":"Morse Fall Scale panel"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T15:55:25-07:00","issued":"2016-09-09T15:55:25.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/6eee3866-cc9e-4496-1b72-42118cd890b5","display":"Fall risk total [Morse Fall Scale]"},{"reference":"Observation/c556e0a7-4446-9bf2-5e60-92c399e919d4","display":"Fall risk level [Morse Fall Scale]"}]} +{"resourceType":"DiagnosticReport","id":"3e85047e-820e-97a3-093d-e478eeae01e8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T16:31:43-07:00","issued":"2016-09-09T16:31:43.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/cc62e5bf-d0f1-a916-ba27-394ed199eecd","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"062170d7-0d73-7671-98c5-39c24c6b7e2f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T17:04:45-07:00","issued":"2016-09-09T17:04:45.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/967342a2-c479-217a-3ff0-257150f4be49","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"631a750a-e10e-4af7-2607-4ee0514cdc2e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T14:00:00-07:00","issued":"2016-09-09T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4OSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc2V2ZXJlIGFueGlldHkgKHBhbmljKSAoZmluZGluZy4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgbW9yc2UgZmFsbCBzY2FsZSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"803a2c1b-f344-afa2-ecfb-11b76746d133","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59453-1","display":"Morse Fall Scale panel"}],"text":"Morse Fall Scale panel"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"effectiveDateTime":"2017-09-15T15:07:57-07:00","issued":"2017-09-15T15:07:57.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/38ea50d6-e87b-5a0a-d516-017d4fda8144","display":"Fall risk total [Morse Fall Scale]"},{"reference":"Observation/d26ad49d-b129-a7f3-0edf-f5e7c17a87dd","display":"Fall risk level [Morse Fall Scale]"}]} +{"resourceType":"DiagnosticReport","id":"11cf4562-f3ef-3ae9-1875-4f369ea2e39a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"effectiveDateTime":"2017-09-15T14:00:00-07:00","issued":"2017-09-15T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc2V2ZXJlIGFueGlldHkgKHBhbmljKSAoZmluZGluZywgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIG1vcnNlIGZhbGwgc2NhbGUgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"2103b90b-8437-c579-db65-6a0f2f2f9366","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d48c11d5-ef93-c511-9d7f-67b72e966791"},"effectiveDateTime":"2017-12-15T15:01:40-08:00","issued":"2017-12-15T15:01:40.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTItMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc2V2ZXJlIGFueGlldHkgKHBhbmljKSAoZmluZGluZywgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZyYWN0dXJlIG9mIGNsYXZpY2xlLCBwYXRob2xvZ2ljYWwgZnJhY3R1cmUgZHVlIHRvIG9zdGVvcG9yb3NpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBjbGF2aWNsZSB4LXJheQotIGFkbWlzc2lvbiB0byBvcnRob3BlZGljIGRlcGFydG1lbnQKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBtZXBlcmlkaW5lIGh5ZHJvY2hsb3JpZGUgNTAgbWcgb3JhbCB0YWJsZXQKLSBuYXByb3hlbiBzb2RpdW0gMjIwIG1nIG9yYWwgdGFibGV0ClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBmcmFjdHVyZSBjYXJlCg=="}]} +{"resourceType":"DiagnosticReport","id":"ac266871-1835-d1db-1e1e-e358efe34863","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/9d9d7d20-3c2a-8d38-67f3-6ddc86a0438d"},"effectiveDateTime":"2018-01-24T16:23:40-08:00","issued":"2018-01-24T16:23:40.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgZnJhY3R1cmUgb2YgY2xhdmljbGUsIHBhdGhvbG9naWNhbCBmcmFjdHVyZSBkdWUgdG8gb3N0ZW9wb3Jvc2lzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IG1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"70e06c64-2cf1-e192-f469-2fb587624e6f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T14:00:00-07:00","issued":"2018-09-21T14:00:00.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/1a1cc969-5fc6-7913-838c-1708ac5c2cbf","display":"Total Cholesterol"},{"reference":"Observation/6c07160a-6069-7384-1748-e292f4cbdb11","display":"Triglycerides"},{"reference":"Observation/b64a0a9e-285b-0a45-1036-711e5cbe4610","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/92a324be-a5fc-f11a-84e2-c717616b44eb","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"593c6269-24ca-5648-9331-6c3485de3f29","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T14:54:54-07:00","issued":"2018-09-21T14:54:54.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/1d834b7b-885d-1b9e-3142-04ae5c41a6a3","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"f5d48b09-5fdb-ded6-1bd1-59ce35b1bdf9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T15:30:56-07:00","issued":"2018-09-21T15:30:56.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/5dde03ae-4d61-cdc2-5633-2e9c5ca40548","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"96a3eef1-e778-3e7b-218b-c31d528dd152","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T14:00:00-07:00","issued":"2018-09-21T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDktMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5MSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgZnJhY3R1cmUgb2YgY2xhdmljbGUsIHBhdGhvbG9naWNhbCBmcmFjdHVyZSBkdWUgdG8gb3N0ZW9wb3Jvc2lzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IG1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIHRkIChhZHVsdCkgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZHJ1ZyBhYnVzZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"d4c18362-9e32-756c-7796-377a03a7262b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/7611bc0d-2a6b-6abf-b584-b46342d37c92","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/b801c9aa-c18e-2171-4b1c-f7b8d0bbd4de","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/2f5b3e2a-229e-088e-e72f-8ab818b8a557","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/755a0f5b-e765-3a1c-853b-fb2cd7b2697c","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/ada2eb1a-fedc-c84e-643d-8ff5a0ff0235","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/51ec0968-020a-8ed1-449e-e1c3e709d94c","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/385e7cd6-2dda-4564-48c7-bc20f796481c","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/6a11a527-85dc-a7ae-0db9-8ab3b3353587","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/20f8a839-7730-c64b-bdae-d6c3f3a21f2c","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/87b4151c-7a88-d527-6af6-98f99f4b01d9","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/08381583-217d-0b0f-a58c-636a4489d53e","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"3b8d6d56-ba24-9789-7c1b-c48066f9749f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T15:21:24-07:00","issued":"2019-09-27T15:21:24.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/d5c42847-4ea6-3062-f069-8f44d63424bb","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"3e0d5100-5787-805c-bc1f-acb54fcb4aec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T15:59:17-07:00","issued":"2019-09-27T15:59:17.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/7f36dac2-2bf0-474b-fc6b-880c372f3145","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"741c0dfd-27a7-5762-2109-5d2d199b52fa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDktMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5MiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgZnJhY3R1cmUgb2YgY2xhdmljbGUsIHBhdGhvbG9naWNhbCBmcmFjdHVyZSBkdWUgdG8gb3N0ZW9wb3Jvc2lzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IG1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRvbWVzdGljIGFidXNlIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"72c5ff84-ede4-07db-8d89-0b917f526892","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59453-1","display":"Morse Fall Scale panel"}],"text":"Morse Fall Scale panel"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T15:05:27-07:00","issued":"2020-10-02T15:05:27.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/d8f93ee1-d5f7-ab9d-eb90-aae5ee9b47a0","display":"Fall risk total [Morse Fall Scale]"},{"reference":"Observation/0059978c-6935-79af-a889-7248a47f9db7","display":"Fall risk level [Morse Fall Scale]"}]} +{"resourceType":"DiagnosticReport","id":"ee9ad7aa-d6e6-e560-9dd9-a5f7a513843b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T15:41:22-07:00","issued":"2020-10-02T15:41:22.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/bdfa3977-9edc-55e1-56e3-b033dea1f0f7","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"475b6568-b7b2-f005-e4b1-7ab376b45079","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T16:22:10-07:00","issued":"2020-10-02T16:22:10.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/5d946bc1-6caa-52b4-aefa-20cd6158684c","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"2bcbbae4-ea91-e99d-1477-0b062b9f160f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T17:01:34-07:00","issued":"2020-10-02T17:01:34.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/680a4154-f32e-30af-5ab1-4ff29a54bf4d","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"9afd0490-58f8-c19f-b7f5-ed011fb23913","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f8022a21-25d5-2fc1-deb8-698c80c17732"},"effectiveDateTime":"2012-08-10T13:26:56-07:00","issued":"2012-08-10T13:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDgtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSA2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gCg=="}]} +{"resourceType":"DiagnosticReport","id":"59672b67-6aaa-fecb-8717-59d8f7e23a13","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ebe77fbc-d53f-becc-8ed2-bda1b7b0dc7f"},"effectiveDateTime":"2013-08-16T13:26:56-07:00","issued":"2013-08-16T13:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDgtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSA3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"5d56538f-9c05-982c-44b1-39f8b9b19094","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e9346779-3e60-36a9-0f74-35d9691fdd59"},"effectiveDateTime":"2014-08-22T13:26:56-07:00","issued":"2014-08-22T13:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSA5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIAo="}]} +{"resourceType":"DiagnosticReport","id":"fee773b2-0b76-499b-4355-a0af4530f31e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/9b729472-34b4-4aec-e180-d7b529788ff8"},"effectiveDateTime":"2015-01-02T10:26:56-08:00","issued":"2015-01-02T10:26:56.751-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDEtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSA5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1lYXN1cmVtZW50IG9mIHJlc3BpcmF0b3J5IGZ1bmN0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHJlc3BpcmF0b3J5IHRoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"dd253ae5-c3cc-92b7-b287-61c180072f3e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/a7837893-02a0-afd2-8736-b532935edac8"},"effectiveDateTime":"2015-01-09T12:26:56-08:00","issued":"2015-01-09T12:26:56.751-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDEtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSA5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"7c74b594-d730-bbc6-6ee4-9f8bb16276ec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e7639c18-9c06-7d3e-4866-c68600c7b6c3"},"effectiveDateTime":"2015-08-28T13:26:56-07:00","issued":"2015-08-28T13:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDgtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAK"}]} +{"resourceType":"DiagnosticReport","id":"bfc3f28d-6a5b-717f-b598-7fccdd2b775c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"}],"result":[{"reference":"Observation/87377b2e-701f-25a0-c610-bd217b326b17","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/741de102-3f9a-594b-0b62-c1aa92773885","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/996d1964-3aa5-2411-727f-0ed5eae78954","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/cb007ecc-2482-d1cf-49b3-e1b2bf9390f5","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/bf9b49f5-c326-6fc8-be70-60a3cba7f387","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/e6b58809-2dcb-f200-2d72-f81e92335d45","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/b49fcefc-506d-d9ca-b7fa-3fb169699d3f","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/6e035434-bcd6-31a0-89b0-ab4663f1374d","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/53fa4971-aea2-f232-07cb-8ca71a23a13f","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/8f56a3eb-9c83-24c1-125a-29428ef79f59","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/0a6bb1b9-7f73-56ac-8d49-e8312bd073fe","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"4f0a4e86-12a1-1156-afdd-737d19ebdf8e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQ2lnbmEgSGVhbHRoLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHRkYXAsIGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBocHYsIHF1YWRyaXZhbGVudCwgbWVuaW5nb2NvY2NhbCBtY3Y0cC4gCg=="}]} +{"resourceType":"DiagnosticReport","id":"1d5df505-8021-b370-b60d-cc5ceaf08395","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/6bcacd00-0d57-2cc6-d8ee-77256f3ae9d9"},"effectiveDateTime":"2017-08-25T13:26:56-07:00","issued":"2017-08-25T13:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906419","display":"Dr. Dwain139 Bailey598"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDgtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIGhwdiwgcXVhZHJpdmFsZW50LiAK"}]} +{"resourceType":"DiagnosticReport","id":"902ab36c-028a-bb1d-b2b7-b794eedd604f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ea2a35a8-cefb-35d6-33a7-af13646e8920"},"effectiveDateTime":"2017-08-19T15:26:56-07:00","issued":"2017-08-19T15:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHJlc3BpcmF0b3J5IHRoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"ef850a62-0f16-d4a9-4d14-097954c86951","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T14:00:00-07:00","issued":"2020-10-02T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTAtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgZnJhY3R1cmUgb2YgY2xhdmljbGUsIHBhdGhvbG9naWNhbCBmcmFjdHVyZSBkdWUgdG8gb3N0ZW9wb3Jvc2lzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IG1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgbW9yc2UgZmFsbCBzY2FsZSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"18a58e6a-3538-fb11-4c86-c05966c9774a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/78957409-0d90-3cc5-1109-a0caa5426b5a"},"effectiveDateTime":"2017-09-01T13:26:56-07:00","issued":"2017-09-01T13:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaHB2LCBxdWFkcml2YWxlbnQuIAo="}]} +{"resourceType":"DiagnosticReport","id":"486acfa4-e521-8c4e-095d-e6b26b4dee09","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/3a39a7f6-86bc-cc65-4e1d-1e1955cf0a9b"},"effectiveDateTime":"2017-09-08T13:26:56-07:00","issued":"2017-09-08T13:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgY2FyLCByZWxheCwgYWxvbmUsIGZvcmdldCwgZnJpZW5kcywgdHJvdWJsZSBzY3JlZW5pbmcgdGVzdCAocHJvY2VkdXJlKQotIGFudGljaXBhdG9yeSBndWlkYW5jZSAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"3f29b3be-fbe4-3342-c507-c6d283b01e69","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4c149a05-4982-2492-6cda-b773b762b48a"},"effectiveDateTime":"2021-02-26T13:00:00-08:00","issued":"2021-02-26T13:00:00.033-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDItMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgZnJhY3R1cmUgb2YgY2xhdmljbGUsIHBhdGhvbG9naWNhbCBmcmFjdHVyZSBkdWUgdG8gb3N0ZW9wb3Jvc2lzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IG1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHNhcnMtY292LTIgKGNvdmlkLTE5KSB2YWNjaW5lLCBtcm5hLCBzcGlrZSBwcm90ZWluLCBsbnAsIHByZXNlcnZhdGl2ZSBmcmVlLCAzMCBtY2cvMC4zbWwgZG9zZS4gCg=="}]} +{"resourceType":"DiagnosticReport","id":"b90f4ee0-a85e-7da6-da60-c6853d335d80","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/1e1de678-be73-235a-2ef0-7c3a57903809"},"effectiveDateTime":"2021-03-19T14:00:00-07:00","issued":"2021-03-19T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgZnJhY3R1cmUgb2YgY2xhdmljbGUsIHBhdGhvbG9naWNhbCBmcmFjdHVyZSBkdWUgdG8gb3N0ZW9wb3Jvc2lzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IG1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHNhcnMtY292LTIgKGNvdmlkLTE5KSB2YWNjaW5lLCBtcm5hLCBzcGlrZSBwcm90ZWluLCBsbnAsIHByZXNlcnZhdGl2ZSBmcmVlLCAzMCBtY2cvMC4zbWwgZG9zZS4gCg=="}]} +{"resourceType":"DiagnosticReport","id":"282450a6-b739-39c9-bc7c-5feee6a74329","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/516dc1bb-d168-afd1-66dd-423d07c3c494"},"effectiveDateTime":"2018-09-14T14:10:07-07:00","issued":"2018-09-14T14:10:07.751-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"}],"result":[{"reference":"Observation/988e4bc7-2f16-0751-d73f-3dd7283b6993","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"af313ce4-aeab-6683-d6e5-e214ec9ca489","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/516dc1bb-d168-afd1-66dd-423d07c3c494"},"effectiveDateTime":"2018-09-14T13:26:56-07:00","issued":"2018-09-14T13:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDktMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"e1f2d0ea-e956-096f-e07e-939c5803fe9d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"57698-3","display":"Lipid Panel"}],"text":"Lipid Panel"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T14:00:00-07:00","issued":"2021-10-08T14:00:00.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/94763efa-ee02-2f48-8aba-8f4fd7630349","display":"Total Cholesterol"},{"reference":"Observation/e57200ad-1bd9-8656-74de-e3dcf0f2663e","display":"Triglycerides"},{"reference":"Observation/591e9935-6894-a185-b121-049528a8fb2a","display":"Low Density Lipoprotein Cholesterol"},{"reference":"Observation/edaabfcb-309a-0a82-b68f-d351b1a57501","display":"High Density Lipoprotein Cholesterol"}]} +{"resourceType":"DiagnosticReport","id":"94da9933-b92a-ef71-0e6b-939a227a98d1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/7c204322-5568-c552-af33-0cd78b18b211"},"effectiveDateTime":"2019-08-19T13:26:56-07:00","issued":"2019-08-19T13:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBzZWFzb25pcXVlIDkxIGRheSBwYWNrCg=="}]} +{"resourceType":"DiagnosticReport","id":"003a7869-3ca1-a751-36da-3790085b80f9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T15:12:19-07:00","issued":"2021-10-08T15:12:19.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/15f4312e-43c3-c65c-4d98-9e2fe3888369","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"ccd336f2-57c2-f9e3-a241-0dcc05d88008","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59453-1","display":"Morse Fall Scale panel"}],"text":"Morse Fall Scale panel"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T15:35:54-07:00","issued":"2021-10-08T15:35:54.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/f4f7c1f2-9b6e-210d-64aa-2e4b4e60125e","display":"Fall risk total [Morse Fall Scale]"},{"reference":"Observation/1b925e69-9aab-125c-dbee-d6fb5b7107a0","display":"Fall risk level [Morse Fall Scale]"}]} +{"resourceType":"DiagnosticReport","id":"59408333-db8b-a0da-410f-165a4b3202d4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T16:01:23-07:00","issued":"2021-10-08T16:01:23.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/6c8607fe-17e2-3408-4c54-d768103a7125","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"b8883da3-e69f-62d3-f797-72143c4e2290","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T16:40:30-07:00","issued":"2021-10-08T16:40:30.033-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}],"result":[{"reference":"Observation/51cb999e-f687-5b7b-e020-e544a70c71cf","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"926cdea0-cbde-2aa8-b64e-b766ab203a13","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T14:00:00-07:00","issued":"2021-10-08T14:00:00.033-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTAtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5NCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgZnJhY3R1cmUgb2YgY2xhdmljbGUsIHBhdGhvbG9naWNhbCBmcmFjdHVyZSBkdWUgdG8gb3N0ZW9wb3Jvc2lzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IG1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBtb3JzZSBmYWxsIHNjYWxlIChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkb21lc3RpYyBhYnVzZSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"8d95da47-2044-9ff7-e606-5d939e38b1e0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f972dc72-6b30-b1cc-fe4d-ea95938d7db3"},"effectiveDateTime":"2019-09-20T13:26:56-07:00","issued":"2019-09-20T13:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDktMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgc2Vhc29uaXF1ZSA5MSBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"8fb1a0e9-a636-e14f-d6b1-890fe6990ef3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/de17fdf4-c9b2-6069-b0e0-2325ebadb23d"},"effectiveDateTime":"2020-08-13T13:26:56-07:00","issued":"2020-08-13T13:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDgtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgc2Vhc29uaXF1ZSA5MSBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBzZWFzb25pcXVlIDkxIGRheSBwYWNrCg=="}]} +{"resourceType":"DiagnosticReport","id":"50ca5537-d4a6-b78f-9e4f-38f09acadf12","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ae00ed7e-4b1a-5794-da03-aef9f4390247"},"effectiveDateTime":"2020-09-25T14:10:54-07:00","issued":"2020-09-25T14:10:54.751-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"}],"result":[{"reference":"Observation/7552bdf8-8653-356e-ce79-72e1a1ed3362","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"33057dd1-fefe-4794-0d9d-0518fee06984","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ae00ed7e-4b1a-5794-da03-aef9f4390247"},"effectiveDateTime":"2020-09-25T13:26:56-07:00","issued":"2020-09-25T13:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDktMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgc2Vhc29uaXF1ZSA5MSBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"edbacdad-e400-ecf7-5a27-c77c517812d1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/29cbdfe4-736a-df0f-5acd-9a75a40c473c"},"effectiveDateTime":"2021-05-21T13:26:56-07:00","issued":"2021-05-21T13:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDUtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IHNlYXNvbmlxdWUgOTEgZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBzYXJzLWNvdi0yIChjb3ZpZC0xOSkgdmFjY2luZSwgbXJuYSwgc3Bpa2UgcHJvdGVpbiwgbG5wLCBwcmVzZXJ2YXRpdmUgZnJlZSwgMzAgbWNnLzAuM21sIGRvc2UuIAo="}]} +{"resourceType":"DiagnosticReport","id":"8c2c1332-04fc-e5e1-1a76-fc3d1d54a3ae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/afe1da71-6e4c-fe7e-18b9-458f324e3b3f"},"effectiveDateTime":"2021-06-11T13:26:56-07:00","issued":"2021-06-11T13:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDYtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IHNlYXNvbmlxdWUgOTEgZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBzYXJzLWNvdi0yIChjb3ZpZC0xOSkgdmFjY2luZSwgbXJuYSwgc3Bpa2UgcHJvdGVpbiwgbG5wLCBwcmVzZXJ2YXRpdmUgZnJlZSwgMzAgbWNnLzAuM21sIGRvc2UuIAo="}]} +{"resourceType":"DiagnosticReport","id":"9291973d-8b3b-ed4a-4757-4c78fd0e135d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/7adf5ff7-0ba4-c342-bac3-0eb9e10729d7"},"effectiveDateTime":"2021-08-08T13:26:56-07:00","issued":"2021-08-08T13:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDgtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IHNlYXNvbmlxdWUgOTEgZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gZXJyaW4gMjggZGF5IHBhY2sK"}]} +{"resourceType":"DiagnosticReport","id":"aba68318-6134-7ad1-036d-95afd8903faa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"}],"result":[{"reference":"Observation/d1afa9cf-330f-6b0c-e821-aa00ecef75b1","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/41441ea0-ac40-a461-97e3-e7074320d9cf","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/e2827570-8c3c-b912-ccfc-13f2b7914950","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/ece752ef-8308-921a-51e6-2e0be87d9f5d","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/be9bc2c5-5315-2cce-4b32-0c139dba8c3a","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/2b8408b3-cfa4-ff2e-f642-8e14c5b603bc","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/eb07dffc-ac32-cd7c-9869-855fb27c9ef8","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/9314cd01-ecf7-c512-778b-98d19d46e53c","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/63c1652b-4c37-f070-0667-a958c6ddb043","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/bc02b10c-92d9-5894-f651-7ab644641fa3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/c3530cc9-563b-678e-c6e7-a4834e08cf8a","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"35107882-ed60-970a-8235-99bb88c26a4c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:44:43-07:00","issued":"2021-10-01T13:44:43.751-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"}],"result":[{"reference":"Observation/aeac1c32-711b-ffd0-a1ce-82e8cf7dcf6f","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"ea3842b3-9c80-99c6-6ece-f016b375b8fe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T14:21:58-07:00","issued":"2021-10-01T14:21:58.751-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"}],"result":[{"reference":"Observation/351784ec-d72b-9b42-e491-0691d82b307a","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"f2b2fbff-cc48-3478-7e66-4de73a3beaeb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTAtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IHNlYXNvbmlxdWUgOTEgZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBib2R5IG1hc3MgaW5kZXggMzArIC0gb2Jlc2l0eSAoZmluZGluZyksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgbWVuaW5nb2NvY2NhbCBtY3Y0cC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gaGVhbHRoIHJpc2tzIGVkdWNhdGlvbiAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"c55cc165-b5f4-3b79-082b-58f457577c4b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/64641177-70ba-2b84-6da9-4d02a5a9b472"},"effectiveDateTime":"2005-05-04T21:06:19-07:00","issued":"2005-05-04T21:06:19.206-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDUtMDUtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gc2VsZi1jYXJlIGludGVydmVudGlvbnMgKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"977e652f-7fbd-979c-4e3d-c9e83c36f3b3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/ce41f586-642f-9296-1c04-4a2557938a16"},"effectiveDateTime":"2005-05-19T16:06:19-07:00","issued":"2005-05-19T16:06:19.206-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDUtMDUtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbW9sZCAob3JnYW5pc20pLCBob3VzZSBkdXN0IG1pdGUgKG9yZ2FuaXNtKSwgYW5pbWFsIGRhbmRlciAoc3Vic3RhbmNlKSwgZ3Jhc3MgcG9sbGVuIChzdWJzdGFuY2UpLCBlZ2dzIChlZGlibGUpIChzdWJzdGFuY2UpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gZmV4b2ZlbmFkaW5lIGh5ZHJvY2hsb3JpZGUgMzAgbWcgb3JhbCB0YWJsZXQKLSBuZGEwMjA4MDAgMC4zIG1sIGVwaW5lcGhyaW5lIDEgbWcvbWwgYXV0by1pbmplY3Rvcgo="}]} +{"resourceType":"DiagnosticReport","id":"9943e3a0-0ce8-9ffb-3a6c-2f975577d9c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6eb7fb47-7cd8-1c4a-7b60-cfa77c31a1be"},"effectiveDateTime":"2008-08-24T13:06:19-07:00","issued":"2008-08-24T13:06:19.206-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMDgtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcy4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"41cafd1e-bb29-1efd-df1c-d61159f1dd05","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/af03da1e-5574-0a4f-5a04-019802eb6d53"},"effectiveDateTime":"2012-12-18T12:06:19-08:00","issued":"2012-12-18T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTItMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDkgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"99ea6da0-6f7a-5aac-0b04-b0c8fd4f4e55","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2aee0b18-310c-12b2-13c2-1ac5cf509405"},"effectiveDateTime":"2013-12-24T12:06:19-08:00","issued":"2013-12-24T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTItMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEwIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAK"}]} +{"resourceType":"DiagnosticReport","id":"d9d97bad-ec26-8c24-6ee9-4a392d82664d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}],"result":[{"reference":"Observation/63795f70-5720-fca5-4f2d-74c9b915cfb5","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/d8143f05-27f9-b4ab-f887-19de2ebbee36","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/0a6ba676-4779-917c-40b5-8699bead29fe","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/4638c01f-117b-ffdf-c002-362668e26ea3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/986a0f4d-8763-0ad6-5e89-8b1a35d1bf4e","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/dcb18614-b4a3-1edb-afdc-0b77f2e1f5a0","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/aa7da461-6531-3d6c-97e2-e7dc75210ad2","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/277cf44b-5ea2-64ca-7529-41f0fab34f1e","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/37ec77ac-c473-2ffc-28ce-e626e9f4335d","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/6fe6daf7-b1da-f31a-4780-6ca191a788f1","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/c5f38145-3ffd-d7c7-841b-f5752a245be4","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"ebf588ab-3574-cc5f-565a-977f5c1a0e05","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTItMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDExIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQ2lnbmEgSGVhbHRoLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogdGRhcCwgaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIGhwdiwgcXVhZHJpdmFsZW50LCBtZW5pbmdvY29jY2FsIG1jdjRwLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"d238ea90-22cb-6b0d-04ee-50e08c97556a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/e0f716a7-1bf2-1d8f-1228-bcfb72f92c57"},"effectiveDateTime":"2015-08-30T23:06:19-07:00","issued":"2015-08-30T23:06:19.206-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDgtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDExIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gdGhyb2F0IGN1bHR1cmUgKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"4aba9296-950a-5407-ce69-9e2dc111ff45","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"effectiveDateTime":"2016-01-05T12:35:40-08:00","issued":"2016-01-05T12:35:40.206-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}],"result":[{"reference":"Observation/d99e7816-fd7d-9cf8-7329-a5e3ac106c4d","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"c8e20e3a-d771-a808-58ca-59f24f9e6cb9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"effectiveDateTime":"2016-01-05T13:11:45-08:00","issued":"2016-01-05T13:11:45.206-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}],"result":[{"reference":"Observation/8d9ed86c-7f1a-e3bd-8709-587f8c664f82","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"7a4b264c-1d81-d564-1a0a-fea75bbe997f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"effectiveDateTime":"2016-01-05T12:06:19-08:00","issued":"2016-01-05T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDEtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEyIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBocHYsIHF1YWRyaXZhbGVudC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"9ee6cdfd-c85d-fa39-0b1b-d1db9d56b8f8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/9bb1bf86-100a-e2fc-8781-f6a312fd7407"},"effectiveDateTime":"2016-12-20T12:06:19-08:00","issued":"2016-12-20T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTItMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"767f268c-6d8a-986a-d2a1-1bba7a5e742f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"effectiveDateTime":"2017-01-10T12:24:55-08:00","issued":"2017-01-10T12:24:55.206-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}],"result":[{"reference":"Observation/d34e8a3c-ed16-646a-a271-3948c57af251","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"55d69f0d-655e-4a38-8652-17a0e033d3f2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"effectiveDateTime":"2017-01-10T13:01:00-08:00","issued":"2017-01-10T13:01:00.206-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}],"result":[{"reference":"Observation/b268ef73-63e8-889b-b489-d42cc4b936ec","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"c0042d1e-a2e7-cd1a-1d26-d3ab516792b9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"effectiveDateTime":"2017-01-10T12:06:19-08:00","issued":"2017-01-10T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDEtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBocHYsIHF1YWRyaXZhbGVudC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"e1e93ad8-c115-3c79-ada9-55627e3c54d7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/38c56d5d-51c4-554e-d2b9-4c542f8784db"},"effectiveDateTime":"2017-11-27T20:06:19-08:00","issued":"2017-11-27T20:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTEtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHRocm9hdCBjdWx0dXJlIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"4b945294-9d18-d834-2eec-7c24a842080f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"effectiveDateTime":"2017-12-05T12:32:51-08:00","issued":"2017-12-05T12:32:51.206-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}],"result":[{"reference":"Observation/b259a4ce-0104-712d-5df2-2e84475bf5ac","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"81f1e674-fe76-120a-779a-8b8eb7266cde","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"effectiveDateTime":"2017-12-05T13:03:58-08:00","issued":"2017-12-05T13:03:58.206-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}],"result":[{"reference":"Observation/a9cf480d-4efa-4f9c-da47-12d90a1871b5","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"d14d1344-27d0-f293-13c8-a86a872ac98c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"effectiveDateTime":"2017-12-05T12:06:19-08:00","issued":"2017-12-05T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTItMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gYW50aWNpcGF0b3J5IGd1aWRhbmNlIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"e39dbff4-dec3-c7c4-ffdb-0bcf94620422","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/fcb03040-0d80-dba5-eb8d-cde2db0170d9"},"effectiveDateTime":"2017-12-15T12:06:19-08:00","issued":"2017-12-15T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTItMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBlcnJpbiAyOCBkYXkgcGFjawo="}]} +{"resourceType":"DiagnosticReport","id":"59c2f597-f051-8437-18a3-5b4c2f498774","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"effectiveDateTime":"2018-01-16T12:30:34-08:00","issued":"2018-01-16T12:30:34.206-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}],"result":[{"reference":"Observation/47f8adfc-b122-2448-4538-4622e2493392","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"566d471d-30bf-3cbb-79a7-8517e814c483","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"effectiveDateTime":"2018-01-16T13:01:34-08:00","issued":"2018-01-16T13:01:34.206-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}],"result":[{"reference":"Observation/1f26087e-df54-ae94-64a7-34530b1eb611","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"2f919827-e1bb-81a4-a10d-f683e8d45ed0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"effectiveDateTime":"2018-01-16T12:06:19-08:00","issued":"2018-01-16T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKZXJyaW4gMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"7efcf78f-7e3f-ed89-9ef5-d528e40d9785","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cfd09bdf-378b-27f5-acc3-53868ae7ce77"},"effectiveDateTime":"2018-09-11T13:06:19-07:00","issued":"2018-09-11T13:06:19.206-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDktMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIAo="}]} +{"resourceType":"DiagnosticReport","id":"79c8c812-5278-55d1-e3b5-f87c842d780a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/324f3084-be65-84aa-44aa-7e2aa22af363"},"effectiveDateTime":"2018-09-06T10:06:19-07:00","issued":"2018-09-06T10:06:19.206-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDktMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGNhciwgcmVsYXgsIGFsb25lLCBmb3JnZXQsIGZyaWVuZHMsIHRyb3VibGUgc2NyZWVuaW5nIHRlc3QgKHByb2NlZHVyZSkKLSBoZWFsdGggcmlza3MgZWR1Y2F0aW9uIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"7f40b0ad-4bd3-711c-9031-eb2eda8ad199","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"effectiveDateTime":"2019-01-22T12:22:48-08:00","issued":"2019-01-22T12:22:48.206-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}],"result":[{"reference":"Observation/94fa3ebd-df61-1e34-d745-451487fb5248","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"d22432b3-02bf-8237-ccc2-3226884f9b89","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"effectiveDateTime":"2019-01-22T13:00:53-08:00","issued":"2019-01-22T13:00:53.206-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}],"result":[{"reference":"Observation/e68b1899-2d68-d395-3f2f-1cd9b38676e5","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"ccdcf987-869a-ccc1-b757-350321b3644a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"effectiveDateTime":"2019-01-22T12:06:19-08:00","issued":"2019-01-22T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDEtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKZXJyaW4gMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gaGVhbHRoIHJpc2tzIGVkdWNhdGlvbiAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"764dd40b-d1f8-4ef7-476c-ffdb6df16f3e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/0c5158b0-a1aa-3f4e-42b0-6193a5babd07"},"effectiveDateTime":"2019-11-11T12:06:19-08:00","issued":"2019-11-11T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTEtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcy4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gaGVhZCBpbmp1cnkgcmVoYWJpbGl0YXRpb24K"}]} +{"resourceType":"DiagnosticReport","id":"5d5b9424-c384-2611-74f6-15702d96776a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/88367b17-1f45-5767-0dd7-f87359296abc"},"effectiveDateTime":"2019-12-02T06:06:19-08:00","issued":"2019-12-02T06:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"3935d7c4-5690-8600-18f9-7bfafe446e3b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a895b2c0-2566-f835-7223-f374f6637020"},"effectiveDateTime":"2019-12-05T12:06:19-08:00","issued":"2019-12-05T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTItMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrCg=="}]} +{"resourceType":"DiagnosticReport","id":"5d531b3e-2f50-834f-4175-b426980bd314","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8cc62027-ad62-eaa0-626f-7984187dfb3e"},"effectiveDateTime":"2020-01-18T12:06:19-08:00","issued":"2020-01-18T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDEtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrOyBsZXZvcmEgMC4xNS8zMCAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"250f8312-ade5-ff45-21ac-fcd7faefb855","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}],"result":[{"reference":"Observation/338f3032-08d1-588b-13be-4b0d2964a464","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/e3cf5ff6-8572-cb7e-3d48-882cb9bef468","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/66e49464-5eef-ec49-644b-f14b9dab5aeb","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/4b434221-28c2-5baf-bb1e-7bd910d1e760","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/ae32e2b7-33ec-6102-138b-d551dcc08810","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/d4ec1b42-9d85-1cc5-ed36-4b1d17e63762","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/dae61a66-3d02-c192-c47d-db986dbd395c","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/8cc7617e-c574-f73e-4a9e-c46d851d2d69","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/0dfd6d1c-6b5f-cc3a-f8fa-222c69f5f85c","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/ff41f0ad-2109-d93b-0590-75130440cab4","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/6d8b9979-f316-7b1d-76df-1f2f1f04c721","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"e84e07b1-a04b-7d72-5f7d-9b958cfe1da4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:36:56-08:00","issued":"2020-01-28T12:36:56.206-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}],"result":[{"reference":"Observation/d6f81593-eb0e-1cc4-e075-0f5724662cc1","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"1cb84862-a294-4471-fdbc-572ee44672b5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDEtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrOyBsZXZvcmEgMC4xNS8zMCAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBtZW5pbmdvY29jY2FsIG1jdjRwLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gYW50aWNpcGF0b3J5IGd1aWRhbmNlIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"2f3b4cfa-8b36-0e96-3e76-8fef7433f54e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/700cdd3b-4a50-71fe-4330-be25085ff236"},"effectiveDateTime":"2020-03-01T22:06:19-08:00","issued":"2020-03-01T22:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDMtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrOyBsZXZvcmEgMC4xNS8zMCAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"48d49881-9058-1a71-e0ca-7116378bca63","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/669213b2-9d37-96a2-d6f1-d7e57595adf9"},"effectiveDateTime":"2020-11-29T12:06:19-08:00","issued":"2020-11-29T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTEtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwplcnJpbiAyOCBkYXkgcGFjazsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBpbnRyYW11c2N1bGFyIGluamVjdGlvbgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEgbWwgbWVkcm94eXByb2dlc3Rlcm9uZSBhY2V0YXRlIDE1MCBtZy9tbCBpbmplY3Rpb24K"}]} +{"resourceType":"DiagnosticReport","id":"e264f98e-e433-5ee5-f594-d14777cfc866","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/61d29c83-c048-e15c-a0a1-b26897f6080d"},"effectiveDateTime":"2021-02-02T12:43:38-08:00","issued":"2021-02-02T12:43:38.206-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}],"result":[{"reference":"Observation/d06278aa-edd9-98be-37f3-406a19174528","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"8b2f8808-806c-506d-9961-25e9188f918d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/61d29c83-c048-e15c-a0a1-b26897f6080d"},"effectiveDateTime":"2021-02-02T12:06:19-08:00","issued":"2021-02-02T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwplcnJpbiAyOCBkYXkgcGFjazsgMSBtbCBtZWRyb3h5cHJvZ2VzdGVyb25lIGFjZXRhdGUgMTUwIG1nL21sIGluamVjdGlvbjsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"a177e815-66bc-36b2-7406-755bcd47a9ba","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8bcea29a-0aba-a558-1721-62fc564a3548"},"effectiveDateTime":"2021-03-09T12:06:19-08:00","issued":"2021-03-09T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwplcnJpbiAyOCBkYXkgcGFjazsgMSBtbCBtZWRyb3h5cHJvZ2VzdGVyb25lIGFjZXRhdGUgMTUwIG1nL21sIGluamVjdGlvbjsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBpbnRyYW11c2N1bGFyIGluamVjdGlvbgo="}]} +{"resourceType":"DiagnosticReport","id":"2bbf60b8-2fc8-622f-fe14-c6211e769697","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a6779d66-3a66-0b33-c0e5-157df005a41b"},"effectiveDateTime":"2021-06-08T13:06:19-07:00","issued":"2021-06-08T13:06:19.206-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDYtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwplcnJpbiAyOCBkYXkgcGFjazsgMSBtbCBtZWRyb3h5cHJvZ2VzdGVyb25lIGFjZXRhdGUgMTUwIG1nL21sIGluamVjdGlvbjsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBpbnRyYW11c2N1bGFyIGluamVjdGlvbgo="}]} +{"resourceType":"DiagnosticReport","id":"03f7a5c9-3be9-883a-1f37-24ae2f003ae4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/c43edc0f-5bcf-efdc-7cf1-21cd58e17ce8"},"effectiveDateTime":"2021-09-07T13:06:19-07:00","issued":"2021-09-07T13:06:19.206-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDktMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwplcnJpbiAyOCBkYXkgcGFjazsgMSBtbCBtZWRyb3h5cHJvZ2VzdGVyb25lIGFjZXRhdGUgMTUwIG1nL21sIGluamVjdGlvbjsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBpbnRyYW11c2N1bGFyIGluamVjdGlvbgo="}]} +{"resourceType":"DiagnosticReport","id":"b8d128d0-df06-104d-b014-f196aa24d774","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/29db6485-dc8a-c422-3866-6074579a1e7f"},"effectiveDateTime":"2021-11-24T12:16:23-08:00","issued":"2021-11-24T12:16:23.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTEtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwplcnJpbiAyOCBkYXkgcGFjazsgMSBtbCBtZWRyb3h5cHJvZ2VzdGVyb25lIGFjZXRhdGUgMTUwIG1nL21sIGluamVjdGlvbjsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBpbnRyYW11c2N1bGFyIGluamVjdGlvbgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEgbWwgbWVkcm94eXByb2dlc3Rlcm9uZSBhY2V0YXRlIDE1MCBtZy9tbCBpbmplY3Rpb24K"}]} +{"resourceType":"DiagnosticReport","id":"27a9869f-eb0b-bb55-8ae3-3d8dd045c6cd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/5955029f-a260-560e-b9a4-f590c32141fd"},"effectiveDateTime":"2021-12-07T12:06:19-08:00","issued":"2021-12-07T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTItMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwplcnJpbiAyOCBkYXkgcGFjazsgMSBtbCBtZWRyb3h5cHJvZ2VzdGVyb25lIGFjZXRhdGUgMTUwIG1nL21sIGluamVjdGlvbjsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBpbnRyYW11c2N1bGFyIGluamVjdGlvbgo="}]} +{"resourceType":"DiagnosticReport","id":"a2c20082-fc11-d9b8-4af9-449725f4cf1b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"effectiveDateTime":"2022-02-08T13:32:15-08:00","issued":"2022-02-08T13:32:15.206-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}],"result":[{"reference":"Observation/129c7056-b7c7-0e22-192e-b3b8da5b6b9f","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"ee24f4ee-a0df-9b7a-d355-118cae58688e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"effectiveDateTime":"2022-02-08T14:10:51-08:00","issued":"2022-02-08T14:10:51.206-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}],"result":[{"reference":"Observation/1801c1d0-4ede-0504-8255-68b4b2e44dcf","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"6d93e9b3-502e-09d8-4032-30c36c9c3cf0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"effectiveDateTime":"2022-02-08T12:06:19-08:00","issued":"2022-02-08T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDItMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrOyAxIG1sIG1lZHJveHlwcm9nZXN0ZXJvbmUgYWNldGF0ZSAxNTAgbWcvbWwgaW5qZWN0aW9uOyBsZXZvcmEgMC4xNS8zMCAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHJlY2VpdmVkIGhpZ2hlciBlZHVjYXRpb24gKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRvbWVzdGljIGFidXNlIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"bc77609b-2216-b002-01ed-5db6443da447","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/322aee05-0b4b-2ac7-34b9-838697031a12"},"effectiveDateTime":"2022-03-08T12:06:19-08:00","issued":"2022-03-08T12:06:19.206-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDMtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrOyAxIG1sIG1lZHJveHlwcm9nZXN0ZXJvbmUgYWNldGF0ZSAxNTAgbWcvbWwgaW5qZWN0aW9uOyBsZXZvcmEgMC4xNS8zMCAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGludHJhbXVzY3VsYXIgaW5qZWN0aW9uCg=="}]} +{"resourceType":"DiagnosticReport","id":"c482a035-e09b-255d-7b67-745340a0c757","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/bf232c5a-5891-ce72-69e8-d8c66e8d116b"},"effectiveDateTime":"2008-10-21T04:35:11-07:00","issued":"2008-10-21T04:35:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMTAtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gc2VsZi1jYXJlIGludGVydmVudGlvbnMgKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"e2add899-99b0-b478-3252-c1ff19d6fe45","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/cda43e5e-ea1d-181d-073b-7fba73e54d23"},"effectiveDateTime":"2008-11-06T20:49:11-08:00","issued":"2008-11-06T20:49:11.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMTEtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbW9sZCAob3JnYW5pc20pLCBob3VzZSBkdXN0IG1pdGUgKG9yZ2FuaXNtKSwgYW5pbWFsIGRhbmRlciAoc3Vic3RhbmNlKSwgZ3Jhc3MgcG9sbGVuIChzdWJzdGFuY2UpLCBhc3BpcmluLCBzaGVsbGZpc2ggKHN1YnN0YW5jZSkuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBmZXhvZmVuYWRpbmUgaHlkcm9jaGxvcmlkZSAzMCBtZyBvcmFsIHRhYmxldAotIG5kYTAyMDgwMCAwLjMgbWwgZXBpbmVwaHJpbmUgMSBtZy9tbCBhdXRvLWluamVjdG9yCg=="}]} +{"resourceType":"DiagnosticReport","id":"08675f1a-8b72-d955-99eb-7df3c3f27e18","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/2a352499-b9b3-193c-4276-94fdbf090c16"},"effectiveDateTime":"2009-11-17T16:49:11-08:00","issued":"2009-11-17T16:49:11.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMTEtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggY2hpbGRob29kIGFzdGhtYS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIGFzdGhtYSBzZWxmIG1hbmFnZW1lbnQK"}]} +{"resourceType":"DiagnosticReport","id":"243eb061-7f0b-9466-965a-bfa7bb4acf4f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1b5a6b76-83ae-c67d-25bb-56555605e56b"},"effectiveDateTime":"2010-02-01T16:49:11-08:00","issued":"2010-02-01T16:49:11.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDItMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"af040f2a-253c-8264-1e10-2be5918f6004","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/0d44ff0a-b283-060f-e79b-b446ed0b00bd"},"effectiveDateTime":"2010-03-29T17:49:11-07:00","issued":"2010-03-29T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999859","display":"Dr. Leslie90 Crona259"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDMtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"c4aa05c8-b63e-a636-c509-2c9f24f4e09f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/b27d5a01-5377-8b4e-5b16-2d47473d7d57"},"effectiveDateTime":"2010-08-02T17:49:11-07:00","issued":"2010-08-02T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDgtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"50486a1b-82c4-1566-307a-ad3292ab1165","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/2915cdef-9cf1-2f80-6ed9-9891d18cc369"},"effectiveDateTime":"2011-01-31T16:49:11-08:00","issued":"2011-01-31T16:49:11.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDEtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"48b23ae0-8b68-15fb-14f1-4dba873f537f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/2630f5cd-78a4-d020-be18-8924f57bff10"},"effectiveDateTime":"2011-02-07T16:49:11-08:00","issued":"2011-02-07T16:49:11.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDItMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcy4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"4b568b0e-feb9-6f1a-1a23-e53aa6acef06","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/9f087d9f-23e5-4243-a775-07bbd3989f59"},"effectiveDateTime":"2011-08-01T17:49:11-07:00","issued":"2011-08-01T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDgtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"21f4c39a-99f8-3f6f-545c-188f07638807","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1f2de5f9-32e1-4037-ca4c-20d563668b88"},"effectiveDateTime":"2012-08-06T17:49:11-07:00","issued":"2012-08-06T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDgtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA0IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiB2YXJpY2VsbGEsIGlwdiwgaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIGR0YXAsIG1tci4gClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"862a7159-a50b-1232-5f21-663c85133bfe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f6d2fb66-32e5-99d7-e171-d2fdc619004e"},"effectiveDateTime":"2013-04-30T17:49:11-07:00","issued":"2013-04-30T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999719","display":"Dr. Man114 Kuhic920"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDQtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA1IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"3dabff21-bc14-e0b6-0c70-29bd54af9d52","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/095c1ff4-2e46-f9a7-5a27-581df1bbf657"},"effectiveDateTime":"2013-05-02T14:49:11-07:00","issued":"2013-05-02T14:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDUtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA1IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"73d496dc-9513-7e58-4ea9-1cedc70a4ac4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}],"result":[{"reference":"Observation/356a2c3b-bc48-f408-1704-ce1124f1001e","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/86dfe933-f758-85dd-0b38-91f0e5ab3ef1","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/e1f6dc5d-f3e6-f8b8-cf62-fefad90215c1","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/c6970615-d3a1-7dbc-68cf-46b600539715","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/af72910e-d21c-7d8e-41d3-75c802169b91","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/487696a9-98aa-a817-953c-4263ad2de154","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/af93548a-702e-bc88-fa02-ce016b433da2","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/0f59a767-a5f3-4d9e-1430-4e4c7471c4c3","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/fc74df22-a784-0627-459e-d15e39900c2a","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/9fe54019-9f38-31c4-d885-91311bd9ead8","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/8150c5bd-dfd6-8def-29b2-8a502acb5c02","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"33352e6d-9177-26a5-7287-7b1f23380801","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDgtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA1IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"48bb47ca-3a25-98f5-57a1-948cd49c0309","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/a9d102a4-a8f9-0526-5ffa-7be826ff0d22"},"effectiveDateTime":"2014-08-18T17:49:11-07:00","issued":"2014-08-18T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"fab35cef-6c28-b189-6a4c-5e8341ec4881","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f57c4a5d-a15d-7ef9-ff68-e1a0284f5df2"},"effectiveDateTime":"2014-08-22T17:49:11-07:00","issued":"2014-08-22T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999719","display":"Dr. Man114 Kuhic920"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBzcHJhaW4gb2Ygd3Jpc3QuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHBoeXNpY2FsIHRoZXJhcHkgcHJvY2VkdXJlCg=="}]} +{"resourceType":"DiagnosticReport","id":"d0c2aefb-c228-6816-4687-6bb62ee1d246","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f9dcd84a-3a92-900f-c293-b18778fb613d"},"effectiveDateTime":"2015-08-24T17:49:11-07:00","issued":"2015-08-24T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDgtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA3IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzcHJhaW4gb2Ygd3Jpc3QuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"994bcc41-fa4a-ee11-d08e-301e0907b603","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/df59ee35-75c3-d40b-d9c1-63ab419c5b86"},"effectiveDateTime":"2016-03-21T17:49:11-07:00","issued":"2016-03-21T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999859","display":"Dr. Leslie90 Crona259"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDMtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzcHJhaW4gb2Ygd3Jpc3QuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIAo="}]} +{"resourceType":"DiagnosticReport","id":"7d317a0d-6129-5f7e-6b9a-812ecfc2d4b6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/6544d0b8-f949-92d1-19e1-b91f0e36bdf8"},"effectiveDateTime":"2016-03-19T18:49:11-07:00","issued":"2016-03-19T18:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDMtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzcHJhaW4gb2Ygd3Jpc3QuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"63a0f884-04d7-db26-710d-94fb9646d4b5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ee167abe-f63e-068f-20bc-42c24834e284"},"effectiveDateTime":"2016-08-29T17:49:11-07:00","issued":"2016-08-29T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDgtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA5IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzcHJhaW4gb2Ygd3Jpc3QsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"92c3c0d9-3865-1161-f491-c5380df75ecf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d40d6940-19b8-83b8-97b7-e43f0e2e8dff"},"effectiveDateTime":"2017-09-04T17:49:11-07:00","issued":"2017-09-04T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFudGhlbS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"faac72d2-7d33-a6c0-b6ca-bfc8e3c13be0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1bbb1eb5-4307-5213-f00c-373613f8e140"},"effectiveDateTime":"2018-04-06T14:49:11-07:00","issued":"2018-04-06T14:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDQtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"e72880b0-bcbf-382b-777c-86e6a1918458","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}],"result":[{"reference":"Observation/0bf11392-cb9d-78aa-06ea-2df94bb1ff51","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/2cd04a6b-7772-1780-075a-8ec0d6f7ae40","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/795029b4-e5f1-d6cb-0608-2ffc1e579aae","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/88ea707c-8edc-dbe3-52dc-721c8713fcc1","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/4e0ba4f0-ac87-27ed-abd3-99e67e0242b6","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/5d431f10-aada-de80-e39c-3c41e3bc7228","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/fe5c8aa1-bee5-d28a-2fa1-1351e2b0d991","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/883b1466-b1b8-7d75-e832-90c4d7bcd611","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/c11db693-4d1a-c485-eb06-c16c4d87b16e","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/ab775879-11fd-3083-849b-560c6a9edc5c","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/72fcb585-25d3-7b9f-616e-e5765aa508fd","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"5ae55682-5b51-8509-3c65-e89e43a31dab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDktMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHRkYXAsIGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBocHYsIHF1YWRyaXZhbGVudCwgbWVuaW5nb2NvY2NhbCBtY3Y0cC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"00370a50-83ac-fc52-963c-be6a4e5f85d7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/38b6aa0c-a6b4-e8df-7082-002076a26bb2"},"effectiveDateTime":"2018-10-03T14:49:11-07:00","issued":"2018-10-03T14:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTAtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"7fcbd6cb-ec87-77bc-af74-fe51dcaf60df","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"effectiveDateTime":"2019-09-16T18:06:25-07:00","issued":"2019-09-16T18:06:25.290-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}],"result":[{"reference":"Observation/1b3e9fe9-2082-c910-cb2b-f7510a3b1961","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"4b063068-d215-6425-ab64-b1fe63007efa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"effectiveDateTime":"2019-09-16T18:47:06-07:00","issued":"2019-09-16T18:47:06.290-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}],"result":[{"reference":"Observation/1f0ef981-6311-67c9-914d-95c71ba2b3bb","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"0b755452-c18b-5216-8a6c-21fedf7ce76b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"effectiveDateTime":"2019-09-16T17:49:11-07:00","issued":"2019-09-16T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDktMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFudGhlbS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBocHYsIHF1YWRyaXZhbGVudC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"8547142c-fc9b-db48-3e9e-05ab852e3d29","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"},"effectiveDateTime":"2020-08-31T17:49:11-07:00","issued":"2020-08-31T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDgtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYWxsZXJneSBzY3JlZW5pbmcgdGVzdApUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gYWxsZXJnaWMgZGlzb3JkZXIgbW9uaXRvcmluZwo="}]} +{"resourceType":"DiagnosticReport","id":"a4b9f349-89f3-b973-d7be-a23db2c1e8af","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"effectiveDateTime":"2020-09-21T18:29:41-07:00","issued":"2020-09-21T18:29:41.290-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}],"result":[{"reference":"Observation/f10740eb-e215-1c7e-777f-87dbe86a74a8","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"babceb76-9e37-bf46-a5c8-5860fb105973","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"effectiveDateTime":"2020-09-21T17:49:11-07:00","issued":"2020-09-21T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDktMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIGhwdiwgcXVhZHJpdmFsZW50LiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSBuaW5lIGl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGNhciwgcmVsYXgsIGFsb25lLCBmb3JnZXQsIGZyaWVuZHMsIHRyb3VibGUgc2NyZWVuaW5nIHRlc3QgKHByb2NlZHVyZSkKLSBhbnRpY2lwYXRvcnkgZ3VpZGFuY2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"84b92c22-e34e-4ab5-70ed-6e32d2c2689f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/62c9cc9e-b0de-b830-6879-49c3fb31fb3b"},"effectiveDateTime":"2020-09-21T18:23:26-07:00","issued":"2020-09-21T18:23:26.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDktMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"7bfac4ae-57ca-65a4-745c-1a59e32b6c40","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/6606e416-5600-9ce7-c14f-9bc789d4740d"},"effectiveDateTime":"2020-10-14T18:56:55-07:00","issued":"2020-10-14T18:56:55.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTAtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"88187d2c-ad89-80bf-7429-44953c61aae3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/aa1a47c8-cfab-e2dc-647f-694f2cc0a08a"},"effectiveDateTime":"2020-11-09T18:38:32-08:00","issued":"2020-11-09T18:38:32.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTEtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"4b1095ea-10c8-e4f2-3425-813d569d8bb3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"92143-7","display":"Respiratory pathogens DNA and RNA panel - Respiratory specimen by NAA with probe detection"}],"text":"Respiratory pathogens DNA and RNA panel - Respiratory specimen by NAA with probe detection"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T17:03:35-08:00","issued":"2020-11-18T17:03:35.290-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}],"result":[{"reference":"Observation/4c1c4bac-5aa7-17cc-75dd-c27a75e12d48","display":"Influenza virus A RNA [Presence] in Respiratory specimen by NAA with probe detection"},{"reference":"Observation/01106456-4d94-728f-7d60-9a413b2a4cb0","display":"Influenza virus B RNA [Presence] in Respiratory specimen by NAA with probe detection"},{"reference":"Observation/b211a7d9-698e-2f3b-8414-3412c4520c1f","display":"Respiratory syncytial virus RNA [Presence] in Respiratory specimen by NAA with probe detection"},{"reference":"Observation/d5076ec0-f5fa-e83a-3874-db7b65936685","display":"Parainfluenza virus 1 RNA [Presence] in Respiratory specimen by NAA with probe detection"},{"reference":"Observation/386f91a8-b0f2-71f6-3e71-fac192760e9b","display":"Parainfluenza virus 2 RNA [Presence] in Respiratory specimen by NAA with probe detection"},{"reference":"Observation/3fab12f0-e649-d478-1d00-bdc7b6f83b27","display":"Parainfluenza virus 3 RNA [Presence] in Respiratory specimen by NAA with probe detection"},{"reference":"Observation/2dff2fac-8d32-bb52-f7b5-8e16ddd2737e","display":"Rhinovirus RNA [Presence] in Respiratory specimen by NAA with probe detection"},{"reference":"Observation/dce20bdf-a187-7fbf-7670-bc34668d204a","display":"Human metapneumovirus RNA [Presence] in Respiratory specimen by NAA with probe detection"},{"reference":"Observation/0fe96de8-c3cb-3108-611b-ea381b57e48d","display":"Adenovirus A+B+C+D+E DNA [Presence] in Respiratory specimen by NAA with probe detection"}]} +{"resourceType":"DiagnosticReport","id":"3adb855f-e004-af53-f7a9-cb5ba71de457","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"94531-1","display":"SARS-CoV-2 RNA Pnl Resp NAA+probe"}],"text":"SARS-CoV-2 RNA Pnl Resp NAA+probe"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T18:07:43-08:00","issued":"2020-11-18T18:07:43.290-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}],"result":[{"reference":"Observation/c3253d3b-c977-3f28-5f3b-0b9fb70f02e5","display":"SARS-CoV-2 RNA Pnl Resp NAA+probe"}]} +{"resourceType":"DiagnosticReport","id":"ac6ddd3d-7972-c29f-2b07-28b4e491619a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T16:49:11-08:00","issued":"2020-11-18T16:49:11.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTEtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggY291Z2ggKGZpbmRpbmcpLCBtdXNjbGUgcGFpbiAoZmluZGluZyksIGpvaW50IHBhaW4gKGZpbmRpbmcpLCBsb3NzIG9mIHRhc3RlIChmaW5kaW5nKSwgc3VzcGVjdGVkIGNvdmlkLTE5LCBjb3ZpZC0xOS4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gZmFjZSBtYXNrIChwaHlzaWNhbCBvYmplY3QpClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBpbmZlY3Rpb3VzIGRpc2Vhc2UgY2FyZSBwbGFuIChyZWNvcmQgYXJ0aWZhY3QpCi0gaW5mZWN0aW91cyBkaXNlYXNlIGNhcmUgcGxhbiAocmVjb3JkIGFydGlmYWN0KQo="}]} +{"resourceType":"DiagnosticReport","id":"e173fec3-1256-e0f0-91b6-37b445b0841d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/a636733a-f0fb-16e8-4f33-1a4c177274e4"},"effectiveDateTime":"2020-12-02T19:12:15-08:00","issued":"2020-12-02T19:12:15.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"f436e04c-a75c-763b-f46a-04d58b739200","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/6ca049ef-42b3-a269-4ff8-85bbfeea7fae"},"effectiveDateTime":"2020-12-28T19:34:59-08:00","issued":"2020-12-28T19:34:59.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTItMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"5a8f471c-5ef0-1538-1f54-15471321f70b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/9aa6ab2a-1747-ca46-d1ad-dfa26cada1a5"},"effectiveDateTime":"2021-01-20T19:51:34-08:00","issued":"2021-01-20T19:51:34.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDEtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"e6fe3767-9ca0-5686-9d9d-484a26b2718b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/042bb2a5-c96d-c250-5cb9-d46659814969"},"effectiveDateTime":"2021-02-13T20:28:02-08:00","issued":"2021-02-13T20:28:02.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDItMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"695fa3da-c0df-9225-6d8a-d2b4c47f27d0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/5ad76011-a8db-053c-3615-17801923e11d"},"effectiveDateTime":"2021-03-06T21:07:23-08:00","issued":"2021-03-06T21:07:23.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"78fa6d15-1b60-a8fc-5109-0a7137334dae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/e6d52690-3be7-6e25-5ca5-3eff353143eb"},"effectiveDateTime":"2021-03-29T22:41:11-07:00","issued":"2021-03-29T22:41:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"34bbb128-57c4-de52-c71a-01fc039859fe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/bae2cc37-d0af-6206-4811-6f04d9c4c37e"},"effectiveDateTime":"2021-04-24T22:58:58-07:00","issued":"2021-04-24T22:58:58.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDQtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"91ab6b1a-b690-c157-97e5-f3e86628cc1c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/fffe9994-feeb-0942-910e-d5480efebd87"},"effectiveDateTime":"2021-05-16T23:54:07-07:00","issued":"2021-05-16T23:54:07.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDUtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"12e86269-869e-269a-f26b-7e5c268e8168","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1042d924-d5f0-991f-5862-f4913ed3c13b"},"effectiveDateTime":"2021-06-12T00:47:05-07:00","issued":"2021-06-12T00:47:05.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDYtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"81b96a81-8d81-3192-680d-ae8feb729ac8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/abbca6da-a497-ad44-2719-c03da2cb44d2"},"effectiveDateTime":"2021-07-08T01:41:32-07:00","issued":"2021-07-08T01:41:32.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDctMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"6f81f247-5f96-6e18-977d-dc537544f223","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/9d4c0f9e-92f3-b140-1fad-87c12993eb07"},"effectiveDateTime":"2021-08-03T02:14:52-07:00","issued":"2021-08-03T02:14:52.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDgtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"6322ae0e-8db5-4951-50f2-73980c6ba4bb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/a8db80c9-a81b-5a05-ad1e-b2213093589d"},"effectiveDateTime":"2021-08-26T17:49:11-07:00","issued":"2021-08-26T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999859","display":"Dr. Leslie90 Crona259"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDgtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrCg=="}]} +{"resourceType":"DiagnosticReport","id":"27c2ba54-02b4-b2e2-3848-86fd1b01336a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/a2cfbd9e-49ce-c79e-8bbc-c1c7682276d1"},"effectiveDateTime":"2021-08-30T02:40:22-07:00","issued":"2021-08-30T02:40:22.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDgtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"883f7a1b-13e7-d293-b42b-0c908db574d8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ec90e0aa-2f0f-ec23-36da-3c78bb137f13"},"effectiveDateTime":"2021-09-27T17:49:11-07:00","issued":"2021-09-27T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDktMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"90cceb4f-a494-da4b-4219-43afe42595c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1fe9cda5-92f7-9cfe-8380-def41e16760d"},"effectiveDateTime":"2021-09-27T18:17:09-07:00","issued":"2021-09-27T18:17:09.290-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}],"result":[{"reference":"Observation/458a7583-2322-d4a6-402e-a86e64d7614d","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"5bd0b69a-0895-8d08-6de1-91cb0ea5cc65","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1fe9cda5-92f7-9cfe-8380-def41e16760d"},"effectiveDateTime":"2021-09-27T18:57:22-07:00","issued":"2021-09-27T18:57:22.290-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}],"result":[{"reference":"Observation/00e02565-389e-dec8-690e-b150bc22cb29","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"951b3d6e-ab9b-ba44-dedc-eb6062788548","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1fe9cda5-92f7-9cfe-8380-def41e16760d"},"effectiveDateTime":"2021-09-25T03:14:06-07:00","issued":"2021-09-25T03:14:06.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDktMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"fdebff72-477e-f987-fe05-e8c00b3f857a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f7880691-4211-88a3-dc1a-1397dec323b5"},"effectiveDateTime":"2021-10-18T17:49:11-07:00","issued":"2021-10-18T17:49:11.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999859","display":"Dr. Leslie90 Crona259"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTAtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogc2Fycy1jb3YtMiAoY292aWQtMTkpIHZhY2NpbmUsIG1ybmEsIHNwaWtlIHByb3RlaW4sIGxucCwgcHJlc2VydmF0aXZlIGZyZWUsIDMwIG1jZy8wLjNtbCBkb3NlLiAK"}]} +{"resourceType":"DiagnosticReport","id":"0ecd3895-fbf4-8bb8-3e16-e274af4d2945","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/c3290349-6e33-45be-baaa-6d09dea869ea"},"effectiveDateTime":"2021-10-19T03:53:14-07:00","issued":"2021-10-19T03:53:14.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTAtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"667156b3-54c7-c4d6-dd64-62c4be3ae5fd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/622db022-a114-d6a5-355e-3ed14e26dacb"},"effectiveDateTime":"2021-11-08T16:49:11-08:00","issued":"2021-11-08T16:49:11.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999859","display":"Dr. Leslie90 Crona259"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTEtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogc2Fycy1jb3YtMiAoY292aWQtMTkpIHZhY2NpbmUsIG1ybmEsIHNwaWtlIHByb3RlaW4sIGxucCwgcHJlc2VydmF0aXZlIGZyZWUsIDMwIG1jZy8wLjNtbCBkb3NlLiAK"}]} +{"resourceType":"DiagnosticReport","id":"db014385-08d5-7520-0bcb-9e7fcba094f6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f04816c0-7dcc-77a9-a20f-ba407a1c6be3"},"effectiveDateTime":"2021-11-15T03:18:38-08:00","issued":"2021-11-15T03:18:38.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTEtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"99b6b61c-1b0b-5197-6693-49e8e0738bea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/3cd08792-ac4f-0560-2410-659c4a79769e"},"effectiveDateTime":"2021-12-10T04:01:43-08:00","issued":"2021-12-10T04:01:43.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTItMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"2e61a65c-6dff-2183-94aa-f836fbcf4677","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/de0e1d64-6f74-fa25-ba0a-0ba20c33b1cf"},"effectiveDateTime":"2022-01-06T04:48:14-08:00","issued":"2022-01-06T04:48:14.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDEtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"a2b8907c-6fc0-7bec-9139-cb13cd631f9d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/7b0010cf-eab7-fb97-aed4-fafe838c3b2a"},"effectiveDateTime":"2022-02-02T05:30:18-08:00","issued":"2022-02-02T05:30:18.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"b4d1888a-0ceb-1523-0e0a-72202efb1b42","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f545dbc5-43ee-f817-2b11-95d82b5eb0c9"},"effectiveDateTime":"2022-02-28T06:24:29-08:00","issued":"2022-02-28T06:24:29.290-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDItMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"f5621de2-b23f-9c39-aaa2-7a6bd4d9bfaf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/06042d08-9d8e-d44d-d093-3141706f5aa9"},"effectiveDateTime":"2022-03-23T08:10:27-07:00","issued":"2022-03-23T08:10:27.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDMtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"27a40ebd-1449-2885-8812-ee00b6d8ff13","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/81e4abb2-0e35-a8a2-ebea-44c7b9ee642c"},"effectiveDateTime":"2022-04-19T08:38:39-07:00","issued":"2022-04-19T08:38:39.290-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDQtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"03b977ef-0ab0-b4f3-d968-8580d01e5295","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b4308bc7-d622-1724-c5f3-9b686ec7e76e"},"effectiveDateTime":"2008-10-01T15:02:19-07:00","issued":"2008-10-01T15:02:19.150-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMTAtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBjaGlsZGhvb2QgYXN0aG1hLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gYXN0aG1hIHNlbGYgbWFuYWdlbWVudAo="}]} +{"resourceType":"DiagnosticReport","id":"855bf5b0-fa46-63ac-b7b8-55117ea75ff8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/a160f59d-122f-cea3-d071-61839146c6b7"},"effectiveDateTime":"2009-02-02T14:02:19-08:00","issued":"2009-02-02T14:02:19.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMDItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"ec3a8bcc-8f7e-f9c4-1111-876431b9fda0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/a0cbee23-44cf-e3be-da44-9ee4d3b58298"},"effectiveDateTime":"2010-02-08T14:02:19-08:00","issued":"2010-02-08T14:02:19.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDItMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"2428f0c2-222b-2c0c-ba1c-57e98a941103","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/453790a5-9af6-562a-9017-44b94942b5df"},"effectiveDateTime":"2011-02-14T14:02:19-08:00","issued":"2011-02-14T14:02:19.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDItMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"8d54694a-66ec-2d5b-dc22-c818825b3a97","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b0f7fceb-5d04-44d1-f4b9-97606e6c9a9f"},"effectiveDateTime":"2012-02-20T14:02:19-08:00","issued":"2012-02-20T14:02:19.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDItMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDcgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"73ec340b-b442-75d6-8a71-6b0a7fecbcb1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/906fed06-15d7-cf6c-1f58-33d25676ed39"},"effectiveDateTime":"2013-01-18T14:29:43-08:00","issued":"2013-01-18T14:29:43.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDEtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDggeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHNwcmFpbiBvZiBhbmtsZS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldApUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gcGh5c2ljYWwgdGhlcmFweSBwcm9jZWR1cmUK"}]} +{"resourceType":"DiagnosticReport","id":"94d0e302-a36a-6239-dce9-acfdb6791344","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/66cde9c9-6fba-47b7-39db-1db95788eb11"},"effectiveDateTime":"2013-02-25T14:02:19-08:00","issued":"2013-02-25T14:02:19.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDItMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDkgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzcHJhaW4gb2YgYW5rbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"6412d47f-d762-ceb9-cbb2-d1c27e2b824f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/852a9797-9ae1-71aa-edf2-d32db75a9df6"},"effectiveDateTime":"2013-03-09T14:02:19-08:00","issued":"2013-03-09T14:02:19.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDMtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDkgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzcHJhaW4gb2YgYW5rbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"ec45fd9a-e92f-1eb6-3889-fd653f0d44cb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/8f9cc88b-33bf-1cb4-4bf4-7998399b7465"},"effectiveDateTime":"2013-05-24T12:02:19-07:00","issued":"2013-05-24T12:02:19.150-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDUtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDkgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzcHJhaW4gb2YgYW5rbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYXBwZW5kaWNpdGlzLiAKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"02550792-8c5d-2081-ba61-d3770c201f1b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/a26e8ba9-f1e3-ca9a-6a81-3dabc9d62260"},"effectiveDateTime":"2013-05-24T12:02:19-07:00","issued":"2013-05-24T12:02:19.150-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDUtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDkgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzcHJhaW4gb2YgYW5rbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggaGlzdG9yeSBvZiBhcHBlbmRlY3RvbXkuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFwcGVuZGVjdG9teQo="}]} +{"resourceType":"DiagnosticReport","id":"98a7cd43-87a4-d169-61ff-ab5635ece92e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/19940601-510d-e45a-9551-82f1c1227c1e"},"effectiveDateTime":"2014-03-03T14:02:19-08:00","issued":"2014-03-03T14:02:19.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDMtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEwIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"038487a4-5b8e-1f61-32de-a820c1cb3d04","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/9e1592d5-4e92-3cac-bc0d-8ad95dc2b44e"},"effectiveDateTime":"2014-03-04T14:02:19-08:00","issued":"2014-03-04T14:02:19.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDMtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEwIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"177542ed-a6db-6503-e374-42353275f993","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/433837c0-d610-c0bc-c60d-0cc1afa58806"},"effectiveDateTime":"2014-03-06T18:02:19-08:00","issued":"2014-03-06T18:02:19.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDMtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEwIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"972b9174-7f29-0c10-3716-1c5e1c343d10","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}],"result":[{"reference":"Observation/81e82b8e-4822-cd17-9159-7152b9702281","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/64669853-672f-fdd5-7592-ed9bf1e7edeb","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/51661875-6025-bf05-7954-5dc0a94de137","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/f6a04755-5d8f-e281-c6cd-b32f7e1d1639","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/b826f49e-c029-ccf4-66bf-61eb53880b18","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/ee8372f4-6a0a-49b0-c1e4-09da5c38cc44","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/6529acc7-f498-47bf-2274-f03bc29549a7","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/080d238b-e365-d437-b5be-0d7901d74b1a","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/4b643d0e-5a0f-e5d2-11be-b31fa44ab81a","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/52888320-0616-cdbd-1720-0e2c00fc26bb","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/e8a8b977-e88c-61b0-6c9b-0987994ce5dc","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"ecfa3874-7409-68d0-19ad-a3332fa38763","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDMtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDExIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHRkYXAsIGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBocHYsIHF1YWRyaXZhbGVudCwgbWVuaW5nb2NvY2NhbCBtY3Y0cC4gClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"1b6ac974-fe5e-5d4b-8991-91dc880131e7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/c151f597-1dc8-bda6-a9aa-44ae92445722"},"effectiveDateTime":"2016-03-14T15:02:19-07:00","issued":"2016-03-14T15:02:19.150-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDMtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaHB2LCBxdWFkcml2YWxlbnQuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gaGVhbHRoIHJpc2tzIGVkdWNhdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"22caf251-3581-b68e-b851-94777ad96bc8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d1719dea-cfea-d4d3-71a8-f125c06d358a"},"effectiveDateTime":"2017-02-18T18:02:19-08:00","issued":"2017-02-18T18:02:19.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDItMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"c68359f0-455b-6627-d550-85b2fd8fdc42","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"effectiveDateTime":"2017-03-20T15:35:54-07:00","issued":"2017-03-20T15:35:54.150-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}],"result":[{"reference":"Observation/445d4c83-c823-6389-722d-f3907b772bcb","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"7c7b39cb-1f15-11f3-c67a-2b9fc7ef4397","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"effectiveDateTime":"2017-03-20T15:02:19-07:00","issued":"2017-03-20T15:02:19.150-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDMtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaHB2LCBxdWFkcml2YWxlbnQuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgY2FyLCByZWxheCwgYWxvbmUsIGZvcmdldCwgZnJpZW5kcywgdHJvdWJsZSBzY3JlZW5pbmcgdGVzdCAocHJvY2VkdXJlKQotIGFudGljaXBhdG9yeSBndWlkYW5jZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"0d488fa1-9bdb-ed62-3fea-4233d0674f63","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/6828ac9c-b3c9-f5ac-a620-31d74abec6a6"},"effectiveDateTime":"2018-01-11T18:02:19-08:00","issued":"2018-01-11T18:02:19.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1lYXN1cmVtZW50IG9mIHJlc3BpcmF0b3J5IGZ1bmN0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHJlc3BpcmF0b3J5IHRoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"94070edc-4dd8-b09f-96a0-98cff8388e1d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/96f32dcc-5ee5-e522-0b8b-001690de6cbc"},"effectiveDateTime":"2018-01-22T14:02:19-08:00","issued":"2018-01-22T14:02:19.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906619","display":"Dr. Saturnina961 Treutel973"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gCg=="}]} +{"resourceType":"DiagnosticReport","id":"fe2a24a3-434b-bb92-913e-18acc10decab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/cf685c02-d86b-1f11-fbbf-344cb318943f"},"effectiveDateTime":"2018-01-29T14:02:19-08:00","issued":"2018-01-29T14:02:19.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906619","display":"Dr. Saturnina961 Treutel973"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"6120c793-9835-efb8-8098-8a3220928b7b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"effectiveDateTime":"2018-03-26T15:39:49-07:00","issued":"2018-03-26T15:39:49.150-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}],"result":[{"reference":"Observation/bb529bd6-1a0a-24fa-edaa-3584b67c3234","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"14e2f4b6-b290-97dc-8f57-baa1b3863b5b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"effectiveDateTime":"2018-03-26T15:02:19-07:00","issued":"2018-03-26T15:02:19.150-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDMtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE0IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgY2FyLCByZWxheCwgYWxvbmUsIGZvcmdldCwgZnJpZW5kcywgdHJvdWJsZSBzY3JlZW5pbmcgdGVzdCAocHJvY2VkdXJlKQotIGFudGljaXBhdG9yeSBndWlkYW5jZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"ba7f1a83-68af-dc2b-5c51-000409c72067","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/06bdab8b-ec11-7066-81d7-531079b12fa9"},"effectiveDateTime":"2018-08-25T05:02:19-07:00","issued":"2018-08-25T05:02:19.150-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDgtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE0IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSB0aHJvYXQgY3VsdHVyZSAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"d396798b-e2c2-3720-34e8-7aa802bf220f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/9bb1f3f7-7850-b0c6-0ee5-c2e7db91f58b"},"effectiveDateTime":"2019-02-08T18:02:19-08:00","issued":"2019-02-08T18:02:19.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDItMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE0IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"48f0adaa-553d-2da5-5648-c3211b9f4871","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/7389ef58-77f2-0c16-69a8-a7fd4f37089c"},"effectiveDateTime":"2019-02-11T02:02:19-08:00","issued":"2019-02-11T02:02:19.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDItMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE0IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"1a892d94-1906-d187-c093-86d5be74a60f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"effectiveDateTime":"2019-04-01T15:21:16-07:00","issued":"2019-04-01T15:21:16.150-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}],"result":[{"reference":"Observation/d597c98c-b7c7-2ddd-5933-d41c5ba270f4","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"6e62eae5-02e6-aa10-18aa-3d24f139ec9d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"effectiveDateTime":"2019-04-01T15:54:35-07:00","issued":"2019-04-01T15:54:35.150-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}],"result":[{"reference":"Observation/e34d59eb-84e3-aa57-791b-c2c42fca2ac8","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"4aad2cbc-ef5a-0df0-fa65-fc0ae3a740af","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"effectiveDateTime":"2019-04-01T15:02:19-07:00","issued":"2019-04-01T15:02:19.150-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDQtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE1IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"210e0394-1ff8-d00c-4efd-609b26feb582","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}],"result":[{"reference":"Observation/3befc386-ce32-4c58-5bac-3e9e702ff79b","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/e317fdac-6e84-41cb-918d-d8da88abd5d5","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/b7730b8a-e56c-4774-9391-239fab6e3501","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/71ee3099-8533-27d0-554a-f61b7efe71b1","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/b93af1c6-962a-fd58-42f5-8aa7698db0a7","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/dc185075-5292-eb3a-7747-db729a14a8a8","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/5dc631c3-8d31-2d4b-6253-a560eda3b595","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/78b17615-1769-b33b-bc86-3530743888bb","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/0f4b84cb-c546-bb09-f406-62dbe9ce0a69","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/c8e85057-5b4c-1eb9-016c-5f44369040c2","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/ecaa166e-ca45-4944-5176-380d6d674fd5","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"2c3cf5b8-71a4-b19a-2ac6-e2c1b8568f84","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDQtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgbWVuaW5nb2NvY2NhbCBtY3Y0cC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGNhciwgcmVsYXgsIGFsb25lLCBmb3JnZXQsIGZyaWVuZHMsIHRyb3VibGUgc2NyZWVuaW5nIHRlc3QgKHByb2NlZHVyZSkKLSBhbnRpY2lwYXRvcnkgZ3VpZGFuY2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"e2ee7946-5088-4025-7db1-2ba44507105b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1daed405-2eba-71f5-a1eb-2d877fc05d9a"},"effectiveDateTime":"2021-02-10T14:29:43-08:00","issued":"2021-02-10T14:29:43.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDItMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBydXB0dXJlIG9mIHBhdGVsbGFyIHRlbmRvbi4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0ga25lZSB4LXJheQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0ClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBwaHlzaWNhbCB0aGVyYXB5IHByb2NlZHVyZQo="}]} +{"resourceType":"DiagnosticReport","id":"6ba8608b-3652-9071-e9f6-660aee422c3c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/fdc1300b-9369-1665-cb77-701da9324c81"},"effectiveDateTime":"2021-02-17T14:29:43-08:00","issued":"2021-02-17T14:29:43.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDItMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcnVwdHVyZSBvZiBwYXRlbGxhciB0ZW5kb24sIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3VyZ2ljYWwgbWFuaXB1bGF0aW9uIG9mIGpvaW50IG9mIGtuZWUKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBtZXBlcmlkaW5lIGh5ZHJvY2hsb3JpZGUgNTAgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"b488ad1d-1377-187f-1db6-254574f9c324","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/0c7fbd4e-5082-c89d-86a3-a19cad96ce68"},"effectiveDateTime":"2021-02-24T12:02:19-08:00","issued":"2021-02-24T12:02:19.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDItMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcnVwdHVyZSBvZiBwYXRlbGxhciB0ZW5kb24sIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gdGhyb2F0IGN1bHR1cmUgKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"7841a8c5-b62e-aff4-61e3-eee253a3110b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/be3fdaff-823a-68eb-225e-71b404dcdbcb"},"effectiveDateTime":"2021-03-08T14:02:19-08:00","issued":"2021-03-08T14:02:19.150-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906619","display":"Dr. Saturnina961 Treutel973"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcnVwdHVyZSBvZiBwYXRlbGxhciB0ZW5kb24sIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIAo="}]} +{"resourceType":"DiagnosticReport","id":"93c7e157-a7d9-6d0a-cd4c-18d0c2dcef52","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"effectiveDateTime":"2021-04-12T15:30:50-07:00","issued":"2021-04-12T15:30:50.150-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}],"result":[{"reference":"Observation/b7ca30d5-74c3-f66d-14d3-4bc3e09d6ca2","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"a8a4468b-6f6c-6252-d914-af56aaef3d4d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"effectiveDateTime":"2021-04-12T16:04:43-07:00","issued":"2021-04-12T16:04:43.150-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}],"result":[{"reference":"Observation/cd60f2ba-36a9-2dfe-7f3a-2b2204b56812","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"b15baf2a-480d-309f-ab3c-0018a50bf0a8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"effectiveDateTime":"2021-04-12T15:02:19-07:00","issued":"2021-04-12T15:02:19.150-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDQtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcnVwdHVyZSBvZiBwYXRlbGxhciB0ZW5kb24sIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSBuaW5lIGl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGNhciwgcmVsYXgsIGFsb25lLCBmb3JnZXQsIGZyaWVuZHMsIHRyb3VibGUgc2NyZWVuaW5nIHRlc3QgKHByb2NlZHVyZSkKLSBhbnRpY2lwYXRvcnkgZ3VpZGFuY2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"ff3718e7-e584-fa10-ed1a-f96ee10023f8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/ad4bf9f7-bbf4-f584-dd57-863e85eb9328"},"effectiveDateTime":"2022-03-30T15:02:19-07:00","issued":"2022-03-30T15:02:19.150-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDMtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcnVwdHVyZSBvZiBwYXRlbGxhciB0ZW5kb24sIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNocm9uaWMgbG93IGJhY2sgcGFpbiAoZmluZGluZyksIGNocm9uaWMgbmVjayBwYWluIChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"73b0eabc-eede-2e36-b1dc-8f11fa8c766c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"effectiveDateTime":"2022-04-18T16:37:58-07:00","issued":"2022-04-18T16:37:58.150-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}],"result":[{"reference":"Observation/3849ef44-311b-90b9-e343-821857fcdf15","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"98ca386b-f23f-7cc7-5a5e-ac007d4efc47","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"effectiveDateTime":"2022-04-18T17:16:14-07:00","issued":"2022-04-18T17:16:14.150-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}],"result":[{"reference":"Observation/7a96b471-73eb-f42b-1b34-67be93a6b622","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"6d9547a4-bd5e-5626-a881-edf17ee5eb3d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"effectiveDateTime":"2022-04-18T15:02:19-07:00","issued":"2022-04-18T15:02:19.150-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDQtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcnVwdHVyZSBvZiBwYXRlbGxhciB0ZW5kb24sIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCByZWNlaXZlZCBjZXJ0aWZpY2F0ZSBvZiBoaWdoIHNjaG9vbCBlcXVpdmFsZW5jeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"703880a7-7213-d62d-2ccc-75fcee2e4249","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4c8f258a-0dbe-91aa-6ffb-977bf149d815"},"effectiveDateTime":"2001-04-06T18:19:46-07:00","issued":"2001-04-06T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDEtMDQtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNoaWxkaG9vZCBhc3RobWEuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBhc3RobWEgc2VsZiBtYW5hZ2VtZW50Cg=="}]} +{"resourceType":"DiagnosticReport","id":"3ab37151-d4dc-6a17-5bb4-37888d4d6e1e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/43ef2933-8f3e-4d96-7116-04a3bfa4a806"},"effectiveDateTime":"2001-06-30T18:19:46-07:00","issued":"2001-06-30T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDEtMDYtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"0757938a-5940-b2c8-2cd7-4d71cccaa17c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/377b38dd-44aa-002c-a719-52546c7083b2"},"effectiveDateTime":"2002-07-06T18:19:46-07:00","issued":"2002-07-06T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDItMDctMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSA0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"4f10a839-c838-f516-c5bc-7b35cd4fe89c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/460fe9f4-98f7-c522-73e9-9fb73994c01a"},"effectiveDateTime":"2003-07-12T18:19:46-07:00","issued":"2003-07-12T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDMtMDctMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSA1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"ba069720-0c54-9621-8612-c648175e897f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/088d9bcb-51b2-104e-1072-99b6e9e6bae1"},"effectiveDateTime":"2004-07-17T18:19:46-07:00","issued":"2004-07-17T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMDctMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSA2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"6345ec86-5b57-58fb-1036-0ce93eb5b42e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9f093451-a490-2162-e665-9b85522a097f"},"effectiveDateTime":"2005-07-23T18:19:46-07:00","issued":"2005-07-23T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDUtMDctMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSA3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"405f8830-ad56-1489-3203-503761b40541","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/a51f72d8-712d-f291-9b21-a26e0253c287"},"effectiveDateTime":"2006-07-29T18:19:46-07:00","issued":"2006-07-29T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDYtMDctMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSA5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"e7e4f197-ab3d-45aa-4ca1-45855dbedea3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/876e43f7-a412-2f70-e73e-44ed0421a92b"},"effectiveDateTime":"2007-08-04T18:19:46-07:00","issued":"2007-08-04T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDctMDgtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"ac740558-2f90-2197-7c91-02eb49d8da96","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/895e8acd-8c4d-981f-dbab-4101b0d93efe"},"effectiveDateTime":"2008-08-09T18:19:46-07:00","issued":"2008-08-09T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMDgtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"9e05efe5-0037-0c8b-cc5d-db1e8a72dcf3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/d306136a-df73-74aa-e255-75c29c30fffa"},"effectiveDateTime":"2009-08-15T18:19:46-07:00","issued":"2009-08-15T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMDgtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"ff73a0c3-99fa-9043-4deb-a1d1bd9abc33","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7dbaa288-c642-fcaa-1895-5c3191584cc3"},"effectiveDateTime":"2009-08-22T18:19:46-07:00","issued":"2009-08-22T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMDgtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"9d567475-5417-c872-38c7-d3e6df015ba7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/8a99e094-c816-93f1-9825-0af75f8602b4"},"effectiveDateTime":"2009-11-28T01:19:46-08:00","issued":"2009-11-28T01:19:46.078-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMTEtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"4e51b5d7-eeb0-a380-94d4-e096edee236e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/5b34a307-ac2a-179b-7637-95b713a0c30b"},"effectiveDateTime":"2010-08-17T18:19:46-07:00","issued":"2010-08-17T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDgtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"97a5c4e4-1652-566c-ac74-dccc082fbce1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/56530157-539b-03ab-aeec-a128f9a8fbf0"},"effectiveDateTime":"2011-07-26T18:19:46-07:00","issued":"2011-07-26T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDctMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGVycmluIDI4IGRheSBwYWNrCg=="}]} +{"resourceType":"DiagnosticReport","id":"528b2625-f2f6-d90a-b997-355d59c951df","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b05f95a4-adb0-0f2e-23ed-f2b9a9236444"},"effectiveDateTime":"2011-08-27T18:19:46-07:00","issued":"2011-08-27T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDgtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"288ba343-8a15-13a0-a0e5-8a239629aeae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/dce1da51-2f96-7406-534b-955400cb74c0"},"effectiveDateTime":"2012-07-20T18:19:46-07:00","issued":"2012-07-20T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDctMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBuYXRhemlhIDI4IGRheSBwYWNrCg=="}]} +{"resourceType":"DiagnosticReport","id":"936b1dc4-2f64-b911-4cc7-ddaceda1d6b0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"effectiveDateTime":"2012-09-01T18:47:17-07:00","issued":"2012-09-01T18:47:17.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}],"result":[{"reference":"Observation/3f85ebee-6d90-36c7-bdcc-07403f9fdf27","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"a0ad7a96-967f-96d5-facc-1b3648326fc4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"effectiveDateTime":"2012-09-01T19:29:15-07:00","issued":"2012-09-01T19:29:15.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}],"result":[{"reference":"Observation/bfaaa43b-1436-a7e0-872b-fada9c6a8213","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"da324d23-5d37-7a80-c34b-56ee781b9393","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"effectiveDateTime":"2012-09-01T18:19:46-07:00","issued":"2012-09-01T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDktMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSBuaW5lIGl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGNhciwgcmVsYXgsIGFsb25lLCBmb3JnZXQsIGZyaWVuZHMsIHRyb3VibGUgc2NyZWVuaW5nIHRlc3QgKHByb2NlZHVyZSkKLSBhbnRpY2lwYXRvcnkgZ3VpZGFuY2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"277fb7e4-c0bd-1aff-4006-ca2e689963cf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}],"result":[{"reference":"Observation/ec89d4a8-8bd1-fde6-0fbc-983098ace233","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/2a828e30-a0b8-e69b-f5ca-fc112d0ee07d","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/a2b7ac5c-d110-8c4c-c789-d57bbefa9d20","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/7dbbf6de-5be4-da16-1d0d-5e2506d01071","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/a91b7518-340f-7f98-d2da-1a619d5a0c57","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/87d36a5d-87d5-0b1e-3e75-528bdbc35d0b","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/b5d16160-4937-0200-2f73-4d896fb6b21e","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/0c92fae1-5fa4-9b4c-2696-20a5f1a593c0","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/726773ab-da2a-00a2-b269-28a8f832e83e","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/606f15c7-f0d8-395f-62f2-80263881cdcc","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/348408e9-d31e-23fe-35d5-071177f1cc84","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"7c7ada55-d0e7-b180-356b-7d61cac8a941","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDktMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBtZW5pbmdvY29jY2FsIG1jdjRwLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"9c4a2987-4f6d-40cc-c6c1-1f9b174285e2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7a27d3cd-ad06-58d7-529c-63a1a8ca382f"},"effectiveDateTime":"2013-10-12T18:19:46-07:00","issued":"2013-10-12T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vcm1hbCBwcmVnbmFuY3ksIG1pc2NhcnJpYWdlIGluIGZpcnN0IHRyaW1lc3RlciwgZmV0dXMgd2l0aCB1bmtub3duIGNvbXBsaWNhdGlvbi4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3RhbmRhcmQgcHJlZ25hbmN5IHRlc3QKLSB1bHRyYXNvdW5kIHNjYW4gZm9yIGZldGFsIHZpYWJpbGl0eQo="}]} +{"resourceType":"DiagnosticReport","id":"b031ecde-be7d-f7e1-94a1-ce0771f548ab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/c8e00254-acc7-4725-7033-b84d8cd9e064"},"effectiveDateTime":"2013-10-19T18:19:46-07:00","issued":"2013-10-19T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHBoeXNpY2FsIGV4YW1pbmF0aW9uCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcK"}]} +{"resourceType":"DiagnosticReport","id":"cd220b95-0ad7-72a8-35b9-bfe8607de784","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/029abb5b-cc34-373e-a57d-22edd77ccccd"},"effectiveDateTime":"2014-01-28T17:19:46-08:00","issued":"2014-01-28T17:19:46.078-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDEtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"dab8df5c-5665-8096-7756-129b17967a7e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/87630930-c3f4-aeb4-8898-f908e477cad5"},"effectiveDateTime":"2014-01-31T16:19:46-08:00","issued":"2014-01-31T16:19:46.078-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDEtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"9e890920-9d9c-1430-bc8f-db23d28e1a47","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"effectiveDateTime":"2014-08-02T18:19:46-07:00","issued":"2014-08-02T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vcm1hbCBwcmVnbmFuY3kuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN0YW5kYXJkIHByZWduYW5jeSB0ZXN0Ci0gdWx0cmFzb3VuZCBzY2FuIGZvciBmZXRhbCB2aWFiaWxpdHkKLSBldmFsdWF0aW9uIG9mIHV0ZXJpbmUgZnVuZGFsIGhlaWdodAotIGF1c2N1bHRhdGlvbiBvZiB0aGUgZmV0YWwgaGVhcnQKLSBibG9vZCB0eXBpbmcsIHJoIHR5cGluZwotIGhlbW9nbG9iaW4gLyBoZW1hdG9jcml0IC8gcGxhdGVsZXQgY291bnQKLSBoZXBhdGl0aXMgYiBzdXJmYWNlIGFudGlnZW4gbWVhc3VyZW1lbnQKLSBodW1hbiBpbW11bm9kZWZpY2llbmN5IHZpcnVzIGFudGlnZW4gdGVzdAotIGNobGFteWRpYSBhbnRpZ2VuIHRlc3QKLSBnb25vcnJoZWEgaW5mZWN0aW9uIHRlc3QKLSBzeXBoaWxpcyBpbmZlY3Rpb24gdGVzdAotIHVyaW5lIGN1bHR1cmUKLSBjeXRvcGF0aG9sb2d5IHByb2NlZHVyZSwgcHJlcGFyYXRpb24gb2Ygc21lYXIsIGdlbml0YWwgc291cmNlCi0gdXJpbmUgc2NyZWVuaW5nIHRlc3QgZm9yIGRpYWJldGVzCi0gaGVwYXRpdGlzIGMgYW50aWJvZHkgdGVzdAotIHJ1YmVsbGEgc2NyZWVuaW5nCi0gbWVhc3VyZW1lbnQgb2YgdmFyaWNlbGxhLXpvc3RlciB2aXJ1cyBhbnRpYm9keQotIHNraW4gdGVzdCBmb3IgdHViZXJjdWxvc2lzCi0gdXJpbmUgcHJvdGVpbiB0ZXN0Ci0gcGh5c2ljYWwgZXhhbWluYXRpb24gb2YgbW90aGVyClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSByb3V0aW5lIGFudGVuYXRhbCBjYXJlCg=="}]} +{"resourceType":"DiagnosticReport","id":"fc839a57-f9f6-a808-fcbf-d998e8897780","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7b7e9995-b78c-2b85-3cab-a39e23771c37"},"effectiveDateTime":"2014-07-30T17:19:46-07:00","issued":"2014-07-30T17:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDctMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"6677fb66-df43-aeae-5b62-7a4980d1389d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7e26b93a-cb22-0785-49c0-c203c7be85f3"},"effectiveDateTime":"2014-08-30T18:19:46-07:00","issued":"2014-08-30T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGV2YWx1YXRpb24gb2YgdXRlcmluZSBmdW5kYWwgaGVpZ2h0Ci0gYXVzY3VsdGF0aW9uIG9mIHRoZSBmZXRhbCBoZWFydAotIHNjcmVlbmluZyBmb3IgY2hyb21vc29tYWwgYW5ldXBsb2lkeSBpbiBwcmVuYXRhbCBhbW5pb3RpYyBmbHVpZAo="}]} +{"resourceType":"DiagnosticReport","id":"ea5a4aa4-7f8e-83cd-0fe9-2f1d9973f619","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/65b85471-6037-31f5-21ac-bc85f0fddbd8"},"effectiveDateTime":"2014-09-13T18:19:46-07:00","issued":"2014-09-13T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDktMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgZXJyaW4gMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"adbd8bf3-9a92-ec54-cf90-8005b5aea07b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/3003617c-9968-f907-6534-e69f0190d61c"},"effectiveDateTime":"2014-09-27T18:19:46-07:00","issued":"2014-09-27T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDktMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgZXJyaW4gMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"b63c7356-bbaa-e1b7-4023-fb2d23f5b3ed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/c8d167d2-def0-ed32-a934-9cd8c9dc0bb5"},"effectiveDateTime":"2014-10-06T18:19:46-07:00","issued":"2014-10-06T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTAtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgZXJyaW4gMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBwaHlzaWNhbCBleGFtaW5hdGlvbgotIGRlcHJlc3Npb24gc2NyZWVuaW5nCg=="}]} +{"resourceType":"DiagnosticReport","id":"71a778c2-2bcf-dc72-207b-d3ce88babade","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/c8348a42-1e32-73cf-ba51-ef347b5c962e"},"effectiveDateTime":"2014-12-19T18:19:46-08:00","issued":"2014-12-19T18:19:46.078-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgZXJyaW4gMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"6e84179d-4dd3-f8e0-7d64-fbace75b117a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"},"effectiveDateTime":"2014-12-27T17:57:54-08:00","issued":"2014-12-27T17:57:54.078-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}],"result":[{"reference":"Observation/97869f7f-aa9f-ac3d-fc38-265c34f8b593","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"b72310b3-b7b7-f22a-ce3d-17c61828194f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"},"effectiveDateTime":"2014-12-27T17:19:46-08:00","issued":"2014-12-27T17:19:46.078-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTItMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgZXJyaW4gMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gYW50aWNpcGF0b3J5IGd1aWRhbmNlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"52addf02-7df1-f2e8-cf59-7cc36aa4b827","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/6f7114d7-25cb-e0d6-91cb-4691f0232908"},"effectiveDateTime":"2015-08-31T18:19:46-07:00","issued":"2015-08-31T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDgtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNocm9uaWMgbG93IGJhY2sgcGFpbiAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0ClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkK"}]} +{"resourceType":"DiagnosticReport","id":"35ce1750-2fa7-5893-33b2-26213f9d8354","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/0a434e95-c3c7-0766-39cc-140f304cfe71"},"effectiveDateTime":"2015-09-03T18:19:46-07:00","issued":"2015-09-03T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjazsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1vdmVtZW50IHRoZXJhcHkgKHJlZ2ltZS90aGVyYXB5KQo="}]} +{"resourceType":"DiagnosticReport","id":"59db7b8a-94c7-c3e3-3dfa-112c1f1da713","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b1707a04-450a-8467-eb9d-da8d0ea65bc0"},"effectiveDateTime":"2015-09-06T19:13:17-07:00","issued":"2015-09-06T19:13:17.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjazsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1vdmVtZW50IHRoZXJhcHkgKHJlZ2ltZS90aGVyYXB5KQo="}]} +{"resourceType":"DiagnosticReport","id":"cd60e36f-755e-f2a8-0f0d-85791462a6a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7130485f-8e4a-46d9-ab10-afc5212e2fc0"},"effectiveDateTime":"2015-09-09T20:13:15-07:00","issued":"2015-09-09T20:13:15.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjazsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1vdmVtZW50IHRoZXJhcHkgKHJlZ2ltZS90aGVyYXB5KQo="}]} +{"resourceType":"DiagnosticReport","id":"159683b3-7818-d9d6-a93c-5f05b4e30d60","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/759765ae-8f20-d27b-70f3-dc0d860c82b9"},"effectiveDateTime":"2015-09-19T18:19:46-07:00","issued":"2015-09-19T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGVycmluIDI4IGRheSBwYWNrOyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIAo="}]} +{"resourceType":"DiagnosticReport","id":"4990fa06-cba2-1bb1-b57e-4ff42430bfe1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7dd1f876-b341-2d46-d8ea-9addcdecbd99"},"effectiveDateTime":"2015-09-12T21:02:14-07:00","issued":"2015-09-12T21:02:14.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGVycmluIDI4IGRheSBwYWNrOyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbW92ZW1lbnQgdGhlcmFweSAocmVnaW1lL3RoZXJhcHkpCg=="}]} +{"resourceType":"DiagnosticReport","id":"0c9621c1-c145-9d4e-2104-79b7843a49d9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e0d77d18-53fb-fb63-d384-816b3215324a"},"effectiveDateTime":"2015-09-15T21:53:33-07:00","issued":"2015-09-15T21:53:33.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGVycmluIDI4IGRheSBwYWNrOyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbW92ZW1lbnQgdGhlcmFweSAocmVnaW1lL3RoZXJhcHkpCg=="}]} +{"resourceType":"DiagnosticReport","id":"52126a7e-dd39-c6fb-9136-0c422bbc3b98","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f23d2a0c-8396-fbd2-e1e3-bce192598c8a"},"effectiveDateTime":"2015-09-18T22:51:12-07:00","issued":"2015-09-18T22:51:12.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGVycmluIDI4IGRheSBwYWNrOyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggaHlwZXJ0ZW5zaW9uLiAKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIGxpZmVzdHlsZSBlZHVjYXRpb24gcmVnYXJkaW5nIGh5cGVydGVuc2lvbgo="}]} +{"resourceType":"DiagnosticReport","id":"8513098c-ed5c-d2df-ec75-939aea0c6878","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/eb20060c-24b3-a988-5509-3dc47ff50431"},"effectiveDateTime":"2015-09-21T23:40:17-07:00","issued":"2015-09-21T23:40:17.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1vdmVtZW50IHRoZXJhcHkgKHJlZ2ltZS90aGVyYXB5KQo="}]} +{"resourceType":"DiagnosticReport","id":"04243937-3eeb-2586-f107-91563a740719","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"effectiveDateTime":"2015-09-19T19:26:55-07:00","issued":"2015-09-19T19:26:55.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}],"result":[{"reference":"Observation/d83fda2b-b4fe-1064-b1fd-921778b0f13a","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"bd111094-632e-4e34-1d03-0f6c978fed4a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"effectiveDateTime":"2015-09-19T20:02:40-07:00","issued":"2015-09-19T20:02:40.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}],"result":[{"reference":"Observation/31410c77-b144-22be-7016-472ac78746d1","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"c085e114-83df-3f8e-721c-62f125caa56e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"effectiveDateTime":"2015-09-19T20:43:09-07:00","issued":"2015-09-19T20:43:09.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}],"result":[{"reference":"Observation/cc851736-ac74-f726-bf8b-ec0b54131d9d","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"4f397bb0-2f70-684c-1114-5716de9c61e0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"effectiveDateTime":"2015-09-25T00:39:14-07:00","issued":"2015-09-25T00:39:14.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHJlY2VpdmVkIGhpZ2hlciBlZHVjYXRpb24gKGZpbmRpbmcpLCB1bmVtcGxveWVkIChmaW5kaW5nKSwgcmVwb3J0cyBvZiB2aW9sZW5jZSBpbiB0aGUgZW52aXJvbm1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkK"}]} +{"resourceType":"DiagnosticReport","id":"48e86f69-dba9-ba04-4b5e-14ffc1d3ca31","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/dbeda3a2-a96d-abcc-851b-57cd83b7da78"},"effectiveDateTime":"2015-09-28T01:27:27-07:00","issued":"2015-09-28T01:27:27.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbW92ZW1lbnQgdGhlcmFweSAocmVnaW1lL3RoZXJhcHkpCg=="}]} +{"resourceType":"DiagnosticReport","id":"6d174469-d9e9-820d-6f9f-2738e0a3bb7f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/28891e43-5bdf-c821-3f4e-7faa867f20c4"},"effectiveDateTime":"2015-10-01T02:26:30-07:00","issued":"2015-10-01T02:26:30.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbW92ZW1lbnQgdGhlcmFweSAocmVnaW1lL3RoZXJhcHkpCg=="}]} +{"resourceType":"DiagnosticReport","id":"d55aca33-1f0a-4fe7-fa45-1f755b563997","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/07932f7c-cdeb-f5fa-d3b4-b0f494df969e"},"effectiveDateTime":"2015-10-19T18:19:46-07:00","issued":"2015-10-19T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"bd0c781f-5e62-472b-6569-84e1d6176baf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/41f2d2a1-48ec-5cc3-380f-3b54c83c1d42"},"effectiveDateTime":"2015-11-20T07:19:46-08:00","issued":"2015-11-20T07:19:46.078-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTEtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"16dfe137-4ee4-6a4d-8beb-53ecfde5a352","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/208cfec3-2dae-d33e-b16e-ca95a1dbe668"},"effectiveDateTime":"2015-12-18T17:19:46-08:00","issued":"2015-12-18T17:19:46.078-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTItMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"774c996e-3ab3-a01c-d671-a31ff559a54e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2b8a0fca-3b43-dc1e-543f-081da7f400aa"},"effectiveDateTime":"2016-02-16T17:19:46-08:00","issued":"2016-02-16T17:19:46.078-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDItMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"}]} +{"resourceType":"DiagnosticReport","id":"fdb84dbf-156f-6ad8-2ae0-20fa900ba392","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"effectiveDateTime":"2016-09-24T19:22:21-07:00","issued":"2016-09-24T19:22:21.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}],"result":[{"reference":"Observation/26457ad6-1443-4e52-f9c1-a021a48249e3","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"ec4702d2-de98-ee74-3ffe-393134579cfd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"effectiveDateTime":"2016-09-24T20:05:08-07:00","issued":"2016-09-24T20:05:08.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}],"result":[{"reference":"Observation/9434e92f-17ef-30b1-7793-523c9ccf8392","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"b7c3ca9e-5af5-8380-f2f2-5a51b07cf5c2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"effectiveDateTime":"2016-09-24T20:48:40-07:00","issued":"2016-09-24T20:48:40.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}],"result":[{"reference":"Observation/c7a7e63c-5867-dccd-2829-420f01ba3be2","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"cba754f8-adf4-57cb-6636-a314b0950770","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"effectiveDateTime":"2016-09-24T18:19:46-07:00","issued":"2016-09-24T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Ci0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"b65e7f31-3c09-972a-8086-291c3b8df4f1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f339351a-5829-2948-7ce5-fb5049139cd9"},"effectiveDateTime":"2016-09-30T18:19:46-07:00","issued":"2016-09-30T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsZXZvcmEgMC4xNS8zMCAyOCBkYXkgcGFjawo="}]} +{"resourceType":"DiagnosticReport","id":"ed5eae03-4bd1-2126-cdc4-a0e258fb2246","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/030ab23e-b7b9-5c3f-847f-e029c1790548"},"effectiveDateTime":"2017-09-30T18:19:46-07:00","issued":"2017-09-30T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaGVwIGIsIGFkdWx0LiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Ci0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"80c7e9f0-3ef3-3100-3f03-878b4d4587a1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bdb99457-5de2-b0bf-8945-003ed4da4bef"},"effectiveDateTime":"2017-09-25T18:19:46-07:00","issued":"2017-09-25T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gdHJpbmVzc2EgMjggZGF5IHBhY2sKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Ci0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"1d904469-3ae0-de92-e129-6785b4866290","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}],"result":[{"reference":"Observation/1e1d9a3a-6d62-5ecd-e2f4-9309d9aa2124","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/b4141e29-297e-5fef-ee57-1a7cd3f23d99","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/f44a2d65-ce15-6603-2d68-8b2dd1a82328","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/9c4ac255-a9c2-0469-a615-023ce0119a79","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/2ea09ceb-5113-a003-f7a0-3d0ca265477f","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/7881c45d-490c-60d4-148e-d41618632db6","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/0e44f019-da5a-19e3-d067-cef8bf3ab4ab","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/97100bfb-0d5b-4b65-def2-e5d43f2df0c1","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/7b6e4bb7-5c6f-a31a-2809-03d7291a3431","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/726f819b-f825-9ef6-f651-df17030a2c52","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/14d9ac7b-6dcd-3604-11a2-b9a0fa760f1a","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"ec3f9353-c96a-3e8d-266a-d84ff2586dce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T19:21:54-07:00","issued":"2018-10-06T19:21:54.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}],"result":[{"reference":"Observation/e5d9bb28-1dd9-36b9-cffa-76cdc895a736","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"15a30b1e-08e4-25cc-37e4-77494eeaf52c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T19:52:50-07:00","issued":"2018-10-06T19:52:50.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}],"result":[{"reference":"Observation/b03bb71e-73a3-9bd7-6b54-ce450b3913cd","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"09a4bbba-790e-42cb-f729-d46b8a5addc6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T20:29:40-07:00","issued":"2018-10-06T20:29:40.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}],"result":[{"reference":"Observation/66b559f5-7b7d-0c51-adf2-a82426909ccb","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"554a1423-b9df-3d9c-0376-c230fe6949dd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTAtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgdHJpbmVzc2EgMjggZGF5IHBhY2s7IGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIHRkIChhZHVsdCkgcHJlc2VydmF0aXZlIGZyZWUsIGhlcCBiLCBhZHVsdCwgbWVuaW5nb2NvY2NhbCBtY3Y0cC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Ci0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"61a0376b-64a6-dff9-725f-35104ff4439c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"effectiveDateTime":"2019-10-12T19:37:38-07:00","issued":"2019-10-12T19:37:38.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}],"result":[{"reference":"Observation/663258c0-9562-602f-1e13-819d6ef150c4","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"09355daa-c6c6-1aa1-89d5-e230aad9d9cd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"effectiveDateTime":"2019-10-12T20:15:14-07:00","issued":"2019-10-12T20:15:14.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}],"result":[{"reference":"Observation/e10c755d-8f9c-cea9-4b1b-a7612d5f24f5","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"41419c66-7d60-9535-a59f-2b747e9e402d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"effectiveDateTime":"2019-10-12T20:50:52-07:00","issued":"2019-10-12T20:50:52.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}],"result":[{"reference":"Observation/99304b15-81d4-7124-02ec-7761dc5da9a0","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"5ae8a9f9-7236-620c-1b13-e713778ddead","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"effectiveDateTime":"2019-10-12T18:19:46-07:00","issued":"2019-10-12T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTAtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgdHJpbmVzc2EgMjggZGF5IHBhY2s7IGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcmVwb3J0cyBvZiB2aW9sZW5jZSBpbiB0aGUgZW52aXJvbm1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBoZXAgYiwgYWR1bHQuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Ci0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"ced3e5cd-66b2-b824-72d5-c2fd69a728e1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/eef3a90d-8b0e-a121-3f4f-59e99883b297"},"effectiveDateTime":"2020-09-14T18:19:46-07:00","issued":"2020-09-14T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDktMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0OyB0cmluZXNzYSAyOCBkYXkgcGFjazsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"46851671-cb44-c307-5adb-5d858cd279de","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"effectiveDateTime":"2020-10-17T19:13:28-07:00","issued":"2020-10-17T19:13:28.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}],"result":[{"reference":"Observation/08eedece-0166-2600-1e0c-db4718657ab3","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"59667a84-7fde-995c-b31d-4f2ca600a059","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"effectiveDateTime":"2020-10-17T19:50:50-07:00","issued":"2020-10-17T19:50:50.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}],"result":[{"reference":"Observation/b4db48ba-8d90-3606-080d-236fe657b695","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"19ba3966-5232-92f9-8b62-57224669715f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"effectiveDateTime":"2020-10-17T18:19:46-07:00","issued":"2020-10-17T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTAtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0OyB0cmluZXNzYSAyOCBkYXkgcGFjazsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Ci0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"456ba57b-2340-1093-0a01-62b910f2fd15","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c3b2f69-0f3f-faaf-706a-3a3727d695c8"},"effectiveDateTime":"2021-03-13T17:19:46-08:00","issued":"2021-03-13T17:19:46.078-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0OyB0cmluZXNzYSAyOCBkYXkgcGFjazsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"e9cf5bc2-ce7b-695f-435f-a0cb2c5f0a2a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/12e40b4e-f64c-1e5b-f0df-a662f896da3d"},"effectiveDateTime":"2021-03-27T18:19:46-07:00","issued":"2021-03-27T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0OyB0cmluZXNzYSAyOCBkYXkgcGFjazsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBzYXJzLWNvdi0yIChjb3ZpZC0xOSkgdmFjY2luZSwgbXJuYSwgc3Bpa2UgcHJvdGVpbiwgbG5wLCBwcmVzZXJ2YXRpdmUgZnJlZSwgMTAwIG1jZy8wLjVtbCBkb3NlLiAK"}]} +{"resourceType":"DiagnosticReport","id":"efcf3385-e37a-9941-a6ec-4db84cd58768","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/5263756d-857c-d51e-cb66-56039dce549f"},"effectiveDateTime":"2021-04-24T18:19:46-07:00","issued":"2021-04-24T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDQtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0OyB0cmluZXNzYSAyOCBkYXkgcGFjazsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBzYXJzLWNvdi0yIChjb3ZpZC0xOSkgdmFjY2luZSwgbXJuYSwgc3Bpa2UgcHJvdGVpbiwgbG5wLCBwcmVzZXJ2YXRpdmUgZnJlZSwgMTAwIG1jZy8wLjVtbCBkb3NlLiAK"}]} +{"resourceType":"DiagnosticReport","id":"be2080e3-b9bc-ae9e-ab64-1eeaf9875224","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/daa29af4-0b42-47a1-22f0-c67da784af7e"},"effectiveDateTime":"2021-10-23T18:19:46-07:00","issued":"2021-10-23T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTAtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0OyB0cmluZXNzYSAyOCBkYXkgcGFjazsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gCg=="}]} +{"resourceType":"DiagnosticReport","id":"2598e57e-7ca1-087a-19d6-6558d3c0059c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"effectiveDateTime":"2021-10-23T19:47:17-07:00","issued":"2021-10-23T19:47:17.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}],"result":[{"reference":"Observation/30f82e11-e81c-08df-4ca4-fc8e4131caad","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"7c9af3ed-cc0c-2963-ea2e-f4c0c1eb5637","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"effectiveDateTime":"2021-10-23T20:30:02-07:00","issued":"2021-10-23T20:30:02.078-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}],"result":[{"reference":"Observation/b2358b99-2410-6902-42bd-8cb84abc445a","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"feb68202-b484-030d-690a-00ff7bf45ee0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"effectiveDateTime":"2021-10-18T07:19:46-07:00","issued":"2021-10-18T07:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTAtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0OyB0cmluZXNzYSAyOCBkYXkgcGFjazsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBzaW51c2l0aXMgKGRpc29yZGVyKS4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZHJ1ZyBhYnVzZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAotIGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gY29kZWluZSBwaG9zcGhhdGUgMTUgbWcgb3JhbCB0YWJsZXQKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"0f47f2f9-0eff-6a7f-b520-e57bb189cf7e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/a4ec382e-9f48-009b-098c-f0862087cc3d"},"effectiveDateTime":"2021-11-06T07:19:46-07:00","issued":"2021-11-06T07:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTEtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgc2ludXNpdGlzIChkaXNvcmRlciksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgdHJpbmVzc2EgMjggZGF5IHBhY2s7IGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBjaHJvbmljIHNpbnVzaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"f9dcf71c-20e3-bb0d-badb-f222d18b323e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f9acec23-c099-3c47-489b-50e63567222d"},"effectiveDateTime":"2021-11-13T18:49:34-08:00","issued":"2021-11-13T18:49:34.078-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}],"result":[{"reference":"Observation/a7c6f159-d7f6-5707-47fe-c4bcb3515094","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"f07432aa-35ba-8ab3-3d5a-5c181639c429","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f9acec23-c099-3c47-489b-50e63567222d"},"effectiveDateTime":"2021-11-13T17:19:46-08:00","issued":"2021-11-13T17:19:46.078-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTEtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgc2ludXNpdGlzIChkaXNvcmRlciksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgdHJpbmVzc2EgMjggZGF5IHBhY2s7IGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkcnVnIGFidXNlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"41db9b56-f16d-6bf6-7793-76ac5c5f81d2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/97aea82e-17ad-71ab-b04a-886345feb095"},"effectiveDateTime":"2021-12-25T06:19:46-08:00","issued":"2021-12-25T06:19:46.078-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTItMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgc2ludXNpdGlzIChkaXNvcmRlciksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgdHJpbmVzc2EgMjggZGF5IHBhY2s7IGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"8b9f2fb9-fcaf-7158-461c-f8cf6442c813","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"effectiveDateTime":"2022-01-01T18:44:15-08:00","issued":"2022-01-01T18:44:15.078-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}],"result":[{"reference":"Observation/cd35a6f1-895a-7688-98da-460111c98f26","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"94e3edab-66f0-263e-624a-d1ece7be5b0d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"effectiveDateTime":"2022-01-01T19:24:43-08:00","issued":"2022-01-01T19:24:43.078-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}],"result":[{"reference":"Observation/d1477551-1890-59af-f385-fdb9eb889ef3","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"55e95cf7-975d-d6dd-7a3c-44a52b3341ed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"effectiveDateTime":"2022-01-01T17:19:46-08:00","issued":"2022-01-01T17:19:46.078-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDEtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgc2ludXNpdGlzIChkaXNvcmRlciksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgdHJpbmVzc2EgMjggZGF5IHBhY2s7IGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Ci0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"de058e64-7dbb-bf4d-4458-b95482783e6c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/3b7104e7-1bc1-89c1-e758-b79c5517e816"},"effectiveDateTime":"2022-03-29T18:19:46-07:00","issued":"2022-03-29T18:19:46.078-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDMtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgc2ludXNpdGlzIChkaXNvcmRlciksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgdHJpbmVzc2EgMjggZGF5IHBhY2s7IGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBpbmp1cnkgb2YgdGVuZG9uIG9mIHRoZSByb3RhdG9yIGN1ZmYgb2Ygc2hvdWxkZXIuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHBoeXNpY2FsIHRoZXJhcHkgcHJvY2VkdXJlCg=="}]} +{"resourceType":"DiagnosticReport","id":"493f7417-b868-6ce2-7127-cc83208d2597","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/64536779-ca60-8864-98a4-0b395b964cc1"},"effectiveDateTime":"1998-07-07T15:59:58-07:00","issued":"1998-07-07T15:59:58.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTgtMDctMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgOSBtb250aC1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBzZWxmLWNhcmUgaW50ZXJ2ZW50aW9ucyAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"83b06c71-0afc-3d3d-74db-f6c90b38791e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/a1c8d3ce-e9ce-d2da-177c-690ca8f6aad6"},"effectiveDateTime":"1998-07-26T22:59:58-07:00","issued":"1998-07-26T22:59:58.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjE5OTgtMDctMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTAgbW9udGgtb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBtYWxlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbW9sZCAob3JnYW5pc20pLCBob3VzZSBkdXN0IG1pdGUgKG9yZ2FuaXNtKSwgYW5pbWFsIGRhbmRlciAoc3Vic3RhbmNlKSwgdHJlZSBwb2xsZW4gKHN1YnN0YW5jZSksIHBlYW51dCAoc3Vic3RhbmNlKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxvcmF0YWRpbmUgNSBtZyBjaGV3YWJsZSB0YWJsZXQKLSBuZGEwMjA4MDAgMC4zIG1sIGVwaW5lcGhyaW5lIDEgbWcvbWwgYXV0by1pbmplY3Rvcgo="}]} +{"resourceType":"DiagnosticReport","id":"f0d88b77-da7e-234f-b8a9-591aaf2c83d7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/c065043f-411c-b064-0568-b61f24d97707"},"effectiveDateTime":"2000-08-03T18:59:58-07:00","issued":"2000-08-03T18:59:58.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDAtMDgtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYXRvcGljIGRlcm1hdGl0aXMuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHNraW4gY29uZGl0aW9uIGNhcmUK"}]} +{"resourceType":"DiagnosticReport","id":"9498237a-76e8-2b67-93f3-8a459126f3f7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/c0c08374-71aa-9ee3-287d-673fcb08377c"},"effectiveDateTime":"2001-11-20T17:59:58-08:00","issued":"2001-11-20T17:59:58.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDEtMTEtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHNlYXNvbmFsIGFsbGVyZ2ljIHJoaW5pdGlzLiAKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"db24e8e1-678d-f7fa-1ca3-7584ca1e12c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/7234708f-a452-1fa2-1cc3-bc83fa54e812"},"effectiveDateTime":"2001-12-24T17:59:58-08:00","issued":"2001-12-24T17:59:58.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDEtMTItMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIHNlYXNvbmFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggY2hpbGRob29kIGFzdGhtYS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gYXN0aG1hIHNlbGYgbWFuYWdlbWVudAo="}]} +{"resourceType":"DiagnosticReport","id":"a41356ef-8f41-b447-3c1d-ebcce4c9bb4e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/74eba0a6-29b5-86b5-3417-3aa97c30646a"},"effectiveDateTime":"2010-09-13T18:59:58-07:00","issued":"2010-09-13T18:59:58.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDktMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcywgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gYWxsZXJnaWMgZGlzb3JkZXIgbW9uaXRvcmluZwo="}]} +{"resourceType":"DiagnosticReport","id":"066770e6-57f6-cff3-59ad-cf8e0800e306","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/35725d7e-d420-97b9-7441-885b0e481029"},"effectiveDateTime":"2011-10-10T18:59:58-07:00","issued":"2011-10-10T18:59:58.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMTAtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcywgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"add7a5ef-5f8d-20ae-6662-a0f8f28cab0c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/019682f7-c219-29f9-e351-048a83896bc6"},"effectiveDateTime":"2012-06-07T11:07:29-07:00","issued":"2012-06-07T11:07:29.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDYtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"f865f1af-ee7e-b1d7-21ed-4db7de720923","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b652df5e-3591-bbe6-3259-dc0cd27f2493"},"effectiveDateTime":"2012-07-04T11:31:42-07:00","issued":"2012-07-04T11:31:42.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDctMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"e70f4441-09ec-240e-0211-438a862d2807","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b65c0328-3d4c-8918-5bdd-c008dd0fbe3a"},"effectiveDateTime":"2012-07-29T12:04:52-07:00","issued":"2012-07-29T12:04:52.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDctMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"b79a4e3d-cd83-a829-4e57-0e540f6c5fc9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ead69547-44b9-1c28-0c0e-8cd586390a2f"},"effectiveDateTime":"2012-08-19T12:29:12-07:00","issued":"2012-08-19T12:29:12.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"3ad2d647-4395-66b0-dfb9-699c4779a94b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/fb72262d-63e9-04e2-e4b7-0df15721043b"},"effectiveDateTime":"2012-09-10T12:47:39-07:00","issued":"2012-09-10T12:47:39.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDktMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"76f69e81-f5a2-3760-1046-620d50eee1c6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/6824e554-4b8d-1fc8-704f-6f77fec325f9"},"effectiveDateTime":"2012-10-04T13:28:23-07:00","issued":"2012-10-04T13:28:23.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTAtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"f1444338-7e87-629b-4bc6-10c25b0f9d42","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"effectiveDateTime":"2012-10-15T19:21:37-07:00","issued":"2012-10-15T19:21:37.990-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/aa6ea8b0-2948-9dc6-ce5e-7d87a98731ff","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"38493750-059c-d798-becd-67320ca15d7b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"effectiveDateTime":"2012-10-15T19:57:56-07:00","issued":"2012-10-15T19:57:56.990-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/cb7fd121-9983-e79a-059b-55e1f792fd00","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"2ebbf067-18a9-32c0-1b3f-0cb07b0ff276","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"effectiveDateTime":"2012-10-15T18:59:58-07:00","issued":"2012-10-15T18:59:58.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTAtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSBuaW5lIGl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"87d8b038-4d2a-a5ba-23f3-cc9296e79e04","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/50d9f9f9-77b5-835b-967a-659f296313de"},"effectiveDateTime":"2012-10-25T13:51:52-07:00","issued":"2012-10-25T13:51:52.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTAtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"63a8f2eb-3a1b-decd-9a04-fe1f50a72410","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/0b89a852-fe35-66a0-5ae5-20f6b9d8bf11"},"effectiveDateTime":"2012-11-20T13:36:27-08:00","issued":"2012-11-20T13:36:27.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTEtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"c396acfc-4b08-53ce-9b28-3484661c6fd0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/4c2b4a76-18b8-0494-84f9-15be640ebb07"},"effectiveDateTime":"2012-12-11T14:13:04-08:00","issued":"2012-12-11T14:13:04.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTItMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"e1685442-af1c-31b1-3aa2-2ed93f1b780a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/2a53ac2c-9d6d-5b11-fc77-cc1edc12940c"},"effectiveDateTime":"2013-01-07T14:33:25-08:00","issued":"2013-01-07T14:33:25.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDEtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"a40c5dba-abf5-9fbf-1e96-b9f7db7f27f8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/c7e9e7e8-7168-3bc0-e977-75874cc1005f"},"effectiveDateTime":"2013-02-01T15:29:35-08:00","issued":"2013-02-01T15:29:35.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDItMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"c9e3af04-2350-1312-5100-3dfea7b19ecb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/aa4b283a-feb0-afa4-399c-4a28cd33afb2"},"effectiveDateTime":"2013-02-25T16:08:50-08:00","issued":"2013-02-25T16:08:50.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDItMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"c2641fdf-9f8e-721c-6c65-dbd156b7bf24","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/7a14795c-516b-2a8f-bc0e-767c2dd86aac"},"effectiveDateTime":"2013-03-18T17:38:07-07:00","issued":"2013-03-18T17:38:07.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDMtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"0aa90bb6-c202-081f-c8d6-1a9532ce0e9b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3868aaa7-7132-8ea9-45f2-98ba727f8267"},"effectiveDateTime":"2013-04-12T17:54:57-07:00","issued":"2013-04-12T17:54:57.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDQtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"3ec7f314-8f0c-48b5-75ec-2532f8e4e53b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/cec8401c-4502-ffee-b16a-ce61c9ef8ff4"},"effectiveDateTime":"2013-05-07T18:35:47-07:00","issued":"2013-05-07T18:35:47.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDUtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"07ff2d29-6d79-6347-4ee5-97dc6e89ed02","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/4cd173dd-c153-87ae-4166-51b4c6cc83d5"},"effectiveDateTime":"2013-06-02T19:28:02-07:00","issued":"2013-06-02T19:28:02.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDYtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"9e14a946-bfb1-a698-4e0e-dd80750cf163","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/2d7e47b4-493c-880d-04c5-a73a08e00580"},"effectiveDateTime":"2013-06-26T20:06:08-07:00","issued":"2013-06-26T20:06:08.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDYtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"b87ac063-c69f-b439-750c-1d5867edfec5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9bb6a689-0cc8-ff83-3b99-5b3c691122e1"},"effectiveDateTime":"2013-07-19T21:00:56-07:00","issued":"2013-07-19T21:00:56.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDctMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"8a11169e-ff69-8414-27c4-b85c17e2d203","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e44c95ec-c7d0-9c5b-8181-4f4815994fd6"},"effectiveDateTime":"2013-08-13T21:43:54-07:00","issued":"2013-08-13T21:43:54.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDgtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"b8978cb4-665a-37e4-b7f7-56caaf0197ed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/11b87793-95f8-a036-9872-97b1df44b5b2"},"effectiveDateTime":"2013-09-08T22:40:16-07:00","issued":"2013-09-08T22:40:16.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDktMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"228d13c4-fd71-2626-bbc9-38ad5994c283","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bb237230-d056-075b-cfc4-0c34ebb9d39d"},"effectiveDateTime":"2004-03-15T08:16:17-08:00","issued":"2004-03-15T08:16:17.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMDMtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNiBtb250aC1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGF0b3BpYyBkZXJtYXRpdGlzLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBza2luIGNvbmRpdGlvbiBjYXJlCg=="}]} +{"resourceType":"DiagnosticReport","id":"8da269a2-c9d7-726b-eb4b-be52f470cb0a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb09f17f-675d-d24c-4dbd-027c317bb6a6"},"effectiveDateTime":"2004-04-03T14:16:17-08:00","issued":"2004-04-03T14:16:17.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMDQtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNyBtb250aC1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbGF0ZXggKHN1YnN0YW5jZSksIGJlZSB2ZW5vbSAoc3Vic3RhbmNlKSwgbW9sZCAob3JnYW5pc20pLCBob3VzZSBkdXN0IG1pdGUgKG9yZ2FuaXNtKSwgYW5pbWFsIGRhbmRlciAoc3Vic3RhbmNlKSwgdHJlZSBwb2xsZW4gKHN1YnN0YW5jZSksIGxpc2lub3ByaWwsIGZpc2ggKHN1YnN0YW5jZSkuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsb3JhdGFkaW5lIDUgbWcgY2hld2FibGUgdGFibGV0Ci0gbmRhMDIwODAwIDAuMyBtbCBlcGluZXBocmluZSAxIG1nL21sIGF1dG8taW5qZWN0b3IKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHNlbGYtY2FyZSBpbnRlcnZlbnRpb25zIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"71798510-4a30-befd-e955-dd770558d9ae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/c9e499ab-83ef-bd4f-a197-82ef7786e85d"},"effectiveDateTime":"2006-11-14T08:16:17-08:00","issued":"2006-11-14T08:16:17.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDYtMTEtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBjaGlsZGhvb2QgYXN0aG1hLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gYXN0aG1hIHNlbGYgbWFuYWdlbWVudAo="}]} +{"resourceType":"DiagnosticReport","id":"90302816-cd4c-9a9b-ab4f-16cf8d7e4711","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/482c851c-3c26-a190-32b3-9464c8b18786"},"effectiveDateTime":"2007-02-01T08:16:17-08:00","issued":"2007-02-01T08:16:17.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDctMDItMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"3237ee41-0000-2b5f-050f-b6d7ce612d34","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1e8b3132-180b-e90f-a7a3-77079103d985"},"effectiveDateTime":"2007-08-02T09:16:17-07:00","issued":"2007-08-02T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDctMDgtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"526e6faf-9a2b-474f-a8c9-e425dafc1e60","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/170fbdc0-f3f9-2282-5257-c012501aa402"},"effectiveDateTime":"2008-08-07T09:16:17-07:00","issued":"2008-08-07T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMDgtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"2f294187-fa9a-beba-17bc-85a93ddefcc4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/142b5ad3-99b9-9387-1f69-e91043cbd2bd"},"effectiveDateTime":"2013-10-02T23:29:25-07:00","issued":"2013-10-02T23:29:25.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"291d16e3-01d3-d0ef-4138-d14b07999beb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/e33e5b39-a241-c46c-63aa-395289822e8c"},"effectiveDateTime":"2008-10-16T09:16:17-07:00","issued":"2008-10-16T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMTAtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"1e1d48df-73e5-4c90-4d90-497d2df0a682","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/903d64fe-d8d4-671e-febd-aba5bff18d8f"},"effectiveDateTime":"2008-12-08T08:16:17-08:00","issued":"2008-12-08T08:16:17.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMTItMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHBlcmVubmlhbCBhbGxlcmdpYyByaGluaXRpcyB3aXRoIHNlYXNvbmFsIHZhcmlhdGlvbi4gCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"82c55abe-da3e-1c0c-b795-6c662392f211","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/a1c2119a-74bc-f30f-d03f-ea819dfea988"},"effectiveDateTime":"2009-08-13T09:16:17-07:00","issued":"2009-08-13T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMDgtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"dc653439-8e6a-515c-68f9-aad4b8365a70","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/6219f4dd-4fcb-fcd7-9b57-921c1a9fdc12","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/d6e3aa36-5a80-2379-88da-62a3c95c8efc","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/d74534ff-62ab-363b-bd33-fa1b0eca4c13","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/12ad43b5-491e-feb3-8a60-403959ec3382","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/227c962c-8908-bf69-a229-c13b25fb433f","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/acda90fb-a10f-cd61-429c-09e6f1731cc4","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/68b52317-9acb-aef9-4671-3fcc0a38f204","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/0c26e1be-b77c-d3f5-af8a-79cdb40fcd9c","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/ccc87e97-6410-3ad8-1476-9ce1720caa49","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/2a20fc16-3e27-9775-0003-c113eff00d9a","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/7fba4422-dd64-cec4-7713-62d1047219e6","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"a939bbc6-1001-b3d4-cf9c-99986da1595e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBtZW5pbmdvY29jY2FsIG1jdjRwLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"1997f77d-ba74-491f-3da9-7f295f674db1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/200cabda-dd43-f9f7-700e-a52b2061c59c"},"effectiveDateTime":"2013-10-21T19:41:23-07:00","issued":"2013-10-21T19:41:23.990-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}],"result":[{"reference":"Observation/50668b1b-d494-5133-650d-cb977406a136","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"467d81e8-d377-8703-59d0-184684a2aada","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/200cabda-dd43-f9f7-700e-a52b2061c59c"},"effectiveDateTime":"2013-10-26T01:59:58-07:00","issued":"2013-10-26T01:59:58.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gaGVhbHRoIHJpc2tzIGVkdWNhdGlvbiAocHJvY2VkdXJlKQo="}]} +{"resourceType":"DiagnosticReport","id":"ef878e7a-a820-3dc7-ebce-ae081391784b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/c7601416-e2d1-f5c4-df67-d51319eb2d3d"},"effectiveDateTime":"2013-10-29T00:21:33-07:00","issued":"2013-10-29T00:21:33.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"6bc7ccce-1246-6455-5d65-621f12e18400","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/0beef8a4-3aa0-9b15-0ae0-6d76d14e0650"},"effectiveDateTime":"2010-08-19T09:16:17-07:00","issued":"2010-08-19T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"0174d6ca-c038-891f-7497-e67f6696ebd1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d75c655b-8335-3f23-b41c-2fcf47ac7372"},"effectiveDateTime":"2013-11-22T23:52:20-08:00","issued":"2013-11-22T23:52:20.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTEtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"dd540a52-85fa-3c37-16ae-2a97b8354770","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ce9e5b41-e67d-b4bb-7f26-b089389affb1"},"effectiveDateTime":"2013-12-17T00:13:03-08:00","issued":"2013-12-17T00:13:03.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTItMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"08dd4534-b06e-64eb-d387-7c8c7160e606","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d917379-fb22-d238-848e-2b4ef596f38b"},"effectiveDateTime":"2011-07-07T09:16:17-07:00","issued":"2011-07-07T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDctMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"596a0833-ba47-ee17-d4ac-425be016d68c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/a6f60ebb-2d3a-04da-06ff-1f3c445f5042"},"effectiveDateTime":"2014-01-11T00:33:51-08:00","issued":"2014-01-11T00:33:51.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDEtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"ba9d8de6-7669-8311-a986-8d3656d1bf6d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/f6aa5838-a4ae-c796-9fab-89c674866451"},"effectiveDateTime":"2011-08-25T09:16:17-07:00","issued":"2011-08-25T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDgtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"c7835b11-3090-d4fc-ca05-76f6134b38dc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5049e7c1-9a26-1a81-51d9-d486df0ed141"},"effectiveDateTime":"2014-02-07T01:25:33-08:00","issued":"2014-02-07T01:25:33.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDItMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"878aae93-b871-cdd7-3b52-c433d19e75ed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f19e2d0-e280-b4e4-6a36-3b2db432001f"},"effectiveDateTime":"2014-02-28T01:44:02-08:00","issued":"2014-02-28T01:44:02.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDItMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"909cd4e8-8a2c-b3cd-a7c0-1a0adbf6e09f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/af9e666b-27fd-4eec-8adb-61986e075f1e"},"effectiveDateTime":"2014-03-23T02:59:12-07:00","issued":"2014-03-23T02:59:12.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDMtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"b3c05c3f-7124-07b6-622f-ae114597caa5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d9e8a892-17c0-56b7-1418-9b51152138d7"},"effectiveDateTime":"2014-04-13T03:30:07-07:00","issued":"2014-04-13T03:30:07.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDQtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"15e32c89-06a7-282e-af6b-c0b013f3aace","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/ace72354-fe80-c75d-af02-9b4d40e8f924"},"effectiveDateTime":"2012-08-30T09:16:17-07:00","issued":"2012-08-30T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDgtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"9fa6b44c-7ec8-e7a1-b6e9-5d01f3670807","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/4faaa44e-9113-b515-a260-32884dbc33b6"},"effectiveDateTime":"2014-05-10T03:46:34-07:00","issued":"2014-05-10T03:46:34.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDUtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"be61cb42-d359-185b-2b4f-0c67754a4389","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/af4a6973-4599-eefa-e568-7a6398d60e3b"},"effectiveDateTime":"2013-09-05T09:16:17-07:00","issued":"2013-09-05T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDktMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTAgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"c91ce3c7-97a9-564d-b8ec-1c3dd59342a2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d08c9f2f-15c1-a50a-2c92-298fc96cb57a"},"effectiveDateTime":"2014-06-05T04:15:50-07:00","issued":"2014-06-05T04:15:50.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDYtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"5011cded-ab8c-d2b0-8037-7b47d9391da4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/8e363ec2-1d43-db51-368d-0c600d0116b7"},"effectiveDateTime":"2014-06-27T04:52:27-07:00","issued":"2014-06-27T04:52:27.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDYtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"c5580800-e0cd-3f71-e8a3-3546f8e52912","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dd712e1d-3334-fdd5-e2da-d2152bb6a656"},"effectiveDateTime":"2014-07-24T05:48:40-07:00","issued":"2014-07-24T05:48:40.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDctMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"59893ec3-6a5a-1a70-bf1a-d285f410a544","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ae0b5356-90b2-6b38-048f-ce6d521f7d12"},"effectiveDateTime":"2014-08-19T06:16:39-07:00","issued":"2014-08-19T06:16:39.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"79b12bfe-2714-043b-c153-59f60ef71666","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/375e950c-9f9c-524e-40b1-b34bec5720fa"},"effectiveDateTime":"2014-09-09T06:52:34-07:00","issued":"2014-09-09T06:52:34.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDktMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"f144f95f-898f-82f3-7eac-0ed60d592bfb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"},"effectiveDateTime":"2014-10-06T07:16:40-07:00","issued":"2014-10-06T07:16:40.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTAtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFsbGVyZ3kgc2NyZWVuaW5nIHRlc3QK"}]} +{"resourceType":"DiagnosticReport","id":"aa407c63-7536-2e81-d17f-0d0e0aec49e9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}],"result":[{"reference":"Observation/f22a9377-c5e4-5024-7a4b-7f9b54e3c06d","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/7c5d7289-e914-d502-5d20-d4f52e9bbeaa","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/9fe564dc-cd07-81ba-f523-a014f306de76","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/106e4531-8c5b-80f7-33c5-c6241003b8a4","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/c3e81fcf-d6ed-4a7c-9f78-7c64a1d096b8","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/44f3e23e-b0b7-919d-1a9e-0796821dc872","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/d304c34f-7f30-26f0-30cd-8d9c97773eac","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/a6e1a75e-db24-c144-a74f-dd60742c7f65","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/5b2204db-64e6-e1d2-bac6-50f436bb471c","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/d7f60d05-89d5-47b2-bf5b-2df8c9326b62","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/60421cf9-6844-a690-c4ed-28428647d2aa","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"ad4e6da3-51be-b4a2-fe33-7a0a4d9ece3f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDktMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTEgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogdGRhcCwgaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIGhwdiwgcXVhZHJpdmFsZW50LCBtZW5pbmdvY29jY2FsIG1jdjRwLiAKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"35455acb-498f-c5b0-5066-1f78c8504600","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"effectiveDateTime":"2015-09-17T09:39:50-07:00","issued":"2015-09-17T09:39:50.584-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}],"result":[{"reference":"Observation/005daa73-1e3c-84e0-4b5d-81cdee6a5f43","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"96c70d93-7c8b-6091-9d72-2b107ed4ff63","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"effectiveDateTime":"2015-09-17T09:16:17-07:00","issued":"2015-09-17T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTIgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaHB2LCBxdWFkcml2YWxlbnQuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gYW50aWNpcGF0b3J5IGd1aWRhbmNlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"828dfef7-3f42-6e59-1881-0b7b4534dd2f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/e3b6ca43-239a-7aad-2607-0c3a5bdcaf46"},"effectiveDateTime":"2015-09-29T17:16:17-07:00","issued":"2015-09-29T17:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTIgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"452f335c-c9f6-d3de-47e2-340371127ade","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"effectiveDateTime":"2014-10-27T19:20:24-07:00","issued":"2014-10-27T19:20:24.990-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/de504907-d07d-ac19-c733-2f95d16ab2c8","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"98a648c1-d7a2-b697-f22a-92c5f690de34","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"effectiveDateTime":"2014-10-27T19:59:14-07:00","issued":"2014-10-27T19:59:14.990-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/7670b859-01fd-792f-3f1e-f080832c7833","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"bd175249-317a-a96c-9712-8365ac1a320a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"effectiveDateTime":"2014-10-27T18:59:58-07:00","issued":"2014-10-27T18:59:58.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTAtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGJvZHkgbWFzcyBpbmRleCAzMCsgLSBvYmVzaXR5IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgY2FyLCByZWxheCwgYWxvbmUsIGZvcmdldCwgZnJpZW5kcywgdHJvdWJsZSBzY3JlZW5pbmcgdGVzdCAocHJvY2VkdXJlKQotIGFudGljaXBhdG9yeSBndWlkYW5jZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"fd384088-bf72-218b-7d20-7288c53ca596","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/4370297a-cba4-bb69-1fbc-1a9ed2755503"},"effectiveDateTime":"2015-10-01T13:16:17-07:00","issued":"2015-10-01T13:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTIgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"6dd69547-0d53-9936-8832-8ee507734440","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"},"effectiveDateTime":"2016-09-01T09:16:17-07:00","issued":"2016-09-01T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYWxsZXJneSBzY3JlZW5pbmcgdGVzdApUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gYWxsZXJnaWMgZGlzb3JkZXIgbW9uaXRvcmluZwo="}]} +{"resourceType":"DiagnosticReport","id":"053ccbb7-89fb-5a43-ea83-ab3df4ef382e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/32cb9192-7451-33e3-786d-10659e5d5d84"},"effectiveDateTime":"2015-10-14T18:59:58-07:00","issued":"2015-10-14T18:59:58.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNocm9uaWMgbmVjayBwYWluIChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0ClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkK"}]} +{"resourceType":"DiagnosticReport","id":"1d3a4414-91f9-1b10-f156-babc8d0d73e6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9deedb73-444c-c464-f671-d30ffef0745f"},"effectiveDateTime":"2015-10-17T18:59:58-07:00","issued":"2015-10-17T18:59:58.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkK"}]} +{"resourceType":"DiagnosticReport","id":"2ab58c3c-21ed-84b2-34db-424aa829c9a1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/553f276e-c828-5f65-c0e2-87031e775bc6"},"effectiveDateTime":"2015-10-20T19:55:13-07:00","issued":"2015-10-20T19:55:13.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkK"}]} +{"resourceType":"DiagnosticReport","id":"1ffb50d8-d69c-3807-3170-07f4afbaf715","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/6a41ed1a-843a-c0ef-fb18-d2620dec81fa"},"effectiveDateTime":"2016-09-22T09:16:17-07:00","issued":"2016-09-22T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIGhwdiwgcXVhZHJpdmFsZW50LiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"64949e3f-654f-d4c3-b9ee-8ad2a42f1fb6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/b23e3d6f-f012-f166-c17a-36202a2aaf1e"},"effectiveDateTime":"2016-09-25T13:16:17-07:00","issued":"2016-09-25T13:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"b73e2080-150b-caa8-67d0-048a9032eb67","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/37b4463f-0b42-9f84-9f42-87d461a5308f"},"effectiveDateTime":"2016-09-22T09:36:29-07:00","issued":"2016-09-22T09:36:29.584-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}],"result":[{"reference":"Observation/7d2d9508-43cd-6768-77e8-45ae12741603","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"33f3cc09-0f3c-d76d-9363-ab2bb189994e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b5995f30-1c2b-f715-3699-f1362e0c393b"},"effectiveDateTime":"2015-10-23T20:54:23-07:00","issued":"2015-10-23T20:54:23.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkK"}]} +{"resourceType":"DiagnosticReport","id":"839a1e1b-8320-9849-773f-913bc6a8d841","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9eb387d6-a10b-ccf0-b47a-0309cef13be4"},"effectiveDateTime":"2015-11-02T17:59:58-08:00","issued":"2015-11-02T17:59:58.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTEtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gCg=="}]} +{"resourceType":"DiagnosticReport","id":"5618cd9f-a7a7-9da4-1386-994a080368a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/37b4463f-0b42-9f84-9f42-87d461a5308f"},"effectiveDateTime":"2016-09-22T10:14:24-07:00","issued":"2016-09-22T10:14:24.584-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}],"result":[{"reference":"Observation/54e48470-5366-5a1c-04b2-3fdf524a35a4","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"4980f396-f87e-b3d3-0958-4842cc88a809","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/37b4463f-0b42-9f84-9f42-87d461a5308f"},"effectiveDateTime":"2016-09-27T11:16:17-07:00","issued":"2016-09-27T11:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSBuaW5lIGl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGNhciwgcmVsYXgsIGFsb25lLCBmb3JnZXQsIGZyaWVuZHMsIHRyb3VibGUgc2NyZWVuaW5nIHRlc3QgKHByb2NlZHVyZSkKLSBoZWFsdGggcmlza3MgZWR1Y2F0aW9uIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"4af58188-ee8f-6a27-c530-45564ea4760d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/e09c7f2e-2a2a-9898-6ac1-58b2ce4dc1ed"},"effectiveDateTime":"2016-09-23T09:41:48-07:00","issued":"2016-09-23T09:41:48.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"213b1b5f-e769-70be-395f-98181cc5727e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/93323eae-1dfc-75d8-b7d7-212e839753f8"},"effectiveDateTime":"2015-10-26T21:47:06-07:00","issued":"2015-10-26T21:47:06.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkK"}]} +{"resourceType":"DiagnosticReport","id":"11e60698-bb3b-da2d-0231-e2b6fc495abe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/af143cff-17bf-6ae4-9b10-a6cb7a6c149f"},"effectiveDateTime":"2016-10-15T09:59:44-07:00","issued":"2016-10-15T09:59:44.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTAtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"6b99b074-b4d1-db75-64ce-f7fc9ad097f8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/644c8649-67ed-8011-f98c-b66c27fc29ce"},"effectiveDateTime":"2015-10-29T22:42:52-07:00","issued":"2015-10-29T22:42:52.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkK"}]} +{"resourceType":"DiagnosticReport","id":"9b535cdc-c97c-f23a-9809-aff56ef84906","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/d832411c-34f2-9a0e-929e-24b32ee406ff"},"effectiveDateTime":"2016-11-10T09:39:21-08:00","issued":"2016-11-10T09:39:21.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTEtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"55ea41a0-e787-507e-0f7a-578baca8161a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/ee4bbe06-fbef-636c-9258-973c198b1c05"},"effectiveDateTime":"2016-12-03T10:04:48-08:00","issued":"2016-12-03T10:04:48.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTItMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"a4e70c07-eee7-2778-dc96-62f419713713","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d59204ec-567f-5285-c7e6-0414e3985ba5"},"effectiveDateTime":"2015-11-01T22:32:26-08:00","issued":"2015-11-01T22:32:26.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTEtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"be112396-d12f-f2c1-a8de-2dfd5d5292e4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/efc6df25-53e7-d567-7d5d-c0badbad5fdf"},"effectiveDateTime":"2016-12-30T10:58:36-08:00","issued":"2016-12-30T10:58:36.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTItMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"e1ce62d3-3bf8-cb0d-f3c3-1cda62a0587e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/0f44c21c-8851-47ce-5a37-b0f282583c18"},"effectiveDateTime":"2015-11-04T23:21:46-08:00","issued":"2015-11-04T23:21:46.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTEtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkK"}]} +{"resourceType":"DiagnosticReport","id":"6b41ac55-1294-c1db-e53f-974aa788c381","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/abe2a23e-8995-6afd-8d71-9687cce02f6e"},"effectiveDateTime":"2017-01-26T11:17:51-08:00","issued":"2017-01-26T11:17:51.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDEtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"54555f67-a971-19e4-20f7-997efd85cc41","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"effectiveDateTime":"2015-11-02T19:05:04-08:00","issued":"2015-11-02T19:05:04.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}],"result":[{"reference":"Observation/ae801261-6d3e-1d0b-1c6a-8c83cad13b70","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"379c8824-6ee0-40ec-0960-c2bd8190f698","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"effectiveDateTime":"2015-11-02T19:38:23-08:00","issued":"2015-11-02T19:38:23.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}],"result":[{"reference":"Observation/10a8b6c4-824c-89f8-985e-a2280dd492ca","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"f5d6565d-1c3e-14fe-cd5e-c3fc1695bdfb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"effectiveDateTime":"2015-11-02T20:11:00-08:00","issued":"2015-11-02T20:11:00.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}],"result":[{"reference":"Observation/6cb8601e-594f-b00e-75df-f0f6f2d62812","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"0ede9b2f-3d08-b43c-3eae-fc7bd8674774","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"effectiveDateTime":"2015-11-08T00:08:30-08:00","issued":"2015-11-08T00:08:30.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTEtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCByZWNlaXZlZCBjZXJ0aWZpY2F0ZSBvZiBoaWdoIHNjaG9vbCBlcXVpdmFsZW5jeSAoZmluZGluZyksIHVuZW1wbG95ZWQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbW92ZW1lbnQgdGhlcmFweSAocmVnaW1lL3RoZXJhcHkpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBhbGNvaG9sIHVzZSBkaXNvcmRlcnMgaWRlbnRpZmljYXRpb24gdGVzdCAtIGNvbnN1bXB0aW9uIChwcm9jZWR1cmUpCg=="}]} +{"resourceType":"DiagnosticReport","id":"d13b59d4-4290-ed3c-4e18-fc8005bf66c0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/2785c103-631b-7741-50fb-067f4b134fc7"},"effectiveDateTime":"2017-02-19T12:08:11-08:00","issued":"2017-02-19T12:08:11.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"620527f1-3dbb-1664-08a2-5127b641cda7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/9e4aaa82-5649-60d8-20ac-4c7fe20e55b1"},"effectiveDateTime":"2017-03-17T13:54:45-07:00","issued":"2017-03-17T13:54:45.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDMtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"59c48f3d-0e9a-618f-8a7d-188eb99a1839","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/f63e8cb2-357a-ad7b-9f3c-d7f043c85d2b"},"effectiveDateTime":"2017-03-26T11:16:17-07:00","issued":"2017-03-26T11:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDMtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"62e2aa95-9d83-8692-0f10-737488659583","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/7fc2b483-8ed6-b6fb-c43f-c706f0f03740"},"effectiveDateTime":"2015-11-11T01:01:50-08:00","issued":"2015-11-11T01:01:50.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTEtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbW92ZW1lbnQgdGhlcmFweSAocmVnaW1lL3RoZXJhcHkpCg=="}]} +{"resourceType":"DiagnosticReport","id":"6230f907-ebae-f971-ab7d-3f0b83bb987a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/9519becb-b997-bd3d-ac5b-b0ed0d608d1d"},"effectiveDateTime":"2017-04-11T14:12:27-07:00","issued":"2017-04-11T14:12:27.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDQtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"2062934a-07e7-d3ed-b755-29e7b421c9e9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/66a10ac2-7691-e7f3-ba7a-4ee4bf14cf15"},"effectiveDateTime":"2015-11-14T01:50:35-08:00","issued":"2015-11-14T01:50:35.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTEtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbW92ZW1lbnQgdGhlcmFweSAocmVnaW1lL3RoZXJhcHkpCg=="}]} +{"resourceType":"DiagnosticReport","id":"c8787bad-67e1-f70d-cd25-7e3da720fb19","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/3463fd2d-f5ad-8c09-940e-380cd009f890"},"effectiveDateTime":"2017-05-07T14:55:12-07:00","issued":"2017-05-07T14:55:12.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDUtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"609cf782-ed5a-dfd7-8742-43bbbe2a835f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/e1cdf3a0-96a7-4828-501e-43a25bbfe0bd"},"effectiveDateTime":"2017-06-03T15:16:34-07:00","issued":"2017-06-03T15:16:34.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDYtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"30debc07-0fe0-e398-7b12-fadea1dc9906","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/a129c713-8c1a-3bc7-d072-539b73976863"},"effectiveDateTime":"2017-06-25T15:50:00-07:00","issued":"2017-06-25T15:50:00.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDYtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"a29644b3-9df2-64f8-ad1d-2278d6b6a53d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"effectiveDateTime":"2016-11-07T19:08:36-08:00","issued":"2016-11-07T19:08:36.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/6a6dca9a-a724-9b08-88cf-89b233850c82","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"89b59cfe-35f6-3507-421f-3d5da16530ab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"effectiveDateTime":"2016-11-07T19:46:05-08:00","issued":"2016-11-07T19:46:05.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/a49ff953-5a30-a2cc-7e3e-ab4006aeb292","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"458339df-236a-c56a-6b17-fd93485ca6fb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"effectiveDateTime":"2016-11-07T17:59:58-08:00","issued":"2016-11-07T17:59:58.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTEtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTkgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHN0cmVzcyAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"e460f956-bcd8-2feb-552b-9a474e0a07bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/91521c9a-448a-9866-cdee-deaa0f2bdbb6"},"effectiveDateTime":"2017-07-17T16:28:33-07:00","issued":"2017-07-17T16:28:33.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDctMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"78e641b6-f2de-13bf-fcd4-c15599c18ea6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/becdeaea-ad64-aa58-25d6-3fc663d7cfdc"},"effectiveDateTime":"2017-08-13T17:25:37-07:00","issued":"2017-08-13T17:25:37.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDgtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"83a309f6-52dd-de93-5829-8f6672ca214d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/88120520-1681-863f-0cfc-3a7bd85ca966"},"effectiveDateTime":"2017-06-13T19:10:24-07:00","issued":"2017-06-13T19:10:24.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDYtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTkgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnJhY3R1cmUgc3VibHV4YXRpb24gb2Ygd3Jpc3QuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHgtcmF5IG9yIHdyaXN0Ci0gYm9uZSBpbW1vYmlsaXphdGlvbgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0ClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBmcmFjdHVyZSBjYXJlCg=="}]} +{"resourceType":"DiagnosticReport","id":"233b1b0d-e3e1-f2da-fd70-65b17d0cbfd9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/67b05be2-1fe8-dc45-ff6b-33a799a59270"},"effectiveDateTime":"2017-09-05T18:23:19-07:00","issued":"2017-09-05T18:23:19.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"1d36e8f6-eded-6b4a-6376-11ee0566c1e4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/62512a4a-5911-e62f-d3f6-4abfe4ce55ee"},"effectiveDateTime":"2017-07-19T19:36:36-07:00","issued":"2017-07-19T19:36:36.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDctMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTkgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGZyYWN0dXJlIHN1Ymx1eGF0aW9uIG9mIHdyaXN0LCBjaGlsZGhvb2QgYXN0aG1hLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="}]} +{"resourceType":"DiagnosticReport","id":"f125514a-2944-6263-453d-8f546c919902","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bdcabdfd-9168-8aa9-f5db-e6504484e901"},"effectiveDateTime":"2017-09-28T09:39:51-07:00","issued":"2017-09-28T09:39:51.584-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}],"result":[{"reference":"Observation/22d7a207-6bc2-580f-b43b-87660574775a","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"684c1464-afe6-d333-f39f-4220b20a0faa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bdcabdfd-9168-8aa9-f5db-e6504484e901"},"effectiveDateTime":"2017-09-28T09:16:17-07:00","issued":"2017-09-28T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"c4e6005a-7d23-8103-1d86-a6b9e7cde49c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"effectiveDateTime":"2017-11-13T19:13:51-08:00","issued":"2017-11-13T19:13:51.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/0aa92fd5-71ed-a934-ee82-2a07c7e8e7a2","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"46bb6aad-3b89-b5a2-2a38-3b8fcb2ca75c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"effectiveDateTime":"2017-11-13T19:54:13-08:00","issued":"2017-11-13T19:54:13.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/12a9120a-831b-6cce-b909-c228c48fb4db","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"7355e4ab-b141-38e8-5a4c-0b07159b6a16","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"effectiveDateTime":"2017-11-13T17:59:58-08:00","issued":"2017-11-13T17:59:58.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTEtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjAgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGZyYWN0dXJlIHN1Ymx1eGF0aW9uIG9mIHdyaXN0LCBjaGlsZGhvb2QgYXN0aG1hLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaGVwIGIsIGFkdWx0LiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"d70db34e-42fa-0504-64dd-f28904115c56","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/0b9379f9-9ee4-4ebd-d42c-9fa5a43705db"},"effectiveDateTime":"2017-09-28T18:57:55-07:00","issued":"2017-09-28T18:57:55.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"6b4b1de9-6254-a0ef-faf0-86e5dd290a66","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5045dffa-5494-e7f4-27a0-20af8baef749"},"effectiveDateTime":"2017-10-21T19:50:42-07:00","issued":"2017-10-21T19:50:42.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTAtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"bd6dd825-177f-9744-b8c9-61523012de2c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/c4325707-2192-8831-847f-7e30e19debe9"},"effectiveDateTime":"2017-11-13T19:38:55-08:00","issued":"2017-11-13T19:38:55.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTEtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"aae33351-495a-23ea-6b70-09ef7e6963b3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/78bab925-dc9c-57ff-67f5-5a1f5734e707"},"effectiveDateTime":"2017-12-07T20:36:01-08:00","issued":"2017-12-07T20:36:01.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTItMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"efbc57a3-afc6-d9dc-7d04-145fdd0ca637","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/9e22cebf-fb01-d87b-82a7-057191cf08a5"},"effectiveDateTime":"2017-12-29T21:15:35-08:00","issued":"2017-12-29T21:15:35.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTItMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"19175db5-f954-7ea6-0cd7-954f4ef737aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1345b822-ffa9-ced7-503b-c5a649fb24f7"},"effectiveDateTime":"2018-01-21T21:39:27-08:00","issued":"2018-01-21T21:39:27.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"30ccc4c2-8b4f-320b-2788-8f0387ceb529","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/76dc128e-65af-6357-28ea-6231b0d33552","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/08ed5bf6-667f-7510-731e-2ac70c9f7494","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/6dffb0c8-3aac-25c4-170a-67c4d36773f5","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/9e0c3359-021f-5865-4326-eb6017ca2f38","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/ad7ba9a5-c7a3-61b9-a9b2-63f3109fbbe7","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/f538a3e0-d8e8-0695-e725-5024487394ab","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/72df072c-561c-a94b-aa9d-91452507c5de","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/c61300a2-adfb-5a60-f586-3ffd0a05cf5e","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/e825a49f-80a7-c082-65d5-a726a6fb4fa4","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/70cdbe38-b280-0bb8-3f75-88f89c0dcc14","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/c21f930d-2f2d-67db-5c08-12689bb22a96","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"e8be9093-e5b3-1914-6156-30dc6429d226","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T19:29:15-08:00","issued":"2018-11-19T19:29:15.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/bcc8f0d7-a51e-37de-10c1-f548a55fa13b","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"064de16c-8bab-4b5a-764e-4e691144e907","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTEtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjEgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGZyYWN0dXJlIHN1Ymx1eGF0aW9uIG9mIHdyaXN0LCBjaGlsZGhvb2QgYXN0aG1hLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCB0ZCAoYWR1bHQpIHByZXNlcnZhdGl2ZSBmcmVlLCBoZXAgYiwgYWR1bHQsIG1lbmluZ29jb2NjYWwgbWN2NHAuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"c7477806-4da0-b5eb-3387-27e86a69882f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/527866ff-d2a8-ffda-a8ff-aa3b6ba1abe7"},"effectiveDateTime":"2018-02-15T22:01:54-08:00","issued":"2018-02-15T22:01:54.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDItMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"38f22c74-cc72-7ce0-c635-835ad3998da0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5c0f27ec-57a6-bb5c-ba07-f23702b4e091"},"effectiveDateTime":"2018-03-13T23:39:12-07:00","issued":"2018-03-13T23:39:12.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDMtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"32979dc7-56ca-75d0-3050-a05ba754bb0a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/513c3be1-de8d-37cc-cc7f-019fa71960c6"},"effectiveDateTime":"2018-04-09T23:57:34-07:00","issued":"2018-04-09T23:57:34.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDQtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"883be526-d467-0398-1786-6ea47742482d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/9c3d81bd-8743-bdac-18fd-e703f9b4fc8b"},"effectiveDateTime":"2018-05-02T00:37:32-07:00","issued":"2018-05-02T00:37:32.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDUtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"8cf6e7a8-3552-66f9-5c7f-215b1f5c9651","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/c50f2fc1-6670-a311-9019-70f39bd1dd99"},"effectiveDateTime":"2018-05-03T22:00:17-07:00","issued":"2018-05-03T22:00:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDUtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYWN1dGUgYWxsZXJnaWMgcmVhY3Rpb24uIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGluamVjdGlvbiBvZiBhZHJlbmFsaW5lClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"80f1f4ea-8c3c-ea47-9504-8620df3e0a82","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/d9e0bc63-4e73-33cb-5fe1-7444eeeb2165"},"effectiveDateTime":"2018-05-04T06:12:17-07:00","issued":"2018-05-04T06:12:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDUtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="}]} +{"resourceType":"DiagnosticReport","id":"2aaaf91a-b1fc-ead4-cd11-28e57c1d9ea4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/b3604291-31df-50d9-d131-7b13c3347f85"},"effectiveDateTime":"2018-05-26T01:33:19-07:00","issued":"2018-05-26T01:33:19.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDUtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"5385d002-761a-13c6-992c-b4591313903a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/2692da13-ea8e-5cbd-bff1-087af8b05da8"},"effectiveDateTime":"2018-06-17T02:32:09-07:00","issued":"2018-06-17T02:32:09.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDYtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"4f446386-9eb1-29ba-b607-36f5c24eaec2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/a1d9d1cf-2396-d6fb-8d9a-9f7e606edf54"},"effectiveDateTime":"2018-07-13T03:01:19-07:00","issued":"2018-07-13T03:01:19.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDctMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"b22a057a-2a7f-0562-a8f3-43b8b9eecdf4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/2f04e0c4-6f59-6768-f58a-5d6f1c573603"},"effectiveDateTime":"2018-08-03T03:50:37-07:00","issued":"2018-08-03T03:50:37.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDgtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"}]} +{"resourceType":"DiagnosticReport","id":"2c7efb67-6567-0ef1-3abb-a1ad7c7fe722","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/cedee6d7-9a13-f6ef-7539-0d21261b0c62"},"effectiveDateTime":"2018-08-22T09:16:17-07:00","issued":"2018-08-22T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDgtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIHlheiAyOCBkYXkgcGFjawo="}]} +{"resourceType":"DiagnosticReport","id":"dec4afa9-94cc-2f27-9c42-9991b0ecc896","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"effectiveDateTime":"2019-11-25T19:24:46-08:00","issued":"2019-11-25T19:24:46.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/7adbe575-1cb9-b0fc-9106-9eec516a686d","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"bb48d9a6-9eab-1ed0-5621-21eb59d0982a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"effectiveDateTime":"2019-11-25T17:59:58-08:00","issued":"2019-11-25T17:59:58.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTEtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjIgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgZnJhY3R1cmUgc3VibHV4YXRpb24gb2Ygd3Jpc3QsIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZWZ1Z2VlIChwZXJzb24pLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaGVwIGIsIGFkdWx0LiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"2637b612-281e-949a-ed03-6bb9b5a05b88","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f06954e9-fd6b-044f-b373-e96c08838d1b"},"effectiveDateTime":"2019-12-29T01:59:58-08:00","issued":"2019-12-29T01:59:58.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTItMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjIgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgZnJhY3R1cmUgc3VibHV4YXRpb24gb2Ygd3Jpc3QsIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtZWFzdXJlbWVudCBvZiByZXNwaXJhdG9yeSBmdW5jdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0ClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSByZXNwaXJhdG9yeSB0aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"a88f11ad-0273-b0f5-3be6-a7ae3a73e780","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"effectiveDateTime":"2020-01-06T19:04:38-08:00","issued":"2020-01-06T19:04:38.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}],"result":[{"reference":"Observation/f191ccc8-76ba-fabf-ac6e-e72e9ee83911","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"568bc36d-b9ee-8ded-ae59-48741ab45092","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"effectiveDateTime":"2020-01-06T19:43:31-08:00","issued":"2020-01-06T19:43:31.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}],"result":[{"reference":"Observation/6f8e1576-1956-4e04-fdb8-de99e9722bfa","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"6c16be93-0709-5880-4f27-83be23b2f141","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"effectiveDateTime":"2020-01-06T17:59:58-08:00","issued":"2020-01-06T17:59:58.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDEtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjIgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlciksIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLCBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcywgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBmcmFjdHVyZSBzdWJsdXhhdGlvbiBvZiB3cmlzdCwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQK"}]} +{"resourceType":"DiagnosticReport","id":"fd0bf81b-275c-7f8d-19b1-cc78bf01b554","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/94bf4e0c-666a-a19a-452c-405417f77ce9"},"effectiveDateTime":"2018-08-24T04:28:31-07:00","issued":"2018-08-24T04:28:31.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDgtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"88c0ed49-06fc-769a-56f0-04b2c2b3f841","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/760a197b-ffef-e8d9-97df-c9ed2405f093"},"effectiveDateTime":"2018-09-15T04:56:00-07:00","issued":"2018-09-15T04:56:00.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDktMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"c96d1294-1093-bd0b-e298-e7a885097c9b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/34f1fed0-601e-1aed-0349-ca05b462f195"},"effectiveDateTime":"2020-08-19T19:36:36-07:00","issued":"2020-08-19T19:36:36.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjIgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlciksIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLCBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcywgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBmcmFjdHVyZSBzdWJsdXhhdGlvbiBvZiB3cmlzdCwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggc3ByYWluIG9mIGFua2xlLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldApUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gcGh5c2ljYWwgdGhlcmFweSBwcm9jZWR1cmUK"}]} +{"resourceType":"DiagnosticReport","id":"b8833c6b-7328-fa76-547a-d5302456cdbb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89206-7","display":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/200d23c3-f729-5a2b-241f-ec1c5315429c"},"effectiveDateTime":"2018-10-04T09:50:04-07:00","issued":"2018-10-04T09:50:04.584-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}],"result":[{"reference":"Observation/3b4c79f5-3ac1-0a65-37f7-2eddc55b6568","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}]} +{"resourceType":"DiagnosticReport","id":"38c630e4-8344-1fab-9923-fdcfcdf5498b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/200d23c3-f729-5a2b-241f-ec1c5315429c"},"effectiveDateTime":"2018-10-04T09:16:17-07:00","issued":"2018-10-04T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTAtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"5e4bfbb2-b018-27ec-48e8-c4e316bb0c2d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/11874e7d-d1c7-0d19-f449-0483d50ff923"},"effectiveDateTime":"2018-10-06T05:20:20-07:00","issued":"2018-10-06T05:20:20.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTAtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"4ad9b8aa-d2ea-85a4-bbcd-c9604f9845c0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"effectiveDateTime":"2020-11-30T19:12:26-08:00","issued":"2020-11-30T19:12:26.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/f7c57760-1e5a-3945-d7e8-7ab0da2e1714","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"eaa9fd61-269d-ecd7-d8c1-efbe748cee22","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"effectiveDateTime":"2020-11-30T19:42:53-08:00","issued":"2020-11-30T19:42:53.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/e2e902f2-8bb1-d57c-1502-39701105fc0f","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"eae7395d-b875-724a-add0-9c3ff575eb1c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72109-2","display":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"}],"text":"Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"effectiveDateTime":"2020-11-30T20:16:08-08:00","issued":"2020-11-30T20:16:08.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/649966f8-89d1-8c79-bac3-8f6bf50814db","display":"Total score [AUDIT-C]"}]} +{"resourceType":"DiagnosticReport","id":"da9708c3-852f-c680-390d-bdef064e536f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"effectiveDateTime":"2020-11-30T17:59:58-08:00","issued":"2020-11-30T17:59:58.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTEtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlciksIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLCBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcywgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIGZyYWN0dXJlIHN1Ymx1eGF0aW9uIG9mIHdyaXN0LCBjaGlsZGhvb2QgYXN0aG1hLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"f16af7ac-cd93-e906-baf6-2b7e7509ebc7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/51121647-48a0-13ce-2c5f-edd759a3dcc9"},"effectiveDateTime":"2018-10-27T06:12:50-07:00","issued":"2018-10-27T06:12:50.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTAtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"578d605b-ff19-cfe7-10f4-9a5160e10ca8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f7f20c0c-f675-3717-2dff-969798660f58"},"effectiveDateTime":"2021-07-26T18:59:58-07:00","issued":"2021-07-26T18:59:58.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDctMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlciksIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLCBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcywgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIGZyYWN0dXJlIHN1Ymx1eGF0aW9uIG9mIHdyaXN0LCBjaGlsZGhvb2QgYXN0aG1hLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBuYXByb3hlbiBzb2RpdW0gMjIwIG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHNhcnMtY292LTIgKGNvdmlkLTE5KSB2YWNjaW5lLCBtcm5hLCBzcGlrZSBwcm90ZWluLCBsbnAsIHByZXNlcnZhdGl2ZSBmcmVlLCAzMCBtY2cvMC4zbWwgZG9zZS4gCg=="}]} +{"resourceType":"DiagnosticReport","id":"c656ca4b-17d2-9203-046b-53765b2eaae4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/e89ae65f-865a-e0af-24b0-c39910099f62"},"effectiveDateTime":"2018-11-23T05:31:56-08:00","issued":"2018-11-23T05:31:56.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTEtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="}]} +{"resourceType":"DiagnosticReport","id":"b9877959-74a6-8602-8ba0-ae32256725ef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/afd24eab-d65a-995f-5aa9-616265f80d7c"},"effectiveDateTime":"2018-12-16T06:03:59-08:00","issued":"2018-12-16T06:03:59.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTItMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBwcmVkbmlzb25lIDUgbWcgb3JhbCB0YWJsZXQ7IHlheiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"533eddd1-e42c-4028-536d-153555375351","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/93f77e5d-11a6-9643-2c77-e27321f3e5af"},"effectiveDateTime":"2021-08-16T18:59:58-07:00","issued":"2021-08-16T18:59:58.990-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDgtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlciksIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLCBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcywgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIGZyYWN0dXJlIHN1Ymx1eGF0aW9uIG9mIHdyaXN0LCBjaGlsZGhvb2QgYXN0aG1hLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBuYXByb3hlbiBzb2RpdW0gMjIwIG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHNhcnMtY292LTIgKGNvdmlkLTE5KSB2YWNjaW5lLCBtcm5hLCBzcGlrZSBwcm90ZWluLCBsbnAsIHByZXNlcnZhdGl2ZSBmcmVlLCAzMCBtY2cvMC4zbWwgZG9zZS4gCg=="}]} +{"resourceType":"DiagnosticReport","id":"5a86156a-3c7f-d597-acd7-bf78f6e3e5e4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/56c0e551-75ce-2675-a190-dcb096d671b9"},"effectiveDateTime":"2019-01-09T06:25:30-08:00","issued":"2019-01-09T06:25:30.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDEtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBwcmVkbmlzb25lIDUgbWcgb3JhbCB0YWJsZXQ7IHlheiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"92a82754-8e9a-de48-7f62-06fae3228bd7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/87a88439-0fd8-62fb-e450-be65fa13104e"},"effectiveDateTime":"2019-02-04T07:23:44-08:00","issued":"2019-02-04T07:23:44.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDItMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBwcmVkbmlzb25lIDUgbWcgb3JhbCB0YWJsZXQ7IHlheiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"3fddadb3-fe76-3a0f-7004-f9c87ea80c6e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/51761692-c0a5-9bf1-5029-4c46edef7286"},"effectiveDateTime":"2019-02-28T07:47:32-08:00","issued":"2019-02-28T07:47:32.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDItMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBwcmVkbmlzb25lIDUgbWcgb3JhbCB0YWJsZXQ7IHlheiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"f8034354-6a0a-ec1d-69b7-d63229d17f2a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T19:12:53-08:00","issued":"2021-12-06T19:12:53.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/73839d7d-ab30-840a-fe12-0c5d35bfb7f5","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"54359191-b78a-f4f6-64e5-7ff448daf1e5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76499-3","display":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"}],"text":"Humiliation, Afraid, Rape, and Kick questionnaire [HARK]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T19:55:07-08:00","issued":"2021-12-06T19:55:07.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/43aec2af-8e92-e7cf-b029-438b7490aae7","display":"Total score [HARK]"}]} +{"resourceType":"DiagnosticReport","id":"34b07062-563d-7bd1-7531-8a4ec1cca6fa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55757-9","display":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) [Reported]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T20:30:15-08:00","issued":"2021-12-06T20:30:15.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/b46e753e-8562-e4d2-fece-f77146cfda37","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}]} +{"resourceType":"DiagnosticReport","id":"1337f973-9061-fa99-7c08-d57f7e6246ce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T21:03:21-08:00","issued":"2021-12-06T21:03:21.990-08:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}],"result":[{"reference":"Observation/45f11626-6d20-051a-84a8-2c411818aec8","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"ab300fc4-dfbf-ef09-0596-e15bc6bf3719","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T17:59:58-08:00","issued":"2021-12-06T17:59:58.990-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTItMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlciksIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLCBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcywgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIGZyYWN0dXJlIHN1Ymx1eGF0aW9uIG9mIHdyaXN0LCBjaGlsZGhvb2QgYXN0aG1hLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldAo="}]} +{"resourceType":"DiagnosticReport","id":"fb97aa64-d91d-fedd-e711-0bd50b58bb61","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/f009f651-923c-5fc9-5e06-e27e0140823d"},"effectiveDateTime":"2019-03-26T09:30:34-07:00","issued":"2019-03-26T09:30:34.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDMtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBwcmVkbmlzb25lIDUgbWcgb3JhbCB0YWJsZXQ7IHlheiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"3e0d400b-741a-4e14-82e1-c97bf9ec26fe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/37dcd9ab-7117-9dea-7a6e-5d181be07568"},"effectiveDateTime":"2019-04-04T09:16:17-07:00","issued":"2019-04-04T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906429","display":"Dr. Seymour882 Veum823"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDQtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBwcmVkbmlzb25lIDUgbWcgb3JhbCB0YWJsZXQ7IHlheiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAK"}]} +{"resourceType":"DiagnosticReport","id":"d0a5c0fe-4d98-c40a-71be-9181776a2758","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/72c75099-19d8-162f-6e36-9184bad0898a"},"effectiveDateTime":"2019-04-04T11:16:17-07:00","issued":"2019-04-04T11:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDQtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBwcmVkbmlzb25lIDUgbWcgb3JhbCB0YWJsZXQ7IHlheiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0Cg=="}]} +{"resourceType":"DiagnosticReport","id":"075f6d9d-0afa-ce94-51d4-56ca09c50371","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/988b0592-945b-d78b-3846-fbf0b1636756"},"effectiveDateTime":"2019-04-22T10:05:57-07:00","issued":"2019-04-22T10:05:57.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDQtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"be3755f2-3591-4f4e-63f7-1570dd2823d7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/41b2080c-f046-f955-6c01-c8e5ae069510"},"effectiveDateTime":"2019-05-18T10:41:09-07:00","issued":"2019-05-18T10:41:09.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDUtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"5671c69b-6d87-afe8-4f0c-6a29ec96b604","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/acd273ae-2986-c39b-5b8d-94c1f0159873"},"effectiveDateTime":"2019-06-12T11:27:51-07:00","issued":"2019-06-12T11:27:51.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDYtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"c0edf4fb-31ce-8d85-c71b-120e21788a06","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/f0a0796b-7931-e984-f8a0-145448f37133"},"effectiveDateTime":"2019-07-04T12:17:38-07:00","issued":"2019-07-04T12:17:38.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDctMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"7e22acb8-d492-983c-7ab5-141c0d16bdfe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/c8c6ebff-0368-16ac-f9e8-fdcb05e58e95"},"effectiveDateTime":"2019-07-25T12:42:50-07:00","issued":"2019-07-25T12:42:50.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDctMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"2163c047-ddf4-373d-925e-6dd965596ee5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/2c6a4d69-1d3f-aea0-c559-923cb8125af3"},"effectiveDateTime":"2019-08-17T09:16:17-07:00","issued":"2019-08-17T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDgtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSB5YXogMjggZGF5IHBhY2sK"}]} +{"resourceType":"DiagnosticReport","id":"f8bb5c9b-a537-c9cc-af7b-e7cf9f2e583e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/714dd02d-b459-7855-399e-47af81f4ab71"},"effectiveDateTime":"2019-08-18T13:02:13-07:00","issued":"2019-08-18T13:02:13.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDgtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"42b02983-71ac-3770-7f57-69d6d777d543","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/10d22fed-bdf9-8ba6-8fa0-5815d64b44a4"},"effectiveDateTime":"2019-09-12T13:39:04-07:00","issued":"2019-09-12T13:39:04.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDktMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"8e42eb99-01c3-abf6-7b49-5135e59c55ee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"58410-2","display":"Complete blood count (hemogram) panel - Blood by Automated count"}],"text":"Complete blood count (hemogram) panel - Blood by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}],"result":[{"reference":"Observation/693f7ed5-fb5e-1d0a-8f6c-1817edae3ab8","display":"Leukocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/0577ce8c-ff89-1665-afc9-fcb5eea11198","display":"Erythrocytes [#/volume] in Blood by Automated count"},{"reference":"Observation/91b3aa56-a41c-b2a9-051c-2a7c7371144e","display":"Hemoglobin [Mass/volume] in Blood"},{"reference":"Observation/4ad5e58a-8581-91e0-2706-33a6e263c540","display":"Hematocrit [Volume Fraction] of Blood by Automated count"},{"reference":"Observation/fc616ba8-3c99-c6b7-c9df-2577b4410c4e","display":"MCV [Entitic volume] by Automated count"},{"reference":"Observation/f01cb298-8eb1-9572-14b2-0e15b10710de","display":"MCH [Entitic mass] by Automated count"},{"reference":"Observation/bf038d39-3148-ae20-8826-7cb27d392135","display":"MCHC [Mass/volume] by Automated count"},{"reference":"Observation/79252217-a3f8-5610-5dae-5fec12653b08","display":"Erythrocyte distribution width [Entitic volume] by Automated count"},{"reference":"Observation/2fa40a7f-1e0e-3483-9448-e67393210952","display":"Platelets [#/volume] in Blood by Automated count"},{"reference":"Observation/5aeaddb0-a2ba-b6a2-f300-45f46d786b68","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"},{"reference":"Observation/af87ac73-292d-3eb1-0b42-8c2d2bd4d94a","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}]} +{"resourceType":"DiagnosticReport","id":"4cb4a69c-32be-7a53-25e2-60596e8d1512","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTAtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IG1lbmluZ29jb2NjYWwgbWN2NHAuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"22e9483e-cf28-5b9d-c44e-b08101131efc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/47877d45-5971-d2d6-e84f-dac036809cf2"},"effectiveDateTime":"2019-10-10T09:40:38-07:00","issued":"2019-10-10T09:40:38.584-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}],"result":[{"reference":"Observation/da89d43e-1a3c-b511-c571-f5d635a0467a","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"ad0c5ce7-a6ab-445c-bcb2-227a0d482789","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/47877d45-5971-d2d6-e84f-dac036809cf2"},"effectiveDateTime":"2019-10-06T13:57:16-07:00","issued":"2019-10-06T13:57:16.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTAtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5ClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="}]} +{"resourceType":"DiagnosticReport","id":"88c1e43c-b3ee-db21-57ca-8575c0ba719a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/a86c4ef5-1f3b-c609-ffd6-3c2df237bbfa"},"effectiveDateTime":"2019-11-01T14:32:14-07:00","issued":"2019-11-01T14:32:14.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTEtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"9e768a0f-b4f1-2f42-0e66-b9188db9d4da","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/fb626b01-8153-295b-0a01-102dbb6fa556"},"effectiveDateTime":"2019-11-23T14:19:53-08:00","issued":"2019-11-23T14:19:53.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTEtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"7b4d92ee-3df5-0ec2-8ccf-56b38f0d0206","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/84f555b1-2378-daf7-7fd6-5e3199387282"},"effectiveDateTime":"2019-12-14T15:04:28-08:00","issued":"2019-12-14T15:04:28.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTItMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"9fe04367-0c2e-e15c-c833-21414e13bcb5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/d53e0f68-1e74-b3da-2ebf-3b25b05803f4"},"effectiveDateTime":"2020-01-05T15:30:54-08:00","issued":"2020-01-05T15:30:54.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDEtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"6d7c858e-e422-1ffb-cfcf-e6d96dc7decc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bb1ba18c-f929-fbb5-9138-969974a7a9f9"},"effectiveDateTime":"2020-02-01T15:55:26-08:00","issued":"2020-02-01T15:55:26.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDItMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"e0a31e7e-af6f-1c40-48cd-723cbdef2c09","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/fc66240e-ff41-c06d-69f7-7c3dac5d0830"},"effectiveDateTime":"2020-02-23T16:24:46-08:00","issued":"2020-02-23T16:24:46.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDItMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"76ab73d3-78ff-1801-1420-8c50321bf57a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/ea6552db-d3f9-7d9b-5a63-656b8957c90e"},"effectiveDateTime":"2020-03-19T18:01:42-07:00","issued":"2020-03-19T18:01:42.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDMtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"a8b2e12b-9dbc-acc7-240c-0d98e15a8d05","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/75f0b36a-7784-140c-753c-9aa07792215a"},"effectiveDateTime":"2020-04-10T18:45:08-07:00","issued":"2020-04-10T18:45:08.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDQtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"4a3d9dad-3746-834d-a515-ffc394a988e0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/02df4a2f-fcab-1140-6484-a4f8b91223b0"},"effectiveDateTime":"2020-05-03T19:31:17-07:00","issued":"2020-05-03T19:31:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDUtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"d62f3180-6d4a-5b06-5486-cf1e839ad718","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/aeace02c-2b9e-46ed-e7fe-cfb918f9e400"},"effectiveDateTime":"2020-05-25T20:10:43-07:00","issued":"2020-05-25T20:10:43.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDUtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"49007b50-f976-6195-2cc8-8c1eafbba10c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/0a7ad85d-461f-b27b-37de-b9c7e8946b0e"},"effectiveDateTime":"2020-06-18T21:02:49-07:00","issued":"2020-06-18T21:02:49.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDYtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"935945ce-c12e-da55-763c-3cd9d8a0fef0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/6cd29549-1079-b488-357a-f7321a7d79f1"},"effectiveDateTime":"2020-07-13T21:49:12-07:00","issued":"2020-07-13T21:49:12.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDctMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"f4736d2f-f776-15d1-c95b-3e8d43b77b4d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/fbcf6e76-29ed-9863-4a19-c2a5a9421d97"},"effectiveDateTime":"2020-08-06T22:34:10-07:00","issued":"2020-08-06T22:34:10.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDgtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="}]} +{"resourceType":"DiagnosticReport","id":"47c83dd6-9355-eec1-f0e6-681cc1f36e75","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"},"effectiveDateTime":"2020-08-31T23:28:49-07:00","issued":"2020-08-31T23:28:49.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDgtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFsbGVyZ3kgc2NyZWVuaW5nIHRlc3QK"}]} +{"resourceType":"DiagnosticReport","id":"4e78f8fb-aab8-0d3a-540c-e4fa74903e96","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/0c0f2851-1819-2927-18be-ccdf8ca99c2f"},"effectiveDateTime":"2020-10-15T09:16:17-07:00","issued":"2020-10-15T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTAtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="}]} +{"resourceType":"DiagnosticReport","id":"64a497be-c6bd-6bd7-955f-a37e64d53fb6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/03730052-d5da-ea6e-e9a8-e4218165d79b"},"effectiveDateTime":"2021-08-06T09:16:17-07:00","issued":"2021-08-06T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDgtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBqb2xpdmV0dGUgMjggZGF5IHBhY2sK"}]} +{"resourceType":"DiagnosticReport","id":"0708c0ac-eb26-84c2-eb1e-142fa548bd6d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69737-5","display":"Generalized anxiety disorder 7 item (GAD-7)"}],"text":"Generalized anxiety disorder 7 item (GAD-7)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"effectiveDateTime":"2021-10-21T10:38:23-07:00","issued":"2021-10-21T10:38:23.584-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}],"result":[{"reference":"Observation/fb128f0c-b751-2d06-f032-5bdc42ac9078","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}]} +{"resourceType":"DiagnosticReport","id":"849ba6a6-b249-11c3-1a77-efee737aff74","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0074","code":"LAB","display":"Laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82666-9","display":"Drug Abuse Screening Test-10 [DAST-10]"}],"text":"Drug Abuse Screening Test-10 [DAST-10]"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"effectiveDateTime":"2021-10-21T11:19:52-07:00","issued":"2021-10-21T11:19:52.584-07:00","performer":[{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}],"result":[{"reference":"Observation/2bfe7506-cacb-1486-57eb-a4ec3ec5051a","display":"Total score [DAST-10]"}]} +{"resourceType":"DiagnosticReport","id":"11cf95a4-8caa-32ac-dbe3-3560cb51b2f3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"effectiveDateTime":"2021-10-21T09:16:17-07:00","issued":"2021-10-21T09:16:17.584-07:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTAtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IHByZWRuaXNvbmUgNSBtZyBvcmFsIHRhYmxldDsgeWF6IDI4IGRheSBwYWNrOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBib2R5IG1hc3MgaW5kZXggMzArIC0gb2Jlc2l0eSAoZmluZGluZyksIGhvdXNpbmcgdW5zYXRpc2ZhY3RvcnkgKGZpbmRpbmcpLCByZWNlaXZlZCBjZXJ0aWZpY2F0ZSBvZiBoaWdoIHNjaG9vbCBlcXVpdmFsZW5jeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdHJhbnNwb3J0IHByb2JsZW1zIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKSwgbWlzdXNlcyBkcnVncyAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZHJ1ZyBhYnVzZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"}]} +{"resourceType":"DiagnosticReport","id":"649a742a-0ce2-2e5e-cf5e-d7e37a1bbaf7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"]},"status":"final","category":[{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/ac4fc1f1-989d-119d-ee41-b9d6db4a3196"},"effectiveDateTime":"2022-02-28T10:16:17-08:00","issued":"2022-02-28T10:16:17.584-08:00","performer":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"presentedForm":[{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDItMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQ2lnbmEgSGVhbHRoLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IHByZWRuaXNvbmUgNSBtZyBvcmFsIHRhYmxldDsgeWF6IDI4IGRheSBwYWNrOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="}]} diff --git a/tests/fixtures/synthea/filtered/DocumentReference.ndjson b/tests/fixtures/synthea/filtered/DocumentReference.ndjson new file mode 100644 index 0000000..e4663a7 --- /dev/null +++ b/tests/fixtures/synthea/filtered/DocumentReference.ndjson @@ -0,0 +1,810 @@ +{"resourceType":"DocumentReference","id":"10b8509e-e2bf-77af-c358-c80c9d84c9f0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ebf5958f-17ac-75ff-611a-b973db46cda0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"1987-08-09T03:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDgtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cb020cf7-3254-fae7-8c41-7ff9c5c18b7b"}],"period":{"start":"1987-08-09T03:01:44-07:00","end":"1987-08-09T03:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"9bb6b3eb-b80f-e80d-a5f0-91a079508322","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a6fb8941-3aeb-0635-17e4-958ab9929f9d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2012-07-30T16:02:47.440-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDctMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/23ff5071-2eb4-ba14-03ca-e2b0adfc31df"}],"period":{"start":"2012-07-30T16:02:47-07:00","end":"2012-07-30T16:17:47-07:00"}}} +{"resourceType":"DocumentReference","id":"b268e6c5-b0bd-3203-1993-3d641f894109","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:94131a45-de0a-099b-aee4-fe2db76a3b05"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2004-01-22T14:06:21.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMDEtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgOCBtb250aC1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gc2VsZi1jYXJlIGludGVydmVudGlvbnMgKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ecebe0ce-900d-de85-5283-e8d166f2a913"}],"period":{"start":"2004-01-22T14:06:21-08:00","end":"2004-01-22T14:21:21-08:00"}}} +{"resourceType":"DocumentReference","id":"64d89b21-990e-cad3-ae14-99788e6887d1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:df630aee-01ae-4f53-170b-68abe7a6449e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"1968-09-27T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjgtMDktMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/156f1df5-35f5-dd01-1a61-0958667f90a6"}],"period":{"start":"1968-09-27T19:52:58-07:00","end":"1968-09-27T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"53ffc683-6755-6d8e-7107-3092d3c0178e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:15a5ed29-2ed0-2070-2abb-511676d1213e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1949-06-27T04:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NDktMDYtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IHF1aXRlIHNtb2tpbmcgYXQgYWdlIDIwIGFuZCBpcyBhbiBhbGNvaG9saWMuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNocm9uaWMgc2ludXNpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/698b3248-0921-ae14-ca54-6b375f62a808"}],"period":{"start":"1949-06-27T04:54:23-08:00","end":"1949-06-27T05:09:23-08:00"}}} +{"resourceType":"DocumentReference","id":"dbe7b308-6ec7-2df6-2a74-b47560178358","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:67baa765-40ba-b669-ad64-d742d2e3b0aa"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1928-09-16T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5MjgtMDktMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgcXVpdGUgc21va2luZyBhdCBhZ2UgMTYgYW5kIGlzIGFuIGFsY29ob2xpYy4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gd2VpZ2h0IG1hbmFnZW1lbnQgcHJvZ3JhbQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d322c403-8f40-ed3c-d485-b7cb84dd6b1f"}],"period":{"start":"1928-09-16T10:15:12-08:00","end":"1928-09-16T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"2e125edf-32a0-4c0d-c984-18db3f407322","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:30798330-59d1-427a-b5e9-fbe4a0aa6cdc"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1945-08-03T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NDUtMDgtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBoeXBlcnRlbnNpb24sIGhvdXNpbmcgdW5zYXRpc2ZhY3RvcnkgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0ClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBsaWZlc3R5bGUgZWR1Y2F0aW9uIHJlZ2FyZGluZyBoeXBlcnRlbnNpb24K"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d832557b-948a-a8f9-923f-ed00de8b41db"}],"period":{"start":"1945-08-03T14:00:00-07:00","end":"1945-08-03T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"cf1b7350-5150-4c02-659c-2d31f78239d8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9cd8570d-d486-42ca-0821-63b9321f34c3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"1999-01-08T06:33:45.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTktMDEtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTAgbW9udGgtb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBtYWxlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHNlbGYtY2FyZSBpbnRlcnZlbnRpb25zIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9420243c-ba44-e56c-a0b6-9f284264e0a3"}],"period":{"start":"1999-01-08T06:33:45-08:00","end":"1999-01-08T06:48:45-08:00"}}} +{"resourceType":"DocumentReference","id":"c0ccf0a1-4d26-bf9d-99e0-ef241f93fec1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0e556307-23aa-3205-b587-167fbb3c5143"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"1999-01-18T03:56:45.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTktMDEtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTEgbW9udGgtb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBtYWxlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG1vbGQgKG9yZ2FuaXNtKSwgYW5pbWFsIGRhbmRlciAoc3Vic3RhbmNlKSwgc295YSBiZWFuIChzdWJzdGFuY2UpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbG9yYXRhZGluZSA1IG1nIGNoZXdhYmxlIHRhYmxldAotIG5kYTAyMDgwMCAwLjMgbWwgZXBpbmVwaHJpbmUgMSBtZy9tbCBhdXRvLWluamVjdG9yCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/bf6b7617-c54c-b4a5-ce6e-04d7b1798034"}],"period":{"start":"1999-01-18T03:56:45-08:00","end":"1999-01-18T04:34:02-08:00"}}} +{"resourceType":"DocumentReference","id":"b2aed7b6-b65b-b10c-0d13-4d55cf51d9be","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:85adbca2-e628-bccd-5d98-46b050bbaae7"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1946-08-09T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NDYtMDgtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAxOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFudGhlbS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4e9e91dc-f5c7-9a8d-17ca-8c45036f9a65"}],"period":{"start":"1946-08-09T13:00:00-08:00","end":"1946-08-09T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"7443fcfb-20f6-39f5-2977-d74c92c50c5f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:85a5a8ac-89ed-4009-209f-94388f5627c4"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"1972-10-06T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzItMTAtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgMjIgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2d83bd83-7d27-66ba-e600-118f65fbc110"}],"period":{"start":"1972-10-06T19:52:58-07:00","end":"1972-10-06T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"59c72119-b20d-783b-7b72-22ad203c2b2e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:46d1f279-a922-2764-02d4-616a51e13d36"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"1988-08-14T03:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODgtMDgtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDE4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggaHlwZXJ0ZW5zaW9uLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIGxpZmVzdHlsZSBlZHVjYXRpb24gcmVnYXJkaW5nIGh5cGVydGVuc2lvbgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/12fed13d-66ad-121a-e630-195c1fcbaa7d"}],"period":{"start":"1988-08-14T03:01:44-07:00","end":"1988-08-14T03:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"5247e9ac-a139-5b23-a847-06c4e99b2907","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:84e91213-5d30-2785-2239-f88ee3a79c47"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2004-02-08T03:06:21.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMDItMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgOSBtb250aC1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbW9sZCAob3JnYW5pc20pLCBhbmltYWwgZGFuZGVyIChzdWJzdGFuY2UpLCBncmFzcyBwb2xsZW4gKHN1YnN0YW5jZSksIHRyZWUgcG9sbGVuIChzdWJzdGFuY2UpLCBhc3BpcmluLCBjb3cncyBtaWxrIChzdWJzdGFuY2UpLCBmaXNoIChzdWJzdGFuY2UpLCB0cmVlIG51dCAoc3Vic3RhbmNlKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxvcmF0YWRpbmUgNSBtZyBjaGV3YWJsZSB0YWJsZXQKLSBuZGEwMjA4MDAgMC4zIG1sIGVwaW5lcGhyaW5lIDEgbWcvbWwgYXV0by1pbmplY3Rvcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0f41f556-3c12-a1d8-4ae3-53f73d2096e3"}],"period":{"start":"2004-02-08T03:06:21-08:00","end":"2004-02-08T03:27:58-08:00"}}} +{"resourceType":"DocumentReference","id":"654bcec1-ee9d-0afb-6bac-5802e3d556ad","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8e3d436b-1efb-565b-450f-a8e2078f0af8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1960-03-12T10:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjAtMDMtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgY2hyb25pYyBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZykuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e9a0909f-a45f-68b6-b6d0-075a175007da"}],"period":{"start":"1960-03-12T10:54:23-08:00","end":"1960-03-12T11:09:23-08:00"}}} +{"resourceType":"DocumentReference","id":"7c7a6152-c510-6607-227d-b8071b84231a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ded94219-999a-6d0f-967b-dfc58a9e265e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"1975-10-10T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzUtMTAtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgMjUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLiAKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/443c8ca2-78c7-e203-8601-dcc9b83c5606"}],"period":{"start":"1975-10-10T19:52:58-07:00","end":"1975-10-10T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"7089dc4b-f387-f5a2-ed65-194a5fd841c7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:d30af356-a21c-1c53-163d-554388279af7"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2011-02-19T03:56:45.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBhbGxlcmdpYyBkaXNvcmRlciBtb25pdG9yaW5nCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e1af3f8e-660c-0486-d9e6-db7cde56376c"}],"period":{"start":"2011-02-19T03:56:45-08:00","end":"2011-02-19T04:26:48-08:00"}}} +{"resourceType":"DocumentReference","id":"5fe3d5f0-ee1d-49a1-a47b-ae877d04595b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:08a838d7-cfd5-5b77-8bb2-21ecc78ae791"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"1988-08-19T12:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODgtMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDE4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHJlY2VpdmVkIGNlcnRpZmljYXRlIG9mIGhpZ2ggc2Nob29sIGVxdWl2YWxlbmN5IChmaW5kaW5nKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cc8fec16-687a-260b-85c3-b7eb8744baa7"}],"period":{"start":"1988-08-19T12:01:44-07:00","end":"1988-08-19T12:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"2467e8e0-dc0c-e50c-47da-8aef2c760f09","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9c8c9fdf-e443-5e3f-4d8c-7e95539c09e2"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1947-08-15T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NDctMDgtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/bcc49dad-5cdc-6d78-c26d-7e5c987ad667"}],"period":{"start":"1947-08-15T13:00:00-08:00","end":"1947-08-15T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"042985e8-c2bd-f8f8-d21a-4a5c02c2c776","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b79a0ef9-de94-6029-c46a-542c1e452054"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1940-11-24T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NDAtMTEtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDE4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdHJhbnNwb3J0IHByb2JsZW1zIChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIGxpZmVzdHlsZSBlZHVjYXRpb24gcmVnYXJkaW5nIGh5cGVydGVuc2lvbgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2ac40312-3cb0-9e2f-de08-1cc3623e6f81"}],"period":{"start":"1940-11-24T10:15:12-08:00","end":"1940-11-24T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"08c87629-75a9-9bb1-8fd6-1efaa337744e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:02937ec6-baf3-1840-176f-281d0593d9c2"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1962-12-08T10:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjItMTItMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAyMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaG91c2luZyB1bnNhdGlzZmFjdG9yeSAoZmluZGluZyksIGNocm9uaWMgc2ludXNpdGlzIChkaXNvcmRlciksIHJlY2VpdmVkIGhpZ2hlciBlZHVjYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a92671c1-2147-cd7b-2c0e-ad7fdd2cd9ce"}],"period":{"start":"1962-12-08T10:54:23-08:00","end":"1962-12-08T11:09:23-08:00"}}} +{"resourceType":"DocumentReference","id":"d22d5006-fa71-8f5b-1012-435fea753d63","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:51fa0a3a-1c77-eae2-8974-382b6e3549ba"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2006-01-15T16:06:21.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDYtMDEtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgYXNpYW4gbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLiAKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9ad7d99a-a090-8c2c-edfa-e3932245525d"}],"period":{"start":"2006-01-15T16:06:21-08:00","end":"2006-01-15T16:21:21-08:00"}}} +{"resourceType":"DocumentReference","id":"1923d967-246a-b477-bc67-9c918ba27e94","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:119c9b45-87a3-e22d-1c91-fad76d23565a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"1978-10-13T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzgtMTAtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgMjggeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c69edc4a-3c20-480b-0a60-cf4c4b1beb38"}],"period":{"start":"1978-10-13T19:52:58-07:00","end":"1978-10-13T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"ba2e0288-1984-36d0-87b9-fe99589463af","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3dfbafcf-b51c-202b-f7c2-c818aa3b129a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1964-03-19T10:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjQtMDMtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAyMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaG91c2luZyB1bnNhdGlzZmFjdG9yeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgY2hyb25pYyBzaW51c2l0aXMgKGRpc29yZGVyKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1048742e-5ae6-7030-28bd-b1e328eb3b39"}],"period":{"start":"1964-03-19T10:54:23-08:00","end":"1964-03-19T11:09:23-08:00"}}} +{"resourceType":"DocumentReference","id":"75698195-29ac-9f8f-a946-d112f0cfdbfe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9a10dd0d-6088-7751-aa7d-d152c84128d4"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2012-03-17T04:56:45.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDMtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4fab0caa-a6e8-cd98-b552-a4cf78dca9ea"}],"period":{"start":"2012-03-17T04:56:45-07:00","end":"2012-03-17T05:11:45-07:00"}}} +{"resourceType":"DocumentReference","id":"d9213e5f-d56c-2ba5-3b15-f71fc3dea270","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5d6a7810-3c3d-bd97-2fb3-d5ab0b59ea84"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"1989-08-20T03:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODktMDgtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDE5IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7eeb7d94-1d7d-545a-df83-8cc9b4bd628b"}],"period":{"start":"1989-08-20T03:01:44-07:00","end":"1989-08-20T03:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"d975e278-0005-aaae-bbd8-e7687c0be0e6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ef6fd138-e4c4-30cc-bce3-c11ecd6e6750"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1941-11-30T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NDEtMTEtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDE5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdHJhbnNwb3J0IHByb2JsZW1zIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHJlY2VpdmVkIGhpZ2hlciBlZHVjYXRpb24gKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/997ec2f6-0cf4-1ff7-1ce8-64a81660427a"}],"period":{"start":"1941-11-30T10:15:12-08:00","end":"1941-11-30T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"6c8194aa-a771-3a73-5234-1867d98d3dc9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:047a6c5d-b08d-725e-5704-cbe5ce1b579a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2012-12-29T05:02:47.440-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTItMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgZGlkIG5vdCBmaW5pc2ggaGlnaCBzY2hvb2wuClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggb25seSByZWNlaXZlZCBwcmltYXJ5IHNjaG9vbCBlZHVjYXRpb24gKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHRyYW5zcG9ydCBwcm9ibGVtcyAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"}],"period":{"start":"2012-12-29T05:02:47-08:00","end":"2012-12-29T05:17:47-08:00"}}} +{"resourceType":"DocumentReference","id":"a0b385c6-0b9a-b1c4-eae5-4d4c61fc1100","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7e822b1e-a639-edd7-c1da-a0067797a137"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"1981-10-16T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODEtMTAtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgMzEgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b970e620-5b7c-6888-31ba-406ded74623e"}],"period":{"start":"1981-10-16T19:52:58-07:00","end":"1981-10-16T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"9e67d6cb-73fd-0879-0278-2adc835ba305","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:feeb7bba-f89d-58ab-bf34-3c9ebeda8bef"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1948-08-20T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NDgtMDgtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4eb5cee9-19af-d116-ab55-699a5d8b5611"}],"period":{"start":"1948-08-20T14:00:00-07:00","end":"1948-08-20T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"4144e414-c8ed-d2e8-20ce-1d1d90cf3677","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:842cd9a6-30b0-94e6-8ec6-030443141920"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"1990-02-06T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTAtMDItMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDE5IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNocm9uaWMgcGFpbi4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/df4f3de0-87f3-3116-4453-1741424c67c3"}],"period":{"start":"1990-02-06T02:01:44-08:00","end":"1990-02-07T02:01:44-08:00"}}} +{"resourceType":"DocumentReference","id":"c0cc2a8b-1898-a3ed-4044-f8c166a6f64d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:612322a6-b11c-3c94-ca85-2549a3803e4f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1967-03-25T10:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjctMDMtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAyNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaG91c2luZyB1bnNhdGlzZmFjdG9yeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgY2hyb25pYyBzaW51c2l0aXMgKGRpc29yZGVyKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a6ef7685-bfc6-2311-81aa-eb5147b850b6"}],"period":{"start":"1967-03-25T10:54:23-08:00","end":"1967-03-25T11:09:23-08:00"}}} +{"resourceType":"DocumentReference","id":"090414cf-a32c-5429-6d68-095819b44f63","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:930f9cd6-a75e-9a7e-84ae-c1e4cca9191d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1942-12-06T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NDItMTItMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDIwIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdHJhbnNwb3J0IHByb2JsZW1zIChmaW5kaW5nKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1ad7a943-296f-f295-45bf-2f7b3919290a"}],"period":{"start":"1942-12-06T11:15:12-07:00","end":"1942-12-06T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"d6b9b3e2-2992-e060-a2a9-8004011730c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1447e67d-4476-b498-a3dd-b6396c711334"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"1987-10-23T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMTAtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgMzcgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/feee3ed6-292e-5f51-b40b-339b8c7c9217"}],"period":{"start":"1987-10-23T19:52:58-07:00","end":"1987-10-23T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"266f499b-7103-e07c-dfab-7fb383664403","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:44d436b4-a93c-9b1d-4ca1-37d902ce1fd6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"1990-08-26T03:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTAtMDgtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDIwIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2629eedd-c4b1-c911-1725-219ea5e38f4f"}],"period":{"start":"1990-08-26T03:01:44-07:00","end":"1990-08-26T03:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"51cb5e17-1f46-06d4-2809-573996111fe7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:08a7b5c2-670c-3c6d-18ee-bf418cbeeda0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1970-03-28T10:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzAtMDMtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAyOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggc3RyZXNzIChmaW5kaW5nKS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/209afada-a74e-0853-c2ef-9f7b2faa8e3b"}],"period":{"start":"1970-03-28T10:54:23-08:00","end":"1970-03-28T11:09:23-08:00"}}} +{"resourceType":"DocumentReference","id":"b282162d-0b59-f041-9207-5f9eddc3ffa2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2222a3b9-b7e0-9610-4109-e08208aaf363"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1949-08-26T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NDktMDgtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/021d508d-eb78-a44c-9840-c3702c8363cc"}],"period":{"start":"1949-08-26T13:00:00-08:00","end":"1949-08-26T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"64bffc78-f9d4-5251-aa41-aef301f53e17","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c551e8dd-22df-7baa-1e3a-78c408737e62"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1943-12-12T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NDMtMTItMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDIxIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdHJhbnNwb3J0IHByb2JsZW1zIChmaW5kaW5nKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c3dceff5-0b93-02f6-96a3-66c527b2103e"}],"period":{"start":"1943-12-12T11:15:12-07:00","end":"1943-12-12T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"39d24535-3e49-a7e7-b634-6b9949298bfb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c7f3f8d7-0629-8193-39e3-cc3c684e5f19"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"1990-08-10T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTAtMDgtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNDAgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3cb75efd-6480-c0c3-d86c-1d765c167ce4"}],"period":{"start":"1990-08-10T19:52:58-07:00","end":"1990-08-10T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"1d2c65b6-8972-562a-58fe-039d166b64c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1d2d0945-21c8-1d35-40d0-a5c2a35c86ae"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1973-03-31T10:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzMtMDMtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggY2hyb25pYyBvYnN0cnVjdGl2ZSBicm9uY2hpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIGNocm9uaWMgb2JzdHJ1Y3RpdmUgcHVsbW9uYXJ5IGRpc2Vhc2UgY2xpbmljYWwgbWFuYWdlbWVudCBwbGFuCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2f0ceaea-3bea-2fdd-c956-226c7fadb2f8"}],"period":{"start":"1973-03-31T10:54:23-08:00","end":"1973-03-31T11:09:23-08:00"}}} +{"resourceType":"DocumentReference","id":"09ed6181-94c0-633a-9c71-341aa1af455f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:62e3dcf9-e4d8-960f-29ee-db0173048c28"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1944-12-17T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NDQtMTItMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDIyIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBib2R5IG1hc3MgaW5kZXggMzArIC0gb2Jlc2l0eSAoZmluZGluZyksIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0e12e010-8dad-9985-14b1-4ecbd6ecbabf"}],"period":{"start":"1944-12-17T11:15:12-07:00","end":"1944-12-17T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"1a7c3903-d233-a52c-b5f7-d04565842ea7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c2e53f38-3578-3cb8-f090-bb75fb4252a6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1949-09-02T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NDktMDktMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4cd8486b-093b-a689-396a-be34ce95dbf3"}],"period":{"start":"1949-09-02T13:00:00-08:00","end":"1949-09-02T14:00:00-08:00"}}} +{"resourceType":"DocumentReference","id":"608ce87d-1595-c35a-6ffa-713b5f6346e0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ae76c1a7-4c0d-dca1-02a5-e9d951aeaccd"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"1991-09-01T03:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTEtMDktMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDIxIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHJlZnVnZWUgKHBlcnNvbikuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1d597191-bc8d-4671-2a1f-5b33e7cdacde"}],"period":{"start":"1991-09-01T03:01:44-07:00","end":"1991-09-01T03:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"9bec1a5a-2660-0dd0-b9b0-497041978666","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:29022115-c41e-2a69-9dd4-03f608e4b771"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2014-01-04T05:02:47.440-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDEtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAxOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBkaWQgbm90IGZpbmlzaCBoaWdoIHNjaG9vbC4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFudGhlbS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"}],"period":{"start":"2014-01-04T05:02:47-08:00","end":"2014-01-04T05:17:47-08:00"}}} +{"resourceType":"DocumentReference","id":"997f45d9-b2ea-9bd7-8ef9-9192de0013e6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:92dc14e9-927d-9ac7-48b4-669f474c0b2d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"1992-08-14T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTItMDgtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNDIgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4c9645e6-b422-dc6c-145b-35c3b8631d53"}],"period":{"start":"1992-08-14T19:52:58-07:00","end":"1992-08-14T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"f8fa5ddb-e426-a44a-7fd9-9449237eccc0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a7b29240-00b2-c209-fd84-65f12739c9f8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1945-12-23T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NDUtMTItMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDIzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/447aacfe-3c37-9bc6-c85f-1d6959d35be9"}],"period":{"start":"1945-12-23T10:15:12-08:00","end":"1945-12-23T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"dc0a692d-2064-98c4-b859-1e9633851257","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5adf5b08-d761-df3b-abfb-28916d2dd602"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"1994-08-19T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTQtMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNDQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/092ce6c8-0725-092a-32ca-9f4dacf76c5f"}],"period":{"start":"1994-08-19T19:52:58-07:00","end":"1994-08-19T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"0275ef0f-d02e-c99b-edcf-e2b3d0a52f05","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b5a985b8-0c22-4da0-9bca-6b0914b2de9b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"1992-09-06T03:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTItMDktMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDIyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/978d768a-3509-1e1f-9e1a-59e48dfe77fc"}],"period":{"start":"1992-09-06T03:01:44-07:00","end":"1992-09-06T03:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"eb204860-e11a-e8cc-82e2-2d3956442899","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:15d2671a-8650-e5bd-0b8f-dec592eb64db"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2013-05-15T17:06:21.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDUtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTAgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwZXJlbm5pYWwgYWxsZXJnaWMgcmhpbml0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1f7394e1-bdbb-6bf1-f753-a411bb21f8aa"}],"period":{"start":"2013-05-15T17:06:21-07:00","end":"2013-05-15T17:21:21-07:00"}}} +{"resourceType":"DocumentReference","id":"6d6abeeb-54fa-1543-3fc5-de77d3c30fd0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5fd17e40-0d4f-98cd-59ec-890478272733"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2014-02-03T05:02:47.440-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDItMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAxOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBkaWQgbm90IGZpbmlzaCBoaWdoIHNjaG9vbC4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFudGhlbS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNocm9uaWMgbG93IGJhY2sgcGFpbiAoZmluZGluZykuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a1fe3ead-9236-8adf-cb9f-276f0c95408d"}],"period":{"start":"2014-02-03T05:02:47-08:00","end":"2015-01-10T05:02:47-08:00"}}} +{"resourceType":"DocumentReference","id":"29ba91ac-f1d9-880d-826a-b4cf79198598","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:41b25a41-e8f7-6114-d0dc-ce74aaf0e032"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1946-12-29T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NDYtMTItMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDI0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0cc994ad-de2a-1ec6-9e8c-16354eb0a848"}],"period":{"start":"1946-12-29T10:15:12-08:00","end":"1946-12-29T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"85989904-4f7d-3b00-65d1-71c1d3b32286","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2ce18c7e-76c6-34b8-59c1-02da3af59ad8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1973-03-26T11:20:12.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzMtMDMtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbWVwZXJpZGluZSBoeWRyb2NobG9yaWRlIDUwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/280712c3-2d24-5e11-8069-7f214dfe4c27"}],"period":{"start":"1973-03-26T11:20:12-08:00","end":"1973-03-26T12:20:12-08:00"}}} +{"resourceType":"DocumentReference","id":"4fcbafa1-ff75-9f0c-9873-90740d9ff1a9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b3f2d298-c13d-b093-1074-c25305b12c46"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"1993-09-12T03:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTMtMDktMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDIzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4b5625de-2fb1-b357-932a-17ae90f66c78"}],"period":{"start":"1993-09-12T03:01:44-07:00","end":"1993-09-12T03:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"6ec91fd1-9a00-18c0-8882-e6710ab1d1a9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f6bf472f-9f6e-6886-f5d2-1d7a230d9a67"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1950-09-01T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTAtMDktMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f801a221-7ca8-206d-7160-0b1e64ff7bf2"}],"period":{"start":"1950-09-01T14:00:00-07:00","end":"1950-09-01T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"fd4b7072-9904-6860-8b72-67fd8c7e7874","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a79ed049-d4b5-4085-204a-3424a0addbcb"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1948-01-04T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NDgtMDEtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDI1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6c2a9ac3-f367-7d0d-eba4-645e339aa543"}],"period":{"start":"1948-01-04T10:15:12-08:00","end":"1948-01-04T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"a46d4879-7f8d-08fe-3394-c554392efe35","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:919b5937-7340-c5cf-493b-4c342a017fd3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2012-05-18T17:09:18.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDUtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/881ca5c2-df63-a04f-694c-23a798d1d462"}],"period":{"start":"2012-05-18T17:09:18-07:00","end":"2012-05-18T18:04:41-07:00"}}} +{"resourceType":"DocumentReference","id":"b5f4408e-5c2a-9af8-8860-76ea2c90d9f3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8b93b151-2ff5-7a6b-3494-7aa1250361bf"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"1996-08-23T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTYtMDgtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNDYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5986a44f-0809-757b-0624-a356e41d70d1"}],"period":{"start":"1996-08-23T19:52:58-07:00","end":"1996-08-23T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"746ee39b-771b-0216-9b3a-c71830482df6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7e825fae-7389-f64b-43a2-e5bff6549124"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1951-09-07T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTEtMDktMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b559a1db-6199-eba1-3cf3-5e29700fdeaa"}],"period":{"start":"1951-09-07T14:00:00-07:00","end":"1951-09-07T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"2570ad07-b27f-54bd-cd71-721ba499e4ce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8d2a7bae-a747-479c-fbc8-67d08886d627"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2012-06-12T18:04:41.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDYtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ea86cb71-6059-ac9c-e1f1-8fdf13865b33"}],"period":{"start":"2012-06-12T18:04:41-07:00","end":"2012-06-12T18:50:52-07:00"}}} +{"resourceType":"DocumentReference","id":"941420e3-61f9-75ee-75d6-57f8862d09b2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a89a511f-1ba9-23c4-0ac2-9446da463f9c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"1998-08-28T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTgtMDgtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNDggeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a2729fed-9fbe-a152-f510-7188f93b2207"}],"period":{"start":"1998-08-28T19:52:58-07:00","end":"1998-08-28T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"7866ee0d-5588-3e53-5eea-4e6433f762aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3ff4c1b3-bfaf-c0b8-bf32-c68aee49794c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1976-04-03T10:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzYtMDQtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbWVwZXJpZGluZSBoeWRyb2NobG9yaWRlIDUwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCi0gNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f008aa9b-3b19-002d-bfea-e5d9244a0cc5"}],"period":{"start":"1976-04-03T10:54:23-08:00","end":"1976-04-03T11:09:23-08:00"}}} +{"resourceType":"DocumentReference","id":"c79b62a8-ee16-c330-165c-c14f43fffbcd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2435a57b-4c7f-f76c-472c-09fa30c4c331"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1949-01-09T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NDktMDEtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDI2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/73f0f344-3372-f3db-70be-f08b1b567532"}],"period":{"start":"1949-01-09T10:15:12-08:00","end":"1949-01-09T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"0cc04a83-59aa-4543-7c4f-82f209966a46","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7ebd21a5-75cf-b60b-b6fa-853d28b28aee"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2014-03-08T18:02:47.440-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDMtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAxOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBkaWQgbm90IGZpbmlzaCBoaWdoIHNjaG9vbC4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHRoZXJhcHkgKHJlZ2ltZS90aGVyYXB5KQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d5c62496-bd21-33ca-9842-3925c0a0f17f"}],"period":{"start":"2014-03-08T18:02:47-08:00","end":"2014-03-08T18:17:47-08:00"}}} +{"resourceType":"DocumentReference","id":"1ea973e6-dc0a-c412-6200-3c9d1730ae58","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:77689d1d-a281-a6fa-5d7b-f6c8a0f3a1ab"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"1994-09-18T03:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTQtMDktMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDI0IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/05841784-c04f-f0b2-855c-9e1b98d7acf0"}],"period":{"start":"1994-09-18T03:01:44-07:00","end":"1994-09-18T03:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"da996c98-7d7b-408d-ba12-b57dede0a9cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:80ee0fcc-2d0f-d3a3-91f5-0b09fb0e1631"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2014-05-07T19:02:47.440-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDUtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAxOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBkaWQgbm90IGZpbmlzaCBoaWdoIHNjaG9vbC4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/404f0218-c0d3-34ca-d6a1-f194343d152f"}],"period":{"start":"2014-05-07T19:02:47-07:00","end":"2014-05-07T19:17:47-07:00"}}} +{"resourceType":"DocumentReference","id":"9aaf9813-5665-dbd9-b371-09d34020a05f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2392e495-f543-ae2a-fe0b-95592753cb68"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2000-08-04T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDAtMDgtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNTAgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b516a75c-7d8f-7d97-a1fc-89736b8a5373"}],"period":{"start":"2000-08-04T19:52:58-07:00","end":"2000-08-04T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"fec767bb-096a-d736-7a86-48fd245e4aec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:309a45dc-bde6-14fa-62cc-1ccefb7c3993"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1976-06-19T11:54:23.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzYtMDYtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbWVwZXJpZGluZSBoeWRyb2NobG9yaWRlIDUwIG1nIG9yYWwgdGFibGV0OyA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggc3RyZXNzIChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDYwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMjUgbWcvYWN0dWF0IC8gc2FsbWV0ZXJvbCAwLjA1IG1nL2FjdHVhdCBkcnkgcG93ZGVyIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/324892c3-ac26-5f1f-208d-a67f5de08c3f"}],"period":{"start":"1976-06-19T11:54:23-07:00","end":"1976-06-19T12:09:23-07:00"}}} +{"resourceType":"DocumentReference","id":"a133cebc-e62c-75c1-b16b-9cb8ead4fe38","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f3505207-0eec-451c-16e5-1feb808dd5bd"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1950-01-15T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTAtMDEtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDI3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cb380a14-720b-6afb-0b98-8f5676438938"}],"period":{"start":"1950-01-15T10:15:12-08:00","end":"1950-01-15T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"aa3c7774-d57b-68ea-6ccc-f63e5f2f3199","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7bceea31-9f6f-329a-c4f6-8494f2c11834"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2012-07-07T18:50:52.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDctMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6d15baa7-1926-4186-63cd-56376a37e289"}],"period":{"start":"2012-07-07T18:50:52-07:00","end":"2012-07-07T19:07:56-07:00"}}} +{"resourceType":"DocumentReference","id":"8826b3d0-5c1e-ff39-b734-2973e204a895","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7172ffc4-cd98-9c27-ea9b-0cb737cfd578"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1951-01-18T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTEtMDEtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDI4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/14fbfb3f-f2ec-8e4a-d1cf-a9e3fc0e93ad"}],"period":{"start":"1951-01-18T10:15:12-08:00","end":"1951-01-18T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"85fcc798-c64d-5528-1498-324e5efb57a9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2473ecb6-d556-caa7-d7bb-611d31829035"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"1995-09-24T03:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTUtMDktMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDI1IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcHJlZGlhYmV0ZXMsIGFuZW1pYSAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIGRpYWJldGVzIHNlbGYgbWFuYWdlbWVudCBwbGFuCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c5adc388-0c86-e471-0857-5b5f371028ba"}],"period":{"start":"1995-09-24T03:01:44-07:00","end":"1995-09-24T03:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"15a30d98-0b62-a279-f231-80ced9f38b5f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ffcc15e2-2618-2e3f-b8de-56f1d42a9013"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2012-07-29T19:07:56.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDctMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c21e833a-e62f-5125-5de5-4af1f95fb9be"}],"period":{"start":"2012-07-29T19:07:56-07:00","end":"2012-07-29T19:43:20-07:00"}}} +{"resourceType":"DocumentReference","id":"2512a861-3f77-10d8-a993-4be49ff0ea6e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:45462cab-8afa-ef3c-4c15-c5ec6dc3c433"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1977-04-09T10:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzctMDQtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbWVwZXJpZGluZSBoeWRyb2NobG9yaWRlIDUwIG1nIG9yYWwgdGFibGV0OyA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDYwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMjUgbWcvYWN0dWF0IC8gc2FsbWV0ZXJvbCAwLjA1IG1nL2FjdHVhdCBkcnkgcG93ZGVyIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8804c0b1-30eb-b4a4-c94f-491488e66b6c"}],"period":{"start":"1977-04-09T10:54:23-08:00","end":"1977-04-09T11:09:23-08:00"}}} +{"resourceType":"DocumentReference","id":"a7e81c58-61e5-114b-cd81-1b7489efa975","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:21e29848-e52d-19c7-89b7-3735c63c68dc"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1952-09-12T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTItMDktMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d03c9451-115e-2765-90a9-fe34caa0e9b9"}],"period":{"start":"1952-09-12T14:00:00-07:00","end":"1952-09-12T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"6fcafd1f-d3c7-92ff-e27b-9641c7feec8b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:161675e8-7aa4-fecf-c5d5-797960594127"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1978-04-15T10:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzgtMDQtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDYwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMjUgbWcvYWN0dWF0IC8gc2FsbWV0ZXJvbCAwLjA1IG1nL2FjdHVhdCBkcnkgcG93ZGVyIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/30d717c8-0fda-a346-3d8d-35f1fc1de885"}],"period":{"start":"1978-04-15T10:54:23-08:00","end":"1978-04-15T11:09:23-08:00"}}} +{"resourceType":"DocumentReference","id":"784adc7e-1449-d31e-a465-589344c89cf2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3300b6dc-4d2f-5689-b374-e2c69653231a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2014-12-03T14:02:47.440-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTItMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBkaWQgbm90IGZpbmlzaCBoaWdoIHNjaG9vbC4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c36dc60c-da0a-3fa8-aef9-66ce46fdf53b"}],"period":{"start":"2014-12-03T14:02:47-08:00","end":"2014-12-03T14:17:47-08:00"}}} +{"resourceType":"DocumentReference","id":"77f0cbe1-514b-8671-e58c-e112532beae0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c01aff0e-d87a-a35c-4938-fb55fe7b1250"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1952-09-19T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTItMDktMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c1632244-d17a-5f16-9254-30bf38c000a4"}],"period":{"start":"1952-09-19T14:00:00-07:00","end":"1952-09-19T15:00:00-07:00"}}} +{"resourceType":"DocumentReference","id":"746f7289-da20-b51d-b48c-a0ab3f62e01b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ee33341c-5ed7-e773-6db6-af978800d705"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2001-08-10T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDEtMDgtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNTEgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/65e4b212-9e6a-dba3-7cb6-3403b4c0701c"}],"period":{"start":"2001-08-10T19:52:58-07:00","end":"2001-08-10T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"985850b9-fd1f-c7d3-a5f7-4e59705301da","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e94963dc-3af9-c7eb-f71e-6022744525e9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2002-08-16T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDItMDgtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNTIgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/71f8eed0-e810-2cc7-9284-0d137de4061a"}],"period":{"start":"2002-08-16T19:52:58-07:00","end":"2002-08-16T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"4da0d4d4-6df9-d9d1-db85-2547a4ada890","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:de1d3953-039c-79b2-abd4-68cf69acc689"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2014-05-21T17:06:21.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDUtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTEgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwZXJlbm5pYWwgYWxsZXJnaWMgcmhpbml0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiB0ZGFwLCBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaHB2LCBxdWFkcml2YWxlbnQsIG1lbmluZ29jb2NjYWwgbWN2NHAuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gd2VpZ2h0IG1hbmFnZW1lbnQgcHJvZ3JhbQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"}],"period":{"start":"2014-05-21T17:06:21-07:00","end":"2014-05-21T17:21:21-07:00"}}} +{"resourceType":"DocumentReference","id":"f4abc617-fce0-dd86-1df3-b6bb00dd7a1b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4a2e773f-3b97-0e61-fa2f-2b69c99fc7cd"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1951-12-17T03:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTEtMTItMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDI5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9d8e8783-dcd9-6c81-8d6c-7e842ecf9c03"}],"period":{"start":"1951-12-17T03:15:12-08:00","end":"1951-12-17T03:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"4d88d46c-5e2a-58b3-3202-4eaa04648d59","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e18584c4-0e3f-9f14-f512-0cdb41d2dd10"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2012-08-21T19:43:20.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDgtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2ac2a165-be76-cc28-c2d3-9f58a6e462e5"}],"period":{"start":"2012-08-21T19:43:20-07:00","end":"2012-08-21T20:12:08-07:00"}}} +{"resourceType":"DocumentReference","id":"b7df5e9c-bb46-f80a-74de-56c06752aa80","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2d7d5b68-fec8-6891-0542-161e6b6139e1"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"1995-09-24T03:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTUtMDktMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDI1IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAotIGZlcnJvdXMgc3VsZmF0ZSAzMjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e4bc1772-d1c0-921f-357d-5a6a36e9d644"}],"period":{"start":"1995-09-24T03:01:44-07:00","end":"1995-09-24T03:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"69308ffa-f25d-5d96-2517-9342fa487796","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1f6615fe-1cf9-2b13-a482-3f646692db8b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"1996-09-29T03:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTYtMDktMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDI2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0ee6630c-b1df-5f07-be2c-7e8f67946f45"}],"period":{"start":"1996-09-29T03:01:44-07:00","end":"1996-09-29T03:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"c27fa976-14d1-d8fa-e60e-b62efb5e4d62","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ee4a0add-5b9c-820f-0f15-9dd5e15cb779"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1979-04-21T10:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzktMDQtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDYwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMjUgbWcvYWN0dWF0IC8gc2FsbWV0ZXJvbCAwLjA1IG1nL2FjdHVhdCBkcnkgcG93ZGVyIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/18ca5fcd-30db-f206-4a86-41a90503128e"}],"period":{"start":"1979-04-21T10:54:23-08:00","end":"1979-04-21T11:09:23-08:00"}}} +{"resourceType":"DocumentReference","id":"b376d6df-2858-4de5-b913-f416b3ab75c4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:cd01ba49-3d1c-dadb-0569-8695243e44aa"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2003-11-23T18:52:58.316-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999629","display":"Dr. Marcelene872 Mayert710"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9a7149fa-49fc-3c87-b935-d29c55808717","display":"NEW ENGLAND BAPTIST HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDMtMTEtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGltcGFjdGVkIG1vbGFycy4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/91266119-5fef-91c4-8379-9cd8b1ce221c"}],"period":{"start":"2003-11-23T18:52:58-08:00","end":"2003-11-24T18:52:58-08:00"}}} +{"resourceType":"DocumentReference","id":"2a8e103f-4368-5fc0-4f69-ca9cd1360b2b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f8cdddce-fead-54c1-8891-d8a524a22881"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2004-08-27T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMDgtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a4712084-7b66-80d6-6f9e-ba9823fce83f"}],"period":{"start":"2004-08-27T19:52:58-07:00","end":"2004-08-27T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"92a3775c-1497-46c8-0a19-289ecdc5bd4c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7f9dc1c0-6b87-2a4d-d7e1-a1b584bf0771"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2006-09-08T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDYtMDktMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/23b8ca16-698c-29a3-4f4f-bd383afb5201"}],"period":{"start":"2006-09-08T19:52:58-07:00","end":"2006-09-08T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"1e6d5295-f846-1c4f-53fa-c93bd3f05e1d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2b919f62-3458-0b23-07ac-2711aa2e5405"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2009-09-25T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMDktMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNTkgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2e30f832-c37a-a952-b645-ea93800492a9"}],"period":{"start":"2009-09-25T19:52:58-07:00","end":"2009-09-25T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"17161023-a8b6-2ac6-388c-a85a5bbea193","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f8f0a4db-865f-0ffe-318b-362a4b89c7c8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1953-09-18T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTMtMDktMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a8bbf520-ca66-d43c-3703-642f5f842960"}],"period":{"start":"1953-09-18T14:00:00-07:00","end":"1953-09-18T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"96bf0cfd-a103-69d4-969e-109cac05899e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:99ae3782-ea64-3aaa-bdc3-848cbfe9760a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2010-10-01T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMTAtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjAgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6b0b7ce5-21e1-48a9-d8d9-318e276f2904"}],"period":{"start":"2010-10-01T19:52:58-07:00","end":"2010-10-01T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"8330da11-c1a6-b849-c6b5-1840b6a04d5a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:786f3071-8fbd-e06a-a24a-06c9d7902c63"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2011-10-07T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMTAtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjEgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cfd1507d-5478-a474-fcfa-d7c8decb5a32"}],"period":{"start":"2011-10-07T19:52:58-07:00","end":"2011-10-07T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"e8b0b8cc-c9c8-4b0f-190a-f42119d5b1e8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:82c6eb43-2d4f-86cd-34e6-353cd770ba08"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2015-05-27T17:06:21.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDUtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTIgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwZXJlbm5pYWwgYWxsZXJnaWMgcmhpbml0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBib2R5IG1hc3MgaW5kZXggMzArIC0gb2Jlc2l0eSAoZmluZGluZyksIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaHB2LCBxdWFkcml2YWxlbnQuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgY2FyLCByZWxheCwgYWxvbmUsIGZvcmdldCwgZnJpZW5kcywgdHJvdWJsZSBzY3JlZW5pbmcgdGVzdCAocHJvY2VkdXJlKQotIGhlYWx0aCByaXNrcyBlZHVjYXRpb24gKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"}],"period":{"start":"2015-05-27T17:06:21-07:00","end":"2015-05-27T17:21:21-07:00"}}} +{"resourceType":"DocumentReference","id":"16eea190-7347-30b2-2d33-37eccdc106b8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:176d2b41-3a65-c237-c0df-0349116a3b2d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2012-09-13T20:12:08.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDktMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cdc2a745-3195-cd51-6fcd-6738add16a41"}],"period":{"start":"2012-09-13T20:12:08-07:00","end":"2012-09-13T21:05:28-07:00"}}} +{"resourceType":"DocumentReference","id":"cee09de7-cbe8-9e70-fe2c-1e99e5c63001","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c384b9bf-111b-d454-215f-00218b04f77d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2015-01-10T05:02:47.440-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDEtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBkaWQgbm90IGZpbmlzaCBoaWdoIHNjaG9vbC4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgcmVwb3J0cyBvZiB2aW9sZW5jZSBpbiB0aGUgZW52aXJvbm1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaGVwIGIsIGFkdWx0LiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0K"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"}],"period":{"start":"2015-01-10T05:02:47-08:00","end":"2015-01-10T05:17:47-08:00"}}} +{"resourceType":"DocumentReference","id":"09543cc9-0ef7-40e8-4dbe-cd7b33d48a1d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e6e8d5a6-fd04-98da-9185-0bb75f3b1a9e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2012-10-10T21:05:28.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTAtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/25b5f65a-681f-94f6-1ebc-ae61f4c38dcd"}],"period":{"start":"2012-10-10T21:05:28-07:00","end":"2012-10-10T21:26:31-07:00"}}} +{"resourceType":"DocumentReference","id":"a570d7d8-56d3-64f2-ab6c-13825c224c55","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e5de57cb-075a-f248-4fe5-e9b5767017e2"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1952-01-27T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTItMDEtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDI5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/11208b5e-311d-daad-be7e-852a32097c4d"}],"period":{"start":"1952-01-27T10:15:12-08:00","end":"1952-01-27T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"6d08f17c-4149-0497-4b61-067a50544d20","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8464a1a6-db96-a3c4-fa89-41a81f40074d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2012-11-03T21:26:31.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTEtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f41d8909-45aa-547f-64d4-1e28ab7734b4"}],"period":{"start":"2012-11-03T21:26:31-07:00","end":"2012-11-03T22:25:15-07:00"}}} +{"resourceType":"DocumentReference","id":"81345eff-13f1-afc8-4253-93ed06a7e7e1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4d0f909a-f145-b876-c61e-4dd95efbf9c6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1954-09-24T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTQtMDktMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e148d6bc-02ea-eaff-3220-fa12284fb269"}],"period":{"start":"1954-09-24T14:00:00-07:00","end":"1954-09-24T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"3567b77c-06b9-9442-0771-9f4fdcd5e560","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:bcfe72cf-e024-2d8b-50e4-bb16cd3b492b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1953-02-01T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTMtMDItMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDMwIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/21de04bf-4f6d-c199-40a9-eedca23152c5"}],"period":{"start":"1953-02-01T10:15:12-08:00","end":"1953-02-01T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"f5d15b1c-becd-9cf1-e9a2-1b6927fca861","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:97382d64-6e50-8a3a-3581-298d1a3454b5"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1979-11-29T17:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzktMTEtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHJlc3BpcmF0b3J5IHRoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9d75a62c-749b-2c4f-4a6f-b02ac0e6da53"}],"period":{"start":"1979-11-29T17:54:23-08:00","end":"1979-11-29T18:09:23-08:00"}}} +{"resourceType":"DocumentReference","id":"4c1b5046-e0ba-6806-c678-ac262b4ca79f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4c693aa1-49e7-6457-c934-205b7826cb0f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"1997-10-05T03:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTctMTAtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDI3IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a12ba6bf-50ba-9131-1ed1-29745ac907ec"}],"period":{"start":"1997-10-05T03:01:44-07:00","end":"1997-10-05T03:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"d96d5619-4c0c-223c-df7c-980151ab66b6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a09c623c-acb0-a482-ff49-909d8c13ef0a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1954-02-07T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTQtMDItMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDMxIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/38781f09-3e48-3f1d-7d19-bb6b9b815a84"}],"period":{"start":"1954-02-07T10:15:12-08:00","end":"1954-02-07T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"0c971b1a-2845-7085-bc31-6622ffab5bfe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ba32619e-625c-31a7-9ab5-475c4d47fd47"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"1998-10-11T03:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTgtMTAtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDI4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ed5a6aa7-eff6-49a8-a1f7-19267129297d"}],"period":{"start":"1998-10-11T03:01:44-07:00","end":"1998-10-11T03:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"36403035-b8fd-1f59-855c-7dd5791b57cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:930887d6-ca6b-6ecd-b68a-701e44c3e056"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2012-11-30T21:25:15.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTEtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1907cc1d-f0fb-c9ed-1b42-32e5332736d7"}],"period":{"start":"2012-11-30T21:25:15-08:00","end":"2012-11-30T22:22:12-08:00"}}} +{"resourceType":"DocumentReference","id":"45004026-11a0-f098-1e50-3fb8a2d4041f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f6c6f52f-3cc7-ec64-f13d-0722f33a5f8a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2012-12-26T22:22:12.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTItMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b93b8842-e417-ab4f-43ea-017394a9f44c"}],"period":{"start":"2012-12-26T22:22:12-08:00","end":"2012-12-26T23:07:05-08:00"}}} +{"resourceType":"DocumentReference","id":"14377b6d-9031-1535-04d2-91c9c8a4565d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:57149374-2a8d-20c4-6d32-ff75a07b2f8c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1955-09-30T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTUtMDktMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a473f087-46d1-bf70-a40c-be1389fd8909"}],"period":{"start":"1955-09-30T13:00:00-08:00","end":"1955-09-30T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"261df495-e54d-4880-50c7-f82cb757e607","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:264459a2-3910-58e2-ebcd-2e1078fc9c04"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"1999-10-17T03:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTktMTAtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDI5IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cd81b58e-c608-32b4-769f-3fe6b584b4c0"}],"period":{"start":"1999-10-17T03:01:44-07:00","end":"1999-10-17T03:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"de486d6c-03d6-91ec-f517-062302fe985e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a24606c2-f881-e1b8-f26a-f7866ec1dd36"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1955-02-13T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTUtMDItMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDMyIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1309fc2f-73d8-6c8c-2668-ecc44e08afdc"}],"period":{"start":"1955-02-13T10:15:12-08:00","end":"1955-02-13T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"1802933f-e4d9-2914-ade5-e6b1b6d5a770","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:538bd974-eed2-dc6b-e77b-33ac8a72f29b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1956-10-05T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTYtMTAtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAyOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3e37b13a-8ae1-429a-8e69-a2c671fb20fb"}],"period":{"start":"1956-10-05T13:00:00-08:00","end":"1956-10-05T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"5e4f204a-91e3-46e5-b416-28b2339a9fc7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5f3fcc12-be83-9037-a6fc-598e23cdbf56"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1956-02-19T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTYtMDItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDMzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/38d339f9-8b64-013e-1fd7-848e1ee573c8"}],"period":{"start":"1956-02-19T10:15:12-08:00","end":"1956-02-19T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"d932d850-a96a-3744-0e51-f86297aeec1d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:cbd349ed-8fcc-c7e4-6568-ef7fce2f4155"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2000-10-22T03:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDAtMTAtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDMwIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2b6d0b80-6370-fc88-45cb-086e4424956b"}],"period":{"start":"2000-10-22T03:01:44-07:00","end":"2000-10-22T03:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"f3e0ed2f-b83b-1b08-ff0c-e9d8c410c441","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:489a4ae1-29b8-451d-6848-bda93c7df7d9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1957-10-11T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTctMTAtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1e5504a5-d788-c62f-994d-39eb8eb3eec9"}],"period":{"start":"1957-10-11T13:00:00-08:00","end":"1957-10-11T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"59fb18aa-14b5-e8c3-48e6-29f3c2f87741","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:35981201-87ce-a0a2-6145-a82c482f6834"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1980-04-26T10:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODAtMDQtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHNwaXJvbWV0cnkgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"}],"period":{"start":"1980-04-26T10:54:23-08:00","end":"1980-04-26T11:09:23-08:00"}}} +{"resourceType":"DocumentReference","id":"a041009f-037f-f714-ff64-2719c8dccd8c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:95ba748d-e210-a10b-cf74-a1420a3ef0ee"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2013-01-22T23:07:05.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDEtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3f1fdb8b-bb2d-e24c-0847-8cb4fe7abcdc"}],"period":{"start":"2013-01-22T23:07:05-08:00","end":"2013-01-22T23:44:31-08:00"}}} +{"resourceType":"DocumentReference","id":"72b08e87-cd4f-653e-0f68-d61fa68fa1fc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:755bf415-18f7-bbcb-c4a0-7ff3871d61bf"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2016-05-11T17:06:21.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDUtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFsbGVyZ3kgc2NyZWVuaW5nIHRlc3QKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIGFsbGVyZ2ljIGRpc29yZGVyIG1vbml0b3JpbmcK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"}],"period":{"start":"2016-05-11T17:06:21-07:00","end":"2016-05-11T17:40:25-07:00"}}} +{"resourceType":"DocumentReference","id":"e4ad99a5-5ebf-6245-28a6-7e05bf87e549","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0f4f4d14-0149-3ab7-d82b-ebc471062a10"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2001-10-28T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDEtMTAtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDMxIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a93cd41d-d3ad-f124-eaf1-d45e3126b78c"}],"period":{"start":"2001-10-28T02:01:44-08:00","end":"2001-10-28T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"88d0ba99-254a-0462-1851-cb2d2876707a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e8086833-9dfb-9ed7-de61-190c35e7da3a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2013-02-14T23:44:31.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDItMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/fcd742ee-46a6-979f-d4e5-ab0cf41d8782"}],"period":{"start":"2013-02-14T23:44:31-08:00","end":"2013-02-15T00:42:00-08:00"}}} +{"resourceType":"DocumentReference","id":"3fd036e8-16a4-b4da-1ec2-59dbfb5623a3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e0f4fafd-efa4-801f-d88d-963f39cd4e2f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2002-11-03T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDItMTEtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDMyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/97ad83e5-e659-ae8e-f8d4-f74f6c4816ba"}],"period":{"start":"2002-11-03T02:01:44-08:00","end":"2002-11-03T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"9c1bb307-9e23-9f0a-5a95-f2210e80fb5f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0efb9cf7-d1ea-3712-c570-37f9a9b85aac"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2003-11-09T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDMtMTEtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDMzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a3c62e76-c3af-cafa-572b-ed9ce40e3b95"}],"period":{"start":"2003-11-09T02:01:44-08:00","end":"2003-11-09T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"a9fea6b3-07ae-a1bd-1de5-39326feed3ad","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:22dcb95e-8ef4-babe-4554-03e03b64e736"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2004-11-14T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMTEtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDM0IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3f912b1c-a37a-1a3b-718d-8ba635ab6a65"}],"period":{"start":"2004-11-14T02:01:44-08:00","end":"2004-11-14T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"a63a7135-ed7f-3603-849b-8a36fecbc8e3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8df36d7d-d7b7-713c-73c2-06c849367d9f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2016-01-16T05:02:47.440-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDEtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGRpZCBub3QgZmluaXNoIGhpZ2ggc2Nob29sLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdW5oZWFsdGh5IGFsY29ob2wgZHJpbmtpbmcgYmVoYXZpb3IgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgdGQgKGFkdWx0KSBwcmVzZXJ2YXRpdmUgZnJlZSwgaGVwIGIsIGFkdWx0LCBtZW5pbmdvY29jY2FsIG1jdjRwLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"}],"period":{"start":"2016-01-16T05:02:47-08:00","end":"2016-01-16T05:17:47-08:00"}}} +{"resourceType":"DocumentReference","id":"a18670ab-5586-df8c-4e88-1fcefc6f5c58","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:d285cdee-108d-4d5b-7eab-5b6e9ccbded3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2005-11-20T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDUtMTEtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDM1IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/781d3f05-6e14-4955-a645-06e2639a3209"}],"period":{"start":"2005-11-20T02:01:44-08:00","end":"2005-11-20T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"1c8ee934-17f8-dd76-b312-db5797d74176","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6824840b-c646-269e-eb97-52430b5b6b3e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1957-02-24T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTctMDItMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDM0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a8708b90-ebc0-6190-dc23-336dd5658513"}],"period":{"start":"1957-02-24T10:15:12-08:00","end":"1957-02-24T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"60aed746-e380-50c4-b99d-54ff33b4c9ce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:888e776c-fba2-8f55-08d7-1187f615e747"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1958-03-02T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTgtMDMtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDM1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/da26dce8-9c7b-f822-bf44-718b626a0fc4"}],"period":{"start":"1958-03-02T10:15:12-08:00","end":"1958-03-02T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"8210f01d-ea3d-2209-bc40-893a2313df6d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9905f5dc-a5b6-ae9e-f200-e31884114e61"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1958-10-17T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTgtMTAtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/37b7e6b1-93b5-f268-5b74-f696a0202d22"}],"period":{"start":"1958-10-17T13:00:00-08:00","end":"1958-10-17T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"fed5022f-708c-4069-ba0f-fceca08959c5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8fbed348-3708-50f3-9765-2e967bdbb25d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2013-03-11T01:42:00.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDMtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8843b3c0-e9ca-0e94-d00b-7be3ff8af9f1"}],"period":{"start":"2013-03-11T01:42:00-07:00","end":"2013-03-11T01:58:30-07:00"}}} +{"resourceType":"DocumentReference","id":"d7bd56fa-f8fc-30d5-d9bc-4e5f4034c014","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0bfc20f2-1eb2-1515-6cab-6e0cb8e6960e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2016-06-01T17:06:21.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDYtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBocHYsIHF1YWRyaXZhbGVudC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"}],"period":{"start":"2016-06-01T17:06:21-07:00","end":"2016-06-01T17:21:21-07:00"}}} +{"resourceType":"DocumentReference","id":"828a68f2-0d58-ef48-623e-7aafcc6a5c00","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a30c2b87-6400-7e8c-d242-098e54730751"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1959-10-23T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTktMTAtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/efd2ba2c-3c31-1692-8a43-675d9eed65e8"}],"period":{"start":"1959-10-23T13:00:00-08:00","end":"1959-10-23T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"452e9a47-2b13-b450-1559-7bffee7838a4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:bf01b560-8c2d-7a72-6ed5-68b7412b0893"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2013-03-23T04:56:45.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDMtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgY2FyLCByZWxheCwgYWxvbmUsIGZvcmdldCwgZnJpZW5kcywgdHJvdWJsZSBzY3JlZW5pbmcgdGVzdCAocHJvY2VkdXJlKQotIGFudGljaXBhdG9yeSBndWlkYW5jZSAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/53e9c544-0cc2-508d-fe87-6d26d492c00d"}],"period":{"start":"2013-03-23T04:56:45-07:00","end":"2013-03-23T05:11:45-07:00"}}} +{"resourceType":"DocumentReference","id":"be00efca-f942-2997-639c-f0cabef79b85","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ff67ff62-503a-b686-b37c-6f424d053a5c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1959-03-08T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NTktMDMtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDM2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1f2a28dc-20ab-83b5-7375-d660d2fc8d3b"}],"period":{"start":"1959-03-08T10:15:12-08:00","end":"1959-03-08T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"dfcc373b-4025-584f-8bc5-d59f7a6093ad","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:73ffa96c-feaf-b4df-cf44-ef92c48fe291"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1960-03-13T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjAtMDMtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDM3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1cac9e5d-260b-c02d-85e8-ae7325618616"}],"period":{"start":"1960-03-13T10:15:12-08:00","end":"1960-03-13T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"dc31c7b1-550e-463f-6ffb-a6ecdf8d69a5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:85acdaea-7204-e1ee-3577-9bbf9a4d95fc"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2006-11-26T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDYtMTEtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDM2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/db02bd0e-32c5-cc67-c649-8a278d28fb45"}],"period":{"start":"2006-11-26T02:01:44-08:00","end":"2006-11-26T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"2f264bb2-2493-e688-1b86-22bb864c486c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e8027991-933c-b042-0f34-87d9717e54fd"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2007-12-02T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDctMTItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDM3IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/89e133f1-1750-8f6e-3d18-5dbd3967dde2"}],"period":{"start":"2007-12-02T02:01:44-08:00","end":"2007-12-02T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"7a584526-2162-2c78-3bde-15e5171e82b6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1bf6e9fa-a6cd-35b8-84ad-ace2f0a266f7"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1981-05-02T11:54:23.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODEtMDUtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSAzOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHNwaXJvbWV0cnkgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"}],"period":{"start":"1981-05-02T11:54:23-07:00","end":"1981-05-02T12:09:23-07:00"}}} +{"resourceType":"DocumentReference","id":"6efe4aa6-ba0e-fc73-6ef3-2216fcbf4016","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5bad8b74-79e0-c01b-9940-ace942f3ff21"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2017-01-21T05:02:47.440-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDEtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgcmVwb3J0cyBvZiB2aW9sZW5jZSBpbiB0aGUgZW52aXJvbm1lbnQgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgZGlkIG5vdCBmaW5pc2ggaGlnaCBzY2hvb2wuClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBoZXAgYiwgYWR1bHQuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"}],"period":{"start":"2017-01-21T05:02:47-08:00","end":"2017-01-21T05:17:47-08:00"}}} +{"resourceType":"DocumentReference","id":"29d51d8e-fb63-b888-2882-9aa2829029b9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:37923561-072b-6226-167f-9dca72d4fbd7"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1960-10-28T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjAtMTAtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c87f79c4-136b-65bd-fc59-ce1b9c3b959f"}],"period":{"start":"1960-10-28T13:00:00-08:00","end":"1960-10-28T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"83819678-0f72-bfdf-582e-e61a2b554b7b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:83384a7a-c563-1b47-ad36-244b89bb639a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2016-06-07T17:40:25.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDYtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1a668178-4ad2-f70c-fff0-5b57b49d6e83"}],"period":{"start":"2016-06-07T17:40:25-07:00","end":"2016-06-07T18:22:36-07:00"}}} +{"resourceType":"DocumentReference","id":"87c20233-e106-c4f7-a199-3ad330eb98c4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1f58a019-37ad-9f3f-3357-6b106ecdf135"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2016-07-01T18:22:36.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDctMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0932d8bb-c9c4-d866-9800-2ae92fe0f31b"}],"period":{"start":"2016-07-01T18:22:36-07:00","end":"2016-07-01T18:57:39-07:00"}}} +{"resourceType":"DocumentReference","id":"c163f284-579e-bf5f-d83d-d72f2f6a0042","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4f622b1a-7d84-da92-9621-f982833705e9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1961-11-03T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjEtMTEtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/95dea7b8-4b06-ca31-934d-ecf3a495a462"}],"period":{"start":"1961-11-03T13:00:00-08:00","end":"1961-11-03T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"32abfc44-03ec-732e-cacf-fe45372dae4e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:16affdef-1256-0733-9658-2e6bb68c7f55"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2017-09-21T21:02:47.440-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgcmVwb3J0cyBvZiB2aW9sZW5jZSBpbiB0aGUgZW52aXJvbm1lbnQgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgZGlkIG5vdCBmaW5pc2ggaGlnaCBzY2hvb2wuClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f51772e9-6aab-0665-2a53-ea5916333450"}],"period":{"start":"2017-09-21T21:02:47-07:00","end":"2017-09-21T21:17:47-07:00"}}} +{"resourceType":"DocumentReference","id":"2c4914ae-9b85-f35a-30c0-3a0bc34e037c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7a08bbee-8a74-757e-a575-84da3e9bafdd"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2013-04-01T01:58:30.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDQtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/11cb4a28-8674-a316-a779-1bed68b809ea"}],"period":{"start":"2013-04-01T01:58:30-07:00","end":"2013-04-01T02:34:11-07:00"}}} +{"resourceType":"DocumentReference","id":"827a5cd1-1a01-9d4c-3925-375312ca41a4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7a8d4ac8-4583-f6cb-d816-7fda7fd3b013"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2012-10-12T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTAtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjIgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"}],"period":{"start":"2012-10-12T19:52:58-07:00","end":"2012-10-12T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"c2085daa-3dbc-c258-5c72-0322584ff8a3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:d0882950-7bdd-39df-bdfc-b9088adfb14d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2016-07-24T18:57:39.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDctMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c9385a38-7d4c-9c15-dc50-58639bb009ab"}],"period":{"start":"2016-07-24T18:57:39-07:00","end":"2016-07-24T19:35:07-07:00"}}} +{"resourceType":"DocumentReference","id":"b691bc83-32fc-e573-f5da-e9baca6feb1f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c6ed46da-1662-cf63-0df8-f4b49521b7c9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1961-03-19T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjEtMDMtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDM4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ceff59c1-85dd-c1c5-8e9b-7a136d91126b"}],"period":{"start":"1961-03-19T10:15:12-08:00","end":"1961-03-19T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"ce7b1680-28a0-c778-5166-22985e6edf25","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f769ca81-8465-c870-c59f-09175d67a1ac"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1962-03-25T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjItMDMtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDM5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e20a4b40-ab57-7fd9-c708-4e39bb4bbf74"}],"period":{"start":"1962-03-25T10:15:12-08:00","end":"1962-03-25T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"7a2a4230-ce82-3600-fe81-baf40234a675","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ac27e9c6-ee42-8f21-36cc-9c2f904db28c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2008-08-26T05:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMDgtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDM4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6633f7af-4c76-8139-d0bf-7ca127dc7a0a"}],"period":{"start":"2008-08-26T05:01:44-07:00","end":"2008-08-26T05:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"7eeee9f5-05c1-375f-5f9d-746569a96b16","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9246c2f8-706b-50d8-4639-d78086f35aa8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2008-12-07T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMTItMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDM4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2fd6f23b-e690-f4ad-86fd-e316b6e531e3"}],"period":{"start":"2008-12-07T02:01:44-08:00","end":"2008-12-07T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"a4d09cd7-a59e-9211-2639-85a3fc3caa41","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5beca37f-b8a2-2757-a920-725f11c2312a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2013-04-23T02:34:11.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDQtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0acc991d-f23f-db05-3da1-3ce9ab7dc83b"}],"period":{"start":"2013-04-23T02:34:11-07:00","end":"2013-04-23T02:56:16-07:00"}}} +{"resourceType":"DocumentReference","id":"43f83763-d08f-ae64-41f4-22be6c1546c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6f36e3bd-8e5a-5831-db51-34505ccbcf4d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2016-08-16T19:35:07.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDgtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4bdbac4c-5e4e-a29a-3f7c-ea46b8bf402f"}],"period":{"start":"2016-08-16T19:35:07-07:00","end":"2016-08-16T20:11:14-07:00"}}} +{"resourceType":"DocumentReference","id":"5f7b514c-4398-6fd2-6d66-54cf41d00e11","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ed12b6b9-38e5-255b-be3c-31723c258ab8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1962-11-09T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjItMTEtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/97b5e87c-7847-fe1c-cef2-432599194afa"}],"period":{"start":"1962-11-09T13:00:00-08:00","end":"1962-11-09T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"5cffcfb8-1b77-a9d3-df47-0d027e38cd6d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:bb87b0c2-f53b-8e0d-c22e-5db70da60cc9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1963-03-31T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjMtMDMtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQwIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9586fba8-f2ba-80f3-e86e-dda3f19f9878"}],"period":{"start":"1963-03-31T10:15:12-08:00","end":"1963-03-31T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"fd008935-87e9-87d5-e840-55dbe5ca6208","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a5603c11-a08b-431e-25d1-65f0900f581d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2013-05-17T02:56:16.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDUtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/87c705d1-50b9-fa8e-a6a0-5e2d17f5693c"}],"period":{"start":"2013-05-17T02:56:16-07:00","end":"2013-05-17T03:52:34-07:00"}}} +{"resourceType":"DocumentReference","id":"e3815fe0-c123-cc5f-d4b5-12711abfd067","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:348b97b1-c96f-6de5-7be4-2ecf86e497e2"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2016-09-08T20:11:14.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e49ced8d-c150-3298-2798-3c60c33ef16b"}],"period":{"start":"2016-09-08T20:11:14-07:00","end":"2016-09-08T20:46:58-07:00"}}} +{"resourceType":"DocumentReference","id":"79bd7c55-cd88-b142-a1af-a97393afaf2b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0943edbd-0e67-9177-ad4e-d8c1616f4b08"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1964-04-05T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjQtMDQtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQxIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7252eb5e-f70c-b415-90d3-4630ccb63efa"}],"period":{"start":"1964-04-05T10:15:12-08:00","end":"1964-04-05T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"a0bb65df-0685-fad9-887d-0a09f52fdcd7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:fabd3906-828f-258b-c158-c0417ff34610"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2013-06-10T03:52:34.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDYtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5e90da57-e9a4-410b-c5c3-b8399c0f6b8c"}],"period":{"start":"2013-06-10T03:52:34-07:00","end":"2013-06-10T04:44:46-07:00"}}} +{"resourceType":"DocumentReference","id":"cc439885-eeab-382a-5a43-8aae632c3907","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4ab6743d-991c-0c23-6ae9-4904c6aea60c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1982-05-08T11:54:23.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODItMDUtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3Bpcm9tZXRyeSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRvbWVzdGljIGFidXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkcnVnIGFidXNlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"}],"period":{"start":"1982-05-08T11:54:23-07:00","end":"1982-05-08T12:09:23-07:00"}}} +{"resourceType":"DocumentReference","id":"ebb94cfd-9885-19c8-2bfa-3f4cf7d4202b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c1b947d7-b7b1-6f41-e533-a67e79434356"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2013-10-18T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBhbGNvaG9sIHVzZSBkaXNvcmRlcnMgaWRlbnRpZmljYXRpb24gdGVzdCAtIGNvbnN1bXB0aW9uIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"}],"period":{"start":"2013-10-18T19:52:58-07:00","end":"2013-10-18T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"33bd4e05-b287-d47d-2b0b-2b2b522f4ef2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0fcf11f4-1204-c500-456e-4fbff16d1c0b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2009-12-13T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMTItMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDM5IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0bdc676a-9a2b-143b-b518-2273c6155f6b"}],"period":{"start":"2009-12-13T02:01:44-08:00","end":"2009-12-13T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"ed0374de-9253-04b7-9ecc-491256b7ec87","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9468df80-45e1-7996-1bbf-499fa2ccaa96"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2010-12-19T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMTItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQwIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9d3605a9-6880-d119-6c45-b500539b1261"}],"period":{"start":"2010-12-19T02:01:44-08:00","end":"2010-12-19T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"5257ae74-f38d-ed76-0ce7-020867c3e5c1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:35b31b5f-bc3e-4a84-412a-df5f955d1de4"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2011-12-25T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMTItMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQxIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8907bcc8-999d-4530-7712-5f7e9dd1d484"}],"period":{"start":"2011-12-25T02:01:44-08:00","end":"2011-12-25T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"3c0eb914-8d22-05f4-80f2-fb973ebc09b9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3f0cafb2-bcc9-b6ce-c454-89c9ca51d680"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2016-10-03T20:46:58.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTAtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3c8b1c46-1797-8a56-1a8b-735579b17266"}],"period":{"start":"2016-10-03T20:46:58-07:00","end":"2016-10-03T21:25:41-07:00"}}} +{"resourceType":"DocumentReference","id":"1804560e-b46d-c3a6-e55d-6746f1d03929","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8e527aa4-70f6-2065-1457-3382d17d698f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2013-07-03T04:44:46.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDctMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8976e52b-ca58-246a-09a0-b898aacc787b"}],"period":{"start":"2013-07-03T04:44:46-07:00","end":"2013-07-03T05:32:40-07:00"}}} +{"resourceType":"DocumentReference","id":"d8be55e6-786a-54b0-eed4-a3a46b2ad37a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:155d5ff8-3380-0864-e070-e952540bc2dd"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2016-10-25T21:25:41.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTAtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f8d1cdf1-5660-013f-6761-c01d0a9bcfe8"}],"period":{"start":"2016-10-25T21:25:41-07:00","end":"2016-10-25T21:52:35-07:00"}}} +{"resourceType":"DocumentReference","id":"52da85a5-09dd-c096-e985-25f28946416d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ad136792-4303-960c-c7a8-78f155dcc5dd"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2013-07-26T05:32:40.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDctMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cfb022a9-ab4f-7cad-9824-875602ca3b8e"}],"period":{"start":"2013-07-26T05:32:40-07:00","end":"2013-07-26T06:27:38-07:00"}}} +{"resourceType":"DocumentReference","id":"c0f0e9af-0e53-3b84-1399-279cf9a9506b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:877d1def-4b75-b342-b0ea-b7cdc1387e72"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2016-11-17T20:52:35.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTEtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4d0f36c1-7a38-3964-57dc-738334171c02"}],"period":{"start":"2016-11-17T20:52:35-08:00","end":"2016-11-17T21:16:39-08:00"}}} +{"resourceType":"DocumentReference","id":"0bccc2b4-04c0-0eba-8dbc-d40b0ca50420","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5cb058b6-1f4f-0d3d-45fa-aa877786024b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1963-11-15T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjMtMTEtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/244d1f94-f1d7-fa54-ccfc-eea20f7bc74f"}],"period":{"start":"1963-11-15T13:00:00-08:00","end":"1963-11-15T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"9bbe87be-a86c-5046-1bf5-879c797a4ad0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:163767b8-d72f-74a8-65f9-f97c20f221ff"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2016-12-10T21:16:39.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTItMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d1608119-6ae0-60f6-46ed-e1a6f8884b85"}],"period":{"start":"2016-12-10T21:16:39-08:00","end":"2016-12-10T22:08:42-08:00"}}} +{"resourceType":"DocumentReference","id":"ec407bda-1603-d345-1858-a87bd1c8d8e3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:68287669-8129-8958-437b-f8b93b271f8e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1964-04-01T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjQtMDQtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQxIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/acc8879a-799c-c346-398e-fe7966d43e26"}],"period":{"start":"1964-04-01T10:15:12-08:00","end":"1964-04-01T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"121eb2d7-8179-d52e-0f1e-024edcb729f1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c7b1dbaa-3170-77f8-0a8f-efea71bb5b05"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2017-01-01T22:08:42.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDEtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0b527512-ea3e-83cf-01f9-157dbc04a387"}],"period":{"start":"2017-01-01T22:08:42-08:00","end":"2017-01-01T22:50:22-08:00"}}} +{"resourceType":"DocumentReference","id":"dd3fb85c-76e3-90b3-caf9-bff24f32b971","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:590b90ad-5da3-ee52-bf59-ede808b35d25"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2018-01-27T05:02:47.440-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgcmVwb3J0cyBvZiB2aW9sZW5jZSBpbiB0aGUgZW52aXJvbm1lbnQgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgZGlkIG5vdCBmaW5pc2ggaGlnaCBzY2hvb2wuClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0K"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"}],"period":{"start":"2018-01-27T05:02:47-08:00","end":"2018-01-27T05:17:47-08:00"}}} +{"resourceType":"DocumentReference","id":"a0ea60be-3fb6-11ff-ed92-bec6f9389a87","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2e629477-9183-7eff-4fbe-52fc59fb9e3f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1964-10-30T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjQtMTAtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgaG91c2luZyB1bnNhdGlzZmFjdG9yeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6c1beaa5-a0e8-f0d4-ed92-2b515b6b155c"}],"period":{"start":"1964-10-30T13:00:00-08:00","end":"1964-10-30T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"eda9bf26-9670-033a-c68a-7ab3e2aa4955","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7f617c60-3da6-4749-2580-d4c1779c5967"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1965-04-11T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjUtMDQtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQyIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/44722cae-6800-8a9b-b6db-c86a0b53a877"}],"period":{"start":"1965-04-11T10:15:12-08:00","end":"1965-04-11T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"0ef406ec-cb31-45d2-ff1a-c7b7561eaf96","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8d51260c-daa7-3124-a3b8-7f83d5afcd4d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1982-07-10T11:54:23.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODItMDctMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbWVwZXJpZGluZSBoeWRyb2NobG9yaWRlIDUwIG1nIG9yYWwgdGFibGV0OyA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/34ef94e3-1e00-f19a-d2fe-66f8e8693a69"}],"period":{"start":"1982-07-10T11:54:23-07:00","end":"1982-07-10T12:09:23-07:00"}}} +{"resourceType":"DocumentReference","id":"f2d8e65b-84c0-81b0-9922-075f42e63dbf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7682dfc4-c282-b433-fa40-fe9435bec0c3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2014-02-02T18:52:58.316-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999689","display":"Dr. Nelda514 Blanda868"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|44bef9d3-91c2-3005-93e0-ccf436348ff0","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBjaHJvbmljIGxvdyBiYWNrIHBhaW4gKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6df30476-5968-a8e1-3119-c47785130af8"}],"period":{"start":"2014-02-02T18:52:58-08:00","end":"2014-02-02T19:07:58-08:00"}}} +{"resourceType":"DocumentReference","id":"be058a94-ae9a-e7c4-f820-236ea764ab54","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:bb6f43e8-12f6-5e4d-c338-f4defdd9dbe9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2012-06-04T03:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDYtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQxIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBvc3Rlb2FydGhyaXRpcyBvZiBrbmVlLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldApUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gbXVzY3Vsb3NrZWxldGFsIGNhcmUK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/81313396-3880-5c56-897b-45951c72a28e"}],"period":{"start":"2012-06-04T03:01:44-07:00","end":"2012-06-04T03:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"f3ccaaa6-0d7c-f95b-755d-0f2f87d4fb85","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:959e565f-2779-e4f2-9623-96454eae8a6c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2013-08-19T06:27:38.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6a967694-41f4-7f69-da17-1c82ac6489fd"}],"period":{"start":"2013-08-19T06:27:38-07:00","end":"2013-08-19T07:15:01-07:00"}}} +{"resourceType":"DocumentReference","id":"90da96b6-bf20-9277-5b46-aa629a49884a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e3d006fb-f38e-231b-bed6-b340a548fa67"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2013-09-13T07:15:01.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDktMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/791a758f-31f7-8b49-eb77-e5b29fd8da37"}],"period":{"start":"2013-09-13T07:15:01-07:00","end":"2013-09-13T07:43:48-07:00"}}} +{"resourceType":"DocumentReference","id":"ce5d76af-9347-0029-ea5b-2be66b898b75","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c15eadbf-0415-edf5-eeba-f1c19f88d815"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1965-10-09T07:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjUtMTAtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0303063f-fc3e-fc42-613b-2475b914dd84"}],"period":{"start":"1965-10-09T07:15:12-07:00","end":"1965-10-09T07:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"fd3509e9-d2c2-3196-2594-b56ee1746d29","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c5ce586b-5061-ccb2-f240-25e665003b83"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1964-10-25T08:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjQtMTAtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgaG91c2luZyB1bnNhdGlzZmFjdG9yeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2cb94212-32e4-187e-aef2-3806228a30a9"}],"period":{"start":"1964-10-25T08:00:00-08:00","end":"1964-10-25T08:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"02d1bcb2-859f-625a-0739-4077146e779a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:07469fcc-3035-683b-acf6-8d7da928994c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2017-01-24T22:50:22.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDEtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/28246ffc-373e-ece8-9bf4-544f6628b6e4"}],"period":{"start":"2017-01-24T22:50:22-08:00","end":"2017-01-24T23:27:48-08:00"}}} +{"resourceType":"DocumentReference","id":"74f4a224-482f-9f39-e36f-23912cc087b5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:015f4119-7515-61c9-8431-ec84d3746d00"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1965-11-01T06:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjUtMTEtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNocm9uaWMgc2ludXNpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/562fccac-1220-ee96-87e2-8de29c39114c"}],"period":{"start":"1965-11-01T06:15:12-08:00","end":"1965-11-01T06:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"1d6d9864-9de0-2456-4d47-38a4fab05389","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:40f3c2e2-b6a9-1a4b-7cca-cb098037a9fd"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1964-11-20T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjQtMTEtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgaG91c2luZyB1bnNhdGlzZmFjdG9yeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ae29a476-eb28-3819-7f23-2fbd1d7bbe9e"}],"period":{"start":"1964-11-20T13:00:00-08:00","end":"1964-11-20T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"16f939cf-6180-6421-6500-d3327e9e8a75","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4c04c74a-658e-8939-bea6-2f12d03bf769"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2014-03-16T23:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDMtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldApUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gdGhlcmFweSAocmVnaW1lL3RoZXJhcHkpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f420f085-39b7-f081-b8d6-b19a60fd1f88"}],"period":{"start":"2014-03-16T23:52:58-07:00","end":"2014-03-17T00:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"7e597577-d2ef-9f4d-113b-506af8d5f59d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:de19195a-02e3-919b-32fa-b8ee3c83cc5d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2017-02-19T23:27:48.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6e0babd3-a3b6-97e2-52cc-71364467f3b9"}],"period":{"start":"2017-02-19T23:27:48-08:00","end":"2017-02-20T00:14:38-08:00"}}} +{"resourceType":"DocumentReference","id":"c1f301b3-5eb4-4e2d-77fd-e90090b1640a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:d30cb200-d9c9-13ef-4823-25db5cf45bec"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2012-11-10T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTEtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBzcHJhaW4gb2YgYW5rbGUuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldApUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gcGh5c2ljYWwgdGhlcmFweSBwcm9jZWR1cmUK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/937d2a66-bf2b-6d87-8dfc-7b1152cb81fa"}],"period":{"start":"2012-11-10T02:01:44-08:00","end":"2012-11-10T03:01:44-08:00"}}} +{"resourceType":"DocumentReference","id":"78af2680-1f65-27e6-282b-2f500b771e72","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:97523e73-c20b-b73f-9966-d207d74b13f8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1965-11-26T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjUtMTEtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgaG91c2luZyB1bnNhdGlzZmFjdG9yeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b92509f5-e42b-c114-c531-d1cf3ba81d06"}],"period":{"start":"1965-11-26T13:00:00-08:00","end":"1965-11-26T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"c07ad8a4-944a-90c3-7f3a-7ab8a19c5304","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:555a2c3e-d889-a9a2-1824-7f290970a42a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2013-10-07T07:43:48.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/85283ea3-f6a8-c38a-d259-fb7f4b1a0b5b"}],"period":{"start":"2013-10-07T07:43:48-07:00","end":"2013-10-07T08:27:49-07:00"}}} +{"resourceType":"DocumentReference","id":"5c8f2b48-b7d7-0c6a-3366-71945ef6434d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7912f447-7dc2-12e8-00ff-60c76170b106"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2017-03-15T01:14:38.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDMtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e964d6d0-8a9d-b280-58a6-f0a2e11ac0e8"}],"period":{"start":"2017-03-15T01:14:38-07:00","end":"2017-03-15T01:42:31-07:00"}}} +{"resourceType":"DocumentReference","id":"cf125874-2c89-27f5-2b85-b00f2c103a4d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2cdbd4ba-5ce3-7941-4fd6-181d8623f5bc"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1966-03-18T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjYtMDMtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgaG91c2luZyB1bnNhdGlzZmFjdG9yeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG1pc2NhcnJpYWdlIGluIGZpcnN0IHRyaW1lc3Rlci4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cba72dcc-19e6-4a6b-8e4a-52c31aee1cf2"}],"period":{"start":"1966-03-18T13:00:00-08:00","end":"1966-03-18T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"90a4f9b5-ef17-dc7b-beef-aff119761303","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:90377ab6-a313-1f16-6c97-5ee8d5d7aedb"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2017-04-07T01:42:31.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDQtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d201fada-da38-2e29-3be0-fbd9d3d12b99"}],"period":{"start":"2017-04-07T01:42:31-07:00","end":"2017-04-07T02:34:52-07:00"}}} +{"resourceType":"DocumentReference","id":"c4621641-ab11-1722-724f-342bb7a8c855","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9d36d01f-65a1-3915-3ac7-d94b1db07085"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1966-12-02T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjYtMTItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSAzOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBtaXNjYXJyaWFnZSBpbiBmaXJzdCB0cmltZXN0ZXIsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/19a1cc17-a0a1-d397-75b2-6180b1f28872"}],"period":{"start":"1966-12-02T13:00:00-08:00","end":"1966-12-02T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"2ba06947-e34c-de2f-ee85-4f93566aef9b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:da7b3c82-2063-4ebb-7c84-2c05ee9d45b2"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2017-05-03T02:34:52.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDUtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1402b50f-c402-6168-49e9-2472b7b024b5"}],"period":{"start":"2017-05-03T02:34:52-07:00","end":"2017-05-03T03:04:18-07:00"}}} +{"resourceType":"DocumentReference","id":"409c5ef7-e629-7595-e8b5-0820585591f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:488e06b6-f4e5-0193-b937-6327f4ec0b25"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2017-05-29T03:04:18.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDUtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4ee4bd3f-1a77-b96e-a251-f7d8f4df4e6b"}],"period":{"start":"2017-05-29T03:04:18-07:00","end":"2017-05-29T03:27:15-07:00"}}} +{"resourceType":"DocumentReference","id":"429b0d91-0384-9b53-a394-8a13e05f84da","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:00811d16-0222-3a36-cc6f-54a42d560c59"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1967-12-08T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjctMTItMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBtaXNjYXJyaWFnZSBpbiBmaXJzdCB0cmltZXN0ZXIsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/217f2dad-5966-9870-7a27-a59da239079e"}],"period":{"start":"1967-12-08T13:00:00-08:00","end":"1967-12-08T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"02eb5ec1-f5b0-0a96-4bc1-ae3e439e830c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8eb1c9a1-728b-4ea6-d7f6-7c505d591379"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2019-02-02T05:02:47.440-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgcmVwb3J0cyBvZiB2aW9sZW5jZSBpbiB0aGUgZW52aXJvbm1lbnQgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIHNpbmdsZS4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgZGlkIG5vdCBmaW5pc2ggaGlnaCBzY2hvb2wuClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0K"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"}],"period":{"start":"2019-02-02T05:02:47-08:00","end":"2019-02-02T05:17:47-08:00"}}} +{"resourceType":"DocumentReference","id":"9f4ea2ec-401e-9236-81cd-c673685905bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ab3fad20-6eec-2675-4f8c-f693614df569"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2013-10-13T17:56:45.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHRocm9hdCBjdWx0dXJlIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e8f364c1-7a13-7b7e-9225-e702ee427cbe"}],"period":{"start":"2013-10-13T17:56:45-07:00","end":"2013-10-13T18:11:45-07:00"}}} +{"resourceType":"DocumentReference","id":"75669680-14a1-c672-4f91-4340705bb088","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:702e4d0f-3d62-42d3-dc5e-5f536b9bb172"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1965-12-19T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjUtMTItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBjaHJvbmljIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2884f0ef-356a-2a9e-5406-51cfbb991345"}],"period":{"start":"1965-12-19T10:15:12-08:00","end":"1965-12-19T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"803aec8e-2765-c853-be67-50f9d26809a5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3606fc0f-edb3-9096-f808-7bcd6d5735bc"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1966-04-10T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjYtMDQtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBjaHJvbmljIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7561ecab-883a-2613-a160-7da98aca7825"}],"period":{"start":"1966-04-10T10:15:12-08:00","end":"1966-04-10T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"34dc04c0-6067-2504-0aa7-6b4a55102e96","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:955d9542-1ffa-a472-8373-a41856433020"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1982-07-09T11:54:23.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODItMDctMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbWVwZXJpZGluZSBoeWRyb2NobG9yaWRlIDUwIG1nIG9yYWwgdGFibGV0OyA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3Bpcm9tZXRyeSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"}],"period":{"start":"1982-07-09T11:54:23-07:00","end":"1982-07-09T12:09:23-07:00"}}} +{"resourceType":"DocumentReference","id":"3cd23278-bafa-c556-2e15-f71b1a72ee88","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:d7a43d22-9a4d-d86a-dee3-a78abae1d2c0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2014-05-15T23:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDUtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjMgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF0K"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/bd253652-655c-a27f-37f6-839a82334e09"}],"period":{"start":"2014-05-15T23:52:58-07:00","end":"2014-05-16T00:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"2371b413-b7f4-d7e1-e94f-b056d174300e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:542490f3-9c7a-5808-2925-7914d20b9cdc"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2013-11-03T07:27:49.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTEtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/acf4077e-087b-3895-3d0c-d7623a78d381"}],"period":{"start":"2013-11-03T07:27:49-08:00","end":"2013-11-03T07:52:44-08:00"}}} +{"resourceType":"DocumentReference","id":"3d458a12-8267-763c-ca3c-c7e1ba0546c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:270e2262-51eb-62d0-5726-f178ecf990d8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2014-08-10T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgLyBveHljb2RvbmUgaHlkcm9jaGxvcmlkZSAxMCBtZyBvcmFsIHRhYmxldCBbcGVyY29jZXRdOyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a2205c5f-9443-9cba-57e5-a970ac5998e9"}],"period":{"start":"2014-08-10T19:52:58-07:00","end":"2014-08-10T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"c6012516-94f2-17eb-a865-e18dd67696cd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:fd4bfdf9-32ee-acc3-9160-88215542218b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2013-11-24T07:52:44.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTEtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/04fd9719-5d30-8a1a-c529-d94f9b914152"}],"period":{"start":"2013-11-24T07:52:44-08:00","end":"2013-11-24T08:23:16-08:00"}}} +{"resourceType":"DocumentReference","id":"c3414e27-f381-9081-c1ab-e9252dc094df","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ad637898-0210-03e9-2c9a-ae1b77439ee1"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1966-04-24T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjYtMDQtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBjaHJvbmljIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d2f9ba1a-565f-5d56-093c-f1eca1d9dc87"}],"period":{"start":"1966-04-24T11:15:12-07:00","end":"1966-04-24T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"249fa1ba-162b-abff-c37e-ab0647ca42d8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c097596b-e96d-30ed-1701-8b94095775fc"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1967-04-30T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjctMDQtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQ0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBjaHJvbmljIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/13b68fad-ef0e-b05d-46d9-1fe0be301020"}],"period":{"start":"1967-04-30T11:15:12-07:00","end":"1967-04-30T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"9bcd393a-646f-8b88-c6a2-986f733c1615","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a2f54c70-824f-c6bf-505e-2de246f73246"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1983-05-14T11:54:23.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODMtMDUtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0MSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3Bpcm9tZXRyeSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDYwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMjUgbWcvYWN0dWF0IC8gc2FsbWV0ZXJvbCAwLjA1IG1nL2FjdHVhdCBkcnkgcG93ZGVyIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"}],"period":{"start":"1983-05-14T11:54:23-07:00","end":"1983-05-14T12:09:23-07:00"}}} +{"resourceType":"DocumentReference","id":"2f705dd6-73d5-246b-b24d-16ed27b3ac7a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:13b6e6e7-6937-59e6-7df5-345eb0c70316"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2020-02-08T05:02:47.440-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDItMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZyksIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGRpZCBub3QgZmluaXNoIGhpZ2ggc2Nob29sLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"}],"period":{"start":"2020-02-08T05:02:47-08:00","end":"2020-02-08T05:17:47-08:00"}}} +{"resourceType":"DocumentReference","id":"3877f45c-f592-0496-6eb6-bc3e6006fe91","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f34894e0-5ddb-6c6d-a4ac-fa358c72ae5f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2013-12-16T08:23:16.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTItMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a775d198-39af-7d2b-f92c-306334595867"}],"period":{"start":"2013-12-16T08:23:16-08:00","end":"2013-12-16T08:43:44-08:00"}}} +{"resourceType":"DocumentReference","id":"e9678ebb-7366-332e-f917-f60efde893cb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:cd8268a9-e0ca-6058-a17b-01d7197db33c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2012-12-30T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTItMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkb21lc3RpYyBhYnVzZSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"}],"period":{"start":"2012-12-30T02:01:44-08:00","end":"2012-12-30T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"c3e2c763-f77c-c3ed-b46a-5f89826edb6d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f346569b-701b-674a-579e-e87fd0a71f0e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1968-05-05T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjgtMDUtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQ1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBjaHJvbmljIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e5db05b2-d718-b1f1-3e55-b9623c7cde8c"}],"period":{"start":"1968-05-05T11:15:12-07:00","end":"1968-05-05T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"aec36571-2246-187b-20fa-665155ee9e67","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2954f13e-2bf1-89de-cfac-7558aae16176"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2014-01-08T08:43:44.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDEtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3f3866c3-4c55-56c8-0510-d3f38e784fa0"}],"period":{"start":"2014-01-08T08:43:44-08:00","end":"2014-01-08T09:21:52-08:00"}}} +{"resourceType":"DocumentReference","id":"f89064a4-9a2e-428e-3155-58688a5e0ffb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:bf1400f1-c676-5bf0-5fe7-bcfff1959c33"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1969-05-11T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjktMDUtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQ2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBoeXBlcnRlbnNpb24sIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGFjayBvZiBhY2Nlc3MgdG8gdHJhbnNwb3J0YXRpb24gKGZpbmRpbmcpLCB0cmFuc3BvcnQgcHJvYmxlbXMgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKSwgYm9keSBtYXNzIGluZGV4IDMwKyAtIG9iZXNpdHkgKGZpbmRpbmcpLCBjaHJvbmljIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBpcyBhIGNvbGxlZ2UgZ3JhZHVhdGUuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c936981e-0489-5863-89eb-4fe8324363b7"}],"period":{"start":"1969-05-11T11:15:12-07:00","end":"1969-05-11T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"479db284-198c-2a06-c11c-96f6461e9f4b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c50e430d-355c-fe84-f8bb-64929d09d3a0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2014-01-30T09:21:52.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDEtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/470d8247-30ae-f402-5f2a-73df6f8b8613"}],"period":{"start":"2014-01-30T09:21:52-08:00","end":"2014-01-30T10:09:00-08:00"}}} +{"resourceType":"DocumentReference","id":"e498cde7-985b-cef6-0634-f4206f70ebb2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c5fdf82a-e1aa-f5e3-2806-7d6f01b9efe1"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2014-02-21T10:09:00.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDItMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/873dc536-dba3-057f-a191-ce052ccbea88"}],"period":{"start":"2014-02-21T10:09:00-08:00","end":"2014-02-21T10:52:17-08:00"}}} +{"resourceType":"DocumentReference","id":"20bdf58c-2b3b-7b37-a954-ee41257c820d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:688ad96d-6420-0e9f-db9f-79ccdb2c5761"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1968-12-13T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjgtMTItMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0MSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBtaXNjYXJyaWFnZSBpbiBmaXJzdCB0cmltZXN0ZXIsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/17787ac0-e67e-319a-5d2a-ab52e593431a"}],"period":{"start":"1968-12-13T13:00:00-08:00","end":"1968-12-13T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"26442a6b-eaf4-54ce-947b-4aef88155cc0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3a1865d2-311c-bb10-673a-194dc962b945"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2020-08-28T22:02:47.440-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDgtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZyksIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGRpZCBub3QgZmluaXNoIGhpZ2ggc2Nob29sLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3ad04d7e-50fb-e628-06e2-c7b46062fbae"}],"period":{"start":"2020-08-28T22:02:47-07:00","end":"2020-08-28T22:17:47-07:00"}}} +{"resourceType":"DocumentReference","id":"6d20a458-2472-08c7-9e2c-49842aca8684","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:978b113b-5063-9ed9-1b88-2d5c8c974c73"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1970-05-17T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzAtMDUtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQ3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/839fd8e5-ce70-e03a-b4a5-da94875e4e4e"}],"period":{"start":"1970-05-17T11:15:12-07:00","end":"1970-05-17T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"6fe08e23-2c65-1625-a95d-ecdfee949079","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:72d1d0b9-d815-3d5f-c71e-efe446b8f731"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2017-06-07T17:06:21.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDYtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSBuaW5lIGl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGNhciwgcmVsYXgsIGFsb25lLCBmb3JnZXQsIGZyaWVuZHMsIHRyb3VibGUgc2NyZWVuaW5nIHRlc3QgKHByb2NlZHVyZSkKLSBhbnRpY2lwYXRvcnkgZ3VpZGFuY2UgKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"}],"period":{"start":"2017-06-07T17:06:21-07:00","end":"2017-06-07T17:21:21-07:00"}}} +{"resourceType":"DocumentReference","id":"5b84ca1e-3dca-bea4-b44e-4bf6f7972aa6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:21736879-2373-1946-d53e-7712710cf7b0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2014-10-24T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTAtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIC8gb3h5Y29kb25lIGh5ZHJvY2hsb3JpZGUgMTAgbWcgb3JhbCB0YWJsZXQgW3BlcmNvY2V0XTsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIC8gb3h5Y29kb25lIGh5ZHJvY2hsb3JpZGUgMTAgbWcgb3JhbCB0YWJsZXQgW3BlcmNvY2V0XQotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"}],"period":{"start":"2014-10-24T19:52:58-07:00","end":"2014-10-24T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"7e6f3394-bec8-8fdf-a9dc-0003ee324f02","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:d82875d8-4b37-c90f-0753-d57e0e011af4"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2014-03-15T11:52:17.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDMtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/80d94f86-dd3a-1af9-e0a7-93c9c68db2fd"}],"period":{"start":"2014-03-15T11:52:17-07:00","end":"2014-03-15T12:45:51-07:00"}}} +{"resourceType":"DocumentReference","id":"a833eff1-ae0a-4992-de12-719bc76dd924","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0c948f8d-7e7f-13b1-1f5b-44a2220b18c3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1969-12-19T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NjktMTItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0MiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgaHlwZXJ0ZW5zaW9uLCBtaXNjYXJyaWFnZSBpbiBmaXJzdCB0cmltZXN0ZXIsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBob3VzaW5nIHVuc2F0aXNmYWN0b3J5IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCByZWNlaXZlZCBoaWdoZXIgZWR1Y2F0aW9uIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ee8a4311-f4a5-67aa-f5bd-4060e1ddde74"}],"period":{"start":"1969-12-19T13:00:00-08:00","end":"1969-12-19T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"c1d3a375-39d2-a22a-3c2b-3a00e0e7aa97","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:28f7c136-248c-e65a-cdeb-e15ce08bc5f5"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1971-01-10T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzEtMDEtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQ4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/92537509-6f97-3edd-d858-ce3e9b33c43f"}],"period":{"start":"1971-01-10T10:15:12-08:00","end":"1971-01-10T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"8a3de59a-c7af-ac35-5202-add8bd06d740","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b693859c-c3c2-e1eb-fafc-f1492a1089c9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2017-06-25T03:27:15.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDYtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ac885b24-1137-3d4e-ae47-525872273172"}],"period":{"start":"2017-06-25T03:27:15-07:00","end":"2017-06-25T04:27:08-07:00"}}} +{"resourceType":"DocumentReference","id":"e87a4b12-0e8e-5211-f307-989c49cfac6a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6f7fcace-9fa2-fbac-4d7b-f7629524c7ed"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2015-08-04T21:52:49.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDgtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIC8gb3h5Y29kb25lIGh5ZHJvY2hsb3JpZGUgMTAgbWcgb3JhbCB0YWJsZXQgW3BlcmNvY2V0XTsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGNvbG9ub3Njb3B5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/209a729d-92f8-ef2c-e313-e36e07e7cc78"}],"period":{"start":"2015-08-04T21:52:49-07:00","end":"2015-08-04T22:36:17-07:00"}}} +{"resourceType":"DocumentReference","id":"0933379e-b30b-79bd-24c3-70efc924c489","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:acda630d-d3d7-28ea-09dc-d7e479b3de55"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2017-07-17T04:27:08.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDctMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a7c21f77-62e7-5837-8511-1a7b53587432"}],"period":{"start":"2017-07-17T04:27:08-07:00","end":"2017-07-17T05:26:57-07:00"}}} +{"resourceType":"DocumentReference","id":"563f14c2-fd5a-d862-5b2b-5f7a400bb916","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:69ca5a6f-c60e-0138-ce46-a99eadb33cca"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2017-08-11T05:26:57.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDgtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4f93af74-692c-bc9c-b040-f08637d9166d"}],"period":{"start":"2017-08-11T05:26:57-07:00","end":"2017-08-11T05:44:20-07:00"}}} +{"resourceType":"DocumentReference","id":"fd8e1237-e1ce-7423-2bd2-630e5ccb08ee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:913f3ca7-12f5-0c3f-dcdc-5ea872bd202c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1984-05-19T11:54:23.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODQtMDUtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0MiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzcGlyb21ldHJ5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"}],"period":{"start":"1984-05-19T11:54:23-07:00","end":"1984-05-19T12:09:23-07:00"}}} +{"resourceType":"DocumentReference","id":"93da0bec-d131-ed10-345f-8d85782f4482","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:80f7f80a-52d1-263f-ea90-b9a3e2f80d81"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1971-05-23T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzEtMDUtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQ4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a646c48f-674f-d8dc-039c-03cd0d2a1fe1"}],"period":{"start":"1971-05-23T11:15:12-07:00","end":"1971-05-23T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"8c57d61f-eb9a-2240-8780-35c79f597e57","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:124f52e3-ed27-359c-8baf-423bdae8ebfe"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1970-12-25T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzAtMTItMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8aab7bbe-5d9d-b029-e0ac-d397d0de3e91"}],"period":{"start":"1970-12-25T13:00:00-08:00","end":"1970-12-25T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"f8ab45b5-f9da-0f41-7b05-c3652b3025df","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:37451172-c54b-3767-cfc9-53872e3444c8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1971-12-31T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzEtMTItMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0NCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3d34cf84-1425-7777-446f-ceda0592a59b"}],"period":{"start":"1971-12-31T13:00:00-08:00","end":"1971-12-31T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"7b6af218-a545-421e-3126-b68faf287dd2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3749fdc3-abaf-3218-128c-61b51edae1fd"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2021-02-13T05:02:47.440-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDItMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZyksIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGRpZCBub3QgZmluaXNoIGhpZ2ggc2Nob29sLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF07IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkcnVnIGFidXNlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"}],"period":{"start":"2021-02-13T05:02:47-08:00","end":"2021-02-13T05:17:47-08:00"}}} +{"resourceType":"DocumentReference","id":"072838eb-4d05-b6de-7344-2eb37fdaae2e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:94b94e75-8272-1318-b100-b6710c1c81b3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1972-05-28T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzItMDUtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDQ5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/baeff878-e8f7-5981-fa0e-7e9e2dd27299"}],"period":{"start":"1972-05-28T11:15:12-07:00","end":"1972-05-28T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"8e7f4fa6-7379-7699-eafd-cfb1b814a5d0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7ac99ed0-fdf7-547e-4086-7632da2da2ce"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2014-01-05T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDEtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"}],"period":{"start":"2014-01-05T02:01:44-08:00","end":"2014-01-05T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"a8ff5ed1-d8bf-c95f-8c5b-a5c2da9126b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:bdd129aa-37da-0b9f-c145-e89347ce00e3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2014-03-29T04:56:45.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDMtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBtZW5pbmdvY29jY2FsIG1jdjRwLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gYW50aWNpcGF0b3J5IGd1aWRhbmNlIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"}],"period":{"start":"2014-03-29T04:56:45-07:00","end":"2014-03-29T05:11:45-07:00"}}} +{"resourceType":"DocumentReference","id":"99d48c85-534e-45b1-2ee7-0abb2498904e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:05a458e6-6be3-ad16-097c-8e8279cf5d74"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1973-06-03T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzMtMDYtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDUwIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5a15ba37-0285-6830-4262-5d7254ea4745"}],"period":{"start":"1973-06-03T11:15:12-07:00","end":"1973-06-03T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"e88daff0-3a08-14f8-198c-7e22e27983c0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:308015cf-5d94-fd22-0b94-9c17945ab70f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2017-09-05T05:44:20.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/fc7e5b0b-164a-76e0-2d73-fc9aec09043b"}],"period":{"start":"2017-09-05T05:44:20-07:00","end":"2017-09-05T06:38:51-07:00"}}} +{"resourceType":"DocumentReference","id":"f838d8a5-4cc6-1f58-b54b-d24d26d4f807","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3c35fa8a-41ff-e9bb-c224-026181b0216c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2017-09-27T06:38:51.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/337ee6fe-c37a-c9a9-eafa-99d3494c139b"}],"period":{"start":"2017-09-27T06:38:51-07:00","end":"2017-09-27T07:07:12-07:00"}}} +{"resourceType":"DocumentReference","id":"a7b7377d-2661-1214-abaf-ca04d3dd96ca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7d27b2c7-ab82-9947-1e40-dc87ae361944"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2014-04-10T12:45:51.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDQtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/151c3648-088b-669c-9262-45eb0fcb7954"}],"period":{"start":"2014-04-10T12:45:51-07:00","end":"2014-04-10T13:37:16-07:00"}}} +{"resourceType":"DocumentReference","id":"1e2c6671-d067-4fde-85c4-798cdafbef90","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:47c0dcd6-32a6-3c5a-f07d-ec85170bfc0f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2017-10-20T07:07:12.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTAtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/16a55069-b532-6b61-33ba-85b726053ded"}],"period":{"start":"2017-10-20T07:07:12-07:00","end":"2017-10-20T07:46:00-07:00"}}} +{"resourceType":"DocumentReference","id":"7b03c587-f5d4-9b38-80fb-691b56b3db56","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:bad1e9ee-54b3-4dcf-a737-441a5ffef5f0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2015-10-30T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgRHVhbCBFbGlnaWJsZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgLyBveHljb2RvbmUgaHlkcm9jaGxvcmlkZSAxMCBtZyBvcmFsIHRhYmxldCBbcGVyY29jZXRdOyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIHBuZXVtb2NvY2NhbCBjb25qdWdhdGUgcGN2IDEzLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRvbWVzdGljIGFidXNlIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgLyBveHljb2RvbmUgaHlkcm9jaGxvcmlkZSAxMCBtZyBvcmFsIHRhYmxldCBbcGVyY29jZXRdCi0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"}],"period":{"start":"2015-10-30T19:52:58-07:00","end":"2015-10-30T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"ee059b11-11a7-c0f9-eb80-57e9527dddbb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:894089b4-54e1-381a-b38f-1ed25b174ab3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2014-05-06T13:37:16.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDUtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a121ee86-1c1f-a90d-b08f-075ea4784dba"}],"period":{"start":"2014-05-06T13:37:16-07:00","end":"2014-05-06T13:58:11-07:00"}}} +{"resourceType":"DocumentReference","id":"e92a747f-311f-bceb-7d57-112a90cf5ba1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:22cf8339-dcd3-1019-9587-16fa0caf6c88"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2017-11-16T06:46:00.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTEtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1b256036-7eb4-53b7-51be-5fc6033ce978"}],"period":{"start":"2017-11-16T06:46:00-08:00","end":"2017-11-16T07:05:03-08:00"}}} +{"resourceType":"DocumentReference","id":"82d9138a-9491-5de9-b80a-db02acfe1f25","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b2eb825e-51b6-0b54-8ffc-050f5401dcad"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2014-06-01T13:58:11.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDYtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d3db24dd-5271-b169-7558-d061fa5c5db7"}],"period":{"start":"2014-06-01T13:58:11-07:00","end":"2014-06-01T14:38:40-07:00"}}} +{"resourceType":"DocumentReference","id":"842d6d05-3499-2063-8c13-6da4455366a5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:494afa11-d4cd-b357-da45-2a31bbcd474f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2017-12-10T07:05:03.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTItMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/037e0ea3-a23c-191e-0240-78f375a842e4"}],"period":{"start":"2017-12-10T07:05:03-08:00","end":"2017-12-10T07:44:10-08:00"}}} +{"resourceType":"DocumentReference","id":"0e5bd3fc-594e-dd1f-5a40-e8c92dd0bf1c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1f8e6991-2e27-975f-1bac-760063824bc9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2014-06-26T14:38:40.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDYtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3275bca8-ec92-991e-ea57-9269eb8d6c85"}],"period":{"start":"2014-06-26T14:38:40-07:00","end":"2014-06-26T15:21:57-07:00"}}} +{"resourceType":"DocumentReference","id":"0fa5e4d0-e67e-4d2e-f4aa-a228e879a5ac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2275b70e-2a00-c535-7d07-4a0e79bc293b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2018-01-06T07:44:10.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e595b6c6-fb44-de4b-613e-f3259207a6be"}],"period":{"start":"2018-01-06T07:44:10-08:00","end":"2018-01-06T08:31:48-08:00"}}} +{"resourceType":"DocumentReference","id":"93dfd080-4ccf-425e-e1bc-9f8c9c27a474","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:adfb57cd-a576-b037-22d6-dd4366d72c50"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1973-01-05T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzMtMDEtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFudGhlbS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7d7981e2-f59d-967e-f169-5668d2163caa"}],"period":{"start":"1973-01-05T13:00:00-08:00","end":"1973-01-05T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"8eb8a4f9-7c55-7406-48a8-91d6ab72e809","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b72b115b-5235-b69b-7278-2948c924ddb0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2014-07-22T15:21:57.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDctMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7717ca0e-a1c0-5511-9e56-e74f6699c7f1"}],"period":{"start":"2014-07-22T15:21:57-07:00","end":"2014-07-22T16:08:31-07:00"}}} +{"resourceType":"DocumentReference","id":"68bb1241-dcc5-030b-f33b-ab40b6f0b8a8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:05734ac7-cc62-bb51-3fe4-3ba16b8f732d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2021-03-27T06:02:47.440-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZyksIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGRpZCBub3QgZmluaXNoIGhpZ2ggc2Nob29sLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF07IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHNhcnMtY292LTIgKGNvdmlkLTE5KSB2YWNjaW5lLCBtcm5hLCBzcGlrZSBwcm90ZWluLCBsbnAsIHByZXNlcnZhdGl2ZSBmcmVlLCAzMCBtY2cvMC4zbWwgZG9zZS4gCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/12a3c504-bac7-8b04-bb83-57ba9ae113d9"}],"period":{"start":"2021-03-27T06:02:47-07:00","end":"2021-03-27T06:17:47-07:00"}}} +{"resourceType":"DocumentReference","id":"40831a1a-72ce-60c0-9c31-536c3a105e26","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:44172e8d-e603-e8da-a4fa-80f4930b3ca1"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2014-08-12T16:08:31.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e05f3f73-20a3-9517-4d7b-3acfaba3f3df"}],"period":{"start":"2014-08-12T16:08:31-07:00","end":"2014-08-12T16:32:45-07:00"}}} +{"resourceType":"DocumentReference","id":"0b5f6e74-e503-bf5f-5d96-82f662bf568d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1d5f8d12-f6ed-aff6-ac12-3a23bf1e90c9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1974-06-09T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzQtMDYtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDUxIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3ea0df30-ed5b-f6d6-1dfb-1bbea3e02dad"}],"period":{"start":"1974-06-09T11:15:12-07:00","end":"1974-06-09T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"6405577a-fe25-01a1-16d1-18ed6db62305","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1b60c63f-b0fc-f2e3-c60a-72f157c3e2ed"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2014-09-07T16:32:45.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDktMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0ccc2b00-a0cc-f37b-163c-040cac9625c3"}],"period":{"start":"2014-09-07T16:32:45-07:00","end":"2014-09-07T17:25:25-07:00"}}} +{"resourceType":"DocumentReference","id":"5685000e-d9f8-4884-daf9-c9b176bfb57c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:02559ee3-72de-35de-b91c-5202832d26b8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2021-04-17T06:02:47.440-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDQtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZyksIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGRpZCBub3QgZmluaXNoIGhpZ2ggc2Nob29sLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBzYXJzLWNvdi0yIChjb3ZpZC0xOSkgdmFjY2luZSwgbXJuYSwgc3Bpa2UgcHJvdGVpbiwgbG5wLCBwcmVzZXJ2YXRpdmUgZnJlZSwgMzAgbWNnLzAuM21sIGRvc2UuIAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cf3b9dab-d8f4-fb42-1d31-1af4dcf8ce3f"}],"period":{"start":"2021-04-17T06:02:47-07:00","end":"2021-04-17T06:17:47-07:00"}}} +{"resourceType":"DocumentReference","id":"329ca620-d5bb-089d-7a04-5ade23aba0dc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:d8c9dc01-fb63-abf3-464d-49f2da78c35b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1985-05-25T11:54:23.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODUtMDUtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3Bpcm9tZXRyeSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDYwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMjUgbWcvYWN0dWF0IC8gc2FsbWV0ZXJvbCAwLjA1IG1nL2FjdHVhdCBkcnkgcG93ZGVyIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"}],"period":{"start":"1985-05-25T11:54:23-07:00","end":"1985-05-25T12:09:23-07:00"}}} +{"resourceType":"DocumentReference","id":"02fa0f9e-5d27-8091-76ec-215c6694646d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:03b98804-c932-7a32-7ed6-465e3f8fdd65"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1974-01-11T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzQtMDEtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0NiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e7e8c96b-a9cc-567e-7a69-e7c46ecbf11c"}],"period":{"start":"1974-01-11T14:00:00-07:00","end":"1974-01-11T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"b11806ff-7651-25b5-0195-fe179b8b464b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:bfe010a5-a8a0-aacb-bd41-2c012e3950ff"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1975-01-17T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzUtMDEtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/59131cfa-dbf5-e925-d903-02536a4d6ffa"}],"period":{"start":"1975-01-17T13:00:00-08:00","end":"1975-01-17T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"694f1fa2-f2f8-1e34-d64a-97bfaf7740f0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:58aeb43a-c15a-82ed-3221-8ac06e7ff6f6"}],"status":"current","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"date":"2022-02-19T05:02:47.440-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdlbmFybzIxNAogaXMgYSAyNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZyksIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBzaW5nbGUuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGRpZCBub3QgZmluaXNoIGhpZ2ggc2Nob29sLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkb21lc3RpYyBhYnVzZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"}],"period":{"start":"2022-02-19T05:02:47-08:00","end":"2022-02-19T05:17:47-08:00"}}} +{"resourceType":"DocumentReference","id":"8a08dc21-279a-f8be-b2e6-020ebc9716f7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6ce66c3a-1e2b-5d20-9c7c-aa358b8a7aa3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1975-06-01T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzUtMDYtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDUyIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b69eeb16-1963-9d5b-0257-122097f6117b"}],"period":{"start":"1975-06-01T11:15:12-07:00","end":"1975-06-01T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"a3232e42-eeae-ec3b-b376-70082851d1ae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2ee9e226-6b44-ecc3-926c-b23894fdfb4e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2015-01-11T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDEtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQ0IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"}],"period":{"start":"2015-01-11T02:01:44-08:00","end":"2015-01-11T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"f49b5e96-0dc0-99eb-f808-b862cb066d22","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:771f515d-4f6e-3332-8223-b6c3532ea948"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1975-05-27T04:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzUtMDUtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDUyIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e7a15b2a-edf6-3622-2f2d-d657c6f2de92"}],"period":{"start":"1975-05-27T04:15:12-07:00","end":"1975-05-27T04:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"f510b947-e605-f3f3-235e-35f75707243a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6c623345-eae1-4d6a-38d5-e7ed0903e505"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1976-01-23T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzYtMDEtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0OCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f57cdc6c-8d81-ac6a-dfd8-e6e52c4ca307"}],"period":{"start":"1976-01-23T13:00:00-08:00","end":"1976-01-23T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"31a86760-4ae1-5926-044d-bedb91fb3d9d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3e8fda87-1425-78ae-db4b-c7038fec7f01"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2016-11-04T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTEtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgRHVhbCBFbGlnaWJsZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgLyBveHljb2RvbmUgaHlkcm9jaGxvcmlkZSAxMCBtZyBvcmFsIHRhYmxldCBbcGVyY29jZXRdOyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgcG5ldW1vY29jY2FsIHBvbHlzYWNjaGFyaWRlIHZhY2NpbmUsIDIzIHZhbGVudC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF0KLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0K"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"}],"period":{"start":"2016-11-04T19:52:58-07:00","end":"2016-11-04T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"c991a6c3-040a-8bd8-60d9-089b851fe09b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6a2a01b8-a250-dac8-197a-39ddaac4f205"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1975-06-15T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzUtMDYtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDUyIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3d937b86-b3ce-9093-a4f9-08db93ec347c"}],"period":{"start":"1975-06-15T11:15:12-07:00","end":"1975-06-15T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"d3e8b58f-52c4-d775-55c4-1842e83737de","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e029596d-cf77-32a8-847a-cb38950fd907"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1977-01-28T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzctMDEtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA0OSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/558133b9-67a6-3a1a-c915-c0d4ed700158"}],"period":{"start":"1977-01-28T13:00:00-08:00","end":"1977-01-28T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"45c30bf4-1c5d-3b1a-7c09-408a7dc64294","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e9877b89-4c37-148f-62e5-32bd8f6a8c12"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1976-06-20T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzYtMDYtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDUzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0cfe0e8f-62a0-28e7-55be-debecc2ec118"}],"period":{"start":"1976-06-20T11:15:12-07:00","end":"1976-06-20T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"0c5246c5-f464-34b9-db97-581f39eb59e9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f6a78cb2-5ec5-e31a-42ff-f5663f47a10a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2018-01-30T08:31:48.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/85e91a07-08b2-cfb9-75e7-30b907121af9"}],"period":{"start":"2018-01-30T08:31:48-08:00","end":"2018-01-30T09:30:52-08:00"}}} +{"resourceType":"DocumentReference","id":"1aa56890-5997-7bf2-7d46-7a429895aecd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3379befb-68f8-b48a-435f-0d1c0f121ac6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1977-06-26T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzctMDYtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDU0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/63f042b5-725e-b134-44b8-43c91d6fee81"}],"period":{"start":"1977-06-26T11:15:12-07:00","end":"1977-06-26T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"2bae4f5a-7036-7c74-6faa-769ed569c235","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:cbc46dd5-349b-e631-589e-3583995668de"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2018-02-25T09:30:52.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDItMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8a2b33a1-0ce5-3127-8466-93fa0963d869"}],"period":{"start":"2018-02-25T09:30:52-08:00","end":"2018-02-25T10:19:39-08:00"}}} +{"resourceType":"DocumentReference","id":"ef1a5b98-abcc-0de1-b9dc-592346be1f81","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8c1884d1-8c7a-04a9-1c34-bd24ca6a2b1f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1986-05-31T11:54:23.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODYtMDUtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3Bpcm9tZXRyeSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDYwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMjUgbWcvYWN0dWF0IC8gc2FsbWV0ZXJvbCAwLjA1IG1nL2FjdHVhdCBkcnkgcG93ZGVyIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"}],"period":{"start":"1986-05-31T11:54:23-07:00","end":"1986-05-31T12:09:23-07:00"}}} +{"resourceType":"DocumentReference","id":"881f9676-b2ce-9d6d-b70f-45e8f74db9e3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c57b118a-64ab-0c88-cb0d-a91fe4e4db48"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1978-02-03T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzgtMDItMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3e45b58b-987b-1229-11c3-aeecb0f07a69"}],"period":{"start":"1978-02-03T13:00:00-08:00","end":"1978-02-03T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"25fe3b29-64cf-3958-3981-19620c4dca40","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:64ae9108-c08c-0e62-f4bb-59fd8157b637"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2016-01-17T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDEtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQ1IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"}],"period":{"start":"2016-01-17T02:01:44-08:00","end":"2016-01-17T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"127b6a72-89d3-f66d-a452-125658297bb9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:085bdfac-b012-7bb0-42e6-6585cf72d14f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1977-12-23T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzctMTItMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDU1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbG9jYWxpemVkLCBwcmltYXJ5IG9zdGVvYXJ0aHJpdGlzIG9mIHRoZSBoYW5kLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldApUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gbXVzY3Vsb3NrZWxldGFsIGNhcmUK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d913b26d-830e-77b9-6c04-b0cfdac6d042"}],"period":{"start":"1977-12-23T10:15:12-08:00","end":"1977-12-23T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"b75e5aa0-db23-35b7-5000-c9824c3151ab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e3595508-1f0f-1b5c-253a-c7d4beb346f2"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1979-02-09T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzktMDItMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1MSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/54a960aa-d4a9-9401-4c04-b3843d63f0ef"}],"period":{"start":"1979-02-09T13:00:00-08:00","end":"1979-02-09T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"07385815-b48d-a353-1a6a-19f5479a7c89","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:31cc0123-bdcd-b0e7-2434-1da87a5bafbc"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2018-03-19T11:19:39.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDMtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f6f3dc23-31f6-fb16-bcee-8eadc825e448"}],"period":{"start":"2018-03-19T11:19:39-07:00","end":"2018-03-19T11:54:20-07:00"}}} +{"resourceType":"DocumentReference","id":"c7c4323b-1422-17c3-256f-5b65839737c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:fd5dc41e-70f7-4ca3-4e2b-2df46710eafe"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1978-07-02T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzgtMDctMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDU1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/af6e5af9-7314-b879-a987-fd970bb027c8"}],"period":{"start":"1978-07-02T11:15:12-07:00","end":"1978-07-02T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"a50a7318-c294-b74f-2df0-db229a55f786","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9a20049f-7dcf-8c70-21b8-9a843649730e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2018-04-09T11:54:20.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDQtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/155b3cf3-70b4-084d-cafa-0189cb64b9b3"}],"period":{"start":"2018-04-09T11:54:20-07:00","end":"2018-04-09T12:46:43-07:00"}}} +{"resourceType":"DocumentReference","id":"a7f55feb-1af5-a718-442b-79343407d38f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5a7e0798-798a-4eaf-31e7-8b2b7816c17b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1987-03-12T16:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDMtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/54e934c3-8d44-332b-6001-d6a20a8f91a2"}],"period":{"start":"1987-03-12T16:54:23-08:00","end":"1987-03-12T17:09:23-08:00"}}} +{"resourceType":"DocumentReference","id":"b199673b-cae1-3cb2-697f-4d5ed9f1e908","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e9a52b4c-2b1d-cdf1-64cf-828d0b61567a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2014-10-04T17:25:25.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTAtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/231b8427-17ff-747d-a2a9-0f0ca1ab9027"}],"period":{"start":"2014-10-04T17:25:25-07:00","end":"2014-10-04T18:23:07-07:00"}}} +{"resourceType":"DocumentReference","id":"33741f02-083c-3731-8563-fcefdcfc56e9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:60608bd1-32f5-e733-cde9-ca01780f3442"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2014-10-28T18:23:07.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTAtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/60d88916-ba16-55d0-5fb0-d63748cd7e2a"}],"period":{"start":"2014-10-28T18:23:07-07:00","end":"2014-10-28T18:52:51-07:00"}}} +{"resourceType":"DocumentReference","id":"024a2d8c-1add-7116-9af3-478f16168426","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2ba81545-3c2d-2197-f976-df1ca6f718e4"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1980-02-15T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODAtMDItMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1MiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e79e88df-fb92-3487-b6a2-7f3c4f6dd9d8"}],"period":{"start":"1980-02-15T13:00:00-08:00","end":"1980-02-15T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"c4866c56-364a-ff96-2784-caffc0279379","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:dfcd5531-3d25-70e3-643b-5f8c5a587a0b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2016-08-30T04:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDgtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQ2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/31cafbef-34a3-ba73-4aa6-6f25ddf25d37"}],"period":{"start":"2016-08-30T04:01:44-07:00","end":"2016-08-30T04:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"335e92b6-439b-fcc1-986c-a0b0baef2fc6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8e5eb9b4-26a7-988e-7845-4418148d1a03"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1979-07-08T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5NzktMDctMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDU2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8b12ee10-579f-645f-e20f-775fe364aa55"}],"period":{"start":"1979-07-08T11:15:12-07:00","end":"1979-07-08T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"4d855692-e564-9ae4-853b-675df5cdf3ee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1d5f8119-11d9-1641-e9b2-91bebcf9e820"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2018-05-01T12:46:43.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDUtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3ea013c6-e108-d357-2b21-ebb95f4c032c"}],"period":{"start":"2018-05-01T12:46:43-07:00","end":"2018-05-01T13:10:29-07:00"}}} +{"resourceType":"DocumentReference","id":"84b5a986-eccb-8191-b4a6-bba7f999701e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0ec05528-9f29-deae-5d0b-cf63fa1002f6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1987-03-09T10:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDMtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGJsZWVkaW5nIGZyb20gYW51cywgcHJvdHJhY3RlZCBkaWFycmhlYS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/25b84826-3084-2b9a-289a-07c27911ca15"}],"period":{"start":"1987-03-09T10:54:23-08:00","end":"1987-03-09T11:09:23-08:00"}}} +{"resourceType":"DocumentReference","id":"0bbb2d63-2448-b305-c2b9-06d12740adc3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:dc181de3-4518-17ed-0927-4465e4f4ec8b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1980-07-13T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODAtMDctMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDU3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/90876994-5787-99b8-a723-6676d41e091e"}],"period":{"start":"1980-07-13T11:15:12-07:00","end":"1980-07-13T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"021278bd-8bea-cb2f-cd14-401eb6a57b4c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:dcd424aa-855e-e8cd-b778-715bbf0fbdb6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1981-02-20T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODEtMDItMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFudGhlbS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/42b24de4-bd7b-d9bb-f0d3-2181f68e4ef0"}],"period":{"start":"1981-02-20T13:00:00-08:00","end":"1981-02-20T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"0b9f084a-25a0-db02-da90-f0ed6bf7b9b2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b2cacab1-c8a5-6c4e-0e72-12b56ccab44f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1987-03-13T23:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDMtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gY29sb25vc2NvcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6a27467e-2ffa-0705-0742-2fa915214fbb"}],"period":{"start":"1987-03-13T23:54:23-08:00","end":"1987-03-14T00:31:28-08:00"}}} +{"resourceType":"DocumentReference","id":"0b0b184b-b2fa-da93-8312-678dba22162a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:94f4cdb9-e381-bd96-889b-51740945f5a4"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2018-05-25T13:10:29.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDUtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2536c62b-5af2-c401-090f-6a5b09bd6418"}],"period":{"start":"2018-05-25T13:10:29-07:00","end":"2018-05-25T13:58:40-07:00"}}} +{"resourceType":"DocumentReference","id":"bcbaafac-fcde-5390-c70d-c65a154498f8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:47e4fbc7-4edf-10a7-43d9-2d1090ee8f0c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1980-12-22T06:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODAtMTItMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDU4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/51378eeb-f878-6011-e87f-a21b0a1699ca"}],"period":{"start":"1980-12-22T06:15:12-08:00","end":"1980-12-22T06:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"f7879575-ed1d-5d0e-7a51-066cddcc1b32","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f7fc0eb0-8e2a-af4c-4063-13e3e7a30bd2"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2014-11-20T17:52:51.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTEtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d8aaac46-f594-2e19-a65d-ebdae3823efd"}],"period":{"start":"2014-11-20T17:52:51-08:00","end":"2014-11-20T18:51:45-08:00"}}} +{"resourceType":"DocumentReference","id":"f74f6220-0d42-ce3d-d262-60444cb823ce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8f9bd3cb-f135-47e5-a6d0-25bae9f66174"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1982-02-26T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODItMDItMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1NCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0def744d-b070-5836-d68a-ff22ebc79318"}],"period":{"start":"1982-02-26T13:00:00-08:00","end":"1982-02-26T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"a06327c2-be6d-b86d-b2db-5cc9f5afcfc3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:cb208110-858c-79d3-2d5f-04b3c8e70ace"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2014-12-13T18:51:45.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTItMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/322611f3-2229-5c74-9d41-73a7dc6be165"}],"period":{"start":"2014-12-13T18:51:45-08:00","end":"2014-12-13T19:15:24-08:00"}}} +{"resourceType":"DocumentReference","id":"428d7d59-0e8d-66f0-0161-ad7cc1d87057","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5c301c9a-cdd1-52e4-5853-d3419dbb5b81"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1987-03-21T10:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDMtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/187202d3-e8c7-d887-ce57-bdff9751ec0a"}],"period":{"start":"1987-03-21T10:54:23-08:00","end":"1987-03-21T11:54:23-08:00"}}} +{"resourceType":"DocumentReference","id":"a4b7b681-010a-eb8b-0d73-b0954782f98c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:92d333d9-57c7-739a-2501-0ea709eaf41f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1983-03-04T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODMtMDMtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2b5e0fd3-dd9e-8ee8-ef3b-5ab084346da3"}],"period":{"start":"1983-03-04T13:00:00-08:00","end":"1983-03-04T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"48370f19-81ef-9929-44aa-589e874cad51","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b81393dc-910a-acd2-9bc0-5452909c786a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2015-01-03T19:15:24.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDEtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9d249d97-91bf-c7f1-9280-ac350a94bf3e"}],"period":{"start":"2015-01-03T19:15:24-08:00","end":"2015-01-03T19:51:06-08:00"}}} +{"resourceType":"DocumentReference","id":"0e69e2eb-7d0d-90aa-8b71-8194c957cb6e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:29d3e140-a607-af49-9eef-3f830c1ebccb"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2017-11-10T18:52:58.316-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTEtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjcgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBEdWFsIEVsaWdpYmxlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF0KLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0K"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"}],"period":{"start":"2017-11-10T18:52:58-08:00","end":"2017-11-10T19:07:58-08:00"}}} +{"resourceType":"DocumentReference","id":"6d618630-1808-8c4d-89d3-19a686200ee3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7525a943-2315-4048-e339-1785c37400f0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2015-01-25T19:51:06.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDEtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e2ed8f77-a7d9-ef11-a13b-887ace07d8f5"}],"period":{"start":"2015-01-25T19:51:06-08:00","end":"2015-01-25T20:45:57-08:00"}}} +{"resourceType":"DocumentReference","id":"c528e410-a70b-23fb-0084-53ae3f03241c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f879692b-3ae6-1efb-c878-80504cb17e2a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1984-03-09T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODQtMDMtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1NiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ae5d65cf-a21e-d795-5489-3afebdff4eda"}],"period":{"start":"1984-03-09T13:00:00-08:00","end":"1984-03-09T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"006e5aba-10bb-e626-e59b-b02836fdbaf6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2132e924-04fa-6125-5951-c1cd99c3fdee"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1987-03-17T20:31:28.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDMtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbWFsaWduYW50IHR1bW9yIG9mIGNvbG9uLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBjYW5jZXIgY2FyZSBwbGFuCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0d230636-6744-2fd6-6b5a-44b9e8714afc"}],"period":{"start":"1987-03-17T20:31:28-08:00","end":"1987-03-17T20:46:28-08:00"}}} +{"resourceType":"DocumentReference","id":"b8cbaa60-e46c-9460-76af-2b027e923ab3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2b1d344c-1f2a-d354-ea5b-d38a91e0914e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2018-06-13T17:06:21.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDYtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gYW50aWNpcGF0b3J5IGd1aWRhbmNlIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"}],"period":{"start":"2018-06-13T17:06:21-07:00","end":"2018-06-13T17:21:21-07:00"}}} +{"resourceType":"DocumentReference","id":"048826a4-be61-965a-ad9a-f48e652879bb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:458fe01b-ef1b-38ee-2afc-2e3d32e139cb"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1987-03-28T10:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906489","display":"Dr. Donald774 Simonis280"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|a9afd4c9-8443-3b5a-a486-07c3bb109b3f","display":"RIVER BEND MEDICAL GROUP - CHICOPEE OFFICE - URGENT CARE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDMtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1d229270-0467-49a7-6982-bd325bc34fb4"}],"period":{"start":"1987-03-28T10:54:23-08:00","end":"1987-03-28T11:09:23-08:00"}}} +{"resourceType":"DocumentReference","id":"a2e6a325-4c5d-a025-1fe5-f9d9115994eb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8acc1e0b-0978-b972-896a-0c5e93368d41"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1981-07-19T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODEtMDctMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDU4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkb21lc3RpYyBhYnVzZSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"}],"period":{"start":"1981-07-19T11:15:12-07:00","end":"1981-07-19T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"132b1cc2-b1a7-651f-b149-89fb7f866fd1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1e326b19-0a6a-120c-328a-b9d1c87beb4b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1987-03-29T20:31:28.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDMtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gcGFydGlhbCByZXNlY3Rpb24gb2YgY29sb24KVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIG1ham9yIHN1cmdlcnkgY2FyZSBtYW5hZ2VtZW50Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c14f12ff-f78f-2545-2879-6d66d862c9ca"}],"period":{"start":"1987-03-29T20:31:28-08:00","end":"1987-03-30T20:31:28-08:00"}}} +{"resourceType":"DocumentReference","id":"f3ffbd4a-9068-1b0c-0ffb-d7f42031a94b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8b601794-6381-c878-07b2-9551fa27c1b9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2015-02-21T20:45:57.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDItMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFsbGVyZ3kgc2NyZWVuaW5nIHRlc3QK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"}],"period":{"start":"2015-02-21T20:45:57-08:00","end":"2015-02-21T21:24:16-08:00"}}} +{"resourceType":"DocumentReference","id":"e5f90dbc-9804-6bec-becf-77298d81c4fe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2fae4edc-ecb8-8574-9d22-e692f652babe"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1985-03-15T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODUtMDMtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/bab2dfc3-a42f-4753-b4e7-e1a7609dc478"}],"period":{"start":"1985-03-15T13:00:00-08:00","end":"1985-03-15T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"2523fa3a-5a9c-4cf3-caf9-b064fe3d690e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:abaae6b9-17fe-10c4-d242-b43c6fe7a625"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2018-07-16T14:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDctMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjcgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBEdWFsIEVsaWdpYmxlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1lYXN1cmVtZW50IG9mIHJlc3BpcmF0b3J5IGZ1bmN0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAyMS43IG1nL21sIC8gZGV4dHJvbWV0aG9ycGhhbiBoeWRyb2Jyb21pZGUgMSBtZy9tbCAvIGRveHlsYW1pbmUgc3VjY2luYXRlIDAuNDE3IG1nL21sIG9yYWwgc29sdXRpb24KVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHJlc3BpcmF0b3J5IHRoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c265d11a-34e5-5739-f744-6a896d7f9ec3"}],"period":{"start":"2018-07-16T14:52:58-07:00","end":"2018-07-16T15:14:36-07:00"}}} +{"resourceType":"DocumentReference","id":"76ee8837-f05e-ef6b-1997-2a3aecf8d3ea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:cabb7b0b-a72c-8c8e-b313-e8b867811c8c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1986-03-21T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODYtMDMtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1OCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e5a4cb5e-5909-9a7e-b096-28fdcbd3e50e"}],"period":{"start":"1986-03-21T13:00:00-08:00","end":"1986-03-21T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"2fa18d88-2e8f-2082-4720-ec0fd08f6620","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3679712b-6ab6-3606-9508-2d990e23327b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2018-06-19T13:58:40.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDYtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a56467d1-b99e-a590-37dc-1eb369c00292"}],"period":{"start":"2018-06-19T13:58:40-07:00","end":"2018-06-19T14:30:59-07:00"}}} +{"resourceType":"DocumentReference","id":"3b9fdf6c-9f4d-dd85-34eb-7bd213d8a3ec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:fd3c563c-99d0-4028-8e60-2710ddd9afbe"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1987-03-27T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDMtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA1OSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2bb73a1c-20a8-39cb-2270-735c1870953b"}],"period":{"start":"1987-03-27T13:00:00-08:00","end":"1987-03-27T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"b358dae1-e48e-97f7-c631-fff9728d23a9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e39ae72b-f7b7-c6bc-72d5-f5d010fbeff6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2017-01-22T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDEtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQ2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"}],"period":{"start":"2017-01-22T02:01:44-08:00","end":"2017-01-22T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"1bc6e2ad-92e2-0820-f31d-9dd84fd05ad0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2e03d82f-fc56-2ad9-22e1-1cca94c8128b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2018-07-11T14:30:59.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDctMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9acd21bb-09ee-b660-6fe3-5a55684e24d0"}],"period":{"start":"2018-07-11T14:30:59-07:00","end":"2018-07-11T15:20:25-07:00"}}} +{"resourceType":"DocumentReference","id":"1d503257-ed9b-b33a-ca63-55538d3dac04","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f5723d7a-0d2e-84c6-ddcd-905a8734f083"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2015-04-04T04:56:45.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDQtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgY2FyLCByZWxheCwgYWxvbmUsIGZvcmdldCwgZnJpZW5kcywgdHJvdWJsZSBzY3JlZW5pbmcgdGVzdCAocHJvY2VkdXJlKQotIGhlYWx0aCByaXNrcyBlZHVjYXRpb24gKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"}],"period":{"start":"2015-04-04T04:56:45-07:00","end":"2015-04-04T05:11:45-07:00"}}} +{"resourceType":"DocumentReference","id":"009fc5ba-4a65-3bfa-4c9c-60768af7498c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ce12ff31-d8b0-481d-17a0-956b42725a26"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2018-08-07T15:20:25.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDgtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b806cc31-668a-0681-8fda-9989e65cc4c3"}],"period":{"start":"2018-08-07T15:20:25-07:00","end":"2018-08-07T15:53:29-07:00"}}} +{"resourceType":"DocumentReference","id":"1089f667-2fcb-c3e1-f122-245459c494f4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:22d56200-1de7-d54f-bd81-5f4262292ca8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2018-09-01T15:53:29.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDktMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4159b5c3-489e-b2e2-c04f-be7e8e3b1a5a"}],"period":{"start":"2018-09-01T15:53:29-07:00","end":"2018-09-01T16:33:36-07:00"}}} +{"resourceType":"DocumentReference","id":"b754cbd9-e97f-ce17-5d16-e0df34e69390","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:72546e0a-fa1e-6ea5-8017-3d461c788a8c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1987-04-20T22:31:28.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDQtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gY29tYmluZWQgY2hlbW90aGVyYXB5IGFuZCByYWRpYXRpb24gdGhlcmFweSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxldWNvdm9yaW4gMTAwIG1nIGluamVjdGlvbgotIDEwIG1sIG94YWxpcGxhdGluIDUgbWcvbWwgaW5qZWN0aW9uCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"}],"period":{"start":"1987-04-20T22:31:28-07:00","end":"1987-04-20T22:46:28-07:00"}}} +{"resourceType":"DocumentReference","id":"c54a9863-258b-6e8a-dd03-60e744211b2e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:87bd4919-61d7-fa8d-db0c-3feb15a538ae"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2018-09-26T16:33:36.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDktMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/58606738-0598-5896-8a50-92b423f35447"}],"period":{"start":"2018-09-26T16:33:36-07:00","end":"2018-09-26T17:29:00-07:00"}}} +{"resourceType":"DocumentReference","id":"2beb60c0-f3ae-0e63-95d8-c6fecdc38054","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4bb4f3cd-7f88-6564-46d8-7b8c71fac44c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2018-07-27T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999689","display":"Dr. Nelda514 Blanda868"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|44bef9d3-91c2-3005-93e0-ccf436348ff0","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDctMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjcgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIER1YWwgRWxpZ2libGUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMjEuNyBtZy9tbCAvIGRleHRyb21ldGhvcnBoYW4gaHlkcm9icm9taWRlIDEgbWcvbWwgLyBkb3h5bGFtaW5lIHN1Y2NpbmF0ZSAwLjQxNyBtZy9tbCBvcmFsIHNvbHV0aW9uOyBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF0KLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0K"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"}],"period":{"start":"2018-07-27T19:52:58-07:00","end":"2018-07-27T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"52dbc2d2-f04f-eb0f-594e-f0402a52ab60","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:355c6132-0cb0-421b-4614-1e552c90d59a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2018-10-17T17:29:00.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTAtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0815cb07-12a3-e655-26c3-fa7bec8a8581"}],"period":{"start":"2018-10-17T17:29:00-07:00","end":"2018-10-17T18:26:18-07:00"}}} +{"resourceType":"DocumentReference","id":"b583f7d2-6002-9821-5895-ea1312b4a713","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:64fd2c89-da8c-7387-f220-41c061ef99ef"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2016-03-08T05:35:43.638-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDMtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggc3ByYWluIG9mIGFua2xlLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHBoeXNpY2FsIHRoZXJhcHkgcHJvY2VkdXJlCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/fbd1d908-2878-95db-3485-e0659ddd23f0"}],"period":{"start":"2016-03-08T05:35:43-08:00","end":"2016-03-08T06:35:43-08:00"}}} +{"resourceType":"DocumentReference","id":"f9f8067f-53e5-ae95-205b-184606cd9d41","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:77fb2d0e-3217-c718-0d98-ad9455e04d3c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1988-04-01T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODgtMDQtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b4a4932d-4663-750e-3894-6e64908e52a8"}],"period":{"start":"1988-04-01T13:00:00-08:00","end":"1988-04-01T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"d5915088-c867-2e50-4a11-52a6334f0cc0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3c3a3813-32ca-f013-cdc8-46adda6ff14f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1982-07-25T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODItMDctMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDU5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"}],"period":{"start":"1982-07-25T11:15:12-07:00","end":"1982-07-25T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"c9739f34-5368-84c4-dd41-e293502c0cf8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6237d9c5-71cc-4c2f-592b-ae9de8de28d6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2018-01-28T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQ3IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRvbWVzdGljIGFidXNlIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBhbGNvaG9sIHVzZSBkaXNvcmRlcnMgaWRlbnRpZmljYXRpb24gdGVzdCAtIGNvbnN1bXB0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"}],"period":{"start":"2018-01-28T02:01:44-08:00","end":"2018-01-28T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"e3c13e77-44a8-4e64-38c6-2beaaeff83be","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:dc385554-2f69-ad76-ff2b-6c7645698ba8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1989-04-07T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODktMDQtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2MSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/00ec53e6-ca27-67e5-702b-5bef41540d0a"}],"period":{"start":"1989-04-07T14:00:00-07:00","end":"1989-04-07T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"eb8b5fcb-feec-f26e-f132-ba7f4cee0b38","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:011ba2b4-9e3f-29e0-852e-f64609ccb114"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2018-11-07T17:26:18.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTEtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a6c5a4de-ed6f-7dfa-deb5-f87f338322c1"}],"period":{"start":"2018-11-07T17:26:18-08:00","end":"2018-11-07T18:10:49-08:00"}}} +{"resourceType":"DocumentReference","id":"2d24f786-464d-1180-3d15-4d8dba863ffa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0325bb09-3b1c-261e-4fa5-9e7936905aa4"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1982-10-01T12:42:24.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODItMTAtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDYwIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gY29sb25vc2NvcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a867ca19-eeb6-b1f9-b38e-1b2c7d001b51"}],"period":{"start":"1982-10-01T12:42:24-07:00","end":"1982-10-01T13:11:51-07:00"}}} +{"resourceType":"DocumentReference","id":"b1b95bda-0105-8107-d6d8-315a2fac8c67","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:223d893d-b7c0-c4e8-83c9-9bd44b7f0c85"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2018-11-29T18:10:49.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTEtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d98d591e-373c-6605-52f4-8138a8a81007"}],"period":{"start":"2018-11-29T18:10:49-08:00","end":"2018-11-29T18:57:16-08:00"}}} +{"resourceType":"DocumentReference","id":"c42f2587-6595-19e6-1746-5949f56539bc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:fb21e14e-093f-e5fa-7ea4-7ad0be32d44a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1990-04-13T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTAtMDQtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2MiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8421e19e-d7fa-9802-6533-eceeff70bda1"}],"period":{"start":"1990-04-13T14:00:00-07:00","end":"1990-04-13T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"4ec3257b-47de-2020-ccf6-9b9c168b3220","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b6d89b1d-ba47-6ce1-b634-4eec6af38a9d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2018-12-24T18:57:16.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTItMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c45b045b-fd99-0b18-f29b-1e7a08663e15"}],"period":{"start":"2018-12-24T18:57:16-08:00","end":"2018-12-24T19:31:53-08:00"}}} +{"resourceType":"DocumentReference","id":"9c5e5f9d-ac40-0c0e-a5b9-0cd3d3879439","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:dc64f5e0-71b5-5c27-1999-d01d3c401957"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1987-05-25T16:31:28.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDUtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gY29tYmluZWQgY2hlbW90aGVyYXB5IGFuZCByYWRpYXRpb24gdGhlcmFweSAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"}],"period":{"start":"1987-05-25T16:31:28-07:00","end":"1987-05-25T16:46:28-07:00"}}} +{"resourceType":"DocumentReference","id":"1ce792f4-dc7b-498b-fd80-43c6b4e5d973","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:52a266fd-caef-0c4b-ad1f-a0bedd211ae9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2016-04-09T04:56:45.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDQtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcmVjZWl2ZWQgaGlnaGVyIGVkdWNhdGlvbiAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkb21lc3RpYyBhYnVzZSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"}],"period":{"start":"2016-04-09T04:56:45-07:00","end":"2016-04-09T05:11:45-07:00"}}} +{"resourceType":"DocumentReference","id":"fcf6dcf3-399f-4982-510e-fe325060d3f4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7e225f27-a2ab-aaf7-2f21-dcc8e040527a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1991-04-19T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTEtMDQtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cdf19c9e-5ffd-5309-8262-30e39d3775d5"}],"period":{"start":"1991-04-19T14:00:00-07:00","end":"1991-04-19T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"b9ea7ca2-1f10-3f63-8f99-30a1f8d9669b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a2b840da-5814-83a0-1c46-1ece61918ccc"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-01-17T19:31:53.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDEtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2898e2df-3259-117b-116b-62e6913ad7f1"}],"period":{"start":"2019-01-17T19:31:53-08:00","end":"2019-01-17T19:55:36-08:00"}}} +{"resourceType":"DocumentReference","id":"c5459235-9514-9e5c-d3d7-03deba1d4096","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3951ecaa-9d77-449c-5a75-1d8c906f20ca"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-02-07T19:55:36.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDItMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/63f30825-f2a1-769a-f010-2d7530fc0065"}],"period":{"start":"2019-02-07T19:55:36-08:00","end":"2019-02-07T20:22:34-08:00"}}} +{"resourceType":"DocumentReference","id":"518e7332-4d7d-fc14-e822-1347c5736905","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:745ddcd4-feec-39c1-ffa4-149464c52ecd"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1992-04-24T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTItMDQtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2NCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/bf4a7536-05ae-8e57-4af5-fe5b33fc6747"}],"period":{"start":"1992-04-24T14:00:00-07:00","end":"1992-04-24T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"8a067792-8dda-c5fd-4b7a-c05744f358d0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f33c91fd-b407-a66f-a281-6390b0467e11"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-03-01T20:22:34.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDMtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/67e56661-731e-c284-a1a9-bcf315021f80"}],"period":{"start":"2019-03-01T20:22:34-08:00","end":"2019-03-01T21:20:35-08:00"}}} +{"resourceType":"DocumentReference","id":"75c3443d-a38a-6689-8261-980ad444b39b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2529f672-777c-fd8b-2fb1-048a276b70e0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2018-11-16T18:52:58.316-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTEtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjggeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIER1YWwgRWxpZ2libGUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMjEuNyBtZy9tbCAvIGRleHRyb21ldGhvcnBoYW4gaHlkcm9icm9taWRlIDEgbWcvbWwgLyBkb3h5bGFtaW5lIHN1Y2NpbmF0ZSAwLjQxNyBtZy9tbCBvcmFsIHNvbHV0aW9uOyBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIC8gb3h5Y29kb25lIGh5ZHJvY2hsb3JpZGUgMTAgbWcgb3JhbCB0YWJsZXQgW3BlcmNvY2V0XQotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"}],"period":{"start":"2018-11-16T18:52:58-08:00","end":"2018-11-16T19:07:58-08:00"}}} +{"resourceType":"DocumentReference","id":"f4f83e10-6f35-a42d-3f54-4dc8b4b476b0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8ced4456-a74b-6cd7-2d27-57ac26a963b7"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1993-04-30T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTMtMDQtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c869f706-164f-0152-c3b4-a2503331a734"}],"period":{"start":"1993-04-30T14:00:00-07:00","end":"1993-04-30T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"c8a7de06-73e3-921c-a6d8-3425c8502f8e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:36d86cf2-f953-4c5b-5e10-e3166fd4135f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-03-27T22:20:35.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDMtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e20025f5-35bb-496c-0b40-937f6077c015"}],"period":{"start":"2019-03-27T22:20:35-07:00","end":"2019-03-27T22:49:14-07:00"}}} +{"resourceType":"DocumentReference","id":"1d94deb1-20d9-4c75-3b70-3f9c93f74243","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ffd88b86-e43e-7a8b-7244-2cead0389cfd"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1983-07-31T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODMtMDctMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDYwIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggb3N0ZW9wb3Jvc2lzIChkaXNvcmRlciksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBib25lIGRlbnNpdHkgc2NhbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"}],"period":{"start":"1983-07-31T11:15:12-07:00","end":"1983-07-31T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"6e450fba-5e99-4a03-1d28-09fca0bb7d89","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:11c4e906-225d-66fc-c7c8-b7dbfdc7ce1b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1987-06-06T11:54:23.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDYtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzcGlyb21ldHJ5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"}],"period":{"start":"1987-06-06T11:54:23-07:00","end":"1987-06-06T12:09:23-07:00"}}} +{"resourceType":"DocumentReference","id":"04e9927e-f3bf-5ea8-032b-e1dc7111c739","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a55304f1-80d4-b85f-f35a-f43f22a3c7d5"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2019-02-03T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDItMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQ4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"}],"period":{"start":"2019-02-03T02:01:44-08:00","end":"2019-02-03T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"42a854cb-13f0-216b-22b9-5faed5a78414","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6bbb2e1b-9d66-15e6-68ed-711fac866a51"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1994-05-06T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTQtMDUtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2NiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5838c563-1724-25c5-7971-0a1a58035cd1"}],"period":{"start":"1994-05-06T14:00:00-07:00","end":"1994-05-06T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"05121aef-9529-4a89-e60c-b2c469d5f6aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:cee62162-aea9-7fe1-cf7d-d4e3cb73539c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2017-04-15T04:56:45.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDQtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMTkgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLCBzcHJhaW4gb2YgYW5rbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"}],"period":{"start":"2017-04-15T04:56:45-07:00","end":"2017-04-15T05:11:45-07:00"}}} +{"resourceType":"DocumentReference","id":"dfa73490-d006-55fb-1698-8700c8797097","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:35b82129-13b5-b00c-a034-2765f95daa19"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1994-07-29T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTQtMDctMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1e91d3f9-4ad2-079a-9397-1f3ab6651b0b"}],"period":{"start":"1994-07-29T14:00:00-07:00","end":"1994-07-29T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"b366b3c0-8e8e-4fc7-20ff-ce50d4c9b142","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2dce9200-9111-3a23-397f-3165db7fd7d5"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1995-05-12T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTUtMDUtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/85992de1-9c49-7187-3d5c-015a8ca842c2"}],"period":{"start":"1995-05-12T14:00:00-07:00","end":"1995-05-12T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"c4cd2653-6e94-caf2-544d-abf7d3c92219","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:fb1519df-f052-87c0-7eda-0bab9ee32437"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-04-18T22:49:14.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDQtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e4104cf9-936b-7d2a-42fd-2a0d3c55fd39"}],"period":{"start":"2019-04-18T22:49:14-07:00","end":"2019-04-18T23:05:27-07:00"}}} +{"resourceType":"DocumentReference","id":"77fc184c-3dde-1e5c-59b2-6661d1d9cab0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c7029aee-a74e-750b-5f2d-f5f8843ece5b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2019-06-20T09:01:44.723-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDYtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQ4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/71f22be9-6e56-e07d-6c70-5a1d0844498b"}],"period":{"start":"2019-06-20T09:01:44-07:00","end":"2019-06-20T09:16:44-07:00"}}} +{"resourceType":"DocumentReference","id":"0fe3c030-aebb-ce9c-ba2f-1e9063caf03c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c283fccd-1b3b-69a9-013b-3db7548ef65f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-05-15T23:05:27.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDUtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6a9ab6be-a2e6-4eb9-5642-73e63cd37fc7"}],"period":{"start":"2019-05-15T23:05:27-07:00","end":"2019-05-15T23:33:14-07:00"}}} +{"resourceType":"DocumentReference","id":"559b71f7-d167-c730-f99e-13ae12361c51","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:fa11929b-60f5-d95f-8496-c7d7d4aa4419"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2019-11-22T18:52:58.316-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTEtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjkgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIER1YWwgRWxpZ2libGUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMjEuNyBtZy9tbCAvIGRleHRyb21ldGhvcnBoYW4gaHlkcm9icm9taWRlIDEgbWcvbWwgLyBkb3h5bGFtaW5lIHN1Y2NpbmF0ZSAwLjQxNyBtZy9tbCBvcmFsIHNvbHV0aW9uOyBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgbW9yc2UgZmFsbCBzY2FsZSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZHJ1ZyBhYnVzZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIC8gb3h5Y29kb25lIGh5ZHJvY2hsb3JpZGUgMTAgbWcgb3JhbCB0YWJsZXQgW3BlcmNvY2V0XQotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0IFt0eWxlbm9sXQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"}],"period":{"start":"2019-11-22T18:52:58-08:00","end":"2019-11-22T19:07:58-08:00"}}} +{"resourceType":"DocumentReference","id":"18d3d9ca-2475-4a9c-dd19-28431ae3d1c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1c24f8f6-e988-e43e-8f5d-0def677e8f61"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-06-09T23:33:14.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDYtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/27575b42-1b5f-9fb9-f709-3224384c0bdd"}],"period":{"start":"2019-06-09T23:33:14-07:00","end":"2019-06-10T00:00:02-07:00"}}} +{"resourceType":"DocumentReference","id":"4f6a51b1-daee-bc85-5ed0-32bc5cebfc9f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5fee03d6-728d-9bbd-3722-d618ce8d8225"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1987-06-25T09:31:28.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDYtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gY29tYmluZWQgY2hlbW90aGVyYXB5IGFuZCByYWRpYXRpb24gdGhlcmFweSAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"}],"period":{"start":"1987-06-25T09:31:28-07:00","end":"1987-06-25T09:46:28-07:00"}}} +{"resourceType":"DocumentReference","id":"6de2e2ca-c891-4b3d-c8c6-37ba3f7d598a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:02edcf38-69b8-fea6-275f-84f16d75c376"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2020-02-09T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDItMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDQ5IHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"}],"period":{"start":"2020-02-09T02:01:44-08:00","end":"2020-02-09T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"7cf20476-ae24-e82d-9447-9c4ebc2bb3b5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b6c455e8-6723-4048-319d-b20f64de3133"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1984-08-05T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODQtMDgtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDYxIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"}],"period":{"start":"1984-08-05T11:15:12-07:00","end":"1984-08-05T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"202b69da-a4b2-4752-bd54-24daee3b5a7f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1c223c8d-c9ac-9f95-d946-52d2479362aa"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1996-05-17T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTYtMDUtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2OCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c4a7535f-1429-3347-b380-5615a4e09522"}],"period":{"start":"1996-05-17T14:00:00-07:00","end":"1996-05-17T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"951a1dfc-4dab-275c-6610-01793eafba35","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4af1419d-7504-f2da-7efd-cbe05378fa5d"}],"status":"current","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"date":"2020-04-18T04:56:45.638-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDQtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClR1YW45OTgKIGlzIGEgMjIgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLCBzcHJhaW4gb2YgYW5rbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIG1pc3VzZXMgZHJ1Z3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgdGQgKGFkdWx0KSBwcmVzZXJ2YXRpdmUgZnJlZSwgaGVwIGIsIGFkdWx0LCBtZW5pbmdvY29jY2FsIG1jdjRwLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"}],"period":{"start":"2020-04-18T04:56:45-07:00","end":"2020-04-18T05:11:45-07:00"}}} +{"resourceType":"DocumentReference","id":"264a99e4-2071-a553-58fd-ad6f7a5475cb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f783a706-de94-6835-63ce-36178300255d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1987-07-27T04:31:28.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDctMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gY29tYmluZWQgY2hlbW90aGVyYXB5IGFuZCByYWRpYXRpb24gdGhlcmFweSAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"}],"period":{"start":"1987-07-27T04:31:28-07:00","end":"1987-07-27T04:46:28-07:00"}}} +{"resourceType":"DocumentReference","id":"2fe239b2-dff0-7277-1a76-d7a99059126d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1f4293a8-5b2a-ccc9-b8f8-272cd4935cf4"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1997-05-23T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTctMDUtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA2OSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/75d7bc8e-c0ab-7f21-77cd-ca0654cf7e5d"}],"period":{"start":"1997-05-23T14:00:00-07:00","end":"1997-05-23T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"8d3c459f-bfa0-27e6-24c1-355a56fcabb2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c8b17218-bdcc-2a68-8ab2-7daf9f594b3e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2020-08-03T22:36:17.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDgtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNjkgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIER1YWwgRWxpZ2libGUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMjEuNyBtZy9tbCAvIGRleHRyb21ldGhvcnBoYW4gaHlkcm9icm9taWRlIDEgbWcvbWwgLyBkb3h5bGFtaW5lIHN1Y2NpbmF0ZSAwLjQxNyBtZy9tbCBvcmFsIHNvbHV0aW9uOyBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBjb2xvbm9zY29weQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8e96ae35-598c-a772-3bfc-8280bc25f239"}],"period":{"start":"2020-08-03T22:36:17-07:00","end":"2020-08-03T23:04:39-07:00"}}} +{"resourceType":"DocumentReference","id":"43fcfcc4-022c-cad5-e7ba-c713289ac022","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f78513df-0671-e825-b6ba-283e822c5f8e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-06-19T17:06:21.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDYtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIG1lbmluZ29jb2NjYWwgbWN2NHAuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSBuaW5lIGl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGNhciwgcmVsYXgsIGFsb25lLCBmb3JnZXQsIGZyaWVuZHMsIHRyb3VibGUgc2NyZWVuaW5nIHRlc3QgKHByb2NlZHVyZSkKLSBhbnRpY2lwYXRvcnkgZ3VpZGFuY2UgKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"}],"period":{"start":"2019-06-19T17:06:21-07:00","end":"2019-06-19T17:21:21-07:00"}}} +{"resourceType":"DocumentReference","id":"3f74634e-ad8b-f019-9cb6-8f7b99ae17cf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b1beb1a2-48b6-3d59-96f3-a807e321b1ab"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1998-05-29T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTgtMDUtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG9zdGVvcG9yb3NpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Ci0gYWxlbmRyb25pYyBhY2lkIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6118c5f3-b9a9-ae08-afc1-5e94c6ffe499"}],"period":{"start":"1998-05-29T14:00:00-07:00","end":"1998-05-29T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"be377f70-78ed-a043-d1e4-c729c88ce892","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6a7b6820-dc31-8720-639e-499f32a0e9a1"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"1999-06-04T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTktMDYtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3MSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8c2ab808-51d8-8145-6e3a-63e52962f181"}],"period":{"start":"1999-06-04T14:00:00-07:00","end":"1999-06-04T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"2a15eecf-6fe9-dba1-7187-c239fdbca98c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:29f0b3b6-a527-ea93-b059-76c41ca66da1"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-07-05T00:00:02.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDctMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e237b3c4-04fd-6cc1-6d1f-916d0fb3c5a4"}],"period":{"start":"2019-07-05T00:00:02-07:00","end":"2019-07-05T00:24:59-07:00"}}} +{"resourceType":"DocumentReference","id":"84b8e1fc-9076-c362-4cea-e65b4ac5617f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:063d8b2e-3e54-1a96-9bd7-49834af80e36"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1985-08-11T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODUtMDgtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDYyIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNvY2lhbCBpc29sYXRpb24gKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGlzIGEgY29sbGVnZSBncmFkdWF0ZS4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"}],"period":{"start":"1985-08-11T11:15:12-07:00","end":"1985-08-11T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"d9a92fa3-04a6-8176-1747-873aa27d0343","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9b48ce28-6e25-d4c2-bcdc-4a37b7b017f9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2020-11-27T18:52:58.316-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTEtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNzAgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIER1YWwgRWxpZ2libGUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMjEuNyBtZy9tbCAvIGRleHRyb21ldGhvcnBoYW4gaHlkcm9icm9taWRlIDEgbWcvbWwgLyBkb3h5bGFtaW5lIHN1Y2NpbmF0ZSAwLjQxNyBtZy9tbCBvcmFsIHNvbHV0aW9uOyBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIG1vcnNlIGZhbGwgc2NhbGUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF0KLSBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0K"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"}],"period":{"start":"2020-11-27T18:52:58-08:00","end":"2020-11-27T19:07:58-08:00"}}} +{"resourceType":"DocumentReference","id":"82e060bc-a4f0-0bfa-f54b-467c1e71a00a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:29befa11-d85a-49fe-62ba-a9b2e6a6b56c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2000-06-09T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDAtMDYtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3MiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f6178e16-c0c2-ef75-0534-f7e882581b32"}],"period":{"start":"2000-06-09T14:00:00-07:00","end":"2000-06-09T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"de8784af-003a-542d-7f3a-c0942172771d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:efb037af-3afb-022b-8bed-b4aec169e2cc"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-07-30T00:24:59.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDctMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3235c2c6-a33c-3bc3-2e43-aff5c42a715b"}],"period":{"start":"2019-07-30T00:24:59-07:00","end":"2019-07-30T01:00:48-07:00"}}} +{"resourceType":"DocumentReference","id":"78c60177-3665-442a-2889-24e62f3721f0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0788a64c-50bb-2bae-d184-31b0486984b0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2001-06-15T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDEtMDYtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3NCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/fdb1515e-a3da-3765-aa5e-c4d5aa17e998"}],"period":{"start":"2001-06-15T14:00:00-07:00","end":"2001-06-15T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"343e0496-e5f8-250d-020c-f532f5922827","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1d5a6b8a-f330-c3f9-d4ab-ea0f3f5294de"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-08-26T01:00:48.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDgtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ed6c4c6f-6dd1-78b5-58a9-68316c5af8c8"}],"period":{"start":"2019-08-26T01:00:48-07:00","end":"2019-08-26T02:00:31-07:00"}}} +{"resourceType":"DocumentReference","id":"15ed7d77-d2ed-6fcb-7dd2-39424e6316b3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f2d63d1a-884d-7ac7-9775-2e8a0efef26f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2021-02-14T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDItMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDUwIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiB6b3N0ZXIsIGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"}],"period":{"start":"2021-02-14T02:01:44-08:00","end":"2021-02-14T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"28be2999-f7a7-9517-b5e7-01e8f1d4a369","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e84f7a15-3db8-09da-f855-5562751dacd9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2002-06-21T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDItMDYtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3a22aa5c-cbc7-2634-4bc7-23eab2dd2e2e"}],"period":{"start":"2002-06-21T14:00:00-07:00","end":"2002-06-21T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"0db4e821-a5c6-b66a-02f5-90ceb455cbd0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f093e75a-cb02-0894-34c0-e5013182283b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1987-08-28T22:31:28.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDgtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gY29tYmluZWQgY2hlbW90aGVyYXB5IGFuZCByYWRpYXRpb24gdGhlcmFweSAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"}],"period":{"start":"1987-08-28T22:31:28-07:00","end":"1987-08-28T22:46:28-07:00"}}} +{"resourceType":"DocumentReference","id":"501f2daf-af66-1a8c-2823-31906982aac7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1428b7f8-a6dd-80f1-5aa1-be40731e422e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2021-03-12T18:52:58.316-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999689","display":"Dr. Nelda514 Blanda868"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|44bef9d3-91c2-3005-93e0-ccf436348ff0","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNzAgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIER1YWwgRWxpZ2libGUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMjEuNyBtZy9tbCAvIGRleHRyb21ldGhvcnBoYW4gaHlkcm9icm9taWRlIDEgbWcvbWwgLyBkb3h5bGFtaW5lIHN1Y2NpbmF0ZSAwLjQxNyBtZy9tbCBvcmFsIHNvbHV0aW9uOyBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBzYXJzLWNvdi0yIChjb3ZpZC0xOSkgdmFjY2luZSwgbXJuYSwgc3Bpa2UgcHJvdGVpbiwgbG5wLCBwcmVzZXJ2YXRpdmUgZnJlZSwgMzAgbWNnLzAuM21sIGRvc2UuIAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/345283b9-8da2-b506-1c7a-5bc2d572ad84"}],"period":{"start":"2021-03-12T18:52:58-08:00","end":"2021-03-12T19:07:58-08:00"}}} +{"resourceType":"DocumentReference","id":"fce3eec0-9db0-994c-0063-25c08461ebaa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:524a2dc6-73f5-e91f-92be-19a07f17df81"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-09-20T02:00:31.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDktMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/53432d59-5df6-6a10-b93c-619f8e27f708"}],"period":{"start":"2019-09-20T02:00:31-07:00","end":"2019-09-20T02:27:31-07:00"}}} +{"resourceType":"DocumentReference","id":"cca8db36-d974-9938-7ba7-25dcb8c8198c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:affa5f6e-45d9-3bc6-7509-1cd349d44105"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-10-13T02:27:31.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTAtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d2c35637-46f3-dad1-8842-47f73c7e8961"}],"period":{"start":"2019-10-13T02:27:31-07:00","end":"2019-10-13T02:53:41-07:00"}}} +{"resourceType":"DocumentReference","id":"f03b4c16-dfef-c338-fb99-81eda96abd78","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5614d1bb-da76-d29b-a550-0a3bf74659cc"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2021-12-29T09:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTItMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDUxIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/28cebdda-15bd-eff8-0376-f00fd31f3ea2"}],"period":{"start":"2021-12-29T09:01:44-08:00","end":"2021-12-29T09:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"029da8e8-ae2f-1914-7d7c-4f88ed88433a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2f95da80-2ad6-805a-7d82-ff4a6d98b64e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2021-04-02T19:52:58.316-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999689","display":"Dr. Nelda514 Blanda868"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|44bef9d3-91c2-3005-93e0-ccf436348ff0","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDQtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNzAgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIER1YWwgRWxpZ2libGUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMjEuNyBtZy9tbCAvIGRleHRyb21ldGhvcnBoYW4gaHlkcm9icm9taWRlIDEgbWcvbWwgLyBkb3h5bGFtaW5lIHN1Y2NpbmF0ZSAwLjQxNyBtZy9tbCBvcmFsIHNvbHV0aW9uOyBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBzYXJzLWNvdi0yIChjb3ZpZC0xOSkgdmFjY2luZSwgbXJuYSwgc3Bpa2UgcHJvdGVpbiwgbG5wLCBwcmVzZXJ2YXRpdmUgZnJlZSwgMzAgbWNnLzAuM21sIGRvc2UuIAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f52e1d6f-86ad-fc51-f546-28eb5051ce20"}],"period":{"start":"2021-04-02T19:52:58-07:00","end":"2021-04-02T20:07:58-07:00"}}} +{"resourceType":"DocumentReference","id":"e0936d3f-2ed1-ba70-d5fc-0ffc9dd0bad6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6b91fbe6-77bd-edee-b4ae-2a3ea07a14e2"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1986-08-17T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODYtMDgtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDYzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"}],"period":{"start":"1986-08-17T11:15:12-07:00","end":"1986-08-17T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"9ae2c47a-d258-2507-cb01-55d4767436b3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:089b5dd1-c246-8844-546f-ae3cef5a7c72"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1987-09-30T14:31:28.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDktMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gY29tYmluZWQgY2hlbW90aGVyYXB5IGFuZCByYWRpYXRpb24gdGhlcmFweSAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"}],"period":{"start":"1987-09-30T14:31:28-07:00","end":"1987-09-30T14:46:28-07:00"}}} +{"resourceType":"DocumentReference","id":"ef6a48c3-04fe-84df-3b68-b574df536a90","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5ddb1b31-b1a4-5fdc-28af-ea0098ed80d5"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2003-06-27T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDMtMDYtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3NiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f5c90f12-82ad-a834-9e73-62ff5947b65a"}],"period":{"start":"2003-06-27T14:00:00-07:00","end":"2003-06-27T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"5287cd5d-a953-bd7a-4761-d2f309852f70","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:095112fa-ec3d-e86a-7263-271c842160f5"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2004-07-02T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMDctMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8223fd49-796b-2dac-562d-55d496c152c0"}],"period":{"start":"2004-07-02T14:00:00-07:00","end":"2004-07-02T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"a8115d5a-02c1-87e3-296f-269acf750c16","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4c268fa4-dfc9-9c9b-3745-fb4d306c9bdd"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-11-07T01:53:41.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTEtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d02b874f-70ea-eff6-92ae-b2a07c0ce0b9"}],"period":{"start":"2019-11-07T01:53:41-08:00","end":"2019-11-07T02:41:15-08:00"}}} +{"resourceType":"DocumentReference","id":"d96bb75d-7076-b0a4-df5e-56011ed40976","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f4e3771f-fe77-984e-54df-9267426d8821"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-12-03T02:41:15.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTItMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9692dbfc-1e5f-8e06-ff41-5c3680fce31b"}],"period":{"start":"2019-12-03T02:41:15-08:00","end":"2019-12-03T03:09:55-08:00"}}} +{"resourceType":"DocumentReference","id":"db24cb0f-eb75-863a-cf41-9b6f8e8d7195","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:80e5ce25-182e-286a-b245-34b3de79ca23"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2004-10-29T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMTAtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/00283a05-ba86-831c-051a-202d5f2dd19b"}],"period":{"start":"2004-10-29T14:00:00-07:00","end":"2004-10-29T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"cf2ddcc4-be56-ebec-c09b-116464ed2be6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c9075dc8-909d-4494-bd0c-ce8a19f93d3e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-12-10T20:06:21.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTItMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4917262a-3d2a-4e88-5a1c-aa0bc5c8dd38"}],"period":{"start":"2019-12-10T20:06:21-08:00","end":"2019-12-10T20:21:21-08:00"}}} +{"resourceType":"DocumentReference","id":"bb97047b-9df1-4362-f011-7850cefd724e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f8d32ada-fecc-32dc-e9d0-d95d2901a997"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2004-10-24T00:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMTAtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ca9d799b-5670-692b-1dfc-0cab4d49d3a6"}],"period":{"start":"2004-10-24T00:00:00-07:00","end":"2004-10-24T00:15:36-07:00"}}} +{"resourceType":"DocumentReference","id":"1a25563f-edf6-53ec-2cf3-47ba818e097f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9c45970b-7da4-cb34-939c-c3fcb0609670"}],"status":"current","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"date":"2022-02-20T02:01:44.723-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDItMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkp1bGlvMjU1CiBpcyBhIDUxIHllYXItb2xkIG5vbi1oaXNwYW5pYyBoYXdhaWlhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHpvc3RlciwgaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIHRkIChhZHVsdCkgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"}],"period":{"start":"2022-02-20T02:01:44-08:00","end":"2022-02-20T02:16:44-08:00"}}} +{"resourceType":"DocumentReference","id":"6f345056-aa24-9b8b-2cf3-bf96431d3dae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5c362013-0d24-17ce-4b0c-688564952094"}],"status":"current","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"date":"2021-12-03T18:52:58.316-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTItMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkRldmluODIKIGlzIGEgNzEgeWVhci1vbGQgbm9uLWhpc3BhbmljIGhhd2FpaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIER1YWwgRWxpZ2libGUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMjEuNyBtZy9tbCAvIGRleHRyb21ldGhvcnBoYW4gaHlkcm9icm9taWRlIDEgbWcvbWwgLyBkb3h5bGFtaW5lIHN1Y2NpbmF0ZSAwLjQxNyBtZy9tbCBvcmFsIHNvbHV0aW9uOyBhY2V0YW1pbm9waGVuIDMyNSBtZyAvIG94eWNvZG9uZSBoeWRyb2NobG9yaWRlIDEwIG1nIG9yYWwgdGFibGV0IFtwZXJjb2NldF07IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldCBbdHlsZW5vbF0KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCB0ZCAoYWR1bHQpIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIG1vcnNlIGZhbGwgc2NhbGUgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRvbWVzdGljIGFidXNlIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBhbGNvaG9sIHVzZSBkaXNvcmRlcnMgaWRlbnRpZmljYXRpb24gdGVzdCAtIGNvbnN1bXB0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgLyBveHljb2RvbmUgaHlkcm9jaGxvcmlkZSAxMCBtZyBvcmFsIHRhYmxldCBbcGVyY29jZXRdCi0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQgW3R5bGVub2xdCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"}],"period":{"start":"2021-12-03T18:52:58-08:00","end":"2021-12-03T19:07:58-08:00"}}} +{"resourceType":"DocumentReference","id":"950dc03d-3827-cdb8-a66f-22b8f68f03b5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:15267235-4d86-c711-05e9-ab6faaba654d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1987-08-23T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMDgtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDY0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"}],"period":{"start":"1987-08-23T11:15:12-07:00","end":"1987-08-23T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"4ec2f3a2-07fe-b811-9f90-9582509ec46a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:dfc6c1e2-4e81-9005-c5b9-1aa4e48a5dcf"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-12-18T16:06:21.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTItMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSBuaW5lIGl0ZW0gc2NvcmUgKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"}],"period":{"start":"2019-12-18T16:06:21-08:00","end":"2019-12-18T16:21:21-08:00"}}} +{"resourceType":"DocumentReference","id":"7a488715-59c1-6a9d-f3ee-737828c67630","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:234f4f41-b347-79a6-a244-67b785a593bb"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1988-06-11T11:54:23.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODgtMDYtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzcGlyb21ldHJ5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSA2MCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjI1IG1nL2FjdHVhdCAvIHNhbG1ldGVyb2wgMC4wNSBtZy9hY3R1YXQgZHJ5IHBvd2RlciBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"}],"period":{"start":"1988-06-11T11:54:23-07:00","end":"1988-06-11T12:09:23-07:00"}}} +{"resourceType":"DocumentReference","id":"ec892e41-b161-70b3-f32d-4c60cb5307af","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1a0173f2-0812-f60a-c9ea-989d398726fc"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2005-07-08T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDUtMDctMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3OCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0fd29bbc-b840-7b80-8b11-44499735b1f7"}],"period":{"start":"2005-07-08T14:00:00-07:00","end":"2005-07-08T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"35e239c8-e855-0b65-904a-af0a16825333","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:23851e27-c010-c564-4aa3-22894adedf49"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2019-12-29T03:09:55.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTItMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4c29a732-f289-4d7c-02e0-fe8542fc5667"}],"period":{"start":"2019-12-29T03:09:55-08:00","end":"2019-12-29T04:07:49-08:00"}}} +{"resourceType":"DocumentReference","id":"b6690b72-3cec-359b-d58e-dae5799112f1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b0afc109-441e-ad13-c9b2-7a0d98791282"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1987-10-01T13:11:51.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODctMTAtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDY1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBjb2xvbm9zY29weQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4d4b5f1a-f409-1d01-3626-9749d1e14b5f"}],"period":{"start":"1987-10-01T13:11:51-07:00","end":"1987-10-01T13:44:42-07:00"}}} +{"resourceType":"DocumentReference","id":"87ba5a67-0205-9245-98c9-1e39ae07c744","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:99863bfd-d89c-d9c2-732e-d1846f784c82"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2006-07-14T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDYtMDctMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA3OSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/555e1a8a-a1e3-607b-5de8-898233f4e6d6"}],"period":{"start":"2006-07-14T14:00:00-07:00","end":"2006-07-14T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"62401c9e-e9ef-e76f-e675-c81cc80f7ca8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:34a5a453-4b62-0a37-86ee-cde4a9f8b4e5"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2007-07-20T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDctMDctMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ed1a23f0-7f47-9acd-8733-6ce1a7617661"}],"period":{"start":"2007-07-20T14:00:00-07:00","end":"2007-07-20T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"3338ef97-9969-d364-e2df-a8ebf6c91959","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e5d5dd6a-3f5b-a2f8-47c9-9deb4aa1c564"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2020-01-21T04:07:49.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDEtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/37a9e685-3c26-f137-2f25-0fcc7e65e380"}],"period":{"start":"2020-01-21T04:07:49-08:00","end":"2020-01-21T04:50:15-08:00"}}} +{"resourceType":"DocumentReference","id":"701fba96-f06c-17b4-a013-0a95b24f6427","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1021f161-a108-31c3-aea8-dc9bfe58ddd6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2020-02-17T04:50:15.361-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDItMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/aa4850fd-3ba3-3d68-ebb0-2766fac1807c"}],"period":{"start":"2020-02-17T04:50:15-08:00","end":"2020-02-17T05:20:06-08:00"}}} +{"resourceType":"DocumentReference","id":"dcb0e67b-b9e0-6db5-95d6-8e8dc7a36453","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:718561c4-927c-a617-ab7a-afc59a04c034"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1988-08-28T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODgtMDgtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDY1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgRHVhbCBFbGlnaWJsZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIG1vcnNlIGZhbGwgc2NhbGUgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"}],"period":{"start":"1988-08-28T11:15:12-07:00","end":"1988-08-28T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"5baacb60-2a12-276e-ee13-2f946e51b162","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b0f0eff3-c81e-9a22-6338-5b2f309ab432"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2008-07-25T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMDctMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4MSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d97d07c2-5746-acde-a6e9-ac152a123f2e"}],"period":{"start":"2008-07-25T14:00:00-07:00","end":"2008-07-25T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"8123452b-5577-276c-801f-c2fc6f1ccb7b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:825b02d6-6a9b-7257-9373-fdea3e8e3ec6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1989-06-17T11:54:23.555-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODktMDYtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzcGlyb21ldHJ5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZHJ1ZyBhYnVzZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDYwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMjUgbWcvYWN0dWF0IC8gc2FsbWV0ZXJvbCAwLjA1IG1nL2FjdHVhdCBkcnkgcG93ZGVyIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"}],"period":{"start":"1989-06-17T11:54:23-07:00","end":"1989-06-17T12:09:23-07:00"}}} +{"resourceType":"DocumentReference","id":"546d46e0-5969-c506-313e-77cda00e3620","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f744bc3d-ec52-1020-3d65-e3c5536baddc"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2020-03-09T06:20:06.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDMtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d7192f8b-6a78-29dd-ae81-98e30c07eb28"}],"period":{"start":"2020-03-09T06:20:06-07:00","end":"2020-03-09T06:38:10-07:00"}}} +{"resourceType":"DocumentReference","id":"a2497bd4-423b-3aba-f900-a2f479ac7a61","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2cf8eab1-79bd-5aa8-a3c1-2dcabb059ab5"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2009-07-31T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMDctMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4MiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3e8d2d99-0da0-c932-3bc4-9d155869b194"}],"period":{"start":"2009-07-31T14:00:00-07:00","end":"2009-07-31T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"5d1d3208-64cd-98e1-2a6d-54117c9a63c7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:40d2e8fb-8a8a-a2c5-7671-6d64ce9ae4ae"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2010-08-06T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDgtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/76ba746f-0f51-d8f6-75b8-5fb351024928"}],"period":{"start":"2010-08-06T14:00:00-07:00","end":"2010-08-06T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"0c63a880-ce81-42ef-4d58-bf6e660de146","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c5e930de-2bc7-310f-536f-1a60d8d4d9f3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2020-04-03T06:38:10.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDQtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/10ea4953-db6d-228b-131b-831fcaffec17"}],"period":{"start":"2020-04-03T06:38:10-07:00","end":"2020-04-03T07:19:26-07:00"}}} +{"resourceType":"DocumentReference","id":"12c31a6f-04d8-6fc8-ac78-8b6f7b0c8ed1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:43a658fc-4efa-aef9-a732-1ea76a83c18e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2010-09-24T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDktMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2a7cb4dd-8834-682f-c33e-e0054da39271"}],"period":{"start":"2010-09-24T14:00:00-07:00","end":"2010-09-24T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"7fa36afd-a74c-0d69-9142-36e3c61dfca2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ff32ea57-a463-ddb2-f3c1-ecc001adc35e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2020-04-26T07:19:26.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDQtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a4ee8b30-f82a-5908-0f75-83d127d9c420"}],"period":{"start":"2020-04-26T07:19:26-07:00","end":"2020-04-26T07:38:10-07:00"}}} +{"resourceType":"DocumentReference","id":"47c191d9-f8f0-6ee5-3686-6b5a6e141837","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:de55e08a-ec92-c7af-ff97-7cc1ec4371a3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2011-05-26T06:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDUtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNocm9uaWMgc2ludXNpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4e31c5e4-81cd-1db1-485a-4bf7d5e0c602"}],"period":{"start":"2011-05-26T06:00:00-07:00","end":"2011-05-26T06:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"56fb3040-22dc-ca10-ebfd-b00328b1c2fa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ddc93910-dfc0-292f-61bd-88376e3fd832"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2011-08-12T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDgtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc2V2ZXJlIGFueGlldHkgKHBhbmljKSAoZmluZGluZy4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/09541342-5972-0881-fca9-148ed19eebe0"}],"period":{"start":"2011-08-12T14:00:00-07:00","end":"2011-08-12T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"ef94aff7-e857-965a-ca42-9429a873414f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7e55b980-5394-3c32-be2f-ab348b5a0606"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2020-05-21T07:38:10.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDUtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYWxsZXJneSBzY3JlZW5pbmcgdGVzdAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"}],"period":{"start":"2020-05-21T07:38:10-07:00","end":"2020-05-21T07:58:22-07:00"}}} +{"resourceType":"DocumentReference","id":"f96e1e74-7522-2884-9f57-b4b5015317ab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:d9ebcc71-4fd3-9cd2-0093-75334cc46d6f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2012-07-16T10:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDctMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc2V2ZXJlIGFueGlldHkgKHBhbmljKSAoZmluZGluZy4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGFjdXRlIGJhY3RlcmlhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/04067bda-2d9d-4062-47b7-90658d07a3ad"}],"period":{"start":"2012-07-16T10:00:00-07:00","end":"2012-07-16T10:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"58ea5092-88aa-2685-f95d-af4e8e3e3426","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:fa1bf78a-16b1-7871-ab66-7577744414d2"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2020-06-24T17:06:21.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDYtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgY2FyLCByZWxheCwgYWxvbmUsIGZvcmdldCwgZnJpZW5kcywgdHJvdWJsZSBzY3JlZW5pbmcgdGVzdCAocHJvY2VkdXJlKQotIGFudGljaXBhdG9yeSBndWlkYW5jZSAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"}],"period":{"start":"2020-06-24T17:06:21-07:00","end":"2020-06-24T17:21:21-07:00"}}} +{"resourceType":"DocumentReference","id":"949cb4ea-7c36-f981-e215-99ac423793d7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3a3c6031-b7c7-f975-52d9-d01cac9bc0c7"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2012-08-17T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDgtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzZXZlcmUgYW54aWV0eSAocGFuaWMpIChmaW5kaW5nLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBtb3JzZSBmYWxsIHNjYWxlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBhbGNvaG9sIHVzZSBkaXNvcmRlcnMgaWRlbnRpZmljYXRpb24gdGVzdCAtIGNvbnN1bXB0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"}],"period":{"start":"2012-08-17T14:00:00-07:00","end":"2012-08-17T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"329db708-6c49-1af7-b2ae-d5c7537f7e48","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:175e7245-b178-c2d2-5442-8c9de90e3313"}],"status":"current","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"date":"2021-06-30T17:06:21.361-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDYtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkh1ZXk2NDEKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgcGVyZW5uaWFsIGFsbGVyZ2ljIHJoaW5pdGlzLCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcmVjZWl2ZWQgY2VydGlmaWNhdGUgb2YgaGlnaCBzY2hvb2wgZXF1aXZhbGVuY3kgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"}],"period":{"start":"2021-06-30T17:06:21-07:00","end":"2021-06-30T17:21:21-07:00"}}} +{"resourceType":"DocumentReference","id":"33082344-53bb-8d64-4071-e357ced4a720","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6ced7a28-b8d2-6ba6-f7b4-e2011709c3ca"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2012-10-24T10:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTAtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzZXZlcmUgYW54aWV0eSAocGFuaWMpIChmaW5kaW5nLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/aebf07dd-ae01-cd1a-9f94-d5dc1f80138d"}],"period":{"start":"2012-10-24T10:00:00-07:00","end":"2012-10-24T10:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"e13db687-c6b6-50e8-7758-82eaabd1cffd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:20fd9124-d630-85cc-1346-851ecfaded1a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2012-11-14T09:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTEtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzZXZlcmUgYW54aWV0eSAocGFuaWMpIChmaW5kaW5nLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/58894198-9033-0307-e373-6ee2cec41229"}],"period":{"start":"2012-11-14T09:00:00-08:00","end":"2012-11-14T09:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"f53b2441-2608-a10f-9a6f-e5061789c09b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:08da965d-6611-751b-749a-4a9fc257599e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2012-11-21T09:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTEtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzZXZlcmUgYW54aWV0eSAocGFuaWMpIChmaW5kaW5nLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/99c9b0a2-51dd-af9b-6a97-8eef33f0f554"}],"period":{"start":"2012-11-21T09:00:00-08:00","end":"2012-11-21T09:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"193645d0-23b0-9a94-8f23-87ad6b170aa1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5036c9f8-da7a-a96e-42ad-9b8bd348f083"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2012-11-28T09:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTEtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzZXZlcmUgYW54aWV0eSAocGFuaWMpIChmaW5kaW5nLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/888810fc-98dc-8753-10ec-f73faad930e7"}],"period":{"start":"2012-11-28T09:00:00-08:00","end":"2012-11-28T09:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"b0a28aa3-1aa5-720f-15d5-d9948ca5adf8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0a623209-5f2e-b328-e947-0ada2d154dc3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2012-12-12T09:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTItMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzZXZlcmUgYW54aWV0eSAocGFuaWMpIChmaW5kaW5nLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ab870eb0-73d7-7523-d243-f0826c932350"}],"period":{"start":"2012-12-12T09:00:00-08:00","end":"2012-12-12T09:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"67c9f5ce-ea47-f96b-dbae-087ba1c839cf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ee06b2b5-6be3-55c6-614f-2c553e65a3c9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2013-08-23T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDgtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzZXZlcmUgYW54aWV0eSAocGFuaWMpIChmaW5kaW5nLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBtb3JzZSBmYWxsIHNjYWxlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkcnVnIGFidXNlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"}],"period":{"start":"2013-08-23T14:00:00-07:00","end":"2013-08-23T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"820b0a95-0f8c-7395-a4bd-0ec3c2d22498","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4f30740e-9657-be49-464c-b8cc3f015197"}],"status":"current","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"date":"1990-03-31T10:54:23.555-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTAtMDMtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gQ29uc3RpcGF0aW9uCi0gV2VpZ2h0IExvc3MKLSBTaG9ydG5lc3Mgb2YgQnJlYXRoCgoKIyBIaXN0b3J5IG9mIFByZXNlbnQgSWxsbmVzcwpEb255YTc4NwogaXMgYSA0OCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgbm90IGluIGxhYm9yIGZvcmNlIChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgc3RyZXNzIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgc2luZ2xlLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCm1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgNjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4yNSBtZy9hY3R1YXQgLyBzYWxtZXRlcm9sIDAuMDUgbWcvYWN0dWF0IGRyeSBwb3dkZXIgaW5oYWxlcjsgYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cc8bcf07-3961-000f-26f1-1d624067cb2e"}],"period":{"start":"1990-03-31T10:54:23-08:00","end":"1990-03-31T11:09:23-08:00"}}} +{"resourceType":"DocumentReference","id":"16c9801f-6f74-fdf2-4853-a6ef7c478176","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:03191b49-6ac2-340f-3684-1ec99f765179"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2014-08-29T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4NyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKSwgZnVsbC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzZXZlcmUgYW54aWV0eSAocGFuaWMpIChmaW5kaW5nLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQpQYXRpZW50IGlzIG1hcnJpZWQuIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlciBhbmQgaXMgYW4gYWxjb2hvbGljLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcGFydC10aW1lIGVtcGxveW1lbnQgKGZpbmRpbmcpLCBzdHJlc3MgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIG1vcnNlIGZhbGwgc2NhbGUgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"}],"period":{"start":"2014-08-29T14:00:00-07:00","end":"2014-08-29T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"ef7fe9f5-4e4b-08b4-31f5-84aa3d54303d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c43181b8-211a-b53f-4f91-df28e30d9326"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1989-09-03T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5ODktMDktMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDY2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgRHVhbCBFbGlnaWJsZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIHBuZXVtb2NvY2NhbCBwb2x5c2FjY2hhcmlkZSB2YWNjaW5lLCAyMyB2YWxlbnQuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBtb3JzZSBmYWxsIHNjYWxlIChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkb21lc3RpYyBhYnVzZSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"}],"period":{"start":"1989-09-03T11:15:12-07:00","end":"1989-09-03T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"92fe0007-5470-dbd6-bb31-16db88dde194","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7c8c98c3-f66b-2027-abd8-951532f5d838"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1990-09-09T11:15:12.052-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTAtMDktMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDY3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgRHVhbCBFbGlnaWJsZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc2V2ZXJlIGFueGlldHkgKHBhbmljKSAoZmluZGluZy4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBtb3JzZSBmYWxsIHNjYWxlIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBhbGNvaG9sIHVzZSBkaXNvcmRlcnMgaWRlbnRpZmljYXRpb24gdGVzdCAtIGNvbnN1bXB0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"}],"period":{"start":"1990-09-09T11:15:12-07:00","end":"1990-09-09T11:30:12-07:00"}}} +{"resourceType":"DocumentReference","id":"86ceba27-59c8-6501-9dac-21a53ca24c1d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:43e97bbf-9f2d-dc0b-b478-f7cdb3b0af35"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2015-09-04T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4OCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc2V2ZXJlIGFueGlldHkgKHBhbmljKSAoZmluZGluZywgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHBhcnQtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBhbGNvaG9sIHVzZSBkaXNvcmRlcnMgaWRlbnRpZmljYXRpb24gdGVzdCAtIGNvbnN1bXB0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"}],"period":{"start":"2015-09-04T14:00:00-07:00","end":"2015-09-04T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"47bf968d-c68b-fc26-bc5a-0fd2f8c10530","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:636abda6-870e-2d61-60a6-966d30b41a7c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1990-11-18T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999589","display":"Dr. Amira620 Nienow652"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|db0acede-4abe-3c01-8d03-5c68a190d8c7","display":"SOUTH SHORE HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTAtMTEtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDY4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgRHVhbCBFbGlnaWJsZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHN0cm9rZS4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gZWNob2NhcmRpb2dyYXBoeSAocHJvY2VkdXJlKQotIHBlcmN1dGFuZW91cyBtZWNoYW5pY2FsIHRocm9tYmVjdG9teSBvZiBwb3J0YWwgdmVpbiB1c2luZyBmbHVvcm9zY29waWMgZ3VpZGFuY2UKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbHRlcGxhc2UgMTAwIG1nIGluamVjdGlvbgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1f98c604-280f-9599-665f-e61b0e76473b"}],"period":{"start":"1990-11-18T10:15:12-08:00","end":"1990-11-18T11:15:12-08:00"}}} +{"resourceType":"DocumentReference","id":"e40f50e6-5201-1133-f7f8-f5ca347a55fe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:659479e1-6a67-147e-94f7-325478d16aaf"}],"status":"current","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"date":"1990-11-25T10:15:12.052-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTAtMTEtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkdvbGRhNzc3CiBpcyBhIDY4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc29jaWFsIGlzb2xhdGlvbiAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaXMgYSBjb2xsZWdlIGdyYWR1YXRlLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgRHVhbCBFbGlnaWJsZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgYWx0ZXBsYXNlIDEwMCBtZyBpbmplY3Rpb24KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5479027a-5aca-6a9f-caf3-1319db4e30ff"}],"period":{"start":"1990-11-25T10:15:12-08:00","end":"1990-11-25T10:30:12-08:00"}}} +{"resourceType":"DocumentReference","id":"dd171518-a4b5-327d-91d6-3650bfa85192","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:534c40c8-b1af-a334-c749-f3303c9d8ece"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2016-04-02T02:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDQtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4OCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgc2V2ZXJlIGFueGlldHkgKHBhbmljKSAoZmluZGluZywgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/be6f7bbb-d040-d1a5-b57f-f45f3d80a2e5"}],"period":{"start":"2016-04-02T02:00:00-07:00","end":"2016-04-02T02:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"21ac121c-22ef-98fe-99f0-0baea9d5a361","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:631a750a-e10e-4af7-2607-4ee0514cdc2e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2016-09-09T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA4OSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc2V2ZXJlIGFueGlldHkgKHBhbmljKSAoZmluZGluZy4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgbW9yc2UgZmFsbCBzY2FsZSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"}],"period":{"start":"2016-09-09T14:00:00-07:00","end":"2016-09-09T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"af7f50b7-47be-00ba-91cd-24613a4f4d02","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:11cf4562-f3ef-3ae9-1875-4f369ea2e39a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2017-09-15T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc2V2ZXJlIGFueGlldHkgKHBhbmljKSAoZmluZGluZywgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIG1vcnNlIGZhbGwgc2NhbGUgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"}],"period":{"start":"2017-09-15T14:00:00-07:00","end":"2017-09-15T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"16289cb2-e3c9-0c43-a386-c4711f981c73","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2103b90b-8437-c579-db65-6a0f2f2f9366"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2017-12-15T15:01:40.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTItMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgc2V2ZXJlIGFueGlldHkgKHBhbmljKSAoZmluZGluZywgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKUGF0aWVudCBpcyBtYXJyaWVkLiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIgYW5kIGlzIGFuIGFsY29ob2xpYy4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZyYWN0dXJlIG9mIGNsYXZpY2xlLCBwYXRob2xvZ2ljYWwgZnJhY3R1cmUgZHVlIHRvIG9zdGVvcG9yb3NpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBjbGF2aWNsZSB4LXJheQotIGFkbWlzc2lvbiB0byBvcnRob3BlZGljIGRlcGFydG1lbnQKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBtZXBlcmlkaW5lIGh5ZHJvY2hsb3JpZGUgNTAgbWcgb3JhbCB0YWJsZXQKLSBuYXByb3hlbiBzb2RpdW0gMjIwIG1nIG9yYWwgdGFibGV0ClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBmcmFjdHVyZSBjYXJlCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d48c11d5-ef93-c511-9d7f-67b72e966791"}],"period":{"start":"2017-12-15T15:01:40-08:00","end":"2017-12-15T16:23:40-08:00"}}} +{"resourceType":"DocumentReference","id":"84a4bf0e-bd8f-7683-5a83-b845fdb45325","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ac266871-1835-d1db-1e1e-e358efe34863"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2018-01-24T16:23:40.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5MCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgZnJhY3R1cmUgb2YgY2xhdmljbGUsIHBhdGhvbG9naWNhbCBmcmFjdHVyZSBkdWUgdG8gb3N0ZW9wb3Jvc2lzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IG1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9d9d7d20-3c2a-8d38-67f3-6ddc86a0438d"}],"period":{"start":"2018-01-24T16:23:40-08:00","end":"2018-01-24T16:38:40-08:00"}}} +{"resourceType":"DocumentReference","id":"1fab4ab2-330f-154b-b0d9-110badfb679c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:96a3eef1-e778-3e7b-218b-c31d528dd152"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2018-09-21T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDktMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5MSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgZnJhY3R1cmUgb2YgY2xhdmljbGUsIHBhdGhvbG9naWNhbCBmcmFjdHVyZSBkdWUgdG8gb3N0ZW9wb3Jvc2lzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IG1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIHRkIChhZHVsdCkgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZHJ1ZyBhYnVzZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"}],"period":{"start":"2018-09-21T14:00:00-07:00","end":"2018-09-21T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"c389a478-6b5e-5479-89e8-023041c8916f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:741c0dfd-27a7-5762-2109-5d2d199b52fa"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2019-09-27T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDktMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5MiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgZnJhY3R1cmUgb2YgY2xhdmljbGUsIHBhdGhvbG9naWNhbCBmcmFjdHVyZSBkdWUgdG8gb3N0ZW9wb3Jvc2lzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IG1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vdCBpbiBsYWJvciBmb3JjZSAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRvbWVzdGljIGFidXNlIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"}],"period":{"start":"2019-09-27T14:00:00-07:00","end":"2019-09-27T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"f66412f5-e585-1d5d-d580-ed1f83e4d1a8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9afd0490-58f8-c19f-b7f5-ed011fb23913"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2012-08-10T13:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDgtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSA2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f8022a21-25d5-2fc1-deb8-698c80c17732"}],"period":{"start":"2012-08-10T13:26:56-07:00","end":"2012-08-10T13:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"101f0145-dd1f-790c-77a8-62281855f91a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:59672b67-6aaa-fecb-8717-59d8f7e23a13"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2013-08-16T13:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDgtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSA3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ebe77fbc-d53f-becc-8ed2-bda1b7b0dc7f"}],"period":{"start":"2013-08-16T13:26:56-07:00","end":"2013-08-16T13:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"99fc8768-a0f9-d473-0edd-3b853239aaf1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5d56538f-9c05-982c-44b1-39f8b9b19094"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2014-08-22T13:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSA5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e9346779-3e60-36a9-0f74-35d9691fdd59"}],"period":{"start":"2014-08-22T13:26:56-07:00","end":"2014-08-22T13:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"e0f47e28-e032-2fa4-95ab-a0ceca6969f6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:fee773b2-0b76-499b-4355-a0af4530f31e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2015-01-02T10:26:56.751-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDEtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSA5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1lYXN1cmVtZW50IG9mIHJlc3BpcmF0b3J5IGZ1bmN0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHJlc3BpcmF0b3J5IHRoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9b729472-34b4-4aec-e180-d7b529788ff8"}],"period":{"start":"2015-01-02T10:26:56-08:00","end":"2015-01-02T10:42:00-08:00"}}} +{"resourceType":"DocumentReference","id":"21e675e8-25b0-a648-56b6-07bc4732b177","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:dd253ae5-c3cc-92b7-b287-61c180072f3e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2015-01-09T12:26:56.751-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDEtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSA5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a7837893-02a0-afd2-8736-b532935edac8"}],"period":{"start":"2015-01-09T12:26:56-08:00","end":"2015-01-09T12:41:56-08:00"}}} +{"resourceType":"DocumentReference","id":"0a704869-2d31-f251-1ede-21d8d4ec9f43","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7c74b594-d730-bbc6-6ee4-9f8bb16276ec"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2015-08-28T13:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDgtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e7639c18-9c06-7d3e-4866-c68600c7b6c3"}],"period":{"start":"2015-08-28T13:26:56-07:00","end":"2015-08-28T13:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"a1aa9327-4ed1-7a1c-89c3-b23f2d697b46","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4f0a4e86-12a1-1156-afdd-737d19ebdf8e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2016-09-02T13:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQ2lnbmEgSGVhbHRoLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHRkYXAsIGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBocHYsIHF1YWRyaXZhbGVudCwgbWVuaW5nb2NvY2NhbCBtY3Y0cC4gCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"}],"period":{"start":"2016-09-02T13:26:56-07:00","end":"2016-09-02T13:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"efeebfd8-6d25-4575-283b-6aa0fcfcc9cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1d5df505-8021-b370-b60d-cc5ceaf08395"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2017-08-25T13:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906419","display":"Dr. Dwain139 Bailey598"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|bbf934c6-faad-3483-a1d2-d2ecb693a0e2","display":"FALMOUTH WALK IN MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDgtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIGhwdiwgcXVhZHJpdmFsZW50LiAK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6bcacd00-0d57-2cc6-d8ee-77256f3ae9d9"}],"period":{"start":"2017-08-25T13:26:56-07:00","end":"2017-08-25T13:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"2cb8ddec-66cf-be7c-5f4d-56d1f51ada69","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:902ab36c-028a-bb1d-b2b7-b794eedd604f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2017-08-19T15:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHJlc3BpcmF0b3J5IHRoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ea2a35a8-cefb-35d6-33a7-af13646e8920"}],"period":{"start":"2017-08-19T15:26:56-07:00","end":"2017-08-19T15:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"677465a0-f439-49ed-94eb-c1df1abd0bd5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ef850a62-0f16-d4a9-4d14-097954c86951"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2020-10-02T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTAtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgZnJhY3R1cmUgb2YgY2xhdmljbGUsIHBhdGhvbG9naWNhbCBmcmFjdHVyZSBkdWUgdG8gb3N0ZW9wb3Jvc2lzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IG1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgbW9yc2UgZmFsbCBzY2FsZSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"}],"period":{"start":"2020-10-02T14:00:00-07:00","end":"2020-10-02T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"6a546673-65e4-fe52-c1cc-8517486941af","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:18a58e6a-3538-fb11-4c86-c05966c9774a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2017-09-01T13:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaHB2LCBxdWFkcml2YWxlbnQuIAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/78957409-0d90-3cc5-1109-a0caa5426b5a"}],"period":{"start":"2017-09-01T13:26:56-07:00","end":"2017-09-01T13:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"5dc6ad90-d19b-4149-f40c-abdbf3a5c810","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:486acfa4-e521-8c4e-095d-e6b26b4dee09"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2017-09-08T13:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgY2FyLCByZWxheCwgYWxvbmUsIGZvcmdldCwgZnJpZW5kcywgdHJvdWJsZSBzY3JlZW5pbmcgdGVzdCAocHJvY2VkdXJlKQotIGFudGljaXBhdG9yeSBndWlkYW5jZSAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3a39a7f6-86bc-cc65-4e1d-1e1955cf0a9b"}],"period":{"start":"2017-09-08T13:26:56-07:00","end":"2017-09-08T13:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"605de024-906c-fde4-15c6-63cea77dc628","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3f29b3be-fbe4-3342-c507-c6d283b01e69"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2021-02-26T13:00:00.033-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDItMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgZnJhY3R1cmUgb2YgY2xhdmljbGUsIHBhdGhvbG9naWNhbCBmcmFjdHVyZSBkdWUgdG8gb3N0ZW9wb3Jvc2lzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IG1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHNhcnMtY292LTIgKGNvdmlkLTE5KSB2YWNjaW5lLCBtcm5hLCBzcGlrZSBwcm90ZWluLCBsbnAsIHByZXNlcnZhdGl2ZSBmcmVlLCAzMCBtY2cvMC4zbWwgZG9zZS4gCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4c149a05-4982-2492-6cda-b773b762b48a"}],"period":{"start":"2021-02-26T13:00:00-08:00","end":"2021-02-26T13:15:00-08:00"}}} +{"resourceType":"DocumentReference","id":"781e6b87-a724-1fb2-ab76-03fed497d771","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b90f4ee0-a85e-7da6-da60-c6853d335d80"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2021-03-19T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5MyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgZnJhY3R1cmUgb2YgY2xhdmljbGUsIHBhdGhvbG9naWNhbCBmcmFjdHVyZSBkdWUgdG8gb3N0ZW9wb3Jvc2lzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IG1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHNhcnMtY292LTIgKGNvdmlkLTE5KSB2YWNjaW5lLCBtcm5hLCBzcGlrZSBwcm90ZWluLCBsbnAsIHByZXNlcnZhdGl2ZSBmcmVlLCAzMCBtY2cvMC4zbWwgZG9zZS4gCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1e1de678-be73-235a-2ef0-7c3a57903809"}],"period":{"start":"2021-03-19T14:00:00-07:00","end":"2021-03-19T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"3a6c0885-e203-e43c-64d7-c1bbbc582ea9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:af313ce4-aeab-6683-d6e5-e214ec9ca489"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2018-09-14T13:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDktMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/516dc1bb-d168-afd1-66dd-423d07c3c494"}],"period":{"start":"2018-09-14T13:26:56-07:00","end":"2018-09-14T13:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"85189a3f-1696-6b57-089a-25b2873cf7cf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:94da9933-b92a-ef71-0e6b-939a227a98d1"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2019-08-19T13:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBzZWFzb25pcXVlIDkxIGRheSBwYWNrCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7c204322-5568-c552-af33-0cd78b18b211"}],"period":{"start":"2019-08-19T13:26:56-07:00","end":"2019-08-19T13:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"2b99e2d8-1ae0-0605-85bf-4f58b1f61883","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:926cdea0-cbde-2aa8-b64e-b766ab203a13"}],"status":"current","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"date":"2021-10-08T14:00:00.033-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTAtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkZhbm5pZTE4MwogaXMgYSA5NCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYmFjdGVyaWFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCBwYXJ0LXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBub3QgaW4gbGFib3IgZm9yY2UgKGZpbmRpbmcpLCByZXBvcnRzIG9mIHZpb2xlbmNlIGluIHRoZSBlbnZpcm9ubWVudCAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgZnJhY3R1cmUgb2YgY2xhdmljbGUsIHBhdGhvbG9naWNhbCBmcmFjdHVyZSBkdWUgdG8gb3N0ZW9wb3Jvc2lzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5ClBhdGllbnQgaXMgbWFycmllZC4gUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyIGFuZCBpcyBhbiBhbGNvaG9saWMuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldDsgYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQ7IG1lcGVyaWRpbmUgaHlkcm9jaGxvcmlkZSA1MCBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBtb3JzZSBmYWxsIHNjYWxlIChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkb21lc3RpYyBhYnVzZSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"}],"period":{"start":"2021-10-08T14:00:00-07:00","end":"2021-10-08T14:15:00-07:00"}}} +{"resourceType":"DocumentReference","id":"041f4990-98d1-83e0-ca41-19c5a43e60b9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8d95da47-2044-9ff7-e606-5d939e38b1e0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2019-09-20T13:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDktMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgc2Vhc29uaXF1ZSA5MSBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f972dc72-6b30-b1cc-fe4d-ea95938d7db3"}],"period":{"start":"2019-09-20T13:26:56-07:00","end":"2019-09-20T13:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"8085cea6-52b2-bd85-6fe7-77e792c71a72","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8fb1a0e9-a636-e14f-d6b1-890fe6990ef3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2020-08-13T13:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDgtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgc2Vhc29uaXF1ZSA5MSBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBzZWFzb25pcXVlIDkxIGRheSBwYWNrCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/de17fdf4-c9b2-6069-b0e0-2325ebadb23d"}],"period":{"start":"2020-08-13T13:26:56-07:00","end":"2020-08-13T13:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"09d8881a-06fe-364a-6fb7-bd56517869ed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:33057dd1-fefe-4794-0d9d-0518fee06984"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2020-09-25T13:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDktMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwphY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgc2Vhc29uaXF1ZSA5MSBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ae00ed7e-4b1a-5794-da03-aef9f4390247"}],"period":{"start":"2020-09-25T13:26:56-07:00","end":"2020-09-25T13:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"536f67b5-123c-1d54-49e7-dd49d822022d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:edbacdad-e400-ecf7-5a27-c77c517812d1"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2021-05-21T13:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDUtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IHNlYXNvbmlxdWUgOTEgZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBzYXJzLWNvdi0yIChjb3ZpZC0xOSkgdmFjY2luZSwgbXJuYSwgc3Bpa2UgcHJvdGVpbiwgbG5wLCBwcmVzZXJ2YXRpdmUgZnJlZSwgMzAgbWNnLzAuM21sIGRvc2UuIAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/29cbdfe4-736a-df0f-5acd-9a75a40c473c"}],"period":{"start":"2021-05-21T13:26:56-07:00","end":"2021-05-21T13:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"c27fc733-b3ab-0776-a17c-166d4ebffeec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8c2c1332-04fc-e5e1-1a76-fc3d1d54a3ae"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2021-06-11T13:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDYtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IHNlYXNvbmlxdWUgOTEgZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBzYXJzLWNvdi0yIChjb3ZpZC0xOSkgdmFjY2luZSwgbXJuYSwgc3Bpa2UgcHJvdGVpbiwgbG5wLCBwcmVzZXJ2YXRpdmUgZnJlZSwgMzAgbWNnLzAuM21sIGRvc2UuIAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/afe1da71-6e4c-fe7e-18b9-458f324e3b3f"}],"period":{"start":"2021-06-11T13:26:56-07:00","end":"2021-06-11T13:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"baef9abb-f850-0d6f-07be-3e11e8f8c87c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9291973d-8b3b-ed4a-4757-4c78fd0e135d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2021-08-08T13:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDgtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IHNlYXNvbmlxdWUgOTEgZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gZXJyaW4gMjggZGF5IHBhY2sK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7adf5ff7-0ba4-c342-bac3-0eb9e10729d7"}],"period":{"start":"2021-08-08T13:26:56-07:00","end":"2021-08-08T13:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"58e3ea8f-2532-0ce2-ecc6-6e692f442113","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f2b2fbff-cc48-3478-7e66-4de73a3beaeb"}],"status":"current","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"date":"2021-10-01T13:26:56.751-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTAtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCktlcnJpZTI2NgogaXMgYSAxNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IHNlYXNvbmlxdWUgOTEgZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBib2R5IG1hc3MgaW5kZXggMzArIC0gb2Jlc2l0eSAoZmluZGluZyksIHNldmVyZSBhbnhpZXR5IChwYW5pYykgKGZpbmRpbmcsIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgbWVuaW5nb2NvY2NhbCBtY3Y0cC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gaGVhbHRoIHJpc2tzIGVkdWNhdGlvbiAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"}],"period":{"start":"2021-10-01T13:26:56-07:00","end":"2021-10-01T13:41:56-07:00"}}} +{"resourceType":"DocumentReference","id":"392c99fe-e990-fd67-c34b-4a9f1db2bf83","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c55cc165-b5f4-3b79-082b-58f457577c4b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2005-05-04T21:06:19.206-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDUtMDUtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gc2VsZi1jYXJlIGludGVydmVudGlvbnMgKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/64641177-70ba-2b84-6da9-4d02a5a9b472"}],"period":{"start":"2005-05-04T21:06:19-07:00","end":"2005-05-04T21:21:19-07:00"}}} +{"resourceType":"DocumentReference","id":"fbf84234-ffcb-a018-b14a-db944e517fe3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:977e652f-7fbd-979c-4e3d-c9e83c36f3b3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2005-05-19T16:06:19.206-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDUtMDUtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbW9sZCAob3JnYW5pc20pLCBob3VzZSBkdXN0IG1pdGUgKG9yZ2FuaXNtKSwgYW5pbWFsIGRhbmRlciAoc3Vic3RhbmNlKSwgZ3Jhc3MgcG9sbGVuIChzdWJzdGFuY2UpLCBlZ2dzIChlZGlibGUpIChzdWJzdGFuY2UpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gZmV4b2ZlbmFkaW5lIGh5ZHJvY2hsb3JpZGUgMzAgbWcgb3JhbCB0YWJsZXQKLSBuZGEwMjA4MDAgMC4zIG1sIGVwaW5lcGhyaW5lIDEgbWcvbWwgYXV0by1pbmplY3Rvcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ce41f586-642f-9296-1c04-4a2557938a16"}],"period":{"start":"2005-05-19T16:06:19-07:00","end":"2005-05-19T16:43:07-07:00"}}} +{"resourceType":"DocumentReference","id":"7a7efa9d-48f5-bf66-158b-03922c2331ec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9943e3a0-0ce8-9ffb-3a6c-2f975577d9c3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2008-08-24T13:06:19.206-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMDgtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcy4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6eb7fb47-7cd8-1c4a-7b60-cfa77c31a1be"}],"period":{"start":"2008-08-24T13:06:19-07:00","end":"2008-08-24T13:21:19-07:00"}}} +{"resourceType":"DocumentReference","id":"4b42faf7-6711-4a6d-ed86-5cf91212d418","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:41cafd1e-bb29-1efd-df1c-d61159f1dd05"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2012-12-18T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTItMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDkgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBoaWdoIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/af03da1e-5574-0a4f-5a04-019802eb6d53"}],"period":{"start":"2012-12-18T12:06:19-08:00","end":"2012-12-18T12:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"a1794943-da71-a5db-59d3-b6d1da9db41f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:99ea6da0-6f7a-5aac-0b04-b0c8fd4f4e55"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2013-12-24T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTItMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEwIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2aee0b18-310c-12b2-13c2-1ac5cf509405"}],"period":{"start":"2013-12-24T12:06:19-08:00","end":"2013-12-24T12:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"598597ee-d60a-682c-c411-9654b5e88663","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ebf588ab-3574-cc5f-565a-977f5c1a0e05"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2014-12-30T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTItMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDExIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQ2lnbmEgSGVhbHRoLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogdGRhcCwgaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIGhwdiwgcXVhZHJpdmFsZW50LCBtZW5pbmdvY29jY2FsIG1jdjRwLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"}],"period":{"start":"2014-12-30T12:06:19-08:00","end":"2014-12-30T12:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"0097735a-0d95-eeaf-16d2-1b9fd871fd62","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:d238ea90-22cb-6b0d-04ee-50e08c97556a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2015-08-30T23:06:19.206-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDgtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDExIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gdGhyb2F0IGN1bHR1cmUgKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e0f716a7-1bf2-1d8f-1228-bcfb72f92c57"}],"period":{"start":"2015-08-30T23:06:19-07:00","end":"2015-08-30T23:21:19-07:00"}}} +{"resourceType":"DocumentReference","id":"eeef6484-58fb-8b0c-9f15-bc2e15894d3a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7a4b264c-1d81-d564-1a0a-fea75bbe997f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2016-01-05T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDEtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEyIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBocHYsIHF1YWRyaXZhbGVudC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"}],"period":{"start":"2016-01-05T12:06:19-08:00","end":"2016-01-05T12:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"e6b36086-6de2-c2ff-6a7b-add3ed80fb57","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9ee6cdfd-c85d-fa39-0b1b-d1db9d56b8f8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2016-12-20T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTItMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9bb1bf86-100a-e2fc-8781-f6a312fd7407"}],"period":{"start":"2016-12-20T12:06:19-08:00","end":"2016-12-20T12:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"84e8db88-4545-0d5a-0473-f15b26b002f0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c0042d1e-a2e7-cd1a-1d26-d3ab516792b9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2017-01-10T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDEtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBocHYsIHF1YWRyaXZhbGVudC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"}],"period":{"start":"2017-01-10T12:06:19-08:00","end":"2017-01-10T12:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"3f422cc6-39c4-3b3e-6420-398f7c079615","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e1e93ad8-c115-3c79-ada9-55627e3c54d7"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2017-11-27T20:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTEtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHRocm9hdCBjdWx0dXJlIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/38c56d5d-51c4-554e-d2b9-4c542f8784db"}],"period":{"start":"2017-11-27T20:06:19-08:00","end":"2017-11-27T20:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"571bf16e-8070-835f-a812-856d3973251d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:d14d1344-27d0-f293-13c8-a86a872ac98c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2017-12-05T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTItMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gYW50aWNpcGF0b3J5IGd1aWRhbmNlIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"}],"period":{"start":"2017-12-05T12:06:19-08:00","end":"2017-12-05T12:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"63dce96f-0c47-4582-7b41-fdfbf7c181f9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e39dbff4-dec3-c7c4-ffdb-0bcf94620422"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2017-12-15T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTItMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBlcnJpbiAyOCBkYXkgcGFjawo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/fcb03040-0d80-dba5-eb8d-cde2db0170d9"}],"period":{"start":"2017-12-15T12:06:19-08:00","end":"2017-12-15T12:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"bc3d7dcf-165f-034c-c8d7-2be32dc1b355","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2f919827-e1bb-81a4-a10d-f683e8d45ed0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2018-01-16T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKZXJyaW4gMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"}],"period":{"start":"2018-01-16T12:06:19-08:00","end":"2018-01-16T12:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"2bb482b5-de6b-6fbe-56ec-6395f12875bf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7efcf78f-7e3f-ed89-9ef5-d528e40d9785"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2018-09-11T13:06:19.206-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDktMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cfd09bdf-378b-27f5-acc3-53868ae7ce77"}],"period":{"start":"2018-09-11T13:06:19-07:00","end":"2018-09-11T13:21:19-07:00"}}} +{"resourceType":"DocumentReference","id":"c32e6fae-6106-cfd5-4a44-b3b9399dd763","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:79c8c812-5278-55d1-e3b5-f87c842d780a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2018-09-06T10:06:19.206-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDktMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIGhpZ2ggc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIFVuaXRlZEhlYWx0aGNhcmUuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGNhciwgcmVsYXgsIGFsb25lLCBmb3JnZXQsIGZyaWVuZHMsIHRyb3VibGUgc2NyZWVuaW5nIHRlc3QgKHByb2NlZHVyZSkKLSBoZWFsdGggcmlza3MgZWR1Y2F0aW9uIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/324f3084-be65-84aa-44aa-7e2aa22af363"}],"period":{"start":"2018-09-06T10:06:19-07:00","end":"2018-09-06T10:21:19-07:00"}}} +{"resourceType":"DocumentReference","id":"9591f590-21ac-988e-ba8d-07cfe1ca622a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ccdcf987-869a-ccc1-b757-350321b3644a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2019-01-22T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDEtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKZXJyaW4gMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gaGVhbHRoIHJpc2tzIGVkdWNhdGlvbiAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"}],"period":{"start":"2019-01-22T12:06:19-08:00","end":"2019-01-22T12:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"f21b0778-0a11-fec1-25ae-fe5a23a77205","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:764dd40b-d1f8-4ef7-476c-ffdb6df16f3e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2019-11-11T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTEtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcy4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gaGVhZCBpbmp1cnkgcmVoYWJpbGl0YXRpb24K"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0c5158b0-a1aa-3f4e-42b0-6193a5babd07"}],"period":{"start":"2019-11-11T12:06:19-08:00","end":"2019-11-11T13:06:19-08:00"}}} +{"resourceType":"DocumentReference","id":"65524c4a-d5f2-8362-da46-8fbee192747e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5d5b9424-c384-2611-74f6-15702d96776a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2019-12-02T06:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/88367b17-1f45-5767-0dd7-f87359296abc"}],"period":{"start":"2019-12-02T06:06:19-08:00","end":"2019-12-02T06:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"44a03752-37f5-1d49-6492-bee2e158568b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3935d7c4-5690-8600-18f9-7bfafe446e3b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2019-12-05T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTItMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a895b2c0-2566-f835-7223-f374f6637020"}],"period":{"start":"2019-12-05T12:06:19-08:00","end":"2019-12-05T12:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"053b568b-c014-c3c3-169e-2d14141a7e24","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5d531b3e-2f50-834f-4175-b426980bd314"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2020-01-18T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDEtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrOyBsZXZvcmEgMC4xNS8zMCAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8cc62027-ad62-eaa0-626f-7984187dfb3e"}],"period":{"start":"2020-01-18T12:06:19-08:00","end":"2020-01-18T12:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"eee0de48-d62e-85b9-70a0-cce24f9f20fd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1cb84862-a294-4471-fdbc-572ee44672b5"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2020-01-28T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDEtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrOyBsZXZvcmEgMC4xNS8zMCAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBtZW5pbmdvY29jY2FsIG1jdjRwLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gYW50aWNpcGF0b3J5IGd1aWRhbmNlIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"}],"period":{"start":"2020-01-28T12:06:19-08:00","end":"2020-01-28T12:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"02bd204b-88f6-ec6a-901e-d7dd6cf0ae9a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2f3b4cfa-8b36-0e96-3e76-8fef7433f54e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2020-03-01T22:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDMtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQWV0bmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrOyBsZXZvcmEgMC4xNS8zMCAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/700cdd3b-4a50-71fe-4330-be25085ff236"}],"period":{"start":"2020-03-01T22:06:19-08:00","end":"2020-03-01T22:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"c5c80071-29ae-6c89-03c4-96f9a3da9d9b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:48d49881-9058-1a71-e0ca-7116378bca63"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2020-11-29T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTEtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwplcnJpbiAyOCBkYXkgcGFjazsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBpbnRyYW11c2N1bGFyIGluamVjdGlvbgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEgbWwgbWVkcm94eXByb2dlc3Rlcm9uZSBhY2V0YXRlIDE1MCBtZy9tbCBpbmplY3Rpb24K"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/669213b2-9d37-96a2-d6f1-d7e57595adf9"}],"period":{"start":"2020-11-29T12:06:19-08:00","end":"2020-11-29T12:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"33937689-82b8-9fd8-71f8-94a14c68d806","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8b2f8808-806c-506d-9961-25e9188f918d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2021-02-02T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwplcnJpbiAyOCBkYXkgcGFjazsgMSBtbCBtZWRyb3h5cHJvZ2VzdGVyb25lIGFjZXRhdGUgMTUwIG1nL21sIGluamVjdGlvbjsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/61d29c83-c048-e15c-a0a1-b26897f6080d"}],"period":{"start":"2021-02-02T12:06:19-08:00","end":"2021-02-02T12:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"45d8b0e5-948c-bd56-5d67-e93fc25bf7fe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a177e815-66bc-36b2-7406-755bcd47a9ba"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2021-03-09T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwplcnJpbiAyOCBkYXkgcGFjazsgMSBtbCBtZWRyb3h5cHJvZ2VzdGVyb25lIGFjZXRhdGUgMTUwIG1nL21sIGluamVjdGlvbjsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBpbnRyYW11c2N1bGFyIGluamVjdGlvbgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8bcea29a-0aba-a558-1721-62fc564a3548"}],"period":{"start":"2021-03-09T12:06:19-08:00","end":"2021-03-09T12:24:20-08:00"}}} +{"resourceType":"DocumentReference","id":"ead3ccea-010b-e181-a360-e379567446c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2bbf60b8-2fc8-622f-fe14-c6211e769697"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2021-06-08T13:06:19.206-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDYtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwplcnJpbiAyOCBkYXkgcGFjazsgMSBtbCBtZWRyb3h5cHJvZ2VzdGVyb25lIGFjZXRhdGUgMTUwIG1nL21sIGluamVjdGlvbjsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBpbnRyYW11c2N1bGFyIGluamVjdGlvbgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a6779d66-3a66-0b33-c0e5-157df005a41b"}],"period":{"start":"2021-06-08T13:06:19-07:00","end":"2021-06-08T13:21:19-07:00"}}} +{"resourceType":"DocumentReference","id":"47b93955-8ab8-08d5-cc4a-bf719b1ed8d6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:03f7a5c9-3be9-883a-1f37-24ae2f003ae4"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2021-09-07T13:06:19.206-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDktMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwplcnJpbiAyOCBkYXkgcGFjazsgMSBtbCBtZWRyb3h5cHJvZ2VzdGVyb25lIGFjZXRhdGUgMTUwIG1nL21sIGluamVjdGlvbjsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBpbnRyYW11c2N1bGFyIGluamVjdGlvbgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c43edc0f-5bcf-efdc-7cf1-21cd58e17ce8"}],"period":{"start":"2021-09-07T13:06:19-07:00","end":"2021-09-07T13:22:56-07:00"}}} +{"resourceType":"DocumentReference","id":"f020785e-1776-cde5-21f2-6240a6a51224","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b8d128d0-df06-104d-b014-f196aa24d774"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2021-11-24T12:16:23.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTEtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwplcnJpbiAyOCBkYXkgcGFjazsgMSBtbCBtZWRyb3h5cHJvZ2VzdGVyb25lIGFjZXRhdGUgMTUwIG1nL21sIGluamVjdGlvbjsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBpbnRyYW11c2N1bGFyIGluamVjdGlvbgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEgbWwgbWVkcm94eXByb2dlc3Rlcm9uZSBhY2V0YXRlIDE1MCBtZy9tbCBpbmplY3Rpb24K"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/29db6485-dc8a-c422-3866-6074579a1e7f"}],"period":{"start":"2021-11-24T12:16:23-08:00","end":"2021-11-24T12:31:23-08:00"}}} +{"resourceType":"DocumentReference","id":"30d1ce2f-42f5-1024-cbed-5133d702c250","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:27a9869f-eb0b-bb55-8ae3-3d8dd045c6cd"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2021-12-07T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTItMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwplcnJpbiAyOCBkYXkgcGFjazsgMSBtbCBtZWRyb3h5cHJvZ2VzdGVyb25lIGFjZXRhdGUgMTUwIG1nL21sIGluamVjdGlvbjsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBpbnRyYW11c2N1bGFyIGluamVjdGlvbgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5955029f-a260-560e-b9a4-f590c32141fd"}],"period":{"start":"2021-12-07T12:06:19-08:00","end":"2021-12-07T12:25:53-08:00"}}} +{"resourceType":"DocumentReference","id":"6b38837b-71a9-1c02-8977-520da94e1068","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6d93e9b3-502e-09d8-4032-30c36c9c3cf0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2022-02-08T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDItMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrOyAxIG1sIG1lZHJveHlwcm9nZXN0ZXJvbmUgYWNldGF0ZSAxNTAgbWcvbWwgaW5qZWN0aW9uOyBsZXZvcmEgMC4xNS8zMCAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHJlY2VpdmVkIGhpZ2hlciBlZHVjYXRpb24gKGZpbmRpbmcpLCBmdWxsLXRpbWUgZW1wbG95bWVudCAoZmluZGluZyksIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRvbWVzdGljIGFidXNlIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"}],"period":{"start":"2022-02-08T12:06:19-08:00","end":"2022-02-08T12:21:19-08:00"}}} +{"resourceType":"DocumentReference","id":"066197f6-f02d-a95d-9d10-c36c5d29c6dc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:bc77609b-2216-b002-01ed-5db6443da447"}],"status":"current","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"date":"2022-03-08T12:06:19.206-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDMtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzCkxlb2xhNjAzCiBpcyBhIDE4IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgY29uY3Vzc2lvbiB3aXRoIG5vIGxvc3Mgb2YgY29uc2Npb3VzbmVzcywgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgaGlnaCBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBjb21wbGV0ZWQgc29tZSBjb2xsZWdlIGNvdXJzZXMuClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCmVycmluIDI4IGRheSBwYWNrOyAxIG1sIG1lZHJveHlwcm9nZXN0ZXJvbmUgYWNldGF0ZSAxNTAgbWcvbWwgaW5qZWN0aW9uOyBsZXZvcmEgMC4xNS8zMCAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGludHJhbXVzY3VsYXIgaW5qZWN0aW9uCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/322aee05-0b4b-2ac7-34b9-838697031a12"}],"period":{"start":"2022-03-08T12:06:19-08:00","end":"2022-03-08T12:23:15-08:00"}}} +{"resourceType":"DocumentReference","id":"538ba75d-ef57-96eb-3111-5f4264cd5eda","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c482a035-e09b-255d-7b67-745340a0c757"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2008-10-21T04:35:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMTAtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gc2VsZi1jYXJlIGludGVydmVudGlvbnMgKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/bf232c5a-5891-ce72-69e8-d8c66e8d116b"}],"period":{"start":"2008-10-21T04:35:11-07:00","end":"2008-10-21T04:50:11-07:00"}}} +{"resourceType":"DocumentReference","id":"1d7bab83-202a-0445-0c6d-4e1c1a9a1474","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e2add899-99b0-b478-3252-c1ff19d6fe45"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2008-11-06T20:49:11.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMTEtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbW9sZCAob3JnYW5pc20pLCBob3VzZSBkdXN0IG1pdGUgKG9yZ2FuaXNtKSwgYW5pbWFsIGRhbmRlciAoc3Vic3RhbmNlKSwgZ3Jhc3MgcG9sbGVuIChzdWJzdGFuY2UpLCBhc3BpcmluLCBzaGVsbGZpc2ggKHN1YnN0YW5jZSkuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBmZXhvZmVuYWRpbmUgaHlkcm9jaGxvcmlkZSAzMCBtZyBvcmFsIHRhYmxldAotIG5kYTAyMDgwMCAwLjMgbWwgZXBpbmVwaHJpbmUgMSBtZy9tbCBhdXRvLWluamVjdG9yCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cda43e5e-ea1d-181d-073b-7fba73e54d23"}],"period":{"start":"2008-11-06T20:49:11-08:00","end":"2008-11-06T21:09:16-08:00"}}} +{"resourceType":"DocumentReference","id":"aeebf560-ea04-4674-05cc-77e90f58f91f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:08675f1a-8b72-d955-99eb-7df3c3f27e18"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2009-11-17T16:49:11.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMTEtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggY2hpbGRob29kIGFzdGhtYS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIGFzdGhtYSBzZWxmIG1hbmFnZW1lbnQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2a352499-b9b3-193c-4276-94fdbf090c16"}],"period":{"start":"2009-11-17T16:49:11-08:00","end":"2009-11-17T17:04:11-08:00"}}} +{"resourceType":"DocumentReference","id":"b9790beb-0116-2369-bebe-06b37b246b3f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:243eb061-7f0b-9466-965a-bfa7bb4acf4f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2010-02-01T16:49:11.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDItMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1b5a6b76-83ae-c67d-25bb-56555605e56b"}],"period":{"start":"2010-02-01T16:49:11-08:00","end":"2010-02-01T17:04:11-08:00"}}} +{"resourceType":"DocumentReference","id":"166b35be-97d4-d4fe-b840-5873e0acf00e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:af040f2a-253c-8264-1e10-2be5918f6004"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2010-03-29T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999859","display":"Dr. Leslie90 Crona259"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|08bcda9c-f8c8-3244-82d4-fc306a7a55d3","display":"BOSTON MEDICAL CENTER CORPORATION-"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDMtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0d44ff0a-b283-060f-e79b-b446ed0b00bd"}],"period":{"start":"2010-03-29T17:49:11-07:00","end":"2010-03-29T18:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"c11dcc51-f632-3b9c-b69d-2d116f7928dd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c4aa05c8-b63e-a636-c509-2c9f24f4e09f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2010-08-02T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDgtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b27d5a01-5377-8b4e-5b16-2d47473d7d57"}],"period":{"start":"2010-08-02T17:49:11-07:00","end":"2010-08-02T18:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"b2769838-4010-6854-f1b5-25947a923e82","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:50486a1b-82c4-1566-307a-ad3292ab1165"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2011-01-31T16:49:11.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDEtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2915cdef-9cf1-2f80-6ed9-9891d18cc369"}],"period":{"start":"2011-01-31T16:49:11-08:00","end":"2011-01-31T17:04:11-08:00"}}} +{"resourceType":"DocumentReference","id":"6a009b89-28cc-9c7c-3e6a-4fda53e97813","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:48b23ae0-8b68-15fb-14f1-4dba873f537f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2011-02-07T16:49:11.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDItMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcy4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2630f5cd-78a4-d020-be18-8924f57bff10"}],"period":{"start":"2011-02-07T16:49:11-08:00","end":"2011-02-07T17:04:11-08:00"}}} +{"resourceType":"DocumentReference","id":"f70f0c65-1f8a-86cb-dc95-ca3ac20adeba","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4b568b0e-feb9-6f1a-1a23-e53aa6acef06"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2011-08-01T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDgtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9f087d9f-23e5-4243-a775-07bbd3989f59"}],"period":{"start":"2011-08-01T17:49:11-07:00","end":"2011-08-01T18:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"fab90b19-26df-aa3d-f55c-1e472143551e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:21f4c39a-99f8-3f6f-545c-188f07638807"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2012-08-06T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDgtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA0IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiB2YXJpY2VsbGEsIGlwdiwgaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIGR0YXAsIG1tci4gClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1f2de5f9-32e1-4037-ca4c-20d563668b88"}],"period":{"start":"2012-08-06T17:49:11-07:00","end":"2012-08-06T18:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"6b11fc58-287a-d788-ed2e-f6cc694c7849","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:862a7159-a50b-1232-5f21-663c85133bfe"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2013-04-30T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999719","display":"Dr. Man114 Kuhic920"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d78e84ec-30aa-3bba-a33a-f29a3a454662","display":"MASSACHUSETTS GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDQtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA1IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f6d2fb66-32e5-99d7-e171-d2fdc619004e"}],"period":{"start":"2013-04-30T17:49:11-07:00","end":"2013-04-30T18:49:11-07:00"}}} +{"resourceType":"DocumentReference","id":"b9677565-3328-52a9-35f9-4674287139e0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3dabff21-bc14-e0b6-0c70-29bd54af9d52"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2013-05-02T14:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDUtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA1IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/095c1ff4-2e46-f9a7-5a27-581df1bbf657"}],"period":{"start":"2013-05-02T14:49:11-07:00","end":"2013-05-02T15:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"500e4fc3-931f-f322-bfc8-fe2ad1b512d3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:33352e6d-9177-26a5-7287-7b1f23380801"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2013-08-12T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDgtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA1IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"}],"period":{"start":"2013-08-12T17:49:11-07:00","end":"2013-08-12T18:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"d57a9175-6d2b-d271-f6f0-68a7036001c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:48bb47ca-3a25-98f5-57a1-948cd49c0309"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2014-08-18T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a9d102a4-a8f9-0526-5ffa-7be826ff0d22"}],"period":{"start":"2014-08-18T17:49:11-07:00","end":"2014-08-18T18:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"d011dd84-279c-3e43-a6f4-fcac01574adf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:fab35cef-6c28-b189-6a4c-5e8341ec4881"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2014-08-22T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999719","display":"Dr. Man114 Kuhic920"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d78e84ec-30aa-3bba-a33a-f29a3a454662","display":"MASSACHUSETTS GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBzcHJhaW4gb2Ygd3Jpc3QuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHBoeXNpY2FsIHRoZXJhcHkgcHJvY2VkdXJlCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f57c4a5d-a15d-7ef9-ff68-e1a0284f5df2"}],"period":{"start":"2014-08-22T17:49:11-07:00","end":"2014-08-22T18:49:11-07:00"}}} +{"resourceType":"DocumentReference","id":"01b2cda3-c971-6c16-c47e-87eda0313c69","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:d0c2aefb-c228-6816-4687-6bb62ee1d246"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2015-08-24T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDgtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA3IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzcHJhaW4gb2Ygd3Jpc3QuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBZXRuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f9dcd84a-3a92-900f-c293-b18778fb613d"}],"period":{"start":"2015-08-24T17:49:11-07:00","end":"2015-08-24T18:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"16067c68-0261-b910-5175-33dadbd4c355","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:994bcc41-fa4a-ee11-d08e-301e0907b603"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2016-03-21T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999859","display":"Dr. Leslie90 Crona259"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|08bcda9c-f8c8-3244-82d4-fc306a7a55d3","display":"BOSTON MEDICAL CENTER CORPORATION-"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDMtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzcHJhaW4gb2Ygd3Jpc3QuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/df59ee35-75c3-d40b-d9c1-63ab419c5b86"}],"period":{"start":"2016-03-21T17:49:11-07:00","end":"2016-03-21T18:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"6d2a4671-cb82-cc14-67ba-67933840a247","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7d317a0d-6129-5f7e-6b9a-812ecfc2d4b6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2016-03-19T18:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDMtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzcHJhaW4gb2Ygd3Jpc3QuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6544d0b8-f949-92d1-19e1-b91f0e36bdf8"}],"period":{"start":"2016-03-19T18:49:11-07:00","end":"2016-03-19T19:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"c39ae2a9-f24e-6494-d89d-7759d0d47046","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:63a0f884-04d7-db26-710d-94fb9646d4b5"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2016-08-29T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDgtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSA5IHllYXItb2xkIG5vbi1oaXNwYW5pYyBibGFjayBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzcHJhaW4gb2Ygd3Jpc3QsIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ee167abe-f63e-068f-20bc-42c24834e284"}],"period":{"start":"2016-08-29T17:49:11-07:00","end":"2016-08-29T18:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"5c43330e-67a0-475b-863f-ae466a8cc353","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:92c3c0d9-3865-1161-f491-c5380df75ecf"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2017-09-04T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFudGhlbS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d40d6940-19b8-83b8-97b7-e43f0e2e8dff"}],"period":{"start":"2017-09-04T17:49:11-07:00","end":"2017-09-04T18:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"5d0985b9-9d46-ecf7-f739-2721e3926021","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:faac72d2-7d33-a6c0-b6ca-bfc8e3c13be0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2018-04-06T14:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDQtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1bbb1eb5-4307-5213-f00c-373613f8e140"}],"period":{"start":"2018-04-06T14:49:11-07:00","end":"2018-04-06T15:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"772ec6e4-7dce-43fb-1581-9777e2f31f02","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5ae55682-5b51-8509-3c65-e89e43a31dab"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2018-09-10T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDktMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHRkYXAsIGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBocHYsIHF1YWRyaXZhbGVudCwgbWVuaW5nb2NvY2NhbCBtY3Y0cC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"}],"period":{"start":"2018-09-10T17:49:11-07:00","end":"2018-09-10T18:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"5ab40ca9-6273-c70c-4fa1-84899d2ae23b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:00370a50-83ac-fc52-963c-be6a4e5f85d7"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2018-10-03T14:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTAtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/38b6aa0c-a6b4-e8df-7082-002076a26bb2"}],"period":{"start":"2018-10-03T14:49:11-07:00","end":"2018-10-03T15:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"b7a88949-9be9-3344-c9f6-4062676d467d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0b755452-c18b-5216-8a6c-21fedf7ce76b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2019-09-16T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDktMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFudGhlbS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBocHYsIHF1YWRyaXZhbGVudC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"}],"period":{"start":"2019-09-16T17:49:11-07:00","end":"2019-09-16T18:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"49470982-ca0e-aeb2-906a-75424c37faa9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8547142c-fc9b-db48-3e9e-05ab852e3d29"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2020-08-31T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDgtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYWxsZXJneSBzY3JlZW5pbmcgdGVzdApUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gYWxsZXJnaWMgZGlzb3JkZXIgbW9uaXRvcmluZwo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"}],"period":{"start":"2020-08-31T17:49:11-07:00","end":"2020-08-31T18:23:26-07:00"}}} +{"resourceType":"DocumentReference","id":"0d912ec9-93c5-972e-5d44-4d8112766916","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:babceb76-9e37-bf46-a5c8-5860fb105973"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2020-09-21T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDktMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIGhwdiwgcXVhZHJpdmFsZW50LiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSBuaW5lIGl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGNhciwgcmVsYXgsIGFsb25lLCBmb3JnZXQsIGZyaWVuZHMsIHRyb3VibGUgc2NyZWVuaW5nIHRlc3QgKHByb2NlZHVyZSkKLSBhbnRpY2lwYXRvcnkgZ3VpZGFuY2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"}],"period":{"start":"2020-09-21T17:49:11-07:00","end":"2020-09-21T18:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"71518317-adb6-a7f9-2a69-672eaa8c232a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:84b92c22-e34e-4ab5-70ed-6e32d2c2689f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2020-09-21T18:23:26.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDktMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/62c9cc9e-b0de-b830-6879-49c3fb31fb3b"}],"period":{"start":"2020-09-21T18:23:26-07:00","end":"2020-09-21T18:56:55-07:00"}}} +{"resourceType":"DocumentReference","id":"a9f19b3c-9160-c36b-12e4-3ae07eda101e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7bfac4ae-57ca-65a4-745c-1a59e32b6c40"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2020-10-14T18:56:55.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTAtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6606e416-5600-9ce7-c14f-9bc789d4740d"}],"period":{"start":"2020-10-14T18:56:55-07:00","end":"2020-10-14T19:38:32-07:00"}}} +{"resourceType":"DocumentReference","id":"bcb90ce9-503d-7ca3-ff55-eb31340ad67a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:88187d2c-ad89-80bf-7429-44953c61aae3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2020-11-09T18:38:32.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTEtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/aa1a47c8-cfab-e2dc-647f-694f2cc0a08a"}],"period":{"start":"2020-11-09T18:38:32-08:00","end":"2020-11-09T19:12:15-08:00"}}} +{"resourceType":"DocumentReference","id":"158e55b9-3d44-4551-6e10-b77855d71074","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ac6ddd3d-7972-c29f-2b07-28b4e491619a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2020-11-18T16:49:11.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTEtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggY291Z2ggKGZpbmRpbmcpLCBtdXNjbGUgcGFpbiAoZmluZGluZyksIGpvaW50IHBhaW4gKGZpbmRpbmcpLCBsb3NzIG9mIHRhc3RlIChmaW5kaW5nKSwgc3VzcGVjdGVkIGNvdmlkLTE5LCBjb3ZpZC0xOS4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gZmFjZSBtYXNrIChwaHlzaWNhbCBvYmplY3QpClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBpbmZlY3Rpb3VzIGRpc2Vhc2UgY2FyZSBwbGFuIChyZWNvcmQgYXJ0aWZhY3QpCi0gaW5mZWN0aW91cyBkaXNlYXNlIGNhcmUgcGxhbiAocmVjb3JkIGFydGlmYWN0KQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"}],"period":{"start":"2020-11-18T16:49:11-08:00","end":"2020-11-18T18:07:43-08:00"}}} +{"resourceType":"DocumentReference","id":"edb4cd61-1eeb-ba74-82f4-3c71564896bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e173fec3-1256-e0f0-91b6-37b445b0841d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2020-12-02T19:12:15.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a636733a-f0fb-16e8-4f33-1a4c177274e4"}],"period":{"start":"2020-12-02T19:12:15-08:00","end":"2020-12-02T19:34:59-08:00"}}} +{"resourceType":"DocumentReference","id":"1a977436-02cb-d908-18b6-b49e46c061db","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f436e04c-a75c-763b-f46a-04d58b739200"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2020-12-28T19:34:59.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTItMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6ca049ef-42b3-a269-4ff8-85bbfeea7fae"}],"period":{"start":"2020-12-28T19:34:59-08:00","end":"2020-12-28T19:51:34-08:00"}}} +{"resourceType":"DocumentReference","id":"7e6db4c7-4409-a9fc-f610-7e29a50c75bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5a8f471c-5ef0-1538-1f54-15471321f70b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-01-20T19:51:34.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDEtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9aa6ab2a-1747-ca46-d1ad-dfa26cada1a5"}],"period":{"start":"2021-01-20T19:51:34-08:00","end":"2021-01-20T20:28:02-08:00"}}} +{"resourceType":"DocumentReference","id":"cfe7b3da-ec6c-3663-2204-5e9540ee4d15","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e6fe3767-9ca0-5686-9d9d-484a26b2718b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-02-13T20:28:02.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDItMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/042bb2a5-c96d-c250-5cb9-d46659814969"}],"period":{"start":"2021-02-13T20:28:02-08:00","end":"2021-02-13T21:07:23-08:00"}}} +{"resourceType":"DocumentReference","id":"3f2c77e8-b610-58f5-4da8-b633850ac6da","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:695fa3da-c0df-9225-6d8a-d2b4c47f27d0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-03-06T21:07:23.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5ad76011-a8db-053c-3615-17801923e11d"}],"period":{"start":"2021-03-06T21:07:23-08:00","end":"2021-03-06T21:41:11-08:00"}}} +{"resourceType":"DocumentReference","id":"3aba609f-b458-9f8d-28e3-83adb01ca3c5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:78fa6d15-1b60-a8fc-5109-0a7137334dae"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-03-29T22:41:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e6d52690-3be7-6e25-5ca5-3eff353143eb"}],"period":{"start":"2021-03-29T22:41:11-07:00","end":"2021-03-29T22:58:58-07:00"}}} +{"resourceType":"DocumentReference","id":"5fd7ee5d-f12f-3caa-3877-377f786f93d6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:34bbb128-57c4-de52-c71a-01fc039859fe"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-04-24T22:58:58.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDQtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/bae2cc37-d0af-6206-4811-6f04d9c4c37e"}],"period":{"start":"2021-04-24T22:58:58-07:00","end":"2021-04-24T23:54:07-07:00"}}} +{"resourceType":"DocumentReference","id":"e182d9ba-b9f0-08f1-34fe-57784be9d3cf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:91ab6b1a-b690-c157-97e5-f3e86628cc1c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-05-16T23:54:07.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDUtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/fffe9994-feeb-0942-910e-d5480efebd87"}],"period":{"start":"2021-05-16T23:54:07-07:00","end":"2021-05-17T00:47:05-07:00"}}} +{"resourceType":"DocumentReference","id":"e80b7afd-5d90-94a7-23b3-f23b6f2a5ab6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:12e86269-869e-269a-f26b-7e5c268e8168"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-06-12T00:47:05.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDYtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1042d924-d5f0-991f-5862-f4913ed3c13b"}],"period":{"start":"2021-06-12T00:47:05-07:00","end":"2021-06-12T01:41:32-07:00"}}} +{"resourceType":"DocumentReference","id":"9aca81a2-bbdc-4939-3b26-e2c0a6819755","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:81b96a81-8d81-3192-680d-ae8feb729ac8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-07-08T01:41:32.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDctMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/abbca6da-a497-ad44-2719-c03da2cb44d2"}],"period":{"start":"2021-07-08T01:41:32-07:00","end":"2021-07-08T02:14:52-07:00"}}} +{"resourceType":"DocumentReference","id":"ac9efbdd-3bda-9ab6-3f35-e3d4d3cabdbb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6f81f247-5f96-6e18-977d-dc537544f223"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-08-03T02:14:52.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDgtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9d4c0f9e-92f3-b140-1fad-87c12993eb07"}],"period":{"start":"2021-08-03T02:14:52-07:00","end":"2021-08-03T02:40:22-07:00"}}} +{"resourceType":"DocumentReference","id":"0df35f9d-b01d-3d34-f87d-18409931466e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6322ae0e-8db5-4951-50f2-73980c6ba4bb"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-08-26T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999859","display":"Dr. Leslie90 Crona259"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|08bcda9c-f8c8-3244-82d4-fc306a7a55d3","display":"BOSTON MEDICAL CENTER CORPORATION-"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDgtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a8db80c9-a81b-5a05-ad1e-b2213093589d"}],"period":{"start":"2021-08-26T17:49:11-07:00","end":"2021-08-26T18:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"cbf16e28-9fab-59c0-0f61-b113ec4c9e13","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:27c2ba54-02b4-b2e2-3848-86fd1b01336a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-08-30T02:40:22.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDgtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a2cfbd9e-49ce-c79e-8bbc-c1c7682276d1"}],"period":{"start":"2021-08-30T02:40:22-07:00","end":"2021-08-30T03:14:06-07:00"}}} +{"resourceType":"DocumentReference","id":"c2c108df-9112-08ed-5998-c2291b997385","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:883f7a1b-13e7-d293-b42b-0c908db574d8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-09-27T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDktMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ec90e0aa-2f0f-ec23-36da-3c78bb137f13"}],"period":{"start":"2021-09-27T17:49:11-07:00","end":"2021-09-27T18:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"de7fb0cc-c17e-0429-2aa7-dbedd0496e53","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:951b3d6e-ab9b-ba44-dedc-eb6062788548"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-09-25T03:14:06.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDktMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1fe9cda5-92f7-9cfe-8380-def41e16760d"}],"period":{"start":"2021-09-25T03:14:06-07:00","end":"2021-09-25T03:53:14-07:00"}}} +{"resourceType":"DocumentReference","id":"42f09b53-2a1f-6a74-5d03-cef3257f55ea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:fdebff72-477e-f987-fe05-e8c00b3f857a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-10-18T17:49:11.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999859","display":"Dr. Leslie90 Crona259"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|08bcda9c-f8c8-3244-82d4-fc306a7a55d3","display":"BOSTON MEDICAL CENTER CORPORATION-"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTAtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogc2Fycy1jb3YtMiAoY292aWQtMTkpIHZhY2NpbmUsIG1ybmEsIHNwaWtlIHByb3RlaW4sIGxucCwgcHJlc2VydmF0aXZlIGZyZWUsIDMwIG1jZy8wLjNtbCBkb3NlLiAK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f7880691-4211-88a3-dc1a-1397dec323b5"}],"period":{"start":"2021-10-18T17:49:11-07:00","end":"2021-10-18T18:04:11-07:00"}}} +{"resourceType":"DocumentReference","id":"36263e61-e444-b678-09e4-be09136d7d33","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0ecd3895-fbf4-8bb8-3e16-e274af4d2945"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-10-19T03:53:14.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTAtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c3290349-6e33-45be-baaa-6d09dea869ea"}],"period":{"start":"2021-10-19T03:53:14-07:00","end":"2021-10-19T04:18:38-07:00"}}} +{"resourceType":"DocumentReference","id":"64770fa0-b50d-d4a0-bfe2-5f579a699869","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:667156b3-54c7-c4d6-dd64-62c4be3ae5fd"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-11-08T16:49:11.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999859","display":"Dr. Leslie90 Crona259"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|08bcda9c-f8c8-3244-82d4-fc306a7a55d3","display":"BOSTON MEDICAL CENTER CORPORATION-"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTEtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogc2Fycy1jb3YtMiAoY292aWQtMTkpIHZhY2NpbmUsIG1ybmEsIHNwaWtlIHByb3RlaW4sIGxucCwgcHJlc2VydmF0aXZlIGZyZWUsIDMwIG1jZy8wLjNtbCBkb3NlLiAK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/622db022-a114-d6a5-355e-3ed14e26dacb"}],"period":{"start":"2021-11-08T16:49:11-08:00","end":"2021-11-08T17:04:11-08:00"}}} +{"resourceType":"DocumentReference","id":"56c1ccaa-9bc4-3eaf-a0f4-79ba0b7c44d8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:db014385-08d5-7520-0bcb-9e7fcba094f6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-11-15T03:18:38.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTEtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEFldG5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f04816c0-7dcc-77a9-a20f-ba407a1c6be3"}],"period":{"start":"2021-11-15T03:18:38-08:00","end":"2021-11-15T04:01:43-08:00"}}} +{"resourceType":"DocumentReference","id":"f0a501ac-5765-5b6f-0d50-56c1113c7e6e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:99b6b61c-1b0b-5197-6693-49e8e0738bea"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2021-12-10T04:01:43.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTItMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3cd08792-ac4f-0560-2410-659c4a79769e"}],"period":{"start":"2021-12-10T04:01:43-08:00","end":"2021-12-10T04:48:14-08:00"}}} +{"resourceType":"DocumentReference","id":"d03834e5-9f8f-042c-720e-9a3356096140","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2e61a65c-6dff-2183-94aa-f836fbcf4677"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2022-01-06T04:48:14.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDEtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/de0e1d64-6f74-fa25-ba0a-0ba20c33b1cf"}],"period":{"start":"2022-01-06T04:48:14-08:00","end":"2022-01-06T05:30:18-08:00"}}} +{"resourceType":"DocumentReference","id":"456ce231-74bf-9a35-d9c5-6986ff29fb05","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a2b8907c-6fc0-7bec-9139-cb13cd631f9d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2022-02-02T05:30:18.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7b0010cf-eab7-fb97-aed4-fafe838c3b2a"}],"period":{"start":"2022-02-02T05:30:18-08:00","end":"2022-02-02T06:24:29-08:00"}}} +{"resourceType":"DocumentReference","id":"b8554673-e14f-ac60-f384-e36aa3a92c98","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b4d1888a-0ceb-1523-0e0a-72202efb1b42"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2022-02-28T06:24:29.290-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDItMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f545dbc5-43ee-f817-2b11-95d82b5eb0c9"}],"period":{"start":"2022-02-28T06:24:29-08:00","end":"2022-02-28T07:10:27-08:00"}}} +{"resourceType":"DocumentReference","id":"facefb2f-60cb-2c85-8be3-e73f3c039b78","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f5621de2-b23f-9c39-aaa2-7a6bd4d9bfaf"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2022-03-23T08:10:27.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDMtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/06042d08-9d8e-d44d-d093-3141706f5aa9"}],"period":{"start":"2022-03-23T08:10:27-07:00","end":"2022-03-23T08:38:39-07:00"}}} +{"resourceType":"DocumentReference","id":"df4f61f3-d790-34ff-b30b-2c98f5fdb349","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:27a40ebd-1449-2885-8812-ee00b6d8ff13"}],"status":"current","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"date":"2022-04-19T08:38:39.290-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDQtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgRGlzY2hhcmdlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKR2VtYTY5OAogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgYmxhY2sgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgbXVzY2xlIHBhaW4gKGZpbmRpbmcpLCBjb3ZpZC0xOSwgam9pbnQgcGFpbiAoZmluZGluZyksIGNvdWdoIChmaW5kaW5nKSwgc3ByYWluIG9mIHdyaXN0LCB2aXJhbCBzaW51c2l0aXMgKGRpc29yZGVyKSwgbG9zcyBvZiB0YXN0ZSAoZmluZGluZyksIHN1c3BlY3RlZCBjb3ZpZC0xOS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/81e4abb2-0e35-a8a2-ebea-44c7b9ee642c"}],"period":{"start":"2022-04-19T08:38:39-07:00","end":"2022-04-19T09:20:54-07:00"}}} +{"resourceType":"DocumentReference","id":"4b0b5c28-d83c-4ef4-c2e4-bf8bd66c4fa2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:03b977ef-0ab0-b4f3-d968-8580d01e5295"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2008-10-01T15:02:19.150-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMTAtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBjaGlsZGhvb2QgYXN0aG1hLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gYXN0aG1hIHNlbGYgbWFuYWdlbWVudAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b4308bc7-d622-1724-c5f3-9b686ec7e76e"}],"period":{"start":"2008-10-01T15:02:19-07:00","end":"2008-10-01T15:17:19-07:00"}}} +{"resourceType":"DocumentReference","id":"7e879ccd-def6-7bf6-d213-781f9e133ff9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:855bf5b0-fa46-63ac-b7b8-55117ea75ff8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2009-02-02T14:02:19.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMDItMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDQgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a160f59d-122f-cea3-d071-61839146c6b7"}],"period":{"start":"2009-02-02T14:02:19-08:00","end":"2009-02-02T14:17:19-08:00"}}} +{"resourceType":"DocumentReference","id":"8f089e63-4e33-4c94-3c54-09721e59d86b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ec3a8bcc-8f7e-f9c4-1111-876431b9fda0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2010-02-08T14:02:19.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDItMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDUgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a0cbee23-44cf-e3be-da44-9ee4d3b58298"}],"period":{"start":"2010-02-08T14:02:19-08:00","end":"2010-02-08T14:17:19-08:00"}}} +{"resourceType":"DocumentReference","id":"dcae93b0-afcb-e398-c020-a4b5e7f6c155","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2428f0c2-222b-2c0c-ba1c-57e98a941103"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2011-02-14T14:02:19.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDItMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDYgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/453790a5-9af6-562a-9017-44b94942b5df"}],"period":{"start":"2011-02-14T14:02:19-08:00","end":"2011-02-14T14:17:19-08:00"}}} +{"resourceType":"DocumentReference","id":"dfc83b63-132b-38a0-6259-b16cc7b9430d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8d54694a-66ec-2d5b-dc22-c818825b3a97"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2012-02-20T14:02:19.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDItMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDcgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b0f7fceb-5d04-44d1-f4b9-97606e6c9a9f"}],"period":{"start":"2012-02-20T14:02:19-08:00","end":"2012-02-20T14:17:19-08:00"}}} +{"resourceType":"DocumentReference","id":"7297ef51-d6e8-3de6-2b81-a0d0848a44c5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:73ec340b-b442-75d6-8a71-6b0a7fecbcb1"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2013-01-18T14:29:43.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDEtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDggeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHNwcmFpbiBvZiBhbmtsZS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldApUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gcGh5c2ljYWwgdGhlcmFweSBwcm9jZWR1cmUK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/906fed06-15d7-cf6c-1f58-33d25676ed39"}],"period":{"start":"2013-01-18T14:29:43-08:00","end":"2013-01-18T15:29:43-08:00"}}} +{"resourceType":"DocumentReference","id":"e24b9392-60bc-75ad-2841-3c782f75d7db","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:94d0e302-a36a-6239-dce9-acfdb6791344"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2013-02-25T14:02:19.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDItMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDkgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzcHJhaW4gb2YgYW5rbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/66cde9c9-6fba-47b7-39db-1db95788eb11"}],"period":{"start":"2013-02-25T14:02:19-08:00","end":"2013-02-25T14:17:19-08:00"}}} +{"resourceType":"DocumentReference","id":"ad51722d-c7fa-d7e3-f5a9-8abdfda47cf2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6412d47f-d762-ceb9-cbb2-d1c27e2b824f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2013-03-09T14:02:19.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDMtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDkgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzcHJhaW4gb2YgYW5rbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/852a9797-9ae1-71aa-edf2-d32db75a9df6"}],"period":{"start":"2013-03-09T14:02:19-08:00","end":"2013-03-09T14:17:19-08:00"}}} +{"resourceType":"DocumentReference","id":"c67ea62c-c584-1250-0897-aad4ee471efe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ec45fd9a-e92f-1eb6-3889-fd653f0d44cb"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2013-05-24T12:02:19.150-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDUtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDkgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzcHJhaW4gb2YgYW5rbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYXBwZW5kaWNpdGlzLiAKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8f9cc88b-33bf-1cb4-4bf4-7998399b7465"}],"period":{"start":"2013-05-24T12:02:19-07:00","end":"2013-05-24T13:02:19-07:00"}}} +{"resourceType":"DocumentReference","id":"55ea1ebf-7d87-fb46-fc9d-52ada8c3bc65","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:02550792-8c5d-2081-ba61-d3770c201f1b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2013-05-24T12:02:19.150-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDUtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDkgeWVhci1vbGQgbm9uLWhpc3BhbmljIGFzaWFuIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzcHJhaW4gb2YgYW5rbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggaGlzdG9yeSBvZiBhcHBlbmRlY3RvbXkuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFwcGVuZGVjdG9teQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a26e8ba9-f1e3-ca9a-6a81-3dabc9d62260"}],"period":{"start":"2013-05-24T12:02:19-07:00","end":"2013-05-26T08:05:20-07:00"}}} +{"resourceType":"DocumentReference","id":"40bd2afe-4b2b-b54f-040e-abfa0daff729","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:98a7cd43-87a4-d169-61ff-ab5635ece92e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2014-03-03T14:02:19.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDMtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEwIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/19940601-510d-e45a-9551-82f1c1227c1e"}],"period":{"start":"2014-03-03T14:02:19-08:00","end":"2014-03-03T14:17:19-08:00"}}} +{"resourceType":"DocumentReference","id":"b1173c8b-eae6-4ef9-c32f-68960fe024b8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:038487a4-5b8e-1f61-32de-a820c1cb3d04"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2014-03-04T14:02:19.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDMtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEwIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9e1592d5-4e92-3cac-bc0d-8ad95dc2b44e"}],"period":{"start":"2014-03-04T14:02:19-08:00","end":"2014-03-04T15:02:19-08:00"}}} +{"resourceType":"DocumentReference","id":"e0178a9c-b08d-16de-e8ce-b636669840c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:177542ed-a6db-6503-e374-42353275f993"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2014-03-06T18:02:19.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDMtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEwIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/433837c0-d610-c0bc-c60d-0cc1afa58806"}],"period":{"start":"2014-03-06T18:02:19-08:00","end":"2014-03-06T18:17:19-08:00"}}} +{"resourceType":"DocumentReference","id":"dd5863e3-40d0-aeae-0942-35861a9010ca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ecfa3874-7409-68d0-19ad-a3332fa38763"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2015-03-09T15:02:19.150-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDMtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDExIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHRkYXAsIGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBocHYsIHF1YWRyaXZhbGVudCwgbWVuaW5nb2NvY2NhbCBtY3Y0cC4gClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"}],"period":{"start":"2015-03-09T15:02:19-07:00","end":"2015-03-09T15:17:19-07:00"}}} +{"resourceType":"DocumentReference","id":"ecf6eeb1-b4a1-813e-08c5-d8e95bdddcae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1b6ac974-fe5e-5d4b-8991-91dc880131e7"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2016-03-14T15:02:19.150-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDMtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaHB2LCBxdWFkcml2YWxlbnQuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gaGVhbHRoIHJpc2tzIGVkdWNhdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c151f597-1dc8-bda6-a9aa-44ae92445722"}],"period":{"start":"2016-03-14T15:02:19-07:00","end":"2016-03-14T15:17:19-07:00"}}} +{"resourceType":"DocumentReference","id":"2d715aa1-6f09-4322-d8f9-5bec27a62f5f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:22caf251-3581-b68e-b851-94777ad96bc8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2017-02-18T18:02:19.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDItMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEyIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d1719dea-cfea-d4d3-71a8-f125c06d358a"}],"period":{"start":"2017-02-18T18:02:19-08:00","end":"2017-02-18T18:17:19-08:00"}}} +{"resourceType":"DocumentReference","id":"1ff25215-8f8c-947b-43cd-ba27407f9a1f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7c7b39cb-1f15-11f3-c67a-2b9fc7ef4397"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2017-03-20T15:02:19.150-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDMtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaHB2LCBxdWFkcml2YWxlbnQuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgY2FyLCByZWxheCwgYWxvbmUsIGZvcmdldCwgZnJpZW5kcywgdHJvdWJsZSBzY3JlZW5pbmcgdGVzdCAocHJvY2VkdXJlKQotIGFudGljaXBhdG9yeSBndWlkYW5jZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"}],"period":{"start":"2017-03-20T15:02:19-07:00","end":"2017-03-20T15:17:19-07:00"}}} +{"resourceType":"DocumentReference","id":"90562fdd-7366-636f-ebc2-338a0f20aab3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0d488fa1-9bdb-ed62-3fea-4233d0674f63"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2018-01-11T18:02:19.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1lYXN1cmVtZW50IG9mIHJlc3BpcmF0b3J5IGZ1bmN0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHJlc3BpcmF0b3J5IHRoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6828ac9c-b3c9-f5ac-a620-31d74abec6a6"}],"period":{"start":"2018-01-11T18:02:19-08:00","end":"2018-01-11T18:17:19-08:00"}}} +{"resourceType":"DocumentReference","id":"003b1597-5a26-7aec-0176-a48c78b9c701","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:94070edc-4dd8-b09f-96a0-98cff8388e1d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2018-01-22T14:02:19.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906619","display":"Dr. Saturnina961 Treutel973"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|a43fb751-96fe-3496-8750-73f85651866d","display":"CONCENTRA URGENT CARE - WILMINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/96f32dcc-5ee5-e522-0b8b-001690de6cbc"}],"period":{"start":"2018-01-22T14:02:19-08:00","end":"2018-01-22T14:17:19-08:00"}}} +{"resourceType":"DocumentReference","id":"723a485f-b7f7-7d71-bc7b-92616a8173aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:fe2a24a3-434b-bb92-913e-18acc10decab"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2018-01-29T14:02:19.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906619","display":"Dr. Saturnina961 Treutel973"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|a43fb751-96fe-3496-8750-73f85651866d","display":"CONCENTRA URGENT CARE - WILMINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDEzIHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cf685c02-d86b-1f11-fbbf-344cb318943f"}],"period":{"start":"2018-01-29T14:02:19-08:00","end":"2018-01-29T14:17:19-08:00"}}} +{"resourceType":"DocumentReference","id":"a3de57b3-445f-736b-3063-9121e55e5f78","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:14e2f4b6-b290-97dc-8f57-baa1b3863b5b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2018-03-26T15:02:19.150-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDMtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE0IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgY2FyLCByZWxheCwgYWxvbmUsIGZvcmdldCwgZnJpZW5kcywgdHJvdWJsZSBzY3JlZW5pbmcgdGVzdCAocHJvY2VkdXJlKQotIGFudGljaXBhdG9yeSBndWlkYW5jZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"}],"period":{"start":"2018-03-26T15:02:19-07:00","end":"2018-03-26T15:17:19-07:00"}}} +{"resourceType":"DocumentReference","id":"06842ab5-1bea-2d47-962c-58abe3302d37","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ba7f1a83-68af-dc2b-5c51-000409c72067"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2018-08-25T05:02:19.150-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDgtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE0IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSB0aHJvYXQgY3VsdHVyZSAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/06bdab8b-ec11-7066-81d7-531079b12fa9"}],"period":{"start":"2018-08-25T05:02:19-07:00","end":"2018-08-25T05:17:19-07:00"}}} +{"resourceType":"DocumentReference","id":"69a46c99-7d01-7e35-e624-25c1a6f123ed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:d396798b-e2c2-3720-34e8-7aa802bf220f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2019-02-08T18:02:19.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDItMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE0IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9bb1f3f7-7850-b0c6-0ee5-c2e7db91f58b"}],"period":{"start":"2019-02-08T18:02:19-08:00","end":"2019-02-08T19:02:19-08:00"}}} +{"resourceType":"DocumentReference","id":"5f45caa3-3c06-a68a-4a68-10cf49a9ad76","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:48f0adaa-553d-2da5-5648-c3211b9f4871"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2019-02-11T02:02:19.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDItMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE0IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7389ef58-77f2-0c16-69a8-a7fd4f37089c"}],"period":{"start":"2019-02-11T02:02:19-08:00","end":"2019-02-11T02:17:19-08:00"}}} +{"resourceType":"DocumentReference","id":"3acaf288-7f25-6345-a419-210ee7f71f2c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4aad2cbc-ef5a-0df0-fa65-fc0ae3a740af"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2019-04-01T15:02:19.150-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDQtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE1IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"}],"period":{"start":"2019-04-01T15:02:19-07:00","end":"2019-04-01T15:17:19-07:00"}}} +{"resourceType":"DocumentReference","id":"748c88c8-7bbf-a945-7b2e-b65eb42ccf5f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2c3cf5b8-71a4-b19a-2ac6-e2c1b8568f84"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2020-04-06T15:02:19.150-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDQtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgbWVuaW5nb2NvY2NhbCBtY3Y0cC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGNhciwgcmVsYXgsIGFsb25lLCBmb3JnZXQsIGZyaWVuZHMsIHRyb3VibGUgc2NyZWVuaW5nIHRlc3QgKHByb2NlZHVyZSkKLSBhbnRpY2lwYXRvcnkgZ3VpZGFuY2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"}],"period":{"start":"2020-04-06T15:02:19-07:00","end":"2020-04-06T15:17:19-07:00"}}} +{"resourceType":"DocumentReference","id":"04afd0f6-0ce1-0f70-07eb-04aceb669f7e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e2ee7946-5088-4025-7db1-2ba44507105b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2021-02-10T14:29:43.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDItMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgc3ByYWluIG9mIGFua2xlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDE2MCBtZyBjaGV3YWJsZSB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBydXB0dXJlIG9mIHBhdGVsbGFyIHRlbmRvbi4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0ga25lZSB4LXJheQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0ClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBwaHlzaWNhbCB0aGVyYXB5IHByb2NlZHVyZQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1daed405-2eba-71f5-a1eb-2d877fc05d9a"}],"period":{"start":"2021-02-10T14:29:43-08:00","end":"2021-02-10T15:29:43-08:00"}}} +{"resourceType":"DocumentReference","id":"1bb75b1d-c78b-e15f-7e03-a7b5f4df1158","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6ba8608b-3652-9071-e9f6-660aee422c3c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2021-02-17T14:29:43.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDItMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE2IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcnVwdHVyZSBvZiBwYXRlbGxhciB0ZW5kb24sIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3VyZ2ljYWwgbWFuaXB1bGF0aW9uIG9mIGpvaW50IG9mIGtuZWUKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBtZXBlcmlkaW5lIGh5ZHJvY2hsb3JpZGUgNTAgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/fdc1300b-9369-1665-cb77-701da9324c81"}],"period":{"start":"2021-02-17T14:29:43-08:00","end":"2021-02-18T14:29:43-08:00"}}} +{"resourceType":"DocumentReference","id":"a9659943-7e11-726e-8faa-002ae0b5255e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b488ad1d-1377-187f-1db6-254574f9c324"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2021-02-24T12:02:19.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDItMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcnVwdHVyZSBvZiBwYXRlbGxhciB0ZW5kb24sIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKS4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gdGhyb2F0IGN1bHR1cmUgKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0c7fbd4e-5082-c89d-86a3-a19cad96ce68"}],"period":{"start":"2021-02-24T12:02:19-08:00","end":"2021-02-24T12:17:19-08:00"}}} +{"resourceType":"DocumentReference","id":"ba7b451c-6a48-da12-11cb-fbbd5f497b8e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7841a8c5-b62e-aff4-61e3-eee253a3110b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2021-03-08T14:02:19.150-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906619","display":"Dr. Saturnina961 Treutel973"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|a43fb751-96fe-3496-8750-73f85651866d","display":"CONCENTRA URGENT CARE - WILMINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcnVwdHVyZSBvZiBwYXRlbGxhciB0ZW5kb24sIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/be3fdaff-823a-68eb-225e-71b404dcdbcb"}],"period":{"start":"2021-03-08T14:02:19-08:00","end":"2021-03-08T14:17:19-08:00"}}} +{"resourceType":"DocumentReference","id":"f0d5abc9-e9e0-4c2a-b7cb-a28dc59c6e47","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b15baf2a-480d-309f-ab3c-0018a50bf0a8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2021-04-12T15:02:19.150-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDQtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE3IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcnVwdHVyZSBvZiBwYXRlbGxhciB0ZW5kb24sIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAxNjAgbWcgY2hld2FibGUgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSBuaW5lIGl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGNhciwgcmVsYXgsIGFsb25lLCBmb3JnZXQsIGZyaWVuZHMsIHRyb3VibGUgc2NyZWVuaW5nIHRlc3QgKHByb2NlZHVyZSkKLSBhbnRpY2lwYXRvcnkgZ3VpZGFuY2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"}],"period":{"start":"2021-04-12T15:02:19-07:00","end":"2021-04-12T15:17:19-07:00"}}} +{"resourceType":"DocumentReference","id":"893fca61-c01f-3413-d25f-f78166f6b08f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ff3718e7-e584-fa10-ed1a-f96ee10023f8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2022-03-30T15:02:19.150-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDMtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcnVwdHVyZSBvZiBwYXRlbGxhciB0ZW5kb24sIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNocm9uaWMgbG93IGJhY2sgcGFpbiAoZmluZGluZyksIGNocm9uaWMgbmVjayBwYWluIChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ad4bf9f7-bbf4-f584-dd57-863e85eb9328"}],"period":{"start":"2022-03-30T15:02:19-07:00","end":"2022-03-30T15:17:19-07:00"}}} +{"resourceType":"DocumentReference","id":"6f4fbdb7-0252-9a81-1d41-a4f0870d9a69","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6d9547a4-bd5e-5626-a881-edf17ee5eb3d"}],"status":"current","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"date":"2022-04-18T15:02:19.150-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDQtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gV2hlZXppbmcKLSBDb3VnaAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKQW50b25pYTMwCiBpcyBhIDE4IHllYXItb2xkIG5vbi1oaXNwYW5pYyBhc2lhbiBtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcnVwdHVyZSBvZiBwYXRlbGxhciB0ZW5kb24sIGFjdXRlIGJyb25jaGl0aXMgKGRpc29yZGVyKSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHNwcmFpbiBvZiBhbmtsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMTYwIG1nIGNoZXdhYmxlIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCByZWNlaXZlZCBjZXJ0aWZpY2F0ZSBvZiBoaWdoIHNjaG9vbCBlcXVpdmFsZW5jeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"}],"period":{"start":"2022-04-18T15:02:19-07:00","end":"2022-04-18T15:17:19-07:00"}}} +{"resourceType":"DocumentReference","id":"3756bfec-20b3-db1e-845e-63c982ba1ebd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:703880a7-7213-d62d-2ccc-75fcee2e4249"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2001-04-06T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDEtMDQtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNoaWxkaG9vZCBhc3RobWEuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBhc3RobWEgc2VsZiBtYW5hZ2VtZW50Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4c8f258a-0dbe-91aa-6ffb-977bf149d815"}],"period":{"start":"2001-04-06T18:19:46-07:00","end":"2001-04-06T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"83346596-c2cb-7ff4-1c07-19a742d8cf33","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3ab37151-d4dc-6a17-5bb4-37888d4d6e1e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2001-06-30T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDEtMDYtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAzIHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/43ef2933-8f3e-4d96-7116-04a3bfa4a806"}],"period":{"start":"2001-06-30T18:19:46-07:00","end":"2001-06-30T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"306a8469-0312-6dbf-160b-0976bea0979f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0757938a-5940-b2c8-2cd7-4d71cccaa17c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2002-07-06T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDItMDctMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSA0IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/377b38dd-44aa-002c-a719-52546c7083b2"}],"period":{"start":"2002-07-06T18:19:46-07:00","end":"2002-07-06T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"a7d9ad79-7223-673f-0cb4-08f23e244fd0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4f10a839-c838-f516-c5bc-7b35cd4fe89c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2003-07-12T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDMtMDctMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSA1IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/460fe9f4-98f7-c522-73e9-9fb73994c01a"}],"period":{"start":"2003-07-12T18:19:46-07:00","end":"2003-07-12T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"553128c3-af79-a003-6cb2-0ffea305377c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ba069720-0c54-9621-8612-c648175e897f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2004-07-17T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMDctMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSA2IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/088d9bcb-51b2-104e-1072-99b6e9e6bae1"}],"period":{"start":"2004-07-17T18:19:46-07:00","end":"2004-07-17T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"f2b51a27-5af1-b04d-b251-e8c3455de6cb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6345ec86-5b57-58fb-1036-0ce93eb5b42e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2005-07-23T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDUtMDctMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSA3IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9f093451-a490-2162-e665-9b85522a097f"}],"period":{"start":"2005-07-23T18:19:46-07:00","end":"2005-07-23T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"2ab5ab8d-e461-453b-ae83-86f6635af515","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:405f8830-ad56-1489-3203-503761b40541"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2006-07-29T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDYtMDctMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSA5IHllYXItb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBmZW1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a51f72d8-712d-f291-9b21-a26e0253c287"}],"period":{"start":"2006-07-29T18:19:46-07:00","end":"2006-07-29T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"8dfff06c-2cf2-3124-df89-da7753b899e9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e7e4f197-ab3d-45aa-4ca1-45855dbedea3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2007-08-04T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDctMDgtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/876e43f7-a412-2f70-e73e-44ed0421a92b"}],"period":{"start":"2007-08-04T18:19:46-07:00","end":"2007-08-04T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"70f2766a-a0d5-c041-bf91-31201f1ecc50","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ac740558-2f90-2197-7c91-02eb49d8da96"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2008-08-09T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMDgtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/895e8acd-8c4d-981f-dbab-4101b0d93efe"}],"period":{"start":"2008-08-09T18:19:46-07:00","end":"2008-08-09T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"13b4b765-cc31-758f-b960-7bdbfa1ba450","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9e05efe5-0037-0c8b-cc5d-db1e8a72dcf3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2009-08-15T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMDgtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d306136a-df73-74aa-e255-75c29c30fffa"}],"period":{"start":"2009-08-15T18:19:46-07:00","end":"2009-08-15T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"8285bcf4-ea89-8ef5-cace-2afbbfe6bfed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ff73a0c3-99fa-9043-4deb-a1d1bd9abc33"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2009-08-22T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMDgtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKS4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7dbaa288-c642-fcaa-1895-5c3191584cc3"}],"period":{"start":"2009-08-22T18:19:46-07:00","end":"2009-08-22T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"b76832b3-7ddb-7f62-3da3-87b2fdf6387a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9d567475-5417-c872-38c7-d3e6df015ba7"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2009-11-28T01:19:46.078-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMTEtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8a99e094-c816-93f1-9825-0af75f8602b4"}],"period":{"start":"2009-11-28T01:19:46-08:00","end":"2009-11-28T01:34:46-08:00"}}} +{"resourceType":"DocumentReference","id":"fba6199c-e420-920e-8f80-7b47b42a52b0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4e51b5d7-eeb0-a380-94d4-e096edee236e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2010-08-17T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDgtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5b34a307-ac2a-179b-7637-95b713a0c30b"}],"period":{"start":"2010-08-17T18:19:46-07:00","end":"2010-08-17T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"23354206-5f0f-be75-0bac-4b6cd906b338","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:97a5c4e4-1652-566c-ac74-dccc082fbce1"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2011-07-26T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDctMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGVycmluIDI4IGRheSBwYWNrCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/56530157-539b-03ab-aeec-a128f9a8fbf0"}],"period":{"start":"2011-07-26T18:19:46-07:00","end":"2011-07-26T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"584196f0-90ee-9c59-5ac7-e30776b0cd26","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:528b2625-f2f6-d90a-b997-355d59c951df"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2011-08-27T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDgtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b05f95a4-adb0-0f2e-23ed-f2b9a9236444"}],"period":{"start":"2011-08-27T18:19:46-07:00","end":"2011-08-27T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"b7e5451e-9740-0005-9748-bf8e85250d6b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:288ba343-8a15-13a0-a0e5-8a239629aeae"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2012-07-20T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDctMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBuYXRhemlhIDI4IGRheSBwYWNrCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/dce1da51-2f96-7406-534b-955400cb74c0"}],"period":{"start":"2012-07-20T18:19:46-07:00","end":"2012-07-20T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"242f6d24-f54b-6f84-d247-e3260974e03a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:da324d23-5d37-7a80-c34b-56ee781b9393"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2012-09-01T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDktMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSBuaW5lIGl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGNhciwgcmVsYXgsIGFsb25lLCBmb3JnZXQsIGZyaWVuZHMsIHRyb3VibGUgc2NyZWVuaW5nIHRlc3QgKHByb2NlZHVyZSkKLSBhbnRpY2lwYXRvcnkgZ3VpZGFuY2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"}],"period":{"start":"2012-09-01T18:19:46-07:00","end":"2012-09-01T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"9910389e-be35-60e8-df40-6930ba490d9f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7c7ada55-d0e7-b180-356b-7d61cac8a941"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2013-09-07T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDktMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBtZW5pbmdvY29jY2FsIG1jdjRwLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"}],"period":{"start":"2013-09-07T18:19:46-07:00","end":"2013-09-07T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"2e1231aa-3452-e0e0-8448-e9b02b8e43b2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9c4a2987-4f6d-40cc-c6c1-1f9b174285e2"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2013-10-12T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vcm1hbCBwcmVnbmFuY3ksIG1pc2NhcnJpYWdlIGluIGZpcnN0IHRyaW1lc3RlciwgZmV0dXMgd2l0aCB1bmtub3duIGNvbXBsaWNhdGlvbi4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3RhbmRhcmQgcHJlZ25hbmN5IHRlc3QKLSB1bHRyYXNvdW5kIHNjYW4gZm9yIGZldGFsIHZpYWJpbGl0eQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7a27d3cd-ad06-58d7-529c-63a1a8ca382f"}],"period":{"start":"2013-10-12T18:19:46-07:00","end":"2013-10-12T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"110c475e-3129-9cfe-4cf6-7ae8c15257dc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b031ecde-be7d-f7e1-94a1-ce0771f548ab"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2013-10-19T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHBoeXNpY2FsIGV4YW1pbmF0aW9uCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c8e00254-acc7-4725-7033-b84d8cd9e064"}],"period":{"start":"2013-10-19T18:19:46-07:00","end":"2013-10-19T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"a94fdf36-c71d-e4e9-ebe0-97091bc8b75a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:cd220b95-0ad7-72a8-35b9-bfe8607de784"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2014-01-28T17:19:46.078-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDEtMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/029abb5b-cc34-373e-a57d-22edd77ccccd"}],"period":{"start":"2014-01-28T17:19:46-08:00","end":"2014-01-28T18:19:46-08:00"}}} +{"resourceType":"DocumentReference","id":"0a819420-98e0-69f2-5748-2fc7e762f474","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:dab8df5c-5665-8096-7756-129b17967a7e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2014-01-31T16:19:46.078-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDEtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/87630930-c3f4-aeb4-8898-f908e477cad5"}],"period":{"start":"2014-01-31T16:19:46-08:00","end":"2014-01-31T16:34:46-08:00"}}} +{"resourceType":"DocumentReference","id":"38076a68-cfcf-ea07-3fff-f82ab636f92b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9e890920-9d9c-1430-bc8f-db23d28e1a47"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2014-08-02T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIG5vcm1hbCBwcmVnbmFuY3kuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN0YW5kYXJkIHByZWduYW5jeSB0ZXN0Ci0gdWx0cmFzb3VuZCBzY2FuIGZvciBmZXRhbCB2aWFiaWxpdHkKLSBldmFsdWF0aW9uIG9mIHV0ZXJpbmUgZnVuZGFsIGhlaWdodAotIGF1c2N1bHRhdGlvbiBvZiB0aGUgZmV0YWwgaGVhcnQKLSBibG9vZCB0eXBpbmcsIHJoIHR5cGluZwotIGhlbW9nbG9iaW4gLyBoZW1hdG9jcml0IC8gcGxhdGVsZXQgY291bnQKLSBoZXBhdGl0aXMgYiBzdXJmYWNlIGFudGlnZW4gbWVhc3VyZW1lbnQKLSBodW1hbiBpbW11bm9kZWZpY2llbmN5IHZpcnVzIGFudGlnZW4gdGVzdAotIGNobGFteWRpYSBhbnRpZ2VuIHRlc3QKLSBnb25vcnJoZWEgaW5mZWN0aW9uIHRlc3QKLSBzeXBoaWxpcyBpbmZlY3Rpb24gdGVzdAotIHVyaW5lIGN1bHR1cmUKLSBjeXRvcGF0aG9sb2d5IHByb2NlZHVyZSwgcHJlcGFyYXRpb24gb2Ygc21lYXIsIGdlbml0YWwgc291cmNlCi0gdXJpbmUgc2NyZWVuaW5nIHRlc3QgZm9yIGRpYWJldGVzCi0gaGVwYXRpdGlzIGMgYW50aWJvZHkgdGVzdAotIHJ1YmVsbGEgc2NyZWVuaW5nCi0gbWVhc3VyZW1lbnQgb2YgdmFyaWNlbGxhLXpvc3RlciB2aXJ1cyBhbnRpYm9keQotIHNraW4gdGVzdCBmb3IgdHViZXJjdWxvc2lzCi0gdXJpbmUgcHJvdGVpbiB0ZXN0Ci0gcGh5c2ljYWwgZXhhbWluYXRpb24gb2YgbW90aGVyClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSByb3V0aW5lIGFudGVuYXRhbCBjYXJlCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"}],"period":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"b2928646-ad5d-5436-480e-76633f54daa0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:fc839a57-f9f6-a808-fcbf-d998e8897780"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2014-07-30T17:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDctMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7b7e9995-b78c-2b85-3cab-a39e23771c37"}],"period":{"start":"2014-07-30T17:19:46-07:00","end":"2014-07-30T17:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"dcf9f08d-15bd-1bde-3843-c122a3a49d8c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6677fb66-df43-aeae-5b62-7a4980d1389d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2014-08-30T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGV2YWx1YXRpb24gb2YgdXRlcmluZSBmdW5kYWwgaGVpZ2h0Ci0gYXVzY3VsdGF0aW9uIG9mIHRoZSBmZXRhbCBoZWFydAotIHNjcmVlbmluZyBmb3IgY2hyb21vc29tYWwgYW5ldXBsb2lkeSBpbiBwcmVuYXRhbCBhbW5pb3RpYyBmbHVpZAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7e26b93a-cb22-0785-49c0-c203c7be85f3"}],"period":{"start":"2014-08-30T18:19:46-07:00","end":"2014-08-30T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"8e912e38-eee9-f790-b377-fd109441aec7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ea5a4aa4-7f8e-83cd-0fe9-2f1d9973f619"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2014-09-13T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDktMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgZXJyaW4gMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/65b85471-6037-31f5-21ac-bc85f0fddbd8"}],"period":{"start":"2014-09-13T18:19:46-07:00","end":"2014-09-13T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"0b55664a-7540-a048-7dfc-a0bed5ef4b53","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:adbd8bf3-9a92-ec54-cf90-8005b5aea07b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2014-09-27T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDktMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgZXJyaW4gMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3003617c-9968-f907-6534-e69f0190d61c"}],"period":{"start":"2014-09-27T18:19:46-07:00","end":"2014-09-27T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"d3ff2079-4c9a-846b-e29f-97368c4f2f1f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b63c7356-bbaa-e1b7-4023-fb2d23f5b3ed"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2014-10-06T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTAtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgZXJyaW4gMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBwaHlzaWNhbCBleGFtaW5hdGlvbgotIGRlcHJlc3Npb24gc2NyZWVuaW5nCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c8d167d2-def0-ed32-a934-9cd8c9dc0bb5"}],"period":{"start":"2014-10-06T18:19:46-07:00","end":"2014-10-06T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"76ac7687-d88d-4b3e-abd7-707584edcb60","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:71a778c2-2bcf-dc72-207b-d3ce88babade"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2014-12-19T18:19:46.078-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgZXJyaW4gMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBhY3V0ZSB2aXJhbCBwaGFyeW5naXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c8348a42-1e32-73cf-ba51-ef347b5c962e"}],"period":{"start":"2014-12-19T18:19:46-08:00","end":"2014-12-19T18:34:46-08:00"}}} +{"resourceType":"DocumentReference","id":"53e83fa3-07b1-97f1-34b0-ef5122ae9ad3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b72310b3-b7b7-f22a-ce3d-17c61828194f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2014-12-27T17:19:46.078-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTItMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgZXJyaW4gMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gYW50aWNpcGF0b3J5IGd1aWRhbmNlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"}],"period":{"start":"2014-12-27T17:19:46-08:00","end":"2014-12-27T17:34:46-08:00"}}} +{"resourceType":"DocumentReference","id":"5d7a79a5-95c1-a7f8-4c04-a15598886fcc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:52addf02-7df1-f2e8-cf59-7cc36aa4b827"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2015-08-31T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDgtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNocm9uaWMgbG93IGJhY2sgcGFpbiAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0ClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6f7114d7-25cb-e0d6-91cb-4691f0232908"}],"period":{"start":"2015-08-31T18:19:46-07:00","end":"2015-08-31T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"8076f8e3-a7d2-67e8-e48f-8e42fa9c1d22","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:35ce1750-2fa7-5893-33b2-26213f9d8354"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2015-09-03T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjazsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1vdmVtZW50IHRoZXJhcHkgKHJlZ2ltZS90aGVyYXB5KQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0a434e95-c3c7-0766-39cc-140f304cfe71"}],"period":{"start":"2015-09-03T18:19:46-07:00","end":"2015-09-03T19:13:17-07:00"}}} +{"resourceType":"DocumentReference","id":"97abdc87-ed1b-8a95-b830-16e57e16c740","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:59db7b8a-94c7-c3e3-3dfa-112c1f1da713"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2015-09-06T19:13:17.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjazsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1vdmVtZW50IHRoZXJhcHkgKHJlZ2ltZS90aGVyYXB5KQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b1707a04-450a-8467-eb9d-da8d0ea65bc0"}],"period":{"start":"2015-09-06T19:13:17-07:00","end":"2015-09-06T20:13:15-07:00"}}} +{"resourceType":"DocumentReference","id":"4d4ed9ac-b3fe-fc83-78c5-1700230a09d1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:cd60e36f-755e-f2a8-0f0d-85791462a6a6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2015-09-09T20:13:15.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuYXRhemlhIDI4IGRheSBwYWNrOyBlcnJpbiAyOCBkYXkgcGFjazsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1vdmVtZW50IHRoZXJhcHkgKHJlZ2ltZS90aGVyYXB5KQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7130485f-8e4a-46d9-ab10-afc5212e2fc0"}],"period":{"start":"2015-09-09T20:13:15-07:00","end":"2015-09-09T21:02:14-07:00"}}} +{"resourceType":"DocumentReference","id":"01fc91d7-1324-1f5d-ba67-07c0d0f6b8d2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:159683b3-7818-d9d6-a93c-5f05b4e30d60"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2015-09-19T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGVycmluIDI4IGRheSBwYWNrOyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/759765ae-8f20-d27b-70f3-dc0d860c82b9"}],"period":{"start":"2015-09-19T18:19:46-07:00","end":"2015-09-19T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"95c260cc-1ee9-8a3d-a99b-e2cbcd4b1c5a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4990fa06-cba2-1bb1-b57e-4ff42430bfe1"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2015-09-12T21:02:14.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGVycmluIDI4IGRheSBwYWNrOyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbW92ZW1lbnQgdGhlcmFweSAocmVnaW1lL3RoZXJhcHkpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7dd1f876-b341-2d46-d8ea-9addcdecbd99"}],"period":{"start":"2015-09-12T21:02:14-07:00","end":"2015-09-12T21:53:33-07:00"}}} +{"resourceType":"DocumentReference","id":"55481ad0-ea28-c6a7-db69-bf9dc8c96abb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0c9621c1-c145-9d4e-2104-79b7843a49d9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2015-09-15T21:53:33.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGVycmluIDI4IGRheSBwYWNrOyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbW92ZW1lbnQgdGhlcmFweSAocmVnaW1lL3RoZXJhcHkpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e0d77d18-53fb-fb63-d384-816b3215324a"}],"period":{"start":"2015-09-15T21:53:33-07:00","end":"2015-09-15T22:51:12-07:00"}}} +{"resourceType":"DocumentReference","id":"01a327dc-ddec-a23d-607a-7386a789546e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:52126a7e-dd39-c6fb-9136-0c422bbc3b98"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2015-09-18T22:51:12.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGVycmluIDI4IGRheSBwYWNrOyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggaHlwZXJ0ZW5zaW9uLiAKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Ci0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIGxpZmVzdHlsZSBlZHVjYXRpb24gcmVnYXJkaW5nIGh5cGVydGVuc2lvbgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f23d2a0c-8396-fbd2-e1e3-bce192598c8a"}],"period":{"start":"2015-09-18T22:51:12-07:00","end":"2015-09-18T23:40:17-07:00"}}} +{"resourceType":"DocumentReference","id":"92229e99-3f1a-c7b3-5a67-8f2a7fb470cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8513098c-ed5c-d2df-ec75-939aea0c6878"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2015-09-21T23:40:17.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIG1vdmVtZW50IHRoZXJhcHkgKHJlZ2ltZS90aGVyYXB5KQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/eb20060c-24b3-a988-5509-3dc47ff50431"}],"period":{"start":"2015-09-21T23:40:17-07:00","end":"2015-09-22T00:39:14-07:00"}}} +{"resourceType":"DocumentReference","id":"0bf6c6bd-cb17-7dec-ebf6-5d499030f129","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4f397bb0-2f70-684c-1114-5716de9c61e0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2015-09-25T00:39:14.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHJlY2VpdmVkIGhpZ2hlciBlZHVjYXRpb24gKGZpbmRpbmcpLCB1bmVtcGxveWVkIChmaW5kaW5nKSwgcmVwb3J0cyBvZiB2aW9sZW5jZSBpbiB0aGUgZW52aXJvbm1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"}],"period":{"start":"2015-09-25T00:39:14-07:00","end":"2015-09-25T01:27:27-07:00"}}} +{"resourceType":"DocumentReference","id":"7bac7b07-c40b-4738-1662-39fb1b8411ea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:48e86f69-dba9-ba04-4b5e-14ffc1d3ca31"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2015-09-28T01:27:27.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbW92ZW1lbnQgdGhlcmFweSAocmVnaW1lL3RoZXJhcHkpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/dbeda3a2-a96d-abcc-851b-57cd83b7da78"}],"period":{"start":"2015-09-28T01:27:27-07:00","end":"2015-09-28T02:26:30-07:00"}}} +{"resourceType":"DocumentReference","id":"da74dcaa-c853-bbc2-f02f-6be834ea36ee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6d174469-d9e9-820d-6f9f-2738e0a3bb7f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2015-10-01T02:26:30.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbW92ZW1lbnQgdGhlcmFweSAocmVnaW1lL3RoZXJhcHkpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/28891e43-5bdf-c821-3f4e-7faa867f20c4"}],"period":{"start":"2015-10-01T02:26:30-07:00","end":"2015-10-01T03:17:32-07:00"}}} +{"resourceType":"DocumentReference","id":"a1f49b00-4512-cfcf-8ca5-ca10627241ed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:d55aca33-1f0a-4fe7-fa45-1f755b563997"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2015-10-19T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/07932f7c-cdeb-f5fa-d3b4-b0f494df969e"}],"period":{"start":"2015-10-19T18:19:46-07:00","end":"2015-10-19T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"8c0d2145-44ed-921e-f5fd-33b2c04fae89","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:bd0c781f-5e62-472b-6569-84e1d6176baf"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2015-11-20T07:19:46.078-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTEtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuIAoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/41f2d2a1-48ec-5cc3-380f-3b54c83c1d42"}],"period":{"start":"2015-11-20T07:19:46-08:00","end":"2015-11-20T07:34:46-08:00"}}} +{"resourceType":"DocumentReference","id":"6540f834-5258-62f2-fc85-46e0d624a83e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:16dfe137-4ee4-6a4d-8beb-53ecfde5a352"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2015-12-18T17:19:46.078-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTItMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/208cfec3-2dae-d33e-b16e-ca95a1dbe668"}],"period":{"start":"2015-12-18T17:19:46-08:00","end":"2015-12-18T17:34:46-08:00"}}} +{"resourceType":"DocumentReference","id":"6eedd5ef-7e90-0ab1-19de-eb0383375660","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:774c996e-3ab3-a01c-d671-a31ff559a54e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2016-02-16T17:19:46.078-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDItMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2b8a0fca-3b43-dc1e-543f-081da7f400aa"}],"period":{"start":"2016-02-16T17:19:46-08:00","end":"2016-02-16T17:34:46-08:00"}}} +{"resourceType":"DocumentReference","id":"de82f161-0fec-3d24-25d3-0ca795fb8704","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:cba754f8-adf4-57cb-6636-a314b0950770"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2016-09-24T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHN0cmVzcyAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Ci0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"}],"period":{"start":"2016-09-24T18:19:46-07:00","end":"2016-09-24T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"7b936c4f-e48c-0b84-29ab-5f45a01c0810","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b65e7f31-3c09-972a-8086-291c3b8df4f1"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2016-09-30T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAxOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsZXZvcmEgMC4xNS8zMCAyOCBkYXkgcGFjawo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f339351a-5829-2948-7ce5-fb5049139cd9"}],"period":{"start":"2016-09-30T18:19:46-07:00","end":"2016-09-30T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"511bd1ff-10fb-7e9a-b460-48d580af4ad5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ed5eae03-4bd1-2126-cdc4-a0e258fb2246"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2017-09-30T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaGVwIGIsIGFkdWx0LiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Ci0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/030ab23e-b7b9-5c3f-847f-e029c1790548"}],"period":{"start":"2017-09-30T18:19:46-07:00","end":"2017-09-30T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"41be09d1-0cb2-2aae-d9e0-dbe4eb1fea22","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:80c7e9f0-3ef3-3100-3f03-878b4d4587a1"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2017-09-25T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gdHJpbmVzc2EgMjggZGF5IHBhY2sKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Ci0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/bdb99457-5de2-b0bf-8945-003ed4da4bef"}],"period":{"start":"2017-09-25T18:19:46-07:00","end":"2017-09-25T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"10ac8391-7326-130a-8e75-7bdb6ab96291","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:554a1423-b9df-3d9c-0376-c230fe6949dd"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2018-10-06T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTAtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgdHJpbmVzc2EgMjggZGF5IHBhY2s7IGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIHRkIChhZHVsdCkgcHJlc2VydmF0aXZlIGZyZWUsIGhlcCBiLCBhZHVsdCwgbWVuaW5nb2NvY2NhbCBtY3Y0cC4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Ci0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"}],"period":{"start":"2018-10-06T18:19:46-07:00","end":"2018-10-06T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"b7783b34-6af7-0fc4-ca6e-f2b4d161d48f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5ae8a9f9-7236-620c-1b13-e713778ddead"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2019-10-12T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTAtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgdHJpbmVzc2EgMjggZGF5IHBhY2s7IGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcmVwb3J0cyBvZiB2aW9sZW5jZSBpbiB0aGUgZW52aXJvbm1lbnQgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBoZXAgYiwgYWR1bHQuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Ci0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"}],"period":{"start":"2019-10-12T18:19:46-07:00","end":"2019-10-12T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"2e657026-9b39-3ee2-6642-49b19f309414","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ced3e5cd-66b2-b824-72d5-c2fd69a728e1"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2020-09-14T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDktMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0OyB0cmluZXNzYSAyOCBkYXkgcGFjazsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/eef3a90d-8b0e-a121-3f4f-59e99883b297"}],"period":{"start":"2020-09-14T18:19:46-07:00","end":"2020-09-14T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"d653a5e6-b8bd-0ad1-b7d7-046a0a592540","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:19ba3966-5232-92f9-8b62-57224669715f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2020-10-17T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTAtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0OyB0cmluZXNzYSAyOCBkYXkgcGFjazsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBzdHJlc3MgKGZpbmRpbmcpLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Ci0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"}],"period":{"start":"2020-10-17T18:19:46-07:00","end":"2020-10-17T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"5aceccbd-0c01-e96e-c23b-ce971b404aa8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:456ba57b-2340-1093-0a01-62b910f2fd15"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2021-03-13T17:19:46.078-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0OyB0cmluZXNzYSAyOCBkYXkgcGFjazsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9c3b2f69-0f3f-faaf-706a-3a3727d695c8"}],"period":{"start":"2021-03-13T17:19:46-08:00","end":"2021-03-13T17:34:46-08:00"}}} +{"resourceType":"DocumentReference","id":"d56ce9aa-80b1-6ad9-9a5e-701f7968cc8b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e9cf5bc2-ce7b-695f-435f-a0cb2c5f0a2a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2021-03-27T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDMtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0OyB0cmluZXNzYSAyOCBkYXkgcGFjazsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBzYXJzLWNvdi0yIChjb3ZpZC0xOSkgdmFjY2luZSwgbXJuYSwgc3Bpa2UgcHJvdGVpbiwgbG5wLCBwcmVzZXJ2YXRpdmUgZnJlZSwgMTAwIG1jZy8wLjVtbCBkb3NlLiAK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/12e40b4e-f64c-1e5b-f0df-a662f896da3d"}],"period":{"start":"2021-03-27T18:19:46-07:00","end":"2021-03-27T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"fee3f227-78c1-e773-0601-238eaa1e8780","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:efcf3385-e37a-9941-a6ec-4db84cd58768"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2021-04-24T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDQtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0OyB0cmluZXNzYSAyOCBkYXkgcGFjazsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBzYXJzLWNvdi0yIChjb3ZpZC0xOSkgdmFjY2luZSwgbXJuYSwgc3Bpa2UgcHJvdGVpbiwgbG5wLCBwcmVzZXJ2YXRpdmUgZnJlZSwgMTAwIG1jZy8wLjVtbCBkb3NlLiAK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5263756d-857c-d51e-cb66-56039dce549f"}],"period":{"start":"2021-04-24T18:19:46-07:00","end":"2021-04-24T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"62e4715e-a307-7298-f450-bf0e2ce2fdbf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:be2080e3-b9bc-ae9e-ab64-1eeaf9875224"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2021-10-23T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTAtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0OyB0cmluZXNzYSAyOCBkYXkgcGFjazsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/daa29af4-0b42-47a1-22f0-c67da784af7e"}],"period":{"start":"2021-10-23T18:19:46-07:00","end":"2021-10-23T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"ad431c78-56ce-fb8b-8423-2280acc522d2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:feb68202-b484-030d-690a-00ff7bf45ee0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2021-10-18T07:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTAtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgYWN1dGUgdmlyYWwgcGhhcnluZ2l0aXMgKGRpc29yZGVyKSwgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlciksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgY29tcGxldGVkIHNvbWUgY29sbGVnZSBjb3Vyc2VzLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmF0YXppYSAyOCBkYXkgcGFjazsgbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldDsgZXJyaW4gMjggZGF5IHBhY2s7IGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQ7IGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0OyB0cmluZXNzYSAyOCBkYXkgcGFjazsgbGV2b3JhIDAuMTUvMzAgMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBzaW51c2l0aXMgKGRpc29yZGVyKS4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZHJ1ZyBhYnVzZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAotIGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gY29kZWluZSBwaG9zcGhhdGUgMTUgbWcgb3JhbCB0YWJsZXQKLSBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"}],"period":{"start":"2021-10-18T07:19:46-07:00","end":"2021-10-18T07:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"0f608a15-4ec1-da29-83da-6bf38d0ebe59","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0f47f2f9-0eff-6a7f-b520-e57bb189cf7e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2021-11-06T07:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTEtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgc2ludXNpdGlzIChkaXNvcmRlciksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgdHJpbmVzc2EgMjggZGF5IHBhY2s7IGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBjaHJvbmljIHNpbnVzaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a4ec382e-9f48-009b-098c-f0862087cc3d"}],"period":{"start":"2021-11-06T07:19:46-07:00","end":"2021-11-06T07:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"0da8368b-0c99-12a5-4b8a-3062e4626bdc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f07432aa-35ba-8ab3-3d5a-5c181639c429"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2021-11-13T17:19:46.078-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTEtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgc2ludXNpdGlzIChkaXNvcmRlciksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgdHJpbmVzc2EgMjggZGF5IHBhY2s7IGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gc2NyZWVuaW5nIGZvciBkcnVnIGFidXNlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldAotIGh5ZHJvY2hsb3JvdGhpYXppZGUgMjUgbWcgb3JhbCB0YWJsZXQKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbGlzaW5vcHJpbCAxMCBtZyBvcmFsIHRhYmxldAotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIGFtbG9kaXBpbmUgMi41IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f9acec23-c099-3c47-489b-50e63567222d"}],"period":{"start":"2021-11-13T17:19:46-08:00","end":"2021-11-13T17:34:46-08:00"}}} +{"resourceType":"DocumentReference","id":"2de7f850-a1b8-9295-0def-31b6b92e9497","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:41db9b56-f16d-6bf6-7793-76ac5c5f81d2"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2021-12-25T06:19:46.078-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTItMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgc2ludXNpdGlzIChkaXNvcmRlciksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgdHJpbmVzc2EgMjggZGF5IHBhY2s7IGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/97aea82e-17ad-71ab-b04a-886345feb095"}],"period":{"start":"2021-12-25T06:19:46-08:00","end":"2021-12-25T06:34:46-08:00"}}} +{"resourceType":"DocumentReference","id":"5c84c99f-b04e-8458-4400-e273bb28cbb7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:55e95cf7-975d-d6dd-7a3c-44a52b3341ed"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2022-01-01T17:19:46.078-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDEtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgc2ludXNpdGlzIChkaXNvcmRlciksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgdHJpbmVzc2EgMjggZGF5IHBhY2s7IGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGNvZGVpbmUgcGhvc3BoYXRlIDE1IG1nIG9yYWwgdGFibGV0Ci0gaHlkcm9jaGxvcm90aGlhemlkZSAyNSBtZyBvcmFsIHRhYmxldAotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBsaXNpbm9wcmlsIDEwIG1nIG9yYWwgdGFibGV0Ci0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gYW1sb2RpcGluZSAyLjUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"}],"period":{"start":"2022-01-01T17:19:46-08:00","end":"2022-01-01T17:34:46-08:00"}}} +{"resourceType":"DocumentReference","id":"8763df31-f61a-2f91-275a-29bc7b074bef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:de058e64-7dbb-bf4d-4458-b95482783e6c"}],"status":"current","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"date":"2022-03-29T18:19:46.078-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDMtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClp1bGE3MgogaXMgYSAyNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2Ygbm9ybWFsIHByZWduYW5jeSwgcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZyksIGZldHVzIHdpdGggdW5rbm93biBjb21wbGljYXRpb24sIHJlcG9ydHMgb2YgdmlvbGVuY2UgaW4gdGhlIGVudmlyb25tZW50IChmaW5kaW5nKSwgc2ludXNpdGlzIChkaXNvcmRlciksIGFjdXRlIHZpcmFsIHBoYXJ5bmdpdGlzIChkaXNvcmRlciksIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGNvbXBsZXRlZCBzb21lIGNvbGxlZ2UgY291cnNlcy4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5hdGF6aWEgMjggZGF5IHBhY2s7IGxpc2lub3ByaWwgMTAgbWcgb3JhbCB0YWJsZXQ7IGVycmluIDI4IGRheSBwYWNrOyBoeWRyb2NobG9yb3RoaWF6aWRlIDI1IG1nIG9yYWwgdGFibGV0OyBhbWxvZGlwaW5lIDIuNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBjb2RlaW5lIHBob3NwaGF0ZSAxNSBtZyBvcmFsIHRhYmxldDsgdHJpbmVzc2EgMjggZGF5IHBhY2s7IGxldm9yYSAwLjE1LzMwIDI4IGRheSBwYWNrOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBpbmp1cnkgb2YgdGVuZG9uIG9mIHRoZSByb3RhdG9yIGN1ZmYgb2Ygc2hvdWxkZXIuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHBoeXNpY2FsIHRoZXJhcHkgcHJvY2VkdXJlCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3b7104e7-1bc1-89c1-e758-b79c5517e816"}],"period":{"start":"2022-03-29T18:19:46-07:00","end":"2022-03-29T18:34:46-07:00"}}} +{"resourceType":"DocumentReference","id":"47c09e1e-d494-b499-bcdc-fc3b2a72e268","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:493f7417-b868-6ce2-7127-cc83208d2597"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"1998-07-07T15:59:58.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTgtMDctMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgOSBtb250aC1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBzZWxmLWNhcmUgaW50ZXJ2ZW50aW9ucyAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/64536779-ca60-8864-98a4-0b395b964cc1"}],"period":{"start":"1998-07-07T15:59:58-07:00","end":"1998-07-07T16:14:58-07:00"}}} +{"resourceType":"DocumentReference","id":"b15cc579-dad4-2988-81dd-473e397e03f6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:83b06c71-0afc-3d3d-74db-f6c90b38791e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"1998-07-26T22:59:58.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjE5OTgtMDctMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTAgbW9udGgtb2xkIG5vbi1oaXNwYW5pYyB3aGl0ZSBtYWxlLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbW9sZCAob3JnYW5pc20pLCBob3VzZSBkdXN0IG1pdGUgKG9yZ2FuaXNtKSwgYW5pbWFsIGRhbmRlciAoc3Vic3RhbmNlKSwgdHJlZSBwb2xsZW4gKHN1YnN0YW5jZSksIHBlYW51dCAoc3Vic3RhbmNlKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGxvcmF0YWRpbmUgNSBtZyBjaGV3YWJsZSB0YWJsZXQKLSBuZGEwMjA4MDAgMC4zIG1sIGVwaW5lcGhyaW5lIDEgbWcvbWwgYXV0by1pbmplY3Rvcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a1c8d3ce-e9ce-d2da-177c-690ca8f6aad6"}],"period":{"start":"1998-07-26T22:59:58-07:00","end":"1998-07-26T23:35:27-07:00"}}} +{"resourceType":"DocumentReference","id":"a1c79837-de5e-29f3-5f46-52106f501a33","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f0d88b77-da7e-234f-b8a9-591aaf2c83d7"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2000-08-03T18:59:58.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDAtMDgtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYXRvcGljIGRlcm1hdGl0aXMuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHNraW4gY29uZGl0aW9uIGNhcmUK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c065043f-411c-b064-0568-b61f24d97707"}],"period":{"start":"2000-08-03T18:59:58-07:00","end":"2000-08-03T19:14:58-07:00"}}} +{"resourceType":"DocumentReference","id":"965e9c0d-8857-d7da-590d-132201257769","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9498237a-76e8-2b67-93f3-8a459126f3f7"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2001-11-20T17:59:58.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDEtMTEtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHNlYXNvbmFsIGFsbGVyZ2ljIHJoaW5pdGlzLiAKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c0c08374-71aa-9ee3-287d-673fcb08377c"}],"period":{"start":"2001-11-20T17:59:58-08:00","end":"2001-11-20T18:14:58-08:00"}}} +{"resourceType":"DocumentReference","id":"c0eb54a3-41aa-8e69-249a-47ad7fb826ff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:db24e8e1-678d-f7fa-1ca3-7584ca1e12c9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2001-12-24T17:59:58.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDEtMTItMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIHNlYXNvbmFsIGFsbGVyZ2ljIHJoaW5pdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggY2hpbGRob29kIGFzdGhtYS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gYXN0aG1hIHNlbGYgbWFuYWdlbWVudAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7234708f-a452-1fa2-1cc3-bc83fa54e812"}],"period":{"start":"2001-12-24T17:59:58-08:00","end":"2001-12-24T18:14:58-08:00"}}} +{"resourceType":"DocumentReference","id":"d38c2c56-f53f-b957-fdc3-ab90967a7a82","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a41356ef-8f41-b447-3c1d-ebcce4c9bb4e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2010-09-13T18:59:58.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDktMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcywgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gYWxsZXJnaWMgZGlzb3JkZXIgbW9uaXRvcmluZwo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/74eba0a6-29b5-86b5-3417-3aa97c30646a"}],"period":{"start":"2010-09-13T18:59:58-07:00","end":"2010-09-13T19:26:02-07:00"}}} +{"resourceType":"DocumentReference","id":"4095968a-11ef-480c-5aa7-516f658fe870","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:066770e6-57f6-cff3-59ad-cf8e0800e306"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2011-10-10T18:59:58.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMTAtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcywgY2hpbGRob29kIGFzdGhtYS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/35725d7e-d420-97b9-7441-885b0e481029"}],"period":{"start":"2011-10-10T18:59:58-07:00","end":"2011-10-10T19:14:58-07:00"}}} +{"resourceType":"DocumentReference","id":"0b1c4490-ec61-b30d-17c7-b43092c1fe46","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:add7a5ef-5f8d-20ae-6662-a0f8f28cab0c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2012-06-07T11:07:29.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDYtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/019682f7-c219-29f9-e351-048a83896bc6"}],"period":{"start":"2012-06-07T11:07:29-07:00","end":"2012-06-07T11:31:42-07:00"}}} +{"resourceType":"DocumentReference","id":"616590bb-d9ca-3781-2ed9-c5d7e2e8ece3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f865f1af-ee7e-b1d7-21ed-4db7de720923"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2012-07-04T11:31:42.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDctMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b652df5e-3591-bbe6-3259-dc0cd27f2493"}],"period":{"start":"2012-07-04T11:31:42-07:00","end":"2012-07-04T12:04:52-07:00"}}} +{"resourceType":"DocumentReference","id":"ea26f84b-50b5-b339-ea16-54b91989c2e3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e70f4441-09ec-240e-0211-438a862d2807"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2012-07-29T12:04:52.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDctMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b65c0328-3d4c-8918-5bdd-c008dd0fbe3a"}],"period":{"start":"2012-07-29T12:04:52-07:00","end":"2012-07-29T12:29:12-07:00"}}} +{"resourceType":"DocumentReference","id":"a69cbd3f-c48a-e376-922c-8b8b8dc0bd72","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b79a4e3d-cd83-a829-4e57-0e540f6c5fc9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2012-08-19T12:29:12.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ead69547-44b9-1c28-0c0e-8cd586390a2f"}],"period":{"start":"2012-08-19T12:29:12-07:00","end":"2012-08-19T12:47:39-07:00"}}} +{"resourceType":"DocumentReference","id":"e33513df-db4d-c470-e43e-9aefa91e73d3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3ad2d647-4395-66b0-dfb9-699c4779a94b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2012-09-10T12:47:39.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDktMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/fb72262d-63e9-04e2-e4b7-0df15721043b"}],"period":{"start":"2012-09-10T12:47:39-07:00","end":"2012-09-10T13:28:23-07:00"}}} +{"resourceType":"DocumentReference","id":"5bf5e038-0732-40d1-0903-72e56facd2dc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:76f69e81-f5a2-3760-1046-620d50eee1c6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2012-10-04T13:28:23.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTAtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6824e554-4b8d-1fc8-704f-6f77fec325f9"}],"period":{"start":"2012-10-04T13:28:23-07:00","end":"2012-10-04T13:51:52-07:00"}}} +{"resourceType":"DocumentReference","id":"6f0ff10d-543d-ebd8-5f26-c34690a6a083","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2ebbf067-18a9-32c0-1b3f-0cb07b0ff276"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2012-10-15T18:59:58.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTAtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSBuaW5lIGl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"}],"period":{"start":"2012-10-15T18:59:58-07:00","end":"2012-10-15T19:14:58-07:00"}}} +{"resourceType":"DocumentReference","id":"b7f6a30d-e4db-f7f3-5f85-5bde71789d89","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:87d8b038-4d2a-a5ba-23f3-cc9296e79e04"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2012-10-25T13:51:52.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTAtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/50d9f9f9-77b5-835b-967a-659f296313de"}],"period":{"start":"2012-10-25T13:51:52-07:00","end":"2012-10-25T14:36:27-07:00"}}} +{"resourceType":"DocumentReference","id":"44e0701d-c675-da5f-7bac-804571c467c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:63a8f2eb-3a1b-decd-9a04-fe1f50a72410"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2012-11-20T13:36:27.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTEtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0b89a852-fe35-66a0-5ae5-20f6b9d8bf11"}],"period":{"start":"2012-11-20T13:36:27-08:00","end":"2012-11-20T14:13:04-08:00"}}} +{"resourceType":"DocumentReference","id":"3de81680-2f14-b404-a5a7-5f3fa462b58a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c396acfc-4b08-53ce-9b28-3484661c6fd0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2012-12-11T14:13:04.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMTItMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4c2b4a76-18b8-0494-84f9-15be640ebb07"}],"period":{"start":"2012-12-11T14:13:04-08:00","end":"2012-12-11T14:33:25-08:00"}}} +{"resourceType":"DocumentReference","id":"9d9ad622-5c60-8134-0668-76ec13493724","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e1685442-af1c-31b1-3aa2-2ed93f1b780a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2013-01-07T14:33:25.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDEtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2a53ac2c-9d6d-5b11-fc77-cc1edc12940c"}],"period":{"start":"2013-01-07T14:33:25-08:00","end":"2013-01-07T15:29:35-08:00"}}} +{"resourceType":"DocumentReference","id":"4c0c3c55-67e8-09d6-c77d-eb68658ae49e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a40c5dba-abf5-9fbf-1e96-b9f7db7f27f8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2013-02-01T15:29:35.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDItMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c7e9e7e8-7168-3bc0-e977-75874cc1005f"}],"period":{"start":"2013-02-01T15:29:35-08:00","end":"2013-02-01T16:08:50-08:00"}}} +{"resourceType":"DocumentReference","id":"8fe62d4e-957d-ece2-a304-6c57f5f4b535","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c9e3af04-2350-1312-5100-3dfea7b19ecb"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2013-02-25T16:08:50.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDItMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/aa4b283a-feb0-afa4-399c-4a28cd33afb2"}],"period":{"start":"2013-02-25T16:08:50-08:00","end":"2013-02-25T16:38:07-08:00"}}} +{"resourceType":"DocumentReference","id":"9241fda9-0591-7be7-02b1-aa65c212a6db","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c2641fdf-9f8e-721c-6c65-dbd156b7bf24"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2013-03-18T17:38:07.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDMtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7a14795c-516b-2a8f-bc0e-767c2dd86aac"}],"period":{"start":"2013-03-18T17:38:07-07:00","end":"2013-03-18T17:54:57-07:00"}}} +{"resourceType":"DocumentReference","id":"ac409bdf-b641-6687-54dc-5cbde58b15b3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0aa90bb6-c202-081f-c8d6-1a9532ce0e9b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2013-04-12T17:54:57.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDQtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3868aaa7-7132-8ea9-45f2-98ba727f8267"}],"period":{"start":"2013-04-12T17:54:57-07:00","end":"2013-04-12T18:35:47-07:00"}}} +{"resourceType":"DocumentReference","id":"3797c9d5-3326-35f8-aaa7-d68fecfe6397","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3ec7f314-8f0c-48b5-75ec-2532f8e4e53b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2013-05-07T18:35:47.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDUtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cec8401c-4502-ffee-b16a-ce61c9ef8ff4"}],"period":{"start":"2013-05-07T18:35:47-07:00","end":"2013-05-07T19:28:02-07:00"}}} +{"resourceType":"DocumentReference","id":"b58a664f-0112-9882-f6b9-2c8fdad8ef94","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:07ff2d29-6d79-6347-4ee5-97dc6e89ed02"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2013-06-02T19:28:02.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDYtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4cd173dd-c153-87ae-4166-51b4c6cc83d5"}],"period":{"start":"2013-06-02T19:28:02-07:00","end":"2013-06-02T20:06:08-07:00"}}} +{"resourceType":"DocumentReference","id":"5201c675-b847-7d06-601b-ea773fc55d6a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9e14a946-bfb1-a698-4e0e-dd80750cf163"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2013-06-26T20:06:08.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDYtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2d7e47b4-493c-880d-04c5-a73a08e00580"}],"period":{"start":"2013-06-26T20:06:08-07:00","end":"2013-06-26T21:00:56-07:00"}}} +{"resourceType":"DocumentReference","id":"12be1f56-dcd9-fe73-113c-588147ad2d0f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b87ac063-c69f-b439-750c-1d5867edfec5"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2013-07-19T21:00:56.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDctMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9bb6a689-0cc8-ff83-3b99-5b3c691122e1"}],"period":{"start":"2013-07-19T21:00:56-07:00","end":"2013-07-19T21:43:54-07:00"}}} +{"resourceType":"DocumentReference","id":"64d3ff64-da49-1f50-b71d-50ee1375a22b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8a11169e-ff69-8414-27c4-b85c17e2d203"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2013-08-13T21:43:54.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDgtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e44c95ec-c7d0-9c5b-8181-4f4815994fd6"}],"period":{"start":"2013-08-13T21:43:54-07:00","end":"2013-08-13T22:40:16-07:00"}}} +{"resourceType":"DocumentReference","id":"34ecd7f4-1481-5537-892f-a58426e6fb9b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b8978cb4-665a-37e4-b7f7-56caaf0197ed"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2013-09-08T22:40:16.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDktMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/11b87793-95f8-a036-9872-97b1df44b5b2"}],"period":{"start":"2013-09-08T22:40:16-07:00","end":"2013-09-08T23:29:25-07:00"}}} +{"resourceType":"DocumentReference","id":"92f3fc08-0a0b-ce68-82f4-93b4d3cd80d5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:228d13c4-fd71-2626-bbc9-38ad5994c283"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2004-03-15T08:16:17.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMDMtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNiBtb250aC1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEh1bWFuYS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKTm8gQWN0aXZlIE1lZGljYXRpb25zLgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGF0b3BpYyBkZXJtYXRpdGlzLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBza2luIGNvbmRpdGlvbiBjYXJlCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/bb237230-d056-075b-cfc4-0c34ebb9d39d"}],"period":{"start":"2004-03-15T08:16:17-08:00","end":"2004-03-15T08:31:17-08:00"}}} +{"resourceType":"DocumentReference","id":"2da4c34d-7cd9-ded2-6e2c-6fad0188928a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8da269a2-c9d7-726b-eb4b-be52f470cb0a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2004-04-03T14:16:17.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDQtMDQtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNyBtb250aC1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwpObyBBY3RpdmUgTWVkaWNhdGlvbnMuCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggbGF0ZXggKHN1YnN0YW5jZSksIGJlZSB2ZW5vbSAoc3Vic3RhbmNlKSwgbW9sZCAob3JnYW5pc20pLCBob3VzZSBkdXN0IG1pdGUgKG9yZ2FuaXNtKSwgYW5pbWFsIGRhbmRlciAoc3Vic3RhbmNlKSwgdHJlZSBwb2xsZW4gKHN1YnN0YW5jZSksIGxpc2lub3ByaWwsIGZpc2ggKHN1YnN0YW5jZSkuIAoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBsb3JhdGFkaW5lIDUgbWcgY2hld2FibGUgdGFibGV0Ci0gbmRhMDIwODAwIDAuMyBtbCBlcGluZXBocmluZSAxIG1nL21sIGF1dG8taW5qZWN0b3IKVGhlIHBhdGllbnQgd2FzIHBsYWNlZCBvbiBhIGNhcmVwbGFuOgotIHNlbGYtY2FyZSBpbnRlcnZlbnRpb25zIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/eb09f17f-675d-d24c-4dbd-027c317bb6a6"}],"period":{"start":"2004-04-03T14:16:17-08:00","end":"2004-04-03T14:43:34-08:00"}}} +{"resourceType":"DocumentReference","id":"961e6115-45b5-d5a4-9eed-b7304b149f26","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:71798510-4a30-befd-e955-dd770558d9ae"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2006-11-14T08:16:17.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDYtMTEtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCk5vIEFjdGl2ZSBNZWRpY2F0aW9ucy4KCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBjaGlsZGhvb2QgYXN0aG1hLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgpUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gYXN0aG1hIHNlbGYgbWFuYWdlbWVudAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c9e499ab-83ef-bd4f-a197-82ef7786e85d"}],"period":{"start":"2006-11-14T08:16:17-08:00","end":"2006-11-14T08:31:17-08:00"}}} +{"resourceType":"DocumentReference","id":"a5762e81-feb4-c61e-11c5-291d3319232d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:90302816-cd4c-9a9b-ab4f-16cf8d7e4711"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2007-02-01T08:16:17.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDctMDItMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/482c851c-3c26-a190-32b3-9464c8b18786"}],"period":{"start":"2007-02-01T08:16:17-08:00","end":"2007-02-01T08:31:17-08:00"}}} +{"resourceType":"DocumentReference","id":"22e84c31-af8d-2f8a-7f1c-3999e3cdedf2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3237ee41-0000-2b5f-050f-b6d7ce612d34"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2007-08-02T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDctMDgtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1e8b3132-180b-e90f-a7a3-77079103d985"}],"period":{"start":"2007-08-02T09:16:17-07:00","end":"2007-08-02T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"14e1f1a1-ebd7-7090-fb9f-1b6561abe860","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:526e6faf-9a2b-474f-a8c9-e425dafc1e60"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2008-08-07T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMDgtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNCB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBVbml0ZWRIZWFsdGhjYXJlLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/170fbdc0-f3f9-2282-5257-c012501aa402"}],"period":{"start":"2008-08-07T09:16:17-07:00","end":"2008-08-07T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"510096be-c5cb-e456-2e71-150a196bfaf1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2f294187-fa9a-beba-17bc-85a93ddefcc4"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2013-10-02T23:29:25.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/142b5ad3-99b9-9387-1f69-e91043cbd2bd"}],"period":{"start":"2013-10-02T23:29:25-07:00","end":"2013-10-03T00:21:33-07:00"}}} +{"resourceType":"DocumentReference","id":"3f560677-2643-78c9-1b48-aa9db037c606","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:291d16e3-01d3-d0ef-4138-d14b07999beb"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2008-10-16T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMTAtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e33e5b39-a241-c46c-63aa-395289822e8c"}],"period":{"start":"2008-10-16T09:16:17-07:00","end":"2008-10-16T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"26a6ccaf-0e97-0ce8-8ea8-56045be39b87","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1e1d48df-73e5-4c90-4d90-497d2df0a682"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2008-12-08T08:16:17.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDgtMTItMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHBlcmVubmlhbCBhbGxlcmdpYyByaGluaXRpcyB3aXRoIHNlYXNvbmFsIHZhcmlhdGlvbi4gCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/903d64fe-d8d4-671e-febd-aba5bff18d8f"}],"period":{"start":"2008-12-08T08:16:17-08:00","end":"2008-12-08T08:31:17-08:00"}}} +{"resourceType":"DocumentReference","id":"fcf379af-c254-83a9-3a7b-389f80752a53","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:82c55abe-da3e-1c0c-b795-6c662392f211"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2009-08-13T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMDktMDgtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a1c2119a-74bc-f30f-d03f-ea819dfea988"}],"period":{"start":"2009-08-13T09:16:17-07:00","end":"2009-08-13T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"fdb2d9fc-ba4d-85b3-1f9b-ccec0eff0140","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a939bbc6-1001-b3d4-cf9c-99986da1595e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2013-10-21T18:59:58.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCBtZW5pbmdvY29jY2FsIG1jdjRwLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"}],"period":{"start":"2013-10-21T18:59:58-07:00","end":"2013-10-21T19:14:58-07:00"}}} +{"resourceType":"DocumentReference","id":"e30d18cf-d7f1-b24e-c52e-f8613e6ce54f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:467d81e8-d377-8703-59d0-184684a2aada"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2013-10-26T01:59:58.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgbmluZSBpdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gaGVhbHRoIHJpc2tzIGVkdWNhdGlvbiAocHJvY2VkdXJlKQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/200cabda-dd43-f9f7-700e-a52b2061c59c"}],"period":{"start":"2013-10-26T01:59:58-07:00","end":"2013-10-26T02:14:58-07:00"}}} +{"resourceType":"DocumentReference","id":"8f9e4f10-91f4-ff32-dbe9-488137615d25","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ef878e7a-a820-3dc7-ebce-ae081391784b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2013-10-29T00:21:33.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTAtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c7601416-e2d1-f5c4-df67-d51319eb2d3d"}],"period":{"start":"2013-10-29T00:21:33-07:00","end":"2013-10-29T00:52:20-07:00"}}} +{"resourceType":"DocumentReference","id":"d12a11b4-b9e9-14b9-4a46-b6c6e646c985","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6bc7ccce-1246-6455-5d65-621f12e18400"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2010-08-19T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTAtMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNiB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBIdW1hbmEuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0beef8a4-3aa0-9b15-0ae0-6d76d14e0650"}],"period":{"start":"2010-08-19T09:16:17-07:00","end":"2010-08-19T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"1cce7530-92c7-8174-3cef-ac27f0814c40","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0174d6ca-c038-891f-7497-e67f6696ebd1"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2013-11-22T23:52:20.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTEtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d75c655b-8335-3f23-b41c-2fcf47ac7372"}],"period":{"start":"2013-11-22T23:52:20-08:00","end":"2013-11-23T00:13:03-08:00"}}} +{"resourceType":"DocumentReference","id":"050f1d43-34a5-0fd8-6d88-2d2e10d066e7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:dd540a52-85fa-3c37-16ae-2a97b8354770"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2013-12-17T00:13:03.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMTItMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ce9e5b41-e67d-b4bb-7f26-b089389affb1"}],"period":{"start":"2013-12-17T00:13:03-08:00","end":"2013-12-17T00:33:51-08:00"}}} +{"resourceType":"DocumentReference","id":"41c7a06e-69dd-d73f-e46f-04ecc5f213c0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:08dd4534-b06e-64eb-d387-7c8c7160e606"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2011-07-07T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDctMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1d917379-fb22-d238-848e-2b4ef596f38b"}],"period":{"start":"2011-07-07T09:16:17-07:00","end":"2011-07-07T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"97f09c0d-124c-7d15-f919-50af1ee23edb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:596a0833-ba47-ee17-d4ac-425be016d68c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2014-01-11T00:33:51.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDEtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a6f60ebb-2d3a-04da-06ff-1f3c445f5042"}],"period":{"start":"2014-01-11T00:33:51-08:00","end":"2014-01-11T01:25:33-08:00"}}} +{"resourceType":"DocumentReference","id":"f68ce198-3383-d91d-4294-070fa36ffd4c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ba9d8de6-7669-8311-a986-8d3656d1bf6d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2011-08-25T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTEtMDgtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgNyB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBCbHVlIENyb3NzIEJsdWUgU2hpZWxkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f6aa5838-a4ae-c796-9fab-89c674866451"}],"period":{"start":"2011-08-25T09:16:17-07:00","end":"2011-08-25T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"885ba618-b9d7-7a55-5786-8b2ef9c02b73","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c7835b11-3090-d4fc-ca05-76f6134b38dc"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2014-02-07T01:25:33.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDItMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5049e7c1-9a26-1a81-51d9-d486df0ed141"}],"period":{"start":"2014-02-07T01:25:33-08:00","end":"2014-02-07T01:44:02-08:00"}}} +{"resourceType":"DocumentReference","id":"30299d35-bc34-96b7-a9af-0a10c5ee1519","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:878aae93-b871-cdd7-3b52-c433d19e75ed"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2014-02-28T01:44:02.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDItMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5f19e2d0-e280-b4e4-6a36-3b2db432001f"}],"period":{"start":"2014-02-28T01:44:02-08:00","end":"2014-02-28T01:59:12-08:00"}}} +{"resourceType":"DocumentReference","id":"8a836df6-b48c-8ecf-2efd-8d1fbb1310ca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:909cd4e8-8a2c-b3cd-a7c0-1a0adbf6e09f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2014-03-23T02:59:12.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDMtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/af9e666b-27fd-4eec-8adb-61986e075f1e"}],"period":{"start":"2014-03-23T02:59:12-07:00","end":"2014-03-23T03:30:07-07:00"}}} +{"resourceType":"DocumentReference","id":"f48cfd30-47a0-ec23-0dff-50096403cb98","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b3c05c3f-7124-07b6-622f-ae114597caa5"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2014-04-13T03:30:07.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDQtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d9e8a892-17c0-56b7-1418-9b51152138d7"}],"period":{"start":"2014-04-13T03:30:07-07:00","end":"2014-04-13T03:46:34-07:00"}}} +{"resourceType":"DocumentReference","id":"92a6a88b-d335-bc6b-5941-412e86ebfd2b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:15e32c89-06a7-282e-af6b-c0b013f3aace"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2012-08-30T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTItMDgtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgOSB5ZWFyLW9sZCBub24taGlzcGFuaWMgd2hpdGUgZmVtYWxlLiBQYXRpZW50IGhhcyBhIGhpc3Rvcnkgb2YgYXRvcGljIGRlcm1hdGl0aXMuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ace72354-fe80-c75d-af02-9b4d40e8f924"}],"period":{"start":"2012-08-30T09:16:17-07:00","end":"2012-08-30T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"0c23257e-5e71-f4ae-2c38-03dbf82cc629","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9fa6b44c-7ec8-e7a1-b6e9-5d01f3670807"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2014-05-10T03:46:34.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDUtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4faaa44e-9113-b515-a260-32884dbc33b6"}],"period":{"start":"2014-05-10T03:46:34-07:00","end":"2014-05-10T04:15:50-07:00"}}} +{"resourceType":"DocumentReference","id":"11437360-bd51-f766-319e-9518fe46ae28","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:be61cb42-d359-185b-2b4f-0c67754a4389"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2013-09-05T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTMtMDktMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTAgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgVW5pdGVkSGVhbHRoY2FyZS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/af4a6973-4599-eefa-e568-7a6398d60e3b"}],"period":{"start":"2013-09-05T09:16:17-07:00","end":"2013-09-05T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"a4b244be-9ab9-ea5e-0ba8-d88fc29a6037","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c91ce3c7-97a9-564d-b8ec-1c3dd59342a2"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2014-06-05T04:15:50.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDYtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d08c9f2f-15c1-a50a-2c92-298fc96cb57a"}],"period":{"start":"2014-06-05T04:15:50-07:00","end":"2014-06-05T04:52:27-07:00"}}} +{"resourceType":"DocumentReference","id":"c26b5994-370b-9a98-f6c0-967f101cb410","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5011cded-ab8c-d2b0-8037-7b47d9391da4"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2014-06-27T04:52:27.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDYtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/8e363ec2-1d43-db51-368d-0c600d0116b7"}],"period":{"start":"2014-06-27T04:52:27-07:00","end":"2014-06-27T05:48:40-07:00"}}} +{"resourceType":"DocumentReference","id":"dc5db0e4-2fa2-3db1-2daa-c7e3db454216","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c5580800-e0cd-3f71-e8a3-3546f8e52912"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2014-07-24T05:48:40.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDctMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/dd712e1d-3334-fdd5-e2da-d2152bb6a656"}],"period":{"start":"2014-07-24T05:48:40-07:00","end":"2014-07-24T06:16:39-07:00"}}} +{"resourceType":"DocumentReference","id":"4e3b2358-b430-a675-4a33-f262623c6c3e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:59893ec3-6a5a-1a70-bf1a-d285f410a544"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2014-08-19T06:16:39.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ae0b5356-90b2-6b38-048f-ce6d521f7d12"}],"period":{"start":"2014-08-19T06:16:39-07:00","end":"2014-08-19T06:52:34-07:00"}}} +{"resourceType":"DocumentReference","id":"e2cce2e2-7e3d-c1a2-a9b8-e07dffacc192","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:79b12bfe-2714-043b-c153-59f60ef71666"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2014-09-09T06:52:34.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDktMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/375e950c-9f9c-524e-40b1-b34bec5720fa"}],"period":{"start":"2014-09-09T06:52:34-07:00","end":"2014-09-09T07:16:40-07:00"}}} +{"resourceType":"DocumentReference","id":"84274303-906e-3367-98a9-b4bc5eea2419","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f144f95f-898f-82f3-7eac-0ed60d592bfb"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2014-10-06T07:16:40.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTAtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFsbGVyZ3kgc2NyZWVuaW5nIHRlc3QK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"}],"period":{"start":"2014-10-06T07:16:40-07:00","end":"2014-10-06T07:54:34-07:00"}}} +{"resourceType":"DocumentReference","id":"da5d4eb8-65f3-c0da-473e-a5f654c9789b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ad4e6da3-51be-b4a2-fe33-7a0a4d9ece3f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2014-09-11T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMDktMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTEgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogdGRhcCwgaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIGhwdiwgcXVhZHJpdmFsZW50LCBtZW5pbmdvY29jY2FsIG1jdjRwLiAKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"}],"period":{"start":"2014-09-11T09:16:17-07:00","end":"2014-09-11T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"444f7ad0-cbe5-5885-360e-67a9d8ebda12","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:96c70d93-7c8b-6091-9d72-2b107ed4ff63"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2015-09-17T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTIgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaHB2LCBxdWFkcml2YWxlbnQuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBjYXIsIHJlbGF4LCBhbG9uZSwgZm9yZ2V0LCBmcmllbmRzLCB0cm91YmxlIHNjcmVlbmluZyB0ZXN0IChwcm9jZWR1cmUpCi0gYW50aWNpcGF0b3J5IGd1aWRhbmNlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"}],"period":{"start":"2015-09-17T09:16:17-07:00","end":"2015-09-17T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"de1d3fe4-e701-4995-6586-faf802d25939","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:828dfef7-3f42-6e59-1881-0b7b4534dd2f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2015-09-29T17:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMDktMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTIgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e3b6ca43-239a-7aad-2607-0c3a5bdcaf46"}],"period":{"start":"2015-09-29T17:16:17-07:00","end":"2015-09-29T18:16:17-07:00"}}} +{"resourceType":"DocumentReference","id":"4f209ecf-9a2a-2ee3-a396-887eb05bab39","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:bd175249-317a-a96c-9712-8365ac1a320a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2014-10-27T18:59:58.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTQtMTAtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGJvZHkgbWFzcyBpbmRleCAzMCsgLSBvYmVzaXR5IChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgY2FyLCByZWxheCwgYWxvbmUsIGZvcmdldCwgZnJpZW5kcywgdHJvdWJsZSBzY3JlZW5pbmcgdGVzdCAocHJvY2VkdXJlKQotIGFudGljaXBhdG9yeSBndWlkYW5jZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"}],"period":{"start":"2014-10-27T18:59:58-07:00","end":"2014-10-27T19:14:58-07:00"}}} +{"resourceType":"DocumentReference","id":"afbf2ae5-4979-398a-0306-a57e4886ca72","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:fd384088-bf72-218b-7d20-7288c53ca596"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2015-10-01T13:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTIgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgSHVtYW5hLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/4370297a-cba4-bb69-1fbc-1a9ed2755503"}],"period":{"start":"2015-10-01T13:16:17-07:00","end":"2015-10-01T13:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"228a9033-bb07-bb18-165e-542aa76e5a66","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6dd69547-0d53-9936-8832-8ee507734440"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2016-09-01T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYWxsZXJneSBzY3JlZW5pbmcgdGVzdApUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gYWxsZXJnaWMgZGlzb3JkZXIgbW9uaXRvcmluZwo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"}],"period":{"start":"2016-09-01T09:16:17-07:00","end":"2016-09-01T09:41:48-07:00"}}} +{"resourceType":"DocumentReference","id":"13b36aed-088c-c345-acbd-df88fe2b3fa0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:053ccbb7-89fb-5a43-ea83-ab3df4ef382e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2015-10-14T18:59:58.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGNocm9uaWMgbmVjayBwYWluIChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0ClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/32cb9192-7451-33e3-786d-10659e5d5d84"}],"period":{"start":"2015-10-14T18:59:58-07:00","end":"2015-10-14T19:14:58-07:00"}}} +{"resourceType":"DocumentReference","id":"2b47b334-d569-ba4c-397d-ca9efa9b4c00","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1d3a4414-91f9-1b10-f156-babc8d0d73e6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2015-10-17T18:59:58.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9deedb73-444c-c464-f671-d30ffef0745f"}],"period":{"start":"2015-10-17T18:59:58-07:00","end":"2015-10-17T19:55:13-07:00"}}} +{"resourceType":"DocumentReference","id":"430be50c-262e-a172-223a-f30752f80253","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2ab58c3c-21ed-84b2-34db-424aa829c9a1"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2015-10-20T19:55:13.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMjAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/553f276e-c828-5f65-c0e2-87031e775bc6"}],"period":{"start":"2015-10-20T19:55:13-07:00","end":"2015-10-20T20:54:23-07:00"}}} +{"resourceType":"DocumentReference","id":"8ce6d33f-eee1-d69c-cbc1-b2fae0627af0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1ffb50d8-d69c-3807-3170-07f4afbaf715"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2016-09-22T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUsIGhwdiwgcXVhZHJpdmFsZW50LiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6a41ed1a-843a-c0ef-fb18-d2620dec81fa"}],"period":{"start":"2016-09-22T09:16:17-07:00","end":"2016-09-22T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"1d9fbb60-d905-2caf-0cce-705249862836","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:64949e3f-654f-d4c3-b9ee-8ad2a42f1fb6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2016-09-25T13:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b23e3d6f-f012-f166-c17a-36202a2aaf1e"}],"period":{"start":"2016-09-25T13:16:17-07:00","end":"2016-09-25T14:16:17-07:00"}}} +{"resourceType":"DocumentReference","id":"45f45144-ea87-c0f4-78a1-3d22c029e8b6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:33f3cc09-0f3c-d76d-9363-ab2bb189994e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2015-10-23T20:54:23.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b5995f30-1c2b-f715-3699-f1362e0c393b"}],"period":{"start":"2015-10-23T20:54:23-07:00","end":"2015-10-23T21:47:06-07:00"}}} +{"resourceType":"DocumentReference","id":"1b94efc8-fb42-9da4-d801-67ff64bd20a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:839a1e1b-8320-9849-773f-913bc6a8d841"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2015-11-02T17:59:58.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTEtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9eb387d6-a10b-ccf0-b47a-0309cef13be4"}],"period":{"start":"2015-11-02T17:59:58-08:00","end":"2015-11-02T18:14:58-08:00"}}} +{"resourceType":"DocumentReference","id":"0cc301d9-5b8b-d9f3-7aa2-bdfca6cb996d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4980f396-f87e-b3d3-0958-4842cc88a809"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2016-09-27T11:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggcmlzayBhY3Rpdml0eSBpbnZvbHZlbWVudCAoZmluZGluZykuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSBuaW5lIGl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGNhciwgcmVsYXgsIGFsb25lLCBmb3JnZXQsIGZyaWVuZHMsIHRyb3VibGUgc2NyZWVuaW5nIHRlc3QgKHByb2NlZHVyZSkKLSBoZWFsdGggcmlza3MgZWR1Y2F0aW9uIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/37b4463f-0b42-9f84-9f42-87d461a5308f"}],"period":{"start":"2016-09-27T11:16:17-07:00","end":"2016-09-27T11:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"d047fcda-342a-ffc9-2514-7bac917633b4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4af58188-ee8f-6a27-c530-45564ea4760d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2016-09-23T09:41:48.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMDktMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e09c7f2e-2a2a-9898-6ac1-58b2ce4dc1ed"}],"period":{"start":"2016-09-23T09:41:48-07:00","end":"2016-09-23T09:59:44-07:00"}}} +{"resourceType":"DocumentReference","id":"3c5f85b6-886c-61af-d649-a49c3d2e03d6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:213b1b5f-e769-70be-395f-98181cc5727e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2015-10-26T21:47:06.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/93323eae-1dfc-75d8-b7d7-212e839753f8"}],"period":{"start":"2015-10-26T21:47:06-07:00","end":"2015-10-26T22:42:52-07:00"}}} +{"resourceType":"DocumentReference","id":"c1c46680-8fb1-ef08-49e2-4843dd87cd56","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:11e60698-bb3b-da2d-0231-e2b6fc495abe"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2016-10-15T09:59:44.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTAtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/af143cff-17bf-6ae4-9b10-a6cb7a6c149f"}],"period":{"start":"2016-10-15T09:59:44-07:00","end":"2016-10-15T10:39:21-07:00"}}} +{"resourceType":"DocumentReference","id":"125d89ba-13d7-54e2-7d9a-2e2ed4cf4968","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6b99b074-b4d1-db75-64ce-f7fc9ad097f8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2015-10-29T22:42:52.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTAtMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/644c8649-67ed-8011-f98c-b66c27fc29ce"}],"period":{"start":"2015-10-29T22:42:52-07:00","end":"2015-10-29T23:32:26-07:00"}}} +{"resourceType":"DocumentReference","id":"d118718e-ee52-9945-2f0d-bd1bdc23e654","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9b535cdc-c97c-f23a-9809-aff56ef84906"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2016-11-10T09:39:21.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTEtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d832411c-34f2-9a0e-929e-24b32ee406ff"}],"period":{"start":"2016-11-10T09:39:21-08:00","end":"2016-11-10T10:04:48-08:00"}}} +{"resourceType":"DocumentReference","id":"12e8e6c9-87f2-81f0-64c8-d4166503c651","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:55ea41a0-e787-507e-0f7a-578baca8161a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2016-12-03T10:04:48.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTItMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ee4bbe06-fbef-636c-9258-973c198b1c05"}],"period":{"start":"2016-12-03T10:04:48-08:00","end":"2016-12-03T10:58:36-08:00"}}} +{"resourceType":"DocumentReference","id":"436dd232-2c26-136c-6d83-fe6e496a6726","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a4e70c07-eee7-2778-dc96-62f419713713"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2015-11-01T22:32:26.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTEtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d59204ec-567f-5285-c7e6-0414e3985ba5"}],"period":{"start":"2015-11-01T22:32:26-08:00","end":"2015-11-01T23:21:46-08:00"}}} +{"resourceType":"DocumentReference","id":"67337297-1905-714d-091f-4d5a1c6b37e3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:be112396-d12f-f2c1-a8de-2dfd5d5292e4"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2016-12-30T10:58:36.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTItMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/efc6df25-53e7-d567-7d5d-c0badbad5fdf"}],"period":{"start":"2016-12-30T10:58:36-08:00","end":"2016-12-30T11:17:51-08:00"}}} +{"resourceType":"DocumentReference","id":"9a408846-ae70-ad87-a480-4c42c3d1b1a9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e1ce62d3-3bf8-cb0d-f3c3-1cda62a0587e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2015-11-04T23:21:46.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTEtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtb3ZlbWVudCB0aGVyYXB5IChyZWdpbWUvdGhlcmFweSkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0f44c21c-8851-47ce-5a37-b0f282583c18"}],"period":{"start":"2015-11-04T23:21:46-08:00","end":"2015-11-05T00:08:30-08:00"}}} +{"resourceType":"DocumentReference","id":"b8474683-f583-37f3-e23f-ecd02398b815","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6b41ac55-1294-c1db-e53f-974aa788c381"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2017-01-26T11:17:51.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDEtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/abe2a23e-8995-6afd-8d71-9687cce02f6e"}],"period":{"start":"2017-01-26T11:17:51-08:00","end":"2017-01-26T12:08:11-08:00"}}} +{"resourceType":"DocumentReference","id":"135f66b7-5ce4-4962-ef34-a5165229f43d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:0ede9b2f-3d08-b43c-3eae-fc7bd8674774"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2015-11-08T00:08:30.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTEtMDgKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGNoaWxkaG9vZCBhc3RobWEuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCByZWNlaXZlZCBjZXJ0aWZpY2F0ZSBvZiBoaWdoIHNjaG9vbCBlcXVpdmFsZW5jeSAoZmluZGluZyksIHVuZW1wbG95ZWQgKGZpbmRpbmcpLCBsaW1pdGVkIHNvY2lhbCBjb250YWN0IChmaW5kaW5nKS4gCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbW92ZW1lbnQgdGhlcmFweSAocmVnaW1lL3RoZXJhcHkpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBzdWJzdGFuY2UgdXNlIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCB1c2luZyBhbGNvaG9sIHVzZSBkaXNvcmRlcnMgaWRlbnRpZmljYXRpb24gdGVzdCAtIGNvbnN1bXB0aW9uIChwcm9jZWR1cmUpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"}],"period":{"start":"2015-11-08T00:08:30-08:00","end":"2015-11-08T01:01:50-08:00"}}} +{"resourceType":"DocumentReference","id":"7817cabe-5296-424f-9056-47a97322f5e8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:d13b59d4-4290-ed3c-4e18-fc8005bf66c0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2017-02-19T12:08:11.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDItMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2785c103-631b-7741-50fb-067f4b134fc7"}],"period":{"start":"2017-02-19T12:08:11-08:00","end":"2017-02-19T12:54:45-08:00"}}} +{"resourceType":"DocumentReference","id":"223f5f99-7da0-fc21-8c3b-21d5f211a1cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:620527f1-3dbb-1664-08a2-5127b641cda7"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2017-03-17T13:54:45.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDMtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9e4aaa82-5649-60d8-20ac-4c7fe20e55b1"}],"period":{"start":"2017-03-17T13:54:45-07:00","end":"2017-03-17T14:12:27-07:00"}}} +{"resourceType":"DocumentReference","id":"fff449ec-bfeb-4c69-6dd2-28d23ef902ef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:59c48f3d-0e9a-618f-8a7d-188eb99a1839"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2017-03-26T11:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDMtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f63e8cb2-357a-ad7b-9f3c-d7f043c85d2b"}],"period":{"start":"2017-03-26T11:16:17-07:00","end":"2017-03-26T11:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"fb4b1a10-1142-4abe-d59f-7a4b52175102","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:62e2aa95-9d83-8692-0f10-737488659583"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2015-11-11T01:01:50.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTEtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbW92ZW1lbnQgdGhlcmFweSAocmVnaW1lL3RoZXJhcHkpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/7fc2b483-8ed6-b6fb-c43f-c706f0f03740"}],"period":{"start":"2015-11-11T01:01:50-08:00","end":"2015-11-11T01:50:35-08:00"}}} +{"resourceType":"DocumentReference","id":"092df3ee-a786-d777-6478-5c944d754285","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6230f907-ebae-f971-ab7d-3f0b83bb987a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2017-04-11T14:12:27.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDQtMTEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9519becb-b997-bd3d-ac5b-b0ed0d608d1d"}],"period":{"start":"2017-04-11T14:12:27-07:00","end":"2017-04-11T14:55:12-07:00"}}} +{"resourceType":"DocumentReference","id":"190a662d-e9d6-23ff-f9ef-3f8c5e40eb82","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2062934a-07e7-d3ed-b755-29e7b421c9e9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2015-11-14T01:50:35.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTUtMTEtMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gbW92ZW1lbnQgdGhlcmFweSAocmVnaW1lL3RoZXJhcHkpCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/66a10ac2-7691-e7f3-ba7a-4ee4bf14cf15"}],"period":{"start":"2015-11-14T01:50:35-08:00","end":"2015-11-14T02:47:47-08:00"}}} +{"resourceType":"DocumentReference","id":"b85a347f-530f-d449-9718-408602e7c109","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c8787bad-67e1-f70d-cd25-7e3da720fb19"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2017-05-07T14:55:12.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDUtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3463fd2d-f5ad-8c09-940e-380cd009f890"}],"period":{"start":"2017-05-07T14:55:12-07:00","end":"2017-05-07T15:16:34-07:00"}}} +{"resourceType":"DocumentReference","id":"207dde0a-e6b6-9fb2-d368-69447afac351","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:609cf782-ed5a-dfd7-8742-43bbbe2a835f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2017-06-03T15:16:34.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDYtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e1cdf3a0-96a7-4828-501e-43a25bbfe0bd"}],"period":{"start":"2017-06-03T15:16:34-07:00","end":"2017-06-03T15:50:00-07:00"}}} +{"resourceType":"DocumentReference","id":"ac318062-dceb-1219-ed9e-016e13b605e5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:30debc07-0fe0-e398-7b12-fadea1dc9906"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2017-06-25T15:50:00.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDYtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a129c713-8c1a-3bc7-d072-539b73976863"}],"period":{"start":"2017-06-25T15:50:00-07:00","end":"2017-06-25T16:28:33-07:00"}}} +{"resourceType":"DocumentReference","id":"eb9c19e3-cf65-f358-8eae-c2adf6ec5c3c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:458339df-236a-c56a-6b17-fd93485ca6fb"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2016-11-07T17:59:58.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTYtMTEtMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTkgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCBjaGlsZGhvb2QgYXN0aG1hLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHN0cmVzcyAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"}],"period":{"start":"2016-11-07T17:59:58-08:00","end":"2016-11-07T18:14:58-08:00"}}} +{"resourceType":"DocumentReference","id":"c2ab723f-122b-8af6-65e9-af29abdd7482","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e460f956-bcd8-2feb-552b-9a474e0a07bd"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2017-07-17T16:28:33.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDctMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/91521c9a-448a-9866-cdee-deaa0f2bdbb6"}],"period":{"start":"2017-07-17T16:28:33-07:00","end":"2017-07-17T17:25:37-07:00"}}} +{"resourceType":"DocumentReference","id":"0752eab5-818f-cc59-cacc-099db478319a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:78e641b6-f2de-13bf-fcd4-c15599c18ea6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2017-08-13T17:25:37.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDgtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/becdeaea-ad64-aa58-25d6-3fc663d7cfdc"}],"period":{"start":"2017-08-13T17:25:37-07:00","end":"2017-08-13T18:23:19-07:00"}}} +{"resourceType":"DocumentReference","id":"5b6c6537-c071-5768-9534-fb781a08e70c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:83a309f6-52dd-de93-5829-8f6672ca214d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2017-06-13T19:10:24.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDYtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTkgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggZnJhY3R1cmUgc3VibHV4YXRpb24gb2Ygd3Jpc3QuIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHgtcmF5IG9yIHdyaXN0Ci0gYm9uZSBpbW1vYmlsaXphdGlvbgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0ClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSBmcmFjdHVyZSBjYXJlCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/88120520-1681-863f-0cfc-3a7bd85ca966"}],"period":{"start":"2017-06-13T19:10:24-07:00","end":"2017-06-13T20:10:24-07:00"}}} +{"resourceType":"DocumentReference","id":"92d22ac7-24cd-a662-6727-9e78916dedd0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:233b1b0d-e3e1-f2da-fd70-65b17d0cbfd9"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2017-09-05T18:23:19.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/67b05be2-1fe8-dc45-ff6b-33a799a59270"}],"period":{"start":"2017-09-05T18:23:19-07:00","end":"2017-09-05T18:57:55-07:00"}}} +{"resourceType":"DocumentReference","id":"43520683-6342-c5c1-da71-8c077a8e8a27","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:1d36e8f6-eded-6b4a-6376-11ee0566c1e4"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2017-07-19T19:36:36.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDctMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMTkgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGZyYWN0dXJlIHN1Ymx1eGF0aW9uIG9mIHdyaXN0LCBjaGlsZGhvb2QgYXN0aG1hLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/62512a4a-5911-e62f-d3f6-4abfe4ce55ee"}],"period":{"start":"2017-07-19T19:36:36-07:00","end":"2017-07-19T19:51:36-07:00"}}} +{"resourceType":"DocumentReference","id":"8afe0391-1583-6849-9c0b-0c6f384790ac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:684c1464-afe6-d333-f39f-4220b20a0faa"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2017-09-28T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/bdcabdfd-9168-8aa9-f5db-e6504484e901"}],"period":{"start":"2017-09-28T09:16:17-07:00","end":"2017-09-28T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"3ec08d71-6b13-7888-8b92-67f48f0cb321","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7355e4ab-b141-38e8-5a4c-0b07159b6a16"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2017-11-13T17:59:58.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTEtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjAgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGZyYWN0dXJlIHN1Ymx1eGF0aW9uIG9mIHdyaXN0LCBjaGlsZGhvb2QgYXN0aG1hLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaGVwIGIsIGFkdWx0LiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgdXNpbmcgcGF0aWVudCBoZWFsdGggcXVlc3Rpb25uYWlyZSB0d28taXRlbSBzY29yZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"}],"period":{"start":"2017-11-13T17:59:58-08:00","end":"2017-11-13T18:14:58-08:00"}}} +{"resourceType":"DocumentReference","id":"771482b6-e999-d637-33c9-a4585281f902","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:d70db34e-42fa-0504-64dd-f28904115c56"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2017-09-28T18:57:55.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMDktMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0b9379f9-9ee4-4ebd-d42c-9fa5a43705db"}],"period":{"start":"2017-09-28T18:57:55-07:00","end":"2017-09-28T19:50:42-07:00"}}} +{"resourceType":"DocumentReference","id":"c9ba66b4-3cf1-ef66-e287-6307d02b0a30","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6b4b1de9-6254-a0ef-faf0-86e5dd290a66"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2017-10-21T19:50:42.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTAtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5045dffa-5494-e7f4-27a0-20af8baef749"}],"period":{"start":"2017-10-21T19:50:42-07:00","end":"2017-10-21T20:38:55-07:00"}}} +{"resourceType":"DocumentReference","id":"ee5308eb-8004-8b66-fa45-d4018ab2ccf7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:bd6dd825-177f-9744-b8c9-61523012de2c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2017-11-13T19:38:55.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTEtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c4325707-2192-8831-847f-7e30e19debe9"}],"period":{"start":"2017-11-13T19:38:55-08:00","end":"2017-11-13T20:36:01-08:00"}}} +{"resourceType":"DocumentReference","id":"17ea8265-a581-729b-7639-850c48fa590e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:aae33351-495a-23ea-6b70-09ef7e6963b3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2017-12-07T20:36:01.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTItMDcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/78bab925-dc9c-57ff-67f5-5a1f5734e707"}],"period":{"start":"2017-12-07T20:36:01-08:00","end":"2017-12-07T21:15:35-08:00"}}} +{"resourceType":"DocumentReference","id":"fa5ccd4e-0211-a1bd-0325-c3b06ca484a2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:efbc57a3-afc6-d9dc-7d04-145fdd0ca637"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2017-12-29T21:15:35.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTctMTItMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9e22cebf-fb01-d87b-82a7-057191cf08a5"}],"period":{"start":"2017-12-29T21:15:35-08:00","end":"2017-12-29T21:39:27-08:00"}}} +{"resourceType":"DocumentReference","id":"c5c6f671-b002-5d57-1cb8-eabdd203e3cf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:19175db5-f954-7ea6-0cd7-954f4ef737aa"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-01-21T21:39:27.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDEtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/1345b822-ffa9-ced7-503b-c5a649fb24f7"}],"period":{"start":"2018-01-21T21:39:27-08:00","end":"2018-01-21T22:01:54-08:00"}}} +{"resourceType":"DocumentReference","id":"eb095a16-a3fb-620c-de7f-0645e16920fc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:064de16c-8bab-4b5a-764e-4e691144e907"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2018-11-19T17:59:58.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTEtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjEgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB2aWN0aW0gb2YgaW50aW1hdGUgcGFydG5lciBhYnVzZSAoZmluZGluZyksIGZyYWN0dXJlIHN1Ymx1eGF0aW9uIG9mIHdyaXN0LCBjaGlsZGhvb2QgYXN0aG1hLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLCB0ZCAoYWR1bHQpIHByZXNlcnZhdGl2ZSBmcmVlLCBoZXAgYiwgYWR1bHQsIG1lbmluZ29jb2NjYWwgbWN2NHAuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgdXNpbmcgYWxjb2hvbCB1c2UgZGlzb3JkZXJzIGlkZW50aWZpY2F0aW9uIHRlc3QgLSBjb25zdW1wdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"}],"period":{"start":"2018-11-19T17:59:58-08:00","end":"2018-11-19T18:14:58-08:00"}}} +{"resourceType":"DocumentReference","id":"14985ec6-cf77-154a-ef2f-3fc66774182a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c7477806-4da0-b5eb-3387-27e86a69882f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-02-15T22:01:54.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDItMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/527866ff-d2a8-ffda-a8ff-aa3b6ba1abe7"}],"period":{"start":"2018-02-15T22:01:54-08:00","end":"2018-02-15T22:39:12-08:00"}}} +{"resourceType":"DocumentReference","id":"62da0ce3-8500-1849-9cc2-609fcc2c7039","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:38f22c74-cc72-7ce0-c635-835ad3998da0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-03-13T23:39:12.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDMtMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5c0f27ec-57a6-bb5c-ba07-f23702b4e091"}],"period":{"start":"2018-03-13T23:39:12-07:00","end":"2018-03-13T23:57:34-07:00"}}} +{"resourceType":"DocumentReference","id":"23820e83-d9b4-175d-ceab-40e689d9d6f7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:32979dc7-56ca-75d0-3050-a05ba754bb0a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-04-09T23:57:34.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDQtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/513c3be1-de8d-37cc-cc7f-019fa71960c6"}],"period":{"start":"2018-04-09T23:57:34-07:00","end":"2018-04-10T00:37:32-07:00"}}} +{"resourceType":"DocumentReference","id":"9ee8ea05-992a-7960-19bc-b777378e1354","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:883be526-d467-0398-1786-6ea47742482d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-05-02T00:37:32.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDUtMDIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/9c3d81bd-8743-bdac-18fd-e703f9b4fc8b"}],"period":{"start":"2018-05-02T00:37:32-07:00","end":"2018-05-02T01:33:19-07:00"}}} +{"resourceType":"DocumentReference","id":"6c199d11-2681-1726-0588-d381d943fedc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:8cf6e7a8-3552-66f9-5c7f-215b1f5c9651"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-05-03T22:00:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDUtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGF0b3BpYyBkZXJtYXRpdGlzLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBoYXMgbmV2ZXIgc21va2VkLgoKClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQmx1ZSBDcm9zcyBCbHVlIFNoaWVsZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYWN1dGUgYWxsZXJnaWMgcmVhY3Rpb24uIAoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGluamVjdGlvbiBvZiBhZHJlbmFsaW5lClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c50f2fc1-6670-a311-9019-70f39bd1dd99"}],"period":{"start":"2018-05-03T22:00:17-07:00","end":"2018-05-04T01:12:17-07:00"}}} +{"resourceType":"DocumentReference","id":"8f6ceff8-0954-b6c9-8d7c-df159668b5aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:80f1f4ea-8c3c-ea47-9504-8620df3e0a82"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-05-04T06:12:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDUtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d9e0bc63-4e73-33cb-5fe1-7444eeeb2165"}],"period":{"start":"2018-05-04T06:12:17-07:00","end":"2018-05-04T06:27:17-07:00"}}} +{"resourceType":"DocumentReference","id":"34550a41-12bc-2eef-420e-1d24614ca011","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2aaaf91a-b1fc-ead4-cd11-28e57c1d9ea4"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-05-26T01:33:19.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDUtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/b3604291-31df-50d9-d131-7b13c3347f85"}],"period":{"start":"2018-05-26T01:33:19-07:00","end":"2018-05-26T02:32:09-07:00"}}} +{"resourceType":"DocumentReference","id":"946cd8fe-e13e-5633-b617-51df9d346c42","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5385d002-761a-13c6-992c-b4591313903a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-06-17T02:32:09.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDYtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2692da13-ea8e-5cbd-bff1-087af8b05da8"}],"period":{"start":"2018-06-17T02:32:09-07:00","end":"2018-06-17T03:01:19-07:00"}}} +{"resourceType":"DocumentReference","id":"051eff52-17fd-5132-57f8-9ee8dc8334ea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4f446386-9eb1-29ba-b607-36f5c24eaec2"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-07-13T03:01:19.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDctMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a1d9d1cf-2396-d6fb-8d9a-9f7e606edf54"}],"period":{"start":"2018-07-13T03:01:19-07:00","end":"2018-07-13T03:50:37-07:00"}}} +{"resourceType":"DocumentReference","id":"012ba27d-43a0-05da-5ab9-eea0381ca82e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b22a057a-2a7f-0562-a8f3-43b8b9eecdf4"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-08-03T03:50:37.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDgtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gc3ViY3V0YW5lb3VzIGltbXVub3RoZXJhcHkK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2f04e0c4-6f59-6768-f58a-5d6f1c573603"}],"period":{"start":"2018-08-03T03:50:37-07:00","end":"2018-08-03T04:28:31-07:00"}}} +{"resourceType":"DocumentReference","id":"480458a9-d789-5f08-aa84-0d5a94c0e842","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2c7efb67-6567-0ef1-3abb-a1ad7c7fe722"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-08-22T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDgtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KCgojIyBQbGFuCgpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIHlheiAyOCBkYXkgcGFjawo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/cedee6d7-9a13-f6ef-7539-0d21261b0c62"}],"period":{"start":"2018-08-22T09:16:17-07:00","end":"2018-08-22T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"bf39835f-c7d0-a188-fcfa-792d85388801","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:bb48d9a6-9eab-1ed0-5621-21eb59d0982a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2019-11-25T17:59:58.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTEtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjIgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgZnJhY3R1cmUgc3VibHV4YXRpb24gb2Ygd3Jpc3QsIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTk8gSU5TVVJBTkNFLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCByZWZ1Z2VlIChwZXJzb24pLiAKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZSwgaGVwIGIsIGFkdWx0LiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"}],"period":{"start":"2019-11-25T17:59:58-08:00","end":"2019-11-25T18:14:58-08:00"}}} +{"resourceType":"DocumentReference","id":"a8018c3c-18de-e289-1fff-7a2f720033bb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2637b612-281e-949a-ed03-6bb9b5a05b88"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2019-12-29T01:59:58.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTItMjkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjIgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiByaXNrIGFjdGl2aXR5IGludm9sdmVtZW50IChmaW5kaW5nKSwgc2Vhc29uYWwgYWxsZXJnaWMgcmhpbml0aXMsIGxpbWl0ZWQgc29jaWFsIGNvbnRhY3QgKGZpbmRpbmcpLCB1bmhlYWx0aHkgYWxjb2hvbCBkcmlua2luZyBiZWhhdmlvciAoZmluZGluZyksIHZpY3RpbSBvZiBpbnRpbWF0ZSBwYXJ0bmVyIGFidXNlIChmaW5kaW5nKSwgZnJhY3R1cmUgc3VibHV4YXRpb24gb2Ygd3Jpc3QsIGNoaWxkaG9vZCBhc3RobWEsIHN0cmVzcyAoZmluZGluZykuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgTWVkaWNhaWQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggYWN1dGUgYnJvbmNoaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBtZWFzdXJlbWVudCBvZiByZXNwaXJhdG9yeSBmdW5jdGlvbiAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0ClRoZSBwYXRpZW50IHdhcyBwbGFjZWQgb24gYSBjYXJlcGxhbjoKLSByZXNwaXJhdG9yeSB0aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f06954e9-fd6b-044f-b373-e96c08838d1b"}],"period":{"start":"2019-12-29T01:59:58-08:00","end":"2019-12-29T02:18:14-08:00"}}} +{"resourceType":"DocumentReference","id":"0cf494e8-1675-935a-7124-a3952e7c9c38","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6c16be93-0709-5880-4f27-83be23b2f141"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2020-01-06T17:59:58.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDEtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjIgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlciksIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLCBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcywgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBmcmFjdHVyZSBzdWJsdXhhdGlvbiBvZiB3cmlzdCwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBNZWRpY2FpZC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBtZWRpY2F0aW9uIHJlY29uY2lsaWF0aW9uIChwcm9jZWR1cmUpCi0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpCi0gZGVwcmVzc2lvbiBzY3JlZW5pbmcgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIHR3by1pdGVtIHNjb3JlIChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"}],"period":{"start":"2020-01-06T17:59:58-08:00","end":"2020-01-06T18:14:58-08:00"}}} +{"resourceType":"DocumentReference","id":"020e7efa-f22d-6c0d-3b8f-00cf8d6048f6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:fd0bf81b-275c-7f8d-19b1-cc78bf01b554"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-08-24T04:28:31.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDgtMjQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/94bf4e0c-666a-a19a-452c-405417f77ce9"}],"period":{"start":"2018-08-24T04:28:31-07:00","end":"2018-08-24T04:56:00-07:00"}}} +{"resourceType":"DocumentReference","id":"9df1d1d5-578a-8be1-5e1e-e81838b15096","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:88c0ed49-06fc-769a-56f0-04b2c2b3f841"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-09-15T04:56:00.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMDktMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/760a197b-ffef-e8d9-97df-c9ed2405f093"}],"period":{"start":"2018-09-15T04:56:00-07:00","end":"2018-09-15T05:20:20-07:00"}}} +{"resourceType":"DocumentReference","id":"f76b10bd-726a-fd27-0a46-29f9d38d846c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c96d1294-1093-bd0b-e298-e7a885097c9b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2020-08-19T19:36:36.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDgtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjIgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlciksIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLCBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcywgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBmcmFjdHVyZSBzdWJsdXhhdGlvbiBvZiB3cmlzdCwgY2hpbGRob29kIGFzdGhtYSwgc3RyZXNzIChmaW5kaW5nKS4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaXMgYW4gYWN0aXZlIHNtb2tlci4KIFBhdGllbnQgaWRlbnRpZmllcyBhcyBoZXRlcm9zZXh1YWwuCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgogUGF0aWVudCBoYXMgYSBoaWdoIHNjaG9vbCBlZHVjYXRpb24uClBhdGllbnQgY3VycmVudGx5IGhhcyBOTyBJTlNVUkFOQ0UuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgYWNldGFtaW5vcGhlbiAzMjUgbWcgb3JhbCB0YWJsZXQ7IGFjZXRhbWlub3BoZW4gMzAwIG1nIC8gaHlkcm9jb2RvbmUgYml0YXJ0cmF0ZSA1IG1nIG9yYWwgdGFibGV0CgojIEFzc2Vzc21lbnQgYW5kIFBsYW4KUGF0aWVudCBpcyBwcmVzZW50aW5nIHdpdGggc3ByYWluIG9mIGFua2xlLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldApUaGUgcGF0aWVudCB3YXMgcGxhY2VkIG9uIGEgY2FyZXBsYW46Ci0gcGh5c2ljYWwgdGhlcmFweSBwcm9jZWR1cmUK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/34f1fed0-601e-1aed-0349-ca05b462f195"}],"period":{"start":"2020-08-19T19:36:36-07:00","end":"2020-08-19T20:36:36-07:00"}}} +{"resourceType":"DocumentReference","id":"51b3e724-01fe-40c1-b5c4-20924dcad976","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:38c630e4-8344-1fab-9923-fdcfcdf5498b"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-10-04T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTAtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIG1lZGljYXRpb24gcmVjb25jaWxpYXRpb24gKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyB1c2luZyBwYXRpZW50IGhlYWx0aCBxdWVzdGlvbm5haXJlIG5pbmUgaXRlbSBzY29yZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/200d23c3-f729-5a2b-241f-ec1c5315429c"}],"period":{"start":"2018-10-04T09:16:17-07:00","end":"2018-10-04T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"f5f4ce13-2ad9-9513-df1d-47d507971110","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5e4bfbb2-b018-27ec-48e8-c4e316bb0c2d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-10-06T05:20:20.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTAtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/11874e7d-d1c7-0d19-f449-0483d50ff923"}],"period":{"start":"2018-10-06T05:20:20-07:00","end":"2018-10-06T06:12:50-07:00"}}} +{"resourceType":"DocumentReference","id":"416633ce-ca58-5cf8-2a2f-376fcd22f29b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:da9708c3-852f-c680-390d-bdef064e536f"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2020-11-30T17:59:58.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTEtMzAKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlciksIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLCBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcywgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIGZyYWN0dXJlIHN1Ymx1eGF0aW9uIG9mIHdyaXN0LCBjaGlsZGhvb2QgYXN0aG1hLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KUGF0aWVudCB3YXMgZ2l2ZW4gdGhlIGZvbGxvd2luZyBpbW11bml6YXRpb25zOiBpbmZsdWVuemEsIHNlYXNvbmFsLCBpbmplY3RhYmxlLCBwcmVzZXJ2YXRpdmUgZnJlZS4gClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBhc3Nlc3NtZW50IG9mIGhlYWx0aCBhbmQgc29jaWFsIGNhcmUgbmVlZHMgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIGFueGlldHkgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IHVzaW5nIGFsY29ob2wgdXNlIGRpc29yZGVycyBpZGVudGlmaWNhdGlvbiB0ZXN0IC0gY29uc3VtcHRpb24gKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"}],"period":{"start":"2020-11-30T17:59:58-08:00","end":"2020-11-30T18:14:58-08:00"}}} +{"resourceType":"DocumentReference","id":"5e9a9875-3861-402e-35a8-6d3bbd3accdd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f16af7ac-cd93-e906-baf6-2b7e7509ebc7"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-10-27T06:12:50.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTAtMjcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/51121647-48a0-13ce-2c5f-edd759a3dcc9"}],"period":{"start":"2018-10-27T06:12:50-07:00","end":"2018-10-27T06:31:56-07:00"}}} +{"resourceType":"DocumentReference","id":"1b692214-8391-eea0-9f8a-436d831f61cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:578d605b-ff19-cfe7-10f4-9a5160e10ca8"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2021-07-26T18:59:58.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDctMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlciksIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLCBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcywgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIGZyYWN0dXJlIHN1Ymx1eGF0aW9uIG9mIHdyaXN0LCBjaGlsZGhvb2QgYXN0aG1hLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBuYXByb3hlbiBzb2RpdW0gMjIwIG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHNhcnMtY292LTIgKGNvdmlkLTE5KSB2YWNjaW5lLCBtcm5hLCBzcGlrZSBwcm90ZWluLCBsbnAsIHByZXNlcnZhdGl2ZSBmcmVlLCAzMCBtY2cvMC4zbWwgZG9zZS4gCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f7f20c0c-f675-3717-2dff-969798660f58"}],"period":{"start":"2021-07-26T18:59:58-07:00","end":"2021-07-26T19:14:58-07:00"}}} +{"resourceType":"DocumentReference","id":"a6acba87-47d5-9bc0-e7c7-d498d62b6db8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c656ca4b-17d2-9203-046b-53765b2eaae4"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-11-23T05:31:56.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTEtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIEJsdWUgQ3Jvc3MgQmx1ZSBTaGllbGQuCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2sKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KClRoZSBmb2xsb3dpbmcgcHJvY2VkdXJlcyB3ZXJlIGNvbmR1Y3RlZDoKLSBzdWJjdXRhbmVvdXMgaW1tdW5vdGhlcmFweQo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/e89ae65f-865a-e0af-24b0-c39910099f62"}],"period":{"start":"2018-11-23T05:31:56-08:00","end":"2018-11-23T06:03:59-08:00"}}} +{"resourceType":"DocumentReference","id":"0a63ac9f-b266-31f6-507c-244820a260cb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:b9877959-74a6-8602-8ba0-ae32256725ef"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2018-12-16T06:03:59.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTgtMTItMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBwcmVkbmlzb25lIDUgbWcgb3JhbCB0YWJsZXQ7IHlheiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/afd24eab-d65a-995f-5aa9-616265f80d7c"}],"period":{"start":"2018-12-16T06:03:59-08:00","end":"2018-12-16T06:25:30-08:00"}}} +{"resourceType":"DocumentReference","id":"e9b28189-26ae-c02b-fb6f-e7fb63eac594","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:533eddd1-e42c-4028-536d-153555375351"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2021-08-16T18:59:58.990-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDgtMTYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjMgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlciksIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLCBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcywgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIGZyYWN0dXJlIHN1Ymx1eGF0aW9uIG9mIHdyaXN0LCBjaGlsZGhvb2QgYXN0aG1hLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE1lZGljYWlkLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IGFjZXRhbWlub3BoZW4gMzI1IG1nIG9yYWwgdGFibGV0OyBuYXByb3hlbiBzb2RpdW0gMjIwIG1nIG9yYWwgdGFibGV0OyBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IHNhcnMtY292LTIgKGNvdmlkLTE5KSB2YWNjaW5lLCBtcm5hLCBzcGlrZSBwcm90ZWluLCBsbnAsIHByZXNlcnZhdGl2ZSBmcmVlLCAzMCBtY2cvMC4zbWwgZG9zZS4gCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/93f77e5d-11a6-9643-2c77-e27321f3e5af"}],"period":{"start":"2021-08-16T18:59:58-07:00","end":"2021-08-16T19:14:58-07:00"}}} +{"resourceType":"DocumentReference","id":"f2c85a15-ad09-1db0-4243-574824717511","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5a86156a-3c7f-d597-acd7-bf78f6e3e5e4"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-01-09T06:25:30.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDEtMDkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBwcmVkbmlzb25lIDUgbWcgb3JhbCB0YWJsZXQ7IHlheiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/56c0e551-75ce-2675-a190-dcb096d671b9"}],"period":{"start":"2019-01-09T06:25:30-08:00","end":"2019-01-09T07:23:44-08:00"}}} +{"resourceType":"DocumentReference","id":"e7c8e6c6-16c4-2204-3154-bebe69e87eda","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:92a82754-8e9a-de48-7f62-06fae3228bd7"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-02-04T07:23:44.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDItMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBwcmVkbmlzb25lIDUgbWcgb3JhbCB0YWJsZXQ7IHlheiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/87a88439-0fd8-62fb-e450-be65fa13104e"}],"period":{"start":"2019-02-04T07:23:44-08:00","end":"2019-02-04T07:47:32-08:00"}}} +{"resourceType":"DocumentReference","id":"5af90491-6b62-11ba-efdb-136eec47cb49","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3fddadb3-fe76-3a0f-7004-f9c87ea80c6e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-02-28T07:47:32.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDItMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBwcmVkbmlzb25lIDUgbWcgb3JhbCB0YWJsZXQ7IHlheiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/51761692-c0a5-9bf1-5029-4c46edef7286"}],"period":{"start":"2019-02-28T07:47:32-08:00","end":"2019-02-28T08:30:34-08:00"}}} +{"resourceType":"DocumentReference","id":"187ffe46-0c48-be83-a5d4-4696a43b54da","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ab300fc4-dfbf-ef09-0596-e15bc6bf3719"}],"status":"current","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"date":"2021-12-06T17:59:58.990-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTItMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ck5vIGNvbXBsYWludHMuCgojIEhpc3Rvcnkgb2YgUHJlc2VudCBJbGxuZXNzClJvYmVydG81MTUKIGlzIGEgMjQgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIG1hbGUuIFBhdGllbnQgaGFzIGEgaGlzdG9yeSBvZiBhY3V0ZSBicm9uY2hpdGlzIChkaXNvcmRlciksIHJpc2sgYWN0aXZpdHkgaW52b2x2ZW1lbnQgKGZpbmRpbmcpLCBzZWFzb25hbCBhbGxlcmdpYyByaGluaXRpcywgbGltaXRlZCBzb2NpYWwgY29udGFjdCAoZmluZGluZyksIHVuaGVhbHRoeSBhbGNvaG9sIGRyaW5raW5nIGJlaGF2aW9yIChmaW5kaW5nKSwgdmljdGltIG9mIGludGltYXRlIHBhcnRuZXIgYWJ1c2UgKGZpbmRpbmcpLCBzcHJhaW4gb2YgYW5rbGUsIGZyYWN0dXJlIHN1Ymx1eGF0aW9uIG9mIHdyaXN0LCBjaGlsZGhvb2QgYXN0aG1hLCBzdHJlc3MgKGZpbmRpbmcpLgoKIyBTb2NpYWwgSGlzdG9yeQogUGF0aWVudCBpcyBhbiBhY3RpdmUgc21va2VyLgogUGF0aWVudCBpZGVudGlmaWVzIGFzIGhldGVyb3NleHVhbC4KClBhdGllbnQgY29tZXMgZnJvbSBhIG1pZGRsZSBzb2Npb2Vjb25vbWljIGJhY2tncm91bmQuCiBQYXRpZW50IGhhcyBhIGhpZ2ggc2Nob29sIGVkdWNhdGlvbi4KUGF0aWVudCBjdXJyZW50bHkgaGFzIE5PIElOU1VSQU5DRS4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBhY2V0YW1pbm9waGVuIDMyNSBtZyBvcmFsIHRhYmxldDsgbmFwcm94ZW4gc29kaXVtIDIyMCBtZyBvcmFsIHRhYmxldDsgYWNldGFtaW5vcGhlbiAzMDAgbWcgLyBoeWRyb2NvZG9uZSBiaXRhcnRyYXRlIDUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBzb2NpYWwgaXNvbGF0aW9uIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKS4gCgojIyBQbGFuClBhdGllbnQgd2FzIGdpdmVuIHRoZSBmb2xsb3dpbmcgaW1tdW5pemF0aW9uczogaW5mbHVlbnphLCBzZWFzb25hbCwgaW5qZWN0YWJsZSwgcHJlc2VydmF0aXZlIGZyZWUuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBoZWFsdGggYW5kIHNvY2lhbCBjYXJlIG5lZWRzIChwcm9jZWR1cmUpCi0gbWVkaWNhdGlvbiByZWNvbmNpbGlhdGlvbiAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZG9tZXN0aWMgYWJ1c2UgKHByb2NlZHVyZSkKLSBkZXByZXNzaW9uIHNjcmVlbmluZyAocHJvY2VkdXJlKQotIGRlcHJlc3Npb24gc2NyZWVuaW5nIHVzaW5nIHBhdGllbnQgaGVhbHRoIHF1ZXN0aW9ubmFpcmUgdHdvLWl0ZW0gc2NvcmUgKHByb2NlZHVyZSkKLSBhc3Nlc3NtZW50IG9mIHN1YnN0YW5jZSB1c2UgKHByb2NlZHVyZSkKLSBzY3JlZW5pbmcgZm9yIGRydWcgYWJ1c2UgKHByb2NlZHVyZSkKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBhY2V0YW1pbm9waGVuIDMwMCBtZyAvIGh5ZHJvY29kb25lIGJpdGFydHJhdGUgNSBtZyBvcmFsIHRhYmxldAo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"}],"period":{"start":"2021-12-06T17:59:58-08:00","end":"2021-12-06T18:14:58-08:00"}}} +{"resourceType":"DocumentReference","id":"3d63d8d9-b402-86d0-6402-974831dd63d8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:fb97aa64-d91d-fedd-e711-0bd50b58bb61"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-03-26T09:30:34.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDMtMjYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBwcmVkbmlzb25lIDUgbWcgb3JhbCB0YWJsZXQ7IHlheiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f009f651-923c-5fc9-5e06-e27e0140823d"}],"period":{"start":"2019-03-26T09:30:34-07:00","end":"2019-03-26T10:05:57-07:00"}}} +{"resourceType":"DocumentReference","id":"8f15720b-7631-e9f5-d5f1-46d81d2b21d1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:3e0d400b-741a-4e14-82e1-c97bf9ec26fe"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-04-04T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906429","display":"Dr. Seymour882 Veum823"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|308b5efa-a9c2-3728-b1ff-d29c5f060731","display":"FALLON CLINIC URGENT CARE"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDQtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBwcmVkbmlzb25lIDUgbWcgb3JhbCB0YWJsZXQ7IHlheiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/37dcd9ab-7117-9dea-7a6e-5d181be07568"}],"period":{"start":"2019-04-04T09:16:17-07:00","end":"2019-04-04T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"858dfd1b-9c5d-e7b3-c292-23341fe75bcc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:d0a5c0fe-4d98-c40a-71be-9181776a2758"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-04-04T11:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDQtMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcy4KCiMgU29jaWFsIEhpc3RvcnkKIFBhdGllbnQgaGFzIG5ldmVyIHNtb2tlZC4KCgpQYXRpZW50IGNvbWVzIGZyb20gYSBtaWRkbGUgc29jaW9lY29ub21pYyBiYWNrZ3JvdW5kLgoKUGF0aWVudCBjdXJyZW50bHkgaGFzIENpZ25hIEhlYWx0aC4KCiMgQWxsZXJnaWVzCk5vIEtub3duIEFsbGVyZ2llcy4KCiMgTWVkaWNhdGlvbnMKMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBwcmVkbmlzb25lIDUgbWcgb3JhbCB0YWJsZXQ7IHlheiAyOCBkYXkgcGFjawoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuClBhdGllbnQgaXMgcHJlc2VudGluZyB3aXRoIHZpcmFsIHNpbnVzaXRpcyAoZGlzb3JkZXIpLiAKCiMjIFBsYW4KClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gYW1veGljaWxsaW4gMjUwIG1nIC8gY2xhdnVsYW5hdGUgMTI1IG1nIG9yYWwgdGFibGV0Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/72c75099-19d8-162f-6e36-9184bad0898a"}],"period":{"start":"2019-04-04T11:16:17-07:00","end":"2019-04-04T11:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"0e50ed93-3cc2-9cf6-5cb6-3f3c266b5229","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:075f6d9d-0afa-ce94-51d4-56ca09c50371"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-04-22T10:05:57.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDQtMjIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/988b0592-945b-d78b-3846-fbf0b1636756"}],"period":{"start":"2019-04-22T10:05:57-07:00","end":"2019-04-22T10:41:09-07:00"}}} +{"resourceType":"DocumentReference","id":"be442887-463f-3856-8b99-25b20d1da578","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:be3755f2-3591-4f4e-63f7-1570dd2823d7"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-05-18T10:41:09.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDUtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/41b2080c-f046-f955-6c01-c8e5ae069510"}],"period":{"start":"2019-05-18T10:41:09-07:00","end":"2019-05-18T11:27:51-07:00"}}} +{"resourceType":"DocumentReference","id":"4d380a1b-8c1c-238f-f86e-0d41c52714ef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:5671c69b-6d87-afe8-4f0c-6a29ec96b604"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-06-12T11:27:51.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDYtMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/acd273ae-2986-c39b-5b8d-94c1f0159873"}],"period":{"start":"2019-06-12T11:27:51-07:00","end":"2019-06-12T12:17:38-07:00"}}} +{"resourceType":"DocumentReference","id":"96571f79-9ec2-3f12-83d0-6f3b2a24179b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:c0edf4fb-31ce-8d85-c71b-120e21788a06"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-07-04T12:17:38.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDctMDQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/f0a0796b-7931-e984-f8a0-145448f37133"}],"period":{"start":"2019-07-04T12:17:38-07:00","end":"2019-07-04T12:42:50-07:00"}}} +{"resourceType":"DocumentReference","id":"ae502c4e-0e90-3984-1137-490f9110bfdc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7e22acb8-d492-983c-7ab5-141c0d16bdfe"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-07-25T12:42:50.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDctMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/c8c6ebff-0368-16ac-f9e8-fdcb05e58e95"}],"period":{"start":"2019-07-25T12:42:50-07:00","end":"2019-07-25T13:02:13-07:00"}}} +{"resourceType":"DocumentReference","id":"0430d354-ece5-a7fd-3a97-f5f3125c39ef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:2163c047-ddf4-373d-925e-6dd965596ee5"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-08-17T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDgtMTcKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSB5YXogMjggZGF5IHBhY2sK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/2c6a4d69-1d3f-aea0-c559-923cb8125af3"}],"period":{"start":"2019-08-17T09:16:17-07:00","end":"2019-08-17T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"d0878100-bcd5-dd89-ab81-02d2fe44bd05","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f8bb5c9b-a537-c9cc-af7b-e7cf9f2e583e"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-08-18T13:02:13.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDgtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTUgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/714dd02d-b459-7855-399e-47af81f4ab71"}],"period":{"start":"2019-08-18T13:02:13-07:00","end":"2019-08-18T13:39:04-07:00"}}} +{"resourceType":"DocumentReference","id":"a5fe6d02-7d4a-3dd0-5408-609714c7e94c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:42b02983-71ac-3770-7f57-69d6d777d543"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-09-12T13:39:04.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMDktMTIKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/10d22fed-bdf9-8ba6-8fa0-5815d64b44a4"}],"period":{"start":"2019-09-12T13:39:04-07:00","end":"2019-09-12T13:57:16-07:00"}}} +{"resourceType":"DocumentReference","id":"0416cf9a-44cb-f295-cc0e-711e08c4af39","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4cb4a69c-32be-7a53-25e2-60596e8d1512"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-10-10T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTAtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IG1lbmluZ29jb2NjYWwgbWN2NHAuIApUaGUgZm9sbG93aW5nIHByb2NlZHVyZXMgd2VyZSBjb25kdWN0ZWQ6Ci0gYXNzZXNzbWVudCBvZiBhbnhpZXR5IChwcm9jZWR1cmUpClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"}],"period":{"start":"2019-10-10T09:16:17-07:00","end":"2019-10-10T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"db0687e4-0a2b-8c76-9479-0eec691913d7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:ad0c5ce7-a6ab-445c-bcb2-227a0d482789"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-10-06T13:57:16.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTAtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5ClRoZSBwYXRpZW50IHdhcyBwcmVzY3JpYmVkIHRoZSBmb2xsb3dpbmcgbWVkaWNhdGlvbnM6Ci0gMTIwIGFjdHVhdCBmbHV0aWNhc29uZSBwcm9waW9uYXRlIDAuMDQ0IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgotIG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcgo="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/47877d45-5971-d2d6-e84f-dac036809cf2"}],"period":{"start":"2019-10-06T13:57:16-07:00","end":"2019-10-06T14:32:14-07:00"}}} +{"resourceType":"DocumentReference","id":"50b47785-79fd-2426-f7ff-43e7cf51b80c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:88c1e43c-b3ee-db21-57ca-8575c0ba719a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-11-01T14:32:14.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTEtMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/a86c4ef5-1f3b-c609-ffd6-3c2df237bbfa"}],"period":{"start":"2019-11-01T14:32:14-07:00","end":"2019-11-01T15:19:53-07:00"}}} +{"resourceType":"DocumentReference","id":"4147d6a0-0b28-b7ae-5440-5457eb12f18b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9e768a0f-b4f1-2f42-0e66-b9188db9d4da"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-11-23T14:19:53.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTEtMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBDaWduYSBIZWFsdGguCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/fb626b01-8153-295b-0a01-102dbb6fa556"}],"period":{"start":"2019-11-23T14:19:53-08:00","end":"2019-11-23T15:04:28-08:00"}}} +{"resourceType":"DocumentReference","id":"4b48ca27-ad88-447f-46e8-df6571403133","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:7b4d92ee-3df5-0ec2-8ccf-56b38f0d0206"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2019-12-14T15:04:28.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMTktMTItMTQKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/84f555b1-2378-daf7-7fd6-5e3199387282"}],"period":{"start":"2019-12-14T15:04:28-08:00","end":"2019-12-14T15:30:54-08:00"}}} +{"resourceType":"DocumentReference","id":"dec6f350-c7fa-c902-1292-241d0553d3f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:9fe04367-0c2e-e15c-c833-21414e13bcb5"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2020-01-05T15:30:54.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDEtMDUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/d53e0f68-1e74-b3da-2ebf-3b25b05803f4"}],"period":{"start":"2020-01-05T15:30:54-08:00","end":"2020-01-05T15:55:26-08:00"}}} +{"resourceType":"DocumentReference","id":"2feced17-b5f1-b411-f027-7af20ebcde57","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:6d7c858e-e422-1ffb-cfcf-e6d96dc7decc"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2020-02-01T15:55:26.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDItMDEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/bb1ba18c-f929-fbb5-9138-969974a7a9f9"}],"period":{"start":"2020-02-01T15:55:26-08:00","end":"2020-02-01T16:24:46-08:00"}}} +{"resourceType":"DocumentReference","id":"213c59b9-e923-a47b-8a0e-df3756aa87f2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:e0a31e7e-af6f-1c40-48cd-723cbdef2c09"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2020-02-23T16:24:46.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDItMjMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/fc66240e-ff41-c06d-69f7-7c3dac5d0830"}],"period":{"start":"2020-02-23T16:24:46-08:00","end":"2020-02-23T17:01:42-08:00"}}} +{"resourceType":"DocumentReference","id":"bbb88039-8f32-7882-ffca-88a845c396f6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:76ab73d3-78ff-1801-1420-8c50321bf57a"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2020-03-19T18:01:42.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDMtMTkKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ea6552db-d3f9-7d9b-5a63-656b8957c90e"}],"period":{"start":"2020-03-19T18:01:42-07:00","end":"2020-03-19T18:45:08-07:00"}}} +{"resourceType":"DocumentReference","id":"5b8579dd-8652-ad5e-7b09-94e096878ba3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:a8b2e12b-9dbc-acc7-240c-0d98e15a8d05"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2020-04-10T18:45:08.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDQtMTAKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/75f0b36a-7784-140c-753c-9aa07792215a"}],"period":{"start":"2020-04-10T18:45:08-07:00","end":"2020-04-10T19:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"9fc1efaf-cf42-0eba-215d-c0e386579bd0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4a3d9dad-3746-834d-a515-ffc394a988e0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2020-05-03T19:31:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDUtMDMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/02df4a2f-fcab-1140-6484-a4f8b91223b0"}],"period":{"start":"2020-05-03T19:31:17-07:00","end":"2020-05-03T20:10:43-07:00"}}} +{"resourceType":"DocumentReference","id":"6ca167fe-861b-b634-080c-3294fc657e66","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:d62f3180-6d4a-5b06-5486-cf1e839ad718"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2020-05-25T20:10:43.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDUtMjUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/aeace02c-2b9e-46ed-e7fe-cfb918f9e400"}],"period":{"start":"2020-05-25T20:10:43-07:00","end":"2020-05-25T21:02:49-07:00"}}} +{"resourceType":"DocumentReference","id":"e70d23dd-bed7-5adf-c1af-523ec30606e4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:49007b50-f976-6195-2cc8-8c1eafbba10c"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2020-06-18T21:02:49.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDYtMTgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0a7ad85d-461f-b27b-37de-b9c7e8946b0e"}],"period":{"start":"2020-06-18T21:02:49-07:00","end":"2020-06-18T21:49:12-07:00"}}} +{"resourceType":"DocumentReference","id":"41518ca2-6d81-f0c3-279f-b40ecd2590da","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:935945ce-c12e-da55-763c-3cd9d8a0fef0"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2020-07-13T21:49:12.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDctMTMKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/6cd29549-1079-b488-357a-f7321a7d79f1"}],"period":{"start":"2020-07-13T21:49:12-07:00","end":"2020-07-13T22:34:10-07:00"}}} +{"resourceType":"DocumentReference","id":"789e3165-c57d-9859-235a-119596dc3b70","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:f4736d2f-f776-15d1-c95b-3e8d43b77b4d"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2020-08-06T22:34:10.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDgtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTYgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGhhcyBuZXZlciBzbW9rZWQuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIHN1YmN1dGFuZW91cyBpbW11bm90aGVyYXB5Cg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/fbcf6e76-29ed-9863-4a19-c2a5a9421d97"}],"period":{"start":"2020-08-06T22:34:10-07:00","end":"2020-08-06T23:28:49-07:00"}}} +{"resourceType":"DocumentReference","id":"8f8637f5-a113-d6d5-90d2-eef84eff6025","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:47c83dd6-9355-eec1-f0e6-681cc1f36e75"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2020-08-31T23:28:49.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMDgtMzEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFsbGVyZ3kgc2NyZWVuaW5nIHRlc3QK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"}],"period":{"start":"2020-08-31T23:28:49-07:00","end":"2020-09-01T00:04:57-07:00"}}} +{"resourceType":"DocumentReference","id":"9c3676ae-83f0-9434-62f2-77253b53039c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:4e78f8fb-aab8-0d3a-540c-e4fa74903e96"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2020-10-15T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjAtMTAtMTUKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSAxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCi0gbmRhMDIwNTAzIDIwMCBhY3R1YXQgYWxidXRlcm9sIDAuMDkgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/0c0f2851-1819-2927-18be-ccdf8ca99c2f"}],"period":{"start":"2020-10-15T09:16:17-07:00","end":"2020-10-15T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"f5e4c8c4-6bec-0f4d-977f-9b1cd3b70b16","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:64a497be-c6bd-6bd7-955f-a37e64d53fb6"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2021-08-06T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMDgtMDYKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTcgeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KClBhdGllbnQgY3VycmVudGx5IGhhcyBBbnRoZW0uCgojIEFsbGVyZ2llcwpObyBLbm93biBBbGxlcmdpZXMuCgojIE1lZGljYXRpb25zCjEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IG5kYTAyMDUwMyAyMDAgYWN0dWF0IGFsYnV0ZXJvbCAwLjA5IG1nL2FjdHVhdCBtZXRlcmVkIGRvc2UgaW5oYWxlcjsgcHJlZG5pc29uZSA1IG1nIG9yYWwgdGFibGV0OyB5YXogMjggZGF5IHBhY2s7IGFtb3hpY2lsbGluIDI1MCBtZyAvIGNsYXZ1bGFuYXRlIDEyNSBtZyBvcmFsIHRhYmxldAoKIyBBc3Nlc3NtZW50IGFuZCBQbGFuCgoKIyMgUGxhbgoKVGhlIHBhdGllbnQgd2FzIHByZXNjcmliZWQgdGhlIGZvbGxvd2luZyBtZWRpY2F0aW9uczoKLSBqb2xpdmV0dGUgMjggZGF5IHBhY2sK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/03730052-d5da-ea6e-e9a8-e4218165d79b"}],"period":{"start":"2021-08-06T09:16:17-07:00","end":"2021-08-06T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"3431434b-42ea-16c4-ce40-61c7ddcc895d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:11cf95a4-8caa-32ac-dbe3-3560cb51b2f3"}],"status":"superseded","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2021-10-21T09:16:17.584-07:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjEtMTAtMjEKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQW50aGVtLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IHByZWRuaXNvbmUgNSBtZyBvcmFsIHRhYmxldDsgeWF6IDI4IGRheSBwYWNrOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgpQYXRpZW50IGlzIHByZXNlbnRpbmcgd2l0aCBib2R5IG1hc3MgaW5kZXggMzArIC0gb2Jlc2l0eSAoZmluZGluZyksIGhvdXNpbmcgdW5zYXRpc2ZhY3RvcnkgKGZpbmRpbmcpLCByZWNlaXZlZCBjZXJ0aWZpY2F0ZSBvZiBoaWdoIHNjaG9vbCBlcXVpdmFsZW5jeSAoZmluZGluZyksIGZ1bGwtdGltZSBlbXBsb3ltZW50IChmaW5kaW5nKSwgdHJhbnNwb3J0IHByb2JsZW1zIChmaW5kaW5nKSwgc3RyZXNzIChmaW5kaW5nKSwgbWlzdXNlcyBkcnVncyAoZmluZGluZykuIAoKIyMgUGxhbgpQYXRpZW50IHdhcyBnaXZlbiB0aGUgZm9sbG93aW5nIGltbXVuaXphdGlvbnM6IGluZmx1ZW56YSwgc2Vhc29uYWwsIGluamVjdGFibGUsIHByZXNlcnZhdGl2ZSBmcmVlLiAKVGhlIGZvbGxvd2luZyBwcm9jZWR1cmVzIHdlcmUgY29uZHVjdGVkOgotIGFzc2Vzc21lbnQgb2YgaGVhbHRoIGFuZCBzb2NpYWwgY2FyZSBuZWVkcyAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2YgYW54aWV0eSAocHJvY2VkdXJlKQotIGFzc2Vzc21lbnQgb2Ygc3Vic3RhbmNlIHVzZSAocHJvY2VkdXJlKQotIHNjcmVlbmluZyBmb3IgZHJ1ZyBhYnVzZSAocHJvY2VkdXJlKQpUaGUgcGF0aWVudCB3YXMgcHJlc2NyaWJlZCB0aGUgZm9sbG93aW5nIG1lZGljYXRpb25zOgotIDEyMCBhY3R1YXQgZmx1dGljYXNvbmUgcHJvcGlvbmF0ZSAwLjA0NCBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIKLSBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXIK"},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"}],"period":{"start":"2021-10-21T09:16:17-07:00","end":"2021-10-21T09:31:17-07:00"}}} +{"resourceType":"DocumentReference","id":"bff82f40-83ca-73b2-b69e-e73eb71e5da2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"]},"identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:uuid:649a742a-0ce2-2e5e-cf5e-d7e37a1bbaf7"}],"status":"current","type":{"coding":[{"system":"http://loinc.org","code":"34117-2","display":"History and physical note"},{"system":"http://loinc.org","code":"51847-2","display":"Evaluation+Plan note"}]},"category":[{"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category","code":"clinical-note","display":"Clinical Note"}]}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"date":"2022-02-28T10:16:17.584-08:00","author":[{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}],"custodian":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"},"content":[{"attachment":{"contentType":"text/plain; charset=utf-8","data":"CjIwMjItMDItMjgKCiMgQ2hpZWYgQ29tcGxhaW50Ci0gTmFzYWwgQ29uZ2VzdGlvbgotIENoZXN0IFByZXNzdXJlCi0gU2hvcnRuZXNzIG9mIEJyZWF0aAoKCiMgSGlzdG9yeSBvZiBQcmVzZW50IElsbG5lc3MKTmE1MTUKIGlzIGEgMTggeWVhci1vbGQgbm9uLWhpc3BhbmljIHdoaXRlIGZlbWFsZS4gUGF0aWVudCBoYXMgYSBoaXN0b3J5IG9mIGFjdXRlIGFsbGVyZ2ljIHJlYWN0aW9uLCBhdG9waWMgZGVybWF0aXRpcywgdmlyYWwgc2ludXNpdGlzIChkaXNvcmRlcikuCgojIFNvY2lhbCBIaXN0b3J5CiBQYXRpZW50IGlzIGFuIGFjdGl2ZSBzbW9rZXIuCiBQYXRpZW50IGlkZW50aWZpZXMgYXMgaGV0ZXJvc2V4dWFsLgoKUGF0aWVudCBjb21lcyBmcm9tIGEgbWlkZGxlIHNvY2lvZWNvbm9taWMgYmFja2dyb3VuZC4KIFBhdGllbnQgaGFzIGEgaGlnaCBzY2hvb2wgZWR1Y2F0aW9uLgpQYXRpZW50IGN1cnJlbnRseSBoYXMgQ2lnbmEgSGVhbHRoLgoKIyBBbGxlcmdpZXMKTm8gS25vd24gQWxsZXJnaWVzLgoKIyBNZWRpY2F0aW9ucwoxMjAgYWN0dWF0IGZsdXRpY2Fzb25lIHByb3Bpb25hdGUgMC4wNDQgbWcvYWN0dWF0IG1ldGVyZWQgZG9zZSBpbmhhbGVyOyBuZGEwMjA1MDMgMjAwIGFjdHVhdCBhbGJ1dGVyb2wgMC4wOSBtZy9hY3R1YXQgbWV0ZXJlZCBkb3NlIGluaGFsZXI7IHByZWRuaXNvbmUgNSBtZyBvcmFsIHRhYmxldDsgeWF6IDI4IGRheSBwYWNrOyBhbW94aWNpbGxpbiAyNTAgbWcgLyBjbGF2dWxhbmF0ZSAxMjUgbWcgb3JhbCB0YWJsZXQKCiMgQXNzZXNzbWVudCBhbmQgUGxhbgoKCiMjIFBsYW4KCg=="},"format":{"system":"http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem","code":"urn:ihe:iti:xds:2017:mimeTypeSufficient","display":"mimeType Sufficient"}}],"context":{"encounter":[{"reference":"Encounter/ac4fc1f1-989d-119d-ee41-b9d6db4a3196"}],"period":{"start":"2022-02-28T10:16:17-08:00","end":"2022-02-28T10:31:17-08:00"}}} diff --git a/tests/fixtures/synthea/filtered/Encounter.ndjson b/tests/fixtures/synthea/filtered/Encounter.ndjson new file mode 100644 index 0000000..c757047 --- /dev/null +++ b/tests/fixtures/synthea/filtered/Encounter.ndjson @@ -0,0 +1,810 @@ +{"resourceType":"Encounter","id":"d832557b-948a-a8f9-923f-ed00de8b41db","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d832557b-948a-a8f9-923f-ed00de8b41db"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1945-08-03T14:00:00-07:00","end":"1945-08-03T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1945-08-03T14:00:00-07:00","end":"1945-08-03T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"698b3248-0921-ae14-ca54-6b375f62a808","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"698b3248-0921-ae14-ca54-6b375f62a808"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1949-06-27T04:54:23-08:00","end":"1949-06-27T05:09:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1949-06-27T04:54:23-08:00","end":"1949-06-27T05:09:23-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"75498004","display":"Acute bacterial sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"cb020cf7-3254-fae7-8c41-7ff9c5c18b7b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cb020cf7-3254-fae7-8c41-7ff9c5c18b7b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-08-09T03:01:44-07:00","end":"1987-08-09T03:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"1987-08-09T03:01:44-07:00","end":"1987-08-09T03:16:44-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"ecebe0ce-900d-de85-5283-e8d166f2a913","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ecebe0ce-900d-de85-5283-e8d166f2a913"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2004-01-22T14:06:21-08:00","end":"2004-01-22T14:21:21-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2004-01-22T14:06:21-08:00","end":"2004-01-22T14:21:21-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"156f1df5-35f5-dd01-1a61-0958667f90a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"156f1df5-35f5-dd01-1a61-0958667f90a6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1968-09-27T19:52:58-07:00","end":"1968-09-27T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"1968-09-27T19:52:58-07:00","end":"1968-09-27T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"23ff5071-2eb4-ba14-03ca-e2b0adfc31df","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"23ff5071-2eb4-ba14-03ca-e2b0adfc31df"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-07-30T16:02:47-07:00","end":"2012-07-30T16:17:47-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}}],"period":{"start":"2012-07-30T16:02:47-07:00","end":"2012-07-30T16:17:47-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a665d88d-991a-3d77-9b4b-6f4450b5acff","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}} +{"resourceType":"Encounter","id":"d322c403-8f40-ed3c-d485-b7cb84dd6b1f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d322c403-8f40-ed3c-d485-b7cb84dd6b1f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1928-09-16T10:15:12-08:00","end":"1928-09-16T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1928-09-16T10:15:12-08:00","end":"1928-09-16T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"9420243c-ba44-e56c-a0b6-9f284264e0a3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9420243c-ba44-e56c-a0b6-9f284264e0a3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1999-01-08T06:33:45-08:00","end":"1999-01-08T06:48:45-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"1999-01-08T06:33:45-08:00","end":"1999-01-08T06:48:45-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"0f41f556-3c12-a1d8-4ae3-53f73d2096e3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0f41f556-3c12-a1d8-4ae3-53f73d2096e3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2004-02-08T03:06:21-08:00","end":"2004-02-08T03:27:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2004-02-08T03:06:21-08:00","end":"2004-02-08T03:27:58-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"bf6b7617-c54c-b4a5-ce6e-04d7b1798034","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"bf6b7617-c54c-b4a5-ce6e-04d7b1798034"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1999-01-18T03:56:45-08:00","end":"1999-01-18T04:34:02-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"1999-01-18T03:56:45-08:00","end":"1999-01-18T04:34:02-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"4e9e91dc-f5c7-9a8d-17ca-8c45036f9a65","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4e9e91dc-f5c7-9a8d-17ca-8c45036f9a65"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1946-08-09T13:00:00-08:00","end":"1946-08-09T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1946-08-09T13:00:00-08:00","end":"1946-08-09T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"12fed13d-66ad-121a-e630-195c1fcbaa7d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"12fed13d-66ad-121a-e630-195c1fcbaa7d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1988-08-14T03:01:44-07:00","end":"1988-08-14T03:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"1988-08-14T03:01:44-07:00","end":"1988-08-14T03:16:44-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"2d83bd83-7d27-66ba-e600-118f65fbc110","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2d83bd83-7d27-66ba-e600-118f65fbc110"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1972-10-06T19:52:58-07:00","end":"1972-10-06T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"1972-10-06T19:52:58-07:00","end":"1972-10-06T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"2361c4cb-d435-0b75-768a-29ba571bc553","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2361c4cb-d435-0b75-768a-29ba571bc553"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-12-29T05:02:47-08:00","end":"2012-12-29T05:17:47-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}}],"period":{"start":"2012-12-29T05:02:47-08:00","end":"2012-12-29T05:17:47-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}} +{"resourceType":"Encounter","id":"e9a0909f-a45f-68b6-b6d0-075a175007da","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e9a0909f-a45f-68b6-b6d0-075a175007da"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1960-03-12T10:54:23-08:00","end":"1960-03-12T11:09:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1960-03-12T10:54:23-08:00","end":"1960-03-12T11:09:23-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"2ac40312-3cb0-9e2f-de08-1cc3623e6f81","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2ac40312-3cb0-9e2f-de08-1cc3623e6f81"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1940-11-24T10:15:12-08:00","end":"1940-11-24T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1940-11-24T10:15:12-08:00","end":"1940-11-24T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"443c8ca2-78c7-e203-8601-dcc9b83c5606","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"443c8ca2-78c7-e203-8601-dcc9b83c5606"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1975-10-10T19:52:58-07:00","end":"1975-10-10T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"1975-10-10T19:52:58-07:00","end":"1975-10-10T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"bcc49dad-5cdc-6d78-c26d-7e5c987ad667","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"bcc49dad-5cdc-6d78-c26d-7e5c987ad667"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1947-08-15T13:00:00-08:00","end":"1947-08-15T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1947-08-15T13:00:00-08:00","end":"1947-08-15T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"e1af3f8e-660c-0486-d9e6-db7cde56376c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e1af3f8e-660c-0486-d9e6-db7cde56376c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"170837001","display":"Allergic disorder initial assessment"}],"text":"Allergic disorder initial assessment"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2011-02-19T03:56:45-08:00","end":"2011-02-19T04:26:48-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2011-02-19T03:56:45-08:00","end":"2011-02-19T04:26:48-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"cc8fec16-687a-260b-85c3-b7eb8744baa7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cc8fec16-687a-260b-85c3-b7eb8744baa7"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1988-08-19T12:01:44-07:00","end":"1988-08-19T12:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"1988-08-19T12:01:44-07:00","end":"1988-08-19T12:16:44-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"43878008","display":"Streptococcal sore throat (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"a92671c1-2147-cd7b-2c0e-ad7fdd2cd9ce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a92671c1-2147-cd7b-2c0e-ad7fdd2cd9ce"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1962-12-08T10:54:23-08:00","end":"1962-12-08T11:09:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1962-12-08T10:54:23-08:00","end":"1962-12-08T11:09:23-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"9ad7d99a-a090-8c2c-edfa-e3932245525d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9ad7d99a-a090-8c2c-edfa-e3932245525d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2006-01-15T16:06:21-08:00","end":"2006-01-15T16:21:21-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2006-01-15T16:06:21-08:00","end":"2006-01-15T16:21:21-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"446096008","display":"Perennial allergic rhinitis"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"c69edc4a-3c20-480b-0a60-cf4c4b1beb38","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c69edc4a-3c20-480b-0a60-cf4c4b1beb38"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1978-10-13T19:52:58-07:00","end":"1978-10-13T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"1978-10-13T19:52:58-07:00","end":"1978-10-13T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"4fab0caa-a6e8-cd98-b552-a4cf78dca9ea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4fab0caa-a6e8-cd98-b552-a4cf78dca9ea"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-03-17T04:56:45-07:00","end":"2012-03-17T05:11:45-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}}],"period":{"start":"2012-03-17T04:56:45-07:00","end":"2012-03-17T05:11:45-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}} +{"resourceType":"Encounter","id":"7eeb7d94-1d7d-545a-df83-8cc9b4bd628b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7eeb7d94-1d7d-545a-df83-8cc9b4bd628b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1989-08-20T03:01:44-07:00","end":"1989-08-20T03:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"1989-08-20T03:01:44-07:00","end":"1989-08-20T03:16:44-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"1048742e-5ae6-7030-28bd-b1e328eb3b39","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1048742e-5ae6-7030-28bd-b1e328eb3b39"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"698314001","display":"Consultation for treatment"}],"text":"Consultation for treatment"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1964-03-19T10:54:23-08:00","end":"1964-03-19T11:09:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1964-03-19T10:54:23-08:00","end":"1964-03-19T11:09:23-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"997ec2f6-0cf4-1ff7-1ce8-64a81660427a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"997ec2f6-0cf4-1ff7-1ce8-64a81660427a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1941-11-30T10:15:12-08:00","end":"1941-11-30T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1941-11-30T10:15:12-08:00","end":"1941-11-30T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"4eb5cee9-19af-d116-ab55-699a5d8b5611","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4eb5cee9-19af-d116-ab55-699a5d8b5611"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1948-08-20T14:00:00-07:00","end":"1948-08-20T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1948-08-20T14:00:00-07:00","end":"1948-08-20T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"b970e620-5b7c-6888-31ba-406ded74623e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b970e620-5b7c-6888-31ba-406ded74623e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1981-10-16T19:52:58-07:00","end":"1981-10-16T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"1981-10-16T19:52:58-07:00","end":"1981-10-16T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"df4f3de0-87f3-3116-4453-1741424c67c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"df4f3de0-87f3-3116-4453-1741424c67c3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"IMP"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"183452005","display":"Encounter Inpatient"}],"text":"Encounter Inpatient"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1990-02-06T02:01:44-08:00","end":"1990-02-07T02:01:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"1990-02-06T02:01:44-08:00","end":"1990-02-07T02:01:44-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"82423001","display":"Chronic pain"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"a6ef7685-bfc6-2311-81aa-eb5147b850b6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a6ef7685-bfc6-2311-81aa-eb5147b850b6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1967-03-25T10:54:23-08:00","end":"1967-03-25T11:09:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1967-03-25T10:54:23-08:00","end":"1967-03-25T11:09:23-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"1ad7a943-296f-f295-45bf-2f7b3919290a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1ad7a943-296f-f295-45bf-2f7b3919290a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1942-12-06T11:15:12-07:00","end":"1942-12-06T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1942-12-06T11:15:12-07:00","end":"1942-12-06T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"feee3ed6-292e-5f51-b40b-339b8c7c9217","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"feee3ed6-292e-5f51-b40b-339b8c7c9217"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-10-23T19:52:58-07:00","end":"1987-10-23T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"1987-10-23T19:52:58-07:00","end":"1987-10-23T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"2629eedd-c4b1-c911-1725-219ea5e38f4f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2629eedd-c4b1-c911-1725-219ea5e38f4f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1990-08-26T03:01:44-07:00","end":"1990-08-26T03:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"1990-08-26T03:01:44-07:00","end":"1990-08-26T03:16:44-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"209afada-a74e-0853-c2ef-9f7b2faa8e3b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"209afada-a74e-0853-c2ef-9f7b2faa8e3b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1970-03-28T10:54:23-08:00","end":"1970-03-28T11:09:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1970-03-28T10:54:23-08:00","end":"1970-03-28T11:09:23-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"c3dceff5-0b93-02f6-96a3-66c527b2103e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c3dceff5-0b93-02f6-96a3-66c527b2103e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1943-12-12T11:15:12-07:00","end":"1943-12-12T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1943-12-12T11:15:12-07:00","end":"1943-12-12T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"021d508d-eb78-a44c-9840-c3702c8363cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"021d508d-eb78-a44c-9840-c3702c8363cc"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"424619006","display":"Prenatal visit"}],"text":"Prenatal visit"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1949-08-26T13:00:00-08:00","end":"1949-08-26T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"1949-08-26T13:00:00-08:00","end":"1949-08-26T13:15:00-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"72892002","display":"Normal pregnancy"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"f39182f3-9cfd-7318-ae1c-640bebc22ee4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f39182f3-9cfd-7318-ae1c-640bebc22ee4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-01-04T05:02:47-08:00","end":"2014-01-04T05:17:47-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}}],"period":{"start":"2014-01-04T05:02:47-08:00","end":"2014-01-04T05:17:47-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}} +{"resourceType":"Encounter","id":"2f0ceaea-3bea-2fdd-c956-226c7fadb2f8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2f0ceaea-3bea-2fdd-c956-226c7fadb2f8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1973-03-31T10:54:23-08:00","end":"1973-03-31T11:09:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1973-03-31T10:54:23-08:00","end":"1973-03-31T11:09:23-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"3cb75efd-6480-c0c3-d86c-1d765c167ce4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3cb75efd-6480-c0c3-d86c-1d765c167ce4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1990-08-10T19:52:58-07:00","end":"1990-08-10T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"1990-08-10T19:52:58-07:00","end":"1990-08-10T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"1d597191-bc8d-4671-2a1f-5b33e7cdacde","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1d597191-bc8d-4671-2a1f-5b33e7cdacde"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1991-09-01T03:01:44-07:00","end":"1991-09-01T03:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"1991-09-01T03:01:44-07:00","end":"1991-09-01T03:16:44-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"0e12e010-8dad-9985-14b1-4ecbd6ecbabf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0e12e010-8dad-9985-14b1-4ecbd6ecbabf"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1944-12-17T11:15:12-07:00","end":"1944-12-17T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1944-12-17T11:15:12-07:00","end":"1944-12-17T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"4cd8486b-093b-a689-396a-be34ce95dbf3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4cd8486b-093b-a689-396a-be34ce95dbf3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"183460006","display":"Obstetric emergency hospital admission"}],"text":"Obstetric emergency hospital admission"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1949-09-02T13:00:00-08:00","end":"1949-09-02T14:00:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"1949-09-02T13:00:00-08:00","end":"1949-09-02T14:00:00-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"72892002","display":"Normal pregnancy"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"280712c3-2d24-5e11-8069-7f214dfe4c27","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"280712c3-2d24-5e11-8069-7f214dfe4c27"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"50849002","display":"Emergency room admission (procedure)"}],"text":"Emergency room admission (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1973-03-26T11:20:12-08:00","end":"1973-03-26T12:20:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1973-03-26T11:20:12-08:00","end":"1973-03-26T12:20:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"4c9645e6-b422-dc6c-145b-35c3b8631d53","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4c9645e6-b422-dc6c-145b-35c3b8631d53"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1992-08-14T19:52:58-07:00","end":"1992-08-14T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"1992-08-14T19:52:58-07:00","end":"1992-08-14T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"978d768a-3509-1e1f-9e1a-59e48dfe77fc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"978d768a-3509-1e1f-9e1a-59e48dfe77fc"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1992-09-06T03:01:44-07:00","end":"1992-09-06T03:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"1992-09-06T03:01:44-07:00","end":"1992-09-06T03:16:44-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"447aacfe-3c37-9bc6-c85f-1d6959d35be9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"447aacfe-3c37-9bc6-c85f-1d6959d35be9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1945-12-23T10:15:12-08:00","end":"1945-12-23T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1945-12-23T10:15:12-08:00","end":"1945-12-23T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"092ce6c8-0725-092a-32ca-9f4dacf76c5f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"092ce6c8-0725-092a-32ca-9f4dacf76c5f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1994-08-19T19:52:58-07:00","end":"1994-08-19T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"1994-08-19T19:52:58-07:00","end":"1994-08-19T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"1f7394e1-bdbb-6bf1-f753-a411bb21f8aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1f7394e1-bdbb-6bf1-f753-a411bb21f8aa"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-05-15T17:06:21-07:00","end":"2013-05-15T17:21:21-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}}],"period":{"start":"2013-05-15T17:06:21-07:00","end":"2013-05-15T17:21:21-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}} +{"resourceType":"Encounter","id":"a1fe3ead-9236-8adf-cb9f-276f0c95408d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a1fe3ead-9236-8adf-cb9f-276f0c95408d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem (procedure)"}],"text":"Encounter for problem (procedure)"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-02-03T05:02:47-08:00","end":"2015-01-10T05:02:47-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}}],"period":{"start":"2014-02-03T05:02:47-08:00","end":"2015-01-10T05:02:47-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a665d88d-991a-3d77-9b4b-6f4450b5acff","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}} +{"resourceType":"Encounter","id":"0cc994ad-de2a-1ec6-9e8c-16354eb0a848","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0cc994ad-de2a-1ec6-9e8c-16354eb0a848"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1946-12-29T10:15:12-08:00","end":"1946-12-29T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1946-12-29T10:15:12-08:00","end":"1946-12-29T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"f801a221-7ca8-206d-7160-0b1e64ff7bf2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f801a221-7ca8-206d-7160-0b1e64ff7bf2"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1950-09-01T14:00:00-07:00","end":"1950-09-01T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1950-09-01T14:00:00-07:00","end":"1950-09-01T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"4b5625de-2fb1-b357-932a-17ae90f66c78","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4b5625de-2fb1-b357-932a-17ae90f66c78"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1993-09-12T03:01:44-07:00","end":"1993-09-12T03:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"1993-09-12T03:01:44-07:00","end":"1993-09-12T03:16:44-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"6c2a9ac3-f367-7d0d-eba4-645e339aa543","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6c2a9ac3-f367-7d0d-eba4-645e339aa543"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1948-01-04T10:15:12-08:00","end":"1948-01-04T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1948-01-04T10:15:12-08:00","end":"1948-01-04T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"d5c62496-bd21-33ca-9842-3925c0a0f17f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d5c62496-bd21-33ca-9842-3925c0a0f17f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"390906007","display":"Follow-up encounter (procedure)"}],"text":"Follow-up encounter (procedure)"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-03-08T18:02:47-08:00","end":"2014-03-08T18:17:47-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}}],"period":{"start":"2014-03-08T18:02:47-08:00","end":"2014-03-08T18:17:47-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a665d88d-991a-3d77-9b4b-6f4450b5acff","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}} +{"resourceType":"Encounter","id":"f008aa9b-3b19-002d-bfea-e5d9244a0cc5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f008aa9b-3b19-002d-bfea-e5d9244a0cc5"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1976-04-03T10:54:23-08:00","end":"1976-04-03T11:09:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1976-04-03T10:54:23-08:00","end":"1976-04-03T11:09:23-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"881ca5c2-df63-a04f-694c-23a798d1d462","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"881ca5c2-df63-a04f-694c-23a798d1d462"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-05-18T17:09:18-07:00","end":"2012-05-18T18:04:41-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2012-05-18T17:09:18-07:00","end":"2012-05-18T18:04:41-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"b559a1db-6199-eba1-3cf3-5e29700fdeaa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b559a1db-6199-eba1-3cf3-5e29700fdeaa"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1951-09-07T14:00:00-07:00","end":"1951-09-07T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1951-09-07T14:00:00-07:00","end":"1951-09-07T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"5986a44f-0809-757b-0624-a356e41d70d1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5986a44f-0809-757b-0624-a356e41d70d1"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1996-08-23T19:52:58-07:00","end":"1996-08-23T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"1996-08-23T19:52:58-07:00","end":"1996-08-23T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"ea86cb71-6059-ac9c-e1f1-8fdf13865b33","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ea86cb71-6059-ac9c-e1f1-8fdf13865b33"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-06-12T18:04:41-07:00","end":"2012-06-12T18:50:52-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2012-06-12T18:04:41-07:00","end":"2012-06-12T18:50:52-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"a2729fed-9fbe-a152-f510-7188f93b2207","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a2729fed-9fbe-a152-f510-7188f93b2207"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1998-08-28T19:52:58-07:00","end":"1998-08-28T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"1998-08-28T19:52:58-07:00","end":"1998-08-28T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"d03c9451-115e-2765-90a9-fe34caa0e9b9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d03c9451-115e-2765-90a9-fe34caa0e9b9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"424619006","display":"Prenatal visit"}],"text":"Prenatal visit"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1952-09-12T14:00:00-07:00","end":"1952-09-12T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"1952-09-12T14:00:00-07:00","end":"1952-09-12T14:15:00-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"72892002","display":"Normal pregnancy"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"3a7b6769-362a-01fa-4939-278f05442451","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3a7b6769-362a-01fa-4939-278f05442451"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-05-21T17:06:21-07:00","end":"2014-05-21T17:21:21-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}}],"period":{"start":"2014-05-21T17:06:21-07:00","end":"2014-05-21T17:21:21-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}} +{"resourceType":"Encounter","id":"324892c3-ac26-5f1f-208d-a67f5de08c3f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"324892c3-ac26-5f1f-208d-a67f5de08c3f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"169762003","display":"Postnatal visit"}],"text":"Postnatal visit"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1976-06-19T11:54:23-07:00","end":"1976-06-19T12:09:23-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1976-06-19T11:54:23-07:00","end":"1976-06-19T12:09:23-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"73f0f344-3372-f3db-70be-f08b1b567532","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"73f0f344-3372-f3db-70be-f08b1b567532"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1949-01-09T10:15:12-08:00","end":"1949-01-09T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1949-01-09T10:15:12-08:00","end":"1949-01-09T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"05841784-c04f-f0b2-855c-9e1b98d7acf0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"05841784-c04f-f0b2-855c-9e1b98d7acf0"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1994-09-18T03:01:44-07:00","end":"1994-09-18T03:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"1994-09-18T03:01:44-07:00","end":"1994-09-18T03:16:44-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"cb380a14-720b-6afb-0b98-8f5676438938","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cb380a14-720b-6afb-0b98-8f5676438938"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1950-01-15T10:15:12-08:00","end":"1950-01-15T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1950-01-15T10:15:12-08:00","end":"1950-01-15T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"404f0218-c0d3-34ca-d6a1-f194343d152f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"404f0218-c0d3-34ca-d6a1-f194343d152f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"390906007","display":"Follow-up encounter (procedure)"}],"text":"Follow-up encounter (procedure)"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-05-07T19:02:47-07:00","end":"2014-05-07T19:17:47-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}}],"period":{"start":"2014-05-07T19:02:47-07:00","end":"2014-05-07T19:17:47-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a665d88d-991a-3d77-9b4b-6f4450b5acff","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}} +{"resourceType":"Encounter","id":"b516a75c-7d8f-7d97-a1fc-89736b8a5373","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b516a75c-7d8f-7d97-a1fc-89736b8a5373"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for 'check-up'"}],"text":"Encounter for 'check-up'"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2000-08-04T19:52:58-07:00","end":"2000-08-04T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2000-08-04T19:52:58-07:00","end":"2000-08-04T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"c5adc388-0c86-e471-0857-5b5f371028ba","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c5adc388-0c86-e471-0857-5b5f371028ba"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1995-09-24T03:01:44-07:00","end":"1995-09-24T03:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"1995-09-24T03:01:44-07:00","end":"1995-09-24T03:16:44-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"6d15baa7-1926-4186-63cd-56376a37e289","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6d15baa7-1926-4186-63cd-56376a37e289"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-07-07T18:50:52-07:00","end":"2012-07-07T19:07:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2012-07-07T18:50:52-07:00","end":"2012-07-07T19:07:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"14fbfb3f-f2ec-8e4a-d1cf-a9e3fc0e93ad","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"14fbfb3f-f2ec-8e4a-d1cf-a9e3fc0e93ad"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"424619006","display":"Prenatal visit"}],"text":"Prenatal visit"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1951-01-18T10:15:12-08:00","end":"1951-01-18T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}}],"period":{"start":"1951-01-18T10:15:12-08:00","end":"1951-01-18T10:30:12-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"267253006","display":"Fetus with chromosomal abnormality"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Encounter","id":"c21e833a-e62f-5125-5de5-4af1f95fb9be","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c21e833a-e62f-5125-5de5-4af1f95fb9be"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-07-29T19:07:56-07:00","end":"2012-07-29T19:43:20-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2012-07-29T19:07:56-07:00","end":"2012-07-29T19:43:20-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"8804c0b1-30eb-b4a4-c94f-491488e66b6c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8804c0b1-30eb-b4a4-c94f-491488e66b6c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1977-04-09T10:54:23-08:00","end":"1977-04-09T11:09:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1977-04-09T10:54:23-08:00","end":"1977-04-09T11:09:23-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"30d717c8-0fda-a346-3d8d-35f1fc1de885","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"30d717c8-0fda-a346-3d8d-35f1fc1de885"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1978-04-15T10:54:23-08:00","end":"1978-04-15T11:09:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1978-04-15T10:54:23-08:00","end":"1978-04-15T11:09:23-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"c1632244-d17a-5f16-9254-30bf38c000a4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c1632244-d17a-5f16-9254-30bf38c000a4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"183460006","display":"Obstetric emergency hospital admission"}],"text":"Obstetric emergency hospital admission"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1952-09-19T14:00:00-07:00","end":"1952-09-19T15:00:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"1952-09-19T14:00:00-07:00","end":"1952-09-19T15:00:00-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"72892002","display":"Normal pregnancy"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"c36dc60c-da0a-3fa8-aef9-66ce46fdf53b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c36dc60c-da0a-3fa8-aef9-66ce46fdf53b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-12-03T14:02:47-08:00","end":"2014-12-03T14:17:47-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}}],"period":{"start":"2014-12-03T14:02:47-08:00","end":"2014-12-03T14:17:47-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a665d88d-991a-3d77-9b4b-6f4450b5acff","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}} +{"resourceType":"Encounter","id":"65e4b212-9e6a-dba3-7cb6-3403b4c0701c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"65e4b212-9e6a-dba3-7cb6-3403b4c0701c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2001-08-10T19:52:58-07:00","end":"2001-08-10T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"2001-08-10T19:52:58-07:00","end":"2001-08-10T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"a8bbf520-ca66-d43c-3703-642f5f842960","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a8bbf520-ca66-d43c-3703-642f5f842960"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1953-09-18T14:00:00-07:00","end":"1953-09-18T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1953-09-18T14:00:00-07:00","end":"1953-09-18T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"b146633e-345d-2534-3e56-bb042cc2337f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b146633e-345d-2534-3e56-bb042cc2337f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-01-10T05:02:47-08:00","end":"2015-01-10T05:17:47-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}}],"period":{"start":"2015-01-10T05:02:47-08:00","end":"2015-01-10T05:17:47-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}} +{"resourceType":"Encounter","id":"71f8eed0-e810-2cc7-9284-0d137de4061a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"71f8eed0-e810-2cc7-9284-0d137de4061a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2002-08-16T19:52:58-07:00","end":"2002-08-16T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"2002-08-16T19:52:58-07:00","end":"2002-08-16T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"e4bc1772-d1c0-921f-357d-5a6a36e9d644","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e4bc1772-d1c0-921f-357d-5a6a36e9d644"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1995-09-24T03:01:44-07:00","end":"1995-09-24T03:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"1995-09-24T03:01:44-07:00","end":"1995-09-24T03:16:44-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"271737000","display":"Anemia (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"9d8e8783-dcd9-6c81-8d6c-7e842ecf9c03","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9d8e8783-dcd9-6c81-8d6c-7e842ecf9c03"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1951-12-17T03:15:12-08:00","end":"1951-12-17T03:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}}],"period":{"start":"1951-12-17T03:15:12-08:00","end":"1951-12-17T03:30:12-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Encounter","id":"2ac2a165-be76-cc28-c2d3-9f58a6e462e5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2ac2a165-be76-cc28-c2d3-9f58a6e462e5"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-08-21T19:43:20-07:00","end":"2012-08-21T20:12:08-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2012-08-21T19:43:20-07:00","end":"2012-08-21T20:12:08-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"a95f9eaa-14b9-f614-662a-610b7d94c543","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a95f9eaa-14b9-f614-662a-610b7d94c543"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-05-27T17:06:21-07:00","end":"2015-05-27T17:21:21-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}}],"period":{"start":"2015-05-27T17:06:21-07:00","end":"2015-05-27T17:21:21-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}} +{"resourceType":"Encounter","id":"cdc2a745-3195-cd51-6fcd-6738add16a41","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cdc2a745-3195-cd51-6fcd-6738add16a41"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-09-13T20:12:08-07:00","end":"2012-09-13T21:05:28-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2012-09-13T20:12:08-07:00","end":"2012-09-13T21:05:28-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"0ee6630c-b1df-5f07-be2c-7e8f67946f45","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0ee6630c-b1df-5f07-be2c-7e8f67946f45"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1996-09-29T03:01:44-07:00","end":"1996-09-29T03:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"1996-09-29T03:01:44-07:00","end":"1996-09-29T03:16:44-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"18ca5fcd-30db-f206-4a86-41a90503128e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"18ca5fcd-30db-f206-4a86-41a90503128e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1979-04-21T10:54:23-08:00","end":"1979-04-21T11:09:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1979-04-21T10:54:23-08:00","end":"1979-04-21T11:09:23-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"91266119-5fef-91c4-8379-9cd8b1ce221c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"91266119-5fef-91c4-8379-9cd8b1ce221c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"IMP"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"183452005","display":"Encounter Inpatient"}],"text":"Encounter Inpatient"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2003-11-23T18:52:58-08:00","end":"2003-11-24T18:52:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999629","display":"Dr. Marcelene872 Mayert710"}}],"period":{"start":"2003-11-23T18:52:58-08:00","end":"2003-11-24T18:52:58-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"196416002","display":"Impacted molars"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|8164d1f4-c11a-31f3-8af3-dbbf69028e81","display":"NEW ENGLAND BAPTIST HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9a7149fa-49fc-3c87-b935-d29c55808717","display":"NEW ENGLAND BAPTIST HOSPITAL"}} +{"resourceType":"Encounter","id":"9d75a62c-749b-2c4f-4a6f-b02ac0e6da53","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9d75a62c-749b-2c4f-4a6f-b02ac0e6da53"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1979-11-29T17:54:23-08:00","end":"1979-11-29T18:09:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1979-11-29T17:54:23-08:00","end":"1979-11-29T18:09:23-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"10509002","display":"Acute bronchitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"a4712084-7b66-80d6-6f9e-ba9823fce83f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a4712084-7b66-80d6-6f9e-ba9823fce83f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2004-08-27T19:52:58-07:00","end":"2004-08-27T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"2004-08-27T19:52:58-07:00","end":"2004-08-27T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"23b8ca16-698c-29a3-4f4f-bd383afb5201","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"23b8ca16-698c-29a3-4f4f-bd383afb5201"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2006-09-08T19:52:58-07:00","end":"2006-09-08T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"2006-09-08T19:52:58-07:00","end":"2006-09-08T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"a12ba6bf-50ba-9131-1ed1-29745ac907ec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a12ba6bf-50ba-9131-1ed1-29745ac907ec"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1997-10-05T03:01:44-07:00","end":"1997-10-05T03:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"1997-10-05T03:01:44-07:00","end":"1997-10-05T03:16:44-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"2e30f832-c37a-a952-b645-ea93800492a9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2e30f832-c37a-a952-b645-ea93800492a9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2009-09-25T19:52:58-07:00","end":"2009-09-25T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"2009-09-25T19:52:58-07:00","end":"2009-09-25T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"6b0b7ce5-21e1-48a9-d8d9-318e276f2904","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6b0b7ce5-21e1-48a9-d8d9-318e276f2904"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2010-10-01T19:52:58-07:00","end":"2010-10-01T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"2010-10-01T19:52:58-07:00","end":"2010-10-01T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"e148d6bc-02ea-eaff-3220-fa12284fb269","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e148d6bc-02ea-eaff-3220-fa12284fb269"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1954-09-24T14:00:00-07:00","end":"1954-09-24T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1954-09-24T14:00:00-07:00","end":"1954-09-24T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"11208b5e-311d-daad-be7e-852a32097c4d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"11208b5e-311d-daad-be7e-852a32097c4d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1952-01-27T10:15:12-08:00","end":"1952-01-27T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1952-01-27T10:15:12-08:00","end":"1952-01-27T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"cfd1507d-5478-a474-fcfa-d7c8decb5a32","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cfd1507d-5478-a474-fcfa-d7c8decb5a32"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2011-10-07T19:52:58-07:00","end":"2011-10-07T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"2011-10-07T19:52:58-07:00","end":"2011-10-07T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"edfce94e-e439-7a0f-7a62-0dacf12c813d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"edfce94e-e439-7a0f-7a62-0dacf12c813d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-10-12T19:52:58-07:00","end":"2012-10-12T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"2012-10-12T19:52:58-07:00","end":"2012-10-12T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"25b5f65a-681f-94f6-1ebc-ae61f4c38dcd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"25b5f65a-681f-94f6-1ebc-ae61f4c38dcd"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-10-10T21:05:28-07:00","end":"2012-10-10T21:26:31-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2012-10-10T21:05:28-07:00","end":"2012-10-10T21:26:31-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"f41d8909-45aa-547f-64d4-1e28ab7734b4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f41d8909-45aa-547f-64d4-1e28ab7734b4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-11-03T21:26:31-07:00","end":"2012-11-03T22:25:15-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2012-11-03T21:26:31-07:00","end":"2012-11-03T22:25:15-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"21de04bf-4f6d-c199-40a9-eedca23152c5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"21de04bf-4f6d-c199-40a9-eedca23152c5"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"424619006","display":"Prenatal visit"}],"text":"Prenatal visit"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1953-02-01T10:15:12-08:00","end":"1953-02-01T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}}],"period":{"start":"1953-02-01T10:15:12-08:00","end":"1953-02-01T10:30:12-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"72892002","display":"Normal pregnancy"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Encounter","id":"a473f087-46d1-bf70-a40c-be1389fd8909","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a473f087-46d1-bf70-a40c-be1389fd8909"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"424441002","display":"Prenatal initial visit"}],"text":"Prenatal initial visit"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1955-09-30T13:00:00-08:00","end":"1955-09-30T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"1955-09-30T13:00:00-08:00","end":"1955-09-30T13:15:00-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"72892002","display":"Normal pregnancy"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"38781f09-3e48-3f1d-7d19-bb6b9b815a84","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"38781f09-3e48-3f1d-7d19-bb6b9b815a84"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1954-02-07T10:15:12-08:00","end":"1954-02-07T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1954-02-07T10:15:12-08:00","end":"1954-02-07T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"d1fd1ae7-1526-56e7-87a6-94fe6121f6c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1980-04-26T10:54:23-08:00","end":"1980-04-26T11:09:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1980-04-26T10:54:23-08:00","end":"1980-04-26T11:09:23-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"ed5a6aa7-eff6-49a8-a1f7-19267129297d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ed5a6aa7-eff6-49a8-a1f7-19267129297d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1998-10-11T03:01:44-07:00","end":"1998-10-11T03:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"1998-10-11T03:01:44-07:00","end":"1998-10-11T03:16:44-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"1907cc1d-f0fb-c9ed-1b42-32e5332736d7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1907cc1d-f0fb-c9ed-1b42-32e5332736d7"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-11-30T21:25:15-08:00","end":"2012-11-30T22:22:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2012-11-30T21:25:15-08:00","end":"2012-11-30T22:22:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"4a0b3821-5d8a-647d-7b27-16eb154bee92","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4a0b3821-5d8a-647d-7b27-16eb154bee92"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-01-16T05:02:47-08:00","end":"2016-01-16T05:17:47-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}}],"period":{"start":"2016-01-16T05:02:47-08:00","end":"2016-01-16T05:17:47-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}} +{"resourceType":"Encounter","id":"cd81b58e-c608-32b4-769f-3fe6b584b4c0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cd81b58e-c608-32b4-769f-3fe6b584b4c0"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1999-10-17T03:01:44-07:00","end":"1999-10-17T03:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"1999-10-17T03:01:44-07:00","end":"1999-10-17T03:16:44-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"b93b8842-e417-ab4f-43ea-017394a9f44c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b93b8842-e417-ab4f-43ea-017394a9f44c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-12-26T22:22:12-08:00","end":"2012-12-26T23:07:05-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2012-12-26T22:22:12-08:00","end":"2012-12-26T23:07:05-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"755f1c0b-3b9a-93b9-df98-1d1fca6d959d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"755f1c0b-3b9a-93b9-df98-1d1fca6d959d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"170837001","display":"Allergic disorder initial assessment"}],"text":"Allergic disorder initial assessment"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-05-11T17:06:21-07:00","end":"2016-05-11T17:40:25-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2016-05-11T17:06:21-07:00","end":"2016-05-11T17:40:25-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"3e37b13a-8ae1-429a-8e69-a2c671fb20fb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3e37b13a-8ae1-429a-8e69-a2c671fb20fb"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1956-10-05T13:00:00-08:00","end":"1956-10-05T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1956-10-05T13:00:00-08:00","end":"1956-10-05T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"1309fc2f-73d8-6c8c-2668-ecc44e08afdc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1309fc2f-73d8-6c8c-2668-ecc44e08afdc"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1955-02-13T10:15:12-08:00","end":"1955-02-13T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1955-02-13T10:15:12-08:00","end":"1955-02-13T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"38d339f9-8b64-013e-1fd7-848e1ee573c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"38d339f9-8b64-013e-1fd7-848e1ee573c8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1956-02-19T10:15:12-08:00","end":"1956-02-19T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1956-02-19T10:15:12-08:00","end":"1956-02-19T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"2b6d0b80-6370-fc88-45cb-086e4424956b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2b6d0b80-6370-fc88-45cb-086e4424956b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2000-10-22T03:01:44-07:00","end":"2000-10-22T03:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2000-10-22T03:01:44-07:00","end":"2000-10-22T03:16:44-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"1e5504a5-d788-c62f-994d-39eb8eb3eec9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1e5504a5-d788-c62f-994d-39eb8eb3eec9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1957-10-11T13:00:00-08:00","end":"1957-10-11T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1957-10-11T13:00:00-08:00","end":"1957-10-11T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"3f1fdb8b-bb2d-e24c-0847-8cb4fe7abcdc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3f1fdb8b-bb2d-e24c-0847-8cb4fe7abcdc"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-01-22T23:07:05-08:00","end":"2013-01-22T23:44:31-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2013-01-22T23:07:05-08:00","end":"2013-01-22T23:44:31-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"a93cd41d-d3ad-f124-eaf1-d45e3126b78c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a93cd41d-d3ad-f124-eaf1-d45e3126b78c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2001-10-28T02:01:44-08:00","end":"2001-10-28T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2001-10-28T02:01:44-08:00","end":"2001-10-28T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"37b7e6b1-93b5-f268-5b74-f696a0202d22","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"37b7e6b1-93b5-f268-5b74-f696a0202d22"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1958-10-17T13:00:00-08:00","end":"1958-10-17T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1958-10-17T13:00:00-08:00","end":"1958-10-17T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"fcd742ee-46a6-979f-d4e5-ab0cf41d8782","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"fcd742ee-46a6-979f-d4e5-ab0cf41d8782"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-02-14T23:44:31-08:00","end":"2013-02-15T00:42:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2013-02-14T23:44:31-08:00","end":"2013-02-15T00:42:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"b732d179-0abe-1a0d-2ce2-024abc864ded","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b732d179-0abe-1a0d-2ce2-024abc864ded"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-06-01T17:06:21-07:00","end":"2016-06-01T17:21:21-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}}],"period":{"start":"2016-06-01T17:06:21-07:00","end":"2016-06-01T17:21:21-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}} +{"resourceType":"Encounter","id":"97ad83e5-e659-ae8e-f8d4-f74f6c4816ba","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"97ad83e5-e659-ae8e-f8d4-f74f6c4816ba"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2002-11-03T02:01:44-08:00","end":"2002-11-03T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2002-11-03T02:01:44-08:00","end":"2002-11-03T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"8843b3c0-e9ca-0e94-d00b-7be3ff8af9f1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8843b3c0-e9ca-0e94-d00b-7be3ff8af9f1"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-03-11T01:42:00-07:00","end":"2013-03-11T01:58:30-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2013-03-11T01:42:00-07:00","end":"2013-03-11T01:58:30-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"a3c62e76-c3af-cafa-572b-ed9ce40e3b95","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a3c62e76-c3af-cafa-572b-ed9ce40e3b95"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2003-11-09T02:01:44-08:00","end":"2003-11-09T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2003-11-09T02:01:44-08:00","end":"2003-11-09T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"3f912b1c-a37a-1a3b-718d-8ba635ab6a65","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3f912b1c-a37a-1a3b-718d-8ba635ab6a65"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2004-11-14T02:01:44-08:00","end":"2004-11-14T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2004-11-14T02:01:44-08:00","end":"2004-11-14T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"a8708b90-ebc0-6190-dc23-336dd5658513","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a8708b90-ebc0-6190-dc23-336dd5658513"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1957-02-24T10:15:12-08:00","end":"1957-02-24T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1957-02-24T10:15:12-08:00","end":"1957-02-24T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"781d3f05-6e14-4955-a645-06e2639a3209","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"781d3f05-6e14-4955-a645-06e2639a3209"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2005-11-20T02:01:44-08:00","end":"2005-11-20T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2005-11-20T02:01:44-08:00","end":"2005-11-20T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"db02bd0e-32c5-cc67-c649-8a278d28fb45","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"db02bd0e-32c5-cc67-c649-8a278d28fb45"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2006-11-26T02:01:44-08:00","end":"2006-11-26T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2006-11-26T02:01:44-08:00","end":"2006-11-26T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"817a85be-3655-2112-6d41-7787e036013f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"817a85be-3655-2112-6d41-7787e036013f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1981-05-02T11:54:23-07:00","end":"1981-05-02T12:09:23-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1981-05-02T11:54:23-07:00","end":"1981-05-02T12:09:23-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"da26dce8-9c7b-f822-bf44-718b626a0fc4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"da26dce8-9c7b-f822-bf44-718b626a0fc4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1958-03-02T10:15:12-08:00","end":"1958-03-02T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1958-03-02T10:15:12-08:00","end":"1958-03-02T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"efd2ba2c-3c31-1692-8a43-675d9eed65e8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"efd2ba2c-3c31-1692-8a43-675d9eed65e8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1959-10-23T13:00:00-08:00","end":"1959-10-23T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1959-10-23T13:00:00-08:00","end":"1959-10-23T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"53e9c544-0cc2-508d-fe87-6d26d492c00d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"53e9c544-0cc2-508d-fe87-6d26d492c00d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-03-23T04:56:45-07:00","end":"2013-03-23T05:11:45-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}}],"period":{"start":"2013-03-23T04:56:45-07:00","end":"2013-03-23T05:11:45-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}} +{"resourceType":"Encounter","id":"c87f79c4-136b-65bd-fc59-ce1b9c3b959f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c87f79c4-136b-65bd-fc59-ce1b9c3b959f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1960-10-28T13:00:00-08:00","end":"1960-10-28T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1960-10-28T13:00:00-08:00","end":"1960-10-28T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"1a668178-4ad2-f70c-fff0-5b57b49d6e83","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1a668178-4ad2-f70c-fff0-5b57b49d6e83"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-06-07T17:40:25-07:00","end":"2016-06-07T18:22:36-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2016-06-07T17:40:25-07:00","end":"2016-06-07T18:22:36-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"1f2a28dc-20ab-83b5-7375-d660d2fc8d3b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1f2a28dc-20ab-83b5-7375-d660d2fc8d3b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1959-03-08T10:15:12-08:00","end":"1959-03-08T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1959-03-08T10:15:12-08:00","end":"1959-03-08T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"1cac9e5d-260b-c02d-85e8-ae7325618616","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1cac9e5d-260b-c02d-85e8-ae7325618616"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1960-03-13T10:15:12-08:00","end":"1960-03-13T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1960-03-13T10:15:12-08:00","end":"1960-03-13T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"e547e4c3-b8e6-10b2-8aef-64c2345500c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e547e4c3-b8e6-10b2-8aef-64c2345500c8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-01-21T05:02:47-08:00","end":"2017-01-21T05:17:47-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}}],"period":{"start":"2017-01-21T05:02:47-08:00","end":"2017-01-21T05:17:47-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}} +{"resourceType":"Encounter","id":"89e133f1-1750-8f6e-3d18-5dbd3967dde2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"89e133f1-1750-8f6e-3d18-5dbd3967dde2"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2007-12-02T02:01:44-08:00","end":"2007-12-02T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2007-12-02T02:01:44-08:00","end":"2007-12-02T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"6633f7af-4c76-8139-d0bf-7ca127dc7a0a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6633f7af-4c76-8139-d0bf-7ca127dc7a0a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2008-08-26T05:01:44-07:00","end":"2008-08-26T05:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2008-08-26T05:01:44-07:00","end":"2008-08-26T05:16:44-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"95dea7b8-4b06-ca31-934d-ecf3a495a462","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"95dea7b8-4b06-ca31-934d-ecf3a495a462"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1961-11-03T13:00:00-08:00","end":"1961-11-03T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1961-11-03T13:00:00-08:00","end":"1961-11-03T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"0932d8bb-c9c4-d866-9800-2ae92fe0f31b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0932d8bb-c9c4-d866-9800-2ae92fe0f31b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-07-01T18:22:36-07:00","end":"2016-07-01T18:57:39-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2016-07-01T18:22:36-07:00","end":"2016-07-01T18:57:39-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"f51772e9-6aab-0665-2a53-ea5916333450","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f51772e9-6aab-0665-2a53-ea5916333450"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-09-21T21:02:47-07:00","end":"2017-09-21T21:17:47-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}}],"period":{"start":"2017-09-21T21:02:47-07:00","end":"2017-09-21T21:17:47-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a665d88d-991a-3d77-9b4b-6f4450b5acff","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}} +{"resourceType":"Encounter","id":"11cb4a28-8674-a316-a779-1bed68b809ea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"11cb4a28-8674-a316-a779-1bed68b809ea"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-04-01T01:58:30-07:00","end":"2013-04-01T02:34:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2013-04-01T01:58:30-07:00","end":"2013-04-01T02:34:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"ceff59c1-85dd-c1c5-8e9b-7a136d91126b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ceff59c1-85dd-c1c5-8e9b-7a136d91126b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1961-03-19T10:15:12-08:00","end":"1961-03-19T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1961-03-19T10:15:12-08:00","end":"1961-03-19T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"c9385a38-7d4c-9c15-dc50-58639bb009ab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c9385a38-7d4c-9c15-dc50-58639bb009ab"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-07-24T18:57:39-07:00","end":"2016-07-24T19:35:07-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2016-07-24T18:57:39-07:00","end":"2016-07-24T19:35:07-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"0acc991d-f23f-db05-3da1-3ce9ab7dc83b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0acc991d-f23f-db05-3da1-3ce9ab7dc83b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-04-23T02:34:11-07:00","end":"2013-04-23T02:56:16-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2013-04-23T02:34:11-07:00","end":"2013-04-23T02:56:16-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"5c5931ee-637c-747d-8d43-11ba5c043ddf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5c5931ee-637c-747d-8d43-11ba5c043ddf"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1982-05-08T11:54:23-07:00","end":"1982-05-08T12:09:23-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1982-05-08T11:54:23-07:00","end":"1982-05-08T12:09:23-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"e20a4b40-ab57-7fd9-c708-4e39bb4bbf74","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e20a4b40-ab57-7fd9-c708-4e39bb4bbf74"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1962-03-25T10:15:12-08:00","end":"1962-03-25T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1962-03-25T10:15:12-08:00","end":"1962-03-25T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"34d065e7-0d19-94a7-3e26-4ddd83844a14","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"34d065e7-0d19-94a7-3e26-4ddd83844a14"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-10-18T19:52:58-07:00","end":"2013-10-18T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"2013-10-18T19:52:58-07:00","end":"2013-10-18T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"2fd6f23b-e690-f4ad-86fd-e316b6e531e3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2fd6f23b-e690-f4ad-86fd-e316b6e531e3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2008-12-07T02:01:44-08:00","end":"2008-12-07T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2008-12-07T02:01:44-08:00","end":"2008-12-07T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"97b5e87c-7847-fe1c-cef2-432599194afa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"97b5e87c-7847-fe1c-cef2-432599194afa"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1962-11-09T13:00:00-08:00","end":"1962-11-09T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1962-11-09T13:00:00-08:00","end":"1962-11-09T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"4bdbac4c-5e4e-a29a-3f7c-ea46b8bf402f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4bdbac4c-5e4e-a29a-3f7c-ea46b8bf402f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-08-16T19:35:07-07:00","end":"2016-08-16T20:11:14-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2016-08-16T19:35:07-07:00","end":"2016-08-16T20:11:14-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"0bdc676a-9a2b-143b-b518-2273c6155f6b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0bdc676a-9a2b-143b-b518-2273c6155f6b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2009-12-13T02:01:44-08:00","end":"2009-12-13T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2009-12-13T02:01:44-08:00","end":"2009-12-13T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"9586fba8-f2ba-80f3-e86e-dda3f19f9878","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9586fba8-f2ba-80f3-e86e-dda3f19f9878"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1963-03-31T10:15:12-08:00","end":"1963-03-31T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1963-03-31T10:15:12-08:00","end":"1963-03-31T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"244d1f94-f1d7-fa54-ccfc-eea20f7bc74f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"244d1f94-f1d7-fa54-ccfc-eea20f7bc74f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1963-11-15T13:00:00-08:00","end":"1963-11-15T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1963-11-15T13:00:00-08:00","end":"1963-11-15T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"87c705d1-50b9-fa8e-a6a0-5e2d17f5693c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"87c705d1-50b9-fa8e-a6a0-5e2d17f5693c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-05-17T02:56:16-07:00","end":"2013-05-17T03:52:34-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2013-05-17T02:56:16-07:00","end":"2013-05-17T03:52:34-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"e49ced8d-c150-3298-2798-3c60c33ef16b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e49ced8d-c150-3298-2798-3c60c33ef16b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-09-08T20:11:14-07:00","end":"2016-09-08T20:46:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2016-09-08T20:11:14-07:00","end":"2016-09-08T20:46:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"7252eb5e-f70c-b415-90d3-4630ccb63efa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7252eb5e-f70c-b415-90d3-4630ccb63efa"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1964-04-05T10:15:12-08:00","end":"1964-04-05T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1964-04-05T10:15:12-08:00","end":"1964-04-05T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"80ccc7d1-6c24-0a2d-a286-24b7385e2148","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"80ccc7d1-6c24-0a2d-a286-24b7385e2148"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-01-27T05:02:47-08:00","end":"2018-01-27T05:17:47-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}}],"period":{"start":"2018-01-27T05:02:47-08:00","end":"2018-01-27T05:17:47-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}} +{"resourceType":"Encounter","id":"5e90da57-e9a4-410b-c5c3-b8399c0f6b8c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5e90da57-e9a4-410b-c5c3-b8399c0f6b8c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-06-10T03:52:34-07:00","end":"2013-06-10T04:44:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2013-06-10T03:52:34-07:00","end":"2013-06-10T04:44:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"acc8879a-799c-c346-398e-fe7966d43e26","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"acc8879a-799c-c346-398e-fe7966d43e26"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"698314001","display":"Consultation for treatment"}],"text":"Consultation for treatment"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1964-04-01T10:15:12-08:00","end":"1964-04-01T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}}],"period":{"start":"1964-04-01T10:15:12-08:00","end":"1964-04-01T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Encounter","id":"9d3605a9-6880-d119-6c45-b500539b1261","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9d3605a9-6880-d119-6c45-b500539b1261"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2010-12-19T02:01:44-08:00","end":"2010-12-19T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2010-12-19T02:01:44-08:00","end":"2010-12-19T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"8907bcc8-999d-4530-7712-5f7e9dd1d484","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8907bcc8-999d-4530-7712-5f7e9dd1d484"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2011-12-25T02:01:44-08:00","end":"2011-12-25T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2011-12-25T02:01:44-08:00","end":"2011-12-25T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"3c8b1c46-1797-8a56-1a8b-735579b17266","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3c8b1c46-1797-8a56-1a8b-735579b17266"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-10-03T20:46:58-07:00","end":"2016-10-03T21:25:41-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2016-10-03T20:46:58-07:00","end":"2016-10-03T21:25:41-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"8976e52b-ca58-246a-09a0-b898aacc787b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8976e52b-ca58-246a-09a0-b898aacc787b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-07-03T04:44:46-07:00","end":"2013-07-03T05:32:40-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2013-07-03T04:44:46-07:00","end":"2013-07-03T05:32:40-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"f8d1cdf1-5660-013f-6761-c01d0a9bcfe8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f8d1cdf1-5660-013f-6761-c01d0a9bcfe8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-10-25T21:25:41-07:00","end":"2016-10-25T21:52:35-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2016-10-25T21:25:41-07:00","end":"2016-10-25T21:52:35-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"cfb022a9-ab4f-7cad-9824-875602ca3b8e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cfb022a9-ab4f-7cad-9824-875602ca3b8e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-07-26T05:32:40-07:00","end":"2013-07-26T06:27:38-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2013-07-26T05:32:40-07:00","end":"2013-07-26T06:27:38-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"4d0f36c1-7a38-3964-57dc-738334171c02","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4d0f36c1-7a38-3964-57dc-738334171c02"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-11-17T20:52:35-08:00","end":"2016-11-17T21:16:39-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2016-11-17T20:52:35-08:00","end":"2016-11-17T21:16:39-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"d1608119-6ae0-60f6-46ed-e1a6f8884b85","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d1608119-6ae0-60f6-46ed-e1a6f8884b85"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-12-10T21:16:39-08:00","end":"2016-12-10T22:08:42-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2016-12-10T21:16:39-08:00","end":"2016-12-10T22:08:42-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"6c1beaa5-a0e8-f0d4-ed92-2b515b6b155c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6c1beaa5-a0e8-f0d4-ed92-2b515b6b155c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1964-10-30T13:00:00-08:00","end":"1964-10-30T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"1964-10-30T13:00:00-08:00","end":"1964-10-30T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"0b527512-ea3e-83cf-01f9-157dbc04a387","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0b527512-ea3e-83cf-01f9-157dbc04a387"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-01-01T22:08:42-08:00","end":"2017-01-01T22:50:22-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2017-01-01T22:08:42-08:00","end":"2017-01-01T22:50:22-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"44722cae-6800-8a9b-b6db-c86a0b53a877","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"44722cae-6800-8a9b-b6db-c86a0b53a877"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1965-04-11T10:15:12-08:00","end":"1965-04-11T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1965-04-11T10:15:12-08:00","end":"1965-04-11T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"81313396-3880-5c56-897b-45951c72a28e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"81313396-3880-5c56-897b-45951c72a28e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-06-04T03:01:44-07:00","end":"2012-06-04T03:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2012-06-04T03:01:44-07:00","end":"2012-06-04T03:16:44-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"239873007","display":"Osteoarthritis of knee"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"34ef94e3-1e00-f19a-d2fe-66f8e8693a69","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"34ef94e3-1e00-f19a-d2fe-66f8e8693a69"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1982-07-10T11:54:23-07:00","end":"1982-07-10T12:09:23-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1982-07-10T11:54:23-07:00","end":"1982-07-10T12:09:23-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"6df30476-5968-a8e1-3119-c47785130af8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6df30476-5968-a8e1-3119-c47785130af8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem (procedure)"}],"text":"Encounter for problem (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-02-02T18:52:58-08:00","end":"2014-02-02T19:07:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999689","display":"Dr. Nelda514 Blanda868"}}],"period":{"start":"2014-02-02T18:52:58-08:00","end":"2014-02-02T19:07:58-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|348c93c5-0196-32a5-a385-9364455c40e6","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|44bef9d3-91c2-3005-93e0-ccf436348ff0","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}} +{"resourceType":"Encounter","id":"3b67bdcf-9512-f7ad-4d3e-8307279dc2d5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1982-07-09T11:54:23-07:00","end":"1982-07-09T12:09:23-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1982-07-09T11:54:23-07:00","end":"1982-07-09T12:09:23-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"9ef516a8-2122-e173-87e3-25e1621b99ab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9ef516a8-2122-e173-87e3-25e1621b99ab"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-02-02T05:02:47-08:00","end":"2019-02-02T05:17:47-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}}],"period":{"start":"2019-02-02T05:02:47-08:00","end":"2019-02-02T05:17:47-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}} +{"resourceType":"Encounter","id":"6a967694-41f4-7f69-da17-1c82ac6489fd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6a967694-41f4-7f69-da17-1c82ac6489fd"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-08-19T06:27:38-07:00","end":"2013-08-19T07:15:01-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2013-08-19T06:27:38-07:00","end":"2013-08-19T07:15:01-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"937d2a66-bf2b-6d87-8dfc-7b1152cb81fa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"937d2a66-bf2b-6d87-8dfc-7b1152cb81fa"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"50849002","display":"Emergency room admission (procedure)"}],"text":"Emergency room admission (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-11-10T02:01:44-08:00","end":"2012-11-10T03:01:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2012-11-10T02:01:44-08:00","end":"2012-11-10T03:01:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"791a758f-31f7-8b49-eb77-e5b29fd8da37","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"791a758f-31f7-8b49-eb77-e5b29fd8da37"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-09-13T07:15:01-07:00","end":"2013-09-13T07:43:48-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2013-09-13T07:15:01-07:00","end":"2013-09-13T07:43:48-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"85283ea3-f6a8-c38a-d259-fb7f4b1a0b5b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"85283ea3-f6a8-c38a-d259-fb7f4b1a0b5b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-10-07T07:43:48-07:00","end":"2013-10-07T08:27:49-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2013-10-07T07:43:48-07:00","end":"2013-10-07T08:27:49-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"0303063f-fc3e-fc42-613b-2475b914dd84","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0303063f-fc3e-fc42-613b-2475b914dd84"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1965-10-09T07:15:12-07:00","end":"1965-10-09T07:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}}],"period":{"start":"1965-10-09T07:15:12-07:00","end":"1965-10-09T07:30:12-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"75498004","display":"Acute bacterial sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Encounter","id":"2cb94212-32e4-187e-aef2-3806228a30a9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2cb94212-32e4-187e-aef2-3806228a30a9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1964-10-25T08:00:00-08:00","end":"1964-10-25T08:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"1964-10-25T08:00:00-08:00","end":"1964-10-25T08:15:00-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"10509002","display":"Acute bronchitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"562fccac-1220-ee96-87e2-8de29c39114c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"562fccac-1220-ee96-87e2-8de29c39114c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1965-11-01T06:15:12-08:00","end":"1965-11-01T06:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}}],"period":{"start":"1965-11-01T06:15:12-08:00","end":"1965-11-01T06:30:12-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"75498004","display":"Acute bacterial sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Encounter","id":"28246ffc-373e-ece8-9bf4-544f6628b6e4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"28246ffc-373e-ece8-9bf4-544f6628b6e4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-01-24T22:50:22-08:00","end":"2017-01-24T23:27:48-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2017-01-24T22:50:22-08:00","end":"2017-01-24T23:27:48-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"ae29a476-eb28-3819-7f23-2fbd1d7bbe9e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ae29a476-eb28-3819-7f23-2fbd1d7bbe9e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1964-11-20T13:00:00-08:00","end":"1964-11-20T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1964-11-20T13:00:00-08:00","end":"1964-11-20T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"f420f085-39b7-f081-b8d6-b19a60fd1f88","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f420f085-39b7-f081-b8d6-b19a60fd1f88"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"390906007","display":"Follow-up encounter (procedure)"}],"text":"Follow-up encounter (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-03-16T23:52:58-07:00","end":"2014-03-17T00:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2014-03-16T23:52:58-07:00","end":"2014-03-17T00:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"6e0babd3-a3b6-97e2-52cc-71364467f3b9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6e0babd3-a3b6-97e2-52cc-71364467f3b9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-02-19T23:27:48-08:00","end":"2017-02-20T00:14:38-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2017-02-19T23:27:48-08:00","end":"2017-02-20T00:14:38-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"b92509f5-e42b-c114-c531-d1cf3ba81d06","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b92509f5-e42b-c114-c531-d1cf3ba81d06"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1965-11-26T13:00:00-08:00","end":"1965-11-26T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1965-11-26T13:00:00-08:00","end":"1965-11-26T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"e8cae82e-8542-b142-182c-ebb56f5b07e7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e8cae82e-8542-b142-182c-ebb56f5b07e7"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-12-30T02:01:44-08:00","end":"2012-12-30T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2012-12-30T02:01:44-08:00","end":"2012-12-30T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"e964d6d0-8a9d-b280-58a6-f0a2e11ac0e8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e964d6d0-8a9d-b280-58a6-f0a2e11ac0e8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-03-15T01:14:38-07:00","end":"2017-03-15T01:42:31-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2017-03-15T01:14:38-07:00","end":"2017-03-15T01:42:31-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"cba72dcc-19e6-4a6b-8e4a-52c31aee1cf2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cba72dcc-19e6-4a6b-8e4a-52c31aee1cf2"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"424441002","display":"Prenatal initial visit"}],"text":"Prenatal initial visit"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1966-03-18T13:00:00-08:00","end":"1966-03-18T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"1966-03-18T13:00:00-08:00","end":"1966-03-18T13:15:00-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"72892002","display":"Normal pregnancy"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"19a1cc17-a0a1-d397-75b2-6180b1f28872","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"19a1cc17-a0a1-d397-75b2-6180b1f28872"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1966-12-02T13:00:00-08:00","end":"1966-12-02T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1966-12-02T13:00:00-08:00","end":"1966-12-02T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"d201fada-da38-2e29-3be0-fbd9d3d12b99","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d201fada-da38-2e29-3be0-fbd9d3d12b99"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-04-07T01:42:31-07:00","end":"2017-04-07T02:34:52-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2017-04-07T01:42:31-07:00","end":"2017-04-07T02:34:52-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"1402b50f-c402-6168-49e9-2472b7b024b5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1402b50f-c402-6168-49e9-2472b7b024b5"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-05-03T02:34:52-07:00","end":"2017-05-03T03:04:18-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2017-05-03T02:34:52-07:00","end":"2017-05-03T03:04:18-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"217f2dad-5966-9870-7a27-a59da239079e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"217f2dad-5966-9870-7a27-a59da239079e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1967-12-08T13:00:00-08:00","end":"1967-12-08T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1967-12-08T13:00:00-08:00","end":"1967-12-08T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"4ee4bd3f-1a77-b96e-a251-f7d8f4df4e6b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4ee4bd3f-1a77-b96e-a251-f7d8f4df4e6b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-05-29T03:04:18-07:00","end":"2017-05-29T03:27:15-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2017-05-29T03:04:18-07:00","end":"2017-05-29T03:27:15-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"e8f364c1-7a13-7b7e-9225-e702ee427cbe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e8f364c1-7a13-7b7e-9225-e702ee427cbe"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-10-13T17:56:45-07:00","end":"2013-10-13T18:11:45-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2013-10-13T17:56:45-07:00","end":"2013-10-13T18:11:45-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"7cbabd6f-7309-7b8d-c0bb-62cce24d59ad","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-06-07T17:06:21-07:00","end":"2017-06-07T17:21:21-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}}],"period":{"start":"2017-06-07T17:06:21-07:00","end":"2017-06-07T17:21:21-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}} +{"resourceType":"Encounter","id":"2884f0ef-356a-2a9e-5406-51cfbb991345","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2884f0ef-356a-2a9e-5406-51cfbb991345"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1965-12-19T10:15:12-08:00","end":"1965-12-19T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}}],"period":{"start":"1965-12-19T10:15:12-08:00","end":"1965-12-19T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Encounter","id":"6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-02-08T05:02:47-08:00","end":"2020-02-08T05:17:47-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}}],"period":{"start":"2020-02-08T05:02:47-08:00","end":"2020-02-08T05:17:47-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}} +{"resourceType":"Encounter","id":"7561ecab-883a-2613-a160-7da98aca7825","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7561ecab-883a-2613-a160-7da98aca7825"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1966-04-10T10:15:12-08:00","end":"1966-04-10T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}}],"period":{"start":"1966-04-10T10:15:12-08:00","end":"1966-04-10T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Encounter","id":"bd253652-655c-a27f-37f6-839a82334e09","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"bd253652-655c-a27f-37f6-839a82334e09"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"390906007","display":"Follow-up encounter (procedure)"}],"text":"Follow-up encounter (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-05-15T23:52:58-07:00","end":"2014-05-16T00:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2014-05-15T23:52:58-07:00","end":"2014-05-16T00:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"acf4077e-087b-3895-3d0c-d7623a78d381","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"acf4077e-087b-3895-3d0c-d7623a78d381"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-11-03T07:27:49-08:00","end":"2013-11-03T07:52:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2013-11-03T07:27:49-08:00","end":"2013-11-03T07:52:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"a2205c5f-9443-9cba-57e5-a970ac5998e9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a2205c5f-9443-9cba-57e5-a970ac5998e9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-08-10T19:52:58-07:00","end":"2014-08-10T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2014-08-10T19:52:58-07:00","end":"2014-08-10T20:07:58-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"04fd9719-5d30-8a1a-c529-d94f9b914152","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"04fd9719-5d30-8a1a-c529-d94f9b914152"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-11-24T07:52:44-08:00","end":"2013-11-24T08:23:16-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2013-11-24T07:52:44-08:00","end":"2013-11-24T08:23:16-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"efadcb32-b390-6b16-76ac-159d09a4a96a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"efadcb32-b390-6b16-76ac-159d09a4a96a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1983-05-14T11:54:23-07:00","end":"1983-05-14T12:09:23-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1983-05-14T11:54:23-07:00","end":"1983-05-14T12:09:23-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"a775d198-39af-7d2b-f92c-306334595867","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a775d198-39af-7d2b-f92c-306334595867"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-12-16T08:23:16-08:00","end":"2013-12-16T08:43:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2013-12-16T08:23:16-08:00","end":"2013-12-16T08:43:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"d2f9ba1a-565f-5d56-093c-f1eca1d9dc87","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d2f9ba1a-565f-5d56-093c-f1eca1d9dc87"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1966-04-24T11:15:12-07:00","end":"1966-04-24T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1966-04-24T11:15:12-07:00","end":"1966-04-24T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"15cf7c65-802b-9546-9070-1bbec5bf3d41","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"15cf7c65-802b-9546-9070-1bbec5bf3d41"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-10-24T19:52:58-07:00","end":"2014-10-24T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"2014-10-24T19:52:58-07:00","end":"2014-10-24T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"13b68fad-ef0e-b05d-46d9-1fe0be301020","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"13b68fad-ef0e-b05d-46d9-1fe0be301020"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"424619006","display":"Prenatal visit"}],"text":"Prenatal visit"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1967-04-30T11:15:12-07:00","end":"1967-04-30T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}}],"period":{"start":"1967-04-30T11:15:12-07:00","end":"1967-04-30T11:30:12-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"72892002","display":"Normal pregnancy"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Encounter","id":"e5db05b2-d718-b1f1-3e55-b9623c7cde8c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e5db05b2-d718-b1f1-3e55-b9623c7cde8c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1968-05-05T11:15:12-07:00","end":"1968-05-05T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1968-05-05T11:15:12-07:00","end":"1968-05-05T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"17787ac0-e67e-319a-5d2a-ab52e593431a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"17787ac0-e67e-319a-5d2a-ab52e593431a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1968-12-13T13:00:00-08:00","end":"1968-12-13T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1968-12-13T13:00:00-08:00","end":"1968-12-13T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"b60ce537-bea9-71a3-38d4-f461d7d0cb2b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b60ce537-bea9-71a3-38d4-f461d7d0cb2b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1984-05-19T11:54:23-07:00","end":"1984-05-19T12:09:23-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1984-05-19T11:54:23-07:00","end":"1984-05-19T12:09:23-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"3f3866c3-4c55-56c8-0510-d3f38e784fa0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3f3866c3-4c55-56c8-0510-d3f38e784fa0"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-01-08T08:43:44-08:00","end":"2014-01-08T09:21:52-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2014-01-08T08:43:44-08:00","end":"2014-01-08T09:21:52-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"c936981e-0489-5863-89eb-4fe8324363b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c936981e-0489-5863-89eb-4fe8324363b7"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1969-05-11T11:15:12-07:00","end":"1969-05-11T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1969-05-11T11:15:12-07:00","end":"1969-05-11T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"b23e9776-f9c6-d590-ed6e-353202011f5d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b23e9776-f9c6-d590-ed6e-353202011f5d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-01-05T02:01:44-08:00","end":"2014-01-05T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2014-01-05T02:01:44-08:00","end":"2014-01-05T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"470d8247-30ae-f402-5f2a-73df6f8b8613","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"470d8247-30ae-f402-5f2a-73df6f8b8613"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-01-30T09:21:52-08:00","end":"2014-01-30T10:09:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2014-01-30T09:21:52-08:00","end":"2014-01-30T10:09:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"873dc536-dba3-057f-a191-ce052ccbea88","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"873dc536-dba3-057f-a191-ce052ccbea88"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-02-21T10:09:00-08:00","end":"2014-02-21T10:52:17-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2014-02-21T10:09:00-08:00","end":"2014-02-21T10:52:17-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"80d94f86-dd3a-1af9-e0a7-93c9c68db2fd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"80d94f86-dd3a-1af9-e0a7-93c9c68db2fd"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-03-15T11:52:17-07:00","end":"2014-03-15T12:45:51-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2014-03-15T11:52:17-07:00","end":"2014-03-15T12:45:51-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"3ad04d7e-50fb-e628-06e2-c7b46062fbae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3ad04d7e-50fb-e628-06e2-c7b46062fbae"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-08-28T22:02:47-07:00","end":"2020-08-28T22:17:47-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}}],"period":{"start":"2020-08-28T22:02:47-07:00","end":"2020-08-28T22:17:47-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a665d88d-991a-3d77-9b4b-6f4450b5acff","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}} +{"resourceType":"Encounter","id":"8d50e6ea-4fd2-dd72-e9f5-95de87398938","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8d50e6ea-4fd2-dd72-e9f5-95de87398938"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-02-13T05:02:47-08:00","end":"2021-02-13T05:17:47-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}}],"period":{"start":"2021-02-13T05:02:47-08:00","end":"2021-02-13T05:17:47-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}} +{"resourceType":"Encounter","id":"839fd8e5-ce70-e03a-b4a5-da94875e4e4e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"839fd8e5-ce70-e03a-b4a5-da94875e4e4e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"424619006","display":"Prenatal visit"}],"text":"Prenatal visit"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1970-05-17T11:15:12-07:00","end":"1970-05-17T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}}],"period":{"start":"1970-05-17T11:15:12-07:00","end":"1970-05-17T11:30:12-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"72892002","display":"Normal pregnancy"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Encounter","id":"ee8a4311-f4a5-67aa-f5bd-4060e1ddde74","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ee8a4311-f4a5-67aa-f5bd-4060e1ddde74"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1969-12-19T13:00:00-08:00","end":"1969-12-19T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1969-12-19T13:00:00-08:00","end":"1969-12-19T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"92537509-6f97-3edd-d858-ce3e9b33c43f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"92537509-6f97-3edd-d858-ce3e9b33c43f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1971-01-10T10:15:12-08:00","end":"1971-01-10T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}}],"period":{"start":"1971-01-10T10:15:12-08:00","end":"1971-01-10T10:30:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Encounter","id":"0f67d990-f182-7ebe-6d4d-df958c486421","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0f67d990-f182-7ebe-6d4d-df958c486421"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-03-29T04:56:45-07:00","end":"2014-03-29T05:11:45-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}}],"period":{"start":"2014-03-29T04:56:45-07:00","end":"2014-03-29T05:11:45-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}} +{"resourceType":"Encounter","id":"8aab7bbe-5d9d-b029-e0ac-d397d0de3e91","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8aab7bbe-5d9d-b029-e0ac-d397d0de3e91"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1970-12-25T13:00:00-08:00","end":"1970-12-25T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1970-12-25T13:00:00-08:00","end":"1970-12-25T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"a646c48f-674f-d8dc-039c-03cd0d2a1fe1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a646c48f-674f-d8dc-039c-03cd0d2a1fe1"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1971-05-23T11:15:12-07:00","end":"1971-05-23T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1971-05-23T11:15:12-07:00","end":"1971-05-23T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"ac885b24-1137-3d4e-ae47-525872273172","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ac885b24-1137-3d4e-ae47-525872273172"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-06-25T03:27:15-07:00","end":"2017-06-25T04:27:08-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2017-06-25T03:27:15-07:00","end":"2017-06-25T04:27:08-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"209a729d-92f8-ef2c-e313-e36e07e7cc78","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"209a729d-92f8-ef2c-e313-e36e07e7cc78"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for 'check-up'"}],"text":"Encounter for 'check-up'"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-08-04T21:52:49-07:00","end":"2015-08-04T22:36:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2015-08-04T21:52:49-07:00","end":"2015-08-04T22:36:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"a7c21f77-62e7-5837-8511-1a7b53587432","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a7c21f77-62e7-5837-8511-1a7b53587432"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-07-17T04:27:08-07:00","end":"2017-07-17T05:26:57-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2017-07-17T04:27:08-07:00","end":"2017-07-17T05:26:57-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"410743e7-1677-fe73-154a-aa2986331611","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"410743e7-1677-fe73-154a-aa2986331611"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-10-30T19:52:58-07:00","end":"2015-10-30T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"2015-10-30T19:52:58-07:00","end":"2015-10-30T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"4f93af74-692c-bc9c-b040-f08637d9166d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4f93af74-692c-bc9c-b040-f08637d9166d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-08-11T05:26:57-07:00","end":"2017-08-11T05:44:20-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2017-08-11T05:26:57-07:00","end":"2017-08-11T05:44:20-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"3d34cf84-1425-7777-446f-ceda0592a59b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3d34cf84-1425-7777-446f-ceda0592a59b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1971-12-31T13:00:00-08:00","end":"1971-12-31T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1971-12-31T13:00:00-08:00","end":"1971-12-31T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"baeff878-e8f7-5981-fa0e-7e9e2dd27299","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"baeff878-e8f7-5981-fa0e-7e9e2dd27299"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1972-05-28T11:15:12-07:00","end":"1972-05-28T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1972-05-28T11:15:12-07:00","end":"1972-05-28T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"7d7981e2-f59d-967e-f169-5668d2163caa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7d7981e2-f59d-967e-f169-5668d2163caa"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1973-01-05T13:00:00-08:00","end":"1973-01-05T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1973-01-05T13:00:00-08:00","end":"1973-01-05T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"5a15ba37-0285-6830-4262-5d7254ea4745","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5a15ba37-0285-6830-4262-5d7254ea4745"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1973-06-03T11:15:12-07:00","end":"1973-06-03T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1973-06-03T11:15:12-07:00","end":"1973-06-03T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"fc7e5b0b-164a-76e0-2d73-fc9aec09043b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"fc7e5b0b-164a-76e0-2d73-fc9aec09043b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-09-05T05:44:20-07:00","end":"2017-09-05T06:38:51-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2017-09-05T05:44:20-07:00","end":"2017-09-05T06:38:51-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"337ee6fe-c37a-c9a9-eafa-99d3494c139b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"337ee6fe-c37a-c9a9-eafa-99d3494c139b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-09-27T06:38:51-07:00","end":"2017-09-27T07:07:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2017-09-27T06:38:51-07:00","end":"2017-09-27T07:07:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"16a55069-b532-6b61-33ba-85b726053ded","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"16a55069-b532-6b61-33ba-85b726053ded"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-10-20T07:07:12-07:00","end":"2017-10-20T07:46:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2017-10-20T07:07:12-07:00","end":"2017-10-20T07:46:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"151c3648-088b-669c-9262-45eb0fcb7954","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"151c3648-088b-669c-9262-45eb0fcb7954"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-04-10T12:45:51-07:00","end":"2014-04-10T13:37:16-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2014-04-10T12:45:51-07:00","end":"2014-04-10T13:37:16-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"a121ee86-1c1f-a90d-b08f-075ea4784dba","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a121ee86-1c1f-a90d-b08f-075ea4784dba"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-05-06T13:37:16-07:00","end":"2014-05-06T13:58:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2014-05-06T13:37:16-07:00","end":"2014-05-06T13:58:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"1b256036-7eb4-53b7-51be-5fc6033ce978","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1b256036-7eb4-53b7-51be-5fc6033ce978"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-11-16T06:46:00-08:00","end":"2017-11-16T07:05:03-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2017-11-16T06:46:00-08:00","end":"2017-11-16T07:05:03-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"d3db24dd-5271-b169-7558-d061fa5c5db7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d3db24dd-5271-b169-7558-d061fa5c5db7"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-06-01T13:58:11-07:00","end":"2014-06-01T14:38:40-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2014-06-01T13:58:11-07:00","end":"2014-06-01T14:38:40-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"037e0ea3-a23c-191e-0240-78f375a842e4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"037e0ea3-a23c-191e-0240-78f375a842e4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-12-10T07:05:03-08:00","end":"2017-12-10T07:44:10-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2017-12-10T07:05:03-08:00","end":"2017-12-10T07:44:10-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"3275bca8-ec92-991e-ea57-9269eb8d6c85","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3275bca8-ec92-991e-ea57-9269eb8d6c85"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-06-26T14:38:40-07:00","end":"2014-06-26T15:21:57-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2014-06-26T14:38:40-07:00","end":"2014-06-26T15:21:57-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"b08942ed-4e38-d004-0598-46c446d1fb7f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b08942ed-4e38-d004-0598-46c446d1fb7f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1985-05-25T11:54:23-07:00","end":"1985-05-25T12:09:23-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1985-05-25T11:54:23-07:00","end":"1985-05-25T12:09:23-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"e595b6c6-fb44-de4b-613e-f3259207a6be","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e595b6c6-fb44-de4b-613e-f3259207a6be"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-01-06T07:44:10-08:00","end":"2018-01-06T08:31:48-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2018-01-06T07:44:10-08:00","end":"2018-01-06T08:31:48-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"12a3c504-bac7-8b04-bb83-57ba9ae113d9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"12a3c504-bac7-8b04-bb83-57ba9ae113d9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"33879002","display":"Administration of vaccine to produce active immunity (procedure)"}],"text":"Administration of vaccine to produce active immunity (procedure)"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-03-27T06:02:47-07:00","end":"2021-03-27T06:17:47-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}}],"period":{"start":"2021-03-27T06:02:47-07:00","end":"2021-03-27T06:17:47-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a665d88d-991a-3d77-9b4b-6f4450b5acff","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}} +{"resourceType":"Encounter","id":"7717ca0e-a1c0-5511-9e56-e74f6699c7f1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7717ca0e-a1c0-5511-9e56-e74f6699c7f1"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-07-22T15:21:57-07:00","end":"2014-07-22T16:08:31-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2014-07-22T15:21:57-07:00","end":"2014-07-22T16:08:31-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"e7e8c96b-a9cc-567e-7a69-e7c46ecbf11c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e7e8c96b-a9cc-567e-7a69-e7c46ecbf11c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1974-01-11T14:00:00-07:00","end":"1974-01-11T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1974-01-11T14:00:00-07:00","end":"1974-01-11T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"e05f3f73-20a3-9517-4d7b-3acfaba3f3df","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e05f3f73-20a3-9517-4d7b-3acfaba3f3df"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-08-12T16:08:31-07:00","end":"2014-08-12T16:32:45-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2014-08-12T16:08:31-07:00","end":"2014-08-12T16:32:45-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"3ea0df30-ed5b-f6d6-1dfb-1bbea3e02dad","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3ea0df30-ed5b-f6d6-1dfb-1bbea3e02dad"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1974-06-09T11:15:12-07:00","end":"1974-06-09T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1974-06-09T11:15:12-07:00","end":"1974-06-09T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"0ccc2b00-a0cc-f37b-163c-040cac9625c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0ccc2b00-a0cc-f37b-163c-040cac9625c3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-09-07T16:32:45-07:00","end":"2014-09-07T17:25:25-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2014-09-07T16:32:45-07:00","end":"2014-09-07T17:25:25-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"6fb90b4c-000f-241c-0f7f-25dd3091f77d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6fb90b4c-000f-241c-0f7f-25dd3091f77d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-01-11T02:01:44-08:00","end":"2015-01-11T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2015-01-11T02:01:44-08:00","end":"2015-01-11T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"b69eeb16-1963-9d5b-0257-122097f6117b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b69eeb16-1963-9d5b-0257-122097f6117b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1975-06-01T11:15:12-07:00","end":"1975-06-01T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}}],"period":{"start":"1975-06-01T11:15:12-07:00","end":"1975-06-01T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Encounter","id":"cf3b9dab-d8f4-fb42-1d31-1af4dcf8ce3f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cf3b9dab-d8f4-fb42-1d31-1af4dcf8ce3f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"33879002","display":"Administration of vaccine to produce active immunity (procedure)"}],"text":"Administration of vaccine to produce active immunity (procedure)"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-04-17T06:02:47-07:00","end":"2021-04-17T06:17:47-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999869","display":"Dr. Joselyn874 Bayer639"}}],"period":{"start":"2021-04-17T06:02:47-07:00","end":"2021-04-17T06:17:47-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a665d88d-991a-3d77-9b4b-6f4450b5acff","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}} +{"resourceType":"Encounter","id":"4d8b8292-739c-2f17-a3c9-fd4ea4edb269","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4d8b8292-739c-2f17-a3c9-fd4ea4edb269"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-11-04T19:52:58-07:00","end":"2016-11-04T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"2016-11-04T19:52:58-07:00","end":"2016-11-04T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"a544c832-d8ad-1d96-1b59-9946ba9a5b95","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a544c832-d8ad-1d96-1b59-9946ba9a5b95"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26","display":"Mr. Genaro214 Towne435"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2022-02-19T05:02:47-08:00","end":"2022-02-19T05:17:47-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999956869","display":"Dr. Katy259 Durgan499"}}],"period":{"start":"2022-02-19T05:02:47-08:00","end":"2022-02-19T05:17:47-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45","display":"PCP97883"}} +{"resourceType":"Encounter","id":"59131cfa-dbf5-e925-d903-02536a4d6ffa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"59131cfa-dbf5-e925-d903-02536a4d6ffa"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1975-01-17T13:00:00-08:00","end":"1975-01-17T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1975-01-17T13:00:00-08:00","end":"1975-01-17T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"f57cdc6c-8d81-ac6a-dfd8-e6e52c4ca307","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f57cdc6c-8d81-ac6a-dfd8-e6e52c4ca307"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1976-01-23T13:00:00-08:00","end":"1976-01-23T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1976-01-23T13:00:00-08:00","end":"1976-01-23T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"e7a15b2a-edf6-3622-2f2d-d657c6f2de92","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e7a15b2a-edf6-3622-2f2d-d657c6f2de92"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1975-05-27T04:15:12-07:00","end":"1975-05-27T04:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}}],"period":{"start":"1975-05-27T04:15:12-07:00","end":"1975-05-27T04:30:12-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"10509002","display":"Acute bronchitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Encounter","id":"bfc6dcc7-47e2-5f15-da30-c1251103c9f6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"bfc6dcc7-47e2-5f15-da30-c1251103c9f6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1986-05-31T11:54:23-07:00","end":"1986-05-31T12:09:23-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1986-05-31T11:54:23-07:00","end":"1986-05-31T12:09:23-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"0f8e53bb-9923-000e-0dc7-00f7ad525bea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0f8e53bb-9923-000e-0dc7-00f7ad525bea"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-01-17T02:01:44-08:00","end":"2016-01-17T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2016-01-17T02:01:44-08:00","end":"2016-01-17T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"558133b9-67a6-3a1a-c915-c0d4ed700158","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"558133b9-67a6-3a1a-c915-c0d4ed700158"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1977-01-28T13:00:00-08:00","end":"1977-01-28T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1977-01-28T13:00:00-08:00","end":"1977-01-28T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"3d937b86-b3ce-9093-a4f9-08db93ec347c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3d937b86-b3ce-9093-a4f9-08db93ec347c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1975-06-15T11:15:12-07:00","end":"1975-06-15T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1975-06-15T11:15:12-07:00","end":"1975-06-15T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"0cfe0e8f-62a0-28e7-55be-debecc2ec118","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0cfe0e8f-62a0-28e7-55be-debecc2ec118"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1976-06-20T11:15:12-07:00","end":"1976-06-20T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1976-06-20T11:15:12-07:00","end":"1976-06-20T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"85e91a07-08b2-cfb9-75e7-30b907121af9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"85e91a07-08b2-cfb9-75e7-30b907121af9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-01-30T08:31:48-08:00","end":"2018-01-30T09:30:52-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2018-01-30T08:31:48-08:00","end":"2018-01-30T09:30:52-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"63f042b5-725e-b134-44b8-43c91d6fee81","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"63f042b5-725e-b134-44b8-43c91d6fee81"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1977-06-26T11:15:12-07:00","end":"1977-06-26T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1977-06-26T11:15:12-07:00","end":"1977-06-26T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"8a2b33a1-0ce5-3127-8466-93fa0963d869","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8a2b33a1-0ce5-3127-8466-93fa0963d869"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-02-25T09:30:52-08:00","end":"2018-02-25T10:19:39-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2018-02-25T09:30:52-08:00","end":"2018-02-25T10:19:39-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"3e45b58b-987b-1229-11c3-aeecb0f07a69","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3e45b58b-987b-1229-11c3-aeecb0f07a69"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1978-02-03T13:00:00-08:00","end":"1978-02-03T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1978-02-03T13:00:00-08:00","end":"1978-02-03T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"d913b26d-830e-77b9-6c04-b0cfdac6d042","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d913b26d-830e-77b9-6c04-b0cfdac6d042"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1977-12-23T10:15:12-08:00","end":"1977-12-23T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}}],"period":{"start":"1977-12-23T10:15:12-08:00","end":"1977-12-23T10:30:12-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"201834006","display":"Localized, primary osteoarthritis of the hand"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Encounter","id":"54a960aa-d4a9-9401-4c04-b3843d63f0ef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"54a960aa-d4a9-9401-4c04-b3843d63f0ef"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1979-02-09T13:00:00-08:00","end":"1979-02-09T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1979-02-09T13:00:00-08:00","end":"1979-02-09T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"8ebc67dc-755a-3f89-c500-8ace7ec1dfed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8ebc67dc-755a-3f89-c500-8ace7ec1dfed"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-11-10T18:52:58-08:00","end":"2017-11-10T19:07:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"2017-11-10T18:52:58-08:00","end":"2017-11-10T19:07:58-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"af6e5af9-7314-b879-a987-fd970bb027c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"af6e5af9-7314-b879-a987-fd970bb027c8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1978-07-02T11:15:12-07:00","end":"1978-07-02T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1978-07-02T11:15:12-07:00","end":"1978-07-02T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"f6f3dc23-31f6-fb16-bcee-8eadc825e448","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f6f3dc23-31f6-fb16-bcee-8eadc825e448"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-03-19T11:19:39-07:00","end":"2018-03-19T11:54:20-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2018-03-19T11:19:39-07:00","end":"2018-03-19T11:54:20-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"155b3cf3-70b4-084d-cafa-0189cb64b9b3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"155b3cf3-70b4-084d-cafa-0189cb64b9b3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-04-09T11:54:20-07:00","end":"2018-04-09T12:46:43-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2018-04-09T11:54:20-07:00","end":"2018-04-09T12:46:43-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"54e934c3-8d44-332b-6001-d6a20a8f91a2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"54e934c3-8d44-332b-6001-d6a20a8f91a2"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-03-12T16:54:23-08:00","end":"1987-03-12T17:09:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1987-03-12T16:54:23-08:00","end":"1987-03-12T17:09:23-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"231b8427-17ff-747d-a2a9-0f0ca1ab9027","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"231b8427-17ff-747d-a2a9-0f0ca1ab9027"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-10-04T17:25:25-07:00","end":"2014-10-04T18:23:07-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2014-10-04T17:25:25-07:00","end":"2014-10-04T18:23:07-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"3ea013c6-e108-d357-2b21-ebb95f4c032c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3ea013c6-e108-d357-2b21-ebb95f4c032c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-05-01T12:46:43-07:00","end":"2018-05-01T13:10:29-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2018-05-01T12:46:43-07:00","end":"2018-05-01T13:10:29-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"25b84826-3084-2b9a-289a-07c27911ca15","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"25b84826-3084-2b9a-289a-07c27911ca15"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-03-09T10:54:23-08:00","end":"1987-03-09T11:09:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1987-03-09T10:54:23-08:00","end":"1987-03-09T11:09:23-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"6072007","display":"Bleeding from anus"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"60d88916-ba16-55d0-5fb0-d63748cd7e2a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"60d88916-ba16-55d0-5fb0-d63748cd7e2a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-10-28T18:23:07-07:00","end":"2014-10-28T18:52:51-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2014-10-28T18:23:07-07:00","end":"2014-10-28T18:52:51-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"e79e88df-fb92-3487-b6a2-7f3c4f6dd9d8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e79e88df-fb92-3487-b6a2-7f3c4f6dd9d8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1980-02-15T13:00:00-08:00","end":"1980-02-15T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1980-02-15T13:00:00-08:00","end":"1980-02-15T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"d8aaac46-f594-2e19-a65d-ebdae3823efd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d8aaac46-f594-2e19-a65d-ebdae3823efd"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-11-20T17:52:51-08:00","end":"2014-11-20T18:51:45-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2014-11-20T17:52:51-08:00","end":"2014-11-20T18:51:45-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"31cafbef-34a3-ba73-4aa6-6f25ddf25d37","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"31cafbef-34a3-ba73-4aa6-6f25ddf25d37"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-08-30T04:01:44-07:00","end":"2016-08-30T04:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2016-08-30T04:01:44-07:00","end":"2016-08-30T04:16:44-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"8b12ee10-579f-645f-e20f-775fe364aa55","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8b12ee10-579f-645f-e20f-775fe364aa55"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1979-07-08T11:15:12-07:00","end":"1979-07-08T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1979-07-08T11:15:12-07:00","end":"1979-07-08T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"42b24de4-bd7b-d9bb-f0d3-2181f68e4ef0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"42b24de4-bd7b-d9bb-f0d3-2181f68e4ef0"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1981-02-20T13:00:00-08:00","end":"1981-02-20T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1981-02-20T13:00:00-08:00","end":"1981-02-20T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"90876994-5787-99b8-a723-6676d41e091e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"90876994-5787-99b8-a723-6676d41e091e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1980-07-13T11:15:12-07:00","end":"1980-07-13T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1980-07-13T11:15:12-07:00","end":"1980-07-13T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"6a27467e-2ffa-0705-0742-2fa915214fbb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6a27467e-2ffa-0705-0742-2fa915214fbb"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for 'check-up'"}],"text":"Encounter for 'check-up'"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-03-13T23:54:23-08:00","end":"1987-03-14T00:31:28-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1987-03-13T23:54:23-08:00","end":"1987-03-14T00:31:28-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"2536c62b-5af2-c401-090f-6a5b09bd6418","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2536c62b-5af2-c401-090f-6a5b09bd6418"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-05-25T13:10:29-07:00","end":"2018-05-25T13:58:40-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2018-05-25T13:10:29-07:00","end":"2018-05-25T13:58:40-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"51378eeb-f878-6011-e87f-a21b0a1699ca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"51378eeb-f878-6011-e87f-a21b0a1699ca"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1980-12-22T06:15:12-08:00","end":"1980-12-22T06:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}}],"period":{"start":"1980-12-22T06:15:12-08:00","end":"1980-12-22T06:30:12-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Encounter","id":"0def744d-b070-5836-d68a-ff22ebc79318","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0def744d-b070-5836-d68a-ff22ebc79318"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1982-02-26T13:00:00-08:00","end":"1982-02-26T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1982-02-26T13:00:00-08:00","end":"1982-02-26T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"03df44ff-e737-0cdf-ba59-0801f9f85240","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"03df44ff-e737-0cdf-ba59-0801f9f85240"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-06-13T17:06:21-07:00","end":"2018-06-13T17:21:21-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}}],"period":{"start":"2018-06-13T17:06:21-07:00","end":"2018-06-13T17:21:21-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}} +{"resourceType":"Encounter","id":"aa0a51eb-a5a2-033d-a78c-4400b480b44b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"aa0a51eb-a5a2-033d-a78c-4400b480b44b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1981-07-19T11:15:12-07:00","end":"1981-07-19T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1981-07-19T11:15:12-07:00","end":"1981-07-19T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"322611f3-2229-5c74-9d41-73a7dc6be165","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"322611f3-2229-5c74-9d41-73a7dc6be165"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-12-13T18:51:45-08:00","end":"2014-12-13T19:15:24-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2014-12-13T18:51:45-08:00","end":"2014-12-13T19:15:24-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"187202d3-e8c7-d887-ce57-bdff9751ec0a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"187202d3-e8c7-d887-ce57-bdff9751ec0a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"50849002","display":"Emergency Encounter"}],"text":"Emergency Encounter"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-03-21T10:54:23-08:00","end":"1987-03-21T11:54:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1987-03-21T10:54:23-08:00","end":"1987-03-21T11:54:23-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"2b5e0fd3-dd9e-8ee8-ef3b-5ab084346da3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2b5e0fd3-dd9e-8ee8-ef3b-5ab084346da3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1983-03-04T13:00:00-08:00","end":"1983-03-04T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1983-03-04T13:00:00-08:00","end":"1983-03-04T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"9d249d97-91bf-c7f1-9280-ac350a94bf3e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9d249d97-91bf-c7f1-9280-ac350a94bf3e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-01-03T19:15:24-08:00","end":"2015-01-03T19:51:06-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2015-01-03T19:15:24-08:00","end":"2015-01-03T19:51:06-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"d9387bb4-d927-d733-a7bc-891f3daaf89b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d9387bb4-d927-d733-a7bc-891f3daaf89b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-01-22T02:01:44-08:00","end":"2017-01-22T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2017-01-22T02:01:44-08:00","end":"2017-01-22T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"0d230636-6744-2fd6-6b5a-44b9e8714afc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0d230636-6744-2fd6-6b5a-44b9e8714afc"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-03-17T20:31:28-08:00","end":"1987-03-17T20:46:28-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1987-03-17T20:31:28-08:00","end":"1987-03-17T20:46:28-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"363406005","display":"Malignant tumor of colon"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"ae5d65cf-a21e-d795-5489-3afebdff4eda","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ae5d65cf-a21e-d795-5489-3afebdff4eda"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1984-03-09T13:00:00-08:00","end":"1984-03-09T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1984-03-09T13:00:00-08:00","end":"1984-03-09T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"e2ed8f77-a7d9-ef11-a13b-887ace07d8f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e2ed8f77-a7d9-ef11-a13b-887ace07d8f5"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-01-25T19:51:06-08:00","end":"2015-01-25T20:45:57-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2015-01-25T19:51:06-08:00","end":"2015-01-25T20:45:57-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"8fb1b21b-0653-474b-9f42-5957be73010b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8fb1b21b-0653-474b-9f42-5957be73010b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"170838006","display":"Allergic disorder follow-up assessment"}],"text":"Allergic disorder follow-up assessment"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-02-21T20:45:57-08:00","end":"2015-02-21T21:24:16-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2015-02-21T20:45:57-08:00","end":"2015-02-21T21:24:16-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"bab2dfc3-a42f-4753-b4e7-e1a7609dc478","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"bab2dfc3-a42f-4753-b4e7-e1a7609dc478"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1985-03-15T13:00:00-08:00","end":"1985-03-15T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1985-03-15T13:00:00-08:00","end":"1985-03-15T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"1d229270-0467-49a7-6982-bd325bc34fb4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1d229270-0467-49a7-6982-bd325bc34fb4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"702927004","display":"Urgent care clinic (procedure)"}],"text":"Urgent care clinic (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-03-28T10:54:23-08:00","end":"1987-03-28T11:09:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906489","display":"Dr. Donald774 Simonis280"}}],"period":{"start":"1987-03-28T10:54:23-08:00","end":"1987-03-28T11:09:23-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e6c35731-adec-3681-8977-9f61fe1320a2","display":"RIVER BEND MEDICAL GROUP - CHICOPEE OFFICE - URGENT CARE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|a9afd4c9-8443-3b5a-a486-07c3bb109b3f","display":"RIVER BEND MEDICAL GROUP - CHICOPEE OFFICE - URGENT CARE"}} +{"resourceType":"Encounter","id":"c265d11a-34e5-5739-f744-6a896d7f9ec3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c265d11a-34e5-5739-f744-6a896d7f9ec3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-07-16T14:52:58-07:00","end":"2018-07-16T15:14:36-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2018-07-16T14:52:58-07:00","end":"2018-07-16T15:14:36-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"10509002","display":"Acute bronchitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"c14f12ff-f78f-2545-2879-6d66d862c9ca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c14f12ff-f78f-2545-2879-6d66d862c9ca"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"IMP"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-03-29T20:31:28-08:00","end":"1987-03-30T20:31:28-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1987-03-29T20:31:28-08:00","end":"1987-03-30T20:31:28-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"363406005","display":"Malignant tumor of colon"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"e5a4cb5e-5909-9a7e-b096-28fdcbd3e50e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e5a4cb5e-5909-9a7e-b096-28fdcbd3e50e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1986-03-21T13:00:00-08:00","end":"1986-03-21T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1986-03-21T13:00:00-08:00","end":"1986-03-21T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"1ac36713-57e9-2df2-1561-54261ba6a646","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1ac36713-57e9-2df2-1561-54261ba6a646"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-07-27T19:52:58-07:00","end":"2018-07-27T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999689","display":"Dr. Nelda514 Blanda868"}}],"period":{"start":"2018-07-27T19:52:58-07:00","end":"2018-07-27T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|348c93c5-0196-32a5-a385-9364455c40e6","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|44bef9d3-91c2-3005-93e0-ccf436348ff0","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}} +{"resourceType":"Encounter","id":"ee273f1a-5a13-d813-4c23-1a55cc778f6f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ee273f1a-5a13-d813-4c23-1a55cc778f6f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-04-04T04:56:45-07:00","end":"2015-04-04T05:11:45-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}}],"period":{"start":"2015-04-04T04:56:45-07:00","end":"2015-04-04T05:11:45-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}} +{"resourceType":"Encounter","id":"a56467d1-b99e-a590-37dc-1eb369c00292","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a56467d1-b99e-a590-37dc-1eb369c00292"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-06-19T13:58:40-07:00","end":"2018-06-19T14:30:59-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2018-06-19T13:58:40-07:00","end":"2018-06-19T14:30:59-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"28859f0c-a175-bf19-397b-689700cf865f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"28859f0c-a175-bf19-397b-689700cf865f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-04-20T22:31:28-07:00","end":"1987-04-20T22:46:28-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1987-04-20T22:31:28-07:00","end":"1987-04-20T22:46:28-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"363406005","display":"Malignant tumor of colon"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"2bb73a1c-20a8-39cb-2270-735c1870953b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2bb73a1c-20a8-39cb-2270-735c1870953b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-03-27T13:00:00-08:00","end":"1987-03-27T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1987-03-27T13:00:00-08:00","end":"1987-03-27T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"9acd21bb-09ee-b660-6fe3-5a55684e24d0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9acd21bb-09ee-b660-6fe3-5a55684e24d0"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-07-11T14:30:59-07:00","end":"2018-07-11T15:20:25-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2018-07-11T14:30:59-07:00","end":"2018-07-11T15:20:25-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"a1ba5f0d-d400-9da1-dc3b-3b5f94226da6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1982-07-25T11:15:12-07:00","end":"1982-07-25T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1982-07-25T11:15:12-07:00","end":"1982-07-25T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"b4a4932d-4663-750e-3894-6e64908e52a8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b4a4932d-4663-750e-3894-6e64908e52a8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1988-04-01T13:00:00-08:00","end":"1988-04-01T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1988-04-01T13:00:00-08:00","end":"1988-04-01T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"b806cc31-668a-0681-8fda-9989e65cc4c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b806cc31-668a-0681-8fda-9989e65cc4c3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-08-07T15:20:25-07:00","end":"2018-08-07T15:53:29-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2018-08-07T15:20:25-07:00","end":"2018-08-07T15:53:29-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"4159b5c3-489e-b2e2-c04f-be7e8e3b1a5a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4159b5c3-489e-b2e2-c04f-be7e8e3b1a5a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-09-01T15:53:29-07:00","end":"2018-09-01T16:33:36-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2018-09-01T15:53:29-07:00","end":"2018-09-01T16:33:36-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"53b60581-7980-1bd9-757b-f2aa66535f5b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"53b60581-7980-1bd9-757b-f2aa66535f5b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-01-28T02:01:44-08:00","end":"2018-01-28T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2018-01-28T02:01:44-08:00","end":"2018-01-28T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"58606738-0598-5896-8a50-92b423f35447","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"58606738-0598-5896-8a50-92b423f35447"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-09-26T16:33:36-07:00","end":"2018-09-26T17:29:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2018-09-26T16:33:36-07:00","end":"2018-09-26T17:29:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"4d5e269a-dca9-be1f-c9c1-69a6db0106a8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4d5e269a-dca9-be1f-c9c1-69a6db0106a8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-05-25T16:31:28-07:00","end":"1987-05-25T16:46:28-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1987-05-25T16:31:28-07:00","end":"1987-05-25T16:46:28-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"363406005","display":"Malignant tumor of colon"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"0815cb07-12a3-e655-26c3-fa7bec8a8581","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0815cb07-12a3-e655-26c3-fa7bec8a8581"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-10-17T17:29:00-07:00","end":"2018-10-17T18:26:18-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2018-10-17T17:29:00-07:00","end":"2018-10-17T18:26:18-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"fbd1d908-2878-95db-3485-e0659ddd23f0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"fbd1d908-2878-95db-3485-e0659ddd23f0"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"50849002","display":"Emergency room admission (procedure)"}],"text":"Emergency room admission (procedure)"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-03-08T05:35:43-08:00","end":"2016-03-08T06:35:43-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999939","display":"Dr. Óscar156 Pérez790"}}],"period":{"start":"2016-03-08T05:35:43-08:00","end":"2016-03-08T06:35:43-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Encounter","id":"1c959007-d5ef-794b-064a-e798d51a9247","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1c959007-d5ef-794b-064a-e798d51a9247"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-04-09T04:56:45-07:00","end":"2016-04-09T05:11:45-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}}],"period":{"start":"2016-04-09T04:56:45-07:00","end":"2016-04-09T05:11:45-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}} +{"resourceType":"Encounter","id":"00ec53e6-ca27-67e5-702b-5bef41540d0a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"00ec53e6-ca27-67e5-702b-5bef41540d0a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1989-04-07T14:00:00-07:00","end":"1989-04-07T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1989-04-07T14:00:00-07:00","end":"1989-04-07T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"f1429b08-809b-4e86-1323-f28955635538","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f1429b08-809b-4e86-1323-f28955635538"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-11-16T18:52:58-08:00","end":"2018-11-16T19:07:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"2018-11-16T18:52:58-08:00","end":"2018-11-16T19:07:58-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"a6c5a4de-ed6f-7dfa-deb5-f87f338322c1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a6c5a4de-ed6f-7dfa-deb5-f87f338322c1"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-11-07T17:26:18-08:00","end":"2018-11-07T18:10:49-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2018-11-07T17:26:18-08:00","end":"2018-11-07T18:10:49-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"a867ca19-eeb6-b1f9-b38e-1b2c7d001b51","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a867ca19-eeb6-b1f9-b38e-1b2c7d001b51"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for 'check-up'"}],"text":"Encounter for 'check-up'"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1982-10-01T12:42:24-07:00","end":"1982-10-01T13:11:51-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}}],"period":{"start":"1982-10-01T12:42:24-07:00","end":"1982-10-01T13:11:51-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Encounter","id":"d98d591e-373c-6605-52f4-8138a8a81007","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d98d591e-373c-6605-52f4-8138a8a81007"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-11-29T18:10:49-08:00","end":"2018-11-29T18:57:16-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2018-11-29T18:10:49-08:00","end":"2018-11-29T18:57:16-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"32dd3c8d-1873-ed3c-382d-ced461822058","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"32dd3c8d-1873-ed3c-382d-ced461822058"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1983-07-31T11:15:12-07:00","end":"1983-07-31T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1983-07-31T11:15:12-07:00","end":"1983-07-31T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"8421e19e-d7fa-9802-6533-eceeff70bda1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8421e19e-d7fa-9802-6533-eceeff70bda1"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1990-04-13T14:00:00-07:00","end":"1990-04-13T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1990-04-13T14:00:00-07:00","end":"1990-04-13T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"c45b045b-fd99-0b18-f29b-1e7a08663e15","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c45b045b-fd99-0b18-f29b-1e7a08663e15"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-12-24T18:57:16-08:00","end":"2018-12-24T19:31:53-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2018-12-24T18:57:16-08:00","end":"2018-12-24T19:31:53-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"cdf19c9e-5ffd-5309-8262-30e39d3775d5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cdf19c9e-5ffd-5309-8262-30e39d3775d5"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1991-04-19T14:00:00-07:00","end":"1991-04-19T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1991-04-19T14:00:00-07:00","end":"1991-04-19T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"2898e2df-3259-117b-116b-62e6913ad7f1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2898e2df-3259-117b-116b-62e6913ad7f1"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-01-17T19:31:53-08:00","end":"2019-01-17T19:55:36-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2019-01-17T19:31:53-08:00","end":"2019-01-17T19:55:36-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"2abc2de7-8348-9eea-2135-70f784ebb69a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2abc2de7-8348-9eea-2135-70f784ebb69a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-06-06T11:54:23-07:00","end":"1987-06-06T12:09:23-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1987-06-06T11:54:23-07:00","end":"1987-06-06T12:09:23-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"bf4a7536-05ae-8e57-4af5-fe5b33fc6747","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"bf4a7536-05ae-8e57-4af5-fe5b33fc6747"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1992-04-24T14:00:00-07:00","end":"1992-04-24T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1992-04-24T14:00:00-07:00","end":"1992-04-24T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"63f30825-f2a1-769a-f010-2d7530fc0065","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"63f30825-f2a1-769a-f010-2d7530fc0065"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-02-07T19:55:36-08:00","end":"2019-02-07T20:22:34-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2019-02-07T19:55:36-08:00","end":"2019-02-07T20:22:34-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"cbf929b5-ac48-d63b-c88a-c1f0a67ac942","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cbf929b5-ac48-d63b-c88a-c1f0a67ac942"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-02-03T02:01:44-08:00","end":"2019-02-03T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2019-02-03T02:01:44-08:00","end":"2019-02-03T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"67e56661-731e-c284-a1a9-bcf315021f80","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"67e56661-731e-c284-a1a9-bcf315021f80"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-03-01T20:22:34-08:00","end":"2019-03-01T21:20:35-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2019-03-01T20:22:34-08:00","end":"2019-03-01T21:20:35-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"c869f706-164f-0152-c3b4-a2503331a734","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c869f706-164f-0152-c3b4-a2503331a734"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1993-04-30T14:00:00-07:00","end":"1993-04-30T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1993-04-30T14:00:00-07:00","end":"1993-04-30T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"e20025f5-35bb-496c-0b40-937f6077c015","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e20025f5-35bb-496c-0b40-937f6077c015"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-03-27T22:20:35-07:00","end":"2019-03-27T22:49:14-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2019-03-27T22:20:35-07:00","end":"2019-03-27T22:49:14-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"5838c563-1724-25c5-7971-0a1a58035cd1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5838c563-1724-25c5-7971-0a1a58035cd1"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1994-05-06T14:00:00-07:00","end":"1994-05-06T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1994-05-06T14:00:00-07:00","end":"1994-05-06T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"e4104cf9-936b-7d2a-42fd-2a0d3c55fd39","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e4104cf9-936b-7d2a-42fd-2a0d3c55fd39"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-04-18T22:49:14-07:00","end":"2019-04-18T23:05:27-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2019-04-18T22:49:14-07:00","end":"2019-04-18T23:05:27-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"23ee9f18-a22a-4368-f891-7b908083215d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"23ee9f18-a22a-4368-f891-7b908083215d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-04-15T04:56:45-07:00","end":"2017-04-15T05:11:45-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}}],"period":{"start":"2017-04-15T04:56:45-07:00","end":"2017-04-15T05:11:45-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}} +{"resourceType":"Encounter","id":"16bd6724-f932-c9a9-9bd9-204b3836429b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"16bd6724-f932-c9a9-9bd9-204b3836429b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-11-22T18:52:58-08:00","end":"2019-11-22T19:07:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"2019-11-22T18:52:58-08:00","end":"2019-11-22T19:07:58-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"7754d7b1-1c08-7b84-ff1f-6d1c82da286d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7754d7b1-1c08-7b84-ff1f-6d1c82da286d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1984-08-05T11:15:12-07:00","end":"1984-08-05T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1984-08-05T11:15:12-07:00","end":"1984-08-05T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"1e91d3f9-4ad2-079a-9397-1f3ab6651b0b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1e91d3f9-4ad2-079a-9397-1f3ab6651b0b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1994-07-29T14:00:00-07:00","end":"1994-07-29T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"1994-07-29T14:00:00-07:00","end":"1994-07-29T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"08f420ce-288c-ab4d-7e85-bfc3dc1b96b5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-06-25T09:31:28-07:00","end":"1987-06-25T09:46:28-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1987-06-25T09:31:28-07:00","end":"1987-06-25T09:46:28-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"363406005","display":"Malignant tumor of colon"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"e2e14a20-578b-6ef5-ef6c-f27dd29fbb72","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698","display":"Mr. Tuan998 Veum823"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-04-18T04:56:45-07:00","end":"2020-04-18T05:11:45-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999952439","display":"Dr. Juana825 Niño185"}}],"period":{"start":"2020-04-18T04:56:45-07:00","end":"2020-04-18T05:11:45-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76","display":"PCP124300"}} +{"resourceType":"Encounter","id":"85992de1-9c49-7187-3d5c-015a8ca842c2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"85992de1-9c49-7187-3d5c-015a8ca842c2"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1995-05-12T14:00:00-07:00","end":"1995-05-12T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1995-05-12T14:00:00-07:00","end":"1995-05-12T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"71f22be9-6e56-e07d-6c70-5a1d0844498b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"71f22be9-6e56-e07d-6c70-5a1d0844498b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-06-20T09:01:44-07:00","end":"2019-06-20T09:16:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2019-06-20T09:01:44-07:00","end":"2019-06-20T09:16:44-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"6a9ab6be-a2e6-4eb9-5642-73e63cd37fc7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6a9ab6be-a2e6-4eb9-5642-73e63cd37fc7"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-05-15T23:05:27-07:00","end":"2019-05-15T23:33:14-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2019-05-15T23:05:27-07:00","end":"2019-05-15T23:33:14-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"11f31c9e-5a43-85cd-9103-e0c7a46fc82c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"11f31c9e-5a43-85cd-9103-e0c7a46fc82c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-02-09T02:01:44-08:00","end":"2020-02-09T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2020-02-09T02:01:44-08:00","end":"2020-02-09T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"27575b42-1b5f-9fb9-f709-3224384c0bdd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"27575b42-1b5f-9fb9-f709-3224384c0bdd"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-06-09T23:33:14-07:00","end":"2019-06-10T00:00:02-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2019-06-09T23:33:14-07:00","end":"2019-06-10T00:00:02-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"8e96ae35-598c-a772-3bfc-8280bc25f239","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8e96ae35-598c-a772-3bfc-8280bc25f239"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for 'check-up'"}],"text":"Encounter for 'check-up'"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-08-03T22:36:17-07:00","end":"2020-08-03T23:04:39-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2020-08-03T22:36:17-07:00","end":"2020-08-03T23:04:39-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"1870bd55-b846-2f03-74be-c9250e87c7da","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1870bd55-b846-2f03-74be-c9250e87c7da"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-07-27T04:31:28-07:00","end":"1987-07-27T04:46:28-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1987-07-27T04:31:28-07:00","end":"1987-07-27T04:46:28-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"363406005","display":"Malignant tumor of colon"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"c4a7535f-1429-3347-b380-5615a4e09522","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c4a7535f-1429-3347-b380-5615a4e09522"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1996-05-17T14:00:00-07:00","end":"1996-05-17T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1996-05-17T14:00:00-07:00","end":"1996-05-17T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"f49ae6bb-009a-c3ec-c21a-173923e69e5e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f49ae6bb-009a-c3ec-c21a-173923e69e5e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-06-19T17:06:21-07:00","end":"2019-06-19T17:21:21-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}}],"period":{"start":"2019-06-19T17:06:21-07:00","end":"2019-06-19T17:21:21-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}} +{"resourceType":"Encounter","id":"75d7bc8e-c0ab-7f21-77cd-ca0654cf7e5d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"75d7bc8e-c0ab-7f21-77cd-ca0654cf7e5d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1997-05-23T14:00:00-07:00","end":"1997-05-23T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1997-05-23T14:00:00-07:00","end":"1997-05-23T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"91092764-b75d-19e6-9059-82d5d9d6352c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"91092764-b75d-19e6-9059-82d5d9d6352c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1985-08-11T11:15:12-07:00","end":"1985-08-11T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1985-08-11T11:15:12-07:00","end":"1985-08-11T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"a3598e38-d9c0-3977-383e-5767caca233c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a3598e38-d9c0-3977-383e-5767caca233c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-08-28T22:31:28-07:00","end":"1987-08-28T22:46:28-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1987-08-28T22:31:28-07:00","end":"1987-08-28T22:46:28-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"363406005","display":"Malignant tumor of colon"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"6118c5f3-b9a9-ae08-afc1-5e94c6ffe499","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6118c5f3-b9a9-ae08-afc1-5e94c6ffe499"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1998-05-29T14:00:00-07:00","end":"1998-05-29T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1998-05-29T14:00:00-07:00","end":"1998-05-29T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"5510c9f1-a8ff-a51f-94d1-ab974e1d75c2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-11-27T18:52:58-08:00","end":"2020-11-27T19:07:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"2020-11-27T18:52:58-08:00","end":"2020-11-27T19:07:58-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"8c2ab808-51d8-8145-6e3a-63e52962f181","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8c2ab808-51d8-8145-6e3a-63e52962f181"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1999-06-04T14:00:00-07:00","end":"1999-06-04T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"1999-06-04T14:00:00-07:00","end":"1999-06-04T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"20eca1a2-a15e-815a-3b4d-03ae628389ea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"20eca1a2-a15e-815a-3b4d-03ae628389ea"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-02-14T02:01:44-08:00","end":"2021-02-14T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2021-02-14T02:01:44-08:00","end":"2021-02-14T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"e237b3c4-04fd-6cc1-6d1f-916d0fb3c5a4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e237b3c4-04fd-6cc1-6d1f-916d0fb3c5a4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-07-05T00:00:02-07:00","end":"2019-07-05T00:24:59-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2019-07-05T00:00:02-07:00","end":"2019-07-05T00:24:59-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"f6178e16-c0c2-ef75-0534-f7e882581b32","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f6178e16-c0c2-ef75-0534-f7e882581b32"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2000-06-09T14:00:00-07:00","end":"2000-06-09T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2000-06-09T14:00:00-07:00","end":"2000-06-09T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"fdb1515e-a3da-3765-aa5e-c4d5aa17e998","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"fdb1515e-a3da-3765-aa5e-c4d5aa17e998"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2001-06-15T14:00:00-07:00","end":"2001-06-15T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2001-06-15T14:00:00-07:00","end":"2001-06-15T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"3235c2c6-a33c-3bc3-2e43-aff5c42a715b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3235c2c6-a33c-3bc3-2e43-aff5c42a715b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-07-30T00:24:59-07:00","end":"2019-07-30T01:00:48-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2019-07-30T00:24:59-07:00","end":"2019-07-30T01:00:48-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"ed6c4c6f-6dd1-78b5-58a9-68316c5af8c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ed6c4c6f-6dd1-78b5-58a9-68316c5af8c8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-08-26T01:00:48-07:00","end":"2019-08-26T02:00:31-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2019-08-26T01:00:48-07:00","end":"2019-08-26T02:00:31-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"f9573185-7ec8-52d5-0db5-af097072eb52","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f9573185-7ec8-52d5-0db5-af097072eb52"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1986-08-17T11:15:12-07:00","end":"1986-08-17T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1986-08-17T11:15:12-07:00","end":"1986-08-17T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"3a22aa5c-cbc7-2634-4bc7-23eab2dd2e2e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3a22aa5c-cbc7-2634-4bc7-23eab2dd2e2e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2002-06-21T14:00:00-07:00","end":"2002-06-21T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2002-06-21T14:00:00-07:00","end":"2002-06-21T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"345283b9-8da2-b506-1c7a-5bc2d572ad84","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"345283b9-8da2-b506-1c7a-5bc2d572ad84"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"33879002","display":"Administration of vaccine to produce active immunity (procedure)"}],"text":"Administration of vaccine to produce active immunity (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-03-12T18:52:58-08:00","end":"2021-03-12T19:07:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999689","display":"Dr. Nelda514 Blanda868"}}],"period":{"start":"2021-03-12T18:52:58-08:00","end":"2021-03-12T19:07:58-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|348c93c5-0196-32a5-a385-9364455c40e6","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|44bef9d3-91c2-3005-93e0-ccf436348ff0","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}} +{"resourceType":"Encounter","id":"f5c90f12-82ad-a834-9e73-62ff5947b65a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f5c90f12-82ad-a834-9e73-62ff5947b65a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2003-06-27T14:00:00-07:00","end":"2003-06-27T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2003-06-27T14:00:00-07:00","end":"2003-06-27T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"a8df5a78-5a76-6c15-b02c-13f659c6208f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a8df5a78-5a76-6c15-b02c-13f659c6208f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-09-30T14:31:28-07:00","end":"1987-09-30T14:46:28-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999889","display":"Dr. Vicente970 Kilback373"}}],"period":{"start":"1987-09-30T14:31:28-07:00","end":"1987-09-30T14:46:28-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"363406005","display":"Malignant tumor of colon"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"f52e1d6f-86ad-fc51-f546-28eb5051ce20","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f52e1d6f-86ad-fc51-f546-28eb5051ce20"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"33879002","display":"Administration of vaccine to produce active immunity (procedure)"}],"text":"Administration of vaccine to produce active immunity (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-04-02T19:52:58-07:00","end":"2021-04-02T20:07:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999689","display":"Dr. Nelda514 Blanda868"}}],"period":{"start":"2021-04-02T19:52:58-07:00","end":"2021-04-02T20:07:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|348c93c5-0196-32a5-a385-9364455c40e6","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|44bef9d3-91c2-3005-93e0-ccf436348ff0","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}} +{"resourceType":"Encounter","id":"53432d59-5df6-6a10-b93c-619f8e27f708","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"53432d59-5df6-6a10-b93c-619f8e27f708"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-09-20T02:00:31-07:00","end":"2019-09-20T02:27:31-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2019-09-20T02:00:31-07:00","end":"2019-09-20T02:27:31-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"d2c35637-46f3-dad1-8842-47f73c7e8961","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d2c35637-46f3-dad1-8842-47f73c7e8961"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-10-13T02:27:31-07:00","end":"2019-10-13T02:53:41-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2019-10-13T02:27:31-07:00","end":"2019-10-13T02:53:41-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"28cebdda-15bd-eff8-0376-f00fd31f3ea2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"28cebdda-15bd-eff8-0376-f00fd31f3ea2"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-12-29T09:01:44-08:00","end":"2021-12-29T09:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2021-12-29T09:01:44-08:00","end":"2021-12-29T09:16:44-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"d02b874f-70ea-eff6-92ae-b2a07c0ce0b9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d02b874f-70ea-eff6-92ae-b2a07c0ce0b9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-11-07T01:53:41-08:00","end":"2019-11-07T02:41:15-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2019-11-07T01:53:41-08:00","end":"2019-11-07T02:41:15-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4","display":"Mr. Julio255 Aparicio848"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2022-02-20T02:01:44-08:00","end":"2022-02-20T02:16:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999925359","display":"Dr. Conchita9 Nikolaus26"}}],"period":{"start":"2022-02-20T02:01:44-08:00","end":"2022-02-20T02:16:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Encounter","id":"0fce8077-0b40-be03-5376-18d6a6830eb6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0fce8077-0b40-be03-5376-18d6a6830eb6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","display":"Mr. Devin82 Lakin515"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-12-03T18:52:58-08:00","end":"2021-12-03T19:07:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999914669","display":"Dr. Dino214 Pouros728"}}],"period":{"start":"2021-12-03T18:52:58-08:00","end":"2021-12-03T19:07:58-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Encounter","id":"f34afd53-4e56-878a-995a-7679166688c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f34afd53-4e56-878a-995a-7679166688c9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1988-06-11T11:54:23-07:00","end":"1988-06-11T12:09:23-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1988-06-11T11:54:23-07:00","end":"1988-06-11T12:09:23-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"8223fd49-796b-2dac-562d-55d496c152c0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8223fd49-796b-2dac-562d-55d496c152c0"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2004-07-02T14:00:00-07:00","end":"2004-07-02T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2004-07-02T14:00:00-07:00","end":"2004-07-02T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"407fdcd1-648a-ed4e-052f-42e784214264","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"407fdcd1-648a-ed4e-052f-42e784214264"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-08-23T11:15:12-07:00","end":"1987-08-23T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1987-08-23T11:15:12-07:00","end":"1987-08-23T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"00283a05-ba86-831c-051a-202d5f2dd19b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"00283a05-ba86-831c-051a-202d5f2dd19b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2004-10-29T14:00:00-07:00","end":"2004-10-29T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2004-10-29T14:00:00-07:00","end":"2004-10-29T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"9692dbfc-1e5f-8e06-ff41-5c3680fce31b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9692dbfc-1e5f-8e06-ff41-5c3680fce31b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-12-03T02:41:15-08:00","end":"2019-12-03T03:09:55-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2019-12-03T02:41:15-08:00","end":"2019-12-03T03:09:55-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"ca9d799b-5670-692b-1dfc-0cab4d49d3a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ca9d799b-5670-692b-1dfc-0cab4d49d3a6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2004-10-24T00:00:00-07:00","end":"2004-10-24T00:15:36-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2004-10-24T00:00:00-07:00","end":"2004-10-24T00:15:36-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"10509002","display":"Acute bronchitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"4917262a-3d2a-4e88-5a1c-aa0bc5c8dd38","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4917262a-3d2a-4e88-5a1c-aa0bc5c8dd38"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-12-10T20:06:21-08:00","end":"2019-12-10T20:21:21-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2019-12-10T20:06:21-08:00","end":"2019-12-10T20:21:21-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"0fd29bbc-b840-7b80-8b11-44499735b1f7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0fd29bbc-b840-7b80-8b11-44499735b1f7"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2005-07-08T14:00:00-07:00","end":"2005-07-08T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2005-07-08T14:00:00-07:00","end":"2005-07-08T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"9b8b3a47-ea0e-b18a-db4f-44207caa7b72","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9b8b3a47-ea0e-b18a-db4f-44207caa7b72"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-12-18T16:06:21-08:00","end":"2019-12-18T16:21:21-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2019-12-18T16:06:21-08:00","end":"2019-12-18T16:21:21-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"555e1a8a-a1e3-607b-5de8-898233f4e6d6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"555e1a8a-a1e3-607b-5de8-898233f4e6d6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2006-07-14T14:00:00-07:00","end":"2006-07-14T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2006-07-14T14:00:00-07:00","end":"2006-07-14T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"4d4b5f1a-f409-1d01-3626-9749d1e14b5f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4d4b5f1a-f409-1d01-3626-9749d1e14b5f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for 'check-up'"}],"text":"Encounter for 'check-up'"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1987-10-01T13:11:51-07:00","end":"1987-10-01T13:44:42-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999559","display":"Dr. Leigh689 Rutherford999"}}],"period":{"start":"1987-10-01T13:11:51-07:00","end":"1987-10-01T13:44:42-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Encounter","id":"4c29a732-f289-4d7c-02e0-fe8542fc5667","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4c29a732-f289-4d7c-02e0-fe8542fc5667"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-12-29T03:09:55-08:00","end":"2019-12-29T04:07:49-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2019-12-29T03:09:55-08:00","end":"2019-12-29T04:07:49-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"ed1a23f0-7f47-9acd-8733-6ce1a7617661","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ed1a23f0-7f47-9acd-8733-6ce1a7617661"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2007-07-20T14:00:00-07:00","end":"2007-07-20T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2007-07-20T14:00:00-07:00","end":"2007-07-20T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"d30d4a39-4286-6652-b482-a5268e720dce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d30d4a39-4286-6652-b482-a5268e720dce"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1988-08-28T11:15:12-07:00","end":"1988-08-28T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1988-08-28T11:15:12-07:00","end":"1988-08-28T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"7ad66abf-db5e-a95d-732d-d3c1749c44e2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7ad66abf-db5e-a95d-732d-d3c1749c44e2"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1989-06-17T11:54:23-07:00","end":"1989-06-17T12:09:23-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1989-06-17T11:54:23-07:00","end":"1989-06-17T12:09:23-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"37a9e685-3c26-f137-2f25-0fcc7e65e380","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"37a9e685-3c26-f137-2f25-0fcc7e65e380"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-01-21T04:07:49-08:00","end":"2020-01-21T04:50:15-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2020-01-21T04:07:49-08:00","end":"2020-01-21T04:50:15-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"d97d07c2-5746-acde-a6e9-ac152a123f2e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d97d07c2-5746-acde-a6e9-ac152a123f2e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2008-07-25T14:00:00-07:00","end":"2008-07-25T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2008-07-25T14:00:00-07:00","end":"2008-07-25T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"aa4850fd-3ba3-3d68-ebb0-2766fac1807c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"aa4850fd-3ba3-3d68-ebb0-2766fac1807c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-02-17T04:50:15-08:00","end":"2020-02-17T05:20:06-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2020-02-17T04:50:15-08:00","end":"2020-02-17T05:20:06-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"3e8d2d99-0da0-c932-3bc4-9d155869b194","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3e8d2d99-0da0-c932-3bc4-9d155869b194"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2009-07-31T14:00:00-07:00","end":"2009-07-31T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2009-07-31T14:00:00-07:00","end":"2009-07-31T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"d7192f8b-6a78-29dd-ae81-98e30c07eb28","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d7192f8b-6a78-29dd-ae81-98e30c07eb28"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-03-09T06:20:06-07:00","end":"2020-03-09T06:38:10-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2020-03-09T06:20:06-07:00","end":"2020-03-09T06:38:10-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"76ba746f-0f51-d8f6-75b8-5fb351024928","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"76ba746f-0f51-d8f6-75b8-5fb351024928"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2010-08-06T14:00:00-07:00","end":"2010-08-06T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2010-08-06T14:00:00-07:00","end":"2010-08-06T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"10ea4953-db6d-228b-131b-831fcaffec17","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"10ea4953-db6d-228b-131b-831fcaffec17"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-04-03T06:38:10-07:00","end":"2020-04-03T07:19:26-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2020-04-03T06:38:10-07:00","end":"2020-04-03T07:19:26-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"2a7cb4dd-8834-682f-c33e-e0054da39271","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2a7cb4dd-8834-682f-c33e-e0054da39271"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2010-09-24T14:00:00-07:00","end":"2010-09-24T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2010-09-24T14:00:00-07:00","end":"2010-09-24T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"a4ee8b30-f82a-5908-0f75-83d127d9c420","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a4ee8b30-f82a-5908-0f75-83d127d9c420"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-04-26T07:19:26-07:00","end":"2020-04-26T07:38:10-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2020-04-26T07:19:26-07:00","end":"2020-04-26T07:38:10-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"4e31c5e4-81cd-1db1-485a-4bf7d5e0c602","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4e31c5e4-81cd-1db1-485a-4bf7d5e0c602"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2011-05-26T06:00:00-07:00","end":"2011-05-26T06:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2011-05-26T06:00:00-07:00","end":"2011-05-26T06:15:00-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"75498004","display":"Acute bacterial sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"ffdbff2f-6558-2610-28f2-3afe44dd29dd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ffdbff2f-6558-2610-28f2-3afe44dd29dd"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"170838006","display":"Allergic disorder follow-up assessment"}],"text":"Allergic disorder follow-up assessment"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-05-21T07:38:10-07:00","end":"2020-05-21T07:58:22-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2020-05-21T07:38:10-07:00","end":"2020-05-21T07:58:22-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"09541342-5972-0881-fca9-148ed19eebe0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"09541342-5972-0881-fca9-148ed19eebe0"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2011-08-12T14:00:00-07:00","end":"2011-08-12T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2011-08-12T14:00:00-07:00","end":"2011-08-12T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"23471c9f-5e64-8222-9858-49e6b9c1fc66","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"23471c9f-5e64-8222-9858-49e6b9c1fc66"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-06-24T17:06:21-07:00","end":"2020-06-24T17:21:21-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}}],"period":{"start":"2020-06-24T17:06:21-07:00","end":"2020-06-24T17:21:21-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}} +{"resourceType":"Encounter","id":"04067bda-2d9d-4062-47b7-90658d07a3ad","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"04067bda-2d9d-4062-47b7-90658d07a3ad"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-07-16T10:00:00-07:00","end":"2012-07-16T10:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2012-07-16T10:00:00-07:00","end":"2012-07-16T10:15:00-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"75498004","display":"Acute bacterial sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"dd8f9873-7156-b317-0fd8-40a80793cf1e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"dd8f9873-7156-b317-0fd8-40a80793cf1e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-08-17T14:00:00-07:00","end":"2012-08-17T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2012-08-17T14:00:00-07:00","end":"2012-08-17T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"fd3986ed-5f9d-263c-98b1-00769cbac6d9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"fd3986ed-5f9d-263c-98b1-00769cbac6d9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874","display":"Mr. Huey641 Kuhn96"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-06-30T17:06:21-07:00","end":"2021-06-30T17:21:21-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999991379","display":"Dr. Leonardo412 Christiansen251"}}],"period":{"start":"2021-06-30T17:06:21-07:00","end":"2021-06-30T17:21:21-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565","display":"PCP12359"}} +{"resourceType":"Encounter","id":"aebf07dd-ae01-cd1a-9f94-d5dc1f80138d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"aebf07dd-ae01-cd1a-9f94-d5dc1f80138d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-10-24T10:00:00-07:00","end":"2012-10-24T10:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2012-10-24T10:00:00-07:00","end":"2012-10-24T10:15:00-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"75498004","display":"Acute bacterial sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"58894198-9033-0307-e373-6ee2cec41229","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"58894198-9033-0307-e373-6ee2cec41229"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-11-14T09:00:00-08:00","end":"2012-11-14T09:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2012-11-14T09:00:00-08:00","end":"2012-11-14T09:15:00-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"75498004","display":"Acute bacterial sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"99c9b0a2-51dd-af9b-6a97-8eef33f0f554","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"99c9b0a2-51dd-af9b-6a97-8eef33f0f554"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-11-21T09:00:00-08:00","end":"2012-11-21T09:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2012-11-21T09:00:00-08:00","end":"2012-11-21T09:15:00-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"75498004","display":"Acute bacterial sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"888810fc-98dc-8753-10ec-f73faad930e7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"888810fc-98dc-8753-10ec-f73faad930e7"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-11-28T09:00:00-08:00","end":"2012-11-28T09:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2012-11-28T09:00:00-08:00","end":"2012-11-28T09:15:00-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"75498004","display":"Acute bacterial sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"ab870eb0-73d7-7523-d243-f0826c932350","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ab870eb0-73d7-7523-d243-f0826c932350"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-12-12T09:00:00-08:00","end":"2012-12-12T09:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2012-12-12T09:00:00-08:00","end":"2012-12-12T09:15:00-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"75498004","display":"Acute bacterial sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"187961b7-4aed-b958-4cb1-49e0cff4a91a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"187961b7-4aed-b958-4cb1-49e0cff4a91a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-08-23T14:00:00-07:00","end":"2013-08-23T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2013-08-23T14:00:00-07:00","end":"2013-08-23T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"cc8bcf07-3961-000f-26f1-1d624067cb2e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cc8bcf07-3961-000f-26f1-1d624067cb2e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308646001","display":"Death Certification"}],"text":"Death Certification"}],"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230","display":"Ms. Donya787 Funk324"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1990-03-31T10:54:23-08:00","end":"1990-03-31T11:09:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969169","display":"Dr. Loree183 Hodkiewicz467"}}],"period":{"start":"1990-03-31T10:54:23-08:00","end":"1990-03-31T11:09:23-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"363406005","display":"Malignant tumor of colon"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Encounter","id":"25304c25-2034-9c77-86dc-bff8f893580e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"25304c25-2034-9c77-86dc-bff8f893580e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-08-29T14:00:00-07:00","end":"2014-08-29T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2014-08-29T14:00:00-07:00","end":"2014-08-29T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"0d1647eb-69ac-bec7-845a-b7e39e4dedbb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0d1647eb-69ac-bec7-845a-b7e39e4dedbb"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1989-09-03T11:15:12-07:00","end":"1989-09-03T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1989-09-03T11:15:12-07:00","end":"1989-09-03T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"241898b5-5aa4-e910-2a81-4fee34a42c30","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"241898b5-5aa4-e910-2a81-4fee34a42c30"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1990-09-09T11:15:12-07:00","end":"1990-09-09T11:30:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1990-09-09T11:15:12-07:00","end":"1990-09-09T11:30:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"536cf83b-aec0-c9f1-3e2c-8850dc4b749a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"536cf83b-aec0-c9f1-3e2c-8850dc4b749a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-09-04T14:00:00-07:00","end":"2015-09-04T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2015-09-04T14:00:00-07:00","end":"2015-09-04T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"1f98c604-280f-9599-665f-e61b0e76473b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1f98c604-280f-9599-665f-e61b0e76473b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"230690007","display":"Stroke"}],"text":"Stroke"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1990-11-18T10:15:12-08:00","end":"1990-11-18T11:15:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999589","display":"Dr. Amira620 Nienow652"}}],"period":{"start":"1990-11-18T10:15:12-08:00","end":"1990-11-18T11:15:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9fad6955-7f91-34dd-80c4-997e5e173651","display":"SOUTH SHORE HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|db0acede-4abe-3c01-8d03-5c68a190d8c7","display":"SOUTH SHORE HOSPITAL"}} +{"resourceType":"Encounter","id":"5479027a-5aca-6a9f-caf3-1319db4e30ff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5479027a-5aca-6a9f-caf3-1319db4e30ff"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308646001","display":"Death Certification"}],"text":"Death Certification"}],"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a","display":"Mrs. Golda777 Abernathy524"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1990-11-25T10:15:12-08:00","end":"1990-11-25T10:30:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999953819","display":"Dr. Queenie922 Rohan584"}}],"period":{"start":"1990-11-25T10:15:12-08:00","end":"1990-11-25T10:30:12-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"230690007","display":"Stroke"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf","display":"PCP116215"}} +{"resourceType":"Encounter","id":"be6f7bbb-d040-d1a5-b57f-f45f3d80a2e5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"be6f7bbb-d040-d1a5-b57f-f45f3d80a2e5"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-04-02T02:00:00-07:00","end":"2016-04-02T02:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2016-04-02T02:00:00-07:00","end":"2016-04-02T02:15:00-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"df90458e-9504-6a9a-adf5-04fdc96dbf46","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"df90458e-9504-6a9a-adf5-04fdc96dbf46"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-09-09T14:00:00-07:00","end":"2016-09-09T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2016-09-09T14:00:00-07:00","end":"2016-09-09T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"80e0cb1b-d27a-337d-acda-e4bb02682e67","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"80e0cb1b-d27a-337d-acda-e4bb02682e67"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-09-15T14:00:00-07:00","end":"2017-09-15T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2017-09-15T14:00:00-07:00","end":"2017-09-15T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"d48c11d5-ef93-c511-9d7f-67b72e966791","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d48c11d5-ef93-c511-9d7f-67b72e966791"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"50849002","display":"Emergency room admission (procedure)"}],"text":"Emergency room admission (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-12-15T15:01:40-08:00","end":"2017-12-15T16:23:40-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2017-12-15T15:01:40-08:00","end":"2017-12-15T16:23:40-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"9d9d7d20-3c2a-8d38-67f3-6ddc86a0438d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9d9d7d20-3c2a-8d38-67f3-6ddc86a0438d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for 'check-up'"}],"text":"Encounter for 'check-up'"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-01-24T16:23:40-08:00","end":"2018-01-24T16:38:40-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2018-01-24T16:23:40-08:00","end":"2018-01-24T16:38:40-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"58150001","display":"Fracture of clavicle"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"001fca0f-cdea-1843-8797-c99b5371e53f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"001fca0f-cdea-1843-8797-c99b5371e53f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-09-21T14:00:00-07:00","end":"2018-09-21T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2018-09-21T14:00:00-07:00","end":"2018-09-21T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"4e2ab243-5983-d862-4b0d-d2c1181d46ce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4e2ab243-5983-d862-4b0d-d2c1181d46ce"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-09-27T14:00:00-07:00","end":"2019-09-27T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2019-09-27T14:00:00-07:00","end":"2019-09-27T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"ab94f484-0a1f-4913-8bb5-b86c4a5f6c72","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-10-02T14:00:00-07:00","end":"2020-10-02T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2020-10-02T14:00:00-07:00","end":"2020-10-02T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"f8022a21-25d5-2fc1-deb8-698c80c17732","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f8022a21-25d5-2fc1-deb8-698c80c17732"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-08-10T13:26:56-07:00","end":"2012-08-10T13:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}}],"period":{"start":"2012-08-10T13:26:56-07:00","end":"2012-08-10T13:41:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"}} +{"resourceType":"Encounter","id":"ebe77fbc-d53f-becc-8ed2-bda1b7b0dc7f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ebe77fbc-d53f-becc-8ed2-bda1b7b0dc7f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-08-16T13:26:56-07:00","end":"2013-08-16T13:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}}],"period":{"start":"2013-08-16T13:26:56-07:00","end":"2013-08-16T13:41:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"}} +{"resourceType":"Encounter","id":"e9346779-3e60-36a9-0f74-35d9691fdd59","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e9346779-3e60-36a9-0f74-35d9691fdd59"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-08-22T13:26:56-07:00","end":"2014-08-22T13:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}}],"period":{"start":"2014-08-22T13:26:56-07:00","end":"2014-08-22T13:41:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"}} +{"resourceType":"Encounter","id":"9b729472-34b4-4aec-e180-d7b529788ff8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9b729472-34b4-4aec-e180-d7b529788ff8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-01-02T10:26:56-08:00","end":"2015-01-02T10:42:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2015-01-02T10:26:56-08:00","end":"2015-01-02T10:42:00-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"10509002","display":"Acute bronchitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"a7837893-02a0-afd2-8736-b532935edac8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a7837893-02a0-afd2-8736-b532935edac8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-01-09T12:26:56-08:00","end":"2015-01-09T12:41:56-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2015-01-09T12:26:56-08:00","end":"2015-01-09T12:41:56-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"e7639c18-9c06-7d3e-4866-c68600c7b6c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e7639c18-9c06-7d3e-4866-c68600c7b6c3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-08-28T13:26:56-07:00","end":"2015-08-28T13:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}}],"period":{"start":"2015-08-28T13:26:56-07:00","end":"2015-08-28T13:41:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"}} +{"resourceType":"Encounter","id":"ef14c2fa-cb98-feb3-77f7-3c088d52587f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ef14c2fa-cb98-feb3-77f7-3c088d52587f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-09-02T13:26:56-07:00","end":"2016-09-02T13:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}}],"period":{"start":"2016-09-02T13:26:56-07:00","end":"2016-09-02T13:41:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"}} +{"resourceType":"Encounter","id":"6bcacd00-0d57-2cc6-d8ee-77256f3ae9d9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6bcacd00-0d57-2cc6-d8ee-77256f3ae9d9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"702927004","display":"Urgent care clinic (procedure)"}],"text":"Urgent care clinic (procedure)"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-08-25T13:26:56-07:00","end":"2017-08-25T13:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906419","display":"Dr. Dwain139 Bailey598"}}],"period":{"start":"2017-08-25T13:26:56-07:00","end":"2017-08-25T13:41:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|8a7e0650-8ea9-3a37-991c-0d3439755748","display":"FALMOUTH WALK IN MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|bbf934c6-faad-3483-a1d2-d2ecb693a0e2","display":"FALMOUTH WALK IN MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"ea2a35a8-cefb-35d6-33a7-af13646e8920","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ea2a35a8-cefb-35d6-33a7-af13646e8920"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-08-19T15:26:56-07:00","end":"2017-08-19T15:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2017-08-19T15:26:56-07:00","end":"2017-08-19T15:41:56-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"10509002","display":"Acute bronchitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"78957409-0d90-3cc5-1109-a0caa5426b5a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"78957409-0d90-3cc5-1109-a0caa5426b5a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-09-01T13:26:56-07:00","end":"2017-09-01T13:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2017-09-01T13:26:56-07:00","end":"2017-09-01T13:41:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"3a39a7f6-86bc-cc65-4e1d-1e1955cf0a9b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3a39a7f6-86bc-cc65-4e1d-1e1955cf0a9b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-09-08T13:26:56-07:00","end":"2017-09-08T13:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}}],"period":{"start":"2017-09-08T13:26:56-07:00","end":"2017-09-08T13:41:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"}} +{"resourceType":"Encounter","id":"4c149a05-4982-2492-6cda-b773b762b48a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4c149a05-4982-2492-6cda-b773b762b48a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"33879002","display":"Administration of vaccine to produce active immunity (procedure)"}],"text":"Administration of vaccine to produce active immunity (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-02-26T13:00:00-08:00","end":"2021-02-26T13:15:00-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2021-02-26T13:00:00-08:00","end":"2021-02-26T13:15:00-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"1e1de678-be73-235a-2ef0-7c3a57903809","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1e1de678-be73-235a-2ef0-7c3a57903809"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"33879002","display":"Administration of vaccine to produce active immunity (procedure)"}],"text":"Administration of vaccine to produce active immunity (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-03-19T14:00:00-07:00","end":"2021-03-19T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999849","display":"Dr. Dinah304 Schaefer657"}}],"period":{"start":"2021-03-19T14:00:00-07:00","end":"2021-03-19T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Encounter","id":"516dc1bb-d168-afd1-66dd-423d07c3c494","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"516dc1bb-d168-afd1-66dd-423d07c3c494"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-09-14T13:26:56-07:00","end":"2018-09-14T13:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}}],"period":{"start":"2018-09-14T13:26:56-07:00","end":"2018-09-14T13:41:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"}} +{"resourceType":"Encounter","id":"d875155c-3f3f-7bea-f7f8-dfade1a846e6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d875155c-3f3f-7bea-f7f8-dfade1a846e6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092","display":"Mrs. Fannie183 Cormier289"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-10-08T14:00:00-07:00","end":"2021-10-08T14:15:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999978499","display":"Dr. Rosaria177 Raynor401"}}],"period":{"start":"2021-10-08T14:00:00-07:00","end":"2021-10-08T14:15:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7","display":"PCP32108"}} +{"resourceType":"Encounter","id":"7c204322-5568-c552-af33-0cd78b18b211","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7c204322-5568-c552-af33-0cd78b18b211"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"698314001","display":"Consultation for treatment"}],"text":"Consultation for treatment"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-08-19T13:26:56-07:00","end":"2019-08-19T13:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2019-08-19T13:26:56-07:00","end":"2019-08-19T13:41:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"f972dc72-6b30-b1cc-fe4d-ea95938d7db3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f972dc72-6b30-b1cc-fe4d-ea95938d7db3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-09-20T13:26:56-07:00","end":"2019-09-20T13:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}}],"period":{"start":"2019-09-20T13:26:56-07:00","end":"2019-09-20T13:41:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"}} +{"resourceType":"Encounter","id":"de17fdf4-c9b2-6069-b0e0-2325ebadb23d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"de17fdf4-c9b2-6069-b0e0-2325ebadb23d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"698314001","display":"Consultation for treatment"}],"text":"Consultation for treatment"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-08-13T13:26:56-07:00","end":"2020-08-13T13:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2020-08-13T13:26:56-07:00","end":"2020-08-13T13:41:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"ae00ed7e-4b1a-5794-da03-aef9f4390247","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ae00ed7e-4b1a-5794-da03-aef9f4390247"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-09-25T13:26:56-07:00","end":"2020-09-25T13:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}}],"period":{"start":"2020-09-25T13:26:56-07:00","end":"2020-09-25T13:41:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"}} +{"resourceType":"Encounter","id":"29cbdfe4-736a-df0f-5acd-9a75a40c473c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"29cbdfe4-736a-df0f-5acd-9a75a40c473c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"33879002","display":"Administration of vaccine to produce active immunity (procedure)"}],"text":"Administration of vaccine to produce active immunity (procedure)"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-05-21T13:26:56-07:00","end":"2021-05-21T13:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2021-05-21T13:26:56-07:00","end":"2021-05-21T13:41:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"afe1da71-6e4c-fe7e-18b9-458f324e3b3f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"afe1da71-6e4c-fe7e-18b9-458f324e3b3f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"33879002","display":"Administration of vaccine to produce active immunity (procedure)"}],"text":"Administration of vaccine to produce active immunity (procedure)"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-06-11T13:26:56-07:00","end":"2021-06-11T13:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2021-06-11T13:26:56-07:00","end":"2021-06-11T13:41:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"7adf5ff7-0ba4-c342-bac3-0eb9e10729d7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7adf5ff7-0ba4-c342-bac3-0eb9e10729d7"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"698314001","display":"Consultation for treatment"}],"text":"Consultation for treatment"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-08-08T13:26:56-07:00","end":"2021-08-08T13:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2021-08-08T13:26:56-07:00","end":"2021-08-08T13:41:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"b39d8d60-3cb3-212a-c527-17bd23182b5c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b39d8d60-3cb3-212a-c527-17bd23182b5c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123","display":"Kerrie266 Schumm995"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-10-01T13:26:56-07:00","end":"2021-10-01T13:41:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999984239","display":"Dr. Eric487 Satterfield305"}}],"period":{"start":"2021-10-01T13:26:56-07:00","end":"2021-10-01T13:41:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0","display":"PCP23885"}} +{"resourceType":"Encounter","id":"64641177-70ba-2b84-6da9-4d02a5a9b472","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"64641177-70ba-2b84-6da9-4d02a5a9b472"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2005-05-04T21:06:19-07:00","end":"2005-05-04T21:21:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2005-05-04T21:06:19-07:00","end":"2005-05-04T21:21:19-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"ce41f586-642f-9296-1c04-4a2557938a16","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ce41f586-642f-9296-1c04-4a2557938a16"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2005-05-19T16:06:19-07:00","end":"2005-05-19T16:43:07-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2005-05-19T16:06:19-07:00","end":"2005-05-19T16:43:07-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"6eb7fb47-7cd8-1c4a-7b60-cfa77c31a1be","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6eb7fb47-7cd8-1c4a-7b60-cfa77c31a1be"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2008-08-24T13:06:19-07:00","end":"2008-08-24T13:21:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2008-08-24T13:06:19-07:00","end":"2008-08-24T13:21:19-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"367498001","display":"Seasonal allergic rhinitis"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"af03da1e-5574-0a4f-5a04-019802eb6d53","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"af03da1e-5574-0a4f-5a04-019802eb6d53"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-12-18T12:06:19-08:00","end":"2012-12-18T12:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}}],"period":{"start":"2012-12-18T12:06:19-08:00","end":"2012-12-18T12:21:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Encounter","id":"2aee0b18-310c-12b2-13c2-1ac5cf509405","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2aee0b18-310c-12b2-13c2-1ac5cf509405"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-12-24T12:06:19-08:00","end":"2013-12-24T12:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}}],"period":{"start":"2013-12-24T12:06:19-08:00","end":"2013-12-24T12:21:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Encounter","id":"cf22dac5-639b-9606-a6f2-dbddf71c8219","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cf22dac5-639b-9606-a6f2-dbddf71c8219"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-12-30T12:06:19-08:00","end":"2014-12-30T12:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}}],"period":{"start":"2014-12-30T12:06:19-08:00","end":"2014-12-30T12:21:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Encounter","id":"e0f716a7-1bf2-1d8f-1228-bcfb72f92c57","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e0f716a7-1bf2-1d8f-1228-bcfb72f92c57"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-08-30T23:06:19-07:00","end":"2015-08-30T23:21:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2015-08-30T23:06:19-07:00","end":"2015-08-30T23:21:19-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"77286943-4def-34f2-e75a-53d834280d81","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"77286943-4def-34f2-e75a-53d834280d81"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-01-05T12:06:19-08:00","end":"2016-01-05T12:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}}],"period":{"start":"2016-01-05T12:06:19-08:00","end":"2016-01-05T12:21:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Encounter","id":"9bb1bf86-100a-e2fc-8781-f6a312fd7407","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9bb1bf86-100a-e2fc-8781-f6a312fd7407"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"170837001","display":"Allergic disorder initial assessment"}],"text":"Allergic disorder initial assessment"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-12-20T12:06:19-08:00","end":"2016-12-20T12:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2016-12-20T12:06:19-08:00","end":"2016-12-20T12:21:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"2260d01b-af37-2b3c-8291-fc8941f4b41d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2260d01b-af37-2b3c-8291-fc8941f4b41d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-01-10T12:06:19-08:00","end":"2017-01-10T12:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}}],"period":{"start":"2017-01-10T12:06:19-08:00","end":"2017-01-10T12:21:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Encounter","id":"38c56d5d-51c4-554e-d2b9-4c542f8784db","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"38c56d5d-51c4-554e-d2b9-4c542f8784db"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-11-27T20:06:19-08:00","end":"2017-11-27T20:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2017-11-27T20:06:19-08:00","end":"2017-11-27T20:21:19-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"8ae3d089-f1ec-68a2-75db-1964bff6e25e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8ae3d089-f1ec-68a2-75db-1964bff6e25e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-12-05T12:06:19-08:00","end":"2017-12-05T12:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2017-12-05T12:06:19-08:00","end":"2017-12-05T12:21:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"fcb03040-0d80-dba5-eb8d-cde2db0170d9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"fcb03040-0d80-dba5-eb8d-cde2db0170d9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"698314001","display":"Consultation for treatment"}],"text":"Consultation for treatment"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-12-15T12:06:19-08:00","end":"2017-12-15T12:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2017-12-15T12:06:19-08:00","end":"2017-12-15T12:21:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"eee78fda-1d3f-5c32-b4d2-3ec2763b58c2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-01-16T12:06:19-08:00","end":"2018-01-16T12:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}}],"period":{"start":"2018-01-16T12:06:19-08:00","end":"2018-01-16T12:21:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Encounter","id":"cfd09bdf-378b-27f5-acc3-53868ae7ce77","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cfd09bdf-378b-27f5-acc3-53868ae7ce77"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-09-11T13:06:19-07:00","end":"2018-09-11T13:21:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2018-09-11T13:06:19-07:00","end":"2018-09-11T13:21:19-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"324f3084-be65-84aa-44aa-7e2aa22af363","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"324f3084-be65-84aa-44aa-7e2aa22af363"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-09-06T10:06:19-07:00","end":"2018-09-06T10:21:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2018-09-06T10:06:19-07:00","end":"2018-09-06T10:21:19-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"b88db97a-125d-5bc9-6e5b-5c893b3dcfe3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-01-22T12:06:19-08:00","end":"2019-01-22T12:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}}],"period":{"start":"2019-01-22T12:06:19-08:00","end":"2019-01-22T12:21:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Encounter","id":"0c5158b0-a1aa-3f4e-42b0-6193a5babd07","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0c5158b0-a1aa-3f4e-42b0-6193a5babd07"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"50849002","display":"Emergency room admission (procedure)"}],"text":"Emergency room admission (procedure)"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-11-11T12:06:19-08:00","end":"2019-11-11T13:06:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2019-11-11T12:06:19-08:00","end":"2019-11-11T13:06:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"88367b17-1f45-5767-0dd7-f87359296abc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"88367b17-1f45-5767-0dd7-f87359296abc"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-12-02T06:06:19-08:00","end":"2019-12-02T06:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2019-12-02T06:06:19-08:00","end":"2019-12-02T06:21:19-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"a895b2c0-2566-f835-7223-f374f6637020","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a895b2c0-2566-f835-7223-f374f6637020"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"698314001","display":"Consultation for treatment"}],"text":"Consultation for treatment"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-12-05T12:06:19-08:00","end":"2019-12-05T12:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2019-12-05T12:06:19-08:00","end":"2019-12-05T12:21:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"8cc62027-ad62-eaa0-626f-7984187dfb3e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8cc62027-ad62-eaa0-626f-7984187dfb3e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for 'check-up'"}],"text":"Encounter for 'check-up'"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-01-18T12:06:19-08:00","end":"2020-01-18T12:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2020-01-18T12:06:19-08:00","end":"2020-01-18T12:21:19-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"62106007","display":"Concussion with no loss of consciousness"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"a63b7b29-c466-9a88-f2ac-04ef06a37a65","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a63b7b29-c466-9a88-f2ac-04ef06a37a65"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-01-28T12:06:19-08:00","end":"2020-01-28T12:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}}],"period":{"start":"2020-01-28T12:06:19-08:00","end":"2020-01-28T12:21:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Encounter","id":"700cdd3b-4a50-71fe-4330-be25085ff236","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"700cdd3b-4a50-71fe-4330-be25085ff236"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-03-01T22:06:19-08:00","end":"2020-03-01T22:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2020-03-01T22:06:19-08:00","end":"2020-03-01T22:21:19-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"669213b2-9d37-96a2-d6f1-d7e57595adf9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"669213b2-9d37-96a2-d6f1-d7e57595adf9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"698314001","display":"Consultation for treatment"}],"text":"Consultation for treatment"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-11-29T12:06:19-08:00","end":"2020-11-29T12:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2020-11-29T12:06:19-08:00","end":"2020-11-29T12:21:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"61d29c83-c048-e15c-a0a1-b26897f6080d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"61d29c83-c048-e15c-a0a1-b26897f6080d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-02-02T12:06:19-08:00","end":"2021-02-02T12:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}}],"period":{"start":"2021-02-02T12:06:19-08:00","end":"2021-02-02T12:21:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Encounter","id":"8bcea29a-0aba-a558-1721-62fc564a3548","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8bcea29a-0aba-a558-1721-62fc564a3548"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure"}],"text":"Patient encounter procedure"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-03-09T12:06:19-08:00","end":"2021-03-09T12:24:20-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2021-03-09T12:06:19-08:00","end":"2021-03-09T12:24:20-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"a6779d66-3a66-0b33-c0e5-157df005a41b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a6779d66-3a66-0b33-c0e5-157df005a41b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure"}],"text":"Patient encounter procedure"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-06-08T13:06:19-07:00","end":"2021-06-08T13:21:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2021-06-08T13:06:19-07:00","end":"2021-06-08T13:21:19-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"c43edc0f-5bcf-efdc-7cf1-21cd58e17ce8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c43edc0f-5bcf-efdc-7cf1-21cd58e17ce8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure"}],"text":"Patient encounter procedure"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-09-07T13:06:19-07:00","end":"2021-09-07T13:22:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2021-09-07T13:06:19-07:00","end":"2021-09-07T13:22:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"29db6485-dc8a-c422-3866-6074579a1e7f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"29db6485-dc8a-c422-3866-6074579a1e7f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"698314001","display":"Consultation for treatment"}],"text":"Consultation for treatment"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-11-24T12:16:23-08:00","end":"2021-11-24T12:31:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2021-11-24T12:16:23-08:00","end":"2021-11-24T12:31:23-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"5955029f-a260-560e-b9a4-f590c32141fd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5955029f-a260-560e-b9a4-f590c32141fd"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure"}],"text":"Patient encounter procedure"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-12-07T12:06:19-08:00","end":"2021-12-07T12:25:53-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2021-12-07T12:06:19-08:00","end":"2021-12-07T12:25:53-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"6c0f025b-2890-8bfa-253b-253288f24c8a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6c0f025b-2890-8bfa-253b-253288f24c8a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2022-02-08T12:06:19-08:00","end":"2022-02-08T12:21:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999946699","display":"Dr. Danyelle408 Harris789"}}],"period":{"start":"2022-02-08T12:06:19-08:00","end":"2022-02-08T12:21:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Encounter","id":"322aee05-0b4b-2ac7-34b9-838697031a12","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"322aee05-0b4b-2ac7-34b9-838697031a12"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure"}],"text":"Patient encounter procedure"}],"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa","display":"Ms. Leola603 Padberg411"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2022-03-08T12:06:19-08:00","end":"2022-03-08T12:23:15-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999499","display":"Dr. Regena252 Kunde533"}}],"period":{"start":"2022-03-08T12:06:19-08:00","end":"2022-03-08T12:23:15-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Encounter","id":"bf232c5a-5891-ce72-69e8-d8c66e8d116b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"bf232c5a-5891-ce72-69e8-d8c66e8d116b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2008-10-21T04:35:11-07:00","end":"2008-10-21T04:50:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2008-10-21T04:35:11-07:00","end":"2008-10-21T04:50:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"cda43e5e-ea1d-181d-073b-7fba73e54d23","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cda43e5e-ea1d-181d-073b-7fba73e54d23"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2008-11-06T20:49:11-08:00","end":"2008-11-06T21:09:16-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2008-11-06T20:49:11-08:00","end":"2008-11-06T21:09:16-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"2a352499-b9b3-193c-4276-94fdbf090c16","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2a352499-b9b3-193c-4276-94fdbf090c16"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2009-11-17T16:49:11-08:00","end":"2009-11-17T17:04:11-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2009-11-17T16:49:11-08:00","end":"2009-11-17T17:04:11-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"1b5a6b76-83ae-c67d-25bb-56555605e56b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1b5a6b76-83ae-c67d-25bb-56555605e56b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2010-02-01T16:49:11-08:00","end":"2010-02-01T17:04:11-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}}],"period":{"start":"2010-02-01T16:49:11-08:00","end":"2010-02-01T17:04:11-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Encounter","id":"0d44ff0a-b283-060f-e79b-b446ed0b00bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0d44ff0a-b283-060f-e79b-b446ed0b00bd"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2010-03-29T17:49:11-07:00","end":"2010-03-29T18:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999859","display":"Dr. Leslie90 Crona259"}}],"period":{"start":"2010-03-29T17:49:11-07:00","end":"2010-03-29T18:04:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|77b782d7-7273-3e6b-a694-de0d00748ca7","display":"BOSTON MEDICAL CENTER CORPORATION-"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|08bcda9c-f8c8-3244-82d4-fc306a7a55d3","display":"BOSTON MEDICAL CENTER CORPORATION-"}} +{"resourceType":"Encounter","id":"b27d5a01-5377-8b4e-5b16-2d47473d7d57","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b27d5a01-5377-8b4e-5b16-2d47473d7d57"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2010-08-02T17:49:11-07:00","end":"2010-08-02T18:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}}],"period":{"start":"2010-08-02T17:49:11-07:00","end":"2010-08-02T18:04:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Encounter","id":"2915cdef-9cf1-2f80-6ed9-9891d18cc369","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2915cdef-9cf1-2f80-6ed9-9891d18cc369"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2011-01-31T16:49:11-08:00","end":"2011-01-31T17:04:11-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}}],"period":{"start":"2011-01-31T16:49:11-08:00","end":"2011-01-31T17:04:11-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Encounter","id":"2630f5cd-78a4-d020-be18-8924f57bff10","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2630f5cd-78a4-d020-be18-8924f57bff10"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2011-02-07T16:49:11-08:00","end":"2011-02-07T17:04:11-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2011-02-07T16:49:11-08:00","end":"2011-02-07T17:04:11-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"367498001","display":"Seasonal allergic rhinitis"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"9f087d9f-23e5-4243-a775-07bbd3989f59","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9f087d9f-23e5-4243-a775-07bbd3989f59"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2011-08-01T17:49:11-07:00","end":"2011-08-01T18:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}}],"period":{"start":"2011-08-01T17:49:11-07:00","end":"2011-08-01T18:04:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Encounter","id":"1f2de5f9-32e1-4037-ca4c-20d563668b88","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1f2de5f9-32e1-4037-ca4c-20d563668b88"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-08-06T17:49:11-07:00","end":"2012-08-06T18:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}}],"period":{"start":"2012-08-06T17:49:11-07:00","end":"2012-08-06T18:04:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Encounter","id":"f6d2fb66-32e5-99d7-e171-d2fdc619004e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f6d2fb66-32e5-99d7-e171-d2fdc619004e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"183478001","display":"Emergency hospital admission for asthma"}],"text":"Emergency hospital admission for asthma"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-04-30T17:49:11-07:00","end":"2013-04-30T18:49:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999719","display":"Dr. Man114 Kuhic920"}}],"period":{"start":"2013-04-30T17:49:11-07:00","end":"2013-04-30T18:49:11-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a3c831f7-cf73-39d1-9e4f-61a7f3488d99","display":"MASSACHUSETTS GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d78e84ec-30aa-3bba-a33a-f29a3a454662","display":"MASSACHUSETTS GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"095c1ff4-2e46-f9a7-5a27-581df1bbf657","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"095c1ff4-2e46-f9a7-5a27-581df1bbf657"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-05-02T14:49:11-07:00","end":"2013-05-02T15:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2013-05-02T14:49:11-07:00","end":"2013-05-02T15:04:11-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"75b6b1d2-9e88-4e76-78b0-0e70f6bc3667","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-08-12T17:49:11-07:00","end":"2013-08-12T18:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}}],"period":{"start":"2013-08-12T17:49:11-07:00","end":"2013-08-12T18:04:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Encounter","id":"a9d102a4-a8f9-0526-5ffa-7be826ff0d22","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a9d102a4-a8f9-0526-5ffa-7be826ff0d22"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-08-18T17:49:11-07:00","end":"2014-08-18T18:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}}],"period":{"start":"2014-08-18T17:49:11-07:00","end":"2014-08-18T18:04:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Encounter","id":"f57c4a5d-a15d-7ef9-ff68-e1a0284f5df2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f57c4a5d-a15d-7ef9-ff68-e1a0284f5df2"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"50849002","display":"Emergency room admission (procedure)"}],"text":"Emergency room admission (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-08-22T17:49:11-07:00","end":"2014-08-22T18:49:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999719","display":"Dr. Man114 Kuhic920"}}],"period":{"start":"2014-08-22T17:49:11-07:00","end":"2014-08-22T18:49:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a3c831f7-cf73-39d1-9e4f-61a7f3488d99","display":"MASSACHUSETTS GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|d78e84ec-30aa-3bba-a33a-f29a3a454662","display":"MASSACHUSETTS GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"f9dcd84a-3a92-900f-c293-b18778fb613d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f9dcd84a-3a92-900f-c293-b18778fb613d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-08-24T17:49:11-07:00","end":"2015-08-24T18:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}}],"period":{"start":"2015-08-24T17:49:11-07:00","end":"2015-08-24T18:04:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Encounter","id":"df59ee35-75c3-d40b-d9c1-63ab419c5b86","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"df59ee35-75c3-d40b-d9c1-63ab419c5b86"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-03-21T17:49:11-07:00","end":"2016-03-21T18:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999859","display":"Dr. Leslie90 Crona259"}}],"period":{"start":"2016-03-21T17:49:11-07:00","end":"2016-03-21T18:04:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|77b782d7-7273-3e6b-a694-de0d00748ca7","display":"BOSTON MEDICAL CENTER CORPORATION-"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|08bcda9c-f8c8-3244-82d4-fc306a7a55d3","display":"BOSTON MEDICAL CENTER CORPORATION-"}} +{"resourceType":"Encounter","id":"6544d0b8-f949-92d1-19e1-b91f0e36bdf8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6544d0b8-f949-92d1-19e1-b91f0e36bdf8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-03-19T18:49:11-07:00","end":"2016-03-19T19:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2016-03-19T18:49:11-07:00","end":"2016-03-19T19:04:11-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"ee167abe-f63e-068f-20bc-42c24834e284","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ee167abe-f63e-068f-20bc-42c24834e284"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-08-29T17:49:11-07:00","end":"2016-08-29T18:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}}],"period":{"start":"2016-08-29T17:49:11-07:00","end":"2016-08-29T18:04:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Encounter","id":"d40d6940-19b8-83b8-97b7-e43f0e2e8dff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d40d6940-19b8-83b8-97b7-e43f0e2e8dff"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-09-04T17:49:11-07:00","end":"2017-09-04T18:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}}],"period":{"start":"2017-09-04T17:49:11-07:00","end":"2017-09-04T18:04:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Encounter","id":"1bbb1eb5-4307-5213-f00c-373613f8e140","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1bbb1eb5-4307-5213-f00c-373613f8e140"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-04-06T14:49:11-07:00","end":"2018-04-06T15:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2018-04-06T14:49:11-07:00","end":"2018-04-06T15:04:11-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"678114bb-5b69-0cac-5841-f992c69126a8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"678114bb-5b69-0cac-5841-f992c69126a8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-09-10T17:49:11-07:00","end":"2018-09-10T18:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}}],"period":{"start":"2018-09-10T17:49:11-07:00","end":"2018-09-10T18:04:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Encounter","id":"38b6aa0c-a6b4-e8df-7082-002076a26bb2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"38b6aa0c-a6b4-e8df-7082-002076a26bb2"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-10-03T14:49:11-07:00","end":"2018-10-03T15:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2018-10-03T14:49:11-07:00","end":"2018-10-03T15:04:11-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"28d08b12-d052-fb7a-25ba-e92678f1a142","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"28d08b12-d052-fb7a-25ba-e92678f1a142"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-09-16T17:49:11-07:00","end":"2019-09-16T18:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}}],"period":{"start":"2019-09-16T17:49:11-07:00","end":"2019-09-16T18:04:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Encounter","id":"f5e905ab-ec2c-ef58-47da-34725753283e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f5e905ab-ec2c-ef58-47da-34725753283e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"170837001","display":"Allergic disorder initial assessment"}],"text":"Allergic disorder initial assessment"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-08-31T17:49:11-07:00","end":"2020-08-31T18:23:26-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2020-08-31T17:49:11-07:00","end":"2020-08-31T18:23:26-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"d5b66792-f17c-4c17-e9ec-e35b9e69acbe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d5b66792-f17c-4c17-e9ec-e35b9e69acbe"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-09-21T17:49:11-07:00","end":"2020-09-21T18:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}}],"period":{"start":"2020-09-21T17:49:11-07:00","end":"2020-09-21T18:04:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Encounter","id":"62c9cc9e-b0de-b830-6879-49c3fb31fb3b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"62c9cc9e-b0de-b830-6879-49c3fb31fb3b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-09-21T18:23:26-07:00","end":"2020-09-21T18:56:55-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2020-09-21T18:23:26-07:00","end":"2020-09-21T18:56:55-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"6606e416-5600-9ce7-c14f-9bc789d4740d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6606e416-5600-9ce7-c14f-9bc789d4740d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-10-14T18:56:55-07:00","end":"2020-10-14T19:38:32-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2020-10-14T18:56:55-07:00","end":"2020-10-14T19:38:32-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"aa1a47c8-cfab-e2dc-647f-694f2cc0a08a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"aa1a47c8-cfab-e2dc-647f-694f2cc0a08a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-11-09T18:38:32-08:00","end":"2020-11-09T19:12:15-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2020-11-09T18:38:32-08:00","end":"2020-11-09T19:12:15-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"8889f35a-3467-83a9-2865-44e5d816de5e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8889f35a-3467-83a9-2865-44e5d816de5e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom (procedure)"}],"text":"Encounter for symptom (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-11-18T16:49:11-08:00","end":"2020-11-18T18:07:43-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2020-11-18T16:49:11-08:00","end":"2020-11-18T18:07:43-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"a636733a-f0fb-16e8-4f33-1a4c177274e4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a636733a-f0fb-16e8-4f33-1a4c177274e4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-12-02T19:12:15-08:00","end":"2020-12-02T19:34:59-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2020-12-02T19:12:15-08:00","end":"2020-12-02T19:34:59-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"6ca049ef-42b3-a269-4ff8-85bbfeea7fae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6ca049ef-42b3-a269-4ff8-85bbfeea7fae"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-12-28T19:34:59-08:00","end":"2020-12-28T19:51:34-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2020-12-28T19:34:59-08:00","end":"2020-12-28T19:51:34-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"9aa6ab2a-1747-ca46-d1ad-dfa26cada1a5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9aa6ab2a-1747-ca46-d1ad-dfa26cada1a5"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-01-20T19:51:34-08:00","end":"2021-01-20T20:28:02-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2021-01-20T19:51:34-08:00","end":"2021-01-20T20:28:02-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"042bb2a5-c96d-c250-5cb9-d46659814969","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"042bb2a5-c96d-c250-5cb9-d46659814969"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-02-13T20:28:02-08:00","end":"2021-02-13T21:07:23-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2021-02-13T20:28:02-08:00","end":"2021-02-13T21:07:23-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"5ad76011-a8db-053c-3615-17801923e11d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5ad76011-a8db-053c-3615-17801923e11d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-03-06T21:07:23-08:00","end":"2021-03-06T21:41:11-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2021-03-06T21:07:23-08:00","end":"2021-03-06T21:41:11-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"e6d52690-3be7-6e25-5ca5-3eff353143eb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e6d52690-3be7-6e25-5ca5-3eff353143eb"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-03-29T22:41:11-07:00","end":"2021-03-29T22:58:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2021-03-29T22:41:11-07:00","end":"2021-03-29T22:58:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"bae2cc37-d0af-6206-4811-6f04d9c4c37e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"bae2cc37-d0af-6206-4811-6f04d9c4c37e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-04-24T22:58:58-07:00","end":"2021-04-24T23:54:07-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2021-04-24T22:58:58-07:00","end":"2021-04-24T23:54:07-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"fffe9994-feeb-0942-910e-d5480efebd87","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"fffe9994-feeb-0942-910e-d5480efebd87"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-05-16T23:54:07-07:00","end":"2021-05-17T00:47:05-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2021-05-16T23:54:07-07:00","end":"2021-05-17T00:47:05-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"1042d924-d5f0-991f-5862-f4913ed3c13b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1042d924-d5f0-991f-5862-f4913ed3c13b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-06-12T00:47:05-07:00","end":"2021-06-12T01:41:32-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2021-06-12T00:47:05-07:00","end":"2021-06-12T01:41:32-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"abbca6da-a497-ad44-2719-c03da2cb44d2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"abbca6da-a497-ad44-2719-c03da2cb44d2"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-07-08T01:41:32-07:00","end":"2021-07-08T02:14:52-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2021-07-08T01:41:32-07:00","end":"2021-07-08T02:14:52-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"9d4c0f9e-92f3-b140-1fad-87c12993eb07","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9d4c0f9e-92f3-b140-1fad-87c12993eb07"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-08-03T02:14:52-07:00","end":"2021-08-03T02:40:22-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2021-08-03T02:14:52-07:00","end":"2021-08-03T02:40:22-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"a8db80c9-a81b-5a05-ad1e-b2213093589d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a8db80c9-a81b-5a05-ad1e-b2213093589d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"698314001","display":"Consultation for treatment"}],"text":"Consultation for treatment"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-08-26T17:49:11-07:00","end":"2021-08-26T18:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999859","display":"Dr. Leslie90 Crona259"}}],"period":{"start":"2021-08-26T17:49:11-07:00","end":"2021-08-26T18:04:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|77b782d7-7273-3e6b-a694-de0d00748ca7","display":"BOSTON MEDICAL CENTER CORPORATION-"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|08bcda9c-f8c8-3244-82d4-fc306a7a55d3","display":"BOSTON MEDICAL CENTER CORPORATION-"}} +{"resourceType":"Encounter","id":"a2cfbd9e-49ce-c79e-8bbc-c1c7682276d1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a2cfbd9e-49ce-c79e-8bbc-c1c7682276d1"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-08-30T02:40:22-07:00","end":"2021-08-30T03:14:06-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2021-08-30T02:40:22-07:00","end":"2021-08-30T03:14:06-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"ec90e0aa-2f0f-ec23-36da-3c78bb137f13","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ec90e0aa-2f0f-ec23-36da-3c78bb137f13"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-09-27T17:49:11-07:00","end":"2021-09-27T18:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999941279","display":"Dr. Leia529 Pfannerstill264"}}],"period":{"start":"2021-09-27T17:49:11-07:00","end":"2021-09-27T18:04:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Encounter","id":"1fe9cda5-92f7-9cfe-8380-def41e16760d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1fe9cda5-92f7-9cfe-8380-def41e16760d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-09-25T03:14:06-07:00","end":"2021-09-25T03:53:14-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2021-09-25T03:14:06-07:00","end":"2021-09-25T03:53:14-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"f7880691-4211-88a3-dc1a-1397dec323b5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f7880691-4211-88a3-dc1a-1397dec323b5"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"33879002","display":"Administration of vaccine to produce active immunity (procedure)"}],"text":"Administration of vaccine to produce active immunity (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-10-18T17:49:11-07:00","end":"2021-10-18T18:04:11-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999859","display":"Dr. Leslie90 Crona259"}}],"period":{"start":"2021-10-18T17:49:11-07:00","end":"2021-10-18T18:04:11-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|77b782d7-7273-3e6b-a694-de0d00748ca7","display":"BOSTON MEDICAL CENTER CORPORATION-"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|08bcda9c-f8c8-3244-82d4-fc306a7a55d3","display":"BOSTON MEDICAL CENTER CORPORATION-"}} +{"resourceType":"Encounter","id":"c3290349-6e33-45be-baaa-6d09dea869ea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c3290349-6e33-45be-baaa-6d09dea869ea"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-10-19T03:53:14-07:00","end":"2021-10-19T04:18:38-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2021-10-19T03:53:14-07:00","end":"2021-10-19T04:18:38-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"622db022-a114-d6a5-355e-3ed14e26dacb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"622db022-a114-d6a5-355e-3ed14e26dacb"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"33879002","display":"Administration of vaccine to produce active immunity (procedure)"}],"text":"Administration of vaccine to produce active immunity (procedure)"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-11-08T16:49:11-08:00","end":"2021-11-08T17:04:11-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999859","display":"Dr. Leslie90 Crona259"}}],"period":{"start":"2021-11-08T16:49:11-08:00","end":"2021-11-08T17:04:11-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|77b782d7-7273-3e6b-a694-de0d00748ca7","display":"BOSTON MEDICAL CENTER CORPORATION-"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|08bcda9c-f8c8-3244-82d4-fc306a7a55d3","display":"BOSTON MEDICAL CENTER CORPORATION-"}} +{"resourceType":"Encounter","id":"f04816c0-7dcc-77a9-a20f-ba407a1c6be3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f04816c0-7dcc-77a9-a20f-ba407a1c6be3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-11-15T03:18:38-08:00","end":"2021-11-15T04:01:43-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2021-11-15T03:18:38-08:00","end":"2021-11-15T04:01:43-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"3cd08792-ac4f-0560-2410-659c4a79769e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3cd08792-ac4f-0560-2410-659c4a79769e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-12-10T04:01:43-08:00","end":"2021-12-10T04:48:14-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2021-12-10T04:01:43-08:00","end":"2021-12-10T04:48:14-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"de0e1d64-6f74-fa25-ba0a-0ba20c33b1cf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"de0e1d64-6f74-fa25-ba0a-0ba20c33b1cf"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2022-01-06T04:48:14-08:00","end":"2022-01-06T05:30:18-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2022-01-06T04:48:14-08:00","end":"2022-01-06T05:30:18-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"7b0010cf-eab7-fb97-aed4-fafe838c3b2a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7b0010cf-eab7-fb97-aed4-fafe838c3b2a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2022-02-02T05:30:18-08:00","end":"2022-02-02T06:24:29-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2022-02-02T05:30:18-08:00","end":"2022-02-02T06:24:29-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"f545dbc5-43ee-f817-2b11-95d82b5eb0c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f545dbc5-43ee-f817-2b11-95d82b5eb0c9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2022-02-28T06:24:29-08:00","end":"2022-02-28T07:10:27-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2022-02-28T06:24:29-08:00","end":"2022-02-28T07:10:27-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"06042d08-9d8e-d44d-d093-3141706f5aa9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"06042d08-9d8e-d44d-d093-3141706f5aa9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2022-03-23T08:10:27-07:00","end":"2022-03-23T08:38:39-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2022-03-23T08:10:27-07:00","end":"2022-03-23T08:38:39-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"81e4abb2-0e35-a8a2-ebea-44c7b9ee642c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"81e4abb2-0e35-a8a2-ebea-44c7b9ee642c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557","display":"Gema698 DuBuque211"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2022-04-19T08:38:39-07:00","end":"2022-04-19T09:20:54-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999919","display":"Dr. Elvin140 Herzog843"}}],"period":{"start":"2022-04-19T08:38:39-07:00","end":"2022-04-19T09:20:54-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c","display":"CARNEY HOSPITAL"}} +{"resourceType":"Encounter","id":"b4308bc7-d622-1724-c5f3-9b686ec7e76e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b4308bc7-d622-1724-c5f3-9b686ec7e76e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2008-10-01T15:02:19-07:00","end":"2008-10-01T15:17:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}}],"period":{"start":"2008-10-01T15:02:19-07:00","end":"2008-10-01T15:17:19-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}} +{"resourceType":"Encounter","id":"a160f59d-122f-cea3-d071-61839146c6b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a160f59d-122f-cea3-d071-61839146c6b7"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2009-02-02T14:02:19-08:00","end":"2009-02-02T14:17:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}}],"period":{"start":"2009-02-02T14:02:19-08:00","end":"2009-02-02T14:17:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Encounter","id":"a0cbee23-44cf-e3be-da44-9ee4d3b58298","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a0cbee23-44cf-e3be-da44-9ee4d3b58298"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2010-02-08T14:02:19-08:00","end":"2010-02-08T14:17:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}}],"period":{"start":"2010-02-08T14:02:19-08:00","end":"2010-02-08T14:17:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Encounter","id":"453790a5-9af6-562a-9017-44b94942b5df","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"453790a5-9af6-562a-9017-44b94942b5df"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2011-02-14T14:02:19-08:00","end":"2011-02-14T14:17:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}}],"period":{"start":"2011-02-14T14:02:19-08:00","end":"2011-02-14T14:17:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Encounter","id":"b0f7fceb-5d04-44d1-f4b9-97606e6c9a9f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b0f7fceb-5d04-44d1-f4b9-97606e6c9a9f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-02-20T14:02:19-08:00","end":"2012-02-20T14:17:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}}],"period":{"start":"2012-02-20T14:02:19-08:00","end":"2012-02-20T14:17:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Encounter","id":"906fed06-15d7-cf6c-1f58-33d25676ed39","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"906fed06-15d7-cf6c-1f58-33d25676ed39"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"50849002","display":"Emergency room admission (procedure)"}],"text":"Emergency room admission (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-01-18T14:29:43-08:00","end":"2013-01-18T15:29:43-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}}],"period":{"start":"2013-01-18T14:29:43-08:00","end":"2013-01-18T15:29:43-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}} +{"resourceType":"Encounter","id":"66cde9c9-6fba-47b7-39db-1db95788eb11","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"66cde9c9-6fba-47b7-39db-1db95788eb11"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-02-25T14:02:19-08:00","end":"2013-02-25T14:17:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}}],"period":{"start":"2013-02-25T14:02:19-08:00","end":"2013-02-25T14:17:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Encounter","id":"852a9797-9ae1-71aa-edf2-d32db75a9df6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"852a9797-9ae1-71aa-edf2-d32db75a9df6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-03-09T14:02:19-08:00","end":"2013-03-09T14:17:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}}],"period":{"start":"2013-03-09T14:02:19-08:00","end":"2013-03-09T14:17:19-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}} +{"resourceType":"Encounter","id":"8f9cc88b-33bf-1cb4-4bf4-7998399b7465","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8f9cc88b-33bf-1cb4-4bf4-7998399b7465"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"50849002","display":"Emergency Room Admission"}],"text":"Emergency Room Admission"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-05-24T12:02:19-07:00","end":"2013-05-24T13:02:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}}],"period":{"start":"2013-05-24T12:02:19-07:00","end":"2013-05-24T13:02:19-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"74400008","display":"Appendicitis"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}} +{"resourceType":"Encounter","id":"a26e8ba9-f1e3-ca9a-6a81-3dabc9d62260","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a26e8ba9-f1e3-ca9a-6a81-3dabc9d62260"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"IMP"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"183452005","display":"Encounter Inpatient"}],"text":"Encounter Inpatient"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-05-24T12:02:19-07:00","end":"2013-05-26T08:05:20-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}}],"period":{"start":"2013-05-24T12:02:19-07:00","end":"2013-05-26T08:05:20-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"74400008","display":"Appendicitis"}]}],"hospitalization":{"dischargeDisposition":{"coding":[{"system":"http://www.nubc.org/patient-discharge","code":"01","display":"Discharged to home care or self care (routine discharge)"}],"text":"Discharged to home care or self care (routine discharge)"}},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}} +{"resourceType":"Encounter","id":"19940601-510d-e45a-9551-82f1c1227c1e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"19940601-510d-e45a-9551-82f1c1227c1e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-03-03T14:02:19-08:00","end":"2014-03-03T14:17:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}}],"period":{"start":"2014-03-03T14:02:19-08:00","end":"2014-03-03T14:17:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Encounter","id":"9e1592d5-4e92-3cac-bc0d-8ad95dc2b44e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9e1592d5-4e92-3cac-bc0d-8ad95dc2b44e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"183478001","display":"Emergency hospital admission for asthma"}],"text":"Emergency hospital admission for asthma"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-03-04T14:02:19-08:00","end":"2014-03-04T15:02:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}}],"period":{"start":"2014-03-04T14:02:19-08:00","end":"2014-03-04T15:02:19-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}} +{"resourceType":"Encounter","id":"433837c0-d610-c0bc-c60d-0cc1afa58806","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"433837c0-d610-c0bc-c60d-0cc1afa58806"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-03-06T18:02:19-08:00","end":"2014-03-06T18:17:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}}],"period":{"start":"2014-03-06T18:02:19-08:00","end":"2014-03-06T18:17:19-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}} +{"resourceType":"Encounter","id":"e51f895f-4b47-523b-5a65-76d79de96785","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e51f895f-4b47-523b-5a65-76d79de96785"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-03-09T15:02:19-07:00","end":"2015-03-09T15:17:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}}],"period":{"start":"2015-03-09T15:02:19-07:00","end":"2015-03-09T15:17:19-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Encounter","id":"c151f597-1dc8-bda6-a9aa-44ae92445722","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c151f597-1dc8-bda6-a9aa-44ae92445722"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-03-14T15:02:19-07:00","end":"2016-03-14T15:17:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}}],"period":{"start":"2016-03-14T15:02:19-07:00","end":"2016-03-14T15:17:19-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Encounter","id":"d1719dea-cfea-d4d3-71a8-f125c06d358a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d1719dea-cfea-d4d3-71a8-f125c06d358a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-02-18T18:02:19-08:00","end":"2017-02-18T18:17:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}}],"period":{"start":"2017-02-18T18:02:19-08:00","end":"2017-02-18T18:17:19-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}} +{"resourceType":"Encounter","id":"d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-03-20T15:02:19-07:00","end":"2017-03-20T15:17:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}}],"period":{"start":"2017-03-20T15:02:19-07:00","end":"2017-03-20T15:17:19-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Encounter","id":"6828ac9c-b3c9-f5ac-a620-31d74abec6a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6828ac9c-b3c9-f5ac-a620-31d74abec6a6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-01-11T18:02:19-08:00","end":"2018-01-11T18:17:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}}],"period":{"start":"2018-01-11T18:02:19-08:00","end":"2018-01-11T18:17:19-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"10509002","display":"Acute bronchitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}} +{"resourceType":"Encounter","id":"96f32dcc-5ee5-e522-0b8b-001690de6cbc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"96f32dcc-5ee5-e522-0b8b-001690de6cbc"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"702927004","display":"Urgent care clinic (procedure)"}],"text":"Urgent care clinic (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-01-22T14:02:19-08:00","end":"2018-01-22T14:17:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906619","display":"Dr. Saturnina961 Treutel973"}}],"period":{"start":"2018-01-22T14:02:19-08:00","end":"2018-01-22T14:17:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|fbe81bf6-7f8e-393d-9175-ffdb4082023c","display":"CONCENTRA URGENT CARE - WILMINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|a43fb751-96fe-3496-8750-73f85651866d","display":"CONCENTRA URGENT CARE - WILMINGTON"}} +{"resourceType":"Encounter","id":"cf685c02-d86b-1f11-fbbf-344cb318943f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cf685c02-d86b-1f11-fbbf-344cb318943f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"702927004","display":"Urgent care clinic (procedure)"}],"text":"Urgent care clinic (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-01-29T14:02:19-08:00","end":"2018-01-29T14:17:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906619","display":"Dr. Saturnina961 Treutel973"}}],"period":{"start":"2018-01-29T14:02:19-08:00","end":"2018-01-29T14:17:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|fbe81bf6-7f8e-393d-9175-ffdb4082023c","display":"CONCENTRA URGENT CARE - WILMINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|a43fb751-96fe-3496-8750-73f85651866d","display":"CONCENTRA URGENT CARE - WILMINGTON"}} +{"resourceType":"Encounter","id":"d0e082ad-d24c-df9c-f87c-6ec42d37b60d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d0e082ad-d24c-df9c-f87c-6ec42d37b60d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-03-26T15:02:19-07:00","end":"2018-03-26T15:17:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}}],"period":{"start":"2018-03-26T15:02:19-07:00","end":"2018-03-26T15:17:19-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Encounter","id":"06bdab8b-ec11-7066-81d7-531079b12fa9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"06bdab8b-ec11-7066-81d7-531079b12fa9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-08-25T05:02:19-07:00","end":"2018-08-25T05:17:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}}],"period":{"start":"2018-08-25T05:02:19-07:00","end":"2018-08-25T05:17:19-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}} +{"resourceType":"Encounter","id":"9bb1f3f7-7850-b0c6-0ee5-c2e7db91f58b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9bb1f3f7-7850-b0c6-0ee5-c2e7db91f58b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"183478001","display":"Emergency hospital admission for asthma"}],"text":"Emergency hospital admission for asthma"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-02-08T18:02:19-08:00","end":"2019-02-08T19:02:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}}],"period":{"start":"2019-02-08T18:02:19-08:00","end":"2019-02-08T19:02:19-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}} +{"resourceType":"Encounter","id":"7389ef58-77f2-0c16-69a8-a7fd4f37089c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7389ef58-77f2-0c16-69a8-a7fd4f37089c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-02-11T02:02:19-08:00","end":"2019-02-11T02:17:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}}],"period":{"start":"2019-02-11T02:02:19-08:00","end":"2019-02-11T02:17:19-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}} +{"resourceType":"Encounter","id":"b38c5bab-3ac3-2fad-379f-f066cad2b64f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b38c5bab-3ac3-2fad-379f-f066cad2b64f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-04-01T15:02:19-07:00","end":"2019-04-01T15:17:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}}],"period":{"start":"2019-04-01T15:02:19-07:00","end":"2019-04-01T15:17:19-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Encounter","id":"1941d945-b6ab-00e0-0b23-f91f30abdd78","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1941d945-b6ab-00e0-0b23-f91f30abdd78"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-04-06T15:02:19-07:00","end":"2020-04-06T15:17:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}}],"period":{"start":"2020-04-06T15:02:19-07:00","end":"2020-04-06T15:17:19-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Encounter","id":"1daed405-2eba-71f5-a1eb-2d877fc05d9a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1daed405-2eba-71f5-a1eb-2d877fc05d9a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"50849002","display":"Emergency room admission (procedure)"}],"text":"Emergency room admission (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-02-10T14:29:43-08:00","end":"2021-02-10T15:29:43-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}}],"period":{"start":"2021-02-10T14:29:43-08:00","end":"2021-02-10T15:29:43-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}} +{"resourceType":"Encounter","id":"fdc1300b-9369-1665-cb77-701da9324c81","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"fdc1300b-9369-1665-cb77-701da9324c81"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"IMP"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"183495009","display":"Non-urgent orthopedic admission"}],"text":"Non-urgent orthopedic admission"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-02-17T14:29:43-08:00","end":"2021-02-18T14:29:43-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}}],"period":{"start":"2021-02-17T14:29:43-08:00","end":"2021-02-18T14:29:43-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"30832001","display":"Rupture of patellar tendon"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}} +{"resourceType":"Encounter","id":"0c7fbd4e-5082-c89d-86a3-a19cad96ce68","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0c7fbd4e-5082-c89d-86a3-a19cad96ce68"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-02-24T12:02:19-08:00","end":"2021-02-24T12:17:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}}],"period":{"start":"2021-02-24T12:02:19-08:00","end":"2021-02-24T12:17:19-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}} +{"resourceType":"Encounter","id":"be3fdaff-823a-68eb-225e-71b404dcdbcb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"be3fdaff-823a-68eb-225e-71b404dcdbcb"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"702927004","display":"Urgent care clinic (procedure)"}],"text":"Urgent care clinic (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-03-08T14:02:19-08:00","end":"2021-03-08T14:17:19-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906619","display":"Dr. Saturnina961 Treutel973"}}],"period":{"start":"2021-03-08T14:02:19-08:00","end":"2021-03-08T14:17:19-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|fbe81bf6-7f8e-393d-9175-ffdb4082023c","display":"CONCENTRA URGENT CARE - WILMINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|a43fb751-96fe-3496-8750-73f85651866d","display":"CONCENTRA URGENT CARE - WILMINGTON"}} +{"resourceType":"Encounter","id":"d4ca3e25-d036-dbfc-92d8-c95236f98ebf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d4ca3e25-d036-dbfc-92d8-c95236f98ebf"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-04-12T15:02:19-07:00","end":"2021-04-12T15:17:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}}],"period":{"start":"2021-04-12T15:02:19-07:00","end":"2021-04-12T15:17:19-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Encounter","id":"ad4bf9f7-bbf4-f584-dd57-863e85eb9328","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ad4bf9f7-bbf4-f584-dd57-863e85eb9328"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem (procedure)"}],"text":"Encounter for problem (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2022-03-30T15:02:19-07:00","end":"2022-03-30T15:17:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999479","display":"Dr. Jarrod316 Crooks415"}}],"period":{"start":"2022-03-30T15:02:19-07:00","end":"2022-03-30T15:17:19-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}} +{"resourceType":"Encounter","id":"05fcf950-9168-0ff7-6143-e1159f567a56","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"05fcf950-9168-0ff7-6143-e1159f567a56"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476","display":"Mr. Antonia30 Cronin387"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2022-04-18T15:02:19-07:00","end":"2022-04-18T15:17:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999931039","display":"Dr. Jake169 Sawayn19"}}],"period":{"start":"2022-04-18T15:02:19-07:00","end":"2022-04-18T15:17:19-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Encounter","id":"4c8f258a-0dbe-91aa-6ffb-977bf149d815","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4c8f258a-0dbe-91aa-6ffb-977bf149d815"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2001-04-06T18:19:46-07:00","end":"2001-04-06T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2001-04-06T18:19:46-07:00","end":"2001-04-06T18:34:46-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"43ef2933-8f3e-4d96-7116-04a3bfa4a806","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"43ef2933-8f3e-4d96-7116-04a3bfa4a806"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2001-06-30T18:19:46-07:00","end":"2001-06-30T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2001-06-30T18:19:46-07:00","end":"2001-06-30T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"377b38dd-44aa-002c-a719-52546c7083b2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"377b38dd-44aa-002c-a719-52546c7083b2"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2002-07-06T18:19:46-07:00","end":"2002-07-06T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2002-07-06T18:19:46-07:00","end":"2002-07-06T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"460fe9f4-98f7-c522-73e9-9fb73994c01a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"460fe9f4-98f7-c522-73e9-9fb73994c01a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2003-07-12T18:19:46-07:00","end":"2003-07-12T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2003-07-12T18:19:46-07:00","end":"2003-07-12T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"088d9bcb-51b2-104e-1072-99b6e9e6bae1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"088d9bcb-51b2-104e-1072-99b6e9e6bae1"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2004-07-17T18:19:46-07:00","end":"2004-07-17T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2004-07-17T18:19:46-07:00","end":"2004-07-17T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"9f093451-a490-2162-e665-9b85522a097f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9f093451-a490-2162-e665-9b85522a097f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2005-07-23T18:19:46-07:00","end":"2005-07-23T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2005-07-23T18:19:46-07:00","end":"2005-07-23T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"a51f72d8-712d-f291-9b21-a26e0253c287","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a51f72d8-712d-f291-9b21-a26e0253c287"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2006-07-29T18:19:46-07:00","end":"2006-07-29T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2006-07-29T18:19:46-07:00","end":"2006-07-29T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"876e43f7-a412-2f70-e73e-44ed0421a92b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"876e43f7-a412-2f70-e73e-44ed0421a92b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2007-08-04T18:19:46-07:00","end":"2007-08-04T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2007-08-04T18:19:46-07:00","end":"2007-08-04T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"895e8acd-8c4d-981f-dbab-4101b0d93efe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"895e8acd-8c4d-981f-dbab-4101b0d93efe"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2008-08-09T18:19:46-07:00","end":"2008-08-09T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2008-08-09T18:19:46-07:00","end":"2008-08-09T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"d306136a-df73-74aa-e255-75c29c30fffa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d306136a-df73-74aa-e255-75c29c30fffa"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2009-08-15T18:19:46-07:00","end":"2009-08-15T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2009-08-15T18:19:46-07:00","end":"2009-08-15T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"7dbaa288-c642-fcaa-1895-5c3191584cc3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7dbaa288-c642-fcaa-1895-5c3191584cc3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2009-08-22T18:19:46-07:00","end":"2009-08-22T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2009-08-22T18:19:46-07:00","end":"2009-08-22T18:34:46-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"8a99e094-c816-93f1-9825-0af75f8602b4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8a99e094-c816-93f1-9825-0af75f8602b4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2009-11-28T01:19:46-08:00","end":"2009-11-28T01:34:46-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2009-11-28T01:19:46-08:00","end":"2009-11-28T01:34:46-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"5b34a307-ac2a-179b-7637-95b713a0c30b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5b34a307-ac2a-179b-7637-95b713a0c30b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2010-08-17T18:19:46-07:00","end":"2010-08-17T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2010-08-17T18:19:46-07:00","end":"2010-08-17T18:34:46-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"56530157-539b-03ab-aeec-a128f9a8fbf0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"56530157-539b-03ab-aeec-a128f9a8fbf0"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"698314001","display":"Consultation for treatment"}],"text":"Consultation for treatment"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2011-07-26T18:19:46-07:00","end":"2011-07-26T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2011-07-26T18:19:46-07:00","end":"2011-07-26T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"b05f95a4-adb0-0f2e-23ed-f2b9a9236444","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b05f95a4-adb0-0f2e-23ed-f2b9a9236444"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2011-08-27T18:19:46-07:00","end":"2011-08-27T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2011-08-27T18:19:46-07:00","end":"2011-08-27T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"dce1da51-2f96-7406-534b-955400cb74c0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"dce1da51-2f96-7406-534b-955400cb74c0"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"698314001","display":"Consultation for treatment"}],"text":"Consultation for treatment"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-07-20T18:19:46-07:00","end":"2012-07-20T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2012-07-20T18:19:46-07:00","end":"2012-07-20T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"b8317502-d0a5-7489-46d2-f78147bbdf1f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b8317502-d0a5-7489-46d2-f78147bbdf1f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-09-01T18:19:46-07:00","end":"2012-09-01T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2012-09-01T18:19:46-07:00","end":"2012-09-01T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"45875e08-a291-a136-1f17-6670c74c87ac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"45875e08-a291-a136-1f17-6670c74c87ac"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-09-07T18:19:46-07:00","end":"2013-09-07T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2013-09-07T18:19:46-07:00","end":"2013-09-07T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"7a27d3cd-ad06-58d7-529c-63a1a8ca382f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7a27d3cd-ad06-58d7-529c-63a1a8ca382f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"424441002","display":"Prenatal initial visit"}],"text":"Prenatal initial visit"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-10-12T18:19:46-07:00","end":"2013-10-12T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2013-10-12T18:19:46-07:00","end":"2013-10-12T18:34:46-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"72892002","display":"Normal pregnancy"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"c8e00254-acc7-4725-7033-b84d8cd9e064","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c8e00254-acc7-4725-7033-b84d8cd9e064"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"424619006","display":"Prenatal visit"}],"text":"Prenatal visit"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-10-19T18:19:46-07:00","end":"2013-10-19T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2013-10-19T18:19:46-07:00","end":"2013-10-19T18:34:46-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"156073000","display":"Fetus with unknown complication"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"029abb5b-cc34-373e-a57d-22edd77ccccd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"029abb5b-cc34-373e-a57d-22edd77ccccd"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"183478001","display":"Emergency hospital admission for asthma"}],"text":"Emergency hospital admission for asthma"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-01-28T17:19:46-08:00","end":"2014-01-28T18:19:46-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2014-01-28T17:19:46-08:00","end":"2014-01-28T18:19:46-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"87630930-c3f4-aeb4-8898-f908e477cad5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"87630930-c3f4-aeb4-8898-f908e477cad5"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-01-31T16:19:46-08:00","end":"2014-01-31T16:34:46-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2014-01-31T16:19:46-08:00","end":"2014-01-31T16:34:46-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"e25c0238-9242-8d04-5cba-805c75ec8adb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e25c0238-9242-8d04-5cba-805c75ec8adb"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"424441002","display":"Prenatal initial visit"}],"text":"Prenatal initial visit"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"72892002","display":"Normal pregnancy"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"7b7e9995-b78c-2b85-3cab-a39e23771c37","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7b7e9995-b78c-2b85-3cab-a39e23771c37"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-07-30T17:19:46-07:00","end":"2014-07-30T17:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2014-07-30T17:19:46-07:00","end":"2014-07-30T17:34:46-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"7e26b93a-cb22-0785-49c0-c203c7be85f3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7e26b93a-cb22-0785-49c0-c203c7be85f3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"424619006","display":"Prenatal visit"}],"text":"Prenatal visit"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-08-30T18:19:46-07:00","end":"2014-08-30T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2014-08-30T18:19:46-07:00","end":"2014-08-30T18:34:46-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"72892002","display":"Normal pregnancy"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"65b85471-6037-31f5-21ac-bc85f0fddbd8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"65b85471-6037-31f5-21ac-bc85f0fddbd8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-09-13T18:19:46-07:00","end":"2014-09-13T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2014-09-13T18:19:46-07:00","end":"2014-09-13T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"3003617c-9968-f907-6534-e69f0190d61c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3003617c-9968-f907-6534-e69f0190d61c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"424619006","display":"Prenatal visit"}],"text":"Prenatal visit"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-09-27T18:19:46-07:00","end":"2014-09-27T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2014-09-27T18:19:46-07:00","end":"2014-09-27T18:34:46-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"72892002","display":"Normal pregnancy"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"c8d167d2-def0-ed32-a934-9cd8c9dc0bb5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c8d167d2-def0-ed32-a934-9cd8c9dc0bb5"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"424619006","display":"Prenatal visit"}],"text":"Prenatal visit"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-10-06T18:19:46-07:00","end":"2014-10-06T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2014-10-06T18:19:46-07:00","end":"2014-10-06T18:34:46-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"267253006","display":"Fetus with chromosomal abnormality"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"c8348a42-1e32-73cf-ba51-ef347b5c962e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c8348a42-1e32-73cf-ba51-ef347b5c962e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-12-19T18:19:46-08:00","end":"2014-12-19T18:34:46-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2014-12-19T18:19:46-08:00","end":"2014-12-19T18:34:46-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"195662009","display":"Acute viral pharyngitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"4ece26a1-9e46-998e-04a8-6471c46f0ca6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4ece26a1-9e46-998e-04a8-6471c46f0ca6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-12-27T17:19:46-08:00","end":"2014-12-27T17:34:46-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2014-12-27T17:19:46-08:00","end":"2014-12-27T17:34:46-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"6f7114d7-25cb-e0d6-91cb-4691f0232908","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6f7114d7-25cb-e0d6-91cb-4691f0232908"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem (procedure)"}],"text":"Encounter for problem (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-08-31T18:19:46-07:00","end":"2015-08-31T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2015-08-31T18:19:46-07:00","end":"2015-08-31T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"0a434e95-c3c7-0766-39cc-140f304cfe71","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0a434e95-c3c7-0766-39cc-140f304cfe71"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-09-03T18:19:46-07:00","end":"2015-09-03T19:13:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2015-09-03T18:19:46-07:00","end":"2015-09-03T19:13:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"b1707a04-450a-8467-eb9d-da8d0ea65bc0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b1707a04-450a-8467-eb9d-da8d0ea65bc0"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-09-06T19:13:17-07:00","end":"2015-09-06T20:13:15-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2015-09-06T19:13:17-07:00","end":"2015-09-06T20:13:15-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"7130485f-8e4a-46d9-ab10-afc5212e2fc0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7130485f-8e4a-46d9-ab10-afc5212e2fc0"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-09-09T20:13:15-07:00","end":"2015-09-09T21:02:14-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2015-09-09T20:13:15-07:00","end":"2015-09-09T21:02:14-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"759765ae-8f20-d27b-70f3-dc0d860c82b9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"759765ae-8f20-d27b-70f3-dc0d860c82b9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-09-19T18:19:46-07:00","end":"2015-09-19T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2015-09-19T18:19:46-07:00","end":"2015-09-19T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"7dd1f876-b341-2d46-d8ea-9addcdecbd99","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7dd1f876-b341-2d46-d8ea-9addcdecbd99"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-09-12T21:02:14-07:00","end":"2015-09-12T21:53:33-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2015-09-12T21:02:14-07:00","end":"2015-09-12T21:53:33-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"e0d77d18-53fb-fb63-d384-816b3215324a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e0d77d18-53fb-fb63-d384-816b3215324a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-09-15T21:53:33-07:00","end":"2015-09-15T22:51:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2015-09-15T21:53:33-07:00","end":"2015-09-15T22:51:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"f23d2a0c-8396-fbd2-e1e3-bce192598c8a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f23d2a0c-8396-fbd2-e1e3-bce192598c8a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-09-18T22:51:12-07:00","end":"2015-09-18T23:40:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2015-09-18T22:51:12-07:00","end":"2015-09-18T23:40:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"eb20060c-24b3-a988-5509-3dc47ff50431","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"eb20060c-24b3-a988-5509-3dc47ff50431"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-09-21T23:40:17-07:00","end":"2015-09-22T00:39:14-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2015-09-21T23:40:17-07:00","end":"2015-09-22T00:39:14-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-09-25T00:39:14-07:00","end":"2015-09-25T01:27:27-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2015-09-25T00:39:14-07:00","end":"2015-09-25T01:27:27-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"dbeda3a2-a96d-abcc-851b-57cd83b7da78","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"dbeda3a2-a96d-abcc-851b-57cd83b7da78"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-09-28T01:27:27-07:00","end":"2015-09-28T02:26:30-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2015-09-28T01:27:27-07:00","end":"2015-09-28T02:26:30-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"28891e43-5bdf-c821-3f4e-7faa867f20c4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"28891e43-5bdf-c821-3f4e-7faa867f20c4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-10-01T02:26:30-07:00","end":"2015-10-01T03:17:32-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2015-10-01T02:26:30-07:00","end":"2015-10-01T03:17:32-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"07932f7c-cdeb-f5fa-d3b4-b0f494df969e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"07932f7c-cdeb-f5fa-d3b4-b0f494df969e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"390906007","display":"Hypertension follow-up encounter"}],"text":"Hypertension follow-up encounter"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-10-19T18:19:46-07:00","end":"2015-10-19T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2015-10-19T18:19:46-07:00","end":"2015-10-19T18:34:46-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"59621000","display":"Hypertension"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"41f2d2a1-48ec-5cc3-380f-3b54c83c1d42","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"41f2d2a1-48ec-5cc3-380f-3b54c83c1d42"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-11-20T07:19:46-08:00","end":"2015-11-20T07:34:46-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2015-11-20T07:19:46-08:00","end":"2015-11-20T07:34:46-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"208cfec3-2dae-d33e-b16e-ca95a1dbe668","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"208cfec3-2dae-d33e-b16e-ca95a1dbe668"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"390906007","display":"Hypertension follow-up encounter"}],"text":"Hypertension follow-up encounter"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-12-18T17:19:46-08:00","end":"2015-12-18T17:34:46-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2015-12-18T17:19:46-08:00","end":"2015-12-18T17:34:46-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"59621000","display":"Hypertension"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"2b8a0fca-3b43-dc1e-543f-081da7f400aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2b8a0fca-3b43-dc1e-543f-081da7f400aa"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"390906007","display":"Hypertension follow-up encounter"}],"text":"Hypertension follow-up encounter"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-02-16T17:19:46-08:00","end":"2016-02-16T17:34:46-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2016-02-16T17:19:46-08:00","end":"2016-02-16T17:34:46-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"59621000","display":"Hypertension"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"2193f79d-a44d-30c9-6c7b-452f265b812d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2193f79d-a44d-30c9-6c7b-452f265b812d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-09-24T18:19:46-07:00","end":"2016-09-24T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2016-09-24T18:19:46-07:00","end":"2016-09-24T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"f339351a-5829-2948-7ce5-fb5049139cd9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f339351a-5829-2948-7ce5-fb5049139cd9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"698314001","display":"Consultation for treatment"}],"text":"Consultation for treatment"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-09-30T18:19:46-07:00","end":"2016-09-30T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2016-09-30T18:19:46-07:00","end":"2016-09-30T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"030ab23e-b7b9-5c3f-847f-e029c1790548","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"030ab23e-b7b9-5c3f-847f-e029c1790548"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-09-30T18:19:46-07:00","end":"2017-09-30T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2017-09-30T18:19:46-07:00","end":"2017-09-30T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"bdb99457-5de2-b0bf-8945-003ed4da4bef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"bdb99457-5de2-b0bf-8945-003ed4da4bef"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"698314001","display":"Consultation for treatment"}],"text":"Consultation for treatment"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-09-25T18:19:46-07:00","end":"2017-09-25T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2017-09-25T18:19:46-07:00","end":"2017-09-25T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"bd05d191-444f-2ffc-3c5d-f1a62699bbce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"bd05d191-444f-2ffc-3c5d-f1a62699bbce"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-10-06T18:19:46-07:00","end":"2018-10-06T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2018-10-06T18:19:46-07:00","end":"2018-10-06T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"55d93bc7-a239-f2e0-a4e7-ccc077774f36","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"55d93bc7-a239-f2e0-a4e7-ccc077774f36"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-10-12T18:19:46-07:00","end":"2019-10-12T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2019-10-12T18:19:46-07:00","end":"2019-10-12T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"eef3a90d-8b0e-a121-3f4f-59e99883b297","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"eef3a90d-8b0e-a121-3f4f-59e99883b297"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-09-14T18:19:46-07:00","end":"2020-09-14T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2020-09-14T18:19:46-07:00","end":"2020-09-14T18:34:46-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"195967001","display":"Asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"51fc1ccb-3283-778a-f851-a20346e6a6eb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"51fc1ccb-3283-778a-f851-a20346e6a6eb"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-10-17T18:19:46-07:00","end":"2020-10-17T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2020-10-17T18:19:46-07:00","end":"2020-10-17T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"9c3b2f69-0f3f-faaf-706a-3a3727d695c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9c3b2f69-0f3f-faaf-706a-3a3727d695c8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-03-13T17:19:46-08:00","end":"2021-03-13T17:34:46-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2021-03-13T17:19:46-08:00","end":"2021-03-13T17:34:46-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"195967001","display":"Asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"12e40b4e-f64c-1e5b-f0df-a662f896da3d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"12e40b4e-f64c-1e5b-f0df-a662f896da3d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"33879002","display":"Administration of vaccine to produce active immunity (procedure)"}],"text":"Administration of vaccine to produce active immunity (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-03-27T18:19:46-07:00","end":"2021-03-27T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2021-03-27T18:19:46-07:00","end":"2021-03-27T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"5263756d-857c-d51e-cb66-56039dce549f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5263756d-857c-d51e-cb66-56039dce549f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"33879002","display":"Administration of vaccine to produce active immunity (procedure)"}],"text":"Administration of vaccine to produce active immunity (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-04-24T18:19:46-07:00","end":"2021-04-24T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2021-04-24T18:19:46-07:00","end":"2021-04-24T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"daa29af4-0b42-47a1-22f0-c67da784af7e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"daa29af4-0b42-47a1-22f0-c67da784af7e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-10-23T18:19:46-07:00","end":"2021-10-23T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999940299","display":"Dr. Zoila41 Reilly981"}}],"period":{"start":"2021-10-23T18:19:46-07:00","end":"2021-10-23T18:34:46-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0","display":"FCP, INC"}} +{"resourceType":"Encounter","id":"9c519578-06eb-6861-3ecd-5b7379184607","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9c519578-06eb-6861-3ecd-5b7379184607"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-10-18T07:19:46-07:00","end":"2021-10-18T07:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2021-10-18T07:19:46-07:00","end":"2021-10-18T07:34:46-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"36971009","display":"Sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"a4ec382e-9f48-009b-098c-f0862087cc3d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a4ec382e-9f48-009b-098c-f0862087cc3d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-11-06T07:19:46-07:00","end":"2021-11-06T07:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2021-11-06T07:19:46-07:00","end":"2021-11-06T07:34:46-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"36971009","display":"Sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"f9acec23-c099-3c47-489b-50e63567222d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f9acec23-c099-3c47-489b-50e63567222d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-11-13T17:19:46-08:00","end":"2021-11-13T17:34:46-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2021-11-13T17:19:46-08:00","end":"2021-11-13T17:34:46-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"97aea82e-17ad-71ab-b04a-886345feb095","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"97aea82e-17ad-71ab-b04a-886345feb095"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-12-25T06:19:46-08:00","end":"2021-12-25T06:34:46-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2021-12-25T06:19:46-08:00","end":"2021-12-25T06:34:46-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"36971009","display":"Sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"821955f1-38e2-7efa-0eee-a6f8a3acb8e3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"821955f1-38e2-7efa-0eee-a6f8a3acb8e3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2022-01-01T17:19:46-08:00","end":"2022-01-01T17:34:46-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2022-01-01T17:19:46-08:00","end":"2022-01-01T17:34:46-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"3b7104e7-1bc1-89c1-e758-b79c5517e816","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3b7104e7-1bc1-89c1-e758-b79c5517e816"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d","display":"Ms. Zula72 Hartmann983"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2022-03-29T18:19:46-07:00","end":"2022-03-29T18:34:46-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999969","display":"Dr. Whitney250 Wyman904"}}],"period":{"start":"2022-03-29T18:19:46-07:00","end":"2022-03-29T18:34:46-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"307731004","display":"Injury of tendon of the rotator cuff of shoulder"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Encounter","id":"64536779-ca60-8864-98a4-0b395b964cc1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"64536779-ca60-8864-98a4-0b395b964cc1"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1998-07-07T15:59:58-07:00","end":"1998-07-07T16:14:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"1998-07-07T15:59:58-07:00","end":"1998-07-07T16:14:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"a1c8d3ce-e9ce-d2da-177c-690ca8f6aad6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a1c8d3ce-e9ce-d2da-177c-690ca8f6aad6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"1998-07-26T22:59:58-07:00","end":"1998-07-26T23:35:27-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"1998-07-26T22:59:58-07:00","end":"1998-07-26T23:35:27-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"c065043f-411c-b064-0568-b61f24d97707","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c065043f-411c-b064-0568-b61f24d97707"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2000-08-03T18:59:58-07:00","end":"2000-08-03T19:14:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2000-08-03T18:59:58-07:00","end":"2000-08-03T19:14:58-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"24079001","display":"Atopic dermatitis"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"c0c08374-71aa-9ee3-287d-673fcb08377c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c0c08374-71aa-9ee3-287d-673fcb08377c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2001-11-20T17:59:58-08:00","end":"2001-11-20T18:14:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2001-11-20T17:59:58-08:00","end":"2001-11-20T18:14:58-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"367498001","display":"Seasonal allergic rhinitis"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"7234708f-a452-1fa2-1cc3-bc83fa54e812","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7234708f-a452-1fa2-1cc3-bc83fa54e812"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2001-12-24T17:59:58-08:00","end":"2001-12-24T18:14:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2001-12-24T17:59:58-08:00","end":"2001-12-24T18:14:58-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"74eba0a6-29b5-86b5-3417-3aa97c30646a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"74eba0a6-29b5-86b5-3417-3aa97c30646a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"170837001","display":"Allergic disorder initial assessment"}],"text":"Allergic disorder initial assessment"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2010-09-13T18:59:58-07:00","end":"2010-09-13T19:26:02-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2010-09-13T18:59:58-07:00","end":"2010-09-13T19:26:02-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"35725d7e-d420-97b9-7441-885b0e481029","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"35725d7e-d420-97b9-7441-885b0e481029"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2011-10-10T18:59:58-07:00","end":"2011-10-10T19:14:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}}],"period":{"start":"2011-10-10T18:59:58-07:00","end":"2011-10-10T19:14:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Encounter","id":"019682f7-c219-29f9-e351-048a83896bc6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"019682f7-c219-29f9-e351-048a83896bc6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-06-07T11:07:29-07:00","end":"2012-06-07T11:31:42-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2012-06-07T11:07:29-07:00","end":"2012-06-07T11:31:42-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"b652df5e-3591-bbe6-3259-dc0cd27f2493","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b652df5e-3591-bbe6-3259-dc0cd27f2493"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-07-04T11:31:42-07:00","end":"2012-07-04T12:04:52-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2012-07-04T11:31:42-07:00","end":"2012-07-04T12:04:52-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"b65c0328-3d4c-8918-5bdd-c008dd0fbe3a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b65c0328-3d4c-8918-5bdd-c008dd0fbe3a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-07-29T12:04:52-07:00","end":"2012-07-29T12:29:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2012-07-29T12:04:52-07:00","end":"2012-07-29T12:29:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"ead69547-44b9-1c28-0c0e-8cd586390a2f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ead69547-44b9-1c28-0c0e-8cd586390a2f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-08-19T12:29:12-07:00","end":"2012-08-19T12:47:39-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2012-08-19T12:29:12-07:00","end":"2012-08-19T12:47:39-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"fb72262d-63e9-04e2-e4b7-0df15721043b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"fb72262d-63e9-04e2-e4b7-0df15721043b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-09-10T12:47:39-07:00","end":"2012-09-10T13:28:23-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2012-09-10T12:47:39-07:00","end":"2012-09-10T13:28:23-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"6824e554-4b8d-1fc8-704f-6f77fec325f9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6824e554-4b8d-1fc8-704f-6f77fec325f9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-10-04T13:28:23-07:00","end":"2012-10-04T13:51:52-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2012-10-04T13:28:23-07:00","end":"2012-10-04T13:51:52-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-10-15T18:59:58-07:00","end":"2012-10-15T19:14:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}}],"period":{"start":"2012-10-15T18:59:58-07:00","end":"2012-10-15T19:14:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Encounter","id":"50d9f9f9-77b5-835b-967a-659f296313de","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"50d9f9f9-77b5-835b-967a-659f296313de"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-10-25T13:51:52-07:00","end":"2012-10-25T14:36:27-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2012-10-25T13:51:52-07:00","end":"2012-10-25T14:36:27-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"0b89a852-fe35-66a0-5ae5-20f6b9d8bf11","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0b89a852-fe35-66a0-5ae5-20f6b9d8bf11"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-11-20T13:36:27-08:00","end":"2012-11-20T14:13:04-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2012-11-20T13:36:27-08:00","end":"2012-11-20T14:13:04-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"4c2b4a76-18b8-0494-84f9-15be640ebb07","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4c2b4a76-18b8-0494-84f9-15be640ebb07"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-12-11T14:13:04-08:00","end":"2012-12-11T14:33:25-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2012-12-11T14:13:04-08:00","end":"2012-12-11T14:33:25-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"2a53ac2c-9d6d-5b11-fc77-cc1edc12940c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2a53ac2c-9d6d-5b11-fc77-cc1edc12940c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-01-07T14:33:25-08:00","end":"2013-01-07T15:29:35-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2013-01-07T14:33:25-08:00","end":"2013-01-07T15:29:35-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"c7e9e7e8-7168-3bc0-e977-75874cc1005f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c7e9e7e8-7168-3bc0-e977-75874cc1005f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-02-01T15:29:35-08:00","end":"2013-02-01T16:08:50-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2013-02-01T15:29:35-08:00","end":"2013-02-01T16:08:50-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"aa4b283a-feb0-afa4-399c-4a28cd33afb2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"aa4b283a-feb0-afa4-399c-4a28cd33afb2"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-02-25T16:08:50-08:00","end":"2013-02-25T16:38:07-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2013-02-25T16:08:50-08:00","end":"2013-02-25T16:38:07-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"7a14795c-516b-2a8f-bc0e-767c2dd86aac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7a14795c-516b-2a8f-bc0e-767c2dd86aac"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-03-18T17:38:07-07:00","end":"2013-03-18T17:54:57-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2013-03-18T17:38:07-07:00","end":"2013-03-18T17:54:57-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"3868aaa7-7132-8ea9-45f2-98ba727f8267","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3868aaa7-7132-8ea9-45f2-98ba727f8267"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-04-12T17:54:57-07:00","end":"2013-04-12T18:35:47-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2013-04-12T17:54:57-07:00","end":"2013-04-12T18:35:47-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"cec8401c-4502-ffee-b16a-ce61c9ef8ff4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cec8401c-4502-ffee-b16a-ce61c9ef8ff4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-05-07T18:35:47-07:00","end":"2013-05-07T19:28:02-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2013-05-07T18:35:47-07:00","end":"2013-05-07T19:28:02-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"4cd173dd-c153-87ae-4166-51b4c6cc83d5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4cd173dd-c153-87ae-4166-51b4c6cc83d5"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-06-02T19:28:02-07:00","end":"2013-06-02T20:06:08-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2013-06-02T19:28:02-07:00","end":"2013-06-02T20:06:08-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"2d7e47b4-493c-880d-04c5-a73a08e00580","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2d7e47b4-493c-880d-04c5-a73a08e00580"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-06-26T20:06:08-07:00","end":"2013-06-26T21:00:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2013-06-26T20:06:08-07:00","end":"2013-06-26T21:00:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"9bb6a689-0cc8-ff83-3b99-5b3c691122e1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9bb6a689-0cc8-ff83-3b99-5b3c691122e1"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-07-19T21:00:56-07:00","end":"2013-07-19T21:43:54-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2013-07-19T21:00:56-07:00","end":"2013-07-19T21:43:54-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"e44c95ec-c7d0-9c5b-8181-4f4815994fd6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e44c95ec-c7d0-9c5b-8181-4f4815994fd6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-08-13T21:43:54-07:00","end":"2013-08-13T22:40:16-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2013-08-13T21:43:54-07:00","end":"2013-08-13T22:40:16-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"bb237230-d056-075b-cfc4-0c34ebb9d39d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"bb237230-d056-075b-cfc4-0c34ebb9d39d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2004-03-15T08:16:17-08:00","end":"2004-03-15T08:31:17-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2004-03-15T08:16:17-08:00","end":"2004-03-15T08:31:17-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"24079001","display":"Atopic dermatitis"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"11b87793-95f8-a036-9872-97b1df44b5b2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"11b87793-95f8-a036-9872-97b1df44b5b2"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-09-08T22:40:16-07:00","end":"2013-09-08T23:29:25-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2013-09-08T22:40:16-07:00","end":"2013-09-08T23:29:25-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"eb09f17f-675d-d24c-4dbd-027c317bb6a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"eb09f17f-675d-d24c-4dbd-027c317bb6a6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2004-04-03T14:16:17-08:00","end":"2004-04-03T14:43:34-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2004-04-03T14:16:17-08:00","end":"2004-04-03T14:43:34-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"c9e499ab-83ef-bd4f-a197-82ef7786e85d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c9e499ab-83ef-bd4f-a197-82ef7786e85d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2006-11-14T08:16:17-08:00","end":"2006-11-14T08:31:17-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2006-11-14T08:16:17-08:00","end":"2006-11-14T08:31:17-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"482c851c-3c26-a190-32b3-9464c8b18786","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"482c851c-3c26-a190-32b3-9464c8b18786"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2007-02-01T08:16:17-08:00","end":"2007-02-01T08:31:17-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}}],"period":{"start":"2007-02-01T08:16:17-08:00","end":"2007-02-01T08:31:17-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}} +{"resourceType":"Encounter","id":"1e8b3132-180b-e90f-a7a3-77079103d985","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1e8b3132-180b-e90f-a7a3-77079103d985"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2007-08-02T09:16:17-07:00","end":"2007-08-02T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}}],"period":{"start":"2007-08-02T09:16:17-07:00","end":"2007-08-02T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}} +{"resourceType":"Encounter","id":"170fbdc0-f3f9-2282-5257-c012501aa402","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"170fbdc0-f3f9-2282-5257-c012501aa402"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2008-08-07T09:16:17-07:00","end":"2008-08-07T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}}],"period":{"start":"2008-08-07T09:16:17-07:00","end":"2008-08-07T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}} +{"resourceType":"Encounter","id":"142b5ad3-99b9-9387-1f69-e91043cbd2bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"142b5ad3-99b9-9387-1f69-e91043cbd2bd"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-10-02T23:29:25-07:00","end":"2013-10-03T00:21:33-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2013-10-02T23:29:25-07:00","end":"2013-10-03T00:21:33-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"e33e5b39-a241-c46c-63aa-395289822e8c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e33e5b39-a241-c46c-63aa-395289822e8c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2008-10-16T09:16:17-07:00","end":"2008-10-16T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2008-10-16T09:16:17-07:00","end":"2008-10-16T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"d6cd5e28-f587-c916-48d0-95ba849469b0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d6cd5e28-f587-c916-48d0-95ba849469b0"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-10-21T18:59:58-07:00","end":"2013-10-21T19:14:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}}],"period":{"start":"2013-10-21T18:59:58-07:00","end":"2013-10-21T19:14:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Encounter","id":"903d64fe-d8d4-671e-febd-aba5bff18d8f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"903d64fe-d8d4-671e-febd-aba5bff18d8f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2008-12-08T08:16:17-08:00","end":"2008-12-08T08:31:17-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2008-12-08T08:16:17-08:00","end":"2008-12-08T08:31:17-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"232353008","display":"Perennial allergic rhinitis with seasonal variation"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"a1c2119a-74bc-f30f-d03f-ea819dfea988","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a1c2119a-74bc-f30f-d03f-ea819dfea988"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2009-08-13T09:16:17-07:00","end":"2009-08-13T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}}],"period":{"start":"2009-08-13T09:16:17-07:00","end":"2009-08-13T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}} +{"resourceType":"Encounter","id":"0beef8a4-3aa0-9b15-0ae0-6d76d14e0650","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0beef8a4-3aa0-9b15-0ae0-6d76d14e0650"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2010-08-19T09:16:17-07:00","end":"2010-08-19T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}}],"period":{"start":"2010-08-19T09:16:17-07:00","end":"2010-08-19T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}} +{"resourceType":"Encounter","id":"200cabda-dd43-f9f7-700e-a52b2061c59c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"200cabda-dd43-f9f7-700e-a52b2061c59c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-10-26T01:59:58-07:00","end":"2013-10-26T02:14:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2013-10-26T01:59:58-07:00","end":"2013-10-26T02:14:58-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"c7601416-e2d1-f5c4-df67-d51319eb2d3d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c7601416-e2d1-f5c4-df67-d51319eb2d3d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-10-29T00:21:33-07:00","end":"2013-10-29T00:52:20-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2013-10-29T00:21:33-07:00","end":"2013-10-29T00:52:20-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"d75c655b-8335-3f23-b41c-2fcf47ac7372","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d75c655b-8335-3f23-b41c-2fcf47ac7372"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-11-22T23:52:20-08:00","end":"2013-11-23T00:13:03-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2013-11-22T23:52:20-08:00","end":"2013-11-23T00:13:03-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"1d917379-fb22-d238-848e-2b4ef596f38b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1d917379-fb22-d238-848e-2b4ef596f38b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2011-07-07T09:16:17-07:00","end":"2011-07-07T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2011-07-07T09:16:17-07:00","end":"2011-07-07T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"ce9e5b41-e67d-b4bb-7f26-b089389affb1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ce9e5b41-e67d-b4bb-7f26-b089389affb1"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-12-17T00:13:03-08:00","end":"2013-12-17T00:33:51-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2013-12-17T00:13:03-08:00","end":"2013-12-17T00:33:51-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"f6aa5838-a4ae-c796-9fab-89c674866451","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f6aa5838-a4ae-c796-9fab-89c674866451"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2011-08-25T09:16:17-07:00","end":"2011-08-25T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}}],"period":{"start":"2011-08-25T09:16:17-07:00","end":"2011-08-25T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}} +{"resourceType":"Encounter","id":"a6f60ebb-2d3a-04da-06ff-1f3c445f5042","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a6f60ebb-2d3a-04da-06ff-1f3c445f5042"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-01-11T00:33:51-08:00","end":"2014-01-11T01:25:33-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2014-01-11T00:33:51-08:00","end":"2014-01-11T01:25:33-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"5049e7c1-9a26-1a81-51d9-d486df0ed141","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5049e7c1-9a26-1a81-51d9-d486df0ed141"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-02-07T01:25:33-08:00","end":"2014-02-07T01:44:02-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2014-02-07T01:25:33-08:00","end":"2014-02-07T01:44:02-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"ace72354-fe80-c75d-af02-9b4d40e8f924","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ace72354-fe80-c75d-af02-9b4d40e8f924"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2012-08-30T09:16:17-07:00","end":"2012-08-30T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}}],"period":{"start":"2012-08-30T09:16:17-07:00","end":"2012-08-30T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}} +{"resourceType":"Encounter","id":"5f19e2d0-e280-b4e4-6a36-3b2db432001f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5f19e2d0-e280-b4e4-6a36-3b2db432001f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-02-28T01:44:02-08:00","end":"2014-02-28T01:59:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2014-02-28T01:44:02-08:00","end":"2014-02-28T01:59:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"af9e666b-27fd-4eec-8adb-61986e075f1e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"af9e666b-27fd-4eec-8adb-61986e075f1e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-03-23T02:59:12-07:00","end":"2014-03-23T03:30:07-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2014-03-23T02:59:12-07:00","end":"2014-03-23T03:30:07-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"d9e8a892-17c0-56b7-1418-9b51152138d7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d9e8a892-17c0-56b7-1418-9b51152138d7"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-04-13T03:30:07-07:00","end":"2014-04-13T03:46:34-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2014-04-13T03:30:07-07:00","end":"2014-04-13T03:46:34-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"4faaa44e-9113-b515-a260-32884dbc33b6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4faaa44e-9113-b515-a260-32884dbc33b6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-05-10T03:46:34-07:00","end":"2014-05-10T04:15:50-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2014-05-10T03:46:34-07:00","end":"2014-05-10T04:15:50-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"af4a6973-4599-eefa-e568-7a6398d60e3b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"af4a6973-4599-eefa-e568-7a6398d60e3b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2013-09-05T09:16:17-07:00","end":"2013-09-05T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}}],"period":{"start":"2013-09-05T09:16:17-07:00","end":"2013-09-05T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}} +{"resourceType":"Encounter","id":"eb3dbccd-6e2f-0948-354f-9c89b2ffb374","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"eb3dbccd-6e2f-0948-354f-9c89b2ffb374"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-09-11T09:16:17-07:00","end":"2014-09-11T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}}],"period":{"start":"2014-09-11T09:16:17-07:00","end":"2014-09-11T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}} +{"resourceType":"Encounter","id":"d08c9f2f-15c1-a50a-2c92-298fc96cb57a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d08c9f2f-15c1-a50a-2c92-298fc96cb57a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-06-05T04:15:50-07:00","end":"2014-06-05T04:52:27-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2014-06-05T04:15:50-07:00","end":"2014-06-05T04:52:27-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"8e363ec2-1d43-db51-368d-0c600d0116b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"8e363ec2-1d43-db51-368d-0c600d0116b7"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-06-27T04:52:27-07:00","end":"2014-06-27T05:48:40-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2014-06-27T04:52:27-07:00","end":"2014-06-27T05:48:40-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"dd712e1d-3334-fdd5-e2da-d2152bb6a656","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"dd712e1d-3334-fdd5-e2da-d2152bb6a656"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-07-24T05:48:40-07:00","end":"2014-07-24T06:16:39-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2014-07-24T05:48:40-07:00","end":"2014-07-24T06:16:39-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"ae0b5356-90b2-6b38-048f-ce6d521f7d12","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ae0b5356-90b2-6b38-048f-ce6d521f7d12"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-08-19T06:16:39-07:00","end":"2014-08-19T06:52:34-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2014-08-19T06:16:39-07:00","end":"2014-08-19T06:52:34-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"375e950c-9f9c-524e-40b1-b34bec5720fa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"375e950c-9f9c-524e-40b1-b34bec5720fa"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-09-09T06:52:34-07:00","end":"2014-09-09T07:16:40-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2014-09-09T06:52:34-07:00","end":"2014-09-09T07:16:40-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"53a42fdf-8de2-19a1-d4bc-a238dc63f8f4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"170838006","display":"Allergic disorder follow-up assessment"}],"text":"Allergic disorder follow-up assessment"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-10-06T07:16:40-07:00","end":"2014-10-06T07:54:34-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2014-10-06T07:16:40-07:00","end":"2014-10-06T07:54:34-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"ff9432b9-b159-55ba-4024-ceb0e739e122","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ff9432b9-b159-55ba-4024-ceb0e739e122"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2014-10-27T18:59:58-07:00","end":"2014-10-27T19:14:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}}],"period":{"start":"2014-10-27T18:59:58-07:00","end":"2014-10-27T19:14:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Encounter","id":"1d79efce-2019-46b2-1715-6117638f772e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1d79efce-2019-46b2-1715-6117638f772e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-09-17T09:16:17-07:00","end":"2015-09-17T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}}],"period":{"start":"2015-09-17T09:16:17-07:00","end":"2015-09-17T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}} +{"resourceType":"Encounter","id":"e3b6ca43-239a-7aad-2607-0c3a5bdcaf46","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e3b6ca43-239a-7aad-2607-0c3a5bdcaf46"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"183478001","display":"Emergency hospital admission for asthma"}],"text":"Emergency hospital admission for asthma"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-09-29T17:16:17-07:00","end":"2015-09-29T18:16:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2015-09-29T17:16:17-07:00","end":"2015-09-29T18:16:17-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"4370297a-cba4-bb69-1fbc-1a9ed2755503","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"4370297a-cba4-bb69-1fbc-1a9ed2755503"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-10-01T13:16:17-07:00","end":"2015-10-01T13:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2015-10-01T13:16:17-07:00","end":"2015-10-01T13:31:17-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"28aea553-23ad-ceec-0fc1-0977b2f22af4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"28aea553-23ad-ceec-0fc1-0977b2f22af4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"170837001","display":"Allergic disorder initial assessment"}],"text":"Allergic disorder initial assessment"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-09-01T09:16:17-07:00","end":"2016-09-01T09:41:48-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2016-09-01T09:16:17-07:00","end":"2016-09-01T09:41:48-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"32cb9192-7451-33e3-786d-10659e5d5d84","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"32cb9192-7451-33e3-786d-10659e5d5d84"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem (procedure)"}],"text":"Encounter for problem (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-10-14T18:59:58-07:00","end":"2015-10-14T19:14:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2015-10-14T18:59:58-07:00","end":"2015-10-14T19:14:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"6a41ed1a-843a-c0ef-fb18-d2620dec81fa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6a41ed1a-843a-c0ef-fb18-d2620dec81fa"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-09-22T09:16:17-07:00","end":"2016-09-22T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}}],"period":{"start":"2016-09-22T09:16:17-07:00","end":"2016-09-22T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}} +{"resourceType":"Encounter","id":"9deedb73-444c-c464-f671-d30ffef0745f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9deedb73-444c-c464-f671-d30ffef0745f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-10-17T18:59:58-07:00","end":"2015-10-17T19:55:13-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2015-10-17T18:59:58-07:00","end":"2015-10-17T19:55:13-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"553f276e-c828-5f65-c0e2-87031e775bc6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"553f276e-c828-5f65-c0e2-87031e775bc6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-10-20T19:55:13-07:00","end":"2015-10-20T20:54:23-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2015-10-20T19:55:13-07:00","end":"2015-10-20T20:54:23-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"b5995f30-1c2b-f715-3699-f1362e0c393b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b5995f30-1c2b-f715-3699-f1362e0c393b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-10-23T20:54:23-07:00","end":"2015-10-23T21:47:06-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2015-10-23T20:54:23-07:00","end":"2015-10-23T21:47:06-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"b23e3d6f-f012-f166-c17a-36202a2aaf1e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b23e3d6f-f012-f166-c17a-36202a2aaf1e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"183478001","display":"Emergency hospital admission for asthma"}],"text":"Emergency hospital admission for asthma"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-09-25T13:16:17-07:00","end":"2016-09-25T14:16:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2016-09-25T13:16:17-07:00","end":"2016-09-25T14:16:17-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"37b4463f-0b42-9f84-9f42-87d461a5308f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"37b4463f-0b42-9f84-9f42-87d461a5308f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-09-27T11:16:17-07:00","end":"2016-09-27T11:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2016-09-27T11:16:17-07:00","end":"2016-09-27T11:31:17-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"9eb387d6-a10b-ccf0-b47a-0309cef13be4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9eb387d6-a10b-ccf0-b47a-0309cef13be4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-11-02T17:59:58-08:00","end":"2015-11-02T18:14:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}}],"period":{"start":"2015-11-02T17:59:58-08:00","end":"2015-11-02T18:14:58-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Encounter","id":"93323eae-1dfc-75d8-b7d7-212e839753f8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"93323eae-1dfc-75d8-b7d7-212e839753f8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-10-26T21:47:06-07:00","end":"2015-10-26T22:42:52-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2015-10-26T21:47:06-07:00","end":"2015-10-26T22:42:52-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"e09c7f2e-2a2a-9898-6ac1-58b2ce4dc1ed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e09c7f2e-2a2a-9898-6ac1-58b2ce4dc1ed"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-09-23T09:41:48-07:00","end":"2016-09-23T09:59:44-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2016-09-23T09:41:48-07:00","end":"2016-09-23T09:59:44-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"af143cff-17bf-6ae4-9b10-a6cb7a6c149f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"af143cff-17bf-6ae4-9b10-a6cb7a6c149f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-10-15T09:59:44-07:00","end":"2016-10-15T10:39:21-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2016-10-15T09:59:44-07:00","end":"2016-10-15T10:39:21-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"644c8649-67ed-8011-f98c-b66c27fc29ce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"644c8649-67ed-8011-f98c-b66c27fc29ce"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-10-29T22:42:52-07:00","end":"2015-10-29T23:32:26-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2015-10-29T22:42:52-07:00","end":"2015-10-29T23:32:26-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"d832411c-34f2-9a0e-929e-24b32ee406ff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d832411c-34f2-9a0e-929e-24b32ee406ff"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-11-10T09:39:21-08:00","end":"2016-11-10T10:04:48-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2016-11-10T09:39:21-08:00","end":"2016-11-10T10:04:48-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"d59204ec-567f-5285-c7e6-0414e3985ba5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d59204ec-567f-5285-c7e6-0414e3985ba5"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-11-01T22:32:26-08:00","end":"2015-11-01T23:21:46-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2015-11-01T22:32:26-08:00","end":"2015-11-01T23:21:46-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"ee4bbe06-fbef-636c-9258-973c198b1c05","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ee4bbe06-fbef-636c-9258-973c198b1c05"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-12-03T10:04:48-08:00","end":"2016-12-03T10:58:36-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2016-12-03T10:04:48-08:00","end":"2016-12-03T10:58:36-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"efc6df25-53e7-d567-7d5d-c0badbad5fdf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"efc6df25-53e7-d567-7d5d-c0badbad5fdf"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-12-30T10:58:36-08:00","end":"2016-12-30T11:17:51-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2016-12-30T10:58:36-08:00","end":"2016-12-30T11:17:51-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"0f44c21c-8851-47ce-5a37-b0f282583c18","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0f44c21c-8851-47ce-5a37-b0f282583c18"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-11-04T23:21:46-08:00","end":"2015-11-05T00:08:30-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2015-11-04T23:21:46-08:00","end":"2015-11-05T00:08:30-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"abe2a23e-8995-6afd-8d71-9687cce02f6e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"abe2a23e-8995-6afd-8d71-9687cce02f6e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-01-26T11:17:51-08:00","end":"2017-01-26T12:08:11-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-01-26T11:17:51-08:00","end":"2017-01-26T12:08:11-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"e600aa15-f12c-aabd-f793-cd05248b166d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e600aa15-f12c-aabd-f793-cd05248b166d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-11-08T00:08:30-08:00","end":"2015-11-08T01:01:50-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2015-11-08T00:08:30-08:00","end":"2015-11-08T01:01:50-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"2785c103-631b-7741-50fb-067f4b134fc7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2785c103-631b-7741-50fb-067f4b134fc7"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-02-19T12:08:11-08:00","end":"2017-02-19T12:54:45-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-02-19T12:08:11-08:00","end":"2017-02-19T12:54:45-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"9e4aaa82-5649-60d8-20ac-4c7fe20e55b1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9e4aaa82-5649-60d8-20ac-4c7fe20e55b1"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-03-17T13:54:45-07:00","end":"2017-03-17T14:12:27-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-03-17T13:54:45-07:00","end":"2017-03-17T14:12:27-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"f63e8cb2-357a-ad7b-9f3c-d7f043c85d2b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f63e8cb2-357a-ad7b-9f3c-d7f043c85d2b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-03-26T11:16:17-07:00","end":"2017-03-26T11:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-03-26T11:16:17-07:00","end":"2017-03-26T11:31:17-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"7fc2b483-8ed6-b6fb-c43f-c706f0f03740","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"7fc2b483-8ed6-b6fb-c43f-c706f0f03740"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-11-11T01:01:50-08:00","end":"2015-11-11T01:50:35-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2015-11-11T01:01:50-08:00","end":"2015-11-11T01:50:35-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"9519becb-b997-bd3d-ac5b-b0ed0d608d1d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9519becb-b997-bd3d-ac5b-b0ed0d608d1d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-04-11T14:12:27-07:00","end":"2017-04-11T14:55:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-04-11T14:12:27-07:00","end":"2017-04-11T14:55:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"66a10ac2-7691-e7f3-ba7a-4ee4bf14cf15","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"66a10ac2-7691-e7f3-ba7a-4ee4bf14cf15"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"308335008","display":"Patient encounter procedure (procedure)"}],"text":"Patient encounter procedure (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2015-11-14T01:50:35-08:00","end":"2015-11-14T02:47:47-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2015-11-14T01:50:35-08:00","end":"2015-11-14T02:47:47-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"3463fd2d-f5ad-8c09-940e-380cd009f890","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3463fd2d-f5ad-8c09-940e-380cd009f890"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-05-07T14:55:12-07:00","end":"2017-05-07T15:16:34-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-05-07T14:55:12-07:00","end":"2017-05-07T15:16:34-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"f256a59a-add8-99c4-edfe-2b13b023f20d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f256a59a-add8-99c4-edfe-2b13b023f20d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2016-11-07T17:59:58-08:00","end":"2016-11-07T18:14:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}}],"period":{"start":"2016-11-07T17:59:58-08:00","end":"2016-11-07T18:14:58-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Encounter","id":"e1cdf3a0-96a7-4828-501e-43a25bbfe0bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e1cdf3a0-96a7-4828-501e-43a25bbfe0bd"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-06-03T15:16:34-07:00","end":"2017-06-03T15:50:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-06-03T15:16:34-07:00","end":"2017-06-03T15:50:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"a129c713-8c1a-3bc7-d072-539b73976863","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a129c713-8c1a-3bc7-d072-539b73976863"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-06-25T15:50:00-07:00","end":"2017-06-25T16:28:33-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-06-25T15:50:00-07:00","end":"2017-06-25T16:28:33-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"91521c9a-448a-9866-cdee-deaa0f2bdbb6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"91521c9a-448a-9866-cdee-deaa0f2bdbb6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-07-17T16:28:33-07:00","end":"2017-07-17T17:25:37-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-07-17T16:28:33-07:00","end":"2017-07-17T17:25:37-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"88120520-1681-863f-0cfc-3a7bd85ca966","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"88120520-1681-863f-0cfc-3a7bd85ca966"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"50849002","display":"Emergency room admission (procedure)"}],"text":"Emergency room admission (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-06-13T19:10:24-07:00","end":"2017-06-13T20:10:24-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-06-13T19:10:24-07:00","end":"2017-06-13T20:10:24-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"becdeaea-ad64-aa58-25d6-3fc663d7cfdc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"becdeaea-ad64-aa58-25d6-3fc663d7cfdc"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-08-13T17:25:37-07:00","end":"2017-08-13T18:23:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-08-13T17:25:37-07:00","end":"2017-08-13T18:23:19-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"67b05be2-1fe8-dc45-ff6b-33a799a59270","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"67b05be2-1fe8-dc45-ff6b-33a799a59270"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-09-05T18:23:19-07:00","end":"2017-09-05T18:57:55-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-09-05T18:23:19-07:00","end":"2017-09-05T18:57:55-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"62512a4a-5911-e62f-d3f6-4abfe4ce55ee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"62512a4a-5911-e62f-d3f6-4abfe4ce55ee"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for 'check-up'"}],"text":"Encounter for 'check-up'"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-07-19T19:36:36-07:00","end":"2017-07-19T19:51:36-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-07-19T19:36:36-07:00","end":"2017-07-19T19:51:36-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"263102004","display":"Fracture subluxation of wrist"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"bdcabdfd-9168-8aa9-f5db-e6504484e901","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"bdcabdfd-9168-8aa9-f5db-e6504484e901"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-09-28T09:16:17-07:00","end":"2017-09-28T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}}],"period":{"start":"2017-09-28T09:16:17-07:00","end":"2017-09-28T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}} +{"resourceType":"Encounter","id":"76b857f3-c449-102b-e2ff-90fa9a9492a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"76b857f3-c449-102b-e2ff-90fa9a9492a6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-11-13T17:59:58-08:00","end":"2017-11-13T18:14:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}}],"period":{"start":"2017-11-13T17:59:58-08:00","end":"2017-11-13T18:14:58-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Encounter","id":"0b9379f9-9ee4-4ebd-d42c-9fa5a43705db","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0b9379f9-9ee4-4ebd-d42c-9fa5a43705db"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-09-28T18:57:55-07:00","end":"2017-09-28T19:50:42-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-09-28T18:57:55-07:00","end":"2017-09-28T19:50:42-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"5045dffa-5494-e7f4-27a0-20af8baef749","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5045dffa-5494-e7f4-27a0-20af8baef749"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-10-21T19:50:42-07:00","end":"2017-10-21T20:38:55-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-10-21T19:50:42-07:00","end":"2017-10-21T20:38:55-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"b9602768-e230-c073-5a87-0927d7e27440","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b9602768-e230-c073-5a87-0927d7e27440"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-11-19T17:59:58-08:00","end":"2018-11-19T18:14:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}}],"period":{"start":"2018-11-19T17:59:58-08:00","end":"2018-11-19T18:14:58-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Encounter","id":"c4325707-2192-8831-847f-7e30e19debe9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c4325707-2192-8831-847f-7e30e19debe9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-11-13T19:38:55-08:00","end":"2017-11-13T20:36:01-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-11-13T19:38:55-08:00","end":"2017-11-13T20:36:01-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"78bab925-dc9c-57ff-67f5-5a1f5734e707","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"78bab925-dc9c-57ff-67f5-5a1f5734e707"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-12-07T20:36:01-08:00","end":"2017-12-07T21:15:35-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-12-07T20:36:01-08:00","end":"2017-12-07T21:15:35-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"9e22cebf-fb01-d87b-82a7-057191cf08a5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9e22cebf-fb01-d87b-82a7-057191cf08a5"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2017-12-29T21:15:35-08:00","end":"2017-12-29T21:39:27-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2017-12-29T21:15:35-08:00","end":"2017-12-29T21:39:27-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"1345b822-ffa9-ced7-503b-c5a649fb24f7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"1345b822-ffa9-ced7-503b-c5a649fb24f7"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-01-21T21:39:27-08:00","end":"2018-01-21T22:01:54-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-01-21T21:39:27-08:00","end":"2018-01-21T22:01:54-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"527866ff-d2a8-ffda-a8ff-aa3b6ba1abe7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"527866ff-d2a8-ffda-a8ff-aa3b6ba1abe7"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-02-15T22:01:54-08:00","end":"2018-02-15T22:39:12-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-02-15T22:01:54-08:00","end":"2018-02-15T22:39:12-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"5c0f27ec-57a6-bb5c-ba07-f23702b4e091","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5c0f27ec-57a6-bb5c-ba07-f23702b4e091"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-03-13T23:39:12-07:00","end":"2018-03-13T23:57:34-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-03-13T23:39:12-07:00","end":"2018-03-13T23:57:34-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"dc80d9e8-b65f-98b3-e36c-e4bac9ca3859","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-11-25T17:59:58-08:00","end":"2019-11-25T18:14:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}}],"period":{"start":"2019-11-25T17:59:58-08:00","end":"2019-11-25T18:14:58-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Encounter","id":"513c3be1-de8d-37cc-cc7f-019fa71960c6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"513c3be1-de8d-37cc-cc7f-019fa71960c6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-04-09T23:57:34-07:00","end":"2018-04-10T00:37:32-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-04-09T23:57:34-07:00","end":"2018-04-10T00:37:32-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"9c3d81bd-8743-bdac-18fd-e703f9b4fc8b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"9c3d81bd-8743-bdac-18fd-e703f9b4fc8b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-05-02T00:37:32-07:00","end":"2018-05-02T01:33:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-05-02T00:37:32-07:00","end":"2018-05-02T01:33:19-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"c50f2fc1-6670-a311-9019-70f39bd1dd99","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c50f2fc1-6670-a311-9019-70f39bd1dd99"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"50849002","display":"Emergency room admission (procedure)"}],"text":"Emergency room admission (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-05-03T22:00:17-07:00","end":"2018-05-04T01:12:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-05-03T22:00:17-07:00","end":"2018-05-04T01:12:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"d9e0bc63-4e73-33cb-5fe1-7444eeeb2165","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d9e0bc63-4e73-33cb-5fe1-7444eeeb2165"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185347001","display":"Encounter for problem"}],"text":"Encounter for problem"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-05-04T06:12:17-07:00","end":"2018-05-04T06:27:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-05-04T06:12:17-07:00","end":"2018-05-04T06:27:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"b3604291-31df-50d9-d131-7b13c3347f85","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"b3604291-31df-50d9-d131-7b13c3347f85"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-05-26T01:33:19-07:00","end":"2018-05-26T02:32:09-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-05-26T01:33:19-07:00","end":"2018-05-26T02:32:09-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"2692da13-ea8e-5cbd-bff1-087af8b05da8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2692da13-ea8e-5cbd-bff1-087af8b05da8"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-06-17T02:32:09-07:00","end":"2018-06-17T03:01:19-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-06-17T02:32:09-07:00","end":"2018-06-17T03:01:19-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"a1d9d1cf-2396-d6fb-8d9a-9f7e606edf54","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a1d9d1cf-2396-d6fb-8d9a-9f7e606edf54"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-07-13T03:01:19-07:00","end":"2018-07-13T03:50:37-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-07-13T03:01:19-07:00","end":"2018-07-13T03:50:37-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"2f04e0c4-6f59-6768-f58a-5d6f1c573603","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2f04e0c4-6f59-6768-f58a-5d6f1c573603"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-08-03T03:50:37-07:00","end":"2018-08-03T04:28:31-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-08-03T03:50:37-07:00","end":"2018-08-03T04:28:31-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"cedee6d7-9a13-f6ef-7539-0d21261b0c62","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"cedee6d7-9a13-f6ef-7539-0d21261b0c62"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"698314001","display":"Consultation for treatment"}],"text":"Consultation for treatment"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-08-22T09:16:17-07:00","end":"2018-08-22T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-08-22T09:16:17-07:00","end":"2018-08-22T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"f06954e9-fd6b-044f-b373-e96c08838d1b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f06954e9-fd6b-044f-b373-e96c08838d1b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-12-29T01:59:58-08:00","end":"2019-12-29T02:18:14-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-12-29T01:59:58-08:00","end":"2019-12-29T02:18:14-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"10509002","display":"Acute bronchitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"76b19e08-2e91-5302-c921-e384a6e7f9dd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"76b19e08-2e91-5302-c921-e384a6e7f9dd"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185349003","display":"Encounter for check up (procedure)"}],"text":"Encounter for check up (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-01-06T17:59:58-08:00","end":"2020-01-06T18:14:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2020-01-06T17:59:58-08:00","end":"2020-01-06T18:14:58-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"94bf4e0c-666a-a19a-452c-405417f77ce9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"94bf4e0c-666a-a19a-452c-405417f77ce9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-08-24T04:28:31-07:00","end":"2018-08-24T04:56:00-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-08-24T04:28:31-07:00","end":"2018-08-24T04:56:00-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"34f1fed0-601e-1aed-0349-ca05b462f195","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"34f1fed0-601e-1aed-0349-ca05b462f195"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"50849002","display":"Emergency room admission (procedure)"}],"text":"Emergency room admission (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-08-19T19:36:36-07:00","end":"2020-08-19T20:36:36-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2020-08-19T19:36:36-07:00","end":"2020-08-19T20:36:36-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"760a197b-ffef-e8d9-97df-c9ed2405f093","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"760a197b-ffef-e8d9-97df-c9ed2405f093"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-09-15T04:56:00-07:00","end":"2018-09-15T05:20:20-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-09-15T04:56:00-07:00","end":"2018-09-15T05:20:20-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"200d23c3-f729-5a2b-241f-ec1c5315429c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"200d23c3-f729-5a2b-241f-ec1c5315429c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-10-04T09:16:17-07:00","end":"2018-10-04T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}}],"period":{"start":"2018-10-04T09:16:17-07:00","end":"2018-10-04T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}} +{"resourceType":"Encounter","id":"3e55fbb4-1a0c-5610-bb8b-87124f55bfc6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-11-30T17:59:58-08:00","end":"2020-11-30T18:14:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}}],"period":{"start":"2020-11-30T17:59:58-08:00","end":"2020-11-30T18:14:58-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Encounter","id":"11874e7d-d1c7-0d19-f449-0483d50ff923","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"11874e7d-d1c7-0d19-f449-0483d50ff923"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-10-06T05:20:20-07:00","end":"2018-10-06T06:12:50-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-10-06T05:20:20-07:00","end":"2018-10-06T06:12:50-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"51121647-48a0-13ce-2c5f-edd759a3dcc9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"51121647-48a0-13ce-2c5f-edd759a3dcc9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-10-27T06:12:50-07:00","end":"2018-10-27T06:31:56-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-10-27T06:12:50-07:00","end":"2018-10-27T06:31:56-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"f7f20c0c-f675-3717-2dff-969798660f58","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f7f20c0c-f675-3717-2dff-969798660f58"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"33879002","display":"Administration of vaccine to produce active immunity (procedure)"}],"text":"Administration of vaccine to produce active immunity (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-07-26T18:59:58-07:00","end":"2021-07-26T19:14:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2021-07-26T18:59:58-07:00","end":"2021-07-26T19:14:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"e89ae65f-865a-e0af-24b0-c39910099f62","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"e89ae65f-865a-e0af-24b0-c39910099f62"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-11-23T05:31:56-08:00","end":"2018-11-23T06:03:59-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-11-23T05:31:56-08:00","end":"2018-11-23T06:03:59-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"afd24eab-d65a-995f-5aa9-616265f80d7c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"afd24eab-d65a-995f-5aa9-616265f80d7c"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2018-12-16T06:03:59-08:00","end":"2018-12-16T06:25:30-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2018-12-16T06:03:59-08:00","end":"2018-12-16T06:25:30-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"93f77e5d-11a6-9643-2c77-e27321f3e5af","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"93f77e5d-11a6-9643-2c77-e27321f3e5af"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"33879002","display":"Administration of vaccine to produce active immunity (procedure)"}],"text":"Administration of vaccine to produce active immunity (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-08-16T18:59:58-07:00","end":"2021-08-16T19:14:58-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2021-08-16T18:59:58-07:00","end":"2021-08-16T19:14:58-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"56c0e551-75ce-2675-a190-dcb096d671b9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"56c0e551-75ce-2675-a190-dcb096d671b9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-01-09T06:25:30-08:00","end":"2019-01-09T07:23:44-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-01-09T06:25:30-08:00","end":"2019-01-09T07:23:44-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"5f39c04f-704d-297d-492a-03fc61c188cd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5f39c04f-704d-297d-492a-03fc61c188cd"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d","display":"Mr. Roberto515 Armendáriz135"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-12-06T17:59:58-08:00","end":"2021-12-06T18:14:58-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999934159","display":"Dr. Francisca486 Narváez57"}}],"period":{"start":"2021-12-06T17:59:58-08:00","end":"2021-12-06T18:14:58-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Encounter","id":"87a88439-0fd8-62fb-e450-be65fa13104e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"87a88439-0fd8-62fb-e450-be65fa13104e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-02-04T07:23:44-08:00","end":"2019-02-04T07:47:32-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-02-04T07:23:44-08:00","end":"2019-02-04T07:47:32-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"51761692-c0a5-9bf1-5029-4c46edef7286","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"51761692-c0a5-9bf1-5029-4c46edef7286"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-02-28T07:47:32-08:00","end":"2019-02-28T08:30:34-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-02-28T07:47:32-08:00","end":"2019-02-28T08:30:34-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"f009f651-923c-5fc9-5e06-e27e0140823d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f009f651-923c-5fc9-5e06-e27e0140823d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-03-26T09:30:34-07:00","end":"2019-03-26T10:05:57-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-03-26T09:30:34-07:00","end":"2019-03-26T10:05:57-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"37dcd9ab-7117-9dea-7a6e-5d181be07568","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"37dcd9ab-7117-9dea-7a6e-5d181be07568"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"702927004","display":"Urgent care clinic (procedure)"}],"text":"Urgent care clinic (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-04-04T09:16:17-07:00","end":"2019-04-04T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999906429","display":"Dr. Seymour882 Veum823"}}],"period":{"start":"2019-04-04T09:16:17-07:00","end":"2019-04-04T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e2a76fe1-389f-3bed-8443-7272e375bf03","display":"FALLON CLINIC URGENT CARE"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|308b5efa-a9c2-3728-b1ff-d29c5f060731","display":"FALLON CLINIC URGENT CARE"}} +{"resourceType":"Encounter","id":"72c75099-19d8-162f-6e36-9184bad0898a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"72c75099-19d8-162f-6e36-9184bad0898a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"185345009","display":"Encounter for symptom"}],"text":"Encounter for symptom"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-04-04T11:16:17-07:00","end":"2019-04-04T11:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-04-04T11:16:17-07:00","end":"2019-04-04T11:31:17-07:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"444814009","display":"Viral sinusitis (disorder)"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"988b0592-945b-d78b-3846-fbf0b1636756","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"988b0592-945b-d78b-3846-fbf0b1636756"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-04-22T10:05:57-07:00","end":"2019-04-22T10:41:09-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-04-22T10:05:57-07:00","end":"2019-04-22T10:41:09-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"41b2080c-f046-f955-6c01-c8e5ae069510","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"41b2080c-f046-f955-6c01-c8e5ae069510"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-05-18T10:41:09-07:00","end":"2019-05-18T11:27:51-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-05-18T10:41:09-07:00","end":"2019-05-18T11:27:51-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"acd273ae-2986-c39b-5b8d-94c1f0159873","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"acd273ae-2986-c39b-5b8d-94c1f0159873"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-06-12T11:27:51-07:00","end":"2019-06-12T12:17:38-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-06-12T11:27:51-07:00","end":"2019-06-12T12:17:38-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"f0a0796b-7931-e984-f8a0-145448f37133","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"f0a0796b-7931-e984-f8a0-145448f37133"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-07-04T12:17:38-07:00","end":"2019-07-04T12:42:50-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-07-04T12:17:38-07:00","end":"2019-07-04T12:42:50-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"c8c6ebff-0368-16ac-f9e8-fdcb05e58e95","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"c8c6ebff-0368-16ac-f9e8-fdcb05e58e95"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-07-25T12:42:50-07:00","end":"2019-07-25T13:02:13-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-07-25T12:42:50-07:00","end":"2019-07-25T13:02:13-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"2c6a4d69-1d3f-aea0-c559-923cb8125af3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"2c6a4d69-1d3f-aea0-c559-923cb8125af3"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"698314001","display":"Consultation for treatment"}],"text":"Consultation for treatment"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-08-17T09:16:17-07:00","end":"2019-08-17T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-08-17T09:16:17-07:00","end":"2019-08-17T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"714dd02d-b459-7855-399e-47af81f4ab71","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"714dd02d-b459-7855-399e-47af81f4ab71"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-08-18T13:02:13-07:00","end":"2019-08-18T13:39:04-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-08-18T13:02:13-07:00","end":"2019-08-18T13:39:04-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"10d22fed-bdf9-8ba6-8fa0-5815d64b44a4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"10d22fed-bdf9-8ba6-8fa0-5815d64b44a4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-09-12T13:39:04-07:00","end":"2019-09-12T13:57:16-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-09-12T13:39:04-07:00","end":"2019-09-12T13:57:16-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"64841e83-c25e-ee9d-76dd-c5091e3fd8c4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"64841e83-c25e-ee9d-76dd-c5091e3fd8c4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-10-10T09:16:17-07:00","end":"2019-10-10T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}}],"period":{"start":"2019-10-10T09:16:17-07:00","end":"2019-10-10T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}} +{"resourceType":"Encounter","id":"47877d45-5971-d2d6-e84f-dac036809cf2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"47877d45-5971-d2d6-e84f-dac036809cf2"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-10-06T13:57:16-07:00","end":"2019-10-06T14:32:14-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-10-06T13:57:16-07:00","end":"2019-10-06T14:32:14-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"a86c4ef5-1f3b-c609-ffd6-3c2df237bbfa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"a86c4ef5-1f3b-c609-ffd6-3c2df237bbfa"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-11-01T14:32:14-07:00","end":"2019-11-01T15:19:53-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-11-01T14:32:14-07:00","end":"2019-11-01T15:19:53-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"fb626b01-8153-295b-0a01-102dbb6fa556","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"fb626b01-8153-295b-0a01-102dbb6fa556"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-11-23T14:19:53-08:00","end":"2019-11-23T15:04:28-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-11-23T14:19:53-08:00","end":"2019-11-23T15:04:28-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"84f555b1-2378-daf7-7fd6-5e3199387282","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"84f555b1-2378-daf7-7fd6-5e3199387282"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2019-12-14T15:04:28-08:00","end":"2019-12-14T15:30:54-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2019-12-14T15:04:28-08:00","end":"2019-12-14T15:30:54-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"d53e0f68-1e74-b3da-2ebf-3b25b05803f4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"d53e0f68-1e74-b3da-2ebf-3b25b05803f4"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-01-05T15:30:54-08:00","end":"2020-01-05T15:55:26-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2020-01-05T15:30:54-08:00","end":"2020-01-05T15:55:26-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"bb1ba18c-f929-fbb5-9138-969974a7a9f9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"bb1ba18c-f929-fbb5-9138-969974a7a9f9"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-02-01T15:55:26-08:00","end":"2020-02-01T16:24:46-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2020-02-01T15:55:26-08:00","end":"2020-02-01T16:24:46-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"fc66240e-ff41-c06d-69f7-7c3dac5d0830","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"fc66240e-ff41-c06d-69f7-7c3dac5d0830"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-02-23T16:24:46-08:00","end":"2020-02-23T17:01:42-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2020-02-23T16:24:46-08:00","end":"2020-02-23T17:01:42-08:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"ea6552db-d3f9-7d9b-5a63-656b8957c90e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ea6552db-d3f9-7d9b-5a63-656b8957c90e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-03-19T18:01:42-07:00","end":"2020-03-19T18:45:08-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2020-03-19T18:01:42-07:00","end":"2020-03-19T18:45:08-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"75f0b36a-7784-140c-753c-9aa07792215a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"75f0b36a-7784-140c-753c-9aa07792215a"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-04-10T18:45:08-07:00","end":"2020-04-10T19:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2020-04-10T18:45:08-07:00","end":"2020-04-10T19:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"02df4a2f-fcab-1140-6484-a4f8b91223b0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"02df4a2f-fcab-1140-6484-a4f8b91223b0"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-05-03T19:31:17-07:00","end":"2020-05-03T20:10:43-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2020-05-03T19:31:17-07:00","end":"2020-05-03T20:10:43-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"aeace02c-2b9e-46ed-e7fe-cfb918f9e400","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"aeace02c-2b9e-46ed-e7fe-cfb918f9e400"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-05-25T20:10:43-07:00","end":"2020-05-25T21:02:49-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2020-05-25T20:10:43-07:00","end":"2020-05-25T21:02:49-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"0a7ad85d-461f-b27b-37de-b9c7e8946b0e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0a7ad85d-461f-b27b-37de-b9c7e8946b0e"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-06-18T21:02:49-07:00","end":"2020-06-18T21:49:12-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2020-06-18T21:02:49-07:00","end":"2020-06-18T21:49:12-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"6cd29549-1079-b488-357a-f7321a7d79f1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"6cd29549-1079-b488-357a-f7321a7d79f1"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-07-13T21:49:12-07:00","end":"2020-07-13T22:34:10-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2020-07-13T21:49:12-07:00","end":"2020-07-13T22:34:10-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"fbcf6e76-29ed-9863-4a19-c2a5a9421d97","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"fbcf6e76-29ed-9863-4a19-c2a5a9421d97"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"371883000","display":"Outpatient procedure"}],"text":"Outpatient procedure"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-08-06T22:34:10-07:00","end":"2020-08-06T23:28:49-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2020-08-06T22:34:10-07:00","end":"2020-08-06T23:28:49-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"649635f1-9e88-6b92-622d-bef68818123d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"649635f1-9e88-6b92-622d-bef68818123d"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"170838006","display":"Allergic disorder follow-up assessment"}],"text":"Allergic disorder follow-up assessment"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-08-31T23:28:49-07:00","end":"2020-09-01T00:04:57-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2020-08-31T23:28:49-07:00","end":"2020-09-01T00:04:57-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"0c0f2851-1819-2927-18be-ccdf8ca99c2f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"0c0f2851-1819-2927-18be-ccdf8ca99c2f"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"410620009","display":"Well child visit (procedure)"}],"text":"Well child visit (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2020-10-15T09:16:17-07:00","end":"2020-10-15T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}}],"period":{"start":"2020-10-15T09:16:17-07:00","end":"2020-10-15T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}} +{"resourceType":"Encounter","id":"03730052-d5da-ea6e-e9a8-e4218165d79b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"03730052-d5da-ea6e-e9a8-e4218165d79b"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"698314001","display":"Consultation for treatment"}],"text":"Consultation for treatment"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-08-06T09:16:17-07:00","end":"2021-08-06T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2021-08-06T09:16:17-07:00","end":"2021-08-06T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Encounter","id":"5f2ab988-4794-3c47-1140-8eb6efdf1c45","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"5f2ab988-4794-3c47-1140-8eb6efdf1c45"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"162673000","display":"General examination of patient (procedure)"}],"text":"General examination of patient (procedure)"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2021-10-21T09:16:17-07:00","end":"2021-10-21T09:31:17-07:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999969449","display":"Dr. Sueann178 Gorczany269"}}],"period":{"start":"2021-10-21T09:16:17-07:00","end":"2021-10-21T09:31:17-07:00"},"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313","display":"PCP53949"}} +{"resourceType":"Encounter","id":"ac4fc1f1-989d-119d-ee41-b9d6db4a3196","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"]},"identifier":[{"use":"official","system":"https://github.com/synthetichealth/synthea","value":"ac4fc1f1-989d-119d-ee41-b9d6db4a3196"}],"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"AMB"},"type":[{"coding":[{"system":"http://snomed.info/sct","code":"394701000","display":"Asthma follow-up"}],"text":"Asthma follow-up"}],"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7","display":"Ms. Na515 Hills818"},"participant":[{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"PPRF","display":"primary performer"}],"text":"primary performer"}],"period":{"start":"2022-02-28T10:16:17-08:00","end":"2022-02-28T10:31:17-08:00"},"individual":{"reference":"Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|9999999619","display":"Dr. Wilton999 Pollich983"}}],"period":{"start":"2022-02-28T10:16:17-08:00","end":"2022-02-28T10:31:17-08:00"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"233678006","display":"Childhood asthma"}]}],"location":[{"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}}],"serviceProvider":{"reference":"Organization?identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1","display":"MILFORD REGIONAL MEDICAL CENTER"}} diff --git a/tests/fixtures/synthea/filtered/HospitalInformation.json b/tests/fixtures/synthea/filtered/HospitalInformation.json new file mode 100644 index 0000000..f0dab69 --- /dev/null +++ b/tests/fixtures/synthea/filtered/HospitalInformation.json @@ -0,0 +1,18053 @@ +{ + "resourceType": "Bundle", + "type": "batch", + "entry": [ { + "fullUrl": "urn:uuid:ef58ea08-d883-3957-8300-150554edc8fb", + "resource": { + "resourceType": "Organization", + "id": "ef58ea08-d883-3957-8300-150554edc8fb", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 134 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "ef58ea08-d883-3957-8300-150554edc8fb" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "HEALTHALLIANCE HOSPITALS, INC", + "telecom": [ { + "system": "phone", + "value": "9784662000" + } ], + "address": [ { + "line": [ "60 HOSPITAL ROAD" ], + "city": "LEOMINSTER", + "state": "MA", + "postalCode": "01453", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|ef58ea08-d883-3957-8300-150554edc8fb" + } + }, { + "fullUrl": "urn:uuid:1ee7e785-1991-34c3-9d64-8bed2e20233a", + "resource": { + "resourceType": "Location", + "id": "1ee7e785-1991-34c3-9d64-8bed2e20233a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "1ee7e785-1991-34c3-9d64-8bed2e20233a" + } ], + "status": "active", + "name": "HEALTHALLIANCE HOSPITALS, INC", + "telecom": [ { + "system": "phone", + "value": "9784662000" + } ], + "address": { + "line": [ "60 HOSPITAL ROAD" ], + "city": "LEOMINSTER", + "state": "MA", + "postalCode": "01453", + "country": "US" + }, + "position": { + "longitude": -71.770876, + "latitude": 42.520838 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ef58ea08-d883-3957-8300-150554edc8fb" + }, + "display": "HEALTHALLIANCE HOSPITALS, INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|1ee7e785-1991-34c3-9d64-8bed2e20233a" + } + }, { + "fullUrl": "urn:uuid:69176529-fd1f-3b3f-abce-a0a3626769eb", + "resource": { + "resourceType": "Organization", + "id": "69176529-fd1f-3b3f-abce-a0a3626769eb", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 390 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "69176529-fd1f-3b3f-abce-a0a3626769eb" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "MOUNT AUBURN HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "6174923500" + } ], + "address": [ { + "line": [ "330 MOUNT AUBURN STREET" ], + "city": "CAMBRIDGE", + "state": "MA", + "postalCode": "02138", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|69176529-fd1f-3b3f-abce-a0a3626769eb" + } + }, { + "fullUrl": "urn:uuid:27abf3f3-fa08-31e4-8bca-c4c9ade68709", + "resource": { + "resourceType": "Location", + "id": "27abf3f3-fa08-31e4-8bca-c4c9ade68709", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "27abf3f3-fa08-31e4-8bca-c4c9ade68709" + } ], + "status": "active", + "name": "MOUNT AUBURN HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "6174923500" + } ], + "address": { + "line": [ "330 MOUNT AUBURN STREET" ], + "city": "CAMBRIDGE", + "state": "MA", + "postalCode": "02138", + "country": "US" + }, + "position": { + "longitude": -71.118275, + "latitude": 42.375967 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "69176529-fd1f-3b3f-abce-a0a3626769eb" + }, + "display": "MOUNT AUBURN HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|27abf3f3-fa08-31e4-8bca-c4c9ade68709" + } + }, { + "fullUrl": "urn:uuid:5e765f2b-e908-3888-9fc7-df2cb87beb58", + "resource": { + "resourceType": "Organization", + "id": "5e765f2b-e908-3888-9fc7-df2cb87beb58", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 2727 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 3 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 208 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "5e765f2b-e908-3888-9fc7-df2cb87beb58" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "STURDY MEMORIAL HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5082225200" + } ], + "address": [ { + "line": [ "211 PARK STREET" ], + "city": "ATTLEBORO", + "state": "MA", + "postalCode": "02703", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|5e765f2b-e908-3888-9fc7-df2cb87beb58" + } + }, { + "fullUrl": "urn:uuid:bfb0b1ae-dd2e-31a2-9dc7-128198ad0db0", + "resource": { + "resourceType": "Location", + "id": "bfb0b1ae-dd2e-31a2-9dc7-128198ad0db0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "bfb0b1ae-dd2e-31a2-9dc7-128198ad0db0" + } ], + "status": "active", + "name": "STURDY MEMORIAL HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5082225200" + } ], + "address": { + "line": [ "211 PARK STREET" ], + "city": "ATTLEBORO", + "state": "MA", + "postalCode": "02703", + "country": "US" + }, + "position": { + "longitude": -71.294503, + "latitude": 41.931653 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5e765f2b-e908-3888-9fc7-df2cb87beb58" + }, + "display": "STURDY MEMORIAL HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|bfb0b1ae-dd2e-31a2-9dc7-128198ad0db0" + } + }, { + "fullUrl": "urn:uuid:f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4", + "resource": { + "resourceType": "Organization", + "id": "f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 207 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "LAWRENCE GENERAL HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "9786834000" + } ], + "address": [ { + "line": [ "ONE GENERAL STREET" ], + "city": "LAWRENCE", + "state": "MA", + "postalCode": "01842", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4" + } + }, { + "fullUrl": "urn:uuid:00baacd6-0e7a-32ab-af81-7a06b600e802", + "resource": { + "resourceType": "Location", + "id": "00baacd6-0e7a-32ab-af81-7a06b600e802", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "00baacd6-0e7a-32ab-af81-7a06b600e802" + } ], + "status": "active", + "name": "LAWRENCE GENERAL HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "9786834000" + } ], + "address": { + "line": [ "ONE GENERAL STREET" ], + "city": "LAWRENCE", + "state": "MA", + "postalCode": "01842", + "country": "US" + }, + "position": { + "longitude": -71.161357, + "latitude": 42.700273 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4" + }, + "display": "LAWRENCE GENERAL HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802" + } + }, { + "fullUrl": "urn:uuid:e002090d-4e92-300e-b41e-7d1f21dee4c6", + "resource": { + "resourceType": "Organization", + "id": "e002090d-4e92-300e-b41e-7d1f21dee4c6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 23 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "e002090d-4e92-300e-b41e-7d1f21dee4c6" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "CAMBRIDGE HEALTH ALLIANCE", + "telecom": [ { + "system": "phone", + "value": "6176652300" + } ], + "address": [ { + "line": [ "1493 CAMBRIDGE STREET" ], + "city": "CAMBRIDGE", + "state": "MA", + "postalCode": "02138", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|e002090d-4e92-300e-b41e-7d1f21dee4c6" + } + }, { + "fullUrl": "urn:uuid:df7f5f50-13dc-31e1-beed-9231dc4111b4", + "resource": { + "resourceType": "Location", + "id": "df7f5f50-13dc-31e1-beed-9231dc4111b4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "df7f5f50-13dc-31e1-beed-9231dc4111b4" + } ], + "status": "active", + "name": "CAMBRIDGE HEALTH ALLIANCE", + "telecom": [ { + "system": "phone", + "value": "6176652300" + } ], + "address": { + "line": [ "1493 CAMBRIDGE STREET" ], + "city": "CAMBRIDGE", + "state": "MA", + "postalCode": "02138", + "country": "US" + }, + "position": { + "longitude": -71.118275, + "latitude": 42.375967 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e002090d-4e92-300e-b41e-7d1f21dee4c6" + }, + "display": "CAMBRIDGE HEALTH ALLIANCE" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|df7f5f50-13dc-31e1-beed-9231dc4111b4" + } + }, { + "fullUrl": "urn:uuid:49318f80-bd8b-3fc7-a096-ac43088b0c12", + "resource": { + "resourceType": "Organization", + "id": "49318f80-bd8b-3fc7-a096-ac43088b0c12", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 218 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 2 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "49318f80-bd8b-3fc7-a096-ac43088b0c12" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "COOLEY DICKINSON HOSPITAL INC,THE", + "telecom": [ { + "system": "phone", + "value": "4135822000" + } ], + "address": [ { + "line": [ "30 LOCUST STREET" ], + "city": "NORTHAMPTON", + "state": "MA", + "postalCode": "01060", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|49318f80-bd8b-3fc7-a096-ac43088b0c12" + } + }, { + "fullUrl": "urn:uuid:388c5eda-d584-3ef1-a498-5ab0e90e2eaf", + "resource": { + "resourceType": "Location", + "id": "388c5eda-d584-3ef1-a498-5ab0e90e2eaf", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "388c5eda-d584-3ef1-a498-5ab0e90e2eaf" + } ], + "status": "active", + "name": "COOLEY DICKINSON HOSPITAL INC,THE", + "telecom": [ { + "system": "phone", + "value": "4135822000" + } ], + "address": { + "line": [ "30 LOCUST STREET" ], + "city": "NORTHAMPTON", + "state": "MA", + "postalCode": "01060", + "country": "US" + }, + "position": { + "longitude": -72.67463000000002, + "latitude": 42.327044 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "49318f80-bd8b-3fc7-a096-ac43088b0c12" + }, + "display": "COOLEY DICKINSON HOSPITAL INC,THE" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf" + } + }, { + "fullUrl": "urn:uuid:8b58cdd1-3d79-3126-8fe0-da2c54d6805c", + "resource": { + "resourceType": "Organization", + "id": "8b58cdd1-3d79-3126-8fe0-da2c54d6805c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 56 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "8b58cdd1-3d79-3126-8fe0-da2c54d6805c" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "CARNEY HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "6175062000" + } ], + "address": [ { + "line": [ "2100 DORCHESTER AVENUE" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02124", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|8b58cdd1-3d79-3126-8fe0-da2c54d6805c" + } + }, { + "fullUrl": "urn:uuid:9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516", + "resource": { + "resourceType": "Location", + "id": "9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516" + } ], + "status": "active", + "name": "CARNEY HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "6175062000" + } ], + "address": { + "line": [ "2100 DORCHESTER AVENUE" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02124", + "country": "US" + }, + "position": { + "longitude": -71.020173, + "latitude": 42.33196 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8b58cdd1-3d79-3126-8fe0-da2c54d6805c" + }, + "display": "CARNEY HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516" + } + }, { + "fullUrl": "urn:uuid:4bdaa4c2-c664-3089-aee2-7137abbad27f", + "resource": { + "resourceType": "Organization", + "id": "4bdaa4c2-c664-3089-aee2-7137abbad27f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 158 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "4bdaa4c2-c664-3089-aee2-7137abbad27f" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "HARRINGTON MEMORIAL HOSPITAL-1", + "telecom": [ { + "system": "phone", + "value": "5087659771" + } ], + "address": [ { + "line": [ "100 SOUTH STREET" ], + "city": "SOUTHBRIDGE", + "state": "MA", + "postalCode": "01550", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|4bdaa4c2-c664-3089-aee2-7137abbad27f" + } + }, { + "fullUrl": "urn:uuid:3957402a-ea15-3dfd-9399-223f9598b99c", + "resource": { + "resourceType": "Location", + "id": "3957402a-ea15-3dfd-9399-223f9598b99c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "3957402a-ea15-3dfd-9399-223f9598b99c" + } ], + "status": "active", + "name": "HARRINGTON MEMORIAL HOSPITAL-1", + "telecom": [ { + "system": "phone", + "value": "5087659771" + } ], + "address": { + "line": [ "100 SOUTH STREET" ], + "city": "SOUTHBRIDGE", + "state": "MA", + "postalCode": "01550", + "country": "US" + }, + "position": { + "longitude": -72.03404, + "latitude": 42.059669 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "4bdaa4c2-c664-3089-aee2-7137abbad27f" + }, + "display": "HARRINGTON MEMORIAL HOSPITAL-1" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|3957402a-ea15-3dfd-9399-223f9598b99c" + } + }, { + "fullUrl": "urn:uuid:ecc51621-0af3-3b35-ac3e-8b1e34022e92", + "resource": { + "resourceType": "Organization", + "id": "ecc51621-0af3-3b35-ac3e-8b1e34022e92", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 172 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "ecc51621-0af3-3b35-ac3e-8b1e34022e92" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "SAINT ANNE'S HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5086745600" + } ], + "address": [ { + "line": [ "795 MIDDLE STREET" ], + "city": "FALL RIVER", + "state": "MA", + "postalCode": "02721", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|ecc51621-0af3-3b35-ac3e-8b1e34022e92" + } + }, { + "fullUrl": "urn:uuid:fed70cf9-a1bd-3342-9abe-233261e0d5c6", + "resource": { + "resourceType": "Location", + "id": "fed70cf9-a1bd-3342-9abe-233261e0d5c6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "fed70cf9-a1bd-3342-9abe-233261e0d5c6" + } ], + "status": "active", + "name": "SAINT ANNE'S HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5086745600" + } ], + "address": { + "line": [ "795 MIDDLE STREET" ], + "city": "FALL RIVER", + "state": "MA", + "postalCode": "02721", + "country": "US" + }, + "position": { + "longitude": -71.094162, + "latitude": 41.725351 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ecc51621-0af3-3b35-ac3e-8b1e34022e92" + }, + "display": "SAINT ANNE'S HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|fed70cf9-a1bd-3342-9abe-233261e0d5c6" + } + }, { + "fullUrl": "urn:uuid:5d4b9df1-93ae-3bc9-b680-03249990e558", + "resource": { + "resourceType": "Organization", + "id": "5d4b9df1-93ae-3bc9-b680-03249990e558", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 102 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "5d4b9df1-93ae-3bc9-b680-03249990e558" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "HOLYOKE MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "4135342500" + } ], + "address": [ { + "line": [ "575 BEECH STREET" ], + "city": "HOLYOKE", + "state": "MA", + "postalCode": "01040", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|5d4b9df1-93ae-3bc9-b680-03249990e558" + } + }, { + "fullUrl": "urn:uuid:1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc", + "resource": { + "resourceType": "Location", + "id": "1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc" + } ], + "status": "active", + "name": "HOLYOKE MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "4135342500" + } ], + "address": { + "line": [ "575 BEECH STREET" ], + "city": "HOLYOKE", + "state": "MA", + "postalCode": "01040", + "country": "US" + }, + "position": { + "longitude": -72.642448, + "latitude": 42.211656 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5d4b9df1-93ae-3bc9-b680-03249990e558" + }, + "display": "HOLYOKE MEDICAL CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc" + } + }, { + "fullUrl": "urn:uuid:37b4d73f-652d-3033-a16e-d97b9e8b4cda", + "resource": { + "resourceType": "Organization", + "id": "37b4d73f-652d-3033-a16e-d97b9e8b4cda", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 16 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "37b4d73f-652d-3033-a16e-d97b9e8b4cda" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "ANNA JAQUES HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "9784631000" + } ], + "address": [ { + "line": [ "25 HIGHLAND AVENUE" ], + "city": "NEWBURYPORT", + "state": "MA", + "postalCode": "01950", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|37b4d73f-652d-3033-a16e-d97b9e8b4cda" + } + }, { + "fullUrl": "urn:uuid:fa4ed337-54d9-3558-9e24-1c86ebbc57fe", + "resource": { + "resourceType": "Location", + "id": "fa4ed337-54d9-3558-9e24-1c86ebbc57fe", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "fa4ed337-54d9-3558-9e24-1c86ebbc57fe" + } ], + "status": "active", + "name": "ANNA JAQUES HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "9784631000" + } ], + "address": { + "line": [ "25 HIGHLAND AVENUE" ], + "city": "NEWBURYPORT", + "state": "MA", + "postalCode": "01950", + "country": "US" + }, + "position": { + "longitude": -70.886646, + "latitude": 42.812141 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "37b4d73f-652d-3033-a16e-d97b9e8b4cda" + }, + "display": "ANNA JAQUES HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|fa4ed337-54d9-3558-9e24-1c86ebbc57fe" + } + }, { + "fullUrl": "urn:uuid:5844ad77-f653-3c2b-b7dd-e97576ab3b03", + "resource": { + "resourceType": "Organization", + "id": "5844ad77-f653-3c2b-b7dd-e97576ab3b03", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 96 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "5844ad77-f653-3c2b-b7dd-e97576ab3b03" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "BAYSTATE WING HOSPITAL AND MEDICAL CENTERS", + "telecom": [ { + "system": "phone", + "value": "4132837651" + } ], + "address": [ { + "line": [ "40 WRIGHT STREET" ], + "city": "PALMER", + "state": "MA", + "postalCode": "01069", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|5844ad77-f653-3c2b-b7dd-e97576ab3b03" + } + }, { + "fullUrl": "urn:uuid:a665d88d-991a-3d77-9b4b-6f4450b5acff", + "resource": { + "resourceType": "Location", + "id": "a665d88d-991a-3d77-9b4b-6f4450b5acff", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "a665d88d-991a-3d77-9b4b-6f4450b5acff" + } ], + "status": "active", + "name": "BAYSTATE WING HOSPITAL AND MEDICAL CENTERS", + "telecom": [ { + "system": "phone", + "value": "4132837651" + } ], + "address": { + "line": [ "40 WRIGHT STREET" ], + "city": "PALMER", + "state": "MA", + "postalCode": "01069", + "country": "US" + }, + "position": { + "longitude": -72.30846899999997, + "latitude": 42.187794 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5844ad77-f653-3c2b-b7dd-e97576ab3b03" + }, + "display": "BAYSTATE WING HOSPITAL AND MEDICAL CENTERS" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|a665d88d-991a-3d77-9b4b-6f4450b5acff" + } + }, { + "fullUrl": "urn:uuid:08bcda9c-f8c8-3244-82d4-fc306a7a55d3", + "resource": { + "resourceType": "Organization", + "id": "08bcda9c-f8c8-3244-82d4-fc306a7a55d3", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 11 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "08bcda9c-f8c8-3244-82d4-fc306a7a55d3" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "BOSTON MEDICAL CENTER CORPORATION-", + "telecom": [ { + "system": "phone", + "value": "6176388000" + } ], + "address": [ { + "line": [ "1 BOSTON MEDICAL CENTER PLACE" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02118", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|08bcda9c-f8c8-3244-82d4-fc306a7a55d3" + } + }, { + "fullUrl": "urn:uuid:77b782d7-7273-3e6b-a694-de0d00748ca7", + "resource": { + "resourceType": "Location", + "id": "77b782d7-7273-3e6b-a694-de0d00748ca7", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "77b782d7-7273-3e6b-a694-de0d00748ca7" + } ], + "status": "active", + "name": "BOSTON MEDICAL CENTER CORPORATION-", + "telecom": [ { + "system": "phone", + "value": "6176388000" + } ], + "address": { + "line": [ "1 BOSTON MEDICAL CENTER PLACE" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02118", + "country": "US" + }, + "position": { + "longitude": -71.020173, + "latitude": 42.33196 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "08bcda9c-f8c8-3244-82d4-fc306a7a55d3" + }, + "display": "BOSTON MEDICAL CENTER CORPORATION-" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|77b782d7-7273-3e6b-a694-de0d00748ca7" + } + }, { + "fullUrl": "urn:uuid:37c0de84-bcaf-3624-82bf-a89b2ac441b8", + "resource": { + "resourceType": "Organization", + "id": "37c0de84-bcaf-3624-82bf-a89b2ac441b8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 164 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "37c0de84-bcaf-3624-82bf-a89b2ac441b8" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "BEVERLY HOSPITAL CORPORATION", + "telecom": [ { + "system": "phone", + "value": "9789223000" + } ], + "address": [ { + "line": [ "85 HERRICK STREET" ], + "city": "BEVERLY", + "state": "MA", + "postalCode": "01915", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|37c0de84-bcaf-3624-82bf-a89b2ac441b8" + } + }, { + "fullUrl": "urn:uuid:c0c25839-5091-393d-bcec-edc98ebc8b00", + "resource": { + "resourceType": "Location", + "id": "c0c25839-5091-393d-bcec-edc98ebc8b00", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "c0c25839-5091-393d-bcec-edc98ebc8b00" + } ], + "status": "active", + "name": "BEVERLY HOSPITAL CORPORATION", + "telecom": [ { + "system": "phone", + "value": "9789223000" + } ], + "address": { + "line": [ "85 HERRICK STREET" ], + "city": "BEVERLY", + "state": "MA", + "postalCode": "01915", + "country": "US" + }, + "position": { + "longitude": -70.84496, + "latitude": 42.556659 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "37c0de84-bcaf-3624-82bf-a89b2ac441b8" + }, + "display": "BEVERLY HOSPITAL CORPORATION" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00" + } + }, { + "fullUrl": "urn:uuid:4861d01f-019c-3dac-a153-8334e50919f9", + "resource": { + "resourceType": "Organization", + "id": "4861d01f-019c-3dac-a153-8334e50919f9", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 39 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "4861d01f-019c-3dac-a153-8334e50919f9" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "NORTH SHORE MEDICAL CENTER -", + "telecom": [ { + "system": "phone", + "value": "9787411215" + } ], + "address": [ { + "line": [ "81 HIGHLAND AVENUE" ], + "city": "SALEM", + "state": "MA", + "postalCode": "01970", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|4861d01f-019c-3dac-a153-8334e50919f9" + } + }, { + "fullUrl": "urn:uuid:0dd962d9-92fa-3bab-b82b-7b62cf33abe4", + "resource": { + "resourceType": "Location", + "id": "0dd962d9-92fa-3bab-b82b-7b62cf33abe4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "0dd962d9-92fa-3bab-b82b-7b62cf33abe4" + } ], + "status": "active", + "name": "NORTH SHORE MEDICAL CENTER -", + "telecom": [ { + "system": "phone", + "value": "9787411215" + } ], + "address": { + "line": [ "81 HIGHLAND AVENUE" ], + "city": "SALEM", + "state": "MA", + "postalCode": "01970", + "country": "US" + }, + "position": { + "longitude": -70.897502, + "latitude": 42.50128 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "4861d01f-019c-3dac-a153-8334e50919f9" + }, + "display": "NORTH SHORE MEDICAL CENTER -" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|0dd962d9-92fa-3bab-b82b-7b62cf33abe4" + } + }, { + "fullUrl": "urn:uuid:a0b6ec0c-e587-3b2a-bf9f-248849f29ee5", + "resource": { + "resourceType": "Organization", + "id": "a0b6ec0c-e587-3b2a-bf9f-248849f29ee5", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 106 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "a0b6ec0c-e587-3b2a-bf9f-248849f29ee5" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "ST ELIZABETH'S MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "6177893000" + } ], + "address": [ { + "line": [ "736 CAMBRIDGE STREET" ], + "city": "BRIGHTON", + "state": "MA", + "postalCode": "02135", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|a0b6ec0c-e587-3b2a-bf9f-248849f29ee5" + } + }, { + "fullUrl": "urn:uuid:0cc3d2b7-46d4-3c1a-91c7-db5dadb9f54e", + "resource": { + "resourceType": "Location", + "id": "0cc3d2b7-46d4-3c1a-91c7-db5dadb9f54e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "0cc3d2b7-46d4-3c1a-91c7-db5dadb9f54e" + } ], + "status": "active", + "name": "ST ELIZABETH'S MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "6177893000" + } ], + "address": { + "line": [ "736 CAMBRIDGE STREET" ], + "city": "BRIGHTON", + "state": "MA", + "postalCode": "02135", + "country": "US" + }, + "position": { + "longitude": -71.020173, + "latitude": 42.33196 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a0b6ec0c-e587-3b2a-bf9f-248849f29ee5" + }, + "display": "ST ELIZABETH'S MEDICAL CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|0cc3d2b7-46d4-3c1a-91c7-db5dadb9f54e" + } + }, { + "fullUrl": "urn:uuid:4f3a530e-a2f7-3de0-9a09-c0a70a9ab894", + "resource": { + "resourceType": "Organization", + "id": "4f3a530e-a2f7-3de0-9a09-c0a70a9ab894", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 9 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "4f3a530e-a2f7-3de0-9a09-c0a70a9ab894" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "BERKSHIRE MEDICAL CENTER INC - 1", + "telecom": [ { + "system": "phone", + "value": "4134472000" + } ], + "address": [ { + "line": [ "725 NORTH STREET" ], + "city": "PITTSFIELD", + "state": "MA", + "postalCode": "01201", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|4f3a530e-a2f7-3de0-9a09-c0a70a9ab894" + } + }, { + "fullUrl": "urn:uuid:33bf17e3-fb50-342f-bf7a-d1d6be54c2bc", + "resource": { + "resourceType": "Location", + "id": "33bf17e3-fb50-342f-bf7a-d1d6be54c2bc", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "33bf17e3-fb50-342f-bf7a-d1d6be54c2bc" + } ], + "status": "active", + "name": "BERKSHIRE MEDICAL CENTER INC - 1", + "telecom": [ { + "system": "phone", + "value": "4134472000" + } ], + "address": { + "line": [ "725 NORTH STREET" ], + "city": "PITTSFIELD", + "state": "MA", + "postalCode": "01201", + "country": "US" + }, + "position": { + "longitude": -73.26054, + "latitude": 42.452045 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "4f3a530e-a2f7-3de0-9a09-c0a70a9ab894" + }, + "display": "BERKSHIRE MEDICAL CENTER INC - 1" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|33bf17e3-fb50-342f-bf7a-d1d6be54c2bc" + } + }, { + "fullUrl": "urn:uuid:f71ce1a9-cca7-3295-9a1e-c88ac3479b6f", + "resource": { + "resourceType": "Organization", + "id": "f71ce1a9-cca7-3295-9a1e-c88ac3479b6f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 65 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f71ce1a9-cca7-3295-9a1e-c88ac3479b6f" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "MARLBOROUGH HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5084815000" + } ], + "address": [ { + "line": [ "157 UNION STREET" ], + "city": "MARLBOROUGH", + "state": "MA", + "postalCode": "01752", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f71ce1a9-cca7-3295-9a1e-c88ac3479b6f" + } + }, { + "fullUrl": "urn:uuid:f9ead6b6-e084-32b8-bb09-4bb00b9b7e85", + "resource": { + "resourceType": "Location", + "id": "f9ead6b6-e084-32b8-bb09-4bb00b9b7e85", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f9ead6b6-e084-32b8-bb09-4bb00b9b7e85" + } ], + "status": "active", + "name": "MARLBOROUGH HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5084815000" + } ], + "address": { + "line": [ "157 UNION STREET" ], + "city": "MARLBOROUGH", + "state": "MA", + "postalCode": "01752", + "country": "US" + }, + "position": { + "longitude": -71.547214, + "latitude": 42.349617 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f71ce1a9-cca7-3295-9a1e-c88ac3479b6f" + }, + "display": "MARLBOROUGH HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f9ead6b6-e084-32b8-bb09-4bb00b9b7e85" + } + }, { + "fullUrl": "urn:uuid:c44f361c-2efb-3050-8f97-0354a12e2920", + "resource": { + "resourceType": "Organization", + "id": "c44f361c-2efb-3050-8f97-0354a12e2920", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 62 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "c44f361c-2efb-3050-8f97-0354a12e2920" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "SIGNATURE HEALTHCARE BROCKTON HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5089417000" + } ], + "address": [ { + "line": [ "680 CENTER STREET" ], + "city": "BROCKTON", + "state": "MA", + "postalCode": "02302", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|c44f361c-2efb-3050-8f97-0354a12e2920" + } + }, { + "fullUrl": "urn:uuid:97bc3a8d-35db-3628-88b5-e595c34fde0c", + "resource": { + "resourceType": "Location", + "id": "97bc3a8d-35db-3628-88b5-e595c34fde0c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "97bc3a8d-35db-3628-88b5-e595c34fde0c" + } ], + "status": "active", + "name": "SIGNATURE HEALTHCARE BROCKTON HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5089417000" + } ], + "address": { + "line": [ "680 CENTER STREET" ], + "city": "BROCKTON", + "state": "MA", + "postalCode": "02302", + "country": "US" + }, + "position": { + "longitude": -71.024638, + "latitude": 42.082543 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c44f361c-2efb-3050-8f97-0354a12e2920" + }, + "display": "SIGNATURE HEALTHCARE BROCKTON HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|97bc3a8d-35db-3628-88b5-e595c34fde0c" + } + }, { + "fullUrl": "urn:uuid:331f4c11-d298-308b-aaa1-d7825b29b57f", + "resource": { + "resourceType": "Organization", + "id": "331f4c11-d298-308b-aaa1-d7825b29b57f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 113 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 2 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 3 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "331f4c11-d298-308b-aaa1-d7825b29b57f" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "CLINTON HOSPITAL ASSOCIATION", + "telecom": [ { + "system": "phone", + "value": "9783683000" + } ], + "address": [ { + "line": [ "201 HIGHLAND STREET" ], + "city": "CLINTON", + "state": "MA", + "postalCode": "01510", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|331f4c11-d298-308b-aaa1-d7825b29b57f" + } + }, { + "fullUrl": "urn:uuid:5d154e4d-1d0d-300f-bc3f-0dee4905b600", + "resource": { + "resourceType": "Location", + "id": "5d154e4d-1d0d-300f-bc3f-0dee4905b600", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "5d154e4d-1d0d-300f-bc3f-0dee4905b600" + } ], + "status": "active", + "name": "CLINTON HOSPITAL ASSOCIATION", + "telecom": [ { + "system": "phone", + "value": "9783683000" + } ], + "address": { + "line": [ "201 HIGHLAND STREET" ], + "city": "CLINTON", + "state": "MA", + "postalCode": "01510", + "country": "US" + }, + "position": { + "longitude": -71.690005, + "latitude": 42.411887 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "331f4c11-d298-308b-aaa1-d7825b29b57f" + }, + "display": "CLINTON HOSPITAL ASSOCIATION" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|5d154e4d-1d0d-300f-bc3f-0dee4905b600" + } + }, { + "fullUrl": "urn:uuid:b1ddf812-1fdd-3adf-b1d5-32cc8bd07ebb", + "resource": { + "resourceType": "Organization", + "id": "b1ddf812-1fdd-3adf-b1d5-32cc8bd07ebb", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 41 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "b1ddf812-1fdd-3adf-b1d5-32cc8bd07ebb" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "BETH ISRAEL DEACONESS HOSPITAL - PLYMOUTH", + "telecom": [ { + "system": "phone", + "value": "5087462000" + } ], + "address": [ { + "line": [ "275 SANDWICH STREET" ], + "city": "PLYMOUTH", + "state": "MA", + "postalCode": "02360", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|b1ddf812-1fdd-3adf-b1d5-32cc8bd07ebb" + } + }, { + "fullUrl": "urn:uuid:8a883371-6aed-3948-b487-a874cfdb8cea", + "resource": { + "resourceType": "Location", + "id": "8a883371-6aed-3948-b487-a874cfdb8cea", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "8a883371-6aed-3948-b487-a874cfdb8cea" + } ], + "status": "active", + "name": "BETH ISRAEL DEACONESS HOSPITAL - PLYMOUTH", + "telecom": [ { + "system": "phone", + "value": "5087462000" + } ], + "address": { + "line": [ "275 SANDWICH STREET" ], + "city": "PLYMOUTH", + "state": "MA", + "postalCode": "02360", + "country": "US" + }, + "position": { + "longitude": -70.62403, + "latitude": 41.897892 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b1ddf812-1fdd-3adf-b1d5-32cc8bd07ebb" + }, + "display": "BETH ISRAEL DEACONESS HOSPITAL - PLYMOUTH" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|8a883371-6aed-3948-b487-a874cfdb8cea" + } + }, { + "fullUrl": "urn:uuid:6be05ccf-ef94-341f-a2a3-1cf9bfde1b18", + "resource": { + "resourceType": "Organization", + "id": "6be05ccf-ef94-341f-a2a3-1cf9bfde1b18", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "6be05ccf-ef94-341f-a2a3-1cf9bfde1b18" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "ADCARE HOSPITAL OF WORCESTER INC", + "telecom": [ { + "system": "phone", + "value": "5087999000" + } ], + "address": [ { + "line": [ "107 LINCOLN STREET" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01605", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|6be05ccf-ef94-341f-a2a3-1cf9bfde1b18" + } + }, { + "fullUrl": "urn:uuid:09b5c2f8-f4fe-3662-b18d-fc5eb3f5fc5e", + "resource": { + "resourceType": "Location", + "id": "09b5c2f8-f4fe-3662-b18d-fc5eb3f5fc5e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "09b5c2f8-f4fe-3662-b18d-fc5eb3f5fc5e" + } ], + "status": "active", + "name": "ADCARE HOSPITAL OF WORCESTER INC", + "telecom": [ { + "system": "phone", + "value": "5087999000" + } ], + "address": { + "line": [ "107 LINCOLN STREET" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01605", + "country": "US" + }, + "position": { + "longitude": -71.807783, + "latitude": 42.269478 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "6be05ccf-ef94-341f-a2a3-1cf9bfde1b18" + }, + "display": "ADCARE HOSPITAL OF WORCESTER INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|09b5c2f8-f4fe-3662-b18d-fc5eb3f5fc5e" + } + }, { + "fullUrl": "urn:uuid:b0e04623-b02c-3f8b-92ea-943fc4db60da", + "resource": { + "resourceType": "Organization", + "id": "b0e04623-b02c-3f8b-92ea-943fc4db60da", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 210 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 2 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "b0e04623-b02c-3f8b-92ea-943fc4db60da" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "LOWELL GENERAL HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "9789376000" + } ], + "address": [ { + "line": [ "295 VARNUM AVENUE" ], + "city": "LOWELL", + "state": "MA", + "postalCode": "01854", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|b0e04623-b02c-3f8b-92ea-943fc4db60da" + } + }, { + "fullUrl": "urn:uuid:3b06f875-7d94-3393-9cbb-c0d1d472a67d", + "resource": { + "resourceType": "Location", + "id": "3b06f875-7d94-3393-9cbb-c0d1d472a67d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "3b06f875-7d94-3393-9cbb-c0d1d472a67d" + } ], + "status": "active", + "name": "LOWELL GENERAL HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "9789376000" + } ], + "address": { + "line": [ "295 VARNUM AVENUE" ], + "city": "LOWELL", + "state": "MA", + "postalCode": "01854", + "country": "US" + }, + "position": { + "longitude": -71.32210699999997, + "latitude": 42.638893 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b0e04623-b02c-3f8b-92ea-943fc4db60da" + }, + "display": "LOWELL GENERAL HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|3b06f875-7d94-3393-9cbb-c0d1d472a67d" + } + }, { + "fullUrl": "urn:uuid:ebc3f5c4-6700-34af-8323-85621c313726", + "resource": { + "resourceType": "Organization", + "id": "ebc3f5c4-6700-34af-8323-85621c313726", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 118 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "ebc3f5c4-6700-34af-8323-85621c313726" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "NOBLE HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "4135682811" + } ], + "address": [ { + "line": [ "115 WEST SILVER STREET" ], + "city": "WESTFIELD", + "state": "MA", + "postalCode": "01085", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|ebc3f5c4-6700-34af-8323-85621c313726" + } + }, { + "fullUrl": "urn:uuid:52e5eff5-cdce-3686-91d1-61e05ac01078", + "resource": { + "resourceType": "Location", + "id": "52e5eff5-cdce-3686-91d1-61e05ac01078", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "52e5eff5-cdce-3686-91d1-61e05ac01078" + } ], + "status": "active", + "name": "NOBLE HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "4135682811" + } ], + "address": { + "line": [ "115 WEST SILVER STREET" ], + "city": "WESTFIELD", + "state": "MA", + "postalCode": "01085", + "country": "US" + }, + "position": { + "longitude": -72.755911, + "latitude": 42.138838 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ebc3f5c4-6700-34af-8323-85621c313726" + }, + "display": "NOBLE HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|52e5eff5-cdce-3686-91d1-61e05ac01078" + } + }, { + "fullUrl": "urn:uuid:fd328395-ab1d-35c6-a2d0-d05a9a79cf11", + "resource": { + "resourceType": "Organization", + "id": "fd328395-ab1d-35c6-a2d0-d05a9a79cf11", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 292 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 2 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "fd328395-ab1d-35c6-a2d0-d05a9a79cf11" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "MERCY MEDICAL CTR", + "telecom": [ { + "system": "phone", + "value": "4137489000" + } ], + "address": [ { + "line": [ "271 CAREW STREET" ], + "city": "SPRINGFIELD", + "state": "MA", + "postalCode": "01104", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|fd328395-ab1d-35c6-a2d0-d05a9a79cf11" + } + }, { + "fullUrl": "urn:uuid:8317ed63-5fe5-360c-bead-0e3f7eb95bbc", + "resource": { + "resourceType": "Location", + "id": "8317ed63-5fe5-360c-bead-0e3f7eb95bbc", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "8317ed63-5fe5-360c-bead-0e3f7eb95bbc" + } ], + "status": "active", + "name": "MERCY MEDICAL CTR", + "telecom": [ { + "system": "phone", + "value": "4137489000" + } ], + "address": { + "line": [ "271 CAREW STREET" ], + "city": "SPRINGFIELD", + "state": "MA", + "postalCode": "01104", + "country": "US" + }, + "position": { + "longitude": -72.539978, + "latitude": 42.115454 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "fd328395-ab1d-35c6-a2d0-d05a9a79cf11" + }, + "display": "MERCY MEDICAL CTR" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|8317ed63-5fe5-360c-bead-0e3f7eb95bbc" + } + }, { + "fullUrl": "urn:uuid:d692e283-0833-3201-8e55-4f868a9c0736", + "resource": { + "resourceType": "Organization", + "id": "d692e283-0833-3201-8e55-4f868a9c0736", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 667 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 2 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "d692e283-0833-3201-8e55-4f868a9c0736" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "HALLMARK HEALTH SYSTEM", + "telecom": [ { + "system": "phone", + "value": "7819793000" + } ], + "address": [ { + "line": [ "585 LEBANON STREET" ], + "city": "MELROSE", + "state": "MA", + "postalCode": "02176", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|d692e283-0833-3201-8e55-4f868a9c0736" + } + }, { + "fullUrl": "urn:uuid:d02aaed4-c05c-36e3-9776-6b3b96c35753", + "resource": { + "resourceType": "Location", + "id": "d02aaed4-c05c-36e3-9776-6b3b96c35753", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "d02aaed4-c05c-36e3-9776-6b3b96c35753" + } ], + "status": "active", + "name": "HALLMARK HEALTH SYSTEM", + "telecom": [ { + "system": "phone", + "value": "7819793000" + } ], + "address": { + "line": [ "585 LEBANON STREET" ], + "city": "MELROSE", + "state": "MA", + "postalCode": "02176", + "country": "US" + }, + "position": { + "longitude": -71.05901899999998, + "latitude": 42.455723 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d692e283-0833-3201-8e55-4f868a9c0736" + }, + "display": "HALLMARK HEALTH SYSTEM" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|d02aaed4-c05c-36e3-9776-6b3b96c35753" + } + }, { + "fullUrl": "urn:uuid:d78e84ec-30aa-3bba-a33a-f29a3a454662", + "resource": { + "resourceType": "Organization", + "id": "d78e84ec-30aa-3bba-a33a-f29a3a454662", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 12 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 2 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 3 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "d78e84ec-30aa-3bba-a33a-f29a3a454662" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "MASSACHUSETTS GENERAL HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "6177262000" + } ], + "address": [ { + "line": [ "55 FRUIT STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02114", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|d78e84ec-30aa-3bba-a33a-f29a3a454662" + } + }, { + "fullUrl": "urn:uuid:a3c831f7-cf73-39d1-9e4f-61a7f3488d99", + "resource": { + "resourceType": "Location", + "id": "a3c831f7-cf73-39d1-9e4f-61a7f3488d99", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "a3c831f7-cf73-39d1-9e4f-61a7f3488d99" + } ], + "status": "active", + "name": "MASSACHUSETTS GENERAL HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "6177262000" + } ], + "address": { + "line": [ "55 FRUIT STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02114", + "country": "US" + }, + "position": { + "longitude": -71.020173, + "latitude": 42.33196 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d78e84ec-30aa-3bba-a33a-f29a3a454662" + }, + "display": "MASSACHUSETTS GENERAL HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|a3c831f7-cf73-39d1-9e4f-61a7f3488d99" + } + }, { + "fullUrl": "urn:uuid:8ad64ecf-c817-3753-bee7-006a8e662e06", + "resource": { + "resourceType": "Organization", + "id": "8ad64ecf-c817-3753-bee7-006a8e662e06", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 128 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "8ad64ecf-c817-3753-bee7-006a8e662e06" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "MORTON HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5088287000" + } ], + "address": [ { + "line": [ "88 WASHINGTON STREET" ], + "city": "TAUNTON", + "state": "MA", + "postalCode": "02780", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|8ad64ecf-c817-3753-bee7-006a8e662e06" + } + }, { + "fullUrl": "urn:uuid:98fbb854-6baf-3935-a39c-b5b68b6c0e0a", + "resource": { + "resourceType": "Location", + "id": "98fbb854-6baf-3935-a39c-b5b68b6c0e0a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "98fbb854-6baf-3935-a39c-b5b68b6c0e0a" + } ], + "status": "active", + "name": "MORTON HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5088287000" + } ], + "address": { + "line": [ "88 WASHINGTON STREET" ], + "city": "TAUNTON", + "state": "MA", + "postalCode": "02780", + "country": "US" + }, + "position": { + "longitude": -71.094984, + "latitude": 41.903323 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8ad64ecf-c817-3753-bee7-006a8e662e06" + }, + "display": "MORTON HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|98fbb854-6baf-3935-a39c-b5b68b6c0e0a" + } + }, { + "fullUrl": "urn:uuid:23834663-ed53-3da9-b330-d6e1ecb8428e", + "resource": { + "resourceType": "Organization", + "id": "23834663-ed53-3da9-b330-d6e1ecb8428e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 262 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 3 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 9 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "23834663-ed53-3da9-b330-d6e1ecb8428e" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "SOUTHCOAST HOSPITAL GROUP, INC", + "telecom": [ { + "system": "phone", + "value": "5086793131" + } ], + "address": [ { + "line": [ "363 HIGHLAND AVENUE" ], + "city": "FALL RIVER", + "state": "MA", + "postalCode": "02720", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|23834663-ed53-3da9-b330-d6e1ecb8428e" + } + }, { + "fullUrl": "urn:uuid:9f09451e-2da9-3119-aacf-866115e0cc04", + "resource": { + "resourceType": "Location", + "id": "9f09451e-2da9-3119-aacf-866115e0cc04", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9f09451e-2da9-3119-aacf-866115e0cc04" + } ], + "status": "active", + "name": "SOUTHCOAST HOSPITAL GROUP, INC", + "telecom": [ { + "system": "phone", + "value": "5086793131" + } ], + "address": { + "line": [ "363 HIGHLAND AVENUE" ], + "city": "FALL RIVER", + "state": "MA", + "postalCode": "02720", + "country": "US" + }, + "position": { + "longitude": -71.094162, + "latitude": 41.725351 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "23834663-ed53-3da9-b330-d6e1ecb8428e" + }, + "display": "SOUTHCOAST HOSPITAL GROUP, INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9f09451e-2da9-3119-aacf-866115e0cc04" + } + }, { + "fullUrl": "urn:uuid:44bef9d3-91c2-3005-93e0-ccf436348ff0", + "resource": { + "resourceType": "Organization", + "id": "44bef9d3-91c2-3005-93e0-ccf436348ff0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 54 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "44bef9d3-91c2-3005-93e0-ccf436348ff0" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "MASSACHUSETTS EYE AND EAR INFIRMARY -", + "telecom": [ { + "system": "phone", + "value": "6175237900" + } ], + "address": [ { + "line": [ "243 CHARLES STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02114", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|44bef9d3-91c2-3005-93e0-ccf436348ff0" + } + }, { + "fullUrl": "urn:uuid:348c93c5-0196-32a5-a385-9364455c40e6", + "resource": { + "resourceType": "Location", + "id": "348c93c5-0196-32a5-a385-9364455c40e6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "348c93c5-0196-32a5-a385-9364455c40e6" + } ], + "status": "active", + "name": "MASSACHUSETTS EYE AND EAR INFIRMARY -", + "telecom": [ { + "system": "phone", + "value": "6175237900" + } ], + "address": { + "line": [ "243 CHARLES STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02114", + "country": "US" + }, + "position": { + "longitude": -71.020173, + "latitude": 42.33196 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "44bef9d3-91c2-3005-93e0-ccf436348ff0" + }, + "display": "MASSACHUSETTS EYE AND EAR INFIRMARY -" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|348c93c5-0196-32a5-a385-9364455c40e6" + } + }, { + "fullUrl": "urn:uuid:60457c13-adb2-3415-82c5-86ab5dab5f93", + "resource": { + "resourceType": "Organization", + "id": "60457c13-adb2-3415-82c5-86ab5dab5f93", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 177 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 4 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 12 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "60457c13-adb2-3415-82c5-86ab5dab5f93" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "BAYSTATE MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "4137940000" + } ], + "address": [ { + "line": [ "759 CHESTNUT STREET" ], + "city": "SPRINGFIELD", + "state": "MA", + "postalCode": "01199", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|60457c13-adb2-3415-82c5-86ab5dab5f93" + } + }, { + "fullUrl": "urn:uuid:8a4463e4-5cbd-3783-bd3f-9469d5b94fef", + "resource": { + "resourceType": "Location", + "id": "8a4463e4-5cbd-3783-bd3f-9469d5b94fef", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "8a4463e4-5cbd-3783-bd3f-9469d5b94fef" + } ], + "status": "active", + "name": "BAYSTATE MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "4137940000" + } ], + "address": { + "line": [ "759 CHESTNUT STREET" ], + "city": "SPRINGFIELD", + "state": "MA", + "postalCode": "01199", + "country": "US" + }, + "position": { + "longitude": -72.539978, + "latitude": 42.115454 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "60457c13-adb2-3415-82c5-86ab5dab5f93" + }, + "display": "BAYSTATE MEDICAL CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|8a4463e4-5cbd-3783-bd3f-9469d5b94fef" + } + }, { + "fullUrl": "urn:uuid:a9f20dc1-5147-3789-bcef-bbecb41c5983", + "resource": { + "resourceType": "Organization", + "id": "a9f20dc1-5147-3789-bcef-bbecb41c5983", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 320 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "a9f20dc1-5147-3789-bcef-bbecb41c5983" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "HOLY FAMILY HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "9786870156" + } ], + "address": [ { + "line": [ "70 EAST STREET" ], + "city": "METHUEN", + "state": "MA", + "postalCode": "01844", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|a9f20dc1-5147-3789-bcef-bbecb41c5983" + } + }, { + "fullUrl": "urn:uuid:bf29110f-fba1-3e0d-920b-b2d4d05d52f1", + "resource": { + "resourceType": "Location", + "id": "bf29110f-fba1-3e0d-920b-b2d4d05d52f1", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "bf29110f-fba1-3e0d-920b-b2d4d05d52f1" + } ], + "status": "active", + "name": "HOLY FAMILY HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "9786870156" + } ], + "address": { + "line": [ "70 EAST STREET" ], + "city": "METHUEN", + "state": "MA", + "postalCode": "01844", + "country": "US" + }, + "position": { + "longitude": -71.178588, + "latitude": 42.742751 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a9f20dc1-5147-3789-bcef-bbecb41c5983" + }, + "display": "HOLY FAMILY HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|bf29110f-fba1-3e0d-920b-b2d4d05d52f1" + } + }, { + "fullUrl": "urn:uuid:7fb56531-86bd-3e4a-8619-4df9942da309", + "resource": { + "resourceType": "Organization", + "id": "7fb56531-86bd-3e4a-8619-4df9942da309", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 530 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 3 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 120 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "7fb56531-86bd-3e4a-8619-4df9942da309" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "BETH ISRAEL DEACONESS HOSPITAL - NEEDHAM", + "telecom": [ { + "system": "phone", + "value": "7814533002" + } ], + "address": [ { + "line": [ "148 CHESTNUT STREET" ], + "city": "NEEDHAM", + "state": "MA", + "postalCode": "02494", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|7fb56531-86bd-3e4a-8619-4df9942da309" + } + }, { + "fullUrl": "urn:uuid:5621931f-9ebf-320b-a2cd-648d8e65fb6b", + "resource": { + "resourceType": "Location", + "id": "5621931f-9ebf-320b-a2cd-648d8e65fb6b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "5621931f-9ebf-320b-a2cd-648d8e65fb6b" + } ], + "status": "active", + "name": "BETH ISRAEL DEACONESS HOSPITAL - NEEDHAM", + "telecom": [ { + "system": "phone", + "value": "7814533002" + } ], + "address": { + "line": [ "148 CHESTNUT STREET" ], + "city": "NEEDHAM", + "state": "MA", + "postalCode": "02494", + "country": "US" + }, + "position": { + "longitude": -71.242414, + "latitude": 42.281593 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7fb56531-86bd-3e4a-8619-4df9942da309" + }, + "display": "BETH ISRAEL DEACONESS HOSPITAL - NEEDHAM" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|5621931f-9ebf-320b-a2cd-648d8e65fb6b" + } + }, { + "fullUrl": "urn:uuid:03347b4d-994e-302b-848b-58019a4e274d", + "resource": { + "resourceType": "Organization", + "id": "03347b4d-994e-302b-848b-58019a4e274d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 78 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 2 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "03347b4d-994e-302b-848b-58019a4e274d" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "EMERSON HOSPITAL -", + "telecom": [ { + "system": "phone", + "value": "9783691400" + } ], + "address": [ { + "line": [ "133 OLD ROAD TO 9 ACRE CORNER" ], + "city": "W CONCORD", + "state": "MA", + "postalCode": "01742", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|03347b4d-994e-302b-848b-58019a4e274d" + } + }, { + "fullUrl": "urn:uuid:9923479a-3707-3e67-8711-c025a0e8d77b", + "resource": { + "resourceType": "Location", + "id": "9923479a-3707-3e67-8711-c025a0e8d77b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9923479a-3707-3e67-8711-c025a0e8d77b" + } ], + "status": "active", + "name": "EMERSON HOSPITAL -", + "telecom": [ { + "system": "phone", + "value": "9783691400" + } ], + "address": { + "line": [ "133 OLD ROAD TO 9 ACRE CORNER" ], + "city": "W CONCORD", + "state": "MA", + "postalCode": "01742", + "country": "US" + }, + "position": { + "longitude": -71.807783, + "latitude": 42.269478 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "03347b4d-994e-302b-848b-58019a4e274d" + }, + "display": "EMERSON HOSPITAL -" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9923479a-3707-3e67-8711-c025a0e8d77b" + } + }, { + "fullUrl": "urn:uuid:cb6a50e0-af76-3758-99ad-3200ede03fff", + "resource": { + "resourceType": "Organization", + "id": "cb6a50e0-af76-3758-99ad-3200ede03fff", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 25 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "cb6a50e0-af76-3758-99ad-3200ede03fff" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "BETH ISRAEL DEACONESS MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "6176677000" + } ], + "address": [ { + "line": [ "330 BROOKLINE AVENUE" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02215", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|cb6a50e0-af76-3758-99ad-3200ede03fff" + } + }, { + "fullUrl": "urn:uuid:72938669-0ff4-3ead-97c4-9439f3926900", + "resource": { + "resourceType": "Location", + "id": "72938669-0ff4-3ead-97c4-9439f3926900", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "72938669-0ff4-3ead-97c4-9439f3926900" + } ], + "status": "active", + "name": "BETH ISRAEL DEACONESS MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "6176677000" + } ], + "address": { + "line": [ "330 BROOKLINE AVENUE" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02215", + "country": "US" + }, + "position": { + "longitude": -71.020173, + "latitude": 42.33196 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "cb6a50e0-af76-3758-99ad-3200ede03fff" + }, + "display": "BETH ISRAEL DEACONESS MEDICAL CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|72938669-0ff4-3ead-97c4-9439f3926900" + } + }, { + "fullUrl": "urn:uuid:9a7149fa-49fc-3c87-b935-d29c55808717", + "resource": { + "resourceType": "Organization", + "id": "9a7149fa-49fc-3c87-b935-d29c55808717", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 30 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 3 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9a7149fa-49fc-3c87-b935-d29c55808717" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "NEW ENGLAND BAPTIST HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "6177545800" + } ], + "address": [ { + "line": [ "125 PARKER HILL AVENUE" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02120", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9a7149fa-49fc-3c87-b935-d29c55808717" + } + }, { + "fullUrl": "urn:uuid:8164d1f4-c11a-31f3-8af3-dbbf69028e81", + "resource": { + "resourceType": "Location", + "id": "8164d1f4-c11a-31f3-8af3-dbbf69028e81", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "8164d1f4-c11a-31f3-8af3-dbbf69028e81" + } ], + "status": "active", + "name": "NEW ENGLAND BAPTIST HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "6177545800" + } ], + "address": { + "line": [ "125 PARKER HILL AVENUE" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02120", + "country": "US" + }, + "position": { + "longitude": -71.020173, + "latitude": 42.33196 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9a7149fa-49fc-3c87-b935-d29c55808717" + }, + "display": "NEW ENGLAND BAPTIST HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|8164d1f4-c11a-31f3-8af3-dbbf69028e81" + } + }, { + "fullUrl": "urn:uuid:24cb4eab-6166-3530-bddc-a5a8a14a4fc1", + "resource": { + "resourceType": "Organization", + "id": "24cb4eab-6166-3530-bddc-a5a8a14a4fc1", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 645 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 2 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 3 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "24cb4eab-6166-3530-bddc-a5a8a14a4fc1" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "MILFORD REGIONAL MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "5084731190" + } ], + "address": [ { + "line": [ "14 PROSPECT STREET" ], + "city": "MILFORD", + "state": "MA", + "postalCode": "01757", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|24cb4eab-6166-3530-bddc-a5a8a14a4fc1" + } + }, { + "fullUrl": "urn:uuid:e7defd99-1c69-307b-9e99-5bb405c3bd7d", + "resource": { + "resourceType": "Location", + "id": "e7defd99-1c69-307b-9e99-5bb405c3bd7d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "e7defd99-1c69-307b-9e99-5bb405c3bd7d" + } ], + "status": "active", + "name": "MILFORD REGIONAL MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "5084731190" + } ], + "address": { + "line": [ "14 PROSPECT STREET" ], + "city": "MILFORD", + "state": "MA", + "postalCode": "01757", + "country": "US" + }, + "position": { + "longitude": -71.521419, + "latitude": 42.158692 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "24cb4eab-6166-3530-bddc-a5a8a14a4fc1" + }, + "display": "MILFORD REGIONAL MEDICAL CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d" + } + }, { + "fullUrl": "urn:uuid:e44f438a-601b-30fb-85eb-bfaf8ddcb5ad", + "resource": { + "resourceType": "Organization", + "id": "e44f438a-601b-30fb-85eb-bfaf8ddcb5ad", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 68 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "e44f438a-601b-30fb-85eb-bfaf8ddcb5ad" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "HEYWOOD HOSPITAL -", + "telecom": [ { + "system": "phone", + "value": "9786323420" + } ], + "address": [ { + "line": [ "242 GREEN STREET" ], + "city": "GARDNER", + "state": "MA", + "postalCode": "01440", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|e44f438a-601b-30fb-85eb-bfaf8ddcb5ad" + } + }, { + "fullUrl": "urn:uuid:d9a13930-ab2f-377e-a0fa-c6cffcea811f", + "resource": { + "resourceType": "Location", + "id": "d9a13930-ab2f-377e-a0fa-c6cffcea811f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "d9a13930-ab2f-377e-a0fa-c6cffcea811f" + } ], + "status": "active", + "name": "HEYWOOD HOSPITAL -", + "telecom": [ { + "system": "phone", + "value": "9786323420" + } ], + "address": { + "line": [ "242 GREEN STREET" ], + "city": "GARDNER", + "state": "MA", + "postalCode": "01440", + "country": "US" + }, + "position": { + "longitude": -71.988062, + "latitude": 42.586516 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e44f438a-601b-30fb-85eb-bfaf8ddcb5ad" + }, + "display": "HEYWOOD HOSPITAL -" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|d9a13930-ab2f-377e-a0fa-c6cffcea811f" + } + }, { + "fullUrl": "urn:uuid:ac8356a5-78f8-3a63-8a1e-59e832fd54e7", + "resource": { + "resourceType": "Organization", + "id": "ac8356a5-78f8-3a63-8a1e-59e832fd54e7", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 184 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "ac8356a5-78f8-3a63-8a1e-59e832fd54e7" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "NASHOBA VALLEY MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "9787849000" + } ], + "address": [ { + "line": [ "200 GROTON ROAD" ], + "city": "AYER", + "state": "MA", + "postalCode": "01432", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|ac8356a5-78f8-3a63-8a1e-59e832fd54e7" + } + }, { + "fullUrl": "urn:uuid:4284938a-e33b-353b-b785-12d6cdb6f357", + "resource": { + "resourceType": "Location", + "id": "4284938a-e33b-353b-b785-12d6cdb6f357", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "4284938a-e33b-353b-b785-12d6cdb6f357" + } ], + "status": "active", + "name": "NASHOBA VALLEY MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "9787849000" + } ], + "address": { + "line": [ "200 GROTON ROAD" ], + "city": "AYER", + "state": "MA", + "postalCode": "01432", + "country": "US" + }, + "position": { + "longitude": -71.58484399999998, + "latitude": 42.562221 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ac8356a5-78f8-3a63-8a1e-59e832fd54e7" + }, + "display": "NASHOBA VALLEY MEDICAL CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|4284938a-e33b-353b-b785-12d6cdb6f357" + } + }, { + "fullUrl": "urn:uuid:db0acede-4abe-3c01-8d03-5c68a190d8c7", + "resource": { + "resourceType": "Organization", + "id": "db0acede-4abe-3c01-8d03-5c68a190d8c7", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 266 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 1 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "db0acede-4abe-3c01-8d03-5c68a190d8c7" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "SOUTH SHORE HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "7813408000" + } ], + "address": [ { + "line": [ "55 FOGG ROAD" ], + "city": "SOUTH WEYMOUTH", + "state": "MA", + "postalCode": "02190", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|db0acede-4abe-3c01-8d03-5c68a190d8c7" + } + }, { + "fullUrl": "urn:uuid:9fad6955-7f91-34dd-80c4-997e5e173651", + "resource": { + "resourceType": "Location", + "id": "9fad6955-7f91-34dd-80c4-997e5e173651", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9fad6955-7f91-34dd-80c4-997e5e173651" + } ], + "status": "active", + "name": "SOUTH SHORE HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "7813408000" + } ], + "address": { + "line": [ "55 FOGG ROAD" ], + "city": "SOUTH WEYMOUTH", + "state": "MA", + "postalCode": "02190", + "country": "US" + }, + "position": { + "longitude": -71.082651, + "latitude": 42.24158900000001 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "db0acede-4abe-3c01-8d03-5c68a190d8c7" + }, + "display": "SOUTH SHORE HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9fad6955-7f91-34dd-80c4-997e5e173651" + } + }, { + "fullUrl": "urn:uuid:3d10019f-c88e-3de5-9916-6107b9c0263d", + "resource": { + "resourceType": "Organization", + "id": "3d10019f-c88e-3de5-9916-6107b9c0263d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 165 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "3d10019f-c88e-3de5-9916-6107b9c0263d" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "NEWTON-WELLESLEY HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "6172436000" + } ], + "address": [ { + "line": [ "2014 WASHINGTON STREET" ], + "city": "NEWTON", + "state": "MA", + "postalCode": "02462", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|3d10019f-c88e-3de5-9916-6107b9c0263d" + } + }, { + "fullUrl": "urn:uuid:e111a884-fc5e-3766-9077-c44100ba56e2", + "resource": { + "resourceType": "Location", + "id": "e111a884-fc5e-3766-9077-c44100ba56e2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "e111a884-fc5e-3766-9077-c44100ba56e2" + } ], + "status": "active", + "name": "NEWTON-WELLESLEY HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "6172436000" + } ], + "address": { + "line": [ "2014 WASHINGTON STREET" ], + "city": "NEWTON", + "state": "MA", + "postalCode": "02462", + "country": "US" + }, + "position": { + "longitude": -71.208402, + "latitude": 42.331876 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3d10019f-c88e-3de5-9916-6107b9c0263d" + }, + "display": "NEWTON-WELLESLEY HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|e111a884-fc5e-3766-9077-c44100ba56e2" + } + }, { + "fullUrl": "urn:uuid:12c9daf5-a29c-36c9-ac55-28972463e566", + "resource": { + "resourceType": "Organization", + "id": "12c9daf5-a29c-36c9-ac55-28972463e566", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 650 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "12c9daf5-a29c-36c9-ac55-28972463e566" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "BETH ISRAEL DEACONESS HOSPITAL-MILTON INC", + "telecom": [ { + "system": "phone", + "value": "6176964600" + } ], + "address": [ { + "line": [ "199 REEDSDALE ROAD" ], + "city": "MILTON", + "state": "MA", + "postalCode": "02186", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|12c9daf5-a29c-36c9-ac55-28972463e566" + } + }, { + "fullUrl": "urn:uuid:5ad4118a-3589-3537-9c3a-3e70ad4306d8", + "resource": { + "resourceType": "Location", + "id": "5ad4118a-3589-3537-9c3a-3e70ad4306d8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "5ad4118a-3589-3537-9c3a-3e70ad4306d8" + } ], + "status": "active", + "name": "BETH ISRAEL DEACONESS HOSPITAL-MILTON INC", + "telecom": [ { + "system": "phone", + "value": "6176964600" + } ], + "address": { + "line": [ "199 REEDSDALE ROAD" ], + "city": "MILTON", + "state": "MA", + "postalCode": "02186", + "country": "US" + }, + "position": { + "longitude": -71.082651, + "latitude": 42.24158900000001 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "12c9daf5-a29c-36c9-ac55-28972463e566" + }, + "display": "BETH ISRAEL DEACONESS HOSPITAL-MILTON INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8" + } + }, { + "fullUrl": "urn:uuid:27379046-608b-32f0-9df7-8c833cf5d11d", + "resource": { + "resourceType": "Organization", + "id": "27379046-608b-32f0-9df7-8c833cf5d11d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 14 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "27379046-608b-32f0-9df7-8c833cf5d11d" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "BRIGHAM AND WOMEN'S HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "6177325500" + } ], + "address": [ { + "line": [ "75 FRANCIS STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02115", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|27379046-608b-32f0-9df7-8c833cf5d11d" + } + }, { + "fullUrl": "urn:uuid:76d287bf-3778-3be3-a5ac-c857a11c3408", + "resource": { + "resourceType": "Location", + "id": "76d287bf-3778-3be3-a5ac-c857a11c3408", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "76d287bf-3778-3be3-a5ac-c857a11c3408" + } ], + "status": "active", + "name": "BRIGHAM AND WOMEN'S HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "6177325500" + } ], + "address": { + "line": [ "75 FRANCIS STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02115", + "country": "US" + }, + "position": { + "longitude": -71.020173, + "latitude": 42.33196 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "27379046-608b-32f0-9df7-8c833cf5d11d" + }, + "display": "BRIGHAM AND WOMEN'S HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|76d287bf-3778-3be3-a5ac-c857a11c3408" + } + }, { + "fullUrl": "urn:uuid:226098a2-6a40-3588-b5bb-db56c3a30a04", + "resource": { + "resourceType": "Organization", + "id": "226098a2-6a40-3588-b5bb-db56c3a30a04", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 63 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "226098a2-6a40-3588-b5bb-db56c3a30a04" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "GOOD SAMARITAN MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "5084273000" + } ], + "address": [ { + "line": [ "235 NORTH PEARL STREET" ], + "city": "BROCKTON", + "state": "MA", + "postalCode": "02301", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|226098a2-6a40-3588-b5bb-db56c3a30a04" + } + }, { + "fullUrl": "urn:uuid:f6d3670d-1bb9-313b-87b9-c7b37feb154a", + "resource": { + "resourceType": "Location", + "id": "f6d3670d-1bb9-313b-87b9-c7b37feb154a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f6d3670d-1bb9-313b-87b9-c7b37feb154a" + } ], + "status": "active", + "name": "GOOD SAMARITAN MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "5084273000" + } ], + "address": { + "line": [ "235 NORTH PEARL STREET" ], + "city": "BROCKTON", + "state": "MA", + "postalCode": "02301", + "country": "US" + }, + "position": { + "longitude": -71.024638, + "latitude": 42.082543 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "226098a2-6a40-3588-b5bb-db56c3a30a04" + }, + "display": "GOOD SAMARITAN MEDICAL CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f6d3670d-1bb9-313b-87b9-c7b37feb154a" + } + }, { + "fullUrl": "urn:uuid:d733d4a9-080d-3593-b910-2366e652b7ea", + "resource": { + "resourceType": "Organization", + "id": "d733d4a9-080d-3593-b910-2366e652b7ea", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 125 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "d733d4a9-080d-3593-b910-2366e652b7ea" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "BRIGHAM AND WOMEN'S FAULKNER HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "6179837000" + } ], + "address": [ { + "line": [ "1153 CENTRE STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02130", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|d733d4a9-080d-3593-b910-2366e652b7ea" + } + }, { + "fullUrl": "urn:uuid:9aac3433-95a1-3e3c-b314-97b5039f3e70", + "resource": { + "resourceType": "Location", + "id": "9aac3433-95a1-3e3c-b314-97b5039f3e70", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9aac3433-95a1-3e3c-b314-97b5039f3e70" + } ], + "status": "active", + "name": "BRIGHAM AND WOMEN'S FAULKNER HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "6179837000" + } ], + "address": { + "line": [ "1153 CENTRE STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02130", + "country": "US" + }, + "position": { + "longitude": -71.020173, + "latitude": 42.33196 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d733d4a9-080d-3593-b910-2366e652b7ea" + }, + "display": "BRIGHAM AND WOMEN'S FAULKNER HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9aac3433-95a1-3e3c-b314-97b5039f3e70" + } + }, { + "fullUrl": "urn:uuid:3bd5eda0-16da-3ba5-8500-4dfd6ae118b8", + "resource": { + "resourceType": "Organization", + "id": "3bd5eda0-16da-3ba5-8500-4dfd6ae118b8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 316 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "3bd5eda0-16da-3ba5-8500-4dfd6ae118b8" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "NORWOOD HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5087721000" + } ], + "address": [ { + "line": [ "800 WASHINGTON STREET" ], + "city": "NORWOOD", + "state": "MA", + "postalCode": "02062", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|3bd5eda0-16da-3ba5-8500-4dfd6ae118b8" + } + }, { + "fullUrl": "urn:uuid:4d5b056f-6158-37e9-b5e5-1ff899ea825d", + "resource": { + "resourceType": "Location", + "id": "4d5b056f-6158-37e9-b5e5-1ff899ea825d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "4d5b056f-6158-37e9-b5e5-1ff899ea825d" + } ], + "status": "active", + "name": "NORWOOD HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5087721000" + } ], + "address": { + "line": [ "800 WASHINGTON STREET" ], + "city": "NORWOOD", + "state": "MA", + "postalCode": "02062", + "country": "US" + }, + "position": { + "longitude": -71.195955, + "latitude": 42.18736 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3bd5eda0-16da-3ba5-8500-4dfd6ae118b8" + }, + "display": "NORWOOD HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|4d5b056f-6158-37e9-b5e5-1ff899ea825d" + } + }, { + "fullUrl": "urn:uuid:d5117822-5756-389d-9547-891a372d580f", + "resource": { + "resourceType": "Organization", + "id": "d5117822-5756-389d-9547-891a372d580f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 232 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "d5117822-5756-389d-9547-891a372d580f" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "FALMOUTH HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5085485300" + } ], + "address": [ { + "line": [ "67 & 100 TER HEUN DRIVE" ], + "city": "FALMOUTH", + "state": "MA", + "postalCode": "02540", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|d5117822-5756-389d-9547-891a372d580f" + } + }, { + "fullUrl": "urn:uuid:9cf3cd22-2eec-34ec-89a4-9e74303330b0", + "resource": { + "resourceType": "Location", + "id": "9cf3cd22-2eec-34ec-89a4-9e74303330b0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9cf3cd22-2eec-34ec-89a4-9e74303330b0" + } ], + "status": "active", + "name": "FALMOUTH HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5085485300" + } ], + "address": { + "line": [ "67 & 100 TER HEUN DRIVE" ], + "city": "FALMOUTH", + "state": "MA", + "postalCode": "02540", + "country": "US" + }, + "position": { + "longitude": -70.556682, + "latitude": 41.57072 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d5117822-5756-389d-9547-891a372d580f" + }, + "display": "FALMOUTH HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0" + } + }, { + "fullUrl": "urn:uuid:f99c74cc-7d1a-3f95-9a33-4a9357bf2f2a", + "resource": { + "resourceType": "Organization", + "id": "f99c74cc-7d1a-3f95-9a33-4a9357bf2f2a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 12 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f99c74cc-7d1a-3f95-9a33-4a9357bf2f2a" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "UMASS MEMORIAL MEDICAL CENTER INC", + "telecom": [ { + "system": "phone", + "value": "5083341000" + } ], + "address": [ { + "line": [ "55 LAKE AVENUE NORTH" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01655", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f99c74cc-7d1a-3f95-9a33-4a9357bf2f2a" + } + }, { + "fullUrl": "urn:uuid:29ed0376-5f9c-34fd-b5e5-cebdac0063cf", + "resource": { + "resourceType": "Location", + "id": "29ed0376-5f9c-34fd-b5e5-cebdac0063cf", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "29ed0376-5f9c-34fd-b5e5-cebdac0063cf" + } ], + "status": "active", + "name": "UMASS MEMORIAL MEDICAL CENTER INC", + "telecom": [ { + "system": "phone", + "value": "5083341000" + } ], + "address": { + "line": [ "55 LAKE AVENUE NORTH" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01655", + "country": "US" + }, + "position": { + "longitude": -71.807783, + "latitude": 42.269478 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f99c74cc-7d1a-3f95-9a33-4a9357bf2f2a" + }, + "display": "UMASS MEMORIAL MEDICAL CENTER INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|29ed0376-5f9c-34fd-b5e5-cebdac0063cf" + } + }, { + "fullUrl": "urn:uuid:6f122869-a856-3d65-8db9-099bf4f5bbb8", + "resource": { + "resourceType": "Organization", + "id": "6f122869-a856-3d65-8db9-099bf4f5bbb8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 47 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "6f122869-a856-3d65-8db9-099bf4f5bbb8" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON", + "telecom": [ { + "system": "phone", + "value": "7817445100" + } ], + "address": [ { + "line": [ "41 & 45 MALL ROAD" ], + "city": "BURLINGTON", + "state": "MA", + "postalCode": "01803", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|6f122869-a856-3d65-8db9-099bf4f5bbb8" + } + }, { + "fullUrl": "urn:uuid:054c31ff-9847-3a84-8840-71df928ad708", + "resource": { + "resourceType": "Location", + "id": "054c31ff-9847-3a84-8840-71df928ad708", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "054c31ff-9847-3a84-8840-71df928ad708" + } ], + "status": "active", + "name": "LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON", + "telecom": [ { + "system": "phone", + "value": "7817445100" + } ], + "address": { + "line": [ "41 & 45 MALL ROAD" ], + "city": "BURLINGTON", + "state": "MA", + "postalCode": "01803", + "country": "US" + }, + "position": { + "longitude": -71.201713, + "latitude": 42.503227 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "6f122869-a856-3d65-8db9-099bf4f5bbb8" + }, + "display": "LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708" + } + }, { + "fullUrl": "urn:uuid:465de31f-3098-365c-af70-48a071e1f5aa", + "resource": { + "resourceType": "Organization", + "id": "465de31f-3098-365c-af70-48a071e1f5aa", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 42 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "465de31f-3098-365c-af70-48a071e1f5aa" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "METROWEST MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "5083831000" + } ], + "address": [ { + "line": [ "115 LINCOLN STREET" ], + "city": "FRAMINGHAM", + "state": "MA", + "postalCode": "01701", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|465de31f-3098-365c-af70-48a071e1f5aa" + } + }, { + "fullUrl": "urn:uuid:5b120b38-7650-35fa-b6fe-bab1f5b5a957", + "resource": { + "resourceType": "Location", + "id": "5b120b38-7650-35fa-b6fe-bab1f5b5a957", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "5b120b38-7650-35fa-b6fe-bab1f5b5a957" + } ], + "status": "active", + "name": "METROWEST MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "5083831000" + } ], + "address": { + "line": [ "115 LINCOLN STREET" ], + "city": "FRAMINGHAM", + "state": "MA", + "postalCode": "01701", + "country": "US" + }, + "position": { + "longitude": -71.436196, + "latitude": 42.307905 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "465de31f-3098-365c-af70-48a071e1f5aa" + }, + "display": "METROWEST MEDICAL CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|5b120b38-7650-35fa-b6fe-bab1f5b5a957" + } + }, { + "fullUrl": "urn:uuid:1eaf97fa-9de6-38de-a9c4-6efe5dc574be", + "resource": { + "resourceType": "Organization", + "id": "1eaf97fa-9de6-38de-a9c4-6efe5dc574be", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 104 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 4 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "1eaf97fa-9de6-38de-a9c4-6efe5dc574be" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "ST VINCENT HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5083635000" + } ], + "address": [ { + "line": [ "123 SUMMER STREET" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01608", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|1eaf97fa-9de6-38de-a9c4-6efe5dc574be" + } + }, { + "fullUrl": "urn:uuid:f680473b-46ea-3c14-8fcf-21e2638c63fa", + "resource": { + "resourceType": "Location", + "id": "f680473b-46ea-3c14-8fcf-21e2638c63fa", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f680473b-46ea-3c14-8fcf-21e2638c63fa" + } ], + "status": "active", + "name": "ST VINCENT HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5083635000" + } ], + "address": { + "line": [ "123 SUMMER STREET" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01608", + "country": "US" + }, + "position": { + "longitude": -71.807783, + "latitude": 42.269478 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "1eaf97fa-9de6-38de-a9c4-6efe5dc574be" + }, + "display": "ST VINCENT HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f680473b-46ea-3c14-8fcf-21e2638c63fa" + } + }, { + "fullUrl": "urn:uuid:80e919cc-df1a-3838-b75e-541564a286e5", + "resource": { + "resourceType": "Organization", + "id": "80e919cc-df1a-3838-b75e-541564a286e5", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 28 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "80e919cc-df1a-3838-b75e-541564a286e5" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "NANTUCKET COTTAGE HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5082281200" + } ], + "address": [ { + "line": [ "57 PROSPECT STREET" ], + "city": "NANTUCKET", + "state": "MA", + "postalCode": "02554", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|80e919cc-df1a-3838-b75e-541564a286e5" + } + }, { + "fullUrl": "urn:uuid:3db68e5d-f235-3f3b-8af9-ecaa760eef4f", + "resource": { + "resourceType": "Location", + "id": "3db68e5d-f235-3f3b-8af9-ecaa760eef4f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "3db68e5d-f235-3f3b-8af9-ecaa760eef4f" + } ], + "status": "active", + "name": "NANTUCKET COTTAGE HOSPITAL", + "telecom": [ { + "system": "phone", + "value": "5082281200" + } ], + "address": { + "line": [ "57 PROSPECT STREET" ], + "city": "NANTUCKET", + "state": "MA", + "postalCode": "02554", + "country": "US" + }, + "position": { + "longitude": -70.10216899999999, + "latitude": 41.293416 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "80e919cc-df1a-3838-b75e-541564a286e5" + }, + "display": "NANTUCKET COTTAGE HOSPITAL" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|3db68e5d-f235-3f3b-8af9-ecaa760eef4f" + } + }, { + "fullUrl": "urn:uuid:956ccb85-bea0-30f9-af48-52f5dd95ff72", + "resource": { + "resourceType": "Organization", + "id": "956ccb85-bea0-30f9-af48-52f5dd95ff72", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 21 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "956ccb85-bea0-30f9-af48-52f5dd95ff72" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "FRANCISCAN CHILDREN'S HOSPITAL & REHAB CENTER", + "telecom": [ { + "system": "phone", + "value": "6172543800" + } ], + "address": [ { + "line": [ "30 WARREN STREET" ], + "city": "BRIGHTON", + "state": "MA", + "postalCode": "02135", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|956ccb85-bea0-30f9-af48-52f5dd95ff72" + } + }, { + "fullUrl": "urn:uuid:7d586b9f-c573-3e13-b739-65ad06160a5d", + "resource": { + "resourceType": "Location", + "id": "7d586b9f-c573-3e13-b739-65ad06160a5d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "7d586b9f-c573-3e13-b739-65ad06160a5d" + } ], + "status": "active", + "name": "FRANCISCAN CHILDREN'S HOSPITAL & REHAB CENTER", + "telecom": [ { + "system": "phone", + "value": "6172543800" + } ], + "address": { + "line": [ "30 WARREN STREET" ], + "city": "BRIGHTON", + "state": "MA", + "postalCode": "02135", + "country": "US" + }, + "position": { + "longitude": -71.020173, + "latitude": 42.33196 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "956ccb85-bea0-30f9-af48-52f5dd95ff72" + }, + "display": "FRANCISCAN CHILDREN'S HOSPITAL & REHAB CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|7d586b9f-c573-3e13-b739-65ad06160a5d" + } + }, { + "fullUrl": "urn:uuid:5103c940-0c08-392f-95cd-446e0cea042a", + "resource": { + "resourceType": "Organization", + "id": "5103c940-0c08-392f-95cd-446e0cea042a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 90 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 3 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "5103c940-0c08-392f-95cd-446e0cea042a" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "SHRINERS' HOSPITAL FOR CHILDREN (THE)", + "telecom": [ { + "system": "phone", + "value": "4137872000" + } ], + "address": [ { + "line": [ "516 CAREW STREET" ], + "city": "SPRINGFIELD", + "state": "MA", + "postalCode": "01104", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|5103c940-0c08-392f-95cd-446e0cea042a" + } + }, { + "fullUrl": "urn:uuid:f7e9979f-ba02-3674-8282-9492d70e51b7", + "resource": { + "resourceType": "Location", + "id": "f7e9979f-ba02-3674-8282-9492d70e51b7", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f7e9979f-ba02-3674-8282-9492d70e51b7" + } ], + "status": "active", + "name": "SHRINERS' HOSPITAL FOR CHILDREN (THE)", + "telecom": [ { + "system": "phone", + "value": "4137872000" + } ], + "address": { + "line": [ "516 CAREW STREET" ], + "city": "SPRINGFIELD", + "state": "MA", + "postalCode": "01104", + "country": "US" + }, + "position": { + "longitude": -72.539978, + "latitude": 42.115454 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5103c940-0c08-392f-95cd-446e0cea042a" + }, + "display": "SHRINERS' HOSPITAL FOR CHILDREN (THE)" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f7e9979f-ba02-3674-8282-9492d70e51b7" + } + }, { + "fullUrl": "urn:uuid:ff9863d3-3fa3-3861-900e-f00148f5d9c2", + "resource": { + "resourceType": "Organization", + "id": "ff9863d3-3fa3-3861-900e-f00148f5d9c2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 80 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "ff9863d3-3fa3-3861-900e-f00148f5d9c2" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "SHRINERS' HOSPITAL FOR CHILDREN - BOSTON, THE", + "telecom": [ { + "system": "phone", + "value": "6177223000" + } ], + "address": [ { + "line": [ "51 BLOSSOM STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02114", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|ff9863d3-3fa3-3861-900e-f00148f5d9c2" + } + }, { + "fullUrl": "urn:uuid:fe76468f-d456-3b30-aca0-d593982035e1", + "resource": { + "resourceType": "Location", + "id": "fe76468f-d456-3b30-aca0-d593982035e1", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "fe76468f-d456-3b30-aca0-d593982035e1" + } ], + "status": "active", + "name": "SHRINERS' HOSPITAL FOR CHILDREN - BOSTON, THE", + "telecom": [ { + "system": "phone", + "value": "6177223000" + } ], + "address": { + "line": [ "51 BLOSSOM STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02114", + "country": "US" + }, + "position": { + "longitude": -71.020173, + "latitude": 42.33196 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ff9863d3-3fa3-3861-900e-f00148f5d9c2" + }, + "display": "SHRINERS' HOSPITAL FOR CHILDREN - BOSTON, THE" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|fe76468f-d456-3b30-aca0-d593982035e1" + } + }, { + "fullUrl": "urn:uuid:72a10c1a-ee7c-3a01-97b1-33f63244c13e", + "resource": { + "resourceType": "Organization", + "id": "72a10c1a-ee7c-3a01-97b1-33f63244c13e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 2 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "72a10c1a-ee7c-3a01-97b1-33f63244c13e" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "Edith Nourse Rogers Memorial Veterans Hospital (Bedford VA)", + "telecom": [ { + "system": "phone", + "value": "781-687-2000" + } ], + "address": [ { + "line": [ "200 Springs Rd." ], + "city": "Bedford", + "state": "MA", + "postalCode": "01730", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|72a10c1a-ee7c-3a01-97b1-33f63244c13e" + } + }, { + "fullUrl": "urn:uuid:ccd77347-276a-3424-9b92-00801accfb18", + "resource": { + "resourceType": "Location", + "id": "ccd77347-276a-3424-9b92-00801accfb18", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "ccd77347-276a-3424-9b92-00801accfb18" + } ], + "status": "active", + "name": "Edith Nourse Rogers Memorial Veterans Hospital (Bedford VA)", + "telecom": [ { + "system": "phone", + "value": "781-687-2000" + } ], + "address": { + "line": [ "200 Springs Rd." ], + "city": "Bedford", + "state": "MA", + "postalCode": "01730", + "country": "US" + }, + "position": { + "longitude": -71.272644, + "latitude": 42.503376 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "72a10c1a-ee7c-3a01-97b1-33f63244c13e" + }, + "display": "Edith Nourse Rogers Memorial Veterans Hospital (Bedford VA)" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|ccd77347-276a-3424-9b92-00801accfb18" + } + }, { + "fullUrl": "urn:uuid:a7500efb-720b-3e44-990a-0c3edc5a3990", + "resource": { + "resourceType": "Organization", + "id": "a7500efb-720b-3e44-990a-0c3edc5a3990", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 172 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 430 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 38 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 21 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "a7500efb-720b-3e44-990a-0c3edc5a3990" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "VA Boston Healthcare System, West Roxbury Campus", + "telecom": [ { + "system": "phone", + "value": "617-323-7700" + } ], + "address": [ { + "line": [ "1400 VFW Parkway" ], + "city": "West Roxbury", + "state": "MA", + "postalCode": "02132", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|a7500efb-720b-3e44-990a-0c3edc5a3990" + } + }, { + "fullUrl": "urn:uuid:18d00338-8b02-3b9f-9471-d61257158a67", + "resource": { + "resourceType": "Location", + "id": "18d00338-8b02-3b9f-9471-d61257158a67", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "18d00338-8b02-3b9f-9471-d61257158a67" + } ], + "status": "active", + "name": "VA Boston Healthcare System, West Roxbury Campus", + "telecom": [ { + "system": "phone", + "value": "617-323-7700" + } ], + "address": { + "line": [ "1400 VFW Parkway" ], + "city": "West Roxbury", + "state": "MA", + "postalCode": "02132", + "country": "US" + }, + "position": { + "longitude": -71.1657, + "latitude": 42.2793 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a7500efb-720b-3e44-990a-0c3edc5a3990" + }, + "display": "VA Boston Healthcare System, West Roxbury Campus" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|18d00338-8b02-3b9f-9471-d61257158a67" + } + }, { + "fullUrl": "urn:uuid:53b25c4b-e95f-3dd1-8e69-d427cdd83631", + "resource": { + "resourceType": "Organization", + "id": "53b25c4b-e95f-3dd1-8e69-d427cdd83631", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 105 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 360 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 177 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 60 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "53b25c4b-e95f-3dd1-8e69-d427cdd83631" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "Framingham Outpatient Clinic", + "telecom": [ { + "system": "phone", + "value": "800-865-3384" + } ], + "address": [ { + "line": [ "61 Lincoln Street, Suite 112" ], + "city": "Framingham", + "state": "MA", + "postalCode": "01702", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|53b25c4b-e95f-3dd1-8e69-d427cdd83631" + } + }, { + "fullUrl": "urn:uuid:08d64805-efeb-32a5-be66-3dd7b0b76f2d", + "resource": { + "resourceType": "Location", + "id": "08d64805-efeb-32a5-be66-3dd7b0b76f2d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "08d64805-efeb-32a5-be66-3dd7b0b76f2d" + } ], + "status": "active", + "name": "Framingham Outpatient Clinic", + "telecom": [ { + "system": "phone", + "value": "800-865-3384" + } ], + "address": { + "line": [ "61 Lincoln Street, Suite 112" ], + "city": "Framingham", + "state": "MA", + "postalCode": "01702", + "country": "US" + }, + "position": { + "longitude": -71.41845, + "latitude": 42.28348 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "53b25c4b-e95f-3dd1-8e69-d427cdd83631" + }, + "display": "Framingham Outpatient Clinic" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|08d64805-efeb-32a5-be66-3dd7b0b76f2d" + } + }, { + "fullUrl": "urn:uuid:8784f92c-21db-30b9-8492-eb7fcf75ed2e", + "resource": { + "resourceType": "Organization", + "id": "8784f92c-21db-30b9-8492-eb7fcf75ed2e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 28 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 124 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 23 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 14 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "8784f92c-21db-30b9-8492-eb7fcf75ed2e" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "CHIROPRACTIC HEALTH GROUP, PC", + "telecom": [ { + "system": "phone", + "value": "781-575-0100" + } ], + "address": [ { + "line": [ "95 WASHINGTON ST" ], + "city": "CANTON", + "state": "MA", + "postalCode": "02021-4011", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|8784f92c-21db-30b9-8492-eb7fcf75ed2e" + } + }, { + "fullUrl": "urn:uuid:a7809865-ef09-36ce-a5d2-cee30e65edac", + "resource": { + "resourceType": "Location", + "id": "a7809865-ef09-36ce-a5d2-cee30e65edac", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "a7809865-ef09-36ce-a5d2-cee30e65edac" + } ], + "status": "active", + "name": "CHIROPRACTIC HEALTH GROUP, PC", + "telecom": [ { + "system": "phone", + "value": "781-575-0100" + } ], + "address": { + "line": [ "95 WASHINGTON ST" ], + "city": "CANTON", + "state": "MA", + "postalCode": "02021-4011", + "country": "US" + }, + "position": { + "longitude": -71.125385, + "latitude": 42.175737 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8784f92c-21db-30b9-8492-eb7fcf75ed2e" + }, + "display": "CHIROPRACTIC HEALTH GROUP, PC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|a7809865-ef09-36ce-a5d2-cee30e65edac" + } + }, { + "fullUrl": "urn:uuid:fc0bcb63-569b-3658-aa03-71cf89aea64e", + "resource": { + "resourceType": "Organization", + "id": "fc0bcb63-569b-3658-aa03-71cf89aea64e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 25 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 35 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 11 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 15 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "fc0bcb63-569b-3658-aa03-71cf89aea64e" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP1336", + "telecom": [ { + "system": "phone", + "value": "617-389-0013" + } ], + "address": [ { + "line": [ "563 BROADWAY" ], + "city": "EVERETT", + "state": "MA", + "postalCode": "02149-3749", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|fc0bcb63-569b-3658-aa03-71cf89aea64e" + } + }, { + "fullUrl": "urn:uuid:b6e2187f-982c-317d-9b22-7ab25f8d7cb1", + "resource": { + "resourceType": "Location", + "id": "b6e2187f-982c-317d-9b22-7ab25f8d7cb1", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "b6e2187f-982c-317d-9b22-7ab25f8d7cb1" + } ], + "status": "active", + "name": "PCP1336", + "telecom": [ { + "system": "phone", + "value": "617-389-0013" + } ], + "address": { + "line": [ "563 BROADWAY" ], + "city": "EVERETT", + "state": "MA", + "postalCode": "02149-3749", + "country": "US" + }, + "position": { + "longitude": -71.054649, + "latitude": 42.405938 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "fc0bcb63-569b-3658-aa03-71cf89aea64e" + }, + "display": "PCP1336" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|b6e2187f-982c-317d-9b22-7ab25f8d7cb1" + } + }, { + "fullUrl": "urn:uuid:6b3080ef-1b74-33ae-aae8-5fdca88f4864", + "resource": { + "resourceType": "Organization", + "id": "6b3080ef-1b74-33ae-aae8-5fdca88f4864", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 82 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 423 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 205 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 256 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "6b3080ef-1b74-33ae-aae8-5fdca88f4864" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "TOTAL WOMEN'S HEALTH CARE, INC.", + "telecom": [ { + "system": "phone", + "value": "413-747-4554" + } ], + "address": [ { + "line": [ "46 DAGGETT DR" ], + "city": "WEST SPRINGFIELD", + "state": "MA", + "postalCode": "01089-4646", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|6b3080ef-1b74-33ae-aae8-5fdca88f4864" + } + }, { + "fullUrl": "urn:uuid:8574cff8-7e57-3646-9c5b-e86f9f880a1b", + "resource": { + "resourceType": "Location", + "id": "8574cff8-7e57-3646-9c5b-e86f9f880a1b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "8574cff8-7e57-3646-9c5b-e86f9f880a1b" + } ], + "status": "active", + "name": "TOTAL WOMEN'S HEALTH CARE, INC.", + "telecom": [ { + "system": "phone", + "value": "413-747-4554" + } ], + "address": { + "line": [ "46 DAGGETT DR" ], + "city": "WEST SPRINGFIELD", + "state": "MA", + "postalCode": "01089-4646", + "country": "US" + }, + "position": { + "longitude": -72.649734, + "latitude": 42.125451 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "6b3080ef-1b74-33ae-aae8-5fdca88f4864" + }, + "display": "TOTAL WOMEN'S HEALTH CARE, INC." + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|8574cff8-7e57-3646-9c5b-e86f9f880a1b" + } + }, { + "fullUrl": "urn:uuid:65110f22-e3e1-34f5-844b-1d5a772762ad", + "resource": { + "resourceType": "Organization", + "id": "65110f22-e3e1-34f5-844b-1d5a772762ad", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 122 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 1068 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 206 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 163 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "65110f22-e3e1-34f5-844b-1d5a772762ad" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP8766", + "telecom": [ { + "system": "phone", + "value": "774-641-3568" + } ], + "address": [ { + "line": [ "165 MAIN ST" ], + "city": "MEDWAY", + "state": "MA", + "postalCode": "02053-1584", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|65110f22-e3e1-34f5-844b-1d5a772762ad" + } + }, { + "fullUrl": "urn:uuid:3510c1b5-98e4-3b6f-b0bb-38bcc1031ad2", + "resource": { + "resourceType": "Location", + "id": "3510c1b5-98e4-3b6f-b0bb-38bcc1031ad2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "3510c1b5-98e4-3b6f-b0bb-38bcc1031ad2" + } ], + "status": "active", + "name": "PCP8766", + "telecom": [ { + "system": "phone", + "value": "774-641-3568" + } ], + "address": { + "line": [ "165 MAIN ST" ], + "city": "MEDWAY", + "state": "MA", + "postalCode": "02053-1584", + "country": "US" + }, + "position": { + "longitude": -71.43034499999999, + "latitude": 42.156203000000005 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "65110f22-e3e1-34f5-844b-1d5a772762ad" + }, + "display": "PCP8766" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|3510c1b5-98e4-3b6f-b0bb-38bcc1031ad2" + } + }, { + "fullUrl": "urn:uuid:bf5b8173-2d02-342a-b46e-f7814724d0c0", + "resource": { + "resourceType": "Organization", + "id": "bf5b8173-2d02-342a-b46e-f7814724d0c0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 48 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 408 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 79 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 53 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "bf5b8173-2d02-342a-b46e-f7814724d0c0" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP9942", + "telecom": [ { + "system": "phone", + "value": "617-361-1169" + } ], + "address": [ { + "line": [ "39 GREEN ST" ], + "city": "MILTON", + "state": "MA", + "postalCode": "02186-2318", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|bf5b8173-2d02-342a-b46e-f7814724d0c0" + } + }, { + "fullUrl": "urn:uuid:4f7193ff-94a6-3a4b-a83e-9cdd8716d2d5", + "resource": { + "resourceType": "Location", + "id": "4f7193ff-94a6-3a4b-a83e-9cdd8716d2d5", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "4f7193ff-94a6-3a4b-a83e-9cdd8716d2d5" + } ], + "status": "active", + "name": "PCP9942", + "telecom": [ { + "system": "phone", + "value": "617-361-1169" + } ], + "address": { + "line": [ "39 GREEN ST" ], + "city": "MILTON", + "state": "MA", + "postalCode": "02186-2318", + "country": "US" + }, + "position": { + "longitude": -71.082432, + "latitude": 42.241557 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "bf5b8173-2d02-342a-b46e-f7814724d0c0" + }, + "display": "PCP9942" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|4f7193ff-94a6-3a4b-a83e-9cdd8716d2d5" + } + }, { + "fullUrl": "urn:uuid:cd312d93-d23e-34c6-83ba-ccdac4749731", + "resource": { + "resourceType": "Organization", + "id": "cd312d93-d23e-34c6-83ba-ccdac4749731", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 31 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 81 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 27 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 15 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "cd312d93-d23e-34c6-83ba-ccdac4749731" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP10257", + "telecom": [ { + "system": "phone", + "value": "978-988-9333" + } ], + "address": [ { + "line": [ "2500 MAIN ST" ], + "city": "TEWKSBURY", + "state": "MA", + "postalCode": "01876-3184", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|cd312d93-d23e-34c6-83ba-ccdac4749731" + } + }, { + "fullUrl": "urn:uuid:6be24f22-f897-3ec3-bbc2-7627cbf2d684", + "resource": { + "resourceType": "Location", + "id": "6be24f22-f897-3ec3-bbc2-7627cbf2d684", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "6be24f22-f897-3ec3-bbc2-7627cbf2d684" + } ], + "status": "active", + "name": "PCP10257", + "telecom": [ { + "system": "phone", + "value": "978-988-9333" + } ], + "address": { + "line": [ "2500 MAIN ST" ], + "city": "TEWKSBURY", + "state": "MA", + "postalCode": "01876-3184", + "country": "US" + }, + "position": { + "longitude": -71.227845, + "latitude": 42.612088 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "cd312d93-d23e-34c6-83ba-ccdac4749731" + }, + "display": "PCP10257" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|6be24f22-f897-3ec3-bbc2-7627cbf2d684" + } + }, { + "fullUrl": "urn:uuid:7bc32bfa-af8c-334a-845c-71db9f063565", + "resource": { + "resourceType": "Organization", + "id": "7bc32bfa-af8c-334a-845c-71db9f063565", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 27 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 117 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 18 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 11 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "7bc32bfa-af8c-334a-845c-71db9f063565" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP12359", + "telecom": [ { + "system": "phone", + "value": "978-975-2107" + } ], + "address": [ { + "line": [ "1538 TURNPIKE ST" ], + "city": "NORTH ANDOVER", + "state": "MA", + "postalCode": "01845-6207", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|7bc32bfa-af8c-334a-845c-71db9f063565" + } + }, { + "fullUrl": "urn:uuid:5b84d3bf-36cd-309d-bccd-a53ef474a4a7", + "resource": { + "resourceType": "Location", + "id": "5b84d3bf-36cd-309d-bccd-a53ef474a4a7", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "5b84d3bf-36cd-309d-bccd-a53ef474a4a7" + } ], + "status": "active", + "name": "PCP12359", + "telecom": [ { + "system": "phone", + "value": "978-975-2107" + } ], + "address": { + "line": [ "1538 TURNPIKE ST" ], + "city": "NORTH ANDOVER", + "state": "MA", + "postalCode": "01845-6207", + "country": "US" + }, + "position": { + "longitude": -71.091334, + "latitude": 42.673909 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7bc32bfa-af8c-334a-845c-71db9f063565" + }, + "display": "PCP12359" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7" + } + }, { + "fullUrl": "urn:uuid:588e03bd-91bc-3442-be9e-66c18ba36c0c", + "resource": { + "resourceType": "Organization", + "id": "588e03bd-91bc-3442-be9e-66c18ba36c0c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 31 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 142 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 29 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 14 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "588e03bd-91bc-3442-be9e-66c18ba36c0c" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "KHOURY CHIROPRACTC, INC.", + "telecom": [ { + "system": "phone", + "value": "508-966-3777" + } ], + "address": [ { + "line": [ "116 MECHANIC ST" ], + "city": "BELLINGHAM", + "state": "MA", + "postalCode": "02019-1678", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|588e03bd-91bc-3442-be9e-66c18ba36c0c" + } + }, { + "fullUrl": "urn:uuid:1ad86106-b566-30b0-8d95-38e9b9d57373", + "resource": { + "resourceType": "Location", + "id": "1ad86106-b566-30b0-8d95-38e9b9d57373", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "1ad86106-b566-30b0-8d95-38e9b9d57373" + } ], + "status": "active", + "name": "KHOURY CHIROPRACTC, INC.", + "telecom": [ { + "system": "phone", + "value": "508-966-3777" + } ], + "address": { + "line": [ "116 MECHANIC ST" ], + "city": "BELLINGHAM", + "state": "MA", + "postalCode": "02019-1678", + "country": "US" + }, + "position": { + "longitude": -71.47449, + "latitude": 42.076682 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "588e03bd-91bc-3442-be9e-66c18ba36c0c" + }, + "display": "KHOURY CHIROPRACTC, INC." + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|1ad86106-b566-30b0-8d95-38e9b9d57373" + } + }, { + "fullUrl": "urn:uuid:1ae16480-11ce-35df-89ee-78947036c59c", + "resource": { + "resourceType": "Organization", + "id": "1ae16480-11ce-35df-89ee-78947036c59c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 34 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 88 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 34 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 9 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "1ae16480-11ce-35df-89ee-78947036c59c" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP15690", + "telecom": [ { + "system": "phone", + "value": "617-277-2449" + } ], + "address": [ { + "line": [ "1180 BEACON ST" ], + "city": "BROOKLINE", + "state": "MA", + "postalCode": "02446-3885", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|1ae16480-11ce-35df-89ee-78947036c59c" + } + }, { + "fullUrl": "urn:uuid:060c1c5d-f19c-33a3-abcc-6452190bfb0e", + "resource": { + "resourceType": "Location", + "id": "060c1c5d-f19c-33a3-abcc-6452190bfb0e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "060c1c5d-f19c-33a3-abcc-6452190bfb0e" + } ], + "status": "active", + "name": "PCP15690", + "telecom": [ { + "system": "phone", + "value": "617-277-2449" + } ], + "address": { + "line": [ "1180 BEACON ST" ], + "city": "BROOKLINE", + "state": "MA", + "postalCode": "02446-3885", + "country": "US" + }, + "position": { + "longitude": -71.142003, + "latitude": 42.323853 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "1ae16480-11ce-35df-89ee-78947036c59c" + }, + "display": "PCP15690" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|060c1c5d-f19c-33a3-abcc-6452190bfb0e" + } + }, { + "fullUrl": "urn:uuid:ed24e28d-43be-3c4f-b3e1-e2fd1e55b33a", + "resource": { + "resourceType": "Organization", + "id": "ed24e28d-43be-3c4f-b3e1-e2fd1e55b33a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 38 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 125 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 63 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 10 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "ed24e28d-43be-3c4f-b3e1-e2fd1e55b33a" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP16851", + "telecom": [ { + "system": "phone", + "value": "781-449-8382" + } ], + "address": [ { + "line": [ "19 FAIR OAKS PARK" ], + "city": "NEEDHAM", + "state": "MA", + "postalCode": "02492-3101", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|ed24e28d-43be-3c4f-b3e1-e2fd1e55b33a" + } + }, { + "fullUrl": "urn:uuid:63eff188-eee7-33c6-bd5f-03b3d4853c9c", + "resource": { + "resourceType": "Location", + "id": "63eff188-eee7-33c6-bd5f-03b3d4853c9c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "63eff188-eee7-33c6-bd5f-03b3d4853c9c" + } ], + "status": "active", + "name": "PCP16851", + "telecom": [ { + "system": "phone", + "value": "781-449-8382" + } ], + "address": { + "line": [ "19 FAIR OAKS PARK" ], + "city": "NEEDHAM", + "state": "MA", + "postalCode": "02492-3101", + "country": "US" + }, + "position": { + "longitude": -71.242414, + "latitude": 42.281593 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ed24e28d-43be-3c4f-b3e1-e2fd1e55b33a" + }, + "display": "PCP16851" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|63eff188-eee7-33c6-bd5f-03b3d4853c9c" + } + }, { + "fullUrl": "urn:uuid:8f85e254-08a2-332e-8847-ef8eb92385c5", + "resource": { + "resourceType": "Organization", + "id": "8f85e254-08a2-332e-8847-ef8eb92385c5", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 58 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 212 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 121 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 122 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "8f85e254-08a2-332e-8847-ef8eb92385c5" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP17744", + "telecom": [ { + "system": "phone", + "value": "413-562-4304" + } ], + "address": [ { + "line": [ "37 WASHINGTON ST" ], + "city": "WESTFIELD", + "state": "MA", + "postalCode": "01085-2861", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|8f85e254-08a2-332e-8847-ef8eb92385c5" + } + }, { + "fullUrl": "urn:uuid:ba131ff4-7060-32e9-9e32-f8c37109e1b6", + "resource": { + "resourceType": "Location", + "id": "ba131ff4-7060-32e9-9e32-f8c37109e1b6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "ba131ff4-7060-32e9-9e32-f8c37109e1b6" + } ], + "status": "active", + "name": "PCP17744", + "telecom": [ { + "system": "phone", + "value": "413-562-4304" + } ], + "address": { + "line": [ "37 WASHINGTON ST" ], + "city": "WESTFIELD", + "state": "MA", + "postalCode": "01085-2861", + "country": "US" + }, + "position": { + "longitude": -72.755911, + "latitude": 42.138838 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8f85e254-08a2-332e-8847-ef8eb92385c5" + }, + "display": "PCP17744" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|ba131ff4-7060-32e9-9e32-f8c37109e1b6" + } + }, { + "fullUrl": "urn:uuid:a91e0ad8-41e5-30a9-b919-f0c07ca7bf06", + "resource": { + "resourceType": "Organization", + "id": "a91e0ad8-41e5-30a9-b919-f0c07ca7bf06", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 49 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 192 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 117 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 29 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "a91e0ad8-41e5-30a9-b919-f0c07ca7bf06" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP17800", + "telecom": [ { + "system": "phone", + "value": "508-240-1587" + } ], + "address": [ { + "line": [ "10 MARY CHASE RD" ], + "city": "EASTHAM", + "state": "MA", + "postalCode": "02642-2568", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|a91e0ad8-41e5-30a9-b919-f0c07ca7bf06" + } + }, { + "fullUrl": "urn:uuid:b7f110b6-a359-3848-bc9e-27e28224ee04", + "resource": { + "resourceType": "Location", + "id": "b7f110b6-a359-3848-bc9e-27e28224ee04", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "b7f110b6-a359-3848-bc9e-27e28224ee04" + } ], + "status": "active", + "name": "PCP17800", + "telecom": [ { + "system": "phone", + "value": "508-240-1587" + } ], + "address": { + "line": [ "10 MARY CHASE RD" ], + "city": "EASTHAM", + "state": "MA", + "postalCode": "02642-2568", + "country": "US" + }, + "position": { + "longitude": -69.988926, + "latitude": 41.841572 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a91e0ad8-41e5-30a9-b919-f0c07ca7bf06" + }, + "display": "PCP17800" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|b7f110b6-a359-3848-bc9e-27e28224ee04" + } + }, { + "fullUrl": "urn:uuid:78a11f16-e161-3dfa-91fa-16af7109cea0", + "resource": { + "resourceType": "Organization", + "id": "78a11f16-e161-3dfa-91fa-16af7109cea0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 25 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 23 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 8 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 5 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "78a11f16-e161-3dfa-91fa-16af7109cea0" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP23885", + "telecom": [ { + "system": "phone", + "value": "508-563-3003" + } ], + "address": [ { + "line": [ "37 EDGERTON DR" ], + "city": "NO FALMOUTH", + "state": "MA", + "postalCode": "02556-2821", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|78a11f16-e161-3dfa-91fa-16af7109cea0" + } + }, { + "fullUrl": "urn:uuid:d30b26a1-a646-34ae-bd14-ce070ca59c58", + "resource": { + "resourceType": "Location", + "id": "d30b26a1-a646-34ae-bd14-ce070ca59c58", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "d30b26a1-a646-34ae-bd14-ce070ca59c58" + } ], + "status": "active", + "name": "PCP23885", + "telecom": [ { + "system": "phone", + "value": "508-563-3003" + } ], + "address": { + "line": [ "37 EDGERTON DR" ], + "city": "NO FALMOUTH", + "state": "MA", + "postalCode": "02556-2821", + "country": "US" + }, + "position": { + "longitude": -70.639317, + "latitude": 41.601508 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "78a11f16-e161-3dfa-91fa-16af7109cea0" + }, + "display": "PCP23885" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58" + } + }, { + "fullUrl": "urn:uuid:e89fc67f-7cf0-3687-bf77-b4afa1a88fd8", + "resource": { + "resourceType": "Organization", + "id": "e89fc67f-7cf0-3687-bf77-b4afa1a88fd8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 61 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 384 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 105 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 117 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "e89fc67f-7cf0-3687-bf77-b4afa1a88fd8" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP26392", + "telecom": [ { + "system": "phone", + "value": "413-222-0998" + } ], + "address": [ { + "line": [ "183 W STATE ST" ], + "city": "GRANBY", + "state": "MA", + "postalCode": "01033-9611", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|e89fc67f-7cf0-3687-bf77-b4afa1a88fd8" + } + }, { + "fullUrl": "urn:uuid:a125f26f-49fe-37b6-9654-a74b7be65c77", + "resource": { + "resourceType": "Location", + "id": "a125f26f-49fe-37b6-9654-a74b7be65c77", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "a125f26f-49fe-37b6-9654-a74b7be65c77" + } ], + "status": "active", + "name": "PCP26392", + "telecom": [ { + "system": "phone", + "value": "413-222-0998" + } ], + "address": { + "line": [ "183 W STATE ST" ], + "city": "GRANBY", + "state": "MA", + "postalCode": "01033-9611", + "country": "US" + }, + "position": { + "longitude": -72.50014300000001, + "latitude": 42.244949 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e89fc67f-7cf0-3687-bf77-b4afa1a88fd8" + }, + "display": "PCP26392" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|a125f26f-49fe-37b6-9654-a74b7be65c77" + } + }, { + "fullUrl": "urn:uuid:717bd95a-c706-3226-ba67-c66eac8e3ae5", + "resource": { + "resourceType": "Organization", + "id": "717bd95a-c706-3226-ba67-c66eac8e3ae5", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 71 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 313 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 187 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 9 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "717bd95a-c706-3226-ba67-c66eac8e3ae5" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP27936", + "telecom": [ { + "system": "phone", + "value": "617-855-3348" + } ], + "address": [ { + "line": [ "115 MILL ST" ], + "city": "BELMONT", + "state": "MA", + "postalCode": "02478-1064", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|717bd95a-c706-3226-ba67-c66eac8e3ae5" + } + }, { + "fullUrl": "urn:uuid:07ff80ef-99dd-3ed6-ac34-0ef0d2e74dee", + "resource": { + "resourceType": "Location", + "id": "07ff80ef-99dd-3ed6-ac34-0ef0d2e74dee", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "07ff80ef-99dd-3ed6-ac34-0ef0d2e74dee" + } ], + "status": "active", + "name": "PCP27936", + "telecom": [ { + "system": "phone", + "value": "617-855-3348" + } ], + "address": { + "line": [ "115 MILL ST" ], + "city": "BELMONT", + "state": "MA", + "postalCode": "02478-1064", + "country": "US" + }, + "position": { + "longitude": -71.180284, + "latitude": 42.395317 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "717bd95a-c706-3226-ba67-c66eac8e3ae5" + }, + "display": "PCP27936" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|07ff80ef-99dd-3ed6-ac34-0ef0d2e74dee" + } + }, { + "fullUrl": "urn:uuid:a44b37da-aa9b-37f0-993e-26e58974e086", + "resource": { + "resourceType": "Organization", + "id": "a44b37da-aa9b-37f0-993e-26e58974e086", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 137 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 947 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 394 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 63 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "a44b37da-aa9b-37f0-993e-26e58974e086" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP27951", + "telecom": [ { + "system": "phone", + "value": "781-329-5446" + } ], + "address": [ { + "line": [ "727 HIGH ST" ], + "city": "WESTWOOD", + "state": "MA", + "postalCode": "02090-2598", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|a44b37da-aa9b-37f0-993e-26e58974e086" + } + }, { + "fullUrl": "urn:uuid:cb23e52f-9bef-3e12-b2f3-ce700d87466a", + "resource": { + "resourceType": "Location", + "id": "cb23e52f-9bef-3e12-b2f3-ce700d87466a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "cb23e52f-9bef-3e12-b2f3-ce700d87466a" + } ], + "status": "active", + "name": "PCP27951", + "telecom": [ { + "system": "phone", + "value": "781-329-5446" + } ], + "address": { + "line": [ "727 HIGH ST" ], + "city": "WESTWOOD", + "state": "MA", + "postalCode": "02090-2598", + "country": "US" + }, + "position": { + "longitude": -71.216768, + "latitude": 42.219645 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a44b37da-aa9b-37f0-993e-26e58974e086" + }, + "display": "PCP27951" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|cb23e52f-9bef-3e12-b2f3-ce700d87466a" + } + }, { + "fullUrl": "urn:uuid:262b15ab-548f-3ad5-883c-6a610ea09c0f", + "resource": { + "resourceType": "Organization", + "id": "262b15ab-548f-3ad5-883c-6a610ea09c0f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 20 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 16 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 3 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 4 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "262b15ab-548f-3ad5-883c-6a610ea09c0f" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP30708", + "telecom": [ { + "system": "phone", + "value": "413-584-6169" + } ], + "address": [ { + "line": [ "43 CTR ST" ], + "city": "NORTHAMPTON", + "state": "MA", + "postalCode": "01060-3062", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|262b15ab-548f-3ad5-883c-6a610ea09c0f" + } + }, { + "fullUrl": "urn:uuid:1d462a27-4d60-3f9d-8c96-262f457e31f0", + "resource": { + "resourceType": "Location", + "id": "1d462a27-4d60-3f9d-8c96-262f457e31f0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "1d462a27-4d60-3f9d-8c96-262f457e31f0" + } ], + "status": "active", + "name": "PCP30708", + "telecom": [ { + "system": "phone", + "value": "413-584-6169" + } ], + "address": { + "line": [ "43 CTR ST" ], + "city": "NORTHAMPTON", + "state": "MA", + "postalCode": "01060-3062", + "country": "US" + }, + "position": { + "longitude": -72.67463000000001, + "latitude": 42.327044 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "262b15ab-548f-3ad5-883c-6a610ea09c0f" + }, + "display": "PCP30708" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|1d462a27-4d60-3f9d-8c96-262f457e31f0" + } + }, { + "fullUrl": "urn:uuid:825d989b-752b-327e-a103-33079b0091c7", + "resource": { + "resourceType": "Organization", + "id": "825d989b-752b-327e-a103-33079b0091c7", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 102 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 844 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 246 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 188 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "825d989b-752b-327e-a103-33079b0091c7" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP32108", + "telecom": [ { + "system": "phone", + "value": "978-546-8440" + } ], + "address": [ { + "line": [ "17 WHISTLESTOP MALL" ], + "city": "ROCKPORT", + "state": "MA", + "postalCode": "01966-1441", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|825d989b-752b-327e-a103-33079b0091c7" + } + }, { + "fullUrl": "urn:uuid:b05e93cb-4bfe-3357-b6d7-c49c85c39571", + "resource": { + "resourceType": "Location", + "id": "b05e93cb-4bfe-3357-b6d7-c49c85c39571", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "b05e93cb-4bfe-3357-b6d7-c49c85c39571" + } ], + "status": "active", + "name": "PCP32108", + "telecom": [ { + "system": "phone", + "value": "978-546-8440" + } ], + "address": { + "line": [ "17 WHISTLESTOP MALL" ], + "city": "ROCKPORT", + "state": "MA", + "postalCode": "01966-1441", + "country": "US" + }, + "position": { + "longitude": -70.60463, + "latitude": 42.656952000000004 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "825d989b-752b-327e-a103-33079b0091c7" + }, + "display": "PCP32108" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571" + } + }, { + "fullUrl": "urn:uuid:b1516ff8-952b-3f90-a485-e43e29cbf469", + "resource": { + "resourceType": "Organization", + "id": "b1516ff8-952b-3f90-a485-e43e29cbf469", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 9 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 4 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 2 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "b1516ff8-952b-3f90-a485-e43e29cbf469" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP33041", + "telecom": [ { + "system": "phone", + "value": "508-787-9713" + } ], + "address": [ { + "line": [ "14 MAIN ST" ], + "city": "SOUTHBORO", + "state": "MA", + "postalCode": "01772-1614", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|b1516ff8-952b-3f90-a485-e43e29cbf469" + } + }, { + "fullUrl": "urn:uuid:8a98d48a-b7c3-324a-9497-34bd3b146a14", + "resource": { + "resourceType": "Location", + "id": "8a98d48a-b7c3-324a-9497-34bd3b146a14", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "8a98d48a-b7c3-324a-9497-34bd3b146a14" + } ], + "status": "active", + "name": "PCP33041", + "telecom": [ { + "system": "phone", + "value": "508-787-9713" + } ], + "address": { + "line": [ "14 MAIN ST" ], + "city": "SOUTHBORO", + "state": "MA", + "postalCode": "01772-1614", + "country": "US" + }, + "position": { + "longitude": -71.522795, + "latitude": 42.272062 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b1516ff8-952b-3f90-a485-e43e29cbf469" + }, + "display": "PCP33041" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|8a98d48a-b7c3-324a-9497-34bd3b146a14" + } + }, { + "fullUrl": "urn:uuid:8fbdc477-d05c-3d67-96f1-4fbf1b08102d", + "resource": { + "resourceType": "Organization", + "id": "8fbdc477-d05c-3d67-96f1-4fbf1b08102d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 22 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 31 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 8 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 10 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "8fbdc477-d05c-3d67-96f1-4fbf1b08102d" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "KAREN HOLMES PHYSICAL THERAPY, LLC", + "telecom": [ { + "system": "phone", + "value": "978-499-1870" + } ], + "address": [ { + "line": [ "191 ELM ST" ], + "city": "SALISBURY", + "state": "MA", + "postalCode": "01952-1814", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|8fbdc477-d05c-3d67-96f1-4fbf1b08102d" + } + }, { + "fullUrl": "urn:uuid:52dd9ab8-06b3-3901-be25-e0a94f808858", + "resource": { + "resourceType": "Location", + "id": "52dd9ab8-06b3-3901-be25-e0a94f808858", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "52dd9ab8-06b3-3901-be25-e0a94f808858" + } ], + "status": "active", + "name": "KAREN HOLMES PHYSICAL THERAPY, LLC", + "telecom": [ { + "system": "phone", + "value": "978-499-1870" + } ], + "address": { + "line": [ "191 ELM ST" ], + "city": "SALISBURY", + "state": "MA", + "postalCode": "01952-1814", + "country": "US" + }, + "position": { + "longitude": -70.841499, + "latitude": 42.844794 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8fbdc477-d05c-3d67-96f1-4fbf1b08102d" + }, + "display": "KAREN HOLMES PHYSICAL THERAPY, LLC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|52dd9ab8-06b3-3901-be25-e0a94f808858" + } + }, { + "fullUrl": "urn:uuid:b3ef6dc7-275c-357b-ba14-c6dd5aca4a5f", + "resource": { + "resourceType": "Organization", + "id": "b3ef6dc7-275c-357b-ba14-c6dd5aca4a5f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 28 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 64 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 20 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 10 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "b3ef6dc7-275c-357b-ba14-c6dd5aca4a5f" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP37060", + "telecom": [ { + "system": "phone", + "value": "413-253-9777" + } ], + "address": [ { + "line": [ "145 OLD AMHERST RD" ], + "city": "BELCHERTOWN", + "state": "MA", + "postalCode": "01007-9745", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|b3ef6dc7-275c-357b-ba14-c6dd5aca4a5f" + } + }, { + "fullUrl": "urn:uuid:ed936c6c-c7ee-37e7-a611-bc48f586714d", + "resource": { + "resourceType": "Location", + "id": "ed936c6c-c7ee-37e7-a611-bc48f586714d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "ed936c6c-c7ee-37e7-a611-bc48f586714d" + } ], + "status": "active", + "name": "PCP37060", + "telecom": [ { + "system": "phone", + "value": "413-253-9777" + } ], + "address": { + "line": [ "145 OLD AMHERST RD" ], + "city": "BELCHERTOWN", + "state": "MA", + "postalCode": "01007-9745", + "country": "US" + }, + "position": { + "longitude": -72.400468, + "latitude": 42.27901 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b3ef6dc7-275c-357b-ba14-c6dd5aca4a5f" + }, + "display": "PCP37060" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|ed936c6c-c7ee-37e7-a611-bc48f586714d" + } + }, { + "fullUrl": "urn:uuid:ff5d5c5b-c000-3466-9693-86a0460f6d82", + "resource": { + "resourceType": "Organization", + "id": "ff5d5c5b-c000-3466-9693-86a0460f6d82", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 23 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 36 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 11 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 9 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "ff5d5c5b-c000-3466-9693-86a0460f6d82" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP45104", + "telecom": [ { + "system": "phone", + "value": "781-541-0377" + } ], + "address": [ { + "line": [ "1675 MASSACHUSETTS AVE" ], + "city": "CAMBRIDGE", + "state": "MA", + "postalCode": "02138-1872", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|ff5d5c5b-c000-3466-9693-86a0460f6d82" + } + }, { + "fullUrl": "urn:uuid:f527c586-9dcc-31a2-96d0-743a674ec94d", + "resource": { + "resourceType": "Location", + "id": "f527c586-9dcc-31a2-96d0-743a674ec94d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f527c586-9dcc-31a2-96d0-743a674ec94d" + } ], + "status": "active", + "name": "PCP45104", + "telecom": [ { + "system": "phone", + "value": "781-541-0377" + } ], + "address": { + "line": [ "1675 MASSACHUSETTS AVE" ], + "city": "CAMBRIDGE", + "state": "MA", + "postalCode": "02138-1872", + "country": "US" + }, + "position": { + "longitude": -71.11868, + "latitude": 42.376043 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ff5d5c5b-c000-3466-9693-86a0460f6d82" + }, + "display": "PCP45104" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f527c586-9dcc-31a2-96d0-743a674ec94d" + } + }, { + "fullUrl": "urn:uuid:10ea2025-d6eb-357a-96d2-1359bdff79e6", + "resource": { + "resourceType": "Organization", + "id": "10ea2025-d6eb-357a-96d2-1359bdff79e6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 64 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 298 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 129 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 85 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "10ea2025-d6eb-357a-96d2-1359bdff79e6" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP46647", + "telecom": [ { + "system": "phone", + "value": "978-685-4444" + } ], + "address": [ { + "line": [ "678 LOWELL ST" ], + "city": "METHUEN", + "state": "MA", + "postalCode": "01844-1807", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|10ea2025-d6eb-357a-96d2-1359bdff79e6" + } + }, { + "fullUrl": "urn:uuid:2ec11bcf-56fb-3df4-a3f8-07e8f24106b4", + "resource": { + "resourceType": "Location", + "id": "2ec11bcf-56fb-3df4-a3f8-07e8f24106b4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "2ec11bcf-56fb-3df4-a3f8-07e8f24106b4" + } ], + "status": "active", + "name": "PCP46647", + "telecom": [ { + "system": "phone", + "value": "978-685-4444" + } ], + "address": { + "line": [ "678 LOWELL ST" ], + "city": "METHUEN", + "state": "MA", + "postalCode": "01844-1807", + "country": "US" + }, + "position": { + "longitude": -71.178588, + "latitude": 42.742751 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "10ea2025-d6eb-357a-96d2-1359bdff79e6" + }, + "display": "PCP46647" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|2ec11bcf-56fb-3df4-a3f8-07e8f24106b4" + } + }, { + "fullUrl": "urn:uuid:f34ed325-cb86-3ac3-ae08-6febb2cbd26f", + "resource": { + "resourceType": "Organization", + "id": "f34ed325-cb86-3ac3-ae08-6febb2cbd26f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 44 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 387 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 79 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 43 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f34ed325-cb86-3ac3-ae08-6febb2cbd26f" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP47573", + "telecom": [ { + "system": "phone", + "value": "617-971-8501" + } ], + "address": [ { + "line": [ "515 PROVIDENCE HWY" ], + "city": "DEDHAM", + "state": "MA", + "postalCode": "02026-6817", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f34ed325-cb86-3ac3-ae08-6febb2cbd26f" + } + }, { + "fullUrl": "urn:uuid:468a3d95-ce82-3293-b145-13e70e7979f2", + "resource": { + "resourceType": "Location", + "id": "468a3d95-ce82-3293-b145-13e70e7979f2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "468a3d95-ce82-3293-b145-13e70e7979f2" + } ], + "status": "active", + "name": "PCP47573", + "telecom": [ { + "system": "phone", + "value": "617-971-8501" + } ], + "address": { + "line": [ "515 PROVIDENCE HWY" ], + "city": "DEDHAM", + "state": "MA", + "postalCode": "02026-6817", + "country": "US" + }, + "position": { + "longitude": -71.179462, + "latitude": 42.246871999999996 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f34ed325-cb86-3ac3-ae08-6febb2cbd26f" + }, + "display": "PCP47573" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|468a3d95-ce82-3293-b145-13e70e7979f2" + } + }, { + "fullUrl": "urn:uuid:c25d89ff-e9d0-3326-9d50-3621c666b313", + "resource": { + "resourceType": "Organization", + "id": "c25d89ff-e9d0-3326-9d50-3621c666b313", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 27 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 99 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 12 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 56 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "c25d89ff-e9d0-3326-9d50-3621c666b313" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP53949", + "telecom": [ { + "system": "phone", + "value": "508-435-2225" + } ], + "address": [ { + "line": [ "17 MAIN ST" ], + "city": "HOPKINTON", + "state": "MA", + "postalCode": "01748-3211", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|c25d89ff-e9d0-3326-9d50-3621c666b313" + } + }, { + "fullUrl": "urn:uuid:2b9a3124-afdb-3959-bd52-991104897d1b", + "resource": { + "resourceType": "Location", + "id": "2b9a3124-afdb-3959-bd52-991104897d1b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "2b9a3124-afdb-3959-bd52-991104897d1b" + } ], + "status": "active", + "name": "PCP53949", + "telecom": [ { + "system": "phone", + "value": "508-435-2225" + } ], + "address": { + "line": [ "17 MAIN ST" ], + "city": "HOPKINTON", + "state": "MA", + "postalCode": "01748-3211", + "country": "US" + }, + "position": { + "longitude": -71.54048900000001, + "latitude": 42.224096 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c25d89ff-e9d0-3326-9d50-3621c666b313" + }, + "display": "PCP53949" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b" + } + }, { + "fullUrl": "urn:uuid:2e2ea0f1-303e-306a-9dd3-fc5cfc219785", + "resource": { + "resourceType": "Organization", + "id": "2e2ea0f1-303e-306a-9dd3-fc5cfc219785", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 47 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 406 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 80 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 45 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "2e2ea0f1-303e-306a-9dd3-fc5cfc219785" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "208 ASHLEY AVE" ], + "city": "WEST SPRINGFIELD", + "state": "MA", + "postalCode": "01089-1353", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|2e2ea0f1-303e-306a-9dd3-fc5cfc219785" + } + }, { + "fullUrl": "urn:uuid:2393a5e7-1b3a-31e3-8de7-a710cbc92c7e", + "resource": { + "resourceType": "Location", + "id": "2393a5e7-1b3a-31e3-8de7-a710cbc92c7e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "2393a5e7-1b3a-31e3-8de7-a710cbc92c7e" + } ], + "status": "active", + "name": "KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "208 ASHLEY AVE" ], + "city": "WEST SPRINGFIELD", + "state": "MA", + "postalCode": "01089-1353", + "country": "US" + }, + "position": { + "longitude": -72.649734, + "latitude": 42.125451 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "2e2ea0f1-303e-306a-9dd3-fc5cfc219785" + }, + "display": "KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e" + } + }, { + "fullUrl": "urn:uuid:84f858ae-39ce-3bd0-8685-9f7e98b8a03e", + "resource": { + "resourceType": "Organization", + "id": "84f858ae-39ce-3bd0-8685-9f7e98b8a03e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 45 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 201 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 88 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 90 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "84f858ae-39ce-3bd0-8685-9f7e98b8a03e" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP55732", + "telecom": [ { + "system": "phone", + "value": "617-501-5515" + } ], + "address": [ { + "line": [ "45 LYNMAN ST" ], + "city": "WESTBORO", + "state": "MA", + "postalCode": "01581", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|84f858ae-39ce-3bd0-8685-9f7e98b8a03e" + } + }, { + "fullUrl": "urn:uuid:f7255ac6-9154-31d6-8e4a-58f1ef399a37", + "resource": { + "resourceType": "Location", + "id": "f7255ac6-9154-31d6-8e4a-58f1ef399a37", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f7255ac6-9154-31d6-8e4a-58f1ef399a37" + } ], + "status": "active", + "name": "PCP55732", + "telecom": [ { + "system": "phone", + "value": "617-501-5515" + } ], + "address": { + "line": [ "45 LYNMAN ST" ], + "city": "WESTBORO", + "state": "MA", + "postalCode": "01581", + "country": "US" + }, + "position": { + "longitude": -71.617492, + "latitude": 42.267441 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "84f858ae-39ce-3bd0-8685-9f7e98b8a03e" + }, + "display": "PCP55732" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f7255ac6-9154-31d6-8e4a-58f1ef399a37" + } + }, { + "fullUrl": "urn:uuid:eadeb4fd-c28c-3933-b6d1-fc0ae5d4af2e", + "resource": { + "resourceType": "Organization", + "id": "eadeb4fd-c28c-3933-b6d1-fc0ae5d4af2e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 40 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 285 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 46 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 43 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "eadeb4fd-c28c-3933-b6d1-fc0ae5d4af2e" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP57734", + "telecom": [ { + "system": "phone", + "value": "413-527-9903" + } ], + "address": [ { + "line": [ "166 COLLEGE HWY" ], + "city": "SOUTHAMPTON", + "state": "MA", + "postalCode": "01073-0431", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|eadeb4fd-c28c-3933-b6d1-fc0ae5d4af2e" + } + }, { + "fullUrl": "urn:uuid:df6936b5-31c0-33fe-90ed-a28aa4494b38", + "resource": { + "resourceType": "Location", + "id": "df6936b5-31c0-33fe-90ed-a28aa4494b38", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "df6936b5-31c0-33fe-90ed-a28aa4494b38" + } ], + "status": "active", + "name": "PCP57734", + "telecom": [ { + "system": "phone", + "value": "413-527-9903" + } ], + "address": { + "line": [ "166 COLLEGE HWY" ], + "city": "SOUTHAMPTON", + "state": "MA", + "postalCode": "01073-0431", + "country": "US" + }, + "position": { + "longitude": -72.74158800000001, + "latitude": 42.226949 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "eadeb4fd-c28c-3933-b6d1-fc0ae5d4af2e" + }, + "display": "PCP57734" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|df6936b5-31c0-33fe-90ed-a28aa4494b38" + } + }, { + "fullUrl": "urn:uuid:825c9254-2ca4-335c-8abf-b33dc19e796c", + "resource": { + "resourceType": "Organization", + "id": "825c9254-2ca4-335c-8abf-b33dc19e796c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 39 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 129 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 61 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 55 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "825c9254-2ca4-335c-8abf-b33dc19e796c" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP63533", + "telecom": [ { + "system": "phone", + "value": "617-846-3502" + } ], + "address": [ { + "line": [ "6 BARTLETT RD" ], + "city": "WINTHROP", + "state": "MA", + "postalCode": "02152-2913", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|825c9254-2ca4-335c-8abf-b33dc19e796c" + } + }, { + "fullUrl": "urn:uuid:b10cc617-b70f-309b-a25d-8fcf1b8ad04b", + "resource": { + "resourceType": "Location", + "id": "b10cc617-b70f-309b-a25d-8fcf1b8ad04b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "b10cc617-b70f-309b-a25d-8fcf1b8ad04b" + } ], + "status": "active", + "name": "PCP63533", + "telecom": [ { + "system": "phone", + "value": "617-846-3502" + } ], + "address": { + "line": [ "6 BARTLETT RD" ], + "city": "WINTHROP", + "state": "MA", + "postalCode": "02152-2913", + "country": "US" + }, + "position": { + "longitude": -70.970646, + "latitude": 42.375541 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "825c9254-2ca4-335c-8abf-b33dc19e796c" + }, + "display": "PCP63533" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|b10cc617-b70f-309b-a25d-8fcf1b8ad04b" + } + }, { + "fullUrl": "urn:uuid:b132d5f0-60e5-3869-b090-7595daaf1f80", + "resource": { + "resourceType": "Organization", + "id": "b132d5f0-60e5-3869-b090-7595daaf1f80", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 40 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 150 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 76 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 58 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "b132d5f0-60e5-3869-b090-7595daaf1f80" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "LOWNEY MEDICAL ASSOCIATES, INC", + "telecom": [ { + "system": "phone", + "value": "617-364-2420" + } ], + "address": [ { + "line": [ "1234 HYDE PARK AVE" ], + "city": "HYDE PARK", + "state": "MA", + "postalCode": "02136-2819", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|b132d5f0-60e5-3869-b090-7595daaf1f80" + } + }, { + "fullUrl": "urn:uuid:da17c15a-7a78-3895-bedb-437b1d70da48", + "resource": { + "resourceType": "Location", + "id": "da17c15a-7a78-3895-bedb-437b1d70da48", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "da17c15a-7a78-3895-bedb-437b1d70da48" + } ], + "status": "active", + "name": "LOWNEY MEDICAL ASSOCIATES, INC", + "telecom": [ { + "system": "phone", + "value": "617-364-2420" + } ], + "address": { + "line": [ "1234 HYDE PARK AVE" ], + "city": "HYDE PARK", + "state": "MA", + "postalCode": "02136-2819", + "country": "US" + }, + "position": { + "longitude": -71.020173, + "latitude": 42.33196 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b132d5f0-60e5-3869-b090-7595daaf1f80" + }, + "display": "LOWNEY MEDICAL ASSOCIATES, INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|da17c15a-7a78-3895-bedb-437b1d70da48" + } + }, { + "fullUrl": "urn:uuid:1b308c50-ccc1-3816-8261-1cc1caf85d95", + "resource": { + "resourceType": "Organization", + "id": "1b308c50-ccc1-3816-8261-1cc1caf85d95", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 24 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 31 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 11 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 2 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "1b308c50-ccc1-3816-8261-1cc1caf85d95" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "ADVANCE PHYSICAL THERAPY AND SPORT REHAB", + "telecom": [ { + "system": "phone", + "value": "781-592-0540" + } ], + "address": [ { + "line": [ "1 MARKET ST" ], + "city": "LYNN", + "state": "MA", + "postalCode": "01901-1044", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|1b308c50-ccc1-3816-8261-1cc1caf85d95" + } + }, { + "fullUrl": "urn:uuid:c3aad6f6-c3b0-3e0d-9eae-36960065306d", + "resource": { + "resourceType": "Location", + "id": "c3aad6f6-c3b0-3e0d-9eae-36960065306d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "c3aad6f6-c3b0-3e0d-9eae-36960065306d" + } ], + "status": "active", + "name": "ADVANCE PHYSICAL THERAPY AND SPORT REHAB", + "telecom": [ { + "system": "phone", + "value": "781-592-0540" + } ], + "address": { + "line": [ "1 MARKET ST" ], + "city": "LYNN", + "state": "MA", + "postalCode": "01901-1044", + "country": "US" + }, + "position": { + "longitude": -70.96218499999999, + "latitude": 42.474862 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "1b308c50-ccc1-3816-8261-1cc1caf85d95" + }, + "display": "ADVANCE PHYSICAL THERAPY AND SPORT REHAB" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|c3aad6f6-c3b0-3e0d-9eae-36960065306d" + } + }, { + "fullUrl": "urn:uuid:f7fd8ba5-ee6e-30a5-b8cd-9da08d485b8d", + "resource": { + "resourceType": "Organization", + "id": "f7fd8ba5-ee6e-30a5-b8cd-9da08d485b8d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 49 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 443 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 120 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 56 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f7fd8ba5-ee6e-30a5-b8cd-9da08d485b8d" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PAGE ENTERPRISES INC", + "telecom": [ { + "system": "phone", + "value": "508-943-8895" + } ], + "address": [ { + "line": [ "27 E MAIN ST" ], + "city": "WEBSTER", + "state": "MA", + "postalCode": "01570-2310", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f7fd8ba5-ee6e-30a5-b8cd-9da08d485b8d" + } + }, { + "fullUrl": "urn:uuid:e125b993-49df-37b5-8fab-40a1f38951c9", + "resource": { + "resourceType": "Location", + "id": "e125b993-49df-37b5-8fab-40a1f38951c9", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "e125b993-49df-37b5-8fab-40a1f38951c9" + } ], + "status": "active", + "name": "PAGE ENTERPRISES INC", + "telecom": [ { + "system": "phone", + "value": "508-943-8895" + } ], + "address": { + "line": [ "27 E MAIN ST" ], + "city": "WEBSTER", + "state": "MA", + "postalCode": "01570-2310", + "country": "US" + }, + "position": { + "longitude": -71.845805, + "latitude": 42.047075 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f7fd8ba5-ee6e-30a5-b8cd-9da08d485b8d" + }, + "display": "PAGE ENTERPRISES INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|e125b993-49df-37b5-8fab-40a1f38951c9" + } + }, { + "fullUrl": "urn:uuid:f5c2ed46-d994-33c7-bc9e-c723b8ad24a0", + "resource": { + "resourceType": "Organization", + "id": "f5c2ed46-d994-33c7-bc9e-c723b8ad24a0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 70 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 300 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 208 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 146 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f5c2ed46-d994-33c7-bc9e-c723b8ad24a0" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP65005", + "telecom": [ { + "system": "phone", + "value": "781-289-2144" + } ], + "address": [ { + "line": [ "1 ORR SQUARE C" ], + "city": "REVERE", + "state": "MA", + "postalCode": "02151-3200", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f5c2ed46-d994-33c7-bc9e-c723b8ad24a0" + } + }, { + "fullUrl": "urn:uuid:9db4d52d-31c4-3d3a-9f64-eb1be890d5bb", + "resource": { + "resourceType": "Location", + "id": "9db4d52d-31c4-3d3a-9f64-eb1be890d5bb", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9db4d52d-31c4-3d3a-9f64-eb1be890d5bb" + } ], + "status": "active", + "name": "PCP65005", + "telecom": [ { + "system": "phone", + "value": "781-289-2144" + } ], + "address": { + "line": [ "1 ORR SQUARE C" ], + "city": "REVERE", + "state": "MA", + "postalCode": "02151-3200", + "country": "US" + }, + "position": { + "longitude": -70.99036, + "latitude": 42.421005 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f5c2ed46-d994-33c7-bc9e-c723b8ad24a0" + }, + "display": "PCP65005" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9db4d52d-31c4-3d3a-9f64-eb1be890d5bb" + } + }, { + "fullUrl": "urn:uuid:a900d50b-71a9-377d-9aec-3a8f84bd2de9", + "resource": { + "resourceType": "Organization", + "id": "a900d50b-71a9-377d-9aec-3a8f84bd2de9", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 83 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 366 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 169 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 96 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "a900d50b-71a9-377d-9aec-3a8f84bd2de9" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP69376", + "telecom": [ { + "system": "phone", + "value": "978-996-8159" + } ], + "address": [ { + "line": [ "9 CENTRAL ST" ], + "city": "LOWELL", + "state": "MA", + "postalCode": "01852-1915", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|a900d50b-71a9-377d-9aec-3a8f84bd2de9" + } + }, { + "fullUrl": "urn:uuid:b587225e-8dc2-3974-ad88-9541c6cbbe2a", + "resource": { + "resourceType": "Location", + "id": "b587225e-8dc2-3974-ad88-9541c6cbbe2a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "b587225e-8dc2-3974-ad88-9541c6cbbe2a" + } ], + "status": "active", + "name": "PCP69376", + "telecom": [ { + "system": "phone", + "value": "978-996-8159" + } ], + "address": { + "line": [ "9 CENTRAL ST" ], + "city": "LOWELL", + "state": "MA", + "postalCode": "01852-1915", + "country": "US" + }, + "position": { + "longitude": -71.321141, + "latitude": 42.63898 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a900d50b-71a9-377d-9aec-3a8f84bd2de9" + }, + "display": "PCP69376" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|b587225e-8dc2-3974-ad88-9541c6cbbe2a" + } + }, { + "fullUrl": "urn:uuid:286d4416-5342-349e-adaf-b813441d5fab", + "resource": { + "resourceType": "Organization", + "id": "286d4416-5342-349e-adaf-b813441d5fab", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 27 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 115 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 15 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 10 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "286d4416-5342-349e-adaf-b813441d5fab" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP71482", + "telecom": [ { + "system": "phone", + "value": "617-347-3145" + } ], + "address": [ { + "line": [ "1 WALPOLE ST" ], + "city": "NORWOOD", + "state": "MA", + "postalCode": "02062-3315", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|286d4416-5342-349e-adaf-b813441d5fab" + } + }, { + "fullUrl": "urn:uuid:2c3b90a0-c58d-3f5f-8595-a58da83a561b", + "resource": { + "resourceType": "Location", + "id": "2c3b90a0-c58d-3f5f-8595-a58da83a561b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "2c3b90a0-c58d-3f5f-8595-a58da83a561b" + } ], + "status": "active", + "name": "PCP71482", + "telecom": [ { + "system": "phone", + "value": "617-347-3145" + } ], + "address": { + "line": [ "1 WALPOLE ST" ], + "city": "NORWOOD", + "state": "MA", + "postalCode": "02062-3315", + "country": "US" + }, + "position": { + "longitude": -71.195971, + "latitude": 42.187364 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "286d4416-5342-349e-adaf-b813441d5fab" + }, + "display": "PCP71482" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|2c3b90a0-c58d-3f5f-8595-a58da83a561b" + } + }, { + "fullUrl": "urn:uuid:eb72b82a-6761-3fc8-b10c-54171e40a712", + "resource": { + "resourceType": "Organization", + "id": "eb72b82a-6761-3fc8-b10c-54171e40a712", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 31 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 82 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 35 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 7 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "eb72b82a-6761-3fc8-b10c-54171e40a712" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "MIDDLESEX REHABILITATION ASSOCIATES, INC", + "telecom": [ { + "system": "phone", + "value": "508-650-1856" + } ], + "address": [ { + "line": [ "214 N MAIN ST" ], + "city": "NATICK", + "state": "MA", + "postalCode": "01760-1131", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|eb72b82a-6761-3fc8-b10c-54171e40a712" + } + }, { + "fullUrl": "urn:uuid:e833b2ab-4b4e-3f93-b788-53835957b71d", + "resource": { + "resourceType": "Location", + "id": "e833b2ab-4b4e-3f93-b788-53835957b71d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "e833b2ab-4b4e-3f93-b788-53835957b71d" + } ], + "status": "active", + "name": "MIDDLESEX REHABILITATION ASSOCIATES, INC", + "telecom": [ { + "system": "phone", + "value": "508-650-1856" + } ], + "address": { + "line": [ "214 N MAIN ST" ], + "city": "NATICK", + "state": "MA", + "postalCode": "01760-1131", + "country": "US" + }, + "position": { + "longitude": -71.348811, + "latitude": 42.284822 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "eb72b82a-6761-3fc8-b10c-54171e40a712" + }, + "display": "MIDDLESEX REHABILITATION ASSOCIATES, INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|e833b2ab-4b4e-3f93-b788-53835957b71d" + } + }, { + "fullUrl": "urn:uuid:909a0f76-d1bc-3354-a883-82d002a29123", + "resource": { + "resourceType": "Organization", + "id": "909a0f76-d1bc-3354-a883-82d002a29123", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 40 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 197 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 63 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 15 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "909a0f76-d1bc-3354-a883-82d002a29123" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "LYNNFIELD PSYCHOLOGICAL ASSOCIATES, PC", + "telecom": [ { + "system": "phone", + "value": "781-334-2644" + } ], + "address": [ { + "line": [ "180 MAIN ST" ], + "city": "LYNNFIELD", + "state": "MA", + "postalCode": "01940-2514", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|909a0f76-d1bc-3354-a883-82d002a29123" + } + }, { + "fullUrl": "urn:uuid:008e2b35-a926-371e-8ede-e70392caef9f", + "resource": { + "resourceType": "Location", + "id": "008e2b35-a926-371e-8ede-e70392caef9f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "008e2b35-a926-371e-8ede-e70392caef9f" + } ], + "status": "active", + "name": "LYNNFIELD PSYCHOLOGICAL ASSOCIATES, PC", + "telecom": [ { + "system": "phone", + "value": "781-334-2644" + } ], + "address": { + "line": [ "180 MAIN ST" ], + "city": "LYNNFIELD", + "state": "MA", + "postalCode": "01940-2514", + "country": "US" + }, + "position": { + "longitude": -71.038333, + "latitude": 42.534146 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "909a0f76-d1bc-3354-a883-82d002a29123" + }, + "display": "LYNNFIELD PSYCHOLOGICAL ASSOCIATES, PC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|008e2b35-a926-371e-8ede-e70392caef9f" + } + }, { + "fullUrl": "urn:uuid:8ba86aab-d837-3747-bd08-a88b3f9c2a45", + "resource": { + "resourceType": "Organization", + "id": "8ba86aab-d837-3747-bd08-a88b3f9c2a45", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 36 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 93 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 34 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 16 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "8ba86aab-d837-3747-bd08-a88b3f9c2a45" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP97883", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "2141 BOSTON RD" ], + "city": "WILBRAHAM", + "state": "MA", + "postalCode": "01095-1147", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|8ba86aab-d837-3747-bd08-a88b3f9c2a45" + } + }, { + "fullUrl": "urn:uuid:1d5ad081-9831-3d94-901e-c0d2527da44f", + "resource": { + "resourceType": "Location", + "id": "1d5ad081-9831-3d94-901e-c0d2527da44f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "1d5ad081-9831-3d94-901e-c0d2527da44f" + } ], + "status": "active", + "name": "PCP97883", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "2141 BOSTON RD" ], + "city": "WILBRAHAM", + "state": "MA", + "postalCode": "01095-1147", + "country": "US" + }, + "position": { + "longitude": -72.430952, + "latitude": 42.126883 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8ba86aab-d837-3747-bd08-a88b3f9c2a45" + }, + "display": "PCP97883" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f" + } + }, { + "fullUrl": "urn:uuid:24859bd7-0620-374b-bc28-880516462850", + "resource": { + "resourceType": "Organization", + "id": "24859bd7-0620-374b-bc28-880516462850", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 68 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 282 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 157 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 105 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "24859bd7-0620-374b-bc28-880516462850" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP101658", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "473 MAIN ST" ], + "city": "FISKDALE", + "state": "MA", + "postalCode": "01518-1293", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|24859bd7-0620-374b-bc28-880516462850" + } + }, { + "fullUrl": "urn:uuid:d456b14b-f714-32ce-a807-d895ee766160", + "resource": { + "resourceType": "Location", + "id": "d456b14b-f714-32ce-a807-d895ee766160", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "d456b14b-f714-32ce-a807-d895ee766160" + } ], + "status": "active", + "name": "PCP101658", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "473 MAIN ST" ], + "city": "FISKDALE", + "state": "MA", + "postalCode": "01518-1293", + "country": "US" + }, + "position": { + "longitude": -72.110888, + "latitude": 42.124762 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "24859bd7-0620-374b-bc28-880516462850" + }, + "display": "PCP101658" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|d456b14b-f714-32ce-a807-d895ee766160" + } + }, { + "fullUrl": "urn:uuid:60148c56-7c52-3092-819a-da19d5c374b2", + "resource": { + "resourceType": "Organization", + "id": "60148c56-7c52-3092-819a-da19d5c374b2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 44 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 141 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 72 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 52 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "60148c56-7c52-3092-819a-da19d5c374b2" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP105303", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "214 OCEAN ST" ], + "city": "LYNN", + "state": "MA", + "postalCode": "01902-3195", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|60148c56-7c52-3092-819a-da19d5c374b2" + } + }, { + "fullUrl": "urn:uuid:ad56832c-d574-3393-9e48-b8dc1cd2ea8b", + "resource": { + "resourceType": "Location", + "id": "ad56832c-d574-3393-9e48-b8dc1cd2ea8b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "ad56832c-d574-3393-9e48-b8dc1cd2ea8b" + } ], + "status": "active", + "name": "PCP105303", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "214 OCEAN ST" ], + "city": "LYNN", + "state": "MA", + "postalCode": "01902-3195", + "country": "US" + }, + "position": { + "longitude": -70.96218499999999, + "latitude": 42.474862 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "60148c56-7c52-3092-819a-da19d5c374b2" + }, + "display": "PCP105303" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|ad56832c-d574-3393-9e48-b8dc1cd2ea8b" + } + }, { + "fullUrl": "urn:uuid:d9242200-7588-3df0-8ff0-61a45b07c487", + "resource": { + "resourceType": "Organization", + "id": "d9242200-7588-3df0-8ff0-61a45b07c487", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 47 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 281 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 79 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 33 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "d9242200-7588-3df0-8ff0-61a45b07c487" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP114043", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "32 NYE AVE" ], + "city": "ACUSHNET", + "state": "MA", + "postalCode": "02743-2750", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|d9242200-7588-3df0-8ff0-61a45b07c487" + } + }, { + "fullUrl": "urn:uuid:bc15c6dd-983f-33a3-8729-a7de19600e0b", + "resource": { + "resourceType": "Location", + "id": "bc15c6dd-983f-33a3-8729-a7de19600e0b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "bc15c6dd-983f-33a3-8729-a7de19600e0b" + } ], + "status": "active", + "name": "PCP114043", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "32 NYE AVE" ], + "city": "ACUSHNET", + "state": "MA", + "postalCode": "02743-2750", + "country": "US" + }, + "position": { + "longitude": -70.901151, + "latitude": 41.718216999999996 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d9242200-7588-3df0-8ff0-61a45b07c487" + }, + "display": "PCP114043" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|bc15c6dd-983f-33a3-8729-a7de19600e0b" + } + }, { + "fullUrl": "urn:uuid:9f599d0e-3035-3db9-9499-4283ae8eaf70", + "resource": { + "resourceType": "Organization", + "id": "9f599d0e-3035-3db9-9499-4283ae8eaf70", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 32 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 82 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 34 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 9 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9f599d0e-3035-3db9-9499-4283ae8eaf70" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP114087", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "201 HIGHLAND ST" ], + "city": "CLINTON", + "state": "MA", + "postalCode": "01510-1037", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9f599d0e-3035-3db9-9499-4283ae8eaf70" + } + }, { + "fullUrl": "urn:uuid:e3beee5c-b689-3983-8519-40a011e5f92f", + "resource": { + "resourceType": "Location", + "id": "e3beee5c-b689-3983-8519-40a011e5f92f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "e3beee5c-b689-3983-8519-40a011e5f92f" + } ], + "status": "active", + "name": "PCP114087", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "201 HIGHLAND ST" ], + "city": "CLINTON", + "state": "MA", + "postalCode": "01510-1037", + "country": "US" + }, + "position": { + "longitude": -71.690005, + "latitude": 42.411887 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9f599d0e-3035-3db9-9499-4283ae8eaf70" + }, + "display": "PCP114087" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|e3beee5c-b689-3983-8519-40a011e5f92f" + } + }, { + "fullUrl": "urn:uuid:d6f70545-31f4-389a-903e-adc1279e5ecf", + "resource": { + "resourceType": "Organization", + "id": "d6f70545-31f4-389a-903e-adc1279e5ecf", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 77 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 783 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 153 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 69 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "d6f70545-31f4-389a-903e-adc1279e5ecf" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP116215", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "1256 PARK ST" ], + "city": "STOUGHTON", + "state": "MA", + "postalCode": "02072-3751", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|d6f70545-31f4-389a-903e-adc1279e5ecf" + } + }, { + "fullUrl": "urn:uuid:9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48", + "resource": { + "resourceType": "Location", + "id": "9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48" + } ], + "status": "active", + "name": "PCP116215", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "1256 PARK ST" ], + "city": "STOUGHTON", + "state": "MA", + "postalCode": "02072-3751", + "country": "US" + }, + "position": { + "longitude": -71.10365, + "latitude": 42.119006 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d6f70545-31f4-389a-903e-adc1279e5ecf" + }, + "display": "PCP116215" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48" + } + }, { + "fullUrl": "urn:uuid:25863dcf-f0f3-3bff-b6a6-7e300c068f07", + "resource": { + "resourceType": "Organization", + "id": "25863dcf-f0f3-3bff-b6a6-7e300c068f07", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 46 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 158 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 75 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 31 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "25863dcf-f0f3-3bff-b6a6-7e300c068f07" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP120702", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "320 WASHINGTON ST" ], + "city": "BRIGHTON", + "state": "MA", + "postalCode": "02135-3356", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|25863dcf-f0f3-3bff-b6a6-7e300c068f07" + } + }, { + "fullUrl": "urn:uuid:5e136f2e-dee7-3204-a55e-763823e477b6", + "resource": { + "resourceType": "Location", + "id": "5e136f2e-dee7-3204-a55e-763823e477b6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "5e136f2e-dee7-3204-a55e-763823e477b6" + } ], + "status": "active", + "name": "PCP120702", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "320 WASHINGTON ST" ], + "city": "BRIGHTON", + "state": "MA", + "postalCode": "02135-3356", + "country": "US" + }, + "position": { + "longitude": -71.020173, + "latitude": 42.33196 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "25863dcf-f0f3-3bff-b6a6-7e300c068f07" + }, + "display": "PCP120702" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|5e136f2e-dee7-3204-a55e-763823e477b6" + } + }, { + "fullUrl": "urn:uuid:1776755d-7040-3d15-b588-d67de0149d76", + "resource": { + "resourceType": "Organization", + "id": "1776755d-7040-3d15-b588-d67de0149d76", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 66 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 331 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 57 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 41 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "1776755d-7040-3d15-b588-d67de0149d76" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP124300", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "5 CROWLEY RD" ], + "city": "WESTHAMPTON", + "state": "MA", + "postalCode": "01027-9637", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|1776755d-7040-3d15-b588-d67de0149d76" + } + }, { + "fullUrl": "urn:uuid:d7f82cb6-68a1-31b4-a148-a3792f525a3d", + "resource": { + "resourceType": "Location", + "id": "d7f82cb6-68a1-31b4-a148-a3792f525a3d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "d7f82cb6-68a1-31b4-a148-a3792f525a3d" + } ], + "status": "active", + "name": "PCP124300", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "5 CROWLEY RD" ], + "city": "WESTHAMPTON", + "state": "MA", + "postalCode": "01027-9637", + "country": "US" + }, + "position": { + "longitude": -72.777977, + "latitude": 42.314078 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "1776755d-7040-3d15-b588-d67de0149d76" + }, + "display": "PCP124300" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d" + } + }, { + "fullUrl": "urn:uuid:3fe0fb59-f52b-3323-8fea-d05ccb31a177", + "resource": { + "resourceType": "Organization", + "id": "3fe0fb59-f52b-3323-8fea-d05ccb31a177", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 52 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 214 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 84 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 77 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "3fe0fb59-f52b-3323-8fea-d05ccb31a177" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP129774", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "250 SALEM ST" ], + "city": "REVERE", + "state": "MA", + "postalCode": "02151-1018", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|3fe0fb59-f52b-3323-8fea-d05ccb31a177" + } + }, { + "fullUrl": "urn:uuid:7dce252c-c8e2-3043-9e08-2296b83d450c", + "resource": { + "resourceType": "Location", + "id": "7dce252c-c8e2-3043-9e08-2296b83d450c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "7dce252c-c8e2-3043-9e08-2296b83d450c" + } ], + "status": "active", + "name": "PCP129774", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "250 SALEM ST" ], + "city": "REVERE", + "state": "MA", + "postalCode": "02151-1018", + "country": "US" + }, + "position": { + "longitude": -70.99036, + "latitude": 42.421005 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3fe0fb59-f52b-3323-8fea-d05ccb31a177" + }, + "display": "PCP129774" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|7dce252c-c8e2-3043-9e08-2296b83d450c" + } + }, { + "fullUrl": "urn:uuid:f28ce7cd-867f-3431-99e3-ab62ed072852", + "resource": { + "resourceType": "Organization", + "id": "f28ce7cd-867f-3431-99e3-ab62ed072852", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 32 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 298 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 33 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 18 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f28ce7cd-867f-3431-99e3-ab62ed072852" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP140496", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "454 BROADWAY" ], + "city": "REVERE", + "state": "MA", + "postalCode": "02151-3050", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f28ce7cd-867f-3431-99e3-ab62ed072852" + } + }, { + "fullUrl": "urn:uuid:aa5c66cc-abdd-3078-8b6f-b7b1bd5f493d", + "resource": { + "resourceType": "Location", + "id": "aa5c66cc-abdd-3078-8b6f-b7b1bd5f493d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "aa5c66cc-abdd-3078-8b6f-b7b1bd5f493d" + } ], + "status": "active", + "name": "PCP140496", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "454 BROADWAY" ], + "city": "REVERE", + "state": "MA", + "postalCode": "02151-3050", + "country": "US" + }, + "position": { + "longitude": -70.99036, + "latitude": 42.421005 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f28ce7cd-867f-3431-99e3-ab62ed072852" + }, + "display": "PCP140496" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|aa5c66cc-abdd-3078-8b6f-b7b1bd5f493d" + } + }, { + "fullUrl": "urn:uuid:bdd22eca-f670-301a-816f-d7496f9a4f86", + "resource": { + "resourceType": "Organization", + "id": "bdd22eca-f670-301a-816f-d7496f9a4f86", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 42 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 317 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 67 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 24 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "bdd22eca-f670-301a-816f-d7496f9a4f86" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP145335", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "216 MAIN ST" ], + "city": "OXFORD", + "state": "MA", + "postalCode": "01540-3310", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|bdd22eca-f670-301a-816f-d7496f9a4f86" + } + }, { + "fullUrl": "urn:uuid:669ebaff-98b2-3761-93ac-3cf4f3cde169", + "resource": { + "resourceType": "Location", + "id": "669ebaff-98b2-3761-93ac-3cf4f3cde169", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "669ebaff-98b2-3761-93ac-3cf4f3cde169" + } ], + "status": "active", + "name": "PCP145335", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "216 MAIN ST" ], + "city": "OXFORD", + "state": "MA", + "postalCode": "01540-3310", + "country": "US" + }, + "position": { + "longitude": -71.8671, + "latitude": 42.12826 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "bdd22eca-f670-301a-816f-d7496f9a4f86" + }, + "display": "PCP145335" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|669ebaff-98b2-3761-93ac-3cf4f3cde169" + } + }, { + "fullUrl": "urn:uuid:b84fd170-71a9-3989-bb5b-b0810f6f5410", + "resource": { + "resourceType": "Organization", + "id": "b84fd170-71a9-3989-bb5b-b0810f6f5410", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 79 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 300 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 158 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 53 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "b84fd170-71a9-3989-bb5b-b0810f6f5410" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP150237", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "157 CTR BRIDGE RD" ], + "city": "LANCASTER", + "state": "MA", + "postalCode": "01523-2227", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|b84fd170-71a9-3989-bb5b-b0810f6f5410" + } + }, { + "fullUrl": "urn:uuid:4ae990dd-dd8b-371b-a9aa-049630a6cffe", + "resource": { + "resourceType": "Location", + "id": "4ae990dd-dd8b-371b-a9aa-049630a6cffe", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "4ae990dd-dd8b-371b-a9aa-049630a6cffe" + } ], + "status": "active", + "name": "PCP150237", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "157 CTR BRIDGE RD" ], + "city": "LANCASTER", + "state": "MA", + "postalCode": "01523-2227", + "country": "US" + }, + "position": { + "longitude": -71.675585, + "latitude": 42.483569 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b84fd170-71a9-3989-bb5b-b0810f6f5410" + }, + "display": "PCP150237" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|4ae990dd-dd8b-371b-a9aa-049630a6cffe" + } + }, { + "fullUrl": "urn:uuid:ff038275-29a5-32b0-918b-fae967a15738", + "resource": { + "resourceType": "Organization", + "id": "ff038275-29a5-32b0-918b-fae967a15738", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 71 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 293 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 159 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 171 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "ff038275-29a5-32b0-918b-fae967a15738" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP151160", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "54 HOPEDALE ST" ], + "city": "HOPEDALE", + "state": "MA", + "postalCode": "01747-1700", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|ff038275-29a5-32b0-918b-fae967a15738" + } + }, { + "fullUrl": "urn:uuid:310c6e3a-0b52-3e49-9556-e1c03cd6c2bd", + "resource": { + "resourceType": "Location", + "id": "310c6e3a-0b52-3e49-9556-e1c03cd6c2bd", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "310c6e3a-0b52-3e49-9556-e1c03cd6c2bd" + } ], + "status": "active", + "name": "PCP151160", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "54 HOPEDALE ST" ], + "city": "HOPEDALE", + "state": "MA", + "postalCode": "01747-1700", + "country": "US" + }, + "position": { + "longitude": -71.53140400000001, + "latitude": 42.123007 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ff038275-29a5-32b0-918b-fae967a15738" + }, + "display": "PCP151160" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|310c6e3a-0b52-3e49-9556-e1c03cd6c2bd" + } + }, { + "fullUrl": "urn:uuid:32cb9097-d3d1-3962-b501-b0ff001d7950", + "resource": { + "resourceType": "Organization", + "id": "32cb9097-d3d1-3962-b501-b0ff001d7950", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 69 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 271 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 127 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 62 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "32cb9097-d3d1-3962-b501-b0ff001d7950" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP152987", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "1428 MAIN ST" ], + "city": "WALPOLE", + "state": "MA", + "postalCode": "02081-1729", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|32cb9097-d3d1-3962-b501-b0ff001d7950" + } + }, { + "fullUrl": "urn:uuid:18e1e719-9f57-3bb9-bc5f-207e26befc88", + "resource": { + "resourceType": "Location", + "id": "18e1e719-9f57-3bb9-bc5f-207e26befc88", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "18e1e719-9f57-3bb9-bc5f-207e26befc88" + } ], + "status": "active", + "name": "PCP152987", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "1428 MAIN ST" ], + "city": "WALPOLE", + "state": "MA", + "postalCode": "02081-1729", + "country": "US" + }, + "position": { + "longitude": -71.255604, + "latitude": 42.146285999999996 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "32cb9097-d3d1-3962-b501-b0ff001d7950" + }, + "display": "PCP152987" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|18e1e719-9f57-3bb9-bc5f-207e26befc88" + } + }, { + "fullUrl": "urn:uuid:85b02c71-bf0f-365f-a04a-7cf20a974e4c", + "resource": { + "resourceType": "Organization", + "id": "85b02c71-bf0f-365f-a04a-7cf20a974e4c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 55 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 975 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 764 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 335 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "85b02c71-bf0f-365f-a04a-7cf20a974e4c" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP158602", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "1183 N MAIN ST" ], + "city": "RANDOLPH", + "state": "MA", + "postalCode": "02368-2135", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|85b02c71-bf0f-365f-a04a-7cf20a974e4c" + } + }, { + "fullUrl": "urn:uuid:7ffd0ebb-7069-3b2a-9a4f-c737fdc708d1", + "resource": { + "resourceType": "Location", + "id": "7ffd0ebb-7069-3b2a-9a4f-c737fdc708d1", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "7ffd0ebb-7069-3b2a-9a4f-c737fdc708d1" + } ], + "status": "active", + "name": "PCP158602", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "1183 N MAIN ST" ], + "city": "RANDOLPH", + "state": "MA", + "postalCode": "02368-2135", + "country": "US" + }, + "position": { + "longitude": -71.052654, + "latitude": 42.178993 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "85b02c71-bf0f-365f-a04a-7cf20a974e4c" + }, + "display": "PCP158602" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|7ffd0ebb-7069-3b2a-9a4f-c737fdc708d1" + } + }, { + "fullUrl": "urn:uuid:0a3e0fed-ef46-3a9f-861f-7c7afa4708f3", + "resource": { + "resourceType": "Organization", + "id": "0a3e0fed-ef46-3a9f-861f-7c7afa4708f3", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 25 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 41 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 11 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 10 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "0a3e0fed-ef46-3a9f-861f-7c7afa4708f3" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP159152", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "1342 BELMONT ST" ], + "city": "BROCKTON", + "state": "MA", + "postalCode": "02301-4437", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|0a3e0fed-ef46-3a9f-861f-7c7afa4708f3" + } + }, { + "fullUrl": "urn:uuid:fd684870-fc26-39a5-9033-cdfc7acf4841", + "resource": { + "resourceType": "Location", + "id": "fd684870-fc26-39a5-9033-cdfc7acf4841", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "fd684870-fc26-39a5-9033-cdfc7acf4841" + } ], + "status": "active", + "name": "PCP159152", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "1342 BELMONT ST" ], + "city": "BROCKTON", + "state": "MA", + "postalCode": "02301-4437", + "country": "US" + }, + "position": { + "longitude": -71.024638, + "latitude": 42.082543 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "0a3e0fed-ef46-3a9f-861f-7c7afa4708f3" + }, + "display": "PCP159152" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|fd684870-fc26-39a5-9033-cdfc7acf4841" + } + }, { + "fullUrl": "urn:uuid:e7701776-6395-3d0e-a314-50de600db578", + "resource": { + "resourceType": "Organization", + "id": "e7701776-6395-3d0e-a314-50de600db578", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 27 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 62 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 18 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 13 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "e7701776-6395-3d0e-a314-50de600db578" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "JAMES T. REIMER, M.D., P.C.", + "telecom": [ { + "system": "phone", + "value": "508-778-0375" + } ], + "address": [ { + "line": [ "251 WILLOW ST" ], + "city": "YARMOUTH PORT", + "state": "MA", + "postalCode": "02675-1744", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|e7701776-6395-3d0e-a314-50de600db578" + } + }, { + "fullUrl": "urn:uuid:59bd9533-6006-363a-a09d-183b761d9d6f", + "resource": { + "resourceType": "Location", + "id": "59bd9533-6006-363a-a09d-183b761d9d6f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "59bd9533-6006-363a-a09d-183b761d9d6f" + } ], + "status": "active", + "name": "JAMES T. REIMER, M.D., P.C.", + "telecom": [ { + "system": "phone", + "value": "508-778-0375" + } ], + "address": { + "line": [ "251 WILLOW ST" ], + "city": "YARMOUTH PORT", + "state": "MA", + "postalCode": "02675-1744", + "country": "US" + }, + "position": { + "longitude": -70.221117, + "latitude": 41.706920000000004 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e7701776-6395-3d0e-a314-50de600db578" + }, + "display": "JAMES T. REIMER, M.D., P.C." + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f" + } + }, { + "fullUrl": "urn:uuid:c0e66f8f-08de-327f-bb5d-791d3bde77f8", + "resource": { + "resourceType": "Organization", + "id": "c0e66f8f-08de-327f-bb5d-791d3bde77f8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 30 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 194 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 19 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 13 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "c0e66f8f-08de-327f-bb5d-791d3bde77f8" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP164650", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "12 CLARENDON ST" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02116-6117", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|c0e66f8f-08de-327f-bb5d-791d3bde77f8" + } + }, { + "fullUrl": "urn:uuid:9a1c67bf-6303-30e8-9271-c44d9c8ea378", + "resource": { + "resourceType": "Location", + "id": "9a1c67bf-6303-30e8-9271-c44d9c8ea378", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9a1c67bf-6303-30e8-9271-c44d9c8ea378" + } ], + "status": "active", + "name": "PCP164650", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "12 CLARENDON ST" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02116-6117", + "country": "US" + }, + "position": { + "longitude": -71.018253, + "latitude": 42.338551 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c0e66f8f-08de-327f-bb5d-791d3bde77f8" + }, + "display": "PCP164650" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9a1c67bf-6303-30e8-9271-c44d9c8ea378" + } + }, { + "fullUrl": "urn:uuid:822a6b9f-da15-3cc4-8436-ab61474f19fd", + "resource": { + "resourceType": "Organization", + "id": "822a6b9f-da15-3cc4-8436-ab61474f19fd", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 68 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 263 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 78 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 17 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "822a6b9f-da15-3cc4-8436-ab61474f19fd" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP169859", + "telecom": [ { + "system": "phone", + "value": "978-297-2311" + } ], + "address": [ { + "line": [ "55 HOSPITAL DR" ], + "city": "WINCHENDON", + "state": "MA", + "postalCode": "01475-1820", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|822a6b9f-da15-3cc4-8436-ab61474f19fd" + } + }, { + "fullUrl": "urn:uuid:4cf4d9b8-2986-347f-bc20-d92a43ac8cf8", + "resource": { + "resourceType": "Location", + "id": "4cf4d9b8-2986-347f-bc20-d92a43ac8cf8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "4cf4d9b8-2986-347f-bc20-d92a43ac8cf8" + } ], + "status": "active", + "name": "PCP169859", + "telecom": [ { + "system": "phone", + "value": "978-297-2311" + } ], + "address": { + "line": [ "55 HOSPITAL DR" ], + "city": "WINCHENDON", + "state": "MA", + "postalCode": "01475-1820", + "country": "US" + }, + "position": { + "longitude": -72.055644, + "latitude": 42.66816 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "822a6b9f-da15-3cc4-8436-ab61474f19fd" + }, + "display": "PCP169859" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|4cf4d9b8-2986-347f-bc20-d92a43ac8cf8" + } + }, { + "fullUrl": "urn:uuid:26cae56e-4ab7-3af6-815b-96c5cab3ceae", + "resource": { + "resourceType": "Organization", + "id": "26cae56e-4ab7-3af6-815b-96c5cab3ceae", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 24 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 30 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 9 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 4 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "26cae56e-4ab7-3af6-815b-96c5cab3ceae" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PATRIOT URGENT CARE PROFESSIONALS, PC", + "telecom": [ { + "system": "phone", + "value": "781-430-8161" + } ], + "address": [ { + "line": [ "154 GREAT RD" ], + "city": "BEDFORD", + "state": "MA", + "postalCode": "01730-2725", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|26cae56e-4ab7-3af6-815b-96c5cab3ceae" + } + }, { + "fullUrl": "urn:uuid:69e33fe2-4fc3-3902-a43a-a99a0f352039", + "resource": { + "resourceType": "Location", + "id": "69e33fe2-4fc3-3902-a43a-a99a0f352039", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "69e33fe2-4fc3-3902-a43a-a99a0f352039" + } ], + "status": "active", + "name": "PATRIOT URGENT CARE PROFESSIONALS, PC", + "telecom": [ { + "system": "phone", + "value": "781-430-8161" + } ], + "address": { + "line": [ "154 GREAT RD" ], + "city": "BEDFORD", + "state": "MA", + "postalCode": "01730-2725", + "country": "US" + }, + "position": { + "longitude": -71.281889, + "latitude": 42.499295000000004 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "26cae56e-4ab7-3af6-815b-96c5cab3ceae" + }, + "display": "PATRIOT URGENT CARE PROFESSIONALS, PC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|69e33fe2-4fc3-3902-a43a-a99a0f352039" + } + }, { + "fullUrl": "urn:uuid:e0ca0c69-8ba4-35e5-aa72-ea06997ed383", + "resource": { + "resourceType": "Organization", + "id": "e0ca0c69-8ba4-35e5-aa72-ea06997ed383", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 20 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 11 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 3 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 6 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "e0ca0c69-8ba4-35e5-aa72-ea06997ed383" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "HILLTOWN COMMUNITY HEALTH CENTERS INC", + "telecom": [ { + "system": "phone", + "value": "413-238-5511" + } ], + "address": [ { + "line": [ "58 OLD N RD" ], + "city": "WORTHINGTON", + "state": "MA", + "postalCode": "01098", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|e0ca0c69-8ba4-35e5-aa72-ea06997ed383" + } + }, { + "fullUrl": "urn:uuid:8697a1d6-5242-30b9-952f-e5b08a0ed861", + "resource": { + "resourceType": "Location", + "id": "8697a1d6-5242-30b9-952f-e5b08a0ed861", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "8697a1d6-5242-30b9-952f-e5b08a0ed861" + } ], + "status": "active", + "name": "HILLTOWN COMMUNITY HEALTH CENTERS INC", + "telecom": [ { + "system": "phone", + "value": "413-238-5511" + } ], + "address": { + "line": [ "58 OLD N RD" ], + "city": "WORTHINGTON", + "state": "MA", + "postalCode": "01098", + "country": "US" + }, + "position": { + "longitude": -72.943392, + "latitude": 42.397559 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e0ca0c69-8ba4-35e5-aa72-ea06997ed383" + }, + "display": "HILLTOWN COMMUNITY HEALTH CENTERS INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|8697a1d6-5242-30b9-952f-e5b08a0ed861" + } + }, { + "fullUrl": "urn:uuid:cb393842-aa79-3dc4-a905-3e2c84ea4037", + "resource": { + "resourceType": "Organization", + "id": "cb393842-aa79-3dc4-a905-3e2c84ea4037", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 79 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 1893 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 1283 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 899 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "cb393842-aa79-3dc4-a905-3e2c84ea4037" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "SOMA PHYSICAL THERAPY AND REHAB, LLC", + "telecom": [ { + "system": "phone", + "value": "781-400-1236" + } ], + "address": [ { + "line": [ "220 RESERVOIR ST" ], + "city": "NEEDHAM", + "state": "MA", + "postalCode": "02494-3133", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|cb393842-aa79-3dc4-a905-3e2c84ea4037" + } + }, { + "fullUrl": "urn:uuid:3cabfcfd-cfd8-3b39-9cb4-284b4fb3ca5e", + "resource": { + "resourceType": "Location", + "id": "3cabfcfd-cfd8-3b39-9cb4-284b4fb3ca5e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "3cabfcfd-cfd8-3b39-9cb4-284b4fb3ca5e" + } ], + "status": "active", + "name": "SOMA PHYSICAL THERAPY AND REHAB, LLC", + "telecom": [ { + "system": "phone", + "value": "781-400-1236" + } ], + "address": { + "line": [ "220 RESERVOIR ST" ], + "city": "NEEDHAM", + "state": "MA", + "postalCode": "02494-3133", + "country": "US" + }, + "position": { + "longitude": -71.242414, + "latitude": 42.281593 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "cb393842-aa79-3dc4-a905-3e2c84ea4037" + }, + "display": "SOMA PHYSICAL THERAPY AND REHAB, LLC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|3cabfcfd-cfd8-3b39-9cb4-284b4fb3ca5e" + } + }, { + "fullUrl": "urn:uuid:8644614a-6303-3dd9-af35-721d16154a37", + "resource": { + "resourceType": "Organization", + "id": "8644614a-6303-3dd9-af35-721d16154a37", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 41 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 142 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 63 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 31 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "8644614a-6303-3dd9-af35-721d16154a37" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP187431", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "92 MONTVALE AVE" ], + "city": "STONEHAM", + "state": "MA", + "postalCode": "02180-3601", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|8644614a-6303-3dd9-af35-721d16154a37" + } + }, { + "fullUrl": "urn:uuid:f8849882-712d-3566-a676-2a51b31ad3d3", + "resource": { + "resourceType": "Location", + "id": "f8849882-712d-3566-a676-2a51b31ad3d3", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f8849882-712d-3566-a676-2a51b31ad3d3" + } ], + "status": "active", + "name": "PCP187431", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "92 MONTVALE AVE" ], + "city": "STONEHAM", + "state": "MA", + "postalCode": "02180-3601", + "country": "US" + }, + "position": { + "longitude": -71.097665, + "latitude": 42.474208000000004 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8644614a-6303-3dd9-af35-721d16154a37" + }, + "display": "PCP187431" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f8849882-712d-3566-a676-2a51b31ad3d3" + } + }, { + "fullUrl": "urn:uuid:c2d61bc7-d33b-3926-ad6e-3293e2a026d6", + "resource": { + "resourceType": "Organization", + "id": "c2d61bc7-d33b-3926-ad6e-3293e2a026d6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 23 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 51 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 10 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 43 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "c2d61bc7-d33b-3926-ad6e-3293e2a026d6" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC", + "telecom": [ { + "system": "phone", + "value": "617-965-9500" + } ], + "address": [ { + "line": [ "11 NEVINS ST" ], + "city": "BRIGHTON", + "state": "MA", + "postalCode": "02135-3514", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|c2d61bc7-d33b-3926-ad6e-3293e2a026d6" + } + }, { + "fullUrl": "urn:uuid:6e289115-c633-3594-b8b7-e7967cbe87ed", + "resource": { + "resourceType": "Location", + "id": "6e289115-c633-3594-b8b7-e7967cbe87ed", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "6e289115-c633-3594-b8b7-e7967cbe87ed" + } ], + "status": "active", + "name": "NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC", + "telecom": [ { + "system": "phone", + "value": "617-965-9500" + } ], + "address": { + "line": [ "11 NEVINS ST" ], + "city": "BRIGHTON", + "state": "MA", + "postalCode": "02135-3514", + "country": "US" + }, + "position": { + "longitude": -71.020173, + "latitude": 42.33196 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c2d61bc7-d33b-3926-ad6e-3293e2a026d6" + }, + "display": "NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed" + } + }, { + "fullUrl": "urn:uuid:570849fa-6519-3a9f-9ab2-b20629274856", + "resource": { + "resourceType": "Organization", + "id": "570849fa-6519-3a9f-9ab2-b20629274856", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 36 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 419 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 55 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 21 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "570849fa-6519-3a9f-9ab2-b20629274856" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP191470", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "89 LEWIS BAY RD" ], + "city": "HYANNIS", + "state": "MA", + "postalCode": "02601-5240", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|570849fa-6519-3a9f-9ab2-b20629274856" + } + }, { + "fullUrl": "urn:uuid:1edda338-91b9-32d5-a200-4bb85330b53f", + "resource": { + "resourceType": "Location", + "id": "1edda338-91b9-32d5-a200-4bb85330b53f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "1edda338-91b9-32d5-a200-4bb85330b53f" + } ], + "status": "active", + "name": "PCP191470", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "89 LEWIS BAY RD" ], + "city": "HYANNIS", + "state": "MA", + "postalCode": "02601-5240", + "country": "US" + }, + "position": { + "longitude": -70.249978, + "latitude": 41.647227 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "570849fa-6519-3a9f-9ab2-b20629274856" + }, + "display": "PCP191470" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|1edda338-91b9-32d5-a200-4bb85330b53f" + } + }, { + "fullUrl": "urn:uuid:c13733b5-a8bb-37da-a0f2-da70f9f10086", + "resource": { + "resourceType": "Organization", + "id": "c13733b5-a8bb-37da-a0f2-da70f9f10086", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 57 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 253 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 157 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 88 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "c13733b5-a8bb-37da-a0f2-da70f9f10086" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP193045", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "411 MERRIMACK ST" ], + "city": "METHUEN", + "state": "MA", + "postalCode": "01844-5821", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|c13733b5-a8bb-37da-a0f2-da70f9f10086" + } + }, { + "fullUrl": "urn:uuid:6c5fcbb5-622d-3b99-b563-c6151e60dab1", + "resource": { + "resourceType": "Location", + "id": "6c5fcbb5-622d-3b99-b563-c6151e60dab1", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "6c5fcbb5-622d-3b99-b563-c6151e60dab1" + } ], + "status": "active", + "name": "PCP193045", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "411 MERRIMACK ST" ], + "city": "METHUEN", + "state": "MA", + "postalCode": "01844-5821", + "country": "US" + }, + "position": { + "longitude": -71.178588, + "latitude": 42.742751 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c13733b5-a8bb-37da-a0f2-da70f9f10086" + }, + "display": "PCP193045" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|6c5fcbb5-622d-3b99-b563-c6151e60dab1" + } + }, { + "fullUrl": "urn:uuid:1eb446a7-1770-3d2c-9608-b14e4173c6c0", + "resource": { + "resourceType": "Organization", + "id": "1eb446a7-1770-3d2c-9608-b14e4173c6c0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 33 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 129 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 33 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 105 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "1eb446a7-1770-3d2c-9608-b14e4173c6c0" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "FCP, INC", + "telecom": [ { + "system": "phone", + "value": "978-687-1617" + } ], + "address": [ { + "line": [ "360 MERRIMACK ST" ], + "city": "LAWRENCE", + "state": "MA", + "postalCode": "01843-1764", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|1eb446a7-1770-3d2c-9608-b14e4173c6c0" + } + }, { + "fullUrl": "urn:uuid:6e49b8bb-ab72-3ead-9d88-0008ff41e159", + "resource": { + "resourceType": "Location", + "id": "6e49b8bb-ab72-3ead-9d88-0008ff41e159", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "6e49b8bb-ab72-3ead-9d88-0008ff41e159" + } ], + "status": "active", + "name": "FCP, INC", + "telecom": [ { + "system": "phone", + "value": "978-687-1617" + } ], + "address": { + "line": [ "360 MERRIMACK ST" ], + "city": "LAWRENCE", + "state": "MA", + "postalCode": "01843-1764", + "country": "US" + }, + "position": { + "longitude": -71.161357, + "latitude": 42.700272999999996 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "1eb446a7-1770-3d2c-9608-b14e4173c6c0" + }, + "display": "FCP, INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159" + } + }, { + "fullUrl": "urn:uuid:326cf4da-678f-3c88-b807-0231e99cca68", + "resource": { + "resourceType": "Organization", + "id": "326cf4da-678f-3c88-b807-0231e99cca68", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 52 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 93 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 31 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 18 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "326cf4da-678f-3c88-b807-0231e99cca68" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "CHARLES RIVER MEDICAL ASSOCIATES, PC", + "telecom": [ { + "system": "phone", + "value": "508-881-5590" + } ], + "address": [ { + "line": [ "20 HOMER AVE" ], + "city": "ASHLAND", + "state": "MA", + "postalCode": "01721-1752", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|326cf4da-678f-3c88-b807-0231e99cca68" + } + }, { + "fullUrl": "urn:uuid:a2dfac6f-c099-366c-8ce8-4a0733f8c438", + "resource": { + "resourceType": "Location", + "id": "a2dfac6f-c099-366c-8ce8-4a0733f8c438", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "a2dfac6f-c099-366c-8ce8-4a0733f8c438" + } ], + "status": "active", + "name": "CHARLES RIVER MEDICAL ASSOCIATES, PC", + "telecom": [ { + "system": "phone", + "value": "508-881-5590" + } ], + "address": { + "line": [ "20 HOMER AVE" ], + "city": "ASHLAND", + "state": "MA", + "postalCode": "01721-1752", + "country": "US" + }, + "position": { + "longitude": -71.473526, + "latitude": 42.257754999999996 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "326cf4da-678f-3c88-b807-0231e99cca68" + }, + "display": "CHARLES RIVER MEDICAL ASSOCIATES, PC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|a2dfac6f-c099-366c-8ce8-4a0733f8c438" + } + }, { + "fullUrl": "urn:uuid:c69e9935-9b89-3f07-bc89-a4f298925a27", + "resource": { + "resourceType": "Organization", + "id": "c69e9935-9b89-3f07-bc89-a4f298925a27", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 51 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 246 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 92 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 18 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "c69e9935-9b89-3f07-bc89-a4f298925a27" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP217664", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "112 WESTFIELD ST" ], + "city": "W SPRINGFIELD", + "state": "MA", + "postalCode": "01089-2578", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|c69e9935-9b89-3f07-bc89-a4f298925a27" + } + }, { + "fullUrl": "urn:uuid:099f0501-0942-3804-9c31-a0e3cc6da626", + "resource": { + "resourceType": "Location", + "id": "099f0501-0942-3804-9c31-a0e3cc6da626", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "099f0501-0942-3804-9c31-a0e3cc6da626" + } ], + "status": "active", + "name": "PCP217664", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "112 WESTFIELD ST" ], + "city": "W SPRINGFIELD", + "state": "MA", + "postalCode": "01089-2578", + "country": "US" + }, + "position": { + "longitude": -72.649734, + "latitude": 42.125451 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c69e9935-9b89-3f07-bc89-a4f298925a27" + }, + "display": "PCP217664" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|099f0501-0942-3804-9c31-a0e3cc6da626" + } + }, { + "fullUrl": "urn:uuid:93e18a76-fa33-31ab-bd03-4433e30fab21", + "resource": { + "resourceType": "Organization", + "id": "93e18a76-fa33-31ab-bd03-4433e30fab21", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 48 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 192 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 102 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 14 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "93e18a76-fa33-31ab-bd03-4433e30fab21" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "NORTHEAST HEALTH SERVICES LLC", + "telecom": [ { + "system": "phone", + "value": "508-830-1444" + } ], + "address": [ { + "line": [ "39 A INDUSTRIAL PARK RD" ], + "city": "PLYMOUTH", + "state": "MA", + "postalCode": "02360-4868", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|93e18a76-fa33-31ab-bd03-4433e30fab21" + } + }, { + "fullUrl": "urn:uuid:6b24ceb9-b3b4-3450-ae63-27d007dcb5e2", + "resource": { + "resourceType": "Location", + "id": "6b24ceb9-b3b4-3450-ae63-27d007dcb5e2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "6b24ceb9-b3b4-3450-ae63-27d007dcb5e2" + } ], + "status": "active", + "name": "NORTHEAST HEALTH SERVICES LLC", + "telecom": [ { + "system": "phone", + "value": "508-830-1444" + } ], + "address": { + "line": [ "39 A INDUSTRIAL PARK RD" ], + "city": "PLYMOUTH", + "state": "MA", + "postalCode": "02360-4868", + "country": "US" + }, + "position": { + "longitude": -70.62403, + "latitude": 41.897892 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "93e18a76-fa33-31ab-bd03-4433e30fab21" + }, + "display": "NORTHEAST HEALTH SERVICES LLC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|6b24ceb9-b3b4-3450-ae63-27d007dcb5e2" + } + }, { + "fullUrl": "urn:uuid:3ce7f411-169e-31fd-b991-dbe73a082480", + "resource": { + "resourceType": "Organization", + "id": "3ce7f411-169e-31fd-b991-dbe73a082480", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 40 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 124 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 56 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 28 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "3ce7f411-169e-31fd-b991-dbe73a082480" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "VERNON INTEGRATIVE MEDICAL GROUP LLC", + "telecom": [ { + "system": "phone", + "value": "508-754-9950" + } ], + "address": [ { + "line": [ "10 WINTHROP ST" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01604-4435", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|3ce7f411-169e-31fd-b991-dbe73a082480" + } + }, { + "fullUrl": "urn:uuid:9826da12-d3d0-336c-ae00-02f7966d59d9", + "resource": { + "resourceType": "Location", + "id": "9826da12-d3d0-336c-ae00-02f7966d59d9", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9826da12-d3d0-336c-ae00-02f7966d59d9" + } ], + "status": "active", + "name": "VERNON INTEGRATIVE MEDICAL GROUP LLC", + "telecom": [ { + "system": "phone", + "value": "508-754-9950" + } ], + "address": { + "line": [ "10 WINTHROP ST" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01604-4435", + "country": "US" + }, + "position": { + "longitude": -71.807783, + "latitude": 42.269478 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3ce7f411-169e-31fd-b991-dbe73a082480" + }, + "display": "VERNON INTEGRATIVE MEDICAL GROUP LLC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9826da12-d3d0-336c-ae00-02f7966d59d9" + } + }, { + "fullUrl": "urn:uuid:ff84f753-8340-3e43-ad24-3cab451b4970", + "resource": { + "resourceType": "Organization", + "id": "ff84f753-8340-3e43-ad24-3cab451b4970", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 28 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 218 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 21 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 10 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "ff84f753-8340-3e43-ad24-3cab451b4970" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "RHODE ISLAND FOOT CARE, INC", + "telecom": [ { + "system": "phone", + "value": "774-202-7935" + } ], + "address": [ { + "line": [ "537 FAUNCE CORNER RD" ], + "city": "DARTMOUTH", + "state": "MA", + "postalCode": "02747-1242", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|ff84f753-8340-3e43-ad24-3cab451b4970" + } + }, { + "fullUrl": "urn:uuid:05b7a33e-a479-33d6-a643-1bf43b0de61b", + "resource": { + "resourceType": "Location", + "id": "05b7a33e-a479-33d6-a643-1bf43b0de61b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "05b7a33e-a479-33d6-a643-1bf43b0de61b" + } ], + "status": "active", + "name": "RHODE ISLAND FOOT CARE, INC", + "telecom": [ { + "system": "phone", + "value": "774-202-7935" + } ], + "address": { + "line": [ "537 FAUNCE CORNER RD" ], + "city": "DARTMOUTH", + "state": "MA", + "postalCode": "02747-1242", + "country": "US" + }, + "position": { + "longitude": -70.958229, + "latitude": 41.56651 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ff84f753-8340-3e43-ad24-3cab451b4970" + }, + "display": "RHODE ISLAND FOOT CARE, INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|05b7a33e-a479-33d6-a643-1bf43b0de61b" + } + }, { + "fullUrl": "urn:uuid:15019426-277a-30bd-9d48-3dde152fe519", + "resource": { + "resourceType": "Organization", + "id": "15019426-277a-30bd-9d48-3dde152fe519", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 33 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 169 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 32 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 61 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "15019426-277a-30bd-9d48-3dde152fe519" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC", + "telecom": [ { + "system": "phone", + "value": "508-473-1015" + } ], + "address": [ { + "line": [ "236 MILFORD ST" ], + "city": "UPTON", + "state": "MA", + "postalCode": "01568-1309", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|15019426-277a-30bd-9d48-3dde152fe519" + } + }, { + "fullUrl": "urn:uuid:438db9ef-e796-3bbd-9ae4-141eaf234fe2", + "resource": { + "resourceType": "Location", + "id": "438db9ef-e796-3bbd-9ae4-141eaf234fe2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "438db9ef-e796-3bbd-9ae4-141eaf234fe2" + } ], + "status": "active", + "name": "HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC", + "telecom": [ { + "system": "phone", + "value": "508-473-1015" + } ], + "address": { + "line": [ "236 MILFORD ST" ], + "city": "UPTON", + "state": "MA", + "postalCode": "01568-1309", + "country": "US" + }, + "position": { + "longitude": -71.603588, + "latitude": 42.176526 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "15019426-277a-30bd-9d48-3dde152fe519" + }, + "display": "HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2" + } + }, { + "fullUrl": "urn:uuid:71e60de1-532e-3edc-9775-7fc53c6fad24", + "resource": { + "resourceType": "Organization", + "id": "71e60de1-532e-3edc-9775-7fc53c6fad24", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 44 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 167 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 89 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 60 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "71e60de1-532e-3edc-9775-7fc53c6fad24" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP226356", + "telecom": [ { + "system": "phone", + "value": "707-832-3285" + } ], + "address": [ { + "line": [ "35 TURKEY HILL RD" ], + "city": "BELCHERTOWN", + "state": "MA", + "postalCode": "01007-9032", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|71e60de1-532e-3edc-9775-7fc53c6fad24" + } + }, { + "fullUrl": "urn:uuid:fa9b282c-63c4-34a2-9cbb-72b7f236a67d", + "resource": { + "resourceType": "Location", + "id": "fa9b282c-63c4-34a2-9cbb-72b7f236a67d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "fa9b282c-63c4-34a2-9cbb-72b7f236a67d" + } ], + "status": "active", + "name": "PCP226356", + "telecom": [ { + "system": "phone", + "value": "707-832-3285" + } ], + "address": { + "line": [ "35 TURKEY HILL RD" ], + "city": "BELCHERTOWN", + "state": "MA", + "postalCode": "01007-9032", + "country": "US" + }, + "position": { + "longitude": -72.400468, + "latitude": 42.27901 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "71e60de1-532e-3edc-9775-7fc53c6fad24" + }, + "display": "PCP226356" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|fa9b282c-63c4-34a2-9cbb-72b7f236a67d" + } + }, { + "fullUrl": "urn:uuid:047243b1-fdc9-34a7-9600-33d2e3444ec1", + "resource": { + "resourceType": "Organization", + "id": "047243b1-fdc9-34a7-9600-33d2e3444ec1", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 88 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 959 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 268 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 72 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "047243b1-fdc9-34a7-9600-33d2e3444ec1" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PCP229146", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "742 WASHINGTON ST" ], + "city": "CANTON", + "state": "MA", + "postalCode": "02021-3039", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|047243b1-fdc9-34a7-9600-33d2e3444ec1" + } + }, { + "fullUrl": "urn:uuid:6ec6620a-280e-3756-a133-b787f6a50a05", + "resource": { + "resourceType": "Location", + "id": "6ec6620a-280e-3756-a133-b787f6a50a05", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "6ec6620a-280e-3756-a133-b787f6a50a05" + } ], + "status": "active", + "name": "PCP229146", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "742 WASHINGTON ST" ], + "city": "CANTON", + "state": "MA", + "postalCode": "02021-3039", + "country": "US" + }, + "position": { + "longitude": -71.125385, + "latitude": 42.175737 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "047243b1-fdc9-34a7-9600-33d2e3444ec1" + }, + "display": "PCP229146" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|6ec6620a-280e-3756-a133-b787f6a50a05" + } + }, { + "fullUrl": "urn:uuid:2c3e3f70-4ceb-3110-a99c-b1605c567373", + "resource": { + "resourceType": "Organization", + "id": "2c3e3f70-4ceb-3110-a99c-b1605c567373", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 55 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 591 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 307 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 87 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "2c3e3f70-4ceb-3110-a99c-b1605c567373" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "MT AUBURN PROFESSIONAL SERVICES", + "telecom": [ { + "system": "phone", + "value": "617-354-3131" + } ], + "address": [ { + "line": [ "725 CONCORD AVE" ], + "city": "CAMBRIDGE", + "state": "MA", + "postalCode": "02138-5502", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|2c3e3f70-4ceb-3110-a99c-b1605c567373" + } + }, { + "fullUrl": "urn:uuid:dff4d381-d641-3aa2-8758-b7525dc426cf", + "resource": { + "resourceType": "Location", + "id": "dff4d381-d641-3aa2-8758-b7525dc426cf", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "dff4d381-d641-3aa2-8758-b7525dc426cf" + } ], + "status": "active", + "name": "MT AUBURN PROFESSIONAL SERVICES", + "telecom": [ { + "system": "phone", + "value": "617-354-3131" + } ], + "address": { + "line": [ "725 CONCORD AVE" ], + "city": "CAMBRIDGE", + "state": "MA", + "postalCode": "02138-5502", + "country": "US" + }, + "position": { + "longitude": -71.11868, + "latitude": 42.376043 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "2c3e3f70-4ceb-3110-a99c-b1605c567373" + }, + "display": "MT AUBURN PROFESSIONAL SERVICES" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|dff4d381-d641-3aa2-8758-b7525dc426cf" + } + }, { + "fullUrl": "urn:uuid:7723ed35-b719-3812-9c13-e2fa0c685b89", + "resource": { + "resourceType": "Organization", + "id": "7723ed35-b719-3812-9c13-e2fa0c685b89", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 38 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 116 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 45 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 22 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "7723ed35-b719-3812-9c13-e2fa0c685b89" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "GOSNOLD, INC.", + "telecom": [ { + "system": "phone", + "value": "508-539-1171" + } ], + "address": [ { + "line": [ "681 FALMOUTH RD" ], + "city": "MASHPEE", + "state": "MA", + "postalCode": "02649-3327", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|7723ed35-b719-3812-9c13-e2fa0c685b89" + } + }, { + "fullUrl": "urn:uuid:3cc51b64-2081-31a1-867e-feabe00c8290", + "resource": { + "resourceType": "Location", + "id": "3cc51b64-2081-31a1-867e-feabe00c8290", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "3cc51b64-2081-31a1-867e-feabe00c8290" + } ], + "status": "active", + "name": "GOSNOLD, INC.", + "telecom": [ { + "system": "phone", + "value": "508-539-1171" + } ], + "address": { + "line": [ "681 FALMOUTH RD" ], + "city": "MASHPEE", + "state": "MA", + "postalCode": "02649-3327", + "country": "US" + }, + "position": { + "longitude": -70.492713, + "latitude": 41.617622999999995 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7723ed35-b719-3812-9c13-e2fa0c685b89" + }, + "display": "GOSNOLD, INC." + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|3cc51b64-2081-31a1-867e-feabe00c8290" + } + }, { + "fullUrl": "urn:uuid:2e92e3c2-e372-3bb5-9db1-05408d55dd1a", + "resource": { + "resourceType": "Organization", + "id": "2e92e3c2-e372-3bb5-9db1-05408d55dd1a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 69 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 642 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 190 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 149 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "2e92e3c2-e372-3bb5-9db1-05408d55dd1a" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PIONEER SPINE AND SPORTS PHYSICIANS PC", + "telecom": [ { + "system": "phone", + "value": "413-785-1153" + } ], + "address": [ { + "line": [ "271 PARK ST" ], + "city": "WEST SPRINGFIELD", + "state": "MA", + "postalCode": "01089-3311", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|2e92e3c2-e372-3bb5-9db1-05408d55dd1a" + } + }, { + "fullUrl": "urn:uuid:36e56fce-de17-3e80-bc8e-97beb0b91314", + "resource": { + "resourceType": "Location", + "id": "36e56fce-de17-3e80-bc8e-97beb0b91314", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "36e56fce-de17-3e80-bc8e-97beb0b91314" + } ], + "status": "active", + "name": "PIONEER SPINE AND SPORTS PHYSICIANS PC", + "telecom": [ { + "system": "phone", + "value": "413-785-1153" + } ], + "address": { + "line": [ "271 PARK ST" ], + "city": "WEST SPRINGFIELD", + "state": "MA", + "postalCode": "01089-3311", + "country": "US" + }, + "position": { + "longitude": -72.649734, + "latitude": 42.125451 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "2e92e3c2-e372-3bb5-9db1-05408d55dd1a" + }, + "display": "PIONEER SPINE AND SPORTS PHYSICIANS PC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|36e56fce-de17-3e80-bc8e-97beb0b91314" + } + }, { + "fullUrl": "urn:uuid:9f633768-90c6-3994-9caa-7016b5ee4b66", + "resource": { + "resourceType": "Organization", + "id": "9f633768-90c6-3994-9caa-7016b5ee4b66", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 27 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 48 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 12 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 39 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9f633768-90c6-3994-9caa-7016b5ee4b66" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS", + "telecom": [ { + "system": "phone", + "value": "781-229-8011" + } ], + "address": [ { + "line": [ "101 CAMBRIDGE ST" ], + "city": "BURLINGTON", + "state": "MA", + "postalCode": "01803-3766", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9f633768-90c6-3994-9caa-7016b5ee4b66" + } + }, { + "fullUrl": "urn:uuid:a5033955-5d49-3955-919f-a985dac0f62e", + "resource": { + "resourceType": "Location", + "id": "a5033955-5d49-3955-919f-a985dac0f62e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "a5033955-5d49-3955-919f-a985dac0f62e" + } ], + "status": "active", + "name": "BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS", + "telecom": [ { + "system": "phone", + "value": "781-229-8011" + } ], + "address": { + "line": [ "101 CAMBRIDGE ST" ], + "city": "BURLINGTON", + "state": "MA", + "postalCode": "01803-3766", + "country": "US" + }, + "position": { + "longitude": -71.201713, + "latitude": 42.503227 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9f633768-90c6-3994-9caa-7016b5ee4b66" + }, + "display": "BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e" + } + }, { + "fullUrl": "urn:uuid:f35dd75c-6a72-3edf-a649-e105468ca38d", + "resource": { + "resourceType": "Organization", + "id": "f35dd75c-6a72-3edf-a649-e105468ca38d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 56 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 221 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 102 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 42 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f35dd75c-6a72-3edf-a649-e105468ca38d" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "MT AUBURN PROFESSIONAL SERVICES", + "telecom": [ { + "system": "phone", + "value": "617-499-5025" + } ], + "address": [ { + "line": [ "300 MT AUBURN ST" ], + "city": "CAMBRIDGE", + "state": "MA", + "postalCode": "02138", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f35dd75c-6a72-3edf-a649-e105468ca38d" + } + }, { + "fullUrl": "urn:uuid:5c41898e-7703-332e-aa56-c0dd969f3810", + "resource": { + "resourceType": "Location", + "id": "5c41898e-7703-332e-aa56-c0dd969f3810", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "5c41898e-7703-332e-aa56-c0dd969f3810" + } ], + "status": "active", + "name": "MT AUBURN PROFESSIONAL SERVICES", + "telecom": [ { + "system": "phone", + "value": "617-499-5025" + } ], + "address": { + "line": [ "300 MT AUBURN ST" ], + "city": "CAMBRIDGE", + "state": "MA", + "postalCode": "02138", + "country": "US" + }, + "position": { + "longitude": -71.11868, + "latitude": 42.376043 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f35dd75c-6a72-3edf-a649-e105468ca38d" + }, + "display": "MT AUBURN PROFESSIONAL SERVICES" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|5c41898e-7703-332e-aa56-c0dd969f3810" + } + }, { + "fullUrl": "urn:uuid:d0b5fc59-28d4-3a54-aaca-c93a3f1d3007", + "resource": { + "resourceType": "Organization", + "id": "d0b5fc59-28d4-3a54-aaca-c93a3f1d3007", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 100 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 406 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 251 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 38 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "d0b5fc59-28d4-3a54-aaca-c93a3f1d3007" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "D'AMBROSIO EYE CARE INC", + "telecom": [ { + "system": "phone", + "value": "978-537-3900" + } ], + "address": [ { + "line": [ "479 OLD UNION TURNPIKE" ], + "city": "LANCASTER", + "state": "MA", + "postalCode": "01523-3029", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|d0b5fc59-28d4-3a54-aaca-c93a3f1d3007" + } + }, { + "fullUrl": "urn:uuid:96c861ed-db49-3a4c-934b-69afe82ec99d", + "resource": { + "resourceType": "Location", + "id": "96c861ed-db49-3a4c-934b-69afe82ec99d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "96c861ed-db49-3a4c-934b-69afe82ec99d" + } ], + "status": "active", + "name": "D'AMBROSIO EYE CARE INC", + "telecom": [ { + "system": "phone", + "value": "978-537-3900" + } ], + "address": { + "line": [ "479 OLD UNION TURNPIKE" ], + "city": "LANCASTER", + "state": "MA", + "postalCode": "01523-3029", + "country": "US" + }, + "position": { + "longitude": -71.675585, + "latitude": 42.483569 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d0b5fc59-28d4-3a54-aaca-c93a3f1d3007" + }, + "display": "D'AMBROSIO EYE CARE INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|96c861ed-db49-3a4c-934b-69afe82ec99d" + } + }, { + "fullUrl": "urn:uuid:d961ae86-724f-39c7-9f15-111bdb2aae7d", + "resource": { + "resourceType": "Organization", + "id": "d961ae86-724f-39c7-9f15-111bdb2aae7d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 32 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 278 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 31 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 19 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "d961ae86-724f-39c7-9f15-111bdb2aae7d" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "GAIL S MARCHETTO OD LLC", + "telecom": [ { + "system": "phone", + "value": "781-878-2300" + } ], + "address": [ { + "line": [ "673 BEDFORD ST" ], + "city": "ABINGTON", + "state": "MA", + "postalCode": "02351-1921", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|d961ae86-724f-39c7-9f15-111bdb2aae7d" + } + }, { + "fullUrl": "urn:uuid:e2a35160-190a-3786-8e80-3b80e6cf7165", + "resource": { + "resourceType": "Location", + "id": "e2a35160-190a-3786-8e80-3b80e6cf7165", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "e2a35160-190a-3786-8e80-3b80e6cf7165" + } ], + "status": "active", + "name": "GAIL S MARCHETTO OD LLC", + "telecom": [ { + "system": "phone", + "value": "781-878-2300" + } ], + "address": { + "line": [ "673 BEDFORD ST" ], + "city": "ABINGTON", + "state": "MA", + "postalCode": "02351-1921", + "country": "US" + }, + "position": { + "longitude": -70.957211, + "latitude": 42.119966999999995 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d961ae86-724f-39c7-9f15-111bdb2aae7d" + }, + "display": "GAIL S MARCHETTO OD LLC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|e2a35160-190a-3786-8e80-3b80e6cf7165" + } + }, { + "fullUrl": "urn:uuid:7b69b367-ad62-31ef-a8f8-0cb1ea5d4765", + "resource": { + "resourceType": "Organization", + "id": "7b69b367-ad62-31ef-a8f8-0cb1ea5d4765", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 49 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 173 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 99 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 55 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "7b69b367-ad62-31ef-a8f8-0cb1ea5d4765" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "NORTH SUFFOLK MENTAL HEALTH ASSOCIATION, INC.", + "telecom": [ { + "system": "phone", + "value": "781-289-9331" + } ], + "address": [ { + "line": [ "265 BEACH ST" ], + "city": "REVERE", + "state": "MA", + "postalCode": "02151-3100", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|7b69b367-ad62-31ef-a8f8-0cb1ea5d4765" + } + }, { + "fullUrl": "urn:uuid:d5ac5d95-66a8-380f-ad84-2f49426fa74e", + "resource": { + "resourceType": "Location", + "id": "d5ac5d95-66a8-380f-ad84-2f49426fa74e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "d5ac5d95-66a8-380f-ad84-2f49426fa74e" + } ], + "status": "active", + "name": "NORTH SUFFOLK MENTAL HEALTH ASSOCIATION, INC.", + "telecom": [ { + "system": "phone", + "value": "781-289-9331" + } ], + "address": { + "line": [ "265 BEACH ST" ], + "city": "REVERE", + "state": "MA", + "postalCode": "02151-3100", + "country": "US" + }, + "position": { + "longitude": -70.99036, + "latitude": 42.421005 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7b69b367-ad62-31ef-a8f8-0cb1ea5d4765" + }, + "display": "NORTH SUFFOLK MENTAL HEALTH ASSOCIATION, INC." + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|d5ac5d95-66a8-380f-ad84-2f49426fa74e" + } + }, { + "fullUrl": "urn:uuid:0f6eba19-ad14-3643-895a-9c6b29d2ffc2", + "resource": { + "resourceType": "Organization", + "id": "0f6eba19-ad14-3643-895a-9c6b29d2ffc2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 87 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 694 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 203 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 367 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "0f6eba19-ad14-3643-895a-9c6b29d2ffc2" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PRIMA CARE PC", + "telecom": [ { + "system": "phone", + "value": "508-674-0600" + } ], + "address": [ { + "line": [ "289 PLEASANT ST" ], + "city": "FALL RIVER", + "state": "MA", + "postalCode": "02721-3005", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|0f6eba19-ad14-3643-895a-9c6b29d2ffc2" + } + }, { + "fullUrl": "urn:uuid:525532ca-3e67-3a9b-9240-12ba1cd84fe0", + "resource": { + "resourceType": "Location", + "id": "525532ca-3e67-3a9b-9240-12ba1cd84fe0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "525532ca-3e67-3a9b-9240-12ba1cd84fe0" + } ], + "status": "active", + "name": "PRIMA CARE PC", + "telecom": [ { + "system": "phone", + "value": "508-674-0600" + } ], + "address": { + "line": [ "289 PLEASANT ST" ], + "city": "FALL RIVER", + "state": "MA", + "postalCode": "02721-3005", + "country": "US" + }, + "position": { + "longitude": -71.094162, + "latitude": 41.725351 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "0f6eba19-ad14-3643-895a-9c6b29d2ffc2" + }, + "display": "PRIMA CARE PC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|525532ca-3e67-3a9b-9240-12ba1cd84fe0" + } + }, { + "fullUrl": "urn:uuid:4400c886-4e72-363b-9036-15029a943c5f", + "resource": { + "resourceType": "Organization", + "id": "4400c886-4e72-363b-9036-15029a943c5f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 84 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 728 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 174 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 209 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "4400c886-4e72-363b-9036-15029a943c5f" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "LGH MEDICAL GROUP, INC.", + "telecom": [ { + "system": "phone", + "value": "978-788-7344" + } ], + "address": [ { + "line": [ "295 VARNUM AVE" ], + "city": "LOWELL", + "state": "MA", + "postalCode": "01854-2134", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|4400c886-4e72-363b-9036-15029a943c5f" + } + }, { + "fullUrl": "urn:uuid:4d8bd921-7bff-3b1e-8942-7f35b910f2a7", + "resource": { + "resourceType": "Location", + "id": "4d8bd921-7bff-3b1e-8942-7f35b910f2a7", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "4d8bd921-7bff-3b1e-8942-7f35b910f2a7" + } ], + "status": "active", + "name": "LGH MEDICAL GROUP, INC.", + "telecom": [ { + "system": "phone", + "value": "978-788-7344" + } ], + "address": { + "line": [ "295 VARNUM AVE" ], + "city": "LOWELL", + "state": "MA", + "postalCode": "01854-2134", + "country": "US" + }, + "position": { + "longitude": -71.321141, + "latitude": 42.63898 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "4400c886-4e72-363b-9036-15029a943c5f" + }, + "display": "LGH MEDICAL GROUP, INC." + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|4d8bd921-7bff-3b1e-8942-7f35b910f2a7" + } + }, { + "fullUrl": "urn:uuid:e0156d27-bc4e-38ca-a31d-39c9b305d287", + "resource": { + "resourceType": "Organization", + "id": "e0156d27-bc4e-38ca-a31d-39c9b305d287", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 30 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 81 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 25 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 7 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "e0156d27-bc4e-38ca-a31d-39c9b305d287" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "BAYSTATE MEDICAL PRACTICES INC", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "40 WRIGHT ST" ], + "city": "PALMER", + "state": "MA", + "postalCode": "01069-1138", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|e0156d27-bc4e-38ca-a31d-39c9b305d287" + } + }, { + "fullUrl": "urn:uuid:3ca8b4e0-7c07-3f80-a997-f8903fc9e8e9", + "resource": { + "resourceType": "Location", + "id": "3ca8b4e0-7c07-3f80-a997-f8903fc9e8e9", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "3ca8b4e0-7c07-3f80-a997-f8903fc9e8e9" + } ], + "status": "active", + "name": "BAYSTATE MEDICAL PRACTICES INC", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "40 WRIGHT ST" ], + "city": "PALMER", + "state": "MA", + "postalCode": "01069-1138", + "country": "US" + }, + "position": { + "longitude": -72.30846899999997, + "latitude": 42.187794 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e0156d27-bc4e-38ca-a31d-39c9b305d287" + }, + "display": "BAYSTATE MEDICAL PRACTICES INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|3ca8b4e0-7c07-3f80-a997-f8903fc9e8e9" + } + }, { + "fullUrl": "urn:uuid:c1c433e1-9ed4-3730-bd86-d25de4fa96bf", + "resource": { + "resourceType": "Organization", + "id": "c1c433e1-9ed4-3730-bd86-d25de4fa96bf", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 67 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 451 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 196 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 123 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "c1c433e1-9ed4-3730-bd86-d25de4fa96bf" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "MASSACHUSETTS GENERAL PHYSICIANS ORGANIZATION, INC", + "telecom": [ { + "system": "phone", + "value": "617-887-3500" + } ], + "address": [ { + "line": [ "80 EVERETT AVE" ], + "city": "CHELSEA", + "state": "MA", + "postalCode": "02150-2339", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|c1c433e1-9ed4-3730-bd86-d25de4fa96bf" + } + }, { + "fullUrl": "urn:uuid:23223873-29a3-3eb1-bed4-a310b35a3041", + "resource": { + "resourceType": "Location", + "id": "23223873-29a3-3eb1-bed4-a310b35a3041", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "23223873-29a3-3eb1-bed4-a310b35a3041" + } ], + "status": "active", + "name": "MASSACHUSETTS GENERAL PHYSICIANS ORGANIZATION, INC", + "telecom": [ { + "system": "phone", + "value": "617-887-3500" + } ], + "address": { + "line": [ "80 EVERETT AVE" ], + "city": "CHELSEA", + "state": "MA", + "postalCode": "02150-2339", + "country": "US" + }, + "position": { + "longitude": -71.031348, + "latitude": 42.396824 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c1c433e1-9ed4-3730-bd86-d25de4fa96bf" + }, + "display": "MASSACHUSETTS GENERAL PHYSICIANS ORGANIZATION, INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|23223873-29a3-3eb1-bed4-a310b35a3041" + } + }, { + "fullUrl": "urn:uuid:18449a9f-db37-3736-a91a-962323fc9577", + "resource": { + "resourceType": "Organization", + "id": "18449a9f-db37-3736-a91a-962323fc9577", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 60 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 231 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 136 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 50 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "18449a9f-db37-3736-a91a-962323fc9577" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "NORTHEAST MEDICAL PRACTICE INC", + "telecom": [ { + "system": "phone", + "value": "978-281-6460" + } ], + "address": [ { + "line": [ "298 WASHINGTON ST" ], + "city": "GLOUCESTER", + "state": "MA", + "postalCode": "01930-4832", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|18449a9f-db37-3736-a91a-962323fc9577" + } + }, { + "fullUrl": "urn:uuid:f9c3cb57-a2e9-3265-995f-01954151d764", + "resource": { + "resourceType": "Location", + "id": "f9c3cb57-a2e9-3265-995f-01954151d764", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f9c3cb57-a2e9-3265-995f-01954151d764" + } ], + "status": "active", + "name": "NORTHEAST MEDICAL PRACTICE INC", + "telecom": [ { + "system": "phone", + "value": "978-281-6460" + } ], + "address": { + "line": [ "298 WASHINGTON ST" ], + "city": "GLOUCESTER", + "state": "MA", + "postalCode": "01930-4832", + "country": "US" + }, + "position": { + "longitude": -70.685875, + "latitude": 42.62885 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "18449a9f-db37-3736-a91a-962323fc9577" + }, + "display": "NORTHEAST MEDICAL PRACTICE INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764" + } + }, { + "fullUrl": "urn:uuid:a75a4008-fd5b-3248-ba76-3ffdbe2c9dd0", + "resource": { + "resourceType": "Organization", + "id": "a75a4008-fd5b-3248-ba76-3ffdbe2c9dd0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 28 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 49 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 20 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 11 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "a75a4008-fd5b-3248-ba76-3ffdbe2c9dd0" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "WINCHESTER PHYSICIAN ASSOCIATES INC", + "telecom": [ { + "system": "phone", + "value": "978-664-1990" + } ], + "address": [ { + "line": [ "203 MAIN ST" ], + "city": "NORTH READING", + "state": "MA", + "postalCode": "01864-3103", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|a75a4008-fd5b-3248-ba76-3ffdbe2c9dd0" + } + }, { + "fullUrl": "urn:uuid:87764310-0491-31bc-93d0-ee4df9230069", + "resource": { + "resourceType": "Location", + "id": "87764310-0491-31bc-93d0-ee4df9230069", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "87764310-0491-31bc-93d0-ee4df9230069" + } ], + "status": "active", + "name": "WINCHESTER PHYSICIAN ASSOCIATES INC", + "telecom": [ { + "system": "phone", + "value": "978-664-1990" + } ], + "address": { + "line": [ "203 MAIN ST" ], + "city": "NORTH READING", + "state": "MA", + "postalCode": "01864-3103", + "country": "US" + }, + "position": { + "longitude": -71.084398, + "latitude": 42.578222 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a75a4008-fd5b-3248-ba76-3ffdbe2c9dd0" + }, + "display": "WINCHESTER PHYSICIAN ASSOCIATES INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|87764310-0491-31bc-93d0-ee4df9230069" + } + }, { + "fullUrl": "urn:uuid:5c900690-e695-3e69-a4cc-5f538ac3a04f", + "resource": { + "resourceType": "Organization", + "id": "5c900690-e695-3e69-a4cc-5f538ac3a04f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 39 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 334 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 70 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 25 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "5c900690-e695-3e69-a4cc-5f538ac3a04f" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "SOUTHCOAST PHYSICIANS GROUP, INC..", + "telecom": [ { + "system": "phone", + "value": "508-973-2432" + } ], + "address": [ { + "line": [ "12 MAIN ST" ], + "city": "LAKEVILLE", + "state": "MA", + "postalCode": "02347-1606", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|5c900690-e695-3e69-a4cc-5f538ac3a04f" + } + }, { + "fullUrl": "urn:uuid:910ae8bc-060a-39d7-8acd-f603a69faca0", + "resource": { + "resourceType": "Location", + "id": "910ae8bc-060a-39d7-8acd-f603a69faca0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "910ae8bc-060a-39d7-8acd-f603a69faca0" + } ], + "status": "active", + "name": "SOUTHCOAST PHYSICIANS GROUP, INC..", + "telecom": [ { + "system": "phone", + "value": "508-973-2432" + } ], + "address": { + "line": [ "12 MAIN ST" ], + "city": "LAKEVILLE", + "state": "MA", + "postalCode": "02347-1606", + "country": "US" + }, + "position": { + "longitude": -70.957166, + "latitude": 41.834412 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5c900690-e695-3e69-a4cc-5f538ac3a04f" + }, + "display": "SOUTHCOAST PHYSICIANS GROUP, INC.." + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|910ae8bc-060a-39d7-8acd-f603a69faca0" + } + }, { + "fullUrl": "urn:uuid:37326c29-db0a-3eb4-a827-8e9fab088ca7", + "resource": { + "resourceType": "Organization", + "id": "37326c29-db0a-3eb4-a827-8e9fab088ca7", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 45 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 418 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 68 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 29 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "37326c29-db0a-3eb4-a827-8e9fab088ca7" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "RADIOLOGY AND IMAGING, INC.", + "telecom": [ { + "system": "phone", + "value": "413-794-9336" + } ], + "address": [ { + "line": [ "294 N MAIN ST" ], + "city": "EAST LONGMEADOW", + "state": "MA", + "postalCode": "01028-1847", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|37326c29-db0a-3eb4-a827-8e9fab088ca7" + } + }, { + "fullUrl": "urn:uuid:7189003d-cec7-3071-a0d6-d42cfe264064", + "resource": { + "resourceType": "Location", + "id": "7189003d-cec7-3071-a0d6-d42cfe264064", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "7189003d-cec7-3071-a0d6-d42cfe264064" + } ], + "status": "active", + "name": "RADIOLOGY AND IMAGING, INC.", + "telecom": [ { + "system": "phone", + "value": "413-794-9336" + } ], + "address": { + "line": [ "294 N MAIN ST" ], + "city": "EAST LONGMEADOW", + "state": "MA", + "postalCode": "01028-1847", + "country": "US" + }, + "position": { + "longitude": -72.498111, + "latitude": 42.062378 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "37326c29-db0a-3eb4-a827-8e9fab088ca7" + }, + "display": "RADIOLOGY AND IMAGING, INC." + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|7189003d-cec7-3071-a0d6-d42cfe264064" + } + }, { + "fullUrl": "urn:uuid:fd2a0280-a31e-330e-a259-7c1425fa2e2b", + "resource": { + "resourceType": "Organization", + "id": "fd2a0280-a31e-330e-a259-7c1425fa2e2b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 38 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 110 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 51 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 15 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "fd2a0280-a31e-330e-a259-7c1425fa2e2b" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "HARBOR HEALTH SERVICES, INC.", + "telecom": [ { + "system": "phone", + "value": "617-282-3200" + } ], + "address": [ { + "line": [ "398 NEPONSET AVE" ], + "city": "DORCHESTER", + "state": "MA", + "postalCode": "02122-3150", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|fd2a0280-a31e-330e-a259-7c1425fa2e2b" + } + }, { + "fullUrl": "urn:uuid:f0127d41-a61a-3a44-b372-662f5f713c3f", + "resource": { + "resourceType": "Location", + "id": "f0127d41-a61a-3a44-b372-662f5f713c3f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f0127d41-a61a-3a44-b372-662f5f713c3f" + } ], + "status": "active", + "name": "HARBOR HEALTH SERVICES, INC.", + "telecom": [ { + "system": "phone", + "value": "617-282-3200" + } ], + "address": { + "line": [ "398 NEPONSET AVE" ], + "city": "DORCHESTER", + "state": "MA", + "postalCode": "02122-3150", + "country": "US" + }, + "position": { + "longitude": -71.020173, + "latitude": 42.33196 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "fd2a0280-a31e-330e-a259-7c1425fa2e2b" + }, + "display": "HARBOR HEALTH SERVICES, INC." + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f0127d41-a61a-3a44-b372-662f5f713c3f" + } + }, { + "fullUrl": "urn:uuid:5464de19-8db1-305c-9feb-77921762d783", + "resource": { + "resourceType": "Organization", + "id": "5464de19-8db1-305c-9feb-77921762d783", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 49 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 168 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 73 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 116 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "5464de19-8db1-305c-9feb-77921762d783" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "LGH MEDICAL GROUP, INC.", + "telecom": [ { + "system": "phone", + "value": "978-328-8527" + } ], + "address": [ { + "line": [ "1595 BRIDGE ST" ], + "city": "DRACUT", + "state": "MA", + "postalCode": "01826-2614", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|5464de19-8db1-305c-9feb-77921762d783" + } + }, { + "fullUrl": "urn:uuid:7779da7a-f43f-34ae-a942-e206f72da3f9", + "resource": { + "resourceType": "Location", + "id": "7779da7a-f43f-34ae-a942-e206f72da3f9", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "7779da7a-f43f-34ae-a942-e206f72da3f9" + } ], + "status": "active", + "name": "LGH MEDICAL GROUP, INC.", + "telecom": [ { + "system": "phone", + "value": "978-328-8527" + } ], + "address": { + "line": [ "1595 BRIDGE ST" ], + "city": "DRACUT", + "state": "MA", + "postalCode": "01826-2614", + "country": "US" + }, + "position": { + "longitude": -71.30068, + "latitude": 42.679722999999996 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5464de19-8db1-305c-9feb-77921762d783" + }, + "display": "LGH MEDICAL GROUP, INC." + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|7779da7a-f43f-34ae-a942-e206f72da3f9" + } + }, { + "fullUrl": "urn:uuid:46f3221b-49d9-3b45-853b-812635e2ba0b", + "resource": { + "resourceType": "Organization", + "id": "46f3221b-49d9-3b45-853b-812635e2ba0b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 59 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 236 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 99 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 60 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "46f3221b-49d9-3b45-853b-812635e2ba0b" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "HALLMARK HEALTH MEDICAL ASSOCIATES INC", + "telecom": [ { + "system": "phone", + "value": "781-224-5810" + } ], + "address": [ { + "line": [ "41 MONTVALE AVE" ], + "city": "STONEHAM", + "state": "MA", + "postalCode": "02180-2445", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|46f3221b-49d9-3b45-853b-812635e2ba0b" + } + }, { + "fullUrl": "urn:uuid:25867dae-40ca-3fe3-bfac-01f197474496", + "resource": { + "resourceType": "Location", + "id": "25867dae-40ca-3fe3-bfac-01f197474496", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "25867dae-40ca-3fe3-bfac-01f197474496" + } ], + "status": "active", + "name": "HALLMARK HEALTH MEDICAL ASSOCIATES INC", + "telecom": [ { + "system": "phone", + "value": "781-224-5810" + } ], + "address": { + "line": [ "41 MONTVALE AVE" ], + "city": "STONEHAM", + "state": "MA", + "postalCode": "02180-2445", + "country": "US" + }, + "position": { + "longitude": -71.097665, + "latitude": 42.474208000000004 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "46f3221b-49d9-3b45-853b-812635e2ba0b" + }, + "display": "HALLMARK HEALTH MEDICAL ASSOCIATES INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|25867dae-40ca-3fe3-bfac-01f197474496" + } + }, { + "fullUrl": "urn:uuid:acdb127e-3257-358d-a7fa-3852c8f33260", + "resource": { + "resourceType": "Organization", + "id": "acdb127e-3257-358d-a7fa-3852c8f33260", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 13 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 6 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 2 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "acdb127e-3257-358d-a7fa-3852c8f33260" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "UMASS MEMORIAL MEDICAL GROUP, INC.", + "telecom": [ { + "system": "phone", + "value": "508-334-8830" + } ], + "address": [ { + "line": [ "279 LINCOLN ST" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01605-2120", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|acdb127e-3257-358d-a7fa-3852c8f33260" + } + }, { + "fullUrl": "urn:uuid:52b249df-9efb-3131-804e-74c1cbe7e42a", + "resource": { + "resourceType": "Location", + "id": "52b249df-9efb-3131-804e-74c1cbe7e42a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "52b249df-9efb-3131-804e-74c1cbe7e42a" + } ], + "status": "active", + "name": "UMASS MEMORIAL MEDICAL GROUP, INC.", + "telecom": [ { + "system": "phone", + "value": "508-334-8830" + } ], + "address": { + "line": [ "279 LINCOLN ST" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01605-2120", + "country": "US" + }, + "position": { + "longitude": -71.807783, + "latitude": 42.269478 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "acdb127e-3257-358d-a7fa-3852c8f33260" + }, + "display": "UMASS MEMORIAL MEDICAL GROUP, INC." + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|52b249df-9efb-3131-804e-74c1cbe7e42a" + } + }, { + "fullUrl": "urn:uuid:05012be2-c47b-3ca2-abfd-30a74859d1e8", + "resource": { + "resourceType": "Organization", + "id": "05012be2-c47b-3ca2-abfd-30a74859d1e8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 31 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 143 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 32 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 7 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "05012be2-c47b-3ca2-abfd-30a74859d1e8" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "STEWARD MEDICAL GROUP, INC", + "telecom": [ { + "system": "phone", + "value": "781-293-5455" + } ], + "address": [ { + "line": [ "104 LIBERTY ST" ], + "city": "HANSON", + "state": "MA", + "postalCode": "02341-1160", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|05012be2-c47b-3ca2-abfd-30a74859d1e8" + } + }, { + "fullUrl": "urn:uuid:edde6fe2-3ce9-3b72-a538-d8ba93449ecb", + "resource": { + "resourceType": "Location", + "id": "edde6fe2-3ce9-3b72-a538-d8ba93449ecb", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "edde6fe2-3ce9-3b72-a538-d8ba93449ecb" + } ], + "status": "active", + "name": "STEWARD MEDICAL GROUP, INC", + "telecom": [ { + "system": "phone", + "value": "781-293-5455" + } ], + "address": { + "line": [ "104 LIBERTY ST" ], + "city": "HANSON", + "state": "MA", + "postalCode": "02341-1160", + "country": "US" + }, + "position": { + "longitude": -70.867359, + "latitude": 42.050239000000005 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "05012be2-c47b-3ca2-abfd-30a74859d1e8" + }, + "display": "STEWARD MEDICAL GROUP, INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|edde6fe2-3ce9-3b72-a538-d8ba93449ecb" + } + }, { + "fullUrl": "urn:uuid:5003f481-9b24-365a-95a9-5eb30411185f", + "resource": { + "resourceType": "Organization", + "id": "5003f481-9b24-365a-95a9-5eb30411185f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 61 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 238 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 121 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 31 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "5003f481-9b24-365a-95a9-5eb30411185f" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC", + "telecom": [ { + "system": "phone", + "value": "617-469-4000" + } ], + "address": [ { + "line": [ "1832 CENTRE ST" ], + "city": "WEST ROXBURY", + "state": "MA", + "postalCode": "02132-1901", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|5003f481-9b24-365a-95a9-5eb30411185f" + } + }, { + "fullUrl": "urn:uuid:3c644798-fc24-3865-af43-60572e9fc72d", + "resource": { + "resourceType": "Location", + "id": "3c644798-fc24-3865-af43-60572e9fc72d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "3c644798-fc24-3865-af43-60572e9fc72d" + } ], + "status": "active", + "name": "BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC", + "telecom": [ { + "system": "phone", + "value": "617-469-4000" + } ], + "address": { + "line": [ "1832 CENTRE ST" ], + "city": "WEST ROXBURY", + "state": "MA", + "postalCode": "02132-1901", + "country": "US" + }, + "position": { + "longitude": -71.020173, + "latitude": 42.33196 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5003f481-9b24-365a-95a9-5eb30411185f" + }, + "display": "BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d" + } + }, { + "fullUrl": "urn:uuid:370eee5a-887d-3d62-808b-8c6fb1c4bc71", + "resource": { + "resourceType": "Organization", + "id": "370eee5a-887d-3d62-808b-8c6fb1c4bc71", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 84 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 415 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 227 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 85 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "370eee5a-887d-3d62-808b-8c6fb1c4bc71" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "DRX UC WORCESTER PC", + "telecom": [ { + "system": "phone", + "value": "508-854-1055" + } ], + "address": [ { + "line": [ "926 W BOYLSTON ST" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01606-1141", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|370eee5a-887d-3d62-808b-8c6fb1c4bc71" + } + }, { + "fullUrl": "urn:uuid:3c1c47e8-422d-3dc2-86d4-7e03b763d357", + "resource": { + "resourceType": "Location", + "id": "3c1c47e8-422d-3dc2-86d4-7e03b763d357", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "3c1c47e8-422d-3dc2-86d4-7e03b763d357" + } ], + "status": "active", + "name": "DRX UC WORCESTER PC", + "telecom": [ { + "system": "phone", + "value": "508-854-1055" + } ], + "address": { + "line": [ "926 W BOYLSTON ST" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01606-1141", + "country": "US" + }, + "position": { + "longitude": -71.807783, + "latitude": 42.269478 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "370eee5a-887d-3d62-808b-8c6fb1c4bc71" + }, + "display": "DRX UC WORCESTER PC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|3c1c47e8-422d-3dc2-86d4-7e03b763d357" + } + }, { + "fullUrl": "urn:uuid:ed353f5c-41f9-3eb6-8e10-47d3db959d99", + "resource": { + "resourceType": "Organization", + "id": "ed353f5c-41f9-3eb6-8e10-47d3db959d99", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 46 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 203 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 68 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 37 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "ed353f5c-41f9-3eb6-8e10-47d3db959d99" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "MILFORD REGIONAL PHYSICIAN GROUP INC", + "telecom": [ { + "system": "phone", + "value": "508-234-6311" + } ], + "address": [ { + "line": [ "100 COMMERCE DR" ], + "city": "NORTHBRIDGE", + "state": "MA", + "postalCode": "01534-1415", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|ed353f5c-41f9-3eb6-8e10-47d3db959d99" + } + }, { + "fullUrl": "urn:uuid:a70e81eb-118f-36c9-b926-d6ec88d8fed5", + "resource": { + "resourceType": "Location", + "id": "a70e81eb-118f-36c9-b926-d6ec88d8fed5", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "a70e81eb-118f-36c9-b926-d6ec88d8fed5" + } ], + "status": "active", + "name": "MILFORD REGIONAL PHYSICIAN GROUP INC", + "telecom": [ { + "system": "phone", + "value": "508-234-6311" + } ], + "address": { + "line": [ "100 COMMERCE DR" ], + "city": "NORTHBRIDGE", + "state": "MA", + "postalCode": "01534-1415", + "country": "US" + }, + "position": { + "longitude": -71.655787, + "latitude": 42.128937 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ed353f5c-41f9-3eb6-8e10-47d3db959d99" + }, + "display": "MILFORD REGIONAL PHYSICIAN GROUP INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|a70e81eb-118f-36c9-b926-d6ec88d8fed5" + } + }, { + "fullUrl": "urn:uuid:38933c98-0aa4-3116-962a-2fbadbf27e36", + "resource": { + "resourceType": "Organization", + "id": "38933c98-0aa4-3116-962a-2fbadbf27e36", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 29 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 241 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 12 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 11 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "38933c98-0aa4-3116-962a-2fbadbf27e36" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "MINUTECLINIC DIAGNOSTIC OF MASSACHUSETTS, LLC", + "telecom": [ { + "system": "phone", + "value": "866-389-2727" + } ], + "address": [ { + "line": [ "189 WATERTOWN ST" ], + "city": "WATERTOWN", + "state": "MA", + "postalCode": "02472-2571", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|38933c98-0aa4-3116-962a-2fbadbf27e36" + } + }, { + "fullUrl": "urn:uuid:9a672602-f12b-3e4e-af11-2b41ef8f966c", + "resource": { + "resourceType": "Location", + "id": "9a672602-f12b-3e4e-af11-2b41ef8f966c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9a672602-f12b-3e4e-af11-2b41ef8f966c" + } ], + "status": "active", + "name": "MINUTECLINIC DIAGNOSTIC OF MASSACHUSETTS, LLC", + "telecom": [ { + "system": "phone", + "value": "866-389-2727" + } ], + "address": { + "line": [ "189 WATERTOWN ST" ], + "city": "WATERTOWN", + "state": "MA", + "postalCode": "02472-2571", + "country": "US" + }, + "position": { + "longitude": -71.177925, + "latitude": 42.369451 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "38933c98-0aa4-3116-962a-2fbadbf27e36" + }, + "display": "MINUTECLINIC DIAGNOSTIC OF MASSACHUSETTS, LLC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9a672602-f12b-3e4e-af11-2b41ef8f966c" + } + }, { + "fullUrl": "urn:uuid:0d3b12c1-5d12-3d76-a84d-9b3aabc22505", + "resource": { + "resourceType": "Organization", + "id": "0d3b12c1-5d12-3d76-a84d-9b3aabc22505", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 65 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 292 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 139 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 59 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "0d3b12c1-5d12-3d76-a84d-9b3aabc22505" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "UMASS MEMORIAL MEDICAL GROUP, INC.", + "telecom": [ { + "system": "phone", + "value": "508-885-3922" + } ], + "address": [ { + "line": [ "369 MAIN ST" ], + "city": "SPENCER", + "state": "MA", + "postalCode": "01562-1900", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|0d3b12c1-5d12-3d76-a84d-9b3aabc22505" + } + }, { + "fullUrl": "urn:uuid:5ae52c30-b08e-3414-9034-53a5ff66b9e6", + "resource": { + "resourceType": "Location", + "id": "5ae52c30-b08e-3414-9034-53a5ff66b9e6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "5ae52c30-b08e-3414-9034-53a5ff66b9e6" + } ], + "status": "active", + "name": "UMASS MEMORIAL MEDICAL GROUP, INC.", + "telecom": [ { + "system": "phone", + "value": "508-885-3922" + } ], + "address": { + "line": [ "369 MAIN ST" ], + "city": "SPENCER", + "state": "MA", + "postalCode": "01562-1900", + "country": "US" + }, + "position": { + "longitude": -71.991867, + "latitude": 42.247211 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "0d3b12c1-5d12-3d76-a84d-9b3aabc22505" + }, + "display": "UMASS MEMORIAL MEDICAL GROUP, INC." + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|5ae52c30-b08e-3414-9034-53a5ff66b9e6" + } + }, { + "fullUrl": "urn:uuid:ca1a6e3c-ff6c-3e18-842b-bb5a0a9206fe", + "resource": { + "resourceType": "Organization", + "id": "ca1a6e3c-ff6c-3e18-842b-bb5a0a9206fe", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 57 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 457 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 94 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 141 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "ca1a6e3c-ff6c-3e18-842b-bb5a0a9206fe" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "MASS OPTOMETRIC ASSOCIATES, PLLC", + "telecom": [ { + "system": "phone", + "value": "617-773-1353" + } ], + "address": [ { + "line": [ "1 SCAMMELL ST" ], + "city": "QUINCY", + "state": "MA", + "postalCode": "02169-6706", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|ca1a6e3c-ff6c-3e18-842b-bb5a0a9206fe" + } + }, { + "fullUrl": "urn:uuid:b51d7a07-00e6-3dd7-870e-43748fa64485", + "resource": { + "resourceType": "Location", + "id": "b51d7a07-00e6-3dd7-870e-43748fa64485", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "b51d7a07-00e6-3dd7-870e-43748fa64485" + } ], + "status": "active", + "name": "MASS OPTOMETRIC ASSOCIATES, PLLC", + "telecom": [ { + "system": "phone", + "value": "617-773-1353" + } ], + "address": { + "line": [ "1 SCAMMELL ST" ], + "city": "QUINCY", + "state": "MA", + "postalCode": "02169-6706", + "country": "US" + }, + "position": { + "longitude": -71.008988, + "latitude": 42.261006 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ca1a6e3c-ff6c-3e18-842b-bb5a0a9206fe" + }, + "display": "MASS OPTOMETRIC ASSOCIATES, PLLC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|b51d7a07-00e6-3dd7-870e-43748fa64485" + } + }, { + "fullUrl": "urn:uuid:dcdbb4f7-052d-3292-872c-d3fa5c608b69", + "resource": { + "resourceType": "Organization", + "id": "dcdbb4f7-052d-3292-872c-d3fa5c608b69", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 68 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 296 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 171 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 184 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "dcdbb4f7-052d-3292-872c-d3fa5c608b69" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PROEX PHYSICAL THERAPY, LLC", + "telecom": [ { + "system": "phone", + "value": "978-624-7150" + } ], + "address": [ { + "line": [ "3 RUNDLETT WAY" ], + "city": "MIDDLETON", + "state": "MA", + "postalCode": "01949-2500", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|dcdbb4f7-052d-3292-872c-d3fa5c608b69" + } + }, { + "fullUrl": "urn:uuid:b147ea02-de16-301f-9777-9a1e1b7432f2", + "resource": { + "resourceType": "Location", + "id": "b147ea02-de16-301f-9777-9a1e1b7432f2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "b147ea02-de16-301f-9777-9a1e1b7432f2" + } ], + "status": "active", + "name": "PROEX PHYSICAL THERAPY, LLC", + "telecom": [ { + "system": "phone", + "value": "978-624-7150" + } ], + "address": { + "line": [ "3 RUNDLETT WAY" ], + "city": "MIDDLETON", + "state": "MA", + "postalCode": "01949-2500", + "country": "US" + }, + "position": { + "longitude": -71.007118, + "latitude": 42.610513 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "dcdbb4f7-052d-3292-872c-d3fa5c608b69" + }, + "display": "PROEX PHYSICAL THERAPY, LLC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|b147ea02-de16-301f-9777-9a1e1b7432f2" + } + }, { + "fullUrl": "urn:uuid:da742a5b-2c47-3e74-89ed-7c7425a3694d", + "resource": { + "resourceType": "Organization", + "id": "da742a5b-2c47-3e74-89ed-7c7425a3694d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 38 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 103 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 49 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 9 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "da742a5b-2c47-3e74-89ed-7c7425a3694d" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "GREATER BOSTON UROLOGY LLC", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": [ { + "line": [ "100 HIGHLAND ST" ], + "city": "MILTON", + "state": "MA", + "postalCode": "02186-3881", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|da742a5b-2c47-3e74-89ed-7c7425a3694d" + } + }, { + "fullUrl": "urn:uuid:287ea8fb-785f-3c84-969f-52911ab98364", + "resource": { + "resourceType": "Location", + "id": "287ea8fb-785f-3c84-969f-52911ab98364", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "287ea8fb-785f-3c84-969f-52911ab98364" + } ], + "status": "active", + "name": "GREATER BOSTON UROLOGY LLC", + "telecom": [ { + "system": "phone", + "value": "(555) 555-5555" + } ], + "address": { + "line": [ "100 HIGHLAND ST" ], + "city": "MILTON", + "state": "MA", + "postalCode": "02186-3881", + "country": "US" + }, + "position": { + "longitude": -71.082432, + "latitude": 42.241557 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "da742a5b-2c47-3e74-89ed-7c7425a3694d" + }, + "display": "GREATER BOSTON UROLOGY LLC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|287ea8fb-785f-3c84-969f-52911ab98364" + } + }, { + "fullUrl": "urn:uuid:fa31d91f-dde4-37b5-a43f-df7c7c67c960", + "resource": { + "resourceType": "Organization", + "id": "fa31d91f-dde4-37b5-a43f-df7c7c67c960", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 56 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 433 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 144 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 34 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "fa31d91f-dde4-37b5-a43f-df7c7c67c960" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "MEDICAL CARE OF BOSTON MANAGEMENT CORPORATION", + "telecom": [ { + "system": "phone", + "value": "617-887-0829" + } ], + "address": [ { + "line": [ "201 CAPTAINS ROW" ], + "city": "CHELSEA", + "state": "MA", + "postalCode": "02150-4068", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|fa31d91f-dde4-37b5-a43f-df7c7c67c960" + } + }, { + "fullUrl": "urn:uuid:11539985-1b71-3b74-9b38-d4bf1e26a617", + "resource": { + "resourceType": "Location", + "id": "11539985-1b71-3b74-9b38-d4bf1e26a617", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "11539985-1b71-3b74-9b38-d4bf1e26a617" + } ], + "status": "active", + "name": "MEDICAL CARE OF BOSTON MANAGEMENT CORPORATION", + "telecom": [ { + "system": "phone", + "value": "617-887-0829" + } ], + "address": { + "line": [ "201 CAPTAINS ROW" ], + "city": "CHELSEA", + "state": "MA", + "postalCode": "02150-4068", + "country": "US" + }, + "position": { + "longitude": -71.031348, + "latitude": 42.396824 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "fa31d91f-dde4-37b5-a43f-df7c7c67c960" + }, + "display": "MEDICAL CARE OF BOSTON MANAGEMENT CORPORATION" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|11539985-1b71-3b74-9b38-d4bf1e26a617" + } + }, { + "fullUrl": "urn:uuid:ab25175a-3068-3c89-9268-0765b157d52d", + "resource": { + "resourceType": "Organization", + "id": "ab25175a-3068-3c89-9268-0765b157d52d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 31 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 258 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 26 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 13 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "ab25175a-3068-3c89-9268-0765b157d52d" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "CAMBRIDGE PUBLIC HEALTH COMMISSION", + "telecom": [ { + "system": "phone", + "value": "617-575-5690" + } ], + "address": [ { + "line": [ "81 HIGHLAND AVE" ], + "city": "SOMERVILLE", + "state": "MA", + "postalCode": "02143-1740", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|ab25175a-3068-3c89-9268-0765b157d52d" + } + }, { + "fullUrl": "urn:uuid:6a4e72f8-25dd-355b-82e4-207d358db670", + "resource": { + "resourceType": "Location", + "id": "6a4e72f8-25dd-355b-82e4-207d358db670", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "6a4e72f8-25dd-355b-82e4-207d358db670" + } ], + "status": "active", + "name": "CAMBRIDGE PUBLIC HEALTH COMMISSION", + "telecom": [ { + "system": "phone", + "value": "617-575-5690" + } ], + "address": { + "line": [ "81 HIGHLAND AVE" ], + "city": "SOMERVILLE", + "state": "MA", + "postalCode": "02143-1740", + "country": "US" + }, + "position": { + "longitude": -71.101033, + "latitude": 42.390445 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ab25175a-3068-3c89-9268-0765b157d52d" + }, + "display": "CAMBRIDGE PUBLIC HEALTH COMMISSION" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|6a4e72f8-25dd-355b-82e4-207d358db670" + } + }, { + "fullUrl": "urn:uuid:6510ffc0-9793-352c-87d5-e8f7aa8b4d5c", + "resource": { + "resourceType": "Organization", + "id": "6510ffc0-9793-352c-87d5-e8f7aa8b4d5c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 106 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 4431 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 2059 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 3788 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "6510ffc0-9793-352c-87d5-e8f7aa8b4d5c" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "STEWARD MEDICAL GROUP, INC", + "telecom": [ { + "system": "phone", + "value": "508-384-2223" + } ], + "address": [ { + "line": [ "24 COMMON ST" ], + "city": "WRENTHAM", + "state": "MA", + "postalCode": "02093-1399", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|6510ffc0-9793-352c-87d5-e8f7aa8b4d5c" + } + }, { + "fullUrl": "urn:uuid:f8caa113-1e83-3d0b-b9a1-2a3c6044d7e7", + "resource": { + "resourceType": "Location", + "id": "f8caa113-1e83-3d0b-b9a1-2a3c6044d7e7", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f8caa113-1e83-3d0b-b9a1-2a3c6044d7e7" + } ], + "status": "active", + "name": "STEWARD MEDICAL GROUP, INC", + "telecom": [ { + "system": "phone", + "value": "508-384-2223" + } ], + "address": { + "line": [ "24 COMMON ST" ], + "city": "WRENTHAM", + "state": "MA", + "postalCode": "02093-1399", + "country": "US" + }, + "position": { + "longitude": -71.356858, + "latitude": 42.052671000000004 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "6510ffc0-9793-352c-87d5-e8f7aa8b4d5c" + }, + "display": "STEWARD MEDICAL GROUP, INC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f8caa113-1e83-3d0b-b9a1-2a3c6044d7e7" + } + }, { + "fullUrl": "urn:uuid:714dd33b-d5bf-39fb-902a-7e1ee23a5784", + "resource": { + "resourceType": "Organization", + "id": "714dd33b-d5bf-39fb-902a-7e1ee23a5784", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 38 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 380 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 53 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 28 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "714dd33b-d5bf-39fb-902a-7e1ee23a5784" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "UMASS MEMORIAL MEDICAL GROUP, INC.", + "telecom": [ { + "system": "phone", + "value": "978-345-1040" + } ], + "address": [ { + "line": [ "47 ASHBY STATE RD" ], + "city": "FITCHBURG", + "state": "MA", + "postalCode": "01420-2038", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|714dd33b-d5bf-39fb-902a-7e1ee23a5784" + } + }, { + "fullUrl": "urn:uuid:1b52bd33-f923-3062-8510-539dc5c770f4", + "resource": { + "resourceType": "Location", + "id": "1b52bd33-f923-3062-8510-539dc5c770f4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "1b52bd33-f923-3062-8510-539dc5c770f4" + } ], + "status": "active", + "name": "UMASS MEMORIAL MEDICAL GROUP, INC.", + "telecom": [ { + "system": "phone", + "value": "978-345-1040" + } ], + "address": { + "line": [ "47 ASHBY STATE RD" ], + "city": "FITCHBURG", + "state": "MA", + "postalCode": "01420-2038", + "country": "US" + }, + "position": { + "longitude": -71.81586999999999, + "latitude": 42.601977000000005 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "714dd33b-d5bf-39fb-902a-7e1ee23a5784" + }, + "display": "UMASS MEMORIAL MEDICAL GROUP, INC." + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|1b52bd33-f923-3062-8510-539dc5c770f4" + } + }, { + "fullUrl": "urn:uuid:5f178592-5066-33f6-8594-e6f58caca21c", + "resource": { + "resourceType": "Organization", + "id": "5f178592-5066-33f6-8594-e6f58caca21c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "5f178592-5066-33f6-8594-e6f58caca21c" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "MASHPEE FAMILY MEDICINE", + "telecom": [ { + "system": "phone", + "value": "508-477-4282" + } ], + "address": [ { + "line": [ "5 INDUSTRIAL DRIVE" ], + "city": "MASHPEE", + "state": "MA", + "postalCode": "2649", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|5f178592-5066-33f6-8594-e6f58caca21c" + } + }, { + "fullUrl": "urn:uuid:7b3724f6-b9ba-353f-9715-f7572f4212de", + "resource": { + "resourceType": "Location", + "id": "7b3724f6-b9ba-353f-9715-f7572f4212de", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "7b3724f6-b9ba-353f-9715-f7572f4212de" + } ], + "status": "active", + "name": "MASHPEE FAMILY MEDICINE", + "telecom": [ { + "system": "phone", + "value": "508-477-4282" + } ], + "address": { + "line": [ "5 INDUSTRIAL DRIVE" ], + "city": "MASHPEE", + "state": "MA", + "postalCode": "2649", + "country": "US" + }, + "position": { + "longitude": -70.4944565, + "latitude": 41.6050403 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5f178592-5066-33f6-8594-e6f58caca21c" + }, + "display": "MASHPEE FAMILY MEDICINE" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|7b3724f6-b9ba-353f-9715-f7572f4212de" + } + }, { + "fullUrl": "urn:uuid:4feb5860-8c43-34ea-b2c8-84ff7ca8740b", + "resource": { + "resourceType": "Organization", + "id": "4feb5860-8c43-34ea-b2c8-84ff7ca8740b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 3 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 2 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 6 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "4feb5860-8c43-34ea-b2c8-84ff7ca8740b" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "TRU MEDICAL WALK IN CENTER", + "telecom": [ { + "system": "phone", + "value": "508-675-1522" + } ], + "address": [ { + "line": [ "528 NEWTON STREET" ], + "city": "FALL RIVER", + "state": "MA", + "postalCode": "2721", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|4feb5860-8c43-34ea-b2c8-84ff7ca8740b" + } + }, { + "fullUrl": "urn:uuid:9252109b-43ca-3a69-b02a-97e6f2ecf41d", + "resource": { + "resourceType": "Location", + "id": "9252109b-43ca-3a69-b02a-97e6f2ecf41d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9252109b-43ca-3a69-b02a-97e6f2ecf41d" + } ], + "status": "active", + "name": "TRU MEDICAL WALK IN CENTER", + "telecom": [ { + "system": "phone", + "value": "508-675-1522" + } ], + "address": { + "line": [ "528 NEWTON STREET" ], + "city": "FALL RIVER", + "state": "MA", + "postalCode": "2721", + "country": "US" + }, + "position": { + "longitude": -71.1635601, + "latitude": 41.672608 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "4feb5860-8c43-34ea-b2c8-84ff7ca8740b" + }, + "display": "TRU MEDICAL WALK IN CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9252109b-43ca-3a69-b02a-97e6f2ecf41d" + } + }, { + "fullUrl": "urn:uuid:92819cdc-db9e-387e-8c4f-4b2b4e8b2e4f", + "resource": { + "resourceType": "Organization", + "id": "92819cdc-db9e-387e-8c4f-4b2b4e8b2e4f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 16 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "92819cdc-db9e-387e-8c4f-4b2b4e8b2e4f" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "SAINTS WALK-IN MEDICAL CENTER - URGENT CARE AND OCCUPATIONAL HEALTH", + "telecom": [ { + "system": "phone", + "value": "978-459-2273" + } ], + "address": [ { + "line": [ "1230 BRIDGE STREET" ], + "city": "LOWELL", + "state": "MA", + "postalCode": "1850", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|92819cdc-db9e-387e-8c4f-4b2b4e8b2e4f" + } + }, { + "fullUrl": "urn:uuid:c6d0333b-5920-3b05-a21c-83f2ab022cce", + "resource": { + "resourceType": "Location", + "id": "c6d0333b-5920-3b05-a21c-83f2ab022cce", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "c6d0333b-5920-3b05-a21c-83f2ab022cce" + } ], + "status": "active", + "name": "SAINTS WALK-IN MEDICAL CENTER - URGENT CARE AND OCCUPATIONAL HEALTH", + "telecom": [ { + "system": "phone", + "value": "978-459-2273" + } ], + "address": { + "line": [ "1230 BRIDGE STREET" ], + "city": "LOWELL", + "state": "MA", + "postalCode": "1850", + "country": "US" + }, + "position": { + "longitude": -71.3038939, + "latitude": 42.6653405 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "92819cdc-db9e-387e-8c4f-4b2b4e8b2e4f" + }, + "display": "SAINTS WALK-IN MEDICAL CENTER - URGENT CARE AND OCCUPATIONAL HEALTH" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|c6d0333b-5920-3b05-a21c-83f2ab022cce" + } + }, { + "fullUrl": "urn:uuid:0d1563c1-d56c-362e-9e3d-d74463ebbe0f", + "resource": { + "resourceType": "Organization", + "id": "0d1563c1-d56c-362e-9e3d-d74463ebbe0f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 7 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "0d1563c1-d56c-362e-9e3d-d74463ebbe0f" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "URGENT CARE MEDICAL CLINIC", + "telecom": [ { + "system": "phone", + "value": "508-583-0010" + } ], + "address": [ { + "line": [ "629 PLEASANT STREET" ], + "city": "BROCKTON", + "state": "MA", + "postalCode": "2301", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|0d1563c1-d56c-362e-9e3d-d74463ebbe0f" + } + }, { + "fullUrl": "urn:uuid:e06e98cf-546a-3240-afd7-6e051fc38519", + "resource": { + "resourceType": "Location", + "id": "e06e98cf-546a-3240-afd7-6e051fc38519", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "e06e98cf-546a-3240-afd7-6e051fc38519" + } ], + "status": "active", + "name": "URGENT CARE MEDICAL CLINIC", + "telecom": [ { + "system": "phone", + "value": "508-583-0010" + } ], + "address": { + "line": [ "629 PLEASANT STREET" ], + "city": "BROCKTON", + "state": "MA", + "postalCode": "2301", + "country": "US" + }, + "position": { + "longitude": -71.04551, + "latitude": 42.0892313 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "0d1563c1-d56c-362e-9e3d-d74463ebbe0f" + }, + "display": "URGENT CARE MEDICAL CLINIC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|e06e98cf-546a-3240-afd7-6e051fc38519" + } + }, { + "fullUrl": "urn:uuid:a76bda1d-f42d-3046-b8c6-021f3db0a086", + "resource": { + "resourceType": "Organization", + "id": "a76bda1d-f42d-3046-b8c6-021f3db0a086", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "a76bda1d-f42d-3046-b8c6-021f3db0a086" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "WALK IN AND PRIMARY CARE", + "telecom": [ { + "system": "phone", + "value": "781-894-8200" + } ], + "address": [ { + "line": [ "808 MAIN STREET" ], + "city": "WALTHAM", + "state": "MA", + "postalCode": "2451", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|a76bda1d-f42d-3046-b8c6-021f3db0a086" + } + }, { + "fullUrl": "urn:uuid:c29a5d23-f1bb-3515-a733-ef4cfcc4b19f", + "resource": { + "resourceType": "Location", + "id": "c29a5d23-f1bb-3515-a733-ef4cfcc4b19f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "c29a5d23-f1bb-3515-a733-ef4cfcc4b19f" + } ], + "status": "active", + "name": "WALK IN AND PRIMARY CARE", + "telecom": [ { + "system": "phone", + "value": "781-894-8200" + } ], + "address": { + "line": [ "808 MAIN STREET" ], + "city": "WALTHAM", + "state": "MA", + "postalCode": "2451", + "country": "US" + }, + "position": { + "longitude": -71.242893, + "latitude": 42.3760766 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a76bda1d-f42d-3046-b8c6-021f3db0a086" + }, + "display": "WALK IN AND PRIMARY CARE" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|c29a5d23-f1bb-3515-a733-ef4cfcc4b19f" + } + }, { + "fullUrl": "urn:uuid:7116c200-6663-3503-8314-1ee16845e5d3", + "resource": { + "resourceType": "Organization", + "id": "7116c200-6663-3503-8314-1ee16845e5d3", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "7116c200-6663-3503-8314-1ee16845e5d3" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "SAINTS WALK-IN MEDICAL CENTER - URGENT CARE AND OCCUPATIONAL HEALTH", + "telecom": [ { + "system": "phone", + "value": "978-458-6868" + } ], + "address": [ { + "line": [ "85 PARKHURST ROAD" ], + "city": "CHELMSFORD", + "state": "MA", + "postalCode": "1824", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|7116c200-6663-3503-8314-1ee16845e5d3" + } + }, { + "fullUrl": "urn:uuid:64d160eb-9cc0-3f5b-8d41-d29bd212f104", + "resource": { + "resourceType": "Location", + "id": "64d160eb-9cc0-3f5b-8d41-d29bd212f104", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "64d160eb-9cc0-3f5b-8d41-d29bd212f104" + } ], + "status": "active", + "name": "SAINTS WALK-IN MEDICAL CENTER - URGENT CARE AND OCCUPATIONAL HEALTH", + "telecom": [ { + "system": "phone", + "value": "978-458-6868" + } ], + "address": { + "line": [ "85 PARKHURST ROAD" ], + "city": "CHELMSFORD", + "state": "MA", + "postalCode": "1824", + "country": "US" + }, + "position": { + "longitude": -71.3593401, + "latitude": 42.6257767 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7116c200-6663-3503-8314-1ee16845e5d3" + }, + "display": "SAINTS WALK-IN MEDICAL CENTER - URGENT CARE AND OCCUPATIONAL HEALTH" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|64d160eb-9cc0-3f5b-8d41-d29bd212f104" + } + }, { + "fullUrl": "urn:uuid:3265f387-6c51-32ee-8f6d-b2a89caa34d5", + "resource": { + "resourceType": "Organization", + "id": "3265f387-6c51-32ee-8f6d-b2a89caa34d5", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 7 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "3265f387-6c51-32ee-8f6d-b2a89caa34d5" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "CHELSEA MGH HEALTH CENTER MEDICAL WALK IN", + "telecom": [ { + "system": "phone", + "value": "617-884-8300" + } ], + "address": [ { + "line": [ "151 EVERETT AVENUE" ], + "city": "CHELSEA", + "state": "MA", + "postalCode": "2150", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|3265f387-6c51-32ee-8f6d-b2a89caa34d5" + } + }, { + "fullUrl": "urn:uuid:fa546403-c0ca-30b2-a9cd-ba6d76eb6a2d", + "resource": { + "resourceType": "Location", + "id": "fa546403-c0ca-30b2-a9cd-ba6d76eb6a2d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "fa546403-c0ca-30b2-a9cd-ba6d76eb6a2d" + } ], + "status": "active", + "name": "CHELSEA MGH HEALTH CENTER MEDICAL WALK IN", + "telecom": [ { + "system": "phone", + "value": "617-884-8300" + } ], + "address": { + "line": [ "151 EVERETT AVENUE" ], + "city": "CHELSEA", + "state": "MA", + "postalCode": "2150", + "country": "US" + }, + "position": { + "longitude": -71.0392206, + "latitude": 42.3961274 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3265f387-6c51-32ee-8f6d-b2a89caa34d5" + }, + "display": "CHELSEA MGH HEALTH CENTER MEDICAL WALK IN" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|fa546403-c0ca-30b2-a9cd-ba6d76eb6a2d" + } + }, { + "fullUrl": "urn:uuid:c63d0602-724d-3d74-958a-a31b1364eaef", + "resource": { + "resourceType": "Organization", + "id": "c63d0602-724d-3d74-958a-a31b1364eaef", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 163 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "c63d0602-724d-3d74-958a-a31b1364eaef" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "HARVARD VANGUARD BRAINTREE PRACTICE URGENT CARE", + "telecom": [ { + "system": "phone", + "value": "781-849-1000" + } ], + "address": [ { + "line": [ "111 GROSSMAN DRIVE" ], + "city": "BRAINTREE", + "state": "MA", + "postalCode": "2184", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|c63d0602-724d-3d74-958a-a31b1364eaef" + } + }, { + "fullUrl": "urn:uuid:5034affd-0915-380e-8930-9543e090d3b4", + "resource": { + "resourceType": "Location", + "id": "5034affd-0915-380e-8930-9543e090d3b4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "5034affd-0915-380e-8930-9543e090d3b4" + } ], + "status": "active", + "name": "HARVARD VANGUARD BRAINTREE PRACTICE URGENT CARE", + "telecom": [ { + "system": "phone", + "value": "781-849-1000" + } ], + "address": { + "line": [ "111 GROSSMAN DRIVE" ], + "city": "BRAINTREE", + "state": "MA", + "postalCode": "2184", + "country": "US" + }, + "position": { + "longitude": -70.999539, + "latitude": 42.21004 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c63d0602-724d-3d74-958a-a31b1364eaef" + }, + "display": "HARVARD VANGUARD BRAINTREE PRACTICE URGENT CARE" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|5034affd-0915-380e-8930-9543e090d3b4" + } + }, { + "fullUrl": "urn:uuid:cbbee84d-7644-3b24-9f41-e3747f5050df", + "resource": { + "resourceType": "Organization", + "id": "cbbee84d-7644-3b24-9f41-e3747f5050df", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 21 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 4 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "cbbee84d-7644-3b24-9f41-e3747f5050df" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "FAMILY HEALTH CENTER", + "telecom": [ { + "system": "phone", + "value": "508-860-7777" + } ], + "address": [ { + "line": [ "26 QUEEN STREET" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "1610", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|cbbee84d-7644-3b24-9f41-e3747f5050df" + } + }, { + "fullUrl": "urn:uuid:b9f53ad4-5260-3105-b865-0be5777ac489", + "resource": { + "resourceType": "Location", + "id": "b9f53ad4-5260-3105-b865-0be5777ac489", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "b9f53ad4-5260-3105-b865-0be5777ac489" + } ], + "status": "active", + "name": "FAMILY HEALTH CENTER", + "telecom": [ { + "system": "phone", + "value": "508-860-7777" + } ], + "address": { + "line": [ "26 QUEEN STREET" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "1610", + "country": "US" + }, + "position": { + "longitude": -71.8139319, + "latitude": 42.2590345 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "cbbee84d-7644-3b24-9f41-e3747f5050df" + }, + "display": "FAMILY HEALTH CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|b9f53ad4-5260-3105-b865-0be5777ac489" + } + }, { + "fullUrl": "urn:uuid:f1313c7d-3148-335b-adc3-337f15567b82", + "resource": { + "resourceType": "Organization", + "id": "f1313c7d-3148-335b-adc3-337f15567b82", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 4 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "f1313c7d-3148-335b-adc3-337f15567b82" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "WINCHESTER HOSPITAL FAMILY MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "978-988-6105" + } ], + "address": [ { + "line": [ "500 SALEM STREET" ], + "city": "WILMINGTON", + "state": "MA", + "postalCode": "1887", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|f1313c7d-3148-335b-adc3-337f15567b82" + } + }, { + "fullUrl": "urn:uuid:9e412665-c5ea-3948-831a-16ead4f07f93", + "resource": { + "resourceType": "Location", + "id": "9e412665-c5ea-3948-831a-16ead4f07f93", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9e412665-c5ea-3948-831a-16ead4f07f93" + } ], + "status": "active", + "name": "WINCHESTER HOSPITAL FAMILY MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "978-988-6105" + } ], + "address": { + "line": [ "500 SALEM STREET" ], + "city": "WILMINGTON", + "state": "MA", + "postalCode": "1887", + "country": "US" + }, + "position": { + "longitude": -71.1438654, + "latitude": 42.5805281 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f1313c7d-3148-335b-adc3-337f15567b82" + }, + "display": "WINCHESTER HOSPITAL FAMILY MEDICAL CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9e412665-c5ea-3948-831a-16ead4f07f93" + } + }, { + "fullUrl": "urn:uuid:df5a38ee-e493-3572-8f92-bb695aef9891", + "resource": { + "resourceType": "Organization", + "id": "df5a38ee-e493-3572-8f92-bb695aef9891", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "df5a38ee-e493-3572-8f92-bb695aef9891" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "MID CAPE MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "508-771-4092" + } ], + "address": [ { + "line": [ "489 BEARSES WAY" ], + "city": "HYANNIS", + "state": "MA", + "postalCode": "2601", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|df5a38ee-e493-3572-8f92-bb695aef9891" + } + }, { + "fullUrl": "urn:uuid:e847be8c-e5e5-3938-adda-162bd1758d10", + "resource": { + "resourceType": "Location", + "id": "e847be8c-e5e5-3938-adda-162bd1758d10", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "e847be8c-e5e5-3938-adda-162bd1758d10" + } ], + "status": "active", + "name": "MID CAPE MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "508-771-4092" + } ], + "address": { + "line": [ "489 BEARSES WAY" ], + "city": "HYANNIS", + "state": "MA", + "postalCode": "2601", + "country": "US" + }, + "position": { + "longitude": -70.3008223, + "latitude": 41.6624796 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "df5a38ee-e493-3572-8f92-bb695aef9891" + }, + "display": "MID CAPE MEDICAL CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|e847be8c-e5e5-3938-adda-162bd1758d10" + } + }, { + "fullUrl": "urn:uuid:e3f1676b-9b40-3544-af4e-17a06bbb98bb", + "resource": { + "resourceType": "Organization", + "id": "e3f1676b-9b40-3544-af4e-17a06bbb98bb", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 9 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "e3f1676b-9b40-3544-af4e-17a06bbb98bb" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "CODMAN SQUARE HEALTH CENTER", + "telecom": [ { + "system": "phone", + "value": "617-825-9660" + } ], + "address": [ { + "line": [ "637 WASHINGTON STREET" ], + "city": "DORCHESTER", + "state": "MA", + "postalCode": "2124", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|e3f1676b-9b40-3544-af4e-17a06bbb98bb" + } + }, { + "fullUrl": "urn:uuid:7c592af8-290f-3432-8aa7-ebb26b129a51", + "resource": { + "resourceType": "Location", + "id": "7c592af8-290f-3432-8aa7-ebb26b129a51", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "7c592af8-290f-3432-8aa7-ebb26b129a51" + } ], + "status": "active", + "name": "CODMAN SQUARE HEALTH CENTER", + "telecom": [ { + "system": "phone", + "value": "617-825-9660" + } ], + "address": { + "line": [ "637 WASHINGTON STREET" ], + "city": "DORCHESTER", + "state": "MA", + "postalCode": "2124", + "country": "US" + }, + "position": { + "longitude": -71.0719941, + "latitude": 42.2894365 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e3f1676b-9b40-3544-af4e-17a06bbb98bb" + }, + "display": "CODMAN SQUARE HEALTH CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|7c592af8-290f-3432-8aa7-ebb26b129a51" + } + }, { + "fullUrl": "urn:uuid:a43fb751-96fe-3496-8750-73f85651866d", + "resource": { + "resourceType": "Organization", + "id": "a43fb751-96fe-3496-8750-73f85651866d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 3 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "a43fb751-96fe-3496-8750-73f85651866d" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "CONCENTRA URGENT CARE - WILMINGTON", + "telecom": [ { + "system": "phone", + "value": "978-657-3826" + } ], + "address": [ { + "line": [ "66B CONCORD STREET" ], + "city": "WILMINGTON", + "state": "MA", + "postalCode": "1887", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|a43fb751-96fe-3496-8750-73f85651866d" + } + }, { + "fullUrl": "urn:uuid:fbe81bf6-7f8e-393d-9175-ffdb4082023c", + "resource": { + "resourceType": "Location", + "id": "fbe81bf6-7f8e-393d-9175-ffdb4082023c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "fbe81bf6-7f8e-393d-9175-ffdb4082023c" + } ], + "status": "active", + "name": "CONCENTRA URGENT CARE - WILMINGTON", + "telecom": [ { + "system": "phone", + "value": "978-657-3826" + } ], + "address": { + "line": [ "66B CONCORD STREET" ], + "city": "WILMINGTON", + "state": "MA", + "postalCode": "1887", + "country": "US" + }, + "position": { + "longitude": -71.1368606, + "latitude": 42.5587666 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a43fb751-96fe-3496-8750-73f85651866d" + }, + "display": "CONCENTRA URGENT CARE - WILMINGTON" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|fbe81bf6-7f8e-393d-9175-ffdb4082023c" + } + }, { + "fullUrl": "urn:uuid:b81688f5-bd0e-3c99-963f-860d3e90ab5d", + "resource": { + "resourceType": "Organization", + "id": "b81688f5-bd0e-3c99-963f-860d3e90ab5d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 29 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "b81688f5-bd0e-3c99-963f-860d3e90ab5d" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "URGENT CARE MEDICAL CLINIC", + "telecom": [ { + "system": "phone", + "value": "617-247-1400" + } ], + "address": [ { + "line": [ "581 BOYLSTON STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "2116", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|b81688f5-bd0e-3c99-963f-860d3e90ab5d" + } + }, { + "fullUrl": "urn:uuid:ce46d852-27fd-34a7-b3b8-20b3e6e9fb08", + "resource": { + "resourceType": "Location", + "id": "ce46d852-27fd-34a7-b3b8-20b3e6e9fb08", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "ce46d852-27fd-34a7-b3b8-20b3e6e9fb08" + } ], + "status": "active", + "name": "URGENT CARE MEDICAL CLINIC", + "telecom": [ { + "system": "phone", + "value": "617-247-1400" + } ], + "address": { + "line": [ "581 BOYLSTON STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "2116", + "country": "US" + }, + "position": { + "longitude": -71.0766054, + "latitude": 42.3505548 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b81688f5-bd0e-3c99-963f-860d3e90ab5d" + }, + "display": "URGENT CARE MEDICAL CLINIC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|ce46d852-27fd-34a7-b3b8-20b3e6e9fb08" + } + }, { + "fullUrl": "urn:uuid:6e62e63b-c39a-3211-99d8-8b8f0f06774e", + "resource": { + "resourceType": "Organization", + "id": "6e62e63b-c39a-3211-99d8-8b8f0f06774e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 6 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "6e62e63b-c39a-3211-99d8-8b8f0f06774e" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "GREAT BROOK VALLEY HEALTH CENTER", + "telecom": [ { + "system": "phone", + "value": "508-852-1805" + } ], + "address": [ { + "line": [ "19 TACOMA STREET" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "1605", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|6e62e63b-c39a-3211-99d8-8b8f0f06774e" + } + }, { + "fullUrl": "urn:uuid:10259e72-93b9-332a-90db-ca120adde0d7", + "resource": { + "resourceType": "Location", + "id": "10259e72-93b9-332a-90db-ca120adde0d7", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "10259e72-93b9-332a-90db-ca120adde0d7" + } ], + "status": "active", + "name": "GREAT BROOK VALLEY HEALTH CENTER", + "telecom": [ { + "system": "phone", + "value": "508-852-1805" + } ], + "address": { + "line": [ "19 TACOMA STREET" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "1605", + "country": "US" + }, + "position": { + "longitude": -71.7661395, + "latitude": 42.3023113 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "6e62e63b-c39a-3211-99d8-8b8f0f06774e" + }, + "display": "GREAT BROOK VALLEY HEALTH CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|10259e72-93b9-332a-90db-ca120adde0d7" + } + }, { + "fullUrl": "urn:uuid:62fa9127-485f-3032-87cc-6576d91fec94", + "resource": { + "resourceType": "Organization", + "id": "62fa9127-485f-3032-87cc-6576d91fec94", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 3 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "62fa9127-485f-3032-87cc-6576d91fec94" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "LAHEY CLINIC NORTHSHORE", + "telecom": [ { + "system": "phone", + "value": "978-538-4000" + } ], + "address": [ { + "line": [ "1 ESSEX CENTER DRIVE" ], + "city": "PEABODY", + "state": "MA", + "postalCode": "1960", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|62fa9127-485f-3032-87cc-6576d91fec94" + } + }, { + "fullUrl": "urn:uuid:27e03287-56aa-3edc-a248-0a9d1dad1aa6", + "resource": { + "resourceType": "Location", + "id": "27e03287-56aa-3edc-a248-0a9d1dad1aa6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "27e03287-56aa-3edc-a248-0a9d1dad1aa6" + } ], + "status": "active", + "name": "LAHEY CLINIC NORTHSHORE", + "telecom": [ { + "system": "phone", + "value": "978-538-4000" + } ], + "address": { + "line": [ "1 ESSEX CENTER DRIVE" ], + "city": "PEABODY", + "state": "MA", + "postalCode": "1960", + "country": "US" + }, + "position": { + "longitude": -70.9465423, + "latitude": 42.5369864 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "62fa9127-485f-3032-87cc-6576d91fec94" + }, + "display": "LAHEY CLINIC NORTHSHORE" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|27e03287-56aa-3edc-a248-0a9d1dad1aa6" + } + }, { + "fullUrl": "urn:uuid:d672f853-e2a5-324e-98fa-c6d5f8dfc255", + "resource": { + "resourceType": "Organization", + "id": "d672f853-e2a5-324e-98fa-c6d5f8dfc255", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 215 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 164 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "d672f853-e2a5-324e-98fa-c6d5f8dfc255" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "WALTHAM URGENT CARE", + "telecom": [ { + "system": "phone", + "value": "617-243-5591" + } ], + "address": [ { + "line": [ "9 HOPE AVENUE" ], + "city": "WALTHAM", + "state": "MA", + "postalCode": "2453", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|d672f853-e2a5-324e-98fa-c6d5f8dfc255" + } + }, { + "fullUrl": "urn:uuid:9140c3cd-cfd0-3d68-a5c0-4a5e391f0804", + "resource": { + "resourceType": "Location", + "id": "9140c3cd-cfd0-3d68-a5c0-4a5e391f0804", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9140c3cd-cfd0-3d68-a5c0-4a5e391f0804" + } ], + "status": "active", + "name": "WALTHAM URGENT CARE", + "telecom": [ { + "system": "phone", + "value": "617-243-5591" + } ], + "address": { + "line": [ "9 HOPE AVENUE" ], + "city": "WALTHAM", + "state": "MA", + "postalCode": "2453", + "country": "US" + }, + "position": { + "longitude": -71.2490152, + "latitude": 42.3700513 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d672f853-e2a5-324e-98fa-c6d5f8dfc255" + }, + "display": "WALTHAM URGENT CARE" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9140c3cd-cfd0-3d68-a5c0-4a5e391f0804" + } + }, { + "fullUrl": "urn:uuid:c0aa05be-e636-316f-80d7-8b0b5d2eb194", + "resource": { + "resourceType": "Organization", + "id": "c0aa05be-e636-316f-80d7-8b0b5d2eb194", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 2 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "c0aa05be-e636-316f-80d7-8b0b5d2eb194" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "EAST BOSTON NEIGHBORHOOD HEALTH CENTER URGENT CARE", + "telecom": [ { + "system": "phone", + "value": "617-567-3600" + } ], + "address": [ { + "line": [ "10 GOVE STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "2128", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|c0aa05be-e636-316f-80d7-8b0b5d2eb194" + } + }, { + "fullUrl": "urn:uuid:146ec36d-8cea-355b-87da-9aeea205e692", + "resource": { + "resourceType": "Location", + "id": "146ec36d-8cea-355b-87da-9aeea205e692", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "146ec36d-8cea-355b-87da-9aeea205e692" + } ], + "status": "active", + "name": "EAST BOSTON NEIGHBORHOOD HEALTH CENTER URGENT CARE", + "telecom": [ { + "system": "phone", + "value": "617-567-3600" + } ], + "address": { + "line": [ "10 GOVE STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "2128", + "country": "US" + }, + "position": { + "longitude": -71.0386237, + "latitude": 42.3719882 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c0aa05be-e636-316f-80d7-8b0b5d2eb194" + }, + "display": "EAST BOSTON NEIGHBORHOOD HEALTH CENTER URGENT CARE" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|146ec36d-8cea-355b-87da-9aeea205e692" + } + }, { + "fullUrl": "urn:uuid:98d42012-384f-39d9-b210-cc654b9441f6", + "resource": { + "resourceType": "Organization", + "id": "98d42012-384f-39d9-b210-cc654b9441f6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "98d42012-384f-39d9-b210-cc654b9441f6" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "FONTAINE MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "508-432-4100" + } ], + "address": [ { + "line": [ "525 LONG POND DRIVE" ], + "city": "HARWICH", + "state": "MA", + "postalCode": "2645", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|98d42012-384f-39d9-b210-cc654b9441f6" + } + }, { + "fullUrl": "urn:uuid:afab1a1b-4871-3446-899d-5012b2197191", + "resource": { + "resourceType": "Location", + "id": "afab1a1b-4871-3446-899d-5012b2197191", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "afab1a1b-4871-3446-899d-5012b2197191" + } ], + "status": "active", + "name": "FONTAINE MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "508-432-4100" + } ], + "address": { + "line": [ "525 LONG POND DRIVE" ], + "city": "HARWICH", + "state": "MA", + "postalCode": "2645", + "country": "US" + }, + "position": { + "longitude": -70.0372004, + "latitude": 41.722586 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "98d42012-384f-39d9-b210-cc654b9441f6" + }, + "display": "FONTAINE MEDICAL CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|afab1a1b-4871-3446-899d-5012b2197191" + } + }, { + "fullUrl": "urn:uuid:7ffe74ac-786d-3c6d-bcb9-323352f6149c", + "resource": { + "resourceType": "Organization", + "id": "7ffe74ac-786d-3c6d-bcb9-323352f6149c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 6 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "7ffe74ac-786d-3c6d-bcb9-323352f6149c" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "CONCENTRA URGENT CARE - SPRINGFIELD", + "telecom": [ { + "system": "phone", + "value": "413-746-4006" + } ], + "address": [ { + "line": [ "140 CARANDO DRIVE" ], + "city": "SPRINGFIELD", + "state": "MA", + "postalCode": "1104", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|7ffe74ac-786d-3c6d-bcb9-323352f6149c" + } + }, { + "fullUrl": "urn:uuid:587ea710-1439-318e-82c9-ea06dd63f97d", + "resource": { + "resourceType": "Location", + "id": "587ea710-1439-318e-82c9-ea06dd63f97d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "587ea710-1439-318e-82c9-ea06dd63f97d" + } ], + "status": "active", + "name": "CONCENTRA URGENT CARE - SPRINGFIELD", + "telecom": [ { + "system": "phone", + "value": "413-746-4006" + } ], + "address": { + "line": [ "140 CARANDO DRIVE" ], + "city": "SPRINGFIELD", + "state": "MA", + "postalCode": "1104", + "country": "US" + }, + "position": { + "longitude": -72.5335973, + "latitude": 42.1463818 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7ffe74ac-786d-3c6d-bcb9-323352f6149c" + }, + "display": "CONCENTRA URGENT CARE - SPRINGFIELD" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|587ea710-1439-318e-82c9-ea06dd63f97d" + } + }, { + "fullUrl": "urn:uuid:b06770b5-b695-3c1a-9685-ae2223966ff7", + "resource": { + "resourceType": "Organization", + "id": "b06770b5-b695-3c1a-9685-ae2223966ff7", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 380 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 316 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "b06770b5-b695-3c1a-9685-ae2223966ff7" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "GENERAL HEALTH CARE", + "telecom": [ { + "system": "phone", + "value": "508-643-0100" + } ], + "address": [ { + "line": [ "66 SOUTH WASHINGTON STREET" ], + "city": "NORTH ATTLEBORO", + "state": "MA", + "postalCode": "2760", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|b06770b5-b695-3c1a-9685-ae2223966ff7" + } + }, { + "fullUrl": "urn:uuid:069940a6-dba4-3f95-9915-3fac8c83e85c", + "resource": { + "resourceType": "Location", + "id": "069940a6-dba4-3f95-9915-3fac8c83e85c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "069940a6-dba4-3f95-9915-3fac8c83e85c" + } ], + "status": "active", + "name": "GENERAL HEALTH CARE", + "telecom": [ { + "system": "phone", + "value": "508-643-0100" + } ], + "address": { + "line": [ "66 SOUTH WASHINGTON STREET" ], + "city": "NORTH ATTLEBORO", + "state": "MA", + "postalCode": "2760", + "country": "US" + }, + "position": { + "longitude": -71.3329695, + "latitude": 41.9799756 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b06770b5-b695-3c1a-9685-ae2223966ff7" + }, + "display": "GENERAL HEALTH CARE" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|069940a6-dba4-3f95-9915-3fac8c83e85c" + } + }, { + "fullUrl": "urn:uuid:a9afd4c9-8443-3b5a-a486-07c3bb109b3f", + "resource": { + "resourceType": "Organization", + "id": "a9afd4c9-8443-3b5a-a486-07c3bb109b3f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 6 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "a9afd4c9-8443-3b5a-a486-07c3bb109b3f" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "RIVER BEND MEDICAL GROUP - CHICOPEE OFFICE - URGENT CARE", + "telecom": [ { + "system": "phone", + "value": "413-594-3111" + } ], + "address": [ { + "line": [ "444 MONTGOMERY STREET" ], + "city": "CHICOPEE", + "state": "MA", + "postalCode": "1020", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|a9afd4c9-8443-3b5a-a486-07c3bb109b3f" + } + }, { + "fullUrl": "urn:uuid:e6c35731-adec-3681-8977-9f61fe1320a2", + "resource": { + "resourceType": "Location", + "id": "e6c35731-adec-3681-8977-9f61fe1320a2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "e6c35731-adec-3681-8977-9f61fe1320a2" + } ], + "status": "active", + "name": "RIVER BEND MEDICAL GROUP - CHICOPEE OFFICE - URGENT CARE", + "telecom": [ { + "system": "phone", + "value": "413-594-3111" + } ], + "address": { + "line": [ "444 MONTGOMERY STREET" ], + "city": "CHICOPEE", + "state": "MA", + "postalCode": "1020", + "country": "US" + }, + "position": { + "longitude": -72.5849672, + "latitude": 42.1718584 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a9afd4c9-8443-3b5a-a486-07c3bb109b3f" + }, + "display": "RIVER BEND MEDICAL GROUP - CHICOPEE OFFICE - URGENT CARE" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|e6c35731-adec-3681-8977-9f61fe1320a2" + } + }, { + "fullUrl": "urn:uuid:9b5f23f1-c387-3a77-9359-752d26d7f997", + "resource": { + "resourceType": "Organization", + "id": "9b5f23f1-c387-3a77-9359-752d26d7f997", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "9b5f23f1-c387-3a77-9359-752d26d7f997" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "FAMILY DOCTORS", + "telecom": [ { + "system": "phone", + "value": "781-596-4150" + } ], + "address": [ { + "line": [ "250 PARADISE ROAD" ], + "city": "SWAMPSCOTT", + "state": "MA", + "postalCode": "1907", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|9b5f23f1-c387-3a77-9359-752d26d7f997" + } + }, { + "fullUrl": "urn:uuid:714e9afc-24df-34e8-914c-d9933fb234d5", + "resource": { + "resourceType": "Location", + "id": "714e9afc-24df-34e8-914c-d9933fb234d5", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "714e9afc-24df-34e8-914c-d9933fb234d5" + } ], + "status": "active", + "name": "FAMILY DOCTORS", + "telecom": [ { + "system": "phone", + "value": "781-596-4150" + } ], + "address": { + "line": [ "250 PARADISE ROAD" ], + "city": "SWAMPSCOTT", + "state": "MA", + "postalCode": "1907", + "country": "US" + }, + "position": { + "longitude": -70.9125322, + "latitude": 42.47636 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9b5f23f1-c387-3a77-9359-752d26d7f997" + }, + "display": "FAMILY DOCTORS" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|714e9afc-24df-34e8-914c-d9933fb234d5" + } + }, { + "fullUrl": "urn:uuid:108ccece-277a-396f-8bf2-1527f74458eb", + "resource": { + "resourceType": "Organization", + "id": "108ccece-277a-396f-8bf2-1527f74458eb", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 2 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "108ccece-277a-396f-8bf2-1527f74458eb" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "ON CALL URGENT CARE CENTER", + "telecom": [ { + "system": "phone", + "value": "413-584-7425" + } ], + "address": [ { + "line": [ "51 LOCUST STREET" ], + "city": "NORTHAMPTON", + "state": "MA", + "postalCode": "1060", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|108ccece-277a-396f-8bf2-1527f74458eb" + } + }, { + "fullUrl": "urn:uuid:72b8e50b-d338-3b90-be65-ab453d676822", + "resource": { + "resourceType": "Location", + "id": "72b8e50b-d338-3b90-be65-ab453d676822", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "72b8e50b-d338-3b90-be65-ab453d676822" + } ], + "status": "active", + "name": "ON CALL URGENT CARE CENTER", + "telecom": [ { + "system": "phone", + "value": "413-584-7425" + } ], + "address": { + "line": [ "51 LOCUST STREET" ], + "city": "NORTHAMPTON", + "state": "MA", + "postalCode": "1060", + "country": "US" + }, + "position": { + "longitude": -72.6545646, + "latitude": 42.3323152 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "108ccece-277a-396f-8bf2-1527f74458eb" + }, + "display": "ON CALL URGENT CARE CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|72b8e50b-d338-3b90-be65-ab453d676822" + } + }, { + "fullUrl": "urn:uuid:0f7f97f6-693c-3de9-8190-85feaf4632e2", + "resource": { + "resourceType": "Organization", + "id": "0f7f97f6-693c-3de9-8190-85feaf4632e2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 3 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "0f7f97f6-693c-3de9-8190-85feaf4632e2" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "CONCENTRA URGENT CARE - EAST BOSTON", + "telecom": [ { + "system": "phone", + "value": "617-568-6500" + } ], + "address": [ { + "line": [ "1 HARBORSIDE DRIVE" ], + "city": "EAST BOSTON", + "state": "MA", + "postalCode": "2128", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|0f7f97f6-693c-3de9-8190-85feaf4632e2" + } + }, { + "fullUrl": "urn:uuid:664fb629-70ac-36d4-8d9b-70adab7f755c", + "resource": { + "resourceType": "Location", + "id": "664fb629-70ac-36d4-8d9b-70adab7f755c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "664fb629-70ac-36d4-8d9b-70adab7f755c" + } ], + "status": "active", + "name": "CONCENTRA URGENT CARE - EAST BOSTON", + "telecom": [ { + "system": "phone", + "value": "617-568-6500" + } ], + "address": { + "line": [ "1 HARBORSIDE DRIVE" ], + "city": "EAST BOSTON", + "state": "MA", + "postalCode": "2128", + "country": "US" + }, + "position": { + "longitude": -71.0256963, + "latitude": 42.3634497 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "0f7f97f6-693c-3de9-8190-85feaf4632e2" + }, + "display": "CONCENTRA URGENT CARE - EAST BOSTON" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|664fb629-70ac-36d4-8d9b-70adab7f755c" + } + }, { + "fullUrl": "urn:uuid:700056a6-3aea-3efd-8423-a9acbd38a5ea", + "resource": { + "resourceType": "Organization", + "id": "700056a6-3aea-3efd-8423-a9acbd38a5ea", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 2 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "700056a6-3aea-3efd-8423-a9acbd38a5ea" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "ROUTE 44 MEDICAL WALK-IN", + "telecom": [ { + "system": "phone", + "value": "508-824-1476" + } ], + "address": [ { + "line": [ "106 UNITED STATES HIGHWAY 44" ], + "city": "RAYNHAM", + "state": "MA", + "postalCode": "2767", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|700056a6-3aea-3efd-8423-a9acbd38a5ea" + } + }, { + "fullUrl": "urn:uuid:387b5e21-f97c-34cb-941b-a5f13f68c09a", + "resource": { + "resourceType": "Location", + "id": "387b5e21-f97c-34cb-941b-a5f13f68c09a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "387b5e21-f97c-34cb-941b-a5f13f68c09a" + } ], + "status": "active", + "name": "ROUTE 44 MEDICAL WALK-IN", + "telecom": [ { + "system": "phone", + "value": "508-824-1476" + } ], + "address": { + "line": [ "106 UNITED STATES HIGHWAY 44" ], + "city": "RAYNHAM", + "state": "MA", + "postalCode": "2767", + "country": "US" + }, + "position": { + "longitude": -71.0609995, + "latitude": 41.9051941 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "700056a6-3aea-3efd-8423-a9acbd38a5ea" + }, + "display": "ROUTE 44 MEDICAL WALK-IN" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|387b5e21-f97c-34cb-941b-a5f13f68c09a" + } + }, { + "fullUrl": "urn:uuid:308b5efa-a9c2-3728-b1ff-d29c5f060731", + "resource": { + "resourceType": "Organization", + "id": "308b5efa-a9c2-3728-b1ff-d29c5f060731", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 21 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "308b5efa-a9c2-3728-b1ff-d29c5f060731" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "FALLON CLINIC URGENT CARE", + "telecom": [ { + "system": "phone", + "value": "508-595-2505" + } ], + "address": [ { + "line": [ "630 PLANTATION STREET" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "1605", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|308b5efa-a9c2-3728-b1ff-d29c5f060731" + } + }, { + "fullUrl": "urn:uuid:e2a76fe1-389f-3bed-8443-7272e375bf03", + "resource": { + "resourceType": "Location", + "id": "e2a76fe1-389f-3bed-8443-7272e375bf03", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "e2a76fe1-389f-3bed-8443-7272e375bf03" + } ], + "status": "active", + "name": "FALLON CLINIC URGENT CARE", + "telecom": [ { + "system": "phone", + "value": "508-595-2505" + } ], + "address": { + "line": [ "630 PLANTATION STREET" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "1605", + "country": "US" + }, + "position": { + "longitude": -71.7603169, + "latitude": 42.2925591 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "308b5efa-a9c2-3728-b1ff-d29c5f060731" + }, + "display": "FALLON CLINIC URGENT CARE" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|e2a76fe1-389f-3bed-8443-7272e375bf03" + } + }, { + "fullUrl": "urn:uuid:bbf934c6-faad-3483-a1d2-d2ecb693a0e2", + "resource": { + "resourceType": "Organization", + "id": "bbf934c6-faad-3483-a1d2-d2ecb693a0e2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "bbf934c6-faad-3483-a1d2-d2ecb693a0e2" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "FALMOUTH WALK IN MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "508-540-6790" + } ], + "address": [ { + "line": [ "309 TEATICKET HIGHWAY" ], + "city": "TEATICKET", + "state": "MA", + "postalCode": "2536", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|bbf934c6-faad-3483-a1d2-d2ecb693a0e2" + } + }, { + "fullUrl": "urn:uuid:8a7e0650-8ea9-3a37-991c-0d3439755748", + "resource": { + "resourceType": "Location", + "id": "8a7e0650-8ea9-3a37-991c-0d3439755748", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "8a7e0650-8ea9-3a37-991c-0d3439755748" + } ], + "status": "active", + "name": "FALMOUTH WALK IN MEDICAL CENTER", + "telecom": [ { + "system": "phone", + "value": "508-540-6790" + } ], + "address": { + "line": [ "309 TEATICKET HIGHWAY" ], + "city": "TEATICKET", + "state": "MA", + "postalCode": "2536", + "country": "US" + }, + "position": { + "longitude": -70.5940062, + "latitude": 41.5683439 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "bbf934c6-faad-3483-a1d2-d2ecb693a0e2" + }, + "display": "FALMOUTH WALK IN MEDICAL CENTER" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|8a7e0650-8ea9-3a37-991c-0d3439755748" + } + }, { + "fullUrl": "urn:uuid:90cf148c-69ed-3d33-aa86-b509c6b0b25f", + "resource": { + "resourceType": "Organization", + "id": "90cf148c-69ed-3d33-aa86-b509c6b0b25f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 4 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-labs-extension", + "valueInteger": 0 + }, { + "url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension", + "valueInteger": 0 + } ], + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "90cf148c-69ed-3d33-aa86-b509c6b0b25f" + } ], + "active": true, + "type": [ { + "coding": [ { + "system": "http://terminology.hl7.org/CodeSystem/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } ], + "text": "Healthcare Provider" + } ], + "name": "PROMPT CARE WALK-IN CLINIC", + "telecom": [ { + "system": "phone", + "value": "781-306-6180" + } ], + "address": [ { + "line": [ "170 GOVERNORS AVENUE" ], + "city": "MEDFORD", + "state": "MA", + "postalCode": "2155", + "country": "US" + } ] + }, + "request": { + "method": "POST", + "url": "Organization", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|90cf148c-69ed-3d33-aa86-b509c6b0b25f" + } + }, { + "fullUrl": "urn:uuid:adfbddc8-9680-3a8c-80bb-9f595433d6e4", + "resource": { + "resourceType": "Location", + "id": "adfbddc8-9680-3a8c-80bb-9f595433d6e4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ] + }, + "identifier": [ { + "system": "https://github.com/synthetichealth/synthea", + "value": "adfbddc8-9680-3a8c-80bb-9f595433d6e4" + } ], + "status": "active", + "name": "PROMPT CARE WALK-IN CLINIC", + "telecom": [ { + "system": "phone", + "value": "781-306-6180" + } ], + "address": { + "line": [ "170 GOVERNORS AVENUE" ], + "city": "MEDFORD", + "state": "MA", + "postalCode": "2155", + "country": "US" + }, + "position": { + "longitude": -71.1113649, + "latitude": 42.4259086 + }, + "managingOrganization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "90cf148c-69ed-3d33-aa86-b509c6b0b25f" + }, + "display": "PROMPT CARE WALK-IN CLINIC" + } + }, + "request": { + "method": "POST", + "url": "Location", + "ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|adfbddc8-9680-3a8c-80bb-9f595433d6e4" + } + } ] +} diff --git a/tests/fixtures/synthea/filtered/Immunization.ndjson b/tests/fixtures/synthea/filtered/Immunization.ndjson new file mode 100644 index 0000000..7c95e42 --- /dev/null +++ b/tests/fixtures/synthea/filtered/Immunization.ndjson @@ -0,0 +1,227 @@ +{"resourceType":"Immunization","id":"f7579e3f-2316-ed17-958f-e08ece889af5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"occurrenceDateTime":"2012-12-29T05:02:47-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Immunization","id":"eb608fc3-023c-14d8-dce1-30f6866558b5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"occurrenceDateTime":"2014-01-04T05:02:47-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Immunization","id":"0738ad69-3be9-f502-ca01-c64e1118411a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/1f7394e1-bdbb-6bf1-f753-a411bb21f8aa"},"occurrenceDateTime":"2013-05-15T17:06:21-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Immunization","id":"2648581f-ef01-0584-94c7-bce4ebbb0a3b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"115","display":"Tdap"}],"text":"Tdap"},"patient":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"occurrenceDateTime":"2014-05-21T17:06:21-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Immunization","id":"6e012274-dced-a7a0-0338-6db84793f951","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"occurrenceDateTime":"2014-05-21T17:06:21-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Immunization","id":"721bbc01-3708-ee13-84b1-f96c6c0211eb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"occurrenceDateTime":"2014-05-21T17:06:21-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Immunization","id":"8b0259fa-efcd-7d4d-224b-e0e240eca23c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"occurrenceDateTime":"2014-05-21T17:06:21-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Immunization","id":"6a7b2205-fa1c-7e4b-884a-4a995b980903","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"occurrenceDateTime":"2015-05-27T17:06:21-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Immunization","id":"84ede14f-f154-e736-1a29-d4ef9899c18f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"occurrenceDateTime":"2015-05-27T17:06:21-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Immunization","id":"cf06351f-ee56-d57d-4816-81bf8b2d40a5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"occurrenceDateTime":"2015-01-10T05:02:47-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Immunization","id":"aa51a769-1eee-19e6-1bd5-25d9bb41d569","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"43","display":"Hep B, adult"}],"text":"Hep B, adult"},"patient":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"occurrenceDateTime":"2015-01-10T05:02:47-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Immunization","id":"557f164a-ff9b-158d-c9b5-cbed0eba8e83","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"occurrenceDateTime":"1980-04-26T10:54:23-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Immunization","id":"d1e45fba-0760-ebe0-69d8-cff191cdb71b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"occurrenceDateTime":"2016-01-16T05:02:47-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Immunization","id":"ae53d10b-fe13-c566-facc-81b483323a4e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"113","display":"Td (adult) preservative free"}],"text":"Td (adult) preservative free"},"patient":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"occurrenceDateTime":"2016-01-16T05:02:47-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Immunization","id":"635536f8-a77f-4d62-94c2-bc03060c188e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"43","display":"Hep B, adult"}],"text":"Hep B, adult"},"patient":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"occurrenceDateTime":"2016-01-16T05:02:47-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Immunization","id":"f19ef3f1-cdcf-a114-edbb-b1f53db3603a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"occurrenceDateTime":"2016-01-16T05:02:47-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Immunization","id":"59f54b0c-4f30-d663-c033-835bdebfb677","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"},"occurrenceDateTime":"2016-06-01T17:06:21-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Immunization","id":"27c4c917-7c93-0a31-1bc3-0ebf08517c2e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"},"occurrenceDateTime":"2016-06-01T17:06:21-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Immunization","id":"6fde5b5a-18d0-c68a-dd68-54eb8976e791","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/53e9c544-0cc2-508d-fe87-6d26d492c00d"},"occurrenceDateTime":"2013-03-23T04:56:45-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Immunization","id":"8fc74d61-8839-df12-5597-92d2271b712e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"occurrenceDateTime":"1981-05-02T11:54:23-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Immunization","id":"3700d924-396a-981e-4b33-dfdd6136e866","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"occurrenceDateTime":"2017-01-21T05:02:47-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Immunization","id":"6ef003c1-e42a-2351-8f86-47ae10f86a3b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"occurrenceDateTime":"2012-10-12T19:52:58-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Immunization","id":"77c516f5-d668-074c-6a0b-3526826fab06","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"43","display":"Hep B, adult"}],"text":"Hep B, adult"},"patient":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"occurrenceDateTime":"2017-01-21T05:02:47-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Immunization","id":"3edc603a-702e-7968-5f36-d846dda97b65","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"occurrenceDateTime":"1982-05-08T11:54:23-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Immunization","id":"23b6f8ab-96ac-8cd1-a467-0197fdf36904","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"occurrenceDateTime":"2013-10-18T19:52:58-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Immunization","id":"b230f7e3-9f56-9640-26c2-c9276fede4fe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"occurrenceDateTime":"2018-01-27T05:02:47-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Immunization","id":"73c98d0f-939f-2a0e-68f0-064802c86a8f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"occurrenceDateTime":"2019-02-02T05:02:47-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Immunization","id":"d5940567-673c-cb45-f0d9-40234f0a65fa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"occurrenceDateTime":"2012-12-30T02:01:44-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Immunization","id":"953a362d-3325-1d0c-fdfd-421ba23b1d4f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"occurrenceDateTime":"1983-05-14T11:54:23-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Immunization","id":"fef015bb-463d-2443-43c6-4535c6c7165f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"occurrenceDateTime":"2014-10-24T19:52:58-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Immunization","id":"291825a5-b4ef-5388-c441-b824ddafe3cf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"occurrenceDateTime":"2020-02-08T05:02:47-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Immunization","id":"846755c1-c321-c69e-1963-93debed7e843","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"occurrenceDateTime":"2017-06-07T17:06:21-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Immunization","id":"b9846017-301d-9131-af02-770c618ccaa3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"occurrenceDateTime":"2014-01-05T02:01:44-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Immunization","id":"76328428-a9c2-b94d-326e-15cf4ff6cd97","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"occurrenceDateTime":"1984-05-19T11:54:23-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Immunization","id":"ffc60fa3-5561-f8a2-a1c6-89ce15449b91","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"occurrenceDateTime":"2015-10-30T19:52:58-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Immunization","id":"bf86bb47-4bba-e4f0-594b-51282920cc50","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"133","display":"Pneumococcal conjugate PCV 13"}],"text":"Pneumococcal conjugate PCV 13"},"patient":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"occurrenceDateTime":"2015-10-30T19:52:58-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Immunization","id":"9bd5cf95-56a9-bff2-ef12-cb65a66383ec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"occurrenceDateTime":"2021-02-13T05:02:47-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Immunization","id":"55e71438-0ef7-de16-b0e9-7d5c2653768f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"occurrenceDateTime":"2014-03-29T04:56:45-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Immunization","id":"856766b3-9b0a-02aa-477b-4cfc85de3992","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"occurrenceDateTime":"2014-03-29T04:56:45-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Immunization","id":"b00bbbf3-90f1-fb82-849d-202a2f98ca98","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"208","display":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"}],"text":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"},"patient":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/12a3c504-bac7-8b04-bb83-57ba9ae113d9"},"occurrenceDateTime":"2021-03-27T06:02:47-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a665d88d-991a-3d77-9b4b-6f4450b5acff","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}} +{"resourceType":"Immunization","id":"7de9d8b2-4b78-fce5-caba-c952c9d05b82","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"208","display":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"}],"text":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"},"patient":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/cf3b9dab-d8f4-fb42-1d31-1af4dcf8ce3f"},"occurrenceDateTime":"2021-04-17T06:02:47-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a665d88d-991a-3d77-9b4b-6f4450b5acff","display":"BAYSTATE WING HOSPITAL AND MEDICAL CENTERS"}} +{"resourceType":"Immunization","id":"cb7e0c1f-d10f-e9a0-6f6c-cd4c854f66ee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"occurrenceDateTime":"1985-05-25T11:54:23-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Immunization","id":"ce2c2ef1-f233-835f-3d8d-b9853fbf6bb2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"occurrenceDateTime":"2022-02-19T05:02:47-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Immunization","id":"d185a259-4194-4da4-b82c-25d46de57f69","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"occurrenceDateTime":"2015-01-11T02:01:44-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Immunization","id":"d24ea12c-7407-d555-24b1-fe7b6138e910","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"occurrenceDateTime":"2016-11-04T19:52:58-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Immunization","id":"2ab68df1-eec6-b0c7-e82d-94bcdf3dc216","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"33","display":"pneumococcal polysaccharide vaccine, 23 valent"}],"text":"pneumococcal polysaccharide vaccine, 23 valent"},"patient":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"occurrenceDateTime":"2016-11-04T19:52:58-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Immunization","id":"ce408527-278a-8204-7a34-43f5501763c4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"occurrenceDateTime":"1986-05-31T11:54:23-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Immunization","id":"23147476-e120-6e29-e3d2-1c9df0fa7d6b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"occurrenceDateTime":"2016-01-17T02:01:44-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Immunization","id":"2b507acc-488e-d63d-babf-baf8671e8e1a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/187202d3-e8c7-d887-ce57-bdff9751ec0a"},"occurrenceDateTime":"1987-03-21T10:54:23-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Immunization","id":"91c646c6-367d-c9a8-e2e2-bbfe50c56db9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"occurrenceDateTime":"2017-11-10T18:52:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Immunization","id":"05058142-0652-949d-b63c-b297838b75c5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"occurrenceDateTime":"2018-06-13T17:06:21-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Immunization","id":"7cbc6e9a-02a7-2c82-21c4-275b8a395d72","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"occurrenceDateTime":"1981-07-19T11:15:12-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Immunization","id":"ea64d3bf-c7bf-49ae-910c-9e0b53a1d9a8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"occurrenceDateTime":"2017-01-22T02:01:44-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Immunization","id":"9932a5de-11ca-53b4-48c8-d4d9df41e6a5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"occurrenceDateTime":"2015-04-04T04:56:45-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Immunization","id":"c0186e82-66f7-abe9-8666-8f2341b541fd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"occurrenceDateTime":"2018-07-27T19:52:58-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|348c93c5-0196-32a5-a385-9364455c40e6","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}} +{"resourceType":"Immunization","id":"04352912-1b4b-2cf0-566c-cebb7f51006b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"},"occurrenceDateTime":"1982-07-25T11:15:12-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Immunization","id":"21767b91-4855-f955-6168-e104bcde03fc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"occurrenceDateTime":"2018-01-28T02:01:44-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Immunization","id":"af0b97e1-47c7-0dbc-c7cd-439289e64bb4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"occurrenceDateTime":"2016-04-09T04:56:45-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Immunization","id":"efc07d58-0be7-8fd0-a9f7-9b2040011dcb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"occurrenceDateTime":"1983-07-31T11:15:12-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Immunization","id":"a0bf221f-afaf-cc6d-99de-be12ef55e52f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"occurrenceDateTime":"2019-02-03T02:01:44-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Immunization","id":"a45bb388-7fee-67e4-49b9-4979d94323cd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"occurrenceDateTime":"2017-04-15T04:56:45-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Immunization","id":"c75ec793-cd97-788c-2eee-ef64c3d6949c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"occurrenceDateTime":"2019-11-22T18:52:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Immunization","id":"fdd10e14-0e51-f997-5533-670b72e77156","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"occurrenceDateTime":"2020-02-09T02:01:44-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Immunization","id":"71ab3d78-8394-a2d0-3378-d0488e1add70","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"occurrenceDateTime":"1984-08-05T11:15:12-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Immunization","id":"9eab1e8b-7e5c-3903-4a5b-bdd3557c6537","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"occurrenceDateTime":"2020-04-18T04:56:45-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Immunization","id":"9261bcce-edc0-33a2-62bc-7e808a2bc403","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"113","display":"Td (adult) preservative free"}],"text":"Td (adult) preservative free"},"patient":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"occurrenceDateTime":"2020-04-18T04:56:45-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Immunization","id":"78343343-6e5f-381d-1b90-212b371b3b2a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"43","display":"Hep B, adult"}],"text":"Hep B, adult"},"patient":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"occurrenceDateTime":"2020-04-18T04:56:45-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Immunization","id":"58aa5866-5f33-04ed-97ec-1761031a3222","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"occurrenceDateTime":"2020-04-18T04:56:45-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Immunization","id":"94432ad9-cf00-5f84-e7e3-526e7de098af","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"occurrenceDateTime":"2019-06-19T17:06:21-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Immunization","id":"99faea6b-b49d-2041-e2b6-2edecd7bd8e7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"occurrenceDateTime":"2019-06-19T17:06:21-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Immunization","id":"3ab35b36-8481-d47a-b558-fe5e666c2668","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"occurrenceDateTime":"1985-08-11T11:15:12-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Immunization","id":"cb3554cb-024a-deb2-c6a0-92b312e24cb5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"occurrenceDateTime":"2020-11-27T18:52:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Immunization","id":"4dd6d087-ad19-fb92-d408-231670f9ebdb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"121","display":"zoster"}],"text":"zoster"},"patient":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"occurrenceDateTime":"2021-02-14T02:01:44-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Immunization","id":"3dac9ea7-d320-81c6-3d93-d2eac7ba45a8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"occurrenceDateTime":"2021-02-14T02:01:44-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Immunization","id":"852226d9-d699-e314-0b20-5630d9b908a5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"208","display":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"}],"text":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"},"patient":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/345283b9-8da2-b506-1c7a-5bc2d572ad84"},"occurrenceDateTime":"2021-03-12T18:52:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|348c93c5-0196-32a5-a385-9364455c40e6","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}} +{"resourceType":"Immunization","id":"83142a29-2357-d448-107f-02b0cccd3f15","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"208","display":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"}],"text":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"},"patient":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f52e1d6f-86ad-fc51-f546-28eb5051ce20"},"occurrenceDateTime":"2021-04-02T19:52:58-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|348c93c5-0196-32a5-a385-9364455c40e6","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}} +{"resourceType":"Immunization","id":"fb1bf4fe-4faa-6af2-9d8b-aa7b2b802e6b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"occurrenceDateTime":"1986-08-17T11:15:12-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Immunization","id":"93f1df57-7a2e-db9a-a280-078022b11e5c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"121","display":"zoster"}],"text":"zoster"},"patient":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"occurrenceDateTime":"2022-02-20T02:01:44-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Immunization","id":"b0806ae7-926f-39b2-52ca-36848d9317a9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"occurrenceDateTime":"2022-02-20T02:01:44-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Immunization","id":"3ca33b46-45f7-119d-3d11-9c645e8dd880","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"113","display":"Td (adult) preservative free"}],"text":"Td (adult) preservative free"},"patient":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"occurrenceDateTime":"2022-02-20T02:01:44-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Immunization","id":"3d962f89-e4d0-8fa8-b5d0-98c77fd5f12c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"occurrenceDateTime":"2021-12-03T18:52:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Immunization","id":"b4a70495-b2b3-d925-5a4c-93311cc8e8f7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"113","display":"Td (adult) preservative free"}],"text":"Td (adult) preservative free"},"patient":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"occurrenceDateTime":"2021-12-03T18:52:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Immunization","id":"c881a80d-8d30-f841-d92f-24ccc2e13969","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"occurrenceDateTime":"1988-06-11T11:54:23-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Immunization","id":"5cd17a98-474e-465e-7376-7c9ad22747c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"occurrenceDateTime":"1987-08-23T11:15:12-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Immunization","id":"87fbf562-ed4c-1bf4-7116-46b5488a25cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"occurrenceDateTime":"2019-12-18T16:06:21-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Immunization","id":"4a13ec97-c70d-17ab-04cb-ae53792e30aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"occurrenceDateTime":"1988-08-28T11:15:12-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Immunization","id":"d023cb29-b55c-e60b-a8d3-59a5b60e9176","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"occurrenceDateTime":"1989-06-17T11:54:23-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Immunization","id":"52d4c7ce-6efe-1b15-435e-65924f7741ec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"occurrenceDateTime":"2012-08-17T14:00:00-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Immunization","id":"4f4126ed-4b55-8bbd-7602-baecfcf0f5ad","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"occurrenceDateTime":"2021-06-30T17:06:21-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Immunization","id":"6441042c-0275-edd7-5ce7-78e6ce51647f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"occurrenceDateTime":"2013-08-23T14:00:00-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Immunization","id":"1d6390b8-be18-c64f-3fe5-51817cffd905","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"occurrenceDateTime":"2014-08-29T14:00:00-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Immunization","id":"20601200-05ed-2a3a-f33d-a20fa05fd710","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"occurrenceDateTime":"1989-09-03T11:15:12-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Immunization","id":"c8a94abd-1431-635e-ac4b-b99602dc5476","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"33","display":"pneumococcal polysaccharide vaccine, 23 valent"}],"text":"pneumococcal polysaccharide vaccine, 23 valent"},"patient":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"occurrenceDateTime":"1989-09-03T11:15:12-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Immunization","id":"bb08c460-312f-abb8-fc2d-7047577d09f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"occurrenceDateTime":"1990-09-09T11:15:12-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Immunization","id":"2b579d90-d543-77fa-8382-92e54d4ac9d2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"occurrenceDateTime":"2015-09-04T14:00:00-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Immunization","id":"20bf2c79-0cd7-5808-4999-c52c771d9da7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"occurrenceDateTime":"2016-09-09T14:00:00-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Immunization","id":"c36fcd3f-dc4d-2c26-edbd-d495e8925baa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"occurrenceDateTime":"2017-09-15T14:00:00-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Immunization","id":"cf35594f-d2b2-7327-897f-d1b612f5cecc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"occurrenceDateTime":"2018-09-21T14:00:00-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Immunization","id":"8f53d68c-a72c-c377-0300-87bc624f685a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"113","display":"Td (adult) preservative free"}],"text":"Td (adult) preservative free"},"patient":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"occurrenceDateTime":"2018-09-21T14:00:00-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Immunization","id":"08585bed-4210-838d-ef89-a8ffafd68ef4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"occurrenceDateTime":"2019-09-27T14:00:00-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Immunization","id":"b29099c5-18d7-f1f9-76ea-abb9710f11d3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"occurrenceDateTime":"2020-10-02T14:00:00-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Immunization","id":"1652a143-9e8e-6694-98ba-f79c8c4adc8c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f8022a21-25d5-2fc1-deb8-698c80c17732"},"occurrenceDateTime":"2012-08-10T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Immunization","id":"324da0e7-66d2-13cc-503b-c2c2c45ec85a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ebe77fbc-d53f-becc-8ed2-bda1b7b0dc7f"},"occurrenceDateTime":"2013-08-16T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Immunization","id":"864b7d20-5129-650a-ef95-ff4cc3f31ed0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e9346779-3e60-36a9-0f74-35d9691fdd59"},"occurrenceDateTime":"2014-08-22T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Immunization","id":"c03199e4-59ba-e1bb-24a8-a718183cc139","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e7639c18-9c06-7d3e-4866-c68600c7b6c3"},"occurrenceDateTime":"2015-08-28T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Immunization","id":"50dc6014-0fa7-50fb-f340-2f80bc93e625","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"115","display":"Tdap"}],"text":"Tdap"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"occurrenceDateTime":"2016-09-02T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Immunization","id":"d3f7712a-d4df-9a79-8ed4-2ffec03989f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"occurrenceDateTime":"2016-09-02T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Immunization","id":"1dcaa52b-963b-c573-b830-08cd0faef713","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"occurrenceDateTime":"2016-09-02T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Immunization","id":"1020d221-9480-cd5c-82cf-644875b14be2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"occurrenceDateTime":"2016-09-02T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Immunization","id":"32fb7bb8-e91f-c1e5-bad5-957fc8671099","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/6bcacd00-0d57-2cc6-d8ee-77256f3ae9d9"},"occurrenceDateTime":"2017-08-25T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|8a7e0650-8ea9-3a37-991c-0d3439755748","display":"FALMOUTH WALK IN MEDICAL CENTER"}} +{"resourceType":"Immunization","id":"9f9f6fa5-61a6-fb26-a555-e942e072d776","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/6bcacd00-0d57-2cc6-d8ee-77256f3ae9d9"},"occurrenceDateTime":"2017-08-25T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|8a7e0650-8ea9-3a37-991c-0d3439755748","display":"FALMOUTH WALK IN MEDICAL CENTER"}} +{"resourceType":"Immunization","id":"308d61f8-bc30-d425-799b-a0529601d675","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/78957409-0d90-3cc5-1109-a0caa5426b5a"},"occurrenceDateTime":"2017-09-01T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Immunization","id":"396b6456-baba-80a0-20d6-1dfbbe9fced9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"208","display":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"}],"text":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"},"patient":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4c149a05-4982-2492-6cda-b773b762b48a"},"occurrenceDateTime":"2021-02-26T13:00:00-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Immunization","id":"dc0a68e7-df79-1f81-588b-17bca723408f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"208","display":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"}],"text":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"},"patient":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/1e1de678-be73-235a-2ef0-7c3a57903809"},"occurrenceDateTime":"2021-03-19T14:00:00-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Immunization","id":"5dc60311-9d23-08d2-1434-d9ec40873450","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/516dc1bb-d168-afd1-66dd-423d07c3c494"},"occurrenceDateTime":"2018-09-14T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Immunization","id":"0d47dfa9-fef7-175f-c274-f233995d23df","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"occurrenceDateTime":"2021-10-08T14:00:00-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Immunization","id":"19c324db-7f54-af9b-0828-a460adb8af02","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f972dc72-6b30-b1cc-fe4d-ea95938d7db3"},"occurrenceDateTime":"2019-09-20T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Immunization","id":"3dbc25bc-86ed-8d59-8485-e2a7fa4c6796","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ae00ed7e-4b1a-5794-da03-aef9f4390247"},"occurrenceDateTime":"2020-09-25T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Immunization","id":"ae32ba9d-caeb-f32f-4ac8-0609dc5ccd0a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"208","display":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"}],"text":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/29cbdfe4-736a-df0f-5acd-9a75a40c473c"},"occurrenceDateTime":"2021-05-21T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Immunization","id":"801deaf9-ae65-5d1c-fe1e-6ab8f54b874a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"208","display":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"}],"text":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/afe1da71-6e4c-fe7e-18b9-458f324e3b3f"},"occurrenceDateTime":"2021-06-11T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Immunization","id":"e388ec25-519a-ef7e-3c9e-d88eaa218608","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"occurrenceDateTime":"2021-10-01T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Immunization","id":"cc4b8f86-5af1-7167-c45f-9fe19731d109","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"occurrenceDateTime":"2021-10-01T13:26:56-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Immunization","id":"4ed40d31-d32d-4650-4ce6-2100548c0939","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/af03da1e-5574-0a4f-5a04-019802eb6d53"},"occurrenceDateTime":"2012-12-18T12:06:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Immunization","id":"44db22fe-01c0-b4ac-fa03-b5d440bda6c5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2aee0b18-310c-12b2-13c2-1ac5cf509405"},"occurrenceDateTime":"2013-12-24T12:06:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Immunization","id":"2b3269bb-b7e9-a0ef-4acc-d0b17c7dc15a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"115","display":"Tdap"}],"text":"Tdap"},"patient":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"occurrenceDateTime":"2014-12-30T12:06:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Immunization","id":"fdc2fcfd-b09e-9fa5-fa8b-030979fef875","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"occurrenceDateTime":"2014-12-30T12:06:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Immunization","id":"1197dce6-298f-8327-b2f7-15738909918d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"occurrenceDateTime":"2014-12-30T12:06:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Immunization","id":"d5b71028-7d23-d34f-3594-55c93a54539f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"occurrenceDateTime":"2014-12-30T12:06:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Immunization","id":"4b40fcf4-d52a-bb43-a127-14f66bb027cb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"occurrenceDateTime":"2016-01-05T12:06:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Immunization","id":"0b7a5fc6-326a-7c5f-d660-f1f72266b12f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"occurrenceDateTime":"2016-01-05T12:06:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Immunization","id":"6a5d1422-a142-9213-50d9-fe938aba3091","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"occurrenceDateTime":"2017-01-10T12:06:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Immunization","id":"e9e7a786-d336-df84-7f05-fcd32d828fee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"occurrenceDateTime":"2017-01-10T12:06:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Immunization","id":"d60fc701-d32e-dbb2-1f59-55850a112a63","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"occurrenceDateTime":"2017-12-05T12:06:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Immunization","id":"b2581f31-cb54-79db-755e-f6aa20251521","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cfd09bdf-378b-27f5-acc3-53868ae7ce77"},"occurrenceDateTime":"2018-09-11T13:06:19-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Immunization","id":"a94e5b43-7f21-2c7d-8e03-17fa96d62f63","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"occurrenceDateTime":"2020-01-28T12:06:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Immunization","id":"9278fdd6-7664-6753-197f-9fd4e52460f8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"occurrenceDateTime":"2020-01-28T12:06:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Immunization","id":"8c9a4373-eb70-7d25-e396-ec6e4f75e01f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/61d29c83-c048-e15c-a0a1-b26897f6080d"},"occurrenceDateTime":"2021-02-02T12:06:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Immunization","id":"7bbb1740-1ab0-405c-e333-e413e6579b97","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"occurrenceDateTime":"2022-02-08T12:06:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Immunization","id":"cd67d789-64d6-1fa9-39b7-b4cea7816f4d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"21","display":"varicella"}],"text":"varicella"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1f2de5f9-32e1-4037-ca4c-20d563668b88"},"occurrenceDateTime":"2012-08-06T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"b896c80e-9e43-a7db-52f1-0ac844b3bba8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"10","display":"IPV"}],"text":"IPV"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1f2de5f9-32e1-4037-ca4c-20d563668b88"},"occurrenceDateTime":"2012-08-06T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"324a7d74-247c-6050-49e7-49b68c6d8d15","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1f2de5f9-32e1-4037-ca4c-20d563668b88"},"occurrenceDateTime":"2012-08-06T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"89639488-4775-35ff-adda-6121ab2f28d5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"20","display":"DTaP"}],"text":"DTaP"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1f2de5f9-32e1-4037-ca4c-20d563668b88"},"occurrenceDateTime":"2012-08-06T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"804206c2-6324-996b-275d-de798c536cd2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"03","display":"MMR"}],"text":"MMR"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1f2de5f9-32e1-4037-ca4c-20d563668b88"},"occurrenceDateTime":"2012-08-06T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"d93aefc1-1616-7132-b8b9-6dfa9ea1d410","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"occurrenceDateTime":"2013-08-12T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"93873ec9-25e3-7405-5b6e-727e17c0054e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/a9d102a4-a8f9-0526-5ffa-7be826ff0d22"},"occurrenceDateTime":"2014-08-18T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"9bf90b3f-6229-1fd9-cbde-d654b7b79c6a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f9dcd84a-3a92-900f-c293-b18778fb613d"},"occurrenceDateTime":"2015-08-24T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"ca019195-d3b1-da20-972c-1025f373db19","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/df59ee35-75c3-d40b-d9c1-63ab419c5b86"},"occurrenceDateTime":"2016-03-21T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|77b782d7-7273-3e6b-a694-de0d00748ca7","display":"BOSTON MEDICAL CENTER CORPORATION-"}} +{"resourceType":"Immunization","id":"52007ce4-eb7b-cc30-9d72-90c57d8a7074","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d40d6940-19b8-83b8-97b7-e43f0e2e8dff"},"occurrenceDateTime":"2017-09-04T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"eac17ae4-671f-fe58-fcf9-21f19b65640b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"115","display":"Tdap"}],"text":"Tdap"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"occurrenceDateTime":"2018-09-10T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"c7dc2bbf-c3d6-a6ce-242d-ecde91281c11","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"occurrenceDateTime":"2018-09-10T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"2deb02a7-a198-9eb4-0742-0520fae3a89a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"occurrenceDateTime":"2018-09-10T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"63b3d95b-ca49-7535-e198-bf2fd45adf87","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"occurrenceDateTime":"2018-09-10T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"75ccc9f7-61f1-39b1-46fd-effe26016fb3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"occurrenceDateTime":"2019-09-16T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"658de97a-6219-ee61-9326-da3f2e734a34","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"occurrenceDateTime":"2019-09-16T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"ed85c1dd-7e78-d84e-5322-b6fa2679498e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"occurrenceDateTime":"2020-09-21T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"871b81c4-1649-5fab-fa9e-29351fc58b83","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"occurrenceDateTime":"2020-09-21T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"001cecb9-dde9-2285-cbbb-072d08ea5ffc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ec90e0aa-2f0f-ec23-36da-3c78bb137f13"},"occurrenceDateTime":"2021-09-27T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Immunization","id":"e7be46a8-6dda-0182-b116-00f883c5f8eb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"208","display":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"}],"text":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f7880691-4211-88a3-dc1a-1397dec323b5"},"occurrenceDateTime":"2021-10-18T17:49:11-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|77b782d7-7273-3e6b-a694-de0d00748ca7","display":"BOSTON MEDICAL CENTER CORPORATION-"}} +{"resourceType":"Immunization","id":"1c813dbb-e5d9-6492-7e5a-ab750348fc97","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"208","display":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"}],"text":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"},"patient":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/622db022-a114-d6a5-355e-3ed14e26dacb"},"occurrenceDateTime":"2021-11-08T16:49:11-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|77b782d7-7273-3e6b-a694-de0d00748ca7","display":"BOSTON MEDICAL CENTER CORPORATION-"}} +{"resourceType":"Immunization","id":"c295284c-d009-8730-62f5-459abc5d9d54","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/66cde9c9-6fba-47b7-39db-1db95788eb11"},"occurrenceDateTime":"2013-02-25T14:02:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Immunization","id":"6632e38e-0280-bf13-2479-cf8e27f3f01a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/19940601-510d-e45a-9551-82f1c1227c1e"},"occurrenceDateTime":"2014-03-03T14:02:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Immunization","id":"7a555888-53cc-4ec3-43fe-c1804c8d48b1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"115","display":"Tdap"}],"text":"Tdap"},"patient":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"occurrenceDateTime":"2015-03-09T15:02:19-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Immunization","id":"ddcc14de-f9df-79e0-efd6-176f496bfa95","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"occurrenceDateTime":"2015-03-09T15:02:19-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Immunization","id":"978fd4f4-49e2-07ea-9a56-bb33f375f968","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"occurrenceDateTime":"2015-03-09T15:02:19-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Immunization","id":"8e97f1eb-2ed7-af30-4aed-1b9fc4bf9a92","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"occurrenceDateTime":"2015-03-09T15:02:19-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Immunization","id":"5d0c2dee-0e2c-4e4f-3da7-bdb7c6f62a85","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/c151f597-1dc8-bda6-a9aa-44ae92445722"},"occurrenceDateTime":"2016-03-14T15:02:19-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Immunization","id":"9f8f7d48-b653-c100-a4f8-4fd614212518","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/c151f597-1dc8-bda6-a9aa-44ae92445722"},"occurrenceDateTime":"2016-03-14T15:02:19-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Immunization","id":"9249df64-d3c9-0f51-d00b-4195840d48b9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"occurrenceDateTime":"2017-03-20T15:02:19-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Immunization","id":"1f46d93f-19c7-46a5-e43a-5afc7e6ad1bb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"occurrenceDateTime":"2017-03-20T15:02:19-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Immunization","id":"3a1911f1-b7bd-1788-5f8b-569fc6de640e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/96f32dcc-5ee5-e522-0b8b-001690de6cbc"},"occurrenceDateTime":"2018-01-22T14:02:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|fbe81bf6-7f8e-393d-9175-ffdb4082023c","display":"CONCENTRA URGENT CARE - WILMINGTON"}} +{"resourceType":"Immunization","id":"b83789ed-dd8e-9297-acbb-ceca8c284edf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"occurrenceDateTime":"2019-04-01T15:02:19-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Immunization","id":"70561d7d-d0c7-3c50-db58-debc8aafd4af","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"occurrenceDateTime":"2020-04-06T15:02:19-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Immunization","id":"60da43d7-6adf-3797-01a5-2e659c6f8097","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"occurrenceDateTime":"2020-04-06T15:02:19-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Immunization","id":"e635c8da-c0a6-2566-f408-691821e2fbca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/be3fdaff-823a-68eb-225e-71b404dcdbcb"},"occurrenceDateTime":"2021-03-08T14:02:19-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|fbe81bf6-7f8e-393d-9175-ffdb4082023c","display":"CONCENTRA URGENT CARE - WILMINGTON"}} +{"resourceType":"Immunization","id":"89c12416-ca45-b7df-176c-fa8ffa0fdc93","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"occurrenceDateTime":"2022-04-18T15:02:19-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Immunization","id":"5d4de643-9d47-0c8f-e48d-227809db9e81","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"occurrenceDateTime":"2012-09-01T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Immunization","id":"4821b923-6627-0b64-8f1f-0daac87e67cd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"occurrenceDateTime":"2013-09-07T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Immunization","id":"d41da7a7-8868-8557-7674-46cb392e47ac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"occurrenceDateTime":"2013-09-07T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Immunization","id":"c394fde7-dcd9-3191-dd80-f5e2d2501f75","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/65b85471-6037-31f5-21ac-bc85f0fddbd8"},"occurrenceDateTime":"2014-09-13T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Immunization","id":"82374e2f-61cc-c959-c737-44629cb1a4e6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/759765ae-8f20-d27b-70f3-dc0d860c82b9"},"occurrenceDateTime":"2015-09-19T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Immunization","id":"32115377-eec9-2f3c-032b-5c972a43891c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"occurrenceDateTime":"2016-09-24T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Immunization","id":"54f7c122-abff-0666-12cf-b71949701c47","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/030ab23e-b7b9-5c3f-847f-e029c1790548"},"occurrenceDateTime":"2017-09-30T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Immunization","id":"714b73a3-321d-c503-224c-0d0a63758220","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"43","display":"Hep B, adult"}],"text":"Hep B, adult"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/030ab23e-b7b9-5c3f-847f-e029c1790548"},"occurrenceDateTime":"2017-09-30T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Immunization","id":"7f853e02-c65e-4250-29bd-6fa02b8fb5f6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"occurrenceDateTime":"2018-10-06T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Immunization","id":"0f5f6084-09e6-fe3e-068b-9d93cadb952f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"113","display":"Td (adult) preservative free"}],"text":"Td (adult) preservative free"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"occurrenceDateTime":"2018-10-06T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Immunization","id":"8da5300c-314f-3b50-5062-cfafeb692cc0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"43","display":"Hep B, adult"}],"text":"Hep B, adult"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"occurrenceDateTime":"2018-10-06T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Immunization","id":"67beb77b-f50d-a011-216f-ae5347b1b5ee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"occurrenceDateTime":"2018-10-06T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Immunization","id":"e2fbacd1-a296-9d5e-46b9-8417d70fe9bc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"occurrenceDateTime":"2019-10-12T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Immunization","id":"9a56a4d0-a9ea-d34a-9bd5-bd296c651476","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"43","display":"Hep B, adult"}],"text":"Hep B, adult"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"occurrenceDateTime":"2019-10-12T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Immunization","id":"8e36d22b-c316-7214-63b3-a607608fb554","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"occurrenceDateTime":"2020-10-17T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Immunization","id":"12749c1f-d069-0399-40ff-d41c08187bc2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"207","display":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 100 mcg/0.5mL dose"}],"text":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 100 mcg/0.5mL dose"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/12e40b4e-f64c-1e5b-f0df-a662f896da3d"},"occurrenceDateTime":"2021-03-27T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Immunization","id":"758027d4-5d43-97f0-b131-e7ecd6a93957","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"207","display":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 100 mcg/0.5mL dose"}],"text":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 100 mcg/0.5mL dose"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/5263756d-857c-d51e-cb66-56039dce549f"},"occurrenceDateTime":"2021-04-24T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Immunization","id":"a60f2476-7d3c-8485-eec2-7a383c6ce954","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/daa29af4-0b42-47a1-22f0-c67da784af7e"},"occurrenceDateTime":"2021-10-23T18:19:46-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Immunization","id":"2650a4e3-23e6-e219-416d-a904f2e22be6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"occurrenceDateTime":"2012-10-15T18:59:58-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Immunization","id":"1c76fed5-7824-61f4-0d61-b03846f6350f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"occurrenceDateTime":"2013-10-21T18:59:58-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Immunization","id":"322f731b-f4b1-d5fa-70e0-ce2d40d67d6f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"occurrenceDateTime":"2013-10-21T18:59:58-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Immunization","id":"61d24b77-b8d6-9aa2-1032-63dfe09234f0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/ace72354-fe80-c75d-af02-9b4d40e8f924"},"occurrenceDateTime":"2012-08-30T09:16:17-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Immunization","id":"41bb2381-e527-255b-32d1-6c517cb6512f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/af4a6973-4599-eefa-e568-7a6398d60e3b"},"occurrenceDateTime":"2013-09-05T09:16:17-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Immunization","id":"81f2d5ac-019d-d150-cf49-88a77f656628","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"115","display":"Tdap"}],"text":"Tdap"},"patient":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"occurrenceDateTime":"2014-09-11T09:16:17-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Immunization","id":"429636ae-9bc7-d360-abcd-0d80e75d37eb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"occurrenceDateTime":"2014-09-11T09:16:17-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Immunization","id":"a39c2f13-df3f-0560-4b0a-90af02575075","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"occurrenceDateTime":"2014-09-11T09:16:17-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Immunization","id":"2f349182-0bb9-f60e-07c3-8bdbf6331ccd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"occurrenceDateTime":"2014-09-11T09:16:17-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Immunization","id":"f8322130-54ad-c886-14a8-e9296f0c973d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"occurrenceDateTime":"2015-09-17T09:16:17-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Immunization","id":"2b3ba4b2-4744-c957-7953-22e76ce596ca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"occurrenceDateTime":"2015-09-17T09:16:17-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Immunization","id":"ceeedfd1-2eee-db5c-f0d1-67cbb2c908fd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"occurrenceDateTime":"2014-10-27T18:59:58-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Immunization","id":"01514022-e36e-ec60-aac3-0da2adeabb12","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/6a41ed1a-843a-c0ef-fb18-d2620dec81fa"},"occurrenceDateTime":"2016-09-22T09:16:17-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Immunization","id":"a16d71b6-6ce4-4d0b-c37e-9a2c8651c4de","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"62","display":"HPV, quadrivalent"}],"text":"HPV, quadrivalent"},"patient":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/6a41ed1a-843a-c0ef-fb18-d2620dec81fa"},"occurrenceDateTime":"2016-09-22T09:16:17-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Immunization","id":"f0e1bfdf-52f8-ca9c-ed30-3cdc812421a7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9eb387d6-a10b-ccf0-b47a-0309cef13be4"},"occurrenceDateTime":"2015-11-02T17:59:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Immunization","id":"b919b16d-e2aa-913c-c825-139e9c090726","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"occurrenceDateTime":"2016-11-07T17:59:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Immunization","id":"2adcdfe4-f8dc-d117-5ae3-52a57413e986","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bdcabdfd-9168-8aa9-f5db-e6504484e901"},"occurrenceDateTime":"2017-09-28T09:16:17-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Immunization","id":"3b8eef22-ccf3-a8eb-6249-473248ca044a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"occurrenceDateTime":"2017-11-13T17:59:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Immunization","id":"74414403-7b4e-15ef-5a18-e5957401ea09","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"43","display":"Hep B, adult"}],"text":"Hep B, adult"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"occurrenceDateTime":"2017-11-13T17:59:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Immunization","id":"5dcc98eb-9719-c256-1b9c-941be49bf02b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"occurrenceDateTime":"2018-11-19T17:59:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Immunization","id":"03b30f8b-fb2d-5307-8e8d-0399179458b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"113","display":"Td (adult) preservative free"}],"text":"Td (adult) preservative free"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"occurrenceDateTime":"2018-11-19T17:59:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Immunization","id":"0f8eccfb-905a-3913-9f62-298f1c250a34","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"43","display":"Hep B, adult"}],"text":"Hep B, adult"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"occurrenceDateTime":"2018-11-19T17:59:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Immunization","id":"d57e73fa-4e5f-f3d4-8bd9-c6e85f064176","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"occurrenceDateTime":"2018-11-19T17:59:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Immunization","id":"b4b35563-9c28-6992-799c-4ae4a47eb502","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"occurrenceDateTime":"2019-11-25T17:59:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Immunization","id":"81efc9cb-d73e-08bf-6b4b-da318b97bb40","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"43","display":"Hep B, adult"}],"text":"Hep B, adult"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"occurrenceDateTime":"2019-11-25T17:59:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Immunization","id":"71fdc692-d808-b8e5-144b-57e8736f8a60","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/200d23c3-f729-5a2b-241f-ec1c5315429c"},"occurrenceDateTime":"2018-10-04T09:16:17-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Immunization","id":"25e0224b-6f95-1e0f-b8a1-503db33ba6b9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"occurrenceDateTime":"2020-11-30T17:59:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Immunization","id":"38aabed4-f2a4-e0b8-309b-79734dde038e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"208","display":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"}],"text":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f7f20c0c-f675-3717-2dff-969798660f58"},"occurrenceDateTime":"2021-07-26T18:59:58-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Immunization","id":"21bd5ead-7691-cef2-abae-51d2b71c650f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"208","display":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"}],"text":"SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/93f77e5d-11a6-9643-2c77-e27321f3e5af"},"occurrenceDateTime":"2021-08-16T18:59:58-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Immunization","id":"0c1678e5-33bd-dc9b-75c3-1f5eacbca104","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"occurrenceDateTime":"2021-12-06T17:59:58-08:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Immunization","id":"0bccee9d-4ae4-4660-7967-af9fe811731b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/37dcd9ab-7117-9dea-7a6e-5d181be07568"},"occurrenceDateTime":"2019-04-04T09:16:17-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e2a76fe1-389f-3bed-8443-7272e375bf03","display":"FALLON CLINIC URGENT CARE"}} +{"resourceType":"Immunization","id":"13f3a26c-c3e0-06fe-ebfb-fb30cff235fa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"114","display":"meningococcal MCV4P"}],"text":"meningococcal MCV4P"},"patient":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"occurrenceDateTime":"2019-10-10T09:16:17-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Immunization","id":"ba719be4-66e4-124b-13b5-e033d58e8960","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/0c0f2851-1819-2927-18be-ccdf8ca99c2f"},"occurrenceDateTime":"2020-10-15T09:16:17-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Immunization","id":"a3258aa7-ccd4-92b5-6d64-11d7b0aac415","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"]},"status":"completed","vaccineCode":{"coding":[{"system":"http://hl7.org/fhir/sid/cvx","code":"140","display":"Influenza, seasonal, injectable, preservative free"}],"text":"Influenza, seasonal, injectable, preservative free"},"patient":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"occurrenceDateTime":"2021-10-21T09:16:17-07:00","primarySource":true,"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} diff --git a/tests/fixtures/synthea/filtered/Observation.ndjson b/tests/fixtures/synthea/filtered/Observation.ndjson new file mode 100644 index 0000000..a8dae80 --- /dev/null +++ b/tests/fixtures/synthea/filtered/Observation.ndjson @@ -0,0 +1,2549 @@ +{"resourceType":"Observation","id":"71b8281d-c20d-7e71-a1d6-d50e580b51c8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"effectiveDateTime":"2012-12-29T05:02:47-08:00","issued":"2012-12-29T05:02:47.440-08:00","valueQuantity":{"value":180.6,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"46b50afd-77af-b842-7fab-3fdafc9af2e1","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"effectiveDateTime":"2012-12-29T05:02:47-08:00","issued":"2012-12-29T05:02:47.440-08:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"b40018c8-56d1-fa8e-7715-0a9152cb999b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"effectiveDateTime":"2012-12-29T05:02:47-08:00","issued":"2012-12-29T05:02:47.440-08:00","valueQuantity":{"value":68.2,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"8f14ebcf-a7bb-4046-a9bf-3f639e5b19b5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"effectiveDateTime":"2012-12-29T05:02:47-08:00","issued":"2012-12-29T05:02:47.440-08:00","valueQuantity":{"value":20.91,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"ac8e4215-cf4c-7633-9217-44aeeb55e0bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"effectiveDateTime":"2012-12-29T05:02:47-08:00","issued":"2012-12-29T05:02:47.440-08:00","valueQuantity":{"value":35.116,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"53b023c7-991d-7927-0df7-d11779694159","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"effectiveDateTime":"2012-12-29T05:02:47-08:00","issued":"2012-12-29T05:02:47.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":80,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":117,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"298f6e0a-c2af-4374-36cc-7df164be9fe4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"effectiveDateTime":"2012-12-29T05:02:47-08:00","issued":"2012-12-29T05:02:47.440-08:00","valueQuantity":{"value":64,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"70e0c5fa-948e-fda2-9471-9bdfa784543c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"effectiveDateTime":"2012-12-29T05:02:47-08:00","issued":"2012-12-29T05:02:47.440-08:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"b39537ee-9bcc-e65b-562a-2dc25c4254d9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"effectiveDateTime":"2012-12-29T05:02:47-08:00","issued":"2012-12-29T05:02:47.440-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"210b0701-64e5-45aa-7e40-2dcd4465ff22","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"effectiveDateTime":"2012-12-29T05:39:27-08:00","issued":"2012-12-29T05:39:27.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30134-3","display":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}],"text":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":29561,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30191-3","display":"Less than high school degree"}],"text":"Less than high school degree"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"381 Toy Spur Suite 44"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"f2fd70cd-5068-df64-df81-80f4115190fb","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"effectiveDateTime":"2012-12-29T06:22:38-08:00","issued":"2012-12-29T06:22:38.440-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"bac8f393-7607-8d65-0d9b-dd1f308dabde","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"effectiveDateTime":"2014-01-04T05:02:47-08:00","issued":"2014-01-04T05:02:47.440-08:00","valueQuantity":{"value":181,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"a806acda-b3b9-6085-87d4-952ebc178eb3","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"effectiveDateTime":"2014-01-04T05:02:47-08:00","issued":"2014-01-04T05:02:47.440-08:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"15604aac-189b-2863-7ac7-f474cfd8f0ec","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"effectiveDateTime":"2014-01-04T05:02:47-08:00","issued":"2014-01-04T05:02:47.440-08:00","valueQuantity":{"value":69.7,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"dbbae7ce-eb11-962d-b1ab-518a021dd1ba","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"effectiveDateTime":"2014-01-04T05:02:47-08:00","issued":"2014-01-04T05:02:47.440-08:00","valueQuantity":{"value":21.28,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"1ea69417-9b3f-b2ca-c6fc-ff8f356952f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"effectiveDateTime":"2014-01-04T05:02:47-08:00","issued":"2014-01-04T05:02:47.440-08:00","valueQuantity":{"value":32.308,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"f7d830ed-03b8-5b09-bd9c-e850339bb274","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"effectiveDateTime":"2014-01-04T05:02:47-08:00","issued":"2014-01-04T05:02:47.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":89,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":109,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"55c61208-174e-cb1c-86d2-24a6f96e049e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"effectiveDateTime":"2014-01-04T05:02:47-08:00","issued":"2014-01-04T05:02:47.440-08:00","valueQuantity":{"value":68,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"a167667a-b39f-ed47-a967-371d81568441","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"effectiveDateTime":"2014-01-04T05:02:47-08:00","issued":"2014-01-04T05:02:47.440-08:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"b092adf3-c355-5fd3-247c-ccd83ac18ba2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"effectiveDateTime":"2014-01-04T05:02:47-08:00","issued":"2014-01-04T05:02:47.440-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"af77be41-d5be-6649-d84d-28b034b88ad4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"effectiveDateTime":"2014-01-04T05:42:01-08:00","issued":"2014-01-04T05:42:01.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13909-9","display":"Somewhat"}],"text":"Somewhat"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30133-5","display":"Yes, it has kept me from medical appointments or from getting my medications"}],"text":"Yes, it has kept me from medical appointments or from getting my medications"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":29561,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30191-3","display":"Less than high school degree"}],"text":"Less than high school degree"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"381 Toy Spur Suite 44"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"38761d16-926a-39dc-2618-9ca24ad18f4d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"effectiveDateTime":"2014-01-04T06:15:15-08:00","issued":"2014-01-04T06:15:15.440-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"6985c5c3-9d68-43a9-a580-ce65611ec49a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/1f7394e1-bdbb-6bf1-f753-a411bb21f8aa"},"effectiveDateTime":"2013-05-15T17:06:21-07:00","issued":"2013-05-15T17:06:21.361-07:00","valueQuantity":{"value":137.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"d743539c-96b8-ad43-1b81-f493de82168e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/1f7394e1-bdbb-6bf1-f753-a411bb21f8aa"},"effectiveDateTime":"2013-05-15T17:06:21-07:00","issued":"2013-05-15T17:06:21.361-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"92a1c663-5216-cf54-a0b7-05a6ba4d0d4c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/1f7394e1-bdbb-6bf1-f753-a411bb21f8aa"},"effectiveDateTime":"2013-05-15T17:06:21-07:00","issued":"2013-05-15T17:06:21.361-07:00","valueQuantity":{"value":52.1,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"63d7e992-cadd-7ad2-8c1f-c1f8e0b68064","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/1f7394e1-bdbb-6bf1-f753-a411bb21f8aa"},"effectiveDateTime":"2013-05-15T17:06:21-07:00","issued":"2013-05-15T17:06:21.361-07:00","valueQuantity":{"value":27.42,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"2aceb91c-8240-46fb-e86e-734f5af558b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/1f7394e1-bdbb-6bf1-f753-a411bb21f8aa"},"effectiveDateTime":"2013-05-15T17:06:21-07:00","issued":"2013-05-15T17:06:21.361-07:00","valueQuantity":{"value":98.788,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"fd7fa99e-ca3f-0775-3b05-922c2d396d3d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/1f7394e1-bdbb-6bf1-f753-a411bb21f8aa"},"effectiveDateTime":"2013-05-15T17:06:21-07:00","issued":"2013-05-15T17:06:21.361-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":77,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":129,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"bdf2bfd6-22d8-00b6-5199-ec627bcee802","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/1f7394e1-bdbb-6bf1-f753-a411bb21f8aa"},"effectiveDateTime":"2013-05-15T17:06:21-07:00","issued":"2013-05-15T17:06:21.361-07:00","valueQuantity":{"value":70,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"4ec22b4f-88fe-7ea5-83b8-20ec5da47770","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/1f7394e1-bdbb-6bf1-f753-a411bb21f8aa"},"effectiveDateTime":"2013-05-15T17:06:21-07:00","issued":"2013-05-15T17:06:21.361-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"29305866-5711-b181-6a05-84fab72ccfd4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/1f7394e1-bdbb-6bf1-f753-a411bb21f8aa"},"effectiveDateTime":"2013-05-15T17:06:21-07:00","issued":"2013-05-15T17:06:21.361-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"52e8c8d3-8ae8-3499-5a49-7033df0ca4e4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"91148-7","display":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"}],"text":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a1fe3ead-9236-8adf-cb9f-276f0c95408d"},"effectiveDateTime":"2014-02-03T05:02:47-08:00","issued":"2014-02-03T05:02:47.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"91146-1","display":"What number best describes how, during the past week, pain has interfered with your general activity?"}],"text":"What number best describes how, during the past week, pain has interfered with your general activity?"},"valueQuantity":{"value":4.0103,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"91145-3","display":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"}],"text":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"},"valueQuantity":{"value":2.3933,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"75893-8","display":"What number best describes your pain on average in the past week?"}],"text":"What number best describes your pain on average in the past week?"},"valueQuantity":{"value":5.7065,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}}]} +{"resourceType":"Observation","id":"9be30234-581e-9ade-9b53-26229c669567","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"65750-2","display":"Drugs of abuse 5 panel - Urine by Screen method"}],"text":"Drugs of abuse 5 panel - Urine by Screen method"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a1fe3ead-9236-8adf-cb9f-276f0c95408d"},"effectiveDateTime":"2014-02-03T05:02:47-08:00","issued":"2014-02-03T05:02:47.440-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"10828004","display":"Positive (qualifier value)"}],"text":"Positive (qualifier value)"}} +{"resourceType":"Observation","id":"b6045dc6-b4d2-9c9a-cf86-18a14367312e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"91148-7","display":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"}],"text":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/d5c62496-bd21-33ca-9842-3925c0a0f17f"},"effectiveDateTime":"2014-03-08T18:02:47-08:00","issued":"2014-03-08T18:02:47.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"91146-1","display":"What number best describes how, during the past week, pain has interfered with your general activity?"}],"text":"What number best describes how, during the past week, pain has interfered with your general activity?"},"valueQuantity":{"value":2.935,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"91145-3","display":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"}],"text":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"},"valueQuantity":{"value":9.1987,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"75893-8","display":"What number best describes your pain on average in the past week?"}],"text":"What number best describes your pain on average in the past week?"},"valueQuantity":{"value":6.4253,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}}]} +{"resourceType":"Observation","id":"b27c4a47-b422-44e7-dd7b-006bf8aa22e7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":142.7,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"c309e05e-ab8d-5430-8c30-404c7138e8ae","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"96f3492a-2c7d-1e70-9eab-2b2814bad848","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":60.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"c42da333-a4e7-df3f-2b82-3ab99af7d71d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":29.94,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"c539a5cc-a2f2-48d7-0cbd-31535140c9a3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":98.986,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"d3dca1f8-a580-23fa-bb40-05ea91800fdf","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":73,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":128,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"acb41eaa-1854-8a13-6def-fd788b36c62a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":93,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"57ea8431-c1f9-1d9b-5600-8584d506ce38","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"ecc68af2-0b35-e4be-829a-a3f9b8e5e456","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":8.9079,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"7b366157-0859-aa3d-e5eb-10407c1644f2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":4.71,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"2312bd06-962d-0895-81d0-498a3ac5a660","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":14.681,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"a3e54b56-1d68-8361-dc23-3e6b85fb8adb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":46.974,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"ccc134fe-3a28-52fc-472a-59af458c2ec9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":80.452,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"aaafe7a9-2483-cf1c-130f-adde2dfe69a5","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"91148-7","display":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"}],"text":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/404f0218-c0d3-34ca-d6a1-f194343d152f"},"effectiveDateTime":"2014-05-07T19:02:47-07:00","issued":"2014-05-07T19:02:47.440-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"91146-1","display":"What number best describes how, during the past week, pain has interfered with your general activity?"}],"text":"What number best describes how, during the past week, pain has interfered with your general activity?"},"valueQuantity":{"value":9.3666,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"91145-3","display":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"}],"text":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"},"valueQuantity":{"value":1.5045,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"75893-8","display":"What number best describes your pain on average in the past week?"}],"text":"What number best describes your pain on average in the past week?"},"valueQuantity":{"value":9.5363,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}}]} +{"resourceType":"Observation","id":"9173a90f-0f5e-c66a-2370-08686f559742","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":31.847,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"c43da324-12f0-5f78-3233-0d46b56084d3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":34.785,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"98a760d6-9c33-0d21-1c38-352c25d74e7e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":42.358,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"e8113a76-163c-2832-0d2a-40fee660e905","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":229.94,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"6aacd2f5-efff-1631-592e-18c0488e9e67","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":255.97,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"a2c4d326-e7f8-b67b-8e1e-9bdbc2ef39aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueQuantity":{"value":10.165,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"73e8a429-2e41-fdab-a544-a2c33a42aadb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"effectiveDateTime":"2014-05-21T17:06:21-07:00","issued":"2014-05-21T17:06:21.361-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"ed70a46f-79c7-4a11-5411-e5e2669df07f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T05:02:47-08:00","issued":"2015-01-10T05:02:47.440-08:00","valueQuantity":{"value":181.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"48ab9014-e318-d0ed-536a-650588e6fcbf","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T05:02:47-08:00","issued":"2015-01-10T05:02:47.440-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e2b3cd19-e35b-a341-f3f3-0e8f3a90dc3e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T05:02:47-08:00","issued":"2015-01-10T05:02:47.440-08:00","valueQuantity":{"value":71.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"c8cb3cd7-aa42-7d93-b228-572b1d73a7dc","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T05:02:47-08:00","issued":"2015-01-10T05:02:47.440-08:00","valueQuantity":{"value":21.72,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"6c120588-d53f-e966-3079-b602dc4c5c0a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T05:02:47-08:00","issued":"2015-01-10T05:02:47.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":85,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":102,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"2f45180d-3e83-49aa-c528-2a1d2e837c58","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T05:02:47-08:00","issued":"2015-01-10T05:02:47.440-08:00","valueQuantity":{"value":83,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"9db8cde9-b355-ba74-e2bd-3200b881dc4b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T05:02:47-08:00","issued":"2015-01-10T05:02:47.440-08:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"1750e392-a638-b7f1-fa07-199f7848a173","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T05:02:47-08:00","issued":"2015-01-10T05:02:47.440-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"e18752eb-80d3-c098-7bf1-c26f0bbed2bd","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T05:36:15-08:00","issued":"2015-01-10T05:36:15.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30134-3","display":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}],"text":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":29561,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30191-3","display":"Less than high school degree"}],"text":"Less than high school degree"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"381 Toy Spur Suite 44"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"bea7d20d-50dd-669e-8d61-49d9d2780905","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T05:54:43-08:00","issued":"2015-01-10T05:54:43.440-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f27dfa45-acff-84af-31a6-31d80cdd14ef","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T06:34:15-08:00","issued":"2015-01-10T06:34:15.440-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"c3105b62-527d-89da-6f78-efd90fd8adf7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T07:08:26-08:00","issued":"2015-01-10T07:08:26.440-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"5ce2ff2f-cd5f-10cc-aae5-05e92bb77ec5","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"effectiveDateTime":"2015-01-10T07:42:44-08:00","issued":"2015-01-10T07:42:44.440-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"87febe80-0434-16db-259a-54ffd186eec5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"effectiveDateTime":"2015-05-27T17:06:21-07:00","issued":"2015-05-27T17:06:21.361-07:00","valueQuantity":{"value":148.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"b0f798c6-7fa3-3a54-a2a5-8a637935e3b3","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"effectiveDateTime":"2015-05-27T17:06:21-07:00","issued":"2015-05-27T17:06:21.361-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"4d4f38d3-60ab-1fd8-8ed5-577bdbee360b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"effectiveDateTime":"2015-05-27T17:06:21-07:00","issued":"2015-05-27T17:06:21.361-07:00","valueQuantity":{"value":69.5,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"ad14a63f-1ed9-985a-68a3-56295d8198ef","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"effectiveDateTime":"2015-05-27T17:06:21-07:00","issued":"2015-05-27T17:06:21.361-07:00","valueQuantity":{"value":31.63,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"f69a2c83-46a9-ee5c-9d7e-af58d840295a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"effectiveDateTime":"2015-05-27T17:06:21-07:00","issued":"2015-05-27T17:06:21.361-07:00","valueQuantity":{"value":99.053,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"b1f871aa-acab-4892-f4f3-72e365114b62","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"effectiveDateTime":"2015-05-27T17:06:21-07:00","issued":"2015-05-27T17:06:21.361-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":81,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":120,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"451fc44b-41d8-12c4-ec4f-189282e697bc","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"effectiveDateTime":"2015-05-27T17:06:21-07:00","issued":"2015-05-27T17:06:21.361-07:00","valueQuantity":{"value":69,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"6edbd4ae-a080-90f8-53e3-7e858a319d85","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"effectiveDateTime":"2015-05-27T17:06:21-07:00","issued":"2015-05-27T17:06:21.361-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"d4bd4d55-7aa9-00cf-5f4a-f8b7744d7c3f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"effectiveDateTime":"2015-05-27T17:06:21-07:00","issued":"2015-05-27T17:06:21.361-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"3f1ffe9f-15dd-ed2f-7525-45d89e599a19","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"effectiveDateTime":"2015-05-27T17:27:42-07:00","issued":"2015-05-27T17:27:42.361-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"0ebb91c3-eb87-9822-b9ee-7d65d312fa72","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"effectiveDateTime":"2015-05-27T18:05:39-07:00","issued":"2015-05-27T18:05:39.361-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"eb3f71e7-a651-cc23-f1c9-ec2b013535ed","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":174.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"922a08af-d948-e69b-6497-e91c9cbd6e0b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"a6daafdb-23d2-bb3e-73aa-11e9c8b16e9a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":84.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"8b012c70-c430-9ed7-b96c-01ccc7f06ef9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":27.95,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"7d0e0deb-df49-8b33-8bdc-e83248744bba","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":70,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":129,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"851b7941-25de-27cd-3178-f55701802074","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":82,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"54692021-4728-29cb-ec3a-6d317c3e2ad7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"3909e87b-9bfb-3f2d-55de-848c50f04b00","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":169.88,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"e4460846-542c-f943-ccb8-6c755137b50d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":136.2,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"e11c997c-426c-6a60-701f-2fdb432da7f4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":75.88,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"d57bea69-3009-6acc-fd29-477372503d90","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":66.75,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"24780e24-a5b6-b8fe-7a33-07dc3fe3a7fc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":7.5941,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"263b715d-ff51-690a-27db-4e0465997024","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":5.1755,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"d3e57759-d26b-5758-62f4-0dc900548998","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":15.689,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"a647633b-80fd-9296-aa9a-a6e1fefa4fa3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":41.136,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"d96c86c5-e5ef-9bda-247a-9500eea95a38","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"procedure","display":"procedure"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"19926-5","display":"FEV1/FVC"}],"text":"FEV1/FVC"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"effectiveDateTime":"1980-04-26T10:54:23-08:00","issued":"1980-04-26T10:54:23.555-08:00","valueQuantity":{"value":73.627,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"62d5c1b3-72b0-9ae2-dd25-62a4c81514a0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"effectiveDateTime":"1980-04-26T10:54:23-08:00","issued":"1980-04-26T10:54:23.555-08:00","valueQuantity":{"value":168.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"3e0ddb6b-78c4-368b-3c55-cbc28e4ed06a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"effectiveDateTime":"1980-04-26T10:54:23-08:00","issued":"1980-04-26T10:54:23.555-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f2719d03-0d5a-7b3e-ef22-b776aee73cdf","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"effectiveDateTime":"1980-04-26T10:54:23-08:00","issued":"1980-04-26T10:54:23.555-08:00","valueQuantity":{"value":85.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"051656ea-e5cf-929e-4df3-edba39234240","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"effectiveDateTime":"1980-04-26T10:54:23-08:00","issued":"1980-04-26T10:54:23.555-08:00","valueQuantity":{"value":30.22,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"691e580b-1bdc-d5d8-b94e-5d2b3053ce3f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"effectiveDateTime":"1980-04-26T10:54:23-08:00","issued":"1980-04-26T10:54:23.555-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":72,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":121,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"83bb3327-9d18-313f-aaf8-7911a87973b0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"effectiveDateTime":"1980-04-26T10:54:23-08:00","issued":"1980-04-26T10:54:23.555-08:00","valueQuantity":{"value":84,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"b144768c-c1cd-ad17-5cf7-f3a08455d180","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"effectiveDateTime":"1980-04-26T10:54:23-08:00","issued":"1980-04-26T10:54:23.555-08:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"560fb9e6-1ba8-2fb0-a83a-587ba7b7f4e5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"effectiveDateTime":"1980-04-26T10:54:23-08:00","issued":"1980-04-26T10:54:23.555-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"31a81271-547d-13c6-31ce-9ebb2ef6303b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueQuantity":{"value":181.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"19833238-fbdb-f8c5-ef59-948697645649","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e22db1ee-a154-d759-13f2-ce44b84a5c9e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueQuantity":{"value":71.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"8921266e-765b-ccb6-49ce-4b79b3f02ad7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"effectiveDateTime":"1980-04-26T11:41:17-08:00","issued":"1980-04-26T11:41:17.555-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30130-1","display":"1 or 2 times a week"}],"text":"1 or 2 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7135,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"563 Batz Ville"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"f6c7e063-28c6-eb3d-6f60-350555e0a2a8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueQuantity":{"value":21.72,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"721db000-c5f9-db29-3156-fb27a685c1f5","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6206-7","display":"Peanut IgE Ab in Serum"}],"text":"Peanut IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"},"effectiveDateTime":"2016-05-11T17:40:25-07:00","issued":"2016-05-11T17:40:25.361-07:00","valueQuantity":{"value":0.25843,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"0e99dd4b-c4d5-35c7-9fab-6fad722af4be","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"effectiveDateTime":"1980-04-26T12:19:04-08:00","issued":"1980-04-26T12:19:04.555-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e4267bcf-c34b-22c6-965b-9fc073bbb05d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":84,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":134,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"4ce83bc9-1644-992a-e0ae-b6931f79d9c1","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6273-7","display":"Walnut IgE Ab in Serum"}],"text":"Walnut IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"},"effectiveDateTime":"2016-05-11T17:40:25-07:00","issued":"2016-05-11T17:40:25.361-07:00","valueQuantity":{"value":0.17501,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"238a2162-b639-c9ae-a305-e828e748129b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6082-2","display":"Codfish IgE Ab in Serum"}],"text":"Codfish IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"},"effectiveDateTime":"2016-05-11T17:40:25-07:00","issued":"2016-05-11T17:40:25.361-07:00","valueQuantity":{"value":0.31529,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"a1cdd461-ecd4-6913-626d-237601f0ad91","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueQuantity":{"value":90,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"fd436c90-3622-e91f-d836-7f1d535a2f92","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6246-3","display":"Shrimp IgE Ab in Serum"}],"text":"Shrimp IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"},"effectiveDateTime":"2016-05-11T17:40:25-07:00","issued":"2016-05-11T17:40:25.361-07:00","valueQuantity":{"value":0.27562,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"e71e12f6-ac4d-df83-f557-c19773397a8b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"4bbaa1eb-9245-17eb-9752-783884d03a51","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6276-0","display":"Wheat IgE Ab in Serum"}],"text":"Wheat IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"},"effectiveDateTime":"2016-05-11T17:40:25-07:00","issued":"2016-05-11T17:40:25.361-07:00","valueQuantity":{"value":0.32964,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"8736a828-d8de-ba67-bd38-18a31fe93dd5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueQuantity":{"value":8.3825,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"1a53eb42-6242-7242-30a0-54595e5b2a80","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6106-9","display":"Egg white IgE Ab in Serum"}],"text":"Egg white IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"},"effectiveDateTime":"2016-05-11T17:40:25-07:00","issued":"2016-05-11T17:40:25.361-07:00","valueQuantity":{"value":0.24674,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"e1f3278c-7d42-b4f8-b64a-fb13853b7b52","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueQuantity":{"value":5.4183,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"36de351b-4fd2-a01e-c744-021d3d101f69","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6248-9","display":"Soybean IgE Ab in Serum"}],"text":"Soybean IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"},"effectiveDateTime":"2016-05-11T17:40:25-07:00","issued":"2016-05-11T17:40:25.361-07:00","valueQuantity":{"value":0.061319,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"85c41332-9da1-508b-664c-107b16950896","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueQuantity":{"value":14.828,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"047c1198-1325-e183-0b20-2ed8c5030fde","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"7258-7","display":"Cow milk IgE Ab in Serum"}],"text":"Cow milk IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"},"effectiveDateTime":"2016-05-11T17:40:25-07:00","issued":"2016-05-11T17:40:25.361-07:00","valueQuantity":{"value":0.16891,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"b94a5b79-443d-5302-19ba-e4e847ef7271","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueQuantity":{"value":46.422,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"71b77480-aeb6-1b07-83c7-32d01602145a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6189-5","display":"White oak IgE Ab in Serum"}],"text":"White oak IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"},"effectiveDateTime":"2016-05-11T17:40:25-07:00","issued":"2016-05-11T17:40:25.361-07:00","valueQuantity":{"value":0.33646,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"64c496fd-20f9-3885-b757-0a8e5b1ca7cd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueQuantity":{"value":86.53,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"96c936ee-7e44-8c72-e00a-31a70619fdb9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueQuantity":{"value":30.323,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"05b93b88-4ed1-5d91-0381-5a954c86e0c5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueQuantity":{"value":34.786,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"9c0b2cdc-91b0-418c-f224-864882c4c78f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueQuantity":{"value":41.991,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"79465bd7-e164-9b9d-462e-88e7db8b3a9e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueQuantity":{"value":389.81,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"4882af7e-4d6a-1a89-a59c-e2aaa214056e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueQuantity":{"value":366.54,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"4fc18277-67bf-a1cc-67c9-c30638b0e4cb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueQuantity":{"value":10.637,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"ddb854cc-f89b-1215-0200-9a0b8edd4662","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:02:47-08:00","issued":"2016-01-16T05:02:47.440-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"420c9c9d-7e7d-a695-b712-0ca246b8af66","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6085-5","display":"Common Ragweed IgE Ab in Serum"}],"text":"Common Ragweed IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"},"effectiveDateTime":"2016-05-11T17:40:25-07:00","issued":"2016-05-11T17:40:25.361-07:00","valueQuantity":{"value":0.18629,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"a329be42-8fc3-ec6d-e467-20019714b83e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6833-8","display":"Cat dander IgE Ab in Serum"}],"text":"Cat dander IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"},"effectiveDateTime":"2016-05-11T17:40:25-07:00","issued":"2016-05-11T17:40:25.361-07:00","valueQuantity":{"value":0.18206,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"d3e64330-8b2c-086e-2821-abaacc3ccbb4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6095-4","display":"American house dust mite IgE Ab in Serum"}],"text":"American house dust mite IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"},"effectiveDateTime":"2016-05-11T17:40:25-07:00","issued":"2016-05-11T17:40:25.361-07:00","valueQuantity":{"value":0.2378,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"7fcdb39a-b2b1-ff97-ec26-2a9423026753","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6075-6","display":"Cladosporium herbarum IgE Ab in Serum"}],"text":"Cladosporium herbarum IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"},"effectiveDateTime":"2016-05-11T17:40:25-07:00","issued":"2016-05-11T17:40:25.361-07:00","valueQuantity":{"value":0.29759,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"bb479c87-4507-49cb-52bf-146227b812c6","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6844-5","display":"Honey bee IgE Ab in Serum"}],"text":"Honey bee IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"},"effectiveDateTime":"2016-05-11T17:40:25-07:00","issued":"2016-05-11T17:40:25.361-07:00","valueQuantity":{"value":0.31751,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"33270757-3787-b3d4-3aa0-b11d1df63b7b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6158-0","display":"Latex IgE Ab in Serum"}],"text":"Latex IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"},"effectiveDateTime":"2016-05-11T17:40:25-07:00","issued":"2016-05-11T17:40:25.361-07:00","valueQuantity":{"value":0.0011809,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"d510ea9f-a11d-b774-5121-3eada5288e11","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"},"effectiveDateTime":"2016-06-01T17:06:21-07:00","issued":"2016-06-01T17:06:21.361-07:00","valueQuantity":{"value":155.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"4de1b56e-d3f3-f0b4-b302-5e186db85020","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"},"effectiveDateTime":"2016-06-01T17:06:21-07:00","issued":"2016-06-01T17:06:21.361-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"ee6e2121-1e5a-791c-6337-46bdffbaa8a7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"},"effectiveDateTime":"2016-06-01T17:06:21-07:00","issued":"2016-06-01T17:06:21.361-07:00","valueQuantity":{"value":65,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"37e725c0-1a09-c491-f0ed-a9284d6f9d26","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"},"effectiveDateTime":"2016-06-01T17:06:21-07:00","issued":"2016-06-01T17:06:21.361-07:00","valueQuantity":{"value":27,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"ca62f7fc-f2a8-90d5-7aaf-8a24024e18f3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"},"effectiveDateTime":"2016-06-01T17:06:21-07:00","issued":"2016-06-01T17:06:21.361-07:00","valueQuantity":{"value":96.98,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"61d92642-c5b4-3f0b-426d-f7fd4e4fcc5e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"},"effectiveDateTime":"2016-06-01T17:06:21-07:00","issued":"2016-06-01T17:06:21.361-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":74,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":117,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"7d1af308-f8d6-c17a-cc65-5eeca3f95a15","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"},"effectiveDateTime":"2016-06-01T17:06:21-07:00","issued":"2016-06-01T17:06:21.361-07:00","valueQuantity":{"value":99,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"75ee55f2-04ac-a4f4-d87f-dc1147f3ed94","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T05:42:19-08:00","issued":"2016-01-16T05:42:19.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30133-5","display":"Yes, it has kept me from medical appointments or from getting my medications"}],"text":"Yes, it has kept me from medical appointments or from getting my medications"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":29561,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30191-3","display":"Less than high school degree"}],"text":"Less than high school degree"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"381 Toy Spur Suite 44"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"499a0b06-a58f-cfd1-a360-db8f95d9918d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T06:00:22-08:00","issued":"2016-01-16T06:00:22.440-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"aebc955a-bb72-e220-9b08-dd4e866ac895","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T06:42:25-08:00","issued":"2016-01-16T06:42:25.440-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"a2cc5d31-49dd-d2d2-9454-cac0708cd4a5","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"effectiveDateTime":"2016-01-16T07:16:42-08:00","issued":"2016-01-16T07:16:42.440-08:00","valueQuantity":{"value":11,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"010197b1-14b2-5928-fffd-b45f8f78f569","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"procedure","display":"procedure"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"19926-5","display":"FEV1/FVC"}],"text":"FEV1/FVC"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":77.189,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"4dac2e44-490a-5b22-f917-5869dfa67b20","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":168.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"ca5f3e34-74ff-dd8d-8e55-471fcc5a1e17","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"a9743a4f-6cf0-934a-27d9-123e2c866d60","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":85.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"fe12cb43-2183-660b-ba4b-3bcece41ca05","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":30.22,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"7db62384-dcfc-066e-2151-86a9f92d473c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":74,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":111,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"3b592d74-67ae-e94d-3bfb-4b3ef96cd9d9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":97,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"24b4f7bd-1527-4653-b117-d49287ae8b03","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"9acf0400-4a95-ebd3-de27-0987c065a22a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":10.193,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"22cb5bb3-8138-fbd4-b7d4-e6622539fa38","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":4.3784,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"acd08f46-b9d9-e670-c2f4-8a85d6faf606","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":14.185,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"7b0a0387-fa80-355d-40f7-de828768c811","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":39.687,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"1cb73148-ca4c-fccc-ef2d-1656381e016d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":90.326,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"eefcbb3e-ca5c-0571-8cdb-93e8920e9bf8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":27.838,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"01167e2c-f2c5-03e2-c5ed-eddcc6b0f3d3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":35.485,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"51d7ff40-a1a8-7125-266f-1e878438640e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":41.676,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"035adcbe-64d8-d883-aafd-1f4088907aa2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":237.38,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"30468066-d287-2191-178e-30cea8ed76ca","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"},"effectiveDateTime":"2016-06-01T17:06:21-07:00","issued":"2016-06-01T17:06:21.361-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"1d9124da-1e6a-aea2-2bb3-73d9f642f7a3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":247.15,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"2508a0ec-131d-e22a-aa43-d418749fdf12","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"},"effectiveDateTime":"2016-06-01T17:06:21-07:00","issued":"2016-06-01T17:06:21.361-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"b36bb6e9-1682-05d2-d634-6a6d5a620bb5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueQuantity":{"value":11.846,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"7bea61ae-2f56-c212-d9f7-0e0762a74790","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"},"effectiveDateTime":"2016-06-01T17:48:10-07:00","issued":"2016-06-01T17:48:10.361-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"06a312b9-8a56-b3a6-c8a0-135aa63389bf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T11:54:23-07:00","issued":"1981-05-02T11:54:23.555-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"8e333a3f-f6dc-bbc7-7eb4-359081f0ffdf","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T12:50:06-07:00","issued":"1981-05-02T12:50:06.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7135,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30137-6","display":"Otherwise unemployed but not seeking work"}],"text":"Otherwise unemployed but not seeking work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"563 Batz Ville"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"61818974-7608-1404-8440-c30ccabbeb9d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T13:13:06-07:00","issued":"1981-05-02T13:13:06.555-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"78d6e88b-b761-99d2-4214-a3ec0e1f2ffb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/53e9c544-0cc2-508d-fe87-6d26d492c00d"},"effectiveDateTime":"2013-03-23T04:56:45-07:00","issued":"2013-03-23T04:56:45.638-07:00","valueQuantity":{"value":167.1,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"a4633351-5bbb-171c-822c-bcf804d728f6","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/53e9c544-0cc2-508d-fe87-6d26d492c00d"},"effectiveDateTime":"2013-03-23T04:56:45-07:00","issued":"2013-03-23T04:56:45.638-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"aafda820-f35a-fce5-ca26-d4988290663a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/53e9c544-0cc2-508d-fe87-6d26d492c00d"},"effectiveDateTime":"2013-03-23T04:56:45-07:00","issued":"2013-03-23T04:56:45.638-07:00","valueQuantity":{"value":55.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"46ed798b-058e-f61a-72bd-ce8ae112cd9a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/53e9c544-0cc2-508d-fe87-6d26d492c00d"},"effectiveDateTime":"2013-03-23T04:56:45-07:00","issued":"2013-03-23T04:56:45.638-07:00","valueQuantity":{"value":20.03,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"bbc8e006-eb5a-0e32-57a8-f87a47c839b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/53e9c544-0cc2-508d-fe87-6d26d492c00d"},"effectiveDateTime":"2013-03-23T04:56:45-07:00","issued":"2013-03-23T04:56:45.638-07:00","valueQuantity":{"value":51.727,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"89e8ea17-5df4-a882-55bd-d0c5ed62336e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/53e9c544-0cc2-508d-fe87-6d26d492c00d"},"effectiveDateTime":"2013-03-23T04:56:45-07:00","issued":"2013-03-23T04:56:45.638-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":76,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":118,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"d587aaa8-f884-18cf-79a0-f584bf9d4e92","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/53e9c544-0cc2-508d-fe87-6d26d492c00d"},"effectiveDateTime":"2013-03-23T04:56:45-07:00","issued":"2013-03-23T04:56:45.638-07:00","valueQuantity":{"value":93,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"e82869be-fc5a-b124-b2e8-7fcca1911ddb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/53e9c544-0cc2-508d-fe87-6d26d492c00d"},"effectiveDateTime":"2013-03-23T04:56:45-07:00","issued":"2013-03-23T04:56:45.638-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"0abfbb51-0aca-58e6-c4f2-4f319476f21d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/53e9c544-0cc2-508d-fe87-6d26d492c00d"},"effectiveDateTime":"2013-03-23T04:56:45-07:00","issued":"2013-03-23T04:56:45.638-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"2eb01184-ce82-f0ef-a286-23ffd7adbf9c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":80.65,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"14fb45dd-750a-447c-d9d7-c82f9dd3847b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":29.13,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"1e219112-bcd2-e2fa-2c9c-8e82c212a7ae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":34.876,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"782da87a-1580-15ac-e8d0-919fb4247d62","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"effectiveDateTime":"1981-05-02T13:55:20-07:00","issued":"1981-05-02T13:55:20.555-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"a0d58b90-8abb-38a1-ae3d-12110fe9dd5f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"effectiveDateTime":"2017-01-21T05:02:47-08:00","issued":"2017-01-21T05:02:47.440-08:00","valueQuantity":{"value":181.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"51f9b2d8-b765-1a4a-7a22-f1331bafda31","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"effectiveDateTime":"2017-01-21T05:02:47-08:00","issued":"2017-01-21T05:02:47.440-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"59939158-f232-c19f-d1a6-c0194fd45e1c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"effectiveDateTime":"2017-01-21T05:02:47-08:00","issued":"2017-01-21T05:02:47.440-08:00","valueQuantity":{"value":71.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"66d21361-a2fd-74bd-77f4-7fef046efb2d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":42.337,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"86f5ce00-11a9-3cc7-c675-c7be865b34d2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"effectiveDateTime":"2017-01-21T05:02:47-08:00","issued":"2017-01-21T05:02:47.440-08:00","valueQuantity":{"value":21.72,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"566f9ef6-0606-3ee5-e8bf-0376dcd790cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":158.51,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"06eab19f-a19b-9997-9f39-a2411cfae168","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"effectiveDateTime":"2017-01-21T05:02:47-08:00","issued":"2017-01-21T05:02:47.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":85,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":129,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"fc5efeac-e85d-5cce-a8f9-8c89d954d2cf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":176.12,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"4d3cf8f5-52cb-e948-8a6a-867afbcc2b28","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"effectiveDateTime":"2017-01-21T05:02:47-08:00","issued":"2017-01-21T05:02:47.440-08:00","valueQuantity":{"value":65,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"942c6521-25c4-9ccc-faf0-4ba7ffa711c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueQuantity":{"value":9.6416,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"20ea47e5-ee61-f418-b136-c54b0bdf9b8b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T19:52:58-07:00","issued":"2012-10-12T19:52:58.316-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"516d42e6-73ec-4b69-c488-29eeeca523a6","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"effectiveDateTime":"2017-01-21T05:02:47-08:00","issued":"2017-01-21T05:02:47.440-08:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"7a599f09-abb1-3416-0ce4-5cea86d5fa10","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"effectiveDateTime":"2017-01-21T05:02:47-08:00","issued":"2017-01-21T05:02:47.440-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"3d8c2b10-25f0-be04-5158-7303ab8bafb9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T20:45:10-07:00","issued":"2012-10-12T20:45:10.316-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30128-5","display":"Medicine or Any Health Care"}],"text":"Medicine or Any Health Care"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7843,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"356 Schinner Rapid Unit 90"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"fb2420f7-056b-3a76-5b8f-d2e366a9e51e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T21:00:58-07:00","issued":"2012-10-12T21:00:58.316-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"8712023d-6528-ff93-1dd4-891c6a17d4a3","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T21:43:20-07:00","issued":"2012-10-12T21:43:20.316-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"4cf1006d-5905-616a-2938-c4eb478f2fca","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"effectiveDateTime":"2017-01-21T05:58:00-08:00","issued":"2017-01-21T05:58:00.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13909-9","display":"Somewhat"}],"text":"Somewhat"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30134-3","display":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}],"text":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":29561,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30191-3","display":"Less than high school degree"}],"text":"Less than high school degree"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"381 Toy Spur Suite 44"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"369fa210-2c06-52ba-fa77-77e593af1d5a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"effectiveDateTime":"2012-10-12T22:21:48-07:00","issued":"2012-10-12T22:21:48.316-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"73649893-5a83-3431-b7f3-593af39e023a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"effectiveDateTime":"2017-01-21T06:20:55-08:00","issued":"2017-01-21T06:20:55.440-08:00","valueQuantity":{"value":14,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"cb07443f-aa26-6f81-d17e-132edc257708","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodytemp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8310-5","display":"Body temperature"},{"system":"http://loinc.org","code":"8331-1","display":"Oral temperature"}],"text":"Body temperature"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f51772e9-6aab-0665-2a53-ea5916333450"},"effectiveDateTime":"2017-09-21T21:02:47-07:00","issued":"2017-09-21T21:02:47.440-07:00","valueQuantity":{"value":37.395,"unit":"Cel","system":"http://unitsofmeasure.org","code":"Cel"}} +{"resourceType":"Observation","id":"f7d401d7-42bf-8ccc-972c-b499f559d2e2","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"procedure","display":"procedure"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"19926-5","display":"FEV1/FVC"}],"text":"FEV1/FVC"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T11:54:23-07:00","issued":"1982-05-08T11:54:23.555-07:00","valueQuantity":{"value":55.587,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"3ce7ebe5-2ec5-16c0-cf00-2719c45ca76c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T11:54:23-07:00","issued":"1982-05-08T11:54:23.555-07:00","valueQuantity":{"value":168.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"e52aff7b-1a32-ef0c-2933-d00152eb09da","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T11:54:23-07:00","issued":"1982-05-08T11:54:23.555-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"a8750371-54e9-8cd1-49c2-1d263d049c4e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T11:54:23-07:00","issued":"1982-05-08T11:54:23.555-07:00","valueQuantity":{"value":85.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"7038eb1d-f36b-6025-82df-d44be5c9b206","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T11:54:23-07:00","issued":"1982-05-08T11:54:23.555-07:00","valueQuantity":{"value":30.22,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"f8def441-bf46-6427-0d9d-3da809fd0189","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T11:54:23-07:00","issued":"1982-05-08T11:54:23.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":79,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":135,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"19083f24-c2bc-3e53-4610-f2a068b1c61c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T11:54:23-07:00","issued":"1982-05-08T11:54:23.555-07:00","valueQuantity":{"value":64,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"74b144ff-60fc-7f17-329a-54d54136047b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T11:54:23-07:00","issued":"1982-05-08T11:54:23.555-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"019ad09a-7569-d7a6-7a25-f1631a0fe6c5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T11:54:23-07:00","issued":"1982-05-08T11:54:23.555-07:00","valueQuantity":{"value":162.99,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"beb75d35-e29c-590b-cb3e-546736e063b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T11:54:23-07:00","issued":"1982-05-08T11:54:23.555-07:00","valueQuantity":{"value":116.68,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"c3d4ffac-0a60-1080-a958-10c1716ca51c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T11:54:23-07:00","issued":"1982-05-08T11:54:23.555-07:00","valueQuantity":{"value":67.94,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"279a3dd5-2c10-94ff-b770-0019a832e184","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T11:54:23-07:00","issued":"1982-05-08T11:54:23.555-07:00","valueQuantity":{"value":71.71,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"9a6e782a-c3a7-5a19-42fe-ff286a069d34","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T11:54:23-07:00","issued":"1982-05-08T11:54:23.555-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"417c9015-c725-b576-b045-421bb14a4cf7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"effectiveDateTime":"2013-10-18T19:52:58-07:00","issued":"2013-10-18T19:52:58.316-07:00","valueQuantity":{"value":174.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"328c2886-0fd5-8acc-d2c7-47bd7bed6920","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"effectiveDateTime":"2013-10-18T19:52:58-07:00","issued":"2013-10-18T19:52:58.316-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"1edd7e21-43db-6778-2d94-2c1f9023a357","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"effectiveDateTime":"2013-10-18T19:52:58-07:00","issued":"2013-10-18T19:52:58.316-07:00","valueQuantity":{"value":84.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"2f3626fd-aae0-90e0-2904-e4e04363e0f0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"effectiveDateTime":"2013-10-18T19:52:58-07:00","issued":"2013-10-18T19:52:58.316-07:00","valueQuantity":{"value":27.95,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"96385520-d0dd-f17f-6c9d-95fa4dfaa64b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"effectiveDateTime":"2013-10-18T19:52:58-07:00","issued":"2013-10-18T19:52:58.316-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":87,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":122,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"534cc9b0-f2db-dc07-e8b6-aa2fed7b865c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T12:36:34-07:00","issued":"1982-05-08T12:36:34.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA27722-0","display":"Less than once a week"}],"text":"Less than once a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30124-4","display":"Utilities"}],"text":"Utilities"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7135,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30138-4","display":"Part-time or temporary work"}],"text":"Part-time or temporary work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"563 Batz Ville"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"6a6440fc-4819-0b1d-194b-69f6a0bf7625","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"effectiveDateTime":"2013-10-18T19:52:58-07:00","issued":"2013-10-18T19:52:58.316-07:00","valueQuantity":{"value":95,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"820a8210-4c11-f8fe-51ae-ddcc2ba5608f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T12:55:54-07:00","issued":"1982-05-08T12:55:54.555-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"51673839-35c1-5840-7ce5-485052f0522a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"effectiveDateTime":"2013-10-18T19:52:58-07:00","issued":"2013-10-18T19:52:58.316-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"c7889e02-25c4-0bc7-e3e3-ffee4326b36f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T13:34:28-07:00","issued":"1982-05-08T13:34:28.555-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"dc8654b5-bb7d-d0e2-9697-0e0cc7ec30cd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"effectiveDateTime":"2013-10-18T19:52:58-07:00","issued":"2013-10-18T19:52:58.316-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"b9d9e1f2-e1db-9b8e-c062-552431ef30a7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"effectiveDateTime":"1982-05-08T14:15:21-07:00","issued":"1982-05-08T14:15:21.555-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"db6deaad-ed4e-78dd-b6c8-140a75a7ea7e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"effectiveDateTime":"2018-01-27T05:02:47-08:00","issued":"2018-01-27T05:02:47.440-08:00","valueQuantity":{"value":181.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"103e3325-6c11-5d82-dc7a-4c23248ebe44","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"effectiveDateTime":"2018-01-27T05:02:47-08:00","issued":"2018-01-27T05:02:47.440-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"19e75fcb-0a9e-b693-c2c0-03567249c12a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"effectiveDateTime":"2018-01-27T05:02:47-08:00","issued":"2018-01-27T05:02:47.440-08:00","valueQuantity":{"value":71.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"bfd49735-2bbf-a323-0437-6bef3938ef7f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"effectiveDateTime":"2018-01-27T05:02:47-08:00","issued":"2018-01-27T05:02:47.440-08:00","valueQuantity":{"value":21.72,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"964f1fcf-f901-8663-a435-2cae2ebe7c5c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"effectiveDateTime":"2013-10-18T20:34:43-07:00","issued":"2013-10-18T20:34:43.316-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13902-4","display":"Quite a bit"}],"text":"Quite a bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30130-1","display":"1 or 2 times a week"}],"text":"1 or 2 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30128-5","display":"Medicine or Any Health Care"}],"text":"Medicine or Any Health Care"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7843,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"356 Schinner Rapid Unit 90"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"eae4dc9a-2405-2bff-e3ba-78719d1473de","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"effectiveDateTime":"2018-01-27T05:02:47-08:00","issued":"2018-01-27T05:02:47.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":72,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":128,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"2398a5e3-86b9-8ac0-d7f0-d34ee1faef4e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"effectiveDateTime":"2013-10-18T21:18:44-07:00","issued":"2013-10-18T21:18:44.316-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e4d35195-7cf2-5c26-da33-7cfef7a536c3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"effectiveDateTime":"2018-01-27T05:02:47-08:00","issued":"2018-01-27T05:02:47.440-08:00","valueQuantity":{"value":81,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"9183be13-0d15-9705-12c3-0606468a61df","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"effectiveDateTime":"2013-10-18T21:54:09-07:00","issued":"2013-10-18T21:54:09.316-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"a83b5029-29ca-ec79-22d0-02fd87be5361","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"effectiveDateTime":"2018-01-27T05:02:47-08:00","issued":"2018-01-27T05:02:47.440-08:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"0b35a105-e9f4-76ae-831a-b2f7429885b3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"effectiveDateTime":"2018-01-27T05:02:47-08:00","issued":"2018-01-27T05:02:47.440-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"da9c520a-1143-638a-61af-78c0e02de5d1","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"effectiveDateTime":"2018-01-27T05:49:43-08:00","issued":"2018-01-27T05:49:43.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA27722-0","display":"Less than once a week"}],"text":"Less than once a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30134-3","display":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}],"text":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":29561,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30191-3","display":"Less than high school degree"}],"text":"Less than high school degree"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"381 Toy Spur Suite 44"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"10d6f10a-7e6c-084f-13cb-45ddf6458484","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"effectiveDateTime":"2018-01-27T06:08:58-08:00","issued":"2018-01-27T06:08:58.440-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"78e92ed0-ee63-a772-422b-1624c8c3bd1c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"effectiveDateTime":"2018-01-27T06:50:37-08:00","issued":"2018-01-27T06:50:37.440-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"8e393ab2-daad-7fd8-5451-cfff999d5eb2","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/81313396-3880-5c56-897b-45951c72a28e"},"effectiveDateTime":"2012-06-04T03:01:44-07:00","issued":"2012-06-04T03:01:44.723-07:00","valueQuantity":{"value":6,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"8ee786fd-6c63-dce1-6399-eb3b7b651d0f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"91148-7","display":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"}],"text":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/6df30476-5968-a8e1-3119-c47785130af8"},"effectiveDateTime":"2014-02-02T18:52:58-08:00","issued":"2014-02-02T18:52:58.316-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"91146-1","display":"What number best describes how, during the past week, pain has interfered with your general activity?"}],"text":"What number best describes how, during the past week, pain has interfered with your general activity?"},"valueQuantity":{"value":8.5634,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"91145-3","display":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"}],"text":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"},"valueQuantity":{"value":9.2517,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"75893-8","display":"What number best describes your pain on average in the past week?"}],"text":"What number best describes your pain on average in the past week?"},"valueQuantity":{"value":7.2638,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}}]} +{"resourceType":"Observation","id":"8c0db60a-6705-07b9-5188-cd41ad2f8eea","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"65750-2","display":"Drugs of abuse 5 panel - Urine by Screen method"}],"text":"Drugs of abuse 5 panel - Urine by Screen method"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/6df30476-5968-a8e1-3119-c47785130af8"},"effectiveDateTime":"2014-02-02T18:52:58-08:00","issued":"2014-02-02T18:52:58.316-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"260385009","display":"Negative (qualifier value)"}],"text":"Negative (qualifier value)"}} +{"resourceType":"Observation","id":"3bbbb7b0-5d98-1c91-0d1c-6a7f860a7fb5","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"procedure","display":"procedure"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"19926-5","display":"FEV1/FVC"}],"text":"FEV1/FVC"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"effectiveDateTime":"1982-07-10T11:54:23-07:00","issued":"1982-07-10T11:54:23.555-07:00","valueQuantity":{"value":63.515,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"3f2dec15-9ffd-c57f-5e5b-ee23bd756c19","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"effectiveDateTime":"1982-07-10T11:54:23-07:00","issued":"1982-07-10T11:54:23.555-07:00","valueQuantity":{"value":168.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"3454975e-d95a-8016-8d0f-e2d944552188","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"effectiveDateTime":"1982-07-10T11:54:23-07:00","issued":"1982-07-10T11:54:23.555-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"bf4ade4a-d742-e284-3a9f-69d780609550","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"effectiveDateTime":"1982-07-10T11:54:23-07:00","issued":"1982-07-10T11:54:23.555-07:00","valueQuantity":{"value":85.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"db3b25cf-2e49-fddf-be0c-ef77ad741942","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"effectiveDateTime":"1982-07-10T11:54:23-07:00","issued":"1982-07-10T11:54:23.555-07:00","valueQuantity":{"value":30.22,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"1888bbf3-89ab-1f34-e925-58aea33c54ee","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"effectiveDateTime":"1982-07-10T11:54:23-07:00","issued":"1982-07-10T11:54:23.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":76,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":127,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"3670aafe-6fa6-0de0-d136-04d868fb1e10","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"effectiveDateTime":"1982-07-10T11:54:23-07:00","issued":"1982-07-10T11:54:23.555-07:00","valueQuantity":{"value":75,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"0b421acf-4930-5b1e-177a-a7b531dce449","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"effectiveDateTime":"1982-07-10T11:54:23-07:00","issued":"1982-07-10T11:54:23.555-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"1570e48d-2ab3-96e1-d100-3fb8008ca411","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"effectiveDateTime":"1982-07-10T11:54:23-07:00","issued":"1982-07-10T11:54:23.555-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"2afdd819-00ca-d8a2-0e53-4c561312d7d7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"65750-2","display":"Drugs of abuse 5 panel - Urine by Screen method"}],"text":"Drugs of abuse 5 panel - Urine by Screen method"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f420f085-39b7-f081-b8d6-b19a60fd1f88"},"effectiveDateTime":"2014-03-16T23:52:58-07:00","issued":"2014-03-16T23:52:58.316-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"260385009","display":"Negative (qualifier value)"}],"text":"Negative (qualifier value)"}} +{"resourceType":"Observation","id":"c55e52a5-6eaa-2635-0633-9106a8692526","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"effectiveDateTime":"2019-02-02T05:02:47-08:00","issued":"2019-02-02T05:02:47.440-08:00","valueQuantity":{"value":181.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"c0bb1dee-29a2-f896-413d-4dabf3e0f473","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"effectiveDateTime":"2019-02-02T05:02:47-08:00","issued":"2019-02-02T05:02:47.440-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"4606941f-ee79-a8ee-c832-15ace07c245e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"91148-7","display":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"}],"text":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f420f085-39b7-f081-b8d6-b19a60fd1f88"},"effectiveDateTime":"2014-03-16T23:52:58-07:00","issued":"2014-03-16T23:52:58.316-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"91146-1","display":"What number best describes how, during the past week, pain has interfered with your general activity?"}],"text":"What number best describes how, during the past week, pain has interfered with your general activity?"},"valueQuantity":{"value":2.2369,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"91145-3","display":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"}],"text":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"},"valueQuantity":{"value":7.4755,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"75893-8","display":"What number best describes your pain on average in the past week?"}],"text":"What number best describes your pain on average in the past week?"},"valueQuantity":{"value":5.8341,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}}]} +{"resourceType":"Observation","id":"9db9c964-3c98-f022-611b-cff39b50e92d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"effectiveDateTime":"2019-02-02T05:02:47-08:00","issued":"2019-02-02T05:02:47.440-08:00","valueQuantity":{"value":71.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"300db78b-ad43-6ab0-6205-353040645b9a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"effectiveDateTime":"2019-02-02T05:02:47-08:00","issued":"2019-02-02T05:02:47.440-08:00","valueQuantity":{"value":21.72,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"65b3977b-79d3-f8ff-0855-a459b61ab703","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"effectiveDateTime":"2019-02-02T05:02:47-08:00","issued":"2019-02-02T05:02:47.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":80,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":112,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"157ab59b-54ad-da31-0d89-167d055ba43d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"effectiveDateTime":"2019-02-02T05:02:47-08:00","issued":"2019-02-02T05:02:47.440-08:00","valueQuantity":{"value":72,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"9ecb3c82-5eb9-7de4-15ca-ac7c991f94eb","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"effectiveDateTime":"1982-07-10T12:36:25-07:00","issued":"1982-07-10T12:36:25.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13902-4","display":"Quite a bit"}],"text":"Quite a bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7135,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"563 Batz Ville"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"a8cc14ae-5655-3a79-bb5e-c152d40ac987","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"effectiveDateTime":"2019-02-02T05:02:47-08:00","issued":"2019-02-02T05:02:47.440-08:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"2c459643-b7e4-74fe-afde-a99b245106db","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"effectiveDateTime":"1982-07-10T13:10:04-07:00","issued":"1982-07-10T13:10:04.555-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"6cdb9311-0987-2913-edf6-082f15f73397","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"effectiveDateTime":"2019-02-02T05:02:47-08:00","issued":"2019-02-02T05:02:47.440-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"865e2715-76a3-e5ba-a4aa-319c399a2315","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"effectiveDateTime":"1982-07-10T13:51:10-07:00","issued":"1982-07-10T13:51:10.555-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"1a4baa8c-2df9-5026-f261-8d49263883f6","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"effectiveDateTime":"1982-07-10T14:31:28-07:00","issued":"1982-07-10T14:31:28.555-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"376fa044-cf06-7974-584f-171d002fbbee","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"effectiveDateTime":"2019-02-02T05:45:50-08:00","issued":"2019-02-02T05:45:50.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13909-9","display":"Somewhat"}],"text":"Somewhat"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30130-1","display":"1 or 2 times a week"}],"text":"1 or 2 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30134-3","display":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}],"text":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30128-5","display":"Medicine or Any Health Care"}],"text":"Medicine or Any Health Care"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":29561,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30137-6","display":"Otherwise unemployed but not seeking work"}],"text":"Otherwise unemployed but not seeking work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30191-3","display":"Less than high school degree"}],"text":"Less than high school degree"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"381 Toy Spur Suite 44"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"033046ab-66b9-03c3-3097-8c4726070073","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"effectiveDateTime":"2019-02-02T06:10:34-08:00","issued":"2019-02-02T06:10:34.440-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"6f368d8d-e573-f887-ad4d-d39938a6c040","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"effectiveDateTime":"2019-02-02T06:44:48-08:00","issued":"2019-02-02T06:44:48.440-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"21a17766-e98d-3ba0-6fcc-18a7efbbb1b6","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"effectiveDateTime":"2019-02-02T07:20:46-08:00","issued":"2019-02-02T07:20:46.440-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f10750ea-e446-10e8-a5d2-4fc7be0f0927","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":166.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"719a3ec1-beca-bcc9-66ec-6c7da5c06e12","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"cc4caf03-78c1-6ee2-edf9-d3af3d68ed18","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":83.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"58caf45d-12be-f495-6116-e145be0413ad","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":30.12,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"e96d6e6b-0ae0-5d3b-5f2a-4487115c1bc4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":87,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":102,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"c54228e0-53dc-7b44-318f-546394c34b98","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":96,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"5db4ba00-2a49-d3a3-d820-d50f639d0da8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"d2311450-d349-9f68-96b2-02d027120502","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2339-0","display":"Glucose"}],"text":"Glucose"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":91.07,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"3e13055f-ef97-7035-7069-26449e25e8c7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodytemp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8310-5","display":"Body temperature"},{"system":"http://loinc.org","code":"8331-1","display":"Oral temperature"}],"text":"Body temperature"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e8f364c1-7a13-7b7e-9225-e702ee427cbe"},"effectiveDateTime":"2013-10-13T17:56:45-07:00","issued":"2013-10-13T17:56:45.638-07:00","valueQuantity":{"value":37.155,"unit":"Cel","system":"http://unitsofmeasure.org","code":"Cel"}} +{"resourceType":"Observation","id":"d674b88a-1b15-f47a-a5fb-36bc7b24762c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"effectiveDateTime":"2017-06-07T17:06:21-07:00","issued":"2017-06-07T17:06:21.361-07:00","valueQuantity":{"value":163.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"48452b14-8bed-cffe-ca35-152a7a173812","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"effectiveDateTime":"2017-06-07T17:06:21-07:00","issued":"2017-06-07T17:06:21.361-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"99605bb6-81ec-a5a4-8a70-1051ecafc677","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"effectiveDateTime":"2017-06-07T17:06:21-07:00","issued":"2017-06-07T17:06:21.361-07:00","valueQuantity":{"value":78.2,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"37228671-74cc-e6a0-5364-43b4f2380c22","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"effectiveDateTime":"2017-06-07T17:06:21-07:00","issued":"2017-06-07T17:06:21.361-07:00","valueQuantity":{"value":29.26,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"e55992cc-f0ad-29ef-b454-9775515f5a4f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"effectiveDateTime":"2017-06-07T17:06:21-07:00","issued":"2017-06-07T17:06:21.361-07:00","valueQuantity":{"value":97.835,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"4ab77957-48db-96bc-0d70-e4e1f550f3b2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"effectiveDateTime":"2017-06-07T17:06:21-07:00","issued":"2017-06-07T17:06:21.361-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":72,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":118,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"70033e22-707a-8069-7adc-114b6ae14a5c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"effectiveDateTime":"2020-02-08T05:02:47-08:00","issued":"2020-02-08T05:02:47.440-08:00","valueQuantity":{"value":181.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"9bc7733b-f4fa-e0b3-645d-a317cd8e76d3","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"effectiveDateTime":"2020-02-08T05:02:47-08:00","issued":"2020-02-08T05:02:47.440-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"b8e3e4eb-af17-40e8-7581-0d7cece8050a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"effectiveDateTime":"2020-02-08T05:02:47-08:00","issued":"2020-02-08T05:02:47.440-08:00","valueQuantity":{"value":71.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"a89cf6ad-3b99-2b8c-764f-54a9d5dc6773","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"effectiveDateTime":"2020-02-08T05:02:47-08:00","issued":"2020-02-08T05:02:47.440-08:00","valueQuantity":{"value":21.72,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"e944c43e-33cd-8b66-0abc-e4f2ab372c96","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"effectiveDateTime":"2020-02-08T05:02:47-08:00","issued":"2020-02-08T05:02:47.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":86,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":133,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"80a475ee-44c2-a473-5ea7-caae8545a324","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"effectiveDateTime":"2020-02-08T05:02:47-08:00","issued":"2020-02-08T05:02:47.440-08:00","valueQuantity":{"value":89,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"baf01518-efb8-281d-7fa7-0462e4192b4c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"effectiveDateTime":"2020-02-08T05:02:47-08:00","issued":"2020-02-08T05:02:47.440-08:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"3784a4f0-8dff-d8ad-1d7a-531fe88cc94c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"effectiveDateTime":"2020-02-08T05:02:47-08:00","issued":"2020-02-08T05:02:47.440-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"aa688380-f380-6ffd-1cfc-2d292c78cd4a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"effectiveDateTime":"2020-02-08T06:00:15-08:00","issued":"2020-02-08T06:00:15.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA27722-0","display":"Less than once a week"}],"text":"Less than once a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30134-3","display":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}],"text":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":29561,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30191-3","display":"Less than high school degree"}],"text":"Less than high school degree"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"381 Toy Spur Suite 44"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"e28256ef-1ff3-bd70-136d-b6d7add8a464","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"effectiveDateTime":"2020-02-08T06:39:22-08:00","issued":"2020-02-08T06:39:22.440-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f8fb0b00-a314-2f26-6b0e-e5c0b0542704","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"effectiveDateTime":"2020-02-08T07:16:27-08:00","issued":"2020-02-08T07:16:27.440-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"d0b53f92-3fae-c3ae-ad8c-f617cc3aa1c4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6299-2","display":"Urea Nitrogen"}],"text":"Urea Nitrogen"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":16.5,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"c9112ceb-eec1-e3b6-006a-b4d54cbff9df","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38483-4","display":"Creatinine"}],"text":"Creatinine"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":1.14,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"bd91a0ea-cf9c-9b9e-aec8-0fa61ff44bd8","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"65750-2","display":"Drugs of abuse 5 panel - Urine by Screen method"}],"text":"Drugs of abuse 5 panel - Urine by Screen method"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/bd253652-655c-a27f-37f6-839a82334e09"},"effectiveDateTime":"2014-05-15T23:52:58-07:00","issued":"2014-05-15T23:52:58.316-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"260385009","display":"Negative (qualifier value)"}],"text":"Negative (qualifier value)"}} +{"resourceType":"Observation","id":"a8d31a66-9a31-f154-41ca-85070faaea1e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"49765-1","display":"Calcium"}],"text":"Calcium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":8.75,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"e91bafd2-b709-96c9-83e1-27ec1f7dcf68","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"91148-7","display":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"}],"text":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/bd253652-655c-a27f-37f6-839a82334e09"},"effectiveDateTime":"2014-05-15T23:52:58-07:00","issued":"2014-05-15T23:52:58.316-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"91146-1","display":"What number best describes how, during the past week, pain has interfered with your general activity?"}],"text":"What number best describes how, during the past week, pain has interfered with your general activity?"},"valueQuantity":{"value":6.9433,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"91145-3","display":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"}],"text":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"},"valueQuantity":{"value":5.1878,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"75893-8","display":"What number best describes your pain on average in the past week?"}],"text":"What number best describes your pain on average in the past week?"},"valueQuantity":{"value":5.1203,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}}]} +{"resourceType":"Observation","id":"12d2399f-33d2-df89-38d3-5491bd15c366","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2947-0","display":"Sodium"}],"text":"Sodium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":140.32,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"d6308db6-73c2-5b71-6f43-4a559ff5083f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6298-4","display":"Potassium"}],"text":"Potassium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":3.92,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"18c8348b-aca4-af5f-e09e-d47b916ffe92","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2069-3","display":"Chloride"}],"text":"Chloride"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":110.56,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"77878f2d-422a-3446-9511-c811a18a19b4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"20565-8","display":"Carbon Dioxide"}],"text":"Carbon Dioxide"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":27.18,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"3f82fd8b-062f-f55a-ae8a-65da3d6a80a2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":193.79,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"bbba216b-e0d4-69f6-aebf-585df49f348e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":103.23,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"80f9dca4-9a03-69bf-4e4e-ff48788d9b9a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":94.68,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"32237e87-dd8a-bf0a-6137-9bf04c1a73e2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":78.46,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"aeb4d499-c7fa-fb7a-10cd-333561af72c0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"32f41289-78ae-72ed-504b-388eab65144a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4548-4","display":"Hemoglobin A1c/Hemoglobin.total in Blood"}],"text":"Hemoglobin A1c/Hemoglobin.total in Blood"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:01:44-08:00","issued":"2012-12-30T02:01:44.723-08:00","valueQuantity":{"value":6.04,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"0fddc55c-768a-8099-5c6d-5664387b5f1f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T02:51:14-08:00","issued":"2012-12-30T02:51:14.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":38347,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30137-6","display":"Otherwise unemployed but not seeking work"}],"text":"Otherwise unemployed but not seeking work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"322 Carroll Village"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"282245ea-b7ad-7a71-615b-e79abcb4a063","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T03:19:09-08:00","issued":"2012-12-30T03:19:09.723-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e2635e92-027d-f6cd-f1ed-f66f65d16407","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T03:56:21-08:00","issued":"2012-12-30T03:56:21.723-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"46ba1821-3eb6-4849-c90b-d485519d2d4d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"effectiveDateTime":"2012-12-30T04:30:05-08:00","issued":"2012-12-30T04:30:05.723-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"4d5972aa-da92-d024-ec2f-7ace04365d2e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"procedure","display":"procedure"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"19926-5","display":"FEV1/FVC"}],"text":"FEV1/FVC"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"effectiveDateTime":"1983-05-14T11:54:23-07:00","issued":"1983-05-14T11:54:23.555-07:00","valueQuantity":{"value":57.796,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"7c89c997-ee04-9164-34bf-92a567d0ca6d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"effectiveDateTime":"1983-05-14T11:54:23-07:00","issued":"1983-05-14T11:54:23.555-07:00","valueQuantity":{"value":168.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"15f100e8-fb06-26d2-d26e-aa6700b244f2","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"effectiveDateTime":"1983-05-14T11:54:23-07:00","issued":"1983-05-14T11:54:23.555-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"da0932c5-d38e-ea4f-29d0-9edd9c8cee55","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"effectiveDateTime":"1983-05-14T11:54:23-07:00","issued":"1983-05-14T11:54:23.555-07:00","valueQuantity":{"value":85.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"b5ed4bb3-77e6-0ece-23bf-05841685b194","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"effectiveDateTime":"1983-05-14T11:54:23-07:00","issued":"1983-05-14T11:54:23.555-07:00","valueQuantity":{"value":30.22,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"285fefcb-9f3d-564b-aba1-dd6b35446c24","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"effectiveDateTime":"1983-05-14T11:54:23-07:00","issued":"1983-05-14T11:54:23.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":80,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":109,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"b88e68c9-8c73-e8fc-8e4b-14c9c90c2832","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"effectiveDateTime":"2014-10-24T19:52:58-07:00","issued":"2014-10-24T19:52:58.316-07:00","valueQuantity":{"value":174.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"8a04f051-e56c-b2fb-6f17-ea60c4b51449","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"effectiveDateTime":"1983-05-14T11:54:23-07:00","issued":"1983-05-14T11:54:23.555-07:00","valueQuantity":{"value":64,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"b4164b46-364a-b5c8-f7d1-436e8dec796b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"effectiveDateTime":"2014-10-24T19:52:58-07:00","issued":"2014-10-24T19:52:58.316-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"ba7e1565-562a-47c4-7827-1e4d9b8470a7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"effectiveDateTime":"1983-05-14T11:54:23-07:00","issued":"1983-05-14T11:54:23.555-07:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"17e44012-73dd-7bef-fabf-b4e099f83517","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"effectiveDateTime":"1983-05-14T11:54:23-07:00","issued":"1983-05-14T11:54:23.555-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"a2686ccd-2913-757d-76f7-52c8a0e834bd","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"effectiveDateTime":"2014-10-24T19:52:58-07:00","issued":"2014-10-24T19:52:58.316-07:00","valueQuantity":{"value":84.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"060026b9-3784-363c-0893-f221649bfc38","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"effectiveDateTime":"2014-10-24T19:52:58-07:00","issued":"2014-10-24T19:52:58.316-07:00","valueQuantity":{"value":27.95,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"ea21af09-feff-8996-d716-ba9c9c40b30d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"effectiveDateTime":"2014-10-24T19:52:58-07:00","issued":"2014-10-24T19:52:58.316-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":86,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":136,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"96222890-0ee3-161b-9de2-e56b496b98be","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"effectiveDateTime":"1983-05-14T12:30:24-07:00","issued":"1983-05-14T12:30:24.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30124-4","display":"Utilities"}],"text":"Utilities"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7135,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"563 Batz Ville"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"ff43d665-a502-0442-14d3-46e5d811e662","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"effectiveDateTime":"2014-10-24T19:52:58-07:00","issued":"2014-10-24T19:52:58.316-07:00","valueQuantity":{"value":73,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"48463cc6-e503-9274-4268-4f09c6b6b95c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"effectiveDateTime":"1983-05-14T13:09:06-07:00","issued":"1983-05-14T13:09:06.555-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"4049225f-acbb-8509-a4f3-a10939716f66","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"effectiveDateTime":"2014-10-24T19:52:58-07:00","issued":"2014-10-24T19:52:58.316-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"3bb9c7fb-a581-7704-2989-2aa1d9daa2a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"effectiveDateTime":"2014-10-24T19:52:58-07:00","issued":"2014-10-24T19:52:58.316-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"df444a71-b3e6-830a-db01-63370e08a09e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"effectiveDateTime":"2014-10-24T20:29:20-07:00","issued":"2014-10-24T20:29:20.316-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7843,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"356 Schinner Rapid Unit 90"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"1be2c231-e317-6463-c1b6-30e0b8d89b91","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"effectiveDateTime":"2014-10-24T21:05:41-07:00","issued":"2014-10-24T21:05:41.316-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"47a80330-71de-18c7-b772-c0eef2f9dc6c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"procedure","display":"procedure"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"19926-5","display":"FEV1/FVC"}],"text":"FEV1/FVC"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"effectiveDateTime":"1984-05-19T11:54:23-07:00","issued":"1984-05-19T11:54:23.555-07:00","valueQuantity":{"value":74.609,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"ec0a1860-dfef-f070-558c-8c4618f5026b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"effectiveDateTime":"1984-05-19T11:54:23-07:00","issued":"1984-05-19T11:54:23.555-07:00","valueQuantity":{"value":168.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"f0162cd0-0d3e-72bd-ce6a-11be758a3d83","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"effectiveDateTime":"1984-05-19T11:54:23-07:00","issued":"1984-05-19T11:54:23.555-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"94d64572-db63-1a61-7bda-66cac79b6ba7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"effectiveDateTime":"1984-05-19T11:54:23-07:00","issued":"1984-05-19T11:54:23.555-07:00","valueQuantity":{"value":85.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"932e2380-d13c-dca0-f7ed-835bfd0b4809","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"effectiveDateTime":"1984-05-19T11:54:23-07:00","issued":"1984-05-19T11:54:23.555-07:00","valueQuantity":{"value":30.22,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"3bcf5c7b-9f21-fb00-9282-438390dd75f0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"effectiveDateTime":"1984-05-19T11:54:23-07:00","issued":"1984-05-19T11:54:23.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":86,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":113,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"28086e72-19f0-bc40-5680-5f5d17cbe4cf","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"effectiveDateTime":"1984-05-19T11:54:23-07:00","issued":"1984-05-19T11:54:23.555-07:00","valueQuantity":{"value":93,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"e7ba547f-51be-4089-7cdf-7d2785c5e193","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"effectiveDateTime":"1984-05-19T11:54:23-07:00","issued":"1984-05-19T11:54:23.555-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"93745f94-9921-e4e3-8a0a-c1b8f93e693c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"effectiveDateTime":"1984-05-19T11:54:23-07:00","issued":"1984-05-19T11:54:23.555-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"c5218e1a-9596-1d77-5d4b-9664bf00dc13","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","valueQuantity":{"value":166.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"14010c4b-b903-1105-a55d-50555a79c3bb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"effectiveDateTime":"2017-06-07T17:06:21-07:00","issued":"2017-06-07T17:06:21.361-07:00","valueQuantity":{"value":71,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"d1941791-44ec-0c7e-4df4-ec3c425bc61b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"effectiveDateTime":"2017-06-07T17:06:21-07:00","issued":"2017-06-07T17:06:21.361-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"5d1b0be6-5dbd-29b5-e32a-f9763eb1e287","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"effectiveDateTime":"2017-06-07T17:06:21-07:00","issued":"2017-06-07T17:06:21.361-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"dff3a95a-93c6-0176-694f-58e11f0f40bc","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"effectiveDateTime":"2017-06-07T17:46:29-07:00","issued":"2017-06-07T17:46:29.361-07:00","valueQuantity":{"value":7,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"29b44409-8249-147f-da5b-3f79f95af19d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"69a715f0-20b3-3cd1-a505-bb43632e6d19","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","valueQuantity":{"value":83.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"633fca47-9988-b998-306d-c24f25faff72","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","valueQuantity":{"value":30.12,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"dc21378b-8d4b-d130-f039-95605284960c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":75,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":124,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"a6aafce9-5bf0-49c7-3d8c-c73cb1f2c207","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","valueQuantity":{"value":86,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"0dcf9235-ae45-6c41-79f4-4fc5abe8cfc4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"336e577e-ff0e-e9e9-8142-8311497490af","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"effectiveDateTime":"1984-05-19T12:38:35-07:00","issued":"1984-05-19T12:38:35.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13909-9","display":"Somewhat"}],"text":"Somewhat"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA27722-0","display":"Less than once a week"}],"text":"Less than once a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7135,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30137-6","display":"Otherwise unemployed but not seeking work"}],"text":"Otherwise unemployed but not seeking work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"563 Batz Ville"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"3bc7640c-136b-4d0f-b254-9bb10f3e3449","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueQuantity":{"value":181.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"e6755cc9-775f-5107-9fd4-9189f7db7225","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"742b5c10-0426-3164-2db8-3857e6ecca24","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueQuantity":{"value":71.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"8d0bd587-fd5f-9039-e986-f6263443e15a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueQuantity":{"value":21.72,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"21199328-b3ea-82f5-3bc2-e40c5df26770","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":83,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":113,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"e6815e45-c0cc-211d-4639-48d845eda671","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueQuantity":{"value":76,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"fae6b4cd-b063-ca3b-d50d-99ea40babbe5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"d4700ece-38c9-5716-98f9-265e137ccf1f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueQuantity":{"value":9.5462,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"20137839-6b40-aa22-cc37-d0707b7fd8d3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueQuantity":{"value":5.4535,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"7b6c82ea-9f71-5339-583c-791bc7efcfeb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueQuantity":{"value":15.056,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"a570d4ea-86c8-3a8b-06ce-020549154f9a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueQuantity":{"value":40.291,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"aaf09df9-bcbf-f4e3-b6d5-dd652117b1fa","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":170.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"bb16e239-ab62-ca33-16e5-87d44461aac4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"c070caa5-f1f6-ebaa-f8a2-969d4bc3e516","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":60.4,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"fd05717b-b684-7083-74fa-c50c5a67af25","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":20.79,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"5ea1334a-b745-f8ca-afb3-0f096900a176","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":52.45,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"f3f7dd92-174d-e130-05bf-3a55291528db","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":87,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":112,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"a368a3a6-b82a-601e-d0b2-301429f13b9c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":67,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"1911fdda-6005-e00b-d11b-ea89aef2adf3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"0c21d6d9-d5c2-2b12-13b1-fb28ade1d9bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":8.6811,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"e330ab56-1d62-3bbe-176b-eccb18008d6f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":5.3375,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"9826e322-6842-d15c-8f98-3c48e58952a7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2339-0","display":"Glucose"}],"text":"Glucose"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","valueQuantity":{"value":68.38,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"1b3c7fe7-2fff-c728-5d8d-063abca47646","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":13.843,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"bcb2e9ad-3e72-5d15-3f67-91134340291e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6299-2","display":"Urea Nitrogen"}],"text":"Urea Nitrogen"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","valueQuantity":{"value":16.5,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"512efbd8-a774-0c49-2c28-30478b5a3ce2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38483-4","display":"Creatinine"}],"text":"Creatinine"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","valueQuantity":{"value":1.13,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"7ec2d12c-58c6-d444-6429-30f90fd179c2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":44.88,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"5219c0a0-633e-789e-b59d-d9f62a22837c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"49765-1","display":"Calcium"}],"text":"Calcium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","valueQuantity":{"value":8.52,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"70c6e235-cd42-f477-604b-083ded9bb254","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":85.924,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"63350028-0e89-36a3-4e98-99686db0030b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2947-0","display":"Sodium"}],"text":"Sodium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","valueQuantity":{"value":139.68,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"34840d26-f7ee-f16b-2abd-543d0b600355","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":32.932,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"bb35c335-4ffc-7235-64ec-33b7e008df44","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6298-4","display":"Potassium"}],"text":"Potassium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","valueQuantity":{"value":4.25,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"f461fa15-29b1-0427-89da-75ab555d783a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":34.09,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"43bae033-3efa-e959-e7e8-85809928e306","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":44.022,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"7a1275dd-e093-6d25-6857-6ba75dfab2b9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2069-3","display":"Chloride"}],"text":"Chloride"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","valueQuantity":{"value":102.55,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"3d623532-08e6-66f6-30b1-2cffe7176dff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":253.17,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"06040182-a755-c417-467b-2eafd848b85d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"20565-8","display":"Carbon Dioxide"}],"text":"Carbon Dioxide"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","valueQuantity":{"value":22.48,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"26dc6ee3-9f1c-1704-de70-79f54d5414a4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":261.78,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"832a11fd-2465-9dac-6b6e-ff59c7d48946","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"7c1ebb22-dddb-8bb6-8e26-333e721f37dd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueQuantity":{"value":11.681,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"cc11fa16-a69f-27e3-3181-30cdbc6e72b5","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4548-4","display":"Hemoglobin A1c/Hemoglobin.total in Blood"}],"text":"Hemoglobin A1c/Hemoglobin.total in Blood"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:01:44-08:00","issued":"2014-01-05T02:01:44.723-08:00","valueQuantity":{"value":6.28,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"3162eb3d-13e8-07bc-ac86-c7a7cd46a853","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T02:43:30-08:00","issued":"2014-01-05T02:43:30.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30124-4","display":"Utilities"}],"text":"Utilities"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":38347,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30137-6","display":"Otherwise unemployed but not seeking work"}],"text":"Otherwise unemployed but not seeking work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"322 Carroll Village"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"5be97473-1d13-9f1e-ff08-141151c8d6bd","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T03:12:48-08:00","issued":"2014-01-05T03:12:48.723-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"d1677c88-652b-4cf9-56d4-590d2e3fda42","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T03:40:45-08:00","issued":"2014-01-05T03:40:45.723-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"48d31120-c255-b67d-dde8-ac579ea4c37b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T19:52:58-07:00","issued":"2015-10-30T19:52:58.316-07:00","valueQuantity":{"value":174.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"212d2b89-af38-0baf-4c58-151131379deb","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T04:23:50-08:00","issued":"2014-01-05T04:23:50.723-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"cf4ac0a9-97c5-e6a4-bd4d-0c3ca1a1132f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T19:52:58-07:00","issued":"2015-10-30T19:52:58.316-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"1159f1ec-f246-5bcf-a38d-fcc943b119cb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T19:52:58-07:00","issued":"2015-10-30T19:52:58.316-07:00","valueQuantity":{"value":84.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"a4d2777c-6f9d-11af-81b6-bfd7c96f66bb","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"effectiveDateTime":"2014-01-05T05:01:45-08:00","issued":"2014-01-05T05:01:45.723-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"c6ffcbb0-5785-dcb9-cc2f-a928986317e8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T19:52:58-07:00","issued":"2015-10-30T19:52:58.316-07:00","valueQuantity":{"value":27.95,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"d2d753e3-5caa-5dbe-ff74-568d99276693","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T19:52:58-07:00","issued":"2015-10-30T19:52:58.316-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":74,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":129,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"945051e1-5282-6fd2-2e07-da0edf6c8164","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T19:52:58-07:00","issued":"2015-10-30T19:52:58.316-07:00","valueQuantity":{"value":61,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"f91d90f5-8aea-2ab4-a752-08cd6fa91dce","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T19:52:58-07:00","issued":"2015-10-30T19:52:58.316-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"5ae64720-d458-0662-4ebd-8658021fe3b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T19:52:58-07:00","issued":"2015-10-30T19:52:58.316-07:00","valueQuantity":{"value":183.96,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"d2e0a41a-3ed9-57cf-6132-954ffecd9b4a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T19:52:58-07:00","issued":"2015-10-30T19:52:58.316-07:00","valueQuantity":{"value":132.14,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"92d7cc95-fe0d-64d3-3ddb-ce4f07abe40c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T19:52:58-07:00","issued":"2015-10-30T19:52:58.316-07:00","valueQuantity":{"value":85.35,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"d27fc5c8-7129-4362-2644-e105ac7fc92d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T19:52:58-07:00","issued":"2015-10-30T19:52:58.316-07:00","valueQuantity":{"value":72.18,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"8d1e152a-a3fd-f800-5841-c3a48f0cc720","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T19:52:58-07:00","issued":"2015-10-30T19:52:58.316-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"3eb6187e-4d9d-8774-320e-f4807afa166d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T20:43:37-07:00","issued":"2015-10-30T20:43:37.316-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30130-1","display":"1 or 2 times a week"}],"text":"1 or 2 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30128-5","display":"Medicine or Any Health Care"}],"text":"Medicine or Any Health Care"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7843,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"356 Schinner Rapid Unit 90"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"e5545a0f-b1d2-efbb-1501-b1ef7b414fc5","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T21:06:10-07:00","issued":"2015-10-30T21:06:10.316-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"2304653d-556c-3c3f-6f29-4c74d4dabd56","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T21:35:06-07:00","issued":"2015-10-30T21:35:06.316-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f1152822-7e15-51c0-7f94-014bbc3a15c9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"effectiveDateTime":"1984-05-19T12:58:19-07:00","issued":"1984-05-19T12:58:19.555-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"9bb0df38-1995-2948-16b0-f722a4cced61","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"effectiveDateTime":"2015-10-30T22:16:57-07:00","issued":"2015-10-30T22:16:57.316-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f95e9f04-c3fe-2945-b719-49bd03696db7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"effectiveDateTime":"1984-05-19T13:34:27-07:00","issued":"1984-05-19T13:34:27.555-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"cae8d6ef-8254-86d3-d7d8-09970c6e0ab0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueQuantity":{"value":84.715,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"bde64726-0cd0-32cb-3c48-c56f4b88a030","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueQuantity":{"value":28.076,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"facab430-9098-05e1-5807-9ef8b1f0a51f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueQuantity":{"value":35.774,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"660c2472-0d5d-e42b-0fa6-7659d5f0f79e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueQuantity":{"value":39.743,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"3c066d88-6e9b-a997-3429-af90edbfaf3b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueQuantity":{"value":192.42,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"140c0017-c17c-0466-a661-6dd780083e83","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueQuantity":{"value":321.17,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"71d12bd0-aa52-02da-7e10-a14ff0fd99db","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueQuantity":{"value":10.884,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"c8791fa9-960f-482d-b5c4-cadbd567778f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:02:47-08:00","issued":"2021-02-13T05:02:47.440-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"293c2a6e-66b4-1cc5-4d0b-9a4bb0bafd2b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T05:52:22-08:00","issued":"2021-02-13T05:52:22.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30130-1","display":"1 or 2 times a week"}],"text":"1 or 2 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30134-3","display":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}],"text":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30124-4","display":"Utilities"}],"text":"Utilities"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":29561,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30191-3","display":"Less than high school degree"}],"text":"Less than high school degree"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"381 Toy Spur Suite 44"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"0112ff79-71b3-cda6-5de1-cabd93806e09","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"effectiveDateTime":"2021-02-13T06:30:34-08:00","issued":"2021-02-13T06:30:34.440-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"73b7d1f0-4959-20b9-ea09-718c0ef6c174","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T04:56:45-07:00","issued":"2014-03-29T04:56:45.638-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"c5b145dd-fe17-0dcc-7e96-806907588ac4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T05:26:15-07:00","issued":"2014-03-29T05:26:15.638-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"ca8af6af-b224-8e96-8fab-4b7c62b7faaf","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"effectiveDateTime":"2014-03-29T06:06:29-07:00","issued":"2014-03-29T06:06:29.638-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e9093f37-a939-d9ab-441a-866df8c6b3f2","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"procedure","display":"procedure"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"19926-5","display":"FEV1/FVC"}],"text":"FEV1/FVC"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T11:54:23-07:00","issued":"1985-05-25T11:54:23.555-07:00","valueQuantity":{"value":57.293,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"09237b9a-48f2-b3e6-0507-f16de166b9fe","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T11:54:23-07:00","issued":"1985-05-25T11:54:23.555-07:00","valueQuantity":{"value":168.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"10b544ae-a771-c32e-a028-ace4c104c092","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T11:54:23-07:00","issued":"1985-05-25T11:54:23.555-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"00c91bcb-dfd6-d0ac-a3fa-873f74c950c9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T11:54:23-07:00","issued":"1985-05-25T11:54:23.555-07:00","valueQuantity":{"value":85.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"09c64577-12cc-b444-9c3f-69d08f3178b3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T11:54:23-07:00","issued":"1985-05-25T11:54:23.555-07:00","valueQuantity":{"value":30.22,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"84686071-8952-3951-4cf0-7185c8e3a121","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T11:54:23-07:00","issued":"1985-05-25T11:54:23.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":78,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":107,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"2beae8f6-8be0-1a94-4ab7-6dbdc69b6cc0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T11:54:23-07:00","issued":"1985-05-25T11:54:23.555-07:00","valueQuantity":{"value":98,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"4c532c44-7e5e-4968-fc46-e972690bf468","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T11:54:23-07:00","issued":"1985-05-25T11:54:23.555-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"7d677059-29c9-f43b-aac7-229b79b8f4b6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T11:54:23-07:00","issued":"1985-05-25T11:54:23.555-07:00","valueQuantity":{"value":178.6,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"b68a53ff-4491-0039-0a10-93d45ebcc0d7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T11:54:23-07:00","issued":"1985-05-25T11:54:23.555-07:00","valueQuantity":{"value":114.2,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"659dab0c-09be-ea49-e1d2-f43cc87a0ea6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T11:54:23-07:00","issued":"1985-05-25T11:54:23.555-07:00","valueQuantity":{"value":91.92,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"0244d728-e4d0-1627-14b1-dc3329fabe4a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","valueQuantity":{"value":166.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"5ff9cfe1-d88d-d6b1-f98d-6d1d981ea771","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"4410b1e9-3bff-055e-dd50-73f99253771b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","valueQuantity":{"value":83.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"a836cbc0-5f96-fa57-6a84-ba3561b76728","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","valueQuantity":{"value":30.12,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"319d9559-4457-a5a2-913f-605e842baa1d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":83,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":123,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"8a7c8fc8-b909-86c7-c3a2-a7000575656f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","valueQuantity":{"value":66,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"a4a4ec3a-dc08-fab6-3472-f0a546fd8c02","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"0e342e26-4900-03e7-f231-513c60555ceb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2339-0","display":"Glucose"}],"text":"Glucose"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","valueQuantity":{"value":69.42,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"e8923cc2-35b1-f0c3-3d7f-3ea098bd8a7d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6299-2","display":"Urea Nitrogen"}],"text":"Urea Nitrogen"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","valueQuantity":{"value":7.27,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"83ba97b7-0370-8442-69b4-3678314a4d83","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38483-4","display":"Creatinine"}],"text":"Creatinine"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","valueQuantity":{"value":1.36,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"9397a316-9a28-84d4-5bc7-6d3d201ee8c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"49765-1","display":"Calcium"}],"text":"Calcium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","valueQuantity":{"value":9.12,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"16323e8d-a86d-d585-133c-da978bdf60e1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2947-0","display":"Sodium"}],"text":"Sodium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","valueQuantity":{"value":137.04,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"6ee71bd8-6fcd-7d5b-e3e6-36f4e31f6c23","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6298-4","display":"Potassium"}],"text":"Potassium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","valueQuantity":{"value":4.13,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"c7f68871-882e-4102-4b3d-be53b281def5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2069-3","display":"Chloride"}],"text":"Chloride"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","valueQuantity":{"value":101.51,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"3fda9e94-566e-b2aa-d229-cc5cbdac184b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"20565-8","display":"Carbon Dioxide"}],"text":"Carbon Dioxide"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","valueQuantity":{"value":21.8,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"9b805ae5-0062-433c-b951-d1a29495eff9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T11:54:23-07:00","issued":"1985-05-25T11:54:23.555-07:00","valueQuantity":{"value":63.83,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"f7eefb44-6751-3b43-764e-28dc8a878d38","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T11:54:23-07:00","issued":"1985-05-25T11:54:23.555-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"6cc73f3b-30e6-f0a2-4746-a07814d0752e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T12:25:01-07:00","issued":"1985-05-25T12:25:01.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7135,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"563 Batz Ville"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"222a6a79-2dba-75a3-57ae-4995b7c99623","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"effectiveDateTime":"1985-05-25T12:45:15-07:00","issued":"1985-05-25T12:45:15.555-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"de79fe30-7395-0b07-8e46-e5408b9c3165","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"effectiveDateTime":"2016-11-04T19:52:58-07:00","issued":"2016-11-04T19:52:58.316-07:00","valueQuantity":{"value":174.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"e4c1e572-8f56-7458-680b-8918c40199e9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"effectiveDateTime":"2016-11-04T19:52:58-07:00","issued":"2016-11-04T19:52:58.316-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"cb40ce84-02e2-72d2-e8b3-9955d4cf89b1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"effectiveDateTime":"2016-11-04T19:52:58-07:00","issued":"2016-11-04T19:52:58.316-07:00","valueQuantity":{"value":84.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"7c1f8e29-4492-8a7c-61dc-0cad11b50ed7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"effectiveDateTime":"2022-02-19T05:02:47-08:00","issued":"2022-02-19T05:02:47.440-08:00","valueQuantity":{"value":181.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"4c1a86e1-3757-1312-ea76-bb3516fac6d7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"effectiveDateTime":"2016-11-04T19:52:58-07:00","issued":"2016-11-04T19:52:58.316-07:00","valueQuantity":{"value":27.95,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"b6a0cea5-089b-32c6-335a-650d4f536b61","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"effectiveDateTime":"2022-02-19T05:02:47-08:00","issued":"2022-02-19T05:02:47.440-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f182fb2e-098c-e8a2-27b1-ac81e1d3c27e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"effectiveDateTime":"2022-02-19T05:02:47-08:00","issued":"2022-02-19T05:02:47.440-08:00","valueQuantity":{"value":71.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"6bb398c9-d166-12c3-0a11-aaec36ae4f35","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"effectiveDateTime":"2016-11-04T19:52:58-07:00","issued":"2016-11-04T19:52:58.316-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":80,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":124,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"215b64d6-126e-9d1c-9cac-526381fcf6a1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"effectiveDateTime":"2022-02-19T05:02:47-08:00","issued":"2022-02-19T05:02:47.440-08:00","valueQuantity":{"value":21.72,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"8e44eb49-7ea3-9a54-1613-0556af568b3c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"effectiveDateTime":"2016-11-04T19:52:58-07:00","issued":"2016-11-04T19:52:58.316-07:00","valueQuantity":{"value":79,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"0bbade72-659a-5dec-d5f8-87d778ac5a04","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"effectiveDateTime":"2016-11-04T19:52:58-07:00","issued":"2016-11-04T19:52:58.316-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"2c889dc2-7f9b-2862-9cc3-41d76fbeee8c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"effectiveDateTime":"2022-02-19T05:02:47-08:00","issued":"2022-02-19T05:02:47.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":78,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":135,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"10280e32-76e3-5474-512a-28756014012a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"effectiveDateTime":"2022-02-19T05:02:47-08:00","issued":"2022-02-19T05:02:47.440-08:00","valueQuantity":{"value":83,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"44b367ec-254c-599a-1505-ea76fd5c4aa5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"effectiveDateTime":"2016-11-04T19:52:58-07:00","issued":"2016-11-04T19:52:58.316-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"ef6155bd-c6b9-5f17-8307-0329046cca9c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"effectiveDateTime":"2022-02-19T05:02:47-08:00","issued":"2022-02-19T05:02:47.440-08:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"642ffce0-9f3e-270f-009b-155cf85bbe91","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"effectiveDateTime":"2022-02-19T05:02:47-08:00","issued":"2022-02-19T05:02:47.440-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"94583aba-b0d7-788c-bee1-ae5767b70bda","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"effectiveDateTime":"2022-02-19T05:33:14-08:00","issued":"2022-02-19T05:33:14.440-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30133-5","display":"Yes, it has kept me from medical appointments or from getting my medications"}],"text":"Yes, it has kept me from medical appointments or from getting my medications"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":29561,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30137-6","display":"Otherwise unemployed but not seeking work"}],"text":"Otherwise unemployed but not seeking work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30191-3","display":"Less than high school degree"}],"text":"Less than high school degree"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"381 Toy Spur Suite 44"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"84bbd312-0a7a-2ce4-698b-60df93bca53d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"effectiveDateTime":"2022-02-19T05:53:21-08:00","issued":"2022-02-19T05:53:21.440-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"25105099-7d4a-1182-f882-91261a2d8388","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"effectiveDateTime":"2022-02-19T06:28:30-08:00","issued":"2022-02-19T06:28:30.440-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"be1b115d-4bf9-dc30-c155-a5b5ff653271","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"f3150850-44f9-e77b-b43d-0298bc70fc08","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4548-4","display":"Hemoglobin A1c/Hemoglobin.total in Blood"}],"text":"Hemoglobin A1c/Hemoglobin.total in Blood"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:01:44-08:00","issued":"2015-01-11T02:01:44.723-08:00","valueQuantity":{"value":5.82,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"22a0bdfe-0362-6928-42cd-2e9faf32fd4d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T02:56:29-08:00","issued":"2015-01-11T02:56:29.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":38347,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"322 Carroll Village"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"01e5d605-3c82-3169-1457-d1e2f0260da1","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T03:25:22-08:00","issued":"2015-01-11T03:25:22.723-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"704a9e38-7f66-c72a-15c0-b743d4f93d44","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"effectiveDateTime":"2015-01-11T03:59:07-08:00","issued":"2015-01-11T03:59:07.723-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"08c93534-03af-8b79-90d4-13bd07775594","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"procedure","display":"procedure"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"19926-5","display":"FEV1/FVC"}],"text":"FEV1/FVC"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":55.864,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"a9d2f903-80a8-2fdd-c9eb-8e019c1bb4f4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":168.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"f78db9b2-ab49-c606-1e02-8d19e9923065","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"8d9f0b57-a315-7fbf-e625-3203b8e5920f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":85.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"28ffe631-20a5-5d74-4495-44bfdc97c591","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":30.22,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"96a2f3af-1786-9cd1-4fac-b84f70d796c4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"effectiveDateTime":"2016-11-04T20:33:17-07:00","issued":"2016-11-04T20:33:17.316-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13909-9","display":"Somewhat"}],"text":"Somewhat"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA27722-0","display":"Less than once a week"}],"text":"Less than once a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30128-5","display":"Medicine or Any Health Care"}],"text":"Medicine or Any Health Care"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7843,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30138-4","display":"Part-time or temporary work"}],"text":"Part-time or temporary work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"356 Schinner Rapid Unit 90"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"ff600d0d-b4e1-d912-6dee-ca2ceca1b270","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"effectiveDateTime":"2016-11-04T21:01:10-07:00","issued":"2016-11-04T21:01:10.316-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"5c08d8eb-62b6-ad29-2141-7a34fe657211","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":80,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":136,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"b5d213f7-a0b0-a7eb-ff9b-47716f46852e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"effectiveDateTime":"2016-11-04T21:37:09-07:00","issued":"2016-11-04T21:37:09.316-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"49989b20-0ee9-04ad-2fd0-b453a6e0a193","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":69,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"e67f827a-51b7-bc1f-02e0-51384552a052","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"effectiveDateTime":"2016-11-04T22:17:40-07:00","issued":"2016-11-04T22:17:40.316-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"edb2c420-2a36-2b0e-455e-a07bf13e098e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"5b8ca9f3-247a-a54f-bdf9-581fef55c8bc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":5.0931,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"d3daac9e-23ad-da58-b0c5-e7a5c091ae31","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":5.4467,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"7a9071a5-71e4-022d-1fab-df9207905daf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":13.14,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"556ad3d0-cc23-5463-7ac6-53e28ee5e538","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":43.936,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"b4c28b32-a2b9-29ce-aada-edbc32d797e3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":86.464,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"906c02a7-f637-40ea-b27a-39467e7b58b7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":166.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"6234fa30-fb45-d2eb-9478-4ffd37053bcd","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"fe548aae-db2e-3bf7-0c64-6c2e62300d97","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":83.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"164da441-3e48-b20e-8297-c2b00c037ff6","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":30.12,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"8d76bd45-ea69-67a0-e324-10c75e961c81","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":80,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":107,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"4ea2af0f-0000-3c2d-2c35-29fd7e731fcc","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":66,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"c12e29d5-63f0-532f-029d-0f38456c44ed","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"e6dbf3ec-b30f-b537-cf21-e308dbbe453b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2339-0","display":"Glucose"}],"text":"Glucose"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":82.28,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"1bd9683a-389d-5f55-a8c6-4f4080971059","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6299-2","display":"Urea Nitrogen"}],"text":"Urea Nitrogen"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":19.58,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"29e7e7e2-3cfe-64bc-02ba-2fca26790072","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38483-4","display":"Creatinine"}],"text":"Creatinine"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":1.11,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"263f3343-73f9-06a6-712a-96b33de68ec5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"49765-1","display":"Calcium"}],"text":"Calcium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":9.57,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"e287de28-53ae-e675-ec05-7d8c45764c64","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2947-0","display":"Sodium"}],"text":"Sodium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":142.82,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"838c5337-0e05-b61a-6336-b7f2a2272337","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6298-4","display":"Potassium"}],"text":"Potassium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":4.46,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"b7321aad-c740-0aba-b228-fb6e49c92347","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2069-3","display":"Chloride"}],"text":"Chloride"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":104.23,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"9e34584e-5c7e-358e-91af-107adbcf6039","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"20565-8","display":"Carbon Dioxide"}],"text":"Carbon Dioxide"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":24.7,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"9833b495-a5f9-470a-ed26-80e59723a317","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":166.9,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"1292d168-6d53-057f-36fd-f347457a41f3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":28.097,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"308f861c-80ea-b8ed-fa94-69d5a9770a25","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":34.41,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"f1da97d5-4ad4-1771-a053-b64a6f2c9448","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":40.923,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"3fa0b4e9-162d-ecf7-b6f0-5fb84d273913","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":161.34,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"a5e188d0-26df-2bf2-9b23-d84961446732","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":381.67,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"2f28099f-ca64-8690-aacb-7061208281a1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueQuantity":{"value":10.552,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"0f3b99d4-4241-e72f-ac60-d801a9bfcf3d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T11:54:23-07:00","issued":"1986-05-31T11:54:23.555-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"9e1b024f-112e-7c0e-1f2e-d27318c04f98","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T12:48:05-07:00","issued":"1986-05-31T12:48:05.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7135,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"563 Batz Ville"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"fa1e88a1-2249-4a47-39ab-001c53fb890c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T13:06:37-07:00","issued":"1986-05-31T13:06:37.555-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e22ea587-940f-7bfc-ce87-e2b2ce30a412","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"effectiveDateTime":"1986-05-31T13:46:29-07:00","issued":"1986-05-31T13:46:29.555-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f93f2534-0948-a041-6ae6-5758e5dcf456","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":136.12,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"3a3c48b8-7a24-b687-4e21-c438f6464214","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":79.67,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"58cd4989-aa1f-ed57-728f-bbae8bb2a6a0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":60,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"f2bd7c1e-3bf8-aa77-ada5-e1041d71133f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"c3dd2c64-d3b6-085a-9f46-5330c709632d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4548-4","display":"Hemoglobin A1c/Hemoglobin.total in Blood"}],"text":"Hemoglobin A1c/Hemoglobin.total in Blood"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:01:44-08:00","issued":"2016-01-17T02:01:44.723-08:00","valueQuantity":{"value":6.11,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"cec84e85-f3f2-cac4-01a5-2eb607091ae1","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T02:49:50-08:00","issued":"2016-01-17T02:49:50.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13902-4","display":"Quite a bit"}],"text":"Quite a bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":38347,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30137-6","display":"Otherwise unemployed but not seeking work"}],"text":"Otherwise unemployed but not seeking work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"322 Carroll Village"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"d89b06cc-c8d0-79b3-ff23-d8a9e1465795","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T03:06:14-08:00","issued":"2016-01-17T03:06:14.723-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"68523ce3-7446-c67d-7a2d-671282e3b305","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T03:38:37-08:00","issued":"2016-01-17T03:38:37.723-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"0bc5ae3e-b421-9f35-9800-ba76d9c81f76","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"effectiveDateTime":"2016-01-17T04:15:30-08:00","issued":"2016-01-17T04:15:30.723-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"4e8e383b-92c1-83fe-ab5d-0e39c72d716c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueQuantity":{"value":174.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"9c2ae7f4-7ab8-68be-afc9-12477341918a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"cf2cb68a-fe61-3c7f-a556-98dd0237f505","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueQuantity":{"value":84.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"a52b430b-1a39-4613-8885-b43ba5126b1f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueQuantity":{"value":27.95,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"4dda0dc5-031e-a192-822a-afc7b716dc30","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":82,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":111,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"f38b5c96-45d0-894a-6b88-57e897c6bdb9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueQuantity":{"value":93,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"36469f6c-6f76-b9f3-abec-5c3237d133b8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"4a421907-e1be-6626-92ad-2fc515f5733d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueQuantity":{"value":9.3575,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"4147d004-6b0e-6d10-947b-0bf3ca103a3d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueQuantity":{"value":3.9345,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"a88a0c17-d53b-c862-1deb-f92b64e870a5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueQuantity":{"value":16.172,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"01ebe397-a642-658b-0945-020db7fc46b2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueQuantity":{"value":40.78,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"6d069d40-0615-de29-a100-f4de7ad1647f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueQuantity":{"value":94.741,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"c97cea34-15e0-c3bc-85b7-571f805ffedf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueQuantity":{"value":27.891,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"b5b93c40-e740-729c-c30c-6f802059e56c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueQuantity":{"value":34.977,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"8b44bc67-c876-a02d-f67d-89f24a8bdddf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueQuantity":{"value":45.357,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"20b8a59d-5469-1850-226a-da18afa8e0a2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueQuantity":{"value":307.93,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"f12407ca-e5db-5e1c-c1f2-9fec17b40aa3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueQuantity":{"value":411.72,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"dddc371b-ebd5-23cd-f547-72968c37586b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueQuantity":{"value":11.293,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"224e6b75-94e3-cdfc-5465-d59de8c27e6e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T18:52:58-08:00","issued":"2017-11-10T18:52:58.316-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"15cd5448-3714-7610-adab-7c47c00e72a4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T19:33:12-08:00","issued":"2017-11-10T19:33:12.316-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13914-9","display":"Very much"}],"text":"Very much"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7843,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30138-4","display":"Part-time or temporary work"}],"text":"Part-time or temporary work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"356 Schinner Rapid Unit 90"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"d5bda485-5667-1ff4-e114-df3a34d77b58","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T19:53:20-08:00","issued":"2017-11-10T19:53:20.316-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"0730daef-ba53-1709-3e0c-08616448d73f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T20:29:43-08:00","issued":"2017-11-10T20:29:43.316-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"2a2dca9a-5fff-a65e-82fd-b91499f252cb","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"effectiveDateTime":"2017-11-10T21:13:13-08:00","issued":"2017-11-10T21:13:13.316-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"7b7d8515-1701-7388-4f29-974f4e805f3d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodytemp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8310-5","display":"Body temperature"},{"system":"http://loinc.org","code":"8331-1","display":"Oral temperature"}],"text":"Body temperature"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/51378eeb-f878-6011-e87f-a21b0a1699ca"},"effectiveDateTime":"1980-12-22T06:15:12-08:00","issued":"1980-12-22T06:15:12.052-08:00","valueQuantity":{"value":37.153,"unit":"Cel","system":"http://unitsofmeasure.org","code":"Cel"}} +{"resourceType":"Observation","id":"3988496d-59f4-d432-f513-c19c3caf03f4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"effectiveDateTime":"2018-06-13T17:06:21-07:00","issued":"2018-06-13T17:06:21.361-07:00","valueQuantity":{"value":169.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"a6b4637e-c765-d0eb-c746-4fb1b53ebd30","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"effectiveDateTime":"2018-06-13T17:06:21-07:00","issued":"2018-06-13T17:06:21.361-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"3a07b91c-a732-125f-cafe-b7cfd33887c4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"effectiveDateTime":"2018-06-13T17:06:21-07:00","issued":"2018-06-13T17:06:21.361-07:00","valueQuantity":{"value":89.2,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"4b9541d2-d451-3bd8-9b04-b95305c80075","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T11:15:12-07:00","issued":"1981-07-19T11:15:12.052-07:00","valueQuantity":{"value":162,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"ab858835-0c1e-3351-6db4-37cdf96d0108","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"effectiveDateTime":"2018-06-13T17:06:21-07:00","issued":"2018-06-13T17:06:21.361-07:00","valueQuantity":{"value":31.1,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"df8844af-10fd-1ca6-3493-3063e24e8780","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T11:15:12-07:00","issued":"1981-07-19T11:15:12.052-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"8ac41614-d29d-b8b9-9a6d-b741a928e045","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"effectiveDateTime":"2018-06-13T17:06:21-07:00","issued":"2018-06-13T17:06:21.361-07:00","valueQuantity":{"value":98.355,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"d1cc361c-a330-3911-835b-17d6951da0b3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T11:15:12-07:00","issued":"1981-07-19T11:15:12.052-07:00","valueQuantity":{"value":71.6,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"f808b024-a4ce-a074-1ba4-57003d309ccb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T11:15:12-07:00","issued":"1981-07-19T11:15:12.052-07:00","valueQuantity":{"value":27.28,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"36864cc6-4e77-3536-ce97-99545659e170","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T11:15:12-07:00","issued":"1981-07-19T11:15:12.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":97,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":155,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"3bff835e-6689-c85f-310f-0471e75800ef","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T11:15:12-07:00","issued":"1981-07-19T11:15:12.052-07:00","valueQuantity":{"value":69,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"05d7784e-6e3a-da6d-27ad-ca6723f8192b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T11:15:12-07:00","issued":"1981-07-19T11:15:12.052-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"eafba2dc-a4e2-1568-b368-1c2cb08aadd5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T11:15:12-07:00","issued":"1981-07-19T11:15:12.052-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"6c005349-e3f3-2e75-c484-b652dc2e182c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":166.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"a49fbffa-6f66-18c7-b659-5c366c48ff52","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"effectiveDateTime":"2018-06-13T17:06:21-07:00","issued":"2018-06-13T17:06:21.361-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":71,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":124,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"dcb600e6-477c-ae26-e1fc-371987f3c982","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"effectiveDateTime":"2018-06-13T17:06:21-07:00","issued":"2018-06-13T17:06:21.361-07:00","valueQuantity":{"value":66,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"d22a80b6-221a-1b85-f81c-39fbb64034bd","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"effectiveDateTime":"2018-06-13T17:06:21-07:00","issued":"2018-06-13T17:06:21.361-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"d4c58072-9161-e352-f6f5-eef4fef0a8ec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"effectiveDateTime":"2018-06-13T17:06:21-07:00","issued":"2018-06-13T17:06:21.361-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"209c37e7-3995-37c8-3372-a1e5b8ea799a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"effectiveDateTime":"2018-06-13T17:41:08-07:00","issued":"2018-06-13T17:41:08.361-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"909f6d5b-a6ed-d434-0439-4075268f71da","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T11:45:49-07:00","issued":"1981-07-19T11:45:49.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13909-9","display":"Somewhat"}],"text":"Somewhat"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30134-3","display":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}],"text":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":11351,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"958 Johnston Crossroad"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":8,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"0d4f338a-a9b7-4b25-4f5d-d2a62fcfb41d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T12:01:10-07:00","issued":"1981-07-19T12:01:10.052-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"7eca433a-f518-25d8-5744-6e247c666366","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T12:41:59-07:00","issued":"1981-07-19T12:41:59.052-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"309ad9ab-1813-d5a5-b8f7-c1c159a87228","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6206-7","display":"Peanut IgE Ab in Serum"}],"text":"Peanut IgE Ab in Serum"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"},"effectiveDateTime":"2015-02-21T21:24:16-08:00","issued":"2015-02-21T21:24:16.638-08:00","valueQuantity":{"value":0.061282,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"1d763236-3639-8da9-247c-1976fb79d13f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6273-7","display":"Walnut IgE Ab in Serum"}],"text":"Walnut IgE Ab in Serum"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"},"effectiveDateTime":"2015-02-21T21:24:16-08:00","issued":"2015-02-21T21:24:16.638-08:00","valueQuantity":{"value":0.053479,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"bc2b7ebb-fe2b-a39b-4e55-f8422ae1c555","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6082-2","display":"Codfish IgE Ab in Serum"}],"text":"Codfish IgE Ab in Serum"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"},"effectiveDateTime":"2015-02-21T21:24:16-08:00","issued":"2015-02-21T21:24:16.638-08:00","valueQuantity":{"value":0.017051,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"ed95362f-6143-faab-a5c0-08b5390a1d52","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"3be9c334-285b-ae40-cdc7-49d52cafdd99","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T13:15:00-07:00","issued":"1981-07-19T13:15:00.052-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"0ec8d19e-5929-f525-0023-9f0b1eb19111","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":83.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"7fd4a458-4f32-d0ff-5165-87dfa10afe2a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"effectiveDateTime":"1981-07-19T13:55:45-07:00","issued":"1981-07-19T13:55:45.052-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"5e6fc435-6846-d9fd-d072-43431dc936f5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":30.12,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"1dd9b298-4d83-e033-a058-571fcaec0fd8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":82,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":106,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"5b0bdc5e-9fc6-5d8c-fdc4-745019a97a64","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":71,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"71db8c52-0ef0-44b7-1aa1-79bca82657d5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"e342d7d3-4de7-e1b2-c993-9a22ff253903","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2339-0","display":"Glucose"}],"text":"Glucose"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":69.49,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"e8fd619b-5934-786b-bc5f-3fe273f5d79f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6299-2","display":"Urea Nitrogen"}],"text":"Urea Nitrogen"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":8.94,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"922213a8-c673-a9aa-8bb9-da147b0c5fbc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38483-4","display":"Creatinine"}],"text":"Creatinine"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":1.36,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"174a0475-eec5-c22d-43b1-e6e247054d91","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"49765-1","display":"Calcium"}],"text":"Calcium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":9.87,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"7123fb6c-478d-5814-24dc-cf1300e2e37d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2947-0","display":"Sodium"}],"text":"Sodium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":141.12,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"c6574898-ebc0-da7f-064e-66e5779d7c4a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6298-4","display":"Potassium"}],"text":"Potassium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":4.3,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"a48fe39e-ead2-f775-6047-282016f03db5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2069-3","display":"Chloride"}],"text":"Chloride"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":106.61,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"07b905ef-4320-fc07-f0c3-79674bdfef2e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"20565-8","display":"Carbon Dioxide"}],"text":"Carbon Dioxide"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":20.84,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"410ab435-bb24-92b5-22e7-96d04111f8db","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":4.6616,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"e0e1eb15-f898-840f-bde8-efb759e5cee2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":4.1205,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"d1a26319-0596-5d9f-c8cf-0dced9a34ce7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":15.4,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"025c1fe1-d3ad-2306-4373-59794834c5d3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":36.419,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"f4de3ea4-8a4f-6d64-23c8-4f58000bcbd7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":86.982,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"8f83b7d8-7af9-9cfd-95e5-fb23bd3bf4b0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":32.289,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"fe9e082a-4857-0118-86e2-cbbf64c71e2c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":33.688,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"8c126929-f106-4625-550e-bdaf941588a4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6246-3","display":"Shrimp IgE Ab in Serum"}],"text":"Shrimp IgE Ab in Serum"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"},"effectiveDateTime":"2015-02-21T21:24:16-08:00","issued":"2015-02-21T21:24:16.638-08:00","valueQuantity":{"value":0.17824,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"a94c2096-c3a4-1947-92a3-22f4e6b5deaf","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6276-0","display":"Wheat IgE Ab in Serum"}],"text":"Wheat IgE Ab in Serum"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"},"effectiveDateTime":"2015-02-21T21:24:16-08:00","issued":"2015-02-21T21:24:16.638-08:00","valueQuantity":{"value":0.33825,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"972217c9-c1cf-ec8c-9250-870b59d0d797","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6106-9","display":"Egg white IgE Ab in Serum"}],"text":"Egg white IgE Ab in Serum"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"},"effectiveDateTime":"2015-02-21T21:24:16-08:00","issued":"2015-02-21T21:24:16.638-08:00","valueQuantity":{"value":0.09919,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"f3b3a7ff-541f-207e-64a8-5920b5ebf4ad","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6248-9","display":"Soybean IgE Ab in Serum"}],"text":"Soybean IgE Ab in Serum"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"},"effectiveDateTime":"2015-02-21T21:24:16-08:00","issued":"2015-02-21T21:24:16.638-08:00","valueQuantity":{"value":0.046377,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"b72cf4b4-20b7-1a2a-135d-1484b0caf6ec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":43.981,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"eb949bea-4b08-6f5b-2e85-4531d8b38247","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"7258-7","display":"Cow milk IgE Ab in Serum"}],"text":"Cow milk IgE Ab in Serum"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"},"effectiveDateTime":"2015-02-21T21:24:16-08:00","issued":"2015-02-21T21:24:16.638-08:00","valueQuantity":{"value":0.0071409,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"bbd1de6e-3d92-5a34-2c0a-cfe722f7cf6a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":166.14,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"7d9ae6fc-7ad2-0d07-8b14-06f282653ad7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6189-5","display":"White oak IgE Ab in Serum"}],"text":"White oak IgE Ab in Serum"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"},"effectiveDateTime":"2015-02-21T21:24:16-08:00","issued":"2015-02-21T21:24:16.638-08:00","valueQuantity":{"value":0.11057,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"c0e058e3-2bf0-0768-19ea-773afeb4f73d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":234.33,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"5a5f1b98-98f5-0933-2d7c-cbffa57f33a9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/c14f12ff-f78f-2545-2879-6d66d862c9ca"},"effectiveDateTime":"1987-03-29T20:31:28-08:00","issued":"1987-03-29T20:31:28.555-08:00","valueQuantity":{"value":5,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"6e3a0ce4-5e2d-5245-8fdc-06f0dfd98739","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6085-5","display":"Common Ragweed IgE Ab in Serum"}],"text":"Common Ragweed IgE Ab in Serum"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"},"effectiveDateTime":"2015-02-21T21:24:16-08:00","issued":"2015-02-21T21:24:16.638-08:00","valueQuantity":{"value":0.028987,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"82aefd58-4005-6721-01d2-25fa3e6ff04b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6833-8","display":"Cat dander IgE Ab in Serum"}],"text":"Cat dander IgE Ab in Serum"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"},"effectiveDateTime":"2015-02-21T21:24:16-08:00","issued":"2015-02-21T21:24:16.638-08:00","valueQuantity":{"value":0.077977,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"4c54f827-9a75-2512-0a09-03cc07d72a9c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":11.141,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"3d968a09-93fe-86b6-4b7e-6d380e11d420","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"97276813-eb69-a0b0-4642-5abc0e5895c2","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6095-4","display":"American house dust mite IgE Ab in Serum"}],"text":"American house dust mite IgE Ab in Serum"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"},"effectiveDateTime":"2015-02-21T21:24:16-08:00","issued":"2015-02-21T21:24:16.638-08:00","valueQuantity":{"value":0.07736,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"86752e85-9726-7174-e283-38faa09426cd","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4548-4","display":"Hemoglobin A1c/Hemoglobin.total in Blood"}],"text":"Hemoglobin A1c/Hemoglobin.total in Blood"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:01:44-08:00","issued":"2017-01-22T02:01:44.723-08:00","valueQuantity":{"value":5.84,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"fc3bcd22-19d3-85fc-6803-05ac44fdbe3b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6075-6","display":"Cladosporium herbarum IgE Ab in Serum"}],"text":"Cladosporium herbarum IgE Ab in Serum"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"},"effectiveDateTime":"2015-02-21T21:24:16-08:00","issued":"2015-02-21T21:24:16.638-08:00","valueQuantity":{"value":0.105,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"5fc3cd5c-0793-b038-e32f-1f2921edd490","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6844-5","display":"Honey bee IgE Ab in Serum"}],"text":"Honey bee IgE Ab in Serum"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"},"effectiveDateTime":"2015-02-21T21:24:16-08:00","issued":"2015-02-21T21:24:16.638-08:00","valueQuantity":{"value":0.26957,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"3f807f2f-6b2f-fa3b-edd2-a3dfadd7666d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6158-0","display":"Latex IgE Ab in Serum"}],"text":"Latex IgE Ab in Serum"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"},"effectiveDateTime":"2015-02-21T21:24:16-08:00","issued":"2015-02-21T21:24:16.638-08:00","valueQuantity":{"value":0.026666,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"3e1e037c-f638-6fb4-c696-ef459ccf5452","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T02:49:37-08:00","issued":"2017-01-22T02:49:37.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":38347,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30137-6","display":"Otherwise unemployed but not seeking work"}],"text":"Otherwise unemployed but not seeking work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"322 Carroll Village"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"7ef157a7-4e1c-3afe-e8d8-89152773638f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T03:11:03-08:00","issued":"2017-01-22T03:11:03.723-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"cc9498c7-c7ea-e029-a82f-2b8043846b58","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"effectiveDateTime":"2017-01-22T03:51:30-08:00","issued":"2017-01-22T03:51:30.723-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"9231d9f9-1979-7f72-cd20-3876bfa383ad","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"effectiveDateTime":"2018-07-27T19:52:58-07:00","issued":"2018-07-27T19:52:58.316-07:00","valueQuantity":{"value":174.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"9b092e28-b762-7182-2359-a827fb76720b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"effectiveDateTime":"2018-07-27T19:52:58-07:00","issued":"2018-07-27T19:52:58.316-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"6025d364-8838-9a80-f892-e522072f744b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"effectiveDateTime":"2018-07-27T19:52:58-07:00","issued":"2018-07-27T19:52:58.316-07:00","valueQuantity":{"value":84.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"e46b5393-4777-b5c6-d7dc-02b244fb60a5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"effectiveDateTime":"2018-07-27T19:52:58-07:00","issued":"2018-07-27T19:52:58.316-07:00","valueQuantity":{"value":27.95,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"ade829c2-9729-5652-8265-9028d7d8dfc8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"effectiveDateTime":"2018-07-27T19:52:58-07:00","issued":"2018-07-27T19:52:58.316-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":76,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":104,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"d0adc470-be96-f5b6-7bb0-2ebdfab616ea","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"effectiveDateTime":"2018-07-27T19:52:58-07:00","issued":"2018-07-27T19:52:58.316-07:00","valueQuantity":{"value":99,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"cfafe806-6599-7e53-c085-21b352f65f20","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"effectiveDateTime":"2018-07-27T19:52:58-07:00","issued":"2018-07-27T19:52:58.316-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"bbd935a4-761a-c4c6-ad25-3cb498cb9def","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"effectiveDateTime":"2018-07-27T19:52:58-07:00","issued":"2018-07-27T19:52:58.316-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"8fee373d-335e-d4e5-1c47-d6545228796e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"effectiveDateTime":"2015-04-04T04:56:45-07:00","issued":"2015-04-04T04:56:45.638-07:00","valueQuantity":{"value":172.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"57724026-4fd8-1289-0099-23a5209eb14a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":6,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"79491205-9c12-a7e6-52f6-a61f48a92003","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"effectiveDateTime":"2015-04-04T04:56:45-07:00","issued":"2015-04-04T04:56:45.638-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"099480bd-7b0c-c7a0-7b6a-f769294c32b7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"effectiveDateTime":"2015-04-04T04:56:45-07:00","issued":"2015-04-04T04:56:45.638-07:00","valueQuantity":{"value":62.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"ac8e50b4-a275-620f-e7af-d266e6bdda15","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2339-0","display":"Glucose"}],"text":"Glucose"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":96.97,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"97586533-cb6e-fa28-feb4-378542cc39de","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"effectiveDateTime":"2015-04-04T04:56:45-07:00","issued":"2015-04-04T04:56:45.638-07:00","valueQuantity":{"value":21.02,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"854ab8f4-7d95-0454-fd22-693301759dc5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6299-2","display":"Urea Nitrogen"}],"text":"Urea Nitrogen"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":14.57,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"144b4b84-ee9d-d620-9544-54446028e108","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"effectiveDateTime":"2015-04-04T04:56:45-07:00","issued":"2015-04-04T04:56:45.638-07:00","valueQuantity":{"value":45.976,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"cee76211-0b31-f470-5039-9d99590561de","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"effectiveDateTime":"2015-04-04T04:56:45-07:00","issued":"2015-04-04T04:56:45.638-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":71,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":127,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"12086dc5-135e-0935-a632-9d7a9a024831","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"effectiveDateTime":"2015-04-04T04:56:45-07:00","issued":"2015-04-04T04:56:45.638-07:00","valueQuantity":{"value":82,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"f3be3e9e-cae9-17f9-01ad-0a0e81e6e34f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"effectiveDateTime":"2015-04-04T04:56:45-07:00","issued":"2015-04-04T04:56:45.638-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"8d336870-2b1b-3725-cb5f-360578dff899","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"effectiveDateTime":"2015-04-04T04:56:45-07:00","issued":"2015-04-04T04:56:45.638-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"2d4043e3-65ee-96b3-180d-a3413d5e8b52","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"effectiveDateTime":"2015-04-04T05:14:20-07:00","issued":"2015-04-04T05:14:20.638-07:00","valueQuantity":{"value":8,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"4a3e7bbd-20bd-be27-e554-9bbd8f7acdb9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"effectiveDateTime":"2015-04-04T05:56:30-07:00","issued":"2015-04-04T05:56:30.638-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"281ada22-edb0-a4a1-260d-d487f2741322","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"effectiveDateTime":"2018-07-27T20:39:43-07:00","issued":"2018-07-27T20:39:43.316-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7843,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"356 Schinner Rapid Unit 90"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"2119a954-f380-b45d-fa89-95e2df26afdd","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"effectiveDateTime":"2018-07-27T21:02:16-07:00","issued":"2018-07-27T21:02:16.316-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"287b2991-2616-c48f-1b3d-6697c8854af1","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"effectiveDateTime":"2018-07-27T21:38:42-07:00","issued":"2018-07-27T21:38:42.316-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"d2f9536f-68c7-9e5a-ef3f-b4f8170d4672","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"effectiveDateTime":"2018-07-27T22:22:14-07:00","issued":"2018-07-27T22:22:14.316-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"57668d9f-5431-15cf-03b9-491e88d3d3e1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38483-4","display":"Creatinine"}],"text":"Creatinine"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":3.3331,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"18d1ebfa-80e9-be7b-3cc6-a59eaeac2d43","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"49765-1","display":"Calcium"}],"text":"Calcium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":9.87,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"02141219-1bfa-9eca-0a79-207182036c31","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2947-0","display":"Sodium"}],"text":"Sodium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":142.08,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"21c4375b-69e5-97d9-2661-bfbea26d89af","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6298-4","display":"Potassium"}],"text":"Potassium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":5.02,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"9298e937-2a05-62e4-00e0-a2798f985c0e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2069-3","display":"Chloride"}],"text":"Chloride"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":102.92,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"d389f03a-286d-abfb-eb7e-170bd2c192c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"20565-8","display":"Carbon Dioxide"}],"text":"Carbon Dioxide"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":25.93,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"2503e2f6-0a02-29e4-3ac0-9ebaf9f915d5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"},"effectiveDateTime":"1982-07-25T11:15:12-07:00","issued":"1982-07-25T11:15:12.052-07:00","valueQuantity":{"value":162,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"6ebd0150-5aa5-a3f6-186b-f8335c701b8f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"33914-3","display":"Glomerular filtration rate/1.73 sq M.predicted"}],"text":"Glomerular filtration rate/1.73 sq M.predicted"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":13.173,"unit":"mL/min","system":"http://unitsofmeasure.org","code":"mL/min"}} +{"resourceType":"Observation","id":"3ccc9d78-30a1-eed9-0fd8-1ea9e54a2b0a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"},"effectiveDateTime":"1982-07-25T11:15:12-07:00","issued":"1982-07-25T11:15:12.052-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f8b5bf41-8625-3da5-86c5-742635b644a3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2885-2","display":"Protein [Mass/volume] in Serum or Plasma"}],"text":"Protein [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":67.627,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"71c5d07f-794c-8a4c-53e1-a1fbc2c33063","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1751-7","display":"Albumin [Mass/volume] in Serum or Plasma"}],"text":"Albumin [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":3.8633,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"30420d1e-6f0f-e94d-f06f-894cd1df6e27","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"10834-0","display":"Globulin [Mass/volume] in Serum by calculation"}],"text":"Globulin [Mass/volume] in Serum by calculation"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":3.3813,"unit":"g/L","system":"http://unitsofmeasure.org","code":"g/L"}} +{"resourceType":"Observation","id":"eece0923-720a-ff27-9a58-80192759cc4c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1975-2","display":"Bilirubin.total [Mass/volume] in Serum or Plasma"}],"text":"Bilirubin.total [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":0.78519,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"275f7eff-d857-a79f-94d0-02e811a6b78f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6768-6","display":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":133.58,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"0daf5e5f-0da5-573b-a4c6-6b335245bb9e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1742-6","display":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":59.997,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"2f658a3c-6c9c-eeec-bc13-a2e15be99cee","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"},"effectiveDateTime":"1982-07-25T11:15:12-07:00","issued":"1982-07-25T11:15:12.052-07:00","valueQuantity":{"value":71.6,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"cae6831e-57e0-9ff7-bb66-2801a525f8ec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1920-8","display":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":6.5421,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"6fbfa2a8-d7bb-888d-d2bc-f646d6fe0d76","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"},"effectiveDateTime":"1982-07-25T11:15:12-07:00","issued":"1982-07-25T11:15:12.052-07:00","valueQuantity":{"value":27.28,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"dcb0589a-8b81-cd33-b899-5cd5d27ba3c4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":4.2639,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"4e7da5a4-ef7d-3821-6c96-fcaf89ecfcaf","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"},"effectiveDateTime":"1982-07-25T11:15:12-07:00","issued":"1982-07-25T11:15:12.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":99,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":151,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"fbbded30-6a94-caea-3710-0ac83b85e0a1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":5.022,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"0b7ec581-ab8f-7a18-4a09-ed5e15724aef","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"},"effectiveDateTime":"1982-07-25T11:15:12-07:00","issued":"1982-07-25T11:15:12.052-07:00","valueQuantity":{"value":72,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"c5683a00-cbfb-cc29-301d-27f08ae591bc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":8.1843,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"55cbd016-4108-3a3f-ec7a-31c9b2712a4e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"},"effectiveDateTime":"1982-07-25T11:15:12-07:00","issued":"1982-07-25T11:15:12.052-07:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"a9c8a2f4-7a91-64bd-6a43-490bc21ae9e5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":25.382,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"6e6c352a-f707-6452-e767-eca3ff5e3354","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"},"effectiveDateTime":"1982-07-25T11:15:12-07:00","issued":"1982-07-25T11:15:12.052-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"af8af2ff-c4e6-0a2e-67af-c15980c8d896","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":86.365,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"592c58aa-f1a0-2fec-646d-5cc4a4baa344","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":31.882,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"008f26cc-a945-72c8-c506-184864993ff8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":35.905,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"fe035d99-07a6-87a5-9fdd-7c8cc003451e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":44.764,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"d3603fdc-848e-e16e-3403-7ed69793829d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":254.75,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"cacb7887-87f4-424a-b1da-0c22538f9827","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":383.76,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"378e946d-08f1-ac0e-a2e5-a286a1b91cd1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"effectiveDateTime":"1987-04-20T22:31:28-07:00","issued":"1987-04-20T22:31:28.555-07:00","valueQuantity":{"value":10.822,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"1b1a8f19-df88-69d5-0751-6d193ce990f3","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"},"effectiveDateTime":"1982-07-25T12:07:44-07:00","issued":"1982-07-25T12:07:44.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13902-4","display":"Quite a bit"}],"text":"Quite a bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30134-3","display":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}],"text":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30124-4","display":"Utilities"}],"text":"Utilities"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":11351,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30138-4","display":"Part-time or temporary work"}],"text":"Part-time or temporary work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"958 Johnston Crossroad"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":8,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"7b2691b1-6a65-d123-5b33-1253758b77b7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"},"effectiveDateTime":"1982-07-25T12:37:23-07:00","issued":"1982-07-25T12:37:23.052-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"c0caaa78-3361-3523-d607-fb7956a28611","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","valueQuantity":{"value":166.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"ad761cae-216e-5d79-31e1-ab22989d4720","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"d234bc5f-32e9-b582-0d10-090940fe6b71","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","valueQuantity":{"value":83.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"00f41c60-e6bb-eb8f-c98c-2a7432aa1b19","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","valueQuantity":{"value":30.12,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"012a5274-deeb-c79a-54a2-07a939b5ab81","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":85,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":130,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"2c2272bb-8b08-f3ae-1aa1-a6809287b86d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","valueQuantity":{"value":93,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"53d0ce6a-06d0-6685-11df-da37f4f2493a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"4d1fe9b8-76da-5472-4162-ac8408738666","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2339-0","display":"Glucose"}],"text":"Glucose"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","valueQuantity":{"value":89.61,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"60425d1f-1fbb-ca81-08c2-c3e8ae8dc355","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6299-2","display":"Urea Nitrogen"}],"text":"Urea Nitrogen"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","valueQuantity":{"value":18.3,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"01a515c1-ce04-57dc-2d8c-5b4b67efe052","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38483-4","display":"Creatinine"}],"text":"Creatinine"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","valueQuantity":{"value":1.08,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"ffe0a92b-7922-6970-13ff-9ec3bd3348d3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"49765-1","display":"Calcium"}],"text":"Calcium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","valueQuantity":{"value":9.66,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"ac5f9073-d9e6-1ab6-b38e-bc83fde8394e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":8,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"2dbfb039-cebf-3bcf-66b9-81b804851201","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2947-0","display":"Sodium"}],"text":"Sodium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","valueQuantity":{"value":137.86,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"9476b76a-9478-9d82-482f-6914d114e7d8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2339-0","display":"Glucose"}],"text":"Glucose"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":85.22,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"165b5d59-21cd-8757-f7cb-6224dee3fd76","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6298-4","display":"Potassium"}],"text":"Potassium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","valueQuantity":{"value":4.97,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"8baec1f4-0e94-4a94-9759-0d3f21f56447","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2069-3","display":"Chloride"}],"text":"Chloride"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","valueQuantity":{"value":102.43,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"2c7a1292-ac36-4bff-0202-7f1baf80976c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6299-2","display":"Urea Nitrogen"}],"text":"Urea Nitrogen"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":12.54,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"a1147727-a5b1-56e2-8d39-f93aa30f4e45","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"20565-8","display":"Carbon Dioxide"}],"text":"Carbon Dioxide"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","valueQuantity":{"value":25.16,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"dd621923-4679-cc94-59f2-87b482f527d4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38483-4","display":"Creatinine"}],"text":"Creatinine"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":3.1023,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"9a299db8-a1a5-8356-fd93-c86b0d363980","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"b271b878-9d15-3e50-de2a-15034b2b544d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"49765-1","display":"Calcium"}],"text":"Calcium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":9.78,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"e461a661-fa5d-57d5-a18f-280c190fed9f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2947-0","display":"Sodium"}],"text":"Sodium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":143.47,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"ea781398-5453-0194-ecf4-90e0b65a216d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6298-4","display":"Potassium"}],"text":"Potassium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":4.15,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"730a828a-b78f-df3a-983e-ad01d96e62ce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2069-3","display":"Chloride"}],"text":"Chloride"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":104.81,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"187fc663-b3ed-7c69-cdab-27fe912ec81b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"20565-8","display":"Carbon Dioxide"}],"text":"Carbon Dioxide"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":28.38,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"d4c46e45-f826-10ab-fa41-a2626d12f20a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"33914-3","display":"Glomerular filtration rate/1.73 sq M.predicted"}],"text":"Glomerular filtration rate/1.73 sq M.predicted"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":23.357,"unit":"mL/min","system":"http://unitsofmeasure.org","code":"mL/min"}} +{"resourceType":"Observation","id":"eb8420d6-6a29-0ea3-3e6d-62cc08eecffb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2885-2","display":"Protein [Mass/volume] in Serum or Plasma"}],"text":"Protein [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":62.011,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"d79eabfc-eecc-f285-1f1e-755ce270d592","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1751-7","display":"Albumin [Mass/volume] in Serum or Plasma"}],"text":"Albumin [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":4.1679,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"5277ccec-102b-03c7-74d2-dd595dd57585","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"10834-0","display":"Globulin [Mass/volume] in Serum by calculation"}],"text":"Globulin [Mass/volume] in Serum by calculation"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":2.1563,"unit":"g/L","system":"http://unitsofmeasure.org","code":"g/L"}} +{"resourceType":"Observation","id":"6ecc6948-b736-a9df-c131-6989eab1560c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4548-4","display":"Hemoglobin A1c/Hemoglobin.total in Blood"}],"text":"Hemoglobin A1c/Hemoglobin.total in Blood"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:01:44-08:00","issued":"2018-01-28T02:01:44.723-08:00","valueQuantity":{"value":6.14,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"1d9baac6-8711-d2a7-b2bb-6958abc03a07","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T02:40:08-08:00","issued":"2018-01-28T02:40:08.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13902-4","display":"Quite a bit"}],"text":"Quite a bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":38347,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"322 Carroll Village"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"32c00e24-c8da-31be-872b-496a532951d9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T03:13:40-08:00","issued":"2018-01-28T03:13:40.723-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"b01eff4c-8b77-dafa-731c-f03aaf0890bd","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T03:51:49-08:00","issued":"2018-01-28T03:51:49.723-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"21a26a54-9643-5018-ed3e-868484ba2581","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"effectiveDateTime":"2018-01-28T04:31:02-08:00","issued":"2018-01-28T04:31:02.723-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"2ac4e178-57f1-28f4-b9fa-2f81f8bd5979","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"effectiveDateTime":"2016-04-09T04:56:45-07:00","issued":"2016-04-09T04:56:45.638-07:00","valueQuantity":{"value":173.1,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"8a256364-9a74-ab62-ded6-9a5bf1dc6d11","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"effectiveDateTime":"2016-04-09T04:56:45-07:00","issued":"2016-04-09T04:56:45.638-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"19a693c4-f539-4500-ec5b-699bbb7b69b7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"effectiveDateTime":"2016-04-09T04:56:45-07:00","issued":"2016-04-09T04:56:45.638-07:00","valueQuantity":{"value":61,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"bfa90503-ca5d-32fd-3d8a-5fcfb844a715","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"effectiveDateTime":"2016-04-09T04:56:45-07:00","issued":"2016-04-09T04:56:45.638-07:00","valueQuantity":{"value":20.36,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"5ea89223-ccd6-97ff-82c3-e3a630de5812","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"effectiveDateTime":"2016-04-09T04:56:45-07:00","issued":"2016-04-09T04:56:45.638-07:00","valueQuantity":{"value":27.097,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"c873a9df-b9b0-d277-29e4-39b322f23b43","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"effectiveDateTime":"2016-04-09T04:56:45-07:00","issued":"2016-04-09T04:56:45.638-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":74,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":117,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"0fe9a814-4a98-643c-2a54-166f1b1b5ea0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"effectiveDateTime":"2016-04-09T04:56:45-07:00","issued":"2016-04-09T04:56:45.638-07:00","valueQuantity":{"value":71,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"72fae15a-d585-3f57-ad01-cc84383fea7a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"effectiveDateTime":"2016-04-09T04:56:45-07:00","issued":"2016-04-09T04:56:45.638-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"252b44f8-d9fc-8c1c-3bc8-9b4704c827ac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"effectiveDateTime":"2016-04-09T04:56:45-07:00","issued":"2016-04-09T04:56:45.638-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"eeb82aeb-388a-c229-3faf-11359fc3eb1f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T18:52:58-08:00","issued":"2018-11-16T18:52:58.316-08:00","valueQuantity":{"value":174.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"7220a74f-74f9-de32-f38c-e8368162dfe0","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T18:52:58-08:00","issued":"2018-11-16T18:52:58.316-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"68c24a10-b217-b1b0-7bec-84950ec82673","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T18:52:58-08:00","issued":"2018-11-16T18:52:58.316-08:00","valueQuantity":{"value":84.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"c96099fa-0ee2-86a1-2b01-8a3796d3729f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T18:52:58-08:00","issued":"2018-11-16T18:52:58.316-08:00","valueQuantity":{"value":27.95,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"3c4a5ec3-161c-59f1-73fe-8d3efc1e499e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T18:52:58-08:00","issued":"2018-11-16T18:52:58.316-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":79,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":127,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"a82cf460-0d88-fe18-78ce-bd0758d6f5b6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1975-2","display":"Bilirubin.total [Mass/volume] in Serum or Plasma"}],"text":"Bilirubin.total [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":0.51901,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"9aac8b27-157f-d591-53d4-97dbabbdf084","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6768-6","display":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":59.957,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"3b5e7ae1-6a4e-0a29-131d-12d921e8175d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1742-6","display":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":33.681,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"87c5ff0a-9c37-3e6e-6a5f-d7313a600a97","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1920-8","display":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":15.779,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"a5810239-75ba-0572-12b5-7b2def7a5a80","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":1.3055,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"45898ba2-7480-1c02-f034-9553b71905b3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":3.9704,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"0b82b8fb-2260-3c79-181f-e1858b833510","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"effectiveDateTime":"2016-04-09T05:51:34-07:00","issued":"2016-04-09T05:51:34.638-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":69645,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"984 Prosacco Neck Suite 97"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":8,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"fbe4949c-e054-0092-d644-3883b61d2035","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"effectiveDateTime":"2016-04-09T06:08:35-07:00","issued":"2016-04-09T06:08:35.638-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"ed79dcea-dba4-708c-6ca8-bb415111554e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"effectiveDateTime":"2016-04-09T06:39:20-07:00","issued":"2016-04-09T06:39:20.638-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"447027aa-1496-7fa8-1f9e-fdfcf03f9a6c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"effectiveDateTime":"2016-04-09T07:15:26-07:00","issued":"2016-04-09T07:15:26.638-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"b1e200e0-f77c-811e-e1aa-5dc6557808ac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":14.927,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"0c1d3ff9-99ee-21a4-48f1-81e83f7ad29f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":31.387,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"4abfd59a-6b35-0b4d-ed70-0e44809bb384","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":89.093,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"0f87d3a1-efd3-5add-ef6f-92b3111b9776","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":30.98,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"c57d0be5-a7d2-5996-9890-e4b48421a33d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":34.306,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"db83b331-7d57-7ded-0dcf-241f085f8629","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":45.089,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"f347b08c-32bc-4380-489b-e60009c89521","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":291.25,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"8cf71cbf-1537-0e46-70d8-a9bad53702fb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":325.81,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"eaa6b617-bf52-8d07-470f-fc7680bbca0d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"effectiveDateTime":"1987-05-25T16:31:28-07:00","issued":"1987-05-25T16:31:28.555-07:00","valueQuantity":{"value":12.246,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"89d919b4-c024-9154-c593-f54837e1de11","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T18:52:58-08:00","issued":"2018-11-16T18:52:58.316-08:00","valueQuantity":{"value":84,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"36dce48e-2956-ba55-ce63-50ed91ca3733","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T18:52:58-08:00","issued":"2018-11-16T18:52:58.316-08:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"3aacdaaa-faad-a6af-8b55-dd9199781751","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T18:52:58-08:00","issued":"2018-11-16T18:52:58.316-08:00","valueQuantity":{"value":180.99,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"fb727062-ce8b-79db-c96d-475e74965579","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T18:52:58-08:00","issued":"2018-11-16T18:52:58.316-08:00","valueQuantity":{"value":118.45,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"85c85cb0-407c-7bea-1891-e587117e9e71","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T18:52:58-08:00","issued":"2018-11-16T18:52:58.316-08:00","valueQuantity":{"value":95.79,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"9b2bf914-0dd3-c594-6b51-f6d13db4d0ea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T18:52:58-08:00","issued":"2018-11-16T18:52:58.316-08:00","valueQuantity":{"value":61.51,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"314a3bb9-435e-1990-6cb9-a257f03f68f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T18:52:58-08:00","issued":"2018-11-16T18:52:58.316-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"311fafda-0b58-7f25-99a3-c08c6d56aeb6","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T19:23:39-08:00","issued":"2018-11-16T19:23:39.316-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA27722-0","display":"Less than once a week"}],"text":"Less than once a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA46-8","display":"Other, Please write"}],"text":"Other, Please write"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7843,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30138-4","display":"Part-time or temporary work"}],"text":"Part-time or temporary work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"356 Schinner Rapid Unit 90"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"32751062-3b9d-7200-525f-b07d5a4b9c56","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T20:02:25-08:00","issued":"2018-11-16T20:02:25.316-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"fcb868d2-4fd4-bb48-d488-bd57b122af3e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"effectiveDateTime":"2018-11-16T20:39:15-08:00","issued":"2018-11-16T20:39:15.316-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"c731fb03-7836-2a30-f89a-f14e691017a3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T11:15:12-07:00","issued":"1983-07-31T11:15:12.052-07:00","valueQuantity":{"value":162,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"e29e6af2-bff4-42e9-e3ff-ee39988cba1c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T11:15:12-07:00","issued":"1983-07-31T11:15:12.052-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"a64fcca6-8428-f91c-0833-94a10733b464","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T11:15:12-07:00","issued":"1983-07-31T11:15:12.052-07:00","valueQuantity":{"value":71.6,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"67c91c33-affb-7cf4-024d-a465d5d0ec85","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T11:15:12-07:00","issued":"1983-07-31T11:15:12.052-07:00","valueQuantity":{"value":27.28,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"3d0866ab-9e6d-0ea7-8361-9a8ee0396278","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T11:15:12-07:00","issued":"1983-07-31T11:15:12.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":115,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":151,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"ae47b77b-aef5-ea0f-1765-f74c3a5b97da","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T11:15:12-07:00","issued":"1983-07-31T11:15:12.052-07:00","valueQuantity":{"value":96,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"6514f815-a8cc-d77a-123b-603913c23edf","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T11:15:12-07:00","issued":"1983-07-31T11:15:12.052-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"5515a5cf-51d6-75bd-728d-22dfd01e6486","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T11:15:12-07:00","issued":"1983-07-31T11:15:12.052-07:00","valueQuantity":{"value":178.73,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"50b58209-4876-918f-0dd8-db815b0d8a0e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T11:15:12-07:00","issued":"1983-07-31T11:15:12.052-07:00","valueQuantity":{"value":139.85,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"be4da094-384f-1e13-1983-441387a361a8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T11:15:12-07:00","issued":"1983-07-31T11:15:12.052-07:00","valueQuantity":{"value":86.46,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"13437850-be9d-a2b6-6ebc-6f8da086226d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T11:15:12-07:00","issued":"1983-07-31T11:15:12.052-07:00","valueQuantity":{"value":64.3,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"a075da17-aca1-323b-8a55-f56356e7a792","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T11:15:12-07:00","issued":"1983-07-31T11:15:12.052-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"a823cc0b-6972-14cc-18de-ebf0d40bf208","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":166.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"d4fa12e2-23dc-5531-3a37-5ba949645be7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"procedure","display":"procedure"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"19926-5","display":"FEV1/FVC"}],"text":"FEV1/FVC"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"effectiveDateTime":"1987-06-06T11:54:23-07:00","issued":"1987-06-06T11:54:23.555-07:00","valueQuantity":{"value":61.647,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"0047f1db-0a80-3f13-dad1-d14b9c94ced9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"procedure","display":"procedure"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38265-5","display":"DXA [T-score] Bone density"}],"text":"DXA [T-score] Bone density"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T11:15:12-07:00","issued":"1983-07-31T11:15:12.052-07:00","valueQuantity":{"value":-3.6341,"unit":"{T-score}","system":"http://unitsofmeasure.org","code":"{T-score}"}} +{"resourceType":"Observation","id":"81f0e1b5-98c2-7944-bfd6-2ce81e834795","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f7f78a80-ce1d-7e06-a083-1c135f3b9290","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"effectiveDateTime":"1987-06-06T11:54:23-07:00","issued":"1987-06-06T11:54:23.555-07:00","valueQuantity":{"value":168.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"6430cc78-b4f8-fb49-e6e1-7e4ec33d8dc3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":83.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"8422bd19-2284-1485-f784-e69a0f342092","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"effectiveDateTime":"1987-06-06T11:54:23-07:00","issued":"1987-06-06T11:54:23.555-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e8a1851a-0d2a-6df8-7d1d-335585a36230","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"effectiveDateTime":"1987-06-06T11:54:23-07:00","issued":"1987-06-06T11:54:23.555-07:00","valueQuantity":{"value":85.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"d54a5367-7f7f-8ebf-59b2-c7104d7440f5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":30.12,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"dc23a572-28cd-7e10-b569-afd7e979b485","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"effectiveDateTime":"1987-06-06T11:54:23-07:00","issued":"1987-06-06T11:54:23.555-07:00","valueQuantity":{"value":30.22,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"68f8b60b-1cc6-e0f1-0618-fb49faf7ca4a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T11:53:19-07:00","issued":"1983-07-31T11:53:19.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA27722-0","display":"Less than once a week"}],"text":"Less than once a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30133-5","display":"Yes, it has kept me from medical appointments or from getting my medications"}],"text":"Yes, it has kept me from medical appointments or from getting my medications"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":11351,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"958 Johnston Crossroad"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":8,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"c669bf12-9cff-9e39-6ec5-03c2fe635988","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":75,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":127,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"37f7693a-5f0b-5f9e-49b4-fbe8ed815923","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T12:19:57-07:00","issued":"1983-07-31T12:19:57.052-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"79e26d0c-fa3e-0e19-6d82-78496d5a21db","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"effectiveDateTime":"1987-06-06T11:54:23-07:00","issued":"1987-06-06T11:54:23.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":88,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":100,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"12cc1200-a0d0-1709-5458-00c924b81c0c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"effectiveDateTime":"1983-07-31T13:00:48-07:00","issued":"1983-07-31T13:00:48.052-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"b3862a42-7c17-1f9e-3231-68868ddd2b13","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":62,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"82f88e9a-8f51-b36e-b06f-3ed1e58fff3d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"effectiveDateTime":"1987-06-06T11:54:23-07:00","issued":"1987-06-06T11:54:23.555-07:00","valueQuantity":{"value":69,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"479ea9e1-a237-cf09-b1d4-4c14cfa673f0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"7ff93094-c048-392e-463d-053dc4484f4a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"effectiveDateTime":"1987-06-06T11:54:23-07:00","issued":"1987-06-06T11:54:23.555-07:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"408d803a-b884-b3f1-726d-3010df0560fb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2339-0","display":"Glucose"}],"text":"Glucose"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":98.24,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"a7997980-00b1-712f-5883-4cddad7dfe4b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"effectiveDateTime":"1987-06-06T11:54:23-07:00","issued":"1987-06-06T11:54:23.555-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"e8fecf64-3920-548a-9446-7aa2d7568999","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6299-2","display":"Urea Nitrogen"}],"text":"Urea Nitrogen"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":8.8,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"55fb7ef7-47a0-3b6a-31a6-b5458c2727fb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38483-4","display":"Creatinine"}],"text":"Creatinine"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":1.07,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"2f504907-2380-b36e-0316-64dec58411a4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"49765-1","display":"Calcium"}],"text":"Calcium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":10.18,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"e2242251-fbbd-dddd-a2a2-cf10a2213428","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2947-0","display":"Sodium"}],"text":"Sodium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":140.6,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"e29071b3-5565-86ce-c0f7-40cf50f59a35","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6298-4","display":"Potassium"}],"text":"Potassium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":5.07,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"f740cad8-f647-5bc7-faab-aa3203243cd7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2069-3","display":"Chloride"}],"text":"Chloride"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":106.06,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"d2b01c72-dd2a-a032-0331-e0ac93654b88","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"effectiveDateTime":"1987-06-06T12:45:18-07:00","issued":"1987-06-06T12:45:18.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7135,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"563 Batz Ville"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"4847203d-7f1f-68a7-82c0-a38bf5ca24f7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"20565-8","display":"Carbon Dioxide"}],"text":"Carbon Dioxide"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":23.5,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"0802a9d7-6509-f958-ca6e-9db29c13f3d7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"effectiveDateTime":"1987-06-06T13:14:09-07:00","issued":"1987-06-06T13:14:09.555-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"1baca050-dff0-fec5-a62e-2fbbb5cea124","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":165.19,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"4e16b1f5-4406-6a58-f4eb-cfc33e5a9395","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":110.49,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"df5ac42e-4b6c-1a18-242d-bb9689681c6e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":71.36,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"8152e518-9c04-1d25-1cfc-5437592c2442","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":71.72,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"f390a86d-f581-dcd5-a8dc-ddace6e8f175","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"effectiveDateTime":"1987-06-06T13:53:29-07:00","issued":"1987-06-06T13:53:29.555-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"d988ba96-3e2c-cde2-131e-67ecad0fe518","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"effectiveDateTime":"1987-06-06T14:34:20-07:00","issued":"1987-06-06T14:34:20.555-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"55f0541d-5eb9-1b28-0f08-22feed2f8ad9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"bfa8835e-dc26-2ab7-4aed-fa3c8705fe32","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4548-4","display":"Hemoglobin A1c/Hemoglobin.total in Blood"}],"text":"Hemoglobin A1c/Hemoglobin.total in Blood"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:01:44-08:00","issued":"2019-02-03T02:01:44.723-08:00","valueQuantity":{"value":5.93,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"d82c3c79-817b-29fe-6e44-0b02e4ecbdcb","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:31:55-08:00","issued":"2019-02-03T02:31:55.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":38347,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"322 Carroll Village"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"441fdc6f-68bb-7d9a-7802-043e7c7bce1f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T02:50:43-08:00","issued":"2019-02-03T02:50:43.723-08:00","valueQuantity":{"value":12,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"5a86dada-78ef-59c8-6a63-8f075938606f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"effectiveDateTime":"2019-02-03T03:23:35-08:00","issued":"2019-02-03T03:23:35.723-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"a2d0a588-9567-033e-a58e-705d85a0a18c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"effectiveDateTime":"2017-04-15T04:56:45-07:00","issued":"2017-04-15T04:56:45.638-07:00","valueQuantity":{"value":173.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"1109d403-c6bb-b13e-191f-d24d757a6efb","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"effectiveDateTime":"2017-04-15T04:56:45-07:00","issued":"2017-04-15T04:56:45.638-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"23c4cc04-4042-010f-b126-56bf88893dd6","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"effectiveDateTime":"2017-04-15T04:56:45-07:00","issued":"2017-04-15T04:56:45.638-07:00","valueQuantity":{"value":58.7,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"2b622a89-44d4-5c29-67b1-fe3300807e8c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"effectiveDateTime":"2017-04-15T04:56:45-07:00","issued":"2017-04-15T04:56:45.638-07:00","valueQuantity":{"value":19.51,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"1b40879c-c23b-ab2d-8424-fd363c5565f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"effectiveDateTime":"2017-04-15T04:56:45-07:00","issued":"2017-04-15T04:56:45.638-07:00","valueQuantity":{"value":10.181,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"c6967874-491e-9739-3234-0528516e00cb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"effectiveDateTime":"2017-04-15T04:56:45-07:00","issued":"2017-04-15T04:56:45.638-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":77,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":123,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"ebe80fcd-9393-0c7d-419b-d545f3e98a58","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"effectiveDateTime":"2017-04-15T04:56:45-07:00","issued":"2017-04-15T04:56:45.638-07:00","valueQuantity":{"value":83,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"1fa9809f-b1ac-d20e-0ab0-57e34e8afa71","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"effectiveDateTime":"2017-04-15T04:56:45-07:00","issued":"2017-04-15T04:56:45.638-07:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"eb96c6f1-8dbd-4afa-5b69-cff835e9fea2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"effectiveDateTime":"2017-04-15T04:56:45-07:00","issued":"2017-04-15T04:56:45.638-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"f70ddf8c-d33b-6a40-3aa6-993de1f154b6","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T18:52:58-08:00","issued":"2019-11-22T18:52:58.316-08:00","valueQuantity":{"value":174.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"27bcdf0c-5c8e-ef6b-c8a3-a173a4143710","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T18:52:58-08:00","issued":"2019-11-22T18:52:58.316-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"6e627b09-d8a5-b49b-47d8-dadebc1dd2aa","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"effectiveDateTime":"2017-04-15T05:27:09-07:00","issued":"2017-04-15T05:27:09.638-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":69645,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"984 Prosacco Neck Suite 97"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":8,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"dcdc32ca-02de-7630-7832-4a5a8558ac29","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"effectiveDateTime":"2017-04-15T06:10:46-07:00","issued":"2017-04-15T06:10:46.638-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"7fdddd7a-dbd3-6b67-6cd6-732c5fc273c5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T18:52:58-08:00","issued":"2019-11-22T18:52:58.316-08:00","valueQuantity":{"value":84.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"ca64269a-11d6-4288-6014-19cd7b4d09b8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T18:52:58-08:00","issued":"2019-11-22T18:52:58.316-08:00","valueQuantity":{"value":27.95,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"92f4f839-e6f8-506b-737a-a0bac62197b1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T18:52:58-08:00","issued":"2019-11-22T18:52:58.316-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":76,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":127,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"10be6923-0e4f-0f03-ad1a-aedc646a2b94","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T18:52:58-08:00","issued":"2019-11-22T18:52:58.316-08:00","valueQuantity":{"value":68,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"299b5a37-2bc8-9af2-b6a0-d6568b7e50d5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T18:52:58-08:00","issued":"2019-11-22T18:52:58.316-08:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"2c22d5d6-849b-2919-dcdd-9c9e61b2122b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T18:52:58-08:00","issued":"2019-11-22T18:52:58.316-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"c0438184-14bd-c172-bf77-7eada3a6e283","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T19:28:25-08:00","issued":"2019-11-22T19:28:25.316-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30124-4","display":"Utilities"}],"text":"Utilities"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7843,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"356 Schinner Rapid Unit 90"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"e29b4e59-9f4e-c4c3-27cb-da325ce5eb3e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueQuantity":{"value":162,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"8a7c2414-f9d8-ae68-1185-925e0e30dc10","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"16f723d9-51e1-a6e7-56fd-39831ae8ea1c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueQuantity":{"value":71.6,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"9c50f19e-ef64-1277-c74f-4702bdeac9bd","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueQuantity":{"value":27.28,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"3ae9e5c5-5ffd-0257-c959-2eb18106849b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":102,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":147,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"723e4534-f9a4-7424-c681-cf97dc8abb1b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueQuantity":{"value":77,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"1aef57c5-d6d9-b26a-c8d3-8af4a8be0919","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"b5dd00e1-72dc-aa7c-79f2-4783ae3d81d4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueQuantity":{"value":5.5277,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"a4adbe66-9cc6-4b87-8857-e50406327729","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueQuantity":{"value":4.0983,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"54f205c9-71b1-531c-6302-75951b0da137","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T19:54:07-08:00","issued":"2019-11-22T19:54:07.316-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"2d9d31d2-4adf-42e5-05e5-e3f2dbc10004","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueQuantity":{"value":14.226,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"f87b9059-37be-75b7-416c-bf3466082d7f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59460-6","display":"Fall risk total [Morse Fall Scale]"}],"text":"Fall risk total [Morse Fall Scale]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T20:13:57-08:00","issued":"2019-11-22T20:13:57.316-08:00","valueQuantity":{"value":23,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}} +{"resourceType":"Observation","id":"af47979a-3db5-a9ae-ae83-459c5033f213","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueQuantity":{"value":44.762,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"93aad0d8-8167-7795-8b69-e8538a8242bb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueQuantity":{"value":92.913,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"6e7bd473-7c3d-6bf1-5d68-ef45ae4c3d27","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59461-4","display":"Fall risk level [Morse Fall Scale]"}],"text":"Fall risk level [Morse Fall Scale]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T20:13:57-08:00","issued":"2019-11-22T20:13:57.316-08:00","valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13038-7","display":"Low Risk (MFS Score 0 - 24)"}],"text":"Low Risk (MFS Score 0 - 24)"}} +{"resourceType":"Observation","id":"b9fbe330-eca0-cef0-f836-e4005415034f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueQuantity":{"value":32.877,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"7c882d8d-5ac3-3b61-b179-8ca053106a82","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T20:54:56-08:00","issued":"2019-11-22T20:54:56.316-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"af7a12ed-4d2a-7618-4e05-aad97f746c7f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueQuantity":{"value":33.811,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"b397c82f-b567-ed93-82c2-beb9fbe7ad9e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"effectiveDateTime":"2019-11-22T21:29:43-08:00","issued":"2019-11-22T21:29:43.316-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"0656fb66-22d6-11f2-0f15-f272d4f5ad0e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueQuantity":{"value":39.635,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"e95d49a6-905a-f5cd-46f8-a8fa7cea6fc7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueQuantity":{"value":290.04,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"1975fd53-8f8f-9c6f-6040-7abf216e4cb1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueQuantity":{"value":396.04,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"59c653c6-d899-1e6a-2576-abf20afd9981","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueQuantity":{"value":10.897,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"de1ec17b-3b6b-39b3-37dd-4ab0bdc44d4f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:15:12-07:00","issued":"1984-08-05T11:15:12.052-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"48ff7f26-3f54-ddae-11de-90487e578edf","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodytemp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8310-5","display":"Body temperature"},{"system":"http://loinc.org","code":"8331-1","display":"Oral temperature"}],"text":"Body temperature"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/71f22be9-6e56-e07d-6c70-5a1d0844498b"},"effectiveDateTime":"2019-06-20T09:01:44-07:00","issued":"2019-06-20T09:01:44.723-07:00","valueQuantity":{"value":37.795,"unit":"Cel","system":"http://unitsofmeasure.org","code":"Cel"}} +{"resourceType":"Observation","id":"e1b4a8c2-c586-5dec-2818-e7bb5901418a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":6,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"d8e7a0a4-0a66-e139-4076-bced9be91124","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2339-0","display":"Glucose"}],"text":"Glucose"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":75.9,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"d3a155ba-105a-a6f5-1d19-667e4cc2a4f8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6299-2","display":"Urea Nitrogen"}],"text":"Urea Nitrogen"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":12.96,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"2040a007-2b94-211e-ed10-f9fb15ae2eec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38483-4","display":"Creatinine"}],"text":"Creatinine"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":2.7714,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"a2830b60-97e2-a9db-edb3-4ce8059deea1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueQuantity":{"value":173.7,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"154b7142-0762-3ea4-f090-4c055c94a129","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"49765-1","display":"Calcium"}],"text":"Calcium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":9.27,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"7a9eeabc-b73d-116f-58ee-3c4256f9e3a2","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e7d6d01f-f6e5-7f62-82e3-a7367bb46535","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2947-0","display":"Sodium"}],"text":"Sodium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":141.48,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"2f3b57b9-1fdc-9929-51e9-d9840cccfba0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueQuantity":{"value":64.2,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"4a5cc3d5-5d6d-d34b-bce1-8d3f7e59f040","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6298-4","display":"Potassium"}],"text":"Potassium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":4.55,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"20ec38bd-2c6b-8eef-b6dd-3c004d3ba427","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueQuantity":{"value":21.28,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"3206f3d8-fb7a-b8e4-0443-e64fb29cc8bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2069-3","display":"Chloride"}],"text":"Chloride"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":109.78,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"663cdf97-ea2d-d8b0-de04-867a03d2030d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":82,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":109,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"339cffef-3efa-4ef1-4a5a-42bd3d6ed134","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"20565-8","display":"Carbon Dioxide"}],"text":"Carbon Dioxide"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":23.64,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"b954b1a5-705c-e3b8-da3b-45ea1d1267e9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueQuantity":{"value":92,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"1eb1d461-b5fb-4d73-e06c-12de04d4ec56","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"33914-3","display":"Glomerular filtration rate/1.73 sq M.predicted"}],"text":"Glomerular filtration rate/1.73 sq M.predicted"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":18.98,"unit":"mL/min","system":"http://unitsofmeasure.org","code":"mL/min"}} +{"resourceType":"Observation","id":"fc7bae28-f982-b544-b817-787ec2f4e0c4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"c9f676ff-031c-f059-a4ff-80e6f47ee611","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueQuantity":{"value":10.022,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"6107bf76-7309-e4d1-1895-89ccd99551da","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueQuantity":{"value":4.6511,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"e695e3c5-217e-ded3-d5f3-80726ee54451","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","valueQuantity":{"value":166.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"f65f457a-6fce-fbb5-e577-1da2e79a163c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueQuantity":{"value":17.33,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"09d49d9c-76ef-0a5d-fb5f-0b7dc569c9be","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"c81cb8f0-89e9-14d2-a0f7-f6a01e8a6715","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueQuantity":{"value":42.716,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"6e10b726-2f3a-7ea5-a8c7-0e1132756a29","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","valueQuantity":{"value":83.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"c70f3567-2e4c-a986-766b-4b0c20694afb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueQuantity":{"value":94.846,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"61d711b1-4fb4-964a-bdbc-81dfb4d80adc","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","valueQuantity":{"value":30.12,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"864031ec-5644-c8da-19ff-19baa10dc76f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueQuantity":{"value":30.347,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"359b7e90-edd1-19d1-9c2b-f935c1fd4e51","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2885-2","display":"Protein [Mass/volume] in Serum or Plasma"}],"text":"Protein [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":64.651,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"e9630b3b-943d-40d5-cd61-3ad61a2b1c51","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueQuantity":{"value":35.789,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"98b08c20-18f5-890f-ed9e-38e0f1dcc297","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueQuantity":{"value":43.729,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"17481814-0e5f-4283-3a26-35f870672239","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueQuantity":{"value":383.09,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"bf7545ae-4ce8-6a54-e90b-9ad583590f65","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1751-7","display":"Albumin [Mass/volume] in Serum or Plasma"}],"text":"Albumin [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":4.1997,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"dea65c29-b644-60a9-60e4-615b4779336f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueQuantity":{"value":448.89,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"df240bc2-767e-2cd8-5651-9202cb23d3b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"10834-0","display":"Globulin [Mass/volume] in Serum by calculation"}],"text":"Globulin [Mass/volume] in Serum by calculation"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":2.7868,"unit":"g/L","system":"http://unitsofmeasure.org","code":"g/L"}} +{"resourceType":"Observation","id":"a05baa2e-77fe-4fc4-8f19-c12cc94a7f1e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueQuantity":{"value":11.139,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"03513af3-1c51-a4c0-1bc9-6716521d9c65","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1975-2","display":"Bilirubin.total [Mass/volume] in Serum or Plasma"}],"text":"Bilirubin.total [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":0.67955,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"1186b07f-9868-abff-0e8b-cde5ecb24f1a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":83,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":105,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"b52a6209-6348-ac78-0a74-5477b3b4328f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T04:56:45-07:00","issued":"2020-04-18T04:56:45.638-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"d7d0c308-9685-f42a-f9ff-b3a325e815da","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6768-6","display":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":116.56,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"079b1cbb-b683-e16b-f627-4d77d01d13a8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","valueQuantity":{"value":80,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"152aeb2e-6c76-8463-357a-d3dccfb9f762","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1742-6","display":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":36.724,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"28159dad-2d88-be74-7793-fd40814aeb8d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T11:53:19-07:00","issued":"1984-08-05T11:53:19.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30130-1","display":"1 or 2 times a week"}],"text":"1 or 2 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30133-5","display":"Yes, it has kept me from medical appointments or from getting my medications"}],"text":"Yes, it has kept me from medical appointments or from getting my medications"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":11351,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30137-6","display":"Otherwise unemployed but not seeking work"}],"text":"Otherwise unemployed but not seeking work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"958 Johnston Crossroad"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":8,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"e6a494a7-0959-f050-924a-b49567ce9e8f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"974afbf5-1d85-019d-4882-ca38b0304800","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1920-8","display":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":10.671,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"57ae643f-dc9d-7520-a644-f09a5c12aa34","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T12:09:12-07:00","issued":"1984-08-05T12:09:12.052-07:00","valueQuantity":{"value":6,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"25377a17-2f83-69ee-2e7f-e581f47c8720","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2339-0","display":"Glucose"}],"text":"Glucose"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","valueQuantity":{"value":93.3,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"c4e0059c-d61e-dddf-3b11-3950212e9c7f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":4.1508,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"e718b1e0-5e87-d1c8-bbd3-ab287811473f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"effectiveDateTime":"1984-08-05T12:51:09-07:00","issued":"1984-08-05T12:51:09.052-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"4abfb421-0096-08a9-ac23-0b967c259a38","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6299-2","display":"Urea Nitrogen"}],"text":"Urea Nitrogen"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","valueQuantity":{"value":7.9,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"060d4695-6ea3-8f3c-76ac-9808e43ca2c6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":4.2131,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"e1bbf812-ccdd-f7e9-190d-0f526f5f3ec5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38483-4","display":"Creatinine"}],"text":"Creatinine"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","valueQuantity":{"value":1.06,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"16dbf642-a6b3-fd47-e280-03f62be08e70","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":8.3565,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"b0b87800-4b06-d1c5-3d33-55fe3e5b3a9c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":29.261,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"e2613a67-0d64-a0a4-0c1d-5d3d71241500","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":83.604,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"60580d6a-6bcf-609f-a5e7-d1740a1b3a61","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T05:48:33-07:00","issued":"2020-04-18T05:48:33.638-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA27722-0","display":"Less than once a week"}],"text":"Less than once a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":69645,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"984 Prosacco Neck Suite 97"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":8,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"874dc6ce-b92a-1b2c-3ca4-64268bd02644","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":31.495,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"83b02da7-b189-3641-3168-b7b3fe761e88","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"49765-1","display":"Calcium"}],"text":"Calcium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","valueQuantity":{"value":9.04,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"5d8211a1-9ac1-395c-425d-84087bec98c1","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T06:26:58-07:00","issued":"2020-04-18T06:26:58.638-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"7af8c514-f9dd-c273-4b3f-63f28ff0cb8d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":35.474,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"fc5d6275-e324-75d2-dca8-0ccbfcea171c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2947-0","display":"Sodium"}],"text":"Sodium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","valueQuantity":{"value":136.96,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"39dff79d-b049-cd16-9dcc-8a36572bf557","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":42.685,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"27c100aa-045b-1ef1-46d4-cf8f43c9b736","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6298-4","display":"Potassium"}],"text":"Potassium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","valueQuantity":{"value":3.87,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"bdb9739b-5c62-3425-d317-f4cd6a98ff87","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":164.27,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"78443cf7-d9e2-5907-8fd0-1aea50f1cc2d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2069-3","display":"Chloride"}],"text":"Chloride"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","valueQuantity":{"value":102.61,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"248d998e-2a4a-1b5f-51b7-c800338a76c0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":413.93,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"cb9fefcb-f891-3db9-06c2-821a1e79c3bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"20565-8","display":"Carbon Dioxide"}],"text":"Carbon Dioxide"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","valueQuantity":{"value":27.08,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"7f59920c-e64b-089e-fb11-02e30f9e5ef4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"effectiveDateTime":"1987-06-25T09:31:28-07:00","issued":"1987-06-25T09:31:28.555-07:00","valueQuantity":{"value":12.278,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"9c884dc4-d626-9a48-fa3f-403992dde607","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"a8773363-025e-e339-92b2-4d1d7404abdb","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4548-4","display":"Hemoglobin A1c/Hemoglobin.total in Blood"}],"text":"Hemoglobin A1c/Hemoglobin.total in Blood"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:01:44-08:00","issued":"2020-02-09T02:01:44.723-08:00","valueQuantity":{"value":6.22,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"b322f7fe-3303-3e38-4dda-6b5cf54cb53a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T02:59:26-08:00","issued":"2020-02-09T02:59:26.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13902-4","display":"Quite a bit"}],"text":"Quite a bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":38347,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"322 Carroll Village"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"479afbf9-54c4-c639-348d-83b40fa52416","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T03:33:47-08:00","issued":"2020-02-09T03:33:47.723-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"c0e26638-7a45-6ddf-0916-e18a1a8a5f5b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"effectiveDateTime":"2020-02-09T04:13:17-08:00","issued":"2020-02-09T04:13:17.723-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"42813cda-e213-b86d-527c-740dd4e75f07","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"d32ac04e-5ecf-7ea1-1565-aa7e35db7e19","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2339-0","display":"Glucose"}],"text":"Glucose"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":89.64,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"86fb172c-b486-683b-7940-e3ae7cd45529","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6299-2","display":"Urea Nitrogen"}],"text":"Urea Nitrogen"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":15.53,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"3a1eedb8-8eac-ace7-2d34-cdd77484ec12","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38483-4","display":"Creatinine"}],"text":"Creatinine"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":2.5283,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"c1b76cf9-3106-8f12-21a7-17d4d3185543","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"49765-1","display":"Calcium"}],"text":"Calcium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":9.6,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"7d9b5705-0cf6-7ce3-450b-b1067006b9d5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2947-0","display":"Sodium"}],"text":"Sodium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":142.64,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"2757237f-bfd7-cc6c-ed8d-a378462692df","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6298-4","display":"Potassium"}],"text":"Potassium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":5.09,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"de73e065-27cc-871c-c068-ec41e187a409","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2069-3","display":"Chloride"}],"text":"Chloride"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":107.33,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"0444db07-07d7-f878-135e-f631cb6a8b5f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"20565-8","display":"Carbon Dioxide"}],"text":"Carbon Dioxide"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":26.56,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"0ef85551-fb86-f40a-ef25-9aa7d880fa67","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"33914-3","display":"Glomerular filtration rate/1.73 sq M.predicted"}],"text":"Glomerular filtration rate/1.73 sq M.predicted"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":9.8543,"unit":"mL/min","system":"http://unitsofmeasure.org","code":"mL/min"}} +{"resourceType":"Observation","id":"84a7cb55-8902-0699-8d4a-ccc14bcfec74","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2885-2","display":"Protein [Mass/volume] in Serum or Plasma"}],"text":"Protein [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":76.075,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"ffe88d05-b575-0699-5705-52b77c4e6e3c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1751-7","display":"Albumin [Mass/volume] in Serum or Plasma"}],"text":"Albumin [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":5.4946,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"b025b03c-0e7a-b7e5-9f0d-3185d9f0caa8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"10834-0","display":"Globulin [Mass/volume] in Serum by calculation"}],"text":"Globulin [Mass/volume] in Serum by calculation"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":2.7581,"unit":"g/L","system":"http://unitsofmeasure.org","code":"g/L"}} +{"resourceType":"Observation","id":"b5189eff-0af2-76ab-051c-aed2a97930eb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1975-2","display":"Bilirubin.total [Mass/volume] in Serum or Plasma"}],"text":"Bilirubin.total [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":1.1828,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"fe45c607-9191-1da6-4065-0d08c26427d6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6768-6","display":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":84.356,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"c1b72782-6add-9b93-f550-65c4c8d86269","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1742-6","display":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":22.773,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"f086d611-2a5c-ebdd-dc9c-46735be6c9ac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1920-8","display":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":7.2628,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"58679c16-66b8-669a-646e-f33927e0cfbf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":2.3313,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"ef7a532f-d5e4-9bba-c1c3-7412ba586030","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":4.4573,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"c8f11bce-d6ad-4a6f-38a5-109153cc6ad7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"effectiveDateTime":"2020-04-18T06:59:20-07:00","issued":"2020-04-18T06:59:20.638-07:00","valueQuantity":{"value":8,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"6fa2b005-6ffe-2d7d-2fa6-d03deabe018c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":13.091,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"4af49a5b-8b72-4550-5ad2-98cd26ea9051","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":172.7,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"40768641-2cf5-5e25-8c83-1bda0cc6fc38","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":26.515,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"7e9b784e-9c4b-fc51-4c3d-58decf21020d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"570ec8de-4d78-44ed-3a5b-3bca6a0e9a81","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":83.308,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"324e5f3d-cbf0-0556-d1e9-d67be9871c11","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":98.4,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"49b1caa5-a216-de39-d7a4-83de7c02d5f0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":28.899,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"e45e6149-a612-8a0e-1219-55187dc83731","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":33.01,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"3ec282f5-9b9b-6b0e-3199-93346f5e05e3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":33.1,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"f02a3c42-20d4-a78d-2f95-31e57899a951","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":98.81,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"82d8dac2-8044-d3c3-78b4-12dad4746358","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":44.165,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"9da345e2-4238-01f8-eab1-3ab84cb5760c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":343.5,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"4ddca110-abeb-12ba-b904-ba675a801a70","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":82,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":120,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"60722c82-af58-65c7-9d5f-40ad232ebec4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":392.77,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"1e82fe76-4660-1eed-95b1-58478626a5e8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":73,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"1851e8fe-0907-1a39-08b0-15f73cde32e9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"effectiveDateTime":"1987-07-27T04:31:28-07:00","issued":"1987-07-27T04:31:28.555-07:00","valueQuantity":{"value":12.113,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"f1b9c2fb-511d-0ad4-9f41-26681d304bf3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"14864a1e-b0c0-b796-ffdd-433841f07771","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":5.5266,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"9dc5e8d4-f108-2e39-ddba-744807ff9be7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":4.8203,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"871ccd30-d16f-9748-5d4f-ef1c996d2fca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":12.311,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"18c6a560-23f8-88af-2bf1-5b47daa086fe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":49.554,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"9e5641d8-8e6c-cdea-823e-61b2a80e5199","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":94.748,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"9190a6d2-4a43-0e5e-622b-5d3d2f00c2eb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":29.515,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"aa6340f3-d1bc-f606-148c-0088aa0ca4c2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":34.753,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"06bc3150-c82c-c452-ff42-051342addae9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":43.24,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"8e06e494-c1ca-654b-94bf-3783182a1af2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":206.67,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"19a0a9b4-d3e6-4390-2944-068538e83577","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":6,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f17e697a-ab5e-78fa-a8ab-75448880dc35","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":381.57,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"fbbf5367-d526-e981-1dc8-c957f35260c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2339-0","display":"Glucose"}],"text":"Glucose"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":86.23,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"07aa3a82-e58b-ed0a-0974-6f592f1bc418","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueQuantity":{"value":11.067,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"834f7d40-46d7-4205-f345-a172bed5b333","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6299-2","display":"Urea Nitrogen"}],"text":"Urea Nitrogen"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":9.48,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"85716ee1-08e7-0cac-1496-46677e63128f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:06:21-07:00","issued":"2019-06-19T17:06:21.361-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"cd800bfe-760d-79b2-fd5f-73f78203ebc2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38483-4","display":"Creatinine"}],"text":"Creatinine"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":2.7859,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"3d7b86b8-3193-2aba-a0c9-5416098dd2e6","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T17:33:17-07:00","issued":"2019-06-19T17:33:17.361-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"80bbc83b-bfef-09b5-ae4a-0c3992eaf26b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"49765-1","display":"Calcium"}],"text":"Calcium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":9.3,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"86554686-810e-4a1f-2f32-b59d2b3dd4be","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"effectiveDateTime":"2019-06-19T18:09:08-07:00","issued":"2019-06-19T18:09:08.361-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"1d232aca-e99e-5b27-03a3-c6fbf8051928","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T11:15:12-07:00","issued":"1985-08-11T11:15:12.052-07:00","valueQuantity":{"value":162,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"08dfdbb1-9c1f-25c2-3386-24a31a2b791e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2947-0","display":"Sodium"}],"text":"Sodium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":141.92,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"e28860a0-6ea1-9709-90e4-d3357f0df07e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T11:15:12-07:00","issued":"1985-08-11T11:15:12.052-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"86468542-6915-473b-a098-ad3c340199bc","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T11:15:12-07:00","issued":"1985-08-11T11:15:12.052-07:00","valueQuantity":{"value":71.6,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"a131ab31-ccf8-d640-e0e9-6fa065d35e38","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T11:15:12-07:00","issued":"1985-08-11T11:15:12.052-07:00","valueQuantity":{"value":27.28,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"b4c9e212-7406-3bb0-2847-5e7ebf753981","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T11:15:12-07:00","issued":"1985-08-11T11:15:12.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":118,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":151,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"b68dbe8a-941c-b04c-1911-8c069c247d90","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T11:15:12-07:00","issued":"1985-08-11T11:15:12.052-07:00","valueQuantity":{"value":66,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"4812fc70-749a-0f53-3785-c13a7660063c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T11:15:12-07:00","issued":"1985-08-11T11:15:12.052-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"2f049f23-6ad8-7913-83bf-aef06749aff3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T11:15:12-07:00","issued":"1985-08-11T11:15:12.052-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"947c82b1-24c5-2fa3-b4d0-c6f2059719d6","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"effectiveDateTime":"2020-11-27T18:52:58-08:00","issued":"2020-11-27T18:52:58.316-08:00","valueQuantity":{"value":174.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"f3f51954-ddd6-add3-47c3-35f1606b8335","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"effectiveDateTime":"2020-11-27T18:52:58-08:00","issued":"2020-11-27T18:52:58.316-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"db118691-c411-7626-18c8-6ec4d4b9ad1a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"effectiveDateTime":"2020-11-27T18:52:58-08:00","issued":"2020-11-27T18:52:58.316-08:00","valueQuantity":{"value":84.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"ced2a7f8-7a1b-2293-e8e8-852cd2c8da3b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"effectiveDateTime":"2020-11-27T18:52:58-08:00","issued":"2020-11-27T18:52:58.316-08:00","valueQuantity":{"value":27.95,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"288f87d4-76ac-addc-a91b-2bcb269305fc","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"effectiveDateTime":"2020-11-27T18:52:58-08:00","issued":"2020-11-27T18:52:58.316-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":86,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":120,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"59b44690-42bb-ab26-8e33-562afa587828","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"effectiveDateTime":"2020-11-27T18:52:58-08:00","issued":"2020-11-27T18:52:58.316-08:00","valueQuantity":{"value":70,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"dd3bb659-3f46-e2cc-8954-7702d52c5fdc","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"effectiveDateTime":"2020-11-27T18:52:58-08:00","issued":"2020-11-27T18:52:58.316-08:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"5db48d02-368f-686f-1986-debbbdbba9c6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"effectiveDateTime":"2020-11-27T18:52:58-08:00","issued":"2020-11-27T18:52:58.316-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"a8383436-fb4b-0ac2-af8b-ab21da1c05a7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T11:57:13-07:00","issued":"1985-08-11T11:57:13.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30133-5","display":"Yes, it has kept me from medical appointments or from getting my medications"}],"text":"Yes, it has kept me from medical appointments or from getting my medications"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30128-5","display":"Medicine or Any Health Care"}],"text":"Medicine or Any Health Care"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":11351,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30138-4","display":"Part-time or temporary work"}],"text":"Part-time or temporary work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"958 Johnston Crossroad"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":8,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"b84d5028-4784-7e51-e054-fe304fee858f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"effectiveDateTime":"2020-11-27T19:50:16-08:00","issued":"2020-11-27T19:50:16.316-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7843,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"356 Schinner Rapid Unit 90"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"80021c55-d90d-bf8e-0951-7e6574785a05","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T12:26:39-07:00","issued":"1985-08-11T12:26:39.052-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"7a0afe65-3e69-cef2-e6a0-05b2ffe0bfec","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T12:52:03-07:00","issued":"1985-08-11T12:52:03.052-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"ef705f94-afb9-d9e3-71b3-91b4f9184e95","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59460-6","display":"Fall risk total [Morse Fall Scale]"}],"text":"Fall risk total [Morse Fall Scale]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"effectiveDateTime":"2020-11-27T20:19:21-08:00","issued":"2020-11-27T20:19:21.316-08:00","valueQuantity":{"value":39,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}} +{"resourceType":"Observation","id":"f266c8e5-2f11-1c4a-722a-ac70cdf4961c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T13:32:13-07:00","issued":"1985-08-11T13:32:13.052-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"742bc1e9-2da5-1d9c-8b12-f85a6970cbdd","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59461-4","display":"Fall risk level [Morse Fall Scale]"}],"text":"Fall risk level [Morse Fall Scale]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"effectiveDateTime":"2020-11-27T20:19:21-08:00","issued":"2020-11-27T20:19:21.316-08:00","valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13039-5","display":"Moderate Risk (MFS Score 25 - 45)"}],"text":"Moderate Risk (MFS Score 25 - 45)"}} +{"resourceType":"Observation","id":"d2cfe59b-e5e8-8ba9-3e96-02ab873d9a2e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"effectiveDateTime":"1985-08-11T14:07:49-07:00","issued":"1985-08-11T14:07:49.052-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f3369776-d358-9c0b-c698-3b6f85ccfb48","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"effectiveDateTime":"2020-11-27T20:57:06-08:00","issued":"2020-11-27T20:57:06.316-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"45237231-4b78-8c51-1a4e-e4a882d1d551","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","valueQuantity":{"value":166.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"3b9d6654-0811-1e27-a62b-1ca094a5dd2d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"dc54f61a-9dda-8393-04d0-d60e90dc53fd","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","valueQuantity":{"value":83.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"4ff82cfe-5b90-8703-6de0-dfdae3092af6","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","valueQuantity":{"value":30.12,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"a908835c-bd2e-ae95-842c-e5ec1810f2a2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":83,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":106,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"c9abf9f9-0b93-2471-9f0e-3bba2a8e13e3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","valueQuantity":{"value":70,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"e3aff8a4-d7bd-4172-7bc6-3c1fce621537","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"fc4ee43c-6f97-9e0b-cce4-5275e1bf703c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2339-0","display":"Glucose"}],"text":"Glucose"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","valueQuantity":{"value":93.16,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"30e49fd5-7ed7-cd68-78db-00dea3bcbb76","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6299-2","display":"Urea Nitrogen"}],"text":"Urea Nitrogen"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","valueQuantity":{"value":15.07,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"a3cd6d34-aa7c-26d3-31ae-77de3a4a2c50","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38483-4","display":"Creatinine"}],"text":"Creatinine"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","valueQuantity":{"value":1.05,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"6c6de084-ab12-4159-2b3c-932ee76eb560","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"49765-1","display":"Calcium"}],"text":"Calcium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","valueQuantity":{"value":8.58,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"0a19db43-af77-05ad-ed47-4fd4104244ef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2947-0","display":"Sodium"}],"text":"Sodium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","valueQuantity":{"value":137.82,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"4a7bc27e-416b-7a4b-bf68-0f6cab6ee7b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6298-4","display":"Potassium"}],"text":"Potassium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","valueQuantity":{"value":4.6,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"607c643d-7d67-ade0-b8a3-3ccb995ad3ee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2069-3","display":"Chloride"}],"text":"Chloride"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","valueQuantity":{"value":105.22,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"d3bf403f-d1c7-63e8-a7b9-25c7d9b9a083","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"20565-8","display":"Carbon Dioxide"}],"text":"Carbon Dioxide"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","valueQuantity":{"value":27.18,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"b1ce27ea-2d02-6798-7dca-1e5119632ca7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"ec4a697d-315c-a8ff-9fb1-40c50432fb8e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4548-4","display":"Hemoglobin A1c/Hemoglobin.total in Blood"}],"text":"Hemoglobin A1c/Hemoglobin.total in Blood"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:01:44-08:00","issued":"2021-02-14T02:01:44.723-08:00","valueQuantity":{"value":6.13,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"7228fa86-bc98-8867-14da-5f81799b0876","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T02:43:04-08:00","issued":"2021-02-14T02:43:04.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":38347,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"322 Carroll Village"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"6862559b-85f7-f401-598c-fbb8d3c156e8","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T03:20:25-08:00","issued":"2021-02-14T03:20:25.723-08:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f7d5ff44-5a7f-3bc0-1fef-558c00afc33d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"44261-6","display":"Patient Health Questionnaire 9 item (PHQ-9) total score [Reported]"}],"text":"Patient Health Questionnaire 9 item (PHQ-9) total score [Reported]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"effectiveDateTime":"2021-02-14T03:47:33-08:00","issued":"2021-02-14T03:47:33.723-08:00","valueQuantity":{"value":25,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f3065eb3-9ad1-9545-e6fc-99d708b01a14","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6298-4","display":"Potassium"}],"text":"Potassium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":3.93,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"df2db9fd-c395-6bdd-6ff7-2c189f87876c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2069-3","display":"Chloride"}],"text":"Chloride"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":109.11,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"934de0b3-bb2e-550a-fc99-72ed66799ff5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"20565-8","display":"Carbon Dioxide"}],"text":"Carbon Dioxide"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":22.55,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"f4f8a6a2-990a-6724-1182-e6feff187d4d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"33914-3","display":"Glomerular filtration rate/1.73 sq M.predicted"}],"text":"Glomerular filtration rate/1.73 sq M.predicted"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":22.731,"unit":"mL/min","system":"http://unitsofmeasure.org","code":"mL/min"}} +{"resourceType":"Observation","id":"8cb2b6cc-7b4d-b18e-246d-2643348bcf2a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2885-2","display":"Protein [Mass/volume] in Serum or Plasma"}],"text":"Protein [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":73.216,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"fd06ee23-424b-fa2b-0e27-d65c3d6617f7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1751-7","display":"Albumin [Mass/volume] in Serum or Plasma"}],"text":"Albumin [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":5.0123,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"cf2e1e93-acdc-5e11-7a85-c94171b89ea2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"10834-0","display":"Globulin [Mass/volume] in Serum by calculation"}],"text":"Globulin [Mass/volume] in Serum by calculation"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":2.7155,"unit":"g/L","system":"http://unitsofmeasure.org","code":"g/L"}} +{"resourceType":"Observation","id":"ac417e45-8d79-c97d-dfe5-481de59429b4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1975-2","display":"Bilirubin.total [Mass/volume] in Serum or Plasma"}],"text":"Bilirubin.total [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":0.43392,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"9c8e4722-67de-7b05-5e37-a876e471d7a1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6768-6","display":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":120.07,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"0b054a96-56f8-0613-bd0a-8f9345e0a861","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1742-6","display":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":39.525,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"e9297d95-36f4-8891-cb57-8816e4898c3e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1920-8","display":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":28.609,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"848cc0e2-3e01-07e1-b904-cdf01f650bef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":4.0638,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"0a1a698e-2b5c-2910-db4c-7475871adde6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":4.3923,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"b9634dbf-2edf-b84a-48ed-4acd9034fce6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":9.8787,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"d31759b1-8656-b38f-1b5b-228f0b5513d7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":31.486,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"0614f102-611c-cca6-0d5a-5ca7083452dd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":81.674,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"b636a028-f0df-9652-efcc-e07ec42301a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":30.917,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"e38be247-2728-d0c3-b134-e15d0a3e6303","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":33.602,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"b031ff21-addc-894f-cdd4-160a7fe8bdba","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":45.113,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"c2ce456d-544d-0161-2394-46b454789e99","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":429.54,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"cbfb254c-ce31-90b1-b050-55149cd1a7ce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":365.76,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"ca0def18-0cec-f6b5-70e3-22d2cbea8176","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"effectiveDateTime":"1987-08-28T22:31:28-07:00","issued":"1987-08-28T22:31:28.555-07:00","valueQuantity":{"value":12.189,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"9f622e2a-ea50-6617-c2e7-3f24d2434601","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"effectiveDateTime":"1986-08-17T11:15:12-07:00","issued":"1986-08-17T11:15:12.052-07:00","valueQuantity":{"value":162,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"b83752d3-3646-20a7-36c7-ab5542a358bb","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"effectiveDateTime":"1986-08-17T11:15:12-07:00","issued":"1986-08-17T11:15:12.052-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"29391ee2-c5ff-05f1-001a-b06be6722774","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"effectiveDateTime":"1986-08-17T11:15:12-07:00","issued":"1986-08-17T11:15:12.052-07:00","valueQuantity":{"value":71.6,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"98ec460e-3a36-b51e-dcf8-6ae0105314cd","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"effectiveDateTime":"1986-08-17T11:15:12-07:00","issued":"1986-08-17T11:15:12.052-07:00","valueQuantity":{"value":27.28,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"bd328bab-aece-6e53-1019-0a7b7d9a6fc7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"effectiveDateTime":"1986-08-17T11:15:12-07:00","issued":"1986-08-17T11:15:12.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":103,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":147,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"6eeeeb28-882c-1d49-4e3d-4b5f50329275","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"effectiveDateTime":"1986-08-17T11:15:12-07:00","issued":"1986-08-17T11:15:12.052-07:00","valueQuantity":{"value":94,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"5019629f-f8e6-f91c-efb6-fb4aa027b7f3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"effectiveDateTime":"1986-08-17T11:15:12-07:00","issued":"1986-08-17T11:15:12.052-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"3b7243c1-f5fd-cd62-679e-0f1b3c46bd96","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"effectiveDateTime":"1986-08-17T11:15:12-07:00","issued":"1986-08-17T11:15:12.052-07:00","valueQuantity":{"value":176.12,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"1d9f2efc-6f00-407e-f003-0c94bf4a4364","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"effectiveDateTime":"1986-08-17T11:15:12-07:00","issued":"1986-08-17T11:15:12.052-07:00","valueQuantity":{"value":134.37,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"077a1cd9-7c55-ab36-f837-cc6236d4dfc6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"effectiveDateTime":"1986-08-17T11:15:12-07:00","issued":"1986-08-17T11:15:12.052-07:00","valueQuantity":{"value":73.3,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"d2fd19a3-9561-5583-ac53-d858a22e5a7c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"effectiveDateTime":"1986-08-17T11:15:12-07:00","issued":"1986-08-17T11:15:12.052-07:00","valueQuantity":{"value":75.94,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"0dbb9750-9bed-2ca8-e3a9-ea0323a522d0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"effectiveDateTime":"1986-08-17T11:15:12-07:00","issued":"1986-08-17T11:15:12.052-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"1e558562-8ad7-2a90-aafb-d61a7ba6e2dd","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":5,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e5ada011-bb60-a3e6-7b22-27063922928a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2339-0","display":"Glucose"}],"text":"Glucose"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":89.43,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"9f84799b-cf41-4686-ab38-4d5aefd4750e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"effectiveDateTime":"1986-08-17T12:08:11-07:00","issued":"1986-08-17T12:08:11.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30130-1","display":"1 or 2 times a week"}],"text":"1 or 2 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30134-3","display":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}],"text":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30127-7","display":"Childcare"}],"text":"Childcare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":11351,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"958 Johnston Crossroad"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":8,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"02dd6f22-b6f7-aa2e-0a5c-5ce59f2bb8b9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6299-2","display":"Urea Nitrogen"}],"text":"Urea Nitrogen"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":16.4,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"cfd64072-48df-c62d-4176-2bd49522e332","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"effectiveDateTime":"1986-08-17T12:26:24-07:00","issued":"1986-08-17T12:26:24.052-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"93c88418-0ac1-5e2d-8189-c203a4dffcf0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38483-4","display":"Creatinine"}],"text":"Creatinine"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":2.6,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"bf20bf5c-c43a-230c-9955-106cfbf721e8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"49765-1","display":"Calcium"}],"text":"Calcium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":8.72,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"163e6e88-241b-994a-5687-83d418647ba3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2947-0","display":"Sodium"}],"text":"Sodium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":142.33,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"17658ae2-65b2-d4f3-6e60-a5b5345132c4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6298-4","display":"Potassium"}],"text":"Potassium"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":4.07,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"a141dc25-76a7-4311-575c-37bd1126e91a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2069-3","display":"Chloride"}],"text":"Chloride"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":106.42,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"c4bc0387-5645-f263-9d81-e067d1c7937d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"20565-8","display":"Carbon Dioxide"}],"text":"Carbon Dioxide"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":24.51,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"83e5b2f6-846c-334c-f4f0-7dec2e889cdd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"33914-3","display":"Glomerular filtration rate/1.73 sq M.predicted"}],"text":"Glomerular filtration rate/1.73 sq M.predicted"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":18.907,"unit":"mL/min","system":"http://unitsofmeasure.org","code":"mL/min"}} +{"resourceType":"Observation","id":"43db94a5-5a67-c30e-6411-43556e54a697","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2885-2","display":"Protein [Mass/volume] in Serum or Plasma"}],"text":"Protein [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":73.488,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"585fa6c7-bad1-f637-c6fd-03ef92b87a0a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1751-7","display":"Albumin [Mass/volume] in Serum or Plasma"}],"text":"Albumin [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":5.1119,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"72d70f9b-4bce-965b-9160-50ed63d4ff6a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"10834-0","display":"Globulin [Mass/volume] in Serum by calculation"}],"text":"Globulin [Mass/volume] in Serum by calculation"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":2.4398,"unit":"g/L","system":"http://unitsofmeasure.org","code":"g/L"}} +{"resourceType":"Observation","id":"7f82ada7-706e-6702-a9d1-4d3efe794dd3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1975-2","display":"Bilirubin.total [Mass/volume] in Serum or Plasma"}],"text":"Bilirubin.total [Mass/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":1.1849,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"bb79e846-ad80-85e4-3b54-5bc6ff4528a1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6768-6","display":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":130.07,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"70638468-c31d-1a53-85fb-0bafc2e57dfe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1742-6","display":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":30.653,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"b0608190-e9e7-07f8-d05a-e71baa81babb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"1920-8","display":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"}],"text":"Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":17.109,"unit":"U/L","system":"http://unitsofmeasure.org","code":"U/L"}} +{"resourceType":"Observation","id":"d1594322-a8a9-98c1-4750-08002d8a0764","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":3.2091,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"f31d89e1-27d2-5219-a259-974b5c83c28d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":4.3352,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"03cc01b0-c396-695a-f71c-9a4c8472cc72","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":11.942,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"f1fe67a3-9696-8b7f-187b-b255e55377bf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":34.914,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"c8838c33-74ca-ec1e-e378-b29e010233ab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":89.207,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"8c40b5ca-2cac-cf94-cfff-3064582b434a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":30.855,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"e668278a-3232-0481-3c05-715879ae1623","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":34.194,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"f3cad04b-1782-0076-1663-5c3ceb851600","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":40.859,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"49e765df-6193-93ed-9295-4fc993fbfe05","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":330.68,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"33b9709c-865d-6979-519b-03d1240c0f04","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":197.48,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"e76f0b1c-d632-c43e-3c80-d8a36956b50f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"effectiveDateTime":"1987-09-30T14:31:28-07:00","issued":"1987-09-30T14:31:28.555-07:00","valueQuantity":{"value":11.2,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"2a35e88d-79d6-f8af-f2f6-69500111dd0e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T18:52:58-08:00","issued":"2021-12-03T18:52:58.316-08:00","valueQuantity":{"value":174.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"c86c3791-ced9-7ffd-e852-2487cfb85fc1","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T18:52:58-08:00","issued":"2021-12-03T18:52:58.316-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"49799466-7b5b-9b7e-0f49-866225949ea8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T18:52:58-08:00","issued":"2021-12-03T18:52:58.316-08:00","valueQuantity":{"value":84.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"f2e5367f-97c6-a998-5672-59842a15d39e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T18:52:58-08:00","issued":"2021-12-03T18:52:58.316-08:00","valueQuantity":{"value":27.95,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"febb2db4-a18f-7007-612a-ff5c9959eef4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T18:52:58-08:00","issued":"2021-12-03T18:52:58.316-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":84,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":127,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"ccc95e23-2aac-33f1-e0f4-a8b1700e3fa9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T18:52:58-08:00","issued":"2021-12-03T18:52:58.316-08:00","valueQuantity":{"value":90,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"1055d64f-c2cb-bf37-121a-1253c8b5ead8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T18:52:58-08:00","issued":"2021-12-03T18:52:58.316-08:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"0d61e391-d566-e70d-707e-ca35279be671","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T18:52:58-08:00","issued":"2021-12-03T18:52:58.316-08:00","valueQuantity":{"value":163.37,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"8bdf88af-d74b-67cc-5caf-409e14dd6b2b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T18:52:58-08:00","issued":"2021-12-03T18:52:58.316-08:00","valueQuantity":{"value":137.67,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"f3ec48ad-99ce-f71d-7f52-2751c8c925ef","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"procedure","display":"procedure"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"19926-5","display":"FEV1/FVC"}],"text":"FEV1/FVC"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T11:54:23-07:00","issued":"1988-06-11T11:54:23.555-07:00","valueQuantity":{"value":70.331,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"1df3b447-ffce-11d5-08ff-4d60d5a5eca2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T11:54:23-07:00","issued":"1988-06-11T11:54:23.555-07:00","valueQuantity":{"value":168.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"34a28388-660b-a044-e8a7-6be5b74c0fd2","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T11:54:23-07:00","issued":"1988-06-11T11:54:23.555-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"8f4236eb-120e-72d1-abc6-8de85ede823d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T11:54:23-07:00","issued":"1988-06-11T11:54:23.555-07:00","valueQuantity":{"value":85.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"a78f0c28-fd47-0e09-cfe4-b6a2d11ca33b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T11:54:23-07:00","issued":"1988-06-11T11:54:23.555-07:00","valueQuantity":{"value":30.22,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"1d382db9-c304-7dd3-d584-86ab138ce712","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T11:54:23-07:00","issued":"1988-06-11T11:54:23.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":82,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":121,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"09b4d69a-c106-a7e8-2f74-8f56bb393089","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T11:54:23-07:00","issued":"1988-06-11T11:54:23.555-07:00","valueQuantity":{"value":88,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"eb616e50-a5be-d181-2657-f85c7ddeafba","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T11:54:23-07:00","issued":"1988-06-11T11:54:23.555-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"bc83e12d-7b26-4c51-5e61-5bb7723c5a2c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T11:54:23-07:00","issued":"1988-06-11T11:54:23.555-07:00","valueQuantity":{"value":172.43,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"df06b8d2-2f1e-7eb5-d784-fbd063485021","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T11:54:23-07:00","issued":"1988-06-11T11:54:23.555-07:00","valueQuantity":{"value":109.91,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"c4aeb8f3-d9cc-bb29-9d15-b7db9dc5c32b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T11:54:23-07:00","issued":"1988-06-11T11:54:23.555-07:00","valueQuantity":{"value":88.17,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"0d870462-7297-9afe-2b12-6281a53a3204","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T11:54:23-07:00","issued":"1988-06-11T11:54:23.555-07:00","valueQuantity":{"value":62.28,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"e77c0e45-1c92-d049-fb9f-5ec10dda0d9f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T11:54:23-07:00","issued":"1988-06-11T11:54:23.555-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"fadddba8-be81-a31e-0082-a71071f21b7a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T12:47:59-07:00","issued":"1988-06-11T12:47:59.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30127-7","display":"Childcare"}],"text":"Childcare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7135,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"563 Batz Ville"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"1406593c-b867-8dfe-b136-a2c5cbd42936","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T13:10:50-07:00","issued":"1988-06-11T13:10:50.555-07:00","valueQuantity":{"value":6,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"fae8c956-6c21-ad8d-208a-6dbbeea2e568","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T13:40:20-07:00","issued":"1988-06-11T13:40:20.555-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"c21b8e39-1efa-f787-730c-763001c1f1b1","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"effectiveDateTime":"1988-06-11T14:17:23-07:00","issued":"1988-06-11T14:17:23.555-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"d033203f-ec1c-69f5-b182-e2802c089696","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":166.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"505c316c-3abb-a4ba-5e53-b690376000a9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"35822da3-d214-d6f2-2fa0-e7ce75687a08","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":83.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"06a860a7-9860-2355-bb59-7bc6996cf2ef","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":30.12,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"497b12cf-b781-e95b-1f12-0f61c7d4c8f5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":79,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":115,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"75753ac9-28d8-2a06-9c0a-29b9395511b9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T18:52:58-08:00","issued":"2021-12-03T18:52:58.316-08:00","valueQuantity":{"value":66.01,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"89b33160-5124-e901-1bf8-2957b3c21a6e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":69,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"65c60873-a510-44db-555f-f354bafe0f3b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T18:52:58-08:00","issued":"2021-12-03T18:52:58.316-08:00","valueQuantity":{"value":69.83,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"cc9ba81f-696c-5ecc-5583-bfe228b76c10","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"7bf28f27-a22b-518a-5ded-52e982ea44f7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T18:52:58-08:00","issued":"2021-12-03T18:52:58.316-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"ea9a402a-41dd-5c0e-02ce-e5b35b3f84d8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2339-0","display":"Glucose"}],"text":"Glucose"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":68.42,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"24671804-c24e-df67-6486-d22855dca42e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6299-2","display":"Urea Nitrogen"}],"text":"Urea Nitrogen"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":7.16,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"90bb08f2-1ca4-718e-a0e8-b8bd04327647","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38483-4","display":"Creatinine"}],"text":"Creatinine"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":1.11,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"92ee8d85-fa0f-4a51-2770-23c2ffb06aca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"49765-1","display":"Calcium"}],"text":"Calcium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":8.84,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"2087fd77-e1ce-41da-4603-c64f7d3851b6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2947-0","display":"Sodium"}],"text":"Sodium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":141.78,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"fc5132bc-5a25-1233-34c8-f974dc976282","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6298-4","display":"Potassium"}],"text":"Potassium"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":4.05,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"c86962dd-b39e-e44a-9562-2fd9915d1748","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T19:47:21-08:00","issued":"2021-12-03T19:47:21.316-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30128-5","display":"Medicine or Any Health Care"}],"text":"Medicine or Any Health Care"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7843,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"356 Schinner Rapid Unit 90"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"5679ebcf-78c7-ad0b-0b95-58b60f661185","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2069-3","display":"Chloride"}],"text":"Chloride"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":110.3,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"fa63cbf4-6106-3e5a-72f6-6df8e7483fd6","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T20:04:06-08:00","issued":"2021-12-03T20:04:06.316-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"23cd7f54-287e-a9b9-0779-31b5a7455798","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"20565-8","display":"Carbon Dioxide"}],"text":"Carbon Dioxide"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":25.34,"unit":"mmol/L","system":"http://unitsofmeasure.org","code":"mmol/L"}} +{"resourceType":"Observation","id":"ced5ff54-2e0a-8d57-45a2-5c4ea6870f06","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59460-6","display":"Fall risk total [Morse Fall Scale]"}],"text":"Fall risk total [Morse Fall Scale]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T20:25:29-08:00","issued":"2021-12-03T20:25:29.316-08:00","valueQuantity":{"value":60,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}} +{"resourceType":"Observation","id":"7f57b4df-9296-0f81-6754-bb3111b64ff9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":179.03,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"f56834d5-3ebf-4bcd-8ea8-cc1c5f07d0b4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59461-4","display":"Fall risk level [Morse Fall Scale]"}],"text":"Fall risk level [Morse Fall Scale]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T20:25:29-08:00","issued":"2021-12-03T20:25:29.316-08:00","valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13040-3","display":"High Risk (MFS Score 50+)"}],"text":"High Risk (MFS Score 50+)"}} +{"resourceType":"Observation","id":"09803fdf-ef0b-970f-13fd-141a85da481f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T20:57:29-08:00","issued":"2021-12-03T20:57:29.316-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"233dd710-9bf8-0016-4f15-472eb4335071","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":127.18,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"644e52e4-c3e9-0660-6156-e476fbffdfb9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":91.58,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"23b98e56-43f2-8e4a-1fef-840b77157724","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T21:30:49-08:00","issued":"2021-12-03T21:30:49.316-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"a11a7848-7574-0d7f-99fa-23416c972e19","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":62.02,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"16932fed-d0f0-440e-e104-f12d8bf6f452","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":6.6414,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"d5a3b1b0-f01a-0ed8-f12f-0c6a43f624af","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"effectiveDateTime":"2021-12-03T22:14:11-08:00","issued":"2021-12-03T22:14:11.316-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f25aba63-68eb-6fab-7720-c07ba77edcbe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":4.4777,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"038acc5f-7967-74b7-e377-6e749cfadab5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":15.284,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"e6cf9c5d-da02-165a-40d3-9d278bf11431","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":38.288,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"1fadb56f-af8a-32c9-7500-745ae9b241b4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":89.372,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"77d1a34c-8ff5-ffcb-fcaf-fdbf6135a868","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":30.468,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"c3a5cbac-08e2-0b78-f6ee-90650cb81288","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":34.896,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"f25c08d3-ecf9-0543-209c-ff7074a769ff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":39.103,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"0c5dd972-6420-933b-91d2-800bbbdad94e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":363.05,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"fe808a0f-22cb-6381-7c74-1e245690da12","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"effectiveDateTime":"1987-08-23T11:15:12-07:00","issued":"1987-08-23T11:15:12.052-07:00","valueQuantity":{"value":162,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"7eef39ac-e547-b78d-97a2-7a9e06b196b2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":384.99,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"56091812-40a6-d2eb-23a2-f03d09ceba1a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"effectiveDateTime":"1987-08-23T11:15:12-07:00","issued":"1987-08-23T11:15:12.052-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"2bfd7977-3377-8a4d-b3d1-bb3c67b0bd85","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":9.511,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"ccd96aa8-8431-1f2d-5491-046e2e5e9798","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"effectiveDateTime":"1987-08-23T11:15:12-07:00","issued":"1987-08-23T11:15:12.052-07:00","valueQuantity":{"value":71.6,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"8f8266cb-9510-acab-a8e3-734b8b03085f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"effectiveDateTime":"1987-08-23T11:15:12-07:00","issued":"1987-08-23T11:15:12.052-07:00","valueQuantity":{"value":27.28,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"1ad4a426-6a8f-4b75-14c9-b55f02dad9e4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"1f0b4d41-9721-112d-21cf-ced71f820a91","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4548-4","display":"Hemoglobin A1c/Hemoglobin.total in Blood"}],"text":"Hemoglobin A1c/Hemoglobin.total in Blood"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:01:44-08:00","issued":"2022-02-20T02:01:44.723-08:00","valueQuantity":{"value":6.11,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"3a326e8d-7712-b977-0792-abafa8e6aed3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"effectiveDateTime":"1987-08-23T11:15:12-07:00","issued":"1987-08-23T11:15:12.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":105,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":156,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"b83cf07d-69e7-42e3-b49e-2abb16252b9b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"effectiveDateTime":"1987-08-23T11:15:12-07:00","issued":"1987-08-23T11:15:12.052-07:00","valueQuantity":{"value":89,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"8b81094d-c03d-3057-89f5-3018d984f694","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"effectiveDateTime":"1987-08-23T11:15:12-07:00","issued":"1987-08-23T11:15:12.052-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"a4661bb8-84f5-d764-b17f-f289cf415308","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"effectiveDateTime":"1987-08-23T11:15:12-07:00","issued":"1987-08-23T11:15:12.052-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"2f9dd6a0-4074-964c-9d71-e5fe20ffdd1b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T02:43:25-08:00","issued":"2022-02-20T02:43:25.723-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":38347,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30137-6","display":"Otherwise unemployed but not seeking work"}],"text":"Otherwise unemployed but not seeking work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"322 Carroll Village"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30187-1","display":"Pacific Islander"}],"text":"Pacific Islander"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"a62f83af-7809-ed1e-7178-872fd7cc483b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T03:06:27-08:00","issued":"2022-02-20T03:06:27.723-08:00","valueQuantity":{"value":7,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f6f8ee11-374e-1a67-37c2-8579f01f6881","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"effectiveDateTime":"2022-02-20T03:42:55-08:00","issued":"2022-02-20T03:42:55.723-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"8d2f82a0-9104-2d18-cce9-189de902d31f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"effectiveDateTime":"1987-08-23T12:11:03-07:00","issued":"1987-08-23T12:11:03.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13909-9","display":"Somewhat"}],"text":"Somewhat"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30134-3","display":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}],"text":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30128-5","display":"Medicine or Any Health Care"}],"text":"Medicine or Any Health Care"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":11351,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"958 Johnston Crossroad"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":8,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"b3d6c178-58fd-3893-3b7f-79bf2a181e95","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"effectiveDateTime":"1987-08-23T12:37:58-07:00","issued":"1987-08-23T12:37:58.052-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"16add6e1-aba4-9ada-8d84-6b744be7f0ac","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"effectiveDateTime":"1987-08-23T13:17:03-07:00","issued":"1987-08-23T13:17:03.052-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"cbed43a9-b680-8d14-1b02-8cae4134b50c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodytemp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8310-5","display":"Body temperature"},{"system":"http://loinc.org","code":"8331-1","display":"Oral temperature"}],"text":"Body temperature"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/4917262a-3d2a-4e88-5a1c-aa0bc5c8dd38"},"effectiveDateTime":"2019-12-10T20:06:21-08:00","issued":"2019-12-10T20:06:21.361-08:00","valueQuantity":{"value":37.145,"unit":"Cel","system":"http://unitsofmeasure.org","code":"Cel"}} +{"resourceType":"Observation","id":"23a9b39f-cd09-6024-b38d-a962127c5a7e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"effectiveDateTime":"2019-12-18T16:06:21-08:00","issued":"2019-12-18T16:06:21.361-08:00","valueQuantity":{"value":173.7,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"ac8d4af7-e608-e813-da84-d6a4ad02c1e1","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"effectiveDateTime":"2019-12-18T16:06:21-08:00","issued":"2019-12-18T16:06:21.361-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"5d572999-e32b-a23e-8d2b-1d7858b2b120","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"effectiveDateTime":"2019-12-18T16:06:21-08:00","issued":"2019-12-18T16:06:21.361-08:00","valueQuantity":{"value":102.6,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"23c9e319-cbce-f83b-2b4a-43f7629de286","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"effectiveDateTime":"2019-12-18T16:06:21-08:00","issued":"2019-12-18T16:06:21.361-08:00","valueQuantity":{"value":34.03,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"162848a6-87bc-d718-5fa5-7a3d6a128590","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"effectiveDateTime":"2019-12-18T16:06:21-08:00","issued":"2019-12-18T16:06:21.361-08:00","valueQuantity":{"value":99.013,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"01dd9da1-8c77-0a58-fc84-b3165791bb8a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"effectiveDateTime":"2019-12-18T16:06:21-08:00","issued":"2019-12-18T16:06:21.361-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":82,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":113,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"259c0173-d6ae-c33b-41d0-53f8e39eba79","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"effectiveDateTime":"2019-12-18T16:06:21-08:00","issued":"2019-12-18T16:06:21.361-08:00","valueQuantity":{"value":67,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"9317229b-b216-d043-7523-703563a2ba3b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"effectiveDateTime":"2019-12-18T16:06:21-08:00","issued":"2019-12-18T16:06:21.361-08:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"084e8f05-e7a3-48f2-17ea-036978400fec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"effectiveDateTime":"2019-12-18T16:06:21-08:00","issued":"2019-12-18T16:06:21.361-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"cbbc35a3-1231-b1d7-af03-df37a9311b8c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"effectiveDateTime":"2019-12-18T16:31:22-08:00","issued":"2019-12-18T16:31:22.361-08:00","valueQuantity":{"value":8,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"9ef0ed34-afc0-dccb-01bc-403c8d75ebde","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"effectiveDateTime":"2019-12-18T17:07:21-08:00","issued":"2019-12-18T17:07:21.361-08:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"8552d267-a0bd-1595-477b-e8e1718329ff","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T11:15:12-07:00","issued":"1988-08-28T11:15:12.052-07:00","valueQuantity":{"value":162,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"0bf5849c-ead7-e687-8082-66685d9f52b3","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T11:15:12-07:00","issued":"1988-08-28T11:15:12.052-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e58a0ebe-97a1-6acc-0041-0930dc64baeb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T11:15:12-07:00","issued":"1988-08-28T11:15:12.052-07:00","valueQuantity":{"value":71.6,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"cc1d8867-c332-5b5d-5420-04da97c07e32","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T11:15:12-07:00","issued":"1988-08-28T11:15:12.052-07:00","valueQuantity":{"value":27.28,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"b78ae630-44b9-f6f4-11f1-1fd0e08e20d7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T11:15:12-07:00","issued":"1988-08-28T11:15:12.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":104,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":157,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"0ace2352-4d80-14e2-9c2c-2f881aad90e1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T11:15:12-07:00","issued":"1988-08-28T11:15:12.052-07:00","valueQuantity":{"value":99,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"d72de18d-8575-1120-93c0-9504aac3c23f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T11:15:12-07:00","issued":"1988-08-28T11:15:12.052-07:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"3b84a350-38cb-e5a3-e6e3-7da23eec5a43","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T11:15:12-07:00","issued":"1988-08-28T11:15:12.052-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"3fcbec0e-d084-c525-eecb-93c709ea85dc","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"procedure","display":"procedure"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"19926-5","display":"FEV1/FVC"}],"text":"FEV1/FVC"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"effectiveDateTime":"1989-06-17T11:54:23-07:00","issued":"1989-06-17T11:54:23.555-07:00","valueQuantity":{"value":70.953,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"9ee10410-f50c-04f3-947a-ec0ff5161e51","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T12:13:02-07:00","issued":"1988-08-28T12:13:02.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30134-3","display":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}],"text":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30124-4","display":"Utilities"}],"text":"Utilities"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":11351,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30137-6","display":"Otherwise unemployed but not seeking work"}],"text":"Otherwise unemployed but not seeking work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"958 Johnston Crossroad"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":8,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"77aecbb7-e3b4-8404-6a9d-00647baff730","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"effectiveDateTime":"1989-06-17T11:54:23-07:00","issued":"1989-06-17T11:54:23.555-07:00","valueQuantity":{"value":168.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"374692fb-f4cd-c9fe-c741-cd9ee72b19d3","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T12:30:53-07:00","issued":"1988-08-28T12:30:53.052-07:00","valueQuantity":{"value":10,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"b367ad74-7082-a1cc-2739-9b5944b32afa","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"effectiveDateTime":"1989-06-17T11:54:23-07:00","issued":"1989-06-17T11:54:23.555-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"5dcf33d4-f92d-9129-4ac1-9fbc51c0af6f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59460-6","display":"Fall risk total [Morse Fall Scale]"}],"text":"Fall risk total [Morse Fall Scale]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T12:51:03-07:00","issued":"1988-08-28T12:51:03.052-07:00","valueQuantity":{"value":21,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}} +{"resourceType":"Observation","id":"697b4d2d-7e04-9d83-18cb-1692ee3eee65","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"effectiveDateTime":"1989-06-17T11:54:23-07:00","issued":"1989-06-17T11:54:23.555-07:00","valueQuantity":{"value":85.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"2b072a16-0c2e-cea7-c302-69ba9d1b097c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59461-4","display":"Fall risk level [Morse Fall Scale]"}],"text":"Fall risk level [Morse Fall Scale]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T12:51:03-07:00","issued":"1988-08-28T12:51:03.052-07:00","valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13038-7","display":"Low Risk (MFS Score 0 - 24)"}],"text":"Low Risk (MFS Score 0 - 24)"}} +{"resourceType":"Observation","id":"bef47d60-7adb-c4cc-b9f4-315164c0066d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"effectiveDateTime":"1989-06-17T11:54:23-07:00","issued":"1989-06-17T11:54:23.555-07:00","valueQuantity":{"value":30.22,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"a75c325a-1109-b60e-b69a-0ed77d129db1","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T13:29:30-07:00","issued":"1988-08-28T13:29:30.052-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"bd619422-e1be-36a0-c884-96c1619253b3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"effectiveDateTime":"1989-06-17T11:54:23-07:00","issued":"1989-06-17T11:54:23.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":75,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":126,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"161a4dfd-c3f3-4727-ddd0-3c758a21b81f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"effectiveDateTime":"1988-08-28T14:07:08-07:00","issued":"1988-08-28T14:07:08.052-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"8ccd2468-2180-dd3e-0d39-82eb465bdf8f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"effectiveDateTime":"1989-06-17T11:54:23-07:00","issued":"1989-06-17T11:54:23.555-07:00","valueQuantity":{"value":75,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"0db28783-1b72-9360-6fe9-51ce0363266b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"effectiveDateTime":"1989-06-17T11:54:23-07:00","issued":"1989-06-17T11:54:23.555-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"cff2fae8-eb27-e8ae-ceb6-5cc83b4f334e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"effectiveDateTime":"1989-06-17T11:54:23-07:00","issued":"1989-06-17T11:54:23.555-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"a8d8563a-78da-3977-b1c7-ca3a769560b7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"effectiveDateTime":"1989-06-17T12:47:32-07:00","issued":"1989-06-17T12:47:32.555-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":7135,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"563 Batz Ville"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"cf7e9d80-3a74-0d9e-bbcd-336af8c1d2ac","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"effectiveDateTime":"1989-06-17T13:04:45-07:00","issued":"1989-06-17T13:04:45.555-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"accdf3b9-5a8f-f2d2-7c7c-44ad1704fe11","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"effectiveDateTime":"1989-06-17T13:43:43-07:00","issued":"1989-06-17T13:43:43.555-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"92ca824f-b936-7ea5-1d82-3488beb72876","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6206-7","display":"Peanut IgE Ab in Serum"}],"text":"Peanut IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"},"effectiveDateTime":"2020-05-21T07:58:22-07:00","issued":"2020-05-21T07:58:22.361-07:00","valueQuantity":{"value":0.24018,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"29d39374-52ac-c6d1-96bd-4005098eb5a3","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6273-7","display":"Walnut IgE Ab in Serum"}],"text":"Walnut IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"},"effectiveDateTime":"2020-05-21T07:58:22-07:00","issued":"2020-05-21T07:58:22.361-07:00","valueQuantity":{"value":0.1106,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"e8fff0ce-1618-5e52-e19a-e5b0cb1ae9c1","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6082-2","display":"Codfish IgE Ab in Serum"}],"text":"Codfish IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"},"effectiveDateTime":"2020-05-21T07:58:22-07:00","issued":"2020-05-21T07:58:22.361-07:00","valueQuantity":{"value":0.2074,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"69085b9a-0daf-7278-431a-3443645f0e4f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6246-3","display":"Shrimp IgE Ab in Serum"}],"text":"Shrimp IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"},"effectiveDateTime":"2020-05-21T07:58:22-07:00","issued":"2020-05-21T07:58:22.361-07:00","valueQuantity":{"value":0.12251,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"f774794d-28eb-994f-7d38-273d1bf3a7af","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6276-0","display":"Wheat IgE Ab in Serum"}],"text":"Wheat IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"},"effectiveDateTime":"2020-05-21T07:58:22-07:00","issued":"2020-05-21T07:58:22.361-07:00","valueQuantity":{"value":0.045143,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"2f2a140d-e860-7b03-b5b5-9e83d12fd72c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6106-9","display":"Egg white IgE Ab in Serum"}],"text":"Egg white IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"},"effectiveDateTime":"2020-05-21T07:58:22-07:00","issued":"2020-05-21T07:58:22.361-07:00","valueQuantity":{"value":0.16935,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"42cb6e64-0909-2d80-998c-bb31f1f8593e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6248-9","display":"Soybean IgE Ab in Serum"}],"text":"Soybean IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"},"effectiveDateTime":"2020-05-21T07:58:22-07:00","issued":"2020-05-21T07:58:22.361-07:00","valueQuantity":{"value":0.21421,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"fcfa9e2e-959d-2659-c59e-b5a9ed89a40d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"7258-7","display":"Cow milk IgE Ab in Serum"}],"text":"Cow milk IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"},"effectiveDateTime":"2020-05-21T07:58:22-07:00","issued":"2020-05-21T07:58:22.361-07:00","valueQuantity":{"value":0.17161,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"d18322dc-2227-e6ea-5420-80ed6fe6ea33","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6189-5","display":"White oak IgE Ab in Serum"}],"text":"White oak IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"},"effectiveDateTime":"2020-05-21T07:58:22-07:00","issued":"2020-05-21T07:58:22.361-07:00","valueQuantity":{"value":0.1441,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"6cca2ad4-5c2c-c6bf-afdd-cf2b1bf005c6","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6085-5","display":"Common Ragweed IgE Ab in Serum"}],"text":"Common Ragweed IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"},"effectiveDateTime":"2020-05-21T07:58:22-07:00","issued":"2020-05-21T07:58:22.361-07:00","valueQuantity":{"value":0.22819,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"bff93c35-2a52-8037-0fcf-4b9d49bc8f94","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6833-8","display":"Cat dander IgE Ab in Serum"}],"text":"Cat dander IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"},"effectiveDateTime":"2020-05-21T07:58:22-07:00","issued":"2020-05-21T07:58:22.361-07:00","valueQuantity":{"value":0.095981,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"4f5e34c2-d828-6364-e7fa-1d9113faa6b0","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6095-4","display":"American house dust mite IgE Ab in Serum"}],"text":"American house dust mite IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"},"effectiveDateTime":"2020-05-21T07:58:22-07:00","issued":"2020-05-21T07:58:22.361-07:00","valueQuantity":{"value":0.30407,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"70b6d51f-e751-5335-2d5c-08c60df42c2d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6075-6","display":"Cladosporium herbarum IgE Ab in Serum"}],"text":"Cladosporium herbarum IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"},"effectiveDateTime":"2020-05-21T07:58:22-07:00","issued":"2020-05-21T07:58:22.361-07:00","valueQuantity":{"value":0.23285,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"8fcd4b3b-257e-f0d7-1308-bef8acc57729","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6844-5","display":"Honey bee IgE Ab in Serum"}],"text":"Honey bee IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"},"effectiveDateTime":"2020-05-21T07:58:22-07:00","issued":"2020-05-21T07:58:22.361-07:00","valueQuantity":{"value":0.30431,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"8c2e7006-4869-9957-4bd2-36bf5d7cc50d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6158-0","display":"Latex IgE Ab in Serum"}],"text":"Latex IgE Ab in Serum"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"},"effectiveDateTime":"2020-05-21T07:58:22-07:00","issued":"2020-05-21T07:58:22.361-07:00","valueQuantity":{"value":0.0042893,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"f849ab00-d5cc-ba9a-cf91-7e3c3f81ea71","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"effectiveDateTime":"2020-06-24T17:06:21-07:00","issued":"2020-06-24T17:06:21.361-07:00","valueQuantity":{"value":174.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"e40198fe-2e5d-9d97-620f-2e9f4054d3c7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"effectiveDateTime":"2020-06-24T17:06:21-07:00","issued":"2020-06-24T17:06:21.361-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e1b3ef88-fd04-1830-7487-0ea693905bb4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"effectiveDateTime":"2020-06-24T17:06:21-07:00","issued":"2020-06-24T17:06:21.361-07:00","valueQuantity":{"value":100.7,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"2ba2be62-c162-9786-58f2-8bc8a4d41036","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"effectiveDateTime":"2020-06-24T17:06:21-07:00","issued":"2020-06-24T17:06:21.361-07:00","valueQuantity":{"value":33.12,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"7611f58a-712f-d729-0f8a-85ea077bf907","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"effectiveDateTime":"2020-06-24T17:06:21-07:00","issued":"2020-06-24T17:06:21.361-07:00","valueQuantity":{"value":98.712,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"f33be1ed-dd49-b1ba-c66d-7d3634fe92db","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"effectiveDateTime":"2020-06-24T17:06:21-07:00","issued":"2020-06-24T17:06:21.361-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":88,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":125,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"6bc4416a-7b91-d7d0-6b1a-492edd18bae6","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"effectiveDateTime":"2020-06-24T17:06:21-07:00","issued":"2020-06-24T17:06:21.361-07:00","valueQuantity":{"value":62,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"6cb421f1-21a4-911f-a0f6-ad085bce4ea0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"effectiveDateTime":"2020-06-24T17:06:21-07:00","issued":"2020-06-24T17:06:21.361-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"55f80007-2ad7-ebd7-9bba-5d345c6e83cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"effectiveDateTime":"2020-06-24T17:06:21-07:00","issued":"2020-06-24T17:06:21.361-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"45fcd873-51f3-fe49-190c-4a3946373cb5","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"effectiveDateTime":"2020-06-24T17:28:33-07:00","issued":"2020-06-24T17:28:33.361-07:00","valueQuantity":{"value":7,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"bfa02132-0afb-1ed0-bb29-44c92722dcbb","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"effectiveDateTime":"2020-06-24T17:59:42-07:00","issued":"2020-06-24T17:59:42.361-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"2b87d313-d8d9-3175-6825-b6595f0122a9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:00:00-07:00","issued":"2012-08-17T14:00:00.033-07:00","valueQuantity":{"value":162.4,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"adc01935-f8f7-02ba-3f70-3588c4dce290","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:00:00-07:00","issued":"2012-08-17T14:00:00.033-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"0c9eca96-066d-80cd-6e5d-edc41cb38826","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:00:00-07:00","issued":"2012-08-17T14:00:00.033-07:00","valueQuantity":{"value":72.7,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"6922dc94-9bad-bc6b-264c-dc4a8853ce8a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:00:00-07:00","issued":"2012-08-17T14:00:00.033-07:00","valueQuantity":{"value":27.57,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"46af4dd8-54a5-3d06-e9d7-610e973435b6","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:00:00-07:00","issued":"2012-08-17T14:00:00.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":100,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":172,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"f3de502b-7e79-aed8-d093-552e06ba30ac","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:00:00-07:00","issued":"2012-08-17T14:00:00.033-07:00","valueQuantity":{"value":84,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"0c42aca1-a008-de3a-2acd-85bd0e0982ef","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:00:00-07:00","issued":"2012-08-17T14:00:00.033-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"cc98c601-471c-9435-293b-96c756678134","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:00:00-07:00","issued":"2012-08-17T14:00:00.033-07:00","valueQuantity":{"value":166.58,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"bf1add5c-9d27-2859-e3ba-929619c52959","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:00:00-07:00","issued":"2012-08-17T14:00:00.033-07:00","valueQuantity":{"value":131.73,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"7ac27d02-de56-dbcd-bed0-a92ff2be4596","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:00:00-07:00","issued":"2012-08-17T14:00:00.033-07:00","valueQuantity":{"value":64.93,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"f87b2d97-641b-51a7-960c-e423938b0ef2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:00:00-07:00","issued":"2012-08-17T14:00:00.033-07:00","valueQuantity":{"value":75.3,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"eae8d97f-9a19-b87d-11c7-d2866f4502f7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:00:00-07:00","issued":"2012-08-17T14:00:00.033-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"c2a68282-cf41-793c-4574-7136e9b6e0a8","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:43:41-07:00","issued":"2012-08-17T14:43:41.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":62470,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"797 Barrows Ville Apt 14"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":5,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"b0082dae-5d7c-7f37-c0e0-d36898fb00b3","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59460-6","display":"Fall risk total [Morse Fall Scale]"}],"text":"Fall risk total [Morse Fall Scale]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:59:08-07:00","issued":"2012-08-17T14:59:08.033-07:00","valueQuantity":{"value":26,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}} +{"resourceType":"Observation","id":"3eb52976-6693-6d83-06ba-4f60b8aa7ce2","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59461-4","display":"Fall risk level [Morse Fall Scale]"}],"text":"Fall risk level [Morse Fall Scale]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T14:59:08-07:00","issued":"2012-08-17T14:59:08.033-07:00","valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13039-5","display":"Moderate Risk (MFS Score 25 - 45)"}],"text":"Moderate Risk (MFS Score 25 - 45)"}} +{"resourceType":"Observation","id":"b51e1223-458f-5581-45a1-337f0392dad7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"effectiveDateTime":"2012-08-17T15:33:47-07:00","issued":"2012-08-17T15:33:47.033-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"b292d360-5fb0-0bcd-2e2b-4f59968e6c22","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"effectiveDateTime":"2021-06-30T17:06:21-07:00","issued":"2021-06-30T17:06:21.361-07:00","valueQuantity":{"value":175.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"ed52b8c3-6446-ed1b-7f52-892de96558c4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"effectiveDateTime":"2021-06-30T17:06:21-07:00","issued":"2021-06-30T17:06:21.361-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"7d700b1b-5a48-de0e-fa59-fd0ed757aedc","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"effectiveDateTime":"2021-06-30T17:06:21-07:00","issued":"2021-06-30T17:06:21.361-07:00","valueQuantity":{"value":88.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"9e0b67ba-54f3-088f-5a9e-e66ec4e048c3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"effectiveDateTime":"2021-06-30T17:06:21-07:00","issued":"2021-06-30T17:06:21.361-07:00","valueQuantity":{"value":28.98,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"e418267e-b18d-ec2d-b42e-893081108baf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"effectiveDateTime":"2021-06-30T17:06:21-07:00","issued":"2021-06-30T17:06:21.361-07:00","valueQuantity":{"value":94.93,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"87c96d6a-bee5-ac1f-3bc7-0156ba748f59","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"effectiveDateTime":"2021-06-30T17:06:21-07:00","issued":"2021-06-30T17:06:21.361-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":82,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":122,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"e8846973-c5ea-b989-3ae8-d9ff791f9bdf","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"effectiveDateTime":"2021-06-30T17:06:21-07:00","issued":"2021-06-30T17:06:21.361-07:00","valueQuantity":{"value":80,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"837cc099-1b3c-5dfe-29f6-9f8f7b6821ea","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"effectiveDateTime":"2021-06-30T17:06:21-07:00","issued":"2021-06-30T17:06:21.361-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"49dd9135-dd72-ea46-707e-e12e81a89113","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"effectiveDateTime":"2021-06-30T17:06:21-07:00","issued":"2021-06-30T17:06:21.361-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"7eb29299-4517-8d60-cca0-55773accb082","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"effectiveDateTime":"2021-06-30T17:45:16-07:00","issued":"2021-06-30T17:45:16.361-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":167860,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30137-6","display":"Otherwise unemployed but not seeking work"}],"text":"Otherwise unemployed but not seeking work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"912 Schowalter Frontage road Unit 85"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":4,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6156-9","display":"Asian"}],"text":"Asian"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"5bea2ad3-bd94-17ca-553f-1668e5c95dd8","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"effectiveDateTime":"2021-06-30T18:02:26-07:00","issued":"2021-06-30T18:02:26.361-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"1a028dd3-b245-2eff-1abd-28a14596d64e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"effectiveDateTime":"2021-06-30T18:42:15-07:00","issued":"2021-06-30T18:42:15.361-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"548139b2-247d-b540-b657-c1ca0423ee1e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"effectiveDateTime":"2021-06-30T19:15:26-07:00","issued":"2021-06-30T19:15:26.361-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"b3c1ae1a-0abf-3547-0348-0063000bf16d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"effectiveDateTime":"2013-08-23T14:00:00-07:00","issued":"2013-08-23T14:00:00.033-07:00","valueQuantity":{"value":162.4,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"834aebdb-33b1-5e93-5098-be2aa1c7245b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"effectiveDateTime":"2013-08-23T14:00:00-07:00","issued":"2013-08-23T14:00:00.033-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"8ad06a39-4df5-23bb-50e6-725e17475dad","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"effectiveDateTime":"2013-08-23T14:00:00-07:00","issued":"2013-08-23T14:00:00.033-07:00","valueQuantity":{"value":72.7,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"934b44b7-73e6-b125-8e1e-0a62d4f64307","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"effectiveDateTime":"2013-08-23T14:00:00-07:00","issued":"2013-08-23T14:00:00.033-07:00","valueQuantity":{"value":27.57,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"de5858ee-b5fe-d42f-e043-ed3ffdbd3cc8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"effectiveDateTime":"2013-08-23T14:00:00-07:00","issued":"2013-08-23T14:00:00.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":101,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":143,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"e90da9b5-63f0-8984-2a59-0d5ff7341e7b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"effectiveDateTime":"2013-08-23T14:00:00-07:00","issued":"2013-08-23T14:00:00.033-07:00","valueQuantity":{"value":76,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"5220507d-61e0-9cb1-10d8-d296712d6293","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"effectiveDateTime":"2013-08-23T14:00:00-07:00","issued":"2013-08-23T14:00:00.033-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"302da0f8-aebf-2cf7-e69d-2060df1ded57","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"effectiveDateTime":"2013-08-23T14:00:00-07:00","issued":"2013-08-23T14:00:00.033-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"4d006305-e8f4-2b62-b605-fc70f7498b1b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"effectiveDateTime":"2013-08-23T14:37:04-07:00","issued":"2013-08-23T14:37:04.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30130-1","display":"1 or 2 times a week"}],"text":"1 or 2 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":62470,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"797 Barrows Ville Apt 14"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":5,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}}]} +{"resourceType":"Observation","id":"b4d546c8-180d-261a-8e16-9969847c9db0","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"effectiveDateTime":"2013-08-23T14:57:01-07:00","issued":"2013-08-23T14:57:01.033-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"532ff712-8e2b-f4f8-5e11-c9e6f6aead1d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59460-6","display":"Fall risk total [Morse Fall Scale]"}],"text":"Fall risk total [Morse Fall Scale]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"effectiveDateTime":"2013-08-23T15:17:50-07:00","issued":"2013-08-23T15:17:50.033-07:00","valueQuantity":{"value":15,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}} +{"resourceType":"Observation","id":"14046e0c-67db-1b5c-3a3c-1fc0dc70cf8e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59461-4","display":"Fall risk level [Morse Fall Scale]"}],"text":"Fall risk level [Morse Fall Scale]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"effectiveDateTime":"2013-08-23T15:17:50-07:00","issued":"2013-08-23T15:17:50.033-07:00","valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13038-7","display":"Low Risk (MFS Score 0 - 24)"}],"text":"Low Risk (MFS Score 0 - 24)"}} +{"resourceType":"Observation","id":"360e7010-35e5-f33d-f20a-3b9035c61c8c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"effectiveDateTime":"2013-08-23T16:00:07-07:00","issued":"2013-08-23T16:00:07.033-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"56934671-44a4-3f91-155d-d494516c4601","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"exam","display":"exam"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69453-9","display":"Cause of Death [US Standard Certificate of Death]"}],"text":"Cause of Death [US Standard Certificate of Death]"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/cc8bcf07-3961-000f-26f1-1d624067cb2e"},"effectiveDateTime":"1990-03-31T10:54:23-08:00","issued":"1990-03-31T10:54:23.555-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"363406005","display":"Malignant tumor of colon"}],"text":"Malignant tumor of colon"}} +{"resourceType":"Observation","id":"90caa88d-17ad-0727-aca5-7ccb4c064956","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueQuantity":{"value":162.4,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"348e7c4d-0ee7-dc15-b51a-ea6a4e25aada","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"809b2e68-fbeb-91f9-4306-6db5684f683f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueQuantity":{"value":72.7,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"7b9e9b3a-aae2-f467-ca30-81e07254423a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueQuantity":{"value":27.57,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"dc7cc63e-218f-a453-1276-dc052cb04ae3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":100,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":151,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"af2985ae-d35d-84e7-0348-396c3e42d0ab","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueQuantity":{"value":98,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"c9fec470-8c7f-a196-2818-4e0c1ba5848d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"ea1a7e2f-9fac-e171-dc45-975278134f84","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueQuantity":{"value":10.463,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"885dd9c8-d4a4-1bb9-d443-172009e28b3c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueQuantity":{"value":4.5749,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"ae5905e8-9804-61b4-b674-3b175c9d920b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueQuantity":{"value":16.879,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"c905bbf3-a87f-91c4-3849-74190bffda22","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueQuantity":{"value":49.961,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"58ec8d26-ef3a-87b4-1010-420974cd0fff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueQuantity":{"value":85.91,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"7a6f5dff-ea8f-7e55-59d1-b7d3bddae426","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueQuantity":{"value":30.408,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"47b5b3dc-789c-7649-69c6-bbb51bfd800f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueQuantity":{"value":35.334,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"9e5db8e2-5b50-b61e-9199-87b39a11d662","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueQuantity":{"value":43.097,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"97df1a1f-4f49-b79e-fb20-2e6f2a604261","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueQuantity":{"value":319,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"22bb23f2-6301-1664-53b4-281bbb452aa5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueQuantity":{"value":411.25,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"6667c0a9-99d2-53b2-c307-2bcccdb49b0c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueQuantity":{"value":10.321,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"9a993d6d-1778-8382-3f95-d8f62c0909f1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:00:00-07:00","issued":"2014-08-29T14:00:00.033-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"8668f95a-b211-36da-35dc-f52bd9dcbc9e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:30:36-07:00","issued":"2014-08-29T14:30:36.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13914-9","display":"Very much"}],"text":"Very much"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":62470,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30138-4","display":"Part-time or temporary work"}],"text":"Part-time or temporary work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"797 Barrows Ville Apt 14"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":5,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"231562f2-0bb3-3764-1e7e-422eddb07efe","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59460-6","display":"Fall risk total [Morse Fall Scale]"}],"text":"Fall risk total [Morse Fall Scale]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:55:55-07:00","issued":"2014-08-29T14:55:55.033-07:00","valueQuantity":{"value":76,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}} +{"resourceType":"Observation","id":"b2f9e7b3-3e7c-e83d-c6ce-3029c219a296","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59461-4","display":"Fall risk level [Morse Fall Scale]"}],"text":"Fall risk level [Morse Fall Scale]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T14:55:55-07:00","issued":"2014-08-29T14:55:55.033-07:00","valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13040-3","display":"High Risk (MFS Score 50+)"}],"text":"High Risk (MFS Score 50+)"}} +{"resourceType":"Observation","id":"b623ba05-cfe7-600d-f713-f038795c78b6","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T15:35:48-07:00","issued":"2014-08-29T15:35:48.033-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"26cd95eb-f82f-f6da-0148-bc991ac78271","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":162,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"f2f0eeed-e25b-0d92-3459-00b7fbdfe05a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"5cd2915a-7768-9057-ce59-ab29faf7bbeb","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"effectiveDateTime":"2014-08-29T16:08:10-07:00","issued":"2014-08-29T16:08:10.033-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f25a398b-1fe3-5c50-5856-c450cfe2ec74","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":71.6,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"d8d0afb7-340a-31f2-22b9-cb86601e2f35","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":27.28,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"8c9694f2-15ac-bc68-6628-5451befc5baa","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":101,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":148,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"7ad898f0-5c80-6086-5b80-f3cb30b39d66","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":66,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"b8de407b-4b1c-3b1c-c84e-83a61fb651b7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"325d7898-7bf1-1f43-c04e-e4002dd9a01b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":192.76,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"c6d1b7e9-2792-a5f9-eafd-955aca68a5f2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":134.83,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"cad95251-65c9-22f0-e59f-6ee675922974","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":104.72,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"dda1e2dc-ca0d-92a2-0e5c-f5001e0a07e4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":61.07,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"7f96efe0-fc8d-d5a8-01cd-13fe5d96d305","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":4.8396,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"d5142d61-b3e8-cd4c-a22a-432c07d751cd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":5.0413,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"a00f01b2-ceb7-2d5c-2a88-5411bb12d858","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":15.004,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"c4c13062-67ef-1741-a901-71f758a2ab1f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":44.414,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"c998cf54-1b7d-d24f-1535-15aa58b1e169","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":85.01,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"404fea2e-5a54-355d-ecdb-f17f66f47b01","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":32.945,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"175077f5-8bd7-9598-eae0-199822cd9d28","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":34.075,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"8daf86f9-c772-4e94-ae98-ec64f8682acd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":40.713,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"2354c2f0-791c-37a3-64be-7f6d00c42bfb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":191.48,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"0091b95e-2864-9a6a-22a0-944c8feeb892","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":495.7,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"36be803a-900c-7eb0-5269-5a0169c15a39","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueQuantity":{"value":10.011,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"0ca7a2d6-05d9-5f79-7cf4-7e6189e11992","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:15:12-07:00","issued":"1989-09-03T11:15:12.052-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"8ff378f6-fc35-9d53-df47-53ee8284aab0","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T11:52:04-07:00","issued":"1989-09-03T11:52:04.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13909-9","display":"Somewhat"}],"text":"Somewhat"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30134-3","display":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}],"text":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30124-4","display":"Utilities"}],"text":"Utilities"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":11351,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"958 Johnston Crossroad"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":8,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"8e634c42-dab5-41ef-873f-0fcee20c6cc5","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T12:09:43-07:00","issued":"1989-09-03T12:09:43.052-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"3936efe4-0cea-e8f2-68d6-6415f8ee311f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59460-6","display":"Fall risk total [Morse Fall Scale]"}],"text":"Fall risk total [Morse Fall Scale]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T12:36:46-07:00","issued":"1989-09-03T12:36:46.052-07:00","valueQuantity":{"value":21,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}} +{"resourceType":"Observation","id":"403fae68-9161-e20d-bbb3-fa471b21fd55","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59461-4","display":"Fall risk level [Morse Fall Scale]"}],"text":"Fall risk level [Morse Fall Scale]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T12:36:46-07:00","issued":"1989-09-03T12:36:46.052-07:00","valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13038-7","display":"Low Risk (MFS Score 0 - 24)"}],"text":"Low Risk (MFS Score 0 - 24)"}} +{"resourceType":"Observation","id":"8399b1ea-724f-e04b-7bc7-9218e15c3cbd","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T13:10:30-07:00","issued":"1989-09-03T13:10:30.052-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"50d14a6e-e7e1-caa9-a7d3-c87d82351520","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T13:51:26-07:00","issued":"1989-09-03T13:51:26.052-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"dcabb690-c62c-81eb-9a1e-cadf9123d2b0","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"effectiveDateTime":"1989-09-03T14:27:38-07:00","issued":"1989-09-03T14:27:38.052-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"fd64d55f-167e-d61a-a743-925d3b204e12","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T11:15:12-07:00","issued":"1990-09-09T11:15:12.052-07:00","valueQuantity":{"value":162,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"0e65b31c-6469-3d73-0fff-d9a745ff50b8","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T11:15:12-07:00","issued":"1990-09-09T11:15:12.052-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"bf1f43fd-c8dc-bd5a-311e-5a5069d162d4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T11:15:12-07:00","issued":"1990-09-09T11:15:12.052-07:00","valueQuantity":{"value":71.6,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"a3fd25a3-e70f-69c3-08a8-86d87b3bbee5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T11:15:12-07:00","issued":"1990-09-09T11:15:12.052-07:00","valueQuantity":{"value":27.28,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"9311cc1f-c40a-b112-f4ce-13753b94245c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T11:15:12-07:00","issued":"1990-09-09T11:15:12.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":108,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":174,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"82c9d291-42a8-09f4-9a17-715d51ce6b93","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T11:15:12-07:00","issued":"1990-09-09T11:15:12.052-07:00","valueQuantity":{"value":64,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"f6f1320f-904a-2a6c-b42e-3a44d61ae4fc","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T11:15:12-07:00","issued":"1990-09-09T11:15:12.052-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"989a82ce-dc0a-1c2c-29c2-5023e5aef79d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T11:15:12-07:00","issued":"1990-09-09T11:15:12.052-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"0bd6ab7e-c5b0-c226-f73a-b53c0dd4b2bb","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T11:53:51-07:00","issued":"1990-09-09T11:53:51.052-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30134-3","display":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}],"text":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":11351,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30138-4","display":"Part-time or temporary work"}],"text":"Part-time or temporary work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"958 Johnston Crossroad"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":8,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"ec2da2f2-164a-a361-614d-6059e5f546d5","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T12:15:04-07:00","issued":"1990-09-09T12:15:04.052-07:00","valueQuantity":{"value":15,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e4af2802-42ad-0f10-c089-915b631d99d4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59460-6","display":"Fall risk total [Morse Fall Scale]"}],"text":"Fall risk total [Morse Fall Scale]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T12:39:00-07:00","issued":"1990-09-09T12:39:00.052-07:00","valueQuantity":{"value":9,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}} +{"resourceType":"Observation","id":"147c93af-fe20-eddf-3d94-69f23bbb6a7f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59461-4","display":"Fall risk level [Morse Fall Scale]"}],"text":"Fall risk level [Morse Fall Scale]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T12:39:00-07:00","issued":"1990-09-09T12:39:00.052-07:00","valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13038-7","display":"Low Risk (MFS Score 0 - 24)"}],"text":"Low Risk (MFS Score 0 - 24)"}} +{"resourceType":"Observation","id":"bb1b298f-61d8-d490-2b8f-cea8bb44b734","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T13:17:54-07:00","issued":"1990-09-09T13:17:54.052-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"82f08a63-5a1d-2bc6-bf1f-d42542625bd4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"effectiveDateTime":"1990-09-09T13:55:43-07:00","issued":"1990-09-09T13:55:43.052-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"265a9aef-bcca-9d55-7d4c-fcc3eb7c4041","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T14:00:00-07:00","issued":"2015-09-04T14:00:00.033-07:00","valueQuantity":{"value":162.4,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"b896711f-27d1-c9dc-8212-09dfdbff9725","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T14:00:00-07:00","issued":"2015-09-04T14:00:00.033-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"d0f54073-f879-742f-7f63-1a32108e0278","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T14:00:00-07:00","issued":"2015-09-04T14:00:00.033-07:00","valueQuantity":{"value":72.7,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"bdad9bc6-16ef-0f79-db8c-5495eeaad642","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T14:00:00-07:00","issued":"2015-09-04T14:00:00.033-07:00","valueQuantity":{"value":27.57,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"f7297944-2d83-d81b-3326-fcc398db2b84","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T14:00:00-07:00","issued":"2015-09-04T14:00:00.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":108,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":144,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"bfac6996-052c-a605-4fed-791cccca6caf","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T14:00:00-07:00","issued":"2015-09-04T14:00:00.033-07:00","valueQuantity":{"value":93,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"a2039d41-4b7c-1046-54a3-70a743c6b559","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T14:00:00-07:00","issued":"2015-09-04T14:00:00.033-07:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"96665c4f-74e2-b5e5-cf53-45566176f92e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T14:00:00-07:00","issued":"2015-09-04T14:00:00.033-07:00","valueQuantity":{"value":182.24,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"8df3d42d-ae6a-bff1-5f72-6e8c84582624","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T14:00:00-07:00","issued":"2015-09-04T14:00:00.033-07:00","valueQuantity":{"value":117.13,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"c4a55fd8-27e0-f0d6-2692-77e2daadb5f2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T14:00:00-07:00","issued":"2015-09-04T14:00:00.033-07:00","valueQuantity":{"value":86.74,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"3d5aae33-ebae-d4f2-d85c-a828b86562c2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T14:00:00-07:00","issued":"2015-09-04T14:00:00.033-07:00","valueQuantity":{"value":72.07,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"96176abb-51ce-e867-bdf2-94ab8634f324","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T14:00:00-07:00","issued":"2015-09-04T14:00:00.033-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"39e04c5e-487c-c632-b1ae-24b72b345146","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T14:45:06-07:00","issued":"2015-09-04T14:45:06.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13909-9","display":"Somewhat"}],"text":"Somewhat"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":62470,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30138-4","display":"Part-time or temporary work"}],"text":"Part-time or temporary work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"797 Barrows Ville Apt 14"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":5,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"441faea6-ecd0-b47c-0edf-c95b67a56162","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T15:11:18-07:00","issued":"2015-09-04T15:11:18.033-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"fd58191d-9097-2230-e5d1-ed70ccbe4b77","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T15:54:36-07:00","issued":"2015-09-04T15:54:36.033-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"246d58ed-76a9-e9cd-d344-e1de99622c3b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"effectiveDateTime":"2015-09-04T16:26:47-07:00","issued":"2015-09-04T16:26:47.033-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"5dcdef42-4266-917e-28cf-de79e3f924d8","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"exam","display":"exam"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"69453-9","display":"Cause of Death [US Standard Certificate of Death]"}],"text":"Cause of Death [US Standard Certificate of Death]"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/5479027a-5aca-6a9f-caf3-1319db4e30ff"},"effectiveDateTime":"1990-11-25T10:15:12-08:00","issued":"1990-11-25T10:15:12.052-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"230690007","display":"Stroke"}],"text":"Stroke"}} +{"resourceType":"Observation","id":"4ea0c9e8-f305-793d-9fa1-bbc48aa70a94","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T14:00:00-07:00","issued":"2016-09-09T14:00:00.033-07:00","valueQuantity":{"value":162.4,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"c7d55fa8-6964-6bcc-ef55-70b75ce604b6","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T14:00:00-07:00","issued":"2016-09-09T14:00:00.033-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"86d29a38-2ff3-5192-a28c-c36cdc76e7bb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T14:00:00-07:00","issued":"2016-09-09T14:00:00.033-07:00","valueQuantity":{"value":72.7,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"905ccb51-cfdf-4322-7ea3-f1a3c845f1e9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T14:00:00-07:00","issued":"2016-09-09T14:00:00.033-07:00","valueQuantity":{"value":27.57,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"59942cd9-2680-288a-ba93-18eef0e1606b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T14:00:00-07:00","issued":"2016-09-09T14:00:00.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":109,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":140,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"33de113f-2d4c-2be8-d2f6-f7b7c54d35fc","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T14:00:00-07:00","issued":"2016-09-09T14:00:00.033-07:00","valueQuantity":{"value":92,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"cd863628-15f7-4141-e6f6-3a8416c038df","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T14:00:00-07:00","issued":"2016-09-09T14:00:00.033-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"0a501d4b-c062-d795-ded7-d97a4c5e5c12","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T14:00:00-07:00","issued":"2016-09-09T14:00:00.033-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"984a8fa1-3daf-072e-3763-4a25409407c2","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T14:57:34-07:00","issued":"2016-09-09T14:57:34.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":62470,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"797 Barrows Ville Apt 14"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":5,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"95b5aeb7-e6ff-d138-df6b-897833f8f501","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T15:26:40-07:00","issued":"2016-09-09T15:26:40.033-07:00","valueQuantity":{"value":21,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"6eee3866-cc9e-4496-1b72-42118cd890b5","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59460-6","display":"Fall risk total [Morse Fall Scale]"}],"text":"Fall risk total [Morse Fall Scale]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T15:55:25-07:00","issued":"2016-09-09T15:55:25.033-07:00","valueQuantity":{"value":94,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}} +{"resourceType":"Observation","id":"c556e0a7-4446-9bf2-5e60-92c399e919d4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59461-4","display":"Fall risk level [Morse Fall Scale]"}],"text":"Fall risk level [Morse Fall Scale]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T15:55:25-07:00","issued":"2016-09-09T15:55:25.033-07:00","valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13040-3","display":"High Risk (MFS Score 50+)"}],"text":"High Risk (MFS Score 50+)"}} +{"resourceType":"Observation","id":"cc62e5bf-d0f1-a916-ba27-394ed199eecd","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T16:31:43-07:00","issued":"2016-09-09T16:31:43.033-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"967342a2-c479-217a-3ff0-257150f4be49","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"effectiveDateTime":"2016-09-09T17:04:45-07:00","issued":"2016-09-09T17:04:45.033-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"8173b4b7-863c-77a7-dce5-e5e91bc23419","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"effectiveDateTime":"2017-09-15T14:00:00-07:00","issued":"2017-09-15T14:00:00.033-07:00","valueQuantity":{"value":162.4,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"f8d38122-1cde-85c5-a656-f68e75cfe666","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"effectiveDateTime":"2017-09-15T14:00:00-07:00","issued":"2017-09-15T14:00:00.033-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"65a05869-c585-3433-1b91-7232dba2f47d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"effectiveDateTime":"2017-09-15T14:00:00-07:00","issued":"2017-09-15T14:00:00.033-07:00","valueQuantity":{"value":72.7,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"21a71d09-f591-aa24-ca54-972887ebf3b5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"effectiveDateTime":"2017-09-15T14:00:00-07:00","issued":"2017-09-15T14:00:00.033-07:00","valueQuantity":{"value":27.57,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"d9a11a9d-3ae1-fe2e-2fc9-efaac76b74c5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"effectiveDateTime":"2017-09-15T14:00:00-07:00","issued":"2017-09-15T14:00:00.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":101,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":170,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"57efd180-39ec-431a-e300-4021200a8ebe","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"effectiveDateTime":"2017-09-15T14:00:00-07:00","issued":"2017-09-15T14:00:00.033-07:00","valueQuantity":{"value":79,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"e7d758b6-57bd-0dfb-9530-95a352fca53a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"effectiveDateTime":"2017-09-15T14:00:00-07:00","issued":"2017-09-15T14:00:00.033-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"65e27a0b-cf0f-c981-9167-38bb467addd5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"effectiveDateTime":"2017-09-15T14:00:00-07:00","issued":"2017-09-15T14:00:00.033-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"0f29ec7d-7c48-6a8e-be82-886e37bcf8dc","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"effectiveDateTime":"2017-09-15T14:47:59-07:00","issued":"2017-09-15T14:47:59.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30130-1","display":"1 or 2 times a week"}],"text":"1 or 2 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":62470,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"797 Barrows Ville Apt 14"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":5,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"38ea50d6-e87b-5a0a-d516-017d4fda8144","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59460-6","display":"Fall risk total [Morse Fall Scale]"}],"text":"Fall risk total [Morse Fall Scale]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"effectiveDateTime":"2017-09-15T15:07:57-07:00","issued":"2017-09-15T15:07:57.033-07:00","valueQuantity":{"value":13,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}} +{"resourceType":"Observation","id":"d26ad49d-b129-a7f3-0edf-f5e7c17a87dd","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59461-4","display":"Fall risk level [Morse Fall Scale]"}],"text":"Fall risk level [Morse Fall Scale]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"effectiveDateTime":"2017-09-15T15:07:57-07:00","issued":"2017-09-15T15:07:57.033-07:00","valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13038-7","display":"Low Risk (MFS Score 0 - 24)"}],"text":"Low Risk (MFS Score 0 - 24)"}} +{"resourceType":"Observation","id":"63dc2458-3235-5285-c1cd-826e514efe37","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T14:00:00-07:00","issued":"2018-09-21T14:00:00.033-07:00","valueQuantity":{"value":162.4,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"e5220355-200d-342e-e20c-8ff6556973e9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T14:00:00-07:00","issued":"2018-09-21T14:00:00.033-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"bfc74cb1-4356-c288-77fb-d1bf984f955c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T14:00:00-07:00","issued":"2018-09-21T14:00:00.033-07:00","valueQuantity":{"value":72.7,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"b0f23abb-3d40-fb93-b815-bca8430b2630","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T14:00:00-07:00","issued":"2018-09-21T14:00:00.033-07:00","valueQuantity":{"value":27.57,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"fe2ec43b-2dd4-f2e0-64c3-da2c70e84578","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T14:00:00-07:00","issued":"2018-09-21T14:00:00.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":108,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":159,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"b57ec1d5-ac9d-951f-0bf4-067421686d69","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T14:00:00-07:00","issued":"2018-09-21T14:00:00.033-07:00","valueQuantity":{"value":69,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"d57c85b5-f6cf-90f6-04b5-0a9115393a4e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T14:00:00-07:00","issued":"2018-09-21T14:00:00.033-07:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"1a1cc969-5fc6-7913-838c-1708ac5c2cbf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T14:00:00-07:00","issued":"2018-09-21T14:00:00.033-07:00","valueQuantity":{"value":184.04,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"6c07160a-6069-7384-1748-e292f4cbdb11","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T14:00:00-07:00","issued":"2018-09-21T14:00:00.033-07:00","valueQuantity":{"value":112.15,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"b64a0a9e-285b-0a45-1036-711e5cbe4610","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T14:00:00-07:00","issued":"2018-09-21T14:00:00.033-07:00","valueQuantity":{"value":93.05,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"92a324be-a5fc-f11a-84e2-c717616b44eb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T14:00:00-07:00","issued":"2018-09-21T14:00:00.033-07:00","valueQuantity":{"value":68.56,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"15e7ef7e-0189-d49f-2a98-0ceac6393c6f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T14:00:00-07:00","issued":"2018-09-21T14:00:00.033-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"7698bc85-4114-869c-2045-e6cb7fa19578","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T14:34:59-07:00","issued":"2018-09-21T14:34:59.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":62470,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"797 Barrows Ville Apt 14"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":5,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"1d834b7b-885d-1b9e-3142-04ae5c41a6a3","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T14:54:54-07:00","issued":"2018-09-21T14:54:54.033-07:00","valueQuantity":{"value":13,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"5dde03ae-4d61-cdc2-5633-2e9c5ca40548","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"effectiveDateTime":"2018-09-21T15:30:56-07:00","issued":"2018-09-21T15:30:56.033-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"afcccb51-dcc9-2c23-5cc0-e0c1e505d3cb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueQuantity":{"value":162.4,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"796903d1-d417-20aa-eaa5-1ce149528515","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"913aafce-6649-f2d6-eab4-720295319647","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueQuantity":{"value":72.7,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"ee2f53de-a474-d7c0-3c6d-a6f32c4e349e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueQuantity":{"value":27.57,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"542beca4-07d5-565c-b458-253116d9c59a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":99,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":150,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"1e933d2e-53a0-800f-21aa-07f5ea6de3ac","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueQuantity":{"value":75,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"7f781f9f-4112-9e83-be91-977538c4f22d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"7611bc0d-2a6b-6abf-b584-b46342d37c92","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueQuantity":{"value":6.1061,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"b801c9aa-c18e-2171-4b1c-f7b8d0bbd4de","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueQuantity":{"value":5.1454,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"2f5b3e2a-229e-088e-e72f-8ab818b8a557","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueQuantity":{"value":16.572,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"755a0f5b-e765-3a1c-853b-fb2cd7b2697c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueQuantity":{"value":40.967,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"ada2eb1a-fedc-c84e-643d-8ff5a0ff0235","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueQuantity":{"value":87.739,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"51ec0968-020a-8ed1-449e-e1c3e709d94c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueQuantity":{"value":30.821,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"385e7cd6-2dda-4564-48c7-bc20f796481c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueQuantity":{"value":34.649,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"6a11a527-85dc-a7ae-0db9-8ab3b3353587","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueQuantity":{"value":40.683,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"20f8a839-7730-c64b-bdae-d6c3f3a21f2c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueQuantity":{"value":340.34,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"87b4151c-7a88-d527-6af6-98f99f4b01d9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueQuantity":{"value":316.77,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"08381583-217d-0b0f-a58c-636a4489d53e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueQuantity":{"value":9.4009,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"2a59d163-f374-6684-f67a-a7d3ac4d8ee4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:00:00-07:00","issued":"2019-09-27T14:00:00.033-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"2f5ce8d8-da94-6bd3-3924-9e263d5be05c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T14:38:36-07:00","issued":"2019-09-27T14:38:36.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13914-9","display":"Very much"}],"text":"Very much"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":62470,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30137-6","display":"Otherwise unemployed but not seeking work"}],"text":"Otherwise unemployed but not seeking work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"797 Barrows Ville Apt 14"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":5,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"d5c42847-4ea6-3062-f069-8f44d63424bb","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T15:21:24-07:00","issued":"2019-09-27T15:21:24.033-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"7f36dac2-2bf0-474b-fc6b-880c372f3145","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"effectiveDateTime":"2019-09-27T15:59:17-07:00","issued":"2019-09-27T15:59:17.033-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"9b6cd0e1-437c-2f53-3660-0e72a3ceae68","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T14:00:00-07:00","issued":"2020-10-02T14:00:00.033-07:00","valueQuantity":{"value":162.4,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"9d9912a3-bdeb-889b-9f48-4f80132500dd","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T14:00:00-07:00","issued":"2020-10-02T14:00:00.033-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"91bb6a72-8317-973d-8959-71955bc5abc1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T14:00:00-07:00","issued":"2020-10-02T14:00:00.033-07:00","valueQuantity":{"value":72.7,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"fa2577d9-d695-7bcf-c1c6-d42b74906c05","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T14:00:00-07:00","issued":"2020-10-02T14:00:00.033-07:00","valueQuantity":{"value":27.57,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"ee1da572-2346-9978-e871-ae1584bdf8ac","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T14:00:00-07:00","issued":"2020-10-02T14:00:00.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":112,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":147,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"86b92387-7287-a5c5-e69b-42c29c4bc8c1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T14:00:00-07:00","issued":"2020-10-02T14:00:00.033-07:00","valueQuantity":{"value":61,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"4d8868fb-11a0-61bd-b62e-a7c16389c48b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T14:00:00-07:00","issued":"2020-10-02T14:00:00.033-07:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"bd105e69-1f4d-5032-4ca2-de81f9355600","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T14:00:00-07:00","issued":"2020-10-02T14:00:00.033-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"e608978c-6efd-fd59-a53e-46617d508c76","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T14:50:23-07:00","issued":"2020-10-02T14:50:23.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13909-9","display":"Somewhat"}],"text":"Somewhat"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":62470,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"797 Barrows Ville Apt 14"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":5,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"d8f93ee1-d5f7-ab9d-eb90-aae5ee9b47a0","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59460-6","display":"Fall risk total [Morse Fall Scale]"}],"text":"Fall risk total [Morse Fall Scale]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T15:05:27-07:00","issued":"2020-10-02T15:05:27.033-07:00","valueQuantity":{"value":19,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}} +{"resourceType":"Observation","id":"0059978c-6935-79af-a889-7248a47f9db7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59461-4","display":"Fall risk level [Morse Fall Scale]"}],"text":"Fall risk level [Morse Fall Scale]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T15:05:27-07:00","issued":"2020-10-02T15:05:27.033-07:00","valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13038-7","display":"Low Risk (MFS Score 0 - 24)"}],"text":"Low Risk (MFS Score 0 - 24)"}} +{"resourceType":"Observation","id":"bdfa3977-9edc-55e1-56e3-b033dea1f0f7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T15:41:22-07:00","issued":"2020-10-02T15:41:22.033-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"5d946bc1-6caa-52b4-aefa-20cd6158684c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T16:22:10-07:00","issued":"2020-10-02T16:22:10.033-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"680a4154-f32e-30af-5ab1-4ff29a54bf4d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"effectiveDateTime":"2020-10-02T17:01:34-07:00","issued":"2020-10-02T17:01:34.033-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"5443b982-e752-cfed-d5b7-64be516c4890","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f8022a21-25d5-2fc1-deb8-698c80c17732"},"effectiveDateTime":"2012-08-10T13:26:56-07:00","issued":"2012-08-10T13:26:56.751-07:00","valueQuantity":{"value":113.4,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"fb0bbd01-3177-cea4-d734-eedbc4fd4da9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f8022a21-25d5-2fc1-deb8-698c80c17732"},"effectiveDateTime":"2012-08-10T13:26:56-07:00","issued":"2012-08-10T13:26:56.751-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"4d013840-0661-0df5-dbfb-7770511940a3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f8022a21-25d5-2fc1-deb8-698c80c17732"},"effectiveDateTime":"2012-08-10T13:26:56-07:00","issued":"2012-08-10T13:26:56.751-07:00","valueQuantity":{"value":21.5,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"41e8c9ce-8c67-db28-ccdf-1e98ec553c42","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f8022a21-25d5-2fc1-deb8-698c80c17732"},"effectiveDateTime":"2012-08-10T13:26:56-07:00","issued":"2012-08-10T13:26:56.751-07:00","valueQuantity":{"value":16.69,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"1afe478c-64fb-5d5a-1f1a-c20ab336de9d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f8022a21-25d5-2fc1-deb8-698c80c17732"},"effectiveDateTime":"2012-08-10T13:26:56-07:00","issued":"2012-08-10T13:26:56.751-07:00","valueQuantity":{"value":74.938,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"d9213d44-ee89-d94c-d702-56598d076314","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f8022a21-25d5-2fc1-deb8-698c80c17732"},"effectiveDateTime":"2012-08-10T13:26:56-07:00","issued":"2012-08-10T13:26:56.751-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":81,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":116,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"98f831a2-6999-de77-d8ab-10785669e781","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f8022a21-25d5-2fc1-deb8-698c80c17732"},"effectiveDateTime":"2012-08-10T13:26:56-07:00","issued":"2012-08-10T13:26:56.751-07:00","valueQuantity":{"value":83,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"9b08d540-d2a0-b162-292e-237b89f450ac","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f8022a21-25d5-2fc1-deb8-698c80c17732"},"effectiveDateTime":"2012-08-10T13:26:56-07:00","issued":"2012-08-10T13:26:56.751-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"9d018022-3d24-8738-c233-16a45f0d8204","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f8022a21-25d5-2fc1-deb8-698c80c17732"},"effectiveDateTime":"2012-08-10T13:26:56-07:00","issued":"2012-08-10T13:26:56.751-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"5d6eebb0-51af-1f45-3b0d-fcad3e3293a8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ebe77fbc-d53f-becc-8ed2-bda1b7b0dc7f"},"effectiveDateTime":"2013-08-16T13:26:56-07:00","issued":"2013-08-16T13:26:56.751-07:00","valueQuantity":{"value":119,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"0184ad78-4f51-8c78-131f-1fddf76b4a37","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ebe77fbc-d53f-becc-8ed2-bda1b7b0dc7f"},"effectiveDateTime":"2013-08-16T13:26:56-07:00","issued":"2013-08-16T13:26:56.751-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"ed7c9539-4dfc-f47f-04d5-5fd23766163a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ebe77fbc-d53f-becc-8ed2-bda1b7b0dc7f"},"effectiveDateTime":"2013-08-16T13:26:56-07:00","issued":"2013-08-16T13:26:56.751-07:00","valueQuantity":{"value":25.1,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"12548019-c9e5-6e99-0299-8b35f2e08c2b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ebe77fbc-d53f-becc-8ed2-bda1b7b0dc7f"},"effectiveDateTime":"2013-08-16T13:26:56-07:00","issued":"2013-08-16T13:26:56.751-07:00","valueQuantity":{"value":17.68,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"f6fd7a6f-f29d-1c86-6442-6f8d5c8b7262","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ebe77fbc-d53f-becc-8ed2-bda1b7b0dc7f"},"effectiveDateTime":"2013-08-16T13:26:56-07:00","issued":"2013-08-16T13:26:56.751-07:00","valueQuantity":{"value":80.011,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"d512601b-8d20-4d15-45c0-8a301cdeb7cb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ebe77fbc-d53f-becc-8ed2-bda1b7b0dc7f"},"effectiveDateTime":"2013-08-16T13:26:56-07:00","issued":"2013-08-16T13:26:56.751-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":69,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":139,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"53ad9f30-34e8-b3fa-cfe5-4595c2a9a1d9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ebe77fbc-d53f-becc-8ed2-bda1b7b0dc7f"},"effectiveDateTime":"2013-08-16T13:26:56-07:00","issued":"2013-08-16T13:26:56.751-07:00","valueQuantity":{"value":75,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"f30600d7-f45b-cae5-210a-46d50fa365ba","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ebe77fbc-d53f-becc-8ed2-bda1b7b0dc7f"},"effectiveDateTime":"2013-08-16T13:26:56-07:00","issued":"2013-08-16T13:26:56.751-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"e3949c77-5595-afcf-84a1-8f6837cfa0cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ebe77fbc-d53f-becc-8ed2-bda1b7b0dc7f"},"effectiveDateTime":"2013-08-16T13:26:56-07:00","issued":"2013-08-16T13:26:56.751-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"60063a9d-f20c-ed6a-ffb5-39f5c9e44cc1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e9346779-3e60-36a9-0f74-35d9691fdd59"},"effectiveDateTime":"2014-08-22T13:26:56-07:00","issued":"2014-08-22T13:26:56.751-07:00","valueQuantity":{"value":124.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"c501fe70-5c26-e879-40c3-1769d8a44774","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e9346779-3e60-36a9-0f74-35d9691fdd59"},"effectiveDateTime":"2014-08-22T13:26:56-07:00","issued":"2014-08-22T13:26:56.751-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"88967056-aad6-33e3-f53c-ffb869c4b496","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e9346779-3e60-36a9-0f74-35d9691fdd59"},"effectiveDateTime":"2014-08-22T13:26:56-07:00","issued":"2014-08-22T13:26:56.751-07:00","valueQuantity":{"value":28.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"0a476afe-f8d0-701b-81e7-e4af880076f2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e9346779-3e60-36a9-0f74-35d9691fdd59"},"effectiveDateTime":"2014-08-22T13:26:56-07:00","issued":"2014-08-22T13:26:56.751-07:00","valueQuantity":{"value":18.66,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"cfafcc7e-cf1c-2756-cdf3-453a5e5bb476","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e9346779-3e60-36a9-0f74-35d9691fdd59"},"effectiveDateTime":"2014-08-22T13:26:56-07:00","issued":"2014-08-22T13:26:56.751-07:00","valueQuantity":{"value":81.685,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"2a391abd-f623-a415-5d37-82523cbfa0e1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e9346779-3e60-36a9-0f74-35d9691fdd59"},"effectiveDateTime":"2014-08-22T13:26:56-07:00","issued":"2014-08-22T13:26:56.751-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":79,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":103,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"1b7e8a11-0306-1d03-a896-0052397bbfba","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e9346779-3e60-36a9-0f74-35d9691fdd59"},"effectiveDateTime":"2014-08-22T13:26:56-07:00","issued":"2014-08-22T13:26:56.751-07:00","valueQuantity":{"value":93,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"9f874a28-edaf-4a00-fc63-9876a444d183","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e9346779-3e60-36a9-0f74-35d9691fdd59"},"effectiveDateTime":"2014-08-22T13:26:56-07:00","issued":"2014-08-22T13:26:56.751-07:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"705e3d2b-b42a-b67d-9c4a-1e9d3418e02e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e9346779-3e60-36a9-0f74-35d9691fdd59"},"effectiveDateTime":"2014-08-22T13:26:56-07:00","issued":"2014-08-22T13:26:56.751-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"3dedc97e-92b6-5ef6-e3ad-877fd874b278","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/a7837893-02a0-afd2-8736-b532935edac8"},"effectiveDateTime":"2015-01-09T12:26:56-08:00","issued":"2015-01-09T12:26:56.751-08:00","valueQuantity":{"value":125.7,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"db56ecd4-4316-21d9-d6aa-2045a27c9cef","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/a7837893-02a0-afd2-8736-b532935edac8"},"effectiveDateTime":"2015-01-09T12:26:56-08:00","issued":"2015-01-09T12:26:56.751-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"9a6456cf-f436-94dd-d8d1-1001836800f7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/a7837893-02a0-afd2-8736-b532935edac8"},"effectiveDateTime":"2015-01-09T12:26:56-08:00","issued":"2015-01-09T12:26:56.751-08:00","valueQuantity":{"value":29.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"18739fdf-559a-4993-480f-8ca9041bc30f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/a7837893-02a0-afd2-8736-b532935edac8"},"effectiveDateTime":"2015-01-09T12:26:56-08:00","issued":"2015-01-09T12:26:56.751-08:00","valueQuantity":{"value":18.93,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"6e3cf13d-0fc3-6092-c7f8-68e91cdca55a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/a7837893-02a0-afd2-8736-b532935edac8"},"effectiveDateTime":"2015-01-09T12:26:56-08:00","issued":"2015-01-09T12:26:56.751-08:00","valueQuantity":{"value":81.644,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"e11d17de-efe6-6c8a-4362-bbb5560d32d9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/a7837893-02a0-afd2-8736-b532935edac8"},"effectiveDateTime":"2015-01-09T12:26:56-08:00","issued":"2015-01-09T12:26:56.751-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":83,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":104,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"61336192-847f-f298-0ecc-fc000802a9dc","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/a7837893-02a0-afd2-8736-b532935edac8"},"effectiveDateTime":"2015-01-09T12:26:56-08:00","issued":"2015-01-09T12:26:56.751-08:00","valueQuantity":{"value":60,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"bc9da865-1851-1bdb-d9ef-94c6d31999b5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/a7837893-02a0-afd2-8736-b532935edac8"},"effectiveDateTime":"2015-01-09T12:26:56-08:00","issued":"2015-01-09T12:26:56.751-08:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"bfdf3045-747d-6c46-6c16-3555068a27af","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/a7837893-02a0-afd2-8736-b532935edac8"},"effectiveDateTime":"2015-01-09T12:26:56-08:00","issued":"2015-01-09T12:26:56.751-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"f12e6c0f-434b-299c-e1e7-6fdeb71cc1bd","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e7639c18-9c06-7d3e-4866-c68600c7b6c3"},"effectiveDateTime":"2015-08-28T13:26:56-07:00","issued":"2015-08-28T13:26:56.751-07:00","valueQuantity":{"value":128.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"545f17a7-fadb-6c30-3b31-df25945c0178","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e7639c18-9c06-7d3e-4866-c68600c7b6c3"},"effectiveDateTime":"2015-08-28T13:26:56-07:00","issued":"2015-08-28T13:26:56.751-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"69bf52f4-69ef-1369-5997-15967eb8eb48","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e7639c18-9c06-7d3e-4866-c68600c7b6c3"},"effectiveDateTime":"2015-08-28T13:26:56-07:00","issued":"2015-08-28T13:26:56.751-07:00","valueQuantity":{"value":32,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"2b9e6fe9-8542-063d-d5b8-d65b0502614d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e7639c18-9c06-7d3e-4866-c68600c7b6c3"},"effectiveDateTime":"2015-08-28T13:26:56-07:00","issued":"2015-08-28T13:26:56.751-07:00","valueQuantity":{"value":19.35,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"cf16ae8b-30c7-bb80-cb98-ed528367ebe3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e7639c18-9c06-7d3e-4866-c68600c7b6c3"},"effectiveDateTime":"2015-08-28T13:26:56-07:00","issued":"2015-08-28T13:26:56.751-07:00","valueQuantity":{"value":80.748,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"2c94eb46-244e-5279-bc8f-9e1790d4965e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e7639c18-9c06-7d3e-4866-c68600c7b6c3"},"effectiveDateTime":"2015-08-28T13:26:56-07:00","issued":"2015-08-28T13:26:56.751-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":83,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":109,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"7fc24f9d-a5e2-20b1-f48b-7f3d94ce62f7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e7639c18-9c06-7d3e-4866-c68600c7b6c3"},"effectiveDateTime":"2015-08-28T13:26:56-07:00","issued":"2015-08-28T13:26:56.751-07:00","valueQuantity":{"value":88,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"76c5e908-c87b-c90e-415d-45d901448a00","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e7639c18-9c06-7d3e-4866-c68600c7b6c3"},"effectiveDateTime":"2015-08-28T13:26:56-07:00","issued":"2015-08-28T13:26:56.751-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"77ce4a1b-7390-3021-95f6-4540bba5f85f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/e7639c18-9c06-7d3e-4866-c68600c7b6c3"},"effectiveDateTime":"2015-08-28T13:26:56-07:00","issued":"2015-08-28T13:26:56.751-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"8779ed39-6deb-0fe2-2ab6-5f73d99572b9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":133.6,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"ab8c4abe-8f56-dc8e-02d1-366cf8354e69","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"6fd7669f-69e5-5164-7628-0364a8e13c1f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":36.1,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"39e0802f-ea77-a0c5-1fe8-8e7d0dae3843","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":20.2,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"00c964ea-1c10-e0dd-a55c-6c03e3f58949","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":80.882,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"762c8494-10d2-f6f4-ee76-a73d44c28d22","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":81,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":118,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"9a63a39f-b48e-6403-ef4a-d565674b69f5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":94,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"f69ccfd5-1aa9-c68a-59b3-d4f35f77960f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"87377b2e-701f-25a0-c610-bd217b326b17","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":8.6392,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"741de102-3f9a-594b-0b62-c1aa92773885","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":5.4399,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"996d1964-3aa5-2411-727f-0ed5eae78954","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":16.566,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"cb007ecc-2482-d1cf-49b3-e1b2bf9390f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":44.043,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"bf9b49f5-c326-6fc8-be70-60a3cba7f387","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":87.81,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"e6b58809-2dcb-f200-2d72-f81e92335d45","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":32.389,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"b49fcefc-506d-d9ca-b7fa-3fb169699d3f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":35.006,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"6e035434-bcd6-31a0-89b0-ab4663f1374d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":45.484,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"53fa4971-aea2-f232-07cb-8ca71a23a13f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":301.5,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"8f56a3eb-9c83-24c1-125a-29428ef79f59","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":200.06,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"0a6bb1b9-7f73-56ac-8d49-e8312bd073fe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueQuantity":{"value":10.352,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"df112170-a615-324a-cb70-dc753ae3d6aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ef14c2fa-cb98-feb3-77f7-3c088d52587f"},"effectiveDateTime":"2016-09-02T13:26:56-07:00","issued":"2016-09-02T13:26:56.751-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"e34cd58b-b13d-b686-e853-5040960f263a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/78957409-0d90-3cc5-1109-a0caa5426b5a"},"effectiveDateTime":"2017-09-01T13:26:56-07:00","issued":"2017-09-01T13:26:56.751-07:00","valueQuantity":{"value":140.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"089c7435-6b9c-22da-a22c-dcd85abd9af9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/78957409-0d90-3cc5-1109-a0caa5426b5a"},"effectiveDateTime":"2017-09-01T13:26:56-07:00","issued":"2017-09-01T13:26:56.751-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"96d826c2-15a7-c1ea-26ba-5cc703152302","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/78957409-0d90-3cc5-1109-a0caa5426b5a"},"effectiveDateTime":"2017-09-01T13:26:56-07:00","issued":"2017-09-01T13:26:56.751-07:00","valueQuantity":{"value":45.2,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"8404ad53-1ebd-de7d-7725-4c6c748cc060","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/78957409-0d90-3cc5-1109-a0caa5426b5a"},"effectiveDateTime":"2017-09-01T13:26:56-07:00","issued":"2017-09-01T13:26:56.751-07:00","valueQuantity":{"value":22.89,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"db734108-7e16-4ed1-4386-e09393a93cb8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/78957409-0d90-3cc5-1109-a0caa5426b5a"},"effectiveDateTime":"2017-09-01T13:26:56-07:00","issued":"2017-09-01T13:26:56.751-07:00","valueQuantity":{"value":89.732,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"0b93f9e7-8313-aeae-93ae-b8f8aea9c37a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/78957409-0d90-3cc5-1109-a0caa5426b5a"},"effectiveDateTime":"2017-09-01T13:26:56-07:00","issued":"2017-09-01T13:26:56.751-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":86,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":125,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"a3ee2f03-b794-a6b7-c343-b70b4d276b53","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/78957409-0d90-3cc5-1109-a0caa5426b5a"},"effectiveDateTime":"2017-09-01T13:26:56-07:00","issued":"2017-09-01T13:26:56.751-07:00","valueQuantity":{"value":67,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"607c34db-5f41-d502-7554-fcf2b99f62e5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/78957409-0d90-3cc5-1109-a0caa5426b5a"},"effectiveDateTime":"2017-09-01T13:26:56-07:00","issued":"2017-09-01T13:26:56.751-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"2b9a1dff-9a79-2aeb-404d-58d3c526b4ba","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/78957409-0d90-3cc5-1109-a0caa5426b5a"},"effectiveDateTime":"2017-09-01T13:26:56-07:00","issued":"2017-09-01T13:26:56.751-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"bf683429-8407-b1aa-e32d-d7d1dfb686c2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/3a39a7f6-86bc-cc65-4e1d-1e1955cf0a9b"},"effectiveDateTime":"2017-09-08T13:26:56-07:00","issued":"2017-09-08T13:26:56.751-07:00","valueQuantity":{"value":140.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"21c98629-33b9-feff-4c99-7a7ecdcd50d9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/3a39a7f6-86bc-cc65-4e1d-1e1955cf0a9b"},"effectiveDateTime":"2017-09-08T13:26:56-07:00","issued":"2017-09-08T13:26:56.751-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"d76b8b3c-a4c8-4fb3-f160-bc5773cfa8ad","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/3a39a7f6-86bc-cc65-4e1d-1e1955cf0a9b"},"effectiveDateTime":"2017-09-08T13:26:56-07:00","issued":"2017-09-08T13:26:56.751-07:00","valueQuantity":{"value":45.2,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"4ff8a0e9-f3ca-5d60-c0e8-a1f4ca88403b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/3a39a7f6-86bc-cc65-4e1d-1e1955cf0a9b"},"effectiveDateTime":"2017-09-08T13:26:56-07:00","issued":"2017-09-08T13:26:56.751-07:00","valueQuantity":{"value":22.89,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"b9e73652-8b72-8f85-c551-985d73f5e764","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/3a39a7f6-86bc-cc65-4e1d-1e1955cf0a9b"},"effectiveDateTime":"2017-09-08T13:26:56-07:00","issued":"2017-09-08T13:26:56.751-07:00","valueQuantity":{"value":89.732,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"00b79fdc-4436-7052-8297-ab3c2b73bee1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/3a39a7f6-86bc-cc65-4e1d-1e1955cf0a9b"},"effectiveDateTime":"2017-09-08T13:26:56-07:00","issued":"2017-09-08T13:26:56.751-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":85,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":117,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"3cc90110-a249-1ac3-2b89-5b73513d2673","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/3a39a7f6-86bc-cc65-4e1d-1e1955cf0a9b"},"effectiveDateTime":"2017-09-08T13:26:56-07:00","issued":"2017-09-08T13:26:56.751-07:00","valueQuantity":{"value":88,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"527870c6-1985-f5f0-fa76-d9d64085da5f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/3a39a7f6-86bc-cc65-4e1d-1e1955cf0a9b"},"effectiveDateTime":"2017-09-08T13:26:56-07:00","issued":"2017-09-08T13:26:56.751-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"03cbbb7d-e9fb-51a2-5153-aa2ff5f1f419","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/3a39a7f6-86bc-cc65-4e1d-1e1955cf0a9b"},"effectiveDateTime":"2017-09-08T13:26:56-07:00","issued":"2017-09-08T13:26:56.751-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"707f3e5f-8d1d-8938-e3a9-a919912eadf0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/516dc1bb-d168-afd1-66dd-423d07c3c494"},"effectiveDateTime":"2018-09-14T13:26:56-07:00","issued":"2018-09-14T13:26:56.751-07:00","valueQuantity":{"value":147.1,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"b5d83691-25e2-1b18-c0e4-1c6c4e54f6b7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/516dc1bb-d168-afd1-66dd-423d07c3c494"},"effectiveDateTime":"2018-09-14T13:26:56-07:00","issued":"2018-09-14T13:26:56.751-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"7d216c76-7b1b-bda3-7b0f-3dd88f81309f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/516dc1bb-d168-afd1-66dd-423d07c3c494"},"effectiveDateTime":"2018-09-14T13:26:56-07:00","issued":"2018-09-14T13:26:56.751-07:00","valueQuantity":{"value":55.4,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"7fb133b6-9764-c2fd-e865-73f39c740774","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/516dc1bb-d168-afd1-66dd-423d07c3c494"},"effectiveDateTime":"2018-09-14T13:26:56-07:00","issued":"2018-09-14T13:26:56.751-07:00","valueQuantity":{"value":25.59,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"6686df63-c385-1956-70c3-e4c10a33834c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/516dc1bb-d168-afd1-66dd-423d07c3c494"},"effectiveDateTime":"2018-09-14T13:26:56-07:00","issued":"2018-09-14T13:26:56.751-07:00","valueQuantity":{"value":93.93,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"a8f4aa16-348a-7a3a-61ec-1478e44fb9fe","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/516dc1bb-d168-afd1-66dd-423d07c3c494"},"effectiveDateTime":"2018-09-14T13:26:56-07:00","issued":"2018-09-14T13:26:56.751-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":78,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":123,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"053d7c52-c363-bb27-477a-2c89543ca3d4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/516dc1bb-d168-afd1-66dd-423d07c3c494"},"effectiveDateTime":"2018-09-14T13:26:56-07:00","issued":"2018-09-14T13:26:56.751-07:00","valueQuantity":{"value":95,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"a4de3536-6688-135f-374a-2ee04f28077f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/516dc1bb-d168-afd1-66dd-423d07c3c494"},"effectiveDateTime":"2018-09-14T13:26:56-07:00","issued":"2018-09-14T13:26:56.751-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"6f90594e-e56c-6b00-dde6-996a7dadb14b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/516dc1bb-d168-afd1-66dd-423d07c3c494"},"effectiveDateTime":"2018-09-14T13:26:56-07:00","issued":"2018-09-14T13:26:56.751-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"038d1c2e-723b-b33f-9cf0-67e546260bc2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T14:00:00-07:00","issued":"2021-10-08T14:00:00.033-07:00","valueQuantity":{"value":162.4,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"6c736d24-b88f-6f7f-d062-c6ab35ff9ecc","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T14:00:00-07:00","issued":"2021-10-08T14:00:00.033-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"0836c320-1ee4-877d-9251-390d6a63321a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T14:00:00-07:00","issued":"2021-10-08T14:00:00.033-07:00","valueQuantity":{"value":72.7,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"b3dcdac5-3159-157d-4bca-14c96617af2b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T14:00:00-07:00","issued":"2021-10-08T14:00:00.033-07:00","valueQuantity":{"value":27.57,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"988e4bc7-2f16-0751-d73f-3dd7283b6993","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/516dc1bb-d168-afd1-66dd-423d07c3c494"},"effectiveDateTime":"2018-09-14T14:10:07-07:00","issued":"2018-09-14T14:10:07.751-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"57b1cb2c-3315-5be6-0517-3efb6397eb45","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T14:00:00-07:00","issued":"2021-10-08T14:00:00.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":96,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":168,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"1ea112c2-4afb-1a5b-b945-5d9c79cf54ad","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T14:00:00-07:00","issued":"2021-10-08T14:00:00.033-07:00","valueQuantity":{"value":77,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"62180e70-774c-a00c-ec2e-1d4b01d7bf11","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T14:00:00-07:00","issued":"2021-10-08T14:00:00.033-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"94763efa-ee02-2f48-8aba-8f4fd7630349","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2093-3","display":"Total Cholesterol"}],"text":"Total Cholesterol"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T14:00:00-07:00","issued":"2021-10-08T14:00:00.033-07:00","valueQuantity":{"value":182.17,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"e57200ad-1bd9-8656-74de-e3dcf0f2663e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2571-8","display":"Triglycerides"}],"text":"Triglycerides"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T14:00:00-07:00","issued":"2021-10-08T14:00:00.033-07:00","valueQuantity":{"value":144.78,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"591e9935-6894-a185-b121-049528a8fb2a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"18262-6","display":"Low Density Lipoprotein Cholesterol"}],"text":"Low Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T14:00:00-07:00","issued":"2021-10-08T14:00:00.033-07:00","valueQuantity":{"value":92.4,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"edaabfcb-309a-0a82-b68f-d351b1a57501","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2085-9","display":"High Density Lipoprotein Cholesterol"}],"text":"High Density Lipoprotein Cholesterol"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T14:00:00-07:00","issued":"2021-10-08T14:00:00.033-07:00","valueQuantity":{"value":60.82,"unit":"mg/dL","system":"http://unitsofmeasure.org","code":"mg/dL"}} +{"resourceType":"Observation","id":"f3bd0396-847a-48e9-fc29-112323a31b2e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T14:00:00-07:00","issued":"2021-10-08T14:00:00.033-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"8517006","display":"Former smoker"}],"text":"Former smoker"}} +{"resourceType":"Observation","id":"4bc5b452-8b03-481d-e008-3192b668d582","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T14:45:31-07:00","issued":"2021-10-08T14:45:31.033-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":62470,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA15652-3","display":"Medicare"}],"text":"Medicare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"797 Barrows Ville Apt 14"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":5,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"15f4312e-43c3-c65c-4d98-9e2fe3888369","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T15:12:19-07:00","issued":"2021-10-08T15:12:19.033-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f4f7c1f2-9b6e-210d-64aa-2e4b4e60125e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59460-6","display":"Fall risk total [Morse Fall Scale]"}],"text":"Fall risk total [Morse Fall Scale]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T15:35:54-07:00","issued":"2021-10-08T15:35:54.033-07:00","valueQuantity":{"value":31,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}} +{"resourceType":"Observation","id":"1b925e69-9aab-125c-dbee-d6fb5b7107a0","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59461-4","display":"Fall risk level [Morse Fall Scale]"}],"text":"Fall risk level [Morse Fall Scale]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T15:35:54-07:00","issued":"2021-10-08T15:35:54.033-07:00","valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13039-5","display":"Moderate Risk (MFS Score 25 - 45)"}],"text":"Moderate Risk (MFS Score 25 - 45)"}} +{"resourceType":"Observation","id":"6c8607fe-17e2-3408-4c54-d768103a7125","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T16:01:23-07:00","issued":"2021-10-08T16:01:23.033-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"51cb999e-f687-5b7b-e020-e544a70c71cf","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"effectiveDateTime":"2021-10-08T16:40:30-07:00","issued":"2021-10-08T16:40:30.033-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"ae515d25-9e01-ec5c-ea1c-d5f72f099546","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f972dc72-6b30-b1cc-fe4d-ea95938d7db3"},"effectiveDateTime":"2019-09-20T13:26:56-07:00","issued":"2019-09-20T13:26:56.751-07:00","valueQuantity":{"value":151,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"f7a4e353-724e-b5d6-e7f1-461bd3bc29b9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f972dc72-6b30-b1cc-fe4d-ea95938d7db3"},"effectiveDateTime":"2019-09-20T13:26:56-07:00","issued":"2019-09-20T13:26:56.751-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e080dc31-38fb-ec50-2b68-c6c450b4a5c5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f972dc72-6b30-b1cc-fe4d-ea95938d7db3"},"effectiveDateTime":"2019-09-20T13:26:56-07:00","issued":"2019-09-20T13:26:56.751-07:00","valueQuantity":{"value":66.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"08f6908e-0277-1d7d-836b-bdfd2fa6b4f8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f972dc72-6b30-b1cc-fe4d-ea95938d7db3"},"effectiveDateTime":"2019-09-20T13:26:56-07:00","issued":"2019-09-20T13:26:56.751-07:00","valueQuantity":{"value":29.35,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"91a9e1d1-468c-9967-7b11-1ac67bf2f781","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f972dc72-6b30-b1cc-fe4d-ea95938d7db3"},"effectiveDateTime":"2019-09-20T13:26:56-07:00","issued":"2019-09-20T13:26:56.751-07:00","valueQuantity":{"value":96.913,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"4b86533a-5d7f-7c5b-46bb-c9f3a9669f4a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f972dc72-6b30-b1cc-fe4d-ea95938d7db3"},"effectiveDateTime":"2019-09-20T13:26:56-07:00","issued":"2019-09-20T13:26:56.751-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":78,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":139,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"44e4e36d-9843-e423-84a0-15594daf4a4c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f972dc72-6b30-b1cc-fe4d-ea95938d7db3"},"effectiveDateTime":"2019-09-20T13:26:56-07:00","issued":"2019-09-20T13:26:56.751-07:00","valueQuantity":{"value":67,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"f3777a31-c70a-c47a-9a1d-51210181ae1d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f972dc72-6b30-b1cc-fe4d-ea95938d7db3"},"effectiveDateTime":"2019-09-20T13:26:56-07:00","issued":"2019-09-20T13:26:56.751-07:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"5456ee76-7c52-0ebc-773a-7b7ef746e8cd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f972dc72-6b30-b1cc-fe4d-ea95938d7db3"},"effectiveDateTime":"2019-09-20T13:26:56-07:00","issued":"2019-09-20T13:26:56.751-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"25c86201-fdc5-c640-c0ee-d82aba809efb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ae00ed7e-4b1a-5794-da03-aef9f4390247"},"effectiveDateTime":"2020-09-25T13:26:56-07:00","issued":"2020-09-25T13:26:56.751-07:00","valueQuantity":{"value":152.4,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"61d5c618-608d-b61d-252f-0fed57a15274","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ae00ed7e-4b1a-5794-da03-aef9f4390247"},"effectiveDateTime":"2020-09-25T13:26:56-07:00","issued":"2020-09-25T13:26:56.751-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"04aba8ff-3106-ac32-7b73-0fdb55437c7d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ae00ed7e-4b1a-5794-da03-aef9f4390247"},"effectiveDateTime":"2020-09-25T13:26:56-07:00","issued":"2020-09-25T13:26:56.751-07:00","valueQuantity":{"value":67.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"bf99b825-af35-6192-8cd0-d5da8c554600","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ae00ed7e-4b1a-5794-da03-aef9f4390247"},"effectiveDateTime":"2020-09-25T13:26:56-07:00","issued":"2020-09-25T13:26:56.751-07:00","valueQuantity":{"value":29.21,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"bbcd89f2-5491-30d0-1014-767fe8d00d95","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ae00ed7e-4b1a-5794-da03-aef9f4390247"},"effectiveDateTime":"2020-09-25T13:26:56-07:00","issued":"2020-09-25T13:26:56.751-07:00","valueQuantity":{"value":96.062,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"c55ed0be-9dbb-66b1-bd3f-31af228f895b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ae00ed7e-4b1a-5794-da03-aef9f4390247"},"effectiveDateTime":"2020-09-25T13:26:56-07:00","issued":"2020-09-25T13:26:56.751-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":87,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":137,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"4ebd3a25-018e-6a23-89d0-ad843598b20b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ae00ed7e-4b1a-5794-da03-aef9f4390247"},"effectiveDateTime":"2020-09-25T13:26:56-07:00","issued":"2020-09-25T13:26:56.751-07:00","valueQuantity":{"value":65,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"6c867e7c-42e2-ef6e-f1ae-7b76637bcb49","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ae00ed7e-4b1a-5794-da03-aef9f4390247"},"effectiveDateTime":"2020-09-25T13:26:56-07:00","issued":"2020-09-25T13:26:56.751-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"052f64a1-0598-aaa9-571c-4bb8265e1d3d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ae00ed7e-4b1a-5794-da03-aef9f4390247"},"effectiveDateTime":"2020-09-25T13:26:56-07:00","issued":"2020-09-25T13:26:56.751-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"7552bdf8-8653-356e-ce79-72e1a1ed3362","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ae00ed7e-4b1a-5794-da03-aef9f4390247"},"effectiveDateTime":"2020-09-25T14:10:54-07:00","issued":"2020-09-25T14:10:54.751-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"36436ead-9e6f-dbf7-adf5-8c4eeacb5ac7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":153.1,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"05198b89-09f9-7a22-2cb9-503cfa90b44f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"ff929515-4507-9d7f-ef57-6e99c94221e7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":72.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"7bbf1b63-68b8-da10-6d69-1a386b91e02f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":30.86,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"ea1aad57-e7b1-c28e-57b6-6a47b092e241","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":96.672,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"556047d2-849a-92c1-502f-5822136af627","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":74,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":116,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"8b141313-a51c-ab12-4150-5544139e3c8c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":99,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"f321125a-ef03-b15e-242b-bd9b526de7b5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"d1afa9cf-330f-6b0c-e821-aa00ecef75b1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":4.5839,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"41441ea0-ac40-a461-97e3-e7074320d9cf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":4.7174,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"e2827570-8c3c-b912-ccfc-13f2b7914950","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":17.325,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"ece752ef-8308-921a-51e6-2e0be87d9f5d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":44.034,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"be9bc2c5-5315-2cce-4b32-0c139dba8c3a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":82.81,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"2b8408b3-cfa4-ff2e-f642-8e14c5b603bc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":27.81,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"eb07dffc-ac32-cd7c-9869-855fb27c9ef8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":33.111,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"9314cd01-ecf7-c512-778b-98d19d46e53c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":44.072,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"63c1652b-4c37-f070-0667-a958c6ddb043","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":440.1,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"bc02b10c-92d9-5894-f651-7ab644641fa3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":298.41,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"c3530cc9-563b-678e-c6e7-a4834e08cf8a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueQuantity":{"value":11.857,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"a83c2ab2-3e89-6053-1e49-0f784f0746a9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:26:56-07:00","issued":"2021-10-01T13:26:56.751-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"aeac1c32-711b-ffd0-a1ce-82e8cf7dcf6f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T13:44:43-07:00","issued":"2021-10-01T13:44:43.751-07:00","valueQuantity":{"value":15,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"351784ec-d72b-9b42-e491-0691d82b307a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"effectiveDateTime":"2021-10-01T14:21:58-07:00","issued":"2021-10-01T14:21:58.751-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"d622a770-706c-8cce-42c6-cc6a6a669983","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/af03da1e-5574-0a4f-5a04-019802eb6d53"},"effectiveDateTime":"2012-12-18T12:06:19-08:00","issued":"2012-12-18T12:06:19.206-08:00","valueQuantity":{"value":126.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"27e92e92-7224-142f-dbbd-62aa009cabe6","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/af03da1e-5574-0a4f-5a04-019802eb6d53"},"effectiveDateTime":"2012-12-18T12:06:19-08:00","issued":"2012-12-18T12:06:19.206-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"9957b93d-1e94-dc3f-cdd6-c90e887fb58a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/af03da1e-5574-0a4f-5a04-019802eb6d53"},"effectiveDateTime":"2012-12-18T12:06:19-08:00","issued":"2012-12-18T12:06:19.206-08:00","valueQuantity":{"value":23.5,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"efe1c1ff-2f07-e965-30a1-369ebc40006d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/af03da1e-5574-0a4f-5a04-019802eb6d53"},"effectiveDateTime":"2012-12-18T12:06:19-08:00","issued":"2012-12-18T12:06:19.206-08:00","valueQuantity":{"value":14.7,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"f075a806-e35d-11e1-a0f9-1ea9fdb48467","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/af03da1e-5574-0a4f-5a04-019802eb6d53"},"effectiveDateTime":"2012-12-18T12:06:19-08:00","issued":"2012-12-18T12:06:19.206-08:00","valueQuantity":{"value":17.955,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"cf2b4c3e-96f3-d758-d94a-65f9e3db4646","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/af03da1e-5574-0a4f-5a04-019802eb6d53"},"effectiveDateTime":"2012-12-18T12:06:19-08:00","issued":"2012-12-18T12:06:19.206-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":80,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":124,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"b196eb9f-cb89-d48f-5193-374759de053a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/af03da1e-5574-0a4f-5a04-019802eb6d53"},"effectiveDateTime":"2012-12-18T12:06:19-08:00","issued":"2012-12-18T12:06:19.206-08:00","valueQuantity":{"value":83,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"a7becac0-666b-c377-5c5b-2aefb3e9da73","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/af03da1e-5574-0a4f-5a04-019802eb6d53"},"effectiveDateTime":"2012-12-18T12:06:19-08:00","issued":"2012-12-18T12:06:19.206-08:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"a88786ae-d6a2-5f69-49c8-b5e7c1eeaf08","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/af03da1e-5574-0a4f-5a04-019802eb6d53"},"effectiveDateTime":"2012-12-18T12:06:19-08:00","issued":"2012-12-18T12:06:19.206-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"4193b9a9-7871-fc37-bacf-3df0fc36bc88","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2aee0b18-310c-12b2-13c2-1ac5cf509405"},"effectiveDateTime":"2013-12-24T12:06:19-08:00","issued":"2013-12-24T12:06:19.206-08:00","valueQuantity":{"value":131.1,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"7f238284-c4a7-ba98-f846-8f9947b4df62","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2aee0b18-310c-12b2-13c2-1ac5cf509405"},"effectiveDateTime":"2013-12-24T12:06:19-08:00","issued":"2013-12-24T12:06:19.206-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"de8073da-caa5-6707-f646-30058d02c3a4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2aee0b18-310c-12b2-13c2-1ac5cf509405"},"effectiveDateTime":"2013-12-24T12:06:19-08:00","issued":"2013-12-24T12:06:19.206-08:00","valueQuantity":{"value":25.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"60041fe9-02e7-d58d-6529-1714262d4593","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2aee0b18-310c-12b2-13c2-1ac5cf509405"},"effectiveDateTime":"2013-12-24T12:06:19-08:00","issued":"2013-12-24T12:06:19.206-08:00","valueQuantity":{"value":15.07,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"d3a044d4-85fd-8250-b363-3225aca84f88","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2aee0b18-310c-12b2-13c2-1ac5cf509405"},"effectiveDateTime":"2013-12-24T12:06:19-08:00","issued":"2013-12-24T12:06:19.206-08:00","valueQuantity":{"value":17.582,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"26d29dbc-619e-8f18-042c-ed59b18cfd17","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2aee0b18-310c-12b2-13c2-1ac5cf509405"},"effectiveDateTime":"2013-12-24T12:06:19-08:00","issued":"2013-12-24T12:06:19.206-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":73,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":120,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"47dc310b-1508-950f-f9c1-9bfdcef44c73","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2aee0b18-310c-12b2-13c2-1ac5cf509405"},"effectiveDateTime":"2013-12-24T12:06:19-08:00","issued":"2013-12-24T12:06:19.206-08:00","valueQuantity":{"value":89,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"44eeb00e-0f9f-4ec8-2c37-744170010211","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2aee0b18-310c-12b2-13c2-1ac5cf509405"},"effectiveDateTime":"2013-12-24T12:06:19-08:00","issued":"2013-12-24T12:06:19.206-08:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"6e17bbc5-cd5f-5e82-232f-122d2131a28a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2aee0b18-310c-12b2-13c2-1ac5cf509405"},"effectiveDateTime":"2013-12-24T12:06:19-08:00","issued":"2013-12-24T12:06:19.206-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"e1126288-778a-d281-d1d2-8e8b5d19309e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":136.4,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"fc0ddc6b-d035-c590-acac-d44459b52597","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"d771de55-e93a-81b6-d24d-9ac74ee0874c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":28.1,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"97afcee9-2f95-0187-c329-d1f08db876d1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":15.11,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"f2582c17-fdd8-2cb1-9bd8-2670b59c46af","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":12.032,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"506a26fc-3d83-a940-c34e-33bd840cf7c4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":76,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":120,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"f4e0a8e6-8a0e-fd1d-346a-614a050d2067","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":62,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"0c6215b7-c4c6-c3d7-ba21-def6d675a1cf","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"63795f70-5720-fca5-4f2d-74c9b915cfb5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":10.054,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"d8143f05-27f9-b4ab-f887-19de2ebbee36","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":4.0855,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"0a6ba676-4779-917c-40b5-8699bead29fe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":12.088,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"4638c01f-117b-ffdf-c002-362668e26ea3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":42.305,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"986a0f4d-8763-0ad6-5e89-8b1a35d1bf4e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":84.268,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"dcb18614-b4a3-1edb-afdc-0b77f2e1f5a0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":29.632,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"aa7da461-6531-3d6c-97e2-e7dc75210ad2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":35.406,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"277cf44b-5ea2-64ca-7529-41f0fab34f1e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":39.482,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"37ec77ac-c473-2ffc-28ce-e626e9f4335d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":360.03,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"6fe6daf7-b1da-f31a-4780-6ca191a788f1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":258.33,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"c5f38145-3ffd-d7c7-841b-f5752a245be4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueQuantity":{"value":11.201,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"e371bda8-ca85-bdfe-6b68-f40f0a50cb51","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"effectiveDateTime":"2014-12-30T12:06:19-08:00","issued":"2014-12-30T12:06:19.206-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"b88121c7-b738-5164-341b-ead9b39acc82","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodytemp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8310-5","display":"Body temperature"},{"system":"http://loinc.org","code":"8331-1","display":"Oral temperature"}],"text":"Body temperature"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/e0f716a7-1bf2-1d8f-1228-bcfb72f92c57"},"effectiveDateTime":"2015-08-30T23:06:19-07:00","issued":"2015-08-30T23:06:19.206-07:00","valueQuantity":{"value":37.071,"unit":"Cel","system":"http://unitsofmeasure.org","code":"Cel"}} +{"resourceType":"Observation","id":"260209d4-beba-353f-fdbb-94b3bf5de7ed","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"effectiveDateTime":"2016-01-05T12:06:19-08:00","issued":"2016-01-05T12:06:19.206-08:00","valueQuantity":{"value":143.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"ce293974-c2eb-1905-5d2e-807fb112de0f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"effectiveDateTime":"2016-01-05T12:06:19-08:00","issued":"2016-01-05T12:06:19.206-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"18411d00-396f-4f2e-dc4d-608043081f0e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"effectiveDateTime":"2016-01-05T12:06:19-08:00","issued":"2016-01-05T12:06:19.206-08:00","valueQuantity":{"value":31.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"d179e8dc-e540-3397-26a1-39c3763c6b1b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"effectiveDateTime":"2016-01-05T12:06:19-08:00","issued":"2016-01-05T12:06:19.206-08:00","valueQuantity":{"value":15.21,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"c57cc851-421a-05d0-24ec-f697d11af1d6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"effectiveDateTime":"2016-01-05T12:06:19-08:00","issued":"2016-01-05T12:06:19.206-08:00","valueQuantity":{"value":8.1211,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"905e6611-0fe5-0820-da7d-33401a4f32ef","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"effectiveDateTime":"2016-01-05T12:06:19-08:00","issued":"2016-01-05T12:06:19.206-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":84,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":123,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"d5d8ea17-c7e3-0acb-8f5b-a1e43963c510","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"effectiveDateTime":"2016-01-05T12:06:19-08:00","issued":"2016-01-05T12:06:19.206-08:00","valueQuantity":{"value":98,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"9dc780ba-d713-e796-49c0-39c9384c26fa","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"effectiveDateTime":"2016-01-05T12:06:19-08:00","issued":"2016-01-05T12:06:19.206-08:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"d2eabef9-5f67-b18a-2809-a5c13057feee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"effectiveDateTime":"2016-01-05T12:06:19-08:00","issued":"2016-01-05T12:06:19.206-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"d99e7816-fd7d-9cf8-7329-a5e3ac106c4d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"effectiveDateTime":"2016-01-05T12:35:40-08:00","issued":"2016-01-05T12:35:40.206-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"8d9ed86c-7f1a-e3bd-8709-587f8c664f82","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"effectiveDateTime":"2016-01-05T13:11:45-08:00","issued":"2016-01-05T13:11:45.206-08:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"7a53f1ec-7459-67bf-85df-46153d9f32ff","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"effectiveDateTime":"2017-01-10T12:06:19-08:00","issued":"2017-01-10T12:06:19.206-08:00","valueQuantity":{"value":149.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"355dd02c-f50f-50b9-9bfe-0755164370d8","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"effectiveDateTime":"2017-01-10T12:06:19-08:00","issued":"2017-01-10T12:06:19.206-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"390347a2-3961-4f94-ee6f-e1f7abd03ac8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"effectiveDateTime":"2017-01-10T12:06:19-08:00","issued":"2017-01-10T12:06:19.206-08:00","valueQuantity":{"value":36.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"0490027e-7b9e-3994-bfff-12cef5a54a95","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"effectiveDateTime":"2017-01-10T12:06:19-08:00","issued":"2017-01-10T12:06:19.206-08:00","valueQuantity":{"value":16.15,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"d99e9814-08bc-8782-d150-7a9f041f80f3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"effectiveDateTime":"2017-01-10T12:06:19-08:00","issued":"2017-01-10T12:06:19.206-08:00","valueQuantity":{"value":12.592,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"0fd673d0-06a4-e38e-504c-e038c4380004","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"effectiveDateTime":"2017-01-10T12:06:19-08:00","issued":"2017-01-10T12:06:19.206-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":75,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":122,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"3b2cb769-a8fd-3171-7513-bfc7f29bea21","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"effectiveDateTime":"2017-01-10T12:06:19-08:00","issued":"2017-01-10T12:06:19.206-08:00","valueQuantity":{"value":74,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"d7148c57-2cd9-74d2-b77b-3b68f5bac8da","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"effectiveDateTime":"2017-01-10T12:06:19-08:00","issued":"2017-01-10T12:06:19.206-08:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"7ede9883-4a2a-39ea-fc46-010141a5e03b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"effectiveDateTime":"2017-01-10T12:06:19-08:00","issued":"2017-01-10T12:06:19.206-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"d34e8a3c-ed16-646a-a271-3948c57af251","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"effectiveDateTime":"2017-01-10T12:24:55-08:00","issued":"2017-01-10T12:24:55.206-08:00","valueQuantity":{"value":7,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"b268ef73-63e8-889b-b489-d42cc4b936ec","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"effectiveDateTime":"2017-01-10T13:01:00-08:00","issued":"2017-01-10T13:01:00.206-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"77bcabab-5bc9-7c24-4e80-e64292a5c4ae","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodytemp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8310-5","display":"Body temperature"},{"system":"http://loinc.org","code":"8331-1","display":"Oral temperature"}],"text":"Body temperature"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/38c56d5d-51c4-554e-d2b9-4c542f8784db"},"effectiveDateTime":"2017-11-27T20:06:19-08:00","issued":"2017-11-27T20:06:19.206-08:00","valueQuantity":{"value":37.959,"unit":"Cel","system":"http://unitsofmeasure.org","code":"Cel"}} +{"resourceType":"Observation","id":"3e45d6e1-3eda-5c3c-a9c0-6194558c468c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"effectiveDateTime":"2017-12-05T12:06:19-08:00","issued":"2017-12-05T12:06:19.206-08:00","valueQuantity":{"value":153.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"93639a39-00df-c960-23a5-2b8858277a52","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"effectiveDateTime":"2017-12-05T12:06:19-08:00","issued":"2017-12-05T12:06:19.206-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"2570fd1a-e33e-a2d0-1c82-46a9e712289f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"effectiveDateTime":"2017-12-05T12:06:19-08:00","issued":"2017-12-05T12:06:19.206-08:00","valueQuantity":{"value":40,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"fef8b81f-0f38-e672-7242-d2557aa1f8c3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"effectiveDateTime":"2017-12-05T12:06:19-08:00","issued":"2017-12-05T12:06:19.206-08:00","valueQuantity":{"value":17.04,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"7bbfa57c-942e-c357-9672-0583d7924e0f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"effectiveDateTime":"2017-12-05T12:06:19-08:00","issued":"2017-12-05T12:06:19.206-08:00","valueQuantity":{"value":17.493,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"6b58b1e3-e66a-9bf8-e3d1-3dcbb247ddb8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"effectiveDateTime":"2017-12-05T12:06:19-08:00","issued":"2017-12-05T12:06:19.206-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":86,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":113,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"33c68689-ff34-68c2-facb-898d5a1d3f00","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"effectiveDateTime":"2017-12-05T12:06:19-08:00","issued":"2017-12-05T12:06:19.206-08:00","valueQuantity":{"value":93,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"a3c54083-fa5a-3ed4-b25b-21640525d997","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"effectiveDateTime":"2017-12-05T12:06:19-08:00","issued":"2017-12-05T12:06:19.206-08:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"d327c957-7bf3-ff06-0b48-84e2a3c6d63d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"effectiveDateTime":"2017-12-05T12:06:19-08:00","issued":"2017-12-05T12:06:19.206-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"b259a4ce-0104-712d-5df2-2e84475bf5ac","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"effectiveDateTime":"2017-12-05T12:32:51-08:00","issued":"2017-12-05T12:32:51.206-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"a9cf480d-4efa-4f9c-da47-12d90a1871b5","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"effectiveDateTime":"2017-12-05T13:03:58-08:00","issued":"2017-12-05T13:03:58.206-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"8e0b724f-ea69-cf53-b9a4-c496c997bcd8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"effectiveDateTime":"2018-01-16T12:06:19-08:00","issued":"2018-01-16T12:06:19.206-08:00","valueQuantity":{"value":153.6,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"d9285aee-a1b7-daa4-823d-a64ac4e84a3e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"effectiveDateTime":"2018-01-16T12:06:19-08:00","issued":"2018-01-16T12:06:19.206-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"cdebae38-3c38-877c-16c3-ab80e46ab549","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"effectiveDateTime":"2018-01-16T12:06:19-08:00","issued":"2018-01-16T12:06:19.206-08:00","valueQuantity":{"value":40.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"8c5112d1-67b7-b3b4-3644-1cce6bf4f23e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"effectiveDateTime":"2018-01-16T12:06:19-08:00","issued":"2018-01-16T12:06:19.206-08:00","valueQuantity":{"value":17.08,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"06e0a875-b78a-af8a-39dc-d5cfee8cdfd0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"effectiveDateTime":"2018-01-16T12:06:19-08:00","issued":"2018-01-16T12:06:19.206-08:00","valueQuantity":{"value":16.874,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"ab253a2c-efee-55c8-2eac-e485427195e7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"effectiveDateTime":"2018-01-16T12:06:19-08:00","issued":"2018-01-16T12:06:19.206-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":79,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":122,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"3b16dfbc-d46c-0224-485f-49d8cfa45ca2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"effectiveDateTime":"2018-01-16T12:06:19-08:00","issued":"2018-01-16T12:06:19.206-08:00","valueQuantity":{"value":83,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"7b09c260-292d-09ea-df48-af7feb5b8f9f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"effectiveDateTime":"2018-01-16T12:06:19-08:00","issued":"2018-01-16T12:06:19.206-08:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"d477f8b6-bb7a-9ad8-234a-270638a9f179","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"effectiveDateTime":"2018-01-16T12:06:19-08:00","issued":"2018-01-16T12:06:19.206-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"47f8adfc-b122-2448-4538-4622e2493392","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"effectiveDateTime":"2018-01-16T12:30:34-08:00","issued":"2018-01-16T12:30:34.206-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"1f26087e-df54-ae94-64a7-34530b1eb611","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"effectiveDateTime":"2018-01-16T13:01:34-08:00","issued":"2018-01-16T13:01:34.206-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"7d8a91d1-4971-ef4e-481f-46bd6175aab2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/324f3084-be65-84aa-44aa-7e2aa22af363"},"effectiveDateTime":"2018-09-11T13:06:19-07:00","issued":"2018-09-11T13:06:19.206-07:00","valueQuantity":{"value":154.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"553f0db0-0301-b325-e639-0e8517c771bd","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/324f3084-be65-84aa-44aa-7e2aa22af363"},"effectiveDateTime":"2018-09-11T13:06:19-07:00","issued":"2018-09-11T13:06:19.206-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"4ad0d7c7-3a89-b0f2-b27a-8e6fe7f3a7a2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/324f3084-be65-84aa-44aa-7e2aa22af363"},"effectiveDateTime":"2018-09-11T13:06:19-07:00","issued":"2018-09-11T13:06:19.206-07:00","valueQuantity":{"value":41.6,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"1c33c67c-c996-782a-aa16-4029589547be","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/324f3084-be65-84aa-44aa-7e2aa22af363"},"effectiveDateTime":"2018-09-11T13:06:19-07:00","issued":"2018-09-11T13:06:19.206-07:00","valueQuantity":{"value":17.43,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"e0f7deda-1540-526d-8298-09fbbdf43a72","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/324f3084-be65-84aa-44aa-7e2aa22af363"},"effectiveDateTime":"2018-09-11T13:06:19-07:00","issued":"2018-09-11T13:06:19.206-07:00","valueQuantity":{"value":17.331,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"51d1155d-15a6-d5c5-ad9b-9dcbc8eafb05","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/324f3084-be65-84aa-44aa-7e2aa22af363"},"effectiveDateTime":"2018-09-11T13:06:19-07:00","issued":"2018-09-11T13:06:19.206-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":71,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":136,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"9999c80b-701c-d730-0315-5349bbe637c9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/324f3084-be65-84aa-44aa-7e2aa22af363"},"effectiveDateTime":"2018-09-11T13:06:19-07:00","issued":"2018-09-11T13:06:19.206-07:00","valueQuantity":{"value":97,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"693a45ca-8dc2-815b-c611-f1640e7bd07b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/324f3084-be65-84aa-44aa-7e2aa22af363"},"effectiveDateTime":"2018-09-11T13:06:19-07:00","issued":"2018-09-11T13:06:19.206-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"83b0f6f1-4fe3-93b0-ad25-1af98808d6ef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/324f3084-be65-84aa-44aa-7e2aa22af363"},"effectiveDateTime":"2018-09-11T13:06:19-07:00","issued":"2018-09-11T13:06:19.206-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"9208f12c-d348-7617-8159-f5c80c4c329a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"effectiveDateTime":"2019-01-22T12:06:19-08:00","issued":"2019-01-22T12:06:19.206-08:00","valueQuantity":{"value":155,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"305acbe2-d962-8065-b14b-ff08489a14de","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"effectiveDateTime":"2019-01-22T12:06:19-08:00","issued":"2019-01-22T12:06:19.206-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"1532d976-8cb4-388c-b421-8a8677016112","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"effectiveDateTime":"2019-01-22T12:06:19-08:00","issued":"2019-01-22T12:06:19.206-08:00","valueQuantity":{"value":43.5,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"cd5a7ba6-52fc-18d1-e50c-8c643b5a5adb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"effectiveDateTime":"2019-01-22T12:06:19-08:00","issued":"2019-01-22T12:06:19.206-08:00","valueQuantity":{"value":18.09,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"beab9ae2-739f-ce21-4141-4d996ca3c902","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"effectiveDateTime":"2019-01-22T12:06:19-08:00","issued":"2019-01-22T12:06:19.206-08:00","valueQuantity":{"value":23.301,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"02fd5464-c548-4e9e-c956-9a27a469599e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"effectiveDateTime":"2019-01-22T12:06:19-08:00","issued":"2019-01-22T12:06:19.206-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":82,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":125,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"fde4f588-5c4a-545a-c6be-1e93b5e9a472","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"effectiveDateTime":"2019-01-22T12:06:19-08:00","issued":"2019-01-22T12:06:19.206-08:00","valueQuantity":{"value":60,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"2a3ad854-1ad5-4061-0f60-a89197af6f93","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"effectiveDateTime":"2019-01-22T12:06:19-08:00","issued":"2019-01-22T12:06:19.206-08:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"c337f558-8afe-a9fd-49f1-3effcf681a4e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"effectiveDateTime":"2019-01-22T12:06:19-08:00","issued":"2019-01-22T12:06:19.206-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"94fa3ebd-df61-1e34-d745-451487fb5248","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"effectiveDateTime":"2019-01-22T12:22:48-08:00","issued":"2019-01-22T12:22:48.206-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e68b1899-2d68-d395-3f2f-1cd9b38676e5","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"effectiveDateTime":"2019-01-22T13:00:53-08:00","issued":"2019-01-22T13:00:53.206-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"57632e31-ac62-e4dd-d787-b58b11695647","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":155.6,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"8752dde7-a504-b33a-78ed-176953768c97","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e633d081-4e6e-86f7-0f93-7d60ece50ee2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":45.2,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"ab2ae6fc-03d5-6575-faa8-a8262a675d67","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":18.65,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"3832b696-a12b-e684-94c3-beddfc81561e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":24.163,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"36f94585-1305-4505-07b6-bcf567d06ffc","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":82,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":130,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"e7905ede-4006-55d0-81a8-692d9385e675","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":88,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"a33ab1d6-e034-88d7-21ee-29f9ec599942","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"338f3032-08d1-588b-13be-4b0d2964a464","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":9.6521,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"e3cf5ff6-8572-cb7e-3d48-882cb9bef468","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":4.6567,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"66e49464-5eef-ec49-644b-f14b9dab5aeb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":14.068,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"4b434221-28c2-5baf-bb1e-7bd910d1e760","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":42.01,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"ae32e2b7-33ec-6102-138b-d551dcc08810","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":82.892,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"d4ec1b42-9d85-1cc5-ed36-4b1d17e63762","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":30.108,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"dae61a66-3d02-c192-c47d-db986dbd395c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":35.257,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"8cc7617e-c574-f73e-4a9e-c46d851d2d69","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":44.602,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"0dfd6d1c-6b5f-cc3a-f8fa-222c69f5f85c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":189.81,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"ff41f0ad-2109-d93b-0590-75130440cab4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":409.17,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"6d8b9979-f316-7b1d-76df-1f2f1f04c721","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueQuantity":{"value":9.7814,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"f6538cd6-596f-4704-9ecf-2fa794210d47","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:06:19-08:00","issued":"2020-01-28T12:06:19.206-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"d6f81593-eb0e-1cc4-e075-0f5724662cc1","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"effectiveDateTime":"2020-01-28T12:36:56-08:00","issued":"2020-01-28T12:36:56.206-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"30b3e73a-c8f9-f873-349c-e4c63a169ea0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodytemp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8310-5","display":"Body temperature"},{"system":"http://loinc.org","code":"8331-1","display":"Oral temperature"}],"text":"Body temperature"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/700cdd3b-4a50-71fe-4330-be25085ff236"},"effectiveDateTime":"2020-03-01T22:06:19-08:00","issued":"2020-03-01T22:06:19.206-08:00","valueQuantity":{"value":37.227,"unit":"Cel","system":"http://unitsofmeasure.org","code":"Cel"}} +{"resourceType":"Observation","id":"987c441f-5991-bdce-0383-95881728831b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/61d29c83-c048-e15c-a0a1-b26897f6080d"},"effectiveDateTime":"2021-02-02T12:06:19-08:00","issued":"2021-02-02T12:06:19.206-08:00","valueQuantity":{"value":156,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"df630137-fabd-b69a-4e0b-a2f9b4cd30ff","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/61d29c83-c048-e15c-a0a1-b26897f6080d"},"effectiveDateTime":"2021-02-02T12:06:19-08:00","issued":"2021-02-02T12:06:19.206-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"58228613-be66-c65e-85ac-3e1189bfa01f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/61d29c83-c048-e15c-a0a1-b26897f6080d"},"effectiveDateTime":"2021-02-02T12:06:19-08:00","issued":"2021-02-02T12:06:19.206-08:00","valueQuantity":{"value":45.5,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"31f26214-8bef-bafd-05e0-7601ea9286b7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/61d29c83-c048-e15c-a0a1-b26897f6080d"},"effectiveDateTime":"2021-02-02T12:06:19-08:00","issued":"2021-02-02T12:06:19.206-08:00","valueQuantity":{"value":18.71,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"d7873206-5741-415a-4cec-2048280f3e45","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/61d29c83-c048-e15c-a0a1-b26897f6080d"},"effectiveDateTime":"2021-02-02T12:06:19-08:00","issued":"2021-02-02T12:06:19.206-08:00","valueQuantity":{"value":19.332,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"e66601b7-a565-6962-565e-a66757a71127","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/61d29c83-c048-e15c-a0a1-b26897f6080d"},"effectiveDateTime":"2021-02-02T12:06:19-08:00","issued":"2021-02-02T12:06:19.206-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":70,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":124,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"1e13b2cc-9d88-e650-2f08-7ada42f93e81","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/61d29c83-c048-e15c-a0a1-b26897f6080d"},"effectiveDateTime":"2021-02-02T12:06:19-08:00","issued":"2021-02-02T12:06:19.206-08:00","valueQuantity":{"value":60,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"11d37cd3-4899-8f2c-649e-6944b25ad864","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/61d29c83-c048-e15c-a0a1-b26897f6080d"},"effectiveDateTime":"2021-02-02T12:06:19-08:00","issued":"2021-02-02T12:06:19.206-08:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"f744da94-0f2d-e394-ff45-35ecb57be02c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/61d29c83-c048-e15c-a0a1-b26897f6080d"},"effectiveDateTime":"2021-02-02T12:06:19-08:00","issued":"2021-02-02T12:06:19.206-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"d06278aa-edd9-98be-37f3-406a19174528","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/61d29c83-c048-e15c-a0a1-b26897f6080d"},"effectiveDateTime":"2021-02-02T12:43:38-08:00","issued":"2021-02-02T12:43:38.206-08:00","valueQuantity":{"value":15,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"2497b635-3cd2-add6-98a9-cee0ce9ece82","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"effectiveDateTime":"2022-02-08T12:06:19-08:00","issued":"2022-02-08T12:06:19.206-08:00","valueQuantity":{"value":156.1,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"3ec24661-cc2d-bfb9-9b51-990a26c1de02","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"effectiveDateTime":"2022-02-08T12:06:19-08:00","issued":"2022-02-08T12:06:19.206-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"7cca1d70-09c8-ebb9-2ffa-f433f8c5290a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"effectiveDateTime":"2022-02-08T12:06:19-08:00","issued":"2022-02-08T12:06:19.206-08:00","valueQuantity":{"value":47.7,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"39a5e973-6553-f3f4-ea93-8b7aab01e159","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"effectiveDateTime":"2022-02-08T12:06:19-08:00","issued":"2022-02-08T12:06:19.206-08:00","valueQuantity":{"value":19.56,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"5a5f7984-447f-2e1a-3be3-de748d299fce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"effectiveDateTime":"2022-02-08T12:06:19-08:00","issued":"2022-02-08T12:06:19.206-08:00","valueQuantity":{"value":26.123,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"d4867efa-8f5c-7e99-15ac-8785b35cce2b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"effectiveDateTime":"2022-02-08T12:06:19-08:00","issued":"2022-02-08T12:06:19.206-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":70,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":120,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"9271addd-e632-61f9-d021-13721d97691c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"effectiveDateTime":"2022-02-08T12:06:19-08:00","issued":"2022-02-08T12:06:19.206-08:00","valueQuantity":{"value":95,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"468cf092-9e2b-a888-d680-3e32e6995e77","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"effectiveDateTime":"2022-02-08T12:06:19-08:00","issued":"2022-02-08T12:06:19.206-08:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"07aaa2dd-3bd4-c839-9c32-a90c6c000bc5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"effectiveDateTime":"2022-02-08T12:06:19-08:00","issued":"2022-02-08T12:06:19.206-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"65390805-2601-e8c9-e0d6-5ddc889aa101","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"effectiveDateTime":"2022-02-08T12:56:34-08:00","issued":"2022-02-08T12:56:34.206-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":76167,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"960 Schumm Stravenue"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":7,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"129c7056-b7c7-0e22-192e-b3b8da5b6b9f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"effectiveDateTime":"2022-02-08T13:32:15-08:00","issued":"2022-02-08T13:32:15.206-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"1801c1d0-4ede-0504-8255-68b4b2e44dcf","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"effectiveDateTime":"2022-02-08T14:10:51-08:00","issued":"2022-02-08T14:10:51.206-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"85fa0445-3a90-79f7-eec9-e91e335a67ce","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1f2de5f9-32e1-4037-ca4c-20d563668b88"},"effectiveDateTime":"2012-08-06T17:49:11-07:00","issued":"2012-08-06T17:49:11.290-07:00","valueQuantity":{"value":99.4,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"bdcc2cbd-87a0-0afb-dbfe-0fc6765bcdac","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1f2de5f9-32e1-4037-ca4c-20d563668b88"},"effectiveDateTime":"2012-08-06T17:49:11-07:00","issued":"2012-08-06T17:49:11.290-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"70c20265-181f-e2b9-c45e-080c1a480e1a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1f2de5f9-32e1-4037-ca4c-20d563668b88"},"effectiveDateTime":"2012-08-06T17:49:11-07:00","issued":"2012-08-06T17:49:11.290-07:00","valueQuantity":{"value":15,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"1fc3a58d-8755-4bbf-fbc9-d7fcd385c97e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1f2de5f9-32e1-4037-ca4c-20d563668b88"},"effectiveDateTime":"2012-08-06T17:49:11-07:00","issued":"2012-08-06T17:49:11.290-07:00","valueQuantity":{"value":15.2,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"c263afb3-5bc9-9cf6-c9c0-aa70fd784c96","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1f2de5f9-32e1-4037-ca4c-20d563668b88"},"effectiveDateTime":"2012-08-06T17:49:11-07:00","issued":"2012-08-06T17:49:11.290-07:00","valueQuantity":{"value":51.317,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"57a29883-bdbc-3b2a-62f8-0c3b44d1579b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1f2de5f9-32e1-4037-ca4c-20d563668b88"},"effectiveDateTime":"2012-08-06T17:49:11-07:00","issued":"2012-08-06T17:49:11.290-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":71,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":126,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"b0dad840-81f4-aec9-4d0d-489b4615b3a3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1f2de5f9-32e1-4037-ca4c-20d563668b88"},"effectiveDateTime":"2012-08-06T17:49:11-07:00","issued":"2012-08-06T17:49:11.290-07:00","valueQuantity":{"value":71,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"7e9c5b4b-b179-d1ea-9e8b-98f7710b3a46","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1f2de5f9-32e1-4037-ca4c-20d563668b88"},"effectiveDateTime":"2012-08-06T17:49:11-07:00","issued":"2012-08-06T17:49:11.290-07:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"44931af9-4b7f-5a91-69f9-1bc9840d3384","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1f2de5f9-32e1-4037-ca4c-20d563668b88"},"effectiveDateTime":"2012-08-06T17:49:11-07:00","issued":"2012-08-06T17:49:11.290-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"afe7ad24-3115-f30f-4d4c-23ec41726ee7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":105.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"08f1b1c1-8b2d-7e5d-5580-0486a485fd86","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"0cfff369-6af2-ee38-8970-bbf7afb5db35","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":16.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"052ced78-94a1-3951-c72c-2d3d877dadb8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":15.01,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"7334300b-a1ee-98bb-7818-f7d4419716d1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":44.437,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"cecb6a4a-fdad-65ad-a462-fc245c1e519d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":83,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":131,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"f5d145fc-8576-8f86-3247-3338c698c23c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":91,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"8c55e85f-ac76-ee10-fe18-cdb8d6e25bb7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"356a2c3b-bc48-f408-1704-ce1124f1001e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":8.4024,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"86dfe933-f758-85dd-0b38-91f0e5ab3ef1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":4.0267,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"e1f6dc5d-f3e6-f8b8-cf62-fefad90215c1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":12.396,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"c6970615-d3a1-7dbc-68cf-46b600539715","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":47.073,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"af72910e-d21c-7d8e-41d3-75c802169b91","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":90.427,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"487696a9-98aa-a817-953c-4263ad2de154","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":32.346,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"af93548a-702e-bc88-fa02-ce016b433da2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":34.267,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"0f59a767-a5f3-4d9e-1430-4e4c7471c4c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":40.784,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"fc74df22-a784-0627-459e-d15e39900c2a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":424.75,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"9fe54019-9f38-31c4-d885-91311bd9ead8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":279.58,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"8150c5bd-dfd6-8def-29b2-8a502acb5c02","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueQuantity":{"value":10.913,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"2c04fa61-9db6-a73f-683a-49cd29f467f1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/75b6b1d2-9e88-4e76-78b0-0e70f6bc3667"},"effectiveDateTime":"2013-08-12T17:49:11-07:00","issued":"2013-08-12T17:49:11.290-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"19100084-d913-fdb6-3dff-bdf13fae4829","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/a9d102a4-a8f9-0526-5ffa-7be826ff0d22"},"effectiveDateTime":"2014-08-18T17:49:11-07:00","issued":"2014-08-18T17:49:11.290-07:00","valueQuantity":{"value":112,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"94929bff-48b7-00f3-859f-180f0e15bcda","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/a9d102a4-a8f9-0526-5ffa-7be826ff0d22"},"effectiveDateTime":"2014-08-18T17:49:11-07:00","issued":"2014-08-18T17:49:11.290-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"55c121e3-f90d-2be2-078f-c3cf2c000c3c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/a9d102a4-a8f9-0526-5ffa-7be826ff0d22"},"effectiveDateTime":"2014-08-18T17:49:11-07:00","issued":"2014-08-18T17:49:11.290-07:00","valueQuantity":{"value":19,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"f63d2957-94d2-3fa2-4867-a28efc0c17c5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/a9d102a4-a8f9-0526-5ffa-7be826ff0d22"},"effectiveDateTime":"2014-08-18T17:49:11-07:00","issued":"2014-08-18T17:49:11.290-07:00","valueQuantity":{"value":15.15,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"00c15fa3-f02c-e2ad-29dc-1f77ea3e6e43","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/a9d102a4-a8f9-0526-5ffa-7be826ff0d22"},"effectiveDateTime":"2014-08-18T17:49:11-07:00","issued":"2014-08-18T17:49:11.290-07:00","valueQuantity":{"value":42.893,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"3111bd4a-5815-325e-7dda-bcab604222ff","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/a9d102a4-a8f9-0526-5ffa-7be826ff0d22"},"effectiveDateTime":"2014-08-18T17:49:11-07:00","issued":"2014-08-18T17:49:11.290-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":78,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":117,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"42117859-46d4-68b2-5880-bfb9c3bd731f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/a9d102a4-a8f9-0526-5ffa-7be826ff0d22"},"effectiveDateTime":"2014-08-18T17:49:11-07:00","issued":"2014-08-18T17:49:11.290-07:00","valueQuantity":{"value":70,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"74954803-58b2-9a52-fa7c-b158ac80dd4c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/a9d102a4-a8f9-0526-5ffa-7be826ff0d22"},"effectiveDateTime":"2014-08-18T17:49:11-07:00","issued":"2014-08-18T17:49:11.290-07:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"f3ddcd6b-89b3-d0d0-2edb-a454439d8f94","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/a9d102a4-a8f9-0526-5ffa-7be826ff0d22"},"effectiveDateTime":"2014-08-18T17:49:11-07:00","issued":"2014-08-18T17:49:11.290-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"ac31ef5a-e0b7-3c17-a075-c25f84089dda","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f9dcd84a-3a92-900f-c293-b18778fb613d"},"effectiveDateTime":"2015-08-24T17:49:11-07:00","issued":"2015-08-24T17:49:11.290-07:00","valueQuantity":{"value":117.6,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"02d7d56b-52d4-3940-3eba-b4b73bef0907","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f9dcd84a-3a92-900f-c293-b18778fb613d"},"effectiveDateTime":"2015-08-24T17:49:11-07:00","issued":"2015-08-24T17:49:11.290-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"a9efd83a-9af9-4aa8-2b9c-5d7d70764bd4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f9dcd84a-3a92-900f-c293-b18778fb613d"},"effectiveDateTime":"2015-08-24T17:49:11-07:00","issued":"2015-08-24T17:49:11.290-07:00","valueQuantity":{"value":21.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"3b174a5c-ef72-d9b7-f65a-e19f6e5d3f14","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f9dcd84a-3a92-900f-c293-b18778fb613d"},"effectiveDateTime":"2015-08-24T17:49:11-07:00","issued":"2015-08-24T17:49:11.290-07:00","valueQuantity":{"value":15.41,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"d059f34e-bf25-a6a8-048d-762ea75a7987","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f9dcd84a-3a92-900f-c293-b18778fb613d"},"effectiveDateTime":"2015-08-24T17:49:11-07:00","issued":"2015-08-24T17:49:11.290-07:00","valueQuantity":{"value":41.286,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"4d52ecca-3cd6-7d48-e8c2-6fe439151c3b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f9dcd84a-3a92-900f-c293-b18778fb613d"},"effectiveDateTime":"2015-08-24T17:49:11-07:00","issued":"2015-08-24T17:49:11.290-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":81,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":135,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"82ed815c-68b1-f1fe-1ccc-55c3d4b3812e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f9dcd84a-3a92-900f-c293-b18778fb613d"},"effectiveDateTime":"2015-08-24T17:49:11-07:00","issued":"2015-08-24T17:49:11.290-07:00","valueQuantity":{"value":88,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"2f3ce034-6a24-6b0a-ddc0-eb1f5253b038","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f9dcd84a-3a92-900f-c293-b18778fb613d"},"effectiveDateTime":"2015-08-24T17:49:11-07:00","issued":"2015-08-24T17:49:11.290-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"7afaba3b-e652-fa11-8e8a-64bf429bbe27","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f9dcd84a-3a92-900f-c293-b18778fb613d"},"effectiveDateTime":"2015-08-24T17:49:11-07:00","issued":"2015-08-24T17:49:11.290-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"c0e365ab-44b7-b0a1-118e-13a670339e12","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/6544d0b8-f949-92d1-19e1-b91f0e36bdf8"},"effectiveDateTime":"2016-03-21T17:49:11-07:00","issued":"2016-03-21T17:49:11.290-07:00","valueQuantity":{"value":120.4,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"aab90e33-1099-64eb-db72-22e2339e5d9b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/6544d0b8-f949-92d1-19e1-b91f0e36bdf8"},"effectiveDateTime":"2016-03-21T17:49:11-07:00","issued":"2016-03-21T17:49:11.290-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"fee40f3a-ea08-18a5-1bc6-fcd8e14d61e6","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/6544d0b8-f949-92d1-19e1-b91f0e36bdf8"},"effectiveDateTime":"2016-03-21T17:49:11-07:00","issued":"2016-03-21T17:49:11.290-07:00","valueQuantity":{"value":22.6,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"39a8c0ad-481d-6535-4833-431e7df7fa86","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/6544d0b8-f949-92d1-19e1-b91f0e36bdf8"},"effectiveDateTime":"2016-03-21T17:49:11-07:00","issued":"2016-03-21T17:49:11.290-07:00","valueQuantity":{"value":15.6,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"2f2aa021-3cba-2ff4-5bd4-f9775d235260","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/6544d0b8-f949-92d1-19e1-b91f0e36bdf8"},"effectiveDateTime":"2016-03-21T17:49:11-07:00","issued":"2016-03-21T17:49:11.290-07:00","valueQuantity":{"value":40.472,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"f79272b6-4a97-897d-efb7-add02046aa90","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/6544d0b8-f949-92d1-19e1-b91f0e36bdf8"},"effectiveDateTime":"2016-03-21T17:49:11-07:00","issued":"2016-03-21T17:49:11.290-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":79,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":131,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"20943024-daef-bd27-fd70-ab71353ddf8c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/6544d0b8-f949-92d1-19e1-b91f0e36bdf8"},"effectiveDateTime":"2016-03-21T17:49:11-07:00","issued":"2016-03-21T17:49:11.290-07:00","valueQuantity":{"value":88,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"5d000b11-d12a-54cf-bb6e-ad73597c9c8a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/6544d0b8-f949-92d1-19e1-b91f0e36bdf8"},"effectiveDateTime":"2016-03-21T17:49:11-07:00","issued":"2016-03-21T17:49:11.290-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"79eb2aa4-f05e-14da-696d-c46fa1b6e11f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/6544d0b8-f949-92d1-19e1-b91f0e36bdf8"},"effectiveDateTime":"2016-03-21T17:49:11-07:00","issued":"2016-03-21T17:49:11.290-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"6882306d-5eaf-cff1-03f4-5ede7986f2a5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ee167abe-f63e-068f-20bc-42c24834e284"},"effectiveDateTime":"2016-08-29T17:49:11-07:00","issued":"2016-08-29T17:49:11.290-07:00","valueQuantity":{"value":122.6,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"bfbe4721-2ebc-9933-500f-b9982b5f9493","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ee167abe-f63e-068f-20bc-42c24834e284"},"effectiveDateTime":"2016-08-29T17:49:11-07:00","issued":"2016-08-29T17:49:11.290-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f5f13085-9789-c28f-151f-24ca374af355","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ee167abe-f63e-068f-20bc-42c24834e284"},"effectiveDateTime":"2016-08-29T17:49:11-07:00","issued":"2016-08-29T17:49:11.290-07:00","valueQuantity":{"value":23.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"2c3b090c-4774-ccde-2a7e-1ce555f8f303","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ee167abe-f63e-068f-20bc-42c24834e284"},"effectiveDateTime":"2016-08-29T17:49:11-07:00","issued":"2016-08-29T17:49:11.290-07:00","valueQuantity":{"value":15.86,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"14fdb8d6-d954-9982-cb31-d50192ff4d40","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ee167abe-f63e-068f-20bc-42c24834e284"},"effectiveDateTime":"2016-08-29T17:49:11-07:00","issued":"2016-08-29T17:49:11.290-07:00","valueQuantity":{"value":41.221,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"64d1affa-65b4-4485-9d24-703648027207","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ee167abe-f63e-068f-20bc-42c24834e284"},"effectiveDateTime":"2016-08-29T17:49:11-07:00","issued":"2016-08-29T17:49:11.290-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":81,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":121,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"a98db1e4-38de-fd02-0cc9-fc28b38530ab","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ee167abe-f63e-068f-20bc-42c24834e284"},"effectiveDateTime":"2016-08-29T17:49:11-07:00","issued":"2016-08-29T17:49:11.290-07:00","valueQuantity":{"value":63,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"5a3b6419-fc26-7fc3-7982-00e8f51b6d18","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ee167abe-f63e-068f-20bc-42c24834e284"},"effectiveDateTime":"2016-08-29T17:49:11-07:00","issued":"2016-08-29T17:49:11.290-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"da399425-eb44-182b-a0e1-b9fb61bc655e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ee167abe-f63e-068f-20bc-42c24834e284"},"effectiveDateTime":"2016-08-29T17:49:11-07:00","issued":"2016-08-29T17:49:11.290-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"c54fe9bc-c9fc-a115-6efa-b3e57afd95bd","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d40d6940-19b8-83b8-97b7-e43f0e2e8dff"},"effectiveDateTime":"2017-09-04T17:49:11-07:00","issued":"2017-09-04T17:49:11.290-07:00","valueQuantity":{"value":126.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"fa8dfabe-e98f-4f03-1499-377b14fb5ffc","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d40d6940-19b8-83b8-97b7-e43f0e2e8dff"},"effectiveDateTime":"2017-09-04T17:49:11-07:00","issued":"2017-09-04T17:49:11.290-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"ca7f2d80-3818-6465-fad5-c34d0c898186","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d40d6940-19b8-83b8-97b7-e43f0e2e8dff"},"effectiveDateTime":"2017-09-04T17:49:11-07:00","issued":"2017-09-04T17:49:11.290-07:00","valueQuantity":{"value":26.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"f89a9866-59cf-470b-02eb-fae7395853b8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d40d6940-19b8-83b8-97b7-e43f0e2e8dff"},"effectiveDateTime":"2017-09-04T17:49:11-07:00","issued":"2017-09-04T17:49:11.290-07:00","valueQuantity":{"value":16.75,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"51a93674-9a7f-c813-c854-7fa33d814188","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d40d6940-19b8-83b8-97b7-e43f0e2e8dff"},"effectiveDateTime":"2017-09-04T17:49:11-07:00","issued":"2017-09-04T17:49:11.290-07:00","valueQuantity":{"value":48.005,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"b6da4a05-0bd5-e28c-8b7c-7482b58a60c8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d40d6940-19b8-83b8-97b7-e43f0e2e8dff"},"effectiveDateTime":"2017-09-04T17:49:11-07:00","issued":"2017-09-04T17:49:11.290-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":73,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":120,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"0daeb6b3-a454-405b-1650-eb3fb233dbab","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d40d6940-19b8-83b8-97b7-e43f0e2e8dff"},"effectiveDateTime":"2017-09-04T17:49:11-07:00","issued":"2017-09-04T17:49:11.290-07:00","valueQuantity":{"value":91,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"66eb869c-9c33-a962-b26b-8ea187f3ee88","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d40d6940-19b8-83b8-97b7-e43f0e2e8dff"},"effectiveDateTime":"2017-09-04T17:49:11-07:00","issued":"2017-09-04T17:49:11.290-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"a5130ec9-58a7-c0de-67af-1e12530e7dde","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d40d6940-19b8-83b8-97b7-e43f0e2e8dff"},"effectiveDateTime":"2017-09-04T17:49:11-07:00","issued":"2017-09-04T17:49:11.290-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"f121090b-9849-6320-304a-dc33f858b9e0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":131.6,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"9857f193-5194-3f46-34c4-34a7e7bdf271","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"7aec5ea6-b531-0bca-d64e-26891b3bbd5d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":30.2,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"f02879ab-c16e-78a0-8db5-0b90cd355995","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":17.42,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"3f8dc282-cab0-5d6b-6c90-b027c0a01b08","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":49.199,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"f202b043-482e-de23-04c2-453cc057d9dc","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":82,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":110,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"6f6d2927-e370-b5f1-a0ff-1b5824b491fa","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":74,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"d26805ca-bc64-cc5d-f4e3-7aefff5bf6d0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"0bf11392-cb9d-78aa-06ea-2df94bb1ff51","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":6.2816,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"2cd04a6b-7772-1780-075a-8ec0d6f7ae40","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":4.9634,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"795029b4-e5f1-d6cb-0608-2ffc1e579aae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":16.633,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"88ea707c-8edc-dbe3-52dc-721c8713fcc1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":35.178,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"4e0ba4f0-ac87-27ed-abd3-99e67e0242b6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":84.928,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"5d431f10-aada-de80-e39c-3c41e3bc7228","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":32.234,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"fe5c8aa1-bee5-d28a-2fa1-1351e2b0d991","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":33.273,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"883b1466-b1b8-7d75-e832-90c4d7bcd611","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":45.624,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"c11db693-4d1a-c485-eb06-c16c4d87b16e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":241.01,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"ab775879-11fd-3083-849b-560c6a9edc5c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":191.94,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"72fcb585-25d3-7b9f-616e-e5765aa508fd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueQuantity":{"value":11.363,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"71353f6f-0f6f-9992-79c3-bbd4aff9e9aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"effectiveDateTime":"2018-09-10T17:49:11-07:00","issued":"2018-09-10T17:49:11.290-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"3058d4f6-a2f1-8548-5019-52e2fa598397","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"effectiveDateTime":"2019-09-16T17:49:11-07:00","issued":"2019-09-16T17:49:11.290-07:00","valueQuantity":{"value":138.4,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"62bbfd74-0375-bc96-bf57-492d6a6c7145","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"effectiveDateTime":"2019-09-16T17:49:11-07:00","issued":"2019-09-16T17:49:11.290-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"913c4215-af22-b65a-7152-ed1f94a513a8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"effectiveDateTime":"2019-09-16T17:49:11-07:00","issued":"2019-09-16T17:49:11.290-07:00","valueQuantity":{"value":33.6,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"e637da90-d846-e774-4161-ac1764bf91ab","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"effectiveDateTime":"2019-09-16T17:49:11-07:00","issued":"2019-09-16T17:49:11.290-07:00","valueQuantity":{"value":17.54,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"b2eda839-cf8d-110f-5856-be3e77a66cd5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"effectiveDateTime":"2019-09-16T17:49:11-07:00","issued":"2019-09-16T17:49:11.290-07:00","valueQuantity":{"value":41.321,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"2a98e8b9-6745-0f4d-935a-7a6679e1aa89","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"effectiveDateTime":"2019-09-16T17:49:11-07:00","issued":"2019-09-16T17:49:11.290-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":82,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":125,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"7988dffd-5018-6e23-34c2-931860f8cd89","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"effectiveDateTime":"2019-09-16T17:49:11-07:00","issued":"2019-09-16T17:49:11.290-07:00","valueQuantity":{"value":71,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"b7b4ad6e-d778-e880-ac88-90ebd53c63bb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"effectiveDateTime":"2019-09-16T17:49:11-07:00","issued":"2019-09-16T17:49:11.290-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"b19ac06a-2455-35b4-f1fd-1e1a7d742c30","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"effectiveDateTime":"2019-09-16T17:49:11-07:00","issued":"2019-09-16T17:49:11.290-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"1b3e9fe9-2082-c910-cb2b-f7510a3b1961","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"effectiveDateTime":"2019-09-16T18:06:25-07:00","issued":"2019-09-16T18:06:25.290-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"1f0ef981-6311-67c9-914d-95c71ba2b3bb","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"effectiveDateTime":"2019-09-16T18:47:06-07:00","issued":"2019-09-16T18:47:06.290-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"ab964789-28ff-eb7a-c829-eb1c02528375","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6206-7","display":"Peanut IgE Ab in Serum"}],"text":"Peanut IgE Ab in Serum"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"},"effectiveDateTime":"2020-08-31T18:23:26-07:00","issued":"2020-08-31T18:23:26.290-07:00","valueQuantity":{"value":0.1523,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"d2012e82-3d86-77df-cc46-ef82d25abb49","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6273-7","display":"Walnut IgE Ab in Serum"}],"text":"Walnut IgE Ab in Serum"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"},"effectiveDateTime":"2020-08-31T18:23:26-07:00","issued":"2020-08-31T18:23:26.290-07:00","valueQuantity":{"value":0.097795,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"9c049756-9307-743f-3134-c034af2444f6","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6082-2","display":"Codfish IgE Ab in Serum"}],"text":"Codfish IgE Ab in Serum"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"},"effectiveDateTime":"2020-08-31T18:23:26-07:00","issued":"2020-08-31T18:23:26.290-07:00","valueQuantity":{"value":0.20967,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"e36c6b5f-fb84-cd12-31cb-0318b8b75311","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6246-3","display":"Shrimp IgE Ab in Serum"}],"text":"Shrimp IgE Ab in Serum"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"},"effectiveDateTime":"2020-08-31T18:23:26-07:00","issued":"2020-08-31T18:23:26.290-07:00","valueQuantity":{"value":0.33535,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"32ca48e0-f5f2-9f55-ed01-d7e6a2ef28ee","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6276-0","display":"Wheat IgE Ab in Serum"}],"text":"Wheat IgE Ab in Serum"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"},"effectiveDateTime":"2020-08-31T18:23:26-07:00","issued":"2020-08-31T18:23:26.290-07:00","valueQuantity":{"value":0.19141,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"517bdca0-edd6-548d-bb8c-5dda5654c045","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6106-9","display":"Egg white IgE Ab in Serum"}],"text":"Egg white IgE Ab in Serum"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"},"effectiveDateTime":"2020-08-31T18:23:26-07:00","issued":"2020-08-31T18:23:26.290-07:00","valueQuantity":{"value":0.12868,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"1cc4c0bd-2cec-fb0b-dda9-60a4764ba513","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6248-9","display":"Soybean IgE Ab in Serum"}],"text":"Soybean IgE Ab in Serum"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"},"effectiveDateTime":"2020-08-31T18:23:26-07:00","issued":"2020-08-31T18:23:26.290-07:00","valueQuantity":{"value":0.19114,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"64a6f4b9-69a8-5e72-9c1d-60a1b6d62bbd","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"7258-7","display":"Cow milk IgE Ab in Serum"}],"text":"Cow milk IgE Ab in Serum"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"},"effectiveDateTime":"2020-08-31T18:23:26-07:00","issued":"2020-08-31T18:23:26.290-07:00","valueQuantity":{"value":0.060299,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"da4242d7-3c46-a476-d6c8-6a5168e4657b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6189-5","display":"White oak IgE Ab in Serum"}],"text":"White oak IgE Ab in Serum"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"},"effectiveDateTime":"2020-08-31T18:23:26-07:00","issued":"2020-08-31T18:23:26.290-07:00","valueQuantity":{"value":0.22162,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"c13426ab-b640-71e6-0b7d-70fe957376f3","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6085-5","display":"Common Ragweed IgE Ab in Serum"}],"text":"Common Ragweed IgE Ab in Serum"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"},"effectiveDateTime":"2020-08-31T18:23:26-07:00","issued":"2020-08-31T18:23:26.290-07:00","valueQuantity":{"value":0.26683,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"baf708ee-8905-dbeb-f7e8-20c48bf93524","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6833-8","display":"Cat dander IgE Ab in Serum"}],"text":"Cat dander IgE Ab in Serum"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"},"effectiveDateTime":"2020-08-31T18:23:26-07:00","issued":"2020-08-31T18:23:26.290-07:00","valueQuantity":{"value":0.0088166,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"73d8e493-c9c2-a991-24a9-5bb439f22c85","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6095-4","display":"American house dust mite IgE Ab in Serum"}],"text":"American house dust mite IgE Ab in Serum"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"},"effectiveDateTime":"2020-08-31T18:23:26-07:00","issued":"2020-08-31T18:23:26.290-07:00","valueQuantity":{"value":0.23449,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"520ea918-6466-a987-65a1-d64ca626766d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6075-6","display":"Cladosporium herbarum IgE Ab in Serum"}],"text":"Cladosporium herbarum IgE Ab in Serum"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"},"effectiveDateTime":"2020-08-31T18:23:26-07:00","issued":"2020-08-31T18:23:26.290-07:00","valueQuantity":{"value":0.2414,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"39eaee1d-b0b7-2022-dee5-8735d49c00b5","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6844-5","display":"Honey bee IgE Ab in Serum"}],"text":"Honey bee IgE Ab in Serum"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"},"effectiveDateTime":"2020-08-31T18:23:26-07:00","issued":"2020-08-31T18:23:26.290-07:00","valueQuantity":{"value":0.18243,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"8b93cc3a-94fa-91a7-8e49-de2b5e732b9b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6158-0","display":"Latex IgE Ab in Serum"}],"text":"Latex IgE Ab in Serum"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"},"effectiveDateTime":"2020-08-31T18:23:26-07:00","issued":"2020-08-31T18:23:26.290-07:00","valueQuantity":{"value":0.16895,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"62f73a91-3d7d-4e25-7bc9-b14a131257c8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"effectiveDateTime":"2020-09-21T17:49:11-07:00","issued":"2020-09-21T17:49:11.290-07:00","valueQuantity":{"value":145.1,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"a769d921-633d-b2b0-6604-a808a405d68c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"effectiveDateTime":"2020-09-21T17:49:11-07:00","issued":"2020-09-21T17:49:11.290-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"3dee1e89-8f64-9628-fbe7-03bd7e7cc7f8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"effectiveDateTime":"2020-09-21T17:49:11-07:00","issued":"2020-09-21T17:49:11.290-07:00","valueQuantity":{"value":37,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"53da9a79-4c0d-db9d-1d6d-f2920bef5b8c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"effectiveDateTime":"2020-09-21T17:49:11-07:00","issued":"2020-09-21T17:49:11.290-07:00","valueQuantity":{"value":17.59,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"af806a15-3265-923c-8159-65ecbe491c85","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"effectiveDateTime":"2020-09-21T17:49:11-07:00","issued":"2020-09-21T17:49:11.290-07:00","valueQuantity":{"value":32.731,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"a7eb0e51-2f55-af19-40ba-42e47debcb3d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"effectiveDateTime":"2020-09-21T17:49:11-07:00","issued":"2020-09-21T17:49:11.290-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":85,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":122,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"ab96d37f-94af-1f2e-1f4e-a5efdfbbe8d1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"effectiveDateTime":"2020-09-21T17:49:11-07:00","issued":"2020-09-21T17:49:11.290-07:00","valueQuantity":{"value":96,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"7c6d9e2e-6f43-75a3-e5b2-2de09ff7d904","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"effectiveDateTime":"2020-09-21T17:49:11-07:00","issued":"2020-09-21T17:49:11.290-07:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"bc03312c-55f4-ba4f-9853-82116f44be62","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"effectiveDateTime":"2020-09-21T17:49:11-07:00","issued":"2020-09-21T17:49:11.290-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"f10740eb-e215-1c7e-777f-87dbe86a74a8","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"effectiveDateTime":"2020-09-21T18:29:41-07:00","issued":"2020-09-21T18:29:41.290-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"edd50c9c-5b6d-cd61-bcd5-e4a9e44be1d5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodytemp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8310-5","display":"Body temperature"},{"system":"http://loinc.org","code":"8331-1","display":"Oral temperature"}],"text":"Body temperature"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T16:49:11-08:00","issued":"2020-11-18T16:49:11.290-08:00","valueQuantity":{"value":41.082,"unit":"Cel","system":"http://unitsofmeasure.org","code":"Cel"}} +{"resourceType":"Observation","id":"094c1ff4-71b8-477a-d1d3-8980335fa580","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T16:49:11-08:00","issued":"2020-11-18T16:49:11.290-08:00","valueQuantity":{"value":22.997,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"35f0ce3c-4abe-ee7a-0ef3-d0252de13b9a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T16:49:11-08:00","issued":"2020-11-18T16:49:11.290-08:00","valueQuantity":{"value":112.07,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"95f75d67-a34b-554b-50b6-78fd4cc87bf7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-pulse-oximetry"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"2708-6","display":"Oxygen saturation in Arterial blood"},{"system":"http://loinc.org","code":"59408-5","display":"Oxygen saturation in Arterial blood by Pulse oximetry"}],"text":"Oxygen saturation in Arterial blood"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T16:49:11-08:00","issued":"2020-11-18T16:49:11.290-08:00","valueQuantity":{"value":82.55,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"d6893184-c27c-c23b-a709-84784a8dd1d9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T16:49:11-08:00","issued":"2020-11-18T16:49:11.290-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":83,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":100,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"90004ee9-0a09-5724-8447-a26336f51aba","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T16:49:11-08:00","issued":"2020-11-18T16:49:11.290-08:00","valueQuantity":{"value":37.4,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"4c1c4bac-5aa7-17cc-75dd-c27a75e12d48","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"92142-9","display":"Influenza virus A RNA [Presence] in Respiratory specimen by NAA with probe detection"}],"text":"Influenza virus A RNA [Presence] in Respiratory specimen by NAA with probe detection"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T17:03:35-08:00","issued":"2020-11-18T17:03:35.290-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"10828004","display":"Positive (qualifier value)"}],"text":"Positive (qualifier value)"}} +{"resourceType":"Observation","id":"01106456-4d94-728f-7d60-9a413b2a4cb0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"92141-1","display":"Influenza virus B RNA [Presence] in Respiratory specimen by NAA with probe detection"}],"text":"Influenza virus B RNA [Presence] in Respiratory specimen by NAA with probe detection"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T17:03:35-08:00","issued":"2020-11-18T17:03:35.290-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"260385009","display":"Negative (qualifier value)"}],"text":"Negative (qualifier value)"}} +{"resourceType":"Observation","id":"b211a7d9-698e-2f3b-8414-3412c4520c1f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"92131-2","display":"Respiratory syncytial virus RNA [Presence] in Respiratory specimen by NAA with probe detection"}],"text":"Respiratory syncytial virus RNA [Presence] in Respiratory specimen by NAA with probe detection"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T17:03:35-08:00","issued":"2020-11-18T17:03:35.290-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"260385009","display":"Negative (qualifier value)"}],"text":"Negative (qualifier value)"}} +{"resourceType":"Observation","id":"d5076ec0-f5fa-e83a-3874-db7b65936685","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"92140-3","display":"Parainfluenza virus 1 RNA [Presence] in Respiratory specimen by NAA with probe detection"}],"text":"Parainfluenza virus 1 RNA [Presence] in Respiratory specimen by NAA with probe detection"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T17:03:35-08:00","issued":"2020-11-18T17:03:35.290-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"260385009","display":"Negative (qualifier value)"}],"text":"Negative (qualifier value)"}} +{"resourceType":"Observation","id":"386f91a8-b0f2-71f6-3e71-fac192760e9b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"92139-5","display":"Parainfluenza virus 2 RNA [Presence] in Respiratory specimen by NAA with probe detection"}],"text":"Parainfluenza virus 2 RNA [Presence] in Respiratory specimen by NAA with probe detection"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T17:03:35-08:00","issued":"2020-11-18T17:03:35.290-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"260385009","display":"Negative (qualifier value)"}],"text":"Negative (qualifier value)"}} +{"resourceType":"Observation","id":"3fab12f0-e649-d478-1d00-bdc7b6f83b27","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"92138-7","display":"Parainfluenza virus 3 RNA [Presence] in Respiratory specimen by NAA with probe detection"}],"text":"Parainfluenza virus 3 RNA [Presence] in Respiratory specimen by NAA with probe detection"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T17:03:35-08:00","issued":"2020-11-18T17:03:35.290-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"260385009","display":"Negative (qualifier value)"}],"text":"Negative (qualifier value)"}} +{"resourceType":"Observation","id":"2dff2fac-8d32-bb52-f7b5-8e16ddd2737e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"92130-4","display":"Rhinovirus RNA [Presence] in Respiratory specimen by NAA with probe detection"}],"text":"Rhinovirus RNA [Presence] in Respiratory specimen by NAA with probe detection"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T17:03:35-08:00","issued":"2020-11-18T17:03:35.290-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"260385009","display":"Negative (qualifier value)"}],"text":"Negative (qualifier value)"}} +{"resourceType":"Observation","id":"dce20bdf-a187-7fbf-7670-bc34668d204a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"92134-6","display":"Human metapneumovirus RNA [Presence] in Respiratory specimen by NAA with probe detection"}],"text":"Human metapneumovirus RNA [Presence] in Respiratory specimen by NAA with probe detection"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T17:03:35-08:00","issued":"2020-11-18T17:03:35.290-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"260385009","display":"Negative (qualifier value)"}],"text":"Negative (qualifier value)"}} +{"resourceType":"Observation","id":"0fe96de8-c3cb-3108-611b-ea381b57e48d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"94040-3","display":"Adenovirus A+B+C+D+E DNA [Presence] in Respiratory specimen by NAA with probe detection"}],"text":"Adenovirus A+B+C+D+E DNA [Presence] in Respiratory specimen by NAA with probe detection"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T17:03:35-08:00","issued":"2020-11-18T17:03:35.290-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"260385009","display":"Negative (qualifier value)"}],"text":"Negative (qualifier value)"}} +{"resourceType":"Observation","id":"c3253d3b-c977-3f28-5f3b-0b9fb70f02e5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"94531-1","display":"SARS-CoV-2 RNA Pnl Resp NAA+probe"}],"text":"SARS-CoV-2 RNA Pnl Resp NAA+probe"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"effectiveDateTime":"2020-11-18T18:07:43-08:00","issued":"2020-11-18T18:07:43.290-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"260373001","display":"Detected (qualifier value)"}],"text":"Detected (qualifier value)"}} +{"resourceType":"Observation","id":"835c7dca-a8dc-b8d7-9857-e52d3b5d29e7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ec90e0aa-2f0f-ec23-36da-3c78bb137f13"},"effectiveDateTime":"2021-09-27T17:49:11-07:00","issued":"2021-09-27T17:49:11.290-07:00","valueQuantity":{"value":149.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"c12a97f7-4428-3464-ee89-0d4d287e5ea3","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ec90e0aa-2f0f-ec23-36da-3c78bb137f13"},"effectiveDateTime":"2021-09-27T17:49:11-07:00","issued":"2021-09-27T17:49:11.290-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"fb50a529-ff27-6e9d-861a-5416bd565a49","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ec90e0aa-2f0f-ec23-36da-3c78bb137f13"},"effectiveDateTime":"2021-09-27T17:49:11-07:00","issued":"2021-09-27T17:49:11.290-07:00","valueQuantity":{"value":39,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"6d43e53b-5645-fee4-f95c-dddaf4c581b4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ec90e0aa-2f0f-ec23-36da-3c78bb137f13"},"effectiveDateTime":"2021-09-27T17:49:11-07:00","issued":"2021-09-27T17:49:11.290-07:00","valueQuantity":{"value":17.54,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"9f9ed894-900f-46cc-bba7-0bce16741ed9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ec90e0aa-2f0f-ec23-36da-3c78bb137f13"},"effectiveDateTime":"2021-09-27T17:49:11-07:00","issued":"2021-09-27T17:49:11.290-07:00","valueQuantity":{"value":22.994,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"597aee2d-0796-bb00-6368-5d1df3f12e50","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ec90e0aa-2f0f-ec23-36da-3c78bb137f13"},"effectiveDateTime":"2021-09-27T17:49:11-07:00","issued":"2021-09-27T17:49:11.290-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":80,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":113,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"40e29caf-53a1-5662-f171-cd4614b20112","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ec90e0aa-2f0f-ec23-36da-3c78bb137f13"},"effectiveDateTime":"2021-09-27T17:49:11-07:00","issued":"2021-09-27T17:49:11.290-07:00","valueQuantity":{"value":75,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"5aaf5af9-c850-9b77-aa35-43a268c3b684","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ec90e0aa-2f0f-ec23-36da-3c78bb137f13"},"effectiveDateTime":"2021-09-27T17:49:11-07:00","issued":"2021-09-27T17:49:11.290-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"876a2bcf-4231-c801-06d3-e844d78bd2b4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ec90e0aa-2f0f-ec23-36da-3c78bb137f13"},"effectiveDateTime":"2021-09-27T17:49:11-07:00","issued":"2021-09-27T17:49:11.290-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"458a7583-2322-d4a6-402e-a86e64d7614d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1fe9cda5-92f7-9cfe-8380-def41e16760d"},"effectiveDateTime":"2021-09-27T18:17:09-07:00","issued":"2021-09-27T18:17:09.290-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"00e02565-389e-dec8-690e-b150bc22cb29","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1fe9cda5-92f7-9cfe-8380-def41e16760d"},"effectiveDateTime":"2021-09-27T18:57:22-07:00","issued":"2021-09-27T18:57:22.290-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"4a164820-b3d7-028c-cecf-4be0d0a29685","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/66cde9c9-6fba-47b7-39db-1db95788eb11"},"effectiveDateTime":"2013-02-25T14:02:19-08:00","issued":"2013-02-25T14:02:19.150-08:00","valueQuantity":{"value":136,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"de1d4f07-db7e-6e7a-5eef-8708d5e6649e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/66cde9c9-6fba-47b7-39db-1db95788eb11"},"effectiveDateTime":"2013-02-25T14:02:19-08:00","issued":"2013-02-25T14:02:19.150-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"53e6ca18-fd65-b556-ce9b-eba491943e52","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/66cde9c9-6fba-47b7-39db-1db95788eb11"},"effectiveDateTime":"2013-02-25T14:02:19-08:00","issued":"2013-02-25T14:02:19.150-08:00","valueQuantity":{"value":27.5,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"f4d46010-5e78-7a55-1b9a-a4102879a1f7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/66cde9c9-6fba-47b7-39db-1db95788eb11"},"effectiveDateTime":"2013-02-25T14:02:19-08:00","issued":"2013-02-25T14:02:19.150-08:00","valueQuantity":{"value":14.9,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"f5c67e68-5dc2-86df-ec4c-f6d07d09ce40","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/66cde9c9-6fba-47b7-39db-1db95788eb11"},"effectiveDateTime":"2013-02-25T14:02:19-08:00","issued":"2013-02-25T14:02:19.150-08:00","valueQuantity":{"value":20.324,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"6feddb45-1686-f0a9-d230-751de9d92866","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/66cde9c9-6fba-47b7-39db-1db95788eb11"},"effectiveDateTime":"2013-02-25T14:02:19-08:00","issued":"2013-02-25T14:02:19.150-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":83,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":121,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"f518b193-925b-0d02-ff66-0da42bac51a5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/66cde9c9-6fba-47b7-39db-1db95788eb11"},"effectiveDateTime":"2013-02-25T14:02:19-08:00","issued":"2013-02-25T14:02:19.150-08:00","valueQuantity":{"value":63,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"24551b6f-fbac-c56b-ca51-0788215e9fe9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/66cde9c9-6fba-47b7-39db-1db95788eb11"},"effectiveDateTime":"2013-02-25T14:02:19-08:00","issued":"2013-02-25T14:02:19.150-08:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"cd742ec7-2781-216d-6afc-29a97beaedc9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/66cde9c9-6fba-47b7-39db-1db95788eb11"},"effectiveDateTime":"2013-02-25T14:02:19-08:00","issued":"2013-02-25T14:02:19.150-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"a623565d-20bb-80a6-0034-b254ac619d0e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/19940601-510d-e45a-9551-82f1c1227c1e"},"effectiveDateTime":"2014-03-03T14:02:19-08:00","issued":"2014-03-03T14:02:19.150-08:00","valueQuantity":{"value":141.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"b8e24096-b191-bc49-758c-ff199734fbee","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/19940601-510d-e45a-9551-82f1c1227c1e"},"effectiveDateTime":"2014-03-03T14:02:19-08:00","issued":"2014-03-03T14:02:19.150-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"09301f25-5f1a-fcb3-086c-9be7ebf6077c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/19940601-510d-e45a-9551-82f1c1227c1e"},"effectiveDateTime":"2014-03-03T14:02:19-08:00","issued":"2014-03-03T14:02:19.150-08:00","valueQuantity":{"value":29.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"ee67cbb2-28c4-8eeb-165d-0728c49328cf","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/19940601-510d-e45a-9551-82f1c1227c1e"},"effectiveDateTime":"2014-03-03T14:02:19-08:00","issued":"2014-03-03T14:02:19.150-08:00","valueQuantity":{"value":14.97,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"88dfb443-ef15-ffe7-56bb-1ec95f3645d0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/19940601-510d-e45a-9551-82f1c1227c1e"},"effectiveDateTime":"2014-03-03T14:02:19-08:00","issued":"2014-03-03T14:02:19.150-08:00","valueQuantity":{"value":15.294,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"e0f39ea0-4895-261d-8cda-2c3dffac76e8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/19940601-510d-e45a-9551-82f1c1227c1e"},"effectiveDateTime":"2014-03-03T14:02:19-08:00","issued":"2014-03-03T14:02:19.150-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":82,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":122,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"a75cbdeb-b5e8-b059-4a7d-2cc74aa6e3fa","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/19940601-510d-e45a-9551-82f1c1227c1e"},"effectiveDateTime":"2014-03-03T14:02:19-08:00","issued":"2014-03-03T14:02:19.150-08:00","valueQuantity":{"value":89,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"9f42fe96-0394-4dd1-e365-d9f6ccf7fc93","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/19940601-510d-e45a-9551-82f1c1227c1e"},"effectiveDateTime":"2014-03-03T14:02:19-08:00","issued":"2014-03-03T14:02:19.150-08:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"1bbcac74-c9c6-c376-80ad-3673836f7f60","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/19940601-510d-e45a-9551-82f1c1227c1e"},"effectiveDateTime":"2014-03-03T14:02:19-08:00","issued":"2014-03-03T14:02:19.150-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"f9efd07d-0dd8-43a8-a490-6950b31958be","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":146.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"8f00506f-6ebc-22be-9e2e-be7954a8567f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"c222b565-d591-2a01-8e5f-9416cbfcff53","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":32.4,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"e9e58160-3463-5090-c2e7-9e66bed672c4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":15.16,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"b73a7687-ab4d-6ebc-131a-b31d5f521a0f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":11.854,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"f82ec3dc-482f-97de-fca4-80a8ecb8c81b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":85,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":115,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"c6e6d810-6990-bd64-248e-f5bd49e964a7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":78,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"56c9feb1-5e8e-ef2d-6fc9-1d0b28e696c3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"81e82b8e-4822-cd17-9159-7152b9702281","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":4.3079,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"64669853-672f-fdd5-7592-ed9bf1e7edeb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":5.1209,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"51661875-6025-bf05-7954-5dc0a94de137","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":13.88,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"f6a04755-5d8f-e281-c6cd-b32f7e1d1639","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":37.534,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"b826f49e-c029-ccf4-66bf-61eb53880b18","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":81.475,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"ee8372f4-6a0a-49b0-c1e4-09da5c38cc44","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":31.28,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"6529acc7-f498-47bf-2274-f03bc29549a7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":33.619,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"080d238b-e365-d437-b5be-0d7901d74b1a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":41.078,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"4b643d0e-5a0f-e5d2-11be-b31fa44ab81a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":375.22,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"52888320-0616-cdbd-1720-0e2c00fc26bb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":154.92,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"e8a8b977-e88c-61b0-6c9b-0987994ce5dc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueQuantity":{"value":11.38,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"d9ebedd5-e3b2-333e-ca7b-54d42c80f69b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/e51f895f-4b47-523b-5a65-76d79de96785"},"effectiveDateTime":"2015-03-09T15:02:19-07:00","issued":"2015-03-09T15:02:19.150-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"bd5ef49b-2684-16be-c9f9-63d9a866fcc6","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/c151f597-1dc8-bda6-a9aa-44ae92445722"},"effectiveDateTime":"2016-03-14T15:02:19-07:00","issued":"2016-03-14T15:02:19.150-07:00","valueQuantity":{"value":152,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"2d579f40-b551-16c4-e14b-d590806ac44e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/c151f597-1dc8-bda6-a9aa-44ae92445722"},"effectiveDateTime":"2016-03-14T15:02:19-07:00","issued":"2016-03-14T15:02:19.150-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"1ae61eec-72c9-ccee-541e-a9eabf2a99a8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/c151f597-1dc8-bda6-a9aa-44ae92445722"},"effectiveDateTime":"2016-03-14T15:02:19-07:00","issued":"2016-03-14T15:02:19.150-07:00","valueQuantity":{"value":34.4,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"50a10757-7eb4-1f13-1ebf-4fe0c6e3b33d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/c151f597-1dc8-bda6-a9aa-44ae92445722"},"effectiveDateTime":"2016-03-14T15:02:19-07:00","issued":"2016-03-14T15:02:19.150-07:00","valueQuantity":{"value":14.91,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"2aa21197-b3ee-eff8-8293-0eee5aec4944","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/c151f597-1dc8-bda6-a9aa-44ae92445722"},"effectiveDateTime":"2016-03-14T15:02:19-07:00","issued":"2016-03-14T15:02:19.150-07:00","valueQuantity":{"value":4.444,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"78d7ef84-2164-f8e5-a168-a3195f4e9b77","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/c151f597-1dc8-bda6-a9aa-44ae92445722"},"effectiveDateTime":"2016-03-14T15:02:19-07:00","issued":"2016-03-14T15:02:19.150-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":87,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":126,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"b5177152-625b-2875-c379-1531c0221e0a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/c151f597-1dc8-bda6-a9aa-44ae92445722"},"effectiveDateTime":"2016-03-14T15:02:19-07:00","issued":"2016-03-14T15:02:19.150-07:00","valueQuantity":{"value":69,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"ab66e17d-6945-9aae-1567-535b0c1601d8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/c151f597-1dc8-bda6-a9aa-44ae92445722"},"effectiveDateTime":"2016-03-14T15:02:19-07:00","issued":"2016-03-14T15:02:19.150-07:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"6548baee-ef6b-7e50-b282-4dc9b51f8bdf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/c151f597-1dc8-bda6-a9aa-44ae92445722"},"effectiveDateTime":"2016-03-14T15:02:19-07:00","issued":"2016-03-14T15:02:19.150-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"cff1a887-a9cd-9b34-e956-3e8d8401eced","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"effectiveDateTime":"2017-03-20T15:02:19-07:00","issued":"2017-03-20T15:02:19.150-07:00","valueQuantity":{"value":159.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"54003b0e-d372-e650-b546-2f5637d97af9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"effectiveDateTime":"2017-03-20T15:02:19-07:00","issued":"2017-03-20T15:02:19.150-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"6f821ad9-36b4-5932-d1c9-4f25343e0d72","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"effectiveDateTime":"2017-03-20T15:02:19-07:00","issued":"2017-03-20T15:02:19.150-07:00","valueQuantity":{"value":38.2,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"b27c2a29-9450-932d-e31c-8853a2cfbc33","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"effectiveDateTime":"2017-03-20T15:02:19-07:00","issued":"2017-03-20T15:02:19.150-07:00","valueQuantity":{"value":15.06,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"c4b3720e-d2a3-6d32-8da8-94ae6ae36516","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"effectiveDateTime":"2017-03-20T15:02:19-07:00","issued":"2017-03-20T15:02:19.150-07:00","valueQuantity":{"value":2.5647,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"9e979cc4-6fa1-ee61-2c76-187590e7c4aa","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"effectiveDateTime":"2017-03-20T15:02:19-07:00","issued":"2017-03-20T15:02:19.150-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":80,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":113,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"d9703255-67c8-75e2-8599-e9adfb36e622","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"effectiveDateTime":"2017-03-20T15:02:19-07:00","issued":"2017-03-20T15:02:19.150-07:00","valueQuantity":{"value":84,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"740e7b86-a9e1-2df6-cf88-0795e67a1e8f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"effectiveDateTime":"2017-03-20T15:02:19-07:00","issued":"2017-03-20T15:02:19.150-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"e1002ef8-7f56-1c48-bc20-067213760751","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"effectiveDateTime":"2017-03-20T15:02:19-07:00","issued":"2017-03-20T15:02:19.150-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"445d4c83-c823-6389-722d-f3907b772bcb","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"effectiveDateTime":"2017-03-20T15:35:54-07:00","issued":"2017-03-20T15:35:54.150-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"ea74bcf9-d656-b749-df08-274b5f582099","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"effectiveDateTime":"2018-03-26T15:02:19-07:00","issued":"2018-03-26T15:02:19.150-07:00","valueQuantity":{"value":167.6,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"36b5a230-e49e-0b6f-8c5e-bada294d0491","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"effectiveDateTime":"2018-03-26T15:02:19-07:00","issued":"2018-03-26T15:02:19.150-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e2aa0016-169b-d0e3-de75-b1c95886b640","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"effectiveDateTime":"2018-03-26T15:02:19-07:00","issued":"2018-03-26T15:02:19.150-07:00","valueQuantity":{"value":44.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"de17bea0-da5d-163e-9b42-5e6054ed91e4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"effectiveDateTime":"2018-03-26T15:02:19-07:00","issued":"2018-03-26T15:02:19.150-07:00","valueQuantity":{"value":15.79,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"7ce9e702-44f1-9889-1158-e578958c017f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"effectiveDateTime":"2018-03-26T15:02:19-07:00","issued":"2018-03-26T15:02:19.150-07:00","valueQuantity":{"value":3.4278,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"1c4196e4-cfe2-6f35-7ee0-ad6404728bee","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"effectiveDateTime":"2018-03-26T15:02:19-07:00","issued":"2018-03-26T15:02:19.150-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":82,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":119,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"ce8c63f5-f1d3-034d-a826-570a25e5413a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"effectiveDateTime":"2018-03-26T15:02:19-07:00","issued":"2018-03-26T15:02:19.150-07:00","valueQuantity":{"value":89,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"8e9ef3a5-a5dd-c5ee-90f1-a5543803182d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"effectiveDateTime":"2018-03-26T15:02:19-07:00","issued":"2018-03-26T15:02:19.150-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"b47acb2f-1861-59f6-ed47-f6cd4a0d1128","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"effectiveDateTime":"2018-03-26T15:02:19-07:00","issued":"2018-03-26T15:02:19.150-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"bb529bd6-1a0a-24fa-edaa-3584b67c3234","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"effectiveDateTime":"2018-03-26T15:39:49-07:00","issued":"2018-03-26T15:39:49.150-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"49caaf43-96af-2367-9e62-1f12c4daba1e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodytemp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8310-5","display":"Body temperature"},{"system":"http://loinc.org","code":"8331-1","display":"Oral temperature"}],"text":"Body temperature"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/06bdab8b-ec11-7066-81d7-531079b12fa9"},"effectiveDateTime":"2018-08-25T05:02:19-07:00","issued":"2018-08-25T05:02:19.150-07:00","valueQuantity":{"value":37.888,"unit":"Cel","system":"http://unitsofmeasure.org","code":"Cel"}} +{"resourceType":"Observation","id":"06095014-64fd-5b5c-3307-5d0358893d2a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"effectiveDateTime":"2019-04-01T15:02:19-07:00","issued":"2019-04-01T15:02:19.150-07:00","valueQuantity":{"value":173.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"6fd2816f-e515-cb84-5cc8-966f9b82ff04","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"effectiveDateTime":"2019-04-01T15:02:19-07:00","issued":"2019-04-01T15:02:19.150-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"566fee12-453c-924e-b277-b697e97ca0e9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"effectiveDateTime":"2019-04-01T15:02:19-07:00","issued":"2019-04-01T15:02:19.150-07:00","valueQuantity":{"value":50.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"ce7ce2ec-e8df-68c9-81fe-44cd107906cb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"effectiveDateTime":"2019-04-01T15:02:19-07:00","issued":"2019-04-01T15:02:19.150-07:00","valueQuantity":{"value":16.75,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"89fc9f34-a4e8-b3b4-2636-bc101e4a9670","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"effectiveDateTime":"2019-04-01T15:02:19-07:00","issued":"2019-04-01T15:02:19.150-07:00","valueQuantity":{"value":6.036,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"70e30e44-9f29-819d-f3c3-b18f7e7935ad","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"effectiveDateTime":"2019-04-01T15:02:19-07:00","issued":"2019-04-01T15:02:19.150-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":76,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":104,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"6e54bbc3-711c-d62a-c554-5f6f2ccd77d4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"effectiveDateTime":"2019-04-01T15:02:19-07:00","issued":"2019-04-01T15:02:19.150-07:00","valueQuantity":{"value":80,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"7faf6600-ee43-d6b6-b160-97cc725cae6a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"effectiveDateTime":"2019-04-01T15:02:19-07:00","issued":"2019-04-01T15:02:19.150-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"879ed2a5-fa3f-ac1f-7b82-63fd7878d11d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"effectiveDateTime":"2019-04-01T15:02:19-07:00","issued":"2019-04-01T15:02:19.150-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"d597c98c-b7c7-2ddd-5933-d41c5ba270f4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"effectiveDateTime":"2019-04-01T15:21:16-07:00","issued":"2019-04-01T15:21:16.150-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e34d59eb-84e3-aa57-791b-c2c42fca2ac8","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"effectiveDateTime":"2019-04-01T15:54:35-07:00","issued":"2019-04-01T15:54:35.150-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"c8d5a0f3-cda9-29d7-8475-26096b3c0cf2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":176.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"779208c4-4b56-514a-823f-66136d93ae11","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"b3ee5d8a-2118-791f-603b-115d1c6803ad","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":54.5,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"fc9d8dac-655c-0728-59fd-66b3ad2c7c9d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":17.52,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"77c7c9e4-4a3d-5094-0b63-23ef4c8f6e48","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":7.5046,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"3e36ee44-4d7a-e8a7-3361-c09b536f647c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":75,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":115,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"bcf1f779-85b1-a6ad-98df-2eda18351a7e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":74,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"a4c40855-7b7e-972b-70ca-468754ab7161","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"3befc386-ce32-4c58-5bac-3e9e702ff79b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":3.5258,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"e317fdac-6e84-41cb-918d-d8da88abd5d5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":4.4507,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"b7730b8a-e56c-4774-9391-239fab6e3501","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":12.493,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"71ee3099-8533-27d0-554a-f61b7efe71b1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":48.195,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"b93af1c6-962a-fd58-42f5-8aa7698db0a7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":82.999,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"dc185075-5292-eb3a-7747-db729a14a8a8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":30.501,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"5dc631c3-8d31-2d4b-6253-a560eda3b595","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":33.909,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"78b17615-1769-b33b-bc86-3530743888bb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":43.287,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"0f4b84cb-c546-bb09-f406-62dbe9ce0a69","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":259.88,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"c8e85057-5b4c-1eb9-016c-5f44369040c2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":349.56,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"ecaa166e-ca45-4944-5176-380d6d674fd5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueQuantity":{"value":12.261,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"0f32609e-1bc9-06d0-ee26-35c597a9e6ea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"effectiveDateTime":"2020-04-06T15:02:19-07:00","issued":"2020-04-06T15:02:19.150-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"4289e36c-e439-b655-fe7f-5288a82ac256","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodytemp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8310-5","display":"Body temperature"},{"system":"http://loinc.org","code":"8331-1","display":"Oral temperature"}],"text":"Body temperature"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/0c7fbd4e-5082-c89d-86a3-a19cad96ce68"},"effectiveDateTime":"2021-02-24T12:02:19-08:00","issued":"2021-02-24T12:02:19.150-08:00","valueQuantity":{"value":37.556,"unit":"Cel","system":"http://unitsofmeasure.org","code":"Cel"}} +{"resourceType":"Observation","id":"6b6605d0-92c7-b82f-84bd-493387a7aeea","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"effectiveDateTime":"2021-04-12T15:02:19-07:00","issued":"2021-04-12T15:02:19.150-07:00","valueQuantity":{"value":178,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"3771526a-195f-5af9-095e-3ee80cf8e491","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"effectiveDateTime":"2021-04-12T15:02:19-07:00","issued":"2021-04-12T15:02:19.150-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"17a68f52-3b6e-1630-fba4-e55d54149e96","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"effectiveDateTime":"2021-04-12T15:02:19-07:00","issued":"2021-04-12T15:02:19.150-07:00","valueQuantity":{"value":57.4,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"93d9a0ca-54c4-c65b-633d-f79c35de063e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"effectiveDateTime":"2021-04-12T15:02:19-07:00","issued":"2021-04-12T15:02:19.150-07:00","valueQuantity":{"value":18.11,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"836725fd-6bf3-8662-a24f-ec713a50bc04","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"effectiveDateTime":"2021-04-12T15:02:19-07:00","issued":"2021-04-12T15:02:19.150-07:00","valueQuantity":{"value":7.5978,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"98c75743-7233-6a84-9ae6-c8509c2c0da9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"effectiveDateTime":"2021-04-12T15:02:19-07:00","issued":"2021-04-12T15:02:19.150-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":79,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":135,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"f67a04a2-cc3c-768c-3d30-a976a7d2f98f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"effectiveDateTime":"2021-04-12T15:02:19-07:00","issued":"2021-04-12T15:02:19.150-07:00","valueQuantity":{"value":67,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"c0d5789a-4bc8-4347-43b4-724ec7d89347","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"effectiveDateTime":"2021-04-12T15:02:19-07:00","issued":"2021-04-12T15:02:19.150-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"a89a4319-9895-0730-c15e-361789159d68","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"effectiveDateTime":"2021-04-12T15:02:19-07:00","issued":"2021-04-12T15:02:19.150-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"b7ca30d5-74c3-f66d-14d3-4bc3e09d6ca2","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"effectiveDateTime":"2021-04-12T15:30:50-07:00","issued":"2021-04-12T15:30:50.150-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"cd60f2ba-36a9-2dfe-7f3a-2b2204b56812","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"effectiveDateTime":"2021-04-12T16:04:43-07:00","issued":"2021-04-12T16:04:43.150-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"31156a71-96db-e499-9a5b-8380fd07e95e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"91148-7","display":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"}],"text":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/ad4bf9f7-bbf4-f584-dd57-863e85eb9328"},"effectiveDateTime":"2022-03-30T15:02:19-07:00","issued":"2022-03-30T15:02:19.150-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"91146-1","display":"What number best describes how, during the past week, pain has interfered with your general activity?"}],"text":"What number best describes how, during the past week, pain has interfered with your general activity?"},"valueQuantity":{"value":2.4917,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"91145-3","display":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"}],"text":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"},"valueQuantity":{"value":7.8402,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"75893-8","display":"What number best describes your pain on average in the past week?"}],"text":"What number best describes your pain on average in the past week?"},"valueQuantity":{"value":9.4619,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}}]} +{"resourceType":"Observation","id":"3cf66545-2005-a439-8e55-b6e3cd2579c2","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"65750-2","display":"Drugs of abuse 5 panel - Urine by Screen method"}],"text":"Drugs of abuse 5 panel - Urine by Screen method"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/ad4bf9f7-bbf4-f584-dd57-863e85eb9328"},"effectiveDateTime":"2022-03-30T15:02:19-07:00","issued":"2022-03-30T15:02:19.150-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"260385009","display":"Negative (qualifier value)"}],"text":"Negative (qualifier value)"}} +{"resourceType":"Observation","id":"83b9c9cf-e561-9d05-1f69-50a99e23451c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"effectiveDateTime":"2022-04-18T15:02:19-07:00","issued":"2022-04-18T15:02:19.150-07:00","valueQuantity":{"value":178.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"6e0fbc7c-b7e0-354d-7d4e-ea2f53d9f43d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"effectiveDateTime":"2022-04-18T15:02:19-07:00","issued":"2022-04-18T15:02:19.150-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"9eeef6cd-aa09-c6ad-60af-3506cb4aad50","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"effectiveDateTime":"2022-04-18T15:02:19-07:00","issued":"2022-04-18T15:02:19.150-07:00","valueQuantity":{"value":60.7,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"09cdbb82-6d08-a068-9acc-719221e02674","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"effectiveDateTime":"2022-04-18T15:02:19-07:00","issued":"2022-04-18T15:02:19.150-07:00","valueQuantity":{"value":19,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"4ebdc1bf-9042-1882-380f-c64681763de4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"effectiveDateTime":"2022-04-18T15:02:19-07:00","issued":"2022-04-18T15:02:19.150-07:00","valueQuantity":{"value":10.483,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"5a59e97d-2dce-324f-5714-24b3116f14b0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"effectiveDateTime":"2022-04-18T15:02:19-07:00","issued":"2022-04-18T15:02:19.150-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":78,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":107,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"b7b05220-32aa-9a46-b40b-fac110f2a0b0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"effectiveDateTime":"2022-04-18T15:02:19-07:00","issued":"2022-04-18T15:02:19.150-07:00","valueQuantity":{"value":68,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"ff64b766-ea01-0b1a-bafa-343bae40e9b5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"effectiveDateTime":"2022-04-18T15:02:19-07:00","issued":"2022-04-18T15:02:19.150-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"eca1388b-07c6-700b-83bb-509188ce6600","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"effectiveDateTime":"2022-04-18T15:02:19-07:00","issued":"2022-04-18T15:02:19.150-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"1129eda2-5d79-5878-c763-90d9ab6529f7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"effectiveDateTime":"2022-04-18T15:58:18-07:00","issued":"2022-04-18T15:58:18.150-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30127-7","display":"Childcare"}],"text":"Childcare"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":22139,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"1009 Emard Course Apt 66"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":5,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6156-9","display":"Asian"}],"text":"Asian"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"3849ef44-311b-90b9-e343-821857fcdf15","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"effectiveDateTime":"2022-04-18T16:37:58-07:00","issued":"2022-04-18T16:37:58.150-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"7a96b471-73eb-f42b-1b34-67be93a6b622","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"effectiveDateTime":"2022-04-18T17:16:14-07:00","issued":"2022-04-18T17:16:14.150-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"11b2660c-c712-9340-444e-6055f8d47342","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"effectiveDateTime":"2012-09-01T18:19:46-07:00","issued":"2012-09-01T18:19:46.078-07:00","valueQuantity":{"value":155,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"f9e1e139-b7d0-a3c6-e650-bfebfd8de326","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"effectiveDateTime":"2012-09-01T18:19:46-07:00","issued":"2012-09-01T18:19:46.078-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"debfe75f-273f-ada7-559a-5545ceb83a2a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"effectiveDateTime":"2012-09-01T18:19:46-07:00","issued":"2012-09-01T18:19:46.078-07:00","valueQuantity":{"value":44.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"89dfc732-d4e3-a722-cf58-f39ececb761f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"effectiveDateTime":"2012-09-01T18:19:46-07:00","issued":"2012-09-01T18:19:46.078-07:00","valueQuantity":{"value":18.71,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"7e4915d9-53f3-4430-37a3-bf2ae21097e6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"effectiveDateTime":"2012-09-01T18:19:46-07:00","issued":"2012-09-01T18:19:46.078-07:00","valueQuantity":{"value":32.097,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"36171cbd-9c56-31c4-d9a9-8101deb89a57","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"effectiveDateTime":"2012-09-01T18:19:46-07:00","issued":"2012-09-01T18:19:46.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":70,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":114,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"d040d0a4-cf35-4153-35db-c658ef317364","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"effectiveDateTime":"2012-09-01T18:19:46-07:00","issued":"2012-09-01T18:19:46.078-07:00","valueQuantity":{"value":60,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"9300a5fe-9b63-4895-3c50-3ef19367837d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"effectiveDateTime":"2012-09-01T18:19:46-07:00","issued":"2012-09-01T18:19:46.078-07:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"a6f4d67f-650d-b98d-7735-0ed49fa41736","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"effectiveDateTime":"2012-09-01T18:19:46-07:00","issued":"2012-09-01T18:19:46.078-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"3f85ebee-6d90-36c7-bdcc-07403f9fdf27","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"effectiveDateTime":"2012-09-01T18:47:17-07:00","issued":"2012-09-01T18:47:17.078-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"bfaaa43b-1436-a7e0-872b-fada9c6a8213","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"effectiveDateTime":"2012-09-01T19:29:15-07:00","issued":"2012-09-01T19:29:15.078-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"17e75025-42b9-f208-8724-d9dcf0bdcf12","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":155.6,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"18d39835-79a6-500e-f642-47041d455198","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"b6828d58-a030-d2bc-723c-3924cdf6ceb7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":50.2,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"6f9152d7-685f-280c-153a-5676d07fd7d1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":20.73,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"3800af09-c719-525c-8559-1238c4069aba","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":52.984,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"5fb3dd99-e8f3-e096-d663-ec07c3cc507a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":88,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":125,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"3dcdd0ec-e0a3-0491-9323-d07028c15450","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":91,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"591c96dc-471e-2bb6-d6da-6ec4299526fa","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"ec89d4a8-8bd1-fde6-0fbc-983098ace233","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":7.6071,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"2a828e30-a0b8-e69b-f5ca-fc112d0ee07d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":5.0192,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"a2b7ac5c-d110-8c4c-c789-d57bbefa9d20","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":14.372,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"7dbbf6de-5be4-da16-1d0d-5e2506d01071","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":39.947,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"a91b7518-340f-7f98-d2da-1a619d5a0c57","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":81.903,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"87d36a5d-87d5-0b1e-3e75-528bdbc35d0b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":28.666,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"b5d16160-4937-0200-2f73-4d896fb6b21e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":33.342,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"0c92fae1-5fa4-9b4c-2696-20a5f1a593c0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":41.497,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"726773ab-da2a-00a2-b269-28a8f832e83e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":403.41,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"606f15c7-f0d8-395f-62f2-80263881cdcc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":330.9,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"348408e9-d31e-23fe-35d5-071177f1cc84","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueQuantity":{"value":11.143,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"c6fb362a-b96d-21ba-7ed2-cf93e4dda4ae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"effectiveDateTime":"2013-09-07T18:19:46-07:00","issued":"2013-09-07T18:19:46.078-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"2ebb0183-874d-cf2f-f320-a2257a14bec6","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/65b85471-6037-31f5-21ac-bc85f0fddbd8"},"effectiveDateTime":"2014-09-13T18:19:46-07:00","issued":"2014-09-13T18:19:46.078-07:00","valueQuantity":{"value":156,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"0205f4a2-844d-4a9c-27a4-63b134111558","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/65b85471-6037-31f5-21ac-bc85f0fddbd8"},"effectiveDateTime":"2014-09-13T18:19:46-07:00","issued":"2014-09-13T18:19:46.078-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"4842d89d-2e55-b73d-4eae-c23563c63ba3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/65b85471-6037-31f5-21ac-bc85f0fddbd8"},"effectiveDateTime":"2014-09-13T18:19:46-07:00","issued":"2014-09-13T18:19:46.078-07:00","valueQuantity":{"value":53.4,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"fdd0c72d-491a-240b-d32e-0415b580843b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/65b85471-6037-31f5-21ac-bc85f0fddbd8"},"effectiveDateTime":"2014-09-13T18:19:46-07:00","issued":"2014-09-13T18:19:46.078-07:00","valueQuantity":{"value":21.96,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"90c20826-5fa3-bd16-3593-696453d937f9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/65b85471-6037-31f5-21ac-bc85f0fddbd8"},"effectiveDateTime":"2014-09-13T18:19:46-07:00","issued":"2014-09-13T18:19:46.078-07:00","valueQuantity":{"value":61.988,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"d19a0fec-22c3-5af0-3131-117229644dfe","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/65b85471-6037-31f5-21ac-bc85f0fddbd8"},"effectiveDateTime":"2014-09-13T18:19:46-07:00","issued":"2014-09-13T18:19:46.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":81,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":112,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"19487125-f402-244b-5118-25a731331ff7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/65b85471-6037-31f5-21ac-bc85f0fddbd8"},"effectiveDateTime":"2014-09-13T18:19:46-07:00","issued":"2014-09-13T18:19:46.078-07:00","valueQuantity":{"value":82,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"2574b5b1-6fc8-25e0-2d2e-5d95e8179ea2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/65b85471-6037-31f5-21ac-bc85f0fddbd8"},"effectiveDateTime":"2014-09-13T18:19:46-07:00","issued":"2014-09-13T18:19:46.078-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"94fa52d7-037a-0492-740f-304c2547ca90","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/65b85471-6037-31f5-21ac-bc85f0fddbd8"},"effectiveDateTime":"2014-09-13T18:19:46-07:00","issued":"2014-09-13T18:19:46.078-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"7ebdbb23-da16-dc32-b68c-cc9ad8c1d73d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodytemp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8310-5","display":"Body temperature"},{"system":"http://loinc.org","code":"8331-1","display":"Oral temperature"}],"text":"Body temperature"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/c8348a42-1e32-73cf-ba51-ef347b5c962e"},"effectiveDateTime":"2014-12-19T18:19:46-08:00","issued":"2014-12-19T18:19:46.078-08:00","valueQuantity":{"value":37.158,"unit":"Cel","system":"http://unitsofmeasure.org","code":"Cel"}} +{"resourceType":"Observation","id":"f9ddd43d-b6d9-baf4-b04e-5591b6b6c25c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"},"effectiveDateTime":"2014-12-27T17:19:46-08:00","issued":"2014-12-27T17:19:46.078-08:00","valueQuantity":{"value":156,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"a3d94a4d-cd9e-a880-e21d-4b16fa7f84d3","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"},"effectiveDateTime":"2014-12-27T17:19:46-08:00","issued":"2014-12-27T17:19:46.078-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"91518025-5943-e7ab-32ef-5988f66a50bc","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"},"effectiveDateTime":"2014-12-27T17:19:46-08:00","issued":"2014-12-27T17:19:46.078-08:00","valueQuantity":{"value":54.1,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"7f6dad24-2941-91a1-1ff7-9dd61362ad65","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"},"effectiveDateTime":"2014-12-27T17:19:46-08:00","issued":"2014-12-27T17:19:46.078-08:00","valueQuantity":{"value":22.22,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"a5256eb7-bea4-b423-9c97-5662bf52523c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"},"effectiveDateTime":"2014-12-27T17:19:46-08:00","issued":"2014-12-27T17:19:46.078-08:00","valueQuantity":{"value":63.333,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"4e22d987-4db5-5caf-7142-f963142b2095","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"},"effectiveDateTime":"2014-12-27T17:19:46-08:00","issued":"2014-12-27T17:19:46.078-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":81,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":111,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"2917e9e5-1e4f-b1dd-6e71-dc6bacf075aa","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"},"effectiveDateTime":"2014-12-27T17:19:46-08:00","issued":"2014-12-27T17:19:46.078-08:00","valueQuantity":{"value":91,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"7016078b-db6a-bf0b-5728-4147357518e3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"},"effectiveDateTime":"2014-12-27T17:19:46-08:00","issued":"2014-12-27T17:19:46.078-08:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"5f2d908c-1ccd-d63c-6f54-dc0701134a58","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"},"effectiveDateTime":"2014-12-27T17:19:46-08:00","issued":"2014-12-27T17:19:46.078-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"97869f7f-aa9f-ac3d-fc38-265c34f8b593","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"},"effectiveDateTime":"2014-12-27T17:57:54-08:00","issued":"2014-12-27T17:57:54.078-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f77cb21b-13ec-8293-66dc-0403a2c92aff","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"91148-7","display":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"}],"text":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/6f7114d7-25cb-e0d6-91cb-4691f0232908"},"effectiveDateTime":"2015-08-31T18:19:46-07:00","issued":"2015-08-31T18:19:46.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"91146-1","display":"What number best describes how, during the past week, pain has interfered with your general activity?"}],"text":"What number best describes how, during the past week, pain has interfered with your general activity?"},"valueQuantity":{"value":4.0001,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"91145-3","display":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"}],"text":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"},"valueQuantity":{"value":2.8506,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"75893-8","display":"What number best describes your pain on average in the past week?"}],"text":"What number best describes your pain on average in the past week?"},"valueQuantity":{"value":7.6509,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}}]} +{"resourceType":"Observation","id":"389f764e-8fd4-a999-8492-85d02416385b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"65750-2","display":"Drugs of abuse 5 panel - Urine by Screen method"}],"text":"Drugs of abuse 5 panel - Urine by Screen method"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/6f7114d7-25cb-e0d6-91cb-4691f0232908"},"effectiveDateTime":"2015-08-31T18:19:46-07:00","issued":"2015-08-31T18:19:46.078-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"260385009","display":"Negative (qualifier value)"}],"text":"Negative (qualifier value)"}} +{"resourceType":"Observation","id":"2ba13c3e-c483-401a-4343-5cc41a007eab","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/0a434e95-c3c7-0766-39cc-140f304cfe71"},"effectiveDateTime":"2015-09-03T19:13:17-07:00","issued":"2015-09-03T19:13:17.078-07:00","valueQuantity":{"value":9.6587,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"ed75124a-b7ad-ee07-9ab1-07860d8c4dfc","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b1707a04-450a-8467-eb9d-da8d0ea65bc0"},"effectiveDateTime":"2015-09-06T20:13:15-07:00","issued":"2015-09-06T20:13:15.078-07:00","valueQuantity":{"value":6.5558,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"aa4ee1e8-e94f-85a6-7268-3d7dc1600205","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7130485f-8e4a-46d9-ab10-afc5212e2fc0"},"effectiveDateTime":"2015-09-09T21:02:14-07:00","issued":"2015-09-09T21:02:14.078-07:00","valueQuantity":{"value":2.7124,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"bc8ff3e6-86e9-a245-78b7-7433dd4ef588","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7dd1f876-b341-2d46-d8ea-9addcdecbd99"},"effectiveDateTime":"2015-09-12T21:53:33-07:00","issued":"2015-09-12T21:53:33.078-07:00","valueQuantity":{"value":3.9166,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"718ed1fd-d5d5-3084-070c-f5628cf12d15","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e0d77d18-53fb-fb63-d384-816b3215324a"},"effectiveDateTime":"2015-09-15T22:51:12-07:00","issued":"2015-09-15T22:51:12.078-07:00","valueQuantity":{"value":3.2506,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"fd519670-555e-7d66-a2e7-d122fa37397b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f23d2a0c-8396-fbd2-e1e3-bce192598c8a"},"effectiveDateTime":"2015-09-18T23:40:17-07:00","issued":"2015-09-18T23:40:17.078-07:00","valueQuantity":{"value":6.953,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"bea658c6-3b3c-6522-a934-bcec67de59fd","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f23d2a0c-8396-fbd2-e1e3-bce192598c8a"},"effectiveDateTime":"2015-09-19T18:19:46-07:00","issued":"2015-09-19T18:19:46.078-07:00","valueQuantity":{"value":156.1,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"75054d6e-6d09-28b5-8ebd-78e14d3ea527","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f23d2a0c-8396-fbd2-e1e3-bce192598c8a"},"effectiveDateTime":"2015-09-19T18:19:46-07:00","issued":"2015-09-19T18:19:46.078-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"adc11373-dedb-5704-cd03-348a7a3f3379","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f23d2a0c-8396-fbd2-e1e3-bce192598c8a"},"effectiveDateTime":"2015-09-19T18:19:46-07:00","issued":"2015-09-19T18:19:46.078-07:00","valueQuantity":{"value":54.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"0824f689-4c9e-78d4-e23c-63b4967c3349","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f23d2a0c-8396-fbd2-e1e3-bce192598c8a"},"effectiveDateTime":"2015-09-19T18:19:46-07:00","issued":"2015-09-19T18:19:46.078-07:00","valueQuantity":{"value":22.51,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"da380c15-d3b6-6a45-7bfe-73ace845c7e7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f23d2a0c-8396-fbd2-e1e3-bce192598c8a"},"effectiveDateTime":"2015-09-19T18:19:46-07:00","issued":"2015-09-19T18:19:46.078-07:00","valueQuantity":{"value":63.702,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"d4ec8d91-83c0-489f-97b1-1fac368b3702","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f23d2a0c-8396-fbd2-e1e3-bce192598c8a"},"effectiveDateTime":"2015-09-19T18:19:46-07:00","issued":"2015-09-19T18:19:46.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":96,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":182,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"103a0417-8d4d-f850-e67e-188d58810849","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f23d2a0c-8396-fbd2-e1e3-bce192598c8a"},"effectiveDateTime":"2015-09-19T18:19:46-07:00","issued":"2015-09-19T18:19:46.078-07:00","valueQuantity":{"value":66,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"d8761932-d7c5-8735-de66-f3c51196fb55","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f23d2a0c-8396-fbd2-e1e3-bce192598c8a"},"effectiveDateTime":"2015-09-19T18:19:46-07:00","issued":"2015-09-19T18:19:46.078-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"b72920fc-5a5d-ef18-7e56-9593323cf7c5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f23d2a0c-8396-fbd2-e1e3-bce192598c8a"},"effectiveDateTime":"2015-09-19T18:19:46-07:00","issued":"2015-09-19T18:19:46.078-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"d67a6a2d-be67-615c-4edd-e1ac40600737","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/eb20060c-24b3-a988-5509-3dc47ff50431"},"effectiveDateTime":"2015-09-22T00:39:14-07:00","issued":"2015-09-22T00:39:14.078-07:00","valueQuantity":{"value":7.323,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"251e104a-addc-2fd3-4c79-fb7e420b96b2","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"effectiveDateTime":"2015-09-25T01:27:27-07:00","issued":"2015-09-25T01:27:27.078-07:00","valueQuantity":{"value":1.5539,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"9da3b9cf-9b64-6ff9-899e-d8646a9a80d9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"effectiveDateTime":"2015-09-19T19:05:37-07:00","issued":"2015-09-19T19:05:37.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":3906,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA17956-6","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"305 Schumm Ville Apt 49"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"d83fda2b-b4fe-1064-b1fd-921778b0f13a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"effectiveDateTime":"2015-09-19T19:26:55-07:00","issued":"2015-09-19T19:26:55.078-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"31410c77-b144-22be-7016-472ac78746d1","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"effectiveDateTime":"2015-09-19T20:02:40-07:00","issued":"2015-09-19T20:02:40.078-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"cc851736-ac74-f726-bf8b-ec0b54131d9d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"effectiveDateTime":"2015-09-19T20:43:09-07:00","issued":"2015-09-19T20:43:09.078-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f8608350-110e-186b-c299-67786fed6b21","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/dbeda3a2-a96d-abcc-851b-57cd83b7da78"},"effectiveDateTime":"2015-09-28T02:26:30-07:00","issued":"2015-09-28T02:26:30.078-07:00","valueQuantity":{"value":1.121,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"614c5092-341b-5b9f-c5c2-57db5fdb422e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/28891e43-5bdf-c821-3f4e-7faa867f20c4"},"effectiveDateTime":"2015-10-01T03:17:32-07:00","issued":"2015-10-01T03:17:32.078-07:00","valueQuantity":{"value":8.5883,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"78493e88-8919-4b66-8149-74a666abf199","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/07932f7c-cdeb-f5fa-d3b4-b0f494df969e"},"effectiveDateTime":"2015-10-19T18:19:46-07:00","issued":"2015-10-19T18:19:46.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":110,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":148,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"76df8eb2-c17d-d9e3-ddf9-e1e73c8f7ddc","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/208cfec3-2dae-d33e-b16e-ca95a1dbe668"},"effectiveDateTime":"2015-12-18T17:19:46-08:00","issued":"2015-12-18T17:19:46.078-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":88,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":104,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"577ad786-0fbb-0ef8-135f-c9c125ee5fd2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2b8a0fca-3b43-dc1e-543f-081da7f400aa"},"effectiveDateTime":"2016-02-16T17:19:46-08:00","issued":"2016-02-16T17:19:46.078-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":82,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":127,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"9942d2e8-1b60-e38c-0eca-745afd7be135","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"effectiveDateTime":"2016-09-24T18:19:46-07:00","issued":"2016-09-24T18:19:46.078-07:00","valueQuantity":{"value":156.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"98193e05-8cca-0424-2b04-d4199246f347","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"effectiveDateTime":"2016-09-24T18:19:46-07:00","issued":"2016-09-24T18:19:46.078-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f0c7ae92-3d53-dd4b-6cb0-6f55db719adf","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"effectiveDateTime":"2016-09-24T18:19:46-07:00","issued":"2016-09-24T18:19:46.078-07:00","valueQuantity":{"value":54.5,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"6d55d460-2a6b-5648-fc26-33535a3d0b2f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"effectiveDateTime":"2016-09-24T18:19:46-07:00","issued":"2016-09-24T18:19:46.078-07:00","valueQuantity":{"value":22.31,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"a6c13b5c-a2d7-efcb-60e7-3b60e36960db","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"effectiveDateTime":"2016-09-24T18:19:46-07:00","issued":"2016-09-24T18:19:46.078-07:00","valueQuantity":{"value":58.617,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"93c6adbe-a0a5-4c0c-538c-202cfccfe0ba","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"effectiveDateTime":"2016-09-24T18:19:46-07:00","issued":"2016-09-24T18:19:46.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":71,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":119,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"cca3057c-8d5a-9533-2b89-6853379bdede","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"effectiveDateTime":"2016-09-24T18:19:46-07:00","issued":"2016-09-24T18:19:46.078-07:00","valueQuantity":{"value":62,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"848b2101-edd7-65fa-3471-ee35dc7c91d1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"effectiveDateTime":"2016-09-24T18:19:46-07:00","issued":"2016-09-24T18:19:46.078-07:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"5961ef1b-fe84-1890-0799-4f13c40a5621","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"effectiveDateTime":"2016-09-24T18:19:46-07:00","issued":"2016-09-24T18:19:46.078-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"272ec639-8afd-9fc0-2a85-b754403e261f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"effectiveDateTime":"2016-09-24T19:06:06-07:00","issued":"2016-09-24T19:06:06.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13909-9","display":"Somewhat"}],"text":"Somewhat"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":3906,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA17956-6","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"305 Schumm Ville Apt 49"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"26457ad6-1443-4e52-f9c1-a021a48249e3","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"effectiveDateTime":"2016-09-24T19:22:21-07:00","issued":"2016-09-24T19:22:21.078-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"9434e92f-17ef-30b1-7793-523c9ccf8392","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"effectiveDateTime":"2016-09-24T20:05:08-07:00","issued":"2016-09-24T20:05:08.078-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"c7a7e63c-5867-dccd-2829-420f01ba3be2","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"effectiveDateTime":"2016-09-24T20:48:40-07:00","issued":"2016-09-24T20:48:40.078-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f8957a50-c6de-fc91-f60f-4232fe8c280e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/030ab23e-b7b9-5c3f-847f-e029c1790548"},"effectiveDateTime":"2017-09-30T18:19:46-07:00","issued":"2017-09-30T18:19:46.078-07:00","valueQuantity":{"value":156.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"6dadca35-d509-e8d8-9ed7-ce9ab4b0e96b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/030ab23e-b7b9-5c3f-847f-e029c1790548"},"effectiveDateTime":"2017-09-30T18:19:46-07:00","issued":"2017-09-30T18:19:46.078-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"5c353070-a19e-6610-d099-96a160bed6c7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/030ab23e-b7b9-5c3f-847f-e029c1790548"},"effectiveDateTime":"2017-09-30T18:19:46-07:00","issued":"2017-09-30T18:19:46.078-07:00","valueQuantity":{"value":55.4,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"69f6ac40-67cc-f46c-6d73-38cf6b7a0eeb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/030ab23e-b7b9-5c3f-847f-e029c1790548"},"effectiveDateTime":"2017-09-30T18:19:46-07:00","issued":"2017-09-30T18:19:46.078-07:00","valueQuantity":{"value":22.68,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"73023611-6713-a0be-f641-6094094b8c0b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/030ab23e-b7b9-5c3f-847f-e029c1790548"},"effectiveDateTime":"2017-09-30T18:19:46-07:00","issued":"2017-09-30T18:19:46.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":79,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":119,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"1153db34-6a38-881c-a8be-2b100da58a07","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/030ab23e-b7b9-5c3f-847f-e029c1790548"},"effectiveDateTime":"2017-09-30T18:19:46-07:00","issued":"2017-09-30T18:19:46.078-07:00","valueQuantity":{"value":63,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"112460d0-90f6-71c0-0671-852f66518ced","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/030ab23e-b7b9-5c3f-847f-e029c1790548"},"effectiveDateTime":"2017-09-30T18:19:46-07:00","issued":"2017-09-30T18:19:46.078-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"84aca21b-30be-a330-7500-d6f8bab9cbc2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/030ab23e-b7b9-5c3f-847f-e029c1790548"},"effectiveDateTime":"2017-09-30T18:19:46-07:00","issued":"2017-09-30T18:19:46.078-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"aae1579c-1123-e52f-b500-b7fe6c40d93e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bdb99457-5de2-b0bf-8945-003ed4da4bef"},"effectiveDateTime":"2017-09-30T18:58:19-07:00","issued":"2017-09-30T18:58:19.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":3906,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA17956-6","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"305 Schumm Ville Apt 49"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"b52aea07-16c4-879d-26f8-f0922c9286f8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueQuantity":{"value":156.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"039eeeef-ff63-8880-be21-11fc8c799ebf","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"1fa38d83-f585-2f23-deee-28d07d091519","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueQuantity":{"value":57,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"e40acfed-6e87-fd65-f307-7e9164cc5e26","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueQuantity":{"value":23.34,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"4a98b4f7-c699-4a28-0f18-143fdf4e6272","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":79,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":121,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"d3ba0f08-d6d1-6732-cd05-9c63ed9ff176","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueQuantity":{"value":82,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"0455de4f-de51-c154-77d4-82601e745864","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"1e1d9a3a-6d62-5ecd-e2f4-9309d9aa2124","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueQuantity":{"value":8.5662,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"b4141e29-297e-5fef-ee57-1a7cd3f23d99","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueQuantity":{"value":5.297,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"f44a2d65-ce15-6603-2d68-8b2dd1a82328","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueQuantity":{"value":15.002,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"9c4ac255-a9c2-0469-a615-023ce0119a79","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueQuantity":{"value":44.961,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"2ea09ceb-5113-a003-f7a0-3d0ca265477f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueQuantity":{"value":91.388,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"7881c45d-490c-60d4-148e-d41618632db6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueQuantity":{"value":32.337,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"0e44f019-da5a-19e3-d067-cef8bf3ab4ab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueQuantity":{"value":35.329,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"97100bfb-0d5b-4b65-def2-e5d43f2df0c1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueQuantity":{"value":41.8,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"7b6e4bb7-5c6f-a31a-2809-03d7291a3431","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueQuantity":{"value":253.23,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"726f819b-f825-9ef6-f651-df17030a2c52","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueQuantity":{"value":468.26,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"14d9ac7b-6dcd-3604-11a2-b9a0fa760f1a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueQuantity":{"value":10.183,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"d910f0e3-2711-ab87-245f-9fd1ba1a9ce4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:19:46-07:00","issued":"2018-10-06T18:19:46.078-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"e3e97191-feba-f062-4f81-b7e5d097fa72","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T18:55:40-07:00","issued":"2018-10-06T18:55:40.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13909-9","display":"Somewhat"}],"text":"Somewhat"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":3906,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA17956-6","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"305 Schumm Ville Apt 49"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"e5d9bb28-1dd9-36b9-cffa-76cdc895a736","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T19:21:54-07:00","issued":"2018-10-06T19:21:54.078-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"b03bb71e-73a3-9bd7-6b54-ce450b3913cd","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T19:52:50-07:00","issued":"2018-10-06T19:52:50.078-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"66b559f5-7b7d-0c51-adf2-a82426909ccb","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"effectiveDateTime":"2018-10-06T20:29:40-07:00","issued":"2018-10-06T20:29:40.078-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"8015511e-19b5-19d6-8d6f-7f8586e64c30","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"effectiveDateTime":"2019-10-12T18:19:46-07:00","issued":"2019-10-12T18:19:46.078-07:00","valueQuantity":{"value":156.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"e0a9192a-fb51-500e-4010-558dffc2de34","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"effectiveDateTime":"2019-10-12T18:19:46-07:00","issued":"2019-10-12T18:19:46.078-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"a2fa2b20-988f-c0d6-f470-da51f31fec66","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"effectiveDateTime":"2019-10-12T18:19:46-07:00","issued":"2019-10-12T18:19:46.078-07:00","valueQuantity":{"value":58.1,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"e3653ab2-5eaf-801a-2af7-1b50d5995ea2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"effectiveDateTime":"2019-10-12T18:19:46-07:00","issued":"2019-10-12T18:19:46.078-07:00","valueQuantity":{"value":23.8,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"d7d4428e-1262-c9a9-4df9-66de836d4f13","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"effectiveDateTime":"2019-10-12T18:19:46-07:00","issued":"2019-10-12T18:19:46.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":85,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":132,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"4d3c2960-c971-7518-7e38-7c38c2247ab1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"effectiveDateTime":"2019-10-12T18:19:46-07:00","issued":"2019-10-12T18:19:46.078-07:00","valueQuantity":{"value":62,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"631b41ff-aeb4-43e6-0e44-28d81132b609","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"effectiveDateTime":"2019-10-12T18:19:46-07:00","issued":"2019-10-12T18:19:46.078-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"25631ade-71f4-6de1-20fb-e7093da36a44","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"effectiveDateTime":"2019-10-12T18:19:46-07:00","issued":"2019-10-12T18:19:46.078-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"1ceb50c4-480d-0fc7-f862-51bc8ba25e61","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"effectiveDateTime":"2019-10-12T19:10:01-07:00","issued":"2019-10-12T19:10:01.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":3906,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA17956-6","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"305 Schumm Ville Apt 49"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"663258c0-9562-602f-1e13-819d6ef150c4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"effectiveDateTime":"2019-10-12T19:37:38-07:00","issued":"2019-10-12T19:37:38.078-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e10c755d-8f9c-cea9-4b1b-a7612d5f24f5","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"effectiveDateTime":"2019-10-12T20:15:14-07:00","issued":"2019-10-12T20:15:14.078-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"99304b15-81d4-7124-02ec-7761dc5da9a0","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"effectiveDateTime":"2019-10-12T20:50:52-07:00","issued":"2019-10-12T20:50:52.078-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"d524b6aa-dd08-8e78-e630-78fdce0cea63","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"effectiveDateTime":"2020-10-17T18:19:46-07:00","issued":"2020-10-17T18:19:46.078-07:00","valueQuantity":{"value":156.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"3e6a4955-2876-7006-b010-58d092e746e9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"effectiveDateTime":"2020-10-17T18:19:46-07:00","issued":"2020-10-17T18:19:46.078-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f6c25504-d1eb-6aa6-b03b-cd2524fcfd47","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"effectiveDateTime":"2020-10-17T18:19:46-07:00","issued":"2020-10-17T18:19:46.078-07:00","valueQuantity":{"value":59.7,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"f727c816-047d-c253-8a11-b3d2ee35347d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"effectiveDateTime":"2020-10-17T18:19:46-07:00","issued":"2020-10-17T18:19:46.078-07:00","valueQuantity":{"value":24.42,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"76bd9df4-e19b-fe05-8e98-de74b9a07c54","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"effectiveDateTime":"2020-10-17T18:19:46-07:00","issued":"2020-10-17T18:19:46.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":82,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":122,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"bf8758d0-1ae0-7157-646b-053bfc1ca9a2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"effectiveDateTime":"2020-10-17T18:19:46-07:00","issued":"2020-10-17T18:19:46.078-07:00","valueQuantity":{"value":70,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"5ac2e28d-8d61-3c6a-a6db-92ffeda3b2cc","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"effectiveDateTime":"2020-10-17T18:19:46-07:00","issued":"2020-10-17T18:19:46.078-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"734b08fe-3925-e608-3cb6-9e97be0d508d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"effectiveDateTime":"2020-10-17T18:19:46-07:00","issued":"2020-10-17T18:19:46.078-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"6f290951-8e59-f40c-dfe5-a56aae4366f4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"effectiveDateTime":"2020-10-17T18:50:41-07:00","issued":"2020-10-17T18:50:41.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13909-9","display":"Somewhat"}],"text":"Somewhat"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":3906,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA17956-6","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"305 Schumm Ville Apt 49"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"08eedece-0166-2600-1e0c-db4718657ab3","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"effectiveDateTime":"2020-10-17T19:13:28-07:00","issued":"2020-10-17T19:13:28.078-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"b4db48ba-8d90-3606-080d-236fe657b695","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"effectiveDateTime":"2020-10-17T19:50:50-07:00","issued":"2020-10-17T19:50:50.078-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"2349a56e-adc9-aa3f-2248-d66159489ab5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"effectiveDateTime":"2021-10-23T18:19:46-07:00","issued":"2021-10-23T18:19:46.078-07:00","valueQuantity":{"value":156.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"41eee334-7b11-5446-70aa-da97d78eb0c7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"effectiveDateTime":"2021-10-23T18:19:46-07:00","issued":"2021-10-23T18:19:46.078-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"1c9fe88e-a591-e3e7-1f21-d4049beed4f5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"effectiveDateTime":"2021-10-23T18:19:46-07:00","issued":"2021-10-23T18:19:46.078-07:00","valueQuantity":{"value":61.5,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"5c5892ad-2f5a-f212-abaa-b135ecad9623","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"effectiveDateTime":"2021-10-23T18:19:46-07:00","issued":"2021-10-23T18:19:46.078-07:00","valueQuantity":{"value":25.19,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"1edfd104-a641-7d3f-2f7b-d21962d58f69","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"effectiveDateTime":"2021-10-23T18:19:46-07:00","issued":"2021-10-23T18:19:46.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":74,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":133,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"7ef1b6cc-9867-8fd6-f874-b889b7da8f17","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"effectiveDateTime":"2021-10-23T18:19:46-07:00","issued":"2021-10-23T18:19:46.078-07:00","valueQuantity":{"value":96,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"2774afad-bd2d-68d2-517f-ae2c8999a9f9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"effectiveDateTime":"2021-10-23T18:19:46-07:00","issued":"2021-10-23T18:19:46.078-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"9380cbba-637a-0aa0-1a07-737d5130bedb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"effectiveDateTime":"2021-10-23T18:19:46-07:00","issued":"2021-10-23T18:19:46.078-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"7dfb569d-3cc3-544c-e430-4c24b7cc2e4f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"effectiveDateTime":"2021-10-23T19:11:34-07:00","issued":"2021-10-23T19:11:34.078-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13914-9","display":"Very much"}],"text":"Very much"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30124-4","display":"Utilities"}],"text":"Utilities"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":3906,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA17956-6","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"305 Schumm Ville Apt 49"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"30f82e11-e81c-08df-4ca4-fc8e4131caad","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"effectiveDateTime":"2021-10-23T19:47:17-07:00","issued":"2021-10-23T19:47:17.078-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"b2358b99-2410-6902-42bd-8cb84abc445a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"effectiveDateTime":"2021-10-23T20:30:02-07:00","issued":"2021-10-23T20:30:02.078-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"b3030147-a443-f841-2674-bb22573fdd8e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f9acec23-c099-3c47-489b-50e63567222d"},"effectiveDateTime":"2021-11-13T17:19:46-08:00","issued":"2021-11-13T17:19:46.078-08:00","valueQuantity":{"value":156.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"4fa082bc-1ef3-d731-02ca-1e840ee59daa","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f9acec23-c099-3c47-489b-50e63567222d"},"effectiveDateTime":"2021-11-13T17:19:46-08:00","issued":"2021-11-13T17:19:46.078-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"1330f202-d157-c51d-c8e2-4ad08378efba","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f9acec23-c099-3c47-489b-50e63567222d"},"effectiveDateTime":"2021-11-13T17:19:46-08:00","issued":"2021-11-13T17:19:46.078-08:00","valueQuantity":{"value":61.5,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"be88a39c-3753-71aa-b078-5484dd7ae032","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f9acec23-c099-3c47-489b-50e63567222d"},"effectiveDateTime":"2021-11-13T17:19:46-08:00","issued":"2021-11-13T17:19:46.078-08:00","valueQuantity":{"value":25.19,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"68136d51-cd2f-01e5-c570-5d4eddce8c25","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f9acec23-c099-3c47-489b-50e63567222d"},"effectiveDateTime":"2021-11-13T17:19:46-08:00","issued":"2021-11-13T17:19:46.078-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":82,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":116,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"f04f65d1-e469-9a40-612b-efbef2f7e4e7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f9acec23-c099-3c47-489b-50e63567222d"},"effectiveDateTime":"2021-11-13T17:19:46-08:00","issued":"2021-11-13T17:19:46.078-08:00","valueQuantity":{"value":87,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"047b897e-7b9c-04d9-f61b-e23cc91089f3","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f9acec23-c099-3c47-489b-50e63567222d"},"effectiveDateTime":"2021-11-13T17:19:46-08:00","issued":"2021-11-13T17:19:46.078-08:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"fbcb587f-dfe8-f802-2598-f53d2515dd0f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f9acec23-c099-3c47-489b-50e63567222d"},"effectiveDateTime":"2021-11-13T17:19:46-08:00","issued":"2021-11-13T17:19:46.078-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"26edc21f-8a4c-c0fd-f2eb-a0afa0c1b4ad","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f9acec23-c099-3c47-489b-50e63567222d"},"effectiveDateTime":"2021-11-13T18:08:43-08:00","issued":"2021-11-13T18:08:43.078-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13909-9","display":"Somewhat"}],"text":"Somewhat"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30128-5","display":"Medicine or Any Health Care"}],"text":"Medicine or Any Health Care"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":3906,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA17956-6","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"305 Schumm Ville Apt 49"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"a7c6f159-d7f6-5707-47fe-c4bcb3515094","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f9acec23-c099-3c47-489b-50e63567222d"},"effectiveDateTime":"2021-11-13T18:49:34-08:00","issued":"2021-11-13T18:49:34.078-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"d0f59733-30fd-83f1-db15-af32440bd258","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"effectiveDateTime":"2022-01-01T17:19:46-08:00","issued":"2022-01-01T17:19:46.078-08:00","valueQuantity":{"value":156.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"2511d2f4-a449-76f2-5c1b-34b7a8f25151","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"effectiveDateTime":"2022-01-01T17:19:46-08:00","issued":"2022-01-01T17:19:46.078-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"73feee53-1f7a-454b-7e23-bfbc49af0dd9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"effectiveDateTime":"2022-01-01T17:19:46-08:00","issued":"2022-01-01T17:19:46.078-08:00","valueQuantity":{"value":61.5,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"933a2868-7090-8178-7980-ba9edacc6e74","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"effectiveDateTime":"2022-01-01T17:19:46-08:00","issued":"2022-01-01T17:19:46.078-08:00","valueQuantity":{"value":25.19,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"caf772ff-d0a2-dfc5-c2a5-dbc75e12ef62","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"effectiveDateTime":"2022-01-01T17:19:46-08:00","issued":"2022-01-01T17:19:46.078-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":77,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":132,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"976c2292-17b0-5937-c82a-d8b5fe965a24","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"effectiveDateTime":"2022-01-01T17:19:46-08:00","issued":"2022-01-01T17:19:46.078-08:00","valueQuantity":{"value":66,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"e000296c-23b7-18ac-45cc-b6587be0713f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"effectiveDateTime":"2022-01-01T17:19:46-08:00","issued":"2022-01-01T17:19:46.078-08:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"3f7b522f-b16a-9641-1ec3-4a9abf34143f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"effectiveDateTime":"2022-01-01T17:19:46-08:00","issued":"2022-01-01T17:19:46.078-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"8fa72d7d-85a5-84f3-a9f4-c344bc101ffe","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"effectiveDateTime":"2022-01-01T18:06:11-08:00","issued":"2022-01-01T18:06:11.078-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30124-4","display":"Utilities"}],"text":"Utilities"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":3906,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA17956-6","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30193-9","display":"More than high school"}],"text":"More than high school"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"305 Schumm Ville Apt 49"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":3,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"cd35a6f1-895a-7688-98da-460111c98f26","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"effectiveDateTime":"2022-01-01T18:44:15-08:00","issued":"2022-01-01T18:44:15.078-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"d1477551-1890-59af-f385-fdb9eb889ef3","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"effectiveDateTime":"2022-01-01T19:24:43-08:00","issued":"2022-01-01T19:24:43.078-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"4d9e1dad-bc25-2dba-d1cc-3f096addd67a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"effectiveDateTime":"2012-10-15T18:59:58-07:00","issued":"2012-10-15T18:59:58.990-07:00","valueQuantity":{"value":166.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"50f9da14-d212-a8aa-e4ca-86f6d212de45","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"effectiveDateTime":"2012-10-15T18:59:58-07:00","issued":"2012-10-15T18:59:58.990-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"93a30394-7d8c-3139-e283-8c51f859e875","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"effectiveDateTime":"2012-10-15T18:59:58-07:00","issued":"2012-10-15T18:59:58.990-07:00","valueQuantity":{"value":79.5,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"04e9e899-a79f-a0b9-a441-68339d29cb30","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"effectiveDateTime":"2012-10-15T18:59:58-07:00","issued":"2012-10-15T18:59:58.990-07:00","valueQuantity":{"value":28.56,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"e45376eb-5c5f-bf26-2234-ae25f789f157","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"effectiveDateTime":"2012-10-15T18:59:58-07:00","issued":"2012-10-15T18:59:58.990-07:00","valueQuantity":{"value":96.888,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"bb8cf85b-2ff3-ba9e-174c-807d1f94e11e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"effectiveDateTime":"2012-10-15T18:59:58-07:00","issued":"2012-10-15T18:59:58.990-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":79,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":124,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"f85857d9-25e2-2211-0f51-07006d8417de","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"effectiveDateTime":"2012-10-15T18:59:58-07:00","issued":"2012-10-15T18:59:58.990-07:00","valueQuantity":{"value":83,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"8b8932ae-a304-5734-c8dc-2bcd847d4f29","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"effectiveDateTime":"2012-10-15T18:59:58-07:00","issued":"2012-10-15T18:59:58.990-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"f4eb3a06-d7ea-abba-7826-c27e62467f1f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"effectiveDateTime":"2012-10-15T18:59:58-07:00","issued":"2012-10-15T18:59:58.990-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"aa6ea8b0-2948-9dc6-ce5e-7d87a98731ff","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"effectiveDateTime":"2012-10-15T19:21:37-07:00","issued":"2012-10-15T19:21:37.990-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"cb7fd121-9983-e79a-059b-55e1f792fd00","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"effectiveDateTime":"2012-10-15T19:57:56-07:00","issued":"2012-10-15T19:57:56.990-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"483059c7-3371-0ddb-72e6-cc0c38d8a1c0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":170.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"3155a3a2-8797-4877-397d-e4399cad8bbf","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"7c7e4f61-5e68-0aef-28b8-d0cc1797bbf0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":84,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"dba294ba-87ba-4241-0b99-2fe85357d351","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":28.99,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"85db52a5-c5bd-64b7-38e5-7d18a353c80f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":96.665,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"393e20b3-0f7c-b180-c49a-1b525467c13c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":83,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":117,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"7e1e92b8-699e-557c-4fd2-7b32ea3c79be","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":70,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"32ad92af-1a2f-8956-8c27-e189aeac5e8a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"6219f4dd-4fcb-fcd7-9b57-921c1a9fdc12","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":8.5053,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"d6e3aa36-5a80-2379-88da-62a3c95c8efc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":4.0423,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"d74534ff-62ab-363b-bd33-fa1b0eca4c13","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":14.277,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"12ad43b5-491e-feb3-8a60-403959ec3382","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":47.622,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"227c962c-8908-bf69-a229-c13b25fb433f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":85.825,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"acda90fb-a10f-cd61-429c-09e6f1731cc4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":27.171,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"68b52317-9acb-aef9-4671-3fcc0a38f204","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":34.718,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"0c26e1be-b77c-d3f5-af8a-79cdb40fcd9c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":39.638,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"ccc87e97-6410-3ad8-1476-9ce1720caa49","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":438.63,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"2a20fc16-3e27-9775-0003-c113eff00d9a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":469.33,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"7fba4422-dd64-cec4-7713-62d1047219e6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueQuantity":{"value":11.747,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"7c9604fd-08d0-dbf9-ada9-e46294e94b7f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"effectiveDateTime":"2013-10-21T18:59:58-07:00","issued":"2013-10-21T18:59:58.990-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"50668b1b-d494-5133-650d-cb977406a136","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/200cabda-dd43-f9f7-700e-a52b2061c59c"},"effectiveDateTime":"2013-10-21T19:41:23-07:00","issued":"2013-10-21T19:41:23.990-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f796faad-cf1a-14db-ce6c-09fbbe5b03c5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/ace72354-fe80-c75d-af02-9b4d40e8f924"},"effectiveDateTime":"2012-08-30T09:16:17-07:00","issued":"2012-08-30T09:16:17.584-07:00","valueQuantity":{"value":132,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"78462260-809d-3d74-35b0-fa4c48e137ce","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/ace72354-fe80-c75d-af02-9b4d40e8f924"},"effectiveDateTime":"2012-08-30T09:16:17-07:00","issued":"2012-08-30T09:16:17.584-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"d707a584-5874-7795-4bf9-6bdb0397a97a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/ace72354-fe80-c75d-af02-9b4d40e8f924"},"effectiveDateTime":"2012-08-30T09:16:17-07:00","issued":"2012-08-30T09:16:17.584-07:00","valueQuantity":{"value":37,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"ea04f1f0-5905-bf07-748f-619d95cbefec","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/ace72354-fe80-c75d-af02-9b4d40e8f924"},"effectiveDateTime":"2012-08-30T09:16:17-07:00","issued":"2012-08-30T09:16:17.584-07:00","valueQuantity":{"value":21.23,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"fc545c01-961b-0762-b780-954a57325ecb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/ace72354-fe80-c75d-af02-9b4d40e8f924"},"effectiveDateTime":"2012-08-30T09:16:17-07:00","issued":"2012-08-30T09:16:17.584-07:00","valueQuantity":{"value":93.741,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"decd9aa0-1276-a1bf-471d-7cf4b13cc513","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/ace72354-fe80-c75d-af02-9b4d40e8f924"},"effectiveDateTime":"2012-08-30T09:16:17-07:00","issued":"2012-08-30T09:16:17.584-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":74,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":132,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"0cdb7f79-af5b-c9b1-b4b0-86fd1f1dc52a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/ace72354-fe80-c75d-af02-9b4d40e8f924"},"effectiveDateTime":"2012-08-30T09:16:17-07:00","issued":"2012-08-30T09:16:17.584-07:00","valueQuantity":{"value":62,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"397a6f92-66de-8d74-b712-b027db211a31","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/ace72354-fe80-c75d-af02-9b4d40e8f924"},"effectiveDateTime":"2012-08-30T09:16:17-07:00","issued":"2012-08-30T09:16:17.584-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"2d875ffc-e74d-8567-0870-d80c19b25e9d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/ace72354-fe80-c75d-af02-9b4d40e8f924"},"effectiveDateTime":"2012-08-30T09:16:17-07:00","issued":"2012-08-30T09:16:17.584-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"a82458d6-a093-d3ff-55d8-6eecd00a2cf9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/af4a6973-4599-eefa-e568-7a6398d60e3b"},"effectiveDateTime":"2013-09-05T09:16:17-07:00","issued":"2013-09-05T09:16:17.584-07:00","valueQuantity":{"value":137,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"ceca7bad-e747-503d-e7e8-a175aac247f8","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/af4a6973-4599-eefa-e568-7a6398d60e3b"},"effectiveDateTime":"2013-09-05T09:16:17-07:00","issued":"2013-09-05T09:16:17.584-07:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"89006f84-4d4f-40a3-e72d-895b9037d028","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/af4a6973-4599-eefa-e568-7a6398d60e3b"},"effectiveDateTime":"2013-09-05T09:16:17-07:00","issued":"2013-09-05T09:16:17.584-07:00","valueQuantity":{"value":42.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"a0a232ea-e2a3-d5d7-a29d-e67e2ce8b520","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/af4a6973-4599-eefa-e568-7a6398d60e3b"},"effectiveDateTime":"2013-09-05T09:16:17-07:00","issued":"2013-09-05T09:16:17.584-07:00","valueQuantity":{"value":22.83,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"b108c20b-4dbf-d06a-ba74-1b6863b71e79","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/af4a6973-4599-eefa-e568-7a6398d60e3b"},"effectiveDateTime":"2013-09-05T09:16:17-07:00","issued":"2013-09-05T09:16:17.584-07:00","valueQuantity":{"value":94.74,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"037d775d-7e60-cc4d-26c8-85b2fd3ae659","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/af4a6973-4599-eefa-e568-7a6398d60e3b"},"effectiveDateTime":"2013-09-05T09:16:17-07:00","issued":"2013-09-05T09:16:17.584-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":80,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":133,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"c17c34b2-cc3c-4f83-9bce-78ab6617a94e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/af4a6973-4599-eefa-e568-7a6398d60e3b"},"effectiveDateTime":"2013-09-05T09:16:17-07:00","issued":"2013-09-05T09:16:17.584-07:00","valueQuantity":{"value":75,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"c100987b-646a-9017-2313-be3187037f5c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/af4a6973-4599-eefa-e568-7a6398d60e3b"},"effectiveDateTime":"2013-09-05T09:16:17-07:00","issued":"2013-09-05T09:16:17.584-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"801ac342-9ee3-2550-fcbc-c1e2b757b258","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/af4a6973-4599-eefa-e568-7a6398d60e3b"},"effectiveDateTime":"2013-09-05T09:16:17-07:00","issued":"2013-09-05T09:16:17.584-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"fd9ef3a4-6e88-8cde-7ae6-8161947e785b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6206-7","display":"Peanut IgE Ab in Serum"}],"text":"Peanut IgE Ab in Serum"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"},"effectiveDateTime":"2014-10-06T07:54:34-07:00","issued":"2014-10-06T07:54:34.990-07:00","valueQuantity":{"value":0.27369,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"32a61bfc-886e-9798-e251-12a7cd62a7f7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6273-7","display":"Walnut IgE Ab in Serum"}],"text":"Walnut IgE Ab in Serum"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"},"effectiveDateTime":"2014-10-06T07:54:34-07:00","issued":"2014-10-06T07:54:34.990-07:00","valueQuantity":{"value":0.093451,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"b85ed831-badc-656b-5ed6-fb21054219b1","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6082-2","display":"Codfish IgE Ab in Serum"}],"text":"Codfish IgE Ab in Serum"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"},"effectiveDateTime":"2014-10-06T07:54:34-07:00","issued":"2014-10-06T07:54:34.990-07:00","valueQuantity":{"value":0.023177,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"0ec726ee-6729-8126-6d71-da7e970c4257","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6246-3","display":"Shrimp IgE Ab in Serum"}],"text":"Shrimp IgE Ab in Serum"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"},"effectiveDateTime":"2014-10-06T07:54:34-07:00","issued":"2014-10-06T07:54:34.990-07:00","valueQuantity":{"value":0.13128,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"09b40045-58e4-5079-281d-aeb570f53e6a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6276-0","display":"Wheat IgE Ab in Serum"}],"text":"Wheat IgE Ab in Serum"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"},"effectiveDateTime":"2014-10-06T07:54:34-07:00","issued":"2014-10-06T07:54:34.990-07:00","valueQuantity":{"value":0.065685,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"e8799bf3-c649-16ed-b61c-4ddf96e39036","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6106-9","display":"Egg white IgE Ab in Serum"}],"text":"Egg white IgE Ab in Serum"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"},"effectiveDateTime":"2014-10-06T07:54:34-07:00","issued":"2014-10-06T07:54:34.990-07:00","valueQuantity":{"value":0.096037,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"09db57ec-7031-b413-b9dc-1a657cb32b23","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6248-9","display":"Soybean IgE Ab in Serum"}],"text":"Soybean IgE Ab in Serum"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"},"effectiveDateTime":"2014-10-06T07:54:34-07:00","issued":"2014-10-06T07:54:34.990-07:00","valueQuantity":{"value":0.062505,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"e0350310-9586-9100-ec53-5555e44d604b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"7258-7","display":"Cow milk IgE Ab in Serum"}],"text":"Cow milk IgE Ab in Serum"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"},"effectiveDateTime":"2014-10-06T07:54:34-07:00","issued":"2014-10-06T07:54:34.990-07:00","valueQuantity":{"value":0.30737,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"70a7903d-c1cc-70f8-f6d3-b318f37a804c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6189-5","display":"White oak IgE Ab in Serum"}],"text":"White oak IgE Ab in Serum"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"},"effectiveDateTime":"2014-10-06T07:54:34-07:00","issued":"2014-10-06T07:54:34.990-07:00","valueQuantity":{"value":0.26263,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"fc2f758b-aff2-1968-3670-164ace4b465e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6085-5","display":"Common Ragweed IgE Ab in Serum"}],"text":"Common Ragweed IgE Ab in Serum"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"},"effectiveDateTime":"2014-10-06T07:54:34-07:00","issued":"2014-10-06T07:54:34.990-07:00","valueQuantity":{"value":0.21636,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"832b3bd3-f53c-0519-9148-94e0aa4560a7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6833-8","display":"Cat dander IgE Ab in Serum"}],"text":"Cat dander IgE Ab in Serum"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"},"effectiveDateTime":"2014-10-06T07:54:34-07:00","issued":"2014-10-06T07:54:34.990-07:00","valueQuantity":{"value":0.29621,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"773d0270-cb5b-96a3-74af-2b90155fa9cd","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6095-4","display":"American house dust mite IgE Ab in Serum"}],"text":"American house dust mite IgE Ab in Serum"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"},"effectiveDateTime":"2014-10-06T07:54:34-07:00","issued":"2014-10-06T07:54:34.990-07:00","valueQuantity":{"value":0.18396,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"fcd9fb49-afa2-7e1f-a559-c36df78fe7cd","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6075-6","display":"Cladosporium herbarum IgE Ab in Serum"}],"text":"Cladosporium herbarum IgE Ab in Serum"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"},"effectiveDateTime":"2014-10-06T07:54:34-07:00","issued":"2014-10-06T07:54:34.990-07:00","valueQuantity":{"value":0.062318,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"b187230f-2f1a-461f-d6fc-6dd89f75240b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6844-5","display":"Honey bee IgE Ab in Serum"}],"text":"Honey bee IgE Ab in Serum"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"},"effectiveDateTime":"2014-10-06T07:54:34-07:00","issued":"2014-10-06T07:54:34.990-07:00","valueQuantity":{"value":0.10721,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"a5f2b9c0-d753-3be2-40f0-fa973fc6f0a9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6158-0","display":"Latex IgE Ab in Serum"}],"text":"Latex IgE Ab in Serum"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"},"effectiveDateTime":"2014-10-06T07:54:34-07:00","issued":"2014-10-06T07:54:34.990-07:00","valueQuantity":{"value":0.20611,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"1157f9b9-785a-9c1e-6e7f-9396b375b1b2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":143,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"520c2af4-9624-20a6-d3ea-78ec9db772db","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"1015b454-76c9-6891-f4e4-e2f59e31141b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"effectiveDateTime":"2014-10-27T18:59:58-07:00","issued":"2014-10-27T18:59:58.990-07:00","valueQuantity":{"value":172,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"7e034df7-877b-39b6-1bd8-5e1bc2deae6f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":50.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"ef49895d-03e9-7d94-1a6f-b87bf0ddac4d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"effectiveDateTime":"2014-10-27T18:59:58-07:00","issued":"2014-10-27T18:59:58.990-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"3ea9b312-7676-b36d-7582-eb8a1969d2a9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":24.87,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"7dbee6f8-1917-8867-03bb-4f9737ed2ed0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":95.98,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"2c3c3080-5f1a-862c-6bdd-7c020bfbeecc","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":81,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":133,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"b9fea6a7-f8db-44e8-a0ef-558a7e6cbbfb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":71,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"caee22db-c542-6661-5f90-b9d804071745","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"f22a9377-c5e4-5024-7a4b-7f9b54e3c06d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":9.6371,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"7c5d7289-e914-d502-5d20-d4f52e9bbeaa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":4.6647,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"9fe564dc-cd07-81ba-f523-a014f306de76","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":13.541,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"106e4531-8c5b-80f7-33c5-c6241003b8a4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":35.326,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"c3e81fcf-d6ed-4a7c-9f78-7c64a1d096b8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":81.336,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"44f3e23e-b0b7-919d-1a9e-0796821dc872","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":30.264,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"d304c34f-7f30-26f0-30cd-8d9c97773eac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":35.888,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"a6e1a75e-db24-c144-a74f-dd60742c7f65","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":43.693,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"5b2204db-64e6-e1d2-bac6-50f436bb471c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":361.48,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"d7f60d05-89d5-47b2-bf5b-2df8c9326b62","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":329.49,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"60421cf9-6844-a690-c4ed-28428647d2aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueQuantity":{"value":11.486,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"e811baea-60b0-949f-539d-eabd7b359563","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/eb3dbccd-6e2f-0948-354f-9c89b2ffb374"},"effectiveDateTime":"2014-09-11T09:16:17-07:00","issued":"2014-09-11T09:16:17.584-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"a76a57f5-8380-af52-cb8f-175fcc81f13e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"effectiveDateTime":"2015-09-17T09:16:17-07:00","issued":"2015-09-17T09:16:17.584-07:00","valueQuantity":{"value":150.2,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"75278a42-bee0-a0eb-5ae2-c0095de016ca","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"effectiveDateTime":"2015-09-17T09:16:17-07:00","issued":"2015-09-17T09:16:17.584-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"096c37af-3021-38c1-b14e-3af9b265fe02","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"effectiveDateTime":"2015-09-17T09:16:17-07:00","issued":"2015-09-17T09:16:17.584-07:00","valueQuantity":{"value":60.2,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"64b5c7d8-c014-e985-e5a6-bbf7c8fb2035","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"effectiveDateTime":"2015-09-17T09:16:17-07:00","issued":"2015-09-17T09:16:17.584-07:00","valueQuantity":{"value":26.69,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"a131b707-acb1-1b0c-84e0-824d9fa8e2ab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"effectiveDateTime":"2015-09-17T09:16:17-07:00","issued":"2015-09-17T09:16:17.584-07:00","valueQuantity":{"value":96.623,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"68145070-1904-9140-bf67-e6a80b3058b1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"effectiveDateTime":"2015-09-17T09:16:17-07:00","issued":"2015-09-17T09:16:17.584-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":81,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":119,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"8b2a48b4-2ab8-ce5b-d762-e341427192f4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"effectiveDateTime":"2015-09-17T09:16:17-07:00","issued":"2015-09-17T09:16:17.584-07:00","valueQuantity":{"value":79,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"2a8afcac-100a-e451-e6c0-7a4025281012","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"effectiveDateTime":"2015-09-17T09:16:17-07:00","issued":"2015-09-17T09:16:17.584-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"40695866-a6fb-698d-d26d-9e5f01a5226e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"effectiveDateTime":"2015-09-17T09:16:17-07:00","issued":"2015-09-17T09:16:17.584-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"005daa73-1e3c-84e0-4b5d-81cdee6a5f43","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"effectiveDateTime":"2015-09-17T09:39:50-07:00","issued":"2015-09-17T09:39:50.584-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"3581cfd1-7d2b-e7f8-1213-56a0aa8748d0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"effectiveDateTime":"2014-10-27T18:59:58-07:00","issued":"2014-10-27T18:59:58.990-07:00","valueQuantity":{"value":91.5,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"6d4c69ab-c589-353d-d93e-c883d4927d0f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"effectiveDateTime":"2014-10-27T18:59:58-07:00","issued":"2014-10-27T18:59:58.990-07:00","valueQuantity":{"value":30.92,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"f7e9a5ea-6b9b-9581-81e9-d0e051419ea5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"effectiveDateTime":"2014-10-27T18:59:58-07:00","issued":"2014-10-27T18:59:58.990-07:00","valueQuantity":{"value":97.697,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"48b1284d-3c7f-a1ee-3985-a16cdd26b2eb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"effectiveDateTime":"2014-10-27T18:59:58-07:00","issued":"2014-10-27T18:59:58.990-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":76,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":110,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"3a77095d-7656-9673-1437-2485104e21d1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"effectiveDateTime":"2014-10-27T18:59:58-07:00","issued":"2014-10-27T18:59:58.990-07:00","valueQuantity":{"value":89,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"9ed472b0-0d45-f2b5-1139-bd0a92e141f1","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"effectiveDateTime":"2014-10-27T18:59:58-07:00","issued":"2014-10-27T18:59:58.990-07:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"2ba73b6b-331b-b648-01d3-a0884d5d11e1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"effectiveDateTime":"2014-10-27T18:59:58-07:00","issued":"2014-10-27T18:59:58.990-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"de504907-d07d-ac19-c733-2f95d16ab2c8","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"effectiveDateTime":"2014-10-27T19:20:24-07:00","issued":"2014-10-27T19:20:24.990-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"7670b859-01fd-792f-3f1e-f080832c7833","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"effectiveDateTime":"2014-10-27T19:59:14-07:00","issued":"2014-10-27T19:59:14.990-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"6b8aae99-c48c-670c-34c5-6c29949d02ff","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6206-7","display":"Peanut IgE Ab in Serum"}],"text":"Peanut IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"},"effectiveDateTime":"2016-09-01T09:41:48-07:00","issued":"2016-09-01T09:41:48.584-07:00","valueQuantity":{"value":0.26889,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"aef60746-14dc-92cd-3ce6-e92202916912","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6273-7","display":"Walnut IgE Ab in Serum"}],"text":"Walnut IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"},"effectiveDateTime":"2016-09-01T09:41:48-07:00","issued":"2016-09-01T09:41:48.584-07:00","valueQuantity":{"value":0.055139,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"cfb93a42-2466-c10e-bcf5-2e204e9d0ec0","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6082-2","display":"Codfish IgE Ab in Serum"}],"text":"Codfish IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"},"effectiveDateTime":"2016-09-01T09:41:48-07:00","issued":"2016-09-01T09:41:48.584-07:00","valueQuantity":{"value":0.27464,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"6989972d-ec28-12ed-5923-a154d0d93a10","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6246-3","display":"Shrimp IgE Ab in Serum"}],"text":"Shrimp IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"},"effectiveDateTime":"2016-09-01T09:41:48-07:00","issued":"2016-09-01T09:41:48.584-07:00","valueQuantity":{"value":0.20742,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"fb8f6163-3961-f87d-6f68-d20340b1134b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6276-0","display":"Wheat IgE Ab in Serum"}],"text":"Wheat IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"},"effectiveDateTime":"2016-09-01T09:41:48-07:00","issued":"2016-09-01T09:41:48.584-07:00","valueQuantity":{"value":0.24243,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"11716b33-afba-64b6-6ad1-cf5fe19e7c17","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6106-9","display":"Egg white IgE Ab in Serum"}],"text":"Egg white IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"},"effectiveDateTime":"2016-09-01T09:41:48-07:00","issued":"2016-09-01T09:41:48.584-07:00","valueQuantity":{"value":0.11097,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"9768a177-3a96-ccad-2479-89bfd2f4c3c4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6248-9","display":"Soybean IgE Ab in Serum"}],"text":"Soybean IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"},"effectiveDateTime":"2016-09-01T09:41:48-07:00","issued":"2016-09-01T09:41:48.584-07:00","valueQuantity":{"value":0.2406,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"07024b43-61cb-6604-8f32-a1f19fb1cce5","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"7258-7","display":"Cow milk IgE Ab in Serum"}],"text":"Cow milk IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"},"effectiveDateTime":"2016-09-01T09:41:48-07:00","issued":"2016-09-01T09:41:48.584-07:00","valueQuantity":{"value":0.18945,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"876001f9-995b-58a3-42f4-4ae8a9c37822","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6189-5","display":"White oak IgE Ab in Serum"}],"text":"White oak IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"},"effectiveDateTime":"2016-09-01T09:41:48-07:00","issued":"2016-09-01T09:41:48.584-07:00","valueQuantity":{"value":0.094824,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"4b30a589-169d-d7a7-2b01-219df4b8684c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6085-5","display":"Common Ragweed IgE Ab in Serum"}],"text":"Common Ragweed IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"},"effectiveDateTime":"2016-09-01T09:41:48-07:00","issued":"2016-09-01T09:41:48.584-07:00","valueQuantity":{"value":0.065222,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"c88dd0ee-71e7-559a-97c9-1f3533b073b2","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6833-8","display":"Cat dander IgE Ab in Serum"}],"text":"Cat dander IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"},"effectiveDateTime":"2016-09-01T09:41:48-07:00","issued":"2016-09-01T09:41:48.584-07:00","valueQuantity":{"value":0.23621,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"ff9d92fa-5215-47e4-a1f6-095e76d256b2","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6095-4","display":"American house dust mite IgE Ab in Serum"}],"text":"American house dust mite IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"},"effectiveDateTime":"2016-09-01T09:41:48-07:00","issued":"2016-09-01T09:41:48.584-07:00","valueQuantity":{"value":0.26673,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"d720c9ba-b4d7-a60d-1bf2-b6e94d8b15e8","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"91148-7","display":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"}],"text":"Pain intensity, Enjoyment of life, General activity (PEG) 3 item pain scale"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/32cb9192-7451-33e3-786d-10659e5d5d84"},"effectiveDateTime":"2015-10-14T18:59:58-07:00","issued":"2015-10-14T18:59:58.990-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"91146-1","display":"What number best describes how, during the past week, pain has interfered with your general activity?"}],"text":"What number best describes how, during the past week, pain has interfered with your general activity?"},"valueQuantity":{"value":8.2817,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"91145-3","display":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"}],"text":"What number best describes how, during the past week, pain has interfered with your enjoyment of life?"},"valueQuantity":{"value":4.8278,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"75893-8","display":"What number best describes your pain on average in the past week?"}],"text":"What number best describes your pain on average in the past week?"},"valueQuantity":{"value":5.5713,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}}]} +{"resourceType":"Observation","id":"0c906f58-324e-2d82-2924-04fddad17b92","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6075-6","display":"Cladosporium herbarum IgE Ab in Serum"}],"text":"Cladosporium herbarum IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"},"effectiveDateTime":"2016-09-01T09:41:48-07:00","issued":"2016-09-01T09:41:48.584-07:00","valueQuantity":{"value":0.1714,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"38bbf1ec-740c-5afd-ee67-5d9f009c4b2a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"65750-2","display":"Drugs of abuse 5 panel - Urine by Screen method"}],"text":"Drugs of abuse 5 panel - Urine by Screen method"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/32cb9192-7451-33e3-786d-10659e5d5d84"},"effectiveDateTime":"2015-10-14T18:59:58-07:00","issued":"2015-10-14T18:59:58.990-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"260385009","display":"Negative (qualifier value)"}],"text":"Negative (qualifier value)"}} +{"resourceType":"Observation","id":"248febcc-992e-ccf5-acbe-2f0cba67eb90","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6844-5","display":"Honey bee IgE Ab in Serum"}],"text":"Honey bee IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"},"effectiveDateTime":"2016-09-01T09:41:48-07:00","issued":"2016-09-01T09:41:48.584-07:00","valueQuantity":{"value":0.33669,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"cbb22dbf-9eb8-dd7c-d291-5fc0f355bd37","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6158-0","display":"Latex IgE Ab in Serum"}],"text":"Latex IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"},"effectiveDateTime":"2016-09-01T09:41:48-07:00","issued":"2016-09-01T09:41:48.584-07:00","valueQuantity":{"value":0.22931,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"fa9005c8-5461-4016-6afd-b2ee3ac26907","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/6a41ed1a-843a-c0ef-fb18-d2620dec81fa"},"effectiveDateTime":"2016-09-22T09:16:17-07:00","issued":"2016-09-22T09:16:17.584-07:00","valueQuantity":{"value":156.1,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"dd9dd33b-3ab0-7fb0-e69e-7afda5f00b1c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9deedb73-444c-c464-f671-d30ffef0745f"},"effectiveDateTime":"2015-10-17T19:55:13-07:00","issued":"2015-10-17T19:55:13.990-07:00","valueQuantity":{"value":1.5401,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"3c47ed93-61c2-ed69-a955-c15bd20438b7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/6a41ed1a-843a-c0ef-fb18-d2620dec81fa"},"effectiveDateTime":"2016-09-22T09:16:17-07:00","issued":"2016-09-22T09:16:17.584-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"6be84d4b-a7dc-5d1c-6af5-e82709e02d10","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/6a41ed1a-843a-c0ef-fb18-d2620dec81fa"},"effectiveDateTime":"2016-09-22T09:16:17-07:00","issued":"2016-09-22T09:16:17.584-07:00","valueQuantity":{"value":60.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"4513b314-c1f3-e00a-5c79-4238acd994d2","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/6a41ed1a-843a-c0ef-fb18-d2620dec81fa"},"effectiveDateTime":"2016-09-22T09:16:17-07:00","issued":"2016-09-22T09:16:17.584-07:00","valueQuantity":{"value":24.96,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"be72af23-8ce7-db31-a09e-8f44e2553813","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/6a41ed1a-843a-c0ef-fb18-d2620dec81fa"},"effectiveDateTime":"2016-09-22T09:16:17-07:00","issued":"2016-09-22T09:16:17.584-07:00","valueQuantity":{"value":92.744,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"7a1478c6-6c46-a260-5fde-0a74076d140b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/6a41ed1a-843a-c0ef-fb18-d2620dec81fa"},"effectiveDateTime":"2016-09-22T09:16:17-07:00","issued":"2016-09-22T09:16:17.584-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":85,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":129,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"51c65fa5-fdfc-ca2e-0c33-87437c23802c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/6a41ed1a-843a-c0ef-fb18-d2620dec81fa"},"effectiveDateTime":"2016-09-22T09:16:17-07:00","issued":"2016-09-22T09:16:17.584-07:00","valueQuantity":{"value":63,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"2f9a8d4f-3b42-252e-d572-f8aae9fb1076","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/6a41ed1a-843a-c0ef-fb18-d2620dec81fa"},"effectiveDateTime":"2016-09-22T09:16:17-07:00","issued":"2016-09-22T09:16:17.584-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"0f5adaee-4b3c-e060-b73b-c6814379c908","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/6a41ed1a-843a-c0ef-fb18-d2620dec81fa"},"effectiveDateTime":"2016-09-22T09:16:17-07:00","issued":"2016-09-22T09:16:17.584-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"2528b27d-ad01-cbe7-3132-c7d22f710945","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/553f276e-c828-5f65-c0e2-87031e775bc6"},"effectiveDateTime":"2015-10-20T20:54:23-07:00","issued":"2015-10-20T20:54:23.990-07:00","valueQuantity":{"value":1.864,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"7d2d9508-43cd-6768-77e8-45ae12741603","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/37b4463f-0b42-9f84-9f42-87d461a5308f"},"effectiveDateTime":"2016-09-22T09:36:29-07:00","issued":"2016-09-22T09:36:29.584-07:00","valueQuantity":{"value":8,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"54e48470-5366-5a1c-04b2-3fdf524a35a4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/37b4463f-0b42-9f84-9f42-87d461a5308f"},"effectiveDateTime":"2016-09-22T10:14:24-07:00","issued":"2016-09-22T10:14:24.584-07:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"13fde2db-de92-ced3-050a-38a0a80efef3","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b5995f30-1c2b-f715-3699-f1362e0c393b"},"effectiveDateTime":"2015-10-23T21:47:06-07:00","issued":"2015-10-23T21:47:06.990-07:00","valueQuantity":{"value":5.2129,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f49d6c08-80bb-4067-87c5-c6cf516f70fb","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/93323eae-1dfc-75d8-b7d7-212e839753f8"},"effectiveDateTime":"2015-10-26T22:42:52-07:00","issued":"2015-10-26T22:42:52.990-07:00","valueQuantity":{"value":1.9445,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"a26ed069-4010-8fab-b421-be9b9308cf80","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/644c8649-67ed-8011-f98c-b66c27fc29ce"},"effectiveDateTime":"2015-10-29T23:32:26-07:00","issued":"2015-10-29T23:32:26.990-07:00","valueQuantity":{"value":9.1692,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"955ea653-4c8a-59bd-0e93-0b6c100f0720","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d59204ec-567f-5285-c7e6-0414e3985ba5"},"effectiveDateTime":"2015-11-01T23:21:46-08:00","issued":"2015-11-01T23:21:46.990-08:00","valueQuantity":{"value":7.1167,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"5feb5cca-6100-c7cb-c42a-abfa146fa90b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d59204ec-567f-5285-c7e6-0414e3985ba5"},"effectiveDateTime":"2015-11-02T17:59:58-08:00","issued":"2015-11-02T17:59:58.990-08:00","valueQuantity":{"value":172.9,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"99a826de-9886-e38a-612b-5b73f4ef7776","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d59204ec-567f-5285-c7e6-0414e3985ba5"},"effectiveDateTime":"2015-11-02T17:59:58-08:00","issued":"2015-11-02T17:59:58.990-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"5ca5db5e-6467-f3db-01d6-af96adbab573","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d59204ec-567f-5285-c7e6-0414e3985ba5"},"effectiveDateTime":"2015-11-02T17:59:58-08:00","issued":"2015-11-02T17:59:58.990-08:00","valueQuantity":{"value":99.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"5d55c6f5-bafd-b670-2271-6e6adf88b80c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d59204ec-567f-5285-c7e6-0414e3985ba5"},"effectiveDateTime":"2015-11-02T17:59:58-08:00","issued":"2015-11-02T17:59:58.990-08:00","valueQuantity":{"value":33.42,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"8af3001c-1417-efe7-4d3d-deca7936c677","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d59204ec-567f-5285-c7e6-0414e3985ba5"},"effectiveDateTime":"2015-11-02T17:59:58-08:00","issued":"2015-11-02T17:59:58.990-08:00","valueQuantity":{"value":98.614,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"33d2952d-a9c4-691a-beac-1d2329344988","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d59204ec-567f-5285-c7e6-0414e3985ba5"},"effectiveDateTime":"2015-11-02T17:59:58-08:00","issued":"2015-11-02T17:59:58.990-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":82,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":108,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"da05f8db-9308-edb5-e9b4-787b1f3dfe66","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d59204ec-567f-5285-c7e6-0414e3985ba5"},"effectiveDateTime":"2015-11-02T17:59:58-08:00","issued":"2015-11-02T17:59:58.990-08:00","valueQuantity":{"value":80,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"b58d50c3-1d26-2008-a30c-1bb3c48d2081","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d59204ec-567f-5285-c7e6-0414e3985ba5"},"effectiveDateTime":"2015-11-02T17:59:58-08:00","issued":"2015-11-02T17:59:58.990-08:00","valueQuantity":{"value":16,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"c50d8a5a-7a13-361d-3e24-8712197abec3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d59204ec-567f-5285-c7e6-0414e3985ba5"},"effectiveDateTime":"2015-11-02T17:59:58-08:00","issued":"2015-11-02T17:59:58.990-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"ec0b073c-97c2-fa10-d350-d724c9cb78fc","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/0f44c21c-8851-47ce-5a37-b0f282583c18"},"effectiveDateTime":"2015-11-05T00:08:30-08:00","issued":"2015-11-05T00:08:30.990-08:00","valueQuantity":{"value":8.5575,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"a4781db6-ae5e-22d7-f960-d6b3b570f38a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"effectiveDateTime":"2015-11-08T01:01:50-08:00","issued":"2015-11-08T01:01:50.990-08:00","valueQuantity":{"value":7.3519,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"466957bd-2c6c-d549-3e91-ed54fd7d12f1","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"effectiveDateTime":"2015-11-02T18:44:43-08:00","issued":"2015-11-02T18:44:43.990-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30130-1","display":"1 or 2 times a week"}],"text":"1 or 2 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30124-4","display":"Utilities"}],"text":"Utilities"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":1592,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA17956-6","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"634 Larson Trafficway Apt 57"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"ae801261-6d3e-1d0b-1c6a-8c83cad13b70","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"effectiveDateTime":"2015-11-02T19:05:04-08:00","issued":"2015-11-02T19:05:04.990-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"10a8b6c4-824c-89f8-985e-a2280dd492ca","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"effectiveDateTime":"2015-11-02T19:38:23-08:00","issued":"2015-11-02T19:38:23.990-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"6cb8601e-594f-b00e-75df-f0f6f2d62812","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"effectiveDateTime":"2015-11-02T20:11:00-08:00","issued":"2015-11-02T20:11:00.990-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"5f9df110-65dd-2d58-90c3-5689c3dd468c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/7fc2b483-8ed6-b6fb-c43f-c706f0f03740"},"effectiveDateTime":"2015-11-11T01:50:35-08:00","issued":"2015-11-11T01:50:35.990-08:00","valueQuantity":{"value":3.8451,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"a591179c-0873-4a1b-fd84-05b93a9f0dd7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"38208-5","display":"Pain severity - Reported"}],"text":"Pain severity - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/66a10ac2-7691-e7f3-ba7a-4ee4bf14cf15"},"effectiveDateTime":"2015-11-14T02:47:47-08:00","issued":"2015-11-14T02:47:47.990-08:00","valueQuantity":{"value":1.9932,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"bdc5328f-e7de-d376-298d-09db6113933f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"effectiveDateTime":"2016-11-07T17:59:58-08:00","issued":"2016-11-07T17:59:58.990-08:00","valueQuantity":{"value":173.3,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"da4712f9-85e4-df61-def8-965c134ec084","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"effectiveDateTime":"2016-11-07T17:59:58-08:00","issued":"2016-11-07T17:59:58.990-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"dfb675ec-e5fe-6e6f-dc44-1647d270495f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"effectiveDateTime":"2016-11-07T17:59:58-08:00","issued":"2016-11-07T17:59:58.990-08:00","valueQuantity":{"value":98.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"ad38b5da-66a4-5c5e-dff3-992541cb44a9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"effectiveDateTime":"2016-11-07T17:59:58-08:00","issued":"2016-11-07T17:59:58.990-08:00","valueQuantity":{"value":32.73,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"0618eb93-aba7-0d69-c68e-0673b826944b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"effectiveDateTime":"2016-11-07T17:59:58-08:00","issued":"2016-11-07T17:59:58.990-08:00","valueQuantity":{"value":97.909,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"0c148c10-ef3b-b2ba-abb3-7b113e5a80cb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"effectiveDateTime":"2016-11-07T17:59:58-08:00","issued":"2016-11-07T17:59:58.990-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":88,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":109,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"06ad9e72-0034-e21c-f271-98df7df3fa29","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"effectiveDateTime":"2016-11-07T17:59:58-08:00","issued":"2016-11-07T17:59:58.990-08:00","valueQuantity":{"value":86,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"465bce3f-e300-74f4-089a-aca2df8a91ec","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"effectiveDateTime":"2016-11-07T17:59:58-08:00","issued":"2016-11-07T17:59:58.990-08:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"3045ddf8-762f-e271-35ce-ce2fbdb38277","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"effectiveDateTime":"2016-11-07T17:59:58-08:00","issued":"2016-11-07T17:59:58.990-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"e1c13dc8-a5ef-8902-0034-5ec4454d57a0","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"effectiveDateTime":"2016-11-07T18:44:28-08:00","issued":"2016-11-07T18:44:28.990-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30130-1","display":"1 or 2 times a week"}],"text":"1 or 2 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":1592,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA17956-6","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"634 Larson Trafficway Apt 57"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"6a6dca9a-a724-9b08-88cf-89b233850c82","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"effectiveDateTime":"2016-11-07T19:08:36-08:00","issued":"2016-11-07T19:08:36.990-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"a49ff953-5a30-a2cc-7e3e-ab4006aeb292","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"effectiveDateTime":"2016-11-07T19:46:05-08:00","issued":"2016-11-07T19:46:05.990-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"b28cd7ee-e4ef-9352-9cde-da3ee0be2caf","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bdcabdfd-9168-8aa9-f5db-e6504484e901"},"effectiveDateTime":"2017-09-28T09:16:17-07:00","issued":"2017-09-28T09:16:17.584-07:00","valueQuantity":{"value":159.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"c424a067-05d9-0952-5ea9-10c5404e2fe1","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bdcabdfd-9168-8aa9-f5db-e6504484e901"},"effectiveDateTime":"2017-09-28T09:16:17-07:00","issued":"2017-09-28T09:16:17.584-07:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"86ddb6d1-dfb5-72c7-3736-87695c688f7e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bdcabdfd-9168-8aa9-f5db-e6504484e901"},"effectiveDateTime":"2017-09-28T09:16:17-07:00","issued":"2017-09-28T09:16:17.584-07:00","valueQuantity":{"value":65.1,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"35b3e585-0ccc-aabe-00ca-25ec7c3c2be0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bdcabdfd-9168-8aa9-f5db-e6504484e901"},"effectiveDateTime":"2017-09-28T09:16:17-07:00","issued":"2017-09-28T09:16:17.584-07:00","valueQuantity":{"value":25.58,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"5df73a6b-484f-b709-d0b2-418a3d3e24c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bdcabdfd-9168-8aa9-f5db-e6504484e901"},"effectiveDateTime":"2017-09-28T09:16:17-07:00","issued":"2017-09-28T09:16:17.584-07:00","valueQuantity":{"value":92.041,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"1377b0c8-c99d-82ce-b2a3-8fe1cd96cf7f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"effectiveDateTime":"2017-11-13T17:59:58-08:00","issued":"2017-11-13T17:59:58.990-08:00","valueQuantity":{"value":173.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"a28685e3-ce71-a754-38bb-907fad942092","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bdcabdfd-9168-8aa9-f5db-e6504484e901"},"effectiveDateTime":"2017-09-28T09:16:17-07:00","issued":"2017-09-28T09:16:17.584-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":86,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":128,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"e38a186a-10ad-42be-b33f-39bc402b8c77","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"effectiveDateTime":"2017-11-13T17:59:58-08:00","issued":"2017-11-13T17:59:58.990-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"32f863e8-9c46-d17a-7ee1-51cde67f52a9","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bdcabdfd-9168-8aa9-f5db-e6504484e901"},"effectiveDateTime":"2017-09-28T09:16:17-07:00","issued":"2017-09-28T09:16:17.584-07:00","valueQuantity":{"value":76,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"beaf7f5b-739a-36f1-fd82-c80633338889","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"effectiveDateTime":"2017-11-13T17:59:58-08:00","issued":"2017-11-13T17:59:58.990-08:00","valueQuantity":{"value":97.5,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"3de93372-ef6a-ff14-a071-ad3e0cccf53c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bdcabdfd-9168-8aa9-f5db-e6504484e901"},"effectiveDateTime":"2017-09-28T09:16:17-07:00","issued":"2017-09-28T09:16:17.584-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"a51bcdb8-39e8-1562-80f3-1dd2527bb52d","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"effectiveDateTime":"2017-11-13T17:59:58-08:00","issued":"2017-11-13T17:59:58.990-08:00","valueQuantity":{"value":32.37,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"7826a01d-0c64-6053-63c9-8fa3ac682a31","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bdcabdfd-9168-8aa9-f5db-e6504484e901"},"effectiveDateTime":"2017-09-28T09:16:17-07:00","issued":"2017-09-28T09:16:17.584-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"22d7a207-6bc2-580f-b43b-87660574775a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bdcabdfd-9168-8aa9-f5db-e6504484e901"},"effectiveDateTime":"2017-09-28T09:39:51-07:00","issued":"2017-09-28T09:39:51.584-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"403458c1-ee6c-0446-19b6-22ead3d25ca6","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"effectiveDateTime":"2017-11-13T17:59:58-08:00","issued":"2017-11-13T17:59:58.990-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":77,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":122,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"4c70ac99-61f8-9a83-3f27-2d3d0317d998","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"effectiveDateTime":"2017-11-13T17:59:58-08:00","issued":"2017-11-13T17:59:58.990-08:00","valueQuantity":{"value":76,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"d5d7ae4a-ace4-f362-47fe-1c731ceab3dd","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"effectiveDateTime":"2017-11-13T17:59:58-08:00","issued":"2017-11-13T17:59:58.990-08:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"609e5a0d-7844-c982-705a-0be133383698","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"effectiveDateTime":"2017-11-13T17:59:58-08:00","issued":"2017-11-13T17:59:58.990-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"d3fda1c6-ba92-cd0f-c7aa-bea419f7d389","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"effectiveDateTime":"2017-11-13T18:34:30-08:00","issued":"2017-11-13T18:34:30.990-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30130-1","display":"1 or 2 times a week"}],"text":"1 or 2 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30125-1","display":"Food"}],"text":"Food"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":1592,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA17956-6","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"634 Larson Trafficway Apt 57"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"0aa92fd5-71ed-a934-ee82-2a07c7e8e7a2","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"effectiveDateTime":"2017-11-13T19:13:51-08:00","issued":"2017-11-13T19:13:51.990-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"12a9120a-831b-6cce-b909-c228c48fb4db","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"effectiveDateTime":"2017-11-13T19:54:13-08:00","issued":"2017-11-13T19:54:13.990-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"cc359543-7c28-2f8c-4628-45b4c47ccae4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueQuantity":{"value":173.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"e4abb815-1f5d-513f-40d5-3eaa01a155da","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"72843e14-acaf-d253-b99a-bd76f2ac0796","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueQuantity":{"value":90.4,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"35ade94e-1852-ed87-55c4-5e32d7b6e388","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueQuantity":{"value":30.02,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"77ea38de-fd8b-f704-d087-eb231d7e8aa0","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":84,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":120,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"aaad41b8-c071-bfd2-93cc-ed168a448ddd","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueQuantity":{"value":63,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"521bcfa6-d57a-3c8d-3932-5e1432ebd624","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"76dc128e-65af-6357-28ea-6231b0d33552","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueQuantity":{"value":3.9632,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"08ed5bf6-667f-7510-731e-2ac70c9f7494","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueQuantity":{"value":4.3307,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"6dffb0c8-3aac-25c4-170a-67c4d36773f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueQuantity":{"value":17.036,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"9e0c3359-021f-5865-4326-eb6017ca2f38","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueQuantity":{"value":46.253,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"ad7ba9a5-c7a3-61b9-a9b2-63f3109fbbe7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueQuantity":{"value":92.496,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"f538a3e0-d8e8-0695-e725-5024487394ab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueQuantity":{"value":27.544,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"72df072c-561c-a94b-aa9d-91452507c5de","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueQuantity":{"value":34.432,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"c61300a2-adfb-5a60-f586-3ffd0a05cf5e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueQuantity":{"value":44.991,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"e825a49f-80a7-c082-65d5-a726a6fb4fa4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueQuantity":{"value":178.04,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"70cdbe38-b280-0bb8-3f75-88f89c0dcc14","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueQuantity":{"value":463.05,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"c21f930d-2f2d-67db-5c08-12689bb22a96","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueQuantity":{"value":9.5545,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"a7569f3f-9024-a244-7e7e-20cb6f69b064","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T17:59:58-08:00","issued":"2018-11-19T17:59:58.990-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"e9b08dc3-0f9e-f6c6-d819-bdbdc34f9a25","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T18:48:50-08:00","issued":"2018-11-19T18:48:50.990-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13902-4","display":"Quite a bit"}],"text":"Quite a bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30132-7","display":"5 or more times a week"}],"text":"5 or more times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":1592,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA17956-6","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"634 Larson Trafficway Apt 57"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"bcc8f0d7-a51e-37de-10c1-f548a55fa13b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"effectiveDateTime":"2018-11-19T19:29:15-08:00","issued":"2018-11-19T19:29:15.990-08:00","valueQuantity":{"value":5,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"10ba683a-d3ec-0817-ce78-949d1d31f987","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"effectiveDateTime":"2019-11-25T17:59:58-08:00","issued":"2019-11-25T17:59:58.990-08:00","valueQuantity":{"value":173.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"a52c9e17-af7b-9a13-982d-8ad64b2426a7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"effectiveDateTime":"2019-11-25T17:59:58-08:00","issued":"2019-11-25T17:59:58.990-08:00","valueQuantity":{"value":4,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"d7ec7298-29ec-0a45-d965-02665e8bd338","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"effectiveDateTime":"2019-11-25T17:59:58-08:00","issued":"2019-11-25T17:59:58.990-08:00","valueQuantity":{"value":92.5,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"08448581-4e3b-179d-1881-ccad947d2f2c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"effectiveDateTime":"2019-11-25T17:59:58-08:00","issued":"2019-11-25T17:59:58.990-08:00","valueQuantity":{"value":30.74,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"be50154c-58c7-6b98-2ec2-b3dc112e0e13","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"effectiveDateTime":"2019-11-25T17:59:58-08:00","issued":"2019-11-25T17:59:58.990-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":74,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":129,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"96f351e3-8f17-efaf-9dd8-154bc58e7baf","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"effectiveDateTime":"2019-11-25T17:59:58-08:00","issued":"2019-11-25T17:59:58.990-08:00","valueQuantity":{"value":67,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"6bbf97ad-28be-8610-c84e-3e29a2fd85c7","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"effectiveDateTime":"2019-11-25T17:59:58-08:00","issued":"2019-11-25T17:59:58.990-08:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"abb1d6c7-53e1-198f-512e-6e5b5da04f3b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"effectiveDateTime":"2019-11-25T17:59:58-08:00","issued":"2019-11-25T17:59:58.990-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"43d9aa92-892f-38df-b0f2-a59d37aec058","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"effectiveDateTime":"2019-11-25T18:51:17-08:00","issued":"2019-11-25T18:51:17.990-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13909-9","display":"Somewhat"}],"text":"Somewhat"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30130-1","display":"1 or 2 times a week"}],"text":"1 or 2 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30128-5","display":"Medicine or Any Health Care"}],"text":"Medicine or Any Health Care"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":1592,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA17956-6","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"634 Larson Trafficway Apt 57"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"7adbe575-1cb9-b0fc-9106-9eec516a686d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"effectiveDateTime":"2019-11-25T19:24:46-08:00","issued":"2019-11-25T19:24:46.990-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"69533f9c-882c-d52e-e107-e811b1748a65","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"effectiveDateTime":"2020-01-06T17:59:58-08:00","issued":"2020-01-06T17:59:58.990-08:00","valueQuantity":{"value":173.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"49b16807-e736-8618-7bda-abce62d0d9bf","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"effectiveDateTime":"2020-01-06T17:59:58-08:00","issued":"2020-01-06T17:59:58.990-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"6d78a1fd-6073-a660-6403-981aeae64315","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"effectiveDateTime":"2020-01-06T17:59:58-08:00","issued":"2020-01-06T17:59:58.990-08:00","valueQuantity":{"value":92.8,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"df988926-a3d1-b9dc-452f-beafebf9b215","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"effectiveDateTime":"2020-01-06T17:59:58-08:00","issued":"2020-01-06T17:59:58.990-08:00","valueQuantity":{"value":30.83,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"a82bf96e-bf69-bf8a-c5e3-e47822ad1e07","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"effectiveDateTime":"2020-01-06T17:59:58-08:00","issued":"2020-01-06T17:59:58.990-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":70,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":116,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"781e6e7d-4e6a-74c2-058b-d6b88e352221","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"effectiveDateTime":"2020-01-06T17:59:58-08:00","issued":"2020-01-06T17:59:58.990-08:00","valueQuantity":{"value":77,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"3449577e-3e87-17ab-0a47-6e7939df471a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"effectiveDateTime":"2020-01-06T17:59:58-08:00","issued":"2020-01-06T17:59:58.990-08:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"962c6327-5e6b-5cef-30f9-e61be5bad1fc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"effectiveDateTime":"2020-01-06T17:59:58-08:00","issued":"2020-01-06T17:59:58.990-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"291007f9-c28c-8cb2-4346-6550f6ff2c3e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"effectiveDateTime":"2020-01-06T18:47:07-08:00","issued":"2020-01-06T18:47:07.990-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13909-9","display":"Somewhat"}],"text":"Somewhat"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30130-1","display":"1 or 2 times a week"}],"text":"1 or 2 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30124-4","display":"Utilities"}],"text":"Utilities"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":1592,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA17956-6","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"634 Larson Trafficway Apt 57"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"f191ccc8-76ba-fabf-ac6e-e72e9ee83911","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"effectiveDateTime":"2020-01-06T19:04:38-08:00","issued":"2020-01-06T19:04:38.990-08:00","valueQuantity":{"value":7,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"6f8e1576-1956-4e04-fdb8-de99e9722bfa","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"effectiveDateTime":"2020-01-06T19:43:31-08:00","issued":"2020-01-06T19:43:31.990-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"9d5b09ba-04b9-9dae-5388-e9f926fcd28b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/200d23c3-f729-5a2b-241f-ec1c5315429c"},"effectiveDateTime":"2018-10-04T09:16:17-07:00","issued":"2018-10-04T09:16:17.584-07:00","valueQuantity":{"value":160.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"86ec57c4-d4f4-825a-a14b-becd27c886dc","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/200d23c3-f729-5a2b-241f-ec1c5315429c"},"effectiveDateTime":"2018-10-04T09:16:17-07:00","issued":"2018-10-04T09:16:17.584-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"3e2b8be1-0f0b-64e1-32df-706a30a5e665","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/200d23c3-f729-5a2b-241f-ec1c5315429c"},"effectiveDateTime":"2018-10-04T09:16:17-07:00","issued":"2018-10-04T09:16:17.584-07:00","valueQuantity":{"value":69.3,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"a7fdc526-858a-6958-95aa-488b96400b5e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/200d23c3-f729-5a2b-241f-ec1c5315429c"},"effectiveDateTime":"2018-10-04T09:16:17-07:00","issued":"2018-10-04T09:16:17.584-07:00","valueQuantity":{"value":26.79,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"672a0f75-d579-0809-69d4-43199019ae59","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/200d23c3-f729-5a2b-241f-ec1c5315429c"},"effectiveDateTime":"2018-10-04T09:16:17-07:00","issued":"2018-10-04T09:16:17.584-07:00","valueQuantity":{"value":92.894,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"4e77454e-cc36-1388-60db-9caaef886c6f","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/200d23c3-f729-5a2b-241f-ec1c5315429c"},"effectiveDateTime":"2018-10-04T09:16:17-07:00","issued":"2018-10-04T09:16:17.584-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":78,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":134,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"daabac01-28c5-8c03-2105-454ac261bcbb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/200d23c3-f729-5a2b-241f-ec1c5315429c"},"effectiveDateTime":"2018-10-04T09:16:17-07:00","issued":"2018-10-04T09:16:17.584-07:00","valueQuantity":{"value":97,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"b9a7ae04-b1d7-d3de-f01b-3b7d6b7d490c","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/200d23c3-f729-5a2b-241f-ec1c5315429c"},"effectiveDateTime":"2018-10-04T09:16:17-07:00","issued":"2018-10-04T09:16:17.584-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"338757ab-2e37-197f-2e87-13838d379dd5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/200d23c3-f729-5a2b-241f-ec1c5315429c"},"effectiveDateTime":"2018-10-04T09:16:17-07:00","issued":"2018-10-04T09:16:17.584-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"3b4c79f5-3ac1-0a65-37f7-2eddc55b6568","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"89204-2","display":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"}],"text":"Patient Health Questionnaire-9: Modified for Teens total score [Reported.PHQ.Teen]"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/200d23c3-f729-5a2b-241f-ec1c5315429c"},"effectiveDateTime":"2018-10-04T09:50:04-07:00","issued":"2018-10-04T09:50:04.584-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"979cc38e-aa51-2e48-e36a-de96d8651c72","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"effectiveDateTime":"2020-11-30T17:59:58-08:00","issued":"2020-11-30T17:59:58.990-08:00","valueQuantity":{"value":173.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"4d462b7d-c3cc-3608-40cd-fbf7c5e1c962","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"effectiveDateTime":"2020-11-30T17:59:58-08:00","issued":"2020-11-30T17:59:58.990-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"f0315e4e-8339-0b6f-7586-fb279efc45e6","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"effectiveDateTime":"2020-11-30T17:59:58-08:00","issued":"2020-11-30T17:59:58.990-08:00","valueQuantity":{"value":94.7,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"2a3ce30e-5bd0-809b-ba17-3c24a9bf7250","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"effectiveDateTime":"2020-11-30T17:59:58-08:00","issued":"2020-11-30T17:59:58.990-08:00","valueQuantity":{"value":31.47,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"9bea7aaa-3a5f-5280-9a0d-b336d205d4eb","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"effectiveDateTime":"2020-11-30T17:59:58-08:00","issued":"2020-11-30T17:59:58.990-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":73,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":102,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"b7b0b3d9-4010-f8fa-ddc3-79794a49ba2b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"effectiveDateTime":"2020-11-30T17:59:58-08:00","issued":"2020-11-30T17:59:58.990-08:00","valueQuantity":{"value":63,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"ff775938-7c8e-e424-3c32-61982a5aa425","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"effectiveDateTime":"2020-11-30T17:59:58-08:00","issued":"2020-11-30T17:59:58.990-08:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"f0ea1db5-7845-baea-7919-94da61b5bd41","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"effectiveDateTime":"2020-11-30T17:59:58-08:00","issued":"2020-11-30T17:59:58.990-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"821f2b2f-a2a7-6edc-d460-7c6204e6422d","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"effectiveDateTime":"2020-11-30T18:50:19-08:00","issued":"2020-11-30T18:50:19.990-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6568-5","display":"Not at all"}],"text":"Not at all"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":1592,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA17956-6","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"634 Larson Trafficway Apt 57"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"f7c57760-1e5a-3945-d7e8-7ab0da2e1714","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"effectiveDateTime":"2020-11-30T19:12:26-08:00","issued":"2020-11-30T19:12:26.990-08:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"e2e902f2-8bb1-d57c-1502-39701105fc0f","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"effectiveDateTime":"2020-11-30T19:42:53-08:00","issued":"2020-11-30T19:42:53.990-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"649966f8-89d1-8c79-bac3-8f6bf50814db","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"75626-2","display":"Total score [AUDIT-C]"}],"text":"Total score [AUDIT-C]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"effectiveDateTime":"2020-11-30T20:16:08-08:00","issued":"2020-11-30T20:16:08.990-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"78d0dba9-f294-4d15-d4f9-84159a6b9a81","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T17:59:58-08:00","issued":"2021-12-06T17:59:58.990-08:00","valueQuantity":{"value":173.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"d46d079e-ab9f-1cac-8c8e-0f5f6172c84e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T17:59:58-08:00","issued":"2021-12-06T17:59:58.990-08:00","valueQuantity":{"value":2,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"81f1694f-6e7e-d5e5-b78b-44c0d36093fa","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T17:59:58-08:00","issued":"2021-12-06T17:59:58.990-08:00","valueQuantity":{"value":96.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"c195a143-2cc3-397d-f9c4-d7e2d361e60b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T17:59:58-08:00","issued":"2021-12-06T17:59:58.990-08:00","valueQuantity":{"value":32.19,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"deec6cf1-10e8-6720-8ce6-a8a614c4047a","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T17:59:58-08:00","issued":"2021-12-06T17:59:58.990-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":74,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":104,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"2f04df63-fa8f-5341-55cb-666682372eaa","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T17:59:58-08:00","issued":"2021-12-06T17:59:58.990-08:00","valueQuantity":{"value":81,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"3cd4001c-7e67-462e-2183-a3810b0a8495","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T17:59:58-08:00","issued":"2021-12-06T17:59:58.990-08:00","valueQuantity":{"value":12,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"395ef431-ae47-b85e-09bc-1d1567e2ad48","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T17:59:58-08:00","issued":"2021-12-06T17:59:58.990-08:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"e1fc15be-e61b-200d-85da-3b0c7a8ff091","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T18:45:22-08:00","issued":"2021-12-06T18:45:22.990-08:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13863-8","display":"A little bit"}],"text":"A little bit"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA27722-0","display":"Less than once a week"}],"text":"Less than once a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":1592,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30194-7","display":"Medicaid"}],"text":"Medicaid"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA17956-6","display":"Unemployed (finding)"}],"text":"Unemployed (finding)"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"634 Larson Trafficway Apt 57"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":6,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30188-9","display":"Language other than English"}],"text":"Language other than English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"73839d7d-ab30-840a-fe12-0c5d35bfb7f5","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T19:12:53-08:00","issued":"2021-12-06T19:12:53.990-08:00","valueQuantity":{"value":7,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"43aec2af-8e92-e7cf-b029-438b7490aae7","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"76504-0","display":"Total score [HARK]"}],"text":"Total score [HARK]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T19:55:07-08:00","issued":"2021-12-06T19:55:07.990-08:00","valueQuantity":{"value":0,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"b46e753e-8562-e4d2-fece-f77146cfda37","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"55758-7","display":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"}],"text":"Patient Health Questionnaire 2 item (PHQ-2) total score [Reported]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T20:30:15-08:00","issued":"2021-12-06T20:30:15.990-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"45f11626-6d20-051a-84a8-2c411818aec8","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"effectiveDateTime":"2021-12-06T21:03:21-08:00","issued":"2021-12-06T21:03:21.990-08:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"2e01919c-78ba-033c-a07c-9be7eafd18e4","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":161.5,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"cde73bb8-e925-129e-7099-d0ef6f0988a4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"c13e5f7c-d4df-61b3-e59d-7d19a4ad5092","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":73,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"0250aa89-c926-97bb-0021-c8a5b816043b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":28,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"e2e0798f-c1f7-4bf9-c82e-f8b30159c904","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":93.709,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"f7d2d886-745c-3aa5-8378-332402859639","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":72,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":122,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"7d42c336-2847-5526-8346-1cc8dfc6e266","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":100,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"936969fe-b1ef-2180-cbea-b5bfa7f251e5","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":13,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"693f7ed5-fb5e-1d0a-8f6c-1817edae3ab8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6690-2","display":"Leukocytes [#/volume] in Blood by Automated count"}],"text":"Leukocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":7.1748,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"0577ce8c-ff89-1665-afc9-fcb5eea11198","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"789-8","display":"Erythrocytes [#/volume] in Blood by Automated count"}],"text":"Erythrocytes [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":5.0178,"unit":"10*6/uL","system":"http://unitsofmeasure.org","code":"10*6/uL"}} +{"resourceType":"Observation","id":"91b3aa56-a41c-b2a9-051c-2a7c7371144e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"718-7","display":"Hemoglobin [Mass/volume] in Blood"}],"text":"Hemoglobin [Mass/volume] in Blood"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":14.507,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"4ad5e58a-8581-91e0-2706-33a6e263c540","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"4544-3","display":"Hematocrit [Volume Fraction] of Blood by Automated count"}],"text":"Hematocrit [Volume Fraction] of Blood by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":45.908,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"fc616ba8-3c99-c6b7-c9df-2577b4410c4e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"787-2","display":"MCV [Entitic volume] by Automated count"}],"text":"MCV [Entitic volume] by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":83.799,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"f01cb298-8eb1-9572-14b2-0e15b10710de","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"785-6","display":"MCH [Entitic mass] by Automated count"}],"text":"MCH [Entitic mass] by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":27.648,"unit":"pg","system":"http://unitsofmeasure.org","code":"pg"}} +{"resourceType":"Observation","id":"bf038d39-3148-ae20-8826-7cb27d392135","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"786-4","display":"MCHC [Mass/volume] by Automated count"}],"text":"MCHC [Mass/volume] by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":33.449,"unit":"g/dL","system":"http://unitsofmeasure.org","code":"g/dL"}} +{"resourceType":"Observation","id":"79252217-a3f8-5610-5dae-5fec12653b08","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"21000-5","display":"Erythrocyte distribution width [Entitic volume] by Automated count"}],"text":"Erythrocyte distribution width [Entitic volume] by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":44.525,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"2fa40a7f-1e0e-3483-9448-e67393210952","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"777-3","display":"Platelets [#/volume] in Blood by Automated count"}],"text":"Platelets [#/volume] in Blood by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":332.28,"unit":"10*3/uL","system":"http://unitsofmeasure.org","code":"10*3/uL"}} +{"resourceType":"Observation","id":"5aeaddb0-a2ba-b6a2-f300-45f46d786b68","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32207-3","display":"Platelet distribution width [Entitic volume] in Blood by Automated count"}],"text":"Platelet distribution width [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":484.39,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"af87ac73-292d-3eb1-0b42-8c2d2bd4d94a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"32623-1","display":"Platelet mean volume [Entitic volume] in Blood by Automated count"}],"text":"Platelet mean volume [Entitic volume] in Blood by Automated count"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueQuantity":{"value":11.362,"unit":"fL","system":"http://unitsofmeasure.org","code":"fL"}} +{"resourceType":"Observation","id":"4a4530cf-04e7-9285-0493-de607d06393b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"effectiveDateTime":"2019-10-10T09:16:17-07:00","issued":"2019-10-10T09:16:17.584-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"da89d43e-1a3c-b511-c571-f5d635a0467a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/47877d45-5971-d2d6-e84f-dac036809cf2"},"effectiveDateTime":"2019-10-10T09:40:38-07:00","issued":"2019-10-10T09:40:38.584-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"7ab88677-94f0-f049-bb43-a5aef69c62cc","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6206-7","display":"Peanut IgE Ab in Serum"}],"text":"Peanut IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"},"effectiveDateTime":"2020-09-01T00:04:57-07:00","issued":"2020-09-01T00:04:57.584-07:00","valueQuantity":{"value":0.16023,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"a7ed94ab-c0b4-b94b-a53a-b7158c33667e","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6273-7","display":"Walnut IgE Ab in Serum"}],"text":"Walnut IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"},"effectiveDateTime":"2020-09-01T00:04:57-07:00","issued":"2020-09-01T00:04:57.584-07:00","valueQuantity":{"value":0.0032512,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"c35e5488-3656-de12-7658-5348fd5ff4df","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6082-2","display":"Codfish IgE Ab in Serum"}],"text":"Codfish IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"},"effectiveDateTime":"2020-09-01T00:04:57-07:00","issued":"2020-09-01T00:04:57.584-07:00","valueQuantity":{"value":0.18435,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"934dd034-58ac-a86d-090a-ad0a8e0af3c0","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6246-3","display":"Shrimp IgE Ab in Serum"}],"text":"Shrimp IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"},"effectiveDateTime":"2020-09-01T00:04:57-07:00","issued":"2020-09-01T00:04:57.584-07:00","valueQuantity":{"value":0.088353,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"8e4ff687-346e-1ab9-60f4-a5e828886a93","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6276-0","display":"Wheat IgE Ab in Serum"}],"text":"Wheat IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"},"effectiveDateTime":"2020-09-01T00:04:57-07:00","issued":"2020-09-01T00:04:57.584-07:00","valueQuantity":{"value":0.33355,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"e1404dcd-738c-254e-9998-c89d2589f6f9","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6106-9","display":"Egg white IgE Ab in Serum"}],"text":"Egg white IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"},"effectiveDateTime":"2020-09-01T00:04:57-07:00","issued":"2020-09-01T00:04:57.584-07:00","valueQuantity":{"value":0.23784,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"36aa8eca-9fb0-3f3c-b7cf-05b661eb7699","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6248-9","display":"Soybean IgE Ab in Serum"}],"text":"Soybean IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"},"effectiveDateTime":"2020-09-01T00:04:57-07:00","issued":"2020-09-01T00:04:57.584-07:00","valueQuantity":{"value":0.22014,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"46f36bfe-d150-5637-ebc7-167960bffa33","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"7258-7","display":"Cow milk IgE Ab in Serum"}],"text":"Cow milk IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"},"effectiveDateTime":"2020-09-01T00:04:57-07:00","issued":"2020-09-01T00:04:57.584-07:00","valueQuantity":{"value":0.25869,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"68b0092b-5ffd-49cf-d113-aa026fd255f4","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6189-5","display":"White oak IgE Ab in Serum"}],"text":"White oak IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"},"effectiveDateTime":"2020-09-01T00:04:57-07:00","issued":"2020-09-01T00:04:57.584-07:00","valueQuantity":{"value":0.3078,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"827ee714-1041-65e3-5358-c0aea42de30b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6085-5","display":"Common Ragweed IgE Ab in Serum"}],"text":"Common Ragweed IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"},"effectiveDateTime":"2020-09-01T00:04:57-07:00","issued":"2020-09-01T00:04:57.584-07:00","valueQuantity":{"value":0.34542,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"3b9d4786-a6c7-9057-c2f9-d9bd7079467c","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6833-8","display":"Cat dander IgE Ab in Serum"}],"text":"Cat dander IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"},"effectiveDateTime":"2020-09-01T00:04:57-07:00","issued":"2020-09-01T00:04:57.584-07:00","valueQuantity":{"value":0.24541,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"b2a04d9b-bedb-1e04-ebca-d73309365133","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6095-4","display":"American house dust mite IgE Ab in Serum"}],"text":"American house dust mite IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"},"effectiveDateTime":"2020-09-01T00:04:57-07:00","issued":"2020-09-01T00:04:57.584-07:00","valueQuantity":{"value":0.1112,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"7a695e3e-7edb-82f0-6290-bbfd90974d5b","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6075-6","display":"Cladosporium herbarum IgE Ab in Serum"}],"text":"Cladosporium herbarum IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"},"effectiveDateTime":"2020-09-01T00:04:57-07:00","issued":"2020-09-01T00:04:57.584-07:00","valueQuantity":{"value":0.03222,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"08e184e9-f73e-51be-db4d-a85d7dcb4cf0","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6844-5","display":"Honey bee IgE Ab in Serum"}],"text":"Honey bee IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"},"effectiveDateTime":"2020-09-01T00:04:57-07:00","issued":"2020-09-01T00:04:57.584-07:00","valueQuantity":{"value":0.19734,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"097fe0b6-036d-3e68-f425-b87f17a84d92","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"laboratory","display":"laboratory"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"6158-0","display":"Latex IgE Ab in Serum"}],"text":"Latex IgE Ab in Serum"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"},"effectiveDateTime":"2020-09-01T00:04:57-07:00","issued":"2020-09-01T00:04:57.584-07:00","valueQuantity":{"value":0.3418,"unit":"kU/L","system":"http://unitsofmeasure.org","code":"kU/L"}} +{"resourceType":"Observation","id":"21c48d24-7f6e-4a5b-31b2-7a10aaad2168","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/0c0f2851-1819-2927-18be-ccdf8ca99c2f"},"effectiveDateTime":"2020-10-15T09:16:17-07:00","issued":"2020-10-15T09:16:17.584-07:00","valueQuantity":{"value":161.8,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"e8e8fd90-3ead-2dbd-4fed-fdf3c56947d2","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/0c0f2851-1819-2927-18be-ccdf8ca99c2f"},"effectiveDateTime":"2020-10-15T09:16:17-07:00","issued":"2020-10-15T09:16:17.584-07:00","valueQuantity":{"value":3,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"bf693ff9-394b-1115-9eb8-224fb349c061","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/0c0f2851-1819-2927-18be-ccdf8ca99c2f"},"effectiveDateTime":"2020-10-15T09:16:17-07:00","issued":"2020-10-15T09:16:17.584-07:00","valueQuantity":{"value":76.9,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"e0756644-0ff4-9147-27fc-ab06e35f4eb6","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/0c0f2851-1819-2927-18be-ccdf8ca99c2f"},"effectiveDateTime":"2020-10-15T09:16:17-07:00","issued":"2020-10-15T09:16:17.584-07:00","valueQuantity":{"value":29.38,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"89851d9b-43bd-b8c7-e7ae-b579a8263eb5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/0c0f2851-1819-2927-18be-ccdf8ca99c2f"},"effectiveDateTime":"2020-10-15T09:16:17-07:00","issued":"2020-10-15T09:16:17.584-07:00","valueQuantity":{"value":94.644,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"daeab66c-c9a0-014c-77e7-2a2ad5c61f54","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/0c0f2851-1819-2927-18be-ccdf8ca99c2f"},"effectiveDateTime":"2020-10-15T09:16:17-07:00","issued":"2020-10-15T09:16:17.584-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":85,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":112,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"8e4028b7-8f6a-3cc3-8f46-24a29311d6b6","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/0c0f2851-1819-2927-18be-ccdf8ca99c2f"},"effectiveDateTime":"2020-10-15T09:16:17-07:00","issued":"2020-10-15T09:16:17.584-07:00","valueQuantity":{"value":83,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"dfe99889-cd11-9986-6228-7595016c6377","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/0c0f2851-1819-2927-18be-ccdf8ca99c2f"},"effectiveDateTime":"2020-10-15T09:16:17-07:00","issued":"2020-10-15T09:16:17.584-07:00","valueQuantity":{"value":15,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"a29d1ec4-6092-35cd-0cb0-a3418d27df49","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/0c0f2851-1819-2927-18be-ccdf8ca99c2f"},"effectiveDateTime":"2020-10-15T09:16:17-07:00","issued":"2020-10-15T09:16:17.584-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"e604b9ed-df20-0fd4-74d1-a332dd62d9ae","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyheight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8302-2","display":"Body Height"}],"text":"Body Height"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"effectiveDateTime":"2021-10-21T09:16:17-07:00","issued":"2021-10-21T09:16:17.584-07:00","valueQuantity":{"value":162,"unit":"cm","system":"http://unitsofmeasure.org","code":"cm"}} +{"resourceType":"Observation","id":"3963a74c-b829-ef82-9a68-802e71d82f23","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72514-3","display":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"}],"text":"Pain severity - 0-10 verbal numeric rating [Score] - Reported"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"effectiveDateTime":"2021-10-21T09:16:17-07:00","issued":"2021-10-21T09:16:17.584-07:00","valueQuantity":{"value":1,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"80e0bd22-8a0a-0a45-5fd5-af6c79bbc95e","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bodyweight","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"29463-7","display":"Body Weight"}],"text":"Body Weight"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"effectiveDateTime":"2021-10-21T09:16:17-07:00","issued":"2021-10-21T09:16:17.584-07:00","valueQuantity":{"value":85,"unit":"kg","system":"http://unitsofmeasure.org","code":"kg"}} +{"resourceType":"Observation","id":"2b910d5f-b6c4-03b8-ab8a-745774cb55a8","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bmi","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"39156-5","display":"Body Mass Index"}],"text":"Body Mass Index"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"effectiveDateTime":"2021-10-21T09:16:17-07:00","issued":"2021-10-21T09:16:17.584-07:00","valueQuantity":{"value":32.4,"unit":"kg/m2","system":"http://unitsofmeasure.org","code":"kg/m2"}} +{"resourceType":"Observation","id":"5800d1bc-f7f0-593a-bb7d-35f7918b72e1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"59576-9","display":"Body mass index (BMI) [Percentile] Per age and gender"}],"text":"Body mass index (BMI) [Percentile] Per age and gender"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"effectiveDateTime":"2021-10-21T09:16:17-07:00","issued":"2021-10-21T09:16:17.584-07:00","valueQuantity":{"value":96.591,"unit":"%","system":"http://unitsofmeasure.org","code":"%"}} +{"resourceType":"Observation","id":"af943800-0528-72e2-5157-eee113c42d93","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/bp","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"85354-9","display":"Blood Pressure"}],"text":"Blood Pressure"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"effectiveDateTime":"2021-10-21T09:16:17-07:00","issued":"2021-10-21T09:16:17.584-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"8462-4","display":"Diastolic Blood Pressure"}],"text":"Diastolic Blood Pressure"},"valueQuantity":{"value":75,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}},{"code":{"coding":[{"system":"http://loinc.org","code":"8480-6","display":"Systolic Blood Pressure"}],"text":"Systolic Blood Pressure"},"valueQuantity":{"value":134,"unit":"mm[Hg]","system":"http://unitsofmeasure.org","code":"mm[Hg]"}}]} +{"resourceType":"Observation","id":"9b722e7f-116e-4faf-1443-374cf440a944","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/heartrate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"8867-4","display":"Heart rate"}],"text":"Heart rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"effectiveDateTime":"2021-10-21T09:16:17-07:00","issued":"2021-10-21T09:16:17.584-07:00","valueQuantity":{"value":75,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"6cb0f4e2-5ce6-4104-e255-4d84c2cf8b0b","meta":{"profile":["http://hl7.org/fhir/StructureDefinition/resprate","http://hl7.org/fhir/StructureDefinition/vitalsigns"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"vital-signs","display":"vital-signs"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"9279-1","display":"Respiratory rate"}],"text":"Respiratory rate"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"effectiveDateTime":"2021-10-21T09:16:17-07:00","issued":"2021-10-21T09:16:17.584-07:00","valueQuantity":{"value":14,"unit":"/min","system":"http://unitsofmeasure.org","code":"/min"}} +{"resourceType":"Observation","id":"8eb4752a-f2ac-6952-5a3e-c083ed46f965","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"]},"status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"72166-2","display":"Tobacco smoking status NHIS"}],"text":"Tobacco smoking status NHIS"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"effectiveDateTime":"2021-10-21T09:16:17-07:00","issued":"2021-10-21T09:16:17.584-07:00","valueCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"266919005","display":"Never smoker"}],"text":"Never smoker"}} +{"resourceType":"Observation","id":"0b2aa8fa-f0f6-f216-a344-a0dd77284548","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"93025-5","display":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"}],"text":"Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences [PRAPARE]"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"effectiveDateTime":"2021-10-21T10:09:58-07:00","issued":"2021-10-21T10:09:58.584-07:00","component":[{"code":{"coding":[{"system":"http://loinc.org","code":"76501-6","display":"In the past year, have you been afraid of your partner or ex-partner?"}],"text":"In the past year, have you been afraid of your partner or ex-partner?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93026-3","display":"Do you feel physically and emotionally safe where you currently live?"}],"text":"Do you feel physically and emotionally safe where you currently live?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93027-1","display":"Are you a refugee?"}],"text":"Are you a refugee?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93028-9","display":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"}],"text":"In the past year, have you spent more than 2 nights in a row in a jail, prison, detention center, or juvenile correctional facility?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93038-8","display":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"}],"text":"Stress is when someone feels tense, nervous, anxious or can't sleep at night because their mind is troubled. How stressed are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA13909-9","display":"Somewhat"}],"text":"Somewhat"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93029-7","display":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"}],"text":"How often do you see or talk to people that you care about and feel close to (For example: talking to friends on the phone, visiting friends or family, going to church or club meetings)?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30131-9","display":"3 to 5 times a week"}],"text":"3 to 5 times a week"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93030-5","display":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"}],"text":"Has lack of transportation kept you from medical appointments, meetings, work, or from getting things needed for daily living?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30134-3","display":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}],"text":"Yes, it has kept me from non-medical meetings, appointments, work, or from getting things that I need"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93031-3","display":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"}],"text":"In the past year, have you or any family members you live with been unable to get any of the following when it was really needed?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30122-8","display":"I choose not to answer this question"}],"text":"I choose not to answer this question"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63586-2","display":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."}],"text":"During the past year, what was the total combined income for you and the family members you live with? This information will help us determine if you are eligible for any benefits."},"valueQuantity":{"value":711270,"unit":"/a","system":"http://unitsofmeasure.org","code":"/a"}},{"code":{"coding":[{"system":"http://loinc.org","code":"76437-3","display":"What is your main insurance?"}],"text":"What is your main insurance?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA6350-8","display":"Private insurance"}],"text":"Private insurance"}},{"code":{"coding":[{"system":"http://loinc.org","code":"67875-5","display":"What is your current work situation?"}],"text":"What is your current work situation?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30136-8","display":"Full-time work"}],"text":"Full-time work"}},{"code":{"coding":[{"system":"http://loinc.org","code":"82589-3","display":"What is the highest level of school that you have finished?"}],"text":"What is the highest level of school that you have finished?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30192-1","display":"High school diploma or GED"}],"text":"High school diploma or GED"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56799-0","display":"What address do you live at?"}],"text":"What address do you live at?"},"valueString":"123 Considine Corner Unit 51"},{"code":{"coding":[{"system":"http://loinc.org","code":"93033-9","display":"Are you worried about losing your housing?"}],"text":"Are you worried about losing your housing?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA33-6","display":"Yes"}],"text":"Yes"}},{"code":{"coding":[{"system":"http://loinc.org","code":"71802-3","display":"What is your housing situation today?"}],"text":"What is your housing situation today?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA30189-7","display":"I have housing"}],"text":"I have housing"}},{"code":{"coding":[{"system":"http://loinc.org","code":"63512-8","display":"How many family members, including yourself, do you currently live with?"}],"text":"How many family members, including yourself, do you currently live with?"},"valueQuantity":{"value":5,"unit":"{#}","system":"http://unitsofmeasure.org","code":"{#}"}},{"code":{"coding":[{"system":"http://loinc.org","code":"54899-0","display":"What language are you most comfortable speaking?"}],"text":"What language are you most comfortable speaking?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA43-5","display":"English"}],"text":"English"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93034-7","display":"Have you been discharged from the armed forces of the United States?"}],"text":"Have you been discharged from the armed forces of the United States?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"93035-4","display":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"}],"text":"At any point in the past 2 years, has season or migrant farm work been your or your family's main source of income?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}},{"code":{"coding":[{"system":"http://loinc.org","code":"32624-9","display":"Which race(s) are you?"}],"text":"Which race(s) are you?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA4457-3","display":"White"}],"text":"White"}},{"code":{"coding":[{"system":"http://loinc.org","code":"56051-6","display":"Are you Hispanic or Latino?"}],"text":"Are you Hispanic or Latino?"},"valueCodeableConcept":{"coding":[{"system":"http://loinc.org","code":"LA32-8","display":"No"}],"text":"No"}}]} +{"resourceType":"Observation","id":"fb128f0c-b751-2d06-f032-5bdc42ac9078","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"70274-6","display":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"}],"text":"Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"effectiveDateTime":"2021-10-21T10:38:23-07:00","issued":"2021-10-21T10:38:23.584-07:00","valueQuantity":{"value":7,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} +{"resourceType":"Observation","id":"2bfe7506-cacb-1486-57eb-a4ec3ec5051a","status":"final","category":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/observation-category","code":"survey","display":"survey"}]}],"code":{"coding":[{"system":"http://loinc.org","code":"82667-7","display":"Total score [DAST-10]"}],"text":"Total score [DAST-10]"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"effectiveDateTime":"2021-10-21T11:19:52-07:00","issued":"2021-10-21T11:19:52.584-07:00","valueQuantity":{"value":8,"unit":"{score}","system":"http://unitsofmeasure.org","code":"{score}"}} diff --git a/tests/fixtures/synthea/filtered/Patient.ndjson b/tests/fixtures/synthea/filtered/Patient.ndjson new file mode 100644 index 0000000..008fb15 --- /dev/null +++ b/tests/fixtures/synthea/filtered/Patient.ndjson @@ -0,0 +1,15 @@ +{"resourceType":"Patient","id":"2878a2e6-80cc-96c0-0596-00c411d5afd7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"text":{"status":"generated","div":"
Generated by Synthea.Version identifier: v2.7.0-180-gba768c62\n . Person seed: 4956363806301626905 Population seed: 1652451993086
"},"extension":[{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2106-3","display":"White"}},{"url":"text","valueString":"White"}]},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2186-5","display":"Not Hispanic or Latino"}},{"url":"text","valueString":"Not Hispanic or Latino"}]},{"url":"http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName","valueString":"Vernita491 Johns824"},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex","valueCode":"F"},{"url":"http://hl7.org/fhir/StructureDefinition/patient-birthPlace","valueAddress":{"city":"Beverly","state":"Massachusetts","country":"US"}},{"url":"http://synthetichealth.github.io/synthea/disability-adjusted-life-years","valueDecimal":0.7390654047820436},{"url":"http://synthetichealth.github.io/synthea/quality-adjusted-life-years","valueDecimal":17.260934595217957}],"identifier":[{"system":"https://github.com/synthetichealth/synthea","value":"2878a2e6-80cc-96c0-0596-00c411d5afd7"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"MR","display":"Medical Record Number"}],"text":"Medical Record Number"},"system":"http://hospital.smarthealthit.org","value":"2878a2e6-80cc-96c0-0596-00c411d5afd7"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"SS","display":"Social Security Number"}],"text":"Social Security Number"},"system":"http://hl7.org/fhir/sid/us-ssn","value":"999-66-8413"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"DL","display":"Driver's License"}],"text":"Driver's License"},"system":"urn:oid:2.16.840.1.113883.4.3.25","value":"S99936922"}],"name":[{"use":"official","family":"Hills818","given":["Na515"],"prefix":["Ms."]}],"telecom":[{"system":"phone","value":"555-458-3651","use":"home"}],"gender":"female","birthDate":"2003-08-28","address":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/geolocation","extension":[{"url":"latitude","valueDecimal":42.19412841033493},{"url":"longitude","valueDecimal":-71.55550846382376}]}],"line":["123 Considine Corner Unit 51"],"city":"Hopkinton","state":"MA","country":"US"}],"maritalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus","code":"S","display":"Never Married"}],"text":"Never Married"},"multipleBirthBoolean":false,"communication":[{"language":{"coding":[{"system":"urn:ietf:bcp:47","code":"en-US","display":"English"}],"text":"English"}}]} +{"resourceType":"Patient","id":"4feda615-fde9-e42d-709c-1a75573ec476","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"text":{"status":"generated","div":"
Generated by Synthea.Version identifier: v2.7.0-180-gba768c62\n . Person seed: 7841371834799408024 Population seed: 1652451993086
"},"extension":[{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2028-9","display":"Asian"}},{"url":"text","valueString":"Asian"}]},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2186-5","display":"Not Hispanic or Latino"}},{"url":"text","valueString":"Not Hispanic or Latino"}]},{"url":"http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName","valueString":"Karena692 Breitenberg711"},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex","valueCode":"M"},{"url":"http://hl7.org/fhir/StructureDefinition/patient-birthPlace","valueAddress":{"city":"Hanoi","state":"Hà Đông","country":"VN"}},{"url":"http://synthetichealth.github.io/synthea/disability-adjusted-life-years","valueDecimal":2.686570687050696},{"url":"http://synthetichealth.github.io/synthea/quality-adjusted-life-years","valueDecimal":14.313429312949303}],"identifier":[{"system":"https://github.com/synthetichealth/synthea","value":"4feda615-fde9-e42d-709c-1a75573ec476"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"MR","display":"Medical Record Number"}],"text":"Medical Record Number"},"system":"http://hospital.smarthealthit.org","value":"4feda615-fde9-e42d-709c-1a75573ec476"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"SS","display":"Social Security Number"}],"text":"Social Security Number"},"system":"http://hl7.org/fhir/sid/us-ssn","value":"999-18-1312"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"DL","display":"Driver's License"}],"text":"Driver's License"},"system":"urn:oid:2.16.840.1.113883.4.3.25","value":"S99984840"}],"name":[{"use":"official","family":"Cronin387","given":["Antonia30"],"prefix":["Mr."]}],"telecom":[{"system":"phone","value":"555-363-8617","use":"home"}],"gender":"male","birthDate":"2004-02-23","address":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/geolocation","extension":[{"url":"latitude","valueDecimal":42.52974827997027},{"url":"longitude","valueDecimal":-71.21334175874597}]}],"line":["1009 Emard Course Apt 66"],"city":"Burlington","state":"MA","country":"US"}],"maritalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus","code":"S","display":"Never Married"}],"text":"Never Married"},"multipleBirthBoolean":false,"communication":[{"language":{"coding":[{"system":"urn:ietf:bcp:47","code":"vi","display":"Vietnamese"}],"text":"Vietnamese"}}]} +{"resourceType":"Patient","id":"6203b28f-adbe-c7bd-99e4-55877c893b6d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"text":{"status":"generated","div":"
Generated by Synthea.Version identifier: v2.7.0-180-gba768c62\n . Person seed: -6600281754660499066 Population seed: 1652451993086
"},"extension":[{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2106-3","display":"White"}},{"url":"text","valueString":"White"}]},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2135-2","display":"Hispanic or Latino"}},{"url":"text","valueString":"Hispanic or Latino"}]},{"url":"http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName","valueString":"Juana825 Saavedra625"},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex","valueCode":"M"},{"url":"http://hl7.org/fhir/StructureDefinition/patient-birthPlace","valueAddress":{"city":"Wesley","state":"Saint Andrew Parish","country":"DM"}},{"url":"http://synthetichealth.github.io/synthea/disability-adjusted-life-years","valueDecimal":1.0307945208073062},{"url":"http://synthetichealth.github.io/synthea/quality-adjusted-life-years","valueDecimal":22.969205479192695}],"identifier":[{"system":"https://github.com/synthetichealth/synthea","value":"6203b28f-adbe-c7bd-99e4-55877c893b6d"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"MR","display":"Medical Record Number"}],"text":"Medical Record Number"},"system":"http://hospital.smarthealthit.org","value":"6203b28f-adbe-c7bd-99e4-55877c893b6d"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"SS","display":"Social Security Number"}],"text":"Social Security Number"},"system":"http://hl7.org/fhir/sid/us-ssn","value":"999-30-7095"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"DL","display":"Driver's License"}],"text":"Driver's License"},"system":"urn:oid:2.16.840.1.113883.4.3.25","value":"S99957223"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PPN","display":"Passport Number"}],"text":"Passport Number"},"system":"http://standardhealthrecord.org/fhir/StructureDefinition/passportNumber","value":"X80739767X"}],"name":[{"use":"official","family":"Armendáriz135","given":["Roberto515"],"prefix":["Mr."]}],"telecom":[{"system":"phone","value":"555-144-9380","use":"home"}],"gender":"male","birthDate":"1997-09-08","address":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/geolocation","extension":[{"url":"latitude","valueDecimal":42.183764128261096},{"url":"longitude","valueDecimal":-71.56270189582598}]}],"line":["634 Larson Trafficway Apt 57"],"city":"Milford","state":"MA","country":"US"}],"maritalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus","code":"S","display":"Never Married"}],"text":"Never Married"},"multipleBirthBoolean":false,"communication":[{"language":{"coding":[{"system":"urn:ietf:bcp:47","code":"es","display":"Spanish"}],"text":"Spanish"}}]} +{"resourceType":"Patient","id":"673c97e8-d9d5-18b2-1b8d-0dc1080aa557","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"text":{"status":"generated","div":"
Generated by Synthea.Version identifier: v2.7.0-180-gba768c62\n . Person seed: -4445560186055756319 Population seed: 1652451993086
"},"extension":[{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2054-5","display":"Black or African American"}},{"url":"text","valueString":"Black or African American"}]},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2135-2","display":"Hispanic or Latino"}},{"url":"text","valueString":"Hispanic or Latino"}]},{"url":"http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName","valueString":"Gaynelle249 Emmerich580"},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex","valueCode":"F"},{"url":"http://hl7.org/fhir/StructureDefinition/patient-birthPlace","valueAddress":{"city":"Wareham","state":"Massachusetts","country":"US"}},{"url":"http://synthetichealth.github.io/synthea/disability-adjusted-life-years","valueDecimal":0.20233083784777206},{"url":"http://synthetichealth.github.io/synthea/quality-adjusted-life-years","valueDecimal":13.797669162152228}],"identifier":[{"system":"https://github.com/synthetichealth/synthea","value":"673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"MR","display":"Medical Record Number"}],"text":"Medical Record Number"},"system":"http://hospital.smarthealthit.org","value":"673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"SS","display":"Social Security Number"}],"text":"Social Security Number"},"system":"http://hl7.org/fhir/sid/us-ssn","value":"999-92-8123"}],"name":[{"use":"official","family":"DuBuque211","given":["Gema698"]}],"telecom":[{"system":"phone","value":"555-929-5508","use":"home"}],"gender":"female","birthDate":"2007-08-27","address":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/geolocation","extension":[{"url":"latitude","valueDecimal":42.314633058925196},{"url":"longitude","valueDecimal":-71.01715856462978}]}],"line":["416 Runte Trailer Apt 80"],"city":"Boston","state":"MA","postalCode":"02110","country":"US"}],"maritalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus","code":"S","display":"Never Married"}],"text":"Never Married"},"multipleBirthBoolean":false,"communication":[{"language":{"coding":[{"system":"urn:ietf:bcp:47","code":"en-US","display":"English"}],"text":"English"}}]} +{"resourceType":"Patient","id":"aad38670-0d6e-a4ef-e7b9-f52b59a8891d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"text":{"status":"generated","div":"
Generated by Synthea.Version identifier: v2.7.0-180-gba768c62\n . Person seed: -6724017891974592277 Population seed: 1652451993086
"},"extension":[{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2106-3","display":"White"}},{"url":"text","valueString":"White"}]},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2186-5","display":"Not Hispanic or Latino"}},{"url":"text","valueString":"Not Hispanic or Latino"}]},{"url":"http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName","valueString":"Ima629 Schneider199"},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex","valueCode":"F"},{"url":"http://hl7.org/fhir/StructureDefinition/patient-birthPlace","valueAddress":{"city":"Brockton","state":"Massachusetts","country":"US"}},{"url":"http://synthetichealth.github.io/synthea/disability-adjusted-life-years","valueDecimal":1.2242740951052276},{"url":"http://synthetichealth.github.io/synthea/quality-adjusted-life-years","valueDecimal":22.775725904894774}],"identifier":[{"system":"https://github.com/synthetichealth/synthea","value":"aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"MR","display":"Medical Record Number"}],"text":"Medical Record Number"},"system":"http://hospital.smarthealthit.org","value":"aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"SS","display":"Social Security Number"}],"text":"Social Security Number"},"system":"http://hl7.org/fhir/sid/us-ssn","value":"999-13-8384"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"DL","display":"Driver's License"}],"text":"Driver's License"},"system":"urn:oid:2.16.840.1.113883.4.3.25","value":"S99984251"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PPN","display":"Passport Number"}],"text":"Passport Number"},"system":"http://standardhealthrecord.org/fhir/StructureDefinition/passportNumber","value":"X52726961X"}],"name":[{"use":"official","family":"Hartmann983","given":["Zula72"],"prefix":["Ms."]}],"telecom":[{"system":"phone","value":"555-144-5080","use":"home"}],"gender":"female","birthDate":"1997-07-26","address":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/geolocation","extension":[{"url":"latitude","valueDecimal":42.704218499651525},{"url":"longitude","valueDecimal":-71.18413741195283}]}],"line":["305 Schumm Ville Apt 49"],"city":"Lawrence","state":"MA","postalCode":"01841","country":"US"}],"maritalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus","code":"S","display":"Never Married"}],"text":"Never Married"},"multipleBirthBoolean":false,"communication":[{"language":{"coding":[{"system":"urn:ietf:bcp:47","code":"en-US","display":"English"}],"text":"English"}}]} +{"resourceType":"Patient","id":"168f5b32-b142-8edf-83bb-d13ee44b847a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"text":{"status":"generated","div":"
Generated by Synthea.Version identifier: v2.7.0-180-gba768c62\n . Person seed: 4788730105060783711 Population seed: 1652451993086
"},"extension":[{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2106-3","display":"White"}},{"url":"text","valueString":"White"}]},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2186-5","display":"Not Hispanic or Latino"}},{"url":"text","valueString":"Not Hispanic or Latino"}]},{"url":"http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName","valueString":"Blondell454 Gutkowski940"},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex","valueCode":"F"},{"url":"http://hl7.org/fhir/StructureDefinition/patient-birthPlace","valueAddress":{"city":"Shirley","state":"Massachusetts","country":"US"}},{"url":"http://synthetichealth.github.io/synthea/disability-adjusted-life-years","valueDecimal":0.2298614930246276},{"url":"http://synthetichealth.github.io/synthea/quality-adjusted-life-years","valueDecimal":66.77013850697537}],"identifier":[{"system":"https://github.com/synthetichealth/synthea","value":"168f5b32-b142-8edf-83bb-d13ee44b847a"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"MR","display":"Medical Record Number"}],"text":"Medical Record Number"},"system":"http://hospital.smarthealthit.org","value":"168f5b32-b142-8edf-83bb-d13ee44b847a"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"SS","display":"Social Security Number"}],"text":"Social Security Number"},"system":"http://hl7.org/fhir/sid/us-ssn","value":"999-11-4661"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"DL","display":"Driver's License"}],"text":"Driver's License"},"system":"urn:oid:2.16.840.1.113883.4.3.25","value":"S99938910"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PPN","display":"Passport Number"}],"text":"Passport Number"},"system":"http://standardhealthrecord.org/fhir/StructureDefinition/passportNumber","value":"X82985839X"}],"name":[{"use":"official","family":"Abernathy524","given":["Golda777"],"prefix":["Mrs."]},{"use":"maiden","family":"Abernathy524","given":["Golda777"],"prefix":["Mrs."]}],"telecom":[{"system":"phone","value":"555-258-3332","use":"home"}],"gender":"female","birthDate":"1922-10-01","deceasedDateTime":"1990-11-18T10:15:12-08:00","address":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/geolocation","extension":[{"url":"latitude","valueDecimal":42.149896858484816},{"url":"longitude","valueDecimal":-71.08850380413121}]}],"line":["958 Johnston Crossroad"],"city":"Canton","state":"MA","country":"US"}],"maritalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus","code":"M","display":"M"}],"text":"M"},"multipleBirthBoolean":false,"communication":[{"language":{"coding":[{"system":"urn:ietf:bcp:47","code":"en-US","display":"English"}],"text":"English"}}]} +{"resourceType":"Patient","id":"388b466f-4190-a3ef-a361-bf12802281c4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"text":{"status":"generated","div":"
Generated by Synthea.Version identifier: v2.7.0-180-gba768c62\n . Person seed: 427077533466790660 Population seed: 1652451993086
"},"extension":[{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2076-8","display":"Native Hawaiian or Other Pacific Islander"}},{"url":"text","valueString":"Native Hawaiian or Other Pacific Islander"}]},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2135-2","display":"Hispanic or Latino"}},{"url":"text","valueString":"Hispanic or Latino"}]},{"url":"http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName","valueString":"Estela596 Tapia475"},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex","valueCode":"M"},{"url":"http://hl7.org/fhir/StructureDefinition/patient-birthPlace","valueAddress":{"city":"Tegucigalpa","state":"Francisco Morazán","country":"HN"}},{"url":"http://synthetichealth.github.io/synthea/disability-adjusted-life-years","valueDecimal":2.3593416406138106},{"url":"http://synthetichealth.github.io/synthea/quality-adjusted-life-years","valueDecimal":48.64065835938619}],"identifier":[{"system":"https://github.com/synthetichealth/synthea","value":"388b466f-4190-a3ef-a361-bf12802281c4"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"MR","display":"Medical Record Number"}],"text":"Medical Record Number"},"system":"http://hospital.smarthealthit.org","value":"388b466f-4190-a3ef-a361-bf12802281c4"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"SS","display":"Social Security Number"}],"text":"Social Security Number"},"system":"http://hl7.org/fhir/sid/us-ssn","value":"999-72-3208"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"DL","display":"Driver's License"}],"text":"Driver's License"},"system":"urn:oid:2.16.840.1.113883.4.3.25","value":"S99954146"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PPN","display":"Passport Number"}],"text":"Passport Number"},"system":"http://standardhealthrecord.org/fhir/StructureDefinition/passportNumber","value":"X78439116X"}],"name":[{"use":"official","family":"Aparicio848","given":["Julio255"],"prefix":["Mr."]}],"telecom":[{"system":"phone","value":"555-506-4950","use":"home"}],"gender":"male","birthDate":"1970-06-21","address":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/geolocation","extension":[{"url":"latitude","valueDecimal":42.63758277172546},{"url":"longitude","valueDecimal":-70.72666557324673}]}],"line":["322 Carroll Village"],"city":"Gloucester","state":"MA","postalCode":"01930","country":"US"}],"maritalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus","code":"M","display":"M"}],"text":"M"},"multipleBirthBoolean":false,"communication":[{"language":{"coding":[{"system":"urn:ietf:bcp:47","code":"es","display":"Spanish"}],"text":"Spanish"}}]} +{"resourceType":"Patient","id":"4c1c37c6-6e5a-63db-4708-3a15b4934874","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"text":{"status":"generated","div":"
Generated by Synthea.Version identifier: v2.7.0-180-gba768c62\n . Person seed: -1826538778852223313 Population seed: 1652451993086
"},"extension":[{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2028-9","display":"Asian"}},{"url":"text","valueString":"Asian"}]},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2186-5","display":"Not Hispanic or Latino"}},{"url":"text","valueString":"Not Hispanic or Latino"}]},{"url":"http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName","valueString":"Raguel228 Kuphal363"},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex","valueCode":"M"},{"url":"http://hl7.org/fhir/StructureDefinition/patient-birthPlace","valueAddress":{"city":"Cantho","state":"Cần Thơ","country":"VN"}},{"url":"http://synthetichealth.github.io/synthea/disability-adjusted-life-years","valueDecimal":0.03629958954188719},{"url":"http://synthetichealth.github.io/synthea/quality-adjusted-life-years","valueDecimal":17.963700410458113}],"identifier":[{"system":"https://github.com/synthetichealth/synthea","value":"4c1c37c6-6e5a-63db-4708-3a15b4934874"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"MR","display":"Medical Record Number"}],"text":"Medical Record Number"},"system":"http://hospital.smarthealthit.org","value":"4c1c37c6-6e5a-63db-4708-3a15b4934874"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"SS","display":"Social Security Number"}],"text":"Social Security Number"},"system":"http://hl7.org/fhir/sid/us-ssn","value":"999-89-4108"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"DL","display":"Driver's License"}],"text":"Driver's License"},"system":"urn:oid:2.16.840.1.113883.4.3.25","value":"S99958928"}],"name":[{"use":"official","family":"Kuhn96","given":["Huey641"],"prefix":["Mr."]}],"telecom":[{"system":"phone","value":"555-354-5261","use":"home"}],"gender":"male","birthDate":"2003-05-07","address":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/geolocation","extension":[{"url":"latitude","valueDecimal":42.659885396728264},{"url":"longitude","valueDecimal":-71.08025569814525}]}],"line":["912 Schowalter Frontage road Unit 85"],"city":"North Andover","state":"MA","country":"US"}],"maritalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus","code":"S","display":"Never Married"}],"text":"Never Married"},"multipleBirthBoolean":false,"communication":[{"language":{"coding":[{"system":"urn:ietf:bcp:47","code":"vi","display":"Vietnamese"}],"text":"Vietnamese"}}]} +{"resourceType":"Patient","id":"a62e8d8a-8f3e-e787-1e51-cd590878a698","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"text":{"status":"generated","div":"
Generated by Synthea.Version identifier: v2.7.0-180-gba768c62\n . Person seed: -2383129517900121087 Population seed: 1652451993086
"},"extension":[{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2106-3","display":"White"}},{"url":"text","valueString":"White"}]},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2186-5","display":"Not Hispanic or Latino"}},{"url":"text","valueString":"Not Hispanic or Latino"}]},{"url":"http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName","valueString":"Hildegarde627 Kemmer137"},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex","valueCode":"M"},{"url":"http://hl7.org/fhir/StructureDefinition/patient-birthPlace","valueAddress":{"city":"Quincy","state":"Massachusetts","country":"US"}},{"url":"http://synthetichealth.github.io/synthea/disability-adjusted-life-years","valueDecimal":0.07303753059186921},{"url":"http://synthetichealth.github.io/synthea/quality-adjusted-life-years","valueDecimal":22.92696246940813}],"identifier":[{"system":"https://github.com/synthetichealth/synthea","value":"a62e8d8a-8f3e-e787-1e51-cd590878a698"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"MR","display":"Medical Record Number"}],"text":"Medical Record Number"},"system":"http://hospital.smarthealthit.org","value":"a62e8d8a-8f3e-e787-1e51-cd590878a698"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"SS","display":"Social Security Number"}],"text":"Social Security Number"},"system":"http://hl7.org/fhir/sid/us-ssn","value":"999-10-5355"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"DL","display":"Driver's License"}],"text":"Driver's License"},"system":"urn:oid:2.16.840.1.113883.4.3.25","value":"S99967377"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PPN","display":"Passport Number"}],"text":"Passport Number"},"system":"http://standardhealthrecord.org/fhir/StructureDefinition/passportNumber","value":"X14287657X"}],"name":[{"use":"official","family":"Veum823","given":["Tuan998"],"prefix":["Mr."]}],"telecom":[{"system":"phone","value":"555-424-3807","use":"home"}],"gender":"male","birthDate":"1998-02-14","address":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/geolocation","extension":[{"url":"latitude","valueDecimal":42.33930930262967},{"url":"longitude","valueDecimal":-72.76424078369055}]}],"line":["984 Prosacco Neck Suite 97"],"city":"Westhampton","state":"MA","country":"US"}],"maritalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus","code":"S","display":"Never Married"}],"text":"Never Married"},"multipleBirthBoolean":false,"communication":[{"language":{"coding":[{"system":"urn:ietf:bcp:47","code":"en-US","display":"English"}],"text":"English"}}]} +{"resourceType":"Patient","id":"a6cd0c2b-b2de-aa73-861c-ce7c92b9c338","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"text":{"status":"generated","div":"
Generated by Synthea.Version identifier: v2.7.0-180-gba768c62\n . Person seed: 339287841083971651 Population seed: 1652451993086
"},"extension":[{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2076-8","display":"Native Hawaiian or Other Pacific Islander"}},{"url":"text","valueString":"Native Hawaiian or Other Pacific Islander"}]},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2135-2","display":"Hispanic or Latino"}},{"url":"text","valueString":"Hispanic or Latino"}]},{"url":"http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName","valueString":"Dawne25 Crist667"},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex","valueCode":"M"},{"url":"http://hl7.org/fhir/StructureDefinition/patient-birthPlace","valueAddress":{"city":"Halifax","state":"Massachusetts","country":"US"}},{"url":"http://synthetichealth.github.io/synthea/disability-adjusted-life-years","valueDecimal":0.08303051084409799},{"url":"http://synthetichealth.github.io/synthea/quality-adjusted-life-years","valueDecimal":70.9169694891559}],"identifier":[{"system":"https://github.com/synthetichealth/synthea","value":"a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"MR","display":"Medical Record Number"}],"text":"Medical Record Number"},"system":"http://hospital.smarthealthit.org","value":"a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"SS","display":"Social Security Number"}],"text":"Social Security Number"},"system":"http://hl7.org/fhir/sid/us-ssn","value":"999-66-1771"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"DL","display":"Driver's License"}],"text":"Driver's License"},"system":"urn:oid:2.16.840.1.113883.4.3.25","value":"S99992471"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PPN","display":"Passport Number"}],"text":"Passport Number"},"system":"http://standardhealthrecord.org/fhir/StructureDefinition/passportNumber","value":"X3838156X"}],"name":[{"use":"official","family":"Lakin515","given":["Devin82"],"prefix":["Mr."]}],"telecom":[{"system":"phone","value":"555-443-6919","use":"home"}],"gender":"male","birthDate":"1950-08-04","address":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/geolocation","extension":[{"url":"latitude","valueDecimal":42.32676355756604},{"url":"longitude","valueDecimal":-71.04622976566488}]}],"line":["356 Schinner Rapid Unit 90"],"city":"Boston","state":"MA","postalCode":"02127","country":"US"}],"maritalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus","code":"M","display":"M"}],"text":"M"},"multipleBirthInteger":3,"communication":[{"language":{"coding":[{"system":"urn:ietf:bcp:47","code":"en-US","display":"English"}],"text":"English"}}]} +{"resourceType":"Patient","id":"c3f5756d-27e0-e0b8-fa54-9ff130d94230","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"text":{"status":"generated","div":"
Generated by Synthea.Version identifier: v2.7.0-180-gba768c62\n . Person seed: 5187462818872904434 Population seed: 1652451993086
"},"extension":[{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2106-3","display":"White"}},{"url":"text","valueString":"White"}]},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2186-5","display":"Not Hispanic or Latino"}},{"url":"text","valueString":"Not Hispanic or Latino"}]},{"url":"http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName","valueString":"Beatrice15 Paucek755"},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex","valueCode":"F"},{"url":"http://hl7.org/fhir/StructureDefinition/patient-birthPlace","valueAddress":{"city":"Lowell","state":"Massachusetts","country":"US"}},{"url":"http://synthetichealth.github.io/synthea/disability-adjusted-life-years","valueDecimal":2.1099082705812626},{"url":"http://synthetichealth.github.io/synthea/quality-adjusted-life-years","valueDecimal":44.890091729418735}],"identifier":[{"system":"https://github.com/synthetichealth/synthea","value":"c3f5756d-27e0-e0b8-fa54-9ff130d94230"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"MR","display":"Medical Record Number"}],"text":"Medical Record Number"},"system":"http://hospital.smarthealthit.org","value":"c3f5756d-27e0-e0b8-fa54-9ff130d94230"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"SS","display":"Social Security Number"}],"text":"Social Security Number"},"system":"http://hl7.org/fhir/sid/us-ssn","value":"999-38-7630"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"DL","display":"Driver's License"}],"text":"Driver's License"},"system":"urn:oid:2.16.840.1.113883.4.3.25","value":"S99945876"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PPN","display":"Passport Number"}],"text":"Passport Number"},"system":"http://standardhealthrecord.org/fhir/StructureDefinition/passportNumber","value":"X3488933X"}],"name":[{"use":"official","family":"Funk324","given":["Donya787"],"prefix":["Ms."]}],"telecom":[{"system":"phone","value":"555-955-9927","use":"home"}],"gender":"female","birthDate":"1942-01-17","deceasedDateTime":"1990-03-29T00:31:28-08:00","address":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/geolocation","extension":[{"url":"latitude","valueDecimal":42.129437775702996},{"url":"longitude","valueDecimal":-72.64448672116924}]}],"line":["563 Batz Ville"],"city":"West Springfield","state":"MA","postalCode":"01089","country":"US"}],"maritalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus","code":"S","display":"S"}],"text":"S"},"multipleBirthBoolean":false,"communication":[{"language":{"coding":[{"system":"urn:ietf:bcp:47","code":"en-US","display":"English"}],"text":"English"}}]} +{"resourceType":"Patient","id":"c7ef6845-3b3f-4d6b-8b41-47428a091eaa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"text":{"status":"generated","div":"
Generated by Synthea.Version identifier: v2.7.0-180-gba768c62\n . Person seed: -4216207635443716807 Population seed: 1652451993086
"},"extension":[{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2106-3","display":"White"}},{"url":"text","valueString":"White"}]},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2186-5","display":"Not Hispanic or Latino"}},{"url":"text","valueString":"Not Hispanic or Latino"}]},{"url":"http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName","valueString":"Vilma125 Deckow585"},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex","valueCode":"F"},{"url":"http://hl7.org/fhir/StructureDefinition/patient-birthPlace","valueAddress":{"city":"Lynn","state":"Massachusetts","country":"US"}},{"url":"http://synthetichealth.github.io/synthea/disability-adjusted-life-years","valueDecimal":0.030641158321159392},{"url":"http://synthetichealth.github.io/synthea/quality-adjusted-life-years","valueDecimal":17.96935884167884}],"identifier":[{"system":"https://github.com/synthetichealth/synthea","value":"c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"MR","display":"Medical Record Number"}],"text":"Medical Record Number"},"system":"http://hospital.smarthealthit.org","value":"c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"SS","display":"Social Security Number"}],"text":"Social Security Number"},"system":"http://hl7.org/fhir/sid/us-ssn","value":"999-32-9999"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"DL","display":"Driver's License"}],"text":"Driver's License"},"system":"urn:oid:2.16.840.1.113883.4.3.25","value":"S99967831"}],"name":[{"use":"official","family":"Padberg411","given":["Leola603"],"prefix":["Ms."]}],"telecom":[{"system":"phone","value":"555-818-6472","use":"home"}],"gender":"female","birthDate":"2003-12-16","address":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/geolocation","extension":[{"url":"latitude","valueDecimal":41.74528121494027},{"url":"longitude","valueDecimal":-70.20064625813846}]}],"line":["960 Schumm Stravenue"],"city":"Dennis","state":"MA","country":"US"}],"maritalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus","code":"S","display":"Never Married"}],"text":"Never Married"},"multipleBirthBoolean":false,"communication":[{"language":{"coding":[{"system":"urn:ietf:bcp:47","code":"en-US","display":"English"}],"text":"English"}}]} +{"resourceType":"Patient","id":"cccd00cd-fc47-af05-d720-8e4d0df30e26","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"text":{"status":"generated","div":"
Generated by Synthea.Version identifier: v2.7.0-180-gba768c62\n . Person seed: -6432691054068600351 Population seed: 1652451993086
"},"extension":[{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2106-3","display":"White"}},{"url":"text","valueString":"White"}]},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2186-5","display":"Not Hispanic or Latino"}},{"url":"text","valueString":"Not Hispanic or Latino"}]},{"url":"http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName","valueString":"Curtis94 Nienow652"},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex","valueCode":"M"},{"url":"http://hl7.org/fhir/StructureDefinition/patient-birthPlace","valueAddress":{"city":"Grafton","state":"Massachusetts","country":"US"}},{"url":"http://synthetichealth.github.io/synthea/disability-adjusted-life-years","valueDecimal":0.0},{"url":"http://synthetichealth.github.io/synthea/quality-adjusted-life-years","valueDecimal":27.0}],"identifier":[{"system":"https://github.com/synthetichealth/synthea","value":"cccd00cd-fc47-af05-d720-8e4d0df30e26"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"MR","display":"Medical Record Number"}],"text":"Medical Record Number"},"system":"http://hospital.smarthealthit.org","value":"cccd00cd-fc47-af05-d720-8e4d0df30e26"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"SS","display":"Social Security Number"}],"text":"Social Security Number"},"system":"http://hl7.org/fhir/sid/us-ssn","value":"999-84-4746"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"DL","display":"Driver's License"}],"text":"Driver's License"},"system":"urn:oid:2.16.840.1.113883.4.3.25","value":"S99935756"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PPN","display":"Passport Number"}],"text":"Passport Number"},"system":"http://standardhealthrecord.org/fhir/StructureDefinition/passportNumber","value":"X24827709X"}],"name":[{"use":"official","family":"Towne435","given":["Genaro214"],"prefix":["Mr."]}],"telecom":[{"system":"phone","value":"555-897-5795","use":"home"}],"gender":"male","birthDate":"1994-11-05","address":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/geolocation","extension":[{"url":"latitude","valueDecimal":42.15538066772227},{"url":"longitude","valueDecimal":-72.38474753436068}]}],"line":["381 Toy Spur Suite 44"],"city":"Palmer","state":"MA","country":"US"}],"maritalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus","code":"S","display":"S"}],"text":"S"},"multipleBirthBoolean":false,"communication":[{"language":{"coding":[{"system":"urn:ietf:bcp:47","code":"en-US","display":"English"}],"text":"English"}}]} +{"resourceType":"Patient","id":"d973fccd-7b67-c9db-a969-47f658110092","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"text":{"status":"generated","div":"
Generated by Synthea.Version identifier: v2.7.0-180-gba768c62\n . Person seed: 2227184449782653831 Population seed: 1652451993086
"},"extension":[{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2106-3","display":"White"}},{"url":"text","valueString":"White"}]},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2135-2","display":"Hispanic or Latino"}},{"url":"text","valueString":"Hispanic or Latino"}]},{"url":"http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName","valueString":"Francine922 Greenfelder433"},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex","valueCode":"F"},{"url":"http://hl7.org/fhir/StructureDefinition/patient-birthPlace","valueAddress":{"city":"Springfield","state":"Massachusetts","country":"US"}},{"url":"http://synthetichealth.github.io/synthea/disability-adjusted-life-years","valueDecimal":3.6078177890333993},{"url":"http://synthetichealth.github.io/synthea/quality-adjusted-life-years","valueDecimal":90.3921822109666}],"identifier":[{"system":"https://github.com/synthetichealth/synthea","value":"d973fccd-7b67-c9db-a969-47f658110092"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"MR","display":"Medical Record Number"}],"text":"Medical Record Number"},"system":"http://hospital.smarthealthit.org","value":"d973fccd-7b67-c9db-a969-47f658110092"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"SS","display":"Social Security Number"}],"text":"Social Security Number"},"system":"http://hl7.org/fhir/sid/us-ssn","value":"999-25-2644"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"DL","display":"Driver's License"}],"text":"Driver's License"},"system":"urn:oid:2.16.840.1.113883.4.3.25","value":"S99921270"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PPN","display":"Passport Number"}],"text":"Passport Number"},"system":"http://standardhealthrecord.org/fhir/StructureDefinition/passportNumber","value":"X73251011X"}],"name":[{"use":"official","family":"Cormier289","given":["Fannie183"],"prefix":["Mrs."]},{"use":"maiden","family":"Boyer713","given":["Fannie183"],"prefix":["Mrs."]}],"telecom":[{"system":"phone","value":"555-873-8375","use":"home"}],"gender":"female","birthDate":"1927-06-10","address":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/geolocation","extension":[{"url":"latitude","valueDecimal":42.63911964674285},{"url":"longitude","valueDecimal":-70.6047437633126}]}],"line":["797 Barrows Ville Apt 14"],"city":"Rockport","state":"MA","country":"US"}],"maritalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus","code":"M","display":"M"}],"text":"M"},"multipleBirthBoolean":false,"communication":[{"language":{"coding":[{"system":"urn:ietf:bcp:47","code":"en-US","display":"English"}],"text":"English"}}]} +{"resourceType":"Patient","id":"f5ead199-fc02-baf4-447c-b936565e5123","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"text":{"status":"generated","div":"
Generated by Synthea.Version identifier: v2.7.0-180-gba768c62\n . Person seed: 3125458380412612737 Population seed: 1652451993086
"},"extension":[{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2106-3","display":"White"}},{"url":"text","valueString":"White"}]},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity","extension":[{"url":"ombCategory","valueCoding":{"system":"urn:oid:2.16.840.1.113883.6.238","code":"2186-5","display":"Not Hispanic or Latino"}},{"url":"text","valueString":"Not Hispanic or Latino"}]},{"url":"http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName","valueString":"Gwen761 Friesen796"},{"url":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex","valueCode":"F"},{"url":"http://hl7.org/fhir/StructureDefinition/patient-birthPlace","valueAddress":{"city":"Brockton","state":"Massachusetts","country":"US"}},{"url":"http://synthetichealth.github.io/synthea/disability-adjusted-life-years","valueDecimal":0.0},{"url":"http://synthetichealth.github.io/synthea/quality-adjusted-life-years","valueDecimal":16.0}],"identifier":[{"system":"https://github.com/synthetichealth/synthea","value":"f5ead199-fc02-baf4-447c-b936565e5123"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"MR","display":"Medical Record Number"}],"text":"Medical Record Number"},"system":"http://hospital.smarthealthit.org","value":"f5ead199-fc02-baf4-447c-b936565e5123"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"SS","display":"Social Security Number"}],"text":"Social Security Number"},"system":"http://hl7.org/fhir/sid/us-ssn","value":"999-57-4128"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"DL","display":"Driver's License"}],"text":"Driver's License"},"system":"urn:oid:2.16.840.1.113883.4.3.25","value":"S99955665"}],"name":[{"use":"official","family":"Schumm995","given":["Kerrie266"]}],"telecom":[{"system":"phone","value":"555-336-3449","use":"home"}],"gender":"female","birthDate":"2005-08-19","address":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/geolocation","extension":[{"url":"latitude","valueDecimal":41.55456983286842},{"url":"longitude","valueDecimal":-70.65897765208301}]}],"line":["979 Kohler Harbor Unit 89"],"city":"Falmouth","state":"MA","country":"US"}],"maritalStatus":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus","code":"S","display":"Never Married"}],"text":"Never Married"},"multipleBirthBoolean":false,"communication":[{"language":{"coding":[{"system":"urn:ietf:bcp:47","code":"en-US","display":"English"}],"text":"English"}}]} diff --git a/tests/fixtures/synthea/filtered/PractitionerInformation.json b/tests/fixtures/synthea/filtered/PractitionerInformation.json new file mode 100644 index 0000000..cc9084b --- /dev/null +++ b/tests/fixtures/synthea/filtered/PractitionerInformation.json @@ -0,0 +1,20474 @@ +{ + "resourceType": "Bundle", + "type": "batch", + "entry": [ { + "fullUrl": "urn:uuid:0aaa6d2c-055f-3086-9efa-d0bea04bf9ec", + "resource": { + "resourceType": "Practitioner", + "id": "0aaa6d2c-055f-3086-9efa-d0bea04bf9ec", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 134 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999999" + } ], + "active": true, + "name": [ { + "family": "Bruen238", + "given": [ "Rosette746" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Rosette746.Bruen238@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "60 HOSPITAL ROAD" ], + "city": "LEOMINSTER", + "state": "MA", + "postalCode": "01453", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999999" + } + }, { + "fullUrl": "urn:uuid:2971b3c2-1726-4af7-f104-cbf8642f8294", + "resource": { + "resourceType": "PractitionerRole", + "id": "2971b3c2-1726-4af7-f104-cbf8642f8294", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999999" + }, + "display": "Dr. Rosette746 Bruen238" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ef58ea08-d883-3957-8300-150554edc8fb" + }, + "display": "HEALTHALLIANCE HOSPITALS, INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "1ee7e785-1991-34c3-9d64-8bed2e20233a" + }, + "display": "HEALTHALLIANCE HOSPITALS, INC" + } ], + "telecom": [ { + "system": "phone", + "value": "9784662000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Rosette746.Bruen238@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:21e573a2-15be-3aa9-943f-38638f812de0", + "resource": { + "resourceType": "Practitioner", + "id": "21e573a2-15be-3aa9-943f-38638f812de0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 390 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999989" + } ], + "active": true, + "name": [ { + "family": "Fisher429", + "given": [ "Janette321" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Janette321.Fisher429@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "330 MOUNT AUBURN STREET" ], + "city": "CAMBRIDGE", + "state": "MA", + "postalCode": "02138", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999989" + } + }, { + "fullUrl": "urn:uuid:220d865c-c61b-7a67-6462-20a6d1a57c02", + "resource": { + "resourceType": "PractitionerRole", + "id": "220d865c-c61b-7a67-6462-20a6d1a57c02", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999989" + }, + "display": "Dr. Janette321 Fisher429" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "69176529-fd1f-3b3f-abce-a0a3626769eb" + }, + "display": "MOUNT AUBURN HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "27abf3f3-fa08-31e4-8bca-c4c9ade68709" + }, + "display": "MOUNT AUBURN HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "6174923500" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Janette321.Fisher429@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:477515d2-f1cb-382c-bdba-7a829638eebe", + "resource": { + "resourceType": "Practitioner", + "id": "477515d2-f1cb-382c-bdba-7a829638eebe", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 2727 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999979" + } ], + "active": true, + "name": [ { + "family": "Steuber698", + "given": [ "Chauncey770" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Chauncey770.Steuber698@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "211 PARK STREET" ], + "city": "ATTLEBORO", + "state": "MA", + "postalCode": "02703", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999979" + } + }, { + "fullUrl": "urn:uuid:f0ad7f35-fa08-06e4-edb2-f2c6ed9592fe", + "resource": { + "resourceType": "PractitionerRole", + "id": "f0ad7f35-fa08-06e4-edb2-f2c6ed9592fe", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999979" + }, + "display": "Dr. Chauncey770 Steuber698" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5e765f2b-e908-3888-9fc7-df2cb87beb58" + }, + "display": "STURDY MEMORIAL HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "bfb0b1ae-dd2e-31a2-9dc7-128198ad0db0" + }, + "display": "STURDY MEMORIAL HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "5082225200" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Chauncey770.Steuber698@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:c5d8191f-c167-3ab9-b1a0-eb57766b5aa5", + "resource": { + "resourceType": "Practitioner", + "id": "c5d8191f-c167-3ab9-b1a0-eb57766b5aa5", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 207 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999969" + } ], + "active": true, + "name": [ { + "family": "Wyman904", + "given": [ "Whitney250" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Whitney250.Wyman904@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "ONE GENERAL STREET" ], + "city": "LAWRENCE", + "state": "MA", + "postalCode": "01842", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999969" + } + }, { + "fullUrl": "urn:uuid:e3cf729e-f745-6d52-d49c-030920446c75", + "resource": { + "resourceType": "PractitionerRole", + "id": "e3cf729e-f745-6d52-d49c-030920446c75", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999969" + }, + "display": "Dr. Whitney250 Wyman904" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f1fbcbfb-fcfa-3bd2-b7f4-df20f1b3c3a4" + }, + "display": "LAWRENCE GENERAL HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "00baacd6-0e7a-32ab-af81-7a06b600e802" + }, + "display": "LAWRENCE GENERAL HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "9786834000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Whitney250.Wyman904@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:c1cf0296-8226-30b4-8ad1-8b3e28aae3dd", + "resource": { + "resourceType": "Practitioner", + "id": "c1cf0296-8226-30b4-8ad1-8b3e28aae3dd", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 23 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999959" + } ], + "active": true, + "name": [ { + "family": "Noriega353", + "given": [ "Víctor493" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Víctor493.Noriega353@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1493 CAMBRIDGE STREET" ], + "city": "CAMBRIDGE", + "state": "MA", + "postalCode": "02138", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999959" + } + }, { + "fullUrl": "urn:uuid:2546c658-3368-2405-bce1-06d37c5d694a", + "resource": { + "resourceType": "PractitionerRole", + "id": "2546c658-3368-2405-bce1-06d37c5d694a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999959" + }, + "display": "Dr. Víctor493 Noriega353" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e002090d-4e92-300e-b41e-7d1f21dee4c6" + }, + "display": "CAMBRIDGE HEALTH ALLIANCE" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "df7f5f50-13dc-31e1-beed-9231dc4111b4" + }, + "display": "CAMBRIDGE HEALTH ALLIANCE" + } ], + "telecom": [ { + "system": "phone", + "value": "6176652300" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Víctor493.Noriega353@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:ee7c4e67-c882-39e5-b42c-d623d57030d2", + "resource": { + "resourceType": "Practitioner", + "id": "ee7c4e67-c882-39e5-b42c-d623d57030d2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 218 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999939" + } ], + "active": true, + "name": [ { + "family": "Pérez790", + "given": [ "Óscar156" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Óscar156.Pérez790@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "30 LOCUST STREET" ], + "city": "NORTHAMPTON", + "state": "MA", + "postalCode": "01060", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999939" + } + }, { + "fullUrl": "urn:uuid:2f407231-8fb7-389a-5a8f-538ba5acaa45", + "resource": { + "resourceType": "PractitionerRole", + "id": "2f407231-8fb7-389a-5a8f-538ba5acaa45", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999939" + }, + "display": "Dr. Óscar156 Pérez790" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "49318f80-bd8b-3fc7-a096-ac43088b0c12" + }, + "display": "COOLEY DICKINSON HOSPITAL INC,THE" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "388c5eda-d584-3ef1-a498-5ab0e90e2eaf" + }, + "display": "COOLEY DICKINSON HOSPITAL INC,THE" + } ], + "telecom": [ { + "system": "phone", + "value": "4135822000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Óscar156.Pérez790@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:0976de29-e0a4-3ef2-9b5d-7a24ac428421", + "resource": { + "resourceType": "Practitioner", + "id": "0976de29-e0a4-3ef2-9b5d-7a24ac428421", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 56 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999919" + } ], + "active": true, + "name": [ { + "family": "Herzog843", + "given": [ "Elvin140" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Elvin140.Herzog843@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "2100 DORCHESTER AVENUE" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02124", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999919" + } + }, { + "fullUrl": "urn:uuid:65f3e6f5-4b1f-7704-4a11-7a1644e0df4a", + "resource": { + "resourceType": "PractitionerRole", + "id": "65f3e6f5-4b1f-7704-4a11-7a1644e0df4a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999919" + }, + "display": "Dr. Elvin140 Herzog843" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8b58cdd1-3d79-3126-8fe0-da2c54d6805c" + }, + "display": "CARNEY HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516" + }, + "display": "CARNEY HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "6175062000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Elvin140.Herzog843@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:1404f903-217c-3883-a889-2d77e7b75834", + "resource": { + "resourceType": "Practitioner", + "id": "1404f903-217c-3883-a889-2d77e7b75834", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 158 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999909" + } ], + "active": true, + "name": [ { + "family": "Quigley282", + "given": [ "Delta800" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Delta800.Quigley282@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "100 SOUTH STREET" ], + "city": "SOUTHBRIDGE", + "state": "MA", + "postalCode": "01550", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999909" + } + }, { + "fullUrl": "urn:uuid:9d40ff83-5249-6de5-c6e2-969c6c3e55cd", + "resource": { + "resourceType": "PractitionerRole", + "id": "9d40ff83-5249-6de5-c6e2-969c6c3e55cd", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999909" + }, + "display": "Dr. Delta800 Quigley282" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "4bdaa4c2-c664-3089-aee2-7137abbad27f" + }, + "display": "HARRINGTON MEMORIAL HOSPITAL-1" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3957402a-ea15-3dfd-9399-223f9598b99c" + }, + "display": "HARRINGTON MEMORIAL HOSPITAL-1" + } ], + "telecom": [ { + "system": "phone", + "value": "5087659771" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Delta800.Quigley282@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:207a66ec-2dac-3477-b24f-c5e4ab586e46", + "resource": { + "resourceType": "Practitioner", + "id": "207a66ec-2dac-3477-b24f-c5e4ab586e46", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 172 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999899" + } ], + "active": true, + "name": [ { + "family": "Halvorson124", + "given": [ "Cecille691" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Cecille691.Halvorson124@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "795 MIDDLE STREET" ], + "city": "FALL RIVER", + "state": "MA", + "postalCode": "02721", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999899" + } + }, { + "fullUrl": "urn:uuid:c2d9603b-871a-e41e-29c0-588d21cffa85", + "resource": { + "resourceType": "PractitionerRole", + "id": "c2d9603b-871a-e41e-29c0-588d21cffa85", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999899" + }, + "display": "Dr. Cecille691 Halvorson124" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ecc51621-0af3-3b35-ac3e-8b1e34022e92" + }, + "display": "SAINT ANNE'S HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "fed70cf9-a1bd-3342-9abe-233261e0d5c6" + }, + "display": "SAINT ANNE'S HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "5086745600" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Cecille691.Halvorson124@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:224e702a-1cad-399f-8cce-c2c5561297be", + "resource": { + "resourceType": "Practitioner", + "id": "224e702a-1cad-399f-8cce-c2c5561297be", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 102 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999889" + } ], + "active": true, + "name": [ { + "family": "Kilback373", + "given": [ "Vicente970" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Vicente970.Kilback373@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "575 BEECH STREET" ], + "city": "HOLYOKE", + "state": "MA", + "postalCode": "01040", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999889" + } + }, { + "fullUrl": "urn:uuid:6695e8a3-8c61-93a9-17a7-06e6b33a425f", + "resource": { + "resourceType": "PractitionerRole", + "id": "6695e8a3-8c61-93a9-17a7-06e6b33a425f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999889" + }, + "display": "Dr. Vicente970 Kilback373" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5d4b9df1-93ae-3bc9-b680-03249990e558" + }, + "display": "HOLYOKE MEDICAL CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc" + }, + "display": "HOLYOKE MEDICAL CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "4135342500" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Vicente970.Kilback373@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:095682bd-50ce-354b-ad89-737261581c6d", + "resource": { + "resourceType": "Practitioner", + "id": "095682bd-50ce-354b-ad89-737261581c6d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 16 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999879" + } ], + "active": true, + "name": [ { + "family": "Spencer878", + "given": [ "Jerold208" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Jerold208.Spencer878@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "25 HIGHLAND AVENUE" ], + "city": "NEWBURYPORT", + "state": "MA", + "postalCode": "01950", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999879" + } + }, { + "fullUrl": "urn:uuid:417f1b43-4fee-3da5-7dd3-04b8011f2eb5", + "resource": { + "resourceType": "PractitionerRole", + "id": "417f1b43-4fee-3da5-7dd3-04b8011f2eb5", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999879" + }, + "display": "Dr. Jerold208 Spencer878" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "37b4d73f-652d-3033-a16e-d97b9e8b4cda" + }, + "display": "ANNA JAQUES HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "fa4ed337-54d9-3558-9e24-1c86ebbc57fe" + }, + "display": "ANNA JAQUES HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "9784631000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Jerold208.Spencer878@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:0412482f-cc39-3ae5-b8d3-3ab12c6b3a7b", + "resource": { + "resourceType": "Practitioner", + "id": "0412482f-cc39-3ae5-b8d3-3ab12c6b3a7b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 96 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999869" + } ], + "active": true, + "name": [ { + "family": "Bayer639", + "given": [ "Joselyn874" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Joselyn874.Bayer639@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "40 WRIGHT STREET" ], + "city": "PALMER", + "state": "MA", + "postalCode": "01069", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999869" + } + }, { + "fullUrl": "urn:uuid:23199fcc-0244-6bb2-00b7-99e08341e0bf", + "resource": { + "resourceType": "PractitionerRole", + "id": "23199fcc-0244-6bb2-00b7-99e08341e0bf", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999869" + }, + "display": "Dr. Joselyn874 Bayer639" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5844ad77-f653-3c2b-b7dd-e97576ab3b03" + }, + "display": "BAYSTATE WING HOSPITAL AND MEDICAL CENTERS" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a665d88d-991a-3d77-9b4b-6f4450b5acff" + }, + "display": "BAYSTATE WING HOSPITAL AND MEDICAL CENTERS" + } ], + "telecom": [ { + "system": "phone", + "value": "4132837651" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Joselyn874.Bayer639@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:3de9b7f2-b5ea-32b9-a23c-aa27ef28ada6", + "resource": { + "resourceType": "Practitioner", + "id": "3de9b7f2-b5ea-32b9-a23c-aa27ef28ada6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 11 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999859" + } ], + "active": true, + "name": [ { + "family": "Crona259", + "given": [ "Leslie90" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Leslie90.Crona259@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1 BOSTON MEDICAL CENTER PLACE" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02118", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999859" + } + }, { + "fullUrl": "urn:uuid:31f64381-0874-727f-8c93-041d068b7049", + "resource": { + "resourceType": "PractitionerRole", + "id": "31f64381-0874-727f-8c93-041d068b7049", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999859" + }, + "display": "Dr. Leslie90 Crona259" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "08bcda9c-f8c8-3244-82d4-fc306a7a55d3" + }, + "display": "BOSTON MEDICAL CENTER CORPORATION-" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "77b782d7-7273-3e6b-a694-de0d00748ca7" + }, + "display": "BOSTON MEDICAL CENTER CORPORATION-" + } ], + "telecom": [ { + "system": "phone", + "value": "6176388000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Leslie90.Crona259@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:ca2fd2ca-30d5-37b2-9910-7069cf861e87", + "resource": { + "resourceType": "Practitioner", + "id": "ca2fd2ca-30d5-37b2-9910-7069cf861e87", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 164 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999849" + } ], + "active": true, + "name": [ { + "family": "Schaefer657", + "given": [ "Dinah304" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Dinah304.Schaefer657@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "85 HERRICK STREET" ], + "city": "BEVERLY", + "state": "MA", + "postalCode": "01915", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999849" + } + }, { + "fullUrl": "urn:uuid:32971bd5-2ffa-89a0-aa44-1440a9f9f9a6", + "resource": { + "resourceType": "PractitionerRole", + "id": "32971bd5-2ffa-89a0-aa44-1440a9f9f9a6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999849" + }, + "display": "Dr. Dinah304 Schaefer657" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "37c0de84-bcaf-3624-82bf-a89b2ac441b8" + }, + "display": "BEVERLY HOSPITAL CORPORATION" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c0c25839-5091-393d-bcec-edc98ebc8b00" + }, + "display": "BEVERLY HOSPITAL CORPORATION" + } ], + "telecom": [ { + "system": "phone", + "value": "9789223000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Dinah304.Schaefer657@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:3e8adbc2-4e4d-3345-b0c0-070f0624f819", + "resource": { + "resourceType": "Practitioner", + "id": "3e8adbc2-4e4d-3345-b0c0-070f0624f819", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 39 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999839" + } ], + "active": true, + "name": [ { + "family": "Jacobi462", + "given": [ "Ellan282" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Ellan282.Jacobi462@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "81 HIGHLAND AVENUE" ], + "city": "SALEM", + "state": "MA", + "postalCode": "01970", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999839" + } + }, { + "fullUrl": "urn:uuid:74b1af51-8ed7-0ca4-0a85-dbc4329e16e4", + "resource": { + "resourceType": "PractitionerRole", + "id": "74b1af51-8ed7-0ca4-0a85-dbc4329e16e4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999839" + }, + "display": "Dr. Ellan282 Jacobi462" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "4861d01f-019c-3dac-a153-8334e50919f9" + }, + "display": "NORTH SHORE MEDICAL CENTER -" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "0dd962d9-92fa-3bab-b82b-7b62cf33abe4" + }, + "display": "NORTH SHORE MEDICAL CENTER -" + } ], + "telecom": [ { + "system": "phone", + "value": "9787411215" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Ellan282.Jacobi462@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:1b03a284-df73-3b82-9ad0-5ba70b1d25af", + "resource": { + "resourceType": "Practitioner", + "id": "1b03a284-df73-3b82-9ad0-5ba70b1d25af", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 106 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999829" + } ], + "active": true, + "name": [ { + "family": "Leffler128", + "given": [ "Edmundo94" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Edmundo94.Leffler128@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "736 CAMBRIDGE STREET" ], + "city": "BRIGHTON", + "state": "MA", + "postalCode": "02135", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999829" + } + }, { + "fullUrl": "urn:uuid:24f048bc-e0c1-3966-18fa-2e81b05a3840", + "resource": { + "resourceType": "PractitionerRole", + "id": "24f048bc-e0c1-3966-18fa-2e81b05a3840", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999829" + }, + "display": "Dr. Edmundo94 Leffler128" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a0b6ec0c-e587-3b2a-bf9f-248849f29ee5" + }, + "display": "ST ELIZABETH'S MEDICAL CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "0cc3d2b7-46d4-3c1a-91c7-db5dadb9f54e" + }, + "display": "ST ELIZABETH'S MEDICAL CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "6177893000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Edmundo94.Leffler128@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:df1ebd97-37fe-31a6-8a7d-19b7fb0f3081", + "resource": { + "resourceType": "Practitioner", + "id": "df1ebd97-37fe-31a6-8a7d-19b7fb0f3081", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 9 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999819" + } ], + "active": true, + "name": [ { + "family": "Walker122", + "given": [ "Ashlyn643" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Ashlyn643.Walker122@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "725 NORTH STREET" ], + "city": "PITTSFIELD", + "state": "MA", + "postalCode": "01201", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999819" + } + }, { + "fullUrl": "urn:uuid:7ed2d877-4e96-ffa3-0fb3-fcbb905a8fdc", + "resource": { + "resourceType": "PractitionerRole", + "id": "7ed2d877-4e96-ffa3-0fb3-fcbb905a8fdc", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999819" + }, + "display": "Dr. Ashlyn643 Walker122" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "4f3a530e-a2f7-3de0-9a09-c0a70a9ab894" + }, + "display": "BERKSHIRE MEDICAL CENTER INC - 1" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "33bf17e3-fb50-342f-bf7a-d1d6be54c2bc" + }, + "display": "BERKSHIRE MEDICAL CENTER INC - 1" + } ], + "telecom": [ { + "system": "phone", + "value": "4134472000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Ashlyn643.Walker122@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:3b9cd32e-4733-31e6-b080-6284ab1868ae", + "resource": { + "resourceType": "Practitioner", + "id": "3b9cd32e-4733-31e6-b080-6284ab1868ae", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 65 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999809" + } ], + "active": true, + "name": [ { + "family": "Glover433", + "given": [ "Marvin195" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Marvin195.Glover433@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "157 UNION STREET" ], + "city": "MARLBOROUGH", + "state": "MA", + "postalCode": "01752", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999809" + } + }, { + "fullUrl": "urn:uuid:c9720824-a441-b5cd-ef7e-c962867384af", + "resource": { + "resourceType": "PractitionerRole", + "id": "c9720824-a441-b5cd-ef7e-c962867384af", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999809" + }, + "display": "Dr. Marvin195 Glover433" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f71ce1a9-cca7-3295-9a1e-c88ac3479b6f" + }, + "display": "MARLBOROUGH HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f9ead6b6-e084-32b8-bb09-4bb00b9b7e85" + }, + "display": "MARLBOROUGH HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "5084815000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Marvin195.Glover433@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:ab275038-0e68-37ce-add5-4d75902e1fbf", + "resource": { + "resourceType": "Practitioner", + "id": "ab275038-0e68-37ce-add5-4d75902e1fbf", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 62 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999799" + } ], + "active": true, + "name": [ { + "family": "Thompson596", + "given": [ "Louetta798" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Louetta798.Thompson596@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "680 CENTER STREET" ], + "city": "BROCKTON", + "state": "MA", + "postalCode": "02302", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999799" + } + }, { + "fullUrl": "urn:uuid:20ed6493-6470-c71e-7130-c09546ffe0bc", + "resource": { + "resourceType": "PractitionerRole", + "id": "20ed6493-6470-c71e-7130-c09546ffe0bc", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999799" + }, + "display": "Dr. Louetta798 Thompson596" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c44f361c-2efb-3050-8f97-0354a12e2920" + }, + "display": "SIGNATURE HEALTHCARE BROCKTON HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "97bc3a8d-35db-3628-88b5-e595c34fde0c" + }, + "display": "SIGNATURE HEALTHCARE BROCKTON HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "5089417000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Louetta798.Thompson596@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:10d1f2c6-a7f3-325e-974b-4b0e9ef83bff", + "resource": { + "resourceType": "Practitioner", + "id": "10d1f2c6-a7f3-325e-974b-4b0e9ef83bff", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 113 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999789" + } ], + "active": true, + "name": [ { + "family": "Langosh790", + "given": [ "Eleonora961" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Eleonora961.Langosh790@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "201 HIGHLAND STREET" ], + "city": "CLINTON", + "state": "MA", + "postalCode": "01510", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999789" + } + }, { + "fullUrl": "urn:uuid:e777c1d4-9608-aeef-bd29-32676eb72e86", + "resource": { + "resourceType": "PractitionerRole", + "id": "e777c1d4-9608-aeef-bd29-32676eb72e86", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999789" + }, + "display": "Dr. Eleonora961 Langosh790" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "331f4c11-d298-308b-aaa1-d7825b29b57f" + }, + "display": "CLINTON HOSPITAL ASSOCIATION" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5d154e4d-1d0d-300f-bc3f-0dee4905b600" + }, + "display": "CLINTON HOSPITAL ASSOCIATION" + } ], + "telecom": [ { + "system": "phone", + "value": "9783683000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Eleonora961.Langosh790@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:8aee5c32-10b1-3527-811f-98fafd4916ff", + "resource": { + "resourceType": "Practitioner", + "id": "8aee5c32-10b1-3527-811f-98fafd4916ff", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 41 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999779" + } ], + "active": true, + "name": [ { + "family": "Jacobson885", + "given": [ "Ingrid581" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Ingrid581.Jacobson885@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "275 SANDWICH STREET" ], + "city": "PLYMOUTH", + "state": "MA", + "postalCode": "02360", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999779" + } + }, { + "fullUrl": "urn:uuid:d2833dae-d635-d549-bff5-75e57087f9c2", + "resource": { + "resourceType": "PractitionerRole", + "id": "d2833dae-d635-d549-bff5-75e57087f9c2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999779" + }, + "display": "Dr. Ingrid581 Jacobson885" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b1ddf812-1fdd-3adf-b1d5-32cc8bd07ebb" + }, + "display": "BETH ISRAEL DEACONESS HOSPITAL - PLYMOUTH" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8a883371-6aed-3948-b487-a874cfdb8cea" + }, + "display": "BETH ISRAEL DEACONESS HOSPITAL - PLYMOUTH" + } ], + "telecom": [ { + "system": "phone", + "value": "5087462000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Ingrid581.Jacobson885@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:f418ce0e-c1a0-3c00-b798-acfcac8ce64a", + "resource": { + "resourceType": "Practitioner", + "id": "f418ce0e-c1a0-3c00-b798-acfcac8ce64a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999769" + } ], + "active": true, + "name": [ { + "family": "Friesen796", + "given": [ "Robbie31" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Robbie31.Friesen796@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "107 LINCOLN STREET" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01605", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999769" + } + }, { + "fullUrl": "urn:uuid:04c08436-40f8-20bc-da32-78562a08e74e", + "resource": { + "resourceType": "PractitionerRole", + "id": "04c08436-40f8-20bc-da32-78562a08e74e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999769" + }, + "display": "Dr. Robbie31 Friesen796" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "6be05ccf-ef94-341f-a2a3-1cf9bfde1b18" + }, + "display": "ADCARE HOSPITAL OF WORCESTER INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "09b5c2f8-f4fe-3662-b18d-fc5eb3f5fc5e" + }, + "display": "ADCARE HOSPITAL OF WORCESTER INC" + } ], + "telecom": [ { + "system": "phone", + "value": "5087999000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Robbie31.Friesen796@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:83425238-7136-382a-976a-022e34cf1ce0", + "resource": { + "resourceType": "Practitioner", + "id": "83425238-7136-382a-976a-022e34cf1ce0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 210 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999759" + } ], + "active": true, + "name": [ { + "family": "Oberbrunner298", + "given": [ "Willena258" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Willena258.Oberbrunner298@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "295 VARNUM AVENUE" ], + "city": "LOWELL", + "state": "MA", + "postalCode": "01854", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999759" + } + }, { + "fullUrl": "urn:uuid:8abb3ab6-49f5-516f-7e61-7cc340ced861", + "resource": { + "resourceType": "PractitionerRole", + "id": "8abb3ab6-49f5-516f-7e61-7cc340ced861", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999759" + }, + "display": "Dr. Willena258 Oberbrunner298" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b0e04623-b02c-3f8b-92ea-943fc4db60da" + }, + "display": "LOWELL GENERAL HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3b06f875-7d94-3393-9cbb-c0d1d472a67d" + }, + "display": "LOWELL GENERAL HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "9789376000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Willena258.Oberbrunner298@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:2957f766-f1ed-3d29-89bd-db3182b9b850", + "resource": { + "resourceType": "Practitioner", + "id": "2957f766-f1ed-3d29-89bd-db3182b9b850", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 118 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999749" + } ], + "active": true, + "name": [ { + "family": "Ziemann98", + "given": [ "Lorenza655" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lorenza655.Ziemann98@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "115 WEST SILVER STREET" ], + "city": "WESTFIELD", + "state": "MA", + "postalCode": "01085", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999749" + } + }, { + "fullUrl": "urn:uuid:0817b4d6-25ad-7978-e5ca-cfb985258d04", + "resource": { + "resourceType": "PractitionerRole", + "id": "0817b4d6-25ad-7978-e5ca-cfb985258d04", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999749" + }, + "display": "Dr. Lorenza655 Ziemann98" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ebc3f5c4-6700-34af-8323-85621c313726" + }, + "display": "NOBLE HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "52e5eff5-cdce-3686-91d1-61e05ac01078" + }, + "display": "NOBLE HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "4135682811" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lorenza655.Ziemann98@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:41b433ee-c672-39c9-9ada-ad3571dd3c26", + "resource": { + "resourceType": "Practitioner", + "id": "41b433ee-c672-39c9-9ada-ad3571dd3c26", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 292 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999739" + } ], + "active": true, + "name": [ { + "family": "Windler79", + "given": [ "Lurlene215" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lurlene215.Windler79@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "271 CAREW STREET" ], + "city": "SPRINGFIELD", + "state": "MA", + "postalCode": "01104", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999739" + } + }, { + "fullUrl": "urn:uuid:fd1457f9-f90e-266d-35f1-734edc8b79c1", + "resource": { + "resourceType": "PractitionerRole", + "id": "fd1457f9-f90e-266d-35f1-734edc8b79c1", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999739" + }, + "display": "Dr. Lurlene215 Windler79" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "fd328395-ab1d-35c6-a2d0-d05a9a79cf11" + }, + "display": "MERCY MEDICAL CTR" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8317ed63-5fe5-360c-bead-0e3f7eb95bbc" + }, + "display": "MERCY MEDICAL CTR" + } ], + "telecom": [ { + "system": "phone", + "value": "4137489000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lurlene215.Windler79@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:2c867dfd-0dfb-3f38-9672-385f589248f6", + "resource": { + "resourceType": "Practitioner", + "id": "2c867dfd-0dfb-3f38-9672-385f589248f6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 667 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999729" + } ], + "active": true, + "name": [ { + "family": "Borer986", + "given": [ "Berry486" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Berry486.Borer986@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "585 LEBANON STREET" ], + "city": "MELROSE", + "state": "MA", + "postalCode": "02176", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999729" + } + }, { + "fullUrl": "urn:uuid:f93350e7-9016-103b-56c7-07632f28c499", + "resource": { + "resourceType": "PractitionerRole", + "id": "f93350e7-9016-103b-56c7-07632f28c499", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999729" + }, + "display": "Dr. Berry486 Borer986" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d692e283-0833-3201-8e55-4f868a9c0736" + }, + "display": "HALLMARK HEALTH SYSTEM" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d02aaed4-c05c-36e3-9776-6b3b96c35753" + }, + "display": "HALLMARK HEALTH SYSTEM" + } ], + "telecom": [ { + "system": "phone", + "value": "7819793000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Berry486.Borer986@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:f01262b8-8bb9-393c-ac33-9867e5bdb1f4", + "resource": { + "resourceType": "Practitioner", + "id": "f01262b8-8bb9-393c-ac33-9867e5bdb1f4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 12 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999719" + } ], + "active": true, + "name": [ { + "family": "Kuhic920", + "given": [ "Man114" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Man114.Kuhic920@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "55 FRUIT STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02114", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999719" + } + }, { + "fullUrl": "urn:uuid:67177fac-d504-6135-f6ff-72283a849d3a", + "resource": { + "resourceType": "PractitionerRole", + "id": "67177fac-d504-6135-f6ff-72283a849d3a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999719" + }, + "display": "Dr. Man114 Kuhic920" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d78e84ec-30aa-3bba-a33a-f29a3a454662" + }, + "display": "MASSACHUSETTS GENERAL HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a3c831f7-cf73-39d1-9e4f-61a7f3488d99" + }, + "display": "MASSACHUSETTS GENERAL HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "6177262000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Man114.Kuhic920@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:17aa9464-8d8c-3d0c-b9ed-e3af9702b7e9", + "resource": { + "resourceType": "Practitioner", + "id": "17aa9464-8d8c-3d0c-b9ed-e3af9702b7e9", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 128 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999709" + } ], + "active": true, + "name": [ { + "family": "Candelaria844", + "given": [ "Bernardo699" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Bernardo699.Candelaria844@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "88 WASHINGTON STREET" ], + "city": "TAUNTON", + "state": "MA", + "postalCode": "02780", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999709" + } + }, { + "fullUrl": "urn:uuid:98e9bdc0-f5ab-eb6f-33d8-0ce4303b6471", + "resource": { + "resourceType": "PractitionerRole", + "id": "98e9bdc0-f5ab-eb6f-33d8-0ce4303b6471", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999709" + }, + "display": "Dr. Bernardo699 Candelaria844" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8ad64ecf-c817-3753-bee7-006a8e662e06" + }, + "display": "MORTON HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "98fbb854-6baf-3935-a39c-b5b68b6c0e0a" + }, + "display": "MORTON HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "5088287000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Bernardo699.Candelaria844@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:e1d11d41-bdfc-31fe-bd8a-69912e6df9dc", + "resource": { + "resourceType": "Practitioner", + "id": "e1d11d41-bdfc-31fe-bd8a-69912e6df9dc", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 262 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999699" + } ], + "active": true, + "name": [ { + "family": "Kihn564", + "given": [ "Isreal8" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Isreal8.Kihn564@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "363 HIGHLAND AVENUE" ], + "city": "FALL RIVER", + "state": "MA", + "postalCode": "02720", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999699" + } + }, { + "fullUrl": "urn:uuid:fa49e268-f533-df4d-749e-58f38cab56dd", + "resource": { + "resourceType": "PractitionerRole", + "id": "fa49e268-f533-df4d-749e-58f38cab56dd", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999699" + }, + "display": "Dr. Isreal8 Kihn564" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "23834663-ed53-3da9-b330-d6e1ecb8428e" + }, + "display": "SOUTHCOAST HOSPITAL GROUP, INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9f09451e-2da9-3119-aacf-866115e0cc04" + }, + "display": "SOUTHCOAST HOSPITAL GROUP, INC" + } ], + "telecom": [ { + "system": "phone", + "value": "5086793131" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Isreal8.Kihn564@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:5634c108-dcbf-3bf2-b801-6ebcda792287", + "resource": { + "resourceType": "Practitioner", + "id": "5634c108-dcbf-3bf2-b801-6ebcda792287", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 54 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999689" + } ], + "active": true, + "name": [ { + "family": "Blanda868", + "given": [ "Nelda514" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Nelda514.Blanda868@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "243 CHARLES STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02114", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999689" + } + }, { + "fullUrl": "urn:uuid:0f21295c-0b14-d756-f47e-81136eb4aee5", + "resource": { + "resourceType": "PractitionerRole", + "id": "0f21295c-0b14-d756-f47e-81136eb4aee5", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999689" + }, + "display": "Dr. Nelda514 Blanda868" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "44bef9d3-91c2-3005-93e0-ccf436348ff0" + }, + "display": "MASSACHUSETTS EYE AND EAR INFIRMARY -" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "348c93c5-0196-32a5-a385-9364455c40e6" + }, + "display": "MASSACHUSETTS EYE AND EAR INFIRMARY -" + } ], + "telecom": [ { + "system": "phone", + "value": "6175237900" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Nelda514.Blanda868@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:145158b3-5c06-353f-a3a6-907d664397f0", + "resource": { + "resourceType": "Practitioner", + "id": "145158b3-5c06-353f-a3a6-907d664397f0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 177 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999679" + } ], + "active": true, + "name": [ { + "family": "Paucek755", + "given": [ "Henry768" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Henry768.Paucek755@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "759 CHESTNUT STREET" ], + "city": "SPRINGFIELD", + "state": "MA", + "postalCode": "01199", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999679" + } + }, { + "fullUrl": "urn:uuid:53e1dfa9-6dba-4d4d-5ee2-2adbfa0571eb", + "resource": { + "resourceType": "PractitionerRole", + "id": "53e1dfa9-6dba-4d4d-5ee2-2adbfa0571eb", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999679" + }, + "display": "Dr. Henry768 Paucek755" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "60457c13-adb2-3415-82c5-86ab5dab5f93" + }, + "display": "BAYSTATE MEDICAL CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8a4463e4-5cbd-3783-bd3f-9469d5b94fef" + }, + "display": "BAYSTATE MEDICAL CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "4137940000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Henry768.Paucek755@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:4a588604-b4c9-38f5-8a5e-1f614b0cd16f", + "resource": { + "resourceType": "Practitioner", + "id": "4a588604-b4c9-38f5-8a5e-1f614b0cd16f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 320 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999669" + } ], + "active": true, + "name": [ { + "family": "Schulist381", + "given": [ "Deon400" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Deon400.Schulist381@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "70 EAST STREET" ], + "city": "METHUEN", + "state": "MA", + "postalCode": "01844", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999669" + } + }, { + "fullUrl": "urn:uuid:761a7ad7-1d1d-cc82-c02c-5c8d70385cc1", + "resource": { + "resourceType": "PractitionerRole", + "id": "761a7ad7-1d1d-cc82-c02c-5c8d70385cc1", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999669" + }, + "display": "Dr. Deon400 Schulist381" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a9f20dc1-5147-3789-bcef-bbecb41c5983" + }, + "display": "HOLY FAMILY HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "bf29110f-fba1-3e0d-920b-b2d4d05d52f1" + }, + "display": "HOLY FAMILY HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "9786870156" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Deon400.Schulist381@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:eb41404e-23bf-385e-bf69-e17e2cae1316", + "resource": { + "resourceType": "Practitioner", + "id": "eb41404e-23bf-385e-bf69-e17e2cae1316", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 530 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999659" + } ], + "active": true, + "name": [ { + "family": "Ebert178", + "given": [ "Jenniffer979" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Jenniffer979.Ebert178@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "148 CHESTNUT STREET" ], + "city": "NEEDHAM", + "state": "MA", + "postalCode": "02494", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999659" + } + }, { + "fullUrl": "urn:uuid:62007e4c-a132-7565-d627-7b0ce591a35b", + "resource": { + "resourceType": "PractitionerRole", + "id": "62007e4c-a132-7565-d627-7b0ce591a35b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999659" + }, + "display": "Dr. Jenniffer979 Ebert178" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7fb56531-86bd-3e4a-8619-4df9942da309" + }, + "display": "BETH ISRAEL DEACONESS HOSPITAL - NEEDHAM" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5621931f-9ebf-320b-a2cd-648d8e65fb6b" + }, + "display": "BETH ISRAEL DEACONESS HOSPITAL - NEEDHAM" + } ], + "telecom": [ { + "system": "phone", + "value": "7814533002" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Jenniffer979.Ebert178@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:af77642c-7a26-3730-885e-991f45002104", + "resource": { + "resourceType": "Practitioner", + "id": "af77642c-7a26-3730-885e-991f45002104", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 78 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999649" + } ], + "active": true, + "name": [ { + "family": "Lynch190", + "given": [ "Alix578" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Alix578.Lynch190@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "133 OLD ROAD TO 9 ACRE CORNER" ], + "city": "W CONCORD", + "state": "MA", + "postalCode": "01742", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999649" + } + }, { + "fullUrl": "urn:uuid:9cf9d2f3-fe4c-a65b-bd46-a42eeb9b77c6", + "resource": { + "resourceType": "PractitionerRole", + "id": "9cf9d2f3-fe4c-a65b-bd46-a42eeb9b77c6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999649" + }, + "display": "Dr. Alix578 Lynch190" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "03347b4d-994e-302b-848b-58019a4e274d" + }, + "display": "EMERSON HOSPITAL -" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9923479a-3707-3e67-8711-c025a0e8d77b" + }, + "display": "EMERSON HOSPITAL -" + } ], + "telecom": [ { + "system": "phone", + "value": "9783691400" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Alix578.Lynch190@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:19123ec7-be28-3e87-9d1e-b635fa6aad3e", + "resource": { + "resourceType": "Practitioner", + "id": "19123ec7-be28-3e87-9d1e-b635fa6aad3e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 25 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999639" + } ], + "active": true, + "name": [ { + "family": "Cummings51", + "given": [ "Trina350" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Trina350.Cummings51@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "330 BROOKLINE AVENUE" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02215", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999639" + } + }, { + "fullUrl": "urn:uuid:8c717519-f81a-ddd4-d22b-e937998f8c58", + "resource": { + "resourceType": "PractitionerRole", + "id": "8c717519-f81a-ddd4-d22b-e937998f8c58", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999639" + }, + "display": "Dr. Trina350 Cummings51" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "cb6a50e0-af76-3758-99ad-3200ede03fff" + }, + "display": "BETH ISRAEL DEACONESS MEDICAL CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "72938669-0ff4-3ead-97c4-9439f3926900" + }, + "display": "BETH ISRAEL DEACONESS MEDICAL CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "6176677000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Trina350.Cummings51@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:55d8e573-2fc2-303b-8240-6c6d8e68ae3c", + "resource": { + "resourceType": "Practitioner", + "id": "55d8e573-2fc2-303b-8240-6c6d8e68ae3c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 30 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999629" + } ], + "active": true, + "name": [ { + "family": "Mayert710", + "given": [ "Marcelene872" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Marcelene872.Mayert710@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "125 PARKER HILL AVENUE" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02120", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999629" + } + }, { + "fullUrl": "urn:uuid:f5ae9c99-0782-299d-e5f9-2d9dcf9a0529", + "resource": { + "resourceType": "PractitionerRole", + "id": "f5ae9c99-0782-299d-e5f9-2d9dcf9a0529", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999629" + }, + "display": "Dr. Marcelene872 Mayert710" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9a7149fa-49fc-3c87-b935-d29c55808717" + }, + "display": "NEW ENGLAND BAPTIST HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8164d1f4-c11a-31f3-8af3-dbbf69028e81" + }, + "display": "NEW ENGLAND BAPTIST HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "6177545800" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Marcelene872.Mayert710@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:502c1325-48d4-3a8d-9066-f987e76a6541", + "resource": { + "resourceType": "Practitioner", + "id": "502c1325-48d4-3a8d-9066-f987e76a6541", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 645 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999619" + } ], + "active": true, + "name": [ { + "family": "Pollich983", + "given": [ "Wilton999" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Wilton999.Pollich983@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "14 PROSPECT STREET" ], + "city": "MILFORD", + "state": "MA", + "postalCode": "01757", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999619" + } + }, { + "fullUrl": "urn:uuid:f533c337-aa01-b772-2009-ae11f1d58cc1", + "resource": { + "resourceType": "PractitionerRole", + "id": "f533c337-aa01-b772-2009-ae11f1d58cc1", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999619" + }, + "display": "Dr. Wilton999 Pollich983" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "24cb4eab-6166-3530-bddc-a5a8a14a4fc1" + }, + "display": "MILFORD REGIONAL MEDICAL CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e7defd99-1c69-307b-9e99-5bb405c3bd7d" + }, + "display": "MILFORD REGIONAL MEDICAL CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "5084731190" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Wilton999.Pollich983@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:66ddef5c-dc83-3967-ac68-2981a3d4c937", + "resource": { + "resourceType": "Practitioner", + "id": "66ddef5c-dc83-3967-ac68-2981a3d4c937", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 68 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999609" + } ], + "active": true, + "name": [ { + "family": "Tremblay80", + "given": [ "Sal878" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Sal878.Tremblay80@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "242 GREEN STREET" ], + "city": "GARDNER", + "state": "MA", + "postalCode": "01440", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999609" + } + }, { + "fullUrl": "urn:uuid:449d2d50-3f66-5ad7-e50e-73c019a78012", + "resource": { + "resourceType": "PractitionerRole", + "id": "449d2d50-3f66-5ad7-e50e-73c019a78012", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999609" + }, + "display": "Dr. Sal878 Tremblay80" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e44f438a-601b-30fb-85eb-bfaf8ddcb5ad" + }, + "display": "HEYWOOD HOSPITAL -" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d9a13930-ab2f-377e-a0fa-c6cffcea811f" + }, + "display": "HEYWOOD HOSPITAL -" + } ], + "telecom": [ { + "system": "phone", + "value": "9786323420" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Sal878.Tremblay80@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:7527c06c-a1d4-348b-955b-800113421be2", + "resource": { + "resourceType": "Practitioner", + "id": "7527c06c-a1d4-348b-955b-800113421be2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 184 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999599" + } ], + "active": true, + "name": [ { + "family": "Green467", + "given": [ "Grady603" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Grady603.Green467@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "200 GROTON ROAD" ], + "city": "AYER", + "state": "MA", + "postalCode": "01432", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999599" + } + }, { + "fullUrl": "urn:uuid:2b4cd8b1-edd0-1c27-2a68-37d48b1e65a8", + "resource": { + "resourceType": "PractitionerRole", + "id": "2b4cd8b1-edd0-1c27-2a68-37d48b1e65a8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999599" + }, + "display": "Dr. Grady603 Green467" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ac8356a5-78f8-3a63-8a1e-59e832fd54e7" + }, + "display": "NASHOBA VALLEY MEDICAL CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "4284938a-e33b-353b-b785-12d6cdb6f357" + }, + "display": "NASHOBA VALLEY MEDICAL CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "9787849000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Grady603.Green467@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:313bd1e2-5e01-3959-abc5-1b10990f4ab8", + "resource": { + "resourceType": "Practitioner", + "id": "313bd1e2-5e01-3959-abc5-1b10990f4ab8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 266 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999589" + } ], + "active": true, + "name": [ { + "family": "Nienow652", + "given": [ "Amira620" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Amira620.Nienow652@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "55 FOGG ROAD" ], + "city": "SOUTH WEYMOUTH", + "state": "MA", + "postalCode": "02190", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999589" + } + }, { + "fullUrl": "urn:uuid:52abf5c7-b999-24ec-d13d-7b413764241e", + "resource": { + "resourceType": "PractitionerRole", + "id": "52abf5c7-b999-24ec-d13d-7b413764241e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999589" + }, + "display": "Dr. Amira620 Nienow652" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "db0acede-4abe-3c01-8d03-5c68a190d8c7" + }, + "display": "SOUTH SHORE HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9fad6955-7f91-34dd-80c4-997e5e173651" + }, + "display": "SOUTH SHORE HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "7813408000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Amira620.Nienow652@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:0762b9d5-0181-3814-ac48-191959399889", + "resource": { + "resourceType": "Practitioner", + "id": "0762b9d5-0181-3814-ac48-191959399889", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 165 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999579" + } ], + "active": true, + "name": [ { + "family": "Franecki195", + "given": [ "Darrick836" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Darrick836.Franecki195@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "2014 WASHINGTON STREET" ], + "city": "NEWTON", + "state": "MA", + "postalCode": "02462", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999579" + } + }, { + "fullUrl": "urn:uuid:b8a84ef9-77ce-9d71-1773-d6bd1078abd3", + "resource": { + "resourceType": "PractitionerRole", + "id": "b8a84ef9-77ce-9d71-1773-d6bd1078abd3", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999579" + }, + "display": "Dr. Darrick836 Franecki195" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3d10019f-c88e-3de5-9916-6107b9c0263d" + }, + "display": "NEWTON-WELLESLEY HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e111a884-fc5e-3766-9077-c44100ba56e2" + }, + "display": "NEWTON-WELLESLEY HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "6172436000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Darrick836.Franecki195@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:4473ddf7-1837-37f5-a4f2-d34477c5b416", + "resource": { + "resourceType": "Practitioner", + "id": "4473ddf7-1837-37f5-a4f2-d34477c5b416", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 650 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999559" + } ], + "active": true, + "name": [ { + "family": "Rutherford999", + "given": [ "Leigh689" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Leigh689.Rutherford999@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "199 REEDSDALE ROAD" ], + "city": "MILTON", + "state": "MA", + "postalCode": "02186", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999559" + } + }, { + "fullUrl": "urn:uuid:94964251-a3e1-4f96-399f-c70eb48107de", + "resource": { + "resourceType": "PractitionerRole", + "id": "94964251-a3e1-4f96-399f-c70eb48107de", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999559" + }, + "display": "Dr. Leigh689 Rutherford999" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "12c9daf5-a29c-36c9-ac55-28972463e566" + }, + "display": "BETH ISRAEL DEACONESS HOSPITAL-MILTON INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5ad4118a-3589-3537-9c3a-3e70ad4306d8" + }, + "display": "BETH ISRAEL DEACONESS HOSPITAL-MILTON INC" + } ], + "telecom": [ { + "system": "phone", + "value": "6176964600" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Leigh689.Rutherford999@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:230dd5c1-a19a-3d0f-9683-971cb63daa27", + "resource": { + "resourceType": "Practitioner", + "id": "230dd5c1-a19a-3d0f-9683-971cb63daa27", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 14 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999549" + } ], + "active": true, + "name": [ { + "family": "Mosciski958", + "given": [ "Abel832" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Abel832.Mosciski958@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "75 FRANCIS STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02115", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999549" + } + }, { + "fullUrl": "urn:uuid:8a063161-a53d-22e3-e86e-798c7b420a3e", + "resource": { + "resourceType": "PractitionerRole", + "id": "8a063161-a53d-22e3-e86e-798c7b420a3e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999549" + }, + "display": "Dr. Abel832 Mosciski958" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "27379046-608b-32f0-9df7-8c833cf5d11d" + }, + "display": "BRIGHAM AND WOMEN'S HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "76d287bf-3778-3be3-a5ac-c857a11c3408" + }, + "display": "BRIGHAM AND WOMEN'S HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "6177325500" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Abel832.Mosciski958@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:edb7319e-a3fd-31c3-b6b4-079af9d307da", + "resource": { + "resourceType": "Practitioner", + "id": "edb7319e-a3fd-31c3-b6b4-079af9d307da", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 63 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999539" + } ], + "active": true, + "name": [ { + "family": "Renner328", + "given": [ "Hal307" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Hal307.Renner328@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "235 NORTH PEARL STREET" ], + "city": "BROCKTON", + "state": "MA", + "postalCode": "02301", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999539" + } + }, { + "fullUrl": "urn:uuid:74a68b64-44d3-c5de-da41-5cdda61d0756", + "resource": { + "resourceType": "PractitionerRole", + "id": "74a68b64-44d3-c5de-da41-5cdda61d0756", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999539" + }, + "display": "Dr. Hal307 Renner328" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "226098a2-6a40-3588-b5bb-db56c3a30a04" + }, + "display": "GOOD SAMARITAN MEDICAL CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f6d3670d-1bb9-313b-87b9-c7b37feb154a" + }, + "display": "GOOD SAMARITAN MEDICAL CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "5084273000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Hal307.Renner328@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:1f01a8fc-05b7-358e-ab7e-cd600c901b9d", + "resource": { + "resourceType": "Practitioner", + "id": "1f01a8fc-05b7-358e-ab7e-cd600c901b9d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 125 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999519" + } ], + "active": true, + "name": [ { + "family": "Witting912", + "given": [ "Garry927" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Garry927.Witting912@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1153 CENTRE STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02130", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999519" + } + }, { + "fullUrl": "urn:uuid:4e39d5a3-1698-18a0-2eeb-7a077d585497", + "resource": { + "resourceType": "PractitionerRole", + "id": "4e39d5a3-1698-18a0-2eeb-7a077d585497", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999519" + }, + "display": "Dr. Garry927 Witting912" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d733d4a9-080d-3593-b910-2366e652b7ea" + }, + "display": "BRIGHAM AND WOMEN'S FAULKNER HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9aac3433-95a1-3e3c-b314-97b5039f3e70" + }, + "display": "BRIGHAM AND WOMEN'S FAULKNER HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "6179837000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Garry927.Witting912@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:c078e606-f560-3dfc-b926-6ddd7b92418c", + "resource": { + "resourceType": "Practitioner", + "id": "c078e606-f560-3dfc-b926-6ddd7b92418c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 316 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999509" + } ], + "active": true, + "name": [ { + "family": "Bradtke547", + "given": [ "Courtney281" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Courtney281.Bradtke547@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "800 WASHINGTON STREET" ], + "city": "NORWOOD", + "state": "MA", + "postalCode": "02062", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999509" + } + }, { + "fullUrl": "urn:uuid:ae3a561a-64ad-2ca5-7bfc-d9a59be47e7e", + "resource": { + "resourceType": "PractitionerRole", + "id": "ae3a561a-64ad-2ca5-7bfc-d9a59be47e7e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999509" + }, + "display": "Dr. Courtney281 Bradtke547" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3bd5eda0-16da-3ba5-8500-4dfd6ae118b8" + }, + "display": "NORWOOD HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "4d5b056f-6158-37e9-b5e5-1ff899ea825d" + }, + "display": "NORWOOD HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "5087721000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Courtney281.Bradtke547@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:570c5594-ff45-30bf-a6c2-99c8682fe56e", + "resource": { + "resourceType": "Practitioner", + "id": "570c5594-ff45-30bf-a6c2-99c8682fe56e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 232 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999499" + } ], + "active": true, + "name": [ { + "family": "Kunde533", + "given": [ "Regena252" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Regena252.Kunde533@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "67 & 100 TER HEUN DRIVE" ], + "city": "FALMOUTH", + "state": "MA", + "postalCode": "02540", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999499" + } + }, { + "fullUrl": "urn:uuid:903b4459-c2e4-ede4-9c08-7976d86a69c1", + "resource": { + "resourceType": "PractitionerRole", + "id": "903b4459-c2e4-ede4-9c08-7976d86a69c1", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999499" + }, + "display": "Dr. Regena252 Kunde533" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d5117822-5756-389d-9547-891a372d580f" + }, + "display": "FALMOUTH HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9cf3cd22-2eec-34ec-89a4-9e74303330b0" + }, + "display": "FALMOUTH HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "5085485300" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Regena252.Kunde533@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:8469f96e-b431-36fe-86f5-3cfe8469c5df", + "resource": { + "resourceType": "Practitioner", + "id": "8469f96e-b431-36fe-86f5-3cfe8469c5df", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 12 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999489" + } ], + "active": true, + "name": [ { + "family": "Mueller846", + "given": [ "Keven605" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Keven605.Mueller846@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "55 LAKE AVENUE NORTH" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01655", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999489" + } + }, { + "fullUrl": "urn:uuid:f4b1a4b0-3657-c91f-f715-961fde7dd3c4", + "resource": { + "resourceType": "PractitionerRole", + "id": "f4b1a4b0-3657-c91f-f715-961fde7dd3c4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999489" + }, + "display": "Dr. Keven605 Mueller846" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f99c74cc-7d1a-3f95-9a33-4a9357bf2f2a" + }, + "display": "UMASS MEMORIAL MEDICAL CENTER INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "29ed0376-5f9c-34fd-b5e5-cebdac0063cf" + }, + "display": "UMASS MEMORIAL MEDICAL CENTER INC" + } ], + "telecom": [ { + "system": "phone", + "value": "5083341000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Keven605.Mueller846@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:3442d813-94a5-3339-9ad0-7ac4c9d42c20", + "resource": { + "resourceType": "Practitioner", + "id": "3442d813-94a5-3339-9ad0-7ac4c9d42c20", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 47 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999479" + } ], + "active": true, + "name": [ { + "family": "Crooks415", + "given": [ "Jarrod316" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Jarrod316.Crooks415@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "41 & 45 MALL ROAD" ], + "city": "BURLINGTON", + "state": "MA", + "postalCode": "01803", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999479" + } + }, { + "fullUrl": "urn:uuid:7dcd3185-bf9f-e37b-2635-4d291892e652", + "resource": { + "resourceType": "PractitionerRole", + "id": "7dcd3185-bf9f-e37b-2635-4d291892e652", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999479" + }, + "display": "Dr. Jarrod316 Crooks415" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "6f122869-a856-3d65-8db9-099bf4f5bbb8" + }, + "display": "LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "054c31ff-9847-3a84-8840-71df928ad708" + }, + "display": "LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON" + } ], + "telecom": [ { + "system": "phone", + "value": "7817445100" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Jarrod316.Crooks415@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:2589549d-86d2-3237-b4a3-7cc96d984add", + "resource": { + "resourceType": "Practitioner", + "id": "2589549d-86d2-3237-b4a3-7cc96d984add", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 42 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999469" + } ], + "active": true, + "name": [ { + "family": "Schiller186", + "given": [ "Alta896" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Alta896.Schiller186@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "115 LINCOLN STREET" ], + "city": "FRAMINGHAM", + "state": "MA", + "postalCode": "01701", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999469" + } + }, { + "fullUrl": "urn:uuid:f1abf708-dbd7-b753-0c41-db4c6a0cd289", + "resource": { + "resourceType": "PractitionerRole", + "id": "f1abf708-dbd7-b753-0c41-db4c6a0cd289", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999469" + }, + "display": "Dr. Alta896 Schiller186" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "465de31f-3098-365c-af70-48a071e1f5aa" + }, + "display": "METROWEST MEDICAL CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5b120b38-7650-35fa-b6fe-bab1f5b5a957" + }, + "display": "METROWEST MEDICAL CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "5083831000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Alta896.Schiller186@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:a31e3f6e-c92c-3b7e-8945-09d6bb71cfa8", + "resource": { + "resourceType": "Practitioner", + "id": "a31e3f6e-c92c-3b7e-8945-09d6bb71cfa8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 104 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999459" + } ], + "active": true, + "name": [ { + "family": "Turner526", + "given": [ "Sandy901" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Sandy901.Turner526@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "123 SUMMER STREET" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01608", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999459" + } + }, { + "fullUrl": "urn:uuid:02b9850c-1225-2a48-c25c-faee03a6a714", + "resource": { + "resourceType": "PractitionerRole", + "id": "02b9850c-1225-2a48-c25c-faee03a6a714", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999459" + }, + "display": "Dr. Sandy901 Turner526" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "1eaf97fa-9de6-38de-a9c4-6efe5dc574be" + }, + "display": "ST VINCENT HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f680473b-46ea-3c14-8fcf-21e2638c63fa" + }, + "display": "ST VINCENT HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "5083635000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Sandy901.Turner526@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:bef47af8-6ee5-3052-9b7d-38b5e246ca00", + "resource": { + "resourceType": "Practitioner", + "id": "bef47af8-6ee5-3052-9b7d-38b5e246ca00", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 28 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999449" + } ], + "active": true, + "name": [ { + "family": "Lehner980", + "given": [ "Leesa210" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Leesa210.Lehner980@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "57 PROSPECT STREET" ], + "city": "NANTUCKET", + "state": "MA", + "postalCode": "02554", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999449" + } + }, { + "fullUrl": "urn:uuid:80b4db2b-0e97-709c-cc17-26ed62d6d59f", + "resource": { + "resourceType": "PractitionerRole", + "id": "80b4db2b-0e97-709c-cc17-26ed62d6d59f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999449" + }, + "display": "Dr. Leesa210 Lehner980" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "80e919cc-df1a-3838-b75e-541564a286e5" + }, + "display": "NANTUCKET COTTAGE HOSPITAL" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3db68e5d-f235-3f3b-8af9-ecaa760eef4f" + }, + "display": "NANTUCKET COTTAGE HOSPITAL" + } ], + "telecom": [ { + "system": "phone", + "value": "5082281200" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Leesa210.Lehner980@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:a532bbc2-7a88-3b30-be5d-d2db1deccd99", + "resource": { + "resourceType": "Practitioner", + "id": "a532bbc2-7a88-3b30-be5d-d2db1deccd99", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 21 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999409" + } ], + "active": true, + "name": [ { + "family": "Ankunding277", + "given": [ "Irwin931" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Irwin931.Ankunding277@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "30 WARREN STREET" ], + "city": "BRIGHTON", + "state": "MA", + "postalCode": "02135", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999409" + } + }, { + "fullUrl": "urn:uuid:1ee67332-e0af-51c0-b581-c59c11e11b87", + "resource": { + "resourceType": "PractitionerRole", + "id": "1ee67332-e0af-51c0-b581-c59c11e11b87", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999409" + }, + "display": "Dr. Irwin931 Ankunding277" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "956ccb85-bea0-30f9-af48-52f5dd95ff72" + }, + "display": "FRANCISCAN CHILDREN'S HOSPITAL & REHAB CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7d586b9f-c573-3e13-b739-65ad06160a5d" + }, + "display": "FRANCISCAN CHILDREN'S HOSPITAL & REHAB CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "6172543800" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Irwin931.Ankunding277@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:2bf09818-53be-3684-980b-aeb5d188251f", + "resource": { + "resourceType": "Practitioner", + "id": "2bf09818-53be-3684-980b-aeb5d188251f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 90 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999389" + } ], + "active": true, + "name": [ { + "family": "Funk324", + "given": [ "Loma263" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Loma263.Funk324@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "516 CAREW STREET" ], + "city": "SPRINGFIELD", + "state": "MA", + "postalCode": "01104", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999389" + } + }, { + "fullUrl": "urn:uuid:f0c20dc1-494e-a22b-910a-800ab951c1d1", + "resource": { + "resourceType": "PractitionerRole", + "id": "f0c20dc1-494e-a22b-910a-800ab951c1d1", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999389" + }, + "display": "Dr. Loma263 Funk324" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5103c940-0c08-392f-95cd-446e0cea042a" + }, + "display": "SHRINERS' HOSPITAL FOR CHILDREN (THE)" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f7e9979f-ba02-3674-8282-9492d70e51b7" + }, + "display": "SHRINERS' HOSPITAL FOR CHILDREN (THE)" + } ], + "telecom": [ { + "system": "phone", + "value": "4137872000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Loma263.Funk324@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:ce953021-4706-3f92-8332-4fcdbcd39b72", + "resource": { + "resourceType": "Practitioner", + "id": "ce953021-4706-3f92-8332-4fcdbcd39b72", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 80 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999379" + } ], + "active": true, + "name": [ { + "family": "Hilll811", + "given": [ "Roscoe437" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Roscoe437.Hilll811@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "51 BLOSSOM STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02114", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999379" + } + }, { + "fullUrl": "urn:uuid:23c62528-4245-066c-541e-498b6fd8685e", + "resource": { + "resourceType": "PractitionerRole", + "id": "23c62528-4245-066c-541e-498b6fd8685e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999379" + }, + "display": "Dr. Roscoe437 Hilll811" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ff9863d3-3fa3-3861-900e-f00148f5d9c2" + }, + "display": "SHRINERS' HOSPITAL FOR CHILDREN - BOSTON, THE" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "fe76468f-d456-3b30-aca0-d593982035e1" + }, + "display": "SHRINERS' HOSPITAL FOR CHILDREN - BOSTON, THE" + } ], + "telecom": [ { + "system": "phone", + "value": "6177223000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Roscoe437.Hilll811@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:01b01ca5-d20c-3990-99d6-aa79b142c9cc", + "resource": { + "resourceType": "Practitioner", + "id": "01b01ca5-d20c-3990-99d6-aa79b142c9cc", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 2 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999369" + } ], + "active": true, + "name": [ { + "family": "Zieme486", + "given": [ "Hortense60" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Hortense60.Zieme486@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "200 Springs Rd." ], + "city": "Bedford", + "state": "MA", + "postalCode": "01730", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999369" + } + }, { + "fullUrl": "urn:uuid:fe252a98-0e7d-5382-2476-db705227d05c", + "resource": { + "resourceType": "PractitionerRole", + "id": "fe252a98-0e7d-5382-2476-db705227d05c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999369" + }, + "display": "Dr. Hortense60 Zieme486" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "72a10c1a-ee7c-3a01-97b1-33f63244c13e" + }, + "display": "Edith Nourse Rogers Memorial Veterans Hospital (Bedford VA)" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ccd77347-276a-3424-9b92-00801accfb18" + }, + "display": "Edith Nourse Rogers Memorial Veterans Hospital (Bedford VA)" + } ], + "telecom": [ { + "system": "phone", + "value": "781-687-2000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Hortense60.Zieme486@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:91afac98-4575-30a6-8a91-7b120ce3f359", + "resource": { + "resourceType": "Practitioner", + "id": "91afac98-4575-30a6-8a91-7b120ce3f359", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 172 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999339" + } ], + "active": true, + "name": [ { + "family": "Quitzon246", + "given": [ "Lon587" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lon587.Quitzon246@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1400 VFW Parkway" ], + "city": "West Roxbury", + "state": "MA", + "postalCode": "02132", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999339" + } + }, { + "fullUrl": "urn:uuid:d3e2f17a-be30-206b-9cdd-a9185ce359fe", + "resource": { + "resourceType": "PractitionerRole", + "id": "d3e2f17a-be30-206b-9cdd-a9185ce359fe", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999339" + }, + "display": "Dr. Lon587 Quitzon246" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a7500efb-720b-3e44-990a-0c3edc5a3990" + }, + "display": "VA Boston Healthcare System, West Roxbury Campus" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "18d00338-8b02-3b9f-9471-d61257158a67" + }, + "display": "VA Boston Healthcare System, West Roxbury Campus" + } ], + "telecom": [ { + "system": "phone", + "value": "617-323-7700" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lon587.Quitzon246@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:bcf34f91-9f2e-3eda-a92c-d0926558c414", + "resource": { + "resourceType": "Practitioner", + "id": "bcf34f91-9f2e-3eda-a92c-d0926558c414", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 105 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999289" + } ], + "active": true, + "name": [ { + "family": "Schumm995", + "given": [ "Daren950" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Daren950.Schumm995@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "61 Lincoln Street, Suite 112" ], + "city": "Framingham", + "state": "MA", + "postalCode": "01702", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999999289" + } + }, { + "fullUrl": "urn:uuid:29d2ed21-8bb5-5cfa-835b-902c4dfa296e", + "resource": { + "resourceType": "PractitionerRole", + "id": "29d2ed21-8bb5-5cfa-835b-902c4dfa296e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999999289" + }, + "display": "Dr. Daren950 Schumm995" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "53b25c4b-e95f-3dd1-8e69-d427cdd83631" + }, + "display": "Framingham Outpatient Clinic" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "08d64805-efeb-32a5-be66-3dd7b0b76f2d" + }, + "display": "Framingham Outpatient Clinic" + } ], + "telecom": [ { + "system": "phone", + "value": "800-865-3384" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Daren950.Schumm995@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:9b981b57-211c-39d3-b21d-bb6d3df61036", + "resource": { + "resourceType": "Practitioner", + "id": "9b981b57-211c-39d3-b21d-bb6d3df61036", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 28 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999998569" + } ], + "active": true, + "name": [ { + "family": "Kunze215", + "given": [ "Marco578" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Marco578.Kunze215@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "95 WASHINGTON ST" ], + "city": "CANTON", + "state": "MA", + "postalCode": "02021-4011", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999998569" + } + }, { + "fullUrl": "urn:uuid:358a24a0-44d8-01ed-7c7c-c925345b2702", + "resource": { + "resourceType": "PractitionerRole", + "id": "358a24a0-44d8-01ed-7c7c-c925345b2702", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999998569" + }, + "display": "Dr. Marco578 Kunze215" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8784f92c-21db-30b9-8492-eb7fcf75ed2e" + }, + "display": "CHIROPRACTIC HEALTH GROUP, PC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a7809865-ef09-36ce-a5d2-cee30e65edac" + }, + "display": "CHIROPRACTIC HEALTH GROUP, PC" + } ], + "telecom": [ { + "system": "phone", + "value": "781-575-0100" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Marco578.Kunze215@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:74a5117a-a9d0-31d3-a713-d7ab0f985c2b", + "resource": { + "resourceType": "Practitioner", + "id": "74a5117a-a9d0-31d3-a713-d7ab0f985c2b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 25 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999998409" + } ], + "active": true, + "name": [ { + "family": "Heller342", + "given": [ "Asa127" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Asa127.Heller342@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "563 BROADWAY" ], + "city": "EVERETT", + "state": "MA", + "postalCode": "02149-3749", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999998409" + } + }, { + "fullUrl": "urn:uuid:0d2200f5-e72c-2e3e-dbc4-dc11fbec4eae", + "resource": { + "resourceType": "PractitionerRole", + "id": "0d2200f5-e72c-2e3e-dbc4-dc11fbec4eae", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999998409" + }, + "display": "Dr. Asa127 Heller342" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "fc0bcb63-569b-3658-aa03-71cf89aea64e" + }, + "display": "PCP1336" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b6e2187f-982c-317d-9b22-7ab25f8d7cb1" + }, + "display": "PCP1336" + } ], + "telecom": [ { + "system": "phone", + "value": "617-389-0013" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Asa127.Heller342@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:5b9cac68-2195-3056-b1b5-6a1084f5c349", + "resource": { + "resourceType": "Practitioner", + "id": "5b9cac68-2195-3056-b1b5-6a1084f5c349", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 82 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999997079" + } ], + "active": true, + "name": [ { + "family": "Hahn503", + "given": [ "Reginald96" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Reginald96.Hahn503@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "46 DAGGETT DR" ], + "city": "WEST SPRINGFIELD", + "state": "MA", + "postalCode": "01089-4646", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999997079" + } + }, { + "fullUrl": "urn:uuid:47d75970-0d19-45b9-b0e6-9d97136302b9", + "resource": { + "resourceType": "PractitionerRole", + "id": "47d75970-0d19-45b9-b0e6-9d97136302b9", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999997079" + }, + "display": "Dr. Reginald96 Hahn503" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "6b3080ef-1b74-33ae-aae8-5fdca88f4864" + }, + "display": "TOTAL WOMEN'S HEALTH CARE, INC." + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8574cff8-7e57-3646-9c5b-e86f9f880a1b" + }, + "display": "TOTAL WOMEN'S HEALTH CARE, INC." + } ], + "telecom": [ { + "system": "phone", + "value": "413-747-4554" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Reginald96.Hahn503@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:5579592d-012d-386e-b208-5b020e766a17", + "resource": { + "resourceType": "Practitioner", + "id": "5579592d-012d-386e-b208-5b020e766a17", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 122 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999993819" + } ], + "active": true, + "name": [ { + "family": "Cassin499", + "given": [ "Rosendo998" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Rosendo998.Cassin499@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "165 MAIN ST" ], + "city": "MEDWAY", + "state": "MA", + "postalCode": "02053-1584", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999993819" + } + }, { + "fullUrl": "urn:uuid:4b63624c-fa4e-e4ce-c810-7837994255b3", + "resource": { + "resourceType": "PractitionerRole", + "id": "4b63624c-fa4e-e4ce-c810-7837994255b3", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999993819" + }, + "display": "Dr. Rosendo998 Cassin499" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "65110f22-e3e1-34f5-844b-1d5a772762ad" + }, + "display": "PCP8766" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3510c1b5-98e4-3b6f-b0bb-38bcc1031ad2" + }, + "display": "PCP8766" + } ], + "telecom": [ { + "system": "phone", + "value": "774-641-3568" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Rosendo998.Cassin499@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:09474db4-b1a7-3667-bf59-547e8ef919f3", + "resource": { + "resourceType": "Practitioner", + "id": "09474db4-b1a7-3667-bf59-547e8ef919f3", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 48 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999993009" + } ], + "active": true, + "name": [ { + "family": "Huel628", + "given": [ "Armando772" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Armando772.Huel628@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "39 GREEN ST" ], + "city": "MILTON", + "state": "MA", + "postalCode": "02186-2318", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999993009" + } + }, { + "fullUrl": "urn:uuid:afa261a5-4a74-bda8-31dd-85d6d81f7fa6", + "resource": { + "resourceType": "PractitionerRole", + "id": "afa261a5-4a74-bda8-31dd-85d6d81f7fa6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999993009" + }, + "display": "Dr. Armando772 Huel628" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "bf5b8173-2d02-342a-b46e-f7814724d0c0" + }, + "display": "PCP9942" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "4f7193ff-94a6-3a4b-a83e-9cdd8716d2d5" + }, + "display": "PCP9942" + } ], + "telecom": [ { + "system": "phone", + "value": "617-361-1169" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Armando772.Huel628@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:2e6f19ab-beb3-3214-8356-81788eabbf8d", + "resource": { + "resourceType": "Practitioner", + "id": "2e6f19ab-beb3-3214-8356-81788eabbf8d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 31 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999992709" + } ], + "active": true, + "name": [ { + "family": "Schinner682", + "given": [ "Lesley194" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lesley194.Schinner682@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "2500 MAIN ST" ], + "city": "TEWKSBURY", + "state": "MA", + "postalCode": "01876-3184", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999992709" + } + }, { + "fullUrl": "urn:uuid:ccf64e87-1952-b27d-8180-3d7b3f9bf28b", + "resource": { + "resourceType": "PractitionerRole", + "id": "ccf64e87-1952-b27d-8180-3d7b3f9bf28b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999992709" + }, + "display": "Dr. Lesley194 Schinner682" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "cd312d93-d23e-34c6-83ba-ccdac4749731" + }, + "display": "PCP10257" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "6be24f22-f897-3ec3-bbc2-7627cbf2d684" + }, + "display": "PCP10257" + } ], + "telecom": [ { + "system": "phone", + "value": "978-988-9333" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lesley194.Schinner682@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:2193d651-4587-3ab4-b29b-3a69797421bc", + "resource": { + "resourceType": "Practitioner", + "id": "2193d651-4587-3ab4-b29b-3a69797421bc", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 27 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999991379" + } ], + "active": true, + "name": [ { + "family": "Christiansen251", + "given": [ "Leonardo412" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Leonardo412.Christiansen251@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1538 TURNPIKE ST" ], + "city": "NORTH ANDOVER", + "state": "MA", + "postalCode": "01845-6207", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999991379" + } + }, { + "fullUrl": "urn:uuid:e011be61-21af-c127-bdc3-b9522a87c200", + "resource": { + "resourceType": "PractitionerRole", + "id": "e011be61-21af-c127-bdc3-b9522a87c200", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999991379" + }, + "display": "Dr. Leonardo412 Christiansen251" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7bc32bfa-af8c-334a-845c-71db9f063565" + }, + "display": "PCP12359" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5b84d3bf-36cd-309d-bccd-a53ef474a4a7" + }, + "display": "PCP12359" + } ], + "telecom": [ { + "system": "phone", + "value": "978-975-2107" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Leonardo412.Christiansen251@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:1e6fbdbb-4518-3615-907f-7a20278f6993", + "resource": { + "resourceType": "Practitioner", + "id": "1e6fbdbb-4518-3615-907f-7a20278f6993", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 31 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999989889" + } ], + "active": true, + "name": [ { + "family": "Schneider199", + "given": [ "Nicole384" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Nicole384.Schneider199@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "116 MECHANIC ST" ], + "city": "BELLINGHAM", + "state": "MA", + "postalCode": "02019-1678", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999989889" + } + }, { + "fullUrl": "urn:uuid:01b9c4a3-ccfb-93f4-bfcc-d8f84a965236", + "resource": { + "resourceType": "PractitionerRole", + "id": "01b9c4a3-ccfb-93f4-bfcc-d8f84a965236", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999989889" + }, + "display": "Dr. Nicole384 Schneider199" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "588e03bd-91bc-3442-be9e-66c18ba36c0c" + }, + "display": "KHOURY CHIROPRACTC, INC." + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "1ad86106-b566-30b0-8d95-38e9b9d57373" + }, + "display": "KHOURY CHIROPRACTC, INC." + } ], + "telecom": [ { + "system": "phone", + "value": "508-966-3777" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Nicole384.Schneider199@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:431bf065-3ff1-3710-af69-3a5b4b6eeb99", + "resource": { + "resourceType": "Practitioner", + "id": "431bf065-3ff1-3710-af69-3a5b4b6eeb99", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 34 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999989209" + } ], + "active": true, + "name": [ { + "family": "Rempel203", + "given": [ "Risa429" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Risa429.Rempel203@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1180 BEACON ST" ], + "city": "BROOKLINE", + "state": "MA", + "postalCode": "02446-3885", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999989209" + } + }, { + "fullUrl": "urn:uuid:38d3a8a7-9abf-cbb9-a954-c3f95a3a8230", + "resource": { + "resourceType": "PractitionerRole", + "id": "38d3a8a7-9abf-cbb9-a954-c3f95a3a8230", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999989209" + }, + "display": "Dr. Risa429 Rempel203" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "1ae16480-11ce-35df-89ee-78947036c59c" + }, + "display": "PCP15690" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "060c1c5d-f19c-33a3-abcc-6452190bfb0e" + }, + "display": "PCP15690" + } ], + "telecom": [ { + "system": "phone", + "value": "617-277-2449" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Risa429.Rempel203@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:356870e5-43fb-3713-a5fd-9922cc9cb31b", + "resource": { + "resourceType": "Practitioner", + "id": "356870e5-43fb-3713-a5fd-9922cc9cb31b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 38 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999988399" + } ], + "active": true, + "name": [ { + "family": "Gibson10", + "given": [ "Barton704" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Barton704.Gibson10@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "19 FAIR OAKS PARK" ], + "city": "NEEDHAM", + "state": "MA", + "postalCode": "02492-3101", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999988399" + } + }, { + "fullUrl": "urn:uuid:02fd95cc-1113-572d-3faa-90940cdec529", + "resource": { + "resourceType": "PractitionerRole", + "id": "02fd95cc-1113-572d-3faa-90940cdec529", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999988399" + }, + "display": "Dr. Barton704 Gibson10" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ed24e28d-43be-3c4f-b3e1-e2fd1e55b33a" + }, + "display": "PCP16851" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "63eff188-eee7-33c6-bd5f-03b3d4853c9c" + }, + "display": "PCP16851" + } ], + "telecom": [ { + "system": "phone", + "value": "781-449-8382" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Barton704.Gibson10@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:51b722e0-01a0-3396-a81a-5f4d694217a6", + "resource": { + "resourceType": "Practitioner", + "id": "51b722e0-01a0-3396-a81a-5f4d694217a6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 58 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999987859" + } ], + "active": true, + "name": [ { + "family": "Glover433", + "given": [ "Lenard338" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lenard338.Glover433@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "37 WASHINGTON ST" ], + "city": "WESTFIELD", + "state": "MA", + "postalCode": "01085-2861", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999987859" + } + }, { + "fullUrl": "urn:uuid:123fa9e0-901b-6b73-5962-12c22000df55", + "resource": { + "resourceType": "PractitionerRole", + "id": "123fa9e0-901b-6b73-5962-12c22000df55", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999987859" + }, + "display": "Dr. Lenard338 Glover433" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8f85e254-08a2-332e-8847-ef8eb92385c5" + }, + "display": "PCP17744" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ba131ff4-7060-32e9-9e32-f8c37109e1b6" + }, + "display": "PCP17744" + } ], + "telecom": [ { + "system": "phone", + "value": "413-562-4304" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lenard338.Glover433@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:78787f08-417d-3bb9-82c6-8fe84edc9389", + "resource": { + "resourceType": "Practitioner", + "id": "78787f08-417d-3bb9-82c6-8fe84edc9389", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 49 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999987799" + } ], + "active": true, + "name": [ { + "family": "Herman763", + "given": [ "Curtis94" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Curtis94.Herman763@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "10 MARY CHASE RD" ], + "city": "EASTHAM", + "state": "MA", + "postalCode": "02642-2568", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999987799" + } + }, { + "fullUrl": "urn:uuid:8f5505c7-bf4a-f1f8-7672-1775e40039cc", + "resource": { + "resourceType": "PractitionerRole", + "id": "8f5505c7-bf4a-f1f8-7672-1775e40039cc", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999987799" + }, + "display": "Dr. Curtis94 Herman763" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a91e0ad8-41e5-30a9-b919-f0c07ca7bf06" + }, + "display": "PCP17800" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b7f110b6-a359-3848-bc9e-27e28224ee04" + }, + "display": "PCP17800" + } ], + "telecom": [ { + "system": "phone", + "value": "508-240-1587" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Curtis94.Herman763@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:4bbbb93d-9019-322b-ac9d-f8a7ae313227", + "resource": { + "resourceType": "Practitioner", + "id": "4bbbb93d-9019-322b-ac9d-f8a7ae313227", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 25 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999984239" + } ], + "active": true, + "name": [ { + "family": "Satterfield305", + "given": [ "Eric487" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Eric487.Satterfield305@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "37 EDGERTON DR" ], + "city": "NO FALMOUTH", + "state": "MA", + "postalCode": "02556-2821", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999984239" + } + }, { + "fullUrl": "urn:uuid:b5e2c458-c4ca-7f7f-dde4-9024bce901c3", + "resource": { + "resourceType": "PractitionerRole", + "id": "b5e2c458-c4ca-7f7f-dde4-9024bce901c3", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999984239" + }, + "display": "Dr. Eric487 Satterfield305" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "78a11f16-e161-3dfa-91fa-16af7109cea0" + }, + "display": "PCP23885" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d30b26a1-a646-34ae-bd14-ce070ca59c58" + }, + "display": "PCP23885" + } ], + "telecom": [ { + "system": "phone", + "value": "508-563-3003" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Eric487.Satterfield305@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:9852bd85-0042-3998-a466-b6438356a89f", + "resource": { + "resourceType": "Practitioner", + "id": "9852bd85-0042-3998-a466-b6438356a89f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 61 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999982879" + } ], + "active": true, + "name": [ { + "family": "Pouros728", + "given": [ "Gary33" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Gary33.Pouros728@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "183 W STATE ST" ], + "city": "GRANBY", + "state": "MA", + "postalCode": "01033-9611", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999982879" + } + }, { + "fullUrl": "urn:uuid:04ecfb86-4b80-2879-cd5f-7286997586fc", + "resource": { + "resourceType": "PractitionerRole", + "id": "04ecfb86-4b80-2879-cd5f-7286997586fc", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999982879" + }, + "display": "Dr. Gary33 Pouros728" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e89fc67f-7cf0-3687-bf77-b4afa1a88fd8" + }, + "display": "PCP26392" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a125f26f-49fe-37b6-9654-a74b7be65c77" + }, + "display": "PCP26392" + } ], + "telecom": [ { + "system": "phone", + "value": "413-222-0998" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Gary33.Pouros728@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:70acac2e-6740-380d-9923-504bf7a6394a", + "resource": { + "resourceType": "Practitioner", + "id": "70acac2e-6740-380d-9923-504bf7a6394a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 71 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999981819" + } ], + "active": true, + "name": [ { + "family": "Mohr916", + "given": [ "Cordell41" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Cordell41.Mohr916@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "115 MILL ST" ], + "city": "BELMONT", + "state": "MA", + "postalCode": "02478-1064", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999981819" + } + }, { + "fullUrl": "urn:uuid:d0382bbf-5bcf-c699-fdf5-509e84228d7f", + "resource": { + "resourceType": "PractitionerRole", + "id": "d0382bbf-5bcf-c699-fdf5-509e84228d7f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999981819" + }, + "display": "Dr. Cordell41 Mohr916" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "717bd95a-c706-3226-ba67-c66eac8e3ae5" + }, + "display": "PCP27936" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "07ff80ef-99dd-3ed6-ac34-0ef0d2e74dee" + }, + "display": "PCP27936" + } ], + "telecom": [ { + "system": "phone", + "value": "617-855-3348" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Cordell41.Mohr916@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:0bb7ba37-ae7c-3bb7-8034-9efd806a488f", + "resource": { + "resourceType": "Practitioner", + "id": "0bb7ba37-ae7c-3bb7-8034-9efd806a488f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 137 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999981799" + } ], + "active": true, + "name": [ { + "family": "Heller342", + "given": [ "Felice694" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Felice694.Heller342@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "727 HIGH ST" ], + "city": "WESTWOOD", + "state": "MA", + "postalCode": "02090-2598", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999981799" + } + }, { + "fullUrl": "urn:uuid:b147c197-dba1-83a8-db18-ecf886ca868a", + "resource": { + "resourceType": "PractitionerRole", + "id": "b147c197-dba1-83a8-db18-ecf886ca868a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999981799" + }, + "display": "Dr. Felice694 Heller342" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a44b37da-aa9b-37f0-993e-26e58974e086" + }, + "display": "PCP27951" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "cb23e52f-9bef-3e12-b2f3-ce700d87466a" + }, + "display": "PCP27951" + } ], + "telecom": [ { + "system": "phone", + "value": "781-329-5446" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Felice694.Heller342@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:4d123ffa-fe28-3457-84af-70dab1422c6c", + "resource": { + "resourceType": "Practitioner", + "id": "4d123ffa-fe28-3457-84af-70dab1422c6c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 20 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999979579" + } ], + "active": true, + "name": [ { + "family": "Kozey370", + "given": [ "Adella39" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Adella39.Kozey370@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "43 CTR ST" ], + "city": "NORTHAMPTON", + "state": "MA", + "postalCode": "01060-3062", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999979579" + } + }, { + "fullUrl": "urn:uuid:fe908da8-e4c5-bd95-a47f-4f319806e4c5", + "resource": { + "resourceType": "PractitionerRole", + "id": "fe908da8-e4c5-bd95-a47f-4f319806e4c5", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999979579" + }, + "display": "Dr. Adella39 Kozey370" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "262b15ab-548f-3ad5-883c-6a610ea09c0f" + }, + "display": "PCP30708" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "1d462a27-4d60-3f9d-8c96-262f457e31f0" + }, + "display": "PCP30708" + } ], + "telecom": [ { + "system": "phone", + "value": "413-584-6169" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Adella39.Kozey370@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:3e0a0c42-46bd-371f-a867-4d40c7f3ce76", + "resource": { + "resourceType": "Practitioner", + "id": "3e0a0c42-46bd-371f-a867-4d40c7f3ce76", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 102 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999978499" + } ], + "active": true, + "name": [ { + "family": "Raynor401", + "given": [ "Rosaria177" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Rosaria177.Raynor401@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "17 WHISTLESTOP MALL" ], + "city": "ROCKPORT", + "state": "MA", + "postalCode": "01966-1441", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999978499" + } + }, { + "fullUrl": "urn:uuid:078056b5-12aa-97cf-7670-1cbd21d5ffb9", + "resource": { + "resourceType": "PractitionerRole", + "id": "078056b5-12aa-97cf-7670-1cbd21d5ffb9", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999978499" + }, + "display": "Dr. Rosaria177 Raynor401" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "825d989b-752b-327e-a103-33079b0091c7" + }, + "display": "PCP32108" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b05e93cb-4bfe-3357-b6d7-c49c85c39571" + }, + "display": "PCP32108" + } ], + "telecom": [ { + "system": "phone", + "value": "978-546-8440" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Rosaria177.Raynor401@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:90647d4f-32c0-3c74-a7d3-fda4816861e2", + "resource": { + "resourceType": "Practitioner", + "id": "90647d4f-32c0-3c74-a7d3-fda4816861e2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 9 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999977629" + } ], + "active": true, + "name": [ { + "family": "Collins926", + "given": [ "Alva958" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Alva958.Collins926@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "14 MAIN ST" ], + "city": "SOUTHBORO", + "state": "MA", + "postalCode": "01772-1614", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999977629" + } + }, { + "fullUrl": "urn:uuid:ba69ea0e-12c8-cdd7-05bc-39e285f73a83", + "resource": { + "resourceType": "PractitionerRole", + "id": "ba69ea0e-12c8-cdd7-05bc-39e285f73a83", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999977629" + }, + "display": "Dr. Alva958 Collins926" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b1516ff8-952b-3f90-a485-e43e29cbf469" + }, + "display": "PCP33041" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8a98d48a-b7c3-324a-9497-34bd3b146a14" + }, + "display": "PCP33041" + } ], + "telecom": [ { + "system": "phone", + "value": "508-787-9713" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Alva958.Collins926@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:168ffce2-60af-3a9d-a327-b60db9b2cf56", + "resource": { + "resourceType": "Practitioner", + "id": "168ffce2-60af-3a9d-a327-b60db9b2cf56", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 22 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999976979" + } ], + "active": true, + "name": [ { + "family": "Gislason620", + "given": [ "Devon268" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Devon268.Gislason620@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "191 ELM ST" ], + "city": "SALISBURY", + "state": "MA", + "postalCode": "01952-1814", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999976979" + } + }, { + "fullUrl": "urn:uuid:90774e36-9b72-9b10-298e-f70b6d5661c4", + "resource": { + "resourceType": "PractitionerRole", + "id": "90774e36-9b72-9b10-298e-f70b6d5661c4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999976979" + }, + "display": "Dr. Devon268 Gislason620" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8fbdc477-d05c-3d67-96f1-4fbf1b08102d" + }, + "display": "KAREN HOLMES PHYSICAL THERAPY, LLC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "52dd9ab8-06b3-3901-be25-e0a94f808858" + }, + "display": "KAREN HOLMES PHYSICAL THERAPY, LLC" + } ], + "telecom": [ { + "system": "phone", + "value": "978-499-1870" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Devon268.Gislason620@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:b7bfec8e-e5e9-3847-bd05-1a28d403fd6b", + "resource": { + "resourceType": "Practitioner", + "id": "b7bfec8e-e5e9-3847-bd05-1a28d403fd6b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 28 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999975189" + } ], + "active": true, + "name": [ { + "family": "O'Conner199", + "given": [ "Mercy752" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Mercy752.O'Conner199@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "145 OLD AMHERST RD" ], + "city": "BELCHERTOWN", + "state": "MA", + "postalCode": "01007-9745", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999975189" + } + }, { + "fullUrl": "urn:uuid:09b9fbca-fc08-cbd9-05ce-4e3b77fa74db", + "resource": { + "resourceType": "PractitionerRole", + "id": "09b9fbca-fc08-cbd9-05ce-4e3b77fa74db", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999975189" + }, + "display": "Dr. Mercy752 O'Conner199" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b3ef6dc7-275c-357b-ba14-c6dd5aca4a5f" + }, + "display": "PCP37060" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ed936c6c-c7ee-37e7-a611-bc48f586714d" + }, + "display": "PCP37060" + } ], + "telecom": [ { + "system": "phone", + "value": "413-253-9777" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Mercy752.O'Conner199@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:b35f338a-98b1-3eed-9c25-9a830fb05857", + "resource": { + "resourceType": "Practitioner", + "id": "b35f338a-98b1-3eed-9c25-9a830fb05857", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 23 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999972189" + } ], + "active": true, + "name": [ { + "family": "Brakus656", + "given": [ "Francesco636" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Francesco636.Brakus656@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1675 MASSACHUSETTS AVE" ], + "city": "CAMBRIDGE", + "state": "MA", + "postalCode": "02138-1872", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999972189" + } + }, { + "fullUrl": "urn:uuid:b28b409b-9d47-4bdd-8102-f4de497b4e56", + "resource": { + "resourceType": "PractitionerRole", + "id": "b28b409b-9d47-4bdd-8102-f4de497b4e56", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999972189" + }, + "display": "Dr. Francesco636 Brakus656" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ff5d5c5b-c000-3466-9693-86a0460f6d82" + }, + "display": "PCP45104" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f527c586-9dcc-31a2-96d0-743a674ec94d" + }, + "display": "PCP45104" + } ], + "telecom": [ { + "system": "phone", + "value": "781-541-0377" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Francesco636.Brakus656@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:2135aa89-2912-32cb-a419-483b9340f774", + "resource": { + "resourceType": "Practitioner", + "id": "2135aa89-2912-32cb-a419-483b9340f774", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 64 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999971719" + } ], + "active": true, + "name": [ { + "family": "Paucek755", + "given": [ "Dorian295" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Dorian295.Paucek755@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "678 LOWELL ST" ], + "city": "METHUEN", + "state": "MA", + "postalCode": "01844-1807", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999971719" + } + }, { + "fullUrl": "urn:uuid:09ed311e-719b-c5a9-6109-45c6e644dfa5", + "resource": { + "resourceType": "PractitionerRole", + "id": "09ed311e-719b-c5a9-6109-45c6e644dfa5", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999971719" + }, + "display": "Dr. Dorian295 Paucek755" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "10ea2025-d6eb-357a-96d2-1359bdff79e6" + }, + "display": "PCP46647" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "2ec11bcf-56fb-3df4-a3f8-07e8f24106b4" + }, + "display": "PCP46647" + } ], + "telecom": [ { + "system": "phone", + "value": "978-685-4444" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Dorian295.Paucek755@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:108de91a-ccca-3642-bcba-f5dd2b13e51c", + "resource": { + "resourceType": "Practitioner", + "id": "108de91a-ccca-3642-bcba-f5dd2b13e51c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 44 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999971439" + } ], + "active": true, + "name": [ { + "family": "Collier206", + "given": [ "Louella862" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Louella862.Collier206@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "515 PROVIDENCE HWY" ], + "city": "DEDHAM", + "state": "MA", + "postalCode": "02026-6817", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999971439" + } + }, { + "fullUrl": "urn:uuid:c0becc05-c98e-277e-ee58-4774c725f410", + "resource": { + "resourceType": "PractitionerRole", + "id": "c0becc05-c98e-277e-ee58-4774c725f410", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999971439" + }, + "display": "Dr. Louella862 Collier206" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f34ed325-cb86-3ac3-ae08-6febb2cbd26f" + }, + "display": "PCP47573" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "468a3d95-ce82-3293-b145-13e70e7979f2" + }, + "display": "PCP47573" + } ], + "telecom": [ { + "system": "phone", + "value": "617-971-8501" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Louella862.Collier206@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:fedb02ac-4270-3150-97a4-25d0061b6be6", + "resource": { + "resourceType": "Practitioner", + "id": "fedb02ac-4270-3150-97a4-25d0061b6be6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 27 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999969449" + } ], + "active": true, + "name": [ { + "family": "Gorczany269", + "given": [ "Sueann178" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Sueann178.Gorczany269@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "17 MAIN ST" ], + "city": "HOPKINTON", + "state": "MA", + "postalCode": "01748-3211", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999969449" + } + }, { + "fullUrl": "urn:uuid:a19c342d-986c-2168-d6bc-52980e13aeea", + "resource": { + "resourceType": "PractitionerRole", + "id": "a19c342d-986c-2168-d6bc-52980e13aeea", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999969449" + }, + "display": "Dr. Sueann178 Gorczany269" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c25d89ff-e9d0-3326-9d50-3621c666b313" + }, + "display": "PCP53949" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "2b9a3124-afdb-3959-bd52-991104897d1b" + }, + "display": "PCP53949" + } ], + "telecom": [ { + "system": "phone", + "value": "508-435-2225" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Sueann178.Gorczany269@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:23f9b641-1989-33fa-a7ce-0ddb549f3672", + "resource": { + "resourceType": "Practitioner", + "id": "23f9b641-1989-33fa-a7ce-0ddb549f3672", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 47 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999969169" + } ], + "active": true, + "name": [ { + "family": "Hodkiewicz467", + "given": [ "Loree183" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Loree183.Hodkiewicz467@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "208 ASHLEY AVE" ], + "city": "WEST SPRINGFIELD", + "state": "MA", + "postalCode": "01089-1353", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999969169" + } + }, { + "fullUrl": "urn:uuid:1b6e24ba-9ee5-f08f-7a37-1cd46fea3906", + "resource": { + "resourceType": "PractitionerRole", + "id": "1b6e24ba-9ee5-f08f-7a37-1cd46fea3906", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999969169" + }, + "display": "Dr. Loree183 Hodkiewicz467" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "2e2ea0f1-303e-306a-9dd3-fc5cfc219785" + }, + "display": "KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "2393a5e7-1b3a-31e3-8de7-a710cbc92c7e" + }, + "display": "KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Loree183.Hodkiewicz467@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:f9d02d27-4b67-379c-96d6-b1074d81ee1b", + "resource": { + "resourceType": "Practitioner", + "id": "f9d02d27-4b67-379c-96d6-b1074d81ee1b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 45 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999969109" + } ], + "active": true, + "name": [ { + "family": "Koch169", + "given": [ "Royce974" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Royce974.Koch169@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "45 LYNMAN ST" ], + "city": "WESTBORO", + "state": "MA", + "postalCode": "01581", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999969109" + } + }, { + "fullUrl": "urn:uuid:633a0380-6d5c-0bcc-1f8f-2bc3f686516a", + "resource": { + "resourceType": "PractitionerRole", + "id": "633a0380-6d5c-0bcc-1f8f-2bc3f686516a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999969109" + }, + "display": "Dr. Royce974 Koch169" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "84f858ae-39ce-3bd0-8685-9f7e98b8a03e" + }, + "display": "PCP55732" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f7255ac6-9154-31d6-8e4a-58f1ef399a37" + }, + "display": "PCP55732" + } ], + "telecom": [ { + "system": "phone", + "value": "617-501-5515" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Royce974.Koch169@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:2a53d2a1-38e6-34c1-8f32-77ebc5401e34", + "resource": { + "resourceType": "Practitioner", + "id": "2a53d2a1-38e6-34c1-8f32-77ebc5401e34", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 40 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999968249" + } ], + "active": true, + "name": [ { + "family": "Friesen796", + "given": [ "Emery884" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Emery884.Friesen796@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "166 COLLEGE HWY" ], + "city": "SOUTHAMPTON", + "state": "MA", + "postalCode": "01073-0431", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999968249" + } + }, { + "fullUrl": "urn:uuid:8ef635a4-d382-857e-4e34-f440ec1ab542", + "resource": { + "resourceType": "PractitionerRole", + "id": "8ef635a4-d382-857e-4e34-f440ec1ab542", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999968249" + }, + "display": "Dr. Emery884 Friesen796" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "eadeb4fd-c28c-3933-b6d1-fc0ae5d4af2e" + }, + "display": "PCP57734" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "df6936b5-31c0-33fe-90ed-a28aa4494b38" + }, + "display": "PCP57734" + } ], + "telecom": [ { + "system": "phone", + "value": "413-527-9903" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Emery884.Friesen796@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:49a99f6e-f3e0-3187-92e8-65e9466bd4cf", + "resource": { + "resourceType": "Practitioner", + "id": "49a99f6e-f3e0-3187-92e8-65e9466bd4cf", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 39 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999966279" + } ], + "active": true, + "name": [ { + "family": "Bode78", + "given": [ "Starla601" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Starla601.Bode78@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "6 BARTLETT RD" ], + "city": "WINTHROP", + "state": "MA", + "postalCode": "02152-2913", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999966279" + } + }, { + "fullUrl": "urn:uuid:f13c9a83-47f8-369e-c8c4-29e3775f9317", + "resource": { + "resourceType": "PractitionerRole", + "id": "f13c9a83-47f8-369e-c8c4-29e3775f9317", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999966279" + }, + "display": "Dr. Starla601 Bode78" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "825c9254-2ca4-335c-8abf-b33dc19e796c" + }, + "display": "PCP63533" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b10cc617-b70f-309b-a25d-8fcf1b8ad04b" + }, + "display": "PCP63533" + } ], + "telecom": [ { + "system": "phone", + "value": "617-846-3502" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Starla601.Bode78@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:c6848102-7737-343b-8b67-1610725c6fe3", + "resource": { + "resourceType": "Practitioner", + "id": "c6848102-7737-343b-8b67-1610725c6fe3", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 40 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999966209" + } ], + "active": true, + "name": [ { + "family": "Watsica258", + "given": [ "Rubin812" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Rubin812.Watsica258@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1234 HYDE PARK AVE" ], + "city": "HYDE PARK", + "state": "MA", + "postalCode": "02136-2819", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999966209" + } + }, { + "fullUrl": "urn:uuid:86ef50d1-95bd-0711-32cc-02c68f697d40", + "resource": { + "resourceType": "PractitionerRole", + "id": "86ef50d1-95bd-0711-32cc-02c68f697d40", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999966209" + }, + "display": "Dr. Rubin812 Watsica258" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b132d5f0-60e5-3869-b090-7595daaf1f80" + }, + "display": "LOWNEY MEDICAL ASSOCIATES, INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "da17c15a-7a78-3895-bedb-437b1d70da48" + }, + "display": "LOWNEY MEDICAL ASSOCIATES, INC" + } ], + "telecom": [ { + "system": "phone", + "value": "617-364-2420" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Rubin812.Watsica258@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:29afb12b-cef9-3b21-86d6-52d7678daed8", + "resource": { + "resourceType": "Practitioner", + "id": "29afb12b-cef9-3b21-86d6-52d7678daed8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 24 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999966199" + } ], + "active": true, + "name": [ { + "family": "Kovacek682", + "given": [ "Hazel720" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Hazel720.Kovacek682@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1 MARKET ST" ], + "city": "LYNN", + "state": "MA", + "postalCode": "01901-1044", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999966199" + } + }, { + "fullUrl": "urn:uuid:02822a05-c053-e73d-25f1-739188d88f98", + "resource": { + "resourceType": "PractitionerRole", + "id": "02822a05-c053-e73d-25f1-739188d88f98", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999966199" + }, + "display": "Dr. Hazel720 Kovacek682" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "1b308c50-ccc1-3816-8261-1cc1caf85d95" + }, + "display": "ADVANCE PHYSICAL THERAPY AND SPORT REHAB" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c3aad6f6-c3b0-3e0d-9eae-36960065306d" + }, + "display": "ADVANCE PHYSICAL THERAPY AND SPORT REHAB" + } ], + "telecom": [ { + "system": "phone", + "value": "781-592-0540" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Hazel720.Kovacek682@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:8e59756e-c061-3648-9102-374a7c6c5a20", + "resource": { + "resourceType": "Practitioner", + "id": "8e59756e-c061-3648-9102-374a7c6c5a20", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 49 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999965989" + } ], + "active": true, + "name": [ { + "family": "Strosin214", + "given": [ "Senaida415" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Senaida415.Strosin214@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "27 E MAIN ST" ], + "city": "WEBSTER", + "state": "MA", + "postalCode": "01570-2310", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999965989" + } + }, { + "fullUrl": "urn:uuid:1edd6ff5-7712-4edf-7a2a-a7b61be7bc70", + "resource": { + "resourceType": "PractitionerRole", + "id": "1edd6ff5-7712-4edf-7a2a-a7b61be7bc70", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999965989" + }, + "display": "Dr. Senaida415 Strosin214" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f7fd8ba5-ee6e-30a5-b8cd-9da08d485b8d" + }, + "display": "PAGE ENTERPRISES INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e125b993-49df-37b5-8fab-40a1f38951c9" + }, + "display": "PAGE ENTERPRISES INC" + } ], + "telecom": [ { + "system": "phone", + "value": "508-943-8895" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Senaida415.Strosin214@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:65357ed6-3f63-3dd2-9c6e-b2debdee0add", + "resource": { + "resourceType": "Practitioner", + "id": "65357ed6-3f63-3dd2-9c6e-b2debdee0add", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 70 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999965769" + } ], + "active": true, + "name": [ { + "family": "Serrano248", + "given": [ "Antonia30" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Antonia30.Serrano248@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1 ORR SQUARE C" ], + "city": "REVERE", + "state": "MA", + "postalCode": "02151-3200", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999965769" + } + }, { + "fullUrl": "urn:uuid:7bf4e0bb-95e8-551a-6b03-39f41eef74c7", + "resource": { + "resourceType": "PractitionerRole", + "id": "7bf4e0bb-95e8-551a-6b03-39f41eef74c7", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999965769" + }, + "display": "Dr. Antonia30 Serrano248" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f5c2ed46-d994-33c7-bc9e-c723b8ad24a0" + }, + "display": "PCP65005" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9db4d52d-31c4-3d3a-9f64-eb1be890d5bb" + }, + "display": "PCP65005" + } ], + "telecom": [ { + "system": "phone", + "value": "781-289-2144" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Antonia30.Serrano248@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:3a0d6c89-fda6-3282-869e-448f09430034", + "resource": { + "resourceType": "Practitioner", + "id": "3a0d6c89-fda6-3282-869e-448f09430034", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 83 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999964109" + } ], + "active": true, + "name": [ { + "family": "Parisian75", + "given": [ "Classie132" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Classie132.Parisian75@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "9 CENTRAL ST" ], + "city": "LOWELL", + "state": "MA", + "postalCode": "01852-1915", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999964109" + } + }, { + "fullUrl": "urn:uuid:937804e3-6309-b5d2-74cc-f1217a6e1fb8", + "resource": { + "resourceType": "PractitionerRole", + "id": "937804e3-6309-b5d2-74cc-f1217a6e1fb8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999964109" + }, + "display": "Dr. Classie132 Parisian75" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a900d50b-71a9-377d-9aec-3a8f84bd2de9" + }, + "display": "PCP69376" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b587225e-8dc2-3974-ad88-9541c6cbbe2a" + }, + "display": "PCP69376" + } ], + "telecom": [ { + "system": "phone", + "value": "978-996-8159" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Classie132.Parisian75@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:d62dc85f-a34d-3b2d-b027-26309d2b8ec0", + "resource": { + "resourceType": "Practitioner", + "id": "d62dc85f-a34d-3b2d-b027-26309d2b8ec0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 27 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999963299" + } ], + "active": true, + "name": [ { + "family": "Watsica258", + "given": [ "Brittney657" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Brittney657.Watsica258@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1 WALPOLE ST" ], + "city": "NORWOOD", + "state": "MA", + "postalCode": "02062-3315", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999963299" + } + }, { + "fullUrl": "urn:uuid:f2af43bf-5691-583a-a899-052bf5dc1533", + "resource": { + "resourceType": "PractitionerRole", + "id": "f2af43bf-5691-583a-a899-052bf5dc1533", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999963299" + }, + "display": "Dr. Brittney657 Watsica258" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "286d4416-5342-349e-adaf-b813441d5fab" + }, + "display": "PCP71482" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "2c3b90a0-c58d-3f5f-8595-a58da83a561b" + }, + "display": "PCP71482" + } ], + "telecom": [ { + "system": "phone", + "value": "617-347-3145" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Brittney657.Watsica258@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:03b0acc8-f3e5-33d0-818e-ee269105254d", + "resource": { + "resourceType": "Practitioner", + "id": "03b0acc8-f3e5-33d0-818e-ee269105254d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 31 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999962779" + } ], + "active": true, + "name": [ { + "family": "Nitzsche158", + "given": [ "Rudy520" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Rudy520.Nitzsche158@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "214 N MAIN ST" ], + "city": "NATICK", + "state": "MA", + "postalCode": "01760-1131", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999962779" + } + }, { + "fullUrl": "urn:uuid:19eb5a17-f8be-2aab-7912-305e3eb80fef", + "resource": { + "resourceType": "PractitionerRole", + "id": "19eb5a17-f8be-2aab-7912-305e3eb80fef", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999962779" + }, + "display": "Dr. Rudy520 Nitzsche158" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "eb72b82a-6761-3fc8-b10c-54171e40a712" + }, + "display": "MIDDLESEX REHABILITATION ASSOCIATES, INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e833b2ab-4b4e-3f93-b788-53835957b71d" + }, + "display": "MIDDLESEX REHABILITATION ASSOCIATES, INC" + } ], + "telecom": [ { + "system": "phone", + "value": "508-650-1856" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Rudy520.Nitzsche158@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:f7777b59-c75c-3ece-8c9b-38fd1ec79920", + "resource": { + "resourceType": "Practitioner", + "id": "f7777b59-c75c-3ece-8c9b-38fd1ec79920", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 40 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999958649" + } ], + "active": true, + "name": [ { + "family": "Schultz619", + "given": [ "Hedwig986" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Hedwig986.Schultz619@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "180 MAIN ST" ], + "city": "LYNNFIELD", + "state": "MA", + "postalCode": "01940-2514", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999958649" + } + }, { + "fullUrl": "urn:uuid:50231709-8e01-67b7-d510-10e400944a9f", + "resource": { + "resourceType": "PractitionerRole", + "id": "50231709-8e01-67b7-d510-10e400944a9f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999958649" + }, + "display": "Dr. Hedwig986 Schultz619" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "909a0f76-d1bc-3354-a883-82d002a29123" + }, + "display": "LYNNFIELD PSYCHOLOGICAL ASSOCIATES, PC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "008e2b35-a926-371e-8ede-e70392caef9f" + }, + "display": "LYNNFIELD PSYCHOLOGICAL ASSOCIATES, PC" + } ], + "telecom": [ { + "system": "phone", + "value": "781-334-2644" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Hedwig986.Schultz619@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:4afa04fd-b327-34e2-974d-8a1f3352ba54", + "resource": { + "resourceType": "Practitioner", + "id": "4afa04fd-b327-34e2-974d-8a1f3352ba54", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 36 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999956869" + } ], + "active": true, + "name": [ { + "family": "Durgan499", + "given": [ "Katy259" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Katy259.Durgan499@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "2141 BOSTON RD" ], + "city": "WILBRAHAM", + "state": "MA", + "postalCode": "01095-1147", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999956869" + } + }, { + "fullUrl": "urn:uuid:acb5832f-fb03-987e-bb40-9e898cbbbc63", + "resource": { + "resourceType": "PractitionerRole", + "id": "acb5832f-fb03-987e-bb40-9e898cbbbc63", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999956869" + }, + "display": "Dr. Katy259 Durgan499" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8ba86aab-d837-3747-bd08-a88b3f9c2a45" + }, + "display": "PCP97883" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "1d5ad081-9831-3d94-901e-c0d2527da44f" + }, + "display": "PCP97883" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Katy259.Durgan499@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:8bed34bc-e90f-3ef7-8dc5-561bcd13c851", + "resource": { + "resourceType": "Practitioner", + "id": "8bed34bc-e90f-3ef7-8dc5-561bcd13c851", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 68 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999956339" + } ], + "active": true, + "name": [ { + "family": "Fadel536", + "given": [ "Lynwood354" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lynwood354.Fadel536@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "473 MAIN ST" ], + "city": "FISKDALE", + "state": "MA", + "postalCode": "01518-1293", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999956339" + } + }, { + "fullUrl": "urn:uuid:4004d5fe-3746-e83f-44cc-b8c89d8a2881", + "resource": { + "resourceType": "PractitionerRole", + "id": "4004d5fe-3746-e83f-44cc-b8c89d8a2881", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999956339" + }, + "display": "Dr. Lynwood354 Fadel536" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "24859bd7-0620-374b-bc28-880516462850" + }, + "display": "PCP101658" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d456b14b-f714-32ce-a807-d895ee766160" + }, + "display": "PCP101658" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lynwood354.Fadel536@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:28c3288f-1318-3357-9c54-0712bc63f31d", + "resource": { + "resourceType": "Practitioner", + "id": "28c3288f-1318-3357-9c54-0712bc63f31d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 44 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999955719" + } ], + "active": true, + "name": [ { + "family": "Wunsch504", + "given": [ "Rebecka733" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Rebecka733.Wunsch504@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "214 OCEAN ST" ], + "city": "LYNN", + "state": "MA", + "postalCode": "01902-3195", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999955719" + } + }, { + "fullUrl": "urn:uuid:f000dd6e-5062-9d31-afa9-11035c08f554", + "resource": { + "resourceType": "PractitionerRole", + "id": "f000dd6e-5062-9d31-afa9-11035c08f554", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999955719" + }, + "display": "Dr. Rebecka733 Wunsch504" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "60148c56-7c52-3092-819a-da19d5c374b2" + }, + "display": "PCP105303" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ad56832c-d574-3393-9e48-b8dc1cd2ea8b" + }, + "display": "PCP105303" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Rebecka733.Wunsch504@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:b22d21f1-0ce7-308c-9690-305de2f4901d", + "resource": { + "resourceType": "Practitioner", + "id": "b22d21f1-0ce7-308c-9690-305de2f4901d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 47 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999954209" + } ], + "active": true, + "name": [ { + "family": "Von197", + "given": [ "Aracelis412" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Aracelis412.Von197@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "32 NYE AVE" ], + "city": "ACUSHNET", + "state": "MA", + "postalCode": "02743-2750", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999954209" + } + }, { + "fullUrl": "urn:uuid:85fdbbde-033c-ca93-f494-f50c510dfe84", + "resource": { + "resourceType": "PractitionerRole", + "id": "85fdbbde-033c-ca93-f494-f50c510dfe84", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999954209" + }, + "display": "Dr. Aracelis412 Von197" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d9242200-7588-3df0-8ff0-61a45b07c487" + }, + "display": "PCP114043" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "bc15c6dd-983f-33a3-8729-a7de19600e0b" + }, + "display": "PCP114043" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Aracelis412.Von197@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:4d806263-357c-34e4-8580-1fe05e7ffa1e", + "resource": { + "resourceType": "Practitioner", + "id": "4d806263-357c-34e4-8580-1fe05e7ffa1e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 32 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999954189" + } ], + "active": true, + "name": [ { + "family": "Crona259", + "given": [ "Guillermo498" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Guillermo498.Crona259@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "201 HIGHLAND ST" ], + "city": "CLINTON", + "state": "MA", + "postalCode": "01510-1037", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999954189" + } + }, { + "fullUrl": "urn:uuid:e99e2038-3964-9002-74dc-bdec2538d677", + "resource": { + "resourceType": "PractitionerRole", + "id": "e99e2038-3964-9002-74dc-bdec2538d677", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999954189" + }, + "display": "Dr. Guillermo498 Crona259" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9f599d0e-3035-3db9-9499-4283ae8eaf70" + }, + "display": "PCP114087" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e3beee5c-b689-3983-8519-40a011e5f92f" + }, + "display": "PCP114087" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Guillermo498.Crona259@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:a2b7361c-50c5-35d7-90c6-7fae7acbf53c", + "resource": { + "resourceType": "Practitioner", + "id": "a2b7361c-50c5-35d7-90c6-7fae7acbf53c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 77 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999953819" + } ], + "active": true, + "name": [ { + "family": "Rohan584", + "given": [ "Queenie922" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Queenie922.Rohan584@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1256 PARK ST" ], + "city": "STOUGHTON", + "state": "MA", + "postalCode": "02072-3751", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999953819" + } + }, { + "fullUrl": "urn:uuid:57665c52-c800-7a0a-d10d-e6e187fe2b06", + "resource": { + "resourceType": "PractitionerRole", + "id": "57665c52-c800-7a0a-d10d-e6e187fe2b06", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999953819" + }, + "display": "Dr. Queenie922 Rohan584" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d6f70545-31f4-389a-903e-adc1279e5ecf" + }, + "display": "PCP116215" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48" + }, + "display": "PCP116215" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Queenie922.Rohan584@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:5ecf797f-e4b2-38b6-b608-33630ae150b4", + "resource": { + "resourceType": "Practitioner", + "id": "5ecf797f-e4b2-38b6-b608-33630ae150b4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 46 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999953079" + } ], + "active": true, + "name": [ { + "family": "Cummings51", + "given": [ "Leone669" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Leone669.Cummings51@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "320 WASHINGTON ST" ], + "city": "BRIGHTON", + "state": "MA", + "postalCode": "02135-3356", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999953079" + } + }, { + "fullUrl": "urn:uuid:eafffd97-f8e9-d7fe-d027-10abbcb84173", + "resource": { + "resourceType": "PractitionerRole", + "id": "eafffd97-f8e9-d7fe-d027-10abbcb84173", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999953079" + }, + "display": "Dr. Leone669 Cummings51" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "25863dcf-f0f3-3bff-b6a6-7e300c068f07" + }, + "display": "PCP120702" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5e136f2e-dee7-3204-a55e-763823e477b6" + }, + "display": "PCP120702" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Leone669.Cummings51@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:b887d84b-1286-30a4-ae5c-16544f11c334", + "resource": { + "resourceType": "Practitioner", + "id": "b887d84b-1286-30a4-ae5c-16544f11c334", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 66 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999952439" + } ], + "active": true, + "name": [ { + "family": "Niño185", + "given": [ "Juana825" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Juana825.Niño185@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "5 CROWLEY RD" ], + "city": "WESTHAMPTON", + "state": "MA", + "postalCode": "01027-9637", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999952439" + } + }, { + "fullUrl": "urn:uuid:5b8bcbe8-16c7-1b0b-b6ae-7504d0aebd9b", + "resource": { + "resourceType": "PractitionerRole", + "id": "5b8bcbe8-16c7-1b0b-b6ae-7504d0aebd9b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999952439" + }, + "display": "Dr. Juana825 Niño185" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "1776755d-7040-3d15-b588-d67de0149d76" + }, + "display": "PCP124300" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d7f82cb6-68a1-31b4-a148-a3792f525a3d" + }, + "display": "PCP124300" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Juana825.Niño185@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:8188ee7b-c26c-354c-b5b4-8ebf57ea545b", + "resource": { + "resourceType": "Practitioner", + "id": "8188ee7b-c26c-354c-b5b4-8ebf57ea545b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 52 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999951559" + } ], + "active": true, + "name": [ { + "family": "Rau926", + "given": [ "Almeda560" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Almeda560.Rau926@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "250 SALEM ST" ], + "city": "REVERE", + "state": "MA", + "postalCode": "02151-1018", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999951559" + } + }, { + "fullUrl": "urn:uuid:b5da52bd-2784-928b-9abd-8e6f7d772867", + "resource": { + "resourceType": "PractitionerRole", + "id": "b5da52bd-2784-928b-9abd-8e6f7d772867", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999951559" + }, + "display": "Dr. Almeda560 Rau926" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3fe0fb59-f52b-3323-8fea-d05ccb31a177" + }, + "display": "PCP129774" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7dce252c-c8e2-3043-9e08-2296b83d450c" + }, + "display": "PCP129774" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Almeda560.Rau926@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:ca0d314a-926c-39e3-a9b0-71c1b65c7ec6", + "resource": { + "resourceType": "Practitioner", + "id": "ca0d314a-926c-39e3-a9b0-71c1b65c7ec6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 32 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999949949" + } ], + "active": true, + "name": [ { + "family": "Reilly981", + "given": [ "Machelle279" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Machelle279.Reilly981@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "454 BROADWAY" ], + "city": "REVERE", + "state": "MA", + "postalCode": "02151-3050", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999949949" + } + }, { + "fullUrl": "urn:uuid:0341588d-86ac-1996-3db8-f8320b32e988", + "resource": { + "resourceType": "PractitionerRole", + "id": "0341588d-86ac-1996-3db8-f8320b32e988", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999949949" + }, + "display": "Dr. Machelle279 Reilly981" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f28ce7cd-867f-3431-99e3-ab62ed072852" + }, + "display": "PCP140496" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "aa5c66cc-abdd-3078-8b6f-b7b1bd5f493d" + }, + "display": "PCP140496" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Machelle279.Reilly981@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:5d591e0e-37ca-333d-a1f1-2afed02d9c59", + "resource": { + "resourceType": "Practitioner", + "id": "5d591e0e-37ca-333d-a1f1-2afed02d9c59", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 42 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999949059" + } ], + "active": true, + "name": [ { + "family": "Schimmel440", + "given": [ "Cristina921" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Cristina921.Schimmel440@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "216 MAIN ST" ], + "city": "OXFORD", + "state": "MA", + "postalCode": "01540-3310", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999949059" + } + }, { + "fullUrl": "urn:uuid:9646e878-5011-89df-1a57-caa2ed46a862", + "resource": { + "resourceType": "PractitionerRole", + "id": "9646e878-5011-89df-1a57-caa2ed46a862", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999949059" + }, + "display": "Dr. Cristina921 Schimmel440" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "bdd22eca-f670-301a-816f-d7496f9a4f86" + }, + "display": "PCP145335" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "669ebaff-98b2-3761-93ac-3cf4f3cde169" + }, + "display": "PCP145335" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Cristina921.Schimmel440@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:c8f6a7d4-096b-3a5f-9644-8ac1b907c450", + "resource": { + "resourceType": "Practitioner", + "id": "c8f6a7d4-096b-3a5f-9644-8ac1b907c450", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 79 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999948209" + } ], + "active": true, + "name": [ { + "family": "Cole117", + "given": [ "Gerald181" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Gerald181.Cole117@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "157 CTR BRIDGE RD" ], + "city": "LANCASTER", + "state": "MA", + "postalCode": "01523-2227", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999948209" + } + }, { + "fullUrl": "urn:uuid:7ec0d219-bc53-07bc-860d-f7a94d724848", + "resource": { + "resourceType": "PractitionerRole", + "id": "7ec0d219-bc53-07bc-860d-f7a94d724848", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999948209" + }, + "display": "Dr. Gerald181 Cole117" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b84fd170-71a9-3989-bb5b-b0810f6f5410" + }, + "display": "PCP150237" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "4ae990dd-dd8b-371b-a9aa-049630a6cffe" + }, + "display": "PCP150237" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Gerald181.Cole117@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:ffc2b7eb-d09e-3227-8f72-1b62376b1a24", + "resource": { + "resourceType": "Practitioner", + "id": "ffc2b7eb-d09e-3227-8f72-1b62376b1a24", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 71 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999948089" + } ], + "active": true, + "name": [ { + "family": "Weber641", + "given": [ "Ileana390" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Ileana390.Weber641@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "54 HOPEDALE ST" ], + "city": "HOPEDALE", + "state": "MA", + "postalCode": "01747-1700", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999948089" + } + }, { + "fullUrl": "urn:uuid:e791c3c0-4109-7b86-a421-6b7cb3eff3ea", + "resource": { + "resourceType": "PractitionerRole", + "id": "e791c3c0-4109-7b86-a421-6b7cb3eff3ea", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999948089" + }, + "display": "Dr. Ileana390 Weber641" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ff038275-29a5-32b0-918b-fae967a15738" + }, + "display": "PCP151160" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "310c6e3a-0b52-3e49-9556-e1c03cd6c2bd" + }, + "display": "PCP151160" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Ileana390.Weber641@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:c6b46dea-843e-3e17-85d4-3322861c3a53", + "resource": { + "resourceType": "Practitioner", + "id": "c6b46dea-843e-3e17-85d4-3322861c3a53", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 69 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999947849" + } ], + "active": true, + "name": [ { + "family": "Shields502", + "given": [ "Lauren941" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lauren941.Shields502@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1428 MAIN ST" ], + "city": "WALPOLE", + "state": "MA", + "postalCode": "02081-1729", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999947849" + } + }, { + "fullUrl": "urn:uuid:b71b62c1-9776-cc23-1ee9-f5af9ab3ec0b", + "resource": { + "resourceType": "PractitionerRole", + "id": "b71b62c1-9776-cc23-1ee9-f5af9ab3ec0b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999947849" + }, + "display": "Dr. Lauren941 Shields502" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "32cb9097-d3d1-3962-b501-b0ff001d7950" + }, + "display": "PCP152987" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "18e1e719-9f57-3bb9-bc5f-207e26befc88" + }, + "display": "PCP152987" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lauren941.Shields502@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:83dbf2ff-697f-3dbf-b447-73bbad66c80c", + "resource": { + "resourceType": "Practitioner", + "id": "83dbf2ff-697f-3dbf-b447-73bbad66c80c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 55 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999947069" + } ], + "active": true, + "name": [ { + "family": "Ankunding277", + "given": [ "Lacresha805" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lacresha805.Ankunding277@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1183 N MAIN ST" ], + "city": "RANDOLPH", + "state": "MA", + "postalCode": "02368-2135", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999947069" + } + }, { + "fullUrl": "urn:uuid:3b0f062d-b344-aee0-1538-3e72154e0d76", + "resource": { + "resourceType": "PractitionerRole", + "id": "3b0f062d-b344-aee0-1538-3e72154e0d76", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999947069" + }, + "display": "Dr. Lacresha805 Ankunding277" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "85b02c71-bf0f-365f-a04a-7cf20a974e4c" + }, + "display": "PCP158602" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7ffd0ebb-7069-3b2a-9a4f-c737fdc708d1" + }, + "display": "PCP158602" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lacresha805.Ankunding277@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:031745d3-01b1-38d1-b087-287d0f2daf03", + "resource": { + "resourceType": "Practitioner", + "id": "031745d3-01b1-38d1-b087-287d0f2daf03", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 25 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999946959" + } ], + "active": true, + "name": [ { + "family": "Witting912", + "given": [ "Altagracia629" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Altagracia629.Witting912@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1342 BELMONT ST" ], + "city": "BROCKTON", + "state": "MA", + "postalCode": "02301-4437", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999946959" + } + }, { + "fullUrl": "urn:uuid:56bcf7a4-38c0-2083-d6e0-4c1019894232", + "resource": { + "resourceType": "PractitionerRole", + "id": "56bcf7a4-38c0-2083-d6e0-4c1019894232", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999946959" + }, + "display": "Dr. Altagracia629 Witting912" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "0a3e0fed-ef46-3a9f-861f-7c7afa4708f3" + }, + "display": "PCP159152" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "fd684870-fc26-39a5-9033-cdfc7acf4841" + }, + "display": "PCP159152" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Altagracia629.Witting912@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:d1b4b8ea-5b25-36b6-90a3-a76069f1c1ff", + "resource": { + "resourceType": "Practitioner", + "id": "d1b4b8ea-5b25-36b6-90a3-a76069f1c1ff", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 27 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999946699" + } ], + "active": true, + "name": [ { + "family": "Harris789", + "given": [ "Danyelle408" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Danyelle408.Harris789@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "251 WILLOW ST" ], + "city": "YARMOUTH PORT", + "state": "MA", + "postalCode": "02675-1744", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999946699" + } + }, { + "fullUrl": "urn:uuid:229c5e80-842a-dba0-2028-5cbe1df451f4", + "resource": { + "resourceType": "PractitionerRole", + "id": "229c5e80-842a-dba0-2028-5cbe1df451f4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999946699" + }, + "display": "Dr. Danyelle408 Harris789" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e7701776-6395-3d0e-a314-50de600db578" + }, + "display": "JAMES T. REIMER, M.D., P.C." + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "59bd9533-6006-363a-a09d-183b761d9d6f" + }, + "display": "JAMES T. REIMER, M.D., P.C." + } ], + "telecom": [ { + "system": "phone", + "value": "508-778-0375" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Danyelle408.Harris789@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:5c8f5b81-e3ef-3fdc-b32d-81a55e0dd5bb", + "resource": { + "resourceType": "Practitioner", + "id": "5c8f5b81-e3ef-3fdc-b32d-81a55e0dd5bb", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 30 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999946119" + } ], + "active": true, + "name": [ { + "family": "Breitenberg711", + "given": [ "Daniel959" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Daniel959.Breitenberg711@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "12 CLARENDON ST" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "02116-6117", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999946119" + } + }, { + "fullUrl": "urn:uuid:1ac4393f-c37d-602b-b8a5-18962642c5d5", + "resource": { + "resourceType": "PractitionerRole", + "id": "1ac4393f-c37d-602b-b8a5-18962642c5d5", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999946119" + }, + "display": "Dr. Daniel959 Breitenberg711" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c0e66f8f-08de-327f-bb5d-791d3bde77f8" + }, + "display": "PCP164650" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9a1c67bf-6303-30e8-9271-c44d9c8ea378" + }, + "display": "PCP164650" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Daniel959.Breitenberg711@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:2015b3b5-2872-3dfa-a219-d7faf28fba56", + "resource": { + "resourceType": "Practitioner", + "id": "2015b3b5-2872-3dfa-a219-d7faf28fba56", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 68 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999945079" + } ], + "active": true, + "name": [ { + "family": "Gottlieb798", + "given": [ "Eveline832" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Eveline832.Gottlieb798@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "55 HOSPITAL DR" ], + "city": "WINCHENDON", + "state": "MA", + "postalCode": "01475-1820", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999945079" + } + }, { + "fullUrl": "urn:uuid:72b0091b-c689-604e-2b18-5fe0592bd344", + "resource": { + "resourceType": "PractitionerRole", + "id": "72b0091b-c689-604e-2b18-5fe0592bd344", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999945079" + }, + "display": "Dr. Eveline832 Gottlieb798" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "822a6b9f-da15-3cc4-8436-ab61474f19fd" + }, + "display": "PCP169859" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "4cf4d9b8-2986-347f-bc20-d92a43ac8cf8" + }, + "display": "PCP169859" + } ], + "telecom": [ { + "system": "phone", + "value": "978-297-2311" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Eveline832.Gottlieb798@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:b0684036-230a-3bb6-bf38-74e9036b62fc", + "resource": { + "resourceType": "Practitioner", + "id": "b0684036-230a-3bb6-bf38-74e9036b62fc", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 24 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999945049" + } ], + "active": true, + "name": [ { + "family": "Stroman228", + "given": [ "Marcelene872" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Marcelene872.Stroman228@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "154 GREAT RD" ], + "city": "BEDFORD", + "state": "MA", + "postalCode": "01730-2725", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999945049" + } + }, { + "fullUrl": "urn:uuid:5d3113f7-d815-a67c-b978-39947b58823d", + "resource": { + "resourceType": "PractitionerRole", + "id": "5d3113f7-d815-a67c-b978-39947b58823d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999945049" + }, + "display": "Dr. Marcelene872 Stroman228" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "26cae56e-4ab7-3af6-815b-96c5cab3ceae" + }, + "display": "PATRIOT URGENT CARE PROFESSIONALS, PC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "69e33fe2-4fc3-3902-a43a-a99a0f352039" + }, + "display": "PATRIOT URGENT CARE PROFESSIONALS, PC" + } ], + "telecom": [ { + "system": "phone", + "value": "781-430-8161" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Marcelene872.Stroman228@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:96f43e2f-3796-30da-83f9-5e2830faff19", + "resource": { + "resourceType": "Practitioner", + "id": "96f43e2f-3796-30da-83f9-5e2830faff19", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 20 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999944219" + } ], + "active": true, + "name": [ { + "family": "Gutmann970", + "given": [ "Romeo514" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Romeo514.Gutmann970@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "58 OLD N RD" ], + "city": "WORTHINGTON", + "state": "MA", + "postalCode": "01098", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999944219" + } + }, { + "fullUrl": "urn:uuid:aa176083-5a89-c8c6-7e97-a61c365182ba", + "resource": { + "resourceType": "PractitionerRole", + "id": "aa176083-5a89-c8c6-7e97-a61c365182ba", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999944219" + }, + "display": "Dr. Romeo514 Gutmann970" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e0ca0c69-8ba4-35e5-aa72-ea06997ed383" + }, + "display": "HILLTOWN COMMUNITY HEALTH CENTERS INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8697a1d6-5242-30b9-952f-e5b08a0ed861" + }, + "display": "HILLTOWN COMMUNITY HEALTH CENTERS INC" + } ], + "telecom": [ { + "system": "phone", + "value": "413-238-5511" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Romeo514.Gutmann970@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:1b6ba573-fe55-3dd0-b29b-37a12205bb38", + "resource": { + "resourceType": "Practitioner", + "id": "1b6ba573-fe55-3dd0-b29b-37a12205bb38", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 79 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999943719" + } ], + "active": true, + "name": [ { + "family": "Morar593", + "given": [ "Warner493" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Warner493.Morar593@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "220 RESERVOIR ST" ], + "city": "NEEDHAM", + "state": "MA", + "postalCode": "02494-3133", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999943719" + } + }, { + "fullUrl": "urn:uuid:062bd096-c551-3d6d-a643-5a5cac70656a", + "resource": { + "resourceType": "PractitionerRole", + "id": "062bd096-c551-3d6d-a643-5a5cac70656a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999943719" + }, + "display": "Dr. Warner493 Morar593" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "cb393842-aa79-3dc4-a905-3e2c84ea4037" + }, + "display": "SOMA PHYSICAL THERAPY AND REHAB, LLC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3cabfcfd-cfd8-3b39-9cb4-284b4fb3ca5e" + }, + "display": "SOMA PHYSICAL THERAPY AND REHAB, LLC" + } ], + "telecom": [ { + "system": "phone", + "value": "781-400-1236" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Warner493.Morar593@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:d6f66c17-817f-3639-8319-22f8054b67c8", + "resource": { + "resourceType": "Practitioner", + "id": "d6f66c17-817f-3639-8319-22f8054b67c8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 41 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999941359" + } ], + "active": true, + "name": [ { + "family": "Fadel536", + "given": [ "Zula72" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Zula72.Fadel536@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "92 MONTVALE AVE" ], + "city": "STONEHAM", + "state": "MA", + "postalCode": "02180-3601", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999941359" + } + }, { + "fullUrl": "urn:uuid:0fc6fde1-9282-a4b7-d140-a6f83adf2ba0", + "resource": { + "resourceType": "PractitionerRole", + "id": "0fc6fde1-9282-a4b7-d140-a6f83adf2ba0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999941359" + }, + "display": "Dr. Zula72 Fadel536" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8644614a-6303-3dd9-af35-721d16154a37" + }, + "display": "PCP187431" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f8849882-712d-3566-a676-2a51b31ad3d3" + }, + "display": "PCP187431" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Zula72.Fadel536@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:cb135d5f-977e-3bd2-a029-411010bd002b", + "resource": { + "resourceType": "Practitioner", + "id": "cb135d5f-977e-3bd2-a029-411010bd002b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 23 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999941279" + } ], + "active": true, + "name": [ { + "family": "Pfannerstill264", + "given": [ "Leia529" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Leia529.Pfannerstill264@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "11 NEVINS ST" ], + "city": "BRIGHTON", + "state": "MA", + "postalCode": "02135-3514", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999941279" + } + }, { + "fullUrl": "urn:uuid:d8e6bcc7-57d1-5c06-acbd-0fcc5bec628d", + "resource": { + "resourceType": "PractitionerRole", + "id": "d8e6bcc7-57d1-5c06-acbd-0fcc5bec628d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999941279" + }, + "display": "Dr. Leia529 Pfannerstill264" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c2d61bc7-d33b-3926-ad6e-3293e2a026d6" + }, + "display": "NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "6e289115-c633-3594-b8b7-e7967cbe87ed" + }, + "display": "NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC" + } ], + "telecom": [ { + "system": "phone", + "value": "617-965-9500" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Leia529.Pfannerstill264@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:2e7911e5-daa5-3c2a-a727-63ea9dc63136", + "resource": { + "resourceType": "Practitioner", + "id": "2e7911e5-daa5-3c2a-a727-63ea9dc63136", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 36 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999940759" + } ], + "active": true, + "name": [ { + "family": "Rice937", + "given": [ "Wen848" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Wen848.Rice937@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "89 LEWIS BAY RD" ], + "city": "HYANNIS", + "state": "MA", + "postalCode": "02601-5240", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999940759" + } + }, { + "fullUrl": "urn:uuid:015e6985-a79c-ae25-d0a1-57bebda93db2", + "resource": { + "resourceType": "PractitionerRole", + "id": "015e6985-a79c-ae25-d0a1-57bebda93db2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999940759" + }, + "display": "Dr. Wen848 Rice937" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "570849fa-6519-3a9f-9ab2-b20629274856" + }, + "display": "PCP191470" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "1edda338-91b9-32d5-a200-4bb85330b53f" + }, + "display": "PCP191470" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Wen848.Rice937@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:2f07e1d9-6325-3554-b0d9-15f15cbd770b", + "resource": { + "resourceType": "Practitioner", + "id": "2f07e1d9-6325-3554-b0d9-15f15cbd770b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 57 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999940379" + } ], + "active": true, + "name": [ { + "family": "Turcotte120", + "given": [ "Crista774" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Crista774.Turcotte120@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "411 MERRIMACK ST" ], + "city": "METHUEN", + "state": "MA", + "postalCode": "01844-5821", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999940379" + } + }, { + "fullUrl": "urn:uuid:5edc6399-0051-34e5-7623-04bde62a648f", + "resource": { + "resourceType": "PractitionerRole", + "id": "5edc6399-0051-34e5-7623-04bde62a648f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999940379" + }, + "display": "Dr. Crista774 Turcotte120" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c13733b5-a8bb-37da-a0f2-da70f9f10086" + }, + "display": "PCP193045" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "6c5fcbb5-622d-3b99-b563-c6151e60dab1" + }, + "display": "PCP193045" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Crista774.Turcotte120@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:f5f45fe4-3572-3ee6-bd9a-af734fa56dd5", + "resource": { + "resourceType": "Practitioner", + "id": "f5f45fe4-3572-3ee6-bd9a-af734fa56dd5", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 33 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999940299" + } ], + "active": true, + "name": [ { + "family": "Reilly981", + "given": [ "Zoila41" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Zoila41.Reilly981@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "360 MERRIMACK ST" ], + "city": "LAWRENCE", + "state": "MA", + "postalCode": "01843-1764", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999940299" + } + }, { + "fullUrl": "urn:uuid:df415b61-6686-3fe8-241b-a0012f1b67a0", + "resource": { + "resourceType": "PractitionerRole", + "id": "df415b61-6686-3fe8-241b-a0012f1b67a0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999940299" + }, + "display": "Dr. Zoila41 Reilly981" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "1eb446a7-1770-3d2c-9608-b14e4173c6c0" + }, + "display": "FCP, INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "6e49b8bb-ab72-3ead-9d88-0008ff41e159" + }, + "display": "FCP, INC" + } ], + "telecom": [ { + "system": "phone", + "value": "978-687-1617" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Zoila41.Reilly981@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:8e0fbbd7-fa6a-3ba1-823d-fcf6b502b528", + "resource": { + "resourceType": "Practitioner", + "id": "8e0fbbd7-fa6a-3ba1-823d-fcf6b502b528", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 52 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999936319" + } ], + "active": true, + "name": [ { + "family": "Rael318", + "given": [ "Benjamín452" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Benjamín452.Rael318@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "20 HOMER AVE" ], + "city": "ASHLAND", + "state": "MA", + "postalCode": "01721-1752", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999936319" + } + }, { + "fullUrl": "urn:uuid:8a6c5601-c28a-54bc-295d-3692b8e01089", + "resource": { + "resourceType": "PractitionerRole", + "id": "8a6c5601-c28a-54bc-295d-3692b8e01089", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999936319" + }, + "display": "Dr. Benjamín452 Rael318" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "326cf4da-678f-3c88-b807-0231e99cca68" + }, + "display": "CHARLES RIVER MEDICAL ASSOCIATES, PC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a2dfac6f-c099-366c-8ce8-4a0733f8c438" + }, + "display": "CHARLES RIVER MEDICAL ASSOCIATES, PC" + } ], + "telecom": [ { + "system": "phone", + "value": "508-881-5590" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Benjamín452.Rael318@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:1ef70f1b-7c4f-3fdf-9cc7-2115dbfc0c9d", + "resource": { + "resourceType": "Practitioner", + "id": "1ef70f1b-7c4f-3fdf-9cc7-2115dbfc0c9d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 51 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999934899" + } ], + "active": true, + "name": [ { + "family": "Dare640", + "given": [ "Lasonya941" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lasonya941.Dare640@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "112 WESTFIELD ST" ], + "city": "W SPRINGFIELD", + "state": "MA", + "postalCode": "01089-2578", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999934899" + } + }, { + "fullUrl": "urn:uuid:fd688b89-89af-1c2b-8aaf-de10e17e018f", + "resource": { + "resourceType": "PractitionerRole", + "id": "fd688b89-89af-1c2b-8aaf-de10e17e018f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999934899" + }, + "display": "Dr. Lasonya941 Dare640" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c69e9935-9b89-3f07-bc89-a4f298925a27" + }, + "display": "PCP217664" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "099f0501-0942-3804-9c31-a0e3cc6da626" + }, + "display": "PCP217664" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lasonya941.Dare640@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:13c73efe-2c31-3b03-b67f-f8004ac0c42e", + "resource": { + "resourceType": "Practitioner", + "id": "13c73efe-2c31-3b03-b67f-f8004ac0c42e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 48 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999934869" + } ], + "active": true, + "name": [ { + "family": "Runolfsdottir785", + "given": [ "Shayne60" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Shayne60.Runolfsdottir785@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "39 A INDUSTRIAL PARK RD" ], + "city": "PLYMOUTH", + "state": "MA", + "postalCode": "02360-4868", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999934869" + } + }, { + "fullUrl": "urn:uuid:88188357-ffd6-50d0-d29c-41b1303c584a", + "resource": { + "resourceType": "PractitionerRole", + "id": "88188357-ffd6-50d0-d29c-41b1303c584a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999934869" + }, + "display": "Dr. Shayne60 Runolfsdottir785" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "93e18a76-fa33-31ab-bd03-4433e30fab21" + }, + "display": "NORTHEAST HEALTH SERVICES LLC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "6b24ceb9-b3b4-3450-ae63-27d007dcb5e2" + }, + "display": "NORTHEAST HEALTH SERVICES LLC" + } ], + "telecom": [ { + "system": "phone", + "value": "508-830-1444" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Shayne60.Runolfsdottir785@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:708009ba-817d-3307-b8d2-7f0f959ac2dd", + "resource": { + "resourceType": "Practitioner", + "id": "708009ba-817d-3307-b8d2-7f0f959ac2dd", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 40 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999934819" + } ], + "active": true, + "name": [ { + "family": "Zulauf375", + "given": [ "Shane235" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Shane235.Zulauf375@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "10 WINTHROP ST" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01604-4435", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999934819" + } + }, { + "fullUrl": "urn:uuid:024c12ba-abc6-82ed-20e3-7b85db8e4798", + "resource": { + "resourceType": "PractitionerRole", + "id": "024c12ba-abc6-82ed-20e3-7b85db8e4798", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999934819" + }, + "display": "Dr. Shane235 Zulauf375" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3ce7f411-169e-31fd-b991-dbe73a082480" + }, + "display": "VERNON INTEGRATIVE MEDICAL GROUP LLC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9826da12-d3d0-336c-ae00-02f7966d59d9" + }, + "display": "VERNON INTEGRATIVE MEDICAL GROUP LLC" + } ], + "telecom": [ { + "system": "phone", + "value": "508-754-9950" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Shane235.Zulauf375@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:ff5c9d1f-9b46-3cb1-ab26-6db9583b481d", + "resource": { + "resourceType": "Practitioner", + "id": "ff5c9d1f-9b46-3cb1-ab26-6db9583b481d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 28 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999934249" + } ], + "active": true, + "name": [ { + "family": "Wilkinson796", + "given": [ "Regan713" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Regan713.Wilkinson796@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "537 FAUNCE CORNER RD" ], + "city": "DARTMOUTH", + "state": "MA", + "postalCode": "02747-1242", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999934249" + } + }, { + "fullUrl": "urn:uuid:1be521d8-b9e7-c57c-9ec4-be009eb8dcd5", + "resource": { + "resourceType": "PractitionerRole", + "id": "1be521d8-b9e7-c57c-9ec4-be009eb8dcd5", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999934249" + }, + "display": "Dr. Regan713 Wilkinson796" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ff84f753-8340-3e43-ad24-3cab451b4970" + }, + "display": "RHODE ISLAND FOOT CARE, INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "05b7a33e-a479-33d6-a643-1bf43b0de61b" + }, + "display": "RHODE ISLAND FOOT CARE, INC" + } ], + "telecom": [ { + "system": "phone", + "value": "774-202-7935" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Regan713.Wilkinson796@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:cf7699cc-e0e2-3ac4-b0d8-781bf009da98", + "resource": { + "resourceType": "Practitioner", + "id": "cf7699cc-e0e2-3ac4-b0d8-781bf009da98", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 33 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999934159" + } ], + "active": true, + "name": [ { + "family": "Narváez57", + "given": [ "Francisca486" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Francisca486.Narváez57@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "236 MILFORD ST" ], + "city": "UPTON", + "state": "MA", + "postalCode": "01568-1309", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999934159" + } + }, { + "fullUrl": "urn:uuid:27895ad0-9a75-9883-9035-91ba7ef36448", + "resource": { + "resourceType": "PractitionerRole", + "id": "27895ad0-9a75-9883-9035-91ba7ef36448", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999934159" + }, + "display": "Dr. Francisca486 Narváez57" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "15019426-277a-30bd-9d48-3dde152fe519" + }, + "display": "HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "438db9ef-e796-3bbd-9ae4-141eaf234fe2" + }, + "display": "HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC" + } ], + "telecom": [ { + "system": "phone", + "value": "508-473-1015" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Francisca486.Narváez57@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:e3994fef-4506-3020-8b90-44652d905641", + "resource": { + "resourceType": "Practitioner", + "id": "e3994fef-4506-3020-8b90-44652d905641", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 44 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999933309" + } ], + "active": true, + "name": [ { + "family": "Maggio310", + "given": [ "Otis335" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Otis335.Maggio310@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "35 TURKEY HILL RD" ], + "city": "BELCHERTOWN", + "state": "MA", + "postalCode": "01007-9032", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999933309" + } + }, { + "fullUrl": "urn:uuid:569d2724-5b34-a4ac-1139-ab7017c520df", + "resource": { + "resourceType": "PractitionerRole", + "id": "569d2724-5b34-a4ac-1139-ab7017c520df", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999933309" + }, + "display": "Dr. Otis335 Maggio310" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "71e60de1-532e-3edc-9775-7fc53c6fad24" + }, + "display": "PCP226356" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "fa9b282c-63c4-34a2-9cbb-72b7f236a67d" + }, + "display": "PCP226356" + } ], + "telecom": [ { + "system": "phone", + "value": "707-832-3285" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Otis335.Maggio310@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:929f5711-a267-3d81-9f4b-6557c8e6b90a", + "resource": { + "resourceType": "Practitioner", + "id": "929f5711-a267-3d81-9f4b-6557c8e6b90a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 88 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999932859" + } ], + "active": true, + "name": [ { + "family": "Jacobson885", + "given": [ "Tanja584" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Tanja584.Jacobson885@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "742 WASHINGTON ST" ], + "city": "CANTON", + "state": "MA", + "postalCode": "02021-3039", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999932859" + } + }, { + "fullUrl": "urn:uuid:e2269f50-1690-1c14-e5d3-9e4db35a4b1f", + "resource": { + "resourceType": "PractitionerRole", + "id": "e2269f50-1690-1c14-e5d3-9e4db35a4b1f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999932859" + }, + "display": "Dr. Tanja584 Jacobson885" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "047243b1-fdc9-34a7-9600-33d2e3444ec1" + }, + "display": "PCP229146" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "6ec6620a-280e-3756-a133-b787f6a50a05" + }, + "display": "PCP229146" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Tanja584.Jacobson885@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:5ea0e4c9-b324-3934-811a-a733e45c1dba", + "resource": { + "resourceType": "Practitioner", + "id": "5ea0e4c9-b324-3934-811a-a733e45c1dba", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 55 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999931959" + } ], + "active": true, + "name": [ { + "family": "Gleichner915", + "given": [ "Lucretia377" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lucretia377.Gleichner915@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "725 CONCORD AVE" ], + "city": "CAMBRIDGE", + "state": "MA", + "postalCode": "02138-5502", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999931959" + } + }, { + "fullUrl": "urn:uuid:64fd50bd-6beb-d463-dad7-ee6eb0b58b55", + "resource": { + "resourceType": "PractitionerRole", + "id": "64fd50bd-6beb-d463-dad7-ee6eb0b58b55", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999931959" + }, + "display": "Dr. Lucretia377 Gleichner915" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "2c3e3f70-4ceb-3110-a99c-b1605c567373" + }, + "display": "MT AUBURN PROFESSIONAL SERVICES" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "dff4d381-d641-3aa2-8758-b7525dc426cf" + }, + "display": "MT AUBURN PROFESSIONAL SERVICES" + } ], + "telecom": [ { + "system": "phone", + "value": "617-354-3131" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lucretia377.Gleichner915@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:22209410-443f-350d-bcf0-8f6564298b98", + "resource": { + "resourceType": "Practitioner", + "id": "22209410-443f-350d-bcf0-8f6564298b98", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 38 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999931489" + } ], + "active": true, + "name": [ { + "family": "Fahey393", + "given": [ "Meri607" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Meri607.Fahey393@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "681 FALMOUTH RD" ], + "city": "MASHPEE", + "state": "MA", + "postalCode": "02649-3327", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999931489" + } + }, { + "fullUrl": "urn:uuid:9295fddc-bc35-6e1c-1280-47a3d6426311", + "resource": { + "resourceType": "PractitionerRole", + "id": "9295fddc-bc35-6e1c-1280-47a3d6426311", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999931489" + }, + "display": "Dr. Meri607 Fahey393" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7723ed35-b719-3812-9c13-e2fa0c685b89" + }, + "display": "GOSNOLD, INC." + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3cc51b64-2081-31a1-867e-feabe00c8290" + }, + "display": "GOSNOLD, INC." + } ], + "telecom": [ { + "system": "phone", + "value": "508-539-1171" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Meri607.Fahey393@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:652d0920-227d-359e-98be-6abb64e527be", + "resource": { + "resourceType": "Practitioner", + "id": "652d0920-227d-359e-98be-6abb64e527be", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 69 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999931099" + } ], + "active": true, + "name": [ { + "family": "Beier427", + "given": [ "Emile522" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Emile522.Beier427@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "271 PARK ST" ], + "city": "WEST SPRINGFIELD", + "state": "MA", + "postalCode": "01089-3311", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999931099" + } + }, { + "fullUrl": "urn:uuid:b907bc8d-db90-1d35-4134-dc742ea039d4", + "resource": { + "resourceType": "PractitionerRole", + "id": "b907bc8d-db90-1d35-4134-dc742ea039d4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999931099" + }, + "display": "Dr. Emile522 Beier427" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "2e92e3c2-e372-3bb5-9db1-05408d55dd1a" + }, + "display": "PIONEER SPINE AND SPORTS PHYSICIANS PC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "36e56fce-de17-3e80-bc8e-97beb0b91314" + }, + "display": "PIONEER SPINE AND SPORTS PHYSICIANS PC" + } ], + "telecom": [ { + "system": "phone", + "value": "413-785-1153" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Emile522.Beier427@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:ade7b260-4262-3897-8889-9b4e542ccf27", + "resource": { + "resourceType": "Practitioner", + "id": "ade7b260-4262-3897-8889-9b4e542ccf27", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 27 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999931039" + } ], + "active": true, + "name": [ { + "family": "Sawayn19", + "given": [ "Jake169" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Jake169.Sawayn19@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "101 CAMBRIDGE ST" ], + "city": "BURLINGTON", + "state": "MA", + "postalCode": "01803-3766", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999931039" + } + }, { + "fullUrl": "urn:uuid:feda16c1-e29b-e6ea-a1de-3163e6c50108", + "resource": { + "resourceType": "PractitionerRole", + "id": "feda16c1-e29b-e6ea-a1de-3163e6c50108", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999931039" + }, + "display": "Dr. Jake169 Sawayn19" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9f633768-90c6-3994-9caa-7016b5ee4b66" + }, + "display": "BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a5033955-5d49-3955-919f-a985dac0f62e" + }, + "display": "BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS" + } ], + "telecom": [ { + "system": "phone", + "value": "781-229-8011" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Jake169.Sawayn19@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:10ded0da-7878-3f83-9377-cbb0ef492c37", + "resource": { + "resourceType": "Practitioner", + "id": "10ded0da-7878-3f83-9377-cbb0ef492c37", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 56 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999930849" + } ], + "active": true, + "name": [ { + "family": "O'Connell601", + "given": [ "Johnie961" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Johnie961.O'Connell601@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "300 MT AUBURN ST" ], + "city": "CAMBRIDGE", + "state": "MA", + "postalCode": "02138", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999930849" + } + }, { + "fullUrl": "urn:uuid:d4021160-b092-68cd-1571-d8768311a32f", + "resource": { + "resourceType": "PractitionerRole", + "id": "d4021160-b092-68cd-1571-d8768311a32f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999930849" + }, + "display": "Dr. Johnie961 O'Connell601" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f35dd75c-6a72-3edf-a649-e105468ca38d" + }, + "display": "MT AUBURN PROFESSIONAL SERVICES" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5c41898e-7703-332e-aa56-c0dd969f3810" + }, + "display": "MT AUBURN PROFESSIONAL SERVICES" + } ], + "telecom": [ { + "system": "phone", + "value": "617-499-5025" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Johnie961.O'Connell601@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:50ca49ec-e3f6-384e-af52-e27a62cca861", + "resource": { + "resourceType": "Practitioner", + "id": "50ca49ec-e3f6-384e-af52-e27a62cca861", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 100 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999930049" + } ], + "active": true, + "name": [ { + "family": "Wilderman619", + "given": [ "Ginny287" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Ginny287.Wilderman619@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "479 OLD UNION TURNPIKE" ], + "city": "LANCASTER", + "state": "MA", + "postalCode": "01523-3029", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999930049" + } + }, { + "fullUrl": "urn:uuid:836e3d6c-c080-7d21-0b90-e0f743e1b25f", + "resource": { + "resourceType": "PractitionerRole", + "id": "836e3d6c-c080-7d21-0b90-e0f743e1b25f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999930049" + }, + "display": "Dr. Ginny287 Wilderman619" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d0b5fc59-28d4-3a54-aaca-c93a3f1d3007" + }, + "display": "D'AMBROSIO EYE CARE INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "96c861ed-db49-3a4c-934b-69afe82ec99d" + }, + "display": "D'AMBROSIO EYE CARE INC" + } ], + "telecom": [ { + "system": "phone", + "value": "978-537-3900" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Ginny287.Wilderman619@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:2cd953c1-5b91-3a31-b0d0-6a3a578df8c7", + "resource": { + "resourceType": "Practitioner", + "id": "2cd953c1-5b91-3a31-b0d0-6a3a578df8c7", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 32 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999928829" + } ], + "active": true, + "name": [ { + "family": "Ernser583", + "given": [ "Adelaide981" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Adelaide981.Ernser583@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "673 BEDFORD ST" ], + "city": "ABINGTON", + "state": "MA", + "postalCode": "02351-1921", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999928829" + } + }, { + "fullUrl": "urn:uuid:85e03767-0085-5068-1236-ff760cc309ed", + "resource": { + "resourceType": "PractitionerRole", + "id": "85e03767-0085-5068-1236-ff760cc309ed", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999928829" + }, + "display": "Dr. Adelaide981 Ernser583" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d961ae86-724f-39c7-9f15-111bdb2aae7d" + }, + "display": "GAIL S MARCHETTO OD LLC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e2a35160-190a-3786-8e80-3b80e6cf7165" + }, + "display": "GAIL S MARCHETTO OD LLC" + } ], + "telecom": [ { + "system": "phone", + "value": "781-878-2300" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Adelaide981.Ernser583@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:d6be62e5-0bde-3102-898d-38528926a18b", + "resource": { + "resourceType": "Practitioner", + "id": "d6be62e5-0bde-3102-898d-38528926a18b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 49 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999928169" + } ], + "active": true, + "name": [ { + "family": "Rowe323", + "given": [ "Richie600" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Richie600.Rowe323@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "265 BEACH ST" ], + "city": "REVERE", + "state": "MA", + "postalCode": "02151-3100", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999928169" + } + }, { + "fullUrl": "urn:uuid:19d438f0-0774-bc3b-1ce5-b20edb195768", + "resource": { + "resourceType": "PractitionerRole", + "id": "19d438f0-0774-bc3b-1ce5-b20edb195768", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999928169" + }, + "display": "Dr. Richie600 Rowe323" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7b69b367-ad62-31ef-a8f8-0cb1ea5d4765" + }, + "display": "NORTH SUFFOLK MENTAL HEALTH ASSOCIATION, INC." + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d5ac5d95-66a8-380f-ad84-2f49426fa74e" + }, + "display": "NORTH SUFFOLK MENTAL HEALTH ASSOCIATION, INC." + } ], + "telecom": [ { + "system": "phone", + "value": "781-289-9331" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Richie600.Rowe323@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:9fc10d47-72ef-3b57-ae90-46aad08d0e52", + "resource": { + "resourceType": "Practitioner", + "id": "9fc10d47-72ef-3b57-ae90-46aad08d0e52", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 87 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999927949" + } ], + "active": true, + "name": [ { + "family": "Russel238", + "given": [ "Avelina400" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Avelina400.Russel238@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "289 PLEASANT ST" ], + "city": "FALL RIVER", + "state": "MA", + "postalCode": "02721-3005", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999927949" + } + }, { + "fullUrl": "urn:uuid:8d1da0b4-0cc3-fb59-18a6-e4f14cbcbec9", + "resource": { + "resourceType": "PractitionerRole", + "id": "8d1da0b4-0cc3-fb59-18a6-e4f14cbcbec9", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999927949" + }, + "display": "Dr. Avelina400 Russel238" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "0f6eba19-ad14-3643-895a-9c6b29d2ffc2" + }, + "display": "PRIMA CARE PC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "525532ca-3e67-3a9b-9240-12ba1cd84fe0" + }, + "display": "PRIMA CARE PC" + } ], + "telecom": [ { + "system": "phone", + "value": "508-674-0600" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Avelina400.Russel238@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:161f8010-24a3-3c18-a11e-4e2a571b8267", + "resource": { + "resourceType": "Practitioner", + "id": "161f8010-24a3-3c18-a11e-4e2a571b8267", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 84 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999925869" + } ], + "active": true, + "name": [ { + "family": "Reichel38", + "given": [ "Lance203" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lance203.Reichel38@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "295 VARNUM AVE" ], + "city": "LOWELL", + "state": "MA", + "postalCode": "01854-2134", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999925869" + } + }, { + "fullUrl": "urn:uuid:8de99483-7585-0b01-5df6-db1cd4620de8", + "resource": { + "resourceType": "PractitionerRole", + "id": "8de99483-7585-0b01-5df6-db1cd4620de8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999925869" + }, + "display": "Dr. Lance203 Reichel38" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "4400c886-4e72-363b-9036-15029a943c5f" + }, + "display": "LGH MEDICAL GROUP, INC." + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "4d8bd921-7bff-3b1e-8942-7f35b910f2a7" + }, + "display": "LGH MEDICAL GROUP, INC." + } ], + "telecom": [ { + "system": "phone", + "value": "978-788-7344" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lance203.Reichel38@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:ffc0a0dd-f438-3ad7-93a4-792a595c17c0", + "resource": { + "resourceType": "Practitioner", + "id": "ffc0a0dd-f438-3ad7-93a4-792a595c17c0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 30 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999925849" + } ], + "active": true, + "name": [ { + "family": "Koch169", + "given": [ "Stephani232" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Stephani232.Koch169@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "40 WRIGHT ST" ], + "city": "PALMER", + "state": "MA", + "postalCode": "01069-1138", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999925849" + } + }, { + "fullUrl": "urn:uuid:204721c0-40a6-4d83-2c5d-5f6da38e3330", + "resource": { + "resourceType": "PractitionerRole", + "id": "204721c0-40a6-4d83-2c5d-5f6da38e3330", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999925849" + }, + "display": "Dr. Stephani232 Koch169" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e0156d27-bc4e-38ca-a31d-39c9b305d287" + }, + "display": "BAYSTATE MEDICAL PRACTICES INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3ca8b4e0-7c07-3f80-a997-f8903fc9e8e9" + }, + "display": "BAYSTATE MEDICAL PRACTICES INC" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Stephani232.Koch169@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:c0395cf2-667b-3224-ad38-e8d0548017ae", + "resource": { + "resourceType": "Practitioner", + "id": "c0395cf2-667b-3224-ad38-e8d0548017ae", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 67 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999925549" + } ], + "active": true, + "name": [ { + "family": "Nitzsche158", + "given": [ "Vernon254" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Vernon254.Nitzsche158@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "80 EVERETT AVE" ], + "city": "CHELSEA", + "state": "MA", + "postalCode": "02150-2339", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999925549" + } + }, { + "fullUrl": "urn:uuid:7d667ffd-91f1-4214-017a-81d99fbdeb96", + "resource": { + "resourceType": "PractitionerRole", + "id": "7d667ffd-91f1-4214-017a-81d99fbdeb96", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999925549" + }, + "display": "Dr. Vernon254 Nitzsche158" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c1c433e1-9ed4-3730-bd86-d25de4fa96bf" + }, + "display": "MASSACHUSETTS GENERAL PHYSICIANS ORGANIZATION, INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "23223873-29a3-3eb1-bed4-a310b35a3041" + }, + "display": "MASSACHUSETTS GENERAL PHYSICIANS ORGANIZATION, INC" + } ], + "telecom": [ { + "system": "phone", + "value": "617-887-3500" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Vernon254.Nitzsche158@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:42a0a05b-b01f-3cdf-a2ef-5d2c58afaecc", + "resource": { + "resourceType": "Practitioner", + "id": "42a0a05b-b01f-3cdf-a2ef-5d2c58afaecc", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 60 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999925359" + } ], + "active": true, + "name": [ { + "family": "Nikolaus26", + "given": [ "Conchita9" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Conchita9.Nikolaus26@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "298 WASHINGTON ST" ], + "city": "GLOUCESTER", + "state": "MA", + "postalCode": "01930-4832", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999925359" + } + }, { + "fullUrl": "urn:uuid:10b759e6-979c-65e2-3ecb-64f5b585dbc6", + "resource": { + "resourceType": "PractitionerRole", + "id": "10b759e6-979c-65e2-3ecb-64f5b585dbc6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999925359" + }, + "display": "Dr. Conchita9 Nikolaus26" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "18449a9f-db37-3736-a91a-962323fc9577" + }, + "display": "NORTHEAST MEDICAL PRACTICE INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f9c3cb57-a2e9-3265-995f-01954151d764" + }, + "display": "NORTHEAST MEDICAL PRACTICE INC" + } ], + "telecom": [ { + "system": "phone", + "value": "978-281-6460" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Conchita9.Nikolaus26@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:83869fc7-1283-374b-b148-88c63a366ac8", + "resource": { + "resourceType": "Practitioner", + "id": "83869fc7-1283-374b-b148-88c63a366ac8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 28 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999925139" + } ], + "active": true, + "name": [ { + "family": "Raynor401", + "given": [ "Freddie621" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Freddie621.Raynor401@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "203 MAIN ST" ], + "city": "NORTH READING", + "state": "MA", + "postalCode": "01864-3103", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999925139" + } + }, { + "fullUrl": "urn:uuid:0728405f-e6f1-9268-e2af-dfbec7fe889f", + "resource": { + "resourceType": "PractitionerRole", + "id": "0728405f-e6f1-9268-e2af-dfbec7fe889f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999925139" + }, + "display": "Dr. Freddie621 Raynor401" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a75a4008-fd5b-3248-ba76-3ffdbe2c9dd0" + }, + "display": "WINCHESTER PHYSICIAN ASSOCIATES INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "87764310-0491-31bc-93d0-ee4df9230069" + }, + "display": "WINCHESTER PHYSICIAN ASSOCIATES INC" + } ], + "telecom": [ { + "system": "phone", + "value": "978-664-1990" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Freddie621.Raynor401@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:90ef0540-a3d5-3473-9069-2c9c7a0484db", + "resource": { + "resourceType": "Practitioner", + "id": "90ef0540-a3d5-3473-9069-2c9c7a0484db", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 39 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999922959" + } ], + "active": true, + "name": [ { + "family": "Hessel84", + "given": [ "Shira43" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Shira43.Hessel84@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "12 MAIN ST" ], + "city": "LAKEVILLE", + "state": "MA", + "postalCode": "02347-1606", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999922959" + } + }, { + "fullUrl": "urn:uuid:e447abe9-a2cb-6d02-d281-f7964812e2e1", + "resource": { + "resourceType": "PractitionerRole", + "id": "e447abe9-a2cb-6d02-d281-f7964812e2e1", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999922959" + }, + "display": "Dr. Shira43 Hessel84" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5c900690-e695-3e69-a4cc-5f538ac3a04f" + }, + "display": "SOUTHCOAST PHYSICIANS GROUP, INC.." + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "910ae8bc-060a-39d7-8acd-f603a69faca0" + }, + "display": "SOUTHCOAST PHYSICIANS GROUP, INC.." + } ], + "telecom": [ { + "system": "phone", + "value": "508-973-2432" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Shira43.Hessel84@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:11c70d95-adf0-3086-b7a2-dfb262ec49c4", + "resource": { + "resourceType": "Practitioner", + "id": "11c70d95-adf0-3086-b7a2-dfb262ec49c4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 45 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999920239" + } ], + "active": true, + "name": [ { + "family": "Cremin516", + "given": [ "Josette398" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Josette398.Cremin516@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "294 N MAIN ST" ], + "city": "EAST LONGMEADOW", + "state": "MA", + "postalCode": "01028-1847", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999920239" + } + }, { + "fullUrl": "urn:uuid:6229304a-8fc1-bbc3-511c-768c157f5a25", + "resource": { + "resourceType": "PractitionerRole", + "id": "6229304a-8fc1-bbc3-511c-768c157f5a25", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999920239" + }, + "display": "Dr. Josette398 Cremin516" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "37326c29-db0a-3eb4-a827-8e9fab088ca7" + }, + "display": "RADIOLOGY AND IMAGING, INC." + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7189003d-cec7-3071-a0d6-d42cfe264064" + }, + "display": "RADIOLOGY AND IMAGING, INC." + } ], + "telecom": [ { + "system": "phone", + "value": "413-794-9336" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Josette398.Cremin516@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:d1d7fcd0-a613-3b54-b927-56e8756da9a7", + "resource": { + "resourceType": "Practitioner", + "id": "d1d7fcd0-a613-3b54-b927-56e8756da9a7", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 38 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999918279" + } ], + "active": true, + "name": [ { + "family": "Walter473", + "given": [ "Lawana430" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lawana430.Walter473@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "398 NEPONSET AVE" ], + "city": "DORCHESTER", + "state": "MA", + "postalCode": "02122-3150", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999918279" + } + }, { + "fullUrl": "urn:uuid:79f7c66b-ff05-b386-3f3e-21dfc5baab0d", + "resource": { + "resourceType": "PractitionerRole", + "id": "79f7c66b-ff05-b386-3f3e-21dfc5baab0d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999918279" + }, + "display": "Dr. Lawana430 Walter473" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "fd2a0280-a31e-330e-a259-7c1425fa2e2b" + }, + "display": "HARBOR HEALTH SERVICES, INC." + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f0127d41-a61a-3a44-b372-662f5f713c3f" + }, + "display": "HARBOR HEALTH SERVICES, INC." + } ], + "telecom": [ { + "system": "phone", + "value": "617-282-3200" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lawana430.Walter473@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:732dde33-58de-37c8-a43d-c3474dcb4485", + "resource": { + "resourceType": "Practitioner", + "id": "732dde33-58de-37c8-a43d-c3474dcb4485", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 49 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999916139" + } ], + "active": true, + "name": [ { + "family": "Metz686", + "given": [ "Jorge203" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Jorge203.Metz686@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1595 BRIDGE ST" ], + "city": "DRACUT", + "state": "MA", + "postalCode": "01826-2614", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999916139" + } + }, { + "fullUrl": "urn:uuid:ee485083-df6c-9343-ee0b-54c55ae0dcbb", + "resource": { + "resourceType": "PractitionerRole", + "id": "ee485083-df6c-9343-ee0b-54c55ae0dcbb", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999916139" + }, + "display": "Dr. Jorge203 Metz686" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5464de19-8db1-305c-9feb-77921762d783" + }, + "display": "LGH MEDICAL GROUP, INC." + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7779da7a-f43f-34ae-a942-e206f72da3f9" + }, + "display": "LGH MEDICAL GROUP, INC." + } ], + "telecom": [ { + "system": "phone", + "value": "978-328-8527" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Jorge203.Metz686@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:7c0a3c91-dcab-3bc3-872a-6f8ef960a99d", + "resource": { + "resourceType": "Practitioner", + "id": "7c0a3c91-dcab-3bc3-872a-6f8ef960a99d", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 59 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999915999" + } ], + "active": true, + "name": [ { + "family": "O'Hara248", + "given": [ "Rosana394" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Rosana394.O'Hara248@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "41 MONTVALE AVE" ], + "city": "STONEHAM", + "state": "MA", + "postalCode": "02180-2445", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999915999" + } + }, { + "fullUrl": "urn:uuid:8bcdbc75-8d38-20a3-e7c8-0367194c2186", + "resource": { + "resourceType": "PractitionerRole", + "id": "8bcdbc75-8d38-20a3-e7c8-0367194c2186", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999915999" + }, + "display": "Dr. Rosana394 O'Hara248" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "46f3221b-49d9-3b45-853b-812635e2ba0b" + }, + "display": "HALLMARK HEALTH MEDICAL ASSOCIATES INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "25867dae-40ca-3fe3-bfac-01f197474496" + }, + "display": "HALLMARK HEALTH MEDICAL ASSOCIATES INC" + } ], + "telecom": [ { + "system": "phone", + "value": "781-224-5810" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Rosana394.O'Hara248@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:fa02092d-58ee-3025-ad02-0c1de01699b8", + "resource": { + "resourceType": "Practitioner", + "id": "fa02092d-58ee-3025-ad02-0c1de01699b8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 13 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999915329" + } ], + "active": true, + "name": [ { + "family": "Hodkiewicz467", + "given": [ "Rosendo998" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Rosendo998.Hodkiewicz467@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "279 LINCOLN ST" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01605-2120", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999915329" + } + }, { + "fullUrl": "urn:uuid:b3426878-3a11-d9d5-ac00-6a2fbd0e8eeb", + "resource": { + "resourceType": "PractitionerRole", + "id": "b3426878-3a11-d9d5-ac00-6a2fbd0e8eeb", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999915329" + }, + "display": "Dr. Rosendo998 Hodkiewicz467" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "acdb127e-3257-358d-a7fa-3852c8f33260" + }, + "display": "UMASS MEMORIAL MEDICAL GROUP, INC." + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "52b249df-9efb-3131-804e-74c1cbe7e42a" + }, + "display": "UMASS MEMORIAL MEDICAL GROUP, INC." + } ], + "telecom": [ { + "system": "phone", + "value": "508-334-8830" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Rosendo998.Hodkiewicz467@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:fd926067-02a5-32f0-87b1-733138e560bb", + "resource": { + "resourceType": "Practitioner", + "id": "fd926067-02a5-32f0-87b1-733138e560bb", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 31 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999915099" + } ], + "active": true, + "name": [ { + "family": "Mayer370", + "given": [ "Carey440" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Carey440.Mayer370@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "104 LIBERTY ST" ], + "city": "HANSON", + "state": "MA", + "postalCode": "02341-1160", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999915099" + } + }, { + "fullUrl": "urn:uuid:a670adf4-28a6-f0a2-02f6-ed463c3ae0c1", + "resource": { + "resourceType": "PractitionerRole", + "id": "a670adf4-28a6-f0a2-02f6-ed463c3ae0c1", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999915099" + }, + "display": "Dr. Carey440 Mayer370" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "05012be2-c47b-3ca2-abfd-30a74859d1e8" + }, + "display": "STEWARD MEDICAL GROUP, INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "edde6fe2-3ce9-3b72-a538-d8ba93449ecb" + }, + "display": "STEWARD MEDICAL GROUP, INC" + } ], + "telecom": [ { + "system": "phone", + "value": "781-293-5455" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Carey440.Mayer370@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:93da1bca-dfb1-3e7f-b1a8-fd361cc668f6", + "resource": { + "resourceType": "Practitioner", + "id": "93da1bca-dfb1-3e7f-b1a8-fd361cc668f6", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 61 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999914669" + } ], + "active": true, + "name": [ { + "family": "Pouros728", + "given": [ "Dino214" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Dino214.Pouros728@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1832 CENTRE ST" ], + "city": "WEST ROXBURY", + "state": "MA", + "postalCode": "02132-1901", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999914669" + } + }, { + "fullUrl": "urn:uuid:ac7eb6b1-f7a0-62be-1491-ec586719bbb0", + "resource": { + "resourceType": "PractitionerRole", + "id": "ac7eb6b1-f7a0-62be-1491-ec586719bbb0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999914669" + }, + "display": "Dr. Dino214 Pouros728" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5003f481-9b24-365a-95a9-5eb30411185f" + }, + "display": "BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3c644798-fc24-3865-af43-60572e9fc72d" + }, + "display": "BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC" + } ], + "telecom": [ { + "system": "phone", + "value": "617-469-4000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Dino214.Pouros728@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:37a704fd-4ddb-3ccb-bf3b-b2635443fdbe", + "resource": { + "resourceType": "Practitioner", + "id": "37a704fd-4ddb-3ccb-bf3b-b2635443fdbe", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 84 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999914589" + } ], + "active": true, + "name": [ { + "family": "Langworth352", + "given": [ "Mickey576" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Mickey576.Langworth352@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "926 W BOYLSTON ST" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "01606-1141", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999914589" + } + }, { + "fullUrl": "urn:uuid:fd400035-e793-c361-b16c-8e99a74c22e3", + "resource": { + "resourceType": "PractitionerRole", + "id": "fd400035-e793-c361-b16c-8e99a74c22e3", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999914589" + }, + "display": "Dr. Mickey576 Langworth352" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "370eee5a-887d-3d62-808b-8c6fb1c4bc71" + }, + "display": "DRX UC WORCESTER PC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3c1c47e8-422d-3dc2-86d4-7e03b763d357" + }, + "display": "DRX UC WORCESTER PC" + } ], + "telecom": [ { + "system": "phone", + "value": "508-854-1055" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Mickey576.Langworth352@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:0d301b82-f8b7-3686-8b2a-6f3d90b5dad0", + "resource": { + "resourceType": "Practitioner", + "id": "0d301b82-f8b7-3686-8b2a-6f3d90b5dad0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 46 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999914229" + } ], + "active": true, + "name": [ { + "family": "Kunze215", + "given": [ "Gaylene599" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Gaylene599.Kunze215@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "100 COMMERCE DR" ], + "city": "NORTHBRIDGE", + "state": "MA", + "postalCode": "01534-1415", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999914229" + } + }, { + "fullUrl": "urn:uuid:b2913166-4c3e-8a16-5559-cb0d61b314fc", + "resource": { + "resourceType": "PractitionerRole", + "id": "b2913166-4c3e-8a16-5559-cb0d61b314fc", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999914229" + }, + "display": "Dr. Gaylene599 Kunze215" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ed353f5c-41f9-3eb6-8e10-47d3db959d99" + }, + "display": "MILFORD REGIONAL PHYSICIAN GROUP INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a70e81eb-118f-36c9-b926-d6ec88d8fed5" + }, + "display": "MILFORD REGIONAL PHYSICIAN GROUP INC" + } ], + "telecom": [ { + "system": "phone", + "value": "508-234-6311" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Gaylene599.Kunze215@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:e5157642-cf81-378a-ad9a-058e8b4174c4", + "resource": { + "resourceType": "Practitioner", + "id": "e5157642-cf81-378a-ad9a-058e8b4174c4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 29 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999913329" + } ], + "active": true, + "name": [ { + "family": "Rath779", + "given": [ "Sheridan30" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Sheridan30.Rath779@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "189 WATERTOWN ST" ], + "city": "WATERTOWN", + "state": "MA", + "postalCode": "02472-2571", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999913329" + } + }, { + "fullUrl": "urn:uuid:d7e92670-2c26-fad3-f9d9-3102cfff8448", + "resource": { + "resourceType": "PractitionerRole", + "id": "d7e92670-2c26-fad3-f9d9-3102cfff8448", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999913329" + }, + "display": "Dr. Sheridan30 Rath779" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "38933c98-0aa4-3116-962a-2fbadbf27e36" + }, + "display": "MINUTECLINIC DIAGNOSTIC OF MASSACHUSETTS, LLC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9a672602-f12b-3e4e-af11-2b41ef8f966c" + }, + "display": "MINUTECLINIC DIAGNOSTIC OF MASSACHUSETTS, LLC" + } ], + "telecom": [ { + "system": "phone", + "value": "866-389-2727" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Sheridan30.Rath779@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:d9c17052-281c-3d93-bc7b-c2dd32dd0c56", + "resource": { + "resourceType": "Practitioner", + "id": "d9c17052-281c-3d93-bc7b-c2dd32dd0c56", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 65 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999913319" + } ], + "active": true, + "name": [ { + "family": "Breitenberg711", + "given": [ "Anh979" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Anh979.Breitenberg711@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "369 MAIN ST" ], + "city": "SPENCER", + "state": "MA", + "postalCode": "01562-1900", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999913319" + } + }, { + "fullUrl": "urn:uuid:4d9456e9-bfda-fb48-38f1-34e1b54d1e33", + "resource": { + "resourceType": "PractitionerRole", + "id": "4d9456e9-bfda-fb48-38f1-34e1b54d1e33", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999913319" + }, + "display": "Dr. Anh979 Breitenberg711" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "0d3b12c1-5d12-3d76-a84d-9b3aabc22505" + }, + "display": "UMASS MEMORIAL MEDICAL GROUP, INC." + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5ae52c30-b08e-3414-9034-53a5ff66b9e6" + }, + "display": "UMASS MEMORIAL MEDICAL GROUP, INC." + } ], + "telecom": [ { + "system": "phone", + "value": "508-885-3922" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Anh979.Breitenberg711@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:2a8d8315-ef1e-3e48-b19e-f23929062ac4", + "resource": { + "resourceType": "Practitioner", + "id": "2a8d8315-ef1e-3e48-b19e-f23929062ac4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 57 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999912609" + } ], + "active": true, + "name": [ { + "family": "Cano735", + "given": [ "Alicia629" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Alicia629.Cano735@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1 SCAMMELL ST" ], + "city": "QUINCY", + "state": "MA", + "postalCode": "02169-6706", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999912609" + } + }, { + "fullUrl": "urn:uuid:34bdfa39-ecb6-697b-eddb-0527005d95fe", + "resource": { + "resourceType": "PractitionerRole", + "id": "34bdfa39-ecb6-697b-eddb-0527005d95fe", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999912609" + }, + "display": "Dr. Alicia629 Cano735" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ca1a6e3c-ff6c-3e18-842b-bb5a0a9206fe" + }, + "display": "MASS OPTOMETRIC ASSOCIATES, PLLC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b51d7a07-00e6-3dd7-870e-43748fa64485" + }, + "display": "MASS OPTOMETRIC ASSOCIATES, PLLC" + } ], + "telecom": [ { + "system": "phone", + "value": "617-773-1353" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Alicia629.Cano735@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:0d02cce6-3312-364f-96b5-652cbacd020c", + "resource": { + "resourceType": "Practitioner", + "id": "0d02cce6-3312-364f-96b5-652cbacd020c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 68 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999912259" + } ], + "active": true, + "name": [ { + "family": "O'Reilly797", + "given": [ "Malissa448" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Malissa448.O'Reilly797@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "3 RUNDLETT WAY" ], + "city": "MIDDLETON", + "state": "MA", + "postalCode": "01949-2500", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999912259" + } + }, { + "fullUrl": "urn:uuid:3dbc8e36-b39f-c794-1d28-2bae153166ae", + "resource": { + "resourceType": "PractitionerRole", + "id": "3dbc8e36-b39f-c794-1d28-2bae153166ae", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999912259" + }, + "display": "Dr. Malissa448 O'Reilly797" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "dcdbb4f7-052d-3292-872c-d3fa5c608b69" + }, + "display": "PROEX PHYSICAL THERAPY, LLC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b147ea02-de16-301f-9777-9a1e1b7432f2" + }, + "display": "PROEX PHYSICAL THERAPY, LLC" + } ], + "telecom": [ { + "system": "phone", + "value": "978-624-7150" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Malissa448.O'Reilly797@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:d1c256e2-2e7b-3e0a-821c-87063a2c0fff", + "resource": { + "resourceType": "Practitioner", + "id": "d1c256e2-2e7b-3e0a-821c-87063a2c0fff", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 38 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999911119" + } ], + "active": true, + "name": [ { + "family": "Kuhlman484", + "given": [ "Harvey63" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Harvey63.Kuhlman484@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "100 HIGHLAND ST" ], + "city": "MILTON", + "state": "MA", + "postalCode": "02186-3881", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999911119" + } + }, { + "fullUrl": "urn:uuid:a14da40f-a3c3-50f5-a9ca-7f3022164047", + "resource": { + "resourceType": "PractitionerRole", + "id": "a14da40f-a3c3-50f5-a9ca-7f3022164047", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999911119" + }, + "display": "Dr. Harvey63 Kuhlman484" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "da742a5b-2c47-3e74-89ed-7c7425a3694d" + }, + "display": "GREATER BOSTON UROLOGY LLC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "287ea8fb-785f-3c84-969f-52911ab98364" + }, + "display": "GREATER BOSTON UROLOGY LLC" + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Harvey63.Kuhlman484@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:cc254fc7-285b-3ae2-ba39-544245eb04fe", + "resource": { + "resourceType": "Practitioner", + "id": "cc254fc7-285b-3ae2-ba39-544245eb04fe", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 56 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999910069" + } ], + "active": true, + "name": [ { + "family": "O'Hara248", + "given": [ "Dave764" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Dave764.O'Hara248@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "201 CAPTAINS ROW" ], + "city": "CHELSEA", + "state": "MA", + "postalCode": "02150-4068", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999910069" + } + }, { + "fullUrl": "urn:uuid:11c7176b-d141-cc8e-2beb-290b1112943a", + "resource": { + "resourceType": "PractitionerRole", + "id": "11c7176b-d141-cc8e-2beb-290b1112943a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999910069" + }, + "display": "Dr. Dave764 O'Hara248" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "fa31d91f-dde4-37b5-a43f-df7c7c67c960" + }, + "display": "MEDICAL CARE OF BOSTON MANAGEMENT CORPORATION" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "11539985-1b71-3b74-9b38-d4bf1e26a617" + }, + "display": "MEDICAL CARE OF BOSTON MANAGEMENT CORPORATION" + } ], + "telecom": [ { + "system": "phone", + "value": "617-887-0829" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Dave764.O'Hara248@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:93911ea5-39ee-34bf-b436-fc98ab7dadaa", + "resource": { + "resourceType": "Practitioner", + "id": "93911ea5-39ee-34bf-b436-fc98ab7dadaa", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 31 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999909609" + } ], + "active": true, + "name": [ { + "family": "Kerluke267", + "given": [ "Lindsay928" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lindsay928.Kerluke267@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "81 HIGHLAND AVE" ], + "city": "SOMERVILLE", + "state": "MA", + "postalCode": "02143-1740", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999909609" + } + }, { + "fullUrl": "urn:uuid:390213d2-4949-b06e-1a05-c3488918f51b", + "resource": { + "resourceType": "PractitionerRole", + "id": "390213d2-4949-b06e-1a05-c3488918f51b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999909609" + }, + "display": "Dr. Lindsay928 Kerluke267" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ab25175a-3068-3c89-9268-0765b157d52d" + }, + "display": "CAMBRIDGE PUBLIC HEALTH COMMISSION" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "6a4e72f8-25dd-355b-82e4-207d358db670" + }, + "display": "CAMBRIDGE PUBLIC HEALTH COMMISSION" + } ], + "telecom": [ { + "system": "phone", + "value": "617-575-5690" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lindsay928.Kerluke267@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:82bb911f-ece8-3854-96ff-55d3bbee2e1a", + "resource": { + "resourceType": "Practitioner", + "id": "82bb911f-ece8-3854-96ff-55d3bbee2e1a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 106 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999907809" + } ], + "active": true, + "name": [ { + "family": "Farías160", + "given": [ "Victoria535" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Victoria535.Farías160@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "24 COMMON ST" ], + "city": "WRENTHAM", + "state": "MA", + "postalCode": "02093-1399", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999907809" + } + }, { + "fullUrl": "urn:uuid:b5268c4b-0566-6a9c-9888-d2da31e53d96", + "resource": { + "resourceType": "PractitionerRole", + "id": "b5268c4b-0566-6a9c-9888-d2da31e53d96", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999907809" + }, + "display": "Dr. Victoria535 Farías160" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "6510ffc0-9793-352c-87d5-e8f7aa8b4d5c" + }, + "display": "STEWARD MEDICAL GROUP, INC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f8caa113-1e83-3d0b-b9a1-2a3c6044d7e7" + }, + "display": "STEWARD MEDICAL GROUP, INC" + } ], + "telecom": [ { + "system": "phone", + "value": "508-384-2223" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Victoria535.Farías160@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:0f4bd32f-a22e-33f9-adbb-4ba0bf6e9740", + "resource": { + "resourceType": "Practitioner", + "id": "0f4bd32f-a22e-33f9-adbb-4ba0bf6e9740", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 38 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999907569" + } ], + "active": true, + "name": [ { + "family": "Bartell116", + "given": [ "Eula461" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Eula461.Bartell116@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "47 ASHBY STATE RD" ], + "city": "FITCHBURG", + "state": "MA", + "postalCode": "01420-2038", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999907569" + } + }, { + "fullUrl": "urn:uuid:2fc40945-903a-e327-708d-22246510b2a3", + "resource": { + "resourceType": "PractitionerRole", + "id": "2fc40945-903a-e327-708d-22246510b2a3", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999907569" + }, + "display": "Dr. Eula461 Bartell116" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "714dd33b-d5bf-39fb-902a-7e1ee23a5784" + }, + "display": "UMASS MEMORIAL MEDICAL GROUP, INC." + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "1b52bd33-f923-3062-8510-539dc5c770f4" + }, + "display": "UMASS MEMORIAL MEDICAL GROUP, INC." + } ], + "telecom": [ { + "system": "phone", + "value": "978-345-1040" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Eula461.Bartell116@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:bad88470-b473-3cf9-a514-56afbee747fb", + "resource": { + "resourceType": "Practitioner", + "id": "bad88470-b473-3cf9-a514-56afbee747fb", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906819" + } ], + "active": true, + "name": [ { + "family": "Purdy2", + "given": [ "Eun46" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Eun46.Purdy2@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "5 INDUSTRIAL DRIVE" ], + "city": "MASHPEE", + "state": "MA", + "postalCode": "2649", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906819" + } + }, { + "fullUrl": "urn:uuid:7a0ef0ba-d399-8b7b-6749-bfbd760994f8", + "resource": { + "resourceType": "PractitionerRole", + "id": "7a0ef0ba-d399-8b7b-6749-bfbd760994f8", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906819" + }, + "display": "Dr. Eun46 Purdy2" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5f178592-5066-33f6-8594-e6f58caca21c" + }, + "display": "MASHPEE FAMILY MEDICINE" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7b3724f6-b9ba-353f-9715-f7572f4212de" + }, + "display": "MASHPEE FAMILY MEDICINE" + } ], + "telecom": [ { + "system": "phone", + "value": "508-477-4282" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Eun46.Purdy2@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:504fb89d-5928-37ce-9261-2cac423db7fe", + "resource": { + "resourceType": "Practitioner", + "id": "504fb89d-5928-37ce-9261-2cac423db7fe", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 3 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906789" + } ], + "active": true, + "name": [ { + "family": "Abbott774", + "given": [ "Woodrow571" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Woodrow571.Abbott774@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "528 NEWTON STREET" ], + "city": "FALL RIVER", + "state": "MA", + "postalCode": "2721", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906789" + } + }, { + "fullUrl": "urn:uuid:4ce7ac91-643d-8ef5-fe02-a577446dd5bf", + "resource": { + "resourceType": "PractitionerRole", + "id": "4ce7ac91-643d-8ef5-fe02-a577446dd5bf", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906789" + }, + "display": "Dr. Woodrow571 Abbott774" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "4feb5860-8c43-34ea-b2c8-84ff7ca8740b" + }, + "display": "TRU MEDICAL WALK IN CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9252109b-43ca-3a69-b02a-97e6f2ecf41d" + }, + "display": "TRU MEDICAL WALK IN CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "508-675-1522" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Woodrow571.Abbott774@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:b939e265-03cd-3429-89f3-ac81e546f192", + "resource": { + "resourceType": "Practitioner", + "id": "b939e265-03cd-3429-89f3-ac81e546f192", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 16 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906769" + } ], + "active": true, + "name": [ { + "family": "Ritchie586", + "given": [ "Valorie864" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Valorie864.Ritchie586@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1230 BRIDGE STREET" ], + "city": "LOWELL", + "state": "MA", + "postalCode": "1850", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906769" + } + }, { + "fullUrl": "urn:uuid:c5c35344-678d-f8ba-518c-4b9c580fe289", + "resource": { + "resourceType": "PractitionerRole", + "id": "c5c35344-678d-f8ba-518c-4b9c580fe289", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906769" + }, + "display": "Dr. Valorie864 Ritchie586" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "92819cdc-db9e-387e-8c4f-4b2b4e8b2e4f" + }, + "display": "SAINTS WALK-IN MEDICAL CENTER - URGENT CARE AND OCCUPATIONAL HEALTH" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c6d0333b-5920-3b05-a21c-83f2ab022cce" + }, + "display": "SAINTS WALK-IN MEDICAL CENTER - URGENT CARE AND OCCUPATIONAL HEALTH" + } ], + "telecom": [ { + "system": "phone", + "value": "978-459-2273" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Valorie864.Ritchie586@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:9d5363bc-3afb-3767-8e08-71cf441ee293", + "resource": { + "resourceType": "Practitioner", + "id": "9d5363bc-3afb-3767-8e08-71cf441ee293", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 7 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906759" + } ], + "active": true, + "name": [ { + "family": "Hermann103", + "given": [ "Frederic454" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Frederic454.Hermann103@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "629 PLEASANT STREET" ], + "city": "BROCKTON", + "state": "MA", + "postalCode": "2301", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906759" + } + }, { + "fullUrl": "urn:uuid:40e3b6c2-4d0c-e2c4-b15e-ac79fee7bc81", + "resource": { + "resourceType": "PractitionerRole", + "id": "40e3b6c2-4d0c-e2c4-b15e-ac79fee7bc81", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906759" + }, + "display": "Dr. Frederic454 Hermann103" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "0d1563c1-d56c-362e-9e3d-d74463ebbe0f" + }, + "display": "URGENT CARE MEDICAL CLINIC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e06e98cf-546a-3240-afd7-6e051fc38519" + }, + "display": "URGENT CARE MEDICAL CLINIC" + } ], + "telecom": [ { + "system": "phone", + "value": "508-583-0010" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Frederic454.Hermann103@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:0222f528-edb3-3caa-81e5-6f3117ccfddc", + "resource": { + "resourceType": "Practitioner", + "id": "0222f528-edb3-3caa-81e5-6f3117ccfddc", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906719" + } ], + "active": true, + "name": [ { + "family": "Hartmann983", + "given": [ "Ilona639" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Ilona639.Hartmann983@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "808 MAIN STREET" ], + "city": "WALTHAM", + "state": "MA", + "postalCode": "2451", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906719" + } + }, { + "fullUrl": "urn:uuid:2fc6fd95-c4a2-023d-acd6-7c20eaa1cee4", + "resource": { + "resourceType": "PractitionerRole", + "id": "2fc6fd95-c4a2-023d-acd6-7c20eaa1cee4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906719" + }, + "display": "Dr. Ilona639 Hartmann983" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a76bda1d-f42d-3046-b8c6-021f3db0a086" + }, + "display": "WALK IN AND PRIMARY CARE" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c29a5d23-f1bb-3515-a733-ef4cfcc4b19f" + }, + "display": "WALK IN AND PRIMARY CARE" + } ], + "telecom": [ { + "system": "phone", + "value": "781-894-8200" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Ilona639.Hartmann983@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:b9f9ad09-406b-3402-84fb-2a2c10a84d36", + "resource": { + "resourceType": "Practitioner", + "id": "b9f9ad09-406b-3402-84fb-2a2c10a84d36", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906709" + } ], + "active": true, + "name": [ { + "family": "Koepp521", + "given": [ "Wes853" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Wes853.Koepp521@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "85 PARKHURST ROAD" ], + "city": "CHELMSFORD", + "state": "MA", + "postalCode": "1824", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906709" + } + }, { + "fullUrl": "urn:uuid:ce952a47-ee11-2510-d9eb-986a70a038b0", + "resource": { + "resourceType": "PractitionerRole", + "id": "ce952a47-ee11-2510-d9eb-986a70a038b0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906709" + }, + "display": "Dr. Wes853 Koepp521" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7116c200-6663-3503-8314-1ee16845e5d3" + }, + "display": "SAINTS WALK-IN MEDICAL CENTER - URGENT CARE AND OCCUPATIONAL HEALTH" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "64d160eb-9cc0-3f5b-8d41-d29bd212f104" + }, + "display": "SAINTS WALK-IN MEDICAL CENTER - URGENT CARE AND OCCUPATIONAL HEALTH" + } ], + "telecom": [ { + "system": "phone", + "value": "978-458-6868" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Wes853.Koepp521@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:2c6884a9-88fa-31b8-bafc-48e38f6f4eb4", + "resource": { + "resourceType": "Practitioner", + "id": "2c6884a9-88fa-31b8-bafc-48e38f6f4eb4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 7 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906699" + } ], + "active": true, + "name": [ { + "family": "Block661", + "given": [ "Johnathon489" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Johnathon489.Block661@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "151 EVERETT AVENUE" ], + "city": "CHELSEA", + "state": "MA", + "postalCode": "2150", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906699" + } + }, { + "fullUrl": "urn:uuid:96d43501-d9e2-74bb-d78f-f53b9b5a7d9b", + "resource": { + "resourceType": "PractitionerRole", + "id": "96d43501-d9e2-74bb-d78f-f53b9b5a7d9b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906699" + }, + "display": "Dr. Johnathon489 Block661" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "3265f387-6c51-32ee-8f6d-b2a89caa34d5" + }, + "display": "CHELSEA MGH HEALTH CENTER MEDICAL WALK IN" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "fa546403-c0ca-30b2-a9cd-ba6d76eb6a2d" + }, + "display": "CHELSEA MGH HEALTH CENTER MEDICAL WALK IN" + } ], + "telecom": [ { + "system": "phone", + "value": "617-884-8300" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Johnathon489.Block661@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:31a92e71-aa40-3db6-a6a4-04a5301be004", + "resource": { + "resourceType": "Practitioner", + "id": "31a92e71-aa40-3db6-a6a4-04a5301be004", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 163 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906689" + } ], + "active": true, + "name": [ { + "family": "Durgan499", + "given": [ "Refugio197" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Refugio197.Durgan499@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "111 GROSSMAN DRIVE" ], + "city": "BRAINTREE", + "state": "MA", + "postalCode": "2184", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906689" + } + }, { + "fullUrl": "urn:uuid:57119b76-520b-926a-e75a-8909aa52d246", + "resource": { + "resourceType": "PractitionerRole", + "id": "57119b76-520b-926a-e75a-8909aa52d246", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906689" + }, + "display": "Dr. Refugio197 Durgan499" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c63d0602-724d-3d74-958a-a31b1364eaef" + }, + "display": "HARVARD VANGUARD BRAINTREE PRACTICE URGENT CARE" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "5034affd-0915-380e-8930-9543e090d3b4" + }, + "display": "HARVARD VANGUARD BRAINTREE PRACTICE URGENT CARE" + } ], + "telecom": [ { + "system": "phone", + "value": "781-849-1000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Refugio197.Durgan499@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:53cf4074-5945-3bd4-802a-418af564161c", + "resource": { + "resourceType": "Practitioner", + "id": "53cf4074-5945-3bd4-802a-418af564161c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 21 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906659" + } ], + "active": true, + "name": [ { + "family": "VonRueden376", + "given": [ "Lou594" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lou594.VonRueden376@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "26 QUEEN STREET" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "1610", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906659" + } + }, { + "fullUrl": "urn:uuid:68ba8aff-0e05-e041-9255-fd9edd9777b2", + "resource": { + "resourceType": "PractitionerRole", + "id": "68ba8aff-0e05-e041-9255-fd9edd9777b2", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906659" + }, + "display": "Dr. Lou594 VonRueden376" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "cbbee84d-7644-3b24-9f41-e3747f5050df" + }, + "display": "FAMILY HEALTH CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b9f53ad4-5260-3105-b865-0be5777ac489" + }, + "display": "FAMILY HEALTH CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "508-860-7777" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Lou594.VonRueden376@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:336f1dd5-ed76-3ce9-aed2-181f5fc552a0", + "resource": { + "resourceType": "Practitioner", + "id": "336f1dd5-ed76-3ce9-aed2-181f5fc552a0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906649" + } ], + "active": true, + "name": [ { + "family": "Little434", + "given": [ "Kristopher775" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Kristopher775.Little434@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "500 SALEM STREET" ], + "city": "WILMINGTON", + "state": "MA", + "postalCode": "1887", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906649" + } + }, { + "fullUrl": "urn:uuid:754a0906-13ef-8bf9-cc03-291c9e39d9f3", + "resource": { + "resourceType": "PractitionerRole", + "id": "754a0906-13ef-8bf9-cc03-291c9e39d9f3", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906649" + }, + "display": "Dr. Kristopher775 Little434" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "f1313c7d-3148-335b-adc3-337f15567b82" + }, + "display": "WINCHESTER HOSPITAL FAMILY MEDICAL CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9e412665-c5ea-3948-831a-16ead4f07f93" + }, + "display": "WINCHESTER HOSPITAL FAMILY MEDICAL CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "978-988-6105" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Kristopher775.Little434@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:a5cb0c1f-9bdf-304a-834e-2a3c61e6ee5b", + "resource": { + "resourceType": "Practitioner", + "id": "a5cb0c1f-9bdf-304a-834e-2a3c61e6ee5b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906639" + } ], + "active": true, + "name": [ { + "family": "Cronin387", + "given": [ "Collen405" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Collen405.Cronin387@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "489 BEARSES WAY" ], + "city": "HYANNIS", + "state": "MA", + "postalCode": "2601", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906639" + } + }, { + "fullUrl": "urn:uuid:1c86bda7-0c1a-2eae-d91b-9342558c6622", + "resource": { + "resourceType": "PractitionerRole", + "id": "1c86bda7-0c1a-2eae-d91b-9342558c6622", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906639" + }, + "display": "Dr. Collen405 Cronin387" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "df5a38ee-e493-3572-8f92-bb695aef9891" + }, + "display": "MID CAPE MEDICAL CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e847be8c-e5e5-3938-adda-162bd1758d10" + }, + "display": "MID CAPE MEDICAL CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "508-771-4092" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Collen405.Cronin387@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:cb6e0083-24d1-3434-999a-6e9dec12c064", + "resource": { + "resourceType": "Practitioner", + "id": "cb6e0083-24d1-3434-999a-6e9dec12c064", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 9 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906629" + } ], + "active": true, + "name": [ { + "family": "Grant908", + "given": [ "Val761" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Val761.Grant908@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "637 WASHINGTON STREET" ], + "city": "DORCHESTER", + "state": "MA", + "postalCode": "2124", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906629" + } + }, { + "fullUrl": "urn:uuid:fd004492-bf43-15f6-55a0-8aecdc934b97", + "resource": { + "resourceType": "PractitionerRole", + "id": "fd004492-bf43-15f6-55a0-8aecdc934b97", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906629" + }, + "display": "Dr. Val761 Grant908" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e3f1676b-9b40-3544-af4e-17a06bbb98bb" + }, + "display": "CODMAN SQUARE HEALTH CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7c592af8-290f-3432-8aa7-ebb26b129a51" + }, + "display": "CODMAN SQUARE HEALTH CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "617-825-9660" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Val761.Grant908@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:b6993074-b924-39ea-9aa3-07450db0036a", + "resource": { + "resourceType": "Practitioner", + "id": "b6993074-b924-39ea-9aa3-07450db0036a", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 3 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906619" + } ], + "active": true, + "name": [ { + "family": "Treutel973", + "given": [ "Saturnina961" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Saturnina961.Treutel973@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "66B CONCORD STREET" ], + "city": "WILMINGTON", + "state": "MA", + "postalCode": "1887", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906619" + } + }, { + "fullUrl": "urn:uuid:a8962837-36de-8a35-4387-8fe01b239c57", + "resource": { + "resourceType": "PractitionerRole", + "id": "a8962837-36de-8a35-4387-8fe01b239c57", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906619" + }, + "display": "Dr. Saturnina961 Treutel973" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a43fb751-96fe-3496-8750-73f85651866d" + }, + "display": "CONCENTRA URGENT CARE - WILMINGTON" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "fbe81bf6-7f8e-393d-9175-ffdb4082023c" + }, + "display": "CONCENTRA URGENT CARE - WILMINGTON" + } ], + "telecom": [ { + "system": "phone", + "value": "978-657-3826" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Saturnina961.Treutel973@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:ceb1aadd-ed16-3714-ba4d-90fd71d52714", + "resource": { + "resourceType": "Practitioner", + "id": "ceb1aadd-ed16-3714-ba4d-90fd71d52714", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 29 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906609" + } ], + "active": true, + "name": [ { + "family": "Balistreri607", + "given": [ "Jerrie417" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Jerrie417.Balistreri607@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "581 BOYLSTON STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "2116", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906609" + } + }, { + "fullUrl": "urn:uuid:ded0eb1c-f3a0-a62f-491d-14c6a5ef80cb", + "resource": { + "resourceType": "PractitionerRole", + "id": "ded0eb1c-f3a0-a62f-491d-14c6a5ef80cb", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906609" + }, + "display": "Dr. Jerrie417 Balistreri607" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b81688f5-bd0e-3c99-963f-860d3e90ab5d" + }, + "display": "URGENT CARE MEDICAL CLINIC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "ce46d852-27fd-34a7-b3b8-20b3e6e9fb08" + }, + "display": "URGENT CARE MEDICAL CLINIC" + } ], + "telecom": [ { + "system": "phone", + "value": "617-247-1400" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Jerrie417.Balistreri607@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:c6a93951-4f95-3f79-bc90-262f33627f46", + "resource": { + "resourceType": "Practitioner", + "id": "c6a93951-4f95-3f79-bc90-262f33627f46", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 6 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906589" + } ], + "active": true, + "name": [ { + "family": "Gleichner915", + "given": [ "Alfredia958" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Alfredia958.Gleichner915@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "19 TACOMA STREET" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "1605", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906589" + } + }, { + "fullUrl": "urn:uuid:9077c392-2e03-93de-b042-dd79537572b3", + "resource": { + "resourceType": "PractitionerRole", + "id": "9077c392-2e03-93de-b042-dd79537572b3", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906589" + }, + "display": "Dr. Alfredia958 Gleichner915" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "6e62e63b-c39a-3211-99d8-8b8f0f06774e" + }, + "display": "GREAT BROOK VALLEY HEALTH CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "10259e72-93b9-332a-90db-ca120adde0d7" + }, + "display": "GREAT BROOK VALLEY HEALTH CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "508-852-1805" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Alfredia958.Gleichner915@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:32b57186-a03b-3357-8a2e-41d6cbec315c", + "resource": { + "resourceType": "Practitioner", + "id": "32b57186-a03b-3357-8a2e-41d6cbec315c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 3 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906579" + } ], + "active": true, + "name": [ { + "family": "Hoeger474", + "given": [ "Carylon722" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Carylon722.Hoeger474@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1 ESSEX CENTER DRIVE" ], + "city": "PEABODY", + "state": "MA", + "postalCode": "1960", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906579" + } + }, { + "fullUrl": "urn:uuid:2953ed88-f034-4285-4e3f-7d7d74b3b359", + "resource": { + "resourceType": "PractitionerRole", + "id": "2953ed88-f034-4285-4e3f-7d7d74b3b359", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906579" + }, + "display": "Dr. Carylon722 Hoeger474" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "62fa9127-485f-3032-87cc-6576d91fec94" + }, + "display": "LAHEY CLINIC NORTHSHORE" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "27e03287-56aa-3edc-a248-0a9d1dad1aa6" + }, + "display": "LAHEY CLINIC NORTHSHORE" + } ], + "telecom": [ { + "system": "phone", + "value": "978-538-4000" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Carylon722.Hoeger474@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:8ef80196-788b-3ed3-8820-397e74aaee84", + "resource": { + "resourceType": "Practitioner", + "id": "8ef80196-788b-3ed3-8820-397e74aaee84", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 215 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906549" + } ], + "active": true, + "name": [ { + "family": "Brekke496", + "given": [ "Brandon214" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Brandon214.Brekke496@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "9 HOPE AVENUE" ], + "city": "WALTHAM", + "state": "MA", + "postalCode": "2453", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906549" + } + }, { + "fullUrl": "urn:uuid:00bcb6bf-3dcb-ea04-0328-baceaee07109", + "resource": { + "resourceType": "PractitionerRole", + "id": "00bcb6bf-3dcb-ea04-0328-baceaee07109", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906549" + }, + "display": "Dr. Brandon214 Brekke496" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "d672f853-e2a5-324e-98fa-c6d5f8dfc255" + }, + "display": "WALTHAM URGENT CARE" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9140c3cd-cfd0-3d68-a5c0-4a5e391f0804" + }, + "display": "WALTHAM URGENT CARE" + } ], + "telecom": [ { + "system": "phone", + "value": "617-243-5591" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Brandon214.Brekke496@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:c832a1bb-ab70-3e76-8bd8-1c97a050a722", + "resource": { + "resourceType": "Practitioner", + "id": "c832a1bb-ab70-3e76-8bd8-1c97a050a722", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 2 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906539" + } ], + "active": true, + "name": [ { + "family": "Reichert620", + "given": [ "Marvin195" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Marvin195.Reichert620@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "10 GOVE STREET" ], + "city": "BOSTON", + "state": "MA", + "postalCode": "2128", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906539" + } + }, { + "fullUrl": "urn:uuid:9d95a91f-2d4d-ef6e-c04a-d8e2227a4fc0", + "resource": { + "resourceType": "PractitionerRole", + "id": "9d95a91f-2d4d-ef6e-c04a-d8e2227a4fc0", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906539" + }, + "display": "Dr. Marvin195 Reichert620" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "c0aa05be-e636-316f-80d7-8b0b5d2eb194" + }, + "display": "EAST BOSTON NEIGHBORHOOD HEALTH CENTER URGENT CARE" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "146ec36d-8cea-355b-87da-9aeea205e692" + }, + "display": "EAST BOSTON NEIGHBORHOOD HEALTH CENTER URGENT CARE" + } ], + "telecom": [ { + "system": "phone", + "value": "617-567-3600" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Marvin195.Reichert620@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:bfe3b813-55e0-34a2-94b7-0eb0e8134182", + "resource": { + "resourceType": "Practitioner", + "id": "bfe3b813-55e0-34a2-94b7-0eb0e8134182", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906529" + } ], + "active": true, + "name": [ { + "family": "Báez684", + "given": [ "Joaquín233" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Joaquín233.Báez684@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "525 LONG POND DRIVE" ], + "city": "HARWICH", + "state": "MA", + "postalCode": "2645", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906529" + } + }, { + "fullUrl": "urn:uuid:511a7767-66c6-fed8-0a8b-0fe9510c4922", + "resource": { + "resourceType": "PractitionerRole", + "id": "511a7767-66c6-fed8-0a8b-0fe9510c4922", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906529" + }, + "display": "Dr. Joaquín233 Báez684" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "98d42012-384f-39d9-b210-cc654b9441f6" + }, + "display": "FONTAINE MEDICAL CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "afab1a1b-4871-3446-899d-5012b2197191" + }, + "display": "FONTAINE MEDICAL CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "508-432-4100" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Joaquín233.Báez684@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:e352e5eb-f073-362e-9fe7-28de25a55489", + "resource": { + "resourceType": "Practitioner", + "id": "e352e5eb-f073-362e-9fe7-28de25a55489", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 6 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906509" + } ], + "active": true, + "name": [ { + "family": "Bosco882", + "given": [ "September423" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "September423.Bosco882@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "140 CARANDO DRIVE" ], + "city": "SPRINGFIELD", + "state": "MA", + "postalCode": "1104", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906509" + } + }, { + "fullUrl": "urn:uuid:136a9009-9363-6e73-48e3-b451f93b17b1", + "resource": { + "resourceType": "PractitionerRole", + "id": "136a9009-9363-6e73-48e3-b451f93b17b1", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906509" + }, + "display": "Dr. September423 Bosco882" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "7ffe74ac-786d-3c6d-bcb9-323352f6149c" + }, + "display": "CONCENTRA URGENT CARE - SPRINGFIELD" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "587ea710-1439-318e-82c9-ea06dd63f97d" + }, + "display": "CONCENTRA URGENT CARE - SPRINGFIELD" + } ], + "telecom": [ { + "system": "phone", + "value": "413-746-4006" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "September423.Bosco882@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:e62aa273-19fe-33f0-82d1-962e839025f1", + "resource": { + "resourceType": "Practitioner", + "id": "e62aa273-19fe-33f0-82d1-962e839025f1", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 380 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906499" + } ], + "active": true, + "name": [ { + "family": "DuBuque211", + "given": [ "Sammie902" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Sammie902.DuBuque211@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "66 SOUTH WASHINGTON STREET" ], + "city": "NORTH ATTLEBORO", + "state": "MA", + "postalCode": "2760", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906499" + } + }, { + "fullUrl": "urn:uuid:2f807a57-e8a0-3edd-33fc-d2924761a13c", + "resource": { + "resourceType": "PractitionerRole", + "id": "2f807a57-e8a0-3edd-33fc-d2924761a13c", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906499" + }, + "display": "Dr. Sammie902 DuBuque211" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "b06770b5-b695-3c1a-9685-ae2223966ff7" + }, + "display": "GENERAL HEALTH CARE" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "069940a6-dba4-3f95-9915-3fac8c83e85c" + }, + "display": "GENERAL HEALTH CARE" + } ], + "telecom": [ { + "system": "phone", + "value": "508-643-0100" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Sammie902.DuBuque211@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:adc94561-6882-3cb3-8caa-d38edc47aa3b", + "resource": { + "resourceType": "Practitioner", + "id": "adc94561-6882-3cb3-8caa-d38edc47aa3b", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 6 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906489" + } ], + "active": true, + "name": [ { + "family": "Simonis280", + "given": [ "Donald774" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Donald774.Simonis280@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "444 MONTGOMERY STREET" ], + "city": "CHICOPEE", + "state": "MA", + "postalCode": "1020", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906489" + } + }, { + "fullUrl": "urn:uuid:385f61da-b01b-4cb3-c2cc-432753651494", + "resource": { + "resourceType": "PractitionerRole", + "id": "385f61da-b01b-4cb3-c2cc-432753651494", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906489" + }, + "display": "Dr. Donald774 Simonis280" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "a9afd4c9-8443-3b5a-a486-07c3bb109b3f" + }, + "display": "RIVER BEND MEDICAL GROUP - CHICOPEE OFFICE - URGENT CARE" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e6c35731-adec-3681-8977-9f61fe1320a2" + }, + "display": "RIVER BEND MEDICAL GROUP - CHICOPEE OFFICE - URGENT CARE" + } ], + "telecom": [ { + "system": "phone", + "value": "413-594-3111" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Donald774.Simonis280@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:5a22a574-eb70-3348-b00f-8ff3bb1fed66", + "resource": { + "resourceType": "Practitioner", + "id": "5a22a574-eb70-3348-b00f-8ff3bb1fed66", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906479" + } ], + "active": true, + "name": [ { + "family": "Kilback373", + "given": [ "Matha641" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Matha641.Kilback373@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "250 PARADISE ROAD" ], + "city": "SWAMPSCOTT", + "state": "MA", + "postalCode": "1907", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906479" + } + }, { + "fullUrl": "urn:uuid:a9037403-e03c-876a-9554-7ad9f9c0ae85", + "resource": { + "resourceType": "PractitionerRole", + "id": "a9037403-e03c-876a-9554-7ad9f9c0ae85", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906479" + }, + "display": "Dr. Matha641 Kilback373" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "9b5f23f1-c387-3a77-9359-752d26d7f997" + }, + "display": "FAMILY DOCTORS" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "714e9afc-24df-34e8-914c-d9933fb234d5" + }, + "display": "FAMILY DOCTORS" + } ], + "telecom": [ { + "system": "phone", + "value": "781-596-4150" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Matha641.Kilback373@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:3d8459b6-f15d-30e6-a1c5-5e5662a69d3e", + "resource": { + "resourceType": "Practitioner", + "id": "3d8459b6-f15d-30e6-a1c5-5e5662a69d3e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 2 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906469" + } ], + "active": true, + "name": [ { + "family": "Marvin195", + "given": [ "Eda506" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Eda506.Marvin195@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "51 LOCUST STREET" ], + "city": "NORTHAMPTON", + "state": "MA", + "postalCode": "1060", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906469" + } + }, { + "fullUrl": "urn:uuid:0a47f407-033b-415e-4249-9b44e9545a04", + "resource": { + "resourceType": "PractitionerRole", + "id": "0a47f407-033b-415e-4249-9b44e9545a04", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906469" + }, + "display": "Dr. Eda506 Marvin195" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "108ccece-277a-396f-8bf2-1527f74458eb" + }, + "display": "ON CALL URGENT CARE CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "72b8e50b-d338-3b90-be65-ab453d676822" + }, + "display": "ON CALL URGENT CARE CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "413-584-7425" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Eda506.Marvin195@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:d4b55a25-c270-38a8-a30f-043b6f4630ac", + "resource": { + "resourceType": "Practitioner", + "id": "d4b55a25-c270-38a8-a30f-043b6f4630ac", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 3 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906449" + } ], + "active": true, + "name": [ { + "family": "Hahn503", + "given": [ "Remona896" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Remona896.Hahn503@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "1 HARBORSIDE DRIVE" ], + "city": "EAST BOSTON", + "state": "MA", + "postalCode": "2128", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906449" + } + }, { + "fullUrl": "urn:uuid:3fc02901-969f-ed2b-f2d8-8793f0809fa4", + "resource": { + "resourceType": "PractitionerRole", + "id": "3fc02901-969f-ed2b-f2d8-8793f0809fa4", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906449" + }, + "display": "Dr. Remona896 Hahn503" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "0f7f97f6-693c-3de9-8190-85feaf4632e2" + }, + "display": "CONCENTRA URGENT CARE - EAST BOSTON" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "664fb629-70ac-36d4-8d9b-70adab7f755c" + }, + "display": "CONCENTRA URGENT CARE - EAST BOSTON" + } ], + "telecom": [ { + "system": "phone", + "value": "617-568-6500" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Remona896.Hahn503@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:1256cd2d-a167-31e7-afaa-044eb6b58962", + "resource": { + "resourceType": "Practitioner", + "id": "1256cd2d-a167-31e7-afaa-044eb6b58962", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 2 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906439" + } ], + "active": true, + "name": [ { + "family": "Walter473", + "given": [ "Adam631" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Adam631.Walter473@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "106 UNITED STATES HIGHWAY 44" ], + "city": "RAYNHAM", + "state": "MA", + "postalCode": "2767", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906439" + } + }, { + "fullUrl": "urn:uuid:ccae8a64-1e93-dc3c-4944-018e8dcd984f", + "resource": { + "resourceType": "PractitionerRole", + "id": "ccae8a64-1e93-dc3c-4944-018e8dcd984f", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906439" + }, + "display": "Dr. Adam631 Walter473" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "700056a6-3aea-3efd-8423-a9acbd38a5ea" + }, + "display": "ROUTE 44 MEDICAL WALK-IN" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "387b5e21-f97c-34cb-941b-a5f13f68c09a" + }, + "display": "ROUTE 44 MEDICAL WALK-IN" + } ], + "telecom": [ { + "system": "phone", + "value": "508-824-1476" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Adam631.Walter473@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:6ca73651-ed4d-336b-812f-af35e981924e", + "resource": { + "resourceType": "Practitioner", + "id": "6ca73651-ed4d-336b-812f-af35e981924e", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 21 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906429" + } ], + "active": true, + "name": [ { + "family": "Veum823", + "given": [ "Seymour882" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Seymour882.Veum823@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "630 PLANTATION STREET" ], + "city": "WORCESTER", + "state": "MA", + "postalCode": "1605", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906429" + } + }, { + "fullUrl": "urn:uuid:3f17ce8b-9355-d2a0-d7c8-12d6e201d731", + "resource": { + "resourceType": "PractitionerRole", + "id": "3f17ce8b-9355-d2a0-d7c8-12d6e201d731", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906429" + }, + "display": "Dr. Seymour882 Veum823" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "308b5efa-a9c2-3728-b1ff-d29c5f060731" + }, + "display": "FALLON CLINIC URGENT CARE" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "e2a76fe1-389f-3bed-8443-7272e375bf03" + }, + "display": "FALLON CLINIC URGENT CARE" + } ], + "telecom": [ { + "system": "phone", + "value": "508-595-2505" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Seymour882.Veum823@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:412b3dab-5f56-3a09-a625-ac35a8d9b5bb", + "resource": { + "resourceType": "Practitioner", + "id": "412b3dab-5f56-3a09-a625-ac35a8d9b5bb", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 1 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906419" + } ], + "active": true, + "name": [ { + "family": "Bailey598", + "given": [ "Dwain139" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Dwain139.Bailey598@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "309 TEATICKET HIGHWAY" ], + "city": "TEATICKET", + "state": "MA", + "postalCode": "2536", + "country": "US" + } ], + "gender": "male" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906419" + } + }, { + "fullUrl": "urn:uuid:1ea5bfaf-dd43-8424-1d74-466ee6697ef7", + "resource": { + "resourceType": "PractitionerRole", + "id": "1ea5bfaf-dd43-8424-1d74-466ee6697ef7", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906419" + }, + "display": "Dr. Dwain139 Bailey598" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "bbf934c6-faad-3483-a1d2-d2ecb693a0e2" + }, + "display": "FALMOUTH WALK IN MEDICAL CENTER" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "8a7e0650-8ea9-3a37-991c-0d3439755748" + }, + "display": "FALMOUTH WALK IN MEDICAL CENTER" + } ], + "telecom": [ { + "system": "phone", + "value": "508-540-6790" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Dwain139.Bailey598@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + }, { + "fullUrl": "urn:uuid:92d019a6-2f7a-345b-b700-37eb3bb34882", + "resource": { + "resourceType": "Practitioner", + "id": "92d019a6-2f7a-345b-b700-37eb3bb34882", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] + }, + "extension": [ { + "url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension", + "valueInteger": 4 + } ], + "identifier": [ { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906409" + } ], + "active": true, + "name": [ { + "family": "O'Keefe54", + "given": [ "Elida479" ], + "prefix": [ "Dr." ] + } ], + "telecom": [ { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Elida479.O'Keefe54@example.com", + "use": "work" + } ], + "address": [ { + "line": [ "170 GOVERNORS AVENUE" ], + "city": "MEDFORD", + "state": "MA", + "postalCode": "2155", + "country": "US" + } ], + "gender": "female" + }, + "request": { + "method": "POST", + "url": "Practitioner", + "ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999906409" + } + }, { + "fullUrl": "urn:uuid:89e7fb00-6255-4e9d-8ab1-767e395cf638", + "resource": { + "resourceType": "PractitionerRole", + "id": "89e7fb00-6255-4e9d-8ab1-767e395cf638", + "meta": { + "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" ] + }, + "practitioner": { + "identifier": { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "9999906409" + }, + "display": "Dr. Elida479 O'Keefe54" + }, + "organization": { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "90cf148c-69ed-3d33-aa86-b509c6b0b25f" + }, + "display": "PROMPT CARE WALK-IN CLINIC" + }, + "code": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "specialty": [ { + "coding": [ { + "system": "http://nucc.org/provider-taxonomy", + "code": "208D00000X", + "display": "General Practice" + } ], + "text": "General Practice" + } ], + "location": [ { + "identifier": { + "system": "https://github.com/synthetichealth/synthea", + "value": "adfbddc8-9680-3a8c-80bb-9f595433d6e4" + }, + "display": "PROMPT CARE WALK-IN CLINIC" + } ], + "telecom": [ { + "system": "phone", + "value": "781-306-6180" + }, { + "extension": [ { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct", + "valueBoolean": true + } ], + "system": "email", + "value": "Elida479.O'Keefe54@example.com", + "use": "work" + } ] + }, + "request": { + "method": "POST", + "url": "PractitionerRole" + } + } ] +} diff --git a/tests/fixtures/synthea/filtered/Procedure.ndjson b/tests/fixtures/synthea/filtered/Procedure.ndjson new file mode 100644 index 0000000..bb61dd0 --- /dev/null +++ b/tests/fixtures/synthea/filtered/Procedure.ndjson @@ -0,0 +1,977 @@ +{"resourceType":"Procedure","id":"dcc66976-cc95-98e5-a20e-3c8eadf127a2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"performedPeriod":{"start":"2012-12-29T05:02:47-08:00","end":"2012-12-29T05:39:27-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"003193f2-f4e7-4600-d513-2239c4a057bb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"performedPeriod":{"start":"2012-12-29T05:02:47-08:00","end":"2012-12-29T05:17:47-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"c14ffa7f-8cb3-d130-9755-75fc4648b2a8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"performedPeriod":{"start":"2012-12-29T05:39:27-08:00","end":"2012-12-29T05:52:51-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"7bb04b73-ab65-3312-3723-92aaad52cd1e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/2361c4cb-d435-0b75-768a-29ba571bc553"},"performedPeriod":{"start":"2012-12-29T05:52:51-08:00","end":"2012-12-29T06:22:38-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"fe58b20f-6a32-6d26-a915-b5691dd730b5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"performedPeriod":{"start":"2014-01-04T05:02:47-08:00","end":"2014-01-04T05:42:01-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"b60c14f1-02db-5717-5ac5-fc6a2841f701","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"performedPeriod":{"start":"2014-01-04T05:42:01-08:00","end":"2014-01-04T05:52:54-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"5274fc32-b25b-b929-bfba-73cffe998dc0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/f39182f3-9cfd-7318-ae1c-640bebc22ee4"},"performedPeriod":{"start":"2014-01-04T05:52:54-08:00","end":"2014-01-04T06:15:15-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"7e23f145-c1c6-26bb-aab5-d24d0b23d78b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/881ca5c2-df63-a04f-694c-23a798d1d462"},"performedPeriod":{"start":"2012-05-18T17:09:18-07:00","end":"2012-05-18T18:04:41-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"efbd51fc-54d5-a32c-2872-4d60befb0dca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ea86cb71-6059-ac9c-e1f1-8fdf13865b33"},"performedPeriod":{"start":"2012-06-12T18:04:41-07:00","end":"2012-06-12T18:50:52-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"604e44fa-2db3-56cc-5757-04641be5a54d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/6d15baa7-1926-4186-63cd-56376a37e289"},"performedPeriod":{"start":"2012-07-07T18:50:52-07:00","end":"2012-07-07T19:07:56-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"40a9860e-078e-6f75-24ec-ef7fba7bda5e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/c21e833a-e62f-5125-5de5-4af1f95fb9be"},"performedPeriod":{"start":"2012-07-29T19:07:56-07:00","end":"2012-07-29T19:43:20-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"5ef4dd1d-c0a6-6342-aa95-05b614756753","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3a7b6769-362a-01fa-4939-278f05442451"},"performedPeriod":{"start":"2014-05-21T17:06:21-07:00","end":"2014-05-21T17:21:21-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"769e1fa4-d2da-eed1-22cb-b0243c57133c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/2ac2a165-be76-cc28-c2d3-9f58a6e462e5"},"performedPeriod":{"start":"2012-08-21T19:43:20-07:00","end":"2012-08-21T20:12:08-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"a0e0213d-9a50-3640-ea6a-0a0e500c22c5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"performedPeriod":{"start":"2015-01-10T05:02:47-08:00","end":"2015-01-10T05:36:15-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"deae1ee7-6e8c-62b6-711b-3ff3ea5ce8f7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"performedPeriod":{"start":"2015-01-10T05:36:15-08:00","end":"2015-01-10T05:54:43-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"3525e390-763f-7b62-58ec-a8cb336a7003","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"performedPeriod":{"start":"2015-01-10T05:54:43-08:00","end":"2015-01-10T06:34:15-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"240d552e-6014-ae67-21e6-ad6fa43b6f90","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"performedPeriod":{"start":"2015-01-10T06:34:15-08:00","end":"2015-01-10T06:45:35-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"6a6d850a-6469-4e44-5ae7-c6c9c20b42d5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"performedPeriod":{"start":"2015-01-10T06:45:35-08:00","end":"2015-01-10T07:08:26-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"4414a8c8-430d-708e-212d-c875cbfe086f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"performedPeriod":{"start":"2015-01-10T07:08:26-08:00","end":"2015-01-10T07:19:54-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"efdb2c53-4224-0de0-3b92-ee82963faf9b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/cdc2a745-3195-cd51-6fcd-6738add16a41"},"performedPeriod":{"start":"2012-09-13T20:12:08-07:00","end":"2012-09-13T21:05:28-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"63501fa4-8ae3-43df-9b56-b1a620566b75","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/b146633e-345d-2534-3e56-bb042cc2337f"},"performedPeriod":{"start":"2015-01-10T07:19:54-08:00","end":"2015-01-10T07:42:44-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"eb97f707-71ef-9efd-420e-4af6d40df89f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"performedPeriod":{"start":"2015-05-27T17:06:21-07:00","end":"2015-05-27T17:27:42-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"351e032c-7fba-3cc4-4a4f-0ad6188a6aec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"performedPeriod":{"start":"2015-05-27T17:27:42-07:00","end":"2015-05-27T17:41:13-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"998ff025-cbc6-cecc-e0d1-9bd1133871e1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"performedPeriod":{"start":"2015-05-27T17:41:13-07:00","end":"2015-05-27T18:05:39-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"a7bcb513-c481-7fa2-348b-fa5018e477c5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"performedPeriod":{"start":"2015-05-27T18:05:39-07:00","end":"2015-05-27T18:20:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"937c696d-85ea-3c2b-cbad-f8a9cc652467","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"performedPeriod":{"start":"2015-05-27T18:20:23-07:00","end":"2015-05-27T18:38:47-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"a3b3277a-a333-570c-3b28-a8b2988e491b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"370995009","display":"Health risks education (procedure)"}],"text":"Health risks education (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a95f9eaa-14b9-f614-662a-610b7d94c543"},"performedPeriod":{"start":"2015-05-27T18:38:47-07:00","end":"2015-05-27T18:53:10-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"},"reasonReference":[{"reference":"Condition/265b12d3-1480-1da4-a711-69f2356abcf5","display":"Risk activity involvement (finding)"}]} +{"resourceType":"Procedure","id":"0379a851-45f3-7077-a6a0-47123a042821","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/25b5f65a-681f-94f6-1ebc-ae61f4c38dcd"},"performedPeriod":{"start":"2012-10-10T21:05:28-07:00","end":"2012-10-10T21:26:31-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"b10252f8-0ceb-28bd-8c47-c80c75477de9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/f41d8909-45aa-547f-64d4-1e28ab7734b4"},"performedPeriod":{"start":"2012-11-03T21:26:31-07:00","end":"2012-11-03T22:25:15-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"a205a048-d670-8aae-2c94-feeed5d4fa01","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1907cc1d-f0fb-c9ed-1b42-32e5332736d7"},"performedPeriod":{"start":"2012-11-30T21:25:15-08:00","end":"2012-11-30T22:22:12-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"419bba66-5785-cf9a-12da-95ff57473cee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/b93b8842-e417-ab4f-43ea-017394a9f44c"},"performedPeriod":{"start":"2012-12-26T22:22:12-08:00","end":"2012-12-26T23:07:05-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"063be039-a197-2046-f163-3a9f5f3a146c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"127783003","display":"Spirometry (procedure)"}],"text":"Spirometry (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"performedPeriod":{"start":"1980-04-26T10:54:23-08:00","end":"1980-04-26T11:09:23-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"reasonReference":[{"reference":"Condition/d20a264a-1b4b-a676-98b6-ddcd04ea6171","display":"Chronic obstructive bronchitis (disorder)"}]} +{"resourceType":"Procedure","id":"adb16067-8a27-b46e-cdf5-37de094de34c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"performedPeriod":{"start":"1980-04-26T10:54:23-08:00","end":"1980-04-26T11:41:17-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"48bf979e-d0fd-59aa-02a5-80bb399068db","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"performedPeriod":{"start":"1980-04-26T10:54:23-08:00","end":"1980-04-26T11:09:23-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"796b8fa7-b87b-7422-475c-6c4e0cb6e458","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"performedPeriod":{"start":"1980-04-26T11:41:17-08:00","end":"1980-04-26T11:52:00-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"81997bed-6984-e799-5002-bbbbedb5bdb7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/d1fd1ae7-1526-56e7-87a6-94fe6121f6c3"},"performedPeriod":{"start":"1980-04-26T11:52:00-08:00","end":"1980-04-26T12:19:04-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"ec0156a7-240b-dda9-fda9-f425ee5fa683","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"395142003","display":"Allergy screening test"}],"text":"Allergy screening test"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/755f1c0b-3b9a-93b9-df98-1d1fca6d959d"},"performedPeriod":{"start":"2016-05-11T17:06:21-07:00","end":"2016-05-11T17:40:25-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"43629317-9ab0-89a5-f096-81bf89109e25","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/3f1fdb8b-bb2d-e24c-0847-8cb4fe7abcdc"},"performedPeriod":{"start":"2013-01-22T23:07:05-08:00","end":"2013-01-22T23:44:31-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"91d0054a-250a-e747-2270-be7cbf32db92","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/fcd742ee-46a6-979f-d4e5-ab0cf41d8782"},"performedPeriod":{"start":"2013-02-14T23:44:31-08:00","end":"2013-02-15T00:42:00-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"d1ee0689-c3dd-c6cb-a25a-9dc5bb341913","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8843b3c0-e9ca-0e94-d00b-7be3ff8af9f1"},"performedPeriod":{"start":"2013-03-11T01:42:00-07:00","end":"2013-03-11T01:58:30-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"431924c4-a313-f10e-3be3-26aa63a6253d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"performedPeriod":{"start":"2016-01-16T05:02:47-08:00","end":"2016-01-16T05:42:19-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"0f2fc790-9513-6c20-bff6-2808233ca274","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"performedPeriod":{"start":"2016-01-16T05:42:19-08:00","end":"2016-01-16T06:00:22-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"d12429cc-03f0-e6b1-9ba2-1f30cdc51550","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"performedPeriod":{"start":"2016-01-16T06:00:22-08:00","end":"2016-01-16T06:13:11-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"010c1c32-9e7c-8938-6a9a-8937e2904157","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"performedPeriod":{"start":"2016-01-16T06:13:11-08:00","end":"2016-01-16T06:42:25-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"3c5e380a-3701-47b0-e532-7594d4778366","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"performedPeriod":{"start":"2016-01-16T06:42:25-08:00","end":"2016-01-16T06:52:48-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"1393f765-49c6-4e8b-764b-2203aeb409c0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/4a0b3821-5d8a-647d-7b27-16eb154bee92"},"performedPeriod":{"start":"2016-01-16T06:52:48-08:00","end":"2016-01-16T07:16:42-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"9024a1a1-24cd-a2c9-3060-5c1b747bab52","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"},"performedPeriod":{"start":"2016-06-01T17:06:21-07:00","end":"2016-06-01T17:21:11-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"8c454a2b-b59c-9785-1ef9-f0c563609c7a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"},"performedPeriod":{"start":"2016-06-01T17:06:21-07:00","end":"2016-06-01T17:21:21-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"1e96fcf9-761d-607c-49d0-475edd117b20","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b732d179-0abe-1a0d-2ce2-024abc864ded"},"performedPeriod":{"start":"2016-06-01T17:21:11-07:00","end":"2016-06-01T17:48:10-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"ce0ba070-e5a1-0125-21d5-098d36c0d8bc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/53e9c544-0cc2-508d-fe87-6d26d492c00d"},"performedPeriod":{"start":"2013-03-23T04:56:45-07:00","end":"2013-03-23T05:08:29-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"faea16b0-7107-8a34-f4fa-d2ff64fd8d5e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/53e9c544-0cc2-508d-fe87-6d26d492c00d"},"performedPeriod":{"start":"2013-03-23T05:08:29-07:00","end":"2013-03-23T05:21:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"c87eb9bf-cbf0-ee7a-be61-0234b69d52e3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/53e9c544-0cc2-508d-fe87-6d26d492c00d"},"performedPeriod":{"start":"2013-03-23T05:21:23-07:00","end":"2013-03-23T05:28:38-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"e918c8b5-af4d-cda7-0c63-bd8cf488bd31","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/1a668178-4ad2-f70c-fff0-5b57b49d6e83"},"performedPeriod":{"start":"2016-06-07T17:40:25-07:00","end":"2016-06-07T18:22:36-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"cafcfc01-b608-301f-681e-5bf488949f2a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"127783003","display":"Spirometry (procedure)"}],"text":"Spirometry (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"performedPeriod":{"start":"1981-05-02T11:54:23-07:00","end":"1981-05-02T12:09:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"reasonReference":[{"reference":"Condition/d20a264a-1b4b-a676-98b6-ddcd04ea6171","display":"Chronic obstructive bronchitis (disorder)"}]} +{"resourceType":"Procedure","id":"af6237f0-3928-b0a2-8dea-4ed0fad83278","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"performedPeriod":{"start":"1981-05-02T11:54:23-07:00","end":"1981-05-02T12:50:06-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"ab18f83f-0ffb-b373-3a44-a69c3116b98a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"performedPeriod":{"start":"1981-05-02T12:50:06-07:00","end":"1981-05-02T13:13:06-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"82678422-7faf-921d-89a6-211f6621dfce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"performedPeriod":{"start":"1981-05-02T13:13:06-07:00","end":"1981-05-02T13:26:33-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"d8171f6b-9791-630d-fa77-478e243f9594","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/817a85be-3655-2112-6d41-7787e036013f"},"performedPeriod":{"start":"1981-05-02T13:26:33-07:00","end":"1981-05-02T13:55:20-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"db7582ac-00f3-9cb3-1c8d-f1a6042615cf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"performedPeriod":{"start":"2012-10-12T19:52:58-07:00","end":"2012-10-12T20:45:10-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"1107ce23-768b-6d28-94db-694bb739bea4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"performedPeriod":{"start":"2012-10-12T20:45:10-07:00","end":"2012-10-12T21:00:58-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"08e55ebc-405e-5fe2-31bb-85dfbca51ddf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"performedPeriod":{"start":"2017-01-21T05:02:47-08:00","end":"2017-01-21T05:58:00-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"aed39760-1f40-c153-cafb-44fcacebca5c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"performedPeriod":{"start":"2012-10-12T21:00:58-07:00","end":"2012-10-12T21:13:59-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"d21c4768-ff24-25cb-666c-18b7d7c4eea8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/e547e4c3-b8e6-10b2-8aef-64c2345500c8"},"performedPeriod":{"start":"2017-01-21T05:58:00-08:00","end":"2017-01-21T06:20:55-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"2240a767-e39e-81f8-f682-b6f18ff8ce76","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"performedPeriod":{"start":"2012-10-12T21:13:59-07:00","end":"2012-10-12T21:43:20-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"157c5ae3-5e2c-6c96-fcec-c09f5b57f1bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"performedPeriod":{"start":"2012-10-12T21:43:20-07:00","end":"2012-10-12T21:55:48-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"2ae653db-291c-dbd8-09a0-c416bbd6abde","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/edfce94e-e439-7a0f-7a62-0dacf12c813d"},"performedPeriod":{"start":"2012-10-12T21:55:48-07:00","end":"2012-10-12T22:21:48-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"41a7b3de-30a5-e30b-3401-f3232290951b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/0932d8bb-c9c4-d866-9800-2ae92fe0f31b"},"performedPeriod":{"start":"2016-07-01T18:22:36-07:00","end":"2016-07-01T18:57:39-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"b3da89bf-b4da-43a0-7017-afc03209f1a9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/11cb4a28-8674-a316-a779-1bed68b809ea"},"performedPeriod":{"start":"2013-04-01T01:58:30-07:00","end":"2013-04-01T02:34:11-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"036334e5-52a1-dc75-2b8a-2cfb8c3990d3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/c9385a38-7d4c-9c15-dc50-58639bb009ab"},"performedPeriod":{"start":"2016-07-24T18:57:39-07:00","end":"2016-07-24T19:35:07-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"0e75c71d-a2c2-71ff-7c7c-3c63438376fb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0acc991d-f23f-db05-3da1-3ce9ab7dc83b"},"performedPeriod":{"start":"2013-04-23T02:34:11-07:00","end":"2013-04-23T02:56:16-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"d07ecb58-47bf-e6fb-c82b-5170c48b03dc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/4bdbac4c-5e4e-a29a-3f7c-ea46b8bf402f"},"performedPeriod":{"start":"2016-08-16T19:35:07-07:00","end":"2016-08-16T20:11:14-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"67aa3859-efbf-686d-73e4-277988ea749f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/87c705d1-50b9-fa8e-a6a0-5e2d17f5693c"},"performedPeriod":{"start":"2013-05-17T02:56:16-07:00","end":"2013-05-17T03:52:34-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"d58c3e3c-57c4-d416-aa0a-1d6fd07196c0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/e49ced8d-c150-3298-2798-3c60c33ef16b"},"performedPeriod":{"start":"2016-09-08T20:11:14-07:00","end":"2016-09-08T20:46:58-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"9edd7ae5-5844-b4f9-fc7a-e61cc4a6051e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"127783003","display":"Spirometry (procedure)"}],"text":"Spirometry (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"performedPeriod":{"start":"1982-05-08T11:54:23-07:00","end":"1982-05-08T12:09:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"reasonReference":[{"reference":"Condition/d20a264a-1b4b-a676-98b6-ddcd04ea6171","display":"Chronic obstructive bronchitis (disorder)"}]} +{"resourceType":"Procedure","id":"d5684993-3435-407c-de22-b96b11cb8968","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"performedPeriod":{"start":"1982-05-08T11:54:23-07:00","end":"1982-05-08T12:36:34-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"ca153bd8-8162-e9eb-3e65-658967610580","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"performedPeriod":{"start":"1982-05-08T11:54:23-07:00","end":"1982-05-08T12:09:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"63775851-a6f7-6d50-8be0-3f1fa39c7bb4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"performedPeriod":{"start":"1982-05-08T12:36:34-07:00","end":"1982-05-08T12:55:54-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"437d3782-60bb-3600-75c9-d1715d4a0a1f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/5e90da57-e9a4-410b-c5c3-b8399c0f6b8c"},"performedPeriod":{"start":"2013-06-10T03:52:34-07:00","end":"2013-06-10T04:44:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"ffee6042-7abc-5cfe-3acb-a7851f19aee0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"performedPeriod":{"start":"1982-05-08T12:55:54-07:00","end":"1982-05-08T13:34:28-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"08092bb6-1cf4-b4e6-846c-3f85a858d7de","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"performedPeriod":{"start":"1982-05-08T13:34:28-07:00","end":"1982-05-08T13:45:55-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"b96f23e9-adeb-cf28-f51e-0266586ebe3c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/5c5931ee-637c-747d-8d43-11ba5c043ddf"},"performedPeriod":{"start":"1982-05-08T13:45:55-07:00","end":"1982-05-08T14:15:21-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"0fd18a43-ce10-2500-8467-478eb8fe5cde","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"performedPeriod":{"start":"2013-10-18T19:52:58-07:00","end":"2013-10-18T20:34:43-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"46d3736e-5fb1-f036-b424-b92b1c0a85c5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"performedPeriod":{"start":"2013-10-18T19:52:58-07:00","end":"2013-10-18T20:07:58-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"12a82617-7198-121b-302e-d4c43d20380a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"performedPeriod":{"start":"2013-10-18T20:34:43-07:00","end":"2013-10-18T20:49:19-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"56ad5316-b443-2d7c-d255-2554a719dfb4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"performedPeriod":{"start":"2013-10-18T20:49:19-07:00","end":"2013-10-18T21:18:44-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"7c4638a0-fa69-5d3f-b24b-a18793a8e930","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"performedPeriod":{"start":"2013-10-18T21:18:44-07:00","end":"2013-10-18T21:29:15-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"f3933782-89eb-da4f-e64b-8c9f84125a64","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/34d065e7-0d19-94a7-3e26-4ddd83844a14"},"performedPeriod":{"start":"2013-10-18T21:29:15-07:00","end":"2013-10-18T21:54:09-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"d19a2e68-5004-4890-66c4-1aa089cd5080","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"performedPeriod":{"start":"2018-01-27T05:02:47-08:00","end":"2018-01-27T05:49:43-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"f52b0496-a901-9ba3-d919-2eb896989d85","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"performedPeriod":{"start":"2018-01-27T05:49:43-08:00","end":"2018-01-27T06:08:58-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"7c772bab-636c-5b70-348f-fb8fdfa98a83","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"performedPeriod":{"start":"2018-01-27T06:08:58-08:00","end":"2018-01-27T06:22:43-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"a0c1ef7a-0ce4-e343-4d6a-6dae01e9f425","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/80ccc7d1-6c24-0a2d-a286-24b7385e2148"},"performedPeriod":{"start":"2018-01-27T06:22:43-08:00","end":"2018-01-27T06:50:37-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"118dfb85-1b5b-c323-5385-4ffb67dacc8b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3c8b1c46-1797-8a56-1a8b-735579b17266"},"performedPeriod":{"start":"2016-10-03T20:46:58-07:00","end":"2016-10-03T21:25:41-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"ca240542-836c-75a5-a5cf-9bf5f488f8fb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8976e52b-ca58-246a-09a0-b898aacc787b"},"performedPeriod":{"start":"2013-07-03T04:44:46-07:00","end":"2013-07-03T05:32:40-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"0678c7a0-f0fa-dae3-6f41-a5a766c4184c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f8d1cdf1-5660-013f-6761-c01d0a9bcfe8"},"performedPeriod":{"start":"2016-10-25T21:25:41-07:00","end":"2016-10-25T21:52:35-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"85988a72-6e85-b19b-4d52-477b58bc7425","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/cfb022a9-ab4f-7cad-9824-875602ca3b8e"},"performedPeriod":{"start":"2013-07-26T05:32:40-07:00","end":"2013-07-26T06:27:38-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"27b2bceb-ac83-12fd-e83b-a41da3a38299","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/4d0f36c1-7a38-3964-57dc-738334171c02"},"performedPeriod":{"start":"2016-11-17T20:52:35-08:00","end":"2016-11-17T21:16:39-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"2f5d9b3a-f551-0d78-9c5d-359ebccfdf09","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/d1608119-6ae0-60f6-46ed-e1a6f8884b85"},"performedPeriod":{"start":"2016-12-10T21:16:39-08:00","end":"2016-12-10T22:08:42-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"ce7a6755-50b5-0044-cf55-147aa2ce91ba","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/0b527512-ea3e-83cf-01f9-157dbc04a387"},"performedPeriod":{"start":"2017-01-01T22:08:42-08:00","end":"2017-01-01T22:50:22-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"c9342985-18d9-96f6-f617-e0b5e2043f84","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/6a967694-41f4-7f69-da17-1c82ac6489fd"},"performedPeriod":{"start":"2013-08-19T06:27:38-07:00","end":"2013-08-19T07:15:01-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"7626a017-b091-f91f-33e1-3e23723e1f73","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/791a758f-31f7-8b49-eb77-e5b29fd8da37"},"performedPeriod":{"start":"2013-09-13T07:15:01-07:00","end":"2013-09-13T07:43:48-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"25def86a-94d7-a551-b2e4-0d7eb91e9842","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/85283ea3-f6a8-c38a-d259-fb7f4b1a0b5b"},"performedPeriod":{"start":"2013-10-07T07:43:48-07:00","end":"2013-10-07T08:27:49-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"ef345a73-7907-aeb1-18ae-0696b1ace4cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/28246ffc-373e-ece8-9bf4-544f6628b6e4"},"performedPeriod":{"start":"2017-01-24T22:50:22-08:00","end":"2017-01-24T23:27:48-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"fbe121c5-5bd2-72f4-5563-e8ef0fcaede2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/6e0babd3-a3b6-97e2-52cc-71364467f3b9"},"performedPeriod":{"start":"2017-02-19T23:27:48-08:00","end":"2017-02-20T00:14:38-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"d1414d73-b29c-25eb-e787-9329a0f1d837","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"127783003","display":"Spirometry (procedure)"}],"text":"Spirometry (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"performedPeriod":{"start":"1982-07-10T11:54:23-07:00","end":"1982-07-10T12:09:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"},"reasonReference":[{"reference":"Condition/d20a264a-1b4b-a676-98b6-ddcd04ea6171","display":"Chronic obstructive bronchitis (disorder)"}]} +{"resourceType":"Procedure","id":"eb4be2f3-3e17-c29e-c93b-db4b8c92055f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"performedPeriod":{"start":"1982-07-10T11:54:23-07:00","end":"1982-07-10T12:36:25-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"7ceac7ed-9d60-1554-e551-eb4389047d79","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"performedPeriod":{"start":"1982-07-10T12:36:25-07:00","end":"1982-07-10T13:10:04-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"13c918ac-650e-cf7b-cbe0-9e7463c0bc07","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"performedPeriod":{"start":"1982-07-10T13:10:04-07:00","end":"1982-07-10T13:21:36-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"d6221cb8-b644-2ce7-e129-4e8bb74d1e36","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"performedPeriod":{"start":"1982-07-10T13:21:36-07:00","end":"1982-07-10T13:51:10-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"63a60d0c-6b43-a92b-28aa-8053661a8a52","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"performedPeriod":{"start":"1982-07-10T13:51:10-07:00","end":"1982-07-10T14:06:08-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"ed86205b-1732-fa7b-b675-f2cf58c025d6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"performedPeriod":{"start":"2019-02-02T05:02:47-08:00","end":"2019-02-02T05:45:50-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"0de4c106-d7e9-f181-f6d2-2f9aebfd0cd3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"performedPeriod":{"start":"2019-02-02T05:45:50-08:00","end":"2019-02-02T06:10:34-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"91a4997f-c9a6-14cf-f08c-5f67e7be2fe2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"performedPeriod":{"start":"2019-02-02T06:10:34-08:00","end":"2019-02-02T06:24:19-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"50846ded-ebc0-57a7-2a74-8b0fc4be03a5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/e964d6d0-8a9d-b280-58a6-f0a2e11ac0e8"},"performedPeriod":{"start":"2017-03-15T01:14:38-07:00","end":"2017-03-15T01:42:31-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"44350894-f0f8-902c-ebf0-084b3cafb455","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"performedPeriod":{"start":"2019-02-02T06:24:19-08:00","end":"2019-02-02T06:44:48-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"83925355-8a09-5237-5329-a332c7283be7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"performedPeriod":{"start":"2019-02-02T06:44:48-08:00","end":"2019-02-02T06:59:40-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"e350e0d8-9cc1-96e0-3bb7-c74a39843659","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/9ef516a8-2122-e173-87e3-25e1621b99ab"},"performedPeriod":{"start":"2019-02-02T06:59:40-08:00","end":"2019-02-02T07:20:46-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"27e4d283-dd4e-4148-e32a-5a9a8f30c342","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/d201fada-da38-2e29-3be0-fbd9d3d12b99"},"performedPeriod":{"start":"2017-04-07T01:42:31-07:00","end":"2017-04-07T02:34:52-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"f87ff593-6770-27b7-eb1e-dec6ece6a5ea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/1402b50f-c402-6168-49e9-2472b7b024b5"},"performedPeriod":{"start":"2017-05-03T02:34:52-07:00","end":"2017-05-03T03:04:18-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"50ec0f1a-3ba1-5fba-d133-03de0c49264f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/4ee4bd3f-1a77-b96e-a251-f7d8f4df4e6b"},"performedPeriod":{"start":"2017-05-29T03:04:18-07:00","end":"2017-05-29T03:27:15-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"3eda6ddf-2fc1-6ceb-2ad6-cc9e3bdf90f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"117015009","display":"Throat culture (procedure)"}],"text":"Throat culture (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e8f364c1-7a13-7b7e-9225-e702ee427cbe"},"performedPeriod":{"start":"2013-10-13T17:56:45-07:00","end":"2013-10-13T18:11:45-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"},"reasonReference":[{"reference":"Condition/b1bc8ae0-8589-061c-5973-714d387cfdb1","display":"Acute viral pharyngitis (disorder)"}]} +{"resourceType":"Procedure","id":"7462986b-6b96-362a-7d2a-18a6fa2e9a7b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/3b67bdcf-9512-f7ad-4d3e-8307279dc2d5"},"performedPeriod":{"start":"1982-07-10T14:06:08-07:00","end":"1982-07-10T14:31:28-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"85ac83f8-0ede-76ee-ff25-1345394910cd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/acf4077e-087b-3895-3d0c-d7623a78d381"},"performedPeriod":{"start":"2013-11-03T07:27:49-08:00","end":"2013-11-03T07:52:44-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"4197e216-6151-53ec-a71a-a03f2fefb38b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"performedPeriod":{"start":"2012-12-30T02:01:44-08:00","end":"2012-12-30T02:51:14-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"d7204a28-3071-09a0-9d9b-d6253f655a35","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/04fd9719-5d30-8a1a-c529-d94f9b914152"},"performedPeriod":{"start":"2013-11-24T07:52:44-08:00","end":"2013-11-24T08:23:16-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"b7958a0c-84ec-258d-e30a-4b5207fea72e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"performedPeriod":{"start":"2012-12-30T02:01:44-08:00","end":"2012-12-30T02:16:44-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"17f5b676-bb81-e671-2e24-f69563984301","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"performedPeriod":{"start":"2012-12-30T02:51:14-08:00","end":"2012-12-30T03:19:09-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"45c7d88a-5c9e-1a39-dc57-b71c7d9f2daf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"performedPeriod":{"start":"2012-12-30T03:19:09-08:00","end":"2012-12-30T03:56:21-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"0cf3c978-4e7b-45fa-dd9a-18856fa46f86","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"performedPeriod":{"start":"2012-12-30T03:56:21-08:00","end":"2012-12-30T04:08:53-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"684586e2-b742-65ad-299a-f090b504807d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/e8cae82e-8542-b142-182c-ebb56f5b07e7"},"performedPeriod":{"start":"2012-12-30T04:08:53-08:00","end":"2012-12-30T04:30:05-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"fad2d2ca-ba54-8e2a-2a23-2e76dfc21d46","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/a775d198-39af-7d2b-f92c-306334595867"},"performedPeriod":{"start":"2013-12-16T08:23:16-08:00","end":"2013-12-16T08:43:44-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"7b356311-1f3c-2825-cb6b-8309cf585fe1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"127783003","display":"Spirometry (procedure)"}],"text":"Spirometry (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"performedPeriod":{"start":"1983-05-14T11:54:23-07:00","end":"1983-05-14T12:09:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"reasonReference":[{"reference":"Condition/d20a264a-1b4b-a676-98b6-ddcd04ea6171","display":"Chronic obstructive bronchitis (disorder)"}]} +{"resourceType":"Procedure","id":"6780a543-210e-320a-591d-5186b69efa45","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"performedPeriod":{"start":"1983-05-14T11:54:23-07:00","end":"1983-05-14T12:30:24-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"8bbc07ee-6f8f-eeaa-444a-bc565e86de98","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"performedPeriod":{"start":"1983-05-14T12:30:24-07:00","end":"1983-05-14T12:40:45-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"81d511e0-aab4-cb64-a1a5-b4250cd12b58","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/efadcb32-b390-6b16-76ac-159d09a4a96a"},"performedPeriod":{"start":"1983-05-14T12:40:45-07:00","end":"1983-05-14T13:09:06-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"b25f1028-39e3-d4c0-cba7-8f3050aa269c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"performedPeriod":{"start":"2014-10-24T19:52:58-07:00","end":"2014-10-24T20:29:20-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"42d08141-69d5-c36f-30e6-c84fdb8ce208","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"performedPeriod":{"start":"2014-10-24T19:52:58-07:00","end":"2014-10-24T20:07:58-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"6a51a62b-b628-4bca-7719-9c674bac18e0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"performedPeriod":{"start":"2014-10-24T20:29:20-07:00","end":"2014-10-24T20:39:37-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"68d56365-3793-1ef0-99fd-fb41735e23c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/15cf7c65-802b-9546-9070-1bbec5bf3d41"},"performedPeriod":{"start":"2014-10-24T20:39:37-07:00","end":"2014-10-24T21:05:41-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"c283a2e1-ea7d-3a6c-0c73-32172ddef879","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"performedPeriod":{"start":"2020-02-08T05:02:47-08:00","end":"2020-02-08T06:00:15-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"677fe323-9445-5772-0425-7a4daf35cbc3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"performedPeriod":{"start":"2020-02-08T06:00:15-08:00","end":"2020-02-08T06:11:09-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"68a31807-fe8f-843f-b033-fd01892aa1ad","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"performedPeriod":{"start":"2020-02-08T06:11:09-08:00","end":"2020-02-08T06:39:22-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"ca9c7bfc-bdbd-82e8-a767-8d17312e5421","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"performedPeriod":{"start":"2020-02-08T06:39:22-08:00","end":"2020-02-08T06:54:04-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"f1450265-f7cb-46ff-4277-641fe39702b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/6d9c3d61-d374-ffe2-e3f6-f7cc29d25d93"},"performedPeriod":{"start":"2020-02-08T06:54:04-08:00","end":"2020-02-08T07:16:27-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"c1d304de-5c17-4f87-2821-d4bbe29df211","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/3f3866c3-4c55-56c8-0510-d3f38e784fa0"},"performedPeriod":{"start":"2014-01-08T08:43:44-08:00","end":"2014-01-08T09:21:52-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"d50d9d85-9e50-1e07-ecd8-be33796b6817","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/470d8247-30ae-f402-5f2a-73df6f8b8613"},"performedPeriod":{"start":"2014-01-30T09:21:52-08:00","end":"2014-01-30T10:09:00-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"91315d02-17a0-c270-c730-022fa55158c2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"performedPeriod":{"start":"2017-06-07T17:06:21-07:00","end":"2017-06-07T17:18:20-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"57b7418b-7780-c2ce-f193-4a65783565d0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/873dc536-dba3-057f-a191-ce052ccbea88"},"performedPeriod":{"start":"2014-02-21T10:09:00-08:00","end":"2014-02-21T10:52:17-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"858a9ed7-60a3-4353-b872-009b9832d827","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/80d94f86-dd3a-1af9-e0a7-93c9c68db2fd"},"performedPeriod":{"start":"2014-03-15T11:52:17-07:00","end":"2014-03-15T12:45:51-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"fb7b45e5-1b1d-8518-85da-94013cec4374","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"performedPeriod":{"start":"2017-06-07T17:18:20-07:00","end":"2017-06-07T17:46:29-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"4a911539-fc34-79cc-705e-512dab8d0f3e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"performedPeriod":{"start":"2017-06-07T17:46:29-07:00","end":"2017-06-07T18:01:25-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"75413dd4-a86a-553c-c320-1f61b7061d28","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"performedPeriod":{"start":"2017-06-07T18:01:25-07:00","end":"2017-06-07T18:20:25-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"764e26dc-97e4-9f05-0957-5aeeb935ca14","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/7cbabd6f-7309-7b8d-c0bb-62cce24d59ad"},"performedPeriod":{"start":"2017-06-07T18:20:25-07:00","end":"2017-06-07T18:29:06-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"877b778f-af3e-e8fc-c9ce-37a9d4323474","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ac885b24-1137-3d4e-ae47-525872273172"},"performedPeriod":{"start":"2017-06-25T03:27:15-07:00","end":"2017-06-25T04:27:08-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"eb499a58-06a7-1d95-6ece-294d361e8131","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"73761001","display":"Colonoscopy"}],"text":"Colonoscopy"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/209a729d-92f8-ef2c-e313-e36e07e7cc78"},"performedPeriod":{"start":"2015-08-04T21:52:49-07:00","end":"2015-08-04T22:36:17-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"6af8f96c-81f7-5400-8173-703e12be6ee0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a7c21f77-62e7-5837-8511-1a7b53587432"},"performedPeriod":{"start":"2017-07-17T04:27:08-07:00","end":"2017-07-17T05:26:57-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"02b04845-ece9-5863-ed62-1175908f0f37","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"performedPeriod":{"start":"2014-01-05T02:01:44-08:00","end":"2014-01-05T02:43:30-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"663366ec-5a00-2d4c-74f6-26ac58f5f727","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"performedPeriod":{"start":"2014-01-05T02:01:44-08:00","end":"2014-01-05T02:16:44-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"4d12ac03-4ed7-316a-31c3-167e3522ab9e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"performedPeriod":{"start":"2014-01-05T02:43:30-08:00","end":"2014-01-05T03:12:48-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"2b15215e-b00a-6ae0-8de1-cd03299e8b38","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"performedPeriod":{"start":"2014-01-05T03:12:48-08:00","end":"2014-01-05T03:40:45-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"47ac0b11-466d-4cd8-183b-3f7b4748eaa3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"performedPeriod":{"start":"2014-01-05T03:40:45-08:00","end":"2014-01-05T03:54:54-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"94700b8f-f8c9-d9a4-84c6-4da5ef917d5f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"performedPeriod":{"start":"2014-01-05T03:54:54-08:00","end":"2014-01-05T04:23:50-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"ccd71e58-da9d-114c-1956-ff33c403a24e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/4f93af74-692c-bc9c-b040-f08637d9166d"},"performedPeriod":{"start":"2017-08-11T05:26:57-07:00","end":"2017-08-11T05:44:20-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"c0cfd735-296d-4325-6db1-e45326ea06c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"performedPeriod":{"start":"2014-01-05T04:23:50-08:00","end":"2014-01-05T04:35:36-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"21322aec-2933-ad70-8776-353587b39755","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/b23e9776-f9c6-d590-ed6e-353202011f5d"},"performedPeriod":{"start":"2014-01-05T04:35:36-08:00","end":"2014-01-05T05:01:45-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"b7e5e809-b374-0ab2-f4e3-ba3e240a5a08","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"performedPeriod":{"start":"2015-10-30T19:52:58-07:00","end":"2015-10-30T20:43:37-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"3e6a07d9-2a21-e9e0-c8aa-6c1ecee13a6c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"performedPeriod":{"start":"2015-10-30T19:52:58-07:00","end":"2015-10-30T20:07:58-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"ab222c6c-d932-0ef0-9375-d459bd6ed0f7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"performedPeriod":{"start":"2015-10-30T20:43:37-07:00","end":"2015-10-30T21:06:10-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"865cfd14-3346-b085-99b1-a857637de484","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"127783003","display":"Spirometry (procedure)"}],"text":"Spirometry (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"performedPeriod":{"start":"1984-05-19T11:54:23-07:00","end":"1984-05-19T12:09:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"reasonReference":[{"reference":"Condition/d20a264a-1b4b-a676-98b6-ddcd04ea6171","display":"Chronic obstructive bronchitis (disorder)"}]} +{"resourceType":"Procedure","id":"7df97aef-a88c-692f-7e05-5d21cfc8caf5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"performedPeriod":{"start":"2015-10-30T21:06:10-07:00","end":"2015-10-30T21:35:06-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"6ed3609f-9041-1671-1a85-4b4df0d5a1f3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"performedPeriod":{"start":"1984-05-19T11:54:23-07:00","end":"1984-05-19T12:38:35-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"a8cdf9f3-aea1-8acf-be9c-f6eb30a48569","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"performedPeriod":{"start":"2015-10-30T21:35:06-07:00","end":"2015-10-30T21:48:58-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"c3ef57ba-2f36-2bd7-3e43-1251756d4b1e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/410743e7-1677-fe73-154a-aa2986331611"},"performedPeriod":{"start":"2015-10-30T21:48:58-07:00","end":"2015-10-30T22:16:57-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"d7184ba9-94d8-bbd2-3dac-fcfc814ea78e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"performedPeriod":{"start":"1984-05-19T12:38:35-07:00","end":"1984-05-19T12:58:19-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"afa3ca60-8363-317a-cf81-1809f16d1bfe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"performedPeriod":{"start":"1984-05-19T12:58:19-07:00","end":"1984-05-19T13:10:36-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"d77afde8-51c6-65bc-8fa1-19c6f04a779d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b60ce537-bea9-71a3-38d4-f461d7d0cb2b"},"performedPeriod":{"start":"1984-05-19T13:10:36-07:00","end":"1984-05-19T13:34:27-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"2d4b03c2-f7fb-0f28-0a08-e140294caf2b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"performedPeriod":{"start":"2021-02-13T05:02:47-08:00","end":"2021-02-13T05:52:22-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"7aa3e71d-1fed-56e9-0fa7-b1ba72aeb44a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"performedPeriod":{"start":"2021-02-13T05:52:22-08:00","end":"2021-02-13T06:05:46-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"05d70dbb-7589-6104-0c73-ce0a44de2a2e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/8d50e6ea-4fd2-dd72-e9f5-95de87398938"},"performedPeriod":{"start":"2021-02-13T06:05:46-08:00","end":"2021-02-13T06:30:34-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"c9a88a40-9e87-33b3-2fa6-dc0b9d5b0ed4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"performedPeriod":{"start":"2014-03-29T04:56:45-07:00","end":"2014-03-29T05:26:15-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"91a30fa4-4fbf-b10f-66c4-aac1ce624401","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"performedPeriod":{"start":"2014-03-29T04:56:45-07:00","end":"2014-03-29T05:11:45-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"a76f308b-499c-bd77-dd34-c9b1fd8211e6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"performedPeriod":{"start":"2014-03-29T05:26:15-07:00","end":"2014-03-29T05:38:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"8d6a94ec-62a3-d76c-32fe-2a9b982bee0c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"performedPeriod":{"start":"2014-03-29T05:38:23-07:00","end":"2014-03-29T06:06:29-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"cf695ce1-1781-033b-7dc8-856e5f500a04","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"performedPeriod":{"start":"2014-03-29T06:06:29-07:00","end":"2014-03-29T06:18:50-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"bf06d4ce-846b-d64a-8a7f-a30cf3c040e3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"performedPeriod":{"start":"2014-03-29T06:18:50-07:00","end":"2014-03-29T06:45:36-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"9a0ac7ca-7281-63b3-c79a-10539acfe7ed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0f67d990-f182-7ebe-6d4d-df958c486421"},"performedPeriod":{"start":"2014-03-29T06:45:36-07:00","end":"2014-03-29T06:57:19-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"68b0b960-acc4-f50a-76eb-fffa92fa670c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fc7e5b0b-164a-76e0-2d73-fc9aec09043b"},"performedPeriod":{"start":"2017-09-05T05:44:20-07:00","end":"2017-09-05T06:38:51-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"5f1e0ba8-6f41-a9e6-2964-7c39aad9798f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/337ee6fe-c37a-c9a9-eafa-99d3494c139b"},"performedPeriod":{"start":"2017-09-27T06:38:51-07:00","end":"2017-09-27T07:07:12-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"1b553fe3-ea6d-468f-2d57-1348431b0bee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/16a55069-b532-6b61-33ba-85b726053ded"},"performedPeriod":{"start":"2017-10-20T07:07:12-07:00","end":"2017-10-20T07:46:00-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"191f5142-2c90-d053-22ca-d05e91a0f1f1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/151c3648-088b-669c-9262-45eb0fcb7954"},"performedPeriod":{"start":"2014-04-10T12:45:51-07:00","end":"2014-04-10T13:37:16-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"92eb5a1b-29e1-5e85-232f-c28beb84327b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/a121ee86-1c1f-a90d-b08f-075ea4784dba"},"performedPeriod":{"start":"2014-05-06T13:37:16-07:00","end":"2014-05-06T13:58:11-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"6b00b5dd-803c-733b-6296-f1b2fece2763","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/1b256036-7eb4-53b7-51be-5fc6033ce978"},"performedPeriod":{"start":"2017-11-16T06:46:00-08:00","end":"2017-11-16T07:05:03-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"1e4b73f2-bcf6-242d-99c0-fe79fd30b1e0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/d3db24dd-5271-b169-7558-d061fa5c5db7"},"performedPeriod":{"start":"2014-06-01T13:58:11-07:00","end":"2014-06-01T14:38:40-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"52c91df5-19c1-1f22-6dec-18bb824a1dcf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/037e0ea3-a23c-191e-0240-78f375a842e4"},"performedPeriod":{"start":"2017-12-10T07:05:03-08:00","end":"2017-12-10T07:44:10-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"ad843dae-1990-76c8-bbfc-9b946a9d6117","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/3275bca8-ec92-991e-ea57-9269eb8d6c85"},"performedPeriod":{"start":"2014-06-26T14:38:40-07:00","end":"2014-06-26T15:21:57-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"47516499-da02-c600-3f99-f5d7509a0b35","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/e595b6c6-fb44-de4b-613e-f3259207a6be"},"performedPeriod":{"start":"2018-01-06T07:44:10-08:00","end":"2018-01-06T08:31:48-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"4f1e4f34-95cc-4a87-307b-fbe78c9f50ed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/7717ca0e-a1c0-5511-9e56-e74f6699c7f1"},"performedPeriod":{"start":"2014-07-22T15:21:57-07:00","end":"2014-07-22T16:08:31-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"28c33ef3-1f2c-89cf-a5d2-0daabe649582","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e05f3f73-20a3-9517-4d7b-3acfaba3f3df"},"performedPeriod":{"start":"2014-08-12T16:08:31-07:00","end":"2014-08-12T16:32:45-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"881e3759-028b-bcba-947f-9cb295b3f9c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/0ccc2b00-a0cc-f37b-163c-040cac9625c3"},"performedPeriod":{"start":"2014-09-07T16:32:45-07:00","end":"2014-09-07T17:25:25-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"29fb56ca-3feb-c1cc-3c54-0b12211e3429","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"127783003","display":"Spirometry (procedure)"}],"text":"Spirometry (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"performedPeriod":{"start":"1985-05-25T11:54:23-07:00","end":"1985-05-25T12:09:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"reasonReference":[{"reference":"Condition/d20a264a-1b4b-a676-98b6-ddcd04ea6171","display":"Chronic obstructive bronchitis (disorder)"}]} +{"resourceType":"Procedure","id":"7df8cde3-f1b2-0253-ad33-1ae832cf70b6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"performedPeriod":{"start":"1985-05-25T11:54:23-07:00","end":"1985-05-25T12:25:01-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"307d3b5f-0499-fdd1-9287-29d427303773","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/b08942ed-4e38-d004-0598-46c446d1fb7f"},"performedPeriod":{"start":"1985-05-25T12:25:01-07:00","end":"1985-05-25T12:45:15-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"56481f74-aedc-ca1e-2d90-7ce3731274e9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"performedPeriod":{"start":"2022-02-19T05:02:47-08:00","end":"2022-02-19T05:33:14-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"43144bfc-2e8c-222e-4c88-21bd022e0d7d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"performedPeriod":{"start":"2022-02-19T05:02:47-08:00","end":"2022-02-19T05:17:47-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"4bfce9bf-5817-819b-56ce-a5eead448d26","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"performedPeriod":{"start":"2022-02-19T05:33:14-08:00","end":"2022-02-19T05:53:21-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"53ea66ca-059b-78b7-d66f-2728919bcea0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/cccd00cd-fc47-af05-d720-8e4d0df30e26"},"encounter":{"reference":"Encounter/a544c832-d8ad-1d96-1b59-9946ba9a5b95"},"performedPeriod":{"start":"2022-02-19T05:53:21-08:00","end":"2022-02-19T06:28:30-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d5ad081-9831-3d94-901e-c0d2527da44f","display":"PCP97883"}} +{"resourceType":"Procedure","id":"e979af1f-5259-f175-3191-2407c5eb1764","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"performedPeriod":{"start":"2015-01-11T02:01:44-08:00","end":"2015-01-11T02:56:29-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"ae3c9fa0-d763-f316-9030-94aa7b088056","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"performedPeriod":{"start":"2015-01-11T02:56:29-08:00","end":"2015-01-11T03:25:22-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"32a1bffe-8943-5c81-ea2b-f2eb3184b422","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"performedPeriod":{"start":"2015-01-11T03:25:22-08:00","end":"2015-01-11T03:38:16-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"fcce1003-cdf5-97f4-0371-992cf8b42945","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/6fb90b4c-000f-241c-0f7f-25dd3091f77d"},"performedPeriod":{"start":"2015-01-11T03:38:16-08:00","end":"2015-01-11T03:59:07-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"537c8687-419b-7226-48a9-bbba80680690","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"performedPeriod":{"start":"2016-11-04T19:52:58-07:00","end":"2016-11-04T20:33:17-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"0802f3fb-7bb1-73d7-9ee7-79f8af1f58d2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"performedPeriod":{"start":"2016-11-04T20:33:17-07:00","end":"2016-11-04T21:01:10-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"1d08d2dc-b39c-6363-7d5c-9f93e30e7c4b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"performedPeriod":{"start":"2016-11-04T21:01:10-07:00","end":"2016-11-04T21:11:55-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"b5bb0de4-5802-c185-a042-1cf8664b0dcb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"performedPeriod":{"start":"2016-11-04T21:11:55-07:00","end":"2016-11-04T21:37:09-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"a516053c-6d11-82f7-c316-99c210503654","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"performedPeriod":{"start":"2016-11-04T21:37:09-07:00","end":"2016-11-04T21:51:44-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"612e0989-208e-0927-2fa7-115d8894b4ee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/4d8b8292-739c-2f17-a3c9-fd4ea4edb269"},"performedPeriod":{"start":"2016-11-04T21:51:44-07:00","end":"2016-11-04T22:17:40-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"c7a26dd1-8252-4596-eee2-4a2e4836673c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/85e91a07-08b2-cfb9-75e7-30b907121af9"},"performedPeriod":{"start":"2018-01-30T08:31:48-08:00","end":"2018-01-30T09:30:52-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"e344a0b9-187f-4327-09f2-621cf4e2a6b0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/8a2b33a1-0ce5-3127-8466-93fa0963d869"},"performedPeriod":{"start":"2018-02-25T09:30:52-08:00","end":"2018-02-25T10:19:39-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"3bd11fb8-36ac-ddd0-a4a0-7f9d15d067d4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"127783003","display":"Spirometry (procedure)"}],"text":"Spirometry (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"performedPeriod":{"start":"1986-05-31T11:54:23-07:00","end":"1986-05-31T12:09:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"reasonReference":[{"reference":"Condition/d20a264a-1b4b-a676-98b6-ddcd04ea6171","display":"Chronic obstructive bronchitis (disorder)"}]} +{"resourceType":"Procedure","id":"8ca68ede-49d2-3f99-2411-448de531ec00","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"performedPeriod":{"start":"1986-05-31T11:54:23-07:00","end":"1986-05-31T12:48:05-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"000e8ae1-f0c4-ac53-99e8-1271e08013de","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"performedPeriod":{"start":"1986-05-31T12:48:05-07:00","end":"1986-05-31T13:06:37-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"70490b6c-9713-ad57-e60f-928ec69b26a4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"performedPeriod":{"start":"1986-05-31T13:06:37-07:00","end":"1986-05-31T13:18:44-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"2acfbba9-fc94-0ccb-bab8-39e9a20b1908","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/bfc6dcc7-47e2-5f15-da30-c1251103c9f6"},"performedPeriod":{"start":"1986-05-31T13:18:44-07:00","end":"1986-05-31T13:46:29-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"d10c33dc-0242-9453-290a-1cb1cae9fff9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"performedPeriod":{"start":"2016-01-17T02:01:44-08:00","end":"2016-01-17T02:49:50-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"32f22f2b-b1e0-7493-b137-790a72fd00f0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"performedPeriod":{"start":"2016-01-17T02:49:50-08:00","end":"2016-01-17T03:06:14-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"e535524c-42ca-431d-25cf-817f880674d1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"performedPeriod":{"start":"2016-01-17T03:06:14-08:00","end":"2016-01-17T03:16:58-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"28b83777-cc60-ebe5-d605-5567f054392a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"performedPeriod":{"start":"2016-01-17T03:16:58-08:00","end":"2016-01-17T03:38:37-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"7c137bc0-3f4d-5a54-1507-7d3ba08e67e4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"performedPeriod":{"start":"2016-01-17T03:38:37-08:00","end":"2016-01-17T03:49:28-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"711150fc-752e-d628-e8e2-4fabff5c58cb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/0f8e53bb-9923-000e-0dc7-00f7ad525bea"},"performedPeriod":{"start":"2016-01-17T03:49:28-08:00","end":"2016-01-17T04:15:30-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"fb8542fa-db95-20fd-e0e8-9cb462c4ecff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f6f3dc23-31f6-fb16-bcee-8eadc825e448"},"performedPeriod":{"start":"2018-03-19T11:19:39-07:00","end":"2018-03-19T11:54:20-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"0ca5a45a-e805-83e3-b1e0-433a2d0dcdbe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/155b3cf3-70b4-084d-cafa-0189cb64b9b3"},"performedPeriod":{"start":"2018-04-09T11:54:20-07:00","end":"2018-04-09T12:46:43-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"15261c5a-855f-0092-d4d3-b3fd2d0f8309","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/231b8427-17ff-747d-a2a9-0f0ca1ab9027"},"performedPeriod":{"start":"2014-10-04T17:25:25-07:00","end":"2014-10-04T18:23:07-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"00f21a2f-1866-68aa-f331-b0a728c61e23","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3ea013c6-e108-d357-2b21-ebb95f4c032c"},"performedPeriod":{"start":"2018-05-01T12:46:43-07:00","end":"2018-05-01T13:10:29-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"cd7740f1-d5f9-4f5b-47ce-0f272017c461","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/60d88916-ba16-55d0-5fb0-d63748cd7e2a"},"performedPeriod":{"start":"2014-10-28T18:23:07-07:00","end":"2014-10-28T18:52:51-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"dedaa7a8-7153-a01e-7998-4e799bf15ec1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"performedPeriod":{"start":"2017-11-10T18:52:58-08:00","end":"2017-11-10T19:33:12-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"65b49c59-a431-6849-6aea-0829a67c7c09","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"performedPeriod":{"start":"2017-11-10T18:52:58-08:00","end":"2017-11-10T19:07:58-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"3c3d2a48-585c-76a7-71ca-950ff19910c4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"performedPeriod":{"start":"2017-11-10T19:33:12-08:00","end":"2017-11-10T19:53:20-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"2f45dbec-80e0-83f8-5256-0a95f7b0faa3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"performedPeriod":{"start":"2017-11-10T19:53:20-08:00","end":"2017-11-10T20:08:11-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"87870a69-5ea1-d670-a0fd-aa01d93e7276","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"performedPeriod":{"start":"2017-11-10T20:08:11-08:00","end":"2017-11-10T20:29:43-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"0cb6bb81-8041-6161-fd15-181cae1a1503","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"performedPeriod":{"start":"2017-11-10T20:29:43-08:00","end":"2017-11-10T20:44:34-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"bb20dbea-86f6-ac3a-2808-eb14f1602519","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8ebc67dc-755a-3f89-c500-8ace7ec1dfed"},"performedPeriod":{"start":"2017-11-10T20:44:34-08:00","end":"2017-11-10T21:13:13-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"8fbad714-d99b-3b79-4e49-685e1be4fd84","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"73761001","display":"Colonoscopy"}],"text":"Colonoscopy"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/6a27467e-2ffa-0705-0742-2fa915214fbb"},"performedPeriod":{"start":"1987-03-13T23:54:23-08:00","end":"1987-03-14T00:31:28-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"fcfecadf-b429-c9a7-4854-c9274a98d68b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/2536c62b-5af2-c401-090f-6a5b09bd6418"},"performedPeriod":{"start":"2018-05-25T13:10:29-07:00","end":"2018-05-25T13:58:40-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"e4a2ac9a-d7bd-1748-0059-9bf50bce023e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/d8aaac46-f594-2e19-a65d-ebdae3823efd"},"performedPeriod":{"start":"2014-11-20T17:52:51-08:00","end":"2014-11-20T18:51:45-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"f198f0d5-476a-2242-2075-0bcd4d9325e5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/322611f3-2229-5c74-9d41-73a7dc6be165"},"performedPeriod":{"start":"2014-12-13T18:51:45-08:00","end":"2014-12-13T19:15:24-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"f5968ea4-a2f5-cd66-fc1f-753d5d0180ed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/9d249d97-91bf-c7f1-9280-ac350a94bf3e"},"performedPeriod":{"start":"2015-01-03T19:15:24-08:00","end":"2015-01-03T19:51:06-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"3068f873-0354-472b-b02a-f1641d78d5d7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"performedPeriod":{"start":"2018-06-13T17:06:21-07:00","end":"2018-06-13T17:19:05-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"72c22920-64f1-8852-2e4c-faf01df45260","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"performedPeriod":{"start":"2018-06-13T17:06:21-07:00","end":"2018-06-13T17:21:21-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"59bc6ff2-ad0e-cb66-7c3c-966b3a5671fc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"performedPeriod":{"start":"2018-06-13T17:19:05-07:00","end":"2018-06-13T17:41:08-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"b8759c84-3df4-12e8-4837-54c86dd2d028","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"performedPeriod":{"start":"2018-06-13T17:41:08-07:00","end":"2018-06-13T17:51:51-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"c537ec13-279b-9086-0a1f-057275ff60c4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2ed8f77-a7d9-ef11-a13b-887ace07d8f5"},"performedPeriod":{"start":"2015-01-25T19:51:06-08:00","end":"2015-01-25T20:45:57-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"a3cb27d0-e18c-78f8-6bad-36034c05d1f6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"performedPeriod":{"start":"2018-06-13T17:51:51-07:00","end":"2018-06-13T18:12:51-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"9c585d4f-39f5-a4d3-899a-4a50a7e30131","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/03df44ff-e737-0cdf-ba59-0801f9f85240"},"performedPeriod":{"start":"2018-06-13T18:12:51-07:00","end":"2018-06-13T18:24:34-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"3d1f0107-9df3-92f6-545b-3db751f81fd0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"performedPeriod":{"start":"1981-07-19T11:15:12-07:00","end":"1981-07-19T11:45:49-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"a8758ec5-7fe1-cc1f-9ce3-7856a2ba0578","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"performedPeriod":{"start":"1981-07-19T11:15:12-07:00","end":"1981-07-19T11:30:12-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"d15c061a-2fc8-3b99-a0df-c0ce0a67de7c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"performedPeriod":{"start":"1981-07-19T11:45:49-07:00","end":"1981-07-19T12:01:10-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"468fa4ba-6806-4904-e8d4-e4fd629eda14","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"performedPeriod":{"start":"1981-07-19T12:01:10-07:00","end":"1981-07-19T12:41:59-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"a90d2de4-74a8-070e-0ee5-089f4af4fe0c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"performedPeriod":{"start":"1981-07-19T12:41:59-07:00","end":"1981-07-19T12:54:51-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"36cc0d0d-8d63-4b4e-426b-4288f43634b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"performedPeriod":{"start":"1981-07-19T12:54:51-07:00","end":"1981-07-19T13:15:00-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"a3367ec1-5fad-ef50-685d-4a33198fc623","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"performedPeriod":{"start":"1981-07-19T13:15:00-07:00","end":"1981-07-19T13:28:53-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"1180e3c1-f7ce-8ef0-afdb-f975af5db08d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/aa0a51eb-a5a2-033d-a78c-4400b480b44b"},"performedPeriod":{"start":"1981-07-19T13:28:53-07:00","end":"1981-07-19T13:55:45-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"16bee5e5-98d7-4382-5496-2414c6a78083","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"23426006","display":"Measurement of respiratory function (procedure)"}],"text":"Measurement of respiratory function (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/c265d11a-34e5-5739-f744-6a896d7f9ec3"},"performedPeriod":{"start":"2018-07-16T14:52:58-07:00","end":"2018-07-16T15:14:36-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"},"reasonReference":[{"reference":"Condition/f2990e9c-98c9-c47e-0a3a-105fbd92d191","display":"Acute bronchitis (disorder)"}]} +{"resourceType":"Procedure","id":"8c8c1217-b28b-ee79-6bfc-cbc26920c70b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"43075005","display":"Partial resection of colon"}],"text":"Partial resection of colon"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/c14f12ff-f78f-2545-2879-6d66d862c9ca"},"performedPeriod":{"start":"1987-03-29T20:31:28-08:00","end":"1987-03-29T20:46:28-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"},"reasonReference":[{"reference":"Condition/2c9e3600-c7dd-7e89-0bab-f428c575d3df","display":"Malignant tumor of colon"}]} +{"resourceType":"Procedure","id":"6990cba0-ea30-b32b-64c6-e3713a2df822","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"395142003","display":"Allergy screening test"}],"text":"Allergy screening test"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/8fb1b21b-0653-474b-9f42-5957be73010b"},"performedPeriod":{"start":"2015-02-21T20:45:57-08:00","end":"2015-02-21T21:24:16-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|388c5eda-d584-3ef1-a498-5ab0e90e2eaf","display":"COOLEY DICKINSON HOSPITAL INC,THE"}} +{"resourceType":"Procedure","id":"9f787121-be6f-81b7-e3f2-c44ff1423578","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"performedPeriod":{"start":"2017-01-22T02:01:44-08:00","end":"2017-01-22T02:49:37-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"699ec82a-6907-5c7f-80a9-5bd411b88df8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"performedPeriod":{"start":"2017-01-22T02:49:37-08:00","end":"2017-01-22T03:11:03-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"2cf39a7e-5e6a-f28c-1667-2ff54c6ec2a1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"performedPeriod":{"start":"2017-01-22T03:11:03-08:00","end":"2017-01-22T03:25:03-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"f946dd15-4624-8045-22ac-ec87b71116be","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/d9387bb4-d927-d733-a7bc-891f3daaf89b"},"performedPeriod":{"start":"2017-01-22T03:25:03-08:00","end":"2017-01-22T03:51:30-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"12c12328-e86d-5aa5-4102-e64174d41659","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a56467d1-b99e-a590-37dc-1eb369c00292"},"performedPeriod":{"start":"2018-06-19T13:58:40-07:00","end":"2018-06-19T14:30:59-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"f631aa66-14c3-35bf-35f7-f4af056c8f58","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"performedPeriod":{"start":"2015-04-04T04:56:45-07:00","end":"2015-04-04T05:14:20-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"169dcba7-584e-0ee8-d2c9-5fe5daebbc9e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"performedPeriod":{"start":"2015-04-04T04:56:45-07:00","end":"2015-04-04T05:11:45-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"57ac86b4-19d1-fff4-0b57-ef793f60c3ab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"performedPeriod":{"start":"2015-04-04T05:14:20-07:00","end":"2015-04-04T05:27:09-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"bcce946d-7531-070a-7fa1-afa25cf5f26b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"performedPeriod":{"start":"2015-04-04T05:27:09-07:00","end":"2015-04-04T05:56:30-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"5016c5e0-5f07-c85d-dc2a-7ae6ba1821e6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"performedPeriod":{"start":"2015-04-04T05:56:30-07:00","end":"2015-04-04T06:08:54-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"09606f11-f8a5-1ba0-0269-6c79f10642d5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"performedPeriod":{"start":"2015-04-04T06:08:54-07:00","end":"2015-04-04T06:30:36-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"df2b39fe-3ce8-7cb9-7ab0-94e21af49f77","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"370995009","display":"Health risks education (procedure)"}],"text":"Health risks education (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/ee273f1a-5a13-d813-4c23-1a55cc778f6f"},"performedPeriod":{"start":"2015-04-04T06:30:36-07:00","end":"2015-04-04T06:39:20-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"},"reasonReference":[{"reference":"Condition/7ad80431-bcfe-f3f6-b4e4-76c1b43670b9","display":"Risk activity involvement (finding)"},{"reference":"Condition/ff63790b-6942-1aa5-07fa-cbd1edfab456","display":"Risk activity involvement (finding)"}]} +{"resourceType":"Procedure","id":"e1f08e62-103b-0e74-3a76-c43275809362","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9acd21bb-09ee-b660-6fe3-5a55684e24d0"},"performedPeriod":{"start":"2018-07-11T14:30:59-07:00","end":"2018-07-11T15:20:25-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"ad8c09ce-d3dc-b524-c24a-d9739c747a87","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"performedPeriod":{"start":"2018-07-27T19:52:58-07:00","end":"2018-07-27T20:39:43-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|348c93c5-0196-32a5-a385-9364455c40e6","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}} +{"resourceType":"Procedure","id":"55638e20-155c-bf8c-cc81-6e8707697980","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"performedPeriod":{"start":"2018-07-27T19:52:58-07:00","end":"2018-07-27T20:07:58-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|348c93c5-0196-32a5-a385-9364455c40e6","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}} +{"resourceType":"Procedure","id":"985f74de-0510-6b9b-aa45-c2d2ec0b812d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"performedPeriod":{"start":"2018-07-27T20:39:43-07:00","end":"2018-07-27T21:02:16-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|348c93c5-0196-32a5-a385-9364455c40e6","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}} +{"resourceType":"Procedure","id":"2461de5c-5ca1-a239-9f13-c98a5cdfad6d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"performedPeriod":{"start":"2018-07-27T21:02:16-07:00","end":"2018-07-27T21:16:34-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|348c93c5-0196-32a5-a385-9364455c40e6","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}} +{"resourceType":"Procedure","id":"eb96f7c3-0fa7-0de1-b35f-2d0e8e4e4005","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"performedPeriod":{"start":"2018-07-27T21:16:34-07:00","end":"2018-07-27T21:38:42-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|348c93c5-0196-32a5-a385-9364455c40e6","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}} +{"resourceType":"Procedure","id":"5ec5085a-3e54-d898-896d-67dc140c11b2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"performedPeriod":{"start":"2018-07-27T21:38:42-07:00","end":"2018-07-27T21:52:26-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|348c93c5-0196-32a5-a385-9364455c40e6","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}} +{"resourceType":"Procedure","id":"e5398f06-fba6-d51a-b23e-07a4d1818080","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/1ac36713-57e9-2df2-1561-54261ba6a646"},"performedPeriod":{"start":"2018-07-27T21:52:26-07:00","end":"2018-07-27T22:22:14-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|348c93c5-0196-32a5-a385-9364455c40e6","display":"MASSACHUSETTS EYE AND EAR INFIRMARY -"}} +{"resourceType":"Procedure","id":"0b001695-65c6-c86b-756e-2e14a5cb8d5f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/b806cc31-668a-0681-8fda-9989e65cc4c3"},"performedPeriod":{"start":"2018-08-07T15:20:25-07:00","end":"2018-08-07T15:53:29-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"64eb3682-70a1-c911-2eed-f0f54651b0c5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/4159b5c3-489e-b2e2-c04f-be7e8e3b1a5a"},"performedPeriod":{"start":"2018-09-01T15:53:29-07:00","end":"2018-09-01T16:33:36-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"0623d446-7b9c-63f3-10c3-9ce547512be5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"703423002","display":"Combined chemotherapy and radiation therapy (procedure)"}],"text":"Combined chemotherapy and radiation therapy (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/28859f0c-a175-bf19-397b-689700cf865f"},"performedPeriod":{"start":"1987-04-20T22:31:28-07:00","end":"1987-04-20T22:46:28-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"},"reasonReference":[{"reference":"Condition/2c9e3600-c7dd-7e89-0bab-f428c575d3df","display":"Malignant tumor of colon"}]} +{"resourceType":"Procedure","id":"29ac925a-ed30-2f4d-51c1-626f345cc90b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/58606738-0598-5896-8a50-92b423f35447"},"performedPeriod":{"start":"2018-09-26T16:33:36-07:00","end":"2018-09-26T17:29:00-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"0d4c835d-5e1e-21c6-c223-6344e7045c3b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"},"performedPeriod":{"start":"1982-07-25T11:15:12-07:00","end":"1982-07-25T12:07:44-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"9728a485-1b0a-c209-7132-5ea7e0059cde","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a1ba5f0d-d400-9da1-dc3b-3b5f94226da6"},"performedPeriod":{"start":"1982-07-25T12:07:44-07:00","end":"1982-07-25T12:37:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"4dd71746-b528-61ef-2f83-4c35d045062f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/0815cb07-12a3-e655-26c3-fa7bec8a8581"},"performedPeriod":{"start":"2018-10-17T17:29:00-07:00","end":"2018-10-17T18:26:18-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"cb3fcaf0-30d9-4d26-3150-55d5c2353789","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"performedPeriod":{"start":"2018-01-28T02:01:44-08:00","end":"2018-01-28T02:40:08-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"ea1c3f27-9e34-7725-f42b-7c5cc9e6f019","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"performedPeriod":{"start":"2018-01-28T02:01:44-08:00","end":"2018-01-28T02:16:44-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"4dd29149-1160-d0e9-495f-8a03f85e53d2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"performedPeriod":{"start":"2018-01-28T02:40:08-08:00","end":"2018-01-28T03:13:40-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"a5bb6d1f-98f7-1a44-ab64-5ac4091db07d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"performedPeriod":{"start":"2018-01-28T03:13:40-08:00","end":"2018-01-28T03:24:51-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"bf673464-a0cc-7d63-995e-c23379eea307","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"performedPeriod":{"start":"2018-01-28T03:24:51-08:00","end":"2018-01-28T03:51:49-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"527c2675-0925-2e77-564b-dc613661f9cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"performedPeriod":{"start":"2018-01-28T03:51:49-08:00","end":"2018-01-28T04:06:41-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"7a22cf43-267e-e197-1e50-17e4eff4f717","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/53b60581-7980-1bd9-757b-f2aa66535f5b"},"performedPeriod":{"start":"2018-01-28T04:06:41-08:00","end":"2018-01-28T04:31:02-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"47e66ae0-aaff-8927-34f6-a78e59add230","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a6c5a4de-ed6f-7dfa-deb5-f87f338322c1"},"performedPeriod":{"start":"2018-11-07T17:26:18-08:00","end":"2018-11-07T18:10:49-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"53227bd2-e199-dd6c-9151-fc751077878b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"73761001","display":"Colonoscopy"}],"text":"Colonoscopy"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/a867ca19-eeb6-b1f9-b38e-1b2c7d001b51"},"performedPeriod":{"start":"1982-10-01T12:42:24-07:00","end":"1982-10-01T13:11:51-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Procedure","id":"ab094877-1a52-8c94-6308-79febef909ef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"performedPeriod":{"start":"2016-04-09T04:56:45-07:00","end":"2016-04-09T05:51:34-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"cb162c30-5d7f-a2fd-4fcc-719219bdc03a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"performedPeriod":{"start":"2016-04-09T05:51:34-07:00","end":"2016-04-09T06:08:35-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"67b98694-5b58-c268-3cf9-904fae3b30a5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"performedPeriod":{"start":"2016-04-09T06:08:35-07:00","end":"2016-04-09T06:39:20-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"65f53625-17cf-3e42-8d2a-cba202a655b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"performedPeriod":{"start":"2016-04-09T06:39:20-07:00","end":"2016-04-09T06:51:01-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"fd4f8254-caea-8b35-b43b-47865f8c3094","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/1c959007-d5ef-794b-064a-e798d51a9247"},"performedPeriod":{"start":"2016-04-09T06:51:01-07:00","end":"2016-04-09T07:15:26-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"dfd4aab8-30b9-180a-b7ed-28d356043693","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/d98d591e-373c-6605-52f4-8138a8a81007"},"performedPeriod":{"start":"2018-11-29T18:10:49-08:00","end":"2018-11-29T18:57:16-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"72a34c6a-2854-4f0f-f792-eeb8f20b1b03","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"703423002","display":"Combined chemotherapy and radiation therapy (procedure)"}],"text":"Combined chemotherapy and radiation therapy (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/4d5e269a-dca9-be1f-c9c1-69a6db0106a8"},"performedPeriod":{"start":"1987-05-25T16:31:28-07:00","end":"1987-05-25T16:46:28-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"},"reasonReference":[{"reference":"Condition/2c9e3600-c7dd-7e89-0bab-f428c575d3df","display":"Malignant tumor of colon"}]} +{"resourceType":"Procedure","id":"92c37bcd-c4cf-6612-4239-9af091e4d1e0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/c45b045b-fd99-0b18-f29b-1e7a08663e15"},"performedPeriod":{"start":"2018-12-24T18:57:16-08:00","end":"2018-12-24T19:31:53-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"81c66a1b-8a2b-589c-3a6c-0aeb224f5d24","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/2898e2df-3259-117b-116b-62e6913ad7f1"},"performedPeriod":{"start":"2019-01-17T19:31:53-08:00","end":"2019-01-17T19:55:36-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"4bcce067-639f-47ef-8faf-d82f826e1881","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"performedPeriod":{"start":"2018-11-16T18:52:58-08:00","end":"2018-11-16T19:23:39-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"a469937a-f679-904b-ca40-aa020cb60099","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"performedPeriod":{"start":"2018-11-16T19:23:39-08:00","end":"2018-11-16T19:35:33-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"7a421f2a-8ba4-64e4-8b17-41f24a74d255","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"performedPeriod":{"start":"2018-11-16T19:35:33-08:00","end":"2018-11-16T20:02:25-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"00b9c339-6d0d-348f-37cb-e3db4d98c112","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"performedPeriod":{"start":"2018-11-16T20:02:25-08:00","end":"2018-11-16T20:16:05-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"4f8c3e34-262c-1fbb-140e-bb05a0dafe28","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/f1429b08-809b-4e86-1323-f28955635538"},"performedPeriod":{"start":"2018-11-16T20:16:05-08:00","end":"2018-11-16T20:39:15-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"c61c980a-c261-1c6a-8055-c35776cdc16f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/63f30825-f2a1-769a-f010-2d7530fc0065"},"performedPeriod":{"start":"2019-02-07T19:55:36-08:00","end":"2019-02-07T20:22:34-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"6067bdf9-9ba7-ef21-8093-17dd11f4bd55","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/67e56661-731e-c284-a1a9-bcf315021f80"},"performedPeriod":{"start":"2019-03-01T20:22:34-08:00","end":"2019-03-01T21:20:35-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"cbae79bc-2642-f8cb-6799-00bdd9e41a6f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/e20025f5-35bb-496c-0b40-937f6077c015"},"performedPeriod":{"start":"2019-03-27T22:20:35-07:00","end":"2019-03-27T22:49:14-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"8837ee18-cf51-3554-7a04-864926ac72da","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/e4104cf9-936b-7d2a-42fd-2a0d3c55fd39"},"performedPeriod":{"start":"2019-04-18T22:49:14-07:00","end":"2019-04-18T23:05:27-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"f2350d23-4397-08a1-1a33-35594f6c788e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"performedPeriod":{"start":"1983-07-31T11:15:12-07:00","end":"1983-07-31T11:53:19-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"b2891df1-a38c-ade7-5753-63e5bc82bfc6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"performedPeriod":{"start":"1983-07-31T11:15:12-07:00","end":"1983-07-31T11:30:12-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"5b7fa0f1-6c74-e03e-2038-22d470ac8c55","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"312681000","display":"Bone density scan (procedure)"}],"text":"Bone density scan (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"performedPeriod":{"start":"1983-07-31T11:15:12-07:00","end":"1983-07-31T11:30:12-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"1f76c4b9-8bdd-ea05-f95a-1229f3858b9a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"performedPeriod":{"start":"1983-07-31T11:53:19-07:00","end":"1983-07-31T12:19:57-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"2169ed21-754b-14e7-2698-ed535e172623","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"performedPeriod":{"start":"1983-07-31T12:19:57-07:00","end":"1983-07-31T12:32:34-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"cf48a499-f649-4971-f3d2-75220d09bb5f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/32dd3c8d-1873-ed3c-382d-ced461822058"},"performedPeriod":{"start":"1983-07-31T12:32:34-07:00","end":"1983-07-31T13:00:48-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"b51453cd-308e-53f8-6ff8-0c7e89a97c44","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"127783003","display":"Spirometry (procedure)"}],"text":"Spirometry (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"performedPeriod":{"start":"1987-06-06T11:54:23-07:00","end":"1987-06-06T12:09:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"reasonReference":[{"reference":"Condition/d20a264a-1b4b-a676-98b6-ddcd04ea6171","display":"Chronic obstructive bronchitis (disorder)"}]} +{"resourceType":"Procedure","id":"6aeac276-9c24-3b3a-0e82-4d8ce4e368dd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"performedPeriod":{"start":"1987-06-06T11:54:23-07:00","end":"1987-06-06T12:45:18-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"7f6491de-f266-e832-2770-bb044edfbdfd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"performedPeriod":{"start":"1987-06-06T11:54:23-07:00","end":"1987-06-06T12:09:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"13d4887b-78ce-b2bf-6a00-e475e4f4c607","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"performedPeriod":{"start":"1987-06-06T12:45:18-07:00","end":"1987-06-06T13:14:09-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"0f7bc672-a5df-7c4e-92cc-0540d2cba5fc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"performedPeriod":{"start":"1987-06-06T13:14:09-07:00","end":"1987-06-06T13:26:24-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"09c2c863-989a-f548-90c4-cef16275620c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"performedPeriod":{"start":"1987-06-06T13:26:24-07:00","end":"1987-06-06T13:53:29-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"95b95260-4acd-45cb-6d5c-f5e26ff31770","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"performedPeriod":{"start":"1987-06-06T13:53:29-07:00","end":"1987-06-06T14:06:28-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"fe7b8739-05af-0d9b-0e64-642a1f277f76","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/2abc2de7-8348-9eea-2135-70f784ebb69a"},"performedPeriod":{"start":"1987-06-06T14:06:28-07:00","end":"1987-06-06T14:34:20-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"13041067-21bd-f9be-8185-bc382a7f72c5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"performedPeriod":{"start":"2019-02-03T02:01:44-08:00","end":"2019-02-03T02:31:55-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"ba337083-0c69-6958-e0f5-37419e2bec35","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"performedPeriod":{"start":"2019-02-03T02:31:55-08:00","end":"2019-02-03T02:50:43-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"ce792a55-308a-c4f7-276c-523d81cbb965","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"performedPeriod":{"start":"2019-02-03T02:50:43-08:00","end":"2019-02-03T03:01:40-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"9ced64ef-0778-13a6-245d-3f40ef6bad50","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/cbf929b5-ac48-d63b-c88a-c1f0a67ac942"},"performedPeriod":{"start":"2019-02-03T03:01:40-08:00","end":"2019-02-03T03:23:35-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"8cd11555-f5eb-55a9-1230-1adb4221ad97","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"performedPeriod":{"start":"2017-04-15T04:56:45-07:00","end":"2017-04-15T05:27:09-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"a0ef84f9-251d-a5c1-2395-09ff7c469478","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"performedPeriod":{"start":"2017-04-15T05:27:09-07:00","end":"2017-04-15T05:41:26-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"1e210348-f102-c152-c474-915aff7d96cd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/23ee9f18-a22a-4368-f891-7b908083215d"},"performedPeriod":{"start":"2017-04-15T05:41:26-07:00","end":"2017-04-15T06:10:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"7a4af520-8707-4e63-df0a-cf6d4c3eb4b8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"performedPeriod":{"start":"2019-11-22T18:52:58-08:00","end":"2019-11-22T19:28:25-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"39b20ac1-229e-bb8e-949a-84fe7271cff2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"performedPeriod":{"start":"2019-11-22T19:28:25-08:00","end":"2019-11-22T19:54:07-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"5d5678b5-b1ff-d985-3e3a-9859f9a96442","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"762993000","display":"Assessment using Morse Fall Scale (procedure)"}],"text":"Assessment using Morse Fall Scale (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"performedPeriod":{"start":"2019-11-22T19:54:07-08:00","end":"2019-11-22T20:13:57-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"4e4ef1c8-9139-4185-0d9b-cba2b61619ad","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"performedPeriod":{"start":"2019-11-22T20:13:57-08:00","end":"2019-11-22T20:25:37-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"ca51d011-7093-7ce3-174b-64eae70538b5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"performedPeriod":{"start":"2019-11-22T20:25:37-08:00","end":"2019-11-22T20:54:56-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"71471750-b611-e1ac-4d2e-113e04d8eb10","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"performedPeriod":{"start":"2019-11-22T20:54:56-08:00","end":"2019-11-22T21:08:32-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"400db99e-7e4c-246d-9b97-73e55977539a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/16bd6724-f932-c9a9-9bd9-204b3836429b"},"performedPeriod":{"start":"2019-11-22T21:08:32-08:00","end":"2019-11-22T21:29:43-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"b58eb24b-613a-6e0e-2d29-fc64c0c086b4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/6a9ab6be-a2e6-4eb9-5642-73e63cd37fc7"},"performedPeriod":{"start":"2019-05-15T23:05:27-07:00","end":"2019-05-15T23:33:14-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"0e391180-442f-432f-6822-0e0ce5d821a4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/27575b42-1b5f-9fb9-f709-3224384c0bdd"},"performedPeriod":{"start":"2019-06-09T23:33:14-07:00","end":"2019-06-10T00:00:02-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"14205e6a-59fa-08ad-bbdf-c7cf5f10415c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"performedPeriod":{"start":"1984-08-05T11:15:12-07:00","end":"1984-08-05T11:53:19-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"7f9a598b-553f-5815-6789-dd2fbdfa67e1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"performedPeriod":{"start":"1984-08-05T11:53:19-07:00","end":"1984-08-05T12:09:12-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"51b02da7-642b-9b62-7909-152a4f5df5fc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"performedPeriod":{"start":"1984-08-05T12:09:12-07:00","end":"1984-08-05T12:21:43-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"23a64cfb-3008-7b5f-8284-38a28f18ad2e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/7754d7b1-1c08-7b84-ff1f-6d1c82da286d"},"performedPeriod":{"start":"1984-08-05T12:21:43-07:00","end":"1984-08-05T12:51:09-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"64d652c6-61c3-9e94-d6aa-b5fe9d73cf3e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"703423002","display":"Combined chemotherapy and radiation therapy (procedure)"}],"text":"Combined chemotherapy and radiation therapy (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/08f420ce-288c-ab4d-7e85-bfc3dc1b96b5"},"performedPeriod":{"start":"1987-06-25T09:31:28-07:00","end":"1987-06-25T09:46:28-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"},"reasonReference":[{"reference":"Condition/2c9e3600-c7dd-7e89-0bab-f428c575d3df","display":"Malignant tumor of colon"}]} +{"resourceType":"Procedure","id":"12a6763a-361c-91b5-7b77-31cb53f3aeef","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"73761001","display":"Colonoscopy"}],"text":"Colonoscopy"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/8e96ae35-598c-a772-3bfc-8280bc25f239"},"performedPeriod":{"start":"2020-08-03T22:36:17-07:00","end":"2020-08-03T23:04:39-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"c474c4ce-6ce2-2421-8964-24ce21dd8232","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"performedPeriod":{"start":"2020-02-09T02:01:44-08:00","end":"2020-02-09T02:59:26-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"e7a784fa-d5e8-1f2a-9e2e-fd08472cfb83","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"performedPeriod":{"start":"2020-02-09T02:01:44-08:00","end":"2020-02-09T02:16:44-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"e0967654-9d19-7181-6c9f-01aef16921bc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"performedPeriod":{"start":"2020-02-09T02:59:26-08:00","end":"2020-02-09T03:12:28-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"4378cd43-c103-4d6a-cbc0-3bb77c67bed1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"performedPeriod":{"start":"2020-02-09T03:12:28-08:00","end":"2020-02-09T03:33:47-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"f91f58b1-c8ea-9a8b-7fe0-346d9e45d883","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"performedPeriod":{"start":"2020-02-09T03:33:47-08:00","end":"2020-02-09T03:44:53-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"da33df03-1539-c1d1-ccac-9d8873e738e3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/11f31c9e-5a43-85cd-9103-e0c7a46fc82c"},"performedPeriod":{"start":"2020-02-09T03:44:53-08:00","end":"2020-02-09T04:13:17-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"d474ab3c-6f82-b2ca-5068-1ee0a8ab5183","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"performedPeriod":{"start":"2020-04-18T04:56:45-07:00","end":"2020-04-18T05:48:33-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"87825e07-e9ef-9665-d37f-31893cfd3148","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"performedPeriod":{"start":"2020-04-18T05:48:33-07:00","end":"2020-04-18T06:26:58-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"86eae405-3bd5-614e-ee26-2d5b0c877d88","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"performedPeriod":{"start":"2020-04-18T06:26:58-07:00","end":"2020-04-18T06:37:47-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"3930bbe0-c855-a803-3773-552a5dec82f1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/a62e8d8a-8f3e-e787-1e51-cd590878a698"},"encounter":{"reference":"Encounter/e2e14a20-578b-6ef5-ef6c-f27dd29fbb72"},"performedPeriod":{"start":"2020-04-18T06:37:47-07:00","end":"2020-04-18T06:59:20-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d7f82cb6-68a1-31b4-a148-a3792f525a3d","display":"PCP124300"}} +{"resourceType":"Procedure","id":"40a05dd2-364b-5cfc-2f70-16d6b3785d5a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"703423002","display":"Combined chemotherapy and radiation therapy (procedure)"}],"text":"Combined chemotherapy and radiation therapy (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/1870bd55-b846-2f03-74be-c9250e87c7da"},"performedPeriod":{"start":"1987-07-27T04:31:28-07:00","end":"1987-07-27T04:46:28-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"},"reasonReference":[{"reference":"Condition/2c9e3600-c7dd-7e89-0bab-f428c575d3df","display":"Malignant tumor of colon"}]} +{"resourceType":"Procedure","id":"544355e2-bd64-6875-d07a-6b989ff3b154","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"performedPeriod":{"start":"2019-06-19T17:06:21-07:00","end":"2019-06-19T17:33:17-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"0c139565-fc7a-4eef-9583-232159676109","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"performedPeriod":{"start":"2019-06-19T17:06:21-07:00","end":"2019-06-19T17:21:21-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"63d95fe6-aaba-0d78-1aac-fc177596251e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"performedPeriod":{"start":"2019-06-19T17:33:17-07:00","end":"2019-06-19T17:45:57-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"8c902aea-e469-841c-b14d-e0c11a1ec9be","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"performedPeriod":{"start":"2019-06-19T17:45:57-07:00","end":"2019-06-19T18:09:08-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"cf633a59-9a95-9ea7-a29f-429776918441","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"performedPeriod":{"start":"2019-06-19T18:09:08-07:00","end":"2019-06-19T18:21:12-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"2a105b74-ce03-268b-db0a-505e5ee8f1ae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"performedPeriod":{"start":"2019-06-19T18:21:12-07:00","end":"2019-06-19T18:36:05-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"e2c6db06-e640-4f06-29b8-f9748eb5f982","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/f49ae6bb-009a-c3ec-c21a-173923e69e5e"},"performedPeriod":{"start":"2019-06-19T18:36:05-07:00","end":"2019-06-19T18:45:58-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"efef8374-5562-4fea-6180-f3a5aec6b6c3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"performedPeriod":{"start":"1985-08-11T11:15:12-07:00","end":"1985-08-11T11:57:13-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"b320576c-26be-b82f-5260-8a4b213cdc03","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"performedPeriod":{"start":"2020-11-27T18:52:58-08:00","end":"2020-11-27T19:50:16-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"bdc61aa1-e7e6-8604-650c-6090f2950100","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"performedPeriod":{"start":"1985-08-11T11:57:13-07:00","end":"1985-08-11T12:26:39-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"9b543b35-e8ba-7706-889a-2e499696ec44","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"performedPeriod":{"start":"2020-11-27T18:52:58-08:00","end":"2020-11-27T19:07:58-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"85d58f09-d6d9-b1a3-59fb-2399e5ae9939","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"performedPeriod":{"start":"1985-08-11T12:26:39-07:00","end":"1985-08-11T12:52:03-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"e15d7c22-35c7-1663-186a-3b1305514e32","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"762993000","display":"Assessment using Morse Fall Scale (procedure)"}],"text":"Assessment using Morse Fall Scale (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"performedPeriod":{"start":"2020-11-27T19:50:16-08:00","end":"2020-11-27T20:19:21-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"07e094e0-8fb5-eef3-4da0-bf2832e262eb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"performedPeriod":{"start":"1985-08-11T12:52:03-07:00","end":"1985-08-11T13:05:49-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"b17f4747-61f9-bd04-e146-7f22b693c824","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"performedPeriod":{"start":"2020-11-27T20:19:21-08:00","end":"2020-11-27T20:33:21-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"b5293b93-e0a4-edbe-6d75-3d65233ec7f0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"performedPeriod":{"start":"1985-08-11T13:05:49-07:00","end":"1985-08-11T13:32:13-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"43b04107-37c1-3de3-93e0-d5be675cfd59","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/e237b3c4-04fd-6cc1-6d1f-916d0fb3c5a4"},"performedPeriod":{"start":"2019-07-05T00:00:02-07:00","end":"2019-07-05T00:24:59-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"b052c2e7-8656-09b8-0a89-03fc5754faed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"performedPeriod":{"start":"1985-08-11T13:32:13-07:00","end":"1985-08-11T13:45:01-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"f7a91e61-44ad-1419-517b-a02462496d0e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/91092764-b75d-19e6-9059-82d5d9d6352c"},"performedPeriod":{"start":"1985-08-11T13:45:01-07:00","end":"1985-08-11T14:07:49-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"ab7d8ba1-c4e5-97e3-96df-7884b66d140e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/5510c9f1-a8ff-a51f-94d1-ab974e1d75c2"},"performedPeriod":{"start":"2020-11-27T20:33:21-08:00","end":"2020-11-27T20:57:06-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"adace637-5136-bf84-53a1-e9521f91d763","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"performedPeriod":{"start":"2021-02-14T02:01:44-08:00","end":"2021-02-14T02:43:04-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"188512c7-4d56-db7b-a104-ee379174a7e0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"performedPeriod":{"start":"2021-02-14T02:43:04-08:00","end":"2021-02-14T02:57:35-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"8264599d-0d1b-b6c4-c83e-aa0f21b8fd17","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"performedPeriod":{"start":"2021-02-14T02:57:35-08:00","end":"2021-02-14T03:20:25-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"bd1705a7-7fb4-d854-6e32-ae5fc6a84cca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/20eca1a2-a15e-815a-3b4d-03ae628389ea"},"performedPeriod":{"start":"2021-02-14T03:20:25-08:00","end":"2021-02-14T03:47:33-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"78dc7902-c0ba-6e0f-6a35-caec249b3c12","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/3235c2c6-a33c-3bc3-2e43-aff5c42a715b"},"performedPeriod":{"start":"2019-07-30T00:24:59-07:00","end":"2019-07-30T01:00:48-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"d0b33a5f-3162-cf56-cdd3-fa298d68bf73","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"703423002","display":"Combined chemotherapy and radiation therapy (procedure)"}],"text":"Combined chemotherapy and radiation therapy (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a3598e38-d9c0-3977-383e-5767caca233c"},"performedPeriod":{"start":"1987-08-28T22:31:28-07:00","end":"1987-08-28T22:46:28-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"},"reasonReference":[{"reference":"Condition/2c9e3600-c7dd-7e89-0bab-f428c575d3df","display":"Malignant tumor of colon"}]} +{"resourceType":"Procedure","id":"5439965d-575e-2e29-39c9-622292bf2f1f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ed6c4c6f-6dd1-78b5-58a9-68316c5af8c8"},"performedPeriod":{"start":"2019-08-26T01:00:48-07:00","end":"2019-08-26T02:00:31-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"8380f490-1441-f5b6-be7c-03a0dad434e3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"performedPeriod":{"start":"1986-08-17T11:15:12-07:00","end":"1986-08-17T12:08:11-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"5367ba69-eb6c-a94f-5ea5-cf301d44d2a0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"performedPeriod":{"start":"1986-08-17T11:15:12-07:00","end":"1986-08-17T11:30:12-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"84ce55b1-faf1-57d0-63b1-0e110c6a4838","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/53432d59-5df6-6a10-b93c-619f8e27f708"},"performedPeriod":{"start":"2019-09-20T02:00:31-07:00","end":"2019-09-20T02:27:31-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"200e2f4d-20ff-3f96-cab1-a0f613943038","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/f9573185-7ec8-52d5-0db5-af097072eb52"},"performedPeriod":{"start":"1986-08-17T12:08:11-07:00","end":"1986-08-17T12:26:24-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"693734f0-0a9d-8d65-b67b-d4da4a6bf974","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/d2c35637-46f3-dad1-8842-47f73c7e8961"},"performedPeriod":{"start":"2019-10-13T02:27:31-07:00","end":"2019-10-13T02:53:41-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"1a1b66dd-4601-e790-99ad-2f9555dfded1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/d02b874f-70ea-eff6-92ae-b2a07c0ce0b9"},"performedPeriod":{"start":"2019-11-07T01:53:41-08:00","end":"2019-11-07T02:41:15-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"9b545a40-0d89-31a2-1d24-38b104ac724d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"703423002","display":"Combined chemotherapy and radiation therapy (procedure)"}],"text":"Combined chemotherapy and radiation therapy (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/a8df5a78-5a76-6c15-b02c-13f659c6208f"},"performedPeriod":{"start":"1987-09-30T14:31:28-07:00","end":"1987-09-30T14:46:28-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|1d9ed00f-53ca-3e8d-87f0-7ccaf193f8bc","display":"HOLYOKE MEDICAL CENTER"},"reasonReference":[{"reference":"Condition/2c9e3600-c7dd-7e89-0bab-f428c575d3df","display":"Malignant tumor of colon"}]} +{"resourceType":"Procedure","id":"083dd498-d2d8-6cf4-6be6-94ebb16c820b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"127783003","display":"Spirometry (procedure)"}],"text":"Spirometry (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"performedPeriod":{"start":"1988-06-11T11:54:23-07:00","end":"1988-06-11T12:09:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"reasonReference":[{"reference":"Condition/d20a264a-1b4b-a676-98b6-ddcd04ea6171","display":"Chronic obstructive bronchitis (disorder)"}]} +{"resourceType":"Procedure","id":"b4aee25d-e5b9-bb9b-56a1-03a5bc461d66","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"performedPeriod":{"start":"1988-06-11T11:54:23-07:00","end":"1988-06-11T12:47:59-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"2ba50da7-111e-02b3-bbb3-d5a9f6de5373","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"performedPeriod":{"start":"1988-06-11T11:54:23-07:00","end":"1988-06-11T12:09:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"9a0ea012-3fa3-aee0-5224-d6b634597bbe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"performedPeriod":{"start":"1988-06-11T12:47:59-07:00","end":"1988-06-11T13:10:50-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"1f872a3a-4935-a15d-ebe9-f4247bfdd202","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"performedPeriod":{"start":"1988-06-11T13:10:50-07:00","end":"1988-06-11T13:40:20-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"58500b81-1c87-1675-7ba6-944ddf8583b8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"performedPeriod":{"start":"1988-06-11T13:40:20-07:00","end":"1988-06-11T13:53:02-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"32e3320e-02c2-ff37-3adc-802d4b0b82f0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/f34afd53-4e56-878a-995a-7679166688c9"},"performedPeriod":{"start":"1988-06-11T13:53:02-07:00","end":"1988-06-11T14:17:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"e47dd669-0b10-61d1-b9d7-1e82bebad66e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"performedPeriod":{"start":"2021-12-03T18:52:58-08:00","end":"2021-12-03T19:47:21-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"4227cd97-b9c6-aee8-122d-08ab7cd931c6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"performedPeriod":{"start":"2021-12-03T18:52:58-08:00","end":"2021-12-03T19:07:58-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"ebe78ce0-17bf-4873-5420-52c6e173f80a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"performedPeriod":{"start":"2021-12-03T19:47:21-08:00","end":"2021-12-03T20:04:06-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"f72c488c-40cc-24cb-93d5-df101cb811ea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"762993000","display":"Assessment using Morse Fall Scale (procedure)"}],"text":"Assessment using Morse Fall Scale (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"performedPeriod":{"start":"2021-12-03T20:04:06-08:00","end":"2021-12-03T20:25:29-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"0b668bf4-8c2b-18d5-7fbd-d3198c3a5e29","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"performedPeriod":{"start":"2021-12-03T20:25:29-08:00","end":"2021-12-03T20:57:29-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"579ef425-d092-a7e0-4c30-8d1123d73792","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"performedPeriod":{"start":"2021-12-03T20:57:29-08:00","end":"2021-12-03T21:09:55-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"20eb70c2-ee9b-7cb2-5b8f-2945c92fe62c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"performedPeriod":{"start":"2021-12-03T21:09:55-08:00","end":"2021-12-03T21:30:49-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"de7d2f26-411f-dfdd-c8a8-5be894f16fac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"performedPeriod":{"start":"2021-12-03T21:30:49-08:00","end":"2021-12-03T21:45:36-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"66ff93c9-e2eb-bf56-8dea-a3182fd37b2a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/a6cd0c2b-b2de-aa73-861c-ce7c92b9c338"},"encounter":{"reference":"Encounter/0fce8077-0b40-be03-5376-18d6a6830eb6"},"performedPeriod":{"start":"2021-12-03T21:45:36-08:00","end":"2021-12-03T22:14:11-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|3c644798-fc24-3865-af43-60572e9fc72d","display":"BRIGHAM AND WOMENS PHYSICIANS ORGANIZATION INC"}} +{"resourceType":"Procedure","id":"41bc968e-f90e-32ba-6557-39cc2580f7b1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9692dbfc-1e5f-8e06-ff41-5c3680fce31b"},"performedPeriod":{"start":"2019-12-03T02:41:15-08:00","end":"2019-12-03T03:09:55-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"3a50af6d-1ecf-dca8-b974-ea90f7dfe330","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"performedPeriod":{"start":"2022-02-20T02:01:44-08:00","end":"2022-02-20T02:43:25-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"c2345482-9a63-23a0-d525-7205355a1365","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"performedPeriod":{"start":"2022-02-20T02:01:44-08:00","end":"2022-02-20T02:16:44-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"68019597-6419-3feb-1ebb-1ee308b08164","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"performedPeriod":{"start":"1987-08-23T11:15:12-07:00","end":"1987-08-23T12:11:03-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"ee04ed80-5785-fc15-e455-03b5615a657d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"performedPeriod":{"start":"2022-02-20T02:43:25-08:00","end":"2022-02-20T03:06:27-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"ee0e278c-8ff3-8d10-fc51-d2985b37cdea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"performedPeriod":{"start":"1987-08-23T11:15:12-07:00","end":"1987-08-23T11:30:12-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"0e0bcf93-3741-f3d3-e3f2-e184fc0784b8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/388b466f-4190-a3ef-a361-bf12802281c4"},"encounter":{"reference":"Encounter/5c2a05d7-bfe3-92ca-7fb3-4882bde9bd92"},"performedPeriod":{"start":"2022-02-20T03:06:27-08:00","end":"2022-02-20T03:42:55-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|f9c3cb57-a2e9-3265-995f-01954151d764","display":"NORTHEAST MEDICAL PRACTICE INC"}} +{"resourceType":"Procedure","id":"65161f55-2ce7-a078-5c85-dc838453744d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"performedPeriod":{"start":"1987-08-23T12:11:03-07:00","end":"1987-08-23T12:37:58-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"0b8ebbc4-af93-7603-04ef-d04742661677","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"performedPeriod":{"start":"1987-08-23T12:37:58-07:00","end":"1987-08-23T12:52:00-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"ba5a41d6-574a-055c-8775-45b1765b785a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/407fdcd1-648a-ed4e-052f-42e784214264"},"performedPeriod":{"start":"1987-08-23T12:52:00-07:00","end":"1987-08-23T13:17:03-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"a972146a-2a10-0978-2e71-3e3c8d5dbc92","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"performedPeriod":{"start":"2019-12-18T16:06:21-08:00","end":"2019-12-18T16:31:22-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"1f489f2c-68f1-0a1a-a145-8b9ab527b2a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"performedPeriod":{"start":"2019-12-18T16:06:21-08:00","end":"2019-12-18T16:21:21-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"bce32537-7311-7089-3fea-381034c87b08","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"performedPeriod":{"start":"2019-12-18T16:31:22-08:00","end":"2019-12-18T16:41:50-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"31f1c5eb-5bbb-0776-5435-6a99b218af7f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/9b8b3a47-ea0e-b18a-db4f-44207caa7b72"},"performedPeriod":{"start":"2019-12-18T16:41:50-08:00","end":"2019-12-18T17:07:21-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"ca1433d3-f28a-db1f-9755-9928c062b892","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"73761001","display":"Colonoscopy"}],"text":"Colonoscopy"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/4d4b5f1a-f409-1d01-3626-9749d1e14b5f"},"performedPeriod":{"start":"1987-10-01T13:11:51-07:00","end":"1987-10-01T13:44:42-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5ad4118a-3589-3537-9c3a-3e70ad4306d8","display":"BETH ISRAEL DEACONESS HOSPITAL-MILTON INC"}} +{"resourceType":"Procedure","id":"fbbcf9c9-1ed7-092c-557d-bd442b17ad44","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/4c29a732-f289-4d7c-02e0-fe8542fc5667"},"performedPeriod":{"start":"2019-12-29T03:09:55-08:00","end":"2019-12-29T04:07:49-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"8b0178a8-0465-2115-98cc-2f144fb33ca4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/37a9e685-3c26-f137-2f25-0fcc7e65e380"},"performedPeriod":{"start":"2020-01-21T04:07:49-08:00","end":"2020-01-21T04:50:15-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"fbf72504-b398-d405-491c-78afbfcb4161","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"performedPeriod":{"start":"1988-08-28T11:15:12-07:00","end":"1988-08-28T12:13:02-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"16d7223c-0085-5458-9198-151241eb3411","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"performedPeriod":{"start":"1988-08-28T11:15:12-07:00","end":"1988-08-28T11:30:12-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"8985ad9e-0b38-1a02-2f56-099e6e94757d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"performedPeriod":{"start":"1988-08-28T12:13:02-07:00","end":"1988-08-28T12:30:53-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"a5cc28f9-4619-baea-502e-fc164c27059a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"762993000","display":"Assessment using Morse Fall Scale (procedure)"}],"text":"Assessment using Morse Fall Scale (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"performedPeriod":{"start":"1988-08-28T12:30:53-07:00","end":"1988-08-28T12:51:03-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"87e992d0-c5f5-4410-adaf-f778be84ba38","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"performedPeriod":{"start":"1988-08-28T12:51:03-07:00","end":"1988-08-28T13:04:00-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"ca26f382-e769-09e2-3ebe-97ccf9f9f976","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"performedPeriod":{"start":"1988-08-28T13:04:00-07:00","end":"1988-08-28T13:29:30-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"0462f8ad-0323-a9cd-916d-ae1f79d32779","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"performedPeriod":{"start":"1988-08-28T13:29:30-07:00","end":"1988-08-28T13:39:53-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"443162cd-1af7-1116-b7a9-a0c85aeebb58","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/d30d4a39-4286-6652-b482-a5268e720dce"},"performedPeriod":{"start":"1988-08-28T13:39:53-07:00","end":"1988-08-28T14:07:08-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"a251bfab-53db-f59b-c596-faa6ac72b0f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/aa4850fd-3ba3-3d68-ebb0-2766fac1807c"},"performedPeriod":{"start":"2020-02-17T04:50:15-08:00","end":"2020-02-17T05:20:06-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"76c2b191-8f4e-4601-4b85-bbbccb41d13d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"127783003","display":"Spirometry (procedure)"}],"text":"Spirometry (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"performedPeriod":{"start":"1989-06-17T11:54:23-07:00","end":"1989-06-17T12:09:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"},"reasonReference":[{"reference":"Condition/d20a264a-1b4b-a676-98b6-ddcd04ea6171","display":"Chronic obstructive bronchitis (disorder)"}]} +{"resourceType":"Procedure","id":"4659a475-4039-a00e-f271-686f7e7d51ca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"performedPeriod":{"start":"1989-06-17T11:54:23-07:00","end":"1989-06-17T12:47:32-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"e852b9c5-29b8-d9c0-f0a7-13899249c3ac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"performedPeriod":{"start":"1989-06-17T11:54:23-07:00","end":"1989-06-17T12:09:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"035c9a67-a108-dafe-f8e4-6ff047d4ad84","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"performedPeriod":{"start":"1989-06-17T12:47:32-07:00","end":"1989-06-17T13:04:45-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"e65ffa84-94a7-a939-38be-7a0215e04e36","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"performedPeriod":{"start":"1989-06-17T13:04:45-07:00","end":"1989-06-17T13:15:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"ffc9a18d-b5bd-6928-fbce-e941f26657b8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/c3f5756d-27e0-e0b8-fa54-9ff130d94230"},"encounter":{"reference":"Encounter/7ad66abf-db5e-a95d-732d-d3c1749c44e2"},"performedPeriod":{"start":"1989-06-17T13:15:23-07:00","end":"1989-06-17T13:43:43-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2393a5e7-1b3a-31e3-8de7-a710cbc92c7e","display":"KIDNEY CARE AND TRANSPLANT SERVICES OF NEW ENGLAND PC"}} +{"resourceType":"Procedure","id":"4e9e89f1-7e8f-7025-72fe-1467d162ba8b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/d7192f8b-6a78-29dd-ae81-98e30c07eb28"},"performedPeriod":{"start":"2020-03-09T06:20:06-07:00","end":"2020-03-09T06:38:10-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"6aef400a-9441-8c7b-3db5-1d52cbed7cc0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/10ea4953-db6d-228b-131b-831fcaffec17"},"performedPeriod":{"start":"2020-04-03T06:38:10-07:00","end":"2020-04-03T07:19:26-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"22f09782-0729-424a-b6bd-ce7d62cf536e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/a4ee8b30-f82a-5908-0f75-83d127d9c420"},"performedPeriod":{"start":"2020-04-26T07:19:26-07:00","end":"2020-04-26T07:38:10-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"da19ac6b-2498-198b-571f-1b948f89ea12","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"395142003","display":"Allergy screening test"}],"text":"Allergy screening test"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/ffdbff2f-6558-2610-28f2-3afe44dd29dd"},"performedPeriod":{"start":"2020-05-21T07:38:10-07:00","end":"2020-05-21T07:58:22-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"f271ddae-5d63-35ee-6448-4f119020610d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"performedPeriod":{"start":"2020-06-24T17:06:21-07:00","end":"2020-06-24T17:28:33-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"b187422f-818f-8eb5-88e2-2f5463adc1b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"performedPeriod":{"start":"2020-06-24T17:28:33-07:00","end":"2020-06-24T17:38:48-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"060f9a91-d76c-c967-3347-17b460c8dedf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"performedPeriod":{"start":"2020-06-24T17:38:48-07:00","end":"2020-06-24T17:59:42-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"7fc46838-1606-d460-2e46-775028ab7e4a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"performedPeriod":{"start":"2020-06-24T17:59:42-07:00","end":"2020-06-24T18:13:38-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"b968eb3f-df0b-0f34-5c5a-4892520b1d25","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"performedPeriod":{"start":"2020-06-24T18:13:38-07:00","end":"2020-06-24T18:41:09-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"3a1c8af6-9ba6-fc14-1608-70c888dd9a02","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/23471c9f-5e64-8222-9858-49e6b9c1fc66"},"performedPeriod":{"start":"2020-06-24T18:41:09-07:00","end":"2020-06-24T18:51:03-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"7424386a-8667-c2bb-eb54-477a960f2df8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"performedPeriod":{"start":"2012-08-17T14:00:00-07:00","end":"2012-08-17T14:43:41-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"507e4e5c-8365-2ff3-633c-9df04b7ce4a7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"performedPeriod":{"start":"2012-08-17T14:00:00-07:00","end":"2012-08-17T14:15:00-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"91c07e7f-cd8d-3979-ff26-7a1dbc13b4b6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"762993000","display":"Assessment using Morse Fall Scale (procedure)"}],"text":"Assessment using Morse Fall Scale (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"performedPeriod":{"start":"2012-08-17T14:43:41-07:00","end":"2012-08-17T14:59:08-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"98ac513b-f4ef-20bd-a27c-4deac8eb5b1a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"performedPeriod":{"start":"2012-08-17T14:59:08-07:00","end":"2012-08-17T15:11:18-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"79cf0476-a3fc-7524-8a25-142aa97122dd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/dd8f9873-7156-b317-0fd8-40a80793cf1e"},"performedPeriod":{"start":"2012-08-17T15:11:18-07:00","end":"2012-08-17T15:33:47-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"77756448-d6f2-6997-746e-0253873ada21","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"performedPeriod":{"start":"2021-06-30T17:06:21-07:00","end":"2021-06-30T17:45:16-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"0d3b2e08-7cf1-0418-f90d-1662deb66fb9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"performedPeriod":{"start":"2021-06-30T17:06:21-07:00","end":"2021-06-30T17:21:21-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"a0beae07-c836-5269-4368-f20a4ff0fef0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"performedPeriod":{"start":"2021-06-30T17:45:16-07:00","end":"2021-06-30T18:02:26-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"04db2b60-0b6b-1885-3ba8-1cb7f5442ae1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"performedPeriod":{"start":"2021-06-30T18:02:26-07:00","end":"2021-06-30T18:16:51-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"4e6417b8-1987-b9bc-a1dc-3ff274036456","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"performedPeriod":{"start":"2021-06-30T18:16:51-07:00","end":"2021-06-30T18:42:15-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"a12a9f1b-ffda-edfd-5c68-6d4255d0eab2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"performedPeriod":{"start":"2021-06-30T18:42:15-07:00","end":"2021-06-30T18:52:35-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"222be111-a170-0757-12b1-4f6ea5c77711","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/4c1c37c6-6e5a-63db-4708-3a15b4934874"},"encounter":{"reference":"Encounter/fd3986ed-5f9d-263c-98b1-00769cbac6d9"},"performedPeriod":{"start":"2021-06-30T18:52:35-07:00","end":"2021-06-30T19:15:26-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|5b84d3bf-36cd-309d-bccd-a53ef474a4a7","display":"PCP12359"}} +{"resourceType":"Procedure","id":"546b50d3-301f-f580-3f66-107140339f6e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"performedPeriod":{"start":"2013-08-23T14:00:00-07:00","end":"2013-08-23T14:37:04-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"b82866cc-02e7-b38d-601e-200886b87d0e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"performedPeriod":{"start":"2013-08-23T14:37:04-07:00","end":"2013-08-23T14:57:01-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"f0bad0cf-c0e7-5620-ba3d-f2ca2e3640c0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"762993000","display":"Assessment using Morse Fall Scale (procedure)"}],"text":"Assessment using Morse Fall Scale (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"performedPeriod":{"start":"2013-08-23T14:57:01-07:00","end":"2013-08-23T15:17:50-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"9a7b71fc-b85d-b55c-e23f-507462dc8480","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"performedPeriod":{"start":"2013-08-23T15:17:50-07:00","end":"2013-08-23T15:31:04-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"d68c47d9-2c58-5e25-5af7-fcdea4aa686a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/187961b7-4aed-b958-4cb1-49e0cff4a91a"},"performedPeriod":{"start":"2013-08-23T15:31:04-07:00","end":"2013-08-23T16:00:07-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"ab82c890-4a40-0e11-a542-e08681f89cb7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"performedPeriod":{"start":"2014-08-29T14:00:00-07:00","end":"2014-08-29T14:30:36-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"56107e98-e7ef-4f77-dc3b-31d2bc366583","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"performedPeriod":{"start":"2014-08-29T14:00:00-07:00","end":"2014-08-29T14:15:00-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"2e599d5d-3997-731b-75b0-1e13a90fe9d4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"762993000","display":"Assessment using Morse Fall Scale (procedure)"}],"text":"Assessment using Morse Fall Scale (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"performedPeriod":{"start":"2014-08-29T14:30:36-07:00","end":"2014-08-29T14:55:55-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"c8beeade-7783-e440-572c-7190f93434bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"performedPeriod":{"start":"2014-08-29T14:55:55-07:00","end":"2014-08-29T15:09:29-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"fc42889d-44ca-7069-1c54-6ddbcba32a94","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"performedPeriod":{"start":"2014-08-29T15:09:29-07:00","end":"2014-08-29T15:35:48-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"1704853c-6e5e-a22c-692d-ee12edaa11e8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"performedPeriod":{"start":"2014-08-29T15:35:48-07:00","end":"2014-08-29T15:48:03-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"d8c46463-f27f-754b-fe10-0b61c76b37b1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/25304c25-2034-9c77-86dc-bff8f893580e"},"performedPeriod":{"start":"2014-08-29T15:48:03-07:00","end":"2014-08-29T16:08:10-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"94215260-b003-afad-ea64-7aacf4309f3a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"performedPeriod":{"start":"1989-09-03T11:15:12-07:00","end":"1989-09-03T11:52:04-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"5f915089-1185-f2b7-c0c8-c514d0adf897","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"performedPeriod":{"start":"1989-09-03T11:52:04-07:00","end":"1989-09-03T12:09:43-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"d91561b1-724e-fc95-7831-33125e6e9a68","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"762993000","display":"Assessment using Morse Fall Scale (procedure)"}],"text":"Assessment using Morse Fall Scale (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"performedPeriod":{"start":"1989-09-03T12:09:43-07:00","end":"1989-09-03T12:36:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"345dee24-6535-7467-3f58-f5a7c703cf01","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"performedPeriod":{"start":"1989-09-03T12:36:46-07:00","end":"1989-09-03T13:10:30-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"81e5c5b2-7383-b2f5-f362-f26e6edb5ba5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"performedPeriod":{"start":"1989-09-03T13:10:30-07:00","end":"1989-09-03T13:23:35-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"8ad669d7-68f7-ac06-58e1-944bafd37bf4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"performedPeriod":{"start":"1989-09-03T13:23:35-07:00","end":"1989-09-03T13:51:26-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"9ce4561c-7dc7-98f1-c984-64854b4ea0a1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"performedPeriod":{"start":"1989-09-03T13:51:26-07:00","end":"1989-09-03T14:05:48-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"bffceabc-f9ae-3874-5117-aff6c437e567","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/0d1647eb-69ac-bec7-845a-b7e39e4dedbb"},"performedPeriod":{"start":"1989-09-03T14:05:48-07:00","end":"1989-09-03T14:27:38-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"92412d03-ad72-8121-9d03-3cad2c521aff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"performedPeriod":{"start":"1990-09-09T11:15:12-07:00","end":"1990-09-09T11:53:51-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"de230187-e9ab-558a-d777-c9ed2cc38681","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"performedPeriod":{"start":"1990-09-09T11:53:51-07:00","end":"1990-09-09T12:15:04-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"7d54a2a0-4017-fccf-25eb-66f665b67b0b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"762993000","display":"Assessment using Morse Fall Scale (procedure)"}],"text":"Assessment using Morse Fall Scale (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"performedPeriod":{"start":"1990-09-09T12:15:04-07:00","end":"1990-09-09T12:39:00-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"fd0bb942-221c-6271-6b07-6e885a192325","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"performedPeriod":{"start":"1990-09-09T12:39:00-07:00","end":"1990-09-09T12:50:26-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"f5d37687-9b9c-c7bc-7a33-91929b4eb563","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"performedPeriod":{"start":"1990-09-09T12:50:26-07:00","end":"1990-09-09T13:17:54-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"6cbe47d6-a62f-cf18-c382-21fb2ca761d6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"performedPeriod":{"start":"1990-09-09T13:17:54-07:00","end":"1990-09-09T13:31:52-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"6bbc2943-4015-689f-63cf-c59b5b6522c5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/241898b5-5aa4-e910-2a81-4fee34a42c30"},"performedPeriod":{"start":"1990-09-09T13:31:52-07:00","end":"1990-09-09T13:55:43-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ea1c7be-9add-3487-a8ba-2b5c5e5f1c48","display":"PCP116215"}} +{"resourceType":"Procedure","id":"913310c6-7d1a-6d7c-8406-ca1ac1ff614f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"performedPeriod":{"start":"2015-09-04T14:00:00-07:00","end":"2015-09-04T14:45:06-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"9e79e304-29d8-e064-d57f-4ced3989e4b4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"performedPeriod":{"start":"2015-09-04T14:45:06-07:00","end":"2015-09-04T15:11:18-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"11c29a10-3c76-513d-533f-0d7855fb6b7d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"performedPeriod":{"start":"2015-09-04T15:11:18-07:00","end":"2015-09-04T15:25:11-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"6750f305-fb64-4a23-741f-3079fb2a3bc6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"performedPeriod":{"start":"2015-09-04T15:25:11-07:00","end":"2015-09-04T15:54:36-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"e8cdee96-f5ee-19ac-df7d-71d25e62ede4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"performedPeriod":{"start":"2015-09-04T15:54:36-07:00","end":"2015-09-04T16:05:05-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"4d43cc30-4355-193c-60e5-8e4273408cdd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/536cf83b-aec0-c9f1-3e2c-8850dc4b749a"},"performedPeriod":{"start":"2015-09-04T16:05:05-07:00","end":"2015-09-04T16:26:47-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"b399493c-5136-f99c-9e9d-20ab3dc91ed0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"40701008","display":"Echocardiography (procedure)"}],"text":"Echocardiography (procedure)"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/1f98c604-280f-9599-665f-e61b0e76473b"},"performedPeriod":{"start":"1990-11-18T10:15:12-08:00","end":"1990-11-18T10:30:12-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9fad6955-7f91-34dd-80c4-997e5e173651","display":"SOUTH SHORE HOSPITAL"},"reasonReference":[{"reference":"Condition/f8e52d6d-ccd1-fd99-d9cb-627a0d4b08fe","display":"Stroke"}]} +{"resourceType":"Procedure","id":"a31dba98-2cbb-4e80-ddc8-55f6bf7d625b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"433112001","display":"Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance"}],"text":"Percutaneous mechanical thrombectomy of portal vein using fluoroscopic guidance"},"subject":{"reference":"Patient/168f5b32-b142-8edf-83bb-d13ee44b847a"},"encounter":{"reference":"Encounter/1f98c604-280f-9599-665f-e61b0e76473b"},"performedPeriod":{"start":"1990-11-18T10:15:12-08:00","end":"1990-11-18T10:30:12-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9fad6955-7f91-34dd-80c4-997e5e173651","display":"SOUTH SHORE HOSPITAL"},"reasonReference":[{"reference":"Condition/f8e52d6d-ccd1-fd99-d9cb-627a0d4b08fe","display":"Stroke"}]} +{"resourceType":"Procedure","id":"6a6a2395-e95b-a01d-e9a7-b821e4948f13","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"performedPeriod":{"start":"2016-09-09T14:00:00-07:00","end":"2016-09-09T14:57:34-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"72ee8116-61de-7097-8644-331b16f0d353","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"performedPeriod":{"start":"2016-09-09T14:00:00-07:00","end":"2016-09-09T14:15:00-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"139404f8-3718-776f-7396-1c977869fb02","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"performedPeriod":{"start":"2016-09-09T14:57:34-07:00","end":"2016-09-09T15:26:40-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"7cb99dcf-df52-cba9-8bd4-9b5c2a683999","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"762993000","display":"Assessment using Morse Fall Scale (procedure)"}],"text":"Assessment using Morse Fall Scale (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"performedPeriod":{"start":"2016-09-09T15:26:40-07:00","end":"2016-09-09T15:55:25-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"e7336497-34e0-d5a3-aec5-0efc2eb4730b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"performedPeriod":{"start":"2016-09-09T15:55:25-07:00","end":"2016-09-09T16:31:43-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"4afab886-e65b-0721-568d-6857d23e83f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"performedPeriod":{"start":"2016-09-09T16:31:43-07:00","end":"2016-09-09T16:42:12-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"a269b548-a444-80a6-1b35-0664ee035914","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/df90458e-9504-6a9a-adf5-04fdc96dbf46"},"performedPeriod":{"start":"2016-09-09T16:42:12-07:00","end":"2016-09-09T17:04:45-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"96f09f2f-5624-dbb7-6364-b8b350e75dc7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"performedPeriod":{"start":"2017-09-15T14:00:00-07:00","end":"2017-09-15T14:47:59-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"32996d28-4a6e-f5c5-c52a-41eba77f0224","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"performedPeriod":{"start":"2017-09-15T14:00:00-07:00","end":"2017-09-15T14:15:00-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"05b9fe07-4520-7661-613b-8eeb1dd0370f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"762993000","display":"Assessment using Morse Fall Scale (procedure)"}],"text":"Assessment using Morse Fall Scale (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/80e0cb1b-d27a-337d-acda-e4bb02682e67"},"performedPeriod":{"start":"2017-09-15T14:47:59-07:00","end":"2017-09-15T15:07:57-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"b0c10ed7-ead3-484d-3329-b87ce9227a9f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"168594001","display":"Clavicle X-ray"}],"text":"Clavicle X-ray"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d48c11d5-ef93-c511-9d7f-67b72e966791"},"performedPeriod":{"start":"2017-12-15T15:01:40-08:00","end":"2017-12-15T15:31:40-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"}} +{"resourceType":"Procedure","id":"da8c96d7-600b-ae83-b983-4a5669e4684d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"305428000","display":"Admission to orthopedic department"}],"text":"Admission to orthopedic department"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d48c11d5-ef93-c511-9d7f-67b72e966791"},"performedPeriod":{"start":"2017-12-15T15:01:40-08:00","end":"2017-12-15T16:23:40-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|c0c25839-5091-393d-bcec-edc98ebc8b00","display":"BEVERLY HOSPITAL CORPORATION"},"reasonReference":[{"reference":"Condition/9d0a9738-95eb-c896-a4a2-4a3a95fd0b96","display":"Fracture of clavicle"}]} +{"resourceType":"Procedure","id":"edaaa3eb-229a-b8d3-35ea-5127929971a7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"performedPeriod":{"start":"2018-09-21T14:00:00-07:00","end":"2018-09-21T14:34:59-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"bab98cae-ef2c-c397-c221-4e3cbab7d260","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"performedPeriod":{"start":"2018-09-21T14:00:00-07:00","end":"2018-09-21T14:15:00-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"c2950882-b551-4a66-6d4f-961cb108f328","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"performedPeriod":{"start":"2018-09-21T14:34:59-07:00","end":"2018-09-21T14:54:54-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"a62e36a3-54f5-5efb-cb40-cca77c59fab9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"performedPeriod":{"start":"2018-09-21T14:54:54-07:00","end":"2018-09-21T15:09:08-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"339b7be0-156c-b18e-2619-fed83d37cc0a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/001fca0f-cdea-1843-8797-c99b5371e53f"},"performedPeriod":{"start":"2018-09-21T15:09:08-07:00","end":"2018-09-21T15:30:56-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"737e5eb0-4bea-632e-09df-b89467fefd67","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"performedPeriod":{"start":"2019-09-27T14:00:00-07:00","end":"2019-09-27T14:38:36-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"35b5e0ab-aea8-c142-c56f-03b51e6c55ea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"performedPeriod":{"start":"2019-09-27T14:00:00-07:00","end":"2019-09-27T14:15:00-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"fe0060ab-cb2a-b1ad-2111-82ccef600f66","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"performedPeriod":{"start":"2019-09-27T14:38:36-07:00","end":"2019-09-27T15:21:24-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"f8b76564-8398-d116-a6b8-01be92286bf4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"performedPeriod":{"start":"2019-09-27T15:21:24-07:00","end":"2019-09-27T15:34:22-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"1e4701ed-2634-c777-0742-b73e3fc2a827","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/4e2ab243-5983-d862-4b0d-d2c1181d46ce"},"performedPeriod":{"start":"2019-09-27T15:34:22-07:00","end":"2019-09-27T15:59:17-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"1d795bd7-b50d-3171-2846-70c73e06a169","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"performedPeriod":{"start":"2020-10-02T14:00:00-07:00","end":"2020-10-02T14:50:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"01fc78c6-bf6a-8809-92b5-a96d13ec045f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"performedPeriod":{"start":"2020-10-02T14:00:00-07:00","end":"2020-10-02T14:15:00-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"08162ce0-15e4-fa85-e852-d712d16835f3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"762993000","display":"Assessment using Morse Fall Scale (procedure)"}],"text":"Assessment using Morse Fall Scale (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"performedPeriod":{"start":"2020-10-02T14:50:23-07:00","end":"2020-10-02T15:05:27-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"ae8171c0-8ed4-88c8-185c-0e31771190de","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"performedPeriod":{"start":"2020-10-02T15:05:27-07:00","end":"2020-10-02T15:41:22-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"f3cae9ce-8cbb-2ca1-5efd-5b11def10d05","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"performedPeriod":{"start":"2020-10-02T15:41:22-07:00","end":"2020-10-02T15:55:11-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"0adffe59-7579-0718-88b1-8693ba2e1eee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"performedPeriod":{"start":"2020-10-02T15:55:11-07:00","end":"2020-10-02T16:22:10-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"5eef3bfb-d005-8f0a-4263-e32a85549a6f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"performedPeriod":{"start":"2020-10-02T16:22:10-07:00","end":"2020-10-02T16:32:50-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"74c79147-c374-94f7-0f73-662b53098ca7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/ab94f484-0a1f-4913-8bb5-b86c4a5f6c72"},"performedPeriod":{"start":"2020-10-02T16:32:50-07:00","end":"2020-10-02T17:01:34-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"eb045910-0ad3-1496-89ff-7731ffcd644e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ebe77fbc-d53f-becc-8ed2-bda1b7b0dc7f"},"performedPeriod":{"start":"2013-08-16T13:26:56-07:00","end":"2013-08-16T13:41:56-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Procedure","id":"13273f29-5f9c-3d70-ee48-23a6836f17bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"23426006","display":"Measurement of respiratory function (procedure)"}],"text":"Measurement of respiratory function (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/9b729472-34b4-4aec-e180-d7b529788ff8"},"performedPeriod":{"start":"2015-01-02T10:26:56-08:00","end":"2015-01-02T10:42:00-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"},"reasonReference":[{"reference":"Condition/b909236e-bd35-60d3-c2ee-00753e9b0461","display":"Acute bronchitis (disorder)"}]} +{"resourceType":"Procedure","id":"601b680f-eaa9-b829-3820-f28a70c0c23f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/3a39a7f6-86bc-cc65-4e1d-1e1955cf0a9b"},"performedPeriod":{"start":"2017-09-08T13:26:56-07:00","end":"2017-09-08T13:38:29-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Procedure","id":"4e45e286-9c06-096c-7116-faab96b8abc8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/3a39a7f6-86bc-cc65-4e1d-1e1955cf0a9b"},"performedPeriod":{"start":"2017-09-08T13:26:56-07:00","end":"2017-09-08T13:41:56-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Procedure","id":"122ff149-9e19-b340-7c68-9fe41911927d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/3a39a7f6-86bc-cc65-4e1d-1e1955cf0a9b"},"performedPeriod":{"start":"2017-09-08T13:38:29-07:00","end":"2017-09-08T13:59:47-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Procedure","id":"b3f4d87c-37fd-9afd-61e3-c1057a7e68a7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/3a39a7f6-86bc-cc65-4e1d-1e1955cf0a9b"},"performedPeriod":{"start":"2017-09-08T13:59:47-07:00","end":"2017-09-08T14:06:01-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Procedure","id":"df7f75c8-323b-285d-9e8f-51a04a195e76","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/516dc1bb-d168-afd1-66dd-423d07c3c494"},"performedPeriod":{"start":"2018-09-14T13:26:56-07:00","end":"2018-09-14T13:41:10-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Procedure","id":"c3f5001b-3357-6bc6-7945-fa49cb22f4ca","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/516dc1bb-d168-afd1-66dd-423d07c3c494"},"performedPeriod":{"start":"2018-09-14T13:41:10-07:00","end":"2018-09-14T14:10:07-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Procedure","id":"158c31ea-2fd9-231a-ace0-1d9e260bdcdd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"performedPeriod":{"start":"2021-10-08T14:00:00-07:00","end":"2021-10-08T14:45:31-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"53449b85-c2ee-34de-f281-bdd3610f94a3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"performedPeriod":{"start":"2021-10-08T14:45:31-07:00","end":"2021-10-08T15:12:19-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"0c0c57d0-31b4-2a23-8064-e8e33268a07d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"762993000","display":"Assessment using Morse Fall Scale (procedure)"}],"text":"Assessment using Morse Fall Scale (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"performedPeriod":{"start":"2021-10-08T15:12:19-07:00","end":"2021-10-08T15:35:54-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"6c702fb9-675c-14c0-0b26-fcedb2412e01","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"performedPeriod":{"start":"2021-10-08T15:35:54-07:00","end":"2021-10-08T16:01:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"eeea6eef-27de-0557-7fc3-3cf3864df173","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"performedPeriod":{"start":"2021-10-08T16:01:23-07:00","end":"2021-10-08T16:12:15-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"2a012d3a-68fe-22ed-925c-d2e27f50997d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/d973fccd-7b67-c9db-a969-47f658110092"},"encounter":{"reference":"Encounter/d875155c-3f3f-7bea-f7f8-dfade1a846e6"},"performedPeriod":{"start":"2021-10-08T16:12:15-07:00","end":"2021-10-08T16:40:30-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|b05e93cb-4bfe-3357-b6d7-c49c85c39571","display":"PCP32108"}} +{"resourceType":"Procedure","id":"25dce894-fea3-20dd-7d5a-b288be0d8af3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/f972dc72-6b30-b1cc-fe4d-ea95938d7db3"},"performedPeriod":{"start":"2019-09-20T13:26:56-07:00","end":"2019-09-20T13:41:56-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Procedure","id":"f5259eb5-0e33-1bd1-2e9e-a5cfc046b49d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ae00ed7e-4b1a-5794-da03-aef9f4390247"},"performedPeriod":{"start":"2020-09-25T13:26:56-07:00","end":"2020-09-25T13:41:33-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Procedure","id":"bdc05656-f3de-448d-3701-0fc995fd2891","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ae00ed7e-4b1a-5794-da03-aef9f4390247"},"performedPeriod":{"start":"2020-09-25T13:26:56-07:00","end":"2020-09-25T13:41:56-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Procedure","id":"a9dfec74-e0aa-2880-a76e-26e4c2133e31","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/ae00ed7e-4b1a-5794-da03-aef9f4390247"},"performedPeriod":{"start":"2020-09-25T13:41:33-07:00","end":"2020-09-25T14:10:54-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Procedure","id":"42e95c26-2b55-4fc4-064e-1c96996af84a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"performedPeriod":{"start":"2021-10-01T13:26:56-07:00","end":"2021-10-01T13:44:43-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Procedure","id":"2fe2e062-458b-1729-c6c7-17c4d0fe5037","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"performedPeriod":{"start":"2021-10-01T13:44:43-07:00","end":"2021-10-01T13:58:56-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Procedure","id":"7914a14a-5e2f-d60b-9fc9-121cc09a8aa4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"performedPeriod":{"start":"2021-10-01T13:58:56-07:00","end":"2021-10-01T14:21:58-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Procedure","id":"ff43c3d4-a39d-b724-2edf-47931115e075","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"performedPeriod":{"start":"2021-10-01T14:21:58-07:00","end":"2021-10-01T14:36:51-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Procedure","id":"321ce4a5-c266-67dc-1f89-d912fe9e11bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"performedPeriod":{"start":"2021-10-01T14:36:51-07:00","end":"2021-10-01T14:59:30-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"}} +{"resourceType":"Procedure","id":"35c83cb1-fd82-0a22-6bef-3bc3d8ebddbc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"370995009","display":"Health risks education (procedure)"}],"text":"Health risks education (procedure)"},"subject":{"reference":"Patient/f5ead199-fc02-baf4-447c-b936565e5123"},"encounter":{"reference":"Encounter/b39d8d60-3cb3-212a-c527-17bd23182b5c"},"performedPeriod":{"start":"2021-10-01T14:59:30-07:00","end":"2021-10-01T15:13:05-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|d30b26a1-a646-34ae-bd14-ce070ca59c58","display":"PCP23885"},"reasonReference":[{"reference":"Condition/2acf2866-5105-c0a4-b027-6ad81f0509f8","display":"Risk activity involvement (finding)"}]} +{"resourceType":"Procedure","id":"f7541f03-c594-a7b1-2e2a-13ee5a45ac1a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/af03da1e-5574-0a4f-5a04-019802eb6d53"},"performedPeriod":{"start":"2012-12-18T12:06:19-08:00","end":"2012-12-18T12:21:19-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"2c6dcdcb-f6e1-e512-f3bc-bdf54ed88402","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/cf22dac5-639b-9606-a6f2-dbddf71c8219"},"performedPeriod":{"start":"2014-12-30T12:06:19-08:00","end":"2014-12-30T12:21:19-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"4151c08d-c238-cf13-1aaa-244a8141dad4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"117015009","display":"Throat culture (procedure)"}],"text":"Throat culture (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/e0f716a7-1bf2-1d8f-1228-bcfb72f92c57"},"performedPeriod":{"start":"2015-08-30T23:06:19-07:00","end":"2015-08-30T23:21:19-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"},"reasonReference":[{"reference":"Condition/045289f2-37e9-ed36-5a56-de279a2ed4a4","display":"Acute viral pharyngitis (disorder)"}]} +{"resourceType":"Procedure","id":"6983d978-f775-29c7-6e34-9e4cc4a2ac1f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"performedPeriod":{"start":"2016-01-05T12:06:19-08:00","end":"2016-01-05T12:35:40-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"3577633c-5620-25d7-375b-0de4a3f88946","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"performedPeriod":{"start":"2016-01-05T12:06:19-08:00","end":"2016-01-05T12:21:19-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"fe1baec4-bc26-9288-4128-2a71e7a9f44a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"performedPeriod":{"start":"2016-01-05T12:35:40-08:00","end":"2016-01-05T12:47:31-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"b5dcbe08-acd2-ab8f-92db-d1a85ba80995","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/77286943-4def-34f2-e75a-53d834280d81"},"performedPeriod":{"start":"2016-01-05T12:47:31-08:00","end":"2016-01-05T13:11:45-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"77eacc1d-8e16-32c7-0119-c6567f878ba5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"performedPeriod":{"start":"2017-01-10T12:06:19-08:00","end":"2017-01-10T12:24:55-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"6dffa3ff-7069-c0d7-a533-0c0487df2022","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"performedPeriod":{"start":"2017-01-10T12:24:55-08:00","end":"2017-01-10T12:36:01-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"2de1eb8b-37bd-b23d-de27-852276fe2298","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/2260d01b-af37-2b3c-8291-fc8941f4b41d"},"performedPeriod":{"start":"2017-01-10T12:36:01-08:00","end":"2017-01-10T13:01:00-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"64ffa645-0f45-2f84-baf4-aacde89a8019","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"117015009","display":"Throat culture (procedure)"}],"text":"Throat culture (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/38c56d5d-51c4-554e-d2b9-4c542f8784db"},"performedPeriod":{"start":"2017-11-27T20:06:19-08:00","end":"2017-11-27T20:21:19-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"},"reasonReference":[{"reference":"Condition/045289f2-37e9-ed36-5a56-de279a2ed4a4","display":"Acute viral pharyngitis (disorder)"},{"reference":"Condition/da654fad-394d-d222-94bb-c92eac0dad48","display":"Acute viral pharyngitis (disorder)"}]} +{"resourceType":"Procedure","id":"243c4de6-1538-06ee-058d-5f0856b24ca9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"performedPeriod":{"start":"2017-12-05T12:06:19-08:00","end":"2017-12-05T12:32:51-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Procedure","id":"e4081c6a-18f1-2e03-7d32-2a775e68b2fa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"performedPeriod":{"start":"2017-12-05T12:06:19-08:00","end":"2017-12-05T12:21:19-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Procedure","id":"3aeecfc2-cb18-fa47-3076-0fc251dc5320","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"performedPeriod":{"start":"2017-12-05T12:32:51-08:00","end":"2017-12-05T12:43:22-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Procedure","id":"5b457e41-520d-343a-f795-e0f4873acfc0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"performedPeriod":{"start":"2017-12-05T12:43:22-08:00","end":"2017-12-05T13:03:58-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Procedure","id":"123629b2-015d-702b-dd4d-eaf77cacb00b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"performedPeriod":{"start":"2017-12-05T13:03:58-08:00","end":"2017-12-05T13:18:07-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Procedure","id":"eab8f1f5-19c6-8f46-3a89-7c439b077264","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"performedPeriod":{"start":"2017-12-05T13:18:07-08:00","end":"2017-12-05T13:47:22-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Procedure","id":"77555cd0-e676-ccd1-82f7-a2dda8bba545","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8ae3d089-f1ec-68a2-75db-1964bff6e25e"},"performedPeriod":{"start":"2017-12-05T13:47:22-08:00","end":"2017-12-05T13:52:41-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Procedure","id":"9556834a-f219-c4b5-34f1-7da666fdc42e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"performedPeriod":{"start":"2018-01-16T12:06:19-08:00","end":"2018-01-16T12:30:34-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"eb25af27-13d4-d42d-4358-bed46b9ad0ac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"performedPeriod":{"start":"2018-01-16T12:06:19-08:00","end":"2018-01-16T12:21:19-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"08138ec5-02e6-2727-9e7c-7e9396d776a7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"performedPeriod":{"start":"2018-01-16T12:30:34-08:00","end":"2018-01-16T12:40:59-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"5e410233-f85e-dcdb-7654-c82c8bc7428f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/eee78fda-1d3f-5c32-b4d2-3ec2763b58c2"},"performedPeriod":{"start":"2018-01-16T12:40:59-08:00","end":"2018-01-16T13:01:34-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"d71bfb16-b44c-0d92-c705-52d6fe9c75ec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/324f3084-be65-84aa-44aa-7e2aa22af363"},"performedPeriod":{"start":"2018-09-11T13:06:19-07:00","end":"2018-09-11T13:16:57-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Procedure","id":"645e5033-3625-c9e7-a84f-cadddb6fe254","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/324f3084-be65-84aa-44aa-7e2aa22af363"},"performedPeriod":{"start":"2018-09-11T13:16:57-07:00","end":"2018-09-11T13:43:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Procedure","id":"ee07d6e5-9015-ced6-e85d-72829789ba88","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"370995009","display":"Health risks education (procedure)"}],"text":"Health risks education (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/324f3084-be65-84aa-44aa-7e2aa22af363"},"performedPeriod":{"start":"2018-09-11T13:43:23-07:00","end":"2018-09-11T13:51:16-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"},"reasonReference":[{"reference":"Condition/d521a0ce-ebe4-da19-34eb-125f7c15747f","display":"Risk activity involvement (finding)"}]} +{"resourceType":"Procedure","id":"2564827f-c4d1-5633-653b-fcd928204eed","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"performedPeriod":{"start":"2019-01-22T12:06:19-08:00","end":"2019-01-22T12:22:48-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"a526c660-0e83-6ff2-e28c-ed129d6ff46d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"performedPeriod":{"start":"2019-01-22T12:22:48-08:00","end":"2019-01-22T12:35:20-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"5ef9c08c-3a32-d101-690e-1f360c6c1adb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"performedPeriod":{"start":"2019-01-22T12:35:20-08:00","end":"2019-01-22T13:00:53-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"70321518-9a0f-3ca6-38cf-160ed046137d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"performedPeriod":{"start":"2019-01-22T13:00:53-08:00","end":"2019-01-22T13:11:29-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"0883e668-46d5-3e40-5571-503d49d6340a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"performedPeriod":{"start":"2019-01-22T13:11:29-08:00","end":"2019-01-22T13:37:23-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"3a91e103-30c6-aa8a-26ca-6a26d4158390","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"370995009","display":"Health risks education (procedure)"}],"text":"Health risks education (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/b88db97a-125d-5bc9-6e5b-5c893b3dcfe3"},"performedPeriod":{"start":"2019-01-22T13:37:23-08:00","end":"2019-01-22T13:53:48-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."},"reasonReference":[{"reference":"Condition/d521a0ce-ebe4-da19-34eb-125f7c15747f","display":"Risk activity involvement (finding)"}]} +{"resourceType":"Procedure","id":"4c9834b9-f06b-7b82-6845-e29be3a54467","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"performedPeriod":{"start":"2020-01-28T12:06:19-08:00","end":"2020-01-28T12:16:43-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"f74b0973-d66a-fc9b-9360-b46dfdfb51d4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"performedPeriod":{"start":"2020-01-28T12:06:19-08:00","end":"2020-01-28T12:21:19-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"4a51444a-acda-18c4-a5d6-beb1cb037522","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"performedPeriod":{"start":"2020-01-28T12:16:43-08:00","end":"2020-01-28T12:36:56-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"520e1996-3633-9b71-32bf-63d07d032cf7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"performedPeriod":{"start":"2020-01-28T12:36:56-08:00","end":"2020-01-28T12:51:45-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"d378672f-cc9c-687b-2099-ad8459cfcec5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"performedPeriod":{"start":"2020-01-28T12:51:45-08:00","end":"2020-01-28T13:09:17-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"868c016a-9834-77fc-7a46-64f0f15cbf4c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a63b7b29-c466-9a88-f2ac-04ef06a37a65"},"performedPeriod":{"start":"2020-01-28T13:09:17-08:00","end":"2020-01-28T13:19:39-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"43037bcf-64fe-bd5f-cd68-ed278490d2f6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"76601001","display":"Intramuscular injection"}],"text":"Intramuscular injection"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/669213b2-9d37-96a2-d6f1-d7e57595adf9"},"performedPeriod":{"start":"2020-11-29T12:06:19-08:00","end":"2020-11-29T12:16:23-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Procedure","id":"9d68f95a-67cf-72bc-733d-1d998751a980","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/61d29c83-c048-e15c-a0a1-b26897f6080d"},"performedPeriod":{"start":"2021-02-02T12:06:19-08:00","end":"2021-02-02T12:17:39-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"8445a19a-a6f0-ee02-b7fd-5cd8ac451153","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/61d29c83-c048-e15c-a0a1-b26897f6080d"},"performedPeriod":{"start":"2021-02-02T12:17:39-08:00","end":"2021-02-02T12:43:38-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"1da817c4-0e88-753e-e6d0-1722729bf632","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"76601001","display":"Intramuscular injection"}],"text":"Intramuscular injection"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/8bcea29a-0aba-a558-1721-62fc564a3548"},"performedPeriod":{"start":"2021-03-09T12:06:19-08:00","end":"2021-03-09T12:24:20-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Procedure","id":"41ca0870-7155-690b-dd5c-3aa15d2ea0b0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"76601001","display":"Intramuscular injection"}],"text":"Intramuscular injection"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/a6779d66-3a66-0b33-c0e5-157df005a41b"},"performedPeriod":{"start":"2021-06-08T13:06:19-07:00","end":"2021-06-08T13:19:59-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Procedure","id":"fac5ad79-0792-fd4e-fe14-cadbc88813b7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"76601001","display":"Intramuscular injection"}],"text":"Intramuscular injection"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/c43edc0f-5bcf-efdc-7cf1-21cd58e17ce8"},"performedPeriod":{"start":"2021-09-07T13:06:19-07:00","end":"2021-09-07T13:22:56-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Procedure","id":"617d4efb-591c-246c-15ae-913c2871b09c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"76601001","display":"Intramuscular injection"}],"text":"Intramuscular injection"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/29db6485-dc8a-c422-3866-6074579a1e7f"},"performedPeriod":{"start":"2021-11-24T12:16:23-08:00","end":"2021-11-24T12:30:30-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Procedure","id":"cee7afc2-a89c-92a1-f007-8ad0a4ccc439","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"76601001","display":"Intramuscular injection"}],"text":"Intramuscular injection"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/5955029f-a260-560e-b9a4-f590c32141fd"},"performedPeriod":{"start":"2021-12-07T12:06:19-08:00","end":"2021-12-07T12:25:53-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Procedure","id":"5c045813-fb6b-f5e2-9d03-05024ccce602","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"performedPeriod":{"start":"2022-02-08T12:06:19-08:00","end":"2022-02-08T12:56:34-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"3fbd6fa4-b8d2-c209-8d91-db3d84a52aad","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"performedPeriod":{"start":"2022-02-08T12:06:19-08:00","end":"2022-02-08T12:21:19-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"4d829051-a358-8f07-b3c0-3a05fb9f7e4c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"performedPeriod":{"start":"2022-02-08T12:56:34-08:00","end":"2022-02-08T13:32:15-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"b4fbaaec-2632-244a-206b-a2cecef97fa9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"performedPeriod":{"start":"2022-02-08T13:32:15-08:00","end":"2022-02-08T13:46:21-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"8490de40-3722-ff06-d8c8-19f612eb1a5d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/6c0f025b-2890-8bfa-253b-253288f24c8a"},"performedPeriod":{"start":"2022-02-08T13:46:21-08:00","end":"2022-02-08T14:10:51-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|59bd9533-6006-363a-a09d-183b761d9d6f","display":"JAMES T. REIMER, M.D., P.C."}} +{"resourceType":"Procedure","id":"e9aaac3b-625e-9f7b-0ee4-c41844f9220a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"76601001","display":"Intramuscular injection"}],"text":"Intramuscular injection"},"subject":{"reference":"Patient/c7ef6845-3b3f-4d6b-8b41-47428a091eaa"},"encounter":{"reference":"Encounter/322aee05-0b4b-2ac7-34b9-838697031a12"},"performedPeriod":{"start":"2022-03-08T12:06:19-08:00","end":"2022-03-08T12:23:15-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9cf3cd22-2eec-34ec-89a4-9e74303330b0","display":"FALMOUTH HOSPITAL"}} +{"resourceType":"Procedure","id":"74b1e959-0228-3479-0d57-6378b9d9bd28","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/6544d0b8-f949-92d1-19e1-b91f0e36bdf8"},"performedPeriod":{"start":"2016-03-21T17:49:11-07:00","end":"2016-03-21T18:04:11-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"4bfb6fab-abc2-9e03-b2ef-cb46055897f3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/678114bb-5b69-0cac-5841-f992c69126a8"},"performedPeriod":{"start":"2018-09-10T17:49:11-07:00","end":"2018-09-10T18:04:11-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Procedure","id":"38a92b91-83a7-b921-f1e0-e6916d4ba05d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"performedPeriod":{"start":"2019-09-16T17:49:11-07:00","end":"2019-09-16T18:06:25-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Procedure","id":"390ebeb9-7f56-34c8-dad8-a33423b9501f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"performedPeriod":{"start":"2019-09-16T18:06:25-07:00","end":"2019-09-16T18:17:28-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Procedure","id":"32348288-2640-137e-02ed-1f7aed831ad6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/28d08b12-d052-fb7a-25ba-e92678f1a142"},"performedPeriod":{"start":"2019-09-16T18:17:28-07:00","end":"2019-09-16T18:47:06-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Procedure","id":"47fcef0c-f320-6cc9-122b-f6318554e1e9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"395142003","display":"Allergy screening test"}],"text":"Allergy screening test"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f5e905ab-ec2c-ef58-47da-34725753283e"},"performedPeriod":{"start":"2020-08-31T17:49:11-07:00","end":"2020-08-31T18:23:26-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"9774e80f-06c8-8df4-44e5-fb4f28ea4d62","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"performedPeriod":{"start":"2020-09-21T17:49:11-07:00","end":"2020-09-21T18:01:44-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Procedure","id":"a56c513b-97b6-8a32-0102-5f1d8b3272d6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"performedPeriod":{"start":"2020-09-21T18:01:44-07:00","end":"2020-09-21T18:29:41-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Procedure","id":"e01caa33-0f7a-8df7-1a0f-77db10ea1520","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"performedPeriod":{"start":"2020-09-21T18:29:41-07:00","end":"2020-09-21T18:39:44-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Procedure","id":"63f1b421-6026-0309-3dda-c66534f0c59e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"performedPeriod":{"start":"2020-09-21T18:39:44-07:00","end":"2020-09-21T19:06:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Procedure","id":"72998534-a40e-a434-bb30-b59cd16da48d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/d5b66792-f17c-4c17-e9ec-e35b9e69acbe"},"performedPeriod":{"start":"2020-09-21T19:06:46-07:00","end":"2020-09-21T19:15:49-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Procedure","id":"303d59cc-0193-8a3d-9c7e-bcafa6a84920","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/62c9cc9e-b0de-b830-6879-49c3fb31fb3b"},"performedPeriod":{"start":"2020-09-21T18:23:26-07:00","end":"2020-09-21T18:56:55-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"e5857712-0c2d-73a6-cbb8-59d703533162","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/6606e416-5600-9ce7-c14f-9bc789d4740d"},"performedPeriod":{"start":"2020-10-14T18:56:55-07:00","end":"2020-10-14T19:38:32-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"98113a4e-5eb2-3013-c564-7ca237973e97","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/aa1a47c8-cfab-e2dc-647f-694f2cc0a08a"},"performedPeriod":{"start":"2020-11-09T18:38:32-08:00","end":"2020-11-09T19:12:15-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"6716b854-b4a6-abb2-03ed-0e5fcfdb5311","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"261352009","display":"Face mask (physical object)"}],"text":"Face mask (physical object)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/8889f35a-3467-83a9-2865-44e5d816de5e"},"performedPeriod":{"start":"2020-11-18T16:49:11-08:00","end":"2020-11-18T17:03:35-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"},"reasonReference":[{"reference":"Condition/7d90d2e3-f0c6-d82e-613a-abc4d9b4d4d9","display":"Suspected COVID-19"}]} +{"resourceType":"Procedure","id":"233e055c-b939-2031-0070-8e415bd19db7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/a636733a-f0fb-16e8-4f33-1a4c177274e4"},"performedPeriod":{"start":"2020-12-02T19:12:15-08:00","end":"2020-12-02T19:34:59-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"09ac0446-9718-e9ce-dba4-5627c0a2c720","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/6ca049ef-42b3-a269-4ff8-85bbfeea7fae"},"performedPeriod":{"start":"2020-12-28T19:34:59-08:00","end":"2020-12-28T19:51:34-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"0a2859d3-5610-4e21-01ab-e9ab13afe9ae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/9aa6ab2a-1747-ca46-d1ad-dfa26cada1a5"},"performedPeriod":{"start":"2021-01-20T19:51:34-08:00","end":"2021-01-20T20:28:02-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"613fb68b-f50f-f0b3-37f5-09aece5361a9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/042bb2a5-c96d-c250-5cb9-d46659814969"},"performedPeriod":{"start":"2021-02-13T20:28:02-08:00","end":"2021-02-13T21:07:23-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"0f2a7a2e-9e7a-c62e-7db0-5b6c70763b1a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/5ad76011-a8db-053c-3615-17801923e11d"},"performedPeriod":{"start":"2021-03-06T21:07:23-08:00","end":"2021-03-06T21:41:11-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"9ea3bb2b-6c71-45e2-d04e-7bec83567f50","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/e6d52690-3be7-6e25-5ca5-3eff353143eb"},"performedPeriod":{"start":"2021-03-29T22:41:11-07:00","end":"2021-03-29T22:58:58-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"08d69e27-5b7c-ab43-bd43-e3936254125d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/bae2cc37-d0af-6206-4811-6f04d9c4c37e"},"performedPeriod":{"start":"2021-04-24T22:58:58-07:00","end":"2021-04-24T23:54:07-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"098ffd7a-2a30-4767-aaf1-9991d14a2098","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/fffe9994-feeb-0942-910e-d5480efebd87"},"performedPeriod":{"start":"2021-05-16T23:54:07-07:00","end":"2021-05-17T00:47:05-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"c62260b2-6296-e28b-03d0-b76fb03b1c1b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1042d924-d5f0-991f-5862-f4913ed3c13b"},"performedPeriod":{"start":"2021-06-12T00:47:05-07:00","end":"2021-06-12T01:41:32-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"30aa440e-e082-2d8c-683e-bc8abc554a44","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/abbca6da-a497-ad44-2719-c03da2cb44d2"},"performedPeriod":{"start":"2021-07-08T01:41:32-07:00","end":"2021-07-08T02:14:52-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"10a0b006-d612-4370-bc88-b1924695e136","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/9d4c0f9e-92f3-b140-1fad-87c12993eb07"},"performedPeriod":{"start":"2021-08-03T02:14:52-07:00","end":"2021-08-03T02:40:22-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"52b8d2a6-3897-be27-1942-d9a1cf371080","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/a2cfbd9e-49ce-c79e-8bbc-c1c7682276d1"},"performedPeriod":{"start":"2021-08-30T02:40:22-07:00","end":"2021-08-30T03:14:06-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"d0fcb0c4-629a-1eed-28fc-7209a20574e1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/ec90e0aa-2f0f-ec23-36da-3c78bb137f13"},"performedPeriod":{"start":"2021-09-27T17:49:11-07:00","end":"2021-09-27T18:17:09-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e289115-c633-3594-b8b7-e7967cbe87ed","display":"NEW ENGLAND PLASTIC SURGICAL ASSOCIATES, PC"}} +{"resourceType":"Procedure","id":"e8d05f50-0d12-010f-a6ba-e28c204156ff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1fe9cda5-92f7-9cfe-8380-def41e16760d"},"performedPeriod":{"start":"2021-09-25T03:14:06-07:00","end":"2021-09-25T03:53:14-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"486486b5-5602-70ff-ae0a-f42e540bb8d6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1fe9cda5-92f7-9cfe-8380-def41e16760d"},"performedPeriod":{"start":"2021-09-27T18:17:09-07:00","end":"2021-09-27T18:27:51-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"e78f4028-66cb-cba2-c245-b63d92c52fa2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/1fe9cda5-92f7-9cfe-8380-def41e16760d"},"performedPeriod":{"start":"2021-09-27T18:27:51-07:00","end":"2021-09-27T18:57:22-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"c02afeea-6650-e18a-837d-00ac4d6ce053","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/c3290349-6e33-45be-baaa-6d09dea869ea"},"performedPeriod":{"start":"2021-10-19T03:53:14-07:00","end":"2021-10-19T04:18:38-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"7dc07ada-ca18-9db1-edd8-88f44d721677","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f04816c0-7dcc-77a9-a20f-ba407a1c6be3"},"performedPeriod":{"start":"2021-11-15T03:18:38-08:00","end":"2021-11-15T04:01:43-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"bfab8e19-08a5-8085-1183-50fe1a7a34d5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/3cd08792-ac4f-0560-2410-659c4a79769e"},"performedPeriod":{"start":"2021-12-10T04:01:43-08:00","end":"2021-12-10T04:48:14-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"6365eadc-9170-36ad-2b1b-531c9526ae3a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/de0e1d64-6f74-fa25-ba0a-0ba20c33b1cf"},"performedPeriod":{"start":"2022-01-06T04:48:14-08:00","end":"2022-01-06T05:30:18-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"05ceab9f-19db-054e-e85f-2e0d7a9d4a50","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/7b0010cf-eab7-fb97-aed4-fafe838c3b2a"},"performedPeriod":{"start":"2022-02-02T05:30:18-08:00","end":"2022-02-02T06:24:29-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"e7176d6d-bb2a-c291-347e-d73e8b1b7367","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/f545dbc5-43ee-f817-2b11-95d82b5eb0c9"},"performedPeriod":{"start":"2022-02-28T06:24:29-08:00","end":"2022-02-28T07:10:27-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"a654fb6b-e334-db21-1d24-f2581d8d77f2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/06042d08-9d8e-d44d-d093-3141706f5aa9"},"performedPeriod":{"start":"2022-03-23T08:10:27-07:00","end":"2022-03-23T08:38:39-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"c907ca4d-8270-e7af-0e44-78b0c49bdc09","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/673c97e8-d9d5-18b2-1b8d-0dc1080aa557"},"encounter":{"reference":"Encounter/81e4abb2-0e35-a8a2-ebea-44c7b9ee642c"},"performedPeriod":{"start":"2022-04-19T08:38:39-07:00","end":"2022-04-19T09:20:54-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|9ed28ebe-c0b9-37d3-a2d5-1dc51ebe9516","display":"CARNEY HOSPITAL"}} +{"resourceType":"Procedure","id":"1c8fc03c-acb1-19a7-7413-9226de1cf5b4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/66cde9c9-6fba-47b7-39db-1db95788eb11"},"performedPeriod":{"start":"2013-02-25T14:02:19-08:00","end":"2013-02-25T14:17:19-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"a461c3b9-1362-07e8-6138-1a4fd5c4d70d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"80146002","display":"Appendectomy"}],"text":"Appendectomy"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/a26e8ba9-f1e3-ca9a-6a81-3dabc9d62260"},"performedPeriod":{"start":"2013-05-24T12:02:19-07:00","end":"2013-05-24T13:05:20-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"reasonReference":[{"reference":"Condition/3a1d3ffa-4000-dcc2-f0cb-74960c6a46ca","display":"Appendicitis"}]} +{"resourceType":"Procedure","id":"8d791d5b-2753-7b71-e985-9bcc0271efee","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/c151f597-1dc8-bda6-a9aa-44ae92445722"},"performedPeriod":{"start":"2016-03-14T15:02:19-07:00","end":"2016-03-14T15:15:29-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"dae3a3ea-3d77-6f49-8350-ed0c5f0ca29c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/c151f597-1dc8-bda6-a9aa-44ae92445722"},"performedPeriod":{"start":"2016-03-14T15:15:29-07:00","end":"2016-03-14T15:27:58-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"85cd8219-6b57-914a-9bce-cb14e388567c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"370995009","display":"Health risks education (procedure)"}],"text":"Health risks education (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/c151f597-1dc8-bda6-a9aa-44ae92445722"},"performedPeriod":{"start":"2016-03-14T15:27:58-07:00","end":"2016-03-14T15:43:19-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"},"reasonReference":[{"reference":"Condition/83018b73-e8bc-bb9c-f530-1a8cacb63c04","display":"Risk activity involvement (finding)"}]} +{"resourceType":"Procedure","id":"240dcae9-edb3-8a3b-0046-f58926ef5e55","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"performedPeriod":{"start":"2017-03-20T15:02:19-07:00","end":"2017-03-20T15:14:49-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"0c09fbaf-7a38-dacb-0499-2cc5d65ee876","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"performedPeriod":{"start":"2017-03-20T15:14:49-07:00","end":"2017-03-20T15:35:54-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"82e2c941-1fb4-30e5-e8ba-984637a40a52","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"performedPeriod":{"start":"2017-03-20T15:35:54-07:00","end":"2017-03-20T15:48:51-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"400d3360-0c0a-c804-0efb-029cc47e7d61","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"performedPeriod":{"start":"2017-03-20T15:48:51-07:00","end":"2017-03-20T16:03:43-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"a73eadb8-e391-df47-d479-3b3f79bbee61","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d8be4ba8-c32c-7ed4-a69e-2f2737e85bfd"},"performedPeriod":{"start":"2017-03-20T16:03:43-07:00","end":"2017-03-20T16:10:10-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"516a9517-9c90-e1f9-5c8a-75fd7fa733b5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"23426006","display":"Measurement of respiratory function (procedure)"}],"text":"Measurement of respiratory function (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/6828ac9c-b3c9-f5ac-a620-31d74abec6a6"},"performedPeriod":{"start":"2018-01-11T18:02:19-08:00","end":"2018-01-11T18:14:48-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"reasonReference":[{"reference":"Condition/41ba0a8a-0978-6924-e6c0-3f0ffcf4bad9","display":"Acute bronchitis (disorder)"}]} +{"resourceType":"Procedure","id":"b7d08f6e-a62f-7b7e-0267-61380672b056","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"performedPeriod":{"start":"2018-03-26T15:02:19-07:00","end":"2018-03-26T15:16:49-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"cbd65926-275a-dc5f-ef8b-17b03105da26","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"performedPeriod":{"start":"2018-03-26T15:02:19-07:00","end":"2018-03-26T15:17:19-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"1a270e7b-5742-ef94-9181-bf675aa397a2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"performedPeriod":{"start":"2018-03-26T15:16:49-07:00","end":"2018-03-26T15:39:49-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"24e70c8d-b5eb-3c15-6802-386eb9af933f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"performedPeriod":{"start":"2018-03-26T15:39:49-07:00","end":"2018-03-26T15:52:53-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"8dde6d9b-e934-c91a-eb67-379672a16041","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"performedPeriod":{"start":"2018-03-26T15:52:53-07:00","end":"2018-03-26T16:13:12-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"132ed2c8-a23b-1e88-c6a0-afc508ae324b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d0e082ad-d24c-df9c-f87c-6ec42d37b60d"},"performedPeriod":{"start":"2018-03-26T16:13:12-07:00","end":"2018-03-26T16:27:04-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"1d2553e1-a342-0673-c58f-60a89b128e32","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"117015009","display":"Throat culture (procedure)"}],"text":"Throat culture (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/06bdab8b-ec11-7066-81d7-531079b12fa9"},"performedPeriod":{"start":"2018-08-25T05:02:19-07:00","end":"2018-08-25T05:17:19-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"reasonReference":[{"reference":"Condition/9552be12-7a9b-425e-3f48-84e16c2bc9a0","display":"Acute viral pharyngitis (disorder)"}]} +{"resourceType":"Procedure","id":"0c52cdb7-c3c1-6071-3d7c-911c2a124cf2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"performedPeriod":{"start":"2019-04-01T15:02:19-07:00","end":"2019-04-01T15:21:16-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"2a5eef48-3f15-7e69-6204-1f146a18a445","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"performedPeriod":{"start":"2019-04-01T15:21:16-07:00","end":"2019-04-01T15:32:35-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"20cb8538-06e4-b9e3-f36c-83ee60dba43e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/b38c5bab-3ac3-2fad-379f-f066cad2b64f"},"performedPeriod":{"start":"2019-04-01T15:32:35-07:00","end":"2019-04-01T15:54:35-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"bd440900-062d-a421-68e6-784c48f8af1e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"performedPeriod":{"start":"2020-04-06T15:02:19-07:00","end":"2020-04-06T15:12:33-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"ddfa474c-ab5b-114e-fb1f-756fac498f32","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"performedPeriod":{"start":"2020-04-06T15:12:33-07:00","end":"2020-04-06T15:34:55-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"bef50a15-e28f-fbb7-8965-3dd5c442d89f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1941d945-b6ab-00e0-0b23-f91f30abdd78"},"performedPeriod":{"start":"2020-04-06T15:34:55-07:00","end":"2020-04-06T15:40:39-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"834c9a95-1e50-1e61-7548-527b97aecff9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"74016001","display":"Knee X-ray"}],"text":"Knee X-ray"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/1daed405-2eba-71f5-a1eb-2d877fc05d9a"},"performedPeriod":{"start":"2021-02-10T14:29:43-08:00","end":"2021-02-10T14:59:43-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"}} +{"resourceType":"Procedure","id":"79852f9e-95b1-443e-295a-64eb982114a4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"699253003","display":"Surgical manipulation of joint of knee"}],"text":"Surgical manipulation of joint of knee"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/fdc1300b-9369-1665-cb77-701da9324c81"},"performedPeriod":{"start":"2021-02-17T14:29:43-08:00","end":"2021-02-17T17:11:43-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"reasonReference":[{"reference":"Condition/3368eb03-cd8e-9478-9765-ce06c7bd8768","display":"Rupture of patellar tendon"}]} +{"resourceType":"Procedure","id":"daea9d76-0433-5c49-c554-d2e1b0b18a1a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"117015009","display":"Throat culture (procedure)"}],"text":"Throat culture (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/0c7fbd4e-5082-c89d-86a3-a19cad96ce68"},"performedPeriod":{"start":"2021-02-24T12:02:19-08:00","end":"2021-02-24T12:17:19-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|054c31ff-9847-3a84-8840-71df928ad708","display":"LAHEY HOSPITAL & MEDICAL CENTER, BURLINGTON"},"reasonReference":[{"reference":"Condition/9552be12-7a9b-425e-3f48-84e16c2bc9a0","display":"Acute viral pharyngitis (disorder)"},{"reference":"Condition/aeaa058c-42f2-3178-6c1f-d349e572a547","display":"Acute viral pharyngitis (disorder)"}]} +{"resourceType":"Procedure","id":"817139be-a0d2-9e33-10c0-783dc853bad7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"performedPeriod":{"start":"2021-04-12T15:02:19-07:00","end":"2021-04-12T15:30:50-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"fa114ae1-036e-a85f-8ceb-e10703df0ae4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"performedPeriod":{"start":"2021-04-12T15:02:19-07:00","end":"2021-04-12T15:17:19-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"26ae4f68-4f92-63ca-ea68-b131a7324917","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"performedPeriod":{"start":"2021-04-12T15:30:50-07:00","end":"2021-04-12T15:43:50-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"030de56e-b86a-bdeb-dfd3-405e6584ee8b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"performedPeriod":{"start":"2021-04-12T15:43:50-07:00","end":"2021-04-12T16:04:43-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"d1b9b4a3-5762-e9d6-a727-9e78e5093b29","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"performedPeriod":{"start":"2021-04-12T16:04:43-07:00","end":"2021-04-12T16:18:47-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"97090b4b-69fd-d2f3-8655-22612f174985","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"performedPeriod":{"start":"2021-04-12T16:18:47-07:00","end":"2021-04-12T16:43:12-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"aeb8c786-81c7-86f0-6329-bece13d50be7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/d4ca3e25-d036-dbfc-92d8-c95236f98ebf"},"performedPeriod":{"start":"2021-04-12T16:43:12-07:00","end":"2021-04-12T16:51:52-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"2cf0eab0-c122-cc8b-06e2-4a75cd09c8a4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"performedPeriod":{"start":"2022-04-18T15:02:19-07:00","end":"2022-04-18T15:58:18-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"f1f82c7c-9e44-5287-f4e1-af1ebebf9d94","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"performedPeriod":{"start":"2022-04-18T15:02:19-07:00","end":"2022-04-18T15:17:19-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"a89939dd-43c2-2392-debb-3a1447a7c555","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"performedPeriod":{"start":"2022-04-18T15:58:18-07:00","end":"2022-04-18T16:11:22-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"02b49751-a6dd-c0f7-9af7-c2b30944c0e1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"performedPeriod":{"start":"2022-04-18T16:11:22-07:00","end":"2022-04-18T16:37:58-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"a655b6f5-524b-6c31-61db-9b1c4ea3a845","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"performedPeriod":{"start":"2022-04-18T16:37:58-07:00","end":"2022-04-18T16:50:06-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"a8d10fdf-2335-f478-8f28-1038e073444f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/4feda615-fde9-e42d-709c-1a75573ec476"},"encounter":{"reference":"Encounter/05fcf950-9168-0ff7-6143-e1159f567a56"},"performedPeriod":{"start":"2022-04-18T16:50:06-07:00","end":"2022-04-18T17:16:14-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|a5033955-5d49-3955-919f-a985dac0f62e","display":"BURLINGTON PHYSICAL THERAPY, PC DBA ORTHOPAEDICS PLUS"}} +{"resourceType":"Procedure","id":"5bfd82d5-0b6d-924b-cc46-a12eaa36ad4c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"performedPeriod":{"start":"2012-09-01T18:19:46-07:00","end":"2012-09-01T18:47:17-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"e589a33d-2f98-ba51-3da4-bd58da2c4755","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"performedPeriod":{"start":"2012-09-01T18:47:17-07:00","end":"2012-09-01T19:00:13-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"40f9a0d5-f9c4-5059-fa31-7bf9da58a8c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"performedPeriod":{"start":"2012-09-01T19:00:13-07:00","end":"2012-09-01T19:29:15-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"1d2ca7ff-40e5-2e69-bc89-3c713ceeff7a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"performedPeriod":{"start":"2012-09-01T19:29:15-07:00","end":"2012-09-01T19:43:05-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"9fe30462-d4a0-e9ec-dacf-394c3e893fdc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"performedPeriod":{"start":"2012-09-01T19:43:05-07:00","end":"2012-09-01T19:56:05-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"6874c08f-2cde-bdb5-6d50-c3fb033c48a4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b8317502-d0a5-7489-46d2-f78147bbdf1f"},"performedPeriod":{"start":"2012-09-01T19:56:05-07:00","end":"2012-09-01T20:05:35-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"bfe332f9-e90a-5876-ff49-0421d9823d42","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/45875e08-a291-a136-1f17-6670c74c87ac"},"performedPeriod":{"start":"2013-09-07T18:19:46-07:00","end":"2013-09-07T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"f3e750d4-abf2-433b-843c-48090e08501d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"252160004","display":"Standard pregnancy test"}],"text":"Standard pregnancy test"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7a27d3cd-ad06-58d7-529c-63a1a8ca382f"},"performedPeriod":{"start":"2013-10-12T18:19:46-07:00","end":"2013-10-12T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"e479766b-6e7e-da3b-3eff-b62218de5632","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"169230002","display":"Ultrasound scan for fetal viability"}],"text":"Ultrasound scan for fetal viability"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7a27d3cd-ad06-58d7-529c-63a1a8ca382f"},"performedPeriod":{"start":"2013-10-12T18:19:46-07:00","end":"2013-10-12T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"599aa343-74ab-c68e-f01f-fc80fe16f3dd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"5880005","display":"Physical examination"}],"text":"Physical examination"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/c8e00254-acc7-4725-7033-b84d8cd9e064"},"performedPeriod":{"start":"2013-10-19T18:19:46-07:00","end":"2013-10-19T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"4c19701e-5c23-aa32-a305-39ff65bfb59f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening"}],"text":"Depression screening"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/c8e00254-acc7-4725-7033-b84d8cd9e064"},"performedPeriod":{"start":"2013-10-19T18:19:46-07:00","end":"2013-10-19T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"fa2fb85d-ab2e-4848-efe9-344e3bc2e070","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"252160004","display":"Standard pregnancy test"}],"text":"Standard pregnancy test"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"939cbda8-bab0-e378-fbd9-6ce16ad91b95","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"169230002","display":"Ultrasound scan for fetal viability"}],"text":"Ultrasound scan for fetal viability"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"921bf6d4-3014-0d55-b2bd-db59b1427afc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"274804006","display":"Evaluation of uterine fundal height"}],"text":"Evaluation of uterine fundal height"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"878d3ee3-fc71-370e-2e21-1b1b265fb55e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"225158009","display":"Auscultation of the fetal heart"}],"text":"Auscultation of the fetal heart"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"12b3a5dc-a858-1c4a-3808-531382d6d419","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"44608003","display":"Blood typing, RH typing"}],"text":"Blood typing, RH typing"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"a400fd30-1199-c890-316c-59543c8e5137","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"104091002","display":"Hemoglobin / Hematocrit / Platelet count"}],"text":"Hemoglobin / Hematocrit / Platelet count"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"28293770-c5f4-0ee9-3de8-fbe1972d91a8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"47758006","display":"Hepatitis B Surface Antigen Measurement"}],"text":"Hepatitis B Surface Antigen Measurement"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"2b5f8f4c-760a-57c4-46d7-82cd09b43fd2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"31676001","display":"Human immunodeficiency virus antigen test"}],"text":"Human immunodeficiency virus antigen test"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"ffcaa9b9-4b82-e919-adc6-bf8112ce4a4b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"310861008","display":"Chlamydia antigen test"}],"text":"Chlamydia antigen test"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"70dc276d-a0ee-0ccf-6294-3d5b63a28ae5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"165829005","display":"Gonorrhea infection test"}],"text":"Gonorrhea infection test"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"170b5995-148e-b962-d98f-677ff83659ea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"269828009","display":"Syphilis infection test"}],"text":"Syphilis infection test"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"eb3a0dbf-7672-a0c0-7b48-b7e9956091a8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"117010004","display":"Urine culture"}],"text":"Urine culture"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"f205a517-10c1-c974-573c-43c34aeac62f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"90226004","display":"Cytopathology procedure, preparation of smear, genital source"}],"text":"Cytopathology procedure, preparation of smear, genital source"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"dcb5eada-0d0c-1606-75a8-38f61d27b558","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"395123002","display":"Urine screening test for diabetes"}],"text":"Urine screening test for diabetes"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"229e5e05-b4dd-5ea0-40d5-21013832330a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"104375008","display":"Hepatitis C antibody test"}],"text":"Hepatitis C antibody test"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"21dde251-5547-00f4-5c1e-fd0fe87815b8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"169690007","display":"Rubella screening"}],"text":"Rubella screening"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"44b40c5c-1e98-0a5d-6c6b-8f46ac68e72d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"104326007","display":"Measurement of Varicella-zoster virus antibody"}],"text":"Measurement of Varicella-zoster virus antibody"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"68627d28-516b-6044-f3ab-655eb2585d8b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"28163009","display":"Skin test for tuberculosis"}],"text":"Skin test for tuberculosis"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"f70400c8-eac5-8ac5-64c8-7873e820e090","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"167271000","display":"Urine protein test"}],"text":"Urine protein test"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"662a6458-3072-0591-083e-761bd8129f1b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"5880005","display":"Physical examination of mother"}],"text":"Physical examination of mother"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e25c0238-9242-8d04-5cba-805c75ec8adb"},"performedPeriod":{"start":"2014-08-02T18:19:46-07:00","end":"2014-08-02T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"035c9a19-e71f-3660-16c3-12316a9aaf22","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"274804006","display":"Evaluation of uterine fundal height"}],"text":"Evaluation of uterine fundal height"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7e26b93a-cb22-0785-49c0-c203c7be85f3"},"performedPeriod":{"start":"2014-08-30T18:19:46-07:00","end":"2014-08-30T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"f89d0b1a-2e1c-4fa2-d2ae-8ba2183e53fd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"225158009","display":"Auscultation of the fetal heart"}],"text":"Auscultation of the fetal heart"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7e26b93a-cb22-0785-49c0-c203c7be85f3"},"performedPeriod":{"start":"2014-08-30T18:19:46-07:00","end":"2014-08-30T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"f5d98525-2c3b-e9aa-ffba-5265c7e65e25","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"443529005","display":"Screening for chromosomal aneuploidy in prenatal amniotic fluid"}],"text":"Screening for chromosomal aneuploidy in prenatal amniotic fluid"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7e26b93a-cb22-0785-49c0-c203c7be85f3"},"performedPeriod":{"start":"2014-08-30T18:19:46-07:00","end":"2014-08-30T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"50b32cc0-44bd-2dd3-aabe-46ea04b9752b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/65b85471-6037-31f5-21ac-bc85f0fddbd8"},"performedPeriod":{"start":"2014-09-13T18:19:46-07:00","end":"2014-09-13T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"b972e759-04bd-b716-5c8f-3e7721f87755","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"5880005","display":"Physical examination"}],"text":"Physical examination"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/c8d167d2-def0-ed32-a934-9cd8c9dc0bb5"},"performedPeriod":{"start":"2014-10-06T18:19:46-07:00","end":"2014-10-06T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"88ffa211-e6c5-8cd8-b30b-69d6ebc94a4f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening"}],"text":"Depression screening"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/c8d167d2-def0-ed32-a934-9cd8c9dc0bb5"},"performedPeriod":{"start":"2014-10-06T18:19:46-07:00","end":"2014-10-06T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"},"reasonReference":[{"reference":"Condition/553b366a-a3ce-43af-9dac-3308a4d1c0c8","display":"Normal pregnancy"},{"reference":"Condition/8e69d3b1-b4d7-ddee-22ce-4f79522d5fb1","display":"Normal pregnancy"}]} +{"resourceType":"Procedure","id":"22838101-a788-9309-819d-14279bf84c9a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"},"performedPeriod":{"start":"2014-12-27T17:19:46-08:00","end":"2014-12-27T17:34:16-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"8c908c5f-95d3-766e-b30f-fd5218704f2b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"},"performedPeriod":{"start":"2014-12-27T17:34:16-08:00","end":"2014-12-27T17:57:54-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"b94c538e-948f-7eef-95b9-d0db6cf30249","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"},"performedPeriod":{"start":"2014-12-27T17:57:54-08:00","end":"2014-12-27T18:08:35-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"8dee5e5e-e56e-7eec-2b52-e52e1244dbf7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"},"performedPeriod":{"start":"2014-12-27T18:08:35-08:00","end":"2014-12-27T18:23:12-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"ba81e4ef-d93a-8e00-c201-f9bb612b2743","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/4ece26a1-9e46-998e-04a8-6471c46f0ca6"},"performedPeriod":{"start":"2014-12-27T18:23:12-08:00","end":"2014-12-27T18:37:38-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"bb3ba297-3e6c-b56e-de62-700d2e8a3e9e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/0a434e95-c3c7-0766-39cc-140f304cfe71"},"performedPeriod":{"start":"2015-09-03T18:19:46-07:00","end":"2015-09-03T19:13:17-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"ec29bfda-86c2-9f14-4189-c92226d766c0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/b1707a04-450a-8467-eb9d-da8d0ea65bc0"},"performedPeriod":{"start":"2015-09-06T19:13:17-07:00","end":"2015-09-06T20:13:15-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"eb994a13-4a47-5ac1-9d0e-5809e3e7986f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7130485f-8e4a-46d9-ab10-afc5212e2fc0"},"performedPeriod":{"start":"2015-09-09T20:13:15-07:00","end":"2015-09-09T21:02:14-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"e55f55fa-7483-c5fd-2507-ba54cf77a837","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/7dd1f876-b341-2d46-d8ea-9addcdecbd99"},"performedPeriod":{"start":"2015-09-12T21:02:14-07:00","end":"2015-09-12T21:53:33-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"ba977fb7-79f2-c0c9-f1f5-8484142b0c41","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/e0d77d18-53fb-fb63-d384-816b3215324a"},"performedPeriod":{"start":"2015-09-15T21:53:33-07:00","end":"2015-09-15T22:51:12-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"efd8b166-9bc6-fc79-36a2-8a75dc445baa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f23d2a0c-8396-fbd2-e1e3-bce192598c8a"},"performedPeriod":{"start":"2015-09-18T22:51:12-07:00","end":"2015-09-18T23:40:17-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"0613dad8-40a2-5d91-a5c4-03df1e9d4c25","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f23d2a0c-8396-fbd2-e1e3-bce192598c8a"},"performedPeriod":{"start":"2015-09-19T18:19:46-07:00","end":"2015-09-19T19:05:37-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"b2b1d5fb-ded0-1d93-e157-6c27a605ec4f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f23d2a0c-8396-fbd2-e1e3-bce192598c8a"},"performedPeriod":{"start":"2015-09-19T18:19:46-07:00","end":"2015-09-19T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"491c14d2-8ed9-e7b0-2347-c57bfd3e8ef8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/eb20060c-24b3-a988-5509-3dc47ff50431"},"performedPeriod":{"start":"2015-09-21T23:40:17-07:00","end":"2015-09-22T00:39:14-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"6405f382-8ae6-e557-6ac4-47526c49365d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"performedPeriod":{"start":"2015-09-25T00:39:14-07:00","end":"2015-09-25T01:27:27-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"bdd39389-279e-0409-2b9a-df58b92f969a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"performedPeriod":{"start":"2015-09-19T19:05:37-07:00","end":"2015-09-19T19:26:55-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"3a3f1c36-fc7b-7297-dedc-ad1000a324ea","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"performedPeriod":{"start":"2015-09-19T19:26:55-07:00","end":"2015-09-19T19:39:55-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"e6138632-bde5-18e1-1f4b-a810d0244572","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"performedPeriod":{"start":"2015-09-19T19:39:55-07:00","end":"2015-09-19T20:02:40-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"ca02da0d-e84f-0173-4146-7ff205323aac","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"performedPeriod":{"start":"2015-09-19T20:02:40-07:00","end":"2015-09-19T20:13:57-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"3f2e7bb9-58fd-b1e6-2d22-16d981f54e69","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/19c3ed58-ccc9-a7f6-a02c-d7cd425c39d9"},"performedPeriod":{"start":"2015-09-19T20:13:57-07:00","end":"2015-09-19T20:43:09-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"b18c1116-d742-4fa9-6699-a5d9139aa2a8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/dbeda3a2-a96d-abcc-851b-57cd83b7da78"},"performedPeriod":{"start":"2015-09-28T01:27:27-07:00","end":"2015-09-28T02:26:30-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"9b152bea-1365-a977-8e29-12f8307f2431","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/28891e43-5bdf-c821-3f4e-7faa867f20c4"},"performedPeriod":{"start":"2015-10-01T02:26:30-07:00","end":"2015-10-01T03:17:32-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"d1afcbdb-db84-dc42-4627-98fcd38772de","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"performedPeriod":{"start":"2016-09-24T18:19:46-07:00","end":"2016-09-24T19:06:06-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"22af1450-d10d-14b9-6c74-8000299978e6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"performedPeriod":{"start":"2016-09-24T19:06:06-07:00","end":"2016-09-24T19:22:21-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"318db8ef-3708-d28e-49e5-ff741a00b3fa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"performedPeriod":{"start":"2016-09-24T19:22:21-07:00","end":"2016-09-24T20:05:08-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"f8484810-4557-59b3-1a4d-883056fcf537","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"performedPeriod":{"start":"2016-09-24T20:05:08-07:00","end":"2016-09-24T20:19:16-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"8485e649-f692-20d3-d38a-79d5b20022a0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/2193f79d-a44d-30c9-6c7b-452f265b812d"},"performedPeriod":{"start":"2016-09-24T20:19:16-07:00","end":"2016-09-24T20:48:40-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"f1041dc4-e181-529e-f27d-9026b4180382","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/030ab23e-b7b9-5c3f-847f-e029c1790548"},"performedPeriod":{"start":"2017-09-30T18:19:46-07:00","end":"2017-09-30T18:58:19-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"1b5666b3-dea0-5b90-2a37-69f8498ff664","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/030ab23e-b7b9-5c3f-847f-e029c1790548"},"performedPeriod":{"start":"2017-09-30T18:19:46-07:00","end":"2017-09-30T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"bcc180b2-2620-c66c-1c56-42f5636cedbd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"performedPeriod":{"start":"2018-10-06T18:19:46-07:00","end":"2018-10-06T18:55:40-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"d1e4b188-bf2a-1ebb-67cc-43c7453f106b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"performedPeriod":{"start":"2018-10-06T18:55:40-07:00","end":"2018-10-06T19:21:54-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"2fa0b3d6-9541-6b0c-a6c4-913fab31ac5d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"performedPeriod":{"start":"2018-10-06T19:21:54-07:00","end":"2018-10-06T19:32:25-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"95f53355-2b72-3785-ff75-4bf7a8183aa0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"performedPeriod":{"start":"2018-10-06T19:32:25-07:00","end":"2018-10-06T19:52:50-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"856ae28a-5bcd-2a09-3144-78039f3731c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"performedPeriod":{"start":"2018-10-06T19:52:50-07:00","end":"2018-10-06T20:04:29-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"6389d081-48ba-37df-dc2a-2bcfe2946e3a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/bd05d191-444f-2ffc-3c5d-f1a62699bbce"},"performedPeriod":{"start":"2018-10-06T20:04:29-07:00","end":"2018-10-06T20:29:40-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"5293c803-ba3b-6390-3a05-3a6cb11f3ae3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"performedPeriod":{"start":"2019-10-12T18:19:46-07:00","end":"2019-10-12T19:10:01-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"d48352de-381b-fdc4-35ca-97d8d175c4c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"performedPeriod":{"start":"2019-10-12T18:19:46-07:00","end":"2019-10-12T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"fe887520-ceea-03a0-8548-6cdabf40ea10","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"performedPeriod":{"start":"2019-10-12T19:10:01-07:00","end":"2019-10-12T19:37:38-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"31d4748c-dd74-3376-8369-451820d15332","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"performedPeriod":{"start":"2019-10-12T19:37:38-07:00","end":"2019-10-12T19:50:12-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"2c368fd3-d135-d6a5-17d4-487b5a8369a2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"performedPeriod":{"start":"2019-10-12T19:50:12-07:00","end":"2019-10-12T20:15:14-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"0decd28d-3b9e-3887-4d5b-b247f9340356","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"performedPeriod":{"start":"2019-10-12T20:15:14-07:00","end":"2019-10-12T20:25:49-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"1519b46e-2c1e-278c-10f3-2570e655c285","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/55d93bc7-a239-f2e0-a4e7-ccc077774f36"},"performedPeriod":{"start":"2019-10-12T20:25:49-07:00","end":"2019-10-12T20:50:52-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"2863bba1-cd5b-43fc-3084-06fbd2fe4550","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"performedPeriod":{"start":"2020-10-17T18:19:46-07:00","end":"2020-10-17T18:50:41-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"2bcfb1b5-86e1-4edb-7124-3c5d4f2e037d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"performedPeriod":{"start":"2020-10-17T18:50:41-07:00","end":"2020-10-17T19:13:28-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"e8540e90-8b00-605f-f956-943f7c67cde3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"performedPeriod":{"start":"2020-10-17T19:13:28-07:00","end":"2020-10-17T19:26:04-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"10d48a23-06bc-4eec-3f3c-5f946503effb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/51fc1ccb-3283-778a-f851-a20346e6a6eb"},"performedPeriod":{"start":"2020-10-17T19:26:04-07:00","end":"2020-10-17T19:50:50-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|6e49b8bb-ab72-3ead-9d88-0008ff41e159","display":"FCP, INC"}} +{"resourceType":"Procedure","id":"fe1e3565-9f80-42e6-3dce-e44d7eea964d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"performedPeriod":{"start":"2021-10-23T18:19:46-07:00","end":"2021-10-23T19:11:34-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"99094a9c-7b2f-9c67-71cf-93f2bddb36cf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"performedPeriod":{"start":"2021-10-23T18:19:46-07:00","end":"2021-10-23T18:34:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"262e1eb9-8db5-5b6f-1b6f-5fe0c2431081","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"performedPeriod":{"start":"2021-10-23T19:11:34-07:00","end":"2021-10-23T19:23:34-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"9035d854-e401-9098-e784-5fb564ec87a3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"performedPeriod":{"start":"2021-10-23T19:23:34-07:00","end":"2021-10-23T19:47:17-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"b7bbc707-302b-4815-5489-c782becb0f92","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"performedPeriod":{"start":"2021-10-23T19:47:17-07:00","end":"2021-10-23T20:01:51-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"dba8a4a7-68d0-04d2-1419-ae30bf741492","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/9c519578-06eb-6861-3ecd-5b7379184607"},"performedPeriod":{"start":"2021-10-23T20:01:51-07:00","end":"2021-10-23T20:30:02-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"ad21ceab-76f0-1a97-1fc0-31b063b474bf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f9acec23-c099-3c47-489b-50e63567222d"},"performedPeriod":{"start":"2021-11-13T17:19:46-08:00","end":"2021-11-13T18:08:43-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"25174b2a-b7fe-c4e7-f2ed-3b3233d8ce85","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f9acec23-c099-3c47-489b-50e63567222d"},"performedPeriod":{"start":"2021-11-13T17:19:46-08:00","end":"2021-11-13T17:34:46-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"1e36c8e0-4001-4bb3-5538-cab9d96407f9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f9acec23-c099-3c47-489b-50e63567222d"},"performedPeriod":{"start":"2021-11-13T18:08:43-08:00","end":"2021-11-13T18:22:19-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"345c344f-a684-bd40-9d9b-a54360712d93","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/f9acec23-c099-3c47-489b-50e63567222d"},"performedPeriod":{"start":"2021-11-13T18:22:19-08:00","end":"2021-11-13T18:49:34-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"fbecd9fe-5e26-3666-6a6c-292b3e6cfc3d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"performedPeriod":{"start":"2022-01-01T17:19:46-08:00","end":"2022-01-01T18:06:11-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"21ae63b1-ebeb-cc9b-ae95-feb5ef593cb5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"performedPeriod":{"start":"2022-01-01T18:06:11-08:00","end":"2022-01-01T18:17:10-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"34d2a86b-7752-f916-e3fe-79754b26286e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"performedPeriod":{"start":"2022-01-01T18:17:10-08:00","end":"2022-01-01T18:44:15-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"c4f12aa4-88d8-0495-3546-638f0902979f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"performedPeriod":{"start":"2022-01-01T18:44:15-08:00","end":"2022-01-01T18:59:05-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"8bb1ddc7-2d7d-4138-44ee-31cc3fcce8a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/aad38670-0d6e-a4ef-e7b9-f52b59a8891d"},"encounter":{"reference":"Encounter/821955f1-38e2-7efa-0eee-a6f8a3acb8e3"},"performedPeriod":{"start":"2022-01-01T18:59:05-08:00","end":"2022-01-01T19:24:43-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|00baacd6-0e7a-32ab-af81-7a06b600e802","display":"LAWRENCE GENERAL HOSPITAL"}} +{"resourceType":"Procedure","id":"631d432d-8c4e-6f1c-77d6-f4f5e6c2c609","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/019682f7-c219-29f9-e351-048a83896bc6"},"performedPeriod":{"start":"2012-06-07T11:07:29-07:00","end":"2012-06-07T11:31:42-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"672f8fb9-6b2f-9dbf-2a9e-d11eceecb5b1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b652df5e-3591-bbe6-3259-dc0cd27f2493"},"performedPeriod":{"start":"2012-07-04T11:31:42-07:00","end":"2012-07-04T12:04:52-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"a5092199-db32-6ee2-64e0-d1759a79243e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b65c0328-3d4c-8918-5bdd-c008dd0fbe3a"},"performedPeriod":{"start":"2012-07-29T12:04:52-07:00","end":"2012-07-29T12:29:12-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"bffcc266-e594-51cb-b355-84680a077a83","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ead69547-44b9-1c28-0c0e-8cd586390a2f"},"performedPeriod":{"start":"2012-08-19T12:29:12-07:00","end":"2012-08-19T12:47:39-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"0deeb97a-3b33-5a34-88cb-b5c821071ce4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/fb72262d-63e9-04e2-e4b7-0df15721043b"},"performedPeriod":{"start":"2012-09-10T12:47:39-07:00","end":"2012-09-10T13:28:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"a726596f-a7e8-7fce-faa2-784acc3676dd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/6824e554-4b8d-1fc8-704f-6f77fec325f9"},"performedPeriod":{"start":"2012-10-04T13:28:23-07:00","end":"2012-10-04T13:51:52-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"cc3b07bf-40f8-5694-c9d1-48ee0a223261","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"performedPeriod":{"start":"2012-10-15T18:59:58-07:00","end":"2012-10-15T19:21:37-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"f77e6d5a-d52d-9d5b-0585-9091b21b20bf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"performedPeriod":{"start":"2012-10-15T19:21:37-07:00","end":"2012-10-15T19:35:03-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"d6ef5dfd-e95b-9555-1bdc-b9a78fdf73a6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9e9ce6b9-3ca1-2d8f-6a29-bfaf6b3c8a58"},"performedPeriod":{"start":"2012-10-15T19:35:03-07:00","end":"2012-10-15T19:57:56-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"1d60fdc0-381f-c08d-a0bd-264c27f5c274","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/50d9f9f9-77b5-835b-967a-659f296313de"},"performedPeriod":{"start":"2012-10-25T13:51:52-07:00","end":"2012-10-25T14:36:27-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"ce6b241b-8535-c26e-5665-c26c805768fc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/0b89a852-fe35-66a0-5ae5-20f6b9d8bf11"},"performedPeriod":{"start":"2012-11-20T13:36:27-08:00","end":"2012-11-20T14:13:04-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"95599004-5eb6-6900-0f52-b53636ca62bd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/4c2b4a76-18b8-0494-84f9-15be640ebb07"},"performedPeriod":{"start":"2012-12-11T14:13:04-08:00","end":"2012-12-11T14:33:25-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"eb42c297-673f-2bb9-3ace-4315d24349cf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/2a53ac2c-9d6d-5b11-fc77-cc1edc12940c"},"performedPeriod":{"start":"2013-01-07T14:33:25-08:00","end":"2013-01-07T15:29:35-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"441351dd-5f89-3f22-ac42-2a033ffa0d81","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/c7e9e7e8-7168-3bc0-e977-75874cc1005f"},"performedPeriod":{"start":"2013-02-01T15:29:35-08:00","end":"2013-02-01T16:08:50-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"00bc423e-6a8e-b059-4fb9-56f489b539d2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/aa4b283a-feb0-afa4-399c-4a28cd33afb2"},"performedPeriod":{"start":"2013-02-25T16:08:50-08:00","end":"2013-02-25T16:38:07-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"92587007-e341-5090-9a57-2b67f3038ef7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/7a14795c-516b-2a8f-bc0e-767c2dd86aac"},"performedPeriod":{"start":"2013-03-18T17:38:07-07:00","end":"2013-03-18T17:54:57-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"347f08eb-ccd1-708d-beea-52dc1991e8da","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3868aaa7-7132-8ea9-45f2-98ba727f8267"},"performedPeriod":{"start":"2013-04-12T17:54:57-07:00","end":"2013-04-12T18:35:47-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"9f39157f-f3c2-6c2b-d301-2856a40b7697","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/cec8401c-4502-ffee-b16a-ce61c9ef8ff4"},"performedPeriod":{"start":"2013-05-07T18:35:47-07:00","end":"2013-05-07T19:28:02-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"235012bc-1b4b-05d6-0d25-abdef23241ff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/4cd173dd-c153-87ae-4166-51b4c6cc83d5"},"performedPeriod":{"start":"2013-06-02T19:28:02-07:00","end":"2013-06-02T20:06:08-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"cdeb9b7f-0fbf-9211-1927-0802201e0717","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/2d7e47b4-493c-880d-04c5-a73a08e00580"},"performedPeriod":{"start":"2013-06-26T20:06:08-07:00","end":"2013-06-26T21:00:56-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"72b4220a-2c03-f2f1-2b96-a75085cf5b97","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9bb6a689-0cc8-ff83-3b99-5b3c691122e1"},"performedPeriod":{"start":"2013-07-19T21:00:56-07:00","end":"2013-07-19T21:43:54-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"d5f0b980-cd43-63a1-01de-d9ddab85266e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e44c95ec-c7d0-9c5b-8181-4f4815994fd6"},"performedPeriod":{"start":"2013-08-13T21:43:54-07:00","end":"2013-08-13T22:40:16-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"a255ef6f-556c-13de-5899-0ac47282673b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/11b87793-95f8-a036-9872-97b1df44b5b2"},"performedPeriod":{"start":"2013-09-08T22:40:16-07:00","end":"2013-09-08T23:29:25-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"607bb53f-ba2c-937a-9609-859df1324dd3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/142b5ad3-99b9-9387-1f69-e91043cbd2bd"},"performedPeriod":{"start":"2013-10-02T23:29:25-07:00","end":"2013-10-03T00:21:33-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"6318f85b-1d23-72d2-6cb6-23b744835527","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"performedPeriod":{"start":"2013-10-21T18:59:58-07:00","end":"2013-10-21T19:11:39-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"8d40f8d5-5f31-f330-be96-286600cacfc2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d6cd5e28-f587-c916-48d0-95ba849469b0"},"performedPeriod":{"start":"2013-10-21T18:59:58-07:00","end":"2013-10-21T19:14:58-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"89940c99-1917-fc9f-40d4-3360e09f5f7c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/200cabda-dd43-f9f7-700e-a52b2061c59c"},"performedPeriod":{"start":"2013-10-21T19:11:39-07:00","end":"2013-10-21T19:41:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"127828cf-325b-816e-ec0c-20dd065223c1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/200cabda-dd43-f9f7-700e-a52b2061c59c"},"performedPeriod":{"start":"2013-10-21T19:41:23-07:00","end":"2013-10-21T19:52:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"506da159-2300-3436-2cb4-8445f65fecc0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/200cabda-dd43-f9f7-700e-a52b2061c59c"},"performedPeriod":{"start":"2013-10-21T19:52:46-07:00","end":"2013-10-21T20:15:09-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"8358cc92-6c75-45c0-28e1-e801d40b1f86","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"370995009","display":"Health risks education (procedure)"}],"text":"Health risks education (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/200cabda-dd43-f9f7-700e-a52b2061c59c"},"performedPeriod":{"start":"2013-10-21T20:15:09-07:00","end":"2013-10-21T20:25:46-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"},"reasonReference":[{"reference":"Condition/39ec30ae-e07d-e8a5-bba8-921e3bb16fdd","display":"Risk activity involvement (finding)"}]} +{"resourceType":"Procedure","id":"2da61335-b210-710f-7e13-bd4806b02177","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/c7601416-e2d1-f5c4-df67-d51319eb2d3d"},"performedPeriod":{"start":"2013-10-29T00:21:33-07:00","end":"2013-10-29T00:52:20-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"258fdb23-c163-9088-2a84-6c40963813cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d75c655b-8335-3f23-b41c-2fcf47ac7372"},"performedPeriod":{"start":"2013-11-22T23:52:20-08:00","end":"2013-11-23T00:13:03-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"43e18109-d04b-b1e4-1aa8-31c222c28154","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ce9e5b41-e67d-b4bb-7f26-b089389affb1"},"performedPeriod":{"start":"2013-12-17T00:13:03-08:00","end":"2013-12-17T00:33:51-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"5b4fdcc1-4c47-6f5c-487e-1e1bc2d6f8f5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/a6f60ebb-2d3a-04da-06ff-1f3c445f5042"},"performedPeriod":{"start":"2014-01-11T00:33:51-08:00","end":"2014-01-11T01:25:33-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"4e0d8169-cc4d-3721-fb67-b88548ea80a9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5049e7c1-9a26-1a81-51d9-d486df0ed141"},"performedPeriod":{"start":"2014-02-07T01:25:33-08:00","end":"2014-02-07T01:44:02-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"cd4cdae3-b3b2-dad4-79ae-1894eff470fe","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f19e2d0-e280-b4e4-6a36-3b2db432001f"},"performedPeriod":{"start":"2014-02-28T01:44:02-08:00","end":"2014-02-28T01:59:12-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"d186db57-da26-6f0c-3046-0fcac93d2095","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/af9e666b-27fd-4eec-8adb-61986e075f1e"},"performedPeriod":{"start":"2014-03-23T02:59:12-07:00","end":"2014-03-23T03:30:07-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"484c38b0-3d06-7ad6-3a09-6306bb645fa6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d9e8a892-17c0-56b7-1418-9b51152138d7"},"performedPeriod":{"start":"2014-04-13T03:30:07-07:00","end":"2014-04-13T03:46:34-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"f4a73a18-d9a7-772e-49db-140e8fddc378","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/4faaa44e-9113-b515-a260-32884dbc33b6"},"performedPeriod":{"start":"2014-05-10T03:46:34-07:00","end":"2014-05-10T04:15:50-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"5dcc717e-9277-1824-0eb5-ca79eec60577","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/af4a6973-4599-eefa-e568-7a6398d60e3b"},"performedPeriod":{"start":"2013-09-05T09:16:17-07:00","end":"2013-09-05T09:31:17-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Procedure","id":"57541586-6354-9e89-2d6c-bb0d7160c1eb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d08c9f2f-15c1-a50a-2c92-298fc96cb57a"},"performedPeriod":{"start":"2014-06-05T04:15:50-07:00","end":"2014-06-05T04:52:27-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"a455dd2d-931a-0c4d-689a-f00d5b0a9cf0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/8e363ec2-1d43-db51-368d-0c600d0116b7"},"performedPeriod":{"start":"2014-06-27T04:52:27-07:00","end":"2014-06-27T05:48:40-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"53adfd0b-52a6-2c55-cb96-c4824d301e0d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dd712e1d-3334-fdd5-e2da-d2152bb6a656"},"performedPeriod":{"start":"2014-07-24T05:48:40-07:00","end":"2014-07-24T06:16:39-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"bb3c485a-fed0-7a70-6052-4cbfaa1d21dc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ae0b5356-90b2-6b38-048f-ce6d521f7d12"},"performedPeriod":{"start":"2014-08-19T06:16:39-07:00","end":"2014-08-19T06:52:34-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"580d9721-7193-91e1-9de6-3980e23ff38b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/375e950c-9f9c-524e-40b1-b34bec5720fa"},"performedPeriod":{"start":"2014-09-09T06:52:34-07:00","end":"2014-09-09T07:16:40-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"800e3f78-113d-26c4-383f-4c3d84e32f1b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"395142003","display":"Allergy screening test"}],"text":"Allergy screening test"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/53a42fdf-8de2-19a1-d4bc-a238dc63f8f4"},"performedPeriod":{"start":"2014-10-06T07:16:40-07:00","end":"2014-10-06T07:54:34-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"7c62e75b-7560-44b6-808d-6f5670136afb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"performedPeriod":{"start":"2015-09-17T09:16:17-07:00","end":"2015-09-17T09:39:50-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Procedure","id":"8c662170-5b38-b58a-6d0a-91c06b1fb6c1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"performedPeriod":{"start":"2015-09-17T09:39:50-07:00","end":"2015-09-17T09:51:33-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Procedure","id":"1def38cc-627e-6b9b-ec82-4d7671220354","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"performedPeriod":{"start":"2015-09-17T09:51:33-07:00","end":"2015-09-17T10:03:25-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Procedure","id":"34560792-a4e9-73df-4e4c-106a8ae4bd1e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1d79efce-2019-46b2-1715-6117638f772e"},"performedPeriod":{"start":"2015-09-17T10:03:25-07:00","end":"2015-09-17T10:14:22-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Procedure","id":"b76212cb-0ad2-6292-99d8-102a34aba129","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"performedPeriod":{"start":"2014-10-27T18:59:58-07:00","end":"2014-10-27T19:20:24-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"20a613ee-d594-fe8a-3f29-8d2e4b400e7c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"performedPeriod":{"start":"2014-10-27T19:20:24-07:00","end":"2014-10-27T19:30:25-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"f64ec335-c868-450c-cb9c-71481a8c8a61","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"performedPeriod":{"start":"2014-10-27T19:30:25-07:00","end":"2014-10-27T19:59:14-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"fb27e5fb-d8be-b371-9b6b-bcf2a73f7543","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"performedPeriod":{"start":"2014-10-27T19:59:14-07:00","end":"2014-10-27T20:11:59-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"a3770dc6-d2a1-7769-4558-e9535670ebd3","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"performedPeriod":{"start":"2014-10-27T20:11:59-07:00","end":"2014-10-27T20:32:57-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"c8b7c6cf-4b4a-d52e-ee2c-24555a74ba63","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"386516004","display":"Anticipatory guidance (procedure)"}],"text":"Anticipatory guidance (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/ff9432b9-b159-55ba-4024-ceb0e739e122"},"performedPeriod":{"start":"2014-10-27T20:32:57-07:00","end":"2014-10-27T20:44:18-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"404b6bfc-a2e6-8f84-1325-7bec47b893f4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"395142003","display":"Allergy screening test"}],"text":"Allergy screening test"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/28aea553-23ad-ceec-0fc1-0977b2f22af4"},"performedPeriod":{"start":"2016-09-01T09:16:17-07:00","end":"2016-09-01T09:41:48-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"be5df177-9cbb-8770-78e2-559ab7ff6ffa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/9deedb73-444c-c464-f671-d30ffef0745f"},"performedPeriod":{"start":"2015-10-17T18:59:58-07:00","end":"2015-10-17T19:55:13-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"8e2cbf5b-d755-72e9-dc01-951f157376f9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/6a41ed1a-843a-c0ef-fb18-d2620dec81fa"},"performedPeriod":{"start":"2016-09-22T09:16:17-07:00","end":"2016-09-22T09:36:29-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Procedure","id":"0e77995b-a9ad-5506-fee7-634454604268","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/6a41ed1a-843a-c0ef-fb18-d2620dec81fa"},"performedPeriod":{"start":"2016-09-22T09:16:17-07:00","end":"2016-09-22T09:31:17-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Procedure","id":"7871ef9c-4279-4432-37a3-f1b27764cea4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/553f276e-c828-5f65-c0e2-87031e775bc6"},"performedPeriod":{"start":"2015-10-20T19:55:13-07:00","end":"2015-10-20T20:54:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"f3f8db47-8cac-20b4-502f-97b085ffe7d8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/37b4463f-0b42-9f84-9f42-87d461a5308f"},"performedPeriod":{"start":"2016-09-22T09:36:29-07:00","end":"2016-09-22T09:50:48-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"7bf638cf-ff17-3041-25de-a3c18533524a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/37b4463f-0b42-9f84-9f42-87d461a5308f"},"performedPeriod":{"start":"2016-09-22T09:50:48-07:00","end":"2016-09-22T10:14:24-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"7fadd14b-c80d-4223-5d32-03ee7936b7ab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/37b4463f-0b42-9f84-9f42-87d461a5308f"},"performedPeriod":{"start":"2016-09-22T10:14:24-07:00","end":"2016-09-22T10:25:13-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"4057520a-526e-01bd-8676-4ef4200cbe7d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"868187001","display":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"}],"text":"Assessment using Car, Relax, Alone, Forget, Friends, Trouble Screening Test (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/37b4463f-0b42-9f84-9f42-87d461a5308f"},"performedPeriod":{"start":"2016-09-22T10:25:13-07:00","end":"2016-09-22T10:47:02-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"fe0d81a3-4a50-6167-b5b2-765895e1d12d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"370995009","display":"Health risks education (procedure)"}],"text":"Health risks education (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/37b4463f-0b42-9f84-9f42-87d461a5308f"},"performedPeriod":{"start":"2016-09-22T10:47:02-07:00","end":"2016-09-22T10:59:10-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"},"reasonReference":[{"reference":"Condition/67e1970e-156a-1d65-39d9-c05976813eb4","display":"Risk activity involvement (finding)"}]} +{"resourceType":"Procedure","id":"233c20ed-e508-7c2f-71b2-b808eae581cf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b5995f30-1c2b-f715-3699-f1362e0c393b"},"performedPeriod":{"start":"2015-10-23T20:54:23-07:00","end":"2015-10-23T21:47:06-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"ed26f70f-63e6-deb3-1f66-9a5077212beb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/e09c7f2e-2a2a-9898-6ac1-58b2ce4dc1ed"},"performedPeriod":{"start":"2016-09-23T09:41:48-07:00","end":"2016-09-23T09:59:44-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"dafd1876-3dff-0174-4dbd-976612a9072b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/93323eae-1dfc-75d8-b7d7-212e839753f8"},"performedPeriod":{"start":"2015-10-26T21:47:06-07:00","end":"2015-10-26T22:42:52-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"e6badc71-1a11-58ac-3369-576785ca53c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/af143cff-17bf-6ae4-9b10-a6cb7a6c149f"},"performedPeriod":{"start":"2016-10-15T09:59:44-07:00","end":"2016-10-15T10:39:21-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"4638af33-eb22-3720-3ee2-4f28e46c4000","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/644c8649-67ed-8011-f98c-b66c27fc29ce"},"performedPeriod":{"start":"2015-10-29T22:42:52-07:00","end":"2015-10-29T23:32:26-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"cbc1e501-8eba-fc91-efb7-bc129a71c01f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/d832411c-34f2-9a0e-929e-24b32ee406ff"},"performedPeriod":{"start":"2016-11-10T09:39:21-08:00","end":"2016-11-10T10:04:48-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"0ed85a11-0d4f-f40d-86ea-9dfa5ae6b005","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d59204ec-567f-5285-c7e6-0414e3985ba5"},"performedPeriod":{"start":"2015-11-01T22:32:26-08:00","end":"2015-11-01T23:21:46-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"805288b5-842b-778f-b742-4cfc22b4dac4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d59204ec-567f-5285-c7e6-0414e3985ba5"},"performedPeriod":{"start":"2015-11-02T17:59:58-08:00","end":"2015-11-02T18:44:43-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"83a7331a-8173-a8d1-0b88-0c120caac414","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/d59204ec-567f-5285-c7e6-0414e3985ba5"},"performedPeriod":{"start":"2015-11-02T17:59:58-08:00","end":"2015-11-02T18:14:58-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"e37eedf9-0068-3b35-0fa6-adc5cec5fe94","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/ee4bbe06-fbef-636c-9258-973c198b1c05"},"performedPeriod":{"start":"2016-12-03T10:04:48-08:00","end":"2016-12-03T10:58:36-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"b1e1f7b2-ae17-d3c0-726d-e3bca52f0543","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/efc6df25-53e7-d567-7d5d-c0badbad5fdf"},"performedPeriod":{"start":"2016-12-30T10:58:36-08:00","end":"2016-12-30T11:17:51-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"633c118c-197e-1b56-0127-c32c71209efa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/0f44c21c-8851-47ce-5a37-b0f282583c18"},"performedPeriod":{"start":"2015-11-04T23:21:46-08:00","end":"2015-11-05T00:08:30-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"b484172e-4b81-a72f-05ec-f4747ad5f23b","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/abe2a23e-8995-6afd-8d71-9687cce02f6e"},"performedPeriod":{"start":"2017-01-26T11:17:51-08:00","end":"2017-01-26T12:08:11-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"6c4880bc-20b3-021c-7b66-e7194ed7af81","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"performedPeriod":{"start":"2015-11-08T00:08:30-08:00","end":"2015-11-08T01:01:50-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"d9395347-5193-23b9-6fdf-bb0ae927a789","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"performedPeriod":{"start":"2015-11-02T18:44:43-08:00","end":"2015-11-02T19:05:04-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"f8139c49-dce9-e678-5fd1-f2c63dd03b29","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"performedPeriod":{"start":"2015-11-02T19:05:04-08:00","end":"2015-11-02T19:15:44-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"6e067ff5-2f60-6659-d656-b91f7f617582","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"performedPeriod":{"start":"2015-11-02T19:15:44-08:00","end":"2015-11-02T19:38:23-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"92c6701e-3ac1-f981-3854-a57067f29aab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"performedPeriod":{"start":"2015-11-02T19:38:23-08:00","end":"2015-11-02T19:49:25-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"5f5e7688-9c81-e72d-8ebd-d9786a9fb9c0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/e600aa15-f12c-aabd-f793-cd05248b166d"},"performedPeriod":{"start":"2015-11-02T19:49:25-08:00","end":"2015-11-02T20:11:00-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"7f0b778e-5304-5bd0-e3be-f32fba801aff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/2785c103-631b-7741-50fb-067f4b134fc7"},"performedPeriod":{"start":"2017-02-19T12:08:11-08:00","end":"2017-02-19T12:54:45-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"a08d6b99-ee1f-d0c8-cb22-9d754f4b6c06","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/9e4aaa82-5649-60d8-20ac-4c7fe20e55b1"},"performedPeriod":{"start":"2017-03-17T13:54:45-07:00","end":"2017-03-17T14:12:27-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"36a2ca6f-a507-b3fe-716b-17e049129ce8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/7fc2b483-8ed6-b6fb-c43f-c706f0f03740"},"performedPeriod":{"start":"2015-11-11T01:01:50-08:00","end":"2015-11-11T01:50:35-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"cf096dec-2c92-dd7a-11da-c137324810e5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/9519becb-b997-bd3d-ac5b-b0ed0d608d1d"},"performedPeriod":{"start":"2017-04-11T14:12:27-07:00","end":"2017-04-11T14:55:12-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"46fb2385-c074-b47b-8f73-0a511cba1213","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"229064008","display":"Movement therapy (regime/therapy)"}],"text":"Movement therapy (regime/therapy)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/66a10ac2-7691-e7f3-ba7a-4ee4bf14cf15"},"performedPeriod":{"start":"2015-11-14T01:50:35-08:00","end":"2015-11-14T02:47:47-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"bf75566b-a4d3-1735-7439-cf429afa01c4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/3463fd2d-f5ad-8c09-940e-380cd009f890"},"performedPeriod":{"start":"2017-05-07T14:55:12-07:00","end":"2017-05-07T15:16:34-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"d68a89d5-9b87-a2a2-1766-0d023aab4e61","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/e1cdf3a0-96a7-4828-501e-43a25bbfe0bd"},"performedPeriod":{"start":"2017-06-03T15:16:34-07:00","end":"2017-06-03T15:50:00-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"0fb6d0ad-24cb-34cc-5ebf-eee930969a88","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/a129c713-8c1a-3bc7-d072-539b73976863"},"performedPeriod":{"start":"2017-06-25T15:50:00-07:00","end":"2017-06-25T16:28:33-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"062bf254-81d4-d1b3-d09b-c1d1a618f5f0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"performedPeriod":{"start":"2016-11-07T17:59:58-08:00","end":"2016-11-07T18:44:28-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"f3c86148-8b9e-8eb0-7aa1-4d46cfa412ff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"performedPeriod":{"start":"2016-11-07T18:44:28-08:00","end":"2016-11-07T19:08:36-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"c767fd21-8fe9-f7f9-6d33-40a2655a1137","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"performedPeriod":{"start":"2016-11-07T19:08:36-08:00","end":"2016-11-07T19:23:35-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"b2550c5c-371e-4bfd-c952-e9ecbacf5739","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f256a59a-add8-99c4-edfe-2b13b023f20d"},"performedPeriod":{"start":"2016-11-07T19:23:35-08:00","end":"2016-11-07T19:46:05-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"1bb5d1dc-38de-0b50-cac8-0871ee3156bb","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/91521c9a-448a-9866-cdee-deaa0f2bdbb6"},"performedPeriod":{"start":"2017-07-17T16:28:33-07:00","end":"2017-07-17T17:25:37-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"48e41690-35af-418e-26d7-7acf4e0839e1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"60027007","display":"X-ray or wrist"}],"text":"X-ray or wrist"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/88120520-1681-863f-0cfc-3a7bd85ca966"},"performedPeriod":{"start":"2017-06-13T19:10:24-07:00","end":"2017-06-13T19:40:24-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"fe91c42b-bdb0-2cf1-512e-8e4617b00478","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"274474001","display":"Bone immobilization"}],"text":"Bone immobilization"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/88120520-1681-863f-0cfc-3a7bd85ca966"},"performedPeriod":{"start":"2017-06-13T19:10:24-07:00","end":"2017-06-13T19:36:36-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"},"reasonReference":[{"reference":"Condition/a54b761c-3fdd-e50d-aea7-7dde427e0b61","display":"Fracture subluxation of wrist"}]} +{"resourceType":"Procedure","id":"aa307c2f-87ce-d7e1-f5a0-5196f0a757af","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/becdeaea-ad64-aa58-25d6-3fc663d7cfdc"},"performedPeriod":{"start":"2017-08-13T17:25:37-07:00","end":"2017-08-13T18:23:19-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"42497fd8-e473-7bc3-7168-fc59a832bdcc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/67b05be2-1fe8-dc45-ff6b-33a799a59270"},"performedPeriod":{"start":"2017-09-05T18:23:19-07:00","end":"2017-09-05T18:57:55-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"434a17fd-8654-751f-aae9-653d841751e6","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bdcabdfd-9168-8aa9-f5db-e6504484e901"},"performedPeriod":{"start":"2017-09-28T09:16:17-07:00","end":"2017-09-28T09:39:51-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Procedure","id":"ddfd5fd8-b1c7-2cea-a590-a53e638a6d19","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bdcabdfd-9168-8aa9-f5db-e6504484e901"},"performedPeriod":{"start":"2017-09-28T09:16:17-07:00","end":"2017-09-28T09:31:17-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Procedure","id":"71f490fa-778e-4a61-e86d-6cdbd327a542","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"performedPeriod":{"start":"2017-11-13T17:59:58-08:00","end":"2017-11-13T18:34:30-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"c64cb771-48e0-e34f-e648-3ecf070e2b55","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"performedPeriod":{"start":"2017-11-13T18:34:30-08:00","end":"2017-11-13T18:47:24-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"21b94e46-1cef-9246-cf3d-66ee628ad393","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"performedPeriod":{"start":"2017-11-13T18:47:24-08:00","end":"2017-11-13T19:13:51-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"f1f35055-de17-68fa-d7a9-ec08720e5b50","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"performedPeriod":{"start":"2017-11-13T19:13:51-08:00","end":"2017-11-13T19:25:49-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"ac341ac8-fe7a-d514-c502-20b27d4be0c8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b857f3-c449-102b-e2ff-90fa9a9492a6"},"performedPeriod":{"start":"2017-11-13T19:25:49-08:00","end":"2017-11-13T19:54:13-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"d926ea46-7408-ee8b-5849-fed0cf1d04ab","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/0b9379f9-9ee4-4ebd-d42c-9fa5a43705db"},"performedPeriod":{"start":"2017-09-28T18:57:55-07:00","end":"2017-09-28T19:50:42-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"e8338700-568b-bb81-3552-c687fa8bf5e8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5045dffa-5494-e7f4-27a0-20af8baef749"},"performedPeriod":{"start":"2017-10-21T19:50:42-07:00","end":"2017-10-21T20:38:55-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"3e71a150-0a72-aa39-ad26-498de3a5377e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/c4325707-2192-8831-847f-7e30e19debe9"},"performedPeriod":{"start":"2017-11-13T19:38:55-08:00","end":"2017-11-13T20:36:01-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"6bd53231-714d-15fc-7053-78be6c3a08aa","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/78bab925-dc9c-57ff-67f5-5a1f5734e707"},"performedPeriod":{"start":"2017-12-07T20:36:01-08:00","end":"2017-12-07T21:15:35-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"59fa2341-8a8f-27e4-1231-6035e87e5c9a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/9e22cebf-fb01-d87b-82a7-057191cf08a5"},"performedPeriod":{"start":"2017-12-29T21:15:35-08:00","end":"2017-12-29T21:39:27-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"0cd97ed5-0a0e-c629-7b3b-6a401b0f0258","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"performedPeriod":{"start":"2018-11-19T17:59:58-08:00","end":"2018-11-19T18:48:50-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"153ad726-974d-0b15-892b-4cebc756d957","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"performedPeriod":{"start":"2018-11-19T17:59:58-08:00","end":"2018-11-19T18:14:58-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"e0be1399-467b-6adb-3900-97ea1de7e649","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"performedPeriod":{"start":"2018-11-19T18:48:50-08:00","end":"2018-11-19T19:03:24-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"a037a9d5-af70-e1ac-6339-b7532b2d0fcd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/b9602768-e230-c073-5a87-0927d7e27440"},"performedPeriod":{"start":"2018-11-19T19:03:24-08:00","end":"2018-11-19T19:29:15-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"cb56d048-5e6b-fa63-bda5-44d947e469f0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/1345b822-ffa9-ced7-503b-c5a649fb24f7"},"performedPeriod":{"start":"2018-01-21T21:39:27-08:00","end":"2018-01-21T22:01:54-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"835c98a8-786c-8cbb-802d-51cc92898a44","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/527866ff-d2a8-ffda-a8ff-aa3b6ba1abe7"},"performedPeriod":{"start":"2018-02-15T22:01:54-08:00","end":"2018-02-15T22:39:12-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"895c80ee-ade1-8686-37f5-d5fd0f8269a0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5c0f27ec-57a6-bb5c-ba07-f23702b4e091"},"performedPeriod":{"start":"2018-03-13T23:39:12-07:00","end":"2018-03-13T23:57:34-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"ee45e44c-458d-cb2d-b1ff-119583948604","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/513c3be1-de8d-37cc-cc7f-019fa71960c6"},"performedPeriod":{"start":"2018-04-09T23:57:34-07:00","end":"2018-04-10T00:37:32-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"0b953611-a727-dd73-5d99-938b8b2afee2","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/9c3d81bd-8743-bdac-18fd-e703f9b4fc8b"},"performedPeriod":{"start":"2018-05-02T00:37:32-07:00","end":"2018-05-02T01:33:19-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"d9277ba2-457a-352a-71cf-1a6ef8b3c8ff","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"313191000","display":"Injection of adrenaline"}],"text":"Injection of adrenaline"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/c50f2fc1-6670-a311-9019-70f39bd1dd99"},"performedPeriod":{"start":"2018-05-03T22:00:17-07:00","end":"2018-05-03T22:15:17-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"a584f8b1-0128-368f-c99a-b211b19b683c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/b3604291-31df-50d9-d131-7b13c3347f85"},"performedPeriod":{"start":"2018-05-26T01:33:19-07:00","end":"2018-05-26T02:32:09-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"7dc7ecc6-30df-47f9-3409-804bc7f51df4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/2692da13-ea8e-5cbd-bff1-087af8b05da8"},"performedPeriod":{"start":"2018-06-17T02:32:09-07:00","end":"2018-06-17T03:01:19-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"c9fc50b6-8c4e-b08c-e210-20a41304fdc1","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/a1d9d1cf-2396-d6fb-8d9a-9f7e606edf54"},"performedPeriod":{"start":"2018-07-13T03:01:19-07:00","end":"2018-07-13T03:50:37-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"7db34e3a-8e0c-7399-fa1d-d90fef67abc8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/2f04e0c4-6f59-6768-f58a-5d6f1c573603"},"performedPeriod":{"start":"2018-08-03T03:50:37-07:00","end":"2018-08-03T04:28:31-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"182b94db-5684-daeb-6dd2-9e2727a9649e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"performedPeriod":{"start":"2019-11-25T17:59:58-08:00","end":"2019-11-25T18:51:17-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"b400c17e-6605-90a5-eff2-f3f2bf285ff7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"performedPeriod":{"start":"2019-11-25T17:59:58-08:00","end":"2019-11-25T18:14:58-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"3fc46fe7-7243-fd50-1a09-5bdf427400c4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"performedPeriod":{"start":"2019-11-25T18:51:17-08:00","end":"2019-11-25T19:01:30-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"9c1da534-8c5e-bcb0-efc3-98c8f46b571f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/dc80d9e8-b65f-98b3-e36c-e4bac9ca3859"},"performedPeriod":{"start":"2019-11-25T19:01:30-08:00","end":"2019-11-25T19:24:46-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"4d1b2164-fc12-8e02-49b5-f03124fcc009","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"23426006","display":"Measurement of respiratory function (procedure)"}],"text":"Measurement of respiratory function (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/f06954e9-fd6b-044f-b373-e96c08838d1b"},"performedPeriod":{"start":"2019-12-29T01:59:58-08:00","end":"2019-12-29T02:18:14-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"},"reasonReference":[{"reference":"Condition/6f58ea75-ff45-8c59-15b5-8f7c0d2fb9ec","display":"Acute bronchitis (disorder)"}]} +{"resourceType":"Procedure","id":"cf537802-c43a-4b40-cf4d-3ceb19e3b4a0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"performedPeriod":{"start":"2020-01-06T17:59:58-08:00","end":"2020-01-06T18:47:07-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"b347ddc8-e6a1-16fa-31bf-bed02aae93e7","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"performedPeriod":{"start":"2020-01-06T17:59:58-08:00","end":"2020-01-06T18:14:58-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"32e7f502-7593-22b4-a0c3-a36e8e1bee3c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"performedPeriod":{"start":"2020-01-06T18:47:07-08:00","end":"2020-01-06T19:04:38-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"738db68c-9d4c-3960-6752-31d11ebaef32","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"performedPeriod":{"start":"2020-01-06T19:04:38-08:00","end":"2020-01-06T19:15:12-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"92f303f2-1880-5f13-fae9-b07e0edd924e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/76b19e08-2e91-5302-c921-e384a6e7f9dd"},"performedPeriod":{"start":"2020-01-06T19:15:12-08:00","end":"2020-01-06T19:43:31-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"3c34ac4d-b31d-09fb-95ad-6f319a142f27","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/94bf4e0c-666a-a19a-452c-405417f77ce9"},"performedPeriod":{"start":"2018-08-24T04:28:31-07:00","end":"2018-08-24T04:56:00-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"ef88f1be-e224-f033-7bea-9bf5b6c2e117","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/760a197b-ffef-e8d9-97df-c9ed2405f093"},"performedPeriod":{"start":"2018-09-15T04:56:00-07:00","end":"2018-09-15T05:20:20-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"a84d97c2-3ce0-237f-84a1-68100d86a263","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/200d23c3-f729-5a2b-241f-ec1c5315429c"},"performedPeriod":{"start":"2018-10-04T09:16:17-07:00","end":"2018-10-04T09:29:25-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Procedure","id":"aec4012e-5bd9-32bb-3e1e-36a8aa849d6a","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/200d23c3-f729-5a2b-241f-ec1c5315429c"},"performedPeriod":{"start":"2018-10-04T09:16:17-07:00","end":"2018-10-04T09:31:17-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Procedure","id":"ce95c137-e376-dddc-8103-8f7ff76c7a16","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"715252007","display":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Nine Item score (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/200d23c3-f729-5a2b-241f-ec1c5315429c"},"performedPeriod":{"start":"2018-10-04T09:29:25-07:00","end":"2018-10-04T09:50:04-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Procedure","id":"43a15481-b5aa-e5aa-d6c7-42e0d6ceb7cc","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"performedPeriod":{"start":"2020-11-30T17:59:58-08:00","end":"2020-11-30T18:50:19-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"a243ea85-0cf6-1107-cab0-2bfa2f7cb802","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"performedPeriod":{"start":"2020-11-30T18:50:19-08:00","end":"2020-11-30T19:12:26-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"17471379-7c9b-7aff-90e1-68287f40d9bf","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/11874e7d-d1c7-0d19-f449-0483d50ff923"},"performedPeriod":{"start":"2018-10-06T05:20:20-07:00","end":"2018-10-06T06:12:50-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"11df0603-377e-5e64-0e5d-7b987d439ed9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"performedPeriod":{"start":"2020-11-30T19:12:26-08:00","end":"2020-11-30T19:22:49-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"9e9ff06b-53ee-5605-c156-2a51838f88a5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"performedPeriod":{"start":"2020-11-30T19:22:49-08:00","end":"2020-11-30T19:42:53-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"186a1040-53ec-4677-21cd-d3bc6fc7989f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"performedPeriod":{"start":"2020-11-30T19:42:53-08:00","end":"2020-11-30T19:53:50-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"1de57ff7-9f11-5b9d-8d05-81ec0f0d3819","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"763302001","display":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"}],"text":"Assessment using Alcohol Use Disorders Identification Test - Consumption (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/3e55fbb4-1a0c-5610-bb8b-87124f55bfc6"},"performedPeriod":{"start":"2020-11-30T19:53:50-08:00","end":"2020-11-30T20:16:08-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"43468d7b-6944-acec-54dc-b375008a7030","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/51121647-48a0-13ce-2c5f-edd759a3dcc9"},"performedPeriod":{"start":"2018-10-27T06:12:50-07:00","end":"2018-10-27T06:31:56-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"0668b1da-0174-adbe-c762-dff77f6bb6b5","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/e89ae65f-865a-e0af-24b0-c39910099f62"},"performedPeriod":{"start":"2018-11-23T05:31:56-08:00","end":"2018-11-23T06:03:59-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"4e54903c-dfd6-ee66-2b39-ed7ed67368db","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/afd24eab-d65a-995f-5aa9-616265f80d7c"},"performedPeriod":{"start":"2018-12-16T06:03:59-08:00","end":"2018-12-16T06:25:30-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"c08cded3-38e7-5e09-0240-4ffdff220d82","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/56c0e551-75ce-2675-a190-dcb096d671b9"},"performedPeriod":{"start":"2019-01-09T06:25:30-08:00","end":"2019-01-09T07:23:44-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"a2378fc9-ad3e-1180-fa20-410e177caa5d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/87a88439-0fd8-62fb-e450-be65fa13104e"},"performedPeriod":{"start":"2019-02-04T07:23:44-08:00","end":"2019-02-04T07:47:32-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"15a0d20f-6a94-b314-67ad-68c9d5788f86","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"performedPeriod":{"start":"2021-12-06T17:59:58-08:00","end":"2021-12-06T18:45:22-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"80da823c-89f0-d2a6-e075-dbf819d27296","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Reconciliation (procedure)"}],"text":"Medication Reconciliation (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"performedPeriod":{"start":"2021-12-06T17:59:58-08:00","end":"2021-12-06T18:14:58-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"73b737ab-dacc-5784-e7d0-d6a1344dcdce","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"performedPeriod":{"start":"2021-12-06T18:45:22-08:00","end":"2021-12-06T19:12:53-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"f6eef6d7-e24d-3ad7-cb8f-216843a24774","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/51761692-c0a5-9bf1-5029-4c46edef7286"},"performedPeriod":{"start":"2019-02-28T07:47:32-08:00","end":"2019-02-28T08:30:34-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"1540d476-248c-6cc2-bbd6-9d7e00df9a66","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"866148006","display":"Screening for domestic abuse (procedure)"}],"text":"Screening for domestic abuse (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"performedPeriod":{"start":"2021-12-06T19:12:53-08:00","end":"2021-12-06T19:55:07-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"950c5777-043b-01ab-e8a5-d77670b35ff0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"171207006","display":"Depression screening (procedure)"}],"text":"Depression screening (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"performedPeriod":{"start":"2021-12-06T19:55:07-08:00","end":"2021-12-06T20:08:03-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"50babe33-a589-cfd0-b893-1c21e2257a85","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"454711000124102","display":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"}],"text":"Depression screening using Patient Health Questionnaire Two-Item score (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"performedPeriod":{"start":"2021-12-06T20:08:03-08:00","end":"2021-12-06T20:30:15-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"f48ba0f7-82b7-2e63-27e4-668d155f1040","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"performedPeriod":{"start":"2021-12-06T20:30:15-08:00","end":"2021-12-06T20:40:53-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"9f3aed3f-6b9c-46c5-798a-703b66b769f0","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/6203b28f-adbe-c7bd-99e4-55877c893b6d"},"encounter":{"reference":"Encounter/5f39c04f-704d-297d-492a-03fc61c188cd"},"performedPeriod":{"start":"2021-12-06T20:40:53-08:00","end":"2021-12-06T21:03:21-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|438db9ef-e796-3bbd-9ae4-141eaf234fe2","display":"HOPEDALE CARDIOVASCULAR ASSOCIATES, LLC"}} +{"resourceType":"Procedure","id":"3a427eb5-733f-70d0-672e-ea6cf7c242a4","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/f009f651-923c-5fc9-5e06-e27e0140823d"},"performedPeriod":{"start":"2019-03-26T09:30:34-07:00","end":"2019-03-26T10:05:57-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"002f6ad8-9289-83b8-81c4-598f604ba756","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/988b0592-945b-d78b-3846-fbf0b1636756"},"performedPeriod":{"start":"2019-04-22T10:05:57-07:00","end":"2019-04-22T10:41:09-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"a64b75d9-d28f-38bb-1cd3-f887980f401f","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/41b2080c-f046-f955-6c01-c8e5ae069510"},"performedPeriod":{"start":"2019-05-18T10:41:09-07:00","end":"2019-05-18T11:27:51-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"e60d778b-4029-1799-2838-0ddd025677c9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/acd273ae-2986-c39b-5b8d-94c1f0159873"},"performedPeriod":{"start":"2019-06-12T11:27:51-07:00","end":"2019-06-12T12:17:38-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"30909de9-8f22-f308-ca06-51d28549cb45","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/f0a0796b-7931-e984-f8a0-145448f37133"},"performedPeriod":{"start":"2019-07-04T12:17:38-07:00","end":"2019-07-04T12:42:50-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"5b0890f7-0304-2971-bca2-b04f41f30c57","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/c8c6ebff-0368-16ac-f9e8-fdcb05e58e95"},"performedPeriod":{"start":"2019-07-25T12:42:50-07:00","end":"2019-07-25T13:02:13-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"9402d738-7f23-c115-2972-1d1e1683f9be","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/714dd02d-b459-7855-399e-47af81f4ab71"},"performedPeriod":{"start":"2019-08-18T13:02:13-07:00","end":"2019-08-18T13:39:04-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"8eebca1b-20ee-d9aa-2a17-f9002eef2bae","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/10d22fed-bdf9-8ba6-8fa0-5815d64b44a4"},"performedPeriod":{"start":"2019-09-12T13:39:04-07:00","end":"2019-09-12T13:57:16-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"4840b613-b135-3d33-aa1a-caed858afa92","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/64841e83-c25e-ee9d-76dd-c5091e3fd8c4"},"performedPeriod":{"start":"2019-10-10T09:16:17-07:00","end":"2019-10-10T09:40:38-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Procedure","id":"28039a08-a33a-0f21-222e-4ef3fa072539","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/47877d45-5971-d2d6-e84f-dac036809cf2"},"performedPeriod":{"start":"2019-10-06T13:57:16-07:00","end":"2019-10-06T14:32:14-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"97325f19-7769-aaaa-ea71-13cb6496fd4e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/a86c4ef5-1f3b-c609-ffd6-3c2df237bbfa"},"performedPeriod":{"start":"2019-11-01T14:32:14-07:00","end":"2019-11-01T15:19:53-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"faab0d0d-adad-c4bb-4f78-e6ad8b1c25dd","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/fb626b01-8153-295b-0a01-102dbb6fa556"},"performedPeriod":{"start":"2019-11-23T14:19:53-08:00","end":"2019-11-23T15:04:28-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"03da50a6-7d3c-4347-0499-ce0703132f2d","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/84f555b1-2378-daf7-7fd6-5e3199387282"},"performedPeriod":{"start":"2019-12-14T15:04:28-08:00","end":"2019-12-14T15:30:54-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"656ef02a-2c76-e638-cea6-061799a6fd51","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/d53e0f68-1e74-b3da-2ebf-3b25b05803f4"},"performedPeriod":{"start":"2020-01-05T15:30:54-08:00","end":"2020-01-05T15:55:26-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"e346c729-3296-936e-1f14-2c06573c8d76","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/bb1ba18c-f929-fbb5-9138-969974a7a9f9"},"performedPeriod":{"start":"2020-02-01T15:55:26-08:00","end":"2020-02-01T16:24:46-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"eedca3f4-b973-a63b-97b6-175a5db69157","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/fc66240e-ff41-c06d-69f7-7c3dac5d0830"},"performedPeriod":{"start":"2020-02-23T16:24:46-08:00","end":"2020-02-23T17:01:42-08:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"b6a2b525-5767-8ee6-ef16-c381c63adac8","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/ea6552db-d3f9-7d9b-5a63-656b8957c90e"},"performedPeriod":{"start":"2020-03-19T18:01:42-07:00","end":"2020-03-19T18:45:08-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"5c0f8713-7095-c22a-adb5-494f3177972e","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/75f0b36a-7784-140c-753c-9aa07792215a"},"performedPeriod":{"start":"2020-04-10T18:45:08-07:00","end":"2020-04-10T19:31:17-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"2463915c-ea29-f8b6-f692-e8768aa65b03","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/02df4a2f-fcab-1140-6484-a4f8b91223b0"},"performedPeriod":{"start":"2020-05-03T19:31:17-07:00","end":"2020-05-03T20:10:43-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"f06d5465-8d59-beac-5fca-211282cafd54","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/aeace02c-2b9e-46ed-e7fe-cfb918f9e400"},"performedPeriod":{"start":"2020-05-25T20:10:43-07:00","end":"2020-05-25T21:02:49-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"17d206d3-a337-5325-ca24-dd1e86ec4344","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/0a7ad85d-461f-b27b-37de-b9c7e8946b0e"},"performedPeriod":{"start":"2020-06-18T21:02:49-07:00","end":"2020-06-18T21:49:12-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"eca0d311-f5a3-d7aa-28e7-a9ff69445b89","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/6cd29549-1079-b488-357a-f7321a7d79f1"},"performedPeriod":{"start":"2020-07-13T21:49:12-07:00","end":"2020-07-13T22:34:10-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"ac36a4cd-7cee-cfba-4548-01f5a2a729ec","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"180256009","display":"Subcutaneous immunotherapy"}],"text":"Subcutaneous immunotherapy"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/fbcf6e76-29ed-9863-4a19-c2a5a9421d97"},"performedPeriod":{"start":"2020-08-06T22:34:10-07:00","end":"2020-08-06T23:28:49-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"535b5d93-be75-182a-1d60-a96971b3459c","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"395142003","display":"Allergy screening test"}],"text":"Allergy screening test"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/649635f1-9e88-6b92-622d-bef68818123d"},"performedPeriod":{"start":"2020-08-31T23:28:49-07:00","end":"2020-09-01T00:04:57-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|e7defd99-1c69-307b-9e99-5bb405c3bd7d","display":"MILFORD REGIONAL MEDICAL CENTER"}} +{"resourceType":"Procedure","id":"7c8a9970-9dbb-df60-f5e9-1137e32e7286","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710824005","display":"Assessment of health and social care needs (procedure)"}],"text":"Assessment of health and social care needs (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"performedPeriod":{"start":"2021-10-21T09:16:17-07:00","end":"2021-10-21T10:09:58-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Procedure","id":"bb0d6a05-176d-9bb4-4c70-499335616361","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"710841007","display":"Assessment of anxiety (procedure)"}],"text":"Assessment of anxiety (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"performedPeriod":{"start":"2021-10-21T10:09:58-07:00","end":"2021-10-21T10:38:23-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Procedure","id":"2616e228-52f3-052d-3402-f69c4c2500e9","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"428211000124100","display":"Assessment of substance use (procedure)"}],"text":"Assessment of substance use (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"performedPeriod":{"start":"2021-10-21T10:38:23-07:00","end":"2021-10-21T10:51:26-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} +{"resourceType":"Procedure","id":"d3a8cdb7-a2c8-0a75-3d8d-cb1cad1c5792","meta":{"profile":["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"]},"status":"completed","code":{"coding":[{"system":"http://snomed.info/sct","code":"713106006","display":"Screening for drug abuse (procedure)"}],"text":"Screening for drug abuse (procedure)"},"subject":{"reference":"Patient/2878a2e6-80cc-96c0-0596-00c411d5afd7"},"encounter":{"reference":"Encounter/5f2ab988-4794-3c47-1140-8eb6efdf1c45"},"performedPeriod":{"start":"2021-10-21T10:51:26-07:00","end":"2021-10-21T11:19:52-07:00"},"location":{"reference":"Location?identifier=https://github.com/synthetichealth/synthea|2b9a3124-afdb-3959-bd52-991104897d1b","display":"PCP53949"}} diff --git a/tests/fixtures/synthea/output/gen3/_definitions.yaml b/tests/fixtures/synthea/output/gen3/_definitions.yaml new file mode 100644 index 0000000..da80111 --- /dev/null +++ b/tests/fixtures/synthea/output/gen3/_definitions.yaml @@ -0,0 +1,252 @@ +id: _definitions + +UUID: + term: + $ref: "_terms.yaml#/UUID" + type: string + pattern: "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$" + +parent_uuids: + type: array + minItems: 1 + items: + $ref: "#/UUID" + uniqueItems: true + +foreign_key_project: + type: object + # Allow true here because we can have other unique keys defined on + # a target type + additionalProperties: true + #Can either use 'id' which are Gen3 IDs (UUID) or 'code' + #which is the user defined ID for project + properties: + id: + $ref: "#/UUID" + code: + type: string + +to_one_project: + anyOf: + - type: array + items: + $ref: "#/foreign_key_project" + minItems: 1 + maxItems: 1 + - $ref: "#/foreign_key_project" + +to_many_project: + anyOf: + - type: array + items: + $ref: "#/foreign_key_project" + minItems: 1 + - $ref: "#/foreign_key_project" + +foreign_key: + type: object + # Allow true here because we can have other unique keys defined on + # a target type + additionalProperties: True + #Can either use 'id' which are GDC IDs (UUID) or 'submitter_id' + #which are user defined IDs ("submitter IDs in the backend") + properties: + id: + $ref: "#/UUID" + submitter_id: + type: string + +to_one: + anyOf: + - type: array + items: + $ref: "#/foreign_key" + minItems: 1 + maxItems: 1 + - $ref: "#/foreign_key" + +to_many: + anyOf: + - type: array + items: + $ref: "#/foreign_key" + minItems: 1 + - $ref: "#/foreign_key" + +datetime: + oneOf: + - type: string + format: date-time + - type: 'null' + term: + $ref: "_terms.yaml#/datetime" + +file_name: + type: string + term: + $ref: "_terms.yaml#/file_name" + +file_size: + type: integer + term: + $ref: "_terms.yaml#/file_size" + +file_format: + type: string + term: + $ref: "_terms.yaml#/file_format" + +ga4gh_drs_uri: + type: string + term: + $ref: "_terms.yaml#/ga4gh_drs_uri" + +md5sum: + type: string + term: + $ref: "_terms.yaml#/md5sum" + pattern: "^[a-f0-9]{32}$" + +object_id: + type: string + description: "The GUID of the object in the index service." + +release_state: + description: "Release state of an entity." + default: unreleased + enum: + - unreleased + - released + - redacted + +data_bundle_state: + description: "State of a data bundle." + default: submitted + enum: + - submitted + - validated + - error + - released + - suppressed + - redacted + +data_file_error_type: + term: + $ref: "_terms.yaml#/data_file_error_type" + enum: + - file_size + - file_format + - md5sum + +state: + term: + $ref: "_terms.yaml#/state" + default: validated + downloadable: + - uploaded + - md5summed + - validating + - validated + - error + - invalid + - released + public: + - live + oneOf: + - enum: #This list covers legacy data + - uploading + - uploaded + - md5summing + - md5summed + - validating + - error + - invalid + - suppressed + - redacted + - live + - enum: #This list covers all future data 1/15/16 + - validated + - submitted + - released + +file_state: + term: + $ref: "_terms.yaml#/file_state" + default: registered + enum: + - registered + - uploading + - uploaded + - validating + - validated + - submitted + - processing + - processed + - released + - error + +qc_metrics_state: + term: + $ref: "_terms.yaml#/qc_metric_state" + enum: + - FAIL + - PASS + - WARN + +project_id: + type: string + term: + $ref: "_terms.yaml#/project_id" + +data_file_properties: + $ref: "#/ubiquitous_properties" + file_name: + $ref: "#/file_name" + file_size: + $ref: "#/file_size" + file_format: + $ref: "#/file_format" + md5sum: + $ref: "#/md5sum" + object_id: + $ref: "#/object_id" + file_state: + $ref: "#/file_state" + error_type: + $ref: "#/data_file_error_type" + ga4gh_drs_uri: + $ref: "#/ga4gh_drs_uri" + +workflow_properties: + $ref: "#/ubiquitous_properties" + workflow_link: + description: "Link to Github hash for the CWL workflow used." + type: string + workflow_version: + description: "Major version for a GDC workflow." + type: string + workflow_start_datetime: + $ref: "#/datetime" + workflow_end_datetime: + $ref: "#/datetime" + +ubiquitous_properties: + type: + type: string + id: + $ref: "#/UUID" + systemAlias: node_id + submitter_id: + type: + - string + description: > + A project-specific identifier for a node. This property is the calling card/nickname/alias for + a unit of submission. It can be used in place of the UUID for identifying or recalling a node. + state: + $ref: "#/state" + project_id: + $ref: "#/project_id" + created_datetime: + $ref: "#/datetime" + updated_datetime: + $ref: "#/datetime" diff --git a/tests/fixtures/synthea/output/gen3/_settings.yaml b/tests/fixtures/synthea/output/gen3/_settings.yaml new file mode 100644 index 0000000..d7e2171 --- /dev/null +++ b/tests/fixtures/synthea/output/gen3/_settings.yaml @@ -0,0 +1,6 @@ +# Global settings for the graph + +# Is the graph case centric, that we want +# to create a link between all children to case +# to expedite case filter on nodes +enable_case_cache: false diff --git a/tests/fixtures/synthea/output/gen3/_terms.yaml b/tests/fixtures/synthea/output/gen3/_terms.yaml new file mode 100644 index 0000000..6024d85 --- /dev/null +++ b/tests/fixtures/synthea/output/gen3/_terms.yaml @@ -0,0 +1,1938 @@ +id: _terms + + + +28s_16s_ribosomal_rna_ratio: + description: > + The 28S/18S ribosomal RNA band ratio used to assess the quality of total RNA. + termDef: + term: "28s/18s Ribosomal RNA Ratio" + source: null + cde_id: null + cde_version: null + term_url: null + + + + + +a260_a280_ratio: + description: > + Numeric value that represents the sample ratio of nucleic acid absorbance at 260 nm and 280 nm, + used to determine a measure of DNA purity. + termDef: + term: Nucleic Acid Absorbance at 260 And Absorbance at 280 DNA Purity Ratio Value + source: caDSR + cde_id: 5432595 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432595&version=1.0" + +age: + description: > + Age at last visit. Age is encoded as ISO8601 duration. (CMG) + termDef: + term: Age at last visit. Age is encoded as ISO8601 duration. + source: Phenopackets + cde_id: ISO8601 + cde_version: 1.0 + term_url: "https://phenopackets-schema.readthedocs.io/en/latest/age.html#rstage" + +family_onset: + description: > + Typical age of onset for the family. Age is encoded as ISO8601 duration. (CMG) + termDef: + term: Typical age of onset for the family. Age is encoded as ISO8601 duration. + source: Phenopackets + cde_id: ISO8601 + cde_version: 1.0 + term_url: "https://phenopackets-schema.readthedocs.io/en/latest/age.html#rstage" + +disease_omim_id: + description: > + The ID of the term from OMIM which represents a disease. (CMG) + termDef: + term: The ID of the term from OMIM which represents a disease. (CMG) + source: OMIM + cde_id: OMIM + cde_version: 1.0 + term_url: "https://www.ncbi.nlm.nih.gov/omim" + +phenotype_hpo_id: + description: > + The ID of the term from Human Phenotype Ontology which represents a harmonized phenotype. (CMG) + termDef: + term: The ID of the term from Human Phenotype Ontology which represents a harmonized phenotype. (CMG) + source: HPO + cde_id: HPO + cde_version: 1.0 + term_url: "https://hpo.jax.org/app/" + +adapter_name: # TOREVIEW + description: > + Name of the sequencing adapter. + +adapter_sequence: # TOREVIEW + description: > + Base sequence of the sequencing adapter. + +age_of_onset: + description: > + Age of onset (if affected). Otherwise age of last exam or phenotype transfer. (CMG) + termDef: + term: Age of onset (if affected). Otherwise age of last exam or phenotype transfer. (CMG) + source: Phenopackets + cde_id: ISO8601 + cde_version: 1.0 + term_url: "https://phenopackets-schema.readthedocs.io/en/latest/age.html#rstage" + +age_at_event_days_gt89: + description: > + Indicate whether the 'Age at the time an event occurs expressed in the number of days since birth' is greater than 32872 days (89 years). + +age_at_diagnosis: + description: > + Age at the time of diagnosis expressed in number of days since birth. If the age at diagnosis is greater than 32872 days (89 years), then see 'age_at_diagnosis_gt89'. + termDef: + term: Patient Diagnosis Age Day Value + source: caDSR + cde_id: 3225640 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3225640&version=2.0" + +age_at_diagnosis_gt89: + description: > + Indicate whether the age at the time of diagnosis expressed in number of days since birth is greater than 32872 days (89 years). + termDef: + term: Patient Diagnosis Age Day Value + source: caDSR + cde_id: 3225640 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3225640&version=2.0" + +ajcc_clinical_m: + description: > + Extent of the distant metastasis for the cancer based on evidence obtained from clinical + assessment parameters determined prior to treatment. + termDef: + term: Neoplasm American Joint Committee on Cancer Clinical Distant Metastasis M Stage + source: caDSR + cde_id: 3440331 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440331&version=1.0" + +ajcc_clinical_n: + description: > + Extent of the regional lymph node involvement for the cancer based on evidence obtained from + clinical assessment parameters determined prior to treatment. + termDef: + term: Neoplasm American Joint Committee on Cancer Clinical Regional Lymph Node N Stage + source: caDSR + cde_id: 3440330 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440330&version=1.0" + +ajcc_clinical_stage: + description: > + Stage group determined from clinical information on the tumor (T), regional node (N) and + metastases (M) and by grouping cases with similar prognosis for cancer. + termDef: + term: Neoplasm American Joint Committee on Cancer Clinical Group Stage + source: caDSR + cde_id: 3440332 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440332&version=1.0" + +ajcc_clinical_t: + description: > + Extent of the primary cancer based on evidence obtained from clinical assessment parameters + determined prior to treatment. + termDef: + term: Neoplasm American Joint Committee on Cancer Clinical Primary Tumor T Stage + source: caDSR + cde_id: 3440328 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440328&version=1.0" + +ajcc_pathologic_m: + description: > + Code to represent the defined absence or presence of distant spread or metastases (M) to + locations via vascular channels or lymphatics beyond the regional lymph nodes, using + criteria established by the American Joint Committee on Cancer (AJCC). + termDef: + term: American Joint Committee on Cancer Metastasis Stage Code + source: caDSR + cde_id: 3045439 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3045439&version=1.0" + +ajcc_pathologic_n: + description: > + The codes that represent the stage of cancer based on the nodes present (N stage) according + to criteria based on multiple editions of the AJCC's Cancer Staging Manual. + termDef: + term: Neoplasm Disease Lymph Node Stage American Joint Committee on Cancer Code + source: caDSR + cde_id: 3203106 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3203106&version=1.0" + +ajcc_pathologic_stage: + description: > + The extent of a cancer, especially whether the disease has spread from the original site to + other parts of the body based on AJCC staging criteria. + termDef: + term: Neoplasm Disease Stage American Joint Committee on Cancer Code + source: caDSR + cde_id: 3203222 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3203222&version=1.0" + +ajcc_pathologic_t: + description: > + Code of pathological T (primary tumor) to define the size or contiguous extension of the + primary tumor (T), using staging criteria from the American Joint Committee on Cancer + (AJCC). + termDef: + term: American Joint Committee on Cancer Tumor Stage Code + source: caDSR + cde_id: 3045435 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3045435&version=1.0" + +alcohol_history: + description: > + A response to a question that asks whether the participant has consumed at least 12 drinks of + any kind of alcoholic beverage in their lifetime. + termDef: + term: Alcohol Lifetime History Indicator + source: caDSR + cde_id: 2201918 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2201918&version=1.0" + +drink_number: + description: > + Units of drink consumed during Drink Period (DRNKPRD). (GTEx) + +aliquot_quantity: + description: > + The quantity in micrograms (ug) of the aliquot(s) derived from the analyte(s) shipped for + sequencing and characterization. + termDef: + term: Biospecimen Aliquot Quantity + source: null + cde_id: null + cde_version: null + term_url: null + +aliquot_volume: + description: > + The volume in microliters (ml) of the aliquot(s) derived from the analyte(s) shipped for + sequencing and characterization. + termDef: + term: Biospecimen Aliquot Volume + source: null + cde_id: null + cde_version: null + term_url: null + +amount: # TOREVIEW + description: > + Weight in grams or volume in mL. + +analyte_quantity: + description: > + The quantity in micrograms (ug) of the analyte(s) derived from the analyte(s) shipped for + sequencing and characterization. + termDef: + term: Biospecimen Analyte Quantity + source: null + cde_id: null + cde_version: null + term_url: null + +analyte_type: + description: > + Text term that represents the kind of molecular specimen analyte. + termDef: + term: Molecular Specimen Type Text Name + source: caDSR + cde_id: 2513915 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2513915&version=2.0" + +analyte_type_id: + description: > + A single letter code used to identify a type of molecular analyte. + termDef: + term: Molecular Analyte Identification Code + source: caDSR + cde_id: 5432508 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432508&version=1.0" + +analyte_volume: + description: > + The volume in microliters (ml) of the analyte(s) derived from the analyte(s) shipped for + sequencing and characterization. + termDef: + term: Biospecimen Analyte Volume + source: null + cde_id: null + cde_version: null + term_url: null + +ann_arbor_b_symptoms: + description: > + Text term to signify whether lymphoma B-symptoms are present as noted in the patient's medical + record. + termDef: + term: Lymphoma B-Symptoms Medical Record Documented Indicator + source: caDSR + cde_id: 2902402 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2902402&version=1.0" + +ann_arbor_clinical_stage: + description: > + The classification of the clinically confirmed anatomic disease extent of lymphoma (Hodgkin's + and Non-Hodgkins) based on the Ann Arbor Staging System. + termDef: + term: Ann Arbor Clinical Stage + source: null + cde_id: null + cde_version: null + term_url: null + +ann_arbor_extranodal_involvement: + description: > + Indicator that identifies whether a patient with malignant lymphoma has lymphomatous involvement + of an extranodal site. + termDef: + term: Lymphomatous Extranodal Site Involvement Indicator + source: caDSR + cde_id: 3364582 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3364582&version=1.0" + +ann_arbor_pathologic_stage: + description: > + The classification of the pathologically confirmed anatomic disease extent of lymphoma + (Hodgkin's and Non-Hodgkins) based on the Ann Arbor Staging System. + termDef: + term: Ann Arbor Pathologic Stage + source: null + cde_id: null + cde_version: null + term_url: null + +ann_arbor_tumor_stage: + description: > + The classification of the anatomic disease extent of lymphoma (Hodgkin's and Non-Hodgkins) based + on the Ann Arbor Staging System. + termDef: + term: Ann Arbor Tumor Stage + source: null + cde_id: null + cde_version: null + term_url: null + +base_caller_name: # TOREVIEW + description: > + Name of the base caller. + +base_caller_version: # TOREVIEW + description: > + Version of the base caller. + +biomarker_name: + description: > + The name of the biomarker being tested for this specimen and set of test results. + termDef: + term: Biomarker Name + source: caDSR + cde_id: 5473 + cde_version: 11.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5473&version=2.31" + +biomarker_result: + description: > + Text term to define the results of genetic testing. + termDef: + term: Laboratory Procedure Genetic Abnormality Test Result Type + source: caDSR + cde_id: 3234680 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3234680&version=1.0" + +biomarker_test_method: + description: > + Text descriptor of a molecular analysis method used for an individual. + termDef: + term: Disease Detection Molecular Analysis Method Type + source: caDSR + cde_id: 3121575 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3121575&version=1.0" + +biospecimen_anatomic_site_id: + description: > + Uberon ID, anatomical location as described by the Uber Anatomy Ontology (UBERON). (CMG) + termDef: + term: Uberon ID, anatomical location as described by the Uber Anatomy Ontology (UBERON). (CMG) + source: Uberon + cde_id: Uberon + cde_version: 1.0 + term_url: "https://www.ebi.ac.uk/ols/ontologies/uberon" + +biospecimen_anatomic_site_label: + description: > + Uberon Label, anatomical location as described by the Uber Anatomy Ontology (UBERON). (CMG) + termDef: + term: Uberon Label, anatomical location as described by the Uber Anatomy Ontology (UBERON). (CMG) + source: Uberon + cde_id: Uberon + cde_version: 1.0 + term_url: "https://www.ebi.ac.uk/ols/ontologies/uberon" + +bmi: + description: > + Autocalculated field of BMI: general indicator of the body fat an individual is carrying based upon the ratio of weight to height. BMI = 703 * weight in pounds/height in inches squared. (GTEx) + termDef: + term: Body Mass Index (BMI) + source: caDSR + cde_id: 4973892 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4973892&version=1.0" + +burkitt_lymphoma_clinical_variant: + description: > + Burkitt's lymphoma categorization based on clinical features that differ from other forms of the + same disease. + termDef: + term: Burkitt Lymphoma Clinical Variant Type + source: caDSR + cde_id: 3770421 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3770421&version=1.0" + +cause_of_death: + description: > + Text term to identify the cause of death for a patient. + termDef: + term: Patient Death Reason + source: caDSR + cde_id: 2554674 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2554674&version=3.0" + +cea_level_preoperative: + description: > + Numeric value of the Carcinoembryonic antigen or CEA at the time before surgery. [Manually- + curated] + termDef: + term: Preoperative Carcinoembryonic Antigen Result Value + source: caDSR + cde_id: 2716510 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2716510&version=1.0" + +cigarettes_per_day: + description: > + The average number of cigarettes smoked per day. + termDef: + term: Smoking Use Average Number + source: caDSR + cde_id: 2001716 + cde_version: 4.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2001716&version=4.0" + +circumferential_resection_margin: + description: > + A value in millimeters indicating the measured length between a malignant lesion of the + colon or rectum and the nearest radial (or circumferential) border of tissue removed during + cancer surgery. + termDef: + term: Colorectal Surgical Margin Circumferential Distance Measurement + source: caDSR + cde_id: 64202 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64202&version=3.0" + +classification_of_tumor: + description: > + Text that describes the kind of disease present in the tumor specimen as related to a specific + timepoint. + termDef: + term: Tumor Tissue Disease Description Type + source: caDSR + cde_id: 3288124 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3288124&version=1.0" + +colon_polyps_history: + description: > + Yes/No indicator to describe if the subject had a previous history of colon polyps as noted + in the history/physical or previous endoscopic report (s). + termDef: + term: Colon Carcinoma Polyp Occurrence Indicator + source: caDSR + cde_id: 3107197 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3107197&version=1.0" + +composition: + description: > + Text term that represents the cellular composition of the sample. + termDef: + term: Biospecimen Cellular Composition Type + source: caDSR + cde_id: 5432591 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432591&version=1.0" + +concentration: + description: > + Numeric value that represents the concentration of an analyte or aliquot extracted from the + sample or sample portion, measured in milligrams per milliliter. + termDef: + term: Biospecimen Analyte or Aliquot Extracted Concentration Milligram per Milliliter Value + source: caDSR + cde_id: 5432594 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432594&version=1.0" + +creation_datetime: + description: > + The datetime of portion creation encoded as seconds from epoch. + termDef: + term: Biospecimen Portion Creation Seconds Date/Time + source: caDSR + cde_id: 5432592 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432592&version=1.0" + +current_weight: + description: > + Numeric value that represents the current weight of the sample, measured in milligrams. + termDef: + term: Tissue Sample Current Weight Milligram Value + source: caDSR + cde_id: 5432606 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432606&version=1.0" + +data_category: # TOREVIEW + description: > + Broad categorization of the contents of the data file. + +data_file_error_type: # TOREVIEW + description: > + Type of error for the data file object. + +data_format: # TOREVIEW + description: > + Format of the data files. + +data_type: # TOREVIEW + description: > + Specific content type of the data file. (CMG) + +datetime: + description: > + A combination of date and time of day in the form [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] + +days_to_birth: + description: > + Time interval from a person's date of birth to the date of initial pathologic diagnosis, + represented as a calculated negative number of days. + termDef: + term: Person Birth Date Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3008233 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008233&version=1.0" + +days_to_collection: + description: > + Time interval from the date of biospecimen collection to the date of initial pathologic + diagnosis, represented as a calculated number of days. + termDef: + term: Biospecimen Collection Date Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3008340 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008340&version=1.0" + +days_to_death: + description: > + Time interval from a person's date of death to the date of initial pathologic diagnosis, + represented as a calculated number of days. + termDef: + term: Death Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3165475 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3165475&version=1.0" + +days_to_hiv_diagnosis: + description: > + Time interval from the date of the initial pathologic diagnosis to the date of human + immunodeficiency diagnosis, represented as a calculated number of days. + termDef: + term: Human Immunodeficiency Virus Diagnosis Subtract Initial Pathologic Diagnosis Time Duration Day Calculation Value + source: caDSR + cde_id: 4618491 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4618491&version=1.0" + +days_to_last_follow_up: + description: > + Time interval from the date of last follow up to the date of initial pathologic diagnosis, + represented as a calculated number of days. + termDef: + term: Last Communication Contact Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3008273 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008273&version=1.0" + +days_to_last_known_disease_status: + description: > + Time interval from the date of last follow up to the date of initial pathologic diagnosis, + represented as a calculated number of days. + termDef: + term: Last Communication Contact Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3008273 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008273&version=1.0" + +days_to_new_event: + description: > + Time interval from the date of new tumor event including progression, recurrence and new + primary malignacies to the date of initial pathologic diagnosis, represented as a calculated + number of days. + termDef: + term: New Tumor Event Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3392464 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3392464&version=1.0" + +days_to_recurrence: + description: > + Time interval from the date of new tumor event including progression, recurrence and new primary + malignancies to the date of initial pathologic diagnosis, represented as a calculated number of + days. + termDef: + term: New Tumor Event Less Initial Pathologic Diagnosis Date Calculated Day Value + source: caDSR + cde_id: 3392464 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3392464&version=1.0" + +days_to_sample_procurement: + description: > + The number of days from the date the patient was diagnosed to the date of the procedure that + produced the sample. + +days_to_treatment: + description: > + Number of days from date of initial pathologic diagnosis that treatment began. + termDef: + term: Days to Treatment Start + source: null + cde_id: null + cde_version: null + term_url: null + +days_to_treatment_end: + description: > + Time interval from the date of the initial pathologic diagnosis to the date of treatment end, + represented as a calculated number of days. + termDef: + term: Treatment End Subtract First Pathologic Diagnosis Day Calculation Value + source: caDSR + cde_id: 5102431 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102431&version=1.0" + +days_to_treatment_start: + description: > + Time interval from the date of the initial pathologic diagnosis to the start of treatment, + represented as a calculated number of days. + termDef: + term: Treatment Start Subtract First Pathologic Diagnosis Time Day Calculation Value + source: caDSR + cde_id: 5102411 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102411&version=1.0" + +diagnosis_pathologically_confirmed: + description: > + The histologic description of tissue or cells confirmed by a pathology review of frozen or + formalin fixed slide(s) completed after the diagnostic pathology review of the tumor sample used + to extract analyte(s). + termDef: + term: Post-Diagnostic Pathology Review Confirmation + source: null + cde_id: null + cde_version: null + term_url: null + +dlco_ref_predictive_percent: + description: > + The value, as a percentage of predicted lung volume, measuring the amount of carbon monoxide + detected in a patient's lungs. + termDef: + term: Lung Carbon Monoxide Diffusing Capability Test Assessment Predictive Value Percentage Value + source: caDSR + cde_id: 2180255 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2180255&version=1.0" + +encoding: + description: > + Version of ASCII encoding of quality values found in the file. + termDef: + term: Encoding + source: FastQC + cde_id: null + cde_version: null + term_url: "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/1%20Basic%20Statistics.html" + +estrogen_receptor_percent_positive_ihc: + description: > + Classification to represent ER Positive results expressed as a percentage value. + termDef: + term: ER Level Cell Percentage Category + source: caDSR + cde_id: 3128341 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3128341&version=1.0" + +estrogen_receptor_result_ihc: + description: > + Text term to represent the overall result of Estrogen Receptor (ER) testing. + termDef: + term: Breast Carcinoma Estrogen Receptor Status + source: caDSR + cde_id: 2957359 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2957359&version=2.0" + +ethnicity: + description: > + An individual's self-described social and cultural grouping, specifically whether an individual + describes themselves as Hispanic or Latino (HARMONIZED). The provided values are based on the categories + defined by the U.S. Office of Management and Business and used by the U.S. Census Bureau. (CMG, GTEx) + termDef: + term: Ethnic Group Category Text + source: caDSR + cde_id: 2192217 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2192217&version=2.0" + +experiment_name: # TOREVIEW + description: > + Submitter-defined name for the experiment. + +experimental_strategy: # TOREVIEW + description: > + The sequencing strategy used to generate the data file referred to by the ga4gh_drs_uri. + +fastq_name: # TOREVIEW + description: > + Names of FASTQs. + +fev1_ref_post_bronch_percent: + description: > + The percentage comparison to a normal value reference range of the volume of air that a + patient can forcibly exhale from the lungs in one second post-bronchodilator. + termDef: + term: Post Bronchodilator Lung Forced Expiratory Volume 1 Test Lab Percentage Value + source: caDSR + cde_id: 3302948 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302948&version=1.0" + +fev1_ref_pre_bronch_percent: + description: > + The percentage comparison to a normal value reference range of the volume of air that a + patient can forcibly exhale from the lungs in one second pre-bronchodilator. + termDef: + term: Pre Bronchodilator Lung Forced Expiratory Volume 1 Test Lab Percentage Value + source: caDSR + cde_id: 3302947 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302947&version=1.0" + +fev1_fvc_post_bronch_percent: + description: > + Percentage value to represent result of Forced Expiratory Volume in 1 second (FEV1) divided + by the Forced Vital Capacity (FVC) post-bronchodilator. + termDef: + term: Post Bronchodilator FEV1/FVC Percent Value + source: caDSR + cde_id: 3302956 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302956&version=1.0" + +fev1_fvc_pre_bronch_percent: + description: > + Percentage value to represent result of Forced Expiratory Volume in 1 second (FEV1) divided + by the Forced Vital Capacity (FVC) pre-bronchodilator. + termDef: + term: Pre Bronchodilator FEV1/FVC Percent Value + source: caDSR + cde_id: 3302955 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302955&version=1.0" + +figo_stage: + description: > + The extent of a cervical or endometrial cancer within the body, especially whether the + disease has spread from the original site to other parts of the body, as described by the + International Federation of Gynecology and Obstetrics (FIGO) stages. + termDef: + term: Gynecologic Tumor Grouping Cervical Endometrial FIGO 2009 Stage + source: caDSR + cde_id: 3225684 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3225684&version=1.0" + +file_format: + description: > + The format of the data file object. + +file_name: # TOREVIEW + description: > + The name (or part of a name) of a file (of any type). + +file_size: # TOREVIEW + description: > + The size of the data file (object) in bytes. + +file_state: # TOREVIEW + description: > + The current state of the data file object. + +flow_cell_barcode: # TOREVIEW + description: > + Flow Cell Barcode. + +freezing_method: + description: > + Text term that represents the method used for freezing the sample. + termDef: + term: Tissue Sample Freezing Method Type + source: caDSR + cde_id: 5432607 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432607&version=1.0" + +ga4gh_drs_uri: + description: > + DRS URI as defined by GA4GH DRS spec for pointers to file objects. + +sex: + description: > + Text designations that identify gender (HARMONIZED). Gender is described as the assemblage of properties that + distinguish people on the basis of their societal roles. [Explanatory Comment 1: Identification + of gender is based upon self-report and may come from a form, questionnaire, interview, etc.] (CMG) + termDef: + term: Person Gender Text Type + source: caDSR + cde_id: 2200604 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2200604&version=3.0" + +height: + description: > + The height of Donor in inches as reported by Donor, family/next of kin, or medical record abstraction. (GTEx) + termDef: + term: Patient Height Measurement + source: caDSR + cde_id: 649 + cde_version: 4.1 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=649&version=4.1" + +her2_erbb2_percent_positive_ihc: + description: > + Classification to represent the number of positive HER2/ERBB2 cells in a specimen or sample. + termDef: + term: HER2 ERBB Positive Finding Cell Percentage Category + source: caDSR + cde_id: 3086980 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3086980&version=1.0" + +her2_erbb2_result_fish: + description: > + the type of outcome for HER2 as determined by an in situ hybridization (ISH) assay. + termDef: + term: Laboratory Procedure HER2/neu in situ Hybridization Outcome Type + source: caDSR + cde_id: 2854089 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2854089&version=1.0" + +her2_erbb2_result_ihc: + description: > + Text term to signify the result of the medical procedure that involves testing a sample of + blood or tissue for HER2 by histochemical localization of immunoreactive substances using + labeled antibodies as reagents. + termDef: + term: Laboratory Procedure HER2/neu Immunohistochemistry Receptor Status + source: caDSR + cde_id: 2957563 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2957563&version=2.0" + +hiv_positive: + description: > + Text term to signify whether a physician has diagnosed HIV infection in a patient. + termDef: + term: Physician Diagnosed HIV Infection Personal Medical History Yes No Not Applicable Indicator + source: caDSR + cde_id: 4030799 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4030799&version=1.0" + +hpv_positive_type: + description: > + Text classification to represent the strain or type of human papillomavirus identified in an + individual. + termDef: + term: Human Papillomavirus Type + source: caDSR + cde_id: 2922649 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2922649&version=1.0" + +hpv_status: + description: > + The findings of the oncogenic HPV. + termDef: + term: Oncogenic Human Papillomavirus Result Type + source: caDSR + cde_id: 2230033 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2230033&version=1.0" + +includes_spike_ins: # TOREVIEW + description: > + Spike-in included? + +initial_weight: + description: > + Numeric value that represents the initial weight of the sample, measured in milligrams. + termDef: + term: Tissue Sample Initial Weight Milligram Value + source: caDSR + cde_id: 5432605 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432605&version=1.0" + +instrument_model: + description: > + Numeric value that represents the sample dimension that is greater than the shortest + dimension and less than the longest dimension, measured in millimeters. + termDef: + term: Tissue Sample Intermediate Dimension Millimeter Measurement + source: caDSR + cde_id: 5432604 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432604&version=1.0" + +intermediate_dimension: # TOREVIEW + description: > + Intermediate dimension of the sample, in millimeters. + +is_ffpe: + description: > + Indicator to signify whether or not the tissue sample was fixed in formalin and embedded in + paraffin (FFPE). + termDef: + term: Specimen Processing Formalin Fixed Paraffin Embedded Tissue Indicator + source: caDSR + cde_id: 4170557 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4170557&version=1.0" + +is_paired_end: # TOREVIEW + description: > + Are the reads paired end? + +is_proband: # TOREVIEW + description: > + Boolean value to determine if the case is the proband. + +last_known_disease_status: + description: > + Text term that describes the last known state or condition of an individual's neoplasm. + termDef: + term: Person Last Known Neoplasm Status + source: caDSR + cde_id: 5424231 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2759550&version=1.0" + +laterality: + description: > + For tumors in paired organs, designates the side on which the cancer originates. + termDef: + term: Primary Tumor Laterality + source: caDSR + cde_id: 827 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=827&version=3.0" + +ldh_level_at_diagnosis: + description: > + The 2 decimal place numeric laboratory value measured, assigned or computed related to the + assessment of lactate dehydrogenase in a specimen. + termDef: + term: Laboratory Procedure Lactate Dehydrogenase Result Integer::2 Decimal Place Value + source: caDSR + cde_id: 2798766 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2798766&version=1.0" + +ldh_normal_range_upper: + description: > + The top value of the range of statistical characteristics that are supposed to represent + accepted standard, non-pathological pattern for lactate dehydrogenase (units not specified). + termDef: + term: Laboratory Procedure Lactate Dehydrogenase Result Upper Limit of Normal Value + source: caDSR + cde_id: 2597015 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2597015&version=1.0" + +library_strategy: # TOREVIEW + description: > + Library strategy. + +library_selection: # TOREVIEW + description: > + Library Selection Method + +library_name: # TOREVIEW + description: > + Name of the library. + +library_preparation_kit_name: # TOREVIEW + description: > + Name of Library Preparation Kit + +library_preparation_kit_vendor: # TOREVIEW + description: > + Vendor of Library Preparation Kit + +library_preparation_kit_catalog_number: # TOREVIEW + description: > + Catalog of Library Preparation Kit + +library_preparation_kit_version: # TOREVIEW + description: > + Version of Library Preparation Kit + +library_strand: # TOREVIEW + description: > + Library stranded-ness. + +longest_dimension: + description: > + Numeric value that represents the longest dimension of the sample, measured in millimeters. + termDef: + term: Tissue Sample Longest Dimension Millimeter Measurement + source: caDSR + cde_id: 5432602 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432602&version=1.0" + +lymph_nodes_positive: + description: > + The number of lymph nodes involved with disease as determined by pathologic examination. + termDef: + term: Lymph Node(s) Positive Number + source: caDSR + cde_id: 89 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=89&version=3.0" + +lymphatic_invasion_present: + description: > + A yes/no indicator to ask if small or thin-walled vessel invasion is present, indicating + lymphatic involvement + termDef: + term: Lymphatic/Small vessel Invasion Ind + source: caDSR + cde_id: 64171 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64171&version=3.0" + +method_of_diagnosis: + description: > + The method used to initially the patient's diagnosis. + termDef: + term: Method of Diagnosis + source: null + cde_id: null + cde_version: null + term_url: null + +method_of_sample_procurement: + description: > + The method used to procure the sample used to extract analyte(s). + termDef: + term: Method of Sample Procurement + source: null + cde_id: null + cde_version: null + term_url: null + +md5sum: # TOREVIEW + description: > + The 128-bit hash value expressed as a 32 digit hexadecimal number used as a file's digital + fingerprint. + +microsatellite_instability_abnormal: + description: > + The yes/no indicator to signify the status of a tumor for microsatellite instability. + termDef: + term: Microsatellite Instability Occurrence Indicator + source: caDSR + cde_id: 3123142 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3123142&version=1.0" + +morphology: + description: > + The third edition of the International Classification of Diseases for Oncology, published in + 2000 used principally in tumor and cancer registries for coding the site (topography) and the + histology (morphology) of neoplasms. The study of the structure of the cells and their + arrangement to constitute tissues and, finally, the association among these to form organs. In + pathology, the microscopic process of identifying normal and abnormal morphologic + characteristics in tissues, by employing various cytochemical and immunocytochemical stains. A + system of numbered categories for representation of data. + termDef: + term: International Classification of Diseases for Oncology, Third Edition ICD-O-3 Histology Code + source: caDSR + cde_id: 3226275 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3226275&version=1.0" + +new_event_anatomic_site: + description: > + Text term to specify the anatomic location of the return of tumor after treatment. + termDef: + term: New Neoplasm Event Occurrence Anatomic Site + source: caDSR + cde_id: 3108271 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3108271&version=2.0" + +new_event_type: + description: > + Text term to identify a new tumor event. + termDef: + term: New Neoplasm Event Type + source: caDSR + cde_id: 3119721 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3119721&version=1.0" + +normal_tumor_genotype_snp_match: + description: > + Text term that represents whether or not the genotype of the normal tumor matches or if the data + is not available. + termDef: + term: Normal Tumor Genotype Match Indicator + source: caDSR + cde_id: 4588156 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4588156&version=1.0" + +number_proliferating_cells: + description: > + Numeric value that represents the count of proliferating cells determined during pathologic + review of the sample slide(s). + termDef: + term: Pathology Review Slide Proliferating Cell Count + source: caDSR + cde_id: 5432636 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432636&version=1.0" + +oct_embedded: + description: > + Indicator of whether or not the sample was embedded in Optimal Cutting Temperature (OCT) compound. + termDef: + term: Tissue Sample Optimal Cutting Temperature Compound Embedding Indicator + source: caDSR + cde_id: 5432538 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432538&version=1.0" + +years_smoked: + description: > + Number of years the Donor smoked. (GTEx) + termDef: + term: Person Cigarette Smoking History Pack Year Value + source: caDSR + cde_id: 2955385 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2955385&version=1.0" + +percent_eosinophil_infiltration: + description: > + Numeric value to represent the percentage of infiltration by eosinophils in a tumor sample or + specimen. + termDef: + term: Specimen Eosinophilia Percentage Value + source: caDSR + cde_id: 2897700 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897700&version=2.0" + +percent_gc_content: + description: > + The overall %GC of all bases in all sequences. + termDef: + term: "%GC" + source: FastQC + cde_id: null + cde_version: null + term_url: "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/1%20Basic%20Statistics.html" + +percent_granulocyte_infiltration: + description: > + Numeric value to represent the percentage of infiltration by granulocytes in a tumor sample or + specimen. + termDef: + term: Specimen Granulocyte Infiltration Percentage Value + source: caDSR + cde_id: 2897705 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897705&version=2.0" + +percent_inflam_infiltration: + description: > + Numeric value to represent local response to cellular injury, marked by capillary dilatation, + edema and leukocyte infiltration; clinically, inflammation is manifest by reddness, heat, pain, + swelling and loss of function, with the need to heal damaged tissue. + termDef: + term: Specimen Inflammation Change Percentage Value + source: caDSR + cde_id: 2897695 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897695&version=1.0" + +percent_lymphocyte_infiltration: + description: > + Numeric value to represent the percentage of infiltration by lymphocytes in a solid tissue + normal sample or specimen. + termDef: + term: Specimen Lymphocyte Infiltration Percentage Value + source: caDSR + cde_id: 2897710 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897710&version=2.0" + +percent_monocyte_infiltration: + description: > + Numeric value to represent the percentage of monocyte infiltration in a sample or specimen. + termDef: + term: Specimen Monocyte Infiltration Percentage Value + source: caDSR + cde_id: 5455535 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5455535&version=1.0" + +percent_necrosis: + description: > + Numeric value to represent the percentage of cell death in a malignant tumor sample or specimen. + termDef: + term: Malignant Neoplasm Necrosis Percentage Value + source: caDSR + cde_id: 2841237 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841237&version=1.0" + +percent_neutrophil_infiltration: + description: > + Numeric value to represent the percentage of infiltration by neutrophils in a tumor sample or + specimen. + termDef: + term: Malignant Neoplasm Neutrophil Infiltration Percentage Cell Value + source: caDSR + cde_id: 2841267 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841267&version=1.0" + +percent_normal_cells: + description: > + Numeric value to represent the percentage of normal cell content in a malignant tumor sample or + specimen. + termDef: + term: Malignant Neoplasm Normal Cell Percentage Value + source: caDSR + cde_id: 2841233 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841233&version=1.0" + +percent_stromal_cells: + description: > + Numeric value to represent the percentage of reactive cells that are present in a malignant + tumor sample or specimen but are not malignant such as fibroblasts, vascular structures, etc. + termDef: + term: Malignant Neoplasm Stromal Cell Percentage Value + source: caDSR + cde_id: 2841241 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841241&version=1.0" + +percent_tumor_cells: + description: > + Numeric value that represents the percentage of infiltration by granulocytes in a sample. + termDef: + term: Specimen Tumor Cell Percentage Value + source: caDSR + cde_id: 5432686 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432686&version=1.0" + +percent_tumor_nuclei: + description: > + Numeric value to represent the percentage of tumor nuclei in a malignant neoplasm sample or specimen. + termDef: + term: Malignant Neoplasm Neoplasm Nucleus Percentage Cell Value + source: caDSR + cde_id: 2841225 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841225&version=1.0" + +perineural_invasion_present: + description: > + a yes/no indicator to ask if perineural invasion or infiltration of tumor or cancer is + present. + termDef: + term: Tumor Perineural Invasion Ind + source: caDSR + cde_id: 64181 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64181&version=3.0" + +platform: # TOREVIEW + description: > + Name of the platform used to obtain data. + +portion_number: + description: > + Numeric value that represents the sequential number assigned to a portion of the sample. + termDef: + term: Biospecimen Portion Sequence Number + source: caDSR + cde_id: 5432711 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432711&version=1.0" + +portion_weight: + description: > + Numeric value that represents the sample portion weight, measured in milligrams. + termDef: + term: Biospecimen Portion Weight Milligram Value + source: caDSR + cde_id: 5432593 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432593&version=1.0" + +preservation_method: + description: > + Text term that represents the method used to preserve the sample. + termDef: + term: Tissue Sample Preservation Method Type + source: caDSR + cde_id: 5432521 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432521&version=1.0" + + +prior_malignancy: + description: > + Text term to describe the patient's history of prior cancer diagnosis and the spatial location + of any previous cancer occurrence. + termDef: + term: Prior Cancer Diagnosis Occurrence Description Text + source: caDSR + cde_id: 3382736 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3382736&version=2.0" + +prior_treatment: + description: > + A yes/no/unknown/not applicable indicator related to the administration of therapeutic agents + received before the body specimen was collected. + termDef: + term: Therapeutic Procedure Prior Specimen Collection Administered Yes No Unknown Not Applicable Indicator + source: caDSR + cde_id: 4231463 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4231463&version=1.0" + +progesterone_receptor_percent_positive_ihc: + description: > + Classification to represent Progesterone Receptor Positive results expressed as a percentage + value. + termDef: + term: Progesterone Receptor Level Cell Percentage Category + source: caDSR + cde_id: 3128342 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3128342&version=1.0" + +progesterone_receptor_result_ihc: + description: > + Text term to represent the overall result of Progresterone Receptor (PR) testing. + termDef: + term: Breast Carcinoma Progesterone Receptor Status + source: caDSR + cde_id: 2957357 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2957357&version=2.0" + +progression_or_recurrence: + description: > + Yes/No/Unknown indicator to identify whether a patient has had a new tumor event + after initial treatment. + termDef: + term: New Neoplasm Event Post Initial Therapy Indicator + source: caDSR + cde_id: 3121376 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3121376&version=1.0" + +project_id: # TOREVIEW + description: > + Unique ID for any specific defined piece of work that is undertaken or attempted to + meet a single requirement. + +qc_metric_state: + description: > + State classification given by FASTQC for the metric. Metric specific details about the states + are available on their website. + termDef: + term: QC Metric State + source: FastQC + cde_id: null + cde_version: null + term_url: "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/" + +race: + description: > + An arbitrary classification of a taxonomic group that is a division of a species (HARMONIZED). It usually + arises as a consequence of geographical isolation within a species and is characterized by + shared heredity, physical attributes and behavior, and in the case of humans, by common history, + nationality, or geographic distribution. The provided values are based on the categories defined + by the U.S. Office of Management and Business and used by the U.S. Census Bureau. (GTEx) + termDef: + term: Race Category Text + source: caDSR + cde_id: 2192199 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2192199&version=1.0" + +read_length: # TOREVIEW + description: > + The length of the reads. + +read_group_name: # TOREVIEW + description: > + The name of the read group. + +relationship_age_at_diagnosis: + description: > + The age (in years) when the patient's relative was first diagnosed. + termDef: + term: Relative Diagnosis Age Value + source: caDSR + cde_id: 5300571 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5300571&version=1.0" + +relationship_to_proband: + description: > + The subgroup that describes the state of connectedness between members of the unit of society + organized around kinship ties. + termDef: + term: Family Member Relationship Type + source: caDSR + cde_id: 2690165 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2690165&version=2.0" + +relationship_type: + description: > + The subgroup that describes the state of connectedness between members of the unit of society + organized around kinship ties. + termDef: + term: Family Member Relationship Type + source: caDSR + cde_id: 2690165 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2690165&version=2.0" + +relative_with_cancer_history: + description: > + Indicator to signify whether or not an individual's biological relative has been diagnosed with + another type of cancer. + termDef: + term: Other Cancer Biological Relative History Indicator + source: caDSR + cde_id: 3901752 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3901752&version=1.0" + +residual_disease: + description: > + Text terms to describe the status of a tissue margin following surgical resection. + termDef: + term: Surgical Margin Resection Status + source: caDSR + cde_id: 2608702 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2608702&version=1.0" + +RIN: + description: > + A numerical assessment of the integrity of RNA based on the entire electrophoretic trace of the + RNA sample including the presence or absence of degradation products. + termDef: + term: Biospecimen RNA Integrity Number Value + source: caDSR + cde_id: 5278775 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5278775&version=1.0" + +sample_type: + description: > + Text term to describe the source of a biospecimen used for a laboratory test. + termDef: + term: Specimen Type Collection Biospecimen Type + source: caDSR + cde_id: 3111302 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3111302&version=2.0" + +sample_type_id: # TOREVIEW + description: > + The accompanying sample type id for the sample type. + +section_location: # TOREVIEW + description: > + Tissue source of the slide. + +sequencing_center: # TOREVIEW + description: > + Name of the center that provided the sequence files. + +shortest_dimension: + description: > + Numeric value that represents the shortest dimension of the sample, measured in millimeters. + termDef: + term: Tissue Sample Short Dimension Millimeter Measurement + source: caDSR + cde_id: 5432603 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432603&version=1.0" + +site_of_resection_or_biopsy: + description: > + The third edition of the International Classification of Diseases for Oncology, published in + 2000, used principally in tumor and cancer registries for coding the site (topography) and the + histology (morphology) of neoplasms. The description of an anatomical region or of a body part. + Named locations of, or within, the body. A system of numbered categories for representation of + data. + termDef: + term: International Classification of Diseases for Oncology, Third Edition ICD-O-3 Site Code + source: caDSR + cde_id: 3226281 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3226281&version=1.0" + +size_selection_range: # TOREVIEW + description: > + Range of size selection. + +smoking_history: + description: > + Category describing current smoking status and smoking history as self-reported by a patient. + termDef: + term: Smoking History + source: caDSR + cde_id: 2181650 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2181650&version=1.0" + +smoking_intensity: + description: > + Numeric computed value to represent lifetime tobacco exposure defined as number of cigarettes + smoked per day x number of years smoked divided by 20 + termDef: + term: Person Cigarette Smoking History Pack Year Value + source: caDSR + cde_id: 2955385 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2955385&version=1.0" + +source_center: # TOREVIEW + description: > + Name of the center that provided the item. + +spectrophotometer_method: + description: > + Name of the method used to determine the concentration of purified nucleic acid within a + solution. + termDef: + term: Purification Nucleic Acid Solution Concentration Determination Method Type + source: caDSR + cde_id: 3008378 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008378&version=1.0" + +spike_ins_fasta: # TOREVIEW + description: > + Name of the FASTA file that contains the spike-in sequences. + +spike_ins_concentration: # TOREVIEW + description: > + Spike in concentration. + +state: # TOREVIEW + description: > + The current state of the object. + +target_capture_kit_name: # TOREVIEW + description: > + Name of Target Capture Kit. + +target_capture_kit_vendor: # TOREVIEW + description: > + Vendor of Target Capture Kit. + +target_capture_kit_catalog_number: # TOREVIEW + description: > + Catalog of Target Capture Kit. + +target_capture_kit_version: # TOREVIEW + description: > + Version of Target Capture Kit. + +target_capture_kit_target_region: # TOREVIEW + description: > + Target Capture Kit BED file. + +therapeutic_agents: + description: > + Text identification of the individual agent(s) used as part of a prior treatment regimen. + termDef: + term: Prior Therapy Regimen Text + source: caDSR + cde_id: 2975232 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2975232&version=1.0" + +time_between_clamping_and_freezing: + description: > + Numeric representation of the elapsed time between the surgical clamping of blood supply and + freezing of the sample, measured in minutes. + termDef: + term: Tissue Sample Clamping and Freezing Elapsed Minute Time + source: caDSR + cde_id: 5432611 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432611&version=1.0" + +time_between_excision_and_freezing: + description: > + Numeric representation of the elapsed time between the excision and freezing of the sample, + measured in minutes. + termDef: + term: Tissue Sample Excision and Freezing Elapsed Minute Time + source: caDSR + cde_id: 5432612 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432612&version=1.0" + +tissue_or_organ_of_origin: + description: > + Text term that describes the anatomic site of the tumor or disease. + termDef: + term: Tumor Disease Anatomic Site + source: caDSR + cde_id: 3427536 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3427536&version=3.0" + +tissue_type: + description: > + Text term that represents a description of the kind of tissue collected with respect to disease + status or proximity to tumor tissue. + termDef: + term: Tissue Sample Description Type + source: caDSR + cde_id: 5432687 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432687&version=1.0" + +to_trim_adapter_sequence: # TOREVIEW + description: > + Does the user suggest adapter trimming? + +tobacco_smoking_onset_year: + description: > + The year in which the participant began smoking. + termDef: + term: Started Smoking Year + source: caDSR + cde_id: 2228604 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2228604&version=1.0" + +tobacco_smoking_quit_year: + description: > + The year in which the participant quit smoking. + termDef: + term: Stopped Smoking Year + source: caDSR + cde_id: 2228610 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2228610&version=1.0" + +tobacco_smoking_status: + description: > + Category describing current smoking status and smoking history as self-reported by a + patient. + termDef: + term: Patient Smoking History Category + source: caDSR + cde_id: 2181650 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2181650&version=1.0" + +total_sequences: + description: > + A count of the total number of sequences processed. + termDef: + term: Total Sequences + source: FastQC + cde_id: null + cde_version: null + term_url: "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/1%20Basic%20Statistics.html" + +treatment_anatomic_site: + description: > + The anatomic site or field targeted by a treatment regimen or single agent therapy. + termDef: + term: Treatment Anatomic Site + source: null + cde_id: null + cde_version: null + term_url: null + +treatment_intent_type: + description: > + Text term to identify the reason for the administration of a treatment regimen. [Manually-curated] + termDef: + term: Treatment Regimen Intent Type + source: caDSR + cde_id: 2793511 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2793511&version=1.0" + +treatment_or_therapy: + description: > + A yes/no/unknown/not applicable indicator related to the administration of therapeutic agents + received before the body specimen was collected. + termDef: + term: Therapeutic Procedure Prior Specimen Collection Administered Yes No Unknown Not Applicable Indicator + source: caDSR + cde_id: 4231463 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4231463&version=1.0" + +treatment_outcome: + description: > + Text term that describes the patient¿s final outcome after the treatment was administered. + termDef: + term: Treatment Outcome Type + source: caDSR + cde_id: 5102383 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102383&version=1.0" + +treatment_type: + description: > + Text term that describes the kind of treatment administered. + termDef: + term: Treatment Method Type + source: caDSR + cde_id: 5102381 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102381&version=1.0" + +tumor_grade: + description: > + Numeric value to express the degree of abnormality of cancer cells, a measure of differentiation + and aggressiveness. + termDef: + term: Neoplasm Histologic Grade + source: caDSR + cde_id: 2785839 + cde_version: 2.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2785839&version=2.0" + +tumor_code: # TOREVIEW + description: > + Diagnostic tumor code of the tissue sample source. + +tumor_code_id: # TOREVIEW + description: > + BCR-defined id code for the tumor sample. + +tumor_descriptor: + description: > + Text that describes the kind of disease present in the tumor specimen as related to a specific + timepoint. + termDef: + term: Tumor Tissue Disease Description Type + source: caDSR + cde_id: 3288124 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3288124&version=1.0" + +tumor_stage: + description: > + The extent of a cancer in the body. Staging is usually based on the size of the tumor, whether + lymph nodes contain cancer, and whether the cancer has spread from the original site to other + parts of the body. The accepted values for tumor_stage depend on the tumor site, type, and + accepted staging system. These items should accompany the tumor_stage value as associated + metadata. + termDef: + term: Tumor Stage + source: NCIt + cde_id: C16899 + cde_version: null + term_url: "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI%20Thesaurus&code=C16899" + +UUID: + description: > + A 128-bit identifier. Depending on the mechanism used to generate it, it is either guaranteed to + be different from all other UUIDs/GUIDs generated until 3400 AD or extremely likely to be + different. Its relatively small size lends itself well to sorting, ordering, and hashing of all + sorts, storing in databases, simple allocation, and ease of programming in general. + termDef: + term: Universally Unique Identifier + source: NCIt + cde_id: C54100 + cde_version: null + term_url: "https://ncit.nci.nih.gov/ncitbrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&version=16.02d&ns=NCI_Thesaurus&code=C54100" + +vascular_invasion_present: + description: > + The yes/no indicator to ask if large vessel or venous invasion was detected by surgery or + presence in a tumor specimen. + termDef: + term: Tumor Vascular Invasion Ind-3 + source: caDSR + cde_id: 64358 + cde_version: 3.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64358&version=3.0" + +vital_status: + description: > + The survival state of the person registered on the protocol. + termDef: + term: Patient Vital Status + source: caDSR + cde_id: 5 + cde_version: 5.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5&version=5.0" + +weight: + description: > + The weight of the patient measured in lbs (HARMONIZED). + termDef: + term: Patient Weight Measurement + source: caDSR + cde_id: 651 + cde_version: 4.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=651&version=4.0" + +well_number: + description: > + Numeric value that represents the the well location within a plate for the analyte or + aliquot from the sample. + termDef: + term: Biospecimen Analyte or Aliquot Plate Well Number + source: caDSR + cde_id: 5432613 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432613&version=1.0" + +workflow_type: + description: > + Generic name for the workflow used to analyze a data set. + +year_of_birth: + description: > + Numeric value to represent the calendar year in which an individual was born. + termDef: + term: Year Birth Date Number + source: caDSR + cde_id: 2896954 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2896954&version=1.0" + +year_of_diagnosis: + description: > + Numeric value to represent the year of an individual's initial pathologic diagnosis of cancer. + termDef: + term: Year of initial pathologic diagnosis + source: caDSR + cde_id: 2896960 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2896960&version=1.0" + +year_of_death: + description: > + Numeric value to represent the year of the death of an individual. + termDef: + term: Year Death Number + source: caDSR + cde_id: 2897030 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897030&version=1.0" + +years_smoked: + description: > + Numeric value (or unknown) to represent the number of years a person has been smoking (HARMONIZED). If the number of years is greater than 89, see 'years_smoked_gt89'. + termDef: + term: Person Smoking Duration Year Count + source: caDSR + cde_id: 3137957 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3137957&version=1.0" + +years_smoked_gt89: + description: > + Indicate whether the numeric value to represent the number of years a person has been smoking (HARMONIZED) is greater than 89 years. + termDef: + term: Person Smoking Duration Year Count + source: caDSR + cde_id: 3137957 + cde_version: 1.0 + term_url: "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3137957&version=1.0"